diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index b8895ec..0000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,116 +0,0 @@ -{ - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "ArtemKolichenkov", - "name": "ArtemKolichenkov", - "avatar_url": "https://avatars3.githubusercontent.com/u/24019688?v=4", - "profile": "https://github.com/ArtemKolichenkov", - "contributions": [ - "doc", - "ideas" - ] - }, - { - "login": "alejandrofierro", - "name": "Alex Fierro", - "avatar_url": "https://avatars1.githubusercontent.com/u/25576040?v=4", - "profile": "https://github.com/alejandrofierro", - "contributions": [ - "code" - ] - }, - { - "login": "Kawaeee", - "name": "Kasidech C.", - "avatar_url": "https://avatars2.githubusercontent.com/u/26347733?v=4", - "profile": "https://github.com/Kawaeee", - "contributions": [ - "code" - ] - }, - { - "login": "astralstriker", - "name": "Jai Sachdeva", - "avatar_url": "https://avatars2.githubusercontent.com/u/13694349?v=4", - "profile": "http://www.fieldassist.in", - "contributions": [ - "question" - ] - }, - { - "login": "TarekkMA", - "name": "Tarekk Mohamed Abdalla", - "avatar_url": "https://avatars0.githubusercontent.com/u/6633545?v=4", - "profile": "https://www.fb.com/TarekkMA1", - "contributions": [ - "code" - ] - }, - { - "login": "madhukesh048", - "name": "madhukesh_048", - "avatar_url": "https://avatars0.githubusercontent.com/u/31788197?v=4", - "profile": "https://github.com/madhukesh048", - "contributions": [ - "test" - ] - }, - { - "login": "dpedrinha", - "name": "dpedrinha", - "avatar_url": "https://avatars2.githubusercontent.com/u/14824799?v=4", - "profile": "https://github.com/dpedrinha", - "contributions": [ - "code" - ] - }, - { - "login": "natezhengbne", - "name": "Nate", - "avatar_url": "https://avatars1.githubusercontent.com/u/34373238?v=4", - "profile": "https://github.com/natezhengbne", - "contributions": [ - "code", - "example" - ] - }, - { - "login": "alexlindroos", - "name": "Alex", - "avatar_url": "https://avatars0.githubusercontent.com/u/17140689?v=4", - "profile": "https://github.com/alexlindroos", - "contributions": [ - "code" - ] - }, - { - "login": "jritchie", - "name": "jritchie", - "avatar_url": "https://avatars3.githubusercontent.com/u/2582314?v=4", - "profile": "https://github.com/jritchie", - "contributions": [ - "code" - ] - }, - { - "login": "SaadBinShahid", - "name": "Saad Bin Shahid", - "avatar_url": "https://avatars1.githubusercontent.com/u/7608345?v=4", - "profile": "http://saadbinshahid.com", - "contributions": [ - "code" - ] - } - ], - "contributorsPerLine": 7, - "projectName": "giffy_dialog", - "projectOwner": "xsahil03x", - "repoType": "github", - "repoHost": "https://github.com", - "skipCi": true -} diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index c38f7d3..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,11 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: xsahil03x -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index ed3a2ff..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b2ac4c4..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 02b2c62..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## Description - - - -## Type of Change - - - -- [ ] โœจ New feature (non-breaking change which adds functionality) -- [ ] ๐Ÿ› ๏ธ Bug fix (non-breaking change which fixes an issue) -- [ ] โŒ Breaking change (fix or feature that would cause existing functionality to change) -- [ ] ๐Ÿงน Code refactor -- [ ] โœ… Build configuration change -- [ ] ๐Ÿ“ Documentation -- [ ] ๐Ÿ—‘๏ธ Chore \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8ce9275..0000000 --- a/.github/dependabot.yml +++ /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/giffy_dialog.yaml b/.github/workflows/giffy_dialog.yaml deleted file mode 100644 index 733ee62..0000000 --- a/.github/workflows/giffy_dialog.yaml +++ /dev/null @@ -1,77 +0,0 @@ -name: giffy_dialog - -on: - push: - branches: - - master - pull_request: - branches: - - master - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - semantic-pull-request: - uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1 - - build: - runs-on: ubuntu-latest - steps: - - name: ๐Ÿ“š Git Checkout - uses: actions/checkout@v4 - - - name: ๐Ÿฆ Setup Flutter - uses: subosito/flutter-action@v2 - with: - flutter-version: 3.10.0 - channel: stable - cache: true - - - name: ๐Ÿ“ฆ Install Dependencies - run: flutter packages get - - - name: โœจ Check Formatting - run: dart format --set-exit-if-changed lib test - - - name: ๐Ÿ•ต๏ธ Analyze - run: flutter analyze lib test - - - name: ๐Ÿงช Run Tests - run: flutter test --no-pub --coverage --test-randomize-ordering-seed random - - - name: ๐Ÿ“Š Check Code Coverage - uses: VeryGoodOpenSource/very_good_coverage@v2 - with: - min_coverage: 75 - - - name: ๐Ÿ“ Upload coverage to Codecov - uses: codecov/codecov-action@v3 - - release: - needs: build - runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref == 'refs/heads/master' - defaults: - run: - working-directory: example - steps: - - name: ๐Ÿ“š Git Checkout - uses: actions/checkout@v4 - - - name: ๐Ÿฆ Setup Flutter - uses: subosito/flutter-action@v2 - with: - flutter-version: 3.10.0 - channel: stable - cache: true - - - name: ๐Ÿ“ Build and release - uses: bluefireteam/flutter-gh-pages@v8 - with: - baseHref: /giffy_dialog/ - workingDir: example - - pana: - uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1 \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3e93595..0000000 --- a/.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ -migrate_working_dir/ - -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/ - -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. -#.vscode/ - -# Flutter/Dart/Pub related -# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. -/pubspec.lock -**/doc/api/ -.dart_tool/ -.packages -build/ -.flutter-plugins -.flutter-plugins-dependencies \ No newline at end of file diff --git a/.last_build_id b/.last_build_id new file mode 100644 index 0000000..8879846 --- /dev/null +++ b/.last_build_id @@ -0,0 +1 @@ +4098843d747e27cfa15d7b92730ac64c \ No newline at end of file diff --git a/.metadata b/.metadata deleted file mode 100644 index 6209bc9..0000000 --- a/.metadata +++ /dev/null @@ -1,10 +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: 5391447fae6209bb21a89e6a5a6583cac1af9b4b - channel: stable - -project_type: package diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index a17181d..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,101 +0,0 @@ -## 2.0.0+2 - -- Fix README.md gif links. - -## 2.0.0+1 - -- Add live demo link to README.md. -- Update README.md. - -## 2.0.0 - -๐Ÿšจ Breaking - -- The `NetworkGiffyDialog` class has been replaced with the `GiffyDialog.image` constructor. -- The `image` property in the old API is now can be set using the `Image.network` in the new API. -- The `AssetGiffyDialog` class has been replaced with the `GiffyDialog.image` constructor. -- The `image` property in the old API is now can be set using the `Image.asset` in the new API. -- The `FlareGiffyDialog` class has been replaced with the `GiffyDialog.rive` constructor. -- The `flarePath` and `flareAnimation` properties in the old API is now can be set using the `rive` property of - type `RiveAnimation` in the new API. -- The `description` property in the old API is now can be set using the `content` widget in the new API. -- The `onOkButtonPressed` and `onCancelButtonPressed` properties in the old API are replaced with the `actions` - property in the new API to handle button actions. -- The `onlyOkButton`, `onlyCancelButton`, `buttonOkText`, `buttonCancelText` and all the other button - related properties in the old API is no longer available and has been replaced with the `actions` property in the - new API to handle button actions. -- The `cornerRadius` property in the old API is now can be set using the `shape` property in the new API. -- A new `GiffyDialog.lottie` constructor has been added to support Lottie animations. - -## 1.8.0 - -- Fixed pub scoring errors -- Upgraded flare_flutter dependency. - -## 1.7.0 - -- Added ability to have only Cancel button, just like only OK button. Thanks to (@SaadBinShahid) -- Upgraded flare_flutter dependency. - -## 1.6.1 - -- Minor Improvements. - -## 1.6.0 - -- Added Some more variations for Entry Animation. - -```dart -enum EntryAnimation { - DEFAULT, // Center - LEFT, - RIGHT, - TOP, - BOTTOM, - TOP_LEFT, - TOP_RIGHT, - BOTTOM_LEFT, - BOTTOM_RIGHT, -} -``` - -- Added a callback for Cancel Button Pressed. -- Added Documentation -- Minor bug fixes - -## 1.5.0 - -- Added Entry Animation for dialogs. - * DEFAULT, - * LEFT_RIGHT, - * RIGHT_LEFT, - * TOP_BOTTOM, - * BOTTOM_TOP, - -## 1.4.0 - -- Added Landscape dialogs and reduced code size. - -## 1.3.0 - -- Remove dependency from cached_network_image (More Generic). - -## 1.2.0 - -- Add widget tests and description. - -## 1.1.1 - -- Fix formatting. - -## 1.1.0 - -- Added Boolean to show only OK button. - -## 1.0.1 - -- Minor Changes. - -## 1.0.0 - -- Initial Release. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index fa5e0c6..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,38 +0,0 @@ -## ๐Ÿ‘ How to Contribute - -1. Fork it -2. Create your feature branch (git checkout -b my-new-feature) -3. Commit your changes (git commit -am 'Add some feature') -4. Push to the branch (git push origin my-new-feature) -5. Create new Pull Request - -## ๐Ÿ“ Project structure - -`lib` - Giffy Dialog source code. -`test` - widget tests. -`example` - example app that uses Giffy Dialog. - -## ๐Ÿงช Running tests - -Repo has Travis CI configured to run test on pull requests, so be sure to run tests locally before submitting PR. -Run tests with `flutter test --no-test-assets` command. -Option `--no-test-assets` is required since Flutter can't load assets for some reason. Might be resolved later. Read more [here](https://github.com/flutter/flutter/issues/32609). -Testing `Image.network` requires `provideMockedNetworkImages` function from `image_test_utils` package. Read more in [Iiro Krankka blog](https://iirokrankka.com/2018/09/16/image-network-widget-tests/). - -## ๐Ÿ“ Documentation - -Projects contains documentation comments starting with `///` - this is [doc comments](https://dart.dev/guides/language/effective-dart/documentation#doc-comments), -[dartdoc](https://github.com/dart-lang/dartdoc) automatically generates [API reference](https://pub.dev/documentation/giffy_dialog/latest/) based on these comments. - -To generate documentation locally -1) Set FLUTTER_ROOT path to your flutter sdk directory -```shell -export FLUTTER_ROOT=~/flutter-sdk-path/flutter -``` -2) Use this command to generate the documentation -```shell -$FLUTTER_ROOT/bin/cache/dart-sdk/bin/dartdoc --exclude 'dart:async,dart:collection,dart:convert,dart:core,dart:developer,dart:io,dart:isolate,dart:math,dart:typed_data,dart:ui,dart:ffi,dart:html,dart:js,dart:js_util' -``` - -It will generate `/doc` directory where you'll find `api/index.html` containing locally generated documentation. -Documentation directory is added to .gitignore so it is not committed. \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 989031f..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 Sahil Kumar - -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. diff --git a/README.md b/README.md deleted file mode 100644 index 9efb767..0000000 --- a/README.md +++ /dev/null @@ -1,194 +0,0 @@ -# Giffy Dialog - -[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/MIT) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/xsahil03x/giffy_dialog/blob/master/LICENSE) -[![Dart CI](https://github.com/xsahil03x/giffy_dialog/workflows/giffy_dialog/badge.svg)](https://github.com/xsahil03x/giffy_dialog/actions) -[![CodeCov](https://codecov.io/gh/xsahil03x/giffy_dialog/branch/master/graph/badge.svg)](https://codecov.io/gh/xsahil03x/giffy_dialog) -[![Version](https://img.shields.io/pub/v/giffy_dialog.svg)](https://pub.dartlang.org/packages/giffy_dialog) - -A beautiful and custom alert dialog for flutter highly inspired from FancyAlertDialog-Android. - -**Show some โค๏ธ and star the repo to support the project** - -Live Demo: https://xsahil03x.github.io/giffy_dialog - -

-An animated image of the GiffyDialog -

- -## Migration from v1 to v2 - -Please refer to the [migration guide](v1-v2_migration.md) to migrate from v1 to v2. - -## Installation - -Add the following to your `pubspec.yaml` and replace `[version]` with the latest version: - -```yaml -dependencies: - giffy_dialog: ^[version] -``` - -## Usage - -Import the package: - -```dart -import 'package:giffy_dialog/giffy_dialog.dart'; -``` - -Use it like a dialog: - -```dart - showDialog( - context: context, - builder: (BuildContext context) { - return GiffyDialog.image( - Image.network( - "https://raw.githubusercontent.com/Shashank02051997/FancyGifDialog-Android/master/GIF's/gif14.gif", - height: 200, - fit: BoxFit.cover, - ), - title: Text( - 'Image Animation', - textAlign: TextAlign.center, - ), - content: Text( - 'This is a image animation dialog box. This library helps you easily create fancy giffy dialog.', - textAlign: TextAlign.center, - ), - actions: [ - TextButton( - onPressed: () => Navigator.pop(context, 'CANCEL'), - child: const Text('CANCEL'), - ), - TextButton( - onPressed: () => Navigator.pop(context, 'OK'), - child: const Text('OK'), - ), - ], - ); - }, - ); -``` - -Or use it like a bottom sheet: - -```dart - showModalBottomSheet( - context: context, - clipBehavior: Clip.antiAlias, - isScrollControlled: true, - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.vertical( - top: Radius.circular(useMaterial3 ? 32 : 4), - ), - ), - builder: (BuildContext context) { - return GiffyBottomSheet.image( - Image.network( - "https://raw.githubusercontent.com/Shashank02051997/FancyGifDialog-Android/master/GIF's/gif14.gif", - height: 200, - fit: BoxFit.cover, - ), - title: Text( - 'Image Animation', - textAlign: TextAlign.center, - ), - content: Text( - 'This is a image animation bottom sheet. This library helps you easily create fancy giffy bottom sheet.', - textAlign: TextAlign.center, - ), - actions: [ - TextButton( - onPressed: () => Navigator.pop(context, 'CANCEL'), - child: const Text('CANCEL'), - ), - TextButton( - onPressed: () => Navigator.pop(context, 'OK'), - child: const Text('OK'), - ), - ], - ); - }, - ); -``` - -## Demo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Giffy DialogGiffy BottomSheet
Material 2Material 3Material 2Material 3
Image GiffyImage Giffy DialogImage Giffy DialogImage Giffy DialogImage Giffy Dialog
Rive GiffyImage Giffy DialogImage Giffy DialogImage Giffy DialogImage Giffy Dialog
Lottie GiffyImage Giffy DialogImage Giffy DialogImage Giffy DialogImage Giffy Dialog
- -## Customization - -The GiffyDialog widget provides several customization options, such as the dialog title, description, buttons, -animations, and more. Please refer to the [documentation](https://pub.dev/documentation/giffy_dialog/latest/) for a -complete list of available options. - -## Contributors - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - - - - - - - - - - - - - - - - - -

ArtemKolichenkov

๐Ÿ“– ๐Ÿค”

Alex Fierro

๐Ÿ’ป

Kasidech C.

๐Ÿ’ป

Jai Sachdeva

๐Ÿ’ฌ

Tarekk Mohamed Abdalla

๐Ÿ’ป

madhukesh_048

โš ๏ธ

dpedrinha

๐Ÿ’ป

Nate

๐Ÿ’ป ๐Ÿ’ก

Alex

๐Ÿ’ป

jritchie

๐Ÿ’ป

Saad Bin Shahid

๐Ÿ’ป
- - - - - -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! - -## License - -[MIT License](LICENSE) diff --git a/analysis_options.yaml b/analysis_options.yaml deleted file mode 100644 index 61b6c4d..0000000 --- a/analysis_options.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# This file configures the analyzer, which statically analyzes Dart code to -# check for errors, warnings, and lints. -# -# The issues identified by the analyzer are surfaced in the UI of Dart-enabled -# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be -# invoked from the command line by running `flutter analyze`. - -# The following line activates a set of recommended lints for Flutter apps, -# packages, and plugins designed to encourage good coding practices. -include: package:flutter_lints/flutter.yaml - -linter: - # The lint rules applied to this project can be customized in the - # section below to disable rules from the `package:flutter_lints/flutter.yaml` - # included above or to enable additional rules. A list of all available lints - # and their documentation is published at - # https://dart-lang.github.io/linter/lints/index.html. - # - # Instead of disabling a lint rule for the entire project in the - # section below, it can also be suppressed for a single line of code - # or a specific dart file by using the `// ignore: name_of_lint` and - # `// ignore_for_file: name_of_lint` syntax on the line or in the file - # producing the lint. - rules: - # avoid_print: false # Uncomment to disable the `avoid_print` rule - # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule - -# Additional information about this file can be found at -# https://dart.dev/guides/language/analysis-options diff --git a/asset/m2/image_giffy_bottom_sheet.gif b/asset/m2/image_giffy_bottom_sheet.gif deleted file mode 100644 index bdf3668..0000000 Binary files a/asset/m2/image_giffy_bottom_sheet.gif and /dev/null differ diff --git a/asset/m2/image_giffy_dialog.gif b/asset/m2/image_giffy_dialog.gif deleted file mode 100644 index ec038cb..0000000 Binary files a/asset/m2/image_giffy_dialog.gif and /dev/null differ diff --git a/asset/m2/lottie_giffy_bottom_sheet.gif b/asset/m2/lottie_giffy_bottom_sheet.gif deleted file mode 100644 index cbe5671..0000000 Binary files a/asset/m2/lottie_giffy_bottom_sheet.gif and /dev/null differ diff --git a/asset/m2/lottie_giffy_dialog.gif b/asset/m2/lottie_giffy_dialog.gif deleted file mode 100644 index ae39629..0000000 Binary files a/asset/m2/lottie_giffy_dialog.gif and /dev/null differ diff --git a/asset/m2/rive_giffy_bottom_sheet.gif b/asset/m2/rive_giffy_bottom_sheet.gif deleted file mode 100644 index 315d1ec..0000000 Binary files a/asset/m2/rive_giffy_bottom_sheet.gif and /dev/null differ diff --git a/asset/m2/rive_giffy_dialog.gif b/asset/m2/rive_giffy_dialog.gif deleted file mode 100644 index ea6d81d..0000000 Binary files a/asset/m2/rive_giffy_dialog.gif and /dev/null differ diff --git a/asset/m3/image_giffy_bottom_sheet.gif b/asset/m3/image_giffy_bottom_sheet.gif deleted file mode 100644 index 0f73dd6..0000000 Binary files a/asset/m3/image_giffy_bottom_sheet.gif and /dev/null differ diff --git a/asset/m3/image_giffy_dialog.gif b/asset/m3/image_giffy_dialog.gif deleted file mode 100644 index ee3f00e..0000000 Binary files a/asset/m3/image_giffy_dialog.gif and /dev/null differ diff --git a/asset/m3/lottie_giffy_bottom_sheet.gif b/asset/m3/lottie_giffy_bottom_sheet.gif deleted file mode 100644 index 41b4162..0000000 Binary files a/asset/m3/lottie_giffy_bottom_sheet.gif and /dev/null differ diff --git a/asset/m3/lottie_giffy_dialog.gif b/asset/m3/lottie_giffy_dialog.gif deleted file mode 100644 index 2ac85e2..0000000 Binary files a/asset/m3/lottie_giffy_dialog.gif and /dev/null differ diff --git a/asset/m3/rive_giffy_bottom_sheet.gif b/asset/m3/rive_giffy_bottom_sheet.gif deleted file mode 100644 index 75431a9..0000000 Binary files a/asset/m3/rive_giffy_bottom_sheet.gif and /dev/null differ diff --git a/asset/m3/rive_giffy_dialog.gif b/asset/m3/rive_giffy_dialog.gif deleted file mode 100644 index 94476bc..0000000 Binary files a/asset/m3/rive_giffy_dialog.gif and /dev/null differ diff --git a/asset/package_demo.gif b/asset/package_demo.gif deleted file mode 100644 index 1c50cb4..0000000 Binary files a/asset/package_demo.gif and /dev/null differ diff --git a/assets/AssetManifest.bin b/assets/AssetManifest.bin new file mode 100644 index 0000000..86d111f Binary files /dev/null and b/assets/AssetManifest.bin differ diff --git a/assets/AssetManifest.json b/assets/AssetManifest.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/AssetManifest.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/FontManifest.json b/assets/FontManifest.json new file mode 100644 index 0000000..3abf18c --- /dev/null +++ b/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]}] \ No newline at end of file diff --git a/assets/NOTICES b/assets/NOTICES new file mode 100644 index 0000000..7a8975d --- /dev/null +++ b/assets/NOTICES @@ -0,0 +1,33535 @@ +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 +etc1 +expat +flatbuffers +fuchsia-vulkan +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) 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) 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 +fuchsia_sdk +skia +zlib + +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 +angle +icu +zlib + +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 +zlib + +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 +zlib + +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 +engine +spring_animation +tonic +txt +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 +zlib + +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. +-------------------------------------------------------------------------------- +accessibility +zlib + +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. +-------------------------------------------------------------------------------- +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 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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +async +collection +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. + +-------------------------------------------------------------------------------- +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 Kungliga Tekniska Hรถgskolan +(Royal Institute of Technology, Stockholm, Sweden). +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. Neither the name of the Institute nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (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 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 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 + +DTLS code by Eric Rescorla + +Copyright (C) 2006, Network Resonance, Inc. +Copyright (C) 2011, RTFM, Inc. +-------------------------------------------------------------------------------- +boringssl + +OpenSSL License +--------------- + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + + +This product includes cryptographic software written by Eric Young +(eay@cryptsoft.com). This product includes software written by Tim +Hudson (tjh@cryptsoft.com). + +Original SSLeay License +----------------------- + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] + +ISC license used for completely new code in BoringSSL: + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +The code in third_party/fiat carries the MIT license: + +Copyright (c) 2015-2016 the fiat-crypto authors (see +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Licenses for support code +------------------------- + +Parts of the TLS test suite are under the Go license. This code is not included +in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so +distributing code linked against BoringSSL does not trigger this license: + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +BoringSSL uses the Chromium test infrastructure to run a continuous build, +trybots etc. The scripts which manage this, and the script for generating build +metadata, are under the Chromium license. Distributing code linked against +BoringSSL does not trigger this license. + +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ceval + +Copyright (c) 2021 e_t + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +characters +ffi + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +convert +crypto + +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. + +-------------------------------------------------------------------------------- +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 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2006-2008 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2010 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2012 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +engine + +License for the Ahem font embedded below is from: +https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING + +The Ahem font in this directory belongs to the public domain. In +jurisdictions that do not recognize public domain ownership of these +files, the following Creative Commons Zero declaration applies: + + + +which is quoted below: + + The person who has associated a work with this document (the "Work") + affirms that he or she (the "Affirmer") is the/an author or owner of + the Work. The Work may be any work of authorship, including a + database. + + The Affirmer hereby fully, permanently and irrevocably waives and + relinquishes all of her or his copyright and related or neighboring + legal rights in the Work available under any federal or state law, + treaty or contract, including but not limited to moral rights, + publicity and privacy rights, rights protecting against unfair + competition and any rights protecting the extraction, dissemination + and reuse of data, whether such rights are present or future, vested + or contingent (the "Waiver"). The Affirmer makes the Waiver for the + benefit of the public at large and to the detriment of the Affirmer's + heirs or successors. + + The Affirmer understands and intends that the Waiver has the effect + of eliminating and entirely removing from the Affirmer's control all + the copyright and related or neighboring legal rights previously held + by the Affirmer in the Work, to that extent making the Work freely + available to the public for any and all uses and purposes without + restriction of any kind, including commercial use and uses in media + and formats or by methods that have not yet been invented or + conceived. Should the Waiver for any reason be judged legally + ineffective in any jurisdiction, the Affirmer hereby grants a free, + full, permanent, irrevocable, nonexclusive and worldwide license for + all her or his copyright and related or neighboring legal rights in + the Work. +-------------------------------------------------------------------------------- +etc_decoder + +Copyright (c) 2020-2022 Hans-Kristian Arntzen + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2004 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2016 Cristian Rodrรญguez +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Yury Gribov + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2005 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Cristian Rodrรญguez +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2017 Rhodri James +Copyright (c) 2022 Thijs Schreijer + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2006 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016 Eric Rahm +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Gaurav +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2016 Gustavo Grieco +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Ed Schouten +Copyright (c) 2017-2022 Rhodri James +Copyright (c) 2017 Vรกclav Slavรญk +Copyright (c) 2017 Viktor Szakats +Copyright (c) 2017 Chanho Park +Copyright (c) 2017 Rolf Eike Beer +Copyright (c) 2017 Hans Wennborg +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Marco Maggi +Copyright (c) 2018 Mariusz Zaborski +Copyright (c) 2019 David Loffredo +Copyright (c) 2019-2020 Ben Wagner +Copyright (c) 2019 Vadim Zeitlin +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Samanta Navarro +Copyright (c) 2022 Jeffrey Walton +Copyright (c) 2022 Jann Horn + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2002 Fred L. Drake, Jr. +Copyright (c) 2006 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Don Lewis +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Alexander Bluhm +Copyright (c) 2017 Benbuck Nason +Copyright (c) 2017 Josรฉ Gutiรฉrrez de la Concha +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2009 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Joe Orton +Copyright (c) 2020 Kleber Tarcรญsio +Copyright (c) 2021 Tim Bray +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2004 Fred L. Drake, Jr. +Copyright (c) 2002-2009 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Franek Korta + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2005 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Boris Kolpackov +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005-2006 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Karl Waclawek +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2018 Sebastian Pipping +Copyright (c) 2018 Marco Maggi + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper +Copyright (c) 2001-2022 Expat maintainers + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1999-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2007 Karl Waclawek +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2003 Greg Stein +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2018 Yury Gribov +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat +harfbuzz + +Copyright (c) 2021 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) <2014> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +fiat + +Copyright (c) 2015-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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +The FreeType Project LICENSE +---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright ยฉ The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. + +(This is a heavily cut-down "BSD license".) +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2014 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2017 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2018 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2020 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2022 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2023 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +musl as a whole is licensed under the following standard MIT license: + + +Copyright ยฉ 2005-2014 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Authors/contributors include: + +Alex Dowad +Alexander Monakov +Anthony G. Basile +Arvid Picciani +Bobby Bingham +Boris Brezillon +Brent Cook +Chris Spiegel +Clรฉment Vasseur +Daniel Micay +Denys Vlasenko +Emil Renner Berthing +Felix Fietkau +Felix Janda +Gianluca Anzolin +Hauke Mehrtens +Hiltjo Posthuma +Isaac Dunham +Jaydeep Patil +Jens Gustedt +Jeremy Huntwork +Jo-Philipp Wich +Joakim Sindholt +John Spencer +Josiah Worcester +Justin Cormack +Khem Raj +Kylie McClain +Luca Barbato +Luka Perkov +M Farkas-Dyck (Strake) +Mahesh Bodapati +Michael Forney +Natanael Copa +Nicholas J. Kain +orc +Pascal Cuoq +Petr Hosek +Pierre Carrier +Rich Felker +Richard Pennington +Shiz +sin +Solar Designer +Stefan Kristiansson +Szabolcs Nagy +Timo Terรคs +Trutz Behn +Valentin Ochs +William Haddon + +Portions of this software are derived from third-party works licensed +under terms compatible with the above MIT license: + +Much of the math library code (third_party/math/* and +third_party/complex/*, and third_party/include/libm.h) is +Copyright ยฉ 1993,2004 Sun Microsystems or +Copyright ยฉ 2003-2011 David Schultz or +Copyright ยฉ 2003-2009 Steven G. Kargl or +Copyright ยฉ 2003-2009 Bruce D. Evans or +Copyright ยฉ 2008 Stephen L. Moshier +and labelled as such in comments in the individual source files. All +have been licensed under extremely permissive terms. + +The smoothsort implementation (third_party/smoothsort/qsort.c) is +Copyright ยฉ 2011 Valentin Ochs and is licensed under an MIT-style +license. + +The x86_64 files in third_party/arch were written by Nicholas J. Kain +and is licensed under the standard MIT terms. + +All other files which have no copyright comments are original works +produced specifically for use as part of this library, written either +by Rich Felker, the main author of the library, or by one or more +contibutors listed above. Details on authorship of individual files +can be found in the git version control history of the project. The +omission of copyright and license comments in each file is in the +interest of source tree size. + +In addition, permission is hereby granted for all public header files +(include/* and arch/*/bits/*) and crt files intended to be linked into +applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit +the copyright notice and permission notice otherwise required by the +license, and to use these files without any requirement of +attribution. These files include substantial contributions from: + +Bobby Bingham +John Spencer +Nicholas J. Kain +Rich Felker +Richard Pennington +Stefan Kristiansson +Szabolcs Nagy + +all of whom have explicitly granted such permission. + +This file previously contained text expressing a belief that most of +the files covered by the above exception were sufficiently trivial not +to be subject to copyright, resulting in confusion over whether it +negated the permissions granted in the license. In the spirit of +permissive licensing, and of not having licensing issues being an +obstacle to adoption, that text has been removed. +-------------------------------------------------------------------------------- +fuchsia_sdk +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. +-------------------------------------------------------------------------------- +giffy_dialog + +MIT License + +Copyright (c) 2019 Sahil Kumar + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +glfw + +Copyright (C) 1997-2013 Sam Lantinga + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard + +Copyright (c) 2006-2019 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2017 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2018 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Lรถwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2017 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2018 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Lรถwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2021 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2014 Jonas ร…dahl + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2017 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2019 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016-2017 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2021 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2022 Camilla Lรถwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2019 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017, 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2016 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (c) 2002-2010 The ANGLE Project Authors. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2016-2020 Google, Inc. +Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017-2018 Google, Inc. +Copyright (C) 2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 The Khronos Group Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of The Khronos Group Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2002, NVIDIA Corporation. + +NVIDIA Corporation("NVIDIA") supplies this software to you in +consideration of your agreement to the following terms, and your use, +installation, modification or redistribution of this NVIDIA software +constitutes acceptance of these terms. If you do not agree with these +terms, please do not use, install, modify or redistribute this NVIDIA +software. + +In consideration of your agreement to abide by the following terms, and +subject to these terms, NVIDIA grants you a personal, non-exclusive +license, under NVIDIA's copyrights in this original NVIDIA software (the +"NVIDIA Software"), to use, reproduce, modify and redistribute the +NVIDIA Software, with or without modifications, in source and/or binary +forms; provided that if you redistribute the NVIDIA Software, you must +retain the copyright notice of NVIDIA, this notice and the following +text and disclaimers in all such redistributions of the NVIDIA Software. +Neither the name, trademarks, service marks nor logos of NVIDIA +Corporation may be used to endorse or promote products derived from the +NVIDIA Software without specific prior written permission from NVIDIA. +Except as expressly stated in this notice, no other rights or licenses +express or implied, are granted by NVIDIA herein, including but not +limited to any patent rights that may be infringed by your derivative +works or by other works in which the NVIDIA Software may be +incorporated. No hardware is licensed hereunder. + +THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, +INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER +PRODUCTS. + +IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, +INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY +OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE +NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, +TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF +NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2013 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2017 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2020 The Khronos Group Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2019, Viktor Latypov +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS +KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS +SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT + https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020, Travis Fort +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2022 ARM Limited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright(C) 2021 Advanced Micro Devices, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang +skia + +Copyright (c) 2014-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang +spirv-cross + +Copyright (c) 2014-2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +google_fonts + + 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. + +-------------------------------------------------------------------------------- +graphs +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. + +-------------------------------------------------------------------------------- +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 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. +-------------------------------------------------------------------------------- +http +http_parser +path +source_span +string_scanner + +Copyright 2014, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +icu + +# Copyright (c) 2006-2015 International Business Machines Corporation, + # Apple Inc., and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2002, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2008, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2009,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011,2014-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines * +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008,2010 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011,2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2013, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2005, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2009, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004 - 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2012, International Business Machines Corporation and others. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2014, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation, Google and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010 IBM Corporation and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2017, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010 , Yahoo! Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) The Internet Society (2002). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published +and distributed, in whole or in part, without restriction of any +kind, provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for +copyrights defined in the Internet Standards process must be +followed, or as required to translate it into languages other than +English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +-------------------------------------------------------------------------------- +icu + +Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2004 IBM, Inc. and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2010, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2011-2012 International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2010. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2011. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2012. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2014. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2016. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright 2001 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2004 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2007 Google Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.โ€™s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright ยฉ 1991-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. + +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +path_provider +path_provider_android +path_provider_foundation +path_provider_linux +path_provider_platform_interface +path_provider_windows +plugin_platform_interface +xdg_directories + +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. + +-------------------------------------------------------------------------------- +perfetto + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +Copyright (c) 2017, The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +platform +process + +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. + +-------------------------------------------------------------------------------- +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. + + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +rive +rive_common + +MIT License + +Copyright (c) 2020 Rive + +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 + +-------------------------------------------------------------------------------- +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 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +spirv-cross + +Copyright 2014-2016,2021 The Khronos Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +spring_animation + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +sqlite + +The source code for SQLite is in the public domain. No claim of +copyright is made on any part of the core source code. (The +documentation and test code is a different matter - some sections of +documentation and test logic are governed by open-source licenses.) +All contributors to the SQLite core software have signed affidavits +specifically disavowing any copyright interest in the code. This means +that anybody is able to legally do anything they want with the SQLite +source code. + +There are other SQL database engines with liberal licenses that allow +the code to be broadly and freely used. But those other engines are +still governed by copyright law. SQLite is different in that copyright +law simply does not apply. + +The source code files for other SQL database engines typically begin +with a comment describing your legal rights to view and copy that +file. The SQLite source code contains no license since it is not +governed by copyright. Instead of a license, the SQLite source code +offers a blessing: + +May you do good and not evil +May you find forgiveness for yourself and forgive others +May you share freely, never taking more than you give. +-------------------------------------------------------------------------------- +systeminfo + +Copyright (C) 2009 Apple 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. + +THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY +OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +tcmalloc + +Copyright (c) 2003, 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. +-------------------------------------------------------------------------------- +tcmalloc + +Copyright (c) 2005, 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. +-------------------------------------------------------------------------------- +vector_math + +Copyright 2015, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (C) 2013 Andrew Magill + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +-------------------------------------------------------------------------------- +vulkan-validation-layers + +Copyright (C) 2012-2020 Yann Collet + +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +vulkan-validation-layers +vulkan_memory_allocator + +Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +vulkanmemoryallocator + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +web_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. +-------------------------------------------------------------------------------- +win32 + +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright 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 (c) 2022 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. +-------------------------------------------------------------------------------- +zlib + +Copyright 2022 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. +-------------------------------------------------------------------------------- +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/MaterialIcons-Regular.otf b/assets/fonts/MaterialIcons-Regular.otf new file mode 100644 index 0000000..20d87d1 Binary files /dev/null and b/assets/fonts/MaterialIcons-Regular.otf differ diff --git a/assets/shaders/ink_sparkle.frag b/assets/shaders/ink_sparkle.frag new file mode 100644 index 0000000..3591af4 --- /dev/null +++ b/assets/shaders/ink_sparkle.frag @@ -0,0 +1,160 @@ +{ + "sksl": "// This SkSL shader is autogenerated by spirv-cross.\n\nfloat4 flutter_FragCoord;\n\nuniform vec4 u_color;\nuniform float u_alpha;\nuniform vec4 u_sparkle_color;\nuniform float u_sparkle_alpha;\nuniform float u_blur;\nuniform vec2 u_center;\nuniform float u_radius_scale;\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\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 _301 = FLT_flutter_local_circle_grid(param, param_1, param_2, param_3, param_4);\n float g1 = _301;\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 _313 = FLT_flutter_local_circle_grid(param_5, param_6, param_7, param_8, param_9);\n float g2 = _313;\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 _326 = FLT_flutter_local_circle_grid(param_10, param_11, param_12, param_13, param_14);\n float g3 = _326;\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 _224 = FLT_flutter_local_triangle_noise(param);\n float n = _224;\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 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 vec4 sparkle_color = vec4(u_sparkle_color.xyz * u_sparkle_color.w, u_sparkle_color.w);\n fragColor = mix(wave_color, sparkle_color, 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_alpha", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 2, + "name": "u_sparkle_color", + "rows": 4, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 3, + "name": "u_sparkle_alpha", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 4, + "name": "u_blur", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 5, + "name": "u_center", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 6, + "name": "u_radius_scale", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 7, + "name": "u_max_radius", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 8, + "name": "u_resolution_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 9, + "name": "u_noise_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 10, + "name": "u_noise_phase", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 11, + "name": "u_circle1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 12, + "name": "u_circle2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 13, + "name": "u_circle3", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 14, + "name": "u_rotation1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 15, + "name": "u_rotation2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 16, + "name": "u_rotation3", + "rows": 2, + "type": 10 + } + ] +} \ No newline at end of file diff --git a/canvaskit/canvaskit.js b/canvaskit/canvaskit.js new file mode 100644 index 0000000..5134e64 --- /dev/null +++ b/canvaskit/canvaskit.js @@ -0,0 +1,224 @@ + +var CanvasKitInit = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(CanvasKitInit) { + CanvasKitInit = CanvasKitInit || {}; + + +null;var r;r||(r=typeof CanvasKitInit !== 'undefined' ? CanvasKitInit : {});var aa=Object.assign,ba,ca;r.ready=new Promise(function(a,b){ba=a;ca=b}); +(function(a){a.Rd=a.Rd||[];a.Rd.push(function(){a.MakeSWCanvasSurface=function(b){var c=b;if("CANVAS"!==c.tagName&&(c=document.getElementById(b),!c))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.pe=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.pe=null,e.Ve=b,e.Se=c,e.Te=f,e.ze=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.Od(this.Nd);this._flush();if(this.pe){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.ze,this.Te);c=new ImageData(c,this.Ve,this.Se);b?this.pe.getContext("2d").putImageData(c,0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.pe.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose= +function(){this.ze&&a._free(this.ze);this.delete()};a.Od=a.Od||function(){};a.qe=a.qe||function(){return null}})})(r); +(function(a){a.Rd=a.Rd||[];a.Rd.push(function(){function b(n,q,x){return n&&n.hasOwnProperty(q)?n[q]:x}function c(n){var q=ea(fa);fa[q]=n;return q}function e(n){return n.naturalHeight||n.videoHeight||n.displayHeight||n.height}function f(n){return n.naturalWidth||n.videoWidth||n.displayWidth||n.width}function k(n,q,x,y){n.bindTexture(n.TEXTURE_2D,q);y||x.alphaType!==a.AlphaType.Premul||n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return q}function l(n,q,x){x||q.alphaType!==a.AlphaType.Premul|| +n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);n.bindTexture(n.TEXTURE_2D,null)}a.GetWebGLContext=function(n,q){if(!n)throw"null canvas passed into makeWebGLContext";var x={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)};x.majorVersion=q&&q.majorVersion?q.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(x.explicitSwapControl)throw"explicitSwapControl is not supported";n=ha(n,x);if(!n)return 0;ia(n);t.Zd.getExtension("WEBGL_debug_renderer_info");return n};a.deleteContext=function(n){t===ja[n]&&(t=null);"object"===typeof JSEvents&& +JSEvents.Nf(ja[n].Zd.canvas);ja[n]&&ja[n].Zd.canvas&&(ja[n].Zd.canvas.Qe=void 0);ja[n]=null};a._setTextureCleanup({deleteTexture:function(n,q){var x=fa[q];x&&ja[n].Zd.deleteTexture(x);fa[q]=null}});a.MakeWebGLContext=function(n){if(!this.Od(n))return null;var q=this._MakeGrContext();if(!q)return null;q.Nd=n;var x=q.delete.bind(q);q["delete"]=function(){a.Od(this.Nd);x()}.bind(q);return t.Ce=q};a.MakeGrContext=a.MakeWebGLContext;a.GrDirectContext.prototype.getResourceCacheLimitBytes=function(){a.Od(this.Nd); +this._getResourceCacheLimitBytes()};a.GrDirectContext.prototype.getResourceCacheUsageBytes=function(){a.Od(this.Nd);this._getResourceCacheUsageBytes()};a.GrDirectContext.prototype.releaseResourcesAndAbandonContext=function(){a.Od(this.Nd);this._releaseResourcesAndAbandonContext()};a.GrDirectContext.prototype.setResourceCacheLimitBytes=function(n){a.Od(this.Nd);this._setResourceCacheLimitBytes(n)};a.MakeOnScreenGLSurface=function(n,q,x,y,C,E){if(!this.Od(n.Nd))return null;q=void 0===C||void 0===E? +this._MakeOnScreenGLSurface(n,q,x,y):this._MakeOnScreenGLSurface(n,q,x,y,C,E);if(!q)return null;q.Nd=n.Nd;return q};a.MakeRenderTarget=function(){var n=arguments[0];if(!this.Od(n.Nd))return null;if(3===arguments.length){var q=this._MakeRenderTargetWH(n,arguments[1],arguments[2]);if(!q)return null}else if(2===arguments.length){if(q=this._MakeRenderTargetII(n,arguments[1]),!q)return null}else return null;q.Nd=n.Nd;return q};a.MakeWebGLCanvasSurface=function(n,q,x){q=q||null;var y=n,C="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||C||(y=document.getElementById(n),y)))throw"Canvas with id "+n+" was not found";n=this.GetWebGLContext(y,x);if(!n||0>n)throw"failed to create webgl context: err "+n;n=this.MakeWebGLContext(n);q=this.MakeOnScreenGLSurface(n,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(n,q){a.Od(this.Nd);n=c(n);if(q=this._makeImageFromTexture(this.Nd,n,q))q.je=n;return q};a.Surface.prototype.makeImageFromTextureSource=function(n,q,x){q||(q={height:e(n),width:f(n),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);a.Od(this.Nd);var y=t.Zd;x=k(y,y.createTexture(),q,x);2===t.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,q.width,q.height, +0,y.RGBA,y.UNSIGNED_BYTE,n):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,n);l(y,q);this._resetContext();return this.makeImageFromTexture(x,q)};a.Surface.prototype.updateTextureFromSource=function(n,q,x){if(n.je){a.Od(this.Nd);var y=n.getImageInfo(),C=t.Zd,E=k(C,fa[n.je],y,x);2===t.version?C.texImage2D(C.TEXTURE_2D,0,C.RGBA,f(q),e(q),0,C.RGBA,C.UNSIGNED_BYTE,q):C.texImage2D(C.TEXTURE_2D,0,C.RGBA,C.RGBA,C.UNSIGNED_BYTE,q);l(C,y,x);this._resetContext();fa[n.je]=null;n.je=c(E);y.colorSpace= +n.getColorSpace();q=this._makeImageFromTexture(this.Nd,n.je,y);x=n.Md.Pd;C=n.Md.Ud;n.Md.Pd=q.Md.Pd;n.Md.Ud=q.Md.Ud;q.Md.Pd=x;q.Md.Ud=C;q.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(n,q,x){q||(q={height:e(n),width:f(n),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var C=t,E=C.Zd,v=k(E,E.createTexture(),q,x);2===C.version?E.texImage2D(E.TEXTURE_2D,0,E.RGBA, +q.width,q.height,0,E.RGBA,E.UNSIGNED_BYTE,n):E.texImage2D(E.TEXTURE_2D,0,E.RGBA,E.RGBA,E.UNSIGNED_BYTE,n);l(E,q,x);return c(v)},freeSrc:function(){}};"VideoFrame"===n.constructor.name&&(y.freeSrc=function(){n.close()});return a.Image._makeFromGenerator(q,y)};a.Od=function(n){return n?ia(n):!1};a.qe=function(){return t&&t.Ce&&!t.Ce.isDeleted()?t.Ce: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),m=0;mz;z++)a.HEAPF32[u+m]=g[w][z],m++;g=h}else g=M;d.Wd=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return d}function q(g){if(!g)return M;var d=R.toTypedArray();if(g.length){if(6===g.length||9===g.length)return l(g,"HEAPF32",I),6===g.length&&a.HEAPF32.set(od,6+I/4),I;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],I;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 I}function x(g){if(!g)return M;var d=da.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",Z);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 Z}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 Z}function y(g,d){return l(g,"HEAPF32",d||ua)}function C(g,d,h,m){var u=Ma.toTypedArray();u[0]=g;u[1]=d;u[2]=h;u[3]=m;return ua}function E(g){for(var d=new Float32Array(4),h=0;4>h;h++)d[h]=a.HEAPF32[g/4+h];return d}function v(g,d){return l(g,"HEAPF32",d||V)}function D(g,d){return l(g,"HEAPF32",d||Gb)}a.Color=function(g, +d,h,m){void 0===m&&(m=1);return a.Color4f(f(g)/255,f(d)/255,f(h)/255,m)};a.ColorAsInt=function(g,d,h,m){void 0===m&&(m=255);return(f(m)<<24|f(g)<<16|f(d)<<8|f(h)<<0&268435455)>>>0};a.Color4f=function(g,d,h,m){void 0===m&&(m=1);return Float32Array.of(g,d,h,m)};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 m=parseInt(g.slice(3,5),16);var u=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),m=17*parseInt(g.slice(2,3),16),u=17*parseInt(g.slice(3,4),16)}return a.Color(h,m,u,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,ce:null,subarray:function(m,u){m=this.toTypedArray().subarray(m,u);m._ck=!0;return m},toTypedArray:function(){if(this.ce&&this.ce.length)return this.ce; +this.ce=new g(a.HEAPU8.buffer,h,d);this.ce._ck=!0;return this.ce}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.ce=null};var I=M,R,Z=M,da,ua=M,Ma,va,V=M,pc,Ba=M,qc,Hb=M,rc,Ib=M,Jb,gb=M,sc,Gb=M,tc,uc=M,od=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(d,h,m,u,w,z,F){z||(z=4*u.width,u.colorType===a.ColorType.RGBA_F16?z*=2:u.colorType===a.ColorType.RGBA_F32&&(z*=4));var K=z*u.height;var H=w?w.byteOffset:a._malloc(K);if(F?!d._readPixels(u,H,z, +h,m,F):!d._readPixels(u,H,z,h,m))return w||a._free(H),null;if(w)return w.toTypedArray();switch(u.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,H,K)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,H,K)).slice();break;default:return null}a._free(H);return d}Ma=a.Malloc(Float32Array,4);ua=Ma.byteOffset;da=a.Malloc(Float32Array,16);Z=da.byteOffset;R=a.Malloc(Float32Array,9);I=R.byteOffset;sc=a.Malloc(Float32Array,12);Gb= +sc.byteOffset;tc=a.Malloc(Float32Array,12);uc=tc.byteOffset;va=a.Malloc(Float32Array,4);V=va.byteOffset;pc=a.Malloc(Float32Array,4);Ba=pc.byteOffset;qc=a.Malloc(Float32Array,3);Hb=qc.byteOffset;rc=a.Malloc(Float32Array,3);Ib=rc.byteOffset;Jb=a.Malloc(Int32Array,4);gb=Jb.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"),m=a.Path._MakeFromCmds(h,d.length);k(h,d);return m};a.Path.MakeFromVerbsPointsWeights=function(d,h,m){var u=l(d,"HEAPU8"),w=l(h,"HEAPF32"),z=l(m,"HEAPF32"),F=a.Path._MakeFromVerbsPointsWeights(u,d.length,w,h.length,z,m&&m.length||0);k(u,d);k(w,h);k(z,m);return F};a.Path.prototype.addArc=function(d,h,m){d=v(d);this._addArc(d,h,m);return this};a.Path.prototype.addCircle=function(d,h,m,u){this._addCircle(d,h,m,!!u);return this};a.Path.prototype.addOval=function(d,h,m){void 0=== +m&&(m=1);d=v(d);this._addOval(d,!!h,m);return this};a.Path.prototype.addPath=function(){var d=Array.prototype.slice.call(arguments),h=d[0],m=!1;"boolean"===typeof d[d.length-1]&&(m=d.pop());if(1===d.length)this._addPath(h,1,0,0,0,1,0,0,0,1,m);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,m);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,m);else return null;return this};a.Path.prototype.addPoly= +function(d,h){var m=l(d,"HEAPF32");this._addPoly(m,d.length/2,h);k(m,d);return this};a.Path.prototype.addRect=function(d,h){d=v(d);this._addRect(d,!!h);return this};a.Path.prototype.addRRect=function(d,h){d=D(d);this._addRRect(d,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(d,h,m){var u=l(d,"HEAPU8"),w=l(h,"HEAPF32"),z=l(m,"HEAPF32");this._addVerbsPointsWeights(u,d.length,w,h.length,z,m&&m.length||0);k(u,d);k(w,h);k(z,m)};a.Path.prototype.arc=function(d,h,m,u,w,z){d=a.LTRBRect(d- +m,h-m,d+m,h+m);w=(w-u)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(d,u/Math.PI*180,w);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(d,h,m,u){d=v(d);this._arcToOval(d,h,m,u);return this};a.Path.prototype.arcToRotated=function(d,h,m,u,w,z,F){this._arcToRotated(d,h,m,!!u,!!w,z,F);return this};a.Path.prototype.arcToTangent=function(d,h,m,u,w){this._arcToTangent(d,h,m,u,w);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(d,h,m,u,w){this._conicTo(d,h,m,u,w);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(V);var h=va.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.cubicTo=function(d,h,m,u,w,z){this._cubicTo(d,h,m,u,w,z);return this};a.Path.prototype.dash=function(d,h,m){return this._dash(d,h,m)?this:null};a.Path.prototype.getBounds=function(d){this._getBounds(V);var h=va.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,m,u){this._quadTo(d,h,m,u);return this};a.Path.prototype.rArcTo=function(d,h,m,u,w,z,F){this._rArcTo(d,h,m,u,w,z,F);return this};a.Path.prototype.rConicTo=function(d,h,m,u,w){this._rConicTo(d,h,m,u,w);return this};a.Path.prototype.rCubicTo=function(d,h,m,u,w,z){this._rCubicTo(d, +h,m,u,w,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,m,u){this._rQuadTo(d,h,m,u);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,m){return this._trim(d,h,!!m)?this:null};a.Image.prototype.encodeToBytes=function(d,h){var m=a.qe();d=d||a.ImageFormat.PNG;h=h||100; +return m?this._encodeToBytes(d,h,m):this._encodeToBytes(d,h)};a.Image.prototype.makeShaderCubic=function(d,h,m,u,w){w=q(w);return this._makeShaderCubic(d,h,m,u,w)};a.Image.prototype.makeShaderOptions=function(d,h,m,u,w){w=q(w);return this._makeShaderOptions(d,h,m,u,w)};a.Image.prototype.readPixels=function(d,h,m,u,w){var z=a.qe();return g(this,d,h,m,u,w,z)};a.Canvas.prototype.clear=function(d){a.Od(this.Nd);d=y(d);this._clear(d)};a.Canvas.prototype.clipRRect=function(d,h,m){a.Od(this.Nd);d=D(d);this._clipRRect(d, +h,m)};a.Canvas.prototype.clipRect=function(d,h,m){a.Od(this.Nd);d=v(d);this._clipRect(d,h,m)};a.Canvas.prototype.concat=function(d){a.Od(this.Nd);d=x(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,h,m,u,w){a.Od(this.Nd);d=v(d);this._drawArc(d,h,m,u,w)};a.Canvas.prototype.drawAtlas=function(d,h,m,u,w,z,F){if(d&&u&&h&&m&&h.length===m.length){a.Od(this.Nd);w||(w=a.BlendMode.SrcOver);var K=l(h,"HEAPF32"),H=l(m,"HEAPF32"),S=m.length/4,p=l(c(z),"HEAPU32");if(F&&"B"in F&&"C"in F)this._drawAtlasCubic(d, +H,K,p,S,w,F.B,F.C,u);else{let A=a.FilterMode.Linear,L=a.MipmapMode.None;F&&(A=F.filter,"mipmap"in F&&(L=F.mipmap));this._drawAtlasOptions(d,H,K,p,S,w,A,L,u)}k(K,h);k(H,m);k(p,z)}};a.Canvas.prototype.drawCircle=function(d,h,m,u){a.Od(this.Nd);this._drawCircle(d,h,m,u)};a.Canvas.prototype.drawColor=function(d,h){a.Od(this.Nd);d=y(d);void 0!==h?this._drawColor(d,h):this._drawColor(d)};a.Canvas.prototype.drawColorInt=function(d,h){a.Od(this.Nd);this._drawColorInt(d,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(d,h,m,u,w){a.Od(this.Nd);d=C(d,h,m,u);void 0!==w?this._drawColor(d,w):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,h,m){a.Od(this.Nd);d=D(d,Gb);h=D(h,uc);this._drawDRRect(d,h,m)};a.Canvas.prototype.drawImage=function(d,h,m,u){a.Od(this.Nd);this._drawImage(d,h,m,u||null)};a.Canvas.prototype.drawImageCubic=function(d,h,m,u,w,z){a.Od(this.Nd);this._drawImageCubic(d,h,m,u,w,z||null)};a.Canvas.prototype.drawImageOptions=function(d,h,m,u,w,z){a.Od(this.Nd);this._drawImageOptions(d, +h,m,u,w,z||null)};a.Canvas.prototype.drawImageNine=function(d,h,m,u,w){a.Od(this.Nd);h=l(h,"HEAP32",gb);m=v(m);this._drawImageNine(d,h,m,u,w||null)};a.Canvas.prototype.drawImageRect=function(d,h,m,u,w){a.Od(this.Nd);v(h,V);v(m,Ba);this._drawImageRect(d,V,Ba,u,!!w)};a.Canvas.prototype.drawImageRectCubic=function(d,h,m,u,w,z){a.Od(this.Nd);v(h,V);v(m,Ba);this._drawImageRectCubic(d,V,Ba,u,w,z||null)};a.Canvas.prototype.drawImageRectOptions=function(d,h,m,u,w,z){a.Od(this.Nd);v(h,V);v(m,Ba);this._drawImageRectOptions(d, +V,Ba,u,w,z||null)};a.Canvas.prototype.drawLine=function(d,h,m,u,w){a.Od(this.Nd);this._drawLine(d,h,m,u,w)};a.Canvas.prototype.drawOval=function(d,h){a.Od(this.Nd);d=v(d);this._drawOval(d,h)};a.Canvas.prototype.drawPaint=function(d){a.Od(this.Nd);this._drawPaint(d)};a.Canvas.prototype.drawParagraph=function(d,h,m){a.Od(this.Nd);this._drawParagraph(d,h,m)};a.Canvas.prototype.drawPatch=function(d,h,m,u,w){if(24>d.length)throw"Need 12 cubic points";if(h&&4>h.length)throw"Need 4 colors";if(m&&8>m.length)throw"Need 4 shader coordinates"; +a.Od(this.Nd);const z=l(d,"HEAPF32"),F=h?l(c(h),"HEAPU32"):M,K=m?l(m,"HEAPF32"):M;u||(u=a.BlendMode.Modulate);this._drawPatch(z,F,K,u,w);k(K,m);k(F,h);k(z,d)};a.Canvas.prototype.drawPath=function(d,h){a.Od(this.Nd);this._drawPath(d,h)};a.Canvas.prototype.drawPicture=function(d){a.Od(this.Nd);this._drawPicture(d)};a.Canvas.prototype.drawPoints=function(d,h,m){a.Od(this.Nd);var u=l(h,"HEAPF32");this._drawPoints(d,u,h.length/2,m);k(u,h)};a.Canvas.prototype.drawRRect=function(d,h){a.Od(this.Nd);d=D(d); +this._drawRRect(d,h)};a.Canvas.prototype.drawRect=function(d,h){a.Od(this.Nd);d=v(d);this._drawRect(d,h)};a.Canvas.prototype.drawRect4f=function(d,h,m,u,w){a.Od(this.Nd);this._drawRect4f(d,h,m,u,w)};a.Canvas.prototype.drawShadow=function(d,h,m,u,w,z,F){a.Od(this.Nd);var K=l(w,"HEAPF32"),H=l(z,"HEAPF32");h=l(h,"HEAPF32",Hb);m=l(m,"HEAPF32",Ib);this._drawShadow(d,h,m,u,K,H,F);k(K,w);k(H,z)};a.getShadowLocalBounds=function(d,h,m,u,w,z,F){d=q(d);m=l(m,"HEAPF32",Hb);u=l(u,"HEAPF32",Ib);if(!this._getShadowLocalBounds(d, +h,m,u,w,z,V))return null;h=va.toTypedArray();return F?(F.set(h),F):h.slice()};a.Canvas.prototype.drawTextBlob=function(d,h,m,u){a.Od(this.Nd);this._drawTextBlob(d,h,m,u)};a.Canvas.prototype.drawVertices=function(d,h,m){a.Od(this.Nd);this._drawVertices(d,h,m)};a.Canvas.prototype.getDeviceClipBounds=function(d){this._getDeviceClipBounds(gb);var h=Jb.toTypedArray();d?d.set(h):d=h.slice();return d};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(Z);for(var d=Z,h=Array(16),m=0;16> +m;m++)h[m]=a.HEAPF32[d/4+m];return h};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(I);for(var d=Array(9),h=0;9>h;h++)d[h]=a.HEAPF32[I/4+h];return d};a.Canvas.prototype.makeSurface=function(d){d=this._makeSurface(d);d.Nd=this.Nd;return d};a.Canvas.prototype.readPixels=function(d,h,m,u,w){a.Od(this.Nd);return g(this,d,h,m,u,w)};a.Canvas.prototype.saveLayer=function(d,h,m,u){h=v(h);return this._saveLayer(d||null,h,m||null,u||0)};a.Canvas.prototype.writePixels=function(d,h,m,u,w, +z,F,K){if(d.byteLength%(h*m))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Od(this.Nd);var H=d.byteLength/(h*m);z=z||a.AlphaType.Unpremul;F=F||a.ColorType.RGBA_8888;K=K||a.ColorSpace.SRGB;var S=H*h;H=l(d,"HEAPU8");h=this._writePixels({width:h,height:m,colorType:F,alphaType:z,colorSpace:K},H,S,u,w);k(H,d);return h};a.ColorFilter.MakeBlend=function(d,h,m){d=y(d);m=m||a.ColorSpace.SRGB;return a.ColorFilter._MakeBlend(d,h,m)};a.ColorFilter.MakeMatrix=function(d){if(!d||20!==d.length)throw"invalid color matrix"; +var h=l(d,"HEAPF32"),m=a.ColorFilter._makeMatrix(h);k(h,d);return m};a.ContourMeasure.prototype.getPosTan=function(d,h){this._getPosTan(d,V);d=va.toTypedArray();return h?(h.set(d),h):d.slice()};a.ImageFilter.MakeDropShadow=function(d,h,m,u,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadow(d,h,m,u,w,z)};a.ImageFilter.MakeDropShadowOnly=function(d,h,m,u,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadowOnly(d,h,m,u,w,z)};a.ImageFilter.MakeImage=function(d,h,m,u){m=v(m,V);u=v(u,Ba);if("B"in h&&"C"in +h)return a.ImageFilter._MakeImageCubic(d,h.B,h.C,m,u);const w=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(d,w,z,m,u)};a.ImageFilter.MakeMatrixTransform=function(d,h,m){d=q(d);if("B"in h&&"C"in h)return a.ImageFilter._MakeMatrixTransformCubic(d,h.B,h.C,m);const u=h.filter;let w=a.MipmapMode.None;"mipmap"in h&&(w=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,u,w,m)};a.Paint.prototype.getColor=function(){this._getColor(ua);return E(ua)}; +a.Paint.prototype.setColor=function(d,h){h=h||null;d=y(d);this._setColor(d,h)};a.Paint.prototype.setColorComponents=function(d,h,m,u,w){w=w||null;d=C(d,h,m,u);this._setColor(d,w)};a.Path.prototype.getPoint=function(d,h){this._getPoint(d,V);d=va.toTypedArray();return h?(h[0]=d[0],h[1]=d[1],h):d.slice(0,2)};a.Picture.prototype.makeShader=function(d,h,m,u,w){u=q(u);w=v(w);return this._makeShader(d,h,m,u,w)};a.PictureRecorder.prototype.beginRecording=function(d){d=v(d);return this._beginRecording(d)}; +a.Surface.prototype.getCanvas=function(){var d=this._getCanvas();d.Nd=this.Nd;return d};a.Surface.prototype.makeImageSnapshot=function(d){a.Od(this.Nd);d=l(d,"HEAP32",gb);return this._makeImageSnapshot(d)};a.Surface.prototype.makeSurface=function(d){a.Od(this.Nd);d=this._makeSurface(d);d.Nd=this.Nd;return d};a.Surface.prototype.Ue=function(d,h){this.ie||(this.ie=this.getCanvas());return requestAnimationFrame(function(){a.Od(this.Nd);d(this.ie);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame|| +(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Ue);a.Surface.prototype.Re=function(d,h){this.ie||(this.ie=this.getCanvas());requestAnimationFrame(function(){a.Od(this.Nd);d(this.ie);this.flush(h);this.dispose()}.bind(this))};a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Re);a.PathEffect.MakeDash=function(d,h){h||(h=0);if(!d.length||1===d.length%2)throw"Intervals array must have even length";var m=l(d,"HEAPF32");h=a.PathEffect._MakeDash(m,d.length, +h);k(m,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,m,u,w,z,F,K){K=K||null;var H=n(m),S=l(u,"HEAPF32");F=F||0;z=q(z);var p=va.toTypedArray();p.set(d);p.set(h,2);d=a.Shader._MakeLinearGradient(V, +H.Wd,H.ke,S,H.count,w,F,z,K);k(H.Wd,m);u&&k(S,u);return d};a.Shader.MakeRadialGradient=function(d,h,m,u,w,z,F,K){K=K||null;var H=n(m),S=l(u,"HEAPF32");F=F||0;z=q(z);d=a.Shader._MakeRadialGradient(d[0],d[1],h,H.Wd,H.ke,S,H.count,w,F,z,K);k(H.Wd,m);u&&k(S,u);return d};a.Shader.MakeSweepGradient=function(d,h,m,u,w,z,F,K,H,S){S=S||null;var p=n(m),A=l(u,"HEAPF32");F=F||0;K=K||0;H=H||360;z=q(z);d=a.Shader._MakeSweepGradient(d,h,p.Wd,p.ke,A,p.count,w,K,H,F,z,S);k(p.Wd,m);u&&k(A,u);return d};a.Shader.MakeTwoPointConicalGradient= +function(d,h,m,u,w,z,F,K,H,S){S=S||null;var p=n(w),A=l(z,"HEAPF32");H=H||0;K=q(K);var L=va.toTypedArray();L.set(d);L.set(m,2);d=a.Shader._MakeTwoPointConicalGradient(V,h,u,p.Wd,p.ke,A,p.count,F,H,K,S);k(p.Wd,w);z&&k(A,z);return d};a.Vertices.prototype.bounds=function(d){this._bounds(V);var h=va.toTypedArray();return d?(d.set(h),d):h.slice()};a.Rd&&a.Rd.forEach(function(d){d()})};a.computeTonalColors=function(g){var d=l(g.ambient,"HEAPF32"),h=l(g.spot,"HEAPF32");this._computeTonalColors(d,h);var m= +{ambient:E(d),spot:E(h)};k(d,g.ambient);k(h,g.spot);return m};a.LTRBRect=function(g,d,h,m){return Float32Array.of(g,d,h,m)};a.XYWHRect=function(g,d,h,m){return Float32Array.of(g,d,g+h,d+m)};a.LTRBiRect=function(g,d,h,m){return Int32Array.of(g,d,h,m)};a.XYWHiRect=function(g,d,h,m){return Int32Array.of(g,d,g+h,d+m)};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 Ra=null;a.MakeImageFromCanvasImageSource=function(g){var d=g.width,h=g.height;Ra||(Ra=document.createElement("canvas"));Ra.width=d;Ra.height=h;var m=Ra.getContext("2d",{Pf:!0});m.drawImage(g,0,0);g=m.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 m=a._malloc(d.length);a.HEAPU8.set(d,m);return a._MakeImage(g,m,d.length,h)};a.MakeVertices=function(g,d,h,m,u,w){var z=u&&u.length||0,F=0;h&&h.length&&(F|=1);m&&m.length&&(F|=2);void 0===w||w||(F|=4);g=new a._VerticesBuilder(g,d.length/2,z,F);l(d,"HEAPF32",g.positions());g.texCoords()&&l(h,"HEAPF32",g.texCoords());g.colors()&&l(c(m),"HEAPU32",g.colors());g.indices()&&l(u,"HEAPU16",g.indices()); +return g.detach()};(function(g){g.Rd=g.Rd||[];g.Rd.push(function(){function d(p){if(!p||!p.length)return[];for(var A=[],L=0;Ld)return a._free(g),null;u=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(u),a._free(g),h;h=Uint16Array.from(u);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,d,h,m){var u=l(g,"HEAPU16"),w=l(d,"HEAPF32");return this._getGlyphIntercepts(u,g.length,!(g&&g._ck),w,d.length,!(d&&d._ck),h,m)};a.Font.prototype.getGlyphWidths=function(g,d,h){var m=l(g,"HEAPU16"),u=a._malloc(4* +g.length);this._getGlyphWidthBounds(m,g.length,u,M,d||null);d=new Float32Array(a.HEAPU8.buffer,u,g.length);k(m,g);if(h)return h.set(d),a._free(u),h;g=Float32Array.from(d);a._free(u);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=[],m=0;md)return a._free(g),null;u=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(u),a._free(g),h;h=Uint16Array.from(u);a._free(g); +return h};a.TextBlob.MakeOnPath=function(g,d,h,m){if(g&&g.length&&d&&d.countPoints()){if(1===d.countPoints())return this.MakeFromText(g,h);m||(m=0);var u=h.getGlyphIDs(g);u=h.getGlyphWidths(u);var w=[];d=new a.ContourMeasureIter(d,!1,1);for(var z=d.next(),F=new Float32Array(4),K=0;Kz.length()){z.delete();z=d.next();if(!z){g=g.substring(0,K);break}m=H/2}z.getPosTan(m,F);var S=F[2],p=F[3];w.push(S,p,F[0]-H/2*S,F[1]-H/2*p);m+=H/2}g=this.MakeFromRSXform(g,w,h); +z&&z.delete();d.delete();return g}};a.TextBlob.MakeFromRSXform=function(g,d,h){var m=ka(g)+1,u=a._malloc(m);la(g,B,u,m);g=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXform(u,m-1,g,h);a._free(u);return h?h:null};a.TextBlob.MakeFromRSXformGlyphs=function(g,d,h){var m=l(g,"HEAPU16");d=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXformGlyphs(m,2*g.length,d,h);k(m,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=ka(g)+1,m=a._malloc(h);la(g,B,m,h);g=a.TextBlob._MakeFromText(m,h-1,d);a._free(m);return g?g:null};a.MallocGlyphIDs=function(g){return a.Malloc(Uint16Array,g)}});a.Rd=a.Rd||[];a.Rd.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.Rd=a.Rd||[];a.Rd.push(function(){a.RuntimeEffect.Make=function(g,d){return a.RuntimeEffect._Make(g,{onError:d||function(h){console.log("RuntimeEffect error", +h)}})};a.RuntimeEffect.prototype.makeShader=function(g,d){var h=!g._ck,m=l(g,"HEAPF32");d=q(d);return this._makeShader(m,4*g.length,h,d)};a.RuntimeEffect.prototype.makeShaderWithChildren=function(g,d,h){var m=!g._ck,u=l(g,"HEAPF32");h=q(h);for(var w=[],z=0;z{throw b;},qa="object"===typeof window,ra="function"===typeof importScripts,sa="object"===typeof process&&"object"===typeof process.versions&&"string"===typeof process.versions.node,ta="",wa,xa,ya,fs,Aa,Ca; +if(sa)ta=ra?require("path").dirname(ta)+"/":__dirname+"/",Ca=()=>{Aa||(fs=require("fs"),Aa=require("path"))},wa=function(a,b){Ca();a=Aa.normalize(a);return fs.readFileSync(a,b?null:"utf8")},ya=a=>{a=wa(a,!0);a.buffer||(a=new Uint8Array(a));return a},xa=(a,b,c)=>{Ca();a=Aa.normalize(a);fs.readFile(a,function(e,f){e?c(e):b(f.buffer)})},1{if(noExitRuntime|| +0{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(ya=a=>{var b= +new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),xa=(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 Ga=r.print||console.log.bind(console),Fa=r.printErr||console.warn.bind(console);aa(r,ma);ma=null;r.thisProgram&&(na=r.thisProgram);r.quit&&(oa=r.quit);var Ha=0,Ia;r.wasmBinary&&(Ia=r.wasmBinary); +var noExitRuntime=r.noExitRuntime||!0;"object"!==typeof WebAssembly&&Ja("no native wasm support detected");var Ka,La=!1,Na="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0; +function Oa(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}function Pa(a,b){return a?Oa(B,a,b):""} +function la(a,b,c,e){if(!(0=l){var n=a.charCodeAt(++k);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} +function ka(a){for(var b=0,c=0;c=e&&(e=65536+((e&1023)<<10)|a.charCodeAt(++c)&1023);127>=e?++b:b=2047>=e?b+2:65535>=e?b+3:b+4}return b}var Qa="undefined"!==typeof TextDecoder?new TextDecoder("utf-16le"):void 0;function Sa(a,b){var c=a>>1;for(var e=c+b/2;!(c>=e)&&Ta[c];)++c;c<<=1;if(32=b/2);++e){var f=Ua[a+2*e>>1];if(0==f)break;c+=String.fromCharCode(f)}return c} +function Va(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;Ua[b>>1]=0;return b-e}function Wa(a){return 2*a.length}function Xa(a,b){for(var c=0,e="";!(c>=b/4);){var f=G[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} +function Ya(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}G[b>>2]=k;b+=4;if(b+4>c)break}G[b>>2]=0;return b-e}function Za(a){for(var b=0,c=0;c=e&&++c;b+=4}return b}var $a,ab,B,Ua,Ta,G,J,N,bb; +function cb(){var a=Ka.buffer;$a=a;r.HEAP8=ab=new Int8Array(a);r.HEAP16=Ua=new Int16Array(a);r.HEAP32=G=new Int32Array(a);r.HEAPU8=B=new Uint8Array(a);r.HEAPU16=Ta=new Uint16Array(a);r.HEAPU32=J=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=bb=new Float64Array(a)}var db,eb=[],fb=[],hb=[],Da=0;function ib(){var a=r.preRun.shift();eb.unshift(a)}var jb=0,kb=null,lb=null;r.preloadedImages={};r.preloadedAudios={}; +function Ja(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Fa(a);La=!0;a=new WebAssembly.RuntimeError(a+". Build with -s ASSERTIONS=1 for more info.");ca(a);throw a;}function mb(){return nb.startsWith("data:application/octet-stream;base64,")}var nb;nb="canvaskit.wasm";if(!mb()){var ob=nb;nb=r.locateFile?r.locateFile(ob,ta):ta+ob}function pb(){var a=nb;try{if(a==nb&&Ia)return new Uint8Array(Ia);if(ya)return ya(a);throw"both async and sync fetching of the wasm failed";}catch(b){Ja(b)}} +function qb(){if(!Ia&&(qa||ra)){if("function"===typeof fetch&&!nb.startsWith("file://"))return fetch(nb,{credentials:"same-origin"}).then(function(a){if(!a.ok)throw"failed to load wasm binary file at '"+nb+"'";return a.arrayBuffer()}).catch(function(){return pb()});if(xa)return new Promise(function(a,b){xa(nb,function(c){a(new Uint8Array(c))},b)})}return Promise.resolve().then(function(){return pb()})} +function rb(a){for(;0>2]=b};this.wf=function(b){G[this.Pd+8>>2]=b};this.xf=function(){G[this.Pd>>2]=0};this.vf=function(){ab[this.Pd+12>>0]=0};this.yf=function(){ab[this.Pd+13>>0]=0};this.mf=function(b,c){this.zf(b);this.wf(c);this.xf();this.vf();this.yf()}}var tb=0,ub={},vb=[null,[],[]],wb={},xb={};function yb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function zb(a){return this.fromWireType(J[a>>2])}var Ab={},Bb={},Cb={}; +function Db(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 Eb(a,b){a=Db(a);return function(){null;return b.apply(this,arguments)}} +function Fb(a){var b=Error,c=Eb(a,function(e){this.name=a;this.message=e;e=Error(e).stack;void 0!==e&&(this.stack=this.toString()+"\n"+e.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(b.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:this.name+": "+this.message};return c}var Mb=void 0;function Nb(a){throw new Mb(a);} +function Ob(a,b,c){function e(n){n=c(n);n.length!==a.length&&Nb("Mismatched type converter count");for(var q=0;qb,a;Ub=new FinalizationGroup(function(b){for(var c=b.next();!c.done;c=b.next())c=c.value,c.Pd?Wb(c):console.warn("object already deleted: "+c.Pd)});Xb=b=>{Ub.register(b,b.Md,b.Md);return b};Vb=b=>{Ub.unregister(b.Md)};return Xb(a)}var Yb=void 0,Zb=[];function $b(){for(;Zb.length;){var a=Zb.pop();a.Md.fe=!1;a["delete"]()}}function ac(){} +var bc={};function cc(a,b,c){if(void 0===a[b].Td){var e=a[b];a[b]=function(){a[b].Td.hasOwnProperty(arguments.length)||Q("Function '"+c+"' called with an invalid number of arguments ("+arguments.length+") - expects one of ("+a[b].Td+")!");return a[b].Td[arguments.length].apply(this,arguments)};a[b].Td=[];a[b].Td[e.de]=e}} +function dc(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Td&&void 0!==r[a].Td[c])&&Q("Cannot register public name '"+a+"' twice"),cc(r,a,a),r.hasOwnProperty(c)&&Q("Cannot register multiple overloads of a function with the same number of arguments ("+c+")!"),r[a].Td[c]=b):(r[a]=b,void 0!==c&&(r[a].Lf=c))}function ec(a,b,c,e,f,k,l,n){this.name=a;this.constructor=b;this.ge=c;this.ae=e;this.$d=f;this.df=k;this.oe=l;this.af=n;this.tf=[]} +function fc(a,b,c){for(;b!==c;)b.oe||Q("Expected null or instance of "+c.name+", got an instance of "+b.name),a=b.oe(a),b=b.$d;return a}function gc(a,b){if(null===b)return this.De&&Q("null is not a valid "+this.name),0;b.Md||Q('Cannot pass "'+hc(b)+'" as a '+this.name);b.Md.Pd||Q("Cannot pass deleted object as a pointer of type "+this.name);return fc(b.Md.Pd,b.Md.Sd.Qd,this.Qd)} +function ic(a,b){if(null===b){this.De&&Q("null is not a valid "+this.name);if(this.se){var c=this.Ee();null!==a&&a.push(this.ae,c);return c}return 0}b.Md||Q('Cannot pass "'+hc(b)+'" as a '+this.name);b.Md.Pd||Q("Cannot pass deleted object as a pointer of type "+this.name);!this.re&&b.Md.Sd.re&&Q("Cannot convert argument of type "+(b.Md.Yd?b.Md.Yd.name:b.Md.Sd.name)+" to parameter type "+this.name);c=fc(b.Md.Pd,b.Md.Sd.Qd,this.Qd);if(this.se)switch(void 0===b.Md.Ud&&Q("Passing raw pointer to smart pointer is illegal"), +this.Df){case 0:b.Md.Yd===this?c=b.Md.Ud:Q("Cannot convert argument of type "+(b.Md.Yd?b.Md.Yd.name:b.Md.Sd.name)+" to parameter type "+this.name);break;case 1:c=b.Md.Ud;break;case 2:if(b.Md.Yd===this)c=b.Md.Ud;else{var e=b.clone();c=this.uf(c,jc(function(){e["delete"]()}));null!==a&&a.push(this.ae,c)}break;default:Q("Unsupporting sharing policy")}return c} +function kc(a,b){if(null===b)return this.De&&Q("null is not a valid "+this.name),0;b.Md||Q('Cannot pass "'+hc(b)+'" as a '+this.name);b.Md.Pd||Q("Cannot pass deleted object as a pointer of type "+this.name);b.Md.Sd.re&&Q("Cannot convert argument of type "+b.Md.Sd.name+" to parameter type "+this.name);return fc(b.Md.Pd,b.Md.Sd.Qd,this.Qd)}function lc(a,b,c){if(b===c)return a;if(void 0===c.$d)return null;a=lc(a,b,c.$d);return null===a?null:c.af(a)}var mc={}; +function nc(a,b){for(void 0===b&&Q("ptr should not be undefined");a.$d;)b=a.oe(b),a=a.$d;return mc[b]}function oc(a,b){b.Sd&&b.Pd||Nb("makeClassHandle requires ptr and ptrType");!!b.Yd!==!!b.Ud&&Nb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Xb(Object.create(a,{Md:{value:b}}))} +function wc(a,b,c,e,f,k,l,n,q,x,y){this.name=a;this.Qd=b;this.De=c;this.re=e;this.se=f;this.sf=k;this.Df=l;this.Ne=n;this.Ee=q;this.uf=x;this.ae=y;f||void 0!==b.$d?this.toWireType=ic:(this.toWireType=e?gc:kc,this.Xd=null)}function xc(a,b,c){r.hasOwnProperty(a)||Nb("Replacing nonexistant public symbol");void 0!==r[a].Td&&void 0!==c?r[a].Td[c]=b:(r[a]=b,r[a].de=c)} +function yc(a,b){var c=[];return function(){c.length=arguments.length;for(var e=0;ek&&Q("argTypes array size mismatch! Must at least get return value and 'this' types!");var l=null!==b[1]&&null!==c,n=!1;for(c=1;c>2)+e]);return c}var Gc=[],Hc=[{},{value:void 0},{value:null},{value:!0},{value:!1}];function Ic(a){4>2])};case 3:return function(c){return this.fromWireType(bb[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Nc(a,b,c){switch(b){case 0:return c?function(e){return ab[e]}:function(e){return B[e]};case 1:return c?function(e){return Ua[e>>1]}:function(e){return Ta[e>>1]};case 2:return c?function(e){return G[e>>2]}:function(e){return J[e>>2]};default:throw new TypeError("Unknown integer type: "+a);}}var Oc={};function Pc(a){var b=Oc[a];return void 0===b?P(a):b}var Qc=[]; +function Rc(){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 Sc(a){var b=Qc.length;Qc.push(a);return b}function Tc(a,b){for(var c=Array(a),e=0;e>2)+e],"parameter "+e);return c}var Uc=[];function Vc(a){var b=Array(a+1);return function(c,e,f){b[0]=c;for(var k=0;k>2)+k],"parameter "+k);b[k+1]=l.readValueFromPointer(f);f+=l.argPackAdvance}c=new (c.bind.apply(c,b));return jc(c)}}var Wc={},Xc;Xc=sa?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.now(); +function Yc(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 Zc(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 $c(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +var ad=1,bd=[],cd=[],dd=[],ed=[],fa=[],fd=[],gd=[],ja=[],hd=[],jd=[],kd={},ld={},md=4;function W(a){nd||(nd=a)}function ea(a){for(var b=ad++,c=a.length;ca.version||!b.Je)b.Je=b.getExtension("EXT_disjoint_timer_query");b.Kf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var t,nd,rd=[];function sd(a,b,c,e){for(var f=0;f>2]=l}} +function td(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&W(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=X.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>t.version){W(1282);return}e=2*(X.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>t.version){W(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=X.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":W(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:W(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:ab[b+a>>0]=f[a]?1:0}return}try{e=f.name|0}catch(k){W(1280); +Fa("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:W(1280);Fa("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;J[b>>2]=c;J[b+4>>2]=(c-J[b>>2])/4294967296;break;case 0:G[b>>2]=e;break;case 2:N[b>>2]=e;break;case 4:ab[b>>0]=e?1:0}}else W(1281)}function ud(a){var b=ka(a)+1,c=vd(b);la(a,B,c,b);return c} +function wd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function xd(a){a-=5120;return 0==a?ab:1==a?B:2==a?Ua:4==a?G:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?J:Ta}function yd(a,b,c,e,f){a=xd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),l=md;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 Y(a){var b=X.Ye;if(b){var c=b.ne[a];"number"===typeof c&&(b.ne[a]=c=X.getUniformLocation(b,b.Oe[a]+(0Z?-1:0=l(I,v)?0>=l(D,v)?v.getFullYear()+1:v.getFullYear():v.getFullYear()-1}var x=G[e+40>>2];e={Gf:G[e>>2],Ff:G[e+4>>2],we:G[e+8>>2],me:G[e+12>>2],he:G[e+16>>2],Vd:G[e+20>>2],xe:G[e+24>>2],ye:G[e+28>>2],Of:G[e+32>>2],Ef:G[e+ +36>>2],Hf:x?Pa(x):""};c=Pa(c);x={"%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 x)c=c.replace(new RegExp(y,"g"),x[y]);var C="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "), +E="January February March April May June July August September October November December".split(" ");x={"%a":function(v){return C[v.xe].substring(0,3)},"%A":function(v){return C[v.xe]},"%b":function(v){return E[v.he].substring(0,3)},"%B":function(v){return E[v.he]},"%C":function(v){return k((v.Vd+1900)/100|0,2)},"%d":function(v){return k(v.me,2)},"%e":function(v){return f(v.me,2," ")},"%g":function(v){return q(v).toString().substring(2)},"%G":function(v){return q(v)},"%H":function(v){return k(v.we, +2)},"%I":function(v){v=v.we;0==v?v=12:12v.we?"AM":"PM"},"%S":function(v){return k(v.Gf,2)},"%t":function(){return"\t"},"%u":function(v){return v.xe||7},"%U":function(v){var D=new Date(v.Vd+1900,0,1),I=0===D.getDay()?D:Id(D,7-D.getDay());v=new Date(v.Vd+1900,v.he,v.me);return 0> +l(I,v)?k(Math.ceil((31-I.getDate()+(Fd(Ed(v.getFullYear())?Gd:Hd,v.getMonth()-1)-31)+v.getDate())/7),2):0===l(I,D)?"01":"00"},"%V":function(v){var D=new Date(v.Vd+1901,0,4),I=n(new Date(v.Vd+1900,0,4));D=n(D);var R=Id(new Date(v.Vd+1900,0,1),v.ye);return 0>l(R,I)?"53":0>=l(D,R)?"01":k(Math.ceil((I.getFullYear()l(I,v)?k(Math.ceil((31-I.getDate()+(Fd(Ed(v.getFullYear())?Gd:Hd,v.getMonth()-1)-31)+v.getDate())/7),2):0===l(I,D)?"01":"00"},"%y":function(v){return(v.Vd+1900).toString().substring(2)},"%Y":function(v){return v.Vd+1900},"%z":function(v){v=v.Ef;var D=0<=v;v=Math.abs(v)/60;return(D?"+":"-")+String("0000"+(v/60*100+v%60)).slice(-4)},"%Z":function(v){return v.Hf},"%%":function(){return"%"}};for(y in x)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),x[y](e)));y=Kd(c); +if(y.length>b)return 0;ab.set(y,a);return y.length-1}Mb=r.InternalError=Fb("InternalError");for(var Ld=Array(256),Md=0;256>Md;++Md)Ld[Md]=String.fromCharCode(Md);Rb=Ld;Sb=r.BindingError=Fb("BindingError");ac.prototype.isAliasOf=function(a){if(!(this instanceof ac&&a instanceof ac))return!1;var b=this.Md.Sd.Qd,c=this.Md.Pd,e=a.Md.Sd.Qd;for(a=a.Md.Pd;b.$d;)c=b.oe(c),b=b.$d;for(;e.$d;)a=e.oe(a),e=e.$d;return b===e&&c===a}; +ac.prototype.clone=function(){this.Md.Pd||Tb(this);if(this.Md.le)return this.Md.count.value+=1,this;var a=Xb,b=Object,c=b.create,e=Object.getPrototypeOf(this),f=this.Md;a=a(c.call(b,e,{Md:{value:{count:f.count,fe:f.fe,le:f.le,Pd:f.Pd,Sd:f.Sd,Ud:f.Ud,Yd:f.Yd}}}));a.Md.count.value+=1;a.Md.fe=!1;return a};ac.prototype["delete"]=function(){this.Md.Pd||Tb(this);this.Md.fe&&!this.Md.le&&Q("Object already scheduled for deletion");Vb(this);Wb(this.Md);this.Md.le||(this.Md.Ud=void 0,this.Md.Pd=void 0)}; +ac.prototype.isDeleted=function(){return!this.Md.Pd};ac.prototype.deleteLater=function(){this.Md.Pd||Tb(this);this.Md.fe&&!this.Md.le&&Q("Object already scheduled for deletion");Zb.push(this);1===Zb.length&&Yb&&Yb($b);this.Md.fe=!0;return this};wc.prototype.ef=function(a){this.Ne&&(a=this.Ne(a));return a};wc.prototype.He=function(a){this.ae&&this.ae(a)};wc.prototype.argPackAdvance=8;wc.prototype.readValueFromPointer=zb;wc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +wc.prototype.fromWireType=function(a){function b(){return this.se?oc(this.Qd.ge,{Sd:this.sf,Pd:c,Yd:this,Ud:a}):oc(this.Qd.ge,{Sd:this,Pd:a})}var c=this.ef(a);if(!c)return this.He(a),null;var e=nc(this.Qd,c);if(void 0!==e){if(0===e.Md.count.value)return e.Md.Pd=c,e.Md.Ud=a,e.clone();e=e.clone();this.He(a);return e}e=this.Qd.df(c);e=bc[e];if(!e)return b.call(this);e=this.re?e.Xe:e.pointerType;var f=lc(c,this.Qd,e.Qd);return null===f?b.call(this):this.se?oc(e.Qd.ge,{Sd:e,Pd:f,Yd:this,Ud:a}):oc(e.Qd.ge, +{Sd:e,Pd:f})};r.getInheritedInstanceCount=function(){return Object.keys(mc).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in mc)mc.hasOwnProperty(b)&&a.push(mc[b]);return a};r.flushPendingDeletes=$b;r.setDelayFunction=function(a){Yb=a;Zb.length&&Yb&&Yb($b)};zc=r.UnboundTypeError=Fb("UnboundTypeError");r.count_emval_handles=function(){for(var a=0,b=5;bNd;++Nd)rd.push(Array(Nd));var Od=new Float32Array(288);for(Nd=0;288>Nd;++Nd)zd[Nd]=Od.subarray(0,Nd+1);var Pd=new Int32Array(288);for(Nd=0;288>Nd;++Nd)Ad[Nd]=Pd.subarray(0,Nd+1);function Kd(a){var b=Array(ka(a)+1);la(a,b,0,b.length);return b} +var ee={K:function(a){return vd(a+16)+16},J:function(a,b,c){(new sb(a)).mf(b,c);tb++;throw a;},X:function(){return 0},vb:function(){},tb:function(){},xb:function(){return 0},sb:function(){},pb:function(a,b,c,e,f,k){k<<=12;if(0!==(e&16)&&0!==a%65536)b=-28;else if(0!==(e&32)){a=65536*Math.ceil(b/65536);var l=Qd(65536,a);l?(B.fill(0,l,l+a),a=l):a=0;a?(ub[a]={rf:a,qf:b,We:!0,fd:f,Mf:c,flags:e,offset:k},b=a):b=-48}else b=-52;return b},ob:function(a,b){var c=ub[a];0!==b&&c?(b===c.qf&&(ub[a]=null,c.We&& +Cc(c.rf)),a=0):a=-28;return a},Y:function(){},ub:function(){},C:function(a){var b=xb[a];delete xb[a];var c=b.Ee,e=b.ae,f=b.Ke,k=f.map(function(l){return l.jf}).concat(f.map(function(l){return l.Bf}));Ob([a],k,function(l){var n={};f.forEach(function(q,x){var y=l[x],C=q.gf,E=q.hf,v=l[x+f.length],D=q.Af,I=q.Cf;n[q.cf]={read:function(R){return y.fromWireType(C(E,R))},write:function(R,Z){var da=[];D(I,R,v.toWireType(da,Z));yb(da)}}});return[{name:b.name,fromWireType:function(q){var x={},y;for(y in n)x[y]= +n[y].read(q);e(q);return x},toWireType:function(q,x){for(var y in n)if(!(y in x))throw new TypeError('Missing field: "'+y+'"');var C=c();for(y in n)n[y].write(C,x[y]);null!==q&&q.push(e,C);return C},argPackAdvance:8,readValueFromPointer:zb,Xd:e}]})},jb:function(){},zb:function(a,b,c,e,f){var k=Qb(c);b=P(b);Pb(a,{name:b,fromWireType:function(l){return!!l},toWireType:function(l,n){return n?e:f},argPackAdvance:8,readValueFromPointer:function(l){if(1===c)var n=ab;else if(2===c)n=Ua;else if(4===c)n=G; +else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(n[l>>k])},Xd:null})},n:function(a,b,c,e,f,k,l,n,q,x,y,C,E){y=P(y);k=T(f,k);n&&(n=T(l,n));x&&(x=T(q,x));E=T(C,E);var v=Db(y);dc(v,function(){Dc("Cannot construct "+y+" due to unbound types",[e])});Ob([a,b,c],e?[e]:[],function(D){D=D[0];if(e){var I=D.Qd;var R=I.ge}else R=ac.prototype;D=Eb(v,function(){if(Object.getPrototypeOf(this)!==Z)throw new Sb("Use 'new' to construct "+y);if(void 0===da.be)throw new Sb(y+" has no accessible constructor"); +var Ma=da.be[arguments.length];if(void 0===Ma)throw new Sb("Tried to invoke ctor of "+y+" with invalid number of parameters ("+arguments.length+") - expected ("+Object.keys(da.be).toString()+") parameters instead!");return Ma.apply(this,arguments)});var Z=Object.create(R,{constructor:{value:D}});D.prototype=Z;var da=new ec(y,D,Z,E,I,k,n,x);I=new wc(y,da,!0,!1,!1);R=new wc(y+"*",da,!1,!1,!1);var ua=new wc(y+" const*",da,!1,!0,!1);bc[a]={pointerType:R,Xe:ua};xc(v,D);return[I,R,ua]})},g:function(a,b, +c,e,f,k,l){var n=Fc(c,e);b=P(b);k=T(f,k);Ob([],[a],function(q){function x(){Dc("Cannot call "+y+" due to unbound types",n)}q=q[0];var y=q.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var C=q.Qd.constructor;void 0===C[b]?(x.de=c-1,C[b]=x):(cc(C,b,y),C[b].Td[c-1]=x);Ob([],n,function(E){E=[E[0],null].concat(E.slice(1));E=Ec(y,E,null,k,l);void 0===C[b].Td?(E.de=c-1,C[b]=E):C[b].Td[c-1]=E;return[]});return[]})},A:function(a,b,c,e,f,k){0{Dc("Cannot construct "+n.name+" due to unbound types",l)};Ob([],l,function(x){x.splice(1,0,null);n.Qd.be[b-1]=Ec(q,x,null,f,k);return[]});return[]})},a:function(a,b,c,e,f, +k,l,n){var q=Fc(c,e);b=P(b);k=T(f,k);Ob([],[a],function(x){function y(){Dc("Cannot call "+C+" due to unbound types",q)}x=x[0];var C=x.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);n&&x.Qd.tf.push(b);var E=x.Qd.ge,v=E[b];void 0===v||void 0===v.Td&&v.className!==x.name&&v.de===c-2?(y.de=c-2,y.className=x.name,E[b]=y):(cc(E,b,C),E[b].Td[c-2]=y);Ob([],q,function(D){D=Ec(C,D,x,k,l);void 0===E[b].Td?(D.de=c-2,E[b]=D):E[b].Td[c-2]=D;return[]});return[]})},s:function(a,b,c){a=P(a);Ob([],[b],function(e){e= +e[0];r[a]=e.fromWireType(c);return[]})},yb:function(a,b){b=P(b);Pb(a,{name:b,fromWireType:function(c){var e=Jc(c);Ic(c);return e},toWireType:function(c,e){return jc(e)},argPackAdvance:8,readValueFromPointer:zb,Xd:null})},l:function(a,b,c,e){function f(){}c=Qb(c);b=P(b);f.values={};Pb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k,l){return l.value},argPackAdvance:8,readValueFromPointer:Kc(b,c,e),Xd:null});dc(b,f)},d:function(a,b,c){var e= +Lc(a,"enum");b=P(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Eb(e.name+"_"+b,function(){})}});a.values[c]=e;a[b]=e},_:function(a,b,c){c=Qb(c);b=P(b);Pb(a,{name:b,fromWireType:function(e){return e},toWireType:function(e,f){return f},argPackAdvance:8,readValueFromPointer:Mc(b,c),Xd:null})},v:function(a,b,c,e,f,k){var l=Fc(b,c);a=P(a);f=T(e,f);dc(a,function(){Dc("Cannot call "+a+" due to unbound types",l)},b-1);Ob([],l,function(n){n=[n[0],null].concat(n.slice(1)); +xc(a,Ec(a,n,null,f,k),b-1);return[]})},E:function(a,b,c,e,f){b=P(b);-1===f&&(f=4294967295);f=Qb(c);var k=n=>n;if(0===e){var l=32-8*c;k=n=>n<>>l}c=b.includes("unsigned")?function(n,q){return q>>>0}:function(n,q){return q};Pb(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Nc(b,f,0!==e),Xd:null})},u:function(a,b,c){function e(k){k>>=2;var l=J;return new f($a,l[k+1],l[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b]; +c=P(c);Pb(a,{name:c,fromWireType:e,argPackAdvance:8,readValueFromPointer:e},{lf:!0})},r:function(a,b,c,e,f,k,l,n,q,x,y,C){c=P(c);k=T(f,k);n=T(l,n);x=T(q,x);C=T(y,C);Ob([a],[b],function(E){E=E[0];return[new wc(c,E.Qd,!1,!1,!0,E,e,k,n,x,C)]})},Z:function(a,b){b=P(b);var c="std::string"===b;Pb(a,{name:b,fromWireType:function(e){var f=J[e>>2];if(c)for(var k=e+4,l=0;l<=f;++l){var n=e+4+l;if(l==f||0==B[n]){k=Pa(k,n-k);if(void 0===q)var q=k;else q+=String.fromCharCode(0),q+=k;k=n+1}}else{q=Array(f);for(l= +0;lka(f):()=>f.length)(),n=vd(4+l+1);J[n>>2]=l;if(c&&k)la(f,B,n+4,l+1);else if(k)for(k=0;kTa;var n=1}else 4===b&&(e=Xa,f=Ya,k=Za,l=()=>J,n=2);Pb(a,{name:c,fromWireType:function(q){for(var x=J[q>>2],y=l(),C,E=q+4,v=0;v<=x;++v){var D=q+4+v*b;if(v==x||0==y[D>>n])E=e(E,D-E),void 0===C?C=E:(C+=String.fromCharCode(0),C+=E),E=D+b}Cc(q);return C},toWireType:function(q,x){"string"!== +typeof x&&Q("Cannot pass non-string to C++ string type "+c);var y=k(x),C=vd(4+y+b);J[C>>2]=y>>n;f(x,C+4,y+b);null!==q&&q.push(Cc,C);return C},argPackAdvance:8,readValueFromPointer:zb,Xd:function(q){Cc(q)}})},D:function(a,b,c,e,f,k){xb[a]={name:P(b),Ee:T(c,e),ae:T(f,k),Ke:[]}},f:function(a,b,c,e,f,k,l,n,q,x){xb[a].Ke.push({cf:P(b),jf:c,gf:T(e,f),hf:k,Bf:l,Af:T(n,q),Cf:x})},Ab:function(a,b){b=P(b);Pb(a,{pf:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},mb:function(){throw"longjmp"; +},I:function(a,b,c){a=Jc(a);b=Lc(b,"emval::as");var e=[],f=jc(e);G[c>>2]=f;return b.toWireType(e,a)},L:function(a,b,c,e,f){a=Qc[a];b=Jc(b);c=Pc(c);var k=[];G[e>>2]=jc(k);return a(b,c,k,f)},B:function(a,b,c,e){a=Qc[a];b=Jc(b);c=Pc(c);a(b,c,null,e)},e:Ic,N:function(a){if(0===a)return jc(Rc());a=Pc(a);return jc(Rc()[a])},w:function(a,b){var c=Tc(a,b),e=c[0];b=e.name+"_$"+c.slice(1).map(function(l){return l.name}).join("_")+"$";var f=Uc[b];if(void 0!==f)return f;var k=Array(a-1);f=Sc((l,n,q,x)=>{for(var y= +0,C=0;C>2]=28,-1;G[b>>2]=a/1E3|0;G[b+4>>2]=a%1E3*1E6|0;return 0},Tc:function(a){X.activeTexture(a)},Uc:function(a,b){X.attachShader(cd[a],fd[b])},Vc:function(a,b,c){X.bindAttribLocation(cd[a],b,Pa(c))},Wc:function(a,b){35051==a?X.Be=b:35052==a&&(X.ee=b); +X.bindBuffer(a,bd[b])},da:function(a,b){X.bindFramebuffer(a,dd[b])},Xb:function(a,b){X.bindRenderbuffer(a,ed[b])},Hb:function(a,b){X.bindSampler(a,hd[b])},Xc:function(a,b){X.bindTexture(a,fa[b])},pc:function(a){X.bindVertexArray(gd[a])},sc:function(a){X.bindVertexArray(gd[a])},Yc:function(a,b,c,e){X.blendColor(a,b,c,e)},Zc:function(a){X.blendEquation(a)},_c:function(a,b){X.blendFunc(a,b)},Rb:function(a,b,c,e,f,k,l,n,q,x){X.blitFramebuffer(a,b,c,e,f,k,l,n,q,x)},$c:function(a,b,c,e){2<=t.version?c? +X.bufferData(a,B,e,c,b):X.bufferData(a,b,e):X.bufferData(a,c?B.subarray(c,c+b):b,e)},ad:function(a,b,c,e){2<=t.version?X.bufferSubData(a,b,B,e,c):X.bufferSubData(a,b,B.subarray(e,e+c))},Yb:function(a){return X.checkFramebufferStatus(a)},U:function(a){X.clear(a)},ca:function(a,b,c,e){X.clearColor(a,b,c,e)},W:function(a){X.clearStencil(a)},db:function(a,b,c,e){return X.clientWaitSync(jd[a],b,(c>>>0)+4294967296*e)},bd:function(a,b,c,e){X.colorMask(!!a,!!b,!!c,!!e)},ea:function(a){X.compileShader(fd[a])}, +fa:function(a,b,c,e,f,k,l,n){2<=t.version?X.ee?X.compressedTexImage2D(a,b,c,e,f,k,l,n):X.compressedTexImage2D(a,b,c,e,f,k,B,n,l):X.compressedTexImage2D(a,b,c,e,f,k,n?B.subarray(n,n+l):null)},ga:function(a,b,c,e,f,k,l,n,q){2<=t.version?X.ee?X.compressedTexSubImage2D(a,b,c,e,f,k,l,n,q):X.compressedTexSubImage2D(a,b,c,e,f,k,l,B,q,n):X.compressedTexSubImage2D(a,b,c,e,f,k,l,q?B.subarray(q,q+n):null)},Pb:function(a,b,c,e,f){X.copyBufferSubData(a,b,c,e,f)},ha:function(a,b,c,e,f,k,l,n){X.copyTexSubImage2D(a, +b,c,e,f,k,l,n)},ia:function(){var a=ea(cd),b=X.createProgram();b.name=a;b.ve=b.te=b.ue=0;b.Ge=1;cd[a]=b;return a},ja:function(a){var b=ea(fd);fd[b]=X.createShader(a);return b},ka:function(a){X.cullFace(a)},la:function(a,b){for(var c=0;c>2],f=bd[e];f&&(X.deleteBuffer(f),f.name=0,bd[e]=null,e==X.Be&&(X.Be=0),e==X.ee&&(X.ee=0))}},Zb:function(a,b){for(var c=0;c>2],f=dd[e];f&&(X.deleteFramebuffer(f),f.name=0,dd[e]=null)}},ma:function(a){if(a){var b=cd[a];b?(X.deleteProgram(b), +b.name=0,cd[a]=null):W(1281)}},_b:function(a,b){for(var c=0;c>2],f=ed[e];f&&(X.deleteRenderbuffer(f),f.name=0,ed[e]=null)}},Ib:function(a,b){for(var c=0;c>2],f=hd[e];f&&(X.deleteSampler(f),f.name=0,hd[e]=null)}},na:function(a){if(a){var b=fd[a];b?(X.deleteShader(b),fd[a]=null):W(1281)}},Qb:function(a){if(a){var b=jd[a];b?(X.deleteSync(b),b.name=0,jd[a]=null):W(1281)}},oa:function(a,b){for(var c=0;c>2],f=fa[e];f&&(X.deleteTexture(f), +f.name=0,fa[e]=null)}},qc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(gd[e]);gd[e]=null}},tc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(gd[e]);gd[e]=null}},pa:function(a){X.depthMask(!!a)},qa:function(a){X.disable(a)},ra:function(a){X.disableVertexAttribArray(a)},sa:function(a,b,c){X.drawArrays(a,b,c)},nc:function(a,b,c,e){X.drawArraysInstanced(a,b,c,e)},lc:function(a,b,c,e,f){X.Ie.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},jc:function(a, +b){for(var c=rd[a],e=0;e>2];X.drawBuffers(c)},ta:function(a,b,c,e){X.drawElements(a,b,c,e)},oc:function(a,b,c,e,f){X.drawElementsInstanced(a,b,c,e,f)},mc:function(a,b,c,e,f,k,l){X.Ie.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a,b,c,e,f,k,l)},dc:function(a,b,c,e,f,k){X.drawElements(a,e,f,k)},ua:function(a){X.enable(a)},va:function(a){X.enableVertexAttribArray(a)},Nb:function(a,b){return(a=X.fenceSync(a,b))?(b=ea(jd),a.name=b,jd[b]=a,b):0},wa:function(){X.finish()},xa:function(){X.flush()}, +$b:function(a,b,c,e){X.framebufferRenderbuffer(a,b,c,ed[e])},ac:function(a,b,c,e,f){X.framebufferTexture2D(a,b,c,fa[e],f)},ya:function(a){X.frontFace(a)},za:function(a,b){sd(a,b,"createBuffer",bd)},bc:function(a,b){sd(a,b,"createFramebuffer",dd)},cc:function(a,b){sd(a,b,"createRenderbuffer",ed)},Jb:function(a,b){sd(a,b,"createSampler",hd)},Aa:function(a,b){sd(a,b,"createTexture",fa)},rc:function(a,b){sd(a,b,"createVertexArray",gd)},uc:function(a,b){sd(a,b,"createVertexArray",gd)},Tb:function(a){X.generateMipmap(a)}, +Ba:function(a,b,c){c?G[c>>2]=X.getBufferParameter(a,b):W(1281)},Ca:function(){var a=X.getError()||nd;nd=0;return a},Da:function(a,b){td(a,b,2)},Ub:function(a,b,c,e){a=X.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;G[e>>2]=a},O:function(a,b){td(a,b,0)},Ea:function(a,b,c,e){a=X.getProgramInfoLog(cd[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Fa:function(a,b,c){if(c)if(a>=ad)W(1281);else if(a=cd[a],35716== +b)a=X.getProgramInfoLog(a),null===a&&(a="(unknown error)"),G[c>>2]=a.length+1;else if(35719==b){if(!a.ve)for(b=0;b>2]=a.ve}else if(35722==b){if(!a.te)for(b=0;b>2]=a.te}else if(35381==b){if(!a.ue)for(b=0;b> +2]=a.ue}else G[c>>2]=X.getProgramParameter(a,b);else W(1281)},Vb:function(a,b,c){c?G[c>>2]=X.getRenderbufferParameter(a,b):W(1281)},Ga:function(a,b,c,e){a=X.getShaderInfoLog(fd[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Eb:function(a,b,c,e){a=X.getShaderPrecisionFormat(a,b);G[c>>2]=a.rangeMin;G[c+4>>2]=a.rangeMax;G[e>>2]=a.precision},Ha:function(a,b,c){c?35716==b?(a=X.getShaderInfoLog(fd[a]),null===a&&(a="(unknown error)"),G[c>>2]=a?a.length+1:0):35720==b?(a=X.getShaderSource(fd[a]), +G[c>>2]=a?a.length+1:0):G[c>>2]=X.getShaderParameter(fd[a],b):W(1281)},T:function(a){var b=kd[a];if(!b){switch(a){case 7939:b=X.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=ud(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=X.getParameter(a))||W(1280);b=b&&ud(b);break;case 7938:b=X.getParameter(7938);b=2<=t.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=ud(b);break;case 35724:b=X.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=ud(b);break;default:W(1280)}kd[a]=b}return b},cb:function(a,b){if(2>t.version)return W(1282),0;var c=ld[a];if(c)return 0>b||b>=c.length?(W(1281),0):c[b];switch(a){case 7939:return c=X.getSupportedExtensions()||[],c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return ud(e)}),c=ld[a]=c,0>b||b>=c.length?(W(1281),0):c[b];default:return W(1280),0}},Ia:function(a,b){b=Pa(b);if(a=cd[a]){var c=a,e=c.ne,f=c.Pe, +k;if(!e)for(c.ne=e={},c.Oe={},k=0;k>>0,f=b.slice(0,k));if((f=a.Pe[f])&&e>2];X.invalidateFramebuffer(a,e)},Gb:function(a, +b,c,e,f,k,l){for(var n=rd[b],q=0;q>2];X.invalidateSubFramebuffer(a,n,e,f,k,l)},Ob:function(a){return X.isSync(jd[a])},Ja:function(a){return(a=fa[a])?X.isTexture(a):0},Ka:function(a){X.lineWidth(a)},La:function(a){a=cd[a];X.linkProgram(a);a.ne=0;a.Pe={}},hc:function(a,b,c,e,f,k){X.Me.multiDrawArraysInstancedBaseInstanceWEBGL(a,G,b>>2,G,c>>2,G,e>>2,J,f>>2,k)},ic:function(a,b,c,e,f,k,l,n){X.Me.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,G,b>>2,c,G,e>>2,G,f>>2,G,k>>2,J, +l>>2,n)},Ma:function(a,b){3317==a&&(md=b);X.pixelStorei(a,b)},kc:function(a){X.readBuffer(a)},Na:function(a,b,c,e,f,k,l){if(2<=t.version)if(X.Be)X.readPixels(a,b,c,e,f,k,l);else{var n=xd(k);X.readPixels(a,b,c,e,f,k,n,l>>31-Math.clz32(n.BYTES_PER_ELEMENT))}else(l=yd(k,f,c,e,l))?X.readPixels(a,b,c,e,f,k,l):W(1280)},Wb:function(a,b,c,e){X.renderbufferStorage(a,b,c,e)},Sb:function(a,b,c,e,f){X.renderbufferStorageMultisample(a,b,c,e,f)},Kb:function(a,b,c){X.samplerParameterf(hd[a],b,c)},Lb:function(a, +b,c){X.samplerParameteri(hd[a],b,c)},Mb:function(a,b,c){X.samplerParameteri(hd[a],b,G[c>>2])},Oa:function(a,b,c,e){X.scissor(a,b,c,e)},Pa:function(a,b,c,e){for(var f="",k=0;k>2]:-1;f+=Pa(G[c+4*k>>2],0>l?void 0:l)}X.shaderSource(fd[a],f)},Qa:function(a,b,c){X.stencilFunc(a,b,c)},Ra:function(a,b,c,e){X.stencilFuncSeparate(a,b,c,e)},Sa:function(a){X.stencilMask(a)},Ta:function(a,b){X.stencilMaskSeparate(a,b)},Ua:function(a,b,c){X.stencilOp(a,b,c)},Va:function(a,b,c,e){X.stencilOpSeparate(a, +b,c,e)},Wa:function(a,b,c,e,f,k,l,n,q){if(2<=t.version)if(X.ee)X.texImage2D(a,b,c,e,f,k,l,n,q);else if(q){var x=xd(n);X.texImage2D(a,b,c,e,f,k,l,n,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texImage2D(a,b,c,e,f,k,l,n,null);else X.texImage2D(a,b,c,e,f,k,l,n,q?yd(n,l,e,f,q):null)},Xa:function(a,b,c){X.texParameterf(a,b,c)},Ya:function(a,b,c){X.texParameterf(a,b,N[c>>2])},Za:function(a,b,c){X.texParameteri(a,b,c)},_a:function(a,b,c){X.texParameteri(a,b,G[c>>2])},ec:function(a,b,c,e,f){X.texStorage2D(a, +b,c,e,f)},$a:function(a,b,c,e,f,k,l,n,q){if(2<=t.version)if(X.ee)X.texSubImage2D(a,b,c,e,f,k,l,n,q);else if(q){var x=xd(n);X.texSubImage2D(a,b,c,e,f,k,l,n,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texSubImage2D(a,b,c,e,f,k,l,n,null);else x=null,q&&(x=yd(n,l,f,k,q)),X.texSubImage2D(a,b,c,e,f,k,l,n,x)},ab:function(a,b){X.uniform1f(Y(a),b)},bb:function(a,b,c){if(2<=t.version)X.uniform1fv(Y(a),N,c>>2,b);else{if(288>=b)for(var e=zd[b-1],f=0;f>2];else e=N.subarray(c>>2,c+4*b>> +2);X.uniform1fv(Y(a),e)}},Pc:function(a,b){X.uniform1i(Y(a),b)},Qc:function(a,b,c){if(2<=t.version)X.uniform1iv(Y(a),G,c>>2,b);else{if(288>=b)for(var e=Ad[b-1],f=0;f>2];else e=G.subarray(c>>2,c+4*b>>2);X.uniform1iv(Y(a),e)}},Rc:function(a,b,c){X.uniform2f(Y(a),b,c)},Sc:function(a,b,c){if(2<=t.version)X.uniform2fv(Y(a),N,c>>2,2*b);else{if(144>=b)for(var e=zd[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);X.uniform2fv(Y(a),e)}},Oc:function(a, +b,c){X.uniform2i(Y(a),b,c)},Nc:function(a,b,c){if(2<=t.version)X.uniform2iv(Y(a),G,c>>2,2*b);else{if(144>=b)for(var e=Ad[2*b-1],f=0;f<2*b;f+=2)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2];else e=G.subarray(c>>2,c+8*b>>2);X.uniform2iv(Y(a),e)}},Mc:function(a,b,c,e){X.uniform3f(Y(a),b,c,e)},Lc:function(a,b,c){if(2<=t.version)X.uniform3fv(Y(a),N,c>>2,3*b);else{if(96>=b)for(var e=zd[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);X.uniform3fv(Y(a), +e)}},Kc:function(a,b,c,e){X.uniform3i(Y(a),b,c,e)},Jc:function(a,b,c){if(2<=t.version)X.uniform3iv(Y(a),G,c>>2,3*b);else{if(96>=b)for(var e=Ad[3*b-1],f=0;f<3*b;f+=3)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2];else e=G.subarray(c>>2,c+12*b>>2);X.uniform3iv(Y(a),e)}},Ic:function(a,b,c,e,f){X.uniform4f(Y(a),b,c,e,f)},Hc:function(a,b,c){if(2<=t.version)X.uniform4fv(Y(a),N,c>>2,4*b);else{if(72>=b){var e=zd[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);X.uniform4fv(Y(a),e)}},vc:function(a,b,c,e,f){X.uniform4i(Y(a),b,c,e,f)},wc:function(a,b,c){if(2<=t.version)X.uniform4iv(Y(a),G,c>>2,4*b);else{if(72>=b)for(var e=Ad[4*b-1],f=0;f<4*b;f+=4)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2],e[f+3]=G[c+(4*f+12)>>2];else e=G.subarray(c>>2,c+16*b>>2);X.uniform4iv(Y(a),e)}},xc:function(a,b,c,e){if(2<=t.version)X.uniformMatrix2fv(Y(a),!!c,N,e>>2,4*b);else{if(72>=b)for(var f=zd[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);X.uniformMatrix2fv(Y(a),!!c,f)}},yc:function(a,b,c,e){if(2<=t.version)X.uniformMatrix3fv(Y(a),!!c,N,e>>2,9*b);else{if(32>=b)for(var f=zd[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);X.uniformMatrix3fv(Y(a),!!c,f)}},zc:function(a,b,c,e){if(2<=t.version)X.uniformMatrix4fv(Y(a),!!c,N,e>>2,16*b);else{if(18>=b){var f=zd[16*b-1],k=N;e>>=2;for(var l=0;l<16*b;l+=16){var n=e+l;f[l]=k[n];f[l+1]=k[n+1];f[l+2]=k[n+2];f[l+3]=k[n+3];f[l+4]=k[n+4];f[l+5]=k[n+5];f[l+6]=k[n+6];f[l+7]=k[n+7];f[l+8]=k[n+8];f[l+9]=k[n+9];f[l+10]=k[n+10];f[l+11]=k[n+11];f[l+12]=k[n+12];f[l+13]=k[n+13];f[l+14]=k[n+14];f[l+15]=k[n+15]}}else f=N.subarray(e>>2,e+64*b>>2);X.uniformMatrix4fv(Y(a), +!!c,f)}},Ac:function(a){a=cd[a];X.useProgram(a);X.Ye=a},Bc:function(a,b){X.vertexAttrib1f(a,b)},Cc:function(a,b){X.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Dc:function(a,b){X.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])},Ec:function(a,b){X.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},fc:function(a,b){X.vertexAttribDivisor(a,b)},gc:function(a,b,c,e,f){X.vertexAttribIPointer(a,b,c,e,f)},Fc:function(a,b,c,e,f,k){X.vertexAttribPointer(a,b,c,!!e,f,k)},Gc:function(a,b,c,e){X.viewport(a,b,c,e)}, +eb:function(a,b,c,e){X.waitSync(jd[a],b,(c>>>0)+4294967296*e)},nb:function(a){var b=B.length;a>>>=0;if(2147483648=c;c*=2){var e=b*(1+.2/c);e=Math.min(e,a+100663296);e=Math.max(a,e);0>>16);cb();var f=1;break a}catch(k){}f=void 0}if(f)return!0}return!1},gb:function(){return t?t.kf:0},qb:function(a,b){var c=0;Cd().forEach(function(e,f){var k=b+c;f=G[a+4*f>>2]=k;for(k=0;k> +0]=e.charCodeAt(k);ab[f>>0]=0;c+=e.length+1});return 0},rb:function(a,b){var c=Cd();G[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});G[b>>2]=e;return 0},Bb:function(a){if(!(noExitRuntime||0>2]=b;return 0},wb:function(a,b,c,e){a=wb.ff(a);b=wb.$e(a,b,c);G[e>>2]=b;return 0},ib:function(){},V:function(a,b,c,e){for(var f=0,k=0;k>2],n=G[b+4>> +2];b+=8;for(var q=0;q>2]=f;return 0},b:function(){return Ha},q:Sd,o:Td,m:Ud,S:Vd,aa:Wd,$:Xd,z:Yd,y:Zd,t:$d,x:ae,ba:be,Cb:ce,Db:de,c:function(a){Ha=a},kb:function(a,b,c,e){return Jd(a,b,c,e)}}; +(function(){function a(f){r.asm=f.exports;Ka=r.asm.cd;cb();db=r.asm.ed;fb.unshift(r.asm.dd);jb--;r.monitorRunDependencies&&r.monitorRunDependencies(jb);0==jb&&(null!==kb&&(clearInterval(kb),kb=null),lb&&(f=lb,lb=null,f()))}function b(f){a(f.instance)}function c(f){return qb().then(function(k){return WebAssembly.instantiate(k,e)}).then(function(k){return k}).then(f,function(k){Fa("failed to asynchronously prepare wasm: "+k);Ja(k)})}var e={a:ee};jb++;r.monitorRunDependencies&&r.monitorRunDependencies(jb); +if(r.instantiateWasm)try{return r.instantiateWasm(e,a)}catch(f){return Fa("Module.instantiateWasm callback failed with error: "+f),!1}(function(){return Ia||"function"!==typeof WebAssembly.instantiateStreaming||mb()||nb.startsWith("file://")||"function"!==typeof fetch?c(b):fetch(nb,{credentials:"same-origin"}).then(function(f){return WebAssembly.instantiateStreaming(f,e).then(b,function(k){Fa("wasm streaming compile failed: "+k);Fa("falling back to ArrayBuffer instantiation");return c(b)})})})().catch(ca); +return{}})();r.___wasm_call_ctors=function(){return(r.___wasm_call_ctors=r.asm.dd).apply(null,arguments)};var Rd=r.___errno_location=function(){return(Rd=r.___errno_location=r.asm.fd).apply(null,arguments)},Cc=r._free=function(){return(Cc=r._free=r.asm.gd).apply(null,arguments)},vd=r._malloc=function(){return(vd=r._malloc=r.asm.hd).apply(null,arguments)},Bc=r.___getTypeName=function(){return(Bc=r.___getTypeName=r.asm.id).apply(null,arguments)}; +r.___embind_register_native_and_builtin_types=function(){return(r.___embind_register_native_and_builtin_types=r.asm.jd).apply(null,arguments)};var Qd=r._memalign=function(){return(Qd=r._memalign=r.asm.kd).apply(null,arguments)},fe=r._setThrew=function(){return(fe=r._setThrew=r.asm.ld).apply(null,arguments)},ge=r.stackSave=function(){return(ge=r.stackSave=r.asm.md).apply(null,arguments)},he=r.stackRestore=function(){return(he=r.stackRestore=r.asm.nd).apply(null,arguments)}; +r.dynCall_viji=function(){return(r.dynCall_viji=r.asm.od).apply(null,arguments)};r.dynCall_vijiii=function(){return(r.dynCall_vijiii=r.asm.pd).apply(null,arguments)};r.dynCall_viiiiij=function(){return(r.dynCall_viiiiij=r.asm.qd).apply(null,arguments)};r.dynCall_iiiji=function(){return(r.dynCall_iiiji=r.asm.rd).apply(null,arguments)};r.dynCall_jii=function(){return(r.dynCall_jii=r.asm.sd).apply(null,arguments)};r.dynCall_vij=function(){return(r.dynCall_vij=r.asm.td).apply(null,arguments)}; +r.dynCall_iiij=function(){return(r.dynCall_iiij=r.asm.ud).apply(null,arguments)};r.dynCall_iiiij=function(){return(r.dynCall_iiiij=r.asm.vd).apply(null,arguments)};r.dynCall_viij=function(){return(r.dynCall_viij=r.asm.wd).apply(null,arguments)};r.dynCall_viiij=function(){return(r.dynCall_viiij=r.asm.xd).apply(null,arguments)};r.dynCall_ji=function(){return(r.dynCall_ji=r.asm.yd).apply(null,arguments)};r.dynCall_iij=function(){return(r.dynCall_iij=r.asm.zd).apply(null,arguments)}; +r.dynCall_jiiii=function(){return(r.dynCall_jiiii=r.asm.Ad).apply(null,arguments)};r.dynCall_jiiiiii=function(){return(r.dynCall_jiiiiii=r.asm.Bd).apply(null,arguments)};r.dynCall_jiiiiji=function(){return(r.dynCall_jiiiiji=r.asm.Cd).apply(null,arguments)};r.dynCall_iijj=function(){return(r.dynCall_iijj=r.asm.Dd).apply(null,arguments)};r.dynCall_iiji=function(){return(r.dynCall_iiji=r.asm.Ed).apply(null,arguments)};r.dynCall_iijjiii=function(){return(r.dynCall_iijjiii=r.asm.Fd).apply(null,arguments)}; +r.dynCall_vijjjii=function(){return(r.dynCall_vijjjii=r.asm.Gd).apply(null,arguments)};r.dynCall_jiji=function(){return(r.dynCall_jiji=r.asm.Hd).apply(null,arguments)};r.dynCall_viijii=function(){return(r.dynCall_viijii=r.asm.Id).apply(null,arguments)};r.dynCall_iiiiij=function(){return(r.dynCall_iiiiij=r.asm.Jd).apply(null,arguments)};r.dynCall_iiiiijj=function(){return(r.dynCall_iiiiijj=r.asm.Kd).apply(null,arguments)}; +r.dynCall_iiiiiijj=function(){return(r.dynCall_iiiiiijj=r.asm.Ld).apply(null,arguments)};function ae(a,b,c,e,f){var k=ge();try{O(a)(b,c,e,f)}catch(l){he(k);if(l!==l+0&&"longjmp"!==l)throw l;fe(1,0)}}function Td(a,b,c){var e=ge();try{return O(a)(b,c)}catch(f){he(e);if(f!==f+0&&"longjmp"!==f)throw f;fe(1,0)}}function Zd(a,b,c){var e=ge();try{O(a)(b,c)}catch(f){he(e);if(f!==f+0&&"longjmp"!==f)throw f;fe(1,0)}} +function Sd(a,b){var c=ge();try{return O(a)(b)}catch(e){he(c);if(e!==e+0&&"longjmp"!==e)throw e;fe(1,0)}}function Yd(a,b){var c=ge();try{O(a)(b)}catch(e){he(c);if(e!==e+0&&"longjmp"!==e)throw e;fe(1,0)}}function Ud(a,b,c,e){var f=ge();try{return O(a)(b,c,e)}catch(k){he(f);if(k!==k+0&&"longjmp"!==k)throw k;fe(1,0)}}function $d(a,b,c,e){var f=ge();try{O(a)(b,c,e)}catch(k){he(f);if(k!==k+0&&"longjmp"!==k)throw k;fe(1,0)}} +function be(a,b,c,e,f,k){var l=ge();try{O(a)(b,c,e,f,k)}catch(n){he(l);if(n!==n+0&&"longjmp"!==n)throw n;fe(1,0)}}function Wd(a,b,c,e,f,k,l){var n=ge();try{return O(a)(b,c,e,f,k,l)}catch(q){he(n);if(q!==q+0&&"longjmp"!==q)throw q;fe(1,0)}}function Vd(a,b,c,e,f){var k=ge();try{return O(a)(b,c,e,f)}catch(l){he(k);if(l!==l+0&&"longjmp"!==l)throw l;fe(1,0)}}function de(a,b,c,e,f,k,l,n,q,x){var y=ge();try{O(a)(b,c,e,f,k,l,n,q,x)}catch(C){he(y);if(C!==C+0&&"longjmp"!==C)throw C;fe(1,0)}} +function ce(a,b,c,e,f,k,l){var n=ge();try{O(a)(b,c,e,f,k,l)}catch(q){he(n);if(q!==q+0&&"longjmp"!==q)throw q;fe(1,0)}}function Xd(a,b,c,e,f,k,l,n,q,x){var y=ge();try{return O(a)(b,c,e,f,k,l,n,q,x)}catch(C){he(y);if(C!==C+0&&"longjmp"!==C)throw C;fe(1,0)}}var ie;function Ea(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}lb=function je(){ie||ke();ie||(lb=je)}; +function ke(){function a(){if(!ie&&(ie=!0,r.calledRun=!0,!La)){rb(fb);ba(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();hb.unshift(b)}rb(hb)}}if(!(0 { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(CanvasKitInit) { + CanvasKitInit = CanvasKitInit || {}; + + +null;var r;r||(r=typeof CanvasKitInit !== 'undefined' ? CanvasKitInit : {});var aa=Object.assign,ba,ca;r.ready=new Promise(function(a,b){ba=a;ca=b}); +(function(a){a.Md=a.Md||[];a.Md.push(function(){a.MakeSWCanvasSurface=function(b){var c=b;if("CANVAS"!==c.tagName&&(c=document.getElementById(b),!c))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.ke=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.ke=null,e.Qe=b,e.Ne=c,e.Oe=f,e.ue=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.Jd(this.Id);this._flush();if(this.ke){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.ue,this.Oe);c=new ImageData(c,this.Qe,this.Ne);b?this.ke.getContext("2d").putImageData(c,0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.ke.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose= +function(){this.ue&&a._free(this.ue);this.delete()};a.Jd=a.Jd||function(){};a.le=a.le||function(){return null}})})(r); +(function(a){a.Md=a.Md||[];a.Md.push(function(){function b(n,q,x){return n&&n.hasOwnProperty(q)?n[q]:x}function c(n){var q=ea(fa);fa[q]=n;return q}function e(n){return n.naturalHeight||n.videoHeight||n.displayHeight||n.height}function f(n){return n.naturalWidth||n.videoWidth||n.displayWidth||n.width}function k(n,q,x,y){n.bindTexture(n.TEXTURE_2D,q);y||x.alphaType!==a.AlphaType.Premul||n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return q}function l(n,q,x){x||q.alphaType!==a.AlphaType.Premul|| +n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);n.bindTexture(n.TEXTURE_2D,null)}a.GetWebGLContext=function(n,q){if(!n)throw"null canvas passed into makeWebGLContext";var x={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)};x.majorVersion=q&&q.majorVersion?q.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(x.explicitSwapControl)throw"explicitSwapControl is not supported";n=ha(n,x);if(!n)return 0;ia(n);u.Ud.getExtension("WEBGL_debug_renderer_info");return n};a.deleteContext=function(n){u===ja[n]&&(u=null);"object"===typeof JSEvents&& +JSEvents.If(ja[n].Ud.canvas);ja[n]&&ja[n].Ud.canvas&&(ja[n].Ud.canvas.Le=void 0);ja[n]=null};a._setTextureCleanup({deleteTexture:function(n,q){var x=fa[q];x&&ja[n].Ud.deleteTexture(x);fa[q]=null}});a.MakeWebGLContext=function(n){if(!this.Jd(n))return null;var q=this._MakeGrContext();if(!q)return null;q.Id=n;var x=q.delete.bind(q);q["delete"]=function(){a.Jd(this.Id);x()}.bind(q);return u.xe=q};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(n){a.Jd(this.Id);this._setResourceCacheLimitBytes(n)};a.MakeOnScreenGLSurface=function(n,q,x,y,C,E){if(!this.Jd(n.Id))return null;q=void 0===C||void 0===E? +this._MakeOnScreenGLSurface(n,q,x,y):this._MakeOnScreenGLSurface(n,q,x,y,C,E);if(!q)return null;q.Id=n.Id;return q};a.MakeRenderTarget=function(){var n=arguments[0];if(!this.Jd(n.Id))return null;if(3===arguments.length){var q=this._MakeRenderTargetWH(n,arguments[1],arguments[2]);if(!q)return null}else if(2===arguments.length){if(q=this._MakeRenderTargetII(n,arguments[1]),!q)return null}else return null;q.Id=n.Id;return q};a.MakeWebGLCanvasSurface=function(n,q,x){q=q||null;var y=n,C="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||C||(y=document.getElementById(n),y)))throw"Canvas with id "+n+" was not found";n=this.GetWebGLContext(y,x);if(!n||0>n)throw"failed to create webgl context: err "+n;n=this.MakeWebGLContext(n);q=this.MakeOnScreenGLSurface(n,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(n,q){a.Jd(this.Id);n=c(n);if(q=this._makeImageFromTexture(this.Id,n,q))q.ee=n;return q};a.Surface.prototype.makeImageFromTextureSource=function(n,q,x){q||(q={height:e(n),width:f(n),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);a.Jd(this.Id);var y=u.Ud;x=k(y,y.createTexture(),q,x);2===u.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,q.width,q.height, +0,y.RGBA,y.UNSIGNED_BYTE,n):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,n);l(y,q);this._resetContext();return this.makeImageFromTexture(x,q)};a.Surface.prototype.updateTextureFromSource=function(n,q,x){if(n.ee){a.Jd(this.Id);var y=n.getImageInfo(),C=u.Ud,E=k(C,fa[n.ee],y,x);2===u.version?C.texImage2D(C.TEXTURE_2D,0,C.RGBA,f(q),e(q),0,C.RGBA,C.UNSIGNED_BYTE,q):C.texImage2D(C.TEXTURE_2D,0,C.RGBA,C.RGBA,C.UNSIGNED_BYTE,q);l(C,y,x);this._resetContext();fa[n.ee]=null;n.ee=c(E);y.colorSpace= +n.getColorSpace();q=this._makeImageFromTexture(this.Id,n.ee,y);x=n.Hd.Kd;C=n.Hd.Pd;n.Hd.Kd=q.Hd.Kd;n.Hd.Pd=q.Hd.Pd;q.Hd.Kd=x;q.Hd.Pd=C;q.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(n,q,x){q||(q={height:e(n),width:f(n),colorType:a.ColorType.RGBA_8888,alphaType:x?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var C=u,E=C.Ud,v=k(E,E.createTexture(),q,x);2===C.version?E.texImage2D(E.TEXTURE_2D,0,E.RGBA, +q.width,q.height,0,E.RGBA,E.UNSIGNED_BYTE,n):E.texImage2D(E.TEXTURE_2D,0,E.RGBA,E.RGBA,E.UNSIGNED_BYTE,n);l(E,q,x);return c(v)},freeSrc:function(){}};"VideoFrame"===n.constructor.name&&(y.freeSrc=function(){n.close()});return a.Image._makeFromGenerator(q,y)};a.Jd=function(n){return n?ia(n):!1};a.le=function(){return u&&u.xe&&!u.xe.isDeleted()?u.xe: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),m=0;mz;z++)a.HEAPF32[t+m]=g[w][z],m++;g=h}else g=M;d.Rd=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return d}function q(g){if(!g)return M;var d=R.toTypedArray();if(g.length){if(6===g.length||9===g.length)return l(g,"HEAPF32",I),6===g.length&&a.HEAPF32.set(od,6+I/4),I;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],I;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 I}function x(g){if(!g)return M;var d=da.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",Z);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 Z}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 Z}function y(g,d){return l(g,"HEAPF32",d||ua)}function C(g,d,h,m){var t=Ma.toTypedArray();t[0]=g;t[1]=d;t[2]=h;t[3]=m;return ua}function E(g){for(var d=new Float32Array(4),h=0;4>h;h++)d[h]=a.HEAPF32[g/4+h];return d}function v(g,d){return l(g,"HEAPF32",d||V)}function D(g,d){return l(g,"HEAPF32",d||Gb)}a.Color=function(g, +d,h,m){void 0===m&&(m=1);return a.Color4f(f(g)/255,f(d)/255,f(h)/255,m)};a.ColorAsInt=function(g,d,h,m){void 0===m&&(m=255);return(f(m)<<24|f(g)<<16|f(d)<<8|f(h)<<0&268435455)>>>0};a.Color4f=function(g,d,h,m){void 0===m&&(m=1);return Float32Array.of(g,d,h,m)};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 m=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),m=17*parseInt(g.slice(2,3),16),t=17*parseInt(g.slice(3,4),16)}return a.Color(h,m,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,Yd:null,subarray:function(m,t){m=this.toTypedArray().subarray(m,t);m._ck=!0;return m},toTypedArray:function(){if(this.Yd&&this.Yd.length)return this.Yd; +this.Yd=new g(a.HEAPU8.buffer,h,d);this.Yd._ck=!0;return this.Yd}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.Yd=null};var I=M,R,Z=M,da,ua=M,Ma,va,V=M,pc,Ba=M,qc,Hb=M,rc,Ib=M,Jb,gb=M,sc,Gb=M,tc,uc=M,od=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(d,h,m,t,w,z,F){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var K=z*t.height;var H=w?w.byteOffset:a._malloc(K);if(F?!d._readPixels(t,H,z, +h,m,F):!d._readPixels(t,H,z,h,m))return w||a._free(H),null;if(w)return w.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,H,K)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,H,K)).slice();break;default:return null}a._free(H);return d}Ma=a.Malloc(Float32Array,4);ua=Ma.byteOffset;da=a.Malloc(Float32Array,16);Z=da.byteOffset;R=a.Malloc(Float32Array,9);I=R.byteOffset;sc=a.Malloc(Float32Array,12);Gb= +sc.byteOffset;tc=a.Malloc(Float32Array,12);uc=tc.byteOffset;va=a.Malloc(Float32Array,4);V=va.byteOffset;pc=a.Malloc(Float32Array,4);Ba=pc.byteOffset;qc=a.Malloc(Float32Array,3);Hb=qc.byteOffset;rc=a.Malloc(Float32Array,3);Ib=rc.byteOffset;Jb=a.Malloc(Int32Array,4);gb=Jb.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"),m=a.Path._MakeFromCmds(h,d.length);k(h,d);return m};a.Path.MakeFromVerbsPointsWeights=function(d,h,m){var t=l(d,"HEAPU8"),w=l(h,"HEAPF32"),z=l(m,"HEAPF32"),F=a.Path._MakeFromVerbsPointsWeights(t,d.length,w,h.length,z,m&&m.length||0);k(t,d);k(w,h);k(z,m);return F};a.Path.prototype.addArc=function(d,h,m){d=v(d);this._addArc(d,h,m);return this};a.Path.prototype.addCircle=function(d,h,m,t){this._addCircle(d,h,m,!!t);return this};a.Path.prototype.addOval=function(d,h,m){void 0=== +m&&(m=1);d=v(d);this._addOval(d,!!h,m);return this};a.Path.prototype.addPath=function(){var d=Array.prototype.slice.call(arguments),h=d[0],m=!1;"boolean"===typeof d[d.length-1]&&(m=d.pop());if(1===d.length)this._addPath(h,1,0,0,0,1,0,0,0,1,m);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,m);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,m);else return null;return this};a.Path.prototype.addPoly= +function(d,h){var m=l(d,"HEAPF32");this._addPoly(m,d.length/2,h);k(m,d);return this};a.Path.prototype.addRect=function(d,h){d=v(d);this._addRect(d,!!h);return this};a.Path.prototype.addRRect=function(d,h){d=D(d);this._addRRect(d,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(d,h,m){var t=l(d,"HEAPU8"),w=l(h,"HEAPF32"),z=l(m,"HEAPF32");this._addVerbsPointsWeights(t,d.length,w,h.length,z,m&&m.length||0);k(t,d);k(w,h);k(z,m)};a.Path.prototype.arc=function(d,h,m,t,w,z){d=a.LTRBRect(d- +m,h-m,d+m,h+m);w=(w-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(d,t/Math.PI*180,w);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(d,h,m,t){d=v(d);this._arcToOval(d,h,m,t);return this};a.Path.prototype.arcToRotated=function(d,h,m,t,w,z,F){this._arcToRotated(d,h,m,!!t,!!w,z,F);return this};a.Path.prototype.arcToTangent=function(d,h,m,t,w){this._arcToTangent(d,h,m,t,w);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(d,h,m,t,w){this._conicTo(d,h,m,t,w);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(V);var h=va.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.cubicTo=function(d,h,m,t,w,z){this._cubicTo(d,h,m,t,w,z);return this};a.Path.prototype.dash=function(d,h,m){return this._dash(d,h,m)?this:null};a.Path.prototype.getBounds=function(d){this._getBounds(V);var h=va.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,m,t){this._quadTo(d,h,m,t);return this};a.Path.prototype.rArcTo=function(d,h,m,t,w,z,F){this._rArcTo(d,h,m,t,w,z,F);return this};a.Path.prototype.rConicTo=function(d,h,m,t,w){this._rConicTo(d,h,m,t,w);return this};a.Path.prototype.rCubicTo=function(d,h,m,t,w,z){this._rCubicTo(d, +h,m,t,w,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,m,t){this._rQuadTo(d,h,m,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,m){return this._trim(d,h,!!m)?this:null};a.Image.prototype.encodeToBytes=function(d,h){var m=a.le();d=d||a.ImageFormat.PNG;h=h||100; +return m?this._encodeToBytes(d,h,m):this._encodeToBytes(d,h)};a.Image.prototype.makeShaderCubic=function(d,h,m,t,w){w=q(w);return this._makeShaderCubic(d,h,m,t,w)};a.Image.prototype.makeShaderOptions=function(d,h,m,t,w){w=q(w);return this._makeShaderOptions(d,h,m,t,w)};a.Image.prototype.readPixels=function(d,h,m,t,w){var z=a.le();return g(this,d,h,m,t,w,z)};a.Canvas.prototype.clear=function(d){a.Jd(this.Id);d=y(d);this._clear(d)};a.Canvas.prototype.clipRRect=function(d,h,m){a.Jd(this.Id);d=D(d);this._clipRRect(d, +h,m)};a.Canvas.prototype.clipRect=function(d,h,m){a.Jd(this.Id);d=v(d);this._clipRect(d,h,m)};a.Canvas.prototype.concat=function(d){a.Jd(this.Id);d=x(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,h,m,t,w){a.Jd(this.Id);d=v(d);this._drawArc(d,h,m,t,w)};a.Canvas.prototype.drawAtlas=function(d,h,m,t,w,z,F){if(d&&t&&h&&m&&h.length===m.length){a.Jd(this.Id);w||(w=a.BlendMode.SrcOver);var K=l(h,"HEAPF32"),H=l(m,"HEAPF32"),S=m.length/4,p=l(c(z),"HEAPU32");if(F&&"B"in F&&"C"in F)this._drawAtlasCubic(d, +H,K,p,S,w,F.B,F.C,t);else{let A=a.FilterMode.Linear,L=a.MipmapMode.None;F&&(A=F.filter,"mipmap"in F&&(L=F.mipmap));this._drawAtlasOptions(d,H,K,p,S,w,A,L,t)}k(K,h);k(H,m);k(p,z)}};a.Canvas.prototype.drawCircle=function(d,h,m,t){a.Jd(this.Id);this._drawCircle(d,h,m,t)};a.Canvas.prototype.drawColor=function(d,h){a.Jd(this.Id);d=y(d);void 0!==h?this._drawColor(d,h):this._drawColor(d)};a.Canvas.prototype.drawColorInt=function(d,h){a.Jd(this.Id);this._drawColorInt(d,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(d,h,m,t,w){a.Jd(this.Id);d=C(d,h,m,t);void 0!==w?this._drawColor(d,w):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,h,m){a.Jd(this.Id);d=D(d,Gb);h=D(h,uc);this._drawDRRect(d,h,m)};a.Canvas.prototype.drawImage=function(d,h,m,t){a.Jd(this.Id);this._drawImage(d,h,m,t||null)};a.Canvas.prototype.drawImageCubic=function(d,h,m,t,w,z){a.Jd(this.Id);this._drawImageCubic(d,h,m,t,w,z||null)};a.Canvas.prototype.drawImageOptions=function(d,h,m,t,w,z){a.Jd(this.Id);this._drawImageOptions(d, +h,m,t,w,z||null)};a.Canvas.prototype.drawImageNine=function(d,h,m,t,w){a.Jd(this.Id);h=l(h,"HEAP32",gb);m=v(m);this._drawImageNine(d,h,m,t,w||null)};a.Canvas.prototype.drawImageRect=function(d,h,m,t,w){a.Jd(this.Id);v(h,V);v(m,Ba);this._drawImageRect(d,V,Ba,t,!!w)};a.Canvas.prototype.drawImageRectCubic=function(d,h,m,t,w,z){a.Jd(this.Id);v(h,V);v(m,Ba);this._drawImageRectCubic(d,V,Ba,t,w,z||null)};a.Canvas.prototype.drawImageRectOptions=function(d,h,m,t,w,z){a.Jd(this.Id);v(h,V);v(m,Ba);this._drawImageRectOptions(d, +V,Ba,t,w,z||null)};a.Canvas.prototype.drawLine=function(d,h,m,t,w){a.Jd(this.Id);this._drawLine(d,h,m,t,w)};a.Canvas.prototype.drawOval=function(d,h){a.Jd(this.Id);d=v(d);this._drawOval(d,h)};a.Canvas.prototype.drawPaint=function(d){a.Jd(this.Id);this._drawPaint(d)};a.Canvas.prototype.drawParagraph=function(d,h,m){a.Jd(this.Id);this._drawParagraph(d,h,m)};a.Canvas.prototype.drawPatch=function(d,h,m,t,w){if(24>d.length)throw"Need 12 cubic points";if(h&&4>h.length)throw"Need 4 colors";if(m&&8>m.length)throw"Need 4 shader coordinates"; +a.Jd(this.Id);const z=l(d,"HEAPF32"),F=h?l(c(h),"HEAPU32"):M,K=m?l(m,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,F,K,t,w);k(K,m);k(F,h);k(z,d)};a.Canvas.prototype.drawPath=function(d,h){a.Jd(this.Id);this._drawPath(d,h)};a.Canvas.prototype.drawPicture=function(d){a.Jd(this.Id);this._drawPicture(d)};a.Canvas.prototype.drawPoints=function(d,h,m){a.Jd(this.Id);var t=l(h,"HEAPF32");this._drawPoints(d,t,h.length/2,m);k(t,h)};a.Canvas.prototype.drawRRect=function(d,h){a.Jd(this.Id);d=D(d); +this._drawRRect(d,h)};a.Canvas.prototype.drawRect=function(d,h){a.Jd(this.Id);d=v(d);this._drawRect(d,h)};a.Canvas.prototype.drawRect4f=function(d,h,m,t,w){a.Jd(this.Id);this._drawRect4f(d,h,m,t,w)};a.Canvas.prototype.drawShadow=function(d,h,m,t,w,z,F){a.Jd(this.Id);var K=l(w,"HEAPF32"),H=l(z,"HEAPF32");h=l(h,"HEAPF32",Hb);m=l(m,"HEAPF32",Ib);this._drawShadow(d,h,m,t,K,H,F);k(K,w);k(H,z)};a.getShadowLocalBounds=function(d,h,m,t,w,z,F){d=q(d);m=l(m,"HEAPF32",Hb);t=l(t,"HEAPF32",Ib);if(!this._getShadowLocalBounds(d, +h,m,t,w,z,V))return null;h=va.toTypedArray();return F?(F.set(h),F):h.slice()};a.Canvas.prototype.drawTextBlob=function(d,h,m,t){a.Jd(this.Id);this._drawTextBlob(d,h,m,t)};a.Canvas.prototype.drawVertices=function(d,h,m){a.Jd(this.Id);this._drawVertices(d,h,m)};a.Canvas.prototype.getDeviceClipBounds=function(d){this._getDeviceClipBounds(gb);var h=Jb.toTypedArray();d?d.set(h):d=h.slice();return d};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(Z);for(var d=Z,h=Array(16),m=0;16> +m;m++)h[m]=a.HEAPF32[d/4+m];return h};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(I);for(var d=Array(9),h=0;9>h;h++)d[h]=a.HEAPF32[I/4+h];return d};a.Canvas.prototype.makeSurface=function(d){d=this._makeSurface(d);d.Id=this.Id;return d};a.Canvas.prototype.readPixels=function(d,h,m,t,w){a.Jd(this.Id);return g(this,d,h,m,t,w)};a.Canvas.prototype.saveLayer=function(d,h,m,t){h=v(h);return this._saveLayer(d||null,h,m||null,t||0)};a.Canvas.prototype.writePixels=function(d,h,m,t,w, +z,F,K){if(d.byteLength%(h*m))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Jd(this.Id);var H=d.byteLength/(h*m);z=z||a.AlphaType.Unpremul;F=F||a.ColorType.RGBA_8888;K=K||a.ColorSpace.SRGB;var S=H*h;H=l(d,"HEAPU8");h=this._writePixels({width:h,height:m,colorType:F,alphaType:z,colorSpace:K},H,S,t,w);k(H,d);return h};a.ColorFilter.MakeBlend=function(d,h,m){d=y(d);m=m||a.ColorSpace.SRGB;return a.ColorFilter._MakeBlend(d,h,m)};a.ColorFilter.MakeMatrix=function(d){if(!d||20!==d.length)throw"invalid color matrix"; +var h=l(d,"HEAPF32"),m=a.ColorFilter._makeMatrix(h);k(h,d);return m};a.ContourMeasure.prototype.getPosTan=function(d,h){this._getPosTan(d,V);d=va.toTypedArray();return h?(h.set(d),h):d.slice()};a.ImageFilter.MakeDropShadow=function(d,h,m,t,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadow(d,h,m,t,w,z)};a.ImageFilter.MakeDropShadowOnly=function(d,h,m,t,w,z){w=y(w,ua);return a.ImageFilter._MakeDropShadowOnly(d,h,m,t,w,z)};a.ImageFilter.MakeImage=function(d,h,m,t){m=v(m,V);t=v(t,Ba);if("B"in h&&"C"in +h)return a.ImageFilter._MakeImageCubic(d,h.B,h.C,m,t);const w=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(d,w,z,m,t)};a.ImageFilter.MakeMatrixTransform=function(d,h,m){d=q(d);if("B"in h&&"C"in h)return a.ImageFilter._MakeMatrixTransformCubic(d,h.B,h.C,m);const t=h.filter;let w=a.MipmapMode.None;"mipmap"in h&&(w=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,t,w,m)};a.Paint.prototype.getColor=function(){this._getColor(ua);return E(ua)}; +a.Paint.prototype.setColor=function(d,h){h=h||null;d=y(d);this._setColor(d,h)};a.Paint.prototype.setColorComponents=function(d,h,m,t,w){w=w||null;d=C(d,h,m,t);this._setColor(d,w)};a.Path.prototype.getPoint=function(d,h){this._getPoint(d,V);d=va.toTypedArray();return h?(h[0]=d[0],h[1]=d[1],h):d.slice(0,2)};a.Picture.prototype.makeShader=function(d,h,m,t,w){t=q(t);w=v(w);return this._makeShader(d,h,m,t,w)};a.PictureRecorder.prototype.beginRecording=function(d){d=v(d);return this._beginRecording(d)}; +a.Surface.prototype.getCanvas=function(){var d=this._getCanvas();d.Id=this.Id;return d};a.Surface.prototype.makeImageSnapshot=function(d){a.Jd(this.Id);d=l(d,"HEAP32",gb);return this._makeImageSnapshot(d)};a.Surface.prototype.makeSurface=function(d){a.Jd(this.Id);d=this._makeSurface(d);d.Id=this.Id;return d};a.Surface.prototype.Pe=function(d,h){this.de||(this.de=this.getCanvas());return requestAnimationFrame(function(){a.Jd(this.Id);d(this.de);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame|| +(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Pe);a.Surface.prototype.Me=function(d,h){this.de||(this.de=this.getCanvas());requestAnimationFrame(function(){a.Jd(this.Id);d(this.de);this.flush(h);this.dispose()}.bind(this))};a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Me);a.PathEffect.MakeDash=function(d,h){h||(h=0);if(!d.length||1===d.length%2)throw"Intervals array must have even length";var m=l(d,"HEAPF32");h=a.PathEffect._MakeDash(m,d.length, +h);k(m,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,m,t,w,z,F,K){K=K||null;var H=n(m),S=l(t,"HEAPF32");F=F||0;z=q(z);var p=va.toTypedArray();p.set(d);p.set(h,2);d=a.Shader._MakeLinearGradient(V, +H.Rd,H.fe,S,H.count,w,F,z,K);k(H.Rd,m);t&&k(S,t);return d};a.Shader.MakeRadialGradient=function(d,h,m,t,w,z,F,K){K=K||null;var H=n(m),S=l(t,"HEAPF32");F=F||0;z=q(z);d=a.Shader._MakeRadialGradient(d[0],d[1],h,H.Rd,H.fe,S,H.count,w,F,z,K);k(H.Rd,m);t&&k(S,t);return d};a.Shader.MakeSweepGradient=function(d,h,m,t,w,z,F,K,H,S){S=S||null;var p=n(m),A=l(t,"HEAPF32");F=F||0;K=K||0;H=H||360;z=q(z);d=a.Shader._MakeSweepGradient(d,h,p.Rd,p.fe,A,p.count,w,K,H,F,z,S);k(p.Rd,m);t&&k(A,t);return d};a.Shader.MakeTwoPointConicalGradient= +function(d,h,m,t,w,z,F,K,H,S){S=S||null;var p=n(w),A=l(z,"HEAPF32");H=H||0;K=q(K);var L=va.toTypedArray();L.set(d);L.set(m,2);d=a.Shader._MakeTwoPointConicalGradient(V,h,t,p.Rd,p.fe,A,p.count,F,H,K,S);k(p.Rd,w);z&&k(A,z);return d};a.Vertices.prototype.bounds=function(d){this._bounds(V);var h=va.toTypedArray();return d?(d.set(h),d):h.slice()};a.Md&&a.Md.forEach(function(d){d()})};a.computeTonalColors=function(g){var d=l(g.ambient,"HEAPF32"),h=l(g.spot,"HEAPF32");this._computeTonalColors(d,h);var m= +{ambient:E(d),spot:E(h)};k(d,g.ambient);k(h,g.spot);return m};a.LTRBRect=function(g,d,h,m){return Float32Array.of(g,d,h,m)};a.XYWHRect=function(g,d,h,m){return Float32Array.of(g,d,g+h,d+m)};a.LTRBiRect=function(g,d,h,m){return Int32Array.of(g,d,h,m)};a.XYWHiRect=function(g,d,h,m){return Int32Array.of(g,d,g+h,d+m)};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 Ra=null;a.MakeImageFromCanvasImageSource=function(g){var d=g.width,h=g.height;Ra||(Ra=document.createElement("canvas"));Ra.width=d;Ra.height=h;var m=Ra.getContext("2d",{Kf:!0});m.drawImage(g,0,0);g=m.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 m=a._malloc(d.length);a.HEAPU8.set(d,m);return a._MakeImage(g,m,d.length,h)};a.MakeVertices=function(g,d,h,m,t,w){var z=t&&t.length||0,F=0;h&&h.length&&(F|=1);m&&m.length&&(F|=2);void 0===w||w||(F|=4);g=new a._VerticesBuilder(g,d.length/2,z,F);l(d,"HEAPF32",g.positions());g.texCoords()&&l(h,"HEAPF32",g.texCoords());g.colors()&&l(c(m),"HEAPU32",g.colors());g.indices()&&l(t,"HEAPU16",g.indices()); +return g.detach()};(function(g){g.Md=g.Md||[];g.Md.push(function(){function d(p){if(!p||!p.length)return[];for(var A=[],L=0;Ld)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,m){var t=l(g,"HEAPU16"),w=l(d,"HEAPF32");return this._getGlyphIntercepts(t,g.length,!(g&&g._ck),w,d.length,!(d&&d._ck),h,m)};a.Font.prototype.getGlyphWidths=function(g,d,h){var m=l(g,"HEAPU16"),t=a._malloc(4* +g.length);this._getGlyphWidthBounds(m,g.length,t,M,d||null);d=new Float32Array(a.HEAPU8.buffer,t,g.length);k(m,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=[],m=0;md)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,m){if(g&&g.length&&d&&d.countPoints()){if(1===d.countPoints())return this.MakeFromText(g,h);m||(m=0);var t=h.getGlyphIDs(g);t=h.getGlyphWidths(t);var w=[];d=new a.ContourMeasureIter(d,!1,1);for(var z=d.next(),F=new Float32Array(4),K=0;Kz.length()){z.delete();z=d.next();if(!z){g=g.substring(0,K);break}m=H/2}z.getPosTan(m,F);var S=F[2],p=F[3];w.push(S,p,F[0]-H/2*S,F[1]-H/2*p);m+=H/2}g=this.MakeFromRSXform(g,w,h); +z&&z.delete();d.delete();return g}};a.TextBlob.MakeFromRSXform=function(g,d,h){var m=ka(g)+1,t=a._malloc(m);la(g,B,t,m);g=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXform(t,m-1,g,h);a._free(t);return h?h:null};a.TextBlob.MakeFromRSXformGlyphs=function(g,d,h){var m=l(g,"HEAPU16");d=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXformGlyphs(m,2*g.length,d,h);k(m,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=ka(g)+1,m=a._malloc(h);la(g,B,m,h);g=a.TextBlob._MakeFromText(m,h-1,d);a._free(m);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 d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._MakePicture(d,g.byteLength))?g:null}});a.Md=a.Md||[];a.Md.push(function(){a.RuntimeEffect.Make=function(g,d){return a.RuntimeEffect._Make(g,{onError:d||function(h){console.log("RuntimeEffect error", +h)}})};a.RuntimeEffect.prototype.makeShader=function(g,d){var h=!g._ck,m=l(g,"HEAPF32");d=q(d);return this._makeShader(m,4*g.length,h,d)};a.RuntimeEffect.prototype.makeShaderWithChildren=function(g,d,h){var m=!g._ck,t=l(g,"HEAPF32");h=q(h);for(var w=[],z=0;z{throw b;},qa="object"===typeof window,ra="function"===typeof importScripts,sa="object"===typeof process&&"object"===typeof process.versions&&"string"===typeof process.versions.node,ta="",wa,xa,ya,fs,Aa,Ca; +if(sa)ta=ra?require("path").dirname(ta)+"/":__dirname+"/",Ca=()=>{Aa||(fs=require("fs"),Aa=require("path"))},wa=function(a,b){Ca();a=Aa.normalize(a);return fs.readFileSync(a,b?null:"utf8")},ya=a=>{a=wa(a,!0);a.buffer||(a=new Uint8Array(a));return a},xa=(a,b,c)=>{Ca();a=Aa.normalize(a);fs.readFile(a,function(e,f){e?c(e):b(f.buffer)})},1{if(noExitRuntime|| +0{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(ya=a=>{var b= +new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),xa=(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 Ga=r.print||console.log.bind(console),Fa=r.printErr||console.warn.bind(console);aa(r,ma);ma=null;r.thisProgram&&(na=r.thisProgram);r.quit&&(oa=r.quit);var Ha=0,Ia;r.wasmBinary&&(Ia=r.wasmBinary); +var noExitRuntime=r.noExitRuntime||!0;"object"!==typeof WebAssembly&&Ja("no native wasm support detected");var Ka,La=!1,Na="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0; +function Oa(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}function Pa(a,b){return a?Oa(B,a,b):""} +function la(a,b,c,e){if(!(0=l){var n=a.charCodeAt(++k);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} +function ka(a){for(var b=0,c=0;c=e&&(e=65536+((e&1023)<<10)|a.charCodeAt(++c)&1023);127>=e?++b:b=2047>=e?b+2:65535>=e?b+3:b+4}return b}var Qa="undefined"!==typeof TextDecoder?new TextDecoder("utf-16le"):void 0;function Sa(a,b){var c=a>>1;for(var e=c+b/2;!(c>=e)&&Ta[c];)++c;c<<=1;if(32=b/2);++e){var f=Ua[a+2*e>>1];if(0==f)break;c+=String.fromCharCode(f)}return c} +function Va(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;Ua[b>>1]=0;return b-e}function Wa(a){return 2*a.length}function Xa(a,b){for(var c=0,e="";!(c>=b/4);){var f=G[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} +function Ya(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}G[b>>2]=k;b+=4;if(b+4>c)break}G[b>>2]=0;return b-e}function Za(a){for(var b=0,c=0;c=e&&++c;b+=4}return b}var $a,ab,B,Ua,Ta,G,J,N,bb; +function cb(){var a=Ka.buffer;$a=a;r.HEAP8=ab=new Int8Array(a);r.HEAP16=Ua=new Int16Array(a);r.HEAP32=G=new Int32Array(a);r.HEAPU8=B=new Uint8Array(a);r.HEAPU16=Ta=new Uint16Array(a);r.HEAPU32=J=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=bb=new Float64Array(a)}var db,eb=[],fb=[],hb=[],Da=0;function ib(){var a=r.preRun.shift();eb.unshift(a)}var jb=0,kb=null,lb=null;r.preloadedImages={};r.preloadedAudios={}; +function Ja(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Fa(a);La=!0;a=new WebAssembly.RuntimeError(a+". Build with -s ASSERTIONS=1 for more info.");ca(a);throw a;}function mb(){return nb.startsWith("data:application/octet-stream;base64,")}var nb;nb="canvaskit.wasm";if(!mb()){var ob=nb;nb=r.locateFile?r.locateFile(ob,ta):ta+ob}function pb(){var a=nb;try{if(a==nb&&Ia)return new Uint8Array(Ia);if(ya)return ya(a);throw"both async and sync fetching of the wasm failed";}catch(b){Ja(b)}} +function qb(){if(!Ia&&(qa||ra)){if("function"===typeof fetch&&!nb.startsWith("file://"))return fetch(nb,{credentials:"same-origin"}).then(function(a){if(!a.ok)throw"failed to load wasm binary file at '"+nb+"'";return a.arrayBuffer()}).catch(function(){return pb()});if(xa)return new Promise(function(a,b){xa(nb,function(c){a(new Uint8Array(c))},b)})}return Promise.resolve().then(function(){return pb()})} +function rb(a){for(;0>2]=b};this.rf=function(b){G[this.Kd+8>>2]=b};this.sf=function(){G[this.Kd>>2]=0};this.qf=function(){ab[this.Kd+12>>0]=0};this.tf=function(){ab[this.Kd+13>>0]=0};this.gf=function(b,c){this.uf(b);this.rf(c);this.sf();this.qf();this.tf()}}var tb=0,ub={},vb=[null,[],[]],wb={},xb={};function yb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function zb(a){return this.fromWireType(J[a>>2])}var Ab={},Bb={},Cb={}; +function Db(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 Eb(a,b){a=Db(a);return function(){null;return b.apply(this,arguments)}} +function Fb(a){var b=Error,c=Eb(a,function(e){this.name=a;this.message=e;e=Error(e).stack;void 0!==e&&(this.stack=this.toString()+"\n"+e.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(b.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:this.name+": "+this.message};return c}var Mb=void 0;function Nb(a){throw new Mb(a);} +function Ob(a,b,c){function e(n){n=c(n);n.length!==a.length&&Nb("Mismatched type converter count");for(var q=0;qb,a;Ub=new FinalizationGroup(function(b){for(var c=b.next();!c.done;c=b.next())c=c.value,c.Kd?Wb(c):console.warn("object already deleted: "+c.Kd)});Xb=b=>{Ub.register(b,b.Hd,b.Hd);return b};Vb=b=>{Ub.unregister(b.Hd)};return Xb(a)}var Yb=void 0,Zb=[];function $b(){for(;Zb.length;){var a=Zb.pop();a.Hd.ae=!1;a["delete"]()}}function ac(){} +var bc={};function cc(a,b,c){if(void 0===a[b].Od){var e=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[e.Zd]=e}} +function dc(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"),cc(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].Gf=c))}function ec(a,b,c,e,f,k,l,n){this.name=a;this.constructor=b;this.be=c;this.Wd=e;this.Vd=f;this.Ze=k;this.je=l;this.We=n;this.nf=[]} +function fc(a,b,c){for(;b!==c;)b.je||Q("Expected null or instance of "+c.name+", got an instance of "+b.name),a=b.je(a),b=b.Vd;return a}function gc(a,b){if(null===b)return this.ye&&Q("null is not a valid "+this.name),0;b.Hd||Q('Cannot pass "'+hc(b)+'" as a '+this.name);b.Hd.Kd||Q("Cannot pass deleted object as a pointer of type "+this.name);return fc(b.Hd.Kd,b.Hd.Nd.Ld,this.Ld)} +function ic(a,b){if(null===b){this.ye&&Q("null is not a valid "+this.name);if(this.ne){var c=this.ze();null!==a&&a.push(this.Wd,c);return c}return 0}b.Hd||Q('Cannot pass "'+hc(b)+'" as a '+this.name);b.Hd.Kd||Q("Cannot pass deleted object as a pointer of type "+this.name);!this.me&&b.Hd.Nd.me&&Q("Cannot convert argument of type "+(b.Hd.Td?b.Hd.Td.name:b.Hd.Nd.name)+" to parameter type "+this.name);c=fc(b.Hd.Kd,b.Hd.Nd.Ld,this.Ld);if(this.ne)switch(void 0===b.Hd.Pd&&Q("Passing raw pointer to smart pointer is illegal"), +this.yf){case 0:b.Hd.Td===this?c=b.Hd.Pd:Q("Cannot convert argument of type "+(b.Hd.Td?b.Hd.Td.name:b.Hd.Nd.name)+" to parameter type "+this.name);break;case 1:c=b.Hd.Pd;break;case 2:if(b.Hd.Td===this)c=b.Hd.Pd;else{var e=b.clone();c=this.pf(c,jc(function(){e["delete"]()}));null!==a&&a.push(this.Wd,c)}break;default:Q("Unsupporting sharing policy")}return c} +function kc(a,b){if(null===b)return this.ye&&Q("null is not a valid "+this.name),0;b.Hd||Q('Cannot pass "'+hc(b)+'" as a '+this.name);b.Hd.Kd||Q("Cannot pass deleted object as a pointer of type "+this.name);b.Hd.Nd.me&&Q("Cannot convert argument of type "+b.Hd.Nd.name+" to parameter type "+this.name);return fc(b.Hd.Kd,b.Hd.Nd.Ld,this.Ld)}function lc(a,b,c){if(b===c)return a;if(void 0===c.Vd)return null;a=lc(a,b,c.Vd);return null===a?null:c.We(a)}var mc={}; +function nc(a,b){for(void 0===b&&Q("ptr should not be undefined");a.Vd;)b=a.je(b),a=a.Vd;return mc[b]}function oc(a,b){b.Nd&&b.Kd||Nb("makeClassHandle requires ptr and ptrType");!!b.Td!==!!b.Pd&&Nb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Xb(Object.create(a,{Hd:{value:b}}))} +function wc(a,b,c,e,f,k,l,n,q,x,y){this.name=a;this.Ld=b;this.ye=c;this.me=e;this.ne=f;this.mf=k;this.yf=l;this.Ie=n;this.ze=q;this.pf=x;this.Wd=y;f||void 0!==b.Vd?this.toWireType=ic:(this.toWireType=e?gc:kc,this.Sd=null)}function xc(a,b,c){r.hasOwnProperty(a)||Nb("Replacing nonexistant public symbol");void 0!==r[a].Od&&void 0!==c?r[a].Od[c]=b:(r[a]=b,r[a].Zd=c)} +function yc(a,b){var c=[];return function(){c.length=arguments.length;for(var e=0;ek&&Q("argTypes array size mismatch! Must at least get return value and 'this' types!");var l=null!==b[1]&&null!==c,n=!1;for(c=1;c>2)+e]);return c}var Gc=[],Hc=[{},{value:void 0},{value:null},{value:!0},{value:!1}];function Ic(a){4>2])};case 3:return function(c){return this.fromWireType(bb[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Nc(a,b,c){switch(b){case 0:return c?function(e){return ab[e]}:function(e){return B[e]};case 1:return c?function(e){return Ua[e>>1]}:function(e){return Ta[e>>1]};case 2:return c?function(e){return G[e>>2]}:function(e){return J[e>>2]};default:throw new TypeError("Unknown integer type: "+a);}}var Oc={};function Pc(a){var b=Oc[a];return void 0===b?P(a):b}var Qc=[]; +function Rc(){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 Sc(a){var b=Qc.length;Qc.push(a);return b}function Tc(a,b){for(var c=Array(a),e=0;e>2)+e],"parameter "+e);return c}var Uc=[];function Vc(a){var b=Array(a+1);return function(c,e,f){b[0]=c;for(var k=0;k>2)+k],"parameter "+k);b[k+1]=l.readValueFromPointer(f);f+=l.argPackAdvance}c=new (c.bind.apply(c,b));return jc(c)}}var Wc={},Xc;Xc=sa?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.now(); +function Yc(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 Zc(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 $c(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +var ad=1,bd=[],cd=[],dd=[],ed=[],fa=[],fd=[],gd=[],ja=[],hd=[],jd=[],kd={},ld={},md=4;function W(a){nd||(nd=a)}function ea(a){for(var b=ad++,c=a.length;ca.version||!b.Ee)b.Ee=b.getExtension("EXT_disjoint_timer_query");b.Ff=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var u,nd,rd=[];function sd(a,b,c,e){for(var f=0;f>2]=l}} +function td(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&W(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=X.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>u.version){W(1282);return}e=2*(X.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>u.version){W(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=X.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":W(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:W(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:ab[b+a>>0]=f[a]?1:0}return}try{e=f.name|0}catch(k){W(1280); +Fa("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:W(1280);Fa("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;J[b>>2]=c;J[b+4>>2]=(c-J[b>>2])/4294967296;break;case 0:G[b>>2]=e;break;case 2:N[b>>2]=e;break;case 4:ab[b>>0]=e?1:0}}else W(1281)}function ud(a){var b=ka(a)+1,c=vd(b);la(a,B,c,b);return c} +function wd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function xd(a){a-=5120;return 0==a?ab:1==a?B:2==a?Ua:4==a?G:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?J:Ta}function yd(a,b,c,e,f){a=xd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),l=md;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 Y(a){var b=X.Te;if(b){var c=b.ie[a];"number"===typeof c&&(b.ie[a]=c=X.getUniformLocation(b,b.Je[a]+(0Z?-1:0=l(I,v)?0>=l(D,v)?v.getFullYear()+1:v.getFullYear():v.getFullYear()-1}var x=G[e+40>>2];e={Bf:G[e>>2],Af:G[e+4>>2],re:G[e+8>>2],he:G[e+12>>2],ce:G[e+16>>2],Qd:G[e+20>>2],se:G[e+24>>2],te:G[e+28>>2],Jf:G[e+32>>2],zf:G[e+ +36>>2],Cf:x?Pa(x):""};c=Pa(c);x={"%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 x)c=c.replace(new RegExp(y,"g"),x[y]);var C="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "), +E="January February March April May June July August September October November December".split(" ");x={"%a":function(v){return C[v.se].substring(0,3)},"%A":function(v){return C[v.se]},"%b":function(v){return E[v.ce].substring(0,3)},"%B":function(v){return E[v.ce]},"%C":function(v){return k((v.Qd+1900)/100|0,2)},"%d":function(v){return k(v.he,2)},"%e":function(v){return f(v.he,2," ")},"%g":function(v){return q(v).toString().substring(2)},"%G":function(v){return q(v)},"%H":function(v){return k(v.re, +2)},"%I":function(v){v=v.re;0==v?v=12:12v.re?"AM":"PM"},"%S":function(v){return k(v.Bf,2)},"%t":function(){return"\t"},"%u":function(v){return v.se||7},"%U":function(v){var D=new Date(v.Qd+1900,0,1),I=0===D.getDay()?D:Id(D,7-D.getDay());v=new Date(v.Qd+1900,v.ce,v.he);return 0> +l(I,v)?k(Math.ceil((31-I.getDate()+(Fd(Ed(v.getFullYear())?Gd:Hd,v.getMonth()-1)-31)+v.getDate())/7),2):0===l(I,D)?"01":"00"},"%V":function(v){var D=new Date(v.Qd+1901,0,4),I=n(new Date(v.Qd+1900,0,4));D=n(D);var R=Id(new Date(v.Qd+1900,0,1),v.te);return 0>l(R,I)?"53":0>=l(D,R)?"01":k(Math.ceil((I.getFullYear()l(I,v)?k(Math.ceil((31-I.getDate()+(Fd(Ed(v.getFullYear())?Gd:Hd,v.getMonth()-1)-31)+v.getDate())/7),2):0===l(I,D)?"01":"00"},"%y":function(v){return(v.Qd+1900).toString().substring(2)},"%Y":function(v){return v.Qd+1900},"%z":function(v){v=v.zf;var D=0<=v;v=Math.abs(v)/60;return(D?"+":"-")+String("0000"+(v/60*100+v%60)).slice(-4)},"%Z":function(v){return v.Cf},"%%":function(){return"%"}};for(y in x)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),x[y](e)));y=Kd(c); +if(y.length>b)return 0;ab.set(y,a);return y.length-1}Mb=r.InternalError=Fb("InternalError");for(var Ld=Array(256),Md=0;256>Md;++Md)Ld[Md]=String.fromCharCode(Md);Rb=Ld;Sb=r.BindingError=Fb("BindingError");ac.prototype.isAliasOf=function(a){if(!(this instanceof ac&&a instanceof ac))return!1;var b=this.Hd.Nd.Ld,c=this.Hd.Kd,e=a.Hd.Nd.Ld;for(a=a.Hd.Kd;b.Vd;)c=b.je(c),b=b.Vd;for(;e.Vd;)a=e.je(a),e=e.Vd;return b===e&&c===a}; +ac.prototype.clone=function(){this.Hd.Kd||Tb(this);if(this.Hd.ge)return this.Hd.count.value+=1,this;var a=Xb,b=Object,c=b.create,e=Object.getPrototypeOf(this),f=this.Hd;a=a(c.call(b,e,{Hd:{value:{count:f.count,ae:f.ae,ge:f.ge,Kd:f.Kd,Nd:f.Nd,Pd:f.Pd,Td:f.Td}}}));a.Hd.count.value+=1;a.Hd.ae=!1;return a};ac.prototype["delete"]=function(){this.Hd.Kd||Tb(this);this.Hd.ae&&!this.Hd.ge&&Q("Object already scheduled for deletion");Vb(this);Wb(this.Hd);this.Hd.ge||(this.Hd.Pd=void 0,this.Hd.Kd=void 0)}; +ac.prototype.isDeleted=function(){return!this.Hd.Kd};ac.prototype.deleteLater=function(){this.Hd.Kd||Tb(this);this.Hd.ae&&!this.Hd.ge&&Q("Object already scheduled for deletion");Zb.push(this);1===Zb.length&&Yb&&Yb($b);this.Hd.ae=!0;return this};wc.prototype.$e=function(a){this.Ie&&(a=this.Ie(a));return a};wc.prototype.Ce=function(a){this.Wd&&this.Wd(a)};wc.prototype.argPackAdvance=8;wc.prototype.readValueFromPointer=zb;wc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +wc.prototype.fromWireType=function(a){function b(){return this.ne?oc(this.Ld.be,{Nd:this.mf,Kd:c,Td:this,Pd:a}):oc(this.Ld.be,{Nd:this,Kd:a})}var c=this.$e(a);if(!c)return this.Ce(a),null;var e=nc(this.Ld,c);if(void 0!==e){if(0===e.Hd.count.value)return e.Hd.Kd=c,e.Hd.Pd=a,e.clone();e=e.clone();this.Ce(a);return e}e=this.Ld.Ze(c);e=bc[e];if(!e)return b.call(this);e=this.me?e.Se:e.pointerType;var f=lc(c,this.Ld,e.Ld);return null===f?b.call(this):this.ne?oc(e.Ld.be,{Nd:e,Kd:f,Td:this,Pd:a}):oc(e.Ld.be, +{Nd:e,Kd:f})};r.getInheritedInstanceCount=function(){return Object.keys(mc).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in mc)mc.hasOwnProperty(b)&&a.push(mc[b]);return a};r.flushPendingDeletes=$b;r.setDelayFunction=function(a){Yb=a;Zb.length&&Yb&&Yb($b)};zc=r.UnboundTypeError=Fb("UnboundTypeError");r.count_emval_handles=function(){for(var a=0,b=5;bNd;++Nd)rd.push(Array(Nd));var Od=new Float32Array(288);for(Nd=0;288>Nd;++Nd)zd[Nd]=Od.subarray(0,Nd+1);var Pd=new Int32Array(288);for(Nd=0;288>Nd;++Nd)Ad[Nd]=Pd.subarray(0,Nd+1);function Kd(a){var b=Array(ka(a)+1);la(a,b,0,b.length);return b} +var ee={K:function(a){return vd(a+16)+16},J:function(a,b,c){(new sb(a)).gf(b,c);tb++;throw a;},W:function(){return 0},tb:function(){},rb:function(){},vb:function(){return 0},ob:function(a,b,c,e,f,k){k<<=12;if(0!==(e&16)&&0!==a%65536)b=-28;else if(0!==(e&32)){a=65536*Math.ceil(b/65536);var l=Qd(65536,a);l?(B.fill(0,l,l+a),a=l):a=0;a?(ub[a]={lf:a,kf:b,Re:!0,fd:f,Hf:c,flags:e,offset:k},b=a):b=-48}else b=-52;return b},nb:function(a,b){var c=ub[a];0!==b&&c?(b===c.kf&&(ub[a]=null,c.Re&&Cc(c.lf)),a=0):a= +-28;return a},wb:function(){},sb:function(){},C:function(a){var b=xb[a];delete xb[a];var c=b.ze,e=b.Wd,f=b.Fe,k=f.map(function(l){return l.df}).concat(f.map(function(l){return l.wf}));Ob([a],k,function(l){var n={};f.forEach(function(q,x){var y=l[x],C=q.bf,E=q.cf,v=l[x+f.length],D=q.vf,I=q.xf;n[q.Ye]={read:function(R){return y.fromWireType(C(E,R))},write:function(R,Z){var da=[];D(I,R,v.toWireType(da,Z));yb(da)}}});return[{name:b.name,fromWireType:function(q){var x={},y;for(y in n)x[y]=n[y].read(q); +e(q);return x},toWireType:function(q,x){for(var y in n)if(!(y in x))throw new TypeError('Missing field: "'+y+'"');var C=c();for(y in n)n[y].write(C,x[y]);null!==q&&q.push(e,C);return C},argPackAdvance:8,readValueFromPointer:zb,Sd:e}]})},ib:function(){},yb:function(a,b,c,e,f){var k=Qb(c);b=P(b);Pb(a,{name:b,fromWireType:function(l){return!!l},toWireType:function(l,n){return n?e:f},argPackAdvance:8,readValueFromPointer:function(l){if(1===c)var n=ab;else if(2===c)n=Ua;else if(4===c)n=G;else throw new TypeError("Unknown boolean type size: "+ +b);return this.fromWireType(n[l>>k])},Sd:null})},n:function(a,b,c,e,f,k,l,n,q,x,y,C,E){y=P(y);k=T(f,k);n&&(n=T(l,n));x&&(x=T(q,x));E=T(C,E);var v=Db(y);dc(v,function(){Dc("Cannot construct "+y+" due to unbound types",[e])});Ob([a,b,c],e?[e]:[],function(D){D=D[0];if(e){var I=D.Ld;var R=I.be}else R=ac.prototype;D=Eb(v,function(){if(Object.getPrototypeOf(this)!==Z)throw new Sb("Use 'new' to construct "+y);if(void 0===da.Xd)throw new Sb(y+" has no accessible constructor");var Ma=da.Xd[arguments.length]; +if(void 0===Ma)throw new Sb("Tried to invoke ctor of "+y+" with invalid number of parameters ("+arguments.length+") - expected ("+Object.keys(da.Xd).toString()+") parameters instead!");return Ma.apply(this,arguments)});var Z=Object.create(R,{constructor:{value:D}});D.prototype=Z;var da=new ec(y,D,Z,E,I,k,n,x);I=new wc(y,da,!0,!1,!1);R=new wc(y+"*",da,!1,!1,!1);var ua=new wc(y+" const*",da,!1,!0,!1);bc[a]={pointerType:R,Se:ua};xc(v,D);return[I,R,ua]})},g:function(a,b,c,e,f,k,l){var n=Fc(c,e);b=P(b); +k=T(f,k);Ob([],[a],function(q){function x(){Dc("Cannot call "+y+" due to unbound types",n)}q=q[0];var y=q.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var C=q.Ld.constructor;void 0===C[b]?(x.Zd=c-1,C[b]=x):(cc(C,b,y),C[b].Od[c-1]=x);Ob([],n,function(E){E=[E[0],null].concat(E.slice(1));E=Ec(y,E,null,k,l);void 0===C[b].Od?(E.Zd=c-1,C[b]=E):C[b].Od[c-1]=E;return[]});return[]})},A:function(a,b,c,e,f,k){0{Dc("Cannot construct "+n.name+" due to unbound types",l)};Ob([],l,function(x){x.splice(1,0,null);n.Ld.Xd[b-1]=Ec(q,x,null,f,k);return[]});return[]})},a:function(a,b,c,e,f,k,l,n){var q=Fc(c,e);b=P(b); +k=T(f,k);Ob([],[a],function(x){function y(){Dc("Cannot call "+C+" due to unbound types",q)}x=x[0];var C=x.name+"."+b;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);n&&x.Ld.nf.push(b);var E=x.Ld.be,v=E[b];void 0===v||void 0===v.Od&&v.className!==x.name&&v.Zd===c-2?(y.Zd=c-2,y.className=x.name,E[b]=y):(cc(E,b,C),E[b].Od[c-2]=y);Ob([],q,function(D){D=Ec(C,D,x,k,l);void 0===E[b].Od?(D.Zd=c-2,E[b]=D):E[b].Od[c-2]=D;return[]});return[]})},s:function(a,b,c){a=P(a);Ob([],[b],function(e){e=e[0];r[a]=e.fromWireType(c); +return[]})},xb:function(a,b){b=P(b);Pb(a,{name:b,fromWireType:function(c){var e=Jc(c);Ic(c);return e},toWireType:function(c,e){return jc(e)},argPackAdvance:8,readValueFromPointer:zb,Sd:null})},k:function(a,b,c,e){function f(){}c=Qb(c);b=P(b);f.values={};Pb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k,l){return l.value},argPackAdvance:8,readValueFromPointer:Kc(b,c,e),Sd:null});dc(b,f)},d:function(a,b,c){var e=Lc(a,"enum");b=P(b);a=e.constructor; +e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Eb(e.name+"_"+b,function(){})}});a.values[c]=e;a[b]=e},Z:function(a,b,c){c=Qb(c);b=P(b);Pb(a,{name:b,fromWireType:function(e){return e},toWireType:function(e,f){return f},argPackAdvance:8,readValueFromPointer:Mc(b,c),Sd:null})},v:function(a,b,c,e,f,k){var l=Fc(b,c);a=P(a);f=T(e,f);dc(a,function(){Dc("Cannot call "+a+" due to unbound types",l)},b-1);Ob([],l,function(n){n=[n[0],null].concat(n.slice(1));xc(a,Ec(a,n,null,f,k), +b-1);return[]})},E:function(a,b,c,e,f){b=P(b);-1===f&&(f=4294967295);f=Qb(c);var k=n=>n;if(0===e){var l=32-8*c;k=n=>n<>>l}c=b.includes("unsigned")?function(n,q){return q>>>0}:function(n,q){return q};Pb(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Nc(b,f,0!==e),Sd:null})},u:function(a,b,c){function e(k){k>>=2;var l=J;return new f($a,l[k+1],l[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=P(c);Pb(a,{name:c, +fromWireType:e,argPackAdvance:8,readValueFromPointer:e},{ff:!0})},r:function(a,b,c,e,f,k,l,n,q,x,y,C){c=P(c);k=T(f,k);n=T(l,n);x=T(q,x);C=T(y,C);Ob([a],[b],function(E){E=E[0];return[new wc(c,E.Ld,!1,!1,!0,E,e,k,n,x,C)]})},Y:function(a,b){b=P(b);var c="std::string"===b;Pb(a,{name:b,fromWireType:function(e){var f=J[e>>2];if(c)for(var k=e+4,l=0;l<=f;++l){var n=e+4+l;if(l==f||0==B[n]){k=Pa(k,n-k);if(void 0===q)var q=k;else q+=String.fromCharCode(0),q+=k;k=n+1}}else{q=Array(f);for(l=0;lka(f):()=>f.length)(),n=vd(4+l+1);J[n>>2]=l;if(c&&k)la(f,B,n+4,l+1);else if(k)for(k=0;kTa;var n=1}else 4===b&&(e=Xa,f=Ya,k=Za,l=()=>J,n=2);Pb(a,{name:c,fromWireType:function(q){for(var x=J[q>>2],y=l(),C,E=q+4,v=0;v<=x;++v){var D=q+4+v*b;if(v==x||0==y[D>>n])E=e(E,D-E),void 0===C?C=E:(C+=String.fromCharCode(0),C+=E),E=D+b}Cc(q);return C},toWireType:function(q,x){"string"!==typeof x&&Q("Cannot pass non-string to C++ string type "+ +c);var y=k(x),C=vd(4+y+b);J[C>>2]=y>>n;f(x,C+4,y+b);null!==q&&q.push(Cc,C);return C},argPackAdvance:8,readValueFromPointer:zb,Sd:function(q){Cc(q)}})},D:function(a,b,c,e,f,k){xb[a]={name:P(b),ze:T(c,e),Wd:T(f,k),Fe:[]}},f:function(a,b,c,e,f,k,l,n,q,x){xb[a].Fe.push({Ye:P(b),df:c,bf:T(e,f),cf:k,wf:l,vf:T(n,q),xf:x})},zb:function(a,b){b=P(b);Pb(a,{jf:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},lb:function(){throw"longjmp";},I:function(a,b,c){a=Jc(a);b=Lc(b,"emval::as"); +var e=[],f=jc(e);G[c>>2]=f;return b.toWireType(e,a)},L:function(a,b,c,e,f){a=Qc[a];b=Jc(b);c=Pc(c);var k=[];G[e>>2]=jc(k);return a(b,c,k,f)},B:function(a,b,c,e){a=Qc[a];b=Jc(b);c=Pc(c);a(b,c,null,e)},e:Ic,N:function(a){if(0===a)return jc(Rc());a=Pc(a);return jc(Rc()[a])},w:function(a,b){var c=Tc(a,b),e=c[0];b=e.name+"_$"+c.slice(1).map(function(l){return l.name}).join("_")+"$";var f=Uc[b];if(void 0!==f)return f;var k=Array(a-1);f=Sc((l,n,q,x)=>{for(var y=0,C=0;C>2]=28,-1;G[b>>2]=a/1E3|0;G[b+4>>2]=a%1E3*1E6|0;return 0},Sc:function(a){X.activeTexture(a)},Tc:function(a,b){X.attachShader(cd[a],fd[b])},Uc:function(a,b,c){X.bindAttribLocation(cd[a],b,Pa(c))},Vc:function(a,b){35051==a?X.we=b:35052==a&&(X.$d=b);X.bindBuffer(a,bd[b])},ca:function(a,b){X.bindFramebuffer(a, +dd[b])},Wb:function(a,b){X.bindRenderbuffer(a,ed[b])},Gb:function(a,b){X.bindSampler(a,hd[b])},Wc:function(a,b){X.bindTexture(a,fa[b])},oc:function(a){X.bindVertexArray(gd[a])},rc:function(a){X.bindVertexArray(gd[a])},Xc:function(a,b,c,e){X.blendColor(a,b,c,e)},Yc:function(a){X.blendEquation(a)},Zc:function(a,b){X.blendFunc(a,b)},Qb:function(a,b,c,e,f,k,l,n,q,x){X.blitFramebuffer(a,b,c,e,f,k,l,n,q,x)},_c:function(a,b,c,e){2<=u.version?c?X.bufferData(a,B,e,c,b):X.bufferData(a,b,e):X.bufferData(a,c? +B.subarray(c,c+b):b,e)},$c:function(a,b,c,e){2<=u.version?X.bufferSubData(a,b,B,e,c):X.bufferSubData(a,b,B.subarray(e,e+c))},Xb:function(a){return X.checkFramebufferStatus(a)},T:function(a){X.clear(a)},ba:function(a,b,c,e){X.clearColor(a,b,c,e)},V:function(a){X.clearStencil(a)},cb:function(a,b,c,e){return X.clientWaitSync(jd[a],b,(c>>>0)+4294967296*e)},ad:function(a,b,c,e){X.colorMask(!!a,!!b,!!c,!!e)},da:function(a){X.compileShader(fd[a])},ea:function(a,b,c,e,f,k,l,n){2<=u.version?X.$d?X.compressedTexImage2D(a, +b,c,e,f,k,l,n):X.compressedTexImage2D(a,b,c,e,f,k,B,n,l):X.compressedTexImage2D(a,b,c,e,f,k,n?B.subarray(n,n+l):null)},fa:function(a,b,c,e,f,k,l,n,q){2<=u.version?X.$d?X.compressedTexSubImage2D(a,b,c,e,f,k,l,n,q):X.compressedTexSubImage2D(a,b,c,e,f,k,l,B,q,n):X.compressedTexSubImage2D(a,b,c,e,f,k,l,q?B.subarray(q,q+n):null)},Ob:function(a,b,c,e,f){X.copyBufferSubData(a,b,c,e,f)},ga:function(a,b,c,e,f,k,l,n){X.copyTexSubImage2D(a,b,c,e,f,k,l,n)},ha:function(){var a=ea(cd),b=X.createProgram();b.name= +a;b.qe=b.oe=b.pe=0;b.Be=1;cd[a]=b;return a},ia:function(a){var b=ea(fd);fd[b]=X.createShader(a);return b},ja:function(a){X.cullFace(a)},ka:function(a,b){for(var c=0;c>2],f=bd[e];f&&(X.deleteBuffer(f),f.name=0,bd[e]=null,e==X.we&&(X.we=0),e==X.$d&&(X.$d=0))}},Yb:function(a,b){for(var c=0;c>2],f=dd[e];f&&(X.deleteFramebuffer(f),f.name=0,dd[e]=null)}},la:function(a){if(a){var b=cd[a];b?(X.deleteProgram(b),b.name=0,cd[a]=null):W(1281)}},Zb:function(a,b){for(var c= +0;c>2],f=ed[e];f&&(X.deleteRenderbuffer(f),f.name=0,ed[e]=null)}},Hb:function(a,b){for(var c=0;c>2],f=hd[e];f&&(X.deleteSampler(f),f.name=0,hd[e]=null)}},ma:function(a){if(a){var b=fd[a];b?(X.deleteShader(b),fd[a]=null):W(1281)}},Pb:function(a){if(a){var b=jd[a];b?(X.deleteSync(b),b.name=0,jd[a]=null):W(1281)}},na:function(a,b){for(var c=0;c>2],f=fa[e];f&&(X.deleteTexture(f),f.name=0,fa[e]=null)}},pc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(gd[e]);gd[e]=null}},sc:function(a,b){for(var c=0;c>2];X.deleteVertexArray(gd[e]);gd[e]=null}},oa:function(a){X.depthMask(!!a)},pa:function(a){X.disable(a)},qa:function(a){X.disableVertexAttribArray(a)},ra:function(a,b,c){X.drawArrays(a,b,c)},mc:function(a,b,c,e){X.drawArraysInstanced(a,b,c,e)},kc:function(a,b,c,e,f){X.De.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},ic:function(a,b){for(var c=rd[a],e=0;e>2];X.drawBuffers(c)}, +sa:function(a,b,c,e){X.drawElements(a,b,c,e)},nc:function(a,b,c,e,f){X.drawElementsInstanced(a,b,c,e,f)},lc:function(a,b,c,e,f,k,l){X.De.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a,b,c,e,f,k,l)},cc:function(a,b,c,e,f,k){X.drawElements(a,e,f,k)},ta:function(a){X.enable(a)},ua:function(a){X.enableVertexAttribArray(a)},Mb:function(a,b){return(a=X.fenceSync(a,b))?(b=ea(jd),a.name=b,jd[b]=a,b):0},va:function(){X.finish()},wa:function(){X.flush()},_b:function(a,b,c,e){X.framebufferRenderbuffer(a, +b,c,ed[e])},$b:function(a,b,c,e,f){X.framebufferTexture2D(a,b,c,fa[e],f)},xa:function(a){X.frontFace(a)},ya:function(a,b){sd(a,b,"createBuffer",bd)},ac:function(a,b){sd(a,b,"createFramebuffer",dd)},bc:function(a,b){sd(a,b,"createRenderbuffer",ed)},Ib:function(a,b){sd(a,b,"createSampler",hd)},za:function(a,b){sd(a,b,"createTexture",fa)},qc:function(a,b){sd(a,b,"createVertexArray",gd)},tc:function(a,b){sd(a,b,"createVertexArray",gd)},Sb:function(a){X.generateMipmap(a)},Aa:function(a,b,c){c?G[c>>2]= +X.getBufferParameter(a,b):W(1281)},Ba:function(){var a=X.getError()||nd;nd=0;return a},Ca:function(a,b){td(a,b,2)},Tb:function(a,b,c,e){a=X.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;G[e>>2]=a},O:function(a,b){td(a,b,0)},Da:function(a,b,c,e){a=X.getProgramInfoLog(cd[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Ea:function(a,b,c){if(c)if(a>=ad)W(1281);else if(a=cd[a],35716==b)a=X.getProgramInfoLog(a), +null===a&&(a="(unknown error)"),G[c>>2]=a.length+1;else if(35719==b){if(!a.qe)for(b=0;b>2]=a.qe}else if(35722==b){if(!a.oe)for(b=0;b>2]=a.oe}else if(35381==b){if(!a.pe)for(b=0;b>2]=a.pe}else G[c>>2]=X.getProgramParameter(a, +b);else W(1281)},Ub:function(a,b,c){c?G[c>>2]=X.getRenderbufferParameter(a,b):W(1281)},Fa:function(a,b,c,e){a=X.getShaderInfoLog(fd[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Db:function(a,b,c,e){a=X.getShaderPrecisionFormat(a,b);G[c>>2]=a.rangeMin;G[c+4>>2]=a.rangeMax;G[e>>2]=a.precision},Ga:function(a,b,c){c?35716==b?(a=X.getShaderInfoLog(fd[a]),null===a&&(a="(unknown error)"),G[c>>2]=a?a.length+1:0):35720==b?(a=X.getShaderSource(fd[a]),G[c>>2]=a?a.length+1:0):G[c>> +2]=X.getShaderParameter(fd[a],b):W(1281)},S:function(a){var b=kd[a];if(!b){switch(a){case 7939:b=X.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=ud(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=X.getParameter(a))||W(1280);b=b&&ud(b);break;case 7938:b=X.getParameter(7938);b=2<=u.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=ud(b);break;case 35724:b=X.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=ud(b);break;default:W(1280)}kd[a]=b}return b},bb:function(a,b){if(2>u.version)return W(1282),0;var c=ld[a];if(c)return 0>b||b>=c.length?(W(1281),0):c[b];switch(a){case 7939:return c=X.getSupportedExtensions()||[],c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return ud(e)}),c=ld[a]=c,0>b||b>=c.length?(W(1281),0):c[b];default:return W(1280),0}},Ha:function(a,b){b=Pa(b);if(a=cd[a]){var c=a,e=c.ie,f=c.Ke,k;if(!e)for(c.ie= +e={},c.Je={},k=0;k>>0,f=b.slice(0,k));if((f=a.Ke[f])&&e>2];X.invalidateFramebuffer(a,e)},Fb:function(a,b,c,e,f,k,l){for(var n= +rd[b],q=0;q>2];X.invalidateSubFramebuffer(a,n,e,f,k,l)},Nb:function(a){return X.isSync(jd[a])},Ia:function(a){return(a=fa[a])?X.isTexture(a):0},Ja:function(a){X.lineWidth(a)},Ka:function(a){a=cd[a];X.linkProgram(a);a.ie=0;a.Ke={}},gc:function(a,b,c,e,f,k){X.He.multiDrawArraysInstancedBaseInstanceWEBGL(a,G,b>>2,G,c>>2,G,e>>2,J,f>>2,k)},hc:function(a,b,c,e,f,k,l,n){X.He.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,G,b>>2,c,G,e>>2,G,f>>2,G,k>>2,J,l>>2,n)},La:function(a, +b){3317==a&&(md=b);X.pixelStorei(a,b)},jc:function(a){X.readBuffer(a)},Ma:function(a,b,c,e,f,k,l){if(2<=u.version)if(X.we)X.readPixels(a,b,c,e,f,k,l);else{var n=xd(k);X.readPixels(a,b,c,e,f,k,n,l>>31-Math.clz32(n.BYTES_PER_ELEMENT))}else(l=yd(k,f,c,e,l))?X.readPixels(a,b,c,e,f,k,l):W(1280)},Vb:function(a,b,c,e){X.renderbufferStorage(a,b,c,e)},Rb:function(a,b,c,e,f){X.renderbufferStorageMultisample(a,b,c,e,f)},Jb:function(a,b,c){X.samplerParameterf(hd[a],b,c)},Kb:function(a,b,c){X.samplerParameteri(hd[a], +b,c)},Lb:function(a,b,c){X.samplerParameteri(hd[a],b,G[c>>2])},Na:function(a,b,c,e){X.scissor(a,b,c,e)},Oa:function(a,b,c,e){for(var f="",k=0;k>2]:-1;f+=Pa(G[c+4*k>>2],0>l?void 0:l)}X.shaderSource(fd[a],f)},Pa:function(a,b,c){X.stencilFunc(a,b,c)},Qa:function(a,b,c,e){X.stencilFuncSeparate(a,b,c,e)},Ra:function(a){X.stencilMask(a)},Sa:function(a,b){X.stencilMaskSeparate(a,b)},Ta:function(a,b,c){X.stencilOp(a,b,c)},Ua:function(a,b,c,e){X.stencilOpSeparate(a,b,c,e)},Va:function(a, +b,c,e,f,k,l,n,q){if(2<=u.version)if(X.$d)X.texImage2D(a,b,c,e,f,k,l,n,q);else if(q){var x=xd(n);X.texImage2D(a,b,c,e,f,k,l,n,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texImage2D(a,b,c,e,f,k,l,n,null);else X.texImage2D(a,b,c,e,f,k,l,n,q?yd(n,l,e,f,q):null)},Wa:function(a,b,c){X.texParameterf(a,b,c)},Xa:function(a,b,c){X.texParameterf(a,b,N[c>>2])},Ya:function(a,b,c){X.texParameteri(a,b,c)},Za:function(a,b,c){X.texParameteri(a,b,G[c>>2])},dc:function(a,b,c,e,f){X.texStorage2D(a,b,c,e,f)},_a:function(a, +b,c,e,f,k,l,n,q){if(2<=u.version)if(X.$d)X.texSubImage2D(a,b,c,e,f,k,l,n,q);else if(q){var x=xd(n);X.texSubImage2D(a,b,c,e,f,k,l,n,x,q>>31-Math.clz32(x.BYTES_PER_ELEMENT))}else X.texSubImage2D(a,b,c,e,f,k,l,n,null);else x=null,q&&(x=yd(n,l,f,k,q)),X.texSubImage2D(a,b,c,e,f,k,l,n,x)},$a:function(a,b){X.uniform1f(Y(a),b)},ab:function(a,b,c){if(2<=u.version)X.uniform1fv(Y(a),N,c>>2,b);else{if(288>=b)for(var e=zd[b-1],f=0;f>2];else e=N.subarray(c>>2,c+4*b>>2);X.uniform1fv(Y(a),e)}}, +Oc:function(a,b){X.uniform1i(Y(a),b)},Pc:function(a,b,c){if(2<=u.version)X.uniform1iv(Y(a),G,c>>2,b);else{if(288>=b)for(var e=Ad[b-1],f=0;f>2];else e=G.subarray(c>>2,c+4*b>>2);X.uniform1iv(Y(a),e)}},Qc:function(a,b,c){X.uniform2f(Y(a),b,c)},Rc:function(a,b,c){if(2<=u.version)X.uniform2fv(Y(a),N,c>>2,2*b);else{if(144>=b)for(var e=zd[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);X.uniform2fv(Y(a),e)}},Nc:function(a,b,c){X.uniform2i(Y(a), +b,c)},Mc:function(a,b,c){if(2<=u.version)X.uniform2iv(Y(a),G,c>>2,2*b);else{if(144>=b)for(var e=Ad[2*b-1],f=0;f<2*b;f+=2)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2];else e=G.subarray(c>>2,c+8*b>>2);X.uniform2iv(Y(a),e)}},Lc:function(a,b,c,e){X.uniform3f(Y(a),b,c,e)},Kc:function(a,b,c){if(2<=u.version)X.uniform3fv(Y(a),N,c>>2,3*b);else{if(96>=b)for(var e=zd[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);X.uniform3fv(Y(a),e)}},Jc:function(a, +b,c,e){X.uniform3i(Y(a),b,c,e)},Ic:function(a,b,c){if(2<=u.version)X.uniform3iv(Y(a),G,c>>2,3*b);else{if(96>=b)for(var e=Ad[3*b-1],f=0;f<3*b;f+=3)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2];else e=G.subarray(c>>2,c+12*b>>2);X.uniform3iv(Y(a),e)}},Hc:function(a,b,c,e,f){X.uniform4f(Y(a),b,c,e,f)},Gc:function(a,b,c){if(2<=u.version)X.uniform4fv(Y(a),N,c>>2,4*b);else{if(72>=b){var e=zd[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);X.uniform4fv(Y(a),e)}},uc:function(a,b,c,e,f){X.uniform4i(Y(a),b,c,e,f)},vc:function(a,b,c){if(2<=u.version)X.uniform4iv(Y(a),G,c>>2,4*b);else{if(72>=b)for(var e=Ad[4*b-1],f=0;f<4*b;f+=4)e[f]=G[c+4*f>>2],e[f+1]=G[c+(4*f+4)>>2],e[f+2]=G[c+(4*f+8)>>2],e[f+3]=G[c+(4*f+12)>>2];else e=G.subarray(c>>2,c+16*b>>2);X.uniform4iv(Y(a),e)}},wc:function(a,b,c,e){if(2<=u.version)X.uniformMatrix2fv(Y(a),!!c,N,e>>2,4*b);else{if(72>=b)for(var f=zd[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);X.uniformMatrix2fv(Y(a),!!c,f)}},xc:function(a,b,c,e){if(2<=u.version)X.uniformMatrix3fv(Y(a),!!c,N,e>>2,9*b);else{if(32>=b)for(var f=zd[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);X.uniformMatrix3fv(Y(a),!!c,f)}},yc:function(a,b,c,e){if(2<=u.version)X.uniformMatrix4fv(Y(a),!!c,N,e>>2,16*b);else{if(18>=b){var f=zd[16*b-1],k=N;e>>=2;for(var l=0;l<16*b;l+=16){var n=e+l;f[l]=k[n];f[l+1]=k[n+1];f[l+2]=k[n+2];f[l+3]=k[n+3];f[l+4]=k[n+4];f[l+5]=k[n+5];f[l+6]=k[n+6];f[l+7]=k[n+7];f[l+8]=k[n+8];f[l+9]=k[n+9];f[l+10]=k[n+10];f[l+11]=k[n+11];f[l+12]=k[n+12];f[l+13]=k[n+13];f[l+14]=k[n+14];f[l+15]=k[n+15]}}else f=N.subarray(e>>2,e+64*b>>2);X.uniformMatrix4fv(Y(a),!!c,f)}}, +zc:function(a){a=cd[a];X.useProgram(a);X.Te=a},Ac:function(a,b){X.vertexAttrib1f(a,b)},Bc:function(a,b){X.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Cc:function(a,b){X.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])},Dc:function(a,b){X.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},ec:function(a,b){X.vertexAttribDivisor(a,b)},fc:function(a,b,c,e,f){X.vertexAttribIPointer(a,b,c,e,f)},Ec:function(a,b,c,e,f,k){X.vertexAttribPointer(a,b,c,!!e,f,k)},Fc:function(a,b,c,e){X.viewport(a,b,c,e)},db:function(a, +b,c,e){X.waitSync(jd[a],b,(c>>>0)+4294967296*e)},mb:function(a){var b=B.length;a>>>=0;if(2147483648=c;c*=2){var e=b*(1+.2/c);e=Math.min(e,a+100663296);e=Math.max(a,e);0>>16);cb();var f=1;break a}catch(k){}f=void 0}if(f)return!0}return!1},fb:function(){return u?u.ef:0},pb:function(a,b){var c=0;Cd().forEach(function(e,f){var k=b+c;f=G[a+4*f>>2]=k;for(k=0;k>0]=e.charCodeAt(k); +ab[f>>0]=0;c+=e.length+1});return 0},qb:function(a,b){var c=Cd();G[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});G[b>>2]=e;return 0},Ab:function(a){if(!(noExitRuntime||0>2]=b;return 0},ub:function(a,b,c,e){a=wb.af(a);b=wb.Ve(a,b,c);G[e>>2]=b;return 0},hb:function(){},U:function(a,b,c,e){for(var f=0,k=0;k>2],n=G[b+4>>2];b+=8;for(var q= +0;q>2]=f;return 0},b:function(){return Ha},q:Sd,o:Td,l:Ud,R:Vd,$:Wd,_:Xd,z:Yd,y:Zd,t:$d,x:ae,aa:be,Bb:ce,Cb:de,c:function(a){Ha=a},jb:function(a,b,c,e){return Jd(a,b,c,e)}}; +(function(){function a(f){r.asm=f.exports;Ka=r.asm.bd;cb();db=r.asm.dd;fb.unshift(r.asm.cd);jb--;r.monitorRunDependencies&&r.monitorRunDependencies(jb);0==jb&&(null!==kb&&(clearInterval(kb),kb=null),lb&&(f=lb,lb=null,f()))}function b(f){a(f.instance)}function c(f){return qb().then(function(k){return WebAssembly.instantiate(k,e)}).then(function(k){return k}).then(f,function(k){Fa("failed to asynchronously prepare wasm: "+k);Ja(k)})}var e={a:ee};jb++;r.monitorRunDependencies&&r.monitorRunDependencies(jb); +if(r.instantiateWasm)try{return r.instantiateWasm(e,a)}catch(f){return Fa("Module.instantiateWasm callback failed with error: "+f),!1}(function(){return Ia||"function"!==typeof WebAssembly.instantiateStreaming||mb()||nb.startsWith("file://")||"function"!==typeof fetch?c(b):fetch(nb,{credentials:"same-origin"}).then(function(f){return WebAssembly.instantiateStreaming(f,e).then(b,function(k){Fa("wasm streaming compile failed: "+k);Fa("falling back to ArrayBuffer instantiation");return c(b)})})})().catch(ca); +return{}})();r.___wasm_call_ctors=function(){return(r.___wasm_call_ctors=r.asm.cd).apply(null,arguments)};var Rd=r.___errno_location=function(){return(Rd=r.___errno_location=r.asm.ed).apply(null,arguments)},Cc=r._free=function(){return(Cc=r._free=r.asm.fd).apply(null,arguments)},vd=r._malloc=function(){return(vd=r._malloc=r.asm.gd).apply(null,arguments)},Bc=r.___getTypeName=function(){return(Bc=r.___getTypeName=r.asm.hd).apply(null,arguments)}; +r.___embind_register_native_and_builtin_types=function(){return(r.___embind_register_native_and_builtin_types=r.asm.id).apply(null,arguments)};var Qd=r._memalign=function(){return(Qd=r._memalign=r.asm.jd).apply(null,arguments)},fe=r._setThrew=function(){return(fe=r._setThrew=r.asm.kd).apply(null,arguments)},ge=r.stackSave=function(){return(ge=r.stackSave=r.asm.ld).apply(null,arguments)},he=r.stackRestore=function(){return(he=r.stackRestore=r.asm.md).apply(null,arguments)}; +r.dynCall_viji=function(){return(r.dynCall_viji=r.asm.nd).apply(null,arguments)};r.dynCall_vijiii=function(){return(r.dynCall_vijiii=r.asm.od).apply(null,arguments)};r.dynCall_viiiiij=function(){return(r.dynCall_viiiiij=r.asm.pd).apply(null,arguments)};r.dynCall_jii=function(){return(r.dynCall_jii=r.asm.qd).apply(null,arguments)};r.dynCall_vij=function(){return(r.dynCall_vij=r.asm.rd).apply(null,arguments)};r.dynCall_iiij=function(){return(r.dynCall_iiij=r.asm.sd).apply(null,arguments)}; +r.dynCall_iiiij=function(){return(r.dynCall_iiiij=r.asm.td).apply(null,arguments)};r.dynCall_viij=function(){return(r.dynCall_viij=r.asm.ud).apply(null,arguments)};r.dynCall_viiij=function(){return(r.dynCall_viiij=r.asm.vd).apply(null,arguments)};r.dynCall_ji=function(){return(r.dynCall_ji=r.asm.wd).apply(null,arguments)};r.dynCall_iij=function(){return(r.dynCall_iij=r.asm.xd).apply(null,arguments)};r.dynCall_jiiii=function(){return(r.dynCall_jiiii=r.asm.yd).apply(null,arguments)}; +r.dynCall_jiiiiii=function(){return(r.dynCall_jiiiiii=r.asm.zd).apply(null,arguments)};r.dynCall_jiiiiji=function(){return(r.dynCall_jiiiiji=r.asm.Ad).apply(null,arguments)};r.dynCall_iijj=function(){return(r.dynCall_iijj=r.asm.Bd).apply(null,arguments)};r.dynCall_jiji=function(){return(r.dynCall_jiji=r.asm.Cd).apply(null,arguments)};r.dynCall_viijii=function(){return(r.dynCall_viijii=r.asm.Dd).apply(null,arguments)};r.dynCall_iiiiij=function(){return(r.dynCall_iiiiij=r.asm.Ed).apply(null,arguments)}; +r.dynCall_iiiiijj=function(){return(r.dynCall_iiiiijj=r.asm.Fd).apply(null,arguments)};r.dynCall_iiiiiijj=function(){return(r.dynCall_iiiiiijj=r.asm.Gd).apply(null,arguments)};function ae(a,b,c,e,f){var k=ge();try{O(a)(b,c,e,f)}catch(l){he(k);if(l!==l+0&&"longjmp"!==l)throw l;fe(1,0)}}function Td(a,b,c){var e=ge();try{return O(a)(b,c)}catch(f){he(e);if(f!==f+0&&"longjmp"!==f)throw f;fe(1,0)}}function Zd(a,b,c){var e=ge();try{O(a)(b,c)}catch(f){he(e);if(f!==f+0&&"longjmp"!==f)throw f;fe(1,0)}} +function Sd(a,b){var c=ge();try{return O(a)(b)}catch(e){he(c);if(e!==e+0&&"longjmp"!==e)throw e;fe(1,0)}}function Yd(a,b){var c=ge();try{O(a)(b)}catch(e){he(c);if(e!==e+0&&"longjmp"!==e)throw e;fe(1,0)}}function Ud(a,b,c,e){var f=ge();try{return O(a)(b,c,e)}catch(k){he(f);if(k!==k+0&&"longjmp"!==k)throw k;fe(1,0)}}function $d(a,b,c,e){var f=ge();try{O(a)(b,c,e)}catch(k){he(f);if(k!==k+0&&"longjmp"!==k)throw k;fe(1,0)}} +function be(a,b,c,e,f,k){var l=ge();try{O(a)(b,c,e,f,k)}catch(n){he(l);if(n!==n+0&&"longjmp"!==n)throw n;fe(1,0)}}function Wd(a,b,c,e,f,k,l){var n=ge();try{return O(a)(b,c,e,f,k,l)}catch(q){he(n);if(q!==q+0&&"longjmp"!==q)throw q;fe(1,0)}}function Vd(a,b,c,e,f){var k=ge();try{return O(a)(b,c,e,f)}catch(l){he(k);if(l!==l+0&&"longjmp"!==l)throw l;fe(1,0)}}function de(a,b,c,e,f,k,l,n,q,x){var y=ge();try{O(a)(b,c,e,f,k,l,n,q,x)}catch(C){he(y);if(C!==C+0&&"longjmp"!==C)throw C;fe(1,0)}} +function ce(a,b,c,e,f,k,l){var n=ge();try{O(a)(b,c,e,f,k,l)}catch(q){he(n);if(q!==q+0&&"longjmp"!==q)throw q;fe(1,0)}}function Xd(a,b,c,e,f,k,l,n,q,x){var y=ge();try{return O(a)(b,c,e,f,k,l,n,q,x)}catch(C){he(y);if(C!==C+0&&"longjmp"!==C)throw C;fe(1,0)}}var ie;function Ea(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}lb=function je(){ie||ke();ie||(lb=je)}; +function ke(){function a(){if(!ie&&(ie=!0,r.calledRun=!0,!La)){rb(fb);ba(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();hb.unshift(b)}rb(hb)}}if(!(0 { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(skwasm) { + skwasm = skwasm || {}; + + +function e(){h.buffer!=l&&q(h.buffer);return aa}function r(){h.buffer!=l&&q(h.buffer);return ba}function u(){h.buffer!=l&&q(h.buffer);return ca}function ea(){h.buffer!=l&&q(h.buffer);return fa}function w(){h.buffer!=l&&q(h.buffer);return ha}function ia(){h.buffer!=l&&q(h.buffer);return ja}null;var y;y||(y=typeof skwasm !== 'undefined' ? skwasm : {});var ka=Object.assign,la,ma;y.ready=new Promise(function(a,b){la=a;ma=b}); +var na=ka({},y),oa="./this.program",pa=(a,b)=>{throw b;},qa="object"===typeof window,z="function"===typeof importScripts,A="object"===typeof process&&"object"===typeof process.versions&&"string"===typeof process.versions.node,B=y.ENVIRONMENT_IS_PTHREAD||!1,D="";function ra(a){return y.locateFile?y.locateFile(a,D):D+a}var sa,ta,ua,fs,va,wa; +if(A){D=z?require("path").dirname(D)+"/":__dirname+"/";wa=()=>{va||(fs=require("fs"),va=require("path"))};sa=function(b,c){wa();b=va.normalize(b);return fs.readFileSync(b,c?null:"utf8")};ua=b=>{b=sa(b,!0);b.buffer||(b=new Uint8Array(b));return b};ta=(b,c,d)=>{wa();b=va.normalize(b);fs.readFile(b,function(f,g){f?d(f):c(g.buffer)})};1{if(ya())throw process.exitCode=b,c;c instanceof xa||E("exiting due to exception: "+c);process.exit(b)};y.inspect=function(){return"[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(qa||z)z?D=self.location.href:"undefined"!==typeof document&&document.currentScript&&(D=document.currentScript.src), +_scriptDir&&(D=_scriptDir),0!==D.indexOf("blob:")?D=D.substr(0,D.replace(/[?#].*/,"").lastIndexOf("/")+1):D="",A||(sa=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},z&&(ua=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),ta=(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)});A&&"undefined"===typeof performance&&(global.performance=require("perf_hooks").performance);var za=console.log.bind(console),Aa=console.warn.bind(console);A&&(wa(),za=a=>fs.writeSync(1,a+"\n"),Aa=a=>fs.writeSync(2,a+"\n"));var Ba=y.print||za,E=y.printErr||Aa;ka(y,na);na=null;y.thisProgram&&(oa=y.thisProgram);y.quit&&(pa=y.quit);var Ca,Da=0,Ea;y.wasmBinary&&(Ea=y.wasmBinary);var noExitRuntime=y.noExitRuntime||!0;"object"!==typeof WebAssembly&&Fa("no native wasm support detected"); +var h,Ga,Ha=!1;function Ia(a){var b=new TextDecoder(a);this.decode=c=>{c.buffer instanceof SharedArrayBuffer&&(c=new Uint8Array(c));return b.decode.call(b,c)}}var Ja="undefined"!==typeof TextDecoder?new Ia("utf8"):void 0; +function Ka(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}function F(a,b){return a?Ka(r(),a,b):""} +function La(a,b,c,d){if(!(0=k){var n=a.charCodeAt(++g);k=65536+((k&1023)<<10)|n&1023}if(127>=k){if(c>=d)break;b[c++]=k}else{if(2047>=k){if(c+1>=d)break;b[c++]=192|k>>6}else{if(65535>=k){if(c+2>=d)break;b[c++]=224|k>>12}else{if(c+3>=d)break;b[c++]=240|k>>18;b[c++]=128|k>>12&63}b[c++]=128|k>>6&63}b[c++]=128|k&63}}b[c]=0;return c-f}function Ma(a,b,c){return La(a,r(),b,c)} +function Na(a){for(var b=0,c=0;c=d&&(d=65536+((d&1023)<<10)|a.charCodeAt(++c)&1023);127>=d?++b:b=2047>=d?b+2:65535>=d?b+3:b+4}return b}"undefined"!==typeof TextDecoder&&new Ia("utf-16le");function Oa(a,b){e().set(a,b)}var l,aa,ba,Pa,Qa,ca,fa,ha,ja;B&&(l=y.buffer); +function q(a){l=a;y.HEAP8=aa=new Int8Array(a);y.HEAP16=Pa=new Int16Array(a);y.HEAP32=ca=new Int32Array(a);y.HEAPU8=ba=new Uint8Array(a);y.HEAPU16=Qa=new Uint16Array(a);y.HEAPU32=fa=new Uint32Array(a);y.HEAPF32=ha=new Float32Array(a);y.HEAPF64=ja=new Float64Array(a)}var Ra=y.INITIAL_MEMORY||16777216; +if(B)h=y.wasmMemory,l=y.buffer;else if(y.wasmMemory)h=y.wasmMemory;else if(h=new WebAssembly.Memory({initial:Ra/65536,maximum:32768,shared:!0}),!(h.buffer instanceof SharedArrayBuffer))throw E("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"),A&&console.log("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and also use a recent version)"), +Error("bad memory");h&&(l=h.buffer);Ra=l.byteLength;q(l);var Sa,Ta=[],Ua=[],Va=[],Wa=0;function ya(){return noExitRuntime||0>2]=0,M.ea(b.worker))} +var M={j:[],D:[],U:[],sa:function(){for(var a=0;1>a;++a)M.W()},ta:function(){M.receiveObjectTransfer=M.wa;M.threadInit=M.ga;M.setExitStatus=M.ya},i:{},ya:function(){},fa:function(){for(var a in M.i){var b=M.i[a];b&&b.worker&&M.ea(b.worker)}for(a=0;a>2]=0;try{a()}finally{u()[hb>>2]=1}},wa:function(a){if("undefined"!==typeof ib){for(var b in a.M)N[b]= +a.M[b];!y.canvas&&a.o&&N[a.o]&&(y.canvas=N[a.o].l,y.canvas.id=a.o)}},ga:function(){for(var a in M.U)M.U[a]()},aa:function(a,b){a.onmessage=c=>{c=c.data;var d=c.cmd;a.s&&(M.la=a.s.T);if(c.targetThread&&c.targetThread!=jb()){var f=M.i[c.Ta];f?f.worker.postMessage(c,c.transferList):E('Internal error! Worker sent a message "'+d+'" to target pthread '+c.targetThread+", but that thread no longer exists!")}else if("processQueuedMainThreadWork"===d)kb();else if("spawnThread"===d)lb(c);else if("cleanupThread"=== +d)fb(c.thread);else if("killThread"===d)c=c.thread,u()[c>>2]=0,d=M.i[c],delete M.i[c],d.worker.terminate(),gb(c),M.D.splice(M.D.indexOf(d.worker),1),d.worker.s=void 0;else if("cancelThread"===d)M.i[c.thread].worker.postMessage({cmd:"cancel"});else if("loaded"===d)a.loaded=!0,b&&b(a),a.C&&(a.C(),delete a.C);else if("print"===d)Ba("Thread "+c.threadId+": "+c.text);else if("printErr"===d)E("Thread "+c.threadId+": "+c.text);else if("alert"===d)alert("Thread "+c.threadId+": "+c.text);else if("setimmediate"=== +c.target)a.postMessage(c);else if("onAbort"===d){if(y.onAbort)y.onAbort(c.arg)}else E("worker sent an unknown command "+d);M.la=void 0};a.onerror=c=>{E("worker sent an error! "+c.filename+":"+c.lineno+": "+c.message);throw c;};A&&(a.on("message",function(c){a.onmessage({data:c})}),a.on("error",function(c){a.onerror(c)}),a.on("detachedExit",function(){}));a.postMessage({cmd:"load",urlOrBlob:y.mainScriptUrlOrBlob||_scriptDir,wasmMemory:h,wasmModule:Ga})},W:function(){var a=ra("skwasm.worker.js");M.j.push(new Worker(a))}, +oa:function(){0==M.j.length&&(M.W(),M.aa(M.j[0]));return M.j.pop()}};y.establishStackSpace=function(){var a=jb(),b=u()[a+44>>2];a=u()[a+48>>2];mb(b,b-a);L(b)};function nb(a){if(B)return O(1,0,a);try{ob(a)}catch(b){b instanceof xa||"unwind"==b||pa(1,b)}}function J(a){return Sa.get(a)}y.invokeEntryPoint=function(a,b){return J(a)(b)};var pb;pb=A?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:B?()=>performance.now()-y.__performance_now_clock_drift:()=>performance.now(); +function qb(a){this.B=a-16;this.Da=function(b){u()[this.B+4>>2]=b};this.Aa=function(b){u()[this.B+8>>2]=b};this.Ba=function(){u()[this.B>>2]=0};this.za=function(){var b=0;e()[this.B+12>>0]=b};this.Ca=function(){var b=0;e()[this.B+13>>0]=b};this.qa=function(b,c){this.Da(b);this.Aa(c);this.Ba();this.za();this.Ca()}}var rb=0; +function lb(a){var b=M.oa();if(!b)return 6;M.D.push(b);var c=M.i[a.S]={worker:b,T:a.S};b.s=c;var d={cmd:"run",start_routine:a.Ea,arg:a.A,threadInfoStruct:a.S};d.o=a.o;d.M=a.M;b.C=()=>{d.time=performance.now();b.postMessage(d,a.Ja)};b.loaded&&(b.C(),delete b.C);return 0}var sb={},tb=[null,[],[]],ub={};function vb(a,b,c){return B?O(2,1,a,b,c):0}function wb(a,b){if(B)return O(3,1,a,b)}function xb(a,b,c){return B?O(4,1,a,b,c):0} +function yb(a,b,c,d,f,g){if(B)b=O(5,1,a,b,c,d,f,g);else if(g<<=12,0!==(d&16)&&0!==a%65536)b=-28;else if(0!==(d&32)){var k=65536*Math.ceil(b/65536);(a=zb(65536,k))?r().fill(0,a,a+k):a=0;a?(sb[a]={va:a,ua:b,ja:!0,fd:f,Qa:c,flags:d,offset:g},b=a):b=-48}else b=-52;return b}function Ab(a,b){if(B)a=O(6,1,a,b);else{var c=sb[a];0!==b&&c?(b===c.ua&&(sb[a]=null,c.ja&&Bb(c.va)),a=0):a=-28}return a}function Cb(a,b,c){if(B)return O(7,1,a,b,c)} +function Db(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,d){b.vertexAttribDivisorANGLE(c,d)},a.drawArraysInstanced=function(c,d,f,g){b.drawArraysInstancedANGLE(c,d,f,g)},a.drawElementsInstanced=function(c,d,f,g,k){b.drawElementsInstancedANGLE(c,d,f,g,k)})} +function Eb(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 Fb(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,d){b.drawBuffersWEBGL(c,d)})} +var Gb=1,Hb=[],P=[],Ib=[],Jb=[],Kb=[],Q=[],R=[],Lb={},N={},Mb=[],Nb=[],Ob={},Pb={},Qb=4;function S(a){Rb||(Rb=a)}function Sb(a){for(var b=Gb++,c=a.length;c>2]=jb();var d={Na:c,attributes:b,version:b.ba,v:a};a.canvas&&(a.canvas.H=d);Lb[c]=d;("undefined"===typeof b.Z||b.Z)&&Wb(d);return c} +function Wb(a){a||(a=T);if(!a.ra){a.ra=!0;var b=a.v;Db(b);Eb(b);Fb(b);b.X=b.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");b.da=b.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");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");b.Pa=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var ib={},Rb,T,Xb=[];function Yb(a,b,c,d){for(var f=0;f>2]=k}} +function Zb(a,b,c){if(b){var d=void 0;switch(a){case 36346:d=1;break;case 36344:0!=c&&1!=c&&S(1280);return;case 34814:case 36345:d=0;break;case 34466:var f=U.getParameter(34467);d=f?f.length:0;break;case 33309:if(2>T.version){S(1282);return}d=2*(U.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>T.version){S(1280);return}d=33307==a?3:0}if(void 0===d)switch(f=U.getParameter(a),typeof f){case "number":d=f;break;case "boolean":d=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:d=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:w()[b+4*a>>2]=f[a];break;case 4:e()[b+a>>0]=f[a]?1:0}return}try{d=f.name| +0}catch(g){S(1280);E("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+g+")");return}}break;default:S(1280);E("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;ea()[b>>2]=c;ea()[b+4>>2]=(c-ea()[b>>2])/4294967296;break;case 0:u()[b>>2]=d;break;case 2:w()[b>>2]=d;break;case 4:e()[b>>0]=d?1:0}}else S(1281)} +function $b(a){var b=Na(a)+1,c=Vb(b);Ma(a,c,b);return c}function ac(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function bc(a){a-=5120;0==a?a=e():1==a?a=r():2==a?(h.buffer!=l&&q(h.buffer),a=Pa):4==a?a=u():6==a?a=w():5==a||28922==a||28520==a||30779==a||30782==a?a=ea():(h.buffer!=l&&q(h.buffer),a=Qa);return a} +function cc(a,b,c,d,f){a=bc(a);var g=31-Math.clz32(a.BYTES_PER_ELEMENT),k=Qb;return a.subarray(f>>g,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<>g)}function V(a){var b=U.ka;if(b){var c=b.G[a];"number"===typeof c&&(b.G[a]=c=U.getUniformLocation(b,b.ha[a]+(0>3,k=0;k>2]=g;u()[f+4>>2]=c;u()[f+8>>2]=d;ic(a,657457152,0,g,f)})}function jc(a){a=2>2]=b,u()[d.g+4>>2]=c);if(d.l||!d.I)d.l&&(d=d.l),a=!1,d.H&&d.H.v&&(a=d.H.v.getParameter(2978),a=0===a[0]&&0===a[1]&&a[2]===d.width&&a[3]===d.height),d.width=b,d.height=c,a&&d.H.v.viewport(0,0,b,c);else return d.g?(d=u()[d.g+8>>2],a=a?F(a):"",hc(d,a,b,c),1):-4;return 0}function lc(a,b,c){return B?O(8,1,a,b,c):kc(a,b,c)}var mc=["default","low-power","high-performance"]; +function nc(a,b){b>>=2;var c=u()[b+6];b={alpha:!!u()[b],depth:!!u()[b+1],stencil:!!u()[b+2],antialias:!!u()[b+3],premultipliedAlpha:!!u()[b+4],preserveDrawingBuffer:!!u()[b+5],powerPreference:mc[c],failIfMajorPerformanceCaveat:!!u()[b+7],ba:u()[b+8],Oa:u()[b+9],Z:u()[b+10],na:u()[b+11],Ra:u()[b+12],Sa:u()[b+13]};a=jc(a);if(!a)return 0;a.l&&(a=a.l);if(b.na){if(!(a.transferControlToOffscreen||"undefined"!==typeof OffscreenCanvas&&a instanceof OffscreenCanvas))return 0;if(a.transferControlToOffscreen){if(!a.I)N[a.id]= +{canvas:a.transferControlToOffscreen(),g:Vb(12),id:a.id},a.I=!0;else if(!N[a.id])return 0;a=N[a.id]}}return Tb(a,b)}var pc={};function qc(){if(!rc){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",_:oa||"./this.program"},b;for(b in pc)void 0===pc[b]?delete a[b]:a[b]=pc[b];var c=[];for(b in a)c.push(b+"="+a[b]);rc=c}return rc}var rc; +function sc(a,b){if(B)return O(9,1,a,b);var c=0;qc().forEach(function(d,f){var g=b+c;f=u()[a+4*f>>2]=g;for(g=0;g>0]=d.charCodeAt(g);e()[f>>0]=0;c+=d.length+1});return 0}function tc(a,b){if(B)return O(10,1,a,b);var c=qc();u()[a>>2]=c.length;var d=0;c.forEach(function(f){d+=f.length+1});u()[b>>2]=d;return 0}function uc(a){return B?O(11,1,a):0}function vc(a,b,c,d,f,g){if(B)return O(12,1,a,b,c,d,f,g);a=ub.pa(a);b=ub.ma(a,b,c,d);u()[g>>2]=b;return 0} +function wc(a,b,c,d){if(B)return O(13,1,a,b,c,d);a=ub.pa(a);b=ub.ma(a,b,c);u()[d>>2]=b;return 0}function xc(a,b,c,d,f){if(B)return O(14,1,a,b,c,d,f)}function yc(a,b,c,d){if(B)return O(15,1,a,b,c,d);for(var f=0,g=0;g>2],n=u()[b+4>>2];b+=8;for(var p=0;p>2]=f;return 0}function zc(a){return 0===a%4&&(0!==a%100||0===a%400)}function Ac(a,b){for(var c=0,d=0;d<=b;c+=a[d++]);return c} +var Bc=[31,29,31,30,31,30,31,31,30,31,30,31],Cc=[31,28,31,30,31,30,31,31,30,31,30,31];function Dc(a,b){for(a=new Date(a.getTime());0d-a.getDate())b-=d-a.getDate()+1,a.setDate(1),11>c?a.setMonth(c+1):(a.setMonth(0),a.setFullYear(a.getFullYear()+1));else{a.setDate(a.getDate()+b);break}}return a} +function Ec(a,b,c,d){function f(m,x,C){for(m="number"===typeof m?m.toString():m||"";m.lengthoc?-1:0=k(C,m)?0>=k(x,m)?m.getFullYear()+1:m.getFullYear():m.getFullYear()-1}var t=u()[d+40>>2];d={Ha:u()[d>>2],Ga:u()[d+4>>2],N:u()[d+8>>2],F:u()[d+12>>2],u:u()[d+16>>2],h:u()[d+20>>2],O:u()[d+24>>2],P:u()[d+28>>2],Ua:u()[d+32>> +2],Fa:u()[d+36>>2],Ia:t?F(t):""};c=F(c);t={"%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 v in t)c=c.replace(new RegExp(v,"g"),t[v]);var Y="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "), +G="January February March April May June July August September October November December".split(" ");t={"%a":function(m){return Y[m.O].substring(0,3)},"%A":function(m){return Y[m.O]},"%b":function(m){return G[m.u].substring(0,3)},"%B":function(m){return G[m.u]},"%C":function(m){return g((m.h+1900)/100|0,2)},"%d":function(m){return g(m.F,2)},"%e":function(m){return f(m.F,2," ")},"%g":function(m){return p(m).toString().substring(2)},"%G":function(m){return p(m)},"%H":function(m){return g(m.N,2)},"%I":function(m){m= +m.N;0==m?m=12:12m.N?"AM":"PM"},"%S":function(m){return g(m.Ha,2)},"%t":function(){return"\t"},"%u":function(m){return m.O||7},"%U":function(m){var x=new Date(m.h+1900,0,1),C=0===x.getDay()?x:Dc(x,7-x.getDay());m=new Date(m.h+1900,m.u,m.F);return 0>k(C,m)?g(Math.ceil((31-C.getDate()+ +(Ac(zc(m.getFullYear())?Bc:Cc,m.getMonth()-1)-31)+m.getDate())/7),2):0===k(C,x)?"01":"00"},"%V":function(m){var x=new Date(m.h+1901,0,4),C=n(new Date(m.h+1900,0,4));x=n(x);var da=Dc(new Date(m.h+1900,0,1),m.P);return 0>k(da,C)?"53":0>=k(x,da)?"01":g(Math.ceil((C.getFullYear()k(C,m)? +g(Math.ceil((31-C.getDate()+(Ac(zc(m.getFullYear())?Bc:Cc,m.getMonth()-1)-31)+m.getDate())/7),2):0===k(C,x)?"01":"00"},"%y":function(m){return(m.h+1900).toString().substring(2)},"%Y":function(m){return m.h+1900},"%z":function(m){m=m.Fa;var x=0<=m;m=Math.abs(m)/60;return(x?"+":"-")+String("0000"+(m/60*100+m%60)).slice(-4)},"%Z":function(m){return m.Ia},"%%":function(){return"%"}};for(v in t)c.includes(v)&&(c=c.replace(new RegExp(v,"g"),t[v](d)));v=Fc(c);if(v.length>b)return 0;Oa(v,a);return v.length- +1}B||M.sa();for(var U,X=0;32>X;++X)Xb.push(Array(X));var Gc=new Float32Array(288);for(X=0;288>X;++X)W[X]=Gc.subarray(0,X+1);var Hc=new Int32Array(288);for(X=0;288>X;++X)dc[X]=Hc.subarray(0,X+1);var Ic=[null,nb,vb,wb,xb,yb,Ab,Cb,lc,sc,tc,uc,vc,wc,xc,yc];function Fc(a){var b=Array(Na(a)+1);La(a,b,0,b.length);return b} +var bd={__cxa_allocate_exception:function(a){return Vb(a+16)+16},__cxa_throw:function(a,b,c){(new qb(a)).qa(b,c);rb++;throw a;},__emscripten_init_main_thread_js:function(a){Jc(a,!z,1,!qa);M.ga()},__emscripten_thread_cleanup:function(a){B?postMessage({cmd:"cleanupThread",thread:a}):fb(a)},__pthread_create_js:function(a,b,c,d){if("undefined"===typeof SharedArrayBuffer)return E("Current environment does not support SharedArrayBuffer, pthreads are not available!"),6;var f=[],g=0,k=b?u()[b+40>>2]:0;-1== +k?k="#canvas":k&&(k=F(k).trim());k&&(k=k.split(","));var n={},p=y.canvas?y.canvas.id:"",t;for(t in k){var v=k[t].trim();try{if("#canvas"==v){if(!y.canvas){E('pthread_create: could not find canvas with ID "'+v+'" to transfer to thread!');g=28;break}v=y.canvas.id}if(N[v]){var Y=N[v];N[v]=null;y.canvas instanceof OffscreenCanvas&&v===y.canvas.id&&(y.canvas=null)}else if(!B){var G=y.canvas&&y.canvas.id===v?y.canvas:document.querySelector(v);if(!G){E('pthread_create: could not find canvas with ID "'+v+ +'" to transfer to thread!');g=28;break}if(G.I){E('pthread_create: cannot transfer canvas with ID "'+v+'" to thread, since the current thread does not have control over it!');g=63;break}if(G.transferControlToOffscreen)G.g||(G.g=Vb(12),u()[G.g>>2]=G.width,u()[G.g+4>>2]=G.height,u()[G.g+8>>2]=0),Y={l:G.transferControlToOffscreen(),g:G.g,id:G.id},G.I=!0;else return E('pthread_create: cannot transfer control of canvas "'+v+'" to pthread, because current browser does not support OffscreenCanvas!'),E("pthread_create: Build with -s OFFSCREEN_FRAMEBUFFER=1 to enable fallback proxying of GL commands from pthread to main thread."), +52}Y&&(f.push(Y.l),n[Y.id]=Y)}catch(m){return E('pthread_create: failed to transfer control of canvas "'+v+'" to OffscreenCanvas! Error: '+m),28}}if(B&&(0===f.length||g))return Kc(687865856,a,b,c,d);if(g)return g;for(t in n)u()[n[t].g+8>>2]=a;a={Ea:c,S:a,A:d,o:p,M:n,Ja:f};return B?(a.Ka="spawnThread",postMessage(a,f),0):lb(a)},__syscall_fcntl64:vb,__syscall_fstat64:wb,__syscall_ioctl:xb,__syscall_mmap2:yb,__syscall_munmap:Ab,__syscall_open:Cb,_emscripten_default_pthread_stack_size:function(){return 2097152}, +_emscripten_futex_wait_non_blocking:function(a,b,c){var d=performance.now();c=d+c;for(Atomics.exchange(u(),Lc>>2,a);;){d=performance.now();if(d>c)return Atomics.exchange(u(),Lc>>2,0),-73;d=Atomics.exchange(u(),Lc>>2,0);if(0==d)break;kb();if(Atomics.load(u(),a>>2)!=b)return-6;Atomics.exchange(u(),Lc>>2,a)}return 0},_emscripten_notify_thread_queue:function(a,b){if(a==b)postMessage({cmd:"processQueuedMainThreadWork"});else if(B)postMessage({targetThread:a,cmd:"processThreadQueue"});else{a=(a=M.i[a])&& +a.worker;if(!a)return;a.postMessage({cmd:"processThreadQueue"})}return 1},_emscripten_throw_longjmp:function(){throw"longjmp";},abort:function(){Fa("")},clock_gettime:function(a,b){if(0===a)a=Date.now();else if(1===a||4===a)a=pb();else return u()[Mc()>>2]=28,-1;u()[b>>2]=a/1E3|0;u()[b+4>>2]=a%1E3*1E6|0;return 0},emscripten_check_blocking_allowed:function(){A||z||(Ca||(Ca={}),Ca["Blocking on the main thread is very dangerous, see https://emscripten.org/docs/porting/pthreads.html#blocking-on-the-main-browser-thread"]|| +(Ca["Blocking on the main thread is very dangerous, see https://emscripten.org/docs/porting/pthreads.html#blocking-on-the-main-browser-thread"]=1,E("Blocking on the main thread is very dangerous, see https://emscripten.org/docs/porting/pthreads.html#blocking-on-the-main-browser-thread")))},emscripten_get_now:pb,emscripten_glActiveTexture:function(a){U.activeTexture(a)},emscripten_glAttachShader:function(a,b){U.attachShader(P[a],Q[b])},emscripten_glBindAttribLocation:function(a,b,c){U.bindAttribLocation(P[a], +b,F(c))},emscripten_glBindBuffer:function(a,b){35051==a?U.R=b:35052==a&&(U.m=b);U.bindBuffer(a,Hb[b])},emscripten_glBindFramebuffer:function(a,b){U.bindFramebuffer(a,Ib[b])},emscripten_glBindRenderbuffer:function(a,b){U.bindRenderbuffer(a,Jb[b])},emscripten_glBindSampler:function(a,b){U.bindSampler(a,Mb[b])},emscripten_glBindTexture:function(a,b){U.bindTexture(a,Kb[b])},emscripten_glBindVertexArray:function(a){U.bindVertexArray(R[a])},emscripten_glBindVertexArrayOES:function(a){U.bindVertexArray(R[a])}, +emscripten_glBlendColor:function(a,b,c,d){U.blendColor(a,b,c,d)},emscripten_glBlendEquation:function(a){U.blendEquation(a)},emscripten_glBlendFunc:function(a,b){U.blendFunc(a,b)},emscripten_glBlitFramebuffer:function(a,b,c,d,f,g,k,n,p,t){U.blitFramebuffer(a,b,c,d,f,g,k,n,p,t)},emscripten_glBufferData:function(a,b,c,d){2<=T.version?c?U.bufferData(a,r(),d,c,b):U.bufferData(a,b,d):U.bufferData(a,c?r().subarray(c,c+b):b,d)},emscripten_glBufferSubData:function(a,b,c,d){2<=T.version?U.bufferSubData(a,b, +r(),d,c):U.bufferSubData(a,b,r().subarray(d,d+c))},emscripten_glCheckFramebufferStatus:function(a){return U.checkFramebufferStatus(a)},emscripten_glClear:function(a){U.clear(a)},emscripten_glClearColor:function(a,b,c,d){U.clearColor(a,b,c,d)},emscripten_glClearStencil:function(a){U.clearStencil(a)},emscripten_glClientWaitSync:function(a,b,c,d){return U.clientWaitSync(Nb[a],b,(c>>>0)+4294967296*d)},emscripten_glColorMask:function(a,b,c,d){U.colorMask(!!a,!!b,!!c,!!d)},emscripten_glCompileShader:function(a){U.compileShader(Q[a])}, +emscripten_glCompressedTexImage2D:function(a,b,c,d,f,g,k,n){2<=T.version?U.m?U.compressedTexImage2D(a,b,c,d,f,g,k,n):U.compressedTexImage2D(a,b,c,d,f,g,r(),n,k):U.compressedTexImage2D(a,b,c,d,f,g,n?r().subarray(n,n+k):null)},emscripten_glCompressedTexSubImage2D:function(a,b,c,d,f,g,k,n,p){2<=T.version?U.m?U.compressedTexSubImage2D(a,b,c,d,f,g,k,n,p):U.compressedTexSubImage2D(a,b,c,d,f,g,k,r(),p,n):U.compressedTexSubImage2D(a,b,c,d,f,g,k,p?r().subarray(p,p+n):null)},emscripten_glCopyBufferSubData:function(a, +b,c,d,f){U.copyBufferSubData(a,b,c,d,f)},emscripten_glCopyTexSubImage2D:function(a,b,c,d,f,g,k,n){U.copyTexSubImage2D(a,b,c,d,f,g,k,n)},emscripten_glCreateProgram:function(){var a=Sb(P),b=U.createProgram();b.name=a;b.L=b.J=b.K=0;b.V=1;P[a]=b;return a},emscripten_glCreateShader:function(a){var b=Sb(Q);Q[b]=U.createShader(a);return b},emscripten_glCullFace:function(a){U.cullFace(a)},emscripten_glDeleteBuffers:function(a,b){for(var c=0;c>2],f=Hb[d];f&&(U.deleteBuffer(f),f.name= +0,Hb[d]=null,d==U.R&&(U.R=0),d==U.m&&(U.m=0))}},emscripten_glDeleteFramebuffers:function(a,b){for(var c=0;c>2],f=Ib[d];f&&(U.deleteFramebuffer(f),f.name=0,Ib[d]=null)}},emscripten_glDeleteProgram:function(a){if(a){var b=P[a];b?(U.deleteProgram(b),b.name=0,P[a]=null):S(1281)}},emscripten_glDeleteRenderbuffers:function(a,b){for(var c=0;c>2],f=Jb[d];f&&(U.deleteRenderbuffer(f),f.name=0,Jb[d]=null)}},emscripten_glDeleteSamplers:function(a,b){for(var c=0;c< +a;c++){var d=u()[b+4*c>>2],f=Mb[d];f&&(U.deleteSampler(f),f.name=0,Mb[d]=null)}},emscripten_glDeleteShader:function(a){if(a){var b=Q[a];b?(U.deleteShader(b),Q[a]=null):S(1281)}},emscripten_glDeleteSync:function(a){if(a){var b=Nb[a];b?(U.deleteSync(b),b.name=0,Nb[a]=null):S(1281)}},emscripten_glDeleteTextures:function(a,b){for(var c=0;c>2],f=Kb[d];f&&(U.deleteTexture(f),f.name=0,Kb[d]=null)}},emscripten_glDeleteVertexArrays:function(a,b){for(var c=0;c> +2];U.deleteVertexArray(R[d]);R[d]=null}},emscripten_glDeleteVertexArraysOES:function(a,b){for(var c=0;c>2];U.deleteVertexArray(R[d]);R[d]=null}},emscripten_glDepthMask:function(a){U.depthMask(!!a)},emscripten_glDisable:function(a){U.disable(a)},emscripten_glDisableVertexAttribArray:function(a){U.disableVertexAttribArray(a)},emscripten_glDrawArrays:function(a,b,c){U.drawArrays(a,b,c)},emscripten_glDrawArraysInstanced:function(a,b,c,d){U.drawArraysInstanced(a,b,c,d)},emscripten_glDrawArraysInstancedBaseInstanceWEBGL:function(a, +b,c,d,f){U.X.drawArraysInstancedBaseInstanceWEBGL(a,b,c,d,f)},emscripten_glDrawBuffers:function(a,b){for(var c=Xb[a],d=0;d>2];U.drawBuffers(c)},emscripten_glDrawElements:function(a,b,c,d){U.drawElements(a,b,c,d)},emscripten_glDrawElementsInstanced:function(a,b,c,d,f){U.drawElementsInstanced(a,b,c,d,f)},emscripten_glDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,d,f,g,k){U.X.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a,b,c,d,f,g,k)},emscripten_glDrawRangeElements:function(a, +b,c,d,f,g){U.drawElements(a,d,f,g)},emscripten_glEnable:function(a){U.enable(a)},emscripten_glEnableVertexAttribArray:function(a){U.enableVertexAttribArray(a)},emscripten_glFenceSync:function(a,b){return(a=U.fenceSync(a,b))?(b=Sb(Nb),a.name=b,Nb[b]=a,b):0},emscripten_glFinish:function(){U.finish()},emscripten_glFlush:function(){U.flush()},emscripten_glFramebufferRenderbuffer:function(a,b,c,d){U.framebufferRenderbuffer(a,b,c,Jb[d])},emscripten_glFramebufferTexture2D:function(a,b,c,d,f){U.framebufferTexture2D(a, +b,c,Kb[d],f)},emscripten_glFrontFace:function(a){U.frontFace(a)},emscripten_glGenBuffers:function(a,b){Yb(a,b,"createBuffer",Hb)},emscripten_glGenFramebuffers:function(a,b){Yb(a,b,"createFramebuffer",Ib)},emscripten_glGenRenderbuffers:function(a,b){Yb(a,b,"createRenderbuffer",Jb)},emscripten_glGenSamplers:function(a,b){Yb(a,b,"createSampler",Mb)},emscripten_glGenTextures:function(a,b){Yb(a,b,"createTexture",Kb)},emscripten_glGenVertexArrays:function(a,b){Yb(a,b,"createVertexArray",R)},emscripten_glGenVertexArraysOES:function(a, +b){Yb(a,b,"createVertexArray",R)},emscripten_glGenerateMipmap:function(a){U.generateMipmap(a)},emscripten_glGetBufferParameteriv:function(a,b,c){c?u()[c>>2]=U.getBufferParameter(a,b):S(1281)},emscripten_glGetError:function(){var a=U.getError()||Rb;Rb=0;return a},emscripten_glGetFloatv:function(a,b){Zb(a,b,2)},emscripten_glGetFramebufferAttachmentParameteriv:function(a,b,c,d){a=U.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;u()[d>> +2]=a},emscripten_glGetIntegerv:function(a,b){Zb(a,b,0)},emscripten_glGetProgramInfoLog:function(a,b,c,d){a=U.getProgramInfoLog(P[a]);null===a&&(a="(unknown error)");b=0>2]=b)},emscripten_glGetProgramiv:function(a,b,c){if(c)if(a>=Gb)S(1281);else if(a=P[a],35716==b)a=U.getProgramInfoLog(a),null===a&&(a="(unknown error)"),u()[c>>2]=a.length+1;else if(35719==b){if(!a.L)for(b=0;b> +2]=a.L}else if(35722==b){if(!a.J)for(b=0;b>2]=a.J}else if(35381==b){if(!a.K)for(b=0;b>2]=a.K}else u()[c>>2]=U.getProgramParameter(a,b);else S(1281)},emscripten_glGetRenderbufferParameteriv:function(a,b,c){c?u()[c>>2]=U.getRenderbufferParameter(a,b):S(1281)},emscripten_glGetShaderInfoLog:function(a,b,c, +d){a=U.getShaderInfoLog(Q[a]);null===a&&(a="(unknown error)");b=0>2]=b)},emscripten_glGetShaderPrecisionFormat:function(a,b,c,d){a=U.getShaderPrecisionFormat(a,b);u()[c>>2]=a.rangeMin;u()[c+4>>2]=a.rangeMax;u()[d>>2]=a.precision},emscripten_glGetShaderiv:function(a,b,c){c?35716==b?(a=U.getShaderInfoLog(Q[a]),null===a&&(a="(unknown error)"),a=a?a.length+1:0,u()[c>>2]=a):35720==b?(a=(a=U.getShaderSource(Q[a]))?a.length+1:0,u()[c>>2]=a):u()[c>>2]=U.getShaderParameter(Q[a], +b):S(1281)},emscripten_glGetString:function(a){var b=Ob[a];if(!b){switch(a){case 7939:b=U.getSupportedExtensions()||[];b=b.concat(b.map(function(d){return"GL_"+d}));b=$b(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=U.getParameter(a))||S(1280);b=b&&$b(b);break;case 7938:b=U.getParameter(7938);b=2<=T.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=$b(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=$b(b);break;default:S(1280)}Ob[a]=b}return b},emscripten_glGetStringi:function(a,b){if(2>T.version)return S(1282),0;var c=Pb[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(d){return"GL_"+d})),c=c.map(function(d){return $b(d)}),c=Pb[a]=c,0>b||b>=c.length?(S(1281),0):c[b];default:return S(1280),0}},emscripten_glGetUniformLocation:function(a,b){b=F(b);if(a=P[a]){var c= +a,d=c.G,f=c.ia,g;if(!d)for(c.G=d={},c.ha={},g=0;g>>0,f=b.slice(0,g));if((f=a.ia[f])&&d>2];U.invalidateFramebuffer(a,d)},emscripten_glInvalidateSubFramebuffer:function(a,b,c,d,f,g,k){for(var n=Xb[b],p=0;p>2];U.invalidateSubFramebuffer(a,n,d,f,g,k)},emscripten_glIsSync:function(a){return U.isSync(Nb[a])},emscripten_glIsTexture:function(a){return(a=Kb[a])?U.isTexture(a):0},emscripten_glLineWidth:function(a){U.lineWidth(a)},emscripten_glLinkProgram:function(a){a=P[a];U.linkProgram(a);a.G=0;a.ia={}},emscripten_glMultiDrawArraysInstancedBaseInstanceWEBGL:function(a, +b,c,d,f,g){U.da.multiDrawArraysInstancedBaseInstanceWEBGL(a,u(),b>>2,u(),c>>2,u(),d>>2,ea(),f>>2,g)},emscripten_glMultiDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,d,f,g,k,n){U.da.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,u(),b>>2,c,u(),d>>2,u(),f>>2,u(),g>>2,ea(),k>>2,n)},emscripten_glPixelStorei:function(a,b){3317==a&&(Qb=b);U.pixelStorei(a,b)},emscripten_glReadBuffer:function(a){U.readBuffer(a)},emscripten_glReadPixels:function(a,b,c,d,f,g,k){if(2<=T.version)if(U.R)U.readPixels(a, +b,c,d,f,g,k);else{var n=bc(g);U.readPixels(a,b,c,d,f,g,n,k>>31-Math.clz32(n.BYTES_PER_ELEMENT))}else(k=cc(g,f,c,d,k))?U.readPixels(a,b,c,d,f,g,k):S(1280)},emscripten_glRenderbufferStorage:function(a,b,c,d){U.renderbufferStorage(a,b,c,d)},emscripten_glRenderbufferStorageMultisample:function(a,b,c,d,f){U.renderbufferStorageMultisample(a,b,c,d,f)},emscripten_glSamplerParameterf:function(a,b,c){U.samplerParameterf(Mb[a],b,c)},emscripten_glSamplerParameteri:function(a,b,c){U.samplerParameteri(Mb[a],b, +c)},emscripten_glSamplerParameteriv:function(a,b,c){c=u()[c>>2];U.samplerParameteri(Mb[a],b,c)},emscripten_glScissor:function(a,b,c,d){U.scissor(a,b,c,d)},emscripten_glShaderSource:function(a,b,c,d){for(var f="",g=0;g>2]:-1;f+=F(u()[c+4*g>>2],0>k?void 0:k)}U.shaderSource(Q[a],f)},emscripten_glStencilFunc:function(a,b,c){U.stencilFunc(a,b,c)},emscripten_glStencilFuncSeparate:function(a,b,c,d){U.stencilFuncSeparate(a,b,c,d)},emscripten_glStencilMask:function(a){U.stencilMask(a)}, +emscripten_glStencilMaskSeparate:function(a,b){U.stencilMaskSeparate(a,b)},emscripten_glStencilOp:function(a,b,c){U.stencilOp(a,b,c)},emscripten_glStencilOpSeparate:function(a,b,c,d){U.stencilOpSeparate(a,b,c,d)},emscripten_glTexImage2D:function(a,b,c,d,f,g,k,n,p){if(2<=T.version)if(U.m)U.texImage2D(a,b,c,d,f,g,k,n,p);else if(p){var t=bc(n);U.texImage2D(a,b,c,d,f,g,k,n,t,p>>31-Math.clz32(t.BYTES_PER_ELEMENT))}else U.texImage2D(a,b,c,d,f,g,k,n,null);else U.texImage2D(a,b,c,d,f,g,k,n,p?cc(n,k,d,f,p): +null)},emscripten_glTexParameterf:function(a,b,c){U.texParameterf(a,b,c)},emscripten_glTexParameterfv:function(a,b,c){c=w()[c>>2];U.texParameterf(a,b,c)},emscripten_glTexParameteri:function(a,b,c){U.texParameteri(a,b,c)},emscripten_glTexParameteriv:function(a,b,c){c=u()[c>>2];U.texParameteri(a,b,c)},emscripten_glTexStorage2D:function(a,b,c,d,f){U.texStorage2D(a,b,c,d,f)},emscripten_glTexSubImage2D:function(a,b,c,d,f,g,k,n,p){if(2<=T.version)if(U.m)U.texSubImage2D(a,b,c,d,f,g,k,n,p);else if(p){var t= +bc(n);U.texSubImage2D(a,b,c,d,f,g,k,n,t,p>>31-Math.clz32(t.BYTES_PER_ELEMENT))}else U.texSubImage2D(a,b,c,d,f,g,k,n,null);else t=null,p&&(t=cc(n,k,f,g,p)),U.texSubImage2D(a,b,c,d,f,g,k,n,t)},emscripten_glUniform1f:function(a,b){U.uniform1f(V(a),b)},emscripten_glUniform1fv:function(a,b,c){if(2<=T.version)U.uniform1fv(V(a),w(),c>>2,b);else{if(288>=b)for(var d=W[b-1],f=0;f>2];else d=w().subarray(c>>2,c+4*b>>2);U.uniform1fv(V(a),d)}},emscripten_glUniform1i:function(a,b){U.uniform1i(V(a), +b)},emscripten_glUniform1iv:function(a,b,c){if(2<=T.version)U.uniform1iv(V(a),u(),c>>2,b);else{if(288>=b)for(var d=dc[b-1],f=0;f>2];else d=u().subarray(c>>2,c+4*b>>2);U.uniform1iv(V(a),d)}},emscripten_glUniform2f:function(a,b,c){U.uniform2f(V(a),b,c)},emscripten_glUniform2fv:function(a,b,c){if(2<=T.version)U.uniform2fv(V(a),w(),c>>2,2*b);else{if(144>=b)for(var d=W[2*b-1],f=0;f<2*b;f+=2)d[f]=w()[c+4*f>>2],d[f+1]=w()[c+(4*f+4)>>2];else d=w().subarray(c>>2,c+8*b>>2);U.uniform2fv(V(a), +d)}},emscripten_glUniform2i:function(a,b,c){U.uniform2i(V(a),b,c)},emscripten_glUniform2iv:function(a,b,c){if(2<=T.version)U.uniform2iv(V(a),u(),c>>2,2*b);else{if(144>=b)for(var d=dc[2*b-1],f=0;f<2*b;f+=2)d[f]=u()[c+4*f>>2],d[f+1]=u()[c+(4*f+4)>>2];else d=u().subarray(c>>2,c+8*b>>2);U.uniform2iv(V(a),d)}},emscripten_glUniform3f:function(a,b,c,d){U.uniform3f(V(a),b,c,d)},emscripten_glUniform3fv:function(a,b,c){if(2<=T.version)U.uniform3fv(V(a),w(),c>>2,3*b);else{if(96>=b)for(var d=W[3*b-1],f=0;f<3* +b;f+=3)d[f]=w()[c+4*f>>2],d[f+1]=w()[c+(4*f+4)>>2],d[f+2]=w()[c+(4*f+8)>>2];else d=w().subarray(c>>2,c+12*b>>2);U.uniform3fv(V(a),d)}},emscripten_glUniform3i:function(a,b,c,d){U.uniform3i(V(a),b,c,d)},emscripten_glUniform3iv:function(a,b,c){if(2<=T.version)U.uniform3iv(V(a),u(),c>>2,3*b);else{if(96>=b)for(var d=dc[3*b-1],f=0;f<3*b;f+=3)d[f]=u()[c+4*f>>2],d[f+1]=u()[c+(4*f+4)>>2],d[f+2]=u()[c+(4*f+8)>>2];else d=u().subarray(c>>2,c+12*b>>2);U.uniform3iv(V(a),d)}},emscripten_glUniform4f:function(a,b, +c,d,f){U.uniform4f(V(a),b,c,d,f)},emscripten_glUniform4fv:function(a,b,c){if(2<=T.version)U.uniform4fv(V(a),w(),c>>2,4*b);else{if(72>=b){var d=W[4*b-1],f=w();c>>=2;for(var g=0;g<4*b;g+=4){var k=c+g;d[g]=f[k];d[g+1]=f[k+1];d[g+2]=f[k+2];d[g+3]=f[k+3]}}else d=w().subarray(c>>2,c+16*b>>2);U.uniform4fv(V(a),d)}},emscripten_glUniform4i:function(a,b,c,d,f){U.uniform4i(V(a),b,c,d,f)},emscripten_glUniform4iv:function(a,b,c){if(2<=T.version)U.uniform4iv(V(a),u(),c>>2,4*b);else{if(72>=b)for(var d=dc[4*b-1], +f=0;f<4*b;f+=4)d[f]=u()[c+4*f>>2],d[f+1]=u()[c+(4*f+4)>>2],d[f+2]=u()[c+(4*f+8)>>2],d[f+3]=u()[c+(4*f+12)>>2];else d=u().subarray(c>>2,c+16*b>>2);U.uniform4iv(V(a),d)}},emscripten_glUniformMatrix2fv:function(a,b,c,d){if(2<=T.version)U.uniformMatrix2fv(V(a),!!c,w(),d>>2,4*b);else{if(72>=b)for(var f=W[4*b-1],g=0;g<4*b;g+=4)f[g]=w()[d+4*g>>2],f[g+1]=w()[d+(4*g+4)>>2],f[g+2]=w()[d+(4*g+8)>>2],f[g+3]=w()[d+(4*g+12)>>2];else f=w().subarray(d>>2,d+16*b>>2);U.uniformMatrix2fv(V(a),!!c,f)}},emscripten_glUniformMatrix3fv:function(a, +b,c,d){if(2<=T.version)U.uniformMatrix3fv(V(a),!!c,w(),d>>2,9*b);else{if(32>=b)for(var f=W[9*b-1],g=0;g<9*b;g+=9)f[g]=w()[d+4*g>>2],f[g+1]=w()[d+(4*g+4)>>2],f[g+2]=w()[d+(4*g+8)>>2],f[g+3]=w()[d+(4*g+12)>>2],f[g+4]=w()[d+(4*g+16)>>2],f[g+5]=w()[d+(4*g+20)>>2],f[g+6]=w()[d+(4*g+24)>>2],f[g+7]=w()[d+(4*g+28)>>2],f[g+8]=w()[d+(4*g+32)>>2];else f=w().subarray(d>>2,d+36*b>>2);U.uniformMatrix3fv(V(a),!!c,f)}},emscripten_glUniformMatrix4fv:function(a,b,c,d){if(2<=T.version)U.uniformMatrix4fv(V(a),!!c,w(), +d>>2,16*b);else{if(18>=b){var f=W[16*b-1],g=w();d>>=2;for(var k=0;k<16*b;k+=16){var n=d+k;f[k]=g[n];f[k+1]=g[n+1];f[k+2]=g[n+2];f[k+3]=g[n+3];f[k+4]=g[n+4];f[k+5]=g[n+5];f[k+6]=g[n+6];f[k+7]=g[n+7];f[k+8]=g[n+8];f[k+9]=g[n+9];f[k+10]=g[n+10];f[k+11]=g[n+11];f[k+12]=g[n+12];f[k+13]=g[n+13];f[k+14]=g[n+14];f[k+15]=g[n+15]}}else f=w().subarray(d>>2,d+64*b>>2);U.uniformMatrix4fv(V(a),!!c,f)}},emscripten_glUseProgram:function(a){a=P[a];U.useProgram(a);U.ka=a},emscripten_glVertexAttrib1f:function(a,b){U.vertexAttrib1f(a, +b)},emscripten_glVertexAttrib2fv:function(a,b){U.vertexAttrib2f(a,w()[b>>2],w()[b+4>>2])},emscripten_glVertexAttrib3fv:function(a,b){U.vertexAttrib3f(a,w()[b>>2],w()[b+4>>2],w()[b+8>>2])},emscripten_glVertexAttrib4fv:function(a,b){U.vertexAttrib4f(a,w()[b>>2],w()[b+4>>2],w()[b+8>>2],w()[b+12>>2])},emscripten_glVertexAttribDivisor:function(a,b){U.vertexAttribDivisor(a,b)},emscripten_glVertexAttribIPointer:function(a,b,c,d,f){U.vertexAttribIPointer(a,b,c,d,f)},emscripten_glVertexAttribPointer:function(a, +b,c,d,f,g){U.vertexAttribPointer(a,b,c,!!d,f,g)},emscripten_glViewport:function(a,b,c,d){U.viewport(a,b,c,d)},emscripten_glWaitSync:function(a,b,c,d){U.waitSync(Nb[a],b,(c>>>0)+4294967296*d)},emscripten_receive_on_main_thread_js:function(a,b,c){gc.length=b;c>>=3;for(var d=0;da?cb[-a-1]:Ic[a]).apply(null,gc)},emscripten_resize_heap:function(a){var b=r().length;a>>>=0;if(a<=b||2147483648=c;c*=2){var d=b*(1+.2/c);d=Math.min(d,a+100663296);d=Math.max(a, +d);0>>16);q(h.buffer);var f=1;break a}catch(g){}f=void 0}if(f)return!0}return!1},emscripten_set_canvas_element_size:function(a,b,c){return jc(a)?kc(a,b,c):lc(a,b,c)},emscripten_unwind_to_js_event_loop:function(){throw"unwind";},emscripten_webgl_create_context:function(a,b){return nc(a,b)},emscripten_webgl_init_context_attributes:function(a){for(var b=a>>2,c=0;14>c;++c)u()[b+c]=0;u()[b]=u()[b+1]=u()[b+3]=u()[b+4]= +u()[b+8]=u()[b+10]=1;z&&(u()[a+48>>2]=1)},emscripten_webgl_make_context_current:function(a){T=Lb[a];y.La=U=T&&T.v;return!a||U?0:-5},environ_get:sc,environ_sizes_get:tc,exit:function(a){ob(a)},fd_close:uc,fd_pread:vc,fd_read:wc,fd_seek:xc,fd_write:yc,getTempRet0:function(){return Da},invoke_ii:Nc,invoke_iii:Oc,invoke_iiii:Pc,invoke_iiiii:Qc,invoke_iiiiii:Rc,invoke_iiiiiii:Sc,invoke_v:Tc,invoke_vi:Uc,invoke_vii:Vc,invoke_viii:Wc,invoke_viiii:Xc,invoke_viiiii:Yc,invoke_viiiiii:Zc,invoke_viiiiiii:$c, +invoke_viiiiiiii:ad,memory:h||y.wasmMemory,setTempRet0:function(a){Da=a},strftime_l:function(a,b,c,d){return Ec(a,b,c,d)}}; +(function(){function a(f,g){y.asm=f.exports;M.U.push(y.asm.emscripten_tls_init);Sa=y.asm.__indirect_function_table;Ua.unshift(y.asm.__wasm_call_ctors);Ga=g;if(!B){var k=M.j.length;M.j.forEach(function(n){M.aa(n,function(){if(!--k&&(H--,y.monitorRunDependencies&&y.monitorRunDependencies(H),0==H&&(null!==Ya&&(clearInterval(Ya),Ya=null),Za))){var p=Za;Za=null;p()}})})}}function b(f){a(f.instance,f.module)}function c(f){return bb().then(function(g){return WebAssembly.instantiate(g,d)}).then(function(g){return g}).then(f, +function(g){E("failed to asynchronously prepare wasm: "+g);Fa(g)})}var d={env:bd,wasi_snapshot_preview1:bd};B||(H++,y.monitorRunDependencies&&y.monitorRunDependencies(H));if(y.instantiateWasm)try{return y.instantiateWasm(d,a)}catch(f){return E("Module.instantiateWasm callback failed with error: "+f),!1}(function(){return Ea||"function"!==typeof WebAssembly.instantiateStreaming||$a()||I.startsWith("file://")||"function"!==typeof fetch?c(b):fetch(I,{credentials:"same-origin"}).then(function(f){return WebAssembly.instantiateStreaming(f, +d).then(b,function(g){E("wasm streaming compile failed: "+g);E("falling back to ArrayBuffer instantiation");return c(b)})})})().catch(ma);return{}})();y.___wasm_call_ctors=function(){return(y.___wasm_call_ctors=y.asm.__wasm_call_ctors).apply(null,arguments)};y._canvas_destroy=function(){return(y._canvas_destroy=y.asm.canvas_destroy).apply(null,arguments)};y._canvas_saveLayer=function(){return(y._canvas_saveLayer=y.asm.canvas_saveLayer).apply(null,arguments)}; +y._canvas_save=function(){return(y._canvas_save=y.asm.canvas_save).apply(null,arguments)};y._canvas_restore=function(){return(y._canvas_restore=y.asm.canvas_restore).apply(null,arguments)};y._canvas_restoreToCount=function(){return(y._canvas_restoreToCount=y.asm.canvas_restoreToCount).apply(null,arguments)};y._canvas_getSaveCount=function(){return(y._canvas_getSaveCount=y.asm.canvas_getSaveCount).apply(null,arguments)}; +y._canvas_translate=function(){return(y._canvas_translate=y.asm.canvas_translate).apply(null,arguments)};y._canvas_scale=function(){return(y._canvas_scale=y.asm.canvas_scale).apply(null,arguments)};y._canvas_rotate=function(){return(y._canvas_rotate=y.asm.canvas_rotate).apply(null,arguments)};y._canvas_skew=function(){return(y._canvas_skew=y.asm.canvas_skew).apply(null,arguments)};y._canvas_transform=function(){return(y._canvas_transform=y.asm.canvas_transform).apply(null,arguments)}; +y._canvas_clipRect=function(){return(y._canvas_clipRect=y.asm.canvas_clipRect).apply(null,arguments)};y._canvas_clipRRect=function(){return(y._canvas_clipRRect=y.asm.canvas_clipRRect).apply(null,arguments)};y._canvas_clipPath=function(){return(y._canvas_clipPath=y.asm.canvas_clipPath).apply(null,arguments)};y._canvas_drawColor=function(){return(y._canvas_drawColor=y.asm.canvas_drawColor).apply(null,arguments)}; +y._canvas_drawLine=function(){return(y._canvas_drawLine=y.asm.canvas_drawLine).apply(null,arguments)};y._canvas_drawPaint=function(){return(y._canvas_drawPaint=y.asm.canvas_drawPaint).apply(null,arguments)};y._canvas_drawRect=function(){return(y._canvas_drawRect=y.asm.canvas_drawRect).apply(null,arguments)};y._canvas_drawRRect=function(){return(y._canvas_drawRRect=y.asm.canvas_drawRRect).apply(null,arguments)}; +y._canvas_drawDRRect=function(){return(y._canvas_drawDRRect=y.asm.canvas_drawDRRect).apply(null,arguments)};y._canvas_drawOval=function(){return(y._canvas_drawOval=y.asm.canvas_drawOval).apply(null,arguments)};y._canvas_drawCircle=function(){return(y._canvas_drawCircle=y.asm.canvas_drawCircle).apply(null,arguments)};y._canvas_drawArc=function(){return(y._canvas_drawArc=y.asm.canvas_drawArc).apply(null,arguments)}; +y._canvas_drawPath=function(){return(y._canvas_drawPath=y.asm.canvas_drawPath).apply(null,arguments)};y._canvas_drawPicture=function(){return(y._canvas_drawPicture=y.asm.canvas_drawPicture).apply(null,arguments)};y._canvas_getTransform=function(){return(y._canvas_getTransform=y.asm.canvas_getTransform).apply(null,arguments)};y._canvas_getLocalClipBounds=function(){return(y._canvas_getLocalClipBounds=y.asm.canvas_getLocalClipBounds).apply(null,arguments)}; +y._canvas_getDeviceClipBounds=function(){return(y._canvas_getDeviceClipBounds=y.asm.canvas_getDeviceClipBounds).apply(null,arguments)};y._contourMeasureIter_create=function(){return(y._contourMeasureIter_create=y.asm.contourMeasureIter_create).apply(null,arguments)};y._contourMeasureIter_next=function(){return(y._contourMeasureIter_next=y.asm.contourMeasureIter_next).apply(null,arguments)}; +y._contourMeasure_dispose=function(){return(y._contourMeasure_dispose=y.asm.contourMeasure_dispose).apply(null,arguments)};y._contourMeasure_length=function(){return(y._contourMeasure_length=y.asm.contourMeasure_length).apply(null,arguments)};y._contourMeasure_isClosed=function(){return(y._contourMeasure_isClosed=y.asm.contourMeasure_isClosed).apply(null,arguments)};y._contourMeasure_getPosTan=function(){return(y._contourMeasure_getPosTan=y.asm.contourMeasure_getPosTan).apply(null,arguments)}; +y._contourMeasure_getSegment=function(){return(y._contourMeasure_getSegment=y.asm.contourMeasure_getSegment).apply(null,arguments)};y._paint_create=function(){return(y._paint_create=y.asm.paint_create).apply(null,arguments)};y._paint_destroy=function(){return(y._paint_destroy=y.asm.paint_destroy).apply(null,arguments)};y._paint_setBlendMode=function(){return(y._paint_setBlendMode=y.asm.paint_setBlendMode).apply(null,arguments)}; +y._paint_setStyle=function(){return(y._paint_setStyle=y.asm.paint_setStyle).apply(null,arguments)};y._paint_getStyle=function(){return(y._paint_getStyle=y.asm.paint_getStyle).apply(null,arguments)};y._paint_setStrokeWidth=function(){return(y._paint_setStrokeWidth=y.asm.paint_setStrokeWidth).apply(null,arguments)};y._paint_getStrokeWidth=function(){return(y._paint_getStrokeWidth=y.asm.paint_getStrokeWidth).apply(null,arguments)}; +y._paint_setStrokeCap=function(){return(y._paint_setStrokeCap=y.asm.paint_setStrokeCap).apply(null,arguments)};y._paint_getStrokeCap=function(){return(y._paint_getStrokeCap=y.asm.paint_getStrokeCap).apply(null,arguments)};y._paint_setStrokeJoin=function(){return(y._paint_setStrokeJoin=y.asm.paint_setStrokeJoin).apply(null,arguments)};y._paint_getStrokeJoin=function(){return(y._paint_getStrokeJoin=y.asm.paint_getStrokeJoin).apply(null,arguments)}; +y._paint_setAntiAlias=function(){return(y._paint_setAntiAlias=y.asm.paint_setAntiAlias).apply(null,arguments)};y._paint_getAntiAlias=function(){return(y._paint_getAntiAlias=y.asm.paint_getAntiAlias).apply(null,arguments)};y._paint_setColorInt=function(){return(y._paint_setColorInt=y.asm.paint_setColorInt).apply(null,arguments)};y._paint_getColorInt=function(){return(y._paint_getColorInt=y.asm.paint_getColorInt).apply(null,arguments)}; +y._paint_setMiterLimit=function(){return(y._paint_setMiterLimit=y.asm.paint_setMiterLimit).apply(null,arguments)};y._paint_getMiterLImit=function(){return(y._paint_getMiterLImit=y.asm.paint_getMiterLImit).apply(null,arguments)};y._path_create=function(){return(y._path_create=y.asm.path_create).apply(null,arguments)};y._path_destroy=function(){return(y._path_destroy=y.asm.path_destroy).apply(null,arguments)};y._path_copy=function(){return(y._path_copy=y.asm.path_copy).apply(null,arguments)}; +y._path_setFillType=function(){return(y._path_setFillType=y.asm.path_setFillType).apply(null,arguments)};y._path_getFillType=function(){return(y._path_getFillType=y.asm.path_getFillType).apply(null,arguments)};y._path_moveTo=function(){return(y._path_moveTo=y.asm.path_moveTo).apply(null,arguments)};y._path_relativeMoveTo=function(){return(y._path_relativeMoveTo=y.asm.path_relativeMoveTo).apply(null,arguments)};y._path_lineTo=function(){return(y._path_lineTo=y.asm.path_lineTo).apply(null,arguments)}; +y._path_relativeLineTo=function(){return(y._path_relativeLineTo=y.asm.path_relativeLineTo).apply(null,arguments)};y._path_quadraticBezierTo=function(){return(y._path_quadraticBezierTo=y.asm.path_quadraticBezierTo).apply(null,arguments)};y._path_relativeQuadraticBezierTo=function(){return(y._path_relativeQuadraticBezierTo=y.asm.path_relativeQuadraticBezierTo).apply(null,arguments)};y._path_cubicTo=function(){return(y._path_cubicTo=y.asm.path_cubicTo).apply(null,arguments)}; +y._path_relativeCubicTo=function(){return(y._path_relativeCubicTo=y.asm.path_relativeCubicTo).apply(null,arguments)};y._path_conicTo=function(){return(y._path_conicTo=y.asm.path_conicTo).apply(null,arguments)};y._path_relativeConicTo=function(){return(y._path_relativeConicTo=y.asm.path_relativeConicTo).apply(null,arguments)};y._path_arcToOval=function(){return(y._path_arcToOval=y.asm.path_arcToOval).apply(null,arguments)}; +y._path_arcToRotated=function(){return(y._path_arcToRotated=y.asm.path_arcToRotated).apply(null,arguments)};y._path_relativeArcToRotated=function(){return(y._path_relativeArcToRotated=y.asm.path_relativeArcToRotated).apply(null,arguments)};y._path_addRect=function(){return(y._path_addRect=y.asm.path_addRect).apply(null,arguments)};y._path_addOval=function(){return(y._path_addOval=y.asm.path_addOval).apply(null,arguments)}; +y._path_addArc=function(){return(y._path_addArc=y.asm.path_addArc).apply(null,arguments)};y._path_addPolygon=function(){return(y._path_addPolygon=y.asm.path_addPolygon).apply(null,arguments)};y._path_addRRect=function(){return(y._path_addRRect=y.asm.path_addRRect).apply(null,arguments)};y._path_addPath=function(){return(y._path_addPath=y.asm.path_addPath).apply(null,arguments)};y._path_close=function(){return(y._path_close=y.asm.path_close).apply(null,arguments)}; +y._path_reset=function(){return(y._path_reset=y.asm.path_reset).apply(null,arguments)};y._path_contains=function(){return(y._path_contains=y.asm.path_contains).apply(null,arguments)};y._path_transform=function(){return(y._path_transform=y.asm.path_transform).apply(null,arguments)};y._path_getBounds=function(){return(y._path_getBounds=y.asm.path_getBounds).apply(null,arguments)};y._path_combine=function(){return(y._path_combine=y.asm.path_combine).apply(null,arguments)}; +y._pictureRecorder_create=function(){return(y._pictureRecorder_create=y.asm.pictureRecorder_create).apply(null,arguments)};y._pictureRecorder_dispose=function(){return(y._pictureRecorder_dispose=y.asm.pictureRecorder_dispose).apply(null,arguments)};y._pictureRecorder_beginRecording=function(){return(y._pictureRecorder_beginRecording=y.asm.pictureRecorder_beginRecording).apply(null,arguments)}; +y._pictureRecorder_endRecording=function(){return(y._pictureRecorder_endRecording=y.asm.pictureRecorder_endRecording).apply(null,arguments)};y._picture_dispose=function(){return(y._picture_dispose=y.asm.picture_dispose).apply(null,arguments)};y._picture_approximateBytesUsed=function(){return(y._picture_approximateBytesUsed=y.asm.picture_approximateBytesUsed).apply(null,arguments)}; +y._surface_createFromCanvas=function(){return(y._surface_createFromCanvas=y.asm.surface_createFromCanvas).apply(null,arguments)};y._surface_destroy=function(){return(y._surface_destroy=y.asm.surface_destroy).apply(null,arguments)};y._surface_setCanvasSize=function(){return(y._surface_setCanvasSize=y.asm.surface_setCanvasSize).apply(null,arguments)};y._surface_renderPicture=function(){return(y._surface_renderPicture=y.asm.surface_renderPicture).apply(null,arguments)}; +var ic=y._emscripten_dispatch_to_thread_=function(){return(ic=y._emscripten_dispatch_to_thread_=y.asm.emscripten_dispatch_to_thread_).apply(null,arguments)},Mc=y.___errno_location=function(){return(Mc=y.___errno_location=y.asm.__errno_location).apply(null,arguments)},jb=y._pthread_self=function(){return(jb=y._pthread_self=y.asm.pthread_self).apply(null,arguments)},Bb=y._free=function(){return(Bb=y._free=y.asm.free).apply(null,arguments)},Vb=y._malloc=function(){return(Vb=y._malloc=y.asm.malloc).apply(null, +arguments)};y._emscripten_tls_init=function(){return(y._emscripten_tls_init=y.asm.emscripten_tls_init).apply(null,arguments)};var kb=y._emscripten_main_thread_process_queued_calls=function(){return(kb=y._emscripten_main_thread_process_queued_calls=y.asm.emscripten_main_thread_process_queued_calls).apply(null,arguments)},Jc=y.__emscripten_thread_init=function(){return(Jc=y.__emscripten_thread_init=y.asm._emscripten_thread_init).apply(null,arguments)}; +y._emscripten_current_thread_process_queued_calls=function(){return(y._emscripten_current_thread_process_queued_calls=y.asm.emscripten_current_thread_process_queued_calls).apply(null,arguments)}; +var Kc=y._emscripten_sync_run_in_main_thread_4=function(){return(Kc=y._emscripten_sync_run_in_main_thread_4=y.asm.emscripten_sync_run_in_main_thread_4).apply(null,arguments)},fc=y._emscripten_run_in_main_runtime_thread_js=function(){return(fc=y._emscripten_run_in_main_runtime_thread_js=y.asm.emscripten_run_in_main_runtime_thread_js).apply(null,arguments)},gb=y.__emscripten_thread_free_data=function(){return(gb=y.__emscripten_thread_free_data=y.asm._emscripten_thread_free_data).apply(null,arguments)}; +y.__emscripten_thread_exit=function(){return(y.__emscripten_thread_exit=y.asm._emscripten_thread_exit).apply(null,arguments)}; +var zb=y._memalign=function(){return(zb=y._memalign=y.asm.memalign).apply(null,arguments)},Z=y._setThrew=function(){return(Z=y._setThrew=y.asm.setThrew).apply(null,arguments)},mb=y._emscripten_stack_set_limits=function(){return(mb=y._emscripten_stack_set_limits=y.asm.emscripten_stack_set_limits).apply(null,arguments)},K=y.stackSave=function(){return(K=y.stackSave=y.asm.stackSave).apply(null,arguments)},L=y.stackRestore=function(){return(L=y.stackRestore=y.asm.stackRestore).apply(null,arguments)}, +ec=y.stackAlloc=function(){return(ec=y.stackAlloc=y.asm.stackAlloc).apply(null,arguments)},Lc=y.__emscripten_main_thread_futex=246984,hb=y.__emscripten_allow_main_runtime_queued_calls=243904;function Vc(a,b,c){var d=K();try{J(a)(b,c)}catch(f){L(d);if(f!==f+0&&"longjmp"!==f)throw f;Z(1,0)}}function Oc(a,b,c){var d=K();try{return J(a)(b,c)}catch(f){L(d);if(f!==f+0&&"longjmp"!==f)throw f;Z(1,0)}} +function ad(a,b,c,d,f,g,k,n,p){var t=K();try{J(a)(b,c,d,f,g,k,n,p)}catch(v){L(t);if(v!==v+0&&"longjmp"!==v)throw v;Z(1,0)}}function Tc(a){var b=K();try{J(a)()}catch(c){L(b);if(c!==c+0&&"longjmp"!==c)throw c;Z(1,0)}}function Nc(a,b){var c=K();try{return J(a)(b)}catch(d){L(c);if(d!==d+0&&"longjmp"!==d)throw d;Z(1,0)}}function Uc(a,b){var c=K();try{J(a)(b)}catch(d){L(c);if(d!==d+0&&"longjmp"!==d)throw d;Z(1,0)}} +function Qc(a,b,c,d,f){var g=K();try{return J(a)(b,c,d,f)}catch(k){L(g);if(k!==k+0&&"longjmp"!==k)throw k;Z(1,0)}}function Pc(a,b,c,d){var f=K();try{return J(a)(b,c,d)}catch(g){L(f);if(g!==g+0&&"longjmp"!==g)throw g;Z(1,0)}}function Wc(a,b,c,d){var f=K();try{J(a)(b,c,d)}catch(g){L(f);if(g!==g+0&&"longjmp"!==g)throw g;Z(1,0)}}function Yc(a,b,c,d,f,g){var k=K();try{J(a)(b,c,d,f,g)}catch(n){L(k);if(n!==n+0&&"longjmp"!==n)throw n;Z(1,0)}} +function Sc(a,b,c,d,f,g,k){var n=K();try{return J(a)(b,c,d,f,g,k)}catch(p){L(n);if(p!==p+0&&"longjmp"!==p)throw p;Z(1,0)}}function Rc(a,b,c,d,f,g){var k=K();try{return J(a)(b,c,d,f,g)}catch(n){L(k);if(n!==n+0&&"longjmp"!==n)throw n;Z(1,0)}}function Xc(a,b,c,d,f){var g=K();try{J(a)(b,c,d,f)}catch(k){L(g);if(k!==k+0&&"longjmp"!==k)throw k;Z(1,0)}}function Zc(a,b,c,d,f,g,k){var n=K();try{J(a)(b,c,d,f,g,k)}catch(p){L(n);if(p!==p+0&&"longjmp"!==p)throw p;Z(1,0)}} +function $c(a,b,c,d,f,g,k,n){var p=K();try{J(a)(b,c,d,f,g,k,n)}catch(t){L(p);if(t!==t+0&&"longjmp"!==t)throw t;Z(1,0)}}y.keepRuntimeAlive=ya;y.PThread=M;y.PThread=M;y.wasmMemory=h;y.ExitStatus=xa;var cd;function xa(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}Za=function dd(){cd||ed();cd||(Za=dd)}; +function ed(){function a(){if(!cd&&(cd=!0,y.calledRun=!0,!Ha)){B||db(Ua);la(y);if(y.onRuntimeInitialized)y.onRuntimeInitialized();if(!B){if(y.postRun)for("function"==typeof y.postRun&&(y.postRun=[y.postRun]);y.postRun.length;){var b=y.postRun.shift();Va.unshift(b)}db(Va)}}}if(!(0{var instance=new WebAssembly.Instance(Module["wasmModule"],info);receiveInstance(instance);Module["wasmModule"]=null;return instance.exports});self.onmessage=(e=>{try{if(e.data.cmd==="load"){Module["wasmModule"]=e.data.wasmModule;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).then(function(instance){Module=instance})}else if(e.data.cmd==="run"){Module["__performance_now_clock_drift"]=performance.now()-e.data.time;Module["__emscripten_thread_init"](e.data.threadInfoStruct,/*isMainBrowserThread=*/0,/*isMainRuntimeThread=*/0,/*canBlock=*/1);Module["establishStackSpace"]();Module["PThread"].receiveObjectTransfer(e.data);Module["PThread"].threadInit();try{var result=Module["invokeEntryPoint"](e.data.start_routine,e.data.arg);if(Module["keepRuntimeAlive"]()){Module["PThread"].setExitStatus(result)}else{Module["__emscripten_thread_exit"](result)}}catch(ex){if(ex!="unwind"){if(ex instanceof Module["ExitStatus"]){if(Module["keepRuntimeAlive"]()){}else{Module["__emscripten_thread_exit"](ex.status)}}else{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==="processThreadQueue"){if(Module["_pthread_self"]()){Module["_emscripten_current_thread_process_queued_calls"]()}}else{err("worker.js received unknown command "+e.data.cmd);err(e.data)}}catch(ex){err("worker.js onmessage() captured an uncaught exception: "+ex);if(ex&&ex.stack)err(ex.stack);throw ex}}); diff --git a/example/.gitignore b/example/.gitignore deleted file mode 100644 index 24476c5..0000000 --- a/example/.gitignore +++ /dev/null @@ -1,44 +0,0 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ -migrate_working_dir/ - -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/ - -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. -#.vscode/ - -# Flutter/Dart/Pub related -**/doc/api/ -**/ios/Flutter/.last_build_id -.dart_tool/ -.flutter-plugins -.flutter-plugins-dependencies -.packages -.pub-cache/ -.pub/ -/build/ - -# Symbolication related -app.*.symbols - -# Obfuscation related -app.*.map.json - -# Android Studio will place build artifacts here -/android/app/debug -/android/app/profile -/android/app/release diff --git a/example/.metadata b/example/.metadata deleted file mode 100644 index 083a42e..0000000 --- a/example/.metadata +++ /dev/null @@ -1,45 +0,0 @@ -# This file tracks properties of this Flutter project. -# Used by Flutter tool to assess capabilities and perform upgrades etc. -# -# This file should be version controlled. - -version: - revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - channel: stable - -project_type: app - -# Tracks metadata for the flutter migrate command -migration: - platforms: - - platform: root - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: android - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: ios - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: linux - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: macos - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: web - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: windows - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - # User provided section - - # List of Local paths (relative to this file) that should be - # ignored by the migrate tool. - # - # Files that are not part of the templates will be ignored by default. - unmanaged_files: - - 'lib/main.dart' - - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/example/README.md b/example/README.md deleted file mode 100644 index 2b3fce4..0000000 --- a/example/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# example - -A new Flutter project. - -## Getting Started - -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. diff --git a/example/android/.gitignore b/example/android/.gitignore deleted file mode 100644 index 6f56801..0000000 --- a/example/android/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -gradle-wrapper.jar -/.gradle -/captures/ -/gradlew -/gradlew.bat -/local.properties -GeneratedPluginRegistrant.java - -# Remember to never publicly share your keystore. -# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app -key.properties -**/*.keystore -**/*.jks diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle deleted file mode 100644 index b52183a..0000000 --- a/example/android/app/build.gradle +++ /dev/null @@ -1,71 +0,0 @@ -def localProperties = new Properties() -def localPropertiesFile = rootProject.file('local.properties') -if (localPropertiesFile.exists()) { - localPropertiesFile.withReader('UTF-8') { reader -> - localProperties.load(reader) - } -} - -def flutterRoot = localProperties.getProperty('flutter.sdk') -if (flutterRoot == null) { - throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") -} - -def flutterVersionCode = localProperties.getProperty('flutter.versionCode') -if (flutterVersionCode == null) { - flutterVersionCode = '1' -} - -def flutterVersionName = localProperties.getProperty('flutter.versionName') -if (flutterVersionName == null) { - flutterVersionName = '1.0' -} - -apply plugin: 'com.android.application' -apply plugin: 'kotlin-android' -apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" - -android { - compileSdkVersion flutter.compileSdkVersion - ndkVersion flutter.ndkVersion - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = '1.8' - } - - sourceSets { - main.java.srcDirs += 'src/main/kotlin' - } - - defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.example" - // You can update the following values to match your application needs. - // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. - minSdkVersion flutter.minSdkVersion - targetSdkVersion flutter.targetSdkVersion - versionCode flutterVersionCode.toInteger() - versionName flutterVersionName - } - - buildTypes { - release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. - signingConfig signingConfigs.debug - } - } -} - -flutter { - source '../..' -} - -dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" -} diff --git a/example/android/app/src/debug/AndroidManifest.xml b/example/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 45d523a..0000000 --- a/example/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index 3f41384..0000000 --- a/example/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - diff --git a/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt b/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt deleted file mode 100644 index e793a00..0000000 --- a/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt +++ /dev/null @@ -1,6 +0,0 @@ -package com.example.example - -import io.flutter.embedding.android.FlutterActivity - -class MainActivity: FlutterActivity() { -} diff --git a/example/android/app/src/main/res/drawable-v21/launch_background.xml b/example/android/app/src/main/res/drawable-v21/launch_background.xml deleted file mode 100644 index f74085f..0000000 --- a/example/android/app/src/main/res/drawable-v21/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/example/android/app/src/main/res/drawable/launch_background.xml b/example/android/app/src/main/res/drawable/launch_background.xml deleted file mode 100644 index 304732f..0000000 --- a/example/android/app/src/main/res/drawable/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index db77bb4..0000000 Binary files a/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 17987b7..0000000 Binary files a/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 09d4391..0000000 Binary files a/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index d5f1c8d..0000000 Binary files a/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 4d6372e..0000000 Binary files a/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/example/android/app/src/main/res/values-night/styles.xml b/example/android/app/src/main/res/values-night/styles.xml deleted file mode 100644 index 06952be..0000000 --- a/example/android/app/src/main/res/values-night/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/example/android/app/src/main/res/values/styles.xml b/example/android/app/src/main/res/values/styles.xml deleted file mode 100644 index cb1ef88..0000000 --- a/example/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/example/android/app/src/profile/AndroidManifest.xml b/example/android/app/src/profile/AndroidManifest.xml deleted file mode 100644 index 45d523a..0000000 --- a/example/android/app/src/profile/AndroidManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - diff --git a/example/android/build.gradle b/example/android/build.gradle deleted file mode 100644 index 58a8c74..0000000 --- a/example/android/build.gradle +++ /dev/null @@ -1,31 +0,0 @@ -buildscript { - ext.kotlin_version = '1.7.10' - repositories { - google() - mavenCentral() - } - - dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - } -} - -allprojects { - repositories { - google() - mavenCentral() - } -} - -rootProject.buildDir = '../build' -subprojects { - project.buildDir = "${rootProject.buildDir}/${project.name}" -} -subprojects { - project.evaluationDependsOn(':app') -} - -task clean(type: Delete) { - delete rootProject.buildDir -} diff --git a/example/android/gradle.properties b/example/android/gradle.properties deleted file mode 100644 index 94adc3a..0000000 --- a/example/android/gradle.properties +++ /dev/null @@ -1,3 +0,0 @@ -org.gradle.jvmargs=-Xmx1536M -android.useAndroidX=true -android.enableJetifier=true diff --git a/example/android/gradle/wrapper/gradle-wrapper.properties b/example/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 3c472b9..0000000 --- a/example/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,5 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip diff --git a/example/android/settings.gradle b/example/android/settings.gradle deleted file mode 100644 index 44e62bc..0000000 --- a/example/android/settings.gradle +++ /dev/null @@ -1,11 +0,0 @@ -include ':app' - -def localPropertiesFile = new File(rootProject.projectDir, "local.properties") -def properties = new Properties() - -assert localPropertiesFile.exists() -localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) } - -def flutterSdkPath = properties.getProperty("flutter.sdk") -assert flutterSdkPath != null, "flutter.sdk not set in local.properties" -apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle" diff --git a/example/ios/.gitignore b/example/ios/.gitignore deleted file mode 100644 index 7a7f987..0000000 --- a/example/ios/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -**/dgph -*.mode1v3 -*.mode2v3 -*.moved-aside -*.pbxuser -*.perspectivev3 -**/*sync/ -.sconsign.dblite -.tags* -**/.vagrant/ -**/DerivedData/ -Icon? -**/Pods/ -**/.symlinks/ -profile -xcuserdata -**/.generated/ -Flutter/App.framework -Flutter/Flutter.framework -Flutter/Flutter.podspec -Flutter/Generated.xcconfig -Flutter/ephemeral/ -Flutter/app.flx -Flutter/app.zip -Flutter/flutter_assets/ -Flutter/flutter_export_environment.sh -ServiceDefinitions.json -Runner/GeneratedPluginRegistrant.* - -# Exceptions to above rules. -!default.mode1v3 -!default.mode2v3 -!default.pbxuser -!default.perspectivev3 diff --git a/example/ios/Flutter/AppFrameworkInfo.plist b/example/ios/Flutter/AppFrameworkInfo.plist deleted file mode 100644 index 9625e10..0000000 --- a/example/ios/Flutter/AppFrameworkInfo.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - App - CFBundleIdentifier - io.flutter.flutter.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - App - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - MinimumOSVersion - 11.0 - - diff --git a/example/ios/Flutter/Debug.xcconfig b/example/ios/Flutter/Debug.xcconfig deleted file mode 100644 index ec97fc6..0000000 --- a/example/ios/Flutter/Debug.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" -#include "Generated.xcconfig" diff --git a/example/ios/Flutter/Release.xcconfig b/example/ios/Flutter/Release.xcconfig deleted file mode 100644 index c4855bf..0000000 --- a/example/ios/Flutter/Release.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" -#include "Generated.xcconfig" diff --git a/example/ios/Podfile b/example/ios/Podfile deleted file mode 100644 index 88359b2..0000000 --- a/example/ios/Podfile +++ /dev/null @@ -1,41 +0,0 @@ -# Uncomment this line to define a global platform for your project -# platform :ios, '11.0' - -# CocoaPods analytics sends network stats synchronously affecting flutter build latency. -ENV['COCOAPODS_DISABLE_STATS'] = 'true' - -project 'Runner', { - 'Debug' => :debug, - 'Profile' => :release, - 'Release' => :release, -} - -def flutter_root - generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) - unless File.exist?(generated_xcode_build_settings_path) - raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" - end - - File.foreach(generated_xcode_build_settings_path) do |line| - matches = line.match(/FLUTTER_ROOT\=(.*)/) - return matches[1].strip if matches - end - raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" -end - -require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) - -flutter_ios_podfile_setup - -target 'Runner' do - use_frameworks! - use_modular_headers! - - flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) -end - -post_install do |installer| - installer.pods_project.targets.each do |target| - flutter_additional_ios_build_settings(target) - end -end diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj deleted file mode 100644 index fe3d67b..0000000 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ /dev/null @@ -1,483 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXBuildFile section */ - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9705A1C41CF9048500538489 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; - 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; - 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; - 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 97C146EB1CF9000F007C117D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9740EEB11CF90186004384FC /* Flutter */ = { - isa = PBXGroup; - children = ( - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, - 9740EEB21CF90195004384FC /* Debug.xcconfig */, - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, - 9740EEB31CF90195004384FC /* Generated.xcconfig */, - ); - name = Flutter; - sourceTree = ""; - }; - 97C146E51CF9000F007C117D = { - isa = PBXGroup; - children = ( - 9740EEB11CF90186004384FC /* Flutter */, - 97C146F01CF9000F007C117D /* Runner */, - 97C146EF1CF9000F007C117D /* Products */, - ); - sourceTree = ""; - }; - 97C146EF1CF9000F007C117D /* Products */ = { - isa = PBXGroup; - children = ( - 97C146EE1CF9000F007C117D /* Runner.app */, - ); - name = Products; - sourceTree = ""; - }; - 97C146F01CF9000F007C117D /* Runner */ = { - isa = PBXGroup; - children = ( - 97C146FA1CF9000F007C117D /* Main.storyboard */, - 97C146FD1CF9000F007C117D /* Assets.xcassets */, - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, - 97C147021CF9000F007C117D /* Info.plist */, - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, - ); - path = Runner; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 97C146ED1CF9000F007C117D /* Runner */ = { - isa = PBXNativeTarget; - buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; - buildPhases = ( - 9740EEB61CF901F6004384FC /* Run Script */, - 97C146EA1CF9000F007C117D /* Sources */, - 97C146EB1CF9000F007C117D /* Frameworks */, - 97C146EC1CF9000F007C117D /* Resources */, - 9705A1C41CF9048500538489 /* Embed Frameworks */, - 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Runner; - productName = Runner; - productReference = 97C146EE1CF9000F007C117D /* Runner.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 97C146E61CF9000F007C117D /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1300; - ORGANIZATIONNAME = ""; - TargetAttributes = { - 97C146ED1CF9000F007C117D = { - CreatedOnToolsVersion = 7.3.1; - LastSwiftMigration = 1100; - }; - }; - }; - buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 97C146E51CF9000F007C117D; - productRefGroup = 97C146EF1CF9000F007C117D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 97C146ED1CF9000F007C117D /* Runner */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 97C146EC1CF9000F007C117D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Thin Binary"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; - }; - 9740EEB61CF901F6004384FC /* Run Script */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Run Script"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 97C146EA1CF9000F007C117D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 97C146FA1CF9000F007C117D /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C146FB1CF9000F007C117D /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C147001CF9000F007C117D /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 249021D3217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Profile; - }; - 249021D4217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Profile; - }; - 97C147031CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 97C147041CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 97C147061CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 97C147071CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147031CF9000F007C117D /* Debug */, - 97C147041CF9000F007C117D /* Release */, - 249021D3217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147061CF9000F007C117D /* Debug */, - 97C147071CF9000F007C117D /* Release */, - 249021D4217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 97C146E61CF9000F007C117D /* Project object */; -} diff --git a/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme deleted file mode 100644 index c87d15a..0000000 --- a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/ios/Runner.xcworkspace/contents.xcworkspacedata b/example/ios/Runner.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 1d526a1..0000000 --- a/example/ios/Runner.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/example/ios/Runner/AppDelegate.swift b/example/ios/Runner/AppDelegate.swift deleted file mode 100644 index 70693e4..0000000 --- a/example/ios/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import UIKit -import Flutter - -@UIApplicationMain -@objc class AppDelegate: FlutterAppDelegate { - override func application( - _ application: UIApplication, - didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? - ) -> Bool { - GeneratedPluginRegistrant.register(with: self) - return super.application(application, didFinishLaunchingWithOptions: launchOptions) - } -} diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index d36b1fa..0000000 --- a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "images" : [ - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@3x.png", - "scale" : "3x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@3x.png", - "scale" : "3x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@3x.png", - "scale" : "3x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@2x.png", - "scale" : "2x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@3x.png", - "scale" : "3x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@1x.png", - "scale" : "1x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@1x.png", - "scale" : "1x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@1x.png", - "scale" : "1x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@2x.png", - "scale" : "2x" - }, - { - "size" : "83.5x83.5", - "idiom" : "ipad", - "filename" : "Icon-App-83.5x83.5@2x.png", - "scale" : "2x" - }, - { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "filename" : "Icon-App-1024x1024@1x.png", - "scale" : "1x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png deleted file mode 100644 index dc9ada4..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png deleted file mode 100644 index 7353c41..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png deleted file mode 100644 index 797d452..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png deleted file mode 100644 index 6ed2d93..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png deleted file mode 100644 index 4cd7b00..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png deleted file mode 100644 index fe73094..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png deleted file mode 100644 index 321773c..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png deleted file mode 100644 index 797d452..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png deleted file mode 100644 index 502f463..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png deleted file mode 100644 index 0ec3034..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png deleted file mode 100644 index 0ec3034..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png deleted file mode 100644 index e9f5fea..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png deleted file mode 100644 index 84ac32a..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png deleted file mode 100644 index 8953cba..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png deleted file mode 100644 index 0467bf1..0000000 Binary files a/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json deleted file mode 100644 index 0bedcf2..0000000 --- a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "LaunchImage.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png and /dev/null differ diff --git a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md deleted file mode 100644 index 89c2725..0000000 --- a/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Launch Screen Assets - -You can customize the launch screen with your own desired assets by replacing the image files in this directory. - -You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. \ No newline at end of file diff --git a/example/ios/Runner/Base.lproj/LaunchScreen.storyboard b/example/ios/Runner/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index f2e259c..0000000 --- a/example/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/ios/Runner/Base.lproj/Main.storyboard b/example/ios/Runner/Base.lproj/Main.storyboard deleted file mode 100644 index f3c2851..0000000 --- a/example/ios/Runner/Base.lproj/Main.storyboard +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist deleted file mode 100644 index 7f55346..0000000 --- a/example/ios/Runner/Info.plist +++ /dev/null @@ -1,51 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - Example - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - example - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - CADisableMinimumFrameDurationOnPhone - - UIApplicationSupportsIndirectInputEvents - - - diff --git a/example/ios/Runner/Runner-Bridging-Header.h b/example/ios/Runner/Runner-Bridging-Header.h deleted file mode 100644 index 308a2a5..0000000 --- a/example/ios/Runner/Runner-Bridging-Header.h +++ /dev/null @@ -1 +0,0 @@ -#import "GeneratedPluginRegistrant.h" diff --git a/example/lib/main.dart b/example/lib/main.dart deleted file mode 100644 index be55f3f..0000000 --- a/example/lib/main.dart +++ /dev/null @@ -1,359 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:giffy_dialog/giffy_dialog.dart'; -import 'package:google_fonts/google_fonts.dart'; - -void main() => runApp(new MyApp()); - -final material3Notifier = ValueNotifier(true); - -class MyApp extends StatelessWidget { - @override - Widget build(BuildContext context) { - return ValueListenableBuilder( - valueListenable: material3Notifier, - builder: (context, useMaterial3, _) { - return MaterialApp( - debugShowCheckedModeBanner: false, - title: 'Giffy Demo', - theme: ThemeData( - brightness: Brightness.light, - useMaterial3: useMaterial3, - colorSchemeSeed: Colors.teal, - textTheme: GoogleFonts.ralewayTextTheme(), - ), - darkTheme: ThemeData( - brightness: Brightness.dark, - useMaterial3: useMaterial3, - colorSchemeSeed: Colors.teal, - textTheme: GoogleFonts.ralewayTextTheme(), - ), - home: MyHomePage(), - ); - }, - ); - } -} - -class MyHomePage extends StatelessWidget { - @override - Widget build(BuildContext context) { - return Scaffold( - appBar: AppBar( - title: Text("Giffy Example"), - ), - body: Padding( - padding: const EdgeInsets.all(8.0), - child: Column( - mainAxisAlignment: MainAxisAlignment.center, - children: [ - MaterialToggleButtons(), - SizedBox(height: 30), - Text('Image Giffy'), - SizedBox(height: 10), - TypedExample(type: GiffyType.image), - SizedBox(height: 30), - Text('Rive Giffy'), - SizedBox(height: 10), - TypedExample(type: GiffyType.rive), - SizedBox(height: 30), - Text('Lottie Giffy'), - SizedBox(height: 10), - TypedExample(type: GiffyType.lottie), - ], - ), - ), - ); - } -} - -class MaterialToggleButtons extends StatelessWidget { - const MaterialToggleButtons({Key? key}) : super(key: key); - - @override - Widget build(BuildContext context) { - final useMaterial3 = Theme.of(context).useMaterial3; - final primary = Theme.of(context).colorScheme.primary; - final isDark = Theme.of(context).brightness == Brightness.dark; - - final selectedColor = useMaterial3 - ? primary - : isDark - ? Colors.black - : Colors.white; - final borderColor = useMaterial3 ? primary.withOpacity(0.12) : primary; - final borderRadius = useMaterial3 - ? const BorderRadius.all(Radius.circular(16)) - : const BorderRadius.all(Radius.circular(4)); - - return ToggleButtons( - isSelected: [!useMaterial3, useMaterial3], - children: [Text('Material 2'), Text('Material 3')], - borderRadius: borderRadius, - borderColor: borderColor, - selectedBorderColor: borderColor, - color: primary, - selectedColor: selectedColor, - fillColor: borderColor, - constraints: const BoxConstraints( - minHeight: 30.0, - minWidth: 100.0, - ), - onPressed: (index) { - material3Notifier.value = index == 1; - }, - ); - } -} - -enum GiffyType { - image, - rive, - lottie; - - Widget when({ - required Widget Function() image, - required Widget Function() rive, - required Widget Function() lottie, - }) { - switch (this) { - case GiffyType.image: - return image(); - case GiffyType.rive: - return rive(); - case GiffyType.lottie: - return lottie(); - } - } -} - -class TypedExample extends StatelessWidget { - const TypedExample({ - super.key, - required this.type, - }); - - final GiffyType type; - - @override - Widget build(BuildContext context) { - final useMaterial3 = Theme.of(context).useMaterial3; - - final image = GiffyModel.image(context); - final rive = GiffyModel.rive(context); - final lottie = GiffyModel.lottie(context); - - Widget buildDialog() { - return type.when( - image: () { - return GiffyDialog.image( - image.giffy as Image, - title: image.title, - content: image.content, - actions: image.actions, - ); - }, - rive: () { - return GiffyDialog.rive( - rive.giffy as RiveAnimation, - giffyBuilder: (context, rive) { - return ClipRRect( - borderRadius: useMaterial3 - ? const BorderRadius.all(Radius.circular(16)) - : const BorderRadius.all(Radius.circular(4)), - child: SizedBox(height: 200, child: rive), - ); - }, - title: rive.title, - content: rive.content, - actions: rive.actions, - ); - }, - lottie: () { - return GiffyDialog.lottie( - lottie.giffy as LottieBuilder, - title: lottie.title, - content: lottie.content, - actions: lottie.actions, - ); - }, - ); - } - - Widget buildBottomSheet() { - return type.when( - image: () { - return GiffyBottomSheet.image( - image.giffy as Image, - title: image.title, - content: image.content, - actions: image.actions, - ); - }, - rive: () { - return GiffyBottomSheet.rive( - rive.giffy as RiveAnimation, - giffyBuilder: (context, rive) { - return ClipRRect( - borderRadius: useMaterial3 - ? const BorderRadius.all(Radius.circular(16)) - : const BorderRadius.all(Radius.circular(4)), - child: SizedBox(height: 200, child: rive), - ); - }, - title: rive.title, - content: rive.content, - actions: rive.actions, - ); - }, - lottie: () { - return GiffyBottomSheet.lottie( - lottie.giffy as LottieBuilder, - title: lottie.title, - content: lottie.content, - actions: lottie.actions, - ); - }, - ); - } - - return Container( - height: 36, - child: Row( - children: [ - Expanded( - child: ElevatedButton( - child: Text('Show Dialog'), - onPressed: () { - showDialog( - context: context, - builder: (_) { - return buildDialog(); - }, - ); - }, - ), - ), - VerticalDivider(), - Expanded( - child: ElevatedButton( - child: Text('Show Bottom Sheet'), - onPressed: () { - showModalBottomSheet( - context: context, - clipBehavior: Clip.antiAlias, - isScrollControlled: true, - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.vertical( - top: Radius.circular(useMaterial3 ? 32 : 4), - ), - ), - builder: (_) { - return buildBottomSheet(); - }, - ); - }, - ), - ), - ], - ), - ); - } -} - -class GiffyModel { - final Widget giffy; - final Widget title; - final Widget content; - final List actions; - - const GiffyModel({ - required this.giffy, - required this.title, - required this.content, - required this.actions, - }); - - factory GiffyModel.image(BuildContext context) { - return GiffyModel( - giffy: Image.network( - "https://raw.githubusercontent.com/Shashank02051997/FancyGifDialog-Android/master/GIF's/gif14.gif", - height: 200, - fit: BoxFit.cover, - ), - title: Text( - 'Image Animation', - textAlign: TextAlign.center, - ), - content: Text( - 'This is a image animation dialog box. This library helps you easily create fancy giffy dialog.', - textAlign: TextAlign.center, - ), - actions: [ - TextButton( - onPressed: () => Navigator.pop(context, 'CANCEL'), - child: const Text('CANCEL'), - ), - TextButton( - onPressed: () => Navigator.pop(context, 'OK'), - child: const Text('OK'), - ), - ], - ); - } - - factory GiffyModel.rive(BuildContext context) { - return GiffyModel( - giffy: RiveAnimation.network( - 'https://cdn.rive.app/animations/vehicles.riv', - fit: BoxFit.cover, - placeHolder: Center(child: CircularProgressIndicator()), - ), - title: Text( - 'Rive Animation', - textAlign: TextAlign.center, - ), - content: Text( - 'This is a rive animation dialog box. This library helps you easily create fancy giffy dialog.', - textAlign: TextAlign.center, - ), - actions: [ - TextButton( - onPressed: () => Navigator.pop(context, 'CANCEL'), - child: const Text('CANCEL'), - ), - TextButton( - onPressed: () => Navigator.pop(context, 'OK'), - child: const Text('OK'), - ), - ], - ); - } - - factory GiffyModel.lottie(BuildContext context) { - return GiffyModel( - giffy: Lottie.network( - 'https://raw.githubusercontent.com/xvrh/lottie-flutter/master/example/assets/Mobilo/A.json', - fit: BoxFit.contain, - height: 200, - ), - title: Text( - 'Lottie Animation', - textAlign: TextAlign.center, - ), - content: Text( - 'This is a lottie animation dialog box. This library helps you easily create fancy giffy dialog.', - textAlign: TextAlign.center, - ), - actions: [ - TextButton( - onPressed: () => Navigator.pop(context, 'CANCEL'), - child: const Text('CANCEL'), - ), - TextButton( - onPressed: () => Navigator.pop(context, 'OK'), - child: const Text('OK'), - ), - ], - ); - } -} diff --git a/example/linux/.gitignore b/example/linux/.gitignore deleted file mode 100644 index d3896c9..0000000 --- a/example/linux/.gitignore +++ /dev/null @@ -1 +0,0 @@ -flutter/ephemeral diff --git a/example/linux/CMakeLists.txt b/example/linux/CMakeLists.txt deleted file mode 100644 index 74c66dd..0000000 --- a/example/linux/CMakeLists.txt +++ /dev/null @@ -1,138 +0,0 @@ -# Project-level configuration. -cmake_minimum_required(VERSION 3.10) -project(runner LANGUAGES CXX) - -# The name of the executable created for the application. Change this to change -# the on-disk name of your application. -set(BINARY_NAME "example") -# The unique GTK application identifier for this application. See: -# https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.example") - -# Explicitly opt in to modern CMake behaviors to avoid warnings with recent -# versions of CMake. -cmake_policy(SET CMP0063 NEW) - -# Load bundled libraries from the lib/ directory relative to the binary. -set(CMAKE_INSTALL_RPATH "$ORIGIN/lib") - -# Root filesystem for cross-building. -if(FLUTTER_TARGET_PLATFORM_SYSROOT) - set(CMAKE_SYSROOT ${FLUTTER_TARGET_PLATFORM_SYSROOT}) - set(CMAKE_FIND_ROOT_PATH ${CMAKE_SYSROOT}) - set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) - set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) - set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) - set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -endif() - -# Define build configuration options. -if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) - set(CMAKE_BUILD_TYPE "Debug" CACHE - STRING "Flutter build mode" FORCE) - set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS - "Debug" "Profile" "Release") -endif() - -# Compilation settings that should be applied to most targets. -# -# Be cautious about adding new options here, as plugins use this function by -# default. In most cases, you should add new options to specific targets instead -# of modifying this function. -function(APPLY_STANDARD_SETTINGS TARGET) - target_compile_features(${TARGET} PUBLIC cxx_std_14) - target_compile_options(${TARGET} PRIVATE -Wall -Werror) - target_compile_options(${TARGET} PRIVATE "$<$>:-O3>") - target_compile_definitions(${TARGET} PRIVATE "$<$>:NDEBUG>") -endfunction() - -# Flutter library and tool build rules. -set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter") -add_subdirectory(${FLUTTER_MANAGED_DIR}) - -# System-level dependencies. -find_package(PkgConfig REQUIRED) -pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0) - -add_definitions(-DAPPLICATION_ID="${APPLICATION_ID}") - -# Define the application target. To change its name, change BINARY_NAME above, -# not the value here, or `flutter run` will no longer work. -# -# Any new source files that you add to the application should be added here. -add_executable(${BINARY_NAME} - "main.cc" - "my_application.cc" - "${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc" -) - -# Apply the standard set of build settings. This can be removed for applications -# that need different build settings. -apply_standard_settings(${BINARY_NAME}) - -# Add dependency libraries. Add any application-specific dependencies here. -target_link_libraries(${BINARY_NAME} PRIVATE flutter) -target_link_libraries(${BINARY_NAME} PRIVATE PkgConfig::GTK) - -# Run the Flutter tool portions of the build. This must not be removed. -add_dependencies(${BINARY_NAME} flutter_assemble) - -# Only the install-generated bundle's copy of the executable will launch -# correctly, since the resources must in the right relative locations. To avoid -# people trying to run the unbundled copy, put it in a subdirectory instead of -# the default top-level location. -set_target_properties(${BINARY_NAME} - PROPERTIES - RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/intermediates_do_not_run" -) - -# Generated plugin build rules, which manage building the plugins and adding -# them to the application. -include(flutter/generated_plugins.cmake) - - -# === Installation === -# By default, "installing" just makes a relocatable bundle in the build -# directory. -set(BUILD_BUNDLE_DIR "${PROJECT_BINARY_DIR}/bundle") -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE) -endif() - -# Start with a clean build bundle directory every time. -install(CODE " - file(REMOVE_RECURSE \"${BUILD_BUNDLE_DIR}/\") - " COMPONENT Runtime) - -set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data") -set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib") - -install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) - -foreach(bundled_library ${PLUGIN_BUNDLED_LIBRARIES}) - install(FILES "${bundled_library}" - DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) -endforeach(bundled_library) - -# Fully re-copy the assets directory on each build to avoid having stale files -# from a previous install. -set(FLUTTER_ASSET_DIR_NAME "flutter_assets") -install(CODE " - file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\") - " COMPONENT Runtime) -install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}" - DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime) - -# Install the AOT library on non-Debug builds only. -if(NOT CMAKE_BUILD_TYPE MATCHES "Debug") - install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) -endif() diff --git a/example/linux/flutter/CMakeLists.txt b/example/linux/flutter/CMakeLists.txt deleted file mode 100644 index d5bd016..0000000 --- a/example/linux/flutter/CMakeLists.txt +++ /dev/null @@ -1,88 +0,0 @@ -# This file controls Flutter-level build steps. It should not be edited. -cmake_minimum_required(VERSION 3.10) - -set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral") - -# Configuration provided via flutter tool. -include(${EPHEMERAL_DIR}/generated_config.cmake) - -# TODO: Move the rest of this into files in ephemeral. See -# https://github.com/flutter/flutter/issues/57146. - -# Serves the same purpose as list(TRANSFORM ... PREPEND ...), -# which isn't available in 3.10. -function(list_prepend LIST_NAME PREFIX) - set(NEW_LIST "") - foreach(element ${${LIST_NAME}}) - list(APPEND NEW_LIST "${PREFIX}${element}") - endforeach(element) - set(${LIST_NAME} "${NEW_LIST}" PARENT_SCOPE) -endfunction() - -# === Flutter Library === -# System-level dependencies. -find_package(PkgConfig REQUIRED) -pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0) -pkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0) -pkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0) - -set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/libflutter_linux_gtk.so") - -# Published to parent scope for install step. -set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE) -set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE) -set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE) -set(AOT_LIBRARY "${PROJECT_DIR}/build/lib/libapp.so" PARENT_SCOPE) - -list(APPEND FLUTTER_LIBRARY_HEADERS - "fl_basic_message_channel.h" - "fl_binary_codec.h" - "fl_binary_messenger.h" - "fl_dart_project.h" - "fl_engine.h" - "fl_json_message_codec.h" - "fl_json_method_codec.h" - "fl_message_codec.h" - "fl_method_call.h" - "fl_method_channel.h" - "fl_method_codec.h" - "fl_method_response.h" - "fl_plugin_registrar.h" - "fl_plugin_registry.h" - "fl_standard_message_codec.h" - "fl_standard_method_codec.h" - "fl_string_codec.h" - "fl_value.h" - "fl_view.h" - "flutter_linux.h" -) -list_prepend(FLUTTER_LIBRARY_HEADERS "${EPHEMERAL_DIR}/flutter_linux/") -add_library(flutter INTERFACE) -target_include_directories(flutter INTERFACE - "${EPHEMERAL_DIR}" -) -target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}") -target_link_libraries(flutter INTERFACE - PkgConfig::GTK - PkgConfig::GLIB - PkgConfig::GIO -) -add_dependencies(flutter flutter_assemble) - -# === Flutter tool backend === -# _phony_ is a non-existent file to force this command to run every time, -# since currently there's no way to get a full input/output list from the -# flutter tool. -add_custom_command( - OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS} - ${CMAKE_CURRENT_BINARY_DIR}/_phony_ - COMMAND ${CMAKE_COMMAND} -E env - ${FLUTTER_TOOL_ENVIRONMENT} - "${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.sh" - ${FLUTTER_TARGET_PLATFORM} ${CMAKE_BUILD_TYPE} - VERBATIM -) -add_custom_target(flutter_assemble DEPENDS - "${FLUTTER_LIBRARY}" - ${FLUTTER_LIBRARY_HEADERS} -) diff --git a/example/linux/flutter/generated_plugin_registrant.cc b/example/linux/flutter/generated_plugin_registrant.cc deleted file mode 100644 index e71a16d..0000000 --- a/example/linux/flutter/generated_plugin_registrant.cc +++ /dev/null @@ -1,11 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#include "generated_plugin_registrant.h" - - -void fl_register_plugins(FlPluginRegistry* registry) { -} diff --git a/example/linux/flutter/generated_plugin_registrant.h b/example/linux/flutter/generated_plugin_registrant.h deleted file mode 100644 index e0f0a47..0000000 --- a/example/linux/flutter/generated_plugin_registrant.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#ifndef GENERATED_PLUGIN_REGISTRANT_ -#define GENERATED_PLUGIN_REGISTRANT_ - -#include - -// Registers Flutter plugins. -void fl_register_plugins(FlPluginRegistry* registry); - -#endif // GENERATED_PLUGIN_REGISTRANT_ diff --git a/example/linux/flutter/generated_plugins.cmake b/example/linux/flutter/generated_plugins.cmake deleted file mode 100644 index 2e1de87..0000000 --- a/example/linux/flutter/generated_plugins.cmake +++ /dev/null @@ -1,23 +0,0 @@ -# -# Generated file, do not edit. -# - -list(APPEND FLUTTER_PLUGIN_LIST -) - -list(APPEND FLUTTER_FFI_PLUGIN_LIST -) - -set(PLUGIN_BUNDLED_LIBRARIES) - -foreach(plugin ${FLUTTER_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin}) - target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin) - list(APPEND PLUGIN_BUNDLED_LIBRARIES $) - list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) -endforeach(plugin) - -foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin}) - list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries}) -endforeach(ffi_plugin) diff --git a/example/linux/main.cc b/example/linux/main.cc deleted file mode 100644 index e7c5c54..0000000 --- a/example/linux/main.cc +++ /dev/null @@ -1,6 +0,0 @@ -#include "my_application.h" - -int main(int argc, char** argv) { - g_autoptr(MyApplication) app = my_application_new(); - return g_application_run(G_APPLICATION(app), argc, argv); -} diff --git a/example/linux/my_application.cc b/example/linux/my_application.cc deleted file mode 100644 index 0ba8f43..0000000 --- a/example/linux/my_application.cc +++ /dev/null @@ -1,104 +0,0 @@ -#include "my_application.h" - -#include -#ifdef GDK_WINDOWING_X11 -#include -#endif - -#include "flutter/generated_plugin_registrant.h" - -struct _MyApplication { - GtkApplication parent_instance; - char** dart_entrypoint_arguments; -}; - -G_DEFINE_TYPE(MyApplication, my_application, GTK_TYPE_APPLICATION) - -// Implements GApplication::activate. -static void my_application_activate(GApplication* application) { - MyApplication* self = MY_APPLICATION(application); - GtkWindow* window = - GTK_WINDOW(gtk_application_window_new(GTK_APPLICATION(application))); - - // Use a header bar when running in GNOME as this is the common style used - // by applications and is the setup most users will be using (e.g. Ubuntu - // desktop). - // If running on X and not using GNOME then just use a traditional title bar - // in case the window manager does more exotic layout, e.g. tiling. - // If running on Wayland assume the header bar will work (may need changing - // if future cases occur). - gboolean use_header_bar = TRUE; -#ifdef GDK_WINDOWING_X11 - GdkScreen* screen = gtk_window_get_screen(window); - if (GDK_IS_X11_SCREEN(screen)) { - const gchar* wm_name = gdk_x11_screen_get_window_manager_name(screen); - if (g_strcmp0(wm_name, "GNOME Shell") != 0) { - use_header_bar = FALSE; - } - } -#endif - if (use_header_bar) { - GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new()); - gtk_widget_show(GTK_WIDGET(header_bar)); - gtk_header_bar_set_title(header_bar, "example"); - gtk_header_bar_set_show_close_button(header_bar, TRUE); - gtk_window_set_titlebar(window, GTK_WIDGET(header_bar)); - } else { - gtk_window_set_title(window, "example"); - } - - gtk_window_set_default_size(window, 1280, 720); - gtk_widget_show(GTK_WIDGET(window)); - - g_autoptr(FlDartProject) project = fl_dart_project_new(); - fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments); - - FlView* view = fl_view_new(project); - gtk_widget_show(GTK_WIDGET(view)); - gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(view)); - - fl_register_plugins(FL_PLUGIN_REGISTRY(view)); - - gtk_widget_grab_focus(GTK_WIDGET(view)); -} - -// Implements GApplication::local_command_line. -static gboolean my_application_local_command_line(GApplication* application, gchar*** arguments, int* exit_status) { - MyApplication* self = MY_APPLICATION(application); - // Strip out the first argument as it is the binary name. - self->dart_entrypoint_arguments = g_strdupv(*arguments + 1); - - g_autoptr(GError) error = nullptr; - if (!g_application_register(application, nullptr, &error)) { - g_warning("Failed to register: %s", error->message); - *exit_status = 1; - return TRUE; - } - - g_application_activate(application); - *exit_status = 0; - - return TRUE; -} - -// Implements GObject::dispose. -static void my_application_dispose(GObject* object) { - MyApplication* self = MY_APPLICATION(object); - g_clear_pointer(&self->dart_entrypoint_arguments, g_strfreev); - G_OBJECT_CLASS(my_application_parent_class)->dispose(object); -} - -static void my_application_class_init(MyApplicationClass* klass) { - G_APPLICATION_CLASS(klass)->activate = my_application_activate; - G_APPLICATION_CLASS(klass)->local_command_line = my_application_local_command_line; - G_OBJECT_CLASS(klass)->dispose = my_application_dispose; -} - -static void my_application_init(MyApplication* self) {} - -MyApplication* my_application_new() { - return MY_APPLICATION(g_object_new(my_application_get_type(), - "application-id", APPLICATION_ID, - "flags", G_APPLICATION_NON_UNIQUE, - nullptr)); -} diff --git a/example/linux/my_application.h b/example/linux/my_application.h deleted file mode 100644 index 72271d5..0000000 --- a/example/linux/my_application.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef FLUTTER_MY_APPLICATION_H_ -#define FLUTTER_MY_APPLICATION_H_ - -#include - -G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION, - GtkApplication) - -/** - * my_application_new: - * - * Creates a new Flutter-based application. - * - * Returns: a new #MyApplication. - */ -MyApplication* my_application_new(); - -#endif // FLUTTER_MY_APPLICATION_H_ diff --git a/example/macos/.gitignore b/example/macos/.gitignore deleted file mode 100644 index 746adbb..0000000 --- a/example/macos/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# Flutter-related -**/Flutter/ephemeral/ -**/Pods/ - -# Xcode-related -**/dgph -**/xcuserdata/ diff --git a/example/macos/Flutter/Flutter-Debug.xcconfig b/example/macos/Flutter/Flutter-Debug.xcconfig deleted file mode 100644 index 4b81f9b..0000000 --- a/example/macos/Flutter/Flutter-Debug.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" -#include "ephemeral/Flutter-Generated.xcconfig" diff --git a/example/macos/Flutter/Flutter-Release.xcconfig b/example/macos/Flutter/Flutter-Release.xcconfig deleted file mode 100644 index 5caa9d1..0000000 --- a/example/macos/Flutter/Flutter-Release.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" -#include "ephemeral/Flutter-Generated.xcconfig" diff --git a/example/macos/Flutter/GeneratedPluginRegistrant.swift b/example/macos/Flutter/GeneratedPluginRegistrant.swift deleted file mode 100644 index 7f14ccd..0000000 --- a/example/macos/Flutter/GeneratedPluginRegistrant.swift +++ /dev/null @@ -1,14 +0,0 @@ -// -// Generated file. Do not edit. -// - -import FlutterMacOS -import Foundation - -import path_provider_foundation -import rive_common - -func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { - PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) - RivePlugin.register(with: registry.registrar(forPlugin: "RivePlugin")) -} diff --git a/example/macos/Podfile b/example/macos/Podfile deleted file mode 100644 index 049abe2..0000000 --- a/example/macos/Podfile +++ /dev/null @@ -1,40 +0,0 @@ -platform :osx, '10.14' - -# CocoaPods analytics sends network stats synchronously affecting flutter build latency. -ENV['COCOAPODS_DISABLE_STATS'] = 'true' - -project 'Runner', { - 'Debug' => :debug, - 'Profile' => :release, - 'Release' => :release, -} - -def flutter_root - generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__) - unless File.exist?(generated_xcode_build_settings_path) - raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \"flutter pub get\" is executed first" - end - - File.foreach(generated_xcode_build_settings_path) do |line| - matches = line.match(/FLUTTER_ROOT\=(.*)/) - return matches[1].strip if matches - end - raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \"flutter pub get\"" -end - -require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) - -flutter_macos_podfile_setup - -target 'Runner' do - use_frameworks! - use_modular_headers! - - flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__)) -end - -post_install do |installer| - installer.pods_project.targets.each do |target| - flutter_additional_macos_build_settings(target) - end -end diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock deleted file mode 100644 index 43321f4..0000000 --- a/example/macos/Podfile.lock +++ /dev/null @@ -1,22 +0,0 @@ -PODS: - - FlutterMacOS (1.0.0) - - rive_common (0.0.1): - - FlutterMacOS - -DEPENDENCIES: - - FlutterMacOS (from `Flutter/ephemeral`) - - rive_common (from `Flutter/ephemeral/.symlinks/plugins/rive_common/macos`) - -EXTERNAL SOURCES: - FlutterMacOS: - :path: Flutter/ephemeral - rive_common: - :path: Flutter/ephemeral/.symlinks/plugins/rive_common/macos - -SPEC CHECKSUMS: - FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 - rive_common: 643f5c20ccd60c53136ab5c970eccf0d17e010fe - -PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7 - -COCOAPODS: 1.11.3 diff --git a/example/macos/Runner.xcodeproj/project.pbxproj b/example/macos/Runner.xcodeproj/project.pbxproj deleted file mode 100644 index 430467d..0000000 --- a/example/macos/Runner.xcodeproj/project.pbxproj +++ /dev/null @@ -1,633 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXAggregateTarget section */ - 33CC111A2044C6BA0003C045 /* Flutter Assemble */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */; - buildPhases = ( - 33CC111E2044C6BF0003C045 /* ShellScript */, - ); - dependencies = ( - ); - name = "Flutter Assemble"; - productName = FLX; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; }; - 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; }; - 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; }; - 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; }; - 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; }; - 9F26D2F0F9ECE14D4FD2D594 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC49FAE6E7DBA7C9415224FF /* Pods_Runner.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 33CC10E52044A3C60003C045 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 33CC111A2044C6BA0003C045; - remoteInfo = FLX; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 33CC110E2044A8840003C045 /* Bundle Framework */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Bundle Framework"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = ""; }; - 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = ""; }; - 33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = ""; }; - 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; - 33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = ""; }; - 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = ""; }; - 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Debug.xcconfig"; sourceTree = ""; }; - 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Release.xcconfig"; sourceTree = ""; }; - 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "Flutter-Generated.xcconfig"; path = "ephemeral/Flutter-Generated.xcconfig"; sourceTree = ""; }; - 33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = ""; }; - 33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = ""; }; - 33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = ""; }; - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = ""; }; - 7B7D185D88F3B75156FEB9D2 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; }; - 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = ""; }; - BC49FAE6E7DBA7C9415224FF /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C99C9F513AFAA7CF144FD7F7 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; }; - D2905375D543A7BF96B4076B /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 33CC10EA2044A3C60003C045 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9F26D2F0F9ECE14D4FD2D594 /* Pods_Runner.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 33BA886A226E78AF003329D5 /* Configs */ = { - isa = PBXGroup; - children = ( - 33E5194F232828860026EE4D /* AppInfo.xcconfig */, - 9740EEB21CF90195004384FC /* Debug.xcconfig */, - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, - 333000ED22D3DE5D00554162 /* Warnings.xcconfig */, - ); - path = Configs; - sourceTree = ""; - }; - 33CC10E42044A3C60003C045 = { - isa = PBXGroup; - children = ( - 33FAB671232836740065AC1E /* Runner */, - 33CEB47122A05771004F2AC0 /* Flutter */, - 33CC10EE2044A3C60003C045 /* Products */, - D73912EC22F37F3D000D13A0 /* Frameworks */, - 6AFE0FF76B7FA3496F55CD19 /* Pods */, - ); - sourceTree = ""; - }; - 33CC10EE2044A3C60003C045 /* Products */ = { - isa = PBXGroup; - children = ( - 33CC10ED2044A3C60003C045 /* example.app */, - ); - name = Products; - sourceTree = ""; - }; - 33CC11242044D66E0003C045 /* Resources */ = { - isa = PBXGroup; - children = ( - 33CC10F22044A3C60003C045 /* Assets.xcassets */, - 33CC10F42044A3C60003C045 /* MainMenu.xib */, - 33CC10F72044A3C60003C045 /* Info.plist */, - ); - name = Resources; - path = ..; - sourceTree = ""; - }; - 33CEB47122A05771004F2AC0 /* Flutter */ = { - isa = PBXGroup; - children = ( - 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */, - 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */, - 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */, - 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */, - ); - path = Flutter; - sourceTree = ""; - }; - 33FAB671232836740065AC1E /* Runner */ = { - isa = PBXGroup; - children = ( - 33CC10F02044A3C60003C045 /* AppDelegate.swift */, - 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */, - 33E51913231747F40026EE4D /* DebugProfile.entitlements */, - 33E51914231749380026EE4D /* Release.entitlements */, - 33CC11242044D66E0003C045 /* Resources */, - 33BA886A226E78AF003329D5 /* Configs */, - ); - path = Runner; - sourceTree = ""; - }; - 6AFE0FF76B7FA3496F55CD19 /* Pods */ = { - isa = PBXGroup; - children = ( - D2905375D543A7BF96B4076B /* Pods-Runner.debug.xcconfig */, - 7B7D185D88F3B75156FEB9D2 /* Pods-Runner.release.xcconfig */, - C99C9F513AFAA7CF144FD7F7 /* Pods-Runner.profile.xcconfig */, - ); - name = Pods; - path = Pods; - sourceTree = ""; - }; - D73912EC22F37F3D000D13A0 /* Frameworks */ = { - isa = PBXGroup; - children = ( - BC49FAE6E7DBA7C9415224FF /* Pods_Runner.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 33CC10EC2044A3C60003C045 /* Runner */ = { - isa = PBXNativeTarget; - buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */; - buildPhases = ( - 5C6C67C32B148A60D669F701 /* [CP] Check Pods Manifest.lock */, - 33CC10E92044A3C60003C045 /* Sources */, - 33CC10EA2044A3C60003C045 /* Frameworks */, - 33CC10EB2044A3C60003C045 /* Resources */, - 33CC110E2044A8840003C045 /* Bundle Framework */, - 3399D490228B24CF009A79C7 /* ShellScript */, - 2CEAD6894F642EA7D2017A58 /* [CP] Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 33CC11202044C79F0003C045 /* PBXTargetDependency */, - ); - name = Runner; - productName = Runner; - productReference = 33CC10ED2044A3C60003C045 /* example.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 33CC10E52044A3C60003C045 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0920; - LastUpgradeCheck = 1300; - ORGANIZATIONNAME = ""; - TargetAttributes = { - 33CC10EC2044A3C60003C045 = { - CreatedOnToolsVersion = 9.2; - LastSwiftMigration = 1100; - ProvisioningStyle = Automatic; - SystemCapabilities = { - com.apple.Sandbox = { - enabled = 1; - }; - }; - }; - 33CC111A2044C6BA0003C045 = { - CreatedOnToolsVersion = 9.2; - ProvisioningStyle = Manual; - }; - }; - }; - buildConfigurationList = 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 33CC10E42044A3C60003C045; - productRefGroup = 33CC10EE2044A3C60003C045 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 33CC10EC2044A3C60003C045 /* Runner */, - 33CC111A2044C6BA0003C045 /* Flutter Assemble */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 33CC10EB2044A3C60003C045 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */, - 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 2CEAD6894F642EA7D2017A58 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 3399D490228B24CF009A79C7 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n"; - }; - 33CC111E2044C6BF0003C045 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - Flutter/ephemeral/FlutterInputs.xcfilelist, - ); - inputPaths = ( - Flutter/ephemeral/tripwire, - ); - outputFileListPaths = ( - Flutter/ephemeral/FlutterOutputs.xcfilelist, - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire"; - }; - 5C6C67C32B148A60D669F701 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 33CC10E92044A3C60003C045 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */, - 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */, - 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 33CC11202044C79F0003C045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */; - targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 33CC10F42044A3C60003C045 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - 33CC10F52044A3C60003C045 /* Base */, - ); - name = MainMenu.xib; - path = Runner; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 338D0CE9231458BD00FA5F75 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.14; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - }; - name = Profile; - }; - 338D0CEA231458BD00FA5F75 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Profile; - }; - 338D0CEB231458BD00FA5F75 /* Profile */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Manual; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Profile; - }; - 33CC10F92044A3C60003C045 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.14; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 33CC10FA2044A3C60003C045 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.14; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - }; - name = Release; - }; - 33CC10FC2044A3C60003C045 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - 33CC10FD2044A3C60003C045 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; - 33CC111C2044C6BA0003C045 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Manual; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 33CC111D2044C6BA0003C045 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 33CC10F92044A3C60003C045 /* Debug */, - 33CC10FA2044A3C60003C045 /* Release */, - 338D0CE9231458BD00FA5F75 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 33CC10FC2044A3C60003C045 /* Debug */, - 33CC10FD2044A3C60003C045 /* Release */, - 338D0CEA231458BD00FA5F75 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 33CC111C2044C6BA0003C045 /* Debug */, - 33CC111D2044C6BA0003C045 /* Release */, - 338D0CEB231458BD00FA5F75 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 33CC10E52044A3C60003C045 /* Project object */; -} diff --git a/example/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/example/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/example/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme deleted file mode 100644 index fb7259e..0000000 --- a/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/macos/Runner.xcworkspace/contents.xcworkspacedata b/example/macos/Runner.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 21a3cc1..0000000 --- a/example/macos/Runner.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/example/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/example/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/example/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/example/macos/Runner/AppDelegate.swift b/example/macos/Runner/AppDelegate.swift deleted file mode 100644 index d53ef64..0000000 --- a/example/macos/Runner/AppDelegate.swift +++ /dev/null @@ -1,9 +0,0 @@ -import Cocoa -import FlutterMacOS - -@NSApplicationMain -class AppDelegate: FlutterAppDelegate { - override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { - return true - } -} diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index a2ec33f..0000000 --- a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "images" : [ - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "app_icon_16.png", - "scale" : "1x" - }, - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "app_icon_32.png", - "scale" : "2x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "app_icon_32.png", - "scale" : "1x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "app_icon_64.png", - "scale" : "2x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "app_icon_128.png", - "scale" : "1x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "app_icon_256.png", - "scale" : "2x" - }, - { - "size" : "256x256", - "idiom" : "mac", - "filename" : "app_icon_256.png", - "scale" : "1x" - }, - { - "size" : "256x256", - "idiom" : "mac", - "filename" : "app_icon_512.png", - "scale" : "2x" - }, - { - "size" : "512x512", - "idiom" : "mac", - "filename" : "app_icon_512.png", - "scale" : "1x" - }, - { - "size" : "512x512", - "idiom" : "mac", - "filename" : "app_icon_1024.png", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png deleted file mode 100644 index 82b6f9d..0000000 Binary files a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png and /dev/null differ diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png deleted file mode 100644 index 13b35eb..0000000 Binary files a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png and /dev/null differ diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png deleted file mode 100644 index 0a3f5fa..0000000 Binary files a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png and /dev/null differ diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png deleted file mode 100644 index bdb5722..0000000 Binary files a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png and /dev/null differ diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png deleted file mode 100644 index f083318..0000000 Binary files a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png and /dev/null differ diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png deleted file mode 100644 index 326c0e7..0000000 Binary files a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png and /dev/null differ diff --git a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png b/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png deleted file mode 100644 index 2f1632c..0000000 Binary files a/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png and /dev/null differ diff --git a/example/macos/Runner/Base.lproj/MainMenu.xib b/example/macos/Runner/Base.lproj/MainMenu.xib deleted file mode 100644 index 80e867a..0000000 --- a/example/macos/Runner/Base.lproj/MainMenu.xib +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/macos/Runner/Configs/AppInfo.xcconfig b/example/macos/Runner/Configs/AppInfo.xcconfig deleted file mode 100644 index dda192b..0000000 --- a/example/macos/Runner/Configs/AppInfo.xcconfig +++ /dev/null @@ -1,14 +0,0 @@ -// Application-level settings for the Runner target. -// -// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the -// future. If not, the values below would default to using the project name when this becomes a -// 'flutter create' template. - -// The application's name. By default this is also the title of the Flutter window. -PRODUCT_NAME = example - -// The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.example - -// The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright ยฉ 2023 com.example. All rights reserved. diff --git a/example/macos/Runner/Configs/Debug.xcconfig b/example/macos/Runner/Configs/Debug.xcconfig deleted file mode 100644 index 36b0fd9..0000000 --- a/example/macos/Runner/Configs/Debug.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include "../../Flutter/Flutter-Debug.xcconfig" -#include "Warnings.xcconfig" diff --git a/example/macos/Runner/Configs/Release.xcconfig b/example/macos/Runner/Configs/Release.xcconfig deleted file mode 100644 index dff4f49..0000000 --- a/example/macos/Runner/Configs/Release.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include "../../Flutter/Flutter-Release.xcconfig" -#include "Warnings.xcconfig" diff --git a/example/macos/Runner/Configs/Warnings.xcconfig b/example/macos/Runner/Configs/Warnings.xcconfig deleted file mode 100644 index 42bcbf4..0000000 --- a/example/macos/Runner/Configs/Warnings.xcconfig +++ /dev/null @@ -1,13 +0,0 @@ -WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings -GCC_WARN_UNDECLARED_SELECTOR = YES -CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES -CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE -CLANG_WARN__DUPLICATE_METHOD_MATCH = YES -CLANG_WARN_PRAGMA_PACK = YES -CLANG_WARN_STRICT_PROTOTYPES = YES -CLANG_WARN_COMMA = YES -GCC_WARN_STRICT_SELECTOR_MATCH = YES -CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES -CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES -GCC_WARN_SHADOW = YES -CLANG_WARN_UNREACHABLE_CODE = YES diff --git a/example/macos/Runner/DebugProfile.entitlements b/example/macos/Runner/DebugProfile.entitlements deleted file mode 100644 index c946719..0000000 --- a/example/macos/Runner/DebugProfile.entitlements +++ /dev/null @@ -1,14 +0,0 @@ - - - - - com.apple.security.app-sandbox - - com.apple.security.cs.allow-jit - - com.apple.security.network.server - - com.apple.security.network.client - - - diff --git a/example/macos/Runner/Info.plist b/example/macos/Runner/Info.plist deleted file mode 100644 index 4789daa..0000000 --- a/example/macos/Runner/Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIconFile - - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSHumanReadableCopyright - $(PRODUCT_COPYRIGHT) - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - - diff --git a/example/macos/Runner/MainFlutterWindow.swift b/example/macos/Runner/MainFlutterWindow.swift deleted file mode 100644 index 2722837..0000000 --- a/example/macos/Runner/MainFlutterWindow.swift +++ /dev/null @@ -1,15 +0,0 @@ -import Cocoa -import FlutterMacOS - -class MainFlutterWindow: NSWindow { - override func awakeFromNib() { - let flutterViewController = FlutterViewController.init() - let windowFrame = self.frame - self.contentViewController = flutterViewController - self.setFrame(windowFrame, display: true) - - RegisterGeneratedPlugins(registry: flutterViewController) - - super.awakeFromNib() - } -} diff --git a/example/macos/Runner/Release.entitlements b/example/macos/Runner/Release.entitlements deleted file mode 100644 index 48271ac..0000000 --- a/example/macos/Runner/Release.entitlements +++ /dev/null @@ -1,10 +0,0 @@ - - - - - com.apple.security.app-sandbox - - com.apple.security.network.client - - - diff --git a/example/pubspec.lock b/example/pubspec.lock deleted file mode 100644 index 2d967af..0000000 --- a/example/pubspec.lock +++ /dev/null @@ -1,316 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - archive: - dependency: transitive - description: - name: archive - sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d - url: "https://pub.dev" - source: hosted - version: "3.3.6" - async: - dependency: transitive - description: - name: async - sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 - url: "https://pub.dev" - source: hosted - version: "2.10.0" - characters: - dependency: transitive - description: - name: characters - sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c - url: "https://pub.dev" - source: hosted - version: "1.2.1" - collection: - dependency: transitive - description: - name: collection - sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 - url: "https://pub.dev" - source: hosted - version: "1.17.0" - convert: - dependency: transitive - description: - name: convert - sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" - url: "https://pub.dev" - source: hosted - version: "3.1.1" - crypto: - dependency: transitive - description: - name: crypto - sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67 - url: "https://pub.dev" - source: hosted - version: "3.0.2" - ffi: - dependency: transitive - description: - name: ffi - sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978 - url: "https://pub.dev" - source: hosted - version: "2.0.1" - file: - dependency: transitive - description: - name: file - sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d" - url: "https://pub.dev" - source: hosted - version: "6.1.4" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" - flutter_web_plugins: - dependency: transitive - description: flutter - source: sdk - version: "0.0.0" - giffy_dialog: - dependency: "direct main" - description: - path: ".." - relative: true - source: path - version: "1.8.0" - google_fonts: - dependency: "direct main" - description: - name: google_fonts - sha256: "927573f2e8a8d65c17931e21918ad0ab0666b1b636537de7c4932bdb487b190f" - url: "https://pub.dev" - source: hosted - version: "4.0.3" - graphs: - dependency: transitive - description: - name: graphs - sha256: f9e130f3259f52d26f0cfc0e964513796dafed572fa52e45d2f8d6ca14db39b2 - url: "https://pub.dev" - source: hosted - version: "2.2.0" - http: - dependency: transitive - description: - name: http - sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482" - url: "https://pub.dev" - source: hosted - version: "0.13.5" - http_parser: - dependency: transitive - description: - name: http_parser - sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" - url: "https://pub.dev" - source: hosted - version: "4.0.2" - js: - dependency: transitive - description: - name: js - sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" - url: "https://pub.dev" - source: hosted - version: "0.6.5" - lottie: - dependency: transitive - description: - name: lottie - sha256: "49bbc544e44bf0c734ccda29b182e3516a12f5021ea98b206cf31a168b0f97da" - url: "https://pub.dev" - source: hosted - version: "2.2.0" - material_color_utilities: - dependency: transitive - description: - name: material_color_utilities - sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 - url: "https://pub.dev" - source: hosted - version: "0.2.0" - meta: - dependency: transitive - description: - name: meta - sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" - url: "https://pub.dev" - source: hosted - version: "1.8.0" - path: - dependency: transitive - description: - name: path - sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b - url: "https://pub.dev" - source: hosted - version: "1.8.2" - path_provider: - dependency: transitive - description: - name: path_provider - sha256: "04890b994ee89bfa80bf3080bfec40d5a92c5c7a785ebb02c13084a099d2b6f9" - url: "https://pub.dev" - source: hosted - version: "2.0.13" - path_provider_android: - dependency: transitive - description: - name: path_provider_android - sha256: "7623b7d4be0f0f7d9a8b5ee6879fc13e4522d4c875ab86801dee4af32b54b83e" - url: "https://pub.dev" - source: hosted - version: "2.0.23" - path_provider_foundation: - dependency: transitive - description: - name: path_provider_foundation - sha256: eec003594f19fe2456ea965ae36b3fc967bc5005f508890aafe31fa75e41d972 - url: "https://pub.dev" - source: hosted - version: "2.1.2" - path_provider_linux: - dependency: transitive - description: - name: path_provider_linux - sha256: "525ad5e07622d19447ad740b1ed5070031f7a5437f44355ae915ff56e986429a" - url: "https://pub.dev" - source: hosted - version: "2.1.9" - path_provider_platform_interface: - dependency: transitive - description: - name: path_provider_platform_interface - sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec" - url: "https://pub.dev" - source: hosted - version: "2.0.6" - path_provider_windows: - dependency: transitive - description: - name: path_provider_windows - sha256: "642ddf65fde5404f83267e8459ddb4556316d3ee6d511ed193357e25caa3632d" - url: "https://pub.dev" - source: hosted - version: "2.1.4" - platform: - dependency: transitive - description: - name: platform - sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76" - url: "https://pub.dev" - source: hosted - version: "3.1.0" - plugin_platform_interface: - dependency: transitive - description: - name: plugin_platform_interface - sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc" - url: "https://pub.dev" - source: hosted - version: "2.1.4" - pointycastle: - dependency: transitive - description: - name: pointycastle - sha256: db7306cf0249f838d1a24af52b5a5887c5bf7f31d8bb4e827d071dc0939ad346 - url: "https://pub.dev" - source: hosted - version: "3.6.2" - process: - dependency: transitive - description: - name: process - sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09" - url: "https://pub.dev" - source: hosted - version: "4.2.4" - rive: - dependency: transitive - description: - name: rive - sha256: "21b9364d578d3f55f36e18da0235f58adf26edc328505e9bac1824f1bb297f33" - url: "https://pub.dev" - source: hosted - version: "0.10.2" - rive_common: - dependency: transitive - description: - name: rive_common - sha256: f98a451a5d6c8c82693b4eab1dd65413800bab69ac7f9f8fad79fd39bb5ba3ab - url: "https://pub.dev" - source: hosted - version: "0.0.2" - sky_engine: - dependency: transitive - description: flutter - source: sdk - version: "0.0.99" - source_span: - dependency: transitive - description: - name: source_span - sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 - url: "https://pub.dev" - source: hosted - version: "1.9.1" - string_scanner: - dependency: transitive - description: - name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" - url: "https://pub.dev" - source: hosted - version: "1.2.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 - url: "https://pub.dev" - source: hosted - version: "1.2.1" - typed_data: - dependency: transitive - description: - name: typed_data - sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5" - url: "https://pub.dev" - source: hosted - version: "1.3.1" - vector_math: - dependency: transitive - description: - name: vector_math - sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" - url: "https://pub.dev" - source: hosted - version: "2.1.4" - win32: - dependency: transitive - description: - name: win32 - sha256: c9ebe7ee4ab0c2194e65d3a07d8c54c5d00bb001b76081c4a04cdb8448b59e46 - url: "https://pub.dev" - source: hosted - version: "3.1.3" - xdg_directories: - dependency: transitive - description: - name: xdg_directories - sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1 - url: "https://pub.dev" - source: hosted - version: "1.0.0" -sdks: - dart: ">=2.18.0 <4.0.0" - flutter: ">=3.3.0" diff --git a/example/pubspec.yaml b/example/pubspec.yaml deleted file mode 100644 index cd5081d..0000000 --- a/example/pubspec.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: example_giffy_dialog -description: A new Flutter project. -publish_to: 'none' - -version: 1.0.0+1 - -environment: - sdk: ">=2.18.0 <4.0.0" - -dependencies: - flutter: - sdk: flutter - giffy_dialog: - path: ../ - google_fonts: ^4.0.3 - -flutter: - uses-material-design: true diff --git a/example/windows/.gitignore b/example/windows/.gitignore deleted file mode 100644 index d492d0d..0000000 --- a/example/windows/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -flutter/ephemeral/ - -# Visual Studio user-specific files. -*.suo -*.user -*.userosscache -*.sln.docstates - -# Visual Studio build-related files. -x64/ -x86/ - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!*.[Cc]ache/ diff --git a/example/windows/CMakeLists.txt b/example/windows/CMakeLists.txt deleted file mode 100644 index c027074..0000000 --- a/example/windows/CMakeLists.txt +++ /dev/null @@ -1,101 +0,0 @@ -# Project-level configuration. -cmake_minimum_required(VERSION 3.14) -project(example LANGUAGES CXX) - -# The name of the executable created for the application. Change this to change -# the on-disk name of your application. -set(BINARY_NAME "example") - -# Explicitly opt in to modern CMake behaviors to avoid warnings with recent -# versions of CMake. -cmake_policy(SET CMP0063 NEW) - -# Define build configuration option. -get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) -if(IS_MULTICONFIG) - set(CMAKE_CONFIGURATION_TYPES "Debug;Profile;Release" - CACHE STRING "" FORCE) -else() - if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) - set(CMAKE_BUILD_TYPE "Debug" CACHE - STRING "Flutter build mode" FORCE) - set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS - "Debug" "Profile" "Release") - endif() -endif() -# Define settings for the Profile build mode. -set(CMAKE_EXE_LINKER_FLAGS_PROFILE "${CMAKE_EXE_LINKER_FLAGS_RELEASE}") -set(CMAKE_SHARED_LINKER_FLAGS_PROFILE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE}") -set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE}") -set(CMAKE_CXX_FLAGS_PROFILE "${CMAKE_CXX_FLAGS_RELEASE}") - -# Use Unicode for all projects. -add_definitions(-DUNICODE -D_UNICODE) - -# Compilation settings that should be applied to most targets. -# -# Be cautious about adding new options here, as plugins use this function by -# default. In most cases, you should add new options to specific targets instead -# of modifying this function. -function(APPLY_STANDARD_SETTINGS TARGET) - target_compile_features(${TARGET} PUBLIC cxx_std_17) - target_compile_options(${TARGET} PRIVATE /W4 /WX /wd"4100") - target_compile_options(${TARGET} PRIVATE /EHsc) - target_compile_definitions(${TARGET} PRIVATE "_HAS_EXCEPTIONS=0") - target_compile_definitions(${TARGET} PRIVATE "$<$:_DEBUG>") -endfunction() - -# Flutter library and tool build rules. -set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter") -add_subdirectory(${FLUTTER_MANAGED_DIR}) - -# Application build; see runner/CMakeLists.txt. -add_subdirectory("runner") - -# Generated plugin build rules, which manage building the plugins and adding -# them to the application. -include(flutter/generated_plugins.cmake) - - -# === Installation === -# Support files are copied into place next to the executable, so that it can -# run in place. This is done instead of making a separate bundle (as on Linux) -# so that building and running from within Visual Studio will work. -set(BUILD_BUNDLE_DIR "$") -# Make the "install" step default, as it's required to run. -set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1) -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE) -endif() - -set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data") -set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}") - -install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) - -if(PLUGIN_BUNDLED_LIBRARIES) - install(FILES "${PLUGIN_BUNDLED_LIBRARIES}" - DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) -endif() - -# Fully re-copy the assets directory on each build to avoid having stale files -# from a previous install. -set(FLUTTER_ASSET_DIR_NAME "flutter_assets") -install(CODE " - file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\") - " COMPONENT Runtime) -install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}" - DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime) - -# Install the AOT library on non-Debug builds only. -install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" - CONFIGURATIONS Profile;Release - COMPONENT Runtime) diff --git a/example/windows/flutter/CMakeLists.txt b/example/windows/flutter/CMakeLists.txt deleted file mode 100644 index 930d207..0000000 --- a/example/windows/flutter/CMakeLists.txt +++ /dev/null @@ -1,104 +0,0 @@ -# This file controls Flutter-level build steps. It should not be edited. -cmake_minimum_required(VERSION 3.14) - -set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral") - -# Configuration provided via flutter tool. -include(${EPHEMERAL_DIR}/generated_config.cmake) - -# TODO: Move the rest of this into files in ephemeral. See -# https://github.com/flutter/flutter/issues/57146. -set(WRAPPER_ROOT "${EPHEMERAL_DIR}/cpp_client_wrapper") - -# === Flutter Library === -set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/flutter_windows.dll") - -# Published to parent scope for install step. -set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE) -set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE) -set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE) -set(AOT_LIBRARY "${PROJECT_DIR}/build/windows/app.so" PARENT_SCOPE) - -list(APPEND FLUTTER_LIBRARY_HEADERS - "flutter_export.h" - "flutter_windows.h" - "flutter_messenger.h" - "flutter_plugin_registrar.h" - "flutter_texture_registrar.h" -) -list(TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND "${EPHEMERAL_DIR}/") -add_library(flutter INTERFACE) -target_include_directories(flutter INTERFACE - "${EPHEMERAL_DIR}" -) -target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}.lib") -add_dependencies(flutter flutter_assemble) - -# === Wrapper === -list(APPEND CPP_WRAPPER_SOURCES_CORE - "core_implementations.cc" - "standard_codec.cc" -) -list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/") -list(APPEND CPP_WRAPPER_SOURCES_PLUGIN - "plugin_registrar.cc" -) -list(TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND "${WRAPPER_ROOT}/") -list(APPEND CPP_WRAPPER_SOURCES_APP - "flutter_engine.cc" - "flutter_view_controller.cc" -) -list(TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND "${WRAPPER_ROOT}/") - -# Wrapper sources needed for a plugin. -add_library(flutter_wrapper_plugin STATIC - ${CPP_WRAPPER_SOURCES_CORE} - ${CPP_WRAPPER_SOURCES_PLUGIN} -) -apply_standard_settings(flutter_wrapper_plugin) -set_target_properties(flutter_wrapper_plugin PROPERTIES - POSITION_INDEPENDENT_CODE ON) -set_target_properties(flutter_wrapper_plugin PROPERTIES - CXX_VISIBILITY_PRESET hidden) -target_link_libraries(flutter_wrapper_plugin PUBLIC flutter) -target_include_directories(flutter_wrapper_plugin PUBLIC - "${WRAPPER_ROOT}/include" -) -add_dependencies(flutter_wrapper_plugin flutter_assemble) - -# Wrapper sources needed for the runner. -add_library(flutter_wrapper_app STATIC - ${CPP_WRAPPER_SOURCES_CORE} - ${CPP_WRAPPER_SOURCES_APP} -) -apply_standard_settings(flutter_wrapper_app) -target_link_libraries(flutter_wrapper_app PUBLIC flutter) -target_include_directories(flutter_wrapper_app PUBLIC - "${WRAPPER_ROOT}/include" -) -add_dependencies(flutter_wrapper_app flutter_assemble) - -# === Flutter tool backend === -# _phony_ is a non-existent file to force this command to run every time, -# since currently there's no way to get a full input/output list from the -# flutter tool. -set(PHONY_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/_phony_") -set_source_files_properties("${PHONY_OUTPUT}" PROPERTIES SYMBOLIC TRUE) -add_custom_command( - OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS} - ${CPP_WRAPPER_SOURCES_CORE} ${CPP_WRAPPER_SOURCES_PLUGIN} - ${CPP_WRAPPER_SOURCES_APP} - ${PHONY_OUTPUT} - COMMAND ${CMAKE_COMMAND} -E env - ${FLUTTER_TOOL_ENVIRONMENT} - "${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat" - windows-x64 $ - VERBATIM -) -add_custom_target(flutter_assemble DEPENDS - "${FLUTTER_LIBRARY}" - ${FLUTTER_LIBRARY_HEADERS} - ${CPP_WRAPPER_SOURCES_CORE} - ${CPP_WRAPPER_SOURCES_PLUGIN} - ${CPP_WRAPPER_SOURCES_APP} -) diff --git a/example/windows/flutter/generated_plugin_registrant.cc b/example/windows/flutter/generated_plugin_registrant.cc deleted file mode 100644 index 829b2da..0000000 --- a/example/windows/flutter/generated_plugin_registrant.cc +++ /dev/null @@ -1,14 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#include "generated_plugin_registrant.h" - -#include - -void RegisterPlugins(flutter::PluginRegistry* registry) { - RivePluginRegisterWithRegistrar( - registry->GetRegistrarForPlugin("RivePlugin")); -} diff --git a/example/windows/flutter/generated_plugin_registrant.h b/example/windows/flutter/generated_plugin_registrant.h deleted file mode 100644 index dc139d8..0000000 --- a/example/windows/flutter/generated_plugin_registrant.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#ifndef GENERATED_PLUGIN_REGISTRANT_ -#define GENERATED_PLUGIN_REGISTRANT_ - -#include - -// Registers Flutter plugins. -void RegisterPlugins(flutter::PluginRegistry* registry); - -#endif // GENERATED_PLUGIN_REGISTRANT_ diff --git a/example/windows/flutter/generated_plugins.cmake b/example/windows/flutter/generated_plugins.cmake deleted file mode 100644 index ea49fcc..0000000 --- a/example/windows/flutter/generated_plugins.cmake +++ /dev/null @@ -1,24 +0,0 @@ -# -# Generated file, do not edit. -# - -list(APPEND FLUTTER_PLUGIN_LIST - rive_common -) - -list(APPEND FLUTTER_FFI_PLUGIN_LIST -) - -set(PLUGIN_BUNDLED_LIBRARIES) - -foreach(plugin ${FLUTTER_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin}) - target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin) - list(APPEND PLUGIN_BUNDLED_LIBRARIES $) - list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) -endforeach(plugin) - -foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin}) - list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries}) -endforeach(ffi_plugin) diff --git a/example/windows/runner/CMakeLists.txt b/example/windows/runner/CMakeLists.txt deleted file mode 100644 index 394917c..0000000 --- a/example/windows/runner/CMakeLists.txt +++ /dev/null @@ -1,40 +0,0 @@ -cmake_minimum_required(VERSION 3.14) -project(runner LANGUAGES CXX) - -# Define the application target. To change its name, change BINARY_NAME in the -# top-level CMakeLists.txt, not the value here, or `flutter run` will no longer -# work. -# -# Any new source files that you add to the application should be added here. -add_executable(${BINARY_NAME} WIN32 - "flutter_window.cpp" - "main.cpp" - "utils.cpp" - "win32_window.cpp" - "${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc" - "Runner.rc" - "runner.exe.manifest" -) - -# Apply the standard set of build settings. This can be removed for applications -# that need different build settings. -apply_standard_settings(${BINARY_NAME}) - -# Add preprocessor definitions for the build version. -target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION=\"${FLUTTER_VERSION}\"") -target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_MAJOR=${FLUTTER_VERSION_MAJOR}") -target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_MINOR=${FLUTTER_VERSION_MINOR}") -target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_PATCH=${FLUTTER_VERSION_PATCH}") -target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_BUILD=${FLUTTER_VERSION_BUILD}") - -# Disable Windows macros that collide with C++ standard library functions. -target_compile_definitions(${BINARY_NAME} PRIVATE "NOMINMAX") - -# Add dependency libraries and include directories. Add any application-specific -# dependencies here. -target_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app) -target_link_libraries(${BINARY_NAME} PRIVATE "dwmapi.lib") -target_include_directories(${BINARY_NAME} PRIVATE "${CMAKE_SOURCE_DIR}") - -# Run the Flutter tool portions of the build. This must not be removed. -add_dependencies(${BINARY_NAME} flutter_assemble) diff --git a/example/windows/runner/Runner.rc b/example/windows/runner/Runner.rc deleted file mode 100644 index aecaa2b..0000000 --- a/example/windows/runner/Runner.rc +++ /dev/null @@ -1,121 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#pragma code_page(65001) -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "winres.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (United States) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""winres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_APP_ICON ICON "resources\\app_icon.ico" - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -#if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD) -#define VERSION_AS_NUMBER FLUTTER_VERSION_MAJOR,FLUTTER_VERSION_MINOR,FLUTTER_VERSION_PATCH,FLUTTER_VERSION_BUILD -#else -#define VERSION_AS_NUMBER 1,0,0,0 -#endif - -#if defined(FLUTTER_VERSION) -#define VERSION_AS_STRING FLUTTER_VERSION -#else -#define VERSION_AS_STRING "1.0.0" -#endif - -VS_VERSION_INFO VERSIONINFO - FILEVERSION VERSION_AS_NUMBER - PRODUCTVERSION VERSION_AS_NUMBER - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK -#ifdef _DEBUG - FILEFLAGS VS_FF_DEBUG -#else - FILEFLAGS 0x0L -#endif - FILEOS VOS__WINDOWS32 - FILETYPE VFT_APP - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904e4" - BEGIN - VALUE "CompanyName", "com.example" "\0" - VALUE "FileDescription", "example" "\0" - VALUE "FileVersion", VERSION_AS_STRING "\0" - VALUE "InternalName", "example" "\0" - VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0" - VALUE "OriginalFilename", "example.exe" "\0" - VALUE "ProductName", "example" "\0" - VALUE "ProductVersion", VERSION_AS_STRING "\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1252 - END -END - -#endif // English (United States) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED diff --git a/example/windows/runner/flutter_window.cpp b/example/windows/runner/flutter_window.cpp deleted file mode 100644 index b25e363..0000000 --- a/example/windows/runner/flutter_window.cpp +++ /dev/null @@ -1,66 +0,0 @@ -#include "flutter_window.h" - -#include - -#include "flutter/generated_plugin_registrant.h" - -FlutterWindow::FlutterWindow(const flutter::DartProject& project) - : project_(project) {} - -FlutterWindow::~FlutterWindow() {} - -bool FlutterWindow::OnCreate() { - if (!Win32Window::OnCreate()) { - return false; - } - - RECT frame = GetClientArea(); - - // The size here must match the window dimensions to avoid unnecessary surface - // creation / destruction in the startup path. - flutter_controller_ = std::make_unique( - frame.right - frame.left, frame.bottom - frame.top, project_); - // Ensure that basic setup of the controller was successful. - if (!flutter_controller_->engine() || !flutter_controller_->view()) { - return false; - } - RegisterPlugins(flutter_controller_->engine()); - SetChildContent(flutter_controller_->view()->GetNativeWindow()); - - flutter_controller_->engine()->SetNextFrameCallback([&]() { - this->Show(); - }); - - return true; -} - -void FlutterWindow::OnDestroy() { - if (flutter_controller_) { - flutter_controller_ = nullptr; - } - - Win32Window::OnDestroy(); -} - -LRESULT -FlutterWindow::MessageHandler(HWND hwnd, UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept { - // Give Flutter, including plugins, an opportunity to handle window messages. - if (flutter_controller_) { - std::optional result = - flutter_controller_->HandleTopLevelWindowProc(hwnd, message, wparam, - lparam); - if (result) { - return *result; - } - } - - switch (message) { - case WM_FONTCHANGE: - flutter_controller_->engine()->ReloadSystemFonts(); - break; - } - - return Win32Window::MessageHandler(hwnd, message, wparam, lparam); -} diff --git a/example/windows/runner/flutter_window.h b/example/windows/runner/flutter_window.h deleted file mode 100644 index 6da0652..0000000 --- a/example/windows/runner/flutter_window.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef RUNNER_FLUTTER_WINDOW_H_ -#define RUNNER_FLUTTER_WINDOW_H_ - -#include -#include - -#include - -#include "win32_window.h" - -// A window that does nothing but host a Flutter view. -class FlutterWindow : public Win32Window { - public: - // Creates a new FlutterWindow hosting a Flutter view running |project|. - explicit FlutterWindow(const flutter::DartProject& project); - virtual ~FlutterWindow(); - - protected: - // Win32Window: - bool OnCreate() override; - void OnDestroy() override; - LRESULT MessageHandler(HWND window, UINT const message, WPARAM const wparam, - LPARAM const lparam) noexcept override; - - private: - // The project to run. - flutter::DartProject project_; - - // The Flutter instance hosted by this window. - std::unique_ptr flutter_controller_; -}; - -#endif // RUNNER_FLUTTER_WINDOW_H_ diff --git a/example/windows/runner/main.cpp b/example/windows/runner/main.cpp deleted file mode 100644 index a61bf80..0000000 --- a/example/windows/runner/main.cpp +++ /dev/null @@ -1,43 +0,0 @@ -#include -#include -#include - -#include "flutter_window.h" -#include "utils.h" - -int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, - _In_ wchar_t *command_line, _In_ int show_command) { - // Attach to console when present (e.g., 'flutter run') or create a - // new console when running with a debugger. - if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) { - CreateAndAttachConsole(); - } - - // Initialize COM, so that it is available for use in the library and/or - // plugins. - ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED); - - flutter::DartProject project(L"data"); - - std::vector command_line_arguments = - GetCommandLineArguments(); - - project.set_dart_entrypoint_arguments(std::move(command_line_arguments)); - - FlutterWindow window(project); - Win32Window::Point origin(10, 10); - Win32Window::Size size(1280, 720); - if (!window.Create(L"example", origin, size)) { - return EXIT_FAILURE; - } - window.SetQuitOnClose(true); - - ::MSG msg; - while (::GetMessage(&msg, nullptr, 0, 0)) { - ::TranslateMessage(&msg); - ::DispatchMessage(&msg); - } - - ::CoUninitialize(); - return EXIT_SUCCESS; -} diff --git a/example/windows/runner/resource.h b/example/windows/runner/resource.h deleted file mode 100644 index 66a65d1..0000000 --- a/example/windows/runner/resource.h +++ /dev/null @@ -1,16 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by Runner.rc -// -#define IDI_APP_ICON 101 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 102 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/example/windows/runner/resources/app_icon.ico b/example/windows/runner/resources/app_icon.ico deleted file mode 100644 index c04e20c..0000000 Binary files a/example/windows/runner/resources/app_icon.ico and /dev/null differ diff --git a/example/windows/runner/runner.exe.manifest b/example/windows/runner/runner.exe.manifest deleted file mode 100644 index a42ea76..0000000 --- a/example/windows/runner/runner.exe.manifest +++ /dev/null @@ -1,20 +0,0 @@ - - - - - PerMonitorV2 - - - - - - - - - - - - - - - diff --git a/example/windows/runner/utils.cpp b/example/windows/runner/utils.cpp deleted file mode 100644 index f5bf9fa..0000000 --- a/example/windows/runner/utils.cpp +++ /dev/null @@ -1,64 +0,0 @@ -#include "utils.h" - -#include -#include -#include -#include - -#include - -void CreateAndAttachConsole() { - if (::AllocConsole()) { - FILE *unused; - if (freopen_s(&unused, "CONOUT$", "w", stdout)) { - _dup2(_fileno(stdout), 1); - } - if (freopen_s(&unused, "CONOUT$", "w", stderr)) { - _dup2(_fileno(stdout), 2); - } - std::ios::sync_with_stdio(); - FlutterDesktopResyncOutputStreams(); - } -} - -std::vector GetCommandLineArguments() { - // Convert the UTF-16 command line arguments to UTF-8 for the Engine to use. - int argc; - wchar_t** argv = ::CommandLineToArgvW(::GetCommandLineW(), &argc); - if (argv == nullptr) { - return std::vector(); - } - - std::vector command_line_arguments; - - // Skip the first argument as it's the binary name. - for (int i = 1; i < argc; i++) { - command_line_arguments.push_back(Utf8FromUtf16(argv[i])); - } - - ::LocalFree(argv); - - return command_line_arguments; -} - -std::string Utf8FromUtf16(const wchar_t* utf16_string) { - if (utf16_string == nullptr) { - return std::string(); - } - int target_length = ::WideCharToMultiByte( - CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string, - -1, nullptr, 0, nullptr, nullptr); - std::string utf8_string; - if (target_length == 0 || target_length > utf8_string.max_size()) { - return utf8_string; - } - utf8_string.resize(target_length); - int converted_length = ::WideCharToMultiByte( - CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string, - -1, utf8_string.data(), - target_length, nullptr, nullptr); - if (converted_length == 0) { - return std::string(); - } - return utf8_string; -} diff --git a/example/windows/runner/utils.h b/example/windows/runner/utils.h deleted file mode 100644 index 3879d54..0000000 --- a/example/windows/runner/utils.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef RUNNER_UTILS_H_ -#define RUNNER_UTILS_H_ - -#include -#include - -// Creates a console for the process, and redirects stdout and stderr to -// it for both the runner and the Flutter library. -void CreateAndAttachConsole(); - -// Takes a null-terminated wchar_t* encoded in UTF-16 and returns a std::string -// encoded in UTF-8. Returns an empty std::string on failure. -std::string Utf8FromUtf16(const wchar_t* utf16_string); - -// Gets the command line arguments passed in as a std::vector, -// encoded in UTF-8. Returns an empty std::vector on failure. -std::vector GetCommandLineArguments(); - -#endif // RUNNER_UTILS_H_ diff --git a/example/windows/runner/win32_window.cpp b/example/windows/runner/win32_window.cpp deleted file mode 100644 index 041a385..0000000 --- a/example/windows/runner/win32_window.cpp +++ /dev/null @@ -1,288 +0,0 @@ -#include "win32_window.h" - -#include -#include - -#include "resource.h" - -namespace { - -/// Window attribute that enables dark mode window decorations. -/// -/// Redefined in case the developer's machine has a Windows SDK older than -/// version 10.0.22000.0. -/// See: https://docs.microsoft.com/windows/win32/api/dwmapi/ne-dwmapi-dwmwindowattribute -#ifndef DWMWA_USE_IMMERSIVE_DARK_MODE -#define DWMWA_USE_IMMERSIVE_DARK_MODE 20 -#endif - -constexpr const wchar_t kWindowClassName[] = L"FLUTTER_RUNNER_WIN32_WINDOW"; - -/// Registry key for app theme preference. -/// -/// A value of 0 indicates apps should use dark mode. A non-zero or missing -/// value indicates apps should use light mode. -constexpr const wchar_t kGetPreferredBrightnessRegKey[] = - L"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize"; -constexpr const wchar_t kGetPreferredBrightnessRegValue[] = L"AppsUseLightTheme"; - -// The number of Win32Window objects that currently exist. -static int g_active_window_count = 0; - -using EnableNonClientDpiScaling = BOOL __stdcall(HWND hwnd); - -// Scale helper to convert logical scaler values to physical using passed in -// scale factor -int Scale(int source, double scale_factor) { - return static_cast(source * scale_factor); -} - -// Dynamically loads the |EnableNonClientDpiScaling| from the User32 module. -// This API is only needed for PerMonitor V1 awareness mode. -void EnableFullDpiSupportIfAvailable(HWND hwnd) { - HMODULE user32_module = LoadLibraryA("User32.dll"); - if (!user32_module) { - return; - } - auto enable_non_client_dpi_scaling = - reinterpret_cast( - GetProcAddress(user32_module, "EnableNonClientDpiScaling")); - if (enable_non_client_dpi_scaling != nullptr) { - enable_non_client_dpi_scaling(hwnd); - } - FreeLibrary(user32_module); -} - -} // namespace - -// Manages the Win32Window's window class registration. -class WindowClassRegistrar { - public: - ~WindowClassRegistrar() = default; - - // Returns the singleton registar instance. - static WindowClassRegistrar* GetInstance() { - if (!instance_) { - instance_ = new WindowClassRegistrar(); - } - return instance_; - } - - // Returns the name of the window class, registering the class if it hasn't - // previously been registered. - const wchar_t* GetWindowClass(); - - // Unregisters the window class. Should only be called if there are no - // instances of the window. - void UnregisterWindowClass(); - - private: - WindowClassRegistrar() = default; - - static WindowClassRegistrar* instance_; - - bool class_registered_ = false; -}; - -WindowClassRegistrar* WindowClassRegistrar::instance_ = nullptr; - -const wchar_t* WindowClassRegistrar::GetWindowClass() { - if (!class_registered_) { - WNDCLASS window_class{}; - window_class.hCursor = LoadCursor(nullptr, IDC_ARROW); - window_class.lpszClassName = kWindowClassName; - window_class.style = CS_HREDRAW | CS_VREDRAW; - window_class.cbClsExtra = 0; - window_class.cbWndExtra = 0; - window_class.hInstance = GetModuleHandle(nullptr); - window_class.hIcon = - LoadIcon(window_class.hInstance, MAKEINTRESOURCE(IDI_APP_ICON)); - window_class.hbrBackground = 0; - window_class.lpszMenuName = nullptr; - window_class.lpfnWndProc = Win32Window::WndProc; - RegisterClass(&window_class); - class_registered_ = true; - } - return kWindowClassName; -} - -void WindowClassRegistrar::UnregisterWindowClass() { - UnregisterClass(kWindowClassName, nullptr); - class_registered_ = false; -} - -Win32Window::Win32Window() { - ++g_active_window_count; -} - -Win32Window::~Win32Window() { - --g_active_window_count; - Destroy(); -} - -bool Win32Window::Create(const std::wstring& title, - const Point& origin, - const Size& size) { - Destroy(); - - const wchar_t* window_class = - WindowClassRegistrar::GetInstance()->GetWindowClass(); - - const POINT target_point = {static_cast(origin.x), - static_cast(origin.y)}; - HMONITOR monitor = MonitorFromPoint(target_point, MONITOR_DEFAULTTONEAREST); - UINT dpi = FlutterDesktopGetDpiForMonitor(monitor); - double scale_factor = dpi / 96.0; - - HWND window = CreateWindow( - window_class, title.c_str(), WS_OVERLAPPEDWINDOW, - Scale(origin.x, scale_factor), Scale(origin.y, scale_factor), - Scale(size.width, scale_factor), Scale(size.height, scale_factor), - nullptr, nullptr, GetModuleHandle(nullptr), this); - - if (!window) { - return false; - } - - UpdateTheme(window); - - return OnCreate(); -} - -bool Win32Window::Show() { - return ShowWindow(window_handle_, SW_SHOWNORMAL); -} - -// static -LRESULT CALLBACK Win32Window::WndProc(HWND const window, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept { - if (message == WM_NCCREATE) { - auto window_struct = reinterpret_cast(lparam); - SetWindowLongPtr(window, GWLP_USERDATA, - reinterpret_cast(window_struct->lpCreateParams)); - - auto that = static_cast(window_struct->lpCreateParams); - EnableFullDpiSupportIfAvailable(window); - that->window_handle_ = window; - } else if (Win32Window* that = GetThisFromHandle(window)) { - return that->MessageHandler(window, message, wparam, lparam); - } - - return DefWindowProc(window, message, wparam, lparam); -} - -LRESULT -Win32Window::MessageHandler(HWND hwnd, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept { - switch (message) { - case WM_DESTROY: - window_handle_ = nullptr; - Destroy(); - if (quit_on_close_) { - PostQuitMessage(0); - } - return 0; - - case WM_DPICHANGED: { - auto newRectSize = reinterpret_cast(lparam); - LONG newWidth = newRectSize->right - newRectSize->left; - LONG newHeight = newRectSize->bottom - newRectSize->top; - - SetWindowPos(hwnd, nullptr, newRectSize->left, newRectSize->top, newWidth, - newHeight, SWP_NOZORDER | SWP_NOACTIVATE); - - return 0; - } - case WM_SIZE: { - RECT rect = GetClientArea(); - if (child_content_ != nullptr) { - // Size and position the child window. - MoveWindow(child_content_, rect.left, rect.top, rect.right - rect.left, - rect.bottom - rect.top, TRUE); - } - return 0; - } - - case WM_ACTIVATE: - if (child_content_ != nullptr) { - SetFocus(child_content_); - } - return 0; - - case WM_DWMCOLORIZATIONCOLORCHANGED: - UpdateTheme(hwnd); - return 0; - } - - return DefWindowProc(window_handle_, message, wparam, lparam); -} - -void Win32Window::Destroy() { - OnDestroy(); - - if (window_handle_) { - DestroyWindow(window_handle_); - window_handle_ = nullptr; - } - if (g_active_window_count == 0) { - WindowClassRegistrar::GetInstance()->UnregisterWindowClass(); - } -} - -Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { - return reinterpret_cast( - GetWindowLongPtr(window, GWLP_USERDATA)); -} - -void Win32Window::SetChildContent(HWND content) { - child_content_ = content; - SetParent(content, window_handle_); - RECT frame = GetClientArea(); - - MoveWindow(content, frame.left, frame.top, frame.right - frame.left, - frame.bottom - frame.top, true); - - SetFocus(child_content_); -} - -RECT Win32Window::GetClientArea() { - RECT frame; - GetClientRect(window_handle_, &frame); - return frame; -} - -HWND Win32Window::GetHandle() { - return window_handle_; -} - -void Win32Window::SetQuitOnClose(bool quit_on_close) { - quit_on_close_ = quit_on_close; -} - -bool Win32Window::OnCreate() { - // No-op; provided for subclasses. - return true; -} - -void Win32Window::OnDestroy() { - // No-op; provided for subclasses. -} - -void Win32Window::UpdateTheme(HWND const window) { - DWORD light_mode; - DWORD light_mode_size = sizeof(light_mode); - LSTATUS result = RegGetValue(HKEY_CURRENT_USER, kGetPreferredBrightnessRegKey, - kGetPreferredBrightnessRegValue, - RRF_RT_REG_DWORD, nullptr, &light_mode, - &light_mode_size); - - if (result == ERROR_SUCCESS) { - BOOL enable_dark_mode = light_mode == 0; - DwmSetWindowAttribute(window, DWMWA_USE_IMMERSIVE_DARK_MODE, - &enable_dark_mode, sizeof(enable_dark_mode)); - } -} diff --git a/example/windows/runner/win32_window.h b/example/windows/runner/win32_window.h deleted file mode 100644 index c86632d..0000000 --- a/example/windows/runner/win32_window.h +++ /dev/null @@ -1,102 +0,0 @@ -#ifndef RUNNER_WIN32_WINDOW_H_ -#define RUNNER_WIN32_WINDOW_H_ - -#include - -#include -#include -#include - -// A class abstraction for a high DPI-aware Win32 Window. Intended to be -// inherited from by classes that wish to specialize with custom -// rendering and input handling -class Win32Window { - public: - struct Point { - unsigned int x; - unsigned int y; - Point(unsigned int x, unsigned int y) : x(x), y(y) {} - }; - - struct Size { - unsigned int width; - unsigned int height; - Size(unsigned int width, unsigned int height) - : width(width), height(height) {} - }; - - Win32Window(); - virtual ~Win32Window(); - - // Creates a win32 window with |title| that is positioned and sized using - // |origin| and |size|. New windows are created on the default monitor. Window - // sizes are specified to the OS in physical pixels, hence to ensure a - // consistent size this function will scale the inputted width and height as - // as appropriate for the default monitor. The window is invisible until - // |Show| is called. Returns true if the window was created successfully. - bool Create(const std::wstring& title, const Point& origin, const Size& size); - - // Show the current window. Returns true if the window was successfully shown. - bool Show(); - - // Release OS resources associated with window. - void Destroy(); - - // Inserts |content| into the window tree. - void SetChildContent(HWND content); - - // Returns the backing Window handle to enable clients to set icon and other - // window properties. Returns nullptr if the window has been destroyed. - HWND GetHandle(); - - // If true, closing this window will quit the application. - void SetQuitOnClose(bool quit_on_close); - - // Return a RECT representing the bounds of the current client area. - RECT GetClientArea(); - - protected: - // Processes and route salient window messages for mouse handling, - // size change and DPI. Delegates handling of these to member overloads that - // inheriting classes can handle. - virtual LRESULT MessageHandler(HWND window, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept; - - // Called when CreateAndShow is called, allowing subclass window-related - // setup. Subclasses should return false if setup fails. - virtual bool OnCreate(); - - // Called when Destroy is called. - virtual void OnDestroy(); - - private: - friend class WindowClassRegistrar; - - // OS callback called by message pump. Handles the WM_NCCREATE message which - // is passed when the non-client area is being created and enables automatic - // non-client DPI scaling so that the non-client area automatically - // responsponds to changes in DPI. All other messages are handled by - // MessageHandler. - static LRESULT CALLBACK WndProc(HWND const window, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept; - - // Retrieves a class instance pointer for |window| - static Win32Window* GetThisFromHandle(HWND const window) noexcept; - - // Update the window frame's theme to match the system theme. - static void UpdateTheme(HWND const window); - - bool quit_on_close_ = false; - - // window handle for top level window. - HWND window_handle_ = nullptr; - - // window handle for hosted content. - HWND child_content_ = nullptr; -}; - -#endif // RUNNER_WIN32_WINDOW_H_ diff --git a/example/web/favicon.png b/favicon.png similarity index 100% rename from example/web/favicon.png rename to favicon.png diff --git a/flutter.js b/flutter.js new file mode 100644 index 0000000..d3efa7f --- /dev/null +++ b/flutter.js @@ -0,0 +1,383 @@ +// 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(this._getNewServiceWorker) + .then(this._waitForServiceWorkerActivation); + + // Timeout race promise + return timeout( + serviceWorkerActivation, + timeoutMillis, + "prepareServiceWorker" + ); + } + + /** + * Returns the latest service worker for the given `serviceWorkerRegistrationPromise`. + * + * This might return the current service worker, if there's no new service worker + * awaiting to be installed/updated. + * + * @param {Promise} serviceWorkerRegistrationPromise + * @returns {Promise} + */ + async _getNewServiceWorker(serviceWorkerRegistrationPromise) { + const reg = await serviceWorkerRegistrationPromise; + + if (!reg.active && (reg.installing || reg.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 reg.installing || reg.waiting; + } else if (!reg.active.scriptURL.endsWith(serviceWorkerVersion)) { + // When the app updates the serviceWorkerVersion changes, so we + // need to ask the service worker to update. + return reg.update().then((newReg) => { + console.debug("Updating service worker."); + return newReg.installing || newReg.waiting || newReg.active; + }); + } else { + console.debug("Loading from existing service worker."); + return reg.active; + } + } + + /** + * Returns a Promise that resolves when the `latestServiceWorker` changes its + * state to "activated". + * + * @param {Promise} latestServiceWorkerPromise + * @returns {Promise} + */ + async _waitForServiceWorkerActivation(latestServiceWorkerPromise) { + const serviceWorker = await latestServiceWorkerPromise; + + if (!serviceWorker || serviceWorker.state == "activated") { + if (!serviceWorker) { + return Promise.reject( + new Error("Cannot activate a null service worker!") + ); + } else { + console.debug("Service worker already active."); + return Promise.resolve(); + } + } + return new Promise((resolve, _) => { + serviceWorker.addEventListener("statechange", () => { + if (serviceWorker.state == "activated") { + console.debug("Activated new service worker."); + resolve(); + } + }); + }); + } + } + + /** + * Handles injecting the main Flutter web entrypoint (main.dart.js), and notifying + * the user when Flutter is ready, through `didCreateEngineInitializer`. + * + * @see https://docs.flutter.dev/development/platform-integration/web/initialization + */ + class FlutterEntrypointLoader { + /** + * Creates a FlutterEntrypointLoader. + */ + constructor() { + // Watchdog to prevent injecting the main entrypoint multiple times. + this._scriptLoaded = false; + } + + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Loads flutter main entrypoint, specified by `entrypointUrl`, and calls a + * user-specified `onEntrypointLoaded` callback with an EngineInitializer + * object when it's done. + * + * @param {*} options + * @returns {Promise | undefined} that will eventually resolve with an + * EngineInitializer, or will be rejected with the error caused by the loader. + * Returns undefined when an `onEntrypointLoaded` callback is supplied in `options`. + */ + async loadEntrypoint(options) { + const { entrypointUrl = `${baseUri}main.dart.js`, onEntrypointLoaded } = + options || {}; + + return this._loadEntrypoint(entrypointUrl, onEntrypointLoaded); + } + + /** + * Resolves the promise created by loadEntrypoint, and calls the `onEntrypointLoaded` + * function supplied by the user (if needed). + * + * Called by Flutter through `_flutter.loader.didCreateEngineInitializer` method, + * which is bound to the correct instance of the FlutterEntrypointLoader by + * the FlutterLoader object. + * + * @param {Function} engineInitializer @see https://github.com/flutter/engine/blob/main/lib/web_ui/lib/src/engine/js_interop/js_loader.dart#L42 + */ + didCreateEngineInitializer(engineInitializer) { + if (typeof this._didCreateEngineInitializerResolve === "function") { + this._didCreateEngineInitializerResolve(engineInitializer); + // Remove the resolver after the first time, so Flutter Web can hot restart. + this._didCreateEngineInitializerResolve = null; + // Make the engine revert to "auto" initialization on hot restart. + delete _flutter.loader.didCreateEngineInitializer; + } + if (typeof this._onEntrypointLoaded === "function") { + this._onEntrypointLoaded(engineInitializer); + } + } + + /** + * Injects a script tag into the DOM, and configures this loader to be able to + * handle the "entrypoint loaded" notifications received from Flutter web. + * + * @param {string} entrypointUrl the URL of the script that will initialize + * Flutter. + * @param {Function} onEntrypointLoaded a callback that will be called when + * Flutter web notifies this object that the entrypoint is + * loaded. + * @returns {Promise | undefined} a Promise that resolves when the entrypoint + * is loaded, or undefined if `onEntrypointLoaded` + * is a function. + */ + _loadEntrypoint(entrypointUrl, onEntrypointLoaded) { + const useCallback = typeof onEntrypointLoaded === "function"; + + if (!this._scriptLoaded) { + this._scriptLoaded = true; + const scriptTag = this._createScriptTag(entrypointUrl); + if (useCallback) { + // Just inject the script tag, and return nothing; Flutter will call + // `didCreateEngineInitializer` when it's done. + console.debug("Injecting diff --git a/lib/giffy_dialog.dart b/lib/giffy_dialog.dart deleted file mode 100644 index 4d05f49..0000000 --- a/lib/giffy_dialog.dart +++ /dev/null @@ -1,7 +0,0 @@ -library giffy_dialog; - -export 'package:lottie/lottie.dart'; -export 'package:rive/rive.dart'; - -export 'src/entry_animation.dart' show EntryAnimation; -export 'src/giffy_modal.dart' show GiffyDialog, GiffyBottomSheet; diff --git a/lib/src/entry_animation.dart b/lib/src/entry_animation.dart deleted file mode 100644 index fd9d024..0000000 --- a/lib/src/entry_animation.dart +++ /dev/null @@ -1,136 +0,0 @@ -import 'package:flutter/material.dart'; - -/// Defines variants of entry animations -enum EntryAnimation { - /// Uses the default entry animation for the dialog. - none, - - /// Enters screen horizontally from the left. - left, - - /// Enters screen horizontally from the right. - right, - - /// Enters screen horizontally from the top. - top, - - /// Enters screen horizontally from the bottom. - bottom, - - /// Enters screen from the top left corner. - topLeft, - - /// Enters screen from the top right corner. - topRight, - - /// Enters screen from the bottom left corner. - bottomLeft, - - /// Enters screen from the bottom right corner. - bottomRight, -} - -extension on EntryAnimation { - /// Returns [Offset] for the given [EntryAnimation] - Offset getOffset() { - switch (this) { - case EntryAnimation.none: - return Offset.zero; - case EntryAnimation.left: - return const Offset(-1.0, 0.0); - case EntryAnimation.right: - return const Offset(1.0, 0.0); - case EntryAnimation.top: - return const Offset(0.0, -1.0); - case EntryAnimation.bottom: - return const Offset(0.0, 1.0); - case EntryAnimation.topLeft: - return const Offset(-1.0, -1.0); - case EntryAnimation.topRight: - return const Offset(1.0, -1.0); - case EntryAnimation.bottomLeft: - return const Offset(-1.0, 1.0); - case EntryAnimation.bottomRight: - return const Offset(1.0, 1.0); - } - } -} - -/// A widget that animates its child when it is first added to the tree. -/// -/// The animation is defined by [animation]. -class EntryAnimatedContainer extends StatefulWidget { - /// Creates a [EntryAnimatedContainer]. - const EntryAnimatedContainer({ - Key? key, - this.animation = EntryAnimation.none, - required this.child, - }) : super(key: key); - - /// Defines the entry animation. - /// - /// Defaults to [EntryAnimation.none]. - final EntryAnimation animation; - - /// The widget to animate when it is first added to the tree. - /// - /// The child is animated from the offset defined by [animation]. - final Widget child; - - @override - State createState() => _EntryAnimatedContainerState(); -} - -class _EntryAnimatedContainerState extends State - with SingleTickerProviderStateMixin { - late AnimationController controller; - late Animation entryOffset; - - @override - void initState() { - super.initState(); - controller = AnimationController( - vsync: this, - duration: const Duration(milliseconds: 150), - ); - - // create the animation. - entryOffset = Tween( - begin: widget.animation.getOffset(), - end: Offset.zero, - ).animate(CurvedAnimation(parent: controller, curve: Curves.easeOut)); - - // start the animation. - controller.forward(); - } - - @override - void didUpdateWidget(covariant EntryAnimatedContainer oldWidget) { - super.didUpdateWidget(oldWidget); - if (oldWidget.animation != widget.animation) { - // re-create the animation with the new offset. - entryOffset = Tween( - begin: widget.animation.getOffset(), - end: Offset.zero, - ).animate(CurvedAnimation(parent: controller, curve: Curves.easeOut)); - - // reset and start the animation again. - controller.reset(); - controller.forward(); - } - } - - @override - void dispose() { - controller.dispose(); - super.dispose(); - } - - @override - Widget build(BuildContext context) { - return SlideTransition( - position: entryOffset, - child: widget.child, - ); - } -} diff --git a/lib/src/giffy_bottom_sheet.dart b/lib/src/giffy_bottom_sheet.dart deleted file mode 100644 index f3867c4..0000000 --- a/lib/src/giffy_bottom_sheet.dart +++ /dev/null @@ -1,260 +0,0 @@ -part of 'giffy_modal.dart'; - -/// A giffy bottom sheet based on Material Design modal bottom sheet. -/// -/// A giffy bottom sheet is an alternative to a menu or a dialog and -/// informs the user about situations that require acknowledgment. -/// -/// An giffy bottom sheet has an optional title and an optional list of actions. -/// The title is displayed above the content and the actions are displayed below the content. -/// -/// If the content is too large to fit on the screen vertically, the dialog will -/// display the title and the actions and let the content overflow, which is -/// rarely desired. Consider using a scrolling widget for [content], such as -/// [SingleChildScrollView], to avoid overflow. (However, be aware that since -/// [GiffyDialog] tries to size itself using the intrinsic dimensions of its -/// children, widgets such as [ListView], [GridView], and [CustomScrollView], -/// which use lazy viewports, will not work.) -/// -/// Typically passed as the child widget to [showModalBottomSheet], which displays the -/// bottom sheet. -/// -/// {@tool snippet} -/// -/// This snippet shows a method in a [State] which, when called, displays a giffy bottom -/// sheet and returns a [Future] that completes when the sheet is dismissed. -/// -/// ```dart -/// Future _showMyDialog() async { -/// return showModalBottomSheet( -/// context: context, -/// isScrollControlled: true, -/// barrierDismissible: false, // user must tap button! -/// builder: (BuildContext context) { -/// return GiffyBottomSheet( -/// giffy: Image.asset('assets/giffy_sheet.gif'), -/// title: const Text('GiffyBottomSheet Title'), -/// content: SingleChildScrollView( -/// child: ListBody( -/// children: const [ -/// Text('This is a demo giffy bottom sheet.'), -/// Text('Would you like to approve of this message?'), -/// ], -/// ), -/// ), -/// actions: [ -/// TextButton( -/// child: const Text('Approve'), -/// onPressed: () { -/// Navigator.of(context).pop(); -/// }, -/// ), -/// ], -/// ); -/// }, -/// ); -/// } -/// ``` -/// {@end-tool} -/// -/// See also: -/// -/// * [showModalBottomSheet], which can be used to display a modal bottom -/// sheet. -/// * [BottomSheetThemeData], which can be used to customize the default -/// bottom sheet property values. -/// * -class GiffyBottomSheet extends StatelessWidget { - /// Creates an giffy bottom sheet. - /// - /// Typically used in conjunction with [showModalBottomSheet]. - /// - /// The [titlePadding] and [contentPadding] default to null, which implies a - /// default that depends on the values of the other properties. See the - /// documentation of [titlePadding] and [contentPadding] for details. - const GiffyBottomSheet({ - super.key, - required this.giffy, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }); - - /// Creates an giffy bottom sheet which uses a [Image] as the [giffy]. - const GiffyBottomSheet.image( - Image image, { - super.key, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }) : giffy = image; - - /// Creates an giffy bottom sheet which uses a [RiveAnimation] as the [giffy]. - const GiffyBottomSheet.rive( - RiveAnimation rive, { - super.key, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }) : giffy = rive; - - /// Creates an giffy bottom sheet which uses a [LottieBuilder] as the [giffy]. - const GiffyBottomSheet.lottie( - LottieBuilder lottie, { - super.key, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }) : giffy = lottie; - - /// {@macro giffyDialog.giffyModal.giffy} - final Widget giffy; - - /// {@macro giffyDialog.giffyModal.giffyBuilder} - final GiffyBuilder giffyBuilder; - - /// {@macro giffyDialog.giffyModal.giffyPadding} - final EdgeInsetsGeometry? giffyPadding; - - /// {@macro giffyDialog.giffyModal.title} - final Widget? title; - - /// {@macro giffyDialog.giffyModal.titlePadding} - final EdgeInsetsGeometry? titlePadding; - - /// {@macro giffyDialog.giffyModal.titleTextStyle} - final TextStyle? titleTextStyle; - - /// {@macro giffyDialog.giffyModal.content} - final Widget? content; - - /// {@macro giffyDialog.giffyModal.contentPadding} - final EdgeInsetsGeometry? contentPadding; - - /// {@macro giffyDialog.giffyModal.contentTextStyle} - final TextStyle? contentTextStyle; - - /// {@macro giffyDialog.giffyModal.actions} - final List? actions; - - /// {@macro giffyDialog.giffyModal.actionsPadding} - final EdgeInsetsGeometry? actionsPadding; - - /// {@macro giffyDialog.giffyModal.actionsAlignment} - final MainAxisAlignment? actionsAlignment; - - /// {@macro giffyDialog.giffyModal.actionsOverflowDirection} - final VerticalDirection? actionsOverflowDirection; - - /// {@macro giffyDialog.giffyModal.actionsOverflowButtonSpacing} - final double? actionsOverflowButtonSpacing; - - /// {@macro giffyDialog.giffyModal.actionsOverflowAlignment} - final OverflowBarAlignment? actionsOverflowAlignment; - - /// {@macro giffyDialog.giffyModal.buttonPadding} - final EdgeInsetsGeometry? buttonPadding; - - /// {@macro giffyDialog.giffyModal.semanticLabel} - final String? semanticLabel; - - /// {@macro giffyDialog.giffyModal.scrollable} - final bool scrollable; - - /// The animation to use when the modal is shown. - /// - /// Defaults to [EntryAnimation.none]. - /// - /// See also: - /// - /// * [EntryAnimation], for a list of available animations. - /// * [EntryAnimatedContainer], for the animation widget used. - final EntryAnimation entryAnimation; - - @override - Widget build(BuildContext context) { - return EntryAnimatedContainer( - animation: entryAnimation, - child: GiffyModal( - giffy: giffy, - giffyBuilder: giffyBuilder, - giffyPadding: giffyPadding, - title: title, - titlePadding: titlePadding, - titleTextStyle: titleTextStyle, - content: content, - contentPadding: contentPadding, - contentTextStyle: contentTextStyle, - actions: actions, - actionsPadding: actionsPadding, - actionsAlignment: actionsAlignment, - actionsOverflowDirection: actionsOverflowDirection, - actionsOverflowButtonSpacing: actionsOverflowButtonSpacing, - actionsOverflowAlignment: actionsOverflowAlignment, - buttonPadding: buttonPadding, - semanticLabel: semanticLabel, - scrollable: scrollable, - ), - ); - } -} diff --git a/lib/src/giffy_dialog.dart b/lib/src/giffy_dialog.dart deleted file mode 100644 index d735a76..0000000 --- a/lib/src/giffy_dialog.dart +++ /dev/null @@ -1,327 +0,0 @@ -part of 'giffy_modal.dart'; - -const _defaultInsetPadding = EdgeInsets.symmetric( - horizontal: 40.0, - vertical: 24.0, -); - -/// A Giffy Dialog based on Material Design alert dialog. -/// -/// An giffy dialog informs the user about situations that require acknowledgment. -/// An giffy dialog has an optional title and an optional list of actions. -/// The title is displayed above the content and the actions are displayed below the content. -/// -/// If the content is too large to fit on the screen vertically, the dialog will -/// display the title and the actions and let the content overflow, which is -/// rarely desired. Consider using a scrolling widget for [content], such as -/// [SingleChildScrollView], to avoid overflow. (However, be aware that since -/// [GiffyDialog] tries to size itself using the intrinsic dimensions of its -/// children, widgets such as [ListView], [GridView], and [CustomScrollView], -/// which use lazy viewports, will not work.) -/// -/// Typically passed as the child widget to [showDialog], which displays the -/// dialog. -/// -/// {@tool snippet} -/// -/// This snippet shows a method in a [State] which, when called, displays a giffy dialog -/// and returns a [Future] that completes when the dialog is dismissed. -/// -/// ```dart -/// Future _showMyDialog() async { -/// return showDialog( -/// context: context, -/// barrierDismissible: false, // user must tap button! -/// builder: (BuildContext context) { -/// return GiffyDialog( -/// giffy: Image.asset('assets/giffy_dialog.gif'), -/// title: const Text('GiffyDialog Title'), -/// content: SingleChildScrollView( -/// child: ListBody( -/// children: const [ -/// Text('This is a demo giffy dialog.'), -/// Text('Would you like to approve of this message?'), -/// ], -/// ), -/// ), -/// actions: [ -/// TextButton( -/// child: const Text('Approve'), -/// onPressed: () { -/// Navigator.of(context).pop(); -/// }, -/// ), -/// ], -/// ); -/// }, -/// ); -/// } -/// ``` -/// {@end-tool} -/// -/// See also: -/// -/// * [showDialog], which actually displays the dialog and returns its result. -/// * -/// * -class GiffyDialog extends StatelessWidget { - /// Creates an giffy dialog. - /// - /// Typically used in conjunction with [showDialog]. - /// - /// The [titlePadding] and [contentPadding] default to null, which implies a - /// default that depends on the values of the other properties. See the - /// documentation of [titlePadding] and [contentPadding] for details. - const GiffyDialog({ - super.key, - required this.giffy, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.backgroundColor, - this.elevation, - this.shadowColor, - this.surfaceTintColor, - this.insetPadding = _defaultInsetPadding, - this.clipBehavior = Clip.antiAlias, - this.shape, - this.alignment, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }); - - /// Creates a giffy dialog which uses a [Image] as the [giffy]. - const GiffyDialog.image( - Image image, { - super.key, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.backgroundColor, - this.elevation, - this.shadowColor, - this.surfaceTintColor, - this.insetPadding = _defaultInsetPadding, - this.clipBehavior = Clip.antiAlias, - this.shape, - this.alignment, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }) : giffy = image; - - /// Creates a giffy dialog which uses a [RiveAnimation] as the [giffy]. - const GiffyDialog.rive( - RiveAnimation rive, { - super.key, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.backgroundColor, - this.elevation, - this.shadowColor, - this.surfaceTintColor, - this.insetPadding = _defaultInsetPadding, - this.clipBehavior = Clip.antiAlias, - this.shape, - this.alignment, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }) : giffy = rive; - - /// Creates a giffy dialog which uses a [LottieBuilder] as the [giffy]. - const GiffyDialog.lottie( - LottieBuilder lottie, { - super.key, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.backgroundColor, - this.elevation, - this.shadowColor, - this.surfaceTintColor, - this.insetPadding = _defaultInsetPadding, - this.clipBehavior = Clip.antiAlias, - this.shape, - this.alignment, - this.semanticLabel, - this.scrollable = false, - this.entryAnimation = EntryAnimation.none, - }) : giffy = lottie; - - /// {@macro giffyDialog.giffyModal.giffy} - final Widget giffy; - - /// {@macro giffyDialog.giffyModal.giffyBuilder} - final GiffyBuilder giffyBuilder; - - /// {@macro giffyDialog.giffyModal.giffyPadding} - final EdgeInsetsGeometry? giffyPadding; - - /// {@macro giffyDialog.giffyModal.title} - final Widget? title; - - /// {@macro giffyDialog.giffyModal.titlePadding} - final EdgeInsetsGeometry? titlePadding; - - /// {@macro giffyDialog.giffyModal.titleTextStyle} - final TextStyle? titleTextStyle; - - /// {@macro giffyDialog.giffyModal.content} - final Widget? content; - - /// {@macro giffyDialog.giffyModal.contentPadding} - final EdgeInsetsGeometry? contentPadding; - - /// {@macro giffyDialog.giffyModal.contentTextStyle} - final TextStyle? contentTextStyle; - - /// {@macro giffyDialog.giffyModal.actions} - final List? actions; - - /// {@macro giffyDialog.giffyModal.actionsPadding} - final EdgeInsetsGeometry? actionsPadding; - - /// {@macro giffyDialog.giffyModal.actionsAlignment} - final MainAxisAlignment? actionsAlignment; - - /// {@macro giffyDialog.giffyModal.actionsOverflowDirection} - final VerticalDirection? actionsOverflowDirection; - - /// {@macro giffyDialog.giffyModal.actionsOverflowButtonSpacing} - final double? actionsOverflowButtonSpacing; - - /// {@macro giffyDialog.giffyModal.actionsOverflowAlignment} - final OverflowBarAlignment? actionsOverflowAlignment; - - /// {@macro giffyDialog.giffyModal.buttonPadding} - final EdgeInsetsGeometry? buttonPadding; - - /// {@macro giffyDialog.giffyModal.semanticLabel} - final String? semanticLabel; - - /// {@macro giffyDialog.giffyModal.scrollable} - final bool scrollable; - - /// {@macro flutter.material.dialog.backgroundColor} - final Color? backgroundColor; - - /// {@macro flutter.material.dialog.elevation} - final double? elevation; - - /// {@macro flutter.material.dialog.shadowColor} - final Color? shadowColor; - - /// {@macro flutter.material.dialog.surfaceTintColor} - final Color? surfaceTintColor; - - /// {@macro flutter.material.dialog.insetPadding} - final EdgeInsets insetPadding; - - /// {@macro flutter.material.dialog.clipBehavior} - final Clip clipBehavior; - - /// {@macro flutter.material.dialog.shape} - final ShapeBorder? shape; - - /// {@macro flutter.material.dialog.alignment} - final AlignmentGeometry? alignment; - - /// The animation to use when the modal is shown. - /// - /// Defaults to [EntryAnimation.none]. - /// - /// See also: - /// - /// * [EntryAnimation], for a list of available animations. - /// * [EntryAnimatedContainer], for the animation widget used. - final EntryAnimation entryAnimation; - - @override - Widget build(BuildContext context) { - final dialogTheme = DialogTheme.of(context); - return EntryAnimatedContainer( - animation: entryAnimation, - child: Dialog( - backgroundColor: backgroundColor, - elevation: elevation, - shadowColor: shadowColor, - surfaceTintColor: surfaceTintColor, - insetPadding: insetPadding, - clipBehavior: clipBehavior, - shape: shape, - alignment: alignment, - child: GiffyModal( - giffy: giffy, - giffyBuilder: giffyBuilder, - giffyPadding: giffyPadding, - title: title, - titlePadding: titlePadding, - titleTextStyle: titleTextStyle ?? dialogTheme.titleTextStyle, - content: content, - contentPadding: contentPadding, - contentTextStyle: contentTextStyle ?? dialogTheme.contentTextStyle, - actions: actions, - actionsPadding: actionsPadding ?? dialogTheme.actionsPadding, - actionsAlignment: actionsAlignment, - actionsOverflowDirection: actionsOverflowDirection, - actionsOverflowButtonSpacing: actionsOverflowButtonSpacing, - actionsOverflowAlignment: actionsOverflowAlignment, - buttonPadding: buttonPadding, - semanticLabel: semanticLabel, - scrollable: scrollable, - ), - ), - ); - } -} diff --git a/lib/src/giffy_modal.dart b/lib/src/giffy_modal.dart deleted file mode 100644 index f562ec6..0000000 --- a/lib/src/giffy_modal.dart +++ /dev/null @@ -1,494 +0,0 @@ -import 'dart:ui'; - -import 'package:flutter/material.dart'; -import 'package:lottie/lottie.dart'; -import 'package:rive/rive.dart'; - -import 'entry_animation.dart'; - -part 'giffy_dialog.dart'; -part 'giffy_bottom_sheet.dart'; - -/// {@template giffyDialog.giffyModal.giffyBuilder} -/// Builder that is called to build the [giffy]. -/// -/// Typically, used to provide extra decoration around the [giffy]. -/// {@endtemplate} -typedef GiffyBuilder = Widget Function(BuildContext context, Widget giffy); - -/// The default [GiffyBuilder] used by [GiffyModal]. -Widget defaultGiffyBuilder(BuildContext context, Widget giffy) { - final useMaterial3 = Theme.of(context).useMaterial3; - return ClipRRect( - borderRadius: useMaterial3 - ? const BorderRadius.all(Radius.circular(16)) - : const BorderRadius.all(Radius.circular(4)), - child: giffy, - ); -} - -/// A giffy modal based on Material Design modal. -/// -/// Rather than using this widget directly, consider using [GiffyDialog] -/// or [GiffyBottomSheet], which implement specific kinds of Material Design -/// modals. -/// -/// See also: -/// -/// * [GiffyDialog], for dialog variant of this modal. -/// * [GiffyBottomSheet], for bottom sheet variant of this modal. -class GiffyModal extends StatelessWidget { - /// Creates an giffy modal. - /// - /// Typically used in conjunction with Dialogs and Bottom Sheets. - /// - /// The [titlePadding] and [contentPadding] default to null, which implies a - /// default that depends on the values of the other properties. See the - /// documentation of [titlePadding] and [contentPadding] for details. - const GiffyModal({ - super.key, - required this.giffy, - this.giffyBuilder = defaultGiffyBuilder, - this.giffyPadding, - this.title, - this.titlePadding, - this.titleTextStyle, - this.content, - this.contentPadding, - this.contentTextStyle, - this.actions, - this.actionsPadding, - this.actionsAlignment, - this.actionsOverflowDirection, - this.actionsOverflowButtonSpacing, - this.actionsOverflowAlignment, - this.buttonPadding, - this.semanticLabel, - this.scrollable = false, - }); - - /// {@template giffyDialog.giffyModal.giffy} - /// The widget or the gif to be displayed at the top of the modal. - /// - /// Typically, an [Image], [RiveAnimation] or [Lottie] widget. - /// {@endtemplate} - final Widget giffy; - - /// {@macro giffyDialog.giffyModal.giffyBuilder} - final GiffyBuilder giffyBuilder; - - /// {@template giffyDialog.giffyModal.giffyPadding} - /// Padding around the [giffy]. - /// - /// This property defaults to providing 24 pixels on the top, left, and right - /// of the [giffy]. If [title] is _not_ null, 16 pixels of bottom padding is - /// added to separate the [giffy] from the [title]. If the [title] is null and - /// [content] is _not_ null, then no bottom padding is provided (but see - /// [contentPadding]). In any other case 24 pixels of bottom padding is - /// added. - /// {@endtemplate} - final EdgeInsetsGeometry? giffyPadding; - - /// {@template giffyDialog.giffyModal.title} - /// The (optional) title of the modal is displayed in a large font at the top - /// of the modal, below the [giffy]. - /// - /// Typically a [Text] widget. - /// {@endtemplate} - final Widget? title; - - /// {@template giffyDialog.giffyModal.titlePadding} - /// Padding around the title. - /// - /// If there is no title, no padding will be provided. Otherwise, this padding - /// is used. - /// - /// This property defaults to providing 24 pixels on the top, left, and right - /// of the title. If the [content] is not null, then no bottom padding is - /// provided (but see [contentPadding]). If it _is_ null, then an extra 20 - /// pixels of bottom padding is added to separate the [title] from the - /// [actions]. - /// {@endtemplate} - final EdgeInsetsGeometry? titlePadding; - - /// {@template giffyDialog.giffyModal.titleTextStyle} - /// Style for the text in the [title] of this [GiffyModal]. - /// - /// If null, defaults to [TextTheme.titleLarge] of [ThemeData.textTheme]. - /// {@endtemplate} - final TextStyle? titleTextStyle; - - /// {@template giffyDialog.giffyModal.content} - /// The (optional) content of the modal is displayed in the center of the - /// modal in a lighter font. - /// - /// Typically this is a [SingleChildScrollView] that contains the modal's - /// message. As noted in the [GiffyModal] documentation, it's important - /// to use a [SingleChildScrollView] if there's any risk that the content - /// will not fit. - /// {@endtemplate} - final Widget? content; - - /// {@template giffyDialog.giffyModal.contentPadding} - /// Padding around the content. - /// - /// If there is no [content], no padding will be provided. Otherwise, this - /// padding is used. - /// - /// This property defaults to providing a padding of 20 pixels above the - /// [content] to separate the [content] from the [title], and 24 pixels on the - /// left, right, and bottom to separate the [content] from the other edges of - /// the modal. - /// - /// If [ThemeData.useMaterial3] is true, the top padding separating the - /// content from the title defaults to 16 pixels instead of 20 pixels. - /// {@endtemplate} - final EdgeInsetsGeometry? contentPadding; - - /// {@template giffyDialog.giffyModal.contentTextStyle} - /// Style for the text in the [content] of this [Alertmodal]. - /// - /// If null, defaults to [TextTheme.titleMedium] of [ThemeData.textTheme]. - /// {@endtemplate} - final TextStyle? contentTextStyle; - - /// {@template giffyDialog.giffyModal.actions} - /// The (optional) set of actions that are displayed at the bottom of the - /// modal with an [OverflowBar]. - /// - /// Typically this is a list of [TextButton] widgets. It is recommended to - /// set the [Text.textAlign] to [TextAlign.end] for the [Text] within the - /// [TextButton], so that buttons whose labels wrap to an extra line align - /// with the overall [OverflowBar]'s alignment within the modal. - /// - /// If the [title] is not null but the [content] _is_ null, then an extra 20 - /// pixels of padding is added above the [OverflowBar] to separate the [title] - /// from the [actions]. - /// {@endtemplate} - final List? actions; - - /// {@template giffyDialog.giffyModal.actionsPadding} - /// Padding around the set of [actions] at the bottom of the modal. - /// - /// Typically used to provide padding to the button bar between the button bar - /// and the edges of the modal. - /// - /// If there are no [actions], then no padding will be included. It is also - /// important to note that [buttonPadding] may contribute to the padding on - /// the edges of [actions] as well. - /// - /// {@tool snippet} - /// This is an example of a set of actions aligned with the content widget. - /// ```dart - /// GiffyModal( - /// giffy: Image.asset('assets/giffy_modal.gif'), - /// title: const Text('Title'), - /// content: Container(width: 200, height: 200, color: Colors.green), - /// actions: [ - /// ElevatedButton(onPressed: () {}, child: const Text('Button 1')), - /// ElevatedButton(onPressed: () {}, child: const Text('Button 2')), - /// ], - /// actionsPadding: const EdgeInsets.symmetric(horizontal: 8.0), - /// ) - /// ``` - /// {@end-tool} - /// - /// See also: - /// - /// * [OverflowBar], which [actions] configures to lay itself out. - /// {@endtemplate} - final EdgeInsetsGeometry? actionsPadding; - - /// {@template giffyDialog.giffyModal.actionsOverflowDirection} - /// Defines the horizontal layout of the [actions] according to the same - /// rules as for [Row.mainAxisAlignment]. - /// - /// This parameter is passed along to the modal's [OverflowBar]. - /// - /// If this parameter is null (the default) then [MainAxisAlignment.end] - /// is used. - /// {@endtemplate} - final MainAxisAlignment? actionsAlignment; - - /// {@template giffyDialog.giffyModal.actionsOverflowDirection} - /// The horizontal alignment of [actions] within the vertical - /// "overflow" layout. - /// - /// If the modal's [actions] do not fit into a single row, then they - /// are arranged in a column. This parameter controls the horizontal - /// alignment of widgets in the case of an overflow. - /// - /// If this parameter is null (the default) then [OverflowBarAlignment.end] - /// is used. - /// - /// See also: - /// - /// * [OverflowBar], which [actions] configures to lay itself out. - /// {@endtemplate} - final OverflowBarAlignment? actionsOverflowAlignment; - - /// {@template giffyDialog.giffyModal.actionsOverflowDirection} - /// The vertical direction of [actions] if the children overflow - /// horizontally. - /// - /// If the modal's [actions] do not fit into a single row, then they - /// are arranged in a column. The first action is at the top of the - /// column if this property is set to [VerticalDirection.down], since it - /// "starts" at the top and "ends" at the bottom. On the other hand, - /// the first action will be at the bottom of the column if this - /// property is set to [VerticalDirection.up], since it "starts" at the - /// bottom and "ends" at the top. - /// - /// See also: - /// - /// * [OverflowBar], which [actions] configures to lay itself out. - /// {@endtemplate} - final VerticalDirection? actionsOverflowDirection; - - /// {@template giffyDialog.giffyModal.actionsOverflowButtonSpacing} - /// The spacing between [actions] when the [OverflowBar] switches - /// to a column layout because the actions don't fit horizontally. - /// - /// If the widgets in [actions] do not fit into a single row, they are - /// arranged into a column. This parameter provides additional - /// vertical space in between buttons when it does overflow. - /// - /// Note that the button spacing may appear to be more than - /// the value provided. This is because most buttons adhere to the - /// [MaterialTapTargetSize] of 48px. So, even though a button - /// might visually be 36px in height, it might still take up to - /// 48px vertically. - /// - /// If null then no spacing will be added in between buttons in - /// an overflow state. - /// {@endtemplate} - final double? actionsOverflowButtonSpacing; - - /// {@template giffyDialog.giffyModal.actionsOverflowSpacing} - /// The padding that surrounds each button in [actions]. - /// - /// This is different from [actionsPadding], which defines the padding - /// between the entire button bar and the edges of the modal. - /// - /// If this property is null, then it will default to - /// 8.0 logical pixels on the left and right. - /// {@endtemplate} - final EdgeInsetsGeometry? buttonPadding; - - /// {@template giffyDialog.giffyModal.semanticLabel} - /// The semantic label of the modal used by accessibility frameworks to - /// announce screen transitions when the modal is opened and closed. - /// - /// In iOS, if this label is not provided, a semantic label will be inferred - /// from the [title] if it is not null. - /// - /// In Android, if this label is not provided, the modal will use the - /// 'Giffy Modal' as its label. - /// - /// See also: - /// - /// * [SemanticsConfiguration.namesRoute], for a description of how this - /// value is used. - /// {@endtemplate} - final String? semanticLabel; - - /// {@template giffyDialog.giffyModal.scrollable} - /// Determines whether the [title] and [content] widgets are wrapped in a - /// scrollable. - /// - /// This configuration is used when the [title] and [content] are expected - /// to overflow. Both [title] and [content] are wrapped in a scroll view, - /// allowing all overflowed content to be visible while still showing the - /// button bar. - /// {@endtemplate} - final bool scrollable; - - @override - Widget build(BuildContext context) { - final theme = Theme.of(context); - final defaultTitleTextStyle = theme.useMaterial3 - ? theme.textTheme.headlineSmall - : theme.textTheme.titleLarge; - final defaultContentTextStyle = theme.useMaterial3 - ? theme.textTheme.bodyMedium - : theme.textTheme.titleMedium; - - String? label = semanticLabel; - switch (theme.platform) { - case TargetPlatform.iOS: - case TargetPlatform.macOS: - break; - case TargetPlatform.android: - case TargetPlatform.fuchsia: - case TargetPlatform.linux: - case TargetPlatform.windows: - label ??= 'Giffy Modal'; - } - - // The paddingScaleFactor is used to adjust the padding of modal's - // children. - final paddingScaleFactor = - _paddingScaleFactor(MediaQuery.of(context).textScaleFactor); - final textDirection = Directionality.maybeOf(context); - - final bool belowIsTitle = title != null; - final bool belowIsContent = !belowIsTitle && content != null; - final defaultGiffyPadding = EdgeInsets.only( - left: 24.0, - top: 24.0, - right: 24.0, - bottom: belowIsTitle - ? 16.0 - : belowIsContent - ? 0.0 - : 24.0, - ); - final EdgeInsets effectiveGiffyPadding = - giffyPadding?.resolve(textDirection) ?? defaultGiffyPadding; - final giffyWidget = Padding( - padding: EdgeInsets.only( - left: effectiveGiffyPadding.left * paddingScaleFactor, - right: effectiveGiffyPadding.right * paddingScaleFactor, - top: effectiveGiffyPadding.top * paddingScaleFactor, - bottom: effectiveGiffyPadding.bottom, - ), - child: giffyBuilder.call(context, giffy), - ); - - Widget? titleWidget; - Widget? contentWidget; - Widget? actionsWidget; - - if (title != null) { - final defaultTitlePadding = EdgeInsets.only( - left: 24.0, - top: 0.0, - right: 24.0, - bottom: content == null ? 20.0 : 0.0, - ); - final effectiveTitlePadding = - titlePadding?.resolve(textDirection) ?? defaultTitlePadding; - titleWidget = Padding( - padding: EdgeInsets.only( - left: effectiveTitlePadding.left * paddingScaleFactor, - right: effectiveTitlePadding.right * paddingScaleFactor, - top: effectiveTitlePadding.top, - bottom: effectiveTitlePadding.bottom, - ), - child: DefaultTextStyle( - style: titleTextStyle ?? defaultTitleTextStyle!, - textAlign: TextAlign.center, - child: Semantics( - // For iOS platform, the focus always lands on the title. - // Set nameRoute to false to avoid title being announce twice. - namesRoute: label == null && theme.platform != TargetPlatform.iOS, - container: true, - child: title, - ), - ), - ); - } - - if (content != null) { - final defaultContentPadding = EdgeInsets.only( - left: 24.0, - top: theme.useMaterial3 ? 16.0 : 20.0, - right: 24.0, - bottom: 24.0, - ); - final effectiveContentPadding = - contentPadding?.resolve(textDirection) ?? defaultContentPadding; - contentWidget = Padding( - padding: EdgeInsets.only( - left: effectiveContentPadding.left * paddingScaleFactor, - right: effectiveContentPadding.right * paddingScaleFactor, - top: effectiveContentPadding.top, - bottom: effectiveContentPadding.bottom, - ), - child: DefaultTextStyle( - style: contentTextStyle ?? defaultContentTextStyle!, - child: Semantics( - container: true, - child: content, - ), - ), - ); - } - - if (actions != null) { - final defaultActionsPadding = theme.useMaterial3 - ? const EdgeInsets.only(left: 24.0, right: 24.0, bottom: 24.0) - : EdgeInsets.zero; - final spacing = (buttonPadding?.horizontal ?? 16) / 2; - actionsWidget = Padding( - padding: actionsPadding ?? - (theme.useMaterial3 - ? defaultActionsPadding - : defaultActionsPadding.add(EdgeInsets.all(spacing))), - child: OverflowBar( - alignment: actionsAlignment ?? MainAxisAlignment.end, - spacing: spacing, - overflowAlignment: - actionsOverflowAlignment ?? OverflowBarAlignment.end, - overflowDirection: actionsOverflowDirection ?? VerticalDirection.down, - overflowSpacing: actionsOverflowButtonSpacing ?? 0, - children: actions!, - ), - ); - } - - List columnChildren; - if (scrollable) { - columnChildren = [ - Flexible( - child: SingleChildScrollView( - child: Column( - mainAxisSize: MainAxisSize.min, - crossAxisAlignment: CrossAxisAlignment.stretch, - children: [ - giffyWidget, - if (title != null) titleWidget!, - if (content != null) contentWidget!, - ], - ), - ), - ), - if (actions != null) actionsWidget!, - ]; - } else { - columnChildren = [ - giffyWidget, - if (title != null) titleWidget!, - if (content != null) Flexible(child: contentWidget!), - if (actions != null) actionsWidget! - ]; - } - - Widget child = IntrinsicWidth( - child: Column( - mainAxisSize: MainAxisSize.min, - crossAxisAlignment: CrossAxisAlignment.stretch, - children: columnChildren, - ), - ); - - if (label != null) { - child = Semantics( - scopesRoute: true, - explicitChildNodes: true, - namesRoute: true, - label: label, - child: child, - ); - } - - return child; - } -} - -double _paddingScaleFactor(double textScaleFactor) { - final double clampedTextScaleFactor = clampDouble(textScaleFactor, 1.0, 2.0); - // The final padding scale factor is clamped between 1/3 and 1. For example, - // a non-scaled padding of 24 will produce a padding between 24 and 8. - return lerpDouble(1.0, 1.0 / 3.0, clampedTextScaleFactor - 1.0)!; -} diff --git a/main.dart.js b/main.dart.js new file mode 100644 index 0000000..9899723 --- /dev/null +++ b/main.dart.js @@ -0,0 +1,84041 @@ +(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;s2)return B.aa +return B.aH}else if(B.c.t(s.toLowerCase(),"iphone")||B.c.t(s.toLowerCase(),"ipad")||B.c.t(s.toLowerCase(),"ipod"))return B.aa +else if(B.c.t(r,"Android"))return B.e7 +else if(B.c.c9(s,"Linux"))return B.q3 +else if(B.c.c9(s,"Win"))return B.q4 +else return B.Gl}, +aJ4(){var s=$.dN() +return J.f7(B.hG.a,s)}, +aJ6(){var s=$.dN() +return s===B.aa&&B.c.t(self.window.navigator.userAgent,"OS 15_")}, +i5(){var s,r=A.vc(1,1) +if(A.io(r,"webgl2",null)!=null){s=$.dN() +if(s===B.aa)return 1 +return 2}if(A.io(r,"webgl",null)!=null)return 1 +return-1}, +ag(){return $.aU.ao()}, +cu(a){return a.BlendMode}, +anz(a){return a.PaintStyle}, +ajc(a){return a.StrokeCap}, +ajd(a){return a.StrokeJoin}, +XV(a){return a.BlurStyle}, +XX(a){return a.TileMode}, +anx(a){return a.FillType}, +ajb(a){return a.ClipOp}, +aje(a){return a.VertexMode}, +vZ(a){return a.RectHeightStyle}, +anA(a){return a.RectWidthStyle}, +w_(a){return a.TextAlign}, +XW(a){return a.TextHeightBehavior}, +anC(a){return a.TextDirection}, +m_(a){return a.FontWeight}, +any(a){return a.FontSlant}, +ayd(a){return a.ParagraphBuilder}, +Fg(a){return a.DecorationStyle}, +anB(a){return a.TextBaseline}, +aqp(a){return a.Intersect}, +a8v(){return new globalThis.window.flutterCanvasKit.Paint()}, +aDI(a,b){return a.setColorInt(b)}, +au3(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}, +aiy(a){var s,r,q,p=new Float32Array(9) +for(s=a.length,r=0;r<9;++r){q=B.kl[r] +if(q>>16&255)/255 +s[1]=(r>>>8&255)/255 +s[2]=(r&255)/255 +s[3]=(r>>>24&255)/255 +return s}, +aqr(a,b,c,d,e,f,g,h,i,j,k,l){return A.y(a,"addPath",[b,c,d,e,f,g,h,i,j,k,l])}, +aqs(a,b,c,d,e,f,g,h,i,j){return A.y(a,"transform",[b,c,d,e,f,g,h,i,j])}, +dg(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +aIJ(a){return new A.G(a[0],a[1],a[2],a[3])}, +nJ(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}, +au1(a){var s,r,q,p=a.length,o=new Float32Array(p*2) +for(s=0;s"))}, +aHO(a,b){return b+a}, +Wh(){var s=0,r=A.a5(t.e),q,p,o +var $async$Wh=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=3 +return A.a1(A.agK(A.aG5()),$async$Wh) +case 3:p=t.e +s=4 +return A.a1(A.fR(self.window.CanvasKitInit(p.a({locateFile:A.b1(A.aGv())})),p),$async$Wh) +case 4:o=b +if(A.aqq(o.ParagraphBuilder)&&self.Intl.v8BreakIterator==null)throw A.c(A.aM("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$Wh,r)}, +agK(a){var s=0,r=A.a5(t.H),q,p,o,n +var $async$agK=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:p=new A.bA(a,a.gn(a)),o=A.j(p).c +case 3:if(!p.p()){s=4 +break}n=p.d +s=5 +return A.a1(A.aGq(n==null?o.a(n):n),$async$agK) +case 5:if(c){s=1 +break}s=3 +break +case 4:throw A.c(A.aM("Failed to download any of the following CanvasKit URLs: "+a.h(0))) +case 1:return A.a3(q,r)}}) +return A.a4($async$agK,r)}, +aGq(a){var s,r,q,p,o,n=A.bc(self.document,"script") +n.src=A.aIc(a) +s=new A.al($.ak,t.tr) +r=new A.bj(s,t.VY) +q=A.aO("loadCallback") +p=A.aO("errorCallback") +o=t.e +q.sdY(o.a(A.b1(new A.agJ(n,r)))) +p.sdY(o.a(A.b1(new A.agI(n,r)))) +A.cr(n,"load",q.aN(),null) +A.cr(n,"error",p.aN(),null) +A.aJq(n) +self.document.head.appendChild(n) +return s}, +a3n(a){var s=new A.y9(a) +s.fD(null,t.e) +return s}, +ayp(a){return new A.FP(a)}, +aI5(a){switch(0){case 0:return new A.Fo(a.a,a.b)}}, +apk(a){var s=null +return new A.iD(B.G8,s,s,s,a,s)}, +azT(){var s=t.qN +return new A.Hq(A.a([],s),A.a([],s))}, +aIq(a,b){var s,r,q,p,o +if(a.length===0||b.length===0)return null +s=new A.ahE(a,b) +r=new A.ahD(a,b) +q=B.b.mS(a,B.b.gG(b)) +p=B.b.rX(a,B.b.gU(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}, +aAg(){var s,r,q,p,o,n,m,l,k=t.Te,j=A.E(k,t.Gs) +for(s=$.q9(),r=s.length,q=0;q"),p=p.a,n=0;ng){B.b.K(a0) +a0.push(f) +g=c}else if(c===g)a0.push(f)}if(g===0)break +j.a=B.b.gG(a0) +if(a0.length>1)if(B.b.NN(a0,new A.ahG())){if(!o||!n||!m||l){if(B.b.t(a0,$.q8()))j.a=$.q8()}else if(!p||!k||a1){if(B.b.t(a0,$.aiR()))j.a=$.aiR()}else if(q){if(B.b.t(a0,$.aiO()))j.a=$.aiO()}else if(r){if(B.b.t(a0,$.aiP()))j.a=$.aiP()}else if(s){if(B.b.t(a0,$.aiQ()))j.a=$.aiQ()}else if(B.b.t(a0,$.q8()))j.a=$.q8()}else if(B.b.t(a0,$.amI()))j.a=$.amI() +else if(B.b.t(a0,$.q8()))j.a=$.q8() +a2.ZM(new A.ahH(j),!0) +a.A(0,j.a)}return a}, +akA(a,b,c){var s=A.aDG(c),r=A.a([0],t.t) +A.y(s,"getGlyphBounds",[r,null,null]) +return new A.tl(b,a,c)}, +aJD(a,b,c){var s="encoded image bytes" +if($.amQ()&&b==null&&c==null)return A.Fp(a,s) +else return A.anF(a,s,c,b)}, +mh(a){return new A.IE(a)}, +aiu(a,b){var s=0,r=A.a5(t.hP),q,p +var $async$aiu=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:s=3 +return A.a1(A.Wi(a,b),$async$aiu) +case 3:p=d +if($.amQ()){q=A.Fp(p,a) +s=1 +break}else{q=A.anF(p,a,null,null) +s=1 +break}case 1:return A.a3(q,r)}}) +return A.a4($async$aiu,r)}, +Wi(a,b){return A.aIx(a,b)}, +aIx(a,b){var s=0,r=A.a5(t.p),q,p=2,o,n,m,l,k,j +var $async$Wi=A.a6(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a1(A.q5(a),$async$Wi) +case 7:n=d +m=n.ga6F() +if(!n.gwD()){l=A.mh(u.O+a+"\nServer response code: "+J.axc(n)) +throw A.c(l)}s=m!=null?8:10 +break +case 8:l=A.aio(n.gxj(),m,b) +q=l +s=1 +break +s=9 +break +case 10:s=11 +return A.a1(A.xr(n),$async$Wi) +case 11:l=d +q=l +s=1 +break +case 9:p=2 +s=6 +break +case 4:p=3 +j=o +if(A.aq(j) instanceof A.xq)throw A.c(A.mh(u.O+a+"\nTrying to load an image from another domain? Find answers at:\nhttps://flutter.dev/docs/development/platform-integration/web-images")) +else throw j +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$Wi,r)}, +aio(a,b,c){return A.aJw(a,b,c)}, +aJw(a,b,c){var s=0,r=A.a5(t.p),q,p,o +var $async$aio=A.a6(function(d,e){if(d===1)return A.a2(e,r) +while(true)switch(s){case 0:p={} +o=new Uint8Array(b) +p.a=p.b=0 +s=3 +return A.a1(a.xv(0,new A.aip(p,c,b,o),t.p),$async$aio) +case 3:q=o +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$aio,r)}, +Yd(a,b){var s=new A.m0($,b),r=new A.Gs(A.w(t.XY),t.lp),q=new A.pK("SkImage") +q.Gu(r,a,"SkImage") +r.a!==$&&A.fu() +r.a=q +s.b=r +s.IH() +return s}, +anF(a,b,c,d){var s=new A.Fn(b,a,d,c) +s.fD(null,t.e) +return s}, +ayo(a,b,c){return new A.w6(a,b,c,new A.vo(new A.Y9()))}, +Fp(a,b){var s=0,r=A.a5(t.Lh),q,p,o +var $async$Fp=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:o=A.aIm(a) +if(o==null)throw A.c(A.mh("Failed to detect image file format using the file header.\nFile header was "+(!B.p.gY(a)?"["+A.aHN(B.p.bU(a,0,Math.min(10,a.length)))+"]":"empty")+".\nImage source: "+b)) +p=A.ayo(o,a,b) +s=3 +return A.a1(p.nR(),$async$Fp) +case 3:q=p +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$Fp,r)}, +aIm(a){var s,r,q,p,o,n,m +$label0$0:for(s=a.length,r=0;r<6;++r){q=B.C4[r] +p=q.a +o=p.length +if(s=s)return!1 +if(a[n]!==B.c.Z(o,p))continue $label0$0}return!0}return!1}, +aAP(a,b){var s,r=A.a([],b.i("l>")) +a.a0(0,new A.a2e(r,b)) +B.b.f4(r,new A.a2f(b)) +s=new A.a2h(b).$1(r) +s.toString +new A.a2g(b).$1(s) +return new A.IL(s,b.i("IL<0>"))}, +Q(a,b,c){return new A.kS(a,b,c)}, +aHx(a){var s,r,q=new A.a4a(0),p=A.a([],t.Cz) +for(s=a.length;q.a>>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}, +ate(a,b,c,d,e,f){var s,r=e?5:4,q=A.M(B.d.ac((c.gl(c)>>>24&255)*0.039),c.gl(c)>>>16&255,c.gl(c)>>>8&255,c.gl(c)&255),p=A.M(B.d.ac((c.gl(c)>>>24&255)*0.25),c.gl(c)>>>16&255,c.gl(c)>>>8&255,c.gl(c)&255),o=t.e.a({ambient:A.vg(q),spot:A.vg(p)}),n=$.aU.ao().computeTonalColors(o),m=b.ga3(),l=new Float32Array(3) +l[2]=f*d +s=new Float32Array(3) +s[0]=0 +s[1]=-450 +s[2]=f*600 +A.y(a,"drawShadow",[m,l,s,f*1.1,n.ambient,n.spot,r])}, +ayr(a,b,c,d,e){var s,r,q=null,p=e.length,o=b.length +if(p!==o)throw A.c(A.cp('"positions" and "textureCoordinates" lengths must match.',q)) +p=B.Ga.fM(d,new A.Yi(b)) +if(p)throw A.c(A.cp('"indices" values must be valid indices in the positions list.',q)) +p=$.awL()[a.a] +o=A.au1(b) +s=A.au1(e) +r=A.aJW(d) +p=new A.wa(p,o,s,q,r) +p.fD(q,t.e) +return p}, +apA(){var s=$.c8() +return s===B.aQ||self.window.navigator.clipboard==null?new A.a_H():new A.Ys()}, +ahy(){var s=$.dd +return s==null?$.dd=A.ir(self.window.flutterConfiguration):s}, +ir(a){var s=new A.a_Y() +if(a!=null){s.a=!0 +s.b=a}return s}, +azB(a){return a.console}, +aob(a){return a.navigator}, +aoc(a,b){return a.matchMedia(b)}, +ajC(a,b){return a.getComputedStyle(b)}, +azC(a){return a.trustedTypes}, +azs(a){return new A.ZH(a)}, +azz(a){return a.userAgent}, +azy(a){var s=a.languages +return s==null?null:J.Eo(s,new A.ZK(),t.N).dQ(0)}, +bc(a,b){return a.createElement(b)}, +cr(a,b,c,d){if(c!=null)if(d==null)a.addEventListener(b,c) +else a.addEventListener(b,c,d)}, +eT(a,b,c,d){if(c!=null)if(d==null)a.removeEventListener(b,c) +else a.removeEventListener(b,c,d)}, +azA(a,b){return a.appendChild(b)}, +ao9(a,b){a.textContent=b +return b}, +aI6(a){return A.bc(self.document,a)}, +azu(a){return a.tagName}, +ao2(a){return a.style}, +ao1(a,b){var s=a.getAttribute(b) +return s==null?null:s}, +ao3(a,b,c){var s=A.am(c) +return A.y(a,"setAttribute",[b,s==null?t.K.a(s):s])}, +azt(a){var s +for(;a.firstChild!=null;){s=a.firstChild +s.toString +a.removeChild(s)}}, +azo(a,b){return A.t(a,"width",b)}, +azj(a,b){return A.t(a,"height",b)}, +ao0(a,b){return A.t(a,"position",b)}, +azm(a,b){return A.t(a,"top",b)}, +azk(a,b){return A.t(a,"left",b)}, +azn(a,b){return A.t(a,"visibility",b)}, +azl(a,b){return A.t(a,"overflow",b)}, +t(a,b,c){a.setProperty(b,c,"")}, +ao5(a,b){a.src=b +return b}, +vc(a,b){var s +$.ata=$.ata+1 +s=A.bc(self.window.document,"canvas") +if(b!=null)A.qX(s,b) +if(a!=null)A.qW(s,a) +return s}, +qX(a,b){a.width=b +return b}, +qW(a,b){a.height=b +return b}, +io(a,b,c){var s +if(c==null)return a.getContext(b) +else{s=A.am(c) +return A.y(a,"getContext",[b,s==null?t.K.a(s):s])}}, +azq(a){var s=A.io(a,"2d",null) +s.toString +return t.e.a(s)}, +azp(a,b){var s +if(b===1){s=A.io(a,"webgl",null) +s.toString +return t.e.a(s)}s=A.io(a,"webgl2",null) +s.toString +return t.e.a(s)}, +ZF(a,b){var s=b==null?null:b +a.fillStyle=s +return s}, +ajy(a,b){a.lineWidth=b +return b}, +ZG(a,b){var s=b==null?null:b +a.strokeStyle=s +return s}, +ZE(a,b){if(b==null)a.fill() +else A.y(a,"fill",[b])}, +azr(a,b,c,d){a.fillText(b,c,d)}, +ZD(a,b){if(b==null)a.clip() +else A.y(a,"clip",[b])}, +ajx(a,b){a.filter=b +return b}, +ajA(a,b){a.shadowOffsetX=b +return b}, +ajB(a,b){a.shadowOffsetY=b +return b}, +ajz(a,b){var s=b==null?null:b +a.shadowColor=s +return s}, +q5(a){return A.aIR(a)}, +aIR(a){var s=0,r=A.a5(t.Lk),q,p=2,o,n,m,l,k +var $async$q5=A.a6(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a1(A.fR(self.window.fetch(a),t.e),$async$q5) +case 7:n=c +q=new A.Iz(a,n) +s=1 +break +p=2 +s=6 +break +case 4:p=3 +k=o +m=A.aq(k) +throw A.c(new A.xq(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$q5,r)}, +Wm(a){var s=0,r=A.a5(t.pI),q +var $async$Wm=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=3 +return A.a1(A.q5(a),$async$Wm) +case 3:q=c.gxj().o8() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$Wm,r)}, +xr(a){var s=0,r=A.a5(t.p),q,p +var $async$xr=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:p=A +s=3 +return A.a1(a.gxj().o8(),$async$xr) +case 3:q=p.bL(c,0,null) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$xr,r)}, +at5(a,b,c){var s +if(c==null)return A.lK(globalThis.FontFace,[a,b]) +else{s=A.am(c) +if(s==null)s=t.K.a(s) +return A.lK(globalThis.FontFace,[a,b,s])}}, +azv(a){return new A.ZI(a)}, +ao8(a,b){var s=b==null?null:b +a.value=s +return s}, +azx(a){return a.matches}, +azw(a,b){return a.addListener(b)}, +ZJ(a,b){a.type=b +return b}, +ao7(a,b){var s=b==null?null:b +a.value=s +return s}, +ao6(a,b){a.disabled=b +return b}, +aoa(a,b,c){var s +if(c==null)return a.getContext(b) +else{s=A.am(c) +return A.y(a,"getContext",[b,s==null?t.K.a(s):s])}}, +jn(a,b,c){return a.insertRule(b,c)}, +cB(a,b,c){var s=t.e.a(A.b1(c)) +a.addEventListener(b,s) +return new A.Hf(b,a,s)}, +aI7(a){var s=A.b1(new A.ahz(a)) +return A.lK(globalThis.ResizeObserver,[s])}, +aIc(a){if(self.window.trustedTypes!=null)return $.awQ().createScriptURL(a) +return a}, +at6(a){var s +if(self.Intl.Segmenter==null)throw A.c(A.cy("Intl.Segmenter() is not supported.")) +s=t.N +s=A.am(A.be(["granularity",a],s,s)) +if(s==null)s=t.K.a(s) +return A.lK(globalThis.Intl.Segmenter,[[],s])}, +at9(){if(self.Intl.v8BreakIterator==null)throw A.c(A.cy("v8BreakIterator is not supported.")) +var s=A.am(B.Ft) +if(s==null)s=t.K.a(s) +return A.lK(globalThis.Intl.v8BreakIterator,[[],s])}, +aAc(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}}, +aIE(){var s=$.fO +s.toString +return s}, +Wq(a,b){var s +if(b.k(0,B.h))return a +s=new A.bQ(new Float32Array(16)) +s.bG(a) +s.aA(0,b.a,b.b) +return s}, +atd(a,b,c){var s=a.ac6() +if(c!=null)A.am7(s,A.Wq(c,b).a) +return s}, +air(){var s=0,r=A.a5(t.z) +var $async$air=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:if(!$.alv){$.alv=!0 +A.y(self.window,"requestAnimationFrame",[A.b1(new A.ait())])}return A.a3(null,r)}}) +return A.a4($async$air,r)}, +aAE(a,b){var s,r,q,p,o +if(a.attachShadow!=null){s=new A.Mr() +r=A.am(A.be(["mode","open","delegatesFocus",!1],t.N,t.z)) +r=A.y(a,"attachShadow",[r==null?t.K.a(r):r]) +s.a=r +q=A.bc(self.document,"style") +q.id="flt-internals-stylesheet" +r.appendChild(q) +r=q.sheet +r.toString +p=$.c8() +if(p!==B.aC)p=p===B.A +else p=!0 +A.asR(r,"",b,p) +return s}else{s=new A.Hl() +o=A.bc(self.document,"style") +o.id="flt-internals-stylesheet" +a.appendChild(o) +r=o.sheet +r.toString +p=$.c8() +if(p!==B.aC)p=p===B.A +else p=!0 +A.asR(r,"flt-glass-pane",b,p) +p=A.bc(self.document,"flt-element-host-node") +s.a=p +a.appendChild(p) +return s}}, +asR(a,b,c,d){var s,r,q,p=" "+b,o=t.e,n=t.qr,m=n.i("k.E") +A.jn(a,p+" flt-scene-host {\n color: red;\n font: "+c+";\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +r=$.c8() +if(r===B.A)A.jn(a," "+b+" * {\n -webkit-tap-highlight-color: transparent;\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +if(r===B.aQ)A.jn(a," "+b+" flt-paragraph,\n "+b+" flt-span {\n line-height: 100%;\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +A.jn(a,p+" 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.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +if(r===B.A)A.jn(a," "+b+" flt-semantics input[type=range]::-webkit-slider-thumb {\n -webkit-appearance: none;\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +A.jn(a,p+" input::selection {\n background-color: transparent;\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +A.jn(a,p+" textarea::selection {\n background-color: transparent;\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +A.jn(a,p+" flt-semantics input,\n "+b+" flt-semantics textarea,\n "+b+' flt-semantics [contentEditable="true"] {\n caret-color: transparent;\n }\n ',J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +A.jn(a,p+" .flt-text-editing::placeholder {\n opacity: 0;\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +if(r!==B.aC)p=r===B.A +else p=!0 +if(p)A.jn(a," "+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.bo(A.ci(new A.ee(a.cssRules,n),m,o).a)) +if(B.c.t(self.window.navigator.userAgent,"Edg/"))try{A.jn(a," "+b+" input::-ms-reveal {\n display: none;\n }\n ",J.bo(A.ci(new A.ee(a.cssRules,n),m,o).a))}catch(q){p=A.aq(q) +if(o.b(p)){s=p +self.window.console.warn(J.ev(s))}else throw q}}, +axU(a,b,c){var s,r,q,p,o,n,m=A.bc(self.document,"flt-canvas"),l=A.a([],t.J),k=self.window.devicePixelRatio +if(k===0)k=1 +s=a.a +r=a.c-s +q=A.Xz(r) +p=a.b +o=a.d-p +n=A.Xy(o) +o=new A.XZ(A.Xz(r),A.Xy(o),c,A.a([],t.vj),A.dF()) +k=new A.kk(a,m,o,l,q,n,k,c,b) +A.t(m.style,"position","absolute") +k.z=B.d.dm(s)-1 +k.Q=B.d.dm(p)-1 +k.L0() +o.z=m +k.K5() +return k}, +Xz(a){var s=self.window.devicePixelRatio +if(s===0)s=1 +return B.d.cN((a+1)*s)+2}, +Xy(a){var s=self.window.devicePixelRatio +if(s===0)s=1 +return B.d.cN((a+1)*s)+2}, +axV(a){a.remove()}, +ahs(a){if(a==null)return null +switch(a.a){case 3:return"source-over" +case 5:return"source-in" +case 7:return"source-out" +case 9:return"source-atop" +case 4:return"destination-over" +case 6:return"destination-in" +case 8:return"destination-out" +case 10:return"destination-atop" +case 12:return"lighten" +case 1:return"copy" +case 11:return"xor" +case 24:case 13:return"multiply" +case 14:return"screen" +case 15:return"overlay" +case 16:return"darken" +case 17:return"lighten" +case 18:return"color-dodge" +case 19:return"color-burn" +case 20:return"hard-light" +case 21:return"soft-light" +case 22:return"difference" +case 23:return"exclusion" +case 25:return"hue" +case 26:return"saturation" +case 27:return"color" +case 28:return"luminosity" +default:throw A.c(A.cy("Flutter Web does not support the blend mode: "+a.h(0)))}}, +asV(a){switch(a.a){case 0:return B.IN +case 3:return B.IO +case 5:return B.IP +case 7:return B.IR +case 9:return B.IS +case 4:return B.IT +case 6:return B.IU +case 8:return B.IV +case 10:return B.IW +case 12:return B.IX +case 1:return B.IY +case 11:return B.IQ +case 24:case 13:return B.J6 +case 14:return B.J7 +case 15:return B.Ja +case 16:return B.J8 +case 17:return B.J9 +case 18:return B.Jb +case 19:return B.Jc +case 20:return B.Jd +case 21:return B.J_ +case 22:return B.J0 +case 23:return B.J1 +case 25:return B.J2 +case 26:return B.J3 +case 27:return B.J4 +case 28:return B.J5 +default:return B.IZ}}, +atZ(a){if(a==null)return null +switch(a.a){case 0:return"butt" +case 1:return"round" +case 2:default:return"square"}}, +aJG(a){switch(a.a){case 1:return"round" +case 2:return"bevel" +case 0:default:return"miter"}}, +als(a4,a5,a6,a7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=t.J,a2=A.a([],a1),a3=a4.length +for(s=null,r=null,q=0;q0){q=p/2 +m-=q +j-=q +s=Math.max(0,s-p) +r=Math.max(0,r-p)}if(m!==o||j!==l||s!==n||r!==k)return new A.G(m,j,m+s,j+r) +return a}, +E5(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=A.bc(self.document,c),h=b.b===B.H,g=b.c +if(g==null)g=0 +if(d.rT(0)){s=a.a +r=a.b +q="translate("+A.i(s)+"px, "+A.i(r)+"px)"}else{s=new Float32Array(16) +p=new A.bQ(s) +p.bG(d) +r=a.a +o=a.b +p.aA(0,r,o) +q=A.i7(s) +s=r +r=o}o=i.style +A.t(o,"position","absolute") +A.t(o,"transform-origin","0 0 0") +A.t(o,"transform",q) +n=A.E6(b.r) +n.toString +m=b.x +if(m!=null){l=m.b +m=$.c8() +if(m===B.A&&!h){A.t(o,"box-shadow","0px 0px "+A.i(l*2)+"px "+n) +n=b.r +n=A.dM(new A.A(((B.d.ac((1-Math.min(Math.sqrt(l)/6.283185307179586,1))*(n>>>24&255))&255)<<24|n&16777215)>>>0)) +n.toString +k=n}else{A.t(o,"filter","blur("+A.i(l)+"px)") +k=n}}else k=n +A.t(o,"width",A.i(a.c-s)+"px") +A.t(o,"height",A.i(a.d-r)+"px") +if(h)A.t(o,"border",A.lF(g)+" solid "+k) +else{A.t(o,"background-color",k) +j=A.aGJ(b.w,a) +A.t(o,"background-image",j!==""?"url('"+j+"'":"")}return i}, +aGJ(a,b){var s +if(a!=null){if(a instanceof A.r4){s=a.e.a.src +if(s==null)s=null +return s==null?"":s}if(a instanceof A.r3)return A.cK(a.w1(b,1,!0))}return""}, +asS(a,b){var s,r,q=b.e,p=b.r +if(q===p){s=b.z +if(q===s){r=b.x +s=q===r&&q===b.f&&p===b.w&&s===b.Q&&r===b.y}else s=!1}else s=!1 +if(s){A.t(a,"border-radius",A.lF(b.z)) +return}A.t(a,"border-top-left-radius",A.lF(q)+" "+A.lF(b.f)) +A.t(a,"border-top-right-radius",A.lF(p)+" "+A.lF(b.w)) +A.t(a,"border-bottom-left-radius",A.lF(b.z)+" "+A.lF(b.Q)) +A.t(a,"border-bottom-right-radius",A.lF(b.x)+" "+A.lF(b.y))}, +lF(a){return B.d.a5(a===0?1:a,3)+"px"}, +ajl(a,b,c){var s,r,q,p,o,n,m +if(0===b){c.push(new A.r(a.c,a.d)) +c.push(new A.r(a.e,a.f)) +return}s=new A.Pg() +a.Hg(s) +r=s.a +r.toString +q=s.b +q.toString +p=a.b +o=a.f +if(A.dV(p,a.d,o)){n=r.f +if(!A.dV(p,n,o))m=r.f=q.b=Math.abs(n-p)0){s=b[7] +b[9]=s +b[5]=s +if(o===2){s=b[13] +b[15]=s +b[11]=s}}return o}, +aG9(b0,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,a5,a6,a7,a8,a9=b0.length +if(0===a9)for(s=0;s<8;++s)b2[s]=b1[s] +else{r=b0[0] +for(q=a9-1,p=0,s=0;s0))return 0 +s=1 +r=0}q=h-i +p=g-h +o=f-g +do{n=(r+s)/2 +m=i+q*n +l=h+p*n +k=m+(l-m)*n +j=k+(l+(g+o*n-l)*n-k)*n +if(j===0)return n +if(j<0)s=n +else r=n}while(Math.abs(r-s)>0.0000152587890625) +return(s+r)/2}, +atg(a,b,c,d,e){return(((d+3*(b-c)-a)*e+3*(c-b-b+a))*e+3*(b-a))*e+a}, +aHP(b1,b2,b3,b4){var s,r,q,p,o,n,m,l=b1[7],k=b1[0],j=b1[1],i=b1[2],h=b1[3],g=b1[4],f=b1[5],e=b1[6],d=b2===0,c=!d?b2:b3,b=1-c,a=k*b+i*c,a0=j*b+h*c,a1=i*b+g*c,a2=h*b+f*c,a3=g*b+e*c,a4=f*b+l*c,a5=a*b+a1*c,a6=a0*b+a2*c,a7=a1*b+a3*c,a8=a2*b+a4*c,a9=a5*b+a7*c,b0=a6*b+a8*c +if(d){b4[0]=k +b4[1]=j +b4[2]=a +b4[3]=a0 +b4[4]=a5 +b4[5]=a6 +b4[6]=a9 +b4[7]=b0 +return}if(b3===1){b4[0]=a9 +b4[1]=b0 +b4[2]=a7 +b4[3]=a8 +b4[4]=a3 +b4[5]=a4 +b4[6]=e +b4[7]=l +return}s=(b3-b2)/(1-b2) +d=1-s +r=a9*d+a7*s +q=b0*d+a8*s +p=a7*d+a3*s +o=a8*d+a4*s +n=r*d+p*s +m=q*d+o*s +b4[0]=a9 +b4[1]=b0 +b4[2]=r +b4[3]=q +b4[4]=n +b4[5]=m +b4[6]=n*d+(p*d+(a3*d+e*s)*s)*s +b4[7]=m*d+(o*d+(a4*d+l*s)*s)*s}, +aqG(){var s=new A.nd(A.aks(),B.ah) +s.JN() +return s}, +aqH(a){var s,r,q=A.aks(),p=a.a,o=p.w,n=p.d,m=p.z +q.Q=!0 +q.cx=0 +q.uf() +q.AN(n) +q.AO(o) +q.AM(m) +B.p.j8(q.r,0,p.r) +B.cV.j8(q.f,0,p.f) +s=p.y +if(s==null)q.y=null +else{r=q.y +r.toString +B.cV.j8(r,0,s)}s=p.Q +q.Q=s +if(!s){q.a=p.a +q.b=p.b +q.as=p.as}q.cx=p.cx +q.at=p.at +q.ax=p.ax +q.ay=p.ay +q.ch=p.ch +q.CW=p.CW +q=new A.nd(q,B.ah) +q.zq(a) +return q}, +aFV(a,b,c){var s +if(0===c)s=0===b||360===b +else s=!1 +if(s)return new A.r(a.c,a.gbf().b) +return null}, +agx(a,b,c,d){var s=a+b +if(s<=c)return d +return Math.min(c/s,d)}, +akr(a,b){var s=new A.a52(a,b,a.w) +if(a.Q)a.zk() +if(!a.as)s.z=a.w +return s}, +aF7(a,b,c,d,e,f,g,h){if(Math.abs(a*2/3+g/3-c)>0.5)return!0 +if(Math.abs(b*2/3+h/3-d)>0.5)return!0 +if(Math.abs(a/3+g*2/3-e)>0.5)return!0 +if(Math.abs(b/3+h*2/3-f)>0.5)return!0 +return!1}, +ald(a,b,c,a0,a1,a2,a3,a4,a5,a6,a7,a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d +if(B.e.bT(a7-a6,10)!==0&&A.aF7(a,b,c,a0,a1,a2,a3,a4)){s=(a+c)/2 +r=(b+a0)/2 +q=(c+a1)/2 +p=(a0+a2)/2 +o=(a1+a3)/2 +n=(a2+a4)/2 +m=(s+q)/2 +l=(r+p)/2 +k=(q+o)/2 +j=(p+n)/2 +i=(m+k)/2 +h=(l+j)/2 +g=a6+a7>>>1 +a5=A.ald(i,h,k,j,o,n,a3,a4,A.ald(a,b,s,r,m,l,i,h,a5,a6,g,a8),g,a7,a8)}else{f=a-a3 +e=b-a4 +d=a5+Math.sqrt(f*f+e*e) +if(d>a5)a8.push(new A.uT(4,d,A.a([a,b,c,a0,a1,a2,a3,a4],t.n))) +a5=d}return a5}, +aF8(a,b,c,d,e,f){if(Math.abs(c/2-(a+e)/4)>0.5)return!0 +if(Math.abs(d/2-(b+f)/4)>0.5)return!0 +return!1}, +Wa(a,b){var s=Math.sqrt(a*a+b*b) +return s<1e-9?B.h:new A.r(a/s,b/s)}, +aGa(a,a0,a1,a2){var s,r,q,p=a[5],o=a[0],n=a[1],m=a[2],l=a[3],k=a[4],j=a0===0,i=!j?a0:a1,h=1-i,g=o*h+m*i,f=n*h+l*i,e=m*h+k*i,d=l*h+p*i,c=g*h+e*i,b=f*h+d*i +if(j){a2[0]=o +a2[1]=n +a2[2]=g +a2[3]=f +a2[4]=c +a2[5]=b +return}if(a1===1){a2[0]=c +a2[1]=b +a2[2]=e +a2[3]=d +a2[4]=k +a2[5]=p +return}s=(a1-a0)/(1-a0) +j=1-s +r=c*j+e*s +q=b*j+d*s +a2[0]=c +a2[1]=b +a2[2]=r +a2[3]=q +a2[4]=r*j+(e*j+k*s)*s +a2[5]=q*j+(d*j+p*s)*s}, +aks(){var s=new Float32Array(16) +s=new A.t9(s,new Uint8Array(8)) +s.e=s.c=8 +s.CW=172 +return s}, +apD(a){var s,r=new A.t9(a.f,a.r) +r.e=a.e +r.w=a.w +r.c=a.c +r.d=a.d +r.x=a.x +r.z=a.z +r.y=a.y +s=a.Q +r.Q=s +if(!s){r.a=a.a +r.b=a.b +r.as=a.as}r.cx=a.cx +r.at=a.at +r.ax=a.ax +r.ay=a.ay +r.ch=a.ch +r.CW=a.CW +return r}, +aC2(a,b,c){var s,r,q=a.d,p=a.c,o=new Float32Array(p*2),n=a.f,m=q*2 +for(s=0;s0?1:0 +return s}, +Ws(a,b){var s +if(a<0){a=-a +b=-b}if(b===0||a===0||a>=b)return null +s=a/b +if(isNaN(s))return null +if(s===0)return null +return s}, +aJ7(a){var s,r,q=a.e,p=a.r +if(q+p!==a.c-a.a)return!1 +s=a.f +r=a.w +if(s+r!==a.d-a.b)return!1 +if(q!==a.z||p!==a.x||s!==a.Q||r!==a.y)return!1 +return!0}, +akN(a,b,c,d,e,f){return new A.a8w(e-2*c+a,f-2*d+b,2*(c-a),2*(d-b),a,b)}, +a54(a,b,c,d,e,f){if(d===f)return A.dV(c,a,e)&&a!==e +else return a===c&&b===d}, +aC3(a){var s,r,q,p,o=a[0],n=a[1],m=a[2],l=a[3],k=a[4],j=a[5],i=n-l,h=A.Ws(i,i-l+j) +if(h!=null){s=o+h*(m-o) +r=n+h*(l-n) +q=m+h*(k-m) +p=l+h*(j-l) +a[2]=s +a[3]=r +a[4]=s+h*(q-s) +a[5]=r+h*(p-r) +a[6]=q +a[7]=p +a[8]=k +a[9]=j +return 1}a[3]=Math.abs(i)=q}, +aJP(a,b,c,d){var s,r,q,p,o=a[1],n=a[3] +if(!A.dV(o,c,n))return +s=a[0] +r=a[2] +if(!A.dV(s,b,r))return +q=r-s +p=n-o +if(!(Math.abs((b-s)*p-q*(c-o))<0.000244140625))return +d.push(new A.r(q,p))}, +aJQ(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=a[1],h=a[3],g=a[5] +if(!A.dV(i,c,h)&&!A.dV(h,c,g))return +s=a[0] +r=a[2] +q=a[4] +if(!A.dV(s,b,r)&&!A.dV(r,b,q))return +p=new A.l0() +o=p.lD(i-2*h+g,2*(h-i),i-c) +for(n=q-2*r+s,m=2*(r-s),l=0;l30)B.b.ht($.lI,0).d.q()}else a.d.q()}}, +a5a(a,b){if(a<=0)return b*0.1 +else return Math.min(Math.max(b*0.5,a*10),b)}, +aGh(a7,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 +if(a7!=null){s=a7.a +s=s[15]===1&&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}else s=!0 +if(s)return 1 +r=a7.a +s=r[12] +q=r[15] +p=s*q +o=r[13] +n=o*q +m=r[3] +l=m*a8 +k=r[7] +j=k*a9 +i=1/(l+j+q) +h=r[0] +g=h*a8 +f=r[4] +e=f*a9 +d=(g+e+s)*i +c=r[1] +b=c*a8 +a=r[5] +a0=a*a9 +a1=(b+a0+o)*i +a2=Math.min(p,d) +a3=Math.max(p,d) +a4=Math.min(n,a1) +a5=Math.max(n,a1) +i=1/(m*0+j+q) +d=(h*0+e+s)*i +a1=(c*0+a0+o)*i +p=Math.min(a2,d) +a3=Math.max(a3,d) +n=Math.min(a4,a1) +a5=Math.max(a5,a1) +i=1/(l+k*0+q) +d=(g+f*0+s)*i +a1=(b+a*0+o)*i +p=Math.min(p,d) +a3=Math.max(a3,d) +n=Math.min(n,a1) +a6=Math.min((a3-p)/a8,(Math.max(a5,a1)-n)/a9) +if(a6<1e-9||a6===1)return 1 +if(a6>1){a6=Math.min(4,B.d.cN(a6/2)*2) +s=a8*a9 +if(s*a6*a6>4194304&&a6>2)a6=3355443.2/s}else a6=Math.max(2/B.d.dm(2/a6),0.0001) +return a6}, +v8(a){var s,r=a.a,q=r.x,p=q!=null?0+q.b*2:0 +r=r.c +s=r==null +if((s?0:r)!==0)p+=(s?0:r)*0.70710678118 +return p}, +aGi(a9,b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=a9[0],a7=a9[1],a8=a9.length +for(s=a7,r=a6,q=2;q>>16&255)/255 +m[1]=(i.gl(i)>>>8&255)/255 +m[2]=(i.gl(i)&255)/255 +m[3]=(i.gl(i)>>>24&255)/255 +j[0]=0 +h=4 +g=1}else{h=0 +g=0}for(k=a2.length,f=0;f>>16&255)/255 +h=e+1 +m[e]=(d.gl(i)>>>8&255)/255 +e=h+1 +m[h]=(d.gl(i)&255)/255 +h=e+1 +m[e]=(d.gl(i)>>>24&255)/255}for(k=a3.length,f=0;f>>16&255)/255 +h=e+1 +m[e]=(i.gl(i)>>>8&255)/255 +m[h]=(i.gl(i)&255)/255 +m[h+1]=(i.gl(i)>>>24&255)/255 +j[g]=1}b=4*n +for(a=0;a>>2 +l[a]=(m[a+4]-m[a])/(j[g+1]-j[g])}l[b]=0 +l[b+1]=0 +l[b+2]=0 +l[b+3]=0 +for(a=0;a1)B.b.f4(p,new A.ahw()) +for(p=$.aig,o=p.length,r=0;ry')) +case 1:case 2:case 5:return new A.y6(A.amd("8a2@q\u03a9qk1&kq3@q\xc6a\xe6aw2xy2\xa5\xff\u2190\xffz51)s.push(new A.mz(B.b.gG(o),B.b.gU(o))) +else s.push(new A.mz(p,null))}return s}, +aGQ(a,b){var s=a.hW(b),r=A.alP(A.cK(s.b)) +switch(s.a){case"setDevicePixelRatio":$.ch().x=r +$.aR().f.$0() +return!0}return!1}, +lL(a,b){if(a==null)return +if(b===$.ak)a.$0() +else b.pq(a)}, +Wo(a,b,c){if(a==null)return +if(b===$.ak)a.$1(c) +else b.xG(a,c)}, +aJ1(a,b,c,d){if(b===$.ak)a.$2(c,d) +else b.pq(new A.ai2(a,c,d))}, +nD(a,b,c,d,e){if(a==null)return +if(b===$.ak)a.$3(c,d,e) +else b.pq(new A.ai3(a,c,d,e))}, +aIz(){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.atK(A.ajC(self.window,p).getPropertyValue("font-size")) +return(q==null?16:q)/16}, +aC6(a,b,c,d,e,f,g,h){return new A.KY(a,!1,f,e,h,d,c,g)}, +aHZ(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return B.e.pI(1,a)}}, +pO(a){var s=B.d.S(a) +return A.cM(B.d.S((a-s)*1000),s)}, +alN(a,b){var s,r,q,p +if(!J.e(a.target,b)){s=a.target.getBoundingClientRect() +r=b.getBoundingClientRect() +q=s.y +p=r.y +s=s.x +r=r.x +return new A.r(a.offsetX+(s-r),a.offsetY+(q-p))}s=$.e3 +if((s==null?$.e3=A.ky():s).w&&a.offsetX===0&&a.offsetY===0)return A.aGg(a,b) +return new A.r(a.offsetX,a.offsetY)}, +aGg(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.r(q,p)}, +aix(a,b){var s=b.$0() +return s}, +aIH(){if($.aR().ay==null)return +$.alH=B.d.S(self.window.performance.now()*1000)}, +aIG(){if($.aR().ay==null)return +$.alr=B.d.S(self.window.performance.now()*1000)}, +atl(){if($.aR().ay==null)return +$.alq=B.d.S(self.window.performance.now()*1000)}, +atn(){if($.aR().ay==null)return +$.alD=B.d.S(self.window.performance.now()*1000)}, +atm(){var s,r,q=$.aR() +if(q.ay==null)return +s=$.asv=B.d.S(self.window.performance.now()*1000) +$.alw.push(new A.mb(A.a([$.alH,$.alr,$.alq,$.alD,s,s,0,0,0,0,1],t.t))) +$.asv=$.alD=$.alq=$.alr=$.alH=-1 +if(s-$.aw6()>1e5){$.aGB=s +r=$.alw +A.Wo(q.ay,q.ch,r) +$.alw=A.a([],t.no)}}, +aHh(){return B.d.S(self.window.performance.now()*1000)}, +aCP(a){var s=new A.a5S(A.E(t.N,t.qe),a) +s.Xb(a) +return s}, +aHg(a){}, +alS(a,b){return a[b]}, +atK(a){var s=self.window.parseFloat(a) +if(s==null||isNaN(s))return null +return s}, +aJp(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.atK(A.ajC(self.window,a).getPropertyValue("font-size")):q}, +aJY(a,b){var s,r=self.document.createElement("CANVAS") +if(r==null)return null +try{A.qX(r,a) +A.qW(r,b)}catch(s){return null}return r}, +ajV(a){var s,r,q="premultipliedAlpha",p=$.yO +if(p==null?$.yO="OffscreenCanvas" in self.window:p){p=a.a +p.toString +s=t.N +r=A.aoa(p,"webgl2",A.be([q,!1],s,t.z)) +r.toString +r=new A.Ii(r) +$.a0X.b=A.E(s,t.eS) +r.dy=p +p=r}else{p=a.b +p.toString +s=$.cT +s=(s==null?$.cT=A.i5():s)===1?"webgl":"webgl2" +r=t.N +s=A.io(p,s,A.be([q,!1],r,t.z)) +s.toString +s=new A.Ii(s) +$.a0X.b=A.E(r,t.eS) +s.dy=p +p=s}return p}, +atW(a,b,c,d,e,f,g){var s,r="uniform4f",q=b.a,p=a.fB(0,q,"u_ctransform"),o=new Float32Array(16),n=new A.bQ(o) +n.bG(g) +n.aA(0,-c,-d) +s=a.a +A.y(s,"uniformMatrix4fv",[p,!1,o]) +A.y(s,r,[a.fB(0,q,"u_scale"),2/e,-2/f,1,1]) +A.y(s,r,[a.fB(0,q,"u_shift"),-1,1,0,0])}, +asX(a,b,c){var s,r,q,p,o="bufferData" +if(c===1){s=a.glL() +A.y(a.a,o,[a.gfX(),b,s])}else{r=b.length +q=new Float32Array(r) +for(p=0;p=h.length)h.push(r) +else h[o]=r +if(o>s)s=o}m=A.ay(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +aDr(a){var s,r=$.Ai +if(r!=null)s=r.a===a +else s=!1 +if(s){r.toString +return r}return $.Ai=new A.a8f(a,A.a([],t.Up),$,$,$,null)}, +al1(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new A.aaX(new A.O7(s,0),r,A.bL(r.buffer,0,null))}, +at3(a){if(a===0)return B.h +return new A.r(200*a/600,400*a/600)}, +aHX(a,b){var s,r,q,p,o,n +if(b===0)return a +s=a.c +r=a.a +q=a.d +p=a.b +o=b*((800+(s-r)*0.5)/600) +n=b*((800+(q-p)*0.5)/600) +return new A.G(r-o,p-n,s+o,q+n).dw(A.at3(b))}, +aHY(a,b){if(b===0)return null +return new A.a95(Math.min(b*((800+(a.c-a.a)*0.5)/600),b*((800+(a.d-a.b)*0.5)/600)),A.at3(b))}, +at7(){var s=self.document.createElementNS("http://www.w3.org/2000/svg","svg"),r=A.am("1.1") +A.y(s,"setAttribute",["version",r==null?t.K.a(r):r]) +return s}, +a7o(a,b){a.valueAsString=b +return b}, +a7m(a,b){a.baseVal=b +return b}, +tv(a,b){a.baseVal=b +return b}, +a7n(a,b){a.baseVal=b +return b}, +akb(a,b,c,d,e,f,g,h){return new A.iz($,$,$,$,$,$,$,$,0,c,d,e,f,g,h,a,b)}, +ap4(a,b,c,d,e,f){var s=new A.a2Z(d,f,a,b,e,c) +s.qo() +return s}, +aDP(){$.a8C.a0(0,new A.a8D()) +$.a8C.K(0)}, +atf(){var s=$.ah1 +if(s==null){s=t.jQ +s=$.ah1=new A.pJ(A.asK(u.K,937,B.kk,s),B.ar,A.E(t.S,s),t.MX)}return s}, +aB6(a){if(self.Intl.v8BreakIterator!=null)return new A.aaR(A.at9(),a) +return new A.a_I(a)}, +asW(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=A.a([],t._f) +b.adoptText(a) +b.first() +for(s=B.I7.a,r=J.dv(s),q=B.Ib.a,p=J.dv(q),o=0;b.next()!==-1;o=m){n=A.aGP(a,b) +m=B.d.S(b.current()) +for(l=o,k=0,j=0;l0){h.push(new A.mv(B.bu,k,j,o,l)) +o=l +k=0 +j=0}}h.push(new A.mv(n,k,j,o,m))}if(h.length===0||B.b.gU(h).c===B.bd){s=a.length +h.push(new A.mv(B.be,0,0,s,s))}return h}, +aGP(a,b){var s=B.d.S(b.current()) +if(b.breakType()!=="none")return B.bd +if(s===a.length)return B.be +return B.bu}, +aGe(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a={},a0=A.a([],t._f) +a.a=a.b=null +s=A.ahO(a1,0) +r=A.atf().wq(s) +a.c=a.d=a.e=a.f=0 +q=new A.agw(a,a1,a0) +q.$2(B.n,2) +p=++a.f +for(o=a1.length,n=t.jQ,m=t.S,l=t.MX,k=B.ar,j=0;p<=o;p=++a.f){a.b=a.a +a.a=r +if(s!=null&&s>65535){q.$2(B.n,-1) +p=++a.f}s=A.ahO(a1,p) +p=$.ah1 +r=(p==null?$.ah1=new A.pJ(A.asK(u.K,937,B.kk,n),B.ar,A.E(m,n),l):p).wq(s) +i=a.a +j=i===B.dI?j+1:0 +if(i===B.cB||i===B.dG){q.$2(B.bd,5) +continue}if(i===B.dK){if(r===B.cB)q.$2(B.n,5) +else q.$2(B.bd,5) +continue}if(r===B.cB||r===B.dG||r===B.dK){q.$2(B.n,6) +continue}p=a.f +if(p>=o)break +if(r===B.bU||r===B.fD){q.$2(B.n,7) +continue}if(i===B.bU){q.$2(B.bu,18) +continue}if(i===B.fD){q.$2(B.bu,8) +continue}if(i===B.fE){q.$2(B.n,8) +continue}h=i!==B.fy +if(h&&!0)k=i==null?B.ar:i +if(r===B.fy||r===B.fE){if(k!==B.bU){if(k===B.dI)--j +q.$2(B.n,9) +r=k +continue}r=B.ar}if(!h||!1){a.a=k +h=k}else h=i +if(r===B.fG||h===B.fG){q.$2(B.n,11) +continue}if(h===B.fB){q.$2(B.n,12) +continue}g=h!==B.bU +if(!(!g||h===B.dD||h===B.cA)&&r===B.fB){q.$2(B.n,12) +continue}if(g)g=r===B.fA||r===B.cz||r===B.kf||r===B.dE||r===B.fz +else g=!1 +if(g){q.$2(B.n,13) +continue}if(h===B.cy){q.$2(B.n,14) +continue}g=h===B.fJ +if(g&&r===B.cy){q.$2(B.n,15) +continue}f=h!==B.fA +if((!f||h===B.cz)&&r===B.fC){q.$2(B.n,16) +continue}if(h===B.fF&&r===B.fF){q.$2(B.n,17) +continue}if(g||r===B.fJ){q.$2(B.n,19) +continue}if(h===B.fI||r===B.fI){q.$2(B.bu,20) +continue}if(r===B.dD||r===B.cA||r===B.fC||h===B.kd){q.$2(B.n,21) +continue}if(a.b===B.aq)g=h===B.cA||h===B.dD +else g=!1 +if(g){q.$2(B.n,21) +continue}g=h===B.fz +if(g&&r===B.aq){q.$2(B.n,21) +continue}if(r===B.ke){q.$2(B.n,22) +continue}e=h!==B.ar +if(!((!e||h===B.aq)&&r===B.bf))if(h===B.bf)d=r===B.ar||r===B.aq +else d=!1 +else d=!0 +if(d){q.$2(B.n,23) +continue}d=h===B.dL +if(d)c=r===B.fH||r===B.dH||r===B.dJ +else c=!1 +if(c){q.$2(B.n,23) +continue}if((h===B.fH||h===B.dH||h===B.dJ)&&r===B.bv){q.$2(B.n,23) +continue}c=!d +if(!c||h===B.bv)b=r===B.ar||r===B.aq +else b=!1 +if(b){q.$2(B.n,24) +continue}if(!e||h===B.aq)b=r===B.dL||r===B.bv +else b=!1 +if(b){q.$2(B.n,24) +continue}if(!f||h===B.cz||h===B.bf)f=r===B.bv||r===B.dL +else f=!1 +if(f){q.$2(B.n,25) +continue}f=h!==B.bv +if((!f||d)&&r===B.cy){q.$2(B.n,25) +continue}if((!f||!c||h===B.cA||h===B.dE||h===B.bf||g)&&r===B.bf){q.$2(B.n,25) +continue}g=h===B.dF +if(g)f=r===B.dF||r===B.cC||r===B.cE||r===B.cF +else f=!1 +if(f){q.$2(B.n,26) +continue}f=h!==B.cC +if(!f||h===B.cE)c=r===B.cC||r===B.cD +else c=!1 +if(c){q.$2(B.n,26) +continue}c=h!==B.cD +if((!c||h===B.cF)&&r===B.cD){q.$2(B.n,26) +continue}if((g||!f||!c||h===B.cE||h===B.cF)&&r===B.bv){q.$2(B.n,27) +continue}if(d)g=r===B.dF||r===B.cC||r===B.cD||r===B.cE||r===B.cF +else g=!1 +if(g){q.$2(B.n,27) +continue}if(!e||h===B.aq)g=r===B.ar||r===B.aq +else g=!1 +if(g){q.$2(B.n,28) +continue}if(h===B.dE)g=r===B.ar||r===B.aq +else g=!1 +if(g){q.$2(B.n,29) +continue}if(!e||h===B.aq||h===B.bf)if(r===B.cy){g=B.c.Z(a1,p) +if(g!==9001)if(!(g>=12296&&g<=12317))g=g>=65047&&g<=65378 +else g=!0 +else g=!0 +g=!g}else g=!1 +else g=!1 +if(g){q.$2(B.n,30) +continue}if(h===B.cz){p=B.c.aj(a1,p-1) +if(p!==9001)if(!(p>=12296&&p<=12317))p=p>=65047&&p<=65378 +else p=!0 +else p=!0 +if(!p)p=r===B.ar||r===B.aq||r===B.bf +else p=!1}else p=!1 +if(p){q.$2(B.n,30) +continue}if(r===B.dI){if((j&1)===1)q.$2(B.n,30) +else q.$2(B.bu,30) +continue}if(h===B.dH&&r===B.dJ){q.$2(B.n,30) +continue}q.$2(B.bu,31)}q.$2(B.be,3) +return a0}, +nG(a,b,c,d,e){var s,r,q,p +if(c===d)return 0 +s=a.font +if(c===$.aso&&d===$.asn&&b===$.asp&&s===$.asm)r=$.asq +else{q=c===0&&d===b.length?b:B.c.a7(b,c,d) +p=a.measureText(q).width +if(p==null)p=null +p.toString +r=p}$.aso=c +$.asn=d +$.asp=b +$.asm=s +$.asq=r +if(e==null)e=0 +return B.d.ac((e!==0?r+e*(d-c):r)*100)/100}, +aom(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,a0,a1,a2){var s=g==null,r=s?"":g +return new A.wR(b,c,d,e,f,m,k,a1,!s,r,h,i,l,j,p,a2,o,q,a,n,a0)}, +atj(a){if(a==null)return null +return A.ati(a.a)}, +ati(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""}, +aHq(a){var s,r,q,p,o=a.length +if(o===0)return"" +for(s=0,r="";s=48&&q<=57))s=q>=1632&&q<=1641 +else s=!0 +if(s)return B.t +r=$.amO().wq(q) +if(r!=null)return r +return null}, +aly(a,b){var s=A.ahO(a,b) +s.toString +if(s>=48&&s<=57)return B.dx +if(s>=1632&&s<=1641)return B.jY +switch($.amO().wq(s)){case B.t:return B.jX +case B.Q:return B.jY +case null:return B.fs}}, +ahO(a,b){var s +if(b<0||b>=a.length)return null +s=B.c.aj(a,b) +if((s&63488)===55296&&b>>6&31)+1<<16|(s&63)<<10|B.c.aj(a,b+1)&1023 +return s}, +aEv(a,b,c){return new A.pJ(a,b,A.E(t.S,c),c.i("pJ<0>"))}, +asK(a,b,c,d){var s,r,q,p,o,n=A.a([],d.i("l>")),m=a.length +for(s=d.i("cx<0>"),r=0;r0?r+"*":r)+c}b=r.charCodeAt(0)==0?r:r +a=$.E8.j(0,b) +if(a!=null)a.remove() +a0=A.bc(self.document,"input") +A.W9(a0,!0) +a0.className="submitBtn" +A.ZJ(a0,"submit") +o.append(a0) +return new A.a_g(o,q,p,b)}, +aj5(a,b){var s,r=J.az(a),q=A.cK(r.j(a,"uniqueIdentifier")),p=t.kc.a(r.j(a,"hints")),o=p==null||J.j5(p)?null:A.cK(J.ki(p)),n=A.aoh(t.a.a(r.j(a,"editingValue"))) +if(o!=null){s=$.aud().a.j(0,o) +if(s==null)s=o}else s=null +return new A.EN(n,q,s,A.d0(r.j(a,"hintText")))}, +alE(a,b,c){var s=c.a,r=c.b,q=Math.min(s,r) +r=Math.max(s,r) +return B.c.a7(a,0,q)+b+B.c.cZ(a,r)}, +aE9(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.u1(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 +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.alE(h,g,new A.iU(f,e)) +f=a1.a +f.toString +if(m!==f){l=B.c.t(g,".") +for(e=A.ep(A.am3(g),!0,!1).Bu(0,f),e=new A.OD(e.a,e.b,e.c),d=t.Qz,b=h.length;e.p();){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.alE(h,g,new A.iU(r,j))}else{j=l?r+a[0].length-1:r+a[0].length +i=A.alE(h,g,new A.iU(r,j))}if(i===f){a0.c=r +a0.d=j +break}}}}a0.e=a1.b +a0.f=a1.c +return a0}, +a_3(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.r0(e,r,Math.max(0,s),b,c)}, +aoh(a){var s=J.az(a),r=A.d0(s.j(a,"text")),q=B.d.S(A.DX(s.j(a,"selectionBase"))),p=B.d.S(A.DX(s.j(a,"selectionExtent"))),o=A.ak8(a,"composingBase"),n=A.ak8(a,"composingExtent") +s=o==null?-1:o +return A.a_3(q,s,n==null?-1:n,p,r)}, +aog(a){var s,r,q,p=null,o=globalThis.HTMLInputElement +if(o!=null&&a instanceof o){s=a.value +if(s==null)s=p +r=a.selectionStart +if(r==null)r=p +r=r==null?p:B.d.S(r) +q=a.selectionEnd +if(q==null)q=p +return A.a_3(r,-1,-1,q==null?p:B.d.S(q),s)}else{o=globalThis.HTMLTextAreaElement +if(o!=null&&a instanceof o){s=a.value +if(s==null)s=p +r=a.selectionStart +if(r==null)r=p +r=r==null?p:B.d.S(r) +q=a.selectionEnd +if(q==null)q=p +return A.a_3(r,-1,-1,q==null?p:B.d.S(q),s)}else throw A.c(A.Y("Initialized with unsupported input type"))}}, +aoL(a){var s,r,q,p,o,n="inputType",m="autofill",l=J.az(a),k=t.a,j=A.cK(J.bD(k.a(l.j(a,n)),"name")),i=A.DW(J.bD(k.a(l.j(a,n)),"decimal")) +j=A.aol(j,i===!0) +i=A.d0(l.j(a,"inputAction")) +if(i==null)i="TextInputAction.done" +s=A.DW(l.j(a,"obscureText")) +r=A.DW(l.j(a,"readOnly")) +q=A.DW(l.j(a,"autocorrect")) +p=A.aE8(A.cK(l.j(a,"textCapitalization"))) +k=l.ai(a,m)?A.aj5(k.a(l.j(a,m)),B.vJ):null +o=A.azW(t.nA.a(l.j(a,m)),t.kc.a(l.j(a,"fields"))) +l=A.DW(l.j(a,"enableDeltaModel")) +return new A.a26(j,i,r===!0,s===!0,q!==!1,l===!0,k,o,p)}, +aAq(a){return new A.Ik(a,A.a([],t.Up),$,$,$,null)}, +aJy(){$.E8.a0(0,new A.aiq())}, +aHQ(){var s,r,q +for(s=$.E8.gba($.E8),s=new A.dR(J.an(s.a),s.b),r=A.j(s).z[1];s.p();){q=s.a +if(q==null)q=r.a(q) +q.remove()}$.E8.K(0)}, +azN(a){var s=J.az(a),r=A.oI(J.Eo(t.j.a(s.j(a,"transform")),new A.a_1(),t.z),!0,t.i) +return new A.a_0(A.DX(s.j(a,"width")),A.DX(s.j(a,"height")),new Float32Array(A.a8(r)))}, +aIK(a,b){var s,r={},q=new A.al($.ak,b.i("al<0>")) +r.a=!0 +s=a.$1(new A.ahN(r,new A.Dj(q,b.i("Dj<0>")),b)) +r.a=!1 +if(s!=null)throw A.c(A.aM(s)) +return q}, +am7(a,b){var s=a.style +A.t(s,"transform-origin","0 0 0") +A.t(s,"transform",A.i7(b))}, +i7(a){var s=A.aiA(a) +if(s===B.vW)return"matrix("+A.i(a[0])+","+A.i(a[1])+","+A.i(a[4])+","+A.i(a[5])+","+A.i(a[12])+","+A.i(a[13])+")" +else if(s===B.eE)return A.aIC(a) +else return"none"}, +aiA(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.eE +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.vV +else return B.vW}, +aIC(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.i(a[12])+"px, "+A.i(a[13])+"px, 0px)" +else return"matrix3d("+A.i(s)+","+A.i(a[1])+","+A.i(a[2])+","+A.i(a[3])+","+A.i(a[4])+","+A.i(a[5])+","+A.i(a[6])+","+A.i(a[7])+","+A.i(a[8])+","+A.i(a[9])+","+A.i(a[10])+","+A.i(a[11])+","+A.i(a[12])+","+A.i(a[13])+","+A.i(a[14])+","+A.i(a[15])+")"}, +amc(a,b){var s=$.awO() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +A.amb(a,s) +return new A.G(s[0],s[1],s[2],s[3])}, +amb(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.amN() +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=$.awN().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}, +atQ(a,b){return a.a<=b.a&&a.b<=b.b&&a.c>=b.c&&a.d>=b.d}, +dM(a){if(a==null)return null +return A.E6(a.gl(a))}, +E6(a){var s,r +if(a===4278190080)return"#000000" +if((a&4278190080)>>>0===4278190080){s=B.e.j3(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.h(a>>>16&255)+","+B.e.h(a>>>8&255)+","+B.e.h(a&255)+","+B.d.h((a>>>24&255)/255)+")" +return r.charCodeAt(0)==0?r:r}}, +aHR(a,b,c,d){var s=""+a,r=""+b,q=""+c +if(d===255)return"rgb("+s+","+r+","+q+")" +else return"rgba("+s+","+r+","+q+","+B.d.a5(d/255,2)+")"}, +ase(){if(A.aJ6())return"BlinkMacSystemFont" +var s=$.dN() +if(s!==B.aa)s=s===B.aH +else s=!0 +if(s)return"-apple-system, BlinkMacSystemFont" +return"Arial"}, +ahu(a){var s +if(J.f7(B.Id.a,a))return a +s=$.dN() +if(s!==B.aa)s=s===B.aH +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.ase() +return'"'+A.i(a)+'", '+A.ase()+", sans-serif"}, +aJl(a){var s,r,q,p=a.length,o=new Float32Array(p*2) +for(s=0,r=0;sc)return c +else return a}, +Wp(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s")).cs(0," ")}, +eu(a,b,c){A.t(a.style,b,c)}, +E7(a,b,c,d,e,f,g,h,i){var s=$.as9 +if(s==null?$.as9=a.ellipse!=null:s)A.y(a,"ellipse",[b,c,d,e,f,g,h,i]) +else{a.save() +a.translate(b,c) +a.rotate(f) +a.scale(d,e) +A.y(a,"arc",[0,0,1,g,h,i]) +a.restore()}}, +am5(a){var s +for(;a.lastChild!=null;){s=a.lastChild +if(s.parentNode!=null)s.parentNode.removeChild(s)}}, +akd(a,b,c){var s=b.i("@<0>").be(c),r=new A.pQ(s.i("pQ<+key,value(1,2)>")) +r.a=r +r.b=r +return new A.Jr(a,new A.o8(r,s.i("o8<+key,value(1,2)>")),A.E(b,s.i("ajD<+key,value(1,2)>")),s.i("Jr<1,2>"))}, +dF(){var s=new Float32Array(16) +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1 +return new A.bQ(s)}, +aBw(a){return new A.bQ(a)}, +aBA(a){var s=new A.bQ(new Float32Array(16)) +if(s.kg(a)===0)return null +return s}, +q6(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}, +ayR(a){var s=new A.GJ(a,A.aqD(t.FW)) +s.WZ(a) +return s}, +az4(a){var s,r +if(a!=null)return A.ayR(a) +else{s=new A.Ib(A.aqD(t.tW)) +r=self.window.visualViewport +if(r==null)r=self.window +s.a=A.cB(r,"resize",s.ga2y()) +return s}}, +ayS(a){var s=t.e.a(A.b1(new A.Pi())) +A.azt(a) +return new A.YZ(a,!0,s)}, +azU(a){if(a!=null)return A.ayS(a) +else return A.aAi()}, +aAi(){return new A.a0p(!0,t.e.a(A.b1(new A.Pi())))}, +azZ(a,b){var s=new A.HA(a,b,A.e4(null,t.H),B.dd) +s.X_(a,b) +return s}, +vo:function vo(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +WZ:function WZ(a,b){this.a=a +this.b=b}, +X3:function X3(a){this.a=a}, +X2:function X2(a){this.a=a}, +X4:function X4(a){this.a=a}, +X1:function X1(a,b){this.a=a +this.b=b}, +X0:function X0(a){this.a=a}, +X_:function X_(a){this.a=a}, +X8:function X8(a){this.b=a}, +vV:function vV(a,b){this.a=a +this.b=b}, +jK:function jK(a,b){this.a=a +this.b=b}, +XZ:function XZ(a,b,c,d,e){var _=this +_.e=_.d=null +_.f=a +_.r=b +_.z=_.y=_.x=_.w=null +_.Q=0 +_.as=c +_.a=d +_.b=null +_.c=e}, +YL:function YL(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.w=_.r=null +_.x=1 +_.Q=_.z=_.y=null +_.as=!1}, +Tm:function Tm(){}, +eP:function eP(a){this.a=a}, +Li:function Li(a,b){this.b=a +this.a=b}, +Yg:function Yg(a,b){this.a=a +this.b=b}, +cv:function cv(){}, +Fq:function Fq(a){this.a=a}, +FV:function FV(){}, +FU:function FU(){}, +G_:function G_(a,b){this.a=a +this.b=b}, +FX:function FX(a,b){this.a=a +this.b=b}, +FZ:function FZ(a){this.a=a}, +Ft:function Ft(a,b,c){this.a=a +this.b=b +this.c=c}, +Fw:function Fw(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Fs:function Fs(a,b){this.a=a +this.b=b}, +Fr:function Fr(a,b){this.a=a +this.b=b}, +FC:function FC(a){this.a=a}, +FJ:function FJ(a,b,c){this.a=a +this.b=b +this.c=c}, +FH:function FH(a,b){this.a=a +this.b=b}, +FG:function FG(a,b){this.a=a +this.b=b}, +Fy:function Fy(a,b,c){this.a=a +this.b=b +this.c=c}, +FB:function FB(a,b){this.a=a +this.b=b}, +Fx:function Fx(a,b,c){this.a=a +this.b=b +this.c=c}, +FE:function FE(a,b){this.a=a +this.b=b}, +FI:function FI(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Fz:function Fz(a,b,c){this.a=a +this.b=b +this.c=c}, +FA:function FA(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +FD:function FD(a,b){this.a=a +this.b=b}, +FF:function FF(a){this.a=a}, +FW:function FW(a,b){this.a=a +this.b=b}, +a5L:function a5L(a){this.a=$ +this.b=a +this.c=null}, +a5M:function a5M(a){this.a=a}, +a5N:function a5N(a){this.a=a}, +MF:function MF(a,b){this.a=a +this.b=b}, +aih:function aih(a){this.a=a}, +aii:function aii(){}, +aij:function aij(a){this.a=a}, +aik:function aik(){}, +agt:function agt(){}, +agJ:function agJ(a,b){this.a=a +this.b=b}, +agI:function agI(a,b){this.a=a +this.b=b}, +XU:function XU(a){this.a=a}, +y9:function y9(a){this.b=a +this.a=null}, +Yb:function Yb(){}, +Fo:function Fo(a,b){this.a=a +this.b=b}, +FP:function FP(a){this.a=a}, +w7:function w7(a,b){this.a=a +this.b=b}, +Ix:function Ix(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}, +a1u:function a1u(){}, +a1v:function a1v(a){this.a=a}, +a1r:function a1r(){}, +a1s:function a1s(a){this.a=a}, +a1t:function a1t(a){this.a=a}, +mK:function mK(a,b){this.a=a +this.b=b}, +oT:function oT(a,b){this.a=a +this.b=b}, +iD:function iD(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +yx:function yx(a){this.a=a}, +Hq:function Hq(a,b){this.a=a +this.b=b}, +k3:function k3(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ahE:function ahE(a,b){this.a=a +this.b=b}, +ahD:function ahD(a,b){this.a=a +this.b=b}, +I7:function I7(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=!1}, +a0b:function a0b(){}, +a0c:function a0c(){}, +ahG:function ahG(){}, +ahH:function ahH(a){this.a=a}, +aha:function aha(){}, +ahb:function ahb(){}, +ah7:function ah7(){}, +ah8:function ah8(){}, +ah9:function ah9(){}, +ahc:function ahc(){}, +HN:function HN(a,b,c){this.a=a +this.b=b +this.c=c}, +a_L:function a_L(a,b,c){this.a=a +this.b=b +this.c=c}, +a4C:function a4C(){this.a=0}, +tF:function tF(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=_.e=null}, +a8y:function a8y(){}, +a8z:function a8z(){}, +a8A:function a8A(){}, +a8x:function a8x(a,b){this.a=a +this.b=b}, +tl:function tl(a,b,c){this.a=a +this.b=b +this.c=c}, +ln:function ln(a,b,c){this.a=a +this.b=b +this.c=c}, +IE:function IE(a){this.a=a}, +aip:function aip(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +m0:function m0(a,b){var _=this +_.a=$ +_.b=a +_.c=b +_.d=!1}, +vr:function vr(a,b){this.a=a +this.b=b}, +Fn:function Fn(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=0 +_.e=-1 +_.f=0 +_.r=c +_.w=d +_.x=!1 +_.a=null}, +w6:function w6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=$ +_.f=!1 +_.r=0 +_.w=null +_.x=d}, +Y9:function Y9(){}, +Ya:function Ya(a){this.a=a}, +kG:function kG(a,b){this.a=a +this.b=b}, +IL:function IL(a,b){this.a=a +this.$ti=b}, +a2e:function a2e(a,b){this.a=a +this.b=b}, +a2f:function a2f(a){this.a=a}, +a2h:function a2h(a){this.a=a}, +a2g:function a2g(a){this.a=a}, +jz:function jz(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=_.e=null +_.$ti=e}, +fE:function fE(){}, +a5D:function a5D(a){this.c=a}, +a4U:function a4U(a,b){this.a=a +this.b=b}, +qM:function qM(){}, +LQ:function LQ(a,b){this.c=a +this.a=null +this.b=b}, +G3:function G3(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +G6:function G6(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +G4:function G4(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Kj:function Kj(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +B7:function B7(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +Ki:function Ki(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +KV:function KV(a,b,c){var _=this +_.c=a +_.d=b +_.a=null +_.b=c}, +J6:function J6(a){this.a=a}, +a2V:function a2V(a){this.a=a +this.b=$}, +a2W:function a2W(a,b){this.a=a +this.b=b}, +a0l:function a0l(a,b,c){this.a=a +this.b=b +this.c=c}, +a0n:function a0n(a,b,c){this.a=a +this.b=b +this.c=c}, +a0o:function a0o(a,b,c){this.a=a +this.b=b +this.c=c}, +YF:function YF(){}, +FO:function FO(a,b){this.b=a +this.c=b +this.a=null}, +FQ:function FQ(a){this.a=a}, +agM:function agM(){}, +a4c:function a4c(){}, +pK:function pK(a){this.a=null +this.b=a}, +Gs:function Gs(a,b){var _=this +_.a=$ +_.b=1 +_.c=a +_.$ti=b}, +kS:function kS(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=$}, +kp:function kp(a,b){this.a=a +this.b=b}, +a4a:function a4a(a){this.a=a}, +qC:function qC(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=0 +_.e=c +_.f=d +_.r=!0 +_.w=4278190080 +_.x=!1 +_.as=_.Q=_.z=_.y=null +_.at=e +_.ay=_.ax=null +_.ch=0 +_.a=_.cx=_.CW=null}, +Yc:function Yc(){}, +FK:function FK(a,b,c,d){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.a=null}, +qD:function qD(a){this.b=a +this.c=$ +this.a=null}, +FT:function FT(a,b){this.a=a +this.b=b +this.c=$}, +Fv:function Fv(a){var _=this +_.b=a +_.c=0 +_.a=_.d=null}, +Fu:function Fu(a,b){this.b=a +this.c=b +this.a=null}, +Yf:function Yf(){}, +w8:function w8(a,b){var _=this +_.b=a +_.c=b +_.d=!1 +_.a=_.e=null}, +m1:function m1(){this.c=this.b=this.a=null}, +a5Q:function a5Q(a,b){this.a=a +this.b=b}, +qz:function qz(a,b){this.a=a +this.b=b}, +Fh:function Fh(){this.a=$ +this.b=null +this.c=$}, +ko:function ko(){}, +FL:function FL(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.a=null}, +FM:function FM(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.a=null}, +FN:function FN(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.a=_.x=null}, +ME:function ME(a,b,c){this.a=a +this.b=b +this.c=c}, +dW:function dW(){}, +e7:function e7(){}, +AJ:function AJ(a,b){this.a=a +this.b=b}, +jS:function jS(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}, +a96:function a96(a){this.a=a}, +FY:function FY(a,b){this.a=a +this.b=b +this.c=!1}, +Nc:function Nc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=$ +_.d=c +_.e=d}, +FS:function FS(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +w9:function w9(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=$}, +Yh:function Yh(a){this.a=a}, +FR:function FR(a){var _=this +_.a=$ +_.b=-1/0 +_.c=a +_.d=0 +_.e=!1 +_.z=_.y=_.x=_.w=_.r=_.f=0 +_.Q=$ +_.as=!1}, +Ye:function Ye(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +agQ:function agQ(a){this.a=a}, +xF:function xF(a,b){this.a=a +this.b=b}, +Ff:function Ff(a){this.a=a}, +wa:function wa(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.a=null}, +Yi:function Yi(a){this.a=a}, +G8:function G8(a,b){this.a=a +this.b=b}, +Yw:function Yw(a,b){this.a=a +this.b=b}, +Yx:function Yx(a,b){this.a=a +this.b=b}, +Yu:function Yu(a){this.a=a}, +Yv:function Yv(a,b){this.a=a +this.b=b}, +Yt:function Yt(a){this.a=a}, +G7:function G7(){}, +Ys:function Ys(){}, +HG:function HG(){}, +a_H:function a_H(){}, +a_Y:function a_Y(){this.a=!1 +this.b=null}, +ZH:function ZH(a){this.a=a}, +ZK:function ZK(){}, +Iz:function Iz(a,b){this.a=a +this.b=b}, +a1w:function a1w(a){this.a=a}, +Iy:function Iy(a,b){this.a=a +this.b=b}, +xq:function xq(a,b){this.a=a +this.b=b}, +ZI:function ZI(a){this.a=a}, +Hf:function Hf(a,b,c){this.a=a +this.b=b +this.c=c}, +wC:function wC(a,b){this.a=a +this.b=b}, +ahz:function ahz(a){this.a=a}, +aho:function aho(){}, +Q_:function Q_(a,b){this.a=a +this.b=-1 +this.$ti=b}, +ee:function ee(a,b){this.a=a +this.$ti=b}, +Q4:function Q4(a,b){this.a=a +this.b=-1 +this.$ti=b}, +lv:function lv(a,b){this.a=a +this.$ti=b}, +Hd:function Hd(a,b){this.a=a +this.b=$ +this.$ti=b}, +HY:function HY(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null +_.r=_.f=$}, +a03:function a03(a){this.a=a}, +a04:function a04(a){this.a=a}, +a_k:function a_k(){}, +M5:function M5(a,b){this.a=a +this.b=b}, +pc:function pc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Tl:function Tl(a,b){this.a=a +this.b=b}, +a7s:function a7s(){}, +ait:function ait(){}, +ais:function ais(){}, +hD:function hD(a){this.a=a}, +Gt:function Gt(a){this.b=this.a=null +this.$ti=a}, +uu:function uu(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Mr:function Mr(){this.a=$}, +Hl:function Hl(){this.a=$}, +kk:function kk(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.e=null +_.f=d +_.r=e +_.w=f +_.x=0 +_.y=g +_.Q=_.z=null +_.ax=_.at=_.as=!1 +_.ay=h +_.ch=i}, +cm:function cm(a){this.b=a}, +a9_:function a9_(a){this.a=a}, +BF:function BF(){}, +z2:function z2(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.cd$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +KP:function KP(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.cd$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +z1:function z1(a,b,c,d,e){var _=this +_.CW=a +_.cx=b +_.cy=null +_.x=c +_.a=d +_.b=-1 +_.c=e +_.w=_.r=_.f=_.e=_.d=null}, +a98:function a98(a,b,c){this.a=a +this.b=b +this.c=c}, +a97:function a97(a,b){this.a=a +this.b=b}, +ZC:function ZC(a,b,c,d){var _=this +_.a=a +_.NX$=b +_.rC$=c +_.cm$=d}, +z3:function z3(a,b,c,d,e){var _=this +_.CW=a +_.cx=b +_.cy=null +_.x=c +_.a=d +_.b=-1 +_.c=e +_.w=_.r=_.f=_.e=_.d=null}, +z4:function z4(a,b,c,d,e){var _=this +_.CW=a +_.cx=b +_.cy=null +_.x=c +_.a=d +_.b=-1 +_.c=e +_.w=_.r=_.f=_.e=_.d=null}, +AK:function AK(a){this.a=a +this.b=!1}, +Nd:function Nd(){var _=this +_.e=_.d=_.c=_.b=_.a=null +_.f=!0 +_.r=4278190080 +_.z=_.y=_.x=_.w=null}, +fa:function fa(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +a5O:function a5O(){var _=this +_.d=_.c=_.b=_.a=0}, +YG:function YG(){var _=this +_.d=_.c=_.b=_.a=0}, +Pg:function Pg(){this.b=this.a=null}, +YP:function YP(){var _=this +_.d=_.c=_.b=_.a=0}, +nd:function nd(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.e=_.d=-1}, +a52:function a52(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=0 +_.f=-1 +_.Q=_.z=_.y=_.x=_.w=_.r=0}, +Nf:function Nf(a){this.a=a}, +U0:function U0(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=-1 +_.f=0}, +Sb:function Sb(a){var _=this +_.b=0 +_.c=a +_.e=0 +_.f=!1}, +aeF:function aeF(a,b){this.a=a +this.b=b}, +a90:function a90(a){this.a=null +this.b=a}, +Ne:function Ne(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Di:function Di(a,b){this.c=a +this.a=b}, +uT:function uT(a,b,c){this.a=a +this.b=b +this.c=c}, +t9:function t9(a,b){var _=this +_.b=_.a=null +_.e=_.d=_.c=0 +_.f=a +_.r=b +_.x=_.w=0 +_.y=null +_.z=0 +_.as=_.Q=!0 +_.ch=_.ay=_.ax=_.at=!1 +_.CW=-1 +_.cx=0}, +mQ:function mQ(a){var _=this +_.a=a +_.b=-1 +_.e=_.d=_.c=0}, +l0:function l0(){this.b=this.a=null}, +a8w:function a8w(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a53:function a53(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=0 +_.f=d}, +mL:function mL(a,b){this.a=a +this.b=b}, +KS:function KS(a,b,c,d,e,f,g){var _=this +_.ch=null +_.CW=a +_.cx=b +_.cy=c +_.db=d +_.dy=1 +_.fr=!1 +_.fx=e +_.id=_.go=_.fy=null +_.a=f +_.b=-1 +_.c=g +_.w=_.r=_.f=_.e=_.d=null}, +a59:function a59(a){this.a=a}, +a61:function a61(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.f=_.e=!1 +_.r=1}, +cQ:function cQ(){}, +wG:function wG(){}, +yV:function yV(){}, +KF:function KF(){}, +KI:function KI(a,b){this.a=a +this.b=b}, +KG:function KG(a,b){this.a=a +this.b=b}, +KH:function KH(a){this.a=a}, +Ks:function Ks(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Kr:function Kr(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Kq:function Kq(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Ky:function Ky(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +KE:function KE(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +KC:function KC(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +KB:function KB(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Ku:function Ku(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.x=null +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Kx:function Kx(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Kt:function Kt(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +KA:function KA(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +KD:function KD(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Kv:function Kv(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Kw:function Kw(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Kz:function Kz(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +aeE:function aeE(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.d=_.c=17976931348623157e292 +_.f=_.e=-17976931348623157e292 +_.r=b +_.w=c +_.x=!0 +_.y=d +_.z=!1 +_.ax=_.at=_.as=_.Q=0}, +a6z:function a6z(){var _=this +_.d=_.c=_.b=_.a=!1}, +Ng:function Ng(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +v6:function v6(){}, +a1o:function a1o(){this.b=this.a=$}, +a1p:function a1p(){}, +a1q:function a1q(a,b){this.a=a +this.b=b}, +tR:function tR(a){this.a=a}, +z5:function z5(a,b,c){var _=this +_.CW=null +_.x=a +_.a=b +_.b=-1 +_.c=c +_.w=_.r=_.f=_.e=_.d=null}, +a91:function a91(a){this.a=a}, +a93:function a93(a){this.a=a}, +a94:function a94(a){this.a=a}, +r4:function r4(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=d +_.f=!1}, +a4z:function a4z(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a4A:function a4A(){}, +a8o:function a8o(){this.a=null +this.b=!1}, +r3:function r3(){}, +Im:function Im(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f}, +a11:function a11(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +In:function In(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f}, +a12:function a12(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +a_n:function a_n(){}, +JN:function JN(a,b){this.b=a +this.c=b +this.a=null}, +a3D:function a3D(){}, +Mq:function Mq(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.e=null +_.w=_.r=_.f=0 +_.y=c +_.z=d +_.Q=null +_.as=e}, +l4:function l4(a,b){this.b=a +this.c=b +this.d=1}, +pe:function pe(a,b,c){this.a=a +this.b=b +this.c=c}, +ahw:function ahw(){}, +p0:function p0(a,b){this.a=a +this.b=b}, +dT:function dT(){}, +KR:function KR(){}, +eo:function eo(){}, +a58:function a58(){}, +nv:function nv(a,b,c){this.a=a +this.b=b +this.c=c}, +a5E:function a5E(){}, +z6:function z6(a,b,c,d){var _=this +_.CW=a +_.cy=_.cx=null +_.x=b +_.a=c +_.b=-1 +_.c=d +_.w=_.r=_.f=_.e=_.d=null}, +xo:function xo(a,b){this.a=a +this.b=b}, +a1l:function a1l(a,b,c){this.a=a +this.b=b +this.c=c}, +a1m:function a1m(a,b){this.a=a +this.b=b}, +a1j:function a1j(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a1k:function a1k(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Iw:function Iw(a,b){this.a=a +this.b=b}, +Ao:function Ao(a){this.a=a}, +xp:function xp(a,b,c){var _=this +_.a=a +_.c=_.b=!1 +_.d=b +_.e=c}, +o5:function o5(a,b){this.a=a +this.b=b}, +ahZ:function ahZ(){}, +ai_:function ai_(a){this.a=a}, +ahY:function ahY(a){this.a=a}, +ai0:function ai0(){}, +agm:function agm(){}, +agn:function agn(){}, +ahM:function ahM(a,b){this.a=a +this.b=b}, +ahK:function ahK(a,b){this.a=a +this.b=b}, +ahL:function ahL(a){this.a=a}, +agT:function agT(){}, +agU:function agU(){}, +agV:function agV(){}, +agW:function agW(){}, +agX:function agX(){}, +agY:function agY(){}, +agZ:function agZ(){}, +ah_:function ah_(){}, +agr:function agr(a,b,c){this.a=a +this.b=b +this.c=c}, +J3:function J3(a){this.a=$ +this.b=a}, +a2B:function a2B(a){this.a=a}, +a2C:function a2C(a){this.a=a}, +a2D:function a2D(a){this.a=a}, +a2F:function a2F(a){this.a=a}, +jp:function jp(a){this.a=a}, +a2G:function a2G(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=!1 +_.f=d +_.r=e}, +a2M:function a2M(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a2N:function a2N(a){this.a=a}, +a2O:function a2O(a,b,c){this.a=a +this.b=b +this.c=c}, +a2P:function a2P(a,b){this.a=a +this.b=b}, +a2I:function a2I(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2J:function a2J(a,b,c){this.a=a +this.b=b +this.c=c}, +a2K:function a2K(a,b){this.a=a +this.b=b}, +a2L:function a2L(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a2H:function a2H(a,b,c){this.a=a +this.b=b +this.c=c}, +a2Q:function a2Q(a,b){this.a=a +this.b=b}, +a3X:function a3X(){}, +XI:function XI(){}, +yu:function yu(a){var _=this +_.d=a +_.a=_.e=$ +_.c=_.b=!1}, +a46:function a46(){}, +An:function An(a,b){var _=this +_.d=a +_.e=b +_.f=null +_.a=$ +_.c=_.b=!1}, +a8t:function a8t(){}, +a8u:function a8u(){}, +a18:function a18(){}, +a1a:function a1a(a){this.a=a}, +a1b:function a1b(a,b){this.a=a +this.b=b}, +a19:function a19(a,b){this.a=a +this.b=b}, +Z1:function Z1(a){this.a=a}, +Z2:function Z2(a){this.a=a}, +a5j:function a5j(){}, +XJ:function XJ(){}, +Hy:function Hy(){this.a=null +this.b=$ +this.c=!1}, +Hx:function Hx(a){this.a=!1 +this.b=a}, +It:function It(a,b){this.a=a +this.b=b +this.c=$}, +Hz:function Hz(a,b,c,d){var _=this +_.a=a +_.d=b +_.e=c +_.id=_.go=_.fy=_.fx=_.fr=_.dy=_.cy=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=null +_.k1=d +_.ry=_.R8=_.p4=_.p3=_.p2=_.k4=_.k3=_.k2=null}, +a_y:function a_y(a,b,c){this.a=a +this.b=b +this.c=c}, +a_x:function a_x(a,b){this.a=a +this.b=b}, +a_t:function a_t(a,b){this.a=a +this.b=b}, +a_u:function a_u(a,b){this.a=a +this.b=b}, +a_v:function a_v(){}, +a_w:function a_w(a,b){this.a=a +this.b=b}, +a_s:function a_s(a){this.a=a}, +a_r:function a_r(a){this.a=a}, +a_q:function a_q(a){this.a=a}, +a_z:function a_z(a,b){this.a=a +this.b=b}, +ai2:function ai2(a,b,c){this.a=a +this.b=b +this.c=c}, +ai3:function ai3(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Oq:function Oq(){}, +KY:function KY(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}, +a5l:function a5l(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a5m:function a5m(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a5n:function a5n(a,b){this.b=a +this.c=b}, +a7q:function a7q(){}, +a7r:function a7r(){}, +L0:function L0(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.e=$}, +a5A:function a5A(){}, +Ce:function Ce(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +abo:function abo(){}, +abp:function abp(a){this.a=a}, +V2:function V2(){}, +ka:function ka(a,b){this.a=a +this.b=b}, +pP:function pP(){this.a=0}, +aeH:function aeH(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +aeJ:function aeJ(){}, +aeI:function aeI(a,b,c){this.a=a +this.b=b +this.c=c}, +aeK:function aeK(a){this.a=a}, +aeL:function aeL(a){this.a=a}, +aeM:function aeM(a){this.a=a}, +aeN:function aeN(a){this.a=a}, +aeO:function aeO(a){this.a=a}, +aeP:function aeP(a){this.a=a}, +afQ:function afQ(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +afR:function afR(a,b,c){this.a=a +this.b=b +this.c=c}, +afS:function afS(a){this.a=a}, +afT:function afT(a){this.a=a}, +afU:function afU(a){this.a=a}, +afV:function afV(a){this.a=a}, +aen:function aen(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +aeo:function aeo(a,b,c){this.a=a +this.b=b +this.c=c}, +aep:function aep(a){this.a=a}, +aeq:function aeq(a){this.a=a}, +aer:function aer(a){this.a=a}, +aes:function aes(a){this.a=a}, +aet:function aet(a){this.a=a}, +uV:function uV(a,b){this.a=null +this.b=a +this.c=b}, +a5p:function a5p(a){this.a=a +this.b=0}, +a5q:function a5q(a,b){this.a=a +this.b=b}, +akw:function akw(){}, +a5S:function a5S(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=0 +_.e=b}, +a5T:function a5T(a){this.a=a}, +a5U:function a5U(a){this.a=a}, +a5V:function a5V(a){this.a=a}, +a5X:function a5X(a,b,c){this.a=a +this.b=b +this.c=c}, +a5Y:function a5Y(a){this.a=a}, +Ij:function Ij(a){this.a=a}, +Ii:function Ii(a){var _=this +_.a=a +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=_.e=_.d=_.c=null}, +a4E:function a4E(a,b){var _=this +_.b=_.a=null +_.c=a +_.d=b}, +vI:function vI(a,b){this.a=a +this.b=b}, +ahW:function ahW(){}, +WG:function WG(a,b){this.a=a +this.b=b +this.c=!1}, +Bw:function Bw(a,b){this.a=a +this.b=b}, +qB:function qB(a,b){this.c=a +this.b=b}, +rq:function rq(a){this.c=null +this.b=a}, +rt:function rt(a,b){var _=this +_.c=a +_.d=1 +_.e=null +_.f=!1 +_.b=b}, +a21:function a21(a,b){this.a=a +this.b=b}, +a22:function a22(a){this.a=a}, +rI:function rI(a){this.b=a}, +rR:function rR(a){this.c=null +this.b=a}, +tz:function tz(a,b){var _=this +_.c=null +_.d=a +_.e=null +_.f=0 +_.b=b}, +a7O:function a7O(a){this.a=a}, +a7P:function a7P(a){this.a=a}, +a7Q:function a7Q(a){this.a=a}, +r2:function r2(a){this.a=a}, +a_f:function a_f(a){this.a=a}, +Mp:function Mp(a){this.a=a}, +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){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}, +iK:function iK(a,b){this.a=a +this.b=b}, +ahe:function ahe(){}, +ahf:function ahf(){}, +ahg:function ahg(){}, +ahh:function ahh(){}, +ahi:function ahi(){}, +ahj:function ahj(){}, +ahk:function ahk(){}, +ahl:function ahl(){}, +hb:function hb(){}, +da:function da(a,b,c,d){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 +_.p1=_.ok=_.k4=null +_.p2=d +_.p4=_.p3=0}, +WH:function WH(a,b){this.a=a +this.b=b}, +oq:function oq(a,b){this.a=a +this.b=b}, +a_A:function a_A(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.r=f +_.w=!1 +_.y=g +_.z=null +_.Q=h}, +a_B:function a_B(a){this.a=a}, +a_D:function a_D(){}, +a_C:function a_C(a){this.a=a}, +wP:function wP(a,b){this.a=a +this.b=b}, +a84:function a84(a){this.a=a}, +a80:function a80(){}, +Zc:function Zc(){this.a=null}, +Zd:function Zd(a){this.a=a}, +a3N:function a3N(){var _=this +_.b=_.a=null +_.c=0 +_.d=!1}, +a3P:function a3P(a){this.a=a}, +a3O:function a3O(a){this.a=a}, +tW:function tW(a){this.c=null +this.b=a}, +a9j:function a9j(a){this.a=a}, +a9k:function a9k(a){this.a=a}, +a8f:function a8f(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 +_.dJ$=c +_.e5$=d +_.O$=e +_.ar$=f}, +u2:function u2(a){this.d=this.c=null +this.b=a}, +a9q:function a9q(a){this.a=a}, +a9r:function a9r(a){this.a=a}, +a9s:function a9s(a,b){this.a=a +this.b=b}, +a9t:function a9t(a){this.a=a}, +a9u:function a9u(a){this.a=a}, +a9v:function a9v(a){this.a=a}, +kb:function kb(){}, +R6:function R6(){}, +O7:function O7(a,b){this.a=a +this.b=b}, +hK:function hK(a,b){this.a=a +this.b=b}, +a2j:function a2j(){}, +a2l:function a2l(){}, +a8J:function a8J(){}, +a8M:function a8M(a,b){this.a=a +this.b=b}, +a8N:function a8N(){}, +aaX:function aaX(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c}, +Lh:function Lh(a){this.a=a +this.b=0}, +a95:function a95(a,b){this.a=a +this.b=b}, +Fi:function Fi(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1 +_.f=null +_.w=_.r=$ +_.x=null +_.y=!1}, +yX:function yX(a,b,c){this.a=a +this.b=b +this.c=c}, +tQ:function tQ(){}, +Fl:function Fl(a,b){this.b=a +this.c=b +this.a=null}, +LR:function LR(a){this.b=a +this.a=null}, +XY:function XY(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=f +_.w=!0}, +a1n:function a1n(){this.b=this.a=null}, +a0h:function a0h(a,b){this.a=a +this.b=b}, +a0k:function a0k(a){this.a=a}, +a0i:function a0i(a){this.a=a}, +a0j:function a0j(){}, +a9x:function a9x(){}, +a9w:function a9w(){}, +a2X:function a2X(a,b){this.b=a +this.a=b}, +ac6:function ac6(){}, +iz:function iz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.ku$=a +_.oE$=b +_.fp$=c +_.ju$=d +_.lu$=e +_.lv$=f +_.lw$=g +_.eA$=h +_.eB$=i +_.c=j +_.d=k +_.e=l +_.f=m +_.r=n +_.w=o +_.a=p +_.b=q}, +ad6:function ad6(){}, +ad7:function ad7(){}, +ad5:function ad5(){}, +Hp:function Hp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.ku$=a +_.oE$=b +_.fp$=c +_.ju$=d +_.lu$=e +_.lv$=f +_.lw$=g +_.eA$=h +_.eB$=i +_.c=j +_.d=k +_.e=l +_.f=m +_.r=n +_.w=o +_.a=p +_.b=q}, +u4:function u4(a,b,c){var _=this +_.a=a +_.b=-1 +_.c=0 +_.d=null +_.f=_.e=0 +_.w=_.r=-1 +_.x=!1 +_.y=b +_.z=c +_.as=_.Q=$}, +a2Z:function a2Z(a,b,c,d,e,f){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.z=_.y=_.x=_.w=0 +_.Q=-1 +_.ax=_.at=_.as=0}, +MV:function MV(a){this.a=a +this.c=this.b=null}, +a8D:function a8D(){}, +mw:function mw(a,b){this.a=a +this.b=b}, +a_I:function a_I(a){this.a=a}, +aaR:function aaR(a,b){this.b=a +this.a=b}, +mv:function mv(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=e}, +agw:function agw(a,b,c){this.a=a +this.b=b +this.c=c}, +M_:function M_(a){this.a=a}, +a9U:function a9U(a){this.a=a}, +Hw:function Hw(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}, +mO:function mO(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}, +wQ:function wQ(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 +_.z=j +_.Q=k}, +wR:function wR(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 +_.dx=null +_.dy=$}, +pw:function pw(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=$}, +a9n:function a9n(a){this.a=a +this.b=null}, +u3:function u3(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=c +_.r=_.f=$}, +rg:function rg(a,b){this.a=a +this.b=b}, +nT:function nT(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=d}, +Bx:function Bx(a,b){this.a=a +this.b=b}, +cx:function cx(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +pJ:function pJ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +XF:function XF(a){this.a=a}, +Gd:function Gd(){}, +a_o:function a_o(){}, +a4v:function a4v(){}, +a_E:function a_E(){}, +ZL:function ZL(){}, +a0Z:function a0Z(){}, +a4u:function a4u(){}, +a5F:function a5F(){}, +a7R:function a7R(){}, +a8h:function a8h(){}, +a_p:function a_p(){}, +a4x:function a4x(){}, +a9K:function a9K(){}, +a4D:function a4D(){}, +Z6:function Z6(){}, +a5b:function a5b(){}, +a_9:function a_9(){}, +aaK:function aaK(){}, +JR:function JR(){}, +u0:function u0(a,b){this.a=a +this.b=b}, +AT:function AT(a){this.a=a}, +a_g:function a_g(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a_j:function a_j(){}, +a_h:function a_h(a,b){this.a=a +this.b=b}, +a_i:function a_i(a,b,c){this.a=a +this.b=b +this.c=c}, +EN:function EN(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +u1:function u1(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}, +r0:function r0(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a26:function a26(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}, +Ik:function Ik(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 +_.dJ$=c +_.e5$=d +_.O$=e +_.ar$=f}, +a7p:function a7p(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 +_.dJ$=c +_.e5$=d +_.O$=e +_.ar$=f}, +wt:function wt(){}, +Z8:function Z8(a){this.a=a}, +Z9:function Z9(){}, +Za:function Za(){}, +Zb:function Zb(){}, +a1D:function a1D(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 +_.dJ$=c +_.e5$=d +_.O$=e +_.ar$=f}, +a1G:function a1G(a){this.a=a}, +a1H:function a1H(a,b){this.a=a +this.b=b}, +a1E:function a1E(a){this.a=a}, +a1F:function a1F(a){this.a=a}, +WR:function WR(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 +_.dJ$=c +_.e5$=d +_.O$=e +_.ar$=f}, +WS:function WS(a){this.a=a}, +a_O:function a_O(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 +_.dJ$=c +_.e5$=d +_.O$=e +_.ar$=f}, +a_Q:function a_Q(a){this.a=a}, +a_R:function a_R(a){this.a=a}, +a_P:function a_P(a){this.a=a}, +a9z:function a9z(){}, +a9E:function a9E(a,b){this.a=a +this.b=b}, +a9L:function a9L(){}, +a9G:function a9G(a){this.a=a}, +a9J:function a9J(){}, +a9F:function a9F(a){this.a=a}, +a9I:function a9I(a){this.a=a}, +a9y:function a9y(){}, +a9B:function a9B(){}, +a9H:function a9H(){}, +a9D:function a9D(){}, +a9C:function a9C(){}, +a9A:function a9A(a){this.a=a}, +aiq:function aiq(){}, +a9o:function a9o(a){this.a=a}, +a9p:function a9p(a){this.a=a}, +a1z:function a1z(){var _=this +_.a=$ +_.b=null +_.c=!1 +_.d=null +_.f=$}, +a1B:function a1B(a){this.a=a}, +a1A:function a1A(a){this.a=a}, +a_2:function a_2(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a_0:function a_0(a,b,c){this.a=a +this.b=b +this.c=c}, +a_1:function a_1(){}, +ahN:function ahN(a,b,c){this.a=a +this.b=b +this.c=c}, +B8:function B8(a,b){this.a=a +this.b=b}, +aht:function aht(){}, +Jr:function Jr(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +bQ:function bQ(a){this.a=a}, +um:function um(a){this.a=a}, +a_M:function a_M(a){this.a=a +this.c=this.b=0}, +GJ:function GJ(a,b){this.a=a +this.b=$ +this.c=b}, +YY:function YY(a){this.a=a}, +YX:function YX(){}, +Zh:function Zh(){}, +Ib:function Ib(a){this.a=$ +this.b=a}, +YZ:function YZ(a,b,c){var _=this +_.d=a +_.a=null +_.w$=b +_.x$=c}, +Z_:function Z_(a){this.a=a}, +a_a:function a_a(){}, +acb:function acb(){}, +Pi:function Pi(){}, +a0p:function a0p(a,b){this.a=null +this.w$=a +this.x$=b}, +a0q:function a0q(a){this.a=a}, +Hv:function Hv(){}, +a_l:function a_l(a){this.a=a}, +a_m:function a_m(a,b){this.a=a +this.b=b}, +HA:function HA(a,b,c,d){var _=this +_.x=null +_.a=a +_.b=b +_.c=null +_.d=c +_.e=$ +_.f=d +_.r=null}, +Or:function Or(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +PQ:function PQ(){}, +PZ:function PZ(){}, +Qf:function Qf(){}, +Rh:function Rh(){}, +Ri:function Ri(){}, +Rj:function Rj(){}, +Sd:function Sd(){}, +Se:function Se(){}, +Vn:function Vn(){}, +Vt:function Vt(){}, +ak6:function ak6(){}, +aIa(){return $}, +ci(a,b,c){if(b.i("W<0>").b(a))return new A.BN(a,b.i("@<0>").be(c).i("BN<1,2>")) +return new A.nZ(a,b.i("@<0>").be(c).i("nZ<1,2>"))}, +ap0(a){return new A.jC("Field '"+a+"' has been assigned during initialization.")}, +iy(a){return new A.jC("Field '"+a+"' has not been initialized.")}, +fh(a){return new A.jC("Local '"+a+"' has not been initialized.")}, +aB5(a){return new A.jC("Field '"+a+"' has already been initialized.")}, +oG(a){return new A.jC("Local '"+a+"' has already been initialized.")}, +ayz(a){return new A.jg(a)}, +ahS(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +atL(a,b){var s=A.ahS(B.c.aj(a,b)),r=A.ahS(B.c.aj(a,b+1)) +return s*16+r-(r&256)}, +z(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +eb(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +aE1(a,b,c){return A.eb(A.z(A.z(c,a),b))}, +aqL(a,b,c,d,e){return A.eb(A.z(A.z(A.z(A.z(e,a),b),c),d))}, +fs(a,b,c){return a}, +alY(a){var s,r +for(s=$.q7.length,r=0;rc)A.a0(A.bY(b,0,c,"start",null))}return new A.hh(a,b,c,d.i("hh<0>"))}, +yb(a,b,c,d){if(t.Ee.b(a))return new A.kw(a,b,c.i("@<0>").be(d).i("kw<1,2>")) +return new A.dE(a,b,c.i("@<0>").be(d).i("dE<1,2>"))}, +aE3(a,b,c){var s="takeCount" +A.ql(b,s) +A.dU(b,s) +if(t.Ee.b(a))return new A.wM(a,b,c.i("wM<0>")) +return new A.pt(a,b,c.i("pt<0>"))}, +a8B(a,b,c){var s="count" +if(t.Ee.b(a)){A.ql(b,s) +A.dU(b,s) +return new A.r1(a,b,c.i("r1<0>"))}A.ql(b,s) +A.dU(b,s) +return new A.l7(a,b,c.i("l7<0>"))}, +aos(a,b,c){if(c.i("W<0>").b(b))return new A.wL(a,b,c.i("wL<0>")) +return new A.kA(a,b,c.i("kA<0>"))}, +cs(){return new A.iQ("No element")}, +aoP(){return new A.iQ("Too many elements")}, +aoO(){return new A.iQ("Too few elements")}, +aDO(a,b){A.MR(a,0,J.bo(a)-1,b)}, +MR(a,b,c,d){if(c-b<=32)A.MT(a,b,c,d) +else A.MS(a,b,c,d)}, +MT(a,b,c,d){var s,r,q,p,o +for(s=b+1,r=J.az(a);s<=c;++s){q=r.j(a,s) +p=s +while(!0){if(!(p>b&&d.$2(r.j(a,p-1),q)>0))break +o=p-1 +r.m(a,p,r.j(a,o)) +p=o}r.m(a,p,q)}}, +MS(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i=B.e.cM(a5-a4+1,6),h=a4+i,g=a5-i,f=B.e.cM(a4+a5,2),e=f-i,d=f+i,c=J.az(a3),b=c.j(a3,h),a=c.j(a3,e),a0=c.j(a3,f),a1=c.j(a3,d),a2=c.j(a3,g) +if(a6.$2(b,a)>0){s=a +a=b +b=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}if(a6.$2(b,a0)>0){s=a0 +a0=b +b=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(b,a1)>0){s=a1 +a1=b +b=s}if(a6.$2(a0,a1)>0){s=a1 +a1=a0 +a0=s}if(a6.$2(a,a2)>0){s=a2 +a2=a +a=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}c.m(a3,h,b) +c.m(a3,f,a0) +c.m(a3,g,a2) +c.m(a3,e,c.j(a3,a4)) +c.m(a3,d,c.j(a3,a5)) +r=a4+1 +q=a5-1 +if(J.e(a6.$2(a,a1),0)){for(p=r;p<=q;++p){o=c.j(a3,p) +n=a6.$2(o,a) +if(n===0)continue +if(n<0){if(p!==r){c.m(a3,p,c.j(a3,r)) +c.m(a3,r,o)}++r}else for(;!0;){n=a6.$2(c.j(a3,q),a) +if(n>0){--q +continue}else{m=q-1 +if(n<0){c.m(a3,p,c.j(a3,r)) +l=r+1 +c.m(a3,r,c.j(a3,q)) +c.m(a3,q,o) +q=m +r=l +break}else{c.m(a3,p,c.j(a3,q)) +c.m(a3,q,o) +q=m +break}}}}k=!0}else{for(p=r;p<=q;++p){o=c.j(a3,p) +if(a6.$2(o,a)<0){if(p!==r){c.m(a3,p,c.j(a3,r)) +c.m(a3,r,o)}++r}else if(a6.$2(o,a1)>0)for(;!0;)if(a6.$2(c.j(a3,q),a1)>0){--q +if(qg){for(;J.e(a6.$2(c.j(a3,r),a),0);)++r +for(;J.e(a6.$2(c.j(a3,q),a1),0);)--q +for(p=r;p<=q;++p){o=c.j(a3,p) +if(a6.$2(o,a)===0){if(p!==r){c.m(a3,p,c.j(a3,r)) +c.m(a3,r,o)}++r}else if(a6.$2(o,a1)===0)for(;!0;)if(a6.$2(c.j(a3,q),a1)===0){--q +if(q")),!0,b),n=o.length,m=0 +while(!0){if(!(m").be(c).i("bp<1,2>"))}return new A.o0(A.aB8(a,b,c),b.i("@<0>").be(c).i("o0<1,2>"))}, +ajn(){throw A.c(A.Y("Cannot modify unmodifiable Map"))}, +aAk(a){if(typeof a=="number")return B.d.gu(a) +if(t.if.b(a))return a.gu(a) +if(t.C.b(a))return A.hR(a) +return A.nH(a)}, +aAl(a){return new A.a0w(a)}, +alW(a,b){var s=new A.xE(a,b.i("xE<0>")) +s.X4(a) +return s}, +au4(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aty(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +i(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.ev(a) +return s}, +L(a,b,c,d,e,f){return new A.xH(a,c,d,e,f)}, +aPd(a,b,c,d,e,f){return new A.xH(a,c,d,e,f)}, +hR(a){var s,r=$.apL +if(r==null)r=$.apL=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +akv(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.bY(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)}, +apM(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.Rj(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +a5J(a){return A.aCu(a)}, +aCu(a){var s,r,q,p +if(a instanceof A.J)return A.fP(A.by(a),null) +s=J.j2(a) +if(s===B.Be||s===B.Bn||t.kk.b(a)){r=B.j4(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.fP(A.by(a),null)}, +apN(a){if(a==null||typeof a=="number"||A.ce(a))return J.ev(a) +if(typeof a=="string")return JSON.stringify(a) +if(a instanceof A.m2)return a.h(0) +if(a instanceof A.CD)return a.Kz(!0) +return"Instance of '"+A.a5J(a)+"'"}, +aCx(){return Date.now()}, +aCF(){var s,r +if($.a5K!==0)return +$.a5K=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 +$.a5K=1e6 +$.te=new A.a5I(r)}, +aCw(){if(!!self.location)return self.location.href +return null}, +apK(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.aCG(a)}return A.apK(a)}, +aCH(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.bY(a,0,1114111,null,null))}, +h9(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +aCE(a){return a.b?A.h9(a).getUTCFullYear()+0:A.h9(a).getFullYear()+0}, +aCC(a){return a.b?A.h9(a).getUTCMonth()+1:A.h9(a).getMonth()+1}, +aCy(a){return a.b?A.h9(a).getUTCDate()+0:A.h9(a).getDate()+0}, +aCz(a){return a.b?A.h9(a).getUTCHours()+0:A.h9(a).getHours()+0}, +aCB(a){return a.b?A.h9(a).getUTCMinutes()+0:A.h9(a).getMinutes()+0}, +aCD(a){return a.b?A.h9(a).getUTCSeconds()+0:A.h9(a).getSeconds()+0}, +aCA(a){return a.b?A.h9(a).getUTCMilliseconds()+0:A.h9(a).getMilliseconds()+0}, +mV(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +B.b.M(s,b) +q.b="" +if(c!=null&&c.a!==0)c.a0(0,new A.a5H(q,r,s)) +return J.axj(a,new A.xH(B.Jf,0,s,r,0))}, +aCv(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.aCt(a,b,c)}, +aCt(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.ah(b,!0,t.z),f=g.length,e=a.$R +if(fn)return A.mV(a,g,null) +if(fe)return A.mV(a,g,c) +if(g===b)g=A.ah(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return A.cN(b,s,a,null,r) +return A.a5P(b,r,null)}, +aIo(a,b,c){if(a<0||a>c)return A.bY(a,0,c,"start",null) +if(b!=null)if(bc)return A.bY(b,a,c,"end",null) +return new A.ib(!0,b,"end",null)}, +q0(a){return new A.ib(!0,a,null,null)}, +ft(a){return a}, +c(a){var s,r +if(a==null)a=new A.lk() +s=new Error() +s.dartException=a +r=A.aJV +if("defineProperty" in Object){Object.defineProperty(s,"message",{get:r}) +s.name=""}else s.toString=r +return s}, +aJV(){return J.ev(this.dartException)}, +a0(a){throw A.c(a)}, +B(a){throw A.c(A.bT(a))}, +ll(a){var s,r,q,p,o,n +a=A.am3(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.aam(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)}, +aan(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +aqX(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +ak7(a,b){var s=b==null,r=s?null:b.method +return new A.IQ(a,r,s?null:b.receiver)}, +aq(a){if(a==null)return new A.Ke(a) +if(a instanceof A.wT)return A.nI(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.nI(a,a.dartException) +return A.aHy(a)}, +nI(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +aHy(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null +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.bT(r,16)&8191)===10)switch(q){case 438:return A.nI(a,A.ak7(A.i(s)+" (Error "+q+")",e)) +case 445:case 5007:p=A.i(s) +return A.nI(a,new A.yM(p+" (Error "+q+")",e))}}if(a instanceof TypeError){o=$.avp() +n=$.avq() +m=$.avr() +l=$.avs() +k=$.avv() +j=$.avw() +i=$.avu() +$.avt() +h=$.avy() +g=$.avx() +f=o.jJ(s) +if(f!=null)return A.nI(a,A.ak7(s,f)) +else{f=n.jJ(s) +if(f!=null){f.method="call" +return A.nI(a,A.ak7(s,f))}else{f=m.jJ(s) +if(f==null){f=l.jJ(s) +if(f==null){f=k.jJ(s) +if(f==null){f=j.jJ(s) +if(f==null){f=i.jJ(s) +if(f==null){f=l.jJ(s) +if(f==null){f=h.jJ(s) +if(f==null){f=g.jJ(s) +p=f!=null}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0 +if(p)return A.nI(a,new A.yM(s,f==null?e:f.method))}}return A.nI(a,new A.Ob(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.Ay() +s=function(b){try{return String(b)}catch(d){}return null}(a) +return A.nI(a,new A.ib(!1,e,e,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.Ay() +return a}, +aV(a){var s +if(a instanceof A.wT)return a.b +if(a==null)return new A.De(a) +s=a.$cachedTrace +if(s!=null)return s +return a.$cachedTrace=new A.De(a)}, +nH(a){if(a==null||typeof a!="object")return J.v(a) +else return A.hR(a)}, +ath(a,b){var s,r,q,p=a.length +for(s=0;s=0 +else if(b instanceof A.IP){s=B.c.cZ(a,c) +return b.b.test(s)}else{s=J.ax4(b,B.c.cZ(a,c)) +return!s.gY(s)}}, +aIu(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +am3(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +vi(a,b,c){var s=A.aJH(a,b,c) +return s}, +aJH(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.am3(b),"g"),A.aIu(c))}, +aJI(a,b,c,d){var s=a.indexOf(b,d) +if(s<0)return a +return A.au_(a,s,s+b.length,c)}, +au_(a,b,c,d){return a.substring(0,b)+d+a.substring(c)}, +pW:function pW(a,b){this.a=a +this.b=b}, +CG:function CG(a,b){this.a=a +this.b=b}, +CH:function CH(a,b,c){this.a=a +this.b=b +this.c=c}, +CI:function CI(a,b,c){this.a=a +this.b=b +this.c=c}, +o0:function o0(a,b){this.a=a +this.$ti=b}, +qL:function qL(){}, +YH:function YH(a,b,c){this.a=a +this.b=b +this.c=c}, +bp:function bp(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +YI:function YI(a){this.a=a}, +BB:function BB(a,b){this.a=a +this.$ti=b}, +c3:function c3(a,b){this.a=a +this.$ti=b}, +a0w:function a0w(a){this.a=a}, +xD:function xD(){}, +xE:function xE(a,b){this.a=a +this.$ti=b}, +xH:function xH(a,b,c,d,e){var _=this +_.a=a +_.c=b +_.d=c +_.e=d +_.f=e}, +a5I:function a5I(a){this.a=a}, +a5H:function a5H(a,b,c){this.a=a +this.b=b +this.c=c}, +aam:function aam(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +yM:function yM(a,b){this.a=a +this.b=b}, +IQ:function IQ(a,b,c){this.a=a +this.b=b +this.c=c}, +Ob:function Ob(a){this.a=a}, +Ke:function Ke(a){this.a=a}, +wT:function wT(a,b){this.a=a +this.b=b}, +De:function De(a){this.a=a +this.b=null}, +m2:function m2(){}, +G9:function G9(){}, +Ga:function Ga(){}, +Nm:function Nm(){}, +N7:function N7(){}, +qv:function qv(a,b){this.a=a +this.b=b}, +PI:function PI(a){this.a=a}, +M0:function M0(a){this.a=a}, +af5:function af5(){}, +fg:function fg(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +a2q:function a2q(a){this.a=a}, +a2p:function a2p(a,b){this.a=a +this.b=b}, +a2o:function a2o(a){this.a=a}, +a32:function a32(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +bd:function bd(a,b){this.a=a +this.$ti=b}, +y0:function y0(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +ahT:function ahT(a){this.a=a}, +ahU:function ahU(a){this.a=a}, +ahV:function ahV(a){this.a=a}, +CD:function CD(){}, +CE:function CE(){}, +CF:function CF(){}, +IP:function IP(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +Ch:function Ch(a){this.b=a}, +OC:function OC(a,b,c){this.a=a +this.b=b +this.c=c}, +OD:function OD(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +AH:function AH(a,b){this.a=a +this.c=b}, +TW:function TW(a,b,c){this.a=a +this.b=b +this.c=c}, +afG:function afG(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aJT(a){return A.a0(A.ap0(a))}, +b(){return A.a0(A.iy(""))}, +fu(){return A.a0(A.aB5(""))}, +aB(){return A.a0(A.ap0(""))}, +aO(a){var s=new A.ac1(a) +return s.b=s}, +ac1:function ac1(a){this.a=a +this.b=null}, +W5(a,b,c){}, +a8(a){var s,r,q +if(t.RP.b(a))return a +s=J.az(a) +r=A.ay(s.gn(a),null,!1,t.z) +for(q=0;q>>0!==a||a>=c)throw A.c(A.q4(b,a))}, +nz(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.aIo(a,b,c)) +if(b==null)return c +return b}, +yy:function yy(){}, +yD:function yD(){}, +yz:function yz(){}, +rY:function rY(){}, +mG:function mG(){}, +h3:function h3(){}, +yA:function yA(){}, +JU:function JU(){}, +JV:function JV(){}, +yC:function yC(){}, +JW:function JW(){}, +yE:function yE(){}, +JX:function JX(){}, +yF:function yF(){}, +oU:function oU(){}, +Cp:function Cp(){}, +Cq:function Cq(){}, +Cr:function Cr(){}, +Cs:function Cs(){}, +aqa(a,b){var s=b.c +return s==null?b.c=A.alh(a,b.y,!0):s}, +akF(a,b){var s=b.c +return s==null?b.c=A.Dt(a,"af",[b.y]):s}, +aqb(a){var s=a.x +if(s===6||s===7||s===8)return A.aqb(a.y) +return s===12||s===13}, +aD5(a){return a.at}, +a7(a){return A.UV(v.typeUniverse,a,!1)}, +atv(a,b){var s,r,q,p,o +if(a==null)return null +s=b.z +r=a.as +if(r==null)r=a.as=new Map() +q=b.at +p=r.get(q) +if(p!=null)return p +o=A.lJ(v.typeUniverse,a.y,s,0) +r.set(q,o) +return o}, +lJ(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.x +switch(c){case 5:case 1:case 2:case 3:case 4:return b +case 6:s=b.y +r=A.lJ(a,s,a0,a1) +if(r===s)return b +return A.ary(a,r,!0) +case 7:s=b.y +r=A.lJ(a,s,a0,a1) +if(r===s)return b +return A.alh(a,r,!0) +case 8:s=b.y +r=A.lJ(a,s,a0,a1) +if(r===s)return b +return A.arx(a,r,!0) +case 9:q=b.z +p=A.E3(a,q,a0,a1) +if(p===q)return b +return A.Dt(a,b.y,p) +case 10:o=b.y +n=A.lJ(a,o,a0,a1) +m=b.z +l=A.E3(a,m,a0,a1) +if(n===o&&l===m)return b +return A.alf(a,n,l) +case 12:k=b.y +j=A.lJ(a,k,a0,a1) +i=b.z +h=A.aHs(a,i,a0,a1) +if(j===k&&h===i)return b +return A.arw(a,j,h) +case 13:g=b.z +a1+=g.length +f=A.E3(a,g,a0,a1) +o=b.y +n=A.lJ(a,o,a0,a1) +if(f===g&&n===o)return b +return A.alg(a,n,f,!0) +case 14:e=b.y +if(e") +for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, +asf(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}, +fP(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.fP(a.y,b) +return s}if(m===7){r=a.y +s=A.fP(r,b) +q=r.x +return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.fP(a.y,b)+">" +if(m===9){p=A.aHw(a.y) +o=a.z +return o.length>0?p+("<"+A.asz(o,b)+">"):p}if(m===11)return A.aHm(a,b) +if(m===12)return A.asf(a,b,null) +if(m===13)return A.asf(a.y,b,a.z) +if(m===14){n=a.y +return b[b.length-1-n]}return"?"}, +aHw(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aFy(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +aFx(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.UV(a,b,!1) +else if(typeof m=="number"){s=m +r=A.Du(a,5,"#") +q=A.ag5(s) +for(p=0;p0)p+="<"+A.Ds(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.hU(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.lC(a,r) +a.eC.set(p,q) +return q}, +alf(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.Ds(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.hU(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.lC(a,o) +a.eC.set(q,n) +return n}, +aFu(a,b,c){var s,r,q="+"+(b+"("+A.Ds(c)+")"),p=a.eC.get(q) +if(p!=null)return p +s=new A.hU(null,null) +s.x=11 +s.y=b +s.z=c +s.at=q +r=A.lC(a,s) +a.eC.set(q,r) +return r}, +arw(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.Ds(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.Ds(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.aFo(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.hU(null,null) +p.x=12 +p.y=b +p.z=c +p.at=r +o=A.lC(a,p) +a.eC.set(r,o) +return o}, +alg(a,b,c,d){var s,r=b.at+("<"+A.Ds(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.aFq(a,b,c,r,d) +a.eC.set(r,s) +return s}, +aFq(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=A.ag5(s) +for(q=0,p=0;p0){n=A.lJ(a,b,r,0) +m=A.E3(a,c,r,0) +return A.alg(a,n,m,c!==m)}}l=new A.hU(null,null) +l.x=13 +l.y=b +l.z=c +l.at=d +return A.lC(a,l)}, +ark(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +arm(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.aF2(r+1,q,l,k) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.arl(a,r,l,k,!1) +else if(q===46)r=A.arl(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.nu(a.u,a.e,k.pop())) +break +case 94:k.push(A.aFt(a.u,k.pop())) +break +case 35:k.push(A.Du(a.u,5,"#")) +break +case 64:k.push(A.Du(a.u,2,"@")) +break +case 126:k.push(A.Du(a.u,3,"~")) +break +case 60:k.push(a.p) +a.p=k.length +break +case 62:A.aF4(a,k) +break +case 38:A.aF3(a,k) +break +case 42:p=a.u +k.push(A.ary(p,A.nu(p,a.e,k.pop()),a.n)) +break +case 63:p=a.u +k.push(A.alh(p,A.nu(p,a.e,k.pop()),a.n)) +break +case 47:p=a.u +k.push(A.arx(p,A.nu(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.aF1(a,k) +break +case 91:k.push(a.p) +a.p=k.length +break +case 93:o=k.splice(a.p) +A.arn(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.aF6(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.nu(a.u,a.e,m)}, +aF2(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}, +arl(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.aFy(s,o.y)[p] +if(n==null)A.a0('No "'+p+'" in "'+A.aD5(o)+'"') +d.push(A.Dv(s,o,n))}else d.push(p) +return m}, +aF4(a,b){var s,r=a.u,q=A.arj(a,b),p=b.pop() +if(typeof p=="string")b.push(A.Dt(r,p,q)) +else{s=A.nu(r,a.e,p) +switch(s.x){case 12:b.push(A.alg(r,s,q,a.n)) +break +default:b.push(A.alf(r,s,q)) +break}}}, +aF1(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.arj(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.nu(m,a.e,l) +o=new A.QF() +o.a=q +o.b=s +o.c=r +b.push(A.arw(m,p,o)) +return +case-4:b.push(A.aFu(m,b.pop(),q)) +return +default:throw A.c(A.nS("Unexpected state under `()`: "+A.i(l)))}}, +aF3(a,b){var s=b.pop() +if(0===s){b.push(A.Du(a.u,1,"0&")) +return}if(1===s){b.push(A.Du(a.u,4,"1&")) +return}throw A.c(A.nS("Unexpected extended operation "+A.i(s)))}, +arj(a,b){var s=b.splice(a.p) +A.arn(a.u,a.e,s) +a.p=b.pop() +return s}, +nu(a,b,c){if(typeof c=="string")return A.Dt(a,c,a.sEA) +else if(typeof c=="number"){b.toString +return A.aF5(a,b,c)}else return c}, +arn(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}, +hU:function hU(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +QF:function QF(){this.c=this.b=this.a=null}, +UR:function UR(a){this.a=a}, +Qj:function Qj(){}, +Dr:function Dr(a){this.a=a}, +aIQ(a,b){var s,r +if(B.c.c9(a,"Digit"))return B.c.Z(a,5) +s=B.c.Z(b,0) +if(b.length<=1)r=!(s>=32&&s<=127) +else r=!0 +if(r){r=B.hi.j(0,a) +return r==null?null:B.c.Z(r,0)}if(!(s>=$.awj()&&s<=$.awk()))r=s>=$.awu()&&s<=$.awv() +else r=!0 +if(r)return B.c.Z(b.toLowerCase(),0) +return null}, +aFk(a){var s=A.E(t.S,t.N) +s.Lm(s,B.hi.gfa(B.hi).iU(0,new A.afI(),t.q9)) +return new A.afH(a,s)}, +aHv(a){var s,r,q,p,o,n=a.Qz(),m=A.E(t.N,t.S) +for(s=a.a,r=0;r=2)return null +return B.c.Z(a.toLowerCase(),0)}, +afH:function afH(a,b){this.a=a +this.b=b +this.c=0}, +afI:function afI(){}, +y6:function y6(a){this.a=a}, +bx:function bx(a,b){this.a=a +this.b=b}, +aEL(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.aHC() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.q2(new A.abj(q),1)).observe(s,{childList:true}) +return new A.abi(q,s,r)}else if(self.setImmediate!=null)return A.aHD() +return A.aHE()}, +aEM(a){self.scheduleImmediate(A.q2(new A.abk(a),0))}, +aEN(a){self.setImmediate(A.q2(new A.abl(a),0))}, +aEO(a){A.akW(B.C,a)}, +akW(a,b){var s=B.e.cM(a.a,1000) +return A.aFl(s<0?0:s,b)}, +aFl(a,b){var s=new A.Uo(!0) +s.Xj(a,b) +return s}, +a5(a){return new A.OR(new A.al($.ak,a.i("al<0>")),a.i("OR<0>"))}, +a4(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +a1(a,b){A.aFZ(a,b)}, +a3(a,b){b.dq(0,a)}, +a2(a,b){b.r2(A.aq(a),A.aV(a))}, +aFZ(a,b){var s,r,q=new A.ago(b),p=new A.agp(b) +if(a instanceof A.al)a.Ku(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.fZ(q,p,s) +else{r=new A.al($.ak,t.LR) +r.a=8 +r.c=a +r.Ku(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 $.ak.E0(new A.ahr(s))}, +aNg(a){return new A.uL(a,1)}, +C7(){return B.Pp}, +C8(a){return new A.uL(a,3)}, +E1(a,b){return new A.Dk(a,b.i("Dk<0>"))}, +Xa(a,b){var s=A.fs(a,"error",t.K) +return new A.EJ(s,b==null?A.Xb(a):b)}, +Xb(a){var s +if(t.Lt.b(a)){s=a.gpK() +if(s!=null)return s}return B.yz}, +aAj(a,b){var s=new A.al($.ak,b.i("al<0>")) +A.dc(B.C,new A.a0s(s,a)) +return s}, +e4(a,b){var s=a==null?b.a(a):a,r=new A.al($.ak,b.i("al<0>")) +r.mb(s) +return r}, +ajQ(a,b,c){var s +A.fs(a,"error",t.K) +$.ak!==B.ad +if(b==null)b=A.Xb(a) +s=new A.al($.ak,c.i("al<0>")) +s.uA(a,b) +return s}, +ajP(a,b){var s,r=!b.b(null) +if(r)throw A.c(A.eK(null,"computation","The type parameter is not nullable")) +s=new A.al($.ak,b.i("al<0>")) +A.dc(a,new A.a0r(null,s,b)) +return s}, +op(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.al($.ak,b.i("al>")) +i.a=null +i.b=0 +s=A.aO("error") +r=A.aO("stackTrace") +q=new A.a0u(i,h,g,f,s,r) +try{for(l=J.an(a),k=t.P;l.p();){p=l.gD(l) +o=i.b +p.fZ(new A.a0t(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.q2(A.a([],b.i("l<0>"))) +return l}i.a=A.ay(l,null,!1,b.i("0?"))}catch(j){n=A.aq(j) +m=A.aV(j) +if(i.b===0||g)return A.ajQ(n,m,b.i("C<0>")) +else{s.b=n +r.b=m}}return f}, +ayG(a){return new A.bj(new A.al($.ak,a.i("al<0>")),a.i("bj<0>"))}, +as_(a,b,c){if(c==null)c=A.Xb(b) +a.fF(b,c)}, +adf(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.vf() +b.zg(a) +A.uE(b,r)}else{r=b.c +b.a=b.a&1|4 +b.c=a +a.Jw(r)}}, +uE(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.E2(e.a,e.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +A.uE(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.E2(l.a,l.b) +return}i=$.ak +if(i!==j)$.ak=j +else i=null +e=e.c +if((e&15)===8)new A.adn(r,f,o).$0() +else if(p){if((e&1)!==0)new A.adm(r,l).$0()}else if((e&2)!==0)new A.adl(f,r).$0() +if(i!=null)$.ak=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.i("af<2>").b(e)||!q.z[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof A.al)if((e.a&24)!==0){g=h.c +h.c=null +b=h.vh(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else A.adf(e,h) +else h.zb(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.vh(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}}, +asw(a,b){if(t.Hg.b(a))return b.E0(a) +if(t.C_.b(a))return a +throw A.c(A.eK(a,"onError",u.w))}, +aHe(){var s,r +for(s=$.v9;s!=null;s=$.v9){$.E0=null +r=s.b +$.v9=r +if(r==null)$.E_=null +s.a.$0()}}, +aHr(){$.alB=!0 +try{A.aHe()}finally{$.E0=null +$.alB=!1 +if($.v9!=null)$.amx().$1(A.asU())}}, +asE(a){var s=new A.OS(a),r=$.E_ +if(r==null){$.v9=$.E_=s +if(!$.alB)$.amx().$1(A.asU())}else $.E_=r.b=s}, +aHo(a){var s,r,q,p=$.v9 +if(p==null){A.asE(a) +$.E0=$.E_ +return}s=new A.OS(a) +r=$.E0 +if(r==null){s.b=p +$.v9=$.E0=s}else{q=r.b +s.b=q +$.E0=r.b=s +if(q==null)$.E_=s}}, +kf(a){var s,r=null,q=$.ak +if(B.ad===q){A.nC(r,r,B.ad,a) +return}s=!1 +if(s){A.nC(r,r,q,a) +return}A.nC(r,r,q,q.BD(a))}, +aqE(a,b){var s=null,r=b.i("nl<0>"),q=new A.nl(s,s,s,s,r) +q.GT(0,a) +q.Hp() +return new A.f3(q,r.i("f3<1>"))}, +aMz(a){A.fs(a,"stream",t.K) +return new A.TV()}, +a8T(a,b){return new A.nl(a,null,null,null,b.i("nl<0>"))}, +aqD(a){return new A.Bn(null,null,a.i("Bn<0>"))}, +Wd(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=A.aq(q) +r=A.aV(q) +A.E2(s,r)}}, +aET(a,b,c,d,e){var s=$.ak,r=e?1:0,q=A.al4(s,b) +A.ar8(s,c) +return new A.BD(a,q,d==null?A.asT():d,s,r)}, +al4(a,b){return b==null?A.aHF():b}, +ar8(a,b){if(b==null)b=A.aHG() +if(t.MM.b(b))return a.E0(b) +if(t.lO.b(b))return b +throw A.c(A.cp("handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",null))}, +aHi(a){}, +aHk(a,b){A.E2(a,b)}, +aHj(){}, +ard(a){var s=new A.BH($.ak,a) +s.a3R() +return s}, +aG4(a,b,c){var s=a.bW(0),r=$.Ei() +if(s!==r)s.m3(new A.ags(b,c)) +else b.nK(c)}, +dc(a,b){var s=$.ak +if(s===B.ad)return A.akW(a,b) +return A.akW(a,s.BD(b))}, +E2(a,b){A.aHo(new A.ahm(a,b))}, +asx(a,b,c,d){var s,r=$.ak +if(r===c)return d.$0() +$.ak=c +s=r +try{r=d.$0() +return r}finally{$.ak=s}}, +asy(a,b,c,d,e){var s,r=$.ak +if(r===c)return d.$1(e) +$.ak=c +s=r +try{r=d.$1(e) +return r}finally{$.ak=s}}, +aHn(a,b,c,d,e,f){var s,r=$.ak +if(r===c)return d.$2(e,f) +$.ak=c +s=r +try{r=d.$2(e,f) +return r}finally{$.ak=s}}, +nC(a,b,c,d){if(B.ad!==c)d=c.BD(d) +A.asE(d)}, +abj:function abj(a){this.a=a}, +abi:function abi(a,b,c){this.a=a +this.b=b +this.c=c}, +abk:function abk(a){this.a=a}, +abl:function abl(a){this.a=a}, +Uo:function Uo(a){this.a=a +this.b=null +this.c=0}, +afM:function afM(a,b){this.a=a +this.b=b}, +OR:function OR(a,b){this.a=a +this.b=!1 +this.$ti=b}, +ago:function ago(a){this.a=a}, +agp:function agp(a){this.a=a}, +ahr:function ahr(a){this.a=a}, +uL:function uL(a,b){this.a=a +this.b=b}, +fN:function fN(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +Dk:function Dk(a,b){this.a=a +this.$ti=b}, +EJ:function EJ(a,b){this.a=a +this.b=b}, +ls:function ls(a,b){this.a=a +this.$ti=b}, +Br:function Br(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}, +Bq:function Bq(){}, +Bn:function Bn(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.r=_.e=_.d=null +_.$ti=c}, +a0s:function a0s(a,b){this.a=a +this.b=b}, +a0r:function a0r(a,b,c){this.a=a +this.b=b +this.c=c}, +a0u:function a0u(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a0t:function a0t(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}, +us:function us(){}, +bj:function bj(a,b){this.a=a +this.$ti=b}, +Dj:function Dj(a,b){this.a=a +this.$ti=b}, +k6:function k6(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +al:function al(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +adc:function adc(a,b){this.a=a +this.b=b}, +adk:function adk(a,b){this.a=a +this.b=b}, +adg:function adg(a){this.a=a}, +adh:function adh(a){this.a=a}, +adi:function adi(a,b,c){this.a=a +this.b=b +this.c=c}, +ade:function ade(a,b){this.a=a +this.b=b}, +adj:function adj(a,b){this.a=a +this.b=b}, +add:function add(a,b,c){this.a=a +this.b=b +this.c=c}, +adn:function adn(a,b,c){this.a=a +this.b=b +this.c=c}, +ado:function ado(a){this.a=a}, +adm:function adm(a,b){this.a=a +this.b=b}, +adl:function adl(a,b){this.a=a +this.b=b}, +OS:function OS(a){this.a=a +this.b=null}, +dI:function dI(){}, +a8W:function a8W(a,b){this.a=a +this.b=b}, +a8X:function a8X(a,b){this.a=a +this.b=b}, +a8U:function a8U(a){this.a=a}, +a8V:function a8V(a,b,c){this.a=a +this.b=b +this.c=c}, +AG:function AG(){}, +Dg:function Dg(){}, +afF:function afF(a){this.a=a}, +afE:function afE(a){this.a=a}, +OT:function OT(){}, +nl:function nl(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +f3:function f3(a,b){this.a=a +this.$ti=b}, +BD:function BD(a,b,c,d,e){var _=this +_.w=a +_.a=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null}, +P3:function P3(){}, +abw:function abw(a){this.a=a}, +Dh:function Dh(){}, +PS:function PS(){}, +ux:function ux(a){this.b=a +this.a=null}, +acz:function acz(){}, +CC:function CC(){this.a=0 +this.c=this.b=null}, +aeG:function aeG(a,b){this.a=a +this.b=b}, +BH:function BH(a,b){this.a=a +this.b=0 +this.c=b}, +TV:function TV(){}, +BQ:function BQ(a){this.$ti=a}, +ags:function ags(a,b){this.a=a +this.b=b}, +agd:function agd(){}, +ahm:function ahm(a,b){this.a=a +this.b=b}, +af9:function af9(){}, +afa:function afa(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +afb:function afb(a,b){this.a=a +this.b=b}, +afc:function afc(a,b,c){this.a=a +this.b=b +this.c=c}, +dB(a,b,c,d){return new A.pS(c.i("@<0>").be(d).i("pS<1,2>"))}, +al6(a,b){var s=a[b] +return s===a?null:s}, +al8(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +al7(){var s=Object.create(null) +A.al8(s,"",s) +delete s[""] +return s}, +kK(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.fg(d.i("@<0>").be(e).i("fg<1,2>")) +b=A.at0()}else{if(A.aI4()===b&&A.aI3()===a)return new A.Cc(d.i("@<0>").be(e).i("Cc<1,2>")) +if(a==null)a=A.at_()}else{if(b==null)b=A.at0() +if(a==null)a=A.at_()}return A.aEZ(a,b,c,d,e)}, +be(a,b,c){return A.ath(a,new A.fg(b.i("@<0>").be(c).i("fg<1,2>")))}, +E(a,b){return new A.fg(a.i("@<0>").be(b).i("fg<1,2>"))}, +aEZ(a,b,c,d,e){var s=c!=null?c:new A.adX(d) +return new A.Cb(a,b,s,d.i("@<0>").be(e).i("Cb<1,2>"))}, +d3(a,b,c){return new A.no(c.i("no<0>"))}, +al9(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +jF(a){return new A.fL(a.i("fL<0>"))}, +w(a){return new A.fL(a.i("fL<0>"))}, +dQ(a,b){return A.aIy(a,new A.fL(b.i("fL<0>")))}, +ala(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +bn(a,b){var s=new A.i3(a,b) +s.c=a.e +return s}, +aGm(a,b){return J.e(a,b)}, +aGo(a){return J.v(a)}, +aB8(a,b,c){var s=A.kK(null,null,null,b,c) +a.a0(0,new A.a33(s,b,c)) +return s}, +rN(a,b,c){var s=A.kK(null,null,null,b,c) +s.M(0,a) +return s}, +rO(a,b){var s,r=A.jF(b) +for(s=J.an(a);s.p();)r.A(0,b.a(s.gD(s))) +return r}, +kL(a,b){var s=A.jF(b) +s.M(0,a) +return s}, +aF_(a){return new A.Cd(a,a.a,a.c)}, +ake(a){var s,r={} +if(A.alY(a))return"{...}" +s=new A.cl("") +try{$.q7.push(a) +s.a+="{" +r.a=!0 +J.vm(a,new A.a3p(r,s)) +s.a+="}"}finally{$.q7.pop()}r=s.a +return r.charCodeAt(0)==0?r:r}, +azD(a){var s=new A.pQ(a.i("pQ<0>")) +s.a=s +s.b=s +return new A.o8(s,a.i("o8<0>"))}, +kM(a,b){return new A.y2(A.ay(A.aBa(a),null,!1,b.i("0?")),b.i("y2<0>"))}, +aBa(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return A.ap5(a) +return a}, +ap5(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +UZ(){throw A.c(A.Y("Cannot change an unmodifiable set"))}, +pS:function pS(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +adq:function adq(a){this.a=a}, +uH:function uH(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +pT:function pT(a,b){this.a=a +this.$ti=b}, +BZ:function BZ(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +Cc:function Cc(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +Cb:function Cb(a,b,c,d){var _=this +_.w=a +_.x=b +_.y=c +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=d}, +adX:function adX(a){this.a=a}, +no:function no(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +np:function np(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +fL:function fL(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +adY:function adY(a){this.a=a +this.c=this.b=null}, +i3:function i3(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +a33:function a33(a,b,c){this.a=a +this.b=b +this.c=c}, +y1:function y1(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +Cd:function Cd(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +oH:function oH(){}, +O:function O(){}, +aG:function aG(){}, +a3o:function a3o(a){this.a=a}, +a3p:function a3p(a,b){this.a=a +this.b=b}, +Cg:function Cg(a,b){this.a=a +this.$ti=b}, +Rv:function Rv(a,b){this.a=a +this.b=b +this.c=null}, +UX:function UX(){}, +ya:function ya(){}, +pL:function pL(a,b){this.a=a +this.$ti=b}, +BJ:function BJ(){}, +BI:function BI(a,b,c){var _=this +_.c=a +_.d=b +_.b=_.a=null +_.$ti=c}, +pQ:function pQ(a){this.b=this.a=null +this.$ti=a}, +o8:function o8(a,b){this.a=a +this.b=0 +this.$ti=b}, +Q5:function Q5(a,b){this.a=a +this.b=b +this.c=null}, +y2:function y2(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +Rq:function Rq(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +n4:function n4(){}, +pX:function pX(){}, +UY:function UY(){}, +e_:function e_(a,b){this.a=a +this.$ti=b}, +Dw:function Dw(){}, +DV:function DV(){}, +asu(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=A.aq(r) +q=A.bP(String(s),null,null) +throw A.c(q)}q=A.agA(p) +return q}, +agA(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new A.Ra(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +aEB(a,b,c,d){var s=a?$.avA():$.avz() +if(s==null)return null +if(0===c&&d===b.length)return A.ar_(s,b) +return A.ar_(s,b.subarray(c,A.d6(c,d,b.length,null,null)))}, +ar_(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +ani(a,b,c,d,e,f){if(B.e.bk(f,4)!==0)throw A.c(A.bP("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.c(A.bP("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.c(A.bP("Invalid base64 padding, more than two '=' characters",a,b))}, +aES(a,b,c,d,e,f,g,h){var s,r,q,p,o,n=h>>>2,m=3-(h&3) +for(s=c,r=0;s>>18&63) +g=p+1 +f[p]=B.c.Z(a,n>>>12&63) +p=g+1 +f[g]=B.c.Z(a,n>>>6&63) +g=p+1 +f[p]=B.c.Z(a,n&63) +n=0 +m=3}}if(r>=0&&r<=255){if(m<3){p=g+1 +o=p+1 +if(3-m===1){f[g]=B.c.Z(a,n>>>2&63) +f[p]=B.c.Z(a,n<<4&63) +f[o]=61 +f[o+1]=61}else{f[g]=B.c.Z(a,n>>>10&63) +f[p]=B.c.Z(a,n>>>4&63) +f[o]=B.c.Z(a,n<<2&63) +f[o+1]=61}return 0}return(n<<2|3-m)>>>0}for(s=c;s255)break;++s}throw A.c(A.eK(b,"Not a byte value at index "+s+": 0x"+B.e.j3(b[s],16),null))}, +aER(a,b,c,d,e,f){var s,r,q,p,o,n,m="Invalid encoding before padding",l="Invalid character",k=B.e.bT(f,2),j=f&3,i=$.amy() +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.bP(m,a,s)) +d[e]=k>>>10 +d[e+1]=k>>>2}else{if((k&15)!==0)throw A.c(A.bP(m,a,s)) +d[e]=k>>>4}n=(3-j)*3 +if(q===37)n+=2 +return A.ar7(a,s+1,c,-n-1)}throw A.c(A.bP(l,a,s))}if(r>=0&&r<=127)return(k<<2|j)>>>0 +for(s=b;s127)break}throw A.c(A.bP(l,a,s))}, +aEP(a,b,c,d){var s=A.aEQ(a,b,c),r=(d&3)+(s-b),q=B.e.bT(r,2)*3,p=r&3 +if(p!==0&&s0)return new Uint8Array(q) +return $.avF()}, +aEQ(a,b,c){var s,r=c,q=r,p=0 +while(!0){if(!(q>b&&p<2))break +c$0:{--q +s=B.c.aj(a,q) +if(s===61){++p +r=q +break c$0}if((s|32)===100){if(q===b)break;--q +s=B.c.aj(a,q)}if(s===51){if(q===b)break;--q +s=B.c.aj(a,q)}if(s===37){++p +r=q +break c$0}break}}return r}, +ar7(a,b,c,d){var s,r +if(b===c)return d +s=-d-1 +for(;s>0;){r=B.c.aj(a,b) +if(s===3){if(r===61){s-=3;++b +break}if(r===37){--s;++b +if(b===c)break +r=B.c.aj(a,b)}else break}if((s>3?s-3:s)===2){if(r!==51)break;++b;--s +if(b===c)break +r=B.c.aj(a,b)}if((r|32)!==100)break;++b;--s +if(b===c)break}if(b!==c)throw A.c(A.bP("Invalid padding character",a,b)) +return-s-1}, +aoX(a,b,c){return new A.xK(a,b)}, +aGp(a){return a.Ei()}, +ari(a,b){return new A.adT(a,[],A.aI0())}, +aEY(a,b,c){var s,r=new A.cl(""),q=A.ari(r,b) +q.tM(a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +aFL(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""}}, +aFK(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) +for(s=J.az(a),r=0;r>>0!==0?255:q}return o}, +Ra:function Ra(a,b){this.a=a +this.b=b +this.c=null}, +adS:function adS(a){this.a=a}, +Rb:function Rb(a){this.a=a}, +aaP:function aaP(){}, +aaO:function aaO(){}, +Xj:function Xj(){}, +Xl:function Xl(){}, +abn:function abn(a){this.a=0 +this.b=a}, +Xk:function Xk(){}, +abm:function abm(){this.a=0}, +XO:function XO(){}, +P7:function P7(a,b){this.a=a +this.b=b +this.c=0}, +Gb:function Gb(){}, +Gk:function Gk(){}, +a_b:function a_b(){}, +xK:function xK(a,b){this.a=a +this.b=b}, +IR:function IR(a,b){this.a=a +this.b=b}, +a2s:function a2s(){}, +a2u:function a2u(a){this.b=a}, +a2t:function a2t(a){this.a=a}, +adU:function adU(){}, +adV:function adV(a,b){this.a=a +this.b=b}, +adT:function adT(a,b,c){this.c=a +this.a=b +this.b=c}, +aaN:function aaN(){}, +aaQ:function aaQ(){}, +ag4:function ag4(a){this.b=0 +this.c=a}, +Oi:function Oi(a){this.a=a}, +ag3:function ag3(a){this.a=a +this.b=16 +this.c=0}, +aIT(a){return A.nH(a)}, +aA1(){return new A.wX(new WeakMap())}, +HL(a){if(typeof a=="number"||typeof a=="string"||!1)A.r8(a)}, +r8(a){throw A.c(A.eK(a,"object","Expandos are not allowed on strings, numbers, bools, records or null"))}, +fQ(a,b){var s=A.akv(a,b) +if(s!=null)return s +throw A.c(A.bP(a,null,null))}, +alP(a){var s=A.apM(a) +if(s!=null)return s +throw A.c(A.bP("Invalid double",a,null))}, +aA0(a,b){a=A.c(a) +a.stack=b.h(0) +throw a +throw A.c("unreachable")}, +anU(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.a0(A.cp("DateTime is outside valid range: "+a,null)) +A.fs(!0,"isUtc",t.y) +return new A.fV(a,!0)}, +ay(a,b,c,d){var s,r=c?J.rB(a,d):J.IO(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.an(a);s.p();)r.push(s.gD(s)) +if(b)return r +return J.a2i(r)}, +ah(a,b,c){var s +if(b)return A.ap6(a,c) +s=J.a2i(A.ap6(a,c)) +return s}, +ap6(a,b){var s,r +if(Array.isArray(a))return A.a(a.slice(0),b.i("l<0>")) +s=A.a([],b.i("l<0>")) +for(r=J.an(a);r.p();)s.push(r.gD(r)) +return s}, +aBd(a,b,c){var s,r=J.rB(a,c) +for(s=0;s0||c=1000)return""+a +if(s>=100)return r+"0"+s +if(s>=10)return r+"00"+s +return r+"000"+s}, +ayY(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +GQ(a){if(a>=10)return""+a +return"0"+a}, +cM(a,b){return new A.bm(a+1000*b)}, +aA_(a,b){var s,r +for(s=0;s<3;++s){r=a[s] +if(r.b===b)return r}throw A.c(A.eK(b,"name","No enum value with that name"))}, +od(a){if(typeof a=="number"||A.ce(a)||a==null)return J.ev(a) +if(typeof a=="string")return JSON.stringify(a) +return A.apN(a)}, +nS(a){return new A.nR(a)}, +cp(a,b){return new A.ib(!1,null,b,a)}, +eK(a,b,c){return new A.ib(!0,a,b,c)}, +ql(a,b){return a}, +aky(a){var s=null +return new A.th(s,s,!1,s,s,a)}, +a5P(a,b,c){return new A.th(null,null,!0,a,b,c==null?"Value not in range":c)}, +bY(a,b,c,d,e){return new A.th(b,c,!0,a,d,"Invalid value")}, +apT(a,b,c,d){if(ac)throw A.c(A.bY(a,b,c,d,null)) +return a}, +d6(a,b,c,d,e){if(0>a||a>c)throw A.c(A.bY(a,0,c,d==null?"start":d,null)) +if(b!=null){if(a>b||b>c)throw A.c(A.bY(b,a,c,e==null?"end":e,null)) +return b}return c}, +dU(a,b){if(a<0)throw A.c(A.bY(a,0,null,b,null)) +return a}, +II(a,b,c,d,e){var s=e==null?b.gn(b):e +return new A.xy(s,!0,a,c,"Index out of range")}, +cN(a,b,c,d,e){return new A.xy(b,!0,a,e,"Index out of range")}, +aAK(a,b,c,d,e){if(0>a||a>=b)throw A.c(A.cN(a,b,c,d,e==null?"index":e)) +return a}, +Y(a){return new A.Od(a)}, +cy(a){return new A.uh(a)}, +ab(a){return new A.iQ(a)}, +bT(a){return new A.Gf(a)}, +aM(a){return new A.BR(a)}, +bP(a,b,c){return new A.hC(a,b,c)}, +aoR(a,b,c){var s,r +if(A.alY(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.a([],t.s) +$.q7.push(a) +try{A.aH6(a,s)}finally{$.q7.pop()}r=A.N9(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +rA(a,b,c){var s,r +if(A.alY(a))return b+"..."+c +s=new A.cl(b) +$.q7.push(a) +try{r=s +r.a=A.N9(r.a,a,", ")}finally{$.q7.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +aH6(a,b){var s,r,q,p,o,n,m,l=J.an(a),k=0,j=0 +while(!0){if(!(k<80||j<3))break +if(!l.p())return +s=A.i(l.gD(l)) +b.push(s) +k+=s.length+2;++j}if(!l.p()){if(j<=5)return +r=b.pop() +q=b.pop()}else{p=l.gD(l);++j +if(!l.p()){if(j<=4){b.push(A.i(p)) +return}r=A.i(p) +q=b.pop() +k+=r.length+2}else{o=l.gD(l);++j +for(;l.p();p=o,o=n){n=l.gD(l);++j +if(j>100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=A.i(p) +r=A.i(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)}, +aBe(a,b,c){var s,r=A.d6(0,null,c.length,null,null),q=r-0 +if(a.length=b)for(s=0;s=0;)a[b+s]=c[s]}, +apb(a,b,c,d,e){return new A.o_(a,b.i("@<0>").be(c).be(d).be(e).i("o_<1,2,3,4>"))}, +T(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.aE1(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.eb(A.z(A.z(A.z($.e0(),s),b),c))}if(B.a===e)return A.aqL(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.eb(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.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.eb(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z(A.z($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0),a1))}, +cG(a){var s,r=$.e0() +for(s=J.an(a);s.p();)r=A.z(r,J.v(s.gD(s))) +return A.eb(r)}, +vh(a){A.am2(A.i(a))}, +akI(a,b,c,d){return new A.ii(a,b,c.i("@<0>").be(d).i("ii<1,2>"))}, +aDW(){$.vl() +return new A.tJ()}, +aGc(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +lo(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=((B.c.Z(a3,a4+4)^58)*3|B.c.Z(a3,a4)^100|B.c.Z(a3,a4+1)^97|B.c.Z(a3,a4+2)^116|B.c.Z(a3,a4+3)^97)>>>0 +if(r===0)return A.aaG(a4>0||a5=14)q[7]=a5 +o=q[1] +if(o>=a4)if(A.asD(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.d6(a3,"\\",l))if(n>a4)g=B.c.d6(a3,"\\",n-1)||B.c.d6(a3,"\\",n-2) +else g=!1 +else g=!0 +if(g){h=a2 +i=!1}else{if(!(kl+2&&B.c.d6(a3,"/..",k-3) +else g=!0 +if(g){h=a2 +i=!1}else{if(o===a4+4)if(B.c.d6(a3,"file",a4)){if(n<=a4){if(!B.c.d6(a3,"/",l)){f="file:///" +r=3}else{f="file://" +r=2}a3=f+B.c.a7(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.nh(a3,l,k,"/");++k;++j;++a5}else{a3=B.c.a7(a3,a4,l)+"/"+B.c.a7(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.d6(a3,"http",a4)){if(p&&m+3===l&&B.c.d6(a3,"80",m+1))if(a4===0&&!0){a3=B.c.nh(a3,m,l,"") +l-=3 +k-=3 +j-=3 +a5-=3}else{a3=B.c.a7(a3,a4,m)+B.c.a7(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.d6(a3,"https",a4)){if(p&&m+4===l&&B.c.d6(a3,"443",m+1))if(a4===0&&!0){a3=B.c.nh(a3,m,l,"") +l-=4 +k-=4 +j-=4 +a5-=3}else{a3=B.c.a7(a3,a4,m)+B.c.a7(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.aFG(a3,a4,o) +else{if(o===a4)A.v4(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.fQ(B.c.a7(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.fQ(B.c.a7(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +aqZ(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.aaI(a),c=new A.aaJ(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.a0(A.bY(0,0,p.gn(q),null,null)) +if(A.am8(q,"/",0)){s=A.Y("Illegal path character "+A.i(q)) +throw A.c(s)}}}, +arA(a,b,c){var s,r,q,p,o +for(s=A.dJ(a,c,null,A.ad(a).c),s=new A.bA(s,s.gn(s)),r=A.j(s).c;s.p();){q=s.d +if(q==null)q=r.a(q) +p=A.ep('["*/:<>?\\\\|]',!0,!1) +o=q.length +if(A.am8(q,p,0)){s=A.Y("Illegal character in path: "+q) +throw A.c(s)}}}, +aFB(a,b){var s +if(!(65<=a&&a<=90))s=97<=a&&a<=122 +else s=!0 +if(s)return +s=A.Y("Illegal drive letter "+A.akP(a)) +throw A.c(s)}, +aFD(a){var s +if(a.length===0)return B.pC +s=A.arM(a) +s.Rp(s,A.at4()) +return A.ajm(s,t.N,t.yp)}, +alk(a,b){if(a!=null&&a===A.arB(b))return null +return a}, +arF(a,b,c,d){var s,r,q,p,o,n +if(a==null)return null +if(b===c)return"" +if(B.c.aj(a,b)===91){s=c-1 +if(B.c.aj(a,s)!==93)A.v4(a,b,"Missing end `]` to match `[` in host") +r=b+1 +q=A.aFC(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.cl("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.cl("") +if(r>>4]&1<<(o&15))!==0)A.v4(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.v4(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.c.a7(a,b,c) +return A.aFz(r?a.toLowerCase():a)}, +aFz(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +arI(a,b,c){if(a==null)return"" +return A.Dy(a,b,c,B.CK,!1,!1)}, +arG(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null)return r?"/":"" +else s=A.Dy(a,b,c,B.kx,!0,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.c.c9(s,"/"))s="/"+s +return A.aFH(s,e,f)}, +aFH(a,b,c){var s=b.length===0 +if(s&&!c&&!B.c.c9(a,"/")&&!B.c.c9(a,"\\"))return A.alm(a,!s||c) +return A.lD(a)}, +arH(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.c(A.cp("Both query and queryParameters specified",null)) +return A.Dy(a,b,c,B.dP,!0,!1)}if(d==null)return null +s=new A.cl("") +r.a="" +d.a0(0,new A.ag0(new A.ag1(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +arE(a,b,c){if(a==null)return null +return A.Dy(a,b,c,B.dP,!0,!1)}, +all(a,b,c){var s,r,q,p,o,n=b+2 +if(n>=a.length)return"%" +s=B.c.aj(a,b+1) +r=B.c.aj(a,n) +q=A.ahS(s) +p=A.ahS(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.dM[B.e.bT(o,4)]&1<<(o&15))!==0)return A.c4(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.c.a7(a,b,b+3).toUpperCase() +return null}, +alj(a){var s,r,q,p,o,n="0123456789ABCDEF" +if(a<128){s=new Uint8Array(3) +s[0]=37 +s[1]=B.c.Z(n,a>>>4) +s[2]=B.c.Z(n,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.a4c(a,6*q)&63|r +s[p]=37 +s[p+1]=B.c.Z(n,o>>>4) +s[p+2]=B.c.Z(n,o&15) +p+=3}}return A.pp(s,0,null)}, +Dy(a,b,c,d,e,f){var s=A.arK(a,b,c,d,e,f) +return s==null?B.c.a7(a,b,c):s}, +arK(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.all(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.ky[o>>>4]&1<<(o&15))!==0){A.v4(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.arD(B.c.Z(a,0)))for(s=1;s127||(B.ko[r>>>4]&1<<(r&15))===0)break}return a}, +aFJ(a,b){if(a.D0("package")&&a.c==null)return A.asF(b,0,b.length) +return-1}, +arN(a){var s,r,q,p=a.gpf(),o=p.length +if(o>0&&J.bo(p[0])===2&&J.aiU(p[0],1)===58){A.aFB(J.aiU(p[0],0),!1) +A.arA(p,!1,1) +s=!0}else{A.arA(p,!1,0) +s=!1}r=a.gwA()&&!s?""+"\\":"" +if(a.goV()){q=a.glI(a) +if(q.length!==0)r=r+"\\"+q+"\\"}r=A.N9(r,p,"\\") +o=s&&o===1?r+"\\":r +return o.charCodeAt(0)==0?o:o}, +aFE(){return A.a([],t.s)}, +arM(a){var s,r,q,p,o,n=A.E(t.N,t.yp),m=new A.ag2(a,B.I,n) +for(s=a.length,r=0,q=0,p=-1;r127)throw A.c(A.cp("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.c(A.cp("Truncated URI",null)) +p.push(A.aFF(a,o+1)) +o+=2}else if(e&&r===43)p.push(32) +else p.push(r)}}return d.dr(0,p)}, +arD(a){var s=a|32 +return 97<=s&&s<=122}, +aEw(a){if(!a.D0("data"))throw A.c(A.eK(a,"uri","Scheme must be 'data'")) +if(a.goV())throw A.c(A.eK(a,"uri","Data uri must not have authority")) +if(a.gwC())throw A.c(A.eK(a,"uri","Data uri must not have a fragment part")) +if(!a.gmQ())return A.aaG(a.geJ(a),0,a) +return A.aaG(a.h(0),5,a)}, +aaG(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.a([b-1],t.t) +for(s=a.length,r=b,q=-1,p=null;rb)throw A.c(A.bP(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.b.gU(j) +if(p!==44||r!==n+7||!B.c.d6(a,"base64",n+1))throw A.c(A.bP("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.xl.aaN(0,a,m,s) +else{l=A.arK(a,m,s,B.dP,!0,!1) +if(l!=null)a=B.c.nh(a,m,s,l)}return new A.aaF(a,j,c)}, +aGk(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.aoS(22,t.p) +for(s=0;s<22;++s)f[s]=new Uint8Array(96) +r=new A.agB(f) +q=new A.agC() +p=new A.agD() +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}, +asD(a,b,c,d,e){var s,r,q,p,o=$.awA() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +aru(a){if(a.b===7&&B.c.c9(a.a,"package")&&a.c<=0)return A.asF(a.a,a.e,a.f) +return-1}, +aHu(a,b){return A.a34(b,t.N)}, +asF(a,b,c){var s,r,q +for(s=b,r=0;s")),r=new A.bj(s,b.i("bj<0>")) +a.then(A.q2(new A.aim(r),1),A.q2(new A.ain(r),1)) +return s}, +ass(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}, +Wg(a){if(A.ass(a))return a +return new A.ahB(new A.uH(t.Fy)).$1(a)}, +ai4:function ai4(a){this.a=a}, +aim:function aim(a){this.a=a}, +ain:function ain(a){this.a=a}, +ahB:function ahB(a){this.a=a}, +Kd:function Kd(a){this.a=a}, +aJh(a,b){return Math.max(A.ft(a),A.ft(b))}, +aJE(a){return Math.sqrt(a)}, +aIw(a){return Math.exp(a)}, +Ee(a,b){return Math.pow(a,b)}, +arZ(a){if(a===-1/0)return 0 +return-a*0}, +CJ:function CJ(){}, +yw:function yw(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +iA:function iA(){}, +Jb:function Jb(){}, +iF:function iF(){}, +Kf:function Kf(){}, +L_:function L_(){}, +Na:function Na(){}, +iW:function iW(){}, +NT:function NT(){}, +Rk:function Rk(){}, +Rl:function Rl(){}, +S2:function S2(){}, +S3:function S3(){}, +TX:function TX(){}, +TY:function TY(){}, +Uz:function Uz(){}, +UA:function UA(){}, +ayb(a,b,c){return A.eX(a,b,c)}, +Hu:function Hu(){}, +yP(a,b,c){if(b==null)if(a==null)return null +else return a.am(0,1-c) +else if(a==null)return b.am(0,c) +else return new A.r(A.kd(a.a,b.a,c),A.kd(a.b,b.b,c))}, +akM(a,b,c){if(b==null)if(a==null)return null +else return a.am(0,1-c) +else if(a==null)return b.am(0,c) +else return new A.R(A.kd(a.a,b.a,c),A.kd(a.b,b.b,c))}, +a62(a,b){var s=a.a,r=b*2/2,q=a.b +return new A.G(s-r,q-r,s+r,q+r)}, +apV(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new A.G(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +aCQ(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new A.G(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.G(r*c,q*c,p*c,o*c) +else return new A.G(A.kd(a.a,r,c),A.kd(a.b,q,c),A.kd(a.c,p,c),A.kd(a.d,o,c))}}, +Le(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new A.aL(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new A.aL(r*c,q*c) +else return new A.aL(A.kd(a.a,r,c),A.kd(a.b,q,c))}}, +akx(a,b){var s=b.a,r=b.b +return new A.iH(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, +apS(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.iH(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)}, +Lb(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.iH(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, +aiB(a,b){var s=0,r=A.a5(t.H),q,p,o +var $async$aiB=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:q=new A.WZ(new A.aiC(),new A.aiD(a,b)) +p=self._flutter +o=p==null?null:p.loader +s=o==null||!("didCreateEngineInitializer" in o)?2:4 +break +case 2:self.window.console.debug("Flutter Web Bootstrap: Auto.") +s=5 +return A.a1(q.oa(),$async$aiB) +case 5:s=3 +break +case 4:self.window.console.debug("Flutter Web Bootstrap: Programmatic.") +o.didCreateEngineInitializer(q.abh()) +case 3:return A.a3(null,r)}}) +return A.a4($async$aiB,r)}, +aAY(a){switch(a.a){case 1:return"up" +case 0:return"down" +case 2:return"repeat"}}, +S(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}, +kd(a,b,c){return a*(1-c)+b*c}, +ah0(a,b,c){return a*(1-c)+b*c}, +ahv(a,b,c){if(ac)return c +if(isNaN(a))return c +return a}, +asA(a,b){return A.M(A.q1(B.d.ac((a.gl(a)>>>24&255)*b),0,255),a.gl(a)>>>16&255,a.gl(a)>>>8&255,a.gl(a)&255)}, +M(a,b,c,d){return new A.A(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +aji(a,b,c,d){return new A.A(((B.d.cM(d*255,1)&255)<<24|(a&255)<<16|(b&255)<<8|c&255)>>>0)}, +ajk(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.asA(a,1-c) +else if(a==null)return A.asA(b,c) +else return A.M(A.q1(B.d.S(A.ah0(a.gl(a)>>>24&255,b.gl(b)>>>24&255,c)),0,255),A.q1(B.d.S(A.ah0(a.gl(a)>>>16&255,b.gl(b)>>>16&255,c)),0,255),A.q1(B.d.S(A.ah0(a.gl(a)>>>8&255,b.gl(b)>>>8&255,c)),0,255),A.q1(B.d.S(A.ah0(a.gl(a)&255,b.gl(b)&255,c)),0,255))}, +anL(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.cM(m*p+s*(b.gl(b)>>>16&255),255),B.e.cM(m*n+s*(b.gl(b)>>>8&255),255),B.e.cM(m*q+s*(b.gl(b)&255),255)) +else{r=B.e.cM(r*s,255) +o=m+r +return A.M(o,B.e.h8(p*m+(b.gl(b)>>>16&255)*r,o),B.e.h8(n*m+(b.gl(b)>>>8&255)*r,o),B.e.h8(q*m+(b.gl(b)&255)*r,o))}}, +aC0(){return $.Z().af()}, +Ir(a,b,c,d,e,f){var s=f==null?null:A.q6(f) +return $.Z().MU(0,a,b,c,d,e,s)}, +ajW(a,b,c,d,e,f){var s,r +if(c.length!==d.length)A.a0(A.cp('"colors" and "colorStops" arguments must have equal length.',null)) +s=f!=null?A.q6(f):null +r=$.Z() +return r.MX(0,a,b,c,d,e,s)}, +Wn(a,b){return A.aJ_(a,b)}, +aJ_(a,b){var s=0,r=A.a5(t.hP),q,p=2,o,n=[],m,l,k,j,i,h,g,f +var $async$Wn=A.a6(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:s=b==null?3:5 +break +case 3:h=$.Z() +g=a.a +g.toString +q=h.rQ(g) +s=1 +break +s=4 +break +case 5:h=$.Z() +g=a.a +g.toString +s=6 +return A.a1(h.rQ(g),$async$Wn) +case 6:m=d +p=7 +s=10 +return A.a1(m.io(),$async$Wn) +case 10:l=d +try{g=J.aiW(l) +k=g.gaD(g) +g=J.aiW(l) +j=g.gaG(g) +i=b.$2(k,j) +g=a.a +g.toString +f=i.a +f=h.iR(g,!1,i.b,f) +q=f +n=[1] +s=8 +break}finally{J.aiW(l).q()}n.push(9) +s=8 +break +case 7:n=[2] +case 8:p=2 +m.q() +s=n.pop() +break +case 9:case 4:case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$Wn,r)}, +W7(a,b){var s=0,r=A.a5(t.H),q +var $async$W7=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:s=3 +return A.a1($.Z().iR(a,!0,null,null),$async$W7) +case 3:s=2 +return A.a1(d.io(),$async$W7) +case 2:q=d +b.$1(q.gfq(q)) +return A.a3(null,r)}}) +return A.a4($async$W7,r)}, +aDv(a,b,c){var s,r,q=A.x(a.a,b.a,c) +q.toString +s=A.yP(a.b,b.b,c) +s.toString +r=A.kd(a.c,b.c,c) +return new A.n5(q,s,r)}, +aDw(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)a=A.a([],t.kO) +if(b==null)b=A.a([],t.kO) +s=A.a([],t.kO) +r=Math.min(a.length,b.length) +for(q=0;q=0}else q=!1 +if(!q)break +if(r>s)return-1 +if(A.alX(a,c,d,r)&&A.alX(a,c,d,r+p))return r +c=r+1}return-1}return A.aGC(a,b,c,d)}, +aGC(a,b,c,d){var s,r,q,p=new A.kn(a,d,c,0) +for(s=b.length;r=p.lP(),r>=0;){q=r+s +if(q>d)break +if(B.c.d6(a,b,r)&&A.alX(a,c,d,q))return r}return-1}, +iS:function iS(a){this.a=a}, +tM:function tM(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +ai9(a,b,c,d){if(d===208)return A.aJc(a,b,c) +if(d===224){if(A.aJb(a,b,c)>=0)return 145 +return 64}throw A.c(A.ab("Unexpected state: "+B.e.j3(d,16)))}, +aJc(a,b,c){var s,r,q,p,o +for(s=c,r=0;q=s-2,q>=b;s=q){p=B.c.aj(a,s-1) +if((p&64512)!==56320)break +o=B.c.aj(a,q) +if((o&64512)!==55296)break +if(A.vd(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +aJb(a,b,c){var s,r,q,p,o +for(s=c;s>b;){--s +r=B.c.aj(a,s) +if((r&64512)!==56320)q=A.Eb(r) +else{if(s>b){--s +p=B.c.aj(a,s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=A.vd(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +alX(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=u.q +if(b=c)return!0 +n=B.c.aj(a,o) +if((n&64512)!==56320)return!0 +p=A.vd(s,n)}else return(q&64512)!==55296 +if((q&64512)!==56320){m=A.Eb(q) +d=r}else{d-=2 +if(b<=d){l=B.c.aj(a,d) +if((l&64512)!==55296)return!0 +m=A.vd(l,q)}else return!0}k=B.c.Z(j,B.c.Z(j,p|176)&240|m) +return((k>=208?A.ai9(a,b,d,k):k)&1)===0}return b!==c}, +kn:function kn(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Xe:function Xe(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Is:function Is(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +ash(a){var s,r,q,p,o="0123456789abcdef",n=a.length,m=new Uint8Array(n*2) +for(s=0,r=0;s>>4&15) +r=p+1 +m[p]=B.c.Z(o,q&15)}return A.pp(m,0,null)}, +H3:function H3(a){this.a=a}, +Zg:function Zg(){this.a=null}, +a16:function a16(){}, +a17:function a17(){}, +afy:function afy(){}, +afA:function afA(){}, +afz:function afz(a,b,c,d,e){var _=this +_.w=a +_.x=b +_.a=c +_.c=d +_.d=0 +_.e=e +_.f=!1}, +aJe(){var s,r +if($.bt==null)A.aEJ() +s=$.bt +s.toString +r=$.aR().d.j(0,0) +r.toString +s.Sq(new A.Oo(r,new A.JS(null),new A.kC(r,t.bT))) +s.F0() +return null}, +aAn(a){var s=null +return new A.xf(new A.rl(A.aCX(s,s,new A.oY("https://raw.githubusercontent.com/Shashank02051997/FancyGifDialog-Android/master/GIF's/gif14.gif",1,s)),200,B.iB,s),A.hi("Image Animation",B.aZ),A.hi("This is a image animation dialog box. This library helps you easily create fancy giffy dialog.",B.aZ),A.a([A.u_(B.hX,s,new A.a0Q(a),s),A.u_(B.hW,s,new A.a0R(a),s)],t.D))}, +aAp(a){var s=null +return new A.xf(new A.tq("https://cdn.rive.app/animations/vehicles.riv",B.iB,A.qA(new A.w5(s,s,s,s,s,s,s),s,s),s),A.hi("Rive Animation",B.aZ),A.hi("This is a rive animation dialog box. This library helps you easily create fancy giffy dialog.",B.aZ),A.a([A.u_(B.hX,s,new A.a0U(a),s),A.u_(B.hW,s,new A.a0V(a),s)],t.D))}, +aAo(a){var s=null +return new A.xf(new A.rT(new A.K6("https://raw.githubusercontent.com/xvrh/lottie-flutter/master/example/assets/Mobilo/A.json",s,s),s,s,s,s,s,s,s,s,s,s,200,B.xd,s,s,s,s,s,s),A.hi("Lottie Animation",B.aZ),A.hi("This is a lottie animation dialog box. This library helps you easily create fancy giffy dialog.",B.aZ),A.a([A.u_(B.hX,s,new A.a0S(a),s),A.u_(B.hW,s,new A.a0T(a),s)],t.D))}, +JS:function JS(a){this.a=a}, +a4b:function a4b(){}, +JT:function JT(a){this.a=a}, +JA:function JA(a){this.a=a}, +a3A:function a3A(){}, +xg:function xg(a,b){this.a=a +this.b=b}, +ue:function ue(a,b){this.c=a +this.a=b}, +aav:function aav(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aax:function aax(a){this.a=a}, +aaz:function aaz(a,b){this.a=a +this.b=b}, +aaw:function aaw(a){this.a=a}, +aay:function aay(a){this.a=a}, +aaq:function aaq(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aas:function aas(a){this.a=a}, +aau:function aau(a,b){this.a=a +this.b=b}, +aar:function aar(a){this.a=a}, +aat:function aat(a){this.a=a}, +aaA:function aaA(a,b){this.a=a +this.b=b}, +aap:function aap(a){this.a=a}, +aaB:function aaB(a,b,c){this.a=a +this.b=b +this.c=c}, +aao:function aao(a){this.a=a}, +xf:function xf(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a0Q:function a0Q(a){this.a=a}, +a0R:function a0R(a){this.a=a}, +a0U:function a0U(a){this.a=a}, +a0V:function a0V(a){this.a=a}, +a0S:function a0S(a){this.a=a}, +a0T:function a0T(a){this.a=a}, +j8:function j8(a,b){this.a=a +this.b=b}, +bZ:function bZ(){}, +eJ(a,b,c,d,e){var s=new A.qh(0,1,a,B.wp,b,c,B.al,B.K,new A.bF(A.a([],t.c),t.d),new A.bF(A.a([],t.u),t.fy)) +s.r=e.BV(s.gGN()) +s.Ae(d==null?0:d) +return s}, +aK6(a,b,c){var s=new A.qh(-1/0,1/0,a,B.wq,null,null,B.al,B.K,new A.bF(A.a([],t.c),t.d),new A.bF(A.a([],t.u),t.fy)) +s.r=c.BV(s.gGN()) +s.Ae(b) +return s}, +up:function up(a,b){this.a=a +this.b=b}, +EB:function EB(a,b){this.a=a +this.b=b}, +qh:function qh(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 +_.b7$=i +_.b_$=j}, +adQ:function adQ(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +af4:function af4(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +OK:function OK(){}, +OL:function OL(){}, +OM:function OM(){}, +tg(a){var s=new A.zg(new A.bF(A.a([],t.c),t.d),new A.bF(A.a([],t.u),t.fy),0) +s.c=a +if(a==null){s.a=B.K +s.b=0}return s}, +hy(a,b,c){var s,r=new A.wn(b,a,c) +r.KQ(b.gbr(b)) +b.cq() +s=b.b7$ +s.b=!0 +s.a.push(r.gKP()) +return r}, +akX(a,b,c){var s,r,q=new A.pG(a,b,c,new A.bF(A.a([],t.c),t.d),new A.bF(A.a([],t.u),t.fy)) +if(J.e(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.Q3 +else q.c=B.Q2 +s=a}s.fK(q.go1()) +s=q.gBe() +q.a.ag(0,s) +r=q.b +if(r!=null){r.cq() +r=r.b_$ +r.b=!0 +r.a.push(s)}return q}, +anf(a,b,c){return new A.vz(a,b,new A.bF(A.a([],t.c),t.d),new A.bF(A.a([],t.u),t.fy),0,c.i("vz<0>"))}, +OE:function OE(){}, +OF:function OF(){}, +vA:function vA(){}, +zg:function zg(a,b,c){var _=this +_.c=_.b=_.a=null +_.b7$=a +_.b_$=b +_.i0$=c}, +iJ:function iJ(a,b,c){this.a=a +this.b7$=b +this.i0$=c}, +wn:function wn(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +Uy:function Uy(a,b){this.a=a +this.b=b}, +pG:function pG(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.b7$=d +_.b_$=e}, +qJ:function qJ(){}, +vz:function vz(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.b7$=c +_.b_$=d +_.i0$=e +_.$ti=f}, +By:function By(){}, +Bz:function Bz(){}, +BA:function BA(){}, +PH:function PH(){}, +SS:function SS(){}, +ST:function ST(){}, +SU:function SU(){}, +Tg:function Tg(){}, +Th:function Th(){}, +Uv:function Uv(){}, +Uw:function Uw(){}, +Ux:function Ux(){}, +yY:function yY(){}, +ey:function ey(){}, +Ca:function Ca(){}, +A0:function A0(a){this.a=a}, +hF:function hF(a,b,c){this.a=a +this.b=b +this.c=c}, +NG:function NG(){}, +ex:function ex(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +NF:function NF(){}, +rd:function rd(a){this.a=a}, +PM:function PM(){}, +vx:function vx(){}, +vw:function vw(){}, +nO:function nO(){}, +lR:function lR(){}, +hl(a,b,c){return new A.aZ(a,b,c.i("aZ<0>"))}, +fx(a){return new A.im(a)}, +aD:function aD(){}, +b2:function b2(a,b,c){this.a=a +this.b=b +this.$ti=c}, +fo:function fo(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}, +zV:function zV(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +fS:function fS(a,b){this.a=a +this.b=b}, +zq:function zq(a,b){this.a=a +this.b=b}, +mk:function mk(a,b){this.a=a +this.b=b}, +im:function im(a){this.a=a}, +DL:function DL(){}, +aEs(a,b){var s=new A.Bc(A.a([],b.i("l>")),A.a([],t.mz),b.i("Bc<0>")) +s.Xg(a,b) +return s}, +aqW(a,b,c){return new A.ud(a,b,c.i("ud<0>"))}, +Bc:function Bc(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ud:function ud(a,b,c){this.a=a +this.b=b +this.$ti=c}, +R9:function R9(a,b){this.a=a +this.b=b}, +ayM(a,b){if(a==null)return null +return a instanceof A.il?a.abP(b):a}, +il:function il(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}, +YT:function YT(a){this.a=a}, +PC:function PC(){}, +anQ(a,b,c,d,e,f,g,h){return new A.GE(g,b,h,c,e,a,d,f)}, +GE:function GE(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}, +PD:function PD(){}, +PE:function PE(){}, +GV:function GV(){}, +ayN(a){var s +if(a.gP_())return!1 +s=a.kt$ +if(s!=null&&s.length!==0)return!1 +s=a.go +if(s.gbr(s)!==B.V)return!1 +s=a.id +if(s.gbr(s)!==B.K)return!1 +if(a.a.CW.a)return!1 +return!0}, +ayO(a,b,c,d,e,f){var s,r,q,p=a.a.CW.a,o=p?c:A.hy(B.jd,c,new A.rd(B.jd)),n=$.awt(),m=t.m +m.a(o) +s=p?d:A.hy(B.jI,d,B.zI) +r=$.awm() +m.a(s) +p=p?c:A.hy(B.jI,c,null) +q=$.avL() +return new A.GF(new A.b2(o,n,n.$ti.i("b2")),new A.b2(s,r,r.$ti.i("b2")),new A.b2(m.a(p),q,A.j(q).i("b2")),new A.uv(e,new A.YV(a),new A.YW(a,f),null,f.i("uv<0>")),null)}, +acf(a,b,c){var s,r,q,p,o,n,m +if(a==b)return a +if(a==null){s=b.a +if(s==null)s=b +else{r=A.ad(s).i("aw<1,A>") +r=new A.iZ(A.ah(new A.aw(s,new A.acg(c),r),!0,r.i("bs.E"))) +s=r}return s}if(b==null){s=a.a +if(s==null)s=a +else{r=A.ad(s).i("aw<1,A>") +r=new A.iZ(A.ah(new A.aw(s,new A.ach(c),r),!0,r.i("bs.E"))) +s=r}return s}s=A.a([],t.t_) +for(r=b.a,q=a.a,p=q==null,o=0;o"))) +return new A.rf(r)}, +ajK(a){return new A.rf(a)}, +aA9(a){return a}, +aoo(a,b){if(a.r&&!0)return +if($.ajL===0||!1)A.aIf(J.ev(a.a),100,a.b) +else A.ail().$1("Another exception was thrown: "+a.gTa().h(0)) +$.ajL=$.ajL+1}, +aAa(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.be(["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.aDS(J.axg(a,"\n")) +for(s=0,r=0;q=d.length,r0)q.push(h.a)}B.b.it(q) +if(s===1)j.push("(elided one frame from "+B.b.gl5(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+B.b.gU(q) +l="(elided "+s +if(q.length>2)j.push(l+" frames from "+B.b.cs(q,", ")+")") +else j.push(l+" frames from "+B.b.cs(q," ")+")")}return j}, +ez(a){var s=$.i8() +if(s!=null)s.$1(a)}, +aIf(a,b,c){var s,r +A.ail().$1(a) +s=A.a(B.c.El(J.ev(c==null?A.aqB():A.aA9(c))).split("\n"),t.s) +r=s.length +s=J.axv(r!==0?new A.As(s,new A.ahC(),t.Ws):s,b) +A.ail().$1(B.b.cs(A.aAa(s),"\n"))}, +aEV(a,b,c){return new A.Qu(c,a,!0,!0,null,b)}, +nn:function nn(){}, +r6:function r6(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}, +HD:function HD(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}, +HC:function HC(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}, +c_:function c_(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +a_Z:function a_Z(a){this.a=a}, +rf:function rf(a){this.a=a}, +a00:function a00(){}, +a01:function a01(){}, +a02:function a02(){}, +ahC:function ahC(){}, +Qu:function Qu(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +Qw:function Qw(){}, +Qv:function Qv(){}, +EY:function EY(){}, +Xx:function Xx(a,b){this.a=a +this.b=b}, +hn(a){return new A.ul(a,$.bN())}, +aF:function aF(){}, +hv:function hv(){}, +Y3:function Y3(a){this.a=a}, +RF:function RF(a){this.a=a}, +ul:function ul(a,b){var _=this +_.a=a +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +az1(a,b,c){var s=null +return A.m6("",s,b,B.aR,a,!1,s,s,B.aj,s,!1,!1,!0,c,s,t.H)}, +m6(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.hz(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.i("hz<0>"))}, +ajt(a,b,c){return new A.H1(c,a,!0,!0,null,b)}, +cg(a){return B.c.pe(B.e.j3(J.v(a)&1048575,16),5,"0")}, +wy:function wy(a,b){this.a=a +this.b=b}, +kr:function kr(a,b){this.a=a +this.b=b}, +aev:function aev(){}, +eR:function eR(){}, +hz:function hz(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}, +wz:function wz(){}, +H1:function H1(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +ac:function ac(){}, +Ze:function Ze(){}, +jk:function jk(){}, +PT:function PT(){}, +ix:function ix(){}, +Jm:function Jm(){}, +Bd:function Bd(){}, +uj:function uj(a,b){this.a=a +this.$ti=b}, +ale:function ale(a){this.$ti=a}, +hH:function hH(){}, +xZ:function xZ(){}, +V:function V(){}, +yN(a){return new A.bF(A.a([],a.i("l<0>")),a.i("bF<0>"))}, +bF:function bF(a,b){var _=this +_.a=a +_.b=!1 +_.c=$ +_.$ti=b}, +xk:function xk(a,b){this.a=a +this.$ti=b}, +aHb(a){return A.ay(a,null,!1,t.X)}, +z7:function z7(a){this.a=a}, +afW:function afW(){}, +QE:function QE(a){this.a=a}, +nm:function nm(a,b){this.a=a +this.b=b}, +BY:function BY(a,b){this.a=a +this.b=b}, +ec:function ec(a,b){this.a=a +this.b=b}, +aaY(a){var s=new DataView(new ArrayBuffer(8)),r=A.bL(s.buffer,0,null) +return new A.aaW(new Uint8Array(a),s,r)}, +aaW:function aaW(a,b,c){var _=this +_.a=a +_.b=0 +_.c=!1 +_.d=b +_.e=c}, +zo:function zo(a){this.a=a +this.b=0}, +aDS(a){var s=t.ZK +return A.ah(new A.bJ(new A.dE(new A.bi(A.a(B.c.Rj(a).split("\n"),t.s),new A.a8H(),t.Hd),A.aJF(),t.C9),s),!0,s.i("k.E"))}, +aDR(a){var s,r,q="",p=$.avk().CC(a) +if(p==null)return null +s=A.a(p.b[1].split("."),t.s) +r=s.length>1?B.b.gG(s):q +return new A.iP(a,-1,q,q,q,-1,-1,r,s.length>1?A.dJ(s,1,null,t.N).cs(0,"."):B.b.gl5(s))}, +aDT(a){var s,r,q,p,o,n,m,l,k,j,i=null,h="" +if(a==="")return B.IM +else if(a==="...")return B.IL +if(!B.c.c9(a,"#"))return A.aDR(a) +s=A.ep("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0,!1).CC(a).b +r=s[2] +r.toString +q=A.vi(r,".","") +if(B.c.c9(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.lo(r,0,i) +m=n.geJ(n) +if(n.gj7()==="dart"||n.gj7()==="package"){l=n.gpf()[0] +m=B.c.QR(n.geJ(n),A.i(n.gpf()[0])+"/","")}else l=h +r=s[1] +r.toString +r=A.fQ(r,i) +k=n.gj7() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=A.fQ(j,i)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=A.fQ(s,i)}return new A.iP(a,r,k,l,m,j,s,p,q)}, +iP:function iP(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}, +a8H:function a8H(){}, +cn:function cn(a,b){this.a=a +this.$ti=b}, +a99:function a99(a){this.a=a}, +If:function If(a,b){this.a=a +this.b=b}, +dz:function dz(){}, +Ic:function Ic(a,b,c){this.a=a +this.b=b +this.c=c}, +uF:function uF(a){var _=this +_.a=a +_.b=!0 +_.d=_.c=!1 +_.e=null}, +adp:function adp(a){this.a=a}, +a0x:function a0x(a){this.a=a}, +a0z:function a0z(a,b){this.a=a +this.b=b}, +a0y:function a0y(a,b,c){this.a=a +this.b=b +this.c=c}, +aA8(a,b,c,d,e,f,g){return new A.x8(c,g,f,a,e,!1)}, +af6:function af6(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}, +ri:function ri(){}, +a0A:function a0A(a){this.a=a}, +a0B:function a0B(a,b){this.a=a +this.b=b}, +x8:function x8(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +asH(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}}, +aCc(a,b){var s=A.ad(a) +return new A.bJ(new A.dE(new A.bi(a,new A.a5r(),s.i("bi<1>")),new A.a5s(b),s.i("dE<1,b0?>")),t.FI)}, +a5r:function a5r(){}, +a5s:function a5s(a){this.a=a}, +o9:function o9(a){this.a=a}, +ku:function ku(a,b,c){this.a=a +this.b=b +this.d=c}, +jo:function jo(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +fd:function fd(a,b){this.a=a +this.b=b}, +a5u(a,b){var s,r +if(a==null)return b +s=new A.es(new Float64Array(3)) +s.f3(b.a,b.b,0) +r=a.kH(s).a +return new A.r(r[0],r[1])}, +a5t(a,b,c,d){if(a==null)return c +if(b==null)b=A.a5u(a,d) +return b.a1(0,A.a5u(a,d.a1(0,c)))}, +apI(a){var s,r,q=new Float64Array(4),p=new A.k2(q) +p.yp(0,0,1,0) +s=new Float64Array(16) +r=new A.aJ(s) +r.bG(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.yn(2,p) +return r}, +aC9(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new A.p1(d,n,0,e,a,h,B.h,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +aCj(a,b,c,d,e,f,g,h,i,j,k){return new A.p5(c,k,0,d,a,f,B.h,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +aCe(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.kX(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)}, +aCb(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.mT(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)}, +aCd(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.mU(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)}, +aCa(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.kW(d,s,h,e,b,i,B.h,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +aCf(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.kY(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)}, +aCn(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.l_(e,a0,i,f,b,j,B.h,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +aCl(a,b,c,d,e,f){return new A.L2(e,b,f,0,c,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aCm(a,b,c,d,e){return new A.L3(b,e,0,c,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aCk(a,b,c,d,e,f){return new A.L1(e,b,f,0,c,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aCh(a,b,c,d,e,f){return new A.kZ(b,f,c,B.d3,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +aCi(a,b,c,d,e,f,g,h,i,j){return new A.p4(c,d,h,g,b,j,e,B.d3,a,f,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,i,null,null)}, +aCg(a,b,c,d,e,f){return new A.p3(b,f,c,B.d3,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +apG(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.p2(e,s,i,f,b,j,B.h,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +vb(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}}, +aHW(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}}, +b0:function b0(){}, +dK:function dK(){}, +Ox:function Ox(){}, +UF:function UF(){}, +Pk:function Pk(){}, +p1:function p1(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UB:function UB(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pu:function Pu(){}, +p5:function p5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UM:function UM(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pp:function Pp(){}, +kX:function kX(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UH:function UH(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pn:function Pn(){}, +mT:function mT(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UE:function UE(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Po:function Po(){}, +mU:function mU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UG:function UG(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pm:function Pm(){}, +kW:function kW(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UD:function UD(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pq:function Pq(){}, +kY:function kY(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UI:function UI(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Py:function Py(){}, +l_:function l_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UQ:function UQ(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +fH:function fH(){}, +Pw:function Pw(){}, +L2:function L2(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 +_.ae=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}, +UO:function UO(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Px:function Px(){}, +L3:function L3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UP:function UP(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pv:function Pv(){}, +L1:function L1(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 +_.ae=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}, +UN:function UN(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Ps:function Ps(){}, +kZ:function kZ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UK:function UK(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pt:function Pt(){}, +p4:function p4(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){var _=this +_.go=a +_.id=b +_.k1=c +_.k2=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}, +UL:function UL(a,b){var _=this +_.d=_.c=$ +_.e=a +_.f=b +_.b=_.a=$}, +Pr:function Pr(){}, +p3:function p3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UJ:function UJ(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Pl:function Pl(){}, +p2:function p2(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +UC:function UC(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Sj:function Sj(){}, +Sk:function Sk(){}, +Sl:function Sl(){}, +Sm:function Sm(){}, +Sn:function Sn(){}, +So:function So(){}, +Sp:function Sp(){}, +Sq:function Sq(){}, +Sr:function Sr(){}, +Ss:function Ss(){}, +St:function St(){}, +Su:function Su(){}, +Sv:function Sv(){}, +Sw:function Sw(){}, +Sx:function Sx(){}, +Sy:function Sy(){}, +Sz:function Sz(){}, +SA:function SA(){}, +SB:function SB(){}, +SC:function SC(){}, +SD:function SD(){}, +SE:function SE(){}, +SF:function SF(){}, +SG:function SG(){}, +SH:function SH(){}, +SI:function SI(){}, +SJ:function SJ(){}, +SK:function SK(){}, +SL:function SL(){}, +SM:function SM(){}, +SN:function SN(){}, +VJ:function VJ(){}, +VK:function VK(){}, +VL:function VL(){}, +VM:function VM(){}, +VN:function VN(){}, +VO:function VO(){}, +VP:function VP(){}, +VQ:function VQ(){}, +VR:function VR(){}, +VS:function VS(){}, +VT:function VT(){}, +VU:function VU(){}, +VV:function VV(){}, +VW:function VW(){}, +VX:function VX(){}, +VY:function VY(){}, +VZ:function VZ(){}, +aot(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?A.X(s,0,1):s}, +uC:function uC(a,b){this.a=a +this.b=b}, +is:function is(a,b,c,d,e,f,g){var _=this +_.ch=_.ay=_.ax=_.at=null +_.dx=_.db=$ +_.dy=a +_.f=b +_.r=c +_.a=d +_.b=null +_.c=e +_.d=f +_.e=g}, +H0:function H0(a){this.a=a}, +aoC(){var s=A.a([],t.om),r=new A.aJ(new Float64Array(16)) +r.bs() +return new A.jt(s,A.a([r],t.rE),A.a([],t.cR))}, +kD:function kD(a,b){this.a=a +this.b=null +this.$ti=b}, +v3:function v3(){}, +RA:function RA(a){this.a=a}, +S4:function S4(a){this.a=a}, +jt:function jt(a,b,c){this.a=a +this.b=b +this.c=c}, +aBf(a,b,c){var s=b==null?B.jR:b,r=t.S,q=A.d3(null,null,r),p=A.aJa() +return new A.iB(s,null,B.bQ,A.E(r,t.SP),q,a,c,p,A.E(r,t.Au))}, +aBg(a){return a===1||a===2||a===4}, +Jp:function Jp(a){this.b=a}, +a39:function a39(a){this.b=a}, +Jo:function Jo(a,b){this.b=a +this.c=b}, +iB:function iB(a,b,c,d,e,f,g,h,i){var _=this +_.k2=!1 +_.aH=_.ae=_.ah=_.X=_.P=_.az=_.aC=_.y2=_.y1=_.xr=_.x2=_.x1=_.to=_.ry=_.rx=_.RG=_.R8=_.p4=_.p3=_.p2=_.p1=_.ok=_.k4=_.k3=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +a38:function a38(a,b){this.a=a +this.b=b}, +a37:function a37(a,b){this.a=a +this.b=b}, +a36:function a36(a,b){this.a=a +this.b=b}, +lE:function lE(a,b,c){this.a=a +this.b=b +this.c=c}, +alb:function alb(a,b){this.a=a +this.b=b}, +a5B:function a5B(a){this.a=a +this.b=$}, +a5C:function a5C(){}, +Ja:function Ja(a,b,c){this.a=a +this.b=b +this.c=c}, +azG(a){return new A.nk(a.gf_(a),A.ay(20,null,!1,t.av))}, +azH(a){return a===1}, +aEE(a,b){var s=t.S,r=A.d3(null,null,s),q=A.am0() +return new A.iY(B.b9,A.am_(),B.bE,A.E(s,t.GY),A.w(s),A.E(s,t.SP),r,a,b,q,A.E(s,t.Au))}, +aoD(a,b){var s=t.S,r=A.d3(null,null,s),q=A.am0() +return new A.iu(B.b9,A.am_(),B.bE,A.E(s,t.GY),A.w(s),A.E(s,t.SP),r,a,b,q,A.E(s,t.Au))}, +BK:function BK(a,b){this.a=a +this.b=b}, +wF:function wF(){}, +ZM:function ZM(a,b){this.a=a +this.b=b}, +ZR:function ZR(a,b){this.a=a +this.b=b}, +ZS:function ZS(a,b){this.a=a +this.b=b}, +ZN:function ZN(){}, +ZO:function ZO(a,b){this.a=a +this.b=b}, +ZP:function ZP(a){this.a=a}, +ZQ:function ZQ(a,b){this.a=a +this.b=b}, +iY:function iY(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=b +_.fr=c +_.fy=_.fx=$ +_.k1=_.id=_.go=null +_.k2=$ +_.k3=d +_.k4=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +iu:function iu(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=b +_.fr=c +_.fy=_.fx=$ +_.k1=_.id=_.go=null +_.k2=$ +_.k3=d +_.k4=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +iG:function iG(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=b +_.fr=c +_.fy=_.fx=$ +_.k1=_.id=_.go=null +_.k2=$ +_.k3=d +_.k4=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +aBO(a){return a===1}, +yt:function yt(){}, +ys:function ys(){}, +a45:function a45(a,b){this.a=a +this.b=b}, +R_:function R_(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.w=_.r=null}, +IG:function IG(a,b,c,d,e){var _=this +_.r=a +_.a=b +_.b=null +_.c=c +_.d=d +_.e=e}, +azE(a){return a===1}, +Pz:function Pz(){this.a=!1}, +v1:function v1(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=!1}, +ip:function ip(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}, +a5w:function a5w(a,b){this.a=a +this.b=b}, +a5y:function a5y(){}, +a5x:function a5x(a,b,c){this.a=a +this.b=b +this.c=c}, +a5z:function a5z(){this.b=this.a=null}, +aAm(a){return!0}, +ZT:function ZT(a,b){this.a=a +this.b=b}, +dk:function dk(){}, +yR:function yR(){}, +xe:function xe(a,b){this.a=a +this.b=b}, +td:function td(){}, +a5G:function a5G(a,b){this.a=a +this.b=b}, +hQ:function hQ(a,b){this.a=a +this.b=b}, +QH:function QH(){}, +aE4(a,b){var s=t.S,r=A.d3(null,null,s) +return new A.iT(B.br,18,B.bQ,A.E(s,t.SP),r,a,b,A.am4(),A.E(s,t.Au))}, +tU:function tU(a,b){this.a=a +this.c=b}, +tV:function tV(){}, +EW:function EW(){}, +iT:function iT(a,b,c,d,e,f,g,h,i){var _=this +_.I=_.ar=_.O=_.e5=_.dJ=_.e4=_.aH=_.ae=_.ah=_.X=_.P=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +a9d:function a9d(a,b){this.a=a +this.b=b}, +a9e:function a9e(a,b){this.a=a +this.b=b}, +a9f:function a9f(a,b){this.a=a +this.b=b}, +a9g:function a9g(a,b){this.a=a +this.b=b}, +a9h:function a9h(a){this.a=a}, +ho:function ho(a){this.a=a}, +Oj:function Oj(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Si:function Si(a,b){this.a=a +this.b=b}, +nk:function nk(a,b){this.a=a +this.b=b +this.c=0}, +Oy:function Oy(){}, +ab4:function ab4(a,b){this.a=a +this.b=b}, +uo:function uo(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +ER:function ER(a){this.a=a}, +Xf:function Xf(){}, +Xg:function Xg(){}, +Xh:function Xh(){}, +EQ:function EQ(a,b,c,d){var _=this +_.c=a +_.d=b +_.f=c +_.a=d}, +Hj:function Hj(a){this.a=a}, +ZU:function ZU(){}, +ZV:function ZV(){}, +ZW:function ZW(){}, +Hi:function Hi(a,b,c,d){var _=this +_.c=a +_.d=b +_.f=c +_.a=d}, +Ht:function Ht(a){this.a=a}, +a_c:function a_c(){}, +a_d:function a_d(){}, +a_e:function a_e(){}, +Hs:function Hs(a,b,c,d){var _=this +_.c=a +_.d=b +_.f=c +_.a=d}, +axB(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.qd(r,q,p,n)}, +qd:function qd(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +OA:function OA(){}, +aBr(){return new A.xm(new A.a3s(),A.E(t.K,t.Qu))}, +aa2:function aa2(a,b){this.a=a +this.b=b}, +oL:function oL(a,b,c,d,e,f){var _=this +_.e=a +_.CW=b +_.cy=c +_.db=d +_.p4=e +_.a=f}, +a3s:function a3s(){}, +a3w:function a3w(){}, +Ci:function Ci(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +ae6:function ae6(){}, +ae7:function ae7(){}, +axL(a,b){var s=A.aa(a).RG.Q +if(s==null)s=56 +return s+0}, +afN:function afN(a){this.b=a}, +SQ:function SQ(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +vF:function vF(a,b,c){this.e=a +this.fx=b +this.a=c}, +WY:function WY(a,b){this.a=a +this.b=b}, +Bm:function Bm(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +abh:function abh(){}, +OP:function OP(a,b){this.c=a +this.a=b}, +T0:function T0(a,b,c,d){var _=this +_.v=null +_.a2=a +_.a_=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +abf:function abf(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.ay=a +_.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}, +abg:function abg(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}, +axJ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.qj(b==null?null:b,e,d,g,h,j,i,f,a,c,l,n,o,m,k)}, +axK(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.S(a.c,b.c,c) +p=A.S(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.dq(a.r,b.r,c) +l=A.kE(a.w,b.w,c) +k=A.kE(a.x,b.x,c) +j=c<0.5 +if(j)i=a.y +else i=b.y +h=A.S(a.z,b.z,c) +g=A.S(a.Q,b.Q,c) +f=A.aY(a.as,b.as,c) +e=A.aY(a.at,b.at,c) +if(j)j=a.ax +else j=b.ax +return A.axJ(k,s,i,q,r,l,p,o,m,n,j,h,e,g,f)}, +qj:function qj(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}, +OO:function OO(){}, +aHd(a,b){var s,r,q,p,o=A.aO("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.aN()}, +yh:function yh(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +a3u:function a3u(a,b){this.a=a +this.b=b}, +ut:function ut(a,b){this.a=a +this.b=b}, +lu:function lu(a,b){this.a=a +this.b=b}, +rV:function rV(a,b){var _=this +_.e=!0 +_.r=_.f=$ +_.a=a +_.b=b}, +a3v:function a3v(a,b){this.a=a +this.b=b}, +axR(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.S(a.c,b.c,c) +p=A.S(a.d,b.d,c) +o=A.aY(a.e,b.e,c) +n=A.dO(a.f,b.f,c) +m=A.Et(a.r,b.r,c) +return new A.vN(s,r,q,p,o,n,m,A.yP(a.w,b.w,c))}, +vN:function vN(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}, +OW:function OW(){}, +yf:function yf(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}, +Rw:function Rw(){}, +ay1(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.S(a.b,b.b,c) +if(c<0.5)q=a.c +else q=b.c +p=A.S(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +return new A.vQ(s,r,q,p,o,n,A.dO(a.r,b.r,c))}, +vQ:function vQ(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +P_:function P_(){}, +ay2(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.S(a.b,b.b,c) +q=A.kE(a.c,b.c,c) +p=A.kE(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.aY(a.r,b.r,c) +l=A.aY(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.vR(s,r,q,p,o,n,m,l,j,i,h,g,f,k)}, +vR:function vR(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}, +P0:function P0(){}, +ay3(a,b,c,d,e,f,g,h,i,j,k,l){return new A.vS(a,h,c,g,l,j,i,b,f,k,d,e,null)}, +al3(a){var s=null +return new A.abq(a,s,s,1,s,s,s,1,B.Hi,s,s,s,s,B.x8)}, +vS:function vS(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.y=f +_.z=g +_.Q=h +_.at=i +_.ax=j +_.ay=k +_.ch=l +_.a=m}, +Bp:function Bp(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +abt:function abt(a){this.a=a}, +abr:function abr(a){this.a=a}, +abs:function abs(a,b){this.a=a +this.b=b}, +Q6:function Q6(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +acE:function acE(a){this.a=a}, +acF:function acF(a){this.a=a}, +P1:function P1(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +CK:function CK(a,b,c,d,e,f){var _=this +_.v=a +_.a2=b +_.a_=c +_.b0=d +_.C$=e +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +pU:function pU(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.a=j +_.$ti=k}, +uO:function uO(a,b,c){var _=this +_.d=a +_.a=null +_.b=b +_.c=null +_.$ti=c}, +aeg:function aeg(a,b){this.a=a +this.b=b}, +aef:function aef(a,b){this.a=a +this.b=b}, +aee:function aee(a){this.a=a}, +yp:function yp(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 +_.dE=a +_.e6=b +_.eh=c +_.jx=d +_.Cz=e +_.jy=f +_.lA=g +_.lB=h +_.eV=i +_.v=j +_.a2=k +_.a_=l +_.b0=m +_.av=n +_.b4=o +_.bv=p +_.aW=q +_.bN=r +_.fV=null +_.fr=s +_.fx=a0 +_.fy=!1 +_.id=_.go=null +_.k1=a1 +_.k2=a2 +_.k3=a3 +_.k4=a4 +_.ok=$ +_.p1=null +_.p2=$ +_.kt$=a5 +_.rw$=a6 +_.y=a7 +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=a8 +_.ay=!0 +_.CW=_.ch=null +_.e=a9 +_.a=null +_.b=b0 +_.c=b1 +_.d=b2 +_.$ti=b3}, +a3S:function a3S(a){this.a=a}, +abu:function abu(a,b){this.a=a +this.b=b}, +abq:function abq(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.at=a +_.ax=$ +_.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}, +ay4(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.S(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.S(a.r,b.r,c) +l=A.dq(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.akM(a.z,b.z,c) +if(k)k=a.Q +else k=b.Q +return new A.qu(s,r,q,p,o,n,m,l,j,i,h,k,A.nX(a.as,b.as,c))}, +qu:function qu(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}, +P2:function P2(){}, +zn:function zn(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}, +SY:function SY(a,b){var _=this +_.oF$=a +_.a=null +_.b=b +_.c=null}, +R3:function R3(a,b,c){this.e=a +this.c=b +this.a=c}, +CQ:function CQ(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +aeX:function aeX(a,b){this.a=a +this.b=b}, +Vu:function Vu(){}, +ay9(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.S(a.d,b.d,c) +n=A.S(a.e,b.e,c) +m=A.dO(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.vW(r,q,p,o,n,m,l,k,s)}, +vW:function vW(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}, +P4:function P4(){}, +vX(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.bk(a1,c,g,m,o,s,d,n,k,f,j,h,i,q,p,l,a2,a0,b,e,a,r)}, +lZ(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.aI(r,p,a8,A.Ef(),t.p8) +r=s?a5:a6.b +o=q?a5:a7.b +n=t._ +o=A.aI(r,o,a8,A.bO(),n) +r=s?a5:a6.c +r=A.aI(r,q?a5:a7.c,a8,A.bO(),n) +m=s?a5:a6.d +m=A.aI(m,q?a5:a7.d,a8,A.bO(),n) +l=s?a5:a6.e +l=A.aI(l,q?a5:a7.e,a8,A.bO(),n) +k=s?a5:a6.f +k=A.aI(k,q?a5:a7.f,a8,A.bO(),n) +j=s?a5:a6.r +i=q?a5:a7.r +h=t.PM +i=A.aI(j,i,a8,A.Wr(),h) +j=s?a5:a6.w +g=q?a5:a7.w +g=A.aI(j,g,a8,A.alQ(),t.pc) +j=s?a5:a6.x +f=q?a5:a7.x +e=t.tW +f=A.aI(j,f,a8,A.Eg(),e) +j=s?a5:a6.y +j=A.aI(j,q?a5:a7.y,a8,A.Eg(),e) +d=s?a5:a6.z +e=A.aI(d,q?a5:a7.z,a8,A.Eg(),e) +d=s?a5:a6.Q +n=A.aI(d,q?a5:a7.Q,a8,A.bO(),n) +d=s?a5:a6.as +h=A.aI(d,q?a5:a7.as,a8,A.Wr(),h) +d=s?a5:a6.at +d=A.aya(d,q?a5:a7.at,a8) +c=s?a5:a6.ax +b=q?a5:a7.ax +b=A.aI(c,b,a8,A.alJ(),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.Et(a4,q?a5:a7.db,a8) +if(c)s=s?a5:a6.dx +else s=q?a5:a7.dx +return A.vX(a4,a2,o,i,a3,j,r,n,h,e,f,a,m,g,l,b,d,s,k,a1,p,a0)}, +aya(a,b,c){if(a==null&&b==null)return null +return new A.Rm(a,b,c)}, +bk:function bk(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}, +Rm:function Rm(a,b,c){this.a=a +this.b=b +this.c=c}, +P5:function P5(){}, +anv(a,b,c,d){var s +if(d<=1)return a +else if(d>=3)return c +else if(d<=2){s=A.dO(a,b,d-1) +s.toString +return s}s=A.dO(b,c,d-2) +s.toString +return s}, +vY:function vY(){}, +Bs:function Bs(a,b,c){var _=this +_.r=_.f=_.e=_.d=null +_.dl$=a +_.bH$=b +_.a=null +_.b=c +_.c=null}, +ac_:function ac_(){}, +abX:function abX(a,b,c){this.a=a +this.b=b +this.c=c}, +abY:function abY(a,b){this.a=a +this.b=b}, +abZ:function abZ(a,b,c){this.a=a +this.b=b +this.c=c}, +abA:function abA(){}, +abB:function abB(){}, +abC:function abC(){}, +abN:function abN(){}, +abQ:function abQ(){}, +abR:function abR(){}, +abS:function abS(){}, +abT:function abT(){}, +abU:function abU(){}, +abV:function abV(){}, +abW:function abW(){}, +abD:function abD(){}, +abE:function abE(){}, +abF:function abF(){}, +abO:function abO(a){this.a=a}, +aby:function aby(a){this.a=a}, +abP:function abP(a){this.a=a}, +abx:function abx(a){this.a=a}, +abG:function abG(){}, +abH:function abH(){}, +abI:function abI(){}, +abJ:function abJ(){}, +abK:function abK(){}, +abL:function abL(){}, +abM:function abM(a){this.a=a}, +abz:function abz(){}, +RN:function RN(a){this.a=a}, +R4:function R4(a,b,c){this.e=a +this.c=b +this.a=c}, +CR:function CR(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +aeY:function aeY(a,b){this.a=a +this.b=b}, +DM:function DM(){}, +XN:function XN(a,b){this.a=a +this.b=b}, +Fd:function Fd(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}, +P6:function P6(){}, +ayf(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.S(a.e,b.e,c) +n=A.dO(a.f,b.f,c) +return new A.w0(s,r,q,p,o,n,A.dq(a.r,b.r,c))}, +w0:function w0(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +P9:function P9(){}, +ayh(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.aI(a.b,b.b,c,A.bO(),q) +o=A.aI(a.c,b.c,c,A.bO(),q) +q=A.aI(a.d,b.d,c,A.bO(),q) +n=A.S(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.dq(a.w,b.w,c)) +return new A.w2(r,p,o,q,n,m,s,l,A.ayg(a.x,b.x,c))}, +ayg(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.aA(a,b,c)}, +w2:function w2(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}, +Pa:function Pa(){}, +aym(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.x(a2.f,a3.f,a4) +m=A.x(a2.r,a3.r,a4) +l=A.x(a2.w,a3.w,a4) +k=a4<0.5 +if(k)j=a2.x!==!1 +else j=a3.x!==!1 +i=A.x(a2.y,a3.y,a4) +h=A.dO(a2.z,a3.z,a4) +g=A.dO(a2.Q,a3.Q,a4) +f=A.ayl(a2.as,a3.as,a4) +e=A.ayk(a2.at,a3.at,a4) +d=A.aY(a2.ax,a3.ax,a4) +c=A.aY(a2.ay,a3.ay,a4) +if(k){k=a2.ch +if(k==null)k=B.Y}else{k=a3.ch +if(k==null)k=B.Y}b=A.S(a2.CW,a3.CW,a4) +a=A.S(a2.cx,a3.cx,a4) +a0=a2.cy +if(a0==null)a1=a3.cy!=null +else a1=!0 +if(a1)a0=A.kE(a0,a3.cy,a4) +else a0=null +return new A.w4(s,r,q,p,o,n,m,l,j,i,h,g,f,e,d,c,k,b,a,a0)}, +ayl(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.aA(new A.bE(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.P,-1),b,c)}if(b==null){s=a.a +return A.aA(new A.bE(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.P,-1),a,c)}return A.aA(a,b,c)}, +ayk(a,b,c){if(a==null&&b==null)return null +return t.KX.a(A.dq(a,b,c))}, +w4:function w4(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){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}, +Pc:function Pc(){}, +Yz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){return new A.qH(b,a1,k,a2,l,a5,m,a6,n,b2,q,b3,r,c,h,d,i,a,g,a9,o,b1,p,s,a0,a8,a4,f,j,e,b0,a3,a7)}, +ayA(b2,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 +switch(b2.a){case 1:s=A.aja(b3.a,$.Wv()) +r=A.anP(s.a,s.b) +q=r.a +p=q.aK(0,40) +o=q.aK(0,100) +n=q.aK(0,90) +m=q.aK(0,10) +l=r.b +k=l.aK(0,40) +j=l.aK(0,100) +i=l.aK(0,90) +l=l.aK(0,10) +h=r.c +g=h.aK(0,40) +f=h.aK(0,100) +e=h.aK(0,90) +h=h.aK(0,10) +d=r.f +c=d.aK(0,40) +b=d.aK(0,100) +a=d.aK(0,90) +d=d.aK(0,10) +a0=r.d +a1=a0.aK(0,99) +a2=a0.aK(0,10) +a3=a0.aK(0,99) +a4=a0.aK(0,10) +r=r.e +a5=r.aK(0,90) +a6=r.aK(0,30) +a7=r.aK(0,50) +r=r.aK(0,80) +a8=a0.aK(0,0) +a9=a0.aK(0,0) +b0=a0.aK(0,20) +b1=A.aqg(a1,c,a,a0.aK(0,95),q.aK(0,80),b0,a2,b,d,o,m,j,l,a4,a6,f,h,a7,r,p,n,a9,k,i,a8,a3,a5,g,e) +break +case 0:s=A.aja(b3.a,$.Wv()) +r=A.anP(s.a,s.b) +q=r.a +p=q.aK(0,80) +o=q.aK(0,20) +n=q.aK(0,30) +m=q.aK(0,90) +l=r.b +k=l.aK(0,80) +j=l.aK(0,20) +i=l.aK(0,30) +l=l.aK(0,90) +h=r.c +g=h.aK(0,80) +f=h.aK(0,20) +e=h.aK(0,30) +h=h.aK(0,90) +d=r.f +c=d.aK(0,80) +b=d.aK(0,20) +a=d.aK(0,30) +d=d.aK(0,80) +a0=r.d +a1=a0.aK(0,10) +a2=a0.aK(0,90) +a3=a0.aK(0,10) +a4=a0.aK(0,90) +r=r.e +a5=r.aK(0,30) +a6=r.aK(0,80) +a7=r.aK(0,60) +r=r.aK(0,30) +a8=a0.aK(0,0) +a9=a0.aK(0,0) +b0=a0.aK(0,90) +b1=A.aqg(a1,c,a,a0.aK(0,20),q.aK(0,40),b0,a2,b,d,o,m,j,l,a4,a6,f,h,a7,r,p,n,a9,k,i,a8,a3,a5,g,e) +break +default:b1=null}r=b1.a>>>0 +q=b1.b +p=b1.c +o=b1.d +n=b1.e +m=b1.f +l=b1.r +k=b1.w +j=b1.x +i=b1.y +h=b1.z +g=b1.Q +f=b1.as +e=b1.at +d=b1.ax +c=b1.ay +b=b1.dy +a=b1.fr +a0=b1.ch +a1=b1.CW +a2=b1.cx +a3=b1.cy +a4=b1.db +a5=b1.dx +a6=b1.go +a7=b1.id +a8=b1.k1 +a9=b1.fx +b0=b1.fy +return A.Yz(new A.A(a0>>>0),b2,new A.A(f>>>0),new A.A(d>>>0),new A.A(a8>>>0),new A.A(a6>>>0),new A.A(a1>>>0),new A.A(e>>>0),new A.A(c>>>0),new A.A(a7>>>0),new A.A(q>>>0),new A.A(o>>>0),new A.A(m>>>0),new A.A(k>>>0),new A.A(a3>>>0),new A.A(a5>>>0),new A.A(i>>>0),new A.A(g>>>0),new A.A(b>>>0),new A.A(a>>>0),new A.A(r),new A.A(p>>>0),null,new A.A(b0>>>0),new A.A(n>>>0),new A.A(l>>>0),null,new A.A(a9>>>0),new A.A(a2>>>0),new A.A(r),new A.A(a4>>>0),new A.A(j>>>0),new A.A(h>>>0))}, +ayB(b9,c0,c1){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 +if(b9===c0)return b9 +s=c1<0.5?b9.a:c0.a +r=b9.b +q=c0.b +p=A.x(r,q,c1) +p.toString +o=b9.c +n=c0.c +m=A.x(o,n,c1) +m.toString +l=b9.d +if(l==null)l=r +k=c0.d +l=A.x(l,k==null?q:k,c1) +k=b9.e +if(k==null)k=o +j=c0.e +k=A.x(k,j==null?n:j,c1) +j=b9.f +i=c0.f +h=A.x(j,i,c1) +h.toString +g=b9.r +f=c0.r +e=A.x(g,f,c1) +e.toString +d=b9.w +if(d==null)d=j +c=c0.w +d=A.x(d,c==null?i:c,c1) +c=b9.x +if(c==null)c=g +b=c0.x +c=A.x(c,b==null?f:b,c1) +b=b9.y +a=b==null +a0=a?j:b +a1=c0.y +a2=a1==null +a0=A.x(a0,a2?i:a1,c1) +a3=b9.z +a4=a3==null +a5=a4?g:a3 +a6=c0.z +a7=a6==null +a5=A.x(a5,a7?f:a6,c1) +a8=b9.Q +if(a8==null){if(a)b=j}else b=a8 +a=c0.Q +if(a==null)a=a2?i:a1 +a=A.x(b,a,c1) +b=b9.as +if(b==null)g=a4?g:a3 +else g=b +b=c0.as +if(b==null)f=a7?f:a6 +else f=b +f=A.x(g,f,c1) +g=b9.at +b=c0.at +a1=A.x(g,b,c1) +a1.toString +a2=b9.ax +a3=c0.ax +a4=A.x(a2,a3,c1) +a4.toString +a6=b9.ay +g=a6==null?g:a6 +a6=c0.ay +g=A.x(g,a6==null?b:a6,c1) +b=b9.ch +if(b==null)b=a2 +a2=c0.ch +b=A.x(b,a2==null?a3:a2,c1) +a2=A.x(b9.CW,c0.CW,c1) +a2.toString +a3=b9.cx +a6=c0.cx +a7=A.x(a3,a6,c1) +a7.toString +a8=b9.cy +a9=c0.cy +b0=A.x(a8,a9,c1) +b0.toString +b1=b9.db +b2=c0.db +b3=A.x(b1,b2,c1) +b3.toString +b4=b9.dx +if(b4==null)b4=a8 +b5=c0.dx +b4=A.x(b4,b5==null?a9:b5,c1) +b5=b9.dy +if(b5==null)b5=b1 +b6=c0.dy +b5=A.x(b5,b6==null?b2:b6,c1) +b6=b9.fr +if(b6==null)b6=a3 +b7=c0.fr +b6=A.x(b6,b7==null?a6:b7,c1) +b7=b9.fx +a3=b7==null?a3:b7 +b7=c0.fx +a3=A.x(a3,b7==null?a6:b7,c1) +a6=b9.fy +if(a6==null)a6=B.l +b7=c0.fy +a6=A.x(a6,b7==null?B.l:b7,c1) +b7=b9.go +if(b7==null)b7=B.l +b8=c0.go +b7=A.x(b7,b8==null?B.l:b8,c1) +b8=b9.id +b1=b8==null?b1:b8 +b8=c0.id +b1=A.x(b1,b8==null?b2:b8,c1) +b2=b9.k1 +a8=b2==null?a8:b2 +b2=c0.k1 +a8=A.x(a8,b2==null?a9:b2,c1) +a9=b9.k2 +o=a9==null?o:a9 +a9=c0.k2 +o=A.x(o,a9==null?n:a9,c1) +n=b9.k4 +if(n==null)n=r +a9=c0.k4 +n=A.x(n,a9==null?q:a9,c1) +a9=b9.ok +j=a9==null?j:a9 +a9=c0.ok +j=A.x(j,a9==null?i:a9,c1) +i=b9.k3 +r=i==null?r:i +i=c0.k3 +return A.Yz(a2,s,a1,g,o,b1,a7,a4,b,a8,m,k,e,c,b3,b5,a5,f,b6,a3,p,l,n,b7,h,d,j,a6,b0,A.x(r,i==null?q:i,c1),b4,a0,a)}, +qH:function qH(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3}, +Pf:function Pf(){}, +yg:function yg(a,b){this.b=a +this.a=b}, +ayT(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.Z7(a.a,b.a,c) +r=t._ +q=A.aI(a.b,b.b,c,A.bO(),r) +p=A.S(a.c,b.c,c) +o=A.S(a.d,b.d,c) +n=A.aY(a.e,b.e,c) +r=A.aI(a.f,b.f,c,A.bO(),r) +m=A.S(a.r,b.r,c) +l=A.aY(a.w,b.w,c) +k=A.S(a.x,b.x,c) +j=A.S(a.y,b.y,c) +i=A.S(a.z,b.z,c) +h=A.S(a.Q,b.Q,c) +g=c<0.5 +f=g?a.as:b.as +g=g?a.at:b.at +return new A.wr(s,q,p,o,n,r,m,l,k,j,i,h,f,g)}, +wr:function wr(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}, +PJ:function PJ(){}, +ayV(b3,b4,b5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2 +if(b3===b4&&!0)return b3 +s=A.x(b3.a,b4.a,b5) +r=A.S(b3.b,b4.b,b5) +q=A.x(b3.c,b4.c,b5) +p=A.x(b3.d,b4.d,b5) +o=A.dq(b3.e,b4.e,b5) +n=A.x(b3.f,b4.f,b5) +m=A.x(b3.r,b4.r,b5) +l=A.aY(b3.w,b4.w,b5) +k=A.aY(b3.x,b4.x,b5) +j=A.aY(b3.y,b4.y,b5) +i=A.aY(b3.z,b4.z,b5) +h=t._ +g=A.aI(b3.Q,b4.Q,b5,A.bO(),h) +f=A.aI(b3.as,b4.as,b5,A.bO(),h) +e=A.aI(b3.at,b4.at,b5,A.bO(),h) +d=A.aI(b3.ax,b4.ax,b5,A.bO(),h) +c=A.aI(b3.ay,b4.ay,b5,A.bO(),h) +b=A.ayU(b3.ch,b4.ch,b5) +a=A.aY(b3.CW,b4.CW,b5) +a0=A.aI(b3.cx,b4.cx,b5,A.bO(),h) +a1=A.aI(b3.cy,b4.cy,b5,A.bO(),h) +a2=A.aI(b3.db,b4.db,b5,A.bO(),h) +a3=A.x(b3.dx,b4.dx,b5) +a4=A.S(b3.dy,b4.dy,b5) +a5=A.x(b3.fr,b4.fr,b5) +a6=A.x(b3.fx,b4.fx,b5) +a7=A.dq(b3.fy,b4.fy,b5) +a8=A.x(b3.go,b4.go,b5) +a9=A.x(b3.id,b4.id,b5) +b0=A.aY(b3.k1,b4.k1,b5) +b1=A.aY(b3.k2,b4.k2,b5) +b2=A.x(b3.k3,b4.k3,b5) +return new A.ws(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,A.aI(b3.k4,b4.k4,b5,A.bO(),h))}, +ayU(a,b,c){var s +if(a==b)return a +if(a==null){s=b.a +return A.aA(new A.bE(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.P,-1),b,c)}s=a.a +return A.aA(a,new A.bE(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.P,-1),c)}, +ws:function ws(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 +_.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}, +PL:function PL(){}, +aG_(a,b,c,d){return A.ajJ(d,A.hy(B.fk,b,null))}, +az2(a,b,c,d,e,f,g,h,i,j,k){var s,r,q,p,o,n,m=null +A.mA(f,B.b0,t.c4).toString +s=A.a([],t.Zt) +r=$.ak +q=A.tg(B.bo) +p=A.a([],t.wi) +o=A.hn(m) +n=$.ak +return new A.wA(new A.Zf(e,h,!0),!0,"Dismiss",b,B.fn,A.aIp(),a,m,i,s,new A.cD(m,k.i("cD>")),new A.cD(m,t.re),new A.yU(),m,0,new A.bj(new A.al(r,k.i("al<0?>")),k.i("bj<0?>")),q,p,B.hx,o,new A.bj(new A.al(n,k.i("al<0?>")),k.i("bj<0?>")),k.i("wA<0>"))}, +H2:function H2(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.as=i +_.a=j}, +wA:function wA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){var _=this +_.dE=a +_.e6=b +_.eh=c +_.jx=d +_.Cz=e +_.jy=f +_.lA=g +_.fr=h +_.fx=i +_.fy=!1 +_.id=_.go=null +_.k1=j +_.k2=k +_.k3=l +_.k4=m +_.ok=$ +_.p1=null +_.p2=$ +_.kt$=n +_.rw$=o +_.y=p +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=q +_.ay=!0 +_.CW=_.ch=null +_.e=r +_.a=null +_.b=s +_.c=a0 +_.d=a1 +_.$ti=a2}, +Zf:function Zf(a,b,c){this.a=a +this.b=b +this.c=c}, +acA:function acA(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.z=a +_.Q=b +_.as=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i +_.r=j +_.w=k +_.x=l +_.y=m}, +acB:function acB(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.z=a +_.as=_.Q=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k}, +az3(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.S(a.b,b.b,c) +q=A.x(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.dq(a.e,b.e,c) +n=A.Et(a.f,b.f,c) +m=A.x(a.y,b.y,c) +l=A.aY(a.r,b.r,c) +k=A.aY(a.w,b.w,c) +return new A.qT(s,r,q,p,o,n,l,k,A.dO(a.x,b.x,c),m)}, +qT:function qT(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}, +PU:function PU(){}, +azg(a,b,c){var s,r=A.anZ(a),q=A.aa(a).y?A.arc(a):A.arb(a),p=r.a,o=p +if(o==null)o=q==null?null:q.gR(q) +s=c +if(o==null)return new A.bE(B.l,s,B.P,-1) +return new A.bE(o,s,B.P,-1)}, +arb(a){return new A.acC(a,null,16,0,0,0)}, +arc(a){return new A.acD(a,null,16,1,0,0)}, +Om:function Om(a){this.a=a}, +acC:function acC(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +acD:function acD(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +azf(a,b,c){var s,r,q,p +if(a===b&&!0)return a +s=A.x(a.a,b.a,c) +r=A.S(a.b,b.b,c) +q=A.S(a.c,b.c,c) +p=A.S(a.d,b.d,c) +return new A.qV(s,r,q,p,A.S(a.e,b.e,c))}, +anZ(a){var s +a.aB(t.Jj) +s=A.aa(a) +return s.ae}, +qV:function qV(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +PY:function PY(){}, +azK(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.S(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.dq(a.f,b.f,c) +m=A.dq(a.r,b.r,c) +return new A.wI(s,r,q,p,o,n,m,A.S(a.w,b.w,c))}, +wI:function wI(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}, +Q7:function Q7(){}, +azL(a,b,c){var s,r +if(a===b&&!0)return a +s=A.aY(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.wJ(s,r,A.akl(a.c,b.c,c))}, +wJ:function wJ(a,b,c){this.a=a +this.b=b +this.c=c}, +Q8:function Q8(){}, +aoi(a,b){var s=null +return new A.Hm(b,s,s,s,s,B.M,s,!1,s,a,s)}, +asB(a){var s=A.aa(a).y?24:16,r=s/2,q=r/2,p=A.eW(a,B.i6) +p=p==null?null:p.c +if(p==null)p=1 +return A.anv(new A.b7(s,0,s,0),new A.b7(r,0,r,0),new A.b7(q,0,q,0),p)}, +Hm:function Hm(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.a=k}, +BO:function BO(a,b){this.a=a +this.b=b}, +Qc:function Qc(a){this.a=a}, +Qa:function Qa(a){this.a=a}, +Qb:function Qb(a,b){this.a=a +this.b=b}, +Qd:function Qd(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}, +acG:function acG(a){this.a=a}, +acI:function acI(a){this.a=a}, +acK:function acK(a){this.a=a}, +acH:function acH(){}, +acJ:function acJ(){}, +Vc:function Vc(){}, +Vd:function Vd(){}, +Ve:function Ve(){}, +Vf:function Vf(){}, +azR(a,b,c){if(a===b)return a +return new A.wN(A.lZ(a.a,b.a,c))}, +wN:function wN(a){this.a=a}, +Qe:function Qe(){}, +aok(a,b,c){if(b!=null&&!b.k(0,B.B))return A.anL(A.M(B.d.ac(255*A.azS(c)),b.gl(b)>>>16&255,b.gl(b)>>>8&255,b.gl(b)&255),a) +return a}, +azS(a){var s,r,q,p,o,n +if(a<0)return 0 +for(s=0;r=B.kr[s],q=r.a,a>=q;){if(a===q||s+1===6)return r.b;++s}p=B.kr[s-1] +o=p.a +n=p.b +return n+(a-o)/(q-o)*(r.b-n)}, +aoj(a,b,c){var s,r=A.aa(a) +if(c>0)if(r.a){s=r.ax +if(s.a===B.U){s=s.cy.a +s=A.M(255,b.gl(b)>>>16&255,b.gl(b)>>>8&255,b.gl(b)&255).k(0,A.M(255,s>>>16&255,s>>>8&255,s&255))}else s=!1}else s=!1 +else s=!1 +if(s){s=r.ax.db.a +return A.anL(A.M(B.d.ac(255*((4.5*Math.log(c+1)+2)/100)),s>>>16&255,s>>>8&255,s&255),b)}return b}, +lw:function lw(a,b){this.a=a +this.b=b}, +aA2(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.dO(a.c,b.c,c) +p=A.Et(a.d,b.d,c) +o=A.dO(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.dq(a.y,b.y,c) +return new A.wY(s,r,q,p,o,n,m,l,k,j,A.dq(a.z,b.z,c))}, +wY:function wY(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}, +Ql:function Ql(){}, +aA4(a,b,c){if(a===b)return a +return new A.x4(A.lZ(a.a,b.a,c))}, +x4:function x4(a){this.a=a}, +Qp:function Qp(){}, +x7:function x7(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +acp:function acp(){}, +BU:function BU(a,b){this.a=a +this.b=b}, +HV:function HV(a,b,c,d){var _=this +_.c=a +_.z=b +_.k1=c +_.a=d}, +Q9:function Q9(a,b){this.a=a +this.b=b}, +Pb:function Pb(a,b){this.c=a +this.a=b}, +CL:function CL(a,b,c,d){var _=this +_.v=null +_.a2=a +_.a_=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +acQ:function acQ(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){var _=this +_.dx=a +_.dy=b +_.fr=c +_.fx=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}, +acR:function acR(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}, +ar6(a,b,c,d,e){return new A.Bl(c,d,a,b,new A.bF(A.a([],t.c),t.d),new A.bF(A.a([],t.u),t.fy),0,e.i("Bl<0>"))}, +a_W:function a_W(){}, +a8I:function a8I(){}, +a_K:function a_K(){}, +a_J:function a_J(){}, +acL:function acL(){}, +a_V:function a_V(){}, +afr:function afr(){}, +Bl:function Bl(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.a=c +_.b=d +_.d=_.c=null +_.b7$=e +_.b_$=f +_.i0$=g +_.$ti=h}, +Vg:function Vg(){}, +Vh:function Vh(){}, +aA5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.re(k,a,i,m,a1,c,j,n,b,l,r,d,o,s,a0,p,g,e,f,h,q)}, +aA6(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.S(a2.f,a3.f,a4) +m=A.S(a2.r,a3.r,a4) +l=A.S(a2.w,a3.w,a4) +k=A.S(a2.x,a3.x,a4) +j=A.S(a2.y,a3.y,a4) +i=A.dq(a2.z,a3.z,a4) +h=a4<0.5 +if(h)g=a2.Q +else g=a3.Q +f=A.S(a2.as,a3.as,a4) +e=A.nX(a2.at,a3.at,a4) +d=A.nX(a2.ax,a3.ax,a4) +c=A.nX(a2.ay,a3.ay,a4) +b=A.nX(a2.ch,a3.ch,a4) +a=A.S(a2.CW,a3.CW,a4) +a0=A.dO(a2.cx,a3.cx,a4) +a1=A.aY(a2.cy,a3.cy,a4) +if(h)h=a2.db +else h=a3.db +return A.aA5(r,k,n,g,a,a0,b,a1,q,m,s,j,p,l,f,c,h,i,e,d,o)}, +re:function re(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}, +Qt:function Qt(){}, +xu(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.QP(g,b) +if(o)o=!0 +else o=!1 +s=o?p:new A.QQ(g,f,i,h) +o=l==null?p:new A.b3(l,t.iL) +r=k==null?p:new A.b3(k,t.iL) +q=j==null?p:new A.b3(j,t.QL) +return A.vX(a,p,p,p,d,p,n,p,q,r,o,p,s,p,p,p,p,p,p,p,p,a0)}, +adB:function adB(a,b){this.a=a +this.b=b}, +IB:function IB(a,b,c,d,e,f){var _=this +_.w=a +_.z=b +_.ax=c +_.cx=d +_.dx=e +_.a=f}, +D8:function D8(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}, +Tu:function Tu(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +QS:function QS(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.at=a +_.ax=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.a=m}, +adA:function adA(a){this.a=a}, +QP:function QP(a,b){this.a=a +this.b=b}, +QQ:function QQ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +QR:function QR(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}, +adx:function adx(a){this.a=a}, +adz:function adz(a){this.a=a}, +ady:function ady(){}, +Qq:function Qq(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}, +acS:function acS(a){this.a=a}, +acT:function acT(a){this.a=a}, +acV:function acV(a){this.a=a}, +acU:function acU(){}, +Qr:function Qr(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}, +acW:function acW(a){this.a=a}, +acX:function acX(a){this.a=a}, +acZ:function acZ(a){this.a=a}, +acY:function acY(){}, +S7:function S7(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}, +aex:function aex(a){this.a=a}, +aey:function aey(a){this.a=a}, +aeA:function aeA(a){this.a=a}, +aeB:function aeB(a){this.a=a}, +aez:function aez(){}, +aAH(a,b,c){if(a===b)return a +return new A.ow(A.lZ(a.a,b.a,c))}, +ak1(a,b){return new A.xt(b,a,null)}, +aoG(a){var s=a.aB(t.Ew),r=s==null?null:s.w +return r==null?A.aa(a).I:r}, +ow:function ow(a){this.a=a}, +xt:function xt(a,b,c){this.w=a +this.b=b +this.a=c}, +QT:function QT(){}, +mj:function mj(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}, +aGK(a,b,c){if(c!=null)return c +if(b)return new A.agO(a) +return null}, +agO:function agO(a){this.a=a}, +adO:function adO(){}, +xB:function xB(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}, +aGL(a,b,c){if(c!=null)return c +if(b)return new A.agP(a) +return null}, +aGO(a,b,c,d){var s,r,q,p,o,n +if(b){if(c!=null){s=c.$0() +r=new A.R(s.c-s.a,s.d-s.b)}else{s=a.k3 +s.toString +r=s}q=d.a1(0,B.h).gcb() +p=d.a1(0,new A.r(0+r.a,0)).gcb() +o=d.a1(0,new A.r(0,0+r.b)).gcb() +n=d.a1(0,r.BE(0,B.h)).gcb() +return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, +agP:function agP(a){this.a=a}, +adP:function adP(){}, +xC:function xC(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}, +aAO(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){return new A.rv(d,a5,a7,a8,a6,p,a0,a1,a3,a4,a2,r,s,o,e,l,b0,b,f,i,m,k,a9,b1,b2,g,!1,q,!1,j,c,b3,n)}, +aoJ(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.IJ(c,o,s,s,s,s,n,s,s,s,s,l,m,j,!0,B.b4,s,s,d,f,i,h,p,q,r,e!==!1,!1,k,!1,g,b,a0,s)}, +ml:function ml(){}, +ry:function ry(){}, +CA:function CA(a,b,c){this.f=a +this.b=b +this.a=c}, +rv:function rv(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 +_.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 +_.a=b3}, +C4:function C4(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 +_.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 +_.a=b6}, +nq:function nq(a,b){this.a=a +this.b=b}, +C3:function C3(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.w=$ +_.x=null +_.y=b +_.z=!1 +_.mF$=c +_.a=null +_.b=d +_.c=null}, +adM:function adM(){}, +adL:function adL(){}, +adN:function adN(a,b){this.a=a +this.b=b}, +adI:function adI(a,b){this.a=a +this.b=b}, +adK:function adK(a){this.a=a}, +adJ:function adJ(a,b){this.a=a +this.b=b}, +IJ:function IJ(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 +_.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 +_.a=b3}, +DR:function DR(){}, +aA7(a){if(a===-1)return"FloatingLabelAlignment.start" +if(a===0)return"FloatingLabelAlignment.center" +return"FloatingLabelAlignment(x: "+B.e.a5(a,1)+")"}, +a_X:function a_X(a,b){this.a=a +this.b=b}, +HW:function HW(){}, +IK:function IK(){}, +R2:function R2(){}, +aBb(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.y3(b,l,m,j,e,o,r,n,f,a,p,k,d,h,g,c,i,s,q)}, +aBc(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.dq(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.aY(a0.r,a1.r,a2) +k=A.aY(a0.w,a1.w,a2) +j=A.aY(a0.x,a1.x,a2) +i=A.dO(a0.y,a1.y,a2) +h=A.x(a0.z,a1.z,a2) +g=A.x(a0.Q,a1.Q,a2) +f=A.S(a0.as,a1.as,a2) +e=A.S(a0.at,a1.at,a2) +d=A.S(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.aBb(i,r,c,f,n,j,d,e,b,o,g,q,p,k,m,h,s,l,a)}, +y3:function y3(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}, +Rr:function Rr(){}, +ye(a,b,c,d,e,f,g,h,i,j,k){return new A.yd(b,k,e,d,g,i,j,h,c,a,f)}, +aAN(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.a +p=s.a +if(q>=p){o=r.c +if(!(o instanceof A.P)||!o.xi(r))return null +h.push(o) +r=o}if(q<=p){n=s.c +if(!(n instanceof A.P)||!n.xi(s))return null +g.push(n) +s=n}}m=new A.aJ(new Float64Array(16)) +m.bs() +l=new A.aJ(new Float64Array(16)) +l.bs() +for(k=g.length-1;k>0;k=j){j=k-1 +g[k].hR(g[j],m)}for(k=h.length-1;k>0;k=j){j=k-1 +h[k].hR(h[j],l)}if(l.kg(l)!==0){l.cC(0,m) +i=l}else i=null +return i}, +mD:function mD(a,b){this.a=a +this.b=b}, +yd:function yd(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.Q=i +_.as=j +_.a=k}, +Rz:function Rz(a,b,c,d){var _=this +_.d=a +_.dl$=b +_.bH$=c +_.a=null +_.b=d +_.c=null}, +aec:function aec(a){this.a=a}, +CP:function CP(a,b,c,d){var _=this +_.v=a +_.a_=b +_.b0=null +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +R1:function R1(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +kH:function kH(){}, +pg:function pg(a,b){this.a=a +this.b=b}, +Cj:function Cj(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}, +Rx:function Rx(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.jv$=a +_.eC$=b +_.a=null +_.b=c +_.c=null}, +ae8:function ae8(){}, +ae9:function ae9(){}, +aea:function aea(){}, +aeb:function aeb(){}, +D9:function D9(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +TB:function TB(a,b,c){this.b=a +this.c=b +this.a=c}, +Vl:function Vl(){}, +Ry:function Ry(){}, +GW:function GW(){}, +kN(a,b,c){if(c.i("bf<0>").b(a))return a.a4(b) +return a}, +aI(a,b,c,d,e){if(a==null&&b==null)return null +return new A.C9(a,b,c,d,e.i("C9<0>"))}, +akf(a){var s=A.w(t.ui) +if(a!=null)s.M(0,a) +return new A.Jz(s,$.bN())}, +cW:function cW(a,b){this.a=a +this.b=b}, +Jy:function Jy(){}, +Qh:function Qh(){}, +bf:function bf(){}, +C9:function C9(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +c6:function c6(a,b){this.a=a +this.$ti=b}, +b3:function b3(a,b){this.a=a +this.$ti=b}, +Jz:function Jz(a,b){var _=this +_.a=a +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +Jx:function Jx(){}, +a3z:function a3z(a,b,c){this.a=a +this.b=b +this.c=c}, +a3x:function a3x(){}, +a3y:function a3y(){}, +aBB(a,b,c){if(a===b)return a +return new A.JF(A.akl(a.a,b.a,c))}, +JF:function JF(a){this.a=a}, +aBC(a,b,c){if(a===b)return a +return new A.yk(A.lZ(a.a,b.a,c))}, +yk:function yk(a){this.a=a}, +RC:function RC(){}, +akl(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.aI(r,p,c,A.bO(),o) +r=s?d:a.b +r=A.aI(r,q?d:b.b,c,A.bO(),o) +n=s?d:a.c +o=A.aI(n,q?d:b.c,c,A.bO(),o) +n=s?d:a.d +m=q?d:b.d +m=A.aI(n,m,c,A.Wr(),t.PM) +n=s?d:a.e +l=q?d:b.e +l=A.aI(n,l,c,A.alQ(),t.pc) +n=s?d:a.f +k=q?d:b.f +j=t.tW +k=A.aI(n,k,c,A.Eg(),j) +n=s?d:a.r +n=A.aI(n,q?d:b.r,c,A.Eg(),j) +i=s?d:a.w +j=A.aI(i,q?d:b.w,c,A.Eg(),j) +i=s?d:a.x +h=q?d:b.x +g=s?d:a.y +f=q?d:b.y +f=A.aI(g,f,c,A.alJ(),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.JG(p,r,o,m,l,k,n,j,new A.Ro(i,h,c),f,e,g,A.Et(s,q?d:b.as,c))}, +JG:function JG(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}, +Ro:function Ro(a,b,c){this.a=a +this.b=b +this.c=c}, +RD:function RD(){}, +aBD(a,b,c){if(a===b)return a +return new A.rX(A.akl(a.a,b.a,c))}, +rX:function rX(a){this.a=a}, +RE:function RE(){}, +aBS(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.S(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.S(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.dq(a.r,b.r,c) +l=A.aI(a.w,b.w,c,A.Ef(),t.p8) +k=A.aI(a.x,b.x,c,A.att(),t.lF) +if(c<0.5)j=a.y +else j=b.y +return new A.yG(s,r,q,p,o,n,m,l,k,j)}, +yG:function yG(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}, +RS:function RS(){}, +aBT(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=A.S(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.S(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.dq(a.r,b.r,c) +l=a.w +l=A.akM(l,l,c) +k=A.aI(a.x,b.x,c,A.Ef(),t.p8) +return new A.yH(s,r,q,p,o,n,m,l,k,A.aI(a.y,b.y,c,A.att(),t.lF))}, +yH:function yH(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}, +RT:function RT(){}, +aBU(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.S(a.b,b.b,c) +q=A.aY(a.c,b.c,c) +p=A.aY(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.kE(o,b.e,c) +n=a.f +if(n==null)m=b.f==null +else m=!1 +if(m)n=null +else n=A.kE(n,b.f,c) +m=A.S(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.dq(a.z,b.z,c) +h=A.S(a.Q,b.Q,c) +return new A.yI(s,r,q,p,o,n,m,k,l,j,i,h,A.S(a.as,b.as,c))}, +yI:function yI(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}, +RU:function RU(){}, +aBZ(a,b,c){if(a===b)return a +return new A.yS(A.lZ(a.a,b.a,c))}, +yS:function yS(a){this.a=a}, +S6:function S6(){}, +oN:function oN(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.eh=a +_.ah=b +_.ae=c +_.fr=d +_.fx=e +_.fy=!1 +_.id=_.go=null +_.k1=f +_.k2=g +_.k3=h +_.k4=i +_.ok=$ +_.p1=null +_.p2=$ +_.kt$=j +_.rw$=k +_.y=l +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=m +_.ay=!0 +_.CW=_.ch=null +_.e=n +_.a=null +_.b=o +_.c=p +_.d=q +_.$ti=r}, +yi:function yi(){}, +Ck:function Ck(){}, +asL(a,b,c){var s,r +a.bs() +if(b===1)return +a.dv(0,b,b) +s=c.a +r=c.b +a.aA(0,-((s*b-s)/2),-((r*b-r)/2))}, +arQ(a,b,c,d){var s=new A.DI(c,a,d,b,new A.aJ(new Float64Array(16)),A.aE(),A.aE(),$.bN()),r=s.glQ() +a.ag(0,r) +a.fK(s.gqj()) +d.a.ag(0,r) +b.ag(0,r) +return s}, +arR(a,b,c,d){var s=new A.DJ(c,d,b,a,new A.aJ(new Float64Array(16)),A.aE(),A.aE(),$.bN()),r=s.glQ() +d.a.ag(0,r) +b.ag(0,r) +a.fK(s.gqj()) +return s}, +V7:function V7(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +agg:function agg(a){this.a=a}, +agh:function agh(a){this.a=a}, +agi:function agi(a){this.a=a}, +agj:function agj(a){this.a=a}, +nw:function nw(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +V5:function V5(a,b,c,d){var _=this +_.d=$ +_.oG$=a +_.kv$=b +_.lx$=c +_.a=null +_.b=d +_.c=null}, +nx:function nx(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +V6:function V6(a,b,c,d){var _=this +_.d=$ +_.oG$=a +_.kv$=b +_.lx$=c +_.a=null +_.b=d +_.c=null}, +kU:function kU(){}, +Ow:function Ow(){}, +GG:function GG(){}, +Kp:function Kp(){}, +a4T:function a4T(a){this.a=a}, +DK:function DK(){}, +DI:function DI(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.P$=0 +_.X$=h +_.ae$=_.ah$=0 +_.aH$=!1}, +age:function age(a,b){this.a=a +this.b=b}, +DJ:function DJ(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.P$=0 +_.X$=h +_.ae$=_.ah$=0 +_.aH$=!1}, +agf:function agf(a,b){this.a=a +this.b=b}, +Sa:function Sa(){}, +W0:function W0(){}, +W1:function W1(){}, +aCr(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.dq(a.b,b.b,c) +q=A.S(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.aY(a.f,b.f,c) +m=A.aI(a.r,b.r,c,A.Ef(),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 +return new A.zd(s,r,q,p,o,n,m,k,j,l)}, +zd:function zd(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}, +SP:function SP(){}, +ab6:function ab6(a,b){this.a=a +this.b=b}, +La:function La(){}, +Pd:function Pd(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.a=k}, +w5:function w5(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +Pe:function Pe(a,b,c){var _=this +_.d=$ +_.jv$=a +_.eC$=b +_.a=null +_.b=c +_.c=null}, +ac5:function ac5(a){this.a=a}, +ac3:function ac3(a,b,c,d,e,f){var _=this +_.f=a +_.r=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +ac4:function ac4(a,b,c,d,e,f){var _=this +_.f=a +_.r=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +DO:function DO(){}, +aCK(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.S(a.c,b.c,c) +p=A.x(a.d,b.d,c) +return new A.tf(s,r,q,p,A.x(a.e,b.e,c))}, +apP(a){var s +a.aB(t.I8) +s=A.aa(a) +return s.b3}, +tf:function tf(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +SR:function SR(){}, +aCL(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.aI(a.b,b.b,c,A.bO(),q) +if(s)o=a.e +else o=b.e +q=A.aI(a.c,b.c,c,A.bO(),q) +n=A.S(a.d,b.d,c) +if(s)s=a.f +else s=b.f +return new A.zi(r,p,q,n,o,s)}, +zi:function zi(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +SV:function SV(){}, +A3(a){var s=a.wp(t.Np) +if(s!=null)return s +throw A.c(A.ajK(A.a([A.HE("Scaffold.of() called with a context that does not contain a Scaffold."),A.bI("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.a_G('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.a_G("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.a7n("The context used was")],t.U)))}, +fM:function fM(a,b){this.a=a +this.b=b}, +A2:function A2(a,b){this.c=a +this.a=b}, +M7:function M7(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.r=c +_.y=_.x=null +_.dl$=d +_.bH$=e +_.a=null +_.b=f +_.c=null}, +a7t:function a7t(a,b,c){this.a=a +this.b=b +this.c=c}, +D1:function D1(a,b,c){this.f=a +this.b=b +this.a=c}, +a7u:function a7u(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.e=d +_.f=e +_.r=f +_.w=g +_.y=h}, +M6:function M6(a,b){this.a=a +this.b=b}, +Tn:function Tn(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.P$=0 +_.X$=c +_.ae$=_.ah$=0 +_.aH$=!1}, +Bo:function Bo(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g}, +OY:function OY(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +afp:function afp(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}, +BS:function BS(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +BT:function BT(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.y=null +_.dl$=a +_.bH$=b +_.a=null +_.b=c +_.c=null}, +ad0:function ad0(a,b){this.a=a +this.b=b}, +A1:function A1(a,b,c){this.e=a +this.f=b +this.a=c}, +tw:function tw(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 +_.cc$=i +_.hp$=j +_.Cv$=k +_.i_$=l +_.js$=m +_.dl$=n +_.bH$=o +_.a=null +_.b=p +_.c=null}, +a7w:function a7w(a,b){this.a=a +this.b=b}, +a7v:function a7v(a,b){this.a=a +this.b=b}, +a7x:function a7x(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +PW:function PW(a,b){this.e=a +this.a=b +this.b=null}, +To:function To(a,b,c){this.f=a +this.b=b +this.a=c}, +afq:function afq(){}, +D2:function D2(){}, +D3:function D3(){}, +D4:function D4(){}, +DQ:function DQ(){}, +aDh(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b&&!0)return a +s=t.X7 +r=A.aI(a.a,b.a,c,A.atU(),s) +q=A.aI(a.b,b.b,c,A.Wr(),t.PM) +s=A.aI(a.c,b.c,c,A.atU(),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 +m=a.f +l=b.f +n=n?m:l +m=A.Le(a.r,b.r,c) +l=t._ +k=A.aI(a.w,b.w,c,A.bO(),l) +j=A.aI(a.x,b.x,c,A.bO(),l) +l=A.aI(a.y,b.y,c,A.bO(),l) +i=A.S(a.z,b.z,c) +h=A.S(a.Q,b.Q,c) +return new A.Aa(r,q,s,p,o,n,m,k,j,l,i,h,A.S(a.as,b.as,c))}, +aH9(a,b,c){return c<0.5?a:b}, +Aa:function Aa(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}, +Tp:function Tp(){}, +aDj(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.aI(a.a,b.a,c,A.Wr(),t.PM) +r=t._ +q=A.aI(a.b,b.b,c,A.bO(),r) +p=A.aI(a.c,b.c,c,A.bO(),r) +o=A.aI(a.d,b.d,c,A.bO(),r) +r=A.aI(a.e,b.e,c,A.bO(),r) +n=A.aDi(a.f,b.f,c) +m=A.aI(a.r,b.r,c,A.alJ(),t.KX) +l=A.aI(a.w,b.w,c,A.alQ(),t.pc) +k=t.p8 +j=A.aI(a.x,b.x,c,A.Ef(),k) +k=A.aI(a.y,b.y,c,A.Ef(),k) +return new A.Ab(s,q,p,o,r,n,m,l,j,k,A.nX(a.z,b.z,c))}, +aDi(a,b,c){if(a==b)return a +return new A.Rn(a,b,c)}, +Ab:function Ab(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}, +Rn:function Rn(a,b,c){this.a=a +this.b=b +this.c=c}, +Tq:function Tq(){}, +aDl(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.S(a.b,b.b,c) +q=A.x(a.c,b.c,c) +p=A.aDk(a.d,b.d,c) +o=A.apv(a.e,b.e,c) +n=a.f +m=b.f +l=A.aY(n,m,c) +n=A.aY(n,m,c) +m=A.nX(a.w,b.w,c) +return new A.Ac(s,r,q,p,o,l,n,m,A.x(a.x,b.x,c))}, +aDk(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.aA(a,b,c)}, +Ac:function Ac(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}, +Tr:function Tr(){}, +aDn(a,b,c){var s,r +if(a===b&&!0)return a +s=A.lZ(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.Ad(s,r)}, +Ad:function Ad(a,b){this.a=a +this.b=b}, +Ts:function Ts(){}, +aDL(b1,b2,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 +if(b1===b2)return b1 +s=A.S(b1.a,b2.a,b3) +r=A.x(b1.b,b2.b,b3) +q=A.x(b1.c,b2.c,b3) +p=A.x(b1.d,b2.d,b3) +o=A.x(b1.e,b2.e,b3) +n=A.x(b1.r,b2.r,b3) +m=A.x(b1.f,b2.f,b3) +l=A.x(b1.w,b2.w,b3) +k=A.x(b1.x,b2.x,b3) +j=A.x(b1.y,b2.y,b3) +i=A.x(b1.z,b2.z,b3) +h=A.x(b1.Q,b2.Q,b3) +g=A.x(b1.as,b2.as,b3) +f=A.x(b1.at,b2.at,b3) +e=A.x(b1.ax,b2.ax,b3) +d=A.x(b1.ay,b2.ay,b3) +c=b3<0.5 +b=c?b1.ch:b2.ch +a=c?b1.CW:b2.CW +a0=c?b1.cx:b2.cx +a1=c?b1.cy:b2.cy +a2=c?b1.db:b2.db +a3=c?b1.dx:b2.dx +a4=c?b1.dy:b2.dy +a5=c?b1.fr:b2.fr +a6=c?b1.fx:b2.fx +a7=c?b1.fy:b2.fy +a8=A.aY(b1.go,b2.go,b3) +a9=A.S(b1.id,b2.id,b3) +b0=c?b1.k1:b2.k1 +return new A.At(s,r,q,p,o,m,n,l,k,j,i,h,g,f,e,d,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,c?b1.k2:b2.k2)}, +At:function At(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){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}, +TM:function TM(){}, +Au:function Au(a,b){this.a=a +this.b=b}, +aDN(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.aY(a.d,b.d,c) +o=A.S(a.e,b.e,c) +n=A.dq(a.f,b.f,c) +if(c<0.5)m=a.r +else m=b.r +l=A.S(a.w,b.w,c) +k=A.ajF(a.x,b.x,c) +j=A.x(a.z,b.z,c) +i=A.S(a.Q,b.Q,c) +h=A.x(a.as,b.as,c) +return new A.Av(s,r,q,p,o,n,m,l,k,j,i,h,A.x(a.at,b.at,c))}, +Av:function Av(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}, +TN:function TN(){}, +aE0(a,b,c){var s,r,q,p,o,n,m,l +if(a===b&&!0)return a +s=t._ +r=A.aI(a.a,b.a,c,A.bO(),s) +q=A.aI(a.b,b.b,c,A.bO(),s) +p=A.aI(a.c,b.c,c,A.bO(),s) +o=c<0.5 +if(o)n=a.d +else n=b.d +if(o)m=a.e +else m=b.e +s=A.aI(a.f,b.f,c,A.bO(),s) +l=A.S(a.r,b.r,c) +if(o)o=a.w +else o=b.w +return new A.AL(r,q,p,n,m,s,l,o)}, +AL:function AL(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}, +U1:function U1(){}, +aE2(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.Z7(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=A.x(a.e,b.e,c) +m=A.dO(a.f,b.f,c) +l=A.aY(a.r,b.r,c) +k=A.x(a.w,b.w,c) +j=A.aY(a.x,b.x,c) +i=A.aI(a.y,b.y,c,A.bO(),t._) +h=q?a.z:b.z +return new A.AM(s,r,p,o,n,m,l,k,j,i,h,q?a.Q:b.Q)}, +AM:function AM(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}, +U4:function U4(){}, +u_(a,b,c,d){var s=null +return new A.Nn(c,s,s,s,d,B.M,b,!1,s,a,s)}, +asC(a){var s=A.aa(a).y?B.Ak:B.aT,r=A.eW(a,B.i6) +r=r==null?null:r.c +return A.anv(s,B.Ap,B.Ao,r==null?1:r)}, +Nn:function Nn(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.a=k}, +Dl:function Dl(a,b){this.a=a +this.b=b}, +U7:function U7(a){this.a=a}, +U6:function U6(a,b){this.a=a +this.b=b}, +U8:function U8(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}, +afJ:function afJ(a){this.a=a}, +afL:function afL(a){this.a=a}, +afK:function afK(){}, +VI:function VI(){}, +aE7(a,b,c){if(a===b)return a +return new A.AS(A.lZ(a.a,b.a,c))}, +AS:function AS(a){this.a=a}, +U9:function U9(){}, +aEb(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.B_(s,r,A.x(a.c,b.c,c))}, +B_:function B_(a,b,c){this.a=a +this.b=b +this.c=c}, +Ua:function Ua(){}, +a9W(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.dY(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, +u7(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.aY(a.a,b.a,c) +r=A.aY(a.b,b.b,c) +q=A.aY(a.c,b.c,c) +p=A.aY(a.d,b.d,c) +o=A.aY(a.e,b.e,c) +n=A.aY(a.f,b.f,c) +m=A.aY(a.r,b.r,c) +l=A.aY(a.w,b.w,c) +k=A.aY(a.x,b.x,c) +j=A.aY(a.y,b.y,c) +i=A.aY(a.z,b.z,c) +h=A.aY(a.Q,b.Q,c) +g=A.aY(a.as,b.as,c) +f=A.aY(a.at,b.at,c) +return A.a9W(j,i,h,s,r,q,p,o,n,g,f,A.aY(a.ax,b.ax,c),m,l,k)}, +dY:function dY(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}, +Ug:function Ug(){}, +aa(a){var s,r=a.aB(t.Nr),q=A.mA(a,B.b0,t.c4)==null?null:B.uU +if(q==null)q=B.uU +s=r==null?null:r.w.c +if(s==null)s=$.avo() +return A.aEg(s,s.p4.RW(q))}, +B1:function B1(a,b,c){this.c=a +this.d=b +this.a=c}, +C2:function C2(a,b,c){this.w=a +this.b=b +this.a=c}, +pD:function pD(a,b){this.a=a +this.b=b}, +vu:function vu(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +OJ:function OJ(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.jv$=a +_.eC$=b +_.a=null +_.b=c +_.c=null}, +abe:function abe(){}, +a9Z(d5,d6,d7,d8){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=null,d3=A.a([],t.FO),d4=A.q3() +d4=d4 +switch(d4){case B.bh:case B.ey:case B.bi:s=B.FS +break +case B.ez:case B.d9:case B.eA:s=B.pN +break +default:s=d2}r=A.aEF(d4) +d8=d8===!0 +if(d8)q=B.dk +else q=B.yv +p=d5 +o=p===B.U +n=d6==null +if(!n||d8){m=!n?A.ayA(p,d6):d2 +if(m==null)m=o?B.yJ:B.yK +l=o?m.cy:m.b +k=o?m.db:m.c +A.NE(l) +j=m.CW +i=m.cy +h=m.fr +if(h==null)h=m.cx +g=m.at +f=d5===B.U +e=j +d=l +c=k +b=e +a=i +a0=b}else{e=d2 +d=e +c=d +g=c +h=g +b=h +m=b +a=m +j=a +i=j +a0=i +f=a0}if(d==null)d=o?B.z3:B.e1 +a1=A.NE(d) +a2=o?B.zo:B.jv +a3=o?B.l:B.f8 +a4=a1===B.U +if(o)a5=B.ju +else{a6=m==null?d2:m.f +a5=a6==null?B.f9:a6}a7=o?A.M(31,255,255,255):A.M(31,0,0,0) +a8=o?A.M(10,255,255,255):A.M(10,0,0,0) +if(j==null)j=o?B.jr:B.zz +if(e==null)e=j +if(a==null)a=o?B.fa:B.i +if(h==null)h=o?B.zD:B.zC +if(m==null){a9=o?B.ju:B.jq +a6=o?B.fc:B.fe +b0=A.NE(B.e1)===B.U +b1=A.NE(a9) +b2=o?B.yY:B.f8 +b3=b0?B.i:B.l +b1=b1===B.U?B.i:B.l +b4=o?B.i:B.l +b5=b0?B.i:B.l +m=A.Yz(a6,p,B.jx,d2,d2,d2,b5,o?B.l:B.i,d2,d2,b3,d2,b1,d2,b4,d2,d2,d2,d2,d2,B.e1,d2,a3,d2,a9,d2,b2,d2,a,d2,d2,d2,d2)}b6=o?B.z:B.v +b7=o?B.fc:B.jy +if(b==null)b=o?B.fa:B.i +if(c==null){c=m.f +if(c.k(0,d))c=B.i}b8=o?B.yQ:A.M(153,0,0,0) +b9=new A.Fd(o?B.f9:B.zs,d2,a7,a8,d2,d2,m,s) +c0=o?B.yM:B.yL +c1=o?B.jm:B.yN +c2=o?B.jm:B.yO +if(d8){c3=A.aqY(d4,d2,d2,B.NK,B.NJ,B.NF) +a6=m.a===B.Y +c4=a6?m.db:m.cy +c5=a6?m.cy:m.db +a6=c3.a.LL(c4,c4,c4) +b1=c3.b.LL(c5,c5,c5) +c6=new A.uf(a6,b1,c3.c,c3.d,c3.e)}else c6=A.aEt(d4) +c7=o?c6.b:c6.a +c8=a4?c6.b:c6.a +d7=c7.d3(d7) +c9=c8.d3(d2) +d0=o?B.k2:B.B4 +d1=a4?B.k2:B.B5 +if(g==null)g=B.jx +if(a0==null)a0=o?B.fc:B.fe +if(i==null)if(!n)i=m.cy +else i=o?B.fa:B.i +return A.akT(d2,d2,B.wr,f===!0,a0,B.wB,B.FO,i,B.x4,B.x5,B.eW,B.xg,b9,j,a,B.yF,B.yG,B.yH,m,d2,B.zP,B.zQ,b,B.A1,c0,h,B.A5,B.A9,B.Aa,B.Ar,g,B.Av,A.aEe(d3),B.Ax,!0,B.AA,a7,c1,b8,a8,B.B0,d0,c,B.xP,B.BF,s,B.FW,B.FX,B.FY,B.Gb,B.Gc,B.Gd,B.Gq,B.y2,d4,B.Hd,d,a1,a3,a2,d1,c9,B.He,B.Hf,e,B.Hy,B.Hz,B.HA,b7,B.HB,B.zy,B.l,B.IE,B.IG,c2,q,B.Je,B.Jl,B.Jq,B.JH,d7,B.NQ,B.NR,a5,B.NX,c6,b6,d8,r)}, +akT(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,g7,g8,g9){return new A.hY(d,a0,b3,c4,c6,d4,d5,e6,f6,g8,g9,h,n,o,s,a3,a5,a6,b7,b8,b9,c0,c3,d7,d9,e0,e5,e9,f1,f2,f5,g7,c2,e1,e2,g1,g6,a,c,f,g,i,j,k,l,m,p,q,r,a1,a2,a4,a7,a8,a9,b0,b2,b4,b6,c1,c5,c7,c8,c9,d0,d1,d2,d3,d6,e3,e4,e7,e8,f0,f3,f4,f7,f8,f9,g0,g2,g3,g5,!0,d8,b,b1,e,g4)}, +aEc(){return A.a9Z(B.Y,null,null,null)}, +aEg(a,b){return $.avn().bS(0,new A.uI(a,b),new A.aa1(a,b))}, +NE(a){var s=0.2126*A.ajk((a.gl(a)>>>16&255)/255)+0.7152*A.ajk((a.gl(a)>>>8&255)/255)+0.0722*A.ajk((a.gl(a)&255)/255)+0.05 +if(s*s>0.15)return B.Y +return B.U}, +aEd(a,b,c){var s=a.c,r=s.t5(s,new A.aa_(b,c),t.K,t.Ag) +s=b.c +r.Lm(r,s.gfa(s).jU(0,new A.aa0(a))) +return r}, +aEe(a){var s,r,q=t.K,p=t.ZF,o=A.E(q,p) +for(s=0;!1;++s){r=a[s] +o.m(0,r.gxQ(r),p.a(r))}return A.ajm(o,q,t.Ag)}, +aEf(h7,h8,h9){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,h4,h5,h6 +if(h7===h8)return h7 +s=h9<0.5 +r=s?h7.a:h8.a +q=s?h7.b:h8.b +p=A.aEd(h7,h8,h9) +o=s?h7.d:h8.d +n=s?h7.e:h8.e +m=s?h7.f:h8.f +l=s?h7.r:h8.r +k=A.aDh(h7.w,h8.w,h9) +j=s?h7.x:h8.x +i=s?h7.y:h8.y +h=A.aEG(h7.z,h8.z,h9) +g=A.x(h7.as,h8.as,h9) +g.toString +f=A.x(h7.at,h8.at,h9) +f.toString +e=A.ayB(h7.ax,h8.ax,h9) +d=A.x(h7.ay,h8.ay,h9) +d.toString +c=A.x(h7.ch,h8.ch,h9) +c.toString +b=A.x(h7.CW,h8.CW,h9) +b.toString +a=A.x(h7.cx,h8.cx,h9) +a.toString +a0=A.x(h7.cy,h8.cy,h9) +a0.toString +a1=A.x(h7.db,h8.db,h9) +a1.toString +a2=A.x(h7.dx,h8.dx,h9) +a2.toString +a3=A.x(h7.dy,h8.dy,h9) +a3.toString +a4=A.x(h7.fr,h8.fr,h9) +a4.toString +a5=A.x(h7.fx,h8.fx,h9) +a5.toString +a6=A.x(h7.fy,h8.fy,h9) +a6.toString +a7=A.x(h7.go,h8.go,h9) +a7.toString +a8=A.x(h7.id,h8.id,h9) +a8.toString +a9=A.x(h7.k2,h8.k2,h9) +a9.toString +b0=A.x(h7.k3,h8.k3,h9) +b0.toString +b1=A.x(h7.k4,h8.k4,h9) +b1.toString +b2=A.kE(h7.ok,h8.ok,h9) +b3=A.kE(h7.p1,h8.p1,h9) +b4=A.u7(h7.p2,h8.p2,h9) +b5=A.u7(h7.p3,h8.p3,h9) +b6=A.aEu(h7.p4,h8.p4,h9) +b7=A.axB(h7.R8,h8.R8,h9) +b8=A.axK(h7.RG,h8.RG,h9) +b9=A.axR(h7.rx,h8.rx,h9) +c0=h7.ry +c1=h8.ry +c2=A.x(c0.a,c1.a,h9) +c3=A.x(c0.b,c1.b,h9) +c4=A.x(c0.c,c1.c,h9) +c5=A.x(c0.d,c1.d,h9) +c6=A.aY(c0.e,c1.e,h9) +c7=A.S(c0.f,c1.f,h9) +c8=A.dO(c0.r,c1.r,h9) +c0=A.dO(c0.w,c1.w,h9) +c1=A.ay1(h7.to,h8.to,h9) +c9=A.ay2(h7.x1,h8.x1,h9) +d0=A.ay4(h7.x2,h8.x2,h9) +d1=A.ay9(h7.xr,h8.xr,h9) +d2=s?h7.y1:h8.y1 +d3=A.ayf(h7.y2,h8.y2,h9) +d4=A.ayh(h7.aC,h8.aC,h9) +d5=A.aym(h7.az,h8.az,h9) +d6=A.ayT(h7.P,h8.P,h9) +d7=A.ayV(h7.X,h8.X,h9) +d8=A.az3(h7.ah,h8.ah,h9) +d9=A.azf(h7.ae,h8.ae,h9) +e0=A.azK(h7.aH,h8.aH,h9) +e1=A.azL(h7.e4,h8.e4,h9) +e2=A.azR(h7.dJ,h8.dJ,h9) +e3=A.aA2(h7.e5,h8.e5,h9) +e4=A.aA4(h7.O,h8.O,h9) +e5=A.aA6(h7.ar,h8.ar,h9) +e6=A.aAH(h7.I,h8.I,h9) +e7=A.aBc(h7.L,h8.L,h9) +e8=A.aBB(h7.b2,h8.b2,h9) +e9=A.aBC(h7.au,h8.au,h9) +f0=A.aBD(h7.bA,h8.bA,h9) +f1=A.aBS(h7.ce,h8.ce,h9) +f2=A.aBT(h7.df,h8.df,h9) +f3=A.aBU(h7.C,h8.C,h9) +f4=A.aBZ(h7.aq,h8.aq,h9) +f5=A.aCr(h7.bR,h8.bR,h9) +f6=A.aCK(h7.b3,h8.b3,h9) +f7=A.aCL(h7.cS,h8.cS,h9) +f8=A.aDj(h7.eg,h8.eg,h9) +f9=A.aDl(h7.fb,h8.fb,h9) +g0=A.aDn(h7.cJ,h8.cJ,h9) +g1=A.aDL(h7.bI,h8.bI,h9) +g2=A.aDN(h7.a6,h8.a6,h9) +g3=A.aE0(h7.a8,h8.a8,h9) +g4=A.aE2(h7.d2,h8.d2,h9) +g5=A.aE7(h7.dK,h8.dK,h9) +g6=A.aEb(h7.dE,h8.dE,h9) +g7=A.aEh(h7.e6,h8.e6,h9) +g8=A.aEl(h7.eh,h8.eh,h9) +g9=A.aEo(h7.jx,h8.jx,h9) +h0=s?h7.jy:h8.jy +s=s?h7.lA:h8.lA +h1=h7.v +h1.toString +h2=h8.v +h2.toString +h2=A.x(h1,h2,h9) +h1=h7.k1 +h1.toString +h3=h8.k1 +h3.toString +h3=A.x(h1,h3,h9) +h1=h7.lB +h1.toString +h4=h8.lB +h4.toString +h4=A.x(h1,h4,h9) +h1=h7.eV +h1.toString +h5=h8.eV +h5.toString +h5=A.x(h1,h5,h9) +h1=h7.Q +h1.toString +h6=h8.Q +h6.toString +return A.akT(b7,s,b8,r,h5,b9,new A.yf(c2,c3,c4,c5,c6,c7,c8,c0),A.x(h1,h6,h9),c1,c9,d0,d1,d2,g,f,d3,d4,d5,e,q,d6,d7,d,d8,c,b,d9,e0,e1,e2,h4,e3,p,e4,!0,e5,a,a0,a1,a2,e6,b2,a3,o,e7,n,e8,e9,f0,f1,f2,f3,f4,m,l,f5,a4,h0,a5,a6,b3,b4,f6,f7,a7,k,f8,f9,a8,g0,h3,a9,g1,g2,b0,j,g3,g4,g5,g6,b5,g7,g8,h2,g9,b6,b1,i,h)}, +aEF(a){switch(a.a){case 0:case 2:case 1:break +case 3:case 4:case 5:return B.P1}return B.bD}, +aEG(a,b,c){var s,r +if(a===b)return a +s=A.S(a.a,b.a,c) +s.toString +r=A.S(a.b,b.b,c) +r.toString +return new A.lp(s,r)}, +oO:function oO(a,b){this.a=a +this.b=b}, +hY:function hY(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,g7,g8,g9){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3 +_.p1=b4 +_.p2=b5 +_.p3=b6 +_.p4=b7 +_.R8=b8 +_.RG=b9 +_.rx=c0 +_.ry=c1 +_.to=c2 +_.x1=c3 +_.x2=c4 +_.xr=c5 +_.y1=c6 +_.y2=c7 +_.aC=c8 +_.az=c9 +_.P=d0 +_.X=d1 +_.ah=d2 +_.ae=d3 +_.aH=d4 +_.e4=d5 +_.dJ=d6 +_.e5=d7 +_.O=d8 +_.ar=d9 +_.I=e0 +_.L=e1 +_.b2=e2 +_.au=e3 +_.bA=e4 +_.ce=e5 +_.df=e6 +_.C=e7 +_.aq=e8 +_.bR=e9 +_.b3=f0 +_.cS=f1 +_.eg=f2 +_.fb=f3 +_.cJ=f4 +_.bI=f5 +_.a6=f6 +_.a8=f7 +_.d2=f8 +_.dK=f9 +_.dE=g0 +_.e6=g1 +_.eh=g2 +_.jx=g3 +_.Cz=g4 +_.jy=g5 +_.lA=g6 +_.lB=g7 +_.eV=g8 +_.v=g9}, +aa1:function aa1(a,b){this.a=a +this.b=b}, +aa_:function aa_(a,b){this.a=a +this.b=b}, +aa0:function aa0(a){this.a=a}, +a3t:function a3t(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}, +uI:function uI(a,b){this.a=a +this.b=b}, +Qm:function Qm(a,b,c){this.a=a +this.b=b +this.$ti=c}, +lp:function lp(a,b){this.a=a +this.b=b}, +Ul:function Ul(){}, +V1:function V1(){}, +aEh(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.aA(s,r,a4)}}r=A.x(a2.a,a3.a,a4) +q=A.lZ(a2.b,a3.b,a4) +p=A.lZ(a2.c,a3.c,a4) +o=A.x(a2.e,a3.e,a4) +n=t.KX.a(A.dq(a2.f,a3.f,a4)) +m=A.x(a2.r,a3.r,a4) +l=A.aY(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.aY(a2.Q,a3.Q,a4) +g=A.S(a2.as,a3.as,a4) +f=A.x(a2.at,a3.at,a4) +e=A.aY(a2.ax,a3.ax,a4) +d=A.x(a2.ay,a3.ay,a4) +c=A.dq(a2.ch,a3.ch,a4) +b=A.x(a2.CW,a3.CW,a4) +a=A.aY(a2.cx,a3.cx,a4) +if(a4<0.5)a0=a2.cy +else a0=a3.cy +a1=A.dO(a2.db,a3.db,a4) +return new A.B3(r,q,p,s,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,A.dq(a2.dx,a3.dx,a4))}, +B3:function B3(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}, +Un:function Un(){}, +NJ:function NJ(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.x=d +_.y=e +_.z=f +_.as=g +_.cy=h +_.db=i +_.fr=j +_.a=k}, +aa6:function aa6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aa5:function aa5(a,b){this.a=a +this.b=b}, +Tc:function Tc(a){this.a=a}, +PO:function PO(a){this.a=a}, +Up:function Up(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Tt:function Tt(a,b,c,d,e,f,g,h,i,j){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.c=i +_.a=j}, +D7:function D7(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.v=a +_.a2=b +_.a_=c +_.b0=d +_.av=e +_.b4=f +_.bv=g +_.aW=h +_.bN=i +_.C$=j +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=k +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null +_.a=0 +_.c=_.b=null}, +R5:function R5(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +CS:function CS(a,b,c,d){var _=this +_.v=a +_.a2=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +aeZ:function aeZ(a,b){this.a=a +this.b=b}, +Vb:function Vb(){}, +VA:function VA(){}, +aEl(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.aY(a.a,b.a,c) +r=A.nX(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.qt(a.ax,b.ax,c) +return new A.B4(s,r,q,p,o,n,m,l,j,k,i,h,g,A.S(a.at,b.at,c),f)}, +B4:function B4(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}, +Uq:function Uq(){}, +aqS(a,b){return new A.B5(b,a,null)}, +aqT(a){var s,r,q,p +if($.lh.length!==0){s=A.a($.lh.slice(0),A.ad($.lh)) +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.S(r,q,c) +q.toString +return new A.bE(n,s,B.P,q)}q=A.x(p,o,c) +q.toString +return new A.bE(q,s,B.P,r)}, +dq(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}, +apv(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}, +ar9(a,b,c){var s,r,q,p,o,n,m=a instanceof A.i2?a.a:A.a([a],t.Fi),l=b instanceof A.i2?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.R(o*p/m,p):new A.R(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.R(o,o*p/q):new A.R(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.R(o,o*p/q) +s=c}else{s=new A.R(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.R(o*p/m,p) +r=b}else{r=new A.R(m*q/p,m) +s=c}break +case 5:r=new A.R(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.R(q*n,q):b +m=c.a +if(s.a>m)s=new A.R(m,m/n) +r=b +break +default:r=null +s=null}return new A.HR(r,s)}, +vT:function vT(a,b){this.a=a +this.b=b}, +HR:function HR(a,b){this.a=a +this.b=b}, +ay8(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.yP(a.b,b.b,c) +r.toString +q=A.S(a.c,b.c,c) +q.toString +p=A.S(a.d,b.d,c) +p.toString +o=a.e +return new A.km(p,o===B.dg?b.e:o,s,r,q)}, +ant(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.aeC(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new A.afZ(o,s,b,(c-s*b)/o)}, +a8E:function a8E(a,b,c){this.a=a +this.b=b +this.c=c}, +Ax:function Ax(a,b){this.a=a +this.b=b}, +a8F:function a8F(a,b,c){this.b=a +this.c=b +this.a=c}, +acc:function acc(a,b,c){this.a=a +this.b=b +this.c=c}, +aeC:function aeC(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +afZ:function afZ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +NK:function NK(a,b){this.a=a +this.c=b}, +tn:function tn(){}, +a6B:function a6B(a){this.a=a}, +OX:function OX(a,b){var _=this +_.a=a +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +F8(a){var s=a.a,r=a.b +return new A.aW(s,s,r,r)}, +lX(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.aW(p,q,r,s?1/0:a)}, +ew(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.aW(p,q,r,s?a:1/0)}, +aj9(a){return new A.aW(0,a.a,0,a.b)}, +nX(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.am(0,c) +if(b==null)return a.am(0,1-c) +s=a.a +if(isFinite(s)){s=A.S(s,b.a,c) +s.toString}else s=1/0 +r=a.b +if(isFinite(r)){r=A.S(r,b.b,c) +r.toString}else r=1/0 +q=a.c +if(isFinite(q)){q=A.S(q,b.c,c) +q.toString}else q=1/0 +p=a.d +if(isFinite(p)){p=A.S(p,b.d,c) +p.toString}else p=1/0 +return new A.aW(s,r,q,p)}, +ay7(){var s=A.a([],t.om),r=new A.aJ(new Float64Array(16)) +r.bs() +return new A.lY(s,A.a([r],t.rE),A.a([],t.cR))}, +aW:function aW(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +XD:function XD(){}, +lY:function lY(a,b,c){this.a=a +this.b=b +this.c=c}, +qw:function qw(a,b){this.c=a +this.a=b +this.b=null}, +f9:function f9(a){this.a=a}, +wi:function wi(){}, +C5:function C5(a,b){this.a=a +this.b=b}, +C6:function C6(a,b){this.a=a +this.b=b}, +N:function N(){}, +a66:function a66(a,b){this.a=a +this.b=b}, +a68:function a68(a,b){this.a=a +this.b=b}, +a67:function a67(a,b){this.a=a +this.b=b}, +dp:function dp(){}, +a65:function a65(a,b,c){this.a=a +this.b=b +this.c=c}, +BC:function BC(){}, +hM:function hM(a,b,c){var _=this +_.e=null +_.dt$=a +_.an$=b +_.a=c}, +a44:function a44(){}, +zz:function zz(a,b,c,d,e){var _=this +_.O=a +_.dd$=b +_.aO$=c +_.i1$=d +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +CN:function CN(){}, +T1:function T1(){}, +apZ(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.fR +s=J.az(a) +r=s.gn(a)-1 +q=A.ay(0,e,!1,t.LQ) +p=0<=r +while(!0){if(!!1)break +s.j(a,0) +o=b[0] +o.gwU(o) +break}while(!0){if(!!1)break +s.j(a,r) +n=b[-1] +n.gwU(n) +break}m=A.aO("oldKeyedChildren") +if(p){m.sdY(A.E(t.D2,t.bu)) +for(l=m.a,k=0;k<=r;){j=s.j(a,k) +i=j.d +if(i!=null){h=m.b +if(h===m)A.a0(A.fh(l)) +J.nK(h,i,j)}++k}p=!0}else k=0 +for(l=m.a,g=0;!1;){o=d.a[g] +if(p){f=o.gwU(o) +i=m.b +if(i===m)A.a0(A.fh(l)) +j=J.bD(i,f) +if(j!=null){o.gwU(o) +j=e}}else j=e +q[g]=A.apY(j,o);++g}s.gn(a) +while(!0){if(!!1)break +q[g]=A.apY(s.j(a,k),d.a[g]);++g;++k}return new A.ca(q,A.ad(q).i("ca<1,cw>"))}, +apY(a,b){var s,r=a==null?A.a85(b.gwU(b),null):a,q=b.gQl(),p=A.n2() +q.gSY() +p.k1=q.gSY() +p.d=!0 +q.ga66(q) +s=q.ga66(q) +p.bL(B.hE,!0) +p.bL(B.v2,s) +q.gaaB() +s=q.gaaB() +p.bL(B.hE,!0) +p.bL(B.HZ,s) +q.gSv(q) +p.bL(B.I_,q.gSv(q)) +q.ga5Z(q) +p.bL(B.v9,q.ga5Z(q)) +q.gaah() +p.bL(B.I0,q.gaah()) +q.gac3() +p.bL(B.HV,q.gac3()) +q.gSU() +p.bL(B.I3,q.gSU()) +q.gaa8() +p.bL(B.HW,q.gaa8()) +q.gabs(q) +p.bL(B.HT,q.gabs(q)) +q.ga8a() +p.bL(B.v4,q.ga8a()) +q.ga8b(q) +p.bL(B.v5,q.ga8b(q)) +q.grn(q) +s=q.grn(q) +p.bL(B.v8,!0) +p.bL(B.v0,s) +q.ga9u() +p.bL(B.HX,q.ga9u()) +q.gth() +p.bL(B.HS,q.gth()) +q.gaaI(q) +p.bL(B.I1,q.gaaI(q)) +q.ga9h(q) +p.bL(B.hF,q.ga9h(q)) +q.ga9f() +p.bL(B.v7,q.ga9f()) +q.gSt() +p.bL(B.v3,q.gSt()) +q.gaaK() +p.bL(B.v6,q.gaaK()) +q.gaal() +p.bL(B.HY,q.gaal()) +q.gDj() +p.sDj(q.gDj()) +q.gBW() +p.sBW(q.gBW()) +q.gace() +s=q.gace() +p.bL(B.I2,!0) +p.bL(B.HU,s) +q.gfq(q) +p.bL(B.v1,q.gfq(q)) +q.gaa9(q) +p.R8=new A.cL(q.gaa9(q),B.a1) +p.d=!0 +q.gl(q) +p.RG=new A.cL(q.gl(q),B.a1) +p.d=!0 +q.ga9v() +p.rx=new A.cL(q.ga9v(),B.a1) +p.d=!0 +q.ga7h() +p.ry=new A.cL(q.ga7h(),B.a1) +p.d=!0 +q.ga9l(q) +p.to=new A.cL(q.ga9l(q),B.a1) +p.d=!0 +q.gcY() +p.y2=q.gcY() +p.d=!0 +q.gn7() +p.sn7(q.gn7()) +q.gn6() +p.sn6(q.gn6()) +q.gxb() +p.sxb(q.gxb()) +q.gxc() +p.sxc(q.gxc()) +q.gxd() +p.sxd(q.gxd()) +q.gxa() +p.sxa(q.gxa()) +q.gDw() +p.sDw(q.gDw()) +q.gDq() +p.sDq(q.gDq()) +q.gDo(q) +p.sDo(0,q.gDo(q)) +q.gDp(q) +p.sDp(0,q.gDp(q)) +q.gDD(q) +p.sDD(0,q.gDD(q)) +q.gDA() +p.sDA(q.gDA()) +q.gDy() +p.sDy(q.gDy()) +q.gDB() +p.sDB(q.gDB()) +q.gDz() +p.sDz(q.gDz()) +q.gDG() +p.sDG(q.gDG()) +q.gDH() +p.sDH(q.gDH()) +q.gDr() +p.sDr(q.gDr()) +q.gDs() +p.sDs(q.gDs()) +q.gx9() +p.sx9(q.gx9()) +r.ps(0,B.fR,p) +r.saS(0,b.gaS(b)) +r.sc6(0,b.gc6(b)) +r.dx=b.gadC() +return r}, +GL:function GL(){}, +zA:function zA(a,b,c,d,e,f,g){var _=this +_.v=a +_.a2=b +_.a_=c +_.b0=d +_.av=e +_.bN=_.aW=_.bv=_.b4=null +_.C$=f +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Z4:function Z4(){}, +zC:function zC(a,b){var _=this +_.O=a +_.ar=$ +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +asG(a,b,c){switch(a.a){case 0:switch(b){case B.t:return!0 +case B.Q:return!1 +case null:return null}break +case 1:switch(c){case B.bk:return!0 +case B.P0:return!1 +case null:return null}break}}, +HU:function HU(a,b){this.a=a +this.b=b}, +fz:function fz(a,b,c){var _=this +_.f=_.e=null +_.dt$=a +_.an$=b +_.a=c}, +Js:function Js(a,b){this.a=a +this.b=b}, +mB:function mB(a,b){this.a=a +this.b=b}, +o2:function o2(a,b){this.a=a +this.b=b}, +zD:function zD(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.O=a +_.ar=b +_.I=c +_.L=d +_.b2=e +_.au=f +_.bA=g +_.ce=0 +_.df=h +_.C=i +_.a8_$=j +_.iP$=k +_.dd$=l +_.aO$=m +_.i1$=n +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +a6b:function a6b(){}, +a6a:function a6a(){}, +a69:function a69(){}, +adW:function adW(a,b,c){this.a=a +this.b=b +this.c=c}, +T2:function T2(){}, +T3:function T3(){}, +CO:function CO(){}, +zE:function zE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.ar=_.O=null +_.I=a +_.L=b +_.b2=c +_.au=d +_.bA=e +_.ce=null +_.df=f +_.C=g +_.aq=h +_.bR=i +_.b3=j +_.cS=k +_.eg=l +_.fb=m +_.cJ=n +_.bI=o +_.a6=p +_.a8=q +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=r +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null +_.a=0 +_.c=_.b=null}, +aE(){return new A.J5()}, +aC4(a){return new A.KW(a,A.E(t.S,t.Q),A.aE())}, +aBY(a){return new A.jJ(a,A.E(t.S,t.Q),A.aE())}, +aqV(a){return new A.B9(a,B.h,A.E(t.S,t.Q),A.aE())}, +apu(){return new A.Kk(B.h,A.E(t.S,t.Q),A.aE())}, +vD:function vD(a,b,c){this.a=a +this.b=b +this.$ti=c}, +EC:function EC(a,b){this.a=a +this.$ti=b}, +xW:function xW(){}, +J5:function J5(){this.a=null}, +KW:function KW(a,b,c){var _=this +_.CW=a +_.cx=null +_.db=_.cy=!1 +_.d=b +_.e=0 +_.r=!1 +_.w=c +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null}, +fT:function fT(){}, +jJ:function jJ(a,b,c){var _=this +_.p1=a +_.cx=_.CW=null +_.d=b +_.e=0 +_.r=!1 +_.w=c +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null}, +wd:function wd(a,b,c){var _=this +_.p1=null +_.p2=a +_.cx=_.CW=null +_.d=b +_.e=0 +_.r=!1 +_.w=c +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null}, +wc:function wc(a,b,c){var _=this +_.p1=null +_.p2=a +_.cx=_.CW=null +_.d=b +_.e=0 +_.r=!1 +_.w=c +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null}, +wb:function wb(a,b,c){var _=this +_.p1=null +_.p2=a +_.cx=_.CW=null +_.d=b +_.e=0 +_.r=!1 +_.w=c +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null}, +B9:function B9(a,b,c,d){var _=this +_.X=a +_.ae=_.ah=null +_.aH=!0 +_.p1=b +_.cx=_.CW=null +_.d=c +_.e=0 +_.r=!1 +_.w=d +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null}, +Kk:function Kk(a,b,c){var _=this +_.X=null +_.p1=a +_.cx=_.CW=null +_.d=b +_.e=0 +_.r=!1 +_.w=c +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null}, +vC:function vC(a,b,c,d,e,f){var _=this +_.p1=a +_.p2=b +_.p3=c +_.cx=_.CW=null +_.d=d +_.e=0 +_.r=!1 +_.w=e +_.x=0 +_.y=!0 +_.at=_.as=_.Q=_.z=null +_.a=0 +_.c=_.b=null +_.$ti=f}, +Rg:function Rg(){}, +aBM(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.gcE(s).k(0,b.gcE(b))}, +aBL(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=a4.d +if(a3==null)a3=a4.c +s=a4.a +r=a4.b +q=a3.gh_(a3) +p=a3.gc0() +o=a3.gf_(a3) +n=a3.gkj(a3) +m=a3.gcE(a3) +l=a3.gmw() +k=a3.ged(a3) +a3.gth() +j=a3.gxo() +i=a3.gtn() +h=a3.gcb() +g=a3.gCh() +f=a3.gnv(a3) +e=a3.gDV() +d=a3.gDY() +c=a3.gDX() +b=a3.gDW() +a=a3.gDJ(a3) +a0=a3.gEg() +s.a0(0,new A.a3Z(r,A.aCd(k,l,n,h,g,a3.gwf(),0,o,!1,a,p,m,i,j,e,b,c,d,f,a3.gnH(),a0,q).b8(a3.gc6(a3)),s)) +q=A.j(r).i("bd<1>") +a0=q.i("bi") +a1=A.ah(new A.bi(new A.bd(r,q),new A.a4_(s),a0),!0,a0.i("k.E")) +a0=a3.gh_(a3) +q=a3.gc0() +f=a3.gf_(a3) +d=a3.gkj(a3) +c=a3.gcE(a3) +b=a3.gmw() +e=a3.ged(a3) +a3.gth() +j=a3.gxo() +i=a3.gtn() +m=a3.gcb() +p=a3.gCh() +a=a3.gnv(a3) +o=a3.gDV() +g=a3.gDY() +h=a3.gDX() +n=a3.gDW() +l=a3.gDJ(a3) +k=a3.gEg() +a2=A.aCb(e,b,d,m,p,a3.gwf(),0,f,!1,l,q,c,i,j,o,n,h,g,a,a3.gnH(),k,a0).b8(a3.gc6(a3)) +for(q=new A.c0(a1,A.ad(a1).i("c0<1>")),q=new A.bA(q,q.gn(q)),p=A.j(q).c;q.p();){o=q.d +if(o==null)o=p.a(o) +if(o.gEw()&&o.gDt(o)!=null){n=o.gDt(o) +n.toString +n.$1(a2.b8(r.j(0,o)))}}}, +RP:function RP(a,b){this.a=a +this.b=b}, +RQ:function RQ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +JP:function JP(a,b,c){var _=this +_.a=a +_.b=b +_.c=!1 +_.P$=0 +_.X$=c +_.ae$=_.ah$=0 +_.aH$=!1}, +a40:function a40(){}, +a43:function a43(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a42:function a42(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a41:function a41(a,b){this.a=a +this.b=b}, +a3Z:function a3Z(a,b,c){this.a=a +this.b=b +this.c=c}, +a4_:function a4_(a){this.a=a}, +Vo:function Vo(){}, +apy(a,b,c){var s,r,q=a.ch,p=t.dJ.a(q.a) +if(p==null){s=a.tJ(null) +q.sbJ(0,s) +q=s}else{p.E2() +a.tJ(p) +q=p}a.db=!1 +r=new A.t6(q,a.gDL()) +b=r +a.Ay(b,B.h) +b.ui()}, +aC1(a){var s=a.ch.a +s.toString +a.tJ(t.gY.a(s)) +a.db=!1}, +aCT(a){a.Hh()}, +aCU(a){a.a3b()}, +art(a,b){if(a==null)return null +if(a.gY(a)||b.P8())return B.w +return A.aph(b,a)}, +aFh(a,b,c,d){var s,r,q,p=b.c +p.toString +s=t.I9 +s.a(p) +for(r=p;r!==a;r=p,b=q){r.hR(b,c) +p=r.c +p.toString +s.a(p) +q=b.c +q.toString +s.a(q)}a.hR(b,c) +a.hR(b,d)}, +ars(a,b){if(a==null)return b +if(b==null)return a +return a.ej(b)}, +e8:function e8(){}, +t6:function t6(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +a4X:function a4X(a,b,c){this.a=a +this.b=b +this.c=c}, +a4W:function a4W(a,b,c){this.a=a +this.b=b +this.c=c}, +a4V:function a4V(a,b,c){this.a=a +this.b=b +this.c=c}, +YJ:function YJ(){}, +ta:function ta(a,b,c,d,e,f,g,h){var _=this +_.b=a +_.c=b +_.d=c +_.e=null +_.f=!1 +_.r=d +_.y=_.w=!1 +_.z=e +_.Q=f +_.as=!1 +_.at=null +_.ax=0 +_.ay=!1 +_.ch=g +_.CW=h +_.cx=null}, +a5d:function a5d(){}, +a5c:function a5c(){}, +a5e:function a5e(){}, +a5f:function a5f(){}, +P:function P(){}, +a6k:function a6k(a){this.a=a}, +a6l:function a6l(a){this.a=a}, +a6m:function a6m(){}, +a6h:function a6h(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}, +a6i:function a6i(a,b,c){this.a=a +this.b=b +this.c=c}, +a6j:function a6j(a,b){this.a=a +this.b=b}, +aQ:function aQ(){}, +fU:function fU(){}, +bv:function bv(){}, +zt:function zt(){}, +a64:function a64(a){this.a=a}, +afs:function afs(){}, +Ph:function Ph(a,b,c){this.b=a +this.c=b +this.a=c}, +fp:function fp(){}, +Ti:function Ti(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +C0:function C0(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +pY:function pY(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}, +Ty:function Ty(){var _=this +_.b=_.a=null +_.d=_.c=$ +_.e=!1}, +T4:function T4(){}, +jX:function jX(a,b,c){var _=this +_.e=null +_.dt$=a +_.an$=b +_.a=c}, +zK:function zK(a,b,c,d,e,f,g,h,i){var _=this +_.O=a +_.b2=_.L=_.I=_.ar=null +_.au=$ +_.bA=b +_.ce=c +_.df=d +_.C=!1 +_.cS=_.b3=_.bR=_.aq=null +_.Cy$=e +_.dd$=f +_.aO$=g +_.i1$=h +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +a6q:function a6q(){}, +a6o:function a6o(a){this.a=a}, +a6s:function a6s(){}, +a6p:function a6p(a,b,c){this.a=a +this.b=b +this.c=c}, +a6r:function a6r(a){this.a=a}, +a6n:function a6n(a,b){this.a=a +this.b=b}, +lA:function lA(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.r=_.f=_.e=_.d=null +_.w=$ +_.x=null +_.P$=0 +_.X$=d +_.ae$=_.ah$=0 +_.aH$=!1}, +CU:function CU(){}, +T5:function T5(){}, +T6:function T6(){}, +VC:function VC(){}, +VD:function VD(){}, +apX(a){var s=new A.zy(a,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +akB(a,b){return a}, +LF:function LF(){}, +hT:function hT(){}, +xn:function xn(a,b){this.a=a +this.b=b}, +zL:function zL(){}, +zy:function zy(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Ly:function Ly(a,b,c,d){var _=this +_.v=a +_.a2=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +zG:function zG(a,b,c,d){var _=this +_.v=a +_.a2=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +zF:function zF(a,b){var _=this +_.C$=a +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +zv:function zv(){}, +Lp:function Lp(a,b,c,d,e,f){var _=this +_.jt$=a +_.bz$=b +_.d0$=c +_.fU$=d +_.C$=e +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +wo:function wo(){}, +pf:function pf(a,b){this.b=a +this.c=b}, +uW:function uW(){}, +Lt:function Lt(a,b,c,d){var _=this +_.v=a +_.a2=null +_.a_=b +_.av=_.b0=null +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +Ls:function Ls(a,b,c,d,e,f){var _=this +_.da=a +_.dH=b +_.v=c +_.a2=null +_.a_=d +_.av=_.b0=null +_.C$=e +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Lr:function Lr(a,b,c,d){var _=this +_.v=a +_.a2=null +_.a_=b +_.av=_.b0=null +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +CV:function CV(){}, +LB:function LB(a,b,c,d,e,f,g,h,i){var _=this +_.i0=a +_.jt=b +_.da=c +_.dH=d +_.eU=e +_.v=f +_.a2=null +_.a_=g +_.av=_.b0=null +_.C$=h +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +a6t:function a6t(a,b){this.a=a +this.b=b}, +LC:function LC(a,b,c,d,e,f,g){var _=this +_.da=a +_.dH=b +_.eU=c +_.v=d +_.a2=null +_.a_=e +_.av=_.b0=null +_.C$=f +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +a6u:function a6u(a,b){this.a=a +this.b=b}, +GT:function GT(a,b){this.a=a +this.b=b}, +Lu:function Lu(a,b,c,d,e){var _=this +_.v=null +_.a2=a +_.a_=b +_.b0=c +_.C$=d +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +LI:function LI(a,b,c){var _=this +_.a_=_.a2=_.v=null +_.b0=a +_.b4=_.av=null +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +a6A:function a6A(a){this.a=a}, +Lw:function Lw(a,b,c,d){var _=this +_.v=a +_.a2=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +a6c:function a6c(a){this.a=a}, +LD:function LD(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.ee=a +_.fS=b +_.e1=c +_.ef=d +_.da=e +_.dH=f +_.eU=g +_.cc=h +_.hp=i +_.v=j +_.C$=k +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +LA:function LA(a,b,c,d,e,f,g,h){var _=this +_.ee=a +_.fS=b +_.e1=c +_.ef=d +_.da=e +_.dH=!0 +_.v=f +_.C$=g +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +LG:function LG(a,b){var _=this +_.a2=_.v=0 +_.C$=a +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Lx:function Lx(a,b,c,d){var _=this +_.v=a +_.a2=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +zI:function zI(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +zu:function zu(a,b,c,d){var _=this +_.v=a +_.a2=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +mY:function mY(a,b,c){var _=this +_.da=_.ef=_.e1=_.fS=_.ee=null +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +zM:function zM(a,b,c,d,e,f,g){var _=this +_.v=a +_.a2=b +_.a_=c +_.b0=d +_.bN=_.aW=_.bv=_.b4=_.av=null +_.fV=e +_.C$=f +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Lq:function Lq(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Lz:function Lz(a,b){var _=this +_.C$=a +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Lv:function Lv(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +zw:function zw(a,b,c,d,e){var _=this +_.v=a +_.a2=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null +_.$ti=e}, +T_:function T_(){}, +CW:function CW(){}, +CX:function CX(){}, +a7S:function a7S(){}, +Ag:function Ag(a,b){this.a=a +this.b=b}, +Ae:function Ae(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Af:function Af(a,b,c){this.a=a +this.b=b +this.c=c}, +Nw:function Nw(a,b){this.a=a +this.b=b}, +tm:function tm(){}, +a6v:function a6v(a,b,c){this.a=a +this.b=b +this.c=c}, +zJ:function zJ(a,b,c,d){var _=this +_.v=null +_.a2=a +_.a_=b +_.C$=c +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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=0 +_.c=_.b=null}, +Lo:function Lo(){}, +LE:function LE(a,b,c,d,e,f){var _=this +_.e1=a +_.ef=b +_.v=null +_.a2=c +_.a_=d +_.C$=e +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +a8s:function a8s(){}, +zB:function zB(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +CY:function CY(){}, +zO(a,b){var s,r,q,p +for(s=t.B,r=a,q=0;r!=null;){p=r.e +p.toString +s.a(p) +if(!p.gwN())q=Math.max(q,A.ft(b.$1(r))) +r=p.an$}return q}, +aq_(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.cl.xJ(c.a-s-n)}else{n=b.x +r=n!=null?B.cl.xJ(n):B.cl}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.xI(c.b-s-n)}a.f0(r,!0) +q=b.w +if(!(q!=null)){n=b.f +s=a.k3 +if(n!=null)q=c.a-n-s.a +else{s.toString +q=d.ln(t.o.a(c.a1(0,s))).a}}p=(q<0||q+a.k3.a>c.a)&&!0 +o=b.e +if(!(o!=null)){n=b.r +s=a.k3 +if(n!=null)o=c.b-n-s.b +else{s.toString +o=d.ln(t.o.a(c.a1(0,s))).b}}if(o<0||o+a.k3.b>c.b)p=!0 +b.a=new A.r(q,o) +return p}, +a63:function a63(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +er:function er(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=null +_.dt$=a +_.an$=b +_.a=c}, +MZ:function MZ(a,b){this.a=a +this.b=b}, +zN:function zN(a,b,c,d,e,f,g,h,i){var _=this +_.O=!1 +_.ar=null +_.I=a +_.L=b +_.b2=c +_.au=d +_.bA=e +_.dd$=f +_.aO$=g +_.i1$=h +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +a6y:function a6y(a){this.a=a}, +a6x:function a6x(a){this.a=a}, +a6w:function a6w(a){this.a=a}, +T8:function T8(){}, +T9:function T9(){}, +Op:function Op(a,b){this.a=a +this.b=b}, +zP:function zP(a,b,c,d,e){var _=this +_.id=a +_.k1=b +_.k2=c +_.k4=null +_.C$=d +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Tb:function Tb(){}, +aM1(a){var s,r +for(s=t.Rn,r=t.OJ;a!=null;){if(r.b(a))return a +a=s.a(a.c)}return null}, +akD:function akD(a,b){this.a=a +this.b=b}, +A5:function A5(a,b){this.a=a +this.b=b}, +aD9(a,b){return-B.e.bu(a.b,b.b)}, +aIi(a,b){if(b.ay$.a>0)return a>=1e5 +return!0}, +uD:function uD(a){this.a=a +this.b=null}, +pd:function pd(a,b){this.a=a +this.b=b}, +a56:function a56(a){this.a=a}, +eE:function eE(){}, +a7z:function a7z(a){this.a=a}, +a7B:function a7B(a){this.a=a}, +a7C:function a7C(a,b){this.a=a +this.b=b}, +a7D:function a7D(a,b){this.a=a +this.b=b}, +a7y:function a7y(a){this.a=a}, +a7A:function a7A(a){this.a=a}, +akU(){var s=new A.pE(new A.bj(new A.al($.ak,t.W),t.gR)) +s.Kw() +return s}, +u8:function u8(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=$}, +pE:function pE(a){this.a=a +this.c=this.b=null}, +aa3:function aa3(a){this.a=a}, +B2:function B2(a){this.a=a}, +Mj:function Mj(){}, +a83:function a83(a){this.a=a}, +Z0(a){var s=$.ajq.j(0,a) +if(s==null){s=$.anT +$.anT=s+1 +$.ajq.m(0,a,s) +$.anS.m(0,s,a)}return s}, +aDq(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s=0){q.a7(r,0,p).split("\n") +q.cZ(r,p+2) +n.push(new A.xZ())}else n.push(new A.xZ())}return n}, +aqk(a){switch(a){case"AppLifecycleState.resumed":return B.ws +case"AppLifecycleState.inactive":return B.wt +case"AppLifecycleState.paused":return B.wu +case"AppLifecycleState.detached":return B.wv}return null}, +tC:function tC(){}, +a8j:function a8j(a){this.a=a}, +acl:function acl(){}, +acm:function acm(a){this.a=a}, +acn:function acn(a){this.a=a}, +ao4(a,b,c){var s=A.a([b,c],t.V) +A.y(a,"addEventListener",s)}, +aod(a){return a.status}, +aIt(a,b){var s=self.window[a] +if(s==null)return null +return A.lK(s,b)}, +a0d:function a0d(a,b){this.a=a +this.b=!1 +this.c=b}, +a0e:function a0e(){}, +a0g:function a0g(a){this.a=a}, +a0f:function a0f(a){this.a=a}, +aAZ(a){var s,r,q=a.c,p=B.Fl.j(0,q) +if(p==null)p=new A.o(q) +q=a.d +s=B.FC.j(0,q) +if(s==null)s=new A.f(q) +r=a.a +switch(a.b.a){case 0:return new A.oB(p,s,a.e,r,a.f) +case 1:return new A.mu(p,s,null,r,a.f) +case 2:return new A.xN(p,s,a.e,r,!1)}}, +rH:function rH(a,b,c){this.c=a +this.a=b +this.b=c}, +mq:function mq(){}, +oB:function oB(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +mu:function mu(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +xN:function xN(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a15:function a15(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=null}, +IW:function IW(a,b){this.a=a +this.b=b}, +xM:function xM(a,b){this.a=a +this.b=b}, +IX:function IX(a,b,c,d){var _=this +_.a=null +_.b=a +_.c=b +_.d=null +_.e=c +_.f=d}, +Rc:function Rc(){}, +a2R:function a2R(){}, +f:function f(a){this.a=a}, +o:function o(a){this.a=a}, +Rd:function Rd(){}, +akt(a,b,c,d){return new A.z8(a,c,b,d)}, +aBK(a){return new A.yo(a)}, +jG:function jG(a,b){this.a=a +this.b=b}, +z8:function z8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +yo:function yo(a){this.a=a}, +a8Y:function a8Y(){}, +a2k:function a2k(){}, +a2m:function a2m(){}, +a8K:function a8K(){}, +a8L:function a8L(a,b){this.a=a +this.b=b}, +a8O:function a8O(){}, +aEU(a){var s,r,q +for(s=new A.dR(J.an(a.a),a.b),r=A.j(s).z[1];s.p();){q=s.a +if(q==null)q=r.a(q) +if(!q.k(0,B.cp))return q}return null}, +a3Y:function a3Y(a,b){this.a=a +this.b=b}, +yq:function yq(){}, +cP:function cP(){}, +PR:function PR(){}, +U3:function U3(a,b){this.a=a +this.b=b}, +jU:function jU(a){this.a=a}, +RO:function RO(){}, +lU:function lU(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Xu:function Xu(a,b){this.a=a +this.b=b}, +ym:function ym(a,b){this.a=a +this.b=b}, +a3H:function a3H(a,b){this.a=a +this.b=b}, +mJ:function mJ(a,b){this.a=a +this.b=b}, +aCO(a){var s,r,q,p,o={} +o.a=null +s=new A.a5R(o,a).$0() +r=$.aiK().d +q=A.j(r).i("bd<1>") +p=A.kL(new A.bd(r,q),q.i("k.E")).t(0,s.giY()) +q=J.bD(a,"type") +q.toString +A.cK(q) +switch(q){case"keydown":return new A.jO(o.a,p,s) +case"keyup":return new A.tj(null,!1,s) +default:throw A.c(A.a0_("Unknown key event type: "+q))}}, +oD:function oD(a,b){this.a=a +this.b=b}, +h1:function h1(a,b){this.a=a +this.b=b}, +zm:function zm(){}, +iI:function iI(){}, +a5R:function a5R(a,b){this.a=a +this.b=b}, +jO:function jO(a,b,c){this.a=a +this.b=b +this.c=c}, +tj:function tj(a,b,c){this.a=a +this.b=b +this.c=c}, +a5W:function a5W(a,b){this.a=a +this.d=b}, +cJ:function cJ(a,b){this.a=a +this.b=b}, +SX:function SX(){}, +SW:function SW(){}, +Lg:function Lg(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +zT:function zT(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +a6I:function a6I(a){this.a=a}, +a6J:function a6J(a){this.a=a}, +d9:function d9(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}, +a6F:function a6F(){}, +a6G:function a6G(){}, +a6E:function a6E(){}, +a6H:function a6H(){}, +a9a(a){var s=0,r=A.a5(t.H) +var $async$a9a=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=2 +return A.a1(B.bZ.jF(u.p,A.be(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$a9a) +case 2:return A.a3(null,r)}}) +return A.a4($async$a9a,r)}, +aqK(a){if($.tS!=null){$.tS=a +return}if(a.k(0,$.akQ))return +$.tS=a +A.kf(new A.a9b())}, +X5:function X5(a,b){this.a=a +this.b=b}, +jV:function jV(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}, +a9b:function a9b(){}, +Ni(a){var s=0,r=A.a5(t.H) +var $async$Ni=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=2 +return A.a1(B.bZ.jF("SystemSound.play",a.E(),t.H),$async$Ni) +case 2:return A.a3(null,r)}}) +return A.a4($async$Ni,r)}, +Nh:function Nh(a,b){this.a=a +this.b=b}, +akR(a,b,c,d){var s=b?").b(s))return s +else return null}, +axC(a,b,c){var s={} +s.a=null +A.WM(a,new A.WO(s,b,a,c)) +return s.a}, +ao_(a){return new A.Ha(a,new A.bF(A.a([],t.ot),t.wS))}, +agR:function agR(a){this.a=a}, +aS:function aS(){}, +bH:function bH(){}, +o1:function o1(){}, +nY:function nY(a,b,c){var _=this +_.c=a +_.a=b +_.b=null +_.$ti=c}, +WI:function WI(){}, +kj:function kj(a,b,c){this.d=a +this.e=b +this.a=c}, +WK:function WK(a){this.a=a}, +WN:function WN(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +WL:function WL(a,b,c){this.a=a +this.b=b +this.c=c}, +WO:function WO(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Bj:function Bj(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +ab5:function ab5(a){this.a=a}, +Bi:function Bi(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +Os:function Os(a){this.a=a +this.b=null}, +Ha:function Ha(a,b){this.c=a +this.a=b +this.b=null}, +qe:function qe(){}, +qx:function qx(){}, +jl:function jl(){}, +H7:function H7(){}, +p8:function p8(){}, +L9:function L9(a){var _=this +_.d=_.c=$ +_.a=a +_.b=null}, +S9:function S9(){}, +Cz:function Cz(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.ade$=c +_.adf$=d +_.adg$=e +_.adh$=f +_.a=g +_.b=null +_.$ti=h}, +OB:function OB(){}, +Oz:function Oz(){}, +R8:function R8(){}, +DT:function DT(){}, +vB:function vB(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +aHH(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=null +if(a==null||a.length===0)return B.b.gG(a0) +s=t.N +r=t.da +q=A.dB(b,b,s,r) +p=A.dB(b,b,s,r) +o=A.dB(b,b,s,r) +n=A.dB(b,b,s,r) +m=A.dB(b,b,t.ob,r) +for(l=0;l<1;++l){k=a0[l] +s=k.a +r=B.aG.j(0,s) +if(r==null)r=s +j=k.c +i=B.aX.j(0,j) +if(i==null)i=j +i=r+"_null_"+A.i(i) +if(q.j(0,i)==null)q.m(0,i,k) +r=B.aG.j(0,s) +r=(r==null?s:r)+"_null" +if(o.j(0,r)==null)o.m(0,r,k) +r=B.aG.j(0,s) +if(r==null)r=s +i=B.aX.j(0,j) +if(i==null)i=j +i=r+"_"+A.i(i) +if(p.j(0,i)==null)p.m(0,i,k) +r=B.aG.j(0,s) +s=r==null?s:r +if(n.j(0,s)==null)n.m(0,s,k) +s=B.aX.j(0,j) +if(s==null)s=j +if(m.j(0,s)==null)m.m(0,s,k)}for(h=b,g=h,f=0;f"))}, +aEJ(){var s=null,r=A.a([],t.GA),q=$.ak,p=A.a([],t.Jh),o=A.ay(7,s,!1,t.JI),n=t.S,m=t.j1 +n=new A.Ot(s,$,r,!0,new A.bj(new A.al(q,t.W),t.gR),!1,s,!1,$,!1,s,$,!1,0,!1,$,0,s,$,$,new A.U2(A.w(t.Q)),$,$,$,$,s,p,s,A.aHL(),new A.Is(A.aHK(),o,t.G7),!1,0,A.E(n,t.h1),A.d3(s,s,n),A.a([],m),A.a([],m),s,!1,B.d5,!0,!1,s,B.C,B.C,s,0,s,!1,s,s,0,A.kM(s,t.qL),new A.a5w(A.E(n,t.rr),A.E(t.Ld,t.Rd)),new A.a0x(A.E(n,t.cK)),new A.a5z(),A.E(n,t.Fn),$,!1,B.Ai) +n.WW() +return n}, +agb:function agb(a,b,c){this.a=a +this.b=b +this.c=c}, +agc:function agc(a){this.a=a}, +k4:function k4(){}, +Bg:function Bg(){}, +aga:function aga(a,b){this.a=a +this.b=b}, +aaV:function aaV(a,b){this.a=a +this.b=b}, +pa:function pa(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.$ti=e}, +a6f:function a6f(a,b,c){this.a=a +this.b=b +this.c=c}, +a6g:function a6g(a){this.a=a}, +mW:function mW(a,b,c){var _=this +_.d=_.c=_.b=_.a=_.CW=_.ay=_.p2=_.p1=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=c}, +Ot:function Ot(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){var _=this +_.aq$=a +_.bR$=b +_.b3$=c +_.cS$=d +_.eg$=e +_.fb$=f +_.cJ$=g +_.bI$=h +_.x1$=i +_.x2$=j +_.xr$=k +_.y1$=l +_.y2$=m +_.aC$=n +_.az$=o +_.iO$=p +_.Cw$=q +_.wm$=r +_.wn$=s +_.rz$=a0 +_.Cx$=a1 +_.I$=a2 +_.L$=a3 +_.b2$=a4 +_.au$=a5 +_.bA$=a6 +_.y$=a7 +_.z$=a8 +_.Q$=a9 +_.as$=b0 +_.at$=b1 +_.ax$=b2 +_.ay$=b3 +_.ch$=b4 +_.CW$=b5 +_.cx$=b6 +_.cy$=b7 +_.db$=b8 +_.dx$=b9 +_.dy$=c0 +_.fr$=c1 +_.fx$=c2 +_.fy$=c3 +_.go$=c4 +_.id$=c5 +_.k1$=c6 +_.k2$=c7 +_.k3$=c8 +_.k4$=c9 +_.ok$=d0 +_.p1$=d1 +_.p2$=d2 +_.p3$=d3 +_.p4$=d4 +_.R8$=d5 +_.RG$=d6 +_.rx$=d7 +_.ry$=d8 +_.to$=d9 +_.a=!1 +_.b=null +_.c=0}, +CT:function CT(){}, +DB:function DB(){}, +DC:function DC(){}, +DD:function DD(){}, +DE:function DE(){}, +DF:function DF(){}, +DG:function DG(){}, +DH:function DH(){}, +anV(a,b,c){return new A.GR(b,c,a,null)}, +wh(a,b,c,d,e,f,g,h,i){var s +if(i!=null||f!=null){s=d==null?null:d.Ef(f,i) +if(s==null)s=A.lX(f,i)}else s=d +return new A.Gg(b,a,h,c,e,s,g,null)}, +GR:function GR(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Gg:function Gg(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.a=h}, +ajr(a,b,c){return new A.qR(b,c,a,null)}, +qR:function qR(a,b,c,d){var _=this +_.w=a +_.x=b +_.b=c +_.a=d}, +S_:function S_(a){this.a=a}, +az_(){switch(A.q3().a){case 0:return $.amh() +case 1:return $.aul() +case 2:return $.aum() +case 3:return $.aun() +case 4:return $.ami() +case 5:return $.aup()}}, +GY:function GY(a,b){this.c=a +this.a=b}, +azb(a){var s=a.aB(t.I) +s.toString +switch(s.w.a){case 0:return B.Gf +case 1:return B.h}}, +azc(a){var s=a.ch,r=A.ad(s) +return new A.dE(new A.bi(s,new A.ZA(),r.i("bi<1>")),new A.ZB(),r.i("dE<1,G>"))}, +aza(a,b){var s,r,q,p,o=B.b.gG(a),n=A.anY(b,o) +for(s=a.length,r=0;rr)return a.a1(0,new A.r(p,r)).gcb() +else return p-q}}else{p=b.c +if(q>p){s=a.b +r=b.b +if(sr)return a.a1(0,new A.r(p,r)).gcb() +else return q-p}}else{q=a.b +p=b.b +if(qp)return q-p +else return 0}}}}, +azd(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=t.AO,f=A.a([a],g) +for(s=new A.dR(J.an(b.a),b.b),r=A.j(s).z[1];s.p();f=p){q=s.a +if(q==null)q=r.a(q) +p=A.a([],g) +for(o=f.length,n=q.a,m=q.b,l=q.d,q=q.c,k=0;k=m&&j.d<=l){h=j.a +if(hq)p.push(new A.G(q,i,q+(h-q),i+(j.d-i)))}else{h=j.a +if(h>=n&&j.c<=q){if(il)p.push(new A.G(h,l,h+(j.c-h),l+(i-l)))}else p.push(j)}}}return f}, +az9(a,b){var s,r=a.a +if(r>=0)if(r<=b.a){s=a.b +s=s>=0&&s<=b.b}else s=!1 +else s=!1 +if(s)return a +else return new A.r(Math.min(Math.max(0,r),b.a),Math.min(Math.max(0,a.b),b.b))}, +wB:function wB(a,b,c){this.c=a +this.d=b +this.a=c}, +ZA:function ZA(){}, +ZB:function ZB(){}, +H8:function H8(a){this.a=a}, +r_:function r_(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +BL:function BL(a,b,c){var _=this +_.d=$ +_.e=a +_.f=b +_.a=null +_.b=c +_.c=null}, +aHT(a){var s,r,q +for(s=a.length,r=!1,q=0;q>")) +for(s=new A.bA(n,n.gn(n)),r=A.j(s).c,q=null;s.p();){p=s.d +o=p==null?r.a(p):p +q=(q==null?o:q).wH(0,o)}if(q.gY(q))return B.b.gG(a).a +return B.b.O2(B.b.gG(a).gNh(),q.goo(q)).w}, +arp(a,b){A.lN(a,new A.aeU(b),t.zP)}, +aF9(a,b){A.lN(a,new A.aeR(b),t.JH)}, +aor(a,b){return new A.xa(b==null?new A.zp(A.E(t.l5,t.UJ)):b,a,null)}, +a08(a){var s +for(;s=a.Q,s!=null;a=s){if(a.e==null)return null +if(a instanceof A.BW)return a}return null}, +I0(a){var s,r=A.ajN(a,!1,!0) +if(r==null)return null +s=A.a08(r) +return s==null?null:s.dy}, +agN:function agN(a){this.a=a}, +uB:function uB(a,b){this.b=a +this.c=b}, +nj:function nj(a,b){this.a=a +this.b=b}, +O3:function O3(a,b){this.a=a +this.b=b}, +I1:function I1(){}, +a0a:function a0a(a,b){this.a=a +this.b=b}, +a09:function a09(){}, +uy:function uy(a,b){this.a=a +this.b=b}, +PV:function PV(a){this.a=a}, +Zi:function Zi(){}, +aeV:function aeV(a){this.a=a}, +Zq:function Zq(a,b){this.a=a +this.b=b}, +Zs:function Zs(a){this.a=a}, +Zr:function Zr(a){this.a=a}, +Zt:function Zt(a){this.a=a}, +Zu:function Zu(a){this.a=a}, +Zk:function Zk(a){this.a=a}, +Zl:function Zl(a){this.a=a}, +Zm:function Zm(){}, +Zn:function Zn(a){this.a=a}, +Zo:function Zo(a){this.a=a}, +Zp:function Zp(){}, +Zj:function Zj(a,b,c){this.a=a +this.b=b +this.c=c}, +Zv:function Zv(a){this.a=a}, +Zw:function Zw(a){this.a=a}, +Zx:function Zx(a){this.a=a}, +Zy:function Zy(a){this.a=a}, +dL:function dL(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aeS:function aeS(){}, +aeU:function aeU(a){this.a=a}, +aeT:function aeT(){}, +k9:function k9(a){this.a=a +this.b=null}, +aeQ:function aeQ(){}, +aeR:function aeR(a){this.a=a}, +zp:function zp(a){this.eU$=a}, +a5Z:function a5Z(){}, +a6_:function a6_(){}, +a60:function a60(a){this.a=a}, +xa:function xa(a,b,c){this.c=a +this.f=b +this.a=c}, +BW:function BW(a,b,c,d,e,f,g,h,i){var _=this +_.dy=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=null +_.f=f +_.r=g +_.Q=_.y=_.x=_.w=null +_.as=h +_.ax=_.at=null +_.ay=!1 +_.P$=0 +_.X$=i +_.ae$=_.ah$=0 +_.aH$=!1}, +QC:function QC(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +LK:function LK(a){this.a=a +this.b=null}, +oZ:function oZ(){}, +K7:function K7(a){this.a=a +this.b=null}, +p7:function p7(){}, +L8:function L8(a){this.a=a +this.b=null}, +H5:function H5(a){this.a=a +this.b=null}, +QD:function QD(){}, +SZ:function SZ(){}, +Vv:function Vv(){}, +Vw:function Vw(){}, +aEX(a){a.f9() +a.bK(A.ahJ())}, +azP(a,b){var s,r,q,p=a.e +p===$&&A.b() +s=b.e +s===$&&A.b() +r=p-s +if(r!==0)return r +q=b.as +if(a.as!==q)return q?-1:1 +return 0}, +azO(a){a.dT() +a.bK(A.ato())}, +ajH(a){var s=a.a,r=s instanceof A.rf?s:null +return new A.HF("",r,new A.Bd())}, +aDV(a){var s=a.aZ(),r=new A.hg(s,a,B.ac) +s.c=r +s.a=a +return r}, +aAL(a){return new A.fC(A.dB(null,null,t.Y,t.X),a,B.ac)}, +aBN(a){return new A.oS(A.d3(null,null,t.Y),a,B.ac)}, +alF(a,b,c,d){var s=new A.c_(b,c,"widgets library",a,d,!1) +A.ez(s) +return s}, +jr:function jr(){}, +cD:function cD(a,b){this.a=a +this.$ti=b}, +kC:function kC(a,b){this.a=a +this.$ti=b}, +m:function m(){}, +aX:function aX(){}, +au:function au(){}, +afC:function afC(a,b){this.a=a +this.b=b}, +aK:function aK(){}, +aP:function aP(){}, +fj:function fj(){}, +b8:function b8(){}, +aH:function aH(){}, +J9:function J9(){}, +bg:function bg(){}, +h2:function h2(){}, +uz:function uz(a,b){this.a=a +this.b=b}, +R0:function R0(a){this.a=!1 +this.b=a}, +adH:function adH(a,b){this.a=a +this.b=b}, +XL:function XL(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}, +XM:function XM(a,b,c){this.a=a +this.b=b +this.c=c}, +a4B:function a4B(){}, +aew:function aew(a,b){this.a=a +this.b=b}, +bC:function bC(){}, +a_7:function a_7(a){this.a=a}, +a_8:function a_8(a){this.a=a}, +a_4:function a_4(a){this.a=a}, +a_6:function a_6(){}, +a_5:function a_5(a){this.a=a}, +HF:function HF(a,b,c){this.d=a +this.e=b +this.a=c}, +wf:function wf(){}, +YC:function YC(){}, +YD:function YD(){}, +N6:function N6(a,b){var _=this +_.d=_.c=_.b=_.a=_.ay=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +hg:function hg(a,b,c){var _=this +_.ok=a +_.p1=!1 +_.d=_.c=_.b=_.a=_.ay=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +zh:function zh(){}, +t7:function t7(a,b,c){var _=this +_.d=_.c=_.b=_.a=_.ay=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=c}, +a4Y:function a4Y(a){this.a=a}, +fC:function fC(a,b,c){var _=this +_.P=a +_.d=_.c=_.b=_.a=_.ay=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +d7:function d7(){}, +a6d:function a6d(a){this.a=a}, +a6e:function a6e(a){this.a=a}, +a74:function a74(){}, +J8:function J8(a,b){var _=this +_.d=_.c=_.b=_.a=_.CW=_.ay=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +Am:function Am(a,b){var _=this +_.d=_.c=_.b=_.a=_.CW=_.ay=_.p1=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +oS:function oS(a,b,c){var _=this +_.p1=$ +_.p2=a +_.d=_.c=_.b=_.a=_.CW=_.ay=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +ru:function ru(a,b,c){this.a=a +this.b=b +this.$ti=c}, +RY:function RY(a,b){var _=this +_.d=_.c=_.b=_.a=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +S0:function S0(a){this.a=a}, +TT:function TT(){}, +Ie(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){return new A.Id(b,a1,a2,s,a0,o,q,r,p,f,k,a4,a5,a3,h,j,i,g,l,n,m,a,d,c,e)}, +rj:function rj(){}, +eA:function eA(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Id:function Id(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){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.ay=j +_.cy=k +_.rx=l +_.ry=m +_.to=n +_.x2=o +_.y1=p +_.y2=q +_.aC=r +_.az=s +_.X=a0 +_.ah=a1 +_.L=a2 +_.b2=a3 +_.au=a4 +_.a=a5}, +a0C:function a0C(a){this.a=a}, +a0D:function a0D(a,b){this.a=a +this.b=b}, +a0E:function a0E(a){this.a=a}, +a0I:function a0I(a,b){this.a=a +this.b=b}, +a0J:function a0J(a){this.a=a}, +a0K:function a0K(a,b){this.a=a +this.b=b}, +a0L:function a0L(a){this.a=a}, +a0M:function a0M(a,b){this.a=a +this.b=b}, +a0N:function a0N(a){this.a=a}, +a0O:function a0O(a,b){this.a=a +this.b=b}, +a0P:function a0P(a){this.a=a}, +a0F:function a0F(a,b){this.a=a +this.b=b}, +a0G:function a0G(a){this.a=a}, +a0H:function a0H(a,b){this.a=a +this.b=b}, +ti:function ti(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +zl:function zl(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +QI:function QI(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a82:function a82(){}, +acq:function acq(a){this.a=a}, +acv:function acv(a){this.a=a}, +acu:function acu(a){this.a=a}, +acr:function acr(a){this.a=a}, +acs:function acs(a){this.a=a}, +act:function act(a,b){this.a=a +this.b=b}, +acw:function acw(a){this.a=a}, +acx:function acx(a){this.a=a}, +acy:function acy(a,b){this.a=a +this.b=b}, +aoB(a,b,c){var s=A.E(t.K,t.U3) +a.bK(new A.a1i(c,new A.a1h(s,b))) +return s}, +arh(a,b){var s,r=a.gbj() +r.toString +t.q.a(r) +s=r.hx(0,b==null?null:b.gbj()) +r=r.k3 +return A.mE(s,new A.G(0,0,0+r.a,0+r.b))}, +rk:function rk(a,b){this.a=a +this.b=b}, +os:function os(a,b,c){this.c=a +this.e=b +this.a=c}, +a1h:function a1h(a,b){this.a=a +this.b=b}, +a1i:function a1i(a,b){this.a=a +this.b=b}, +uG:function uG(a,b){var _=this +_.d=a +_.e=null +_.f=!0 +_.a=null +_.b=b +_.c=null}, +adv:function adv(a,b){this.a=a +this.b=b}, +adu:function adu(){}, +adr:function adr(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=$}, +lx:function lx(a,b){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.f=_.e=$ +_.r=null +_.x=_.w=!1}, +ads:function ads(a){this.a=a}, +adt:function adt(a,b){this.a=a +this.b=b}, +xm:function xm(a,b){this.a=a +this.b=b}, +a1g:function a1g(){}, +a1f:function a1f(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a1e:function a1e(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +xs:function xs(a,b,c){this.c=a +this.z=b +this.a=c}, +mg:function mg(a,b){this.a=a +this.d=b}, +a1I(a,b,c){return new A.ox(b,a,c)}, +xv(a,b){return new A.jd(new A.a1J(null,b,a),null)}, +ak2(a){var s,r,q,p,o,n,m=A.aoH(a).a4(a),l=m.a,k=l==null +if(!k)if(m.b!=null)if(m.c!=null)if(m.d!=null)if(m.e!=null)if(m.f!=null){s=m.r +s=(s==null?null:A.X(s,0,1))!=null}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +if(s)l=m +else{if(k)l=24 +k=m.b +if(k==null)k=0 +s=m.c +if(s==null)s=400 +r=m.d +if(r==null)r=0 +q=m.e +if(q==null)q=48 +p=m.f +if(p==null)p=B.l +o=m.r +o=o==null?null:A.X(o,0,1) +if(o==null)o=A.X(1,0,1) +n=m.w +l=m.rb(p,k,r,o,q,n==null?null:n,l,s)}return l}, +aoH(a){var s=a.aB(t.Oh),r=s==null?null:s.w +return r==null?B.B3:r}, +ox:function ox(a,b,c){this.w=a +this.b=b +this.a=c}, +a1J:function a1J(a,b,c){this.a=a +this.b=b +this.c=c}, +kE(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=null +if(a==b&&a!=null)return a +s=a==null +r=s?i:a.a +q=b==null +r=A.S(r,q?i:b.a,c) +p=s?i:a.b +p=A.S(p,q?i:b.b,c) +o=s?i:a.c +o=A.S(o,q?i:b.c,c) +n=s?i:a.d +n=A.S(n,q?i:b.d,c) +m=s?i:a.e +m=A.S(m,q?i:b.e,c) +l=s?i:a.f +l=A.x(l,q?i:b.f,c) +if(s)k=i +else{k=a.r +k=k==null?i:A.X(k,0,1)}if(q)j=i +else{j=b.r +j=j==null?i:A.X(j,0,1)}j=A.S(k,j,c) +s=s?i:a.w +return new A.cU(r,p,o,n,m,l,j,A.aDw(s,q?i:b.w,c))}, +cU:function cU(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}, +QU:function QU(){}, +alO(a,b){var s,r +a.aB(t.l4) +s=$.qa() +r=A.eW(a,B.i5) +r=r==null?null:r.b +if(r==null)r=1 +return new A.ro(s,r,A.akc(a),A.eS(a),b,A.q3())}, +rl:function rl(a,b,c,d){var _=this +_.c=a +_.w=b +_.as=c +_.a=d}, +C_:function C_(a){var _=this +_.f=_.e=_.d=null +_.r=!1 +_.w=$ +_.x=null +_.y=!1 +_.z=$ +_.a=_.ax=_.at=_.as=_.Q=null +_.b=a +_.c=null}, +adD:function adD(a,b,c){this.a=a +this.b=b +this.c=c}, +adE:function adE(a){this.a=a}, +adF:function adF(a){this.a=a}, +adG:function adG(a){this.a=a}, +Vk:function Vk(){}, +GU:function GU(a,b){this.a=a +this.b=b}, +wK:function wK(a,b){this.a=a +this.b=b}, +ob:function ob(a,b){this.a=a +this.b=b}, +nW:function nW(a,b){this.a=a +this.b=b}, +pB:function pB(a,b){this.a=a +this.b=b}, +IH:function IH(){}, +rs:function rs(){}, +a2_:function a2_(a){this.a=a}, +a1Z:function a1Z(a){this.a=a}, +a1Y:function a1Y(a,b){this.a=a +this.b=b}, +qg:function qg(){}, +WX:function WX(){}, +vs:function vs(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +OH:function OH(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.jv$=a +_.eC$=b +_.a=null +_.b=c +_.c=null}, +ab8:function ab8(){}, +vq:function vq(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +OG:function OG(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.jv$=a +_.eC$=b +_.a=null +_.b=c +_.c=null}, +ab7:function ab7(){}, +vt:function vt(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}, +OI:function OI(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.jv$=a +_.eC$=b +_.a=null +_.b=c +_.c=null}, +ab9:function ab9(){}, +aba:function aba(){}, +abb:function abb(){}, +abc:function abc(){}, +uJ:function uJ(){}, +aAM(a,b,c,d){var s,r=a.m5(d) +if(r==null)return +c.push(r) +s=r.f +s.toString +d.a(s) +return}, +e5(a,b,c){var s,r,q,p,o,n +if(b==null)return a.aB(c) +s=A.a([],t.Fa) +A.aAM(a,b,s,c) +if(s.length===0)return null +r=B.b.gU(s) +for(q=s.length,p=0;p>")),i).c1(new A.ah4(k,h),t.e3)}, +akc(a){var s=a.aB(t.Gk) +return s==null?null:s.r.f}, +mA(a,b,c){var s=a.aB(t.Gk) +return s==null?null:c.i("0?").a(J.bD(s.r.e,b))}, +uU:function uU(a,b){this.a=a +this.b=b}, +ah2:function ah2(a){this.a=a}, +ah3:function ah3(){}, +ah4:function ah4(a,b){this.a=a +this.b=b}, +fF:function fF(){}, +V4:function V4(){}, +H_:function H_(){}, +Cf:function Cf(a,b,c,d){var _=this +_.r=a +_.w=b +_.b=c +_.a=d}, +y7:function y7(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Rs:function Rs(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +ae0:function ae0(a){this.a=a}, +ae1:function ae1(a,b){this.a=a +this.b=b}, +ae_:function ae_(a,b,c){this.a=a +this.b=b +this.c=c}, +aBh(a,b){var s,r +a.aB(t.bS) +s=A.aBi(a,b) +if(s==null)return null +a.yE(s,null) +r=s.f +r.toString +return b.a(r)}, +aBi(a,b){var s,r,q,p=a.m5(b) +if(p==null)return null +s=a.m5(t.bS) +if(s!=null){r=s.e +r===$&&A.b() +q=p.e +q===$&&A.b() +q=r>q +r=q}else r=!1 +if(r)return null +return p}, +ap9(a,b){var s={} +s.a=null +a.pv(new A.a3c(s,b)) +s=s.a +if(s==null)s=null +else{s=s.ok +s.toString}return b.i("0?").a(s)}, +ap8(a,b){var s={} +s.a=null +a.pv(new A.a3b(s,b)) +s=s.a +s=s==null?null:s.gbj() +return b.i("0?").a(s)}, +a3c:function a3c(a,b){this.a=a +this.b=b}, +a3b:function a3b(a,b){this.a=a +this.b=b}, +rW(a,b,c){return new A.oP(b,a,c)}, +api(a,b,c,d,e,f){return A.rW(a,A.e5(b,null,t.w).w.QH(c,d,e,f),null)}, +eW(a,b){var s=A.e5(a,b,t.w) +return s==null?null:s.w}, +Kl:function Kl(a,b){this.a=a +this.b=b}, +eG:function eG(a,b){this.a=a +this.b=b}, +yj:function yj(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}, +a3F:function a3F(a){this.a=a}, +oP:function oP(a,b,c){this.w=a +this.b=b +this.a=c}, +a4e:function a4e(a,b){this.a=a +this.b=b}, +Cl:function Cl(a,b,c){this.c=a +this.e=b +this.a=c}, +RB:function RB(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +aed:function aed(a,b){this.a=a +this.b=b}, +Vm:function Vm(){}, +a3Q(a,b,c,d,e,f,g){return new A.JM(c,d,e,!0,f,b,g,null)}, +ane(a,b,c,d,e,f){return new A.EA(d,e,!0,b,f,c,null)}, +Tv:function Tv(a,b,c){this.e=a +this.c=b +this.a=c}, +T7:function T7(a,b,c){var _=this +_.v=a +_.C$=b +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +JM:function JM(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}, +a3R:function a3R(a,b){this.a=a +this.b=b}, +EA:function EA(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.c=f +_.a=g}, +uq:function uq(a,b,c,d,e,f,g,h,i){var _=this +_.P=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +ON:function ON(a){this.a=a}, +RM:function RM(a,b,c){this.c=a +this.d=b +this.a=c}, +JY:function JY(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +Dp:function Dp(a,b){this.a=a +this.b=b}, +afO:function afO(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +apq(a){return A.hN(a,!1).aaw(null)}, +hN(a,b){var s,r,q +if(a instanceof A.hg){s=a.ok +s.toString +s=s instanceof A.jH}else s=!1 +if(s){s=a.ok +s.toString +t.uK.a(s) +r=s}else r=null +if(b){q=a.a88(t.uK) +r=q==null?r:q +s=r}else{if(r==null)r=a.wp(t.uK) +s=r}s.toString +return s}, +aBV(a,b){var s,r,q,p,o,n,m=null,l=A.a([],t.ny) +if(B.c.c9(b,"/")&&b.length>1){b=B.c.cZ(b,1) +s=t.z +l.push(a.vi("/",!0,m,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +aFf(a){return a.gacy()}, +arr(a){return new A.afg(a)}, +aFc(a){var s,r,q +t.Dn.a(a) +s=J.az(a) +r=s.j(a,0) +r.toString +switch(B.DC[A.ny(r)].a){case 0:s=s.eb(a,1) +r=s[0] +r.toString +A.ny(r) +q=s[1] +q.toString +A.cK(q) +return new A.RR(r,q,s.length>2?s[2]:null,B.ib) +case 1:s=s.eb(a,1)[1] +s.toString +t.pO.a(A.aC7(new A.XS(A.ny(s)))) +return null}}, +tu:function tu(a,b){this.a=a +this.b=b}, +ct:function ct(){}, +a77:function a77(a){this.a=a}, +a76:function a76(a){this.a=a}, +a7a:function a7a(){}, +a7b:function a7b(){}, +a7c:function a7c(){}, +a7d:function a7d(){}, +a78:function a78(a){this.a=a}, +a79:function a79(){}, +iL:function iL(a,b){this.a=a +this.b=b}, +oV:function oV(){}, +ot:function ot(a,b,c){this.f=a +this.b=b +this.a=c}, +a75:function a75(){}, +NX:function NX(){}, +GZ:function GZ(){}, +yJ:function yJ(a,b,c,d,e,f,g,h,i){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.Q=f +_.as=g +_.at=h +_.a=i}, +a4n:function a4n(){}, +fq:function fq(a,b){this.a=a +this.b=b}, +RX:function RX(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +ef:function ef(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}, +aff:function aff(a,b){this.a=a +this.b=b}, +afd:function afd(){}, +afe:function afe(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +afg:function afg(a){this.a=a}, +nt:function nt(){}, +uS:function uS(a,b){this.a=a +this.b=b}, +uR:function uR(a,b){this.a=a +this.b=b}, +Ct:function Ct(a,b){this.a=a +this.b=b}, +Cu:function Cu(a,b){this.a=a +this.b=b}, +jH:function jH(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.d=$ +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=!1 +_.z=null +_.Q=$ +_.as=f +_.at=null +_.ay=_.ax=!1 +_.ch=0 +_.CW=g +_.cx=h +_.cc$=i +_.hp$=j +_.Cv$=k +_.i_$=l +_.js$=m +_.dl$=n +_.bH$=o +_.a=null +_.b=p +_.c=null}, +a4m:function a4m(a){this.a=a}, +a4g:function a4g(){}, +a4h:function a4h(){}, +a4i:function a4i(){}, +a4j:function a4j(){}, +a4k:function a4k(){}, +a4l:function a4l(){}, +a4f:function a4f(a){this.a=a}, +D0:function D0(a,b){this.a=a +this.b=b}, +Te:function Te(){}, +RR:function RR(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +al2:function al2(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +QL:function QL(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.P$=0 +_.X$=a +_.ae$=_.ah$=0 +_.aH$=!1}, +adw:function adw(){}, +aeu:function aeu(){}, +Cv:function Cv(){}, +Cw:function Cw(){}, +Ka:function Ka(){}, +hP:function hP(a,b,c,d){var _=this +_.d=a +_.b=b +_.a=c +_.$ti=d}, +Cx:function Cx(a,b,c){var _=this +_.d=_.c=_.b=_.a=_.ay=null +_.e=$ +_.f=a +_.r=null +_.w=b +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1 +_.$ti=c}, +h_:function h_(){}, +Vr:function Vr(){}, +aC_(a,b,c,d,e,f){return new A.Kn(f,a,e,c,d,b,null)}, +Ko:function Ko(a,b){this.a=a +this.b=b}, +Kn:function Kn(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.c=f +_.a=g}, +k8:function k8(a,b,c){this.dt$=a +this.an$=b +this.a=c}, +uX:function uX(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.O=a +_.ar=b +_.I=c +_.L=d +_.b2=e +_.au=f +_.bA=g +_.dd$=h +_.aO$=i +_.i1$=j +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=k +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null +_.a=0 +_.c=_.b=null}, +af_:function af_(a,b){this.a=a +this.b=b}, +Vx:function Vx(){}, +Vy:function Vy(){}, +a4K(a,b){return new A.kT(a,b,A.hn(null),new A.cD(null,t.af))}, +aFb(a){return a.aQ(0)}, +kT:function kT(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=null +_.f=d +_.r=!1}, +a4L:function a4L(a){this.a=a}, +lz:function lz(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Cy:function Cy(a){var _=this +_.d=$ +_.e=null +_.r=_.f=$ +_.a=null +_.b=a +_.c=null}, +aeD:function aeD(){}, +yT:function yT(a,b,c){this.c=a +this.d=b +this.a=c}, +t3:function t3(a,b,c,d){var _=this +_.d=a +_.dl$=b +_.bH$=c +_.a=null +_.b=d +_.c=null}, +a4P:function a4P(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a4O:function a4O(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a4Q:function a4Q(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a4N:function a4N(){}, +a4M:function a4M(){}, +Do:function Do(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Uk:function Uk(a,b,c){var _=this +_.p1=$ +_.p2=a +_.d=_.c=_.b=_.a=_.CW=_.ay=null +_.e=$ +_.f=b +_.r=null +_.w=c +_.z=_.y=null +_.Q=!1 +_.as=!0 +_.ax=_.at=!1}, +v_:function v_(){}, +af0:function af0(a){this.a=a}, +v2:function v2(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=_.at=null +_.dt$=a +_.an$=b +_.a=c}, +uZ:function uZ(a,b,c,d,e,f,g,h){var _=this +_.O=null +_.ar=a +_.I=b +_.L=c +_.au=d +_.dd$=e +_.aO$=f +_.i1$=g +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +af3:function af3(a){this.a=a}, +af2:function af2(a){this.a=a}, +af1:function af1(a){this.a=a}, +Ta:function Ta(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +S8:function S8(){}, +DU:function DU(){}, +Vz:function Vz(){}, +apw(a,b){var s=a.f +s.toString +return!(s instanceof A.t5)}, +aLR(a){var s=a.a85(t.Mf) +return s==null?null:s.d}, +afD:function afD(a){this.a=a}, +yU:function yU(){this.a=null}, +a4S:function a4S(a){this.a=a}, +t5:function t5(a,b,c){this.c=a +this.d=b +this.a=c}, +jL:function jL(){}, +a3G:function a3G(){}, +a5k:function a5k(){}, +GX:function GX(a,b){this.a=a +this.d=b}, +aku(a){var s=a.aB(t.bb) +return s==null?null:s.f}, +zf:function zf(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +zU(a){var s=a.aB(t.lQ) +return s==null?null:s.f}, +aaE(a,b){return new A.Be(a,b,null)}, +n_:function n_(a,b,c){this.c=a +this.d=b +this.a=c}, +Tf:function Tf(a,b,c,d,e,f){var _=this +_.cc$=a +_.hp$=b +_.Cv$=c +_.i_$=d +_.js$=e +_.a=null +_.b=f +_.c=null}, +Be:function Be(a,b,c){this.f=a +this.b=b +this.a=c}, +zY:function zY(a,b,c){this.c=a +this.d=b +this.a=c}, +D_:function D_(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.w=!1 +_.a=null +_.b=a +_.c=null}, +af8:function af8(a){this.a=a}, +af7:function af7(a,b){this.a=a +this.b=b}, +eD:function eD(){}, +l1:function l1(){}, +a6K:function a6K(a,b){this.a=a +this.b=b}, +agk:function agk(){}, +VB:function VB(){}, +d8:function d8(){}, +j_:function j_(){}, +CZ:function CZ(){}, +zS:function zS(a,b,c){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1 +_.$ti=c}, +zR:function zR(a,b){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +agl:function agl(){}, +tt:function tt(a,b){this.a=a +this.b=b}, +LX:function LX(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f +_.$ti=g}, +LW:function LW(a,b){this.a=a +this.b=b}, +v0:function v0(a,b,c,d,e,f,g,h){var _=this +_.e=_.d=null +_.f=a +_.r=$ +_.w=!1 +_.cc$=b +_.hp$=c +_.Cv$=d +_.i_$=e +_.js$=f +_.a=null +_.b=g +_.c=null +_.$ti=h}, +afn:function afn(a){this.a=a}, +afo:function afo(a){this.a=a}, +afm:function afm(a){this.a=a}, +afk:function afk(a,b,c){this.a=a +this.b=b +this.c=c}, +afh:function afh(a){this.a=a}, +afi:function afi(a,b){this.a=a +this.b=b}, +afl:function afl(){}, +afj:function afj(){}, +Tj:function Tj(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +Td:function Td(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.P$=0 +_.X$=a +_.ae$=_.ah$=0 +_.aH$=!1}, +v7:function v7(){}, +a3U(a,b){var s=a.aB(t.Fe),r=s==null?null:s.x +return b.i("hL<0>?").a(r)}, +t2:function t2(){}, +dZ:function dZ(){}, +aal:function aal(a,b,c){this.a=a +this.b=b +this.c=c}, +aaj:function aaj(a,b,c){this.a=a +this.b=b +this.c=c}, +aak:function aak(a,b,c){this.a=a +this.b=b +this.c=c}, +aai:function aai(a,b){this.a=a +this.b=b}, +Jl:function Jl(){}, +PX:function PX(a,b){this.e=a +this.a=b +this.b=null}, +Cn:function Cn(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.b=e +_.a=f}, +uQ:function uQ(a,b,c){this.c=a +this.a=b +this.$ti=c}, +ly:function ly(a,b,c,d){var _=this +_.d=null +_.e=$ +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +aeh:function aeh(a){this.a=a}, +ael:function ael(a){this.a=a}, +aem:function aem(a){this.a=a}, +aek:function aek(a){this.a=a}, +aei:function aei(a){this.a=a}, +aej:function aej(a){this.a=a}, +hL:function hL(){}, +a3V:function a3V(a,b){this.a=a +this.b=b}, +a3T:function a3T(){}, +ze:function ze(){}, +zk:function zk(){}, +uP:function uP(){}, +aqe(a,b,c){return new A.M4(c,a,b,null)}, +M4:function M4(a,b,c,d){var _=this +_.d=a +_.f=b +_.x=c +_.a=d}, +Mb:function Mb(){}, +IC:function IC(a){this.a=a}, +Xi:function Xi(a,b){this.b=$ +this.c=a +this.a=b}, +ZX:function ZX(a){this.c=this.b=$ +this.a=a}, +A4:function A4(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a7H:function a7H(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a7G:function a7G(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a7I:function a7I(){}, +Mc:function Mc(a,b,c){this.f=a +this.b=b +this.a=c}, +aDd(){return new A.Md(A.a([],t.ZP),$.bN())}, +Md:function Md(a,b){var _=this +_.d=a +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +a7J:function a7J(){}, +a_S:function a_S(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Qs:function Qs(){}, +aDf(a,b,c,d,e){var s=new A.ty(c,e,d,a,0) +if(b!=null)s.dc$=b +return s}, +aIj(a){return a.dc$===0}, +aaU:function aaU(){}, +f_:function f_(){}, +Mg:function Mg(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.dc$=d}, +ty:function ty(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.dc$=e}, +t4:function t4(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.dc$=f}, +Me:function Me(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.dc$=d}, +aaM:function aaM(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.dc$=d}, +D6:function D6(){}, +D5:function D5(a,b,c){this.f=a +this.b=b +this.a=c}, +nr:function nr(a){var _=this +_.d=a +_.c=_.b=_.a=null}, +A6:function A6(a,b){this.c=a +this.a=b}, +A7:function A7(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +a7K:function a7K(a){this.a=a}, +a7L:function a7L(a){this.a=a}, +a7M:function a7M(a){this.a=a}, +Pj:function Pj(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.dc$=e}, +A8:function A8(a,b){this.a=a +this.b=b}, +akG:function akG(a){this.a=a}, +l2(a){var s=a.aB(t.jF) +return s==null?null:s.f}, +aDg(a){var s,r=a.y0(t.jF) +if(r==null)return!1 +s=r.r +return s.r.ady(s.fr.gkV()+s.as,s.a6O(),a)}, +aqi(a,b,c){var s,r,q,p,o,n=A.a([],t.mo),m=A.l2(a) +for(s=t.jF,r=null;m!=null;){q=m.d +q.toString +p=a.gbj() +p.toString +n.push(q.adb(p,b,c,B.b7,B.C,r)) +if(r==null)r=a.gbj() +a=m.c +o=a.aB(s) +m=o==null?null:o.f}s=n.length +if(s!==0)q=0===B.C.a +else q=!0 +if(q)return A.e4(null,t.H) +if(s===1)return B.b.gl5(n) +s=t.H +return A.op(n,s).c1(new A.a7N(),s)}, +a7N:function a7N(){}, +aDa(){return new A.tx(new A.bF(A.a([],t.ot),t.wS))}, +aDb(a,b){var s +a.a.toString +switch(b.a){case 0:return 50 +case 1:s=a.d.ax +s.toString +return 0.8*s}}, +aDc(a,b){var s=A.aDb(a,b.b) +switch(b.a.a){case 2:switch(a.a.c.a){case 0:return-s +case 2:return s +case 1:case 3:return 0}break +case 0:switch(a.a.c.a){case 0:return s +case 2:return-s +case 1:case 3:return 0}break +case 3:switch(a.a.c.a){case 1:return-s +case 3:return s +case 0:case 2:return 0}break +case 1:switch(a.a.c.a){case 1:return s +case 3:return-s +case 0:case 2:return 0}break}}, +Mf:function Mf(a,b){this.a=a +this.b=b}, +hV:function hV(a,b){this.a=a +this.b=b}, +tx:function tx(a){this.a=a +this.b=null}, +Ak:function Ak(a,b){this.c=a +this.a=b}, +TD:function TD(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +TE:function TE(a,b,c){this.x=a +this.b=b +this.a=c}, +e9(a,b,c,d,e){return new A.ax(a,c,e,b,d)}, +aDF(a){var s=A.E(t.y6,t.Xw) +a.a0(0,new A.a8q(s)) +return s}, +akK(a,b,c){return new A.pj(null,c,a,b,null)}, +ax:function ax(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +pN:function pN(a,b){this.a=a +this.b=b}, +tE:function tE(a,b){var _=this +_.b=a +_.c=null +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +a8q:function a8q(a){this.a=a}, +a8p:function a8p(){}, +pj:function pj(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Db:function Db(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +Mz:function Mz(a,b){var _=this +_.c=a +_.P$=0 +_.X$=b +_.ae$=_.ah$=0 +_.aH$=!1}, +Al:function Al(a,b){this.c=a +this.a=b}, +Da:function Da(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +TH:function TH(a,b,c){this.f=a +this.b=b +this.a=c}, +TF:function TF(){}, +TG:function TG(){}, +TI:function TI(){}, +TJ:function TJ(){}, +TK:function TK(){}, +V8:function V8(){}, +aqA(a,b,c,d,e){return new A.MN(c,d,!0,e,b,null)}, +ML:function ML(a,b){this.a=a +this.b=b}, +Aw:function Aw(a){var _=this +_.a=!1 +_.P$=0 +_.X$=a +_.ae$=_.ah$=0 +_.aH$=!1}, +MN:function MN(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +uY:function uY(a,b,c,d,e,f,g){var _=this +_.v=a +_.a2=b +_.a_=c +_.b0=d +_.av=e +_.bv=_.b4=null +_.aW=!1 +_.bN=null +_.C$=f +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +MM:function MM(){}, +PP:function PP(){}, +Nl:function Nl(a,b){this.c=a +this.a=b}, +LH:function LH(a,b,c,d,e,f){var _=this +_.ee=a +_.fS=b +_.e1=c +_.v=d +_.C$=e +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +o6(a,b,c,d,e,f,g,h){return new A.qS(e,f,d,c,b,h,g,a,null)}, +hi(a,b){return new A.pv(a,null,null,b,null)}, +qS:function qS(a,b,c,d,e,f,g,h,i){var _=this +_.w=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.as=f +_.at=g +_.b=h +_.a=i}, +S1:function S1(a){this.a=a}, +pv:function pv(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.a=e}, +Hb:function Hb(){}, +H6:function H6(){}, +wu:function wu(){}, +ww:function ww(){}, +wv:function wv(){}, +H4:function H4(){}, +oe:function oe(){}, +og:function og(){}, +x0:function x0(){}, +wV:function wV(){}, +wW:function wW(){}, +iq:function iq(){}, +oh:function oh(){}, +oi:function oi(){}, +wZ:function wZ(){}, +x_:function x_(){}, +of:function of(){}, +A9:function A9(){}, +Mh:function Mh(){}, +wj:function wj(){}, +KL:function KL(){}, +Ll:function Ll(){}, +O9:function O9(){}, +O2:function O2(){}, +aqP(a){var s=a.aB(t.l3),r=s==null?null:s.f +return r!==!1}, +aqO(a){var s=a.y0(t.l3),r=s==null?null:s.r +return r==null?A.hn(!0):r}, +u9:function u9(a,b,c){this.c=a +this.d=b +this.a=c}, +Um:function Um(a,b){var _=this +_.d=!0 +_.e=a +_.a=null +_.b=b +_.c=null}, +BM:function BM(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +n6:function n6(){}, +hZ:function hZ(){}, +V3:function V3(a,b,c){var _=this +_.w=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=$}, +NI:function NI(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +akO(a,b,c,d){return new A.MK(c,d,a,b,null)}, +aqf(a,b){return new A.Ma(a,b,null)}, +aq9(a,b){return new A.LU(a,b,null)}, +ajJ(a,b){return new A.HM(b,a,null)}, +lQ(a,b,c){return new A.Ez(b,c,a,null)}, +vv:function vv(){}, +Bk:function Bk(a){this.a=null +this.b=a +this.c=null}, +abd:function abd(){}, +MK:function MK(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Ma:function Ma(a,b,c){this.r=a +this.c=b +this.a=c}, +LU:function LU(a,b,c){this.r=a +this.c=b +this.a=c}, +HM:function HM(a,b,c){this.e=a +this.c=b +this.a=c}, +GS:function GS(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +y4:function y4(){}, +Ez:function Ez(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +uk:function uk(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.$ti=d}, +v5:function v5(a,b){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null +_.$ti=b}, +ag6:function ag6(a){this.a=a}, +aMX(a){var s=A.aBh(a,t._l) +return s==null?null:s.f}, +Oo:function Oo(a,b,c){this.c=a +this.d=b +this.a=c}, +Dz:function Dz(a,b,c){this.f=a +this.b=b +this.a=c}, +a2r:function a2r(){}, +Ln:function Ln(){}, +a5o:function a5o(a){this.a=a}, +asb(a){switch(a.a){case 0:return B.h +case 1:return B.q0 +case 2:return B.hn +case 3:return B.pZ +case 4:return B.pY +case 5:return B.q2 +case 6:return B.q_ +case 7:return B.q1 +case 8:return B.ho}}, +a_F:function a_F(a,b){this.a=a +this.b=b}, +r5:function r5(a,b,c){this.c=a +this.d=b +this.a=c}, +Qi:function Qi(a,b,c){var _=this +_.e=_.d=$ +_.jv$=a +_.eC$=b +_.a=null +_.b=c +_.c=null}, +DP:function DP(){}, +aIh(a,b){return A.Yp(A.aa(a).y?B.ck:B.bm,b)}, +aox(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){return new A.Ih(k,l,m,p,q,r,h,i,j,a,f,b,c,e,d,g,o,!1,null)}, +mc:function mc(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.f=c +_.x=d +_.Q=e +_.a=f}, +md:function md(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.f=c +_.x=d +_.Q=e +_.a=f}, +Ih:function Ih(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}, +fA(a){var s,r,q,p=null,o=A.be([B.AJ,new A.dA("224ecf762c40f4aac88f48353d6b0ce62eeb5d90556e26b7704d024632195809",117352),B.AL,new A.dA("b1c11109ae4f18bfa1065ec0bdfe95ee1d85071b476cdcd7fb5bb7a02eeb79ff",117548),B.AN,new A.dA("0479039177e871c2b2b4eef8fa0108c929b804f1cae8a0b8de30dd0e701b7112",117448),B.AP,new A.dA("e549403e4a007249673d041c55e7205d754210d79b962001d95a8313191aa3c2",117388),B.AR,new A.dA("fc2640fc16a60883b8f9db92bd4ff12c5049d45d8b17bceed4fcb21827d76961",117392),B.AT,new A.dA("dce4cd0ac8892078aa945c86610d15a0d3566a26a8ad62eb0ba48b51dc4a6a66",117404),B.AV,new A.dA("dc6ebfa9c6e8cb7de1831117fc3b905b63aafc63320665a4f4c722da65f0f76a",117312),B.AX,new A.dA("e8c6b02dc280974028f39e99d29505c52f275c1e935c741ae6319c94f6022fb1",117376),B.AZ,new A.dA("1d6b10ef732abfb934319e7890bc547c62b0c2f55204eab80601435d045df3a0",117060),B.AK,new A.dA("a6b001e19ef8909bebaa35afb3823eefe97413a8f5fe209f9a27556355b16c45",115344),B.AM,new A.dA("3b9a92f6091065537a6fa412ec540204988693313176daacf991e71b0056b3c8",115444),B.AO,new A.dA("2a57af68d557365701e21f71034bdb64961e599768a02901851405b45f8f113d",115424),B.AQ,new A.dA("6597b943f258602aa9b409278ffc9bed9780c34675313453146044af80113f03",115232),B.AS,new A.dA("9c58b776ba9e08f651f83df1c6e3e7a09c95d29c0dd58d3ab607a72ccdb23a87",115300),B.AU,new A.dA("a18b9a23bd09f74381cefe7b868bd094815c56a0bc711f97c6f6888e388491d8",115388),B.AW,new A.dA("fb540d416ec2fb8b6a2bd5de94c89576ab0059ea372e4f44adbe5dbdaee03d18",115252),B.AY,new A.dA("066aae67341d1789840a58b02741533b290f599fe2874e2d08c54592c4f34610",115396),B.B_,new A.dA("845342512e0567b18bc0db3fc6e29e6905ef4ea3b06f677081c1025149cd709c",115020)],t.gm,t.Ks) +a=(a==null?B.vT:a).a6Y(p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p) +s=a.w +if(s==null)s=B.j +r=a.x +q=A.aGb(new A.dl(s,r==null?B.an:r),new A.bd(o,A.j(o).i("bd<1>"))) +s=o.j(0,q) +s.toString +A.vf(new A.a1_(new A.a10("Raleway",q),s)) +return a.a7_("Raleway_"+q.h(0),A.a(["Raleway"],t.s))}, +aoz(){var s=A.a9Z(B.Y,null,null,null).p3,r=A.fA(s.a),q=A.fA(s.b),p=A.fA(s.c),o=A.fA(s.d),n=A.fA(s.e),m=A.fA(s.f),l=A.fA(s.r),k=A.fA(s.w),j=A.fA(s.x) +return A.a9W(A.fA(s.y),A.fA(s.z),A.fA(s.Q),r,q,p,o,n,m,A.fA(s.as),A.fA(s.at),A.fA(s.ax),l,k,j)}, +aca:function aca(){}, +axP(a){var s,r,q,p=t.N,o=A.E(p,t.yp) +for(s=J.an1(t.a.a(B.b5.dr(0,a))),s=s.gW(s),r=t.j;s.p();){q=s.gD(s) +o.m(0,q.a,J.kh(r.a(q.b),p))}return new A.cn(o,t.Zl)}, +X9:function X9(){}, +a1_:function a1_(a,b){this.a=a +this.b=b}, +dA:function dA(a,b){this.a=a +this.b=b}, +a10:function a10(a,b){this.a=a +this.b=b}, +dl:function dl(a,b){this.a=a +this.b=b}, +aJJ(a,b,c){var s,r=null,q={},p=A.a([],c.i("l>")),o=t.S,n=A.dB(r,r,c,o),m=A.dB(r,r,c,o),l=A.d3(r,r,c),k=q.a=0,j=new A.aiv(q,m,n,A.kM(r,c),l,b,A.aJK(),p,c) +for(;k<1;++k){s=a[k] +if(!m.ai(0,s))j.$1(s)}return p}, +aGn(a,b){return J.e(a,b)}, +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}, +aIL(a,b){return A.ahq(new A.ahQ(a,b),t.Wd)}, +ahq(a,b){return A.aHz(a,b,b)}, +aHz(a,b,c){var s=0,r=A.a5(c),q,p=2,o,n=[],m,l +var $async$ahq=A.a6(function(d,e){if(d===1){o=e +s=p}while(true)switch(s){case 0:A.aJZ() +m=new A.vU(A.w(t.Gf)) +p=3 +s=6 +return A.a1(a.$1(m),$async$ahq) +case 6:l=e +q=l +n=[1] +s=4 +break +n.push(5) +s=4 +break +case 3:n=[2] +case 4:p=2 +J.an0(m) +s=n.pop() +break +case 5:case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$ahq,r)}, +ahQ:function ahQ(a,b){this.a=a +this.b=b}, +ET:function ET(){}, +EU:function EU(){}, +Xq:function Xq(){}, +Xr:function Xr(){}, +Xs:function Xs(){}, +vU:function vU(a){this.a=a}, +XG:function XG(a,b,c){this.a=a +this.b=b +this.c=c}, +XH:function XH(a,b){this.a=a +this.b=b}, +qy:function qy(a){this.a=a}, +XP:function XP(a){this.a=a}, +G0:function G0(a){this.a=a}, +aCW(a,b){var s=new Uint8Array(0),r=$.aua().b +if(!r.test(a))A.a0(A.eK(a,"method","Not a valid method")) +r=t.N +return new A.a6C(B.I,s,a,b,A.kK(new A.Xq(),new A.Xr(),null,r,r))}, +a6C:function a6C(a,b,c,d,e){var _=this +_.x=a +_.y=b +_.a=c +_.b=d +_.r=e +_.w=!1}, +a6D(a){return A.aCY(a)}, +aCY(a){var s=0,r=A.a5(t.Wd),q,p,o,n,m,l,k,j +var $async$a6D=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=3 +return A.a1(a.w.R9(),$async$a6D) +case 3:p=c +o=a.b +n=a.a +m=a.e +l=a.c +k=A.aJX(p) +j=p.length +k=new A.tp(k,n,o,l,j,m,!1,!0) +k.Gr(o,j,m,!1,!0,l,n) +q=k +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$a6D,r)}, +tp:function tp(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h}, +tL:function tL(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h}, +qo:function qo(){}, +EV:function EV(){}, +Xt:function Xt(){}, +CB:function CB(a,b){this.a=a +this.b=b}, +qK:function qK(a){this.a=a}, +ayK(a,b,c){var s,r,q=A.a([],t.kQ) +for(s=0;s") +a1=A.ah(new A.aw(i,new A.EV(),a1),!0,a1.i("bs.E")) +r=new A.Ip(a7.a,a7.as,A.E(a2,a3),A.E(a2,a3),a7.b,a4,s,p,n,f,e,a5,a6,d,A.ay(i.length,0,!1,t.i),g,new A.bq(c,b),new A.jy(a,a0),a1,r) +r.Gs(a5,a6,m,h,i,l,a7.y,k,j) +j=r.gti() +s.a.push(j) +a6.aE(s) +q.push(j) +a6.aE(p) +o.push(j) +a6.aE(n) +return r}, +Ip:function Ip(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}, +zb:function zb(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}, +zr:function zr(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}, +zQ:function zQ(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}, +ts:function ts(a,b){this.a=a +this.c=b +this.d=null}, +Aj:function Aj(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1 +_.f=e}, +aDZ(a,a0,a1){var s,r,q,p,o,n=t.u,m=A.a([],n),l=new A.kq(m,A.aC(a1.d.a)),k=A.atA(a1.r),j=A.atB(a1.w),i=a1.e,h=a1.f,g=a1.c,f=a1.b,e=$.Z(),d=e.ak(),c=e.ak(),b=A.a([],t.CH) +e=e.af() +e.sc2(0,B.H) +s=A.a([],n) +r=A.aC(h.a) +q=A.a([],n) +p=A.aC(i.a) +if(f==null)n=null +else{o=f.a +o=new A.bq(A.a([],n),A.aC(o)) +n=o}o=A.ad(g).i("aw<1,bq>") +o=A.ah(new A.aw(g,new A.EV(),o),!0,o.i("bs.E")) +n=new A.Nb(a1.a,a1.y,l,d,c,a,a0,b,A.ay(g.length,0,!1,t.i),e,new A.bq(s,r),new A.jy(q,p),o,n) +n.Gs(a,a0,k,f,g,j,a1.x,i,h) +m.push(n.gti()) +a0.aE(l) +return n}, +Nb:function Nb(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}, +i0:function i0(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f}, +aC(a){var s=a.length +if(s===0)return new A.Qg() +if(s===1)return new A.TL(B.b.gG(a)) +s=new A.Rf(a) +s.b=s.O_(0) +return s}, +eL:function eL(){}, +Qg:function Qg(){}, +TL:function TL(a){this.a=a +this.b=-1}, +Rf:function Rf(a){var _=this +_.a=a +_.c=_.b=null +_.d=-1}, +kq:function kq(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +bq:function bq(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +ajE(a,b,c){var s=new A.Hk(a),r=t.u,q=A.a([],r),p=new A.kq(q,A.aC(c.a.a)),o=s.gn8() +q.push(o) +s.b!==$&&A.fu() +s.b=p +b.aE(p) +p=A.a([],r) +q=new A.bq(p,A.aC(c.b.a)) +p.push(o) +s.c!==$&&A.fu() +s.c=q +b.aE(q) +q=A.a([],r) +p=new A.bq(q,A.aC(c.c.a)) +q.push(o) +s.d!==$&&A.fu() +s.d=p +b.aE(p) +p=A.a([],r) +q=new A.bq(p,A.aC(c.d.a)) +p.push(o) +s.e!==$&&A.fu() +s.e=q +b.aE(q) +r=A.a([],r) +q=new A.bq(r,A.aC(c.e.a)) +r.push(o) +s.f!==$&&A.fu() +s.f=q +b.aE(q) +return s}, +Hk:function Hk(a){var _=this +_.a=a +_.f=_.e=_.d=_.c=_.b=$ +_.r=null}, +aoA(a){var s=new A.xh(A.a([],t.u),A.aC(a)),r=B.b.gG(a).b,q=r==null?0:r.b.length +s.ch=new A.hE(A.ay(q,0,!1,t.i),A.ay(q,B.B,!1,t.k)) +return s}, +xh:function xh(a,b){var _=this +_.ch=$ +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +jy:function jy(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +xV:function xV(){}, +a3q:function a3q(a,b,c){this.a=a +this.b=b +this.c=c}, +t8:function t8(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}, +KO:function KO(a,b){var _=this +_.ch=null +_.CW=$ +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +h7:function h7(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +aDA(a){var s=t.hN +s=A.a(A.a([],s).slice(0),s) +return new A.tD(new A.iN(s,B.h,!1),$.Z().ak(),A.a([],t.u),A.aC(a))}, +tD:function tD(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}, +MX:function MX(a,b,c,d){var _=this +_.x=$ +_.y=a +_.z=b +_.a=c +_.b=!1 +_.c=d +_.d=0 +_.f=null +_.w=_.r=-1}, +AW:function AW(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +pH(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=new A.aJ(new Float64Array(16)) +f.bs() +s=a.f +r=s==null +if(r)q=g +else{q=new A.aJ(new Float64Array(16)) +q.bs()}if(r)p=g +else{p=new A.aJ(new Float64Array(16)) +p.bs()}if(r)o=g +else{o=new A.aJ(new Float64Array(16)) +o.bs()}n=a.a +n=n==null?g:n.fO() +m=a.b +m=m==null?g:m.fO() +l=a.c +if(l==null)l=g +else{l=l.a +l=new A.h7(A.a([],t.u),A.aC(l))}k=a.d +if(k==null)k=g +else{k=k.a +k=new A.bq(A.a([],t.u),A.aC(k))}if(r)s=g +else{s=s.a +s=new A.bq(A.a([],t.u),A.aC(s))}r=a.r +if(r==null)r=g +else{r=r.a +r=new A.bq(A.a([],t.u),A.aC(r))}j=a.e +if(j==null)j=g +else{j=j.a +j=new A.jy(A.a([],t.u),A.aC(j))}i=a.w +if(i==null)i=g +else{i=i.a +i=new A.bq(A.a([],t.u),A.aC(i))}h=a.x +if(h==null)h=g +else{h=h.a +h=new A.bq(A.a([],t.u),A.aC(h))}return new A.aaf(f,q,p,o,n,m,l,k,s,r,j,i,h)}, +aaf:function aaf(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}, +a3g(a,b,a0){var s=0,r=A.a5(t.zI),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$a3g=A.a6(function(a1,a2){if(a1===1)return A.a2(a2,r) +while(true)switch(s){case 0:if(a[0]===80&&a[1]===75){p=new A.aaZ().a7d(A.rx(a,0,null,0),null,!1) +o=B.b.O2(p.a,new A.a3h()) +a=t.p.a(o.gr4(o))}else p=null +n=t.N +m=A.a([],t.fQ) +l=t.S +k=A.a([],t._I) +j=new A.IU(new A.XK(a),A.ay(32,0,!1,l),A.ay(32,null,!1,t.ob),A.ay(32,0,!1,l)) +j.ts(6) +i=A.aBo(new A.em(new A.a57(A.w(t.VW),A.E(n,t.Yt)),A.w(n),new A.YE(new A.yw(0,0,0,0,t.ff),m,A.E(l,t.kd),A.E(n,t.aa),A.E(n,t.CW),A.E(l,t.dg),A.E(n,t.t1),k)),j) +s=p!=null?3:4 +break +case 3:n=i.d.w,n=n.gba(n),n=new A.dR(J.an(n.a),n.b),m=t._m,l=t.Ri,k=p.a,j=A.j(n).z[1],h=t.p +case 5:if(!n.p()){s=6 +break}g=n.a +if(g==null)g=j.a(g) +f=$.awV() +e=A.a([g.e,g.d,null,null,null,null,null,null],m) +A.asM("join",e) +d=A.aAR(k,new A.a3i(f.Pa(new A.bJ(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.ra?d.ax=f.gr4(f):f)==null)d.N5() +c=g +s=11 +return A.a1(A.atC(i,g,new A.kP(h.a(d.ax))),$async$a3g) +case 11:c.f=a2 +case 10:case 8:s=5 +break +case 6:case 4:q=i +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$a3g,r)}, +YE:function YE(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}, +em:function em(a,b,c){var _=this +_.b=a +_.c=b +_.d=c +_.f=0 +_.r=null}, +a3h:function a3h(){}, +a3i:function a3i(a){this.a=a}, +aov(a){return new A.a0m(a)}, +a0m:function a0m(a){this.a=a}, +y8:function y8(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}, +Ru:function Ru(a,b,c){var _=this +_.d=$ +_.dl$=a +_.bH$=b +_.a=null +_.b=c +_.c=null}, +ae5:function ae5(a){this.a=a}, +DS:function DS(){}, +rT:function rT(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}, +Rt:function Rt(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +ae3:function ae3(a,b){this.a=a +this.b=b}, +ae2:function ae2(a,b,c){this.a=a +this.b=b +this.c=c}, +ae4:function ae4(a){this.a=a}, +apa(a){var s,r,q,p,o,n=null,m=new A.aJ(new Float64Array(16)) +m.bs() +s=A.a([],t.Fv) +r=a.d +q=r.a +s=new A.a3j(a,m,new A.R(q.c,q.d),s) +s.sN8(n) +m=A.a([],t.qa) +p=A.a([],t.cc) +o=q.c +q=q.d +s.c=A.anN(s,A.ap1(n,a,n,-1,A.a([],t.ML),!1,B.k8,p,B.hk,"__container",-1,q,o,n,m,B.B,0,0,0,n,n,n,0,new A.qf(n,n,n,n,n,n,n,n,n)),r.e,a) +return s}, +a3j:function a3j(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}, +a3k:function a3k(a,b){this.a=a +this.b=b}, +Jq:function Jq(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=null}, +nN:function nN(a){this.a=a}, +bK:function bK(a){this.a=a}, +anc(a){var s +for(s=0;s"))}, +axG(a,b){var s,r,q,p,o=a.length+b.length,n=A.ay(o,0,!1,t.i) +B.b.cG(n,0,a.length,a) +s=a.length +B.b.cG(n,s,s+b.length,b) +B.b.it(n) +for(r=0,q=0/0,p=0;p>>16&255,e>>>8&255,e&255)) +return l +case 2:e=$.Z() +s=e.af() +r=new A.aJ(new Float64Array(16)) +r.bs() +q=e.af() +p=e.af() +p.sdk(B.b2) +o=e.af() +o.sdk(B.b3) +n=e.af() +e=e.af() +e.shs(!1) +e.sdk(B.bl) +m=new A.aJ(new Float64Array(16)) +m.bs() +m=new A.IF(s,r,q,p,o,n,e,b.c+"#draw",m,c,b,A.a([],t.ca),A.pH(b.x)) +m.nI(c,b) +return m +case 3:e=new A.aJ(new Float64Array(16)) +e.bs() +s=$.Z() +r=s.af() +q=s.af() +q.sdk(B.b2) +p=s.af() +p.sdk(B.b3) +o=s.af() +s=s.af() +s.shs(!1) +s.sdk(B.bl) +n=new A.aJ(new Float64Array(16)) +n.bs() +n=new A.Kc(e,r,q,p,o,s,b.c+"#draw",n,c,b,A.a([],t.ca),A.pH(b.x)) +n.nI(c,b) +return n +case 5:e=new A.aJ(new Float64Array(16)) +e.bs() +s=$.Z() +r=s.af() +r.sc2(0,B.a2) +q=s.af() +q.sc2(0,B.H) +p=A.a([],t.NB) +o=b.ch.a +n=t.u +m=A.a([],n) +o=new A.AW(m,A.aC(o)) +l=new A.aJ(new Float64Array(16)) +l.bs() +k=s.af() +j=s.af() +j.sdk(B.b2) +i=s.af() +i.sdk(B.b3) +h=s.af() +s=s.af() +s.shs(!1) +s.sdk(B.bl) +g=new A.aJ(new Float64Array(16)) +g.bs() +g=new A.Nr(e,r,q,A.E(t.dg,t.lZ),p,o,b.b,l,k,j,i,h,s,b.c+"#draw",g,c,b,A.a([],t.ca),A.pH(b.x)) +g.nI(c,b) +s=g.gCU() +m.push(s) +g.aE(o) +f=b.CW +e=f!=null +if(e&&f.a!=null){r=f.a.a +q=A.a([],n) +r=new A.kq(q,A.aC(r)) +q.push(s) +g.k1=r +g.aE(r)}if(e&&f.b!=null){r=f.b.a +q=A.a([],n) +r=new A.kq(q,A.aC(r)) +q.push(s) +g.k3=r +g.aE(r)}if(e&&f.c!=null){r=f.c.a +q=A.a([],n) +r=new A.bq(q,A.aC(r)) +q.push(s) +g.ok=r +g.aE(r)}if(e&&f.d!=null){e=f.d.a +n=A.a([],n) +e=new A.bq(n,A.aC(e)) +n.push(s) +g.p2=e +g.aE(e)}return g +case 6:c.a.kb("Unknown layer type "+e.h(0)) +return null}}, +eM:function eM(){}, +Xo:function Xo(a,b){this.a=a +this.b=b}, +anN(a,b,c,d){var s,r,q,p,o,n=A.a([],t.fn),m=$.Z(),l=m.af(),k=new A.aJ(new Float64Array(16)) +k.bs() +s=m.af() +r=m.af() +r.sdk(B.b2) +q=m.af() +q.sdk(B.b3) +p=m.af() +m=m.af() +m.shs(!1) +m.sdk(B.bl) +o=new A.aJ(new Float64Array(16)) +o.bs() +o=new A.Ge(n,l,k,s,r,q,p,m,b.c+"#draw",o,a,b,A.a([],t.ca),A.pH(b.x)) +o.nI(a,b) +o.WY(a,b,c,d) +return o}, +Ge:function Ge(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}, +IF:function IF(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}, +ap1(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.rJ(o,b,j,d,g,k,n,h,a4,r,q,p,a3,s,m,l,a0,a1,e,i,a2,f,a,c)}, +jD:function jD(a,b){this.a=a +this.b=b}, +kO:function kO(a,b){this.a=a +this.b=b}, +rJ:function rJ(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}, +Kc:function Kc(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}, +Mu:function Mu(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}, +MP:function MP(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}, +Nr:function Nr(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}, +a9Q:function a9Q(){}, +Ue:function Ue(a){this.a=a +this.b=0}, +Jt:function Jt(){}, +ZZ:function ZZ(){var _=this +_.e=_.d=_.c=_.b=_.a=null}, +aAr(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.ay(i,0,!1,t.i) +for(q=a.length,p=0,o=0,n=0,m=0;m>") +return new A.a2v(a,A.ah(new A.aw(a,new A.a2w(),s),!0,s.i("bs.E")))}, +eB(a){return new A.IS(a)}, +aoW(a){return new A.IT(a)}, +ek:function ek(){}, +a2v:function a2v(a,b){this.a=a +this.b=b}, +a2w:function a2w(){}, +i_:function i_(a,b){this.a=a +this.b=b}, +IS:function IS(a){this.a=a}, +IT:function IT(a){this.a=a}, +IU:function IU(a,b,c,d){var _=this +_.r=a +_.w=0 +_.y=_.x=$ +_.z=null +_.a=0 +_.b=b +_.c=c +_.d=d}, +a57:function a57(a,b){this.a=a +this.b=b}, +atC(a,b,c){var s=new A.al($.ak,t.OZ),r=new A.bj(s,t.BU),q=c.a4(B.B7),p=A.aO("listener") +p.b=new A.fB(new A.ai7(q,p,r),null,new A.ai8(q,p,a,b,r)) +q.ag(0,p.aN()) +return s}, +aII(a){var s +if(B.c.c9(a,"data:")){s=A.lo(a,0,null) +return new A.kP(s.gBY(s).a6E())}return null}, +ai7:function ai7(a,b,c){this.a=a +this.b=b +this.c=c}, +ai8:function ai8(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a3l:function a3l(){}, +a3d:function a3d(a,b){this.a=a +this.b=b}, +a3e:function a3e(a,b,c){this.a=a +this.b=b +this.c=c}, +a3f:function a3f(a,b){this.a=a +this.b=b}, +K6:function K6(a,b,c){this.b=a +this.c=b +this.a=c}, +a4t:function a4t(a){this.a=a}, +tk:function tk(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}, +zH:function zH(a,b,c,d,e,f){var _=this +_.O=a +_.ar=b +_.I=c +_.L=d +_.b2=e +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +aIe(a,b,c){var s,r,q,p,o=$.Z().ak() +for(s=a.kf(),s=s.gW(s);s.p();){r=s.gD(s) +for(q=new A.fN(A.as7(r.gn(r),b,c).a());q.p();){p=q.gD(q) +o.ec(0,r.kq(p.a,p.c),B.h)}}return o}, +as7(a,b,c){return A.E1(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$as7(d,a0){if(d===1){n=a0 +p=o}while(true)switch(p){case 0:e=B.b.CD(r,0,new A.agF()) +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 new A.G(k,0,Math.min(s,k+g),0) +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 A.C7() +case 1:return A.C8(n)}}},t.YT)}, +agF:function agF(){}, +apB(a){var s,r,q,p,o=a.kf(),n=B.b.gG(A.ah(o,!0,A.j(o).i("k.E"))),m=n.gn(n),l=B.d.ac(m/0.002)+1 +o=t.i +s=A.ay(l,0,!1,o) +r=A.ay(l,0,!1,o) +for(o=l-1,q=0;q"))}, +xU(a,b){var s=null +return new A.dD(s,a,a,s,s,s,5e-324,17976931348623157e292,b.i("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}, +aja(a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=A.anK(a5),b=c[0],a=c[1],a0=c[2],a1=a6.as,a2=a1[0]*(0.401288*b+0.650173*a-0.051461*a0),a3=a1[1]*(-0.250268*b+1.204414*a+0.045854*a0),a4=a1[2]*(-0.002079*b+0.048952*a+0.953127*a0) +a1=a6.at +s=Math.pow(a1*Math.abs(a2)/100,0.42) +r=Math.pow(a1*Math.abs(a3)/100,0.42) +q=Math.pow(a1*Math.abs(a4)/100,0.42) +p=A.JB(a2)*400*s/(s+27.13) +o=A.JB(a3)*400*r/(r+27.13) +n=A.JB(a4)*400*q/(q+27.13) +m=(11*p+-12*o+n)/11 +l=(p+o-2*n)/9 +a1=20*o +k=Math.atan2(l,m)*180/3.141592653589793 +if(k<0)j=k+360 +else j=k>=360?k-360:k +i=j*3.141592653589793/180 +h=a6.w +g=a6.r +f=a6.y +h=100*Math.pow((40*p+a1+n)/20*h/g,f*a6.ay)/100 +Math.sqrt(h) +e=Math.pow(3846.153846153846*(0.25*(Math.cos((j<20.14?j+360:j)*3.141592653589793/180+2)+3.8))*a6.z*a6.x*Math.sqrt(m*m+l*l)/((20*p+a1+21*n)/20+0.305),0.9)*Math.pow(1.64-Math.pow(0.29,a6.f),0.73) +d=e*Math.sqrt(h) +a1=a6.ax +Math.sqrt(e*f/(g+4)) +Math.log(1+0.0228*(d*a1)) +Math.cos(i) +Math.sin(i) +return new A.XT(j,d)}, +XT:function XT(a,b){this.a=a +this.b=b}, +a1c:function a1c(){var _=this +_.d=_.c=_.b=_.a=$}, +aaT:function aaT(a,b,c,d,e,f,g,h,i,j){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.z=f +_.as=g +_.at=h +_.ax=i +_.ay=j}, +anP(a,b){var s=t.S +return new A.Gp(new A.lg(a,Math.max(48,b),A.E(s,s)),new A.lg(a,16,A.E(s,s)),new A.lg(a+60,24,A.E(s,s)),new A.lg(a,4,A.E(s,s)),new A.lg(a,8,A.E(s,s)),new A.lg(25,84,A.E(s,s)))}, +Gp:function Gp(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +lg:function lg(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}, +aqg(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){return new A.a7E(a0,j,a1,k,a3,l,a4,m,a8,p,a9,q,b,h,c,i,a,g,a6,n,a7,o,r,s,a5,a2,f,d,e)}, +a7E:function a7E(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9}, +anO(a){var s=a==null?A.aId():"." +if(a==null)a=$.amv() +return new A.YK(t.P1.a(a),s)}, +asM(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.cl("") +o=""+(a+"(") +p.a=o +n=A.ad(b) +m=n.i("hh<1>") +l=new A.hh(b,0,s,m) +l.uv(b,0,s,n.c) +m=o+new A.aw(l,new A.ahp(),m.i("aw")).cs(0,", ") +p.a=m +p.a=m+("): part "+(r-1)+" was null, but part "+r+" was not.") +throw A.c(A.cp(p.h(0),null))}}, +YK:function YK(a,b){this.a=a +this.b=b}, +YM:function YM(){}, +ahp:function ahp(){}, +oA:function oA(){}, +apz(a,b){var s,r,q,p,o,n=b.Sc(a) +b.p6(a) +if(n!=null)a=B.c.cZ(a,n.length) +s=t.s +r=A.a([],s) +q=A.a([],s) +s=a.length +if(s!==0&&b.wO(B.c.Z(a,0))){q.push(a[0]) +p=1}else{q.push("") +p=0}for(o=p;o>>0}, +apW(a){var s=new A.zs() +s.F2(0,a,null) +return s}, +zs:function zs(){this.b=this.a=$}, +vy:function vy(a){this.a=a}, +vJ:function vJ(a){this.a=a}, +nU:function nU(a,b){this.a=a +this.$ti=b}, +bu:function bu(a){this.a=a}, +MA:function MA(a,b,c){var _=this +_.b=null +_.c=a +_.e=b +_.a=c}, +aqC(a,b){var s=null,r=A.a([],t.Jl),q=t.S,p=A.dB(s,s,q,t.z),o=A.a([],t.ma),n=A.aJi() +q=new A.iR(r,a,p,o,b,new A.IG(A.E(q,t.sb),s,s,n,A.E(q,t.Au)),A.hn(!1)) +q.Xf(a,b) +return q}, +aDU(a,b){var s,r,q +for(s=a.ds,s=new A.bA(s,s.gn(s)),r=A.j(s).c;s.p();){q=s.d +if(q==null)q=r.a(q) +if(q instanceof A.l8&&q.d===b)return A.aqC(q,null)}return null}, +n1:function n1(){}, +M1:function M1(a,b){this.a=a +this.b=b}, +M2:function M2(a,b){this.a=a +this.b=b}, +M3:function M3(a,b){this.a=a +this.b=b}, +iR:function iR(a,b,c,d,e,f,g){var _=this +_.Q=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=_.f=$ +_.w=null +_.x=$ +_.y=f +_.a=g}, +n:function n(){}, +ej:function ej(){}, +a20:function a20(a){this.a=a}, +Gl:function Gl(){}, +Gm:function Gm(){}, +Gn:function Gn(){}, +Go:function Go(){}, +ij:function ij(){}, +Gq:function Gq(){}, +Gr:function Gr(){}, +EH:function EH(){}, +vH:function vH(a,b,c){var _=this +_.c=a +_.d=b +_.a=c +_.b=!1}, +vM:function vM(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f +_.b=!1}, +x1:function x1(a,b,c){var _=this +_.c=a +_.d=b +_.e=!1 +_.a=c +_.b=!1}, +xP:function xP(a,b){this.e=a +this.a=b +this.b=!1}, +xR:function xR(a,b,c){var _=this +_.e=a +_.f=b +_.a=c +_.b=!1}, +xX:function xX(a,b){this.e=a +this.a=b +this.b=!1}, +y_:function y_(a,b){this.e=a +this.a=b +this.b=!1}, +yK:function yK(a,b,c){var _=this +_.e=a +_.f=b +_.a=c +_.b=!1}, +AA:function AA(a,b){this.e=a +this.a=b +this.b=!1}, +AC:function AC(a,b,c){var _=this +_.c=a +_.d=b +_.e=!1 +_.a=c +_.b=!1}, +AD:function AD(a,b){this.e=a +this.a=b +this.b=!1}, +AF:function AF(a,b,c){var _=this +_.e=a +_.f=b +_.a=c +_.b=!1}, +wS:function wS(a){this.a=a}, +axN(a,b){var s,r=A.ak3(a.ds,new A.X6(b)) +if(r!=null){t.Qv.a(r) +s=r.ax>=0?r.gdR():r.ge0() +return new A.rM(r,s)}return null}, +X6:function X6(a){this.a=a}, +ia:function ia(){}, +hq:function hq(){}, +qi:function qi(){}, +ED:function ED(){}, +lV:function lV(){}, +hs:function hs(){}, +ht:function ht(){}, +qq:function qq(){}, +F_:function F_(){}, +F0:function F0(){}, +qs:function qs(){}, +Gz:function Gz(){}, +ei:function ei(){}, +fw:function fw(){}, +GC:function GC(){}, +HB:function HB(){}, +HI:function HI(){}, +oE:function oE(){}, +oF:function oF(){}, +dm:function dm(){}, +rE:function rE(){}, +ms:function ms(){}, +mt:function mt(){}, +rF:function rF(){}, +rG:function rG(){}, +J7:function J7(){}, +dP:function dP(){}, +y5:function y5(){}, +rP:function rP(){}, +rQ:function rQ(){}, +oJ:function oJ(){}, +mx:function mx(){}, +Jk:function Jk(){}, +t_:function t_(){}, +oX:function oX(){}, +h4:function h4(){}, +mH:function mH(){}, +mI:function mI(){}, +jI:function jI(){}, +K2:function K2(){}, +K4:function K4(){}, +N1:function N1(){}, +tI:function tI(){}, +dH:function dH(){}, +N2:function N2(){}, +N3:function N3(){}, +AB:function AB(){}, +na:function na(){}, +nb:function nb(){}, +N5:function N5(){}, +eF:function eF(){}, +NW:function NW(){}, +f2:function f2(){}, +ni:function ni(){}, +NZ:function NZ(){}, +pI:function pI(){}, +d1:function d1(){}, +eg:function eg(){}, +hB:function hB(){}, +oj:function oj(){}, +r9:function r9(){}, +I3:function I3(){}, +I6:function I6(){}, +ID:function ID(){}, +vL:function vL(){}, +ig:function ig(){}, +hx:function hx(){}, +jP:function jP(){}, +MD:function MD(){}, +eq:function eq(){}, +dX:function dX(){}, +lq:function lq(){}, +H:function H(){}, +cq:function cq(){}, +jm:function jm(){}, +mf:function mf(){}, +LT:function LT(){}, +M9:function M9(){}, +pu:function pu(){}, +cc:function cc(){}, +ds:function ds(){}, +NR:function NR(){}, +li:function li(){}, +O1:function O1(){}, +Gh:function Gh(){}, +qO:function qO(){}, +m5:function m5(){}, +qP:function qP(){}, +qZ:function qZ(){}, +m7:function m7(){}, +kv:function kv(){}, +cj:function cj(){}, +oW:function oW(){}, +rZ:function rZ(){}, +bB:function bB(){}, +jf:function jf(){}, +Gj:function Gj(){}, +hw:function hw(){}, +fv:function fv(){}, +jh:function jh(){}, +GD:function GD(){}, +Ho:function Ho(){}, +oy:function oy(){}, +yl:function yl(){}, +hJ:function hJ(){}, +rb:function rb(){}, +js:function js(){}, +el:function el(){}, +Ld:function Ld(){}, +l5:function l5(){}, +n7:function n7(){}, +fJ:function fJ(){}, +fK:function fK(){}, +cR:function cR(){}, +p_:function p_(){}, +z0:function z0(){}, +tc:function tc(){}, +h8:function h8(){}, +eZ:function eZ(){}, +Ms:function Ms(){}, +n8:function n8(){}, +nc:function nc(){}, +O5:function O5(){}, +cF:function cF(){}, +tH:function tH(){}, +f0:function f0(){}, +Nt:function Nt(){}, +cZ:function cZ(){}, +cI:function cI(){}, +Nx:function Nx(){}, +jY:function jY(){}, +jZ:function jZ(){}, +nh:function nh(){}, +k_:function k_(){}, +ba:function ba(){}, +b6:function b6(){}, +Je:function Je(a){this.a=a}, +LM:function LM(a,b,c,d,e){var _=this +_.d=a +_.f=b +_.r=c +_.w=d +_.a=e}, +zX:function zX(a,b,c,d,e,f){var _=this +_.bv=a +_.O=b +_.ar=c +_.I=d +_.L=!1 +_.b2=e +_.au=0 +_.bA=-1 +_.k1=_.id=null +_.k2=!1 +_.k4=_.k3=null +_.ok=0 +_.d=!1 +_.f=_.e=null +_.w=_.r=!1 +_.x=null +_.y=!1 +_.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 +_.a=0 +_.c=_.b=null}, +Es:function Es(){}, +dh:function dh(){var _=this +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +nP:function nP(a){var _=this +_.ok=null +_.go=-1 +_.ch=1 +_.as=a +_.a=$ +_.b=-1 +_.c=!1}, +nQ:function nQ(a,b){this.b=a +this.a=b}, +vE:function vE(a){var _=this +_.as=a +_.a=$ +_.b=-1 +_.c=!1}, +ja:function ja(){}, +f8:function f8(){var _=this +_.as=0 +_.w=null +_.d=-1 +_.a=$ +_.b=-1 +_.c=!1}, +id:function id(){var _=this +_.db=null +_.as=-1 +_.at=100 +_.ax=0 +_.w=null +_.d=-1 +_.a=$ +_.b=-1 +_.c=!1}, +jb:function jb(){}, +qp:function qp(a,b){var _=this +_.k4=null +_.fy=-1 +_.db=a +_.as=b +_.a=$ +_.b=-1 +_.c=!1}, +axW(a){var s=t.Nb,r=a.db,q=r.$ti,p=q.i("dE>") +p=new A.EZ(A.ah(new A.dE(new A.bi(r,new A.F2(s),q.i("bi")),new A.F3(s),p),!1,p.i("k.E")),a) +p.WX(a) +return p}, +EZ:function EZ(a,b){var _=this +_.e=_.d=null +_.b=a +_.a=b}, +XA:function XA(){}, +vO:function vO(a,b){var _=this +_.db=a +_.as=b +_.a=$ +_.b=-1 +_.c=!1}, +axX(a){var s=t.WW,r=a.db,q=r.$ti,p=q.i("dE>") +return new A.F1(A.ah(new A.dE(new A.bi(r,new A.F2(s),q.i("bi")),new A.F3(s),p),!1,p.i("k.E")),a)}, +F1:function F1(a,b){this.b=a +this.a=b}, +ie:function ie(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.$ti=c}, +nV:function nV(){}, +F2:function F2(a){this.a=a}, +F3:function F3(a){this.a=a}, +qr:function qr(a){var _=this +_.x2=null +_.k3=-1 +_.cx=a +_.db=_.cy=null +_.y=-1 +_.as=_.Q=_.z=0 +_.at=1 +_.ax=-1 +_.a=$ +_.b=-1 +_.c=!1}, +YS(a,b,c,d){if(a===b&&c===d)return new A.a30() +else return new A.YO(A.aoM(a,c),b,d)}, +YO:function YO(a,b,c){this.a=a +this.b=b +this.c=c}, +YR:function YR(){}, +a30:function a30(){}, +Gy:function Gy(a){var _=this +_.fx=a +_.d=0.42 +_.e=0 +_.f=0.58 +_.r=1 +_.a=$ +_.b=-1 +_.c=!1}, +aoM(a,b){var s=new A.a2c(new Float64Array(11),a,b) +s.X5(a,b) +return s}, +a2d(a,b,c){var s=3*c,r=3*b +return(((1-s+r)*a+(s-6*b))*a+r)*a}, +aoN(a,b,c){var s=3*c,r=3*b +return 3*(1-s+r)*a*a+2*(s-6*b)*a+r}, +o4:function o4(){}, +a2c:function a2c(a,b,c){this.a=a +this.b=b +this.c=c}, +GA:function GA(a,b,c){var _=this +_.p4=a +_.db=0.42 +_.dx=0 +_.dy=0.58 +_.fr=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +ara(a,b,c,d,e,f){return new A.acd(A.aoM(a,b),f+3*(d-e)-c,3*(e-d*2+c),3*(d-c),c)}, +acd:function acd(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +wl:function wl(a){var _=this +_.fx=a +_.go=_.fy=0 +_.d=0.42 +_.e=0 +_.f=0.58 +_.r=1 +_.a=$ +_.b=-1 +_.c=!1}, +oc:function oc(a){var _=this +_.as=a +_.a=$ +_.b=-1 +_.c=!1}, +HH:function HH(a){var _=this +_.as=a +_.a=$ +_.b=-1 +_.c=!1}, +xO:function xO(a){var _=this +_.w=a +_.d=0 +_.a=$ +_.b=-1 +_.c=!1}, +J1:function J1(){}, +xQ:function xQ(a){var _=this +_.i4$=a +_.d=0 +_.a=$ +_.b=-1 +_.c=!1}, +Re:function Re(){}, +eV:function eV(){}, +IY:function IY(){var _=this +_.CW=!1 +_.y=0 +_.z=null +_.e=_.d=0 +_.f=-1 +_.a=$ +_.b=-1 +_.c=!1}, +arT(a,b,c,d){var s +if(c===1)A.aq5(a,b,d) +else{s=A.x(new A.A(A.aD_(a,b)>>>0),new A.A(d>>>0),c) +if(s!=null)A.aq5(a,b,s.a)}}, +IZ:function IZ(){var _=this +_.y=_.CW=0 +_.z=null +_.e=_.d=0 +_.f=-1 +_.a=$ +_.b=-1 +_.c=!1}, +arU(a,b,c,d){if(c===1)A.aq6(a,b,d) +else A.aq6(a,b,A.aD0(a,b)*(1-c)+d*c)}, +J_:function J_(){var _=this +_.y=_.CW=0 +_.z=null +_.e=_.d=0 +_.f=-1 +_.a=$ +_.b=-1 +_.c=!1}, +J0:function J0(){var _=this +_.CW=-1 +_.y=0 +_.z=null +_.e=_.d=0 +_.f=-1 +_.a=$ +_.b=-1 +_.c=!1}, +oC:function oC(a,b){this.a=a +this.b=b}, +J2:function J2(){var _=this +_.CW="" +_.y=0 +_.z=null +_.e=_.d=0 +_.f=-1 +_.a=$ +_.b=-1 +_.c=!1}, +cO:function cO(){}, +e6:function e6(a){var _=this +_.fx=a +_.at=_.as=60 +_.ax=1 +_.ay=0 +_.CW=_.ch=-1 +_.cx=!1 +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +rM:function rM(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.e=1 +_.f=!1 +_.r=0}, +dn:function dn(){}, +Jf:function Jf(){var _=this +_.y=0 +_.a=$ +_.b=-1 +_.c=!1}, +Jg:function Jg(a){var _=this +_.cx=1 +_.at=a +_.y=-1 +_.a=$ +_.b=-1 +_.c=!1}, +Jh:function Jh(){}, +Ji:function Ji(a){var _=this +_.cx=0 +_.at=a +_.y=-1 +_.a=$ +_.b=-1 +_.c=!1}, +Jj:function Jj(a){var _=this +_.at=a +_.y=-1 +_.a=$ +_.b=-1 +_.c=!1}, +rS:function rS(a,b){this.a=a +this.b=b}, +JZ:function JZ(a,b){var _=this +_.y2=!1 +_.db=-1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +iE:function iE(){}, +a4p:function a4p(){}, +t0:function t0(){}, +K_:function K_(a,b){var _=this +_.y2=0 +_.db=-1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +K0:function K0(a,b,c){var _=this +_.eS=0 +_.v=null +_.cJ=1 +_.y1=-1 +_.ok=a +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +K1:function K1(a,b,c){var _=this +_.eS=1 +_.ds=!1 +_.v=null +_.cJ=1 +_.y1=-1 +_.ok=a +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +a4q:function a4q(){}, +hO:function hO(a,b,c){var _=this +_.eV=null +_.y1=-1 +_.ok=a +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +K3:function K3(a,b){var _=this +_.db=-1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +N0:function N0(){}, +tT:function tT(a){this.a=a}, +l8:function l8(a,b,c){var _=this +_.CW=a +_.cx=b +_.cy=c +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +pl:function pl(){var _=this +_.dy=!1 +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +ea:function ea(){}, +hX:function hX(){}, +TS:function TS(){var _=this +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +pm:function pm(){var _=this +_.w=_.cx=_.CW=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +N4:function N4(){}, +my:function my(a,b){this.a=a +this.b=b}, +pn:function pn(a){var _=this +_.cy=a +_.db=null +_.at=_.as=0 +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +l9:function l9(){var _=this +_.dy=0 +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +po:function po(){var _=this +_.w=null +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +vp:function vp(a,b){this.a=a +this.b=b}, +fl:function fl(a){var _=this +_.cx=a +_.db=_.cy=null +_.y=-1 +_.as=_.Q=_.z=0 +_.at=1 +_.ax=-1 +_.a=$ +_.b=-1 +_.c=!1}, +NV:function NV(a){var _=this +_.as=0 +_.w=a +_.d=-1 +_.a=$ +_.b=-1 +_.c=!1}, +lj:function lj(a,b){this.a=a +this.b=b}, +ed:function ed(){}, +NY:function NY(a){var _=this +_.as=_.fx=0 +_.w=a +_.d=-1 +_.a=$ +_.b=-1 +_.c=!1}, +Bb:function Bb(a){var _=this +_.w=a +_.d=-1 +_.a=$ +_.b=-1 +_.c=!1}, +O_:function O_(){}, +axM(){var s=t.F +return new A.j9($.Z().ak(),A.a([],t.SJ),A.a([],t.AM),A.a([],t.M3),A.a([],t.Rk),A.w(s),new A.vy(A.a([],t.Os)),new A.wS(A.a([],t.C0)),A.w(t.Rb),A.a([],t.rG),A.w(t.SF),A.w(t.Mo),A.w(t.J1),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],t.n)))),new A.bu(A.a([],t.E)),A.w(s),A.w(s))}, +j9:function j9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.a80=_.fV=!0 +_.CA=a +_.wk=b +_.Cu=c +_.NV=d +_.wl=e +_.eS=f +_.ds=g +_.a7Z=h +_.rt=0 +_.fQ=i +_.ru=j +_.rv=k +_.fR=_.eT=null +_.i2$=l +_.i3$=m +_.bI=!0 +_.e6=_.dE=_.dK=_.d2=_.a8=_.a6=0 +_.eh=-1 +_.I=n +_.y1=1 +_.ok=o +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=p +_.ax=q +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +X7:function X7(){}, +OQ:function OQ(){}, +dy:function dy(){}, +Hh:function Hh(){}, +fy:function fy(){}, +m8:function m8(){}, +HO:function HO(a){var _=this +_.d=a +_.a=$ +_.b=-1 +_.c=!1}, +I2:function I2(){var _=this +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +oo:function oo(a){var _=this +_.go=a +_.id=null +_.Q=0 +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +rn:function rn(){var _=this +_.x1=null +_.Q=_.dy=_.dx=0 +_.d="" +_.a=$ +_.b=-1 +_.c=!1}, +a1K:function a1K(a,b){this.a=a +this.b=b}, +axQ(){return new A.qn(new A.vJ(A.a([],t.Va)))}, +qn:function qn(a){var _=this +_.r=a +_.a=$ +_.b=-1 +_.c=!1}, +ay0(){var s=t.n,r=t.F +return new A.eN(A.w(t.s9),A.a([],t.R),A.a([],t.G),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.bu(A.a([],t.E)),A.w(r),A.w(r))}, +eN:function eN(a,b,c,d,e,f,g,h){var _=this +_.ku=a +_.ez=0 +_.av=null +_.b4=b +_.bv=c +_.aW=1 +_.bN=d +_.bI=0 +_.a8=_.a6=1 +_.I=e +_.y1=1 +_.ok=f +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=g +_.ax=h +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +d2:function d2(a,b,c,d,e){var _=this +_.bR=a +_.b3=b +_.P=255 +_.X=1 +_.ah=255 +_.ae=1 +_.p2=c +_.db=255 +_.dx=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=d +_.ax=e +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +tr:function tr(a,b,c,d,e,f,g,h){var _=this +_.oI=_.oH=0 +_.ku=a +_.ez=0 +_.av=null +_.b4=b +_.bv=c +_.aW=1 +_.bN=d +_.bI=0 +_.a8=_.a6=1 +_.I=e +_.y1=1 +_.ok=f +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=g +_.ax=h +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +l6:function l6(){}, +MH:function MH(a,b,c,d,e,f){var _=this +_.ce=a +_.df=b +_.C=c +_.y1=1 +_.aC=_.y2=0 +_.az=1 +_.X=_.P=0 +_.ok=d +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=e +_.ax=f +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +pk:function pk(){}, +MI:function MI(){}, +tY:function tY(a,b,c){var _=this +_.rx=a +_.to=_.ry=null +_.db=-1 +_.dx=1 +_.fr=_.dy=0 +_.fx=1 +_.go=_.fy=0 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +aEH(){var s=t.F +return new A.du(new A.b5(0,0),A.w(s),A.w(s))}, +al0(a,b,c,d,e,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h=e.a,g=h[0]*a+h[2]*b+h[4],f=h[1]*a+h[3]*b+h[5] +for(s=0,r=0,q=0,p=0,o=0,n=0,m=0;m<4;++m){h=m*8 +l=B.e.bT(d,h)&255 +if(l===0)continue +k=l/255 +j=(B.e.bT(c,h)&255)*6 +i=j+1 +s+=a0[j]*k +j=i+1 +r+=a0[i]*k +i=j+1 +q+=a0[j]*k +j=i+1 +p+=a0[i]*k +o+=a0[j]*k +n+=a0[j+1]*k}a1.a=s*g+q*f+o +a1.b=r*g+p*f+n}, +du:function du(a,b,c){var _=this +_.p2=a +_.db=255 +_.dx=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +F:function F(){}, +et(a){var s=a.as +if(s instanceof A.bb)return s.I +return new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],t.n))))}, +cz:function cz(){}, +qU:function qU(a,b){this.a=a +this.b=b}, +H9:function H9(a,b){var _=this +_.a6=100 +_.a8=0 +_.L=null +_.y2=-1 +_.db=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +agz(a,b){var s,r,q,p,o,n=a.b,m=A.et(n),l=n.bN +if(b===0)A.Jw(l) +else A.a3r(l,b) +s=a.d.a +r=l.a +r[4]=s[0] +r[5]=s[1] +q=s[2] +p=s[3] +r[0]=r[0]*q +r[1]=r[1]*q +r[2]=r[2]*p +r[3]=r[3]*p +o=s[5] +if(o!==0){r[2]=r[0]*o+r[2] +r[3]=r[1]*o+r[3]}A.dS(n.I,m,l)}, +IA:function IA(a,b,c){var _=this +_.av=a +_.a6=!1 +_.a8=0 +_.L=null +_.y2=-1 +_.db=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +a1C:function a1C(){}, +ur:function ur(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=0 +_.d=c +_.e=d}, +LS:function LS(a,b,c,d){var _=this +_.eT=0 +_.fR=1 +_.ho=_.hn=0 +_.cw=!1 +_.cQ=!0 +_.ks=_.kr=!1 +_.av=a +_.b4=b +_.a8=_.a6=0 +_.L=null +_.y2=-1 +_.db=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=c +_.ax=d +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +M8:function M8(a,b,c,d){var _=this +_.bz=1 +_.fU=_.d0=0 +_.dt=!0 +_.mE=_.an=!1 +_.eT=0 +_.fR=1 +_.ho=_.hn=0 +_.cw=!1 +_.cQ=!0 +_.ks=_.kr=!1 +_.av=a +_.b4=b +_.a8=_.a6=0 +_.L=null +_.y2=-1 +_.db=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=c +_.ax=d +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +AN:function AN(){}, +NO:function NO(){}, +NP:function NP(){}, +NQ:function NQ(a,b,c,d){var _=this +_.av=a +_.b4=b +_.a8=_.a6=0 +_.L=null +_.y2=-1 +_.db=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=c +_.ax=d +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +NU:function NU(){}, +O0:function O0(a,b,c,d){var _=this +_.bz=1 +_.fU=_.d0=0 +_.dt=!0 +_.mE=_.an=!1 +_.eT=0 +_.fR=1 +_.ho=_.hn=0 +_.cw=!1 +_.cQ=!0 +_.ks=_.kr=!1 +_.av=a +_.b4=b +_.a8=_.a6=0 +_.L=null +_.y2=-1 +_.db=1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=c +_.ax=d +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +a9:function a9(){}, +GM:function GM(a,b){var _=this +_.db=!1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +GN:function GN(a,b){var _=this +_.db=0 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +GO:function GO(a,b){var _=this +_.db="" +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +qY:function qY(a,b,c,d){var _=this +_.I=a +_.L=null +_.y1=-1 +_.ok=b +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=c +_.ax=d +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +aof(){var s=t.F +return new A.oa(A.w(s),A.w(s))}, +wH:function wH(a,b){this.a=a +this.b=b}, +oa:function oa(a,b){var _=this +_.p4=_.p3=_.p2=null +_.db=-1 +_.dx=0 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=a +_.ax=b +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +eU:function eU(){}, +mp:function mp(a,b,c,d){var _=this +_.xr=a +_.y1=b +_.az=_.aC=_.y2=null +_.fr=_.dy=_.dx=_.db=0 +_.fy=_.fx=0.5 +_.id=_.go=100 +_.k2=_.k1=-1 +_.k3=0 +_.k4=-1 +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=c +_.ax=d +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +eY:function eY(){}, +aBW(){var s=t.R,r=t.n,q=t.F +return new A.kR(A.a([],t.i4),A.a([],s),A.a([],s),A.a([],t.G),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],r)))),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],r)))),new A.bu(A.a([],t.E)),A.w(q),A.w(q))}, +a3W:function a3W(){}, +kR:function kR(a,b,c,d,e,f,g,h,i){var _=this +_.e2=a +_.e3=null +_.bX=-1 +_.cz=_.de=_.dX=null +_.mG=b +_.bz=3 +_.cQ=_.cw=_.d0=0 +_.av=null +_.b4=c +_.bv=d +_.aW=1 +_.bN=e +_.bI=0 +_.a8=_.a6=1 +_.I=f +_.y1=1 +_.ok=g +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=h +_.ax=i +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +a4o:function a4o(){}, +aBX(){var s=t.n,r=t.F +return new A.bM(A.a([],t.R),A.a([],t.G),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.bu(A.a([],t.E)),A.w(r),A.w(r))}, +UW:function UW(a,b,c,d,e,f,g){var _=this +_.cQ=_.cw=0 +_.av=null +_.b4=a +_.bv=b +_.aW=1 +_.bN=c +_.bI=0 +_.a8=_.a6=1 +_.I=d +_.y1=1 +_.ok=e +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=f +_.ax=g +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +bM:function bM(a,b,c,d,e,f,g){var _=this +_.cQ=_.cw=0 +_.av=null +_.b4=a +_.bv=b +_.aW=1 +_.bN=c +_.bI=0 +_.a8=_.a6=1 +_.I=d +_.y1=1 +_.ok=e +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=f +_.ax=g +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +Kb:function Kb(a){var _=this +_.P$=0 +_.X$=a +_.ae$=_.ah$=0 +_.aH$=!1}, +fI:function fI(){}, +a73(a){return new A.n0()}, +n0:function n0(){}, +aD3(a,b,c,d){return new A.LP(a,b,c,d)}, +LP:function LP(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aD6(a){var s,r,q,p,o,n,m,l,k,j,i,h +for(s=a.b,r=0;r<4;++r){q=s.getUint8(a.d);++a.d +if(q!==B.c.Z("RIVE",r))throw A.c(B.ya)}p=a.ij() +o=a.ij() +if(p!==B.Hn.a)throw A.c(A.aD3(7,0,p,o)) +if(p===6)a.ij() +a.ij() +n=t.S +m=A.dB(null,null,n,n) +l=A.a([],t.t) +for(k=a.ij();k!==0;k=a.ij())l.push(k) +for(n=l.length,j=0,i=8,h=0;h0)A.alo(k,b,0,q,o)}else o=q0){m=!n||!r.giT() +if(0=0&&c<=1){s=1-c +r=3*s +A.aln(a,b,s*s*s*d+r*s*c*e+r*c*c*f+c*c*c*g)}}, +aln(a,b,c){if(b===B.is){if(ca.c)a.c=c}else{if(ca.d)a.d=c}}, +asa(a,b,c,d,e,f){var s,r,q,p,o,n,m,l +A.aln(a,b,c) +A.aln(a,b,f) +s=3*(d-c) +r=3*(e-d) +q=3*(f-e) +p=2*r +o=s-p+q +if(o!==0){n=-Math.sqrt(r*r-s*q) +m=-s+r +A.agL(a,b,-(n+m)/o,c,d,e,f) +A.agL(a,b,-(-n+m)/o,c,d,e,f)}else if(r!==q&&!0)A.agL(a,b,(p-q)/(2*(r-q)),c,d,e,f) +l=2*(r-s) +if(l!==r)A.agL(a,b,l/(l-2*(q-r)),c,d,e,f)}, +as0(a,b,c){var s=a.a,r=b.b,q=a.b,p=b.a,o=Math.abs(Math.atan2(s*r-q*p,s*p+q*r)) +r=Math.tan(3.141592653589793/(2*(6.283185307179586/o))) +s=o<1.5707963267948966?1+Math.cos(o):2-Math.sin(o) +return Math.min(c,1.3333333333333333*r*c*s)}, +EP:function EP(a,b){this.a=a +this.b=b}, +d5:function d5(){}, +pV:function pV(a,b){this.a=a +this.b=b}, +mX:function mX(a,b,c){this.a=a +this.b=b +this.c=c}, +KM:function KM(a,b,c,d,e,f){var _=this +_.db=a +_.dx=b +_.dy=c +_.fr=d +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=e +_.ax=f +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +en:function en(){}, +L4:function L4(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.rA=a +_.kw$=b +_.cR=!1 +_.iP=c +_.dX=d +_.de=!1 +_.cz=null +_.cQ=_.cw=_.bz=0 +_.av=null +_.b4=e +_.bv=f +_.aW=1 +_.bN=g +_.bI=0 +_.a8=_.a6=1 +_.I=h +_.y1=1 +_.ok=i +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=j +_.ax=k +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +SO:function SO(){}, +aCo(){var s=t.n,r=t.F +return new A.za(new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.mX($.Z().ak(),A.a([],t.ka),A.a([],s)),A.a([],t.R),A.a([],t.G),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.bu(A.a([],t.E)),A.w(r),A.w(r))}, +za:function za(a,b,c,d,e,f,g,h,i){var _=this +_.cm=5 +_.dC=_.cR=_.cd=0 +_.d1=_.bX=0.5 +_.iP=a +_.dX=b +_.de=!1 +_.cz=null +_.cQ=_.cw=_.bz=0 +_.av=null +_.b4=c +_.bv=d +_.aW=1 +_.bN=e +_.bI=0 +_.a8=_.a6=1 +_.I=f +_.y1=1 +_.ok=g +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=h +_.ax=i +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +Lj:function Lj(a,b,c,d,e,f,g,h,i){var _=this +_.cm=!0 +_.dC=_.cR=_.oM=_.oL=_.oK=_.cd=0 +_.d1=_.bX=0.5 +_.iP=a +_.dX=b +_.de=!1 +_.cz=null +_.cQ=_.cw=_.bz=0 +_.av=null +_.b4=c +_.bv=d +_.aW=1 +_.bN=e +_.bI=0 +_.a8=_.a6=1 +_.I=f +_.y1=1 +_.ok=g +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=h +_.ax=i +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +jQ:function jQ(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.mI=a +_.mJ=_.e3=_.e2=!1 +_.i4=$ +_.dD=null +_.i2$=b +_.i3$=c +_.cz=_.de=_.dX=null +_.mG=d +_.bz=3 +_.cQ=_.cw=_.d0=0 +_.av=null +_.b4=e +_.bv=f +_.aW=1 +_.bN=g +_.bI=0 +_.a8=_.a6=1 +_.I=h +_.y1=1 +_.ok=i +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=j +_.ax=k +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +a8n:function a8n(){}, +a8m:function a8m(){}, +TC:function TC(){}, +iO:function iO(){}, +N_:function N_(a,b,c,d,e,f,g,h,i){var _=this +_.oN=0.5 +_.cm=5 +_.dC=_.cR=_.cd=0 +_.d1=_.bX=0.5 +_.iP=a +_.dX=b +_.de=!1 +_.cz=null +_.cQ=_.cw=_.bz=0 +_.av=null +_.b4=c +_.bv=d +_.aW=1 +_.bN=e +_.bI=0 +_.a8=_.a6=1 +_.I=f +_.y1=1 +_.ok=g +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=h +_.ax=i +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +lb(){var s=t.F +s=new A.tK(new A.bu(A.a([],t.E)),A.w(s),A.w(s)) +s.c=!0 +return s}, +tK:function tK(a,b,c){var _=this +_.dH=null +_.fQ=0 +_.L=null +_.y2=_.y1=0 +_.ok=a +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=b +_.ax=c +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +O4:function O4(a,b,c,d,e,f,g,h,i){var _=this +_.dC=_.cR=0 +_.d1=_.bX=0.5 +_.iP=a +_.dX=b +_.de=!1 +_.cz=null +_.cQ=_.cw=_.bz=0 +_.av=null +_.b4=c +_.bv=d +_.aW=1 +_.bN=e +_.bI=0 +_.a8=_.a6=1 +_.I=f +_.y1=1 +_.ok=g +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=h +_.ax=i +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +bR:function bR(){}, +MQ:function MQ(a,b,c,d,e,f,g){var _=this +_.iP=null +_.cQ=_.cw=_.bz=0 +_.av=null +_.b4=a +_.bv=b +_.aW=1 +_.bN=c +_.bI=0 +_.a8=_.a6=1 +_.I=d +_.y1=1 +_.ok=e +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=f +_.ax=g +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +J4:function J4(a,b,c,d){var _=this +_.a=a +_.b=b +_.e=_.d=null +_.f=!1 +_.r=null +_.x=_.w=1 +_.y=c +_.z=d +_.Q=!1 +_.as=null +_.at=0}, +Az:function Az(){}, +a8P:function a8P(a,b){this.a=a +this.b=b}, +a8Q:function a8Q(a,b){this.a=a +this.b=b}, +QM:function QM(a,b){this.a=a +this.b=!1 +this.c=b}, +AI:function AI(a,b){this.a=a +this.b=b}, +u5:function u5(a,b){this.a=a +this.b=b}, +px:function px(a,b){this.a=a +this.b=b}, +AP:function AP(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.rB=_.dI=_.i5=_.dD=null +_.oJ=a +_.mL=_.mK=null +_.jw=b +_.adi=c +_.mM=d +_.NW=e +_.eD=!0 +_.hq=0 +_.rB$=f +_.oJ$=g +_.mK$=h +_.lz=_.ly=_.mH=_.d1=_.bX=0 +_.cz=_.de=_.dX=null +_.mG=i +_.bz=3 +_.cQ=_.cw=_.d0=0 +_.av=null +_.b4=j +_.bv=k +_.aW=1 +_.bN=l +_.bI=0 +_.a8=_.a6=1 +_.I=m +_.y1=1 +_.ok=n +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=o +_.ax=p +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +a9X:function a9X(){}, +a9Y:function a9Y(a){this.a=a}, +Uj:function Uj(){}, +jW:function jW(){}, +dr:function dr(a,b,c,d,e,f,g,h){var _=this +_.aq=a +_.bR=b +_.b3=c +_.cS=d +_.eg=-1 +_.fb=e +_.aC=_.y2=_.y1=0 +_.az=1 +_.ah=_.X=_.P=0 +_.aH=_.ae=1 +_.ok=f +_.x=null +_.z=0 +_.Q=65534 +_.as=null +_.at=g +_.ax=h +_.d="" +_.e=0 +_.a=$ +_.b=-1 +_.c=!1}, +a9S:function a9S(){}, +a9R:function a9R(){}, +aCN(a){var s,r,q,p,o,n,m,l +if(a.length===0)return null +s=t.t +r=A.a([],s) +q=A.a([],s) +for(s=new A.jg(a),s=new A.bA(s,s.gn(s)),p=A.j(s).c,o=!1,n=0,m=0;s.p();){l=s.d +if(l==null)l=p.a(l) +if(o===(l<=32||l===8232)){o=!o +if(o)r.push(m) +else{q.push(n) +n=0}}if(o)++n;++m}if(n!==0){q.push(n) +r.push(m)}return new A.zj(new Uint32Array(A.a8(r)),new Uint32Array(A.a8(q)))}, +apU(a,b,c){var s,r,q,p,o,n,m=a.length +if(m===0)return null +s=t.t +r=A.a([],s) +q=A.a([],s) +for(p=0;p")),a.i("wx<0>"))}, +o7:function o7(){}, +AO:function AO(){}, +a9l:function a9l(a){this.a=a}, +wx:function wx(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +tX:function tX(a,b,c,d,e){var _=this +_.d=a +_.a=b +_.b=c +_.c=d +_.$ti=e}, +lm:function lm(){}, +R7:function R7(){}, +O8:function O8(a,b){this.a=a +this.b=b}, +a3C(a){var s=new A.aJ(new Float64Array(16)) +if(s.kg(a)===0)return null +return s}, +aBx(){return new A.aJ(new Float64Array(16))}, +aBz(){var s=new A.aJ(new Float64Array(16)) +s.bs() +return s}, +a3B(a,b,c){var s=new A.aJ(new Float64Array(16)) +s.bs() +s.ir(a,b,c) +return s}, +JC(a,b,c){var s=new Float64Array(16) +s[15]=1 +s[10]=c +s[5]=b +s[0]=a +return new A.aJ(s)}, +aJ:function aJ(a){this.a=a}, +es:function es(a){this.a=a}, +k2:function k2(a){this.a=a}, +aia(){var s=0,r=A.a5(t.H) +var $async$aia=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=2 +return A.a1(A.aiB(new A.aib(),new A.aic()),$async$aia) +case 2:return A.a3(null,r)}}) +return A.a4($async$aia,r)}, +aic:function aic(){}, +aib:function aib(){}, +ayQ(a){a.aB(t.H5) +return null}, +aDo(a){var s=a.aB(t.Wu) +return s==null?null:s.f}, +ays(){return new A.vU(A.w(t.Gf))}, +aJZ(){return null}, +am2(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)}, +aow(a){return A.b1(a)}, +anw(a,b){return(B.Dt[(a^b)&255]^a>>>8)>>>0}, +Eb(a){var s=B.c.Z(u.N,a>>>6)+(a&63),r=s&1,q=B.c.Z(u.I,s>>>1) +return q>>>4&-r|q&15&r-1}, +vd(a,b){var s=(a&1023)<<10|b&1023,r=B.c.Z(u.N,1024+(s>>>9))+(s&511),q=r&1,p=B.c.Z(u.I,r>>>1) +return p>>>4&-q|p&15&q-1}, +ak3(a,b){var s,r +for(s=J.an(a);s.p();){r=s.gD(s) +if(b.$1(r))return r}return null}, +aoQ(a,b){return A.aAS(a,b,b)}, +aAS(a,b,c){return A.E1(function(){var s=a,r=b +var q=0,p=1,o,n,m,l +return function $async$aoQ(d,e){if(d===1){o=e +q=p}while(true)switch(q){case 0:n=s.length,m=0 +case 2:if(!(mc)return c +if(isNaN(a))return c +return a}, +atb(a,b){var s=t.s,r=A.a(a.split("\n"),s) +$.Wy().M(0,r) +if(!$.alt)A.as8()}, +as8(){var s,r=$.alt=!1,q=$.amD() +if(A.cM(q.gNA(),0).a>1e6){if(q.b==null)q.b=$.te.$0() +q.bo(0) +$.W6=0}while(!0){if($.W6<12288){q=$.Wy() +q=!q.gY(q)}else q=r +if(!q)break +s=$.Wy().tv() +$.W6=$.W6+s.length +A.am2(s)}r=$.Wy() +if(!r.gY(r)){$.alt=!0 +$.W6=0 +A.dc(B.bM,A.aJv()) +if($.agG==null)$.agG=new A.bj(new A.al($.ak,t.W),t.gR)}else{$.amD().ny(0) +r=$.agG +if(r!=null)r.iG(0) +$.agG=null}}, +a_N(a){var s=0,r=A.a5(t.H),q +var $async$a_N=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)$async$outer:switch(s){case 0:a.gbj().yi(B.Jm) +switch(A.aa(a).r.a){case 0:case 1:q=A.Ni(B.Jh) +s=1 +break $async$outer +case 2:case 3:case 4:case 5:q=A.e4(null,t.H) +s=1 +break $async$outer}case 1:return A.a3(q,r)}}) +return A.a4($async$a_N,r)}, +aA3(a){a.gbj().yi(B.Fc) +switch(A.aa(a).r.a){case 0:case 1:return A.a14() +case 2:case 3:case 4:case 5:return A.e4(null,t.H)}}, +aJt(a,b,c,d,e){var s,r,q,p,o,n,m=d.b,l=m+e,k=a.b,j=c.b-10,i=l+k<=j +k=m-e-k +s=k>=10 +if(b)r=i||!s +else r=!(s||!i) +q=r?Math.min(l,j):Math.max(k,10) +m=c.a +l=a.a +if(m-20m-n?k-l:o-j}return new A.r(p,q)}, +aAv(a,b,c){return a}, +akj(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.r(s[12],s[13]) +return null}, +akk(a,b){var s,r,q +if(a==b)return!0 +if(a==null){b.toString +return A.JD(b)}if(b==null)return A.JD(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]}, +JD(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}, +fG(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.r(p,o) +else return new A.r(p/n,o/n)}, +a3E(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=$.aiI() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.aiI() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +mE(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.a3E(a4,a5,a6,!0,s) +A.a3E(a4,a7,a6,!1,s) +A.a3E(a4,a5,a9,!1,s) +A.a3E(a4,a7,a9,!1,s) +a7=$.aiI() +return new A.G(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.G(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.G(A.apg(f,d,a0,a2),A.apg(e,b,a1,a3),A.apf(f,d,a0,a2),A.apf(e,b,a1,a3))}}, +apg(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +aph(a,b){var s +if(A.JD(a))return b +s=new A.aJ(new Float64Array(16)) +s.bG(a) +s.kg(s) +return A.mE(s,b)}, +aki(a){var s,r=new A.aJ(new Float64Array(16)) +r.bs() +s=new A.k2(new Float64Array(4)) +s.yp(0,0,0,a.a) +r.yn(0,s) +s=new A.k2(new Float64Array(4)) +s.yp(0,0,0,a.b) +r.yn(1,s) +return r}, +atG(a,b,c){if(a==null||!1)return a===b +return a>b-c&&a0){$.ap_=s-1 +return 0}return 0}, +aIk(a){var s,r=null,q=a.b.toLowerCase(),p=B.c.t(q,"italic")?B.aw:r +if(B.c.t(q,"semibold")||B.c.t(q,"semi bold"))s=B.ct +else s=B.c.t(q,"bold")?B.aU:r +return A.u6(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)}, +and(a,b){var s,r,q,p,o,n=A.a([],t.G5) +if(a.bn()===B.b_){a.cj() +s=t.o +while(!0){r=a.w +if(r===0)r=a.ab() +if(!(r!==2&&r!==4&&r!==18))break +q=A.a2U(a,b,A.aJs(),a.bn()===B.ce,!1,s) +p=q.c +o=q.w +p=new A.t8(q,b,q.b,p,q.d,q.e,q.f,q.r,o) +p.ak() +n.push(p)}a.cl() +A.aoZ(n)}else n.push(A.xU(A.hG(a),t.o)) +return new A.WT(n)}, +WU(a,b){var s,r,q,p,o +a.cv() +for(s=t.i,r=null,q=null,p=null,o=!1;a.bn()!==B.vU;)switch(a.bq($.au5())){case 0:r=A.and(a,b) +break +case 1:if(a.bn()===B.eD){a.aL() +o=!0}else q=new A.bK(A.b_(a,b,A.cf(),!1,s)) +break +case 2:if(a.bn()===B.eD){a.aL() +o=!0}else p=new A.bK(A.b_(a,b,A.cf(),!1,s)) +break +default:a.ci() +a.aL()}a.cI() +if(o)b.kb("Lottie doesn't support expressions.") +if(r!=null)return r +q.toString +p.toString +return new A.Ex(q,p)}, +axI(a,b){var s,r,q=null +a.cv() +s=q +while(!0){r=a.w +if(r===0)r=a.ab() +if(!(r!==2&&r!==4&&r!==18))break +switch(a.bq($.au7())){case 0:s=A.axH(a,b) +break +default:a.ci() +a.aL()}}a.cI() +if(s==null)return new A.Ey(q,q,q,q) +return s}, +axH(a,b){var s,r,q,p,o,n,m,l=null +a.cv() +s=t.i +r=t.k +q=l +p=q +o=p +n=o +while(!0){m=a.w +if(m===0)m=a.ab() +if(!(m!==2&&m!==4&&m!==18))break +switch(a.bq($.au6())){case 0:n=new A.nN(A.b_(a,b,A.Wf(),!1,r)) +break +case 1:o=new A.nN(A.b_(a,b,A.Wf(),!1,r)) +break +case 2:p=new A.bK(A.b_(a,b,A.cf(),!1,s)) +break +case 3:q=new A.bK(A.b_(a,b,A.cf(),!1,s)) +break +default:a.ci() +a.aL()}}a.cI() +return new A.Ey(n,o,p,q)}, +aj4(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.bn()===B.ce +if(a1)a2.cv() +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.ab() +if(!(d!==2&&d!==4&&d!==18))break +c=a2.bq($.au9()) +switch(c){case 0:a2.cv() +while(!0){d=a2.w +if(d===0)d=a2.ab() +if(!(d!==2&&d!==4&&d!==18))break +switch(a2.bq($.au8())){case 0:e=A.and(a2,a3) +break +default:a2.ci() +a2.aL()}}a2.cI() +break +case 1:f=A.WU(a2,a3) +break +case 2:g=new A.WV(A.b_(a2,a3,A.aJA(),!1,n)) +break +case 3:case 4:if(c===3)q.A(0,"Lottie doesn't support 3D layers.") +b=A.b_(a2,a3,A.cf(),!1,s) +h=new A.bK(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.gG(b).b==null){a=o.c +B.b.sG(b,new A.dD(a3,0,0,a0,a0,a0,0,a,p))}break +case 5:i=new A.hp(A.b_(a2,a3,A.E9(),!1,r)) +break +case 6:j=new A.bK(A.b_(a2,a3,A.cf(),!1,s)) +break +case 7:k=new A.bK(A.b_(a2,a3,A.cf(),!1,s)) +break +case 8:l=new A.bK(A.b_(a2,a3,A.cf(),!1,s)) +break +case 9:m=new A.bK(A.b_(a2,a3,A.cf(),!1,s)) +break +default:a2.ci() +a2.aL()}}if(a1)a2.cI() +if(e!=null)s=e.geF()&&J.e(B.b.gG(e.a).b,B.h) +else s=!0 +if(s)e=a0 +if(f!=null)s=!(f instanceof A.Ex)&&f.geF()&&J.e(B.b.gG(f.gPg()).b,B.h) +else s=!0 +if(s)f=a0 +if(h!=null)s=h.geF()&&J.e(B.b.gG(h.a).b,0) +else s=!0 +if(s)h=a0 +if(g!=null)s=g.geF()&&J.e(B.b.gG(g.a).b,B.ho) +else s=!0 +if(s)g=a0 +if(l!=null)s=l.geF()&&J.e(B.b.gG(l.a).b,0) +else s=!0 +if(s)l=a0 +if(m!=null)s=m.geF()&&J.e(B.b.gG(m.a).b,0) +else s=!0 +return new A.qf(e,f,g,h,i,l,s?a0:m,j,k)}, +ay_(a,b){var s,r,q=null +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.aub())){case 0:a.cj() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +r=A.axZ(a,b) +if(r!=null)q=r}a.cl() +break +default:a.ci() +a.aL()}}return q}, +axZ(a,b){var s,r,q,p +a.cv() +s=t.i +r=null +q=!1 +while(!0){p=a.w +if(p===0)p=a.ab() +if(!(p!==2&&p!==4&&p!==18))break +switch(a.bq($.auc())){case 0:q=a.c5()===0 +break +case 1:if(q)r=new A.XB(new A.bK(A.b_(a,b,A.cf(),!1,s))) +else a.aL() +break +default:a.ci() +a.aL()}}a.cI() +return r}, +ayn(a,b,c){var s,r=A.aO("position"),q=A.aO("size"),p=c===3,o=t.o,n=null,m=!1 +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.aue())){case 0:n=a.c_() +break +case 1:r.b=A.WU(a,b) +break +case 2:q.b=new A.lP(A.b_(a,b,A.Ed(),!0,o)) +break +case 3:m=a.eI() +break +case 4:p=a.c5()===3 +break +default:a.ci() +a.aL()}}return new A.Fm(n,r.aN(),q.aN(),p,m)}, +aHS(a){var s,r,q,p,o=a.bn()===B.b_ +if(o)a.cj() +s=a.aU() +r=a.aU() +q=a.aU() +p=a.bn()===B.au?a.aU():1 +if(o)a.cl() +if(s<=1&&r<=1&&q<=1){s*=255 +r*=255 +q*=255 +if(p<=1)p*=255}return A.M(B.d.ac(p),B.d.ac(s),B.d.ac(r),B.d.ac(q))}, +ajp(a,b){var s,r,q,p +a.cv() +r=2 +$label0$1:while(!0){q=a.w +if(q===0)q=a.ab() +if(!(q!==2&&q!==4&&q!==18)){s=null +break}c$1:switch(a.bq($.auj())){case 0:s=a.c_() +break $label0$1 +case 1:r=a.c5() +break +default:a.ci() +a.aL()}}if(s==null)return null +switch(s){case"gr":p=A.aDz(a,b) +break +case"st":p=A.aDC(a,b) +break +case"gs":p=A.aAu(a,b) +break +case"fl":p=A.aDy(a,b) +break +case"gf":p=A.aAs(a,b) +break +case"tr":p=A.aj4(a,b) +break +case"sh":p=A.aDB(a,b) +break +case"el":p=A.ayn(a,b,r) +break +case"rc":p=A.aCR(a,b) +break +case"tm":p=A.aDD(a,b) +break +case"sr":p=A.aCp(a,b,r) +break +case"mm":p=A.aBE(a) +break +case"rp":p=A.aCV(a,b) +break +case"rd":p=A.aD4(a,b) +break +default:b.kb("Unknown shape type "+s) +p=null}while(!0){q=a.w +if(q===0)q=a.ab() +if(!(q!==2&&q!==4&&q!==18))break +a.aL()}a.cI() +return p}, +aIr(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=null +a.cv() +s=d +r=s +q=r +p=q +o=0 +n=B.fu +m=0 +l=0 +k=0 +j=B.B +i=B.B +h=0 +g=!0 +while(!0){f=a.w +if(f===0)f=a.ab() +if(!(f!==2&&f!==4&&f!==18))break +switch(a.bq($.awy())){case 0:p=a.c_() +break +case 1:q=a.c_() +break +case 2:o=a.aU() +break +case 3:e=a.c5() +n=e>2||e<0?B.fu:B.CH[e] +break +case 4:m=a.c5() +break +case 5:l=a.aU() +break +case 6:k=a.aU() +break +case 7:j=A.aoY(a) +break +case 8:i=A.aoY(a) +break +case 9:h=a.aU() +break +case 10:g=a.eI() +break +case 11:a.cj() +r=new A.r(a.aU(),a.aU()) +a.cl() +break +case 12:a.cj() +s=new A.r(a.aU(),a.aU()) +a.cl() +break +default:a.ci() +a.aL()}}a.cI() +return new A.kt(p==null?"":p,q,o,n,m,l,k,j,i,h,g,r,s)}, +aID(a){return A.a2x(a)}, +aAe(a,b){var s,r,q,p,o,n,m,l,k,j,i=A.a([],t.bP) +a.cv() +s=t.Ia +r="" +q=0 +p=0 +o=null +n=null +while(!0){m=a.w +if(m===0)m=a.ab() +if(!(m!==2&&m!==4&&m!==18))break +switch(a.bq($.auy())){case 0:r=a.c_() +break +case 1:q=a.aU() +break +case 2:p=a.aU() +break +case 3:o=a.c_() +break +case 4:n=a.c_() +break +case 5:a.cv() +while(!0){m=a.w +if(m===0)m=a.ab() +if(!(m!==2&&m!==4&&m!==18))break +switch(a.bq($.aux())){case 0:a.cj() +while(!0){m=a.w +if(m===0)m=a.ab() +if(!(m!==2&&m!==4&&m!==18))break +l=A.ajp(a,b) +if(l!=null){k=l +j=!0}else{k=null +j=!1}if(j)i.push(s.a(k))}a.cl() +break +default:a.ci() +a.aL()}}a.cI() +break +default:a.ci() +a.aL()}}a.cI() +s=o==null?"":o +return new A.xb(i,r,q,p,s,n==null?"":n)}, +aAh(a){var s,r,q,p,o,n +a.cv() +s=null +r=null +q=null +while(!0){p=a.w +if(p===0)p=a.ab() +if(!(p!==2&&p!==4&&p!==18))break +switch(a.bq($.auB())){case 0:s=a.c_() +break +case 1:r=a.c_() +break +case 2:q=a.c_() +break +case 3:a.aU() +break +default:a.ci() +a.aL()}}a.cI() +o=s==null?"":s +n=r==null?"":r +return new A.I5(o,n,q==null?"":q)}, +aAs(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.ah,e=!1 +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.auF())){case 0:g=a.c_() +break +case 1:a.cv() +r=-1 +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.auE())){case 0:r=a.c5() +break +case 1:q=new A.xi(r) +h=new A.Ev(A.anc(A.b_(a,b,q.gQ5(q),!1,m))) +break +default:a.ci() +a.aL()}}a.cI() +break +case 2:i=new A.hp(A.b_(a,b,A.E9(),!1,n)) +break +case 3:j=a.c5()===1?B.bR:B.k_ +break +case 4:k=new A.lP(A.b_(a,b,A.Ed(),!0,o)) +break +case 5:l=new A.lP(A.b_(a,b,A.Ed(),!0,o)) +break +case 6:f=a.c5()===1?B.ah:B.aY +break +case 7:e=a.eI() +break +default:a.ci() +a.aL()}}if(i==null)i=new A.hp(A.a([A.xU(100,n)],t.q1)) +o=j==null?B.bR:j +h.toString +k.toString +l.toString +return new A.Il(g,o,f,h,i,k,l,e)}, +aAu(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.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a4.bq($.auI())){case 0:a1=a4.c_() +break +case 1:a4.cv() +r=-1 +while(!0){s=a4.w +if(s===0)s=a4.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a4.bq($.auH())){case 0:r=a4.c5() +break +case 1:q=new A.xi(r) +a0=new A.Ev(A.anc(A.b_(a4,a5,q.gQ5(q),!1,i))) +break +default:a4.ci() +a4.aL()}}a4.cI() +break +case 2:a=new A.hp(A.b_(a4,a5,A.E9(),!1,j)) +break +case 3:b=a4.c5()===1?B.bR:B.k_ +break +case 4:c=new A.lP(A.b_(a4,a5,A.Ed(),!0,k)) +break +case 5:d=new A.lP(A.b_(a4,a5,A.Ed(),!0,k)) +break +case 6:e=new A.bK(A.b_(a4,a5,A.cf(),!1,l)) +break +case 7:f=B.kE[a4.c5()-1] +break +case 8:g=B.kq[a4.c5()-1] +break +case 9:a2=a4.aU() +break +case 10:a3=a4.eI() +break +case 11:a4.cj() +while(!0){s=a4.w +if(s===0)s=a4.ab() +if(!(s!==2&&s!==4&&s!==18))break +a4.cv() +p=n +o=p +while(!0){s=a4.w +if(s===0)s=a4.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a4.bq($.auG())){case 0:o=a4.c_() +break +case 1:p=new A.bK(A.b_(a4,a5,A.cf(),!1,l)) +break +default:a4.ci() +a4.aL()}}a4.cI() +if(o==="o")h=p +else if(o==="d"||o==="g"){p.toString +m.push(p)}}a4.cl() +if(m.length===1)m.push(m[0]) +break +default:a4.ci() +a4.aL()}}if(a==null)a=new A.hp(A.a([A.xU(100,j)],t.q1)) +l=b==null?B.bR:b +a0.toString +c.toString +d.toString +e.toString +return new A.Io(a1,l,a0,a,c,d,e,f,g,a2,m,h,a3)}, +aJ0(a){return J.an5(A.a2x(a))}, +aoY(a){var s,r,q,p +a.cj() +s=B.d.ac(a.aU()*255) +r=B.d.ac(a.aU()*255) +q=B.d.ac(a.aU()*255) +while(!0){p=a.w +if(p===0)p=a.ab() +if(!(p!==2&&p!==4&&p!==18))break +a.aL()}a.cl() +return A.M(255,s,r,q)}, +aka(a){var s=A.a([],t.yv) +a.cj() +for(;a.bn()===B.b_;){a.cj() +s.push(A.hG(a)) +a.cl()}a.cl() +return s}, +hG(a){switch(a.bn().a){case 6:return A.aAW(a) +case 0:return A.aAV(a) +case 2:return A.aAX(a) +case 8:return B.h +case 1:case 3:case 4:case 5:case 7:case 9:throw A.c(A.aM("Unknown point starts with "+a.bn().h(0)))}}, +aAW(a){var s,r=a.aU(),q=a.aU() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +a.aL()}return new A.r(r,q)}, +aAV(a){var s,r +a.cj() +s=a.aU() +r=a.aU() +for(;a.bn()!==B.hY;)a.aL() +a.cl() +return new A.r(s,r)}, +aAX(a){var s,r,q +a.cv() +s=0 +r=0 +while(!0){q=a.w +if(q===0)q=a.ab() +if(!(q!==2&&q!==4&&q!==18))break +switch(a.bq($.auM())){case 0:s=A.a2x(a) +break +case 1:r=A.a2x(a) +break +default:a.ci() +a.aL()}}a.cI() +return new A.r(s,r)}, +a2x(a){var s,r,q=a.bn() +switch(q.a){case 6:return a.aU() +case 0:a.cj() +s=a.aU() +while(!0){r=a.w +if(r===0)r=a.ab() +if(!(r!==2&&r!==4&&r!==18))break +a.aL()}a.cl() +return s +case 1:case 2:case 3:case 4:case 5:case 7:case 8:case 9:throw A.c(A.aM("Unknown value for token of type "+q.h(0)))}}, +b_(a,b,c,d,e){var s,r=A.a([],e.i("l>")) +if(a.bn()===B.eD){b.kb("Lottie doesn't support expressions.") +return r}a.cv() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.auO())){case 0:if(a.bn()===B.b_){a.cj() +if(a.bn()===B.au)r.push(A.a2U(a,b,c,!1,d,e)) +else while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +r.push(A.a2U(a,b,c,!0,d,e))}a.cl()}else r.push(A.a2U(a,b,c,!1,d,e)) +break +default:a.aL()}}a.cI() +A.aoZ(r) +return r}, +aoZ(a){var s,r,q,p,o +for(s=a.length-1,r=0;r1)B.b.B(a,o)}, +ap2(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.cv() +s=t.i +r=c0.c +q=t.s +p=t.HU +o=c0.ga5z() +n=b6 +m=n +l=m +k=l +j=k +i=j +h=i +g=h +f="UNSET" +e=B.fx +d=0 +c=0 +b=0 +a=B.B +a0=0 +a1=0 +a2=-1 +a3=1 +a4=0 +a5=0 +a6=0 +a7=!1 +a8=B.hk +while(!0){a9=b9.w +if(a9===0)a9=b9.ab() +if(!(a9!==2&&a9!==4&&a9!==18))break +switch(b9.bq($.auQ())){case 0:f=b9.c_() +break +case 1:d=b9.c5() +break +case 2:g=b9.c_() +break +case 3:b0=b9.c5() +e=b0<6?B.DB[b0]:B.fx +break +case 4:a2=b9.c5() +break +case 5:c=b9.c5() +break +case 6:b=b9.c5() +break +case 7:a=A.aBJ(b9.c_(),o) +break +case 8:k=A.aj4(b9,c0) +break +case 9:b1=b9.c5() +if(b1>=6){r.A(0,"Unsupported matte type: "+b1) +break}a8=B.Cw[b1] +if(a8===B.pP)r.A(0,"Unsupported matte type: Luma") +else if(a8===B.pQ)r.A(0,"Unsupported matte type: Luma Inverted");++c0.f +break +case 10:b9.cj() +while(!0){a9=b9.w +if(a9===0)a9=b9.ab() +if(!(a9!==2&&a9!==4&&a9!==18))break +b7.push(A.aBp(b9,c0))}c0.f+=b7.length +b9.cl() +break +case 11:b9.cj() +while(!0){a9=b9.w +if(a9===0)a9=b9.ab() +if(!(a9!==2&&a9!==4&&a9!==18))break +b2=A.ajp(b9,c0) +if(b2!=null)b8.push(b2)}b9.cl() +break +case 12:b9.cv() +while(!0){a9=b9.w +if(a9===0)a9=b9.ab() +if(!(a9!==2&&a9!==4&&a9!==18))break +switch(b9.bq($.auR())){case 0:l=new A.WW(A.b_(b9,c0,A.aIs(),!1,p)) +break +case 1:b9.cj() +a9=b9.w +if(a9===0)a9=b9.ab() +if(a9!==2&&a9!==4&&a9!==18)m=A.axI(b9,c0) +while(!0){a9=b9.w +if(a9===0)a9=b9.ab() +if(!(a9!==2&&a9!==4&&a9!==18))break +b9.aL()}b9.cl() +break +default:b9.ci() +b9.aL()}}b9.cI() +break +case 13:b9.cj() +b3=A.a([],q) +while(!0){a9=b9.w +if(a9===0)a9=b9.ab() +if(!(a9!==2&&a9!==4&&a9!==18))break +b9.cv() +while(!0){a9=b9.w +if(a9===0)a9=b9.ab() +if(!(a9!==2&&a9!==4&&a9!==18))break +switch(b9.bq($.auP())){case 0:b4=b9.c5() +if(b4===29)i=A.ay_(b9,c0) +else if(b4===25)j=new A.ZZ().aba(0,b9,c0) +break +case 1:b3.push(b9.c_()) +break +default:b9.ci() +b9.aL()}}b9.cI()}b9.cl() +r.A(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.i(b3)) +break +case 14:a3=b9.aU() +break +case 15:a4=b9.aU() +break +case 16:a0=b9.c5() +break +case 17:a1=b9.c5() +break +case 18:a5=b9.aU() +break +case 19:a6=b9.aU() +break +case 20:n=new A.bK(A.b_(b9,c0,A.cf(),!1,s)) +break +case 21:h=b9.c_() +break +case 22:a7=b9.eI() +break +default:b9.ci() +b9.aL()}}b9.cI() +b5=A.a([],t.ML) +if(a5>0)b5.push(A.xT(c0,a5,0,b6,0,0,b6,b6,s)) +a6=a6>0?a6:c0.d.c +b5.push(A.xT(c0,a6,1,b6,a5,1,b6,b6,s)) +b5.push(A.xT(c0,17976931348623157e292,0,b6,a6,0,b6,b6,s)) +if(B.c.ls(f,".ai")||"ai"===h)c0.kb("Convert your Illustrator layers to shape layers.") +k.toString +return A.ap1(i,c0,j,d,b5,a7,e,b7,a8,f,a2,a1,a0,g,b8,a,b,c,a4,l,m,n,a3,k)}, +aBo(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=a.d +b.cv() +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.ab() +if(!(j!==2&&j!==4&&j!==18))break +switch(b.bq($.auV())){case 0:i=b.c5() +k.c=i<0?A.arZ(i):i +break +case 1:h=b.c5() +k.d=h<0?A.arZ(h):h +break +case 2:f.b=b.aU() +break +case 3:f.c=b.aU()-0.01 +break +case 4:f.d=b.aU() +break +case 5:g=b.c_().split(".") +if(!A.aBI(A.fQ(g[0],null),A.fQ(g[1],null),A.fQ(g[2],null),4,4,0))l.A(0,"Lottie only supports bodymovin >= 4.4.0") +break +case 6:A.aBm(b,a,n,m) +break +case 7:A.aBj(b,a,p,o) +break +case 8:A.aBl(b,q) +break +case 9:A.aBk(b,a,r) +break +case 10:A.aBn(b,a,s) +break +default:b.ci() +b.aL()}}return a}, +aBm(a,b,c,d){var s,r,q +a.cj() +s=0 +while(!0){r=a.w +if(r===0)r=a.ab() +if(!(r!==2&&r!==4&&r!==18))break +q=A.ap2(a,b) +if(q.e===B.k9)++s +c.push(q) +d.m(0,q.d,q)}if(s>4)b.kb("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.cl()}, +aBj(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i,h,g +a.cj() +s=t.fQ +r=t.S +q=t.kd +while(!0){p=a.w +if(p===0)p=a.ab() +if(!(p!==2&&p!==4&&p!==18))break +o=A.aO("id") +n=A.a([],s) +m=A.E(r,q) +a.cv() +l=0 +k=0 +j=null +i=null +while(!0){p=a.w +if(p===0)p=a.ab() +if(!(p!==2&&p!==4&&p!==18))break +switch(a.bq($.auS())){case 0:o.b=a.c_() +break +case 1:a.cj() +while(!0){p=a.w +if(p===0)p=a.ab() +if(!(p!==2&&p!==4&&p!==18))break +h=A.ap2(a,b) +m.m(0,h.d,h) +n.push(h)}a.cl() +break +case 2:l=a.c5() +break +case 3:k=a.c5() +break +case 4:j=a.c_() +break +case 5:i=a.c_() +break +default:a.ci() +a.aL()}}a.cI() +if(j!=null){g=o.b +if(g===o)A.a0(A.fh(o.a)) +d.m(0,g,new A.Jq(l,k,g,j,i==null?"":i))}else{g=o.b +if(g===o)A.a0(A.fh(o.a)) +c.m(0,g,n)}}a.cl()}, +aBl(a,b){var s,r +a.cv() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.auT())){case 0:a.cj() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +r=A.aAh(a) +b.m(0,r.b,r)}a.cl() +break +default:a.ci() +a.aL()}}a.cI()}, +aBk(a,b,c){var s,r +a.cj() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +r=A.aAe(a,b) +c.m(0,31*(31*B.c.gu(r.b)+B.c.gu(r.f))+B.c.gu(r.e),r)}a.cl()}, +aBn(a,b,c){var s +a.cj() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +a.cv() +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.auU())){case 0:a.c_() +break +case 1:a.aU() +break +case 2:a.aU() +break +default:a.ci() +a.aL()}}a.cI() +c.push(new A.Jt())}a.cl()}, +aBp(a,b){var s,r,q,p,o,n,m=A.aO("maskMode"),l=A.aO("maskPath"),k=A.aO("opacity") +a.cv() +s=t.S +r=t.hd +q=b.c +p=!1 +while(!0){o=a.w +if(o===0)o=a.ab() +if(!(o!==2&&o!==4&&o!==18))break +switch(a.PL()){case"mode":n=a.c_() +switch(n){case"a":m.b=B.pH +break +case"s":m.b=B.FM +break +case"n":m.b=B.pI +break +case"i":q.A(0,"Animation contains intersect masks. They are not supported but will be treated like add masks.") +m.b=B.FN +break +default:q.A(0,"Unknown mask mode "+n+". Defaulting to Add.") +m.b=B.pH}break +case"pt":l.b=new A.Ew(A.b_(a,b,A.atX(),!1,r)) +break +case"o":k.b=new A.hp(A.b_(a,b,A.E9(),!1,s)) +break +case"inv":p=a.eI() +break +default:a.aL()}}a.cI() +return new A.Ju(m.aN(),l.aN(),k.aN(),p)}, +aBE(a){var s,r=A.aO("mode"),q=!1 +while(!0){s=a.w +if(s===0)s=a.ab() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bq($.auW())){case 0:a.c_() +break +case 1:r.b=A.aBF(a.c5()) +break +case 2:q=a.eI() +break +default:a.ci() +a.aL()}}return new A.JH(r.aN(),q)}, +aAU(a,b,c,d){var s,r,q,p=new A.cl("") +p.a=""+"$" +for(s=0;s=b.gn(b)&&a.iq(0,s-b.gn(b),s).k(0,b)))break +s-=b.gn(b)}return a.iq(0,0,s)}, +anD(a,b){var s +if(b.a.length===0)return a +s=0 +while(!0){if(!(s<=a.gn(a)-b.gn(b)&&a.iq(0,s,s+b.gn(b)).k(0,b)))break +s+=b.gn(b)}return a.EN(0,s)}, +aHI(a,b,c){return A.alI(a,A.alW(A.alM(),c),A.alL(),b)}, +alI(a,b,c,d){var s,r,q,p,o=A.d6(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.xd((r>>>16&255)/255) +j=A.xd((q>>>8&255)/255) +i=A.xd((p&255)/255) +h=A.xd((n>>>16&255)/255) +g=A.xd((m>>>8&255)/255) +f=A.xd((l&255)/255) +l=A.ajR(k+a*(h-k)) +m=A.ajR(j+a*(g-j)) +n=A.ajR(i+a*(f-i)) +return A.M(B.d.ac((s+a*((o>>>24&255)/255-s))*255),B.d.ac(l*255),B.d.ac(m*255),B.d.ac(n*255))}, +aBH(a,b){var s,r,q,p,o,n,m,l,k,j,i +b.bo(0) +s=a.b +b.aM(0,s.a,s.b) +for(r=a.a,q=s,p=0;pd)return!0 +if(be)return!0 +return c>=f}, +aBJ(a,b){var s,r=a.length +if(r!==0&&a[0]==="#"){s=A.fQ(B.c.cZ(a,1),16) +if(r===7)s|=4278190080 +else if(r!==9){b.$1("Unknown color colorString: "+a) +return B.i}return new A.A(s>>>0)}b.$1("Unknown colorString is empty or format incorrect: "+a) +return B.i}, +a3M(a,b){var s=B.d.S(a),r=B.d.S(b) +return s-r*A.yn(s,r)}, +yn(a,b){var s=B.e.h8(a,b),r=B.e.gua(a),q=B.e.gua(b),p=B.e.bk(a,b) +return r!==q&&p!==0?s-1:s}, +aEC(a,b){var s,r,q +if(b.b)return +s=b.e +r=b.f +q=b.r +A.akY(a,s.gl(s)/100,r.gl(r)/100,q.gl(q)/360)}, +akY(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i="applyTrimPathIfNeeded" +A.d4(i) +s=a.kf() +r=A.ah(s,!0,A.j(s).i("k.E")) +if(r.length===0){A.bW(i) +return}q=B.b.gG(r) +if(b===1&&c===0){A.bW(i) +return}p=q.gn(q) +if(p<1||Math.abs(c-b-1)<0.01){A.bW(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.a3M(l,p) +k=A.a3M(k,p)}if(l<0)l=A.a3M(l,p) +if(k<0)k=A.a3M(k,p) +if(l===k){a.bo(0) +A.bW(i) +return}if(l>=k)l-=p +j=q.kq(l,k) +if(k>p)j.ec(0,q.kq(0,B.d.bk(k,p)),B.h) +else if(l<0)j.ec(0,q.kq(p+l,p),B.h) +a.bo(0) +a.ec(0,j,B.h) +A.bW(i)}, +a1d(a){var s=a/100 +return(s<=0.0031308?s*12.92:1.055*Math.pow(s,0.4166666666666667)-0.055)*255}, +ajZ(a){var s=Math.pow(Math.abs(a),0.42) +return A.JB(a)*400*s/(s+27.13)}, +ak_(a){var s=A.akg(a,$.aAy),r=A.ajZ(s[0]),q=A.ajZ(s[1]),p=A.ajZ(s[2]) +return Math.atan2((r+q-2*p)/9,(11*r+-12*q+p)/11)}, +aAC(a,b){var s,r,q,p,o,n=$.xl[0],m=$.xl[1],l=$.xl[2],k=B.e.bk(b,4)<=1?0:100,j=B.e.bk(b,2)===0?0:100 +if(b<4){s=(a-k*m-j*l)/n +r=0<=s&&s<=100 +q=t.n +if(r)return A.a([s,k,j],q) +else return A.a([-1,-1,-1],q)}else if(b<8){p=(a-j*n-k*l)/m +r=0<=p&&p<=100 +q=t.n +if(r)return A.a([j,p,k],q) +else return A.a([-1,-1,-1],q)}else{o=(a-k*n-j*m)/l +r=0<=o&&o<=100 +q=t.n +if(r)return A.a([k,j,o],q) +else return A.a([-1,-1,-1],q)}}, +aAA(a,b){var s,r,q,p,o,n,m,l,k=A.a([-1,-1,-1],t.n) +for(s=k,r=0,q=0,p=!1,o=!0,n=0;n<12;++n){m=A.aAC(a,n) +if(m[0]<0)continue +l=A.ak_(m) +if(!p){q=l +r=q +s=m +k=s +p=!0 +continue}if(o||B.d.bk(l-r+25.132741228718345,6.283185307179586)100.01||d>100.01||c>100.01)return 0 +return((A.qI(i)&255)<<16|(A.qI(h[1])&255)<<8|A.qI(h[2])&255|4278190080)>>>0}a-=(b-a9)*a/(2*b)}return 0}, +aAD(a,b,c){var s,r,q,p,o +if(b<0.0001||c<0.0001||c>99.9999){s=A.qI(A.YB(c)) +return A.anJ(s,s,s)}r=B.d.bk(a,360) +q=(r<0?r+360:r)/180*3.141592653589793 +p=A.YB(c) +o=A.aAB(q,b,p) +if(o!==0)return o +return A.ayF(A.aAz(p,q))}, +anJ(a,b,c){return((a&255)<<16|(b&255)<<8|c&255|4278190080)>>>0}, +ayF(a){return A.anJ(A.qI(a[0]),A.qI(a[1]),A.qI(a[2]))}, +anK(a){return A.akg(A.a([A.ajj(a>>>16&255),A.ajj(a>>>8&255),A.ajj(a&255)],t.n),$.ayC)}, +YB(a){return 100*A.ayE((a+16)/116)}, +ajj(a){var s=a/255 +if(s<=0.040449936)return s/12.92*100 +else return Math.pow((s+0.055)/1.055,2.4)*100}, +qI(a){var s=a/100 +return A.aBu(0,255,B.d.ac((s<=0.0031308?s*12.92:1.055*Math.pow(s,0.4166666666666667)-0.055)*255))}, +ayD(a){if(a>0.008856451679035631)return Math.pow(a,0.3333333333333333) +else return(903.2962962962963*a+16)/116}, +ayE(a){var s=a*a*a +if(s>0.008856451679035631)return s +else return(116*a-16)/903.2962962962963}, +JB(a){if(a<0)return-1 +else if(a===0)return 0 +else return 1}, +aBv(a,b,c){return(1-c)*a+c*b}, +aBu(a,b,c){if(cb)return b +return c}, +akg(a,b){var s,r,q,p,o=a[0],n=b[0],m=n[0],l=a[1],k=n[1],j=a[2] +n=n[2] +s=b[1] +r=s[0] +q=s[1] +s=s[2] +p=b[2] +return A.a([o*m+l*k+j*n,o*r+l*q+j*s,o*p[0]+l*p[1]+j*p[2]],t.n)}, +aId(){var s,r,q,p,o=null +try{o=A.Of()}catch(s){if(t.VI.b(A.aq(s))){r=$.agE +if(r!=null)return r +throw s}else throw s}if(J.e(o,$.as6)){r=$.agE +r.toString +return r}$.as6=o +if($.amv()==$.Wu())r=$.agE=o.a4(".").h(0) +else{q=o.Eh() +p=q.length-1 +r=$.agE=p===0?q:B.c.a7(q,0,p)}return r}, +atw(a){var s +if(!(a>=65&&a<=90))s=a>=97&&a<=122 +else s=!0 +return s}, +aJ5(a,b){var s=a.length,r=b+2 +if(s4294967295)throw A.c(A.bY(a,0,4294967295,"length",null)) +return J.mn(new Array(a),b)}, +rB(a,b){if(a<0)throw A.c(A.cp("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.i("l<0>"))}, +aoS(a,b){if(a<0)throw A.c(A.cp("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.i("l<0>"))}, +mn(a,b){return J.a2i(A.a(a,b.i("l<0>")))}, +a2i(a){a.fixed$length=Array +return a}, +aoT(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +aAT(a,b){return J.aiV(a,b)}, +aoU(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}}, +ak4(a,b){var s,r +for(s=a.length;b0;b=s){s=b-1 +r=B.c.aj(a,s) +if(r!==32&&r!==13&&!J.aoU(r))break}return b}, +j2(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.rC.prototype +return J.xJ.prototype}if(typeof a=="string")return J.jA.prototype +if(a==null)return J.xI.prototype +if(typeof a=="boolean")return J.xG.prototype +if(a.constructor==Array)return J.l.prototype +if(typeof a!="object"){if(typeof a=="function")return J.jB.prototype +return a}if(a instanceof A.J)return a +return J.Wl(a)}, +aIN(a){if(typeof a=="number")return J.mo.prototype +if(typeof a=="string")return J.jA.prototype +if(a==null)return a +if(a.constructor==Array)return J.l.prototype +if(typeof a!="object"){if(typeof a=="function")return J.jB.prototype +return a}if(a instanceof A.J)return a +return J.Wl(a)}, +az(a){if(typeof a=="string")return J.jA.prototype +if(a==null)return a +if(a.constructor==Array)return J.l.prototype +if(typeof a!="object"){if(typeof a=="function")return J.jB.prototype +return a}if(a instanceof A.J)return a +return J.Wl(a)}, +bG(a){if(a==null)return a +if(a.constructor==Array)return J.l.prototype +if(typeof a!="object"){if(typeof a=="function")return J.jB.prototype +return a}if(a instanceof A.J)return a +return J.Wl(a)}, +atq(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.rC.prototype +return J.xJ.prototype}if(a==null)return a +if(!(a instanceof A.J))return J.k1.prototype +return a}, +Wk(a){if(typeof a=="number")return J.mo.prototype +if(a==null)return a +if(!(a instanceof A.J))return J.k1.prototype +return a}, +atr(a){if(typeof a=="number")return J.mo.prototype +if(typeof a=="string")return J.jA.prototype +if(a==null)return a +if(!(a instanceof A.J))return J.k1.prototype +return a}, +ahP(a){if(typeof a=="string")return J.jA.prototype +if(a==null)return a +if(!(a instanceof A.J))return J.k1.prototype +return a}, +dv(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.jB.prototype +return a}if(a instanceof A.J)return a +return J.Wl(a)}, +eH(a){if(a==null)return a +if(!(a instanceof A.J))return J.k1.prototype +return a}, +awZ(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.aIN(a).ad(a,b)}, +e(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.j2(a).k(a,b)}, +ax_(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.atr(a).am(a,b)}, +amZ(a){if(typeof a=="number")return-a +return J.atq(a).EU(a)}, +ax0(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.Wk(a).a1(a,b)}, +bD(a,b){if(typeof b==="number")if(a.constructor==Array||typeof a=="string"||A.aty(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.atq(a).gua(a)}, +axc(a){return J.dv(a).gbr(a)}, +axd(a){return J.eH(a).gFz(a)}, +an2(a){return J.eH(a).gl(a)}, +an3(a){return J.dv(a).gba(a)}, +axe(a,b,c){return J.bG(a).iq(a,b,c)}, +axf(a){return J.eH(a).rT(a)}, +an4(a){return J.bG(a).D4(a)}, +axg(a,b){return J.bG(a).cs(a,b)}, +axh(a,b){return J.eH(a).aak(a,b)}, +Eo(a,b,c){return J.bG(a).iU(a,b,c)}, +axi(a,b,c,d){return J.bG(a).t5(a,b,c,d)}, +axj(a,b){return J.j2(a).F(a,b)}, +axk(a,b,c,d){return J.dv(a).PV(a,b,c,d)}, +axl(a,b,c,d,e){return J.eH(a).jP(a,b,c,d,e)}, +aiX(a,b,c){return J.dv(a).bS(a,b,c)}, +axm(a){return J.bG(a).kN(a)}, +lO(a,b){return J.bG(a).B(a,b)}, +axn(a){return J.bG(a).ff(a)}, +an5(a){return J.Wk(a).ac(a)}, +an6(a,b){return J.eH(a).bx(a,b)}, +axo(a,b){return J.dv(a).h3(a,b)}, +axp(a,b){return J.az(a).sn(a,b)}, +axq(a,b,c,d,e){return J.bG(a).bw(a,b,c,d,e)}, +aiY(a,b){return J.bG(a).dn(a,b)}, +axr(a,b){return J.bG(a).f4(a,b)}, +axs(a,b){return J.ahP(a).ud(a,b)}, +axt(a,b,c){return J.bG(a).bU(a,b,c)}, +axu(a){return J.eH(a).FB(a)}, +axv(a,b){return J.bG(a).E9(a,b)}, +an7(a){return J.Wk(a).S(a)}, +aiZ(a){return J.bG(a).dQ(a)}, +axw(a){return J.bG(a).kR(a)}, +ev(a){return J.j2(a).h(a)}, +axx(a,b,c){return J.eH(a).xN(a,b,c)}, +axy(a){return J.ahP(a).ack(a)}, +axz(a,b){return J.eH(a).Rx(a,b)}, +an8(a,b){return J.bG(a).jU(a,b)}, +an9(a,b){return J.bG(a).EB(a,b)}, +rz:function rz(){}, +xG:function xG(){}, +xI:function xI(){}, +d:function d(){}, +jE:function jE(){}, +KX:function KX(){}, +k1:function k1(){}, +jB:function jB(){}, +l:function l(a){this.$ti=a}, +a2n:function a2n(a){this.$ti=a}, +ic:function ic(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +mo:function mo(){}, +rC:function rC(){}, +xJ:function xJ(){}, +jA:function jA(){}},B={} +var w=[A,J,B] +var $={} +A.vo.prototype={ +sBZ(a){var s,r,q,p=this +if(J.e(a,p.c))return +if(a==null){p.za() +p.c=null +return}s=p.a.$0() +r=a.a +q=s.a +if(rr){p.za() +p.b=A.dc(A.cM(0,r-q),p.gB3())}p.c=a}, +za(){var s=this.b +if(s!=null)s.bW(0) +this.b=null}, +a4w(){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.dc(A.cM(0,q-p),s.gB3())}} +A.WZ.prototype={ +oa(){var s=0,r=A.a5(t.H),q=this +var $async$oa=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=2 +return A.a1(q.a.$0(),$async$oa) +case 2:s=3 +return A.a1(q.b.$0(),$async$oa) +case 3:return A.a3(null,r)}}) +return A.a4($async$oa,r)}, +abh(){var s=A.b1(new A.X3(this)) +return t.e.a({initializeEngine:A.b1(new A.X4(this)),autoStart:s})}, +a33(){return t.e.a({runApp:A.b1(new A.X0(this))})}} +A.X3.prototype={ +$0(){return A.atp(new A.X2(this.a).$0(),t.e)}, +$S:64} +A.X2.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.a1(p.a.oa(),$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:120} +A.X4.prototype={ +$1(a){return A.atp(new A.X1(this.a,a).$0(),t.e)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:109} +A.X1.prototype={ +$0(){var s=0,r=A.a5(t.e),q,p=this,o +var $async$$0=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:o=p.a +s=3 +return A.a1(o.a.$1(p.b),$async$$0) +case 3:q=o.a33() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$0,r)}, +$S:120} +A.X0.prototype={ +$1(a){return A.apR(A.b1(new A.X_(this.a)))}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:109} +A.X_.prototype={ +$2(a,b){return this.RP(a,b)}, +RP(a,b){var s=0,r=A.a5(t.H),q=this +var $async$$2=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:s=2 +return A.a1(q.a.b.$0(),$async$$2) +case 2:A.apQ(a,t.e.a({})) +return A.a3(null,r)}}) +return A.a4($async$$2,r)}, +$S:143} +A.X8.prototype={ +py(a){var s,r,q +if(A.lo(a,0,null).gOw())return A.V0(B.fM,a,B.I,!1) +s=this.b +if(s==null){s=self.window.document.querySelector("meta[name=assetBase]") +r=s==null?null:s.content +s=r==null +if(!s)self.window.console.warn("The `assetBase` meta tag is now deprecated.\nUse engineInitializer.initializeEngine(config) instead.\nSee: https://docs.flutter.dev/development/platform-integration/web/initialization") +q=this.b=s?"":r +s=q}return A.V0(B.fM,s+"assets/"+a,B.I,!1)}} +A.vV.prototype={ +E(){return"BrowserEngine."+this.b}} +A.jK.prototype={ +E(){return"OperatingSystem."+this.b}} +A.XZ.prototype={ +gbh(a){var s=this.d +if(s==null){this.zs() +s=this.d}s.toString +return s}, +gcW(){if(this.y==null)this.zs() +var s=this.e +s.toString +return s}, +zs(){var s,r,q,p,o,n,m,l,k=this,j=!1,i=null,h=k.y +if(h!=null){A.qX(h,0) +h=k.y +h.toString +A.qW(h,0) +k.y=null}h=k.x +if(h!=null&&h.length!==0){h.toString +s=B.b.ht(h,0) +k.y=s +i=s +j=!0 +r=!0}else{h=k.f +q=self.window.devicePixelRatio +if(q===0)q=1 +p=k.r +o=self.window.devicePixelRatio +if(o===0)o=1 +i=k.GK(h,p) +n=i +k.y=n +if(n==null){A.atR() +i=k.GK(h,p)}n=i.style +A.t(n,"position","absolute") +A.t(n,"width",A.i(h/q)+"px") +A.t(n,"height",A.i(p/o)+"px") +r=!1}if(!J.e(k.z.lastChild,i))k.z.append(i) +try{if(j)i.style.removeProperty("z-index") +h=A.io(i,"2d",null) +h.toString +k.d=t.e.a(h)}catch(m){}h=k.d +if(h==null){A.atR() +h=A.io(i,"2d",null) +h.toString +h=k.d=t.e.a(h)}q=k.as +k.e=new A.YL(h,k,q,B.cj,B.aJ,B.cb) +l=k.gbh(k) +l.save();++k.Q +A.y(l,"setTransform",[1,0,0,1,0,0]) +if(r)l.clearRect(0,0,k.f*q,k.r*q) +h=self.window.devicePixelRatio +if(h===0)h=1 +p=self.window.devicePixelRatio +if(p===0)p=1 +l.scale(h*q,p*q) +k.a3w()}, +GK(a,b){var s=this.as +return A.aJY(B.d.cN(a*s),B.d.cN(b*s))}, +K(a){var s,r,q,p,o,n=this +n.Wh(0) +if(n.y!=null){s=n.d +if(s!=null)try{s.font=""}catch(q){r=A.aq(q) +if(!J.e(r.name,"NS_ERROR_FAILURE"))throw q}}if(n.y!=null){n.AQ() +n.e.bo(0) +p=n.w +if(p==null)p=n.w=A.a([],t.J) +o=n.y +o.toString +p.push(o) +n.e=n.d=null}n.x=n.w +n.e=n.d=n.y=n.w=null}, +JL(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.gbh(i) +if(d!=null)for(s=d.length,r=i.as,q=t.Ci;a>>16&255,p>>>8&255,p&255))) +s.translate(-5e4,0) +l=new Float32Array(2) +p=$.ch().x +if(p==null){p=self.window.devicePixelRatio +if(p===0)p=1}l[0]=5e4*p +p=i.b +p.c.Rh(l) +k=l[0] +j=l[1] +l[1]=0 +l[0]=0 +p.c.Rh(l) +A.ajA(s,k-l[0]) +A.ajB(s,j-l[1])}}, +m_(){var s=this,r=s.z +if((r==null?null:r.x)!=null){r=$.c8() +r=r===B.A||!1}else r=!1 +if(r)s.a.restore() +r=s.Q +if(r!=null){s.a.translate(-r.a,-r.b) +s.Q=null}}, +ig(a){var s=this.a +if(a===B.H)s.stroke() +else A.ZE(s,null)}, +bo(a){var s,r=this,q=r.a +A.ZF(q,"") +s=q.fillStyle +r.r=s==null?null:s +A.ZG(q,"") +s=q.strokeStyle +r.w=s==null?null:s +q.shadowBlur=0 +A.ajz(q,"none") +A.ajA(q,0) +A.ajB(q,0) +q.globalCompositeOperation="source-over" +r.d=B.cj +A.ajy(q,1) +r.x=1 +q.lineCap="butt" +r.e=B.aJ +q.lineJoin="miter" +r.f=B.cb +r.Q=null}} +A.Tm.prototype={ +K(a){B.b.K(this.a) +this.b=null +this.c=A.dF()}, +bp(a){var s=this.c,r=new A.bQ(new Float32Array(16)) +r.bG(s) +s=this.b +s=s==null?null:A.oI(s,!0,t.Sv) +this.a.push(new A.M5(r,s))}, +aJ(a){var s,r=this.a +if(r.length===0)return +s=r.pop() +this.c=s.a +this.b=s.b}, +aA(a,b,c){this.c.aA(0,b,c)}, +dv(a,b,c){this.c.dv(0,b,c)}, +N(a,b){this.c.cC(0,new A.bQ(b))}, +iF(a){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bQ(new Float32Array(16)) +r.bG(s) +q.push(new A.pc(a,null,null,r))}, +mr(a){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bQ(new Float32Array(16)) +r.bG(s) +q.push(new A.pc(null,a,null,r))}, +hV(a,b){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bQ(new Float32Array(16)) +r.bG(s) +q.push(new A.pc(null,null,b,r))}} +A.eP.prototype={ +qZ(a,b){this.a.clear(A.ahd($.WA(),b))}, +oh(a,b,c){this.a.clipPath(b.ga3(),$.Wx(),c)}, +oi(a,b){this.a.clipRRect(A.nJ(a),$.Wx(),b)}, +oj(a,b,c){this.a.clipRect(A.dg(a),$.amJ()[b.a],c)}, +mB(a,b,c,d,e){A.y(this.a,"drawArc",[A.dg(a),b*57.29577951308232,c*57.29577951308232,!1,e.ga3()])}, +hl(a,b,c){this.a.drawCircle(a.a,a.b,b,c.ga3())}, +jn(a,b,c){this.a.drawDRRect(A.nJ(a),A.nJ(b),c.ga3())}, +hm(a,b,c,d){var s,r,q=d.at,p=this.a,o=b.b,n=c.a,m=c.b +if(q===B.bN){o===$&&A.b() +o=o.a +o===$&&A.b() +o=o.a +o.toString +A.y(p,"drawImageCubic",[o,n,m,0.3333333333333333,0.3333333333333333,d.ga3()])}else{o===$&&A.b() +o=o.a +o===$&&A.b() +o=o.a +o.toString +s=q===B.ba?$.aU.ao().FilterMode.Nearest:$.aU.ao().FilterMode.Linear +r=q===B.cs?$.aU.ao().MipmapMode.Linear:$.aU.ao().MipmapMode.None +A.y(p,"drawImageOptions",[o,n,m,s,r,d.ga3()])}}, +iL(a,b,c,d){var s,r,q,p,o=d.at,n=this.a,m=a.b +if(o===B.bN){m===$&&A.b() +m=m.a +m===$&&A.b() +m=m.a +m.toString +A.y(n,"drawImageRectCubic",[m,A.dg(b),A.dg(c),0.3333333333333333,0.3333333333333333,d.ga3()])}else{m===$&&A.b() +m=m.a +m===$&&A.b() +m=m.a +m.toString +s=A.dg(b) +r=A.dg(c) +q=o===B.ba?$.aU.ao().FilterMode.Nearest:$.aU.ao().FilterMode.Linear +p=o===B.cs?$.aU.ao().MipmapMode.Linear:$.aU.ao().MipmapMode.None +A.y(n,"drawImageRectOptions",[m,s,r,q,p,d.ga3()])}}, +km(a,b){this.a.drawOval(A.dg(a),b.ga3())}, +jo(a){this.a.drawPaint(a.ga3())}, +hZ(a,b){var s=a.a +s===$&&A.b() +s=s.a +s.toString +this.a.drawParagraph(s,b.a,b.b)}, +aF(a,b){this.a.drawPath(a.ga3(),b.ga3())}, +Ck(a){this.a.drawPicture(a.ga3())}, +dW(a,b){this.a.drawRRect(A.nJ(a),b.ga3())}, +ck(a,b){this.a.drawRect(A.dg(a),b.ga3())}, +jp(a,b,c,d){var s=$.ch().x +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.ate(this.a,a,b,c,d,s)}, +kn(a,b,c){this.a.drawVertices(a.ga3(),$.Ek()[b.a],c.ga3())}, +aJ(a){this.a.restore()}, +bp(a){return B.d.S(this.a.save())}, +e_(a,b){var s=b==null?null:b.ga3() +A.aqo(this.a,s,A.dg(a),null,null)}, +dv(a,b,c){this.a.scale(b,c)}, +N(a,b){this.a.concat(A.au3(b))}, +aA(a,b,c){this.a.translate(b,c)}, +gQ9(){return null}} +A.Li.prototype={ +qZ(a,b){this.Tr(0,b) +this.b.b.push(new A.Fq(b))}, +oh(a,b,c){this.Ts(0,b,c) +this.b.b.push(new A.Fr(b,c))}, +oi(a,b){this.Tt(a,b) +this.b.b.push(new A.Fs(a,b))}, +oj(a,b,c){this.Tu(a,b,c) +this.b.b.push(new A.Ft(a,b,c))}, +mB(a,b,c,d,e){this.Tv(a,b,c,!1,e) +this.b.b.push(new A.Fw(a,b,c,!1,e))}, +hl(a,b,c){this.Tw(a,b,c) +this.b.b.push(new A.Fx(a,b,c))}, +jn(a,b,c){this.Tx(a,b,c) +this.b.b.push(new A.Fy(a,b,c))}, +hm(a,b,c,d){this.Ty(0,b,c,d) +this.b.b.push(new A.Fz(b.dA(0),c,d))}, +iL(a,b,c,d){this.Tz(a,b,c,d) +this.b.b.push(new A.FA(a.dA(0),b,c,d))}, +km(a,b){this.TA(a,b) +this.b.b.push(new A.FB(a,b))}, +jo(a){this.TB(a) +this.b.b.push(new A.FC(a))}, +hZ(a,b){this.TC(a,b) +this.b.b.push(new A.FD(a,b))}, +aF(a,b){this.TD(a,b) +this.b.b.push(new A.FE(a,b))}, +Ck(a){this.TE(a) +this.b.b.push(new A.FF(a))}, +dW(a,b){this.TF(a,b) +this.b.b.push(new A.FG(a,b))}, +ck(a,b){this.TG(a,b) +this.b.b.push(new A.FH(a,b))}, +jp(a,b,c,d){this.TH(a,b,c,d) +this.b.b.push(new A.FI(a,b,c,d))}, +kn(a,b,c){this.TI(a,b,c) +this.b.b.push(new A.FJ(a,b,c))}, +aJ(a){this.TJ(0) +this.b.b.push(B.xp)}, +bp(a){this.b.b.push(B.xq) +return this.TK(0)}, +e_(a,b){this.TL(a,b) +this.b.b.push(new A.FW(a,b))}, +dv(a,b,c){this.TM(0,b,c) +this.b.b.push(new A.FX(b,c))}, +N(a,b){this.TN(0,b) +this.b.b.push(new A.FZ(b))}, +aA(a,b,c){this.TO(0,b,c) +this.b.b.push(new A.G_(b,c))}, +gQ9(){return this.b}} +A.Yg.prototype={ +aca(){var s,r,q,p=A.aqt(),o=p.beginRecording(A.dg(this.a)) +for(s=this.b,r=s.length,q=0;q"))}, +Yo(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.j(0,a) +q.toString +for(p=t.qr,p=A.ci(new A.ee(s.children,p),p.i("k.E"),t.e),s=J.an(p.a),p=A.j(p),p=p.i("@<1>").be(p.z[1]).z[1];s.p();){o=p.a(s.gD(s)) +if(q.t(0,o.id))r.push(o)}for(s=r.length,n=0;n") +a0.Nl(A.kL(new A.bi(m,new A.a1v(a2),l),l.i("k.E"))) +B.b.M(a1,s) +h.xy(s) +a1=a2.c +if(a1){m=a2.d +m.toString +m=a0.d.j(0,m) +g=m.gxF(m)}else g=null +for(m=a2.b,l=m.length,k=a0.d,j=0;j") +q=A.ah(new A.aw(s,new A.a1r(),r),!0,r.i("bs.E")) +if(q.length>A.jT().b-1)B.b.ff(q) +r=m.ga1g() +p=m.e +if(l){l=A.jT() +o=l.d +B.b.M(l.e,o) +B.b.K(o) +p.K(0) +B.b.a0(q,r)}else{l=A.j(p).i("bd<1>") +n=A.ah(new A.bd(p,l),!0,l.i("k.E")) +new A.bi(n,new A.a1s(q),A.ad(n).i("bi<1>")).a0(0,m.ga3m()) +new A.bi(q,new A.a1t(m),A.ad(q).i("bi<1>")).a0(0,r)}}, +S8(a){var s,r,q,p,o,n,m,l,k=A.jT().b-1 +if(k===0)return B.D3 +s=A.a([],t.jT) +r=t.t +q=new A.mK(A.a([],r),!1) +for(p=0;p")) +return new A.bA(s,s.gn(s))}} +A.Hq.prototype={} +A.k3.prototype={} +A.ahE.prototype={ +$1(a){var s,r,q,p,o=null +for(s=this.a,r=this.b,q=0;p=q+a,p=0;++q){if(!J.e(r[p],s[s.length-1-q]))return o +if(q===s.length-1){s=r.length +if(a===s-1)return new A.k3(B.b.bU(r,0,s-q-1),B.dN,!1,o) +else if(a===q)return new A.k3(B.b.eb(r,a+1),B.dN,!1,o) +else return o}}return new A.k3(B.b.eb(r,a+1),B.b.bU(s,0,s.length-1-a),!0,B.b.gG(r))}, +$S:110} +A.I7.prototype={ +a7K(a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=a3.length,a2=0 +while(!0){if(!(a2=160){s=!1 +break}++a2}if(s)return +r=A.w(t.S) +for(a1=new A.a7g(a3),q=a0.b,p=a0.a;a1.p();){o=a1.d +if(!(o<160||q.t(0,o)||p.t(0,o)))r.A(0,o)}if(r.a===0)return +n=A.ah(r,!0,r.$ti.c) +m=A.a([],t.J) +for(a1=a4.length,q=t.N,p=t.LX,l=t.Pc,k=t.gS,j=0;j127&&h<160 +else h=!0}else h=!0 +c[a2]=B.bc.nq(k,h)}}if(B.b.fM(c,new A.a0c())){a=A.a([],t.t) +for(a2=0;a2127&&a0<160 +else a0=!0}else a0=!0 +q[a]=B.bc.nq(a1,a0)}}a3=0 +while(!0){if(!(a3=0;--a)if(q[a])B.b.ht(r,a) +A.alR(r)}, +abw(a,b){var s=$.aU.ao().Typeface.MakeFreeTypeFaceFromData(b.buffer) +if(s==null){$.dx().$1("Failed to parse fallback font "+a+" as a font.") +return}this.d.push(A.akA(b,a,s)) +if(a==="Noto Color Emoji"||a==="Noto Emoji"){s=this.e +if(B.b.gG(s)==="Roboto")B.b.mU(s,1,a) +else B.b.mU(s,0,a)}else this.e.push(a)}} +A.a0b.prototype={ +$0(){return A.a([],t.Cz)}, +$S:366} +A.a0c.prototype={ +$1(a){return!a}, +$S:418} +A.ahG.prototype={ +$1(a){return B.b.t($.aw2(),a)}, +$S:26} +A.ahH.prototype={ +$1(a){return this.a.a.t(0,a)}, +$S:11} +A.aha.prototype={ +$1(a){return a.a==="Noto Sans SC"}, +$S:26} +A.ahb.prototype={ +$1(a){return a.a==="Noto Sans TC"}, +$S:26} +A.ah7.prototype={ +$1(a){return a.a==="Noto Sans HK"}, +$S:26} +A.ah8.prototype={ +$1(a){return a.a==="Noto Sans JP"}, +$S:26} +A.ah9.prototype={ +$1(a){return a.a==="Noto Sans KR"}, +$S:26} +A.ahc.prototype={ +$1(a){return a.a==="Noto Sans Symbols"}, +$S:26} +A.HN.prototype={ +A(a,b){var s,r,q=this +if(q.b.t(0,b)||q.c.ai(0,b.b))return +s=q.c +r=s.a +s.m(0,b.b,b) +if(r===0)A.dc(B.C,q.gT1())}, +nz(){var s=0,r=A.a5(t.H),q=this,p,o,n,m,l,k,j,i,h,g +var $async$nz=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:i=t.N +h=A.E(i,t.uz) +g=A.E(i,t.p) +for(i=q.c,p=i.gba(i),p=new A.dR(J.an(p.a),p.b),o=t.H,n=A.j(p).z[1];p.p();){m=p.a +if(m==null)m=n.a(m) +h.m(0,m.b,A.aAj(new A.a_L(q,m,g),o))}s=2 +return A.a1(A.op(h.gba(h),o),$async$nz) +case 2:p=g.$ti.i("bd<1>") +p=A.ah(new A.bd(g,p),!0,p.i("k.E")) +B.b.it(p) +o=A.ad(p).i("c0<1>") +l=A.ah(new A.c0(p,o),!0,o.i("bs.E")) +for(p=l.length,k=0;k1)$.dx().$1("targetWidth and targetHeight for multi-frame images not supported") +else{q=j.w +p=h.makeImageAtCurrentFrame() +if(!r&&s<=0)s=i +if(q!=null&&q<=0)q=i +r=s==null +if(r&&q!=null)s=B.d.ac(q*(p.width()/p.height())) +else if(q==null&&!r)q=B.e.h8(s,p.width()/p.height()) +o=new A.m1() +n=o.qR(B.em) +r=A.Yd(p,i) +m=p.width() +p=p.height() +s.toString +q.toString +n.iL(r,new A.G(0,0,0+m,0+p),new A.G(0,0,s,q),A.ajf()) +p=o.rr().ac7(s,q).b +p===$&&A.b() +p=p.a +p===$&&A.b() +l=p.a.encodeToBytes() +if(l==null)l=i +if(l==null)A.a0(A.mh("Failed to re-size image")) +h=$.aU.ao().MakeAnimatedImageFromEncoded(l) +if(h==null)throw A.c(A.mh("Failed to decode re-sized image data.\nImage source: "+j.b))}j.d=B.d.S(h.getFrameCount()) +j.e=B.d.S(h.getRepetitionCount()) +for(k=0;k");s.p();){p=s.gD(s) +o=p.a +p=p.b +r.push(new A.jz(a,o,p,p,q))}}, +$S(){return this.b.i("~(0,C)")}} +A.a2f.prototype={ +$2(a,b){return a.b-b.b}, +$S(){return this.a.i("p(jz<0>,jz<0>)")}} +A.a2h.prototype={ +$1(a){var s,r,q=a.length +if(q===0)return null +if(q===1)return B.b.gl5(a) +s=q/2|0 +r=a[s] +r.e=this.$1(B.b.bU(a,0,s)) +r.f=this.$1(B.b.eb(a,s+1)) +return r}, +$S(){return this.a.i("jz<0>?(C>)")}} +A.a2g.prototype={ +$1(a){var s,r=this,q=a.e,p=q==null +if(p&&a.f==null)a.d=a.c +else if(p){q=a.f +q.toString +r.$1(q) +a.d=Math.max(a.c,a.f.d)}else{p=a.f +s=a.c +if(p==null){r.$1(q) +a.d=Math.max(s,a.e.d)}else{r.$1(p) +q=a.e +q.toString +r.$1(q) +a.d=Math.max(s,Math.max(a.e.d,a.f.d))}}}, +$S(){return this.a.i("~(jz<0>)")}} +A.jz.prototype={ +yf(a,b){var s,r=this +if(a>r.d)return +s=r.e +if(s!=null)s.yf(a,b) +s=r.b +if(s<=a&&a<=r.c)b.push(r.a) +if(a=q.c||q.b>=q.d)q=o.b +else{n=o.b +if(!(n.a>=n.c||n.b>=n.d))q=q.lt(n)}}return q}, +nb(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.ig(a)}}} +A.LQ.prototype={ +ig(a){this.nb(a)}} +A.G3.prototype={ +lU(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new A.iD(B.G7,q,q,p,q,q)) +s=this.ph(a,b) +r=A.aIJ(p.ga3().getBounds()) +if(s.xe(r))this.b=s.ej(r) +o.pop()}, +ig(a){var s,r=this,q=a.a +q.bp(0) +s=r.r +q.oh(0,r.f,s!==B.aS) +s=s===B.bL +if(s)q.e_(r.b,null) +r.nb(a) +if(s)q.aJ(0) +q.aJ(0)}, +$iYo:1} +A.G6.prototype={ +lU(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new A.iD(B.G5,q,r,r,r,r)) +s=this.ph(a,b) +if(s.xe(q))this.b=s.ej(q) +p.pop()}, +ig(a){var s,r,q=a.a +q.bp(0) +s=this.f +r=this.r +q.oj(s,B.bJ,r!==B.aS) +r=r===B.bL +if(r)q.e_(s,null) +this.nb(a) +if(r)q.aJ(0) +q.aJ(0)}, +$iYr:1} +A.G4.prototype={ +lU(a,b){var s,r,q,p,o=null,n=this.f,m=a.c.a +m.push(new A.iD(B.G6,o,n,o,o,o)) +s=this.ph(a,b) +r=n.a +q=n.b +p=n.c +n=n.d +if(s.xe(new A.G(r,q,p,n)))this.b=s.ej(new A.G(r,q,p,n)) +m.pop()}, +ig(a){var s,r=this,q=a.a +q.bp(0) +s=r.r +q.oi(r.f,s!==B.aS) +s=s===B.bL +if(s)q.e_(r.b,null) +r.nb(a) +if(s)q.aJ(0) +q.aJ(0)}, +$iYq:1} +A.Kj.prototype={ +lU(a,b){var s,r,q,p,o=this,n=null,m=new A.bQ(new Float32Array(16)) +m.bG(b) +s=o.r +r=s.a +s=s.b +m.aA(0,r,s) +q=A.dF() +q.ir(r,s,0) +p=a.c.a +p.push(A.apk(q)) +p.push(new A.iD(B.G9,n,n,n,n,o.f)) +o.U1(a,m) +p.pop() +p.pop() +o.b=o.b.aA(0,r,s)}, +ig(a){var s,r,q,p=this,o=A.ajf() +o.sR(0,A.M(p.f,0,0,0)) +s=a.a +s.bp(0) +r=p.r +q=r.a +r=r.b +s.aA(0,q,r) +s.e_(p.b.dw(new A.r(-q,-r)),o) +p.nb(a) +s.aJ(0) +s.aJ(0)}, +$ia4H:1} +A.B7.prototype={ +lU(a,b){var s=this.f,r=b.x4(s),q=a.c.a +q.push(A.apk(s)) +this.b=A.amc(s,this.ph(a,r)) +q.pop()}, +ig(a){var s=a.a +s.bp(0) +s.N(0,this.f.a) +this.nb(a) +s.aJ(0)}, +$iNS:1} +A.Ki.prototype={$ia4G:1} +A.KV.prototype={ +lU(a,b){this.b=this.c.b.dw(this.d)}, +ig(a){var s,r=a.b +r.bp(0) +s=this.d +r.aA(0,s.a,s.b) +r.Ck(this.c) +r.aJ(0)}} +A.J6.prototype={ +q(){}} +A.a2V.prototype={ +Ls(a,b,c,d){var s,r=this.b +r===$&&A.b() +s=new A.KV(t.Bn.a(b),a,B.w) +s.a=r +r.c.push(s)}, +Lu(a){var s=this.b +s===$&&A.b() +t.L6.a(a) +a.a=s +s.c.push(a)}, +bt(){return new A.J6(new A.a2W(this.a,$.ch().gkI()))}, +ih(){var s=this.b +s===$&&A.b() +if(s===this.a)return +s=s.a +s.toString +this.b=s}, +Qn(a,b,c){return this.pj(new A.G3(t.E_.a(a),b,A.a([],t.k5),B.w))}, +Qp(a,b,c){return this.pj(new A.G4(a,b,A.a([],t.k5),B.w))}, +Qr(a,b,c){return this.pj(new A.G6(a,b,A.a([],t.k5),B.w))}, +DS(a,b,c){var s=A.dF() +s.ir(a,b,0) +return this.pj(new A.Ki(s,A.a([],t.k5),B.w))}, +Qt(a,b,c){return this.pj(new A.Kj(a,b,A.a([],t.k5),B.w))}, +Qv(a,b){return this.pj(new A.B7(new A.bQ(A.q6(a)),A.a([],t.k5),B.w))}, +abl(a){var s=this.b +s===$&&A.b() +a.a=s +s.c.push(a) +return this.b=a}, +pj(a){return this.abl(a,t.vn)}} +A.a2W.prototype={} +A.a0l.prototype={ +abo(a,b){A.aix("preroll_frame",new A.a0n(this,a,!0)) +A.aix("apply_frame",new A.a0o(this,a,!0)) +return!0}} +A.a0n.prototype={ +$0(){var s=this.b.a +s.b=s.ph(new A.a5D(new A.yx(A.a([],t.YE))),A.dF())}, +$S:0} +A.a0o.prototype={ +$0(){var s=this.a,r=A.a([],t.iW),q=new A.FQ(r),p=s.a +r.push(p) +s.c.S7().a0(0,q.ga5o()) +q.qZ(0,B.B) +s=this.b.a +r=s.b +if(!r.gY(r))s.nb(new A.a4U(q,p))}, +$S:0} +A.YF.prototype={} +A.FO.prototype={ +ex(){return this.IK()}, +hu(){return this.IK()}, +IK(){var s=$.aU.ao().MaskFilter.MakeBlur($.awB()[this.b.a],this.c,!0) +s.toString +return s}, +hk(a){var s=this.a +if(s!=null)s.delete()}} +A.FQ.prototype={ +a5p(a){this.a.push(a)}, +bp(a){var s,r,q +for(s=this.a,r=0,q=0;qb)p=r-1 +else{if(q.b>=b)return!0 +s=r+1}}return!1}} +A.kp.prototype={ +k(a,b){if(b==null)return!1 +if(!(b instanceof A.kp))return!1 +return b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return"["+this.a+", "+this.b+"]"}} +A.a4a.prototype={} +A.qC.prototype={ +sdk(a){if(this.b===a)return +this.b=a +this.ga3().setBlendMode($.Ek()[a.a])}, +gc2(a){return this.c}, +sc2(a,b){if(this.c===b)return +this.c=b +this.ga3().setStyle($.amK()[b.a])}, +gep(){return this.d}, +sep(a){if(this.d===a)return +this.d=a +this.ga3().setStrokeWidth(a)}, +spM(a){if(this.e===a)return +this.e=a +this.ga3().setStrokeCap($.amL()[a.a])}, +suj(a){if(this.f===a)return +this.f=a +this.ga3().setStrokeJoin($.amM()[a.a])}, +shs(a){if(this.r===a)return +this.r=a +this.ga3().setAntiAlias(a)}, +gR(a){return new A.A(this.w)}, +sR(a,b){if(this.w===b.gl(b))return +this.w=b.gl(b) +this.ga3().setColorInt(b.gl(b))}, +swJ(a){var s,r,q=this +if(a===q.x)return +if(!a){q.ay=q.y +q.y=null}else{s=q.y=q.ay +if(s==null)q.ay=$.aiN() +else q.ay=A.a3n(new A.w7($.aiN(),s))}s=q.ga3() +r=q.ay +r=r==null?null:r.ga3() +s.setColorFilter(r) +q.x=a}, +sl3(a){var s,r,q=this +if(q.z==a)return +if(a instanceof A.Yc){s=new A.FK(a.a,a.b,a.d,a.e) +s.fD(null,t.e) +q.z=s}else q.z=t.MB.a(a) +s=q.ga3() +r=q.z +r=r==null?null:r.pw(q.at) +s.setShader(r)}, +skF(a){var s,r,q=this +if(J.e(a,q.Q))return +q.Q=a +if(a!=null){s=a.b +if(!(isFinite(s)&&s>0))q.as=null +else{s=new A.FO(a.a,s) +s.fD(null,t.e) +q.as=s}}else q.as=null +s=q.ga3() +r=q.as +r=r==null?null:r.ga3() +s.setMaskFilter(r)}, +skx(a){var s,r,q=this +if(q.at===a)return +q.at=a +s=q.ga3() +r=q.z +r=r==null?null:r.pw(a) +s.setShader(r)}, +sMi(a){var s,r,q=this +if(q.ax===a)return +q.ax=a +q.y=null +s=A.aI5(a) +s.toString +s=q.ay=A.a3n(s) +if(q.x){q.y=s +q.ay=A.a3n(new A.w7($.aiN(),s))}s=q.ga3() +r=q.ay +r=r==null?null:r.ga3() +s.setColorFilter(r)}, +sFA(a){if(this.ch===a)return +this.ch=a +this.ga3().setStrokeMiter(a)}, +ex(){var s=A.a8v() +s.setAntiAlias(this.r) +s.setColorInt(this.w) +return s}, +hu(){var s=this,r=null,q=A.a8v(),p=s.b +q.setBlendMode($.Ek()[p.a]) +p=s.c +q.setStyle($.amK()[p.a]) +q.setStrokeWidth(s.d) +q.setAntiAlias(s.r) +q.setColorInt(s.w) +p=s.z +p=p==null?r:p.pw(s.at) +q.setShader(p) +p=s.as +p=p==null?r:p.ga3() +q.setMaskFilter(p) +p=s.ay +p=p==null?r:p.ga3() +q.setColorFilter(p) +p=s.cx +p=p==null?r:p.ga3() +q.setImageFilter(p) +p=s.e +q.setStrokeCap($.amL()[p.a]) +p=s.f +q.setStrokeJoin($.amM()[p.a]) +q.setStrokeMiter(s.ch) +return q}, +hk(a){var s=this.a +if(s!=null)s.delete()}} +A.Yc.prototype={} +A.FK.prototype={ +ex(){var s=this,r=s.r,q=s.e,p=s.f,o=r.length===0?A.y(q,"makeShader",[p]):A.y(q,"makeShaderWithChildren",[p,r]) +if(o==null)throw A.c(A.aM("Invalid uniform data for shader "+s.d+": floatUniforms: "+A.i(p)+" \n samplerUniforms: "+A.i(r)+" \n")) +return o}, +hu(){var s=this,r=s.r,q=s.e,p=s.f,o=r.length===0?A.y(q,"makeShader",[p]):A.y(q,"makeShaderWithChildren",[p,r]) +if(o==null)throw A.c(A.aM("Invalid uniform data for shader "+s.d+": floatUniforms: "+A.i(p)+" \n samplerUniforms: "+A.i(r)+" \n")) +return o}} +A.qD.prototype={ +gjz(){return this.b}, +sjz(a){if(this.b===a)return +this.b=a +this.ga3().setFillType($.WB()[a.a])}, +dU(a,b,c){this.ga3().addArc(A.dg(a),b*57.29577951308232,c*57.29577951308232)}, +Lq(a){this.ga3().addOval(A.dg(a),!1,1)}, +hd(a,b,c,d){var s,r,q=c.a,p=c.b +if(d==null){s=A.dF() +s.ir(q,p,0) +r=A.aiy(s.a)}else{r=A.aiz(d) +r[2]=r[2]+q +r[5]=r[5]+p}t.E_.a(b) +A.aqr(this.ga3(),b.ga3(),r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8],!1)}, +ec(a,b,c){return this.hd(a,b,c,null)}, +iC(a){this.ga3().addRRect(A.nJ(a),!1)}, +qL(a){this.ga3().addRect(A.dg(a))}, +iE(a,b,c,d,e){this.ga3().arcToOval(A.dg(b),c*57.29577951308232,d*57.29577951308232,e)}, +c4(a){this.ga3().close()}, +kf(){return new A.FT(this,!1)}, +t(a,b){return this.ga3().contains(b.a,b.b)}, +d_(a,b,c,d,e,f){A.y(this.ga3(),"cubicTo",[a,b,c,d,e,f])}, +Ct(a,b){var s,r=A.dF() +r.ir(b.a,b.b,0) +s=A.aiy(r.a) +t.E_.a(a) +A.aqr(this.ga3(),a.ga3(),s[0],s[1],s[2],s[3],s[4],s[5],s[6],s[7],s[8],!0)}, +en(a){var s=this.ga3().getBounds() +return new A.G(s[0],s[1],s[2],s[3])}, +aa(a,b,c){this.ga3().lineTo(b,c)}, +aM(a,b,c){this.ga3().moveTo(b,c)}, +Qx(a,b,c,d){this.ga3().quadTo(a,b,c,d)}, +bo(a){this.b=B.ah +this.ga3().reset()}, +dw(a){var s=this.ga3().copy() +A.aqs(s,1,0,a.a,0,1,a.b,0,0,1) +return A.ajg(s,this.b)}, +N(a,b){var s=this.ga3().copy(),r=A.aiz(b) +A.aqs(s,r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8]) +return A.ajg(s,this.b)}, +grV(){return!0}, +ex(){var s=new globalThis.window.flutterCanvasKit.Path(),r=this.b +s.setFillType($.WB()[r.a]) +return s}, +hk(a){var s +this.c=t.j.a(this.ga3().toCmds()) +s=this.a +if(s!=null)s.delete()}, +hu(){var s=$.aU.ao().Path,r=this.c +r===$&&A.b() +r=A.y(s,"MakeFromCmds",[r]) +s=this.b +r.setFillType($.WB()[s.a]) +return r}, +$iyZ:1} +A.FT.prototype={ +gW(a){var s,r=this,q=r.c +if(q===$){s=r.a.ga3().isEmpty()?B.xo:A.anG(r) +r.c!==$&&A.aB() +q=r.c=s}return q}} +A.Fv.prototype={ +gD(a){var s=this.d +if(s==null)throw A.c(A.aky(u.g)) +return s}, +p(){var s,r=this,q=r.ga3().next() +if(q==null){r.d=null +return!1}s=new A.Fu(r.b,r.c) +s.fD(q,t.e) +r.d=s;++r.c +return!0}, +ex(){var s=this.b.a.ga3() +return new globalThis.window.flutterCanvasKit.ContourMeasureIter(s,!1,1)}, +hu(){var s,r=this.ex() +for(s=0;sr.a)A.aDJ(r)}, +abO(a){var s,r,q,p,o,n=this.a/2|0 +for(s=this.b,r=s.a,q=this.c,p=0;pq.a||a.b>q.b +else r=!1 +if(r){p=a.am(0,1.4) +r=j.a +if(r!=null)r.q() +j.a=null +r=j.y +r.toString +o=p.a +A.qX(r,o) +r=j.y +r.toString +n=p.b +A.qW(r,n) +j.ay=p +j.z=B.d.cN(o) +j.Q=B.d.cN(n) +j.vr()}}if(j.b||j.ay==null){r=j.a +if(r!=null)r.q() +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.eT(r,i,j.e,!1) +r=j.y +r.toString +A.eT(r,h,j.d,!1) +j.y.remove() +j.d=j.e=null}j.z=B.d.cN(a.a) +r=B.d.cN(a.b) +j.Q=r +m=j.y=A.vc(r,j.z) +r=A.am("true") +A.y(m,"setAttribute",["aria-hidden",r==null?t.K.a(r):r]) +A.t(m.style,"position","absolute") +j.vr() +r=t.e +j.e=r.a(A.b1(j.gYN())) +o=r.a(A.b1(j.gYL())) +j.d=o +A.cr(m,h,o,!1) +A.cr(m,i,j.e,!1) +j.c=j.b=!1 +o=$.cT +if((o==null?$.cT=A.i5():o)!==-1){o=$.dd +o=!(o==null?$.dd=A.ir(self.window.flutterConfiguration):o).gM5()}else o=!1 +if(o){o=$.aU.ao() +n=$.cT +if(n==null)n=$.cT=A.i5() +l=j.r=B.d.S(o.GetWebGLContext(m,r.a({antialias:0,majorVersion:n}))) +if(l!==0){j.f=$.aU.ao().MakeGrContext(l) +if(j.as===-1||j.at===-1){r=j.y +r.toString +o=$.cT +k=A.azp(r,o==null?$.cT=A.i5():o) +j.as=B.d.S(k.getParameter(B.d.S(k.SAMPLES))) +j.at=B.d.S(k.getParameter(B.d.S(k.STENCIL_BITS)))}j.Km()}}j.x.append(m) +j.ay=a}else{r=$.ch().x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}if(r!==j.CW)j.vr()}r=$.ch().x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}j.CW=r +j.ch=a +j.KC() +r=j.a +if(r!=null)r.q() +return j.a=j.Z_(a)}, +vr(){var s,r,q=this.z,p=$.ch(),o=p.x +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}s=this.Q +p=p.x +if(p==null){p=self.window.devicePixelRatio +if(p===0)p=1}r=this.y.style +A.t(r,"width",A.i(q/o)+"px") +A.t(r,"height",A.i(s/p)+"px")}, +KC(){var s=B.d.cN(this.ch.b),r=this.Q,q=$.ch().x +if(q==null){q=self.window.devicePixelRatio +if(q===0)q=1}A.t(this.y.style,"transform","translate(0, -"+A.i((r-s)/q)+"px)")}, +YO(a){this.c=!1 +$.aR().CX() +a.stopPropagation() +a.preventDefault()}, +YM(a){var s=this,r=A.jT() +s.c=!0 +if(r.aa1(s)){s.b=!0 +a.preventDefault()}else s.q()}, +Z_(a){var s,r=this,q=$.cT +if((q==null?$.cT=A.i5():q)===-1){q=r.y +q.toString +return r.v0(q,"WebGL support not detected")}else{q=$.dd +if((q==null?$.dd=A.ir(self.window.flutterConfiguration):q).gM5()){q=r.y +q.toString +return r.v0(q,"CPU rendering forced by application")}else if(r.r===0){q=r.y +q.toString +return r.v0(q,"Failed to initialize WebGL context")}else{q=$.aU.ao() +s=r.f +s.toString +s=A.y(q,"MakeOnScreenGLSurface",[s,B.d.E7(a.a),B.d.E7(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB,r.as,r.at]) +if(s==null){q=r.y +q.toString +return r.v0(q,"Failed to initialize WebGL surface")}return new A.FY(s,r.r)}}}, +v0(a,b){if(!$.aqI){$.dx().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.aqI=!0}return new A.FY($.aU.ao().MakeSWCanvasSurface(a),null)}, +q(){var s=this,r=s.y +if(r!=null)A.eT(r,"webglcontextlost",s.d,!1) +r=s.y +if(r!=null)A.eT(r,"webglcontextrestored",s.e,!1) +s.e=s.d=null +s.x.remove() +r=s.a +if(r!=null)r.q()}} +A.a96.prototype={ +$2(a,b){this.a.a.a.flush() +return!0}, +$S:410} +A.FY.prototype={ +q(){if(this.c)return +this.a.dispose() +this.c=!0}} +A.Nc.prototype={ +Sh(){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.S($.aU.ao().OverlineDecoration))>>>0 +if((s|4)===s)r=(r|B.d.S($.aU.ao().LineThroughDecoration))>>>0 +b1.decoration=r}if(b!=null)b1.decorationThickness=b +if(d!=null){s=A.vg(d) +b1.decorationColor=s}if(c!=null)b1.decorationStyle=$.awI()[c.a] +if(a1!=null)b1.textBaseline=$.awH()[a1.a] +if(a2!=null)A.aqw(b1,a2) +if(a3!=null)b1.letterSpacing=a3 +if(a4!=null)b1.wordSpacing=a4 +if(a5!=null)A.aqy(b1,a5) +switch(g.ax){case null:break +case B.q:A.aqx(b1,!0) +break +case B.vN:A.aqx(b1,!1) +break}q=g.dx +if(q===$){p=A.alx(g.x,g.y) +g.dx!==$&&A.aB() +g.dx=p +q=p}A.aqv(b1,q) +if(a!=null||a0!=null)b1.fontStyle=A.am9(a,a0) +if(a7!=null){g=A.vg(new A.A(a7.w)) +b1.foregroundColor=g}if(a8!=null){o=A.a([],t.J) +for(g=a8.length,n=0;n=this.a.length}, +$S:11} +A.G8.prototype={ +SE(a,b){var s={} +s.a=!1 +this.a.pF(0,A.d0(J.bD(a.b,"text"))).c1(new A.Yw(s,b),t.P).lo(new A.Yx(s,b))}, +RZ(a){this.b.tX(0).c1(new A.Yu(a),t.P).lo(new A.Yv(this,a))}} +A.Yw.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(B.R.cr([!0]))}else{s.toString +s.$1(B.R.cr(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:54} +A.Yx.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(B.R.cr(["copy_fail","Clipboard.setData failed",null]))}}, +$S:10} +A.Yu.prototype={ +$1(a){var s=A.be(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(B.R.cr([s]))}, +$S:167} +A.Yv.prototype={ +$1(a){var s +if(a instanceof A.uh){A.ajP(B.C,t.H).c1(new A.Yt(this.b),t.P) +return}s=this.b +A.vh("Could not get text from clipboard: "+A.i(a)) +s.toString +s.$1(B.R.cr(["paste_fail","Clipboard.getData failed",null]))}, +$S:10} +A.Yt.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:25} +A.G7.prototype={ +pF(a,b){return this.SD(0,b)}, +SD(a,b){var s=0,r=A.a5(t.y),q,p=2,o,n,m,l,k +var $async$pF=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.a1(A.fR(m.writeText(b),t.z),$async$pF) +case 7:p=2 +s=6 +break +case 4:p=3 +k=o +n=A.aq(k) +A.vh("copy is not successful "+A.i(n)) +m=A.e4(!1,t.y) +q=m +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=A.e4(!0,t.y) +s=1 +break +case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$pF,r)}} +A.Ys.prototype={ +tX(a){var s=0,r=A.a5(t.N),q +var $async$tX=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:q=A.fR(self.window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$tX,r)}} +A.HG.prototype={ +pF(a,b){return A.e4(this.a40(b),t.y)}, +a40(a){var s,r,q,p,o="-99999px",n="transparent",m=A.bc(self.document,"textarea"),l=m.style +A.t(l,"position","absolute") +A.t(l,"top",o) +A.t(l,"left",o) +A.t(l,"opacity","0") +A.t(l,"color",n) +A.t(l,"background-color",n) +A.t(l,"background",n) +self.document.body.append(m) +s=m +A.ao8(s,a) +s.focus() +s.select() +r=!1 +try{r=self.document.execCommand("copy") +if(!r)A.vh("copy is not successful")}catch(p){q=A.aq(p) +A.vh("copy is not successful "+A.i(q))}finally{s.remove()}return r}} +A.a_H.prototype={ +tX(a){return A.ajQ(new A.uh("Paste is not implemented for this browser."),null,t.N)}} +A.a_Y.prototype={ +gM5(){var s=this.b +if(s==null)s=null +else{s=s.canvasKitForceCpuOnly +if(s==null)s=null}return s===!0}, +ga7a(){var s=this.b +if(s==null)s=null +else{s=s.debugShowSemanticsNodes +if(s==null)s=null}return s===!0}, +gQT(){var s=this.b +if(s==null)s=null +else{s=s.renderer +if(s==null)s=null}if(s==null){s=self.window.flutterWebRenderer +if(s==null)s=null}return s}, +gRA(){var s=this.b +if(s==null)s=null +else{s=s.useColorEmoji +if(s==null)s=null}return s===!0}} +A.ZH.prototype={ +$1(a){return this.a.warn(a)}, +$S:6} +A.ZK.prototype={ +$1(a){a.toString +return A.cK(a)}, +$S:202} +A.Iz.prototype={ +gbr(a){return B.d.S(this.b.status)}, +ga6F(){var s=this.b.headers,r=s.get("Content-Length") +if(r==null)r=null +if(r==null)return null +return A.akv(r,null)}, +gwD(){var s=this.b,r=B.d.S(s.status)>=200&&B.d.S(s.status)<300,q=B.d.S(s.status),p=B.d.S(s.status),o=B.d.S(s.status)>307&&B.d.S(s.status)<400 +return r||q===0||p===304||o}, +gxj(){var s=this +if(!s.gwD())throw A.c(new A.Iy(s.a,s.gbr(s))) +return new A.a1w(s.b)}, +$iaoF:1} +A.a1w.prototype={ +xv(a,b,c){var s=0,r=A.a5(t.H),q=this,p,o,n,m +var $async$xv=A.a6(function(d,e){if(d===1)return A.a2(e,r) +while(true)switch(s){case 0:m=q.a.body.getReader() +p=t.e +case 2:if(!!0){s=3 +break}s=4 +return A.a1(A.fR(m.read(),p),$async$xv) +case 4:o=e +if(o.done){s=3 +break}n=o.value +b.$1(c.a(n==null?null:n)) +s=2 +break +case 3:return A.a3(null,r)}}) +return A.a4($async$xv,r)}, +o8(){var s=0,r=A.a5(t.pI),q,p=this,o +var $async$o8=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=3 +return A.a1(A.fR(p.a.arrayBuffer(),t.X),$async$o8) +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$o8,r)}} +A.Iy.prototype={ +h(a){return'Flutter Web engine failed to fetch "'+this.a+'". HTTP request succeeded, but the server responded with HTTP status '+this.b+"."}, +$ic2:1} +A.xq.prototype={ +h(a){return'Flutter Web engine failed to complete HTTP request to fetch "'+this.a+'": '+A.i(this.b)}, +$ic2:1} +A.ZI.prototype={ +$1(a){return this.a.add(a)}, +$S:205} +A.Hf.prototype={} +A.wC.prototype={} +A.ahz.prototype={ +$2(a,b){this.a.$2(J.kh(a,t.e),b)}, +$S:215} +A.aho.prototype={ +$1(a){var s=A.lo(a,0,null) +if(J.f7(B.Ia.a,B.b.gU(s.gpf())))return s.h(0) +self.window.console.error("URL rejected by TrustedTypes policy flutter-engine: "+a+"(download prevented)") +return null}, +$S:216} +A.Q_.prototype={ +p(){var s=++this.b,r=this.a +if(s>r.length)throw A.c(A.ab("Iterator out of bounds")) +return s"))}, +gn(a){return B.d.S(this.a.length)}} +A.Q4.prototype={ +p(){var s=++this.b,r=this.a +if(s>r.length)throw A.c(A.ab("Iterator out of bounds")) +return s"))}, +gn(a){return B.d.S(this.a.length)}} +A.Hd.prototype={ +gD(a){var s=this.b +s===$&&A.b() +return s}, +p(){var s=this.a.next() +if(s.done)return!1 +this.b=this.$ti.c.a(s.value) +return!0}} +A.HY.prototype={ +Lv(a){var s,r=this +if(!J.e(a,r.e)){s=r.e +if(s!=null)s.remove() +r.e=a +s=r.b +s.toString +a.toString +s.append(a)}}, +ga_G(){var s=this.r +s===$&&A.b() +return s}, +Ru(){var s=this.d.style,r=$.ch().x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}A.t(s,"transform","scale("+A.i(1/r)+")")}, +a24(a){var s +this.Ru() +s=$.dN() +if(!J.f7(B.hG.a,s)&&!$.ch().aa5()&&$.amX().c){$.ch().Mn(!0) +$.aR().CX()}else{s=$.ch() +s.on() +s.Mn(!1) +$.aR().CX()}}, +SI(a){var s,r,q,p,o=self.window.screen +if(o!=null){s=o.orientation +if(s!=null){o=J.az(a) +if(o.gY(a)){s.unlock() +return A.e4(!0,t.y)}else{r=A.aAc(A.d0(o.gG(a))) +if(r!=null){q=new A.bj(new A.al($.ak,t.tr),t.VY) +try{A.fR(s.lock(r),t.z).c1(new A.a03(q),t.P).lo(new A.a04(q))}catch(p){o=A.e4(!1,t.y) +return o}return q.a}}}}return A.e4(!1,t.y)}} +A.a03.prototype={ +$1(a){this.a.dq(0,!0)}, +$S:10} +A.a04.prototype={ +$1(a){this.a.dq(0,!1)}, +$S:10} +A.a_k.prototype={} +A.M5.prototype={} +A.pc.prototype={} +A.Tl.prototype={} +A.a7s.prototype={ +bp(a){var s,r,q=this,p=q.rC$ +p=p.length===0?q.a:B.b.gU(p) +s=q.cm$ +r=new A.bQ(new Float32Array(16)) +r.bG(s) +q.NX$.push(new A.Tl(p,r))}, +aJ(a){var s,r,q,p=this,o=p.NX$ +if(o.length===0)return +s=o.pop() +p.cm$=s.b +o=p.rC$ +r=s.a +q=p.a +while(!0){if(!!J.e(o.length===0?q:B.b.gU(o),r))break +o.pop()}}, +aA(a,b,c){this.cm$.aA(0,b,c)}, +dv(a,b,c){this.cm$.dv(0,b,c)}, +N(a,b){this.cm$.cC(0,new A.bQ(b))}} +A.ait.prototype={ +$1(a){$.alv=!1 +$.aR().iS("flutter/system",$.aw5(),new A.ais())}, +$S:106} +A.ais.prototype={ +$1(a){}, +$S:14} +A.hD.prototype={} +A.Gt.prototype={ +a6m(){var s,r,q,p=this,o=p.b +if(o!=null)for(o=o.gba(o),o=new A.dR(J.an(o.a),o.b),s=A.j(o).z[1];o.p();){r=o.a +for(r=J.an(r==null?s.a(r):r);r.p();){q=r.gD(r) +q.b.$1(q.a)}}p.b=p.a +p.a=null}, +GE(a,b){var s,r=this,q=r.a +if(q==null)q=r.a=A.E(t.N,r.$ti.i("C>")) +s=q.j(0,a) +if(s==null){s=A.a([],r.$ti.i("l>")) +q.m(0,a,s) +q=s}else q=s +q.push(b)}, +abT(a){var s,r,q=this.b +if(q==null)return null +s=q.j(0,a) +if(s==null||s.length===0)return null +r=(s&&B.b).ht(s,0) +this.GE(a,r) +return r.a}} +A.uu.prototype={} +A.Mr.prototype={ +gBk(a){var s=this.a +s===$&&A.b() +return s.activeElement}, +hP(a,b){var s=this.a +s===$&&A.b() +return s.appendChild(b)}, +gPM(){var s=this.a +s===$&&A.b() +return s}, +LI(a){return B.b.a0(a,this.gBw(this))}} +A.Hl.prototype={ +gBk(a){var s=this.a +s===$&&A.b() +s=s.ownerDocument +return s==null?null:s.activeElement}, +hP(a,b){var s=this.a +s===$&&A.b() +return s.appendChild(b)}, +gPM(){var s=this.a +s===$&&A.b() +return s}, +LI(a){return B.b.a0(a,this.gBw(this))}} +A.kk.prototype={ +sod(a,b){var s,r,q=this +q.a=b +s=B.d.dm(b.a)-1 +r=B.d.dm(q.a.b)-1 +if(q.z!==s||q.Q!==r){q.z=s +q.Q=r +q.L0()}}, +L0(){A.t(this.c.style,"transform","translate("+this.z+"px, "+this.Q+"px)")}, +K5(){var s=this,r=s.a,q=r.a +r=r.b +s.d.aA(0,-q+(q-1-s.z)+1,-r+(r-1-s.Q)+1)}, +No(a,b){return this.r>=A.Xz(a.c-a.a)&&this.w>=A.Xy(a.d-a.b)&&this.ay===b}, +K(a){var s,r,q,p,o,n=this +n.at=!1 +n.d.K(0) +s=n.f +r=s.length +for(q=n.c,p=0;po){l=o +o=p +p=l}if(n>m){l=m +m=n +n=l}k=Math.abs(a2.r) +j=Math.abs(a2.e) +i=Math.abs(a2.w) +h=Math.abs(a2.f) +g=Math.abs(a2.z) +f=Math.abs(a2.x) +e=Math.abs(a2.Q) +d=Math.abs(a2.y) +b.beginPath() +b.moveTo(p+k,n) +a=o-k +b.lineTo(a,n) +A.E7(b,a,n+i,k,i,0,4.71238898038469,6.283185307179586,!1) +a=m-d +b.lineTo(o,a) +A.E7(b,o-f,a,f,d,0,0,1.5707963267948966,!1) +a=p+g +b.lineTo(a,m) +A.E7(b,a,m-e,g,e,0,1.5707963267948966,3.141592653589793,!1) +a=n+h +b.lineTo(p,a) +A.E7(b,p+j,a,j,h,0,3.141592653589793,4.71238898038469,!1) +a1.gcW().ig(c) +a1.gcW().m_()}}, +km(a,b){var s,r,q,p,o,n,m=this.d +if(this.Bc(b)){a=A.E4(a,b) +s=A.E5(a,b,"draw-oval",m.c) +m=a.a +r=a.b +this.q7(s,new A.r(m,r),b) +A.t(s.style,"border-radius",A.i((a.c-m)/2)+"px / "+A.i((a.d-r)/2)+"px")}else{m.gcW().l2(b,a) +r=b.b +m.gbh(m).beginPath() +q=m.gcW().Q +p=q==null +o=p?a.gbf().a:a.gbf().a-q.a +n=p?a.gbf().b:a.gbf().b-q.b +A.E7(m.gbh(m),o,n,(a.c-a.a)/2,(a.d-a.b)/2,0,0,6.283185307179586,!1) +m.gcW().ig(r) +m.gcW().m_()}}, +hl(a,b,c){var s,r,q,p,o,n,m,l,k=this +if(k.Bd(c)){s=A.E4(A.a62(a,b),c) +r=A.E5(s,c,"draw-circle",k.d.c) +k.q7(r,new A.r(s.a,s.b),c) +A.t(r.style,"border-radius","50%")}else{q=c.w!=null?A.a62(a,b):null +p=k.d +p.gcW().l2(c,q) +q=c.b +p.gbh(p).beginPath() +o=p.gcW().Q +n=o==null +m=a.a +m=n?m:m-o.a +l=a.b +l=n?l:l-o.b +A.E7(p.gbh(p),m,l,b,b,0,0,6.283185307179586,!1) +p.gcW().ig(q) +p.gcW().m_()}}, +aF(a,b){var s,r,q,p,o,n,m,l,k,j=this,i="setAttribute" +if(j.Bc(b)){s=j.d +r=s.c +t.Ci.a(a) +q=a.a.EO() +if(q!=null){j.ck(q,b) +return}p=a.a +o=p.ax?p.Ic():null +if(o!=null){j.dW(o,b) +return}n=A.at7() +p=A.am("visible") +A.y(n,i,["overflow",p==null?t.K.a(p):p]) +p=self.document.createElementNS("http://www.w3.org/2000/svg","path") +n.append(p) +m=b.b +if(m!==B.H)if(m!==B.a2){m=b.c +m=m!==0&&m!=null}else m=!1 +else m=!0 +l=b.r +if(m){m=A.E6(l) +m.toString +m=A.am(m) +A.y(p,i,["stroke",m==null?t.K.a(m):m]) +m=b.c +m=A.am(A.i(m==null?1:m)) +A.y(p,i,["stroke-width",m==null?t.K.a(m):m]) +m=b.d +if(m!=null){m=A.am(A.i(A.atZ(m))) +A.y(p,i,["stroke-linecap",m==null?t.K.a(m):m])}m=A.am("none") +A.y(p,i,["fill",m==null?t.K.a(m):m])}else{m=A.E6(l) +m.toString +m=A.am(m) +A.y(p,i,["fill",m==null?t.K.a(m):m])}if(a.b===B.aY){m=A.am("evenodd") +A.y(p,i,["fill-rule",m==null?t.K.a(m):m])}m=A.am(A.atN(a.a,0,0)) +A.y(p,i,["d",m==null?t.K.a(m):m]) +if(s.b==null){s=n.style +A.t(s,"position","absolute") +if(!r.rT(0)){A.t(s,"transform",A.i7(r.a)) +A.t(s,"transform-origin","0 0 0")}}if(b.x!=null){s=b.b +p=A.E6(b.r) +p.toString +k=b.x.b +m=$.c8() +if(m===B.A&&s!==B.H)A.t(n.style,"box-shadow","0px 0px "+A.i(k*2)+"px "+p) +else A.t(n.style,"filter","blur("+A.i(k)+"px)")}j.q7(n,B.h,b)}else{s=b.w!=null?a.en(0):null +p=j.d +p.gcW().l2(b,s) +s=b.b +if(s==null&&b.c!=null)p.aF(a,B.H) +else p.aF(a,s) +p.gcW().m_()}}, +jp(a,b,c,d){var s,r,q,p,o,n=this.d,m=A.aHY(a.en(0),c) +if(m!=null){s=(B.d.ac(0.3*(b.gl(b)>>>24&255))&255)<<24|b.gl(b)&16777215 +r=A.aHR(s>>>16&255,s>>>8&255,s&255,255) +n.gbh(n).save() +q=n.gbh(n) +q.globalAlpha=(s>>>24&255)/255 +if(d){s=$.c8() +s=s!==B.A}else s=!1 +q=m.b +p=m.a +o=q.a +q=q.b +if(s){n.gbh(n).translate(o,q) +A.ajx(n.gbh(n),A.atE(new A.oK(B.dg,p))) +A.ZG(n.gbh(n),"") +A.ZF(n.gbh(n),r)}else{A.ajx(n.gbh(n),"none") +A.ZG(n.gbh(n),"") +A.ZF(n.gbh(n),r) +n.gbh(n).shadowBlur=p +A.ajz(n.gbh(n),r) +A.ajA(n.gbh(n),o) +A.ajB(n.gbh(n),q)}n.nZ(n.gbh(n),a) +A.ZE(n.gbh(n),null) +n.gbh(n).restore()}}, +hm(a,b,c,d){var s=this,r=s.zC(b,c,d) +if(d.z!=null)s.GR(r,b.gaD(b),b.gaG(b)) +if(!s.ax)s.uD()}, +AR(a){var s,r,q=a.a,p=q.src +if(p==null)p=null +p.toString +s=this.b +if(s!=null){r=s.abT(p) +if(r!=null)return r}if(!a.b){a.b=!0 +A.t(q.style,"position","absolute")}q=q.cloneNode(!0) +s=this.b +if(s!=null)s.GE(p,new A.uu(q,A.aGs(),s.$ti.i("uu<1>"))) +return q}, +zC(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this +t.gc.a(a) +s=c.a +r=A.aI8(c.z) +if(r instanceof A.JN)q=h.YY(a,r.b,r.c,c) +else if(r instanceof A.a3D){p=A.aJM(r.b) +o=p.b +h.c.append(o) +h.f.push(o) +q=h.AR(a) +A.t(q.style,"filter","url(#"+p.a+")")}else q=h.AR(a) +o=q.style +n=A.ahs(s) +A.t(o,"mix-blend-mode",n==null?"":n) +if(h.ax&&!0){o=h.d +o.gcW().l2(c,null) +o.gbh(o).drawImage(q,b.a,b.b) +o.gcW().m_()}else{o=h.d +if(o.b!=null){n=q.style +n.removeProperty("width") +n.removeProperty("height") +n=o.b +n.toString +m=A.als(n,q,b,o.c) +for(o=m.length,n=h.c,l=h.f,k=0;k1){s=q.a +s.y=s.r.pop() +r=s.w.pop() +if(r!=null){s.Q=r.a +s.as=r.b +s.at=r.c +s.ax=r.d +s.z=!0}else if(s.z)s.z=!1}s=q.c +if(s.length!==0&&B.b.gU(s) instanceof A.yV)s.pop() +else s.push(B.y3);--q.r}, +aA(a,b,c){var s=this.a,r=s.a +if(b!==0||c!==0)r.x=!1 +r.y.aA(0,b,c) +s.c.push(new A.KI(b,c))}, +dv(a,b,c){var s=c==null?b:c,r=this.a,q=r.a +if(b!==1||s!==1)q.x=!1 +q.y.l0(0,b,s,1) +r.c.push(new A.KG(b,s)) +return null}, +N(a,b){var s,r,q +if(b.length!==16)throw A.c(A.cp('"matrix4" must have 16 entries.',null)) +s=A.q6(b) +r=this.a +q=r.a +q.y.cC(0,new A.bQ(s)) +q.x=q.y.rT(0) +r.c.push(new A.KH(s))}, +r0(a,b,c){this.a.kd(a,b)}, +iF(a){return this.r0(a,B.bJ,!0)}, +Mg(a,b){return this.r0(a,B.bJ,b)}, +vV(a,b){var s=this.a,r=new A.Kr(a) +s.a.kd(new A.G(a.a,a.b,a.c,a.d),r) +s.d.c=!0 +s.c.push(r)}, +mr(a){return this.vV(a,!0)}, +vU(a,b,c){var s,r=this.a +t.Ci.a(b) +s=new A.Kq(b) +r.a.kd(b.en(0),s) +r.d.c=!0 +r.c.push(s)}, +hV(a,b){return this.vU(a,b,!0)}, +jo(a){var s,r,q=this.a +t.h.a(a) +a.b=q.e=q.d.c=!0 +s=new A.Ky(a.a) +r=q.a +r.l_(r.a,s) +q.c.push(s)}, +ck(a,b){this.a.ck(a,t.h.a(b))}, +dW(a,b){this.a.dW(a,t.h.a(b))}, +jn(a,b,c){this.a.jn(a,b,t.h.a(c))}, +km(a,b){var s,r,q,p=this.a +t.h.a(b) +p.e=p.d.c=!0 +s=A.v8(b) +b.b=!0 +r=new A.Kx(a,b.a) +q=p.a +if(s!==0)q.l_(a.dL(s),r) +else q.l_(a,r) +p.c.push(r)}, +hl(a,b,c){var s,r,q,p,o,n=this.a +t.h.a(c) +n.e=n.d.c=!0 +s=A.v8(c) +c.b=!0 +r=new A.Kt(a,b,c.a) +q=b+s +p=a.a +o=a.b +n.a.m6(p-q,o-q,p+q,o+q,r) +n.c.push(r)}, +mB(a,b,c,d,e){var s,r=$.Z().ak() +if(c<=-6.283185307179586){r.iE(0,a,b,-3.141592653589793,!0) +b-=3.141592653589793 +r.iE(0,a,b,-3.141592653589793,!1) +b-=3.141592653589793 +c+=6.283185307179586 +s=!1}else s=!0 +for(;c>=6.283185307179586;s=!1){r.iE(0,a,b,3.141592653589793,s) +b+=3.141592653589793 +r.iE(0,a,b,3.141592653589793,!1) +b+=3.141592653589793 +c-=6.283185307179586}r.iE(0,a,b,c,s) +this.a.aF(r,t.h.a(e))}, +aF(a,b){this.a.aF(a,t.h.a(b))}, +hm(a,b,c,d){var s,r,q,p,o=this.a +t.h.a(d) +s=o.d +o.e=s.a=s.c=!0 +r=c.a +q=c.b +d.b=!0 +p=new A.Kv(b,c,d.a) +o.a.m6(r,q,r+b.gaD(b),q+b.gaG(b),p) +o.c.push(p)}, +iL(a,b,c,d){var s,r,q=this.a +t.h.a(d) +s=q.d +d.b=q.e=s.a=s.c=!0 +r=new A.Kw(a,b,c,d.a) +q.a.l_(c,r) +q.c.push(r)}, +hZ(a,b){this.a.hZ(a,b)}, +kn(a,b,c){var s,r=this.a +t.Yu.a(a) +t.h.a(c) +c.b=r.e=r.d.c=!0 +s=new A.KE(a,b,c.a) +r.a_K(a.b,0,c,s) +r.c.push(s)}, +jp(a,b,c,d){var s,r,q=this.a +q.e=q.d.c=!0 +s=A.aHX(a.en(0),c) +r=new A.KD(t.Ci.a(a),b,c,d) +q.a.l_(s,r) +q.c.push(r)}} +A.BF.prototype={ +ghT(){return this.cd$}, +d9(a){var s=this.w5("flt-clip"),r=A.bc(self.document,"flt-clip-interior") +this.cd$=r +A.t(r.style,"position","absolute") +r=this.cd$ +r.toString +s.append(r) +return s}, +LN(a,b){var s +if(b!==B.M){s=a.style +A.t(s,"overflow","hidden") +A.t(s,"z-index","0")}}} +A.z2.prototype={ +j0(){var s=this +s.f=s.e.f +if(s.CW!==B.M)s.w=s.cx +else s.w=null +s.r=null}, +d9(a){var s=this.Gn(0),r=A.am("rect") +A.y(s,"setAttribute",["clip-type",r==null?t.K.a(r):r]) +return s}, +hf(){var s,r=this,q=r.d.style,p=r.cx,o=p.a +A.t(q,"left",A.i(o)+"px") +s=p.b +A.t(q,"top",A.i(s)+"px") +A.t(q,"width",A.i(p.c-o)+"px") +A.t(q,"height",A.i(p.d-s)+"px") +p=r.d +p.toString +r.LN(p,r.CW) +p=r.cd$.style +A.t(p,"left",A.i(-o)+"px") +A.t(p,"top",A.i(-s)+"px")}, +al(a,b){var s=this +s.nF(0,b) +if(!s.cx.k(0,b.cx)||s.CW!==b.CW){s.w=null +s.hf()}}, +$iYr:1} +A.KP.prototype={ +j0(){var s,r=this +r.f=r.e.f +if(r.cx!==B.M){s=r.CW +r.w=new A.G(s.a,s.b,s.c,s.d)}else r.w=null +r.r=null}, +d9(a){var s=this.Gn(0),r=A.am("rrect") +A.y(s,"setAttribute",["clip-type",r==null?t.K.a(r):r]) +return s}, +hf(){var s,r=this,q=r.d.style,p=r.CW,o=p.a +A.t(q,"left",A.i(o)+"px") +s=p.b +A.t(q,"top",A.i(s)+"px") +A.t(q,"width",A.i(p.c-o)+"px") +A.t(q,"height",A.i(p.d-s)+"px") +A.t(q,"border-top-left-radius",A.i(p.e)+"px") +A.t(q,"border-top-right-radius",A.i(p.r)+"px") +A.t(q,"border-bottom-right-radius",A.i(p.x)+"px") +A.t(q,"border-bottom-left-radius",A.i(p.z)+"px") +p=r.d +p.toString +r.LN(p,r.cx) +p=r.cd$.style +A.t(p,"left",A.i(-o)+"px") +A.t(p,"top",A.i(-s)+"px")}, +al(a,b){var s=this +s.nF(0,b) +if(!s.CW.k(0,b.CW)||s.cx!==b.cx){s.w=null +s.hf()}}, +$iYq:1} +A.z1.prototype={ +d9(a){return this.w5("flt-clippath")}, +j0(){var s=this +s.UU() +if(s.cx!==B.M){if(s.w==null)s.w=s.CW.en(0)}else s.w=null}, +hf(){var s=this,r=s.cy +if(r!=null)r.remove() +r=s.d +r.toString +r=A.at8(r,s.CW) +s.cy=r +s.d.append(r)}, +al(a,b){var s,r=this +r.nF(0,b) +if(b.CW!==r.CW){r.w=null +s=b.cy +if(s!=null)s.remove() +r.hf()}else r.cy=b.cy +b.cy=null}, +kk(){var s=this.cy +if(s!=null)s.remove() +this.cy=null +this.yM()}, +$iYo:1} +A.a98.prototype={ +yk(a,b){var s,r,q,p,o=self.document.createElementNS("http://www.w3.org/2000/svg","feColorMatrix"),n=o.type +n.toString +A.a7m(n,1) +n=o.result +n.toString +A.tv(n,b) +n=o.values.baseVal +n.toString +for(s=this.b,r=0;r<20;++r){q=s.createSVGNumber() +p=a[r] +q.value=p +n.appendItem(q)}this.c.append(o)}, +nr(a,b,c){var s="setAttribute",r=self.document.createElementNS("http://www.w3.org/2000/svg","feFlood"),q=A.am(a) +A.y(r,s,["flood-color",q==null?t.K.a(q):q]) +q=A.am(b) +A.y(r,s,["flood-opacity",q==null?t.K.a(q):q]) +q=r.result +q.toString +A.tv(q,c) +this.c.append(r)}, +F7(a,b,c){var s=self.document.createElementNS("http://www.w3.org/2000/svg","feBlend"),r=s.in1 +r.toString +A.tv(r,a) +r=s.in2 +r.toString +A.tv(r,b) +r=s.mode +r.toString +A.a7m(r,c) +this.c.append(s)}, +u5(a,b,c,d,e,f,g,h){var s=self.document.createElementNS("http://www.w3.org/2000/svg","feComposite"),r=s.in1 +r.toString +A.tv(r,a) +r=s.in2 +r.toString +A.tv(r,b) +r=s.operator +r.toString +A.a7m(r,g) +if(c!=null){r=s.k1 +r.toString +A.a7n(r,c)}if(d!=null){r=s.k2 +r.toString +A.a7n(r,d)}if(e!=null){r=s.k3 +r.toString +A.a7n(r,e)}if(f!=null){r=s.k4 +r.toString +A.a7n(r,f)}r=s.result +r.toString +A.tv(r,h) +this.c.append(s)}, +yl(a,b,c,d){return this.u5(a,b,null,null,null,null,c,d)}, +bt(){var s=this.b +s.append(this.c) +return new A.a97(this.a,s)}} +A.a97.prototype={} +A.ZC.prototype={ +kd(a,b){throw A.c(A.cy(null))}, +mr(a){throw A.c(A.cy(null))}, +hV(a,b){throw A.c(A.cy(null))}, +jo(a){throw A.c(A.cy(null))}, +ck(a,b){var s +a=A.E4(a,b) +s=this.rC$ +s=s.length===0?this.a:B.b.gU(s) +s.append(A.E5(a,b,"draw-rect",this.cm$))}, +dW(a,b){var s,r=A.E5(A.E4(new A.G(a.a,a.b,a.c,a.d),b),b,"draw-rrect",this.cm$) +A.asS(r.style,a) +s=this.rC$ +s=s.length===0?this.a:B.b.gU(s) +s.append(r)}, +km(a,b){throw A.c(A.cy(null))}, +hl(a,b,c){throw A.c(A.cy(null))}, +aF(a,b){throw A.c(A.cy(null))}, +jp(a,b,c,d){throw A.c(A.cy(null))}, +hm(a,b,c,d){throw A.c(A.cy(null))}, +iL(a,b,c,d){throw A.c(A.cy(null))}, +hZ(a,b){var s=A.atd(a,b,this.cm$),r=this.rC$ +r=r.length===0?this.a:B.b.gU(r) +r.append(s)}, +kn(a,b,c){throw A.c(A.cy(null))}, +oz(){}} +A.z3.prototype={ +j0(){var s,r,q=this,p=q.e.f +q.f=p +s=q.CW +if(s!==0||q.cx!==0){p.toString +r=new A.bQ(new Float32Array(16)) +r.bG(p) +q.f=r +r.aA(0,s,q.cx)}q.r=null}, +gt0(){var s=this,r=s.cy +if(r==null){r=A.dF() +r.ir(-s.CW,-s.cx,0) +s.cy=r}return r}, +d9(a){var s=A.bc(self.document,"flt-offset") +A.eu(s,"position","absolute") +A.eu(s,"transform-origin","0 0 0") +return s}, +hf(){A.t(this.d.style,"transform","translate("+A.i(this.CW)+"px, "+A.i(this.cx)+"px)")}, +al(a,b){var s=this +s.nF(0,b) +if(b.CW!==s.CW||b.cx!==s.cx)s.hf()}, +$ia4G:1} +A.z4.prototype={ +j0(){var s,r,q,p=this,o=p.e.f +p.f=o +s=p.cx +r=s.a +q=s.b +if(r!==0||q!==0){o.toString +s=new A.bQ(new Float32Array(16)) +s.bG(o) +p.f=s +s.aA(0,r,q)}p.r=null}, +gt0(){var s,r=this.cy +if(r==null){r=this.cx +s=A.dF() +s.ir(-r.a,-r.b,0) +this.cy=s +r=s}return r}, +d9(a){var s=A.bc(self.document,"flt-opacity") +A.eu(s,"position","absolute") +A.eu(s,"transform-origin","0 0 0") +return s}, +hf(){var s,r=this.d +r.toString +A.eu(r,"opacity",A.i(this.CW/255)) +s=this.cx +A.t(r.style,"transform","translate("+A.i(s.a)+"px, "+A.i(s.b)+"px)")}, +al(a,b){var s=this +s.nF(0,b) +if(s.CW!==b.CW||!s.cx.k(0,b.cx))s.hf()}, +$ia4H:1} +A.AK.prototype={ +sdk(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.a=a}, +gc2(a){var s=this.a.b +return s==null?B.a2:s}, +sc2(a,b){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.b=b}, +gep(){var s=this.a.c +return s==null?0:s}, +sep(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.c=a}, +spM(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.d=a}, +suj(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.e=a}, +shs(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.f=a}, +gR(a){return new A.A(this.a.r)}, +sR(a,b){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.r=b.gl(b)}, +swJ(a){}, +sl3(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.w=a}, +skF(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.x=a}, +skx(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.y=a}, +sMi(a){var s=this +if(s.b){s.a=s.a.dA(0) +s.b=!1}s.a.z=a}, +sFA(a){}, +h(a){var s,r,q=""+"Paint(",p=this.a.b,o=p==null +if((o?B.a2:p)===B.H){q+=(o?B.a2:p).h(0) +p=this.a +o=p.c +s=o==null +if((s?0:o)!==0)q+=" "+A.i(s?0:o) +else q+=" hairline" +p=p.d +o=p==null +if((o?B.aJ:p)!==B.aJ)q+=" "+(o?B.aJ:p).h(0) +r="; "}else r="" +p=this.a +if(!p.f){q+=r+"antialias off" +r="; "}p=p.r +q=(p!==4278190080?q+(r+new A.A(p).h(0)):q)+")" +return q.charCodeAt(0)==0?q:q}} +A.Nd.prototype={ +dA(a){var s=this,r=new A.Nd() +r.a=s.a +r.y=s.y +r.x=s.x +r.w=s.w +r.f=s.f +r.r=s.r +r.z=s.z +r.c=s.c +r.b=s.b +r.e=s.e +r.d=s.d +return r}, +h(a){var s=this.bV(0) +return s}} +A.fa.prototype={ +xL(){var s,r,q,p,o,n,m,l,k,j=this,i=A.a([],t.yv),h=j.YH(0.25),g=B.e.iy(1,h) +i.push(new A.r(j.a,j.b)) +if(h===5){s=new A.Pg() +j.Hg(s) +r=s.a +r.toString +q=s.b +q.toString +p=r.c +if(p===r.e&&r.d===r.f&&q.a===q.c&&q.b===q.d){o=new A.r(p,r.d) +i.push(o) +i.push(o) +i.push(o) +i.push(new A.r(q.e,q.f)) +g=2 +n=!0}else n=!1}else n=!1 +if(!n)A.ajl(j,h,i) +m=2*g+1 +k=0 +while(!0){if(!(k=0)s.c=-r +s.e=s.d=-1}, +qL(a){this.vB(a,0,0)}, +uW(){var s,r=this.a,q=r.w +for(r=r.r,s=0;s359){j=c4<0?-0.001953125:0.001953125 +i=p +do{i-=j +m=Math.cos(i) +l=Math.sin(i)}while(o===m&&n===l)}}h=c4>0?0:1 +g=c0/2 +f=(c2.d-c2.b)/2 +e=c2.gbf().a+g*Math.cos(p) +d=c2.gbf().b+f*Math.sin(p) +if(o===m&&n===l){if(c5)b9.aM(0,e,d) +else b9.Ah(e,d) +return}c=o*m+n*l +b=o*l-n*m +if(Math.abs(b)<=0.000244140625)if(c>0)if(!(b>=0&&h===0))c0=b<=0&&h===1 +else c0=!0 +else c0=!1 +else c0=!1 +if(c0){if(c5)b9.aM(0,e,d) +else b9.Ah(e,d) +return}c0=h===1 +if(c0)b=-b +if(0===b)a=2 +else if(0===c)a=b>0?1:3 +else{r=b<0 +a=r?2:0 +if(c<0!==r)++a}a0=A.a([],t.td) +for(a1=0;a1=6.283185307179586||c<=-6.283185307179586){s=b/1.5707963267948966 +r=Math.floor(s+0.5) +if(Math.abs(s-r-0)<0.000244140625){q=r+1 +if(q<0)q+=4 +p=c>0?0:1 +this.z1(a,p,B.d.S(q)) +return}}this.iE(0,a,b,c,!0)}, +iC(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.uW(),e=a1.a,d=a1.b,c=a1.c,b=a1.d,a=new A.G(e,d,c,b),a0=a1.e +if(a0===0||a1.f===0)if(a1.r===0||a1.w===0)if(a1.z===0||a1.Q===0)s=a1.x===0||a1.y===0 +else s=!1 +else s=!1 +else s=!1 +if(s||e>=c||d>=b)g.vB(a,0,3) +else if(A.aJ7(a1))g.z1(a,0,3) +else{r=c-e +q=b-d +p=Math.max(0,a0) +o=Math.max(0,a1.r) +n=Math.max(0,a1.z) +m=Math.max(0,a1.x) +l=Math.max(0,a1.f) +k=Math.max(0,a1.w) +j=Math.max(0,a1.Q) +i=Math.max(0,a1.y) +h=A.agx(j,i,q,A.agx(l,k,q,A.agx(n,m,r,A.agx(p,o,r,1)))) +a0=b-h*j +g.aM(0,e,a0) +g.aa(0,e,d+h*l) +g.fN(e,d,e+h*p,d,0.707106781) +g.aa(0,c-h*o,d) +g.fN(c,d,c,d+h*k,0.707106781) +g.aa(0,c,b-h*i) +g.fN(c,b,c-h*m,b,0.707106781) +g.aa(0,e+h*n,b) +g.fN(e,b,e,a0,0.707106781) +g.c4(0) +g.e=f?0:-1 +e=g.a +e.ax=f +e.ch=!1 +e.CW=6}}, +hd(a,b,c,d){var s=d==null?null:A.q6(d) +this.Lr(b,c.a,c.b,s,0)}, +ec(a,b,c){return this.hd(a,b,c,null)}, +Lr(a9,b0,b1,b2,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=this +t.Ci.a(a9) +s=a9.a +if(s.w===0)return +r=s.k(0,a8.a)?A.aqH(a8):a9 +s=a8.a +q=s.d +if(b3===0)if(b2!=null)p=b2[15]===1&&b2[14]===0&&b2[11]===0&&b2[10]===1&&b2[9]===0&&b2[8]===0&&b2[7]===0&&b2[6]===0&&b2[3]===0&&b2[2]===0 +else p=!0 +else p=!1 +o=r.a +if(p)s.hP(0,o) +else{n=new A.mQ(o) +n.nJ(o) +m=new Float32Array(8) +for(s=b2==null,l=2*(q-1),k=l+1,p=q===0,j=!0;i=n.jL(0,m),i!==6;j=!1)switch(i){case 0:if(s){h=m[0] +g=h+b0}else{h=b2[0] +f=m[0] +g=h*(f+b0)+b2[4]*(m[1]+b1)+b2[12] +h=f}if(s){f=m[1] +e=f+b1}else{f=b2[1] +d=b2[5] +c=m[1] +e=f*(h+b0)+d*(c+b1)+b2[13]+b1 +f=c}if(j&&a8.a.w!==0){a8.qc() +if(p){b=0 +a=0}else{h=a8.a.f +b=h[l] +a=h[k]}if(a8.c<=0||!p||b!==g||a!==e)a8.aa(0,m[0],m[1])}else{a0=a8.a.h2(0,0) +a8.c=a0+1 +a1=a0*2 +d=a8.a.f +d[a1]=h +d[a1+1]=f +a8.e=a8.d=-1}break +case 1:a8.aa(0,m[2],m[3]) +break +case 2:h=m[2] +f=m[3] +d=m[4] +c=m[5] +a0=a8.a.h2(2,0) +a1=a0*2 +a2=a8.a.f +a2[a1]=h +a2[a1+1]=f +a1=(a0+1)*2 +a2[a1]=d +a2[a1+1]=c +a8.e=a8.d=-1 +break +case 3:a8.fN(m[2],m[3],m[4],m[5],o.y[n.b]) +break +case 4:a8.d_(m[2],m[3],m[4],m[5],m[6],m[7]) +break +case 5:a8.c4(0) +break}}s=r.c +if(s>=0)a8.c=q+s +s=a8.a +a3=s.d +a4=s.f +for(a5=q*2,s=a3*2,p=b2==null;a5s.c||q>s.d)return!1 +p=a3.a +o=new A.a53(p,r,q,new Float32Array(18)) +o.a5f() +n=B.aY===a3.b +m=o.d +if((n?m&1:m)!==0)return!0 +l=o.e +if(l<=1)return l!==0 +p=(l&1)===0 +if(!p||n)return!p +k=A.akr(a3.a,!0) +j=new Float32Array(18) +i=A.a([],t.yv) +p=k.a +h=!1 +do{g=i.length +switch(k.jL(0,j)){case 0:case 5:break +case 1:A.aJP(j,r,q,i) +break +case 2:A.aJQ(j,r,q,i) +break +case 3:f=k.f +A.aJN(j,r,q,p.y[f],i) +break +case 4:A.aJO(j,r,q,i) +break +case 6:h=!0 +break}f=i.length +if(f>g){e=f-1 +d=i[e] +c=d.a +b=d.b +if(Math.abs(c*c+b*b-0)<0.000244140625)B.b.ht(i,e) +else for(a=0;a0?1:0 +if(f<=0){f=b*a1 +if(f<0)f=-1 +else f=f>0?1:0 +f=f<=0}else f=!1}else f=!1 +if(f){a2=B.b.ht(i,e) +if(a!==i.length)i[a]=a2 +break}}}}while(!h) +return i.length!==0}, +dw(a){var s,r=a.a,q=a.b,p=this.a,o=A.aC2(p,r,q),n=p.e,m=new Uint8Array(n) +B.p.j8(m,0,p.r) +o=new A.t9(o,m) +n=p.x +o.x=n +o.z=p.z +s=p.y +if(s!=null){n=new Float32Array(n) +o.y=n +B.cV.j8(n,0,s)}o.e=p.e +o.w=p.w +o.c=p.c +o.d=p.d +n=p.Q +o.Q=n +if(!n){o.a=p.a.aA(0,r,q) +n=p.b +o.b=n==null?null:n.aA(0,r,q) +o.as=p.as}o.cx=p.cx +o.at=p.at +o.ax=p.ax +o.ay=p.ay +o.ch=p.ch +o.CW=p.CW +r=new A.nd(o,B.ah) +r.zq(this) +return r}, +N(a,b){var s=A.aqH(this) +s.a4A(b) +return s}, +a4A(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +this.a.uf() +s=this.a +r=s.d +q=s.f +p=r*2 +for(o=0;o0.000244140625){b0=(a-a2)/a9 +if(b0>=0&&b0<=1){b1=1-b0 +b2=b1*b1 +b3=2*b0*b1 +b0*=b0 +b4=b2*a+b3*a2+b0*a4 +b5=b2*a1+b3*a3+b0*a5 +s=Math.min(s,b4) +f.a=s +a7=Math.max(a7,b4) +f.c=a7 +a6=Math.min(a6,b5) +f.b=a6 +a8=Math.max(a8,b5) +f.d=a8}}a9=a1-2*a3+a5 +if(Math.abs(a9)>0.000244140625){b6=(a1-a3)/a9 +if(b6>=0&&b6<=1){b7=1-b6 +b2=b7*b7 +b3=2*b6*b7 +b6*=b6 +b8=b2*a+b3*a2+b6*a4 +b9=b2*a1+b3*a3+b6*a5 +s=Math.min(s,b8) +f.a=s +a7=Math.max(a7,b8) +f.c=a7 +a6=Math.min(a6,b9) +f.b=a6 +a8=Math.max(a8,b9) +f.d=a8}h=a8 +j=a7 +i=a6 +k=s}else{h=a8 +j=a7 +i=a6 +k=s}break +case 3:if(e==null)e=new A.YG() +s=e1.y[r.b] +b=c+1 +a=q[c] +a0=b+1 +a1=q[b] +b=a0+1 +a2=q[a0] +a0=b+1 +a3=q[b] +a4=q[a0] +a5=q[a0+1] +e.a=Math.min(a,a4) +e.b=Math.min(a1,a5) +e.c=Math.max(a,a4) +e.d=Math.max(a1,a5) +c0=new A.l0() +c1=a4-a +c2=s*(a2-a) +if(c0.lD(s*c1-c1,c1-2*c2,c2)!==0){a6=c0.a +a6.toString +if(a6>=0&&a6<=1){c3=2*(s-1) +a9=(-c3*a6+c3)*a6+1 +c4=a2*s +b4=(((a4-2*c4+a)*a6+2*(c4-a))*a6+a)/a9 +c4=a3*s +b5=(((a5-2*c4+a1)*a6+2*(c4-a1))*a6+a1)/a9 +e.a=Math.min(e.a,b4) +e.c=Math.max(e.c,b4) +e.b=Math.min(e.b,b5) +e.d=Math.max(e.d,b5)}}c5=a5-a1 +c6=s*(a3-a1) +if(c0.lD(s*c5-c5,c5-2*c6,c6)!==0){a6=c0.a +a6.toString +if(a6>=0&&a6<=1){c3=2*(s-1) +a9=(-c3*a6+c3)*a6+1 +c4=a2*s +b8=(((a4-2*c4+a)*a6+2*(c4-a))*a6+a)/a9 +c4=a3*s +b9=(((a5-2*c4+a1)*a6+2*(c4-a1))*a6+a1)/a9 +e.a=Math.min(e.a,b8) +e.c=Math.max(e.c,b8) +e.b=Math.min(e.b,b9) +e.d=Math.max(e.d,b9)}}k=e.a +i=e.b +j=e.c +h=e.d +break +case 4:if(g==null)g=new A.YP() +b=c+1 +c7=q[c] +a0=b+1 +c8=q[b] +b=a0+1 +c9=q[a0] +a0=b+1 +d0=q[b] +b=a0+1 +d1=q[a0] +a0=b+1 +d2=q[b] +d3=q[a0] +d4=q[a0+1] +s=Math.min(c7,d3) +g.a=s +g.c=Math.min(c8,d4) +a6=Math.max(c7,d3) +g.b=a6 +g.d=Math.max(c8,d4) +if(!(c7c9&&c9>d1&&d1>d3 +else a7=!0 +if(!a7){a7=-c7 +d5=a7+3*(c9-d1)+d3 +d6=2*(c7-2*c9+d1) +d7=d6*d6-4*d5*(a7+c9) +if(d7>=0&&Math.abs(d5)>0.000244140625){a7=-d6 +a8=2*d5 +if(d7===0){d8=a7/a8 +b1=1-d8 +if(d8>=0&&d8<=1){a7=3*b1 +b4=b1*b1*b1*c7+a7*b1*d8*c9+a7*d8*d8*d1+d8*d8*d8*d3 +g.a=Math.min(b4,s) +g.b=Math.max(b4,a6)}}else{d7=Math.sqrt(d7) +d8=(a7-d7)/a8 +b1=1-d8 +if(d8>=0&&d8<=1){s=3*b1 +b4=b1*b1*b1*c7+s*b1*d8*c9+s*d8*d8*d1+d8*d8*d8*d3 +g.a=Math.min(b4,g.a) +g.b=Math.max(b4,g.b)}d8=(a7+d7)/a8 +b1=1-d8 +if(d8>=0&&d8<=1){s=3*b1 +b4=b1*b1*b1*c7+s*b1*d8*c9+s*d8*d8*d1+d8*d8*d8*d3 +g.a=Math.min(b4,g.a) +g.b=Math.max(b4,g.b)}}}}if(!(c8d0&&d0>d2&&d2>d4 +else s=!0 +if(!s){s=-c8 +d5=s+3*(d0-d2)+d4 +d6=2*(c8-2*d0+d2) +d7=d6*d6-4*d5*(s+d0) +if(d7>=0&&Math.abs(d5)>0.000244140625){s=-d6 +a6=2*d5 +if(d7===0){d8=s/a6 +b1=1-d8 +if(d8>=0&&d8<=1){s=3*b1 +b5=b1*b1*b1*c8+s*b1*d8*d0+s*d8*d8*d2+d8*d8*d8*d4 +g.c=Math.min(b5,g.c) +g.d=Math.max(b5,g.d)}}else{d7=Math.sqrt(d7) +d8=(s-d7)/a6 +b1=1-d8 +if(d8>=0&&d8<=1){a7=3*b1 +b5=b1*b1*b1*c8+a7*b1*d8*d0+a7*d8*d8*d2+d8*d8*d8*d4 +g.c=Math.min(b5,g.c) +g.d=Math.max(b5,g.d)}s=(s+d7)/a6 +b7=1-s +if(s>=0&&s<=1){a6=3*b7 +b5=b7*b7*b7*c8+a6*b7*s*d0+a6*s*s*d2+s*s*s*d4 +g.c=Math.min(b5,g.c) +g.d=Math.max(b5,g.d)}}}}k=g.a +i=g.c +j=g.b +h=g.d +break}if(!p){l=h +m=j +n=i +o=k +p=!0}else{o=Math.min(o,k) +m=Math.max(m,j) +n=Math.min(n,i) +l=Math.max(l,h)}}d9=p?new A.G(o,n,m,l):B.w +e0.a.en(0) +return e0.a.b=d9}, +kf(){var s=A.apD(this.a),r=A.a([],t._k) +return new A.Nf(new A.a90(new A.U0(s,A.akr(s,!1),r,!1)))}, +h(a){var s=this.bV(0) +return s}, +$iyZ:1} +A.a52.prototype={ +z7(a){var s=this,r=s.r,q=s.x +if(r!==q||s.w!==s.y){if(isNaN(r)||isNaN(s.w)||isNaN(q)||isNaN(s.y))return 5 +a[0]=r +a[1]=s.w +a[2]=q +r=s.y +a[3]=r +s.r=q +s.w=r +return 1}else{a[0]=q +a[1]=s.y +return 5}}, +uF(){var s,r,q=this +if(q.e===1){q.e=2 +return new A.r(q.x,q.y)}s=q.a.f +r=q.Q +return new A.r(s[r-2],s[r-1])}, +bn(){var s=this,r=s.z,q=s.a +if(rs)a=s}r=this.c +q=r.length +if(q===0)return-1 +p=q-1 +for(o=0;os)b=s +r=$.Z().ak() +if(a>b||h.c.length===0)return r +q=h.AU(a) +p=h.AU(b) +if(q===-1||p===-1)return r +o=h.c +n=o[q] +m=h.zZ(q,a) +l=m.a +r.aM(0,l.a,l.b) +k=m.c +j=h.zZ(p,b).c +if(q===p)h.Ax(n,k,j,r) +else{i=q +do{h.Ax(n,k,1,r);++i +n=o[i] +if(i!==p){k=0 +continue}else break}while(!0) +h.Ax(n,0,j,r)}return r}, +Ax(a,b,c,d){var s,r=a.c +switch(a.a){case 1:s=1-c +d.aa(0,r[2]*c+r[0]*s,r[3]*c+r[1]*s) +break +case 4:s=$.amB() +A.aHP(r,b,c,s) +d.d_(s[2],s[3],s[4],s[5],s[6],s[7]) +break +case 2:s=$.amB() +A.aGa(r,b,c,s) +d.Qx(s[2],s[3],s[4],s[5]) +break +case 3:throw A.c(A.cy(null)) +default:throw A.c(A.Y("Invalid segment type"))}}, +Y1(a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=1073741823,a={} +c.f=!1 +a.a=0 +s=new A.aeF(a,c) +r=new Float32Array(8) +q=a0.a +p=c.c +o=!1 +do{if(a0.bn()===0&&o)break +n=a0.jL(0,r) +switch(n){case 0:o=!0 +break +case 1:s.$4(r[0],r[1],r[2],r[3]) +break +case 4:a.a=A.ald(r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],a.a,0,b,p) +break +case 3:m=a0.f +l=q.y[m] +k=new A.fa(r[0],r[1],r[2],r[3],r[4],r[5],l).xL() +j=k.length +m=k[0] +i=m.a +h=m.b +for(g=1;g>>1 +g=this.uE(o,n,q,p,e,f,this.uE(a,b,s,r,o,n,g,h,m),h,m)}else{l=a-e +k=b-f +j=g+Math.sqrt(l*l+k*k) +if(j>g)this.c.push(new A.uT(2,j,A.a([a,b,c,d,e,f],t.n))) +g=j}return g}} +A.aeF.prototype={ +$4(a,b,c,d){var s=a-c,r=b-d,q=this.a,p=q.a,o=q.a=p+Math.sqrt(s*s+r*r) +if(o>p)this.b.c.push(new A.uT(1,o,A.a([a,b,c,d],t.n)))}, +$S:250} +A.a90.prototype={ +gD(a){var s=this.a +if(s==null)throw A.c(A.aky(u.g)) +return s}, +p(){var s,r=this.b,q=r.a2a() +if(q)++r.e +if(q){s=r.e +this.a=new A.Ne(r.c[s].e,!1,s,r) +return!0}this.a=null +return!1}} +A.Ne.prototype={ +pA(a){return this.d.c[this.c].pA(a)}, +kq(a,b){return this.d.c[this.c].a7Y(a,b,!0)}, +h(a){return"PathMetric"}, +$imP:1, +gn(a){return this.a}, +giT(){return this.b}} +A.Di.prototype={} +A.uT.prototype={ +a6x(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this +switch(a0.a){case 1:s=a0.c +r=s[2] +q=s[0] +p=1-a1 +o=s[3] +s=s[1] +A.Wa(r-q,o-s) +return new A.Di(a1,new A.r(r*a1+q*p,o*a1+s*p)) +case 4:s=a0.c +r=s[0] +q=s[1] +p=s[2] +o=s[3] +n=s[4] +m=s[5] +l=s[6] +s=s[7] +k=n-2*p+r +j=m-2*o+q +i=p-r +h=o-q +g=(l+3*(p-n)-r)*a1 +f=(s+3*(o-m)-q)*a1 +e=a1===0 +if(!(e&&r===p&&q===o))d=a1===1&&n===l&&m===s +else d=!0 +if(d){c=e?n-r:l-p +b=e?m-q:s-o +if(c===0&&b===0){c=l-r +b=s-q}A.Wa(c,b)}else A.Wa((g+2*k)*a1+i,(f+2*j)*a1+h) +return new A.Di(a1,new A.r(((g+3*k)*a1+3*i)*a1+r,((f+3*j)*a1+3*h)*a1+q)) +case 2:s=a0.c +r=s[0] +q=s[1] +p=s[2] +o=s[3] +n=s[4] +s=s[5] +a=A.akN(r,q,p,o,n,s) +m=a.Cp(a1) +l=a.Cq(a1) +if(!(a1===0&&r===p&&q===o))k=a1===1&&p===n&&o===s +else k=!0 +n-=r +s-=q +if(k)A.Wa(n,s) +else A.Wa(2*(n*a1+(p-r)),2*(s*a1+(o-q))) +return new A.Di(a1,new A.r(m,l)) +default:throw A.c(A.Y("Invalid segment type"))}}} +A.t9.prototype={ +eL(a,b,c){var s=a*2,r=this.f +r[s]=b +r[s+1]=c}, +hh(a){var s=this.f,r=a*2 +return new A.r(s[r],s[r+1])}, +EO(){var s=this +if(s.ay)return new A.G(s.hh(0).a,s.hh(0).b,s.hh(1).a,s.hh(2).b) +else return s.w===4?s.Zd():null}, +en(a){var s +if(this.Q)this.zk() +s=this.a +s.toString +return s}, +Zd(){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.hh(0).a,h=k.hh(0).b,g=k.hh(1).a,f=k.hh(1).b +if(k.r[1]!==1||f!==h)return j +s=g-i +r=k.hh(2).a +q=k.hh(2).b +if(k.r[2]!==1||r!==g)return j +p=q-f +o=k.hh(3) +n=k.hh(3).b +if(k.r[3]!==1||n!==q)return j +if(r-o.a!==s||n-h!==p)return j +m=Math.min(i,g) +l=Math.min(h,q) +return new A.G(m,l,m+Math.abs(s),l+Math.abs(p))}, +Sg(){var s,r,q,p,o +if(this.w===2){s=this.r +s=s[0]!==0||s[1]!==1}else s=!0 +if(s)return null +s=this.f +r=s[0] +q=s[1] +p=s[2] +o=s[3] +if(q===o||r===p)return new A.G(r,q,p,o) +return null}, +Ic(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this.en(0),f=A.a([],t.kG),e=new A.mQ(this) +e.nJ(this) +s=new Float32Array(8) +e.jL(0,s) +for(r=0;q=e.jL(0,s),q!==6;)if(3===q){p=s[2] +o=s[3] +n=p-s[0] +m=o-s[1] +l=s[4] +k=s[5] +if(n!==0){j=Math.abs(n) +i=Math.abs(k-o)}else{i=Math.abs(m) +j=m!==0?Math.abs(l-p):Math.abs(n)}f.push(new A.aL(j,i));++r}l=f[0] +k=f[1] +h=f[2] +return A.Lb(g,f[3],h,l,k)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.t9&&this.a7N(b)}, +gu(a){var s=this +return A.T(s.cx,s.f,s.y,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,B.a,B.a,B.a)}, +a7N(a){var s,r,q,p,o,n,m,l=this +if(l.cx!==a.cx)return!1 +s=l.d +if(s!==a.d)return!1 +r=s*2 +for(q=l.f,p=a.f,o=0;oq.c){s=a+10 +q.c=s +r=new Float32Array(s*2) +B.cV.j8(r,0,q.f) +q.f=r}q.d=a}, +AO(a){var s,r,q=this +if(a>q.e){s=a+8 +q.e=s +r=new Uint8Array(s) +B.p.j8(r,0,q.r) +q.r=r}q.w=a}, +AM(a){var s,r,q=this +if(a>q.x){s=a+4 +q.x=s +r=new Float32Array(s) +s=q.y +if(s!=null)B.cV.j8(r,0,s) +q.y=r}q.z=a}, +hP(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=b.d,g=i.d+h +i.uf() +i.AN(g) +s=b.f +for(r=h*2-1,q=g*2-1,p=i.f;r>=0;--r,--q)p[q]=s[r] +o=i.w +n=b.w +i.AO(o+n) +for(p=i.r,m=b.r,l=0;lm){l.a=m +l.b=s}else if(s===m)return 1}return o}} +A.a8w.prototype={ +Cp(a){return(this.a*a+this.c)*a+this.e}, +Cq(a){return(this.b*a+this.d)*a+this.f}} +A.a53.prototype={ +a5f(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=e.a,c=A.akr(d,!0) +for(s=e.f,r=t.td;q=c.jL(0,s),q!==6;)switch(q){case 0:case 5:break +case 1:e.YD() +break +case 2:p=!A.apE(s)?A.aC3(s):0 +o=e.Hy(s[0],s[1],s[2],s[3],s[4],s[5]) +e.d+=p>0?o+e.Hy(s[4],s[5],s[6],s[7],s[8],s[9]):o +break +case 3:n=d.y[c.f] +m=s[0] +l=s[1] +k=s[2] +j=s[3] +i=s[4] +h=s[5] +g=A.apE(s) +f=A.a([],r) +new A.fa(m,l,k,j,i,h,n).a67(f) +e.Hx(f[0]) +if(!g&&f.length===2)e.Hx(f[1]) +break +case 4:e.Yz() +break}}, +YD(){var s,r,q,p,o,n=this,m=n.f,l=m[0],k=m[1],j=m[2],i=m[3] +if(k>i){s=k +r=i +q=-1}else{s=i +r=k +q=1}m=n.c +if(ms)return +p=n.b +if(A.a54(p,m,l,k,j,i)){++n.e +return}if(m===s)return +o=(j-l)*(m-k)-(i-k)*(p-l) +if(o===0){if(p!==j||m!==i)++n.e +q=0}else if(A.aD7(o)===q)q=0 +n.d+=q}, +Hy(a,b,c,d,e,f){var s,r,q,p,o,n,m,l,k=this +if(b>f){s=b +r=f +q=-1}else{s=f +r=b +q=1}p=k.c +if(ps)return 0 +o=k.b +if(A.a54(o,p,a,b,e,f)){++k.e +return 0}if(p===s)return 0 +n=new A.l0() +if(0===n.lD(b-2*d+f,2*(d-b),b-p))m=q===1?a:e +else{l=n.a +l.toString +m=((e-2*c+a)*l+2*(c-a))*l+a}if(Math.abs(m-o)<0.000244140625)if(o!==e||p!==f){++k.e +return 0}return mg){s=h +r=g +q=-1}else{s=g +r=h +q=1}p=i.c +if(ps)return +o=i.b +if(A.a54(o,p,a.a,h,a.e,g)){++i.e +return}if(p===s)return +n=a.r +m=a.d*n-p*n+p +l=new A.l0() +if(0===l.lD(g+(h-2*m),2*(m-h),h-p))k=q===1?a.a:a.e +else{j=l.a +j.toString +k=A.ayI(a.a,a.c,a.e,n,j)/A.ayH(n,j)}if(Math.abs(k-o)<0.000244140625)if(o!==a.e||p!==a.f){++i.e +return}p=i.d +i.d=p+(kq){p=b +o=q +n=-1}else{p=q +o=b +n=1}m=g.c +if(mp)return +l=g.b +if(A.a54(l,m,d,b,r,q)){++g.e +return}if(m===p)return +k=Math.min(d,Math.min(a,Math.min(s,r))) +j=Math.max(d,Math.max(a,Math.max(s,r))) +if(lj){g.d+=n +return}i=A.asZ(f,a0,m) +if(i==null)return +h=A.atg(d,a,s,r,i) +if(Math.abs(h-l)<0.000244140625)if(l!==r||m!==q){++g.e +return}f=g.d +g.d=f+(h1,o=null,n=1/0,m=0;m<$.lI.length;++m){l=$.lI[m] +k=self.window.devicePixelRatio +if(k===0)k=1 +if(l.y!==k)continue +k=l.a +j=k.c-k.a +k=k.d-k.b +i=j*k +h=c.dy +g=self.window.devicePixelRatio +if(l.r>=B.d.cN(s*(g===0?1:g))+2){g=self.window.devicePixelRatio +f=l.w>=B.d.cN(r*(g===0?1:g))+2&&l.ay===h}else f=!1 +e=i4)){if(j===b&&k===a){o=l +break}n=i +o=l}}if(o!=null){B.b.B($.lI,o) +o.sod(0,a0) +o.b=c.fx +return o}d=A.axU(a0,c.cy.b.d,c.dy) +d.b=c.fx +return d}, +GS(){A.t(this.d.style,"transform","translate("+A.i(this.CW)+"px, "+A.i(this.cx)+"px)")}, +hf(){this.GS() +this.uz(null)}, +bt(){this.zm(null) +this.fr=!0 +this.G4()}, +al(a,b){var s,r,q=this +q.G8(0,b) +q.fx=b.fx +if(b!==q)b.fx=null +if(q.CW!==b.CW||q.cx!==b.cx)q.GS() +q.zm(b) +if(q.cy===b.cy){s=q.ch +r=s instanceof A.kk&&q.dy!==s.ay +if(q.fr||r)q.uz(b) +else q.ch=b.ch}else q.uz(b)}, +lZ(){var s=this +s.G7() +s.zm(s) +if(s.fr)s.uz(s)}, +kk(){A.Wc(this.ch) +this.ch=null +this.G5()}} +A.a59.prototype={ +$0(){var s,r=this.a,q=r.fy +q.toString +s=r.ch=r.ZX(q) +s.b=r.fx +q=r.d +q.toString +A.am5(q) +r.d.append(s.c) +s.K(0) +q=r.cy.b +q.toString +r=r.fy +r.toString +q.Bx(s,r) +s.oz()}, +$S:0} +A.a61.prototype={ +Bx(a,b){var s,r,q,p,o,n,m,l,k,j +try{m=this.b +m.toString +m=A.atQ(b,m) +l=this.c +k=l.length +if(m){s=k +for(r=0;rq*q+p*p||g*g+f*f>o*o+n*n||e*e+d*d>m*m+l*l||c*c+b*b>k*k+j*j)return +a3.e=a3.d.c=!0 +a=A.v8(b2) +b2.b=!0 +a0=new A.Ku(b0,b1,b2.a) +q=$.Z().ak() +q.sjz(B.aY) +q.iC(b0) +q.iC(b1) +q.c4(0) +a0.x=q +a1=Math.min(a5,a7) +a2=Math.max(a5,a7) +a3.a.m6(a1-a,Math.min(a6,a8)-a,a2+a,Math.max(a6,a8)+a,a0) +a3.c.push(a0)}, +aF(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this +if(a0.a.w==null){t.Ci.a(a) +s=a.a.EO() +if(s!=null){b.ck(s,a0) +return}r=a.a +q=r.ax?r.Ic():null +if(q!=null){b.dW(q,a0) +return}p=a.a.Sg() +if(p!=null){r=a0.a.c +r=(r==null?0:r)===0}else r=!1 +if(r){r=p.a +o=p.c +n=Math.min(r,o) +m=p.b +l=p.d +k=Math.min(m,l) +r=o-r +j=Math.abs(r) +m=l-m +i=Math.abs(m) +h=m===0?1:i +g=r===0?1:j +a0.sc2(0,B.a2) +b.ck(new A.G(n,k,n+g,k+h),a0) +return}}t.Ci.a(a) +if(a.a.w!==0){b.e=b.d.c=!0 +f=a.en(0) +e=A.v8(a0) +if(e!==0)f=f.dL(e) +d=new A.nd(A.apD(a.a),B.ah) +d.zq(a) +a0.b=!0 +c=new A.KA(d,a0.a) +b.a.l_(f,c) +d.b=a.b +b.c.push(c)}}, +hZ(a,b){var s,r,q,p,o=this +t.zJ.a(a) +if(!a.e)return +o.e=!0 +s=o.d +s.c=!0 +s.b=!0 +r=new A.Kz(a,b) +q=a.gfI().z +s=b.a +p=b.b +o.a.m6(s+q.a,p+q.b,s+q.c,p+q.d,r) +o.c.push(r)}, +a_K(a,b,c,d){var s,r,q,p,o,n,m,l=a[0],k=a[1],j=a.length +for(s=k,r=l,q=2;qa.d||s.da.c}} +A.yV.prototype={ +aw(a){a.bp(0)}, +h(a){var s=this.bV(0) +return s}} +A.KF.prototype={ +aw(a){a.aJ(0)}, +h(a){var s=this.bV(0) +return s}} +A.KI.prototype={ +aw(a){a.aA(0,this.a,this.b)}, +h(a){var s=this.bV(0) +return s}} +A.KG.prototype={ +aw(a){a.dv(0,this.a,this.b)}, +h(a){var s=this.bV(0) +return s}} +A.KH.prototype={ +aw(a){a.N(0,this.a)}, +h(a){var s=this.bV(0) +return s}} +A.Ks.prototype={ +aw(a){a.kd(this.f,this.r)}, +h(a){var s=this.bV(0) +return s}} +A.Kr.prototype={ +aw(a){a.mr(this.f)}, +h(a){var s=this.bV(0) +return s}} +A.Kq.prototype={ +aw(a){a.hV(0,this.f)}, +h(a){var s=this.bV(0) +return s}} +A.Ky.prototype={ +aw(a){a.jo(this.f)}, +h(a){var s=this.bV(0) +return s}} +A.KE.prototype={ +aw(a){a.kn(this.f,this.r,this.w)}, +h(a){var s=this.bV(0) +return s}} +A.KC.prototype={ +aw(a){a.ck(this.f,this.r)}, +h(a){var s=this.bV(0) +return s}} +A.KB.prototype={ +aw(a){a.dW(this.f,this.r)}, +h(a){var s=this.bV(0) +return s}} +A.Ku.prototype={ +aw(a){var s=this.w +if(s.b==null)s.b=B.a2 +a.aF(this.x,s)}, +h(a){var s=this.bV(0) +return s}} +A.Kx.prototype={ +aw(a){a.km(this.f,this.r)}, +h(a){var s=this.bV(0) +return s}} +A.Kt.prototype={ +aw(a){a.hl(this.f,this.r,this.w)}, +h(a){var s=this.bV(0) +return s}} +A.KA.prototype={ +aw(a){a.aF(this.f,this.r)}, +h(a){var s=this.bV(0) +return s}} +A.KD.prototype={ +aw(a){var s=this +a.jp(s.f,s.r,s.w,s.x)}, +h(a){var s=this.bV(0) +return s}} +A.Kv.prototype={ +aw(a){a.hm(0,this.f,this.r,this.w)}, +h(a){var s=this.bV(0) +return s}} +A.Kw.prototype={ +aw(a){var s=this +a.iL(s.f,s.r,s.w,s.x)}, +h(a){var s=this.bV(0) +return s}} +A.Kz.prototype={ +aw(a){a.hZ(this.f,this.r)}, +h(a){var s=this.bV(0) +return s}} +A.aeE.prototype={ +kd(a,b){var s,r,q,p,o=this,n=a.a,m=a.b,l=a.c,k=a.d +if(!o.x){s=$.amA() +s[0]=n +s[1]=m +s[2]=l +s[3]=k +A.amb(o.y,s) +n=s[0] +m=s[1] +l=s[2] +k=s[3]}if(!o.z){o.Q=n +o.as=m +o.at=l +o.ax=k +o.z=!0 +r=k +q=l +p=m +s=n}else{s=o.Q +if(n>s){o.Q=n +s=n}p=o.as +if(m>p){o.as=m +p=m}q=o.at +if(l=q||p>=r)b.a=!0 +else{b.b=s +b.c=p +b.d=q +b.e=r}}, +l_(a,b){this.m6(a.a,a.b,a.c,a.d,b)}, +m6(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=this +if(a===c||b===d){e.a=!0 +return}if(!j.x){s=$.amA() +s[0]=a +s[1]=b +s[2]=c +s[3]=d +A.amb(j.y,s) +r=s[0] +q=s[1] +p=s[2] +o=s[3]}else{o=d +p=c +q=b +r=a}if(j.z){n=j.at +if(r>=n){e.a=!0 +return}m=j.Q +if(p<=m){e.a=!0 +return}l=j.ax +if(q>=l){e.a=!0 +return}k=j.as +if(o<=k){e.a=!0 +return}if(rn)p=n +if(ql)o=l}e.b=r +e.c=q +e.d=p +e.e=o +if(j.b){j.c=Math.min(Math.min(j.c,r),p) +j.e=Math.max(Math.max(j.e,r),p) +j.d=Math.min(Math.min(j.d,q),o) +j.f=Math.max(Math.max(j.f,q),o)}else{j.c=Math.min(r,p) +j.e=Math.max(r,p) +j.d=Math.min(q,o) +j.f=Math.max(q,o)}j.b=!0}, +EY(){var s=this,r=s.y,q=new A.bQ(new Float32Array(16)) +q.bG(r) +s.r.push(q) +r=s.z?new A.G(s.Q,s.as,s.at,s.ax):null +s.w.push(r)}, +a6q(){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.b)return B.w +s=i.a +r=s.a +if(isNaN(r))r=-1/0 +q=s.c +if(isNaN(q))q=1/0 +p=s.b +if(isNaN(p))p=-1/0 +o=s.d +if(isNaN(o))o=1/0 +s=i.c +n=i.e +m=Math.min(s,n) +l=Math.max(s,n) +n=i.d +s=i.f +k=Math.min(n,s) +j=Math.max(n,s) +if(lc1||b7>c2)return +if(b8-b6$.ajT||r>$.ajS){k=$.a0W +if(k!=null){g=k.a.getExtension("WEBGL_lose_context") +if(g!=null)g.loseContext()}$.ajU=$.a0W=null +$.ajT=Math.max($.ajT,s) +$.ajS=Math.max($.ajS,s)}k=$.ajU +if(k==null)k=$.ajU=A.a4F(s,r) +f=$.a0W +k=f==null?$.a0W=A.ajV(k):f +k.fr=s +k.fx=r +e=k.vR(l,h) +f=k.a +d=e.a +A.y(f,"useProgram",[d]) +c=k.xX(d,"position") +A.atW(k,e,q,p,s,r,c3) +b=!o +if(b){a=m.e +A.y(f,"uniform4f",[k.fB(0,d,"u_textransform"),1/a.d,1/a.e,0,0])}a=f.createBuffer() +a.toString +if(b)if(n){a0=f.createVertexArray() +a0.toString +A.y(f,"bindVertexArray",[a0])}else a0=null +else a0=null +A.y(f,a9,[c]) +A.y(f,b0,[k.gfX(),a]) +A.asX(k,b4,1) +A.y(f,b1,[c,2,k.gD6(),!1,0,0]) +a1=b4.length/2|0 +if(o){a2=f.createBuffer() +A.y(f,b0,[k.gfX(),a2]) +o=c4.c +if(o==null){a3=new Uint32Array(a1) +for(o=c6.r,a4=0;a41;)s.pop() +t.IF.a(B.b.gG(s)).tm(new A.a5E())}, +$S:0} +A.a94.prototype={ +$0(){var s,r,q=t.IF,p=this.a.a +if($.a92==null)q.a(B.b.gG(p)).bt() +else{s=q.a(B.b.gG(p)) +r=$.a92 +r.toString +s.al(0,r)}A.aHU(q.a(B.b.gG(p))) +$.a92=q.a(B.b.gG(p)) +return new A.tR(q.a(B.b.gG(p)).d)}, +$S:262} +A.r4.prototype={ +w2(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=this,a7="createPattern",a8="bindBuffer",a9="texParameteri",b0=a6.a,b1=a6.b +if(b0!==B.a3&&b1!==B.a3){s=a6.a3B(a6.e,b0,b1) +s.toString +r=b0===B.eB||b0===B.eC +q=b1===B.eB||b1===B.eC +if(r)p=q?"repeat":"repeat-x" +else p=q?"repeat-y":"no-repeat" +p=A.y(b2,a7,[s,p]) +p.toString +return p}else{if($.j3==null)$.j3=new A.v6() +b3.toString +s=$.ch() +o=s.x +if(o==null){p=self.window.devicePixelRatio +o=p===0?1:p}p=b3.a +n=B.d.cN((b3.c-p)*o) +m=b3.b +l=B.d.cN((b3.d-m)*o) +k=$.cT +j=(k==null?$.cT=A.i5():k)===2 +i=A.ar5() +h=A.aou(j,b0,b1) +g=A.ajV(A.a4F(n,l)) +g.fr=n +g.fx=l +f=g.vR(i,h) +k=g.a +e=f.a +A.y(k,"useProgram",[e]) +d=new Float32Array(12) +c=b3.aA(0,-p,-m) +b=c.a +d[0]=b +a=c.b +d[1]=a +a0=c.c +d[2]=a0 +d[3]=a +d[4]=a0 +a1=c.d +d[5]=a1 +d[6]=a0 +d[7]=a1 +d[8]=b +d[9]=a1 +d[10]=b +d[11]=a +a2=g.xX(e,"position") +A.atW(g,f,0,0,n,l,new A.bQ(a6.c)) +a6.f=p!==0||m!==0 +b=a6.e +A.y(k,"uniform4f",[g.fB(0,e,"u_textransform"),1/b.d,1/b.e,p,m]) +m=k.createBuffer() +m.toString +if(j){a3=k.createVertexArray() +a3.toString +A.y(k,"bindVertexArray",[a3])}else a3=null +A.y(k,"enableVertexAttribArray",[a2]) +A.y(k,a8,[g.gfX(),m]) +s=s.x +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.asX(g,d,s) +A.y(k,"vertexAttribPointer",[a2,2,g.gD6(),!1,0,0]) +a4=k.createTexture() +k.activeTexture(g.gPd()) +A.y(k,"bindTexture",[g.gfc(),a4]) +g.R4(0,g.gfc(),0,g.gwP(),g.gwP(),g.gwS(),b.a) +if(j){A.y(k,a9,[g.gfc(),g.gwQ(),A.aiw(g,b0)]) +A.y(k,a9,[g.gfc(),g.gwR(),A.aiw(g,b1)]) +A.y(k,"generateMipmap",[g.gfc()])}else{A.y(k,a9,[g.gfc(),g.gwQ(),g.gp7()]) +A.y(k,a9,[g.gfc(),g.gwR(),g.gp7()]) +A.y(k,a9,[g.gfc(),g.gPe(),g.gPc()])}A.y(k,"clear",[g.gD5()]) +g.Nw(6,B.i2) +if(a3!=null)k.bindVertexArray(null) +a5=g.QA(!1) +A.y(k,a8,[g.gfX(),null]) +A.y(k,a8,[g.gn_(),null]) +a5.toString +s=A.y(b2,a7,[a5,"no-repeat"]) +s.toString +return s}}, +a3B(a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=a2===B.eC?2:1,a0=a3===B.eC?2:1 +if(a===1&&a0===1)return a1.a +s=a1.d +r=a1.e +q=s*a +p=r*a0 +o=A.a4F(q,p) +n=o.a +if(n!=null)n=A.aoa(n,"2d",null) +else{n=o.b +n.toString +n=A.io(n,"2d",null)}n.toString +for(m=-2*r,l=-2*s,k=a1.a,j=0;j>>24&255)<1}, +$S:267} +A.a8o.prototype={ +M8(a,b){var s,r,q=this +q.b=!0 +s=q.a +if(s==null)q.a=A.a4F(a,b) +else if(a!==s.c&&b!==s.d){s.c=a +s.d=b +r=s.a +if(r!=null){r.width=a +s=s.a +s.toString +s.height=b}else{r=s.b +if(r!=null){A.qX(r,a) +r=s.b +r.toString +A.qW(r,b) +r=s.b +r.toString +s.KN(r)}}}s=q.a +s.toString +return A.ajV(s)}} +A.r3.prototype={$ior:1} +A.Im.prototype={ +w2(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.f +if(h===B.a3||h===B.cd){s=i.r +r=b.a +q=b.b +p=i.b +o=i.c +n=p.a +m=o.a +p=p.b +o=o.b +if(s!=null){l=(n+m)/2-r +k=(p+o)/2-q +s.xN(0,n-l,p-k) +p=s.b +n=s.c +s.xN(0,m-l,o-k) +j=a.createLinearGradient(p+l-r,n+k-q,s.b+l-r,s.c+k-q)}else j=a.createLinearGradient(n-r,p-q,m-r,o-q) +A.arS(j,i.d,i.e,h===B.cd) +return j}else{h=A.y(a,"createPattern",[i.w1(b,c,!1),"no-repeat"]) +h.toString +return h}}, +w1(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=this,b3="u_resolution",b4="m_gradient",b5=b7.c,b6=b7.a +b5-=b6 +s=B.d.cN(b5) +r=b7.d +q=b7.b +r-=q +p=B.d.cN(r) +if($.j3==null)$.j3=new A.v6() +o=$.Wz().M8(s,p) +o.fr=s +o.fx=p +n=A.apt(b2.d,b2.e) +m=A.akZ() +l=b2.f +k=$.cT +j=A.a8k(k==null?$.cT=A.i5():k) +j.e=1 +j.mn(11,"v_color") +j.eR(9,b3) +j.eR(14,b4) +i=j.grE() +h=new A.l4("main",A.a([],t.s)) +j.c.push(h) +h.cu("vec4 localCoord = m_gradient * vec4(gl_FragCoord.x, u_resolution.y - gl_FragCoord.y, 0, 1);") +h.cu("float st = localCoord.x;") +h.cu(i.a+" = "+A.asO(j,h,n,l)+" * scale + bias;") +g=o.vR(m,j.bt()) +m=o.a +k=g.a +A.y(m,"useProgram",[k]) +f=b2.b +e=f.a +d=f.b +f=b2.c +c=f.a +b=f.b +a=c-e +a0=b-d +a1=Math.sqrt(a*a+a0*a0) +f=a1<11920929e-14 +a2=f?0:-a0/a1 +a3=f?1:a/a1 +a4=l!==B.a3 +a5=a4?b5/2:(e+c)/2-b6 +a6=a4?r/2:(d+b)/2-q +a7=A.dF() +a7.ir(-a5,-a6,0) +a8=A.dF() +a9=a8.a +a9[0]=a3 +a9[1]=a2 +a9[4]=-a2 +a9[5]=a3 +b0=A.dF() +b0.ach(0,0.5) +if(a1>11920929e-14)b0.bx(0,1/a1) +b5=b2.r +if(b5!=null){b5=b5.a +b0.dv(0,1,-1) +b0.aA(0,-b7.gbf().a,-b7.gbf().b) +b0.cC(0,new A.bQ(b5)) +b0.aA(0,b7.gbf().a,b7.gbf().b) +b0.dv(0,1,-1)}b0.cC(0,a8) +b0.cC(0,a7) +n.Fe(o,g) +A.y(m,"uniformMatrix4fv",[o.fB(0,k,b4),!1,b0.a]) +A.y(m,"uniform2f",[o.fB(0,k,b3),s,p]) +b1=new A.a11(b9,b7,o,g,n,s,p).$0() +$.Wz().b=!1 +return b1}} +A.a11.prototype={ +$0(){var s=this,r=$.j3,q=s.b,p=s.c,o=s.d,n=s.e,m=s.f,l=s.r,k=q.c,j=q.a,i=q.d +q=q.b +if(s.a)return r.Nt(new A.G(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +else{r=r.Nr(new A.G(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +r.toString +return r}}, +$S:132} +A.In.prototype={ +w2(a,b,c){var s=this.f +if(s===B.a3||s===B.cd)return this.YU(a,b,c) +else{s=A.y(a,"createPattern",[this.w1(b,c,!1),"no-repeat"]) +s.toString +return s}}, +YU(a,b,c){var s=this,r=s.b,q=r.a-b.a +r=r.b-b.b +r=A.y(a,"createRadialGradient",[q,r,0,q,r,s.c]) +A.arS(r,s.d,s.e,s.f===B.cd) +return r}, +w1(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=a.c,e=a.a +f-=e +s=B.d.cN(f) +r=a.d +q=a.b +r-=q +p=B.d.cN(r) +if($.j3==null)$.j3=new A.v6() +o=$.Wz().M8(s,p) +o.fr=s +o.fx=p +n=A.apt(g.d,g.e) +m=o.vR(A.akZ(),g.Z3(n,a,g.f)) +l=o.a +k=m.a +A.y(l,"useProgram",[k]) +j=g.b +A.y(l,"uniform2f",[o.fB(0,k,"u_tile_offset"),2*(f*((j.a-e)/f-0.5)),2*(r*((j.b-q)/r-0.5))]) +A.y(l,"uniform1f",[o.fB(0,k,"u_radius"),g.c]) +n.Fe(o,m) +i=o.fB(0,k,"m_gradient") +f=g.r +A.y(l,"uniformMatrix4fv",[i,!1,f==null?A.dF().a:f]) +h=new A.a12(c,a,o,m,n,s,p).$0() +$.Wz().b=!1 +return h}, +Z3(a,b,c){var s,r,q=$.cT,p=A.a8k(q==null?$.cT=A.i5():q) +p.e=1 +p.mn(11,"v_color") +p.eR(9,"u_resolution") +p.eR(9,"u_tile_offset") +p.eR(2,"u_radius") +p.eR(14,"m_gradient") +s=p.grE() +r=new A.l4("main",A.a([],t.s)) +p.c.push(r) +r.cu("vec2 center = 0.5 * (u_resolution + u_tile_offset);") +r.cu("vec4 localCoord = vec4(gl_FragCoord.x - center.x, center.y - gl_FragCoord.y, 0, 1) * m_gradient;") +r.cu("float dist = length(localCoord);") +r.cu("float st = abs(dist / u_radius);") +r.cu(s.a+" = "+A.asO(p,r,a,c)+" * scale + bias;") +return p.bt()}} +A.a12.prototype={ +$0(){var s=this,r=$.j3,q=s.b,p=s.c,o=s.d,n=s.e,m=s.f,l=s.r,k=q.c,j=q.a,i=q.d +q=q.b +if(s.a)return r.Nt(new A.G(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +else{r=r.Nr(new A.G(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +r.toString +return r}}, +$S:132} +A.a_n.prototype={} +A.JN.prototype={} +A.a3D.prototype={} +A.Mq.prototype={ +grE(){var s=this.Q +if(s==null)s=this.Q=new A.pe(this.y?"gFragColor":"gl_FragColor",11,3) +return s}, +mn(a,b){var s=new A.pe(b,a,1) +this.b.push(s) +return s}, +eR(a,b){var s=new A.pe(b,a,2) +this.b.push(s) +return s}, +Lp(a,b){var s=new A.pe(b,a,3) +this.b.push(s) +return s}, +Lf(a,b){var s,r,q=this,p="varying ",o=b.c +switch(o){case 0:q.as.a+="const " +break +case 1:if(q.y)s="in " +else s=q.z?p:"attribute " +q.as.a+=s +break +case 2:q.as.a+="uniform " +break +case 3:s=q.y?"out ":p +q.as.a+=s +break}s=q.as +r=s.a+=A.aDu(b.b)+" "+b.a +if(o===0)o=s.a=r+" = " +else o=r +s.a=o+";\n"}, +bt(){var s,r,q,p,o,n=this,m=n.y +if(m)n.as.a+="#version 300 es\n" +s=n.e +if(s!=null){if(s===0)s="lowp" +else s=s===1?"mediump":"highp" +n.as.a+="precision "+s+" float;\n"}if(m&&n.Q!=null){m=n.Q +m.toString +n.Lf(n.as,m)}for(m=n.b,s=m.length,r=n.as,q=0;q=0;--r,p=n){a.toString +o=B.b.mS(a,r)!==-1&&B.b.t(m,r) +n=s[r].d +n.toString +if(!o)if(p==null)q.append(n) +else q.insertBefore(n,p)}}, +a1S(a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this.x,d=e.length,c=a0.x,b=c.length,a=A.a([],t.b) +for(s=0;s1&&B.c.Z(e,0)<127&&B.c.Z(e,1)<127) +o=A.aG0(new A.a2I(h,e,a,p,q),t.S) +if(f.type!=="keydown")if(h.b){r=f.code +if(r==null)r=g +r.toString +r=r==="CapsLock" +n=r}else n=!1 +else n=!0 +if(h.b){r=f.code +if(r==null)r=g +r.toString +r=r==="CapsLock"}else r=!1 +if(r){h.JY(B.C,new A.a2J(s,q,o),new A.a2K(h,q)) +m=B.aD}else if(n){r=h.f +if(r.j(0,q)!=null){l=f.repeat +if(l==null)l=g +if(l===!0)m=B.Bv +else{l=h.d +l.toString +l.$1(new A.fD(s,B.ap,q,o.$0(),g,!0)) +r.B(0,q) +m=B.aD}}else m=B.aD}else{if(h.f.j(0,q)==null){f.preventDefault() +return}m=B.ap}r=h.f +k=r.j(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) +$.awg().a0(0,new A.a2L(h,o,a,s)) +if(p)if(!l)h.a4l(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.ap?g:i +if(h.d.$1(new A.fD(s,m,q,e,r,!1)))f.preventDefault()}, +lE(a){var s=this,r={} +r.a=!1 +s.d=new A.a2Q(r,s) +try{s.a0g(a)}finally{if(!r.a)s.d.$1(B.Bu) +s.d=null}}, +yY(a,b,c,d,e){var s=this,r=$.awn(),q=$.awo(),p=$.amE() +s.vp(r,q,p,a?B.aD:B.ap,e) +r=$.amR() +q=$.amS() +p=$.amF() +s.vp(r,q,p,b?B.aD:B.ap,e) +r=$.awp() +q=$.awq() +p=$.amG() +s.vp(r,q,p,c?B.aD:B.ap,e) +r=$.awr() +q=$.aws() +p=$.amH() +s.vp(r,q,p,d?B.aD:B.ap,e)}, +vp(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.aD&&!n,l=d===B.ap&&n +if(m){r.a.$1(new A.fD(A.alu(e),B.aD,a,c,null,!0)) +q.m(0,a,c)}if(l&&p){s=q.j(0,a) +s.toString +r.Ko(e,a,s)}if(l&&o){q=q.j(0,b) +q.toString +r.Ko(e,b,q)}}, +Ko(a,b,c){this.a.$1(new A.fD(A.alu(a),B.ap,b,c,null,!0)) +this.f.B(0,b)}} +A.a2M.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.e){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:25} +A.a2N.prototype={ +$0(){this.a.a=!0}, +$S:0} +A.a2O.prototype={ +$0(){return new A.fD(new A.bm(this.a.a+2e6),B.ap,this.b,this.c,null,!0)}, +$S:134} +A.a2P.prototype={ +$0(){this.a.f.B(0,this.b)}, +$S:0} +A.a2I.prototype={ +$0(){var s,r,q,p,o,n=this,m=null,l=n.b,k=B.Fw.j(0,l) +if(k!=null)return k +s=n.c.a +r=s.key +if(B.pG.ai(0,r==null?m:r)){l=s.key +if(l==null)l=m +l.toString +l=B.pG.j(0,l) +q=l==null?m:l[B.d.S(s.location)] +q.toString +return q}if(n.d){r=s.code +if(r==null)r=m +p=s.key +if(p==null)p=m +o=n.a.c.S4(r,p,B.d.S(s.keyCode)) +if(o!=null)return o}if(l==="Dead"){l=s.altKey +r=s.ctrlKey +p=s.shiftKey +s=s.metaKey +l=l?1073741824:0 +r=r?268435456:0 +p=p?536870912:0 +s=s?2147483648:0 +return n.e+(l+r+p+s)+98784247808}return B.c.gu(l)+98784247808}, +$S:50} +A.a2J.prototype={ +$0(){return new A.fD(this.a,B.ap,this.b,this.c.$0(),null,!0)}, +$S:134} +A.a2K.prototype={ +$0(){this.a.f.B(0,this.b)}, +$S:0} +A.a2L.prototype={ +$2(a,b){var s,r,q=this +if(J.e(q.b.$0(),a))return +s=q.a +r=s.f +if(r.a6D(0,a)&&!b.$1(q.c))r.abF(r,new A.a2H(s,a,q.d))}, +$S:445} +A.a2H.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.d.$1(new A.fD(this.c,B.ap,a,s,null,!0)) +return!0}, +$S:450} +A.a2Q.prototype={ +$1(a){this.a.a=!0 +return this.b.a.$1(a)}, +$S:59} +A.a3X.prototype={} +A.XI.prototype={ +ga4M(){var s=this.a +s===$&&A.b() +return s}, +q(){var s=this +if(s.c||s.gm2()==null)return +s.c=!0 +s.a4N()}, +rs(){var s=0,r=A.a5(t.H),q=this +var $async$rs=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=q.gm2()!=null?2:3 +break +case 2:s=4 +return A.a1(q.jS(),$async$rs) +case 4:s=5 +return A.a1(q.gm2().pB(0,-1),$async$rs) +case 5:case 3:return A.a3(null,r)}}) +return A.a4($async$rs,r)}, +gki(){var s=this.gm2() +s=s==null?null:s.bC(0) +return s==null?"/":s}, +gcH(){var s=this.gm2() +return s==null?null:s.y6(0)}, +a4N(){return this.ga4M().$0()}} +A.yu.prototype={ +X8(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.vA(0,r.gDE(r)) +if(!r.A9(r.gcH())){s=t.z +q.lX(0,A.be(["serialCount",0,"state",r.gcH()],s,s),"flutter",r.gki())}r.e=r.gzu()}, +gzu(){if(this.A9(this.gcH())){var s=this.gcH() +s.toString +return B.d.S(A.alp(J.bD(t.f.a(s),"serialCount")))}return 0}, +A9(a){return t.f.b(a)&&J.bD(a,"serialCount")!=null}, +u8(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.be(["serialCount",r,"state",c],s,s) +a.toString +q.lX(0,s,"flutter",a)}else{r===$&&A.b();++r +this.e=r +s=A.be(["serialCount",r,"state",c],s,s) +a.toString +q.DT(0,s,"flutter",a)}}}, +Fd(a){return this.u8(a,!1,null)}, +DF(a,b){var s,r,q,p,o=this +if(!o.A9(b)){s=o.d +s.toString +r=o.e +r===$&&A.b() +q=t.z +s.lX(0,A.be(["serialCount",r+1,"state",b],q,q),"flutter",o.gki())}o.e=o.gzu() +s=$.aR() +r=o.gki() +t.Xx.a(b) +q=b==null?null:J.bD(b,"state") +p=t.z +s.iS("flutter/navigation",B.ag.iN(new A.hK("pushRouteInformation",A.be(["location",r,"state",q],p,p))),new A.a46())}, +jS(){var s=0,r=A.a5(t.H),q,p=this,o,n,m +var $async$jS=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.q() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.gzu() +s=o>0?3:4 +break +case 3:s=5 +return A.a1(p.d.pB(0,-o),$async$jS) +case 5:case 4:n=p.gcH() +n.toString +t.f.a(n) +m=p.d +m.toString +m.lX(0,J.bD(n,"state"),"flutter",p.gki()) +case 1:return A.a3(q,r)}}) +return A.a4($async$jS,r)}, +gm2(){return this.d}} +A.a46.prototype={ +$1(a){}, +$S:14} +A.An.prototype={ +Xe(a){var s,r,q=this,p=q.d +if(p==null)return +q.a=p.vA(0,q.gDE(q)) +s=q.gki() +r=self.window.history.state +if(r==null)r=null +else{r=A.Wg(r) +r.toString}if(!A.akL(r)){p.lX(0,A.be(["origin",!0,"state",q.gcH()],t.N,t.z),"origin","") +q.a47(p,s)}}, +u8(a,b,c){var s=this.d +if(s!=null)this.AW(s,a,!0)}, +Fd(a){return this.u8(a,!1,null)}, +DF(a,b){var s,r=this,q="flutter/navigation" +if(A.aqn(b)){s=r.d +s.toString +r.a46(s) +$.aR().iS(q,B.ag.iN(B.G2),new A.a8t())}else if(A.akL(b)){s=r.f +s.toString +r.f=null +$.aR().iS(q,B.ag.iN(new A.hK("pushRoute",s)),new A.a8u())}else{r.f=r.gki() +r.d.pB(0,-1)}}, +AW(a,b,c){var s +if(b==null)b=this.gki() +s=this.e +if(c)a.lX(0,s,"flutter",b) +else a.DT(0,s,"flutter",b)}, +a47(a,b){return this.AW(a,b,!1)}, +a46(a){return this.AW(a,null,!1)}, +jS(){var s=0,r=A.a5(t.H),q,p=this,o,n +var $async$jS=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.q() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.d +s=3 +return A.a1(o.pB(0,-1),$async$jS) +case 3:n=p.gcH() +n.toString +o.lX(0,J.bD(t.f.a(n),"state"),"flutter",p.gki()) +case 1:return A.a3(q,r)}}) +return A.a4($async$jS,r)}, +gm2(){return this.d}} +A.a8t.prototype={ +$1(a){}, +$S:14} +A.a8u.prototype={ +$1(a){}, +$S:14} +A.a18.prototype={ +vA(a,b){var s=t.e.a(A.b1(new A.a1a(b))) +A.cr(self.window,"popstate",s,null) +return new A.a1b(this,s)}, +bC(a){var s=self.window.location.hash +if(s.length===0||s==="#")return"/" +return B.c.cZ(s,1)}, +y6(a){var s=self.window.history.state +if(s==null)s=null +else{s=A.Wg(s) +s.toString}return s}, +Qj(a,b){var s,r +if(b.length===0){s=self.window.location.pathname +if(s==null)s=null +s.toString +r=self.window.location.search +if(r==null)r=null +r.toString +r=s+r +s=r}else s="#"+b +return s}, +DT(a,b,c,d){var s=this.Qj(0,d),r=self.window.history,q=A.am(b) +if(q==null)q=t.K.a(q) +A.y(r,"pushState",[q,c,s])}, +lX(a,b,c,d){var s,r=this.Qj(0,d),q=self.window.history +if(b==null)s=null +else{s=A.am(b) +if(s==null)s=t.K.a(s)}A.y(q,"replaceState",[s,c,r])}, +pB(a,b){var s=self.window.history +s.go(b) +return this.a5d()}, +a5d(){var s=new A.al($.ak,t.W),r=A.aO("unsubscribe") +r.b=this.vA(0,new A.a19(r,new A.bj(s,t.gR))) +return s}} +A.a1a.prototype={ +$1(a){var s=a.state +if(s==null)s=null +else{s=A.Wg(s) +s.toString}this.a.$1(s)}, +$S:2} +A.a1b.prototype={ +$0(){A.eT(self.window,"popstate",this.b,null) +return null}, +$S:0} +A.a19.prototype={ +$1(a){this.a.aN().$0() +this.b.iG(0)}, +$S:6} +A.Z1.prototype={ +vA(a,b){return A.y(this.a,"addPopStateListener",[A.b1(new A.Z2(b))])}, +bC(a){return this.a.getPath()}, +y6(a){return this.a.getState()}, +DT(a,b,c,d){return A.y(this.a,"pushState",[b,c,d])}, +lX(a,b,c,d){return A.y(this.a,"replaceState",[b,c,d])}, +pB(a,b){return this.a.go(b)}} +A.Z2.prototype={ +$1(a){var s=a.state +if(s==null)s=null +else{s=A.Wg(s) +s.toString}return this.a.$1(s)}, +$S:2} +A.a5j.prototype={} +A.XJ.prototype={} +A.Hy.prototype={ +qR(a){var s +this.b=a +this.c=!0 +s=A.a([],t.EO) +return this.a=new A.a61(new A.aeE(a,A.a([],t.Xr),A.a([],t.cA),A.dF()),s,new A.a6z())}, +gP2(){return this.c}, +rr(){var s,r=this +if(!r.c)r.qR(B.em) +r.c=!1 +s=r.a +s.b=s.a.a6q() +s.f=!0 +s=r.a +r.b===$&&A.b() +return new A.Hx(s)}} +A.Hx.prototype={ +q(){this.a=!0}} +A.It.prototype={ +gJl(){var s,r=this,q=r.c +if(q===$){s=t.e.a(A.b1(r.ga2i())) +r.c!==$&&A.aB() +r.c=s +q=s}return q}, +a2j(a){var s,r,q,p=a.matches +if(p==null)p=null +p.toString +for(s=this.a,r=s.length,q=0;q>>0)) +q.toString +l.content=q +h.fg(c,B.R.cr([!0])) +return +case"SystemChrome.setPreferredOrientations":o=t.j.a(s.b) +$.fO.SI(o).c1(new A.a_u(h,c),t.P) +return +case"SystemSound.play":h.fg(c,B.R.cr([!0])) +return +case"Clipboard.setData":q=self.window.navigator.clipboard!=null?new A.G7():new A.HG() +new A.G8(q,A.apA()).SE(s,c) +return +case"Clipboard.getData":q=self.window.navigator.clipboard!=null?new A.G7():new A.HG() +new A.G8(q,A.apA()).RZ(c) +return}break +case"flutter/service_worker":q=self.window +p=self.document.createEvent("Event") +p.initEvent("flutter-first-frame",!0,!0) +q.dispatchEvent(p) +return +case"flutter/textinput":q=$.amX() +q.gqY(q).a99(b,c) +return +case"flutter/contextmenu":switch(B.ag.hW(b).a){case"enableContextMenu":$.fO.a.NC() +h.fg(c,B.R.cr([!0])) +return +case"disableContextMenu":$.fO.a.Ni() +h.fg(c,B.R.cr([!0])) +return}return +case"flutter/mousecursor":s=B.bH.hW(b) +o=t.f.a(s.b) +switch(s.a){case"activateSystemCursor":$.akm.toString +q=A.d0(J.bD(o,"kind")) +p=$.fO.f +p===$&&A.b() +q=B.Fr.j(0,q) +A.eu(p,"cursor",q==null?"default":q) +break}return +case"flutter/web_test_e2e":h.fg(c,B.R.cr([A.aGQ(B.ag,b)])) +return +case"flutter/platform_views":q=h.cy +if(q==null)q=h.cy=new A.a5n($.amW(),new A.a_v()) +c.toString +q.a8K(b,c) +return +case"flutter/accessibility":q=$.W2 +q.toString +p=t.f +k=p.a(J.bD(p.a(B.b6.hj(b)),"data")) +j=A.d0(J.bD(k,"message")) +if(j!=null&&j.length!==0){i=A.ak8(k,"assertiveness") +q.LG(j,B.Cj[i==null?0:i])}h.fg(c,B.b6.cr(!0)) +return +case"flutter/navigation":h.d.j(0,0).CI(b).c1(new A.a_w(h,c),t.P) +h.ry="/" +return}q=$.atO +if(q!=null){q.$3(a,b,c) +return}h.fg(c,null)}, +qb(a,b){return this.a0j(a,b)}, +a0j(a,b){var s=0,r=A.a5(t.H),q=1,p,o=this,n,m,l,k,j +var $async$qb=A.a6(function(c,d){if(c===1){p=d +s=q}while(true)switch(s){case 0:q=3 +s=6 +return A.a1(A.q5($.W4.py(a)),$async$qb) +case 6:n=d +s=7 +return A.a1(n.gxj().o8(),$async$qb) +case 7:m=d +o.fg(b,A.eX(m,0,null)) +q=1 +s=5 +break +case 3:q=2 +j=p +l=A.aq(j) +$.dx().$1("Error while trying to load an asset: "+A.i(l)) +o.fg(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$qb,r)}, +a_o(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}}, +jX(){var s=$.atT +if(s==null)throw A.c(A.aM("scheduleFrameCallback must be initialized first.")) +s.$0()}, +Xs(){var s=this +if(s.dy!=null)return +s.a=s.a.MB(A.ajG()) +s.dy=A.cB(self.window,"languagechange",new A.a_s(s))}, +Xo(){var s,r,q,p=A.b1(new A.a_r(this)) +p=A.lK(globalThis.MutationObserver,[p]) +this.fy=p +s=self.document.documentElement +s.toString +r=A.a(["style"],t.s) +q=A.E(t.N,t.z) +q.m(0,"attributes",!0) +q.m(0,"attributeFilter",r) +r=A.am(q) +A.y(p,"observe",[s,r==null?t.K.a(r):r])}, +L_(a){var s=this,r=s.a +if(r.d!==a){s.a=r.a6W(a) +A.lL(null,null) +A.lL(s.k3,s.k4)}}, +a4Q(a){var s=this.a,r=s.a +if((r.a&32)!==0!==a){this.a=s.MA(r.a6T(a)) +A.lL(null,null)}}, +Xn(){var s,r=this,q=r.k1 +r.L_(q.matches?B.U:B.Y) +s=t.e.a(A.b1(new A.a_q(r))) +r.k2=s +q.addListener(s)}, +gC1(){var s=this.ry +return s==null?this.ry=this.d.j(0,0).gvP().gki():s}, +fg(a,b){A.ajP(B.C,t.H).c1(new A.a_z(a,b),t.P)}} +A.a_y.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +A.a_x.prototype={ +$1(a){this.a.xG(this.b,a)}, +$S:14} +A.a_t.prototype={ +$1(a){this.a.fg(this.b,B.R.cr([!0]))}, +$S:25} +A.a_u.prototype={ +$1(a){this.a.fg(this.b,B.R.cr([a]))}, +$S:54} +A.a_v.prototype={ +$1(a){var s=$.fO.f +s===$&&A.b() +s.append(a)}, +$S:2} +A.a_w.prototype={ +$1(a){var s=this.b +if(a)this.a.fg(s,B.R.cr([!0])) +else if(s!=null)s.$1(null)}, +$S:54} +A.a_s.prototype={ +$1(a){var s=this.a +s.a=s.a.MB(A.ajG()) +A.lL(s.fr,s.fx)}, +$S:2} +A.a_r.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null +for(s=J.an(a),r=t.e,q=this.a;s.p();){p=s.gD(s) +p.toString +r.a(p) +o=p.type +if((o==null?l:o)==="attributes"){o=p.attributeName +o=(o==null?l:o)==="style"}else o=!1 +if(o){o=self.document.documentElement +o.toString +n=A.aJp(o) +m=(n==null?16:n)/16 +o=q.a +if(o.e!==m){q.a=o.BO(m) +A.lL(l,l) +A.lL(q.go,q.id)}}}}, +$S:139} +A.a_q.prototype={ +$1(a){var s=a.matches +if(s==null)s=null +s.toString +s=s?B.U:B.Y +this.a.L_(s)}, +$S:2} +A.a_z.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:25} +A.ai2.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +A.ai3.prototype={ +$0(){var s=this +s.a.$3(s.b,s.c,s.d)}, +$S:0} +A.Oq.prototype={ +h(a){return A.D(this).h(0)+"[view: null, geometry: "+B.w.h(0)+"]"}} +A.KY.prototype={ +r9(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.KY(r,!1,q,p,o,n,s.r,s.w)}, +MA(a){return this.r9(a,null,null,null,null)}, +MB(a){return this.r9(null,a,null,null,null)}, +BO(a){return this.r9(null,null,null,null,a)}, +a6W(a){return this.r9(null,null,a,null,null)}, +a6X(a){return this.r9(null,null,null,a,null)}} +A.a5l.prototype={ +abH(a,b,c){this.d.m(0,b,a) +return this.b.bS(0,b,new A.a5m(this,"flt-pv-slot-"+b,a,b,c))}, +a3Q(a){var s,r,q,p="setAttribute" +if(a==null)return +s=$.c8() +if(s!==B.A){a.remove() +return}r="tombstone-"+A.i(A.ao1(a,"slot")) +q=A.bc(self.document,"slot") +A.t(q.style,"display","none") +s=A.am(r) +A.y(q,p,["name",s==null?t.K.a(s):s]) +s=$.fO.r +s===$&&A.b() +s.hP(0,q) +s=A.am(r) +A.y(a,p,["slot",s==null?t.K.a(s):s]) +a.remove() +q.remove()}} +A.a5m.prototype={ +$0(){var s,r,q=this,p=A.bc(self.document,"flt-platform-view"),o=A.am(q.b) +A.y(p,"setAttribute",["slot",o==null?t.K.a(o):o]) +o=q.c +s=q.a.a.j(0,o) +s.toString +r=A.aO("content") +r.b=t.Ek.a(s).$1(q.d) +s=r.aN() +if(s.style.getPropertyValue("height").length===0){$.dx().$1("Height of Platform View type: ["+o+"] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message.") +A.t(s.style,"height","100%")}if(s.style.getPropertyValue("width").length===0){$.dx().$1("Width of Platform View type: ["+o+"] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message.") +A.t(s.style,"width","100%")}p.append(r.aN()) +return p}, +$S:64} +A.a5n.prototype={ +Z1(a,b){var s=t.f.a(a.b),r=J.az(s),q=B.d.S(A.DX(r.j(s,"id"))),p=A.cK(r.j(s,"viewType")) +r=this.b +if(!r.a.ai(0,p)){b.$1(B.bH.mD("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.bH.mD("recreating_view","view id: "+q,"trying to create an already created view")) +return}this.c.$1(r.abH(p,q,s)) +b.$1(B.bH.ro(null))}, +a8K(a,b){var s,r=B.bH.hW(a) +switch(r.a){case"create":this.Z1(r,b) +return +case"dispose":s=this.b +s.a3Q(s.b.B(0,A.ny(r.b))) +b.$1(B.bH.ro(null)) +return}b.$1(null)}} +A.a7q.prototype={ +acA(){A.cr(self.document,"touchstart",t.e.a(A.b1(new A.a7r())),null)}} +A.a7r.prototype={ +$1(a){}, +$S:2} +A.L0.prototype={ +YS(){var s,r=this +if("PointerEvent" in self.window){s=new A.aeH(A.E(t.S,t.ZW),A.a([],t.he),r.a,r.gAt(),r.c,r.d) +s.pH() +return s}if("TouchEvent" in self.window){s=new A.afQ(A.w(t.S),A.a([],t.he),r.a,r.gAt(),r.c,r.d) +s.pH() +return s}if("MouseEvent" in self.window){s=new A.aen(new A.pP(),A.a([],t.he),r.a,r.gAt(),r.c,r.d) +s.pH() +return s}throw A.c(A.Y("This browser does not support pointer, touch, or mouse events."))}, +a2m(a){var s=A.a(a.slice(0),A.ad(a)),r=$.aR() +A.Wo(r.Q,r.as,new A.z9(s))}} +A.a5A.prototype={ +h(a){return"pointers:"+("PointerEvent" in self.window)+", touch:"+("TouchEvent" in self.window)+", mouse:"+("MouseEvent" in self.window)}} +A.Ce.prototype={} +A.abo.prototype={ +Bp(a,b,c,d,e){var s=t.e.a(A.b1(new A.abp(d))) +A.cr(b,c,s,e) +this.a.push(new A.Ce(c,b,s,e,!1))}, +qI(a,b,c,d){return this.Bp(a,b,c,d,!0)}} +A.abp.prototype={ +$1(a){var s=$.e3 +if((s==null?$.e3=A.ky():s).QD(a))this.a.$1(a)}, +$S:2} +A.V2.prototype={ +IQ(a,b){if(b==null)return!1 +return Math.abs(b- -3*a)>1}, +a1A(a){var s,r,q,p,o,n=this,m=null,l=$.c8() +if(l===B.aQ)return!1 +l=a.deltaX +s=a.wheelDeltaX +if(!n.IQ(l,s==null?m:s)){l=a.deltaY +s=a.wheelDeltaY +l=n.IQ(l,s==null?m:s)}else l=!0 +if(l)return!1 +if(!(B.d.bk(a.deltaX,120)===0&&B.d.bk(a.deltaY,120)===0)){l=a.wheelDeltaX +if(l==null)l=m +if(B.d.bk(l==null?1:l,120)===0){l=a.wheelDeltaY +if(l==null)l=m +l=B.d.bk(l==null?1:l,120)===0}else l=!1}else l=!0 +if(l){l=a.deltaX +s=n.f +r=s==null +q=r?m:s.deltaX +p=Math.abs(l-(q==null?0:q)) +l=a.deltaY +q=r?m:s.deltaY +o=Math.abs(l-(q==null?0:q)) +if(!r)if(!(p===0&&o===0))l=!(p<20&&o<20) +else l=!0 +else l=!0 +if(l){l=a.timeStamp +if((l==null?m:l)!=null){if(r)l=m +else{l=s.timeStamp +if(l==null)l=m}l=l!=null}else l=!1 +if(l){l=a.timeStamp +if(l==null)l=m +l.toString +s=s.timeStamp +if(s==null)s=m +s.toString +if(l-s<50&&n.r)return!0}return!1}}return!0}, +YR(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +if(e.a1A(a)){s=B.d3 +r=-2}else{s=B.d2 +r=-1}q=a.deltaX +p=a.deltaY +switch(B.d.S(a.deltaMode)){case 1:o=$.arP +if(o==null){n=A.bc(self.document,"div") +o=n.style +A.t(o,"font-size","initial") +A.t(o,"display","none") +self.document.body.append(n) +o=A.ajC(self.window,n).getPropertyValue("font-size") +if(B.c.t(o,"px"))m=A.apM(A.vi(o,"px","")) +else m=d +n.remove() +o=$.arP=m==null?16:m/4}q*=o +p*=o +break +case 2:o=$.ch() +q*=o.gkI().a +p*=o.gkI().b +break +case 0:o=$.dN() +if(o===B.aH){o=$.c8() +if(o!==B.A)o=o===B.aQ +else o=!0}else o=!1 +if(o){o=$.ch() +l=o.x +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}q*=l +o=o.x +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}p*=o}break +default:break}k=A.a([],t.v) +j=A.alN(a,e.b) +o=$.dN() +if(o===B.aH){o=$.a2E +o=o==null?d:o.gq5().f.ai(0,$.amR()) +if(o!==!0){o=$.a2E +o=o==null?d:o.gq5().f.ai(0,$.amS()) +i=o===!0}else i=!0}else i=!1 +o=a.ctrlKey&&!i +l=e.d +if(o){o=a.timeStamp +if(o==null)o=d +o.toString +o=A.pO(o) +h=$.ch() +g=h.x +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}h=h.x +if(h==null){h=self.window.devicePixelRatio +if(h===0)h=1}f=a.buttons +if(f==null)f=d +f.toString +l.a6J(k,B.d.S(f),B.bA,r,s,j.a*g,j.b*h,1,1,Math.exp(-p/200),B.Hb,o)}else{o=a.timeStamp +if(o==null)o=d +o.toString +o=A.pO(o) +h=$.ch() +g=h.x +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}h=h.x +if(h==null){h=self.window.devicePixelRatio +if(h===0)h=1}f=a.buttons +if(f==null)f=d +f.toString +l.a6L(k,B.d.S(f),B.bA,r,s,j.a*g,j.b*h,1,1,q,p,B.Ha,o)}e.f=a +e.r=s===B.d3 +return k}, +GF(a){var s=this.b,r=t.e.a(A.b1(a)),q=t.K,p=A.am(A.be(["capture",!1,"passive",!1],t.N,q)) +A.y(s,"addEventListener",["wheel",r,p==null?q.a(p):p]) +this.a.push(new A.Ce("wheel",s,r,!1,!0))}, +IB(a){this.c.$1(this.YR(a)) +a.preventDefault()}} +A.ka.prototype={ +h(a){return A.D(this).h(0)+"(change: "+this.a.h(0)+", buttons: "+this.b+")"}} +A.pP.prototype={ +EV(a,b){var s +if(this.a!==0)return this.ya(b) +s=(b===0&&a>-1?A.aHZ(a):b)&1073741823 +this.a=s +return new A.ka(B.uC,s)}, +ya(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new A.ka(B.bA,r) +this.a=s +return new A.ka(s===0?B.bA:B.d1,s)}, +u0(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new A.ka(B.ht,0)}return null}, +EW(a){if((a&1073741823)===0){this.a=0 +return new A.ka(B.bA,0)}return null}, +EX(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new A.ka(B.ht,s) +else return new A.ka(B.d1,s)}} +A.aeH.prototype={ +zG(a){return this.w.bS(0,a,new A.aeJ())}, +JK(a){var s=a.pointerType +if((s==null?null:s)==="touch"){s=a.pointerId +if(s==null)s=null +this.w.B(0,s)}}, +z3(a,b,c,d,e){this.Bp(0,a,b,new A.aeI(this,d,c),e)}, +z2(a,b,c){return this.z3(a,b,c,!0,!0)}, +Xu(a,b,c,d){return this.z3(a,b,c,d,!0)}, +pH(){var s=this,r=s.b +s.z2(r,"pointerdown",new A.aeK(s)) +s.z2(self.window,"pointermove",new A.aeL(s)) +s.z3(r,"pointerleave",new A.aeM(s),!1,!1) +s.z2(self.window,"pointerup",new A.aeN(s)) +s.Xu(r,"pointercancel",new A.aeO(s),!1) +s.GF(new A.aeP(s))}, +fG(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=null,i=c.pointerType +if(i==null)i=j +i.toString +s=k.Jv(i) +i=c.tiltX +if(i==null)i=j +i.toString +r=c.tiltY +if(r==null)r=j +r.toString +if(Math.abs(i)>Math.abs(r)){i=c.tiltX +if(i==null)i=j}else{i=c.tiltY +if(i==null)i=j}i.toString +r=c.timeStamp +if(r==null)r=j +r.toString +q=A.pO(r) +p=c.pressure +if(p==null)p=j +o=A.alN(c,k.b) +r=k.nS(c) +n=$.ch() +m=n.x +if(m==null){m=self.window.devicePixelRatio +if(m===0)m=1}n=n.x +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}l=p==null?0:p +k.d.a6K(a,b.b,b.a,r,s,o.a*m,o.b*n,l,1,B.c5,i/180*3.141592653589793,q)}, +ZI(a){var s,r +if("getCoalescedEvents" in a){s=J.kh(a.getCoalescedEvents(),t.e) +r=new A.ca(s.a,s.$ti.i("ca<1,d>")) +if(!r.gY(r))return r}return A.a([a],t.J)}, +Jv(a){switch(a){case"mouse":return B.d2 +case"pen":return B.H8 +case"touch":return B.eh +default:return B.H9}}, +nS(a){var s=a.pointerType +if(s==null)s=null +s.toString +if(this.Jv(s)===B.d2)s=-1 +else{s=a.pointerId +if(s==null)s=null +s.toString +s=B.d.S(s)}return s}} +A.aeJ.prototype={ +$0(){return new A.pP()}, +$S:141} +A.aeI.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.timeStamp +if(o==null)o=null +o.toString +this.a.e.yY(s,r,q,p,o)}this.c.$1(a)}, +$S:2} +A.aeK.prototype={ +$1(a){var s,r,q=this.a,p=q.nS(a),o=A.a([],t.v),n=q.zG(p),m=a.buttons +if(m==null)m=null +m.toString +s=n.u0(B.d.S(m)) +if(s!=null)q.fG(o,s,a) +m=B.d.S(a.button) +r=a.buttons +if(r==null)r=null +r.toString +q.fG(o,n.EV(m,B.d.S(r)),a) +q.c.$1(o)}, +$S:5} +A.aeL.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.zG(o.nS(a)),m=A.a([],t.v) +for(s=J.an(o.ZI(a));s.p();){r=s.gD(s) +q=r.buttons +if(q==null)q=null +q.toString +p=n.u0(B.d.S(q)) +if(p!=null)o.fG(m,p,r) +q=r.buttons +if(q==null)q=null +q.toString +o.fG(m,n.ya(B.d.S(q)),r)}o.c.$1(m)}, +$S:5} +A.aeM.prototype={ +$1(a){var s,r=this.a,q=r.zG(r.nS(a)),p=A.a([],t.v),o=a.buttons +if(o==null)o=null +o.toString +s=q.EW(B.d.S(o)) +if(s!=null){r.fG(p,s,a) +r.c.$1(p)}}, +$S:5} +A.aeN.prototype={ +$1(a){var s,r,q,p=this.a,o=p.nS(a),n=p.w +if(n.ai(0,o)){s=A.a([],t.v) +n=n.j(0,o) +n.toString +r=a.buttons +if(r==null)r=null +q=n.EX(r==null?null:B.d.S(r)) +p.JK(a) +if(q!=null){p.fG(s,q,a) +p.c.$1(s)}}}, +$S:5} +A.aeO.prototype={ +$1(a){var s,r=this.a,q=r.nS(a),p=r.w +if(p.ai(0,q)){s=A.a([],t.v) +p=p.j(0,q) +p.toString +p.a=0 +r.JK(a) +r.fG(s,new A.ka(B.hr,0),a) +r.c.$1(s)}}, +$S:5} +A.aeP.prototype={ +$1(a){this.a.IB(a)}, +$S:2} +A.afQ.prototype={ +ux(a,b,c){this.qI(0,a,b,new A.afR(this,!0,c))}, +pH(){var s=this,r=s.b +s.ux(r,"touchstart",new A.afS(s)) +s.ux(r,"touchmove",new A.afT(s)) +s.ux(r,"touchend",new A.afU(s)) +s.ux(r,"touchcancel",new A.afV(s))}, +uG(a,b,c,d,e){var s,r,q,p,o,n=e.identifier +if(n==null)n=null +n.toString +n=B.d.S(n) +s=e.clientX +r=$.ch() +q=r.x +if(q==null){q=self.window.devicePixelRatio +if(q===0)q=1}p=e.clientY +r=r.x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}o=c?1:0 +this.d.a6H(b,o,a,n,s*q,p*r,1,1,B.c5,d)}} +A.afR.prototype={ +$1(a){var s=a.altKey,r=a.ctrlKey,q=a.metaKey,p=a.shiftKey,o=a.timeStamp +if(o==null)o=null +o.toString +this.a.e.yY(s,r,q,p,o) +this.c.$1(a)}, +$S:2} +A.afS.prototype={ +$1(a){var s,r,q,p,o,n,m,l=a.timeStamp +if(l==null)l=null +l.toString +s=A.pO(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.ci(new A.lv(a.changedTouches,q),q.i("k.E"),l),l=A.ci(q.a,A.j(q).c,l),q=J.an(l.a),l=A.j(l),l=l.i("@<1>").be(l.z[1]).z[1],p=this.a;q.p();){o=l.a(q.gD(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(!m.t(0,B.d.S(n))){n=o.identifier +if(n==null)n=null +n.toString +m.A(0,B.d.S(n)) +p.uG(B.uC,r,!0,s,o)}}p.c.$1(r)}, +$S:5} +A.afT.prototype={ +$1(a){var s,r,q,p,o,n,m +a.preventDefault() +s=a.timeStamp +if(s==null)s=null +s.toString +r=A.pO(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.ci(new A.lv(a.changedTouches,p),p.i("k.E"),s),s=A.ci(p.a,A.j(p).c,s),p=J.an(s.a),s=A.j(s),s=s.i("@<1>").be(s.z[1]).z[1],o=this.a;p.p();){n=s.a(p.gD(p)) +m=n.identifier +if(m==null)m=null +m.toString +if(o.w.t(0,B.d.S(m)))o.uG(B.d1,q,!0,r,n)}o.c.$1(q)}, +$S:5} +A.afU.prototype={ +$1(a){var s,r,q,p,o,n,m,l +a.preventDefault() +s=a.timeStamp +if(s==null)s=null +s.toString +r=A.pO(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.ci(new A.lv(a.changedTouches,p),p.i("k.E"),s),s=A.ci(p.a,A.j(p).c,s),p=J.an(s.a),s=A.j(s),s=s.i("@<1>").be(s.z[1]).z[1],o=this.a;p.p();){n=s.a(p.gD(p)) +m=n.identifier +if(m==null)m=null +m.toString +l=o.w +if(l.t(0,B.d.S(m))){m=n.identifier +if(m==null)m=null +m.toString +l.B(0,B.d.S(m)) +o.uG(B.ht,q,!1,r,n)}}o.c.$1(q)}, +$S:5} +A.afV.prototype={ +$1(a){var s,r,q,p,o,n,m,l=a.timeStamp +if(l==null)l=null +l.toString +s=A.pO(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.ci(new A.lv(a.changedTouches,q),q.i("k.E"),l),l=A.ci(q.a,A.j(q).c,l),q=J.an(l.a),l=A.j(l),l=l.i("@<1>").be(l.z[1]).z[1],p=this.a;q.p();){o=l.a(q.gD(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(m.t(0,B.d.S(n))){n=o.identifier +if(n==null)n=null +n.toString +m.B(0,B.d.S(n)) +p.uG(B.hr,r,!1,s,o)}}p.c.$1(r)}, +$S:5} +A.aen.prototype={ +GC(a,b,c,d){this.Bp(0,a,b,new A.aeo(this,!0,c),d)}, +z0(a,b,c){return this.GC(a,b,c,!0)}, +pH(){var s=this,r=s.b +s.z0(r,"mousedown",new A.aep(s)) +s.z0(self.window,"mousemove",new A.aeq(s)) +s.GC(r,"mouseleave",new A.aer(s),!1) +s.z0(self.window,"mouseup",new A.aes(s)) +s.GF(new A.aet(s))}, +fG(a,b,c){var s,r,q=A.alN(c,this.b),p=c.timeStamp +if(p==null)p=null +p.toString +p=A.pO(p) +s=$.ch() +r=s.x +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}s=s.x +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}this.d.a6I(a,b.b,b.a,-1,B.d2,q.a*r,q.b*s,1,1,B.c5,p)}} +A.aeo.prototype={ +$1(a){var s=a.getModifierState("Alt"),r=a.getModifierState("Control"),q=a.getModifierState("Meta"),p=a.getModifierState("Shift"),o=a.timeStamp +if(o==null)o=null +o.toString +this.a.e.yY(s,r,q,p,o) +this.c.$1(a)}, +$S:2} +A.aep.prototype={ +$1(a){var s,r,q=A.a([],t.v),p=this.a,o=p.w,n=a.buttons +if(n==null)n=null +n.toString +s=o.u0(B.d.S(n)) +if(s!=null)p.fG(q,s,a) +n=B.d.S(a.button) +r=a.buttons +if(r==null)r=null +r.toString +p.fG(q,o.EV(n,B.d.S(r)),a) +p.c.$1(q)}, +$S:5} +A.aeq.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=q.w,o=a.buttons +if(o==null)o=null +o.toString +s=p.u0(B.d.S(o)) +if(s!=null)q.fG(r,s,a) +o=a.buttons +if(o==null)o=null +o.toString +q.fG(r,p.ya(B.d.S(o)),a) +q.c.$1(r)}, +$S:5} +A.aer.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=a.buttons +if(p==null)p=null +p.toString +s=q.w.EW(B.d.S(p)) +if(s!=null){q.fG(r,s,a) +q.c.$1(r)}}, +$S:5} +A.aes.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=a.buttons +if(p==null)p=null +p=p==null?null:B.d.S(p) +s=q.w.EX(p) +if(s!=null){q.fG(r,s,a) +q.c.$1(r)}}, +$S:5} +A.aet.prototype={ +$1(a){this.a.IB(a)}, +$S:2} +A.uV.prototype={} +A.a5p.prototype={ +uK(a,b,c){return this.a.bS(0,a,new A.a5q(b,c))}, +md(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.j(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.apH(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)}, +Ak(a,b,c){var s=this.a.j(0,a) +s.toString +return s.b!==b||s.c!==c}, +ll(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.j(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.apH(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.c5,a5,!0,a6,a7)}, +r5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var s,r,q,p=this +if(m===B.c5)switch(c.a){case 1:p.uK(d,f,g) +a.push(p.md(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.uK(d,f,g) +if(!s)a.push(p.ll(b,B.hs,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.md(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.uK(d,f,g).a=$.aro=$.aro+1 +if(!s)a.push(p.ll(b,B.hs,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.Ak(d,f,g))a.push(p.ll(0,B.bA,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.md(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.md(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.j(0,d) +q.toString +if(c===B.hr){f=q.b +g=q.c}if(p.Ak(d,f,g))a.push(p.ll(p.b,B.d1,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.md(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.eh){a.push(p.ll(0,B.H7,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.j(0,d) +q.toString +a.push(p.md(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.uK(d,f,g) +if(!s)a.push(p.ll(b,B.hs,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.Ak(d,f,g))if(b!==0)a.push(p.ll(b,B.d1,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.ll(b,B.bA,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.md(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}}, +a6J(a,b,c,d,e,f,g,h,i,j,k,l){return this.r5(a,b,c,d,e,f,g,h,i,j,0,0,k,0,l)}, +a6L(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.r5(a,b,c,d,e,f,g,h,i,1,j,k,l,0,m)}, +a6I(a,b,c,d,e,f,g,h,i,j,k){return this.r5(a,b,c,d,e,f,g,h,i,1,0,0,j,0,k)}, +a6H(a,b,c,d,e,f,g,h,i,j){return this.r5(a,b,c,d,B.eh,e,f,g,h,1,0,0,i,0,j)}, +a6K(a,b,c,d,e,f,g,h,i,j,k,l){return this.r5(a,b,c,d,e,f,g,h,i,1,0,0,j,k,l)}} +A.a5q.prototype={ +$0(){return new A.uV(this.a,this.b)}, +$S:142} +A.akw.prototype={} +A.a5S.prototype={ +Xb(a){var s=this,r=t.e +s.b=r.a(A.b1(new A.a5T(s))) +A.cr(self.window,"keydown",s.b,null) +s.c=r.a(A.b1(new A.a5U(s))) +A.cr(self.window,"keyup",s.c,null) +$.kc.push(new A.a5V(s))}, +q(){var s,r,q=this +A.eT(self.window,"keydown",q.b,null) +A.eT(self.window,"keyup",q.c,null) +for(s=q.a,r=A.kJ(s,s.r);r.p();)s.j(0,r.d).bW(0) +s.K(0) +$.akz=q.c=q.b=null}, +Is(a){var s,r,q,p,o,n,m,l=this,k=null,j=globalThis.KeyboardEvent +if(!(j!=null&&a instanceof j))return +s=new A.jp(a) +r=a.code +if(r==null)r=k +r.toString +if(a.type==="keydown"){q=a.key +q=(q==null?k:q)==="Tab"&&a.isComposing}else q=!1 +if(q)return +q=a.key +if(q==null)q=k +q.toString +if(!(q==="Meta"||q==="Shift"||q==="Alt"||q==="Control")&&l.e){q=l.a +p=q.j(0,r) +if(p!=null)p.bW(0) +if(a.type==="keydown")p=a.ctrlKey||a.shiftKey||a.altKey||a.metaKey +else p=!1 +if(p)q.m(0,r,A.dc(B.jO,new A.a5X(l,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 +l.d=o +if(a.type==="keydown"){r=a.key +if((r==null?k:r)==="CapsLock"){r=o|32 +l.d=r}else{r=a.code +if((r==null?k:r)==="NumLock"){r=o|16 +l.d=r}else{r=a.key +if((r==null?k:r)==="ScrollLock"){r=o|64 +l.d=r}else r=o}}}else r=o +q=a.type +p=a.code +if(p==null)p=k +n=a.key +if(n==null)n=k +m=A.be(["type",q,"keymap","web","code",p,"key",n,"location",B.d.S(a.location),"metaState",r,"keyCode",B.d.S(a.keyCode)],t.N,t.z) +$.aR().iS("flutter/keyevent",B.R.cr(m),new A.a5Y(s))}} +A.a5T.prototype={ +$1(a){this.a.Is(a)}, +$S:2} +A.a5U.prototype={ +$1(a){this.a.Is(a)}, +$S:2} +A.a5V.prototype={ +$0(){this.a.q()}, +$S:0} +A.a5X.prototype={ +$0(){var s,r,q,p,o=this.a +o.a.B(0,this.b) +s=this.c.a +r=s.code +if(r==null)r=null +q=s.key +if(q==null)q=null +p=A.be(["type","keyup","keymap","web","code",r,"key",q,"location",B.d.S(s.location),"metaState",o.d,"keyCode",B.d.S(s.keyCode)],t.N,t.z) +$.aR().iS("flutter/keyevent",B.R.cr(p),A.aGu())}, +$S:0} +A.a5Y.prototype={ +$1(a){if(a==null)return +if(A.pZ(J.bD(t.a.a(B.R.hj(a)),"handled")))this.a.a.preventDefault()}, +$S:14} +A.Ij.prototype={} +A.Ii.prototype={ +hm(a,b,c,d){var s=this.dy,r=this.fr,q=this.fx +A.y(b,"drawImage",[s,0,0,r,q,c,d,r,q])}, +vR(a,b){var s,r,q,p,o,n=this,m="attachShader",l=a+"||"+b,k=J.bD($.a0X.ao(),l) +if(k==null){s=n.Mj(0,"VERTEX_SHADER",a) +r=n.Mj(0,"FRAGMENT_SHADER",b) +q=n.a +p=q.createProgram() +A.y(q,m,[p,s]) +A.y(q,m,[p,r]) +A.y(q,"linkProgram",[p]) +o=n.ay +if(!A.y(q,"getProgramParameter",[p,o==null?n.ay=q.LINK_STATUS:o]))A.a0(A.aM(A.y(q,"getProgramInfoLog",[p]))) +k=new A.Ij(p) +J.nK($.a0X.ao(),l,k)}return k}, +Mj(a,b,c){var s,r=this.a,q=r.createShader(r[b]) +if(q==null)throw A.c(A.aM(A.aG2(r,"getError"))) +A.y(r,"shaderSource",[q,c]) +A.y(r,"compileShader",[q]) +s=this.c +if(!A.y(r,"getShaderParameter",[q,s==null?this.c=r.COMPILE_STATUS:s]))throw A.c(A.aM("Shader compilation failed: "+A.i(A.y(r,"getShaderInfoLog",[q])))) +return q}, +R4(a,b,c,d,e,f,g){A.y(this.a,"texImage2D",[b,c,d,e,f,g])}, +Nw(a,b){A.y(this.a,"drawArrays",[this.a4C(b),0,a])}, +a4C(a){var s,r=this +switch(a.a){case 0:return r.gD7() +case 2:s=r.ax +return s==null?r.ax=r.a.TRIANGLE_FAN:s +case 1:s=r.ax +return s==null?r.ax=r.a.TRIANGLE_STRIP:s}}, +gfX(){var s=this.d +return s==null?this.d=this.a.ARRAY_BUFFER:s}, +gn_(){var s=this.e +return s==null?this.e=this.a.ELEMENT_ARRAY_BUFFER:s}, +gD6(){var s=this.r +return s==null?this.r=this.a.FLOAT:s}, +gwP(){var s=this.cx +return s==null?this.cx=this.a.RGBA:s}, +gwS(){var s=this.ch +return s==null?this.ch=this.a.UNSIGNED_BYTE:s}, +gPf(){var s=this.CW +return s==null?this.CW=this.a.UNSIGNED_SHORT:s}, +glL(){var s=this.f +return s==null?this.f=this.a.STATIC_DRAW:s}, +gD7(){var s=this.ax +return s==null?this.ax=this.a.TRIANGLES:s}, +gD5(){var s=this.w +return s==null?this.w=this.a.COLOR_BUFFER_BIT:s}, +gfc(){var s=this.x +return s==null?this.x=this.a.TEXTURE_2D:s}, +gPd(){var s=this.dx +return s==null?this.dx=this.a.TEXTURE0:s}, +gwQ(){var s=this.y +return s==null?this.y=this.a.TEXTURE_WRAP_S:s}, +gwR(){var s=this.z +return s==null?this.z=this.a.TEXTURE_WRAP_T:s}, +gp7(){var s=this.as +return s==null?this.as=this.a.CLAMP_TO_EDGE:s}, +gPc(){var s=this.cy +return s==null?this.cy=this.a.LINEAR:s}, +gPe(){var s=this.db +return s==null?this.db=this.a.TEXTURE_MIN_FILTER:s}, +fB(a,b,c){var s=A.y(this.a,"getUniformLocation",[b,c]) +if(s==null)throw A.c(A.aM(c+" not found")) +else return s}, +xX(a,b){var s=A.y(this.a,"getAttribLocation",[a,b]) +if(s==null)throw A.c(A.aM(b+" not found")) +else return s}, +QA(a){var s,r,q=this +if("transferToImageBitmap" in q.dy&&a){q.dy.getContext("webgl2") +return q.dy.transferToImageBitmap()}else{s=q.fr +r=A.vc(q.fx,s) +s=A.io(r,"2d",null) +s.toString +q.hm(0,t.e.a(s),0,0) +return r}}} +A.a4E.prototype={ +KN(a){var s,r,q,p=this.c,o=self.window.devicePixelRatio +if(o===0)o=1 +s=this.d +r=self.window.devicePixelRatio +if(r===0)r=1 +q=a.style +A.t(q,"position","absolute") +A.t(q,"width",A.i(p/o)+"px") +A.t(q,"height",A.i(s/r)+"px")}} +A.vI.prototype={ +E(){return"Assertiveness."+this.b}} +A.ahW.prototype={ +$0(){var s=$.W2 +s.c=!0 +s.a.remove() +s.b.remove() +$.W2=null}, +$S:0} +A.WG.prototype={ +a5J(a){switch(a.a){case 0:return this.a +case 1:return this.b}}, +LG(a,b){var s=this.a5J(b) +A.ao9(s,a+(s.innerText===a?".":""))}} +A.Bw.prototype={ +E(){return"_CheckableKind."+this.b}} +A.qB.prototype={ +kT(a){var s,r,q,p="true",o="setAttribute",n=this.b +if((n.k3&1)!==0){switch(this.c.a){case 0:n.h4("checkbox",!0) +break +case 1:n.h4("radio",!0) +break +case 2:n.h4("switch",!0) +break}if(n.NF()===B.fq){s=n.k2 +r=A.am(p) +A.y(s,o,["aria-disabled",r==null?t.K.a(r):r]) +r=A.am(p) +A.y(s,o,["disabled",r==null?t.K.a(r):r])}else this.JH() +r=n.a +q=A.am((r&2)!==0||(r&131072)!==0?p:"false") +r=q==null?t.K.a(q):q +A.y(n.k2,o,["aria-checked",r])}}, +q(){var s=this +switch(s.c.a){case 0:s.b.h4("checkbox",!1) +break +case 1:s.b.h4("radio",!1) +break +case 2:s.b.h4("switch",!1) +break}s.JH()}, +JH(){var s=this.b.k2 +s.removeAttribute("aria-disabled") +s.removeAttribute("disabled")}} +A.rq.prototype={ +kT(a){var s,r,q=this,p=q.b +if(p.gP5()){s=p.dy +s=s!=null&&!B.cW.gY(s)}else s=!1 +if(s){if(q.c==null){q.c=A.bc(self.document,"flt-semantics-img") +s=p.dy +if(s!=null&&!B.cW.gY(s)){s=q.c.style +A.t(s,"position","absolute") +A.t(s,"top","0") +A.t(s,"left","0") +r=p.y +A.t(s,"width",A.i(r.c-r.a)+"px") +r=p.y +A.t(s,"height",A.i(r.d-r.b)+"px")}A.t(q.c.style,"font-size","6px") +s=q.c +s.toString +p.k2.append(s)}p=q.c +p.toString +s=A.am("img") +A.y(p,"setAttribute",["role",s==null?t.K.a(s):s]) +q.K1(q.c)}else if(p.gP5()){p.h4("img",!0) +q.K1(p.k2) +q.ze()}else{q.ze() +q.Hj()}}, +K1(a){var s=this.b.z +if(s!=null&&s.length!==0){a.toString +s.toString +s=A.am(s) +A.y(a,"setAttribute",["aria-label",s==null?t.K.a(s):s])}}, +ze(){var s=this.c +if(s!=null){s.remove() +this.c=null}}, +Hj(){var s=this.b +s.h4("img",!1) +s.k2.removeAttribute("aria-label")}, +q(){this.ze() +this.Hj()}} +A.rt.prototype={ +X3(a){var s,r=this,q=r.c +a.k2.append(q) +A.ZJ(q,"range") +s=A.am("slider") +A.y(q,"setAttribute",["role",s==null?t.K.a(s):s]) +A.cr(q,"change",t.e.a(A.b1(new A.a21(r,a))),null) +q=new A.a22(r) +r.e=q +a.k1.Q.push(q)}, +kT(a){var s=this +switch(s.b.k1.y.a){case 1:s.Zx() +s.a4S() +break +case 0:s.HN() +break}}, +Zx(){var s=this.c,r=s.disabled +if(r==null)r=null +r.toString +if(!r)return +A.ao6(s,!1)}, +a4S(){var s,r,q,p,o,n,m,l=this,k="setAttribute" +if(!l.f){s=l.b.k3 +r=(s&4096)!==0||(s&8192)!==0||(s&16384)!==0}else r=!0 +if(!r)return +l.f=!1 +q=""+l.d +s=l.c +A.ao7(s,q) +p=A.am(q) +A.y(s,k,["aria-valuenow",p==null?t.K.a(p):p]) +p=l.b +o=p.ax +o.toString +o=A.am(o) +A.y(s,k,["aria-valuetext",o==null?t.K.a(o):o]) +n=p.ch.length!==0?""+(l.d+1):q +s.max=n +o=A.am(n) +A.y(s,k,["aria-valuemax",o==null?t.K.a(o):o]) +m=p.cx.length!==0?""+(l.d-1):q +s.min=m +p=A.am(m) +A.y(s,k,["aria-valuemin",p==null?t.K.a(p):p])}, +HN(){var s=this.c,r=s.disabled +if(r==null)r=null +r.toString +if(r)return +A.ao6(s,!0)}, +q(){var s=this +B.b.B(s.b.k1.Q,s.e) +s.e=null +s.HN() +s.c.remove()}} +A.a21.prototype={ +$1(a){var s,r=null,q=this.a,p=q.c,o=p.disabled +if(o==null)o=r +o.toString +if(o)return +q.f=!0 +p=p.value +if(p==null)p=r +p.toString +s=A.fQ(p,r) +p=q.d +if(s>p){q.d=p+1 +q=$.aR() +A.nD(q.p4,q.R8,this.b.id,B.v_,r)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0){s=$.aR() +A.nD(s.p4,s.R8,p,B.hA,n)}else{s=$.aR() +A.nD(s.p4,s.R8,p,B.hC,n)}}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0){s=$.aR() +A.nD(s.p4,s.R8,p,B.hB,n)}else{s=$.aR() +A.nD(s.p4,s.R8,p,B.hD,n)}}}}, +kT(a){var s,r=this,q=r.b,p=q.k1 +p.d.push(new A.a7O(r)) +if(r.e==null){q=q.k2 +A.t(q.style,"touch-action","none") +r.I5() +s=new A.a7P(r) +r.c=s +p.Q.push(s) +s=t.e.a(A.b1(new A.a7Q(r))) +r.e=s +A.cr(q,"scroll",s,null)}}, +gHT(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.k2 +if(r)return B.d.S(s.scrollTop) +else return B.d.S(s.scrollLeft)}, +Jf(){var s,r,q,p,o=this,n="transform",m=o.b,l=m.k2,k=m.y +if(k==null){$.dx().$1("Warning! the rect attribute of semanticsObject is null") +return}s=m.b +s.toString +s=(s&32)!==0||(s&16)!==0 +r=o.d +q=k.d-k.b +p=k.c-k.a +if(s){s=B.d.cN(q) +r=r.style +A.t(r,n,"translate(0px,"+(s+10)+"px)") +A.t(r,"width",""+B.d.ac(p)+"px") +A.t(r,"height","10px") +l.scrollTop=10 +m.p3=o.f=B.d.S(l.scrollTop) +m.p4=0}else{s=B.d.cN(p) +r=r.style +A.t(r,n,"translate("+(s+10)+"px,0px)") +A.t(r,"width","10px") +A.t(r,"height",""+B.d.ac(q)+"px") +l.scrollLeft=10 +q=B.d.S(l.scrollLeft) +o.f=q +m.p3=0 +m.p4=q}}, +I5(){var s="overflow-y",r="overflow-x",q=this.b,p=q.k2 +switch(q.k1.y.a){case 1:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.t(p.style,s,"scroll") +else A.t(p.style,r,"scroll") +break +case 0:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.t(p.style,s,"hidden") +else A.t(p.style,r,"hidden") +break}}, +q(){var s=this,r=s.b,q=r.k2,p=q.style +p.removeProperty("overflowY") +p.removeProperty("overflowX") +p.removeProperty("touch-action") +p=s.e +if(p!=null)A.eT(q,"scroll",p,null) +B.b.B(r.k1.Q,s.c) +s.c=null}} +A.a7O.prototype={ +$0(){var s=this.a +s.Jf() +s.b.DZ()}, +$S:0} +A.a7P.prototype={ +$1(a){this.a.I5()}, +$S:85} +A.a7Q.prototype={ +$1(a){this.a.a3i()}, +$S:2} +A.r2.prototype={ +h(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.i(s)}, +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.r2&&b.a===this.a}, +gu(a){return B.e.gu(this.a)}, +ME(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.r2((r&64)!==0?s|64:s&4294967231)}, +a6T(a){return this.ME(null,a)}, +a6P(a){return this.ME(a,null)}} +A.a_f.prototype={ +sa9j(a){var s=this.a +this.a=a?s|32:s&4294967263}, +bt(){return new A.r2(this.a)}} +A.Mp.prototype={$iakH:1} +A.Mn.prototype={} +A.iK.prototype={ +E(){return"Role."+this.b}} +A.ahe.prototype={ +$1(a){return A.aAJ(a)}, +$S:144} +A.ahf.prototype={ +$1(a){var s=A.bc(self.document,"flt-semantics-scroll-overflow"),r=s.style +A.t(r,"position","absolute") +A.t(r,"transform-origin","0 0 0") +A.t(r,"pointer-events","none") +a.k2.append(s) +return new A.tz(s,a)}, +$S:148} +A.ahg.prototype={ +$1(a){return new A.rI(a)}, +$S:149} +A.ahh.prototype={ +$1(a){return new A.tW(a)}, +$S:151} +A.ahi.prototype={ +$1(a){var s=new A.u2(a) +s.a45() +return s}, +$S:154} +A.ahj.prototype={ +$1(a){return new A.qB(A.aG7(a),a)}, +$S:162} +A.ahk.prototype={ +$1(a){return new A.rq(a)}, +$S:163} +A.ahl.prototype={ +$1(a){return new A.rR(a)}, +$S:164} +A.hb.prototype={} +A.da.prototype={ +EL(){var s,r=this +if(r.k4==null){s=A.bc(self.document,"flt-semantics-container") +r.k4=s +s=s.style +A.t(s,"position","absolute") +A.t(s,"pointer-events","none") +s=r.k4 +s.toString +r.k2.append(s)}return r.k4}, +gP5(){var s,r=this.a +if((r&16384)!==0){s=this.b +s.toString +r=(s&1)===0&&(r&8)===0}else r=!1 +return r}, +NF(){var s=this.a +if((s&64)!==0)if((s&128)!==0)return B.At +else return B.fq +else return B.As}, +acn(){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=a2.fr +if(a3==null||a3.length===0){s=a2.p1 +if(s==null||s.length===0){a2.p1=null +return}r=s.length +for(s=a2.k1,q=s.a,p=0;p1)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.b.m(0,s,a2)}a1=g.k2}a2.p1=l}, +h4(a,b){var s +if(b){s=A.am(a) +if(s==null)s=t.K.a(s) +A.y(this.k2,"setAttribute",["role",s])}else{s=this.k2 +if(A.ao1(s,"role")===a)s.removeAttribute("role")}}, +lm(a,b){var s=this.p2,r=s.j(0,a) +if(b){if(r==null){r=$.awz().j(0,a).$1(this) +s.m(0,a,r)}r.kT(0)}else if(r!=null){r.q() +s.B(0,a)}}, +DZ(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.k2,g=h.style,f=i.y +A.t(g,"width",A.i(f.c-f.a)+"px") +f=i.y +A.t(g,"height",A.i(f.d-f.b)+"px") +g=i.dy +s=g!=null&&!B.cW.gY(g)?i.EL():null +g=i.y +r=g.b===0&&g.a===0 +q=i.dx +g=q==null +p=g||A.aiA(q)===B.vV +if(r&&p&&i.p3===0&&i.p4===0){A.a89(h) +if(s!=null)A.a89(s) +return}o=A.aO("effectiveTransform") +if(!r)if(g){g=i.y +n=g.a +m=g.b +g=A.dF() +g.ir(n,m,0) +o.b=g +l=n===0&&m===0}else{g=new A.bQ(new Float32Array(16)) +g.bG(new A.bQ(q)) +f=i.y +g.aA(0,f.a,f.b) +o.b=g +l=J.axf(o.aN())}else if(!p){o.b=new A.bQ(q) +l=!1}else l=!0 +if(!l){h=h.style +A.t(h,"transform-origin","0 0 0") +A.t(h,"transform",A.i7(o.aN().a))}else A.a89(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.t(j,"top",A.i(-h+k)+"px") +A.t(j,"left",A.i(-g+f)+"px")}else A.a89(s)}, +h(a){var s=this.bV(0) +return s}} +A.WH.prototype={ +E(){return"AccessibilityMode."+this.b}} +A.oq.prototype={ +E(){return"GestureMode."+this.b}} +A.a_A.prototype={ +X0(){$.kc.push(new A.a_B(this))}, +ZP(){var s,r,q,p,o,n,m,l=this +for(s=l.c,r=s.length,q=l.a,p=0;p>>0}l=k.cx +if(j.ax!==l){j.ax=l +j.k3=(j.k3|4096)>>>0}l=k.cy +if(j.ay!==l){j.ay=l +j.k3=(j.k3|4096)>>>0}l=k.ax +if(j.z!==l){j.z=l +j.k3=(j.k3|1024)>>>0}l=k.ay +if(j.Q!==l){j.Q=l +j.k3=(j.k3|1024)>>>0}l=k.at +if(!J.e(j.y,l)){j.y=l +j.k3=(j.k3|512)>>>0}l=k.go +if(j.dx!==l){j.dx=l +j.k3=(j.k3|65536)>>>0}l=k.z +if(j.r!==l){j.r=l +j.k3=(j.k3|64)>>>0}l=j.b +i=k.c +if(l!==i){j.b=i +j.k3=(j.k3|2)>>>0 +l=i}i=k.f +if(j.c!==i){j.c=i +j.k3=(j.k3|4)>>>0}i=k.r +if(j.d!==i){j.d=i +j.k3=(j.k3|8)>>>0}i=k.x +if(j.e!==i){j.e=i +j.k3=(j.k3|16)>>>0}i=k.y +if(j.f!==i){j.f=i +j.k3=(j.k3|32)>>>0}i=k.Q +if(j.w!==i){j.w=i +j.k3=(j.k3|128)>>>0}i=k.as +if(j.x!==i){j.x=i +j.k3=(j.k3|256)>>>0}i=k.ch +if(j.as!==i){j.as=i +j.k3=(j.k3|2048)>>>0}i=k.CW +if(j.at!==i){j.at=i +j.k3=(j.k3|2048)>>>0}i=k.db +if(j.ch!==i){j.ch=i +j.k3=(j.k3|8192)>>>0}i=k.dx +if(j.CW!==i){j.CW=i +j.k3=(j.k3|8192)>>>0}i=k.dy +if(j.cx!==i){j.cx=i +j.k3=(j.k3|16384)>>>0}i=k.fr +if(j.cy!==i){j.cy=i +j.k3=(j.k3|16384)>>>0}i=j.fy +h=k.fx +if(i!==h){j.fy=h +j.k3=(j.k3|4194304)>>>0 +i=h}h=k.fy +if(j.db!=h){j.db=h +j.k3=(j.k3|32768)>>>0}h=k.k1 +if(j.fr!==h){j.fr=h +j.k3=(j.k3|1048576)>>>0}h=k.id +if(j.dy!==h){j.dy=h +j.k3=(j.k3|524288)>>>0}h=k.k2 +if(j.fx!==h){j.fx=h +j.k3=(j.k3|2097152)>>>0}h=k.w +if(j.go!==h){j.go=h +j.k3=(j.k3|8388608)>>>0}h=j.z +if(!(h!=null&&h.length!==0)){h=j.ax +if(!(h!=null&&h.length!==0))i=i!=null&&i.length!==0 +else i=!0}else i=!0 +if(i){i=j.a +if((i&16)===0){if((i&16384)!==0){l.toString +l=(l&1)===0&&(i&8)===0}else l=!1 +l=!l}else l=!1}else l=!1 +j.lm(B.uJ,l) +j.lm(B.uL,(j.a&16)!==0) +l=j.b +l.toString +j.lm(B.uK,((l&1)!==0||(j.a&8)!==0)&&(j.a&16)===0) +l=j.b +l.toString +j.lm(B.uH,(l&64)!==0||(l&128)!==0) +l=j.b +l.toString +j.lm(B.uI,(l&32)!==0||(l&16)!==0||(l&4)!==0||(l&8)!==0) +l=j.a +j.lm(B.uM,(l&1)!==0||(l&65536)!==0) +l=j.a +if((l&16384)!==0){i=j.b +i.toString +l=(i&1)===0&&(l&8)===0}else l=!1 +j.lm(B.uN,l) +l=j.a +j.lm(B.uO,(l&32768)!==0&&(l&8192)===0) +l=j.k3 +if((l&512)!==0||(l&65536)!==0||(l&64)!==0)j.DZ() +l=j.dy +l=!(l!=null&&!B.cW.gY(l))&&j.go===-1 +i=j.k2 +if(l){l=i.style +l.setProperty("pointer-events","all","")}else{l=i.style +l.setProperty("pointer-events","none","")}}for(m=0;m=20)return j.d=!0 +if(!J.f7(B.I8.a,a.type))return!0 +if(j.a!=null)return!1 +r=A.aO("activationPoint") +switch(a.type){case"click":r.sdY(new A.wC(a.offsetX,a.offsetY)) +break +case"touchstart":case"touchend":s=t.VA +s=A.ci(new A.lv(a.changedTouches,s),s.i("k.E"),t.e) +s=A.j(s).z[1].a(J.ki(s.a)) +r.sdY(new A.wC(s.clientX,s.clientY)) +break +case"pointerdown":case"pointerup":r.sdY(new A.wC(a.clientX,a.clientY)) +break +default:return!0}s=j.b.getBoundingClientRect() +q=s.left +p=s.right +o=s.left +n=s.top +m=s.bottom +s=s.top +l=r.aN().a-(q+(p-o)/2) +k=r.aN().b-(n+(m-s)/2) +if(l*l+k*k<1&&!0){j.d=!0 +j.a=A.dc(B.fo,new A.a3P(j)) +return!1}return!0}, +Qi(){var s,r="setAttribute",q=this.b=A.bc(self.document,"flt-semantics-placeholder") +A.cr(q,"click",t.e.a(A.b1(new A.a3O(this))),!0) +s=A.am("button") +A.y(q,r,["role",s==null?t.K.a(s):s]) +s=A.am("Enable accessibility") +A.y(q,r,["aria-label",s==null?t.K.a(s):s]) +s=q.style +A.t(s,"position","absolute") +A.t(s,"left","0") +A.t(s,"top","0") +A.t(s,"right","0") +A.t(s,"bottom","0") +return q}, +q(){var s=this.b +if(s!=null)s.remove() +this.a=this.b=null}} +A.a3P.prototype={ +$0(){this.a.q() +var s=$.e3;(s==null?$.e3=A.ky():s).syg(!0)}, +$S:0} +A.a3O.prototype={ +$1(a){this.a.xP(a)}, +$S:2} +A.tW.prototype={ +kT(a){var s,r=this,q=r.b,p=q.k2 +p.tabIndex=0 +q.h4("button",(q.a&8)!==0) +if(q.NF()===B.fq&&(q.a&8)!==0){s=A.am("true") +A.y(p,"setAttribute",["aria-disabled",s==null?t.K.a(s):s]) +r.AZ()}else{p.removeAttribute("aria-disabled") +s=q.b +s.toString +if((s&1)!==0&&(q.a&16)===0){if(r.c==null){s=t.e.a(A.b1(new A.a9j(r))) +r.c=s +A.cr(p,"click",s,null)}}else r.AZ()}if((q.k3&1)!==0&&(q.a&32)!==0)q.k1.d.push(new A.a9k(p))}, +AZ(){var s=this.c +if(s==null)return +A.eT(this.b.k2,"click",s,null) +this.c=null}, +q(){this.AZ() +this.b.h4("button",!1)}} +A.a9j.prototype={ +$1(a){var s,r=this.a.b +if(r.k1.y!==B.bP)return +s=$.aR() +A.nD(s.p4,s.R8,r.id,B.bB,null)}, +$S:2} +A.a9k.prototype={ +$0(){this.a.focus()}, +$S:0} +A.a8f.prototype={ +Cn(a,b,c,d){this.CW=b +this.x=d +this.y=c}, +a5k(a){var s,r,q=this,p=q.ch +if(p===a)return +else if(p!=null)q.iJ(0) +q.ch=a +q.c=a.c +q.Kn() +p=q.CW +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.U5(0,p,r,s)}, +iJ(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.II(b,this,null,null,null)) +return this.a[b]}, +m(a,b,c){if(b>=this.b)throw A.c(A.II(b,this,null,null,null)) +this.a[b]=c}, +sn(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.zr(b) +B.p.cG(q,0,p.b,p.a) +p.a=q}}p.b=b}, +eq(a,b){var s=this,r=s.b +if(r===s.a.length)s.Gw(r) +s.a[s.b++]=b}, +A(a,b){var s=this,r=s.b +if(r===s.a.length)s.Gw(r) +s.a[s.b++]=b}, +vy(a,b,c,d){A.dU(c,"start") +if(d!=null&&c>d)throw A.c(A.bY(d,c,null,"end",null)) +this.Xk(b,c,d)}, +M(a,b){return this.vy(a,b,0,null)}, +Xk(a,b,c){var s,r,q,p=this +if(A.j(p).i("C").b(a))c=c==null?a.length:c +if(c!=null){p.a1o(p.b,a,b,c) +return}for(s=J.an(a),r=0;s.p();){q=s.gD(s) +if(r>=b)p.eq(0,q);++r}if(ro.gn(b)||d>o.gn(b))throw A.c(A.ab("Too few elements")) +s=d-c +r=p.b+s +p.Zz(r) +o=p.a +q=a+s +B.p.bw(o,q,p.b+s,o,a) +B.p.bw(p.a,a,q,b,c) +p.b=r}, +Zz(a){var s,r=this +if(a<=r.a.length)return +s=r.zr(a) +B.p.cG(s,0,r.b,r.a) +r.a=s}, +zr(a){var s=this.a.length*2 +if(a!=null&&ss)throw A.c(A.bY(c,0,s,null,null)) +s=this.a +if(A.j(this).i("kb").b(d))B.p.bw(s,b,c,d.a,e) +else B.p.bw(s,b,c,d,e)}, +cG(a,b,c,d){return this.bw(a,b,c,d,0)}} +A.R6.prototype={} +A.O7.prototype={} +A.hK.prototype={ +h(a){return A.D(this).h(0)+"("+this.a+", "+A.i(this.b)+")"}} +A.a2j.prototype={ +cr(a){return A.eX(B.bI.dB(B.b5.jq(a)).buffer,0,null)}, +hj(a){if(a==null)return a +return B.b5.dr(0,B.b1.dB(A.bL(a.buffer,0,null)))}} +A.a2l.prototype={ +iN(a){return B.R.cr(A.be(["method",a.a,"args",a.b],t.N,t.z))}, +hW(a){var s,r,q,p=null,o=B.R.hj(a) +if(!t.f.b(o))throw A.c(A.bP("Expected method call Map, got "+A.i(o),p,p)) +s=J.az(o) +r=s.j(o,"method") +q=s.j(o,"args") +if(typeof r=="string")return new A.hK(r,q) +throw A.c(A.bP("Invalid method call: "+A.i(o),p,p))}} +A.a8J.prototype={ +cr(a){var s=A.al1() +this.em(0,s,!0) +return s.lp()}, +hj(a){var s,r +if(a==null)return null +s=new A.Lh(a) +r=this.ii(0,s) +if(s.b=b.a.byteLength)throw A.c(B.ao) +return this.kM(b.no(0),b)}, +kM(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.S===$.dw()) +b.b+=4 +s=r +break +case 4:s=b.y3(0) +break +case 5:q=k.f2(b) +s=A.fQ(B.b1.dB(b.np(q)),16) +break +case 6:b.lc(8) +r=b.a.getFloat64(b.b,B.S===$.dw()) +b.b+=8 +s=r +break +case 7:q=k.f2(b) +s=B.b1.dB(b.np(q)) +break +case 8:s=b.np(k.f2(b)) +break +case 9:q=k.f2(b) +b.lc(4) +p=b.a +o=A.apo(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.y4(k.f2(b)) +break +case 11:q=k.f2(b) +b.lc(8) +p=b.a +o=A.apm(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.f2(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)A.a0(B.ao) +b.b=m+1 +s.push(k.kM(p.getUint8(m),b))}break +case 13:q=k.f2(b) +p=t.z +s=A.E(p,p) +for(p=b.a,n=0;n=p.byteLength)A.a0(B.ao) +b.b=m+1 +m=k.kM(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)A.a0(B.ao) +b.b=l+1 +s.m(0,m,k.kM(p.getUint8(l),b))}break +default:throw A.c(B.ao)}return s}, +fA(a,b){var s,r,q +if(b<254)a.b.eq(0,b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.eq(0,254) +r.setUint16(0,b,B.S===$.dw()) +s.vy(0,q,0,2)}else{s.eq(0,255) +r.setUint32(0,b,B.S===$.dw()) +s.vy(0,q,0,4)}}}, +f2(a){var s=a.no(0) +switch(s){case 254:s=a.a.getUint16(a.b,B.S===$.dw()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,B.S===$.dw()) +a.b+=4 +return s +default:return s}}} +A.a8M.prototype={ +$2(a,b){var s=this.a,r=this.b +s.em(0,r,a) +s.em(0,r,b)}, +$S:86} +A.a8N.prototype={ +hW(a){var s,r,q +a.toString +s=new A.Lh(a) +r=B.b6.ii(0,s) +q=B.b6.ii(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.hK(r,q) +else throw A.c(B.jW)}, +ro(a){var s=A.al1() +s.b.eq(0,0) +B.b6.em(0,s,a) +return s.lp()}, +mD(a,b,c){var s=A.al1() +s.b.eq(0,1) +B.b6.em(0,s,a) +B.b6.em(0,s,c) +B.b6.em(0,s,b) +return s.lp()}} +A.aaX.prototype={ +lc(a){var s,r,q=this.b,p=B.e.bk(q.b,a) +if(p!==0)for(s=a-p,r=0;r0)b=c +else{f=$.ch().x +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}b=1/f}f=A.dM(d) +g.setProperty("-webkit-text-stroke",A.i(b)+"px "+A.i(f),"")}else if(d!=null){f=A.dM(d) +f.toString +g.setProperty("color",f,"")}f=h.cx +a=f==null?a8:f.gR(f) +if(a!=null){f=A.dM(a) +f.toString +g.setProperty("background-color",f,"")}a0=h.at +if(a0!=null){f=B.d.dm(a0) +g.setProperty("font-size",""+f+"px","")}f=h.f +if(f!=null){f=A.atj(f) +f.toString +g.setProperty("font-weight",f,"")}f=h.r +if(f!=null){f=f===B.an?"normal":"italic" +g.setProperty("font-style",f,"")}f=A.ahu(h.y) +f.toString +g.setProperty("font-family",f,"") +f=h.ax +if(f!=null)g.setProperty("letter-spacing",A.i(f)+"px","") +f=h.ay +if(f!=null)g.setProperty("word-spacing",A.i(f)+"px","") +f=h.b +e=f!=null +a1=e&&!0 +a2=h.db +if(a2!=null){a3=A.aHq(a2) +g.setProperty("text-shadow",a3,"")}if(a1)if(e){e=h.d +f=f.a +a3=(f|1)===f?""+"underline ":"" +if((f|2)===f)a3+="overline " +f=(f|4)===f?a3+"line-through ":a3 +if(e!=null)f+=A.i(A.aGl(e)) +a4=f.length===0?a8:f.charCodeAt(0)==0?f:f +if(a4!=null){f=$.c8() +if(f===B.A){f=i.style +f.setProperty("-webkit-text-decoration",a4,"")}else g.setProperty("text-decoration",a4,"") +a5=h.c +if(a5!=null){f=A.dM(a5) +f.toString +g.setProperty("text-decoration-color",f,"")}}}a6=h.as +if(a6!=null&&a6.length!==0){h=A.aGA(a6) +g.setProperty("font-variation-settings",h,"")}h=k.Rd() +g=h.a +f=h.b +e=i.style +e.setProperty("position","absolute","") +e.setProperty("top",A.i(f)+"px","") +e.setProperty("left",A.i(g)+"px","") +e.setProperty("width",A.i(h.c-g)+"px","") +e.setProperty("line-height",A.i(h.d-f)+"px","") +i.append(self.document.createTextNode(j)) +a9.append(i)}++r}return a9}, +tV(){return this.gfI().tV()}, +pz(a,b,c,d){return this.gfI().RX(a,b,c,d)}, +xZ(a,b,c){return this.pz(a,b,c,B.dh)}, +tZ(a){return this.gfI().tZ(a)}, +q(){this.y=!0}} +A.yX.prototype={} +A.tQ.prototype={ +QW(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=b.a +if(a==null){s=b.gzj(b) +r=b.gzv() +q=b.gzw() +p=b.gzx() +o=b.gzy() +n=b.gzV(b) +m=b.gzT(b) +l=b.gB0() +k=b.gzP(b) +j=b.gzQ() +i=b.gzR() +h=b.gzU() +g=b.gzS(b) +f=b.gAg(b) +e=b.gBh(b) +d=b.gyZ(b) +c=b.gAj() +e=b.a=A.aom(b.gz8(b),s,r,q,p,o,k,j,i,g,m,h,n,b.guL(),d,f,c,b.gAX(),l,e) +return e}return a}} +A.Fl.prototype={ +gzj(a){var s=this.c.a +if(s==null)if(this.guL()==null){s=this.b +s=s.gzj(s)}else s=null +return s}, +gzv(){var s=this.c.b +return s==null?this.b.gzv():s}, +gzw(){var s=this.c.c +return s==null?this.b.gzw():s}, +gzx(){var s=this.c.d +return s==null?this.b.gzx():s}, +gzy(){var s=this.c.e +return s==null?this.b.gzy():s}, +gzV(a){var s=this.c.f +if(s==null){s=this.b +s=s.gzV(s)}return s}, +gzT(a){var s=this.c.r +if(s==null){s=this.b +s=s.gzT(s)}return s}, +gB0(){var s=this.c.w +return s==null?this.b.gB0():s}, +gzQ(){var s=this.c.z +return s==null?this.b.gzQ():s}, +gzR(){var s=this.b.gzR() +return s}, +gzU(){var s=this.c.as +return s==null?this.b.gzU():s}, +gzS(a){var s=this.c.at +if(s==null){s=this.b +s=s.gzS(s)}return s}, +gAg(a){var s=this.c.ax +if(s==null){s=this.b +s=s.gAg(s)}return s}, +gBh(a){var s=this.c.ay +if(s==null){s=this.b +s=s.gBh(s)}return s}, +gyZ(a){var s=this.c.ch +if(s==null){s=this.b +s=s.gyZ(s)}return s}, +gAj(){var s=this.c.CW +return s==null?this.b.gAj():s}, +gz8(a){var s=this.c.cx +if(s==null){s=this.b +s=s.gz8(s)}return s}, +guL(){var s=this.c.cy +return s==null?this.b.guL():s}, +gAX(){var s=this.c.db +return s==null?this.b.gAX():s}, +gzP(a){var s=this.c +if(s.x)s=s.y +else{s=this.b +s=s.gzP(s)}return s}} +A.LR.prototype={ +gzv(){return null}, +gzw(){return null}, +gzx(){return null}, +gzy(){return null}, +gzV(a){return this.b.c}, +gzT(a){return this.b.d}, +gB0(){return null}, +gzP(a){var s=this.b.f +return s==null?"sans-serif":s}, +gzQ(){return null}, +gzR(){return null}, +gzU(){return null}, +gzS(a){var s=this.b.r +return s==null?14:s}, +gAg(a){return null}, +gBh(a){return null}, +gyZ(a){return this.b.w}, +gAj(){return this.b.Q}, +gz8(a){return null}, +guL(){return null}, +gAX(){return null}, +gzj(){return B.zA}} +A.XY.prototype={ +gHG(){var s=this.d,r=s.length +return r===0?this.e:s[r-1]}, +gQa(){return this.r}, +xs(a){this.d.push(new A.Fl(this.gHG(),t.Q4.a(a)))}, +ih(){var s=this.d +if(s.length!==0)s.pop()}, +qM(a){var s,r=this,q=r.a,p=q.a,o=p+a +q.a=o +s=r.gHG().QW() +r.a4O(s) +r.c.push(new A.yX(s,p.length,o.length))}, +a4O(a){var s,r,q +if(!this.w)return +s=a.b +if(s!=null){r=s.a +r=B.f.a!==r}else r=!1 +if(r){this.w=!1 +return}q=a.as +if(q!=null&&q.length!==0){this.w=!1 +return}}, +bt(){var s,r=this,q=r.c +if(q.length===0)q.push(new A.yX(r.e.QW(),0,0)) +s=r.a.a +return new A.Fi(q,r.b,s.charCodeAt(0)==0?s:s,r.w)}} +A.a1n.prototype={ +hY(a){return this.a7x(a)}, +a7x(a4){var s=0,r=A.a5(t.H),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3 +var $async$hY=A.a6(function(a5,a6){if(a5===1)return A.a2(a6,r) +while(true)switch(s){case 0:s=3 +return A.a1(A.q5(a4.py("FontManifest.json")),$async$hY) +case 3:a0=a6 +if(!a0.gwD()){$.dx().$1("Font manifest does not exist at `"+a0.a+"` - ignoring.") +s=1 +break}a1=t.kc +a2=B.b5 +a3=B.I +s=4 +return A.a1(A.xr(a0),$async$hY) +case 4:o=a1.a(a2.dr(0,a3.dr(0,a6))) +if(o==null)throw A.c(A.nS(u.u)) +p.a=new A.a0h(A.a([],t._W),A.a([],t.J)) +for(n=t.a,m=J.kh(o,n),m=new A.bA(m,m.gn(m)),l=t.N,k=t.j,j=A.j(m).c;m.p();){i=m.d +if(i==null)i=j.a(i) +h=J.az(i) +g=A.d0(h.j(i,"family")) +i=J.kh(k.a(h.j(i,"fonts")),n) +for(i=new A.bA(i,i.gn(i)),h=A.j(i).c;i.p();){f=i.d +if(f==null)f=h.a(f) +e=J.az(f) +d=A.cK(e.j(f,"asset")) +c=A.E(l,l) +for(b=J.an(e.gcf(f));b.p();){a=b.gD(b) +if(a!=="asset")c.m(0,a,A.i(e.j(f,a)))}f=p.a +f.toString +g.toString +e="url("+a4.py(d)+")" +b=$.auA().b +if(b.test(g)||$.auz().T6(g)!==g)f.J1("'"+g+"'",e,c) +f.J1(g,e,c)}}s=5 +return A.a1(p.a.wg(),$async$hY) +case 5:case 1:return A.a3(q,r)}}) +return A.a4($async$hY,r)}, +wW(a,b){return this.a.a1J(b,a)}, +pl(){var s=this.a +if(s!=null)s.pl() +s=this.b +if(s!=null)s.pl()}, +K(a){this.b=this.a=null +self.document.fonts.clear()}} +A.a0h.prototype={ +J1(a,b,c){var s,r,q,p=new A.a0k(a) +try{s=A.at5(a,b,c) +this.a.push(p.$1(s))}catch(q){r=A.aq(q) +$.dx().$1('Error while loading font family "'+a+'":\n'+A.i(r))}}, +pl(){var s,r=this.b +if(r.length===0)return +s=self.document.fonts +s.toString +B.b.a0(r,A.azv(s))}, +wg(){var s=0,r=A.a5(t.H),q=this,p,o,n +var $async$wg=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p=B.b +o=q.b +n=J +s=2 +return A.a1(A.op(q.a,t.kC),$async$wg) +case 2:p.M(o,n.an9(b,t.e)) +return A.a3(null,r)}}) +return A.a4($async$wg,r)}, +a1J(a,b){var s=A.at5(a,b,null) +return A.fR(s.load(),t.e).fZ(new A.a0i(s),new A.a0j(),t.H)}} +A.a0k.prototype={ +RR(a){var s=0,r=A.a5(t.kC),q,p=2,o,n=this,m,l,k,j +var $async$$1=A.a6(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a1(A.fR(a.load(),t.e),$async$$1) +case 7:m=c +q=m +s=1 +break +p=2 +s=6 +break +case 4:p=3 +j=o +l=A.aq(j) +$.dx().$1('Error while trying to load font family "'+n.a+'":\n'+A.i(l)) +q=null +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$$1,r)}, +$1(a){return this.RR(a)}, +$S:453} +A.a0i.prototype={ +$1(a){self.document.fonts.add(this.a) +A.aDP()}, +$S:5} +A.a0j.prototype={ +$1(a){throw A.c(A.aM(J.ev(a)))}, +$S:171} +A.a9x.prototype={} +A.a9w.prototype={} +A.a2X.prototype={ +ws(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=A.a([],t.cN),c=this.a,b=A.aB6(c).ws(),a=new J.ic(b,b.length) +a.p() +c=A.aGd(c) +s=new J.ic(c,c.length) +s.p() +c=this.b +r=new J.ic(c,c.length) +r.p() +q=a.d +if(q==null)q=A.j(a).c.a(q) +p=s.d +if(p==null)p=A.j(s).c.a(p) +o=r.d +if(o==null)o=A.j(r).c.a(o) +for(c=A.j(a).c,b=A.j(s).c,n=A.j(r).c,m=0;!0;m=i){l=q.b +k=p.b +j=o.c +i=Math.min(l,Math.min(k,j)) +h=l-i +g=h===0?q.c:B.n +f=i-m +d.push(A.akb(m,i,g,p.c,p.d,o,A.q1(q.d-h,0,f),A.q1(q.e-h,0,f))) +if(l===i)if(a.p()){q=a.d +if(q==null)q=c.a(q) +e=!0}else e=!1 +else e=!1 +if(k===i)if(s.p()){p=s.d +if(p==null)p=b.a(p) +e=!0}if(j===i)if(r.p()){o=r.d +if(o==null)o=n.a(o) +e=!0}if(!e)break}return d}} +A.ac6.prototype={ +gu(a){var s=this +return A.T(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 +return b instanceof A.iz&&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}} +A.iz.prototype={ +gn(a){return this.b-this.a}, +gD1(){return this.b-this.a===this.w}, +gkA(){return!1}, +y7(a){var s=a.c +s===$&&A.b() +return B.c.a7(s,this.a,this.b-this.r)}, +ud(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=j.a +if(i===b)return A.a([null,j],t.tZ) +s=j.b +if(s===b)return A.a([j,null],t.tZ) +r=s-b +q=j.r +p=Math.min(q,r) +o=j.w +n=Math.min(o,r) +m=j.d +l=j.e +k=j.f +return A.a([A.akb(i,b,B.n,m,l,k,q-p,o-n),A.akb(b,s,j.c,m,l,k,p,n)],t.cN)}, +h(a){var s=this +return B.Ol.h(0)+"("+s.a+", "+s.b+", "+s.c.h(0)+", "+A.i(s.d)+")"}} +A.ad6.prototype={ +u7(a,b,c,d,e){var s=this +s.ju$=a +s.lu$=b +s.lv$=c +s.lw$=d +s.eA$=e}} +A.ad7.prototype={ +geG(a){var s,r,q=this,p=q.fp$ +p===$&&A.b() +s=q.oE$ +if(p.x===B.t){s===$&&A.b() +p=s}else{s===$&&A.b() +r=q.eA$ +r===$&&A.b() +r=p.a.f-(s+(r+q.eB$)) +p=r}return p}, +gkO(a){var s,r=this,q=r.fp$ +q===$&&A.b() +s=r.oE$ +if(q.x===B.t){s===$&&A.b() +q=r.eA$ +q===$&&A.b() +q=s+(q+r.eB$)}else{s===$&&A.b() +q=q.a.f-s}return q}, +aa7(a){var s,r,q=this,p=q.fp$ +p===$&&A.b() +s=p.e +if(q.b>p.c-s)return +r=q.w +if(r===0)return +q.eB$=(a-p.a.f)/(p.f-s)*r}} +A.ad5.prototype={ +gKr(){var s,r,q,p,o,n,m,l,k=this,j=k.ku$ +if(j===$){s=k.fp$ +s===$&&A.b() +r=k.geG(k) +q=k.fp$.a +p=k.lu$ +p===$&&A.b() +o=k.gkO(k) +n=k.fp$ +m=k.lv$ +m===$&&A.b() +l=k.d +l.toString +k.ku$!==$&&A.aB() +j=k.ku$=new A.ld(s.a.r+r,q.w-p,q.r+o,n.a.w+m,l)}return j}, +Rd(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.fp$ +h===$&&A.b() +if(i.b>h.c-h.e){s=i.d +s.toString +h=h.a.r +if(s===B.t){s=i.geG(i) +r=i.fp$.a +q=i.lu$ +q===$&&A.b() +p=i.gkO(i) +o=i.eA$ +o===$&&A.b() +n=i.eB$ +m=i.lw$ +m===$&&A.b() +l=i.fp$ +k=i.lv$ +k===$&&A.b() +j=i.d +j.toString +j=new A.ld(h+s,r.w-q,r.r+p-(o+n-m),l.a.w+k,j) +h=j}else{s=i.geG(i) +r=i.eA$ +r===$&&A.b() +q=i.eB$ +p=i.lw$ +p===$&&A.b() +o=i.fp$.a +n=i.lu$ +n===$&&A.b() +m=i.gkO(i) +l=i.fp$ +k=i.lv$ +k===$&&A.b() +j=i.d +j.toString +j=new A.ld(h+s+(r+q-p),o.w-n,o.r+m,l.a.w+k,j) +h=j}return h}return i.gKr()}, +Rg(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(b==null)b=j.a +if(a==null)a=j.b +s=j.a +r=b<=s +if(r&&a>=j.b-j.r)return j.gKr() +if(r)q=0 +else{r=j.ju$ +r===$&&A.b() +r.smu(j.f) +r=j.ju$ +p=$.qb() +o=r.a.c +o===$&&A.b() +q=A.nG(p,o,s,b,r.c.a.ax)}s=j.b-j.r +if(a>=s)n=0 +else{r=j.ju$ +r===$&&A.b() +r.smu(j.f) +r=j.ju$ +p=$.qb() +o=r.a.c +o===$&&A.b() +n=A.nG(p,o,a,s,r.c.a.ax)}s=j.d +s.toString +if(s===B.t){m=j.geG(j)+q +l=j.gkO(j)-n}else{m=j.geG(j)+n +l=j.gkO(j)-q}s=j.fp$ +s===$&&A.b() +s=s.a +r=s.r +s=s.w +p=j.lu$ +p===$&&A.b() +o=j.lv$ +o===$&&A.b() +k=j.d +k.toString +return new A.ld(r+m,s-p,r+l,s+o,k)}, +acd(){return this.Rg(null,null)}, +S9(a){var s,r,q,p,o,n,m,l,k,j=this +a=j.a1Q(a) +s=j.a +r=j.b-j.r +q=r-s +if(q===0)return new A.f1(s,B.ae) +if(q===1){p=j.eA$ +p===$&&A.b() +return aq.c;){if(q.ga60()){q.a9A() +s.push(q.bt()) +a0.x=!0 +break $label0$0}if(q.ga9X())q.abV() +else q.a8e() +n+=q.a5F(o,n+1) +s.push(q.bt()) +q=q.PK()}a1=q.a +if(a1.length!==0){a1=B.b.gU(a1).c +a1=a1===B.bd||a1===B.be}else a1=!1 +if(a1){s.push(q.bt()) +q=q.PK()}}a1=r.b +l=a1.e +if(l!=null&&s.length>l){a0.x=!0 +B.b.tw(s,l,s.length)}for(r=s.length,k=1/0,j=-1/0,i=0;ij)j=c}a0.z=new A.G(k,0,j,a0.c) +if(r!==0)if(isFinite(a0.b)&&a1.a===B.hT)for(n=0;n=d;--s){q=o[s] +q.oE$=e+r +if(q.d==null)q.d=a +p=q.eA$ +p===$&&A.b() +r+=p+q.eB$}return r}, +tV(){var s,r,q,p,o,n,m,l=A.a([],t.Lx) +for(s=this.y,r=s.length,q=0;q=b||a<0||b<0)return A.a([],t.Lx) +s=this.a.c +s===$&&A.b() +r=s.length +if(a>r||b>r)return A.a([],t.Lx) +q=A.a([],t.Lx) +for(s=this.y,p=s.length,o=0;o=j+l.r)return new A.f1(l.c-l.d,B.cc) +s=k-j +for(k=l.w,j=k.length,r=0;r1 +return this.as>0}, +ga5A(){var s=this.c-this.w,r=this.d.b +switch(r.a.a){case 2:return s/2 +case 1:return s +case 4:r=r.b +return(r==null?B.t:r)===B.Q?s:0 +case 5:r=r.b +return(r==null?B.t:r)===B.Q?0:s +default:return 0}}, +ga60(){var s,r=this.d.b +if(r.z==null)return!1 +s=r.e +return s==null||s===this.f+1}, +gY7(){var s=this.a +if(s.length!==0){s=B.b.gU(s).c +s=s===B.bd||s===B.be}else s=!1 +if(s)return!1 +s=this.b +s=s==null?null:s.length!==0 +if(s===!0)return!1 +return!0}, +Ln(a){var s=this +s.vs(a) +if(a.c!==B.n)s.Q=s.a.length +B.b.A(s.a,a)}, +vs(a){var s,r=this,q=a.w +r.at=r.at+q +if(a.gD1())r.ax+=q +else{r.ax=q +q=r.x +s=a.lw$ +s===$&&A.b() +r.w=q+s}q=r.x +s=a.eA$ +s===$&&A.b() +r.x=q+(s+a.eB$) +if(a.gkA())r.Xz(a) +if(a.c!==B.n)++r.as +q=r.y +s=a.lu$ +s===$&&A.b() +r.y=Math.max(q,s) +s=r.z +q=a.lv$ +q===$&&A.b() +r.z=Math.max(s,q)}, +Xz(a){var s,r,q,p,o,n=this,m=t.mX.a(a.f) +switch(m.gdz()){case B.ee:s=n.y +r=m.gaG(m).a1(0,n.y) +break +case B.d0:s=m.gaG(m).a1(0,n.z) +r=n.z +break +case B.ef:q=n.y +p=n.z +o=m.gaG(m).fi(0,2).a1(0,(q+p)/2) +s=B.d.ad(n.y,o) +r=B.d.ad(n.z,o) +break +case B.ec:s=m.gaG(m) +r=0 +break +case B.ed:r=m.gaG(m) +s=0 +break +case B.eb:s=m.gad0() +r=m.gaG(m).a1(0,s) +break +default:s=null +r=null}q=a.lw$ +q===$&&A.b() +p=a.eA$ +p===$&&A.b() +a.u7(n.e,s,r,q,p+a.eB$)}, +qo(){var s,r=this,q=r.as=r.ax=r.at=r.z=r.y=r.x=r.w=0 +r.Q=-1 +for(s=r.a;q1||a +q=B.b.gU(s) +if(q.gkA()){if(r){p=g.b +p.toString +B.b.mU(p,0,B.b.ff(s)) +g.qo()}return}p=g.e +p.smu(q.f) +o=g.x +n=q.eA$ +n===$&&A.b() +m=q.eB$ +l=q.b-q.r +k=p.Od(q.a,l,r,b-(o-(n+m))) +if(k===l)return +B.b.ff(s) +g.qo() +j=q.ud(0,k) +i=B.b.gG(j) +if(i!=null){p.Dk(i) +g.Ln(i)}h=B.b.gU(j) +if(h!=null){p.Dk(h) +s=g.b +s.toString +B.b.mU(s,0,h)}}, +a8e(){return this.Oe(!1,null)}, +a9A(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.d.b.z +f.toString +g.b=A.a([],t.cN) +s=g.e +r=g.a +s.smu(B.b.gU(r).f) +q=$.qb() +p=f.length +o=A.nG(q,f,0,p,null) +n=g.c +m=Math.max(0,n-o) +while(!0){if(r.length>1){l=g.x +k=B.b.gU(r) +j=k.eA$ +j===$&&A.b() +k=l-(j+k.eB$) +l=k}else l=0 +if(!(l>m))break +l=g.b +l.toString +B.b.mU(l,0,B.b.ff(r)) +g.qo() +s.smu(B.b.gU(r).f) +o=A.nG(q,f,0,p,null) +m=n-o}i=B.b.gU(r) +g.Oe(!0,m) +f=g.gNI() +h=new A.Hp($,$,$,$,$,$,$,$,0,B.be,null,B.fs,i.f,0,0,f,f) +f=i.lu$ +f===$&&A.b() +r=i.lv$ +r===$&&A.b() +h.u7(s,f,r,o,o) +g.Ln(h)}, +abV(){var s,r=this.a,q=r.length,p=q-2 +for(;r[p].c===B.n;)--p +s=p+1 +A.d6(s,q,q,null,null) +this.b=A.dJ(r,s,q,A.ad(r).c).dQ(0) +B.b.tw(r,s,r.length) +this.qo()}, +a5F(a,b){var s,r=this,q=r.a,p=b +while(!0){if(r.gY7())if(p1;){p=B.e.cM(q+r,2) +o=$.qb() +s===$&&A.b() +n=A.nG(o,s,a,p,this.c.a.ax) +if(nd?q:p +r=p}}return q===a&&!c?q+1:q}} +A.a8D.prototype={ +$2(a,b){b.gIE().remove()}, +$S:176} +A.mw.prototype={ +E(){return"LineBreakType."+this.b}} +A.a_I.prototype={ +ws(){return A.aGe(this.a)}} +A.aaR.prototype={ +ws(){return A.asW(this.a,this.b)}} +A.mv.prototype={ +gu(a){var s=this +return A.T(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 +return b instanceof A.mv&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +h(a){return"LineBreakFragment("+this.a+", "+this.b+", "+this.c.h(0)+")"}} +A.agw.prototype={ +$2(a,b){var s=this,r=a===B.be?s.b.length:s.a.f,q=s.a,p=q.a +if(p===B.bU)++q.d +else if(p===B.cB||p===B.dG||p===B.dK){++q.e;++q.d}if(a===B.n)return +p=q.c +s.c.push(new A.mv(a,q.e,q.d,p,r)) +q.c=q.f +q.d=q.e=0 +q.a=q.b=null}, +$S:179} +A.M_.prototype={ +q(){this.a.remove()}} +A.a9U.prototype={ +bi(a,b){var s,r,q,p,o,n,m,l=this.a.gfI().y +for(s=l.length,r=0;rthis.b)return B.P6 +return B.P5}} +A.pJ.prototype={ +wq(a){var s,r,q,p,o=this +if(a==null)return o.b +s=o.c +r=s.j(0,a) +if(r!=null)return r +q=o.XN(a) +p=q===-1?o.b:o.a[q].c +s.m(0,a,p) +return p}, +XN(a){var s,r,q=this.a,p=q.length +for(s=0;s")).a0(0,new A.a_h(this,r)) +return r}} +A.a_j.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.a_h.prototype={ +$1(a){var s=this.a,r=s.b.j(0,a) +r.toString +this.b.push(A.cB(r,"input",new A.a_i(s,a,r)))}, +$S:45} +A.a_i.prototype={ +$1(a){var s,r=this.a.c,q=this.b +if(r.j(0,q)==null)throw A.c(A.ab("AutofillInfo must have a valid uniqueIdentifier.")) +else{r=r.j(0,q) +r.toString +s=A.aog(this.c) +$.aR().iS("flutter/textinput",B.ag.iN(new A.hK("TextInputClient.updateEditingStateWithTag",[0,A.be([r.b,s.Rb()],t.ob,t.z)])),A.W8())}}, +$S:2} +A.EN.prototype={ +LO(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.ZJ(a,q) +else A.ZJ(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.am(s?"on":p) +A.y(a,"setAttribute",["autocomplete",r==null?t.K.a(r):r])}}}, +f7(a){return this.LO(a,!1)}} +A.u1.prototype={} +A.r0.prototype={ +gx3(){return Math.min(this.b,this.c)}, +gx0(){return Math.max(this.b,this.c)}, +Rb(){var s=this +return A.be(["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.T(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.D(s)!==J.U(b))return!1 +return b instanceof A.r0&&b.a==s.a&&b.gx3()===s.gx3()&&b.gx0()===s.gx0()&&b.d===s.d&&b.e===s.e}, +h(a){var s=this.bV(0) +return s}, +f7(a){var s,r,q=this,p=globalThis.HTMLInputElement +if(p!=null&&a instanceof p){a.toString +A.ao7(a,q.a) +s=q.gx3() +r=q.gx0() +a.setSelectionRange(s,r)}else{p=globalThis.HTMLTextAreaElement +if(p!=null&&a instanceof p){a.toString +A.ao8(a,q.a) +s=q.gx3() +r=q.gx0() +a.setSelectionRange(s,r)}else{s=a==null?null:A.azu(a) +throw A.c(A.Y("Unsupported DOM element type: <"+A.i(s)+"> ("+J.U(a).h(0)+")"))}}}} +A.a26.prototype={} +A.Ik.prototype={ +iZ(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.f7(s)}q=r.d +q===$&&A.b() +if(q.w!=null){r.tl() +q=r.e +if(q!=null)q.f7(r.c) +r.gO9().focus() +r.c.focus()}}} +A.a7p.prototype={ +iZ(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.f7(s)}q=r.d +q===$&&A.b() +if(q.w!=null){r.tl() +r.gO9().focus() +r.c.focus() +q=r.e +if(q!=null){s=r.c +s.toString +q.f7(s)}}}, +wG(){if(this.w!=null)this.iZ() +this.c.focus()}} +A.wt.prototype={ +giM(){var s=null,r=this.f +if(r==null){r=this.e.a +r.toString +r=this.f=new A.u1(r,"",-1,-1,s,s,s,s)}return r}, +gO9(){var s=this.d +s===$&&A.b() +s=s.w +return s==null?null:s.a}, +oY(a,b,c){var s,r,q=this,p="none",o="transparent" +q.c=a.a.BR() +q.By(a) +s=q.c +s.classList.add("flt-text-editing") +r=s.style +A.t(r,"forced-color-adjust",p) +A.t(r,"white-space","pre-wrap") +A.t(r,"align-content","center") +A.t(r,"position","absolute") +A.t(r,"top","0") +A.t(r,"left","0") +A.t(r,"padding","0") +A.t(r,"opacity","1") +A.t(r,"color",o) +A.t(r,"background-color",o) +A.t(r,"background",o) +A.t(r,"caret-color",o) +A.t(r,"outline",p) +A.t(r,"border",p) +A.t(r,"resize",p) +A.t(r,"text-shadow",p) +A.t(r,"overflow","hidden") +A.t(r,"transform-origin","0 0 0") +r=$.c8() +if(r!==B.aC)r=r===B.A +else r=!0 +if(r)s.classList.add("transparentTextEditing") +s=q.r +if(s!=null){r=q.c +r.toString +s.f7(r)}s=q.d +s===$&&A.b() +if(s.w==null){s=$.fO.r +s===$&&A.b() +r=q.c +r.toString +s.hP(0,r) +q.Q=!1}q.wG() +q.b=!0 +q.x=c +q.y=b}, +By(a){var s,r,q,p,o,n=this,m="setAttribute" +n.d=a +s=n.c +if(a.c){s.toString +r=A.am("readonly") +A.y(s,m,["readonly",r==null?t.K.a(r):r])}else s.removeAttribute("readonly") +if(a.d){s=n.c +s.toString +r=A.am("password") +A.y(s,m,["type",r==null?t.K.a(r):r])}if(a.a===B.j6){s=n.c +s.toString +r=A.am("none") +A.y(s,m,["inputmode",r==null?t.K.a(r):r])}q=A.azX(a.b) +s=n.c +s.toString +q.a6A(s) +p=a.r +s=n.c +if(p!=null){s.toString +p.LO(s,!0)}else{s.toString +r=A.am("off") +A.y(s,m,["autocomplete",r==null?t.K.a(r):r])}o=a.e?"on":"off" +s=n.c +s.toString +r=A.am(o) +A.y(s,m,["autocorrect",r==null?t.K.a(r):r])}, +wG(){this.iZ()}, +qH(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.M(q.z,p.qK()) +p=q.z +s=q.c +s.toString +r=q.grH() +p.push(A.cB(s,"input",r)) +s=q.c +s.toString +p.push(A.cB(s,"keydown",q.gta())) +p.push(A.cB(self.document,"selectionchange",r)) +r=q.c +r.toString +A.cr(r,"beforeinput",t.e.a(A.b1(q.gwu())),null) +r=q.c +r.toString +q.vz(r) +r=q.c +r.toString +p.push(A.cB(r,"blur",new A.Z8(q))) +q.DR()}, +Eq(a){this.w=a +if(this.b)this.iZ()}, +Er(a){var s +this.r=a +if(this.b){s=this.c +s.toString +a.f7(s)}}, +iJ(a){var s,r,q,p=this,o=null,n=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.f7(this.c)}, +iZ(){this.c.focus()}, +tl(){var s,r=this.d +r===$&&A.b() +r=r.w +r.toString +s=this.c +s.toString +r=r.a +r.append(s) +s=$.fO.r +s===$&&A.b() +s.hP(0,r) +this.Q=!0}, +Om(a){var s,r,q=this,p=q.c +p.toString +s=q.a7p(A.aog(p)) +p=q.d +p===$&&A.b() +if(p.f){q.giM().r=s.d +q.giM().w=s.e +r=A.aE9(s,q.e,q.giM())}else r=null +if(!s.k(0,q.e)){q.e=s +q.f=r +q.x.$2(s,r) +q.f=null}}, +a8i(a){var s=this,r=A.d0(a.data),q=A.d0(a.inputType) +if(q!=null)if(B.c.t(q,"delete")){s.giM().b="" +s.giM().d=s.e.c}else if(q==="insertLineBreak"){s.giM().b="\n" +s.giM().c=s.e.c +s.giM().d=s.e.c}else if(r!=null){s.giM().b=r +s.giM().c=s.e.c +s.giM().d=s.e.c}}, +aax(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.JR))a.preventDefault()}}, +Cn(a,b,c,d){var s,r=this +r.oY(b,c,d) +r.qH() +s=r.e +if(s!=null)r.F6(s) +r.c.focus()}, +DR(){var s=this,r=s.z,q=s.c +q.toString +r.push(A.cB(q,"mousedown",new A.Z9())) +q=s.c +q.toString +r.push(A.cB(q,"mouseup",new A.Za())) +q=s.c +q.toString +r.push(A.cB(q,"mousemove",new A.Zb()))}} +A.Z8.prototype={ +$1(a){this.a.c.focus()}, +$S:2} +A.Z9.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.Za.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.Zb.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.a1D.prototype={ +oY(a,b,c){var s,r=this +r.yC(a,b,c) +s=r.c +s.toString +a.a.Mr(s) +s=r.d +s===$&&A.b() +if(s.w!=null)r.tl() +s=r.c +s.toString +a.x.F3(s)}, +wG(){A.t(this.c.style,"transform","translate(-9999px, -9999px)") +this.p1=!1}, +qH(){var s,r,q,p=this,o=p.d +o===$&&A.b() +o=o.w +if(o!=null)B.b.M(p.z,o.qK()) +o=p.z +s=p.c +s.toString +r=p.grH() +o.push(A.cB(s,"input",r)) +s=p.c +s.toString +o.push(A.cB(s,"keydown",p.gta())) +o.push(A.cB(self.document,"selectionchange",r)) +r=p.c +r.toString +A.cr(r,"beforeinput",t.e.a(A.b1(p.gwu())),null) +r=p.c +r.toString +p.vz(r) +r=p.c +r.toString +o.push(A.cB(r,"focus",new A.a1G(p))) +p.Xw() +q=new A.tJ() +$.vl() +q.ny(0) +r=p.c +r.toString +o.push(A.cB(r,"blur",new A.a1H(p,q)))}, +Eq(a){var s=this +s.w=a +if(s.b&&s.p1)s.iZ()}, +iJ(a){var s +this.U4(0) +s=this.ok +if(s!=null)s.bW(0) +this.ok=null}, +Xw(){var s=this.c +s.toString +this.z.push(A.cB(s,"click",new A.a1E(this)))}, +JZ(){var s=this.ok +if(s!=null)s.bW(0) +this.ok=A.dc(B.br,new A.a1F(this))}, +iZ(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.f7(r)}}} +A.a1G.prototype={ +$1(a){this.a.JZ()}, +$S:2} +A.a1H.prototype={ +$1(a){var s=A.cM(this.b.gNA(),0).a<2e5,r=self.document.hasFocus()&&s,q=this.a +if(r)q.c.focus() +else q.a.yj()}, +$S:2} +A.a1E.prototype={ +$1(a){var s=this.a +if(s.p1){A.t(s.c.style,"transform","translate(-9999px, -9999px)") +s.p1=!1 +s.JZ()}}, +$S:2} +A.a1F.prototype={ +$0(){var s=this.a +s.p1=!0 +s.iZ()}, +$S:0} +A.WR.prototype={ +oY(a,b,c){var s,r,q=this +q.yC(a,b,c) +s=q.c +s.toString +a.a.Mr(s) +s=q.d +s===$&&A.b() +if(s.w!=null)q.tl() +else{s=$.fO.r +s===$&&A.b() +r=q.c +r.toString +s.hP(0,r)}s=q.c +s.toString +a.x.F3(s)}, +qH(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.M(q.z,p.qK()) +p=q.z +s=q.c +s.toString +r=q.grH() +p.push(A.cB(s,"input",r)) +s=q.c +s.toString +p.push(A.cB(s,"keydown",q.gta())) +p.push(A.cB(self.document,"selectionchange",r)) +r=q.c +r.toString +A.cr(r,"beforeinput",t.e.a(A.b1(q.gwu())),null) +r=q.c +r.toString +q.vz(r) +r=q.c +r.toString +p.push(A.cB(r,"blur",new A.WS(q)))}, +iZ(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.f7(r)}}} +A.WS.prototype={ +$1(a){var s=this.a +if(self.document.hasFocus())s.c.focus() +else s.a.yj()}, +$S:2} +A.a_O.prototype={ +oY(a,b,c){var s +this.yC(a,b,c) +s=this.d +s===$&&A.b() +if(s.w!=null)this.tl()}, +qH(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.M(q.z,p.qK()) +p=q.z +s=q.c +s.toString +r=q.grH() +p.push(A.cB(s,"input",r)) +s=q.c +s.toString +p.push(A.cB(s,"keydown",q.gta())) +s=q.c +s.toString +A.cr(s,"beforeinput",t.e.a(A.b1(q.gwu())),null) +s=q.c +s.toString +q.vz(s) +s=q.c +s.toString +p.push(A.cB(s,"keyup",new A.a_Q(q))) +s=q.c +s.toString +p.push(A.cB(s,"select",r)) +r=q.c +r.toString +p.push(A.cB(r,"blur",new A.a_R(q))) +q.DR()}, +a32(){A.dc(B.C,new A.a_P(this))}, +iZ(){var s,r,q=this +q.c.focus() +s=q.w +if(s!=null){r=q.c +r.toString +s.f7(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.f7(r)}}} +A.a_Q.prototype={ +$1(a){this.a.Om(a)}, +$S:2} +A.a_R.prototype={ +$1(a){this.a.a32()}, +$S:2} +A.a_P.prototype={ +$0(){this.a.c.focus()}, +$S:0} +A.a9z.prototype={} +A.a9E.prototype={ +fz(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.gjZ().iJ(0)}a.b=this.a +a.d=this.b}} +A.a9L.prototype={ +fz(a){var s=a.gjZ(),r=a.d +r.toString +s.By(r)}} +A.a9G.prototype={ +fz(a){a.gjZ().F6(this.a)}} +A.a9J.prototype={ +fz(a){if(!a.c)a.a4k()}} +A.a9F.prototype={ +fz(a){a.gjZ().Eq(this.a)}} +A.a9I.prototype={ +fz(a){a.gjZ().Er(this.a)}} +A.a9y.prototype={ +fz(a){if(a.c){a.c=!1 +a.gjZ().iJ(0)}}} +A.a9B.prototype={ +fz(a){if(a.c){a.c=!1 +a.gjZ().iJ(0)}}} +A.a9H.prototype={ +fz(a){}} +A.a9D.prototype={ +fz(a){}} +A.a9C.prototype={ +fz(a){}} +A.a9A.prototype={ +fz(a){a.yj() +if(this.a)A.aJy() +A.aHQ()}} +A.aiq.prototype={ +$2(a,b){var s=t.qr +s=A.ci(new A.ee(b.getElementsByClassName("submitBtn"),s),s.i("k.E"),t.e) +A.j(s).z[1].a(J.ki(s.a)).click()}, +$S:184} +A.a9o.prototype={ +a99(a,b){var s,r,q,p,o,n,m,l,k=B.ag.hW(a) +switch(k.a){case"TextInput.setClient":s=k.b +r=J.az(s) +q=new A.a9E(A.ny(r.j(s,0)),A.aoL(t.a.a(r.j(s,1)))) +break +case"TextInput.updateConfig":this.a.d=A.aoL(t.a.a(k.b)) +q=B.ym +break +case"TextInput.setEditingState":q=new A.a9G(A.aoh(t.a.a(k.b))) +break +case"TextInput.show":q=B.yk +break +case"TextInput.setEditableSizeAndTransform":q=new A.a9F(A.azN(t.a.a(k.b))) +break +case"TextInput.setStyle":s=t.a.a(k.b) +r=J.az(s) +p=A.ny(r.j(s,"textAlignIndex")) +o=A.ny(r.j(s,"textDirectionIndex")) +n=A.W3(r.j(s,"fontWeightIndex")) +m=n!=null?A.ati(n):"normal" +l=A.arW(r.j(s,"fontSize")) +if(l==null)l=null +q=new A.a9I(new A.a_2(l,m,A.d0(r.j(s,"fontFamily")),B.Dl[p],B.kw[o])) +break +case"TextInput.clearClient":q=B.yf +break +case"TextInput.hide":q=B.yg +break +case"TextInput.requestAutofill":q=B.yh +break +case"TextInput.finishAutofillContext":q=new A.a9A(A.pZ(k.b)) +break +case"TextInput.setMarkedTextRect":q=B.yj +break +case"TextInput.setCaretRect":q=B.yi +break +default:$.aR().fg(b,null) +return}q.fz(this.a) +new A.a9p(b).$0()}} +A.a9p.prototype={ +$0(){$.aR().fg(this.a,B.R.cr([!0]))}, +$S:0} +A.a1z.prototype={ +gqY(a){var s=this.a +if(s===$){s!==$&&A.aB() +s=this.a=new A.a9o(this)}return s}, +gjZ(){var s,r,q,p,o=this,n=null,m=o.f +if(m===$){s=$.e3 +if((s==null?$.e3=A.ky():s).w){s=A.aDr(o) +r=s}else{s=$.c8() +if(s===B.A){q=$.dN() +q=q===B.aa}else q=!1 +if(q)p=new A.a1D(o,A.a([],t.Up),$,$,$,n) +else if(s===B.A)p=new A.a7p(o,A.a([],t.Up),$,$,$,n) +else{if(s===B.aC){q=$.dN() +q=q===B.e7}else q=!1 +if(q)p=new A.WR(o,A.a([],t.Up),$,$,$,n) +else p=s===B.aQ?new A.a_O(o,A.a([],t.Up),$,$,$,n):A.aAq(o)}r=p}o.f!==$&&A.aB() +m=o.f=r}return m}, +a4k(){var s,r,q=this +q.c=!0 +s=q.gjZ() +r=q.d +r.toString +s.Cn(0,r,new A.a1A(q),new A.a1B(q))}, +yj(){var s,r=this +if(r.c){r.c=!1 +r.gjZ().iJ(0) +r.gqY(r) +s=r.b +$.aR().iS("flutter/textinput",B.ag.iN(new A.hK("TextInputClient.onConnectionClosed",[s])),A.W8())}}} +A.a1B.prototype={ +$2(a,b){var s,r,q="flutter/textinput",p=this.a +if(p.d.f){p.gqY(p) +p=p.b +s=t.N +r=t.z +$.aR().iS(q,B.ag.iN(new A.hK("TextInputClient.updateEditingStateWithDeltas",[p,A.be(["deltas",A.a([A.be(["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.gG)],s,r)])),A.W8())}else{p.gqY(p) +p=p.b +$.aR().iS(q,B.ag.iN(new A.hK("TextInputClient.updateEditingState",[p,a.Rb()])),A.W8())}}, +$S:186} +A.a1A.prototype={ +$1(a){var s=this.a +s.gqY(s) +s=s.b +$.aR().iS("flutter/textinput",B.ag.iN(new A.hK("TextInputClient.performAction",[s,a])),A.W8())}, +$S:191} +A.a_2.prototype={ +f7(a){var s=this,r=a.style,q=A.aJR(s.d,s.e) +q.toString +A.t(r,"text-align",q) +A.t(r,"font",s.b+" "+A.i(s.a)+"px "+A.i(A.ahu(s.c)))}, +giQ(a){return this.b}} +A.a_0.prototype={ +f7(a){var s=A.i7(this.c),r=a.style +A.t(r,"width",A.i(this.a)+"px") +A.t(r,"height",A.i(this.b)+"px") +A.t(r,"transform",s)}} +A.a_1.prototype={ +$1(a){return A.DX(a)}, +$S:200} +A.ahN.prototype={ +$1(a){var s="operation failed" +if(a==null)if(this.a.a)throw A.c(A.aM(s)) +else this.b.ke(new A.BR(s)) +else this.b.dq(0,a)}, +$S(){return this.c.i("~(0?)")}} +A.B8.prototype={ +E(){return"TransformKind."+this.b}} +A.aht.prototype={ +$1(a){return"0x"+B.c.pe(B.e.j3(a,16),2,"0")}, +$S:104} +A.Jr.prototype={ +gn(a){return this.b.b}, +j(a,b){var s=this.c.j(0,b) +return s==null?null:s.d.b}, +Gv(a,b,c){var s,r,q,p=this.b +p.qJ(new A.CG(b,c)) +s=this.c +r=p.a +q=r.b.pY() +q.toString +s.m(0,b,q) +if(p.b>this.a){s.B(0,r.a.gwj().a) +p.ff(0)}}} +A.bQ.prototype={ +bG(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,b){return this.a[b]}, +aA(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}, +ach(a,b){return this.aA(a,b,0)}, +l0(a,b,c,d){var s=c==null?b:c,r=d==null?b:d,q=this.a +q[15]=q[15] +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]}, +bx(a,b){return this.l0(a,b,null,null)}, +dv(a,b,c){return this.l0(a,b,c,null)}, +kH(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}, +rT(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}, +ir(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +kg(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.bG(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}, +cC(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}, +x4(a){var s=new A.bQ(new Float32Array(16)) +s.bG(this) +s.cC(0,a) +return s}, +Rh(a){var s=a[0],r=a[1],q=this.a +a[0]=q[0]*s+q[4]*r+q[12] +a[1]=q[1]*s+q[5]*r+q[13]}, +h(a){var s=this.bV(0) +return s}} +A.um.prototype={ +f3(a,b,c){var s=this.a +s[0]=a +s[1]=b +s[2]=c}, +j(a,b){return this.a[b]}, +gn(a){var s=this.a,r=s[0],q=s[1] +s=s[2] +return Math.sqrt(r*r+q*q+s*s)}} +A.a_M.prototype={ +xN(a,b,c){var s=this.a +this.b=s[12]+s[0]*b+s[4]*c +this.c=s[13]+s[1]*b+s[5]*c}} +A.GJ.prototype={ +WZ(a){var s=A.aI7(new A.YY(this)) +this.b=s +s.observe(this.a)}, +XP(a){this.c.A(0,a)}, +c4(a){var s=this.b +s===$&&A.b() +s.disconnect() +this.c.c4(0)}, +gPR(a){var s=this.c +return new A.ls(s,A.j(s).i("ls<1>"))}, +on(){var s,r=$.ch().x +if(r==null){s=self.window.devicePixelRatio +r=s===0?1:s}s=this.a +return new A.R(s.clientWidth*r,s.clientHeight*r)}, +Mm(a,b){return B.dd}} +A.YY.prototype={ +$2(a,b){new A.aw(a,new A.YX(),a.$ti.i("aw")).a0(0,this.a.gXO())}, +$S:210} +A.YX.prototype={ +$1(a){return new A.R(a.contentRect.width,a.contentRect.height)}, +$S:211} +A.Zh.prototype={} +A.Ib.prototype={ +a2z(a){this.b.A(0,null)}, +c4(a){var s=this.a +s===$&&A.b() +s.b.removeEventListener(s.a,s.c) +this.b.c4(0)}, +gPR(a){var s=this.b +return new A.ls(s,A.j(s).i("ls<1>"))}, +on(){var s,r=null,q=A.aO("windowInnerWidth"),p=A.aO("windowInnerHeight"),o=self.window.visualViewport,n=$.ch().x +if(n==null){s=self.window.devicePixelRatio +n=s===0?1:s}if(o!=null){s=$.dN() +if(s===B.aa){o=self.document.documentElement.clientWidth +s=self.document.documentElement.clientHeight +q.b=o*n +p.b=s*n}else{s=o.width +if(s==null)s=r +s.toString +q.b=s*n +o=o.height +if(o==null)o=r +o.toString +p.b=o*n}}else{o=self.window.innerWidth +if(o==null)o=r +o.toString +q.b=o*n +o=self.window.innerHeight +if(o==null)o=r +o.toString +p.b=o*n}return new A.R(q.aN(),p.aN())}, +Mm(a,b){var s,r,q,p=$.ch().x +if(p==null){s=self.window.devicePixelRatio +p=s===0?1:s}s=self.window.visualViewport +r=A.aO("windowInnerHeight") +if(s!=null){q=$.dN() +if(q===B.aa&&!b)r.b=self.document.documentElement.clientHeight*p +else{s=s.height +if(s==null)s=null +s.toString +r.b=s*p}}else{s=self.window.innerHeight +if(s==null)s=null +s.toString +r.b=s*p}return new A.Or(0,0,0,a-r.aN())}} +A.YZ.prototype={ +OG(a,b){var s +b.gfa(b).a0(0,new A.Z_(this)) +s=A.am("custom-element") +if(s==null)s=t.K.a(s) +A.y(this.d,"setAttribute",["flt-embedding",s])}, +LT(a){A.t(a.style,"width","100%") +A.t(a.style,"height","100%") +A.t(a.style,"display","block") +A.t(a.style,"overflow","hidden") +A.t(a.style,"position","relative") +this.d.appendChild(a) +this.E1(a)}, +Ni(){return this.Nj(this.d)}, +NC(){return this.ND(this.d)}} +A.Z_.prototype={ +$1(a){var s=a.a,r=A.am(a.b) +if(r==null)r=t.K.a(r) +A.y(this.a.d,"setAttribute",[s,r])}, +$S:117} +A.a_a.prototype={ +E1(a){}} +A.acb.prototype={ +Nj(a){if(!this.w$)return +A.cr(a,"contextmenu",this.x$,null) +this.w$=!1}, +ND(a){if(this.w$)return +A.eT(a,"contextmenu",this.x$,null) +this.w$=!0}} +A.Pi.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.a0p.prototype={ +OG(a,b){var s,r,q="0",p="none" +b.gfa(b).a0(0,new A.a0q(this)) +s=self.document.body +s.toString +r=A.am("full-page") +A.y(s,"setAttribute",["flt-embedding",r==null?t.K.a(r):r]) +this.XJ() +s=self.document.body +s.toString +A.eu(s,"position","fixed") +A.eu(s,"top",q) +A.eu(s,"right",q) +A.eu(s,"bottom",q) +A.eu(s,"left",q) +A.eu(s,"overflow","hidden") +A.eu(s,"padding",q) +A.eu(s,"margin",q) +A.eu(s,"user-select",p) +A.eu(s,"-webkit-user-select",p) +A.eu(s,"touch-action",p)}, +LT(a){var s=a.style +A.t(s,"position","absolute") +A.t(s,"top","0") +A.t(s,"right","0") +A.t(s,"bottom","0") +A.t(s,"left","0") +self.document.body.append(a) +this.E1(a)}, +Ni(){return this.Nj(self.window)}, +NC(){return this.ND(self.window)}, +XJ(){var s,r,q,p +for(s=t.qr,s=A.ci(new A.ee(self.document.head.querySelectorAll('meta[name="viewport"]'),s),s.i("k.E"),t.e),r=J.an(s.a),s=A.j(s),s=s.i("@<1>").be(s.z[1]).z[1];r.p();){q=s.a(r.gD(r)) +q.remove()}p=A.bc(self.document,"meta") +s=A.am("") +A.y(p,"setAttribute",["flt-viewport",s==null?t.K.a(s):s]) +p.name="viewport" +p.content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" +self.document.head.append(p) +this.E1(p)}} +A.a0q.prototype={ +$1(a){var s=a.a,r=a.b,q=self.document.body +q.toString +r=A.am(r) +A.y(q,"setAttribute",[s,r==null?t.K.a(r):r])}, +$S:117} +A.Hv.prototype={ +X_(a,b){var s=this,r=s.b,q=s.a +r.d.m(0,q,s) +r.e.m(0,q,B.jf) +if($.nB)s.c=A.ahA($.DY) +$.kc.push(new A.a_l(s))}, +gvP(){var s,r=this.c +if(r==null){if($.nB)s=$.DY +else s=B.f3 +$.nB=!0 +r=this.c=A.ahA(s)}return r}, +qF(){var s=0,r=A.a5(t.H),q,p=this,o,n,m +var $async$qF=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:m=p.c +if(m==null){if($.nB)o=$.DY +else o=B.f3 +$.nB=!0 +m=p.c=A.ahA(o)}if(m instanceof A.An){s=1 +break}n=m.gm2() +m=p.c +s=3 +return A.a1(m==null?null:m.jS(),$async$qF) +case 3:p.c=A.aqm(n) +case 1:return A.a3(q,r)}}) +return A.a4($async$qF,r)}, +vv(){var s=0,r=A.a5(t.H),q,p=this,o,n,m +var $async$vv=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:m=p.c +if(m==null){if($.nB)o=$.DY +else o=B.f3 +$.nB=!0 +m=p.c=A.ahA(o)}if(m instanceof A.yu){s=1 +break}n=m.gm2() +m=p.c +s=3 +return A.a1(m==null?null:m.jS(),$async$vv) +case 3:p.c=A.apj(n) +case 1:return A.a3(q,r)}}) +return A.a4($async$vv,r)}, +qG(a){return this.a5e(a)}, +a5e(a){var s=0,r=A.a5(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$qG=A.a6(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.d +j=new A.bj(new A.al($.ak,t.W),t.gR) +m.d=j.a +s=3 +return A.a1(k,$async$qG) +case 3:l=!1 +p=4 +s=7 +return A.a1(a.$0(),$async$qG) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +J.ax6(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$qG,r)}, +CI(a){return this.a8I(a)}, +a8I(a){var s=0,r=A.a5(t.y),q,p=this +var $async$CI=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:q=p.qG(new A.a_m(p,a)) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$CI,r)}, +gml(){var s=this.b.e.j(0,this.a) +return s==null?B.jf:s}, +gkI(){if(this.r==null)this.on() +var s=this.r +s.toString +return s}, +on(){var s=this.e +s===$&&A.b() +this.r=s.on()}, +Mn(a){var s=this.e +s===$&&A.b() +this.f=s.Mm(this.r.b,a)}, +aa5(){var s,r,q,p +if(this.r!=null){s=this.e +s===$&&A.b() +r=s.on() +s=this.r +q=s.b +p=r.b +if(q!==p&&s.a!==r.a){s=s.a +if(!(q>s&&pq&&r.a

").be(b).i("ca<1,2>"))}, +A(a,b){if(!!a.fixed$length)A.a0(A.Y("add")) +a.push(b)}, +ht(a,b){if(!!a.fixed$length)A.a0(A.Y("removeAt")) +if(b<0||b>=a.length)throw A.c(A.a5P(b,null,null)) +return a.splice(b,1)[0]}, +mU(a,b,c){if(!!a.fixed$length)A.a0(A.Y("insert")) +if(b<0||b>a.length)throw A.c(A.a5P(b,null,null)) +a.splice(b,0,c)}, +OK(a,b,c){var s,r +if(!!a.fixed$length)A.a0(A.Y("insertAll")) +A.apT(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.aiZ(c) +s=J.bo(c) +a.length=a.length+s +r=b+s +this.bw(a,r,a.length,a,b) +this.cG(a,b,r,c)}, +ff(a){if(!!a.fixed$length)A.a0(A.Y("removeLast")) +if(a.length===0)throw A.c(A.q4(a,-1)) +return a.pop()}, +B(a,b){var s +if(!!a.fixed$length)A.a0(A.Y("remove")) +for(s=0;s"))}, +M(a,b){var s +if(!!a.fixed$length)A.a0(A.Y("addAll")) +if(Array.isArray(b)){this.Xm(a,b) +return}for(s=J.an(b);s.p();)a.push(s.gD(s))}, +Xm(a,b){var s,r=b.length +if(r===0)return +if(a===b)throw A.c(A.bT(a)) +for(s=0;s").be(c).i("aw<1,2>"))}, +cs(a,b){var s,r=A.ay(a.length,"",!1,t.N) +for(s=0;s=0;--s){r=a[s] +if(b.$1(r))return r +if(q!==a.length)throw A.c(A.bT(a))}if(c!=null)return c.$0() +throw A.c(A.cs())}, +aaa(a,b){return this.n0(a,b,null)}, +nu(a,b){var s,r,q,p,o=a.length +for(s=null,r=!1,q=0;qa.length)throw A.c(A.bY(b,0,a.length,"start",null)) +if(c==null)c=a.length +else if(ca.length)throw A.c(A.bY(c,b,a.length,"end",null)) +if(b===c)return A.a([],A.ad(a)) +return A.a(a.slice(b,c),A.ad(a))}, +eb(a,b){return this.bU(a,b,null)}, +iq(a,b,c){A.d6(b,c,a.length,null,null) +return A.dJ(a,b,c,A.ad(a).c)}, +gG(a){if(a.length>0)return a[0] +throw A.c(A.cs())}, +gU(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.cs())}, +gl5(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw A.c(A.cs()) +throw A.c(A.aoP())}, +tw(a,b,c){if(!!a.fixed$length)A.a0(A.Y("removeRange")) +A.d6(b,c,a.length,null,null) +a.splice(b,c-b)}, +bw(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)A.a0(A.Y("setRange")) +A.d6(b,c,a.length,null,null) +s=c-b +if(s===0)return +A.dU(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.aiY(d,e).e9(0,!1) +q=0}p=J.az(r) +if(q+s>p.gn(r))throw A.c(A.aoO()) +if(q=0;--o)a[b+o]=p.j(r,q+o) +else for(o=0;o=r)return-1 +for(s=0;s=r +for(s=q;s>=0;--s)if(J.e(a[s],b))return s +return-1}, +t(a,b){var s +for(s=0;sa.length)A.ad(a).c.a(null) +a.length=b}, +j(a,b){if(!(b>=0&&b=0&&b"))}, +ad(a,b){var s=A.ah(a,!0,A.ad(a).c) +this.M(s,b) +return s}, +a9x(a,b){var s +if(0>=a.length)return-1 +for(s=0;s=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.mo.prototype={ +bu(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.grU(b) +if(this.grU(a)===s)return 0 +if(this.grU(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +grU(a){return a===0?1/a<0:a<0}, +gua(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +S(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.Y(""+a+".toInt()"))}, +cN(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.Y(""+a+".ceil()"))}, +dm(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.Y(""+a+".floor()"))}, +ac(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.Y(""+a+".round()"))}, +E7(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +d8(a,b,c){if(B.e.bu(b,c)>0)throw A.c(A.q0(b)) +if(this.bu(a,b)<0)return b +if(this.bu(a,c)>0)return c +return a}, +a5(a,b){var s +if(b>20)throw A.c(A.bY(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.grU(a))return"-"+s +return s}, +acc(a,b){var s +if(b<1||b>21)throw A.c(A.bY(b,1,21,"precision",null)) +s=a.toPrecision(b) +if(a===0&&this.grU(a))return"-"+s +return s}, +j3(a,b){var s,r,q,p +if(b<2||b>36)throw A.c(A.bY(b,2,36,"radix",null)) +s=a.toString(b) +if(B.c.aj(s,s.length-1)!==41)return s +r=/^([\da-z]+)(?:\.([\da-z]+))?\(e\+(\d+)\)$/.exec(s) +if(r==null)A.a0(A.Y("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.am("0",q)}, +h(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}, +EU(a){return-a}, +ad(a,b){return a+b}, +a1(a,b){return a-b}, +am(a,b){return a*b}, +bk(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}, +h8(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.Kq(a,b)}, +cM(a,b){return(a|0)===a?a/b|0:this.Kq(a,b)}, +Kq(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.Y("Result of truncating division is "+A.i(s)+": "+A.i(a)+" ~/ "+A.i(b)))}, +pI(a,b){if(b<0)throw A.c(A.q0(b)) +return b>31?0:a<>>0}, +iy(a,b){return b>31?0:a<>>0}, +bT(a,b){var s +if(a>0)s=this.qv(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +a4c(a,b){if(0>b)throw A.c(A.q0(b)) +return this.qv(a,b)}, +qv(a,b){return b>31?0:a>>>b}, +Fh(a,b){if(b<0)throw A.c(A.q0(b)) +return this.qw(a,b)}, +qw(a,b){if(b>31)return 0 +return a>>>b}, +gdu(a){return A.c7(t.Jy)}, +$idi:1, +$iK:1, +$ico:1} +J.rC.prototype={ +gua(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +EU(a){return-a}, +gdu(a){return A.c7(t.S)}, +$icd:1, +$ip:1} +J.xJ.prototype={ +gdu(a){return A.c7(t.i)}, +$icd:1} +J.jA.prototype={ +aj(a,b){if(b<0)throw A.c(A.q4(a,b)) +if(b>=a.length)A.a0(A.q4(a,b)) +return a.charCodeAt(b)}, +Z(a,b){if(b>=a.length)throw A.c(A.q4(a,b)) +return a.charCodeAt(b)}, +Bv(a,b,c){var s=b.length +if(c>s)throw A.c(A.bY(c,0,s,null,null)) +return new A.TW(b,a,c)}, +Bu(a,b){return this.Bv(a,b,0)}, +ad(a,b){return a+b}, +ls(a,b){var s=b.length,r=a.length +if(s>r)return!1 +return b===this.cZ(a,r-s)}, +QR(a,b,c){A.apT(0,0,a.length,"startIndex") +return A.aJI(a,b,c,0)}, +ud(a,b){var s=A.a(a.split(b),t.s) +return s}, +nh(a,b,c,d){var s=A.d6(b,c,a.length,null,null) +return A.au_(a,b,s,d)}, +d6(a,b,c){var s +if(c<0||c>a.length)throw A.c(A.bY(c,0,a.length,null,null)) +s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}, +c9(a,b){return this.d6(a,b,0)}, +a7(a,b,c){return a.substring(b,A.d6(b,c,a.length,null,null))}, +cZ(a,b){return this.a7(a,b,null)}, +ac8(a){return a.toLowerCase()}, +Rj(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(this.Z(p,0)===133){s=J.ak4(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=this.aj(p,r)===133?J.ak5(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +ack(a){var s,r +if(typeof a.trimLeft!="undefined"){s=a.trimLeft() +if(s.length===0)return s +r=this.Z(s,0)===133?J.ak4(s,1):0}else{r=J.ak4(a,0) +s=a}if(r===0)return s +if(r===s.length)return"" +return s.substring(r)}, +El(a){var s,r,q +if(typeof a.trimRight!="undefined"){s=a.trimRight() +r=s.length +if(r===0)return s +q=r-1 +if(this.aj(s,q)===133)r=J.ak5(s,q)}else{r=J.ak5(a,a.length) +s=a}if(r===s.length)return s +if(r===0)return"" +return s.substring(0,r)}, +am(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.y1) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +pe(a,b,c){var s=b-a.length +if(s<=0)return a +return this.am(c,s)+a}, +ky(a,b,c){var s +if(c<0||c>a.length)throw A.c(A.bY(c,0,a.length,null,null)) +s=a.indexOf(b,c) +return s}, +mS(a,b){return this.ky(a,b,0)}, +Ph(a,b,c){var s,r +if(c==null)c=a.length +else if(c<0||c>a.length)throw A.c(A.bY(c,0,a.length,null,null)) +s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}, +rX(a,b){return this.Ph(a,b,null)}, +vZ(a,b,c){var s=a.length +if(c>s)throw A.c(A.bY(c,0,s,null,null)) +return A.am8(a,b,c)}, +t(a,b){return this.vZ(a,b,0)}, +bu(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}, +gdu(a){return A.c7(t.N)}, +gn(a){return a.length}, +j(a,b){if(!(b>=0&&b").be(s.z[1]).i("Fj<1,2>"))}, +gn(a){return J.bo(this.ghJ())}, +gY(a){return J.j5(this.ghJ())}, +gbY(a){return J.nL(this.ghJ())}, +dn(a,b){var s=A.j(this) +return A.ci(J.aiY(this.ghJ(),b),s.c,s.z[1])}, +bb(a,b){return A.j(this).z[1].a(J.Em(this.ghJ(),b))}, +gG(a){return A.j(this).z[1].a(J.ki(this.ghJ()))}, +gU(a){return A.j(this).z[1].a(J.En(this.ghJ()))}, +t(a,b){return J.El(this.ghJ(),b)}, +h(a){return J.ev(this.ghJ())}} +A.Fj.prototype={ +p(){return this.a.p()}, +gD(a){var s=this.a +return this.$ti.z[1].a(s.gD(s))}} +A.nZ.prototype={ +ghJ(){return this.a}} +A.BN.prototype={$iW:1} +A.Bv.prototype={ +j(a,b){return this.$ti.z[1].a(J.bD(this.a,b))}, +m(a,b,c){J.nK(this.a,b,this.$ti.c.a(c))}, +sn(a,b){J.axp(this.a,b)}, +A(a,b){J.i9(this.a,this.$ti.c.a(b))}, +B(a,b){return J.lO(this.a,b)}, +ff(a){return this.$ti.z[1].a(J.axn(this.a))}, +iq(a,b,c){var s=this.$ti +return A.ci(J.axe(this.a,b,c),s.c,s.z[1])}, +bw(a,b,c,d,e){var s=this.$ti +J.axq(this.a,b,c,A.ci(d,s.z[1],s.c),e)}, +cG(a,b,c,d){return this.bw(a,b,c,d,0)}, +$iW:1, +$iC:1} +A.ca.prototype={ +vS(a,b){return new A.ca(this.a,this.$ti.i("@<1>").be(b).i("ca<1,2>"))}, +ghJ(){return this.a}} +A.ii.prototype={ +A(a,b){return this.a.A(0,this.$ti.c.a(b))}, +M(a,b){var s=this.$ti +this.a.M(0,A.ci(b,s.z[1],s.c))}, +B(a,b){return this.a.B(0,b)}, +wH(a,b){var s,r=this +if(r.b!=null)return r.YJ(b,!0) +s=r.$ti +return new A.ii(r.a.wH(0,b),null,s.i("@<1>").be(s.z[1]).i("ii<1,2>"))}, +YJ(a,b){var s,r=this.b,q=this.$ti,p=q.z[1],o=r==null?A.jF(p):r.$1$0(p) +for(p=this.a,p=p.gW(p),q=q.z[1];p.p();){s=q.a(p.gD(p)) +if(b===a.t(0,s))o.A(0,s)}return o}, +K(a){this.a.K(0)}, +Yu(){var s=this.b,r=this.$ti.z[1],q=s==null?A.jF(r):s.$1$0(r) +q.M(0,this) +return q}, +kR(a){var s=this.b,r=this.$ti.z[1],q=s==null?A.jF(r):s.$1$0(r) +q.M(0,this) +return q}, +$iW:1, +$ick:1, +ghJ(){return this.a}} +A.o_.prototype={ +mp(a,b,c){var s=this.$ti +return new A.o_(this.a,s.i("@<1>").be(s.z[1]).be(b).be(c).i("o_<1,2,3,4>"))}, +ai(a,b){return J.f7(this.a,b)}, +j(a,b){return this.$ti.i("4?").a(J.bD(this.a,b))}, +m(a,b,c){var s=this.$ti +J.nK(this.a,s.c.a(b),s.z[1].a(c))}, +bS(a,b,c){var s=this.$ti +return s.z[3].a(J.aiX(this.a,s.c.a(b),new A.Y2(this,c)))}, +B(a,b){return this.$ti.i("4?").a(J.lO(this.a,b))}, +a0(a,b){J.vm(this.a,new A.Y1(this,b))}, +gcf(a){var s=this.$ti +return A.ci(J.WE(this.a),s.c,s.z[2])}, +gba(a){var s=this.$ti +return A.ci(J.an3(this.a),s.z[1],s.z[3])}, +gn(a){return J.bo(this.a)}, +gY(a){return J.j5(this.a)}, +gbY(a){return J.nL(this.a)}, +gfa(a){return J.an1(this.a).iU(0,new A.Y0(this),this.$ti.i("bX<3,4>"))}} +A.Y2.prototype={ +$0(){return this.a.$ti.z[1].a(this.b.$0())}, +$S(){return this.a.$ti.i("2()")}} +A.Y1.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.i("~(1,2)")}} +A.Y0.prototype={ +$1(a){var s=this.a.$ti,r=s.z[3] +return new A.bX(s.z[2].a(a.a),r.a(a.b),s.i("@<3>").be(r).i("bX<1,2>"))}, +$S(){return this.a.$ti.i("bX<3,4>(bX<1,2>)")}} +A.jC.prototype={ +h(a){return"LateInitializationError: "+this.a}} +A.jg.prototype={ +gn(a){return this.a.length}, +j(a,b){return B.c.aj(this.a,b)}} +A.aif.prototype={ +$0(){return A.e4(null,t.P)}, +$S:124} +A.a8i.prototype={} +A.W.prototype={} +A.bs.prototype={ +gW(a){return new A.bA(this,this.gn(this))}, +a0(a,b){var s,r=this,q=r.gn(r) +for(s=0;s").be(c).i("aw<1,2>"))}, +dn(a,b){return A.dJ(this,b,null,A.j(this).i("bs.E"))}, +e9(a,b){return A.ah(this,b,A.j(this).i("bs.E"))}, +dQ(a){return this.e9(a,!0)}, +kR(a){var s,r=this,q=A.jF(A.j(r).i("bs.E")) +for(s=0;ss)throw A.c(A.bY(r,0,s,"start",null))}}, +gZy(){var s=J.bo(this.a),r=this.c +if(r==null||r>s)return s +return r}, +ga4m(){var s=J.bo(this.a),r=this.b +if(r>s)return s +return r}, +gn(a){var s,r=J.bo(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +bb(a,b){var s=this,r=s.ga4m()+b +if(b<0||r>=s.gZy())throw A.c(A.cN(b,s.gn(s),s,null,"index")) +return J.Em(s.a,r)}, +dn(a,b){var s,r,q=this +A.dU(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new A.kx(q.$ti.i("kx<1>")) +return A.dJ(q.a,s,r,q.$ti.c)}, +E9(a,b){var s,r,q,p=this +A.dU(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return A.dJ(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.bb(q,s);++r.c +return!0}} +A.dE.prototype={ +gW(a){return new A.dR(J.an(this.a),this.b)}, +gn(a){return J.bo(this.a)}, +gY(a){return J.j5(this.a)}, +gG(a){return this.b.$1(J.ki(this.a))}, +gU(a){return this.b.$1(J.En(this.a))}, +bb(a,b){return this.b.$1(J.Em(this.a,b))}} +A.kw.prototype={$iW:1} +A.dR.prototype={ +p(){var s=this,r=s.b +if(r.p()){s.a=s.c.$1(r.gD(r)) +return!0}s.a=null +return!1}, +gD(a){var s=this.a +return s==null?A.j(this).z[1].a(s):s}} +A.aw.prototype={ +gn(a){return J.bo(this.a)}, +bb(a,b){return this.b.$1(J.Em(this.a,b))}} +A.bi.prototype={ +gW(a){return new A.pM(J.an(this.a),this.b)}, +iU(a,b,c){return new A.dE(this,b,this.$ti.i("@<1>").be(c).i("dE<1,2>"))}} +A.pM.prototype={ +p(){var s,r +for(s=this.a,r=this.b;s.p();)if(r.$1(s.gD(s)))return!0 +return!1}, +gD(a){var s=this.a +return s.gD(s)}} +A.kz.prototype={ +gW(a){return new A.HJ(J.an(this.a),this.b,B.iO)}} +A.HJ.prototype={ +gD(a){var s=this.d +return s==null?A.j(this).z[1].a(s):s}, +p(){var s,r,q=this,p=q.c +if(p==null)return!1 +for(s=q.a,r=q.b;!p.p();){q.d=null +if(s.p()){q.c=null +p=J.an(r.$1(s.gD(s))) +q.c=p}else return!1}p=q.c +q.d=p.gD(p) +return!0}} +A.pt.prototype={ +gW(a){return new A.Nj(J.an(this.a),this.b)}} +A.wM.prototype={ +gn(a){var s=J.bo(this.a),r=this.b +if(s>r)return r +return s}, +$iW:1} +A.Nj.prototype={ +p(){if(--this.b>=0)return this.a.p() +this.b=-1 +return!1}, +gD(a){var s +if(this.b<0){A.j(this).c.a(null) +return null}s=this.a +return s.gD(s)}} +A.l7.prototype={ +dn(a,b){A.ql(b,"count") +A.dU(b,"count") +return new A.l7(this.a,this.b+b,A.j(this).i("l7<1>"))}, +gW(a){return new A.tG(J.an(this.a),this.b)}} +A.r1.prototype={ +gn(a){var s=J.bo(this.a)-this.b +if(s>=0)return s +return 0}, +dn(a,b){A.ql(b,"count") +A.dU(b,"count") +return new A.r1(this.a,this.b+b,this.$ti)}, +$iW:1} +A.tG.prototype={ +p(){var s,r +for(s=this.a,r=0;r"))}, +dn(a,b){A.dU(b,"count") +return this}, +e9(a,b){var s=this.$ti.c +return b?J.rB(0,s):J.IO(0,s)}, +dQ(a){return this.e9(a,!0)}, +kR(a){return A.jF(this.$ti.c)}} +A.Hr.prototype={ +p(){return!1}, +gD(a){throw A.c(A.cs())}} +A.kA.prototype={ +gW(a){return new A.I4(J.an(this.a),this.b)}, +gn(a){return J.bo(this.a)+J.bo(this.b)}, +gY(a){return J.j5(this.a)&&J.j5(this.b)}, +gbY(a){return J.nL(this.a)||J.nL(this.b)}, +t(a,b){return J.El(this.a,b)||J.El(this.b,b)}, +gG(a){var s=J.an(this.a) +if(s.p())return s.gD(s) +return J.ki(this.b)}, +gU(a){var s,r=J.an(this.b) +if(r.p()){s=r.gD(r) +for(;r.p();)s=r.gD(r) +return s}return J.En(this.a)}} +A.wL.prototype={ +bb(a,b){var s=this.a,r=J.az(s),q=r.gn(s) +if(b"))}} +A.i1.prototype={ +p(){var s,r +for(s=this.a,r=this.$ti.c;s.p();)if(r.b(s.gD(s)))return!0 +return!1}, +gD(a){var s=this.a +return this.$ti.c.a(s.gD(s))}} +A.x5.prototype={ +sn(a,b){throw A.c(A.Y("Cannot change the length of a fixed-length list"))}, +A(a,b){throw A.c(A.Y("Cannot add to a fixed-length list"))}, +B(a,b){throw A.c(A.Y("Cannot remove from a fixed-length list"))}, +ff(a){throw A.c(A.Y("Cannot remove from a fixed-length list"))}} +A.Oc.prototype={ +m(a,b,c){throw A.c(A.Y("Cannot modify an unmodifiable list"))}, +sn(a,b){throw A.c(A.Y("Cannot change the length of an unmodifiable list"))}, +A(a,b){throw A.c(A.Y("Cannot add to an unmodifiable list"))}, +B(a,b){throw A.c(A.Y("Cannot remove from an unmodifiable list"))}, +ff(a){throw A.c(A.Y("Cannot remove from an unmodifiable list"))}, +bw(a,b,c,d,e){throw A.c(A.Y("Cannot modify an unmodifiable list"))}, +cG(a,b,c,d){return this.bw(a,b,c,d,0)}} +A.ui.prototype={} +A.c0.prototype={ +gn(a){return J.bo(this.a)}, +bb(a,b){var s=this.a,r=J.az(s) +return r.bb(s,r.gn(s)-1-b)}} +A.pr.prototype={ +gu(a){var s=this._hashCode +if(s!=null)return s +s=664597*J.v(this.a)&536870911 +this._hashCode=s +return s}, +h(a){return'Symbol("'+A.i(this.a)+'")'}, +k(a,b){if(b==null)return!1 +return b instanceof A.pr&&this.a==b.a}, +$ips:1} +A.DN.prototype={} +A.pW.prototype={$r:"+cacheSize,maxTextLength(1,2)",$s:1} +A.CG.prototype={$r:"+key,value(1,2)",$s:2} +A.CH.prototype={$r:"+breaks,graphemes,words(1,2,3)",$s:3} +A.CI.prototype={$r:"+large,medium,small(1,2,3)",$s:4} +A.o0.prototype={} +A.qL.prototype={ +mp(a,b,c){var s=A.j(this) +return A.apb(this,s.c,s.z[1],b,c)}, +gY(a){return this.gn(this)===0}, +gbY(a){return this.gn(this)!==0}, +h(a){return A.ake(this)}, +m(a,b,c){A.ajn()}, +bS(a,b,c){A.ajn()}, +B(a,b){A.ajn()}, +gfa(a){return this.a7M(0,A.j(this).i("bX<1,2>"))}, +a7M(a,b){var s=this +return A.E1(function(){var r=a +var q=0,p=1,o,n,m,l +return function $async$gfa(c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:n=s.gcf(s),n=n.gW(n),m=A.j(s),m=m.i("@<1>").be(m.z[1]).i("bX<1,2>") +case 2:if(!n.p()){q=3 +break}l=n.gD(n) +q=4 +return new A.bX(l,s.j(0,l),m) +case 4:q=2 +break +case 3:return A.C7() +case 1:return A.C8(o)}}},b)}, +t5(a,b,c,d){var s=A.E(c,d) +this.a0(0,new A.YH(this,b,s)) +return s}, +$iaN:1} +A.YH.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.m(0,s.a,s.b)}, +$S(){return A.j(this.a).i("~(1,2)")}} +A.bp.prototype={ +gn(a){return this.a}, +ai(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.b.hasOwnProperty(b)}, +j(a,b){if(!this.ai(0,b))return null +return this.b[b]}, +a0(a,b){var s,r,q,p,o=this.c +for(s=o.length,r=this.b,q=0;q"))}, +gba(a){var s=this.$ti +return A.yb(this.c,new A.YI(this),s.c,s.z[1])}} +A.YI.prototype={ +$1(a){return this.a.b[a]}, +$S(){return this.a.$ti.i("2(1)")}} +A.BB.prototype={ +gW(a){var s=this.a.c +return new J.ic(s,s.length)}, +gn(a){return this.a.c.length}} +A.c3.prototype={ +nQ(){var s,r,q,p=this,o=p.$map +if(o==null){s=p.$ti +r=s.c +q=A.aAl(r) +o=A.kK(null,A.aH7(),q,r,s.z[1]) +A.ath(p.a,o) +p.$map=o}return o}, +ai(a,b){return this.nQ().ai(0,b)}, +j(a,b){return this.nQ().j(0,b)}, +a0(a,b){this.nQ().a0(0,b)}, +gcf(a){var s=this.nQ() +return new A.bd(s,A.j(s).i("bd<1>"))}, +gba(a){var s=this.nQ() +return s.gba(s)}, +gn(a){return this.nQ().a}} +A.a0w.prototype={ +$1(a){return this.a.b(a)}, +$S:28} +A.xD.prototype={ +X4(a){if(false)A.atv(0,0)}, +k(a,b){if(b==null)return!1 +return b instanceof A.xD&&this.a.k(0,b.a)&&A.alT(this)===A.alT(b)}, +gu(a){return A.T(this.a,A.alT(this),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +h(a){var s=B.b.cs([A.c7(this.$ti.c)],", ") +return this.a.h(0)+" with "+("<"+s+">")}} +A.xE.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.atv(A.We(this.a),this.$ti)}} +A.xH.prototype={ +gaaz(){var s=this.a +if(t.if.b(s))return s +return this.a=new A.pr(s)}, +gabf(){var s,r,q,p,o,n=this +if(n.c===1)return B.kz +s=n.d +r=J.az(s) +q=r.gn(s)-J.bo(n.e)-n.f +if(q===0)return B.kz +p=[] +for(o=0;o>>0}, +h(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.a5J(this.a)+"'")}} +A.PI.prototype={ +h(a){return"Reading static variable '"+this.a+"' during its initialization"}} +A.M0.prototype={ +h(a){return"RuntimeError: "+this.a}} +A.af5.prototype={} +A.fg.prototype={ +gn(a){return this.a}, +gY(a){return this.a===0}, +gbY(a){return this.a!==0}, +gcf(a){return new A.bd(this,A.j(this).i("bd<1>"))}, +gba(a){var s=A.j(this) +return A.yb(new A.bd(this,s.i("bd<1>")),new A.a2q(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.OP(b)}, +OP(a){var s=this.d +if(s==null)return!1 +return this.p0(s[this.p_(a)],a)>=0}, +a6D(a,b){return new A.bd(this,A.j(this).i("bd<1>")).fM(0,new A.a2p(this,b))}, +M(a,b){J.vm(b,new A.a2o(this))}, +j(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.OQ(b)}, +OQ(a){var s,r,q=this.d +if(q==null)return null +s=q[this.p_(a)] +r=this.p0(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.GA(s==null?q.b=q.Ap():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=q.c +q.GA(r==null?q.c=q.Ap():r,b,c)}else q.OS(b,c)}, +OS(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.Ap() +s=p.p_(a) +r=o[s] +if(r==null)o[s]=[p.Aq(a,b)] +else{q=p.p0(r,a) +if(q>=0)r[q].b=b +else r.push(p.Aq(a,b))}}, +bS(a,b,c){var s,r,q=this +if(q.ai(0,b)){s=q.j(0,b) +return s==null?A.j(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.JJ(s.b,b) +else if(typeof b=="number"&&(b&0x3fffffff)===b)return s.JJ(s.c,b) +else return s.OR(b)}, +OR(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.p_(a) +r=n[s] +q=o.p0(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.KG(p) +if(r.length===0)delete n[s] +return p.b}, +K(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.Ao()}}, +a0(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.bT(s)) +r=r.c}}, +GA(a,b,c){var s=a[b] +if(s==null)a[b]=this.Aq(b,c) +else s.b=c}, +JJ(a,b){var s +if(a==null)return null +s=a[b] +if(s==null)return null +this.KG(s) +delete a[b] +return s.b}, +Ao(){this.r=this.r+1&1073741823}, +Aq(a,b){var s,r=this,q=new A.a32(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.Ao() +return q}, +KG(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.Ao()}, +p_(a){return J.v(a)&0x3fffffff}, +p0(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}} +A.a2q.prototype={ +$1(a){var s=this.a,r=s.j(0,a) +return r==null?A.j(s).z[1].a(r):r}, +$S(){return A.j(this.a).i("2(1)")}} +A.a2p.prototype={ +$1(a){return J.e(this.a.j(0,a),this.b)}, +$S(){return A.j(this.a).i("I(1)")}} +A.a2o.prototype={ +$2(a,b){this.a.m(0,a,b)}, +$S(){return A.j(this.a).i("~(1,2)")}} +A.a32.prototype={} +A.bd.prototype={ +gn(a){return this.a.a}, +gY(a){return this.a.a===0}, +gW(a){var s=this.a,r=new A.y0(s,s.r) +r.c=s.e +return r}, +t(a,b){return this.a.ai(0,b)}, +a0(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.bT(s)) +r=r.c}}} +A.y0.prototype={ +gD(a){return this.d}, +p(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.c(A.bT(q)) +s=r.c +if(s==null){r.d=null +return!1}else{r.d=s.a +r.c=s.c +return!0}}} +A.ahT.prototype={ +$1(a){return this.a(a)}, +$S:78} +A.ahU.prototype={ +$2(a,b){return this.a(a,b)}, +$S:229} +A.ahV.prototype={ +$1(a){return this.a(a)}, +$S:130} +A.CD.prototype={ +gdu(a){return A.c7(this.Ie())}, +Ie(){return A.aIv(this.$r,this.zW())}, +h(a){return this.Kz(!1)}, +Kz(a){var s,r,q,p,o,n=this.ZK(),m=this.zW(),l=(a?""+"Record ":"")+"(" +for(s=n.length,r="",q=0;q0;){--q;--s +j[q]=r[s]}}return A.a34(j,k)}, +$ip9:1} +A.CE.prototype={ +zW(){return[this.a,this.b]}, +k(a,b){if(b==null)return!1 +return b instanceof A.CE&&this.$s===b.$s&&J.e(this.a,b.a)&&J.e(this.b,b.b)}, +gu(a){return A.T(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.CF.prototype={ +zW(){return[this.a,this.b,this.c]}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.CF&&s.$s===b.$s&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)}, +gu(a){var s=this +return A.T(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.IP.prototype={ +h(a){return"RegExp/"+this.a+"/"+this.b.flags}, +ga29(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.aoV(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +CC(a){var s=this.b.exec(a) +if(s==null)return null +return new A.Ch(s)}, +T6(a){var s=this.CC(a) +if(s!=null)return s.b[0] +return null}, +Bv(a,b,c){var s=b.length +if(c>s)throw A.c(A.bY(c,0,s,null,null)) +return new A.OC(this,b,c)}, +Bu(a,b){return this.Bv(a,b,0)}, +ZE(a,b){var s,r=this.ga29() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.Ch(s)}} +A.Ch.prototype={ +gko(a){var s=this.b +return s.index+s[0].length}, +j(a,b){return this.b[b]}, +$iyc:1, +$iLm:1} +A.OC.prototype={ +gW(a){return new A.OD(this.a,this.b,this.c)}} +A.OD.prototype={ +gD(a){var s=this.d +return s==null?t.Qz.a(s):s}, +p(){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.ZE(m,s) +if(p!=null){n.d=p +o=p.gko(p) +if(p.b.index===o){if(q.b.unicode){s=n.c +q=s+1 +if(q=55296&&s<=56319){s=B.c.aj(m,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.AH.prototype={ +j(a,b){if(b!==0)A.a0(A.a5P(b,null,null)) +return this.c}, +$iyc:1} +A.TW.prototype={ +gW(a){return new A.afG(this.a,this.b,this.c)}, +gG(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new A.AH(r,s) +throw A.c(A.cs())}} +A.afG.prototype={ +p(){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.AH(s,o) +q.c=r===q.c?r+1:r +return!0}, +gD(a){var s=this.d +s.toString +return s}} +A.ac1.prototype={ +aN(){var s=this.b +if(s===this)throw A.c(new A.jC("Local '"+this.a+"' has not been initialized.")) +return s}, +ao(){var s=this.b +if(s===this)throw A.c(A.iy(this.a)) +return s}, +sdY(a){var s=this +if(s.b!==s)throw A.c(new A.jC("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +A.yy.prototype={ +gdu(a){return B.O8}, +LR(a,b,c){throw A.c(A.Y("Int64List not supported by dart2js."))}, +$icd:1, +$iFe:1} +A.yD.prototype={ +a1t(a,b,c,d){var s=A.bY(b,0,c,d,null) +throw A.c(s)}, +Ha(a,b,c,d){if(b>>>0!==b||b>c)this.a1t(a,b,c,d)}, +$id_:1} +A.yz.prototype={ +gdu(a){return B.O9}, +EH(a,b,c){throw A.c(A.Y("Int64 accessor not supported by dart2js."))}, +F9(a,b,c,d){throw A.c(A.Y("Int64 accessor not supported by dart2js."))}, +$icd:1, +$ibS:1} +A.rY.prototype={ +gn(a){return a.length}, +K3(a,b,c,d,e){var s,r,q=a.length +this.Ha(a,b,q,"start") +this.Ha(a,c,q,"end") +if(b>c)throw A.c(A.bY(b,0,c,null,null)) +s=c-b +if(e<0)throw A.c(A.cp(e,null)) +r=d.length +if(r-e").b(b))s.H3(b) +else s.q2(b)}}, +r2(a,b){var s=this.a +if(this.b)s.fF(a,b) +else s.uA(a,b)}} +A.ago.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:23} +A.agp.prototype={ +$2(a,b){this.a.$2(1,new A.wT(a,b))}, +$S:257} +A.ahr.prototype={ +$2(a,b){this.a(a,b)}, +$S:258} +A.uL.prototype={ +h(a){return"IterationMarker("+this.b+", "+A.i(this.a)+")"}} +A.fN.prototype={ +gD(a){var s=this.c +if(s==null)return this.b +return s.gD(s)}, +p(){var s,r,q,p,o,n=this +for(;!0;){s=n.c +if(s!=null)if(s.p())return!0 +else n.c=null +r=function(a,b,c){var m,l=b +while(true)try{return a(l,m)}catch(k){m=k +l=c}}(n.a,0,1) +if(r instanceof A.uL){q=r.b +if(q===2){p=n.d +if(p==null||p.length===0){n.b=null +return!1}n.a=p.pop() +continue}else{s=r.a +if(q===3)throw s +else{o=J.an(s) +if(o instanceof A.fN){s=n.d +if(s==null)s=n.d=[] +s.push(n.a) +n.a=o.a +continue}else{n.c=o +continue}}}}else{n.b=r +return!0}}return!1}} +A.Dk.prototype={ +gW(a){return new A.fN(this.a())}} +A.EJ.prototype={ +h(a){return A.i(this.a)}, +$ibV:1, +gpK(){return this.b}} +A.ls.prototype={} +A.Br.prototype={ +As(){}, +Av(){}} +A.Bq.prototype={ +gFz(a){return new A.ls(this,A.j(this).i("ls<1>"))}, +gJ8(){return this.c<4}, +a3s(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}, +Kj(a,b,c,d){var s,r,q,p,o,n,m=this +if((m.c&4)!==0)return A.ard(c) +s=$.ak +r=d?1:0 +q=A.al4(s,a) +A.ar8(s,b) +p=c==null?A.asT():c +o=new A.Br(m,q,p,s,r,A.j(m).i("Br<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.Wd(m.a) +return o}, +Jz(a){var s,r=this +A.j(r).i("Br<1>").a(a) +if(a.ch===a)return null +s=a.ay +if((s&2)!==0)a.ay=s|4 +else{r.a3s(a) +if((r.c&2)===0&&r.d==null)r.Y5()}return null}, +JA(a){}, +JC(a){}, +Gy(){if((this.c&4)!==0)return new A.iQ("Cannot add new events after calling close") +return new A.iQ("Cannot add new events while doing an addStream")}, +A(a,b){if(!this.gJ8())throw A.c(this.Gy()) +this.qt(b)}, +c4(a){var s,r,q=this +if((q.c&4)!==0){s=q.r +s.toString +return s}if(!q.gJ8())throw A.c(q.Gy()) +q.c|=4 +r=q.r +if(r==null)r=q.r=new A.al($.ak,t.W) +q.mh() +return r}, +Y5(){if((this.c&4)!==0){var s=this.r +if((s.a&30)===0)s.mb(null)}A.Wd(this.b)}} +A.Bn.prototype={ +qt(a){var s +for(s=this.d;s!=null;s=s.ch)s.uw(new A.ux(a))}, +mh(){var s=this.d +if(s!=null)for(;s!=null;s=s.ch)s.uw(B.f6) +else this.r.mb(null)}} +A.a0s.prototype={ +$0(){var s,r,q +try{this.a.nK(this.b.$0())}catch(q){s=A.aq(q) +r=A.aV(q) +A.as_(this.a,s,r)}}, +$S:0} +A.a0r.prototype={ +$0(){this.c.a(null) +this.b.nK(null)}, +$S:0} +A.a0u.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.fF(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.fF(s.e.aN(),s.f.aN())}, +$S:76} +A.a0t.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.nK(s,r.b,a) +if(q.b===0)r.c.q2(A.oI(s,!0,r.w))}else if(q.b===0&&!r.e)r.c.fF(r.f.aN(),r.r.aN())}, +$S(){return this.w.i("aT(0)")}} +A.us.prototype={ +r2(a,b){A.fs(a,"error",t.K) +if((this.a.a&30)!==0)throw A.c(A.ab("Future already completed")) +if(b==null)b=A.Xb(a) +this.fF(a,b)}, +ke(a){return this.r2(a,null)}} +A.bj.prototype={ +dq(a,b){var s=this.a +if((s.a&30)!==0)throw A.c(A.ab("Future already completed")) +s.mb(b)}, +iG(a){return this.dq(a,null)}, +fF(a,b){this.a.uA(a,b)}} +A.Dj.prototype={ +dq(a,b){var s=this.a +if((s.a&30)!==0)throw A.c(A.ab("Future already completed")) +s.nK(b)}, +fF(a,b){this.a.fF(a,b)}} +A.k6.prototype={ +aat(a){if((this.c&15)!==6)return!0 +return this.b.b.E8(this.d,a.a)}, +a8o(a){var s,r=this.e,q=null,p=a.a,o=this.b.b +if(t.Hg.b(r))q=o.R2(r,p,a.b) +else q=o.E8(r,p) +try{p=q +return p}catch(s){if(t.on.b(A.aq(s))){if((this.c&1)!==0)throw A.c(A.cp("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.c(A.cp("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.al.prototype={ +fZ(a,b,c){var s,r,q=$.ak +if(q===B.ad){if(b!=null&&!t.Hg.b(b)&&!t.C_.b(b))throw A.c(A.eK(b,"onError",u.w))}else if(b!=null)b=A.asw(b,q) +s=new A.al(q,c.i("al<0>")) +r=b==null?1:3 +this.pW(new A.k6(s,r,a,b,this.$ti.i("@<1>").be(c).i("k6<1,2>"))) +return s}, +c1(a,b){return this.fZ(a,null,b)}, +Ku(a,b,c){var s=new A.al($.ak,c.i("al<0>")) +this.pW(new A.k6(s,3,a,b,this.$ti.i("@<1>").be(c).i("k6<1,2>"))) +return s}, +of(a,b){var s=this.$ti,r=$.ak,q=new A.al(r,s) +if(r!==B.ad)a=A.asw(a,r) +this.pW(new A.k6(q,2,b,a,s.i("@<1>").be(s.c).i("k6<1,2>"))) +return q}, +lo(a){return this.of(a,null)}, +m3(a){var s=this.$ti,r=new A.al($.ak,s) +this.pW(new A.k6(r,8,a,null,s.i("@<1>").be(s.c).i("k6<1,2>"))) +return r}, +a41(a){this.a=this.a&1|16 +this.c=a}, +zg(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +pW(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.pW(a) +return}s.zg(r)}A.nC(null,null,s.b,new A.adc(s,a))}}, +Jw(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.Jw(a) +return}n.zg(s)}m.a=n.vh(a) +A.nC(null,null,n.b,new A.adk(m,n))}}, +vf(){var s=this.c +this.c=null +return this.vh(s)}, +vh(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +zb(a){var s,r,q,p=this +p.a^=2 +try{a.fZ(new A.adg(p),new A.adh(p),t.P)}catch(q){s=A.aq(q) +r=A.aV(q) +A.kf(new A.adi(p,s,r))}}, +nK(a){var s,r=this,q=r.$ti +if(q.i("af<1>").b(a))if(q.b(a))A.adf(a,r) +else r.zb(a) +else{s=r.vf() +r.a=8 +r.c=a +A.uE(r,s)}}, +q2(a){var s=this,r=s.vf() +s.a=8 +s.c=a +A.uE(s,r)}, +fF(a,b){var s=this.vf() +this.a41(A.Xa(a,b)) +A.uE(this,s)}, +mb(a){if(this.$ti.i("af<1>").b(a)){this.H3(a) +return}this.XM(a)}, +XM(a){this.a^=2 +A.nC(null,null,this.b,new A.ade(this,a))}, +H3(a){var s=this +if(s.$ti.b(a)){if((a.a&16)!==0){s.a^=2 +A.nC(null,null,s.b,new A.adj(s,a))}else A.adf(a,s) +return}s.zb(a)}, +uA(a,b){this.a^=2 +A.nC(null,null,this.b,new A.add(this,a,b))}, +$iaf:1} +A.adc.prototype={ +$0(){A.uE(this.a,this.b)}, +$S:0} +A.adk.prototype={ +$0(){A.uE(this.b,this.a.a)}, +$S:0} +A.adg.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.q2(p.$ti.c.a(a))}catch(q){s=A.aq(q) +r=A.aV(q) +p.fF(s,r)}}, +$S:10} +A.adh.prototype={ +$2(a,b){this.a.fF(a,b)}, +$S:39} +A.adi.prototype={ +$0(){this.a.fF(this.b,this.c)}, +$S:0} +A.ade.prototype={ +$0(){this.a.q2(this.b)}, +$S:0} +A.adj.prototype={ +$0(){A.adf(this.b,this.a)}, +$S:0} +A.add.prototype={ +$0(){this.a.fF(this.b,this.c)}, +$S:0} +A.adn.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.fz(q.d)}catch(p){s=A.aq(p) +r=A.aV(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.Xa(s,r) +o.b=!0 +return}if(l instanceof A.al&&(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.c1(new A.ado(n),t.z) +q.b=!1}}, +$S:0} +A.ado.prototype={ +$1(a){return this.a}, +$S:269} +A.adm.prototype={ +$0(){var s,r,q,p,o +try{q=this.a +p=q.a +q.c=p.b.b.E8(p.d,this.b)}catch(o){s=A.aq(o) +r=A.aV(o) +q=this.a +q.c=A.Xa(s,r) +q.b=!0}}, +$S:0} +A.adl.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.aat(s)&&p.a.e!=null){p.c=p.a.a8o(s) +p.b=!1}}catch(o){r=A.aq(o) +q=A.aV(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.Xa(r,q) +n.b=!0}}, +$S:0} +A.OS.prototype={} +A.dI.prototype={ +gn(a){var s={},r=new A.al($.ak,t.wJ) +s.a=0 +this.kC(new A.a8W(s,this),!0,new A.a8X(s,r),r.gHs()) +return r}, +gG(a){var s=new A.al($.ak,A.j(this).i("al")),r=this.kC(null,!0,new A.a8U(s),s.gHs()) +r.x8(new A.a8V(this,r,s)) +return s}} +A.a8W.prototype={ +$1(a){++this.a.a}, +$S(){return A.j(this.b).i("~(dI.T)")}} +A.a8X.prototype={ +$0(){this.b.nK(this.a.a)}, +$S:0} +A.a8U.prototype={ +$0(){var s,r,q,p +try{q=A.cs() +throw A.c(q)}catch(p){s=A.aq(p) +r=A.aV(p) +A.as_(this.a,s,r)}}, +$S:0} +A.a8V.prototype={ +$1(a){A.aG4(this.b,this.c,a)}, +$S(){return A.j(this.a).i("~(dI.T)")}} +A.AG.prototype={ +kC(a,b,c,d){return this.a.kC(a,!0,c,d)}} +A.Dg.prototype={ +gFz(a){return new A.f3(this,A.j(this).i("f3<1>"))}, +ga2L(){if((this.b&8)===0)return this.a +return this.a.gEx()}, +I0(){var s,r=this +if((r.b&8)===0){s=r.a +return s==null?r.a=new A.CC():s}s=r.a.gEx() +return s}, +gKk(){var s=this.a +return(this.b&8)!==0?s.gEx():s}, +GV(){if((this.b&4)!==0)return new A.iQ("Cannot add event after closing") +return new A.iQ("Cannot add event while adding a stream")}, +HY(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.Ei():new A.al($.ak,t.W) +return s}, +A(a,b){if(this.b>=4)throw A.c(this.GV()) +this.GT(0,b)}, +c4(a){var s=this,r=s.b +if((r&4)!==0)return s.HY() +if(r>=4)throw A.c(s.GV()) +s.Hp() +return s.HY()}, +Hp(){var s=this.b|=4 +if((s&1)!==0)this.mh() +else if((s&3)===0)this.I0().A(0,B.f6)}, +GT(a,b){var s=this.b +if((s&1)!==0)this.qt(b) +else if((s&3)===0)this.I0().A(0,new A.ux(b))}, +Kj(a,b,c,d){var s,r,q,p,o=this +if((o.b&3)!==0)throw A.c(A.ab("Stream has already been listened to.")) +s=A.aET(o,a,b,c,d) +r=o.ga2L() +q=o.b|=1 +if((q&8)!==0){p=o.a +p.sEx(s) +p.abS(0)}else o.a=s +s.a43(r) +q=s.e +s.e=q|32 +new A.afF(o).$0() +s.e&=4294967263 +s.Hb((q&4)!==0) +return s}, +Jz(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.bW(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.aq(o) +p=A.aV(o) +n=new A.al($.ak,t.W) +n.uA(q,p) +k=n}else k=k.m3(s) +m=new A.afE(l) +if(k!=null)k=k.m3(m) +else m.$0() +return k}, +JA(a){if((this.b&8)!==0)this.a.adw(0) +A.Wd(this.e)}, +JC(a){if((this.b&8)!==0)this.a.abS(0) +A.Wd(this.f)}} +A.afF.prototype={ +$0(){A.Wd(this.a.d)}, +$S:0} +A.afE.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.mb(null)}, +$S:0} +A.OT.prototype={ +qt(a){this.gKk().uw(new A.ux(a))}, +mh(){this.gKk().uw(B.f6)}} +A.nl.prototype={} +A.f3.prototype={ +gu(a){return(A.hR(this.a)^892482866)>>>0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.f3&&b.a===this.a}} +A.BD.prototype={ +Jk(){return this.w.Jz(this)}, +As(){this.w.JA(this)}, +Av(){this.w.JC(this)}} +A.P3.prototype={ +a43(a){if(a==null)return +this.r=a +if(a.c!=null){this.e|=64 +a.yd(this)}}, +x8(a){this.a=A.al4(this.d,a)}, +bW(a){var s=this.e&=4294967279 +if((s&8)===0)this.H1() +s=this.f +return s==null?$.Ei():s}, +H1(){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.Jk()}, +As(){}, +Av(){}, +Jk(){return null}, +uw(a){var s,r=this,q=r.r +if(q==null)q=r.r=new A.CC() +q.A(0,a) +s=r.e +if((s&64)===0){s|=64 +r.e=s +if(s<128)q.yd(r)}}, +qt(a){var s=this,r=s.e +s.e=r|32 +s.d.xG(s.a,a) +s.e&=4294967263 +s.Hb((r&4)!==0)}, +mh(){var s,r=this,q=new A.abw(r) +r.H1() +r.e|=16 +s=r.f +if(s!=null&&s!==$.Ei())s.m3(q) +else q.$0()}, +Hb(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.As() +else q.Av() +p=q.e&=4294967263}if((p&64)!==0&&p<128)q.r.yd(q)}} +A.abw.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=r|42 +s.d.pq(s.c) +s.e&=4294967263}, +$S:0} +A.Dh.prototype={ +kC(a,b,c,d){return this.a.Kj(a,d,c,b===!0)}, +aai(a){return this.kC(a,null,null,null)}, +aaj(a,b){return this.kC(a,null,null,b)}} +A.PS.prototype={ +gte(a){return this.a}, +ste(a,b){return this.a=b}} +A.ux.prototype={ +Q7(a){a.qt(this.b)}} +A.acz.prototype={ +Q7(a){a.mh()}, +gte(a){return null}, +ste(a,b){throw A.c(A.ab("No events after a done."))}} +A.CC.prototype={ +yd(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}A.kf(new A.aeG(s,a)) +s.a=1}, +A(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.ste(0,b) +s.c=b}}} +A.aeG.prototype={ +$0(){var s,r,q=this.a,p=q.a +q.a=0 +if(p===3)return +s=q.b +r=s.gte(s) +q.b=r +if(r==null)q.c=null +s.Q7(this.b)}, +$S:0} +A.BH.prototype={ +a3R(){var s=this +if((s.b&2)!==0)return +A.nC(null,null,s.a,s.ga3X()) +s.b|=2}, +x8(a){}, +bW(a){return $.Ei()}, +mh(){var s,r=this,q=r.b&=4294967293 +if(q>=4)return +r.b=q|1 +s=r.c +if(s!=null)r.a.pq(s)}} +A.TV.prototype={} +A.BQ.prototype={ +kC(a,b,c,d){return A.ard(c)}} +A.ags.prototype={ +$0(){return this.a.nK(this.b)}, +$S:0} +A.agd.prototype={} +A.ahm.prototype={ +$0(){var s=this.a,r=this.b +A.fs(s,"error",t.K) +A.fs(r,"stackTrace",t.Km) +A.aA0(s,r)}, +$S:0} +A.af9.prototype={ +pq(a){var s,r,q +try{if(B.ad===$.ak){a.$0() +return}A.asx(null,null,this,a)}catch(q){s=A.aq(q) +r=A.aV(q) +A.E2(s,r)}}, +ac1(a,b){var s,r,q +try{if(B.ad===$.ak){a.$1(b) +return}A.asy(null,null,this,a,b)}catch(q){s=A.aq(q) +r=A.aV(q) +A.E2(s,r)}}, +xG(a,b){return this.ac1(a,b,t.z)}, +a5Q(a,b,c,d){return new A.afa(this,a,c,d,b)}, +BD(a){return new A.afb(this,a)}, +a5R(a,b){return new A.afc(this,a,b)}, +j(a,b){return null}, +abZ(a){if($.ak===B.ad)return a.$0() +return A.asx(null,null,this,a)}, +fz(a){return this.abZ(a,t.z)}, +ac0(a,b){if($.ak===B.ad)return a.$1(b) +return A.asy(null,null,this,a,b)}, +E8(a,b){return this.ac0(a,b,t.z,t.z)}, +ac_(a,b,c){if($.ak===B.ad)return a.$2(b,c) +return A.aHn(null,null,this,a,b,c)}, +R2(a,b,c){return this.ac_(a,b,c,t.z,t.z,t.z)}, +abv(a){return a}, +E0(a){return this.abv(a,t.z,t.z,t.z)}} +A.afa.prototype={ +$2(a,b){return this.a.R2(this.b,a,b)}, +$S(){return this.e.i("@<0>").be(this.c).be(this.d).i("1(2,3)")}} +A.afb.prototype={ +$0(){return this.a.pq(this.b)}, +$S:0} +A.afc.prototype={ +$1(a){return this.a.xG(this.b,a)}, +$S(){return this.c.i("~(0)")}} +A.pS.prototype={ +gn(a){return this.a}, +gY(a){return this.a===0}, +gbY(a){return this.a!==0}, +gcf(a){return new A.pT(this,A.j(this).i("pT<1>"))}, +gba(a){var s=A.j(this) +return A.yb(new A.pT(this,s.i("pT<1>")),new A.adq(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.YK(b)}, +YK(a){var s=this.d +if(s==null)return!1 +return this.hb(this.I6(s,a),a)>=0}, +j(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:A.al6(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:A.al6(q,b) +return r}else return this.a_a(0,b)}, +a_a(a,b){var s,r,q=this.d +if(q==null)return null +s=this.I6(q,b) +r=this.hb(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.Hq(s==null?q.b=A.al7():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.Hq(r==null?q.c=A.al7():r,b,c)}else q.a4_(b,c)}, +a4_(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=A.al7() +s=p.hF(a) +r=o[s] +if(r==null){A.al8(o,s,[a,b]);++p.a +p.e=null}else{q=p.hb(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +bS(a,b,c){var s,r,q=this +if(q.ai(0,b)){s=q.j(0,b) +return s==null?A.j(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.ld(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.ld(s.c,b) +else return s.qq(0,b)}, +qq(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.hF(b) +r=n[s] +q=o.hb(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}, +a0(a,b){var s,r,q,p,o,n=this,m=n.zl() +for(s=m.length,r=A.j(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.Cc.prototype={ +p_(a){return A.nH(a)&1073741823}, +p0(a,b){var s,r,q +if(a==null)return-1 +s=a.length +for(r=0;r"))}, +gW(a){return new A.np(this,this.q3())}, +gn(a){return this.a}, +gY(a){return this.a===0}, +gbY(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.zo(b)}, +zo(a){var s=this.d +if(s==null)return!1 +return this.hb(s[this.hF(a)],a)>=0}, +A(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.q_(s==null?q.b=A.al9():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.q_(r==null?q.c=A.al9():r,b)}else return q.h9(0,b)}, +h9(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.al9() +s=q.hF(b) +r=p[s] +if(r==null)p[s]=[b] +else{if(q.hb(r,b)>=0)return!1 +r.push(b)}++q.a +q.e=null +return!0}, +M(a,b){var s +for(s=J.an(b);s.p();)this.A(0,s.gD(s))}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.ld(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.ld(s.c,b) +else return s.qq(0,b)}, +qq(a,b){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.hF(b) +r=o[s] +q=p.hb(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}, +K(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +q3(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=A.ay(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.fL.prototype={ +qh(){return new A.fL(A.j(this).i("fL<1>"))}, +Jg(a){return new A.fL(a.i("fL<0>"))}, +a2c(){return this.Jg(t.z)}, +gW(a){var s=new A.i3(this,this.r) +s.c=this.e +return s}, +gn(a){return this.a}, +gY(a){return this.a===0}, +gbY(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.zo(b)}, +zo(a){var s=this.d +if(s==null)return!1 +return this.hb(s[this.hF(a)],a)>=0}, +a0(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.bT(s)) +r=r.b}}, +gG(a){var s=this.e +if(s==null)throw A.c(A.ab("No elements")) +return s.a}, +gU(a){var s=this.f +if(s==null)throw A.c(A.ab("No elements")) +return s.a}, +A(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.q_(s==null?q.b=A.ala():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.q_(r==null?q.c=A.ala():r,b)}else return q.h9(0,b)}, +h9(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.ala() +s=q.hF(b) +r=p[s] +if(r==null)p[s]=[q.zi(b)] +else{if(q.hb(r,b)>=0)return!1 +r.push(q.zi(b))}return!0}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.ld(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.ld(s.c,b) +else return s.qq(0,b)}, +qq(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.hF(b) +r=n[s] +q=o.hb(r,b) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.Hr(p) +return!0}, +ZM(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.bT(o)) +if(!0===p)o.B(0,s)}}, +K(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.zh()}}, +q_(a,b){if(a[b]!=null)return!1 +a[b]=this.zi(b) +return!0}, +ld(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.Hr(s) +delete a[b] +return!0}, +zh(){this.r=this.r+1&1073741823}, +zi(a){var s,r=this,q=new A.adY(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.zh() +return q}, +Hr(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.zh()}, +hF(a){return J.v(a)&1073741823}, +hb(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r=0;--s){r=this.j(a,s) +if(b.$1(r))return r +if(q!==this.gn(a))throw A.c(A.bT(a))}if(c!=null)return c.$0() +throw A.c(A.cs())}, +cs(a,b){var s +if(this.gn(a)===0)return"" +s=A.N9("",a,b) +return s.charCodeAt(0)==0?s:s}, +D4(a){return this.cs(a,"")}, +EB(a,b){return new A.bJ(a,b.i("bJ<0>"))}, +iU(a,b,c){return new A.aw(a,b,A.by(a).i("@").be(c).i("aw<1,2>"))}, +dn(a,b){return A.dJ(a,b,null,A.by(a).i("O.E"))}, +e9(a,b){var s,r,q,p,o=this +if(o.gY(a)){s=A.by(a).i("O.E") +return b?J.rB(0,s):J.IO(0,s)}r=o.j(a,0) +q=A.ay(o.gn(a),r,b,A.by(a).i("O.E")) +for(p=1;p").be(b).i("ca<1,2>"))}, +ff(a){var s,r=this +if(r.gn(a)===0)throw A.c(A.cs()) +s=r.j(a,r.gn(a)-1) +r.sn(a,r.gn(a)-1) +return s}, +ad(a,b){var s=A.ah(a,!0,A.by(a).i("O.E")) +B.b.M(s,b) +return s}, +bU(a,b,c){var s=this.gn(a) +A.d6(b,s,s,null,null) +return A.oI(this.iq(a,b,s),!0,A.by(a).i("O.E"))}, +eb(a,b){return this.bU(a,b,null)}, +iq(a,b,c){A.d6(b,c,this.gn(a),null,null) +return A.dJ(a,b,c,A.by(a).i("O.E"))}, +tw(a,b,c){A.d6(b,c,this.gn(a),null,null) +if(c>b)this.Ho(a,b,c)}, +lC(a,b,c,d){var s +A.d6(b,c,this.gn(a),null,null) +for(s=b;s").b(d)){r=e +q=d}else{p=J.aiY(d,e) +q=p.e9(p,!1) +r=0}p=J.az(q) +if(r+s>p.gn(q))throw A.c(A.aoO()) +if(r=0;--o)this.m(a,b+o,p.j(q,r+o)) +else for(o=0;o"))}, +t5(a,b,c,d){var s,r,q,p,o,n=A.E(c,d) +for(s=J.an(this.gcf(a)),r=A.by(a).i("aG.V");s.p();){q=s.gD(s) +p=this.j(a,q) +o=b.$2(q,p==null?r.a(p):p) +n.m(0,o.a,o.b)}return n}, +Lm(a,b){var s,r +for(s=b.gW(b);s.p();){r=s.gD(s) +this.m(a,r.a,r.b)}}, +abF(a,b){var s,r,q,p,o=A.by(a),n=A.a([],o.i("l")) +for(s=J.an(this.gcf(a)),o=o.i("aG.V");s.p();){r=s.gD(s) +q=this.j(a,r) +if(b.$2(r,q==null?o.a(q):q))n.push(r)}for(o=n.length,p=0;p").be(s.i("aG.V")).i("Cg<1,2>"))}, +h(a){return A.ake(a)}, +$iaN:1} +A.a3o.prototype={ +$1(a){var s=this.a,r=J.bD(s,a) +if(r==null)r=A.by(s).i("aG.V").a(r) +s=A.by(s) +return new A.bX(a,r,s.i("@").be(s.i("aG.V")).i("bX<1,2>"))}, +$S(){return A.by(this.a).i("bX(aG.K)")}} +A.a3p.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.i(a) +r.a=s+": " +r.a+=A.i(b)}, +$S:74} +A.Cg.prototype={ +gn(a){return J.bo(this.a)}, +gY(a){return J.j5(this.a)}, +gbY(a){return J.nL(this.a)}, +gG(a){var s=this.a,r=J.dv(s) +s=r.j(s,J.ki(r.gcf(s))) +return s==null?this.$ti.z[1].a(s):s}, +gU(a){var s=this.a,r=J.dv(s) +s=r.j(s,J.En(r.gcf(s))) +return s==null?this.$ti.z[1].a(s):s}, +gW(a){var s=this.a +return new A.Rv(J.an(J.WE(s)),s)}} +A.Rv.prototype={ +p(){var s=this,r=s.a +if(r.p()){s.c=J.bD(s.b,r.gD(r)) +return!0}s.c=null +return!1}, +gD(a){var s=this.c +return s==null?A.j(this).z[1].a(s):s}} +A.UX.prototype={ +m(a,b,c){throw A.c(A.Y("Cannot modify unmodifiable map"))}, +B(a,b){throw A.c(A.Y("Cannot modify unmodifiable map"))}, +bS(a,b,c){throw A.c(A.Y("Cannot modify unmodifiable map"))}} +A.ya.prototype={ +mp(a,b,c){var s=this.a +return s.mp(s,b,c)}, +j(a,b){return this.a.j(0,b)}, +m(a,b,c){this.a.m(0,b,c)}, +bS(a,b,c){return this.a.bS(0,b,c)}, +ai(a,b){return this.a.ai(0,b)}, +a0(a,b){this.a.a0(0,b)}, +gY(a){var s=this.a +return s.gY(s)}, +gbY(a){var s=this.a +return s.gbY(s)}, +gn(a){var s=this.a +return s.gn(s)}, +gcf(a){var s=this.a +return s.gcf(s)}, +B(a,b){return this.a.B(0,b)}, +h(a){var s=this.a +return s.h(s)}, +gba(a){var s=this.a +return s.gba(s)}, +gfa(a){var s=this.a +return s.gfa(s)}, +t5(a,b,c,d){var s=this.a +return s.t5(s,b,c,d)}, +$iaN:1} +A.pL.prototype={ +mp(a,b,c){var s=this.a +return new A.pL(s.mp(s,b,c),b.i("@<0>").be(c).i("pL<1,2>"))}} +A.BJ.prototype={ +a1F(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=s +if(b!=null)b.a=s}, +a4I(){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.BI.prototype={ +AD(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}, +kN(a){var s=this,r=s.c +if(r!=null)--r.b +s.c=null +s.a4I() +return s.d}, +pY(){return this}, +$iajD:1, +gwj(){return this.d}} +A.pQ.prototype={ +pY(){return null}, +AD(a){throw A.c(A.cs())}, +gwj(){throw A.c(A.cs())}} +A.o8.prototype={ +gn(a){return this.b}, +qJ(a){var s=this.a +new A.BI(this,a,s.$ti.i("BI<1>")).a1F(s,s.b);++this.b}, +ff(a){var s=this.a.a.AD(0);--this.b +return s}, +gG(a){return this.a.b.gwj()}, +gU(a){return this.a.a.gwj()}, +gY(a){var s=this.a +return s.b===s}, +gW(a){return new A.Q5(this,this.a.b)}, +h(a){return A.rA(this,"{","}")}, +$iW:1} +A.Q5.prototype={ +p(){var s=this,r=s.b,q=r==null?null:r.pY() +if(q==null){s.a=s.b=s.c=null +return!1}r=s.a +if(r!=q.c)throw A.c(A.bT(r)) +s.c=q.d +s.b=q.b +return!0}, +gD(a){var s=this.c +return s==null?A.j(this).c.a(s):s}} +A.y2.prototype={ +gW(a){var s=this +return new A.Rq(s,s.c,s.d,s.b)}, +gY(a){return this.b===this.c}, +gn(a){return(this.c-this.b&this.a.length-1)>>>0}, +gG(a){var s=this,r=s.b +if(r===s.c)throw A.c(A.cs()) +r=s.a[r] +return r==null?s.$ti.c.a(r):r}, +gU(a){var s=this,r=s.b,q=s.c +if(r===q)throw A.c(A.cs()) +r=s.a +r=r[(q-1&r.length-1)>>>0] +return r==null?s.$ti.c.a(r):r}, +bb(a,b){var s,r=this +A.aAK(b,r.gn(r),r,null,null) +s=r.a +s=s[(r.b+b&s.length-1)>>>0] +return s==null?r.$ti.c.a(s):s}, +e9(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.rB(0,s):J.IO(0,s)}s=m.$ti.c +r=A.ay(k,m.gG(m),b,s) +for(q=m.a,p=m.b,o=0;o>>0] +r[o]=n==null?s.a(n):n}return r}, +dQ(a){return this.e9(a,!0)}, +M(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.i("C<1>").b(b)){s=b.length +r=k.gn(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=A.ay(A.ap5(q+(q>>>1)),null,!1,j.i("1?")) +k.c=k.a5i(n) +k.a=n +k.b=0 +B.b.bw(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}}, +h(a){return A.rA(this,"{","}")}, +qJ(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.Ik();++s.d}, +tv(){var s,r,q=this,p=q.b +if(p===q.c)throw A.c(A.cs());++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}, +ff(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw A.c(A.cs());++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}, +h9(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.Ik();++s.d}, +Ik(){var s=this,r=A.ay(s.a.length*2,null,!1,s.$ti.i("1?")),q=s.a,p=s.b,o=q.length-p +B.b.bw(r,0,o,q,p) +B.b.bw(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +a5i(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +B.b.bw(a,0,s,n,p) +return s}else{r=n.length-p +B.b.bw(a,0,r,n,p) +B.b.bw(a,r,r+q.c,q.a,0) +return q.c+r}}} +A.Rq.prototype={ +gD(a){var s=this.e +return s==null?A.j(this).c.a(s):s}, +p(){var s,r=this,q=r.a +if(r.c!==q.d)A.a0(A.bT(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.n4.prototype={ +gY(a){return this.gn(this)===0}, +gbY(a){return this.gn(this)!==0}, +K(a){this.xy(A.ah(this,!0,A.j(this).c))}, +M(a,b){var s +for(s=J.an(b);s.p();)this.A(0,s.gD(s))}, +xy(a){var s,r +for(s=a.length,r=0;r").be(c).i("kw<1,2>"))}, +h(a){return A.rA(this,"{","}")}, +fM(a,b){var s +for(s=this.gW(this);s.p();)if(b.$1(s.gD(s)))return!0 +return!1}, +dn(a,b){return A.a8B(this,b,A.j(this).c)}, +gG(a){var s=this.gW(this) +if(!s.p())throw A.c(A.cs()) +return s.gD(s)}, +gU(a){var s,r=this.gW(this) +if(!r.p())throw A.c(A.cs()) +do s=r.gD(r) +while(r.p()) +return s}, +bb(a,b){var s,r +A.dU(b,"index") +s=this.gW(this) +for(r=b;s.p();){if(r===0)return s.gD(s);--r}throw A.c(A.cN(b,b-r,this,null,"index"))}, +$iW:1, +$ik:1, +$ick:1} +A.pX.prototype={ +mA(a){var s,r,q=this.qh() +for(s=this.gW(this);s.p();){r=s.gD(s) +if(!a.t(0,r))q.A(0,r)}return q}, +wH(a,b){var s,r,q=this.qh() +for(s=this.gW(this);s.p();){r=s.gD(s) +if(b.t(0,r))q.A(0,r)}return q}, +kR(a){var s=this.qh() +s.M(0,this) +return s}} +A.UY.prototype={ +A(a,b){return A.UZ()}, +K(a){return A.UZ()}, +M(a,b){return A.UZ()}, +xy(a){return A.UZ()}, +B(a,b){return A.UZ()}} +A.e_.prototype={ +qh(){return A.jF(this.$ti.c)}, +t(a,b){return J.f7(this.a,b)}, +gW(a){return J.an(J.WE(this.a))}, +gn(a){return J.bo(this.a)}} +A.Dw.prototype={} +A.DV.prototype={} +A.Ra.prototype={ +j(a,b){var s,r=this.b +if(r==null)return this.c.j(0,b) +else if(typeof b!="string")return null +else{s=r[b] +return typeof s=="undefined"?this.a34(b):s}}, +gn(a){return this.b==null?this.c.a:this.nM().length}, +gY(a){return this.gn(this)===0}, +gbY(a){return this.gn(this)>0}, +gcf(a){var s +if(this.b==null){s=this.c +return new A.bd(s,A.j(s).i("bd<1>"))}return new A.Rb(this)}, +gba(a){var s,r=this +if(r.b==null){s=r.c +return s.gba(s)}return A.yb(r.nM(),new A.adS(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.L7().m(0,b,c)}, +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)}, +bS(a,b,c){var s +if(this.ai(0,b))return this.j(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.L7().B(0,b)}, +a0(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.a0(0,b) +s=o.nM() +for(r=0;r=0){i=B.c.aj(u.U,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.cl("") +g=p}else g=p +g.a+=B.c.a7(a0,q,r) +g.a+=A.c4(k) +q=l +continue}}throw A.c(A.bP("Invalid base64 data",a0,r))}if(p!=null){g=p.a+=B.c.a7(a0,q,a2) +f=g.length +if(o>=0)A.ani(a0,n,a2,o,m,f) +else{e=B.e.bk(f-1,4)+1 +if(e===1)throw A.c(A.bP(b,a0,a2)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return B.c.nh(a0,a1,a2,g.charCodeAt(0)==0?g:g)}d=a2-a1 +if(o>=0)A.ani(a0,n,a2,o,m,d) +else{e=B.e.bk(d,4) +if(e===1)throw A.c(A.bP(b,a0,a2)) +if(e>1)a0=B.c.nh(a0,a2,a2,e===2?"==":"=")}return a0}} +A.Xl.prototype={ +dB(a){var s=a.length +if(s===0)return"" +s=new A.abn(u.U).a7F(a,0,s,!0) +s.toString +return A.pp(s,0,null)}} +A.abn.prototype={ +a7F(a,b,c,d){var s,r=this.a,q=(r&3)+(c-b),p=B.e.cM(q,3),o=p*4 +if(q-p*3>0)o+=4 +s=new Uint8Array(o) +this.a=A.aES(this.b,a,b,c,!0,s,0,r) +if(o>0)return s +return null}} +A.Xk.prototype={ +Mu(a,b){var s,r,q,p=A.d6(b,null,a.length,null,null) +if(b===p)return new Uint8Array(0) +s=new A.abm() +r=s.a7b(0,a,b,p) +r.toString +q=s.a +if(q<-1)A.a0(A.bP("Missing padding character",a,p)) +if(q>0)A.a0(A.bP("Invalid length, must be multiple of four",a,p)) +s.a=-1 +return r}, +dB(a){return this.Mu(a,0)}} +A.abm.prototype={ +a7b(a,b,c,d){var s,r=this,q=r.a +if(q<0){r.a=A.ar7(b,c,d,q) +return null}if(c===d)return new Uint8Array(0) +s=A.aEP(b,c,d,q) +r.a=A.aER(b,c,d,s,0,r.a) +return s}} +A.XO.prototype={} +A.P7.prototype={ +A(a,b){var s,r,q=this,p=q.b,o=q.c,n=J.az(b) +if(n.gn(b)>p.length-o){p=q.b +s=n.gn(b)+p.length-1 +s|=B.e.bT(s,1) +s|=s>>>2 +s|=s>>>4 +s|=s>>>8 +r=new Uint8Array((((s|s>>>16)>>>0)+1)*2) +p=q.b +B.p.cG(r,0,p.length,p) +q.b=r}p=q.b +o=q.c +B.p.cG(p,o,o+n.gn(b),b) +q.c=q.c+n.gn(b)}, +c4(a){this.a.$1(B.p.bU(this.b,0,this.c))}} +A.Gb.prototype={ +jq(a){return this.grp().dB(a)}} +A.Gk.prototype={} +A.a_b.prototype={} +A.xK.prototype={ +h(a){var s=A.od(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +A.IR.prototype={ +h(a){return"Cyclic error in JSON stringify"}} +A.a2s.prototype={ +dr(a,b){var s=A.asu(b,this.ga7f().a) +return s}, +jq(a){var s=A.aEY(a,this.grp().b,null) +return s}, +grp(){return B.Bp}, +ga7f(){return B.Bo}} +A.a2u.prototype={ +dB(a){var s,r=new A.cl(""),q=A.ari(r,this.b) +q.tM(a) +s=r.a +return s.charCodeAt(0)==0?s:s}} +A.a2t.prototype={ +dB(a){return A.asu(a,this.a)}} +A.adU.prototype={ +RI(a){var s,r,q,p,o,n,m=a.length +for(s=this.c,r=0,q=0;q92){if(p>=55296){o=p&64512 +if(o===55296){n=q+1 +n=!(n=0&&(B.c.aj(a,o)&64512)===55296)}else o=!1 +else o=!0 +if(o){if(q>r)s.a+=B.c.a7(a,r,q) +r=q+1 +s.a+=A.c4(92) +s.a+=A.c4(117) +s.a+=A.c4(100) +o=p>>>8&15 +s.a+=A.c4(o<10?48+o:87+o) +o=p>>>4&15 +s.a+=A.c4(o<10?48+o:87+o) +o=p&15 +s.a+=A.c4(o<10?48+o:87+o)}}continue}if(p<32){if(q>r)s.a+=B.c.a7(a,r,q) +r=q+1 +s.a+=A.c4(92) +switch(p){case 8:s.a+=A.c4(98) +break +case 9:s.a+=A.c4(116) +break +case 10:s.a+=A.c4(110) +break +case 12:s.a+=A.c4(102) +break +case 13:s.a+=A.c4(114) +break +default:s.a+=A.c4(117) +s.a+=A.c4(48) +s.a+=A.c4(48) +o=p>>>4&15 +s.a+=A.c4(o<10?48+o:87+o) +o=p&15 +s.a+=A.c4(o<10?48+o:87+o) +break}}else if(p===34||p===92){if(q>r)s.a+=B.c.a7(a,r,q) +r=q+1 +s.a+=A.c4(92) +s.a+=A.c4(p)}}if(r===0)s.a+=a +else if(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.Bi() +return!1}}, +ZL(a,b,c){var s,r,q,p,o,n,m,l=this +if(b!==c&&(B.c.aj(a,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.a5h(p,B.c.Z(a,n)))q=n}else if(o===56320){if(l.b+3>r)break +l.Bi()}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.Oi.prototype={ +Mv(a,b,c){var s=this.a,r=A.aEA(s,a,b,c) +if(r!=null)return r +return new A.ag3(s).a6M(a,b,c,!0)}, +dB(a){return this.Mv(a,0,null)}} +A.ag3.prototype={ +a6M(a,b,c,d){var s,r,q,p,o,n=this,m=A.d6(b,c,J.bo(a),null,null) +if(b===m)return"" +if(t.p.b(a)){s=a +r=0}else{s=A.aFK(a,b,m) +m-=b +r=b +b=0}q=n.zp(s,b,m,!0) +p=n.b +if((p&1)!==0){o=A.aFL(p) +n.b=0 +throw A.c(A.bP(o,a,r+n.c))}return q}, +zp(a,b,c,d){var s,r,q=this +if(c-b>1000){s=B.e.cM(b+c,2) +r=q.zp(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.zp(a,s,c,d)}return q.a7e(a,b,c,d)}, +a7e(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.cl(""),g=b+1,f=a[b] +$label0$0:for(s=l.a;!0;){for(;!0;g=p){r=B.c.Z("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE",f)&31 +i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 +j=B.c.Z(" \x000:XECCCCCN:lDb \x000:XECCCCCNvlDb \x000:XECCCCCN:lDb AAAAA\x00\x00\x00\x00\x00AAAAA00000AAAAA:::::AAAAAGG000AAAAA00KKKAAAAAG::::AAAAA:IIIIAAAAA000\x800AAAAA\x00\x00\x00\x00 AAAAA",j+r) +if(j===0){h.a+=A.c4(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.c4(k) +break +case 65:h.a+=A.c4(k);--g +break +default:q=h.a+=A.c4(k) +h.a=q+A.c4(k) +break}else{l.b=j +l.c=g-1 +return""}j=0}if(g===c)break $label0$0 +p=g+1 +f=a[g]}p=g+1 +f=a[g] +if(f<128){while(!0){if(!(p=128){o=n-1 +p=n +break}p=n}if(o-g<20)for(m=g;m32)if(s)h.a+=A.c4(k) +else{l.b=77 +l.c=c +return""}l.b=j +l.c=i +s=h.a +return s.charCodeAt(0)==0?s:s}} +A.a4w.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.od(b) +r.a=", "}, +$S:285} +A.fV.prototype={ +A(a,b){return A.ayW(this.a+B.e.cM(b.a,1000),this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.fV&&this.a===b.a&&this.b===b.b}, +bu(a,b){return B.e.bu(this.a,b.a)}, +gu(a){var s=this.a +return(s^B.e.bT(s,30))&1073741823}, +h(a){var s=this,r=A.ayX(A.aCE(s)),q=A.GQ(A.aCC(s)),p=A.GQ(A.aCy(s)),o=A.GQ(A.aCz(s)),n=A.GQ(A.aCB(s)),m=A.GQ(A.aCD(s)),l=A.ayY(A.aCA(s)),k=r+"-"+q +if(s.b)return k+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return k+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$idi:1} +A.bm.prototype={ +ad(a,b){return new A.bm(this.a+b.a)}, +a1(a,b){return new A.bm(this.a-b.a)}, +am(a,b){return new A.bm(B.d.ac(this.a*b))}, +k(a,b){if(b==null)return!1 +return b instanceof A.bm&&this.a===b.a}, +gu(a){return B.e.gu(this.a)}, +bu(a,b){return B.e.bu(this.a,b.a)}, +h(a){var s,r,q,p,o,n=this.a,m=B.e.cM(n,36e8),l=n%36e8 +if(n<0){m=0-m +n=0-l +s="-"}else{n=l +s=""}r=B.e.cM(n,6e7) +n%=6e7 +q=r<10?"0":"" +p=B.e.cM(n,1e6) +o=p<10?"0":"" +return s+m+":"+q+r+":"+o+p+"."+B.c.pe(B.e.h(n%1e6),6,"0")}, +$idi:1} +A.acM.prototype={ +h(a){return this.E()}} +A.bV.prototype={ +gpK(){return A.aV(this.$thrownJsError)}} +A.nR.prototype={ +h(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.od(s) +return"Assertion failed"}, +gPx(a){return this.a}} +A.lk.prototype={} +A.ib.prototype={ +gzI(){return"Invalid argument"+(!this.a?"(s)":"")}, +gzH(){return""}, +h(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+A.i(p),n=s.gzI()+q+o +if(!s.a)return n +return n+s.gzH()+": "+A.od(s.gCT())}, +gCT(){return this.b}} +A.th.prototype={ +gCT(){return this.b}, +gzI(){return"RangeError"}, +gzH(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+A.i(q):"" +else if(q==null)s=": Not greater than or equal to "+A.i(r) +else if(q>r)s=": Not in inclusive range "+A.i(r)+".."+A.i(q) +else s=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.c.a7(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.a7(e,k,l)+i+"\n"+B.c.am(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.i(f)+")"):g}, +$ic2:1} +A.k.prototype={ +vS(a,b){return A.ci(this,A.by(this).i("k.E"),b)}, +CE(a,b){var s=this,r=A.by(s) +if(r.i("W").b(s))return A.aos(s,b,r.i("k.E")) +return new A.kA(s,b,r.i("kA"))}, +iU(a,b,c){return A.yb(this,b,A.by(this).i("k.E"),c)}, +jU(a,b){return new A.bi(this,b,A.by(this).i("bi"))}, +EB(a,b){return new A.bJ(this,b.i("bJ<0>"))}, +t(a,b){var s +for(s=this.gW(this);s.p();)if(J.e(s.gD(s),b))return!0 +return!1}, +a0(a,b){var s +for(s=this.gW(this);s.p();)b.$1(s.gD(s))}, +cs(a,b){var s,r,q=this.gW(this) +if(!q.p())return"" +s=J.ev(q.gD(q)) +if(!q.p())return s +if(b.length===0){r=s +do r+=J.ev(q.gD(q)) +while(q.p())}else{r=s +do r=r+b+J.ev(q.gD(q)) +while(q.p())}return r.charCodeAt(0)==0?r:r}, +D4(a){return this.cs(a,"")}, +fM(a,b){var s +for(s=this.gW(this);s.p();)if(b.$1(s.gD(s)))return!0 +return!1}, +e9(a,b){return A.ah(this,b,A.by(this).i("k.E"))}, +dQ(a){return this.e9(a,!0)}, +kR(a){return A.kL(this,A.by(this).i("k.E"))}, +gn(a){var s,r=this.gW(this) +for(s=0;r.p();)++s +return s}, +gY(a){return!this.gW(this).p()}, +gbY(a){return!this.gY(this)}, +E9(a,b){return A.aE3(this,b,A.by(this).i("k.E"))}, +dn(a,b){return A.a8B(this,b,A.by(this).i("k.E"))}, +gG(a){var s=this.gW(this) +if(!s.p())throw A.c(A.cs()) +return s.gD(s)}, +gU(a){var s,r=this.gW(this) +if(!r.p())throw A.c(A.cs()) +do s=r.gD(r) +while(r.p()) +return s}, +bb(a,b){var s,r +A.dU(b,"index") +s=this.gW(this) +for(r=b;s.p();){if(r===0)return s.gD(s);--r}throw A.c(A.cN(b,b-r,this,null,"index"))}, +h(a){return A.aoR(this,"(",")")}} +A.bX.prototype={ +h(a){return"MapEntry("+A.i(this.a)+": "+A.i(this.b)+")"}} +A.aT.prototype={ +gu(a){return A.J.prototype.gu.call(this,this)}, +h(a){return"null"}} +A.J.prototype={$iJ:1, +k(a,b){return this===b}, +gu(a){return A.hR(this)}, +h(a){return"Instance of '"+A.a5J(this)+"'"}, +F(a,b){throw A.c(A.aps(this,b))}, +gdu(a){return A.D(this)}, +toString(){return this.h(this)}, +$0(){return this.F(this,A.L("$0","$0",0,[],[],0))}, +$1(a){return this.F(this,A.L("$1","$1",0,[a],[],0))}, +$2(a,b){return this.F(this,A.L("$2","$2",0,[a,b],[],0))}, +$1$2$onError(a,b,c){return this.F(this,A.L("$1$2$onError","$1$2$onError",0,[a,b,c],["onError"],1))}, +$3(a,b,c){return this.F(this,A.L("$3","$3",0,[a,b,c],[],0))}, +$4(a,b,c,d){return this.F(this,A.L("$4","$4",0,[a,b,c,d],[],0))}, +$1$1(a,b){return this.F(this,A.L("$1$1","$1$1",0,[a,b],[],1))}, +$1$hostElementAttributes(a){return this.F(this,A.L("$1$hostElementAttributes","$1$hostElementAttributes",0,[a],["hostElementAttributes"],0))}, +$1$highContrast(a){return this.F(this,A.L("$1$highContrast","$1$highContrast",0,[a],["highContrast"],0))}, +$1$accessibilityFeatures(a){return this.F(this,A.L("$1$accessibilityFeatures","$1$accessibilityFeatures",0,[a],["accessibilityFeatures"],0))}, +$1$locales(a){return this.F(this,A.L("$1$locales","$1$locales",0,[a],["locales"],0))}, +$1$textScaleFactor(a){return this.F(this,A.L("$1$textScaleFactor","$1$textScaleFactor",0,[a],["textScaleFactor"],0))}, +$1$platformBrightness(a){return this.F(this,A.L("$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.L("$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.L("$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.L("$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.L("$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.L("$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.L("$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$0(a){return this.F(this,A.L("$1$0","$1$0",0,[a],[],1))}, +$1$accessibleNavigation(a){return this.F(this,A.L("$1$accessibleNavigation","$1$accessibleNavigation",0,[a],["accessibleNavigation"],0))}, +$1$semanticsEnabled(a){return this.F(this,A.L("$1$semanticsEnabled","$1$semanticsEnabled",0,[a],["semanticsEnabled"],0))}, +$4$cancelOnError$onDone$onError(a,b,c,d){return this.F(this,A.L("$4$cancelOnError$onDone$onError","$4$cancelOnError$onDone$onError",0,[a,b,c,d],["cancelOnError","onDone","onError"],0))}, +$1$growable(a){return this.F(this,A.L("$1$growable","$1$growable",0,[a],["growable"],0))}, +$2$path(a,b){return this.F(this,A.L("$2$path","$2$path",0,[a,b],["path"],0))}, +$2$priority$scheduler(a,b){return this.F(this,A.L("$2$priority$scheduler","$2$priority$scheduler",0,[a,b],["priority","scheduler"],0))}, +$3$replace$state(a,b,c){return this.F(this,A.L("$3$replace$state","$3$replace$state",0,[a,b,c],["replace","state"],0))}, +$3$onAction$onChange(a,b,c){return this.F(this,A.L("$3$onAction$onChange","$3$onAction$onChange",0,[a,b,c],["onAction","onChange"],0))}, +$2$position(a,b){return this.F(this,A.L("$2$position","$2$position",0,[a,b],["position"],0))}, +$1$style(a){return this.F(this,A.L("$1$style","$1$style",0,[a],["style"],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.L("$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.L("$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))}, +$2$aspect(a,b){return this.F(this,A.L("$2$aspect","$2$aspect",0,[a,b],["aspect"],0))}, +$1$findFirstFocus(a){return this.F(this,A.L("$1$findFirstFocus","$1$findFirstFocus",0,[a],["findFirstFocus"],0))}, +$1$immediately(a){return this.F(this,A.L("$1$immediately","$1$immediately",0,[a],["immediately"],0))}, +$1$2$arguments(a,b,c){return this.F(this,A.L("$1$2$arguments","$1$2$arguments",0,[a,b,c],["arguments"],1))}, +$5(a,b,c,d,e){return this.F(this,A.L("$5","$5",0,[a,b,c,d,e],[],0))}, +$1$range(a){return this.F(this,A.L("$1$range","$1$range",0,[a],["range"],0))}, +$2$1(a,b,c){return this.F(this,A.L("$2$1","$2$1",0,[a,b,c],[],2))}, +$1$reversed(a){return this.F(this,A.L("$1$reversed","$1$reversed",0,[a],["reversed"],0))}, +$1$2(a,b,c){return this.F(this,A.L("$1$2","$1$2",0,[a,b,c],[],1))}, +$2$ignoreCurrentFocus(a,b){return this.F(this,A.L("$2$ignoreCurrentFocus","$2$ignoreCurrentFocus",0,[a,b],["ignoreCurrentFocus"],0))}, +$1$paragraphWidth(a){return this.F(this,A.L("$1$paragraphWidth","$1$paragraphWidth",0,[a],["paragraphWidth"],0))}, +$4$boxHeightStyle$boxWidthStyle(a,b,c,d){return this.F(this,A.L("$4$boxHeightStyle$boxWidthStyle","$4$boxHeightStyle$boxWidthStyle",0,[a,b,c,d],["boxHeightStyle","boxWidthStyle"],0))}, +$2$end$start(a,b){return this.F(this,A.L("$2$end$start","$2$end$start",0,[a,b],["end","start"],0))}, +$3$boxHeightStyle(a,b,c){return this.F(this,A.L("$3$boxHeightStyle","$3$boxHeightStyle",0,[a,b,c],["boxHeightStyle"],0))}, +$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(a,b,c,d,e,f,g,h){return this.F(this,A.L("$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.L("$1$color","$1$color",0,[a],["color"],0))}, +$3$textDirection(a,b,c){return this.F(this,A.L("$3$textDirection","$3$textDirection",0,[a,b,c],["textDirection"],0))}, +$3$debugReport(a,b,c){return this.F(this,A.L("$3$debugReport","$3$debugReport",0,[a,b,c],["debugReport"],0))}, +$3$cancel$down$reason(a,b,c){return this.F(this,A.L("$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.L("$2$down$up","$2$down$up",0,[a,b],["down","up"],0))}, +$1$down(a){return this.F(this,A.L("$1$down","$1$down",0,[a],["down"],0))}, +$2$value(a,b){return this.F(this,A.L("$2$value","$2$value",0,[a,b],["value"],0))}, +$1$details(a){return this.F(this,A.L("$1$details","$1$details",0,[a],["details"],0))}, +$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(a,b,c,d,e,f,g,h,i,j,k){return this.F(this,A.L("$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection","$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection",0,[a,b,c,d,e,f,g,h,i,j,k],["borderRadius","color","containedInkWell","controller","customBorder","onRemoved","position","radius","rectCallback","referenceBox","textDirection"],0))}, +$1$context(a){return this.F(this,A.L("$1$context","$1$context",0,[a],["context"],0))}, +$2$textDirection(a,b){return this.F(this,A.L("$2$textDirection","$2$textDirection",0,[a,b],["textDirection"],0))}, +$2$reversed(a,b){return this.F(this,A.L("$2$reversed","$2$reversed",0,[a,b],["reversed"],0))}, +$2$minHeight$minWidth(a,b){return this.F(this,A.L("$2$minHeight$minWidth","$2$minHeight$minWidth",0,[a,b],["minHeight","minWidth"],0))}, +$1$letterSpacing(a){return this.F(this,A.L("$1$letterSpacing","$1$letterSpacing",0,[a],["letterSpacing"],0))}, +$1$5(a,b,c,d,e,f){return this.F(this,A.L("$1$5","$1$5",0,[a,b,c,d,e,f],[],1))}, +$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.F(this,A.L("$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.L("$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.L("$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding","$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding",0,[a,b,c,d,e,f,g,h],["maintainBottomViewPadding","removeBottomPadding","removeLeftPadding","removeRightPadding","removeTopPadding"],0))}, +$1$bottom(a){return this.F(this,A.L("$1$bottom","$1$bottom",0,[a],["bottom"],0))}, +$1$floatingActionButtonScale(a){return this.F(this,A.L("$1$floatingActionButtonScale","$1$floatingActionButtonScale",0,[a],["floatingActionButtonScale"],0))}, +$1$removeBottom(a){return this.F(this,A.L("$1$removeBottom","$1$removeBottom",0,[a],["removeBottom"],0))}, +$1$padding(a){return this.F(this,A.L("$1$padding","$1$padding",0,[a],["padding"],0))}, +$2$viewInsets$viewPadding(a,b){return this.F(this,A.L("$2$viewInsets$viewPadding","$2$viewInsets$viewPadding",0,[a,b],["viewInsets","viewPadding"],0))}, +$2$padding$viewPadding(a,b){return this.F(this,A.L("$2$padding$viewPadding","$2$padding$viewPadding",0,[a,b],["padding","viewPadding"],0))}, +$2$maxWidth$minWidth(a,b){return this.F(this,A.L("$2$maxWidth$minWidth","$2$maxWidth$minWidth",0,[a,b],["maxWidth","minWidth"],0))}, +$2$maxHeight$minHeight(a,b){return this.F(this,A.L("$2$maxHeight$minHeight","$2$maxHeight$minHeight",0,[a,b],["maxHeight","minHeight"],0))}, +$1$side(a){return this.F(this,A.L("$1$side","$1$side",0,[a],["side"],0))}, +$4$displayFeatures$padding$viewInsets$viewPadding(a,b,c,d){return this.F(this,A.L("$4$displayFeatures$padding$viewInsets$viewPadding","$4$displayFeatures$padding$viewInsets$viewPadding",0,[a,b,c,d],["displayFeatures","padding","viewInsets","viewPadding"],0))}, +$2$isClosing(a,b){return this.F(this,A.L("$2$isClosing","$2$isClosing",0,[a,b],["isClosing"],0))}, +$6(a,b,c,d,e,f){return this.F(this,A.L("$6","$6",0,[a,b,c,d,e,f],[],0))}, +$3$context$exception$stack(a,b,c){return this.F(this,A.L("$3$context$exception$stack","$3$context$exception$stack",0,[a,b,c],["context","exception","stack"],0))}, +$2$onError(a,b){return this.F(this,A.L("$2$onError","$2$onError",0,[a,b],["onError"],0))}, +$2$chunkCallback(a,b){return this.F(this,A.L("$2$chunkCallback","$2$chunkCallback",0,[a,b],["chunkCallback"],0))}, +$4$allowUpscaling$targetHeight$targetWidth(a,b,c,d){return this.F(this,A.L("$4$allowUpscaling$targetHeight$targetWidth","$4$allowUpscaling$targetHeight$targetWidth",0,[a,b,c,d],["allowUpscaling","targetHeight","targetWidth"],0))}, +$2$withDrive(a,b){return this.F(this,A.L("$2$withDrive","$2$withDrive",0,[a,b],["withDrive"],0))}, +$2$decode(a,b){return this.F(this,A.L("$2$decode","$2$decode",0,[a,b],["decode"],0))}, +$2$decodeBufferDeprecated(a,b){return this.F(this,A.L("$2$decodeBufferDeprecated","$2$decodeBufferDeprecated",0,[a,b],["decodeBufferDeprecated"],0))}, +$2$decodeDeprecated(a,b){return this.F(this,A.L("$2$decodeDeprecated","$2$decodeDeprecated",0,[a,b],["decodeDeprecated"],0))}, +$1$size(a){return this.F(this,A.L("$1$size","$1$size",0,[a],["size"],0))}, +$3$async(a,b,c){return this.F(this,A.L("$3$async","$3$async",0,[a,b,c],["async"],0))}, +$2$hitEvent(a,b){return this.F(this,A.L("$2$hitEvent","$2$hitEvent",0,[a,b],["hitEvent"],0))}, +$2$coreContext(a,b){return this.F(this,A.L("$2$coreContext","$2$coreContext",0,[a,b],["coreContext"],0))}, +$1$unicharCount(a){return this.F(this,A.L("$1$unicharCount","$1$unicharCount",0,[a],["unicharCount"],0))}, +$3$font$fontSize$userData(a,b,c){return this.F(this,A.L("$3$font$fontSize$userData","$3$font$fontSize$userData",0,[a,b,c],["font","fontSize","userData"],0))}, +$2$notifyAlreadyDecoded(a,b){return this.F(this,A.L("$2$notifyAlreadyDecoded","$2$notifyAlreadyDecoded",0,[a,b],["notifyAlreadyDecoded"],0))}, +$3$matrix4(a,b,c){return this.F(this,A.L("$3$matrix4","$3$matrix4",0,[a,b,c],["matrix4"],0))}, +$5$colors$indices$textureCoordinates(a,b,c,d,e){return this.F(this,A.L("$5$colors$indices$textureCoordinates","$5$colors$indices$textureCoordinates",0,[a,b,c,d,e],["colors","indices","textureCoordinates"],0))}, +$3$foregroundColor$iconSize$overlayColor(a,b,c){return this.F(this,A.L("$3$foregroundColor$iconSize$overlayColor","$3$foregroundColor$iconSize$overlayColor",0,[a,b,c],["foregroundColor","iconSize","overlayColor"],0))}, +$2$color$fontSize(a,b){return this.F(this,A.L("$2$color$fontSize","$2$color$fontSize",0,[a,b],["color","fontSize"],0))}, +$3$bodyColor$decorationColor$displayColor(a,b,c){return this.F(this,A.L("$3$bodyColor$decorationColor$displayColor","$3$bodyColor$decorationColor$displayColor",0,[a,b,c],["bodyColor","decorationColor","displayColor"],0))}, +$18$background$backgroundColor$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$letterSpacing$locale$shadows$textBaseline$wordSpacing(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){return this.F(this,A.L("$18$background$backgroundColor$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$letterSpacing$locale$shadows$textBaseline$wordSpacing","$18$background$backgroundColor$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$letterSpacing$locale$shadows$textBaseline$wordSpacing",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r],["background","backgroundColor","color","decoration","decorationColor","decorationStyle","decorationThickness","fontFeatures","fontSize","fontStyle","fontWeight","foreground","height","letterSpacing","locale","shadows","textBaseline","wordSpacing"],0))}, +$2$fontFamily$fontFamilyFallback(a,b){return this.F(this,A.L("$2$fontFamily$fontFamilyFallback","$2$fontFamily$fontFamilyFallback",0,[a,b],["fontFamily","fontFamilyFallback"],0))}, +$2$fontFamily(a,b){return this.F(this,A.L("$2$fontFamily","$2$fontFamily",0,[a,b],["fontFamily"],0))}, +$3$code$details$message(a,b,c){return this.F(this,A.L("$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.L("$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.L("$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes","$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes",0,[a,b,c,d,e],["elevationAdjustment","parentPaintClipRect","parentSemanticsClipRect","result","siblingNodes"],0))}, +$2$0(a,b){return this.F(this,A.L("$2$0","$2$0",0,[a,b],[],2))}, +$1$config(a){return this.F(this,A.L("$1$config","$1$config",0,[a],["config"],0))}, +$2$descendant$rect(a,b){return this.F(this,A.L("$2$descendant$rect","$2$descendant$rect",0,[a,b],["descendant","rect"],0))}, +$4$curve$descendant$duration$rect(a,b,c,d){return this.F(this,A.L("$4$curve$descendant$duration$rect","$4$curve$descendant$duration$rect",0,[a,b,c,d],["curve","descendant","duration","rect"],0))}, +$2$ignoreRasterCache(a,b){return this.F(this,A.L("$2$ignoreRasterCache","$2$ignoreRasterCache",0,[a,b],["ignoreRasterCache"],0))}, +$1$3$onlyFirst(a,b,c,d){return this.F(this,A.L("$1$3$onlyFirst","$1$3$onlyFirst",0,[a,b,c,d],["onlyFirst"],1))}, +$1$includeChildren(a){return this.F(this,A.L("$1$includeChildren","$1$includeChildren",0,[a],["includeChildren"],0))}, +$1$oldLayer(a){return this.F(this,A.L("$1$oldLayer","$1$oldLayer",0,[a],["oldLayer"],0))}, +$3$oldLayer(a,b,c){return this.F(this,A.L("$3$oldLayer","$3$oldLayer",0,[a,b,c],["oldLayer"],0))}, +$3$offset$oldLayer(a,b,c){return this.F(this,A.L("$3$offset$oldLayer","$3$offset$oldLayer",0,[a,b,c],["offset","oldLayer"],0))}, +$4$isComplexHint$willChangeHint(a,b,c,d){return this.F(this,A.L("$4$isComplexHint$willChangeHint","$4$isComplexHint$willChangeHint",0,[a,b,c,d],["isComplexHint","willChangeHint"],0))}, +$4$in1$in2$operator$result(a,b,c,d){return this.F(this,A.L("$4$in1$in2$operator$result","$4$in1$in2$operator$result",0,[a,b,c,d],["in1","in2","operator","result"],0))}, +$4$parentAlpha(a,b,c,d){return this.F(this,A.L("$4$parentAlpha","$4$parentAlpha",0,[a,b,c,d],["parentAlpha"],0))}, +$2$applyParents(a,b){return this.F(this,A.L("$2$applyParents","$2$applyParents",0,[a,b],["applyParents"],0))}, +$1$fontSize(a){return this.F(this,A.L("$1$fontSize","$1$fontSize",0,[a],["fontSize"],0))}, +$1$foreground(a){return this.F(this,A.L("$1$foreground","$1$foreground",0,[a],["foreground"],0))}, +$1$background(a){return this.F(this,A.L("$1$background","$1$background",0,[a],["background"],0))}, +$3$clipBehavior$oldLayer(a,b,c){return this.F(this,A.L("$3$clipBehavior$oldLayer","$3$clipBehavior$oldLayer",0,[a,b,c],["clipBehavior","oldLayer"],0))}, +$2$doAntiAlias(a,b){return this.F(this,A.L("$2$doAntiAlias","$2$doAntiAlias",0,[a,b],["doAntiAlias"],0))}, +$2$oldLayer(a,b){return this.F(this,A.L("$2$oldLayer","$2$oldLayer",0,[a,b],["oldLayer"],0))}, +$5$borderRadius$shape$textDirection(a,b,c,d,e){return this.F(this,A.L("$5$borderRadius$shape$textDirection","$5$borderRadius$shape$textDirection",0,[a,b,c,d,e],["borderRadius","shape","textDirection"],0))}, +$1$maxHeight(a){return this.F(this,A.L("$1$maxHeight","$1$maxHeight",0,[a],["maxHeight"],0))}, +$1$height(a){return this.F(this,A.L("$1$height","$1$height",0,[a],["height"],0))}, +$1$width(a){return this.F(this,A.L("$1$width","$1$width",0,[a],["width"],0))}, +$2$parentUsesSize(a,b){return this.F(this,A.L("$2$parentUsesSize","$2$parentUsesSize",0,[a,b],["parentUsesSize"],0))}, +$1$maxWidth(a){return this.F(this,A.L("$1$maxWidth","$1$maxWidth",0,[a],["maxWidth"],0))}, +$2$bottomNavigationBarTop$floatingActionButtonArea(a,b){return this.F(this,A.L("$2$bottomNavigationBarTop$floatingActionButtonArea","$2$bottomNavigationBarTop$floatingActionButtonArea",0,[a,b],["bottomNavigationBarTop","floatingActionButtonArea"],0))}, +j(a,b){return this.F(a,A.L("j","j",0,[b],[],0))}, +Ei(){return this.F(this,A.L("Ei","Ei",0,[],[],0))}, +vd(a){return this.F(this,A.L("vd","vd",0,[a],[],0))}, +cq(){return this.F(this,A.L("cq","cq",0,[],[],0))}, +mz(){return this.F(this,A.L("mz","mz",0,[],[],0))}, +a1(a,b){return this.F(a,A.L("a1","a1",0,[b],[],0))}, +am(a,b){return this.F(a,A.L("am","am",0,[b],[],0))}, +ad(a,b){return this.F(a,A.L("ad","ad",0,[b],[],0))}, +es(a){return this.F(this,A.L("es","es",0,[a],[],0))}, +ap(a){return this.F(this,A.L("ap","ap",0,[a],[],0))}, +gW(a){return this.F(a,A.L("gW","gW",1,[],[],0))}, +gn(a){return this.F(a,A.L("gn","gn",1,[],[],0))}, +gd7(a){return this.F(a,A.L("gd7","gd7",1,[],[],0))}, +ghc(){return this.F(this,A.L("ghc","ghc",1,[],[],0))}, +gcp(){return this.F(this,A.L("gcp","gcp",1,[],[],0))}, +ghH(){return this.F(this,A.L("ghH","ghH",1,[],[],0))}, +ghw(){return this.F(this,A.L("ghw","ghw",1,[],[],0))}, +ghg(){return this.F(this,A.L("ghg","ghg",1,[],[],0))}, +geu(){return this.F(this,A.L("geu","geu",1,[],[],0))}, +gog(a){return this.F(a,A.L("gog","gog",1,[],[],0))}, +gkX(){return this.F(this,A.L("gkX","gkX",1,[],[],0))}, +giQ(a){return this.F(a,A.L("giQ","giQ",1,[],[],0))}, +gjA(a){return this.F(a,A.L("gjA","gjA",1,[],[],0))}, +shc(a){return this.F(this,A.L("shc","shc",2,[a],[],0))}, +scp(a){return this.F(this,A.L("scp","scp",2,[a],[],0))}, +shH(a){return this.F(this,A.L("shH","shH",2,[a],[],0))}, +sd7(a,b){return this.F(a,A.L("sd7","sd7",2,[b],[],0))}, +seu(a){return this.F(this,A.L("seu","seu",2,[a],[],0))}} +A.MC.prototype={} +A.TZ.prototype={ +h(a){return""}, +$idb:1} +A.tJ.prototype={ +gNA(){var s=this.gNB() +if($.vl()===1e6)return s +return s*1000}, +ny(a){var s=this,r=s.b +if(r!=null){s.a=s.a+($.te.$0()-r) +s.b=null}}, +bo(a){var s=this.b +this.a=s==null?$.te.$0():s}, +gNB(){var s=this.b +if(s==null)s=$.te.$0() +return s-this.a}} +A.a7g.prototype={ +gD(a){return this.d}, +p(){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=B.c.Z(n,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.fQ(B.c.a7(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:294} +A.Dx.prototype={ +gB_(){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.i(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.aB() +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +gpf(){var s,r,q=this,p=q.x +if(p===$){s=q.e +if(s.length!==0&&B.c.Z(s,0)===47)s=B.c.cZ(s,1) +r=s.length===0?B.as:A.a34(new A.aw(A.a(s.split("/"),t.s),A.aI1(),t.cj),t.N) +q.x!==$&&A.aB() +p=q.x=r}return p}, +gu(a){var s,r=this,q=r.y +if(q===$){s=B.c.gu(r.gB_()) +r.y!==$&&A.aB() +r.y=s +q=s}return q}, +gDU(){var s,r,q=this,p=q.Q +if(p===$){s=q.f +r=A.aFD(s==null?"":s) +q.Q!==$&&A.aB() +q.Q=r +p=r}return p}, +gtK(){return this.b}, +glI(a){var s=this.c +if(s==null)return"" +if(B.c.c9(s,"["))return B.c.a7(s,1,s.length-1) +return s}, +gpg(a){var s=this.d +return s==null?A.arB(this.a):s}, +glW(a){var s=this.f +return s==null?"":s}, +goT(){var s=this.r +return s==null?"":s}, +D0(a){var s=this.a +if(a.length!==s.length)return!1 +return A.arY(a,s,0)>=0}, +Jb(a,b){var s,r,q,p,o,n +for(s=0,r=0;B.c.d6(b,"../",r);){r+=3;++s}q=B.c.rX(a,"/") +while(!0){if(!(q>0&&s>0))break +p=B.c.Ph(a,"/",q-1) +if(p<0)break +o=q-p +n=o!==2 +if(!n||o===3)if(B.c.aj(a,p+1)===46)n=!n||B.c.aj(a,p+2)===46 +else n=!1 +else n=!1 +if(n)break;--s +q=p}return B.c.nh(a,q+1,null,B.c.cZ(b,r-3*s))}, +a4(a){return this.tz(A.lo(a,0,null))}, +tz(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +if(a.gj7().length!==0){s=a.gj7() +if(a.goV()){r=a.gtK() +q=a.glI(a) +p=a.grK()?a.gpg(a):h}else{p=h +q=p +r=""}o=A.lD(a.geJ(a)) +n=a.gmQ()?a.glW(a):h}else{s=i.a +if(a.goV()){r=a.gtK() +q=a.glI(a) +p=A.alk(a.grK()?a.gpg(a):h,s) +o=A.lD(a.geJ(a)) +n=a.gmQ()?a.glW(a):h}else{r=i.b +q=i.c +p=i.d +o=i.e +if(a.geJ(a)==="")n=a.gmQ()?a.glW(a):i.f +else{m=A.aFJ(i,o) +if(m>0){l=B.c.a7(o,0,m) +o=a.gwA()?l+A.lD(a.geJ(a)):l+A.lD(i.Jb(B.c.cZ(o,l.length),a.geJ(a)))}else if(a.gwA())o=A.lD(a.geJ(a)) +else if(o.length===0)if(q==null)o=s.length===0?a.geJ(a):A.lD(a.geJ(a)) +else o=A.lD("/"+a.geJ(a)) +else{k=i.Jb(o,a.geJ(a)) +j=s.length===0 +if(!j||q!=null||B.c.c9(o,"/"))o=A.lD(k) +else o=A.alm(k,!j||q!=null)}n=a.gmQ()?a.glW(a):h}}}return A.ag_(s,r,q,p,o,n,a.gwC()?a.goT():h)}, +gOw(){return this.a.length!==0}, +goV(){return this.c!=null}, +grK(){return this.d!=null}, +gmQ(){return this.f!=null}, +gwC(){return this.r!=null}, +gwA(){return B.c.c9(this.e,"/")}, +Eh(){var s,r=this,q=r.a +if(q!==""&&q!=="file")throw A.c(A.Y("Cannot extract a file path from a "+q+" URI")) +q=r.f +if((q==null?"":q)!=="")throw A.c(A.Y(u.z)) +q=r.r +if((q==null?"":q)!=="")throw A.c(A.Y(u.A)) +q=$.amC() +if(q)q=A.arN(r) +else{if(r.c!=null&&r.glI(r)!=="")A.a0(A.Y(u.Q)) +s=r.gpf() +A.aFA(s,!1) +q=A.N9(B.c.c9(r.e,"/")?""+"/":"",s,"/") +q=q.charCodeAt(0)==0?q:q}return q}, +gBY(a){return this.a==="data"?A.aEw(this):null}, +h(a){return this.gB_()}, +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.gj7())if(q.c!=null===b.goV())if(q.b===b.gtK())if(q.glI(q)===b.glI(b))if(q.gpg(q)===b.gpg(b))if(q.e===b.geJ(b)){s=q.f +r=s==null +if(!r===b.gmQ()){if(r)s="" +if(s===b.glW(b)){s=q.r +r=s==null +if(!r===b.gwC()){if(r)s="" +s=s===b.goT()}else s=!1}else s=!1}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}, +$iOe:1, +gj7(){return this.a}, +geJ(a){return this.e}} +A.ag1.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=A.V0(B.dM,a,B.I,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.V0(B.dM,b,B.I,!0)}}, +$S:295} +A.ag0.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.an(b),r=this.a;s.p();)r.$2(a,s.gD(s))}, +$S:13} +A.ag2.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.V_(s,a,c,r,!0) +p=""}else{q=A.V_(s,a,b,r,!0) +p=A.V_(s,b+1,c,r,!0)}J.i9(this.c.bS(0,q,A.aI2()),p)}, +$S:299} +A.aaF.prototype={ +gRy(){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.ky(m,"?",s) +q=m.length +if(r>=0){p=A.Dy(m,r+1,q,B.dP,!1,!1) +q=r}else p=n +m=o.c=new A.PK(o,"data","",n,n,A.Dy(m,s,q,B.kx,!1,!1),p,n)}return m}, +a6E(){var s,r,q,p,o,n,m,l,k=this.a,j=this.b,i=B.b.gU(j)+1 +if((j.length&1)===1)return B.xm.Mu(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.bP("Invalid percent escape",k,r))}p=n}return q}, +h(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.agB.prototype={ +$2(a,b){var s=this.a[a] +B.p.lC(s,0,96,b) +return s}, +$S:302} +A.agC.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:116} +A.i4.prototype={ +gOw(){return this.b>0}, +goV(){return this.c>0}, +grK(){return this.c>0&&this.d+1=0}, +gj7(){var s=this.w +return s==null?this.w=this.YF():s}, +YF(){var s,r=this,q=r.b +if(q<=0)return"" +s=q===4 +if(s&&B.c.c9(r.a,"http"))return"http" +if(q===5&&B.c.c9(r.a,"https"))return"https" +if(s&&B.c.c9(r.a,"file"))return"file" +if(q===7&&B.c.c9(r.a,"package"))return"package" +return B.c.a7(r.a,0,q)}, +gtK(){var s=this.c,r=this.b+3 +return s>r?B.c.a7(this.a,r,s-1):""}, +glI(a){var s=this.c +return s>0?B.c.a7(this.a,s,this.d):""}, +gpg(a){var s,r=this +if(r.grK())return A.fQ(B.c.a7(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.c.c9(r.a,"http"))return 80 +if(s===5&&B.c.c9(r.a,"https"))return 443 +return 0}, +geJ(a){return B.c.a7(this.a,this.e,this.f)}, +glW(a){var s=this.f,r=this.r +return s=r.r)return B.pC +s=A.arM(r.glW(r)) +s.Rp(s,A.at4()) +return A.ajm(s,t.N,t.yp)}, +IU(a){var s=this.d+1 +return s+a.length===this.e&&B.c.d6(this.a,a,s)}, +abD(){var s=this,r=s.r,q=s.a +if(r>=q.length)return s +return new A.i4(B.c.a7(q,0,r),s.b,s.c,s.d,s.e,s.f,r,s.w)}, +a4(a){return this.tz(A.lo(a,0,null))}, +tz(a){if(a instanceof A.i4)return this.a4d(this,a) +return this.Ky().tz(a)}, +a4d(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.b +if(c>0)return b +s=b.c +if(s>0){r=a.b +if(r<=0)return b +q=r===4 +if(q&&B.c.c9(a.a,"file"))p=b.e!==b.f +else if(q&&B.c.c9(a.a,"http"))p=!b.IU("80") +else p=!(r===5&&B.c.c9(a.a,"https"))||!b.IU("443") +if(p){o=r+1 +return new A.i4(B.c.a7(a.a,0,o)+B.c.cZ(b.a,c+1),r,s+o,b.d+o,b.e+o,b.f+o,b.r+o,a.w)}else return this.Ky().tz(b)}n=b.e +c=b.f +if(n===c){s=b.r +if(c0?l:m +o=k-n +return new A.i4(B.c.a7(a.a,0,k)+B.c.cZ(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.d6(s,"../",n);)n+=3 +o=j-n+1 +return new A.i4(B.c.a7(a.a,0,j)+"/"+B.c.cZ(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}h=a.a +l=A.aru(this) +if(l>=0)g=l +else for(g=j;B.c.d6(h,"../",g);)g+=3 +f=0 +while(!0){e=n+3 +if(!(e<=c&&B.c.d6(s,"../",n)))break;++f +n=e}for(d="";i>g;){--i +if(B.c.aj(h,i)===47){if(f===0){d="/" +break}--f +d="/"}}if(i===g&&a.b<=0&&!B.c.d6(h,"/",j)){n-=f*3 +d=""}o=i-n+d.length +return new A.i4(B.c.a7(h,0,i)+d+B.c.cZ(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}, +Eh(){var s,r,q=this,p=q.b +if(p>=0){s=!(p===4&&B.c.c9(q.a,"file")) +p=s}else p=!1 +if(p)throw A.c(A.Y("Cannot extract a file path from a "+q.gj7()+" URI")) +p=q.f +s=q.a +if(p0?s.glI(s):r,n=s.grK()?s.gpg(s):r,m=s.a,l=s.f,k=B.c.a7(m,s.e,l),j=s.r +l=l>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.wE.prototype={ +h(a){var s,r=a.left +r.toString +s=a.top +s.toString +return"Rectangle ("+A.i(r)+", "+A.i(s)+") "+A.i(this.gaD(a))+" x "+A.i(this.gaG(a))}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.dv(b) +if(s===r.geG(b)){s=a.top +s.toString +s=s===r.gj4(b)&&this.gaD(a)===r.gaD(b)&&this.gaG(a)===r.gaG(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.T(r,s,this.gaD(a),this.gaG(a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gLZ(a){var s=a.bottom +s.toString +return s}, +gIC(a){return a.height}, +gaG(a){var s=this.gIC(a) +s.toString +return s}, +geG(a){var s=a.left +s.toString +return s}, +gkO(a){var s=a.right +s.toString +return s}, +gj4(a){var s=a.top +s.toString +return s}, +gLd(a){return a.width}, +gaD(a){var s=this.gLd(a) +s.toString +return s}, +$iha:1} +A.He.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.Hg.prototype={ +gn(a){var s=a.length +s.toString +return s}} +A.ap.prototype={ +h(a){var s=a.localName +s.toString +return s}} +A.ae.prototype={$iae:1} +A.a_.prototype={ +qI(a,b,c,d){if(c!=null)this.a18(a,b,c,!1)}, +a18(a,b,c,d){return a.addEventListener(b,A.q2(c,1),!1)}, +a3p(a,b,c,d){return a.removeEventListener(b,A.q2(c,1),!1)}} +A.fW.prototype={$ifW:1} +A.HP.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.x2.prototype={ +gabR(a){var s=a.result +if(t.pI.b(s))return A.bL(s,0,null) +return s}} +A.HQ.prototype={ +gn(a){return a.length}} +A.I9.prototype={ +gn(a){return a.length}} +A.fY.prototype={$ifY:1} +A.Iu.prototype={ +gn(a){var s=a.length +s.toString +return s}} +A.ou.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.ju.prototype={ +gabQ(a){var s,r,q,p,o,n,m=t.N,l=A.E(m,m),k=a.getAllResponseHeaders(),j=k.split("\r\n") +for(m=j.length,s=0;s=200&&o<300 +r=o>307&&o<400 +o=s||o===0||o===304||r +q=this.b +if(o)q.dq(0,p) +else q.ke(a)}, +$S:311} +A.ov.prototype={} +A.Jn.prototype={ +h(a){var s=String(a) +s.toString +return s}} +A.JE.prototype={ +gn(a){return a.length}} +A.JI.prototype={ +qI(a,b,c,d){if(b==="message")a.start() +this.Ud(a,b,c,!1)}} +A.JJ.prototype={ +ai(a,b){return A.i6(a.get(b))!=null}, +j(a,b){return A.i6(a.get(b))}, +a0(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.i6(s.value[1]))}}, +gcf(a){var s=A.a([],t.s) +this.a0(a,new A.a3I(s)) +return s}, +gba(a){var s=A.a([],t.n4) +this.a0(a,new A.a3J(s)) +return s}, +gn(a){var s=a.size +s.toString +return s}, +gY(a){var s=a.size +s.toString +return s===0}, +gbY(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.Y("Not supported"))}, +bS(a,b,c){throw A.c(A.Y("Not supported"))}, +B(a,b){throw A.c(A.Y("Not supported"))}, +$iaN:1} +A.a3I.prototype={ +$2(a,b){return this.a.push(a)}, +$S:13} +A.a3J.prototype={ +$2(a,b){return this.a.push(b)}, +$S:13} +A.JK.prototype={ +ai(a,b){return A.i6(a.get(b))!=null}, +j(a,b){return A.i6(a.get(b))}, +a0(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.i6(s.value[1]))}}, +gcf(a){var s=A.a([],t.s) +this.a0(a,new A.a3K(s)) +return s}, +gba(a){var s=A.a([],t.n4) +this.a0(a,new A.a3L(s)) +return s}, +gn(a){var s=a.size +s.toString +return s}, +gY(a){var s=a.size +s.toString +return s===0}, +gbY(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.Y("Not supported"))}, +bS(a,b,c){throw A.c(A.Y("Not supported"))}, +B(a,b){throw A.c(A.Y("Not supported"))}, +$iaN:1} +A.a3K.prototype={ +$2(a,b){return this.a.push(a)}, +$S:13} +A.a3L.prototype={ +$2(a,b){return this.a.push(b)}, +$S:13} +A.h0.prototype={$ih0:1} +A.JL.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.br.prototype={ +h(a){var s=a.nodeValue +return s==null?this.Ur(a):s}, +$ibr:1} +A.yL.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.h6.prototype={ +gn(a){return a.length}, +$ih6:1} +A.KZ.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.hS.prototype={$ihS:1} +A.LZ.prototype={ +ai(a,b){return A.i6(a.get(b))!=null}, +j(a,b){return A.i6(a.get(b))}, +a0(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.i6(s.value[1]))}}, +gcf(a){var s=A.a([],t.s) +this.a0(a,new A.a7e(s)) +return s}, +gba(a){var s=A.a([],t.n4) +this.a0(a,new A.a7f(s)) +return s}, +gn(a){var s=a.size +s.toString +return s}, +gY(a){var s=a.size +s.toString +return s===0}, +gbY(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.Y("Not supported"))}, +bS(a,b,c){throw A.c(A.Y("Not supported"))}, +B(a,b){throw A.c(A.Y("Not supported"))}, +$iaN:1} +A.a7e.prototype={ +$2(a,b){return this.a.push(a)}, +$S:13} +A.a7f.prototype={ +$2(a,b){return this.a.push(b)}, +$S:13} +A.Mi.prototype={ +gn(a){return a.length}} +A.hd.prototype={$ihd:1} +A.MU.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.he.prototype={$ihe:1} +A.MW.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.hf.prototype={ +gn(a){return a.length}, +$ihf:1} +A.N8.prototype={ +ai(a,b){return a.getItem(A.cK(b))!=null}, +j(a,b){return a.getItem(A.cK(b))}, +m(a,b,c){a.setItem(b,c)}, +bS(a,b,c){var s +if(a.getItem(b)==null)a.setItem(b,c.$0()) +s=a.getItem(b) +return s==null?A.cK(s):s}, +B(a,b){var s +A.cK(b) +s=a.getItem(b) +a.removeItem(b) +return s}, +a0(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)}}, +gcf(a){var s=A.a([],t.s) +this.a0(a,new A.a8R(s)) +return s}, +gba(a){var s=A.a([],t.s) +this.a0(a,new A.a8S(s)) +return s}, +gn(a){var s=a.length +s.toString +return s}, +gY(a){return a.key(0)==null}, +gbY(a){return a.key(0)!=null}, +$iaN:1} +A.a8R.prototype={ +$2(a,b){return this.a.push(a)}, +$S:69} +A.a8S.prototype={ +$2(a,b){return this.a.push(b)}, +$S:69} +A.fm.prototype={$ifm:1} +A.hj.prototype={$ihj:1} +A.fn.prototype={$ifn:1} +A.Nz.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.NA.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.NH.prototype={ +gn(a){var s=a.length +s.toString +return s}} +A.hk.prototype={$ihk:1} +A.NM.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.NN.prototype={ +gn(a){return a.length}} +A.Og.prototype={ +h(a){var s=String(a) +s.toString +return s}} +A.On.prototype={ +gn(a){return a.length}} +A.PA.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.BG.prototype={ +h(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.i(p)+", "+A.i(s)+") "+A.i(r)+" x "+A.i(q)}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.dv(b) +if(s===r.geG(b)){s=a.top +s.toString +if(s===r.gj4(b)){s=a.width +s.toString +if(s===r.gaD(b)){s=a.height +s.toString +r=s===r.gaG(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.T(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)}, +gIC(a){return a.height}, +gaG(a){var s=a.height +s.toString +return s}, +gLd(a){return a.width}, +gaD(a){var s=a.width +s.toString +return s}} +A.QG.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +return a[b]}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){if(a.length>0)return a[0] +throw A.c(A.ab("No elements"))}, +gU(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.Co.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.TR.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.U_.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.c(A.cN(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return a[b]}, +$ib9:1, +$iW:1, +$ibh:1, +$ik:1, +$iC:1} +A.ajI.prototype={} +A.pR.prototype={ +kC(a,b,c,d){return A.al5(this.a,this.b,a,!1)}} +A.Qk.prototype={ +bW(a){var s=this +if(s.b==null)return $.aiT() +s.KH() +s.d=s.b=null +return $.aiT()}, +x8(a){var s,r=this +if(r.b==null)throw A.c(A.ab("Subscription has been canceled.")) +r.KH() +s=A.asN(new A.acP(a),t.I3) +r.d=s +r.KD()}, +KD(){var s,r=this.d +if(r!=null&&!0){s=this.b +s.toString +J.ax2(s,this.c,r,!1)}}, +KH(){var s,r=this.d +if(r!=null){s=this.b +s.toString +J.ax1(s,this.c,r,!1)}}} +A.acO.prototype={ +$1(a){return this.a.$1(a)}, +$S:82} +A.acP.prototype={ +$1(a){return this.a.$1(a)}, +$S:82} +A.cV.prototype={ +gW(a){return new A.HS(a,this.gn(a))}, +A(a,b){throw A.c(A.Y("Cannot add to immutable List."))}, +ff(a){throw A.c(A.Y("Cannot remove from immutable List."))}, +B(a,b){throw A.c(A.Y("Cannot remove from immutable List."))}, +bw(a,b,c,d,e){throw A.c(A.Y("Cannot setRange on immutable List."))}, +cG(a,b,c,d){return this.bw(a,b,c,d,0)}} +A.HS.prototype={ +p(){var s=this,r=s.c+1,q=s.b +if(r>>0!==b||b>=s +s.toString +if(s)throw A.c(A.cN(b,this.gn(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return this.j(a,b)}, +$iW:1, +$ik:1, +$iC:1} +A.iF.prototype={$iiF:1} +A.Kf.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.c(A.cN(b,this.gn(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return this.j(a,b)}, +$iW:1, +$ik:1, +$iC:1} +A.L_.prototype={ +gn(a){return a.length}} +A.Na.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.c(A.cN(b,this.gn(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return this.j(a,b)}, +$iW:1, +$ik:1, +$iC:1} +A.iW.prototype={$iiW:1} +A.NT.prototype={ +gn(a){var s=a.length +s.toString +return s}, +j(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.c(A.cN(b,this.gn(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.Y("Cannot assign element of immutable List."))}, +sn(a,b){throw A.c(A.Y("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.ab("No elements"))}, +gU(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.ab("No elements"))}, +bb(a,b){return this.j(a,b)}, +$iW:1, +$ik:1, +$iC:1} +A.Rk.prototype={} +A.Rl.prototype={} +A.S2.prototype={} +A.S3.prototype={} +A.TX.prototype={} +A.TY.prototype={} +A.Uz.prototype={} +A.UA.prototype={} +A.Hu.prototype={} +A.G1.prototype={ +E(){return"ClipOp."+this.b}} +A.Ok.prototype={ +E(){return"VertexMode."+this.b}} +A.z_.prototype={ +E(){return"PathFillType."+this.b}} +A.ac2.prototype={ +p5(a,b){A.aJ1(this.a,this.b,a,b)}} +A.Df.prototype={ +eE(a){A.Wo(this.b,this.c,a)}} +A.lt.prototype={ +gn(a){var s=this.a +return s.gn(s)}, +tq(a){var s,r,q=this +if(!q.d&&q.e!=null){q.e.p5(a.a,a.gOU()) +return!1}s=q.c +if(s<=0)return!0 +r=q.HW(s-1) +q.a.h9(0,a) +return r}, +HW(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.tv() +A.Wo(q.b,q.c,null)}return r}, +Zn(){var s=this,r=s.a +if(!r.gY(r)&&s.e!=null){r=r.tv() +s.e.p5(r.a,r.gOU()) +A.kf(s.gHV())}else s.d=!1}} +A.Y4.prototype={ +abk(a,b,c){this.a.bS(0,a,new A.Y5()).tq(new A.Df(b,c,$.ak))}, +SG(a,b){var s=this.a.bS(0,a,new A.Y6()),r=s.e +s.e=new A.ac2(b,$.ak) +if(r==null&&!s.d){s.d=!0 +A.kf(s.gHV())}}, +a8C(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.bL(a.buffer,a.byteOffset,a.byteLength) +if(j[0]===7){s=j[1] +if(s>=254)throw A.c(A.aM("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +r=2+s +q=B.I.dr(0,B.p.bU(j,2,r)) +switch(q){case"resize":if(j[r]!==12)throw A.c(A.aM(l)) +p=r+1 +if(j[p]<2)throw A.c(A.aM(l));++p +if(j[p]!==7)throw A.c(A.aM("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.aM("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +n=B.I.dr(0,B.p.bU(j,p,r)) +if(j[r]!==3)throw A.c(A.aM("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +this.QV(0,n,a.getUint32(r+1,B.S===$.dw())) +break +case"overflow":if(j[r]!==12)throw A.c(A.aM(k)) +p=r+1 +if(j[p]<2)throw A.c(A.aM(k));++p +if(j[p]!==7)throw A.c(A.aM("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.aM("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +B.I.dr(0,B.p.bU(j,p,r)) +r=j[r] +if(r!==1&&r!==2)throw A.c(A.aM("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:throw A.c(A.aM("Unrecognized method '"+q+"' sent to dev.flutter/channel-buffers"))}}else{m=A.a(B.I.dr(0,j).split("\r"),t.s) +if(m.length===3&&J.e(m[0],"resize"))this.QV(0,m[1],A.fQ(m[2],null)) +else throw A.c(A.aM("Unrecognized message "+A.i(m)+" sent to dev.flutter/channel-buffers."))}}, +QV(a,b,c){var s=this.a,r=s.j(0,b) +if(r==null)s.m(0,b,new A.lt(A.kM(c,t.S8),c)) +else{r.c=c +r.HW(c)}}} +A.Y5.prototype={ +$0(){return new A.lt(A.kM(1,t.S8),1)}, +$S:95} +A.Y6.prototype={ +$0(){return new A.lt(A.kM(1,t.S8),1)}, +$S:95} +A.Kh.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.Kh&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return"OffsetBase("+B.d.a5(this.a,1)+", "+B.d.a5(this.b,1)+")"}} +A.r.prototype={ +gcb(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gwe(){var s=this.a,r=this.b +return s*s+r*r}, +a1(a,b){return new A.r(this.a-b.a,this.b-b.b)}, +ad(a,b){return new A.r(this.a+b.a,this.b+b.b)}, +am(a,b){return new A.r(this.a*b,this.b*b)}, +fi(a,b){return new A.r(this.a/b,this.b/b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.r&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return"Offset("+B.d.a5(this.a,1)+", "+B.d.a5(this.b,1)+")"}} +A.R.prototype={ +gY(a){return this.a<=0||this.b<=0}, +a1(a,b){var s=this +if(b instanceof A.R)return new A.r(s.a-b.a,s.b-b.b) +if(b instanceof A.r)return new A.R(s.a-b.a,s.b-b.b) +throw A.c(A.cp(b,null))}, +ad(a,b){return new A.R(this.a+b.a,this.b+b.b)}, +am(a,b){return new A.R(this.a*b,this.b*b)}, +fi(a,b){return new A.R(this.a/b,this.b/b)}, +jl(a){return new A.r(a.a+this.a/2,a.b+this.b/2)}, +BE(a,b){return new A.r(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}, +dw(a){var s=this,r=a.a,q=a.b +return new A.G(s.a+r,s.b+q,s.c+r,s.d+q)}, +aA(a,b,c){var s=this +return new A.G(s.a+b,s.b+c,s.c+b,s.d+c)}, +dL(a){var s=this +return new A.G(s.a-a,s.b-a,s.c+a,s.d+a)}, +ej(a){var s=this +return new A.G(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +lt(a){var s=this +return new A.G(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +xe(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}, +gis(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +gbf(){var s=this,r=s.a,q=s.b +return new A.r(r+(s.c-r)/2,q+(s.d-q)/2)}, +t(a,b){var s=this,r=b.a +if(r>=s.a)if(r=s.b&&rd&&s!==0)return Math.min(a,d/s) +return a}, +pC(){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.uP(s.uP(s.uP(s.uP(1,l,k,m),j,i,p),h,g,m),f,e,p) +if(d<1)return new A.iH(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new A.iH(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.pC() +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.D(s)!==J.U(b))return!1 +return b instanceof A.iH&&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.T(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)}, +h(a){var s,r,q=this,p=B.d.a5(q.a,1)+", "+B.d.a5(q.b,1)+", "+B.d.a5(q.c,1)+", "+B.d.a5(q.d,1),o=q.e,n=q.f,m=q.r,l=q.w +if(new A.aL(o,n).k(0,new A.aL(m,l))){s=q.x +r=q.y +s=new A.aL(m,l).k(0,new A.aL(s,r))&&new A.aL(s,r).k(0,new A.aL(q.z,q.Q))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.d.a5(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+B.d.a5(o,1)+", "+B.d.a5(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.aL(o,n).h(0)+", topRight: "+new A.aL(m,l).h(0)+", bottomRight: "+new A.aL(q.x,q.y).h(0)+", bottomLeft: "+new A.aL(q.z,q.Q).h(0)+")"}} +A.aiC.prototype={ +$1(a){return this.RV(a)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +RV(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.a1(A.ahX(a),$async$$1) +case 2:return A.a3(null,r)}}) +return A.a4($async$$1,r)}, +$S:355} +A.aiD.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.a1(A.alV(),$async$$0) +case 2:q.b.$0() +return A.a3(null,r)}}) +return A.a4($async$$0,r)}, +$S:124} +A.xL.prototype={ +E(){return"KeyEventType."+this.b}} +A.fD.prototype={ +a1M(){var s=this.d +return"0x"+B.e.j3(s,16)+new A.a2z(B.d.dm(s/4294967296)).$0()}, +ZC(){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+'"'}}, +a3e(){var s=this.e +if(s==null)return"" +return" (0x"+new A.aw(new A.jg(s),new A.a2A(),t.Hz.i("aw")).cs(0," ")+")"}, +h(a){var s=this,r=A.aAY(s.b),q=B.e.j3(s.c,16),p=s.a1M(),o=s.ZC(),n=s.a3e(),m=s.f?", synthesized":"" +return"KeyData(type: "+A.i(r)+", physical: 0x"+q+", logical: "+p+", character: "+o+n+m+")"}} +A.a2z.prototype={ +$0(){switch(this.a){case 0:return" (Unicode)" +case 1:return" (Unprintable)" +case 2:return" (Flutter)" +case 23:return" (Web)"}return""}, +$S:35} +A.a2A.prototype={ +$1(a){return B.c.pe(B.e.j3(a,16),2,"0")}, +$S:104} +A.A.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.A&&b.gl(b)===s.gl(s)}, +gu(a){return B.e.gu(this.gl(this))}, +h(a){return"Color(0x"+B.c.pe(B.e.j3(this.gl(this),16),8,"0")+")"}, +gl(a){return this.a}} +A.tO.prototype={ +E(){return"StrokeCap."+this.b}} +A.tP.prototype={ +E(){return"StrokeJoin."+this.b}} +A.KJ.prototype={ +E(){return"PaintingStyle."+this.b}} +A.c1.prototype={ +E(){return"BlendMode."+this.b}} +A.qE.prototype={ +E(){return"Clip."+this.b}} +A.XC.prototype={ +E(){return"BlurStyle."+this.b}} +A.oK.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.oK&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return"MaskFilter.blur("+this.a.h(0)+", "+B.d.a5(this.b,1)+")"}} +A.rc.prototype={ +E(){return"FilterQuality."+this.b}} +A.n5.prototype={ +bx(a,b){return new A.n5(this.a,this.b.am(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.n5&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c}, +gu(a){return A.T(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)}, +h(a){return"TextShadow("+this.a.h(0)+", "+this.b.h(0)+", "+A.i(this.c)+")"}} +A.mi.prototype={ +gn(a){return this.b}} +A.Nk.prototype={} +A.a5i.prototype={} +A.mb.prototype={ +h(a){var s,r=A.D(this).h(0),q=this.a,p=A.cM(q[2],0),o=q[1],n=A.cM(o,0),m=q[4],l=A.cM(m,0),k=A.cM(q[3],0) +o=A.cM(o,0) +s=q[0] +return r+"(buildDuration: "+(A.i((p.a-n.a)*0.001)+"ms")+", rasterDuration: "+(A.i((l.a-k.a)*0.001)+"ms")+", vsyncOverhead: "+(A.i((o.a-A.cM(s,0).a)*0.001)+"ms")+", totalSpan: "+(A.i((A.cM(m,0).a-A.cM(s,0).a)*0.001)+"ms")+", layerCacheCount: "+q[6]+", layerCacheBytes: "+q[7]+", pictureCacheCount: "+q[8]+", pictureCacheBytes: "+q[9]+", frameNumber: "+B.b.gU(q)+")"}} +A.qk.prototype={ +E(){return"AppLifecycleState."+this.b}} +A.vG.prototype={ +E(){return"AppExitResponse."+this.b}} +A.mz.prototype={ +gp8(a){var s=this.a,r=B.aG.j(0,s) +return r==null?s:r}, +gw0(){var s=this.c,r=B.aX.j(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.mz)if(b.gp8(b)===r.gp8(r))s=b.gw0()==r.gw0() +else s=!1 +else s=!1 +return s}, +gu(a){return A.T(this.gp8(this),null,this.gw0(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +h(a){return this.a3f("_")}, +a3f(a){var s=this,r=s.gp8(s) +if(s.c!=null)r+=a+A.i(s.gw0()) +return r.charCodeAt(0)==0?r:r}} +A.Z3.prototype={ +E(){return"DartPerformanceMode."+this.b}} +A.kV.prototype={ +E(){return"PointerChange."+this.b}} +A.mS.prototype={ +E(){return"PointerDeviceKind."+this.b}} +A.tb.prototype={ +E(){return"PointerSignalKind."+this.b}} +A.a5v.prototype={ +E(){return"PointerPreferredStylusAuxiliaryAction."+this.b}} +A.jN.prototype={ +h(a){return"PointerData(x: "+A.i(this.w)+", y: "+A.i(this.x)+")"}} +A.z9.prototype={} +A.cH.prototype={ +h(a){switch(this.a){case 1:return"SemanticsAction.tap" +case 2:return"SemanticsAction.longPress" +case 4:return"SemanticsAction.scrollLeft" +case 8:return"SemanticsAction.scrollRight" +case 16:return"SemanticsAction.scrollUp" +case 32:return"SemanticsAction.scrollDown" +case 64:return"SemanticsAction.increase" +case 128:return"SemanticsAction.decrease" +case 256:return"SemanticsAction.showOnScreen" +case 512:return"SemanticsAction.moveCursorForwardByCharacter" +case 1024:return"SemanticsAction.moveCursorBackwardByCharacter" +case 2048:return"SemanticsAction.setSelection" +case 4096:return"SemanticsAction.copy" +case 8192:return"SemanticsAction.cut" +case 16384:return"SemanticsAction.paste" +case 32768:return"SemanticsAction.didGainAccessibilityFocus" +case 65536:return"SemanticsAction.didLoseAccessibilityFocus" +case 131072:return"SemanticsAction.customAction" +case 262144:return"SemanticsAction.dismiss" +case 524288:return"SemanticsAction.moveCursorForwardByWord" +case 1048576:return"SemanticsAction.moveCursorBackwardByWord" +case 2097152:return"SemanticsAction.setText"}return""}} +A.cE.prototype={ +h(a){switch(this.a){case 1:return"SemanticsFlag.hasCheckedState" +case 2:return"SemanticsFlag.isChecked" +case 4:return"SemanticsFlag.isSelected" +case 8:return"SemanticsFlag.isButton" +case 16:return"SemanticsFlag.isTextField" +case 32:return"SemanticsFlag.isFocused" +case 64:return"SemanticsFlag.hasEnabledState" +case 128:return"SemanticsFlag.isEnabled" +case 256:return"SemanticsFlag.isInMutuallyExclusiveGroup" +case 512:return"SemanticsFlag.isHeader" +case 1024:return"SemanticsFlag.isObscured" +case 2048:return"SemanticsFlag.scopesRoute" +case 4096:return"SemanticsFlag.namesRoute" +case 8192:return"SemanticsFlag.isHidden" +case 16384:return"SemanticsFlag.isImage" +case 32768:return"SemanticsFlag.isLiveRegion" +case 65536:return"SemanticsFlag.hasToggledState" +case 131072:return"SemanticsFlag.isToggled" +case 262144:return"SemanticsFlag.hasImplicitScrolling" +case 524288:return"SemanticsFlag.isMultiline" +case 1048576:return"SemanticsFlag.isReadOnly" +case 2097152:return"SemanticsFlag.isFocusable" +case 4194304:return"SemanticsFlag.isLink" +case 8388608:return"SemanticsFlag.isSlider" +case 16777216:return"SemanticsFlag.isKeyboardKey" +case 33554432:return"SemanticsFlag.isCheckStateMixed"}return""}} +A.a8g.prototype={} +A.I8.prototype={ +E(){return"FontStyle."+this.b}} +A.mR.prototype={ +E(){return"PlaceholderAlignment."+this.b}} +A.fX.prototype={ +h(a){var s=B.Fn.j(0,this.a) +s.toString +return s}} +A.ma.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.ma&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return"FontVariation('"+this.a+"', "+A.i(this.b)+")"}} +A.lc.prototype={ +E(){return"TextAlign."+this.b}} +A.AR.prototype={ +E(){return"TextBaseline."+this.b}} +A.AU.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.AU&&b.a===this.a}, +gu(a){return B.e.gu(this.a)}, +h(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.cs(s,", ")+"])"}} +A.a9m.prototype={ +E(){return"TextDecorationStyle."+this.b}} +A.Ns.prototype={ +E(){return"TextLeadingDistribution."+this.b}} +A.Np.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +if(b instanceof A.Np)s=b.c===this.c +else s=!1 +return s}, +gu(a){return A.T(!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)}, +h(a){return"TextHeightBehavior(applyHeightToFirstAscent: true, applyHeightToLastDescent: true, leadingDistribution: "+this.c.h(0)+")"}} +A.ne.prototype={ +E(){return"TextDirection."+this.b}} +A.ld.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.ld&&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.T(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)}, +h(a){var s=this +return"TextBox.fromLTRBD("+B.d.a5(s.a,1)+", "+B.d.a5(s.b,1)+", "+B.d.a5(s.c,1)+", "+B.d.a5(s.d,1)+", "+s.e.h(0)+")"}} +A.AQ.prototype={ +E(){return"TextAffinity."+this.b}} +A.f1.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.f1&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return A.D(this).h(0)+"(offset: "+this.a+", affinity: "+this.b.h(0)+")"}} +A.iU.prototype={ +gmZ(){return this.a>=0&&this.b>=0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.iU&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} +A.mN.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.mN&&b.a===this.a}, +gu(a){return B.d.gu(this.a)}, +h(a){return A.D(this).h(0)+"(width: "+A.i(this.a)+")"}} +A.F9.prototype={ +E(){return"BoxHeightStyle."+this.b}} +A.XE.prototype={ +E(){return"BoxWidthStyle."+this.b}} +A.ua.prototype={ +E(){return"TileMode."+this.b}} +A.ol.prototype={} +A.MB.prototype={} +A.Fc.prototype={ +E(){return"Brightness."+this.b}} +A.XS.prototype={ +k(a,b){if(b==null)return!1 +return this===b}, +gu(a){return A.J.prototype.gu.call(this,this)}} +A.Ig.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +if(b instanceof A.Ig)s=!0 +else s=!1 +return s}, +gu(a){return A.T(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)}, +h(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} +A.aaL.prototype={} +A.EK.prototype={ +gn(a){return a.length}} +A.EL.prototype={ +ai(a,b){return A.i6(a.get(b))!=null}, +j(a,b){return A.i6(a.get(b))}, +a0(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.i6(s.value[1]))}}, +gcf(a){var s=A.a([],t.s) +this.a0(a,new A.Xc(s)) +return s}, +gba(a){var s=A.a([],t.n4) +this.a0(a,new A.Xd(s)) +return s}, +gn(a){var s=a.size +s.toString +return s}, +gY(a){var s=a.size +s.toString +return s===0}, +gbY(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.Y("Not supported"))}, +bS(a,b,c){throw A.c(A.Y("Not supported"))}, +B(a,b){throw A.c(A.Y("Not supported"))}, +$iaN:1} +A.Xc.prototype={ +$2(a,b){return this.a.push(a)}, +$S:13} +A.Xd.prototype={ +$2(a,b){return this.a.push(b)}, +$S:13} +A.EM.prototype={ +gn(a){return a.length}} +A.lT.prototype={} +A.Kg.prototype={ +gn(a){return a.length}} +A.OU.prototype={} +A.EE.prototype={ +a5s(a,b){var s,r=this.b,q=r.j(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)}, +gn(a){return this.a.length}, +j(a,b){return this.a[b]}, +gG(a){return B.b.gG(this.a)}, +gU(a){return B.b.gU(this.a)}, +gY(a){return this.a.length===0}, +gbY(a){return this.a.length!==0}, +gW(a){var s=this.a +return new J.ic(s,s.length)}} +A.lS.prototype={ +gr4(a){var s,r,q,p=this,o=p.ax +if(o instanceof A.ra){o=o.gr4(o) +p.ax=o}if(o==null){s=p.at +if(s!=null){if(p.as===8){o=s.hv() +s=A.me(B.fN) +r=A.me(B.fP) +o=A.rx(o,0,null,0) +q=A.ako(null) +r=new A.xz(o,q,s,r) +r.b=!0 +r.Ab() +q=t.Cm.a(A.bL(q.c.buffer,0,q.a)) +p.ax=q +o=q}else{o=s.hv() +p.ax=o}p.as=0}}return o}, +N5(){var s,r,q,p,o=this +if(o.ax==null&&o.at!=null){if(o.as===8){s=o.at.hv() +r=A.me(B.fN) +q=A.me(B.fP) +s=A.rx(s,0,null,0) +p=A.ako(null) +q=new A.xz(s,p,r,q) +q.b=!0 +q.Ab() +o.ax=t.Cm.a(A.bL(p.c.buffer,0,p.a))}else o.ax=o.at.hv() +o.as=0}}, +h(a){return this.a}} +A.ra.prototype={} +A.WP.prototype={ +a7i(a){var s,r,q,p,o,n=this,m=a.length,l=n.d +B.p.lC(l,0,16,0) +for(s=n.f,r=n.c,q=0,p=16;q=0;--p){o=l[p] +if(o===255){l[p]=0 +continue}l[p]=o+1 +break}p=0}a[q]=a[q]^s[p]}}, +Yn(a,b){var s,r,q,p=this +p.z4(0,a,b) +for(s=p.a,r=1;!0;++r){p.a4q(a) +q=a[1] +a[1]=a[5] +a[5]=a[9] +a[9]=a[13] +a[13]=q +q=a[2] +a[2]=a[10] +a[10]=q +q=a[6] +a[6]=a[14] +a[14]=q +q=a[3] +a[3]=a[15] +a[15]=a[11] +a[11]=a[7] +a[7]=q +if(r===B.fL[s])break +p.a25(a) +p.z4(r,a,b)}p.z4(B.fL[s],a,b)}, +a25(a){var s,r,q,p,o,n,m,l,k +for(s=0,r=0;s<4;++s,r+=4){q=a[r] +p=r+1 +o=q^a[p] +n=r+2 +m=r+3 +l=o^a[n]^a[m] +a[r]=(q^o<<1^(o>>>7&1)*27^l)>>>0 +o=a[p] +k=o^a[n] +a[p]=(o^k<<1^(k>>>7&1)*27^l)>>>0 +o=a[n] +k=o^a[m] +a[n]=(o^k<<1^(k>>>7&1)*27^l)>>>0 +o=a[m] +k=o^q +a[m]=(o^k<<1^(k>>>7&1)*27^l)>>>0}}, +a4q(a){var s +for(s=0;s<16;++s)a[s]=B.aW[a[s]]}, +z4(a,b,c){var s,r,q,p,o +for(s=a*4*4,r=0,q=0;r<4;++r)for(p=s+r*4,o=0;o<4;++o,++q)b[q]=b[q]^c[p+o]}, +a1B(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=A.a([0,0,0,0],t.t) +for(s=this.a,r=0;q=B.C5[s],r=this.c+r}, +j(a,b){return this.a[this.b+b]}, +k_(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.rx(r.a,r.d,b,a)}, +tt(a){var s=this,r=s.k_(s.b-s.c,a) +s.b=s.b+r.gn(r) +return r}, +QB(a,b){var s,r,q,p=this.tt(a).hv() +try{s=b?new A.Oi(!1).dB(p):A.pp(p,0,null) +return s}catch(r){q=A.pp(p,0,null) +return q}}, +xw(a){return this.QB(a,!0)}, +cF(){var s,r=this,q=r.a,p=r.b,o=r.b=p+1,n=q[p]&255 +r.b=o+1 +s=q[o]&255 +if(r.d===1)return n<<8|s +return s<<8|n}, +d4(){var s,r,q,p=this,o=p.a,n=p.b,m=p.b=n+1,l=o[n]&255 +n=p.b=m+1 +s=o[m]&255 +m=p.b=n+1 +r=o[n]&255 +p.b=m+1 +q=o[m]&255 +if(p.d===1)return(l<<24|s<<16|r<<8|q)>>>0 +return(q<<24|r<<16|s<<8|l)>>>0}, +kK(){var s,r,q,p,o,n,m,l=this,k=l.a,j=l.b,i=l.b=j+1,h=k[j]&255 +j=l.b=i+1 +s=k[i]&255 +i=l.b=j+1 +r=k[j]&255 +j=l.b=i+1 +q=k[i]&255 +i=l.b=j+1 +p=k[j]&255 +j=l.b=i+1 +o=k[i]&255 +i=l.b=j+1 +n=k[j]&255 +l.b=i+1 +m=k[i]&255 +if(l.d===1)return(B.e.iy(h,56)|B.e.iy(s,48)|B.e.iy(r,40)|B.e.iy(q,32)|p<<24|o<<16|n<<8|m)>>>0 +return(B.e.iy(m,56)|B.e.iy(n,48)|B.e.iy(o,40)|B.e.iy(p,32)|q<<24|r<<16|s<<8|h)>>>0}, +hv(){var s,r,q,p,o=this,n=o.gn(o),m=o.a +if(t.p.b(m)){s=o.b +r=m.length +if(s+n>r)n=r-s +return A.bL(m.buffer,m.byteOffset+s,n)}s=o.b +q=s+n +p=m.length +return new Uint8Array(A.a8(J.axt(m,s,q>p?p:q)))}} +A.a4J.prototype={} +A.a4I.prototype={ +EC(a){var s,r,q,p,o=this,n=a.length +for(;s=o.a,r=s+n,q=o.c,p=q.length,r>p;)o.zJ(r-p) +B.p.cG(q,s,r,a) +o.a+=n}, +acC(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.zJ(r-p)}B.p.bw(q,s,s+a.gn(a),a.a,a.b) +o.a=o.a+a.gn(a)}, +k_(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 A.bL(s.c.buffer,a,b-a)}, +FC(a){return this.k_(a,null)}, +zJ(a){var s=a!=null?a>32768?a:32768:32768,r=this.c,q=r.length,p=new Uint8Array((q+s)*2) +B.p.cG(p,0,q,r) +this.c=p}, +ZH(){return this.zJ(null)}, +gn(a){return this.a}} +A.ab_.prototype={ +Xh(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=this,a5=a4.ZY(a6) +a4.a=a5 +s=a6.c +a6.b=s+a5 +a6.d4() +a6.cF() +a6.cF() +a6.cF() +a6.cF() +a4.f=a6.d4() +a4.r=a6.d4() +r=a6.cF() +if(r>0)a6.QB(r,!1) +a4.a3g(a6) +q=a6.k_(a4.r,a4.f) +a5=q.c +p=a4.x +o=t.t +while(!0){n=q.b +m=q.e +m===$&&A.b() +if(!(n0)n.at=q.xw(k) +if(j>0){f=q.k_(q.b-a5,j) +e=q.b +d=f.e +d===$&&A.b() +q.b=e+(d-(f.b-f.c)) +n.ax=f.hv() +d=f.b-=j +if(d<0)f.b=0 +c=f.cF() +b=f.cF() +if(c===1){if(b>=8&&l===4294967295){n.x=f.kK() +b-=8}if(b>=8&&m===4294967295){n.w=f.kK() +b-=8}if(b>=8&&g===4294967295){m=f.kK() +n.as=m +b-=8}else m=g +if(b>=4&&h===65535)n.y=f.d4()}else m=g}else m=g +if(i>0)q.xw(i) +a6.b=s+m +m=new A.ab0(A.a([],o),n,A.a([0,0,0],o)) +l=a6.d4() +m.a=l +if(l!==67324752)A.a0(A.ang("Invalid Zip Signature")) +a6.cF() +l=a6.cF() +m.c=l +m.d=a6.cF() +m.e=a6.cF() +m.f=a6.cF() +m.r=a6.d4() +a6.d4() +m.x=a6.d4() +a=a6.cF() +a0=a6.cF() +m.y=a6.xw(a) +f=a6.k_(a6.b-s,a0) +h=a6.b +g=f.e +g===$&&A.b() +a6.b=h+(g-(f.b-f.c)) +g=f.hv() +m.z=g +l=(l&1)!==0?1:0 +m.ay=l +m.CW=a7 +h=n.w +h.toString +f=a6.k_(a6.b-s,h) +h=a6.b +e=f.e +e===$&&A.b() +a6.b=h+(e-(f.b-f.c)) +m.as=f +if(l!==0&&a0>2){a1=A.rx(g,0,null,0) +if(a1.cF()===39169){a1.cF() +a1.cF() +a1.xw(2) +l=a1.a[a1.b++] +a2=a1.cF() +m.ay=2 +m.ch=new A.WQ(l,a2) +m.d=a2}}if((m.c&8)!==0){a3=a6.d4() +if(a3===134695760)m.r=a6.d4() +else m.r=a3 +a6.d4() +m.x=a6.d4()}n.ch=m +p.push(n)}}, +a3g(a){var s,r,q,p,o=a.c,n=a.b-o,m=this.a-20 +if(m<0)return +s=a.k_(m,20) +if(s.d4()!==117853008){a.b=o+n +return}s.d4() +r=s.kK() +s.d4() +a.b=o+r +if(a.d4()!==101075792){a.b=o+n +return}a.kK() +a.cF() +a.cF() +a.d4() +a.d4() +a.kK() +a.kK() +q=a.kK() +p=a.kK() +this.f=q +this.r=p +a.b=o+n}, +ZY(a){var s,r=a.b,q=a.c +for(s=a.gn(a)-5;s>=0;--s){a.b=q+s +if(a.d4()===101010256){a.b=q+(r-q) +return s}}throw A.c(A.ang("Could not find End of Central Directory Record"))}} +A.WQ.prototype={} +A.ab0.prototype={ +gr4(a){var s,r,q,p,o,n,m,l=this,k=l.at +if(k==null){if(l.ay!==0){k=l.as +k===$&&A.b() +if(k.gn(k)<=0){l.at=l.as.hv() +l.ay=0}else{k=l.ay +if(k===1)l.as=l.Za(l.as) +else if(k===2){k=l.as +if(l.ch.c===1)s=k.tt(8).hv() +else s=k.tt(16).hv() +r=k.tt(k.gn(k)-10).hv() +k=l.CW +k.toString +q=A.aEK(k,s) +k=new Uint8Array(16) +p=new Uint8Array(16) +o=new Uint8Array(240) +n=new A.WP(2,q,o,k,p) +n.a1B(o,q) +n.a7i(r) +l.as=A.rx(r,0,null,0)}l.ay=0}}k=l.d +p=l.as +if(k===8){p===$&&A.b() +k=l.x +o=A.me(B.fN) +m=A.me(B.fP) +k=A.ako(k) +m=new A.xz(p,k,o,m) +m.b=!0 +m.Ab() +k=t.Cm.a(A.bL(k.c.buffer,0,k.a)) +l.at=k +l.d=0}else{p===$&&A.b() +k=p.hv() +l.at=k}}return k}, +h(a){return this.y}, +KW(a){var s=this.cx,r=A.anw(s[0],a) +s[0]=r +r=s[1]+(r&255) +s[1]=r +r=r*134775813+1 +s[1]=r +s[2]=A.anw(s[2],r>>>24)}, +HJ(){var s=this.cx[2]&65535|2 +return s*(s^1)>>>8&255}, +Za(a){var s,r,q,p,o=this +for(s=0;s<12;++s){r=o.as +r===$&&A.b() +o.KW((r.a[r.b++]^o.HJ())>>>0)}r=o.as +r===$&&A.b() +q=r.hv() +for(r=q.length,s=0;s>>16 +i.c=m +if(o.a>>>8===3)switch(m&61440){case 32768:case 0:break +case 40960:if((k instanceof A.ra?i.ax=k.gr4(k):k)==null)i.N5() +m=q.a(i.ax) +B.b1.dB(m) +break}else B.c.ls(l,"/") +i.f=(n.f<<16|n.e)>>>0 +s.a5s(0,i)}return s}} +A.a1y.prototype={ +X2(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=a.length +for(s=0;sh.b)h.b=r +if(r>>0 +m=m>>>1}for(j=h.a,i=(r|s)>>>0,k=l;k>>0 +n=n<<1>>>0}}} +A.xz.prototype={ +Ab(){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=r.c+p)return-1 +r.b=q+1 +r=r.a[q] +o.d=(o.d|B.e.pI(r,s))>>>0 +o.e=s+8}r=o.d +q=B.e.iy(1,a) +o.d=B.e.qv(r,a) +o.e=s-a +return(r&q-1)>>>0}, +AC(a){var s,r,q,p,o,n,m,l=this,k=a.a +k===$&&A.b() +s=a.b +for(;r=l.e,r=q.c+o)return-1 +q.b=p+1 +q=q.a[p] +l.d=(l.d|B.e.pI(q,r))>>>0 +l.e=r+8}q=l.d +n=k[(q&B.e.pI(1,s)-1)>>>0] +m=n>>>16 +l.d=B.e.qv(q,m) +l.e=r-m +return n&65535}, +a2J(){var s,r,q=this +q.e=q.d=0 +s=q.hG(16) +r=q.hG(16) +if(s!==0&&s!==(r^65535)>>>0)return-1 +r=q.a +r===$&&A.b() +if(s>r.gn(r))return-1 +q.c.acC(q.a.tt(s)) +return 0}, +a2I(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.hG(5) +if(h===-1)return-1 +h+=257 +if(h>288)return-1 +s=i.hG(5) +if(s===-1)return-1;++s +if(s>32)return-1 +r=i.hG(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){if(s.a===s.c.length)s.ZH() +s.c[s.a++]=r&255 +continue}q=r-257 +p=B.CY[q]+l.hG(B.Ch[q]) +o=l.AC(b) +if(o<0||o>29)return-1 +n=B.Ck[o]+l.hG(B.CN[o]) +for(m=-n;p>n;){s.EC(s.FC(m)) +p-=n}if(p===n)s.EC(s.FC(m)) +else s.EC(s.k_(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}, +Z8(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.hG(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.hG(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.iS.prototype={ +gW(a){return new A.tM(this.a,0,0)}, +gG(a){var s=this.a,r=s.length +return r===0?A.a0(A.ab("No element")):B.c.a7(s,0,new A.kn(s,r,0,176).lP())}, +gU(a){var s=this.a,r=s.length +return r===0?A.a0(A.ab("No element")):B.c.cZ(s,new A.Xe(s,0,r,176).lP())}, +gY(a){return this.a.length===0}, +gbY(a){return this.a.length!==0}, +gn(a){var s,r,q=this.a,p=q.length +if(p===0)return 0 +s=new A.kn(q,p,0,176) +for(r=0;s.lP()>=0;)++r +return r}, +bb(a,b){var s,r,q,p,o,n +A.dU(b,"index") +s=this.a +r=s.length +if(r!==0){q=new A.kn(s,r,0,176) +for(p=0,o=0;n=q.lP(),n>=0;o=n){if(p===b)return B.c.a7(s,o,n);++p}}else p=0 +throw A.c(A.II(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.kn(b,s,0,176).lP()!==s)return!1 +s=this.a +return A.aGT(s,b,0,s.length)>=0}, +vl(a,b,c){var s,r +if(a===0||b===this.a.length)return b +if(c==null){s=this.a +c=new A.kn(s,s.length,b,176)}do{r=c.lP() +if(r<0)break +if(--a,a>0){b=r +continue}else{b=r +break}}while(!0) +return b}, +dn(a,b){A.dU(b,"count") +return this.Ka(b)}, +Ka(a){var s=this.vl(a,0,null),r=this.a +if(s===r.length)return B.d8 +return new A.iS(B.c.cZ(r,s))}, +a4t(a){var s=this.vl(a,0,null),r=this.a +if(s===r.length)return this +return new A.iS(B.c.a7(r,0,s))}, +iq(a,b,c){var s,r,q,p,o=this +A.dU(b,"start") +if(c==null)return o.Ka(b) +if(c0){s=j.c +for(r=j.a,q=r.length,p=176;ss;){p=k.c=q-1 +o=B.c.aj(r,p) +if((o&64512)!==56320){p=k.d=B.c.Z(j,k.d&240|A.Eb(o)) +if(((p>=208?k.d=A.ai9(r,s,k.c,p):p)&1)===0)return q +continue}if(p>=s){n=B.c.aj(r,p-1) +if((n&64512)===55296){m=A.vd(n,o) +p=--k.c}else m=2}else m=2 +l=k.d=B.c.Z(j,k.d&240|m) +if(((l>=208?k.d=A.ai9(r,s,p,l):l)&1)===0)return q}p=k.d=B.c.Z(j,k.d&240|15) +if(((p>=208?k.d=A.ai9(r,s,q,p):p)&1)===0)return k.c +return-1}} +A.Is.prototype={ +uJ(a){var s=this.b[a] +if(s==null){this.$ti.c.a(null) +s=null}return s}, +gG(a){if(this.c===0)throw A.c(A.ab("No element")) +return this.uJ(0)}, +gn(a){return this.c}, +h(a){var s=this.b +return A.aoR(A.dJ(s,0,A.fs(this.c,"count",t.S),A.ad(s).c),"(",")")}, +XQ(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.H3.prototype={ +k(a,b){var s,r,q,p,o +if(b==null)return!1 +if(b instanceof A.H3){s=this.a +r=b.a +q=s.length +if(q!==r.length)return!1 +for(p=0,o=0;o>>0)-s,q=0;q1125899906842623)throw A.c(A.Y("Hashing is unsupported for messages with more than 2^53 bits.")) +p=r*8 +o=l.b +l.M(0,new Uint8Array(8)) +n=A.eX(l.a.buffer,0,null) +n.setUint32(o,B.e.cM(p,4294967296),!1) +n.setUint32(o+4,p>>>0,!1)}} +A.afy.prototype={} +A.afA.prototype={ +acp(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c +for(s=this.x,r=0;r<16;++r)s[r]=a[r] +for(r=16;r<64;++r){q=s[r-2] +p=s[r-7] +o=s[r-15] +s[r]=((((q>>>17|q<<15)^(q>>>19|q<<13)^q>>>10)>>>0)+p>>>0)+((((o>>>7|o<<25)^(o>>>18|o<<14)^o>>>3)>>>0)+s[r-16]>>>0)>>>0}q=this.w +n=q[0] +m=q[1] +l=q[2] +k=q[3] +j=q[4] +i=q[5] +h=q[6] +g=q[7] +for(f=n,r=0;r<64;++r,g=h,h=i,i=j,j=d,k=l,l=m,m=f,f=c){e=(g+(((j>>>6|j<<26)^(j>>>11|j<<21)^(j>>>25|j<<7))>>>0)>>>0)+(((j&i^~j&h)>>>0)+(B.Cs[r]+s[r]>>>0)>>>0)>>>0 +d=k+e>>>0 +c=e+((((f>>>2|f<<30)^(f>>>13|f<<19)^(f>>>22|f<<10))>>>0)+((f&m^f&l^m&l)>>>0)>>>0)>>>0}q[0]=f+n>>>0 +q[1]=m+q[1]>>>0 +q[2]=l+q[2]>>>0 +q[3]=k+q[3]>>>0 +q[4]=j+q[4]>>>0 +q[5]=i+q[5]>>>0 +q[6]=h+q[6]>>>0 +q[7]=g+q[7]>>>0}} +A.afz.prototype={} +A.JS.prototype={ +T(a){return new A.uk($.amU(),new A.a4b(),null,t.D0)}} +A.a4b.prototype={ +$3(a,b,c){return new A.oL(new A.JT(null),"Giffy Demo",A.a9Z(B.Y,B.pJ,A.aoz(),b),A.a9Z(B.U,B.pJ,A.aoz(),b),!1,null)}, +$S:374} +A.JT.prototype={ +T(a){var s=null,r=A.hi("Giffy Example",s) +return new A.A1(new A.vF(r,new A.SQ(s,s,1/0,56),s),new A.eC(B.aT,A.anM(A.a([new A.JA(s),A.hc(s,30,s),A.hi("Image Giffy",s),A.hc(s,10,s),new A.ue(B.AG,s),A.hc(s,30,s),A.hi("Rive Giffy",s),A.hc(s,10,s),new A.ue(B.AH,s),A.hc(s,30,s),A.hi("Lottie Giffy",s),A.hc(s,10,s),new A.ue(B.AI,s)],t.D),B.fi,B.pA,B.hh,B.bk),s),s)}} +A.JA.prototype={ +T(a){var s,r,q,p=A.aa(a).y,o=A.aa(a).ax.b,n=A.aa(a) +if(p)s=o +else s=n.ax.a===B.U?B.l:B.i +r=p?A.M(31,o.gl(o)>>>16&255,o.gl(o)>>>8&255,o.gl(o)&255):o +q=p?B.ck:B.bm +n=A.a([!p,p],t.HZ) +return new A.NJ(A.a([A.hi("Material 2",null),A.hi("Material 3",null)],t.D),n,new A.a3A(),B.xb,o,s,r,r,r,q,null)}} +A.a3A.prototype={ +$1(a){$.amU().sl(0,a===1)}, +$S:34} +A.xg.prototype={ +E(){return"GiffyType."+this.b}, +RC(a,b,c){switch(this.a){case 0:return a.$0() +case 1:return c.$0() +case 2:return b.$0()}}} +A.ue.prototype={ +T(a){var s=null,r=A.aa(a).y,q=A.aAn(a),p=A.aAp(a),o=A.aAo(a) +return A.wh(s,A.akE(A.a([A.aon(A.aoi(A.hi("Show Dialog",s),new A.aaA(a,new A.aav(this,q,p,r,o)))),new A.Om(s),A.aon(A.aoi(A.hi("Show Bottom Sheet",s),new A.aaB(a,r,new A.aaq(this,q,p,r,o))))],t.D),B.fi,B.hh),s,s,s,36,s,s,s)}} +A.aav.prototype={ +$0(){var s=this +return s.a.c.RC(new A.aax(s.b),new A.aay(s.e),new A.aaz(s.c,s.d))}, +$S:108} +A.aax.prototype={ +$0(){var s=this.a +return new A.md(t.lu.a(s.a),A.ahR(),s.b,s.c,s.d,null)}, +$S:79} +A.aaz.prototype={ +$0(){var s=this.a +return new A.md(t.wn.a(s.a),new A.aaw(this.b),s.b,s.c,s.d,null)}, +$S:79} +A.aaw.prototype={ +$2(a,b){var s=this.a?B.ck:B.bm +return A.Yp(s,A.hc(b,200,null))}, +$S:80} +A.aay.prototype={ +$0(){var s=this.a +return new A.md(t.sP.a(s.a),A.ahR(),s.b,s.c,s.d,null)}, +$S:79} +A.aaq.prototype={ +$0(){var s=this +return s.a.c.RC(new A.aas(s.b),new A.aat(s.e),new A.aau(s.c,s.d))}, +$S:108} +A.aas.prototype={ +$0(){var s=this.a +return new A.mc(t.lu.a(s.a),A.ahR(),s.b,s.c,s.d,null)}, +$S:66} +A.aau.prototype={ +$0(){var s=this.a +return new A.mc(t.wn.a(s.a),new A.aar(this.b),s.b,s.c,s.d,null)}, +$S:66} +A.aar.prototype={ +$2(a,b){var s=this.a?B.ck:B.bm +return A.Yp(s,A.hc(b,200,null))}, +$S:80} +A.aat.prototype={ +$0(){var s=this.a +return new A.mc(t.sP.a(s.a),A.ahR(),s.b,s.c,s.d,null)}, +$S:66} +A.aaA.prototype={ +$0(){var s,r=this.a,q=A.hN(r,!0).c +q.toString +s=A.aoI(r,q) +q=A.hN(r,!0) +q.tq(A.az2(null,B.v,!0,null,new A.aap(this.b),r,null,s,B.vZ,!0,t.z))}, +$S:0} +A.aap.prototype={ +$1(a){return this.a.$0()}, +$S:16} +A.aaB.prototype={ +$0(){var s,r,q,p,o,n,m,l,k,j,i,h=null,g=this.a,f=this.b?32:4 +f=new A.aL(f,f) +s=A.hN(g,!1) +A.mA(g,B.b0,t.c4).toString +r=s.c +r.toString +r=A.aoI(g,r) +g=A.aa(g) +q=A.hn(B.am) +p=A.a([],t.Zt) +o=$.ak +n=t.LR +m=t.zh +l=A.tg(B.bo) +k=A.a([],t.wi) +j=A.hn(h) +i=$.ak +s.tq(new A.yp(new A.aao(this.c),r,!0,h,h,new A.cS(new A.c9(f,f,B.r,B.r),B.u),B.bK,h,g.x2.e,!0,!0,h,h,h,!1,"Close Bottom Sheet",q,"Scrim",h,h,p,new A.cD(h,t.Ts),new A.cD(h,t.re),new A.yU(),h,0,new A.bj(new A.al(o,n),m),l,k,B.hx,j,new A.bj(new A.al(i,n),m),t.Fu))}, +$S:0} +A.aao.prototype={ +$1(a){return this.a.$0()}, +$S:16} +A.xf.prototype={} +A.a0Q.prototype={ +$0(){A.hN(this.a,!1).lT("CANCEL") +return null}, +$S:0} +A.a0R.prototype={ +$0(){A.hN(this.a,!1).lT("OK") +return null}, +$S:0} +A.a0U.prototype={ +$0(){A.hN(this.a,!1).lT("CANCEL") +return null}, +$S:0} +A.a0V.prototype={ +$0(){A.hN(this.a,!1).lT("OK") +return null}, +$S:0} +A.a0S.prototype={ +$0(){A.hN(this.a,!1).lT("CANCEL") +return null}, +$S:0} +A.a0T.prototype={ +$0(){A.hN(this.a,!1).lT("OK") +return null}, +$S:0} +A.j8.prototype={ +E(){return"AnimationStatus."+this.b}} +A.bZ.prototype={ +h(a){return"#"+A.cg(this)+"("+A.i(this.xM())+")"}, +xM(){switch(this.gbr(this)){case B.av:return"\u25b6" +case B.a6:return"\u25c0" +case B.V:return"\u23ed" +case B.K:return"\u23ee"}}} +A.up.prototype={ +E(){return"_AnimationDirection."+this.b}} +A.EB.prototype={ +E(){return"AnimationBehavior."+this.b}} +A.qh.prototype={ +gl(a){var s=this.x +s===$&&A.b() +return s}, +sl(a,b){var s=this +s.jY(0) +s.Ae(b) +s.bB() +s.pZ()}, +gkV(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.w +s.toString +return s.lr(0,this.y.a/1e6)}, +Ae(a){var s=this,r=s.a,q=s.b,p=s.x=A.X(a,r,q) +if(p===r)s.Q=B.K +else if(p===q)s.Q=B.V +else s.Q=s.z===B.al?B.av:B.a6}, +gbr(a){var s=this.Q +s===$&&A.b() +return s}, +a8f(a,b){var s=this +s.z=B.al +if(b!=null)s.sl(0,b) +return s.GL(s.b)}, +ei(a){return this.a8f(a,null)}, +R_(a,b){this.z=B.eF +return this.GL(this.a)}, +tB(a){return this.R_(a,null)}, +pX(a,b,c){var s,r,q,p,o,n,m=this,l=$.Mk.wn$ +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.eF&&m.f!=null){l=m.f +l.toString +p=l}else{l=m.e +l.toString +p=l}o=new A.bm(B.d.ac(p.a*q))}else{l=m.x +l===$&&A.b() +o=a===l?B.C:c}m.jY(0) +l=o.a +if(l===B.C.a){l=m.x +l===$&&A.b() +if(l!==a){m.x=A.X(a,m.a,m.b) +m.bB()}m.Q=m.z===B.al?B.V:B.K +m.pZ() +return A.akU()}n=m.x +n===$&&A.b() +return m.AY(new A.adQ(l*s/1e6,n,a,b,B.hZ))}, +GL(a){return this.pX(a,B.a_,null)}, +QQ(a,b){var s,r,q=this,p=q.a,o=q.b,n=q.e +q.jY(0) +s=q.x +s===$&&A.b() +r=n.a/1e6 +s=o===p?0:s/(o-p)*r +return q.AY(new A.af4(p,o,!1,q.gZh(),r,s,B.hZ))}, +QP(a){return this.QQ(a,!1)}, +Zi(a){this.z=a +this.Q=a===B.al?B.av:B.a6 +this.pZ()}, +O4(a){var s,r,q,p=this,o=$.awd(),n=a<0 +p.z=n?B.eF:B.al +s=n?p.a-0.01:p.b+0.01 +n=$.Mk.wn$ +n===$&&A.b() +if((n.a&4)!==0)switch(p.d.a){case 0:r=200 +break +case 1:r=1 +break +default:r=1}else r=1 +n=p.x +n===$&&A.b() +q=new A.a8F(s,A.aFi(o,n-s,a*r),B.hZ) +q.a=B.NW +p.jY(0) +return p.AY(q)}, +AY(a){var s,r=this +r.w=a +r.y=B.C +r.x=A.X(a.j5(0,0),r.a,r.b) +s=r.r.ny(0) +r.Q=r.z===B.al?B.av:B.a6 +r.pZ() +return s}, +uh(a,b){this.y=this.w=null +this.r.uh(0,b)}, +jY(a){return this.uh(a,!0)}, +q(){var s=this +s.r.q() +s.r=null +s.b7$.K(0) +s.b_$.K(0) +s.yA()}, +pZ(){var s=this,r=s.Q +r===$&&A.b() +if(s.as!==r){s.as=r +s.tg(r)}}, +XA(a){var s,r=this +r.y=a +s=a.a/1e6 +r.x=A.X(r.w.j5(0,s),r.a,r.b) +if(r.w.D_(s)){r.Q=r.z===B.al?B.V:B.K +r.uh(0,!1)}r.bB() +r.pZ()}, +xM(){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.yz() +q=this.x +q===$&&A.b() +return A.i(r)+" "+B.d.a5(q,3)+p+s}} +A.adQ.prototype={ +j5(a,b){var s,r,q=this,p=A.X(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.N(0,p)}}}, +lr(a,b){return(this.j5(0,b+0.001)-this.j5(0,b-0.001))/0.002}, +D_(a){return a>this.b}} +A.af4.prototype={ +j5(a,b){var s=this,r=b+s.r,q=s.f,p=B.d.bk(r/q,1) +B.d.h8(r,q) +s.e.$1(B.al) +q=A.S(s.b,s.c,p) +q.toString +return q}, +lr(a,b){return(this.c-this.b)/this.f}, +D_(a){return!1}} +A.OK.prototype={} +A.OL.prototype={} +A.OM.prototype={} +A.OE.prototype={ +ag(a,b){}, +V(a,b){}, +fK(a){}, +dP(a){}, +gbr(a){return B.V}, +gl(a){return 1}, +h(a){return"kAlwaysCompleteAnimation"}} +A.OF.prototype={ +ag(a,b){}, +V(a,b){}, +fK(a){}, +dP(a){}, +gbr(a){return B.K}, +gl(a){return 0}, +h(a){return"kAlwaysDismissedAnimation"}} +A.vA.prototype={ +ag(a,b){return this.gbm(this).ag(0,b)}, +V(a,b){return this.gbm(this).V(0,b)}, +fK(a){return this.gbm(this).fK(a)}, +dP(a){return this.gbm(this).dP(a)}, +gbr(a){var s=this.gbm(this) +return s.gbr(s)}} +A.zg.prototype={ +sbm(a,b){var s,r=this,q=r.c +if(b==q)return +if(q!=null){r.a=q.gbr(q) +q=r.c +r.b=q.gl(q) +if(r.i0$>0)r.wa()}r.c=b +if(b!=null){if(r.i0$>0)r.w9() +q=r.b +s=r.c +s=s.gl(s) +if(q==null?s!=null:q!==s)r.bB() +q=r.a +s=r.c +if(q!=s.gbr(s)){q=r.c +r.tg(q.gbr(q))}r.b=r.a=null}}, +w9(){var s=this,r=s.c +if(r!=null){r.ag(0,s.glQ()) +s.c.fK(s.gPO())}}, +wa(){var s=this,r=s.c +if(r!=null){r.V(0,s.glQ()) +s.c.dP(s.gPO())}}, +gbr(a){var s=this.c +if(s!=null)s=s.gbr(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}, +h(a){var s=this,r=s.c +if(r==null)return"ProxyAnimation(null; "+A.i(s.yz())+" "+B.d.a5(s.gl(s),3)+")" +return r.h(0)+"\u27a9ProxyAnimation"}} +A.iJ.prototype={ +ag(a,b){this.cq() +this.a.ag(0,b)}, +V(a,b){this.a.V(0,b) +this.mz()}, +w9(){this.a.fK(this.go1())}, +wa(){this.a.dP(this.go1())}, +vn(a){this.tg(this.JS(a))}, +gbr(a){var s=this.a +return this.JS(s.gbr(s))}, +gl(a){var s=this.a +return 1-s.gl(s)}, +JS(a){switch(a.a){case 1:return B.a6 +case 2:return B.av +case 3:return B.K +case 0:return B.V}}, +h(a){return this.a.h(0)+"\u27aaReverseAnimation"}} +A.wn.prototype={ +KQ(a){var s=this +switch(a.a){case 0:case 3:s.d=null +break +case 1:if(s.d==null)s.d=B.av +break +case 2:if(s.d==null)s.d=B.a6 +break}}, +gL8(){if(this.c!=null){var s=this.d +if(s==null){s=this.a +s=s.gbr(s)}s=s!==B.a6}else s=!0 +return s}, +q(){this.a.dP(this.gKP())}, +gl(a){var s=this,r=s.gL8()?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.N(0,p)}, +h(a){var s=this,r=s.c +if(r==null)return s.a.h(0)+"\u27a9"+s.b.h(0) +if(s.gL8())return s.a.h(0)+"\u27a9"+s.b.h(0)+"\u2092\u2099/"+r.h(0) +return s.a.h(0)+"\u27a9"+s.b.h(0)+"/"+r.h(0)+"\u2092\u2099"}, +gbm(a){return this.a}} +A.Uy.prototype={ +E(){return"_TrainHoppingMode."+this.b}} +A.pG.prototype={ +vn(a){if(a!==this.e){this.bB() +this.e=a}}, +gbr(a){var s=this.a +return s.gbr(s)}, +a5b(){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.go1() +p.dP(s) +p.V(0,q.gBe()) +p=q.b +q.a=p +q.b=null +p.fK(s) +s=q.a +q.vn(s.gbr(s))}}else r=!1 +p=q.a +p=p.gl(p) +if(p!==q.f){q.bB() +q.f=p}if(r&&q.d!=null)q.d.$0()}, +gl(a){var s=this.a +return s.gl(s)}, +q(){var s,r,q=this +q.a.dP(q.go1()) +s=q.gBe() +q.a.V(0,s) +q.a=null +r=q.b +if(r!=null)r.V(0,s) +q.b=null +q.b_$.K(0) +q.b7$.K(0) +q.yA()}, +h(a){var s=this +if(s.b!=null)return A.i(s.a)+"\u27a9TrainHoppingAnimation(next: "+A.i(s.b)+")" +return A.i(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} +A.qJ.prototype={ +w9(){var s,r=this,q=r.a,p=r.gJ9() +q.ag(0,p) +s=r.gJa() +q.fK(s) +q=r.b +q.ag(0,p) +q.fK(s)}, +wa(){var s,r=this,q=r.a,p=r.gJ9() +q.V(0,p) +s=r.gJa() +q.dP(s) +q=r.b +q.V(0,p) +q.dP(s)}, +gbr(a){var s=this.b +if(s.gbr(s)===B.av||s.gbr(s)===B.a6)return s.gbr(s) +s=this.a +return s.gbr(s)}, +h(a){return"CompoundAnimation("+this.a.h(0)+", "+this.b.h(0)+")"}, +a1Y(a){var s=this +if(s.gbr(s)!=s.c){s.c=s.gbr(s) +s.tg(s.gbr(s))}}, +a1X(){var s=this +if(!J.e(s.gl(s),s.d)){s.d=s.gl(s) +s.bB()}}} +A.vz.prototype={ +gl(a){var s,r=this.a +r=r.gl(r) +s=this.b +s=s.gl(s) +return Math.min(A.ft(r),A.ft(s))}} +A.By.prototype={} +A.Bz.prototype={} +A.BA.prototype={} +A.PH.prototype={} +A.SS.prototype={} +A.ST.prototype={} +A.SU.prototype={} +A.Tg.prototype={} +A.Th.prototype={} +A.Uv.prototype={} +A.Uw.prototype={} +A.Ux.prototype={} +A.yY.prototype={ +N(a,b){return this.kS(b)}, +kS(a){throw A.c(A.cy(null))}, +h(a){return"ParametricCurve"}} +A.ey.prototype={ +N(a,b){if(b===0||b===1)return b +return this.UR(0,b)}} +A.Ca.prototype={ +kS(a){return a}} +A.A0.prototype={ +kS(a){a*=this.a +return a-(a<0?Math.ceil(a):Math.floor(a))}, +h(a){return"SawTooth("+this.a+")"}} +A.hF.prototype={ +kS(a){var s=this.a +a=A.X((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.N(0,a)}, +h(a){var s=this,r=s.c +if(!(r instanceof A.Ca))return"Interval("+A.i(s.a)+"\u22ef"+A.i(s.b)+")\u27a9"+r.h(0) +return"Interval("+A.i(s.a)+"\u22ef"+A.i(s.b)+")"}} +A.NG.prototype={ +kS(a){return a<0.5?0:1}} +A.ex.prototype={ +I1(a,b,c){var s=1-c +return 3*a*s*s*c+3*b*s*c*c+c*c*c}, +kS(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.I1(s,r,o) +if(Math.abs(a-n)<0.001)return m.I1(m.b,m.d,o) +if(n"))}} +A.b2.prototype={ +gl(a){var s=this.a +return this.b.N(0,s.gl(s))}, +h(a){var s=this.a,r=this.b +return s.h(0)+"\u27a9"+r.h(0)+"\u27a9"+A.i(r.N(0,s.gl(s)))}, +xM(){return A.i(this.yz())+" "+this.b.h(0)}, +gbm(a){return this.a}} +A.fo.prototype={ +N(a,b){return this.b.N(0,this.a.N(0,b))}, +h(a){return this.a.h(0)+"\u27a9"+this.b.h(0)}} +A.aZ.prototype={ +f1(a){var s=this.a +return A.j(this).i("aZ.T").a(J.awZ(s,J.ax_(J.ax0(this.b,s),a)))}, +N(a,b){var s,r=this +if(b===0){s=r.a +return s==null?A.j(r).i("aZ.T").a(s):s}if(b===1){s=r.b +return s==null?A.j(r).i("aZ.T").a(s):s}return r.f1(b)}, +h(a){return"Animatable("+A.i(this.a)+" \u2192 "+A.i(this.b)+")"}, +sBC(a){return this.a=a}, +sko(a,b){return this.b=b}} +A.zV.prototype={ +f1(a){return this.c.f1(1-a)}} +A.fS.prototype={ +f1(a){return A.x(this.a,this.b,a)}} +A.zq.prototype={ +f1(a){return A.aCQ(this.a,this.b,a)}} +A.mk.prototype={ +f1(a){var s,r=this.a +r.toString +s=this.b +s.toString +return B.d.ac(r+(s-r)*a)}} +A.im.prototype={ +N(a,b){if(b===0||b===1)return b +return this.a.N(0,b)}, +h(a){return"CurveTween(curve: "+this.a.h(0)+")"}} +A.DL.prototype={} +A.Bc.prototype={ +Xg(a,b){var s,r,q,p,o,n,m,l=this.a +B.b.M(l,a) +for(s=l.length,r=0,q=0;q=n&&b"}} +A.il.prototype={ +gl(a){return this.b.a}, +gqg(){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)}, +gqe(){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)}, +gqf(){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)}, +abP(a){var s,r,q,p,o,n=this,m=null +if(n.gqg()){s=a.aB(t.WD) +r=s==null?m:s.f.c.gqV() +if(r==null){r=A.eW(a,B.wk) +r=r==null?m:r.d +q=r}else q=r +if(q==null)q=B.Y}else q=B.Y +if(n.gqe()){r=A.eW(a,B.wi) +r=r==null?m:r.Q +p=r===!0}else p=!1 +if(n.gqf())A.ayQ(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.il(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.U(b)!==A.D(s))return!1 +return b instanceof A.il&&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.T(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)}, +h(a){var s=this,r=new A.YT(s),q=A.a([r.$2("color",s.e)],t.s) +if(s.gqg())q.push(r.$2("darkColor",s.f)) +if(s.gqe())q.push(r.$2("highContrastColor",s.r)) +if(s.gqg()&&s.gqe())q.push(r.$2("darkHighContrastColor",s.w)) +if(s.gqf())q.push(r.$2("elevatedColor",s.x)) +if(s.gqg()&&s.gqf())q.push(r.$2("darkElevatedColor",s.y)) +if(s.gqe()&&s.gqf())q.push(r.$2("highContrastElevatedColor",s.z)) +if(s.gqg()&&s.gqe()&&s.gqf())q.push(r.$2("darkHighContrastElevatedColor",s.Q)) +r=s.c +if(r==null)r="CupertinoDynamicColor" +q=B.b.cs(q,", ") +return r+"("+q+", resolved by: UNRESOLVED)"}} +A.YT.prototype={ +$2(a,b){var s=b.k(0,this.a.b)?"*":"" +return s+a+" = "+b.h(0)+s}, +$S:138} +A.PC.prototype={} +A.GE.prototype={ +a4(a){var s=this.f,r=A.ayM(s,a) +return J.e(r,s)?this:this.iH(r)}, +rb(a,b,c,d,e,f,g,h){var s,r=this,q=g==null?r.a:g,p=b==null?r.b:b,o=h==null?r.c:h,n=c==null?r.d:c,m=e==null?r.e:e,l=a==null?r.f:a +if(d==null){s=r.r +s=s==null?null:A.X(s,0,1)}else s=d +return A.anQ(l,p,n,s,m,f==null?r.w:f,q,o)}, +iH(a){return this.rb(a,null,null,null,null,null,null,null)}} +A.PD.prototype={} +A.PE.prototype={ +D2(a){return a.gp8(a)==="en"}, +jH(a,b){return new A.cn(B.xs,t.u4)}, +yq(a){return!1}, +h(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +A.GV.prototype={$iYU:1} +A.YV.prototype={ +$0(){return A.ayN(this.a)}, +$S:61} +A.YW.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s=s.at +s.toString +r.a7t() +return new A.BE(s,r)}, +$S(){return this.b.i("BE<0>()")}} +A.GF.prototype={ +T(a){var s,r=this,q=a.aB(t.I) +q.toString +s=q.w +q=r.e +return A.akO(A.akO(new A.GS(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} +A.uv.prototype={ +aZ(){return new A.uw(B.m,this.$ti.i("uw<1>"))}, +a7E(){return this.d.$0()}, +aaY(){return this.e.$0()}} +A.uw.prototype={ +bF(){var s,r=this +r.c3() +s=A.aoD(r,null) +s.ay=r.ga3G() +s.ch=r.ga3I() +s.CW=r.ga3E() +s.cx=r.ga07() +r.e=s}, +q(){var s=this.e +s===$&&A.b() +s.k3.K(0) +s.yL() +this.bP()}, +a3H(a){this.d=this.a.aaY()}, +a3J(a){var s,r,q=this.d +q.toString +s=a.c +s.toString +r=this.c +r=this.HC(s/r.gnv(r).a) +q=q.a +s=q.x +s===$&&A.b() +q.sl(0,s-r)}, +a3F(a){var s,r=this,q=r.d +q.toString +s=r.c +q.Nq(r.HC(a.a.a.a/s.gnv(s).a)) +r.d=null}, +a08(){var s=this.d +if(s!=null)s.Nq(0) +this.d=null}, +a3L(a){var s +if(this.a.a7E()){s=this.e +s===$&&A.b() +s.Lt(a)}}, +HC(a){var s=this.c.aB(t.I) +s.toString +switch(s.w.a){case 0:return-a +case 1:return a}}, +T(a){var s,r,q=null,p=a.aB(t.I) +p.toString +s=t.w +r=p.w===B.t?A.e5(a,B.de,s).w.f.a:A.e5(a,B.de,s).w.f.c +r=Math.max(r,20) +return A.a8G(B.ih,A.a([this.a.c,new A.L6(0,0,0,r,A.a35(B.dz,q,q,this.ga3K(),q,q,q,q,q),q)],t.D),B.IK)}} +A.BE.prototype={ +Nq(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.S(800,0,q) +q.toString +q=A.cM(0,Math.min(B.d.dm(q),300)) +r.z=B.al +r.pX(1,B.jG,q)}else{o.b.ih() +r=o.a +q=r.r +if(q!=null&&q.a!=null){q=r.x +q===$&&A.b() +q=A.S(0,800,q) +q.toString +q=A.cM(0,B.d.dm(q)) +r.z=B.eF +r.pX(0,B.jG,q)}}q=r.r +if(q!=null&&q.a!=null){p=A.aO("animationStatusCallback") +p.b=new A.ace(o,p) +q=p.aN() +r.cq() +r=r.b7$ +r.b=!0 +r.a.push(q)}else o.b.wc()}} +A.ace.prototype={ +$1(a){var s=this.a +s.b.wc() +s.a.dP(this.b.aN())}, +$S:4} +A.iZ.prototype={ +dM(a,b){var s +if(a instanceof A.iZ){s=A.acf(a,this,b) +s.toString +return s}s=A.acf(null,this,b) +s.toString +return s}, +dN(a,b){var s +if(a instanceof A.iZ){s=A.acf(this,a,b) +s.toString +return s}s=A.acf(this,null,b) +s.toString +return s}, +MS(a){return new A.aci(this,a)}, +k(a,b){var s,r +if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +if(b instanceof A.iZ){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.acg.prototype={ +$1(a){var s=A.x(null,a,this.a) +s.toString +return s}, +$S:99} +A.ach.prototype={ +$1(a){var s=A.x(null,a,1-this.a) +s.toString +return s}, +$S:99} +A.aci.prototype={ +DK(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;kp.gn(s)){o=B.c.rX(r,s) +if(o===q-p.gn(s)&&o>2&&B.c.a7(r,o-2,o)===": "){n=B.c.a7(r,0,o-2) +m=B.c.mS(n," Failed assertion:") +if(m>=0)n=B.c.a7(n,0,m)+"\n"+B.c.cZ(n,m+1) +l=p.El(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.ev(l):" "+A.i(l) +l=B.c.El(l) +return l.length===0?" ":l}, +gTa(){return A.az1(new A.a_Z(this).$0(),!0,B.jN)}, +dh(){return"Exception caught by "+this.c}, +h(a){A.aEV(null,B.A0,this) +return""}} +A.a_Z.prototype={ +$0(){return J.axy(this.a.a7Q().split("\n")[0])}, +$S:35} +A.rf.prototype={ +gPx(a){return this.h(0)}, +dh(){return"FlutterError"}, +h(a){var s,r,q=new A.bJ(this.a,t.ow) +if(!q.gY(q)){s=q.gG(q) +r=J.eH(s) +s=A.hz.prototype.gl.call(r,s) +s.toString +s=J.an4(s)}else s="FlutterError" +return s}, +$inR:1} +A.a00.prototype={ +$1(a){return A.bI(a)}, +$S:147} +A.a01.prototype={ +$1(a){return a+1}, +$S:100} +A.a02.prototype={ +$1(a){return a+1}, +$S:100} +A.ahC.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:30} +A.Qu.prototype={} +A.Qw.prototype={} +A.Qv.prototype={} +A.EY.prototype={ +WW(){var s,r,q,p,o,n,m,l,k=this,j=null +A.aEj("Framework initialization") +k.WG() +$.bt=k +s=t.Y +r=A.d3(j,j,s) +q=A.a([],t.lX) +p=t.S +o=new A.QJ(new A.xk(A.kK(j,j,j,t.Su,p),t.op)) +n=A.ajM(!0,"Root Focus Scope",!1) +m=A.a([],t.OM) +l=$.bN() +n=n.w=new A.x9(o,n,A.w(t.mx),m,l) +m=$.l3.L$ +m===$&&A.b() +m.a=o.ga8x() +$.ff.p3$.b.m(0,o.ga8L(),j) +o=n +s=new A.XL(new A.R0(r),q,o,A.E(t.yi,s)) +k.aq$=s +s.a=k.ga_X() +s=$.aR() +s.fr=k.ga8A() +s.fx=$.ak +B.e8.pG(k.ga0q()) +s=new A.GX(A.E(p,t.BV),B.q5) +B.q5.pG(s.ga2_()) +k.bR$=s +k.WH() +s=t.N +A.aJu("Flutter.FrameworkInitialization",A.E(s,s),"Extension") +A.aEi()}, +hr(){}, +mT(){}, +aao(a){var s,r=A.aqQ() +r.ue(0,"Lock events");++this.c +s=a.$0() +s.m3(new A.Xx(this,r)) +return s}, +En(){}, +h(a){return""}} +A.Xx.prototype={ +$0(){var s=this.a +if(--s.c<=0){this.b.O1(0) +s.Wy() +if(s.as$.c!==0)s.I_()}}, +$S:9} +A.aF.prototype={} +A.hv.prototype={ +ag(a,b){var s,r,q,p,o=this +if(o.gd7(o)===o.gcp().length){s=t.Nw +if(o.gd7(o)===0)o.scp(A.ay(1,null,!1,s)) +else{r=A.ay(o.gcp().length*2,null,!1,s) +for(q=0;q0){r.gcp()[s]=null +r.shH(r.ghH()+1)}else r.vd(s) +break}}, +q(){this.scp($.bN()) +this.sd7(0,0)}, +bB(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(f.gd7(f)===0)return +f.shc(f.ghc()+1) +p=f.gd7(f) +for(s=0;s0){l=f.gd7(f)-f.ghH() +if(l*2<=f.gcp().length){k=A.ay(l,null,!1,t.Nw) +for(j=0,s=0;s#"+A.cg(this)+"("+A.i(this.a)+")"}} +A.wy.prototype={ +E(){return"DiagnosticLevel."+this.b}} +A.kr.prototype={ +E(){return"DiagnosticsTreeStyle."+this.b}} +A.aev.prototype={} +A.eR.prototype={ +tE(a,b){return this.bV(0)}, +h(a){return this.tE(a,B.aj)}} +A.hz.prototype={ +gl(a){this.a1W() +return this.at}, +a1W(){return}} +A.wz.prototype={} +A.H1.prototype={} +A.ac.prototype={ +dh(){return"#"+A.cg(this)}, +tE(a,b){var s=this.dh() +return s}, +h(a){return this.tE(a,B.aj)}} +A.Ze.prototype={ +dh(){return"#"+A.cg(this)}} +A.jk.prototype={ +h(a){return this.Ra(B.jN).bV(0)}, +dh(){return"#"+A.cg(this)}, +ac4(a,b){return A.ajt(a,b,this)}, +Ra(a){return this.ac4(null,a)}} +A.PT.prototype={} +A.ix.prototype={} +A.Jm.prototype={} +A.Bd.prototype={ +h(a){return"[#"+A.cg(this)+"]"}} +A.uj.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gu(a){return A.T(A.D(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)}, +h(a){var s=this.$ti,r=s.c,q=this.a,p=A.c7(r)===B.Ou?"<'"+q.h(0)+"'>":"<"+q.h(0)+">" +if(A.D(this)===A.c7(s))return"["+p+"]" +return"["+A.c7(r).h(0)+" "+p+"]"}} +A.ale.prototype={} +A.hH.prototype={} +A.xZ.prototype={} +A.V.prototype={ +E_(a){var s=a.a,r=this.a +if(s<=r){a.a=r+1 +a.ng()}}, +ng(){}, +gco(){return this.b}, +b1(a){this.b=a}, +aQ(a){this.b=null}, +gbm(a){return this.c}, +mo(a){var s +a.c=this +s=this.b +if(s!=null)a.b1(s) +this.E_(a)}, +ox(a){a.c=null +if(this.b!=null)a.aQ(0)}} +A.bF.prototype={ +gv8(){var s,r=this,q=r.c +if(q===$){s=A.d3(null,null,r.$ti.c) +r.c!==$&&A.aB() +r.c=s +q=s}return q}, +B(a,b){this.b=!0 +this.gv8().K(0) +return B.b.B(this.a,b)}, +K(a){this.b=!1 +B.b.K(this.a) +this.gv8().K(0)}, +t(a,b){var s=this,r=s.a +if(r.length<3)return B.b.t(r,b) +if(s.b){s.gv8().M(0,r) +s.b=!1}return s.gv8().t(0,b)}, +gW(a){var s=this.a +return new J.ic(s,s.length)}, +gY(a){return this.a.length===0}, +gbY(a){return this.a.length!==0}, +e9(a,b){var s=this.a,r=A.ad(s) +return b?A.a(s.slice(0),r):J.mn(s.slice(0),r.c)}, +dQ(a){return this.e9(a,!0)}} +A.xk.prototype={ +A(a,b){var s=this.a,r=s.j(0,b) +s.m(0,b,(r==null?0:r)+1)}, +B(a,b){var s=this.a,r=s.j(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)}, +gW(a){var s=this.a +return A.kJ(s,s.r)}, +gY(a){return this.a.a===0}, +gbY(a){return this.a.a!==0}} +A.z7.prototype={ +abn(a,b,c){var s=this.a,r=s==null?$.Ej():s,q=r.jP(0,0,b,A.hR(b),c) +if(q===s)return this +return new A.z7(q)}, +j(a,b){var s=this.a +if(s==null)return null +return s.px(0,0,b,J.v(b))}} +A.afW.prototype={} +A.QE.prototype={ +jP(a,b,c,d,e){var s,r,q,p,o=B.e.qw(d,b)&31,n=this.a,m=n[o] +if(m==null)m=$.Ej() +s=m.jP(0,b+5,c,d,e) +if(s===m)n=this +else{r=n.length +q=A.ay(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.axl(p,a5+5,a6,a7,a8) +if(o===p)return c +a2=a.length +n=A.ay(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.a1d(a5) +a1.a[a]=$.Ej().jP(0,a5+5,a6,a7,a8) +return a1}else{h=2*s +g=2*i +f=A.ay(g+2,b,!1,t.X) +for(a=c.b,e=0;e>>0,f)}}}, +px(a,b,c,d){var s,r,q,p,o=1<<(B.e.Fh(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.px(0,b+5,c,d) +if(c===q)return p +return null}, +a1d(a){var s,r,q,p,o,n,m,l=A.ay(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.qw(s,o)&1)!==0){n=q[p] +m=p+1 +if(n==null)l[o]=q[m] +else l[o]=$.Ej().jP(0,r,n,J.v(n),q[m]) +p+=2}return new A.QE(l)}} +A.BY.prototype={ +jP(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.IF(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.ay(q,null,!1,t.X) +for(o=0;o>>0,k).jP(0,b,c,d,e)}, +px(a,b,c,d){var s=this.IF(c) +return s<0?null:this.b[s+1]}, +IF(a){var s,r,q=this.b,p=q.length +for(s=J.j2(a),r=0;r=s.a.length)s.AL(q) +B.p.cG(s.a,s.b,q,a) +s.b+=r}, +pU(a,b,c){var s=this,r=c==null?s.e.length:c,q=s.b+(r-b) +if(q>=s.a.length)s.AL(q) +B.p.cG(s.a,s.b,q,a) +s.b=q}, +Xl(a){return this.pU(a,0,null)}, +AL(a){var s=this.a,r=s.length,q=a==null?0:a,p=Math.max(q,r*2),o=new Uint8Array(p) +B.p.cG(o,0,r,s) +this.a=o}, +a3z(){return this.AL(null)}, +jd(a){var s=B.e.bk(this.b,a) +if(s!==0)this.pU($.avE(),0,a-s)}, +lp(){var s,r=this +if(r.c)throw A.c(A.ab("done() must not be called more than once on the same "+A.D(r).h(0)+".")) +s=A.eX(r.a.buffer,0,r.b) +r.a=new Uint8Array(0) +r.c=!0 +return s}} +A.zo.prototype={ +no(a){return this.a.getUint8(this.b++)}, +y3(a){var s=this.b,r=$.dw() +B.e6.EH(this.a,s,r)}, +np(a){var s=this.a,r=A.bL(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +y4(a){var s +this.jd(8) +s=this.a +B.pW.LR(s.buffer,s.byteOffset+this.b,a)}, +jd(a){var s=this.b,r=B.e.bk(s,a) +if(r!==0)this.b=s+(a-r)}} +A.iP.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.iP&&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}, +h(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.a8H.prototype={ +$1(a){return a.length!==0}, +$S:30} +A.cn.prototype={ +of(a,b){return new A.al($.ak,this.$ti.i("al<1>"))}, +lo(a){return this.of(a,null)}, +fZ(a,b,c){var s=a.$1(this.a) +if(c.i("af<0>").b(s))return s +return new A.cn(s,c.i("cn<0>"))}, +c1(a,b){return this.fZ(a,null,b)}, +m3(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=s.c1(new A.a99(n),n.$ti.c) +return p}return n}catch(o){r=A.aq(o) +q=A.aV(o) +p=A.ajQ(r,q,n.$ti.c) +return p}}, +$iaf:1} +A.a99.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.i("1(@)")}} +A.If.prototype={ +E(){return"GestureDisposition."+this.b}} +A.dz.prototype={} +A.Ic.prototype={} +A.uF.prototype={ +h(a){var s=this,r=s.a +r=r.length===0?""+"":""+new A.aw(r,new A.adp(s),A.ad(r).i("aw<1,u>")).cs(0,", ") +if(s.b)r+=" [open]" +if(s.c)r+=" [held]" +if(s.d)r+=" [hasPendingSweep]" +return r.charCodeAt(0)==0?r:r}} +A.adp.prototype={ +$1(a){if(a===this.a.e)return a.h(0)+" (eager winner)" +return a.h(0)}, +$S:137} +A.a0x.prototype={ +Bl(a,b,c){this.a.bS(0,b,new A.a0z(this,b)).a.push(c) +return new A.Ic(this,b,c)}, +a6g(a,b){var s=this.a.j(0,b) +if(s==null)return +s.b=!1 +this.KE(b,s)}, +Gp(a){var s,r=this.a,q=r.j(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.gG(r).iA(a) +for(s=1;s0.4){r.dy=B.wf +r.a4(B.bb)}else if(a.gmw().gwe()>A.vb(a.gf_(a),r.b))r.a4(B.a0) +if(s>0.4&&r.dy===B.we)r.dy=B.wf}r.Fy(a)}, +iA(a){if(this.dy===B.eH)this.dy=B.we}, +wb(a){if(this.dy===B.eH){this.a4(B.a0) +return}this.dy=B.i4}, +jQ(a){this.jb(a) +this.wb(a)}} +A.H0.prototype={ +gu(a){return A.T(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.U(b)!==A.D(this))return!1 +return b instanceof A.H0&&b.a==this.a}, +h(a){return"DeviceGestureSettings(touchSlop: "+A.i(this.a)+")"}} +A.kD.prototype={ +h(a){return"#"+A.cg(this)+"("+this.a.h(0)+")"}} +A.v3.prototype={} +A.RA.prototype={ +cC(a,b){return this.a.x4(b)}} +A.S4.prototype={ +cC(a,b){var s,r,q,p,o=new Float64Array(16),n=new A.aJ(o) +n.bG(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.jt.prototype={ +a_H(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=B.b.gU(s) +for(q=o.length,p=0;p":B.b.cs(s,", "))+")"}} +A.Jp.prototype={} +A.a39.prototype={} +A.Jo.prototype={} +A.iB.prototype={ +kB(a){var s,r=this +switch(a.ged(a)){case 1:if(r.p3==null&&r.p2==null&&r.p4==null&&r.RG==null&&!0)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.pQ(a)}, +Ca(){var s,r=this +r.a4(B.bb) +r.k2=!0 +s=r.CW +s.toString +r.G9(s) +r.Yh()}, +Or(a){var s,r=this +if(!a.gnH()){if(t.l.b(a)){s=new A.nk(a.gf_(a),A.ay(20,null,!1,t.av)) +r.aH=s +s.o5(a.gh_(a),a.geH())}if(t.n2.b(a)){s=r.aH +s.toString +s.o5(a.gh_(a),a.geH())}}if(t.oN.b(a)){if(r.k2)r.Yf(a) +else r.a4(B.a0) +r.AK()}else if(t.Ko.b(a)){r.H9() +r.AK()}else if(t.l.b(a)){r.k3=new A.hQ(a.geH(),a.gcE(a)) +r.k4=a.ged(a) +r.Ye(a)}else if(t.n2.b(a))if(a.ged(a)!==r.k4){r.a4(B.a0) +s=r.CW +s.toString +r.jb(s)}else if(r.k2)r.Yg(a)}, +Ye(a){this.k3.toString +this.e.j(0,a.gc0()).toString +switch(this.k4){case 1:break +case 2:break +case 4:break}}, +H9(){if(this.ch===B.dy)switch(this.k4){case 1:break +case 2:break +case 4:break}}, +Yh(){var s,r=this +switch(r.k4){case 1:if(r.p3!=null){s=r.k3.a +r.eY("onLongPressStart",new A.a38(r,new A.Jp(s)))}s=r.p2 +if(s!=null)r.eY("onLongPress",s) +break +case 2:break +case 4:break}}, +Yg(a){var s,r=this +a.gcE(a) +s=a.geH() +a.gcE(a).a1(0,r.k3.b) +a.geH().a1(0,r.k3.a) +switch(r.k4){case 1:if(r.p4!=null)r.eY("onLongPressMoveUpdate",new A.a37(r,new A.a39(s))) +break +case 2:break +case 4:break}}, +Yf(a){var s,r=this,q=r.aH.y9(),p=q==null?B.bj:new A.ho(q.a) +a.gcE(a) +s=a.geH() +r.aH=null +switch(r.k4){case 1:if(r.RG!=null)r.eY("onLongPressEnd",new A.a36(r,new A.Jo(s,p))) +break +case 2:break +case 4:break}}, +AK(){var s=this +s.k2=!1 +s.aH=s.k4=s.k3=null}, +a4(a){var s=this +if(a===B.a0)if(s.k2)s.AK() +else s.H9() +s.G_(a)}, +iA(a){}} +A.a38.prototype={ +$0(){return this.a.p3.$1(this.b)}, +$S:0} +A.a37.prototype={ +$0(){return this.a.p4.$1(this.b)}, +$S:0} +A.a36.prototype={ +$0(){return this.a.RG.$1(this.b)}, +$S:0} +A.lE.prototype={ +j(a,b){return this.c[b+this.a]}, +am(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.rA(A.ah(new A.aw(s,new A.a5C(),r),!0,r.i("bs.E")),"[","]") +r=this.b +r===$&&A.b() +return"PolynomialFit("+q+", confidence: "+B.d.a5(r,3)+")"}} +A.a5C.prototype={ +$1(a){return B.d.acc(a,3)}, +$S:157} +A.Ja.prototype={ +Fo(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.a5B(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.lE(c*a5,a5,q).am(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.X(r,-q,q) +return new A.fd(new A.ho(new A.r(0,p)),p)}, +Aa(a,b){var s=this.k2 +s===$&&A.b() +return Math.abs(s)>A.vb(a,this.b)}, +q9(a){return new A.r(0,a.b)}, +qa(a){return a.b}} +A.iu.prototype={ +zn(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.vb(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.X(r,-q,q) +return new A.fd(new A.ho(new A.r(p,0)),p)}, +Aa(a,b){var s=this.k2 +s===$&&A.b() +return Math.abs(s)>A.vb(a,this.b)}, +q9(a){return new A.r(a.a,0)}, +qa(a){return a.a}} +A.iG.prototype={ +zn(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.vb(b,o.b) +r=a.a +if(!(r.gwe()>n*n&&a.d.gwe()>s*s))return null +q=o.db +if(q==null)q=50 +p=o.dx +if(p==null)p=8000 +return new A.fd(new A.ho(r).a69(q,p),null)}, +Aa(a,b){var s=this.k2 +s===$&&A.b() +return Math.abs(s)>A.aHW(a,this.b)}, +q9(a){return a}, +qa(a){return null}} +A.yt.prototype={} +A.ys.prototype={ +hN(a){var s=this,r=a.gcE(a),q=a.gf_(a),p=new A.R_(s.b,r,new A.nk(q,A.ay(20,null,!1,t.av)),q,B.h) +q=s.r +q.toString +q.m(0,a.gc0(),p) +$.ff.p3$.a5x(a.gc0(),s.gJe()) +p.w=$.ff.p4$.Bl(0,a.gc0(),s)}, +a26(a){var s,r,q,p=this.r +p.toString +p=p.j(0,a.gc0()) +p.toString +if(t.n2.b(a)){if(!a.gnH())p.c.o5(a.gh_(a),a.gcE(a)) +s=p.e +if(s!=null){p=a.gh_(a) +r=a.gmw() +q=a.gcE(a) +s.al(0,new A.jo(p,r,null,q))}else{s=p.f +s.toString +p.f=s.ad(0,a.gmw()) +p.r=a.gh_(a) +if(p.f.gcb()>A.vb(p.d,p.a)){p=p.w +p.a.mg(p.b,p.c,B.bb)}}}else if(t.oN.b(a)){if(p.e!=null){s=p.c.Si() +r=p.e +r.toString +p.e=null +r.ada(0,new A.fd(s,null))}else p.r=p.f=null +this.qr(a.gc0())}else if(t.Ko.b(a)){s=p.e +if(s!=null){p.e=null +s.a.ET(0)}else p.r=p.f=null +this.qr(a.gc0())}}, +iA(a){var s=this.r.j(0,a) +if(s==null)return +new A.a45(this,a).$1(s.b)}, +a4j(a,b){this.r.j(0,b).toString +this.qr(b) +return null}, +jQ(a){var s +if(this.r.ai(0,a)){s=this.r.j(0,a) +s.w=s.r=s.f=null +this.qr(a)}}, +qr(a){var s,r +if(this.r==null)return +$.ff.p3$.E3(a,this.gJe()) +s=this.r.B(0,a) +r=s.w +if(r!=null)r.a.mg(r.b,r.c,B.a0) +s.w=null}, +q(){var s,r=this,q=r.r +q.toString +s=A.j(q).i("bd<1>") +B.b.a0(A.ah(new A.bd(q,s),!0,s.i("k.E")),r.ga3t()) +r.r=null +r.yH()}} +A.a45.prototype={ +$1(a){return this.a.a4j(a,this.b)}, +$S:158} +A.R_.prototype={} +A.IG.prototype={} +A.Pz.prototype={ +a2t(){this.a=!0}} +A.v1.prototype={ +jb(a){if(this.r){this.r=!1 +$.ff.p3$.E3(this.b,a)}}, +P7(a,b){return a.gcE(a).a1(0,this.d).gcb()<=b}} +A.ip.prototype={ +kB(a){var s,r=this +if(r.y==null)if(r.r==null&&!0)return!1 +s=r.pQ(a) +if(!s)r.mf() +return s}, +hN(a){var s=this,r=s.y +if(r!=null)if(!r.P7(a,100))return +else{r=s.y +if(!r.f.a||a.ged(a)!==r.e){s.mf() +return s.KB(a)}}s.KB(a)}, +KB(a){var s,r,q,p,o,n,m=this +m.Kh() +s=$.ff.p4$.Bl(0,a.gc0(),m) +r=a.gc0() +q=a.gcE(a) +p=a.ged(a) +o=new A.Pz() +A.dc(B.Ag,o.ga2s()) +n=new A.v1(r,s,q,p,o) +m.z.m(0,a.gc0(),n) +o=a.gc6(a) +if(!n.r){n.r=!0 +$.ff.p3$.Br(r,m.gv7(),o)}}, +a27(a){var s,r=this,q=r.z,p=q.j(0,a.gc0()) +p.toString +if(t.oN.b(a)){s=r.y +if(s==null){if(r.x==null)r.x=A.dc(B.fo,r.ga28()) +s=p.b +$.ff.p4$.a9r(s) +p.jb(r.gv7()) +q.B(0,s) +r.Hn() +r.y=p}else{s=s.c +s.a.mg(s.b,s.c,B.bb) +s=p.c +s.a.mg(s.b,s.c,B.bb) +p.jb(r.gv7()) +q.B(0,p.b) +q=r.r +if(q!=null)r.eY("onDoubleTap",q) +r.mf()}}else if(t.n2.b(a)){if(!p.P7(a,18))r.qp(p)}else if(t.Ko.b(a))r.qp(p)}, +iA(a){}, +jQ(a){var s,r=this,q=r.z.j(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.qp(q)}, +qp(a){var s,r=this,q=r.z +q.B(0,a.b) +s=a.c +s.a.mg(s.b,s.c,B.a0) +a.jb(r.gv7()) +s=r.y +if(s!=null)if(a===s)r.mf() +else{r.H8() +if(q.a===0)r.mf()}}, +q(){this.mf() +this.yH()}, +mf(){var s,r=this +r.Kh() +if(r.y!=null){if(r.z.a!==0)r.H8() +s=r.y +s.toString +r.y=null +r.qp(s) +$.ff.p4$.aby(0,s.b)}r.Hn()}, +Hn(){var s=this.z +s=s.gba(s) +B.b.a0(A.ah(s,!0,A.j(s).i("k.E")),this.ga3l())}, +Kh(){var s=this.x +if(s!=null){s.bW(0) +this.x=null}}, +H8(){}} +A.a5w.prototype={ +Br(a,b,c){J.nK(this.a.bS(0,a,new A.a5y()),b,c)}, +a5x(a,b){return this.Br(a,b,null)}, +E3(a,b){var s,r=this.a,q=r.j(0,a) +q.toString +s=J.bG(q) +s.B(q,b) +if(s.gY(q))r.B(0,a)}, +Zj(a,b,c){var s,r,q,p +try{b.$1(a.b8(c))}catch(q){s=A.aq(q) +r=A.aV(q) +p=A.bI("while routing a pointer event") +A.ez(new A.c_(s,r,"gesture library",p,null,!1))}}, +R1(a){var s=this,r=s.a.j(0,a.gc0()),q=s.b,p=t.Ld,o=t.Rd,n=A.rN(q,p,o) +if(r!=null)s.HO(a,r,A.rN(r,p,o)) +s.HO(a,q,n)}, +HO(a,b,c){c.a0(0,new A.a5x(this,b,a))}} +A.a5y.prototype={ +$0(){return A.E(t.Ld,t.Rd)}, +$S:160} +A.a5x.prototype={ +$2(a,b){if(J.f7(this.b,a))this.a.Zj(this.c,a,b)}, +$S:161} +A.a5z.prototype={ +a4(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.aq(p) +r=A.aV(p) +n=A.bI("while resolving a PointerSignalEvent") +A.ez(new A.c_(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +A.ZT.prototype={ +E(){return"DragStartBehavior."+this.b}} +A.dk.prototype={ +Bm(a){}, +Lt(a){var s=this +s.e.m(0,a.gc0(),a.gf_(a)) +if(s.kB(a))s.hN(a) +else s.oU(a)}, +hN(a){}, +oU(a){}, +kB(a){var s,r=this.c +if(r!=null){s=a.gf_(a) +s=J.f7(r.a,s) +r=s}else r=!0 +return r&&this.d.$1(a.ged(a))}, +aa4(a){var s,r=this.c +if(r!=null){s=a.gf_(a) +s=J.f7(r.a,s) +r=s}else r=!0 +return r}, +q(){}, +OW(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=A.aq(q) +r=A.aV(q) +p=A.bI("while handling a gesture") +A.ez(new A.c_(s,r,"gesture",p,null,!1))}return o}, +eY(a,b){return this.OW(a,b,null,t.z)}, +a9T(a,b,c){return this.OW(a,b,c,t.z)}} +A.yR.prototype={ +hN(a){this.ug(a.gc0(),a.gc6(a))}, +oU(a){this.a4(B.a0)}, +iA(a){}, +jQ(a){}, +a4(a){var s,r,q=this.f,p=A.ah(q.gba(q),!0,t.SP) +q.K(0) +for(q=p.length,s=0;s18 +else s=!1 +if(p.cy){r=p.ay +q=r!=null&&p.I8(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.a4(B.a0) +r=p.CW +r.toString +p.jb(r)}else p.Or(a)}p.Fy(a)}, +Ca(){}, +iA(a){if(a===this.CW){this.vo() +this.cy=!0}}, +jQ(a){var s=this +if(a===s.CW&&s.ch===B.dy){s.vo() +s.ch=B.AF}}, +wb(a){var s=this +s.vo() +s.ch=B.bQ +s.cx=null +s.cy=!1}, +q(){this.vo() +this.yL()}, +vo(){var s=this.db +if(s!=null){s.bW(0) +this.db=null}}, +I8(a){return a.gcE(a).a1(0,this.cx.b).gcb()}} +A.a5G.prototype={ +$0(){this.a.Ca() +return null}, +$S:0} +A.hQ.prototype={ +ad(a,b){return new A.hQ(this.a.ad(0,b.a),this.b.ad(0,b.b))}, +a1(a,b){return new A.hQ(this.a.a1(0,b.a),this.b.a1(0,b.b))}, +h(a){return"OffsetPair(local: "+this.a.h(0)+", global: "+this.b.h(0)+")"}} +A.QH.prototype={} +A.tU.prototype={} +A.tV.prototype={} +A.EW.prototype={ +hN(a){var s=this +if(s.ch===B.bQ){if(s.k4!=null&&s.ok!=null)s.qA() +s.k4=a}if(s.k4!=null)s.UX(a)}, +ug(a,b){this.UN(a,b)}, +Or(a){var s,r,q=this +if(t.oN.b(a)){q.ok=a +q.Hc()}else if(t.Ko.b(a)){q.a4(B.a0) +if(q.k2){s=q.k4 +s.toString +q.wz(a,s,"")}q.qA()}else{s=a.ged(a) +r=q.k4 +if(s!==r.ged(r)){q.a4(B.a0) +s=q.CW +s.toString +q.jb(s)}}}, +a4(a){var s,r=this +if(r.k3&&a===B.a0){s=r.k4 +s.toString +r.wz(null,s,"spontaneous") +r.qA()}r.G_(a)}, +Ca(){this.Kp()}, +iA(a){var s=this +s.G9(a) +if(a===s.CW){s.Kp() +s.k3=!0 +s.Hc()}}, +jQ(a){var s,r=this +r.UY(a) +if(a===r.CW){if(r.k2){s=r.k4 +s.toString +r.wz(null,s,"forced")}r.qA()}}, +Kp(){var s,r=this +if(r.k2)return +s=r.k4 +s.toString +r.Ot(s) +r.k2=!0}, +Hc(){var s,r,q=this +if(!q.k3||q.ok==null)return +s=q.k4 +s.toString +r=q.ok +r.toString +q.Ou(s,r) +q.qA()}, +qA(){var s=this +s.k3=s.k2=!1 +s.k4=s.ok=null}} +A.iT.prototype={ +kB(a){var s=this +switch(a.ged(a)){case 1:if(s.P==null&&s.ah==null&&s.X==null&&s.ae==null)return!1 +break +case 2:if(s.aH==null&&s.e4==null&&s.dJ==null&&s.e5==null)return!1 +break +case 4:return!1 +break +default:return!1}return s.pQ(a)}, +Ot(a){var s,r=this,q=a.gcE(a),p=a.geH() +r.e.j(0,a.gc0()).toString +s=new A.tU(q,p) +switch(a.ged(a)){case 1:if(r.P!=null)r.eY("onTapDown",new A.a9d(r,s)) +break +case 2:if(r.e4!=null)r.eY("onSecondaryTapDown",new A.a9e(r,s)) +break +case 4:break}}, +Ou(a,b){var s,r,q=this +b.gf_(b) +b.gcE(b) +b.geH() +s=new A.tV() +switch(a.ged(a)){case 1:if(q.X!=null)q.eY("onTapUp",new A.a9f(q,s)) +r=q.ah +if(r!=null)q.eY("onTap",r) +break +case 2:if(q.dJ!=null)q.eY("onSecondaryTapUp",new A.a9g(q,s)) +if(q.aH!=null)q.eY("onSecondaryTap",new A.a9h(q)) +break +case 4:break}}, +wz(a,b,c){var s,r=this,q=c===""?c:c+" " +switch(b.ged(b)){case 1:s=r.ae +if(s!=null)r.eY(q+"onTapCancel",s) +break +case 2:s=r.e5 +if(s!=null)r.eY(q+"onSecondaryTapCancel",s) +break +case 4:break}}} +A.a9d.prototype={ +$0(){return this.a.P.$1(this.b)}, +$S:0} +A.a9e.prototype={ +$0(){return this.a.e4.$1(this.b)}, +$S:0} +A.a9f.prototype={ +$0(){return this.a.X.$1(this.b)}, +$S:0} +A.a9g.prototype={ +$0(){return this.a.dJ.$1(this.b)}, +$S:0} +A.a9h.prototype={ +$0(){return this.a.aH.$0()}, +$S:0} +A.ho.prototype={ +a1(a,b){return new A.ho(this.a.a1(0,b.a))}, +ad(a,b){return new A.ho(this.a.ad(0,b.a))}, +a69(a,b){var s=this.a,r=s.gwe() +if(r>b*b)return new A.ho(s.fi(0,s.gcb()).am(0,b)) +if(r100||Math.abs(m-p.a.a)/1000>40)break +k=n.b +e.push(k.a) +d.push(k.b) +c.push(1) +b.push(-l) +a=(a===0?20:a)-1;++o +if(o<20){q=n +p=q +continue}else{q=n +break}}while(!0) +if(o>=3){j=new A.Ja(b,e,c).Fo(2) +if(j!=null){i=new A.Ja(b,d,c).Fo(2) +if(i!=null){f=j.a[1] +m=i.a[1] +h=j.b +h===$&&A.b() +g=i.b +g===$&&A.b() +return new A.Oj(new A.r(f*1000,m*1000),h*g,new A.bm(r-q.a.a),s.b.a1(0,q.b))}}}return new A.Oj(B.h,1,new A.bm(r-q.a.a),s.b.a1(0,q.b))}, +Si(){var s=this.y9() +if(s==null||s.a.k(0,B.h))return B.bj +return new A.ho(s.a)}} +A.Oy.prototype={ +T(a){var s=this +return new A.IB(s.c,null,new A.ab4(s,a),s.A_(a),s.f,null)}} +A.ab4.prototype={ +$0(){this.a.Au(this.b)}, +$S:0} +A.uo.prototype={ +T(a){var s,r,q,p +a.aB(t.vH) +s=A.aa(a) +r=this.c.$1(s.R8) +if(r!=null)return r.$1(a) +q=this.d.$1(a) +switch(A.q3().a){case 0:s=A.mA(a,B.b0,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 new A.xs(q,p,null)}} +A.ER.prototype={ +T(a){return new A.uo(new A.Xf(),new A.Xg(),new A.Xh(),null)}} +A.Xf.prototype={ +$1(a){return a==null?null:a.a}, +$S:68} +A.Xg.prototype={ +$1(a){return B.B1}, +$S:55} +A.Xh.prototype={ +$1(a){return"Back"}, +$S:56} +A.EQ.prototype={ +Au(a){return A.apq(a)}, +A_(a){A.mA(a,B.b0,t.c4).toString +return"Back"}} +A.Hj.prototype={ +T(a){return new A.uo(new A.ZU(),new A.ZV(),new A.ZW(),null)}} +A.ZU.prototype={ +$1(a){return a==null?null:a.c}, +$S:68} +A.ZV.prototype={ +$1(a){return B.k1}, +$S:55} +A.ZW.prototype={ +$1(a){return"Open navigation menu"}, +$S:56} +A.Hi.prototype={ +Au(a){var s,r,q=A.A3(a),p=q.e +if(p.gcH()!=null){s=q.x +r=s.y +s=r==null?A.j(s).i("d8.T").a(r):r}else s=!1 +if(s)p.gcH().c4(0) +q=q.d.gcH() +if(q!=null)q.ab1(0) +return null}, +A_(a){A.mA(a,B.b0,t.c4).toString +return"Open navigation menu"}} +A.Ht.prototype={ +T(a){return new A.uo(new A.a_c(),new A.a_d(),new A.a_e(),null)}} +A.a_c.prototype={ +$1(a){return a==null?null:a.d}, +$S:68} +A.a_d.prototype={ +$1(a){return B.k1}, +$S:55} +A.a_e.prototype={ +$1(a){return"Open navigation menu"}, +$S:56} +A.Hs.prototype={ +Au(a){var s,r,q=A.A3(a),p=q.d +if(p.gcH()!=null){s=q.w +r=s.y +s=r==null?A.j(s).i("d8.T").a(r):r}else s=!1 +if(s)p.gcH().c4(0) +q=q.e.gcH() +if(q!=null)q.ab1(0) +return null}, +A_(a){A.mA(a,B.b0,t.c4).toString +return"Open navigation menu"}} +A.qd.prototype={ +gu(a){var s=this +return A.cG([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.U(b)!==A.D(this))return!1 +if(b instanceof A.qd)s=!0 +else s=!1 +return s}} +A.OA.prototype={} +A.aa2.prototype={ +E(){return"ThemeMode."+this.b}} +A.oL.prototype={ +aZ(){return new A.Ci(B.m)}} +A.a3s.prototype={ +$2(a,b){return new A.rV(a,b)}, +$S:165} +A.a3w.prototype={} +A.Ci.prototype={ +bF(){this.c3() +this.d=A.aBr()}, +ga1L(){var s=A.a([],t.a9) +this.a.toString +s.push(B.yw) +s.push(B.yq) +return s}, +a1q(a,b){return new A.HV(B.B6,b,B.Pm,null)}, +a1U(a,b){var s,r,q,p,o,n,m,l,k=this,j=null +k.a.toString +s=A.eW(a,B.wk) +r=s==null?j:s.d +if(r==null)r=B.Y +q=r===B.U +s=A.eW(a,B.wi) +s=s==null?j:s.Q +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.db +else{if(p)k.a.toString +o=j}if(o==null)o=k.a.cy +s=o.dE +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.hQ:b +return new A.A2(A.ajr(new A.vu(o,s,B.a_,B.T,j,j),l,n),j)}, +Y2(a){var s,r,q=this,p=null,o=q.a,n=o.cy +n=n.fr +s=n +if(s==null)s=B.e1 +n=o.e +o=o.CW +r=q.ga1L() +q.a.toString +return new A.Bf(p,p,p,new A.ae6(),p,p,p,p,p,n,B.FE,p,p,B.D9,q.ga1T(),o,p,B.Kh,s,p,r,p,p,B.kn,!1,!1,!1,!1,q.ga1p(),!1,p,p,p,new A.kC(q,t.bT))}, +T(a){var s,r=null,q=A.HZ(!1,!1,this.Y2(a),r,r,r,r,!0,r,r,new A.ae7(),r,r,r) +this.a.toString +s=this.d +s===$&&A.b() +return new A.Mc(B.xW,new A.ot(s,q,r),r)}} +A.ae6.prototype={ +$1$2(a,b,c){var s=null,r=A.a([],t.Zt),q=$.ak,p=A.tg(B.bo),o=A.a([],t.wi),n=A.hn(s),m=$.ak +return new A.oN(b,!1,!0,s,s,r,new A.cD(s,c.i("cD>")),new A.cD(s,t.re),new A.yU(),s,0,new A.bj(new A.al(q,c.i("al<0?>")),c.i("bj<0?>")),p,o,a,n,new A.bj(new A.al(m,c.i("al<0?>")),c.i("bj<0?>")),c.i("oN<0>"))}, +$2(a,b){return this.$1$2(a,b,t.z)}, +$S:168} +A.ae7.prototype={ +$2(a,b){if(!(b instanceof A.jO)||!b.c.gt1().k(0,B.cI))return B.cx +return A.aEp()?B.cw:B.cx}, +$S:125} +A.afN.prototype={ +EF(a){return a.xI(this.b)}, +nm(a){return new A.R(a.b,this.b)}, +EM(a,b){return new A.r(0,a.b-b.b)}, +pJ(a){return this.b!==a.b}} +A.SQ.prototype={} +A.vF.prototype={ +a_m(a){var s=new A.WY(this,a).$0() +return s}, +aZ(){return new A.Bm(B.m)}, +aaO(a){return A.aJB().$1(a)}} +A.WY.prototype={ +$0(){switch(this.b.r.a){case 0:case 1:case 3:case 5:return!1 +case 2:case 4:return!0}}, +$S:61} +A.Bm.prototype={ +cP(){var s,r=this +r.h6() +s=r.d +if(s!=null)s.V(0,r.gA6()) +s=r.c.aB(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.a1m(s.c,new A.nr(r.gA6()),!1)}}, +q(){var s=this,r=s.d +if(r!=null){r.V(0,s.gA6()) +s.d=null}s.bP()}, +a0Q(a){var s,r,q,p=this +if(a instanceof A.ty&&p.a.aaO(a)){s=p.e +r=a.a +switch(r.e.a){case 0:q=p.e=Math.max(r.gt8()-r.gkJ(),0)>0 +break +case 2:q=p.e=Math.max(r.gkJ()-r.gtb(),0)>0 +break +case 1:case 3:q=s +break +default:q=s}if(q!==s)p.bc(new A.abh())}}, +T(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=this,b4=null,b5=A.aa(b9),b6=A.aoG(b9),b7=A.aa(b9).RG,b8=b5.y +if(b8)s=new A.abg(b9,b4,b4,0,3,b4,b4,b4,b4,b4,b4,16,64,b4,b4,b4) +else s=new A.abf(b9,b4,b4,4,b4,B.l,b4,b4,b4,b4,b4,16,56,b4,b4,b4) +r=b9.wp(t.Np) +q=A.a3U(b9,t.X) +b9.aB(t.N8) +p=A.w(t.ui) +o=b3.e +if(o)p.A(0,B.pM) +o=r==null +if(o)n=b4 +else{r.a.toString +n=!1}if(o)r=b4 +else{r.a.toString +r=!1}m=r===!0 +r=q==null +if(r)o=b4 +else if(!q.gwB()){o=q.kt$ +o=o!=null&&o.length!==0}else o=!0 +l=o===!0 +b3.a.toString +k=b7.Q +if(k==null)k=56 +o=s.gbQ(s) +j=t._ +i=A.kN(b4,p,j) +j=i==null?A.kN(b7.a,p,j):i +o=j==null?A.kN(o,p,t.k):j +b3.a.toString +h=b7.b +g=h==null?s.gdg():h +b3.a.toString +f=b7.c +if(f==null){j=s.c +j.toString +f=j}if(p.t(0,B.pM)){b3.a.toString +p=b7.d +if(p==null)p=s.d +e=p==null?f:p}else e=f +b3.a.toString +d=b7.w +c=d==null?s.gmR().iH(g):d +b3.a.toString +p=b7.x +if(p==null)p=b4 +if(p==null)p=d +if(p==null){p=s.go4() +p=p==null?b4:p.iH(h) +b=p}else b=p +if(b==null)b=c +b3.a.toString +a=b7.as +if(a==null){p=s.gpr() +a=p==null?b4:p.iH(g)}b3.a.toString +a0=b7.at +if(a0==null){p=s.gj2() +a0=p==null?b4:p.iH(g)}b3.a.toString +if(n===!0){r=c.a +a1=new A.Hi(B.A8,b4,A.xu(b4,b4,b4,b4,b4,b4,b4,b4,b4,r==null?24:r,b4,b4,b4,b4),b4)}else{if(!(!m&&l)){if(r)r=b4 +else r=q.gwB()||q.rw$>0 +r=r===!0}else r=!0 +if(r)a1=B.wA +else a1=b4}if(a1!=null)if(b8){if(c.k(0,s.gmR()))a2=b6 +else{a3=A.xu(b4,b4,b4,b4,b4,b4,c.f,b4,b4,c.a,b4,b4,b4,b4) +r=b6.a +a2=new A.ow(r==null?b4:r.MH(a3.c,a3.as,a3.d))}a1=A.ak1(a1,a2) +b3.a.toString +a1=new A.fb(A.lX(b4,56),a1,b4)}else{b3.a.toString +a1=new A.fb(A.lX(b4,56),a1,b4)}a4=b3.a.e +switch(b5.r.a){case 0:case 1:case 3:case 5:a5=!0 +break +case 2:case 4:a5=b4 +break +default:a5=b4}a4=A.cY(b4,b4,new A.OP(a4,b4),!1,b4,!1,b4,b4,!0,b4,b4,a5,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4) +a0.toString +a4=A.o6(a4,b4,B.da,!1,a0,b4,b4,B.ai) +a6=A.e5(b9,b4,t.w).w +a4=A.rW(a4,a6.BO(Math.min(a6.c,1.34)),b4) +b3.a.toString +if(m){r=c.a +a7=new A.Hs(B.Au,b4,A.xu(b4,b4,b4,b4,b4,b4,b4,b4,b4,r==null?24:r,b4,b4,b4,b4),b4)}else a7=b4 +if(a7!=null){if(b.k(0,s.go4()))a8=b6 +else{a9=A.xu(b4,b4,b4,b4,b4,b4,b.f,b4,b4,b.a,b4,b4,b4,b4) +r=b6.a +a8=new A.ow(r==null?b4:r.MH(a9.c,a9.as,a9.d))}a7=A.ak1(A.xv(a7,b),a8)}r=b3.a.a_m(b5) +b3.a.toString +p=b7.z +if(p==null)p=16 +a.toString +b0=A.anH(new A.wq(new A.afN(k),A.xv(A.o6(new A.JY(a1,a4,a7,r,p,b4),b4,B.bC,!0,a,b4,b4,B.ai),c),b4),B.aS) +b0=A.aqe(!1,b0,!0) +r=A.NE(o) +b8=b8?B.B:b4 +b1=r===B.U?B.Jj:B.Jk +b2=new A.jV(b4,b4,b4,b4,b8,b1.f,b1.r,b1.w) +b3.a.toString +b8=b7.e +if(b8==null)b8=s.gcg(s) +b3.a.toString +r=b7.f +if(r==null)r=s.gcL() +b3.a.toString +p=b7.r +if(p==null)p=s.r +return A.cY(b4,b4,new A.vB(b2,A.ye(B.T,A.cY(b4,b4,new A.j6(B.ij,b4,b4,b0,b4),!1,b4,!0,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4),B.M,o,e,b4,b8,p,r,b4,B.cQ),b4,t.ph),!0,b4,!1,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4,b4)}} +A.abh.prototype={ +$0(){}, +$S:0} +A.OP.prototype={ +aV(a){var s=a.aB(t.I) +s.toString +s=new A.T0(B.L,s.w,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){var s=a.aB(t.I) +s.toString +b.scY(s.w)}} +A.T0.prototype={ +cO(a){var s=a.MC(1/0) +return a.aP(this.C$.j6(s))}, +cD(){var s,r,q=this,p=A.P.prototype.gbg.call(q).MC(1/0) +q.C$.f0(p,!0) +s=A.P.prototype.gbg.call(q) +r=q.C$.k3 +r.toString +q.k3=s.aP(r) +q.Bt()}} +A.abf.prototype={ +gmk(){var s,r=this,q=r.ch +if(q===$){s=A.aa(r.ay) +r.ch!==$&&A.aB() +r.ch=s +q=s}return q}, +ghC(){var s,r=this,q=r.CW +if(q===$){s=r.gmk() +r.CW!==$&&A.aB() +q=r.CW=s.ax}return q}, +gbQ(a){return this.ghC().a===B.U?this.ghC().cy:this.ghC().b}, +gdg(){return this.ghC().a===B.U?this.ghC().db:this.ghC().c}, +gmR(){return this.gmk().ok}, +gpr(){return this.gmk().p3.z}, +gj2(){return this.gmk().p3.r}} +A.abg.prototype={ +gmk(){var s,r=this,q=r.ch +if(q===$){s=A.aa(r.ay) +r.ch!==$&&A.aB() +r.ch=s +q=s}return q}, +ghC(){var s,r=this,q=r.CW +if(q===$){s=r.gmk() +r.CW!==$&&A.aB() +q=r.CW=s.ax}return q}, +gGO(){var s,r=this,q=r.cx +if(q===$){s=r.gmk() +r.cx!==$&&A.aB() +q=r.cx=s.p3}return q}, +gbQ(a){return this.ghC().cy}, +gdg(){return this.ghC().db}, +gcg(a){return B.B}, +gcL(){var s=this.ghC(),r=s.k3 +return r==null?s.b:r}, +gmR(){var s=null +return new A.cU(24,s,s,s,s,this.ghC().db,s,s)}, +go4(){var s=null,r=this.ghC(),q=r.dy +return new A.cU(24,s,s,s,s,q==null?r.db:q,s,s)}, +gpr(){return this.gGO().z}, +gj2(){return this.gGO().r}} +A.qj.prototype={ +gu(a){var s=this +return A.T(s.gbQ(s),s.gdg(),s.c,s.d,s.gcg(s),s.gcL(),s.r,s.gmR(),s.go4(),s.y,s.z,s.Q,s.gpr(),s.gj2(),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.U(b)!==A.D(s))return!1 +return b instanceof A.qj&&J.e(b.gbQ(b),s.gbQ(s))&&J.e(b.gdg(),s.gdg())&&b.c==s.c&&b.d==s.d&&J.e(b.gcg(b),s.gcg(s))&&J.e(b.gcL(),s.gcL())&&J.e(b.r,s.r)&&J.e(b.gmR(),s.gmR())&&J.e(b.go4(),s.go4())&&b.z==s.z&&b.Q==s.Q&&J.e(b.gpr(),s.gpr())&&J.e(b.gj2(),s.gj2())&&!0}, +gbQ(a){return this.a}, +gdg(){return this.b}, +gcg(a){return this.e}, +gcL(){return this.f}, +gmR(){return this.w}, +go4(){return this.x}, +gpr(){return this.as}, +gj2(){return this.at}} +A.OO.prototype={} +A.yh.prototype={ +k8(){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.gcb() +n=s.a +m=f.b +l=new A.r(n,m) +k=new A.a3u(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q700){s=-o/p.gHe() +o=p.a.c +r=o.x +r===$&&A.b() +if(r>0)o.O4(s) +q=s<0&&!0}else{o=p.a.c +r=o.x +r===$&&A.b() +if(r<0.5){if(r>0)o.O4(-1) +q=!0}else{o.ei(0) +q=!1}}p.a.z.$2$isClosing(a,q) +if(q)p.a.aaS()}, +a7W(a){a.gadc() +a.gado() +return!1}, +a0b(a){if(a!==this.e.t(0,B.J))this.bc(new A.abs(this,a))}, +T(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=A.aa(a).x2,e=A.aa(a).y?A.al3(a):B.eW,d=h.a +d.toString +s=f.as +if(s==null)s=e.as +d=d.Q +r=d==null?f.a:d +if(r==null)r=e.gbQ(e) +q=f.b +if(q==null)q=e.gcL() +h.a.toString +p=f.f +if(p==null)p=e.gcg(e) +d=h.a +o=d.at +if(o==null)o=f.c +n=o==null?e.c:o +if(n==null)n=0 +o=d.ax +m=o==null?f.w:o +if(m==null)m=e.w +o=d.ay +l=o==null?f.Q:o +if(l==null)l=B.M +k=d.r +if(k==null){d.f +k=!1}if(k){j=new A.Q6(d.d,h.ga0a(),h.e,g,g,g) +if(!d.f)j=A.Ie(g,j,B.b9,!0,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,h.gIp(),h.gIq(),h.gIr())}else j=g +if(!k)d=d.M3(a) +else{j.toString +d=A.a8G(B.ij,A.a([j,new A.eC(B.Aj,d.M3(a),g)],t.D),B.hR)}i=A.ye(B.T,new A.hP(h.ga7V(),d,g,t.K3),l,r,n,h.d,p,m,q,g,B.cQ) +if(s!=null)i=new A.j6(B.ii,g,1,new A.fb(s,i,g),g) +return!h.a.f?i:A.Ie(g,i,B.b9,!0,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,h.gIp(),h.gIq(),h.gIr())}} +A.abt.prototype={ +$0(){this.a.e.A(0,B.pL)}, +$S:0} +A.abr.prototype={ +$0(){this.a.e.B(0,B.pL)}, +$S:0} +A.abs.prototype={ +$0(){var s=this.a.e +if(this.b)s.A(0,B.J) +else s.B(0,B.J)}, +$S:0} +A.Q6.prototype={ +T(a){var s,r,q,p,o,n=this,m=null,l=A.aa(a).x2,k=A.al3(a),j=l.z +if(j==null)j=B.vz +A.mA(a,B.b0,t.c4).toString +s=j.b +r=A.aj7(s/2) +q=n.e +p=t._ +o=A.kN(n.f,q,p) +q=o==null?A.kN(l.y,q,p):o +if(q==null){q=k.guB() +p=q.dy +q=(p==null?q.db:p).a +q=A.M(102,q>>>16&255,q>>>8&255,q&255)}return A.yr(A.cY(m,m,A.hc(A.qA(A.wh(m,m,m,m,new A.hu(q,m,m,r,m,m,B.b4),s,m,m,j.a),m,m),48,48),!0,m,!1,m,m,m,m,"Dismiss",m,m,m,n.c,m,m,m,m,m,m,m),B.cp,new A.acE(n),new A.acF(n),m)}} +A.acE.prototype={ +$1(a){return this.a.d.$1(!0)}, +$S:41} +A.acF.prototype={ +$1(a){return this.a.d.$1(!1)}, +$S:51} +A.P1.prototype={ +aV(a){var s=new A.CK(B.N,this.r,this.e,!0,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.saaR(this.r) +b.sa5E(this.e) +b.saa6(!0)}} +A.CK.prototype={ +saaR(a){if(J.e(this.a2,a))return +this.a2=a +this.a9()}, +sa5E(a){if(this.a_===a)return +this.a_=a +this.a9()}, +saa6(a){return}, +b6(a){var s=A.ew(a,1/0),r=s.aP(new A.R(A.X(1/0,s.a,s.b),A.X(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +aY(a){var s=A.ew(a,1/0),r=s.aP(new A.R(A.X(1/0,s.a,s.b),A.X(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +bd(a){var s=A.ew(1/0,a),r=s.aP(new A.R(A.X(1/0,s.a,s.b),A.X(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +cO(a){return a.aP(new A.R(A.X(1/0,a.a,a.b),A.X(1/0,a.c,a.d)))}, +cD(){var s,r,q,p,o,n,m,l=this,k=A.P.prototype.gbg.call(l) +l.k3=k.aP(new A.R(A.X(1/0,k.a,k.b),A.X(1/0,k.c,k.d))) +if(l.C$!=null){k=A.P.prototype.gbg.call(l) +s=k.b +k=k.d +r=l.C$ +r.toString +q=s>=s +p=q&&0>=k +r.f0(new A.aW(s,s,0,k),!p) +p=l.C$ +r=p.e +r.toString +t.x.a(r) +o=l.k3 +o.toString +if(q&&0>=k)n=new A.R(A.X(0,s,s),A.X(0,0,k)) +else{n=p.k3 +n.toString}r.a=new A.r(0,o.b-n.b*l.a_) +if(q&&0>=k)m=new A.R(A.X(0,s,s),A.X(0,0,k)) +else{k=p.k3 +k.toString +m=k}if(!l.v.k(0,m)){l.v=m +l.a2.$1(m)}}}} +A.pU.prototype={ +aZ(){return new A.uO(B.jH,B.m,this.$ti.i("uO<1>"))}} +A.uO.prototype={ +a_x(a){var s=this.c +s.toString +switch(A.aa(s).r.a){case 2:case 4:return"" +case 0:case 1:case 3:case 5:return"Dialog"}}, +a8n(a){this.d=B.a_}, +On(a,b){var s=this.a.c.go +this.d=new A.abu(s.gl(s),B.jH)}, +a8l(a){return this.On(a,null)}, +T(a){var s,r,q,p,o,n,m,l=this,k=A.mA(a,B.b0,t.c4) +k.toString +s=l.a_x(k) +k=l.a +r=k.c +q=r.go +q.toString +p=r.fV +o=k.e +n=k.f +m=k.r +return A.lQ(q,new A.aef(l,s),A.ay3(p,o,r.dE,k.w,k.x,n,!0,new A.aeg(l,a),l.ga8k(),l.ga8m(),m,k.z))}} +A.aeg.prototype={ +$0(){if(this.a.a.c.gmX())A.hN(this.b,!1).lT(null)}, +$S:0} +A.aef.prototype={ +$2(a,b){var s=null,r=this.a,q=r.d,p=r.a.c.go,o=q.N(0,p.gl(p)) +r.a.toString +return A.cY(s,s,A.anH(new A.P1(o,!0,new A.aee(r),b,s),B.aS),!1,s,!0,s,s,s,s,this.b,!0,s,s,s,s,!0,s,s,s,s,s)}, +$S:178} +A.aee.prototype={ +$1(a){this.a.a.c.Ze(new A.b7(0,0,0,a.b))}, +$S:115} +A.yp.prototype={ +Ze(a){var s=this.aW +if(J.e(s.a,a))return!1 +s.sl(0,a) +return!0}, +gxO(a){return B.jP}, +gR0(){return B.T}, +goc(){return!0}, +gob(){var s=this.eV +return s==null?B.v:s}, +MR(){var s=this.a +s.toString +s=A.eJ("BottomSheet",B.jP,B.T,null,s) +this.fV=s +return s}, +BF(a,b,c){var s=A.api(new A.wB(this.av,new A.jd(new A.a3S(this),null),null),a,!1,!1,!1,!0),r=new A.Bu(this.e6.a,s,null) +return r}, +M0(){var s,r,q=this,p=q.eV,o=p==null +if(((o?B.v:p).a>>>24&255)!==0&&!q.fy){s=q.go +s.toString +r=(o?B.v:p).a +r=A.M(0,r>>>16&255,r>>>8&255,r&255) +if(o)p=B.v +o=t.IC.i("fo") +return A.ane(!0,q.aW,new A.b2(t.m.a(s),new A.fo(new A.im(B.b7),new A.fS(r,p),o),o.i("b2")),!0,q.bN,q.bv)}else return A.a3Q(!0,q.aW,null,!0,null,q.bN,q.bv)}, +gvN(){return this.bN}} +A.a3S.prototype={ +$1(a){var s,r,q=A.aa(a).x2,p=A.aa(a).y?A.al3(a):B.eW,o=this.a,n=q.d +if(n==null)n=q.a +if(n==null)n=p.gbQ(p) +s=q.r +if(s==null)s=p.r +if(s==null)s=q.c +r=o.a_ +r=!1 +return new A.pU(o,!0,n,s,o.jy,o.lA,o.lB,!0,r,null,o.$ti.i("pU<1>"))}, +$S(){return this.a.$ti.i("pU<1>(as)")}} +A.abu.prototype={ +N(a,b){var s=this.a +if(b#"+A.cg(this)+"("+A.i(this.a)+", "+this.b.h(0)+")"}} +A.abq.prototype={ +guB(){var s,r=this,q=r.ax +if(q===$){s=A.aa(r.at) +r.ax!==$&&A.aB() +q=r.ax=s.ax}return q}, +gbQ(a){return this.guB().cy}, +gcL(){var s=this.guB(),r=s.k3 +return r==null?s.b:r}, +gcg(a){return B.B}, +gwh(){var s=this.guB(),r=s.dy +s=(r==null?s.db:r).a +return A.M(102,s>>>16&255,s>>>8&255,s&255)}, +gwi(){return B.vz}} +A.qu.prototype={ +gu(a){var s=this +return A.T(s.gbQ(s),s.gcL(),s.c,s.d,s.e,s.gcg(s),s.r,s.w,s.x,s.gwh(),s.gwi(),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)return!0 +if(J.U(b)!==A.D(r))return!1 +if(b instanceof A.qu)if(J.e(b.gbQ(b),r.gbQ(r)))if(J.e(b.gcL(),r.gcL()))if(b.c==r.c)if(J.e(b.d,r.d))if(J.e(b.gcg(b),r.gcg(r)))if(J.e(b.e,r.e))if(b.r==r.r)if(J.e(b.w,r.w))if(J.e(b.gwh(),r.gwh()))if(J.e(b.gwi(),r.gwi()))s=J.e(b.as,r.as) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gbQ(a){return this.a}, +gcL(){return this.b}, +gcg(a){return this.f}, +gwh(){return this.y}, +gwi(){return this.z}} +A.P2.prototype={} +A.zn.prototype={ +aZ(){return new A.SY(A.w(t.ui),B.m)}} +A.SY.prototype={ +bF(){this.c3() +this.a.toString +this.xz(B.x)}, +by(a){var s,r=this +r.ca(a) +r.a.toString +r.xz(B.x) +s=r.oF$ +if(s.t(0,B.x)&&s.t(0,B.F))r.xz(B.F)}, +gZw(){var s=this,r=s.oF$ +if(r.t(0,B.x))return s.a.ch +if(r.t(0,B.F))return s.a.ay +if(r.t(0,B.J))return s.a.at +if(r.t(0,B.O))return s.a.ax +return s.a.as}, +T(a6){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=a0.a.r,a3=a0.oF$,a4=A.kN(a2.b,a3,t._),a5=A.kN(a0.a.db,a3,t.Zi) +a0.a.toString +s=new A.r(0,0).am(0,4) +r=B.bD.Cm(a0.a.cy) +a2=a0.a.f +q=A.kN(a2,a3,t.WV) +a0.a.toString +a2=s.a +a3=s.b +p=B.am.A(0,new A.b7(a2,a3,a2,a3)).d8(0,B.am,B.i7) +o=a0.gZw() +n=a0.a.r.iH(a4) +m=a0.a.w +l=A.aa(a6).y?A.aa(a6).k2:a1 +k=a0.a +j=k.go +k=k.fx +i=a0.Rr(B.O) +a0.a.toString +h=a0.Rs(B.F,a1) +g=a0.a +f=g.Q +e=g.x +g=g.y +d=a0.Rr(B.J) +c=a0.a +b=c.c +n=A.ye(B.T,A.aoJ(!1,!0,A.xv(A.wh(a1,A.qA(c.dy,1,1),a1,a1,a1,a1,a1,p,a1),new A.cU(a1,a1,a1,a1,a1,a4,a1,a1)),a5,!0,e,k,a1,g,q,i,h,d,a1,b,a1,f,a1,a1),j,m,o,a1,l,a5,a1,n,B.hj) +switch(c.fr.a){case 0:a=new A.R(48+a2,48+a3) +break +case 1:a=B.N +break +default:a=a1}return A.cY(!0,a1,new A.R3(a,new A.fb(r,n,a1),a1),!0,!0,!1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1)}} +A.R3.prototype={ +aV(a){var s=new A.CQ(this.e,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.stc(this.e)}} +A.CQ.prototype={ +stc(a){if(this.v.k(0,a))return +this.v=a +this.a9()}, +b6(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.af,a,s.gbM()),this.v.a) +return 0}, +aY(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.a5,a,s.gbE()),this.v.a) +return 0}, +bd(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.Z,a,s.gbD()),this.v.b) +return 0}, +H_(a,b){var s,r,q=this.C$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.v +return a.aP(new A.R(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.N}, +cO(a){return this.H_(a,A.nE())}, +cD(){var s,r,q=this,p=q.H_(A.P.prototype.gbg.call(q),A.nF()) +q.k3=p +s=q.C$ +if(s!=null){r=s.e +r.toString +t.x.a(r) +s=s.k3 +s.toString +r.a=B.L.ln(t.o.a(p.a1(0,s)))}}, +cB(a,b){var s +if(this.jc(a,b))return!0 +s=this.C$.k3.jl(B.h) +return a.vE(new A.aeX(this,s),s,A.aki(s))}} +A.aeX.prototype={ +$2(a,b){return this.a.C$.cB(a,this.b)}, +$S:18} +A.Vu.prototype={} +A.vW.prototype={ +gu(a){var s=this +return A.T(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,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.U(b)!==A.D(r))return!1 +if(b instanceof A.vW)if(b.d==r.d)if(b.e==r.e)if(J.e(b.f,r.f))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.P4.prototype={} +A.bk.prototype={ +MG(a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4){var s=this,r=c3==null?s.gm0():c3,q=a5==null?s.gbQ(s):a5,p=a9==null?s.gdg():a9,o=b5==null?s.gie():b5,n=b7==null?s.gcg(s):b7,m=c1==null?s.gcL():c1,l=a6==null?s.gey(s):a6,k=b6==null?s.gdZ(s):b6,j=b3==null?s.gib():b3,i=a8==null?s.y:a8,h=b2==null?s.gia():b2,g=b0==null?s.Q:b0,f=b1==null?s.geX():b1,e=b9==null?s.gja():b9,d=b8==null?s.gdi(s):b8,c=b4==null?s.gic():b4,b=c4==null?s.gil():c4,a=c2==null?s.gik():c2,a0=a4==null?s.cx:a4,a1=a7==null?s.cy:a7,a2=a3==null?s.db:a3 +return A.vX(a2,a0,q,l,a1,i,p,g,f,h,j,c,o,k,n,d,e,c0==null?s.ghz():c0,m,a,r,b)}, +MH(a,b,c){return this.MG(null,null,null,null,null,null,a,null,b,null,null,null,c,null,null,null,null,null,null,null,null,null)}, +d3(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=this,a3=a2.gm0() +if(a3==null)a3=a4.a +s=a2.gbQ(a2) +if(s==null)s=a4.b +r=a2.gdg() +if(r==null)r=a4.c +q=a2.gie() +if(q==null)q=a4.d +p=a2.gcg(a2) +if(p==null)p=a4.e +o=a2.gcL() +if(o==null)o=a4.f +n=a2.gey(a2) +if(n==null)n=a4.r +m=a2.gdZ(a2) +if(m==null)m=a4.w +l=a2.gib() +if(l==null)l=a4.x +k=a2.y +if(k==null)k=a4.y +j=a2.gia() +if(j==null)j=a4.z +i=a2.Q +if(i==null)i=a4.Q +h=a2.geX() +if(h==null)h=a4.as +g=a2.gja() +if(g==null)g=a4.at +f=a2.gdi(a2) +if(f==null)f=a4.ax +e=a2.gic() +if(e==null)e=a4.ay +d=a2.gil() +if(d==null)d=a4.ch +c=a2.gik() +if(c==null)c=a4.CW +b=a2.cx +if(b==null)b=a4.cx +a=a2.cy +if(a==null)a=a4.cy +a0=a2.db +if(a0==null)a0=a4.db +a1=a2.ghz() +return a2.MG(a0,b,s,n,a,k,r,i,h,j,l,e,q,m,p,f,g,a1==null?a4.dx:a1,o,c,a3,d)}, +gu(a){var s=this +return A.cG([s.gm0(),s.gbQ(s),s.gdg(),s.gie(),s.gcg(s),s.gcL(),s.gey(s),s.gdZ(s),s.gib(),s.y,s.gia(),s.Q,s.geX(),s.gja(),s.gdi(s),s.gic(),s.gil(),s.gik(),s.cx,s.cy,s.db,s.ghz()])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.bk&&b.gm0()==s.gm0()&&b.gbQ(b)==s.gbQ(s)&&b.gdg()==s.gdg()&&b.gie()==s.gie()&&b.gcg(b)==s.gcg(s)&&b.gcL()==s.gcL()&&b.gey(b)==s.gey(s)&&b.gdZ(b)==s.gdZ(s)&&b.gib()==s.gib()&&b.y==s.y&&b.gia()==s.gia()&&b.Q==s.Q&&b.geX()==s.geX()&&b.gja()==s.gja()&&b.gdi(b)==s.gdi(s)&&b.gic()==s.gic()&&J.e(b.gil(),s.gil())&&b.gik()==s.gik()&&J.e(b.cx,s.cx)&&b.cy==s.cy&&J.e(b.db,s.db)&&b.ghz()==s.ghz()}, +gm0(){return this.a}, +gbQ(a){return this.b}, +gdg(){return this.c}, +gie(){return this.d}, +gcg(a){return this.e}, +gcL(){return this.f}, +gey(a){return this.r}, +gdZ(a){return this.w}, +gib(){return this.x}, +gia(){return this.z}, +geX(){return this.as}, +gja(){return this.at}, +gdi(a){return this.ax}, +gic(){return this.ay}, +gil(){return this.ch}, +gik(){return this.CW}, +ghz(){return this.dx}} +A.Rm.prototype={ +a4(a){var s,r=this,q=r.a,p=q==null?null:q.a4(a) +q=r.b +s=q==null?null:q.a4(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return A.aA(new A.bE(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.P,-1),s,r.c)}if(s==null){q=p.a +return A.aA(p,new A.bE(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.P,-1),r.c)}return A.aA(p,s,r.c)}, +$ibf:1} +A.P5.prototype={} +A.vY.prototype={ +aZ(){return new A.Bs(null,null,B.m)}} +A.Bs.prototype={ +CN(){this.bc(new A.ac_())}, +gdS(){var s=this.a.z +if(s==null){s=this.r +s.toString}return s}, +rN(){var s,r=this +if(r.a.z==null)r.r=A.akf(null) +s=r.gdS() +s.h1(0,B.x,!(r.a.c!=null||!1)) +r.gdS().ag(0,r.gmO())}, +bF(){this.c3() +this.rN()}, +by(a){var s,r=this +r.ca(a) +s=a.z +if(r.a.z!=s){if(s!=null)s.V(0,r.gmO()) +if(r.a.z!=null){s=r.r +if(s!=null){s.X$=$.bN() +s.P$=0}r.r=null}r.rN()}s=r.a.c!=null||!1 +if(s!==(a.c!=null||!1)){s=r.gdS() +s.h1(0,B.x,!(r.a.c!=null||!1)) +if(!(r.a.c!=null||!1))r.gdS().h1(0,B.F,!1)}}, +q(){var s,r=this +r.gdS().V(0,r.gmO()) +s=r.r +if(s!=null){s.X$=$.bN() +s.P$=0}s=r.d +if(s!=null)s.q() +r.WI()}, +T(c7){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=this,c3=null,c4=c2.a,c5=new A.abX(c4.r,c4.Ee(c7),c2.a.C3(c7)),c6=new A.abY(c2,c5) +c4=t.PM +s=c6.$1$1(new A.abA(),c4) +r=c6.$1$1(new A.abB(),t.p8) +q=t._ +p=c6.$1$1(new A.abC(),q) +o=c6.$1$1(new A.abN(),q) +n=c6.$1$1(new A.abQ(),q) +m=c6.$1$1(new A.abR(),q) +l=c6.$1$1(new A.abS(),t.pc) +k=t.tW +j=c6.$1$1(new A.abT(),k) +i=c6.$1$1(new A.abU(),k) +h=c6.$1$1(new A.abV(),k) +g=c6.$1$1(new A.abW(),q) +f=c6.$1$1(new A.abD(),c4) +e=c6.$1$1(new A.abE(),t.oI) +d=c6.$1$1(new A.abF(),t.KX) +c=c5.$1$1(new A.abG(),t.X3) +b=c5.$1$1(new A.abH(),t.Oc) +a=c5.$1$1(new A.abI(),t.Tu) +a0=c5.$1$1(new A.abJ(),t.y) +a1=c5.$1$1(new A.abK(),t.pC) +a2=new A.r(c.a,c.b).am(0,4) +a3=c5.$1$1(new A.abL(),t.Ya) +c4=j.a +q=j.b +a4=c.Cm(new A.aW(c4,h.a,q,h.b)) +if(i!=null){a5=a4.aP(i) +c4=a5.a +if(isFinite(c4))a4=a4.a71(c4,c4) +c4=a5.b +if(isFinite(c4))a4=a4.a70(c4,c4)}a6=a2.b +c4=a2.a +a7=Math.max(0,c4) +a8=l.A(0,new A.b7(a7,a6,a7,a6)).d8(0,B.am,B.i7) +if(a.a>0){q=c2.e +if(q!=null){k=c2.f +if(k!=null)if(q!==s)if(k.gl(k)!==p.gl(p)){q=c2.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=c2.d +if(!J.e(q==null?c3:q.e,a)){q=c2.d +if(q!=null)q.q() +q=A.eJ(c3,a,c3,c3,c2) +q.cq() +k=q.b7$ +k.b=!0 +k.a.push(new A.abM(c2)) +c2.d=q}p=c2.f +c2.d.sl(0,0) +c2.d.ei(0)}c2.e=s +c2.f=p +s.toString +q=r==null?c3:r.iH(o) +k=d.mt(e) +a9=p==null?B.e5:B.hj +b0=c2.a +b1=b0.w +b2=b0.c +b3=b0.d +b4=b0.e +b5=b0.x +b6=b2!=null||!1 +b0=b0.f +b7=d.mt(e) +b8=c2.gdS() +b9=g==null?o:g +a1.toString +c0=c2.a +a9=A.ye(a,A.aoJ(!1,b6,A.xv(new A.eC(a8,new A.j6(a1,1,1,c0.Q,c3),c3),new A.cU(f,c3,c3,c3,c3,b9,c3,c3)),b7,a0,c3,b5,B.B,c3,new A.RN(new A.abO(c5)),b0,c3,b4,b3,b2,new A.c6(new A.abP(c5),t.T),c3,a3,b8),b1,p,s,c3,n,k,m,q,a9) +switch(b.a){case 0:c1=new A.R(48+c4,48+a6) +break +case 1:c1=B.N +break +default:c1=c3}c4=c0.c!=null||!1 +return A.cY(!0,c3,new A.R4(c1,new A.fb(a4,a9,c3),c3),!0,c4,!1,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3,c3)}} +A.ac_.prototype={ +$0(){}, +$S:0} +A.abX.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:180} +A.abY.prototype={ +$1$1(a,b){return this.b.$1$1(new A.abZ(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:181} +A.abZ.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.a4(this.a.gdS().a)}, +$S(){return this.c.i("0?(bk?)")}} +A.abA.prototype={ +$1(a){return a==null?null:a.gey(a)}, +$S:81} +A.abB.prototype={ +$1(a){return a==null?null:a.gm0()}, +$S:183} +A.abC.prototype={ +$1(a){return a==null?null:a.gbQ(a)}, +$S:37} +A.abN.prototype={ +$1(a){return a==null?null:a.gdg()}, +$S:37} +A.abQ.prototype={ +$1(a){return a==null?null:a.gcg(a)}, +$S:37} +A.abR.prototype={ +$1(a){return a==null?null:a.gcL()}, +$S:37} +A.abS.prototype={ +$1(a){return a==null?null:a.gdZ(a)}, +$S:185} +A.abT.prototype={ +$1(a){return a==null?null:a.gib()}, +$S:62} +A.abU.prototype={ +$1(a){return a==null?null:a.y}, +$S:62} +A.abV.prototype={ +$1(a){return a==null?null:a.gia()}, +$S:62} +A.abW.prototype={ +$1(a){return a==null?null:a.Q}, +$S:37} +A.abD.prototype={ +$1(a){return a==null?null:a.geX()}, +$S:81} +A.abE.prototype={ +$1(a){return a==null?null:a.gja()}, +$S:187} +A.abF.prototype={ +$1(a){return a==null?null:a.gdi(a)}, +$S:188} +A.abO.prototype={ +$1(a){return this.a.$1$1(new A.aby(a),t.Pb)}, +$S:189} +A.aby.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gic() +s=s==null?null:s.a4(this.a)}return s}, +$S:190} +A.abP.prototype={ +$1(a){return this.a.$1$1(new A.abx(a),t.k)}, +$S:63} +A.abx.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gie() +s=s==null?null:s.a4(this.a)}return s}, +$S:192} +A.abG.prototype={ +$1(a){return a==null?null:a.gil()}, +$S:193} +A.abH.prototype={ +$1(a){return a==null?null:a.gik()}, +$S:194} +A.abI.prototype={ +$1(a){return a==null?null:a.cx}, +$S:195} +A.abJ.prototype={ +$1(a){return a==null?null:a.cy}, +$S:196} +A.abK.prototype={ +$1(a){return a==null?null:a.db}, +$S:197} +A.abL.prototype={ +$1(a){return a==null?null:a.ghz()}, +$S:198} +A.abM.prototype={ +$1(a){if(a===B.V)this.a.bc(new A.abz())}, +$S:4} +A.abz.prototype={ +$0(){}, +$S:0} +A.RN.prototype={ +a4(a){var s=this.a.$1(a) +s.toString +return s}, +gre(){return"ButtonStyleButton_MouseCursor"}} +A.R4.prototype={ +aV(a){var s=new A.CR(this.e,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.stc(this.e)}} +A.CR.prototype={ +stc(a){if(this.v.k(0,a))return +this.v=a +this.a9()}, +b6(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.af,a,s.gbM()),this.v.a) +return 0}, +aY(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.a5,a,s.gbE()),this.v.a) +return 0}, +bd(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.Z,a,s.gbD()),this.v.b) +return 0}, +H0(a,b){var s,r,q=this.C$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.v +return a.aP(new A.R(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.N}, +cO(a){return this.H0(a,A.nE())}, +cD(){var s,r,q=this,p=q.H0(A.P.prototype.gbg.call(q),A.nF()) +q.k3=p +s=q.C$ +if(s!=null){r=s.e +r.toString +t.x.a(r) +s=s.k3 +s.toString +r.a=B.L.ln(t.o.a(p.a1(0,s)))}}, +cB(a,b){var s +if(this.jc(a,b))return!0 +s=this.C$.k3.jl(B.h) +return a.vE(new A.aeY(this,s),s,A.aki(s))}} +A.aeY.prototype={ +$2(a,b){return this.a.C$.cB(a,this.b)}, +$S:18} +A.DM.prototype={ +dT(){this.hB() +this.fl() +this.k9()}, +q(){var s=this,r=s.bH$ +if(r!=null)r.V(0,s.gjg()) +s.bH$=null +s.bP()}} +A.XN.prototype={ +E(){return"ButtonTextTheme."+this.b}} +A.Fd.prototype={ +gdZ(a){switch(0){case 0:case 1:return B.Al}}, +gdi(a){switch(0){case 0:case 1:return B.Hj}}, +k(a,b){var s=this +if(b==null)return!1 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.Fd&&J.e(b.gdZ(b),s.gdZ(s))&&J.e(b.gdi(b),s.gdi(s))&&J.e(b.w,s.w)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.at,s.at)&&b.ax==s.ax}, +gu(a){var s=this +return A.T(B.xh,88,36,s.gdZ(s),s.gdi(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.P6.prototype={} +A.w0.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.w0&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&b.e==s.e&&J.e(b.f,s.f)&&J.e(b.r,s.r)}} +A.P9.prototype={} +A.w2.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.w2&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.Pa.prototype={} +A.w4.prototype={ +gu(a){var s=this +return A.cG([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])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.w4&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&b.x==s.x&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&J.e(b.as,s.as)&&J.e(b.at,s.at)&&J.e(b.ax,s.ax)&&J.e(b.ay,s.ay)&&b.ch==s.ch&&b.CW==s.CW&&b.cx==s.cx&&J.e(b.cy,s.cy)}} +A.Pc.prototype={} +A.qH.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.U(a0)!==A.D(b))return!1 +if(a0 instanceof A.qH)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){if(j)k=o}else k=e +j=b.Q +if(j==null)j=g?n:h +if(k.k(0,j)){k=a0.as +if(k==null)m=f?m:i +else m=k +k=b.as +if(k==null)l=c?l:d +else l=k +if(m.k(0,l)){m=a0.at +l=b.at +if(m.k(0,l)){k=a0.ax +j=b.ax +if(k.k(0,j)){i=a0.ay +m=i==null?m:i +i=b.ay +if(m.k(0,i==null?l:i)){m=a0.ch +if(m==null)m=k +l=b.ch +if(m.k(0,l==null?j:l))if(a0.CW.k(0,b.CW)){m=a0.cx +l=b.cx +if(m.k(0,l)){k=a0.cy +j=b.cy +if(k.k(0,j)){i=a0.db +h=b.db +if(i.k(0,h)){g=a0.dx +if(g==null)g=k +f=b.dx +if(g.k(0,f==null?j:f)){g=a0.dy +if(g==null)g=i +f=b.dy +if(g.k(0,f==null?h:f)){g=a0.fr +if(g==null)g=m +f=b.fr +if(g.k(0,f==null?l:f)){g=a0.fx +m=g==null?m:g +g=b.fx +if(m.k(0,g==null?l:g)){m=a0.fy +if(m==null)m=B.l +l=b.fy +if(m.k(0,l==null?B.l:l)){m=a0.go +if(m==null)m=B.l +l=b.go +if(m.k(0,l==null?B.l:l)){m=a0.id +if(m==null)m=i +l=b.id +if(m.k(0,l==null?h:l)){m=a0.k1 +if(m==null)m=k +l=b.k1 +if(m.k(0,l==null?j:l)){m=a0.k2 +q=m==null?q:m +m=b.k2 +if(q.k(0,m==null?p:m)){q=a0.k4 +if(q==null)q=s +p=b.k4 +if(q.k(0,p==null?r:p)){q=a0.ok +if(q==null)q=o +p=b.ok +if(q.k(0,p==null?n:p)){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}else s=!1 +else s=!1 +return s}, +gu(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=this,b0=a9.b,b1=a9.c,b2=a9.d +if(b2==null)b2=b0 +s=a9.e +if(s==null)s=b1 +r=a9.f +q=a9.r +p=a9.w +if(p==null)p=r +o=a9.x +if(o==null)o=q +n=a9.y +m=n==null +l=m?r:n +k=a9.z +j=k==null +i=j?q:k +h=a9.Q +if(h==null){if(m)n=r}else n=h +m=a9.as +if(m==null)m=j?q:k +k=a9.at +j=a9.ax +h=a9.ay +if(h==null)h=k +g=a9.ch +if(g==null)g=j +f=a9.cx +e=a9.cy +d=a9.db +c=a9.dx +if(c==null)c=e +b=a9.dy +if(b==null)b=d +a=a9.fr +if(a==null)a=f +a0=a9.fx +if(a0==null)a0=f +a1=a9.fy +if(a1==null)a1=B.l +a2=a9.go +if(a2==null)a2=B.l +a3=a9.id +if(a3==null)a3=d +a4=a9.k1 +if(a4==null)a4=e +a5=a9.k2 +if(a5==null)a5=b1 +a6=a9.k4 +if(a6==null)a6=b0 +a7=a9.ok +if(a7==null)a7=r +a8=a9.k3 +return A.T(a9.a,b0,b1,b2,s,r,q,p,o,l,i,n,m,k,j,h,g,a9.CW,f,A.T(e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8==null?b0:a8,B.a,B.a,B.a,B.a,B.a,B.a))}} +A.Pf.prototype={} +A.yg.prototype={} +A.wr.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(r))return!1 +if(b instanceof A.wr)if(J.e(b.a,r.a))if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(J.e(b.e,r.e))if(b.f==r.f)if(b.r==r.r)if(J.e(b.w,r.w))if(b.x==r.x)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.PJ.prototype={} +A.ws.prototype={ +gu(a){var s=this +return A.cG([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])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.ws&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&b.Q==s.Q&&b.as==s.as&&b.at==s.at&&b.ax==s.ax&&b.ay==s.ay&&J.e(b.ch,s.ch)&&J.e(b.CW,s.CW)&&b.cx==s.cx&&b.cy==s.cy&&b.db==s.db&&J.e(b.dx,s.dx)&&b.dy==s.dy&&J.e(b.fr,s.fr)&&J.e(b.fx,s.fx)&&J.e(b.fy,s.fy)&&J.e(b.go,s.go)&&J.e(b.id,s.id)&&J.e(b.k1,s.k1)&&J.e(b.k2,s.k2)&&J.e(b.k3,s.k3)&&b.k4==s.k4}} +A.PL.prototype={} +A.H2.prototype={ +T(a){var s,r,q,p,o,n,m,l=null,k=A.aa(a),j=A.aa(a).ah,i=t.w,h=A.e5(a,B.eI,i).w,g=h.e.ad(0,this.x) +if(k.y)s=new A.acB(a,l,6,l,l,B.uR,B.L,l,l,l,l) +else s=new A.acA(a,A.aa(a).p3,A.aa(a).ok,l,24,l,l,B.hv,B.L,l,l,l,l) +h=j.f +if(h==null){h=s.f +h.toString}r=j.a +if(r==null)r=A.aa(a).ay +q=j.b +if(q==null){q=s.b +q.toString}p=j.c +if(p==null)p=s.gcg(s) +o=j.d +if(o==null)o=s.gcL() +n=j.e +if(n==null){n=s.e +n.toString}m=new A.j6(h,l,l,new A.fb(B.x9,A.ye(B.T,this.as,this.y,r,q,l,p,n,o,l,B.pO),l),l) +return new A.vs(g,A.rW(m,A.e5(a,l,i).w.QJ(!0,!0,!0,!0),l),B.yr,B.br,l,l)}} +A.wA.prototype={} +A.Zf.prototype={ +$3(a,b,c){var s=new A.jd(this.a,null),r=new A.Bu(this.b.a,s,null) +r=A.aqe(!0,r,!0) +return r}, +$C:"$3", +$R:3, +$S:199} +A.acA.prototype={ +gwE(){return this.as.f}, +gbQ(a){return A.aa(this.z).ay}, +gcg(a){return A.aa(this.z).k2}, +gj2(){return this.Q.r}, +gw_(){return this.Q.w}, +gvx(){return B.am}} +A.acB.prototype={ +gzz(){var s,r=this,q=r.Q +if(q===$){s=A.aa(r.z) +r.Q!==$&&A.aB() +q=r.Q=s.ax}return q}, +gKt(){var s,r=this,q=r.as +if(q===$){s=A.aa(r.z) +r.as!==$&&A.aB() +q=r.as=s.p3}return q}, +gwE(){return this.gzz().f}, +gbQ(a){return this.gzz().cy}, +gcg(a){return B.B}, +gcL(){var s=this.gzz(),r=s.k3 +return r==null?s.b:r}, +gj2(){return this.gKt().f}, +gw_(){return this.gKt().z}, +gvx(){return B.jS}} +A.qT.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.U(b)!==A.D(s))return!1 +return b instanceof A.qT&&J.e(b.gbQ(b),s.gbQ(s))&&b.b==s.b&&J.e(b.gcg(b),s.gcg(s))&&J.e(b.gcL(),s.gcL())&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.gwE(),s.gwE())&&J.e(b.gj2(),s.gj2())&&J.e(b.gw_(),s.gw_())&&J.e(b.gvx(),s.gvx())}, +gbQ(a){return this.a}, +gcg(a){return this.c}, +gcL(){return this.d}, +gj2(){return this.r}, +gw_(){return this.w}, +gvx(){return this.x}, +gwE(){return this.y}} +A.PU.prototype={} +A.Om.prototype={ +T(a){var s,r,q,p,o=null,n=A.aa(a),m=A.anZ(a),l=n.y?A.arc(a):A.arb(a),k=m.b +if(k==null){s=l.b +s.toString +k=s}r=m.c +if(r==null){s=l.c +s.toString +r=s}q=m.d +if(q==null){s=l.d +s.toString +q=s}p=m.e +if(p==null){s=l.e +s.toString +p=s}return A.hc(A.qA(A.wh(o,o,o,o,new A.hu(o,o,new A.eh(B.u,B.u,B.u,A.azg(a,o,r)),o,o,o,B.b4),o,new A.fe(0,q,0,p),o,r),o,o),o,k)}} +A.acC.prototype={ +gR(a){return A.aa(this.f).CW}} +A.acD.prototype={ +gR(a){var s=A.aa(this.f).ax,r=s.fx +return r==null?s.cx:r}} +A.qV.prototype={ +gu(a){var s=this +return A.T(s.gR(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.U(b)!==A.D(s))return!1 +return b instanceof A.qV&&J.e(b.gR(b),s.gR(s))&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}, +gR(a){return this.a}} +A.PY.prototype={} +A.wI.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.wI&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&b.w==s.w}} +A.Q7.prototype={} +A.wJ.prototype={ +gu(a){return A.T(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.U(b)!==A.D(r))return!1 +if(b instanceof A.wJ)if(J.e(b.a,r.a))s=J.e(b.c,r.c) +else s=!1 +else s=!1 +return s}} +A.Q8.prototype={} +A.Hm.prototype={ +C3(a){var s,r,q,p,o,n,m,l,k,j=null,i=A.aa(a),h=i.ax +if(A.aa(a).y)s=new A.Qd(a,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,B.T,!0,B.L,j) +else{r=h.c +s=h.db.a +q=s>>>16&255 +p=s>>>8&255 +s&=255 +o=A.M(31,q,p,s) +n=A.M(97,q,p,s) +s=A.asB(a) +m=new A.BO(h.b,o) +l=new A.BO(r,n) +k=new A.Qc(r) +q=t.iL +s=A.vX(B.L,B.T,m,new A.Qa(2),!0,j,l,j,j,new A.b3(B.hP,q),new A.b3(B.vA,q),new A.Qb(B.aK,B.aB),k,new A.b3(s,t.Ak),new A.b3(i.k2,t.h9),new A.b3(B.hv,t.kU),j,B.dk,j,i.e,new A.b3(i.p3.as,t.wG),i.z)}return s}, +Ee(a){var s +a.aB(t.Gt) +s=A.aa(a) +return s.dJ.a}} +A.BO.prototype={ +a4(a){if(a.t(0,B.x))return this.b +return this.a}} +A.Qc.prototype={ +a4(a){var s +if(a.t(0,B.J)){s=this.a.a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.O)||a.t(0,B.F)){s=this.a.a +return A.M(61,s>>>16&255,s>>>8&255,s&255)}return null}} +A.Qa.prototype={ +a4(a){var s=this +if(a.t(0,B.x))return 0 +if(a.t(0,B.J))return s.a+2 +if(a.t(0,B.O))return s.a+2 +if(a.t(0,B.F))return s.a+6 +return s.a}} +A.Qb.prototype={ +a4(a){if(a.t(0,B.x))return this.b +return this.a}} +A.Qd.prototype={ +gk7(){var s,r=this,q=r.fr +if(q===$){s=A.aa(r.dy) +r.fr!==$&&A.aB() +q=r.fr=s.ax}return q}, +gm0(){return new A.b3(A.aa(this.dy).p3.as,t.wG)}, +gbQ(a){return new A.c6(new A.acG(this),t.T)}, +gdg(){return new A.c6(new A.acI(this),t.T)}, +gie(){return new A.c6(new A.acK(this),t.T)}, +gcg(a){var s=this.gk7().fy +if(s==null)s=B.l +return new A.b3(s,t.h9)}, +gcL(){var s=this.gk7(),r=s.k3 +s=r==null?s.b:r +return new A.b3(s,t.h9)}, +gey(a){return new A.c6(new A.acH(),t.pj)}, +gdZ(a){return new A.b3(A.asB(this.dy),t.Ak)}, +gib(){return B.pK}, +gia(){return B.bY}, +gdi(a){return B.bX}, +gic(){return new A.c6(new A.acJ(),t.Y6)}, +gil(){return A.aa(this.dy).z}, +gik(){return A.aa(this.dy).e}, +ghz(){return A.aa(this.dy).x}} +A.acG.prototype={ +$1(a){var s +if(a.t(0,B.x)){s=this.a.gk7().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return this.a.gk7().cy}, +$S:7} +A.acI.prototype={ +$1(a){var s +if(a.t(0,B.x)){s=this.a.gk7().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}return this.a.gk7().b}, +$S:7} +A.acK.prototype={ +$1(a){var s +if(a.t(0,B.J)){s=this.a.gk7().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.O)){s=this.a.gk7().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.F)){s=this.a.gk7().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return null}, +$S:63} +A.acH.prototype={ +$1(a){if(a.t(0,B.x))return 0 +if(a.t(0,B.J))return 3 +if(a.t(0,B.O))return 1 +if(a.t(0,B.F))return 1 +return 1}, +$S:201} +A.acJ.prototype={ +$1(a){if(a.t(0,B.x))return B.aB +return B.aK}, +$S:31} +A.Vc.prototype={} +A.Vd.prototype={} +A.Ve.prototype={} +A.Vf.prototype={} +A.wN.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.wN&&J.e(b.a,this.a)}} +A.Qe.prototype={} +A.lw.prototype={} +A.wY.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.wY&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&!0}} +A.Ql.prototype={} +A.x4.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.x4&&J.e(b.a,this.a)}} +A.Qp.prototype={} +A.x7.prototype={ +d5(a){var s=this +return s.f!==a.f||s.r!==a.r||s.w!==a.w||s.x!==a.x||!1}} +A.acp.prototype={ +h(a){return""}} +A.BU.prototype={ +E(){return"_FloatingActionButtonType."+this.b}} +A.HV.prototype={ +T(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=null,a0=A.aa(a5),a1=a0.ar,a2=this.k1,a3=a0.y?new A.acR(a5,a2,!0,a,a,a,a,a,6,6,8,a,6,a,!0,a,B.iy,B.ix,B.iz,B.x6,8,a,a,a):new A.acQ(a2,!0,A.aa(a5),A.aa(a5).ax,a,a,a,a,a,6,6,8,a,12,a,!0,a,B.iy,B.ix,B.iz,B.x7,8,a,a,a),a4=a1.a +if(a4==null)a4=a3.gdg() +s=a1.b +if(s==null)s=a3.gbQ(a3) +r=a1.c +if(r==null)r=a3.goP() +q=a1.d +if(q==null)q=a3.goW() +p=a1.e +if(p==null)p=a3.gnx() +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.geX() +n.toString +h=n}n=a1.cy +if(n==null){n=a3.goC() +n.toString}g=n.iH(a4) +f=a1.z +if(f==null){n=a3.gdi(a3) +n.toString +f=n}n=this.c +e=A.xv(n,new A.cU(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.goB() +a2=A.a([],t.D) +a2.push(n) +e=new A.Pb(new A.eC(c,A.akE(a2,B.fi,B.hg),a),a) +break +default:d=a}b=new A.zn(this.z,new A.Q9(a,a1.db),g,s,r,q,p,o,l,m,j,k,d,f,e,a0.e,a,!1,B.M,i,a) +return new A.oR(new A.os(B.yt,b,a),a)}} +A.Q9.prototype={ +a4(a){var s=A.kN(this.a,a,t.WV) +if(s==null)s=null +return s==null?B.ji.a4(a):s}, +gre(){return"MaterialStateMouseCursor(FloatActionButton)"}} +A.Pb.prototype={ +aV(a){var s=a.aB(t.I) +s.toString +s=new A.CL(B.L,s.w,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){var s=a.aB(t.I) +s.toString +b.scY(s.w)}} +A.CL.prototype={ +b6(a){return 0}, +cO(a){var s,r=this.C$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.j6(B.cl) +return new A.R(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.R(A.X(1/0,q,p),A.X(1/0,o,n))}, +cD(){var s=this,r=A.P.prototype.gbg.call(s),q=s.C$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.f0(B.cl,!0) +q=s.C$.k3 +s.k3=new A.R(Math.max(p,Math.min(o,q.a)),Math.max(n,Math.min(m,q.b))) +s.Bt()}else s.k3=new A.R(A.X(1/0,p,o),A.X(1/0,n,m))}} +A.acQ.prototype={ +gdg(){return this.fx.r}, +gbQ(a){return this.fx.f}, +goP(){return this.fr.cx}, +goW(){return this.fr.dx}, +gnx(){return this.fr.k3}, +gdi(a){return this.dx===B.i3?B.vC:B.jl}, +geX(){return this.dx===B.Pn?36:24}, +goB(){return new A.fe(this.dy&&this.dx===B.i3?16:20,0,20,0)}, +goC(){return this.fr.p3.as.a6U(1.2)}} +A.acR.prototype={ +gq1(){var s,r=this,q=r.fx +if(q===$){s=A.aa(r.dx) +r.fx!==$&&A.aB() +q=r.fx=s.ax}return q}, +gdg(){var s=this.gq1(),r=s.e +return r==null?s.c:r}, +gbQ(a){var s=this.gq1(),r=s.d +return r==null?s.b:r}, +gnx(){var s=this.gq1(),r=s.e +s=(r==null?s.c:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}, +goP(){var s=this.gq1(),r=s.e +s=(r==null?s.c:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}, +goW(){var s=this.gq1(),r=s.e +s=(r==null?s.c:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}, +gdi(a){switch(this.dy.a){case 0:return B.uQ +case 1:return B.Hh +case 2:return B.uR +case 3:return B.uQ}}, +geX(){switch(this.dy.a){case 0:return 24 +case 1:return 24 +case 2:return 36 +case 3:return 24}}, +goB(){return new A.fe(this.fr&&this.dy===B.i3?16:20,0,20,0)}, +goC(){var s,r=this,q=r.fy +if(q===$){s=A.aa(r.dx) +r.fy!==$&&A.aB() +q=r.fy=s.p3}return q.as}} +A.a_W.prototype={ +h(a){return"FloatingActionButtonLocation"}} +A.a8I.prototype={ +EK(a){var s=this.S6(a,0),r=a.c,q=a.b.b,p=a.a.b,o=a.w.b,n=r-p-Math.max(16,a.f.d-(a.r.b-r)+16) +if(o>0)n=Math.min(n,r-o-p-16) +return new A.r(s,(q>0?Math.min(n,r-q-p/2):n)+0)}} +A.a_K.prototype={} +A.a_J.prototype={ +S6(a,b){switch(a.y.a){case 0:return 16+a.e.a-b +case 1:return a.r.a-16-a.e.c-a.a.a+b}}} +A.acL.prototype={ +h(a){return"FloatingActionButtonLocation.endFloat"}} +A.a_V.prototype={ +h(a){return"FloatingActionButtonAnimator"}} +A.afr.prototype={ +S5(a,b,c){if(c<0.5)return a +else return b}} +A.Bl.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.J)){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.O)){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.F)){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.J)){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.O)){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}, +h(a){return"{hovered: "+A.i(this.c)+", focused: "+A.i(this.b)+", pressed: "+A.i(this.d)+", otherwise: null}"}} +A.QR.prototype={ +gaI(){var s,r=this,q=r.fx +if(q===$){s=A.aa(r.dy) +r.fx!==$&&A.aB() +q=r.fx=s.ax}return q}, +gbQ(a){return B.FQ}, +gdg(){return new A.c6(new A.adx(this),t.T)}, +gie(){return new A.c6(new A.adz(this),t.T)}, +gey(a){return B.bW}, +gcg(a){return B.aA}, +gcL(){return B.aA}, +gdZ(a){return B.e4}, +gib(){return B.e3}, +gia(){return B.bY}, +geX(){return B.e2}, +gja(){return null}, +gdi(a){return B.bX}, +gic(){return new A.c6(new A.ady(),t.Y6)}, +gil(){return B.bD}, +gik(){return A.aa(this.dy).e}, +ghz(){return A.aa(this.dy).x}} +A.adx.prototype={ +$1(a){var s,r +if(a.t(0,B.x)){s=this.a.gaI().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.W))return this.a.gaI().b +s=this.a.gaI() +r=s.dy +return r==null?s.db:r}, +$S:7} +A.adz.prototype={ +$1(a){var s,r,q=this +if(a.t(0,B.W)){if(a.t(0,B.J)){s=q.a.gaI().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.O)){s=q.a.gaI().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.F)){s=q.a.gaI().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}}if(a.t(0,B.J)){s=q.a.gaI() +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.O)){s=q.a.gaI() +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.F)){s=q.a.gaI() +r=s.dy +s=(r==null?s.db:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.B}, +$S:7} +A.ady.prototype={ +$1(a){if(a.t(0,B.x))return B.aB +return B.aK}, +$S:31} +A.Qq.prototype={ +gaI(){var s,r=this,q=r.fx +if(q===$){s=A.aa(r.dy) +r.fx!==$&&A.aB() +q=r.fx=s.ax}return q}, +gbQ(a){return new A.c6(new A.acS(this),t.T)}, +gdg(){return new A.c6(new A.acT(this),t.T)}, +gie(){return new A.c6(new A.acV(this),t.T)}, +gey(a){return B.bW}, +gcg(a){return B.aA}, +gcL(){return B.aA}, +gdZ(a){return B.e4}, +gib(){return B.e3}, +gia(){return B.bY}, +geX(){return B.e2}, +gja(){return null}, +gdi(a){return B.bX}, +gic(){return new A.c6(new A.acU(),t.Y6)}, +gil(){return B.bD}, +gik(){return A.aa(this.dy).e}, +ghz(){return A.aa(this.dy).x}} +A.acS.prototype={ +$1(a){var s,r +if(a.t(0,B.x)){s=this.a.gaI().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.W))return this.a.gaI().b +s=this.a +if(s.fr){s=s.gaI() +r=s.dx +return r==null?s.cy:r}return s.gaI().b}, +$S:7} +A.acT.prototype={ +$1(a){var s +if(a.t(0,B.x)){s=this.a.gaI().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.W))return this.a.gaI().c +s=this.a +if(s.fr)return s.gaI().b +return s.gaI().c}, +$S:7} +A.acV.prototype={ +$1(a){var s,r=this +if(a.t(0,B.W)){if(a.t(0,B.J)){s=r.a.gaI().c.a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.O)){s=r.a.gaI().c.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.F)){s=r.a.gaI().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.J)){s=s.gaI().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.O)){s=s.gaI().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.F)){s=s.gaI().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}}if(a.t(0,B.J)){s=s.gaI().c.a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.O)){s=s.gaI().c.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.F)){s=s.gaI().c.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.B}, +$S:7} +A.acU.prototype={ +$1(a){if(a.t(0,B.x))return B.aB +return B.aK}, +$S:31} +A.Qr.prototype={ +gaI(){var s,r=this,q=r.fx +if(q===$){s=A.aa(r.dy) +r.fx!==$&&A.aB() +q=r.fx=s.ax}return q}, +gbQ(a){return new A.c6(new A.acW(this),t.T)}, +gdg(){return new A.c6(new A.acX(this),t.T)}, +gie(){return new A.c6(new A.acZ(this),t.T)}, +gey(a){return B.bW}, +gcg(a){return B.aA}, +gcL(){return B.aA}, +gdZ(a){return B.e4}, +gib(){return B.e3}, +gia(){return B.bY}, +geX(){return B.e2}, +gja(){return null}, +gdi(a){return B.bX}, +gic(){return new A.c6(new A.acY(),t.Y6)}, +gil(){return B.bD}, +gik(){return A.aa(this.dy).e}, +ghz(){return A.aa(this.dy).x}} +A.acW.prototype={ +$1(a){var s,r +if(a.t(0,B.x)){s=this.a.gaI().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.W)){s=this.a.gaI() +r=s.w +return r==null?s.f:r}s=this.a +if(s.fr){s=s.gaI() +r=s.dx +return r==null?s.cy:r}s=s.gaI() +r=s.w +return r==null?s.f:r}, +$S:7} +A.acX.prototype={ +$1(a){var s,r +if(a.t(0,B.x)){s=this.a.gaI().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.W)){s=this.a.gaI() +r=s.x +return r==null?s.r:r}s=this.a +if(s.fr){s=s.gaI() +r=s.dy +return r==null?s.db:r}s=s.gaI() +r=s.x +return r==null?s.r:r}, +$S:7} +A.acZ.prototype={ +$1(a){var s,r,q=this +if(a.t(0,B.W)){if(a.t(0,B.J)){s=q.a.gaI() +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.O)){s=q.a.gaI() +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.F)){s=q.a.gaI() +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.J)){s=s.gaI() +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.O)){s=s.gaI() +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.F)){s=s.gaI() +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.J)){s=s.gaI() +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.O)){s=s.gaI() +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.F)){s=s.gaI() +r=s.x +s=(r==null?s.r:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.B}, +$S:7} +A.acY.prototype={ +$1(a){if(a.t(0,B.x))return B.aB +return B.aK}, +$S:31} +A.S7.prototype={ +gaI(){var s,r=this,q=r.fx +if(q===$){s=A.aa(r.dy) +r.fx!==$&&A.aB() +q=r.fx=s.ax}return q}, +gbQ(a){return new A.c6(new A.aex(this),t.T)}, +gdg(){return new A.c6(new A.aey(this),t.T)}, +gie(){return new A.c6(new A.aeA(this),t.T)}, +gey(a){return B.bW}, +gcg(a){return B.aA}, +gcL(){return B.aA}, +gdZ(a){return B.e4}, +gib(){return B.e3}, +gia(){return B.bY}, +geX(){return B.e2}, +gja(){return new A.c6(new A.aeB(this),t.Sq)}, +gdi(a){return B.bX}, +gic(){return new A.c6(new A.aez(),t.Y6)}, +gil(){return B.bD}, +gik(){return A.aa(this.dy).e}, +ghz(){return A.aa(this.dy).x}} +A.aex.prototype={ +$1(a){var s,r +if(a.t(0,B.x)){if(a.t(0,B.W)){s=this.a.gaI().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.B}if(a.t(0,B.W)){s=this.a.gaI() +r=s.id +return r==null?s.db:r}return B.B}, +$S:7} +A.aey.prototype={ +$1(a){var s,r +if(a.t(0,B.x)){s=this.a.gaI().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.W)){s=this.a.gaI() +r=s.k1 +return r==null?s.cy:r}s=this.a.gaI() +r=s.dy +return r==null?s.db:r}, +$S:7} +A.aeA.prototype={ +$1(a){var s,r,q=this +if(a.t(0,B.W)){if(a.t(0,B.J)){s=q.a.gaI() +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.O)){s=q.a.gaI() +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.F)){s=q.a.gaI() +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.J)){s=q.a.gaI() +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.O)){s=q.a.gaI() +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.F)){s=q.a.gaI().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.B}, +$S:7} +A.aeB.prototype={ +$1(a){var s,r +if(a.t(0,B.W))return null +else{if(a.t(0,B.x)){s=this.a.gaI().db.a +return new A.bE(A.M(31,s>>>16&255,s>>>8&255,s&255),1,B.P,-1)}s=this.a.gaI() +r=s.fr +return new A.bE(r==null?s.cx:r,1,B.P,-1)}}, +$S:204} +A.aez.prototype={ +$1(a){if(a.t(0,B.x))return B.aB +return B.aK}, +$S:31} +A.ow.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.ow&&J.e(b.a,this.a)}} +A.xt.prototype={ +tL(a,b,c){return A.ak1(c,this.w)}, +d5(a){return!this.w.k(0,a.w)}} +A.QT.prototype={} +A.mj.prototype={ +a_N(a){var s +if(a===B.K&&!this.CW){s=this.ch +s===$&&A.b() +s.q() +this.l9()}}, +q(){var s=this.ch +s===$&&A.b() +s.q() +this.l9()}, +Jo(a,b,c){var s,r,q=this +a.bp(0) +s=q.f +if(s!=null)a.hV(0,s.ip(b,q.ax)) +switch(q.z.a){case 1:s=b.gbf() +r=q.Q +a.hl(s,r==null?35:r,c) +break +case 0:s=q.as +if(!s.k(0,B.a7))a.dW(A.Lb(b,s.c,s.d,s.a,s.b),c) +else a.ck(b,c) +break}a.aJ(0)}, +DM(a,b){var s,r,q,p=this,o=$.Z().af(),n=p.e,m=p.ay +m===$&&A.b() +s=m.a +o.sR(0,A.M(m.b.N(0,s.gl(s)),n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255)) +r=A.akj(b) +n=p.at +if(n!=null)q=n.$0() +else{n=p.b.k3 +q=new A.G(0,0,0+n.a,0+n.b)}if(r==null){a.bp(0) +a.N(0,b.a) +p.Jo(a,q,o) +a.aJ(0)}else p.Jo(a,q.dw(r),o)}} +A.agO.prototype={ +$0(){var s=this.a.k3 +return new A.G(0,0,0+s.a,0+s.b)}, +$S:87} +A.adO.prototype={ +MQ(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.R(s.c-s.a,s.d-s.b)}else{s=a3.k3 +s.toString +r=s}s=Math.max(r.BE(0,B.h).gcb(),new A.r(0+r.a,0).a1(0,new A.r(0,0+r.b)).gcb())/2}else s=a1 +q=new A.xB(a0,B.a7,s,A.aGK(a3,d,a2),a4,c,f,e,a3,g) +p=e.v +o=A.eJ(h,B.fp,h,h,p) +n=e.gfY() +o.cq() +m=o.b_$ +m.b=!0 +m.a.push(n) +o.ei(0) +q.cx=o +m=c.gl(c) +l=t.m +k=t.gD +q.CW=new A.b2(l.a(o),new A.mk(0,m>>>24&255),k.i("b2")) +m=A.eJ(h,B.bM,h,h,p) +m.cq() +o=m.b_$ +o.b=!0 +o.a.push(n) +m.ei(0) +q.ch=m +o=t.H7 +j=$.auJ() +i=o.i("fo") +q.ay=new A.b2(l.a(m),new A.fo(j,new A.aZ(s*0.3,s+5,o),i),i.i("b2")) +p=A.eJ(h,B.jQ,h,h,p) +p.cq() +i=p.b_$ +i.b=!0 +i.a.push(n) +p.cq() +n=p.b7$ +n.b=!0 +n.a.push(q.ga1i()) +q.db=p +n=c.gl(c) +i=$.auK() +k=k.i("fo") +q.cy=new A.b2(l.a(p),new A.fo(i,new A.mk(n>>>24&255,0),k),k.i("b2")) +e.Bq(q) +return q}} +A.xB.prototype={ +vX(a){var s=this.ch +s===$&&A.b() +s.e=B.Ad +s.ei(0) +s=this.cx +s===$&&A.b() +s.ei(0) +s=this.db +s===$&&A.b() +s.z=B.al +s.pX(1,B.a_,B.jQ)}, +bW(a){var s,r=this,q=r.cx +q===$&&A.b() +q.jY(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.al +q.pX(1,B.a_,B.fp)}}, +a1j(a){if(a===B.V)this.q()}, +q(){var s=this,r=s.ch +r===$&&A.b() +r.q() +r=s.cx +r===$&&A.b() +r.q() +r=s.db +r===$&&A.b() +r.q() +s.l9()}, +DM(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.N(0,s.gl(s))}else{l=m.cy +l===$&&A.b() +s=l.a +r=l.b.N(0,s.gl(s))}q=$.Z().af() +l=m.e +q.sR(0,A.M(r,l.gl(l)>>>16&255,l.gl(l)>>>8&255,l.gl(l)&255)) +l=m.at +p=l!=null?l.$0():null +s=p!=null?p.gbf():m.b.k3.jl(B.h) +o=m.ch +o===$&&A.b() +o=o.x +o===$&&A.b() +o=A.yP(m.z,s,B.b7.N(0,o)) +o.toString +s=m.ay +s===$&&A.b() +n=s.a +n=s.b.N(0,n.gl(n)) +m.Q1(m.Q,a,o,l,m.f,q,n,m.ax,b)}} +A.agP.prototype={ +$0(){var s=this.a.k3 +return new A.G(0,0,0+s.a,0+s.b)}, +$S:87} +A.adP.prototype={ +MQ(a,b,c,d,e,f,g,h,i,j,k,a0){var s,r,q=null,p=i==null?A.aGO(k,d,j,h):i,o=new A.xC(h,B.a7,p,A.aGL(k,d,j),!d,a0,c,f,e,k,g),n=e.v,m=A.eJ(q,B.bM,q,q,n),l=e.gfY() +m.cq() +s=m.b_$ +s.b=!0 +s.a.push(l) +m.ei(0) +o.CW=m +s=t.H7 +r=t.m +o.ch=new A.b2(r.a(m),new A.aZ(0,p,s),s.i("b2")) +n=A.eJ(q,B.T,q,q,n) +n.cq() +s=n.b_$ +s.b=!0 +s.a.push(l) +n.cq() +l=n.b7$ +l.b=!0 +l.a.push(o.ga1k()) +o.cy=n +l=c.gl(c) +o.cx=new A.b2(r.a(n),new A.mk(l>>>24&255,0),t.gD.i("b2")) +e.Bq(o) +return o}} +A.xC.prototype={ +vX(a){var s=B.d.dm(this.as/1),r=this.CW +r===$&&A.b() +r.e=A.cM(0,s) +r.ei(0) +this.cy.ei(0)}, +bW(a){var s=this.cy +if(s!=null)s.ei(0)}, +a1l(a){if(a===B.V)this.q()}, +q(){var s=this,r=s.CW +r===$&&A.b() +r.q() +s.cy.q() +s.cy=null +s.l9()}, +DM(a,b){var s,r,q=this,p=$.Z().af(),o=q.e,n=q.cx +n===$&&A.b() +s=n.a +p.sR(0,A.M(n.b.N(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.k3.jl(B.h) +n=q.CW +n===$&&A.b() +n=n.x +n===$&&A.b() +r=A.yP(r,o,n)}r.toString +o=q.ch +o===$&&A.b() +n=o.a +n=o.b.N(0,n.gl(n)) +q.Q1(q.Q,a,r,q.at,q.f,p,n,q.ay,b)}} +A.ml.prototype={ +vX(a){}, +bW(a){}, +sR(a,b){if(b.k(0,this.e))return +this.e=b +this.a.aR()}, +sBX(a){if(J.e(a,this.f))return +this.f=a +this.a.aR()}, +Q1(a,b,c,d,e,f,g,h,i){var s,r=A.akj(i) +b.bp(0) +if(r==null)b.N(0,i.a) +else b.aA(0,r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.hV(0,e.ip(s,h)) +else if(!a.k(0,B.a7))b.mr(A.Lb(s,a.c,a.d,a.a,a.b)) +else b.iF(s)}b.hl(c,g,f) +b.aJ(0)}} +A.ry.prototype={} +A.CA.prototype={ +d5(a){return this.f!==a.f}} +A.rv.prototype={ +Sb(a){return null}, +T(a){var s=this,r=a.aB(t.sZ),q=r==null?null:r.f +return new A.C4(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.gSa(),s.ga78(),s.p1,null)}, +a79(a){return!0}} +A.C4.prototype={ +aZ(){return new A.C3(A.E(t.R9,t.Pr),new A.bF(A.a([],t.IR),t.yw),null,B.m)}} +A.nq.prototype={ +E(){return"_HighlightType."+this.b}} +A.C3.prototype={ +ga9k(){var s=this.r +s=s.gba(s) +s=new A.bi(s,new A.adM(),A.j(s).i("bi")) +return!s.gY(s)}, +Dd(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.Dd(this,s)}}, +Fj(a){var s=this.c +s.toString +this.a4n(s) +this.Os()}, +SS(){return this.Fj(null)}, +CN(){this.bc(new A.adL())}, +gdS(){var s=this.a.p4 +if(s==null){s=this.x +s.toString}return s}, +rN(){var s,r,q=this +if(q.a.p4==null)q.x=A.akf(null) +s=q.gdS() +r=q.a +r.toString +s.h1(0,B.x,!q.eZ(r)) +q.gdS().ag(0,q.gmO())}, +bF(){this.WN() +this.rN() +$.bt.aq$.f.a.d.A(0,this.gOp())}, +by(a){var s,r,q,p,o=this +o.ca(a) +s=a.p4 +if(o.a.p4!=s){if(s!=null)s.V(0,o.gmO()) +if(o.a.p4!=null){s=o.x +if(s!=null){s.X$=$.bN() +s.P$=0}o.x=null}o.rN()}s=o.a +if(s.cx!=a.cx||s.CW!==a.CW||!1){s=o.r +r=s.j(0,B.cg) +if(r!=null){q=r.ch +q===$&&A.b() +q.q() +r.l9() +o.Et(B.cg,!1,o.f)}p=s.j(0,B.wg) +if(p!=null){s=p.ch +s===$&&A.b() +s.q() +p.l9()}}if(!J.e(o.a.db,a.db))o.a4R() +s=o.a +s.toString +if(o.eZ(s)!==o.eZ(a)){s=o.gdS() +q=o.a +q.toString +s.h1(0,B.x,!o.eZ(q)) +s=o.a +s.toString +if(!o.eZ(s)){o.gdS().h1(0,B.F,!1) +r=o.r.j(0,B.cg) +if(r!=null){s=r.ch +s===$&&A.b() +s.q() +r.l9()}}o.Et(B.cg,!1,o.f)}o.Es()}, +q(){var s,r=this +$.bt.aq$.f.a.d.B(0,r.gOp()) +r.gdS().V(0,r.gmO()) +s=r.x +if(s!=null){s.X$=$.bN() +s.P$=0}r.bP()}, +gEA(){if(!this.ga9k()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +S0(a){switch(a.a){case 0:return B.T +case 1:case 2:return B.Ah}}, +Et(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.r,e=f.j(0,a),d=a.a +switch(d){case 0:h.gdS().h1(0,B.F,c) +break +case 1:if(b)h.gdS().h1(0,B.J,c) +break +case 2:break}if(a===B.cf){s=h.a.p1 +if(s!=null)s.Dd(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.gdS().a +r=s.a.$1(q)}if(r==null){s=h.c +s.toString +p=A.aa(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.gbj() +s.toString +t.q.a(s) +q=h.c +q.toString +q=A.ap8(q,t.zd) +q.toString +o=h.a +o.toString +o=h.eZ(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.aB(t.I) +j.toString +i=h.S0(a) +s=new A.mj(m,l,B.a7,n,j.w,o,k,q,s,new A.adN(h,a)) +i=A.eJ(g,i,g,g,q.v) +i.cq() +o=i.b_$ +o.b=!0 +o.a.push(q.gfY()) +i.cq() +o=i.b7$ +o.b=!0 +o.a.push(s.ga_M()) +i.ei(0) +s.ch=i +o=s.e +o=o.gl(o) +s.ay=new A.b2(t.m.a(i),new A.mk(0,o>>>24&255),t.gD.i("b2")) +q.Bq(s) +f.m(0,a,s) +h.xS()}else{e.CW=!0 +f=e.ch +f===$&&A.b() +f.ei(0)}else{e.CW=!1 +f=e.ch +f===$&&A.b() +f.tB(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}}, +m1(a,b){return this.Et(a,!0,b)}, +a4R(){var s,r,q,p=this +for(s=p.r,s=s.gba(s),s=new A.dR(J.an(s.a),s.b),r=A.j(s).z[1];s.p();){q=s.a +if(q==null)q=r.a(q) +if(q!=null)q.sBX(p.a.db)}s=p.e +if(s!=null)s.sBX(p.a.db) +s=p.d +if(s!=null&&s.a!==0)for(s=new A.np(s,s.q3()),r=A.j(s).c;s.p();){q=s.d +if(q==null)q=r.a(q) +q.sBX(p.a.db)}}, +Z6(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c +g.toString +g=A.ap8(g,t.zd) +g.toString +s=i.c.gbj() +s.toString +t.q.a(s) +r=s.ER(a) +q=i.a.fx +if(q==null)q=null +else{p=i.gdS().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.aa(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.aa(q).x}p=i.a +k=p.ch +p=p.cx +j=i.c.aB(t.I) +j.toString +return h.a=q.MQ(0,m,o,k,g,l,new A.adI(h,i),r,p,n,s,j.w)}, +a8q(a){if(this.c==null)return +this.bc(new A.adK(this))}, +ga4b(){var s,r=this,q=r.c +q.toString +q=A.eW(q,B.wj) +s=q==null?null:q.ax +switch((s==null?B.hm:s).a){case 0:q=r.a +q.toString +return r.eZ(q)&&r.z +case 1:return r.z}}, +Es(){var s,r=$.bt.aq$.f.a.b +switch((r==null?A.QK():r).a){case 0:s=!1 +break +case 1:s=this.ga4b() +break +default:s=null}this.m1(B.wg,s)}, +a8s(a){var s,r=this +r.z=a +r.gdS().h1(0,B.O,a) +r.Es() +s=r.a.k2 +if(s!=null)s.$1(a)}, +Ok(a){if(this.y.a.length!==0)return +this.a4o(a)}, +a96(a){this.Ok(a) +this.a.toString}, +a98(a){this.a.toString}, +a8X(a){this.Ok(a) +this.a.toString}, +a8Z(a){this.a.toString}, +Kg(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gbj() +s.toString +t.q.a(s) +r=s.k3 +r=new A.G(0,0,0+r.a,0+r.b).gbf() +q=A.fG(s.hx(0,null),r)}else q=b.a +o.gdS().h1(0,B.F,!0) +p=o.Z6(q) +s=o.d;(s==null?o.d=A.d3(null,null,t.qg):s).A(0,p) +s=o.e +if(s!=null)s.bW(0) +o.e=p +o.xS() +o.m1(B.cf,!0)}, +a4o(a){return this.Kg(null,a)}, +a4n(a){return this.Kg(a,null)}, +Os(){var s=this,r=s.e +if(r!=null)r.vX(0) +s.e=null +s.m1(B.cf,!1) +r=s.a +if(r.d!=null){if(r.id){r=s.c +r.toString +A.a_N(r)}r=s.a.d +if(r!=null)r.$0()}}, +a94(){var s=this,r=s.e +if(r!=null)r.bW(0) +s.e=null +s.a.toString +s.m1(B.cf,!1)}, +a8T(){var s=this,r=s.e +if(r!=null)r.vX(0) +s.e=null +s.m1(B.cf,!1) +s.a.toString}, +a8V(){var s=this,r=s.e +if(r!=null)r.bW(0) +s.e=null +s.a.toString +s.m1(B.cf,!1)}, +f9(){var s,r,q,p,o,n,m,l=this,k=null,j=l.d +if(j!=null){l.d=null +for(j=new A.np(j,j.q3()),s=A.j(j).c;j.p();){r=j.d;(r==null?s.a(r):r).q()}l.e=null}for(j=l.r,s=A.kJ(j,j.r);s.p();){r=s.d +q=j.j(0,r) +if(q!=null){p=q.ch +p===$&&A.b() +p.r.q() +p.r=null +o=p.b7$ +o.b=!1 +B.b.K(o.a) +n=o.c +if(n===$){m=A.d3(k,k,o.$ti.c) +o.c!==$&&A.aB() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.b_$ +o.b=!1 +B.b.K(o.a) +n=o.c +if(n===$){m=A.d3(k,k,o.$ti.c) +o.c!==$&&A.aB() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.yA() +q.l9()}j.m(0,r,k)}j=l.a.p1 +if(j!=null)j.Dd(l,!1) +l.WM()}, +eZ(a){var s +if(a.d==null)s=!1 +else s=!0 +return s}, +a8F(a){var s,r=this +r.f=!0 +s=r.a +s.toString +if(r.eZ(s))r.m1(B.cg,r.f)}, +a8H(a){this.f=!1 +this.m1(B.cg,!1)}, +gY9(){var s,r=this,q=r.c +q.toString +q=A.eW(q,B.wj) +s=q==null?null:q.ax +switch((s==null?B.hm:s).a){case 0:q=r.a +q.toString +return r.eZ(q)&&r.a.ok +case 1:return!0}}, +T(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null +d.Tf(a) +s=new A.adJ(d,a) +for(r=d.r,q=A.kJ(r,r.r);q.p();){p=q.d +o=r.j(0,p) +if(o!=null)o.sR(0,s.$1(p))}r=d.e +if(r!=null){q=d.a.fx +if(q==null)q=c +else{p=d.gdS().a +p=q.a.$1(p) +q=p}if(q==null)q=d.a.fy +r.sR(0,q==null?A.aa(a).k3:q)}r=d.a.ay +if(r==null)r=B.ji +n=A.kN(r,d.gdS().a,t.Pb) +m=d.w +if(m===$){r=d.gFi() +q=t.ot +p=t.wS +l=A.be([B.O6,new A.nY(r,new A.bF(A.a([],q),p),t.wY),B.O7,new A.nY(r,new A.bF(A.a([],q),p),t.nz)],t.C,t.od) +d.w!==$&&A.aB() +d.w=l +m=l}r=d.a.k4 +q=d.gY9() +p=d.a +o=p.d +o=o==null?c:d.gFi() +p=d.eZ(p)?d.ga95():c +k=d.a +k.toString +k=d.eZ(k)?d.ga97():c +j=d.a +j.toString +j=d.eZ(j)?d.ga92():c +i=d.a +i.toString +i=d.eZ(i)?d.ga93():c +h=d.a +h.toString +h=d.eZ(h)?d.ga8W():c +g=d.a +g.toString +g=d.eZ(g)?d.ga8Y():c +f=d.a +f.toString +f=d.eZ(f)?d.ga8S():c +e=d.a +e.toString +e=d.eZ(e)?d.ga8U():c +return new A.CA(d,A.WJ(m,A.HZ(!1,q,A.yr(A.cY(c,c,A.Ie(B.ax,d.a.c,B.b9,!0,c,c,c,c,c,c,c,c,c,c,f,e,h,g,j,i,p,k,c,c,c),!1,c,!1,c,c,c,c,c,c,c,c,o,c,c,c,c,c,c,c),n,d.ga8E(),d.ga8G(),c),c,c,c,r,!0,c,d.ga8r(),c,c,c,c)),c)}, +$ialc:1} +A.adM.prototype={ +$1(a){return a!=null}, +$S:212} +A.adL.prototype={ +$0(){}, +$S:0} +A.adN.prototype={ +$0(){var s=this.a +s.r.m(0,this.b,null) +s.xS()}, +$S:0} +A.adI.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.xS()}}, +$S:0} +A.adK.prototype={ +$0(){this.a.Es()}, +$S:0} +A.adJ.prototype={ +$1(a){var s,r,q=this,p=A.aa(q.b) +switch(a.a){case 0:s=q.a +r=s.a.fx +r=r==null?null:r.a.$1(B.Ic) +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.I9) +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.I5) +s=r==null?s.a.dy:r +return s==null?p.dx:s}}, +$S:213} +A.IJ.prototype={} +A.DR.prototype={ +bF(){this.c3() +if(this.gEA())this.zF()}, +f9(){var s=this.mF$ +if(s!=null){s.bB() +s.l8() +this.mF$=null}this.ur()}} +A.a_X.prototype={ +E(){return"FloatingLabelBehavior."+this.b}} +A.HW.prototype={ +gu(a){return B.e.gu(-1)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.HW&&!0}, +h(a){return A.aA7(-1)}} +A.IK.prototype={ +gu(a){var s=null +return A.T(s,s,s,s,s,s,s,B.AB,B.f2,!1,s,!1,s,s,s,s,s,s,!1,A.T(s,s,s,s,s,s,s,s,s,s,s,!1,s,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(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +if(b instanceof A.IK)if(B.f2.k(0,B.f2))s=!0 +else s=!1 +else s=!1 +return s}} +A.R2.prototype={} +A.y3.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(r))return!1 +if(b instanceof A.y3)if(J.e(b.b,r.b))if(b.c==r.c)if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.r,r.r))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(J.e(b.f,r.f))if(J.e(b.y,r.y))if(J.e(b.z,r.z))if(J.e(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.Rr.prototype={} +A.mD.prototype={ +E(){return"MaterialType."+this.b}} +A.yd.prototype={ +aZ(){return new A.Rz(new A.cD("ink renderer",t.re),null,null,B.m)}} +A.Rz.prototype={ +a_b(a){var s=A.aa(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}, +T(a){var s,r,q,p,o,n,m,l=this,k=null,j=A.aa(a),i=l.a_b(a),h=l.a,g=h.r +if(g==null)if(j.y){s=j.ax.fy +if(s==null)s=B.l +g=s}else{s=j.k2 +g=s}r=h.e +q=h.c +s=h.x +if(s==null){h=A.aa(a).p3.z +h.toString}else h=s +s=l.a +q=new A.vq(q,h,B.a_,s.as,k,k) +h=s +s=h.d +q=new A.hP(new A.aec(l),new A.R1(i,l,s!==B.e5,q,l.d),k,t.oS) +if(s===B.cQ&&h.y==null&&!0){h=A.aa(a) +s=l.a +if(h.y){i.toString +p=A.aok(i,s.w,s.e)}else{i.toString +p=A.aoj(a,i,s.e)}h=l.a +s=h.as +return new A.vt(q,B.b4,h.Q,r,p,!1,g,B.bp,s,k,k)}o=l.a_B() +h=l.a +if(h.d===B.e5)return A.ayt(new A.D9(q,o,!0,k),h.Q,new A.pf(o,A.eS(a))) +s=h.as +n=h.Q +m=h.e +i.toString +return new A.Cj(q,o,!0,n,m,i,g,h.w,B.bp,s,k,k)}, +a_B(){var s=this.a,r=s.y +if(r!=null)return r +s=s.d +switch(s.a){case 0:case 4:return B.uP +case 1:case 3:s=B.FD.j(0,s) +s.toString +return new A.cS(s,B.u) +case 2:return B.jl}}} +A.aec.prototype={ +$1(a){var s,r=$.bt.aq$.z.j(0,this.a.d).gbj() +r.toString +t.zd.a(r) +s=r.b0 +s=s==null?null:J.nL(s) +if(s===!0)r.aR() +return!1}, +$S:214} +A.CP.prototype={ +Bq(a){var s=this.b0 +J.i9(s==null?this.b0=A.a([],t.VB):s,a) +this.aR()}, +jB(a){return this.a_}, +bi(a,b){var s,r,q,p,o=this.b0 +if(o!=null&&J.nL(o)){s=a.gaT(a) +s.bp(0) +s.aA(0,b.a,b.b) +r=this.k3 +s.iF(new A.G(0,0,0+r.a,0+r.b)) +for(r=J.an(o);r.p();){q=r.gD(r) +p=A.aAN(q.a,q.b) +if(p!=null)q.DM(s,p)}s.aJ(0)}this.k6(a,b)}} +A.R1.prototype={ +aV(a){var s=new A.CP(this.f,this.r,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.a_=this.r}} +A.kH.prototype={ +q(){var s=this.a,r=s.b0 +r.toString +J.lO(r,this) +s.aR() +this.c.$0()}, +h(a){return"#"+A.cg(this)}} +A.pg.prototype={ +f1(a){return A.dq(this.a,this.b,a)}} +A.Cj.prototype={ +aZ(){return new A.Rx(null,null,B.m)}} +A.Rx.prototype={ +oS(a){var s,r,q=this +q.CW=t.ir.a(a.$3(q.CW,q.a.z,new A.ae8())) +s=q.a +r=t.YJ +s=r.a(a.$3(q.cy,s.as,new A.ae9())) +q.cy=s +s=q.a.at +q.cx=s!=null?r.a(a.$3(q.cx,s,new A.aea())):null +q.db=t.TZ.a(a.$3(q.db,q.a.w,new A.aeb()))}, +T(a){var s,r,q,p,o,n,m=this,l=null,k=m.db +k.toString +s=m.gha() +s=k.N(0,s.gl(s)) +s.toString +k=m.CW +k.toString +r=m.gha() +q=k.N(0,r.gl(r)) +k=A.aa(a) +r=m.a +if(k.y){k=r.Q +r=m.cx +if(r==null)r=l +else{p=m.gha() +p=r.N(0,p.gl(p)) +r=p}o=A.aok(k,r,q)}else o=A.aoj(a,r.Q,q) +m.a.toString +k=m.cy +if(k==null)n=l +else{r=m.gha() +r=k.N(0,r.gl(r)) +n=r}if(n==null)n=B.B +k=A.eS(a) +r=m.a +return new A.KU(new A.pf(s,k),r.y,q,o,n,new A.D9(r.r,s,!0,l),l)}} +A.ae8.prototype={ +$1(a){return new A.aZ(A.alp(a),null,t.H7)}, +$S:136} +A.ae9.prototype={ +$1(a){return new A.fS(t.k.a(a),null)}, +$S:49} +A.aea.prototype={ +$1(a){return new A.fS(t.k.a(a),null)}, +$S:49} +A.aeb.prototype={ +$1(a){return new A.pg(t.RY.a(a),null)}, +$S:217} +A.D9.prototype={ +T(a){var s=A.eS(a) +return A.anR(this.c,new A.TB(this.d,s,null),null,null)}} +A.TB.prototype={ +bi(a,b){this.b.jN(a,new A.G(0,0,0+b.a,0+b.b),this.c)}, +nt(a){return!a.b.k(0,this.b)}} +A.Vl.prototype={ +dT(){this.hB() +this.fl() +this.k9()}, +q(){var s=this,r=s.bH$ +if(r!=null)r.V(0,s.gjg()) +s.bH$=null +s.bP()}} +A.Ry.prototype={ +D2(a){return a.gp8(a)==="en"}, +jH(a,b){return new A.cn(B.xt,t.az)}, +yq(a){return!1}, +h(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +A.GW.prototype={$ioM:1} +A.cW.prototype={ +E(){return"MaterialState."+this.b}} +A.Jy.prototype={ +w4(a){return this.a4(A.w(t.ui)).w4(a)}, +$ibf:1} +A.Qh.prototype={ +a4(a){if(a.t(0,B.x))return B.aB +return B.aK}, +gre(){return"MaterialStateMouseCursor(clickable)"}} +A.bf.prototype={} +A.C9.prototype={ +a4(a){var s,r=this,q=r.a,p=q==null?null:q.a4(a) +q=r.b +s=q==null?null:q.a4(a) +return r.d.$3(p,s,r.c)}, +$ibf:1} +A.c6.prototype={ +a4(a){return this.a.$1(a)}, +$ibf:1} +A.b3.prototype={ +a4(a){return this.a}, +h(a){var s="MaterialStatePropertyAll(",r=this.a +if(typeof r=="number")return s+A.j1(r)+")" +else return s+A.i(r)+")"}, +$ibf:1} +A.Jz.prototype={ +h1(a,b,c){var s=this.a +if(c?J.i9(s,b):J.lO(s,b))this.bB()}} +A.Jx.prototype={ +Rs(a,b){return new A.a3z(this,a,b)}, +Rr(a){return this.Rs(a,null)}, +a5v(a){if(this.oF$.A(0,a))this.bc(new A.a3x())}, +xz(a){if(this.oF$.B(0,a))this.bc(new A.a3y())}} +A.a3z.prototype={ +$1(a){var s=this.a,r=this.b +if(s.oF$.t(0,r)===a)return +if(a)s.a5v(r) +else s.xz(r)}, +$S:20} +A.a3x.prototype={ +$0(){}, +$S:0} +A.a3y.prototype={ +$0(){}, +$S:0} +A.JF.prototype={} +A.yk.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.yk&&J.e(b.a,this.a)}} +A.RC.prototype={} +A.JG.prototype={ +gu(a){var s=this +return A.cG([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.U(b)!==A.D(r))return!1 +if(b instanceof A.JG)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.e(b.as,r.as) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Ro.prototype={ +a4(a){var s,r=this,q=r.a,p=q==null?null:q.a4(a) +q=r.b +s=q==null?null:q.a4(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return A.aA(new A.bE(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.P,-1),s,r.c)}if(s==null){q=p.a +return A.aA(p,new A.bE(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.P,-1),r.c)}return A.aA(p,s,r.c)}, +$ibf:1} +A.RD.prototype={} +A.rX.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.rX&&J.e(b.a,this.a)}} +A.RE.prototype={} +A.yG.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.yG&&b.a==s.a&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&b.w==s.w&&b.x==s.x&&!0}} +A.RS.prototype={} +A.yH.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.yH&&b.a==s.a&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&b.x==s.x&&b.y==s.y}} +A.RT.prototype={} +A.yI.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.yI&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&b.r==s.r&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&b.Q==s.Q&&b.as==s.as}} +A.RU.prototype={} +A.yS.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.yS&&J.e(b.a,this.a)}} +A.S6.prototype={} +A.oN.prototype={ +gop(){return A.dZ.prototype.gop.call(this)+"("+A.i(this.b.a)+")"}, +gt3(){return!0}} +A.yi.prototype={ +gxO(a){return B.fo}, +gob(){return null}, +gvN(){return null}, +BH(a){var s +if(!(t.Ne.b(a)&&!0))s=!1 +else s=!0 +return s}, +BF(a,b,c){var s=null +return A.cY(s,s,this.eh.$1(a),!1,s,!0,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +BG(a,b,c,d){var s,r +A.aa(a) +s=A.aa(a).r +r=B.e_.j(0,this.a.CW.a?B.bi:s) +if(r==null)r=B.jg +return r.M2(this,a,b,c,d,this.$ti.c)}} +A.Ck.prototype={} +A.V7.prototype={ +T(a){var s=this +return new A.r_(s.c,new A.agg(s),new A.agh(s),new A.r_(new A.iJ(s.d,new A.bF(A.a([],t.c),t.d),0),new A.agi(s),new A.agj(s),s.f,null),null)}} +A.agg.prototype={ +$3(a,b,c){return new A.nw(b,c,this.a.e&&!0,!1,null)}, +$C:"$3", +$R:3, +$S:92} +A.agh.prototype={ +$3(a,b,c){return new A.nx(b,this.a.e,!0,c,null)}, +$C:"$3", +$R:3, +$S:93} +A.agi.prototype={ +$3(a,b,c){return new A.nw(b,c,this.a.e&&!0,!0,null)}, +$C:"$3", +$R:3, +$S:92} +A.agj.prototype={ +$3(a,b,c){return new A.nx(b,this.a.e,!1,c,null)}, +$C:"$3", +$R:3, +$S:93} +A.nw.prototype={ +aZ(){return new A.V5(new A.Aw($.bN()),$,$,B.m)}} +A.V5.prototype={ +gEv(){return!1}, +qk(){var s,r=this,q=r.a,p=q.f +if(p)s=B.co +else{s=$.avT() +s=new A.b2(q.c,s,A.j(s).i("b2"))}r.kv$=s +p=p?$.avU():$.avV() +q=q.c +r.lx$=new A.b2(q,p,A.j(p).i("b2")) +q.ag(0,r.gpd()) +r.a.c.fK(r.gpc())}, +bF(){var s,r,q,p,o=this +o.qk() +s=o.a +r=s.f +q=o.kv$ +q===$&&A.b() +p=o.lx$ +p===$&&A.b() +o.d=A.arQ(s.c,q,r,p) +o.c3()}, +by(a){var s,r,q,p=this,o=p.a +if(a.f!==o.f||a.c!==o.c){o=a.c +o.V(0,p.gpd()) +o.dP(p.gpc()) +p.qk() +o=p.d +o===$&&A.b() +o.q() +o=p.a +s=o.f +r=p.kv$ +r===$&&A.b() +q=p.lx$ +q===$&&A.b() +p.d=A.arQ(o.c,r,s,q)}p.ca(a)}, +q(){var s,r=this +r.a.c.V(0,r.gpd()) +r.a.c.dP(r.gpc()) +s=r.d +s===$&&A.b() +s.q() +r.bP()}, +T(a){var s=this.d +s===$&&A.b() +return A.aqA(!0,this.a.d,this.oG$,B.vB,s)}} +A.nx.prototype={ +aZ(){return new A.V6(new A.Aw($.bN()),$,$,B.m)}} +A.V6.prototype={ +gEv(){return!1}, +qk(){var s,r=this,q=r.a,p=q.e +if(p){s=$.avX() +s=new A.b2(q.c,s,A.j(s).i("b2"))}else s=B.co +r.kv$=s +p=p?$.avY():$.avZ() +q=q.c +r.lx$=new A.b2(q,p,A.j(p).i("b2")) +q.ag(0,r.gpd()) +r.a.c.fK(r.gpc())}, +bF(){var s,r,q,p,o=this +o.qk() +s=o.a +r=s.e +q=o.kv$ +q===$&&A.b() +p=o.lx$ +p===$&&A.b() +o.d=A.arR(s.c,q,r,p) +o.c3()}, +by(a){var s,r,q,p=this,o=p.a +if(a.e!==o.e||a.c!==o.c){o=a.c +o.V(0,p.gpd()) +o.dP(p.gpc()) +p.qk() +o=p.d +o===$&&A.b() +o.q() +o=p.a +s=o.e +r=p.kv$ +r===$&&A.b() +q=p.lx$ +q===$&&A.b() +p.d=A.arR(o.c,r,s,q)}p.ca(a)}, +q(){var s,r=this +r.a.c.V(0,r.gpd()) +r.a.c.dP(r.gpc()) +s=r.d +s===$&&A.b() +s.q() +r.bP()}, +T(a){var s=this.d +s===$&&A.b() +return A.aqA(!0,this.a.f,this.oG$,B.vB,s)}} +A.kU.prototype={} +A.Ow.prototype={ +M2(a,b,c,d,e){return new A.V7(c,d,!0,e,!0,null)}} +A.GG.prototype={ +M2(a,b,c,d,e,f){return A.ayO(a,b,c,d,e,f)}} +A.Kp.prototype={ +z5(a){var s=t.Tr +return A.ah(new A.aw(B.Dx,new A.a4T(a),s),!0,s.i("bs.E"))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.U(b)!==A.D(r))return!1 +s=b instanceof A.Kp +if(s&&!0)return!0 +return s&&A.df(r.z5(B.e_),r.z5(B.e_))}, +gu(a){return A.cG(this.z5(B.e_))}} +A.a4T.prototype={ +$1(a){return this.a.j(0,a)}, +$S:220} +A.DK.prototype={ +aaQ(){var s,r=this,q=r.lx$ +q===$&&A.b() +s=q.a +if(J.e(q.b.N(0,s.gl(s)),1)){q=r.kv$ +q===$&&A.b() +if(!J.e(q.gl(q),0)){q=r.kv$ +q=J.e(q.gl(q),1)}else q=!0}else q=!1 +s=r.oG$ +if(q)s.svH(!1) +else{r.gEv() +s.svH(!1)}}, +aaP(a){switch(a.a){case 0:case 3:this.oG$.svH(!1) +break +case 1:case 2:this.gEv() +this.oG$.svH(!1) +break}}} +A.DI.prototype={ +Aw(a){this.bB()}, +Zr(a,b,c){var s,r,q,p,o +if(!this.r){s=this.w +s=s.gbr(s)!==B.V}else s=!1 +if(s){s=this.w +s=$.avW().N(0,s.gl(s)) +s.toString +r=s}else r=0 +if(r>0){s=a.gaT(a) +q=b.a +p=b.b +o=$.Z().af() +o.sR(0,A.M(B.d.ac(255*r),0,0,0)) +s.ck(new A.G(q,p,q+c.a,p+c.b),o)}}, +Q0(a,b,c,d){var s,r,q=this,p=q.w +switch(p.gbr(p)){case B.V:case B.K:return d.$2(a,b) +case B.av:case B.a6:break}q.Zr(a,b,c) +p=q.z +s=q.x +r=s.a +A.asL(p,s.b.N(0,r.gl(r)),c) +r=q.as +r.sbJ(0,a.xt(!0,b,p,new A.age(q,d),r.a))}, +q(){var s=this,r=s.w,q=s.glQ() +r.V(0,q) +r.dP(s.gqj()) +s.x.a.V(0,q) +s.y.V(0,q) +s.Q.sbJ(0,null) +s.as.sbJ(0,null) +s.l8()}, +nt(a){var s,r,q,p,o=this +if(a.r===o.r){s=a.w +r=o.w +if(J.e(s.gl(s),r.gl(r))){s=a.x +r=s.a +q=o.x +p=q.a +if(J.e(s.b.N(0,r.gl(r)),q.b.N(0,p.gl(p)))){s=a.y +r=o.y +r=!J.e(s.gl(s),r.gl(r)) +s=r}else s=!0}else s=!0}else s=!0 +return s}} +A.age.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.y +r.sbJ(0,a.Qu(b,B.d.ac(s.gl(s)*255),this.b,r.a))}, +$S:19} +A.DJ.prototype={ +Aw(a){this.bB()}, +Q0(a,b,c,d){var s,r,q=this,p=q.y +switch(p.gbr(p)){case B.V:case B.K:return d.$2(a,b) +case B.av:case B.a6:break}p=q.z +s=q.w +r=s.a +A.asL(p,s.b.N(0,r.gl(r)),c) +r=q.as +r.sbJ(0,a.xt(!0,b,p,new A.agf(q,d),r.a))}, +nt(a){var s,r,q,p +if(a.r===this.r){s=a.x +r=this.x +if(J.e(s.gl(s),r.gl(r))){s=a.w +r=s.a +q=this.w +p=q.a +p=!J.e(s.b.N(0,r.gl(r)),q.b.N(0,p.gl(p))) +s=p}else s=!0}else s=!0 +return s}, +q(){var s,r=this +r.Q.sbJ(0,null) +r.as.sbJ(0,null) +s=r.glQ() +r.w.a.V(0,s) +r.x.V(0,s) +r.y.dP(r.gqj()) +r.l8()}} +A.agf.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.x +r.sbJ(0,a.Qu(b,B.d.ac(s.gl(s)*255),this.b,r.a))}, +$S:19} +A.Sa.prototype={} +A.W0.prototype={} +A.W1.prototype={} +A.zd.prototype={ +gu(a){var s=this +return A.T(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,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.U(b)!==A.D(r))return!1 +if(b instanceof A.zd)if(J.e(b.a,r.a))if(J.e(b.b,r.b))if(b.c==r.c)if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.f,r.f))if(b.r==r.r)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.SP.prototype={} +A.ab6.prototype={ +E(){return"_ActivityIndicatorType."+this.b}} +A.La.prototype={} +A.Pd.prototype={ +bi(a,b){var s,r,q,p=this,o=$.Z(),n=o.af() +n.sR(0,p.c) +s=p.x +n.sep(s) +n.sc2(0,B.H) +r=p.b +if(r!=null){q=o.af() +q.sR(0,r) +q.sep(s) +q.sc2(0,B.H) +a.mB(new A.G(0,0,0+b.a,0+b.b),0,6.282185307179586,!1,q)}n.spM(B.vE) +a.mB(new A.G(0,0,0+b.a,0+b.b),p.y,p.z,!1,n)}, +nt(a){var s=this +return!J.e(a.b,s.b)||!a.c.k(0,s.c)||a.e!==s.e||a.f!==s.f||a.r!==s.r||a.w!==s.w||a.x!==s.x}} +A.w5.prototype={ +aZ(){return new A.Pe(null,null,B.m)}} +A.Pe.prototype={ +bF(){var s,r=this +r.c3() +s=A.eJ(null,B.Ae,null,null,r) +r.d=s +r.a.toString +s.QP(0)}, +by(a){var s,r +this.ca(a) +this.a.toString +s=this.d +s===$&&A.b() +r=s.r +r=!(r!=null&&r.a!=null) +if(r)s.QP(0)}, +q(){var s=this.d +s===$&&A.b() +s.q() +this.WJ()}, +XT(a,b,c,d,e){var s,r,q,p,o,n=null,m=A.aa(a).y?new A.ac4(a,n,n,n,n,n):new A.ac3(a,n,n,n,n,n),l=this.a +l.toString +s=l.d +if(s==null)s=A.apP(a).d +l=this.a +l.toString +r=m.gR(m) +q=A.apP(a).a +r=q==null?r:q +q=this.a.c +p=c*3/2*3.141592653589793 +o=Math.max(b*3/2*3.141592653589793-p,0.001) +r=A.wh(n,A.anR(n,n,n,new A.Pd(s,r,q,b,c,d,e,4,-1.5707963267948966+p+e*3.141592653589793*2+d*0.5*3.141592653589793,o,n)),n,B.xa,n,n,n,n,n) +return A.cY(n,n,r,!1,n,!1,n,n,n,n,l.r,n,n,n,n,n,n,n,n,n,n,l.w)}, +XR(){var s=this.d +s===$&&A.b() +return A.lQ(s,new A.ac5(this),null)}, +T(a){this.a.toString +switch(0){case 0:return this.XR()}}} +A.ac5.prototype={ +$2(a,b){var s,r,q,p=this.a,o=$.avI(),n=p.d +n===$&&A.b() +n=o.N(0,n.gl(n)) +o=$.avJ() +s=p.d +s=o.N(0,s.gl(s)) +o=$.avG() +r=p.d +r=o.N(0,r.gl(r)) +o=$.avH() +q=p.d +return p.XT(a,n,s,r,o.N(0,q.gl(q)))}, +$S:57} +A.ac3.prototype={ +gR(a){var s,r=this,q=r.r +if(q===$){s=A.aa(r.f) +r.r!==$&&A.aB() +q=r.r=s.ax}return q.b}} +A.ac4.prototype={ +gR(a){var s,r=this,q=r.r +if(q===$){s=A.aa(r.f) +r.r!==$&&A.aB() +q=r.r=s.ax}return q.b}} +A.DO.prototype={ +q(){var s=this,r=s.eC$ +if(r!=null)r.V(0,s.go2()) +s.eC$=null +s.bP()}, +dT(){this.hB() +this.fl() +this.o3()}} +A.tf.prototype={ +gu(a){var s=this +return A.T(s.gR(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.U(b)!==A.D(s))return!1 +return b instanceof A.tf&&J.e(b.gR(b),s.gR(s))&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)}, +gR(a){return this.a}} +A.SR.prototype={} +A.zi.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(r))return!1 +if(b instanceof A.zi)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.SV.prototype={} +A.fM.prototype={ +E(){return"_ScaffoldSlot."+this.b}} +A.A2.prototype={ +aZ(){var s=null +return new A.M7(A.jF(t.Np),A.kM(s,t.nY),A.kM(s,t.BL),s,s,B.m)}} +A.M7.prototype={ +cP(){var s,r=this,q=r.c +q.toString +s=A.e5(q,B.wh,t.w).w.y +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.a9i(B.IF) +r.y=s +r.h6()}, +a9i(a){var s,r,q=this,p=null,o=q.r +if(o.b!==o.c){p.gbr(p) +s=!1}else s=!0 +if(s)return +r=o.gG(o).b +o=q.y +o.toString +if(o){p.sl(0,0) +r.dq(0,a)}else p.tB(0).c1(new A.a7t(q,r,a),t.H) +o=q.x +if(o!=null)o.bW(0) +q.x=null}, +T(a){var s,r,q=this +q.y=A.e5(a,B.wh,t.w).w.y +s=q.r +if(!s.gY(s)){r=A.a3U(a,t.X) +if(r==null||r.gmX())null.gadl()}return new A.D1(q,q.a.c,null)}, +q(){var s=this.x +if(s!=null)s.bW(0) +this.x=null +this.Wq()}} +A.a7t.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.dq(0,this.c)}, +$S:25} +A.D1.prototype={ +d5(a){return this.f!==a.f}} +A.a7u.prototype={} +A.M6.prototype={ +a6Z(a,b){var s=a==null?this.a:a +return new A.M6(s,b==null?this.b:b)}} +A.Tn.prototype={ +L6(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.a6Z(a,b) +s.bB()}, +L5(a){return this.L6(null,null,a)}, +a59(a,b){return this.L6(a,b,null)}} +A.Bo.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(!s.Tp(0,b))return!1 +return b instanceof A.Bo&&b.r===s.r&&b.e===s.e&&b.f===s.f}, +gu(a){var s=this +return A.T(A.aW.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.OY.prototype={ +T(a){return this.c}} +A.afp.prototype={ +xl(a7){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.aj9(a7),a4=a7.a,a5=a3.xJ(a4),a6=a7.b +if(a2.b.j(0,B.eK)!=null){s=a2.fd(B.eK,a5).b +a2.fv(B.eK,B.h) +r=s}else{r=0 +s=0}if(a2.b.j(0,B.ie)!=null){q=0+a2.fd(B.ie,a5).b +p=Math.max(0,a6-q) +a2.fv(B.ie,new A.r(0,p))}else{q=0 +p=null}if(a2.b.j(0,B.id)!=null){q+=a2.fd(B.id,new A.aW(0,a5.b,0,Math.max(0,a6-q-r))).b +a2.fv(B.id,new A.r(0,Math.max(0,a6-q)))}if(a2.b.j(0,B.eO)!=null){o=a2.fd(B.eO,a5) +a2.fv(B.eO,new A.r(0,s)) +if(!a2.ay)r+=o.b}else o=B.N +n=a2.f +m=Math.max(0,a6-Math.max(n.d,q)) +if(a2.b.j(0,B.eJ)!=null){l=Math.max(0,m-r) +k=a2.d +if(k)l=A.X(l+q,0,a3.d-r) +k=k?q:0 +a2.fd(B.eJ,new A.Bo(k,s,o.b,0,a5.b,0,l)) +a2.fv(B.eJ,new A.r(0,r))}if(a2.b.j(0,B.eM)!=null){a2.fd(B.eM,new A.aW(0,a5.b,0,m)) +a2.fv(B.eM,B.h)}k=a2.b.j(0,B.ci)!=null&&!a2.at?a2.fd(B.ci,a5):B.N +if(a2.b.j(0,B.eN)!=null){j=a2.fd(B.eN,new A.aW(0,a5.b,0,Math.max(0,m-r))) +a2.fv(B.eN,new A.r((a4-j.a)/2,m-j.b))}else j=B.N +i=A.aO("floatingActionButtonRect") +if(a2.b.j(0,B.eP)!=null){h=a2.fd(B.eP,a3) +g=new A.a7u(h,j,m,n,a2.r,a7,k,a2.w) +f=a2.z.EK(g) +e=a2.as.S5(a2.y.EK(g),f,a2.Q) +a2.fv(B.eP,e) +d=e.a +c=e.b +i.b=new A.G(d,c,d+h.a,c+h.b)}if(a2.b.j(0,B.ci)!=null){d=a2.ax +b=d!=null&&d") +k=t.c +j=t.d +i=t.i +h=A.ar6(new A.iJ(new A.b2(p,new A.im(new A.rd(B.k5)),l),new A.bF(A.a([],k),j),0),new A.b2(p,new A.im(B.k5),l),p,0.5,i) +p=d.a.d +g=$.avP() +m.a(p) +f=$.avQ() +e=A.ar6(new A.b2(p,g,g.$ti.i("b2")),new A.iJ(new A.b2(p,f,A.j(f).i("b2")),new A.bF(A.a([],k),j),0),p,0.5,i) +d.e=A.anf(h,s,i) +i=A.anf(h,q,i) +d.r=i +d.w=new A.b2(m.a(i),new A.im(B.Bg),l) +d.f=A.akX(new A.b2(r,new A.aZ(1,1,b),b.i("b2")),e,c) +d.x=A.akX(new A.b2(o,n,n.$ti.i("b2")),e,c) +n=d.r +o=d.ga2n() +n.cq() +n=n.b_$ +n.b=!0 +n.a.push(o) +n=d.e +n.cq() +n=n.b_$ +n.b=!0 +n.a.push(o)}, +a0K(a){this.bc(new A.ad0(this,a))}, +T(a){var s,r,q=this,p=A.a([],t.D),o=q.d +o===$&&A.b() +o=o.Q +o===$&&A.b() +if(o!==B.K){o=q.e +s=q.y +o===$&&A.b() +r=q.f +r===$&&A.b() +p.push(A.aqf(A.aq9(s,r),o))}o=q.a +s=q.r +o=o.c +s===$&&A.b() +r=q.x +r===$&&A.b() +p.push(A.aqf(A.aq9(o,r),s)) +return A.a8G(B.wo,p,B.hR)}, +a2o(){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.ft(s),A.ft(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.ft(r),A.ft(s))) +this.a.f.L5(s)}} +A.ad0.prototype={ +$0(){if(this.b===B.K)this.a.a.toString}, +$S:0} +A.A1.prototype={ +aZ(){var s=null,r=t.bR,q=t.re,p=$.bN() +return new A.tw(new A.cD(s,r),new A.cD(s,r),new A.cD(s,q),new A.zR(!1,p),new A.zR(!1,p),A.a([],t.Z4),new A.cD(s,q),B.l,s,A.E(t.yb,t.Q),s,!0,s,s,s,B.m)}} +A.tw.prototype={ +gel(){this.a.toString +return null}, +ni(a,b){var s=this +s.tu(s.w,"drawer_open") +s.tu(s.x,"end_drawer_open")}, +a55(){var s,r=this,q=r.y.r +if(!q.gY(q)){q=r.y.r +s=q.gG(q)}else s=null +if(r.z!=s)r.bc(new A.a7w(r,s))}, +a4X(){var s,r=this,q=r.y.e +if(!q.gY(q)){q=r.y.e +s=q.gG(q)}else s=null +if(r.Q!=s)r.bc(new A.a7v(r,s))}, +a1V(){this.a.toString}, +a10(){var s,r=this.c +r.toString +s=A.aku(r) +if(s!=null&&s.d.length!==0)s.qO(0,B.zJ,B.bM)}, +gnY(){this.a.toString +return!0}, +bF(){var s,r=this,q=null +r.c3() +s=r.c +s.toString +r.dx=new A.Tn(s,B.Hp,$.bN()) +r.a.toString +r.cy=B.jj +r.CW=B.yx +r.cx=B.jj +r.ch=A.eJ(q,new A.bm(4e5),q,1,r) +r.db=A.eJ(q,B.T,q,q,r)}, +by(a){this.Wt(a) +this.a.toString}, +cP(){var s,r,q=this,p=q.c.aB(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.A(0,q) +r=q.c.wp(t.Np) +if(r==null||!n.t(0,r)){n=o.r +if(!n.gY(n))q.a55() +n=o.e +if(!n.gY(n))q.a4X()}}q.a1V() +q.Ws()}, +q(){var s=this,r=s.dx +r===$&&A.b() +r.X$=$.bN() +r.P$=0 +r=s.ch +r===$&&A.b() +r.q() +r=s.db +r===$&&A.b() +r.q() +r=s.y +if(r!=null)r.d.B(0,s) +s.w.q() +s.x.q() +s.Wu()}, +z_(a,b,c,d,e,f,g,h,i){var s,r=this.c +r.toString +s=A.e5(r,null,t.w).w.QH(f,g,h,i) +if(e)s=s.abE(!0) +if(d&&s.e.d!==0)s=s.MD(s.f.BN(s.r.d)) +if(b!=null)a.push(A.a2Y(A.rW(b,s,null),c))}, +Xp(a,b,c,d,e,f,g,h){return this.z_(a,b,c,!1,d,e,f,g,h)}, +pV(a,b,c,d,e,f,g){return this.z_(a,b,c,!1,!1,d,e,f,g)}, +GB(a,b,c,d,e,f,g,h){return this.z_(a,b,c,d,!1,e,f,g,h)}, +GY(a,b){this.a.toString}, +GX(a,b){this.a.toString}, +T(a){var s,r,q,p,o,n,m,l,k,j=this,i=null,h={},g=A.aa(a),f=a.aB(t.I) +f.toString +s=f.w +r=A.a([],t.sa) +f=j.a.f +j.gnY() +j.Xp(r,new A.OY(new A.xS(f,j.f),!1,!1,i),B.eJ,!0,!1,!1,!1,!0) +if(j.dy)j.pV(r,A.a3Q(!0,i,j.fr,!1,i,i,i),B.eM,!0,!0,!0,!0) +j.a.toString +f=A.e5(a,B.de,t.w).w +f=j.r=A.axL(a,j.a.e.fx)+f.f.b +q=j.a.e +j.pV(r,new A.fb(new A.aW(0,1/0,0,f),new A.x7(1,f,f,f,i,q,i),i),B.eK,!0,!1,!1,!1) +h.a=!1 +h.b=null +if(j.at!=null||j.as.length!==0){f=A.ah(j.as,!0,t.l7) +q=j.at +if(q!=null)f.push(q.a) +p=A.a8G(B.ii,f,B.hR) +j.gnY() +j.pV(r,p,B.eN,!0,!1,!1,!0)}f=j.z +if(f!=null){f.a.gad1() +h.a=!1 +f=j.z +if(f!=null){f=f.a +f.gaD(f)}h.b=g.a6.w +f=j.z +f=f==null?i:f.a +j.a.toString +j.gnY() +j.GB(r,f,B.ci,!1,!1,!1,!1,!0)}h.c=!1 +if(j.Q!=null){a.aB(t.iB) +f=A.aa(a) +o=f.ry.f +h.c=(o==null?0:o)!==0 +f=j.Q +f=f==null?i:f.a +j.a.toString +j.gnY() +j.GB(r,f,B.eO,!1,!0,!1,!1,!0)}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.pV(r,new A.BS(i,f,q,n,m,i),B.eP,!0,!0,!0,!0) +switch(g.r.a){case 2:case 4:j.pV(r,A.Ie(B.ax,i,B.b9,!0,i,i,i,i,i,i,i,i,i,i,i,i,i,i,j.ga1_(),i,i,i,i,i,i),B.eL,!0,!1,!1,!0) +break +case 0:case 1:case 3:case 5:break}f=j.x +q=f.y +if(q==null?A.j(f).i("d8.T").a(q):q){j.GX(r,s) +j.GY(r,s)}else{j.GY(r,s) +j.GX(r,s)}f=t.w +q=A.e5(a,B.de,f).w +j.gnY() +n=A.e5(a,B.eI,f).w +l=q.f.BN(n.e.d) +q=A.e5(a,B.Pt,f).w +j.gnY() +f=A.e5(a,B.eI,f).w +f=f.e.d!==0?0:i +k=q.r.BN(f) +if(l.d<=0)j.a.toString +j.a.toString +return new A.To(!1,new A.A6(A.ye(B.T,A.lQ(j.ch,new A.a7x(h,j,!1,l,k,s,r),i),B.M,g.go,0,i,i,i,i,i,B.cQ),i),i)}} +A.a7w.prototype={ +$0(){this.a.z=this.b}, +$S:0} +A.a7v.prototype={ +$0(){this.a.Q=this.b}, +$S:0} +A.a7x.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=A.be([B.w0,new A.PW(a,new A.bF(A.a([],t.ot),t.wS))],t.C,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.WJ(k,new A.wp(new A.afp(l.c,!1,l.d,l.e,l.f,p,j,s,r,q,n,o.b,m),l.r,null))}, +$S:222} +A.PW.prototype={ +kz(a,b){var s=this.e,r=A.A3(s).w,q=r.y +if(!(q==null?A.j(r).i("d8.T").a(q):q)){s=A.A3(s).x +r=s.y +s=r==null?A.j(s).i("d8.T").a(r):r}else s=!0 +return s}, +eE(a){var s=this.e +A.A3(s).a.toString +A.A3(s).a.toString}} +A.To.prototype={ +d5(a){return this.f!==a.f}} +A.afq.prototype={ +$2(a,b){if(!a.a)a.V(0,b)}, +$S:40} +A.D2.prototype={ +dT(){this.hB() +this.fl() +this.k9()}, +q(){var s=this,r=s.bH$ +if(r!=null)r.V(0,s.gjg()) +s.bH$=null +s.bP()}} +A.D3.prototype={ +dT(){this.hB() +this.fl() +this.k9()}, +q(){var s=this,r=s.bH$ +if(r!=null)r.V(0,s.gjg()) +s.bH$=null +s.bP()}} +A.D4.prototype={ +by(a){this.ca(a) +this.wd()}, +cP(){var s,r,q,p,o=this +o.h6() +s=o.cc$ +r=o.gtA() +q=o.c +q.toString +q=A.zU(q) +o.js$=q +p=o.qC(q,r) +if(r){o.ni(s,o.i_$) +o.i_$=!1}if(p)if(s!=null)s.q()}, +q(){var s,r=this +r.hp$.a0(0,new A.afq()) +s=r.cc$ +if(s!=null)s.q() +r.cc$=null +r.Wr()}} +A.DQ.prototype={ +dT(){this.hB() +this.fl() +this.k9()}, +q(){var s=this,r=s.bH$ +if(r!=null)r.V(0,s.gjg()) +s.bH$=null +s.bP()}} +A.Aa.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.Aa&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&J.e(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}} +A.Tp.prototype={} +A.Ab.prototype={ +gu(a){var s=this +return A.T(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.Ab&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&J.e(b.z,s.z)}} +A.Rn.prototype={ +a4(a){var s,r=this,q=r.a,p=q==null?null:q.a4(a) +q=r.b +s=q==null?null:q.a4(a) +if(p==s)return p +if(p==null){q=s.a +return A.aA(new A.bE(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.P,-1),s,r.c)}if(s==null){q=p.a +return A.aA(p,new A.bE(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.P,-1),r.c)}return A.aA(p,s,r.c)}, +$ibf:1} +A.Tq.prototype={} +A.Ac.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.Ac&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.Tr.prototype={} +A.Ad.prototype={ +gu(a){return A.T(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.U(b)!==A.D(this))return!1 +return b instanceof A.Ad&&J.e(b.a,this.a)&&!0}} +A.Ts.prototype={} +A.At.prototype={ +gu(a){var s=this +return A.T(s.a,s.b,s.c,s.d,s.e,s.r,s.f,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,A.T(s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,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.U(b)!==A.D(r))return!1 +if(b instanceof A.At)if(b.a==r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.r,r.r))if(J.e(b.f,r.f))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(J.e(b.y,r.y))if(J.e(b.z,r.z))if(J.e(b.Q,r.Q))if(J.e(b.as,r.as))if(J.e(b.at,r.at))if(J.e(b.ax,r.ax))if(J.e(b.ay,r.ay))if(J.e(b.go,r.go))if(b.id==r.id)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.TM.prototype={} +A.Au.prototype={ +E(){return"SnackBarClosedReason."+this.b}} +A.Av.prototype={ +gu(a){var s=this +return A.T(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,null,s.z,s.Q,s.as,s.at,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.Av&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&b.e==s.e&&J.e(b.f,s.f)&&b.w==s.w&&J.e(b.x,s.x)&&J.e(b.z,s.z)&&b.Q==s.Q&&J.e(b.as,s.as)&&J.e(b.at,s.at)}} +A.TN.prototype={} +A.AL.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.AL&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.f==s.f&&b.r==s.r&&!0}} +A.U1.prototype={} +A.AM.prototype={ +gu(a){var s=this +return A.T(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,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.U(b)!==A.D(r))return!1 +if(b instanceof A.AM)if(J.e(b.a,r.a))if(J.e(b.b,r.b))if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.f,r.f))if(J.e(b.r,r.r))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(b.y==r.y)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.U4.prototype={} +A.Nn.prototype={ +C3(a){var s,r,q,p,o,n,m,l,k=null,j=A.aa(a),i=j.ax +if(A.aa(a).y)s=new A.U8(a,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,B.T,!0,B.L,k) +else{r=i.b +s=i.db.a +q=A.M(97,s>>>16&255,s>>>8&255,s&255) +s=j.p3.as +p=A.asC(a) +o=new A.Dl(r,q) +n=new A.Dl(B.B,B.B) +m=new A.U7(r) +s=s==null?k:new A.b3(s,t.XL) +l=t.iL +s=A.vX(B.L,B.T,n,new A.b3(0,t.QL),!0,k,o,k,k,new A.b3(B.hP,l),new A.b3(B.vA,l),new A.U6(B.aK,B.aB),m,new A.b3(p,t.Ak),new A.b3(j.k2,t.h9),new A.b3(B.hv,t.kU),k,B.dk,k,j.e,s,j.z)}return s}, +Ee(a){var s +a.aB(t.Pj) +s=A.aa(a) +return s.dK.a}} +A.Dl.prototype={ +a4(a){if(a.t(0,B.x))return this.b +return this.a}, +h(a){return"{disabled: "+A.i(this.b)+", otherwise: "+A.i(this.a)+"}"}} +A.U7.prototype={ +a4(a){var s +if(a.t(0,B.J)){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.O)||a.t(0,B.F)){s=this.a +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return null}, +h(a){var s=this.a +return"{hovered: "+A.M(10,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255).h(0)+", focused,pressed: "+A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255).h(0)+", otherwise: null}"}} +A.U6.prototype={ +a4(a){if(a.t(0,B.x))return this.b +return this.a}} +A.U8.prototype={ +gqB(){var s,r=this,q=r.fr +if(q===$){s=A.aa(r.dy) +r.fr!==$&&A.aB() +q=r.fr=s.ax}return q}, +gm0(){return new A.b3(A.aa(this.dy).p3.as,t.wG)}, +gbQ(a){return B.aA}, +gdg(){return new A.c6(new A.afJ(this),t.T)}, +gie(){return new A.c6(new A.afL(this),t.T)}, +gcg(a){return B.aA}, +gcL(){return B.aA}, +gey(a){return B.bW}, +gdZ(a){return new A.b3(A.asC(this.dy),t.Ak)}, +gib(){return B.pK}, +gia(){return B.bY}, +gdi(a){return B.bX}, +gic(){return new A.c6(new A.afK(),t.Y6)}, +gil(){return A.aa(this.dy).z}, +gik(){return A.aa(this.dy).e}, +ghz(){return A.aa(this.dy).x}} +A.afJ.prototype={ +$1(a){var s +if(a.t(0,B.x)){s=this.a.gqB().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}return this.a.gqB().b}, +$S:7} +A.afL.prototype={ +$1(a){var s +if(a.t(0,B.J)){s=this.a.gqB().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.O)){s=this.a.gqB().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.F)){s=this.a.gqB().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return null}, +$S:63} +A.afK.prototype={ +$1(a){if(a.t(0,B.x))return B.aB +return B.aK}, +$S:31} +A.VI.prototype={} +A.AS.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.AS&&J.e(b.a,this.a)}} +A.U9.prototype={} +A.B_.prototype={ +gu(a){return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.B_&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}} +A.Ua.prototype={} +A.dY.prototype={ +d3(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.d3(b3.a) +if(r==null)r=b3.a +q=b1.b +p=q==null?b2:q.d3(b3.b) +if(p==null)p=b3.b +o=b1.c +n=o==null?b2:o.d3(b3.c) +if(n==null)n=b3.c +m=b1.d +l=m==null?b2:m.d3(b3.d) +if(l==null)l=b3.d +k=b1.e +j=k==null?b2:k.d3(b3.e) +if(j==null)j=b3.e +i=b1.f +h=i==null?b2:i.d3(b3.f) +if(h==null)h=b3.f +g=b1.r +f=g==null?b2:g.d3(b3.r) +if(f==null)f=b3.r +e=b1.w +d=e==null?b2:e.d3(b3.w) +if(d==null)d=b3.w +c=b1.x +b=c==null?b2:c.d3(b3.x) +if(b==null)b=b3.x +a=b1.y +a0=a==null?b2:a.d3(b3.y) +if(a0==null)a0=b3.y +a1=b1.z +a2=a1==null?b2:a1.d3(b3.z) +if(a2==null)a2=b3.z +a3=b1.Q +a4=a3==null?b2:a3.d3(b3.Q) +if(a4==null)a4=b3.Q +a5=b1.as +a6=a5==null?b2:a5.d3(b3.as) +if(a6==null)a6=b3.as +a7=b1.at +a8=a7==null?b2:a7.d3(b3.at) +if(a8==null)a8=b3.at +a9=b1.ax +b0=a9==null?b2:a9.d3(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.a9W(j,i,h,s,r,q,p,o,n,g,f,e==null?a9:e,m,l,k)}, +a5G(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.fm(a0,d,b,d,a1,a2,0,1,a3) +s=e.b +s=s==null?d:s.fm(a0,d,b,d,a1,a2,0,1,a3) +r=e.c +r=r==null?d:r.fm(a0,d,b,d,a1,a2,0,1,a3) +q=e.d +q=q==null?d:q.fm(a0,d,b,d,a1,a2,0,1,a3) +p=e.e +p=p==null?d:p.fm(a0,d,b,d,a1,a2,0,1,a3) +o=e.f +o=o==null?d:o.fm(a,d,b,d,a1,a2,0,1,a3) +n=e.r +n=n==null?d:n.fm(a,d,b,d,a1,a2,0,1,a3) +m=e.w +m=m==null?d:m.fm(a,d,b,d,a1,a2,0,1,a3) +l=e.x +l=l==null?d:l.fm(a,d,b,d,a1,a2,0,1,a3) +k=e.y +k=k==null?d:k.fm(a,d,b,d,a1,a2,0,1,a3) +j=e.z +j=j==null?d:j.fm(a,d,b,d,a1,a2,0,1,a3) +i=e.Q +i=i==null?d:i.fm(a0,d,b,d,a1,a2,0,1,a3) +h=e.as +h=h==null?d:h.fm(a,d,b,d,a1,a2,0,1,a3) +g=e.at +g=g==null?d:g.fm(a,d,b,d,a1,a2,0,1,a3) +f=e.ax +return A.a9W(k,j,i,c,s,r,q,p,o,h,g,f==null?d:f.fm(a,d,b,d,a1,a2,0,1,a3),n,m,l)}, +LL(a,b,c){return this.a5G(a,b,c,null,null,null)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.dY&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)&&J.e(s.d,b.d)&&J.e(s.e,b.e)&&J.e(s.f,b.f)&&J.e(s.r,b.r)&&J.e(s.w,b.w)&&J.e(s.x,b.x)&&J.e(s.y,b.y)&&J.e(s.z,b.z)&&J.e(s.Q,b.Q)&&J.e(s.as,b.as)&&J.e(s.at,b.at)&&J.e(s.ax,b.ax)}, +gu(a){var s=this +return A.T(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.Ug.prototype={} +A.B1.prototype={ +T(a){var s,r,q=this.c,p=B.bq.a,o=B.bq.b,n=B.bq.c,m=B.bq.d,l=B.bq.e,k=B.bq.f,j=B.bq.r,i=a.aB(t.Uf) +if(i==null)i=B.jM +s=q.dE +r=s.b +if(r==null)r=i.x +s=s.a +i=s==null?i.w:s +return new A.C2(this,new A.GI(new A.a3t(q,new A.K8(p,o,n,m,l,k,j),B.jh,p,o,n,m,l,k,j),A.a1I(A.ajr(this.d,i,r),q.ok,null),null),null)}} +A.C2.prototype={ +tL(a,b,c){return new A.B1(this.w.c,c,null)}, +d5(a){return!this.w.c.k(0,a.w.c)}} +A.pD.prototype={ +f1(a){var s,r=this.a +r.toString +s=this.b +s.toString +return A.aEf(r,s,a)}} +A.vu.prototype={ +aZ(){return new A.OJ(null,null,B.m)}} +A.OJ.prototype={ +oS(a){var s=a.$3(this.CW,this.a.r,new A.abe()) +s.toString +this.CW=t.ZM.a(s)}, +T(a){var s,r=this.CW +r.toString +s=this.gha() +return new A.B1(r.N(0,s.gl(s)),this.a.w,null)}} +A.abe.prototype={ +$1(a){return new A.pD(t.we.a(a),null)}, +$S:224} +A.oO.prototype={ +E(){return"MaterialTapTargetSize."+this.b}} +A.hY.prototype={ +k(a,b){var s,r,q=this +if(b==null)return!1 +if(J.U(b)!==A.D(q))return!1 +if(b instanceof A.hY)if(b.a===q.a)if(A.aie(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.y===q.y)if(b.z.k(0,q.z))if(b.as.k(0,q.as))if(b.at.k(0,q.at))if(b.ax.k(0,q.ax))if(b.ay.k(0,q.ay))if(b.ch.k(0,q.ch))if(b.CW.k(0,q.CW))if(b.cx.k(0,q.cx))if(b.cy.k(0,q.cy))if(b.db.k(0,q.db))if(b.dx.k(0,q.dx))if(b.dy.k(0,q.dy))if(b.fr.k(0,q.fr))if(b.fx.k(0,q.fx))if(b.fy.k(0,q.fy))if(b.go.k(0,q.go))if(b.id.k(0,q.id))if(b.k2.k(0,q.k2))if(b.k3.k(0,q.k3))if(b.k4.k(0,q.k4))if(b.ok.k(0,q.ok))if(b.p1.k(0,q.p1))if(b.p2.k(0,q.p2))if(b.p3.k(0,q.p3))if(b.p4.k(0,q.p4))if(J.e(b.R8,q.R8))if(b.RG.k(0,q.RG))if(b.rx.k(0,q.rx))if(b.ry.k(0,q.ry))if(b.to.k(0,q.to))if(b.x1.k(0,q.x1))if(b.x2.k(0,q.x2))if(b.xr.k(0,q.xr))if(b.y1.k(0,q.y1))if(b.y2.k(0,q.y2))if(b.aC.k(0,q.aC))if(b.az.k(0,q.az))if(b.P.k(0,q.P))if(b.X.k(0,q.X))if(b.ah.k(0,q.ah))if(b.ae.k(0,q.ae))if(b.aH.k(0,q.aH))if(b.e4.k(0,q.e4))if(b.dJ.k(0,q.dJ))if(b.e5.k(0,q.e5))if(b.O.k(0,q.O))if(b.ar.k(0,q.ar))if(b.I.k(0,q.I))if(b.L.k(0,q.L))if(b.b2.k(0,q.b2))if(b.au.k(0,q.au))if(b.bA.k(0,q.bA))if(b.ce.k(0,q.ce))if(b.df.k(0,q.df))if(b.C.k(0,q.C))if(b.aq.k(0,q.aq))if(b.bR.k(0,q.bR))if(b.b3.k(0,q.b3))if(b.cS.k(0,q.cS))if(b.eg.k(0,q.eg))if(b.fb.k(0,q.fb))if(b.cJ.k(0,q.cJ))if(b.bI.k(0,q.bI))if(b.a6.k(0,q.a6))if(b.a8.k(0,q.a8))if(b.d2.k(0,q.d2))if(b.dK.k(0,q.dK))if(b.dE.k(0,q.dE))if(b.e6.k(0,q.e6))if(b.eh.k(0,q.eh))if(b.jx.k(0,q.jx))if(b.jy===q.jy){s=b.v +s.toString +r=q.v +r.toString +if(s.k(0,r)){s=b.k1 +s.toString +r=q.k1 +r.toString +if(s.k(0,r)){s=b.lB +s.toString +r=q.lB +r.toString +if(s.k(0,r)){s=b.eV +s.toString +r=q.eV +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 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this,r=[s.a,s.b],q=s.c +B.b.M(r,q.gcf(q)) +B.b.M(r,q.gba(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(s.y) +r.push(s.z) +r.push(s.as) +r.push(s.at) +r.push(s.ax) +r.push(s.ay) +r.push(s.ch) +r.push(s.CW) +r.push(s.cx) +r.push(s.cy) +r.push(s.db) +r.push(s.dx) +r.push(s.dy) +r.push(s.fr) +r.push(s.fx) +r.push(s.fy) +r.push(s.go) +r.push(s.id) +r.push(s.k2) +r.push(s.k3) +r.push(s.k4) +r.push(s.ok) +r.push(s.p1) +r.push(s.p2) +r.push(s.p3) +r.push(s.p4) +r.push(s.R8) +r.push(s.RG) +r.push(s.rx) +r.push(s.ry) +r.push(s.to) +r.push(s.x1) +r.push(s.x2) +r.push(s.xr) +r.push(s.y1) +r.push(s.y2) +r.push(s.aC) +r.push(s.az) +r.push(s.P) +r.push(s.X) +r.push(s.ah) +r.push(s.ae) +r.push(s.aH) +r.push(s.e4) +r.push(s.dJ) +r.push(s.e5) +r.push(s.O) +r.push(s.ar) +r.push(s.I) +r.push(s.L) +r.push(s.b2) +r.push(s.au) +r.push(s.bA) +r.push(s.ce) +r.push(s.df) +r.push(s.C) +r.push(s.aq) +r.push(s.bR) +r.push(s.b3) +r.push(s.cS) +r.push(s.eg) +r.push(s.fb) +r.push(s.cJ) +r.push(s.bI) +r.push(s.a6) +r.push(s.a8) +r.push(s.d2) +r.push(s.dK) +r.push(s.dE) +r.push(s.e6) +r.push(s.eh) +r.push(s.jx) +r.push(!0) +r.push(s.jy) +r.push(s.lA) +q=s.v +q.toString +r.push(q) +q=s.k1 +q.toString +r.push(q) +q=s.lB +q.toString +r.push(q) +q=s.eV +q.toString +r.push(q) +q=s.Q +q.toString +r.push(q) +return A.cG(r)}} +A.aa1.prototype={ +$0(){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=null,b4=this.a,b5=this.b,b6=b5.d3(b4.p2) +b5=b5.d3(b4.p3) +s=b4.ax +r=s.b +q=s.c +p=s.d +if(p==null)p=r +o=s.e +if(o==null)o=q +n=s.f +m=s.r +l=s.w +if(l==null)l=n +k=s.x +if(k==null)k=m +j=s.y +i=j==null?n:j +h=s.z +g=h==null?m:h +f=s.Q +if(f==null){if(j==null)j=n}else j=f +f=s.as +if(f==null){if(h==null)h=m}else h=f +f=s.at +e=s.ax +d=s.ay +if(d==null)d=f +c=s.ch +if(c==null)c=e +b=s.cx +a=s.cy +a0=s.db +a1=s.dx +if(a1==null)a1=a +a2=s.dy +if(a2==null)a2=a0 +a3=s.fr +if(a3==null)a3=b +a4=s.fx +if(a4==null)a4=b +a5=s.fy +if(a5==null)a5=B.l +a6=s.go +if(a6==null)a6=B.l +a7=s.id +if(a7==null)a7=a0 +a8=s.k1 +if(a8==null)a8=a +a9=s.k2 +if(a9==null)a9=q +b0=s.k4 +if(b0==null)b0=r +b1=s.ok +if(b1==null)b1=n +b2=s.k3 +if(b2==null)b2=r +j=A.Yz(s.CW,s.a,f,d,a9,a7,b,e,c,a8,q,o,m,k,a0,a2,g,h,a3,a4,r,p,b0,a6,n,l,b1,a5,a,b2,a1,i,j) +return A.akT(b4.R8,b4.lA,b4.RG,b4.a,b4.eV,b4.rx,b4.ry,b4.Q,b4.to,b4.x1,b4.x2,b4.xr,b4.y1,b4.as,b4.at,b4.y2,b4.aC,b4.az,j,b4.b,b4.P,b4.X,b4.ay,b4.ah,b4.ch,b4.CW,b4.ae,b4.aH,b4.e4,b4.dJ,b4.lB,b4.e5,b4.c,b4.O,!0,b4.ar,b4.cx,b4.cy,b4.db,b4.dx,b4.I,b4.ok,b4.dy,b4.d,b4.L,b4.e,b4.b2,b4.au,b4.bA,b4.ce,b4.df,b4.C,b4.aq,b4.f,b4.r,b4.bR,b4.fr,b4.jy,b4.fx,b4.fy,b4.p1,b6,b4.b3,b4.cS,b4.go,b4.w,b4.eg,b4.fb,b4.id,b4.cJ,b4.k1,b4.k2,b4.bI,b4.a6,b4.k3,b4.x,b4.a8,b4.d2,b4.dK,b4.dE,b5,b4.e6,b4.eh,b4.v,b4.jx,b4.p4,b4.k4,b4.y,b4.z)}, +$S:225} +A.aa_.prototype={ +$2(a,b){return new A.bX(a,b.adm(this.a.c.j(0,a),this.b),t.sw)}, +$S:226} +A.aa0.prototype={ +$1(a){return!this.a.c.ai(0,a.a)}, +$S:227} +A.a3t.prototype={ +gqV(){return this.ay.ax.a}, +gpi(){return this.ay.ax.b}, +gxp(){return this.ay.ax.c}, +gu1(){return this.ay.go}} +A.uI.prototype={ +gu(a){return(A.nH(this.a)^A.nH(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof A.uI&&b.a===this.a&&b.b===this.b}} +A.Qm.prototype={ +bS(a,b,c){var s,r=this.a,q=r.j(0,b) +if(q!=null)return q +if(r.a===this.b){s=new A.bd(r,A.j(r).i("bd<1>")) +r.B(0,s.gG(s))}s=c.$0() +r.m(0,b,s) +return s}} +A.lp.prototype={ +Cm(a){var s=this.a,r=this.b,q=A.X(a.a+new A.r(s,r).am(0,4).a,0,a.b) +return a.a72(A.X(a.c+new A.r(s,r).am(0,4).b,0,a.d),q)}, +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.lp&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +dh(){return this.U8()+"(h: "+A.j1(this.a)+", v: "+A.j1(this.b)+")"}} +A.Ul.prototype={} +A.V1.prototype={} +A.B3.prototype={ +gu(a){var s=this +return A.cG([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.U(b)!==A.D(s))return!1 +return b instanceof A.B3&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&b.as==s.as&&J.e(b.at,s.at)&&J.e(b.ax,s.ax)&&J.e(b.ay,s.ay)&&J.e(b.ch,s.ch)&&J.e(b.CW,s.CW)&&J.e(b.cx,s.cx)&&J.e(b.db,s.db)&&J.e(b.dx,s.dx)}} +A.Un.prototype={} +A.NJ.prototype={ +IS(a,b,c){var s +if(a===0)if(c!==B.t)s=!1 +else s=!0 +else s=!1 +if(!s)if(a===b-1)if(c!==B.Q)s=!1 +else s=!0 +else s=!1 +else s=!0 +return s}, +IT(a,b,c){var s +if(a===b-1)if(c!==B.t)s=!1 +else s=!0 +else s=!1 +if(!s)if(a===0)if(c!==B.Q)s=!1 +else s=!0 +else s=!1 +else s=!0 +return s}, +a_l(a,b,c,d){var s=this.fr +if(b===1)return s +else if(this.IS(a,b,c))return new A.c9(s.a,B.r,s.c,B.r) +else if(this.IT(a,b,c))return new A.c9(B.r,s.b,B.r,s.d) +return B.a7}, +a_d(a,b,c,d){var s,r,q,p=this.fr,o=d.at +if(o==null)o=1 +if(b===1){s=o/2 +r=p.a.a1(0,new A.aL(s,s)) +q=p.c.a1(0,new A.aL(s,s)) +return new A.c9(r,p.b.a1(0,new A.aL(s,s)),q,p.d.a1(0,new A.aL(s,s)))}else if(this.IS(a,b,c)){s=o/2 +return new A.c9(p.a.a1(0,new A.aL(s,s)),B.r,p.c.a1(0,new A.aL(s,s)),B.r)}else if(this.IT(a,b,c)){s=o/2 +return new A.c9(B.r,p.b.a1(0,new A.aL(s,s)),B.r,p.d.a1(0,new A.aL(s,s)))}return B.a7}, +a_q(a,b,c){var s,r=this,q=c.at +if(q==null)q=1 +s=r.d +if(!s[a])s=a!==0&&s[a-1] +else s=!0 +if(s){s=r.db +return new A.bE(s,q,B.P,-1)}else{s=r.d[a] +if(!s){s=r.cy +return new A.bE(s,q,B.P,-1)}else{s=c.as +if(s==null){s=b.ax.db.a +s=A.M(31,s>>>16&255,s>>>8&255,s&255)}return new A.bE(s,q,B.P,-1)}}}, +a_c(a,b,c){var s,r=c.at +if(r==null)r=1 +s=this.d[a] +if(s){s=this.db +return new A.bE(s,r,B.P,-1)}else{s=this.cy +return new A.bE(s,r,B.P,-1)}}, +a_E(a,b,c){var s,r +if(a!==1)return B.u +s=c.at +if(s==null)s=1 +r=this.d[a] +if(r){r=this.db +return new A.bE(r,s,B.P,-1)}else{r=this.cy +return new A.bE(r,s,B.P,-1)}}, +T(a){var s,r,q,p=A.aa(a) +a.aB(t.HF) +s=A.aa(a) +r=a.aB(t.I) +r.toString +q=A.aBd(2,new A.aa6(this,r.w,s.eh,p),t.l7) +return new A.IM(A.akE(q,B.dp,B.hg),null)}} +A.aa6.prototype={ +$1(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=f.a,c=f.b,b=f.c,a=d.a_l(a1,2,c,b),a0=d.a_d(a1,2,c,b) +c=f.d +s=d.a_q(a1,c,b) +r=d.a_c(a1,c,b) +q=d.a_E(a1,c,b) +p=A.w(t.ui) +o=d.d +if(o[a1]&&!0)p.A(0,B.W) +n=new A.Tc(d.as).a4(p) +if(n==null)n=new A.PO(c.ax).a4(p) +p=o[a1] +if(p)m=d.z +else m=d.y +l=b.a +if(l==null){k=c.p3.z +k.toString +l=k}j=d.x +switch(c.e.a){case 0:i=B.IA +break +case 1:i=B.N +break +default:i=e}k=t.Il +h=t.BT +b=A.vX(B.L,B.T,new A.b3(n,k),B.bW,!0,e,new A.b3(m,k),e,e,new A.b3(new A.R(j.b,j.d),h),new A.b3(new A.R(j.a,j.c),h),new A.b3(e,t.U7),new A.Up(p,!p,c.ax,b.r,b.w,b.y,b.x),B.FR,e,B.FP,e,B.dk,e,B.pN,new A.b3(l.iH(m),t.wG),B.bD) +g=A.qA(new A.Tt(s,r,q,a,a1===0,a1===1,B.X,B.bk,A.Yp(a0,A.u_(d.c[a1],e,new A.aa5(d,a1),b)),e),e,e) +return new A.oR(A.cY(e,o[a1],new A.R5(i,B.X,g,e),!0,!0,!1,e,e,e,e,e,e,e,e,e,e,e,e,e,e,e,e),e)}, +$S:228} +A.aa5.prototype={ +$0(){this.a.e.$1(this.b)}, +$S:0} +A.Tc.prototype={ +a4(a){return a.t(0,B.W)?this.a:null}} +A.PO.prototype={ +a4(a){var s +if(a.t(0,B.W)){s=this.a.b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}s=this.a.cy.a +return A.M(0,s>>>16&255,s>>>8&255,s&255)}} +A.Up.prototype={ +a4(a){var s,r=this +if(r.a){if(a.t(0,B.J)){s=r.f +if(s==null){s=r.c.b +s=A.M(10,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return s}else if(a.t(0,B.O)){s=r.d +if(s==null){s=r.c.b +s=A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return s}else if(a.t(0,B.F)){s=r.r +if(s==null){s=r.c.b +s=A.M(41,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return s}}else if(r.b)if(a.t(0,B.J)){s=r.f +if(s==null){s=r.c.db.a +s=A.M(10,s>>>16&255,s>>>8&255,s&255)}return s}else if(a.t(0,B.O)){s=r.d +if(s==null){s=r.c.db.a +s=A.M(31,s>>>16&255,s>>>8&255,s&255)}return s}else if(a.t(0,B.F)){s=r.r +if(s==null)s=r.e +if(s==null){s=r.c.db.a +s=A.M(41,s>>>16&255,s>>>8&255,s&255)}return s}return null}, +h(a){var s,r,q,p,o,n,m,l,k,j=this,i=",\n focused: ",h=",\n pressed: ",g=j.f,f=A.i(g),e=j.c,d=e.b,c=A.M(10,d.gl(d)>>>16&255,d.gl(d)>>>8&255,d.gl(d)&255) +c=c.h(0) +s=j.d +r=A.i(s) +q=A.M(31,d.gl(d)>>>16&255,d.gl(d)>>>8&255,d.gl(d)&255) +q=q.h(0) +p=j.r +o=A.i(p) +d=A.M(41,d.gl(d)>>>16&255,d.gl(d)>>>8&255,d.gl(d)&255) +d=d.h(0) +g=A.i(g) +e=e.db.a +n=e>>>16&255 +m=e>>>8&255 +e&=255 +l=A.M(10,n,m,e) +l=l.h(0) +s=A.i(s) +k=A.M(31,n,m,e) +k=k.h(0) +p=A.i(p) +e=A.M(41,n,m,e) +return" {\n selected:\n hovered: "+f+", otherwise: "+c+i+r+", otherwise: "+q+h+o+", otherwise: "+d+",\n unselected:\n hovered: "+g+", otherwise: "+l+i+s+", otherwise: "+k+h+p+", otherwise: "+e.h(0)+",\n otherwise: null,\n }\n "}} +A.Tt.prototype={ +aV(a){var s=this,r=a.aB(t.I) +r.toString +r=new A.D7(s.z,s.Q,s.e,s.f,s.r,s.w,s.x,s.y,r.w,null,A.aE()) +r.aX() +r.sbl(null) +return r}, +b9(a,b){var s,r=this +b.saab(r.e) +b.sa5T(r.f) +b.sacf(r.r) +b.sqU(0,r.w) +b.sa9Z(r.x) +b.saa0(r.y) +b.sCe(0,r.z) +b.sacu(r.Q) +s=a.aB(t.I) +s.toString +b.scY(s.w)}} +A.D7.prototype={ +sCe(a,b){if(this.v===b)return +this.v=b +this.a9()}, +sacu(a){if(this.a2===a)return +this.a2=a +this.a9()}, +saab(a){if(this.a_.k(0,a))return +this.a_=a +this.a9()}, +sa5T(a){if(this.b0.k(0,a))return +this.b0=a +this.a9()}, +sacf(a){if(this.av.k(0,a))return +this.av=a +this.a9()}, +sqU(a,b){if(this.b4.k(0,b))return +this.b4=b +this.a9()}, +sa9Z(a){if(this.bv===a)return +this.bv=a +this.a9()}, +saa0(a){if(this.aW===a)return +this.aW=a +this.a9()}, +scY(a){if(this.bN===a)return +this.bN=a +this.a9()}, +f8(a){var s=this,r=s.v,q=s.C$ +if(r===B.X){r=q.f8(a) +r.toString +r+=s.b0.b}else{r=q.f8(a) +r.toString +r+=s.a_.b}return r}, +bd(a){var s=this,r=s.v,q=s.C$ +if(r===B.X){r=s.b0 +q=q==null?0:q.b5(B.Z,a,q.gbD()) +q=r.b*2+q +r=q}else{r=s.a_ +q=q==null?0:q.b5(B.Z,a,q.gbD()) +q=r.b+q+s.av.b +r=q}return r}, +aY(a){var s=this,r=s.v,q=s.C$ +if(r===B.X){r=s.a_ +q=q==null?0:q.b5(B.a5,a,q.gbE()) +q=r.b+q+s.av.b +r=q}else{r=s.b0 +q=q==null?0:q.b5(B.a5,a,q.gbE()) +q=r.b*2+q +r=q}return r}, +b6(a){var s=this,r=s.v,q=s.C$ +if(r===B.X){r=s.a_ +q=q==null?0:q.b5(B.af,a,q.gbM()) +q=r.b+q+s.av.b +r=q}else{r=s.b0 +q=q==null?0:q.b5(B.af,a,q.gbM()) +q=r.b*2+q +r=q}return r}, +cO(a){return this.q4(a,A.nE())}, +cD(){var s,r=this +r.k3=r.q4(A.P.prototype.gbg.call(r),A.nF()) +s=r.C$ +if(s==null)return +s=s.e +s.toString +t.x.a(s) +if(r.v===B.X)switch(r.bN.a){case 1:s.a=new A.r(r.a_.b,r.b0.b) +break +case 0:s.a=new A.r(r.av.b,r.b0.b) +break}else switch(r.a2.a){case 1:s.a=new A.r(r.b0.b,r.a_.b) +break +case 0:s.a=new A.r(r.b0.b,r.av.b) +break}}, +q4(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this +if(h.C$==null){s=h.v +r=h.a_.b +q=h.av.b +p=h.b0.b +if(s===B.X)return a.aP(new A.R(r+q,p*2)) +else return a.aP(new A.R(p*2,r+q))}s=h.v +o=h.av.b +n=h.a_.b +m=h.b0.b +if(s===B.X)l=m +else{l=o +o=m +m=n +n=o +k=o +o=n +k=n}j=a.C4(new A.b7(n,m,o,l)) +s=h.C$ +s.toString +i=b.$2(s,j) +return a.aP(new A.R(n+i.a+o,m+i.b+l))}, +bi(c0,c1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9=this +b9.Vd(c0,c1) +s=b9.k3.BE(0,c1) +r=c1.a +q=c1.b +p=s.a +o=s.b +n=new A.G(r,q,p,o).dL(-(b9.b0.b/2)) +m=b9.b4 +l=m.a +l=l.a*l.b!==0?l:B.r +k=m.b +k=k.a*k.b!==0?k:B.r +j=m.c +j=j.a*j.b!==0?j:B.r +m=m.d +i=A.Lb(n,j,m.a*m.b!==0?m:B.r,l,k).pC() +m=i.a +l=i.b +k=i.e +j=i.f +h=new A.G(m,l,m+k*2,l+j*2) +g=i.d +f=i.Q +e=f*2 +d=g-e +c=i.z +b=new A.G(m,d,m+c*2,d+e) +e=i.c +d=i.r +a=d*2 +a0=e-a +a1=i.w +a2=new A.G(a0,l,a0+a,l+a1*2) +a=i.x +a0=a*2 +a3=e-a0 +a4=i.y +a5=a4*2 +a6=g-a5 +a7=new A.G(a3,a6,a3+a0,a6+a5) +a8=b9.a_.eK() +a0=b9.bv +if(a0&&b9.aW){a9=$.Z().ak() +a9.aM(0,a===0?p:e-a,g) +a9.aa(0,m+c,g) +a9.dU(b,1.5707963267948966,1.5707963267948966) +a9.aa(0,m,l+j) +a9.dU(h,3.141592653589793,1.5707963267948966) +a9.aa(0,e-d,l) +a9.dU(a2,4.71238898038469,1.5707963267948966) +a9.aa(0,e,g-a4) +a9.dU(a7,0,1.5707963267948966) +c0.gaT(c0).aF(a9,a8) +return}if(b9.v===B.X)switch(b9.bN.a){case 1:if(b9.aW){r=$.Z() +b0=r.ak() +b0.aM(0,m,g+b9.a_.b/2) +b0.aa(0,m,l-b9.a_.b/2) +c0.gaT(c0).aF(b0,a8) +b1=b9.av.eK() +b2=r.ak() +b2.aM(0,m+b9.b0.b/2,l) +b2.aa(0,e-d,l) +b2.dU(a2,4.71238898038469,1.5707963267948966) +b2.aa(0,e,g-a4) +b2.dU(a7,0,1.5707963267948966) +b2.aa(0,m+b9.b0.b/2,g) +c0.gaT(c0).aF(b2,b1)}else if(a0){a9=$.Z().ak() +a9.aM(0,p,g) +a9.aa(0,m+c,g) +a9.dU(b,1.5707963267948966,1.5707963267948966) +a9.aa(0,m,l+j) +a9.dU(h,3.141592653589793,1.5707963267948966) +a9.aa(0,p,l) +c0.gaT(c0).aF(a9,a8)}else{r=$.Z() +a9=r.ak() +a9.aM(0,m,g+b9.a_.b/2) +a9.aa(0,m,l-b9.a_.b/2) +c0.gaT(c0).aF(a9,a8) +b3=b9.b0.eK() +b4=r.ak() +b4.aM(0,m+b9.b0.b/2,l) +d=p-d +b4.aa(0,d,l) +b4.aM(0,m+b9.b0.b/2+k,g) +b4.aa(0,d,g) +c0.gaT(c0).aF(b4,b3)}break +case 0:if(b9.aW){r=$.Z() +a9=r.ak() +a9.aM(0,e,g+b9.a_.b/2) +a9.aa(0,e,l-b9.a_.b/2) +c0.gaT(c0).aF(a9,a8) +b1=b9.av.eK() +b2=r.ak() +b2.aM(0,e-b9.b0.b/2,l) +b2.aa(0,m+k,l) +b2.dU(h,4.71238898038469,-1.5707963267948966) +b2.aa(0,m,g-f) +b2.dU(b,3.141592653589793,-1.5707963267948966) +b2.aa(0,e-b9.b0.b/2,g) +c0.gaT(c0).aF(b2,b1)}else if(a0){a9=$.Z().ak() +a9.aM(0,r,g) +a9.aa(0,e-a,g) +a9.dU(a7,1.5707963267948966,-1.5707963267948966) +a9.aa(0,e,l+a1) +a9.dU(a2,0,-1.5707963267948966) +a9.aa(0,r,l) +c0.gaT(c0).aF(a9,a8)}else{q=$.Z() +a9=q.ak() +a9.aM(0,e,g+b9.a_.b/2) +a9.aa(0,e,l-b9.a_.b/2) +c0.gaT(c0).aF(a9,a8) +b3=b9.b0.eK() +b4=q.ak() +b4.aM(0,e-b9.b0.b/2,l) +k=r-k +b4.aa(0,k,l) +b4.aM(0,e-b9.b0.b/2+d,g) +b4.aa(0,k,g) +c0.gaT(c0).aF(b4,b3)}break}else switch(b9.a2.a){case 1:if(b9.aW){o=$.Z() +b5=o.ak() +b5.aM(0,r,q+b9.a_.b/2) +b5.aa(0,p,q+b9.a_.b/2) +c0.gaT(c0).aF(b5,a8) +b1=b9.av.eK() +b2=o.ak() +b2.aM(0,m,l+b9.a_.b/2) +b2.aa(0,m,g-f) +b2.dU(b,9.42477796076938,-1.5707963267948966) +b2.aa(0,e-c,g) +b2.dU(a7,1.5707963267948966,-1.5707963267948966) +b2.aa(0,e,l+b9.a_.b/2) +c0.gaT(c0).aF(b2,b1)}else if(a0){a9=$.Z().ak() +a9.aM(0,m,o) +a9.aa(0,m,l+k) +a9.dU(h,3.141592653589793,1.5707963267948966) +a9.aa(0,e-d,l) +a9.dU(a2,4.71238898038469,1.5707963267948966) +a9.aa(0,e,o) +c0.gaT(c0).aF(a9,a8)}else{l=$.Z() +b5=l.ak() +b5.aM(0,r,q+b9.a_.b/2) +b5.aa(0,p,q+b9.a_.b/2) +c0.gaT(c0).aF(b5,a8) +b6=b9.b0.eK() +b7=l.ak() +b7.aM(0,m,q+b9.a_.b) +b7.aa(0,m,o) +b7.aM(0,e,q+b9.a_.b) +b7.aa(0,e,o) +c0.gaT(c0).aF(b7,b6)}break +case 0:if(b9.aW){q=$.Z() +b8=q.ak() +b8.aM(0,r,o-b9.a_.b/2) +b8.aa(0,p,o-b9.a_.b/2) +c0.gaT(c0).aF(b8,a8) +b1=b9.av.eK() +b2=q.ak() +b2.aM(0,m,g-b9.a_.b/2) +b2.aa(0,m,l+j) +b2.dU(h,3.141592653589793,1.5707963267948966) +b2.aa(0,e-d,l) +b2.dU(a2,4.71238898038469,1.5707963267948966) +b2.aa(0,e,g-b9.a_.b/2) +c0.gaT(c0).aF(b2,b1)}else if(a0){a9=$.Z().ak() +a9.aM(0,m,q) +a9.aa(0,m,g-f) +a9.dU(b,3.141592653589793,-1.5707963267948966) +a9.aa(0,e-a,g) +a9.dU(a7,1.5707963267948966,-1.5707963267948966) +a9.aa(0,e,q) +c0.gaT(c0).aF(a9,a8)}else{l=$.Z() +b8=l.ak() +b8.aM(0,r,o-b9.a_.b/2) +b8.aa(0,p,o-b9.a_.b/2) +c0.gaT(c0).aF(b8,a8) +b6=b9.b0.eK() +b7=l.ak() +b7.aM(0,m,q) +b7.aa(0,m,o-b9.a_.b) +b7.aM(0,e,q) +b7.aa(0,e,o-b9.a_.b) +c0.gaT(c0).aF(b7,b6)}break}}} +A.R5.prototype={ +aV(a){var s=new A.CS(this.e,this.f,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.stc(this.e) +b.sCe(0,this.f)}} +A.CS.prototype={ +stc(a){if(this.v.k(0,a))return +this.v=a +this.a9()}, +sCe(a,b){if(this.a2===b)return +this.a2=b +this.a9()}, +b6(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.af,a,s.gbM()),this.v.a) +return 0}, +aY(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.a5,a,s.gbE()),this.v.a) +return 0}, +bd(a){var s=this.C$ +if(s!=null)return Math.max(s.b5(B.Z,a,s.gbD()),this.v.b) +return 0}, +q4(a,b){var s,r,q=this.C$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.v +return a.aP(new A.R(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.N}, +cO(a){return this.q4(a,A.nE())}, +cD(){var s,r,q=this,p=q.q4(A.P.prototype.gbg.call(q),A.nF()) +q.k3=p +s=q.C$ +if(s!=null){r=s.e +r.toString +t.x.a(r) +s=s.k3 +s.toString +r.a=B.L.ln(t.o.a(p.a1(0,s)))}}, +cB(a,b){var s,r,q=this,p={} +if(!q.k3.t(0,b))return!1 +p.a=null +s=q.a2 +r=q.C$ +s=s===B.X?p.a=new A.r(b.a,r.k3.b/2):p.a=new A.r(r.k3.a/2,b.b) +return a.vE(new A.aeZ(p,q),s,A.aki(s))}} +A.aeZ.prototype={ +$2(a,b){return this.b.C$.cB(a,this.a.a)}, +$S:18} +A.Vb.prototype={} +A.VA.prototype={} +A.B4.prototype={ +gu(a){var s=this +return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.B4&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.y,s.y)&&J.e(b.x,s.x)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&J.e(b.as,s.as)&&J.e(b.ax,s.ax)&&b.at==s.at}} +A.Uq.prototype={} +A.B5.prototype={ +aZ(){return new A.pF(null,null,B.m)}} +A.pF.prototype={ +gvq(){var s=this.a.c +return s==null?null.adE():s}, +bF(){var s,r,q=this +q.c3() +q.fx=q.fr=!1 +q.cy=$.mZ.xr$.b.a!==0 +s=A.eJ(null,B.fn,B.fp,null,q) +s.cq() +r=s.b7$ +r.b=!0 +r.a.push(q.ga4y()) +q.as=s +$.mZ.xr$.ag(0,q.gIu()) +$.ff.p3$.b.m(0,q.gIv(),null)}, +cP(){this.h6() +this.c.aB(t.tH) +this.fy=!0}, +a_j(){var s=this.c +s.toString +switch(A.aa(s).r.a){case 4:case 3:case 5:return 24 +case 0:case 1:case 2:return 32}}, +a_i(){var s=this.c +s.toString +switch(A.aa(s).r.a){case 4:case 3:case 5:return B.Aq +case 0:case 1:case 2:return B.Am}}, +I7(){var s=this.c +s.toString +switch(A.aa(s).r.a){case 4:case 3:case 5:return 12 +case 0:case 1:case 2:return 14}}, +a0p(){var s,r,q=this +if(q.c==null)return +s=$.mZ.xr$.b.a!==0 +r=q.cy +r===$&&A.b() +if(s!==r)q.bc(new A.aac(q,s))}, +a4z(a){var s +if(a===B.K){s=this.fx +s===$&&A.b() +if(!s){s=this.fr +s===$&&A.b() +s=!s}else s=!0}else s=!1 +if(s)this.AE()}, +zA(a){var s,r=this,q=r.ay +if(q!=null)q.bW(0) +r.ay=null +if(a){r.AE() +return}r.fx=!0 +if(r.db){if(r.ax==null){q=r.ch +q===$&&A.b() +s=r.as +s===$&&A.b() +r.ax=A.dc(q,s.gQZ(s))}}else if(r.ax==null){q=r.CW +q===$&&A.b() +s=r.as +s===$&&A.b() +r.ax=A.dc(q,s.gQZ(s))}r.db=!1}, +K9(){var s=this,r=s.ax +if(r!=null)r.bW(0) +s.ax=null +if(s.ay==null){r=s.cx +r===$&&A.b() +s.ay=A.dc(r,s.ga7L())}}, +YI(){var s=this,r=s.fr +r===$&&A.b() +if(!r){r=s.fx +r===$&&A.b()}else r=!0 +if(r)return +s.fr=!0 +r=s.ax +if(r!=null)r.bW(0) +s.ax=null +r=s.ay +if(r!=null)r.bW(0) +s.ay=null +r=s.at +if(r!=null)r.kN(0) +r=s.as +r===$&&A.b() +r.tB(0)}, +JR(){var s,r=this,q=r.fr +q===$&&A.b() +if(!q)return +r.fr=!1 +q=r.ax +if(q!=null)q.bW(0) +r.ax=null +q=r.ay +if(q!=null)q.bW(0) +r.ay=null +if(r.at.d.a==null){q=r.c +q.toString +r.a.toString +q=A.ap9(q,t.N1) +q.toString +s=r.at +s.toString +q.CR(0,s)}A.Mo(r.gvq()) +q=r.as +q===$&&A.b() +q.ei(0)}, +NM(){var s,r=this +r.fy===$&&A.b() +s=r.c +if(s==null)return!1 +s=r.ay +if(s!=null)s.bW(0) +r.ay=null +r.fx=!1 +s=r.fr +s===$&&A.b() +if(s){s=r.cy +s===$&&A.b() +if(s)A.aqT(r) +r.JR() +return!0}if(r.at!=null){s=r.ax +if(s!=null)s.bW(0) +r.ax=null +s=r.as +s===$&&A.b() +s.ei(0) +return!1}r.YZ() +s=r.as +s===$&&A.b() +s.ei(0) +return!0}, +It(a){var s +if(this.c!=null){s=this.fr +s===$&&A.b() +this.zA(s||a)}}, +uS(){return this.It(!1)}, +YZ(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null,c=e.c +c.toString +e.a.toString +c=A.ap9(c,t.N1) +c.toString +s=e.c.gbj() +s.toString +t.q.a(s) +r=s.k3.jl(B.h) +q=A.fG(s.hx(0,c.c.gbj()),r) +r=e.c.aB(t.I) +r.toString +s=A.pA(d,d,e.a.c) +p=e.d +p===$&&A.b() +o=e.e +o===$&&A.b() +n=e.f +n===$&&A.b() +m=e.cy +m===$&&A.b() +l=m?new A.aa9(e):d +m=m?new A.aaa(e):d +k=e.r +k===$&&A.b() +j=e.w +j===$&&A.b() +i=e.x +i===$&&A.b() +h=e.as +h===$&&A.b() +h=A.hy(B.bp,h,d) +g=e.y +g===$&&A.b() +f=e.z +f===$&&A.b() +r=A.a4K(new A.aab(A.anX(new A.Ur(s,p,o,n,k,j,i,h,q,g,f,l,m,d),r.w)),!1) +e.at=r +e.fr=!1 +c.CR(0,r) +A.Mo(e.gvq()) +if(e.cy)A.aqT(e) +$.lh.push(e)}, +AE(){var s,r=this +B.b.B($.lh,r) +$.aEm.B(0,r) +s=r.ax +if(s!=null)s.bW(0) +r.ax=null +s=r.ay +if(s!=null)s.bW(0) +r.ay=null +s=r.fr +s===$&&A.b() +if(!s){s=r.at +if(s!=null)s.kN(0)}r.fr=!1 +s=r.at +if(s!=null){s.r=!0 +s=s.d +if(s.a==null){s.X$=$.bN() +s.P$=0}}r.at=null +s=r.cy +s===$&&A.b() +if(s)if($.lh.length!==0)B.b.gU($.lh).JR()}, +a0C(a){if(this.at==null)return +if(t.oN.b(a)||t.Ko.b(a))this.uS() +else if(t.l.b(a))this.It(!0)}, +f9(){var s,r=this +if(r.at!=null)r.zA(!0) +s=r.ay +if(s!=null)s.bW(0) +r.ur()}, +q(){var s,r=this +$.ff.p3$.b.B(0,r.gIv()) +$.mZ.xr$.V(0,r.gIu()) +r.AE() +s=r.as +s===$&&A.b() +s.q() +r.Ww()}, +Ix(){var s,r,q=this +q.db=!0 +if(q.NM()){s=q.dy +s===$&&A.b()}else s=!1 +if(s){s=q.dx +s===$&&A.b() +r=q.c +if(s===B.i_){r.toString +A.aA3(r)}else{r.toString +A.a_N(r)}}q.a.toString}, +a13(){this.Ix() +this.uS()}, +T(a){var s,r,q,p,o,n,m,l=this,k=null +if(l.gvq().length===0){s=l.a.z +return s}r=A.aa(a) +a.aB(t.U4) +q=A.aa(a).jx +s=r.p3.z +if(r.ax.a===B.U){s.toString +p=s.MF(B.l,l.I7()) +o=new A.hu(A.M(B.d.ac(229.5),255,255,255),k,k,B.bm,k,k,B.b4)}else{s.toString +p=s.MF(B.i,l.I7()) +o=new A.hu(A.M(B.d.ac(229.5),97,97,97),k,k,B.bm,k,k,B.b4)}l.a.toString +s=q.a +l.d=s==null?l.a_j():s +l.a.toString +s=q.b +l.e=s==null?l.a_i():s +l.a.toString +s=q.c +l.f=s==null?B.am:s +s=q.d +l.y=s==null?24:s +l.z=!0 +l.Q=!1 +s=q.r +l.r=s==null?o:s +s=q.w +l.w=s==null?p:s +l.x=B.aL +l.cx=B.C +l.ch=B.Ab +l.CW=B.br +l.dx=B.i_ +l.dy=!0 +s=l.gvq() +n=A.cY(k,k,l.a.z,!1,k,!1,k,k,k,k,k,k,k,k,k,k,k,k,k,k,s,k) +l.fy===$&&A.b() +s=l.dx +m=s===B.i_?l.ga0I():k +n=A.Ie(B.ax,n,B.b9,!0,k,k,k,k,k,k,m,k,k,k,k,k,k,k,s===B.NY?l.ga12():k,k,k,k,k,k,k) +s=l.cy +s===$&&A.b() +if(s)n=A.yr(n,B.cp,new A.aad(l),new A.aae(l),k) +return n}} +A.aac.prototype={ +$0(){this.a.cy=this.b}, +$S:0} +A.aa9.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.K9() +return null}, +$S:41} +A.aaa.prototype={ +$1(a){return this.a.uS()}, +$S:51} +A.aab.prototype={ +$1(a){return this.a}, +$S:16} +A.aad.prototype={ +$1(a){var s=this.a +if(s.c!=null)s.K9() +return null}, +$S:41} +A.aae.prototype={ +$1(a){return this.a.uS()}, +$S:51} +A.afP.prototype={ +EF(a){return new A.aW(0,a.b,0,a.d)}, +EM(a,b){return A.aJt(b,!0,a,this.b,this.c)}, +pJ(a){return!this.b.k(0,a.b)||this.c!==a.c||!1}} +A.Ur.prototype={ +T(a){var s,r=this,q=null,p=A.aa(a).p3.z +p.toString +s=new A.kF(!0,q,A.ajJ(new A.fb(new A.aW(0,1/0,r.d,1/0),A.o6(A.wh(q,A.qA(new A.pv(q,r.c,r.w,r.x,q),1,1),q,q,r.r,q,r.f,r.e,q),q,B.bC,!0,p,q,q,B.ai),q),r.y),q) +p=r.at +if(p!=null||r.ax!=null)s=A.yr(s,B.cp,p,r.ax,q) +p=A.eW(a,B.eI) +p=p==null?q:p.e +p=p==null?q:p.d +if(p==null)p=0 +return new A.p6(0,0,0,p,q,q,new A.wq(new A.afP(r.z,r.Q,!0),s,q),q)}} +A.Dq.prototype={ +q(){var s=this,r=s.eC$ +if(r!=null)r.V(0,s.go2()) +s.eC$=null +s.bP()}, +dT(){this.hB() +this.fl() +this.o3()}} +A.B6.prototype={ +gu(a){var s=this,r=null +return A.T(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,r,r,r,r,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.U(b)!==A.D(r))return!1 +if(b instanceof A.B6)if(b.a==r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(b.d==r.d)if(J.e(b.r,r.r))if(J.e(b.w,r.w))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}} +A.NL.prototype={ +E(){return"TooltipTriggerMode."+this.b}} +A.Us.prototype={} +A.a7F.prototype={ +E(){return"ScriptCategory."+this.b}} +A.uf.prototype={ +RW(a){switch(a.a){case 0:return this.c +case 1:return this.d +case 2:return this.e}}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.uf&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)&&b.e.k(0,s.e)}, +gu(a){var s=this +return A.T(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.US.prototype={} +A.oY.prototype={ +x6(a){return new A.cn(this,t.Ow)}, +rY(a,b,c){var s=null,r=A.a8T(s,t.oA) +return A.yv(new A.f3(r,A.j(r).i("f3<1>")),this.lg(b,s,s,c,r),b.a,s,b.b)}, +rZ(a,b){var s=null,r=A.a8T(s,t.oA) +return A.yv(new A.f3(r,A.j(r).i("f3<1>")),this.lg(a,s,b,s,r),a.a,s,a.b)}, +t_(a,b){var s=null,r=A.a8T(s,t.oA) +return A.yv(new A.f3(r,A.j(r).i("f3<1>")),this.lg(a,b,s,s,r),a.a,s,a.b)}, +lg(a,b,c,d,e){return this.a1I(a,b,c,d,e)}, +a1I(a,b,c,d,e){var s=0,r=A.a5(t.hP),q,p,o,n,m,l,k,j +var $async$lg=A.a6(function(f,g){if(f===1)return A.a2(g,r) +while(true)switch(s){case 0:l=a.a +k=A.Of().a4(l) +s=self.window.flutterCanvasKit!=null||!1?3:5 +break +case 3:p=new A.al($.ak,t.gO) +o=new A.bj(p,t.XX) +n=A.aGR() +n.open("GET",l,!0) +n.responseType="arraybuffer" +A.ao4(n,"load",A.b1(new A.a4r(n,o,k))) +A.ao4(n,"error",A.b1(o.gBK())) +n.send() +s=6 +return A.a1(p,$async$lg) +case 6:m=A.bL(t.pI.a(n.response),0,null) +if(m.byteLength===0){l=A.aod(n) +l.toString +throw A.c(A.apr(l,k))}s=b!=null?7:9 +break +case 7:j=b +s=10 +return A.a1(A.xx(m),$async$lg) +case 10:q=j.$1(g) +s=1 +break +s=8 +break +case 9:s=c!=null?11:13 +break +case 11:j=c +s=14 +return A.a1(A.xx(m),$async$lg) +case 14:q=j.$1(g) +s=1 +break +s=12 +break +case 13:q=d.$1(m) +s=1 +break +case 12:case 8:s=4 +break +case 5:q=$.Z().ON(k,new A.a4s(e)) +s=1 +break +case 4:case 1:return A.a3(q,r)}}) +return A.a4($async$lg,r)}, +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.oY&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return'NetworkImage("'+this.a+'", scale: '+this.b+")"}} +A.a4r.prototype={ +$1(a){var s,r,q,p=this.a,o=p.status +o.toString +s=o>=200&&o<300 +r=o>307&&o<400 +q=s||o===0||o===304||r +o=this.b +if(q)o.dq(0,p) +else{o.ke(a) +p=A.aod(p) +if(p==null)p=400 +throw A.c(A.apr(p,this.c))}}, +$S:2} +A.a4s.prototype={ +$2(a,b){this.a.A(0,new A.jv(a,b))}, +$S:96} +A.nM.prototype={ +h(a){var s=this +if(s.gje(s)===0)return A.aj3(s.gjh(),s.gji()) +if(s.gjh()===0)return A.aj2(s.gje(s),s.gji()) +return A.aj3(s.gjh(),s.gji())+" + "+A.aj2(s.gje(s),0)}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.nM&&b.gjh()===s.gjh()&&b.gje(b)===s.gje(s)&&b.gji()===s.gji()}, +gu(a){var s=this +return A.T(s.gjh(),s.gje(s),s.gji(),B.a,B.a,B.a,B.a,B.a,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.eI.prototype={ +gjh(){return this.a}, +gje(a){return 0}, +gji(){return this.b}, +a1(a,b){return new A.eI(this.a-b.a,this.b-b.b)}, +ad(a,b){return new A.eI(this.a+b.a,this.b+b.b)}, +am(a,b){return new A.eI(this.a*b,this.b*b)}, +ln(a){var s=a.a/2,r=a.b/2 +return new A.r(s+this.a*s,r+this.b*r)}, +OJ(a,b){var s=b.a,r=a.a,q=(b.c-s-r)/2,p=b.b,o=a.b,n=(b.d-p-o)/2 +s=s+q+this.a*q +p=p+n+this.b*n +return new A.G(s,p,s+r,p+o)}, +a4(a){return this}, +h(a){return A.aj3(this.a,this.b)}} +A.j7.prototype={ +gjh(){return 0}, +gje(a){return this.a}, +gji(){return this.b}, +a1(a,b){return new A.j7(this.a-b.a,this.b-b.b)}, +ad(a,b){return new A.j7(this.a+b.a,this.b+b.b)}, +am(a,b){return new A.j7(this.a*b,this.b*b)}, +a4(a){var s=this +switch(a.a){case 0:return new A.eI(-s.a,s.b) +case 1:return new A.eI(s.a,s.b)}}, +h(a){return A.aj2(this.a,this.b)}} +A.RL.prototype={ +am(a,b){return new A.RL(this.a*b,this.b*b,this.c*b)}, +a4(a){var s=this +switch(a.a){case 0:return new A.eI(s.a-s.b,s.c) +case 1:return new A.eI(s.a+s.b,s.c)}}, +gjh(){return this.a}, +gje(a){return this.b}, +gji(){return this.c}} +A.zx.prototype={ +E(){return"RenderComparison."+this.b}} +A.EO.prototype={ +E(){return"Axis."+this.b}} +A.Ol.prototype={ +E(){return"VerticalDirection."+this.b}} +A.qm.prototype={ +E(){return"AxisDirection."+this.b}} +A.yW.prototype={ +OL(a,b,c,d){return $.Z().iR(a,!1,c,d)}, +rQ(a){return this.OL(a,!1,null,null)}, +OM(a,b,c,d){var s=$.Z(),r=a.a +r.toString +return s.iR(r,!1,c,d)}, +a9F(a){return this.OM(a,!1,null,null)}, +OO(a,b){return A.Wn(a,b)}, +a9H(a){return this.OO(a,null)}, +$ieE:1} +A.U2.prototype={ +bB(){var s,r,q +for(s=this.a,s=A.bn(s,s.r),r=A.j(s).c;s.p();){q=s.d;(q==null?r.a(q):q).$0()}}, +ag(a,b){this.a.A(0,b)}, +V(a,b){this.a.B(0,b)}} +A.vP.prototype={ +yw(a){var s=this +return new A.Cm(s.gf5().a1(0,a.gf5()),s.ghL().a1(0,a.ghL()),s.ghE().a1(0,a.ghE()),s.giw().a1(0,a.giw()),s.gf6().a1(0,a.gf6()),s.ghK().a1(0,a.ghK()),s.gix().a1(0,a.gix()),s.ghD().a1(0,a.ghD()))}, +A(a,b){var s=this +return new A.Cm(s.gf5().ad(0,b.gf5()),s.ghL().ad(0,b.ghL()),s.ghE().ad(0,b.ghE()),s.giw().ad(0,b.giw()),s.gf6().ad(0,b.gf6()),s.ghK().ad(0,b.ghK()),s.gix().ad(0,b.gix()),s.ghD().ad(0,b.ghD()))}, +h(a){var s,r,q,p,o=this +if(o.gf5().k(0,o.ghL())&&o.ghL().k(0,o.ghE())&&o.ghE().k(0,o.giw()))if(!o.gf5().k(0,B.r))s=o.gf5().a===o.gf5().b?"BorderRadius.circular("+B.d.a5(o.gf5().a,1)+")":"BorderRadius.all("+o.gf5().h(0)+")" +else s=null +else{r=""+"BorderRadius.only(" +if(!o.gf5().k(0,B.r)){r+="topLeft: "+o.gf5().h(0) +q=!0}else q=!1 +if(!o.ghL().k(0,B.r)){if(q)r+=", " +r+="topRight: "+o.ghL().h(0) +q=!0}if(!o.ghE().k(0,B.r)){if(q)r+=", " +r+="bottomLeft: "+o.ghE().h(0) +q=!0}if(!o.giw().k(0,B.r)){if(q)r+=", " +r+="bottomRight: "+o.giw().h(0)}r+=")" +s=r.charCodeAt(0)==0?r:r}if(o.gf6().k(0,o.ghK())&&o.ghK().k(0,o.ghD())&&o.ghD().k(0,o.gix()))if(!o.gf6().k(0,B.r))p=o.gf6().a===o.gf6().b?"BorderRadiusDirectional.circular("+B.d.a5(o.gf6().a,1)+")":"BorderRadiusDirectional.all("+o.gf6().h(0)+")" +else p=null +else{r=""+"BorderRadiusDirectional.only(" +if(!o.gf6().k(0,B.r)){r+="topStart: "+o.gf6().h(0) +q=!0}else q=!1 +if(!o.ghK().k(0,B.r)){if(q)r+=", " +r+="topEnd: "+o.ghK().h(0) +q=!0}if(!o.gix().k(0,B.r)){if(q)r+=", " +r+="bottomStart: "+o.gix().h(0) +q=!0}if(!o.ghD().k(0,B.r)){if(q)r+=", " +r+="bottomEnd: "+o.ghD().h(0)}r+=")" +p=r.charCodeAt(0)==0?r:r}r=s!=null +if(r&&p!=null)return A.i(s)+" + "+p +if(r)return s +if(p!=null)return p +return"BorderRadius.zero"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.vP&&b.gf5().k(0,s.gf5())&&b.ghL().k(0,s.ghL())&&b.ghE().k(0,s.ghE())&&b.giw().k(0,s.giw())&&b.gf6().k(0,s.gf6())&&b.ghK().k(0,s.ghK())&&b.gix().k(0,s.gix())&&b.ghD().k(0,s.ghD())}, +gu(a){var s=this +return A.T(s.gf5(),s.ghL(),s.ghE(),s.giw(),s.gf6(),s.ghK(),s.gix(),s.ghD(),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.c9.prototype={ +gf5(){return this.a}, +ghL(){return this.b}, +ghE(){return this.c}, +giw(){return this.d}, +gf6(){return B.r}, +ghK(){return B.r}, +gix(){return B.r}, +ghD(){return B.r}, +fh(a){var s=this,r=s.a.hU(0,B.r),q=s.b.hU(0,B.r) +return A.Lb(a,s.c.hU(0,B.r),s.d.hU(0,B.r),r,q)}, +yw(a){if(a instanceof A.c9)return this.a1(0,a) +return this.To(a)}, +A(a,b){if(b instanceof A.c9)return this.ad(0,b) +return this.Tn(0,b)}, +a1(a,b){var s=this +return new A.c9(s.a.a1(0,b.a),s.b.a1(0,b.b),s.c.a1(0,b.c),s.d.a1(0,b.d))}, +ad(a,b){var s=this +return new A.c9(s.a.ad(0,b.a),s.b.ad(0,b.b),s.c.ad(0,b.c),s.d.ad(0,b.d))}, +am(a,b){var s=this +return new A.c9(s.a.am(0,b),s.b.am(0,b),s.c.am(0,b),s.d.am(0,b))}, +a4(a){return this}} +A.Cm.prototype={ +am(a,b){var s=this +return new A.Cm(s.a.am(0,b),s.b.am(0,b),s.c.am(0,b),s.d.am(0,b),s.e.am(0,b),s.f.am(0,b),s.r.am(0,b),s.w.am(0,b))}, +a4(a){var s=this +switch(a.a){case 0:return new A.c9(s.a.ad(0,s.f),s.b.ad(0,s.e),s.c.ad(0,s.w),s.d.ad(0,s.r)) +case 1:return new A.c9(s.a.ad(0,s.e),s.b.ad(0,s.f),s.c.ad(0,s.r),s.d.ad(0,s.w))}}, +gf5(){return this.a}, +ghL(){return this.b}, +ghE(){return this.c}, +giw(){return this.d}, +gf6(){return this.e}, +ghK(){return this.f}, +gix(){return this.r}, +ghD(){return this.w}} +A.F6.prototype={ +E(){return"BorderStyle."+this.b}} +A.bE.prototype={ +bx(a,b){var s=Math.max(0,this.b*b),r=b<=0?B.bG:this.c +return new A.bE(this.a,s,r,-1)}, +eK(){switch(this.c.a){case 1:var s=$.Z().af() +s.sR(0,this.a) +s.sep(this.b) +s.sc2(0,B.H) +return s +case 0:s=$.Z().af() +s.sR(0,B.B) +s.sep(0) +s.sc2(0,B.H) +return s}}, +geM(){return this.b*(1-(1+this.d)/2)}, +gnA(){return this.b*(1+this.d)/2}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.bE&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.T(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)}, +dh(){return"BorderSide"}} +A.c5.prototype={ +hM(a,b,c){return null}, +A(a,b){return this.hM(a,b,!1)}, +ad(a,b){var s=this.A(0,b) +if(s==null)s=b.hM(0,this,!0) +return s==null?new A.i2(A.a([b,this],t.N_)):s}, +dM(a,b){if(a==null)return this.bx(0,b) +return null}, +dN(a,b){if(a==null)return this.bx(0,1-b) +return null}, +h(a){return"ShapeBorder()"}} +A.dG.prototype={ +gov(){var s=Math.max(this.a.geM(),0) +return new A.b7(s,s,s,s)}, +dM(a,b){if(a==null)return this.bx(0,b) +return null}, +dN(a,b){if(a==null)return this.bx(0,1-b) +return null}} +A.i2.prototype={ +gov(){return B.b.CD(this.a,B.am,new A.ac7())}, +hM(a,b,c){var s,r,q,p=b instanceof A.i2 +if(!p){s=this.a +r=c?B.b.gU(s):B.b.gG(s) +q=r.hM(0,b,c) +if(q==null)q=b.hM(0,r,!c) +if(q!=null){p=A.ah(s,!0,t.RY) +p[c?p.length-1:0]=q +return new A.i2(p)}}s=A.a([],t.N_) +if(c)B.b.M(s,this.a) +if(p)B.b.M(s,b.a) +else s.push(b) +if(!c)B.b.M(s,this.a) +return new A.i2(s)}, +A(a,b){return this.hM(a,b,!1)}, +bx(a,b){var s=this.a,r=A.ad(s).i("aw<1,c5>") +return new A.i2(A.ah(new A.aw(s,new A.ac8(b),r),!0,r.i("bs.E")))}, +dM(a,b){return A.ar9(a,this,b)}, +dN(a,b){return A.ar9(this,a,b)}, +ip(a,b){return B.b.gG(this.a).ip(a,b)}, +jN(a,b,c){var s,r,q,p,o +for(s=this.a,r=s.length,q=0;q") +return new A.aw(new A.c0(s,r),new A.ac9(),r.i("aw")).cs(0," + ")}} +A.ac7.prototype={ +$2(a,b){return a.A(0,b.gov())}, +$S:233} +A.ac8.prototype={ +$1(a){return a.bx(0,this.a)}, +$S:234} +A.ac9.prototype={ +$1(a){return a.h(0)}, +$S:235} +A.OZ.prototype={} +A.Fb.prototype={ +E(){return"BoxShape."+this.b}} +A.F7.prototype={ +hM(a,b,c){return null}, +A(a,b){return this.hM(a,b,!1)}, +ip(a,b){var s=$.Z().ak() +s.qL(a) +return s}} +A.eh.prototype={ +gov(){var s,r=this +if(r.gLe()){s=r.a.geM() +return new A.b7(s,s,s,s)}return new A.b7(r.d.geM(),r.a.geM(),r.b.geM(),r.c.geM())}, +grW(){var s,r,q=this +if(q.gq0())if(q.gLe())if(q.gqz()){s=q.a.d +r=q.d.d===s&&q.c.d===s&&q.b.d===s}else r=!1 +else r=!1 +else r=!1 +return r}, +gq0(){var s=this,r=s.a.a +return s.d.a.k(0,r)&&s.c.a.k(0,r)&&s.b.a.k(0,r)}, +gLe(){var s=this,r=s.a.b +return s.d.b===r&&s.c.b===r&&s.b.b===r}, +gqz(){var s=this,r=s.a.c +return s.d.c===r&&s.c.c===r&&s.b.c===r}, +hM(a,b,c){var s=this +if(b instanceof A.eh&&A.kl(s.a,b.a)&&A.kl(s.b,b.b)&&A.kl(s.c,b.c)&&A.kl(s.d,b.d))return new A.eh(A.ih(s.a,b.a),A.ih(s.b,b.b),A.ih(s.c,b.c),A.ih(s.d,b.d)) +return null}, +A(a,b){return this.hM(a,b,!1)}, +bx(a,b){var s=this +return new A.eh(s.a.bx(0,b),s.b.bx(0,b),s.c.bx(0,b),s.d.bx(0,b))}, +dM(a,b){if(a instanceof A.eh)return A.aj8(a,this,b) +return this.Ge(a,b)}, +dN(a,b){if(a instanceof A.eh)return A.aj8(this,a,b) +return this.Gf(a,b)}, +xg(a,b,c,d,e){var s,r=this +if(r.grW()){s=r.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.ano(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.a7)){A.anp(a,b,s,c) +return}A.anq(a,b,s) +break}return}}if(r.gq0()&&r.gqz()){s=r.a +switch(s.c.a){case 0:return +case 1:A.ann(a,b,c,r.c,r.d,r.b,d,e,s) +return}}A.atJ(a,b,r.c,r.d,r.b,r.a)}, +jN(a,b,c){return this.xg(a,b,null,B.b4,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.eh&&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.T(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)}, +h(a){var s,r,q=this +if(q.grW())return"Border.all("+q.a.h(0)+")" +s=A.a([],t.s) +r=q.a +if(!r.k(0,B.u))s.push("top: "+r.h(0)) +r=q.b +if(!r.k(0,B.u))s.push("right: "+r.h(0)) +r=q.c +if(!r.k(0,B.u))s.push("bottom: "+r.h(0)) +r=q.d +if(!r.k(0,B.u))s.push("left: "+r.h(0)) +return"Border("+B.b.cs(s,", ")+")"}} +A.eO.prototype={ +gov(){var s,r=this +if(r.grW()){s=r.a.geM() +return new A.fe(s,s,s,s)}return new A.fe(r.b.geM(),r.a.geM(),r.c.geM(),r.d.geM())}, +grW(){var s,r,q,p,o=this +if(o.gq0()){s=o.a +r=s.b +q=o.b +if(q.b===r&&o.d.b===r&&o.c.b===r)if(o.gqz()){p=s.d +s=q.d===p&&o.d.d===p&&o.c.d===p}else s=!1 +else s=!1}else s=!1 +return s}, +gq0(){var s=this,r=s.a.a +return s.b.a.k(0,r)&&s.d.a.k(0,r)&&s.c.a.k(0,r)}, +gqz(){var s=this,r=s.a.c +return s.b.c===r&&s.d.c===r&&s.c.c===r}, +hM(a,b,c){var s,r,q,p=this,o=null +if(b instanceof A.eO){s=p.a +r=b.a +if(A.kl(s,r)&&A.kl(p.b,b.b)&&A.kl(p.c,b.c)&&A.kl(p.d,b.d))return new A.eO(A.ih(s,r),A.ih(p.b,b.b),A.ih(p.c,b.c),A.ih(p.d,b.d)) +return o}if(b instanceof A.eh){s=b.a +r=p.a +if(!A.kl(s,r)||!A.kl(b.c,p.d))return o +q=p.b +if(!q.k(0,B.u)||!p.c.k(0,B.u)){if(!b.d.k(0,B.u)||!b.b.k(0,B.u))return o +return new A.eO(A.ih(s,r),q,p.c,A.ih(b.c,p.d))}return new A.eh(A.ih(s,r),b.b,A.ih(b.c,p.d),b.d)}return o}, +A(a,b){return this.hM(a,b,!1)}, +bx(a,b){var s=this +return new A.eO(s.a.bx(0,b),s.b.bx(0,b),s.c.bx(0,b),s.d.bx(0,b))}, +dM(a,b){if(a instanceof A.eO)return A.aj6(a,this,b) +return this.Ge(a,b)}, +dN(a,b){if(a instanceof A.eO)return A.aj6(this,a,b) +return this.Gf(a,b)}, +xg(a,b,c,d,e){var s,r,q,p=this +if(p.grW()){s=p.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.ano(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.a7)){A.anp(a,b,s,c) +return}A.anq(a,b,s) +break}return}}switch(e.a){case 0:r=p.c +q=p.b +break +case 1:r=p.b +q=p.c +break +default:r=null +q=null}if(p.gq0()&&p.gqz()){s=p.a +switch(s.c.a){case 0:return +case 1:A.ann(a,b,c,p.d,r,q,d,e,s) +return}}A.atJ(a,b,p.d,r,q,p.a)}, +jN(a,b,c){return this.xg(a,b,null,B.b4,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.eO&&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.T(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)}, +h(a){var s=this,r=A.a([],t.s),q=s.a +if(!q.k(0,B.u))r.push("top: "+q.h(0)) +q=s.b +if(!q.k(0,B.u))r.push("start: "+q.h(0)) +q=s.c +if(!q.k(0,B.u))r.push("end: "+q.h(0)) +q=s.d +if(!q.k(0,B.u))r.push("bottom: "+q.h(0)) +return"BorderDirectional("+B.b.cs(r,", ")+")"}} +A.hu.prototype={ +gdZ(a){var s=this.c +s=s==null?null:s.gov() +return s==null?B.am:s}, +bx(a,b){var s=this,r=null,q=A.x(r,s.a,b),p=A.anr(r,s.c,b),o=A.jc(r,s.d,b),n=A.ant(r,s.e,b) +return new A.hu(q,s.b,p,o,n,r,s.w)}, +gCZ(){return this.e!=null}, +dM(a,b){if(a==null)return this.bx(0,b) +if(a instanceof A.hu)return A.ans(a,this,b) +return this.U2(a,b)}, +dN(a,b){if(a==null)return this.bx(0,1-b) +if(a instanceof A.hu)return A.ans(this,a,b) +return this.U3(a,b)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.U(b)!==A.D(r))return!1 +if(b instanceof A.hu)if(J.e(b.a,r.a))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(A.df(b.e,r.e))s=b.w===r.w +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.cG(r) +return A.T(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)}, +Ox(a,b,c){var s +switch(this.w.a){case 0:s=this.d +if(s!=null)return s.a4(c).fh(new A.G(0,0,0+a.a,0+a.b)).t(0,b) +return!0 +case 1:return b.a1(0,a.jl(B.h)).gcb()<=Math.min(a.a,a.b)/2}}, +MS(a){return new A.abv(this,a)}} +A.abv.prototype={ +Jn(a,b,c,d){var s=this.b +switch(s.w.a){case 1:a.hl(b.gbf(),b.gis()/2,c) +break +case 0:s=s.d +if(s==null||s.k(0,B.a7))a.ck(b,c) +else a.dW(s.a4(d).fh(b),c) +break}}, +a2F(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.dw(q.b) +n=q.d +this.Jn(a,new A.G(o.a-n,o.b-n,o.c+n,o.d+n),p,c)}}, +a2E(a,b,c){return}, +q(){this.Tq()}, +DK(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new A.G(n,m,n+o.a,m+o.b),k=c.d +p.a2F(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=$.Z().af() +if(!m)q.sR(0,n) +p.c=q +n=q}else n=s +n.toString +p.Jn(a,l,n,k)}p.a2E(a,l,c) +n=o.c +if(n!=null){m=o.d +m=m==null?null:m.a4(k) +n.xg(a,l,m,o.w,k)}}, +h(a){return"BoxPainter for "+this.b.h(0)}} +A.vT.prototype={ +E(){return"BoxFit."+this.b}} +A.HR.prototype={} +A.km.prototype={ +bx(a,b){var s=this +return new A.km(s.d*b,s.e,s.a,s.b.am(0,b),s.c*b)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.km&&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.T(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)}, +h(a){var s=this +return"BoxShadow("+s.a.h(0)+", "+s.b.h(0)+", "+A.j1(s.c)+", "+A.j1(s.d)+", "+s.e.h(0)+")"}} +A.e1.prototype={ +bx(a,b){return new A.e1(this.b,this.a.bx(0,b))}, +dM(a,b){var s,r +if(a instanceof A.e1){s=A.aA(a.a,this.a,b) +r=A.S(a.b,this.b,b) +r.toString +return new A.e1(A.X(r,0,1),s)}return this.nD(a,b)}, +dN(a,b){var s,r +if(a instanceof A.e1){s=A.aA(this.a,a.a,b) +r=A.S(this.b,a.b,b) +r.toString +return new A.e1(A.X(r,0,1),s)}return this.nE(a,b)}, +ip(a,b){var s=$.Z().ak() +s.Lq(this.GI(a)) +return s}, +mt(a){var s=a==null?this.a:a +return new A.e1(this.b,s)}, +jN(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.hl(b.gbf(),(b.gis()+s)/2,r.eK()) +else a.km(this.GI(b).dL(s/2),r.eK()) +break}}, +GI(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.a62(a.gbf(),a.gis()/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.aie(b.b,s.b)}, +gu(a){return A.T(A.D(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)}, +h(a){return"ColorSwatch(primary value: "+this.TQ(0)+")"}} +A.jj.prototype={ +dh(){return"Decoration"}, +gdZ(a){return B.am}, +gCZ(){return!1}, +dM(a,b){return null}, +dN(a,b){return null}, +Ox(a,b,c){return!0}} +A.Fa.prototype={ +q(){}} +A.PN.prototype={} +A.rp.prototype={ +E(){return"ImageRepeat."+this.b}} +A.cC.prototype={ +gOy(){var s=this +return s.geO(s)+s.geP(s)+s.gfJ(s)+s.gfH()}, +A(a,b){var s=this +return new A.ns(s.geO(s)+b.geO(b),s.geP(s)+b.geP(b),s.gfJ(s)+b.gfJ(b),s.gfH()+b.gfH(),s.ger(s)+b.ger(b),s.geN(s)+b.geN(b))}, +d8(a,b,c){var s=this +return new A.ns(A.X(s.geO(s),b.a,c.a),A.X(s.geP(s),b.c,c.b),A.X(s.gfJ(s),0,c.c),A.X(s.gfH(),0,c.d),A.X(s.ger(s),b.b,c.e),A.X(s.geN(s),b.d,c.f))}, +h(a){var s=this +if(s.gfJ(s)===0&&s.gfH()===0){if(s.geO(s)===0&&s.geP(s)===0&&s.ger(s)===0&&s.geN(s)===0)return"EdgeInsets.zero" +if(s.geO(s)===s.geP(s)&&s.geP(s)===s.ger(s)&&s.ger(s)===s.geN(s))return"EdgeInsets.all("+B.d.a5(s.geO(s),1)+")" +return"EdgeInsets("+B.d.a5(s.geO(s),1)+", "+B.d.a5(s.ger(s),1)+", "+B.d.a5(s.geP(s),1)+", "+B.d.a5(s.geN(s),1)+")"}if(s.geO(s)===0&&s.geP(s)===0)return"EdgeInsetsDirectional("+B.d.a5(s.gfJ(s),1)+", "+B.d.a5(s.ger(s),1)+", "+B.d.a5(s.gfH(),1)+", "+B.d.a5(s.geN(s),1)+")" +return"EdgeInsets("+B.d.a5(s.geO(s),1)+", "+B.d.a5(s.ger(s),1)+", "+B.d.a5(s.geP(s),1)+", "+B.d.a5(s.geN(s),1)+") + EdgeInsetsDirectional("+B.d.a5(s.gfJ(s),1)+", 0.0, "+B.d.a5(s.gfH(),1)+", 0.0)"}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.cC&&b.geO(b)===s.geO(s)&&b.geP(b)===s.geP(s)&&b.gfJ(b)===s.gfJ(s)&&b.gfH()===s.gfH()&&b.ger(b)===s.ger(s)&&b.geN(b)===s.geN(s)}, +gu(a){var s=this +return A.T(s.geO(s),s.geP(s),s.gfJ(s),s.gfH(),s.ger(s),s.geN(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.b7.prototype={ +geO(a){return this.a}, +ger(a){return this.b}, +geP(a){return this.c}, +geN(a){return this.d}, +gfJ(a){return 0}, +gfH(){return 0}, +A(a,b){if(b instanceof A.b7)return this.ad(0,b) +return this.FL(0,b)}, +d8(a,b,c){var s=this +return new A.b7(A.X(s.a,b.a,c.a),A.X(s.b,b.b,c.e),A.X(s.c,b.c,c.b),A.X(s.d,b.d,c.f))}, +a1(a,b){var s=this +return new A.b7(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +ad(a,b){var s=this +return new A.b7(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +am(a,b){var s=this +return new A.b7(s.a*b,s.b*b,s.c*b,s.d*b)}, +a4(a){return this}, +r7(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.b7(r,q,p,a==null?s.d:a)}, +BN(a){return this.r7(a,null,null,null)}} +A.fe.prototype={ +gfJ(a){return this.a}, +ger(a){return this.b}, +gfH(){return this.c}, +geN(a){return this.d}, +geO(a){return 0}, +geP(a){return 0}, +A(a,b){if(b instanceof A.fe)return this.ad(0,b) +return this.FL(0,b)}, +a1(a,b){var s=this +return new A.fe(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +ad(a,b){var s=this +return new A.fe(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +am(a,b){var s=this +return new A.fe(s.a*b,s.b*b,s.c*b,s.d*b)}, +a4(a){var s=this +switch(a.a){case 0:return new A.b7(s.c,s.b,s.a,s.d) +case 1:return new A.b7(s.a,s.b,s.c,s.d)}}} +A.ns.prototype={ +am(a,b){var s=this +return new A.ns(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +a4(a){var s=this +switch(a.a){case 0:return new A.b7(s.d+s.a,s.e,s.c+s.b,s.f) +case 1:return new A.b7(s.c+s.a,s.e,s.d+s.b,s.f)}}, +geO(a){return this.a}, +geP(a){return this.b}, +gfJ(a){return this.c}, +gfH(){return this.d}, +ger(a){return this.e}, +geN(a){return this.f}} +A.a1L.prototype={ +K(a){var s,r,q,p +for(s=this.b,r=s.gba(s),r=new A.dR(J.an(r.a),r.b),q=A.j(r).z[1];r.p();){p=r.a;(p==null?q.a(p):p).q()}s.K(0) +for(s=this.a,r=s.gba(s),r=new A.dR(J.an(r.a),r.b),q=A.j(r).z[1];r.p();){p=r.a +if(p==null)p=q.a(p) +p.a.V(0,p.b)}s.K(0) +this.f=0}, +KA(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.Yb(c)}else b.q()}, +B4(a,b,c){var s=this.c.bS(0,a,new A.a1N(this,b,a)) +if(s.b==null)s.b=c}, +Qw(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=null,j={},i=l.a,h=i.j(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.B4(b,j,q.b) +h.m(0,b,q) +return j}p=l.c.j(0,b) +if(p!=null){j=p.a +i=p.b +if(j.w)A.a0(A.ab(u.V)) +h=new A.rr(j) +h.uu(j) +l.KA(b,new A.Bt(j,i,h),k) +return j}try{g=j.a=c.$0() +l.B4(b,g,k) +h=g}catch(o){s=A.aq(o) +r=A.aV(o) +d.$2(s,r) +return k}j.b=!1 +n=A.aO("pendingImage") +m=new A.fB(new A.a1O(j,l,b,!0,k,n),k,k) +n.b=new A.Sc(h,m) +i.m(0,b,n.aN()) +j.a.ag(0,m) +return j.a}, +Yb(a){var s,r,q,p,o,n=this,m=n.b,l=A.j(m).i("bd<1>") +while(!0){if(!(n.f>104857600||m.a>1000))break +s=new A.bd(m,l) +r=s.gW(s) +if(!r.p())A.a0(A.cs()) +q=r.gD(r) +p=m.j(0,q) +s=n.f +o=p.b +o.toString +n.f=s-o +p.q() +m.B(0,q)}}} +A.a1N.prototype={ +$0(){return A.aF0(this.b,new A.a1M(this.a,this.c))}, +$S:236} +A.a1M.prototype={ +$0(){this.a.c.B(0,this.b)}, +$S:0} +A.a1O.prototype={ +$2(a,b){var s,r,q,p,o,n=this +if(a!=null){s=a.a +r=s.gaG(s)*s.gaD(s)*4 +s.q()}else r=null +s=n.a +q=s.a +if(q.w)A.a0(A.ab(u.V)) +p=new A.rr(q) +p.uu(q) +o=new A.Bt(q,r,p) +p=n.b +q=n.c +p.B4(q,s.a,r) +if(n.d)p.KA(q,o,n.e) +else o.q() +p.a.B(0,q) +if(!s.b){q=n.f.aN() +q.a.V(0,q.b)}s.b=!0}, +$S:237} +A.P8.prototype={ +q(){$.cX.cx$.push(new A.ac0(this))}} +A.ac0.prototype={ +$1(a){var s=this.a,r=s.c +if(r!=null)r.q() +s.c=null}, +$S:3} +A.Bt.prototype={} +A.uN.prototype={ +Xi(a,b,c){var s=new A.adZ(this,b) +this.d=s +if(a.w)A.a0(A.ab(u.V)) +a.x.push(s)}, +h(a){return"#"+A.cg(this)}} +A.adZ.prototype={ +$0(){var s,r,q +this.b.$0() +s=this.a +r=s.a +q=s.d +q===$&&A.b() +if(r.w)A.a0(A.ab(u.V)) +B.b.B(r.x,q) +s.VX()}, +$S:0} +A.Sc.prototype={} +A.ro.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.ro&&b.a==s.a&&b.b==s.b&&J.e(b.c,s.c)&&b.d==s.d&&J.e(b.e,s.e)&&b.f==s.f}, +gu(a){var s=this +return A.T(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)}, +h(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.h(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("devicePixelRatio: "+B.d.a5(p,1)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.h(0)) +q=p +s=!0}p=r.d +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.h(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("size: "+p.h(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.fZ.prototype={ +a4(a){var s=new A.a1V() +this.YX(a,new A.a1T(this,a,s),new A.a1U(this,a,s)) +return s}, +YX(a,b,c){var s,r,q,p,o,n={} +n.a=null +n.b=!1 +s=new A.a1Q(n,c) +r=null +try{r=this.x6(a)}catch(o){q=A.aq(o) +p=A.aV(o) +s.$2(q,p) +return}r.c1(new A.a1P(n,this,b,s),t.H).lo(s)}, +ty(a,b,c,d){var s,r +if(b.a!=null){s=$.mM.rz$ +s===$&&A.b() +s.Qw(0,c,new A.a1R(b),d) +return}s=$.mM.rz$ +s===$&&A.b() +r=s.Qw(0,c,new A.a1S(this,c),d) +if(r!=null)b.F4(r)}, +rY(a,b,c){throw A.c(A.Y("Implement loadBuffer for faster image loading"))}, +rZ(a,b){return new A.un(A.a([],t.XZ),A.a([],t.u))}, +t_(a,b){return new A.un(A.a([],t.XZ),A.a([],t.u))}, +h(a){return"ImageConfiguration()"}} +A.a1T.prototype={ +$2(a,b){this.a.ty(this.b,this.c,a,b)}, +$S(){return A.j(this.a).i("~(fZ.T,~(J,db?))")}} +A.a1U.prototype={ +$3(a,b,c){return this.RT(a,b,c)}, +RT(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:s=2 +return A.a1(null,$async$$3) +case 2:p=q.c +if(p.a==null)p.F4(new A.acN(A.a([],t.XZ),A.a([],t.u))) +p=p.a +p.toString +p.tx(A.bI("while resolving an image"),b,null,!0,c) +return A.a3(null,r)}}) +return A.a4($async$$3,r)}, +$S(){return A.j(this.a).i("af<~>(fZ.T?,J,db?)")}} +A.a1Q.prototype={ +RS(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.RS(a,b)}, +$S:238} +A.a1P.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +try{p.c.$2(a,p.d)}catch(q){s=A.aq(q) +r=A.aV(q) +p.d.$2(s,r)}}, +$S(){return A.j(this.b).i("aT(fZ.T)")}} +A.a1R.prototype={ +$0(){var s=this.a.a +s.toString +return s}, +$S:97} +A.a1S.prototype={ +$0(){var s=this.a,r=this.b,q=s.t_(r,$.mM.ga9G()) +if(q instanceof A.un){q=s.rZ(r,$.mM.ga9E()) +if(q instanceof A.un)q=s.rY(0,r,$.mM.ga9B())}return q}, +$S:97} +A.un.prototype={} +A.kP.prototype={ +x6(a){return new A.cn(this,t.Q6)}, +rY(a,b,c){return A.yv(null,this.a1c(b,c),"MemoryImage("+("#"+A.cg(b.a))+")",null,1)}, +rZ(a,b){return A.yv(null,this.a1b(a,b),"MemoryImage("+("#"+A.cg(a.a))+")",null,1)}, +t_(a,b){return A.yv(null,this.a1a(a,b),"MemoryImage("+("#"+A.cg(a.a))+")",null,1)}, +me(a,b,c,d){return this.a1H(a,b,c,d)}, +a1a(a,b){return this.me(a,b,null,null)}, +a1b(a,b){return this.me(a,null,b,null)}, +a1c(a,b){return this.me(a,null,null,b)}, +a1H(a,b,c,d){var s=0,r=A.a5(t.hP),q,p=this,o +var $async$me=A.a6(function(e,f){if(e===1)return A.a2(f,r) +while(true)switch(s){case 0:s=b!=null?3:4 +break +case 3:o=b +s=5 +return A.a1(A.xx(p.a),$async$me) +case 5:q=o.$1(f) +s=1 +break +case 4:s=c!=null?6:7 +break +case 6:o=c +s=8 +return A.a1(A.xx(p.a),$async$me) +case 8:q=o.$1(f) +s=1 +break +case 7:q=d.$1(p.a) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$me,r)}, +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.kP&&b.a===this.a&&!0}, +gu(a){return A.T(A.hR(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)}, +h(a){return"MemoryImage("+("#"+A.cg(this.a))+", scale: 1)"}} +A.acN.prototype={} +A.K5.prototype={ +h(a){return this.b}, +$ic2:1} +A.iv.prototype={ +dA(a){return new A.iv(this.a.dA(0),this.b,this.c)}, +h(a){var s=this.c +s=s!=null?s+" ":"" +return s+this.a.h(0)+" @ "+A.j1(this.b)+"x"}, +gu(a){return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.iv&&b.a===s.a&&b.b===s.b&&b.c==s.c}} +A.fB.prototype={ +gu(a){return A.T(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.U(b)!==A.D(s))return!1 +return b instanceof A.fB&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}, +aaV(a,b){return this.a.$2(a,b)}} +A.jv.prototype={} +A.a1V.prototype={ +F4(a){var s,r=this +r.a=a +s=r.b +if(s!=null){r.b=null +a.f=!0 +B.b.a0(s,a.gLo(a)) +r.a.f=!1}}, +ag(a,b){var s=this.a +if(s!=null)return s.ag(0,b) +s=this.b;(s==null?this.b=A.a([],t.XZ):s).push(b)}, +V(a,b){var s,r=this.a +if(r!=null)return r.V(0,b) +for(s=0;r=this.b,s")),n),!0,n.i("k.E")) +s=!1 +for(o=m.length,l=0;l")),r),!0,r.i("k.E")) +for(s=q.length,p=0;p=s.a}else r=!0 +if(r){s=p.at +p.HX(new A.iv(s.gfq(s).dA(0),p.Q,p.d)) +p.ax=a +s=p.at +p.ay=s.glq(s) +s=p.at +s.gfq(s).q() +p.at=null +q=B.e.h8(p.ch,p.z.grF()) +if(p.z.gxB()===-1||q<=p.z.gxB())p.nO() +return}s.toString +r=p.ax +r===$&&A.b() +p.CW=A.dc(new A.bm(B.e.ac(s.a-(a.a-r.a))),new A.a47(p))}, +nO(){var s=0,r=A.a5(t.H),q,p=2,o,n=this,m,l,k,j,i +var $async$nO=A.a6(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:j=n.at +if(j!=null)j.gfq(j).q() +n.at=null +p=4 +s=7 +return A.a1(n.z.io(),$async$nO) +case 7:n.at=b +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.aq(i) +l=A.aV(i) +n.tx(A.bI("resolving an image frame"),m,n.as,!0,l) +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:if(n.z.grF()===1){if(n.a.length===0){s=1 +break}j=n.at +n.HX(new A.iv(j.gfq(j).dA(0),n.Q,n.d)) +j=n.at +j.gfq(j).q() +n.at=null +s=1 +break}n.JX() +case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$nO,r)}, +JX(){if(this.cx)return +this.cx=!0 +$.cX.u2(this.ga_R())}, +HX(a){this.SF(a);++this.ch}, +ag(a,b){var s,r=this +if(r.a.length===0){s=r.z +if(s!=null)s=r.b==null||s.grF()>1 +else s=!1}else s=!1 +if(s)r.nO() +r.Um(0,b)}, +V(a,b){var s,r=this +r.Un(0,b) +if(r.a.length===0){s=r.CW +if(s!=null)s.bW(0) +r.CW=null}}, +v4(){var s,r=this +r.Ul() +if(r.w){s=r.y +if(s!=null)s.x8(null) +s=r.y +if(s!=null)s.bW(0) +r.y=null}}} +A.a48.prototype={ +$2(a,b){this.a.tx(A.bI("resolving an image codec"),a,this.b,!0,b)}, +$S:39} +A.a49.prototype={ +$2(a,b){this.a.tx(A.bI("loading an image"),a,this.b,!0,b)}, +$S:39} +A.a47.prototype={ +$0(){this.a.JX()}, +$S:0} +A.QV.prototype={} +A.QX.prototype={} +A.QW.prototype={} +A.Er.prototype={} +A.rw.prototype={ +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.rw)if(b.a===this.a)if(b.b==this.b)s=A.df(b.f,this.f) +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){return A.T(this.a,this.b,this.c,!1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +h(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.i(this.b)+", recognizer: "+A.i(this.c)+"}"}} +A.iw.prototype={ +Se(a){var s={} +s.a=null +this.bK(new A.a25(s,a,new A.Er())) +return s.a}, +Re(a){var s,r=new A.cl("") +this.Mq(r,!0,a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +aj(a,b){var s={} +if(b<0)return null +s.a=null +this.bK(new A.a24(s,b,new A.Er())) +return s.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.iw&&J.e(b.a,this.a)}, +gu(a){return J.v(this.a)}} +A.a25.prototype={ +$1(a){var s=a.Sf(this.b,this.c) +this.a.a=s +return s==null}, +$S:48} +A.a24.prototype={ +$1(a){var s=a.a6i(this.b,this.c) +this.a.a=s +return s==null}, +$S:48} +A.cS.prototype={ +bx(a,b){var s=this.a.bx(0,b) +return new A.cS(this.b.am(0,b),s)}, +dM(a,b){var s,r,q=this +if(a instanceof A.cS){s=A.aA(a.a,q.a,b) +r=A.jc(a.b,q.b,b) +r.toString +return new A.cS(r,s)}if(a instanceof A.e1){s=A.aA(a.a,q.a,b) +return new A.f4(q.b,1-b,a.b,s)}return q.nD(a,b)}, +dN(a,b){var s,r,q=this +if(a instanceof A.cS){s=A.aA(q.a,a.a,b) +r=A.jc(q.b,a.b,b) +r.toString +return new A.cS(r,s)}if(a instanceof A.e1){s=A.aA(q.a,a.a,b) +return new A.f4(q.b,b,a.b,s)}return q.nE(a,b)}, +mt(a){var s=a==null?this.a:a +return new A.cS(this.b,s)}, +ip(a,b){var s=$.Z().ak() +s.iC(this.b.a4(b).fh(a)) +return s}, +jN(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.dW(s.a4(c).fh(b),o.eK()) +else{r=$.Z().af() +r.sR(0,o.a) +q=s.a4(c).fh(b) +p=q.dL(-o.geM()) +a.jn(q.dL(o.gnA()),p,r)}break}}, +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.cS&&b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gu(a){return A.T(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)}, +h(a){return"RoundedRectangleBorder("+this.a.h(0)+", "+this.b.h(0)+")"}} +A.f4.prototype={ +bx(a,b){var s=this.a.bx(0,b) +return new A.f4(this.b.am(0,b),b,this.d,s)}, +dM(a,b){var s,r,q,p=this +if(a instanceof A.cS){s=A.aA(a.a,p.a,b) +r=A.jc(a.b,p.b,b) +r.toString +return new A.f4(r,p.c*b,p.d,s)}if(a instanceof A.e1){s=A.aA(a.a,p.a,b) +r=p.c +return new A.f4(p.b,r+(1-r)*(1-b),a.b,s)}if(a instanceof A.f4){s=A.aA(a.a,p.a,b) +r=A.jc(a.b,p.b,b) +r.toString +q=A.S(a.c,p.c,b) +q.toString +return new A.f4(r,q,p.d,s)}return p.nD(a,b)}, +dN(a,b){var s,r,q,p=this +if(a instanceof A.cS){s=A.aA(p.a,a.a,b) +r=A.jc(p.b,a.b,b) +r.toString +return new A.f4(r,p.c*(1-b),p.d,s)}if(a instanceof A.e1){s=A.aA(p.a,a.a,b) +r=p.c +return new A.f4(p.b,r+(1-r)*b,a.b,s)}if(a instanceof A.f4){s=A.aA(p.a,a.a,b) +r=A.jc(p.b,a.b,b) +r.toString +q=A.S(p.c,a.c,b) +q.toString +return new A.f4(r,q,p.d,s)}return p.nE(a,b)}, +JU(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=3)q.a9() +else if(s>=2)q.b=!0}, +gxn(){var s=this.e +if(s==null){s=this.d +s=s==null?null:s.Re(!1) +this.e=s}return s==null?"":s}, +sEa(a,b){if(this.f===b)return +this.f=b +this.a9()}, +scY(a){var s,r=this +if(r.r===a)return +r.r=a +r.a9() +s=r.CW +if(s!=null)s.q() +r.CW=null}, +sEb(a){var s,r=this +if(r.w===a)return +r.w=a +r.a9() +s=r.CW +if(s!=null)s.q() +r.CW=null}, +sa7D(a){if(this.x==a)return +this.x=a +this.a9()}, +sDb(a,b){if(J.e(this.y,b))return +this.y=b +this.a9()}, +sDi(a){if(this.z==a)return +this.z=a +this.a9()}, +sEd(a){if(this.as===a)return +this.as=a +this.a9()}, +ns(a){if(a==null||a.length===0||A.df(a,this.ch))return +this.ch=a +this.a9()}, +HF(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null,e=g.d.a +if(e==null)e=f +else{s=g.f +r=g.r +if(r==null)r=a +q=g.w +p=g.z +o=g.at +n=g.x +m=g.y +l=e.at +o=l==null?f:new A.Np(l) +k=e.w +j=e.x +i=e.d +h=e.r +if(h==null)h=14 +e=e.as +e=A.akq(n,i,h*q,j,k,e,m,p,f,s,r,o)}if(e==null){e=g.f +s=g.r +if(s==null)s=a +r=g.w +q=g.z +p=g.at +p=A.akq(g.x,f,14*r,f,f,f,g.y,q,f,e,s,p) +e=p}return e}, +Z0(){return this.HF(null)}, +gDQ(){var s,r,q=this,p=q.CW +if(p==null){p=q.HF(B.Q) +s=$.Z().w3(p) +p=q.d +if(p==null)r=null +else{p=p.a +r=p==null?null:p.EQ(q.w)}if(r!=null)s.xs(r) +s.qM(" ") +p=s.bt() +p.lM(B.Gs) +q.CW=p}return p.gaG(p)}, +gaD(a){var s=this.as,r=this.a +s=s===B.hV?r.gt2():r.gaD(r) +return Math.ceil(s)}, +f8(a){var s +switch(a.a){case 0:s=this.a +return s.gqN(s) +case 1:s=this.a +return s.gOz(s)}}, +HE(){var s,r,q,p=this,o=p.d +if(o==null)throw A.c(A.ab("TextPainter.text must be set to a non-null value before using the TextPainter.")) +s=p.Z0() +r=$.Z().w3(s) +s=p.w +o.M_(r,p.ch,s) +p.ay=r.gQa() +q=r.bt() +p.a=q +p.b=!1 +return q}, +IY(a,b){var s,r,q=this +q.a.lM(new A.mN(b)) +if(a!==b){switch(q.as.a){case 1:s=Math.ceil(q.a.gt2()) +break +case 0:s=Math.ceil(q.a.gDh()) +break +default:s=null}s=A.X(s,a,b) +r=q.a +if(s!==Math.ceil(r.gaD(r)))q.a.lM(new A.mN(s))}}, +D8(a,b){var s=this,r=s.a==null +if(!r&&b===s.cx&&a===s.cy)return +if(s.b||r)s.HE() +s.cx=b +s.cy=a +s.dx=s.dy=null +s.IY(b,a) +s.ax=s.a.tV()}, +wV(){return this.D8(1/0,0)}, +bi(a,b){var s,r=this,q=r.cx,p=r.cy +if(r.a==null||q==null||p==null)throw A.c(A.ab("TextPainter.paint called when text geometry was not yet calculated.\nPlease call layout() before paint() to position the text before painting it.")) +if(r.b){r.HE() +r.IY(q,p)}s=r.a +s.toString +a.hZ(s,b)}, +Ib(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.gxn().length +if(h===0||a>h)return null +s=B.c.aj(i.gxn(),Math.max(0,a-1)) +r=s&64512 +q=r===55296||r===56320||i.d.aj(0,a)===8205||s===8207||s===8206 +p=q?2:1 +o=A.a([],t.Lx) +for(r=-h,n=!q,m=s===10;o.length===0;){l=a-p +k=i.a +k.toString +o=k.xZ(Math.max(0,l),a,B.iD) +if(o.length===0){if(n&&m)break +if(l>>0,n=!q;o.length===0;){m=a+p +o=this.a.xZ(a,m,B.iD) +if(o.length===0){if(n)break +if(m>=r)break +p*=2 +continue}l=B.b.gG(o).e===B.t?B.b.gG(o):B.b.gU(o) +r=l.e +n=r===B.t?l.a:l.c +k=l.b +return new A.uM(new A.r(n,k),r,l.d-k)}return null}, +y5(a,b){var s,r,q,p,o,n=this,m=a.a<0?B.wd:n.Hw(a) +if(m instanceof A.BP){s=n.f +r=n.r +r.toString +q=A.aEa(s,r) +p=q===0?0:q*n.gaD(n) +return new A.r(p,m.a)}t.YL.a(m) +switch(m.b.a){case 0:s=m.a +o=new A.r(s.a-(b.c-b.a),s.b) +break +case 1:o=m.a +break +default:o=null}return new A.r(A.X(o.a,0,n.gaD(n)),o.b)}, +S1(a,b){var s +if(a.a<0)return null +s=this.Hw(a) +return s instanceof A.uM?s.c:null}, +Hw(a){var s,r,q,p=this +if(a.k(0,p.dx)){s=p.db +s===$&&A.b() +return s}r=a.a +switch(a.b.a){case 0:q=p.Ib(r) +if(q==null)q=p.Ia(r) +break +case 1:q=p.Ia(r) +if(q==null)q=p.Ib(r) +break +default:q=null}p.dx=a +return p.db=q==null?B.wd:q}, +q(){var s=this,r=s.CW +if(r!=null)r.q() +s.CW=null +r=s.a +if(r!=null)r.q() +s.d=s.a=null}} +A.B0.prototype={ +gN2(a){return this.e}, +gEw(){return!0}, +lF(a,b){t.l.b(a)}, +M_(a,b,c){var s,r,q,p,o=this.a,n=o!=null +if(n)a.xs(o.EQ(c)) +o=this.b +if(o!=null)try{a.qM(o)}catch(q){o=A.aq(q) +if(o instanceof A.ib){s=o +r=A.aV(q) +A.ez(new A.c_(s,r,"painting library",A.bI("while building a TextSpan"),null,!1)) +a.qM("\ufffd")}else throw q}o=this.c +if(o!=null)for(p=0;p<1;++p)o[p].M_(a,b,c) +if(n)a.ih()}, +bK(a){var s,r +if(this.b!=null)if(!a.$1(this))return!1 +s=this.c +if(s!=null)for(r=0;r<1;++r)if(!s[r].bK(a))return!1 +return!0}, +Sf(a,b){var s,r,q,p,o=this.b +if(o==null)return null +s=a.b +r=a.a +q=b.a +p=q+o.length +if(!(q===r&&s===B.ae))if(!(q0?q:B.d4 +if(p===B.c7)return p}else p=B.d4 +s=n.c +if(s!=null)for(r=b.c,o=0;o<1;++o){q=s[o].bu(0,r[o]) +if(q.a>p.a)p=q +if(p===B.c7)return p}return p}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +if(!s.Up(0,b))return!1 +return b instanceof A.B0&&b.b==s.b&&s.e.k(0,b.e)&&A.df(b.c,s.c)}, +gu(a){var s=this,r=null,q=A.iw.prototype.gu.call(s,s),p=s.c +p=p==null?r:A.cG(p) +return A.T(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)}, +dh(){return"TextSpan"}, +$iav:1, +$ikQ:1, +gDt(){return null}, +gDu(){return null}} +A.q.prototype={ +goR(){return this.e}, +gmj(a){return this.d}, +kh(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){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=a0.ay +if(a1==null&&b7==null)s=a4==null?a0.b:a4 +else s=null +r=a0.ch +if(r==null&&a2==null)q=a3==null?a0.c:a3 +else q=null +p=b3==null?a0.r:b3 +o=b6==null?a0.w:b6 +n=b4==null?a0.x:b4 +m=c0==null?a0.y:c0 +l=c6==null?a0.z:c6 +k=c5==null?a0.Q:c5 +j=b8==null?a0.as:b8 +i=b9==null?a0.at:b9 +a1=b7==null?a1:b7 +r=a2==null?r:a2 +h=c4==null?a0.dy:c4 +g=b5==null?a0.fx:b5 +f=a6==null?a0.CW:a6 +e=a7==null?a0.cx:a7 +d=a8==null?a0.cy:a8 +c=a9==null?a0.db:a9 +b=b0==null?a0.gmj(a0):b0 +a=b1==null?a0.e:b1 +return A.u6(r,q,s,null,f,e,d,c,b,a,a0.fr,p,n,g,o,a1,j,a0.a,i,m,a0.ax,a0.fy,a0.f,h,k,l)}, +iH(a){return this.kh(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)}, +a6U(a){return this.kh(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null)}, +MF(a,b){return this.kh(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)}, +a6Y(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){return this.kh(a,b,c,null,d,e,f,g,null,null,h,i,j,null,k,l,m,null,n,o,null,null,p,q,r)}, +a7_(a,b){return this.kh(null,null,null,null,null,null,null,null,a,b,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +a6R(a){return this.kh(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)}, +a6S(a){return this.kh(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)}, +a6Q(a){return this.kh(a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +fm(a,b,c,d,e,a0,a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.ay +if(f==null)s=a==null?h.b:a +else s=g +r=h.ch +if(r==null)q=h.c +else q=g +p=h.gmj(h) +o=h.r +o=o==null?g:o*a2+a1 +n=h.w +n=n==null?g:B.kt[B.e.d8(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.u6(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)}, +d3(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.gmj(a4) +a2=a4.e +a3=a4.f +return this.kh(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)}, +EQ(a){var s,r,q=this,p=q.goR(),o=q.r +o=o==null?null:o*a +s=q.ch +if(s==null){s=q.c +if(s!=null){r=$.Z().af() +r.sR(0,s) +s=r}else s=null}return A.aqN(s,q.b,q.CW,q.cx,q.cy,q.db,q.d,p,q.fr,o,q.x,q.fx,q.w,q.ay,q.as,q.at,q.y,q.ax,q.dy,q.Q,q.z)}, +bu(a,b){var s=this +if(s===b)return B.d4 +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.df(s.dy,b.dy)||!A.df(s.fr,b.fr)||!A.df(s.fx,b.fx)||!A.df(s.goR(),b.goR())||!1)return B.c7 +if(!J.e(s.b,b.b)||!J.e(s.c,b.c)||!J.e(s.CW,b.CW)||!J.e(s.cx,b.cx)||s.cy!=b.cy||s.db!=b.db)return B.Hg +return B.d4}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.U(b)!==A.D(r))return!1 +if(b instanceof A.q)if(b.a===r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(b.r==r.r)if(b.w==r.w)if(b.x==r.x)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)if(b.as==r.as)if(b.at==r.at)if(b.ay==r.ay)if(b.ch==r.ch)if(A.df(b.dy,r.dy))if(A.df(b.fr,r.fr))if(A.df(b.fx,r.fx))if(J.e(b.CW,r.CW))if(J.e(b.cx,r.cx))if(b.cy==r.cy)if(b.db==r.db)if(b.d==r.d)if(A.df(b.goR(),r.goR()))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 +return s}, +gu(a){var s,r=this,q=null,p=r.goR(),o=p==null?q:A.cG(p),n=A.T(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.cG(m) +s=l==null?q:A.cG(l) +return A.T(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)}, +dh(){return"TextStyle"}, +giQ(a){return this.w}, +gjA(a){return this.x}} +A.Ub.prototype={} +A.a8r.prototype={ +h(a){return"Simulation"}} +A.a8E.prototype={ +h(a){return"SpringDescription(mass: "+B.d.a5(this.a,1)+", stiffness: "+B.e.a5(this.b,1)+", damping: "+B.d.a5(this.c,1)+")"}} +A.Ax.prototype={ +E(){return"SpringType."+this.b}} +A.a8F.prototype={ +j5(a,b){return this.b+this.c.j5(0,b)}, +lr(a,b){return this.c.lr(0,b)}, +D_(a){var s=this.c +return A.atG(s.j5(0,a),0,this.a.a)&&A.atG(s.lr(0,a),0,this.a.c)}, +h(a){var s=this.c +return"SpringSimulation(end: "+B.d.a5(this.b,1)+", "+s.gxQ(s).h(0)+")"}} +A.acc.prototype={ +j5(a,b){return(this.b+this.c*b)*Math.pow(2.718281828459045,this.a*b)}, +lr(a,b){var s=this.a,r=Math.pow(2.718281828459045,s*b),q=this.c +return s*(this.b+q*b)*r+q*r}, +gxQ(a){return B.IH}} +A.aeC.prototype={ +j5(a,b){var s=this +return s.c*Math.pow(2.718281828459045,s.a*b)+s.d*Math.pow(2.718281828459045,s.b*b)}, +lr(a,b){var s=this,r=s.a,q=s.b +return s.c*r*Math.pow(2.718281828459045,r*b)+s.d*q*Math.pow(2.718281828459045,q*b)}, +gxQ(a){return B.IJ}} +A.afZ.prototype={ +j5(a,b){var s=this,r=s.a*b +return Math.pow(2.718281828459045,s.b*b)*(s.c*Math.cos(r)+s.d*Math.sin(r))}, +lr(a,b){var s,r=this,q=r.b,p=Math.pow(2.718281828459045,q*b),o=r.a,n=o*b,m=Math.cos(n),l=Math.sin(n) +n=r.d +s=r.c +return p*(n*o*m-s*o*l)+q*p*(n*l+s*m)}, +gxQ(a){return B.II}} +A.NK.prototype={ +h(a){return"Tolerance(distance: \xb1"+A.i(this.a)+", time: \xb10.001, velocity: \xb1"+A.i(this.c)+")"}} +A.tn.prototype={ +CH(){var s=this,r=s.y1$ +r===$&&A.b() +r=r.e +r.toString +r.sBL(s.N0()) +if(s.y1$.e.C$!=null)s.Sr()}, +CO(){}, +CJ(){}, +N0(){var s,r=$.aR().d.j(0,0),q=r.x +if(q==null){s=self.window.devicePixelRatio +q=s===0?1:s}return new A.Op(r.gkI().fi(0,q),q)}, +a0V(){var s,r=this.y1$ +r===$&&A.b() +r=r.e +r.toString +s=t.O +s.a(A.V.prototype.gco.call(r)).ch.A(0,r) +s.a(A.V.prototype.gco.call(r)).pm()}, +a0Z(a){var s=this.y1$ +s===$&&A.b() +s.e.toString +s=$.e3;(s==null?$.e3=A.ky():s).acq(a)}, +a0X(){var s=this.y1$ +s===$&&A.b() +s.e.r_()}, +a17(a){B.G3.qd("first-frame",null,!1,t.H)}, +a0v(a){this.Cj() +this.a3S()}, +a3S(){$.cX.cx$.push(new A.a6B(this))}, +LD(){--this.aC$ +if(!this.az$)this.F0()}, +Cj(){var s=this,r=s.y1$ +r===$&&A.b() +r.O6() +s.y1$.O5() +s.y1$.O7() +if(s.az$||s.aC$===0){s.y1$.e.a6o() +s.y1$.O8() +s.az$=!0}}, +$iav:1, +$ieE:1} +A.a6B.prototype={ +$1(a){var s=this.a,r=s.xr$ +r.toString +s=s.y1$ +s===$&&A.b() +r.acm(s.e.ga9p())}, +$S:3} +A.OX.prototype={} +A.aW.prototype={ +r8(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.aW(r,q,p,a==null?s.d:a)}, +a72(a,b){return this.r8(null,null,a,b)}, +a71(a,b){return this.r8(null,a,null,b)}, +a70(a,b){return this.r8(a,null,b,null)}, +MC(a){return this.r8(a,null,null,null)}, +a6V(a){return this.r8(null,a,null,null)}, +C4(a){var s=this,r=a.gOy(),q=a.ger(a)+a.geN(a),p=Math.max(0,s.a-r),o=Math.max(0,s.c-q) +return new A.aW(p,Math.max(p,s.b-r),o,Math.max(o,s.d-q))}, +oA(a){var s=this,r=a.a,q=a.b,p=a.c,o=a.d +return new A.aW(A.X(s.a,r,q),A.X(s.b,r,q),A.X(s.c,p,o),A.X(s.d,p,o))}, +Ef(a,b){var s,r,q=this,p=b==null,o=q.a,n=p?o:A.X(b,o,q.b),m=q.b +p=p?m:A.X(b,o,m) +o=a==null +m=q.c +s=o?m:A.X(a,m,q.d) +r=q.d +return new A.aW(n,p,s,o?r:A.X(a,m,r))}, +xI(a){return this.Ef(a,null)}, +xJ(a){return this.Ef(null,a)}, +aP(a){var s=this +return new A.R(A.X(a.a,s.a,s.b),A.X(a.b,s.c,s.d))}, +Ms(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.R(A.X(0,m,l),A.X(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=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.U(b)!==A.D(s))return!1 +return b instanceof A.aW&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.T(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)}, +h(a){var s,r=this,q=r.gaa3()?"":"; 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.XD() +return"BoxConstraints("+s.$3(p,r.b,"w")+", "+s.$3(r.c,r.d,"h")+q+")"}} +A.XD.prototype={ +$3(a,b,c){if(a===b)return c+"="+B.d.a5(a,1) +return B.d.a5(a,1)+"<="+c+"<="+B.d.a5(b,1)}, +$S:247} +A.lY.prototype={ +Ly(a,b,c){if(c!=null){c=A.a3C(A.apI(c)) +if(c==null)return!1}return this.vE(a,b,c)}, +vD(a,b,c){var s,r=b==null,q=r?c:c.a1(0,b) +r=!r +if(r)this.c.push(new A.S4(new A.r(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.Qe() +return s}, +vE(a,b,c){var s,r=c==null,q=r?b:A.fG(c,b) +r=!r +if(r)this.c.push(new A.RA(c)) +s=a.$2(this,q) +if(r)this.Qe() +return s}} +A.qw.prototype={ +h(a){return"#"+A.cg(this.a)+"@"+this.c.h(0)}} +A.f9.prototype={ +h(a){return"offset="+this.a.h(0)}} +A.wi.prototype={} +A.C5.prototype={ +E(){return"_IntrinsicDimension."+this.b}} +A.C6.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.C6&&b.a===this.a&&b.b===this.b}, +gu(a){return A.T(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.N.prototype={ +j9(a){if(!(a.e instanceof A.f9))a.e=new A.f9(B.h)}, +b5(a,b,c){var s=this.id +if(s==null)s=this.id=A.E(t.oc,t.i) +return s.bS(0,new A.C6(a,b),new A.a66(c,b))}, +b6(a){return 0}, +aY(a){return 0}, +bd(a){return 0}, +j6(a){var s=this.k1 +if(s==null)s=this.k1=A.E(t.hK,t.FW) +return s.bS(0,a,new A.a68(this,a))}, +cO(a){return B.N}, +gl1(){var s=this.k3 +return new A.G(0,0,0+s.a,0+s.b)}, +y_(a,b){var s=null +try{s=this.nk(a)}finally{}if(s==null&&!b)return this.k3.b +return s}, +S_(a){return this.y_(a,!1)}, +nk(a){var s=this,r=s.k4 +if(r==null)r=s.k4=A.E(t._0,t.PM) +r.bS(0,a,new A.a67(s,a)) +return s.k4.j(0,a)}, +f8(a){return null}, +Yq(){var s,r=this,q=r.k4,p=q==null +if(!(!p&&q.a!==0)){s=r.id +if(!(s!=null&&s.a!==0)){s=r.k1 +s=s!=null&&s.a!==0}else s=!0}else s=!0 +if(s){if(!p)q.K(0) +q=r.id +if(q!=null)q.K(0) +q=r.k1 +if(q!=null)q.K(0) +return!0}return!1}, +a9(){var s=this +if(s.Yq()&&s.c instanceof A.P){s.t7() +return}s.V7()}, +f0(a,b){var s,r=this +if(r.k3!=null)if(!a.k(0,A.P.prototype.gbg.call(r))){s=r.k4 +s=s!=null&&s.a!==0}else s=!1 +else s=!1 +if(s){s=r.k4 +if(s!=null)s.K(0)}r.V6(a,b)}, +lM(a){return this.f0(a,!1)}, +xm(){this.k3=this.cO(A.P.prototype.gbg.call(this))}, +cD(){}, +cB(a,b){var s=this +if(s.k3.t(0,b))if(s.eW(a,b)||s.jB(b)){a.A(0,new A.qw(b,s)) +return!0}return!1}, +jB(a){return!1}, +eW(a,b){return!1}, +hR(a,b){var s,r=a.e +r.toString +s=t.x.a(r).a +b.aA(0,s.a,s.b)}, +ER(a){var s,r,q,p,o,n=this.hx(0,null) +if(n.kg(n)===0)return B.h +s=new A.es(new Float64Array(3)) +s.f3(0,0,1) +r=new A.es(new Float64Array(3)) +r.f3(0,0,0) +q=n.kH(r) +r=new A.es(new Float64Array(3)) +r.f3(0,0,1) +p=n.kH(r).a1(0,q) +r=new A.es(new Float64Array(3)) +r.f3(a.a,a.b,0) +o=n.kH(r) +r=o.a1(0,p.Sp(s.Np(o)/s.Np(p))).a +return new A.r(r[0],r[1])}, +gDL(){var s=this.k3 +return new A.G(0,0,0+s.a,0+s.b)}, +lF(a,b){this.V5(a,b)}} +A.a66.prototype={ +$0(){return this.a.$1(this.b)}, +$S:58} +A.a68.prototype={ +$0(){return this.a.cO(this.b)}, +$S:248} +A.a67.prototype={ +$0(){return this.a.f8(this.b)}, +$S:249} +A.dp.prototype={ +a7j(a){var s,r,q,p=this.aO$ +for(s=A.j(this).i("dp.1?");p!=null;){r=s.a(p.e) +q=p.nk(a) +if(q!=null)return q+r.a.b +p=r.an$}return null}, +C0(a){var s,r,q,p,o=this.aO$ +for(s=A.j(this).i("dp.1"),r=null;o!=null;){q=o.e +q.toString +s.a(q) +p=o.nk(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.an$}return r}, +w6(a,b){var s,r,q={},p=q.a=this.i1$ +for(s=A.j(this).i("dp.1");p!=null;p=r){p=p.e +p.toString +s.a(p) +if(a.vD(new A.a65(q,b,p),p.a,b))return!0 +r=p.dt$ +q.a=r}return!1}, +oq(a,b){var s,r,q,p,o,n=this.aO$ +for(s=A.j(this).i("dp.1"),r=b.a,q=b.b;n!=null;){p=n.e +p.toString +s.a(p) +o=p.a +a.jO(n,new A.r(o.a+r,o.b+q)) +n=p.an$}}} +A.a65.prototype={ +$2(a,b){return this.a.a.cB(a,b)}, +$S:18} +A.BC.prototype={ +aQ(a){this.US(0)}} +A.hM.prototype={ +h(a){return this.ul(0)+"; id="+A.i(this.e)}} +A.a44.prototype={ +fd(a,b){var s,r=this.b.j(0,a) +r.f0(b,!0) +s=r.k3 +s.toString +return s}, +fv(a,b){var s=this.b.j(0,a).e +s.toString +t.Wz.a(s).a=b}, +Y6(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=A.E(t.K,t.q) +for(r=t.Wz,q=b;q!=null;q=n){p=q.e +p.toString +s=r.a(p) +p=m.b +p.toString +o=s.e +o.toString +p.m(0,o,q) +n=s.an$}m.xl(a)}finally{m.b=l}}, +h(a){return"MultiChildLayoutDelegate"}} +A.zz.prototype={ +j9(a){if(!(a.e instanceof A.hM))a.e=new A.hM(null,null,B.h)}, +sC6(a){var s=this,r=s.O +if(r===a)return +if(A.D(a)!==A.D(r)||a.pJ(r))s.a9() +s.O=a +s.b!=null}, +b1(a){this.W5(a)}, +aQ(a){this.W6(0)}, +b6(a){var s=A.ew(a,1/0),r=s.aP(new A.R(A.X(1/0,s.a,s.b),A.X(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +aY(a){var s=A.ew(a,1/0),r=s.aP(new A.R(A.X(1/0,s.a,s.b),A.X(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +bd(a){var s=A.ew(1/0,a),r=s.aP(new A.R(A.X(1/0,s.a,s.b),A.X(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +cO(a){return a.aP(new A.R(A.X(1/0,a.a,a.b),A.X(1/0,a.c,a.d)))}, +cD(){var s=this,r=A.P.prototype.gbg.call(s) +r=r.aP(new A.R(A.X(1/0,r.a,r.b),A.X(1/0,r.c,r.d))) +s.k3=r +s.O.Y6(r,s.aO$)}, +bi(a,b){this.oq(a,b)}, +eW(a,b){return this.w6(a,b)}} +A.CN.prototype={ +b1(a){var s,r,q +this.iv(a) +s=this.aO$ +for(r=t.Wz;s!=null;){s.b1(a) +q=s.e +q.toString +s=r.a(q).an$}}, +aQ(a){var s,r,q +this.h5(0) +s=this.aO$ +for(r=t.Wz;s!=null;){s.aQ(0) +q=s.e +q.toString +s=r.a(q).an$}}} +A.T1.prototype={} +A.GL.prototype={ +ag(a,b){var s=this.a +return s==null?null:s.ag(0,b)}, +V(a,b){var s=this.a +return s==null?null:s.V(0,b)}, +gSx(){return null}, +SP(a){return this.nt(a)}, +a9n(a){return null}, +h(a){var s=A.cg(this),r=this.a +r=r==null?null:r.h(0) +if(r==null)r="" +return"#"+s+"("+r+")"}} +A.zA.prototype={ +sxh(a){var s=this.v +if(s==a)return +this.v=a +this.HM(a,s)}, +sOf(a){var s=this.a2 +if(s==a)return +this.a2=a +this.HM(a,s)}, +HM(a,b){var s=this,r=a==null +if(r)s.aR() +else if(b==null||A.D(a)!==A.D(b)||a.nt(b))s.aR() +if(s.b!=null){if(b!=null)b.V(0,s.gfY()) +if(!r)a.ag(0,s.gfY())}if(r){if(s.b!=null)s.bZ()}else if(b==null||A.D(a)!==A.D(b)||a.SP(b))s.bZ()}, +sabg(a){if(this.a_.k(0,a))return +this.a_=a +this.a9()}, +b6(a){var s +if(this.C$==null){s=this.a_.a +return isFinite(s)?s:0}return this.yR(a)}, +aY(a){var s +if(this.C$==null){s=this.a_.a +return isFinite(s)?s:0}return this.yQ(a)}, +bd(a){var s +if(this.C$==null){s=this.a_.b +return isFinite(s)?s:0}return this.yP(a)}, +b1(a){var s,r=this +r.nG(a) +s=r.v +if(s!=null)s.ag(0,r.gfY()) +s=r.a2 +if(s!=null)s.ag(0,r.gfY())}, +aQ(a){var s=this,r=s.v +if(r!=null)r.V(0,s.gfY()) +r=s.a2 +if(r!=null)r.V(0,s.gfY()) +s.m8(0)}, +eW(a,b){var s=this.a2 +if(s!=null){s=s.a9n(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.yS(a,b)}, +jB(a){var s +if(this.v!=null)s=!0 +else s=!1 +return s}, +cD(){this.yT() +this.bZ()}, +r3(a){return a.aP(this.a_)}, +Jp(a,b,c){var s +A.aO("debugPreviousCanvasSaveCount") +a.bp(0) +if(!b.k(0,B.h))a.aA(0,b.a,b.b) +s=this.k3 +s.toString +c.bi(a,s) +a.aJ(0)}, +bi(a,b){var s,r,q=this +if(q.v!=null){s=a.gaT(a) +r=q.v +r.toString +q.Jp(s,b,r) +q.K4(a)}q.k6(a,b) +if(q.a2!=null){s=a.gaT(a) +r=q.a2 +r.toString +q.Jp(s,b,r) +q.K4(a)}}, +K4(a){}, +hX(a){var s,r=this +r.la(a) +r.b4=null +s=r.a2 +r.bv=s==null?null:s.gSx() +a.a=!1}, +vL(a,b,c){var s,r,q,p,o=this +o.aW=A.apZ(o.aW,B.kA) +o.bN=A.apZ(o.bN,B.kA) +s=o.aW +r=s!=null&&!s.gY(s) +s=o.bN +q=s!=null&&!s.gY(s) +s=A.a([],t.QF) +if(r){p=o.aW +p.toString +B.b.M(s,p)}B.b.M(s,c) +if(q){p=o.bN +p.toString +B.b.M(s,p)}o.V4(a,b,s)}, +r_(){this.Gc() +this.bN=this.aW=null}} +A.Z4.prototype={} +A.zC.prototype={ +Xc(a){var s,r,q,p,o=this +try{r=o.O +if(r!==""){q=$.av2() +s=$.Z().w3(q) +s.xs($.av3()) +s.qM(r) +r=s.bt() +o.ar!==$&&A.fu() +o.ar=r}else{o.ar!==$&&A.fu() +o.ar=null}}catch(p){}}, +aY(a){return 1e5}, +bd(a){return 1e5}, +gnw(){return!0}, +jB(a){return!0}, +cO(a){return a.aP(B.IB)}, +bi(a,b){var s,r,q,p,o,n,m,l,k,j,i=this +try{p=a.gaT(a) +o=i.k3 +n=b.a +m=b.b +l=o.a +o=o.b +k=$.Z().af() +k.sR(0,$.av1()) +p.ck(new A.G(n,m,n+l,m+o),k) +p=i.ar +p===$&&A.b() +if(p!=null){s=i.k3.a +r=0 +q=0 +if(s>328){s-=128 +r+=64}p.lM(new A.mN(s)) +if(i.k3.b>96+p.gaG(p)+12)q+=96 +a.gaT(a).hZ(p,b.ad(0,new A.r(r,q)))}}catch(j){}}} +A.HU.prototype={ +E(){return"FlexFit."+this.b}} +A.fz.prototype={ +h(a){return this.ul(0)+"; flex="+A.i(this.e)+"; fit="+A.i(this.f)}} +A.Js.prototype={ +E(){return"MainAxisSize."+this.b}} +A.mB.prototype={ +E(){return"MainAxisAlignment."+this.b}} +A.o2.prototype={ +E(){return"CrossAxisAlignment."+this.b}} +A.zD.prototype={ +j9(a){if(!(a.e instanceof A.fz))a.e=new A.fz(null,null,B.h)}, +zX(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=this +if(g.L===B.fj)return 0 +s=g.O +r=g.aO$ +if(s===c){for(s=t.US,q=0,p=0,o=0;r!=null;){n=r.e +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +if(m>0){n=a.$2(r,b) +l=r.e +l.toString +l=s.a(l).e +o=Math.max(o,n/(l==null?0:l))}else p+=a.$2(r,b) +n=r.e +n.toString +r=s.a(n).an$}return o*q+p}else{for(s=t.US,q=0,p=0,k=0;r!=null;){n=r.e +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +j=A.aO("mainSize") +i=A.aO("crossSize") +if(m===0){switch(g.O.a){case 0:n=r.b5(B.a5,1/0,r.gbE()) +if(j.b!==j)A.a0(A.oG(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.a0(A.oG(i.a)) +i.b=n +break +case 1:n=r.b5(B.Z,1/0,r.gbD()) +if(j.b!==j)A.a0(A.oG(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.a0(A.oG(i.a)) +i.b=n +break}n=j.b +if(n===j)A.a0(A.fh(j.a)) +p+=n +n=i.b +if(n===i)A.a0(A.fh(i.a)) +k=Math.max(k,A.ft(n))}n=r.e +n.toString +r=s.a(n).an$}h=Math.max(0,(b-p)/q) +r=g.aO$ +for(;r!=null;){n=r.e +n.toString +m=s.a(n).e +if(m==null)m=0 +if(m>0)k=Math.max(k,A.ft(a.$2(r,h*m))) +n=r.e +n.toString +r=s.a(n).an$}return k}}, +b6(a){return this.zX(new A.a6b(),a,B.X)}, +aY(a){return this.zX(new A.a6a(),a,B.X)}, +bd(a){return this.zX(new A.a69(),a,B.df)}, +f8(a){if(this.O===B.X)return this.C0(a) +return this.a7j(a)}, +uM(a){switch(this.O.a){case 0:return a.b +case 1:return a.a}}, +uO(a){switch(this.O.a){case 0:return a.a +case 1:return a.b}}, +cO(a){var s +if(this.L===B.fj)return B.N +s=this.Hz(a,A.nE()) +switch(this.O.a){case 0:return a.aP(new A.R(s.a,s.b)) +case 1:return a.aP(new A.R(s.b,s.a))}}, +Hz(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.O===B.X?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.e +l.toString +s.a(l) +k=l.e +if(k==null)k=0 +if(k>0){o+=k +p=a1}else{if(c.L===B.dp)switch(c.O.a){case 0:j=A.lX(q,b) +break +case 1:j=A.lX(b,r) +break +default:j=b}else switch(c.O.a){case 0:j=new A.aW(0,1/0,0,q) +break +case 1:j=new A.aW(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.uO(i) +n=Math.max(n,A.ft(c.uM(i)))}a1=l.an$}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.e +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.aO("minChildExtent") +l=a1.e +l.toString +l=s.a(l).f +switch((l==null?B.jV:l).a){case 0:if(d.b!==d)A.a0(A.oG(d.a)) +d.b=e +break +case 1:if(d.b!==d)A.a0(A.oG(d.a)) +d.b=0 +break}if(c.L===B.dp)switch(c.O.a){case 0:l=d.b +if(l===d)A.a0(A.fh(d.a)) +j=new A.aW(l,e,q,q) +break +case 1:l=d.b +if(l===d)A.a0(A.fh(d.a)) +j=new A.aW(r,r,l,e) +break +default:j=b}else switch(c.O.a){case 0:l=d.b +if(l===d)A.a0(A.fh(d.a)) +j=new A.aW(l,e,0,q) +break +case 1:l=d.b +if(l===d)A.a0(A.fh(d.a)) +j=new A.aW(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.uO(i) +f+=e +n=Math.max(n,A.ft(c.uM(i)))}l=a1.e +l.toString +a1=s.a(l).an$}}return new A.adW(a0&&c.I===B.hh?a:m,n,m)}, +cD(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=A.P.prototype.gbg.call(a),a1=a.Hz(a0,A.nF()),a2=a1.a,a3=a1.b +if(a.L===B.fj){s=a.aO$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.bA +n.toString +m=s.y_(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +o=Math.max(s.k3.b-m,o) +a3=Math.max(p+o,a3)}n=s.e +n.toString +s=r.a(n).an$}}else q=0 +switch(a.O.a){case 0:r=a.k3=a0.aP(new A.R(a2,a3)) +a2=r.a +a3=r.b +break +case 1:r=a.k3=a0.aP(new A.R(a3,a2)) +a2=r.b +a3=r.a +break}l=a2-a1.c +a.ce=Math.max(0,-l) +k=Math.max(0,l) +j=A.aO("leadingSpace") +i=A.aO("betweenSpace") +r=A.asG(a.O,a.b2,a.au) +h=r===!1 +switch(a.ar.a){case 0:j.sdY(0) +i.sdY(0) +break +case 1:j.sdY(k) +i.sdY(0) +break +case 2:j.sdY(k/2) +i.sdY(0) +break +case 3:j.sdY(0) +r=a.dd$ +i.sdY(r>1?k/(r-1):0) +break +case 4:r=a.dd$ +i.sdY(r>0?k/r:0) +j.sdY(i.aN()/2) +break +case 5:r=a.dd$ +i.sdY(r>0?k/(r+1):0) +j.sdY(i.aN()) +break}g=h?a2-j.aN():j.aN() +s=a.aO$ +for(r=t.US,n=a3/2,f=i.a;s!=null;){e=s.e +e.toString +r.a(e) +d=a.L +switch(d.a){case 0:case 1:if(A.asG(A.aIB(a.O),a.b2,a.au)===(d===B.jF))c=0 +else{d=s.k3 +d.toString +c=a3-a.uM(d)}break +case 2:d=s.k3 +d.toString +c=n-a.uM(d)/2 +break +case 3:c=0 +break +case 4:if(a.O===B.X){d=a.bA +d.toString +m=s.y_(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.k3 +d.toString +g-=a.uO(d)}switch(a.O.a){case 0:e.a=new A.r(g,c) +break +case 1:e.a=new A.r(c,g) +break}if(h){d=i.b +if(d===i)A.a0(A.fh(f)) +g-=d}else{d=s.k3 +d.toString +d=a.uO(d) +b=i.b +if(b===i)A.a0(A.fh(f)) +g+=d+b}s=e.an$}}, +eW(a,b){return this.w6(a,b)}, +bi(a,b){var s,r,q,p=this +if(!(p.ce>1e-10)){p.oq(a,b) +return}s=p.k3 +if(s.gY(s))return +s=p.C +r=p.cx +r===$&&A.b() +q=p.k3 +s.sbJ(0,a.xq(r,b,new A.G(0,0,0+q.a,0+q.b),p.ga7k(),p.df,s.a))}, +q(){this.C.sbJ(0,null) +this.W7()}, +ot(a){var s +switch(this.df.a){case 0:return null +case 1:case 2:case 3:if(this.ce>1e-10){s=this.k3 +s=new A.G(0,0,0+s.a,0+s.b)}else s=null +return s}}, +dh(){return this.V9()}} +A.a6b.prototype={ +$2(a,b){return a.b5(B.af,b,a.gbM())}, +$S:67} +A.a6a.prototype={ +$2(a,b){return a.b5(B.a5,b,a.gbE())}, +$S:67} +A.a69.prototype={ +$2(a,b){return a.b5(B.Z,b,a.gbD())}, +$S:67} +A.adW.prototype={} +A.T2.prototype={ +b1(a){var s,r,q +this.iv(a) +s=this.aO$ +for(r=t.US;s!=null;){s.b1(a) +q=s.e +q.toString +s=r.a(q).an$}}, +aQ(a){var s,r,q +this.h5(0) +s=this.aO$ +for(r=t.US;s!=null;){s.aQ(0) +q=s.e +q.toString +s=r.a(q).an$}}} +A.T3.prototype={} +A.CO.prototype={ +q(){var s,r,q +for(s=this.a8_$,r=s.length,q=0;q>")) +this.i6(new A.EC(s,c.i("EC<0>")),b,!0,c) +return s.length===0?null:B.b.gG(s).a}, +Xx(a){var s,r=this +if(!r.y&&r.z!=null){s=r.z +s.toString +a.Lu(s) +return}r.ka(a) +r.y=!1}, +dh(){var s=this.U9() +return s+(this.b==null?" DETACHED":"")}} +A.J5.prototype={ +sbJ(a,b){var s=this.a +if(b==null?s==null:b===s)return +if(s!=null)if(--s.x===0)s.q() +this.a=b +if(b!=null)++b.x}, +h(a){var s=this.a +return"LayerHandle("+(s!=null?J.ev(s):"DISPOSED")+")"}} +A.KW.prototype={ +sQ8(a){var s +this.ft() +s=this.cx +if(s!=null)s.q() +this.cx=a}, +q(){this.sQ8(null) +this.FT()}, +ka(a){var s=this.cx +s.toString +a.Ls(B.h,s,this.cy,this.db)}, +i6(a,b,c){return!1}} +A.fT.prototype={ +q8(a){var s +this.Ux(a) +if(!a)return +s=this.CW +for(;s!=null;){s.q8(!0) +s=s.Q}}, +a5V(a){var s=this +s.xT() +s.ka(a) +if(s.e>0)s.q8(!0) +s.y=!1 +return a.bt()}, +q(){this.E2() +this.d.K(0) +this.FT()}, +xT(){var s,r=this +r.Uy() +s=r.CW +for(;s!=null;){s.xT() +r.y=r.y||s.y +s=s.Q}}, +i6(a,b,c,d){var s,r,q +for(s=this.cx,r=a.a;s!=null;s=s.as){if(s.i6(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +b1(a){var s +this.yx(a) +s=this.CW +for(;s!=null;){s.b1(a) +s=s.Q}}, +aQ(a){var s +this.h5(0) +s=this.CW +for(;s!=null;){s.aQ(0) +s=s.Q}this.q8(!1)}, +hP(a,b){var s,r=this +r.ft() +s=b.e +if(s!==0)r.vu(s) +r.FE(b) +s=b.as=r.cx +if(s!=null)s.Q=b +r.cx=b +if(r.CW==null)r.CW=b +b.w.sbJ(0,b)}, +E2(){var s,r,q,p,o=this,n=o.CW +for(s=t.Hb;n!=null;n=r){r=n.Q +n.Q=n.as=null +o.ft() +q=n.e +if(q!==0){q=-q +o.e+=q +p=s.a(A.V.prototype.gbm.call(o,o)) +if(p!=null)p.vu(q)}o.yy(n) +n.w.sbJ(0,null)}o.cx=o.CW=null}, +ka(a){this.mm(a)}, +mm(a){var s=this.CW +for(;s!=null;){s.Xx(a) +s=s.Q}}} +A.jJ.prototype={ +siV(a,b){if(!b.k(0,this.p1))this.ft() +this.p1=b}, +i6(a,b,c,d){return this.pN(a,b.a1(0,this.p1),!0,d)}, +ka(a){var s=this,r=s.p1 +s.skp(a.DS(r.a,r.b,t.Ff.a(s.z))) +s.mm(a) +a.ih()}} +A.wd.prototype={ +i6(a,b,c,d){if(!this.p1.t(0,b))return!1 +return this.pN(a,b,!0,d)}, +ka(a){var s=this,r=s.p1 +r.toString +s.skp(a.Qr(r,s.p2,t.GB.a(s.z))) +s.mm(a) +a.ih()}} +A.wc.prototype={ +i6(a,b,c,d){if(!this.p1.t(0,b))return!1 +return this.pN(a,b,!0,d)}, +ka(a){var s=this,r=s.p1 +r.toString +s.skp(a.Qp(r,s.p2,t.cW.a(s.z))) +s.mm(a) +a.ih()}} +A.wb.prototype={ +i6(a,b,c,d){if(!this.p1.t(0,b))return!1 +return this.pN(a,b,!0,d)}, +ka(a){var s=this,r=s.p1 +r.toString +s.skp(a.Qn(r,s.p2,t.L5.a(s.z))) +s.mm(a) +a.ih()}} +A.B9.prototype={ +sc6(a,b){var s=this +if(b.k(0,s.X))return +s.X=b +s.aH=!0 +s.ft()}, +ka(a){var s,r,q=this +q.ah=q.X +if(!q.p1.k(0,B.h)){s=q.p1 +s=A.a3B(s.a,s.b,0) +r=q.ah +r.toString +s.cC(0,r) +q.ah=s}q.skp(a.Qv(q.ah.a,t.qf.a(q.z))) +q.mm(a) +a.ih()}, +a4B(a){var s,r=this +if(r.aH){s=r.X +s.toString +r.ae=A.a3C(A.apI(s)) +r.aH=!1}s=r.ae +if(s==null)return null +return A.fG(s,a)}, +i6(a,b,c,d){var s=this.a4B(b) +if(s==null)return!1 +return this.UL(a,s,!0,d)}} +A.Kk.prototype={ +sLE(a,b){var s=this,r=s.X +if(b!=r){if(b===255||r===255)s.skp(null) +s.X=b +s.ft()}}, +ka(a){var s,r,q,p=this +if(p.CW==null){p.skp(null) +return}s=p.X +s.toString +r=p.p1 +q=p.z +if(s<255)p.skp(a.Qt(s,r,t.Tg.a(q))) +else p.skp(a.DS(r.a,r.b,t.Ff.a(q))) +p.mm(a) +a.ih()}} +A.vC.prototype={ +i6(a,b,c,d){var s,r,q,p=this,o=p.pN(a,b,!0,d),n=a.a +if(n.length!==0&&!0)return o +s=p.p2 +if(s!=null){r=p.p3 +q=r.a +r=r.b +s=!new A.G(q,r,q+s.a,r+s.b).t(0,b)}else s=!1 +if(s)return o +if(A.c7(p.$ti.c)===A.c7(d)){o=o||!1 +n.push(new A.vD(d.a(p.p1),b.a1(0,p.p3),d.i("vD<0>")))}return o}} +A.Rg.prototype={} +A.RP.prototype={ +abK(a){var s=this.a +this.a=a +return s}, +h(a){var s="#",r=A.cg(this.b),q=this.a.a +return s+A.cg(this)+"("+("latestEvent: "+(s+r))+", "+("annotations: [list of "+q+"]")+")"}} +A.RQ.prototype={ +gkj(a){var s=this.c +return s.gkj(s)}} +A.JP.prototype={ +ID(a){var s,r,q,p,o,n,m=t._h,l=A.kK(null,null,null,m,t.xV) +for(s=a.a,r=s.length,q=0;q") +this.a.a8j(a.gkj(a),a.d,A.yb(new A.bd(s,r),new A.a40(),r.i("k.E"),t.Pb))}, +acs(a,b){var s,r,q,p,o +if(a.gf_(a)!==B.d2)return +if(t.ks.b(a))return +s=t.PB.b(a)?A.aoC():b.$0() +r=a.gkj(a) +q=this.b +p=q.j(0,r) +if(!A.aBM(p,a))return +o=q.a +new A.a43(this,p,a,r,s).$0() +if(o!==0!==(q.a!==0))this.bB()}, +acm(a){new A.a41(this,a).$0()}} +A.a40.prototype={ +$1(a){return a.gN2(a)}, +$S:251} +A.a43.prototype={ +$0(){var s=this +new A.a42(s.a,s.b,s.c,s.d,s.e).$0()}, +$S:0} +A.a42.prototype={ +$0(){var s,r,q,p,o,n=this,m=null,l=n.b +if(l==null){s=n.c +if(t.PB.b(s))return +n.a.b.m(0,n.d,new A.RP(A.kK(m,m,m,t._h,t.xV),s))}else{s=n.c +if(t.PB.b(s))n.a.b.B(0,s.gkj(s))}r=n.a +q=r.b.j(0,n.d) +if(q==null){l.toString +q=l}p=q.b +q.b=s +o=t.PB.b(s)?A.kK(m,m,m,t._h,t.xV):r.ID(n.e) +r.Io(new A.RQ(q.abK(o),o,p,s))}, +$S:0} +A.a41.prototype={ +$0(){var s,r,q,p,o,n,m,l +for(s=this.a,r=s.b,r=r.gba(r),r=new A.dR(J.an(r.a),r.b),q=this.b,p=A.j(r).z[1];r.p();){o=r.a +if(o==null)o=p.a(o) +n=o.b +m=s.ZT(o,q) +l=o.a +o.a=m +s.Io(new A.RQ(l,m,n,null))}}, +$S:0} +A.a3Z.prototype={ +$2(a,b){var s +if(!this.a.ai(0,a))if(a.gEw()&&a.gDu(a)!=null){s=a.gDu(a) +s.toString +s.$1(this.b.b8(this.c.j(0,a)))}}, +$S:252} +A.a4_.prototype={ +$1(a){return!this.a.ai(0,a)}, +$S:253} +A.Vo.prototype={} +A.e8.prototype={ +aQ(a){}, +h(a){return""}} +A.t6.prototype={ +jO(a,b){var s,r=this +if(a.gfW()){r.ui() +if(!a.cy){s=a.ay +s===$&&A.b() +s=!s}else s=!0 +if(s)A.apy(a,null,!0) +else if(a.db)A.aC1(a) +s=a.ch.a +s.toString +t.gY.a(s) +s.siV(0,b) +r.LJ(s)}else{s=a.ay +s===$&&A.b() +if(s){a.ch.sbJ(0,null) +a.Ay(r,b)}else a.Ay(r,b)}}, +LJ(a){a.kN(0) +this.a.hP(0,a)}, +gaT(a){var s,r,q=this +if(q.e==null){q.c=A.aC4(q.b) +s=$.Z() +r=s.MW() +q.d=r +q.e=s.MT(r,null) +r=q.c +r.toString +q.a.hP(0,r)}s=q.e +s.toString +return s}, +ui(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sQ8(r.d.rr()) +r.e=r.d=r.c=null}, +Fa(){var s=this.c +if(s!=null)if(!s.cy){s.cy=!0 +s.ft()}}, +tr(a,b,c,d){var s,r=this +if(a.CW!=null)a.E2() +r.ui() +r.LJ(a) +s=r.a77(a,d==null?r.b:d) +b.$2(s,c) +s.ui()}, +Qs(a,b,c){return this.tr(a,b,c,null)}, +a77(a,b){return new A.t6(a,b)}, +xq(a,b,c,d,e,f){var s,r,q=this +if(e===B.M){d.$2(q,b) +return null}s=c.dw(b) +if(a){r=f==null?new A.wd(B.aS,A.E(t.S,t.Q),A.aE()):f +if(!s.k(0,r.p1)){r.p1=s +r.ft()}if(e!==r.p2){r.p2=e +r.ft()}q.tr(r,d,b,s) +return r}else{q.a6e(s,e,s,new A.a4X(q,d,b)) +return null}}, +Qq(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.M){e.$2(p,b) +return null}s=c.dw(b) +r=d.dw(b) +if(a){q=g==null?new A.wc(B.bK,A.E(t.S,t.Q),A.aE()):g +if(!r.k(0,q.p1)){q.p1=r +q.ft()}if(f!==q.p2){q.p2=f +q.ft()}p.tr(q,e,b,s) +return q}else{p.a6d(r,f,s,new A.a4W(p,e,b)) +return null}}, +Qo(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.M){e.$2(p,b) +return null}s=c.dw(b) +r=d.dw(b) +if(a){q=g==null?new A.wb(B.bK,A.E(t.S,t.Q),A.aE()):g +if(r!==q.p1){q.p1=r +q.ft()}if(f!==q.p2){q.p2=f +q.ft()}p.tr(q,e,b,s) +return q}else{p.a6c(r,f,s,new A.a4V(p,e,b)) +return null}}, +xt(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.a3B(q,p,0) +o.cC(0,c) +o.aA(0,-q,-p) +if(a){s=e==null?A.aqV(null):e +s.sc6(0,o) +r.tr(s,d,b,A.aph(o,r.b)) +return s}else{q=r.gaT(r) +q.bp(0) +q.N(0,o.a) +d.$2(r,b) +r.gaT(r).aJ(0) +return null}}, +abm(a,b,c,d){return this.xt(a,b,c,d,null)}, +Qu(a,b,c,d){var s=d==null?A.apu():d +s.sLE(0,b) +s.siV(0,a) +this.Qs(s,c,B.h) +return s}, +h(a){return"PaintingContext#"+A.hR(this)+"(layer: "+this.a.h(0)+", canvas bounds: "+this.b.h(0)+")"}} +A.a4X.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a4W.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a4V.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.YJ.prototype={} +A.ta.prototype={ +pm(){var s=this.cx +if(s!=null)s.a.Co()}, +sabX(a){var s=this.e +if(s===a)return +if(s!=null)s.aQ(0) +this.e=a +a.b1(this)}, +O6(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this +try{for(o=t.O,n=t.TT;m=g.r,m.length!==0;){s=m +g.r=A.a([],n) +m=s +l=new A.a5d() +if(!!m.immutable$list)A.a0(A.Y("sort")) +k=m.length-1 +if(k-0<=32)A.MT(m,0,k,l) +else A.MS(m,0,k,l) +for(r=0;r")) +h.uv(l,k,j,i.c) +B.b.M(m,h) +break}}q=J.bD(s,r) +if(q.z){m=q +m=o.a(A.V.prototype.gco.call(m))===g}else m=!1 +if(m)q.a1E()}g.f=!1}for(o=g.CW,o=A.bn(o,o.r),n=A.j(o).c;o.p();){m=o.d +p=m==null?n.a(m):m +p.O6()}}finally{g.f=!1}}, +O5(){var s,r,q,p,o=this.z +B.b.f4(o,new A.a5c()) +for(s=o.length,r=t.O,q=0;q0){if(s.at==null){r=t.bu +s.at=new A.Ah(s.c,A.w(r),A.E(t.S,r),A.w(r),$.bN()) +s.b.$0()}}else{r=s.at +if(r!=null){r.b.K(0) +r.c.K(0) +r.d.K(0) +r.l8() +s.at=null +s.d.$0()}}}, +O8(){var s,r,q,p,o,n,m,l,k,j=this +if(j.at==null)return +try{p=j.ch +o=A.ah(p,!0,A.j(p).c) +B.b.f4(o,new A.a5f()) +s=o +p.K(0) +for(p=s,n=p.length,m=t.O,l=0;l=a.b&&a.c>=a.d||!(k.c instanceof A.P) +n=o}else n=!0 +else n=!0 +if(n)m=k +else{o=k.c +o.toString +o=t.I9.a(o).Q +o.toString +m=o}if(!k.z&&a.k(0,k.at)){if(m!==k.Q){k.Q=m +k.bK(A.atI())}return}k.at=a +o=k.Q +if(o!=null&&m!==o)k.bK(A.atH()) +k.Q=m +if(k.gnw())try{k.xm()}catch(l){s=A.aq(l) +r=A.aV(l) +k.vg("performResize",s,r)}try{k.cD() +k.bZ()}catch(l){q=A.aq(l) +p=A.aV(l) +k.vg("performLayout",q,p)}k.z=!1 +k.aR()}, +gnw(){return!1}, +gfW(){return!1}, +gvI(){return!1}, +tJ(a){return a==null?A.aBY(B.h):a}, +t6(){var s,r,q,p=this +if(p.CW)return +s=p.CW=!0 +r=p.c +if(r instanceof A.P){if(r.CW)return +q=p.ay +q===$&&A.b() +if((q?!p.gfW():s)&&!r.gfW()){r.t6() +return}}s=t.O +if(s.a(A.V.prototype.gco.call(p))!=null)s.a(A.V.prototype.gco.call(p)).z.push(p)}, +KO(){var s,r,q=this +if(!q.CW)return +s=q.cx +s===$&&A.b() +q.cx=!1 +q.bK(new A.a6l(q)) +if(q.gfW()||q.gvI())q.cx=!0 +if(!q.gfW()){r=q.ay +r===$&&A.b()}else r=!1 +if(r){q.db=q.cy=!1 +s=t.O.a(A.V.prototype.gco.call(q)) +if(s!=null)B.b.B(s.Q,q) +q.CW=!1 +q.aR()}else if(s!==q.cx){q.CW=!1 +q.aR()}else q.CW=!1}, +aR(){var s,r=this +if(r.cy)return +r.cy=!0 +if(r.gfW()){s=r.ay +s===$&&A.b()}else s=!1 +if(s){s=t.O +if(s.a(A.V.prototype.gco.call(r))!=null){s.a(A.V.prototype.gco.call(r)).Q.push(r) +s.a(A.V.prototype.gco.call(r)).pm()}}else{s=r.c +if(s instanceof A.P)s.aR() +else{s=t.O +if(s.a(A.V.prototype.gco.call(r))!=null)s.a(A.V.prototype.gco.call(r)).pm()}}}, +aar(){var s,r=this +if(r.db||r.cy)return +r.db=!0 +if(r.gfW()){s=r.ay +s===$&&A.b()}else s=!1 +if(s){s=t.O +if(s.a(A.V.prototype.gco.call(r))!=null){s.a(A.V.prototype.gco.call(r)).Q.push(r) +s.a(A.V.prototype.gco.call(r)).pm()}}else r.aR()}, +a4e(){var s,r=this.c +for(;r instanceof A.P;){if(r.gfW()){s=r.ch.a +if(s==null)break +if(s.b!=null)break +r.cy=!0}r=r.c}}, +Ay(a,b){var s,r,q,p=this +if(p.z)return +p.db=p.cy=!1 +p.ay=p.gfW() +try{p.bi(a,b)}catch(q){s=A.aq(q) +r=A.aV(q) +p.vg("paint",s,r)}}, +bi(a,b){}, +hR(a,b){}, +xi(a){return!0}, +hx(a,b){var s,r,q,p,o,n,m,l,k=b==null +if(k){s=t.O.a(A.V.prototype.gco.call(this)).e +if(s instanceof A.P)b=s}r=A.a([],t.TT) +q=t.I9 +p=this +while(p!==b){r.push(p) +o=p.c +o.toString +q.a(o) +p=o}if(!k){b.toString +r.push(b)}n=new A.aJ(new Float64Array(16)) +n.bs() +for(m=r.length-1;m>0;m=l){l=m-1 +r[m].hR(r[l],n)}return n}, +ot(a){return null}, +a7o(a){return null}, +hX(a){}, +yi(a){var s +if(t.O.a(A.V.prototype.gco.call(this)).at==null)return +s=this.fr +if(s!=null&&!s.as)s.SA(a) +else{s=this.c +if(s!=null)t.I9.a(s).yi(a)}}, +gvj(){var s,r=this +if(r.dx==null){s=A.n2() +r.dx=s +r.hX(s)}s=r.dx +s.toString +return s}, +r_(){this.dy=!0 +this.fr=null +this.bK(new A.a6m())}, +bZ(){var s,r,q,p,o,n,m,l=this +if(l.b==null||t.O.a(A.V.prototype.gco.call(l)).at==null){l.dx=null +return}if(l.fr!=null){s=l.dx +s=s==null?null:s.a +r=s===!0}else r=!1 +s=l.dx +q=(s==null?null:s.id)!=null||l.gvj().id!=null +l.dx=null +p=l.gvj().a&&r +s=t.I9 +o=l +while(!0){n=o.c +if(n instanceof A.P)m=q||!p +else m=!1 +if(!m)break +if(o!==l&&o.dy)break +o.dy=!0 +if(p)q=!1 +n.toString +s.a(n) +if(n.dx==null){m=A.n2() +n.dx=m +n.hX(m)}p=n.dx.a +if(p&&n.fr==null)return +o=n}if(o!==l&&l.fr!=null&&l.dy)t.O.a(A.V.prototype.gco.call(l)).ch.B(0,l) +if(!o.dy){o.dy=!0 +s=t.O +if(s.a(A.V.prototype.gco.call(l))!=null){s.a(A.V.prototype.gco.call(l)).ch.A(0,o) +s.a(A.V.prototype.gco.call(l)).pm()}}}, +a51(){var s,r,q,p,o,n,m,l=this,k=null +if(l.z)return +s=l.fr +if(s==null)s=k +else{s=t.LQ.a(A.V.prototype.gbm.call(s,s)) +if(s==null)s=k +else s=s.at||s.as}r=t.pp.a(l.If(s===!0)) +s=t.QF +q=A.a([],s) +p=A.a([],s) +s=l.fr +o=s==null +n=o?k:s.x +m=o?k:s.y +s=o?k:s.z +r.om(s==null?0:s,m,n,q,p)}, +If(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f={},e=g.gvj() +f.a=e.c +f.b=!e.d&&!e.a +s=a||e.p3 +r=A.a([],t.Bd) +q=e.b||!(g.c instanceof A.P) +p=e.id!=null +o=t.pp +n=A.E(t.ZX,o) +m=t.CZ +l=A.a([],m) +k=A.a([],t.i1) +j=e.ah +j=j==null?null:j.a!==0 +g.kW(new A.a6h(f,g,s,r,l,k,e,j===!0,p,n)) +if(q)for(o=l.length,i=0;i"))) +for(j=h.b,i=0;!1;++i)k.push(j[i].iU(0,new A.a6j(g,n),o).dQ(0))}g.dy=!1 +if(!(g.c instanceof A.P)){g.v3(l,!0) +B.b.a0(k,g.gJ7()) +o=f.a +h=new A.Ti(A.a([],m),A.a([g],t.TT),o)}else if(f.b){o=f.a +h=new A.Ph(k,A.a([],m),o)}else{g.v3(l,!0) +B.b.a0(k,g.gJ7()) +o=f.a +h=new A.pY(a,e,k,A.a([],m),A.a([g],t.TT),o) +if(e.a)h.z=!0}h.M(0,l) +return h}, +v3(a,b){var s,r,q,p,o,n,m,l=this,k=A.w(t.pp) +for(s=J.az(a),r=0;r#"+A.cg(this)}, +h(a){return this.dh()}, +u9(a,b,c,d){var s=this.c +if(s instanceof A.P)s.u9(a,b==null?this:b,c,d)}, +SR(){return this.u9(B.b7,null,B.C,null)}, +Fg(a,b){return this.u9(B.b7,a,B.C,b)}, +$iav:1} +A.a6k.prototype={ +$0(){var s=A.a([],t.U),r=this.a +s.push(A.ajt("The following RenderObject was being processed when the exception was fired",B.zZ,r)) +s.push(A.ajt("RenderObject",B.A_,r)) +return s}, +$S:17} +A.a6l.prototype={ +$1(a){var s +a.KO() +s=a.cx +s===$&&A.b() +if(s)this.a.cx=!0}, +$S:27} +A.a6m.prototype={ +$1(a){a.r_()}, +$S:27} +A.a6h.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.If(f.c) +if(e.a){B.b.K(f.d) +B.b.K(f.e) +B.b.K(f.f) +if(!f.r.a)f.a.a=!0}for(s=e.gPw(),r=s.length,q=f.e,p=f.x,o=f.w,n=f.b,m=f.r,l=f.d,k=f.y,j=0;j1){b=new A.Ty() +b.HA(a3,a4,c)}else b=a2 +c=b.c +c===$&&A.b() +a=b.d +a===$&&A.b() +a0=A.mE(c,a) +e=e==null?a0:e.lt(a0) +c=b.b +if(c!=null){a1=A.mE(b.c,c) +f=f==null?a1:f.ej(a1)}c=b.a +if(c!=null){a1=A.mE(b.c,c) +g=g==null?a1:g.ej(a1)}d=d.c +if(d!=null)l.M(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.e))i=A.a85(a2,B.b.gG(o).gyr()) +a6.A(0,i.e) +i.dx=l +if(!i.w.k(0,e)){i.w=e +i.hI()}if(!A.akk(i.r,a2)){i.r=null +i.hI()}i.x=f +i.y=g +for(k=k.gW(m);k.p();){j=k.gD(k) +if(j.ghi()!=null)B.b.gG(j.b).fr=i}i.Rx(0,h) +a5.push(i)}}}, +om(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.w(t.S),c=f.y +for(s=f.x,r=s.length,q=0;q");s.p();){n=s.gD(s) +if(n instanceof A.pY){if(n.z){m=n.b +m=B.b.gG(m).fr!=null&&d.t(0,B.b.gG(m).fr.e)}else m=!1 +if(m)B.b.gG(n.b).fr=null}m=n.b +l=new A.hh(r,1,e,p) +l.uv(r,1,e,o) +B.b.M(m,l) +n.om(a+f.f.xr,b,a0,a1,a2)}return}k=f.YG(b,a0) +s=f.e +r=!s +if(r){if(k==null)p=e +else{p=k.d +p===$&&A.b() +if(!p.gY(p)){p=k.c +p===$&&A.b() +p=p.P8()}else p=!0}p=p===!0}else p=!1 +if(p)return +p=f.b +o=B.b.gG(p) +if(o.fr==null)o.fr=A.a85(e,B.b.gG(p).gyr()) +j=B.b.gG(p).fr +j.sP0(s) +j.dx=f.c +j.z=a +if(a!==0){f.zE() +s=f.f +s.sey(0,s.xr+a)}if(k!=null){s=k.d +s===$&&A.b() +j.saS(0,s) +s=k.c +s===$&&A.b() +j.sc6(0,s) +j.x=k.b +j.y=k.a +if(r&&k.e){f.zE() +f.f.bL(B.hF,!0)}}s=t.QF +i=A.a([],s) +f.Jc(j.x,j.y,a2,d) +for(r=J.an(c);r.p();){o=r.gD(r) +if(o instanceof A.pY){if(o.z){n=o.b +n=B.b.gG(n).fr!=null&&d.t(0,B.b.gG(n).fr.e)}else n=!1 +if(n)B.b.gG(o.b).fr=null}h=A.a([],s) +n=j.x +o.om(0,j.y,n,i,h) +B.b.M(a2,h)}s=f.f +if(s.a)B.b.gG(p).vL(j,f.f,i) +else j.ps(0,i,s) +a1.push(j) +for(s=a2.length,r=t.g3,q=0;q1){s=new A.Ty() +s.HA(b,a,r) +r=s}else r=null +return r}, +ghi(){return this.z?null:this.f}, +M(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.a7o(q) +if(a!=null){m.b=a +m.a=A.ars(m.a,r.ot(q))}else m.b=A.ars(m.b,r.ot(q)) +l=$.avR() +l.bs() +A.aFh(r,q,m.c,l) +m.b=A.art(m.b,l) +m.a=A.art(m.a,l)}p=B.b.gG(c) +l=m.b +l=l==null?p.gl1():l.ej(p.gl1()) +m.d=l +o=m.a +if(o!=null){n=o.ej(l) +if(n.gY(n)){l=m.d +l=!l.gY(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +A.T4.prototype={} +A.jX.prototype={ +h(a){var s=A.a(["offset="+this.a.h(0)],t.s) +s.push(this.ul(0)) +return B.b.cs(s,"; ")}} +A.zK.prototype={ +j9(a){if(!(a.e instanceof A.jX))a.e=new A.jX(null,null,B.h)}, +skQ(a,b){var s=this,r=s.O +switch(r.d.bu(0,b).a){case 0:return +case 1:r.skQ(0,b) +s.I=null +s.bZ() +break +case 2:r.skQ(0,b) +s.I=s.ar=null +s.zK(b) +s.aR() +s.bZ() +break +case 3:r.skQ(0,b) +s.I=s.ar=s.aq=null +s.zK(b) +s.a9() +s.AF() +s.HQ() +s.L3() +break}}, +sQF(a){var s=this +if(a==s.b2)return +s.AF() +s.HQ() +s.b2=a +s.L3()}, +L3(){var s,r,q=this +if(q.b2==null)return +s=q.L +if(s==null)s=q.L=q.a_y() +r=q.b2 +B.b.a0(s,r.giB(r))}, +AF(){var s,r=this.b2 +if(r==null||this.L==null)return +s=this.L +s.toString +B.b.a0(s,r.gadA(r))}, +a_y(){var s,r,q,p,o=this.O.d.Re(!1),n=A.a([],t.lb) +for(s=o.length,r=0;r")),i.uv(f,1,a7,j.c),i=new A.bA(i,i.gn(i)),j=A.j(i).c;i.p();){h=i.d +if(h==null)h=j.a(h) +e=e.lt(new A.G(h.a,h.b,h.c,h.d)) +d=h.e}j=e.a +i=Math.max(0,j) +h=e.b +g=Math.max(0,h) +j=Math.min(e.c-j,A.P.prototype.gbg.call(a6).b) +h=Math.min(e.d-h,A.P.prototype.gbg.call(a6).d) +c=Math.floor(i)-4 +b=Math.floor(g)-4 +j=Math.ceil(i+j)+4 +h=Math.ceil(g+h)+4 +a=new A.G(c,b,j,h) +a0=A.n2() +a1=o+1 +a0.k1=new A.t1(o,a7) +a0.d=!0 +a0.y2=p +g=l.b +b0=g==null?b0:g +a0.R8=new A.cL(b0,l.f) +b0=b1.y +if(b0!=null){a2=b0.ej(a) +if(a2.a>=a2.c||a2.b>=a2.d)b0=!(c>=j||b>=h) +else b0=!1 +a0.bL(B.hF,b0)}a3=A.aO("newChild") +b0=a6.cS +j=b0==null?a7:b0.a!==0 +if(j===!0){b0.toString +j=new A.bd(b0,A.j(b0).i("bd<1>")) +a4=j.gW(j) +if(!a4.p())A.a0(A.cs()) +b0=b0.B(0,a4.gD(a4)) +b0.toString +if(a3.b!==a3)A.a0(A.oG(a3.a)) +a3.b=b0}else{a5=new A.Bd() +b0=A.a85(a5,a6.Z5(a5)) +if(a3.b!==a3)A.a0(A.oG(a3.a)) +a3.b=b0}if(b0===a3)A.a0(A.fh(a3.a)) +J.axz(b0,a0) +if(!b0.w.k(0,a)){b0.w=a +b0.hI()}b0=a3.b +if(b0===a3)A.a0(A.fh(a3.a)) +j=b0.d +j.toString +s.m(0,j,b0) +b0=a3.b +if(b0===a3)A.a0(A.fh(a3.a)) +a8.push(b0) +o=a1 +p=d}a6.cS=s +b1.ps(0,a8,b2)}, +Z5(a){return new A.a6n(this,a)}, +r_(){this.Gc() +this.cS=null}} +A.a6q.prototype={ +$1(a){return a.x=null}, +$S:260} +A.a6o.prototype={ +$1(a){return!0}, +$S:48} +A.a6s.prototype={ +$1(a){var s=a.w +s===$&&A.b() +return s.c!==B.uX}, +$S:261} +A.a6p.prototype={ +$2(a,b){return this.a.a.cB(a,b)}, +$S:18} +A.a6r.prototype={ +$2(a,b){var s=this.a.a +s.toString +a.jO(s,b)}, +$S:19} +A.a6n.prototype={ +$0(){var s=this.a,r=s.cS.j(0,this.b) +r.toString +s.Fg(s,r.w)}, +$S:0} +A.lA.prototype={ +a_z(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.d +if(f==null||g.e==null)return B.HC +s=f.a +r=g.e.a +f=g.b +q=f.zY(new A.f1(s,B.ae)) +p=s===r?q:f.zY(new A.f1(r,B.ae)) +f=f.O +o=f.r +o.toString +n=s>r!==(B.Q===o) +m=A.a3B(g.gvc().a,g.gvc().b,0) +m.kg(m) +o=A.fG(m,q) +l=f.gDQ() +k=n?B.vS:B.vR +j=A.fG(m,p) +f=f.gDQ() +i=n?B.vR:B.vS +h=g.d.a===g.e.a?B.HE:B.HD +return new A.Ae(new A.Af(o,l,k),new A.Af(j,f,i),h,!0)}, +gvc(){var s,r,q,p,o,n,m=this,l=m.x +if(l==null){l=m.b +s=m.a +r=s.a +q=l.EE(A.akR(B.ae,r,s.b,!1)) +if(q.length!==0){l=B.b.gG(q) +p=new A.G(l.a,l.b,l.c,l.d) +for(o=1;o=q)return r.a +s=this.yR(a) +r=this.v +q=r.a +if(!(q>=1/0))return A.X(s,q,r.b) +return s}, +aY(a){var s,r=this.v,q=r.b +if(q<1/0&&r.a>=q)return r.a +s=this.yQ(a) +r=this.v +q=r.a +if(!(q>=1/0))return A.X(s,q,r.b) +return s}, +bd(a){var s,r=this.v,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.yP(a) +r=this.v +q=r.c +if(!(q>=1/0))return A.X(s,q,r.d) +return s}, +cD(){var s=this,r=A.P.prototype.gbg.call(s),q=s.C$,p=s.v +if(q!=null){q.f0(p.oA(r),!0) +q=s.C$.k3 +q.toString +s.k3=q}else s.k3=p.oA(r).aP(B.N)}, +cO(a){var s=this.C$,r=this.v +if(s!=null)return s.j6(r.oA(a)) +else return r.oA(a).aP(B.N)}} +A.Ly.prototype={ +saav(a,b){if(this.v===b)return +this.v=b +this.a9()}, +saau(a,b){if(this.a2===b)return +this.a2=b +this.a9()}, +J_(a){var s,r,q=a.a,p=a.b +p=p<1/0?p:A.X(this.v,q,p) +s=a.c +r=a.d +return new A.aW(q,p,s,r<1/0?r:A.X(this.a2,s,r))}, +lj(a,b){var s=this.C$ +if(s!=null)return a.aP(b.$2(s,this.J_(a))) +return this.J_(a).aP(B.N)}, +cO(a){return this.lj(a,A.nE())}, +cD(){this.k3=this.lj(A.P.prototype.gbg.call(this),A.nF())}} +A.zG.prototype={ +sT5(a){return}, +sT4(a){return}, +b6(a){return this.aY(a)}, +aY(a){var s=this.C$ +if(s==null)return 0 +return A.akB(s.b5(B.a5,a,s.gbE()),this.v)}, +bd(a){var s,r=this +if(r.C$==null)return 0 +if(!isFinite(a))a=r.aY(1/0) +s=r.C$ +return A.akB(s.b5(B.Z,a,s.gbD()),r.a2)}, +lj(a,b){var s=this.C$ +if(s!=null){if(!(a.a>=a.b))a=a.xJ(A.akB(s.b5(B.a5,a.d,s.gbE()),this.v)) +s=this.C$ +s.toString +return b.$2(s,a)}else return new A.R(A.X(0,a.a,a.b),A.X(0,a.c,a.d))}, +cO(a){return this.lj(a,A.nE())}, +cD(){this.k3=this.lj(A.P.prototype.gbg.call(this),A.nF())}} +A.zF.prototype={ +b6(a){var s=this.C$ +if(s==null)return 0 +if(!isFinite(a))a=s.b5(B.Z,1/0,s.gbD()) +s=this.C$ +return s.b5(B.af,a,s.gbM())}, +aY(a){var s=this.C$ +if(s==null)return 0 +if(!isFinite(a))a=s.b5(B.Z,1/0,s.gbD()) +s=this.C$ +return s.b5(B.a5,a,s.gbE())}, +lj(a,b){var s=this.C$ +if(s!=null){if(!(a.c>=a.d))a=a.xI(s.b5(B.Z,a.b,s.gbD())) +s=this.C$ +s.toString +return b.$2(s,a)}else return new A.R(A.X(0,a.a,a.b),A.X(0,a.c,a.d))}, +cO(a){return this.lj(a,A.nE())}, +cD(){this.k3=this.lj(A.P.prototype.gbg.call(this),A.nF())}} +A.zv.prototype={ +gfW(){if(this.C$!=null){var s=this.bz$ +s.toString}else s=!1 +return s}, +tJ(a){var s=a==null?A.apu():a +s.sLE(0,this.jt$) +return s}, +sfe(a,b){var s=this,r=s.d0$ +if(r===b)return +if(s.b!=null&&r!=null)r.V(0,s.gvt()) +s.d0$=b +if(s.b!=null)b.ag(0,s.gvt()) +s.B9()}, +sLF(a){if(!1===this.fU$)return +this.fU$=!1 +this.bZ()}, +B9(){var s,r=this,q=r.jt$,p=r.d0$ +p=r.jt$=B.d.ac(A.ahv(p.gl(p),0,1)*255) +if(q!==p){s=r.bz$ +p=p>0 +r.bz$=p +if(r.C$!=null&&s!==p)r.t6() +r.aar() +if(q===0||r.jt$===0)r.bZ()}}, +xi(a){var s=this.d0$ +return s.gl(s)>0}, +kW(a){var s,r=this.C$ +if(r!=null)if(this.jt$===0){s=this.fU$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.Lp.prototype={} +A.wo.prototype={ +ag(a,b){return null}, +V(a,b){return null}, +h(a){return"CustomClipper"}} +A.pf.prototype={ +RY(a){return this.b.ip(new A.G(0,0,0+a.a,0+a.b),this.c)}, +SQ(a){if(A.D(a)!==B.Os)return!0 +t.jH.a(a) +return!a.b.k(0,this.b)||a.c!=this.c}} +A.uW.prototype={ +sol(a){var s,r=this,q=r.v +if(q==a)return +r.v=a +s=a==null +if(s||q==null||A.D(a)!==A.D(q)||a.SQ(q))r.nU() +if(r.b!=null){if(q!=null)q.V(0,r.gv1()) +if(!s)a.ag(0,r.gv1())}}, +b1(a){var s +this.nG(a) +s=this.v +if(s!=null)s.ag(0,this.gv1())}, +aQ(a){var s=this.v +if(s!=null)s.V(0,this.gv1()) +this.m8(0)}, +nU(){this.a2=null +this.aR() +this.bZ()}, +smq(a){if(a!==this.a_){this.a_=a +this.aR()}}, +cD(){var s,r=this,q=r.k3 +q=q!=null?q:null +r.yT() +s=r.k3 +s.toString +if(!J.e(q,s))r.a2=null}, +jf(){var s,r,q=this +if(q.a2==null){s=q.v +if(s==null)s=null +else{r=q.k3 +r.toString +r=s.RY(r) +s=r}q.a2=s==null?q.gq6():s}}, +ot(a){var s,r=this +switch(r.a_.a){case 0:return null +case 1:case 2:case 3:if(r.v==null)s=null +else{s=r.k3 +s=new A.G(0,0,0+s.a,0+s.b)}if(s==null){s=r.k3 +s=new A.G(0,0,0+s.a,0+s.b)}return s}}, +q(){this.av=null +this.lb()}} +A.Lt.prototype={ +gq6(){var s=this.k3 +return new A.G(0,0,0+s.a,0+s.b)}, +cB(a,b){var s=this +if(s.v!=null){s.jf() +if(!s.a2.t(0,b))return!1}return s.jc(a,b)}, +bi(a,b){var s,r,q=this,p=q.C$ +if(p!=null){s=q.ch +if(q.a_!==B.M){q.jf() +p=q.cx +p===$&&A.b() +r=q.a2 +r.toString +s.sbJ(0,a.xq(p,b,r,A.hT.prototype.glR.call(q),q.a_,t.VX.a(s.a)))}else{a.jO(p,b) +s.sbJ(0,null)}}else q.ch.sbJ(0,null)}} +A.Ls.prototype={ +sqU(a,b){if(this.da.k(0,b))return +this.da=b +this.nU()}, +scY(a){if(this.dH==a)return +this.dH=a +this.nU()}, +gq6(){var s=this.da,r=this.k3 +return s.fh(new A.G(0,0,0+r.a,0+r.b))}, +cB(a,b){var s=this +if(s.v!=null){s.jf() +if(!s.a2.t(0,b))return!1}return s.jc(a,b)}, +bi(a,b){var s,r,q=this,p=q.C$ +if(p!=null){s=q.ch +if(q.a_!==B.M){q.jf() +p=q.cx +p===$&&A.b() +r=q.a2 +s.sbJ(0,a.Qq(p,b,new A.G(r.a,r.b,r.c,r.d),r,A.hT.prototype.glR.call(q),q.a_,t.eG.a(s.a)))}else{a.jO(p,b) +s.sbJ(0,null)}}else q.ch.sbJ(0,null)}} +A.Lr.prototype={ +gq6(){var s=$.Z().ak(),r=this.k3 +s.qL(new A.G(0,0,0+r.a,0+r.b)) +return s}, +cB(a,b){var s=this +if(s.v!=null){s.jf() +if(!s.a2.t(0,b))return!1}return s.jc(a,b)}, +bi(a,b){var s,r,q,p,o=this,n=o.C$ +if(n!=null){s=o.ch +if(o.a_!==B.M){o.jf() +n=o.cx +n===$&&A.b() +r=o.k3 +q=r.a +r=r.b +p=o.a2 +p.toString +s.sbJ(0,a.Qo(n,b,new A.G(0,0,0+q,0+r),p,A.hT.prototype.glR.call(o),o.a_,t.JG.a(s.a)))}else{a.jO(n,b) +s.sbJ(0,null)}}else o.ch.sbJ(0,null)}} +A.CV.prototype={ +sey(a,b){if(this.da===b)return +this.da=b +this.aR()}, +scg(a,b){if(this.dH.k(0,b))return +this.dH=b +this.aR()}, +sR(a,b){if(this.eU.k(0,b))return +this.eU=b +this.aR()}, +hX(a){this.la(a) +a.sey(0,this.da)}} +A.LB.prototype={ +sdi(a,b){if(this.i0===b)return +this.i0=b +this.nU()}, +sqU(a,b){if(J.e(this.jt,b))return +this.jt=b +this.nU()}, +gq6(){var s,r,q=this.k3,p=0+q.a +q=0+q.b +switch(this.i0.a){case 0:s=this.jt +if(s==null)s=B.a7 +return s.fh(new A.G(0,0,p,q)) +case 1:s=(p-0)/2 +r=(q-0)/2 +return new A.iH(0,0,p,q,s,r,s,r,s,r,s,r,s===r)}}, +cB(a,b){var s=this +if(s.v!=null){s.jf() +if(!s.a2.t(0,b))return!1}return s.jc(a,b)}, +bi(a,b){var s,r,q,p,o,n,m,l,k,j,i=this +if(i.C$==null){i.ch.sbJ(0,null) +return}i.jf() +s=i.a2.dw(b) +r=$.Z() +q=r.ak() +q.iC(s) +p=a.gaT(a) +if(i.da!==0&&!0){p.ck(new A.G(s.a,s.b,s.c,s.d).dL(20),$.amP()) +o=i.dH +n=i.da +m=i.eU +p.jp(q,o,n,(m.gl(m)>>>24&255)!==255)}l=i.a_===B.bL +if(!l){r=r.af() +r.sR(0,i.eU) +p.dW(s,r)}r=i.cx +r===$&&A.b() +o=i.k3 +n=o.a +o=o.b +m=i.a2 +m.toString +k=i.ch +j=t.eG.a(k.a) +k.sbJ(0,a.Qq(r,b,new A.G(0,0,0+n,0+o),m,new A.a6t(i,l),i.a_,j))}} +A.a6t.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gaT(a) +r=$.Z().af() +r.sR(0,this.a.eU) +s.jo(r)}this.a.k6(a,b)}, +$S:19} +A.LC.prototype={ +gq6(){var s=$.Z().ak(),r=this.k3 +s.qL(new A.G(0,0,0+r.a,0+r.b)) +return s}, +cB(a,b){var s=this +if(s.v!=null){s.jf() +if(!s.a2.t(0,b))return!1}return s.jc(a,b)}, +bi(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.C$==null){j.ch.sbJ(0,null) +return}j.jf() +s=j.k3 +r=b.a +q=b.b +p=s.a +s=s.b +o=j.a2.dw(b) +n=a.gaT(a) +if(j.da!==0&&!0){n.ck(new A.G(r,q,r+p,q+s).dL(20),$.amP()) +s=j.dH +r=j.da +q=j.eU +n.jp(o,s,r,(q.gl(q)>>>24&255)!==255)}m=j.a_===B.bL +if(!m){s=$.Z().af() +s.sR(0,j.eU) +n.aF(o,s)}s=j.cx +s===$&&A.b() +r=j.k3 +q=r.a +r=r.b +p=j.a2 +p.toString +l=j.ch +k=t.JG.a(l.a) +l.sbJ(0,a.Qo(s,b,new A.G(0,0,0+q,0+r),p,new A.a6u(j,m),j.a_,k))}} +A.a6u.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gaT(a) +r=$.Z().af() +r.sR(0,this.a.eU) +s.jo(r)}this.a.k6(a,b)}, +$S:19} +A.GT.prototype={ +E(){return"DecorationPosition."+this.b}} +A.Lu.prototype={ +sa7g(a){var s,r=this +if(a.k(0,r.a2))return +s=r.v +if(s!=null)s.q() +r.v=null +r.a2=a +r.aR()}, +scE(a,b){if(b===this.a_)return +this.a_=b +this.aR()}, +sBL(a){if(a.k(0,this.b0))return +this.b0=a +this.aR()}, +aQ(a){var s=this,r=s.v +if(r!=null)r.q() +s.v=null +s.m8(0) +s.aR()}, +jB(a){var s=this.a2,r=this.k3 +r.toString +return s.Ox(r,a,this.b0.d)}, +bi(a,b){var s,r,q,p=this,o=p.v +if(o==null)o=p.v=p.a2.MS(p.gfY()) +s=p.b0 +r=p.k3 +r.toString +q=new A.ro(s.a,s.b,s.c,s.d,r,s.f) +if(p.a_===B.fl){o.DK(a.gaT(a),b,q) +if(p.a2.gCZ())a.Fa()}p.k6(a,b) +if(p.a_===B.zV){o=p.v +o.toString +o.DK(a.gaT(a),b,q) +if(p.a2.gCZ())a.Fa()}}} +A.LI.prototype={ +sPW(a,b){return}, +sdz(a){var s=this +if(J.e(s.a2,a))return +s.a2=a +s.aR() +s.bZ()}, +scY(a){var s=this +if(s.a_==a)return +s.a_=a +s.aR() +s.bZ()}, +gvI(){return!1}, +sc6(a,b){var s,r=this +if(J.e(r.av,b))return +s=new A.aJ(new Float64Array(16)) +s.bG(b) +r.av=s +r.aR() +r.bZ()}, +skx(a){return}, +gzD(){var s,r,q,p,o,n=this,m=n.a2,l=m==null?null:m.a4(n.a_) +if(l==null)return n.av +s=new A.aJ(new Float64Array(16)) +s.bs() +m=n.k3 +r=m.a/2 +q=m.b/2 +m=r+l.a*r +p=q+l.b*q +o=new A.r(m,p) +s.aA(0,m,p) +m=n.av +m.toString +s.cC(0,m) +s.aA(0,-o.a,-o.b) +return s}, +cB(a,b){return this.eW(a,b)}, +eW(a,b){var s=this.b0?this.gzD():null +return a.Ly(new A.a6A(this),b,s)}, +bi(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this +if(a.C$!=null){s=a.gzD() +s.toString +r=A.akj(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)){a.ch.sbJ(0,null) +return}q=a.cx +q===$&&A.b() +p=A.hT.prototype.glR.call(a) +o=a.ch +n=o.a +o.sbJ(0,a0.xt(q,a1,s,p,n instanceof A.B9?n:null))}else{a.k6(a0,a1.ad(0,r)) +a.ch.sbJ(0,null)}}}, +hR(a,b){var s=this.gzD() +s.toString +b.cC(0,s)}} +A.a6A.prototype={ +$2(a,b){return this.a.yS(a,b)}, +$S:18} +A.Lw.prototype={ +saci(a){var s=this +if(s.v.k(0,a))return +s.v=a +s.aR() +s.bZ()}, +cB(a,b){return this.eW(a,b)}, +eW(a,b){var s,r,q=this +if(q.a2){s=q.v +r=q.k3 +r=new A.r(s.a*r.a,s.b*r.b) +s=r}else s=null +return a.vD(new A.a6c(q),s,b)}, +bi(a,b){var s,r,q=this +if(q.C$!=null){s=q.v +r=q.k3 +q.k6(a,new A.r(b.a+s.a*r.a,b.b+s.b*r.b))}}, +hR(a,b){var s=this.v,r=this.k3 +b.aA(0,s.a*r.a,s.b*r.b)}} +A.a6c.prototype={ +$2(a,b){return this.a.yS(a,b)}, +$S:18} +A.LD.prototype={ +r3(a){return new A.R(A.X(1/0,a.a,a.b),A.X(1/0,a.c,a.d))}, +lF(a,b){var s,r=this,q=null +if(t.l.b(a)){s=r.ee +return s==null?q:s.$1(a)}if(t.n2.b(a)){s=r.fS +return s==null?q:s.$1(a)}if(t.oN.b(a)){s=r.e1 +return s==null?q:s.$1(a)}if(t.XA.b(a)){s=r.ef +return s==null?q:s.$1(a)}if(t.Ko.b(a)){s=r.da +return s==null?q:s.$1(a)}if(t.w5.b(a)){s=r.dH +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.hp +return s==null?q:s.$1(a)}}} +A.LA.prototype={ +cB(a,b){return this.Vc(a,b)&&!0}, +lF(a,b){var s=this.e1 +if(s!=null&&t.XA.b(a))return s.$1(a)}, +gN2(a){return this.da}, +gEw(){return this.dH}, +b1(a){this.nG(a) +this.dH=!0}, +aQ(a){this.dH=!1 +this.m8(0)}, +r3(a){return new A.R(A.X(1/0,a.a,a.b),A.X(1/0,a.c,a.d))}, +$ikQ:1, +gDt(a){return this.fS}, +gDu(a){return this.ef}} +A.LG.prototype={ +gfW(){return!0}} +A.Lx.prototype={ +sa9s(a){var s,r=this +if(a===r.v)return +r.v=a +s=r.a2 +if(s==null||!s)r.bZ()}, +sCQ(a){var s=this,r=s.a2 +if(a==r)return +if(r==null)r=s.v +s.a2=a +if(r!==(a==null?s.v:a))s.bZ()}, +cB(a,b){return!this.v&&this.jc(a,b)}, +kW(a){var s,r=this.C$ +if(r!=null){s=this.a2 +s=!(s==null?this.v:s)}else s=!1 +if(s){r.toString +a.$1(r)}}} +A.zI.prototype={ +sx7(a){var s=this +if(a===s.v)return +s.v=a +s.a9() +s.t7()}, +b6(a){if(this.v)return 0 +return this.yR(a)}, +aY(a){if(this.v)return 0 +return this.yQ(a)}, +bd(a){if(this.v)return 0 +return this.yP(a)}, +f8(a){if(this.v)return null +return this.Wa(a)}, +gnw(){return this.v}, +cO(a){if(this.v)return new A.R(A.X(0,a.a,a.b),A.X(0,a.c,a.d)) +return this.Vb(a)}, +xm(){this.V2()}, +cD(){var s,r=this +if(r.v){s=r.C$ +if(s!=null)s.lM(A.P.prototype.gbg.call(r))}else r.yT()}, +cB(a,b){return!this.v&&this.jc(a,b)}, +xi(a){return!this.v}, +bi(a,b){if(this.v)return +this.k6(a,b)}, +kW(a){if(this.v)return +this.yN(a)}} +A.zu.prototype={ +sLi(a){if(this.v===a)return +this.v=a +this.bZ()}, +sCQ(a){return}, +cB(a,b){return this.v?this.k3.t(0,b):this.jc(a,b)}, +kW(a){var s,r,q=this.C$ +if(q!=null){s=this.a2 +r=this.v +s=!r}else s=!1 +if(s){q.toString +a.$1(q)}}} +A.mY.prototype={ +sact(a){if(A.atV(a,this.ee))return +this.ee=a +this.bZ()}, +sn7(a){var s,r=this +if(J.e(r.fS,a))return +s=r.fS +r.fS=a +if(a!=null!==(s!=null))r.bZ()}, +sn6(a){var s,r=this +if(J.e(r.e1,a))return +s=r.e1 +r.e1=a +if(a!=null!==(s!=null))r.bZ()}, +saaU(a){var s,r=this +if(J.e(r.ef,a))return +s=r.ef +r.ef=a +if(a!=null!==(s!=null))r.bZ()}, +sab0(a){var s,r=this +if(J.e(r.da,a))return +s=r.da +r.da=a +if(a!=null!==(s!=null))r.bZ()}, +hX(a){var s,r=this +r.la(a) +if(r.fS!=null){s=r.ee +s=s==null||s.t(0,B.bB)}else s=!1 +if(s)a.sn7(r.fS) +if(r.e1!=null){s=r.ee +s=s==null||s.t(0,B.uZ)}else s=!1 +if(s)a.sn6(r.e1) +if(r.ef!=null){s=r.ee +if(s==null||s.t(0,B.hD))a.sxc(r.ga2U()) +s=r.ee +if(s==null||s.t(0,B.hC))a.sxb(r.ga2S())}if(r.da!=null){s=r.ee +if(s==null||s.t(0,B.hA))a.sxd(r.ga2W()) +s=r.ee +if(s==null||s.t(0,B.hB))a.sxa(r.ga2Q())}}, +a2T(){var s,r,q=this.ef +if(q!=null){s=this.k3 +r=s.a*-0.8 +s=s.jl(B.h) +s=A.fG(this.hx(0,null),s) +q.$1(new A.jo(null,new A.r(r,0),r,s))}}, +a2V(){var s,r,q=this.ef +if(q!=null){s=this.k3 +r=s.a*0.8 +s=s.jl(B.h) +s=A.fG(this.hx(0,null),s) +q.$1(new A.jo(null,new A.r(r,0),r,s))}}, +a2X(){var s,r,q=this.da +if(q!=null){s=this.k3 +r=s.b*-0.8 +s=s.jl(B.h) +s=A.fG(this.hx(0,null),s) +q.$1(new A.jo(null,new A.r(0,r),r,s))}}, +a2R(){var s,r,q=this.da +if(q!=null){s=this.k3 +r=s.b*0.8 +s=s.jl(B.h) +s=A.fG(this.hx(0,null),s) +q.$1(new A.jo(null,new A.r(0,r),r,s))}}} +A.zM.prototype={ +sQl(a){var s=this +if(s.v===a)return +s.v=a +s.KL(a) +s.bZ()}, +sa6B(a){if(this.a2===a)return +this.a2=a +this.bZ()}, +sa7U(a){if(this.a_===a)return +this.a_=a +this.bZ()}, +sa7R(a){return}, +KL(a){var s=this,r=a.fy +r=a.fx +r=r==null?null:new A.cL(r,B.a1) +s.av=r +r=a.id +r=a.go +r=r==null?null:new A.cL(r,B.a1) +s.b4=r +s.bv=null +s.aW=null +s.bN=null}, +scY(a){if(this.fV==a)return +this.fV=a +this.bZ()}, +kW(a){this.yN(a)}, +hX(a){var s,r,q=this +q.la(a) +a.a=q.a2 +a.b=q.a_ +s=q.v.a +if(s!=null){a.bL(B.v8,!0) +a.bL(B.v0,s)}s=q.v.b +if(s!=null){a.bL(B.hE,!0) +a.bL(B.v2,s)}s=q.v.f +if(s!=null)a.bL(B.v9,s) +s=q.v.w +if(s!=null)a.bL(B.v7,s) +s=q.v.as +if(s!=null)a.bL(B.v4,s) +s=q.v.at +if(s!=null)a.bL(B.v5,s) +s=q.v.db +if(s!=null)a.bL(B.v1,s) +s=q.av +if(s!=null){a.R8=s +a.d=!0}s=q.b4 +if(s!=null){a.RG=s +a.d=!0}s=q.bv +if(s!=null){a.rx=s +a.d=!0}s=q.aW +if(s!=null){a.ry=s +a.d=!0}s=q.bN +if(s!=null){a.to=s +a.d=!0}s=q.v +r=s.p2 +if(r!=null){a.x1=r +a.d=!0}s=s.p3 +if(s!=null)r=s.a!=null||!1 +else r=!1 +if(r)a.sa9m(s) +s=q.v.cx +if(s!=null)a.bL(B.v3,s) +s=q.v.cy +if(s!=null)a.bL(B.v6,s) +s=q.fV +if(s!=null){a.y2=s +a.d=!0}s=q.v +r=s.R8 +if(r!=null){a.k1=r +a.d=!0}s=s.RG +if(s!=null)a.Lw(s) +if(q.v.rx!=null)a.sn7(q.ga2Y()) +if(q.v.ry!=null)a.sn6(q.ga2O()) +if(q.v.ar!=null)a.sx9(q.ga2M())}, +a2Z(){var s=this.v.rx +if(s!=null)s.$0()}, +a2P(){var s=this.v.ry +if(s!=null)s.$0()}, +a2N(){var s=this.v.ar +if(s!=null)s.$0()}} +A.Lq.prototype={ +sa5S(a){return}, +hX(a){this.la(a) +a.c=!0}} +A.Lz.prototype={ +hX(a){this.la(a) +a.d=a.p3=a.a=!0}} +A.Lv.prototype={ +sa7S(a){if(a===this.v)return +this.v=a +this.bZ()}, +kW(a){if(this.v)return +this.yN(a)}} +A.zw.prototype={ +sl(a,b){if(this.v.k(0,b))return +this.v=b +this.aR()}, +sST(a){return}, +bi(a,b){var s=this,r=s.v,q=s.k3 +q.toString +a.Qs(new A.vC(r,q,b,A.E(t.S,t.Q),A.aE(),s.$ti.i("vC<1>")),A.hT.prototype.glR.call(s),b)}, +gvI(){return!0}} +A.T_.prototype={ +b1(a){var s=this +s.nG(a) +s.d0$.ag(0,s.gvt()) +s.B9()}, +aQ(a){this.d0$.V(0,this.gvt()) +this.m8(0)}, +bi(a,b){if(this.jt$===0)return +this.k6(a,b)}} +A.CW.prototype={ +b1(a){var s +this.iv(a) +s=this.C$ +if(s!=null)s.b1(a)}, +aQ(a){var s +this.h5(0) +s=this.C$ +if(s!=null)s.aQ(0)}} +A.CX.prototype={ +f8(a){var s=this.C$ +if(s!=null)return s.nk(a) +return this.Ga(a)}} +A.a7S.prototype={} +A.Ag.prototype={ +E(){return"SelectionStatus."+this.b}} +A.Ae.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.Ae&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.T(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)}} +A.Af.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.Af&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c}, +gu(a){return A.T(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.Nw.prototype={ +E(){return"TextSelectionHandleType."+this.b}} +A.tm.prototype={ +b6(a){var s=this.C$ +s=s==null?null:s.b5(B.af,a,s.gbM()) +return s==null?0:s}, +aY(a){var s=this.C$ +s=s==null?null:s.b5(B.a5,a,s.gbE()) +return s==null?0:s}, +bd(a){var s=this.C$ +s=s==null?null:s.b5(B.Z,a,s.gbD()) +return s==null?0:s}, +f8(a){var s,r,q=this.C$ +if(q!=null){s=q.nk(a) +r=q.e +r.toString +t.x.a(r) +if(s!=null)s+=r.a.b}else s=this.Ga(a) +return s}, +bi(a,b){var s,r=this.C$ +if(r!=null){s=r.e +s.toString +a.jO(r,t.x.a(s).a.ad(0,b))}}, +eW(a,b){var s,r=this.C$ +if(r!=null){s=r.e +s.toString +t.x.a(s) +return a.vD(new A.a6v(b,s,r),s.a,b)}return!1}} +A.a6v.prototype={ +$2(a,b){return this.c.cB(a,b)}, +$S:18} +A.zJ.prototype={ +mi(){var s=this +if(s.v!=null)return +s.v=s.a2.a4(s.a_)}, +sdZ(a,b){var s=this +if(s.a2.k(0,b))return +s.a2=b +s.v=null +s.a9()}, +scY(a){var s=this +if(s.a_==a)return +s.a_=a +s.v=null +s.a9()}, +b6(a){var s,r,q,p +this.mi() +s=this.v +r=s.a+s.c +q=s.b +s=s.d +p=this.C$ +if(p!=null)return p.b5(B.af,Math.max(0,a-(q+s)),p.gbM())+r +return r}, +aY(a){var s,r,q,p +this.mi() +s=this.v +r=s.a+s.c +q=s.b +s=s.d +p=this.C$ +if(p!=null)return p.b5(B.a5,Math.max(0,a-(q+s)),p.gbE())+r +return r}, +bd(a){var s,r,q,p +this.mi() +s=this.v +r=s.a +q=s.c +p=s.b+s.d +s=this.C$ +if(s!=null)return s.b5(B.Z,Math.max(0,a-(r+q)),s.gbD())+p +return p}, +cO(a){var s,r,q,p=this +p.mi() +if(p.C$==null){s=p.v +return a.aP(new A.R(s.a+s.c,s.b+s.d))}s=p.v +s.toString +r=a.C4(s) +q=p.C$.j6(r) +s=p.v +return a.aP(new A.R(s.a+q.a+s.c,s.b+q.b+s.d))}, +cD(){var s,r,q,p,o,n,m=this,l=A.P.prototype.gbg.call(m) +m.mi() +if(m.C$==null){s=m.v +m.k3=l.aP(new A.R(s.a+s.c,s.b+s.d)) +return}s=m.v +s.toString +r=l.C4(s) +m.C$.f0(r,!0) +s=m.C$ +q=s.e +q.toString +t.x.a(q) +p=m.v +o=p.a +n=p.b +q.a=new A.r(o,n) +s=s.k3 +m.k3=l.aP(new A.R(o+s.a+p.c,n+s.b+p.d))}} +A.Lo.prototype={ +mi(){var s=this +if(s.v!=null)return +s.v=s.a2.a4(s.a_)}, +sdz(a){var s=this +if(s.a2.k(0,a))return +s.a2=a +s.v=null +s.a9()}, +scY(a){var s=this +if(s.a_==a)return +s.a_=a +s.v=null +s.a9()}, +Bt(){var s,r,q,p,o=this +o.mi() +s=o.C$ +r=s.e +r.toString +t.x.a(r) +q=o.v +q.toString +p=o.k3 +p.toString +s=s.k3 +s.toString +r.a=q.ln(t.o.a(p.a1(0,s)))}} +A.LE.prototype={ +sacx(a){if(this.e1==a)return +this.e1=a +this.a9()}, +sa9g(a){if(this.ef==a)return +this.ef=a +this.a9()}, +cO(a){var s,r,q=this,p=q.e1!=null||a.b===1/0,o=q.ef!=null||a.d===1/0,n=q.C$ +if(n!=null){s=n.j6(new A.aW(0,a.b,0,a.d)) +if(p){n=q.e1 +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.ef +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.aP(new A.R(n,r))}n=p?0:1/0 +return a.aP(new A.R(n,o?0:1/0))}, +cD(){var s,r,q=this,p=A.P.prototype.gbg.call(q),o=q.e1!=null||p.b===1/0,n=q.ef!=null||p.d===1/0,m=q.C$ +if(m!=null){m.f0(new A.aW(0,p.b,0,p.d),!0) +if(o){m=q.C$.k3.a +s=q.e1 +m*=s==null?1:s}else m=1/0 +if(n){s=q.C$.k3.b +r=q.ef +s*=r==null?1:r}else s=1/0 +q.k3=p.aP(new A.R(m,s)) +q.Bt()}else{m=o?0:1/0 +q.k3=p.aP(new A.R(m,n?0:1/0))}}} +A.a8s.prototype={ +nm(a){return new A.R(A.X(1/0,a.a,a.b),A.X(1/0,a.c,a.d))}} +A.zB.prototype={ +sC6(a){var s=this,r=s.v +if(r===a)return +if(A.D(a)!==A.D(r)||a.pJ(r))s.a9() +s.v=a +s.b!=null}, +b1(a){this.Wb(a)}, +aQ(a){this.Wc(0)}, +b6(a){var s=A.ew(a,1/0),r=s.aP(this.v.nm(s)).a +if(isFinite(r))return r +return 0}, +aY(a){var s=A.ew(a,1/0),r=s.aP(this.v.nm(s)).a +if(isFinite(r))return r +return 0}, +bd(a){var s=A.ew(1/0,a),r=s.aP(this.v.nm(s)).b +if(isFinite(r))return r +return 0}, +cO(a){return a.aP(this.v.nm(a))}, +cD(){var s,r,q,p,o,n,m,l=this,k=A.P.prototype.gbg.call(l) +l.k3=k.aP(l.v.nm(k)) +if(l.C$!=null){s=l.v.EF(A.P.prototype.gbg.call(l)) +k=l.C$ +k.toString +r=s.a +q=s.b +p=r>=q +k.f0(s,!(p&&s.c>=s.d)) +k=l.C$ +o=k.e +o.toString +t.x.a(o) +n=l.v +m=l.k3 +m.toString +if(p&&s.c>=s.d)k=new A.R(A.X(0,r,q),A.X(0,s.c,s.d)) +else{k=k.k3 +k.toString}o.a=n.EM(m,k)}}} +A.CY.prototype={ +b1(a){var s +this.iv(a) +s=this.C$ +if(s!=null)s.b1(a)}, +aQ(a){var s +this.h5(0) +s=this.C$ +if(s!=null)s.aQ(0)}} +A.a63.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.a63&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.T(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)}, +h(a){var s=this +return"RelativeRect.fromLTRB("+B.d.a5(s.a,1)+", "+B.d.a5(s.b,1)+", "+B.d.a5(s.c,1)+", "+B.d.a5(s.d,1)+")"}} +A.er.prototype={ +gwN(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.w!=null||s.x!=null||!1}, +h(a){var s=this,r=A.a([],t.s),q=s.e +if(q!=null)r.push("top="+A.j1(q)) +q=s.f +if(q!=null)r.push("right="+A.j1(q)) +q=s.r +if(q!=null)r.push("bottom="+A.j1(q)) +q=s.w +if(q!=null)r.push("left="+A.j1(q)) +q=s.x +if(q!=null)r.push("width="+A.j1(q)) +if(r.length===0)r.push("not positioned") +r.push(s.ul(0)) +return B.b.cs(r,"; ")}} +A.MZ.prototype={ +E(){return"StackFit."+this.b}} +A.zN.prototype={ +j9(a){if(!(a.e instanceof A.er))a.e=new A.er(null,null,B.h)}, +a4i(){var s=this +if(s.ar!=null)return +s.ar=s.I.a4(s.L)}, +sdz(a){var s=this +if(s.I.k(0,a))return +s.I=a +s.ar=null +s.a9()}, +scY(a){var s=this +if(s.L==a)return +s.L=a +s.ar=null +s.a9()}, +b6(a){return A.zO(this.aO$,new A.a6y(a))}, +aY(a){return A.zO(this.aO$,new A.a6x(a))}, +bd(a){return A.zO(this.aO$,new A.a6w(a))}, +f8(a){return this.C0(a)}, +cO(a){return this.Kd(a,A.nE())}, +Kd(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +e.a4i() +if(e.dd$===0){s=a.a +r=a.b +q=A.X(1/0,s,r) +p=a.c +o=a.d +n=A.X(1/0,p,o) +return isFinite(q)&&isFinite(n)?new A.R(A.X(1/0,s,r),A.X(1/0,p,o)):new A.R(A.X(0,s,r),A.X(0,p,o))}m=a.a +l=a.c +switch(e.b2.a){case 0:k=new A.aW(0,a.b,0,a.d) +break +case 1:k=A.F8(new A.R(A.X(1/0,m,a.b),A.X(1/0,l,a.d))) +break +case 2:k=a +break +default:k=null}j=e.aO$ +for(s=t.B,i=l,h=m,g=!1;j!=null;){r=j.e +r.toString +s.a(r) +if(!r.gwN()){f=b.$2(j,k) +h=Math.max(h,f.a) +i=Math.max(i,f.b) +g=!0}j=r.an$}return g?new A.R(h,i):new A.R(A.X(1/0,m,a.b),A.X(1/0,l,a.d))}, +cD(){var s,r,q,p,o,n,m,l=this,k=A.P.prototype.gbg.call(l) +l.O=!1 +l.k3=l.Kd(k,A.nF()) +s=l.aO$ +for(r=t.B,q=t.o;s!=null;){p=s.e +p.toString +r.a(p) +if(!p.gwN()){o=l.ar +o.toString +n=l.k3 +n.toString +m=s.k3 +m.toString +p.a=o.ln(q.a(n.a1(0,m)))}else{o=l.k3 +o.toString +n=l.ar +n.toString +l.O=A.aq_(s,p,o,n)||l.O}s=p.an$}}, +eW(a,b){return this.w6(a,b)}, +ab8(a,b){this.oq(a,b)}, +bi(a,b){var s,r=this,q=r.au,p=q!==B.M&&r.O,o=r.bA +if(p){p=r.cx +p===$&&A.b() +s=r.k3 +o.sbJ(0,a.xq(p,b,new A.G(0,0,0+s.a,0+s.b),r.gab7(),q,o.a))}else{o.sbJ(0,null) +r.oq(a,b)}}, +q(){this.bA.sbJ(0,null) +this.lb()}, +ot(a){var s +switch(this.au.a){case 0:return null +case 1:case 2:case 3:if(this.O){s=this.k3 +s=new A.G(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.a6y.prototype={ +$1(a){return a.b5(B.af,this.a,a.gbM())}, +$S:32} +A.a6x.prototype={ +$1(a){return a.b5(B.a5,this.a,a.gbE())}, +$S:32} +A.a6w.prototype={ +$1(a){return a.b5(B.Z,this.a,a.gbD())}, +$S:32} +A.T8.prototype={ +b1(a){var s,r,q +this.iv(a) +s=this.aO$ +for(r=t.B;s!=null;){s.b1(a) +q=s.e +q.toString +s=r.a(q).an$}}, +aQ(a){var s,r,q +this.h5(0) +s=this.aO$ +for(r=t.B;s!=null;){s.aQ(0) +q=s.e +q.toString +s=r.a(q).an$}}} +A.T9.prototype={} +A.Op.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.Op&&b.a.k(0,this.a)&&b.b===this.b}, +gu(a){return A.T(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)}, +h(a){return this.a.h(0)+" at "+A.j1(this.b)+"x"}} +A.zP.prototype={ +sBL(a){var s,r,q,p,o=this +if(o.k1.k(0,a))return +s=o.k1 +o.k1=a +r=s.b +r=A.JC(r,r,1) +q=o.k1.b +if(!r.k(0,A.JC(q,q,1))){r=o.KX() +q=o.ch +p=q.a +p.toString +J.ax7(p) +q.sbJ(0,r) +o.aR()}o.a9()}, +KX(){var s,r=this.k1.b +r=A.JC(r,r,1) +this.k4=r +s=A.aqV(r) +s.b1(this) +return s}, +xm(){}, +cD(){var s,r=this.k1.a +this.id=r +s=this.C$ +if(s!=null)s.lM(A.F8(r))}, +cB(a,b){var s=this.C$ +if(s!=null)s.cB(new A.lY(a.a,a.b,a.c),b) +a.A(0,new A.kD(this,t.AL)) +return!0}, +a9q(a){var s,r=A.a([],t.om),q=new A.aJ(new Float64Array(16)) +q.bs() +s=new A.lY(r,A.a([q],t.rE),A.a([],t.cR)) +this.cB(s,a) +return s}, +gfW(){return!0}, +bi(a,b){var s=this.C$ +if(s!=null)a.jO(s,b)}, +hR(a,b){var s=this.k4 +s.toString +b.cC(0,s) +this.V3(a,b)}, +a6o(){var s,r,q +try{q=$.Z() +s=q.MY() +r=this.ch.a.a5V(s) +this.a57() +q.QM(r) +r.q()}finally{}}, +a57(){var s,r,q,p,o,n,m,l,k,j=null,i=this.gDL(),h=i.gbf(),g=this.k2 +g.gml() +s=i.gbf() +g.gml() +g=this.ch +r=t.ev +q=g.a.NZ(0,new A.r(h.a,0),r) +switch(A.q3().a){case 0:p=g.a.NZ(0,new A.r(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.aqK(new A.jV(p.a,p.b,p.c,p.d,s,h,g,r)) +return}o=A.q3()===B.bh +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.aqK(new A.jV(m,l,k,o?n.d:j,s,h,g,r))}, +gDL(){var s=this.id.am(0,this.k1.b) +return new A.G(0,0,0+s.a,0+s.b)}, +gl1(){var s,r=this.k4 +r.toString +s=this.id +return A.mE(r,new A.G(0,0,0+s.a,0+s.b))}} +A.Tb.prototype={ +b1(a){var s +this.iv(a) +s=this.C$ +if(s!=null)s.b1(a)}, +aQ(a){var s +this.h5(0) +s=this.C$ +if(s!=null)s.aQ(0)}} +A.akD.prototype={ +h(a){return"RevealedOffset(offset: "+A.i(this.a)+", rect: "+this.b.h(0)+")"}} +A.A5.prototype={ +E(){return"ScrollDirection."+this.b}} +A.uD.prototype={} +A.pd.prototype={ +E(){return"SchedulerPhase."+this.b}} +A.a56.prototype={} +A.eE.prototype={ +QI(a){var s=this.y$ +B.b.B(s,a) +if(s.length===0){s=$.aR() +s.ay=null +s.ch=$.ak}}, +ZG(a){var s,r,q,p,o,n,m,l,k=this.y$,j=A.ah(k,!0,t.xt) +for(p=j.length,o=0;o0)return!1 +s=k.gG(k) +p=s.b +if(l.Q$.$2$priority$scheduler(p,l)){try{if(k.c===0)A.a0(A.ab("No element"));++k.d +k.uJ(0) +o=k.c-1 +n=k.uJ(o) +k.b[o]=null +k.c=o +if(o>0)k.XQ(n,0) +p=s +p.f.dq(0,p.adD())}catch(m){r=A.aq(m) +q=A.aV(m) +p=A.bI("during a task callback") +A.ez(new A.c_(r,q,"scheduler library",p,null,!1))}return k.c!==0}return!1}, +u3(a,b){var s,r=this +r.jX() +s=++r.ax$ +r.ay$.m(0,s,new A.uD(a)) +return r.ax$}, +u2(a){return this.u3(a,!1)}, +ga7I(){var s=this +if(s.cy$==null){if(s.dx$===B.d5)s.jX() +s.cy$=new A.bj(new A.al($.ak,t.W),t.gR) +s.cx$.push(new A.a7z(s))}return s.cy$.a}, +ga8h(){return this.dy$}, +K0(a){if(this.dy$===a)return +this.dy$=a +if(a)this.jX()}, +NL(){var s=$.aR() +if(s.w==null){s.w=this.ga_V() +s.x=$.ak}if(s.y==null){s.y=this.ga0e() +s.z=$.ak}}, +Co(){switch(this.dx$.a){case 0:case 4:this.jX() +return +case 1:case 2:case 3:return}}, +jX(){var s,r=this +if(!r.db$)s=!(A.eE.prototype.ga8h.call(r)&&r.bI$) +else s=!0 +if(s)return +r.NL() +$.aR().jX() +r.db$=!0}, +Sr(){if(this.db$)return +this.NL() +$.aR().jX() +this.db$=!0}, +F0(){var s,r,q=this +if(q.fr$||q.dx$!==B.d5)return +q.fr$=!0 +s=A.aqQ() +s.ue(0,"Warm-up frame") +r=q.db$ +A.dc(B.C,new A.a7B(q)) +A.dc(B.C,new A.a7C(q,r)) +q.aao(new A.a7D(q,s))}, +GH(a){var s=this.fx$ +return A.cM(B.d.ac((s==null?B.C:new A.bm(a.a-s.a)).a/1)+this.fy$.a,0)}, +a_W(a){if(this.fr$){this.k3$=!0 +return}this.Ol(a)}, +a0f(){var s=this +if(s.k3$){s.k3$=!1 +s.cx$.push(new A.a7y(s)) +return}s.Oo()}, +Ol(a){var s,r,q=this +if(q.fx$==null)q.fx$=a +r=a==null +q.id$=q.GH(r?q.go$:a) +if(!r)q.go$=a +q.db$=!1 +try{q.dx$=B.Hq +s=q.ay$ +q.ay$=A.E(t.S,t.h1) +J.vm(s,new A.a7A(q)) +q.ch$.K(0)}finally{q.dx$=B.Hr}}, +abN(a){var s=this,r=s.ok$,q=r==null +if(!q&&r!==a)return null +if(r===a)++s.p1$ +else if(q){s.ok$=a +s.p1$=1}return new A.a56(s.gZl())}, +Zm(){if(--this.p1$===0){this.ok$=null +$.aR()}}, +Oo(){var s,r,q,p,o,n,m,l=this +try{l.dx$=B.uT +for(p=l.CW$,o=p.length,n=0;n0&&r<4){s=s.id$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +uh(a,b){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.Eo() +if(b)r.Kv(s) +else r.Kw()}, +a4v(a){var s,r=this +r.e=null +s=r.c +if(s==null)s=r.c=a +r.d.$1(new A.bm(a.a-s.a)) +if(!r.b&&r.a!=null&&r.e==null)r.e=$.cX.u3(r.gB2(),!0)}, +Eo(){var s,r=this.e +if(r!=null){s=$.cX +s.ay$.B(0,r) +s.ch$.A(0,r) +this.e=null}}, +q(){var s=this,r=s.a +if(r!=null){s.a=null +s.Eo() +r.Kv(s)}}, +acb(a,b){var s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +h(a){return this.acb(a,!1)}} +A.pE.prototype={ +Kw(){this.c=!0 +this.a.iG(0) +var s=this.b +if(s!=null)s.iG(0)}, +Kv(a){var s +this.c=!1 +s=this.b +if(s!=null)s.ke(new A.B2(a))}, +acv(a){var s,r,q=this,p=new A.aa3(a) +if(q.b==null){s=q.b=new A.bj(new A.al($.ak,t.W),t.gR) +r=q.c +if(r!=null)if(r)s.iG(0) +else s.ke(B.NP)}q.b.a.fZ(p,p,t.H)}, +of(a,b){return this.a.a.of(a,b)}, +lo(a){return this.of(a,null)}, +fZ(a,b,c){return this.a.a.fZ(a,b,c)}, +c1(a,b){return this.fZ(a,null,b)}, +m3(a){return this.a.a.m3(a)}, +h(a){var s=A.cg(this),r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return"#"+s+"("+r+")"}, +$iaf:1} +A.aa3.prototype={ +$1(a){this.a.$0()}, +$S:23} +A.B2.prototype={ +h(a){var s=this.a +if(s!=null)return"This ticker was canceled: "+s.h(0) +return'The ticker was canceled before the "orCancel" property was first used.'}, +$ic2:1} +A.Mj.prototype={ +gvk(){var s,r=this.iO$ +if(r===$){s=A.hn($.aR().a.c) +this.iO$!==$&&A.aB() +this.iO$=s +r=s}return r}, +Zg(){--this.Cw$ +this.gvk().sl(0,this.Cw$>0)}, +Iz(){var s,r=this +if($.aR().a.c){if(r.wm$==null){++r.Cw$ +r.gvk().sl(0,!0) +r.wm$=new A.a83(r.gZf())}}else{s=r.wm$ +if(s!=null)s.a.$0() +r.wm$=null}}, +a0S(a,b,c){var s=this.y1$ +s===$&&A.b() +s=s.at +if(s!=null)s.abd(a,b,null)}} +A.a83.prototype={} +A.w3.prototype={} +A.Y7.prototype={} +A.qQ.prototype={ +gu(a){return A.T(null,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){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.qQ&&b.b===this.b&&b.c===this.c}, +h(a){return"CustomSemanticsAction("+A.i($.ajq.j(0,this))+", label:null, hint:"+this.b+", action:"+this.c.h(0)+")"}} +A.cL.prototype={ +ad(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.ah(this.b,!0,t.u1) +q=b.b +p=q.length +if(p!==0)for(o=0;o=0;--o)r[o]=n[q-o-1].e}n=a.fr +m=n.length +if(m!==0){l=new Int32Array(m) +for(o=0;o0?r[n-1].p1:null +if(n!==0)if(J.U(l)===J.U(o)){if(l!=null)o.toString +k=!0}else k=!1 +else k=!0 +if(!k&&p.length!==0){if(o!=null){if(!!p.immutable$list)A.a0(A.Y("sort")) +h=p.length-1 +if(h-0<=32)A.MT(p,0,h,J.alA()) +else A.MS(p,0,h,J.alA())}B.b.M(q,p) +B.b.K(p)}p.push(new A.lB(m,l,n))}if(o!=null)B.b.it(p) +B.b.M(q,p) +h=t.rB +return A.ah(new A.aw(q,new A.a86(),h),!0,h.i("bs.E"))}, +SA(a){if(this.b==null)return +B.it.h3(0,a.Rc(this.e))}, +dh(){return"SemanticsNode#"+this.e}, +ac5(a,b,c){return new A.Tx(a,this,b,!0,!0,null,c)}, +Ra(a){return this.ac5(B.zU,null,a)}} +A.a88.prototype={ +$1(a){var s,r,q=this.a +q.a=q.a|a.dy +q.b=q.b|a.db +if(q.x==null)q.x=a.ok +q.z=a.p2 +q.Q=a.p4 +q.as=a.R8 +if(q.at==null)q.at=a.RG +if(q.ax==null)q.ax=a.rx +if(q.ay==null)q.ay=a.ry +q.ch=a.to +q.CW=a.x1 +q.cx=a.x2 +if(q.d.a==="")q.d=a.fx +if(q.e.a==="")q.e=a.fy +if(q.f.a==="")q.f=a.go +if(q.w==="")q.w=a.k1 +s=a.dx +if(s!=null){r=q.y;(r==null?q.y=A.w(t.g3):r).M(0,s)}for(s=this.b.cy,s=A.kJ(s,s.r),r=this.c;s.p();)r.A(0,A.Z0(s.d)) +s=a.k4 +if(s!=null){s=s.a +if(s!=null)r.A(0,A.Z0(new A.qQ(s,B.bB))) +a.k4.toString}s=q.c +r=q.x +q.c=A.agy(a.fr,a.ok,s,r) +r=q.r +s=q.x +q.r=A.agy(a.id,a.ok,r,s) +q.cy=Math.max(q.cy,a.k3+a.k2) +return!0}, +$S:70} +A.a86.prototype={ +$1(a){return a.a}, +$S:268} +A.lr.prototype={ +bu(a,b){return B.d.bu(this.b,b.b)}, +$idi:1} +A.j0.prototype={ +bu(a,b){return B.d.bu(this.a,b.a)}, +T_(){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.ah(new A.kz(n,new A.afx(),s),!0,s.i("k.E"))}, +SZ(){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.E(s,t.bu) +q=A.E(s,s) +for(p=this.b,o=p===B.Q,p=p===B.t,n=a4,m=0;m2.356194490192345 +else a0=!1 +if(a||a0)q.m(0,l.e,f.e)}}a1=A.a([],t.t) +a2=A.a(a3.slice(0),A.ad(a3)) +B.b.f4(a2,new A.aft()) +new A.aw(a2,new A.afu(),A.ad(a2).i("aw<1,p>")).a0(0,new A.afw(A.w(s),q,a1)) +a3=t.qn +a3=A.ah(new A.aw(a1,new A.afv(r),a3),!0,a3.i("bs.E")) +a4=A.ad(a3).i("c0<1>") +return A.ah(new A.c0(a3,a4),!0,a4.i("bs.E"))}, +$idi:1} +A.afx.prototype={ +$1(a){return a.SZ()}, +$S:107} +A.aft.prototype={ +$2(a,b){var s,r,q=a.w,p=A.q_(a,new A.r(q.a,q.b)) +q=b.w +s=A.q_(b,new A.r(q.a,q.b)) +r=B.d.bu(p.b,s.b) +if(r!==0)return-r +return-B.d.bu(p.a,s.a)}, +$S:71} +A.afw.prototype={ +$1(a){var s=this,r=s.a +if(r.t(0,a))return +r.A(0,a) +r=s.b +if(r.ai(0,a)){r=r.j(0,a) +r.toString +s.$1(r)}s.c.push(a)}, +$S:34} +A.afu.prototype={ +$1(a){return a.e}, +$S:271} +A.afv.prototype={ +$1(a){var s=this.a.j(0,a) +s.toString +return s}, +$S:272} +A.agu.prototype={ +$1(a){return a.T_()}, +$S:107} +A.lB.prototype={ +bu(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.bu(0,s)}, +$idi:1} +A.Ah.prototype={ +SB(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.b +if(e.a===0)return +s=A.w(t.S) +r=A.a([],t.QF) +for(q=t.LQ,p=A.j(e).i("bi<1>"),o=p.i("k.E"),n=f.d;e.a!==0;){m=A.ah(new A.bi(e,new A.a8b(f),p),!0,o) +e.K(0) +n.K(0) +l=new A.a8c() +if(!!m.immutable$list)A.a0(A.Y("sort")) +k=m.length-1 +if(k-0<=32)A.MT(m,0,k,l) +else A.MS(m,0,k,l) +B.b.M(r,m) +for(l=m.length,j=0;j#"+A.cg(this)}} +A.a8b.prototype={ +$1(a){return!this.a.d.t(0,a)}, +$S:70} +A.a8c.prototype={ +$2(a,b){return a.a-b.a}, +$S:71} +A.a8d.prototype={ +$2(a,b){return a.a-b.a}, +$S:71} +A.a8a.prototype={ +$1(a){if(a.cx.ai(0,this.b)){this.a.a=a +return!1}return!0}, +$S:70} +A.iM.prototype={ +m9(a,b){var s=this +s.e.m(0,a,b) +s.f=s.f|a.a +s.d=!0}, +fE(a,b){this.m9(a,new A.a7U(b))}, +sn7(a){a.toString +this.fE(B.bB,a)}, +sn6(a){a.toString +this.fE(B.uZ,a)}, +sxb(a){this.fE(B.hC,a)}, +sx9(a){this.fE(B.HL,a)}, +sxc(a){this.fE(B.hD,a)}, +sxd(a){this.fE(B.hA,a)}, +sxa(a){this.fE(B.hB,a)}, +sDw(a){this.fE(B.v_,a)}, +sDq(a){this.fE(B.uY,a)}, +sDo(a,b){this.fE(B.HN,b)}, +sDp(a,b){this.fE(B.HR,b)}, +sDD(a,b){this.fE(B.HH,b)}, +sDA(a){this.m9(B.HO,new A.a7X(a))}, +sDy(a){this.m9(B.HF,new A.a7V(a))}, +sDB(a){this.m9(B.HP,new A.a7Y(a))}, +sDz(a){this.m9(B.HG,new A.a7W(a))}, +sDG(a){this.m9(B.HI,new A.a7Z(a))}, +sDH(a){this.m9(B.HJ,new A.a8_(a))}, +sDr(a){this.fE(B.HM,a)}, +sDs(a){this.fE(B.HQ,a)}, +sDj(a){return}, +sBW(a){return}, +sa9m(a){if(a==null)return +this.x2=a +this.d=!0}, +sey(a,b){if(b===this.xr)return +this.xr=b +this.d=!0}, +Lw(a){var s=this.ah;(s==null?this.ah=A.w(t.g3):s).A(0,a)}, +bL(a,b){var s=this,r=s.ae,q=a.a +if(b)s.ae=r|q +else s.ae=r&~q +s.d=!0}, +OY(a){var s=this +if(a==null||!a.d||!s.d)return!0 +if((s.f&a.f)!==0)return!1 +if((s.ae&a.ae)!==0)return!1 +if(s.RG.a.length!==0&&a.RG.a.length!==0)return!1 +return!0}, +Lh(a){var s,r,q=this +if(!a.d)return +q.e.M(0,a.e) +q.p4.M(0,a.p4) +q.f=q.f|a.f +q.ae=q.ae|a.ae +q.aC=a.aC +if(q.az==null)q.az=a.az +if(q.P==null)q.P=a.P +if(q.X==null)q.X=a.X +if(q.x2==null)q.x2=a.x2 +q.k2=a.k2 +q.k4=a.k4 +q.k3=a.k3 +q.ok=a.ok +q.p1=a.p1 +q.p2=a.p2 +s=q.y2 +if(s==null){s=q.y2=a.y2 +q.d=!0}if(q.k1==null)q.k1=a.k1 +r=q.R8 +q.R8=A.agy(a.R8,a.y2,r,s) +if(q.RG.a==="")q.RG=a.RG +if(q.rx.a==="")q.rx=a.rx +if(q.ry.a==="")q.ry=a.ry +s=q.to +r=q.y2 +q.to=A.agy(a.to,a.y2,s,r) +if(q.x1==="")q.x1=a.x1 +q.y1=Math.max(q.y1,a.y1+a.xr) +q.d=q.d||a.d}, +Mw(){var s=this,r=A.n2() +r.a=s.a +r.b=s.b +r.c=s.c +r.d=s.d +r.p3=s.p3 +r.y2=s.y2 +r.k1=s.k1 +r.R8=s.R8 +r.rx=s.rx +r.RG=s.RG +r.ry=s.ry +r.to=s.to +r.x2=s.x2 +r.x1=s.x1 +r.xr=s.xr +r.y1=s.y1 +r.ae=s.ae +r.ah=s.ah +r.aC=s.aC +r.az=s.az +r.P=s.P +r.X=s.X +r.f=s.f +r.k2=s.k2 +r.k4=s.k4 +r.k3=s.k3 +r.ok=s.ok +r.p1=s.p1 +r.p2=s.p2 +r.e.M(0,s.e) +r.p4.M(0,s.p4) +return r}} +A.a7U.prototype={ +$1(a){this.a.$0()}, +$S:6} +A.a7X.prototype={ +$1(a){a.toString +this.a.$1(A.pZ(a))}, +$S:6} +A.a7V.prototype={ +$1(a){a.toString +this.a.$1(A.pZ(a))}, +$S:6} +A.a7Y.prototype={ +$1(a){a.toString +this.a.$1(A.pZ(a))}, +$S:6} +A.a7W.prototype={ +$1(a){a.toString +this.a.$1(A.pZ(a))}, +$S:6} +A.a7Z.prototype={ +$1(a){var s,r,q +a.toString +s=J.ax5(t.f.a(a),t.N,t.S) +r=s.j(0,"base") +r.toString +q=s.j(0,"extent") +q.toString +this.a.$1(A.akR(B.ae,r,q,!1))}, +$S:6} +A.a8_.prototype={ +$1(a){a.toString +this.a.$1(A.cK(a))}, +$S:6} +A.Z5.prototype={ +E(){return"DebugSemanticsDumpOrder."+this.b}} +A.tB.prototype={ +bu(a,b){var s=this.a7v(b) +return s}, +$idi:1} +A.t1.prototype={ +a7v(a){var s=a.b,r=this.b +if(s===r)return 0 +return B.e.bu(r,s)}} +A.Tw.prototype={} +A.Tz.prototype={} +A.TA.prototype={} +A.a81.prototype={ +Rc(a){var s=A.be(["type",this.a,"data",this.tY()],t.N,t.z) +if(a!=null)s.m(0,"nodeId",a) +return s}, +ac9(){return this.Rc(null)}, +h(a){var s,r,q=A.a([],t.s),p=this.tY(),o=p.gcf(p),n=A.ah(o,!0,A.j(o).i("k.E")) +B.b.it(n) +for(o=n.length,s=0;s#"+A.cg(this)+"()"}} +A.XQ.prototype={ +n2(a,b){if(b)return this.a.bS(0,a,new A.XR(this,a)) +return this.FF(a,!0)}, +a7P(a){this.a.B(0,a) +this.b.B(0,a) +this.c.B(0,a)}, +K(a){this.a.K(0) +this.b.K(0) +this.c.K(0)}} +A.XR.prototype={ +$0(){return this.a.FF(this.b,!0)}, +$S:274} +A.a5g.prototype={ +jH(a,b){var s,r=B.bI.dB(A.ali(null,A.V0(B.fM,b,B.I,!1),null).e),q=$.l3.b2$ +q===$&&A.b() +s=q.yh(0,"flutter/assets",A.eX(r.buffer,0,null)).c1(new A.a5h(b),t.V4) +return s}} +A.a5h.prototype={ +$1(a){if(a==null)throw A.c(A.ajK(A.a([A.aGw(this.a),A.bI("The asset does not exist or has empty data.")],t.U))) +return a}, +$S:275} +A.Xv.prototype={} +A.tC.prototype={ +rJ(){$.qa().K(0)}, +lG(a){return this.a90(a)}, +a90(a){var s=0,r=A.a5(t.H),q,p=this +var $async$lG=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:switch(A.cK(J.bD(t.a.a(a),"type"))){case"memoryPressure":p.rJ() +break}s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$lG,r)}, +Xr(){var s=A.aO("controller") +s.sdY(A.a8T(new A.a8j(s),t.hz)) +return J.axd(s.aN())}, +abq(){if(this.z$!=null)return +$.aR() +var s=A.aqk("AppLifecycleState.resumed") +if(s!=null)this.wt(s)}, +A4(a){return this.a0o(a)}, +a0o(a){var s=0,r=A.a5(t.ob),q,p=this,o +var $async$A4=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:a.toString +o=A.aqk(a) +o.toString +p.wt(o) +q=null +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$A4,r)}, +uT(a){return this.a0x(a)}, +a0x(a){var s=0,r=A.a5(t.z),q,p=this,o +var $async$uT=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:case 3:switch(a.a){case"SystemChrome.systemUIChange":s=5 +break +case"System.requestAppExit":s=6 +break +default:s=4 +break}break +case 5:t.j.a(a.b) +s=4 +break +case 6:o=A +s=7 +return A.a1(p.wy(),$async$uT) +case 7:q=o.be(["response",c.b],t.N,t.z) +s=1 +break +case 4:case 1:return A.a3(q,r)}}) +return A.a4($async$uT,r)}, +$ieE:1} +A.a8j.prototype={ +$0(){var s=0,r=A.a5(t.H),q=this,p,o,n +var $async$$0=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:o=A.aO("rawLicenses") +n=o +s=2 +return A.a1($.qa().n2("NOTICES",!1),$async$$0) +case 2:n.sdY(b) +p=q.a +n=J +s=3 +return A.a1(A.at2(A.aHJ(),o.aN(),"parseLicenses",t.N,t.qC),$async$$0) +case 3:n.vm(b,J.axa(p.aN())) +s=4 +return A.a1(J.an0(p.aN()),$async$$0) +case 4:return A.a3(null,r)}}) +return A.a4($async$$0,r)}, +$S:36} +A.acl.prototype={ +yh(a,b,c){var s=new A.al($.ak,t.gg) +$.aR().a3Y(b,c,A.azY(new A.acm(new A.bj(s,t.yB)))) +return s}, +Fb(a,b){if(b==null){a=$.WD().a.j(0,a) +if(a!=null)a.e=null}else $.WD().SG(a,new A.acn(b))}} +A.acm.prototype={ +$1(a){var s,r,q,p +try{this.a.dq(0,a)}catch(q){s=A.aq(q) +r=A.aV(q) +p=A.bI("during a platform message response callback") +A.ez(new A.c_(s,r,"services library",p,null,!1))}}, +$S:14} +A.acn.prototype={ +$2(a,b){return this.RU(a,b)}, +RU(a,b){var s=0,r=A.a5(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h +var $async$$2=A.a6(function(c,d){if(c===1){p=d +s=q}while(true)switch(s){case 0:i=null +q=3 +s=6 +return A.a1(n.a.$1(a),$async$$2) +case 6:i=d +o.push(5) +s=4 +break +case 3:q=2 +h=p +m=A.aq(h) +l=A.aV(h) +j=A.bI("during a platform message callback") +A.ez(new A.c_(m,l,"services library",j,null,!1)) +o.push(5) +s=4 +break +case 2:o=[1] +case 4:q=1 +b.$1(i) +s=o.pop() +break +case 5:return A.a3(null,r) +case 1:return A.a2(p,r)}}) +return A.a4($async$$2,r)}, +$S:279} +A.a0d.prototype={ +a5u(a){if(this.b)throw A.c(A.ab("FontLoader is already loaded")) +this.c.push(a.c1(new A.a0e(),t.p))}, +p9(a){var s=0,r=A.a5(t.H),q=this,p,o +var $async$p9=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:if(q.b)throw A.c(A.ab("FontLoader is already loaded")) +q.b=!0 +p=q.c +o=A.ad(p).i("aw<1,af<~>>") +s=2 +return A.a1(A.op(A.ah(new A.aw(p,new A.a0g(q),o),!0,o.i("bs.E")),t.H),$async$p9) +case 2:return A.a3(null,r)}}) +return A.a4($async$p9,r)}} +A.a0e.prototype={ +$1(a){return A.bL(a.buffer,a.byteOffset,a.byteLength)}, +$S:280} +A.a0g.prototype={ +$1(a){return a.c1(new A.a0f(this.a),t.H)}, +$S:281} +A.a0f.prototype={ +$1(a){return A.ai5(a,this.a.a)}, +$S:73} +A.rH.prototype={ +E(){return"KeyboardLockMode."+this.b}} +A.mq.prototype={} +A.oB.prototype={} +A.mu.prototype={} +A.xN.prototype={} +A.a15.prototype={ +Zk(a){var s,r,q,p,o,n,m,l,k,j +this.d=!0 +s=!1 +for(n=this.c,m=0;!1;++m){r=n[m] +try{q=r.$1(a) +s=s||q}catch(l){p=A.aq(l) +o=A.aV(l) +k=A.bI("while processing a key handler") +j=$.i8() +if(j!=null)j.$1(new A.c_(p,o,"services library",k,null,!1))}}this.d=!1 +return s}, +Oq(a){var s,r,q=this,p=a.a,o=a.b +if(a instanceof A.oB){q.a.m(0,p,o) +s=$.auN().j(0,o.a) +if(s!=null){r=q.b +if(r.t(0,s))r.B(0,s) +else r.A(0,s)}}else if(a instanceof A.mu)q.a.B(0,p) +return q.Zk(a)}} +A.IW.prototype={ +E(){return"KeyDataTransitMode."+this.b}} +A.xM.prototype={ +h(a){return"KeyMessage("+A.i(this.a)+")"}} +A.IX.prototype={ +a8w(a){var s,r=this,q=r.d +switch((q==null?r.d=B.Bt:q).a){case 0:return!1 +case 1:if(a.c===0&&a.d===0)return!1 +s=A.aAZ(a) +if(a.f&&r.e.length===0){r.b.Oq(s) +r.HP(A.a([s],t.K0),null)}else r.e.push(s) +return!1}}, +HP(a,b){var s,r,q,p,o=this.a +if(o!=null){s=new A.xM(a,b) +try{o=o.$1(s) +return o}catch(p){r=A.aq(p) +q=A.aV(p) +o=A.bI("while processing the key message handler") +A.ez(new A.c_(r,q,"services library",o,null,!1))}}return!1}, +CL(a){var s=0,r=A.a5(t.a),q,p=this,o,n,m,l,k,j,i +var $async$CL=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:if(p.d==null){p.d=B.Bs +p.c.a.push(p.gYP())}o=A.aCO(t.a.a(a)) +if(o instanceof A.jO){p.f.B(0,o.c.giY()) +n=!0}else if(o instanceof A.tj){m=p.f +l=o.c +if(m.t(0,l.giY())){m.B(0,l.giY()) +n=!1}else n=!0}else n=!0 +if(n){p.c.a8P(o) +for(m=p.e,l=m.length,k=p.b,j=!1,i=0;i") +r=A.kL(new A.bd(e,s),s.i("k.E")) +q=A.a([],t.K0) +p=e.j(0,d) +o=$.l3.go$ +n=a.a +if(n==="")n=f +if(a instanceof A.jO)if(p==null){m=new A.oB(d,c,n,o,!1) +r.A(0,d)}else m=new A.xN(d,p,n,o,!1) +else if(p==null)m=f +else{m=new A.mu(d,p,f,o,!1) +r.B(0,d)}for(s=this.c.d,l=A.j(s).i("bd<1>"),k=l.i("k.E"),j=r.mA(A.kL(new A.bd(s,l),k)),j=j.gW(j),i=this.e;j.p();){h=j.gD(j) +if(h.k(0,d))q.push(new A.mu(h,c,f,o,!0)) +else{g=e.j(0,h) +g.toString +i.push(new A.mu(h,g,f,o,!0))}}for(e=A.kL(new A.bd(s,l),k).mA(r),e=e.gW(e);e.p();){l=e.gD(e) +k=s.j(0,l) +k.toString +i.push(new A.oB(l,k,f,o,!0))}if(m!=null)i.push(m) +B.b.M(i,q)}} +A.Rc.prototype={} +A.a2R.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.U(b)!==A.D(this))return!1 +return b instanceof A.f&&b.a===this.a}} +A.o.prototype={ +gu(a){return B.e.gu(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.o&&b.a===this.a}} +A.Rd.prototype={} +A.jG.prototype={ +h(a){return"MethodCall("+this.a+", "+A.i(this.b)+")"}} +A.z8.prototype={ +h(a){var s=this +return"PlatformException("+s.a+", "+A.i(s.b)+", "+A.i(s.c)+", "+A.i(s.d)+")"}, +$ic2:1} +A.yo.prototype={ +h(a){return"MissingPluginException("+A.i(this.a)+")"}, +$ic2:1} +A.a8Y.prototype={ +hj(a){if(a==null)return null +return B.b1.dB(A.bL(a.buffer,a.byteOffset,a.byteLength))}, +cr(a){if(a==null)return null +return A.eX(B.bI.dB(a).buffer,0,null)}} +A.a2k.prototype={ +cr(a){if(a==null)return null +return B.f5.cr(B.b5.jq(a))}, +hj(a){var s +if(a==null)return a +s=B.f5.hj(a) +s.toString +return B.b5.dr(0,s)}} +A.a2m.prototype={ +iN(a){var s=B.bn.cr(A.be(["method",a.a,"args",a.b],t.N,t.X)) +s.toString +return s}, +hW(a){var s,r,q,p=null,o=B.bn.hj(a) +if(!t.f.b(o))throw A.c(A.bP("Expected method call Map, got "+A.i(o),p,p)) +s=J.az(o) +r=s.j(o,"method") +q=s.j(o,"args") +if(typeof r=="string")return new A.jG(r,q) +throw A.c(A.bP("Invalid method call: "+A.i(o),p,p))}, +N4(a){var s,r,q,p=null,o=B.bn.hj(a) +if(!t.j.b(o))throw A.c(A.bP("Expected envelope List, got "+A.i(o),p,p)) +s=J.az(o) +if(s.gn(o)===1)return s.j(o,0) +if(s.gn(o)===3)if(typeof s.j(o,0)=="string")r=s.j(o,1)==null||typeof s.j(o,1)=="string" +else r=!1 +else r=!1 +if(r){r=A.cK(s.j(o,0)) +q=A.d0(s.j(o,1)) +throw A.c(A.akt(r,s.j(o,2),q,p))}if(s.gn(o)===4)if(typeof s.j(o,0)=="string")if(s.j(o,1)==null||typeof s.j(o,1)=="string")r=s.j(o,3)==null||typeof s.j(o,3)=="string" +else r=!1 +else r=!1 +else r=!1 +if(r){r=A.cK(s.j(o,0)) +q=A.d0(s.j(o,1)) +throw A.c(A.akt(r,s.j(o,2),q,A.d0(s.j(o,3))))}throw A.c(A.bP("Invalid envelope: "+A.i(o),p,p))}, +ro(a){var s=B.bn.cr([a]) +s.toString +return s}, +mD(a,b,c){var s=B.bn.cr([a,c,b]) +s.toString +return s}, +NG(a,b){return this.mD(a,null,b)}} +A.a8K.prototype={ +cr(a){var s +if(a==null)return null +s=A.aaY(64) +this.em(0,s,a) +return s.lp()}, +hj(a){var s,r +if(a==null)return null +s=new A.zo(a) +r=this.ii(0,s) +if(s.b=b.a.byteLength)throw A.c(B.ao) +return this.kM(b.no(0),b)}, +kM(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=$.dw() +q=b.a.getInt32(s,B.S===r) +b.b+=4 +return q +case 4:return b.y3(0) +case 6:b.jd(8) +s=b.b +r=$.dw() +q=b.a.getFloat64(s,B.S===r) +b.b+=8 +return q +case 5:case 7:p=k.f2(b) +return B.b1.dB(b.np(p)) +case 8:return b.np(k.f2(b)) +case 9:p=k.f2(b) +b.jd(4) +s=b.a +o=A.apo(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 10:return b.y4(k.f2(b)) +case 14:p=k.f2(b) +b.jd(4) +s=b.a +o=A.aBP(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 11:p=k.f2(b) +b.jd(8) +s=b.a +o=A.apm(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.f2(b) +n=A.ay(p,null,!1,t.X) +for(s=b.a,m=0;m=s.byteLength)A.a0(B.ao) +b.b=r+1 +n[m]=k.kM(s.getUint8(r),b)}return n +case 13:p=k.f2(b) +s=t.X +n=A.E(s,s) +for(s=b.a,m=0;m=s.byteLength)A.a0(B.ao) +b.b=r+1 +r=k.kM(s.getUint8(r),b) +l=b.b +if(l>=s.byteLength)A.a0(B.ao) +b.b=l+1 +n.m(0,r,k.kM(s.getUint8(l),b))}return n +default:throw A.c(B.ao)}}, +fA(a,b){var s,r +if(b<254)a.eQ(0,b) +else{s=a.d +if(b<=65535){a.eQ(0,254) +r=$.dw() +s.setUint16(0,b,B.S===r) +a.pU(a.e,0,2)}else{a.eQ(0,255) +r=$.dw() +s.setUint32(0,b,B.S===r) +a.pU(a.e,0,4)}}}, +f2(a){var s,r,q=a.no(0) +switch(q){case 254:s=a.b +r=$.dw() +q=a.a.getUint16(s,B.S===r) +a.b+=2 +return q +case 255:s=a.b +r=$.dw() +q=a.a.getUint32(s,B.S===r) +a.b+=4 +return q +default:return q}}} +A.a8L.prototype={ +$2(a,b){var s=this.a,r=this.b +s.em(0,r,a) +s.em(0,r,b)}, +$S:74} +A.a8O.prototype={ +iN(a){var s=A.aaY(64) +B.a8.em(0,s,a.a) +B.a8.em(0,s,a.b) +return s.lp()}, +hW(a){var s,r,q +a.toString +s=new A.zo(a) +r=B.a8.ii(0,s) +q=B.a8.ii(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.jG(r,q) +else throw A.c(B.jW)}, +ro(a){var s=A.aaY(64) +s.eQ(0,0) +B.a8.em(0,s,a) +return s.lp()}, +mD(a,b,c){var s=A.aaY(64) +s.eQ(0,1) +B.a8.em(0,s,a) +B.a8.em(0,s,c) +B.a8.em(0,s,b) +return s.lp()}, +NG(a,b){return this.mD(a,null,b)}, +N4(a){var s,r,q,p,o,n +if(a.byteLength===0)throw A.c(B.AD) +s=new A.zo(a) +if(s.no(0)===0)return B.a8.ii(0,s) +r=B.a8.ii(0,s) +q=B.a8.ii(0,s) +p=B.a8.ii(0,s) +o=s.b=a.byteLength +else n=!1 +if(n)throw A.c(A.akt(r,p,A.d0(q),o)) +else throw A.c(B.AE)}} +A.a3Y.prototype={ +a8j(a,b,c){var s,r,q,p +if(t.PB.b(b)){this.b.B(0,a) +return}s=this.b +r=s.j(0,a) +q=A.aEU(c) +if(q==null)q=this.a +if(J.e(r==null?null:t.ZC.a(r.a),q))return +p=q.w4(a) +s.m(0,a,p) +B.Gn.jF("activateSystemCursor",A.be(["device",p.b,"kind",t.ZC.a(p.a).a],t.N,t.z),t.H)}} +A.yq.prototype={} +A.cP.prototype={ +h(a){var s=this.gre() +return s}} +A.PR.prototype={ +w4(a){throw A.c(A.cy(null))}, +gre(){return"defer"}} +A.U3.prototype={} +A.jU.prototype={ +gre(){return"SystemMouseCursor("+this.a+")"}, +w4(a){return new A.U3(this,a)}, +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.jU&&b.a===this.a}, +gu(a){return B.c.gu(this.a)}} +A.RO.prototype={} +A.lU.prototype={ +gqS(){var s=$.l3.b2$ +s===$&&A.b() +return s}, +h3(a,b){return this.Sy(0,b,this.$ti.i("1?"))}, +Sy(a,b,c){var s=0,r=A.a5(c),q,p=this,o,n +var $async$h3=A.a6(function(d,e){if(d===1)return A.a2(e,r) +while(true)switch(s){case 0:o=p.b +n=o +s=3 +return A.a1(p.gqS().yh(0,p.a,o.cr(b)),$async$h3) +case 3:q=n.hj(e) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$h3,r)}, +ym(a){this.gqS().Fb(this.a,new A.Xu(this,a))}} +A.Xu.prototype={ +$1(a){return this.RQ(a)}, +RQ(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.a1(p.b.$1(o.hj(a)),$async$$1) +case 3:q=n.cr(c) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$1,r)}, +$S:111} +A.ym.prototype={ +gqS(){var s=$.l3.b2$ +s===$&&A.b() +return s}, +qd(a,b,c,d){return this.a1x(a,b,c,d,d.i("0?"))}, +a1x(a,b,c,d,e){var s=0,r=A.a5(e),q,p=this,o,n,m,l +var $async$qd=A.a6(function(f,g){if(f===1)return A.a2(g,r) +while(true)switch(s){case 0:o=p.b +n=o.iN(new A.jG(a,b)) +m=p.a +s=3 +return A.a1(p.gqS().yh(0,m,n),$async$qd) +case 3:l=g +if(l==null){if(c){q=null +s=1 +break}throw A.c(A.aBK("No implementation found for method "+a+" on channel "+m))}q=d.i("0?").a(o.N4(l)) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$qd,r)}, +pG(a){var s=this.gqS() +s.Fb(this.a,new A.a3H(this,a))}, +uR(a,b){return this.a_T(a,b)}, +a_T(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$uR=A.a6(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:h=n.b +g=h.hW(a) +p=4 +e=h +s=7 +return A.a1(b.$1(g),$async$uR) +case 7:k=e.ro(d) +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +f=o +k=A.aq(f) +if(k instanceof A.z8){m=k +k=m.a +i=m.b +q=h.mD(k,m.c,i) +s=1 +break}else if(k instanceof A.yo){q=null +s=1 +break}else{l=k +h=h.NG("error",J.ev(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$uR,r)}} +A.a3H.prototype={ +$1(a){return this.a.uR(a,this.b)}, +$S:111} +A.mJ.prototype={ +jF(a,b,c){return this.a9V(a,b,c,c.i("0?"))}, +wK(a,b){return this.jF(a,null,b)}, +a9V(a,b,c,d){var s=0,r=A.a5(d),q,p=this +var $async$jF=A.a6(function(e,f){if(e===1)return A.a2(f,r) +while(true)switch(s){case 0:q=p.UC(a,b,!0,c) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$jF,r)}} +A.oD.prototype={ +E(){return"KeyboardSide."+this.b}} +A.h1.prototype={ +E(){return"ModifierKey."+this.b}} +A.zm.prototype={ +gaaE(){var s,r,q=A.E(t.np,t.LE) +for(s=0;s<9;++s){r=B.kD[s] +if(this.aa2(r))q.m(0,r,B.bT)}return q}} +A.iI.prototype={} +A.a5R.prototype={ +$0(){var s,r,q,p=this.b,o=J.az(p),n=A.d0(o.j(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.d0(o.j(p,"code")) +if(s==null)s="" +m=m?"":n +r=A.W3(o.j(p,"location")) +if(r==null)r=0 +q=A.W3(o.j(p,"metaState")) +if(q==null)q=0 +p=A.W3(o.j(p,"keyCode")) +return new A.Lg(s,m,r,q,p==null?0:p)}, +$S:286} +A.jO.prototype={} +A.tj.prototype={} +A.a5W.prototype={ +a8P(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(a instanceof A.jO){p=a.c +i.d.m(0,p.giY(),p.gt1())}else if(a instanceof A.tj)i.d.B(0,a.c.giY()) +i.a4s(a) +for(p=i.a,o=A.ah(p,!0,t.iS),n=o.length,m=0;m")),e),a0=a1 instanceof A.jO +if(a0)a.A(0,g.giY()) +for(s=g.a,r=null,q=0;q<9;++q){p=B.kD[q] +o=$.av_() +n=o.j(0,new A.cJ(p,B.aV)) +if(n==null)continue +m=B.pF.j(0,s) +if(n.t(0,m==null?new A.o(98784247808+B.c.gu(s)):m))r=p +if(f.j(0,p)===B.bT){c.M(0,n) +if(n.fM(0,a.goo(a)))continue}l=f.j(0,p)==null?A.w(e):o.j(0,new A.cJ(p,f.j(0,p))) +if(l==null)continue +for(o=new A.i3(l,l.r),o.c=l.e,m=A.j(o).c;o.p();){k=o.d +if(k==null)k=m.a(k) +j=$.auZ().j(0,k) +j.toString +d.m(0,k,j)}}i=b.j(0,B.bz)!=null&&!J.e(b.j(0,B.bz),B.cJ) +for(e=$.amp(),e=A.kJ(e,e.r);e.p();){a=e.d +h=i&&a.k(0,B.bz) +if(!c.t(0,a)&&!h)b.B(0,a)}b.B(0,B.cX) +b.M(0,d) +if(a0&&r!=null&&!b.ai(0,g.giY())){e=g.giY().k(0,B.c4) +if(e)b.m(0,g.giY(),g.gt1())}}} +A.cJ.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.cJ&&b.a===this.a&&b.b==this.b}, +gu(a){return A.T(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.SX.prototype={} +A.SW.prototype={} +A.Lg.prototype={ +giY(){var s=this.a,r=B.pF.j(0,s) +return r==null?new A.o(98784247808+B.c.gu(s)):r}, +gt1(){var s,r=this.b,q=B.FL.j(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +s=B.Fv.j(0,r) +if(s!=null)return s +if(r.length===1)return new A.f(B.c.Z(r.toLowerCase(),0)) +return new A.f(B.c.gu(this.a)+98784247808)}, +aa2(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.U(b)!==A.D(s))return!1 +return b instanceof A.Lg&&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.T(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.zT.prototype={ +gabW(){var s=this +if(s.c)return new A.cn(s.a,t.hr) +if(s.b==null){s.b=new A.bj(new A.al($.ak,t.X6),t.EZ) +s.uQ()}return s.b.a}, +uQ(){var s=0,r=A.a5(t.H),q,p=this,o +var $async$uQ=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=3 +return A.a1(B.hp.wK("get",t.pE),$async$uQ) +case 3:o=b +if(p.b==null){s=1 +break}p.Jq(o) +case 1:return A.a3(q,r)}}) +return A.a4($async$uQ,r)}, +Jq(a){var s,r=a==null +if(!r){s=J.bD(a,"enabled") +s.toString +A.pZ(s)}else s=!1 +this.a8R(r?null:t.nc.a(J.bD(a,"data")),s)}, +a8R(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.cX.cx$.push(new A.a6I(q)) +s=q.a +if(b){p=q.Z9(a) +r=t.N +if(p==null){p=t.X +p=A.E(p,p)}r=new A.d9(p,q,null,"root",A.E(r,t.z4),A.E(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.dq(0,p) +q.b=null +if(q.a!=s){q.bB() +if(s!=null)s.q()}}, +An(a){return this.a22(a)}, +a22(a){var s=0,r=A.a5(t.H),q=this,p +var $async$An=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.Jq(t.pE.a(a.b)) +break +default:throw A.c(A.cy(p+" was invoked but isn't implemented by "+A.D(q).h(0)))}return A.a3(null,r)}}) +return A.a4($async$An,r)}, +Z9(a){if(a==null)return null +return t.qj.a(B.a8.hj(A.eX(a.buffer,a.byteOffset,a.byteLength)))}, +Ss(a){var s=this +s.r.A(0,a) +if(!s.f){s.f=!0 +$.cX.cx$.push(new A.a6J(s))}}, +HS(){var s,r,q,p,o,n=this +if(!n.f)return +n.f=!1 +for(s=n.r,r=A.bn(s,s.r),q=A.j(r).c;r.p();){p=r.d;(p==null?q.a(p):p).w=!1}s.K(0) +o=B.a8.cr(n.a.a) +B.hp.jF("put",A.bL(o.buffer,o.byteOffset,o.byteLength),t.H)}, +adk(){if($.cX.db$)return +this.HS()}} +A.a6I.prototype={ +$1(a){this.a.d=!1}, +$S:3} +A.a6J.prototype={ +$1(a){return this.a.HS()}, +$S:3} +A.d9.prototype={ +gqn(){var s=J.aiX(this.a,"c",new A.a6F()) +s.toString +return t.pE.a(s)}, +glk(){var s=J.aiX(this.a,"v",new A.a6G()) +s.toString +return t.pE.a(s)}, +abz(a,b,c){var s=this,r=J.f7(s.glk(),b),q=c.i("0?").a(J.lO(s.glk(),b)) +if(J.j5(s.glk()))J.lO(s.a,"v") +if(r)s.nV() +return q}, +a68(a,b){var s,r,q,p,o=this,n=o.f +if(n.ai(0,a)||!J.f7(o.gqn(),a)){n=t.N +s=new A.d9(A.E(n,t.X),null,null,a,A.E(n,t.z4),A.E(n,t.I1)) +o.mo(s) +return s}r=t.N +q=o.c +p=J.bD(o.gqn(),a) +p.toString +s=new A.d9(t.pE.a(p),q,o,a,A.E(r,t.z4),A.E(r,t.I1)) +n.m(0,a,s) +return s}, +mo(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.ve(a) +a.d=s +s.Gx(a) +if(a.c!=s.c)s.JE(a)}}, +Zv(a){this.ve(a) +a.d=null +if(a.c!=null){a.AP(null) +a.Lb(this.gJD())}}, +nV(){var s,r=this +if(!r.w){r.w=!0 +s=r.c +if(s!=null)s.Ss(r)}}, +JE(a){a.AP(this.c) +a.Lb(this.gJD())}, +AP(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.nV()}}, +ve(a){var s,r,q,p=this +if(J.e(p.f.B(0,a.e),a)){J.lO(p.gqn(),a.e) +s=p.r +r=s.j(0,a.e) +if(r!=null){q=J.bG(r) +p.I2(q.ff(r)) +if(q.gY(r))s.B(0,a.e)}if(J.j5(p.gqn()))J.lO(p.a,"c") +p.nV() +return}s=p.r +q=s.j(0,a.e) +if(q!=null)J.lO(q,a) +q=s.j(0,a.e) +q=q==null?null:J.j5(q) +if(q===!0)s.B(0,a.e)}, +Gx(a){var s=this +if(s.f.ai(0,a.e)){J.i9(s.r.bS(0,a.e,new A.a6E()),a) +s.nV() +return}s.I2(a) +s.nV()}, +I2(a){this.f.m(0,a.e,a) +J.nK(this.gqn(),a.e,a.a)}, +Lc(a,b){var s,r,q=this.f +q=q.gba(q) +s=this.r +s=s.gba(s) +r=q.CE(0,new A.kz(s,new A.a6H(),A.j(s).i("kz"))) +J.vm(b?A.ah(r,!1,A.j(r).i("k.E")):r,a)}, +Lb(a){return this.Lc(a,!1)}, +abG(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.ve(r) +r.e=a +s=r.d +if(s!=null)s.Gx(r)}, +q(){var s,r=this +r.Lc(r.gZu(),!0) +r.f.K(0) +r.r.K(0) +s=r.d +if(s!=null)s.ve(r) +r.d=null +r.AP(null) +r.x=!0}, +h(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.i(this.b)+")"}} +A.a6F.prototype={ +$0(){var s=t.X +return A.E(s,s)}, +$S:114} +A.a6G.prototype={ +$0(){var s=t.X +return A.E(s,s)}, +$S:114} +A.a6E.prototype={ +$0(){return A.a([],t.QT)}, +$S:290} +A.a6H.prototype={ +$1(a){return a}, +$S:291} +A.X5.prototype={} +A.jV.prototype={ +Kx(){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.E() +q=o.r.E() +p=o.c +p=p==null?null:p.E() +return A.be(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",o.w,"statusBarColor",s,"statusBarBrightness",r,"statusBarIconBrightness",q,"systemNavigationBarIconBrightness",p,"systemNavigationBarContrastEnforced",o.d],t.N,t.z)}, +h(a){return"SystemUiOverlayStyle("+this.Kx().h(0)+")"}, +gu(a){var s=this +return A.T(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.U(b)!==A.D(r))return!1 +if(b instanceof A.jV)if(J.e(b.a,r.a))if(J.e(b.e,r.e))if(b.r===r.r)if(b.f===r.f)s=b.c==r.c +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a9b.prototype={ +$0(){if(!J.e($.tS,$.akQ)){B.bZ.jF("SystemChrome.setSystemUIOverlayStyle",$.tS.Kx(),t.H) +$.akQ=$.tS}$.tS=null}, +$S:0} +A.Nh.prototype={ +E(){return"SystemSoundType."+this.b}} +A.Nv.prototype={ +h(a){var s,r,q=this,p=", isDirectional: " +if(!q.gmZ())return"TextSelection.invalid" +s=""+q.c +r=""+q.f +return q.a===q.b?"TextSelection.collapsed(offset: "+s+", affinity: "+q.e.h(0)+p+r+")":"TextSelection(baseOffset: "+s+", extentOffset: "+q.d+p+r+")"}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(!(b instanceof A.Nv))return!1 +if(!r.gmZ())return!b.gmZ() +if(b.c===r.c)if(b.d===r.d)s=(r.a!==r.b||b.e===r.e)&&b.f===r.f +else s=!1 +else s=!1 +return s}, +gu(a){var s,r=this +if(!r.gmZ())return A.T(-B.e.gu(1),-B.e.gu(1),A.hR(B.ae),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a) +s=r.a===r.b?A.hR(r.e):A.hR(B.ae) +return A.T(B.e.gu(r.c),B.e.gu(r.d),s,B.bc.gu(r.f),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.a7T.prototype={ +E(){return"SelectionChangedCause."+this.b}} +A.Nq.prototype={ +gYa(){var s=this.c +s===$&&A.b() +return s}, +v_(a){return this.a1O(a)}, +a1O(a){var s=0,r=A.a5(t.z),q,p=2,o,n=this,m,l,k,j,i +var $async$v_=A.a6(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a1(n.A7(a),$async$v_) +case 7:k=c +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.aq(i) +l=A.aV(i) +k=A.bI("during method call "+a.a) +A.ez(new A.c_(m,l,"services library",k,new A.a9P(a),!1)) +throw i +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$v_,r)}, +A7(a){return this.a14(a)}, +a14(a){var s=0,r=A.a5(t.z),q,p=this,o,n,m,l,k,j +var $async$A7=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:j=a.a +if(j==="TextInputClient.focusElement"){p.f.j(0,J.bD(t.j.a(a.b),0)) +s=1 +break}else if(j==="TextInputClient.requestElementsInRect"){o=J.kh(t.j.a(a.b),t.Jy) +n=A.j(o).i("aw") +m=p.f +l=A.j(m).i("bd<1>") +k=l.i("dE>") +q=A.ah(new A.dE(new A.bi(new A.bd(m,l),new A.a9M(p,A.ah(new A.aw(o,new A.a9N(),n),!0,n.i("bs.E"))),l.i("bi")),new A.a9O(p),k),!0,k.i("k.E")) +s=1 +break}else if(j==="TextInputClient.scribbleInteractionBegan"){s=1 +break}else if(j==="TextInputClient.scribbleInteractionFinished"){s=1 +break}s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$A7,r)}} +A.a9P.prototype={ +$0(){var s=null +return A.a([A.m6("call",this.a,!0,B.aR,s,!1,s,s,B.aj,s,!1,!0,!0,B.b8,s,t.O5)],t.U)}, +$S:17} +A.a9N.prototype={ +$1(a){return a}, +$S:292} +A.a9M.prototype={ +$1(a){this.a.f.j(0,a) +return!1}, +$S:30} +A.a9O.prototype={ +$1(a){var s=this.a.f.j(0,a),r=s.god(s) +s=[a] +B.b.M(s,[r.geG(r),r.gj4(r),r.gaD(r),r.gaG(r)]) +return s}, +$S:293} +A.AV.prototype={} +A.Sf.prototype={} +A.Vs.prototype={} +A.agR.prototype={ +$1(a){this.a.sdY(a) +return!1}, +$S:33} +A.aS.prototype={} +A.bH.prototype={ +iz(a){this.b=a}, +kz(a,b){this.gwL() +return!0}, +gwL(){return!0}, +vY(a){return!0}, +Ej(a,b){return this.vY(a)?B.cw:B.dA}, +a5l(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +QG(a){return this.a.B(0,a)}} +A.o1.prototype={} +A.nY.prototype={ +eE(a){return this.c.$1(a)}} +A.WI.prototype={ +OV(a,b,c){if(a instanceof A.o1)return a.p5(b,c) +else return a.eE(b)}} +A.kj.prototype={ +aZ(){return new A.Bj(A.w(t.od),new A.J(),B.m)}} +A.WK.prototype={ +$1(a){var s=a.f +s.toString +t.L1.a(s) +return!1}, +$S:44} +A.WN.prototype={ +$1(a){var s,r=this,q=a.f +q.toString +s=A.aj_(t.L1.a(q),r.b,r.d) +if(s!=null){r.c.yE(a,null) +r.a.a=s +return!0}return!1}, +$S:44} +A.WL.prototype={ +$1(a){var s,r=a.f +r.toString +s=A.aj_(t.L1.a(r),this.b,this.c) +if(s!=null){this.a.a=s +return!0}return!1}, +$S:44} +A.WO.prototype={ +$1(a){var s,r,q=this,p=a.f +p.toString +s=q.b +r=A.aj_(t.L1.a(p),s,q.d) +p=r!=null +if(p&&r.kz(0,s))q.a.a=A.anb(a).OV(r,s,q.c) +return p}, +$S:44} +A.Bj.prototype={ +bF(){this.c3() +this.KJ()}, +a_L(a){this.bc(new A.ab5(this))}, +KJ(){var s,r,q,p,o=this,n=o.a.d +n=n.gba(n) +s=A.kL(n,A.j(n).i("k.E")) +r=o.d.mA(s) +n=o.d +n.toString +q=s.mA(n) +for(n=r.gW(r),p=o.gIl();n.p();)n.gD(n).QG(p) +for(n=q.gW(q);n.p();)n.gD(n).a5l(p) +o.d=s}, +by(a){this.ca(a) +this.KJ()}, +q(){var s,r,q,p,o=this +o.bP() +for(s=o.d,s=A.bn(s,s.r),r=o.gIl(),q=A.j(s).c;s.p();){p=s.d;(p==null?q.a(p):p).QG(r)}o.d=null}, +T(a){var s=this.a +return new A.Bi(null,s.d,this.e,s.e,null)}} +A.ab5.prototype={ +$0(){this.a.e=new A.J()}, +$S:0} +A.Bi.prototype={ +d5(a){var s +if(this.w===a.w)s=!A.aie(a.r,this.r) +else s=!0 +return s}} +A.Os.prototype={ +eE(a){a.ad4() +return null}} +A.Ha.prototype={ +vY(a){return this.c}, +eE(a){}} +A.qe.prototype={} +A.qx.prototype={} +A.jl.prototype={} +A.H7.prototype={} +A.p8.prototype={} +A.L9.prototype={ +kz(a,b){var s,r,q,p,o,n=$.bt.aq$.f.c +if(n==null||n.e==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=B.CX[r] +p=n.e +p.toString +o=A.aj1(p,q,s) +if(o!=null&&o.kz(0,q)){this.c=o +this.d=q +return!0}}return!1}, +eE(a){var s,r=this.c +r===$&&A.b() +s=this.d +s===$&&A.b() +r.eE(s)}} +A.S9.prototype={ +a1y(a,b,c){var s +a.iz(this.gmv()) +s=A.j(this).i("o1<1>").b(a)?a.p5(b,c):a.eE(b) +a.iz(null) +return s}, +p5(a,b){var s=this,r=A.aj0(s.gwX(),A.j(s).c) +return r==null?s.a9U(a,s.b,b):s.a1y(r,a,b)}, +eE(a){return this.p5(a,null)}, +gwL(){var s=this,r=A.aj1(s.gwX(),null,A.j(s).c) +if(r!=null){r.iz(s.gmv()) +r.gwL() +r.iz(null)}else s.gmv().gwL() +return!0}, +kz(a,b){var s,r=this,q=A.aj0(r.gwX(),A.j(r).c),p=q==null +if(!p)q.iz(r.gmv()) +s=(p?r.gmv():q).kz(0,b) +if(!p)q.iz(null) +return s}, +vY(a){var s,r=this,q=A.aj0(r.gwX(),A.j(r).c),p=q==null +if(!p)q.iz(r.gmv()) +s=(p?r.gmv():q).vY(a) +if(!p)q.iz(null) +return s}} +A.Cz.prototype={ +a9U(a,b,c){var s=this.e +if(b==null)return s.eE(a) +else return s.eE(a)}, +gmv(){return this.e}, +gwX(){return this.f}} +A.OB.prototype={} +A.Oz.prototype={} +A.R8.prototype={} +A.DT.prototype={ +iz(a){this.Tb(a) +this.e.iz(a)}} +A.vB.prototype={ +aV(a){var s=new A.zw(this.e,!0,null,A.aE(),this.$ti.i("zw<1>")) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sl(0,this.e) +b.sST(!0)}} +A.Bf.prototype={ +aZ(){return new A.DA(B.m)}} +A.DA.prototype={ +ga1e(){var s,r +$.bt.toString +s=$.aR() +if(s.gC1()!=="/"){$.bt.toString +s=s.gC1()}else{r=this.a.ax +$.bt.toString +s=s.gC1() +s=s}return s}, +bF(){var s=this +s.c3() +s.a50() +$.bt.toString +s.r=s.JQ($.aR().a.f,s.a.fy) +$.bt.b3$.push(s)}, +by(a){this.ca(a) +this.L1(a)}, +q(){B.b.B($.bt.b3$,this) +var s=this.d +if(s!=null)s.q() +this.bP()}, +Hm(){var s=this.d +if(s!=null)s.q() +this.e=this.d=null}, +L1(a){var s,r=this +r.a.toString +if(r.gLa()){r.Hm() +if(r.f!=null){r.a.toString +a.toString +s=!1}else s=!0 +if(s){s=r.a.c +r.f=new A.kC(r,t.TX)}}else{r.Hm() +r.f=null}}, +a50(){return this.L1(null)}, +gLa(){var s=this.a +if(s.Q==null){s=s.as +s=s==null?null:s.gbY(s) +if(s!==!0){this.a.toString +s=!1}else s=!0}else s=!0 +return s}, +a2h(a){var s=this,r=a.a,q=r==="/"&&s.a.Q!=null?new A.ag7(s):s.a.as.j(0,r) +if(q!=null)return s.a.f.$1$2(a,q,t.z) +s.a.toString +return null}, +a2v(a){return this.a.at.$1(a)}, +w8(){var s=0,r=A.a5(t.y),q,p=this,o,n +var $async$w8=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.f +n=o==null?null:o.gcH() +if(n==null){q=!1 +s=1 +break}q=n.Pv() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$w8,r)}, +rk(a){return this.a7r(a)}, +a7r(a){var s=0,r=A.a5(t.y),q,p=this,o,n +var $async$rk=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.f +n=o==null?null:o.gcH() +if(n==null){q=!1 +s=1 +break}o=n.AS(a,null,t.X) +o.toString +n.tq(o) +q=!0 +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$rk,r)}, +JQ(a,b){this.a.toString +return A.aHH(a,b)}, +Na(a){var s=this,r=s.JQ(a,s.a.fy) +if(!r.k(0,s.r))s.bc(new A.ag9(s,r))}, +T(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={} +g.a=null +s=i.a +s.toString +if(i.gLa()){s=i.f +r=i.ga1e() +q=i.a +p=q.ay +p.toString +g.a=A.aoq(!0,new A.yJ(r,i.ga2g(),i.ga2u(),p,"nav",A.aJk(),!0,B.M,s),"Navigator Scope",h,h) +s=q}else{s=i.a +s.toString}g.b=null +o=new A.jd(new A.ag8(g,i),h) +g.b=o +o=A.o6(o,h,B.bC,!0,s.cy,h,h,B.ai) +g.b=o +n=h +s=i.a +r=s.CW +s=s.db +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.r +p.toString +m=A.aEI() +l=A.rN($.avD(),t.C,t.od) +k=t.ot +j=t.wS +l.m(0,B.w3,new A.Cz(new A.tx(new A.bF(A.a([],k),j)),a,!1,!1,!1,!1,new A.bF(A.a([],k),j),t.x5.i("Cz"))) +k=t.a9 +j=A.a([],k) +B.b.M(j,i.a.dy) +j.push(B.yB) +k=A.a(j.slice(0),k) +return new A.zY(new A.Ak(A.akK(new A.GY(A.WJ(l,A.aor(new A.Nl(new A.Al(new A.y7(p,k,new A.NI(r,s,g,h),h),h),h),new A.zp(A.E(t.l5,t.UJ)))),h),"",m),h),q.p3,h)}} +A.ag7.prototype={ +$1(a){var s=this.a.a.Q +s.toString +return s}, +$S:16} +A.ag9.prototype={ +$0(){this.a.r=this.b}, +$S:0} +A.ag8.prototype={ +$1(a){return this.b.a.ch.$2(a,this.a.a)}, +$S:16} +A.W_.prototype={} +A.wg.prototype={ +E(){return"ConnectionState."+this.b}} +A.hr.prototype={ +h(a){var s=this +return"AsyncSnapshot("+s.a.h(0)+", "+A.i(s.b)+", "+A.i(s.c)+", "+A.i(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.e(b.b,s.b)&&J.e(b.c,s.c)&&b.d==s.d}, +gu(a){return A.T(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.rh.prototype={ +aZ(){return new A.BX(B.m,this.$ti.i("BX<1>"))}} +A.BX.prototype={ +bF(){var s=this +s.c3() +s.a.toString +s.e=new A.hr(B.jE,null,null,null,s.$ti.i("hr<1>")) +s.GU()}, +by(a){var s,r=this +r.ca(a) +if(a.c!=r.a.c){if(r.d!=null){r.d=null +s=r.e +s===$&&A.b() +r.e=new A.hr(B.jE,s.b,s.c,s.d,s.$ti)}r.GU()}}, +T(a){var s,r=this.a +r.toString +s=this.e +s===$&&A.b() +return r.d.$2(a,s)}, +q(){this.d=null +this.bP()}, +GU(){var s,r=this,q=r.a.c +if(q!=null){s=r.d=new A.J() +q.fZ(new A.ada(r,s),new A.adb(r,s),t.H) +q=r.e +q===$&&A.b() +if(q.a!==B.fh)r.e=new A.hr(B.zF,q.b,q.c,q.d,q.$ti)}}} +A.ada.prototype={ +$1(a){var s=this.a +if(s.d===this.b)s.bc(new A.ad9(s,a))}, +$S(){return this.a.$ti.i("aT(1)")}} +A.ad9.prototype={ +$0(){var s=this.a +s.e=new A.hr(B.fh,this.b,null,null,s.$ti.i("hr<1>"))}, +$S:0} +A.adb.prototype={ +$2(a,b){var s=this.a +if(s.d===this.b)s.bc(new A.ad8(s,a,b))}, +$S:39} +A.ad8.prototype={ +$0(){var s=this.a +s.e=new A.hr(B.fh,null,this.b,this.c,s.$ti.i("hr<1>"))}, +$S:0} +A.a2y.prototype={} +A.IV.prototype={} +A.vK.prototype={ +zF(){this.mF$=new A.IV($.bN()) +this.c.jm(new A.a2y())}, +xS(){var s,r=this +if(r.gEA()){if(r.mF$==null)r.zF()}else{s=r.mF$ +if(s!=null){s.bB() +s.l8() +r.mF$=null}}}, +T(a){if(this.gEA()&&this.mF$==null)this.zF() +return B.PP}} +A.RZ.prototype={ +T(a){throw A.c(A.a0_("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +A.UT.prototype={ +F5(a,b){}, +pb(a){A.arv(this,new A.afY(this,a))}} +A.afY.prototype={ +$1(a){var s=a.z +if(s!=null&&s.t(0,this.a))a.cP()}, +$S:8} +A.afX.prototype={ +$1(a){A.arv(a,this.a)}, +$S:8} +A.UU.prototype={ +d9(a){return new A.UT(A.dB(null,null,t.Y,t.X),this,B.ac)}} +A.hA.prototype={ +d5(a){return this.w!==a.w}} +A.GK.prototype={ +aV(a){var s=new A.zA(this.e,this.f,B.N,!1,!1,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sxh(this.e) +b.sOf(this.f) +b.sabg(B.N) +b.av=b.b0=!1}, +rl(a){a.sxh(null) +a.sOf(null)}} +A.G5.prototype={ +aV(a){var s=new A.Lt(null,this.f,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sol(null) +b.smq(this.f)}, +rl(a){a.sol(null)}} +A.qF.prototype={ +aV(a){var s=new A.Ls(this.e,A.eS(a),null,B.bK,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sqU(0,this.e) +b.smq(B.bK) +b.sol(null) +b.scY(A.eS(a))}} +A.G2.prototype={ +aV(a){var s=new A.Lr(this.e,this.f,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sol(this.e) +b.smq(this.f)}, +rl(a){a.sol(null)}} +A.KT.prototype={ +aV(a){var s=this,r=new A.LB(s.e,s.r,s.w,s.y,s.x,null,s.f,null,A.aE()) +r.aX() +r.sbl(null) +return r}, +b9(a,b){var s=this +b.sdi(0,s.e) +b.smq(s.f) +b.sqU(0,s.r) +b.sey(0,s.w) +b.sR(0,s.x) +b.scg(0,s.y)}} +A.KU.prototype={ +aV(a){var s=this,r=new A.LC(s.r,s.x,s.w,s.e,s.f,null,A.aE()) +r.aX() +r.sbl(null) +return r}, +b9(a,b){var s=this +b.sol(s.e) +b.smq(s.f) +b.sey(0,s.r) +b.sR(0,s.w) +b.scg(0,s.x)}} +A.ub.prototype={ +aV(a){var s=this,r=A.eS(a),q=new A.LI(s.w,null,A.aE()) +q.aX() +q.sbl(null) +q.sc6(0,s.e) +q.sdz(s.r) +q.scY(r) +q.skx(s.x) +q.sPW(0,null) +return q}, +b9(a,b){var s=this +b.sc6(0,s.e) +b.sPW(0,null) +b.sdz(s.r) +b.scY(A.eS(a)) +b.b0=s.w +b.skx(s.x)}} +A.Ia.prototype={ +aV(a){var s=new A.Lw(this.e,this.f,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.saci(this.e) +b.a2=this.f}} +A.eC.prototype={ +aV(a){var s=new A.zJ(this.e,A.eS(a),null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sdZ(0,this.e) +b.scY(A.eS(a))}} +A.j6.prototype={ +aV(a){var s=new A.LE(this.f,this.r,this.e,A.eS(a),null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sdz(this.e) +b.sacx(this.f) +b.sa9g(this.r) +b.scY(A.eS(a))}} +A.Fk.prototype={} +A.wq.prototype={ +aV(a){var s=new A.zB(this.e,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sC6(this.e)}} +A.xY.prototype={ +vK(a){var s,r,q=a.e +q.toString +t.Wz.a(q) +s=this.f +if(q.e!==s){q.e=s +r=a.c +if(r instanceof A.P)r.a9()}}} +A.wp.prototype={ +aV(a){var s=new A.zz(this.e,0,null,null,A.aE()) +s.aX() +s.M(0,null) +return s}, +b9(a,b){b.sC6(this.e)}} +A.Ap.prototype={ +aV(a){return A.apX(A.lX(this.f,this.e))}, +b9(a,b){b.sLz(A.lX(this.f,this.e))}, +dh(){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.h(0)}} +A.fb.prototype={ +aV(a){return A.apX(this.e)}, +b9(a,b){b.sLz(this.e)}} +A.Jc.prototype={ +aV(a){var s=new A.Ly(this.e,this.f,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.saav(0,this.e) +b.saau(0,this.f)}} +A.yQ.prototype={ +aV(a){var s=new A.zI(this.e,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sx7(this.e)}, +d9(a){return new A.S5(this,B.ac)}} +A.S5.prototype={} +A.IN.prototype={ +aV(a){var s=null,r=new A.zG(s,s,s,A.aE()) +r.aX() +r.sbl(s) +return r}, +b9(a,b){b.sT5(null) +b.sT4(null)}} +A.IM.prototype={ +aV(a){var s=new A.zF(null,A.aE()) +s.aX() +s.sbl(null) +return s}} +A.MY.prototype={ +aV(a){var s=A.eS(a) +s=new A.zN(this.e,s,this.r,B.aS,A.aE(),0,null,null,A.aE()) +s.aX() +s.M(0,null) +return s}, +b9(a,b){var s +b.sdz(this.e) +s=A.eS(a) +b.scY(s) +s=this.r +if(b.b2!==s){b.b2=s +b.a9()}if(B.aS!==b.au){b.au=B.aS +b.aR() +b.bZ()}}} +A.p6.prototype={ +vK(a){var s,r,q,p=this,o=a.e +o.toString +t.B.a(o) +s=p.f +if(o.w!=s){o.w=s +r=!0}else r=!1 +s=p.r +if(o.e!=s){o.e=s +r=!0}s=p.w +if(o.f!=s){o.f=s +r=!0}s=p.x +if(o.r!=s){o.r=s +r=!0}s=p.y +if(o.x!=s){o.x=s +r=!0}if(r){q=a.c +if(q instanceof A.P)q.a9()}}} +A.L6.prototype={ +T(a){var s=this,r=a.aB(t.I) +r.toString +return A.aCs(s.f,s.x,null,null,s.c,r.w,s.d,s.r)}} +A.HT.prototype={ +ga2b(){switch(this.e.a){case 0:return!0 +case 1:var s=this.w +return s===B.jF||s===B.zG}}, +EG(a){var s=this.x +s=this.ga2b()?A.eS(a):null +return s}, +aV(a){var s=this,r=null,q=new A.zD(s.e,s.f,s.r,s.w,s.EG(a),s.y,s.z,B.M,A.aE(),A.ay(4,A.Nu(r,r,r,r,r,B.aL,B.t,r,1,B.ai),!1,t.mi),!0,0,r,r,A.aE()) +q.aX() +q.M(0,r) +return q}, +b9(a,b){var s=this,r=s.e +if(b.O!==r){b.O=r +b.a9()}r=s.f +if(b.ar!==r){b.ar=r +b.a9()}r=s.r +if(b.I!==r){b.I=r +b.a9()}r=s.w +if(b.L!==r){b.L=r +b.a9()}r=s.EG(a) +if(b.b2!=r){b.b2=r +b.a9()}r=s.y +if(b.au!==r){b.au=r +b.a9()}if(B.M!==b.df){b.df=B.M +b.aR() +b.bZ()}}} +A.LY.prototype={} +A.Gc.prototype={} +A.x6.prototype={ +vK(a){var s,r,q,p=a.e +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.c +if(q instanceof A.P)q.a9()}}} +A.HK.prototype={} +A.LL.prototype={ +aV(a){var s,r,q,p=this,o=null,n=p.e,m=p.r +if(m==null){m=a.aB(t.I) +m.toString +m=m.w}s=p.x +r=A.akc(a) +q=s===B.da?"\u2026":o +s=new A.zK(A.Nu(q,r,p.z,p.as,n,p.f,m,p.ax,p.y,p.at),p.w,s,p.ch,!1,0,o,o,A.aE()) +s.aX() +s.M(0,o) +s.zK(n) +s.sQF(p.ay) +return s}, +b9(a,b){var s,r=this +b.skQ(0,r.e) +b.sEa(0,r.f) +s=r.r +if(s==null){s=a.aB(t.I) +s.toString +s=s.w}b.scY(s) +b.sSV(r.w) +b.sab2(0,r.x) +b.sEb(r.y) +b.sDi(r.z) +b.sT7(r.as) +b.sEd(r.at) +b.sR5(r.ax) +s=A.akc(a) +b.sDb(0,s) +b.sQF(r.ay) +b.sSw(r.ch)}} +A.a6L.prototype={ +$1(a){return!0}, +$S:48} +A.Lf.prototype={ +aV(a){var s=this,r=s.d +r=r==null?null:r.dA(0) +r=new A.zE(r,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.CW,!1,null,!1,A.aE()) +r.aX() +r.a4P() +return r}, +b9(a,b){var s=this,r=s.d +b.sfq(0,r==null?null:r.dA(0)) +b.L=s.e +b.saD(0,s.f) +b.saG(0,s.r) +b.sSo(0,s.w) +b.sR(0,s.x) +b.sfe(0,s.y) +b.sa6l(s.Q) +b.soO(s.as) +b.sdz(s.at) +b.sabJ(0,s.ax) +b.sa64(s.ay) +b.saas(!1) +b.scY(null) +b.swJ(s.CW) +b.shs(!1) +b.skx(s.z)}, +rl(a){a.sfq(0,null)}} +A.Jd.prototype={ +aV(a){var s=this,r=null,q=new A.LD(s.e,s.f,s.r,s.w,s.x,s.y,r,r,s.as,s.at,r,A.aE()) +q.aX() +q.sbl(r) +return q}, +b9(a,b){var s=this +b.ee=s.e +b.fS=s.f +b.e1=s.r +b.ef=s.w +b.da=s.x +b.dH=s.y +b.cc=b.eU=null +b.hp=s.as +b.v=s.at}} +A.JO.prototype={ +aV(a){var s=this,r=new A.LA(!0,s.e,s.f,s.r,s.w,B.ax,null,A.aE()) +r.aX() +r.sbl(null) +return r}, +b9(a,b){var s,r=this +b.fS=r.e +b.e1=r.f +b.ef=r.r +s=r.w +if(!b.da.k(0,s)){b.da=s +b.aR()}if(b.v!==B.ax){b.v=B.ax +b.aR()}}} +A.to.prototype={ +aV(a){var s=new A.LG(null,A.aE()) +s.aX() +s.sbl(null) +return s}} +A.kF.prototype={ +aV(a){var s=new A.Lx(this.e,this.f,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sa9s(this.e) +b.sCQ(this.f)}} +A.Ep.prototype={ +aV(a){var s=new A.zu(!1,null,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sLi(!1) +b.sCQ(null)}} +A.tA.prototype={ +aV(a){var s=this,r=new A.zM(s.e,s.f,s.r,!1,s.Ig(a),null,A.aE()) +r.aX() +r.sbl(null) +r.KL(r.v) +return r}, +Ig(a){var s,r=this.e,q=r.p4 +if(q!=null)return q +if(r.fx==null){if(r.go==null)r=r.p2!=null +else r=!0 +s=r}else s=!0 +if(!s)return null +return A.eS(a)}, +b9(a,b){var s=this +b.sa6B(s.f) +b.sa7U(s.r) +b.sa7R(!1) +b.sQl(s.e) +b.scY(s.Ig(a))}} +A.oR.prototype={ +aV(a){var s=new A.Lz(null,A.aE()) +s.aX() +s.sbl(null) +return s}} +A.F4.prototype={ +aV(a){var s=new A.Lq(!0,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sa5S(!0)}} +A.wU.prototype={ +aV(a){var s=new A.Lv(this.e,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sa7S(this.e)}} +A.xS.prototype={ +T(a){return this.c}} +A.jd.prototype={ +T(a){return this.c.$1(a)}} +A.we.prototype={ +aV(a){var s=new A.CM(this.e,B.ax,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){t.ri.a(b).sR(0,this.e)}} +A.CM.prototype={ +sR(a,b){if(b.k(0,this.ee))return +this.ee=b +this.aR()}, +bi(a,b){var s,r,q,p,o,n=this,m=n.k3 +if(m.a>0&&m.b>0){m=a.gaT(a) +s=n.k3 +r=b.a +q=b.b +p=s.a +s=s.b +o=$.Z().af() +o.sR(0,n.ee) +m.ck(new A.G(r,q,r+p,q+s),o)}m=n.C$ +if(m!=null)a.jO(m,b)}} +A.agb.prototype={ +$0(){var s,r,q=this,p=q.b +if(p==null||t.n2.b(q.c)){p=q.a.y1$ +p===$&&A.b() +p=p.e +p.toString +s=q.c +s=s.gcE(s) +r=A.ay7() +p.cB(r,s) +p=r}return p}, +$S:300} +A.agc.prototype={ +$1(a){var s=a==null?t.K.a(a):a +return this.a.lG(s)}, +$S:378} +A.k4.prototype={ +w8(){return A.e4(!1,t.y)}, +rk(a){return A.e4(!1,t.y)}, +a7s(a){var s=a.a +s.toString +return this.rk(s)}, +Nb(){}, +Nd(){}, +Nc(){}, +Na(a){}, +Cc(){var s=0,r=A.a5(t.s1),q +var $async$Cc=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:q=B.io +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$Cc,r)}} +A.Bg.prototype={ +wy(){var s=0,r=A.a5(t.s1),q,p=this,o,n,m,l +var $async$wy=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:o=p.b3$,n=o.length,m=!1,l=0 +case 3:if(!(l"))}, +aV(a){return this.d}, +b9(a,b){}, +a5K(a,b){var s,r={} +r.a=b +if(b==null){a.Pm(new A.a6f(r,this,a)) +s=r.a +s.toString +a.M1(s,new A.a6g(r))}else{b.p2=this +b.lN()}r=r.a +r.toString +return r}, +dh(){return this.e}} +A.a6f.prototype={ +$0(){var s=this.b,r=A.aCS(s,s.$ti.c) +this.a.a=r +r.r=this.c}, +$S:0} +A.a6g.prototype={ +$0(){var s=this.a.a +s.toString +s.Go(null,null) +s.vb()}, +$S:0} +A.mW.prototype={ +bK(a){var s=this.p1 +if(s!=null)a.$1(s)}, +mN(a){this.p1=null +this.pP(a)}, +jK(a,b){this.Go(a,b) +this.vb()}, +al(a,b){this.uq(0,b) +this.vb()}, +lS(){var s=this,r=s.p2 +if(r!=null){s.p2=null +s.uq(0,s.$ti.i("pa<1>").a(r)) +s.vb()}s.Va()}, +vb(){var s,r,q,p,o,n,m,l=this +try{o=l.p1 +n=l.f +n.toString +l.p1=l.jT(o,l.$ti.i("pa<1>").a(n).c,B.j7)}catch(m){s=A.aq(m) +r=A.aV(m) +o=A.bI("attaching to the render tree") +q=new A.c_(s,r,"widgets library",o,null,!1) +A.ez(q) +p=A.ajH(q) +l.p1=l.jT(null,p,B.j7)}}, +gbj(){return this.$ti.i("aQ<1>").a(A.d7.prototype.gbj.call(this))}, +oZ(a,b){var s=this.$ti +s.i("aQ<1>").a(A.d7.prototype.gbj.call(this)).sbl(s.c.a(a))}, +pa(a,b,c){}, +xA(a,b){this.$ti.i("aQ<1>").a(A.d7.prototype.gbj.call(this)).sbl(null)}} +A.Ot.prototype={$iav:1} +A.CT.prototype={ +jK(a,b){this.yO(a,b)}} +A.DB.prototype={ +hr(){this.Ti() +$.ff=this +var s=$.aR() +s.Q=this.ga0y() +s.as=$.ak}, +En(){this.Tk() +this.zO()}} +A.DC.prototype={ +hr(){this.Wx() +$.cX=this}, +mT(){this.Tj()}} +A.DD.prototype={ +hr(){var s,r,q,p,o=this +o.Wz() +$.l3=o +o.b2$!==$&&A.fu() +o.b2$=B.ys +s=new A.zT(A.w(t.z4),$.bN()) +B.hp.pG(s.ga21()) +o.au$=s +s=t.v3 +r=new A.a15(A.E(s,t.bd),A.w(t.SQ),A.a([],t.sA)) +o.I$!==$&&A.fu() +o.I$=r +q=$.aiK() +p=A.a([],t.K0) +o.L$!==$&&A.fu() +s=o.L$=new A.IX(r,q,p,A.w(s)) +p=$.aR() +p.at=s.ga8v() +p.ax=$.ak +B.wC.ym(s.ga8Q()) +s=$.ap3 +if(s==null)s=$.ap3=A.a([],t.iM) +s.push(o.gXq()) +B.wE.ym(new A.agc(o)) +B.wD.ym(o.ga0n()) +B.bZ.pG(o.ga0w()) +$.avm() +o.abq()}, +mT(){this.WA()}} +A.DE.prototype={ +hr(){this.WB() +$.mM=this +var s=t.K +this.rz$=new A.a1L(A.E(s,t.j4),A.E(s,t.B6),A.E(s,t.pt))}, +rJ(){this.VA() +var s=this.rz$ +s===$&&A.b() +s.K(0)}, +lG(a){return this.a91(a)}, +a91(a){var s=0,r=A.a5(t.H),q,p=this +var $async$lG=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=3 +return A.a1(p.VB(a),$async$lG) +case 3:switch(A.cK(J.bD(t.a.a(a),"type"))){case"fontsChange":p.Cx$.bB() +break}s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$lG,r)}} +A.DF.prototype={ +hr(){var s,r,q=this +q.WE() +$.Mk=q +s=$.aR() +q.wn$=s.a.a +s.p2=q.ga0T() +r=$.ak +s.p3=r +s.p4=q.ga0R() +s.R8=r +q.Iz()}} +A.DG.prototype={ +hr(){var s,r,q,p,o,n=this +n.WF() +$.mZ=n +s=t.TT +n.y1$=new A.ta(n.ga0U(),n.ga0Y(),n.ga0W(),A.a([],s),A.a([],s),A.a([],s),A.w(t.I9),A.w(t.sv)) +s=$.aR() +s.f=n.ga8D() +r=s.r=$.ak +s.go=n.ga9a() +s.id=r +s.k3=n.ga8J() +s.k4=r +r=n.N0() +s=s.d.j(0,0) +s.toString +s=new A.zP(B.N,r,s,null,A.aE()) +s.aX() +s.sbl(null) +r=n.y1$ +r===$&&A.b() +r.sabX(s) +s=n.y1$.e +s.Q=s +r=t.O +r.a(A.V.prototype.gco.call(s)).r.push(s) +q=s.KX() +s.ch.sbJ(0,q) +r.a(A.V.prototype.gco.call(s)).Q.push(s) +n.CW$.push(n.ga0u()) +s=n.xr$ +if(s!=null){s.X$=$.bN() +s.P$=0}s=t.S +r=$.bN() +n.xr$=new A.JP(new A.a3Y(B.aB,A.E(s,t.ZA)),A.E(s,t.xg),r) +n.cx$.push(n.ga16()) +s=n.y1$ +p=n.x1$ +if(p===$){o=new A.OX(n,r) +n.gvk().ag(0,o.glQ()) +n.x1$!==$&&A.aB() +n.x1$=o +p=o}s.b1(p)}, +mT(){this.WC()}, +Cf(a,b,c){this.xr$.acs(b,new A.agb(this,c,b)) +this.Uh(0,b,c)}} +A.DH.prototype={ +CH(){var s,r,q +this.Vf() +for(s=this.b3$,r=s.length,q=0;q=s.b&&s.c>=s.d) +else s=!0}else s=!1 +if(s)o=new A.Jc(0,0,new A.fb(B.iA,p,p),p) +else{s=q.d +if(s!=null)o=new A.j6(s,p,p,o,p)}r=q.ga2C() +if(r!=null)o=new A.eC(r,o,p) +s=q.f +if(s!=null)o=new A.we(s,o,p) +s=q.r +if(s!=null)o=A.anV(o,s,B.fl) +s=q.x +if(s!=null)o=new A.fb(s,o,p) +s=q.y +if(s!=null)o=new A.eC(s,o,p) +o.toString +return o}} +A.qR.prototype={ +tL(a,b,c){return A.ajr(c,this.w,this.x)}, +d5(a){return!J.e(this.w,a.w)||!J.e(this.x,a.x)}} +A.S_.prototype={ +T(a){throw A.c(A.a0_("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.GY.prototype={ +a_k(){return $.auo()}, +T(a){var s=A.akK(this.c,"",this.a_k()) +return A.akK(s,"",A.az_())}} +A.wB.prototype={ +T(a){var s=A.e5(a,null,t.w).w,r=s.a,q=r.a,p=r.b,o=A.azb(a),n=A.az9(o,r),m=A.aza(A.azd(new A.G(0,0,0+q,0+p),A.azc(s)),n) +return new A.eC(new A.b7(m.a,m.b,q-m.c,p-m.d),A.rW(this.d,s.abC(m),null),null)}} +A.ZA.prototype={ +$1(a){var s +if(!a.god(a).gis().acM(0,0)){a.gacQ(a) +s=!1}else s=!0 +return s}, +$S:118} +A.ZB.prototype={ +$1(a){return a.god(a)}, +$S:303} +A.H8.prototype={ +gbh(a){var s=this.a +if(s==null)return null +s=s.c +s.toString +return s}} +A.r_.prototype={ +aZ(){return new A.BL(A.tg(null),A.tg(null),B.m)}, +a8g(a,b,c){return this.d.$3(a,b,c)}, +abU(a,b,c){return this.e.$3(a,b,c)}} +A.BL.prototype={ +bF(){var s,r=this +r.c3() +s=r.a.c +r.d=s.gbr(s) +s=r.a.c +s.cq() +s=s.b7$ +s.b=!0 +s.a.push(r.gz6()) +r.KK()}, +GM(a){var s,r=this,q=r.d +q===$&&A.b() +s=r.Y4(a,q) +r.d=s +if(q!==s)r.KK()}, +by(a){var s,r,q=this +q.ca(a) +s=a.c +if(s!==q.a.c){r=q.gz6() +s.dP(r) +s=q.a.c +s.cq() +s=s.b7$ +s.b=!0 +s.a.push(r) +r=q.a.c +q.GM(r.gbr(r))}}, +Y4(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}}, +KK(){var s=this,r=s.d +r===$&&A.b() +switch(r.a){case 0:case 1:s.e.sbm(0,s.a.c) +s.f.sbm(0,B.bo) +break +case 2:case 3:s.e.sbm(0,B.co) +s.f.sbm(0,new A.iJ(s.a.c,new A.bF(A.a([],t.c),t.d),0)) +break}}, +q(){this.a.c.dP(this.gz6()) +this.bP()}, +T(a){var s=this.a +return s.a8g(a,this.e,s.abU(a,this.f,s.f))}} +A.mr.prototype={ +E(){return"KeyEventResult."+this.b}} +A.OV.prototype={} +A.a05.prototype={ +aQ(a){var s,r=this.a +if(r.ax===this){if(!r.glH()){s=r.w +s=s!=null&&s.e===r}else s=!0 +if(s)r.Em(B.w7) +s=r.w +if(s!=null){if(s.c===r)s.c=null +s.d.B(0,r)}s=r.Q +if(s!=null)s.a3o(0,r) +r.ax=null}}, +E4(a){var s,r=this.a +if(r.ax===this){s=r.e +s.toString +a=A.ajN(s,!0,!0);(a==null?r.e.r.f.b:a).AH(r)}}, +QO(){return this.E4(null)}} +A.Oa.prototype={ +E(){return"UnfocusDisposition."+this.b}} +A.dj.prototype={ +ghy(){var s,r,q +if(this.a)return!0 +for(s=this.giD(),r=s.length,q=0;q"))}, +giD(){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}, +gmP(){if(!this.glH()){var s=this.w +if(s==null)s=null +else{s=s.c +s=s==null?null:B.b.t(s.giD(),this)}s=s===!0}else s=!0 +return s}, +glH(){var s=this.w +return(s==null?null:s.c)===this}, +gn4(){return this.gfn()}, +gfn(){var s,r,q,p +for(s=this.giD(),r=s.length,q=0;q#"+s+q}, +$iaF:1} +A.a07.prototype={ +$1(a){return!a.ghy()&&a.gdG()}, +$S:12} +A.on.prototype={ +gn4(){return this}, +gtF(){if(!this.gdG())return B.xy +return A.dj.prototype.gtF.call(this)}, +u6(a){if(a.Q==null)this.AH(a) +if(this.gmP())a.le(!0) +else a.o_()}, +le(a){var s,r,q=this,p=q.fr +while(!0){if((p.length!==0?B.b.gU(p):null)!=null)s=!(p.length!==0?B.b.gU(p):null).gdG() +else s=!1 +if(!s)break +p.pop()}r=p.length!==0?B.b.gU(p):null +if(!a||r==null){if(q.gdG()){q.o_() +q.J6(q)}return}r.le(!0)}} +A.m9.prototype={ +E(){return"FocusHighlightMode."+this.b}} +A.a06.prototype={ +E(){return"FocusHighlightStrategy."+this.b}} +A.x9.prototype={ +v2(){if(this.r)return +this.r=!0 +A.kf(this.gXE())}, +XF(){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"))),o=null;l.p();o=n){n=l.gD(l) +if(o==r){l=b?B.c8:B.c9 +n.xC() +s=n.e +s.toString +A.aqi(s,1,l) +return!0}}return!1}} +A.a0a.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.gY(o))q=o}n=J.an8(q,new A.Zw(new A.G(g.gaS(g).a,-1/0,g.gaS(g).c,1/0))) +if(n.gbY(n)){p=B.b.gG(A.az6(g.gaS(g).gbf(),n)) +break}p=J.ki(A.az7(g.gaS(g).gbf(),q)) +break +case B.aN:case B.aP:q=k.a4f(b,g.gaS(g),i.gtF()) +if(q.length===0){p=j +break}if(r!=null&&!r.d.gLS()){o=new A.bi(q,new A.Zx(r),A.ad(q).i("bi<1>")) +if(!o.gY(o))q=o}n=J.an8(q,new A.Zy(new A.G(-1/0,g.gaS(g).b,1/0,g.gaS(g).d))) +if(n.gbY(n)){p=B.b.gG(A.az5(g.gaS(g).gbf(),n)) +break}p=J.ki(A.az8(g.gaS(g).gbf(),q)) +break +default:p=j}if(p!=null){h=k.eU$ +m=h.j(0,i) +l=new A.uy(b,g) +if(m!=null)m.a.push(l) +else h.m(0,i,new A.PV(A.a([l],t.Kj))) +switch(b){case B.aM:case B.aP:A.nA(p,B.c9) +break +case B.aO:case B.aN:A.nA(p,B.c8) +break}return!0}return!1}} +A.aeV.prototype={ +$1(a){return a.b===this.a}, +$S:307} +A.Zq.prototype={ +$2(a,b){if(this.a)if(this.b)return B.d.bu(a.gaS(a).b,b.gaS(b).b) +else return B.d.bu(b.gaS(b).d,a.gaS(a).d) +else if(this.b)return B.d.bu(a.gaS(a).a,b.gaS(b).a) +else return B.d.bu(b.gaS(b).c,a.gaS(a).c)}, +$S:24} +A.Zs.prototype={ +$2(a,b){var s=a.gaS(a).gbf(),r=b.gaS(b).gbf(),q=this.a,p=A.ajw(q,s,r) +if(p===0)return A.ajv(q,s,r) +return p}, +$S:24} +A.Zr.prototype={ +$2(a,b){var s=a.gaS(a).gbf(),r=b.gaS(b).gbf(),q=this.a,p=A.ajv(q,s,r) +if(p===0)return A.ajw(q,s,r) +return p}, +$S:24} +A.Zt.prototype={ +$2(a,b){var s,r,q,p=this.a,o=a.gaS(a),n=b.gaS(b),m=o.a,l=p.a,k=o.c +m=Math.abs(m-l)=s.c}, +$S:12} +A.Zm.prototype={ +$2(a,b){return B.d.bu(a.gaS(a).gbf().a,b.gaS(b).gbf().a)}, +$S:24} +A.Zn.prototype={ +$1(a){var s=this.a +return!a.gaS(a).k(0,s)&&a.gaS(a).gbf().b<=s.b}, +$S:12} +A.Zo.prototype={ +$1(a){var s=this.a +return!a.gaS(a).k(0,s)&&a.gaS(a).gbf().b>=s.d}, +$S:12} +A.Zp.prototype={ +$2(a,b){return B.d.bu(a.gaS(a).gbf().b,b.gaS(b).gbf().b)}, +$S:24} +A.Zj.prototype={ +$1(a){var s,r,q=this.b.a.pop().b,p=q.e +p.toString +p=A.l2(p) +s=$.bt.aq$.f.c.e +s.toString +if(p!=A.l2(s)){p=this.a +s=this.c +p.nC(s) +p.eU$.B(0,s) +return!1}switch(a){case B.aM:case B.aP:r=B.c9 +break +case B.aN:case B.aO:r=B.c8 +break +default:r=null}A.nA(q,r) +return!0}, +$S:309} +A.Zv.prototype={ +$1(a){var s=a.e +s.toString +return A.l2(s)===this.a}, +$S:12} +A.Zw.prototype={ +$1(a){var s=a.gaS(a).ej(this.a) +return!s.gY(s)}, +$S:12} +A.Zx.prototype={ +$1(a){var s=a.e +s.toString +return A.l2(s)===this.a}, +$S:12} +A.Zy.prototype={ +$1(a){var s=a.gaS(a).ej(this.a) +return!s.gY(s)}, +$S:12} +A.dL.prototype={ +gNh(){var s=this.d +if(s==null){s=this.c.e +s.toString +s=this.d=new A.aeT().$1(s)}s.toString +return s}} +A.aeS.prototype={ +$1(a){var s=a.gNh() +return A.rO(s,A.ad(s).c)}, +$S:310} +A.aeU.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.d.bu(a.b.a,b.b.a) +case 0:return B.d.bu(b.b.c,a.b.c)}}, +$S:121} +A.aeT.prototype={ +$1(a){var s,r,q=A.a([],t.vl),p=t.I,o=a.m5(p) +for(;o!=null;){s=o.f +s.toString +q.push(p.a(s)) +s=A.aGI(o) +if(s==null)o=null +else{s=s.y +r=s==null?null:s.j(0,A.c7(p)) +o=r}}return q}, +$S:312} +A.k9.prototype={ +gaS(a){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new A.aw(s,new A.aeQ(),A.ad(s).i("aw<1,G>")),s=new A.bA(s,s.gn(s)),r=A.j(s).c;s.p();){q=s.d +if(q==null)q=r.a(q) +p=o.b +if(p==null){o.b=q +p=q}o.b=p.lt(q)}s=o.b +s.toString +return s}} +A.aeQ.prototype={ +$1(a){return a.b}, +$S:313} +A.aeR.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.d.bu(a.gaS(a).a,b.gaS(b).a) +case 0:return B.d.bu(b.gaS(b).c,a.gaS(a).c)}}, +$S:314} +A.zp.prototype={ +Yv(a){var s,r,q,p,o,n=B.b.gG(a).a,m=t.qi,l=A.a([],m),k=A.a([],t.jE) +for(s=a.length,r=0;r") +return A.ah(new A.bi(b,new A.a60(new A.G(-1/0,s.b,1/0,s.d)),r),!0,r.i("k.E"))}, +$S:315} +A.a60.prototype={ +$1(a){var s=a.b.ej(this.a) +return!s.gY(s)}, +$S:316} +A.xa.prototype={ +aZ(){return new A.QC(B.m)}} +A.BW.prototype={} +A.QC.prototype={ +gcA(a){var s,r,q,p=this,o=p.d +if(o===$){s=p.a.c +r=A.a([],t.bp) +q=$.bN() +p.d!==$&&A.aB() +o=p.d=new A.BW(s,!1,!0,!0,!0,null,null,r,q)}return o}, +q(){this.gcA(this).q() +this.bP()}, +by(a){var s=this +s.ca(a) +if(a.c!==s.a.c)s.gcA(s).dy=s.a.c}, +T(a){var s=null,r=this.gcA(this) +return A.HZ(!1,!1,this.a.f,s,!0,!0,r,!1,s,s,s,s,s,!0)}} +A.LK.prototype={ +eE(a){A.nA(a.gcA(a),B.Hx)}} +A.oZ.prototype={} +A.K7.prototype={ +eE(a){var s=$.bt.aq$.f.c,r=s.e +r.toString +return A.I0(r).Jd(s,!0)}, +Ej(a,b){return b?B.cw:B.dA}} +A.p7.prototype={} +A.L8.prototype={ +eE(a){var s=$.bt.aq$.f.c,r=s.e +r.toString +return A.I0(r).Jd(s,!1)}, +Ej(a,b){return b?B.cw:B.dA}} +A.H5.prototype={ +eE(a){var s=$.bt.aq$.f.c,r=s.e +r.toString +A.I0(r).a9t(s,a.a)}} +A.QD.prototype={} +A.SZ.prototype={ +BI(a,b){var s +this.Ug(a,b) +s=this.eU$.j(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)A.a0(A.Y("removeWhere")) +B.b.AG(s,new A.aeV(a),!0)}}} +A.Vv.prototype={} +A.Vw.prototype={} +A.jr.prototype={ +gcH(){var s,r=$.bt.aq$.z.j(0,this) +if(r instanceof A.hg){s=r.ok +s.toString +if(A.j(this).c.b(s))return s}return null}} +A.cD.prototype={ +h(a){var s=this,r=s.a,q=r!=null?" "+r:"" +if(A.D(s)===B.Ok)return"[GlobalKey#"+A.cg(s)+q+"]" +return"["+("#"+A.cg(s))+q+"]"}} +A.kC.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gu(a){return A.nH(this.a)}, +h(a){var s="GlobalObjectKey",r=B.c.ls(s,">")?B.c.a7(s,0,-8):s +return"["+r+" "+("#"+A.cg(this.a))+"]"}} +A.m.prototype={ +dh(){var s=this.a +return s==null?"Widget":"Widget-"+s.h(0)}, +k(a,b){if(b==null)return!1 +return this.UK(0,b)}, +gu(a){return A.J.prototype.gu.call(this,this)}} +A.aX.prototype={ +d9(a){return new A.N6(this,B.ac)}} +A.au.prototype={ +d9(a){return A.aDV(this)}} +A.afC.prototype={ +E(){return"_StateLifecycle."+this.b}} +A.aK.prototype={ +bF(){}, +by(a){}, +bc(a){a.$0() +this.c.lN()}, +f9(){}, +dT(){}, +q(){}, +cP(){}} +A.aP.prototype={} +A.fj.prototype={ +d9(a){return new A.t7(this,B.ac,A.j(this).i("t7"))}} +A.b8.prototype={ +d9(a){return A.aAL(this)}} +A.aH.prototype={ +b9(a,b){}, +rl(a){}} +A.J9.prototype={ +d9(a){return new A.J8(this,B.ac)}} +A.bg.prototype={ +d9(a){return new A.Am(this,B.ac)}} +A.h2.prototype={ +d9(a){return A.aBN(this)}} +A.uz.prototype={ +E(){return"_ElementLifecycle."+this.b}} +A.R0.prototype={ +KI(a){a.bK(new A.adH(this,a)) +a.tI()}, +a4L(){var s,r,q,p=this +p.a=!0 +r=p.b +q=A.ah(r,!0,A.j(r).c) +B.b.f4(q,A.ahI()) +s=q +r.K(0) +try{r=s +new A.c0(r,A.by(r).i("c0<1>")).a0(0,p.ga4J())}finally{p.a=!1}}, +A(a,b){if(b.w===B.bF){b.f9() +b.bK(A.ahJ())}this.b.A(0,b)}} +A.adH.prototype={ +$1(a){this.a.KI(a)}, +$S:8} +A.XL.prototype={ +EZ(a){var s=this +if(a.at){s.e=!0 +return}if(!s.d&&s.a!=null){s.d=!0 +s.a.$0()}s.c.push(a) +a.at=!0}, +Pm(a){try{a.$0()}finally{}}, +M1(a,b){var s,r,q,p,o,n,m,l,k,j=this,i={},h=b==null +if(h&&j.c.length===0)return +try{j.d=!0 +if(!h){i.a=null +j.e=!1 +try{b.$0()}finally{}}h=j.c +B.b.f4(h,A.ahI()) +j.e=!1 +i.b=h.length +i.c=0 +for(o=0;o=l){m=j.e +m.toString}else m=!0 +if(m){if(!!h.immutable$list)A.a0(A.Y("sort")) +o=l-1 +if(o-0<=32)A.MT(h,0,o,A.ahI()) +else A.MS(h,0,o,A.ahI()) +o=j.e=!1 +i.b=h.length +while(!0){m=i.c +if(!(m>0?h[m-1].as:o))break +i.c=m-1}o=m}}}finally{for(h=j.c,o=h.length,k=0;k#"+A.cg(this)+"(DEFUNCT)":s}, +lN(){var s=this +if(s.w!==B.bF)return +if(s.as)return +s.as=!0 +s.r.EZ(s)}, +xx(a){var s +if(this.w===B.bF)s=!this.as&&!a +else s=!0 +if(s)return +try{this.lS()}finally{}}, +QC(){return this.xx(!1)}, +lS(){this.as=!1}, +$ias:1} +A.a_7.prototype={ +$1(a){this.a.a=a}, +$S:8} +A.a_8.prototype={ +$1(a){a.Bb(this.a) +if(!(a instanceof A.d7))a.bK(this)}, +$S:8} +A.a_4.prototype={ +$1(a){a.KR(this.a)}, +$S:8} +A.a_6.prototype={ +$1(a){a.rg()}, +$S:8} +A.a_5.prototype={ +$1(a){a.vM(this.a)}, +$S:8} +A.HF.prototype={ +aV(a){var s=this.d,r=new A.zC(s,A.aE()) +r.aX() +r.Xc(s) +return r}} +A.wf.prototype={ +jK(a,b){this.FO(a,b) +this.zL()}, +zL(){this.QC()}, +lS(){var s,r,q,p,o,n,m=this,l=null +try{l=m.bt() +m.f.toString}catch(o){s=A.aq(o) +r=A.aV(o) +n=A.ajH(A.alF(A.bI("building "+m.h(0)),s,r,new A.YC())) +l=n}finally{m.yF()}try{m.ay=m.jT(m.ay,l,m.d)}catch(o){q=A.aq(o) +p=A.aV(o) +n=A.ajH(A.alF(A.bI("building "+m.h(0)),q,p,new A.YD())) +l=n +m.ay=m.jT(null,l,m.d)}}, +bK(a){var s=this.ay +if(s!=null)a.$1(s)}, +mN(a){this.ay=null +this.pP(a)}} +A.YC.prototype={ +$0(){var s=A.a([],t.U) +return s}, +$S:17} +A.YD.prototype={ +$0(){var s=A.a([],t.U) +return s}, +$S:17} +A.N6.prototype={ +bt(){var s=this.f +s.toString +return t.gU.a(s).T(this)}, +al(a,b){this.uo(0,b) +this.xx(!0)}} +A.hg.prototype={ +bt(){return this.ok.T(this)}, +zL(){this.ok.bF() +this.ok.cP() +this.TV()}, +lS(){var s=this +if(s.p1){s.ok.cP() +s.p1=!1}s.TW()}, +al(a,b){var s,r,q,p=this +p.uo(0,b) +s=p.ok +r=s.a +r.toString +q=p.f +q.toString +s.a=t.d2.a(q) +s.by(r) +p.xx(!0)}, +dT(){this.Ub() +this.ok.dT() +this.lN()}, +f9(){this.ok.f9() +this.FM()}, +tI(){var s=this +s.yG() +s.ok.q() +s.ok=s.ok.c=null}, +w7(a,b){return this.yE(a,b)}, +cP(){this.Uc() +this.p1=!0}} +A.zh.prototype={ +bt(){var s=this.f +s.toString +return t.yH.a(s).b}, +al(a,b){var s=this,r=s.f +r.toString +t.yH.a(r) +s.uo(0,b) +s.Eu(r) +s.xx(!0)}, +Eu(a){this.pb(a)}} +A.t7.prototype={ +XH(a){this.bK(new A.a4Y(a))}, +pb(a){var s=this.f +s.toString +this.XH(this.$ti.i("fj<1>").a(s))}} +A.a4Y.prototype={ +$1(a){if(a instanceof A.d7)this.a.vK(a.gbj()) +else a.bK(this)}, +$S:8} +A.fC.prototype={ +B8(){var s=this,r=s.a,q=r==null?null:r.y +if(q==null)q=B.Gu +r=s.f +r.toString +s.y=q.abn(0,A.D(r),s)}, +F5(a,b){this.P.m(0,a,b)}, +Rq(a,b){this.F5(a,null)}, +PN(a,b){b.cP()}, +Eu(a){var s=this.f +s.toString +if(t.WB.a(s).d5(a))this.V0(a)}, +pb(a){var s,r,q +for(s=this.P,s=new A.BZ(s,s.zl()),r=A.j(s).c;s.p();){q=s.d +this.PN(a,q==null?r.a(q):q)}}} +A.d7.prototype={ +gbj(){var s=this.ay +s.toString +return s}, +ZS(){var s=this.a +while(!0){if(!(s!=null&&!(s instanceof A.d7)))break +s=s.a}return t.c_.a(s)}, +ZR(){var s,r={},q=r.a=this.a +r.b=null +while(!0){if(!(q!=null&&!(q instanceof A.d7)))break +if(q instanceof A.t7){r.b=q +break}s=q.a +r.a=s +q=s}return r.b}, +jK(a,b){var s,r=this +r.FO(a,b) +s=r.f +s.toString +r.ay=t.F5.a(s).aV(r) +r.vM(b) +r.yF()}, +al(a,b){this.uo(0,b) +this.Jt()}, +lS(){this.Jt()}, +Jt(){var s=this,r=s.f +r.toString +t.F5.a(r).b9(s,s.gbj()) +s.yF()}, +aco(a1,a2,a3){var s,r,q,p,o,n,m,l,k=this,j=null,i=new A.a6d(a3),h=new A.a6e(j),g=a2.length,f=g-1,e=a1.length-1,d=t.Y,c=A.ay(g,$.amz(),!1,d),b=j,a=0,a0=0 +while(!0){if(!(a0<=e&&a<=f))break +s=i.$1(a1[a0]) +r=a2[a] +if(s!=null){g=s.f +g.toString +g=!(A.D(g)===A.D(r)&&J.e(g.a,r.a))}else g=!0 +if(g)break +g=k.jT(s,r,h.$2(a,b)) +g.toString +c[a]=g;++a;++a0 +b=g}q=e +while(!0){p=a0<=q +if(!(p&&a<=f))break +s=i.$1(a1[q]) +r=a2[f] +if(s!=null){g=s.f +g.toString +g=!(A.D(g)===A.D(r)&&J.e(g.a,r.a))}else g=!0 +if(g)break;--q;--f}if(p){o=A.E(t.D2,d) +for(;a0<=q;){s=i.$1(a1[a0]) +if(s!=null){g=s.f.a +if(g!=null)o.m(0,g,s) +else{s.a=null +s.rg() +g=k.r.b +if(s.w===B.bF){s.f9() +s.bK(A.ahJ())}g.b.A(0,s)}}++a0}p=!0}else o=j +for(;a<=f;b=g){r=a2[a] +if(p){n=r.a +if(n!=null){s=o.j(0,n) +if(s!=null){g=s.f +g.toString +if(A.D(g)===A.D(r)&&J.e(g.a,n))o.B(0,n) +else s=j}}else s=j}else s=j +g=k.jT(s,r,h.$2(a,b)) +g.toString +c[a]=g;++a}f=a2.length-1 +while(!0){if(!(a0<=e&&a<=f))break +g=k.jT(a1[a0],a2[a],h.$2(a,b)) +g.toString +c[a]=g;++a;++a0 +b=g}if(p&&o.a!==0)for(g=o.gba(o),g=new A.dR(J.an(g.a),g.b),d=A.j(g).z[1];g.p();){m=g.a +if(m==null)m=d.a(m) +if(!a3.t(0,m)){m.a=null +m.rg() +l=k.r.b +if(m.w===B.bF){m.f9() +m.bK(A.ahJ())}l.b.A(0,m)}}return c}, +f9(){this.FM()}, +tI(){var s=this,r=s.f +r.toString +t.F5.a(r) +s.yG() +r.rl(s.gbj()) +s.ay.q() +s.ay=null}, +Bb(a){var s,r=this,q=r.d +r.Ua(a) +s=r.CW +s.toString +s.pa(r.gbj(),q,r.d)}, +vM(a){var s,r,q=this +q.d=a +s=q.CW=q.ZS() +if(s!=null)s.oZ(q.gbj(),a) +r=q.ZR() +if(r!=null){s=r.f +s.toString +t.IL.a(s).vK(q.gbj())}}, +rg(){var s=this,r=s.CW +if(r!=null){r.xA(s.gbj(),s.d) +s.CW=null}s.d=null}} +A.a6d.prototype={ +$1(a){var s=this.a.t(0,a) +return s?null:a}, +$S:317} +A.a6e.prototype={ +$2(a,b){return new A.ru(b,a,t.Bc)}, +$S:318} +A.a74.prototype={} +A.J8.prototype={ +mN(a){this.pP(a)}, +oZ(a,b){}, +pa(a,b,c){}, +xA(a,b){}} +A.Am.prototype={ +bK(a){var s=this.p1 +if(s!=null)a.$1(s)}, +mN(a){this.p1=null +this.pP(a)}, +jK(a,b){var s,r,q=this +q.yO(a,b) +s=q.p1 +r=q.f +r.toString +q.p1=q.jT(s,t.Mp.a(r).c,null)}, +al(a,b){var s,r,q=this +q.uq(0,b) +s=q.p1 +r=q.f +r.toString +q.p1=q.jT(s,t.Mp.a(r).c,null)}, +oZ(a,b){var s=this.ay +s.toString +t.GM.a(s).sbl(a)}, +pa(a,b,c){}, +xA(a,b){var s=this.ay +s.toString +t.GM.a(s).sbl(null)}} +A.oS.prototype={ +gbj(){return t.pU.a(A.d7.prototype.gbj.call(this))}, +oZ(a,b){var s=this.gbj(),r=b.a +r=r==null?null:r.gbj() +s.mo(a) +s.IN(a,r)}, +pa(a,b,c){var s=this.gbj(),r=c.a +s.aaH(a,r==null?null:r.gbj())}, +xA(a,b){var s=this.gbj() +s.JI(a) +s.ox(a)}, +bK(a){var s,r,q,p,o=this.p1 +o===$&&A.b() +s=o.length +r=this.p2 +q=0 +for(;q") +h.d=new A.b2(t.m.a(p),new A.fo(new A.im(new A.hF(n,1,B.a_)),o,m),m.i("b2"))}}if(s)s=!(isFinite(q.a)&&isFinite(q.b)) +else s=!0 +h.w=s}, +ue(a,b){var s,r,q,p=this +p.f=b +switch(b.a.a){case 1:s=p.e +s===$&&A.b() +s.sbm(0,new A.iJ(b.gfL(b),new A.bF(A.a([],t.c),t.d),0)) +r=!1 +break +case 0:s=p.e +s===$&&A.b() +s.sbm(0,b.gfL(b)) +r=!0 +break +default:r=null}s=p.f +p.b=s.rd(s.gOj(),p.f.gxK()) +p.f.f.yu(r) +p.f.r.yt() +s=p.f +q=A.a4K(p.gXY(),!1) +p.r=q +s.b.CR(0,q) +q=p.e +q===$&&A.b() +q.cq() +q=q.b_$ +q.b=!0 +q.a.push(p.gPS())}, +h(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.h(0) +q=s.h(0) +p=r.h(0) +o=this.e +o===$&&A.b() +return"HeroFlight(for: "+n+", from: "+q+", to: "+p+" "+A.i(o.c)+")"}} +A.ads.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.N(0,s.gl(s)) +s.toString +p=q.f +p===$&&A.b() +p=p.c +return A.apJ(p.b-s.d,new A.kF(!0,r,A.ajJ(b,q.d),r),r,r,s.a,p.a-s.c,s.b,r)}, +$S:336} +A.adt.prototype={ +$0(){var s,r=this.a +r.x=!1 +this.b.CW.V(0,this) +s=r.e +s===$&&A.b() +r.Js(s.gbr(s))}, +$S:0} +A.xm.prototype={ +wc(){var s,r,q,p=$.j4() +A.HL(this) +if(p.a.get(this).CW.a)return +p=this.b +p=p.gba(p) +s=A.j(p).i("bi") +r=A.ah(new A.bi(p,new A.a1g(),s),!1,s.i("k.E")) +for(p=r.length,q=0;q"),a=t.k2;s.p();){a0=s.gD(s) +a1=a0.a +a2=a0.b +a3=k.j(0,a1) +a4=j.j(0,a1) +if(a3==null)a5=null +else{a0=o.k3 +a0.toString +a3.a.toString +a2.a.toString +a5=new A.adr(b2,q,a0,b0,b1,a2,a3,p,r,b3,a4!=null)}if(a5!=null&&a5.gmZ()){k.B(0,a1) +if(a4!=null){a0=a4.f +a0===$&&A.b() +a6=a0.a +if(a6===B.bs&&a5.a===B.bt){a0=a4.e +a0===$&&A.b() +a0.sbm(0,new A.iJ(a5.gfL(a5),new A.bF(A.a([],h),g),0)) +a0=a4.b +a0===$&&A.b() +a4.b=new A.zV(a0,a0.b,a0.a,a)}else{a6=a6===B.bt&&a5.a===B.bs +a7=a4.e +if(a6){a7===$&&A.b() +a0=a5.gfL(a5) +a6=a4.f +a6=a6.gfL(a6) +a6=a6.gl(a6) +a7.sbm(0,new A.b2(c.a(a0),new A.aZ(a6,1,d),b)) +a0=a4.f +a6=a0.f +a7=a5.r +if(a6!==a7){a6.oy(!0) +a7.yt() +a0=a4.f +a6=a4.b +a6===$&&A.b() +a4.b=a0.rd(a6.b,a5.gxK())}else{a6=a4.b +a6===$&&A.b() +a4.b=a0.rd(a6.b,a6.a)}}else{a6=a4.b +a6===$&&A.b() +a7===$&&A.b() +a4.b=a0.rd(a6.N(0,a7.gl(a7)),a5.gxK()) +a4.c=null +a0=a5.a +a6=a4.e +if(a0===B.bt)a6.sbm(0,new A.iJ(a5.gfL(a5),new A.bF(A.a([],h),g),0)) +else a6.sbm(0,a5.gfL(a5)) +a4.f.f.oy(!0) +a4.f.r.oy(!0) +a5.f.yu(a0===B.bs) +a5.r.yt() +a0=a4.r.f.gcH() +if(a0!=null)a0.J5()}}a4.f=a5}else{a0=new A.lx(i,B.co) +a6=A.a([],h) +a7=new A.bF(a6,g) +a8=new A.zg(a7,new A.bF(A.a([],f),e),0) +a8.a=B.K +a8.b=0 +a8.cq() +a7.b=!0 +a6.push(a0.ga_Q()) +a0.e=a8 +a0.ue(0,a5) +j.m(0,a1,a0)}}else if(a4!=null)a4.w=!0}for(s=k.gba(k),s=s.gW(s);s.p();)s.gD(s).NH()}, +a0i(a){var s=a.f +s===$&&A.b() +this.b.B(0,s.f.a.c)}, +Zc(a,b,c,d,e){var s,r,q=e.f +q.toString +t.rA.a(q) +s=A.eW(e,null) +r=A.eW(d,null) +if(s==null||r==null)return q.e +return A.lQ(b,new A.a1e(s,c,r.f,s.f,b,q),null)}} +A.a1g.prototype={ +$1(a){var s=a.f +s===$&&A.b() +if(s.y)if(s.a===B.bt){s=a.e +s===$&&A.b() +s=s.gbr(s)===B.K}else s=!1 +else s=!1 +return s}, +$S:339} +A.a1f.prototype={ +$1(a){var s=this +s.a.Kf(s.b,s.c,s.d,s.e)}, +$S:3} +A.a1e.prototype={ +$2(a,b){var s=this,r=s.c,q=s.d,p=s.e +r=s.b===B.bs?new A.wK(r,q).N(0,p.gl(p)):new A.wK(q,r).N(0,p.gl(p)) +return A.rW(s.f.e,s.a.MD(r),null)}, +$S:340} +A.xs.prototype={ +T(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=a.aB(t.I) +f.toString +s=f.w +r=A.ak2(a) +q=r.a +p=r.b +o=r.c +n=r.d +m=r.e +f=r.r +l=f==null?g:A.X(f,0,1) +if(l==null)l=1 +f=r.f +f.toString +if(l!==1)k=A.M(B.d.ac(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.c4(f.a) +i=A.a([],t.Wj) +if(p!=null)i.push(new A.ma("FILL",p)) +if(o!=null)i.push(new A.ma("wght",o)) +if(n!=null)i.push(new A.ma("GRAD",n)) +if(m!=null)i.push(new A.ma("opsz",m)) +h=A.aq1(g,g,B.Jv,g,g,!0,g,A.pA(g,A.u6(g,g,k,g,g,g,g,g,"MaterialIcons",g,g,q,g,i,g,g,g,!1,g,g,g,g,g,r.w,g,g),j),B.aL,s,g,1,B.ai) +if(f.d)switch(s.a){case 0:f=new A.aJ(new Float64Array(16)) +f.bs() +f.l0(0,-1,1,1) +h=A.aEq(B.L,h,f,!1) +break +case 1:break}return A.cY(g,g,new A.wU(!0,A.hc(A.qA(h,g,g),q,q),g),!1,g,!1,g,g,g,g,this.z,g,g,g,g,g,g,g,g,g,g,g)}} +A.mg.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +if(b instanceof A.mg)if(b.a===this.a)s=b.d===this.d +else s=!1 +else s=!1 +return s}, +gu(a){return A.T(this.a,"MaterialIcons",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)}, +h(a){return"IconData(U+"+B.c.pe(B.e.j3(this.a,16).toUpperCase(),5,"0")+")"}} +A.ox.prototype={ +d5(a){return!this.w.k(0,a.w)}, +tL(a,b,c){return A.a1I(c,this.w,null)}} +A.a1J.prototype={ +$1(a){return A.a1I(this.c,A.aoH(a).d3(this.b),this.a)}, +$S:341} +A.cU.prototype={ +rb(a,b,c,d,e,f,g,h){var s,r=this,q=g==null?r.a:g,p=b==null?r.b:b,o=h==null?r.c:h,n=c==null?r.d:c,m=e==null?r.e:e,l=a==null?r.f:a +if(d==null){s=r.r +s=s==null?null:A.X(s,0,1)}else s=d +return new A.cU(q,p,o,n,m,l,s,f==null?r.w:f)}, +iH(a){return this.rb(a,null,null,null,null,null,null,null)}, +d3(a){var s=a.r +s=s==null?null:A.X(s,0,1) +return this.rb(a.f,a.b,a.d,s,a.e,a.w,a.a,a.c)}, +a4(a){return this}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(J.U(b)!==A.D(q))return!1 +if(b instanceof A.cU)if(b.a==q.a)if(b.b==q.b)if(b.c==q.c)if(b.d==q.d)if(b.e==q.e)if(J.e(b.f,q.f)){s=b.r +s=s==null?null:A.X(s,0,1) +r=q.r +s=s==(r==null?null:A.X(r,0,1))&&A.df(b.w,q.w)}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s,r=this,q=r.r +q=q==null?null:A.X(q,0,1) +s=r.w +s=s==null?null:A.cG(s) +return A.T(r.a,r.b,r.c,r.d,r.e,r.f,q,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)}} +A.QU.prototype={} +A.rl.prototype={ +aZ(){return new A.C_(B.m)}} +A.C_.prototype={ +bF(){var s=this +s.c3() +$.bt.b3$.push(s) +s.z=new A.H8(s)}, +q(){var s,r=this +B.b.B($.bt.b3$,r) +r.a4p() +s=r.at +if(s!=null)s.q() +s=r.z +s===$&&A.b() +s.a=null +r.AI(null) +r.bP()}, +cP(){var s,r=this +r.a4T() +r.JO() +s=r.c +s.toString +if(A.aqP(s))r.a1G() +else r.Ki(!0) +r.h6()}, +by(a){var s=this +s.ca(a) +if(s.r)s.a.toString +if(!s.a.c.k(0,a.c))s.JO()}, +a4T(){var s=this.c +s.toString +s=A.eW(s,B.Pq) +s=s==null?null:s.z +if(s==null){s=$.Mk.wn$ +s===$&&A.b() +s=(s.a&2)!==0}this.w=s}, +JO(){var s,r,q=this,p=q.z +p===$&&A.b() +s=q.a.c +r=q.c +r.toString +q.a56(new A.A4(p,s,t.ti).a4(A.alO(r,null)))}, +a_s(a){var s=this,r=s.ax +if(r==null||a){s.as=s.Q=null +s.a.toString +r=s.ax=new A.fB(s.ga0l(),null,null)}r.toString +return r}, +uN(){return this.a_s(!1)}, +a0m(a,b){this.bc(new A.adD(this,a,b))}, +AI(a){var s=this.e +$.cX.cx$.push(new A.adE(s)) +this.e=a}, +a56(a){var s,r,q=this,p=q.d +if(p==null)s=null +else{s=p.a +if(s==null)s=p}r=a.a +if(s===(r==null?a:r))return +if(q.r){p.toString +p.V(0,q.uN())}q.a.toString +q.bc(new A.adF(q)) +q.bc(new A.adG(q)) +q.d=a +if(q.r)a.ag(0,q.uN())}, +a1G(){var s,r=this +if(r.r)return +s=r.d +s.toString +s.ag(0,r.uN()) +s=r.at +if(s!=null)s.q() +r.at=null +r.r=!0}, +Ki(a){var s,r,q=this +if(!q.r)return +if(a)if(q.at==null){s=q.d +s=(s==null?null:s.a)!=null}else s=!1 +else s=!1 +if(s){s=q.d.a +if(s.w)A.a0(A.ab(u.V)) +r=new A.rr(s) +r.uu(s) +q.at=r}s=q.d +s.toString +s.V(0,q.uN()) +q.r=!1}, +a4p(){return this.Ki(!1)}, +T(a){var s,r,q,p,o,n,m,l=this,k=null +if(l.Q!=null)l.a.toString +s=l.e +r=s==null +q=r?k:s.a +p=r?k:s.c +o=l.a +n=o.w +s=r?k:s.b +if(s==null)s=1 +o=o.as +r=l.w +r===$&&A.b() +m=new A.Lf(q,p,k,n,s,k,k,B.jU,k,o,B.L,B.cv,k,!1,r,!1,k) +m=A.cY(k,k,m,!1,k,!1,k,k,k,!0,"",k,k,k,k,k,k,k,k,k,k,k) +return m}} +A.adD.prototype={ +$0(){var s,r=this.a +r.AI(this.b) +r.as=r.Q=r.f=null +s=r.x +r.x=s==null?0:s+1 +r.y=B.bc.nq(r.y,this.c)}, +$S:0} +A.adE.prototype={ +$1(a){var s=this.a +if(s!=null)s.a.q() +return null}, +$S:3} +A.adF.prototype={ +$0(){this.a.AI(null)}, +$S:0} +A.adG.prototype={ +$0(){var s=this.a +s.x=s.f=null +s.y=!1}, +$S:0} +A.Vk.prototype={} +A.GU.prototype={ +f1(a){var s=A.Z7(this.a,this.b,a) +s.toString +return s}} +A.wK.prototype={ +f1(a){var s=A.ajF(this.a,this.b,a) +s.toString +return s}} +A.ob.prototype={ +f1(a){var s=A.dO(this.a,this.b,a) +s.toString +return s}} +A.nW.prototype={ +f1(a){return A.qt(this.a,this.b,a)}} +A.pB.prototype={ +f1(a){var s=A.aY(this.a,this.b,a) +s.toString +return s}} +A.IH.prototype={} +A.rs.prototype={ +gmc(){var s,r=this,q=r.d +if(q===$){s=A.eJ(null,r.a.d,null,null,r) +r.d!==$&&A.aB() +r.d=s +q=s}return q}, +gha(){var s,r=this,q=r.e +if(q===$){s=r.gmc() +q=r.e=A.hy(r.a.c,s,null)}return q}, +bF(){var s,r=this +r.c3() +s=r.gmc() +s.cq() +s=s.b7$ +s.b=!0 +s.a.push(new A.a2_(r)) +r.HB()}, +by(a){var s,r=this +r.ca(a) +if(r.a.c!==a.c){r.gha().q() +s=r.gmc() +r.e=A.hy(r.a.c,s,null)}r.gmc().e=r.a.d +if(r.HB()){r.oS(new A.a1Z(r)) +s=r.gmc() +s.sl(0,0) +s.ei(0)}}, +q(){this.gha().q() +this.gmc().q() +this.VY()}, +a58(a,b){var s +if(a==null)return +s=this.gha() +a.sBC(a.N(0,s.gl(s))) +a.sko(0,b)}, +HB(){var s={} +s.a=!1 +this.oS(new A.a1Y(s,this)) +return s.a}} +A.a2_.prototype={ +$1(a){switch(a.a){case 3:this.a.a.toString +break +case 0:case 1:case 2:break}}, +$S:4} +A.a1Z.prototype={ +$3(a,b,c){this.a.a58(a,b) +return a}, +$S:123} +A.a1Y.prototype={ +$3(a,b,c){var s +if(b!=null){if(a==null)a=c.$1(b) +s=a.b +if(!J.e(b,s==null?a.a:s))this.a.a=!0 +else if(a.b==null)a.sko(0,a.a)}else a=null +return a}, +$S:123} +A.qg.prototype={ +bF(){this.Uo() +var s=this.gmc() +s.cq() +s=s.b_$ +s.b=!0 +s.a.push(this.ga_O())}, +a_P(){this.bc(new A.WX())}} +A.WX.prototype={ +$0(){}, +$S:0} +A.vs.prototype={ +aZ(){return new A.OH(null,null,B.m)}} +A.OH.prototype={ +oS(a){this.CW=t.Om.a(a.$3(this.CW,this.a.r,new A.ab8()))}, +T(a){var s,r=this.CW +r.toString +s=this.gha() +return new A.eC(J.an_(r.N(0,s.gl(s)),B.am,B.i7),this.a.w,null)}} +A.ab8.prototype={ +$1(a){return new A.ob(t.A0.a(a),null)}, +$S:344} +A.vq.prototype={ +aZ(){return new A.OG(null,null,B.m)}} +A.OG.prototype={ +oS(a){this.CW=t.Dh.a(a.$3(this.CW,this.a.w,new A.ab7()))}, +T(a){var s,r=this.CW +r.toString +s=this.gha() +s=r.N(0,s.gl(s)) +return A.o6(this.a.r,null,B.bC,!0,s,null,null,B.ai)}} +A.ab7.prototype={ +$1(a){return new A.pB(t.em.a(a),null)}, +$S:345} +A.vt.prototype={ +aZ(){return new A.OI(null,null,B.m)}} +A.OI.prototype={ +oS(a){var s=this,r=s.CW +s.a.toString +s.CW=t.eJ.a(a.$3(r,B.a7,new A.ab9())) +s.cx=t.ir.a(a.$3(s.cx,s.a.z,new A.aba())) +r=t.YJ +s.cy=r.a(a.$3(s.cy,s.a.Q,new A.abb())) +s.db=r.a(a.$3(s.db,s.a.at,new A.abc()))}, +T(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.gha() +r=s.N(0,r.gl(r)) +s=n.cx +s.toString +q=n.gha() +q=s.N(0,q.gl(q)) +s=n.a.Q +p=n.db +p.toString +o=n.gha() +o=p.N(0,o.gl(o)) +o.toString +return new A.KT(l,m,r,q,s,o,n.a.r,null)}} +A.ab9.prototype={ +$1(a){return new A.nW(t.m_.a(a),null)}, +$S:346} +A.aba.prototype={ +$1(a){return new A.aZ(A.alp(a),null,t.H7)}, +$S:136} +A.abb.prototype={ +$1(a){return new A.fS(t.k.a(a),null)}, +$S:49} +A.abc.prototype={ +$1(a){return new A.fS(t.k.a(a),null)}, +$S:49} +A.uJ.prototype={ +q(){var s=this,r=s.eC$ +if(r!=null)r.V(0,s.go2()) +s.eC$=null +s.bP()}, +dT(){this.hB() +this.fl() +this.o3()}} +A.jw.prototype={ +d9(a){return new A.xA(A.dB(null,null,t.Y,t.X),this,B.ac,A.j(this).i("xA"))}} +A.xA.prototype={ +Rq(a,b){var s=null,r=this.P,q=this.$ti,p=q.i("ck<1>?").a(r.j(0,a)),o=p==null +if(!o&&p.gY(p))return +if(b==null)r.m(0,a,A.d3(s,s,q.c)) +else{o=o?A.d3(s,s,q.c):p +o.A(0,q.c.a(b)) +r.m(0,a,o)}}, +PN(a,b){var s,r=this.$ti,q=r.i("ck<1>?").a(this.P.j(0,b)) +if(q==null)return +if(!q.gY(q)){s=this.f +s.toString +s=r.i("jw<1>").a(s).Rv(a,q) +r=s}else r=!0 +if(r)b.cP()}} +A.jx.prototype={ +d5(a){return a.f!==this.f}, +d9(a){var s=new A.uK(A.dB(null,null,t.Y,t.X),this,B.ac,A.j(this).i("uK")) +this.f.ag(0,s.gA8()) +return s}} +A.uK.prototype={ +al(a,b){var s,r,q=this,p=q.f +p.toString +s=q.$ti.i("jx<1>").a(p).f +r=b.f +if(s!==r){p=q.gA8() +s.V(0,p) +r.ag(0,p)}q.V_(0,b)}, +bt(){var s,r=this +if(r.aq){s=r.f +s.toString +r.FS(r.$ti.i("jx<1>").a(s)) +r.aq=!1}return r.UZ()}, +a15(){this.aq=!0 +this.lN()}, +pb(a){this.FS(a) +this.aq=!1}, +tI(){var s=this,r=s.f +r.toString +s.$ti.i("jx<1>").a(r).f.V(0,s.gA8()) +s.yG()}} +A.dC.prototype={} +A.a23.prototype={ +$1(a){var s,r,q +if(a===this.a)return!1 +if(a instanceof A.fC){s=a.f +s.toString +s=s instanceof A.dC}else s=!1 +if(s){s=a.f +s.toString +t.og.a(s) +r=A.D(s) +q=this.c +if(!q.t(0,r)){q.A(0,r) +this.d.push(s)}}return!0}, +$S:33} +A.Y_.prototype={} +A.Bu.prototype={ +T(a){var s,r,q,p=this.d +for(s=this.c,r=s.length,q=0;q") +return h.a76(A.ah(new A.bi(j,new A.a3F(a),i),!0,i.i("k.E")),new A.b7(e,c,q,g),new A.b7(f,d,k,l),new A.b7(o,n,m,p))}, +k(a,b){var s=this +if(b==null)return!1 +if(J.U(b)!==A.D(s))return!1 +return b instanceof A.yj&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.f.k(0,s.f)&&b.r.k(0,s.r)&&b.e.k(0,s.e)&&b.w.k(0,s.w)&&b.Q===s.Q&&b.as===s.as&&b.z===s.z&&b.y===s.y&&b.at===s.at&&b.ax===s.ax&&b.ay.k(0,s.ay)&&A.df(b.ch,s.ch)}, +gu(a){var s=this +return A.T(s.a,s.b,s.c,s.d,s.f,s.r,s.e,!1,s.Q,s.as,s.z,s.y,s.at,s.ax,s.ay,A.cG(s.ch),B.a,B.a,B.a,B.a)}, +h(a){var s=this +return"MediaQueryData("+B.b.cs(A.a(["size: "+s.a.h(0),"devicePixelRatio: "+B.d.a5(s.b,1),"textScaleFactor: "+B.d.a5(s.c,1),"platformBrightness: "+s.d.h(0),"padding: "+s.f.h(0),"viewPadding: "+s.r.h(0),"viewInsets: "+s.e.h(0),"systemGestureInsets: "+s.w.h(0),"alwaysUse24HourFormat: false","accessibleNavigation: "+s.y,"highContrast: "+s.Q,"disableAnimations: "+s.as,"invertColors: "+s.z,"boldText: "+s.at,"navigationMode: "+s.ax.b,"gestureSettings: "+s.ay.h(0),"displayFeatures: "+A.i(s.ch)],t.s),", ")+")"}} +A.a3F.prototype={ +$1(a){return this.a.xe(a.god(a))}, +$S:118} +A.oP.prototype={ +d5(a){return!this.w.k(0,a.w)}, +Rv(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 +for(s=a7.gW(a7),r=this.w,q=a6.w,p=r.ch!==q.ch,o=r.ay,n=q.ay,m=r.ax!==q.ax,l=r.at!==q.at,k=r.as!==q.as,j=r.Q!==q.Q,i=r.z!==q.z,h=r.y!==q.y,g=r.r,f=q.r,e=r.w,d=q.w,c=r.e,b=q.e,a=r.f,a0=q.f,a1=r.d!==q.d,a2=r.c!==q.c,a3=r.b!==q.b,r=r.a,q=q.a,a4=r.a,r=r.b;s.p();){a5=s.gD(s) +if(a5 instanceof A.eG)switch(a5.a){case 0:if(!(q.a===a4&&q.b===r))return!0 +break +case 1:a5=a4>r?B.q7:B.q6 +if(a5!==(q.a>q.b?B.q7:B.q6))return!0 +break +case 2:if(a3)return!0 +break +case 3:if(a2)return!0 +break +case 4:if(a1)return!0 +break +case 5:if(!a.k(0,a0))return!0 +break +case 6:if(!c.k(0,b))return!0 +break +case 7:if(!e.k(0,d))return!0 +break +case 8:if(!g.k(0,f))return!0 +break +case 9:break +case 10:if(h)return!0 +break +case 11:if(i)return!0 +break +case 12:if(j)return!0 +break +case 13:if(k)return!0 +break +case 14:if(l)return!0 +break +case 15:if(m)return!0 +break +case 16:if(!o.k(0,n))return!0 +break +case 17:if(p)return!0 +break}}return!1}} +A.a4e.prototype={ +E(){return"NavigationMode."+this.b}} +A.Cl.prototype={ +aZ(){return new A.RB(B.m)}} +A.RB.prototype={ +bF(){this.c3() +$.bt.b3$.push(this)}, +cP(){this.h6() +this.a4Z() +this.qD()}, +by(a){var s,r=this +r.ca(a) +s=r.a +s.toString +if(r.e==null||a.c!==s.c)r.qD()}, +a4Z(){var s,r=this +r.a.toString +s=r.c +s.toString +s=A.eW(s,null) +r.d=s +r.e=null}, +qD(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null,c=e.a.c,b=e.d,a=c.gkI(),a0=c.x +if(a0==null){a0=self.window.devicePixelRatio +if(a0===0)a0=1}a0=a.fi(0,a0) +a=c.x +if(a==null){a=self.window.devicePixelRatio +if(a===0)a=1}s=b==null +r=s?d:b.c +if(r==null)r=c.b.a.e +q=s?d:b.d +if(q==null)q=c.b.a.d +c.gml() +p=c.x +if(p==null){p=self.window.devicePixelRatio +if(p===0)p=1}p=A.a__(B.dd,p) +c.gml() +o=c.x +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}o=A.a__(B.dd,o) +n=c.f +m=c.x +if(m==null){m=self.window.devicePixelRatio +if(m===0)m=1}m=A.a__(n,m) +c.gml() +n=c.x +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}n=A.a__(B.dd,n) +l=s?d:b.y +if(l==null)l=(c.b.a.a.a&1)!==0 +k=s?d:b.z +if(k==null)k=(c.b.a.a.a&2)!==0 +j=s?d:b.as +if(j==null)j=(c.b.a.a.a&4)!==0 +i=s?d:b.at +if(i==null)i=(c.b.a.a.a&8)!==0 +h=s?d:b.Q +if(h==null)h=(c.b.a.a.a&32)!==0 +g=s&&d +b=s?d:b.ax +if(b==null)b=B.hm +c.gml() +c.gml() +f=new A.yj(a0,a,r,q,m,p,o,n,g===!0,l,k,h,j,i,b,new A.H0(d),B.D8) +if(!f.k(0,e.e))e.bc(new A.aed(e,f))}, +Nb(){this.qD()}, +Nd(){if(this.d==null)this.qD()}, +Nc(){if(this.d==null)this.qD()}, +q(){B.b.B($.bt.b3$,this) +this.bP()}, +T(a){var s=this.e +s.toString +return A.rW(this.a.e,s,null)}} +A.aed.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.Vm.prototype={} +A.Tv.prototype={ +aV(a){var s=new A.T7(this.e,null,A.aE()) +s.aX() +s.sbl(null) +return s}, +b9(a,b){b.sa6b(this.e)}} +A.T7.prototype={ +sa6b(a){var s=this,r=s.v +if(r===a)return +if(s.b!=null)r.V(0,s.gx_()) +s.v=a +a.ag(0,s.gx_()) +s.bZ()}, +gl1(){var s=this.v.a,r=A.N.prototype.gl1.call(this) +return new A.G(r.a+s.a,r.b+s.b,r.c-s.c,r.d-s.d)}, +b1(a){this.nG(a) +this.v.ag(0,this.gx_())}, +aQ(a){this.v.V(0,this.gx_()) +this.m8(0)}, +hX(a){this.la(a) +a.a=!0}} +A.JM.prototype={ +T(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +switch(A.q3().a){case 1:case 3:case 5:s=!1 +break +case 0:case 2:case 4:s=!0 +break +default:s=h}r=i.d&&s +q=new A.a3R(i,a) +p=r&&i.r!=null?q:h +o=r&&i.r!=null?q:h +n=r?i.r:h +if(r&&i.r!=null){m=a.aB(t.I) +m.toString +m=m.w}else m=h +l=i.c +k=A.cY(h,h,A.yr(new A.fb(B.iA,l==null?h:new A.we(l,h,h),h),B.aB,h,h,h),!1,h,!1,h,h,h,h,n,h,o,h,p,i.x,h,h,h,m,h,h) +j=!r||!1 +if(!j&&i.w!=null){p=i.w +p.toString +k=new A.Tv(p,k,h)}return A.axY(new A.wU(j,new A.RM(k,q,h),h))}} +A.a3R.prototype={ +$0(){if(this.a.d)A.apq(this.b) +else A.Ni(B.Ji)}, +$S:0} +A.EA.prototype={ +T(a){var s=this,r=t.Bs.a(s.c) +return A.a3Q(!0,s.x,r.gl(r),s.e,null,s.f,s.y)}} +A.uq.prototype={ +kB(a){if(this.P==null)return!1 +return this.pQ(a)}, +Ot(a){}, +Ou(a,b){var s=this.P +if(s!=null)s.$0()}, +wz(a,b,c){}} +A.ON.prototype={ +Mt(){var s=null,r=t.S,q=A.d3(s,s,r) +return new A.uq(B.br,18,B.bQ,A.E(r,t.SP),q,s,s,A.am4(),A.E(r,t.Au))}, +OH(a){a.P=this.a}} +A.RM.prototype={ +T(a){return new A.ti(this.c,A.be([B.OB,new A.ON(this.d)],t.C,t.xR),B.ax,!1,null)}} +A.JY.prototype={ +T(a){var s,r,q=this,p=a.aB(t.I) +p.toString +s=A.a([],t.D) +r=q.c +if(r!=null)s.push(A.a2Y(r,B.eQ)) +r=q.d +if(r!=null)s.push(A.a2Y(r,B.eR)) +r=q.e +if(r!=null)s.push(A.a2Y(r,B.eS)) +return new A.wp(new A.afO(q.f,q.r,p.w),s,null)}} +A.Dp.prototype={ +E(){return"_ToolbarSlot."+this.b}} +A.afO.prototype={ +xl(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.b.j(0,B.eQ)!=null){s=a.a +r=a.b +q=e.fd(B.eQ,new A.aW(0,s,r,r)).a +switch(e.f.a){case 0:p=s-q +break +case 1:p=0 +break +default:p=null}e.fv(B.eQ,new A.r(p,0))}else q=0 +if(e.b.j(0,B.eS)!=null){o=e.fd(B.eS,A.aj9(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.fv(B.eS,new A.r(n,(a.b-o.b)/2))}else m=0 +if(e.b.j(0,B.eR)!=null){s=a.a +r=e.e +l=Math.max(s-q-m-r*2,0) +k=e.fd(B.eR,A.aj9(a).a6V(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")) +s=r.n0(r,new A.a7a(),new A.a7b()) +if(s==null)return!1 +return s.a===this}, +gP_(){var s,r=this.a +if(r==null)return!1 +r=r.e +r=new A.ca(r,A.ad(r).i("ca<1,ef?>")) +s=r.wr(r,new A.a7c(),new A.a7d()) +if(s==null)return!1 +return s.a===this}, +gwB(){var s,r,q,p,o=this.a +if(o==null)return!1 +for(o=o.e,s=o.length,r=0;r=1)return!0}return!1}, +gfs(){var s=this.a +if(s==null)return!1 +s=s.e +s=new A.ca(s,A.ad(s).i("ca<1,ef?>")) +s=s.wr(s,new A.a78(this),new A.a79()) +s=s==null?null:s.gmY() +return s===!0}} +A.a77.prototype={ +$1(a){var s,r=this.a.a +if(r==null)s=null +else{r.a.toString +s=!0}if(s===!0){r=r.x.gfn() +if(r!=null)r.xC()}}, +$S:25} +A.a76.prototype={ +$1(a){var s=this.a.a +if(s!=null){s=s.x.gfn() +if(s!=null)s.xC()}}, +$S:25} +A.a7a.prototype={ +$1(a){return a!=null&&a.gmY()}, +$S:29} +A.a7b.prototype={ +$0(){return null}, +$S:9} +A.a7c.prototype={ +$1(a){return a!=null&&a.gmY()}, +$S:29} +A.a7d.prototype={ +$0(){return null}, +$S:9} +A.a78.prototype={ +$1(a){return a!=null&&A.arr(this.a).$1(a)}, +$S:29} +A.a79.prototype={ +$0(){return null}, +$S:9} +A.iL.prototype={ +h(a){var s=this.a +s=s==null?"none":'"'+s+'"' +return"RouteSettings("+s+", "+A.i(this.b)+")"}} +A.oV.prototype={} +A.ot.prototype={ +d5(a){return a.f!=this.f}} +A.a75.prototype={} +A.NX.prototype={} +A.GZ.prototype={} +A.yJ.prototype={ +aZ(){var s=null,r=A.a([],t.uD),q=$.bN(),p=t.Tp +return new A.jH(r,new A.QL(q),A.kM(s,p),A.kM(s,p),A.aop(!0,"Navigator",!0,!0,s,s,!1),new A.zS(0,q,t.dZ),A.hn(!1),A.w(t.S),s,A.E(t.yb,t.Q),s,!0,s,s,s,B.m)}, +aaT(a,b){return this.Q.$2(a,b)}} +A.a4n.prototype={ +$1(a){return a==null}, +$S:352} +A.fq.prototype={ +E(){return"_RouteLifecycle."+this.b}} +A.RX.prototype={} +A.ef.prototype={ +gel(){var s,r +if(this.c){s=t.sd.a(this.a.b) +s.gel() +r=A.i(s.gel()) +return"p+"+r}r=this.b +if(r!=null)return"r+"+r.gQX() +return null}, +a8N(a,b,c,d){var s,r,q,p=this,o=p.d,n=p.a +n.a=b +n.lJ() +s=p.d +if(s===B.wl||s===B.wm){r=n.rj() +p.d=B.wn +r.acv(new A.aff(p,b))}else{n.Cb(c) +p.d=B.ch}if(a)n.ri(null) +s=o===B.Q0||o===B.wm +q=b.r +if(s)q.h9(0,new A.Cu(n,d)) +else q.h9(0,new A.uS(n,d))}, +a8M(a,b){var s,r=this +r.d=B.PX +s=r.a +if((s.d.a.a&30)!==0)return!0 +if(!s.my(r.w)){r.d=B.ch +return!1}r.w=null +return!0}, +q(){var s,r,q,p,o,n,m={} +this.d=B.PZ +s=this.a +r=s.gxf() +q=new A.afd() +p=new A.bi(r,q,A.ad(r).i("bi<1>")) +if(!p.gW(p).p())s.q() +else{m.a=p.gn(p) +for(s=B.b.gW(r),q=new A.pM(s,q);q.p();){r=s.gD(s) +o=A.aO("listener") +n=new A.afe(m,this,r,o) +o.b=n +r.d.ag(0,n)}}}, +gacy(){var s=this.d.a +return s<=7&&s>=1}, +gmY(){var s=this.d.a +return s<=10&&s>=1}} +A.aff.prototype={ +$0(){var s=this.a +if(s.d===B.wn){s.d=B.ch +this.b.zM()}}, +$S:0} +A.afd.prototype={ +$1(a){return a.d.a!=null}, +$S:353} +A.afe.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.d.V(0,s.d.aN()) +if(r.a===0)s.b.a.q()}, +$S:0} +A.afg.prototype={ +$1(a){return a.a===this.a}, +$S:43} +A.nt.prototype={} +A.uS.prototype={ +n5(a){a.v6(this.b,this.a,B.bs,!1)}} +A.uR.prototype={ +n5(a){var s=$.j4() +A.HL(a) +if(!s.a.get(a).CW.a)a.v6(this.a,this.b,B.bt,!1)}} +A.Ct.prototype={ +n5(a){}} +A.Cu.prototype={ +n5(a){var s=this.a,r=s.gmX() +if(r)a.v6(this.b,s,B.bs,!1)}} +A.jH.prototype={ +bF(){var s,r,q,p,o=this +o.c3() +for(s=o.a.x,r=0;!1;++r){q=s[r] +p=$.j4() +A.r8(q) +p.a.set(q,o)}o.Q=o.a.x +s=o.c.m5(t.mS) +if(s==null)s=null +else{s=s.f +s.toString}t.ZD.a(s) +o.B7(s==null?null:s.f) +o.a.toString +B.e8.wK("selectSingleEntryHistory",t.H)}, +ni(a,b){var s,r,q,p,o,n,m=this +m.tu(m.as,"id") +s=m.f +m.tu(s,"history") +for(;r=m.e,r.length!==0;)r.pop().q() +m.d=new A.cD(null,t.ku) +B.b.M(r,s.QY(null,m)) +m.a.toString +q=0 +for(;!1;++q){p=B.Da[q] +r=m.c +r.toString +r=p.BU(r) +o=$.aiM() +n=new A.ef(r,null,!0,B.i8,o,o,o) +m.e.push(n) +B.b.M(m.e,s.QY(n,m))}if(s.y==null){s=m.a +r=m.e +o=s.f +B.b.M(r,J.Eo(s.aaT(m,o),new A.a4m(m),t.Ez))}m.zM()}, +Cd(a){var s,r=this +r.Vj(a) +s=r.f +if(r.cc$!=null)s.al(0,r.e) +else s.K(0)}, +gel(){return this.a.y}, +cP(){var s,r,q,p,o=this +o.W2() +s=o.c.aB(t.mS) +o.B7(s==null?null:s.f) +for(r=o.e,q=r.length,p=0;p0?s[r-1]:a0 +o=A.a([],t.uD) +$label0$1:for(s=a.w,n=a.r,m=a0,l=m,k=!1,j=!1;r>=0;){switch(q.d.a){case 1:i=a.lf(r-1,A.am1()) +h=i>=0?a.e[i]:a0 +h=h==null?a0:h.a +g=q.a +g.a=a +g.lJ() +q.d=B.Q_ +n.h9(0,new A.uS(g,h)) +continue $label0$1 +case 2:if(k||l==null){h=q.a +h.rh() +q.d=B.ch +if(l==null)h.ri(a0) +continue $label0$1}break +case 3:case 4:case 6:h=p==null?a0:p.a +i=a.lf(r-1,A.am1()) +g=i>=0?a.e[i]:a0 +g=g==null?a0:g.a +q.a8N(l==null,a,h,g) +if(q.d===B.ch)continue $label0$1 +break +case 5:if(!j&&m!=null){q.a.ou(m) +q.f=m}j=!0 +break +case 7:if(!j&&m!=null){q.a.ou(m) +q.f=m}k=!0 +j=!0 +break +case 8:i=a.lf(r,A.Ec()) +h=i>=0?a.e[i]:a0 +if(!q.a8M(a,h==null?a0:h.a))continue $label0$1 +if(!j){if(m!=null){q.a.ou(m) +q.f=m}m=q.a}h=q.a +i=a.lf(r,A.Ec()) +g=i>=0?a.e[i]:a0 +s.h9(0,new A.uR(h,g==null?a0:g.a)) +if(q.d===B.i9)continue $label0$1 +k=!0 +break +case 11:break +case 9:h=q.a +g=q.w +if(g==null)g=a0 +h=h.d.a +if((h.a&30)!==0)A.a0(A.ab("Future already completed")) +h.mb(g) +q.w=null +q.d=B.PW +continue $label0$1 +case 10:if(!j){if(m!=null)q.a.ou(m) +m=a0}i=a.lf(r,A.Ec()) +h=i>=0?a.e[i]:a0 +h=h==null?a0:h.a +q.d=B.PY +if(q.x)s.h9(0,new A.Ct(q.a,h)) +continue $label0$1 +case 12:if(!k&&l!=null)break +q.d=B.i9 +continue $label0$1 +case 13:o.push(B.b.ht(a.e,r)) +q=l +break +case 14:case 0:break}--r +f=r>0?a.e[r-1]:a0 +l=q +q=p +p=f}a.a__() +a.a_1() +a.a.toString +s=a.e +s=new A.ca(s,A.ad(s).i("ca<1,ef?>")) +e=s.n0(s,new A.a4g(),new A.a4h()) +d=e==null?a0:e.a.b.a +if(d!=null&&d!==a.at){A.aqM(d,!1,a0) +a.at=d}for(s=o.length,c=0;c=0;){s=m.e[k] +r=s.d.a +if(!(r<=12&&r>=3)){--k +continue}q=m.a_w(k+1,A.atF()) +r=q==null +p=r?l:q.a +o=s.r +if(p!=o){if(!((r?l:q.a)==null&&s.f==o)){p=s.a +p.ri(r?l:q.a)}s.r=r?l:q.a}--k +n=m.lf(k,A.atF()) +r=n>=0?m.e[n]:l +p=r==null +o=p?l:r.a +if(o!=s.e){o=s.a +o.C9(p?l:r.a) +s.e=p?l:r.a}}}, +Id(a,b){a=this.lf(a,b) +return a>=0?this.e[a]:null}, +lf(a,b){while(!0){if(!(a>=0&&!b.$1(this.e[a])))break;--a}return a}, +a_w(a,b){var s +while(!0){s=this.e +if(!(a?") +q=r.a(this.a.r.$1(s)) +return q==null&&!b?r.a(this.a.w.$1(s)):q}, +AS(a,b,c){return this.vi(a,!1,b,c)}, +abj(a){var s=A.arq(a,B.wl,!1,null) +this.e.push(s) +this.zM() +this.H2() +return a.d.a}, +tq(a){return this.abj(a,t.X)}, +t9(a){var s=0,r=A.a5(t.y),q,p=this,o,n,m +var $async$t9=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)$async$outer:switch(s){case 0:m=p.e +m=new A.ca(m,A.ad(m).i("ca<1,ef?>")) +o=m.n0(m,new A.a4i(),new A.a4j()) +if(o==null){q=!1 +s=1 +break}s=3 +return A.a1(o.a.im(),$async$t9) +case 3:n=c +if(p.c==null){q=!0 +s=1 +break}m=p.e +m=new A.ca(m,A.ad(m).i("ca<1,ef?>")) +if(o!==m.n0(m,new A.a4k(),new A.a4l())){q=!0 +s=1 +break}switch(n.a){case 2:q=!1 +s=1 +break $async$outer +case 0:p.lT(a) +q=!0 +s=1 +break $async$outer +case 1:q=!0 +s=1 +break $async$outer}case 1:return A.a3(q,r)}}) +return A.a4($async$t9,r)}, +Pv(){return this.t9(null,t.X)}, +aaw(a){return this.t9(a,t.X)}, +Qd(a){var s=this,r=B.b.aaa(s.e,A.am1()) +if(r.c){s.a.toString +if(null.$2(r.a,a)&&r.d===B.ch)r.d=B.ia}else{r.w=a +r.d=B.ia}if(r.d===B.ia)s.zN(!1) +s.H2()}, +ih(){return this.Qd(null,t.X)}, +lT(a){return this.Qd(a,t.X)}, +NY(a){var s,r=this,q=B.b.a9x(r.e,A.arr(a)),p=r.e[q] +if(p.c&&p.d.a<8){s=r.Id(q-1,A.Ec()) +s=s==null?null:s.a +r.w.h9(0,new A.uR(a,s))}p.d=B.i9 +if(!r.ay)r.zN(!1)}, +sL9(a){this.ch=a +this.CW.sl(0,a>0)}, +a7t(){var s,r,q,p,o,n,m=this +m.sL9(m.ch+1) +if(m.ch===1){s=m.lf(m.e.length-1,A.Ec()) +r=m.e[s].a +q=!r.gRD()&&s>0?m.Id(s-1,A.Ec()).a:null +p=m.Q +p===$&&A.b() +o=p.length +n=0 +for(;n7){h=i.a +h.c.sl(0,b) +continue}if(i.c){l=l||r.length!==J.bo(p) +if(r.length!==0){g=m==null?b:m.gel() +o.m(0,g,r) +n.B(0,g)}k=i.gel()!=null +h=i.a +f=k?i.gel():b +h.c.sl(0,f) +if(k){r=A.a([],s) +h=c.y +h.toString +p=J.bD(h,i.gel()) +if(p==null)p=B.cG}else{r=B.cG +p=B.cG}m=i +continue}if(k){h=i.b +h=h==null?b:h.gP3() +k=h===!0}else k=!1 +h=i.a +f=k?i.gel():b +h.c.sl(0,f) +if(k){h=i.b +f=h.b +h=f==null?h.b=h.vW():f +if(!l){f=J.az(p) +e=f.gn(p) +d=r.length +l=e<=d||!J.e(f.j(p,d),h)}else l=!0 +B.b.A(r,h)}}l=l||r.length!==J.bo(p) +c.ZO(r,m,o,n) +if(l||n.gbY(n)){c.y=o +c.bB()}}, +ZO(a,b,c,d){var s +if(a.length!==0){s=b==null?null:b.gel() +c.m(0,s,a) +d.B(0,s)}}, +K(a){if(this.y==null)return +this.y=null +this.bB()}, +QY(a,b){var s,r,q,p,o,n=A.a([],t.uD) +if(this.y!=null)s=a!=null&&a.gel()==null +else s=!0 +if(s)return n +s=this.y +s.toString +r=J.bD(s,a==null?null:a.gel()) +if(r==null)return n +for(s=J.an(r);s.p();){q=A.aFc(s.gD(s)) +p=q.BU(b) +o=$.aiM() +n.push(new A.ef(p,q,!1,B.i8,o,o,o))}return n}, +BQ(){return null}, +rG(a){a.toString +return J.axi(t.f.a(a),new A.adw(),t.ob,t.UX)}, +OF(a){this.y=a}, +tD(){return this.y}, +grn(a){return this.y!=null}} +A.adw.prototype={ +$2(a,b){return new A.bX(A.d0(a),A.oI(t.j.a(b),!0,t.K),t.Ej)}, +$S:357} +A.aeu.prototype={ +$2(a,b){if(!a.a)a.V(0,b)}, +$S:40} +A.Cv.prototype={ +dT(){this.hB() +this.fl() +this.k9()}, +q(){var s=this,r=s.bH$ +if(r!=null)r.V(0,s.gjg()) +s.bH$=null +s.bP()}} +A.Cw.prototype={ +by(a){this.ca(a) +this.wd()}, +cP(){var s,r,q,p,o=this +o.h6() +s=o.cc$ +r=o.gtA() +q=o.c +q.toString +q=A.zU(q) +o.js$=q +p=o.qC(q,r) +if(r){o.ni(s,o.i_$) +o.i_$=!1}if(p)if(s!=null)s.q()}, +q(){var s,r=this +r.hp$.a0(0,new A.aeu()) +s=r.cc$ +if(s!=null)s.q() +r.cc$=null +r.W1()}} +A.Ka.prototype={ +h(a){var s=A.a([],t.s) +this.iI(s) +return"Notification("+B.b.cs(s,", ")+")"}, +iI(a){}} +A.hP.prototype={ +d9(a){return new A.Cx(this,B.ac,this.$ti.i("Cx<1>"))}} +A.Cx.prototype={ +aaW(a){var s,r=this.f +r.toString +s=this.$ti +s.i("hP<1>").a(r) +if(s.c.b(a))return r.d.$1(a) +return!1}, +pb(a){}} +A.h_.prototype={} +A.Vr.prototype={} +A.Ko.prototype={ +E(){return"OverflowBarAlignment."+this.b}} +A.Kn.prototype={ +aV(a){var s=this,r=null,q=a.aB(t.I) +q.toString +q=q.w +q=new A.uX(s.e,s.f,s.r,s.w,s.x,q,B.M,0,r,r,A.aE()) +q.aX() +q.M(0,r) +return q}, +b9(a,b){var s,r=this +t.Eg.a(b) +b.sT0(0,r.e) +b.sdz(r.f) +b.sab5(r.r) +b.sab3(r.w) +b.sab4(r.x) +s=a.aB(t.I) +s.toString +b.scY(s.w) +b.smq(B.M)}} +A.k8.prototype={} +A.uX.prototype={ +sT0(a,b){if(this.O===b)return +this.O=b +this.a9()}, +sdz(a){if(this.ar==a)return +this.ar=a +this.a9()}, +sab5(a){if(this.I===a)return +this.I=a +this.a9()}, +sab3(a){if(this.L===a)return +this.L=a +this.a9()}, +sab4(a){if(this.b2===a)return +this.b2=a +this.a9()}, +scY(a){if(this.au===a)return +this.au=a +this.a9()}, +smq(a){var s=this +if(a===s.bA)return +s.bA=a +s.aR() +s.bZ()}, +j9(a){if(!(a.e instanceof A.k8))a.e=new A.k8(null,null,B.h)}, +bd(a){var s,r,q,p,o,n=this,m=n.aO$ +if(m==null)return 0 +for(s=A.j(n).i("bv.1"),r=0;m!=null;){r+=m.b5(B.af,1/0,m.gbM()) +q=m.e +q.toString +m=s.a(q).an$}q=n.O +p=n.dd$ +m=n.aO$ +if(r+q*(p-1)>a){for(o=0;m!=null;){o+=m.b5(B.Z,a,m.gbD()) +q=m.e +q.toString +m=s.a(q).an$}return o+n.I*(n.dd$-1)}else{for(o=0;m!=null;){o=Math.max(o,m.b5(B.Z,a,m.gbD())) +q=m.e +q.toString +m=s.a(q).an$}return o}}, +b6(a){var s,r,q,p=this,o=p.aO$ +if(o==null)return 0 +for(s=A.j(p).i("bv.1"),r=0;o!=null;){r+=o.b5(B.af,1/0,o.gbM()) +q=o.e +q.toString +o=s.a(q).an$}return r+p.O*(p.dd$-1)}, +aY(a){var s,r,q,p=this,o=p.aO$ +if(o==null)return 0 +for(s=A.j(p).i("bv.1"),r=0;o!=null;){r+=o.b5(B.a5,1/0,o.gbE()) +q=o.e +q.toString +o=s.a(q).an$}return r+p.O*(p.dd$-1)}, +f8(a){return this.C0(a)}, +cO(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.aO$ +if(i==null)return new A.R(A.X(0,a.a,a.b),A.X(0,a.c,a.d)) +s=a.b +r=new A.aW(0,s,0,a.d) +for(q=A.j(j).i("bv.1"),p=0,o=0,n=0;i!=null;){m=i.j6(r) +p+=m.a +l=m.b +o=Math.max(o,l) +n+=l+j.I +l=i.e +l.toString +i=q.a(l).an$}k=p+j.O*(j.dd$-1) +if(k>s)return a.aP(new A.R(s,n-j.I)) +else return a.aP(new A.R(j.ar==null?k:s,o))}, +cD(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2={},a3=a2.a=a1.aO$ +if(a3==null){s=A.P.prototype.gbg.call(a1) +a1.k3=new A.R(A.X(0,s.a,s.b),A.X(0,s.c,s.d)) +return}s=A.P.prototype.gbg.call(a1) +r=new A.aW(0,s.b,0,s.d) +for(s=A.j(a1).i("bv.1"),q=a3,p=0,o=0,n=0;q!=null;q=a3){q.f0(r,!0) +q=a2.a +m=q.k3 +l=m.a +p+=l +o=Math.max(o,m.b) +n=Math.max(n,l) +q=q.e +q.toString +a3=s.a(q).an$ +a2.a=a3}k=a1.au===B.Q +j=p+a1.O*(a1.dd$-1) +if(j>A.P.prototype.gbg.call(a1).b){a3=a1.b2===B.bk?a1.aO$:a1.i1$ +a2.a=a3 +i=new A.af_(a2,a1) +for(s=t.pi,q=a3,h=0;q!=null;q=a3){m=q.e +m.toString +s.a(m) +switch(a1.L.a){case 0:if(k){q=A.P.prototype.gbg.call(a1) +l=a2.a +g=q.b-l.k3.a +q=l}else g=0 +break +case 2:q=A.P.prototype.gbg.call(a1) +l=a2.a +g=(q.b-l.k3.a)/2 +q=l +break +case 1:if(k)g=0 +else{q=A.P.prototype.gbg.call(a1) +l=a2.a +g=q.b-l.k3.a +q=l}break +default:g=0}m.a=new A.r(g,h) +h+=q.k3.b+a1.I +a3=i.$0() +a2.a=a3}a1.k3=A.P.prototype.gbg.call(a1).aP(new A.R(A.P.prototype.gbg.call(a1).b,h-a1.I))}else{a3=a1.aO$ +a2.a=a3 +f=a3.k3.a +e=a1.ar==null?j:A.P.prototype.gbg.call(a1).b +a1.k3=A.P.prototype.gbg.call(a1).aP(new A.R(e,o)) +g=A.aO("x") +d=a1.O +switch(a1.ar){case null:g.b=k?a1.k3.a-f:0 +break +case B.hf:g.b=k?a1.k3.a-f:0 +break +case B.pA:q=a1.k3.a +c=(q-j)/2 +g.b=k?q-c-f:c +break +case B.pz:g.b=k?j-f:a1.k3.a-j +break +case B.Fg:q=a1.k3.a +d=(q-p)/(a1.dd$-1) +g.b=k?q-f:0 +break +case B.Fh:q=a1.dd$ +d=q>0?(a1.k3.a-p)/q:0 +q=d/2 +g.b=k?a1.k3.a-q-f:q +break +case B.Fi:q=a1.k3.a +d=(q-p)/(a1.dd$+1) +g.b=k?q-d-f:d +break}for(q=!k,m=t.pi,l=g.a;b=a2.a,b!=null;){a=b.e +a.toString +m.a(a) +a0=g.b +if(a0===g)A.a0(A.fh(l)) +b=b.k3 +a.a=new A.r(a0,(o-b.b)/2) +if(q)b=g.b=a0+(b.a+d) +else b=a0 +a3=a2.a=s.a(a).an$ +if(k&&a3!=null)g.b=b-(a3.k3.a+d)}}}, +eW(a,b){return this.w6(a,b)}, +bi(a,b){this.oq(a,b)}} +A.af_.prototype={ +$0(){var s=this.b,r=s.b2,q=this.a.a +s=A.j(s).i("bv.1") +if(r===B.bk){r=q.e +r.toString +r=s.a(r).an$ +s=r}else{r=q.e +r.toString +r=s.a(r).dt$ +s=r}return s}, +$S:358} +A.Vx.prototype={ +b1(a){var s,r,q +this.iv(a) +s=this.aO$ +for(r=t.pi;s!=null;){s.b1(a) +q=s.e +q.toString +s=r.a(q).an$}}, +aQ(a){var s,r,q +this.h5(0) +s=this.aO$ +for(r=t.pi;s!=null;){s.aQ(0) +q=s.e +q.toString +s=r.a(q).an$}}} +A.Vy.prototype={} +A.kT.prototype={ +sn9(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.HL()}, +st3(a){if(this.c)return +this.c=!0 +this.e.HL()}, +kN(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +B.b.B(r.d,this) +s=$.cX +if(s.dx$===B.uT)s.cx$.push(new A.a4L(r)) +else r.J3()}, +lN(){var s=this.f.gcH() +if(s!=null)s.J5()}, +h(a){return"#"+A.cg(this)+"(opaque: "+this.b+"; maintainState: "+this.c+")"}, +$iaF:1} +A.a4L.prototype={ +$1(a){this.a.J3()}, +$S:3} +A.lz.prototype={ +aZ(){return new A.Cy(B.m)}} +A.Cy.prototype={ +gql(){var s,r=this,q=r.f +if(q===$){s=r.zt(!1) +r.f!==$&&A.aB() +r.f=s +q=s}return q}, +zt(a){return this.YV(a)}, +YV(a){return A.E1(function(){var s=a +var r=0,q=2,p +return function $async$zt(b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:r=1 +break +case 1:return A.C7() +case 2:return A.C8(p)}}},t.q)}, +bF(){var s,r=this +r.c3() +r.a.c.d.sl(0,r) +s=r.c.CB(t.im) +s.toString +r.d=s}, +by(a){var s,r=this +r.ca(a) +if(a.d!==r.a.d){s=r.c.CB(t.im) +s.toString +r.d=s}}, +q(){var s,r=this +r.a.c.d.sl(0,null) +s=r.a.c +if(s.r){s=s.d +s.X$=$.bN() +s.P$=0}r.e=null +r.bP()}, +T(a){var s=this.a,r=s.e,q=this.d +q===$&&A.b() +return new A.u9(r,new A.Ta(q,this,s.c.a.$1(a),null),null)}, +J5(){this.bc(new A.aeD())}} +A.aeD.prototype={ +$0(){}, +$S:0} +A.yT.prototype={ +aZ(){return new A.t3(A.a([],t.wi),null,null,B.m)}} +A.t3.prototype={ +bF(){this.c3() +this.a9z(0,this.a.c)}, +Ac(a,b){return this.d.length}, +CR(a,b){b.e=this +this.bc(new A.a4P(this,null,null,b))}, +a9z(a,b){var s,r=b.length +if(r===0)return +for(s=0;s")),s=new A.bA(s,s.gn(s)),r=A.j(s).c,q=!0,p=0;s.p();){o=s.d +if(o==null)o=r.a(o) +if(q){++p +m.push(new A.lz(o,n,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new A.lz(o,n,!1,o.f))}s=t.MV +return new A.Do(m.length-p,n.a.d,A.ah(new A.c0(m,s),!1,s.i("bs.E")),null)}} +A.a4P.prototype={ +$0(){var s=this,r=s.a +B.b.mU(r.d,r.Ac(s.b,s.c),s.d)}, +$S:0} +A.a4O.prototype={ +$0(){var s=this,r=s.a +B.b.OK(r.d,r.Ac(s.b,s.c),s.d)}, +$S:0} +A.a4Q.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +B.b.K(o) +s=q.b +B.b.M(o,s) +r=q.c +r.xy(s) +B.b.OK(o,p.Ac(q.d,q.e),r)}, +$S:0} +A.a4N.prototype={ +$0(){}, +$S:0} +A.a4M.prototype={ +$0(){}, +$S:0} +A.Do.prototype={ +d9(a){return new A.Uk(A.d3(null,null,t.Y),this,B.ac)}, +aV(a){var s=a.aB(t.I) +s.toString +s=new A.uZ(s.w,this.e,this.f,A.aE(),0,null,null,A.aE()) +s.aX() +s.M(0,null) +return s}, +b9(a,b){var s=this.e +if(b.I!==s){b.I=s +b.a9()}s=a.aB(t.I) +s.toString +b.scY(s.w) +s=this.f +if(s!==b.L){b.L=s +b.aR() +b.bZ()}}} +A.Uk.prototype={ +gbj(){return t.im.a(A.oS.prototype.gbj.call(this))}, +oZ(a,b){var s,r +this.UD(a,b) +s=a.e +s.toString +t.i9.a(s) +r=this.f +r.toString +s.at=t.yI.a(t.Ro.a(r).c[b.b]).c}, +pa(a,b,c){this.UE(a,b,c)}} +A.v_.prototype={ +j9(a){if(!(a.e instanceof A.er))a.e=new A.er(null,null,B.h)}, +gnw(){return!0}, +cD(){var s,r,q,p,o,n,m=this,l=new A.fN(m.zd().a()),k=A.P.prototype.gbg.call(m),j=A.F8(new A.R(A.X(1/0,k.a,k.b),A.X(1/0,k.c,k.d))) +k=m.O +if(k==null)k=m.O=B.ih.a4(m.ar) +for(s=t.B,r=t.o;l.p();){q=l.gD(l) +p=q.e +p.toString +s.a(p) +if(!p.gwN()){q.f0(j,!0) +o=m.k3 +o.toString +n=q.k3 +n.toString +p.a=k.ln(r.a(o.a1(0,n)))}else{o=m.k3 +o.toString +A.aq_(q,p,o,k)}}}, +eW(a,b){var s,r,q=new A.fN(this.Hf().a()),p=t.B,o=!1 +while(!0){if(!(!o&&q.p()))break +s=q.gD(q) +r=s.e +r.toString +o=a.vD(new A.af0(s),p.a(r).a,b)}return o}, +bi(a,b){var s,r,q,p,o,n +for(s=new A.fN(this.zd().a()),r=t.B,q=b.a,p=b.b;s.p();){o=s.gD(s) +n=o.e +n.toString +n=r.a(n).a +a.jO(o,new A.r(n.a+q,n.b+p))}}} +A.af0.prototype={ +$2(a,b){return this.a.cB(a,b)}, +$S:18} +A.v2.prototype={} +A.uZ.prototype={ +j9(a){if(!(a.e instanceof A.v2))a.e=new A.v2(null,null,B.h)}, +b1(a){var s,r,q,p,o +this.WP(a) +s=this.aO$ +for(r=t.i9;s!=null;){q=s.e +q.toString +r.a(q) +p=q.at +o=p==null?null:new A.fN(p.d.a.gql().a()) +if(o!=null)for(;o.p();)o.gD(o).b1(a) +s=q.an$}}, +aQ(a){var s,r,q,p +this.WQ(0) +s=this.aO$ +for(r=t.i9;s!=null;){q=s.e +q.toString +r.a(q) +p=q.at +if(p!=null)p.d.a.gql().a0(0,A.aJn()) +s=q.an$}}, +ng(){return this.bK(this.gQE())}, +scY(a){var s=this +if(s.ar===a)return +s.ar=a +s.O=null +s.a9()}, +a9(){this.Gb()}, +gnP(){var s,r,q,p,o=this +if(o.I===A.bv.prototype.gM9.call(o))return null +s=A.bv.prototype.ga89.call(o,o) +for(r=o.I,q=t.B;r>0;--r){p=s.e +p.toString +s=q.a(p).an$}return s}, +b6(a){return A.zO(this.gnP(),new A.af3(a))}, +aY(a){return A.zO(this.gnP(),new A.af2(a))}, +bd(a){return A.zO(this.gnP(),new A.af1(a))}, +f8(a){var s,r,q,p,o=this.gnP() +for(s=t.B,r=null;o!=null;){q=o.e +q.toString +s.a(q) +p=o.nk(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.an$}return r}, +cO(a){return new A.R(A.X(1/0,a.a,a.b),A.X(1/0,a.c,a.d))}, +zd(){var s=this +return A.E1(function(){var r=0,q=1,p,o,n,m,l,k +return function $async$zd(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:k=s.gnP() +o=t.i9 +case 2:if(!(k!=null)){r=3 +break}r=4 +return k +case 4:n=k.e +n.toString +o.a(n) +m=n.at +l=m==null?null:new A.fN(m.d.a.gql().a()) +r=l!=null?5:6 +break +case 5:case 7:if(!l.p()){r=8 +break}r=9 +return l.gD(l) +case 9:r=7 +break +case 8:case 6:k=n.an$ +r=2 +break +case 3:return A.C7() +case 1:return A.C8(p)}}},t.q)}, +Hf(){var s=this +return A.E1(function(){var r=0,q=1,p,o,n,m,l,k,j,i,h +return function $async$Hf(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:i=s.I===A.bv.prototype.gM9.call(s)?null:s.i1$ +h=s.dd$-s.I +o=t.i9 +case 2:if(!(i!=null)){r=3 +break}n=i.e +n.toString +o.a(n) +m=n.at +if(m==null)l=null +else{m=m.d.a +k=m.r +if(k===$){j=m.zt(!0) +m.r!==$&&A.aB() +m.r=j +k=j}l=new A.fN(k.a())}r=l!=null?4:5 +break +case 4:case 6:if(!l.p()){r=7 +break}r=8 +return l.gD(l) +case 8:r=6 +break +case 7:case 5:r=9 +return i +case 9:--h +i=h<=0?null:n.dt$ +r=2 +break +case 3:return A.C7() +case 1:return A.C8(p)}}},t.q)}, +bi(a,b){var s,r,q=this,p=q.au +if(q.L!==B.M){s=q.cx +s===$&&A.b() +r=q.k3 +p.sbJ(0,a.xq(s,b,new A.G(0,0,0+r.a,0+r.b),A.v_.prototype.glR.call(q),q.L,p.a))}else{p.sbJ(0,null) +q.Wd(a,b)}}, +q(){this.au.sbJ(0,null) +this.lb()}, +bK(a){var s,r,q,p=this.aO$ +for(s=t.i9;p!=null;){a.$1(p) +r=p.e +r.toString +s.a(r) +q=r.at +if(q!=null)q.d.a.gql().a0(0,a) +p=r.an$}}, +kW(a){var s,r,q,p=this.gnP() +for(s=t.i9;p!=null;){a.$1(p) +r=p.e +r.toString +s.a(r) +q=r.at +if(q!=null)q.d.a.gql().a0(0,a) +p=r.an$}}, +ot(a){var s +switch(this.L.a){case 0:return null +case 1:case 2:case 3:s=this.k3 +return new A.G(0,0,0+s.a,0+s.b)}}} +A.af3.prototype={ +$1(a){return a.b5(B.af,this.a,a.gbM())}, +$S:32} +A.af2.prototype={ +$1(a){return a.b5(B.a5,this.a,a.gbE())}, +$S:32} +A.af1.prototype={ +$1(a){return a.b5(B.Z,this.a,a.gbD())}, +$S:32} +A.Ta.prototype={ +d5(a){return a.f!==this.f||a.r!==this.r}} +A.S8.prototype={ +dT(){this.hB() +this.fl() +this.k9()}, +q(){var s=this,r=s.bH$ +if(r!=null)r.V(0,s.gjg()) +s.bH$=null +s.bP()}} +A.DU.prototype={ +b1(a){var s,r,q +this.iv(a) +s=this.aO$ +for(r=t.B;s!=null;){s.b1(a) +q=s.e +q.toString +s=r.a(q).an$}}, +aQ(a){var s,r,q +this.h5(0) +s=this.aO$ +for(r=t.B;s!=null;){s.aQ(0) +q=s.e +q.toString +s=r.a(q).an$}}} +A.Vz.prototype={} +A.afD.prototype={ +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.afD&&A.df(b.a,this.a)}, +gu(a){return A.cG(this.a)}, +h(a){return"StorageEntryIdentifier("+B.b.cs(this.a,":")+")"}} +A.yU.prototype={ +acV(a){var s=A.a([],t.g8) +if(A.apw(a,s))a.pv(new A.a4S(s)) +return s}} +A.a4S.prototype={ +$1(a){return A.apw(a,this.a)}, +$S:33} +A.t5.prototype={ +T(a){return this.c}} +A.jL.prototype={ +gn9(){return!0}, +goc(){return!1}, +BH(a){return a instanceof A.jL}, +M4(a){return a instanceof A.jL}} +A.a3G.prototype={} +A.a5k.prototype={} +A.GX.prototype={ +Am(a){return this.a20(a)}, +a20(a){var s=0,r=A.a5(t.H),q,p=this,o,n,m +var $async$Am=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:n=A.ny(a.b) +m=p.a +if(!m.ai(0,n)){s=1 +break}m=m.j(0,n) +m.toString +o=a.a +if(o==="Menu.selectedCallback"){m.gads().$0() +m.gaaX() +o=$.bt.aq$.f.c.e +o.toString +A.axC(o,m.gaaX(),t.vz)}else if(o==="Menu.opened")m.gadr(m).$0() +else if(o==="Menu.closed")m.gadq(m).$0() +case 1:return A.a3(q,r)}}) +return A.a4($async$Am,r)}} +A.zf.prototype={ +d5(a){return this.f!=a.f}} +A.n_.prototype={ +aZ(){return new A.Tf(null,A.E(t.yb,t.Q),null,!0,null,B.m)}} +A.Tf.prototype={ +gel(){return this.a.d}, +ni(a,b){}, +T(a){return A.aaE(this.cc$,this.a.c)}} +A.Be.prototype={ +d5(a){return a.f!=this.f}} +A.zY.prototype={ +aZ(){return new A.D_(B.m)}} +A.D_.prototype={ +cP(){var s,r=this +r.h6() +s=r.c +s.toString +r.r=A.zU(s) +r.Ai() +if(r.d==null){r.a.toString +r.d=!1}}, +by(a){this.ca(a) +this.Ai()}, +gIV(){this.a.toString +return!1}, +Ai(){var s,r=this +if(r.gIV()&&!r.w){r.w=!0;++$.mZ.aC$ +s=$.l3.au$ +s===$&&A.b() +s.gabW().c1(new A.af8(r),t.P)}}, +a3v(){var s,r=this +r.e=!1 +r.f=null +s=$.l3.au$ +s===$&&A.b() +s.V(0,r.gAJ()) +r.Ai()}, +q(){if(this.e){var s=$.l3.au$ +s===$&&A.b() +s.V(0,this.gAJ())}this.bP()}, +T(a){var s,r,q=this,p=q.d +p.toString +if(p&&q.gIV())return B.hQ +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return A.aaE(p,new A.n_(s.c,r,null))}} +A.af8.prototype={ +$1(a){var s,r=this.a +r.w=!1 +if(r.c!=null){s=$.l3.au$ +s===$&&A.b() +s.ag(0,r.gAJ()) +r.bc(new A.af7(r,a))}$.mZ.LD()}, +$S:359} +A.af7.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +A.eD.prototype={ +grn(a){return!0}, +q(){var s=this,r=s.c +if(r!=null){r=r.hp$.B(0,s) +r.toString +s.V(0,r) +s.c=s.b=null}s.l8() +s.a=!0}} +A.l1.prototype={ +Cd(a){}, +tu(a,b){var s,r,q=this,p=q.cc$ +p=p==null?null:J.f7(p.glk(),b) +s=p===!0 +r=s?a.rG(J.bD(q.cc$.glk(),b)):a.BQ() +if(a.b==null){a.b=b +a.c=q +p=new A.a6K(q,a) +a.ag(0,p) +q.hp$.m(0,a,p)}a.OF(r) +if(!s&&a.grn(a)&&q.cc$!=null)q.Ba(a)}, +wd(){var s,r,q=this +if(q.js$!=null){s=q.cc$ +s=s==null?null:s.e +s=s==q.gel()||q.gtA()}else s=!0 +if(s)return +r=q.cc$ +if(q.qC(q.js$,!1))if(r!=null)r.q()}, +gtA(){var s,r,q=this +if(q.i_$)return!0 +if(q.gel()==null)return!1 +s=q.c +s.toString +r=A.zU(s) +if(r!=q.js$){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}, +qC(a,b){var s,r,q=this +if(q.gel()==null||a==null)return q.K2(null,b) +if(b||q.cc$==null){s=q.gel() +s.toString +return q.K2(a.a68(s,q),b)}s=q.cc$ +s.toString +r=q.gel() +r.toString +s.abG(r) +r=q.cc$ +r.toString +a.mo(r) +return!1}, +K2(a,b){var s,r=this,q=r.cc$ +if(a==q)return!1 +r.cc$=a +if(!b){if(a!=null){s=r.hp$ +new A.bd(s,A.j(s).i("bd<1>")).a0(0,r.ga5_())}r.Cd(q)}return!0}, +Ba(a){var s,r=a.grn(a),q=this.cc$ +if(r){if(q!=null){r=a.b +r.toString +s=a.tD() +if(!J.e(J.bD(q.glk(),r),s)||!J.f7(q.glk(),r)){J.nK(q.glk(),r,s) +q.nV()}}}else if(q!=null){r=a.b +r.toString +q.abz(0,r,t.K)}}} +A.a6K.prototype={ +$0(){var s=this.a +if(s.cc$==null)return +s.Ba(this.b)}, +$S:0} +A.agk.prototype={ +$2(a,b){if(!a.a)a.V(0,b)}, +$S:40} +A.VB.prototype={ +by(a){this.ca(a) +this.wd()}, +cP(){var s,r,q,p,o=this +o.h6() +s=o.cc$ +r=o.gtA() +q=o.c +q.toString +q=A.zU(q) +o.js$=q +p=o.qC(q,r) +if(r){o.ni(s,o.i_$) +o.i_$=!1}if(p)if(s!=null)s.q()}, +q(){var s,r=this +r.hp$.a0(0,new A.agk()) +s=r.cc$ +if(s!=null)s.q() +r.cc$=null +r.bP()}} +A.d8.prototype={ +sl(a,b){var s=this.y +if(b==null?s!=null:b!==s){this.y=b +this.Ng(s)}}, +OF(a){this.y=a}} +A.j_.prototype={ +BQ(){return this.cy}, +Ng(a){this.bB()}, +rG(a){return A.j(this).i("j_.T").a(a)}, +tD(){var s=this.y +return s==null?A.j(this).i("d8.T").a(s):s}} +A.CZ.prototype={ +rG(a){return this.We(a)}, +tD(){var s=this.Wf() +s.toString +return s}} +A.zS.prototype={} +A.zR.prototype={} +A.agl.prototype={ +$2(a,b){if(!a.a)a.V(0,b)}, +$S:40} +A.tt.prototype={} +A.LX.prototype={ +aZ(){return new A.v0(new A.Td($.bN()),null,A.E(t.yb,t.Q),null,!0,null,B.m,this.$ti.i("v0<1>"))}} +A.LW.prototype={ +E(){return"RouteInformationReportingType."+this.b}} +A.v0.prototype={ +gel(){return this.a.r}, +bF(){var s,r=this +r.c3() +s=r.a.c +if(s!=null)s.ag(0,r.guV()) +r.a.f.a5n(r.gA1()) +r.a.e.ag(0,r.gA5())}, +ni(a,b){var s,r,q=this,p=q.f +q.tu(p,"route") +s=p.y +r=s==null +if((r?A.j(p).i("d8.T").a(s):s)!=null){p=r?A.j(p).i("d8.T").a(s):s +p.toString +q.va(p,new A.afn(q))}else{p=q.a.c +if(p!=null)q.va(p.a,new A.afo(q))}}, +a3T(){var s=this +if(s.w||s.a.c==null)return +s.w=!0 +$.cX.cx$.push(s.ga3x())}, +a3y(a){var s,r,q,p,o=this +o.w=!1 +s=o.f +r=s.y +q=r==null +if((q?A.j(s).i("d8.T").a(r):r)!=null){s=q?A.j(s).i("d8.T").a(r):r +s.toString +r=o.a.c +r.toString +q=o.e +q.toString +if(q!==B.Hk)p=q===B.hw&&r.b.a==s.a +else p=!0 +B.e8.wK("selectMultiEntryHistory",t.H) +q=s.a +q.toString +A.aqM(q,p,s.b) +r.b=r.a=s}o.e=B.hw}, +a3D(){this.a.e.gad6() +this.a.toString +return null}, +v5(){var s=this +s.f.sl(0,s.a3D()) +if(s.e==null)s.e=B.hw +s.a3T()}, +cP(){var s,r=this +r.r=!0 +r.WR() +s=r.a.c +if(s!=null&&r.r)r.va(s.a,new A.afm(r)) +r.r=!1 +r.v5()}, +by(a){var s,r,q,p=this +p.WS(a) +s=p.a +r=a.c +q=s.c==r +if(q)s.f===a.f +p.d=new A.J() +if(!q){s=r==null +if(!s)r.V(0,p.guV()) +q=p.a.c +if(q!=null)q.ag(0,p.guV()) +s=s?null:r.a +r=p.a.c +if(s!=(r==null?null:r.a))p.Iy()}s=a.f +if(p.a.f!==s){r=p.gA1() +s.abA(r) +p.a.f.a5n(r)}p.a.toString +s=p.gA5() +a.e.V(0,s) +p.a.e.ag(0,s) +p.v5()}, +q(){var s=this,r=s.a.c +if(r!=null)r.V(0,s.guV()) +s.a.f.abA(s.gA1()) +s.a.e.V(0,s.gA5()) +s.d=null +s.WT()}, +va(a,b){var s,r,q=this +q.r=!1 +q.d=new A.J() +s=q.a.d +s.toString +r=q.c +r.toString +s.adv(a,r).c1(q.a38(q.d,b),t.H)}, +a38(a,b){return new A.afk(this,a,b)}, +Iy(){var s=this +s.r=!0 +s.va(s.a.c.a,new A.afh(s))}, +a_U(){var s=this +s.d=new A.J() +return s.a.e.adx().c1(s.a0M(s.d),t.y)}, +a0M(a){return new A.afi(this,a)}, +JV(){this.bc(new A.afl()) +this.v5() +return new A.cn(null,t.b5)}, +a0N(){this.bc(new A.afj()) +this.v5()}, +T(a){var s=this.cc$,r=this.a,q=r.c,p=r.f,o=r.d +r=r.e +return A.aaE(s,new A.Tj(q,p,o,r,this,new A.jd(r.gad3(),null),null))}} +A.afn.prototype={ +$0(){return this.a.a.e.gacO()}, +$S(){return this.a.$ti.i("af<~>(1)()")}} +A.afo.prototype={ +$0(){return this.a.a.e.gacN()}, +$S(){return this.a.$ti.i("af<~>(1)()")}} +A.afm.prototype={ +$0(){return this.a.a.e.gSH()}, +$S(){return this.a.$ti.i("af<~>(1)()")}} +A.afk.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.a1(p.c.$0().$1(a),$async$$1) +case 3:if(o.d==n)o.JV() +case 1:return A.a3(q,r)}}) +return A.a4($async$$1,r)}, +$S(){return this.a.$ti.i("af<~>(1)")}} +A.afh.prototype={ +$0(){return this.a.a.e.gSH()}, +$S(){return this.a.$ti.i("af<~>(1)()")}} +A.afi.prototype={ +$1(a){var s=this.a +if(this.b!=s.d)return new A.cn(!0,t.d9) +s.JV() +return new A.cn(a,t.d9)}, +$S:361} +A.afl.prototype={ +$0(){}, +$S:0} +A.afj.prototype={ +$0(){}, +$S:0} +A.Tj.prototype={ +d5(a){if(this.f==a.f)this.r===a.r +return!0}} +A.Td.prototype={ +BQ(){return null}, +Ng(a){this.bB()}, +rG(a){var s +if(a==null)return null +t.Dn.a(a) +s=J.bG(a) +return new A.tt(A.d0(s.gG(a)),s.gU(a))}, +tD(){var s,r=this,q=r.y,p=q==null +if((p?A.j(r).i("d8.T").a(q):q)==null)q=null +else{s=(p?A.j(r).i("d8.T").a(q):q).a +q=[s,(p?A.j(r).i("d8.T").a(q):q).b]}return q}} +A.v7.prototype={ +by(a){this.ca(a) +this.wd()}, +cP(){var s,r,q,p,o=this +o.h6() +s=o.cc$ +r=o.gtA() +q=o.c +q.toString +q=A.zU(q) +o.js$=q +p=o.qC(q,r) +if(r){o.ni(s,o.i_$) +o.i_$=!1}if(p)if(s!=null)s.q()}, +q(){var s,r=this +r.hp$.a0(0,new A.agl()) +s=r.cc$ +if(s!=null)s.q() +r.cc$=null +r.bP()}} +A.t2.prototype={ +gxf(){return this.e}, +lJ(){var s,r=this,q=A.a4K(r.gXU(),!1) +r.ok=q +r.gt3() +s=A.a4K(r.gXW(),!0) +r.p2=s +B.b.M(r.e,A.a([q,s],t.wi)) +r.Vw()}, +my(a){var s,r=this +r.Vr(a) +s=r.at.Q +s===$&&A.b() +if(s===B.K&&!r.Q)r.a.NY(r) +return!0}, +q(){B.b.K(this.e) +this.Vv()}} +A.dZ.prototype={ +gR0(){return this.gxO(this)}, +gfL(a){return this.as}, +gF1(){return this.ax}, +MR(){var s=this,r=s.gxO(s),q=s.gR0(),p=s.gop(),o=s.a +o.toString +return A.eJ(p,r,q,null,o)}, +a11(a){var s,r=this +switch(a.a){case 3:s=r.e +if(s.length!==0)B.b.gG(s).sn9(r.gn9()) +s=r.z +if(s!=null){s.a.$0() +s.a=null}r.z=null +break +case 1:case 2:s=r.e +if(s.length!==0)B.b.gG(s).sn9(!1) +if(r.z==null)r.z=$.cX.abN(B.zO) +break +case 0:if(!r.gfs()){r.a.NY(r) +r.Q=!0 +s=r.z +if(s!=null){s.a.$0() +s.a=null}r.z=null}break}}, +lJ(){var s,r=this,q=r.at=r.MR() +q.cq() +s=q.b7$ +s.b=!0 +s.a.push(r.gIA()) +r.as=q +r.UQ() +q=r.as +if(q.gbr(q)===B.V&&r.e.length!==0)B.b.gG(r.e).sn9(r.gn9())}, +rj(){this.Vt() +return this.at.ei(0)}, +rh(){this.Vo() +var s=this.at +s.sl(0,s.b)}, +Cb(a){var s,r +if(a instanceof A.dZ){s=this.at +s.toString +r=a.at.x +r===$&&A.b() +s.sl(0,r)}this.Vu(a)}, +my(a){this.ch=a +this.at.tB(0) +this.UO(a) +return!0}, +ou(a){this.L2(a) +this.Vs(a)}, +ri(a){this.L2(a) +this.Vp(a)}, +L2(a){var s,r,q,p,o,n,m,l=this,k={},j=l.CW +l.CW=null +if(a instanceof A.dZ&&l.BH(a)&&a.M4(l)){s=l.ax.c +if(s!=null){r=s instanceof A.pG?s.a:s +r.toString +q=a.as +q.toString +p=r.gl(r) +o=q.x +o===$&&A.b() +if(!J.e(p,o)){p=q.Q +p===$&&A.b() +p=p===B.V||p===B.K}else p=!0 +o=a.y.a +if(p)l.o0(q,o) +else{k.a=null +p=new A.aal(l,q,a) +l.CW=new A.aaj(k,q,p) +q.cq() +n=q.b7$ +n.b=!0 +n.a.push(p) +m=A.akX(r,q,new A.aak(k,l,a)) +k.a=m +l.o0(m,o)}}else l.o0(a.as,a.y.a)}else l.a44(B.bo) +if(j!=null)j.$0()}, +o0(a,b){this.ax.sbm(0,a) +if(b!=null)b.c1(new A.aai(this,a),t.P)}, +a44(a){return this.o0(a,null)}, +BH(a){return!0}, +M4(a){return!0}, +q(){var s=this,r=s.as +if(r!=null)r.dP(s.gIA()) +r=s.z +if(r!=null){r.a.$0() +r.a=null}s.z=null +if(s.ay){r=s.at +if(r!=null)r.q()}s.y.dq(0,s.ch) +s.UP()}, +gop(){return"TransitionRoute"}, +h(a){return"TransitionRoute(animation: "+A.i(this.at)+")"}} +A.aal.prototype={ +$1(a){var s,r +switch(a.a){case 3:case 0:s=this.a +s.o0(this.b,this.c.y.a) +r=s.CW +if(r!=null){r.$0() +s.CW=null}break +case 1:case 2:break}}, +$S:4} +A.aaj.prototype={ +$0(){this.b.dP(this.c) +var s=this.a.a +if(s!=null)s.q()}, +$S:0} +A.aak.prototype={ +$0(){var s,r=this.b +r.o0(this.a.a.a,this.c.y.a) +s=r.CW +if(s!=null){s.$0() +r.CW=null}}, +$S:0} +A.aai.prototype={ +$1(a){var s=this.a.ax,r=this.b +if(s.c==r){s.sbm(0,B.bo) +if(r instanceof A.pG)r.q()}}, +$S:10} +A.Jl.prototype={ +gRD(){var s=this.kt$ +return s!=null&&s.length!==0}} +A.PX.prototype={ +kz(a,b){return A.a3U(this.e,t.z).goc()}, +eE(a){return A.hN(this.e,!1).Pv()}} +A.Cn.prototype={ +d5(a){var s=this +return s.f!==a.f||s.r!==a.r||s.w!==a.w||s.x!==a.x}} +A.uQ.prototype={ +aZ(){return new A.ly(A.ajM(!0,B.OC.h(0)+" Focus Scope",!1),A.aDd(),B.m,this.$ti.i("ly<1>"))}} +A.ly.prototype={ +bF(){var s,r,q=this +q.c3() +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.RF(s)}, +by(a){this.ca(a) +this.KU()}, +cP(){this.h6() +this.d=null +this.KU()}, +KU(){var s,r,q=this.a.c,p=q.fx +if(!(p!=null)){q.a.a.toString +p=B.O3}s=this.f +s.dy=p +if(q.gmX()){this.a.c.a.a.toString +r=!0}else r=!1 +if(r){r=q.a.x.gfn() +if(r!=null)r.u6(s)}}, +a_5(){this.bc(new A.aeh(this))}, +q(){this.f.q() +this.bP()}, +gK8(){var s=this.a.c.go +if((s==null?null:s.gbr(s))!==B.a6){s=this.a.c.a +s=s==null?null:s.CW.a +s=s===!0}else s=!0 +return s}, +T(a){var s,r,q=this,p=null,o=q.a.c,n=o.gmX(),m=q.a.c +if(!m.gwB()){m=m.kt$ +m=m!=null&&m.length!==0}else m=!0 +s=q.a.c +s=s.gwB()||s.rw$>0 +r=q.a.c +return A.lQ(o.c,new A.ael(q),new A.Cn(n,m,s,o,new A.yQ(r.fy,new A.t5(new A.jd(new A.aem(q),p),r.k4,p),p),p))}} +A.aeh.prototype={ +$0(){this.a.d=null}, +$S:0} +A.ael.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new A.n_(b,s,null)}, +$S:362} +A.aem.prototype={ +$1(a){var s,r=null,q=A.be([B.w0,new A.PX(a,new A.bF(A.a([],t.ot),t.wS))],t.C,t.od),p=this.a,o=p.e +o===$&&A.b() +s=p.d +if(s==null)s=p.d=new A.to(new A.jd(new A.aej(p),r),p.a.c.k3) +return A.WJ(q,new A.zf(p.r,B.df,B.I4,A.aoq(!1,new A.to(A.lQ(o,new A.aek(p),s),r),r,r,p.f),r))}, +$S:363} +A.aek.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.CW +if(r==null)r=A.hn(!1) +return p.BG(a,o,s,A.lQ(r,new A.aei(q),b))}, +$S:57} +A.aei.prototype={ +$2(a,b){var s=this.a,r=s.gK8() +s.f.sdG(!r) +return new A.kF(r,null,b,null)}, +$S:364} +A.aej.prototype={ +$1(a){var s,r=this.a.a.c,q=r.go +q.toString +s=r.id +s.toString +return r.BF(a,q,s)}, +$S:16} +A.hL.prototype={ +bc(a){var s,r=this.k2 +if(r.gcH()!=null){r=r.gcH() +if(r.a.c.gmX())if(!r.gK8()){r.a.c.a.a.toString +s=!0}else s=!1 +else s=!1 +if(s){s=r.a.c.a.x.gfn() +if(s!=null)s.u6(r.f)}r.bc(a)}else a.$0()}, +BG(a,b,c,d){return d}, +lJ(){var s=this +s.VR() +s.go=A.tg(A.dZ.prototype.gfL.call(s,s)) +s.id=A.tg(A.dZ.prototype.gF1.call(s))}, +rj(){var s,r=this,q=r.k2 +if(q.gcH()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.x.gfn() +if(s!=null)s.u6(q.gcH().f)}return r.VQ()}, +rh(){var s,r=this,q=r.k2 +if(q.gcH()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.x.gfn() +if(s!=null)s.u6(q.gcH().f)}r.VO()}, +sx7(a){var s,r=this +if(r.fy===a)return +r.bc(new A.a3V(r,a)) +s=r.go +s.toString +s.sbm(0,r.fy?B.co:A.dZ.prototype.gfL.call(r,r)) +s=r.id +s.toString +s.sbm(0,r.fy?B.bo:A.dZ.prototype.gF1.call(r)) +r.qX()}, +im(){var s=0,r=A.a5(t.oj),q,p=this,o,n,m,l +var $async$im=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.k2.gcH() +o=A.ah(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.gob().a +r=A.M(0,r>>>16&255,r>>>8&255,r&255) +q=n.gob() +p=t.IC.i("fo") +o=A.ane(!0,m,new A.b2(t.m.a(s),new A.fo(new A.im(B.b7),new A.fS(r,q),p),p.i("b2")),n.goc(),n.gvN(),m)}else o=A.a3Q(!0,m,m,n.goc(),m,n.gvN(),m) +return o}, +XX(a){var s=this,r=null,q=s.p1 +return q==null?s.p1=A.cY(r,r,new A.uQ(s,s.k2,A.j(s).i("uQ<1>")),!1,r,!1,r,r,r,r,r,r,r,r,r,r,r,B.Go,r,r,r,r):q}, +h(a){return"ModalRoute("+this.b.h(0)+", animation: "+A.i(this.as)+")"}} +A.a3V.prototype={ +$0(){this.a.fy=this.b}, +$S:0} +A.a3T.prototype={ +$0(){}, +$S:0} +A.ze.prototype={ +gn9(){return!1}, +gt3(){return!0}} +A.zk.prototype={ +goc(){return!0}, +gvN(){return this.eh}, +gob(){return this.jx}, +gxO(a){return this.Cz}, +BF(a,b,c){var s=null +return A.cY(s,s,new A.wB(this.lA,this.dE.$3(a,b,c),s),!1,s,!0,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +BG(a,b,c,d){return this.jy.$4(a,b,c,d)}} +A.uP.prototype={ +im(){var s=0,r=A.a5(t.oj),q,p=this,o +var $async$im=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:o=p.kt$ +if(o!=null&&o.length!==0){q=B.uS +s=1 +break}q=p.Vx() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$im,r)}, +my(a){var s,r,q=this,p=q.kt$ +if(p!=null&&p.length!==0){s=p.pop() +s.b=null +s.acZ() +r=s.c&&--q.rw$===0 +if(q.kt$.length===0||r)q.qX() +return!1}q.VP(a) +return!0}} +A.M4.prototype={ +T(a){var s,r,q,p=A.e5(a,B.de,t.w).w.f,o=Math.max(p.a,0),n=this.d,m=n?p.b:0 +m=Math.max(m,0) +s=Math.max(p.c,0) +r=this.f +q=r?p.d:0 +return new A.eC(new A.b7(o,m,s,Math.max(q,0)),A.api(this.x,a,r,!0,!0,n),null)}} +A.Mb.prototype={ +ad8(a,b){if(b!=null)b.jm(new A.Mg(null,a,b,0))}, +ad9(a,b,c){b.jm(A.aDf(b,null,null,a,c))}, +Nk(a,b,c){b.jm(new A.t4(null,c,0,a,b,0))}, +ad7(a,b){b.jm(new A.Me(null,a,b,0))}, +q(){}, +h(a){return"#"+A.cg(this)}} +A.IC.prototype={ +gFf(){return!1}, +gP4(){return!1}, +gkV(){return 0}} +A.Xi.prototype={ +B1(){var s=this.b +s===$&&A.b() +s=s.x +s===$&&A.b() +if(!(Math.abs(this.a.Vz(s))<1e-10)){s=this.a +s.a5N(new A.IC(s))}}, +AT(){this.a.ET(0)}, +Nk(a,b,c){var s=this.b +s===$&&A.b() +b.jm(new A.t4(null,c,s.gkV(),a,b,0))}, +gP4(){return!0}, +gkV(){var s=this.b +s===$&&A.b() +return s.gkV()}, +q(){var s=this.b +s===$&&A.b() +s.q() +this.Gd()}, +h(a){var s=A.cg(this),r=this.b +r===$&&A.b() +return"#"+s+"("+r.h(0)+")"}, +gFf(){return this.c}} +A.ZX.prototype={ +B1(){var s=this.a,r=this.c +r===$&&A.b() +r=r.x +r===$&&A.b() +if(s.Vz(r)!==0){s=this.a +s.a5N(new A.IC(s))}}, +AT(){var s=this.a,r=this.c +r===$&&A.b() +s.ET(r.gkV())}, +Nk(a,b,c){var s=this.c +s===$&&A.b() +b.jm(new A.t4(null,c,s.gkV(),a,b,0))}, +gFf(){return!0}, +gP4(){return!0}, +gkV(){var s=this.c +s===$&&A.b() +return s.gkV()}, +q(){var s=this.b +s===$&&A.b() +s.iG(0) +s=this.c +s===$&&A.b() +s.q() +this.Gd()}, +h(a){var s=A.cg(this),r=this.c +r===$&&A.b() +return"#"+s+"("+r.h(0)+")"}} +A.A4.prototype={ +ty(a,b,c,d){var s,r=this +if(b.a==null){s=$.mM.rz$ +s===$&&A.b() +s=s.a.j(0,c)!=null||s.b.j(0,c)!=null}else s=!0 +if(s){r.b.ty(a,b,c,d) +return}s=r.a +if(s.gbh(s)==null)return +s=s.gbh(s) +s.toString +if(A.aDg(s)){$.cX.u2(new A.a7H(r,a,b,c,d)) +return}r.b.ty(a,b,c,d)}, +rY(a,b,c){return this.b.rY(0,b,c)}, +rZ(a,b){return this.b.rZ(a,b)}, +t_(a,b){return this.b.t_(a,b)}, +x6(a){return this.b.x6(a)}} +A.a7H.prototype={ +$1(a){var s=this +A.kf(new A.a7G(s.a,s.b,s.c,s.d,s.e))}, +$S:3} +A.a7G.prototype={ +$0(){var s=this +return s.a.ty(s.b,s.c,s.d,s.e)}, +$S:0} +A.a7I.prototype={ +h(a){return"ScrollBehavior"}} +A.Mc.prototype={ +d5(a){var s +if(A.D(this.f)===A.D(a.f))s=!1 +else s=!0 +return s}} +A.Md.prototype={ +qO(a,b,c){return this.a5C(a,b,c)}, +a5C(a,b,c){var s=0,r=A.a5(t.H),q=this,p,o,n +var $async$qO=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.d,o=0;o#"+A.cg(this)+"("+B.b.cs(s,", ")+")"}} +A.a7J.prototype={ +a6O(){var s=this,r=null,q=s.gOv()?s.gtb():r,p=s.gOv()?s.gt8():r,o=s.ga9d()?s.gkJ():r,n=s.ga9e()?s.gxW():r,m=s.ga5M(),l=s.gC8(s) +return new A.a_S(q,p,o,n,m,l)}, +gLS(){var s=this +return s.gkJ()===s.gtb()||s.gkJ()===s.gt8()}, +ga7X(){var s=this +return s.gxW()-A.X(s.gtb()-s.gkJ(),0,s.gxW())-A.X(s.gkJ()-s.gt8(),0,s.gxW())}} +A.a_S.prototype={ +gtb(){var s=this.a +s.toString +return s}, +gt8(){var s=this.b +s.toString +return s}, +gOv(){return this.a!=null&&this.b!=null}, +gkJ(){var s=this.c +s.toString +return s}, +ga9d(){return this.c!=null}, +gxW(){var s=this.d +s.toString +return s}, +ga9e(){return this.d!=null}, +h(a){var s=this +return"FixedScrollMetrics("+B.d.a5(Math.max(s.gkJ()-s.gtb(),0),1)+"..["+B.d.a5(s.ga7X(),1)+"].."+B.d.a5(Math.max(s.gt8()-s.gkJ(),0),1)+")"}, +ga5M(){return this.e}, +gC8(a){return this.f}} +A.Qs.prototype={} +A.aaU.prototype={} +A.f_.prototype={ +iI(a){this.Wv(a) +a.push(this.a.h(0))}} +A.Mg.prototype={ +iI(a){var s +this.pS(a) +s=this.d +if(s!=null)a.push(s.h(0))}} +A.ty.prototype={ +iI(a){var s +this.pS(a) +a.push("scrollDelta: "+A.i(this.e)) +s=this.d +if(s!=null)a.push(s.h(0))}} +A.t4.prototype={ +iI(a){var s,r=this +r.pS(a) +a.push("overscroll: "+B.d.a5(r.e,1)) +a.push("velocity: "+B.d.a5(r.f,1)) +s=r.d +if(s!=null)a.push(s.h(0))}} +A.Me.prototype={ +iI(a){var s +this.pS(a) +s=this.d +if(s!=null)a.push(s.h(0))}} +A.aaM.prototype={ +iI(a){this.pS(a) +a.push("direction: "+this.d.h(0))}} +A.D6.prototype={ +iI(a){var s,r +this.UJ(a) +s=this.dc$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.D5.prototype={ +d5(a){return this.f!==a.f}} +A.nr.prototype={ +aak(a,b){return this.d.$1(b)}} +A.A6.prototype={ +aZ(){return new A.A7(new A.y1(t.z_),B.m)}} +A.A7.prototype={ +V(a,b){var s,r,q,p=this.d +p.toString +p=A.aF_(p) +s=A.j(p).c +for(;p.p();){r=p.c +if(r==null)r=s.a(r) +if(J.e(r.d,b)){p=r.a +p.toString +A.j(r).i("oH.E").a(r);++p.a +s=r.b +s.c=r.c +r.c.b=s +q=--p.b +r.a=r.b=r.c=null +if(q===0)p.c=null +else if(r===p.c)p.c=s +return}}}, +Ji(a){var s,r,q,p,o,n,m,l,k=this.d +if(k.b===0)return +p=A.ah(k,!0,t.Sx) +for(k=p.length,o=0;o"))}} +A.v5.prototype={ +bF(){var s,r=this +r.c3() +s=r.a.c +r.d=s.a +s.ag(0,r.gBf())}, +by(a){var s,r,q=this +q.ca(a) +s=a.c +if(s!==q.a.c){r=q.gBf() +s.V(0,r) +s=q.a.c +q.d=s.a +s.ag(0,r)}}, +q(){this.a.c.V(0,this.gBf()) +this.bP()}, +a5c(){this.bc(new A.ag6(this))}, +T(a){var s,r=this.a +r.toString +s=this.d +s===$&&A.b() +return r.d.$3(a,s,null)}} +A.ag6.prototype={ +$0(){var s=this.a +s.d=s.a.c.a}, +$S:0} +A.Oo.prototype={ +T(a){var s=this.c +return new A.Dz(s,new A.Cl(s,this.d,null),null)}} +A.Dz.prototype={ +d5(a){return this.f!==a.f}} +A.a2r.prototype={} +A.Ln.prototype={ +wv(a,b,c){return this.a8u(a,b,c)}, +a8u(a,b,c){var s=0,r=A.a5(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h,g +var $async$wv=A.a6(function(d,e){if(d===1){p=e +s=q}while(true)switch(s){case 0:h=null +q=3 +m=n.a.j(0,a) +s=m!=null?6:7 +break +case 6:s=8 +return A.a1(m.$1(b),$async$wv) +case 8:h=e +case 7:o.push(5) +s=4 +break +case 3:q=2 +g=p +l=A.aq(g) +k=A.aV(g) +i=A.bI("during a framework-to-plugin message") +A.ez(new A.c_(l,k,"flutter web plugins",i,null,!1)) +o.push(5) +s=4 +break +case 2:o=[1] +case 4:q=1 +if(c!=null)c.$1(h) +s=o.pop() +break +case 5:return A.a3(null,r) +case 1:return A.a2(p,r)}}) +return A.a4($async$wv,r)}} +A.a5o.prototype={} +A.a_F.prototype={ +E(){return"EntryAnimation."+this.b}} +A.r5.prototype={ +aZ(){return new A.Qi(null,null,B.m)}} +A.Qi.prototype={ +bF(){var s,r,q,p=this,o=null +p.c3() +s=A.eJ(o,B.fn,o,o,p) +p.d=s +r=A.asb(p.a.c) +q=t.Ni +p.e=new A.b2(A.hy(B.fk,s,o),new A.aZ(r,B.h,q),q.i("b2")) +p.d.ei(0)}, +by(a){var s,r,q,p=this +p.ca(a) +s=p.a.c +if(a.c!==s){s=A.asb(s) +r=t.Ni +q=p.d +q===$&&A.b() +p.e=new A.b2(A.hy(B.fk,q,null),new A.aZ(s,B.h,r),r.i("b2")) +r=p.d +r.sl(0,r.a) +p.d.ei(0)}}, +q(){var s=this.d +s===$&&A.b() +s.q() +this.WK()}, +T(a){var s=this.e +s===$&&A.b() +return A.akO(this.a.d,s,null,!0)}} +A.DP.prototype={ +q(){var s=this,r=s.eC$ +if(r!=null)r.V(0,s.go2()) +s.eC$=null +s.bP()}, +dT(){this.hB() +this.fl() +this.o3()}} +A.mc.prototype={ +T(a){var s=this,r=null +return new A.r5(B.jT,A.aox(s.Q,r,r,r,r,r,r,s.x,r,r,s.c,s.d,r,!1,r,s.f,r,r),r)}} +A.md.prototype={ +T(a){var s=this,r=null,q=A.aa(a).ah +return new A.r5(B.jT,new A.H2(r,r,r,r,B.An,B.bK,r,r,A.aox(s.Q,r,r,r,r,q.x,r,s.x,r,q.w,s.c,s.d,r,!1,r,s.f,r,q.r),r),r)}} +A.Ih.prototype={ +T(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=A.aa(a),h=i.y,g=i.p3,f=h?g.f:g.r,e=h?g.z:g.w,d=k.cx +g=i.r +switch(g.a){case 2:case 4:break +case 0:case 1:case 3:case 5:d="Giffy Modal" +break}s=A.S(1,0.3333333333333333,A.ahv(A.e5(a,j,t.w).w.c,1,2)-1) +s.toString +A.eS(a) +s=24*s +r=k.d.$2(a,k.c) +q=k.w +if(q==null){f.toString +q=f}g=d==null&&g!==B.bi +p=new A.eC(new A.b7(s,0,s,0),A.o6(A.cY(j,j,k.f,!0,j,!1,j,j,j,j,j,g,j,j,j,j,j,j,j,j,j,j),j,B.bC,!0,q,B.aZ,j,B.ai),j) +g=h?16:20 +q=k.z +if(q==null){e.toString +q=e}o=new A.eC(new A.b7(s,g,s,24),A.o6(A.cY(j,j,k.x,!0,j,!1,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j),j,B.bC,!0,q,j,j,B.ai),j) +n=h?B.jS:B.am +g=k.as +if(g==null)h=h?n:n.A(0,new A.b7(8,8,8,8)) +else h=g +m=new A.eC(h,A.aC_(B.pz,k.Q,B.Gr,B.bk,0,8),j) +h=A.a([new A.eC(new A.b7(s,s,s,16),r,j)],t.D) +p.toString +h.push(p) +o.toString +h.push(new A.x6(1,B.Az,o,j)) +m.toString +h.push(m) +l=A.aAQ(A.anM(h,B.dp,B.hf,B.hg,B.bk)) +return d!=null?A.cY(j,j,l,!1,j,!0,j,j,j,j,d,!0,j,j,j,j,!0,j,j,j,j,j):l}} +A.aca.prototype={} +A.X9.prototype={ +uZ(){var s=0,r=A.a5(t.wd),q,p=2,o,n,m,l,k +var $async$uZ=A.a6(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a1($.qa().n2("AssetManifest.json",!0),$async$uZ) +case 7:n=b +m=A.axP(n) +q=m +s=1 +break +p=2 +s=6 +break +case 4:p=3 +k=o +$.qa().a7P("AssetManifest.json") +throw k +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$uZ,r)}} +A.a1_.prototype={} +A.dA.prototype={ +gxV(a){return"https://fonts.gstatic.com/s/a/"+this.a+".ttf"}} +A.a10.prototype={ +h(a){return this.a+"_"+this.b.h(0)}} +A.dl.prototype={ +R7(){var s,r=B.Fx.j(0,this.a) +if(r==null)r="Regular" +s=this.b===B.aw?"Italic":"" +if(r==="Regular")return s===""?r:s +return r+s}, +h(a){var s,r=this.a.a,q=r===3,p=q?"":(r+1)*100 +r=this.b.E() +r=A.vi(r,"FontStyle.","") +s=B.c.QR(r,"normal",q?"regular":"") +return A.i(p)+s}, +gu(a){return A.T(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){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +s=J.j2(b) +if(s.gdu(b)!==A.D(r))return!1 +return s.giQ(b)===r.a&&s.gjA(b)===r.b}, +giQ(a){return this.a}, +gjA(a){return this.b}} +A.aiv.prototype={ +$1(a){var s,r,q,p,o,n,m,l=this,k=l.b,j=l.a +k.m(0,a,j.a) +s=j.a +r=l.c +r.m(0,a,s);++j.a +j=l.d +j.h9(0,a) +q=l.e +q.A(0,a) +for(p=J.an(l.f.$1(a));p.p();){o=p.gD(p) +if(!k.ai(0,o)){l.$1(o) +n=r.j(0,o) +n.toString +s=Math.min(s,A.ft(n)) +r.m(0,a,s)}else if(q.t(0,o)){n=k.j(0,o) +n.toString +s=Math.min(s,A.ft(n)) +r.m(0,a,s)}}if(J.e(r.j(0,a),k.j(0,a))){m=A.a([],l.x.i("l<0>")) +k=l.r +do{o=j.ff(0) +q.B(0,o) +m.push(o)}while(!k.$2(o,a)) +l.w.push(m)}}, +$S(){return this.x.i("~(0)")}} +A.ahQ.prototype={ +$1(a){return a.qu("GET",this.a,this.b)}, +$S:371} +A.ET.prototype={ +qu(a,b,c){return this.a3Z(a,b,c)}, +a3Z(a,b,c){var s=0,r=A.a5(t.Wd),q,p=this,o,n +var $async$qu=A.a6(function(d,e){if(d===1)return A.a2(e,r) +while(true)switch(s){case 0:o=A.aCW(a,b) +n=A +s=3 +return A.a1(p.h3(0,o),$async$qu) +case 3:q=n.a6D(e) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$qu,r)}, +$iYj:1} +A.EU.prototype={ +a83(){if(this.w)throw A.c(A.ab("Can't finalize a finalized Request.")) +this.w=!0 +return B.xi}, +h(a){return this.a+" "+this.b.h(0)}} +A.Xq.prototype={ +$2(a,b){return a.toLowerCase()===b.toLowerCase()}, +$S:372} +A.Xr.prototype={ +$1(a){return B.c.gu(a.toLowerCase())}, +$S:373} +A.Xs.prototype={ +Gr(a,b,c,d,e,f,g){var s=this.b +if(s<100)throw A.c(A.cp("Invalid status code "+s+".",null))}} +A.vU.prototype={ +h3(a,b){return this.Sz(0,b)}, +Sz(a,b){var s=0,r=A.a5(t.kj),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f +var $async$h3=A.a6(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:b.Th() +s=3 +return A.a1(new A.qy(A.aqE(b.y,t.Cm)).R9(),$async$h3) +case 3:j=d +i=new XMLHttpRequest() +i.toString +l=i +i=m.a +i.A(0,l) +h=l +J.axk(h,b.a,b.b.h(0),!0) +h.responseType="arraybuffer" +h.withCredentials=!1 +b.r.a0(0,J.axb(l)) +k=new A.bj(new A.al($.ak,t.EW),t.Bx) +h=t.fg +g=new A.pR(l,"load",!1,h) +f=t.H +g.gG(g).c1(new A.XG(l,k,b),f) +h=new A.pR(l,"error",!1,h) +h.gG(h).c1(new A.XH(k,b),f) +J.axo(l,j) +p=4 +s=7 +return A.a1(k.a,$async$h3) +case 7:h=d +q=h +n=[1] +s=5 +break +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +i.B(0,l) +s=n.pop() +break +case 6:case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$h3,r)}, +c4(a){var s,r,q +for(s=this.a,s=A.bn(s,s.r),r=A.j(s).c;s.p();){q=s.d;(q==null?r.a(q):q).abort()}}} +A.XG.prototype={ +$1(a){var s,r,q,p=this.a,o=A.bL(t.pI.a(A.as4(p.response)),0,null),n=A.aqE(o,t.Cm),m=p.status +m.toString +s=o.length +r=this.c +q=B.k0.gabQ(p) +p=p.statusText +n=new A.tL(A.aJU(new A.qy(n)),r,m,p,s,q,!1,!0) +n.Gr(m,s,q,!1,!0,p,r) +this.b.dq(0,n)}, +$S:128} +A.XH.prototype={ +$1(a){this.a.r2(new A.G0("XMLHttpRequest error."),A.aqB())}, +$S:128} +A.qy.prototype={ +R9(){var s=new A.al($.ak,t.Qy),r=new A.bj(s,t.gI),q=new A.P7(new A.XP(r),new Uint8Array(1024)) +this.kC(q.giB(q),!0,q.ga6f(q),r.gBK()) +return s}} +A.XP.prototype={ +$1(a){return this.a.dq(0,new Uint8Array(A.a8(a)))}, +$S:375} +A.G0.prototype={ +h(a){return this.a}, +$ic2:1} +A.a6C.prototype={} +A.tp.prototype={} +A.tL.prototype={} +A.qo.prototype={ +Gs(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.spM(c) +i.suj(f) +i.sFA(g) +i=j.d +s=j.x +i.aE(s) +r=j.w +i.aE(r) +for(q=j.y,p=0;p=0;--s){q=a[s] +if(q instanceof A.i0&&q.d===B.hH)r=q}if(r!=null)r.c.push(this.gti()) +for(s=b.length-1,p=t.rM,o=t.KJ,n=this.gti(),m=this.e,l=null;s>=0;--s){q=b[s] +if(q instanceof A.i0&&q.d===B.hH){if(l!=null)m.push(l) +l=new A.CB(A.a([],o),q) +q.c.push(n)}else if(p.b(q)){if(l==null)l=new A.CB(A.a([],o),r) +l.a.push(q)}}if(l!=null)m.push(l)}, +fP(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.d4(e) +s=new Float64Array(3) +r=new A.es(s) +r.f3(0,0,0) +r.vJ(a0) +q=new Float64Array(3) +p=new A.es(q) +p.f3(37394.729378,39575.2343807,0) +p.vJ(a0) +if(s[0]===q[0]||s[1]===q[1]){A.bW(e) +return}s=f.x +q=f.r +s=B.e.d8(B.d.ac(a1/255*s.gl(s)/100*255),0,255) +o=q.gR(q).a +q.sR(0,A.M(s,o>>>16&255,o>>>8&255,o&255)) +o=f.w +q.sep(o.gl(o)*A.akh(a0)) +if(q.gep()<=0){A.bW(e) +return}n=f.as +if(n!=null){m=n.gl(n) +if(m===0)q.skF(null) +else if(m!==f.at)q.skF(f.d.xY(m)) +f.at=m}for(s=f.e,o=f.a,l=a0.a,k=0;k=0;--h)o.hd(0,i[h].bC(0),B.h,l) +A.bW(d) +A.d4(c) +g=f.ax +if(g!=null)g.kl(a,o) +a.aF(f.vw(o,a0),q) +A.bW(c)}}A.bW(e)}, +XI(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.d4(a3) +s=a5.b +if(s==null){A.bW(a3) +return}r=a2.a +r.bo(0) +for(q=a5.a,p=q.length-1,o=a6.a;p>=0;--p)r.hd(0,q[p].bC(0),B.h,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.aF(r,a2.r) +A.bW(a3) +return}r=r.kf() +k=B.b.CD(A.ah(r,!0,A.j(r).i("k.E")),0,new A.Xt()) +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].bC(0).N(0,o) +r.bo(0) +r.ec(0,b,B.h) +b=r.kf() +a=A.ah(b,!0,A.j(b).i("k.E")) +a0=a.length!==0?J.bo(B.b.gG(a)):0 +if(g&&fh))if(b<=h&&ib?1:(h-c)/a0,0) +a4.aF(a2.vw(r,a6),n)}}c+=a0}A.bW(a3)}, +eo(a,b,c){var s,r,q,p,o,n,m,l="StrokeContent#getBounds" +A.d4(l) +s=this.a +s.bo(0) +for(r=this.e,q=b.a,p=0;p=0;--r)A.aEC(a,s[r])}} +A.m4.prototype={ +Gt(a,b,c,d,e,f){var s,r,q,p,o +if(e!=null){s=A.pH(e) +s.Ll(b) +s.ag(0,this.gn8()) +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].a5j(s)}, +tj(){this.r.f=!0}, +fC(a,b){var s,r,q,p=A.a([],t.kQ) +B.b.M(p,a) +for(s=this.f,r=s.length-1;r>=0;--r){q=s[r] +q.fC(p,B.b.bU(s,0,r)) +p.push(q)}}, +bC(a){var s,r,q,p,o,n=this,m=n.b +m.bs() +s=n.x +if(s!=null)s.jV().ms(m) +s=n.c +s.bo(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.hd(0,o.bC(0),B.h,m)}return s}, +fP(a,b,c,d){var s,r,q,p,o,n,m,l=this +if(l.e)return +s=l.b +c.ms(s) +r=l.x +if(r!=null){s.cC(0,r.jV()) +r=l.x +if((r==null?null:r.z)==null)q=100 +else{r=r.z +q=r.gl(r)}p=B.d.ac(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.fP(a,b,s,p)}}, +eo(a,b,c){var s,r,q,p,o,n=this.b +b.ms(n) +s=this.x +if(s!=null)n.cC(0,s.jV()) +for(s=this.f,r=s.length-1,q=t.R7,p=B.w;r>=0;--r){o=s[r] +if(q.b(o))p=p.lt(o.eo(0,n,c))}return p}, +$ibU:1, +$ie2:1, +$ih5:1} +A.wO.prototype={ +mW(){this.w=!1 +this.c.f=!0}, +fC(a,b){var s,r,q,p +for(s=this.r.a,r=this.gjE(),q=0;q>>16&255,q>>>8&255,q&255)) +s.shs(!0) +p=l.z +if(p!=null){o=p.gl(p) +if(o===0)s.skF(null) +else if(o!==l.Q)s.skF(l.c.xY(o)) +l.Q=o}r=l.a +r.bo(0) +for(q=l.f,n=0;n>>16&255,m>>>8&255,m&255)) +i.shs(!0) +a.bp(0) +a.N(0,c.a) +l=k.CW +if(l!=null)l.kl(a,s) +a.aF(s,i) +a.aJ(0) +A.bW(j)}, +eo(a,b,c){var s,r,q,p=this.e +p.bo(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.aM(0,l,g) +i+=o +s.aa(0,l,i-n) +f=n>0 +if(f){e=2*n +s.iE(0,new A.G(l-e,i-e,l,i),0,1.5707963267948966,!1)}r-=p +s.aa(0,r+n,i) +if(f){e=2*n +s.iE(0,new A.G(r,i-e,r+e,i),1.5707963267948966,1.5707963267948966,!1)}s.aa(0,r,g) +if(f){i=2*n +s.iE(0,new A.G(r,h,r+i,h+i),3.141592653589793,1.5707963267948966,!1)}s.aa(0,l-n,h) +if(f){r=2*n +s.iE(0,new A.G(l-r,h,l,h+r),4.71238898038469,1.5707963267948966,!1)}s.c4(0) +d.w.aw(s) +d.y=!0 +return s}, +$ibU:1, +$ih5:1} +A.zQ.prototype={ +a5j(a){var s,r,q,p=this +if(p.x!=null)return +s=B.b.rX(a,p)-1 +r=A.a([],t.kQ) +for(;s>=0;){r.push(a[s]) +B.b.ht(a,s);--s}q=t.Ba +p.x=A.ayJ(p.c,p.d,"Repeater",A.ah(new A.c0(r,q),!0,q.i("bs.E")),null,p.e.e)}, +fC(a,b){this.x.fC(a,b)}, +bC(a){var s,r,q,p,o,n,m=this,l=m.x.bC(0),k=m.b +k.bo(0) +s=m.f +r=s.gl(s) +s=m.r +q=s.gl(s) +for(p=B.d.S(r)-1,s=m.a,o=m.w,n=s.a;p>=0;--p){o.EJ(p+q).ms(s) +k.hd(0,l,B.h,n)}return k}, +fP(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.S(j)-1,r=l.a;o>=0;--o){c.ms(r) +r.cC(0,k.EJ(o+s)) +n=A.S(q,p,o/j) +n.toString +m=l.x +m.toString +m.fP(a,b,r,B.d.ac(d*n))}}, +eo(a,b,c){return this.x.eo(0,b,c)}, +a1v(){this.c.f=!0}, +$ibU:1, +$ie2:1, +$iajX:1, +$ih5:1} +A.ts.prototype={ +a2x(){this.a.f=!0}, +fC(a,b){}, +aaF(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.a_C(b8) +s=b8.b +q.b=new A.r(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.yn(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.FG(a,b,c,d)}} +A.i0.prototype={ +a4E(){var s,r +for(s=this.c,r=0;rs.nl())a=s.nl() +if(a===s.d)return +s.d=a +if(r.D3(a))s.bB()}, +bB(){var s,r,q +for(s=this.a,r=s.length,q=0;q=q.gl7())return q +for(s=r.length-2;s>=1;--s){q=r[s] +if(this.b===q)continue +if(a>=q.gl7()&&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=$.Z().af() +l.sR(0,n) +l.skF(new A.oK(B.dg,m*0.57735+0.5)) +k.r=l}a.aF(b.dw(new A.r(j*r,q*r)),l)}} +A.xh.prototype={ +jW(a,b){var s,r,q=this.ch +q===$&&A.b() +s=a.b +s.toString +r=a.c +r.toString +q.aaf(s,r,b) +return this.ch}} +A.jy.prototype={ +jW(a,b){var s=a.b +if(s==null||a.c==null)throw A.c(A.aM("Missing values for keyframe.")) +s=A.S(s,a.c,b) +s.toString +return B.d.ac(s)}} +A.xV.prototype={} +A.a3q.prototype={ +X7(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].aaF(r) +o=this.y +A.aBH(r,o) +return o}} +A.MX.prototype={ +dF(a){var s,r,q=this,p=q.y +p.dF(a) +s=q.z +s.dF(a) +q.x=new A.r(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.y8(s,p,o,q!==!1,!0,!1,l,k,j,i,n,m,!0,r,null)}, +$S:381} +A.a3j.prototype={ +Fc(a,b){var s,r,q=this +b=$.amk() +s=q.a.abY(a,b) +if(s!==q.z){q.f=!1 +q.z=s +r=q.c +r===$&&A.b() +r.dF(s) +return q.f}else return!1}, +sN8(a){}, +S2(a){var s,r=this.a.d.w.j(0,a) +if(r!=null){s=r.f +return s}else return null}, +a7z(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i,h,g +if(b.gY(b))return +s=b.a +r=b.c-s +q=b.b +p=b.d-q +o=this.d +n=A.asQ(d,o,new A.R(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.OJ(n.a,new A.G(0,0,0+o.a,0+o.b)) +a.bp(0) +a.aA(0,s,q) +g=this.b +g.bs() +g.dv(0,(s+l-s)/(h.c-h.a),(q+j-q)/(h.d-h.b)) +q=this.c +q===$&&A.b() +q.fP(a,new A.R(r,p),g,255) +a.aJ(0)}} +A.a3k.prototype={} +A.Jq.prototype={ +h(a){var s=this +return"LottieImageAsset(width: "+s.a+", height: "+s.b+", id: "+s.c+", fileName: "+s.d+", dirName: "+s.e+")"}} +A.nN.prototype={ +fO(){return new A.kq(A.a([],t.u),A.aC(this.a))}} +A.bK.prototype={ +fO(){return new A.bq(A.a([],t.u),A.aC(this.a))}} +A.Ev.prototype={ +fO(){var s=this.a,r=new A.xh(A.a([],t.u),A.aC(s)),q=B.b.gG(s).b,p=q==null?0:q.b.length +r.ch=new A.hE(A.ay(p,0,!1,t.i),A.ay(p,B.B,!1,t.k)) +return r}} +A.hp.prototype={ +fO(){return new A.jy(A.a([],t.u),A.aC(this.a))}} +A.WT.prototype={ +geF(){var s=this.a +return s.length===1&&s[0].geF()}, +fO(){var s=this.a +if(B.b.gG(s).geF())return new A.h7(A.a([],t.u),A.aC(s)) +return new A.KO(A.a([],t.u),A.aC(s))}, +gPg(){return this.a}} +A.lP.prototype={ +fO(){return new A.h7(A.a([],t.u),A.aC(this.a))}} +A.WV.prototype={ +fO(){return new A.h7(A.a([],t.u),A.aC(this.a))}} +A.Ew.prototype={ +fO(){var s=t.hN +s=A.a(A.a([],s).slice(0),s) +return new A.tD(new A.iN(s,B.h,!1),$.Z().ak(),A.a([],t.u),A.aC(this.a))}} +A.Ex.prototype={ +gPg(){throw A.c(A.Y("Cannot call getKeyframes on AnimatableSplitDimensionPathValue."))}, +geF(){return this.a.geF()&&this.b.geF()}, +fO(){var s=t.u,r=A.a([],s),q=A.aC(this.a.a),p=A.a([],s),o=A.aC(this.b.a),n=A.a([],t.G5) +n=new A.MX(new A.bq(r,q),new A.bq(p,o),A.a([],s),A.aC(n)) +n.dF(0) +return n}} +A.WW.prototype={ +fO(){return new A.AW(A.a([],t.u),A.aC(this.a))}} +A.Ey.prototype={} +A.qf.prototype={ +h0(a,b){return null}, +$icA:1} +A.ES.prototype={ +geF(){var s=this.a,r=s.length +if(r!==0)s=r===1&&B.b.gG(s).geF() +else s=!0 +return s}, +h(a){var s=this.a +s=s.length!==0?""+"values="+A.i(s):"" +return s.charCodeAt(0)==0?s:s}} +A.XB.prototype={} +A.Fm.prototype={ +h0(a,b){var s=this,r=$.Z().ak(),q=A.a([],t.NQ),p=A.a([],t.u),o=new A.h7(p,A.aC(s.c.a)),n=s.b.fO() +q=new A.wO(r,s.a,a,o,n,s,new A.qK(q)) +b.aE(o) +b.aE(n) +o=q.gjE() +p.push(o) +n.a.push(o) +return q}, +$icA:1} +A.ZY.prototype={} +A.hE.prototype={ +aaf(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.aM("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.a0v((a-p)/(n[s]-p),r[q],r[s])}} +A.Il.prototype={ +h0(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=t.S,e=t.R1,d=$.Z(),c=d.ak() +d=d.af() +s=A.a([],t.KJ) +r=a.a.d +r=B.d.ac(B.e.cM(A.cM(0,B.d.ac((r.c-r.b)/r.d*1000)).a,1000)/32) +q=A.aoA(g.d.a) +p=t.u +o=A.a([],p) +n=new A.jy(o,A.aC(g.e.a)) +m=A.a([],p) +l=new A.h7(m,A.aC(g.f.a)) +k=A.a([],p) +j=new A.h7(k,A.aC(g.r.a)) +r=new A.xj(b,g,A.E(f,e),A.E(f,e),c,d,s,q,n,l,j,a,r) +c.sjz(g.c) +c=r.gjE() +q.a.push(c) +b.aE(q) +o.push(c) +b.aE(n) +m.push(c) +b.aE(l) +k.push(c) +b.aE(j) +i=b.gqT() +if(i!=null){f=i.a +p=A.a([],p) +f=new A.bq(p,A.aC(f.a)) +p.push(c) +r.ay=f +b.aE(f)}h=b.grm() +if(h!=null)r.CW=A.ajE(c,b,h) +return r}, +$icA:1} +A.Io.prototype={ +h0(a,b){return A.aAt(a,b,this)}, +$icA:1} +A.Iq.prototype={ +E(){return"GradientType."+this.b}} +A.rU.prototype={ +E(){return"MaskMode."+this.b}} +A.Ju.prototype={} +A.oQ.prototype={ +E(){return"MergePathsMode."+this.b}} +A.JH.prototype={ +h0(a,b){a.a.kb("Animation contains merge paths but they are disabled.") +return null}, +h(a){return"MergePaths{mode="+this.b.h(0)+"}"}, +$icA:1} +A.zc.prototype={} +A.L5.prototype={ +h0(a,b){var s,r,q=this,p=$.Z().ak(),o=A.a([],t.NQ),n=t.u,m=A.a([],n),l=new A.bq(m,A.aC(q.c.a)),k=q.d.fO(),j=A.a([],n),i=new A.bq(j,A.aC(q.e.a)),h=A.a([],n),g=new A.bq(h,A.aC(q.r.a)),f=A.a([],n),e=new A.bq(f,A.aC(q.x.a)),d=q.b===B.hu +if(d){s=q.f.a +s=new A.bq(A.a([],n),A.aC(s))}else s=null +if(d){r=q.w.a +r=new A.bq(A.a([],n),A.aC(r)) +n=r}else n=null +o=new A.zb(p,a,q,l,k,i,s,g,n,e,new A.qK(o)) +b.aE(l) +b.aE(k) +b.aE(i) +b.aE(g) +b.aE(e) +if(d){b.aE(s) +b.aE(n)}p=o.gjE() +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}, +$icA:1} +A.Lk.prototype={ +h0(a,b){var s,r=this,q=$.Z().ak(),p=A.a([],t.NQ),o=r.b.fO(),n=t.u,m=A.a([],n),l=new A.h7(m,A.aC(r.c.a)) +n=A.a([],n) +s=new A.bq(n,A.aC(r.d.a)) +p=new A.zr(q,r.a,r.e,a,o,l,s,new A.qK(p)) +b.aE(o) +b.aE(l) +b.aE(s) +s=p.gjE() +o.a.push(s) +m.push(s) +n.push(s) +return p}, +h(a){return"RectangleShape{position="+this.b.h(0)+", size="+this.c.h(0)+"}"}, +$icA:1} +A.LJ.prototype={ +h0(a,b){var s,r,q,p,o,n,m=this,l=new A.aJ(new Float64Array(16)) +l.bs() +s=$.Z().ak() +r=t.u +q=A.a([],r) +p=new A.bq(q,A.aC(m.b.a)) +r=A.a([],r) +o=new A.bq(r,A.aC(m.c.a)) +n=A.pH(m.d) +s=new A.zQ(l,s,a,b,m,p,o,n) +b.aE(p) +p=s.ga1u() +q.push(p) +b.aE(o) +r.push(p) +n.Ll(b) +n.ag(0,p) +return s}, +$icA:1} +A.LV.prototype={ +h0(a,b){var s=A.a([],t.u),r=new A.bq(s,A.aC(this.b.a)),q=new A.ts(a,r) +b.aE(r) +s.push(q.ga2w()) +return q}, +$icA:1} +A.iN.prototype={ +a9Q(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.ht(p,p.length-1) +n=a.b +m=a0.b +l=A.S(n.a,m.a,a1) +l.toString +m=A.S(n.b,m.b,a1) +m.toString +this.b=new A.r(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.S(i.a,f.a,a1) +c.toString +b=A.S(i.b,f.b,a1) +b.toString +l.a=new A.r(c,b) +b=A.S(h.a,e.a,a1) +b.toString +c=A.S(h.b,e.b,a1) +c.toString +l.b=new A.r(b,c) +c=A.S(g.a,d.a,a1) +c.toString +b=A.S(g.b,d.b,a1) +b.toString +l.c=new A.r(c,b)}}, +h(a){return"ShapeData{numCurves="+this.a.length+"closed="+this.c+"}"}} +A.Mt.prototype={ +h0(a,b){var s=$.Z() +s=new A.x3(s.ak(),s.af(),b,this.c,this.f,A.a([],t.KJ),a) +s.X1(a,b,this) +return s}, +h(a){return"ShapeFill{color=, fillEnabled="+this.a+"}"}, +$icA:1} +A.ph.prototype={ +h0(a,b){return A.ajo(a,b,this)}, +h(a){return"ShapeGroup{name: '"+A.i(this.a)+"' Shapes: "+A.i(this.b)+"}"}, +$icA:1} +A.Mv.prototype={ +h0(a,b){var s=$.Z().ak(),r=A.a([],t.NQ),q=A.aDA(this.c.a) +r=new A.Aj(s,this,a,q,new A.qK(r)) +b.aE(q) +q.a.push(r.gK6()) +return r}, +h(a){return"ShapePath{name="+A.i(this.a)+", index="+this.b+"}"}, +$icA:1} +A.rK.prototype={ +E(){return"LineCapType."+this.b}} +A.rL.prototype={ +E(){return"LineJoinType."+this.b}} +A.Mw.prototype={ +h0(a,b){return A.aDZ(a,b,this)}, +$icA:1} +A.My.prototype={ +E(){return"ShapeTrimPathType."+this.b}} +A.Mx.prototype={ +h0(a,b){var s,r=this,q=t.u,p=A.a([],q),o=A.a([],q),n=new A.bq(o,A.aC(r.c.a)),m=A.a([],q),l=new A.bq(m,A.aC(r.d.a)) +q=A.a([],q) +s=new A.bq(q,A.aC(r.e.a)) +p=new A.i0(r.f,p,r.b,n,l,s) +b.aE(n) +b.aE(l) +b.aE(s) +s=p.ga4D() +o.push(s) +m.push(s) +q.push(s) +return p}, +h(a){return"Trim Path: {start: "+this.c.h(0)+", end: "+this.d.h(0)+", offset: "+this.e.h(0)+"}"}, +$icA:1} +A.o3.prototype={ +h(a){return"v="+this.c.h(0)+" cp1"+this.a.h(0)+" cp2="+this.b.h(0)}} +A.rD.prototype={ +E(){return"Justification."+this.b}} +A.kt.prototype={ +gu(a){var s=this +return A.T(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.kt&&A.D(r)===A.D(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.e(r.Q,b.Q)&&J.e(r.as,b.as) +else s=!0 +return s}} +A.I5.prototype={} +A.xb.prototype={ +gu(a){return A.aAf(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.xb&&A.D(r)===A.D(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.eM.prototype={ +nI(a,b){var s,r,q,p,o=this,n=o.y,m=o.e +if(n.cy===B.hl)m.sdk(B.b3) +else m.sdk(B.b2) +m=o.gCU() +o.ch.ag(0,m) +n=n.w +if(n.length!==0){s=A.a([],t.PE) +r=new A.a3q(s,A.a([],t.qh),n) +r.X7(n) +o.z=r +for(n=s.length,q=0;q=0;--q)s.cC(0,p.ax[q].ch.jV()) +else{r=p.at +if(r!=null)s.cC(0,r.ch.jV())}}s.cC(0,p.ch.jV()) +return B.w}, +fP(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.d4(e) +if(!l.CW||l.y.dx){A.bW(e) +return}l.GZ() +A.d4(k) +s=l.a +s.bs() +c.ms(s) +for(r=l.ax.length-1;r>=0;--r)s.cC(0,l.ax[r].ch.jV()) +A.bW(k) +q=l.ch +p=q.z +o=p==null?null:p.gl(p) +if(o==null)o=100 +n=B.d.S(d/255*o/100*255) +if(l.as==null&&!l.CP()){s.cC(0,q.jV()) +A.d4(j) +l.mC(a,b,s,n) +A.bW(j) +l.JB(A.bW(e)) +return}A.d4(i) +m=l.a1s(l.eo(0,s,!1),c) +s.cC(0,q.jV()) +m=l.a1r(m,s) +q=m.ej(new A.G(0,0,0+b.a,0+b.b)) +if(q.gY(q))m=B.w +A.bW(i) +if(!m.gY(m)){A.d4(h) +q=l.b +p=q.gR(q).a +q.sR(0,A.M(255,p>>>16&255,p>>>8&255,p&255)) +a.e_(m,q) +A.bW(h) +l.Hk(a,m) +A.d4(j) +l.mC(a,b,s,n) +A.bW(j) +if(l.CP())l.XG(a,m,s) +if(l.as!=null){A.d4(g) +A.d4(h) +a.e_(m,l.e) +A.bW(h) +l.Hk(a,m) +l.as.fP(a,b,c,n) +A.d4(f) +a.aJ(0) +A.bW(f) +A.bW(g)}A.d4(f) +a.aJ(0) +A.bW(f)}l.JB(A.bW(e))}, +JB(a){this.x.a.b.abu(this.y.c,a)}, +Hk(a,b){var s="Layer#clearLayer" +A.d4(s) +a.ck(b.dL(1),this.f) +A.bW(s)}, +a1r(a,b){var s,r,q,p,o,n,m,l,k,j +if(!this.CP())return a +s=this.z.c.length +for(r=b.a,q=B.w,p=0;p>>16&255,n>>>8&255,n&255)) +a.ck(b,q)}break +case 0:if(l.d){a.e_(b,q) +a.ck(b,q) +i=k.gl(k).N(0,r) +n=B.d.ac(j.gl(j)*2.55) +m=q.gR(q).a +q.sR(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.aF(i,p) +a.aJ(0)}else{i=k.gl(k).N(0,r) +n=B.d.ac(j.gl(j)*2.55) +m=q.gR(q).a +q.sR(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.aF(i,q)}break +case 1:if(o===0){q.sR(0,B.l) +a.ck(b,q)}if(l.d){a.e_(b,p) +a.ck(b,q) +n=B.d.ac(j.gl(j)*2.55) +m=p.gR(p).a +p.sR(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.aF(k.gl(k).N(0,r),p) +a.aJ(0)}else a.aF(k.gl(k).N(0,r),p) +break +case 2:if(l.d){a.e_(b,s) +a.ck(b,q) +n=B.d.ac(j.gl(j)*2.55) +m=p.gR(p).a +p.sR(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.aF(k.gl(k).N(0,r),p) +a.aJ(0)}else{a.e_(b,s) +i=k.gl(k).N(0,r) +n=B.d.ac(j.gl(j)*2.55) +m=q.gR(q).a +q.sR(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.aF(i,q) +a.aJ(0)}break}}A.d4(f) +a.aJ(0) +A.bW(f)}, +XK(){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.axS(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.mU(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.kJ(r,r.r);s.p();){m=r.j(0,s.d) +if(m==null)continue +l=r.j(0,m.y.f) +if(l!=null)m.at=l}}, +mC(a,b,c,d){var s,r,q,p,o,n="CompositionLayer#draw" +A.d4(n) +s=this.y +r=A.mE(c,new A.G(0,0,s.ax,s.ay)) +a.bp(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.iF(r) +s[q].fP(a,b,c,d)}a.aJ(0) +A.bW(n)}, +eo(a,b,c){var s,r,q,p=this.nB(0,b,c) +for(s=this.dx,r=s.length-1,q=this.w;r>=0;--r)p=p.lt(s[r].eo(0,q,!0)) +return p}, +dF(a){var s,r,q,p,o,n,m=this +m.Tg(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].dF(a)}} +A.IF.prototype={ +mC(a,b,c,d){var s,r,q=this.ED() +if(q==null)return +s=this.db +s.skx(B.jU) +r=s.gR(s).a +s.sR(0,A.M(d,r>>>16&255,r>>>8&255,r&255)) +a.bp(0) +a.N(0,c.a) +a.iL(q,new A.G(0,0,q.gaD(q),q.gaG(q)),new A.G(0,0,q.gaD(q),q.gaG(q)),s) +a.aJ(0)}, +eo(a,b,c){var s=this.nB(0,b,c),r=this.ED() +if(r!=null)return A.mE(this.w,new A.G(0,0,r.gaD(r),r.gaG(r))) +return s}, +ED(){return this.x.S2(this.y.r)}} +A.jD.prototype={ +E(){return"LayerType."+this.b}} +A.kO.prototype={ +E(){return"MatteType."+this.b}} +A.rJ.prototype={ +h(a){return this.Rf("")}, +Rf(a){var s,r,q=this,p=""+a+q.c+"\n",o=q.b.d.f,n=o.j(0,q.f) +if(n!=null){p=p+"\t\tParents: "+n.c +n=o.j(0,n.f) +for(;n!=null;){p=p+"->"+n.c +n=o.j(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.h(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.ac(d/255*(l/255*r/100)*255) +s=n.db +p=s.gR(s).a +s.sR(0,A.M(q,p>>>16&255,p>>>8&255,p&255)) +if(q>0){o=A.ay(8,0,!1,t.i) +p=m.y +o[4]=p +o[2]=p +m=m.z +o[7]=m +o[5]=m +A.aBy(c,o) +m=n.dx +m.bo(0) +m.aM(0,o[0],o[1]) +m.aa(0,o[2],o[3]) +m.aa(0,o[4],o[5]) +m.aa(0,o[6],o[7]) +m.aa(0,o[0],o[1]) +m.c4(0) +a.aF(m,s)}}, +eo(a,b,c){var s +this.nB(0,b,c) +s=this.y +return A.mE(this.w,new A.G(0,0,s.y,s.z))}} +A.Nr.prototype={ +eo(a,b,c){var s +this.nB(0,b,c) +s=this.id.d.a +return new A.G(0,0,s.c,s.d)}, +mC(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.j(0,k.b) +if(j==null)return +a.bp(0) +a.N(0,c.a) +l=m.k1 +s=l!=null?l.gl(l):k.w +l=m.dy +l.sR(0,A.M(l.gR(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.sR(0,A.M(r.gR(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.cM((o==null?100:o)*255/100*d,255) +p=l.gR(l).a +l.sR(0,A.M(n,p>>>16&255,p>>>8&255,p&255)) +p=r.gR(r).a +r.sR(0,A.M(n,p>>>16&255,p>>>8&255,p&255)) +l=m.ok +if(l!=null)r.sep(l.gl(l)) +else r.sep(k.y) +l=m.x.a.d.x.a +if(l!==0)m.Zt(k,c,j,a) +else m.Zs(k,j,a) +a.aJ(0)}, +Zt(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=a.c,j=k/100,i=A.akh(b),h=l.Ih(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.uy(1,r.c);){e=r.d +if(e==null)e=r.d=B.c.a7(s,r.b,r.c) +if(a6){d=n.j(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.skQ(0,A.pA(a5,b3,e)) +a7.wV() +b=a7.as +a=a7.a +b=b===B.hV?a.gt2():a.gaD(a) +c=Math.ceil(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 +a0=a4.HZ(m) +if(j===k){a1=a8.iq(0,k,f) +b=new A.iS(" ") +a2=A.anE(A.anD(a1,b),b) +b=a2.gn(a2) +a=a1.gn(a1) +a0.a=a2 +a0.b=l-c-(b-a)*g +i=c +j=f +k=j +l=i}else{a1=a8.iq(0,k,j-1) +b=new A.iS(" ") +a2=A.anE(A.anD(a1,b),b) +b=a1.gn(a1) +a=a2.gn(a2) +a0.a=a2 +a0.b=l-i-(b-a)*g-g +k=j +l=i}}++f}if(l>0){++m +a3=a4.HZ(m) +a3.a=a8.EN(0,k) +a3.b=l}return B.b.bU(a4.fy,0,m)}, +HZ(a){var s,r +for(s=this.fy,r=s.length;r>>24&255)===0)return +if(b.gc2(b)===B.H&&b.gep()===0)return +c.aF(a,b)}, +uH(a,b,c,d){var s,r,q=null +if((c.gR(c).a>>>24&255)===0)return +if(c.gc2(c)===B.H&&c.gep()===0)return +if(c.gc2(c)===B.a2)b=b.a6S(c) +else if(c.gc2(c)===B.H)b=b.a6Q(c) +s=A.Nu(q,q,q,q,A.pA(q,b,a),B.aL,B.t,q,1,B.ai) +s.wV() +r=b.r +r.toString +s.bi(d,new A.r(0,-r))}, +a_h(a){var s,r,q,p,o,n=this.fx +if(n.ai(0,a)){n=n.j(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.a_f(h,o[f<0?-(f+1):f],s,r) +else i[m]=this.a_g(h,r[g],p,o)}return new A.hE(k,i)}, +a_f(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>>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.ac(255*b),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)}throw A.c(A.aM("Unreachable code."))}, +a_g(a,b,c,d){var s,r,q,p,o +if(d.length<2||a<=c[0])return A.M(B.d.ac(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.aM("Unreachable code."))}} +A.a2T.prototype={ +$0(){var s,r,q,p,o +try{r=this.a +q=r.a +r=r.b +r=A.apB(A.apC(q.a,q.b,r.a,r.b)) +return r}catch(p){s=A.aq(p) +A.ail().$1("DEBUG: Path interpolator error "+A.i(s)) +if(B.c.t(A.i(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.apB(A.apC(o,q.b,Math.max(r.a,0),r.b))}else return B.a_}}, +$S:384} +A.XK.prototype={ +kL(a){var s,r=this,q=r.c +if(qq){s.c=q-r +return!1}s.c=Math.max(b,s.c) +return!0}, +tW(a){var s=this.c +if(a>s||s-a<1)A.a0(A.aM("size="+s+" offset="+a+" byteCount=1")) +return this.a[this.b+a]}, +dn(a,b){var s=this,r=s.b+=b,q=s.a.length +if(r>=q){s.b=q-1 +throw A.c(A.aM("source is exhausted"))}r=s.c-=b +s.c=Math.max(0,r)}, +Su(a,b){var s=this.a3W(b) +if(s===-1)return-1 +this.dn(0,J.bo(b[s])) +return s}, +a3W(a){var s,r +for(s=this.a,r=0;rm||m-o<1)A.a0(A.aM("size="+m+" offset="+o+" byteCount=1")) +k=l.a[l.b+o] +if(k!==B.c.Z(s[o],0)&&k!==B.c.Z(r[o],0))return 0}if(l.lY(0,p+1)&&this.wM(l.tW(p)))return 0 +l.dn(0,p) +return this.w=q}, +abc(){var s,r,q,p,o,n,m,l,k,j,i,h=this +for(s=h.r,r=0,q=!1,p=!0,o=0,n=0;!0;n=m){m=n+1 +if(!s.lY(0,m))break +l=s.c +if(n>l||l-n<1)A.a0(A.aM("size="+l+" offset="+n+" byteCount=1")) +k=s.a[s.b+n] +if(k===45){if(o===0){q=!0 +o=1 +continue}else if(o===5){o=6 +continue}return 0}else if(k===43){if(o===5){o=6 +continue}return 0}else if(k===101||k===69){if(o===2||o===4){o=5 +continue}return 0}else if(k===46){if(o===2){o=3 +continue}return 0}else{if(k<48||k>57){if(!h.wM(k))break +return 0}if(o===1||o===0){r=-(k-48) +o=2}else if(o===2){if(r===0)return 0 +j=r*10-(k-48) +if(r<=-900719925474099)l=r===-900719925474099&&j15)return-1 +if(o===15)return p.I4(p.z,a) +s=p.r.Su(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.PL() +s=p.I4(q,a) +if(s===-1){p.w=15 +p.z=q +p.c[p.a-1]=r}return s}, +ci(){var s=this,r=s.w +if(r===0)r=s.ab() +if(r===14)s.Fn() +else if(r===13)s.uc($.vj()) +else if(r===12)s.uc($.vk()) +else if(r!==15)throw A.c(A.eB("Expected a name but was "+s.bn().h(0)+" at path "+s.bC(0))) +s.w=0 +s.c[s.a-1]="null"}, +I4(a,b){var s,r,q +for(s=b.a,r=s.length,q=0;qp||p-q<1)A.a0(A.aM("size="+p+" offset="+q+" byteCount=1")) +if(s.a[s.b+q]===92){if(r==null)r=new A.cl("") +r.a+=s.kL(q) +s.e8() +r.a+=A.c4(this.Qy()) +continue}if(r==null){o=s.kL(q) +s.e8() +return o}else{r.a+=s.kL(q) +s.e8() +s=r.a +return s.charCodeAt(0)==0?s:s}}}, +Dm(){var s=this.r,r=s.oX($.amm(),0) +return r!==-1?s.kL(r):s.kL(s.c)}, +uc(a){var s,r,q,p +for(s=this.r,r=s.a;!0;){q=s.oX(a,0) +if(q===-1)throw A.c(this.dj("Unterminated string")) +p=s.c +if(q>p||p-q<1)A.a0(A.aM("size="+p+" offset="+q+" byteCount=1")) +p=q+1 +if(r[s.b+q]===92){s.dn(0,p) +this.Qy()}else{s.dn(0,p) +return}}}, +Fn(){var s=this.r,r=s.oX($.amm(),0) +s.dn(0,r!==-1?r:s.c)}, +c5(){var s,r,q,p,o,n=this,m="Expected an int but was ",l=n.w +if(l===0)l=n.ab() +s=null +if(l===16){q=n.x +q===$&&A.b() +s=q +if(q!==s)throw A.c(A.eB(m+n.ga2K()+" at path "+n.bC(0))) +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.kL(q)}else{q=l===9 +if(q||l===8){q=q?n.li($.vj()):n.li($.vk()) +n.z=q +try{q.toString +s=A.fQ(q,null) +n.w=0 +q=n.d +p=n.a-1 +q[p]=q[p]+1 +p=s +return p}catch(o){if(!t.bE.b(A.aq(o)))throw o}}else if(l!==11)throw A.c(A.eB(m+n.bn().h(0)+" at path "+n.bC(0)))}n.w=11 +r=null +try{q=n.z +q.toString +r=A.alP(q)}catch(o){if(t.bE.b(A.aq(o)))throw A.c(A.eB(m+A.i(n.z)+" at path "+n.bC(0))) +else throw o}s=J.an7(r) +if(!J.e(s,r))throw A.c(A.eB(m+A.i(n.z)+" at path "+n.bC(0))) +n.z=null +n.w=0 +q=n.d +p=n.a-1 +q[p]=q[p]+1 +return s}, +aL(){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.ab() +if(s===3){q.ts(1);++n}else if(s===1){q.ts(3);++n}else if(s===4){--n +if(n<0)throw A.c(A.eB(p+q.bn().h(0)+" at path "+q.bC(0)));--q.a}else if(s===2){--n +if(n<0)throw A.c(A.eB(p+q.bn().h(0)+" at path "+q.bC(0)));--q.a}else if(s===14||s===10)q.Fn() +else if(s===9||s===13)q.uc($.vj()) +else if(s===8||s===12)q.uc($.vk()) +else if(s===17){r=q.y +r===$&&A.b() +o.dn(0,r)}else if(s===18)throw A.c(A.eB(p+q.bn().h(0)+" at path "+q.bC(0))) +q.w=0}while(n!==0) +o=q.d +r=q.a-1 +o[r]=o[r]+1 +q.c[r]="null"}, +nW(a){var s,r,q,p,o,n,m,l=this,k=u.t +$label0$0:for(s=l.r,r=0;q=r+1,s.lY(0,q);){p=s.c +if(r>p||p-r<1)A.a0(A.aM("size="+p+" offset="+r+" byteCount=1")) +p=s.a +o=p[s.b+r] +if(o===10||o===32||o===13||o===9){r=q +continue $label0$0}s.dn(0,q-1) +if(o===47){if(!s.lY(0,2))return o +l.dj(k) +n=s.c +if(1>n||n-1<1)A.a0(A.aM("size="+n+" offset=1 byteCount=1")) +switch(p[s.b+1]){case 42:s.e8() +s.e8() +p=$.auL() +m=s.a9w(p,0) +n=m===-1 +s.dn(0,!n?m+J.bo(p):s.c) +if(n)throw A.c(l.dj("Unterminated comment")) +r=0 +continue $label0$0 +case 47:s.e8() +s.e8() +m=s.oX($.aml(),0) +s.dn(0,m!==-1?m+1:s.c) +r=0 +continue $label0$0 +default:return o}}else if(o===35){l.dj(k) +m=s.oX($.aml(),0) +s.dn(0,m!==-1?m+1:s.c)}else return o +r=0}if(a)throw A.c(A.ab("End of input")) +else return-1}, +h(a){return"JsonReader("+this.r.h(0)+")"}, +Qy(){var s,r,q,p,o,n,m=this,l=m.r +if(!l.lY(0,1))throw A.c(m.dj("Unterminated escape sequence")) +s=l.e8() +switch(s){case 117:if(!l.lY(0,4))throw A.c(A.aM("Unterminated escape sequence at path "+m.bC(0))) +for(r=l.c,q="size="+r+" offset=",p=0,o=0;o<4;++o){if(o>r||r-o<1)A.a0(A.aM(q+o+" byteCount=1")) +n=l.a[l.b+o] +p=p<<4>>>0 +if(n>=48&&n<=57)p+=n-48 +else if(n>=97&&n<=102)p+=n-97+10 +else if(n>=65&&n<=70)p+=n-65+10 +else throw A.c(m.dj("\\u"+l.kL(4)))}l.dn(0,4) +return p +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:l=m.dj("Invalid escape sequence: \\"+s) +throw A.c(l)}}} +A.a57.prototype={ +abu(a,b){return}} +A.ai7.prototype={ +$2(a,b){this.a.V(0,this.b.aN()) +this.c.dq(0,a.a)}, +$S:122} +A.ai8.prototype={ +$2(a,b){var s=this +s.a.V(0,s.b.aN()) +s.c.kb("Failed to load image "+s.d.c+": "+A.i(a)) +s.e.iG(0)}, +$S:386} +A.a3l.prototype={} +A.a3d.prototype={ +bS(a,b,c){var s,r,q,p=this,o={},n=p.a,m=n.j(0,b) +if(m!=null)return m +s=p.b +r=s.j(0,b) +o.a=r +if(r!=null)s.B(0,b) +else{if(s.a===1000&&!0){q=new A.bd(s,A.j(s).i("bd<1>")) +s.B(0,q.gG(q))}m=c.$0() +n.m(0,b,m) +m.c1(new A.a3e(o,p,b),t.H).lo(new A.a3f(p,b))}n=o.a +if(n!=null){p.J2(0,b,n) +o=o.a +o.toString +return new A.cn(o,t.Yw)}m.toString +return m}, +J2(a,b,c){this.b.m(0,b,c)}} +A.a3e.prototype={ +$1(a){var s=this.b,r=this.c +s.a.B(0,r) +s.J2(0,r,a) +this.a.a=a}, +$S:387} +A.a3f.prototype={ +$1(a){this.a.a.B(0,this.b)}, +$S:84} +A.K6.prototype={ +p9(a){return $.awX().bS(0,this,new A.a4t(this))}, +k(a,b){if(b==null)return!1 +if(J.U(b)!==A.D(this))return!1 +return b instanceof A.K6&&b.b===this.b}, +gu(a){return B.c.gu(this.b)}, +h(a){return A.D(this).h(0)+"(url: "+this.b+")"}} +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 +var $async$$0=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:h=p.a +g=h.b +f=A.Of().a4(g) +d=A +s=4 +return A.a1(A.ai6(f,h.c),$async$$0) +case 4:s=3 +return A.a1(d.a3g(b,h.a,A.apz(g,$.amY().a).a4h()[0]),$async$$0) +case 3:e=b +h=e.d.w,h=h.gba(h),h=new A.dR(J.an(h.a),h.b),g=A.j(h).z[1],o=t._m,n=t.Ri +case 5:if(!h.p()){s=6 +break}m=h.a +if(m==null)m=g.a(m) +s=m.f==null?7:8 +break +case 7:l=m.d +k=A.aII(l) +if(k==null){j=$.amY() +i=A.a([m.e,l,null,null,null,null,null,null],o) +A.asM("join",i) +k=new A.oY(f.a4(j.Pa(new A.bJ(i,n))).h(0),1,null)}d=m +s=9 +return A.a1(A.atC(e,m,k),$async$$0) +case 9:d.f=b +case 8:s=5 +break +case 6:q=e +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$0,r)}, +$S:388} +A.tk.prototype={ +aV(a){var s=this,r=s.d +if(r!=null){r=A.apa(r) +r.Fc(s.r,s.w) +r.sN8(s.e) +r.r=!1 +r.y=!1 +r.w=s.as}else r=null +r=new A.zH(r,s.x,s.y,s.z,s.Q,A.aE()) +r.aX() +return r}, +b9(a,b){var s,r,q=this,p=q.d,o=b.O +if(p==null)if(o!=null){b.O=null +s=!0 +r=!0}else{s=!1 +r=!1}else{if(o==null||o.a!==p){o=b.O=A.apa(p) +s=!0 +r=!0}else{s=!1 +r=!1}r=B.bc.nq(r,o.Fc(q.r,q.w))}if(r)b.aR() +if(s)p=!0 +else p=!1 +if(p)b.a9() +b.saD(0,q.x) +b.saG(0,q.y) +b.sdz(q.Q) +b.soO(q.z)}} +A.zH.prototype={ +saD(a,b){return}, +saG(a,b){if(b===this.I)return +this.I=b +this.a9()}, +soO(a){if(a===this.L)return +this.L=a +this.aR()}, +sdz(a){if(a.k(0,this.b2))return +this.b2=a}, +qs(a){var s=this.ar +a=A.lX(this.I,s).oA(a) +s=this.O +if(s==null)return new A.R(A.X(0,a.a,a.b),A.X(0,a.c,a.d)) +return a.Ms(s.d)}, +b6(a){return this.qs(A.ew(a,1/0)).a}, +aY(a){return this.qs(A.ew(a,1/0)).a}, +bd(a){return this.qs(A.ew(1/0,a)).b}, +jB(a){return!0}, +cO(a){return this.qs(a)}, +cD(){this.k3=this.qs(A.P.prototype.gbg.call(this))}, +bi(a,b){var s,r,q,p,o,n,m=this,l=m.O +if(l==null)return +s=a.gaT(a) +r=m.k3 +q=b.a +p=b.b +o=r.a +r=r.b +n=m.L +l.a7z(s,new A.G(q,p,q+o,p+r),m.b2,n)}} +A.agF.prototype={ +$2(a,b){return a+b}, +$S:389} +A.KN.prototype={ +N(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.ac((q+r)/2) +if(b=this.gl7()&&a=90)s=Math.min(s,40) +return this.c.bS(0,b,new A.aa7(this,s,b))}, +k(a,b){if(b==null)return!1 +if(b instanceof A.lg)return this.a===b.a&&this.b===b.b +return!1}, +gu(a){var s=this.c +return A.T(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.cG(s.gba(s))}, +h(a){return"TonalPalette.of("+A.i(this.a)+", "+A.i(this.b)+")"}} +A.aa7.prototype={ +$0(){var s=A.aAD(this.a.a,this.b,this.c) +A.aja(s,$.Wv()) +A.ayD(A.anK(s)[1]/100) +return s}, +$S:50} +A.a7E.prototype={} +A.YK.prototype={ +Pa(a){var s,r,q,p,o,n,m,l,k +for(s=a.gW(a),r=new A.pM(s,new A.YM()),q=this.a,p=!1,o=!1,n="";r.p();){m=s.gD(s) +if(q.p6(m)&&o){l=A.apz(m,q) +k=n.charCodeAt(0)==0?n:n +n=B.c.a7(k,0,q.pp(k,!0)) +l.b=n +if(q.x5(n))l.e[0]=q.gu4() +n=""+l.h(0)}else if(q.po(m)>0){o=!q.p6(m) +n=""+m}else{if(!(m.length!==0&&q.BM(m[0])))if(p)n+=q.gu4() +n+=m}p=q.x5(m)}return n.charCodeAt(0)==0?n:n}} +A.YM.prototype={ +$1(a){return a!==""}, +$S:30} +A.ahp.prototype={ +$1(a){return a==null?"null":'"'+a+'"'}, +$S:390} +A.oA.prototype={ +Sc(a){var s=this.po(a) +if(s>0)return B.c.a7(a,0,s) +return this.p6(a)?a[0]:null}} +A.a4Z.prototype={ +h(a){var s,r=this,q=r.b +q=q!=null?""+q:"" +for(s=0;s=0;--s)if(a[s]===b){++r +if(r===c)return s +q=s}return q}, +a4h(){var s,r,q=this.d +q=new A.ca(q,A.ad(q).i("ca<1,u?>")) +s=q.n0(q,new A.a5_(),new A.a50()) +if(s==null)return A.a(["",""],t.s) +if(s==="..")return A.a(["..",""],t.s) +r=this.a1C(s,".",1) +if(r<=0)return A.a([s,""],t.s) +return A.a([B.c.a7(s,0,r),B.c.cZ(s,r)],t.s)}} +A.a5_.prototype={ +$1(a){return a!==""}, +$S:391} +A.a50.prototype={ +$0(){return null}, +$S:9} +A.a8Z.prototype={ +h(a){return this.gfu(this)}} +A.L7.prototype={ +BM(a){return B.c.t(a,"/")}, +wO(a){return a===47}, +x5(a){var s=a.length +return s!==0&&B.c.aj(a,s-1)!==47}, +pp(a,b){if(a.length!==0&&B.c.Z(a,0)===47)return 1 +return 0}, +po(a){return this.pp(a,!1)}, +p6(a){return!1}, +gfu(){return"posix"}, +gu4(){return"/"}} +A.Oh.prototype={ +BM(a){return B.c.t(a,"/")}, +wO(a){return a===47}, +x5(a){var s=a.length +if(s===0)return!1 +if(B.c.aj(a,s-1)!==47)return!0 +return B.c.ls(a,"://")&&this.po(a)===s}, +pp(a,b){var s,r,q,p,o=a.length +if(o===0)return 0 +if(B.c.Z(a,0)===47)return 1 +for(s=0;s0){r=B.c.ky(a,"\\",r+1) +if(r>0)return r}return q}if(q<3)return 0 +if(!A.atw(s))return 0 +if(B.c.Z(a,1)!==58)return 0 +q=B.c.Z(a,2) +if(!(q===47||q===92))return 0 +return 3}, +po(a){return this.pp(a,!1)}, +p6(a){return this.po(a)===1}, +gfu(){return"windows"}, +gu4(){return"\\"}} +A.Y8.prototype={} +A.a7l.prototype={ +abi(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3 +for(s=this.r,r=16;r<64;++r){q=s[r-2] +p=B.e.bT(q,17) +o=$.k7[15] +n=B.e.bT(q,19) +m=$.k7[13] +l=B.e.bT(q,10) +k=s[r-7] +j=s[r-15] +s[r]=(((p|(q&o)<<15)^(n|(q&m)<<13)^l)>>>0)+k+(((B.e.bT(j,7)|(j&$.k7[25])<<25)^(B.e.bT(j,18)|(j&$.k7[14])<<14)^B.e.bT(j,3))>>>0)+s[r-16]>>>0}q=this.f +i=q[0] +h=q[1] +g=q[2] +f=q[3] +e=q[4] +d=q[5] +c=q[6] +b=q[7] +for(a=i,r=0,a0=0;a0<8;++a0){p=B.e.bT(e,6) +o=$.k7[26] +n=B.e.bT(e,11) +m=$.k7[21] +l=B.e.bT(e,25) +k=$.k7[7] +b=b+(((p|(e&o)<<26)^(n|(e&m)<<21)^(l|(e&k)<<7))>>>0)+((e&d^~e&c)>>>0)+$.pb[r]+s[r]>>>0 +f=f+b>>>0 +l=B.e.bT(a,2) +n=$.k7[30] +p=B.e.bT(a,13) +j=$.k7[19] +a1=B.e.bT(a,22) +a2=$.k7[10] +a3=a&h +b=b+(((l|(a&n)<<30)^(p|(a&j)<<19)^(a1|(a&a2)<<10))>>>0)+((a3^a&g^h&g)>>>0)>>>0;++r +c=c+(((f>>>6|(f&o)<<26)^(f>>>11|(f&m)<<21)^(f>>>25|(f&k)<<7))>>>0)+((f&e^~f&d)>>>0)+$.pb[r]+s[r]>>>0 +g=g+c>>>0 +a1=b&a +c=c+(((b>>>2|(b&n)<<30)^(b>>>13|(b&j)<<19)^(b>>>22|(b&a2)<<10))>>>0)+((a1^b&h^a3)>>>0)>>>0;++r +d=d+(((g>>>6|(g&o)<<26)^(g>>>11|(g&m)<<21)^(g>>>25|(g&k)<<7))>>>0)+((g&f^~g&e)>>>0)+$.pb[r]+s[r]>>>0 +h=h+d>>>0 +a3=c&b +d=d+(((c>>>2|(c&n)<<30)^(c>>>13|(c&j)<<19)^(c>>>22|(c&a2)<<10))>>>0)+((a3^c&a^a1)>>>0)>>>0;++r +e=e+(((h>>>6|(h&o)<<26)^(h>>>11|(h&m)<<21)^(h>>>25|(h&k)<<7))>>>0)+((h&g^~h&f)>>>0)+$.pb[r]+s[r]>>>0 +a=a+e>>>0 +a1=d&c +e=e+(((d>>>2|(d&n)<<30)^(d>>>13|(d&j)<<19)^(d>>>22|(d&a2)<<10))>>>0)+((a1^d&b^a3)>>>0)>>>0;++r +f=f+(((a>>>6|(a&o)<<26)^(a>>>11|(a&m)<<21)^(a>>>25|(a&k)<<7))>>>0)+((a&h^~a&g)>>>0)+$.pb[r]+s[r]>>>0 +b=b+f>>>0 +a3=e&d +f=f+(((e>>>2|(e&n)<<30)^(e>>>13|(e&j)<<19)^(e>>>22|(e&a2)<<10))>>>0)+((a3^e&c^a1)>>>0)>>>0;++r +g=g+(((b>>>6|(b&o)<<26)^(b>>>11|(b&m)<<21)^(b>>>25|(b&k)<<7))>>>0)+((b&a^~b&h)>>>0)+$.pb[r]+s[r]>>>0 +c=c+g>>>0 +a1=f&e +g=g+(((f>>>2|(f&n)<<30)^(f>>>13|(f&j)<<19)^(f>>>22|(f&a2)<<10))>>>0)+((a1^f&d^a3)>>>0)>>>0;++r +h=h+(((c>>>6|(c&o)<<26)^(c>>>11|(c&m)<<21)^(c>>>25|(c&k)<<7))>>>0)+((c&b^~c&a)>>>0)+$.pb[r]+s[r]>>>0 +d=d+h>>>0 +a3=g&f +h=h+(((g>>>2|(g&n)<<30)^(g>>>13|(g&j)<<19)^(g>>>22|(g&a2)<<10))>>>0)+((a3^g&e^a1)>>>0)>>>0;++r +a=a+(((d>>>6|(d&o)<<26)^(d>>>11|(d&m)<<21)^(d>>>25|(d&k)<<7))>>>0)+((d&c^~d&b)>>>0)+$.pb[r]+s[r]>>>0 +e=e+a>>>0 +a=a+(((h>>>2|(h&n)<<30)^(h>>>13|(h&j)<<19)^(h>>>22|(h&a2)<<10))>>>0)+((h&g^h&f^a3)>>>0)>>>0;++r}q[0]=i+a>>>0 +q[1]=q[1]+h>>>0 +q[2]=q[2]+g>>>0 +q[3]=q[3]+f>>>0 +q[4]=q[4]+e>>>0 +q[5]=q[5]+d>>>0 +q[6]=q[6]+c>>>0 +q[7]=q[7]+b>>>0}} +A.a55.prototype={} +A.a4R.prototype={ +a7m(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.a +e===$&&A.b() +s=e.c +e=f.b +r=e.b +r===$&&A.b() +q=B.e.h8(s+r-1,r) +p=new Uint8Array(4) +o=new Uint8Array(q*r) +n=B.p.eb(a,b) +m=e.a +m.bo(0) +l=n.length +k=e.c +k===$&&A.b() +if(l>k){m.nj(0,n,0,l) +n=e.d +n===$&&A.b() +m.ow(n,0) +l=e.b}else{j=e.d +j===$&&A.b() +B.p.cG(j,0,l,n)}n=e.d +n===$&&A.b() +B.p.lC(n,l,n.length,0) +n=e.e +n===$&&A.b() +B.p.cG(n,0,k,e.d) +e.Lg(e.d,k,54) +e.Lg(e.e,k,92) +e=e.d +m.nj(0,e,0,e.length) +for(i=0,h=1;h<=q;++h){for(g=3;!0;--g){p[g]=p[g]+1 +if(p[g]!==0)break}e=f.a +f.ZJ(e.a,e.b,p,o,i) +i+=r}B.p.cG(c,d,d+s,o) +return f.a.c}, +ZJ(a,b,c,d,e){var s,r,q,p,o,n,m,l=this +if(b<=0)throw A.c(A.cp("Iteration count must be at least 1.",null)) +s=l.b +r=s.a +r.nj(0,a,0,a.length) +r.nj(0,c,0,4) +q=l.c +q===$&&A.b() +s.ow(q,0) +q=l.c +B.p.cG(d,e,e+q.length,q) +for(p=1;p>>29)>>>0 +q.b=A.atY(s,3) +r.a37() +r.a36(q) +r.zB() +r.a2B(a,b) +r.bo(0) +return 32}, +Jx(a,b){var s=this,r=s.w +r===$&&A.b() +s.w=r+1 +a=A.eX(a.buffer,a.byteOffset,a.length) +s.r[r]=a.getUint32(b,B.S===s.d) +if(s.w===16)s.zB()}, +zB(){this.abi() +this.w=0 +B.b.lC(this.r,0,16,0)}, +a35(a,b,c){for(;c>0;){this.xR(a[b]);++b;--c}}, +a3a(a,b,c){var s,r +for(s=this.a,r=0;c>4;){this.Jx(a,b) +b+=4 +c-=4 +s.FD(4) +r+=4}return r}, +a39(a,b,c){var s,r=0 +while(!0){s=this.c +s===$&&A.b() +if(!(s!==0&&c>0))break +this.xR(a[b]);++b;--c;++r}return r}, +a37(){this.xR(128) +while(!0){var s=this.c +s===$&&A.b() +if(!(s!==0))break +this.xR(0)}}, +a36(a){var s,r=this,q=r.w +q===$&&A.b() +if(q>14)r.zB() +q=r.d +switch(q){case B.S:q=r.r +s=a.b +s===$&&A.b() +q[14]=s +s=a.a +s===$&&A.b() +q[15]=s +break +case B.di: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.ab("Invalid endianness: "+q.h(0)))}}, +a2B(a,b){var s,r,q,p,o,n,m,l,k +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}}, +h(a){var s=this,r=new A.cl(""),q=s.a +q===$&&A.b() +s.Jm(r,q) +q=s.b +q===$&&A.b() +s.Jm(r,q) +q=r.a +return q.charCodeAt(0)==0?q:q}, +Jm(a,b){var s,r=B.e.j3(b,16) +for(s=8-r.length;s>0;--s)a.a+="0" +a.a+=r}, +gu(a){return A.J.prototype.gu.call(this,this)}} +A.vy.prototype={ +gn(a){return this.a.length}, +sn(a,b){B.b.sn(this.a,b)}, +j(a,b){var s=this.a[b] +s.toString +return s}, +m(a,b,c){this.a[b]=c +return c}} +A.vJ.prototype={ +gn(a){return this.a.length}, +sn(a,b){B.b.sn(this.a,b)}, +j(a,b){var s=this.a[b] +s.toString +return s}, +m(a,b,c){this.a[b]=c +return c}} +A.nU.prototype={ +gn(a){return this.a.length}, +sn(a,b){B.b.sn(this.a,b)}, +j(a,b){var s=this.a[b] +s.toString +return s}, +m(a,b,c){this.a[b]=c +return c}} +A.bu.prototype={ +gn(a){return this.a.length}, +sn(a,b){B.b.sn(this.a,b)}, +j(a,b){var s=this.a[b] +s.toString +return s}, +m(a,b,c){this.a[b]=c +return c}} +A.MA.prototype={ +jk(a,b){var s=this,r=s.b +if(r!=null)r=!(B.bw[r.a.ay]!==B.bV||!r.f) +else r=!0 +if(r)s.sfs(!1) +r=s.b +r.a.o7(r.b,a,s.e) +r.o6(0,b)}, +rM(a){var s=this +s.b=A.axN(a,s.c) +s.sfs(!0) +return s.b!=null}} +A.n1.prototype={ +LA(a){}, +a65(a){var s=this.b,r=this.a,q=s.c +if(J.e(q.j(0,r.b),!1))return!1 +q.m(0,r.b,!1) +s.sfs(!0) +s.sfs(!0) +return!0}} +A.M1.prototype={} +A.M2.prototype={} +A.M3.prototype={ +LA(a){return this.a65(!1)}} +A.iR.prototype={ +Xf(a,b){var s,r,q,p,o,n,m,l,k,j=this +j.sfs(!0) +for(s=a.CW,s=new A.bA(s,s.gn(s)),r=A.j(s).c,q=j.a,p=j.Q,o=t.ov,n=j.c,m=t.U2,l=t.Tm;s.p();){k=s.d +if(k==null)k=r.a(k) +switch(k.gH()){case 56:l.a(k) +n.m(0,k.b,k.dy) +if(!J.e(q.a,!0))q.sl(0,!0) +p.push(new A.M2(k,j)) +break +case 59:m.a(k) +n.m(0,k.b,k.dy) +if(!J.e(q.a,!0))q.sl(0,!0) +p.push(new A.M1(k,j)) +break +case 58:o.a(k) +n.m(0,k.b,!1) +if(!J.e(q.a,!0))q.sl(0,!0) +p.push(new A.M3(k,j)) +break}}}, +LB(){var s,r,q +for(s=this.Q,r=s.length,q=0;q=0&&p.geu()=0&&n=0&&m=0&&o "+A.i(q)}, +sfL(a,b){var s +if(this.ok==b)return +this.ok=b +s=b==null?null:b.b +this.skc(s==null?-1:s)}, +n3(){var s,r=this,q=r.ok +if(q==null)return new A.tT(r) +if(r.ch>=0)s=q.ax>=0?q.gdR():q.ge0() +else s=q.ax>=0?q.ge0():q.gdR() +return new A.nQ(new A.rM(q,s),r)}, +cT(a,b){var s,r=b.cX(1,t.XP) +if(r==null)return!1 +s=this.go +if(s>=0&&s=0&&r=0&&s=0&&sa)n=q-1 +else{s=q +break}}return s}, +he(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.FI(0,b,c) +s=t.qE.a(e.a) +r=c.c.j(0,s.fy) +if(typeof r=="number")q=r +else{s=s.k4 +s=s==null?d:s.dy +q=s}if(q==null)q=0 +p=e.a5D(q) +s=e.b +o=s.length +o=p=0&&n=0?s.gdR():s.ge0() +return new A.ie(a,new A.rM(s,r),this.a.i("ie<0>"))}, +$S(){return this.a.i("ie<0>(0)")}} +A.qr.prototype={ +NR(a){var s,r,q,p,o +if(a instanceof A.nV)for(s=a.b,r=s.length,q=this.x2,p=0;p=0.001){for(p=0;p<4;++p){o=A.aoN(r,s,j) +if(o===0)return r +r-=(A.a2d(r,s,j)-a)/o}return r}else if(q===0)return r +else{n=i+0.1 +p=0 +do{m=i+(n-i)/2 +l=A.a2d(m,s,j)-a +if(l>0)n=m +else i=m +if(Math.abs(l)>1e-7){++p +k=p<10}else k=!1}while(k) +return m}}} +A.GA.prototype={ +al(a,b){}, +N(a,b){return this.p4.N(0,b)}, +cn(){this.hA() +this.qE()}, +Ek(a,b,c){return a+(b-a)*this.p4.N(0,c)}, +qE(){var s,r=this +r.p4=A.YS(r.db,r.dx,r.dy,r.fr) +s=r.as +if(s!=null)s.kG(32)}, +$imm:1} +A.acd.prototype={} +A.wl.prototype={ +N(a,b){return A.a0(A.Y("Transform not supported on Cubic Value Interpolator."))}, +Ek(a,b,c){var s,r,q=this +if(q.fy!==a||q.go!==b){q.fy=a +q.go=b +q.kU()}s=q.fx +r=s.a.EP(c) +return((s.b*r+s.c)*r+s.d)*r+s.e}, +kU(){var s=this +s.fx=A.ara(s.d,s.f,s.fy,s.e,s.r,s.go) +s.FK()}} +A.oc.prototype={ +n3(){return new A.tT(this)}} +A.HH.prototype={ +n3(){return new A.tT(this)}} +A.xO.prototype={ +cn(){}, +cK(){}, +a9N(a){var s=this.w,r=s.j(0,a.d) +if(r!=null&&r!==a)return!1 +s.m(0,a.d,a) +return!0}, +hQ(a,b,c){var s,r,q,p=c.ct(this.d,t.kM) +if(p==null)return +for(s=this.w,s=s.gba(s),s=new A.dR(J.an(s.a),s.b),r=A.j(s).z[1];s.p();){q=s.a;(q==null?r.a(q):q).hQ(a,b,p)}}, +cT(a,b){var s,r,q=b.cX(31,t.q7) +if(q==null)return!1 +s=q.e +r=s.a +r===$&&A.b() +r.hO(this) +s.a9M(this) +this.fj(0,b) +return!0}} +A.J1.prototype={} +A.xQ.prototype={ +cK(){}, +cn(){}, +a9L(a){var s=this.i4$ +if(B.b.t(s,a))return!1 +s.push(a) +this.a===$&&A.b() +return!0}, +a6h(a){var s,r,q,p,o=this.i4$,n=o.length-1 +for(s=0,r=0;r<=n;s=r){q=B.e.bT(r+n,1) +p=o[q].y +if(pa)n=q-1 +else{s=q +break}}return s}, +hQ(a,b,c){var s,r,q,p,o,n=this.i4$ +if(n.length===0)return +s=this.a6h(a) +r=this.d +if(s===0)n[0].hQ(c,r,b) +else{q=s-1 +if(s>>0),new A.A(d.CW>>>0),q) +if(s!=null)A.arT(a,b,e,s.a)}} +A.J_.prototype={ +hQ(a,b,c){return A.arU(a,b,c,this.CW)}, +qP(a,b,c,d,e){var s,r=this,q=r.y,p=(c-q)/(d.y-q) +q=r.z +s=q==null?null:q.Ek(r.CW,d.CW,p) +if(s==null){q=r.CW +s=q+(d.CW-q)*p}A.arU(a,b,e,s)}} +A.J0.prototype={ +gqW(){return!1}, +hQ(a,b,c){A.aq8(a,b,this.CW)}, +qP(a,b,c,d,e){A.aq8(a,b,this.CW)}} +A.oC.prototype={ +E(){return"KeyFrameInterpolation."+this.b}} +A.J2.prototype={ +gqW(){return!1}, +hQ(a,b,c){A.aq7(a,b,this.CW)}, +qP(a,b,c,d,e){A.aq7(a,b,this.CW)}} +A.cO.prototype={ +cK(){}, +cn(){}, +cT(a,b){var s,r,q=this,p=b.cX(57,t.j7) +if(p==null)return!1 +p.d.push(q) +s=p.c +r=s.a +r===$&&A.b() +r.hO(q) +s.a9O(q) +q.fj(0,b) +return!0}} +A.e6.prototype={ +a9M(a){if(this.a9P(a)){this.fx.m(0,a.d,a) +return!0}return!1}, +a9P(a){var s=this.fx.j(0,a.d) +if(s!=null&&s!==a)return!1 +return!0}, +gdR(){var s=this.cx?this.ch:0 +return s/this.as}, +ge0(){var s=this,r=s.cx?s.CW:s.at +return r/s.as}, +o7(a,b,c){var s,r,q +for(s=this.fx,s=s.gba(s),s=new A.dR(J.an(s.a),s.b),r=A.j(s).z[1];s.p();){q=s.a;(q==null?r.a(q):q).hQ(a,c,b)}}, +LK(a,b){return this.o7(a,b,1)}, +Sk(a){var s,r,q=this +switch(B.bw[q.ay].a){case 0:return a+(q.ax>=0?q.gdR():q.ge0()) +case 1:s=q.ax>=0?q.ge0():q.gdR() +s=B.d.bk(a,s-(q.ax>=0?q.gdR():q.ge0())) +return s+(q.ax>=0?q.gdR():q.ge0()) +case 2:s=q.ax>=0?q.ge0():q.gdR() +r=B.d.bk(a,s-(q.ax>=0?q.gdR():q.ge0())) +s=q.ax>=0?q.ge0():q.gdR() +if(B.e.bk(B.d.h8(a,s-(q.ax>=0?q.gdR():q.ge0())),2)===0)s=r+(q.ax>=0?q.gdR():q.ge0()) +else s=(q.ax>=0?q.ge0():q.gdR())-r +return s}}, +cT(a,b){var s=b.cX(1,t.XP) +if(s==null)return!1 +s.aE(this) +this.fj(0,b) +return!0}} +A.rM.prototype={ +stC(a,b){var s,r,q=this +if(q.b===b)return +s=q.c +r=q.d +q.b=q.c=b +q.d=b-(s-r) +q.e=1}, +o6(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.a,i=j.ax,h=k.e,g=b*i*h +if(g===0){k.f=!1 +return!0}i=k.c +k.d=i +k.c=i+Math.abs(g) +i=k.b+=g +s=j.as +r=i*s +i=j.cx +q=i?j.ch:0 +p=i?j.CW:j.at +o=p-q +k.r=0 +n=g<0?-1:1 +switch(B.bw[j.ay].a){case 0:if(n===1&&r>p){k.r=(r-p)/s +k.b=p/s +m=!1 +l=!0}else if(n===-1&&r=p){k.r=(r-p)/s +k.b=(q+B.d.bk(r-q,o))/s +l=!0}else if(n===-1&&r<=q){j=q-r +k.r=j/s +k.b=(p-B.d.bk(j,o))/s +l=!0}else l=!1 +m=!0 +break +case 2:for(j=h,l=!1;!0;l=!0){if(n===1&&r>=p){k.r=(r-p)/s +r=p+(p-r)}else if(n===-1&&r=0&&r=0){r.c.m(0,s[a].b,b) +r.sfs(!0)}}}, +a1z(){var s=this.eV +if(s!=null&&s.a.a.a){s=this.as +s=s instanceof A.kR?s:null +if(s!=null){s=s.a +s===$&&A.b() +s.dl.bB()}}}} +A.K3.prototype={} +A.N0.prototype={ +Me(){}} +A.tT.prototype={ +he(a,b,c){}, +jk(a,b){}, +gwT(){return!1}} +A.l8.prototype={ +cT(a,b){var s=b.cX(1,t.XP) +if(s==null)return!1 +s.aE(this) +this.fj(0,b) +return!0}} +A.pl.prototype={} +A.ea.prototype={ +sT2(a){var s=this,r=s.w +if(r===a)return +if(r!=null){r=s.wY(r) +r.B(r,s)}s.w=a +r=s.wY(a) +r.A(r,s)}, +cn(){}, +cK(){}, +cT(a,b){var s,r,q=b.cX(53,t.Gb) +if(q==null)return!1 +s=q.e +r=s.a +r===$&&A.b() +r.hO(this) +this.sT2(s) +this.fj(0,b) +return!0}} +A.hX.prototype={ +wY(a){return a.CW}} +A.TS.prototype={} +A.pm.prototype={ +wY(a){return a.cx}, +a9O(a){switch(a.gH()){case 62:this.cx=a +break +case 64:break +case 63:this.CW=a +break}return!0}} +A.N4.prototype={} +A.my.prototype={ +E(){return"ListenerType."+this.b}} +A.pn.prototype={ +sxH(a,b){var s +if(this.db==b)return +this.db=b +s=b==null?null:b.b +this.skP(s==null?-1:s)}, +wY(a){return a.cy}, +a9I(a){var s=this.cy +if(s.t(s,a))return!1 +s.A(s,a) +return!0}, +DP(a,b){var s,r,q +for(s=this.cy,s=new A.bA(s,s.gn(s)),r=A.j(s).c;s.p();){q=s.d;(q==null?r.a(q):q).xk(a,b)}}} +A.l9.prototype={} +A.po.prototype={} +A.vp.prototype={ +E(){return"AllowTransition."+this.b}} +A.fl.prototype={ +srR(a){var s +if(this.db==a)return +this.db=a +s=a==null?null:a.b +this.smV(s==null?-1:s)}, +ea(){this.fk() +var s=this.cy +return s!=null}, +cK(){}, +cn(){var s,r=this,q=r.ax +if(q!==-1&&!(r.cy instanceof A.oc)){s=r.a +s===$&&A.b() +r.srR(s.ct(q,t.SD))}switch(B.kj[r.at].a){case 2:if(!(r.db instanceof A.o4))if(!(r.cy instanceof A.oc))r.slK(1) +break +default:break}}, +aaA(a){var s,r=this.Q +if(r===0)return 0 +if((this.z&2)!==0){if(a instanceof A.nP){r=a.ok +s=r==null?null:r.ge0()-r.gdR() +if(s==null)s=0}else s=0 +return this.Q/100*s}else return r/1000}, +NR(a){return a instanceof A.nQ?a.b:null}, +NQ(a){return a instanceof A.nP?a.ok:null}, +NS(a,b){var s,r,q,p=this +if((p.z&8)!==0){s=p.NQ(a) +if(s!=null){r=b?s.gdR():0 +q=s.ge0()-s.gdR()}else{q=0 +r=0}return r+p.as/100*q}else return p.as/1000}, +a7T(a){return this.NS(a,!1)}, +cT(a,b){var s,r,q=b.cX(60,t.iA) +if(q==null)return!1 +s=q.e +r=s.a +r===$&&A.b() +r.hO(this) +s=s.as +s.A(s,this) +this.fj(0,b) +return!0}, +a9K(a){var s=this.cx +if(s.t(s,a))return!1 +s.A(s,a) +return!0}, +a5B(a,b,c){var s,r,q,p,o,n,m,l,k=this +if((k.z&1)!==0)return B.ik +for(s=k.cx,s=new A.bA(s,s.gn(s)),r=A.j(s).c;s.p();){q=s.d +if(q==null)q=r.a(q) +if(c&&q instanceof A.Bb||!q.Cr(0,b))return B.ik}if((k.z&4)!==0){p=k.NR(a) +if(p!=null){o=p.d +n=p.c +m=k.a7T(a.a) +l=p.a +if(n<(m<=l.ge0()-l.gdR()&&B.bw[l.ay]!==B.bV?m+B.d.dm(o/(l.ge0()-l.gdR()))*(l.ge0()-l.gdR()):m))return B.il}}return B.im}, +a5H(a){var s=this.z,r=(s&4)!==0&&a instanceof A.nQ +if((s&16)!==0&&r){a.b.stC(0,this.NS(a.a,!0)) +return!0}return r}} +A.NV.prototype={ +ea(){this.fk() +var s=this.w +return s instanceof A.pl}, +Cr(a,b){var s,r,q=this.w +if(!(q instanceof A.pl))return!0 +s=b.j(0,q.b) +r=A.ce(s)?s:q.dy +if(!(r&&B.fT[this.as]===B.vX))q=!r&&B.fT[this.as]===B.vY +else q=!0 +return q}} +A.lj.prototype={ +E(){return"TransitionConditionOp."+this.b}} +A.ed.prototype={ +srP(a){if(this.w===a)return +this.w=a +this.se7(a.b)}, +cK(){}, +cn(){var s=this.a +s===$&&A.b() +this.srP(s.pn(this.d,$.kg(),t.ns))}, +cT(a,b){var s,r,q=b.cX(65,t.id) +if(q==null)return!1 +s=q.f +r=s.a +r===$&&A.b() +r.hO(this) +s.a9K(this) +this.fj(0,b) +return!0}} +A.NY.prototype={ +ea(){this.fk() +var s=this.w +return s instanceof A.l9}, +Cr(a,b){var s,r,q=this,p=q.w +if(!(p instanceof A.l9))return!0 +s=b.j(0,p.b) +r=typeof s=="number"?s:p.dy +switch(B.fT[q.as].a){case 0:return r===q.fx +case 1:return r!==q.fx +case 2:return r<=q.fx +case 4:return r=q.fx +case 5:return r>q.fx}}} +A.Bb.prototype={ +ea(){this.fk() +var s=this.w +return s instanceof A.po}, +Cr(a,b){var s,r=this.w +if(!(r instanceof A.po))return!0 +s=b.j(0,r.b) +if(A.ce(s)&&s)return!0 +return!1}} +A.O_.prototype={} +A.j9.prototype={ +sOi(a){if(this.fV===a)return +this.fV=a +this.ap(512)}, +sLH(a){return}, +ghg(){return this}, +Ep(){var s,r,q,p,o,n,m=this,l=m.Q +if((l&8)!==0){m.Fq() +l=m.Q&=4294967287 +s=!0}else s=!1 +if((l&4)!==0){r=m.wk.length +q=0 +while(!0){l=m.Q +if(!((l&4)!==0&&q<100))break +m.Q=l&4294967291 +for(p=0;p")) +if(!r.pu(p)){r.a86(p) +r.pu(p)}n=r.c +s=A.ad(n).i("c0<1>") +m=A.ah(new A.c0(n,s),!0,s.i("bs.E"))}p.wk=m +for(n=m.length,q=0;q") +h.wl=A.dJ(new A.ca(g,s),1,null,s.i("O.E")).dQ(0) +h.Fq()}, +Fq(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null +for(s=f.wl,r=s.length,q=0;q0))break +s.Ey(r) +if(r instanceof A.j9){s.M7(r) +return!0}r=r.as;--q}s.M7(null) +return!1}, +sbm(a,b){var s,r,q=this +if(q.as==b)return +q.tp(!1) +s=q.as +q.as=b +r=b==null?null:b.b +q.sDO(r==null?-1:r) +q.nc(s,b)}, +nc(a,b){var s,r=this,q=a==null +if(!q){s=a.ok +s.B(s,r)}if(!q)a.ew(r) +q=b==null +if(!q){s=b.ok +s.A(s,r)}if(!q)b.ev(r) +r.i8()}, +Bo(a,b){if(!this.at.A(0,a))return!1 +a.ax.A(0,this) +return!0}, +es(a){return this.Bo(a,null)}, +i8(){var s,r,q=this.a +q===$&&A.b() +if(!q.aaq(this))return +for(q=this.at,q=A.bn(q,q.r),s=A.j(q).c;q.p();){r=q.d;(r==null?s.a(r):r).i8()}}, +dV(){}, +cK(){}, +cn(){var s,r=this.e +if(r!==-1){s=this.a +s===$&&A.b() +this.sbm(0,s.ct(r,t.Kn))}}, +h(a){return this.bV(0)+" ("+this.b+") -> "+this.d}, +cT(a,b){var s=b.cX(1,t.XP) +if(s==null)return!1 +s.c.hO(this) +this.fj(0,b) +return!0}} +A.cz.prototype={ +ea(){this.fk() +var s=this.as +return s instanceof A.b4}, +dV(){this.m7() +this.as.es(this)}, +al(a,b){}, +dO(){var s=this.as +s=s instanceof A.b4?s:null +return s==null?null:s.ek()}, +kG(a){return this.dO()}} +A.qU.prototype={ +E(){return"DistanceConstraintMode."+this.b}} +A.H9.prototype={ +aP(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.L +if(i==null)return +s=i.ghw() +r=a.ghw() +q=r.a1(0,s) +p=q.n1(0) +switch(B.Cy[j.a8].a){case 0:if(pj.a6)return +break +case 2:break}if(p<0.001)return +A.ar0(q,q,1/p) +A.ar0(q,q,j.a6) +o=s.ad(0,q) +i=j.db +n=r.a +m=r.b +l=n+i*(o.a-n) +o.a=l +i=m+i*(o.b-m) +o.b=i +k=a.I.a +k[4]=l +k[5]=i}} +A.IA.prototype={ +dO(){var s,r +this.TY() +for(s=this.av,r=0;r0))break;--m +k=l.a(k.as) +j.push(k) +i=k instanceof A.tr}for(l=new A.c0(j,t.en),l=new A.bA(l,l.gn(l)),s=t.n,r=A.j(l).c;l.p();){q=l.d +if(q==null)q=r.a(q) +n.push(new A.ur(n.length,q,new A.iX(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s)))),new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],s))))))}o.Yr() +l=o.av +B.b.M(l,n) +for(s=l.length,p=0;p") +p=new A.aw(new A.c0(r,q),new A.a1C(),q.i("aw")).kR(0) +for(r=A.a8B(p,1,A.j(p).c),q=J.an(r.a),r=new A.tG(q,r.b);r.p();)for(o=q.gD(q).ok,o=new A.bA(o,o.gn(o)),n=A.j(o).c;o.p();){m=o.d +if(m==null)m=n.a(m) +if(m instanceof A.b4&&!p.t(0,m))s.Bo(m,l)}}, +ea(){return this.TZ()&&this.as instanceof A.eN}, +aP(a3){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.L +if(a2==null)return +s=a2.ghw() +for(a2=a1.av,r=a2.length,q=0;p=a2.length,q3.141592653589793)a0-=6.283185307179586 +else if(a0<-3.141592653589793)a0+=6.283185307179586 +A.agz(b,a+a0*a1.db)}}, +Fp(a7,a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=a7.b,d=a8.b,c=this.av,b=a7.a,a=c[b+1],a0=a7.e,a1=e.ghw(),a2=a.b,a3=a2.ghw(),a4=d.I,a5=a4.i7(d.ez,0),a6=new A.b5(a9.a,a9.b) +a1.aw(a0) +a3.aw(a0) +a5.aw(a0) +a6.aw(a0) +s=a5.a1(0,a3).n1(0) +r=a3.a1(0,a1).n1(0) +q=a6.a1(0,a1) +p=q.n1(0) +if(r===0||p===0)return +o=r*r +n=p*p +m=Math.acos(Math.max(-1,Math.min(1,(-s*s+o+n)/(2*r*p)))) +l=Math.acos(Math.max(-1,Math.min(1,(s*s+o-n)/(2*s*r)))) +k=Math.atan2(q.b,q.a) +if(d.as!==e){j=c[b+2].e +a3=a2.ghw() +i=A.ar1(new A.b5(0,0),a4.i7(d.ez,0).a1(0,a3),j) +h=-Math.atan2(i.b,i.a) +if(this.a6){g=k-m +f=-l+3.141592653589793+h}else{g=m+k +f=l-3.141592653589793+h}}else if(this.a6){g=k-m +f=-l+3.141592653589793}else{g=m+k +f=l-3.141592653589793}A.agz(a7,g) +A.agz(a,f) +if(a!==a8)A.dS(a4,A.et(d),d.bN) +a7.c=g +a.c=f}} +A.a1C.prototype={ +$1(a){return a.b}, +$S:397} +A.ur.prototype={} +A.LS.prototype={ +aP(a){var s,r,q,p,o,n,m=this,l=a.I,k=t.n,j=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],k)))),i=m.av +A.hI(l,i) +s=m.L +if(s==null){A.Jv(j,l) +s=m.b4 +A.aqU(s,i)}else{A.Jv(j,s.I) +if(B.a9[m.a6]===B.a4){r=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],k)))) +s=m.L +s.toString +if(!A.fi(r,A.et(s)))return +A.dS(j,r,j)}s=m.b4 +A.hI(j,s) +if(!m.cQ){q=B.a9[m.a8]===B.a4?0:i.a[4] +s.a[4]=q}else{q=s.a +q[4]=q[4]*m.fR +if(m.cw)q[4]=q[4]+a.bI}if(B.a9[m.a8]===B.a4){A.mC(j,s) +A.dS(j,A.et(a),j) +A.hI(j,s)}}p=B.a9[m.eT]===B.a4 +if(p){A.mC(j,s) +r=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],k)))) +if(!A.fi(r,A.et(a)))return +A.dS(j,r,j) +A.hI(j,s)}if(m.ks&&s.a[4]>m.ho)s.a[4]=m.ho +if(m.kr&&s.a[4]3.141592653589793)n-=6.283185307179586 +else if(n<-3.141592653589793)n+=6.283185307179586 +q[4]=i+n*m.db +q[0]=k[0] +q[1]=k[1] +q[2]=k[2] +q[3]=k[3] +q[5]=k[5] +A.mC(l,s)}} +A.M8.prototype={ +aP(a){var s,r,q,p,o,n,m=this,l=a.I,k=t.n,j=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],k)))),i=m.av +A.hI(l,i) +s=m.L +if(s==null){A.Jv(j,l) +s=m.b4 +A.aqU(s,i)}else{A.Jv(j,s.I) +if(B.a9[m.a6]===B.a4){r=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],k)))) +s=m.L +s.toString +if(!A.fi(r,A.et(s)))return +A.dS(j,r,j)}s=m.b4 +A.hI(j,s) +if(!m.cQ){q=B.a9[m.a8]===B.a4?1:i.a[2] +p=s.a +p[2]=q +q=p}else{q=s.a +q[2]=q[2]*m.fR +if(m.cw)q[2]=q[2]*a.a6}if(!m.dt)q[3]=B.a9[m.a8]===B.a4?1:i.a[3] +else{q[3]=q[3]*m.bz +if(m.cw)q[3]=q[3]*a.a8}if(B.a9[m.a8]===B.a4){A.mC(j,s) +A.dS(j,A.et(a),j) +A.hI(j,s)}}o=B.a9[m.eT]===B.a4 +if(o){A.mC(j,s) +r=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],k)))) +if(!A.fi(r,A.et(a)))return +A.dS(j,r,j) +A.hI(j,s)}if(m.ks&&s.a[2]>m.ho)s.a[2]=m.ho +if(m.kr&&s.a[2]m.fU)s.a[3]=m.fU +if(m.an&&s.a[3]3.141592653589793)l-=6.283185307179586 +else if(l<-3.141592653589793)l+=6.283185307179586 +k=i.db +j=1-k +m[4]=n+l*k +m[0]=h[0]*j+m[0]*k +m[1]=h[1]*j+m[1]*k +m[2]=h[2]*j+m[2]*k +m[3]=h[3]*j+m[3]*k +m[5]=h[5]*j+m[5]*k +A.mC(s,o)}} +A.NU.prototype={} +A.O0.prototype={ +aP(a){var s,r,q,p,o,n,m=this,l=a.I.a,k=l[4],j=l[5],i=new A.b5(0,0),h=m.L +if(h==null){i.a=k +i.b=j}else{h=new Float32Array(A.a8(h.I.a)) +s=new A.ar(h) +if(B.a9[m.a6]===B.a4){r=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],t.n)))) +q=m.L +q.toString +if(!A.fi(r,A.et(q)))return +A.dS(s,r,s)}q=h[4] +i.a=q +h=h[5] +i.b=h +if(!m.cQ)i.a=B.a9[m.a8]===B.a4?0:k +else{q*=m.fR +i.a=q +if(m.cw)i.a=q+a.gc7(a)}if(!m.dt)i.b=B.a9[m.a8]===B.a4?0:j +else{h*=m.bz +i.b=h +if(m.cw)i.b=h+a.gc8(a)}if(B.a9[m.a8]===B.a4)i.aw(A.et(a))}p=B.a9[m.eT]===B.a4 +if(p){o=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],t.n)))) +if(!A.fi(o,A.et(a)))return +i.aw(o)}if(m.ks&&i.a>m.ho)i.a=m.ho +if(m.kr&&i.am.fU)i.b=m.fU +if(m.an&&i.b=0){r=q.a +r===$&&A.b() +r=s=0){r=q.a +r===$&&A.b() +r=s=r)return!1 +return!0}, +ev(a){this.k0(a) +if(a instanceof A.iC&&!B.b.t(this.I,a))this.I.push(a)}, +ew(a){this.k5(a) +if(a instanceof A.iC)B.b.B(this.I,a)}, +dV(){var s,r=this +r.m7() +s=r.as +if(s!=null)s.es(r) +s=r.kw$ +if(s!=null)s.es(r)}, +al(a,b){var s,r,q,p,o,n,m,l,k=this +if((b&64)!==0){s=k.kw$ +if(s!=null)s.N7(k.I) +k.au=A.WF() +s=t.yv +r=A.a([],s) +q=A.a([],s) +for(s=k.I,p=s.length,o=0;o>>0)) +o.push(l.dx)}if(h.ce){k=h.dD$.gkX() +j=k.i7(h.y1,h.y2) +i=k.i7(h.aC,h.az) +h.i5$.sl3(h.Dc(new A.r(j.a,j.b),new A.r(i.a,i.b),p,o))}else h.i5$.sl3(h.Dc(new A.r(h.y1,h.y2),new A.r(h.aC,h.az),p,o))}}, +Dc(a,b,c,d){return A.Ir(a,b,c,d,B.a3,null)}, +kE(){var s=this.dD$ +return s==null?null:s.ap(512)}, +cK(){this.iu() +this.h7()}, +h7(){var s=this +s.Gh() +s.i5$.sR(0,A.M(B.d.ac(255*B.d.d8(s.P*s.dI$,0,1)),255,255,255))}, +ea(){this.fk() +var s=this.dD$ +return s!=null}} +A.a31.prototype={ +$2(a,b){return B.d.bu(a.dx,b.dx)}, +$S:400} +A.Rp.prototype={} +A.Lc.prototype={ +Dc(a,b,c,d){return A.ajW(a,b.a1(0,a).gcb(),c,d,B.a3,null)}} +A.hW.prototype={ +ev(a){var s,r=this +r.k0(a) +if(t.GS.b(a)){r.I=r.t4() +r.L=a +s=r.as +if((t.tl.b(s)?s:null)!=null)r.II()}}, +nc(a,b){var s +this.yB(a,b) +s=this.as +if((t.tl.b(s)?s:null)!=null)this.II()}, +ea(){this.fk() +return t.tl.b(this.as)&&this.L!=null}, +ew(a){var s=this +s.k5(a) +if(t.GS.b(a)&&s.L===a){s.I=s.t4() +s.L=null}}, +II(){var s,r,q=this.L +if(q!=null){s=this.as +s=t.tl.b(s)?s:null +s.toString +r=this.I +r===$&&A.b() +q.dD$=s +q.i5$=r +s.DC(q) +q.h7()}return null}} +A.jR.prototype={ +h7(){var s=this.i5$,r=this.ghg()!=null||null +r=r!==!1 +s.shs(r) +return r}} +A.MO.prototype={ +al(a,b){}, +h7(){var s,r,q=this +q.Gh() +s=q.i5$ +r=q.db>>>0 +s.sR(0,A.M(B.d.ac(255*B.d.d8((r>>>24&255)/255*q.dI$,0,1)),r>>>16&255,r>>>8&255,r&255))}, +ea(){this.fk() +var s=this.as +return s instanceof A.hW}, +cK(){this.iu() +this.h7()}} +A.TO.prototype={} +A.tN.prototype={ +t4(){var s=$.Z().af() +s.sc2(0,B.H) +s.spM(B.ku[this.a8]) +s.suj(B.kC[this.d2]) +s.sep(this.a6) +return s}, +al(a,b){}, +cK(){this.iu() +var s=this.as +if(t.tl.b(s))s.Bs(this)}, +gjG(){return this.a6>0&&A.l5.prototype.gjG.call(this)}, +kl(a,b){var s,r,q=this +if(!(q.a6>0&&A.l5.prototype.gjG.call(q))||q.L.dI$===0)return +s=q.aW +s=s==null?null:s.a7C(b) +if(s==null)s=b +r=q.I +r===$&&A.b() +a.aF(s,r)}} +A.uc.prototype={ +E(){return"TrimPathMode."+this.b}} +A.O6.prototype={ +a7C(a){var s,r,q,p,o,n,m=this,l=m.R8 +if(l!=null)return l +l=m.p4 +l.bo(0) +s=B.CI[m.fr]===B.w_ +r=B.d.d8(m.db,0,1) +q=B.d.d8(m.dx,0,1) +if(Math.abs(r-q)!==1){p=m.dy +o=B.d.bk(r+p,1) +n=B.d.bk(q+p,1) +if(o<0)++o +if(n<0)++n +if(r>q){q=o +r=n}else{q=n +r=o}if(q>=r)if(s)A.asI(a,l,r,q,!1) +else A.asJ(a,l,r,q,!1) +else if(s)A.asI(a,l,q,r,!0) +else A.asJ(a,l,q,r,!0)}else return m.R8=a +return m.R8=l}, +wI(){this.R8=null +var s=t.z3.a(this.as) +if(s!=null){s=s.as +s=t.tl.b(s)?s:null +if(s!=null)s.ap(512)}}, +al(a,b){}, +cK(){var s,r=this +r.iu() +s=t.z3.a(r.as) +if(s!=null)s.aW=r +r.R8=null}} +A.ad_.prototype={ +gn(a){return this.b}} +A.KK.prototype={ +giT(){return!0}, +gnd(){return this.I}, +kY(a,b){var s +this.UH(a,b) +s=this.cz +if(s!=null)s.lh()}, +kZ(a,b){var s +this.UI(a,b) +s=this.cz +if(s!=null)s.lh()}, +E6(a,b){var s +this.VI(a,b) +s=this.cz +if(s!=null)s.lh()}, +yb(a,b){var s +this.VJ(a,b) +s=this.cz +if(s!=null)s.lh()}, +yc(a,b){var s +this.VK(a,b) +s=this.cz +if(s!=null)s.lh()}} +A.EP.prototype={ +E(){return"Axis."+this.b}} +A.d5.prototype={ +xD(){this.H5(null) +return this.TS()}, +Ey(a){this.TU(a) +if(this.cz==null&&a instanceof A.jQ)this.H5(a)}, +H5(a){var s=this,r=s.cz +if(r==a)return +if(r!=null){r.na() +r.mI.B(0,s)}if(a!=null){a.na() +a.mI.A(0,s)}s.cz=a}, +xU(){var s,r=this +r.Gk() +s=r.cz +if(s!=null)s.lh() +s=r.iP +if(!A.fi(s,r.gnd()))A.Jw(s)}, +al(a,b){this.Gj(0,b) +if((b&32)!==0)this.Y_()}, +cU(){this.ap(32) +this.de=!1 +var s=this.cz +if(s!=null)s.lh()}, +Y_(){this.de=!0 +var s=this.dX +B.b.K(s.b) +B.b.K(s.c) +s.a.bo(0) +return this.vQ(s)}, +vQ(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=null,b7=this.gpt(),b8=b7.length +if(b8<2)return!1 +s=B.b.gG(b7) +if(s instanceof A.ji){r=s.gQK() +q=r.a +p=r.b +o=s.gQL() +n=o.a +m=o.b +l=s.gfw() +k=l.a +j=l.b +b9.aM(0,k,j) +i=!0 +h=!0}else{t.ZU.a(s) +g=s.fQ +if(g>0){f=b7[b8-1] +e=s.gfw() +d=(f instanceof A.ji?f.gQL():f.gfw()).a1(0,e) +c=d.n1(0) +d.a/=c +d.b/=c +b=b7[1] +a=(b instanceof A.ji?b.gQK():b.gfw()).a1(0,e) +a0=a.n1(0) +a.a/=a0 +a.b/=a0 +a1=Math.min(c/2,Math.min(a0/2,g)) +a2=A.as0(d,a,a1) +l=A.aaS(new A.b5(0,0),e,d,a1) +k=l.a +j=l.b +b9.aM(0,k,j) +a3=a1-a2 +o=A.aaS(new A.b5(0,0),e,d,a3) +r=A.aaS(new A.b5(0,0),e,a,a3) +a4=A.aaS(new A.b5(0,0),e,a,a1) +a3=o.a +a5=o.b +a6=r.a +a7=r.b +n=a4.a +m=a4.b +b9.d_(a3,a5,a6,a7,n,m) +p=j +q=k}else{l=s.gfw() +n=l.a +m=l.b +b9.aM(0,n,m) +p=m +q=n +j=p +k=q}i=!1 +h=!1}for(a3=t.ZU,a8=1;a80){f=b7[a8-1] +a5=a9.dH +e=a5==null?b6:a5.p2 +if(e==null)e=A.bR.prototype.gfw.call(a9) +if(f instanceof A.ji){a5=f.L +a5=a5==null?b6:a5.b3 +if(a5==null)a5=f.gjM()}else a5=f.gfw() +a6=a5.a-e.a +a5=a5.b-e.b +d=new A.b5(a6,a5) +c=Math.sqrt(a6*a6+a5*a5) +d.a=a6/c +d.b=a5/c +b=b7[(a8+1)%b8] +if(b instanceof A.ji){a5=b.L +a5=a5==null?b6:a5.bR +if(a5==null)a5=b.gjC()}else a5=b.gfw() +a6=a5.a-e.a +a5=a5.b-e.b +a=new A.b5(a6,a5) +a0=Math.sqrt(a6*a6+a5*a5) +a.a=a6/a0 +a.b=a5/a0 +a1=Math.min(c/2,Math.min(a0/2,g)) +a2=A.as0(d,a,a1) +a5=e.a+d.a*a1 +a6=e.b+d.b*a1 +if(i)b9.d_(n,m,a5,a6,a5,a6) +else b9.aa(0,a5,a6) +a5=a1-a2 +a6=e.a +a7=d.a +b0=e.b +b1=d.b +b2=a.a +b3=a.b +n=a6+b2*a1 +m=b0+b3*a1 +b9.d_(a6+a7*a5,b0+b1*a5,a6+b2*a5,b0+b3*a5,n,m) +i=!1}else{a5=a9.dH +if(i){l=a5==null?b6:a5.p2 +if(l==null)l=A.bR.prototype.gfw.call(a9) +b4=l.a +b5=l.b +b9.d_(n,m,b4,b5,b4,b5) +m=b5 +n=b4 +i=!1}else{l=a5==null?b6:a5.p2 +if(l==null)l=A.bR.prototype.gfw.call(a9) +n=l.a +m=l.b +b9.aa(0,n,m)}}}}if(this.giT()){if(i||h)b9.d_(n,m,q,p,k,j) +b9.c4(0)}return!0}} +A.pV.prototype={ +E(){return"_PathCommand."+this.b}} +A.mX.prototype={ +aa(a,b,c){var s +this.b.push(B.PT) +s=this.c +s.push(b) +s.push(c) +this.a.aa(0,b,c)}, +aM(a,b,c){var s +this.b.push(B.PS) +s=this.c +s.push(b) +s.push(c) +this.a.aM(0,b,c)}, +d_(a,b,c,d,e,f){var s +this.b.push(B.PU) +s=this.c +s.push(a) +s.push(b) +s.push(c) +s.push(d) +s.push(e) +s.push(f) +this.a.d_(a,b,c,d,e,f)}, +c4(a){this.b.push(B.PV) +this.a.c4(0)}, +Qh(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=this.b,f=g.length +if(f===0)return A.WF() +s=A.WF() +r=new A.b5(0,0) +for(q=a!=null,p=this.c,o=0,n=0;n"),m=new A.bi(o,new A.a8m(),n) +if(!m.gW(m).p()){o=this.ghw() +n=this.ghw() +return new A.vn(o.a,o.b,n.a,n.b)}s=m.gG(m) +o=s.gnd() +r=s.dX.Qh(o) +for(o=A.a8B(m,1,n.i("k.E")),n=J.an(o.a),o=new A.tG(n,o.b);o.p();){q=n.gD(n) +p=q.gnd() +p=q.dX.Qh(p) +r.a=Math.min(r.a,p.a) +r.b=Math.min(r.b,p.b) +r.c=Math.max(r.c,p.c) +r.d=Math.max(r.d,p.d)}return r}, +LW(a,b){return this.ap(4096)}, +iK(a){var s,r,q,p,o,n=this,m=n.BJ(0,a),l=n.i4 +l===$&&A.b() +s=l.fr +if(!n.mJ){a.bp(0) +a.N(0,n.gkX().gjI())}for(l=n.i2$,l=A.bn(l,l.r),r=A.j(l).c;l.p();){q=l.d;(q==null?r.a(q):q).kl(a,s)}if(!n.mJ)a.aJ(0) +for(l=n.i3$,l=A.bn(l,l.r),r=A.j(l).c;l.p();){q=l.d +if(q==null)q=r.a(q) +p=q.dK +o=n.i4 +s=p?o.dy:o.dx +if(p){a.bp(0) +a.N(0,n.gkX().gjI()) +q.kl(a,s) +a.aJ(0)}else q.kl(a,s)}if(m)a.aJ(0)}, +DC(a){this.na()}, +DI(){return this.na()}, +Dv(){return this.na()}, +dV(){this.Gi() +var s=this.i4 +s===$&&A.b() +s.dV()}, +a82(a){var s,r,q,p +for(s=this.mI,s=A.bn(s,s.r),r=A.j(s).c;s.p();){q=s.d +if(q==null)q=r.a(q) +p=q.gnd() +a.Q=p +p=p.a +a.as=!(p[0]===1&&p[1]===0&&p[2]===0&&p[3]===1&&p[4]===0&&p[5]===0) +q.vQ(a)}}} +A.a8n.prototype={ +$1(a){return a.L instanceof A.kI}, +$S:401} +A.a8m.prototype={ +$1(a){return a.dX.b.length>1}, +$S:402} +A.TC.prototype={} +A.iO.prototype={ +CV(){var s,r,q,p,o +for(s=this.i3$,s=A.bn(s,s.r),r=t.tl,q=t.z3,p=A.j(s).c;s.p();){o=s.d +o=(o==null?p.a(o):o).aW +if(o!=null){o.R8=null +o=q.a(o.as) +if(o!=null){o=o.as +o=r.b(o)?o:null +if(o!=null)o.ap(512)}}}}, +a5t(a){if(this.i2$.A(0,a)){this.Dv() +return!0}return!1}, +Bs(a){if(this.i3$.A(0,a)){this.DI() +return!0}return!1}} +A.N_.prototype={ +gpt(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.bX,g=i.cR,f=-h*g+g/2 +g=i.d1 +h=i.dC +s=-g*h+h/2 +r=i.cm*2 +q=A.a([],t.ux) +h=i.cR +p=h/2 +g=i.dC +o=g/2 +n=i.oN +m=h*n/2 +l=g*n/2 +k=6.283185307179586/r +for(j=-1.5707963267948966;q.length=e.a)if(d<=e.c){d=a8.b +d=d>=e.b&&d<=e.d}else d=!1 +else d=!1 +if(d){c=new A.aah(new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],l)))),A.ay(k,0,!1,j),r,p,s,q,0.25) +f.a82(c) +b=c.ac2() +if(b)i=!0}else b=!1 +a=g.b!==b +g.b=b +for(d=g.c,a0=d.length,a1=!b,a2=0;a20){o.b=o.c=o.d=o.e=null +o.a=0}p.C=!1}B.b.K(s) +if(B.fQ[c2.mH]===B.vP&&B.bg[c2.d1]===B.dc){for(r=new A.bA(c3,c3.gn(c3)),o=A.j(r).c,n=0,m=-1,l=-1;r.p();){k=r.d +if(k==null)k=o.a(k) +for(j=J.bG(k),i=j.gW(k);i.p();){++l +if(n+i.gD(i).w<=c2.lz)++m}n=(j.gbY(k)?n+j.gU(k).w:n)+20}if(m===-1)m=0 +h=l===m}else{m=-1 +h=!1}g=c2.jw.length!==0 +$label0$1:for(r=new A.bA(c3,c3.gn(c3)),o=t.n,k=c2.oJ,j=A.j(r).c,i=c4.b,n=0,f=0,e=0,d=0;r.p();e=b){c=r.d +if(c==null)c=j.a(c) +b=e+1 +a=i[e] +for(a0=J.bG(c),a1=a0.gW(c);a1.p();){a2=a1.gD(a1) +switch(B.fQ[c2.mH].a){case 1:if(B.bg[c2.d1]===B.dc&&n+a2.w>c2.lz)break $label0$1 +break +case 2:if(B.bg[c2.d1]===B.dc&&n+a2.f>c2.lz)break $label0$1 +break +default:break}a3=a2.e +a4=d===m +a5=new A.fN((a4?a2.acK(c2.ly,k,h,a):a2.acJ(a)).a()) +a2=n+a2.r +for(;a5.p();){a6=a5.gD(a5) +a7=a6.a +a8=a6.b +a9=a7.w.acI(a7.b[a8]) +b0=A.aO("pathTransform") +b1=a7.x +if(g){b2=a7.d[a8]/2 +b3=new A.ar(new Float32Array(A.a8(A.a([b1,0,0,b1,-b2,0],o)))) +for(b1=c2.jw,b4=b1.length,q=0;q0){a6=p.df +c1=a6.j(0,b8) +if(c1==null){c1=$.Z().ak() +a6.m(0,b8,c1)}c1.ec(0,b7,B.h)}if(!c0)s.push(p)}a3+=a7.d[a8]}if(a3>f)f=a3 +if(a4)break $label0$1;++d}n=(a0.gbY(c)?n+a0.gU(c).w:n)+20}}, +iK(a){var s,r,q,p=this,o=p.mK,n=p.dD +if(o==null||n==null)return +if(p.eD){p.eD=!1 +p.Y0()}a.bp(0) +a.N(0,p.I.gjI()) +if(B.fQ[p.mH]===B.vO)a.iF(new A.G(0,0,0,0)) +for(s=p.NW,r=s.length,q=0;q"),o=A.ah(new A.ii(p,p.gqi(),o),!0,o.i("k.E")),q=q.i3$,p=A.j(q).i("ii<1,hW>"),p=B.b.ad(o,A.ah(new A.ii(q,q.gqi(),p),!0,p.i("k.E"))),q=p.length,n=0;n=j)if(lk)i=0 +else{h=c.eg +if(lj){g=Math.max(0,k-j) +i=g===0?1:1-Math.min(1,(l-j)/g) +l=c.bR +if(l!=null)i=l.p4.N(0,i)}else i=1}}else i=0 +i=m*i +for(f=0;f")),A.a([],t.xS)) +r=s}}return r}, +gCF(a){var s=this.au +s=s==null?null:s.dx +if(s==null){s=this.hq$ +s=s==null?null:s.id}return s}, +gSM(){var s,r=this.i2$,q=t.VP +r=A.akI(r,r.gqi(),A.j(r).c,q) +r=A.ah(r,!0,r.$ti.i("k.E")) +s=this.i3$ +q=A.akI(s,s.gqi(),A.j(s).c,q) +return B.b.ad(r,A.ah(q,!0,q.$ti.i("k.E")))}, +Al(){var s,r,q,p +for(s=this.L,s=A.bn(s,s.r),r=t.g,q=A.j(s).c;s.p();){p=s.d +p=r.a((p==null?q.a(p):p).as) +if(p!=null)p.i9()}}, +al(a,b){}, +h(a){return this.TT(0)+" -> FontSize("+A.i(this.y1)+")"}, +dV(){var s=this.as +if(s!=null)s.es(this) +s=this.au +if(s!=null)s.dV()}, +so9(a){var s,r=this +if(r.hq$==a)return +r.Uf(a) +s=r.hq$ +s=s==null?null:s.acw(r.ga_3(),!1) +if(s===!0){r.Al() +s=r.au +if(s!=null)s.ap(32)}}, +a_4(){return this.Al()}, +cn(){var s,r=this +r.hA() +s=r.a +s===$&&A.b() +r.so9(s.ct(r.y2,t.zq))}, +kG(a){var s,r=this +r.FJ(a) +if((a&512)!==0){s=t.g.a(r.as) +if(s!=null)s.eD=!0}if((a&32)!==0){s=t.g.a(r.as) +if(s!=null)s.i9() +s=r.au +if(s!=null)s.ap(32)}}, +Dv(){var s=t.g.a(this.as) +if(s!=null)s.eD=!0}, +DC(a){var s=t.g.a(this.as) +if(s!=null)s.eD=!0}, +DI(){var s=t.g.a(this.as) +if(s!=null)s.eD=!0}, +gkX(){var s=t.g.a(this.as) +s=s==null?null:s.I +return s==null?$.Wt():s}, +ev(a){var s,r=this +r.k0(a) +if(a instanceof A.lf)if(r.b2.A(0,a)){if(r.au==null){s=t.F +r.i8() +r.au=new A.NB(r,A.w(s),A.w(s))}r.ap(32)}}, +ew(a){var s,r,q=this +q.k5(a) +if(a instanceof A.lf){s=q.b2 +if(s.B(0,a)){q.ap(32) +if(s.a===0){s=q.au +if(s!=null){r=s.dx +if(r!=null)r.q() +s.dx=null}q.au=null}}}}, +geu(){return this.y2}, +seu(a){this.sCG(a)}, +iK(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +for(s=this.gSM(),r=s.length,q=this.df,p=this.ce,o=0;o>>16&255,h=j>>>8&255,g=j&255,j=(j>>>24&255)/255;l.p();){f=l.gD(l) +m.sR(0,A.aji(i,h,g,j*f.a)) +a.aF(f.b,m)}m.sR(0,k)}}}} +A.a9V.prototype={ +$1(a){return new A.jq(a.db,a.dx)}, +$S:408} +A.Uc.prototype={} +A.Ud.prototype={} +A.lf.prototype={ +ea(){this.fk() +var s=this.as +return s instanceof A.iV}, +al(a,b){}} +A.Ny.prototype={ +a3k(a){var s +if(a.bA===-1){s=this.rB$++ +a.bA=s +this.mK$.m(0,s,a)}}} +A.pC.prototype={ +sc2(a,b){var s=this,r=s.p2 +if(r==b)return +if(r!=null)r.L.B(0,s) +s.p2=b +r=b==null?null:b.b +s.syv(r==null?-1:r) +r=s.p2 +if(r!=null)r.L.A(0,s)}, +cK(){}, +cn(){var s,r=this +r.hA() +s=r.a +s===$&&A.b() +r.sc2(0,s.ct(r.db,t.qk))}, +al(a,b){}} +A.NC.prototype={ +al(a,b){}} +A.b4.prototype={ +ghw(){var s=this.I.a +return new A.b5(s[4],s[5])}, +al(a,b){var s,r,q=this +if((b&128)!==0){s=q.bI +r=q.bN +if(s!==0)A.a3r(r,s) +else A.Jw(r) +s=r.a +s[4]=q.gc7(q) +s[5]=q.gc8(q) +A.ape(r,q.a6,q.a8)}if((b&256)!==0)q.xU()}, +gMa(){return this.aW}, +xU(){var s,r,q,p,o=this,n=o.y1 +o.aW=n +s=o.as +r=o.I +q=o.bN +if(s instanceof A.bb){o.aW=n*s.gMa() +A.dS(r,s.I,q)}else A.Jv(r,q) +n=o.bv +s=n.length +if(s!==0)for(p=0;p=4)throw A.c(A.a73("unexpected field index "+A.i(b))) +this.b.m(0,a,this.a[b])}, +$S:96} +A.zW.prototype={ +sRz(a){return}, +sLQ(a){var s=this +if(s.b2.k(0,a))return +s.b2=a +if(s.c!=null){s.a9() +s.t7()}}, +soO(a){if(a!==this.ar){this.ar=a +this.aR()}}, +sdz(a){if(!a.k(0,this.I)){this.I=a +this.aR()}}, +gnw(){return!0}, +Af(a){var s=A.X(0,a.a,a.b),r=A.X(0,a.c,a.d) +return new A.R(s,r)}, +b6(a){return this.Af(A.ew(a,1/0)).a}, +aY(a){return this.Af(A.ew(a,1/0)).a}, +bd(a){return this.Af(A.ew(1/0,a)).b}, +cO(a){return new A.R(A.X(1/0,a.a,a.b),A.X(1/0,a.c,a.d))}, +cD(){}, +jB(a){return!0}, +aQ(a){var s=this.O +if(s.b==null)s.b=$.te.$0() +this.h5(0)}, +b1(a){this.iv(a) +this.O.ny(0)}, +a_7(a){var s=this.O +this.au=s.gNB()/$.vl() +s.bo(0) +s.ny(0) +this.aR()}, +F_(){if(this.bA!==-1)return +var s=$.cX.u2(this.ga_6()) +this.bA=s}, +Sj(a){var s=this.ER(a),r=this.a6p(),q=new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],t.n)))),p=new A.b5(s.a,s.b) +if(!A.fi(q,r))return p +return A.ar2(new A.b5(0,0),p,q)}, +Mk(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=a.a,f=a.b,e=h.k3,d=g+e.a +e=f+e.b +s=h.bv +r=s.a6-0 +q=s.a8-0 +if(r===0||q===0)return new A.ar(new Float32Array(A.a8(A.a([1,0,0,1,0,0],t.n)))) +s=h.I +switch(h.ar.a){case 0:p=(d-g)/r +o=(e-f)/q +break +case 1:n=Math.min((d-g)/r,(e-f)/q) +o=n +p=o +break +case 2:m=Math.max((d-g)/r,(e-f)/q) +o=m +p=o +break +case 4:n=(e-f)/q +o=n +p=o +break +case 3:n=(d-g)/r +o=n +p=o +break +case 5:p=1 +o=1 +break +case 6:n=Math.min((d-g)/r,(e-f)/q) +o=n<1?n:1 +p=o +break +default:p=1 +o=1}l=t.n +k=new Float32Array(A.a8(A.a([1,0,0,1,0,0],l))) +j=new A.ar(k) +d-=g +i=h.I +k[4]=d/2+i.a*d/2 +e-=f +k[5]=e/2+i.b*e/2 +k[4]=k[4]+g +k[5]=k[5]+f +A.apd(j,j,new A.b5(p,o)) +g=new Float32Array(A.a8(A.a([1,0,0,1,0,0],l))) +g[4]=0-r/2-s.a*r/2 +g[5]=0-q/2-s.b*q/2 +A.dS(j,j,new A.ar(g)) +return j}, +a6p(){return this.Mk(B.h)}, +bi(a,b){var s,r,q,p,o=this +o.bA=-1 +s=o.au +if(o.bv.vG(0,s,!0))o.F_() +else{s=o.O +if(s.b==null)s.b=$.te.$0()}o.au=0 +r=a.gaT(a) +r.bp(0) +s=o.k3 +q=b.a +p=b.b +r.iF(new A.G(q,p,q+s.a,p+s.b)) +r.N(0,o.Mk(b).gjI()) +o.bv.iK(r) +r.aJ(0)}} +A.h.prototype={ +a5w(a){var s=a==null +if(!s)a.a=this +if(!s)a.b=this.bH.length +this.bH.push(a) +return a}, +hO(a){return this.a5w(a,t.kM)}, +aaq(a){this.b_.A(0,a) +return!0}, +Mc(){var s,r,q,p=this.b_ +if(p.a!==0){s=A.rO(p,t.F) +p.K(0) +for(p=A.bn(s,s.r),r=A.j(p).c;p.p();){q=p.d;(q==null?r.a(q):q).xD()}for(p=A.bn(s,s.r),r=A.j(p).c;p.p();){q=p.d;(q==null?r.a(q):q).dV()}this.SW() +this.a6s()}}, +ct(a,b){var s,r=this.bH +if(a>=r.length||a<0)return null +s=r[a] +if(b.b(s))return b.a(s) +return null}, +pn(a,b,c){var s +if(a<0||a>=this.bH.length)return b +s=this.bH[a] +if(c.b(s))return c.a(s) +return b}, +CS(a){var s,r,q,p,o,n,m,l=this,k=A.aqc() +k.a=k +k.sOi(l.fV) +k.J(l) +s=k.bH +s.push(k) +for(r=l.bH,r=A.dJ(r,1,null,A.ad(r).c),r=new A.bA(r,r.gn(r)),q=t.kM,p=A.j(r).c;r.p();){o=r.d +if(o==null)o=p.a(o) +k.hO(o==null?null:o.Mh(0,q))}for(r=A.ad(s).c,q=A.dJ(s,1,null,r),q=new A.bA(q,q.gn(q)),p=A.j(q).c;q.p();){o=q.d +if(o==null)o=p.a(o) +if(o instanceof A.F&&o.e===0)o.sbm(0,k) +if(o!=null)o.cn()}q=l.ds +p=k.ds +q.a0(q,p.giB(p)) +s=J.mn(s.slice(0),r) +r=s.length +n=0 +for(;n=0&&l=0){j=k.cx?k.ch:0 +j/=k.as}else{j=k.cx?k.CW:k.at +j/=k.as}m.saag(new A.a7i(new A.rM(k,j)))}}else if(m instanceof A.hO){l=m.y1 +if(l>=0&&ls.c)s.c=r +if(qs.d)s.d=q}, +am(a,b){var s=this +return new A.vn(s.a*b,s.b*b,s.c*b,s.d*b)}, +j(a,b){var s=this +if(b===0)return s.a +if(b===1)return s.b +if(b===2)return s.c +if(b===3)return s.d +throw A.c(A.aM("bad index"))}, +h(a){var s=this +return A.i(s.a)+" "+A.i(s.b)+" "+A.i(s.c)+" "+A.i(s.d)}} +A.Iv.prototype={ +XC(a,b,c,d,e,f){var s,r,q,p,o,n,m,l=B.d.ac(b),k=B.d.ac(d) +if(l===k)return +s=a+e*(l-b+0.5)+0.5 +r=this.w +q=l*r +for(p=this.a,o=l;od){s=d +d=b +b=s +s=c +c=a +a=s +r=-1}else r=1 +if(d<=0||b>=this.x)return +q=(c-a)/(d-b) +if(b<0){a+=q*(0-b) +b=0}p=this.x +if(d>p){c+=q*(p-d) +d=p}this.XC(a,b,c,d,q,r)}, +aM(a,b,c){var s=this +if(!s.z)s.c4(0) +s.b=s.d=b-s.f +s.c=s.e=c-s.r +s.z=!1}, +aa(a,b,c){var s=this +b-=s.f +c-=s.r +s.uC(s.d,s.e,b,c) +s.d=b +s.e=c}, +d_(a3,a4,a5,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=this,a2=a1.f +a3-=a2 +a5-=a2 +a7-=a2 +a2=a1.r +a4-=a2 +a6-=a2 +a8-=a2 +a2=a1.e +s=a1.x +if(!(a2<=0&&a4<=0&&a6<=0&&a8<=0))r=a2>=s&&a4>=s&&a6>=s&&a8>=s +else r=!0 +if(r){a1.d=a7 +a1.e=a8 +return}r=a3-a5 +q=a4-a6 +p=Math.max(Math.abs(a1.d-a3-a3+a5),Math.abs(r-a5+a7)) +o=Math.max(Math.abs(a2-a4-a4+a6),Math.abs(q-a6+a8)) +a2=Math.max(1,Math.min(B.d.cN(Math.sqrt(3*Math.sqrt(p*p+o*o)/(4*a1.y))),256)) +n=1/a2 +m=a1.d +l=a7-m+3*r +k=3*(a5-a3+(m-a3)) +j=3*(a3-m) +i=a1.e +h=a8-i+3*q +g=3*(a6-a4+(i-a4)) +f=3*(a4-i) +for(--a2,e=i,d=m,c=n,b=1;b>>0 +return q!==0}} +A.aah.prototype={ +aM(a,b,c){var s,r=this +if(!r.as){r.FR(0,b,c) +return}s=r.Q.i7(b,c) +r.FR(0,s.a,s.b)}, +aa(a,b,c){var s,r=this +if(!r.as){r.FQ(0,b,c) +return}s=r.Q.i7(b,c) +r.FQ(0,s.a,s.b)}, +d_(a,b,c,d,e,f){var s,r,q,p=this +if(!p.as){p.FP(a,b,c,d,e,f) +return}s=p.Q.i7(a,b) +r=p.Q.i7(c,d) +q=p.Q.i7(e,f) +p.FP(s.a,s.b,r.a,r.b,q.a,q.b)}} +A.adC.prototype={} +A.ar.prototype={ +gjI(){var s=this.a +return new Float64Array(A.a8(A.a([s[0],s[1],0,0,s[2],s[3],0,0,0,0,1,0,s[4],s[5],0,1],t.n)))}, +j(a,b){return this.a[b]}, +i7(a,b){var s=this.a +return new A.b5(a*s[0]+b*s[2]+s[4],a*s[1]+b*s[3]+s[5])}, +am(a,b){return this.i7(b.a,b.b)}, +h(a){return A.rA(this.a,"[","]")}} +A.a51.prototype={ +E(){return"PathFillRule."+this.b}} +A.iX.prototype={ +j(a,b){return this.a[b]}, +h(a){var s=this.a +return"TransformComponents(x: "+A.i(s[0])+" y: "+A.i(s[1])+" sx: "+A.i(s[2])+" sy: "+A.i(s[3])+" r: "+A.i(s[4]/3.141592653589793*180)+" s: "+A.i(s[5])+")"}} +A.b5.prototype={ +n1(a){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +ad(a,b){return new A.b5(this.a+b.a,this.b+b.b)}, +am(a,b){return new A.b5(this.a*b,this.b*b)}, +a1(a,b){return new A.b5(this.a-b.a,this.b-b.b)}, +aw(a){var s=this,r=s.a,q=a.a,p=q[0],o=s.b,n=q[2],m=q[4],l=q[1],k=q[3] +q=q[5] +s.a=r*p+o*n+m +s.b=r*l+o*k+q +return s}, +h(a){return A.i(this.a)+", "+A.i(this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.b5&&this.a===b.a&&this.b===b.b}, +gu(a){var s=Math.abs(B.d.gu(this.a)),r=Math.abs(B.d.gu(this.b)) +return s>=r?s*s+s+r:s+r*r}} +A.EX.prototype={ +d4(){var s=this.b.getUint32(this.d,!0) +this.d+=4 +return s}, +ij(){var s,r,q,p +for(s=this.b,r=0,q=0;!0;){p=s.getUint8(this.d++)&255 +r=(r|B.e.iy(p&127,q))>>>0 +if((p&128)===0)break +q+=7}return r}} +A.Xw.prototype={ +gadF(){var s=this.e +s===$&&A.b() +return A.bL(s.buffer,s.byteOffset,this.r)}, +acX(a){var s,r,q,p=this,o=p.r,n=p.e +n===$&&A.b() +if(o+a>n.length){o=p.c +s=a/o +do{n=n.length+B.d.cN(s)*o +r=new Uint8Array(n) +q=p.e +B.p.cG(r,0,q.length,q) +p.e=r +if(p.r+a>n){n=r +continue}else break}while(!0) +p.f=A.eX(r.buffer,0,null)}}} +A.o7.prototype={ +f4(a,b){var s,r=this,q=A.j(r).i("l<1>") +r.c=A.a([],q) +if(!r.pu(b))return A.a([],q) +q=r.c +s=A.ad(q).i("c0<1>") +return A.ah(new A.c0(q,s),!0,s.i("bs.E"))}, +pu(a){var s,r,q,p,o=this,n=o.a +if(n.t(0,a))return!0 +s=o.b +if(s.t(0,a))return!1 +s.A(0,a) +r=o.C7(a) +for(s=A.bn(r,r.r),q=A.j(s).c;s.p();){p=s.d +if(!o.pu(p==null?q.a(p):p))return!1}n.A(0,a) +o.c.push(a) +return!0}} +A.AO.prototype={ +a86(a){var s,r,q=this +q.a.K(0) +q.b.K(0) +s=q.d +s.K(0) +B.b.K(q.c) +r=q.$ti +B.b.a0(A.aJJ(A.a([a],r.i("l<1>")),q.ga7l(),r.c),new A.a9l(q)) +return s}, +pu(a){if(this.d.t(0,a))return!0 +return this.U7(a)}} +A.a9l.prototype={ +$1(a){var s,r=J.az(a) +if(r.gn(a)>1){s=this.a.d +r.a0(a,s.giB(s))}}, +$S(){return this.a.$ti.i("~(C<1>)")}} +A.wx.prototype={ +C7(a){return a.at}} +A.tX.prototype={ +C7(a){return a.at}} +A.lm.prototype={ +gn(a){return this.b}, +j(a,b){if(b>=this.b)throw A.c(A.II(b,this,null,null,null)) +return this.a[b]}, +m(a,b,c){if(b>=this.b)throw A.c(A.II(b,this,null,null,null)) +this.a[b]=c}, +sn(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.B6(b) +B.p.cG(q,0,p.b,p.a) +p.a=q}}p.b=b}, +B5(a,b){var s=this,r=s.b +if(r===s.a.length)s.KF(r) +s.a[s.b++]=b}, +A(a,b){var s=this,r=s.b +if(r===s.a.length)s.KF(r) +s.a[s.b++]=b}, +M(a,b){A.dU(0,"start") +this.a4F(b,0,null)}, +a4F(a,b,c){var s,r,q +if(t.j.b(a))c=J.bo(a) +if(c!=null){this.a4H(this.b,a,b,c) +return}for(s=J.an(a),r=0;s.p();){q=s.gD(s) +if(r>=b)this.B5(0,q);++r}if(rs.gn(b)||d>s.gn(b))throw A.c(A.ab("Too few elements"))}r=d-c +q=o.b+r +o.a4G(q) +s=o.a +p=a+r +B.p.bw(s,p,o.b+r,s,a) +B.p.bw(o.a,a,p,b,c) +o.b=q}, +a4G(a){var s,r=this +if(a<=r.a.length)return +s=r.B6(a) +B.p.cG(s,0,r.b,r.a) +r.a=s}, +B6(a){var s=this.a.length*2 +if(a!=null&&ss)throw A.c(A.bY(c,0,s,null,null)) +s=this.a +if(A.j(this).i("lm").b(d))B.p.bw(s,b,c,d.a,e) +else B.p.bw(s,b,c,d,e)}, +cG(a,b,c,d){return this.bw(a,b,c,d,0)}} +A.R7.prototype={} +A.O8.prototype={} +A.aJ.prototype={ +yo(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}, +bG(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]}, +h(a){var s=this +return"[0] "+s.u_(0).h(0)+"\n[1] "+s.u_(1).h(0)+"\n[2] "+s.u_(2).h(0)+"\n[3] "+s.u_(3).h(0)+"\n"}, +j(a,b){return this.a[b]}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.aJ){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.cG(this.a)}, +yn(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]}, +u_(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.k2(s)}, +ms(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}, +am(a,b){var s=new A.aJ(new Float64Array(16)) +s.bG(this) +s.l0(0,b,null,null) +return s}, +ad(a,b){var s=new A.aJ(new Float64Array(16)) +s.bG(this) +s.A(0,b) +return s}, +a1(a,b){var s,r=new Float64Array(16),q=new A.aJ(r) +q.bG(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}, +aA(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}, +l0(a,b,c,d){var s,r,q,p +if(typeof b=="number"){s=c==null?b:c +r=d==null?b:d}else throw A.c(A.cy(null)) +q=b +p=this.a +p[0]=p[0]*q +p[1]=p[1]*q +p[2]=p[2]*q +p[3]=p[3]*q +p[4]=p[4]*s +p[5]=p[5]*s +p[6]=p[6]*s +p[7]=p[7]*s +p[8]=p[8]*r +p[9]=p[9]*r +p[10]=p[10]*r +p[11]=p[11]*r +p[12]=p[12] +p[13]=p[13] +p[14]=p[14] +p[15]=p[15]}, +dv(a,b,c){return this.l0(a,b,c,null)}, +bs(){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}, +ir(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +kg(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.bG(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}, +A(a,b){var s=b.a,r=this.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]}, +cC(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}, +x4(a){var s=new A.aJ(new Float64Array(16)) +s.bG(this) +s.cC(0,a) +return s}, +acg(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}, +kH(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}, +P8(){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.es.prototype={ +f3(a,b,c){var s=this.a +s[0]=a +s[1]=b +s[2]=c}, +bG(a){var s=a.a,r=this.a +r[0]=s[0] +r[1]=s[1] +r[2]=s[2]}, +h(a){var s=this.a +return"["+A.i(s[0])+","+A.i(s[1])+","+A.i(s[2])+"]"}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.es){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.cG(this.a)}, +a1(a,b){var s,r=new Float64Array(3),q=new A.es(r) +q.bG(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +return q}, +ad(a,b){var s=new A.es(new Float64Array(3)) +s.bG(this) +s.A(0,b) +return s}, +am(a,b){var s=new Float64Array(3),r=new A.es(s) +r.bG(this) +s[2]=s[2]*b +s[1]=s[1]*b +s[0]=s[0]*b +return r}, +j(a,b){return this.a[b]}, +gn(a){var s=this.a,r=s[0],q=s[1] +s=s[2] +return Math.sqrt(r*r+q*q+s*s)}, +gaad(){var s=this.a,r=s[0],q=s[1] +s=s[2] +return r*r+q*q+s*s}, +Np(a){var s=a.a,r=this.a +return r[0]*s[0]+r[1]*s[1]+r[2]*s[2]}, +vJ(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]}, +A(a,b){var s=b.a,r=this.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2]}, +Sp(a){var s=new Float64Array(3),r=new A.es(s) +r.bG(this) +s[2]=s[2]*a +s[1]=s[1]*a +s[0]=s[0]*a +return r}} +A.k2.prototype={ +yp(a,b,c,d){var s=this.a +s[3]=d +s[2]=c +s[1]=b +s[0]=a}, +bG(a){var s=a.a,r=this.a +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +h(a){var s=this.a +return A.i(s[0])+","+A.i(s[1])+","+A.i(s[2])+","+A.i(s[3])}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.k2){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.cG(this.a)}, +a1(a,b){var s,r=new Float64Array(4),q=new A.k2(r) +q.bG(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}, +ad(a,b){var s=new A.k2(new Float64Array(4)) +s.bG(this) +s.A(0,b) +return s}, +am(a,b){var s=new Float64Array(4),r=new A.k2(s) +r.bG(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +return r}, +j(a,b){return this.a[b]}, +gn(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(a,b){var s=b.a,r=this.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]}} +A.aic.prototype={ +$0(){return A.aJe()}, +$S:38} +A.aib.prototype={ +$0(){var s=$.awY() +$.atO=s.ga8t()}, +$S:9};(function aliases(){var s=A.Tm.prototype +s.Wh=s.K +s.Wm=s.bp +s.Wl=s.aJ +s.Wp=s.aA +s.Wn=s.dv +s.Wo=s.N +s.Wk=s.iF +s.Wj=s.mr +s.Wi=s.hV +s=A.eP.prototype +s.Tr=s.qZ +s.Ts=s.oh +s.Tt=s.oi +s.Tu=s.oj +s.Tv=s.mB +s.Tw=s.hl +s.Tx=s.jn +s.Ty=s.hm +s.Tz=s.iL +s.TA=s.km +s.TB=s.jo +s.TC=s.hZ +s.TD=s.aF +s.TE=s.Ck +s.TF=s.dW +s.TG=s.ck +s.TH=s.jp +s.TI=s.kn +s.TJ=s.aJ +s.TK=s.bp +s.TL=s.e_ +s.TM=s.dv +s.TN=s.N +s.TO=s.aA +s=A.qM.prototype +s.U1=s.lU +s=A.BF.prototype +s.Gn=s.d9 +s=A.dT.prototype +s.UV=s.xE +s.G4=s.bt +s.G3=s.vF +s.G8=s.al +s.G7=s.lZ +s.G5=s.kk +s.G6=s.tm +s=A.eo.prototype +s.UU=s.j0 +s.nF=s.al +s.yM=s.kk +s=A.wt.prototype +s.yC=s.oY +s.U6=s.Er +s.U4=s.iJ +s.U5=s.Cn +s=J.rz.prototype +s.Ur=s.h +s.Uq=s.F +s=J.jE.prototype +s.UA=s.h +s=A.fg.prototype +s.Ut=s.OP +s.Uu=s.OQ +s.Uw=s.OS +s.Uv=s.OR +s=A.O.prototype +s.FV=s.bw +s=A.k.prototype +s.Us=s.jU +s=A.J.prototype +s.UK=s.k +s.bV=s.h +s=A.a_.prototype +s.Ud=s.qI +s=A.A.prototype +s.TP=s.k +s.TQ=s.h +s=A.bZ.prototype +s.yz=s.xM +s=A.yY.prototype +s.UR=s.N +s=A.vw.prototype +s.yA=s.q +s=A.EY.prototype +s.Ti=s.hr +s.Tj=s.mT +s.Tk=s.En +s=A.hv.prototype +s.acS=s.ag +s.acU=s.V +s.l8=s.q +s.acT=s.bB +s=A.ac.prototype +s.U8=s.dh +s=A.jk.prototype +s.U9=s.dh +s=A.V.prototype +s.yx=s.b1 +s.h5=s.aQ +s.FE=s.mo +s.yy=s.ox +s=A.ri.prototype +s.Ui=s.a9o +s.Uh=s.Cf +s=A.dk.prototype +s.Uj=s.Bm +s.pQ=s.kB +s.yH=s.q +s=A.yR.prototype +s.yK=s.hN +s.UM=s.oU +s.G_=s.a4 +s.yL=s.q +s.UN=s.ug +s=A.td.prototype +s.UX=s.hN +s.G9=s.iA +s.UY=s.jQ +s=A.DM.prototype +s.WI=s.q +s=A.DR.prototype +s.WN=s.bF +s.WM=s.f9 +s=A.kH.prototype +s.l9=s.q +s=A.DO.prototype +s.WJ=s.q +s=A.D2.prototype +s.Wq=s.q +s=A.D3.prototype +s.Wr=s.q +s=A.D4.prototype +s.Wt=s.by +s.Ws=s.cP +s.Wu=s.q +s=A.DQ.prototype +s.WL=s.q +s=A.Dq.prototype +s.Ww=s.q +s=A.vP.prototype +s.To=s.yw +s.Tn=s.A +s=A.c5.prototype +s.Ge=s.dM +s.Gf=s.dN +s=A.dG.prototype +s.nD=s.dM +s.nE=s.dN +s=A.jj.prototype +s.U2=s.dM +s.U3=s.dN +s=A.Fa.prototype +s.Tq=s.q +s=A.cC.prototype +s.FL=s.A +s=A.P8.prototype +s.VX=s.q +s=A.oz.prototype +s.Um=s.ag +s.Un=s.V +s.Ul=s.v4 +s=A.iw.prototype +s.Up=s.k +s=A.tn.prototype +s.Vf=s.CH +s.Vh=s.CO +s.Vg=s.CJ +s.Ve=s.Cj +s=A.aW.prototype +s.Tp=s.k +s=A.f9.prototype +s.ul=s.h +s=A.N.prototype +s.Ga=s.f8 +s.Gb=s.a9 +s.V2=s.xm +s.jc=s.cB +s=A.CN.prototype +s.W5=s.b1 +s.W6=s.aQ +s=A.CO.prototype +s.W7=s.q +s=A.xW.prototype +s.Ux=s.q8 +s.FT=s.q +s.Uy=s.xT +s=A.fT.prototype +s.pN=s.i6 +s=A.jJ.prototype +s.UL=s.i6 +s=A.e8.prototype +s.US=s.aQ +s=A.P.prototype +s.lb=s.q +s.iv=s.b1 +s.V7=s.a9 +s.V6=s.f0 +s.V8=s.bi +s.V3=s.hR +s.la=s.hX +s.Gc=s.r_ +s.yN=s.kW +s.V4=s.vL +s.V5=s.lF +s.V9=s.dh +s=A.zt.prototype +s.V1=s.WV +s=A.fp.prototype +s.VZ=s.vC +s=A.CU.prototype +s.W8=s.b1 +s.W9=s.aQ +s=A.hT.prototype +s.yR=s.b6 +s.yQ=s.aY +s.yP=s.bd +s.Vb=s.cO +s.yT=s.cD +s.yS=s.eW +s.k6=s.bi +s=A.zL.prototype +s.Vc=s.cB +s=A.CW.prototype +s.nG=s.b1 +s.m8=s.aQ +s=A.CX.prototype +s.Wa=s.f8 +s=A.tm.prototype +s.Vd=s.bi +s=A.CY.prototype +s.Wb=s.b1 +s.Wc=s.aQ +s=A.eE.prototype +s.Vy=s.wt +s=A.u8.prototype +s.VF=s.q +s=A.EI.prototype +s.FF=s.n2 +s=A.tC.prototype +s.VA=s.rJ +s.VB=s.lG +s=A.ym.prototype +s.UC=s.qd +s=A.bH.prototype +s.Tb=s.iz +s=A.vK.prototype +s.Tf=s.T +s=A.CT.prototype +s.Go=s.jK +s=A.DB.prototype +s.Wx=s.hr +s.Wy=s.En +s=A.DC.prototype +s.Wz=s.hr +s.WA=s.mT +s=A.DD.prototype +s.WB=s.hr +s.WC=s.mT +s=A.DE.prototype +s.WE=s.hr +s.WD=s.rJ +s=A.DF.prototype +s.WF=s.hr +s=A.DG.prototype +s.WG=s.hr +s.WH=s.mT +s=A.I1.prototype +s.nC=s.a9R +s.Ug=s.BI +s=A.aK.prototype +s.c3=s.bF +s.ca=s.by +s.ur=s.f9 +s.hB=s.dT +s.bP=s.q +s.h6=s.cP +s=A.bC.prototype +s.FO=s.jK +s.uo=s.al +s.Ua=s.Bb +s.FN=s.wF +s.pP=s.mN +s.Ub=s.dT +s.FM=s.f9 +s.yG=s.tI +s.yE=s.w7 +s.Uc=s.cP +s.yF=s.lS +s=A.wf.prototype +s.TV=s.zL +s.TW=s.lS +s=A.zh.prototype +s.UZ=s.bt +s.V_=s.al +s.V0=s.Eu +s=A.fC.prototype +s.FS=s.pb +s=A.d7.prototype +s.yO=s.jK +s.uq=s.al +s.Va=s.lS +s=A.oS.prototype +s.UD=s.oZ +s.UE=s.pa +s=A.rs.prototype +s.Uo=s.bF +s=A.uJ.prototype +s.VY=s.q +s=A.ct.prototype +s.Vw=s.lJ +s.Vt=s.rj +s.Vo=s.rh +s.Vu=s.Cb +s.Vx=s.im +s.Vr=s.my +s.Vs=s.ou +s.Vp=s.ri +s.Vq=s.C9 +s.Vn=s.qX +s.Vm=s.vT +s.Vv=s.q +s=A.Te.prototype +s.Wg=s.vW +s=A.Cv.prototype +s.W0=s.dT +s.W1=s.q +s=A.Cw.prototype +s.W3=s.by +s.W2=s.cP +s.W4=s.q +s=A.Ka.prototype +s.UJ=s.iI +s=A.v_.prototype +s.Wd=s.bi +s=A.DU.prototype +s.WP=s.b1 +s.WQ=s.aQ +s=A.l1.prototype +s.Vj=s.Cd +s=A.d8.prototype +s.Vi=s.sl +s=A.j_.prototype +s.We=s.rG +s.Wf=s.tD +s=A.v7.prototype +s.WS=s.by +s.WR=s.cP +s.WT=s.q +s=A.t2.prototype +s.UQ=s.lJ +s.UO=s.my +s.UP=s.q +s=A.dZ.prototype +s.VR=s.lJ +s.VQ=s.rj +s.VO=s.rh +s.VP=s.my +s=A.uP.prototype +s.W_=s.im +s=A.Mb.prototype +s.Gd=s.q +s=A.f_.prototype +s.pS=s.iI +s=A.D6.prototype +s.Wv=s.iI +s=A.DP.prototype +s.WK=s.q +s=A.EU.prototype +s.Th=s.a83 +s=A.qo.prototype +s.FG=s.fP +s=A.DS.prototype +s.WO=s.q +s=A.eM.prototype +s.nB=s.eo +s.Tg=s.dF +s=A.n.prototype +s.fj=s.cT +s.fk=s.ea +s.pO=s.J +s=A.ej.prototype +s.yI=s.jR +s=A.ia.prototype +s.Tc=s.J +s=A.hq.prototype +s.Td=s.J +s=A.hs.prototype +s.FH=s.J +s=A.dm.prototype +s.pR=s.J +s=A.oJ.prototype +s.FX=s.J +s=A.oX.prototype +s.FY=s.J +s=A.h4.prototype +s.FZ=s.J +s=A.dH.prototype +s.yU=s.J +s=A.eF.prototype +s.VD=s.J +s=A.f2.prototype +s.VN=s.J +s=A.pI.prototype +s.VS=s.J +s=A.eg.prototype +s.Te=s.J +s=A.oj.prototype +s.Ue=s.J +s=A.ig.prototype +s.Tm=s.J +s=A.lq.prototype +s.VW=s.J +s=A.H.prototype +s.cV=s.J +s=A.cq.prototype +s.U_=s.J +s=A.pu.prototype +s.yV=s.J +s=A.cc.prototype +s.VL=s.J +s=A.li.prototype +s.VM=s.J +s=A.kv.prototype +s.un=s.J +s=A.oW.prototype +s.UF=s.J +s=A.bB.prototype +s.yJ=s.J +s=A.oy.prototype +s.Uk=s.J +s=A.l5.prototype +s.Gg=s.J +s=A.cR.prototype +s.G0=s.J +s=A.p_.prototype +s.G2=s.J +s=A.h8.prototype +s.UW=s.J +s=A.cF.prototype +s.pT=s.J +s=A.ba.prototype +s.Gl=s.J +s=A.b6.prototype +s.Gm=s.J +s=A.ja.prototype +s.Tl=s.cT +s=A.nV.prototype +s.FI=s.he +s=A.o4.prototype +s.FK=s.kU +s=A.cO.prototype +s.Uz=s.cn +s.FU=s.cT +s=A.dn.prototype +s.UB=s.cn +s.FW=s.cT +s=A.t0.prototype +s.UG=s.he +s=A.m8.prototype +s.Uf=s.so9 +s=A.F.prototype +s.TR=s.tp +s.FJ=s.kG +s.TU=s.Ey +s.TS=s.xD +s.yB=s.nc +s.m7=s.dV +s.iu=s.cK +s.hA=s.cn +s.TT=s.h +s.um=s.cT +s=A.cz.prototype +s.TZ=s.ea +s.TX=s.dV +s.TY=s.dO +s=A.AN.prototype +s.VE=s.dV +s=A.a9.prototype +s.k0=s.ev +s.k5=s.ew +s.U0=s.oe +s=A.eU.prototype +s.yD=s.al +s=A.bM.prototype +s.UH=s.kY +s.UI=s.kZ +s=A.fI.prototype +s.Vl=s.rM +s.Vk=s.q +s=A.jR.prototype +s.Gh=s.h7 +s=A.d5.prototype +s.UT=s.al +s.G1=s.cU +s=A.iO.prototype +s.VC=s.Bs +s=A.bR.prototype +s.yW=s.kY +s.yX=s.kZ +s.VT=s.ev +s.VU=s.ew +s.VV=s.C5 +s=A.b4.prototype +s.Gj=s.al +s.Gk=s.xU +s.Gi=s.dV +s.VI=s.E6 +s.VJ=s.yb +s.VK=s.yc +s.VH=s.nc +s.us=s.ev +s.ut=s.ew +s.VG=s.oe +s=A.Iv.prototype +s.FR=s.aM +s.FQ=s.aa +s.FP=s.d_ +s=A.o7.prototype +s.U7=s.pu})();(function installTearOffs(){var s=hunkHelpers._static_2,r=hunkHelpers._static_0,q=hunkHelpers._static_1,p=hunkHelpers._instance_0u,o=hunkHelpers._instance_1u,n=hunkHelpers._instance_1i,m=hunkHelpers.installInstanceTearOff,l=hunkHelpers._instance_2u,k=hunkHelpers._instance_0i,j=hunkHelpers._instance_2i,i=hunkHelpers.installStaticTearOff +s(A,"aGv","aHO",416) +r(A,"aGt","aDK",0) +q(A,"aGs","axV",2) +q(A,"aGu","aHg",14) +q(A,"W8","aGr",23) +p(A.vo.prototype,"gB3","a4w",0) +var h +o(h=A.Ix.prototype,"ga3m","a3n",34) +o(h,"ga1g","a1h",34) +p(A.I7.prototype,"gZA","ZB",0) +n(h=A.HN.prototype,"giB","A",169) +p(h,"gT1","nz",36) +o(A.FQ.prototype,"ga5o","a5p",394) +o(h=A.jS.prototype,"gYN","YO",2) +o(h,"gYL","YM",2) +o(A.Nc.prototype,"ga3q","a3r",412) +o(A.HY.prototype,"ga23","a24",218) +n(A.Mr.prototype,"gBw","hP",101) +n(A.Hl.prototype,"gBw","hP",101) +n(A.U0.prototype,"gn","aac",239) +o(A.J3.prototype,"ga2k","a2l",59) +n(A.yu.prototype,"gDE","DF",6) +n(A.An.prototype,"gDE","DF",6) +o(A.It.prototype,"ga2i","a2j",2) +p(h=A.Hz.prototype,"gCg","q",0) +o(h,"gKV","a4Q",20) +o(A.L0.prototype,"gAt","a2m",140) +o(A.u4.prototype,"ga30","a31",174) +o(A.MV.prototype,"gaay","Dk",175) +p(A.M_.prototype,"gCg","q",0) +o(h=A.Gd.prototype,"ga03","a04",2) +o(h,"ga05","a06",2) +o(h,"ga01","a02",2) +o(h=A.wt.prototype,"grH","Om",2) +o(h,"gwu","a8i",2) +o(h,"gta","aax",2) +o(A.GJ.prototype,"gXO","XP",115) +o(A.Ib.prototype,"ga2y","a2z",2) +s(J,"alA","aAT",417) +n(J.jA.prototype,"ga7J","ls",30) +n(A.k5.prototype,"goo","t",28) +q(A,"aH7","aAk",65) +r(A,"aH8","aCx",50) +q(A,"aHC","aEM",53) +q(A,"aHD","aEN",53) +q(A,"aHE","aEO",53) +r(A,"asU","aHr",0) +q(A,"aHF","aHi",23) +s(A,"aHG","aHk",76) +r(A,"asT","aHj",0) +n(A.Bq.prototype,"giB","A",6) +m(A.us.prototype,"gBK",0,1,function(){return[null]},["$2","$1"],["r2","ke"],264,0,0) +l(A.al.prototype,"gHs","fF",76) +n(A.Dg.prototype,"giB","A",6) +p(A.BH.prototype,"ga3X","mh",0) +s(A,"at_","aGm",103) +q(A,"at0","aGo",65) +n(h=A.no.prototype,"goo","t",28) +n(h,"giB","A",28) +m(h=A.fL.prototype,"gqi",0,0,null,["$1$0","$0"],["Jg","a2c"],278,0,0) +n(h,"goo","t",28) +n(A.O.prototype,"giB","A",6) +n(A.e_.prototype,"goo","t",28) +q(A,"aI0","aGp",78) +n(h=A.P7.prototype,"giB","A",6) +k(h,"ga6f","c4",0) +q(A,"aI4","aIT",65) +s(A,"aI3","aIS",103) +q(A,"aI1","aEy",126) +r(A,"aI2","aFE",421) +s(A,"at4","aHu",422) +n(A.k.prototype,"goo","t",28) +m(A.cl.prototype,"gacF",0,0,null,["$1","$0"],["RJ","acG"],287,0,0) +j(A.ju.prototype,"gSJ","SK",69) +i(A,"Eg",3,null,["$3"],["akM"],423,0) +i(A,"Wr",3,null,["$3"],["S"],424,0) +i(A,"bO",3,null,["$3"],["x"],425,0) +o(A.Df.prototype,"gOU","eE",14) +p(A.lt.prototype,"gHV","Zn",0) +m(h=A.qh.prototype,"gQZ",1,0,null,["$1$from","$0"],["R_","tB"],419,0,0) +o(h,"gZh","Zi",420) +o(h,"gGN","XA",3) +o(A.iJ.prototype,"go1","vn",4) +o(A.wn.prototype,"gKP","KQ",4) +o(h=A.pG.prototype,"go1","vn",4) +p(h,"gBe","a5b",0) +o(h=A.qJ.prototype,"gJa","a1Y",4) +p(h,"gJ9","a1X",0) +p(A.nO.prototype,"glQ","bB",0) +o(A.lR.prototype,"gPO","tg",4) +o(h=A.uw.prototype,"ga3G","a3H",60) +o(h,"ga3I","a3J",22) +o(h,"ga3E","a3F",91) +p(h,"ga07","a08",0) +o(h,"ga3K","a3L",42) +i(A,"aHA",1,null,["$2$forceReport","$1"],["aoo",function(a){return A.aoo(a,!1)}],426,0) +p(A.hv.prototype,"glQ","bB",0) +o(A.V.prototype,"gQE","E_",150) +q(A,"aJF","aDT",427) +o(h=A.ri.prototype,"ga0y","a0z",153) +o(h,"ga62","a63",34) +p(h,"ga_0","zO",0) +o(h,"ga0D","Iw",15) +p(h,"ga0O","a0P",0) +i(A,"aPg",3,null,["$3"],["aot"],428,0) +o(A.is.prototype,"grI","lE",15) +q(A,"aJa","aBg",11) +q(A,"am_","azG",429) +q(A,"am0","azH",11) +o(A.wF.prototype,"grI","lE",15) +q(A,"aJi","aBO",11) +o(h=A.ys.prototype,"gJe","a26",15) +o(h,"ga3t","qr",34) +q(A,"aJj","azE",11) +p(A.Pz.prototype,"ga2s","a2t",0) +o(h=A.ip.prototype,"gv7","a27",15) +o(h,"ga3l","qp",159) +p(h,"ga28","mf",0) +q(A,"am4","aAm",11) +o(A.td.prototype,"grI","lE",15) +l(h=A.Ci.prototype,"ga1p","a1q",166) +l(h,"ga1T","a1U",57) +o(A.Bm.prototype,"gA6","a0Q",170) +o(h=A.Bp.prototype,"gIq","a0c",60) +o(h,"gIr","a0d",22) +o(h,"gIp","a09",91) +o(h,"ga7V","a7W",173) +o(h,"ga0a","a0b",20) +o(h=A.CK.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.uO.prototype,"ga8m","a8n",60) +m(h,"ga8k",0,1,null,["$2$isClosing","$1"],["On","a8l"],177,0,0) +o(h=A.CQ.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +p(A.Bs.prototype,"gmO","CN",0) +o(h=A.CR.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +i(A,"aIp",4,null,["$4"],["aG_"],430,0) +o(A.CL.prototype,"gbM","b6",1) +o(A.mj.prototype,"ga_M","a_N",4) +o(A.xB.prototype,"ga1i","a1j",4) +o(A.xC.prototype,"ga1k","a1l",4) +o(h=A.rv.prototype,"gSa","Sb",206) +o(h,"ga78","a79",207) +m(h=A.C3.prototype,"gFi",0,0,null,["$1","$0"],["Fj","SS"],208,0,0) +p(h,"gmO","CN",0) +o(h,"gOp","a8q",209) +o(h,"ga8r","a8s",20) +o(h,"ga95","a96",88) +o(h,"ga97","a98",89) +o(h,"ga8W","a8X",88) +o(h,"ga8Y","a8Z",89) +p(h,"ga92","Os",0) +p(h,"ga93","a94",0) +p(h,"ga8S","a8T",0) +p(h,"ga8U","a8V",0) +o(h,"ga8E","a8F",41) +o(h,"ga8G","a8H",51) +p(h=A.DK.prototype,"gpd","aaQ",0) +o(h,"gpc","aaP",4) +o(A.DI.prototype,"gqj","Aw",23) +o(A.DJ.prototype,"gqj","Aw",23) +o(h=A.BT.prototype,"ga0J","a0K",4) +p(h,"ga2n","a2o",0) +p(A.tw.prototype,"ga1_","a10",0) +i(A,"atU",3,null,["$3"],["aH9"],431,0) +o(h=A.D7.prototype,"gbD","bd",1) +o(h,"gbE","aY",1) +o(h,"gbM","b6",1) +o(h=A.CS.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +p(h=A.pF.prototype,"gIu","a0p",0) +o(h,"ga4y","a4z",4) +p(h,"ga7L","NM",61) +o(h,"gIv","a0C",15) +p(h,"ga0I","Ix",0) +p(h,"ga12","a13",0) +m(h=A.yW.prototype,"ga9B",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["OL","rQ"],230,0,0) +m(h,"ga9E",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["OM","a9F"],231,0,0) +m(h,"ga9G",0,1,null,["$2$getTargetSize","$1"],["OO","a9H"],232,0,0) +i(A,"alJ",3,null,["$3"],["apv"],432,0) +i(A,"alQ",3,null,["$3"],["dO"],433,0) +n(h=A.oz.prototype,"gLo","ag",98) +o(h,"gabL","abM",241) +o(h=A.JQ.prototype,"ga0_","a00",244) +o(h,"ga_R","a_S",3) +n(h,"gLo","ag",98) +i(A,"Ef",3,null,["$3"],["aY"],434,0) +p(h=A.tn.prototype,"ga0U","a0V",0) +o(h,"ga0Y","a0Z",246) +p(h,"ga0W","a0X",0) +o(h,"ga16","a17",3) +o(h,"ga0u","a0v",3) +o(h=A.N.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +l(A.dp.prototype,"ga7k","oq",19) +o(h=A.zz.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zA.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zC.prototype,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zD.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zE.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +q(A,"atH","aCT",27) +q(A,"atI","aCU",27) +p(A.ta.prototype,"ga54","L4",0) +p(h=A.P.prototype,"gfY","aR",0) +p(h,"gx_","bZ",0) +m(h,"gJ7",0,1,null,["$2$isMergeUp","$1"],["v3","a1R"],255,0,0) +m(h,"gyr",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["u9","SR","Fg"],256,0,0) +p(A.zt.prototype,"gK_","a3U",0) +o(h=A.zK.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h,"gYj","Yk",259) +o(h=A.hT.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +m(h,"glR",0,2,null,["$2"],["bi"],19,0,1) +o(h=A.zy.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zG.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zF.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +p(A.zv.prototype,"gvt","B9",0) +p(A.uW.prototype,"gv1","nU",0) +o(h=A.zI.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +p(h=A.mY.prototype,"ga2S","a2T",0) +p(h,"ga2U","a2V",0) +p(h,"ga2W","a2X",0) +p(h,"ga2Q","a2R",0) +p(h=A.zM.prototype,"ga2Y","a2Z",0) +p(h,"ga2O","a2P",0) +p(h,"ga2M","a2N",0) +o(h=A.tm.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zJ.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zB.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h=A.zN.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +l(h,"gab7","ab8",19) +o(A.zP.prototype,"ga9p","a9q",263) +s(A,"aHK","aD9",435) +i(A,"aHL",0,null,["$2$priority$scheduler"],["aIi"],436,0) +o(h=A.eE.prototype,"gZF","ZG",105) +p(h,"ga3O","a3P",0) +o(h,"ga_V","a_W",3) +p(h,"ga0e","a0f",0) +p(h,"gZl","Zm",0) +o(A.u8.prototype,"gB2","a4v",3) +p(h=A.Mj.prototype,"gZf","Zg",0) +p(h,"ga0T","Iz",0) +m(h,"ga0R",0,3,null,["$3"],["a0S"],266,0,0) +o(A.iM.prototype,"ga5y","Lw",273) +q(A,"aHB","axO",437) +q(A,"aHJ","aDt",438) +p(h=A.tC.prototype,"gXq","Xr",276) +o(h,"ga0n","A4",277) +o(h,"ga0w","uT",72) +o(h=A.IX.prototype,"ga8v","a8w",59) +o(h,"ga8Q","CL",283) +o(h,"gYP","YQ",284) +o(A.zT.prototype,"ga21","An",112) +o(h=A.d9.prototype,"gZu","Zv",113) +o(h,"gJD","JE",113) +o(A.Nq.prototype,"ga1N","v_",72) +o(A.Bj.prototype,"gIl","a_L",296) +o(h=A.DA.prototype,"ga2g","a2h",297) +o(h,"ga2u","a2v",298) +p(h=A.Bg.prototype,"ga8A","a8B",0) +o(h,"ga0q","a0r",72) +p(h,"ga_X","a_Y",0) +p(h=A.DH.prototype,"ga8D","CH",0) +p(h,"ga9a","CO",0) +p(h,"ga8J","CJ",0) +o(A.BL.prototype,"gz6","GM",4) +p(A.x9.prototype,"gXE","XF",0) +o(h=A.QJ.prototype,"ga8L","CK",15) +o(h,"ga8x","a8y",305) +p(A.uA.prototype,"gA3","a0k",0) +q(A,"ahJ","aEX",8) +s(A,"ahI","azP",439) +q(A,"ato","azO",8) +o(h=A.R0.prototype,"ga4J","KI",8) +p(h,"ga4K","a4L",0) +o(h=A.zl.prototype,"ga_8","a_9",42) +o(h,"ga0E","a0F",333) +o(h,"ga52","a53",334) +o(h=A.lx.prototype,"gXY","XZ",16) +o(h,"ga_Q","Im",4) +p(h,"gPS","aaZ",0) +o(h=A.xm.prototype,"ga0h","a0i",337) +m(h,"gZb",0,5,null,["$5"],["Zc"],338,0,0) +i(A,"att",3,null,["$3"],["kE"],440,0) +l(A.C_.prototype,"ga0l","a0m",122) +p(A.qg.prototype,"ga_O","a_P",0) +p(A.uK.prototype,"gA8","a15",0) +s(A,"aJk","aBV",441) +q(A,"am1","aFd",43) +q(A,"atF","aFe",43) +q(A,"Ec","aFf",43) +o(A.uS.prototype,"gtf","n5",52) +o(A.uR.prototype,"gtf","n5",52) +o(A.Ct.prototype,"gtf","n5",52) +o(A.Cu.prototype,"gtf","n5",52) +o(h=A.jH.prototype,"ga0A","a0B",42) +o(h,"ga0G","a0H",15) +o(h=A.uX.prototype,"gbD","bd",1) +o(h,"gbM","b6",1) +o(h,"gbE","aY",1) +q(A,"aJn","aFb",27) +m(A.v_.prototype,"glR",0,2,null,["$2"],["bi"],19,0,1) +o(h=A.uZ.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(A.GX.prototype,"ga2_","Am",112) +p(A.D_.prototype,"gAJ","a3v",0) +o(A.l1.prototype,"ga5_","Ba",360) +o(h=A.v0.prototype,"ga3x","a3y",3) +p(h,"guV","Iy",0) +p(h,"gA1","a_U",119) +p(h,"gA5","a0N",0) +o(A.dZ.prototype,"gIA","a11",4) +o(h=A.hL.prototype,"gXU","XV",16) +o(h,"gXW","XX",16) +p(h=A.Xi.prototype,"ga4u","B1",0) +p(h,"ga3V","AT",0) +p(h=A.ZX.prototype,"ga4u","B1",0) +p(h,"ga3V","AT",0) +q(A,"aJB","aIj",127) +l(A.Db.prototype,"ga0s","a0t",125) +p(A.Da.prototype,"gK7","a4a",0) +p(A.uY.prototype,"gv9","a2p",0) +p(A.n6.prototype,"go2","o3",0) +p(A.hZ.prototype,"gjg","k9",0) +p(A.Bk.prototype,"gA2","a_Z",0) +p(A.v5.prototype,"gBf","a5c",0) +m(A.Ln.prototype,"ga8t",0,3,null,["$3"],["wv"],370,0,0) +s(A,"ahR","aIh",442) +s(A,"aJK","aGn",443) +p(A.qo.prototype,"gti","ab_",0) +p(A.m4.prototype,"gn8","tj",0) +p(A.wO.prototype,"gjE","mW",0) +p(A.x3.prototype,"gn8","tj",0) +p(A.xj.prototype,"gjE","mW",0) +p(A.zb.prototype,"gjE","mW",0) +p(A.zr.prototype,"gjE","mW",0) +p(A.zQ.prototype,"ga1u","a1v",0) +p(A.ts.prototype,"ga2w","a2x",0) +p(A.Aj.prototype,"gK6","a49",0) +p(A.i0.prototype,"ga4D","a4E",0) +p(A.Hk.prototype,"gn8","tj",0) +o(A.em.prototype,"ga5z","kb",45) +p(A.eM.prototype,"gCU","a9S",0) +n(A.xi.prototype,"gQ5","ab9",383) +o(h=A.zH.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +p(A.hO.prototype,"gIR","a1z",0) +o(h=A.j9.prototype,"ga5r","Bn",129) +p(h,"ga2e","a2f",0) +n(A.oo.prototype,"gN3","dr",73) +n(A.rn.prototype,"gN3","dr",73) +o(A.Az.prototype,"ga2q","a2r",403) +p(A.iV.prototype,"ga_3","a_4",0) +o(A.Ny.prototype,"ga3j","a3k",409) +o(h=A.zW.prototype,"gbM","b6",1) +o(h,"gbE","aY",1) +o(h,"gbD","bd",1) +o(h,"ga_6","a_7",3) +p(h,"gye","F_",0) +k(A.b5.prototype,"gn","n1",58) +o(A.tX.prototype,"ga7l","C7","ck<1>(J?)") +i(A,"ail",1,null,["$2$wrapWidth","$1"],["atb",function(a){return A.atb(a,null)}],444,0) +r(A,"aJv","as8",0) +s(A,"nE","ayi",90) +s(A,"nF","ayj",90) +q(A,"Wf","aHS",446) +q(A,"aIs","aIr",447) +q(A,"cf","aID",448) +q(A,"E9","aJ0",449) +q(A,"Ed","aJm",75) +q(A,"aJs","aJr",75) +q(A,"aJA","aJz",75) +q(A,"atX","aJC",451) +s(A,"alL","aIg",452) +i(A,"alM",1,null,["$1$1","$1"],["atu",function(a){return A.atu(a,t.z)}],301,0)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.mixinHard,q=hunkHelpers.inherit,p=hunkHelpers.inheritMany +q(A.J,null) +p(A.J,[A.vo,A.WZ,A.m2,A.X8,A.acM,A.Tm,A.YL,A.eP,A.Yg,A.cv,A.a5L,A.MF,A.XU,A.dW,A.Yb,A.Ix,A.mK,A.iD,A.k,A.Hq,A.k3,A.I7,A.HN,A.a4C,A.tF,A.tl,A.ln,A.IE,A.m0,A.vr,A.w6,A.kG,A.IL,A.jz,A.fE,A.a5D,A.a4U,A.J6,A.a2V,A.a2W,A.a0l,A.YF,A.FQ,A.a4c,A.pK,A.Gs,A.kS,A.kp,A.a4a,A.Yc,A.Yf,A.m1,A.a5Q,A.Fh,A.ME,A.AJ,A.jS,A.FY,A.Nc,A.FS,A.w9,A.FR,A.Ye,A.bV,A.G8,A.G7,A.Ys,A.HG,A.a_H,A.a_Y,A.Iz,A.a1w,A.Iy,A.xq,A.Hf,A.wC,A.Q_,A.Q4,A.Hd,A.HY,A.a_k,A.M5,A.pc,A.Tl,A.a7s,A.hD,A.Gt,A.uu,A.Mr,A.Hl,A.cm,A.a9_,A.BF,A.dT,A.a98,A.a97,A.AK,A.Nd,A.fa,A.a5O,A.YG,A.Pg,A.YP,A.nd,A.a52,A.U0,A.Sb,A.a90,A.Ne,A.Nk,A.uT,A.t9,A.mQ,A.l0,A.a8w,A.a53,A.mL,A.a61,A.cQ,A.aeE,A.a6z,A.Ng,A.v6,A.a1o,A.tR,A.a91,A.r4,A.a4z,A.a8o,A.r3,A.a_n,A.Mq,A.l4,A.pe,A.nv,A.a5E,A.xo,A.Ao,A.xp,A.J3,A.jp,A.a2G,A.a3X,A.XI,A.aaL,A.a5j,A.Hy,A.Hx,A.It,A.a5i,A.Oq,A.KY,A.a5l,A.a5n,A.a7q,A.L0,A.a5A,A.Ce,A.abo,A.V2,A.ka,A.pP,A.uV,A.a5p,A.akw,A.a5S,A.Ij,A.Ii,A.a4E,A.WG,A.hb,A.r2,A.a_f,A.Mp,A.Mn,A.da,A.a_A,A.a84,A.a80,A.PQ,A.O,A.hK,A.a2j,A.a2l,A.a8J,A.a8N,A.aaX,A.Lh,A.a95,A.Fi,A.yX,A.tQ,A.XY,A.a1n,A.a0h,A.a9x,A.a9w,A.ad6,A.ad7,A.ad5,A.u4,A.a2Z,A.MV,A.M_,A.a9U,A.Hw,A.mO,A.wQ,A.wR,A.pw,A.a9n,A.u3,A.cx,A.pJ,A.XF,A.Gd,A.a_o,A.a_p,A.AT,A.a_g,A.EN,A.u1,A.r0,A.a26,A.a9z,A.a9o,A.a1z,A.a_2,A.a_0,A.Jr,A.bQ,A.um,A.a_M,A.Zh,A.Qf,A.acb,A.ol,A.Or,A.ak6,J.rz,J.ic,A.Fj,A.aG,A.a8i,A.bA,A.dR,A.pM,A.HJ,A.Nj,A.tG,A.MJ,A.Hr,A.I4,A.i1,A.x5,A.Oc,A.pr,A.CD,A.ya,A.qL,A.xH,A.aam,A.Ke,A.wT,A.De,A.af5,A.a32,A.y0,A.IP,A.Ch,A.OD,A.AH,A.afG,A.ac1,A.hU,A.QF,A.UR,A.afH,A.y6,A.Uo,A.OR,A.uL,A.fN,A.EJ,A.dI,A.P3,A.Bq,A.us,A.k6,A.al,A.OS,A.Dg,A.OT,A.PS,A.acz,A.CC,A.BH,A.TV,A.agd,A.BZ,A.n4,A.np,A.adY,A.i3,A.Cd,A.oH,A.Rv,A.UX,A.BJ,A.Q5,A.Rq,A.UY,A.Gb,A.Gk,A.abn,A.abm,A.XO,A.adU,A.ag4,A.ag3,A.fV,A.bm,A.Km,A.Ay,A.BR,A.hC,A.bX,A.aT,A.MC,A.TZ,A.tJ,A.a7g,A.cl,A.Dx,A.aaF,A.i4,A.wX,A.n3,A.aa4,A.YN,A.ajI,A.Qk,A.cV,A.HS,A.ab1,A.Kd,A.CJ,A.Hu,A.ac2,A.Df,A.lt,A.Y4,A.Kh,A.G,A.aL,A.iH,A.fD,A.A,A.oK,A.n5,A.mi,A.mb,A.mz,A.jN,A.z9,A.cH,A.cE,A.a8g,A.fX,A.ma,A.AU,A.Np,A.ld,A.f1,A.iU,A.mN,A.XS,A.Ig,A.lS,A.ra,A.WP,A.a28,A.a4J,A.ab_,A.WQ,A.Ov,A.aaZ,A.a1y,A.xz,A.tM,A.kn,A.Xe,A.Is,A.H3,A.a17,A.PT,A.xf,A.aF,A.a8r,A.vA,A.yY,A.vx,A.vw,A.nO,A.lR,A.aD,A.ud,A.R9,A.QU,A.fF,A.GV,A.TT,A.BE,A.PN,A.Fa,A.PF,A.Uf,A.K8,A.ack,A.acj,A.eR,A.Qv,A.EY,A.hv,A.aev,A.ac,A.jk,A.ix,A.ale,A.hH,A.V,A.z7,A.afW,A.aaW,A.zo,A.iP,A.cn,A.dz,A.Ic,A.uF,A.a0x,A.af6,A.ri,A.o9,A.ku,A.jo,A.fd,A.Sr,A.dK,A.Ox,A.Pk,A.Pu,A.Pp,A.Pn,A.Po,A.Pm,A.Pq,A.Py,A.Pw,A.Px,A.Pv,A.Ps,A.Pt,A.Pr,A.Pl,A.H0,A.kD,A.v3,A.jt,A.Jp,A.a39,A.Jo,A.lE,A.alb,A.a5B,A.Ja,A.yt,A.Pz,A.v1,A.a5w,A.a5z,A.hQ,A.tU,A.tV,A.ho,A.Oj,A.Si,A.nk,A.OA,A.a7I,A.a8s,A.OO,A.lu,A.OW,A.Rw,A.P_,A.P0,A.ct,A.P2,A.P4,A.P5,A.Rm,A.RO,A.P6,A.P9,A.Pa,A.Pc,A.Pf,A.PJ,A.PL,A.PU,A.PY,A.Q7,A.Q8,A.bf,A.Qe,A.lw,A.Ql,A.Qp,A.acp,A.Qt,A.a_W,A.a_K,A.a_J,A.a_V,A.QT,A.kH,A.ry,A.HW,A.R2,A.Rr,A.GW,A.C9,A.c6,A.b3,A.Jx,A.RE,A.RC,A.RD,A.Ro,A.RS,A.RT,A.RU,A.S6,A.yi,A.kU,A.Sa,A.DK,A.SP,A.SR,A.SV,A.a7u,A.M6,A.YJ,A.a44,A.OB,A.Tp,A.Tq,A.Rn,A.Tr,A.Ts,A.TM,A.TN,A.U1,A.U4,A.U9,A.Ua,A.Ug,A.Ul,A.uI,A.Qm,A.V1,A.Un,A.Uq,A.Us,A.US,A.fZ,A.nM,A.yW,A.vP,A.OZ,A.c5,A.HR,A.Yk,A.cC,A.a1L,A.P8,A.Sc,A.ro,A.QW,A.K5,A.iv,A.fB,A.QV,A.QX,A.rr,A.Er,A.rw,A.jM,A.uM,A.BP,A.AY,A.Ub,A.a8E,A.acc,A.aeC,A.afZ,A.NK,A.tn,A.e8,A.C6,A.dp,A.Z4,A.adW,A.vD,A.EC,A.J5,A.RP,A.Vo,A.ta,A.aQ,A.fU,A.bv,A.zt,A.afs,A.Ty,A.VC,A.hT,A.zv,A.a7S,A.Ae,A.Af,A.a63,A.Op,A.akD,A.uD,A.a56,A.eE,A.u8,A.pE,A.B2,A.Mj,A.a83,A.w3,A.Y7,A.qQ,A.cL,A.Tw,A.lr,A.j0,A.lB,A.iM,A.TA,A.a81,A.EI,A.Xv,A.tC,A.a0d,A.Rc,A.a15,A.xM,A.IX,A.Rd,A.jG,A.z8,A.yo,A.a8Y,A.a2k,A.a2m,A.a8K,A.a8O,A.a3Y,A.yq,A.lU,A.ym,A.SW,A.SX,A.a5W,A.cJ,A.d9,A.X5,A.jV,A.Nq,A.AV,A.Vs,A.R8,A.Oz,A.S9,A.hr,A.Ka,A.vK,A.k4,A.Bg,A.H8,A.OV,A.a05,A.Qz,A.Qx,A.QJ,A.uB,A.QD,A.uy,A.PV,A.Zi,A.Vw,A.Vv,A.R0,A.XL,A.a4B,A.aew,A.a74,A.ru,A.rj,A.a82,A.adr,A.lx,A.oV,A.mg,A.Y_,A.uU,A.H_,A.yj,A.iL,A.a75,A.NX,A.nt,A.Te,A.kT,A.v_,A.afD,A.yU,A.a3G,A.a5k,A.l1,A.tt,A.Jl,A.Mb,A.a7J,A.Qs,A.aaU,A.TJ,A.V8,A.TF,A.TI,A.PP,A.n6,A.hZ,A.aca,A.X9,A.a1_,A.dA,A.a10,A.dl,A.ET,A.EU,A.Xs,A.G0,A.qo,A.CB,A.qK,A.m4,A.wO,A.x3,A.xj,A.zb,A.zr,A.zQ,A.ts,A.Aj,A.i0,A.eL,A.Qg,A.TL,A.Rf,A.Hk,A.a3q,A.dD,A.aaf,A.YE,A.em,A.a0m,A.a3j,A.a3k,A.Jq,A.ES,A.WT,A.Ex,A.Ey,A.qf,A.XB,A.Fm,A.ZY,A.hE,A.Il,A.Io,A.Ju,A.JH,A.zc,A.L5,A.Lk,A.LJ,A.LV,A.iN,A.Mt,A.ph,A.Mv,A.Mw,A.Mx,A.o3,A.kt,A.I5,A.xb,A.eM,A.rJ,A.Ue,A.Jt,A.ZZ,A.xi,A.XK,A.ek,A.a2v,A.IS,A.IT,A.a57,A.a3l,A.a3d,A.XT,A.a1c,A.aaT,A.Gp,A.lg,A.a7E,A.YK,A.a8Z,A.a4Z,A.Y8,A.Xm,A.Xn,A.Xp,A.zs,A.fI,A.n1,A.n,A.ej,A.a20,A.ij,A.N0,A.ie,A.YR,A.a2c,A.acd,A.J1,A.rM,A.a4p,A.a4q,A.m8,A.pk,A.MI,A.ur,A.a3W,A.n0,A.LP,A.a7k,A.a7h,A.jR,A.ad_,A.mX,A.iO,A.J4,A.QM,A.AI,A.zj,A.Ny,A.LO,A.a3_,A.pz,A.jq,A.a0Y,A.vn,A.Iv,A.ar,A.iX,A.b5,A.EX,A.Xw,A.o7,A.aJ,A.es,A.k2]) +p(A.m2,[A.G9,A.X4,A.X0,A.Ga,A.a5M,A.aii,A.aik,A.agt,A.agJ,A.agI,A.a1u,A.a1v,A.a1r,A.a1s,A.a1t,A.ahE,A.ahD,A.a0c,A.ahG,A.ahH,A.aha,A.ahb,A.ah7,A.ah8,A.ah9,A.ahc,A.a8A,A.aip,A.a2h,A.a2g,A.agM,A.agQ,A.Yi,A.Yw,A.Yx,A.Yu,A.Yv,A.Yt,A.ZH,A.ZK,A.ZI,A.aho,A.a03,A.a04,A.ait,A.ais,A.aeF,A.a1q,A.a4A,A.a1l,A.a1m,A.a1j,A.a1k,A.ahY,A.agm,A.ahK,A.ahL,A.agT,A.agU,A.agV,A.agW,A.agX,A.agY,A.agZ,A.ah_,A.a2B,A.a2C,A.a2D,A.a2F,A.a2M,A.a2Q,A.a46,A.a8t,A.a8u,A.a1a,A.a19,A.Z2,A.a_x,A.a_t,A.a_u,A.a_v,A.a_w,A.a_s,A.a_q,A.a_z,A.a7r,A.abp,A.aeI,A.aeK,A.aeL,A.aeM,A.aeN,A.aeO,A.aeP,A.afR,A.afS,A.afT,A.afU,A.afV,A.aeo,A.aep,A.aeq,A.aer,A.aes,A.aet,A.a5T,A.a5U,A.a5Y,A.a21,A.a22,A.a7P,A.a7Q,A.ahe,A.ahf,A.ahg,A.ahh,A.ahi,A.ahj,A.ahk,A.ahl,A.Zd,A.a3O,A.a9j,A.a9q,A.a9r,A.a9s,A.a9u,A.a0k,A.a0i,A.a0j,A.a_j,A.a_h,A.a_i,A.Z8,A.Z9,A.Za,A.Zb,A.a1G,A.a1H,A.a1E,A.WS,A.a_Q,A.a_R,A.a1A,A.a_1,A.ahN,A.aht,A.YX,A.Z_,A.Pi,A.a0q,A.Y0,A.YI,A.a0w,A.xD,A.Nm,A.a2q,A.a2p,A.ahT,A.ahV,A.afI,A.abj,A.abi,A.ago,A.a0t,A.adg,A.ado,A.a8W,A.a8V,A.afc,A.adq,A.adX,A.a3o,A.adS,A.ag2,A.agC,A.agD,A.a1x,A.acO,A.acP,A.ai4,A.aim,A.ain,A.ahB,A.aiC,A.a2A,A.a4b,A.a3A,A.aap,A.aao,A.ace,A.acg,A.ach,A.a00,A.a01,A.a02,A.ahC,A.a8H,A.a99,A.adp,A.a5r,A.a5s,A.a5C,A.a45,A.Xf,A.Xg,A.Xh,A.ZU,A.ZV,A.ZW,A.a_c,A.a_d,A.a_e,A.ae6,A.a3v,A.acE,A.acF,A.aee,A.a3S,A.abX,A.abY,A.abZ,A.abA,A.abB,A.abC,A.abN,A.abQ,A.abR,A.abS,A.abT,A.abU,A.abV,A.abW,A.abD,A.abE,A.abF,A.abO,A.aby,A.abP,A.abx,A.abG,A.abH,A.abI,A.abJ,A.abK,A.abL,A.abM,A.Zf,A.acG,A.acI,A.acK,A.acH,A.acJ,A.adA,A.adx,A.adz,A.ady,A.acS,A.acT,A.acV,A.acU,A.acW,A.acX,A.acZ,A.acY,A.aex,A.aey,A.aeA,A.aeB,A.aez,A.adM,A.adJ,A.aec,A.ae8,A.ae9,A.aea,A.aeb,A.a3z,A.agg,A.agh,A.agi,A.agj,A.a4T,A.a7t,A.afJ,A.afL,A.afK,A.abe,A.aa0,A.aa6,A.aa9,A.aaa,A.aab,A.aad,A.aae,A.a4r,A.ac8,A.ac9,A.Yl,A.Ym,A.Yn,A.ac0,A.a1U,A.a1P,A.a1W,A.a1X,A.a25,A.a24,A.a6B,A.XD,A.a40,A.a4_,A.a6l,A.a6m,A.a6h,A.a6i,A.a6j,A.a64,A.a6q,A.a6o,A.a6s,A.a6y,A.a6x,A.a6w,A.a7z,A.a7y,A.aa3,A.a88,A.a86,A.afx,A.afw,A.afu,A.afv,A.agu,A.a8b,A.a8a,A.a7U,A.a7X,A.a7V,A.a7Y,A.a7W,A.a7Z,A.a8_,A.a5h,A.acm,A.a0e,A.a0g,A.a0f,A.Xu,A.a3H,A.a6I,A.a6J,A.a6H,A.a9N,A.a9M,A.a9O,A.agR,A.WK,A.WN,A.WL,A.WO,A.ag7,A.ag8,A.ada,A.afY,A.afX,A.a6L,A.agc,A.aga,A.ZA,A.ZB,A.a07,A.agN,A.a0a,A.a09,A.aeV,A.Zk,A.Zl,A.Zn,A.Zo,A.Zj,A.Zv,A.Zw,A.Zx,A.Zy,A.aeS,A.aeT,A.aeQ,A.a60,A.adH,A.a_7,A.a_8,A.a_4,A.a_6,A.a_5,A.a4Y,A.a6d,A.a0D,A.a0I,A.a0K,A.a0M,A.a0O,A.a0F,A.a0H,A.acr,A.acs,A.act,A.acw,A.acx,A.acy,A.a1i,A.a1g,A.a1f,A.a1J,A.adE,A.a2_,A.a1Z,A.a1Y,A.ab8,A.ab7,A.ab9,A.aba,A.abb,A.abc,A.a23,A.ah2,A.ah3,A.ah4,A.ae0,A.ae1,A.a3c,A.a3b,A.a3F,A.a77,A.a76,A.a7a,A.a7c,A.a78,A.a4n,A.afd,A.afg,A.a4m,A.a4g,A.a4i,A.a4k,A.a4L,A.af3,A.af2,A.af1,A.a4S,A.af8,A.afk,A.afi,A.aal,A.aai,A.aem,A.aej,A.a7H,A.a7L,A.a7M,A.akG,A.a7N,A.aiv,A.ahQ,A.Xr,A.XG,A.XH,A.XP,A.EV,A.a3h,A.a3i,A.ae3,A.a9Q,A.a2w,A.a3e,A.a3f,A.YM,A.ahp,A.a5_,A.X6,A.F2,A.F3,A.X7,A.a1K,A.a1C,A.a4o,A.Yy,A.a8n,A.a8m,A.a8P,A.a8Q,A.a9X,A.a9Y,A.a9S,A.a9R,A.a9T,A.a9V,A.a6M,A.a6N,A.a6O,A.a70,A.a7_,A.a6U,A.a6V,A.a6Y,A.a6W,A.a6X,A.a9l]) +p(A.G9,[A.X3,A.X2,A.X1,A.a5N,A.aih,A.aij,A.a0b,A.a_L,A.a8y,A.a8z,A.a8x,A.Y9,A.Ya,A.a0n,A.a0o,A.Yh,A.a59,A.a1p,A.a93,A.a94,A.a11,A.a12,A.ai_,A.ai0,A.agn,A.agr,A.a2N,A.a2O,A.a2P,A.a2I,A.a2J,A.a2K,A.a1b,A.a_y,A.ai2,A.ai3,A.a5m,A.aeJ,A.a5q,A.a5V,A.a5X,A.ahW,A.a7O,A.a_B,A.a_D,A.a_C,A.a3P,A.a9k,A.a9t,A.a9v,A.a1F,A.a_P,A.a9p,A.a_l,A.a_m,A.Y2,A.aif,A.a5I,A.abk,A.abl,A.afM,A.a0s,A.a0r,A.adc,A.adk,A.adi,A.ade,A.adj,A.add,A.adn,A.adm,A.adl,A.a8X,A.a8U,A.afF,A.afE,A.abw,A.aeG,A.ags,A.ahm,A.afb,A.aaP,A.aaO,A.Y5,A.Y6,A.aiD,A.a2z,A.aav,A.aax,A.aaz,A.aay,A.aaq,A.aas,A.aau,A.aat,A.aaA,A.aaB,A.a0Q,A.a0R,A.a0U,A.a0V,A.a0S,A.a0T,A.YV,A.YW,A.ahn,A.agq,A.a_Z,A.Xx,A.Y3,A.a0z,A.a0y,A.a0A,A.a0B,A.a38,A.a37,A.a36,A.ZM,A.ZR,A.ZS,A.ZN,A.ZO,A.ZP,A.ZQ,A.a5y,A.a5G,A.a9d,A.a9e,A.a9f,A.a9g,A.a9h,A.ab4,A.WY,A.abh,A.a3u,A.abt,A.abr,A.abs,A.aeg,A.ac_,A.abz,A.agO,A.agP,A.adL,A.adN,A.adI,A.adK,A.a3x,A.a3y,A.ad0,A.a7w,A.a7v,A.aa1,A.aa5,A.aac,A.a1N,A.a1M,A.adZ,A.a1R,A.a1S,A.a47,A.a66,A.a68,A.a67,A.a43,A.a42,A.a41,A.a4X,A.a4W,A.a4V,A.a6k,A.a6n,A.a7B,A.a7C,A.a7D,A.XR,A.a8j,A.a5R,A.a6F,A.a6G,A.a6E,A.a9b,A.a9P,A.ab5,A.ag9,A.ad9,A.ad8,A.agb,A.aaV,A.a6f,A.a6g,A.ad1,A.ad2,A.ad3,A.ad4,A.XM,A.YC,A.YD,A.a0C,A.a0E,A.a0J,A.a0L,A.a0N,A.a0P,A.a0G,A.acv,A.acu,A.adv,A.adu,A.adt,A.adD,A.adF,A.adG,A.WX,A.ae_,A.aed,A.a3R,A.a7b,A.a7d,A.a79,A.aff,A.afe,A.a4h,A.a4j,A.a4l,A.a4f,A.af_,A.aeD,A.a4P,A.a4O,A.a4Q,A.a4N,A.a4M,A.af7,A.a6K,A.afn,A.afo,A.afm,A.afh,A.afl,A.afj,A.aaj,A.aak,A.aeh,A.a3V,A.a3T,A.a7G,A.a7K,A.a8p,A.abd,A.ag6,A.ae2,A.Xo,A.a2T,A.a4t,A.aa7,A.a50,A.a6P,A.aic,A.aib]) +p(A.Ga,[A.X_,A.a2e,A.a2f,A.a96,A.ahz,A.ahw,A.a58,A.ahZ,A.ahM,A.a2L,A.a2H,A.a_r,A.a8M,A.a8D,A.agw,A.aiq,A.a1B,A.YY,A.Y1,A.YH,A.a5H,A.a2o,A.ahU,A.agp,A.ahr,A.a0u,A.adh,A.afa,A.a33,A.a3p,A.adV,A.a4w,A.aaH,A.aaI,A.aaJ,A.ag1,A.ag0,A.agB,A.a3I,A.a3J,A.a3K,A.a3L,A.a7e,A.a7f,A.a8R,A.a8S,A.ab3,A.Xc,A.Xd,A.aaw,A.aar,A.YT,A.a5x,A.a3s,A.ae7,A.aef,A.aeX,A.aeY,A.age,A.agf,A.ac5,A.a7x,A.afq,A.aa_,A.aeZ,A.a4s,A.ac7,A.a1O,A.a1T,A.a1Q,A.a48,A.a49,A.a65,A.a6b,A.a6a,A.a69,A.a3Z,A.a5d,A.a5c,A.a5e,A.a5f,A.a6p,A.a6r,A.a6t,A.a6u,A.a6A,A.a6c,A.a6v,A.a7A,A.aft,A.a8c,A.a8d,A.acn,A.a8L,A.adb,A.Zq,A.Zs,A.Zr,A.Zt,A.Zu,A.Zm,A.Zp,A.aeU,A.aeR,A.a5Z,A.a6_,A.a6e,A.a1h,A.ads,A.a1e,A.adw,A.aeu,A.af0,A.agk,A.agl,A.ael,A.aek,A.aei,A.a8q,A.Xq,A.Xt,A.ae5,A.ae4,A.ai7,A.ai8,A.agF,A.XA,A.a31,A.a71,A.a6Z,A.a6T,A.a6Q,A.a6S,A.a6R]) +p(A.acM,[A.vV,A.jK,A.oT,A.qz,A.xF,A.p0,A.o5,A.vI,A.Bw,A.iK,A.WH,A.oq,A.wP,A.mw,A.rg,A.Bx,A.u0,A.B8,A.bx,A.G1,A.Ok,A.z_,A.xL,A.tO,A.tP,A.KJ,A.c1,A.qE,A.XC,A.rc,A.qk,A.vG,A.Z3,A.kV,A.mS,A.tb,A.a5v,A.I8,A.mR,A.lc,A.AR,A.a9m,A.Ns,A.ne,A.AQ,A.F9,A.XE,A.ua,A.Fc,A.xg,A.j8,A.up,A.EB,A.Uy,A.wy,A.kr,A.ec,A.If,A.uC,A.BK,A.ZT,A.xe,A.aa2,A.ut,A.XN,A.BU,A.adB,A.nq,A.a_X,A.mD,A.cW,A.ab6,A.fM,A.Au,A.oO,A.NL,A.a7F,A.zx,A.EO,A.Ol,A.qm,A.F6,A.Fb,A.vT,A.rp,A.AX,A.ND,A.Ax,A.C5,A.HU,A.Js,A.mB,A.o2,A.xn,A.GT,A.Ag,A.Nw,A.MZ,A.A5,A.pd,A.Z5,A.rH,A.IW,A.oD,A.h1,A.Nh,A.a7T,A.wg,A.mr,A.Oa,A.m9,A.a06,A.nj,A.O3,A.afC,A.uz,A.rk,A.Kl,A.eG,A.a4e,A.Dp,A.tu,A.fq,A.D0,A.Ko,A.LW,A.A8,A.Mf,A.ML,A.a_F,A.Iq,A.rU,A.oQ,A.rK,A.rL,A.My,A.rD,A.jD,A.kO,A.i_,A.oC,A.rS,A.my,A.vp,A.lj,A.qU,A.wH,A.uc,A.EP,A.pV,A.u5,A.px,A.py,A.le,A.AZ,A.Ba,A.afB,A.No,A.tZ,A.a51]) +q(A.XZ,A.Tm) +q(A.Li,A.eP) +p(A.cv,[A.Fq,A.FV,A.FU,A.G_,A.FX,A.FZ,A.Ft,A.Fw,A.Fs,A.Fr,A.FC,A.FJ,A.FH,A.FG,A.Fy,A.FB,A.Fx,A.FE,A.FI,A.Fz,A.FA,A.FD,A.FF,A.FW]) +q(A.e7,A.dW) +p(A.e7,[A.y9,A.Fn,A.FO,A.qC,A.ko,A.qD,A.Fv,A.Fu,A.w8,A.wa]) +p(A.Yb,[A.Fo,A.FP,A.w7]) +p(A.k,[A.yx,A.FT,A.ee,A.lv,A.Nf,A.k5,A.W,A.dE,A.bi,A.kz,A.pt,A.l7,A.As,A.kA,A.bJ,A.BB,A.OC,A.TW,A.Dk,A.y1,A.o8,A.EE,A.iS,A.bF,A.xk]) +p(A.fE,[A.qM,A.KV]) +p(A.qM,[A.LQ,A.G3,A.G6,A.G4,A.Kj,A.B7]) +q(A.Ki,A.B7) +p(A.ko,[A.FK,A.FL,A.FM,A.FN]) +p(A.bV,[A.Ff,A.jC,A.lk,A.IQ,A.Ob,A.PI,A.M0,A.Qj,A.xK,A.nR,A.ib,A.K9,A.Od,A.uh,A.iQ,A.Gf,A.Qw]) +p(A.a_k,[A.kk,A.PZ]) +p(A.dT,[A.eo,A.KR]) +p(A.eo,[A.Se,A.Sd,A.z1,A.z3,A.z4,A.z5,A.z6]) +q(A.z2,A.Se) +q(A.KP,A.Sd) +q(A.ZC,A.PZ) +q(A.Di,A.Nk) +q(A.KS,A.KR) +p(A.cQ,[A.wG,A.yV,A.KF,A.KI,A.KG,A.KH]) +p(A.wG,[A.Ks,A.Kr,A.Kq,A.Ky,A.KE,A.KC,A.KB,A.Ku,A.Kx,A.Kt,A.KA,A.KD,A.Kv,A.Kw,A.Kz]) +p(A.r3,[A.Im,A.In]) +p(A.a_n,[A.JN,A.a3D]) +q(A.Iw,A.xo) +p(A.XI,[A.yu,A.An]) +p(A.aaL,[A.a18,A.Z1]) +q(A.XJ,A.a5j) +q(A.Hz,A.a5i) +p(A.abo,[A.Vt,A.afQ,A.Vn]) +q(A.aeH,A.Vt) +q(A.aen,A.Vn) +p(A.hb,[A.qB,A.rq,A.rt,A.rI,A.rR,A.tz,A.tW,A.u2]) +p(A.a80,[A.Zc,A.a3N]) +q(A.wt,A.PQ) +p(A.wt,[A.a8f,A.Ik,A.a7p]) +p(A.O,[A.kb,A.ui,A.vy,A.vJ,A.nU,A.bu,A.wS,A.Je,A.n9,A.AE,A.la,A.lm]) +q(A.R6,A.kb) +q(A.O7,A.R6) +p(A.tQ,[A.Fl,A.LR]) +p(A.a9x,[A.a2X,A.a_I,A.aaR]) +p(A.a9w,[A.ac6,A.mv,A.nT]) +q(A.Rh,A.ac6) +q(A.Ri,A.Rh) +q(A.Rj,A.Ri) +q(A.iz,A.Rj) +q(A.Hp,A.iz) +p(A.a_o,[A.a4v,A.a_E,A.ZL,A.a0Z,A.a4u,A.a5F,A.a7R,A.a8h]) +p(A.a_p,[A.a4x,A.a9K,A.a4D,A.Z6,A.a5b,A.a_9,A.aaK,A.JR]) +p(A.Ik,[A.a1D,A.WR,A.a_O]) +p(A.a9z,[A.a9E,A.a9L,A.a9G,A.a9J,A.a9F,A.a9I,A.a9y,A.a9B,A.a9H,A.a9D,A.a9C,A.a9A]) +p(A.Zh,[A.GJ,A.Ib]) +q(A.a_a,A.Qf) +p(A.a_a,[A.YZ,A.a0p]) +q(A.MB,A.ol) +q(A.Hv,A.MB) +q(A.HA,A.Hv) +p(J.rz,[J.xG,J.xI,J.d,J.mo,J.jA]) +p(J.d,[J.jE,J.l,A.yy,A.yD,A.a_,A.Eq,A.lW,A.ik,A.cb,A.PB,A.fc,A.GP,A.Hc,A.Q0,A.wE,A.Q2,A.Hg,A.ae,A.Qn,A.fY,A.Iu,A.QN,A.Jn,A.JE,A.RH,A.RI,A.h0,A.RJ,A.RV,A.h6,A.Sg,A.Tk,A.he,A.TP,A.hf,A.TU,A.fm,A.Uh,A.NH,A.hk,A.Ut,A.NN,A.Og,A.V9,A.Vi,A.Vp,A.VE,A.VG,A.iA,A.Rk,A.iF,A.S2,A.L_,A.TX,A.iW,A.Uz,A.EK,A.OU]) +p(J.jE,[J.KX,J.k1,J.jB,A.a2r,A.a4y]) +q(J.a2n,J.l) +p(J.mo,[J.rC,J.xJ]) +p(A.k5,[A.nZ,A.DN,A.ii]) +q(A.BN,A.nZ) +q(A.Bv,A.DN) +q(A.ca,A.Bv) +p(A.aG,[A.o_,A.fg,A.pS,A.Ra]) +q(A.jg,A.ui) +p(A.W,[A.bs,A.kx,A.bd,A.pT,A.Cg]) +p(A.bs,[A.hh,A.aw,A.c0,A.y2,A.Rb]) +q(A.kw,A.dE) +q(A.wM,A.pt) +q(A.r1,A.l7) +q(A.wL,A.kA) +p(A.CD,[A.CE,A.CF]) +p(A.CE,[A.pW,A.CG]) +p(A.CF,[A.CH,A.CI]) +q(A.Dw,A.ya) +q(A.pL,A.Dw) +q(A.o0,A.pL) +p(A.qL,[A.bp,A.c3]) +q(A.xE,A.xD) +q(A.yM,A.lk) +p(A.Nm,[A.N7,A.qv]) +p(A.yD,[A.yz,A.rY]) +p(A.rY,[A.Cp,A.Cr]) +q(A.Cq,A.Cp) +q(A.mG,A.Cq) +q(A.Cs,A.Cr) +q(A.h3,A.Cs) +p(A.mG,[A.yA,A.JU]) +p(A.h3,[A.JV,A.yC,A.JW,A.yE,A.JX,A.yF,A.oU]) +q(A.Dr,A.Qj) +p(A.dI,[A.Dh,A.AG,A.BQ,A.pR]) +q(A.f3,A.Dh) +q(A.ls,A.f3) +q(A.BD,A.P3) +q(A.Br,A.BD) +q(A.Bn,A.Bq) +p(A.us,[A.bj,A.Dj]) +q(A.nl,A.Dg) +q(A.ux,A.PS) +q(A.af9,A.agd) +q(A.uH,A.pS) +p(A.fg,[A.Cc,A.Cb]) +q(A.pX,A.n4) +p(A.pX,[A.no,A.fL,A.DV]) +p(A.BJ,[A.BI,A.pQ]) +q(A.e_,A.DV) +p(A.Gb,[A.Xj,A.a_b,A.a2s]) +p(A.Gk,[A.Xl,A.Xk,A.a2u,A.a2t,A.aaQ,A.Oi,A.a16]) +q(A.P7,A.XO) +q(A.IR,A.xK) +q(A.adT,A.adU) +q(A.aaN,A.a_b) +p(A.ib,[A.th,A.xy]) +q(A.PK,A.Dx) +p(A.a_,[A.br,A.x2,A.HQ,A.ov,A.JI,A.hd,A.Dc,A.hj,A.fn,A.Dm,A.On,A.EM,A.lT]) +p(A.br,[A.ap,A.je,A.ks]) +q(A.at,A.ap) +p(A.at,[A.Eu,A.EG,A.I9,A.Mi]) +q(A.Gu,A.ik) +q(A.qN,A.PB) +p(A.fc,[A.Gv,A.Gw]) +q(A.Q1,A.Q0) +q(A.wD,A.Q1) +q(A.Q3,A.Q2) +q(A.He,A.Q3) +q(A.fW,A.lW) +q(A.Qo,A.Qn) +q(A.HP,A.Qo) +q(A.QO,A.QN) +q(A.ou,A.QO) +q(A.ju,A.ov) +q(A.JJ,A.RH) +q(A.JK,A.RI) +q(A.RK,A.RJ) +q(A.JL,A.RK) +q(A.RW,A.RV) +q(A.yL,A.RW) +q(A.Sh,A.Sg) +q(A.KZ,A.Sh) +q(A.hS,A.ae) +q(A.LZ,A.Tk) +q(A.Dd,A.Dc) +q(A.MU,A.Dd) +q(A.TQ,A.TP) +q(A.MW,A.TQ) +q(A.N8,A.TU) +q(A.Ui,A.Uh) +q(A.Nz,A.Ui) +q(A.Dn,A.Dm) +q(A.NA,A.Dn) +q(A.Uu,A.Ut) +q(A.NM,A.Uu) +q(A.Va,A.V9) +q(A.PA,A.Va) +q(A.BG,A.wE) +q(A.Vj,A.Vi) +q(A.QG,A.Vj) +q(A.Vq,A.Vp) +q(A.Co,A.Vq) +q(A.VF,A.VE) +q(A.TR,A.VF) +q(A.VH,A.VG) +q(A.U_,A.VH) +q(A.ab2,A.ab1) +q(A.yw,A.CJ) +q(A.Rl,A.Rk) +q(A.Jb,A.Rl) +q(A.S3,A.S2) +q(A.Kf,A.S3) +q(A.TY,A.TX) +q(A.Na,A.TY) +q(A.UA,A.Uz) +q(A.NT,A.UA) +p(A.Kh,[A.r,A.R]) +q(A.EL,A.OU) +q(A.Kg,A.lT) +q(A.EF,A.hC) +q(A.a27,A.a28) +q(A.a4I,A.a4J) +q(A.ab0,A.ra) +q(A.Zg,A.MC) +q(A.afy,A.a16) +q(A.afA,A.a17) +q(A.afz,A.afA) +q(A.Ze,A.PT) +p(A.Ze,[A.m,A.iw,A.Mm,A.a8e,A.bC]) +p(A.m,[A.aX,A.au,A.aP,A.aH,A.S0]) +p(A.aX,[A.JS,A.JT,A.JA,A.ue,A.GF,A.GI,A.Oy,A.uo,A.ER,A.Hj,A.Ht,A.Q6,A.H2,A.Om,A.HV,A.IB,A.rv,A.D9,A.V7,A.OY,A.B1,A.NJ,A.Ur,A.RZ,A.L6,A.xS,A.jd,A.Gg,A.S_,A.GY,A.wB,A.Id,A.xs,A.Bu,A.JM,A.RM,A.JY,A.t5,A.M4,A.S1,A.pv,A.NI,A.Oo,A.mc,A.md,A.Ih]) +p(A.aF,[A.bZ,A.RF,A.GL,A.U2,A.wo]) +p(A.bZ,[A.OK,A.OE,A.OF,A.SS,A.Tg,A.PH,A.Uv,A.By,A.DL]) +q(A.OL,A.OK) +q(A.OM,A.OL) +q(A.qh,A.OM) +p(A.a8r,[A.adQ,A.af4,A.a8F]) +q(A.ST,A.SS) +q(A.SU,A.ST) +q(A.zg,A.SU) +q(A.Th,A.Tg) +q(A.iJ,A.Th) +q(A.wn,A.PH) +q(A.Uw,A.Uv) +q(A.Ux,A.Uw) +q(A.pG,A.Ux) +q(A.Bz,A.By) +q(A.BA,A.Bz) +q(A.qJ,A.BA) +p(A.qJ,[A.vz,A.Bl]) +p(A.yY,[A.ey,A.abu]) +p(A.ey,[A.Ca,A.A0,A.hF,A.NG,A.ex,A.NF,A.rd,A.PM,A.KN]) +q(A.b2,A.DL) +p(A.aD,[A.fo,A.aZ,A.im,A.Bc]) +p(A.aZ,[A.zV,A.fS,A.zq,A.mk,A.yh,A.pg,A.pD,A.GU,A.wK,A.ob,A.nW,A.pB]) +p(A.A,[A.PC,A.m3]) +q(A.il,A.PC) +q(A.cU,A.QU) +q(A.PD,A.cU) +q(A.GE,A.PD) +p(A.fF,[A.PE,A.Ry,A.V4]) +p(A.au,[A.uv,A.oL,A.vF,A.vS,A.pU,A.zn,A.vY,A.D8,A.C4,A.yd,A.IH,A.nw,A.nx,A.La,A.A2,A.BS,A.A1,A.B5,A.kj,A.Bf,A.rh,A.r_,A.om,A.xa,A.ti,A.os,A.rl,A.y7,A.Cl,A.vv,A.yJ,A.lz,A.yT,A.n_,A.zY,A.LX,A.uQ,A.A6,A.Ak,A.pj,A.Al,A.u9,A.uk,A.r5,A.y8,A.rT,A.tq]) +q(A.aK,A.TT) +p(A.aK,[A.uw,A.Ci,A.Bm,A.Bp,A.uO,A.Vu,A.DM,A.Tu,A.DR,A.Vl,A.uJ,A.W0,A.W1,A.DO,A.D2,A.DQ,A.D3,A.Dq,A.Bj,A.W_,A.BX,A.BL,A.uA,A.QC,A.zl,A.uG,A.Vk,A.Rs,A.Vm,A.Cv,A.Cy,A.S8,A.VB,A.D_,A.v7,A.ly,A.A7,A.TD,A.Db,A.Da,A.Um,A.Bk,A.v5,A.DP,A.DS,A.Rt,A.LN]) +q(A.jj,A.PN) +p(A.jj,[A.iZ,A.hu]) +p(A.Fa,[A.aci,A.abv]) +q(A.GH,A.PF) +p(A.aP,[A.b8,A.fj,A.hP]) +p(A.b8,[A.C1,A.x7,A.dC,A.CA,A.D1,A.To,A.Bi,A.UU,A.jx,A.jw,A.Cf,A.ot,A.Ta,A.zf,A.Be,A.Tj,A.Cn,A.Mc,A.D5,A.TH,A.BM,A.Dz]) +q(A.PG,A.K8) +q(A.wm,A.PG) +q(A.aco,A.GH) +p(A.eR,[A.hz,A.wz]) +q(A.nn,A.hz) +p(A.nn,[A.r6,A.HD,A.HC]) +q(A.c_,A.Qv) +q(A.rf,A.Qw) +p(A.wz,[A.Qu,A.H1,A.Tx]) +p(A.hv,[A.ul,A.MM,A.Tn,A.OX,A.JP,A.Ah,A.zT,A.IV,A.eD,A.Md,A.Aw,A.Kb]) +p(A.ix,[A.Jm,A.jr]) +p(A.Jm,[A.Bd,A.uj]) +q(A.xZ,A.hH) +p(A.afW,[A.QE,A.nm,A.BY]) +q(A.x8,A.c_) +q(A.b0,A.Sr) +q(A.VN,A.Ox) +q(A.VO,A.VN) +q(A.UF,A.VO) +p(A.b0,[A.Sj,A.SE,A.Su,A.Sp,A.Ss,A.Sn,A.Sw,A.SM,A.fH,A.SA,A.SC,A.Sy,A.Sl]) +q(A.Sk,A.Sj) +q(A.p1,A.Sk) +p(A.UF,[A.VJ,A.VV,A.VQ,A.VM,A.VP,A.VL,A.VR,A.VZ,A.VX,A.VY,A.VW,A.VT,A.VU,A.VS,A.VK]) +q(A.UB,A.VJ) +q(A.SF,A.SE) +q(A.p5,A.SF) +q(A.UM,A.VV) +q(A.Sv,A.Su) +q(A.kX,A.Sv) +q(A.UH,A.VQ) +q(A.Sq,A.Sp) +q(A.mT,A.Sq) +q(A.UE,A.VM) +q(A.St,A.Ss) +q(A.mU,A.St) +q(A.UG,A.VP) +q(A.So,A.Sn) +q(A.kW,A.So) +q(A.UD,A.VL) +q(A.Sx,A.Sw) +q(A.kY,A.Sx) +q(A.UI,A.VR) +q(A.SN,A.SM) +q(A.l_,A.SN) +q(A.UQ,A.VZ) +p(A.fH,[A.SI,A.SK,A.SG]) +q(A.SJ,A.SI) +q(A.L2,A.SJ) +q(A.UO,A.VX) +q(A.SL,A.SK) +q(A.L3,A.SL) +q(A.UP,A.VY) +q(A.SH,A.SG) +q(A.L1,A.SH) +q(A.UN,A.VW) +q(A.SB,A.SA) +q(A.kZ,A.SB) +q(A.UK,A.VT) +q(A.SD,A.SC) +q(A.p4,A.SD) +q(A.UL,A.VU) +q(A.Sz,A.Sy) +q(A.p3,A.Sz) +q(A.UJ,A.VS) +q(A.Sm,A.Sl) +q(A.p2,A.Sm) +q(A.UC,A.VK) +q(A.QH,A.dz) +q(A.dk,A.QH) +p(A.dk,[A.yR,A.ys,A.ip]) +p(A.yR,[A.is,A.td,A.wF]) +p(A.v3,[A.RA,A.S4]) +p(A.td,[A.iB,A.EW]) +p(A.wF,[A.iY,A.iu,A.iG]) +q(A.R_,A.yt) +q(A.IG,A.ys) +p(A.EW,[A.iT,A.uq]) +p(A.Oy,[A.EQ,A.Hi,A.Hs]) +q(A.qd,A.OA) +q(A.a3w,A.a7I) +p(A.a8s,[A.afN,A.afP]) +q(A.SQ,A.R) +p(A.aH,[A.bg,A.h2,A.J9,A.pa]) +p(A.bg,[A.OP,A.P1,A.R3,A.R4,A.Pb,A.R1,A.Tt,A.R5,A.vB,A.GK,A.G5,A.qF,A.G2,A.KT,A.KU,A.ub,A.Ia,A.eC,A.j6,A.wq,A.Ap,A.fb,A.Jc,A.yQ,A.IN,A.IM,A.Jd,A.JO,A.to,A.kF,A.Ep,A.tA,A.oR,A.F4,A.wU,A.we,A.GR,A.QI,A.Tv,A.MN,A.Nl,A.HM]) +p(A.V,[A.T4,A.Rg,A.Tz]) +q(A.P,A.T4) +p(A.P,[A.N,A.Tb]) +p(A.N,[A.CY,A.CW,A.CN,A.zC,A.T2,A.zE,A.CU,A.T8,A.Vx,A.DU,A.zH,A.zW]) +q(A.tm,A.CY) +p(A.tm,[A.Lo,A.CK,A.CQ,A.CR,A.D7,A.CS,A.zJ,A.zB]) +p(A.Lo,[A.T0,A.CL,A.LE]) +q(A.qj,A.OO) +p(A.qj,[A.abf,A.abg]) +q(A.rV,A.zq) +q(A.vN,A.OW) +q(A.yf,A.Rw) +q(A.vQ,A.P_) +q(A.vR,A.P0) +p(A.ct,[A.t2,A.RX]) +q(A.dZ,A.t2) +q(A.uP,A.dZ) +q(A.hL,A.uP) +p(A.hL,[A.ze,A.jL]) +p(A.ze,[A.yp,A.zk]) +q(A.qu,A.P2) +q(A.abq,A.qu) +q(A.SY,A.Vu) +q(A.vW,A.P4) +q(A.bk,A.P5) +q(A.Bs,A.DM) +q(A.cP,A.RO) +p(A.cP,[A.Jy,A.PR,A.jU]) +p(A.Jy,[A.RN,A.Q9,A.Qh]) +q(A.Fd,A.P6) +q(A.w0,A.P9) +q(A.w2,A.Pa) +q(A.w4,A.Pc) +q(A.qH,A.Pf) +q(A.yg,A.m3) +q(A.wr,A.PJ) +q(A.ws,A.PL) +q(A.wA,A.zk) +q(A.qT,A.PU) +p(A.qT,[A.acA,A.acB]) +q(A.qV,A.PY) +p(A.qV,[A.acC,A.acD]) +q(A.wI,A.Q7) +q(A.wJ,A.Q8) +p(A.vY,[A.Hm,A.QS,A.Nn]) +p(A.bf,[A.Vc,A.Vf,A.Vd,A.Ve,A.QP,A.QQ,A.Dl,A.U7,A.VI,A.VA,A.Vb,A.Up]) +q(A.BO,A.Vc) +q(A.Qc,A.Vf) +q(A.Qa,A.Vd) +q(A.Qb,A.Ve) +p(A.bk,[A.Qd,A.QR,A.Qq,A.Qr,A.S7,A.U8]) +q(A.wN,A.Qe) +q(A.wY,A.Ql) +q(A.x4,A.Qp) +q(A.re,A.Qt) +p(A.re,[A.acQ,A.acR]) +q(A.a8I,A.a_W) +q(A.Vg,A.a8I) +q(A.Vh,A.Vg) +q(A.acL,A.Vh) +q(A.afr,A.a_V) +q(A.ow,A.QT) +p(A.dC,[A.xt,A.C2,A.qR,A.ox,A.qS]) +q(A.ml,A.kH) +p(A.ml,[A.mj,A.xB,A.xC]) +p(A.ry,[A.adO,A.adP]) +q(A.C3,A.DR) +q(A.IJ,A.rv) +q(A.IK,A.R2) +q(A.y3,A.Rr) +q(A.Rz,A.Vl) +q(A.CX,A.CW) +q(A.LF,A.CX) +p(A.LF,[A.CP,A.zA,A.zL,A.zy,A.Ly,A.zG,A.zF,A.T_,A.uW,A.Lu,A.LI,A.Lw,A.LG,A.Lx,A.zI,A.zu,A.zM,A.Lq,A.Lz,A.Lv,A.zw,A.T7,A.uY]) +p(A.IH,[A.Cj,A.vu,A.vs,A.vq,A.vt]) +q(A.rs,A.uJ) +q(A.qg,A.rs) +p(A.qg,[A.Rx,A.OJ,A.OH,A.OG,A.OI]) +p(A.GL,[A.TB,A.Pd]) +q(A.Jz,A.ul) +q(A.rX,A.RE) +q(A.JF,A.rX) +q(A.yk,A.RC) +q(A.JG,A.RD) +q(A.yG,A.RS) +q(A.yH,A.RT) +q(A.yI,A.RU) +q(A.yS,A.S6) +q(A.Ck,A.jL) +q(A.oN,A.Ck) +q(A.V5,A.W0) +q(A.V6,A.W1) +p(A.kU,[A.Ow,A.GG]) +q(A.Kp,A.Sa) +p(A.MM,[A.DI,A.DJ]) +q(A.zd,A.SP) +q(A.w5,A.La) +q(A.Pe,A.DO) +q(A.tf,A.SR) +p(A.tf,[A.ac3,A.ac4]) +q(A.zi,A.SV) +q(A.M7,A.D2) +q(A.aW,A.YJ) +q(A.Bo,A.aW) +p(A.a44,[A.afp,A.afO]) +q(A.BT,A.DQ) +q(A.D4,A.D3) +q(A.tw,A.D4) +q(A.bH,A.OB) +p(A.bH,[A.H7,A.o1,A.nY,A.Os,A.Ha,A.L9,A.LK,A.K7,A.L8,A.H5,A.tx]) +p(A.H7,[A.PW,A.PX]) +q(A.Aa,A.Tp) +q(A.Ab,A.Tq) +q(A.Ac,A.Tr) +q(A.Ad,A.Ts) +q(A.At,A.TM) +q(A.Av,A.TN) +q(A.AL,A.U1) +q(A.AM,A.U4) +q(A.U6,A.VI) +q(A.AS,A.U9) +q(A.B_,A.Ua) +q(A.dY,A.Ug) +q(A.hY,A.Ul) +q(A.a3t,A.wm) +q(A.lp,A.V1) +q(A.B3,A.Un) +q(A.Tc,A.VA) +q(A.PO,A.Vb) +q(A.B4,A.Uq) +q(A.pF,A.Dq) +q(A.B6,A.Us) +q(A.uf,A.US) +p(A.fZ,[A.oY,A.kP,A.A4]) +p(A.nM,[A.eI,A.j7,A.RL]) +p(A.vP,[A.c9,A.Cm]) +q(A.bE,A.OZ) +p(A.c5,[A.dG,A.i2,A.F7]) +p(A.F7,[A.eh,A.eO]) +q(A.km,A.n5) +p(A.dG,[A.e1,A.cS,A.f4,A.fk,A.f5,A.f6]) +p(A.cC,[A.b7,A.fe,A.ns]) +p(A.P8,[A.Bt,A.uN]) +q(A.oz,A.QW) +p(A.oz,[A.un,A.acN,A.JQ]) +q(A.jv,A.QV) +q(A.a1V,A.QX) +q(A.B0,A.iw) +q(A.q,A.Ub) +q(A.lY,A.jt) +q(A.qw,A.kD) +q(A.f9,A.e8) +q(A.BC,A.f9) +q(A.wi,A.BC) +p(A.wi,[A.hM,A.fz,A.jX,A.er,A.k8]) +q(A.T1,A.CN) +q(A.zz,A.T1) +q(A.T3,A.T2) +q(A.CO,A.T3) +q(A.zD,A.CO) +q(A.xW,A.Rg) +p(A.xW,[A.KW,A.fT]) +p(A.fT,[A.jJ,A.wd,A.wc,A.wb,A.vC]) +p(A.jJ,[A.B9,A.Kk]) +q(A.RQ,A.Vo) +q(A.t6,A.Yk) +p(A.afs,[A.Ph,A.fp]) +p(A.fp,[A.Ti,A.C0,A.pY]) +q(A.T5,A.CU) +q(A.T6,A.T5) +q(A.zK,A.T6) +q(A.VD,A.VC) +q(A.lA,A.VD) +q(A.Lp,A.T_) +q(A.pf,A.wo) +p(A.uW,[A.Lt,A.Ls,A.Lr,A.CV]) +p(A.CV,[A.LB,A.LC]) +p(A.zL,[A.LD,A.LA,A.mY,A.CM,A.LH]) +q(A.T9,A.T8) +q(A.zN,A.T9) +q(A.zP,A.Tb) +q(A.Ml,A.Tw) +q(A.cw,A.Tz) +q(A.tB,A.TA) +q(A.t1,A.tB) +p(A.a81,[A.aa8,A.a3a,A.a9i]) +q(A.XQ,A.EI) +q(A.a5g,A.XQ) +p(A.Xv,[A.acl,A.Ln]) +q(A.mq,A.Rc) +p(A.mq,[A.oB,A.mu,A.xN]) +q(A.a2R,A.Rd) +p(A.a2R,[A.f,A.o]) +q(A.U3,A.yq) +q(A.mJ,A.ym) +q(A.zm,A.SW) +q(A.iI,A.SX) +p(A.iI,[A.jO,A.tj]) +q(A.Lg,A.zm) +q(A.Nv,A.iU) +q(A.Sf,A.Vs) +q(A.aS,A.R8) +q(A.WI,A.Oz) +p(A.aS,[A.qe,A.qx,A.jl,A.p8,A.oZ,A.p7,A.hV,A.Hb,A.H6,A.Mh,A.wj,A.KL,A.Ll,A.O9,A.O2]) +q(A.DT,A.o1) +q(A.Cz,A.DT) +q(A.DA,A.W_) +p(A.Ka,[A.a2y,A.h_]) +p(A.bC,[A.wf,A.d7,A.RY]) +p(A.wf,[A.zh,A.N6,A.hg]) +p(A.zh,[A.fC,A.t7,A.Vr]) +p(A.fC,[A.UT,A.xA,A.uK]) +q(A.hA,A.UU) +q(A.Fk,A.j6) +p(A.fj,[A.xY,A.p6,A.x6]) +p(A.h2,[A.wp,A.MY,A.HT,A.LL,A.Kn,A.Do]) +p(A.d7,[A.Am,A.CT,A.J8,A.oS]) +q(A.S5,A.Am) +p(A.HT,[A.LY,A.Gc]) +q(A.HK,A.x6) +p(A.J9,[A.Lf,A.HF,A.tk,A.LM]) +q(A.mW,A.CT) +q(A.DB,A.EY) +q(A.DC,A.DB) +q(A.DD,A.DC) +q(A.DE,A.DD) +q(A.DF,A.DE) +q(A.DG,A.DF) +q(A.DH,A.DG) +q(A.Ot,A.DH) +q(A.QA,A.Qz) +q(A.dj,A.QA) +p(A.dj,[A.on,A.BW]) +q(A.Qy,A.Qx) +q(A.x9,A.Qy) +q(A.I_,A.om) +q(A.QB,A.uA) +q(A.BV,A.jx) +q(A.I1,A.QD) +q(A.dL,A.Vw) +q(A.k9,A.Vv) +q(A.SZ,A.I1) +q(A.zp,A.SZ) +p(A.jr,[A.cD,A.kC]) +p(A.rj,[A.eA,A.ON]) +q(A.acq,A.a82) +q(A.xm,A.oV) +q(A.C_,A.Vk) +p(A.jw,[A.oP,A.TE]) +q(A.RB,A.Vm) +p(A.vv,[A.EA,A.MK,A.Ma,A.LU,A.GS,A.y4]) +q(A.GZ,A.NX) +q(A.ef,A.a75) +p(A.nt,[A.uS,A.uR,A.Ct,A.Cu]) +q(A.Cw,A.Cv) +q(A.jH,A.Cw) +p(A.Te,[A.RR,A.al2]) +p(A.eD,[A.QL,A.d8]) +q(A.Cx,A.Vr) +q(A.Vy,A.Vx) +q(A.uX,A.Vy) +q(A.t3,A.S8) +q(A.Uk,A.oS) +q(A.v2,A.er) +q(A.Vz,A.DU) +q(A.uZ,A.Vz) +q(A.GX,A.a5k) +q(A.Tf,A.VB) +p(A.d8,[A.j_,A.Td]) +q(A.CZ,A.j_) +p(A.CZ,[A.zS,A.zR]) +q(A.v0,A.v7) +p(A.Mb,[A.IC,A.Xi,A.ZX]) +q(A.a_S,A.Qs) +q(A.D6,A.h_) +q(A.f_,A.D6) +p(A.f_,[A.Mg,A.ty,A.t4,A.Me,A.aaM]) +q(A.nr,A.oH) +q(A.Pj,A.ty) +q(A.TK,A.TJ) +q(A.ax,A.TK) +q(A.pN,A.V8) +q(A.TG,A.TF) +q(A.tE,A.TG) +q(A.Mz,A.TI) +p(A.H6,[A.wu,A.ww,A.wv,A.H4,A.A9]) +p(A.H4,[A.oe,A.og,A.x0,A.wV,A.wW,A.iq,A.oh,A.oi,A.wZ,A.x_,A.of]) +q(A.V3,A.u8) +q(A.Ez,A.y4) +q(A.a5o,A.Ln) +q(A.Qi,A.DP) +q(A.vU,A.ET) +q(A.qy,A.AG) +q(A.a6C,A.EU) +p(A.Xs,[A.tp,A.tL]) +p(A.qo,[A.Ip,A.Nb]) +p(A.eL,[A.xV,A.tD,A.MX]) +p(A.xV,[A.kq,A.bq,A.xh,A.jy,A.KO,A.h7,A.AW]) +q(A.t8,A.dD) +q(A.Ru,A.DS) +p(A.ES,[A.nN,A.bK,A.Ev,A.hp,A.lP,A.WV,A.Ew,A.WW]) +p(A.eM,[A.Ge,A.IF,A.Kc,A.Mu,A.MP,A.Nr]) +q(A.IU,A.ek) +q(A.K6,A.a3l) +q(A.oA,A.a8Z) +p(A.oA,[A.L7,A.Oh,A.Ou]) +q(A.a3m,A.Xm) +q(A.a7l,A.a3m) +q(A.a55,A.Y8) +q(A.a4R,A.Xn) +q(A.a13,A.Xp) +p(A.fI,[A.MA,A.Az]) +p(A.n1,[A.M1,A.M2,A.M3]) +q(A.iR,A.Az) +p(A.ij,[A.Gl,A.Gm,A.Gn,A.Go,A.Gq,A.Gr]) +p(A.ej,[A.EH,A.vH,A.vM,A.x1,A.AC]) +p(A.EH,[A.xP,A.xR,A.xX,A.y_,A.yK,A.AA,A.AD,A.AF]) +p(A.n,[A.AB,A.hq,A.hs,A.ei,A.H,A.oE,A.oF,A.dm,A.y5,A.dH,A.f2,A.eg,A.r9,A.vL]) +q(A.N4,A.AB) +p(A.N4,[A.J7,A.eF]) +q(A.cO,A.J7) +p(A.cO,[A.ia,A.ED,A.F_,A.HB,A.HI]) +q(A.Es,A.ia) +q(A.qi,A.Es) +q(A.ja,A.hs) +p(A.ja,[A.lV,A.ht]) +q(A.jb,A.F_) +p(A.jb,[A.qq,A.F0]) +q(A.fl,A.eF) +q(A.qs,A.fl) +q(A.o4,A.ei) +p(A.o4,[A.Gz,A.GC]) +q(A.F,A.H) +p(A.F,[A.fw,A.oX,A.Gh,A.lq,A.dX,A.cq,A.qO,A.m5,A.qP,A.m7,A.cj,A.jf,A.js,A.n7,A.fK,A.Nt,A.jY,A.nh,A.KM,A.NB]) +q(A.eV,A.dm) +p(A.eV,[A.rE,A.ms,A.mt,A.rF,A.rG]) +q(A.dh,A.hq) +p(A.dh,[A.dP,A.N1]) +q(A.dn,A.y5) +p(A.dn,[A.rP,A.oJ]) +q(A.Jh,A.oJ) +p(A.Jh,[A.rQ,A.mx,A.Jk]) +q(A.iE,A.oX) +p(A.iE,[A.t_,A.mH,A.K4]) +q(A.a9,A.Gh) +p(A.a9,[A.oW,A.b6,A.eq,A.qZ,A.cF,A.yl,A.l5,A.el,A.cZ,A.cI,A.jZ]) +q(A.eY,A.oW) +p(A.eY,[A.h4,A.K2]) +q(A.t0,A.h4) +p(A.t0,[A.mI,A.jI]) +q(A.ea,A.dH) +p(A.ea,[A.N2,A.N3,A.na]) +q(A.hX,A.N2) +p(A.hX,[A.tI,A.nb,A.N5,A.TS]) +q(A.ed,A.f2) +p(A.ed,[A.pI,A.NZ]) +q(A.O_,A.pI) +p(A.O_,[A.NW,A.ni]) +q(A.bb,A.b6) +p(A.bb,[A.d1,A.ba]) +q(A.dy,A.eg) +p(A.dy,[A.oj,A.I3]) +q(A.fy,A.oj) +p(A.fy,[A.hB,A.I6]) +q(A.Hh,A.hB) +q(A.ID,A.Hh) +q(A.b4,A.ba) +p(A.b4,[A.MD,A.bB]) +q(A.l6,A.MD) +q(A.ig,A.l6) +q(A.du,A.lq) +q(A.hx,A.du) +q(A.eN,A.ig) +q(A.jP,A.eN) +q(A.cz,A.cq) +q(A.pu,A.cz) +q(A.AN,A.pu) +p(A.AN,[A.jm,A.mf,A.li]) +q(A.NU,A.li) +p(A.NU,[A.cc,A.NR]) +q(A.NO,A.cc) +p(A.NO,[A.LT,A.ds]) +q(A.NP,A.ds) +p(A.NP,[A.M9,A.O1]) +q(A.bM,A.bB) +p(A.bM,[A.kv,A.p_,A.tH,A.UW]) +q(A.eU,A.kv) +p(A.eU,[A.rZ,A.oy,A.Ms,A.f0]) +q(A.bR,A.cF) +p(A.bR,[A.hJ,A.z0]) +q(A.iC,A.hJ) +q(A.Gj,A.iC) +q(A.en,A.z0) +p(A.en,[A.GD,A.nc]) +q(A.ji,A.GD) +p(A.ji,[A.hw,A.fv,A.jh]) +q(A.d5,A.p_) +p(A.d5,[A.cR,A.tc]) +q(A.KK,A.cR) +p(A.KK,[A.Ho,A.h8,A.eZ,A.O5]) +q(A.hW,A.l5) +p(A.hW,[A.rb,A.fJ]) +q(A.Rp,A.el) +q(A.kI,A.Rp) +q(A.Ld,A.kI) +q(A.za,A.h8) +q(A.n8,A.za) +q(A.jW,A.Nt) +q(A.Nx,A.jW) +q(A.ng,A.Nx) +q(A.k_,A.ng) +q(A.zX,A.zW) +q(A.nP,A.qi) +p(A.N0,[A.nQ,A.nV,A.tT]) +q(A.vE,A.ED) +q(A.f8,A.lV) +q(A.id,A.ht) +q(A.qp,A.qq) +p(A.nV,[A.EZ,A.F1]) +q(A.vO,A.F0) +q(A.qr,A.qs) +p(A.YR,[A.YO,A.a30]) +q(A.Gy,A.Gz) +q(A.GA,A.fw) +q(A.wl,A.GC) +q(A.oc,A.HB) +q(A.HH,A.HI) +q(A.xO,A.oE) +q(A.Re,A.oF) +q(A.xQ,A.Re) +q(A.IY,A.rE) +q(A.IZ,A.ms) +q(A.J_,A.mt) +q(A.J0,A.rF) +q(A.J2,A.rG) +q(A.e6,A.dP) +q(A.Jf,A.rP) +q(A.Jg,A.rQ) +q(A.Ji,A.mx) +q(A.Jj,A.Jk) +q(A.JZ,A.t_) +q(A.K_,A.mH) +q(A.K0,A.mI) +q(A.K1,A.jI) +q(A.hO,A.K2) +q(A.K3,A.K4) +q(A.l8,A.N1) +q(A.pl,A.tI) +q(A.pm,A.N3) +q(A.pn,A.na) +q(A.l9,A.nb) +q(A.po,A.N5) +q(A.NV,A.NW) +q(A.NY,A.ni) +q(A.Bb,A.NZ) +q(A.OQ,A.d1) +q(A.j9,A.OQ) +q(A.HO,A.r9) +q(A.I2,A.I3) +q(A.oo,A.I6) +q(A.rn,A.ID) +q(A.qn,A.vL) +q(A.d2,A.hx) +q(A.tr,A.jP) +q(A.MH,A.eq) +q(A.tY,A.dX) +q(A.H9,A.jm) +q(A.IA,A.mf) +q(A.LS,A.LT) +q(A.M8,A.M9) +q(A.NQ,A.NR) +q(A.O0,A.O1) +q(A.GM,A.qO) +q(A.GN,A.m5) +q(A.GO,A.qP) +q(A.qY,A.qZ) +q(A.oa,A.m7) +q(A.mp,A.cj) +q(A.kR,A.rZ) +q(A.qG,A.jf) +q(A.Gi,A.Gj) +q(A.Gx,A.hw) +q(A.wk,A.fv) +q(A.GB,A.jh) +q(A.Hn,A.Ho) +q(A.QY,A.oy) +q(A.QZ,A.QY) +q(A.xw,A.QZ) +q(A.RG,A.yl) +q(A.mF,A.RG) +q(A.ok,A.rb) +q(A.it,A.js) +q(A.Lc,A.Ld) +q(A.TO,A.n7) +q(A.MO,A.TO) +q(A.tN,A.fJ) +q(A.O6,A.fK) +q(A.SO,A.tc) +q(A.L4,A.SO) +q(A.Lj,A.eZ) +q(A.TC,A.Ms) +q(A.jQ,A.TC) +q(A.N_,A.n8) +q(A.tK,A.nc) +q(A.O4,A.O5) +q(A.MQ,A.tH) +q(A.Uj,A.f0) +q(A.AP,A.Uj) +q(A.dr,A.cZ) +q(A.nf,A.cI) +q(A.Uc,A.jZ) +q(A.Ud,A.Uc) +q(A.iV,A.Ud) +q(A.lf,A.jY) +q(A.pC,A.nh) +q(A.NC,A.k_) +q(A.h,A.j9) +q(A.A_,A.kR) +q(A.a7i,A.a4p) +q(A.a7j,A.a4q) +q(A.zZ,A.a3W) +q(A.aah,A.Iv) +q(A.adC,A.ar) +p(A.o7,[A.AO,A.wx]) +q(A.tX,A.AO) +q(A.R7,A.lm) +q(A.O8,A.R7) +s(A.PQ,A.Gd) +s(A.PZ,A.a7s) +s(A.Qf,A.acb) +s(A.Rh,A.ad6) +s(A.Ri,A.ad7) +s(A.Rj,A.ad5) +r(A.Sd,A.BF) +r(A.Se,A.BF) +s(A.Vn,A.V2) +s(A.Vt,A.V2) +s(A.ui,A.Oc) +s(A.DN,A.O) +s(A.Cp,A.O) +s(A.Cq,A.x5) +s(A.Cr,A.O) +s(A.Cs,A.x5) +s(A.nl,A.OT) +s(A.Dw,A.UX) +s(A.DV,A.UY) +s(A.PB,A.YN) +s(A.Q0,A.O) +s(A.Q1,A.cV) +s(A.Q2,A.O) +s(A.Q3,A.cV) +s(A.Qn,A.O) +s(A.Qo,A.cV) +s(A.QN,A.O) +s(A.QO,A.cV) +s(A.RH,A.aG) +s(A.RI,A.aG) +s(A.RJ,A.O) +s(A.RK,A.cV) +s(A.RV,A.O) +s(A.RW,A.cV) +s(A.Sg,A.O) +s(A.Sh,A.cV) +s(A.Tk,A.aG) +s(A.Dc,A.O) +s(A.Dd,A.cV) +s(A.TP,A.O) +s(A.TQ,A.cV) +s(A.TU,A.aG) +s(A.Uh,A.O) +s(A.Ui,A.cV) +s(A.Dm,A.O) +s(A.Dn,A.cV) +s(A.Ut,A.O) +s(A.Uu,A.cV) +s(A.V9,A.O) +s(A.Va,A.cV) +s(A.Vi,A.O) +s(A.Vj,A.cV) +s(A.Vp,A.O) +s(A.Vq,A.cV) +s(A.VE,A.O) +s(A.VF,A.cV) +s(A.VG,A.O) +s(A.VH,A.cV) +s(A.Rk,A.O) +s(A.Rl,A.cV) +s(A.S2,A.O) +s(A.S3,A.cV) +s(A.TX,A.O) +s(A.TY,A.cV) +s(A.Uz,A.O) +s(A.UA,A.cV) +s(A.OU,A.aG) +s(A.OK,A.vw) +s(A.OL,A.nO) +s(A.OM,A.lR) +s(A.By,A.vx) +s(A.Bz,A.nO) +s(A.BA,A.lR) +s(A.PH,A.vA) +s(A.SS,A.vx) +s(A.ST,A.nO) +s(A.SU,A.lR) +s(A.Tg,A.vx) +s(A.Th,A.lR) +s(A.Uv,A.vw) +s(A.Uw,A.nO) +s(A.Ux,A.lR) +s(A.DL,A.vA) +s(A.PC,A.ac) +s(A.PD,A.ac) +s(A.PF,A.ac) +s(A.PG,A.ac) +s(A.Qw,A.jk) +s(A.Qv,A.ac) +s(A.PT,A.ac) +s(A.Sj,A.dK) +s(A.Sk,A.Pk) +s(A.Sl,A.dK) +s(A.Sm,A.Pl) +s(A.Sn,A.dK) +s(A.So,A.Pm) +s(A.Sp,A.dK) +s(A.Sq,A.Pn) +s(A.Sr,A.ac) +s(A.Ss,A.dK) +s(A.St,A.Po) +s(A.Su,A.dK) +s(A.Sv,A.Pp) +s(A.Sw,A.dK) +s(A.Sx,A.Pq) +s(A.Sy,A.dK) +s(A.Sz,A.Pr) +s(A.SA,A.dK) +s(A.SB,A.Ps) +s(A.SC,A.dK) +s(A.SD,A.Pt) +s(A.SE,A.dK) +s(A.SF,A.Pu) +s(A.SG,A.dK) +s(A.SH,A.Pv) +s(A.SI,A.dK) +s(A.SJ,A.Pw) +s(A.SK,A.dK) +s(A.SL,A.Px) +s(A.SM,A.dK) +s(A.SN,A.Py) +s(A.VJ,A.Pk) +s(A.VK,A.Pl) +s(A.VL,A.Pm) +s(A.VM,A.Pn) +s(A.VN,A.ac) +s(A.VO,A.dK) +s(A.VP,A.Po) +s(A.VQ,A.Pp) +s(A.VR,A.Pq) +s(A.VS,A.Pr) +s(A.VT,A.Ps) +s(A.VU,A.Pt) +s(A.VV,A.Pu) +s(A.VW,A.Pv) +s(A.VX,A.Pw) +s(A.VY,A.Px) +s(A.VZ,A.Py) +s(A.QH,A.jk) +s(A.OA,A.ac) +s(A.OO,A.ac) +s(A.OW,A.ac) +s(A.Rw,A.ac) +s(A.P_,A.ac) +s(A.P0,A.ac) +s(A.P2,A.ac) +s(A.Vu,A.Jx) +s(A.P4,A.ac) +s(A.P5,A.ac) +r(A.DM,A.hZ) +s(A.P6,A.ac) +s(A.P9,A.ac) +s(A.Pa,A.ac) +s(A.Pc,A.ac) +s(A.Pf,A.ac) +s(A.PJ,A.ac) +s(A.PL,A.ac) +s(A.PU,A.ac) +s(A.PY,A.ac) +s(A.Q7,A.ac) +s(A.Q8,A.ac) +s(A.Vc,A.ac) +s(A.Vd,A.ac) +s(A.Ve,A.ac) +s(A.Vf,A.ac) +s(A.Qe,A.ac) +s(A.Ql,A.ac) +s(A.Qp,A.ac) +s(A.Vg,A.a_J) +s(A.Vh,A.a_K) +s(A.Qt,A.ac) +s(A.QT,A.ac) +r(A.DR,A.vK) +s(A.R2,A.ac) +s(A.Rr,A.ac) +r(A.Vl,A.hZ) +s(A.RC,A.ac) +s(A.RD,A.ac) +s(A.RE,A.ac) +s(A.RS,A.ac) +s(A.RT,A.ac) +s(A.RU,A.ac) +s(A.S6,A.ac) +s(A.Ck,A.yi) +s(A.Sa,A.ac) +s(A.W0,A.DK) +s(A.W1,A.DK) +s(A.SP,A.ac) +r(A.DO,A.n6) +s(A.SR,A.ac) +s(A.SV,A.ac) +r(A.D2,A.hZ) +r(A.D3,A.hZ) +r(A.D4,A.l1) +r(A.DQ,A.hZ) +s(A.Tp,A.ac) +s(A.Tq,A.ac) +s(A.Tr,A.ac) +s(A.Ts,A.ac) +s(A.TM,A.ac) +s(A.TN,A.ac) +s(A.U1,A.ac) +s(A.U4,A.ac) +s(A.VI,A.ac) +s(A.U9,A.ac) +s(A.Ua,A.ac) +s(A.Ug,A.ac) +s(A.Ul,A.ac) +s(A.V1,A.ac) +s(A.Un,A.ac) +s(A.Vb,A.ac) +s(A.VA,A.ac) +s(A.Uq,A.ac) +r(A.Dq,A.n6) +s(A.Us,A.ac) +s(A.US,A.ac) +s(A.OZ,A.ac) +s(A.PN,A.ac) +s(A.QV,A.ac) +s(A.QX,A.ac) +s(A.QW,A.ac) +s(A.Ub,A.ac) +r(A.BC,A.fU) +r(A.CN,A.bv) +s(A.T1,A.dp) +r(A.T2,A.bv) +s(A.T3,A.dp) +r(A.CO,A.Z4) +s(A.Rg,A.jk) +s(A.Vo,A.ac) +s(A.T4,A.jk) +r(A.CU,A.bv) +s(A.T5,A.dp) +r(A.T6,A.zt) +s(A.VC,A.a7S) +s(A.VD,A.hv) +r(A.T_,A.zv) +r(A.CW,A.aQ) +r(A.CX,A.hT) +r(A.CY,A.aQ) +r(A.T8,A.bv) +s(A.T9,A.dp) +r(A.Tb,A.aQ) +s(A.Tw,A.ac) +s(A.Tz,A.jk) +s(A.TA,A.ac) +s(A.Rc,A.ac) +s(A.Rd,A.ac) +s(A.RO,A.ac) +s(A.SX,A.ac) +s(A.SW,A.ac) +s(A.Vs,A.AV) +s(A.OB,A.ac) +s(A.Oz,A.ac) +s(A.R8,A.ac) +r(A.DT,A.S9) +s(A.W_,A.k4) +r(A.CT,A.a74) +r(A.DB,A.ri) +r(A.DC,A.eE) +r(A.DD,A.tC) +r(A.DE,A.yW) +r(A.DF,A.Mj) +r(A.DG,A.tn) +r(A.DH,A.Bg) +s(A.Qx,A.jk) +s(A.Qy,A.hv) +s(A.Qz,A.jk) +s(A.QA,A.hv) +s(A.QD,A.ac) +r(A.SZ,A.Zi) +s(A.Vv,A.ac) +s(A.Vw,A.ac) +s(A.TT,A.ac) +s(A.QU,A.ac) +s(A.Vk,A.k4) +r(A.uJ,A.n6) +s(A.Vm,A.k4) +r(A.Cv,A.hZ) +r(A.Cw,A.l1) +s(A.Vr,A.a4B) +r(A.Vx,A.bv) +s(A.Vy,A.dp) +r(A.S8,A.hZ) +r(A.DU,A.bv) +s(A.Vz,A.v_) +r(A.VB,A.l1) +r(A.v7,A.l1) +r(A.uP,A.Jl) +s(A.Qs,A.a7J) +r(A.D6,A.aaU) +s(A.TF,A.ac) +s(A.TG,A.hv) +s(A.TI,A.hv) +s(A.TJ,A.ac) +s(A.TK,A.a3G) +s(A.V8,A.ac) +r(A.DP,A.n6) +r(A.DS,A.hZ) +s(A.Re,A.J1) +s(A.OQ,A.iO) +s(A.QY,A.m8) +s(A.QZ,A.MI) +s(A.RG,A.pk) +s(A.Rp,A.jR) +s(A.TO,A.jR) +s(A.SO,A.pk) +s(A.TC,A.iO) +s(A.Uj,A.Ny) +s(A.Uc,A.iO) +s(A.Ud,A.m8)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{p:"int",K:"double",co:"num",u:"String",I:"bool",aT:"Null",C:"List"},mangledNames:{},types:["~()","K(K)","~(d)","~(bm)","~(j8)","aT(d)","~(J?)","A(ck)","~(bC)","aT()","aT(@)","I(p)","I(dj)","~(u,@)","~(bS?)","~(b0)","m(as)","C()","I(lY,r)","~(t6,r)","~(I)","I(jp)","~(jo)","~(@)","p(dj,dj)","aT(~)","I(kS)","~(P)","I(J?)","I(ef?)","I(u)","jU(ck)","K(N)","I(bC)","~(p)","u()","af<~>()","bf?(bk?)","@()","aT(J,db)","~(eD,~())","~(mT)","~(kW)","I(ef)","I(fC)","~(u)","~(iR,b5)","p(P,P)","I(iw)","fS(@)","p()","~(mU)","~(oV)","~(~())","aT(I)","mg(as)","u(oM)","m(as,m?)","K()","I(fD)","~(ku)","I()","bf?(bk?)","A?(ck)","d()","p(J?)","mc()","K(N,K)","m(as)?(qd?)","~(u,u)","I(cw)","p(cw,cw)","af<@>(jG)","af<~>(dt)","~(J?,J?)","r(ek)","~(J,db)","I(F)","@(@)","md()","qF(as,m)","bf?(bk?)","~(ae)","J?(J?)","aT(J?)","~(oq)","~(@,@)","G()","~(tU)","~(tV)","R(N,aW)","~(fd)","nw(as,bZ,m?)","nx(as,bZ,m?)","I(lS)","lt()","~(p,p)","oz()","~(fB)","A(A)","p(p)","d(d)","C()","I(J?,J?)","u(p)","~(C)","~(K)","C(j0)","m()","d([d?])","k3?(p)","af(bS?)","af<~>(jG)","~(d9)","aN()","~(R)","~(dt,u,p)","~(bX)","I(Zz)","af()","af()","p(dL,dL)","~(iv,I)","aZ<@>?(aZ<@>?,@,aZ<@>(@))","af()","mr(dj,iI)","u(u)","I(f_)","aT(hS)","I(fI<@>)","@(u)","~(fI<@>)","J()","fV()","fD()","fp(iM)","aZ(@)","u(dz)","u(u,A)","~(C,d)","~(k)","pP()","uV()","af<~>(d,d)","rt(da)","ec?()","ec()","r6(u)","tz(da)","rI(da)","~(V)","tW(da)","uF()","~(z9)","u2(da)","I(jN)","dK?(jN)","u(K)","azF?(r)","~(v1)","aN<~(b0),aJ?>()","~(~(b0),aJ?)","qB(da)","rq(da)","rR(da)","rV(G?,G?)","m(as,~())","aT(u)","oN<0^>(iL,m(as))","~(kS)","~(f_)","0&(@)","K(lu)","I(aoe)","~(mO)","~(iz)","~(pw,u3)","~(fd{isClosing:I?})","tA(as,m?)","~(mw,p)","0^?(0^?(bk?))","0^?(bf<0^>?(bk?))","p(mK)","bf?(bk?)","~(u,d)","bf?(bk?)","~(r0?,u1?)","bf?(bk?)","bf?(bk?)","cP?(ck)","cP?(bk?)","~(u?)","A?(bk?)","lp?(bk?)","oO?(bk?)","bm?(bk?)","I?(bk?)","nM?(bk?)","ry?(bk?)","m(as,bZ,bZ)","K(@)","K(ck)","u(J?)","I(A?)","bE?(ck)","d?(d)","G()?(N)","I(as)","~([aS?])","~(m9)","~(C,d)","R(d)","I(mj?)","A(nq)","I(h_)","aT(C,d)","u?(u)","pg(@)","~(R?)","eP(m1)","kU?(ec)","tl?(Fe,u,u)","kj(as,m?)","af()","pD(@)","hY()","bX>(J,k0<@>)","I(bX>)","oR(p)","@(@,u)","af(dt{allowUpscaling:I,cacheHeight:p?,cacheWidth:p?})","af(mi{allowUpscaling:I,cacheHeight:p?,cacheWidth:p?})","af(mi{getTargetSize:aE5(p,p)?})","cC(cC,c5)","c5(c5)","u(c5)","uN()","~(iv?,I)","af<~>(J,db?)","K(p)","bX(bX)","~(jv)","~(J,db?)?(fB)","~(jv)?(fB)","~(eQ)","aT(~())","~(akH)","u(K,K,u)","R()","K?()","~(K,K,K,K)","cP(kQ)","~(kQ,aJ)","I(kQ)","aT(~(eQ))","~(C{isMergeUp:I})","~({curve:ey,descendant:P?,duration:bm,rect:G?})","aT(@,db)","~(p,@)","w3(C)","~(lA)","I(lA)","tR()","jt(r)","~(J[db?])","~(p,uD)","~(p,cH,bS?)","I(A)","cw(lB)","al<@>(@)","I(@)","p(cw)","cw(p)","~(aqj)","af()","bS(bS?)","dI()","af(u?)","ck<0^>()","af<~>(bS?,~(bS?))","dt(bS)","af<~>(af

)","~(dt)","af>(@)","~(iI)","~(ps,@)","zm()","~([J?])","~(u,p)","~(u,p?)","C()","C(C)","K(co)","C<@>(u)","p(p,p)","~(u,u?)","~(bH)","ct<@>?(iL)","ct<@>(iL)","~(p,p,p)","jt()","0^(0^)","dt(@,@)","G(Zz)","p(mL,mL)","I(xM)","~(uB)","I(uy)","p(nv,nv)","I(nj)","ck(dL)","~(hS)","C(as)","G(dL)","p(k9,k9)","C
(dL,k
)","I(dL)","bC?(bC)","J?(p,bC?)","iT()","~(iT)","ip()","~(ip)","iB()","~(iB)","iY()","~(iY)","iu()","~(iu)","iG()","~(iG)","is()","~(is)","~(kZ)","~(mY)","~(hg,J)","p6(as,m?)","~(lx)","m(as,bZ,rk,as,as)","I(lx)","oP(as,m?)","ox(as)","af(u,aN)","@(@,@)","ob(@)","pB(@)","nW(@)","af<@>(uU)","aN(C<@>)","aN(aN)","aT(aN)","~(d?)","I(ct<@>?)","I(kT)","~(d,d)","af<~>([d?])","ef(ct<@>)","bX>(@,@)","N?()","aT(d9?)","~(eD)","cn(I)","n_(as,m?)","kj(as)","kF(as,m?)","I(aqh)","C()","aT(C<~>)","~(pi,aS)","C()","af<~>(u,bS?,~(bS?)?)","af(Yj)","I(u,u)","p(u)","oL(as,I,m?)","~(C

)","bq(bK)","K(K,mP)","af<~>(@)","tk(as,m?)","em(em)","m(as,hr)","w1(u)","hE(ek)","ey()","C

(u)","~(@,db?)","aT(em)","af()","K(K,K)","u(u?)","I(u?)","I(dh)","p(ie,ie)","~(eP)","I(mp)","~(rm)","eN(ur)","I(eY)","aT(pK)","p(it,it)","I(ok)","I(d5)","~(cO)","I(dr)","aT(bS)","I(nf)","jq(bX)","jq(lf)","~(iV)","I(AJ,eP)","~(b0,~(iR,b5))","~(jS)","~(l_)","~(kX)","~(kY)","u(u,u)","p(@,@)","I(I)","pE({from:K?})","~(up)","C()","C(u,C)","R?(R?,R?,K)","K?(co?,co?,K)","A?(A?,A?,K)","~(c_{forceReport:I})","iP?(u)","K(K,K,K)","nk(b0)","m(as,bZ,bZ,m)","I?(I?,I?,K)","dG?(dG?,dG?,K)","cC?(cC?,cC?,K)","q?(q?,q?,K)","p(U5<@>,U5<@>)","I({priority!p,scheduler!eE})","u(bS)","C(u)","p(bC,bC)","cU(cU?,cU?,K)","C>(jH,u)","m(as,m)","I(J,J)","~(u?{wrapWidth:p?})","~(p,I(jp))","A(ek)","kt(ek)","K(ek)","p(ek)","I(p,p)","iN(ek)","p(J?,J?)","af(d)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;cacheSize,maxTextLength":(a,b)=>c=>c instanceof A.pW&&a.b(c.a)&&b.b(c.b),"2;key,value":(a,b)=>c=>c instanceof A.CG&&a.b(c.a)&&b.b(c.b),"3;breaks,graphemes,words":(a,b,c)=>d=>d instanceof A.CH&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;large,medium,small":(a,b,c)=>d=>d instanceof A.CI&&a.b(d.a)&&b.b(d.b)&&c.b(d.c)}} +A.aFw(v.typeUniverse,JSON.parse('{"KX":"jE","k1":"jE","jB":"jE","a2r":"jE","a4y":"jE","aLu":"d","aLv":"d","aK7":"d","aK_":"ae","aKU":"ae","aK8":"lT","aK0":"a_","aLQ":"a_","aMk":"a_","aLI":"ap","aNl":"hS","aK9":"at","aLL":"at","aMl":"br","aKN":"br","aLg":"ks","aN_":"fn","aKg":"je","aME":"je","aLj":"ov","aLh":"ou","aKr":"cb","aKt":"ik","aKw":"fm","aKx":"fc","aKs":"fc","aKu":"fc","m0":{"rm":[]},"w6":{"eQ":[]},"e7":{"dW":["1"]},"eo":{"dT":[]},"qB":{"hb":[]},"rq":{"hb":[]},"rt":{"hb":[]},"rI":{"hb":[]},"rR":{"hb":[]},"tz":{"hb":[]},"tW":{"hb":[]},"u2":{"hb":[]},"Li":{"eP":[]},"Fq":{"cv":[]},"FV":{"cv":[]},"FU":{"cv":[]},"G_":{"cv":[]},"FX":{"cv":[]},"FZ":{"cv":[]},"Ft":{"cv":[]},"Fw":{"cv":[]},"Fs":{"cv":[]},"Fr":{"cv":[]},"FC":{"cv":[]},"FJ":{"cv":[]},"FH":{"cv":[]},"FG":{"cv":[]},"Fy":{"cv":[]},"FB":{"cv":[]},"Fx":{"cv":[]},"FE":{"cv":[]},"FI":{"cv":[]},"Fz":{"cv":[]},"FA":{"cv":[]},"FD":{"cv":[]},"FF":{"cv":[]},"FW":{"cv":[]},"MF":{"bV":[]},"y9":{"e7":["d"],"dW":["d"]},"yx":{"k":["iD"],"k.E":"iD"},"IE":{"c2":[]},"vr":{"xc":[]},"Fn":{"e7":["d"],"dW":["d"],"eQ":[]},"qM":{"fE":[]},"LQ":{"fE":[]},"G3":{"fE":[],"Yo":[]},"G6":{"fE":[],"Yr":[]},"G4":{"fE":[],"Yq":[]},"Kj":{"fE":[],"a4H":[]},"B7":{"fE":[],"NS":[]},"Ki":{"fE":[],"NS":[],"a4G":[]},"KV":{"fE":[]},"FO":{"e7":["d"],"dW":["d"]},"qC":{"e7":["d"],"dW":["d"]},"FK":{"ko":[],"e7":["d"],"dW":["d"]},"qD":{"e7":["d"],"dW":["d"],"yZ":[]},"FT":{"k":["mP"],"k.E":"mP"},"Fv":{"e7":["d"],"dW":["d"]},"Fu":{"e7":["d"],"dW":["d"],"mP":[]},"w8":{"e7":["d"],"dW":["d"]},"ko":{"e7":["d"],"dW":["d"]},"FL":{"ko":[],"e7":["d"],"or":[],"dW":["d"]},"FM":{"ko":[],"e7":["d"],"or":[],"dW":["d"]},"FN":{"ko":[],"e7":["d"],"dW":["d"]},"Ff":{"bV":[]},"wa":{"e7":["d"],"dW":["d"]},"Iz":{"aoF":[]},"Iy":{"c2":[]},"xq":{"c2":[]},"ee":{"k":["1"],"k.E":"1"},"lv":{"k":["1"],"k.E":"1"},"z2":{"eo":[],"dT":[],"Yr":[]},"KP":{"eo":[],"dT":[],"Yq":[]},"z1":{"eo":[],"dT":[],"Yo":[]},"z3":{"eo":[],"dT":[],"a4G":[]},"z4":{"eo":[],"dT":[],"a4H":[]},"nd":{"yZ":[]},"Nf":{"k":["mP"],"k.E":"mP"},"Ne":{"mP":[]},"KS":{"dT":[]},"wG":{"cQ":[]},"yV":{"cQ":[]},"KF":{"cQ":[]},"KI":{"cQ":[]},"KG":{"cQ":[]},"KH":{"cQ":[]},"Ks":{"cQ":[]},"Kr":{"cQ":[]},"Kq":{"cQ":[]},"Ky":{"cQ":[]},"KE":{"cQ":[]},"KC":{"cQ":[]},"KB":{"cQ":[]},"Ku":{"cQ":[]},"Kx":{"cQ":[]},"Kt":{"cQ":[]},"KA":{"cQ":[]},"KD":{"cQ":[]},"Kv":{"cQ":[]},"Kw":{"cQ":[]},"Kz":{"cQ":[]},"z5":{"eo":[],"dT":[]},"r3":{"or":[]},"Im":{"or":[]},"In":{"or":[]},"KR":{"dT":[]},"z6":{"eo":[],"dT":[],"NS":[]},"xo":{"eQ":[]},"Iw":{"eQ":[]},"Ao":{"xc":[]},"xp":{"rm":[]},"Mp":{"akH":[]},"kb":{"O":["1"],"C":["1"],"W":["1"],"k":["1"]},"R6":{"kb":["p"],"O":["p"],"C":["p"],"W":["p"],"k":["p"]},"O7":{"kb":["p"],"O":["p"],"C":["p"],"W":["p"],"k":["p"],"k.E":"p","O.E":"p","kb.E":"p"},"Fl":{"tQ":[]},"LR":{"tQ":[]},"Hp":{"iz":[]},"Hv":{"ol":[]},"HA":{"ol":[]},"xG":{"I":[],"cd":[]},"xI":{"aT":[],"cd":[]},"jE":{"d":[]},"l":{"C":["1"],"d":[],"W":["1"],"k":["1"],"b9":["1"],"k.E":"1"},"a2n":{"l":["1"],"C":["1"],"d":[],"W":["1"],"k":["1"],"b9":["1"],"k.E":"1"},"mo":{"K":[],"co":[],"di":["co"]},"rC":{"K":[],"p":[],"co":[],"di":["co"],"cd":[]},"xJ":{"K":[],"co":[],"di":["co"],"cd":[]},"jA":{"u":[],"di":["u"],"b9":["@"],"cd":[]},"k5":{"k":["2"]},"nZ":{"k5":["1","2"],"k":["2"],"k.E":"2"},"BN":{"nZ":["1","2"],"k5":["1","2"],"W":["2"],"k":["2"],"k.E":"2"},"Bv":{"O":["2"],"C":["2"],"k5":["1","2"],"W":["2"],"k":["2"]},"ca":{"Bv":["1","2"],"O":["2"],"C":["2"],"k5":["1","2"],"W":["2"],"k":["2"],"k.E":"2","O.E":"2"},"ii":{"ck":["2"],"k5":["1","2"],"W":["2"],"k":["2"],"k.E":"2"},"o_":{"aG":["3","4"],"aN":["3","4"],"aG.V":"4","aG.K":"3"},"jC":{"bV":[]},"jg":{"O":["p"],"C":["p"],"W":["p"],"k":["p"],"k.E":"p","O.E":"p"},"W":{"k":["1"]},"bs":{"W":["1"],"k":["1"]},"hh":{"bs":["1"],"W":["1"],"k":["1"],"k.E":"1","bs.E":"1"},"dE":{"k":["2"],"k.E":"2"},"kw":{"dE":["1","2"],"W":["2"],"k":["2"],"k.E":"2"},"aw":{"bs":["2"],"W":["2"],"k":["2"],"k.E":"2","bs.E":"2"},"bi":{"k":["1"],"k.E":"1"},"kz":{"k":["2"],"k.E":"2"},"pt":{"k":["1"],"k.E":"1"},"wM":{"pt":["1"],"W":["1"],"k":["1"],"k.E":"1"},"l7":{"k":["1"],"k.E":"1"},"r1":{"l7":["1"],"W":["1"],"k":["1"],"k.E":"1"},"As":{"k":["1"],"k.E":"1"},"kx":{"W":["1"],"k":["1"],"k.E":"1"},"kA":{"k":["1"],"k.E":"1"},"wL":{"kA":["1"],"W":["1"],"k":["1"],"k.E":"1"},"bJ":{"k":["1"],"k.E":"1"},"ui":{"O":["1"],"C":["1"],"W":["1"],"k":["1"]},"c0":{"bs":["1"],"W":["1"],"k":["1"],"k.E":"1","bs.E":"1"},"pr":{"ps":[]},"pW":{"p9":[]},"CG":{"p9":[]},"CH":{"p9":[]},"CI":{"p9":[]},"o0":{"pL":["1","2"],"aN":["1","2"]},"qL":{"aN":["1","2"]},"bp":{"qL":["1","2"],"aN":["1","2"]},"BB":{"k":["1"],"k.E":"1"},"c3":{"qL":["1","2"],"aN":["1","2"]},"xD":{"kB":[]},"xE":{"kB":[]},"yM":{"lk":[],"bV":[]},"IQ":{"bV":[]},"Ob":{"bV":[]},"Ke":{"c2":[]},"De":{"db":[]},"m2":{"kB":[]},"G9":{"kB":[]},"Ga":{"kB":[]},"Nm":{"kB":[]},"N7":{"kB":[]},"qv":{"kB":[]},"PI":{"bV":[]},"M0":{"bV":[]},"fg":{"aG":["1","2"],"aN":["1","2"],"aG.V":"2","aG.K":"1"},"bd":{"W":["1"],"k":["1"],"k.E":"1"},"CD":{"p9":[]},"CE":{"p9":[]},"CF":{"p9":[]},"Ch":{"Lm":[],"yc":[]},"OC":{"k":["Lm"],"k.E":"Lm"},"AH":{"yc":[]},"TW":{"k":["yc"],"k.E":"yc"},"yy":{"d":[],"Fe":[],"cd":[]},"yD":{"d":[],"d_":[]},"yz":{"d":[],"bS":[],"d_":[],"cd":[]},"rY":{"bh":["1"],"d":[],"d_":[],"b9":["1"]},"mG":{"O":["K"],"bh":["K"],"C":["K"],"d":[],"W":["K"],"d_":[],"b9":["K"],"k":["K"]},"h3":{"O":["p"],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"]},"yA":{"mG":[],"O":["K"],"a_T":[],"bh":["K"],"C":["K"],"d":[],"W":["K"],"d_":[],"b9":["K"],"k":["K"],"cd":[],"k.E":"K","O.E":"K"},"JU":{"mG":[],"O":["K"],"a_U":[],"bh":["K"],"C":["K"],"d":[],"W":["K"],"d_":[],"b9":["K"],"k":["K"],"cd":[],"k.E":"K","O.E":"K"},"JV":{"h3":[],"O":["p"],"a29":[],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"],"cd":[],"k.E":"p","O.E":"p"},"yC":{"h3":[],"O":["p"],"a2a":[],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"],"cd":[],"k.E":"p","O.E":"p"},"JW":{"h3":[],"O":["p"],"a2b":[],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"],"cd":[],"k.E":"p","O.E":"p"},"yE":{"h3":[],"O":["p"],"aaC":[],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"],"cd":[],"k.E":"p","O.E":"p"},"JX":{"h3":[],"O":["p"],"ug":[],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"],"cd":[],"k.E":"p","O.E":"p"},"yF":{"h3":[],"O":["p"],"aaD":[],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"],"cd":[],"k.E":"p","O.E":"p"},"oU":{"h3":[],"O":["p"],"dt":[],"bh":["p"],"C":["p"],"d":[],"W":["p"],"d_":[],"b9":["p"],"k":["p"],"cd":[],"k.E":"p","O.E":"p"},"UR":{"hm":[]},"Qj":{"bV":[]},"Dr":{"lk":[],"bV":[]},"al":{"af":["1"]},"Uo":{"aqR":[]},"Dk":{"k":["1"],"k.E":"1"},"EJ":{"bV":[]},"ls":{"f3":["1"],"dI":["1"],"dI.T":"1"},"Bn":{"Bq":["1"]},"bj":{"us":["1"]},"Dj":{"us":["1"]},"AG":{"dI":["1"]},"nl":{"Dg":["1"]},"f3":{"dI":["1"],"dI.T":"1"},"Dh":{"dI":["1"]},"BQ":{"dI":["1"],"dI.T":"1"},"pS":{"aG":["1","2"],"ajY":["1","2"],"aN":["1","2"],"aG.V":"2","aG.K":"1"},"uH":{"pS":["1","2"],"aG":["1","2"],"ajY":["1","2"],"aN":["1","2"],"aG.V":"2","aG.K":"1"},"pT":{"W":["1"],"k":["1"],"k.E":"1"},"Cc":{"fg":["1","2"],"aG":["1","2"],"aN":["1","2"],"aG.V":"2","aG.K":"1"},"Cb":{"fg":["1","2"],"aG":["1","2"],"aN":["1","2"],"aG.V":"2","aG.K":"1"},"no":{"pX":["1"],"n4":["1"],"ck":["1"],"W":["1"],"k":["1"],"k.E":"1"},"fL":{"pX":["1"],"n4":["1"],"aB9":["1"],"ck":["1"],"W":["1"],"k":["1"],"k.E":"1"},"y1":{"k":["1"],"k.E":"1"},"O":{"C":["1"],"W":["1"],"k":["1"]},"aG":{"aN":["1","2"]},"Cg":{"W":["2"],"k":["2"],"k.E":"2"},"ya":{"aN":["1","2"]},"pL":{"aN":["1","2"]},"BI":{"BJ":["1"],"ajD":["1"]},"pQ":{"BJ":["1"]},"o8":{"W":["1"],"k":["1"],"k.E":"1"},"y2":{"bs":["1"],"W":["1"],"k":["1"],"k.E":"1","bs.E":"1"},"n4":{"ck":["1"],"W":["1"],"k":["1"]},"pX":{"n4":["1"],"ck":["1"],"W":["1"],"k":["1"]},"e_":{"pX":["1"],"n4":["1"],"ck":["1"],"W":["1"],"k":["1"],"k.E":"1"},"Ra":{"aG":["u","@"],"aN":["u","@"],"aG.V":"@","aG.K":"u"},"Rb":{"bs":["u"],"W":["u"],"k":["u"],"k.E":"u","bs.E":"u"},"xK":{"bV":[]},"IR":{"bV":[]},"fV":{"di":["fV"]},"K":{"co":[],"di":["co"]},"bm":{"di":["bm"]},"p":{"co":[],"di":["co"]},"C":{"W":["1"],"k":["1"]},"co":{"di":["co"]},"Lm":{"yc":[]},"ck":{"W":["1"],"k":["1"]},"u":{"di":["u"]},"nR":{"bV":[]},"lk":{"bV":[]},"ib":{"bV":[]},"th":{"bV":[]},"xy":{"bV":[]},"K9":{"bV":[]},"Od":{"bV":[]},"uh":{"bV":[]},"iQ":{"bV":[]},"Gf":{"bV":[]},"Km":{"bV":[]},"Ay":{"bV":[]},"BR":{"c2":[]},"hC":{"c2":[]},"TZ":{"db":[]},"Dx":{"Oe":[]},"i4":{"Oe":[]},"PK":{"Oe":[]},"cb":{"d":[]},"ae":{"d":[]},"fW":{"lW":[],"d":[]},"fY":{"d":[]},"ju":{"d":[]},"h0":{"d":[]},"br":{"d":[]},"h6":{"d":[]},"hS":{"ae":[],"d":[]},"hd":{"d":[]},"he":{"d":[]},"hf":{"d":[]},"fm":{"d":[]},"hj":{"d":[]},"fn":{"d":[]},"hk":{"d":[]},"at":{"br":[],"d":[]},"Eq":{"d":[]},"Eu":{"br":[],"d":[]},"EG":{"br":[],"d":[]},"lW":{"d":[]},"je":{"br":[],"d":[]},"Gu":{"d":[]},"qN":{"d":[]},"fc":{"d":[]},"ik":{"d":[]},"Gv":{"d":[]},"Gw":{"d":[]},"GP":{"d":[]},"ks":{"br":[],"d":[]},"Hc":{"d":[]},"wD":{"O":["ha"],"C":["ha"],"bh":["ha"],"d":[],"W":["ha"],"k":["ha"],"b9":["ha"],"k.E":"ha","O.E":"ha"},"wE":{"d":[],"ha":["co"]},"He":{"O":["u"],"C":["u"],"bh":["u"],"d":[],"W":["u"],"k":["u"],"b9":["u"],"k.E":"u","O.E":"u"},"Hg":{"d":[]},"ap":{"br":[],"d":[]},"a_":{"d":[]},"HP":{"O":["fW"],"C":["fW"],"bh":["fW"],"d":[],"W":["fW"],"k":["fW"],"b9":["fW"],"k.E":"fW","O.E":"fW"},"x2":{"d":[]},"HQ":{"d":[]},"I9":{"br":[],"d":[]},"Iu":{"d":[]},"ou":{"O":["br"],"C":["br"],"bh":["br"],"d":[],"W":["br"],"k":["br"],"b9":["br"],"k.E":"br","O.E":"br"},"ov":{"d":[]},"Jn":{"d":[]},"JE":{"d":[]},"JI":{"d":[]},"JJ":{"d":[],"aG":["u","@"],"aN":["u","@"],"aG.V":"@","aG.K":"u"},"JK":{"d":[],"aG":["u","@"],"aN":["u","@"],"aG.V":"@","aG.K":"u"},"JL":{"O":["h0"],"C":["h0"],"bh":["h0"],"d":[],"W":["h0"],"k":["h0"],"b9":["h0"],"k.E":"h0","O.E":"h0"},"yL":{"O":["br"],"C":["br"],"bh":["br"],"d":[],"W":["br"],"k":["br"],"b9":["br"],"k.E":"br","O.E":"br"},"KZ":{"O":["h6"],"C":["h6"],"bh":["h6"],"d":[],"W":["h6"],"k":["h6"],"b9":["h6"],"k.E":"h6","O.E":"h6"},"LZ":{"d":[],"aG":["u","@"],"aN":["u","@"],"aG.V":"@","aG.K":"u"},"Mi":{"br":[],"d":[]},"MU":{"O":["hd"],"C":["hd"],"bh":["hd"],"d":[],"W":["hd"],"k":["hd"],"b9":["hd"],"k.E":"hd","O.E":"hd"},"MW":{"O":["he"],"C":["he"],"bh":["he"],"d":[],"W":["he"],"k":["he"],"b9":["he"],"k.E":"he","O.E":"he"},"N8":{"d":[],"aG":["u","u"],"aN":["u","u"],"aG.V":"u","aG.K":"u"},"Nz":{"O":["fn"],"C":["fn"],"bh":["fn"],"d":[],"W":["fn"],"k":["fn"],"b9":["fn"],"k.E":"fn","O.E":"fn"},"NA":{"O":["hj"],"C":["hj"],"bh":["hj"],"d":[],"W":["hj"],"k":["hj"],"b9":["hj"],"k.E":"hj","O.E":"hj"},"NH":{"d":[]},"NM":{"O":["hk"],"C":["hk"],"bh":["hk"],"d":[],"W":["hk"],"k":["hk"],"b9":["hk"],"k.E":"hk","O.E":"hk"},"NN":{"d":[]},"Og":{"d":[]},"On":{"d":[]},"PA":{"O":["cb"],"C":["cb"],"bh":["cb"],"d":[],"W":["cb"],"k":["cb"],"b9":["cb"],"k.E":"cb","O.E":"cb"},"BG":{"d":[],"ha":["co"]},"QG":{"O":["fY?"],"C":["fY?"],"bh":["fY?"],"d":[],"W":["fY?"],"k":["fY?"],"b9":["fY?"],"k.E":"fY?","O.E":"fY?"},"Co":{"O":["br"],"C":["br"],"bh":["br"],"d":[],"W":["br"],"k":["br"],"b9":["br"],"k.E":"br","O.E":"br"},"TR":{"O":["hf"],"C":["hf"],"bh":["hf"],"d":[],"W":["hf"],"k":["hf"],"b9":["hf"],"k.E":"hf","O.E":"hf"},"U_":{"O":["fm"],"C":["fm"],"bh":["fm"],"d":[],"W":["fm"],"k":["fm"],"b9":["fm"],"k.E":"fm","O.E":"fm"},"pR":{"dI":["1"],"dI.T":"1"},"Kd":{"c2":[]},"ha":{"CJ":["1"]},"yw":{"ha":["1"],"CJ":["1"]},"iA":{"d":[]},"iF":{"d":[]},"iW":{"d":[]},"Jb":{"O":["iA"],"C":["iA"],"d":[],"W":["iA"],"k":["iA"],"k.E":"iA","O.E":"iA"},"Kf":{"O":["iF"],"C":["iF"],"d":[],"W":["iF"],"k":["iF"],"k.E":"iF","O.E":"iF"},"L_":{"d":[]},"Na":{"O":["u"],"C":["u"],"d":[],"W":["u"],"k":["u"],"k.E":"u","O.E":"u"},"NT":{"O":["iW"],"C":["iW"],"d":[],"W":["iW"],"k":["iW"],"k.E":"iW","O.E":"iW"},"bS":{"d_":[]},"a2b":{"C":["p"],"W":["p"],"k":["p"],"d_":[]},"dt":{"C":["p"],"W":["p"],"k":["p"],"d_":[]},"aaD":{"C":["p"],"W":["p"],"k":["p"],"d_":[]},"a29":{"C":["p"],"W":["p"],"k":["p"],"d_":[]},"aaC":{"C":["p"],"W":["p"],"k":["p"],"d_":[]},"a2a":{"C":["p"],"W":["p"],"k":["p"],"d_":[]},"ug":{"C":["p"],"W":["p"],"k":["p"],"d_":[]},"a_T":{"C":["K"],"W":["K"],"k":["K"],"d_":[]},"a_U":{"C":["K"],"W":["K"],"k":["K"],"d_":[]},"MB":{"ol":[]},"EK":{"d":[]},"EL":{"d":[],"aG":["u","@"],"aN":["u","@"],"aG.V":"@","aG.K":"u"},"EM":{"d":[]},"lT":{"d":[]},"Kg":{"d":[]},"EE":{"k":["lS"],"k.E":"lS"},"EF":{"hC":[],"c2":[]},"iS":{"w1":[],"k":["u"],"k.E":"u"},"JS":{"aX":[],"m":[]},"JT":{"aX":[],"m":[]},"JA":{"aX":[],"m":[]},"ue":{"aX":[],"m":[]},"bZ":{"aF":[]},"qh":{"bZ":["K"],"aF":[]},"OE":{"bZ":["K"],"aF":[]},"OF":{"bZ":["K"],"aF":[]},"zg":{"bZ":["K"],"aF":[]},"iJ":{"bZ":["K"],"aF":[]},"wn":{"bZ":["K"],"aF":[]},"pG":{"bZ":["K"],"aF":[]},"qJ":{"bZ":["1"],"aF":[]},"vz":{"bZ":["1"],"aF":[]},"Ca":{"ey":[]},"A0":{"ey":[]},"hF":{"ey":[]},"NG":{"ey":[]},"ex":{"ey":[]},"NF":{"ey":[]},"rd":{"ey":[]},"PM":{"ey":[]},"aZ":{"aD":["1"],"aD.T":"1","aZ.T":"1"},"fS":{"aZ":["A?"],"aD":["A?"],"aD.T":"A?","aZ.T":"A?"},"b2":{"bZ":["1"],"aF":[]},"fo":{"aD":["1"],"aD.T":"1"},"zV":{"aZ":["1"],"aD":["1"],"aD.T":"1","aZ.T":"1"},"zq":{"aZ":["G?"],"aD":["G?"],"aD.T":"G?","aZ.T":"G?"},"mk":{"aZ":["p"],"aD":["p"],"aD.T":"p","aZ.T":"p"},"im":{"aD":["K"],"aD.T":"K"},"Bc":{"aD":["1"],"aD.T":"1"},"il":{"A":[]},"GE":{"cU":[]},"PE":{"fF":["YU"],"fF.T":"YU"},"GV":{"YU":[]},"uv":{"au":[],"m":[]},"GF":{"aX":[],"m":[]},"uw":{"aK":["uv<1>"]},"iZ":{"jj":[]},"C1":{"b8":[],"aP":[],"m":[]},"GI":{"aX":[],"m":[]},"nn":{"hz":["C"],"eR":[]},"r6":{"nn":[],"hz":["C"],"eR":[]},"HD":{"nn":[],"hz":["C"],"eR":[]},"HC":{"nn":[],"hz":["C"],"eR":[]},"rf":{"nR":[],"bV":[]},"Qu":{"eR":[]},"hv":{"aF":[]},"RF":{"aF":[]},"ul":{"aF":[]},"hz":{"eR":[]},"wz":{"eR":[]},"H1":{"eR":[]},"uj":{"ix":[]},"Jm":{"ix":[]},"Bd":{"ix":[]},"xZ":{"hH":[]},"bF":{"k":["1"],"k.E":"1"},"xk":{"k":["1"],"k.E":"1"},"cn":{"af":["1"]},"ri":{"av":[]},"x8":{"c_":[]},"dK":{"b0":[]},"kX":{"b0":[]},"mT":{"b0":[]},"mU":{"b0":[]},"kW":{"b0":[]},"kY":{"b0":[]},"l_":{"b0":[]},"kZ":{"b0":[]},"Ox":{"b0":[]},"UF":{"b0":[]},"p1":{"b0":[]},"UB":{"p1":[],"b0":[]},"p5":{"b0":[]},"UM":{"p5":[],"b0":[]},"UH":{"kX":[],"b0":[]},"UE":{"mT":[],"b0":[]},"UG":{"mU":[],"b0":[]},"UD":{"kW":[],"b0":[]},"UI":{"kY":[],"b0":[]},"UQ":{"l_":[],"b0":[]},"fH":{"b0":[]},"L2":{"fH":[],"b0":[]},"UO":{"fH":[],"b0":[]},"L3":{"fH":[],"b0":[]},"UP":{"fH":[],"b0":[]},"L1":{"fH":[],"b0":[]},"UN":{"fH":[],"b0":[]},"UK":{"kZ":[],"b0":[]},"p4":{"b0":[]},"UL":{"p4":[],"b0":[]},"p3":{"b0":[]},"UJ":{"p3":[],"b0":[]},"p2":{"b0":[]},"UC":{"p2":[],"b0":[]},"is":{"dk":[],"dz":[]},"RA":{"v3":[]},"S4":{"v3":[]},"iB":{"dk":[],"dz":[]},"iY":{"dk":[],"dz":[]},"iu":{"dk":[],"dz":[]},"iG":{"dk":[],"dz":[]},"wF":{"dk":[],"dz":[]},"ys":{"dk":[],"dz":[]},"R_":{"yt":[]},"IG":{"dk":[],"dz":[]},"ip":{"dk":[],"dz":[]},"dk":{"dz":[]},"yR":{"dk":[],"dz":[]},"td":{"dk":[],"dz":[]},"iT":{"dk":[],"dz":[]},"EW":{"dk":[],"dz":[]},"Oy":{"aX":[],"m":[]},"uo":{"aX":[],"m":[]},"ER":{"aX":[],"m":[]},"EQ":{"aX":[],"m":[]},"Hj":{"aX":[],"m":[]},"Hi":{"aX":[],"m":[]},"Ht":{"aX":[],"m":[]},"Hs":{"aX":[],"m":[]},"axA":{"dC":[],"b8":[],"aP":[],"m":[]},"oL":{"au":[],"m":[]},"Ci":{"aK":["oL"]},"vF":{"au":[],"m":[]},"SQ":{"R":[]},"Bm":{"aK":["vF"]},"OP":{"bg":[],"aH":[],"m":[]},"T0":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"rV":{"aZ":["G?"],"aD":["G?"],"aD.T":"G?","aZ.T":"G?"},"yh":{"aZ":["r"],"aD":["r"],"aD.T":"r","aZ.T":"r"},"aBt":{"dC":[],"b8":[],"aP":[],"m":[]},"vS":{"au":[],"m":[]},"pU":{"au":[],"m":[]},"Bp":{"aK":["vS"]},"Q6":{"aX":[],"m":[]},"P1":{"bg":[],"aH":[],"m":[]},"CK":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"uO":{"aK":["pU<1>"]},"yp":{"hL":["1"],"dZ":["1"],"ct":["1"]},"zn":{"au":[],"m":[]},"SY":{"aK":["zn"]},"R3":{"bg":[],"aH":[],"m":[]},"CQ":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Rm":{"bf":["bE?"]},"vY":{"au":[],"m":[]},"Bs":{"aK":["vY"]},"RN":{"cP":[],"bf":["cP"]},"R4":{"bg":[],"aH":[],"m":[]},"CR":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"yg":{"m3":["p"],"A":[],"m3.T":"p"},"H2":{"aX":[],"m":[]},"wA":{"hL":["1"],"dZ":["1"],"ct":["1"]},"Om":{"aX":[],"m":[]},"aze":{"dC":[],"b8":[],"aP":[],"m":[]},"Hm":{"au":[],"m":[]},"BO":{"bf":["A?"]},"Qc":{"bf":["A?"]},"Qa":{"bf":["K"]},"Qb":{"bf":["cP?"]},"Qd":{"bk":[]},"azQ":{"dC":[],"b8":[],"aP":[],"m":[]},"x7":{"b8":[],"aP":[],"m":[]},"HV":{"aX":[],"m":[]},"Q9":{"cP":[],"bf":["cP"]},"Pb":{"bg":[],"aH":[],"m":[]},"CL":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Bl":{"bZ":["1"],"aF":[]},"D8":{"au":[],"m":[]},"IB":{"aX":[],"m":[]},"Tu":{"aK":["D8"]},"QS":{"au":[],"m":[]},"QP":{"bf":["A?"]},"QQ":{"bf":["A?"]},"QR":{"bk":[]},"Qq":{"bk":[]},"Qr":{"bk":[]},"S7":{"bk":[]},"xt":{"dC":[],"b8":[],"aP":[],"m":[]},"mj":{"ml":[],"kH":[]},"xB":{"ml":[],"kH":[]},"xC":{"ml":[],"kH":[]},"ml":{"kH":[]},"CA":{"b8":[],"aP":[],"m":[]},"C4":{"au":[],"m":[]},"rv":{"aX":[],"m":[]},"C3":{"aK":["C4"],"alc":[]},"IJ":{"aX":[],"m":[]},"yd":{"au":[],"m":[]},"CP":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"pg":{"aZ":["c5?"],"aD":["c5?"],"aD.T":"c5?","aZ.T":"c5?"},"Cj":{"au":[],"m":[]},"Rz":{"aK":["yd"]},"R1":{"bg":[],"aH":[],"m":[]},"Rx":{"aK":["Cj"]},"D9":{"aX":[],"m":[]},"TB":{"aF":[]},"Ry":{"fF":["oM"],"fF.T":"oM"},"GW":{"oM":[]},"Jy":{"cP":[],"bf":["cP"]},"Qh":{"cP":[],"bf":["cP"]},"C9":{"bf":["1?"]},"c6":{"bf":["1"]},"b3":{"bf":["1"]},"Jz":{"aF":[]},"Ro":{"bf":["bE?"]},"oN":{"yi":["1"],"hL":["1"],"dZ":["1"],"ct":["1"]},"nw":{"au":[],"m":[]},"nx":{"au":[],"m":[]},"V7":{"aX":[],"m":[]},"V5":{"aK":["nw"]},"V6":{"aK":["nx"]},"Ow":{"kU":[]},"GG":{"kU":[]},"DI":{"aF":[]},"DJ":{"aF":[]},"w5":{"au":[],"m":[]},"La":{"au":[],"m":[]},"Pd":{"aF":[]},"Pe":{"aK":["w5"]},"aCJ":{"dC":[],"b8":[],"aP":[],"m":[]},"A2":{"au":[],"m":[]},"D1":{"b8":[],"aP":[],"m":[]},"BS":{"au":[],"m":[]},"A1":{"au":[],"m":[]},"tw":{"aK":["A1"]},"aFj":{"au":[],"m":[]},"M7":{"aK":["A2"]},"Tn":{"aF":[]},"Bo":{"aW":[]},"OY":{"aX":[],"m":[]},"BT":{"aK":["BS"]},"PW":{"bH":["jl"],"bH.T":"jl"},"To":{"b8":[],"aP":[],"m":[]},"Rn":{"bf":["bE?"]},"aDM":{"au":[],"m":[]},"Nn":{"au":[],"m":[]},"Dl":{"bf":["A?"]},"U7":{"bf":["A?"]},"U6":{"bf":["cP"]},"U8":{"bk":[]},"aE6":{"dC":[],"b8":[],"aP":[],"m":[]},"C2":{"dC":[],"b8":[],"aP":[],"m":[]},"pD":{"aZ":["hY"],"aD":["hY"],"aD.T":"hY","aZ.T":"hY"},"vu":{"au":[],"m":[]},"B1":{"aX":[],"m":[]},"OJ":{"aK":["vu"]},"NJ":{"aX":[],"m":[]},"Tc":{"bf":["A?"]},"PO":{"bf":["A"]},"Up":{"bf":["A?"]},"Tt":{"bg":[],"aH":[],"m":[]},"D7":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"R5":{"bg":[],"aH":[],"m":[]},"CS":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"aEk":{"dC":[],"b8":[],"aP":[],"m":[]},"B5":{"au":[],"m":[]},"pF":{"aK":["B5"]},"Ur":{"aX":[],"m":[]},"aEn":{"dC":[],"b8":[],"aP":[],"m":[]},"oY":{"fZ":["akn"],"fZ.T":"akn"},"yW":{"eE":[]},"U2":{"aF":[]},"dG":{"c5":[]},"i2":{"c5":[]},"F7":{"c5":[]},"eh":{"c5":[]},"eO":{"c5":[]},"hu":{"jj":[]},"km":{"n5":[]},"e1":{"dG":[],"c5":[]},"m3":{"A":[]},"b7":{"cC":[]},"fe":{"cC":[]},"ns":{"cC":[]},"akn":{"fZ":["akn"]},"kP":{"fZ":["kP"],"fZ.T":"kP"},"K5":{"c2":[]},"cS":{"dG":[],"c5":[]},"f4":{"dG":[],"c5":[]},"fk":{"dG":[],"c5":[]},"f5":{"dG":[],"c5":[]},"f6":{"dG":[],"c5":[]},"B0":{"iw":[],"kQ":[],"av":[]},"tn":{"eE":[],"av":[]},"OX":{"aF":[]},"lY":{"jt":[]},"N":{"P":[],"V":[],"av":[]},"qw":{"kD":["N"]},"f9":{"e8":[]},"wi":{"f9":[],"fU":["1"],"e8":[]},"hM":{"f9":[],"fU":["N"],"e8":[]},"zz":{"dp":["N","hM"],"N":[],"bv":["N","hM"],"P":[],"V":[],"av":[],"bv.1":"hM","dp.1":"hM"},"GL":{"aF":[]},"zA":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zC":{"N":[],"P":[],"V":[],"av":[]},"fz":{"f9":[],"fU":["N"],"e8":[]},"zD":{"dp":["N","fz"],"N":[],"bv":["N","fz"],"P":[],"V":[],"av":[],"bv.1":"fz","dp.1":"fz"},"zE":{"N":[],"P":[],"V":[],"av":[]},"xW":{"V":[]},"fT":{"V":[]},"wd":{"fT":[],"V":[]},"B9":{"jJ":[],"fT":[],"V":[]},"Kk":{"jJ":[],"fT":[],"V":[]},"KW":{"V":[]},"jJ":{"fT":[],"V":[]},"wc":{"fT":[],"V":[]},"wb":{"fT":[],"V":[]},"vC":{"fT":[],"V":[]},"JP":{"aF":[]},"P":{"V":[],"av":[]},"fU":{"e8":[]},"Ti":{"fp":[]},"C0":{"fp":[]},"pY":{"fp":[]},"jX":{"f9":[],"fU":["N"],"e8":[]},"lA":{"aF":[]},"zK":{"dp":["N","jX"],"N":[],"bv":["N","jX"],"P":[],"V":[],"av":[],"bv.1":"jX","dp.1":"jX"},"pf":{"aF":[]},"zu":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"mY":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"LF":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zL":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zy":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Ly":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zG":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zF":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lp":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"wo":{"aF":[]},"uW":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lt":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Ls":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lr":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"CV":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"LB":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"LC":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lu":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"LI":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lw":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"LD":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"LA":{"N":[],"aQ":["N"],"P":[],"kQ":[],"V":[],"av":[]},"LG":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lx":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zI":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zM":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lq":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lz":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lv":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zw":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"tm":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zJ":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Lo":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"LE":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"zB":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"er":{"f9":[],"fU":["N"],"e8":[]},"zN":{"dp":["N","er"],"N":[],"bv":["N","er"],"P":[],"V":[],"av":[],"bv.1":"er","dp.1":"er"},"zP":{"aQ":["N"],"P":[],"V":[],"av":[]},"pE":{"af":["~"]},"B2":{"c2":[]},"cw":{"V":[]},"lr":{"di":["lr"]},"j0":{"di":["j0"]},"lB":{"di":["lB"]},"tB":{"di":["tB"]},"Tx":{"eR":[]},"Ah":{"aF":[]},"t1":{"di":["tB"]},"tC":{"eE":[]},"oB":{"mq":[]},"mu":{"mq":[]},"xN":{"mq":[]},"z8":{"c2":[]},"yo":{"c2":[]},"jU":{"cP":[]},"PR":{"cP":[]},"U3":{"yq":[]},"jO":{"iI":[]},"tj":{"iI":[]},"zT":{"aF":[]},"Sf":{"AV":[]},"kj":{"au":[],"m":[]},"Bi":{"b8":[],"aP":[],"m":[]},"al_":{"aS":[]},"azi":{"aS":[]},"azh":{"aS":[]},"qe":{"aS":[]},"qx":{"aS":[]},"jl":{"aS":[]},"p8":{"aS":[]},"o1":{"bH":["1"]},"nY":{"bH":["1"],"bH.T":"1"},"Bj":{"aK":["kj"]},"Os":{"bH":["al_"],"bH.T":"al_"},"Ha":{"bH":["aS"],"bH.T":"aS"},"H7":{"bH":["jl"]},"L9":{"bH":["p8"],"bH.T":"p8"},"Cz":{"DT":["1"],"o1":["1"],"S9":["1"],"bH":["1"],"bH.T":"1"},"vB":{"bg":[],"aH":[],"m":[]},"Bf":{"au":[],"m":[]},"DA":{"aK":["Bf"],"k4":[]},"rh":{"au":[],"m":[]},"BX":{"aK":["rh<1>"]},"IV":{"aF":[]},"RZ":{"aX":[],"m":[]},"hA":{"b8":[],"aP":[],"m":[]},"qF":{"bg":[],"aH":[],"m":[]},"xY":{"fj":["hM"],"aP":[],"m":[],"fj.T":"hM"},"p6":{"fj":["er"],"aP":[],"m":[],"fj.T":"er"},"ayZ":{"b8":[],"aP":[],"m":[]},"kF":{"bg":[],"aH":[],"m":[]},"tA":{"bg":[],"aH":[],"m":[]},"oR":{"bg":[],"aH":[],"m":[]},"UT":{"fC":[],"bC":[],"as":[]},"UU":{"b8":[],"aP":[],"m":[]},"GK":{"bg":[],"aH":[],"m":[]},"G5":{"bg":[],"aH":[],"m":[]},"G2":{"bg":[],"aH":[],"m":[]},"KT":{"bg":[],"aH":[],"m":[]},"KU":{"bg":[],"aH":[],"m":[]},"ub":{"bg":[],"aH":[],"m":[]},"Ia":{"bg":[],"aH":[],"m":[]},"eC":{"bg":[],"aH":[],"m":[]},"j6":{"bg":[],"aH":[],"m":[]},"Fk":{"bg":[],"aH":[],"m":[]},"wq":{"bg":[],"aH":[],"m":[]},"wp":{"h2":[],"aH":[],"m":[]},"Ap":{"bg":[],"aH":[],"m":[]},"fb":{"bg":[],"aH":[],"m":[]},"Jc":{"bg":[],"aH":[],"m":[]},"yQ":{"bg":[],"aH":[],"m":[]},"S5":{"d7":[],"bC":[],"as":[]},"IN":{"bg":[],"aH":[],"m":[]},"IM":{"bg":[],"aH":[],"m":[]},"MY":{"h2":[],"aH":[],"m":[]},"L6":{"aX":[],"m":[]},"HT":{"h2":[],"aH":[],"m":[]},"LY":{"h2":[],"aH":[],"m":[]},"Gc":{"h2":[],"aH":[],"m":[]},"x6":{"fj":["fz"],"aP":[],"m":[],"fj.T":"fz"},"HK":{"fj":["fz"],"aP":[],"m":[],"fj.T":"fz"},"LL":{"h2":[],"aH":[],"m":[]},"Lf":{"aH":[],"m":[]},"Jd":{"bg":[],"aH":[],"m":[]},"JO":{"bg":[],"aH":[],"m":[]},"to":{"bg":[],"aH":[],"m":[]},"Ep":{"bg":[],"aH":[],"m":[]},"F4":{"bg":[],"aH":[],"m":[]},"wU":{"bg":[],"aH":[],"m":[]},"xS":{"aX":[],"m":[]},"jd":{"aX":[],"m":[]},"we":{"bg":[],"aH":[],"m":[]},"CM":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Bg":{"eE":[],"av":[]},"pa":{"aH":[],"m":[]},"mW":{"d7":[],"bC":[],"as":[]},"Ot":{"eE":[],"av":[]},"GR":{"bg":[],"aH":[],"m":[]},"Gg":{"aX":[],"m":[]},"qR":{"dC":[],"b8":[],"aP":[],"m":[]},"S_":{"aX":[],"m":[]},"GY":{"aX":[],"m":[]},"wB":{"aX":[],"m":[]},"r_":{"au":[],"m":[]},"BL":{"aK":["r_"]},"dj":{"aF":[]},"on":{"dj":[],"aF":[]},"x9":{"aF":[]},"om":{"au":[],"m":[]},"BV":{"jx":["dj"],"b8":[],"aP":[],"m":[],"jx.T":"dj"},"uA":{"aK":["om"]},"I_":{"au":[],"m":[]},"QB":{"aK":["om"]},"xa":{"au":[],"m":[]},"akC":{"aS":[]},"oZ":{"aS":[]},"p7":{"aS":[]},"aju":{"aS":[]},"BW":{"dj":[],"aF":[]},"QC":{"aK":["xa"]},"LK":{"bH":["akC"],"bH.T":"akC"},"K7":{"bH":["oZ"],"bH.T":"oZ"},"L8":{"bH":["p7"],"bH.T":"p7"},"H5":{"bH":["aju"],"bH.T":"aju"},"jr":{"ix":[]},"cD":{"jr":["1"],"ix":[]},"au":{"m":[]},"bC":{"as":[]},"hg":{"bC":[],"as":[]},"fC":{"bC":[],"as":[]},"kC":{"jr":["1"],"ix":[]},"aX":{"m":[]},"aP":{"m":[]},"fj":{"aP":[],"m":[]},"b8":{"aP":[],"m":[]},"aH":{"m":[]},"J9":{"aH":[],"m":[]},"bg":{"aH":[],"m":[]},"h2":{"aH":[],"m":[]},"HF":{"aH":[],"m":[]},"wf":{"bC":[],"as":[]},"N6":{"bC":[],"as":[]},"zh":{"bC":[],"as":[]},"t7":{"bC":[],"as":[]},"d7":{"bC":[],"as":[]},"J8":{"d7":[],"bC":[],"as":[]},"Am":{"d7":[],"bC":[],"as":[]},"oS":{"d7":[],"bC":[],"as":[]},"RY":{"bC":[],"as":[]},"S0":{"m":[]},"ti":{"au":[],"m":[]},"eA":{"rj":["1"]},"Id":{"aX":[],"m":[]},"zl":{"aK":["ti"]},"QI":{"bg":[],"aH":[],"m":[]},"os":{"au":[],"m":[]},"uG":{"aK":["os"]},"xm":{"oV":[]},"xs":{"aX":[],"m":[]},"ox":{"dC":[],"b8":[],"aP":[],"m":[]},"rl":{"au":[],"m":[]},"C_":{"aK":["rl"],"k4":[]},"ob":{"aZ":["cC"],"aD":["cC"],"aD.T":"cC","aZ.T":"cC"},"nW":{"aZ":["c9?"],"aD":["c9?"],"aD.T":"c9?","aZ.T":"c9?"},"pB":{"aZ":["q"],"aD":["q"],"aD.T":"q","aZ.T":"q"},"vs":{"au":[],"m":[]},"vq":{"au":[],"m":[]},"vt":{"au":[],"m":[]},"GU":{"aZ":["jj"],"aD":["jj"],"aD.T":"jj","aZ.T":"jj"},"wK":{"aZ":["b7"],"aD":["b7"],"aD.T":"b7","aZ.T":"b7"},"IH":{"au":[],"m":[]},"rs":{"aK":["1"]},"qg":{"aK":["1"]},"OH":{"aK":["vs"]},"OG":{"aK":["vq"]},"OI":{"aK":["vt"]},"jw":{"b8":[],"aP":[],"m":[]},"xA":{"fC":[],"bC":[],"as":[]},"jx":{"b8":[],"aP":[],"m":[]},"uK":{"fC":[],"bC":[],"as":[]},"dC":{"b8":[],"aP":[],"m":[]},"Bu":{"aX":[],"m":[]},"Cf":{"b8":[],"aP":[],"m":[]},"y7":{"au":[],"m":[]},"V4":{"fF":["Bh"],"fF.T":"Bh"},"H_":{"Bh":[]},"Rs":{"aK":["y7"]},"ap7":{"b8":[],"aP":[],"m":[]},"oP":{"jw":["eG"],"b8":[],"aP":[],"m":[],"jw.T":"eG"},"Cl":{"au":[],"m":[]},"RB":{"aK":["Cl"],"k4":[]},"uq":{"dk":[],"dz":[]},"Tv":{"bg":[],"aH":[],"m":[]},"T7":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"JM":{"aX":[],"m":[]},"EA":{"au":[],"m":[]},"ON":{"rj":["uq"]},"RM":{"aX":[],"m":[]},"JY":{"aX":[],"m":[]},"akp":{"iL":[]},"ot":{"b8":[],"aP":[],"m":[]},"yJ":{"au":[],"m":[]},"jH":{"aK":["yJ"]},"RX":{"ct":["~"]},"uS":{"nt":[]},"uR":{"nt":[]},"Ct":{"nt":[]},"Cu":{"nt":[]},"QL":{"eD":["aN>?"],"aF":[]},"hP":{"aP":[],"m":[]},"Cx":{"bC":[],"as":[]},"k8":{"f9":[],"fU":["N"],"e8":[]},"Kn":{"h2":[],"aH":[],"m":[]},"uX":{"dp":["N","k8"],"N":[],"bv":["N","k8"],"P":[],"V":[],"av":[],"bv.1":"k8","dp.1":"k8"},"kT":{"aF":[]},"lz":{"au":[],"m":[]},"Cy":{"aK":["lz"]},"yT":{"au":[],"m":[]},"t3":{"aK":["yT"]},"uZ":{"N":[],"bv":["N","er"],"P":[],"V":[],"av":[],"bv.1":"er"},"Do":{"h2":[],"aH":[],"m":[]},"Uk":{"d7":[],"bC":[],"as":[]},"v2":{"er":[],"f9":[],"fU":["N"],"e8":[]},"Ta":{"b8":[],"aP":[],"m":[]},"apx":{"uj":["1"],"ix":[]},"t5":{"aX":[],"m":[]},"jL":{"hL":["1"],"dZ":["1"],"ct":["1"]},"zf":{"b8":[],"aP":[],"m":[]},"n_":{"au":[],"m":[]},"Be":{"b8":[],"aP":[],"m":[]},"zY":{"au":[],"m":[]},"eD":{"aF":[]},"Tf":{"aK":["n_"]},"D_":{"aK":["zY"]},"d8":{"eD":["1"],"aF":[]},"j_":{"eD":["1"],"aF":[]},"CZ":{"j_":["1"],"eD":["1"],"aF":[]},"zS":{"j_":["1"],"eD":["1"],"aF":[],"d8.T":"1","j_.T":"1"},"zR":{"j_":["I"],"eD":["I"],"aF":[],"d8.T":"I","j_.T":"I"},"LX":{"au":[],"m":[]},"aKj":{"aN6":["af"]},"v0":{"aK":["LX<1>"]},"Tj":{"b8":[],"aP":[],"m":[]},"Td":{"eD":["tt?"],"aF":[],"d8.T":"tt?"},"Cn":{"b8":[],"aP":[],"m":[]},"uQ":{"au":[],"m":[]},"ly":{"aK":["uQ<1>"]},"t2":{"ct":["1"]},"dZ":{"ct":["1"]},"PX":{"bH":["jl"],"bH.T":"jl"},"hL":{"dZ":["1"],"ct":["1"]},"ze":{"hL":["1"],"dZ":["1"],"ct":["1"]},"zk":{"hL":["1"],"dZ":["1"],"ct":["1"]},"M4":{"aX":[],"m":[]},"A4":{"fZ":["1"],"fZ.T":"1"},"Mc":{"b8":[],"aP":[],"m":[]},"Md":{"aF":[]},"f_":{"h_":[]},"Mg":{"f_":[],"h_":[]},"ty":{"f_":[],"h_":[]},"t4":{"f_":[],"h_":[]},"Me":{"f_":[],"h_":[]},"aaM":{"f_":[],"h_":[]},"D5":{"b8":[],"aP":[],"m":[]},"nr":{"oH":["nr"],"oH.E":"nr"},"A6":{"au":[],"m":[]},"A7":{"aK":["A6"]},"Pj":{"f_":[],"h_":[]},"aDe":{"aF":[]},"aFg":{"b8":[],"aP":[],"m":[]},"hV":{"aS":[]},"tx":{"bH":["hV"],"bH.T":"hV"},"Ak":{"au":[],"m":[]},"TD":{"aK":["Ak"]},"TE":{"jw":["J"],"b8":[],"aP":[],"m":[],"jw.T":"J"},"ax":{"pi":[]},"pj":{"au":[],"m":[]},"Al":{"au":[],"m":[]},"tE":{"aF":[]},"Db":{"aK":["pj"]},"Mz":{"aF":[]},"Da":{"aK":["Al"]},"TH":{"b8":[],"aP":[],"m":[]},"Aw":{"aF":[]},"MN":{"bg":[],"aH":[],"m":[]},"uY":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"MM":{"aF":[]},"PP":{"aF":[]},"aq0":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"Nl":{"bg":[],"aH":[],"m":[]},"LH":{"N":[],"aQ":["N"],"P":[],"V":[],"av":[]},"qS":{"dC":[],"b8":[],"aP":[],"m":[]},"az0":{"dC":[],"b8":[],"aP":[],"m":[]},"S1":{"aX":[],"m":[]},"pv":{"aX":[],"m":[]},"Hb":{"aS":[]},"H6":{"aS":[]},"wu":{"aS":[]},"ww":{"aS":[]},"wv":{"aS":[]},"H4":{"aS":[]},"oe":{"aS":[]},"og":{"aS":[]},"x0":{"aS":[]},"wV":{"aS":[]},"wW":{"aS":[]},"iq":{"aS":[]},"oh":{"aS":[]},"oi":{"aS":[]},"wZ":{"aS":[]},"x_":{"aS":[]},"of":{"aS":[]},"A9":{"aS":[]},"Mh":{"aS":[]},"wj":{"aS":[]},"KL":{"aS":[]},"Ll":{"aS":[]},"O9":{"aS":[]},"O2":{"aS":[]},"u9":{"au":[],"m":[]},"BM":{"b8":[],"aP":[],"m":[]},"Um":{"aK":["u9"]},"NI":{"aX":[],"m":[]},"vv":{"au":[],"m":[]},"Bk":{"aK":["vv"]},"MK":{"au":[],"m":[]},"Ma":{"au":[],"m":[]},"LU":{"au":[],"m":[]},"HM":{"bg":[],"aH":[],"m":[]},"GS":{"au":[],"m":[]},"y4":{"au":[],"m":[]},"Ez":{"au":[],"m":[]},"uk":{"au":[],"m":[]},"v5":{"aK":["uk<1>"]},"Dz":{"b8":[],"aP":[],"m":[]},"Oo":{"aX":[],"m":[]},"r5":{"au":[],"m":[]},"Qi":{"aK":["r5"]},"mc":{"aX":[],"m":[]},"md":{"aX":[],"m":[]},"Ih":{"aX":[],"m":[]},"ET":{"Yj":[]},"vU":{"Yj":[]},"qy":{"dI":["C

"],"dI.T":"C

"},"G0":{"c2":[]},"qo":{"e2":[],"bU":[]},"m4":{"e2":[],"h5":[],"bU":[]},"wO":{"h5":[],"bU":[]},"x3":{"e2":[],"bU":[]},"xj":{"e2":[],"bU":[]},"Ip":{"e2":[],"bU":[]},"zb":{"h5":[],"bU":[]},"zr":{"h5":[],"bU":[]},"zQ":{"e2":[],"h5":[],"bU":[],"ajX":[]},"ts":{"a8l":[],"bU":[]},"Aj":{"h5":[],"bU":[]},"Nb":{"e2":[],"bU":[]},"i0":{"bU":[]},"kq":{"eL":["A","A"]},"bq":{"eL":["K","K"]},"xh":{"eL":["hE","hE"]},"jy":{"eL":["p","p"]},"xV":{"eL":["1","1"]},"t8":{"dD":["r"],"dD.T":"r"},"KO":{"eL":["r","r"]},"h7":{"eL":["r","r"]},"tD":{"eL":["iN","yZ"]},"MX":{"eL":["r","r"]},"AW":{"eL":["kt","kt"]},"y8":{"au":[],"m":[]},"Ru":{"aK":["y8"]},"rT":{"au":[],"m":[]},"Rt":{"aK":["rT"]},"qf":{"cA":[]},"Fm":{"cA":[]},"Il":{"cA":[]},"Io":{"cA":[]},"JH":{"cA":[]},"L5":{"cA":[]},"Lk":{"cA":[]},"LJ":{"cA":[]},"LV":{"cA":[]},"Mt":{"cA":[]},"ph":{"cA":[]},"Mv":{"cA":[]},"Mw":{"cA":[]},"Mx":{"cA":[]},"eM":{"e2":[],"bU":[]},"Ge":{"eM":[],"e2":[],"bU":[]},"IF":{"eM":[],"e2":[],"bU":[]},"Kc":{"eM":[],"e2":[],"bU":[]},"Mu":{"eM":[],"e2":[],"bU":[]},"MP":{"eM":[],"e2":[],"bU":[]},"Nr":{"eM":[],"e2":[],"bU":[]},"IS":{"c2":[]},"IT":{"c2":[]},"IU":{"ek":[]},"tk":{"aH":[],"m":[]},"zH":{"N":[],"P":[],"V":[],"av":[]},"KN":{"ey":[]},"dD":{"dD.T":"1"},"L7":{"oA":[]},"Oh":{"oA":[]},"Ou":{"oA":[]},"vy":{"O":["dh"],"C":["dh"],"W":["dh"],"k":["dh"],"k.E":"dh","O.E":"dh"},"vJ":{"O":["dy"],"C":["dy"],"W":["dy"],"k":["dy"],"k.E":"dy","O.E":"dy"},"nU":{"O":["1"],"C":["1"],"W":["1"],"k":["1"],"k.E":"1","O.E":"1"},"bu":{"O":["F"],"C":["F"],"W":["F"],"k":["F"],"k.E":"F","O.E":"F"},"MA":{"fI":["h"]},"iR":{"fI":["ao"]},"M1":{"n1":["I"]},"M2":{"n1":["K"]},"M3":{"n1":["I"]},"Gl":{"ij":["I"]},"Gm":{"ij":["dt"]},"Gn":{"ij":["p"]},"Go":{"ij":["K"]},"Gq":{"ij":["u"]},"Gr":{"ij":["p"]},"EH":{"ej":[]},"vH":{"ej":[]},"vM":{"ej":[]},"x1":{"ej":[]},"xP":{"ej":[]},"xR":{"ej":[]},"xX":{"ej":[]},"y_":{"ej":[]},"yK":{"ej":[]},"AA":{"ej":[]},"AC":{"ej":[]},"AD":{"ej":[]},"AF":{"ej":[]},"wS":{"O":["r7"],"C":["r7"],"W":["r7"],"k":["r7"],"k.E":"r7","O.E":"r7"},"ia":{"cO":[],"n":["h"]},"hq":{"n":["1"]},"qi":{"ia":[],"cO":[],"n":["h"]},"ED":{"cO":[],"n":["h"]},"lV":{"ja":[],"hs":["ao"],"n":["ao"]},"hs":{"n":["1"]},"ht":{"ja":[],"hs":["ao"],"n":["ao"]},"qq":{"jb":["f8"],"cO":[],"n":["h"]},"F_":{"cO":[],"n":["h"]},"F0":{"jb":["id"],"cO":[],"n":["h"]},"qs":{"fl":[],"n":["h"]},"Gz":{"ei":["ao"],"n":["ao"],"mm":[]},"ei":{"n":["1"]},"fw":{"F":[],"H":["h"],"n":["h"]},"GC":{"ei":["ao"],"n":["ao"],"mm":[]},"HB":{"cO":[],"n":["h"]},"HI":{"cO":[],"n":["h"]},"oE":{"n":["1"]},"oF":{"n":["1"]},"dm":{"n":["1"]},"rE":{"eV":[],"dm":["h"],"n":["h"]},"ms":{"eV":[],"dm":["h"],"n":["h"]},"mt":{"eV":[],"dm":["h"],"n":["h"]},"rF":{"eV":[],"dm":["h"],"n":["h"]},"rG":{"eV":[],"dm":["h"],"n":["h"]},"J7":{"n":["h"]},"dP":{"dh":[],"hq":["h"],"n":["h"]},"y5":{"n":["1"]},"rP":{"dn":[],"n":["ao"]},"rQ":{"dn":[],"n":["ao"]},"oJ":{"dn":[],"n":["ao"]},"mx":{"dn":[],"n":["ao"]},"Jk":{"dn":[],"n":["ao"]},"t_":{"iE":[],"F":[],"H":["h"],"n":["h"]},"oX":{"F":[],"H":["h"],"n":["h"]},"h4":{"eY":["e6"],"a9":[],"F":[],"H":["h"],"n":["h"]},"mH":{"iE":[],"F":[],"H":["h"],"n":["h"]},"mI":{"h4":[],"eY":["e6"],"a9":[],"F":[],"H":["h"],"n":["h"]},"jI":{"h4":[],"eY":["e6"],"a9":[],"F":[],"H":["h"],"n":["h"]},"K2":{"eY":["l8"],"a9":[],"F":[],"H":["h"],"n":["h"]},"K4":{"iE":[],"F":[],"H":["h"],"n":["h"]},"N1":{"dh":[],"hq":["h"],"n":["h"]},"tI":{"hX":[],"ea":[],"dH":["h"],"n":["h"]},"dH":{"n":["1"]},"N2":{"ea":[],"dH":["h"],"n":["h"]},"N3":{"ea":[],"dH":["h"],"n":["h"]},"AB":{"n":["1"]},"na":{"ea":[],"dH":["h"],"n":["h"]},"nb":{"hX":[],"ea":[],"dH":["h"],"n":["h"]},"N5":{"hX":[],"ea":[],"dH":["h"],"n":["h"]},"eF":{"n":["h"]},"NW":{"ed":[],"f2":["ao"],"n":["ao"]},"f2":{"n":["1"]},"ni":{"ed":[],"f2":["ao"],"n":["ao"]},"NZ":{"ed":[],"f2":["ao"],"n":["ao"]},"pI":{"ed":[],"f2":["ao"],"n":["ao"]},"d1":{"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"eg":{"n":["1"]},"hB":{"fy":[],"dy":[],"eg":["ao"],"n":["ao"]},"oj":{"dy":[],"eg":["ao"],"n":["ao"]},"r9":{"n":["1"]},"I3":{"dy":[],"eg":["ao"],"n":["ao"]},"I6":{"fy":[],"dy":[],"eg":["ao"],"n":["ao"]},"ID":{"hB":[],"fy":[],"dy":[],"eg":["ao"],"n":["ao"]},"vL":{"n":["1"]},"ig":{"l6":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"hx":{"du":[],"F":[],"H":["h"],"n":["h"]},"jP":{"eN":[],"ig":[],"l6":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"MD":{"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"eq":{"a9":[],"F":[],"H":["h"],"n":["h"]},"dX":{"F":[],"H":["h"],"n":["h"]},"lq":{"F":[],"H":["h"],"n":["h"]},"H":{"n":["1"]},"cq":{"F":[],"H":["h"],"n":["h"]},"jm":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"mf":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"LT":{"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"M9":{"ds":[],"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"pu":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"cc":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"ds":{"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"NR":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"li":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"O1":{"ds":[],"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"Gh":{"F":[],"H":["h"],"n":["h"]},"qO":{"F":[],"H":["h"],"n":["h"]},"m5":{"F":[],"H":["h"],"n":["h"]},"qP":{"F":[],"H":["h"],"n":["h"]},"qZ":{"a9":[],"F":[],"H":["h"],"n":["h"]},"m7":{"F":[],"H":["h"],"n":["h"]},"kv":{"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"cj":{"F":[],"H":["h"],"n":["h"]},"oW":{"a9":[],"F":[],"H":["h"],"n":["h"]},"rZ":{"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"bB":{"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"jf":{"F":[],"H":["h"],"n":["h"]},"Gj":{"iC":[],"hJ":[],"bR":["du"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"hw":{"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"fv":{"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"jh":{"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"GD":{"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"Ho":{"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"oy":{"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"yl":{"a9":[],"F":[],"H":["h"],"n":["h"]},"hJ":{"bR":["du"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"rb":{"hW":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"js":{"F":[],"H":["h"],"n":["h"]},"el":{"a9":[],"F":[],"H":["h"],"n":["h"]},"Ld":{"el":[],"a9":[],"F":[],"H":["h"],"n":["h"],"jR":[]},"l5":{"a9":[],"F":[],"H":["h"],"n":["h"]},"n7":{"F":[],"H":["h"],"n":["h"]},"fJ":{"hW":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"fK":{"F":[],"H":["h"],"n":["h"]},"cR":{"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"p_":{"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"z0":{"bR":["1"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"tc":{"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"h8":{"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"eZ":{"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"Ms":{"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"n8":{"h8":[],"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"nc":{"en":["du"],"bR":["du"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"O5":{"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"cF":{"a9":[],"F":[],"H":["h"],"n":["h"]},"tH":{"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"f0":{"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"Nt":{"F":[],"H":["h"],"n":["h"]},"cZ":{"a9":[],"F":[],"H":["h"],"n":["h"]},"cI":{"a9":[],"F":[],"H":["h"],"n":["h"]},"Nx":{"jW":[],"F":[],"H":["h"],"n":["h"]},"jY":{"F":[],"H":["h"],"n":["h"]},"jZ":{"a9":[],"F":[],"H":["h"],"n":["h"]},"nh":{"F":[],"H":["h"],"n":["h"]},"k_":{"ng":[],"jW":[],"F":[],"H":["h"],"n":["h"]},"ba":{"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"b6":{"a9":[],"F":[],"H":["h"],"n":["h"]},"Je":{"O":["dn"],"C":["dn"],"W":["dn"],"k":["dn"],"k.E":"dn","O.E":"dn"},"LM":{"aH":[],"m":[]},"zX":{"N":[],"P":[],"V":[],"av":[]},"Es":{"ia":[],"cO":[],"n":["h"]},"dh":{"hq":["h"],"n":["h"]},"nP":{"ia":[],"cO":[],"n":["h"]},"vE":{"cO":[],"n":["h"]},"ja":{"hs":["ao"],"n":["ao"]},"f8":{"lV":[],"ja":[],"hs":["ao"],"n":["ao"]},"id":{"ht":[],"ja":[],"hs":["ao"],"n":["ao"]},"jb":{"cO":[],"n":["h"]},"qp":{"jb":["f8"],"cO":[],"n":["h"]},"EZ":{"nV":["qp","f8"]},"vO":{"jb":["id"],"cO":[],"n":["h"]},"F1":{"nV":["vO","id"]},"qr":{"fl":[],"n":["h"]},"Gy":{"ei":["ao"],"n":["ao"],"mm":[]},"o4":{"ei":["ao"],"n":["ao"],"mm":[]},"GA":{"fw":[],"F":[],"H":["h"],"n":["h"],"mm":[]},"wl":{"ei":["ao"],"n":["ao"],"mm":[]},"oc":{"cO":[],"n":["h"]},"HH":{"cO":[],"n":["h"]},"xO":{"oE":["h"],"n":["h"]},"xQ":{"oF":["h"],"n":["h"],"J1":["eV"]},"eV":{"dm":["h"],"n":["h"]},"IY":{"eV":[],"dm":["h"],"n":["h"]},"IZ":{"ms":[],"eV":[],"dm":["h"],"n":["h"]},"J_":{"mt":[],"eV":[],"dm":["h"],"n":["h"]},"J0":{"eV":[],"dm":["h"],"n":["h"]},"J2":{"eV":[],"dm":["h"],"n":["h"]},"cO":{"n":["h"]},"e6":{"dP":[],"dh":[],"hq":["h"],"n":["h"]},"dn":{"n":["ao"]},"Jf":{"dn":[],"n":["ao"]},"Jg":{"dn":[],"n":["ao"]},"Jh":{"dn":[],"n":["ao"]},"Ji":{"mx":[],"dn":[],"n":["ao"]},"Jj":{"dn":[],"n":["ao"]},"JZ":{"iE":[],"F":[],"H":["h"],"n":["h"]},"iE":{"F":[],"H":["h"],"n":["h"]},"t0":{"h4":[],"eY":["e6"],"a9":[],"F":[],"H":["h"],"n":["h"]},"K_":{"mH":[],"iE":[],"F":[],"H":["h"],"n":["h"]},"K0":{"mI":[],"h4":[],"eY":["e6"],"a9":[],"F":[],"H":["h"],"n":["h"]},"K1":{"jI":[],"h4":[],"eY":["e6"],"a9":[],"F":[],"H":["h"],"n":["h"]},"hO":{"eY":["l8"],"a9":[],"F":[],"H":["h"],"n":["h"]},"K3":{"iE":[],"F":[],"H":["h"],"n":["h"]},"l8":{"dh":[],"hq":["h"],"n":["h"]},"pl":{"hX":[],"ea":[],"dH":["h"],"n":["h"]},"ea":{"dH":["h"],"n":["h"]},"hX":{"ea":[],"dH":["h"],"n":["h"]},"TS":{"hX":[],"ea":[],"dH":["h"],"n":["h"]},"pm":{"ea":[],"dH":["h"],"n":["h"]},"N4":{"n":["h"]},"pn":{"ea":[],"dH":["h"],"n":["h"]},"l9":{"nb":[],"hX":[],"ea":[],"dH":["h"],"n":["h"]},"po":{"hX":[],"ea":[],"dH":["h"],"n":["h"]},"fl":{"n":["h"]},"NV":{"ed":[],"f2":["ao"],"n":["ao"]},"ed":{"f2":["ao"],"n":["ao"]},"NY":{"ni":[],"ed":[],"f2":["ao"],"n":["ao"]},"Bb":{"ed":[],"f2":["ao"],"n":["ao"]},"O_":{"ed":[],"f2":["ao"],"n":["ao"]},"j9":{"d1":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"],"iO":[]},"dy":{"eg":["ao"],"n":["ao"]},"Hh":{"hB":[],"fy":[],"dy":[],"eg":["ao"],"n":["ao"]},"fy":{"dy":[],"eg":["ao"],"n":["ao"]},"HO":{"r9":["ao"],"n":["ao"]},"I2":{"dy":[],"eg":["ao"],"n":["ao"]},"oo":{"fy":[],"dy":[],"eg":["ao"],"n":["ao"]},"rn":{"hB":[],"fy":[],"dy":[],"eg":["ao"],"n":["ao"]},"qn":{"n":["ao"]},"eN":{"ig":[],"l6":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"d2":{"du":[],"F":[],"H":["h"],"n":["h"]},"tr":{"jP":[],"eN":[],"ig":[],"l6":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"l6":{"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"MH":{"eq":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"tY":{"dX":[],"F":[],"H":["h"],"n":["h"]},"du":{"F":[],"H":["h"],"n":["h"]},"F":{"H":["h"],"n":["h"]},"cz":{"cq":[],"F":[],"H":["h"],"n":["h"]},"H9":{"jm":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"IA":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"LS":{"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"M8":{"ds":[],"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"AN":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"NO":{"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"NP":{"ds":[],"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"NQ":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"NU":{"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"O0":{"ds":[],"cc":[],"cz":[],"cq":[],"F":[],"H":["h"],"n":["h"]},"a9":{"F":[],"H":["h"],"n":["h"]},"GM":{"F":[],"H":["h"],"n":["h"]},"GN":{"m5":[],"F":[],"H":["h"],"n":["h"]},"GO":{"F":[],"H":["h"],"n":["h"]},"qY":{"a9":[],"F":[],"H":["h"],"n":["h"]},"oa":{"F":[],"H":["h"],"n":["h"]},"eU":{"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"mp":{"cj":[],"F":[],"H":["h"],"n":["h"]},"eY":{"a9":[],"F":[],"H":["h"],"n":["h"]},"kR":{"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"bM":{"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"UW":{"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"Kb":{"aF":[]},"n0":{"c2":[]},"LP":{"c2":[]},"qG":{"F":[],"H":["h"],"n":["h"]},"Gi":{"iC":[],"hJ":[],"bR":["du"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"],"bR.T":"du"},"Gx":{"hw":[],"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"],"bR.T":"d2"},"wk":{"fv":[],"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"],"bR.T":"d2"},"GB":{"jh":[],"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"],"bR.T":"d2"},"ji":{"en":["d2"],"bR":["d2"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"Hn":{"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"xw":{"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"],"m8":["rn"]},"mF":{"a9":[],"F":[],"H":["h"],"n":["h"],"pk":["iC"]},"iC":{"hJ":[],"bR":["du"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"],"bR.T":"du"},"ok":{"hW":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"it":{"js":[],"F":[],"H":["h"],"n":["h"]},"kI":{"el":[],"a9":[],"F":[],"H":["h"],"n":["h"],"jR":[]},"Lc":{"el":[],"a9":[],"F":[],"H":["h"],"n":["h"],"jR":[]},"hW":{"a9":[],"F":[],"H":["h"],"n":["h"]},"MO":{"n7":[],"F":[],"H":["h"],"n":["h"],"jR":[]},"tN":{"fJ":[],"hW":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"O6":{"fK":[],"F":[],"H":["h"],"n":["h"]},"KK":{"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"d5":{"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"KM":{"F":[],"H":["h"],"n":["h"]},"en":{"bR":["1"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"L4":{"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"],"pk":["en"]},"za":{"h8":[],"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"Lj":{"eZ":[],"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"jQ":{"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"],"iO":[]},"N_":{"n8":[],"h8":[],"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"tK":{"nc":[],"en":["du"],"bR":["du"],"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"],"bR.T":"du"},"O4":{"cR":[],"d5":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"bR":{"cF":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"MQ":{"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"Az":{"fI":["ao"]},"AP":{"f0":[],"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"jW":{"F":[],"H":["h"],"n":["h"]},"dr":{"cZ":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"nf":{"cI":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"ng":{"jW":[],"F":[],"H":["h"],"n":["h"]},"iV":{"jZ":[],"a9":[],"F":[],"H":["h"],"n":["h"],"iO":[],"m8":["oo"]},"NB":{"F":[],"H":["h"],"n":["h"]},"lf":{"jY":[],"F":[],"H":["h"],"n":["h"]},"pC":{"F":[],"H":["h"],"n":["h"]},"NC":{"k_":[],"ng":[],"jW":[],"F":[],"H":["h"],"n":["h"]},"b4":{"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"bb":{"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"zW":{"N":[],"P":[],"V":[],"av":[]},"h":{"j9":[],"d1":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"],"iO":[],"ao":[]},"A_":{"kR":[],"eU":[],"bM":[],"bB":[],"b4":[],"ba":[],"bb":[],"b6":[],"a9":[],"F":[],"H":["h"],"n":["h"]},"n9":{"O":["1"],"C":["1"],"W":["1"],"k":["1"],"k.E":"1","O.E":"1"},"AE":{"O":["ed"],"C":["ed"],"W":["ed"],"k":["ed"],"k.E":"ed","O.E":"ed"},"la":{"O":["fl"],"C":["fl"],"W":["fl"],"k":["fl"],"k.E":"fl","O.E":"fl"},"tq":{"au":[],"m":[]},"LN":{"aK":["tq"]},"AO":{"o7":["1"]},"wx":{"o7":["1"]},"tX":{"AO":["1"],"o7":["1"]},"lm":{"O":["1"],"C":["1"],"W":["1"],"k":["1"]},"R7":{"lm":["p"],"O":["p"],"C":["p"],"W":["p"],"k":["p"]},"O8":{"lm":["p"],"O":["p"],"C":["p"],"W":["p"],"k":["p"],"k.E":"p","O.E":"p","lm.E":"p"},"w1":{"k":["u"]},"ayP":{"b8":[],"aP":[],"m":[]},"aBs":{"au":[],"m":[]},"azI":{"au":[],"m":[]},"azJ":{"aK":["azI"]},"aFm":{"b8":[],"aP":[],"m":[]},"aC5":{"iw":[]},"aDp":{"b8":[],"aP":[],"m":[]},"h5":{"bU":[]},"a8l":{"bU":[]},"r7":{"a9":[],"F":[],"H":["h"],"n":["h"]}}')) +A.aFv(v.typeUniverse,JSON.parse('{"pK":1,"hD":1,"ic":1,"bA":1,"dR":2,"pM":1,"HJ":2,"Nj":1,"tG":1,"MJ":1,"Hr":1,"I4":1,"x5":1,"Oc":1,"ui":1,"DN":2,"y0":1,"rY":1,"fN":1,"AG":1,"OT":1,"BD":1,"P3":1,"Dh":1,"PS":1,"ux":1,"CC":1,"BH":1,"TV":1,"BZ":1,"np":1,"i3":1,"Cd":1,"Rv":2,"UX":2,"ya":2,"Q5":1,"Rq":1,"UY":1,"Dw":2,"DV":1,"Gb":2,"Gk":2,"MC":1,"wX":1,"Qk":1,"cV":1,"HS":1,"vA":1,"qJ":1,"By":1,"Bz":1,"BA":1,"yY":1,"DL":1,"BE":1,"ul":1,"wz":1,"z7":2,"Jx":1,"Ck":1,"wi":1,"BC":1,"J5":1,"fU":1,"hT":1,"zv":1,"wo":1,"uW":1,"CV":1,"vK":1,"H8":1,"rs":1,"qg":1,"uJ":1,"akp":1,"NX":1,"GZ":1,"apx":1,"jL":1,"eD":1,"l1":1,"d8":1,"CZ":1,"v7":1,"t2":1,"Jl":1,"ze":1,"zk":1,"uP":1,"n6":1,"hZ":1,"Qg":1,"TL":1,"Rf":1,"xV":1,"ES":2,"n1":1,"y5":1,"AB":1,"vL":1,"z0":1,"N0":1,"MI":1,"fI":1,"aED":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",r:'"recorder" must not already be associated with another Canvas.',T:"% of the way to being a CircleBorder that is ",K:"00000008A0009!B000a!C000b000cD000d!E000e000vA000w!F000x!G000y!H000z!I0010!J0011!K0012!I0013!H0014!L0015!M0016!I0017!J0018!N0019!O001a!N001b!P001c001lQ001m001nN001o001qI001r!G001s002iI002j!L002k!J002l!M002m003eI003f!L003g!B003h!R003i!I003j003oA003p!D003q004fA004g!S004h!L004i!K004j004lJ004m004qI004r!H004s!I004t!B004u004vI004w!K004x!J004y004zI0050!T00510056I0057!H0058005aI005b!L005c00jrI00js!T00jt00jvI00jw!T00jx00keI00kf!T00kg00lbI00lc00niA00nj!S00nk00nvA00nw00o2S00o300ofA00og00otI00ou!N00ov00w2I00w300w9A00wa013cI013d!N013e!B013h013iI013j!J013l014tA014u!B014v!A014w!I014x014yA014z!I01500151A0152!G0153!A015c0162U0167016aU016b016wI016x016zK01700171N01720173I0174017eA017f!G017g!A017i017jG017k018qI018r019bA019c019lQ019m!K019n019oQ019p019rI019s!A019t01cjI01ck!G01cl!I01cm01csA01ct01cuI01cv01d0A01d101d2I01d301d4A01d5!I01d601d9A01da01dbI01dc01dlQ01dm01e8I01e9!A01ea01f3I01f401fuA01fx01idI01ie01ioA01ip!I01j401jdQ01je01kaI01kb01kjA01kk01knI01ko!N01kp!G01kq!I01kt!A01ku01kvJ01kw01lhI01li01llA01lm!I01ln01lvA01lw!I01lx01lzA01m0!I01m101m5A01m801ncI01nd01nfA01ni01qfI01qr01r5A01r6!I01r701s3A01s401tlI01tm01toA01tp!I01tq01u7A01u8!I01u901ufA01ug01upI01uq01urA01us01utB01uu01v3Q01v401vkI01vl01vnA01vp01x5I01x8!A01x9!I01xa01xgA01xj01xkA01xn01xpA01xq!I01xz!A01y401y9I01ya01ybA01ye01ynQ01yo01ypI01yq01yrK01ys01ywI01yx!K01yy!I01yz!J01z001z1I01z2!A01z501z7A01z9020pI020s!A020u020yA02130214A02170219A021d!A021l021qI021y0227Q02280229A022a022cI022d!A022e!I022p022rA022t0249I024c!A024d!I024e024lA024n024pA024r024tA024w025dI025e025fA025i025rQ025s!I025t!J0261!I02620267A0269026bA026d027tI027w!A027x!I027y0284A02870288A028b028dA028l028nA028s028xI028y028zA0292029bQ029c029jI029u!A029v02bdI02bi02bmA02bq02bsA02bu02bxA02c0!I02c7!A02cm02cvQ02cw02d4I02d5!J02d6!I02dc02dgA02dh02f1I02f202f8A02fa02fcA02fe02fhA02fp02fqA02fs02g1I02g202g3A02g602gfQ02gn!T02go02gwI02gx02gzA02h0!T02h102ihI02ik!A02il!I02im02isA02iu02iwA02iy02j1A02j902jaA02ji02jlI02jm02jnA02jq02jzQ02k102k2I02kg02kjA02kk02m2I02m302m4A02m5!I02m602mcA02me02mgA02mi02mlA02mm02muI02mv!A02mw02n5I02n602n7A02na02njQ02nk02nsI02nt!K02nu02nzI02o102o3A02o502pyI02q2!A02q702qcA02qe!A02qg02qnA02qu02r3Q02r602r7A02r802t6I02tb!J02tc02trI02ts02u1Q02u202u3B02v502x9I02xc02xlQ02xo02yoI02yp02ysT02yt!I02yu02yvT02yw!S02yx02yyT02yz!B02z0!S02z102z5G02z6!S02z7!I02z8!G02z902zbI02zc02zdA02ze02zjI02zk02ztQ02zu0303I0304!B0305!A0306!I0307!A0308!I0309!A030a!L030b!R030c!L030d!R030e030fA030g031oI031t0326A0327!B0328032cA032d!B032e032fA032g032kI032l032vA032x033wA033y033zB03400345I0346!A0347034fI034g034hT034i!B034j!T034k034oI034p034qS035s037jI037k037tQ037u037vB037w039rI039s03a1Q03a203cvI03cw03fjV03fk03hjW03hk03jzX03k003tmI03tp03trA03ts!I03tt!B03tu03y5I03y8!B03y904fzI04g0!B04g104gqI04gr!L04gs!R04gw04iyI04iz04j1B04j204k1I04k204k4A04kg04kxI04ky04l0A04l104l2B04lc04ltI04lu04lvA04m804moI04mq04mrA04n404pfI04pg04phB04pi!Y04pj!I04pk!B04pl!I04pm!B04pn!J04po04ppI04ps04q1Q04q804qpI04qq04qrG04qs04qtB04qu!T04qv!I04qw04qxG04qy!I04qz04r1A04r2!S04r404rdQ04rk04ucI04ud04ueA04uf04vcI04vd!A04ve04ymI04yo04yzA04z404zfA04zk!I04zo04zpG04zq04zzQ0500053dI053k053tQ053u055iI055j055nA055q058cI058f!A058g058pQ058w0595Q059c059pI059s05a8A05c005c4A05c505dfI05dg05dwA05dx05e3I05e805ehQ05ei05ejB05ek!I05el05eoB05ep05eyI05ez05f7A05f805fgI05fk05fmA05fn05ggI05gh05gtA05gu05gvI05gw05h5Q05h605idI05ie05irA05j005k3I05k405knA05kr05kvB05kw05l5Q05l905lbI05lc05llQ05lm05mlI05mm05mnB05mo05onI05ow05oyA05oz!I05p005pkA05pl05poI05pp!A05pq05pvI05pw!A05px05pyI05pz05q1A05q205vjI05vk05x5A05x705xbA05xc06bgI06bh!T06bi!I06bk06bqB06br!S06bs06buB06bv!Z06bw!A06bx!a06by06bzA06c0!B06c1!S06c206c3B06c4!b06c506c7I06c806c9H06ca!L06cb06cdH06ce!L06cf!H06cg06cjI06ck06cmc06cn!B06co06cpD06cq06cuA06cv!S06cw06d3K06d4!I06d506d6H06d7!I06d806d9Y06da06dfI06dg!N06dh!L06di!R06dj06dlY06dm06dxI06dy!B06dz!I06e006e3B06e4!I06e506e7B06e8!d06e906ecI06ee06enA06eo06f0I06f1!L06f2!R06f306fgI06fh!L06fi!R06fk06fwI06g006g6J06g7!K06g806glJ06gm!K06gn06gqJ06gr!K06gs06gtJ06gu!K06gv06hbJ06hc06i8A06io06iqI06ir!K06is06iwI06ix!K06iy06j9I06ja!J06jb06q9I06qa06qbJ06qc06weI06wf!c06wg06x3I06x4!L06x5!R06x6!L06x7!R06x806xlI06xm06xne06xo06y0I06y1!L06y2!R06y3073jI073k073ne073o07i7I07i807ibe07ic07irI07is07ite07iu07ivI07iw!e07ix!I07iy07j0e07j1!f07j207j3e07j407jsI07jt07jve07jw07l3I07l4!e07l507lqI07lr!e07ls07ngI07nh07nse07nt07nwI07nx!e07ny!I07nz07o1e07o2!I07o307o4e07o507o7I07o807o9e07oa07obI07oc!e07od07oeI07of07ohe07oi07opI07oq!e07or07owI07ox07p1e07p2!I07p307p4e07p5!f07p6!e07p707p8I07p907pge07ph07pjI07pk07ple07pm07ppf07pq07ruI07rv07s0H07s1!I07s207s3G07s4!e07s507s7I07s8!L07s9!R07sa!L07sb!R07sc!L07sd!R07se!L07sf!R07sg!L07sh!R07si!L07sj!R07sk!L07sl!R07sm07usI07ut!L07uu!R07uv07vpI07vq!L07vr!R07vs!L07vt!R07vu!L07vv!R07vw!L07vx!R07vy!L07vz!R07w00876I0877!L0878!R0879!L087a!R087b!L087c!R087d!L087e!R087f!L087g!R087h!L087i!R087j!L087k!R087l!L087m!R087n!L087o!R087p!L087q!R087r!L087s!R087t089jI089k!L089l!R089m!L089n!R089o08ajI08ak!L08al!R08am08viI08vj08vlA08vm08vnI08vt!G08vu08vwB08vx!I08vy!G08vz!B08w008z3I08z4!B08zj!A08zk0926I09280933A0934093hH093i093pB093q!I093r!B093s!L093t!B093u093vI093w093xH093y093zI09400941H0942!L0943!R0944!L0945!R0946!L0947!R0948!L0949!R094a094dB094e!G094f!I094g094hB094i!I094j094kB094l094pI094q094rb094s094uB094v!I094w094xB094y!L094z0956B0957!I0958!B0959!I095a095bB095c095eI096o097de097f099ve09a809g5e09gw09h7e09hc!B09hd09heR09hf09hge09hh!Y09hi09hje09hk!L09hl!R09hm!L09hn!R09ho!L09hp!R09hq!L09hr!R09hs!L09ht!R09hu09hve09hw!L09hx!R09hy!L09hz!R09i0!L09i1!R09i2!L09i3!R09i4!Y09i5!L09i609i7R09i809ihe09ii09inA09io09ise09it!A09iu09iye09iz09j0Y09j109j3e09j5!Y09j6!e09j7!Y09j8!e09j9!Y09ja!e09jb!Y09jc!e09jd!Y09je09k2e09k3!Y09k409kye09kz!Y09l0!e09l1!Y09l2!e09l3!Y09l409l9e09la!Y09lb09lge09lh09liY09ll09lmA09ln09lqY09lr!e09ls09ltY09lu!e09lv!Y09lw!e09lx!Y09ly!e09lz!Y09m0!e09m1!Y09m209mqe09mr!Y09ms09nme09nn!Y09no!e09np!Y09nq!e09nr!Y09ns09nxe09ny!Y09nz09o4e09o509o6Y09o709oae09ob09oeY09of!e09ol09pre09pt09see09sg09ure09v409vjY09vk09wee09wg09xje09xk09xrI09xs0fcve0fcw0fenI0feo0vmce0vmd!Y0vme0wi4e0wi80wjqe0wk00wl9I0wla0wlbB0wlc0wssI0wst!B0wsu!G0wsv!B0wsw0wtbI0wtc0wtlQ0wtm0wviI0wvj0wvmA0wvn!I0wvo0wvxA0wvy0wwtI0wwu0wwvA0www0wz3I0wz40wz5A0wz6!I0wz70wzbB0wzk0x6pI0x6q!A0x6r0x6tI0x6u!A0x6v0x6yI0x6z!A0x700x7mI0x7n0x7rA0x7s0x7vI0x7w!A0x800x87I0x88!K0x890x9vI0x9w0x9xT0x9y0x9zG0xa80xa9A0xaa0xbnI0xbo0xc5A0xce0xcfB0xcg0xcpQ0xcw0xddA0xde0xdnI0xdo!T0xdp0xdqI0xdr!A0xds0xe1Q0xe20xetI0xeu0xf1A0xf20xf3B0xf40xfqI0xfr0xg3A0xgf!I0xgg0xh8V0xhc0xhfA0xhg0xiqI0xir0xj4A0xj50xjaI0xjb0xjdB0xje0xjjI0xjk0xjtQ0xjy0xkfI0xkg0xkpQ0xkq0xm0I0xm10xmeA0xmo0xmqI0xmr!A0xms0xmzI0xn00xn1A0xn40xndQ0xng!I0xnh0xnjB0xnk0xreI0xrf0xrjA0xrk0xrlB0xrm0xroI0xrp0xrqA0xs10xyaI0xyb0xyiA0xyj!B0xyk0xylA0xyo0xyxQ0xz4!g0xz50xzvh0xzw!g0xzx0y0nh0y0o!g0y0p0y1fh0y1g!g0y1h0y27h0y28!g0y290y2zh0y30!g0y310y3rh0y3s!g0y3t0y4jh0y4k!g0y4l0y5bh0y5c!g0y5d0y63h0y64!g0y650y6vh0y6w!g0y6x0y7nh0y7o!g0y7p0y8fh0y8g!g0y8h0y97h0y98!g0y990y9zh0ya0!g0ya10yarh0yas!g0yat0ybjh0ybk!g0ybl0ycbh0ycc!g0ycd0yd3h0yd4!g0yd50ydvh0ydw!g0ydx0yenh0yeo!g0yep0yffh0yfg!g0yfh0yg7h0yg8!g0yg90ygzh0yh0!g0yh10yhrh0yhs!g0yht0yijh0yik!g0yil0yjbh0yjc!g0yjd0yk3h0yk4!g0yk50ykvh0ykw!g0ykx0ylnh0ylo!g0ylp0ymfh0ymg!g0ymh0yn7h0yn8!g0yn90ynzh0yo0!g0yo10yorh0yos!g0yot0ypjh0ypk!g0ypl0yqbh0yqc!g0yqd0yr3h0yr4!g0yr50yrvh0yrw!g0yrx0ysnh0yso!g0ysp0ytfh0ytg!g0yth0yu7h0yu8!g0yu90yuzh0yv0!g0yv10yvrh0yvs!g0yvt0ywjh0ywk!g0ywl0yxbh0yxc!g0yxd0yy3h0yy4!g0yy50yyvh0yyw!g0yyx0yznh0yzo!g0yzp0z0fh0z0g!g0z0h0z17h0z18!g0z190z1zh0z20!g0z210z2rh0z2s!g0z2t0z3jh0z3k!g0z3l0z4bh0z4c!g0z4d0z53h0z54!g0z550z5vh0z5w!g0z5x0z6nh0z6o!g0z6p0z7fh0z7g!g0z7h0z87h0z88!g0z890z8zh0z90!g0z910z9rh0z9s!g0z9t0zajh0zak!g0zal0zbbh0zbc!g0zbd0zc3h0zc4!g0zc50zcvh0zcw!g0zcx0zdnh0zdo!g0zdp0zefh0zeg!g0zeh0zf7h0zf8!g0zf90zfzh0zg0!g0zg10zgrh0zgs!g0zgt0zhjh0zhk!g0zhl0zibh0zic!g0zid0zj3h0zj4!g0zj50zjvh0zjw!g0zjx0zknh0zko!g0zkp0zlfh0zlg!g0zlh0zm7h0zm8!g0zm90zmzh0zn0!g0zn10znrh0zns!g0znt0zojh0zok!g0zol0zpbh0zpc!g0zpd0zq3h0zq4!g0zq50zqvh0zqw!g0zqx0zrnh0zro!g0zrp0zsfh0zsg!g0zsh0zt7h0zt8!g0zt90ztzh0zu0!g0zu10zurh0zus!g0zut0zvjh0zvk!g0zvl0zwbh0zwc!g0zwd0zx3h0zx4!g0zx50zxvh0zxw!g0zxx0zynh0zyo!g0zyp0zzfh0zzg!g0zzh1007h1008!g1009100zh1010!g1011101rh101s!g101t102jh102k!g102l103bh103c!g103d1043h1044!g1045104vh104w!g104x105nh105o!g105p106fh106g!g106h1077h1078!g1079107zh1080!g1081108rh108s!g108t109jh109k!g109l10abh10ac!g10ad10b3h10b4!g10b510bvh10bw!g10bx10cnh10co!g10cp10dfh10dg!g10dh10e7h10e8!g10e910ezh10f0!g10f110frh10fs!g10ft10gjh10gk!g10gl10hbh10hc!g10hd10i3h10i4!g10i510ivh10iw!g10ix10jnh10jo!g10jp10kfh10kg!g10kh10l7h10l8!g10l910lzh10m0!g10m110mrh10ms!g10mt10njh10nk!g10nl10obh10oc!g10od10p3h10p4!g10p510pvh10pw!g10px10qnh10qo!g10qp10rfh10rg!g10rh10s7h10s8!g10s910szh10t0!g10t110trh10ts!g10tt10ujh10uk!g10ul10vbh10vc!g10vd10w3h10w4!g10w510wvh10ww!g10wx10xnh10xo!g10xp10yfh10yg!g10yh10z7h10z8!g10z910zzh1100!g1101110rh110s!g110t111jh111k!g111l112bh112c!g112d1133h1134!g1135113vh113w!g113x114nh114o!g114p115fh115g!g115h1167h1168!g1169116zh1170!g1171117rh117s!g117t118jh118k!g118l119bh119c!g119d11a3h11a4!g11a511avh11aw!g11ax11bnh11bo!g11bp11cfh11cg!g11ch11d7h11d8!g11d911dzh11e0!g11e111erh11es!g11et11fjh11fk!g11fl11gbh11gc!g11gd11h3h11h4!g11h511hvh11hw!g11hx11inh11io!g11ip11jfh11jg!g11jh11k7h11k8!g11k911kzh11l0!g11l111lrh11ls!g11lt11mjh11mk!g11ml11nbh11nc!g11nd11o3h11o4!g11o511ovh11ow!g11ox11pnh11po!g11pp11qfh11qg!g11qh11r7h11r8!g11r911rzh11s0!g11s111srh11ss!g11st11tjh11tk!g11tl11ubh11uc!g11ud11v3h11v4!g11v511vvh11vw!g11vx11wnh11wo!g11wp11xfh11xg!g11xh11y7h11y8!g11y911yzh11z0!g11z111zrh11zs!g11zt120jh120k!g120l121bh121c!g121d1223h1224!g1225122vh122w!g122x123nh123o!g123p124fh124g!g124h1257h1258!g1259125zh1260!g1261126rh126s!g126t127jh127k!g127l128bh128c!g128d1293h1294!g1295129vh129w!g129x12anh12ao!g12ap12bfh12bg!g12bh12c7h12c8!g12c912czh12d0!g12d112drh12ds!g12dt12ejh12ek!g12el12fbh12fc!g12fd12g3h12g4!g12g512gvh12gw!g12gx12hnh12ho!g12hp12ifh12ig!g12ih12j7h12j8!g12j912jzh12k0!g12k112krh12ks!g12kt12ljh12lk!g12ll12mbh12mc!g12md12n3h12n4!g12n512nvh12nw!g12nx12onh12oo!g12op12pfh12pg!g12ph12q7h12q8!g12q912qzh12r0!g12r112rrh12rs!g12rt12sjh12sk!g12sl12tbh12tc!g12td12u3h12u4!g12u512uvh12uw!g12ux12vnh12vo!g12vp12wfh12wg!g12wh12x7h12x8!g12x912xzh12y0!g12y112yrh12ys!g12yt12zjh12zk!g12zl130bh130c!g130d1313h1314!g1315131vh131w!g131x132nh132o!g132p133fh133g!g133h1347h1348!g1349134zh1350!g1351135rh135s!g135t136jh136k!g136l137bh137c!g137d1383h1384!g1385138vh138w!g138x139nh139o!g139p13afh13ag!g13ah13b7h13b8!g13b913bzh13c0!g13c113crh13cs!g13ct13djh13dk!g13dl13ebh13ec!g13ed13f3h13f4!g13f513fvh13fw!g13fx13gnh13go!g13gp13hfh13hg!g13hh13i7h13i8!g13i913izh13j0!g13j113jrh13js!g13jt13kjh13kk!g13kl13lbh13lc!g13ld13m3h13m4!g13m513mvh13mw!g13mx13nnh13no!g13np13ofh13og!g13oh13p7h13p8!g13p913pzh13q0!g13q113qrh13qs!g13qt13rjh13rk!g13rl13sbh13sc!g13sd13t3h13t4!g13t513tvh13tw!g13tx13unh13uo!g13up13vfh13vg!g13vh13w7h13w8!g13w913wzh13x0!g13x113xrh13xs!g13xt13yjh13yk!g13yl13zbh13zc!g13zd1403h1404!g1405140vh140w!g140x141nh141o!g141p142fh142g!g142h1437h1438!g1439143zh1440!g1441144rh144s!g144t145jh145k!g145l146bh146c!g146d1473h1474!g1475147vh147w!g147x148nh148o!g148p149fh149g!g149h14a7h14a8!g14a914azh14b0!g14b114brh14bs!g14bt14cjh14ck!g14cl14dbh14dc!g14dd14e3h14e4!g14e514evh14ew!g14ex14fnh14fo!g14fp14gfh14gg!g14gh14h7h14h8!g14h914hzh14i0!g14i114irh14is!g14it14jjh14jk!g14jl14kbh14kc!g14kd14l3h14l4!g14l514lvh14lw!g14lx14mnh14mo!g14mp14nfh14ng!g14nh14o7h14o8!g14o914ozh14p0!g14p114prh14ps!g14pt14qjh14qk!g14ql14rbh14rc!g14rd14s3h14s4!g14s514svh14sw!g14sx14tnh14to!g14tp14ufh14ug!g14uh14v7h14v8!g14v914vzh14w0!g14w114wrh14ws!g14wt14xjh14xk!g14xl14ybh14yc!g14yd14z3h14z4!g14z514zvh14zw!g14zx150nh150o!g150p151fh151g!g151h1527h1528!g1529152zh1530!g1531153rh153s!g153t154jh154k!g154l155bh155c!g155d1563h1564!g1565156vh156w!g156x157nh157o!g157p158fh158g!g158h1597h1598!g1599159zh15a0!g15a115arh15as!g15at15bjh15bk!g15bl15cbh15cc!g15cd15d3h15d4!g15d515dvh15dw!g15dx15enh15eo!g15ep15ffh15fg!g15fh15g7h15g8!g15g915gzh15h0!g15h115hrh15hs!g15ht15ijh15ik!g15il15jbh15jc!g15jd15k3h15k4!g15k515kvh15kw!g15kx15lnh15lo!g15lp15mfh15mg!g15mh15n7h15n8!g15n915nzh15o0!g15o115orh15os!g15ot15pjh15pk!g15pl15qbh15qc!g15qd15r3h15r4!g15r515rvh15rw!g15rx15snh15so!g15sp15tfh15tg!g15th15u7h15u8!g15u915uzh15v0!g15v115vrh15vs!g15vt15wjh15wk!g15wl15xbh15xc!g15xd15y3h15y4!g15y515yvh15yw!g15yx15znh15zo!g15zp160fh160g!g160h1617h1618!g1619161zh1620!g1621162rh162s!g162t163jh163k!g163l164bh164c!g164d1653h1654!g1655165vh165w!g165x166nh166o!g166p167fh167g!g167h1687h1688!g1689168zh1690!g1691169rh169s!g169t16ajh16ak!g16al16bbh16bc!g16bd16c3h16c4!g16c516cvh16cw!g16cx16dnh16do!g16dp16efh16eg!g16eh16f7h16f8!g16f916fzh16g0!g16g116grh16gs!g16gt16hjh16hk!g16hl16ibh16ic!g16id16j3h16j4!g16j516jvh16jw!g16jx16knh16ko!g16kp16lfh16ls16meW16mj16nvX16o01d6nI1d6o1dkve1dkw1dljI1dlp!U1dlq!A1dlr1dm0U1dm1!I1dm21dmeU1dmg1dmkU1dmm!U1dmo1dmpU1dmr1dmsU1dmu1dn3U1dn41e0tI1e0u!R1e0v!L1e1c1e63I1e64!K1e65!I1e681e6nA1e6o!N1e6p1e6qR1e6r1e6sN1e6t1e6uG1e6v!L1e6w!R1e6x!c1e741e7jA1e7k1e7oe1e7p!L1e7q!R1e7r!L1e7s!R1e7t!L1e7u!R1e7v!L1e7w!R1e7x!L1e7y!R1e7z!L1e80!R1e81!L1e82!R1e83!L1e84!R1e851e86e1e87!L1e88!R1e891e8fe1e8g!R1e8h!e1e8i!R1e8k1e8lY1e8m1e8nG1e8o!e1e8p!L1e8q!R1e8r!L1e8s!R1e8t!L1e8u!R1e8v1e92e1e94!e1e95!J1e96!K1e97!e1e9c1ed8I1edb!d1edd!G1ede1edfe1edg!J1edh!K1edi1edje1edk!L1edl!R1edm1edne1edo!R1edp!e1edq!R1edr1ee1e1ee21ee3Y1ee41ee6e1ee7!G1ee81eeye1eez!L1ef0!e1ef1!R1ef21efue1efv!L1efw!e1efx!R1efy!e1efz!L1eg01eg1R1eg2!L1eg31eg4R1eg5!Y1eg6!e1eg71eggY1egh1ehpe1ehq1ehrY1ehs1eime1eiq1eive1eiy1ej3e1ej61ejbe1eje1ejge1ejk!K1ejl!J1ejm1ejoe1ejp1ejqJ1ejs1ejyI1ek91ekbA1ekc!i1ekd1ereI1erk1ermB1err1eykI1eyl!A1f281f4gI1f4w!A1f4x1f91I1f921f96A1f9c1fa5I1fa7!B1fa81fbjI1fbk!B1fbl1fh9I1fhc1fhlQ1fhs1g7pI1g7r!B1g7s1gd7I1gdb!B1gdc1gjkI1gjl1gjnA1gjp1gjqA1gjw1gjzA1gk01gl1I1gl41gl6A1glb!A1glc1glkI1gls1glzB1gm01gpwI1gpx1gpyA1gq31gq7I1gq81gqdB1gqe!c1gqo1gs5I1gs91gsfB1gsg1h5vI1h5w1h5zA1h681h6hQ1heo1hgpI1hgr1hgsA1hgt!B1hgw1hl1I1hl21hlcA1hld1hpyI1hq81hqaA1hqb1hrrI1hrs1hs6A1hs71hs8B1hs91ht1I1ht21htbQ1htr1htuA1htv1hv3I1hv41hveA1hvf1hvhI1hvi1hvlB1hvx1hwoI1hww1hx5Q1hxc1hxeA1hxf1hyeI1hyf1hysA1hyu1hz3Q1hz41hz7B1hz8!I1hz91hzaA1hzb1i0iI1i0j!A1i0k!I1i0l!T1i0m!I1i0w1i0yA1i0z1i2aI1i2b1i2oA1i2p1i2sI1i2t1i2uB1i2v!I1i2w!B1i2x1i30A1i31!I1i321i33A1i341i3dQ1i3e!I1i3f!T1i3g!I1i3h1i3jB1i3l1i5nI1i5o1i5zA1i601i61B1i62!I1i631i64B1i65!I1i66!A1i801i94I1i95!B1i9c1iamI1ian1iayA1ib41ibdQ1ibk1ibnA1ibp1id5I1id71id8A1id9!I1ida1idgA1idj1idkA1idn1idpA1ids!I1idz!A1ie51ie9I1iea1iebA1iee1iekA1ieo1iesA1iio1ik4I1ik51ikmA1ikn1ikqI1ikr1ikuB1ikv!I1ikw1il5Q1il61il7B1il9!I1ila!A1ilb1injI1ink1io3A1io41io7I1iog1iopQ1itc1iumI1iun1iutA1iuw1iv4A1iv5!T1iv61iv7B1iv81iv9G1iva1ivcI1ivd1ivrB1ivs1ivvI1ivw1ivxA1iww1iy7I1iy81iyoA1iyp1iyqB1iyr1iysI1iz41izdQ1izk1izwT1j0g1j1mI1j1n1j1zA1j20!I1j281j2hQ1j401j57I1j5c1j5lQ1j5m1j5nI1j5o1j5qB1j5r1jcbI1jcc1jcqA1jcr1jhbI1jhc1jhlQ1jhm1jjjI1jjk1jjpA1jjr1jjsA1jjv1jjyA1jjz!I1jk0!A1jk1!I1jk21jk3A1jk41jk6B1jkg1jkpQ1jmo1jo0I1jo11jo7A1joa1jogA1joh!I1joi!T1joj!I1jok!A1jpc!I1jpd1jpmA1jpn1jqqI1jqr1jqxA1jqy!I1jqz1jr2A1jr3!T1jr4!I1jr51jr8B1jr9!T1jra!I1jrb!A1jrk!I1jrl1jrvA1jrw1jt5I1jt61jtlA1jtm1jtoB1jtp!I1jtq1jtsT1jtt1jtuB1juo1k4uI1k4v1k52A1k541k5bA1k5c!I1k5d1k5hB1k5s1k61Q1k621k6kI1k6o!T1k6p!G1k6q1k7jI1k7m1k87A1k891k8mA1kao1kc0I1kc11kc6A1kca!A1kcc1kcdA1kcf1kclA1kcm!I1kcn!A1kcw1kd5Q1kdc1kehI1kei1kemA1keo1kepA1ker1kevA1kew!I1kf41kfdQ1ko01koiI1koj1komA1kon1kv0I1kv11kv4K1kv51kvlI1kvz!B1kw01lriI1lrk1lroB1ls01oifI1oig1oiiL1oij1oilR1oim1ojlI1ojm!R1ojn1ojpI1ojq!L1ojr!R1ojs!L1ojt!R1oju1oqgI1oqh!L1oqi1oqjR1oqk1oviI1ovk1ovqS1ovr!L1ovs!R1s001sctI1scu!L1scv!R1scw1zkuI1zkw1zl5Q1zla1zlbB1zo01zotI1zow1zp0A1zp1!B1zpc1zqnI1zqo1zquA1zqv1zqxB1zqy1zr7I1zr8!B1zr9!I1zrk1zrtQ1zrv20euI20ev20ewB20ex20juI20jz!A20k0!I20k120ljA20lr20luA20lv20m7I20o020o3Y20o4!S20og20ohA20ow25fbe25fk260ve260w26dxI26f426fce2dc02djye2dlc2dleY2dlw2dlzY2dm82dx7e2fpc2ftoI2ftp2ftqA2ftr!B2fts2ftvA2jnk2jxgI2jxh2jxlA2jxm2jxoI2jxp2jyaA2jyb2jycI2jyd2jyjA2jyk2jzdI2jze2jzhA2jzi2k3lI2k3m2k3oA2k3p2l6zI2l722l8fQ2l8g2lmnI2lmo2lo6A2lo72loaI2lob2lpoA2lpp2lpwI2lpx!A2lpy2lqbI2lqc!A2lqd2lqeI2lqf2lqiB2lqj!I2lqz2lr3A2lr52lrjA2mtc2mtiA2mtk2mu0A2mu32mu9A2mub2mucA2mue2muiA2n0g2n1oI2n1s2n1yA2n1z2n25I2n282n2hQ2n2m2ne3I2ne42ne7A2ne82nehQ2nen!J2oe82ojzI2ok02ok6A2olc2on7I2on82oneA2onf!I2onk2ontQ2ony2onzL2p9t2pbfI2pbg!K2pbh2pbjI2pbk!K2pbl2prlI2pz42q67e2q682q6kI2q6l2q6ne2q6o2q98I2q992q9be2q9c2qb0I2qb12qcle2qcm2qdbj2qdc2qo4e2qo5!f2qo62qore2qos2qotI2qou2qpge2qph2qpiI2qpj2qpne2qpo!I2qpp2qpte2qpu2qpwf2qpx2qpye2qpz!f2qq02qq1e2qq22qq4f2qq52qree2qrf2qrjk2qrk2qtde2qte2qtff2qtg2qthe2qti2qtsf2qtt2qude2que2quwf2qux2quze2qv0!f2qv12qv4e2qv52qv7f2qv8!e2qv92qvbf2qvc2qvie2qvj!f2qvk!e2qvl!f2qvm2qvze2qw0!I2qw1!e2qw2!I2qw3!e2qw4!I2qw52qw9e2qwa!f2qwb2qwee2qwf!I2qwg!e2qwh2qwiI2qwj2qyne2qyo2qyuI2qyv2qzae2qzb2qzoI2qzp2r01e2r022r0pI2r0q2r1ve2r1w2r1xf2r1y2r21e2r22!f2r232r2ne2r2o!f2r2p2r2se2r2t2r2uf2r2v2r4je2r4k2r4rI2r4s2r5fe2r5g2r5lI2r5m2r7oe2r7p2r7rf2r7s2r7ue2r7v2r7zf2r802r91I2r922r94H2r952r97Y2r982r9bI2r9c2raae2rab!f2rac2rare2ras2rauf2rav2rb3e2rb4!f2rb52rbfe2rbg!f2rbh2rcve2rcw2rg3I2rg42rgfe2rgg2risI2rit2rjze2rk02rkbI2rkc2rkfe2rkg2rlzI2rm02rm7e2rm82rmhI2rmi2rmne2rmo2rnrI2rns2rnze2ro02rotI2rou2rr3e2rr42rrfI2rrg!f2rrh2rrie2rrj!f2rrk2rrre2rrs2rrzf2rs02rs5e2rs6!f2rs72rsfe2rsg2rspf2rsq2rsre2rss2rsuf2rsv2ruee2ruf!f2rug2rw4e2rw52rw6f2rw7!e2rw82rw9f2rwa!e2rwb!f2rwc2rwse2rwt2rwvf2rww!e2rwx2rx9f2rxa2ry7e2ry82s0jI2s0k2s5be2s5c2sayI2sc02sc9Q2scg2t4te2t4w47p9e47pc5m9pejny9!Ajnz4jo1rAjo5cjobzAl2ionvnhI",U:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",A:"Cannot extract a file path from a URI with a fragment component",z:"Cannot extract a file path from a URI with a query component",Q:"Cannot extract a non-Windows file path from a file URI with an authority",I:'E533333333333333333333333333DDDDDDD4333333333333333333334C43333CD53333333333333333333333UEDTE4\x933343333\x933333333333333333333333333D433333333333333333CDDEDDD43333333S5333333333333333333333C333333D533333333333333333333333SUDDDDT5\x9933CD4E333333333333333333333333UEDDDDE433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333TUUS5CT\x94\x95E3333333333333333333333333333333333333333333333333333333333333333333333SUDD3DUU43533333333333333333C3333333333333w733337333333s3333333w7333333333w33333333333333333333CDDTETE43333ED4S5SE3333C33333D33333333333334E433C3333333C33333333333333333333333333333CETUTDT533333CDDDDDDDDDD3333333343333333D$433333333333333333333333SUDTEE433C34333333333333333333333333333333333333333333333333333333333333333333333333333333TUDDDD3333333333CT5333333333333333333333333333DCEUU3U3U5333343333S5CDDD3CDD333333333333333333333333333333333333333333333333333333333333333333333s73333s33333333333""""""""333333339433333333333333CDDDDDDDDDDDDDDDD3333333CDDDDDDDDDDD\x94DDDDDDDDDDDDDDDDDDDDDDDD33333333DDDDDDDD3333333373s333333333333333333333333333333CDTDDDCTE43C4CD3C333333333333333D3C33333\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee333333\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb33\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc<3sww73333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333w7333333333333333733333333333333333333333333333sww733333s7333333s3wwwww333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwgffffffffffffvww7wwwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww733333333333333333333333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333333333333333333333333333333333333333333333333333333swwwww7333333333333333333333333333333333333333333wwwwwwwwwwwwwwwwwwwww7swwwwwss33373733s33333w33333CT333333333333333EDTETD433333333#\x14"333333333333"""233333373ED4U5UE9333C33333D33333333333333www3333333s73333333333EEDDDCC3DDDDUUUDDDDD3T5333333333333333333333333333CCU3333333333333333333333333333334EDDD33SDD4D5U4333333333C43333333333CDDD9DDD3DCD433333333C433333333333333C433333333333334443SEUCUSE4333D33333C43333333533333CU33333333333333333333333333334EDDDD3CDDDDDDDDDDDDDDDDDDDDDDDDDDD33DDDDDDDDDDDDDDDDDDDDDDDDD33334333333C33333333333DD4DDDDDDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CSUUUUUUUUUUUUUUUUUUUUUUUUUUU333CD43333333333333333333333333333333333333333433333U3333333333333333333333333UUUUUUTEDDDDD3333C3333333333333333373333333333s333333333333swwwww33w733wwwwwww73333s33333333337swwwwsw73333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwDD4D33CDDDDDCDDDDDDDDDDDDDDDDD43EDDDTUEUCDDD33333D33333333333333DDCDDDDCDCDD333333333DT33333333333333D5333333333333333333333333333CSUE4333333333333CDDDDDDDD4333333DT33333333333333333333333CUDDUDU3SUSU43333433333333333333333333ET533E3333SDD3U3U4333D43333C43333333333333s733333s33333333333CTE333333333333333333UUUUDDDDUD3333"""""(\x02"""""""""3333333333333333333DDDD333333333333333333333333CDDDD3333C3333T333333333333333333333334343C33333333333SET334333333333DDDDDDDDDDDDDDDDDDDDDD4DDDDDDDD4CDDDC4DD43333333333333333333333333333333333333333333333333C33333333333333333333333333333333333333333333333333333333333333333333333333333333DDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334333333333333333333333333333333DD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DD433333333333333333333333333333DDD43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DDDDDDD533333333333333333333333DDDTTU5D4DD333C433333D333333333333333333333DDD733333s373ss33w7733333ww733333333333ss33333333333333333333333333333ww3333333333333333333333333333wwww33333www33333333333333333333wwww333333333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww333333wwwwwwwwwwwwwwwwwwwwwww7wwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww73333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333C4""333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DDD4333333333333333333333333333333333333333333333333333333DDD4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333UEDDDTEE43333333333333333333333333333333333333333333333333333CEUDDDE33333333333333333333333333333333333333333333333333CD3DDEDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333EDDDCDDT43333333333333333333333333333333333333333CDDDDDDDDDD4EDDDETD3333333333333333333333333333333333333333333333333333333333333DDD3CC4DDD\x94433333333333333333333333333333333SUUC4UT4333333333333333333333333333333333333333333333333333#"""""""B333DDDDDDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CED3SDD$"""BDDD4CDDD333333333333333DD33333333333333333333333333333333333333333DEDDDUE333333333333333333333333333CCD3D33CD533333333333333333333333333CESEU3333333333333333333DDDD433333CU33333333333333333333333333334DC44333333333333333333333333333CD4DDDDD33333333333333333333DDD\x95DD333343333DDDUD43333333333333333333\x93\x99\x99IDDDDDDE43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDDDDDDDDDDDDDDDDDDD4CDDDDDDDDDDD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333333333333333333DD4333333333333333333333333333333333333333333333333333333333333333333""""""33D4D33CD43333333333333333333CD3343333333333333333333333333333333333333333333333333333333333333333333333333333333333D33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CT53333DY333333333333333333333333UDD43UT43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333D3333333333333333333333333333333333333333D43333333333333333333333333333333333CDDDDD333333333333333333333333CD4333333333333333333333333333333333333333333333333333333333333SUDDDDUDT43333333333343333333333333333333333333333333333333333TEDDTTEETD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CUDD3UUDE43333333333333D3333333333333333343333333333SE43CD33333333DD33333C33TEDCSUUU433333333S533333CDDDDDU333333\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa:3\x99\x99\x9933333DDDDD4233333333333333333UTEUS433333333CDCDDDDDDEDDD33433C3E433#"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD$"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD$"""""""""""""""2333373r33333333\x93933CDDD4333333333333333CDUUDU53SEUUUD43\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xba\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xcb\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\f',w:"Error handler must accept one Object or one Object and a StackTrace as arguments, and return a value of the returned future's type",O:"Failed to load network image.\nImage URL: ",g:'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".',V:"Stream has been disposed.\nAn ImageStream is considered disposed once at least one listener has been added and subsequently all listeners have been removed and no handles are outstanding from the keepAlive method.\nTo resolve this error, maintain at least one listener on the stream, or create an ImageStreamCompleterHandle from the keepAlive method, or create a new stream for the image.",p:"SystemChrome.setApplicationSwitcherDescription",u:"There was a problem trying to load FontManifest.json",t:"Use JsonReader.setLenient(true) to accept malformed JSON",y:"gl_Position = ((u_ctransform * position) * u_scale) + u_shift;",N:"\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.a7 +return{vH:s("axA"),od:s("bH"),k_:s("ia"),pC:s("nM"),dX:s("nQ"),so:s("bZ"),m:s("bZ"),Bs:s("bZ"),ph:s("vB"),s1:s("vG"),At:s("j9"),di:s("d1"),XP:s("vH"),vp:s("nR"),M1:s("EN"),lr:s("qn"),GH:s("vM"),iI:s("eM"),Al:s("lU"),Nb:s("f8"),RH:s("lV"),WW:s("id"),HJ:s("ht"),I0:s("nU"),UM:s("nU"),qE:s("qp"),_t:s("qr"),Td:s("jb"),jj:s("lW"),nl:s("eN"),Wl:s("ig"),m_:s("c9"),hK:s("aW"),x:s("f9"),pI:s("Fe"),V4:s("bS"),wY:s("nY"),nz:s("nY"),zJ:s("Fi"),d0:s("ca?,ct<@>>"),vg:s("hv"),mV:s("w1"),Lh:s("w6"),XY:s("m0"),A:s("qC"),z7:s("FR"),m6:s("FS"),E_:s("qD"),Bn:s("w8"),iJ:s("m1"),S3:s("aKn"),BQ:s("w9"),V1:s("wa"),in:s("qG"),Hz:s("jg"),hP:s("eQ"),k:s("A"),IC:s("fS"),zC:s("di"),F:s("F"),qO:s("o0"),uf:s("bp"),li:s("bp"),eL:s("bp"),s9:s("cz"),_p:s("cq"),Kn:s("a9"),vn:s("qM"),pU:s("bv>"),BO:s("ij"),kM:s("n"),lp:s("Gs"),d1:s("Gt"),g5:s("hw"),_e:s("fv"),fc:s("ei"),yh:s("fw"),kN:s("jh"),H5:s("ayP"),HY:s("im"),Hk:s("m5"),I7:s("qQ"),l4:s("ayZ"),Uf:s("qR"),uy:s("az0"),yS:s("qS"),I:s("hA"),_V:s("jm"),Jj:s("aze"),An:s("ks"),HU:s("kt"),yN:s("Hd"),E9:s("qY"),JX:s("oa"),Lf:s("eU"),ol:s("hB"),R7:s("e2"),Tu:s("bm"),A0:s("cC"),Ee:s("W<@>"),Y:s("bC"),Gt:s("azQ"),EM:s("r4"),IH:s("wQ"),S9:s("Hx"),X8:s("Hy"),Q4:s("wR"),Lt:s("bV"),I3:s("ae"),VI:s("c2"),IX:s("kz"),zZ:s("fy"),NI:s("x1"),iP:s("m8"),Mo:s("ok"),US:s("fz"),N8:s("x7"),s4:s("a_T"),OE:s("a_U"),mx:s("dj"),l5:s("on"),t1:s("I5"),zq:s("oo"),bk:s("jq"),dg:s("xb"),bE:s("hC"),Uy:s("xc"),VW:s("aL5"),_8:s("kB"),ya:s("rh"),Z9:s("af"),xd:s("af(u,aN)"),Ev:s("af()"),L0:s("af<@>"),uz:s("af<~>"),sB:s("c3"),Fp:s("c3"),pl:s("c3"),Si:s("c3"),SP:s("Ic"),cD:s("dk"),Uv:s("eA"),C1:s("eA"),uA:s("eA"),jn:s("eA"),YC:s("eA"),jl:s("eA"),ok:s("eA"),xR:s("rj"),yi:s("jr>"),TX:s("kC"),bT:s("kC>"),Ks:s("dA"),gm:s("dl"),R1:s("or"),cU:s("hE"),yJ:s("js"),xB:s("ajX"),ar:s("ajY"),op:s("xk<~(m9)>"),G7:s("Is>"),rA:s("os"),mS:s("ot"),AL:s("kD"),Fn:s("jt"),zE:s("av"),gc:s("xp"),Lk:s("aoF"),Gf:s("ju"),Ew:s("xt"),Oh:s("ox"),lu:s("rl"),oA:s("jv"),dW:s("fB"),xK:s("xw"),SG:s("mi"),AY:s("ej"),Bc:s("ru"),IS:s("fC"),og:s("dC"),WB:s("b8"),JZ:s("a29"),XO:s("a2a"),pT:s("a2b"),gD:s("mk"),vz:s("aS"),qg:s("ml"),Ya:s("ry"),P1:s("oA"),SD:s("mm"),JY:s("k<@>"),VG:s("k"),jI:s("l"),fE:s("l"),ZT:s("l"),NS:s("l"),PE:s("l>"),qh:s("l>"),ca:s("l>"),fn:s("l"),Pv:s("l"),H_:s("l"),sq:s("l"),iW:s("l"),Ns:s("l"),qN:s("l"),AT:s("l"),R:s("l"),Cz:s("l"),t_:s("l"),SJ:s("l"),td:s("l"),G:s("l"),kQ:s("l"),ew:s("l"),qa:s("l"),NW:s("l>"),hN:s("l"),U:s("l"),vl:s("l"),Up:s("l"),M3:s("l"),Rk:s("l"),AM:s("l"),lX:s("l"),Q3:s("l"),bp:s("l"),ZQ:s("l"),xS:s("l"),Wj:s("l"),kZ:s("l>"),no:s("l"),ty:s("l>"),_W:s("l>"),u2:s("l>"),mo:s("l>"),iQ:s("l"),dk:s("l"),oJ:s("l"),om:s("l>"),XZ:s("l"),Fa:s("l"),fJ:s("l"),VB:s("l"),VO:s("l"),O_:s("l"),J:s("l"),rG:s("l"),K0:s("l"),CE:s("l"),JP:s("l"),G5:s("l>"),ML:s("l>"),q1:s("l>"),k5:s("l"),ma:s("l"),E5:s("l"),fQ:s("l"),cN:s("l"),sa:s("l"),Y4:s("l"),_f:s("l"),to:s("l"),X_:s("l>"),i1:s("l>"),zg:s("l>"),Eo:s("l"),ss:s("l"),a9:s("l>"),gG:s("l>"),n4:s("l>"),_I:s("l"),cc:s("l"),Xr:s("l"),rE:s("l"),Op:s("l"),YE:s("l"),tc:s("l"),i4:s("l>"),xP:s("l"),Hy:s("l"),Qg:s("l"),V:s("l"),yv:s("l"),wi:s("l"),jT:s("l"),g8:s("l>"),EO:s("l"),nx:s("l"),OB:s("l"),zY:s("l"),KJ:s("l

"),ux:s("l>"),wc:s("l"),b:s("l
"),UY:s("l"),TP:s("l"),v:s("l"),kG:s("l"),AO:s("l"),Pc:s("l"),TT:s("l

"),QT:s("l"),c8:s("l>"),Jl:s("l>"),CK:s("l"),vj:s("l"),ZP:s("l"),Bd:s("l"),QF:s("l"),o4:s("l"),Qo:s("l"),zz:s("l"),fe:s("l"),kO:s("l"),WC:s("l"),N_:s("l"),bP:s("l"),ER:s("l"),Mb:s("l"),s:s("l"),oU:s("l"),PL:s("l"),y1:s("l"),qd:s("l"),Lx:s("l"),Zb:s("l"),dK:s("l"),s8:s("l"),qo:s("l"),r2:s("l"),nN:s("l"),Fc:s("l"),Qd:s("l"),FO:s("l>>"),NQ:s("l"),LX:s("l"),Fv:s("l>"),D:s("l"),GA:s("l"),xj:s("l"),Na:s("l"),OM:s("l"),dy:s("l"),TV:s("l"),Kj:s("l"),CZ:s("l"),mz:s("l"),he:s("l"),zj:s("l"),IR:s("l"),ka:s("l"),_k:s("l"),CH:s("l"),QW:s("l"),m3:s("l"),Ei:s("l"),jE:s("l"),qi:s("l

"),uD:s("l"),au:s("l"),lb:s("l"),YK:s("l"),Z4:s("l"),NB:s("l"),cR:s("l"),NM:s("l"),HZ:s("l"),n:s("l"),ee:s("l<@>"),t:s("l

"),Os:s("l"),Va:s("l"),vP:s("l"),Hm:s("l"),E:s("l"),_K:s("l?>"),C0:s("l"),tZ:s("l"),Sb:s("l"),L:s("l"),JK:s("l"),cA:s("l"),ny:s("l?>"),eE:s("l"),Fi:s("l"),CI:s("l"),Sc:s("l"),ct:s("l"),_m:s("l"),TO:s("l"),_x:s("l"),Z:s("l"),Zt:s("l()>"),iM:s("l()>"),sA:s("l"),U9:s("l<~(oq)?>"),u:s("l<~()>"),ot:s("l<~(bH)>"),c:s("l<~(j8)>"),j1:s("l<~(bm)>"),Jh:s("l<~(C)>"),RP:s("b9<@>"),bz:s("xI"),lT:s("jB"),dC:s("bh<@>"),e:s("d"),Ek:s("d(p)"),ej:s("mp"),JE:s("cj"),Hf:s("fg"),D2:s("ix"),dD:s("ms"),Vy:s("mt"),SQ:s("rH"),LE:s("oD"),ON:s("xO"),bA:s("xP"),gL:s("xQ"),tN:s("xR"),XK:s("dD"),bR:s("cD"),ku:s("cD"),re:s("cD>"),Ts:s("cD>"),af:s("cD"),L6:s("fE"),h_:s("J6"),lq:s("cO"),iA:s("xX"),kd:s("rJ"),hz:s("hH"),jQ:s("bx"),Qv:s("e6"),lB:s("dP"),q7:s("y_"),OH:s("el"),z_:s("y1"),Gs:s("C"),lZ:s("C"),gS:s("C"),aa:s("C"),qC:s("C"),UX:s("C"),LF:s("C"),I1:s("C"),xc:s("C"),yp:s("C"),Xw:s("C"),j:s("C<@>"),Cm:s("C

"),Dn:s("C"),Hn:s("mx"),da:s("mz"),bd:s("f"),bS:s("ap7"),sP:s("rT"),zI:s("em"),CW:s("Jq"),q9:s("bX"),sw:s("bX>"),Ej:s("bX>"),kY:s("aN"),GU:s("aN"),a:s("aN"),_P:s("aN"),e3:s("aN"),f:s("aN<@,@>"),pE:s("aN"),rr:s("aN<~(b0),aJ?>"),C9:s("dE"),HA:s("aw"),cj:s("aw"),rB:s("aw"),qn:s("aw"),Tr:s("aw"),iB:s("aBt"),c4:s("oM"),Ne:s("yi<@>"),ui:s("cW"),h9:s("b3"),Ak:s("b3"),kU:s("b3"),iL:s("b3"),XL:s("b3"),QL:s("b3"),Il:s("b3"),U7:s("b3"),BT:s("b3"),wG:s("b3"),Oc:s("oO"),xV:s("aJ"),Yt:s("aLK"),w:s("oP"),VF:s("hJ"),O5:s("jG"),Fu:s("yp<@>"),np:s("h1"),Pb:s("cP"),ZA:s("yq"),_h:s("kQ"),Wz:s("hM"),Lb:s("h2"),sb:s("yt"),ff:s("yw

"),jW:s("mG"),A3:s("h3"),ua:s("oU"),uK:s("jH"),j9:s("eY"),Rb:s("kR"),pv:s("h4"),mQ:s("mH"),CO:s("mI"),Nu:s("jI"),w3:s("hO"),xq:s("yK"),_A:s("bM"),Jm:s("bB"),K3:s("hP"),oS:s("hP"),ji:s("hP"),WA:s("hP"),Te:s("kS"),P:s("aT"),K:s("J"),yw:s("bF"),fy:s("bF<~()>"),wS:s("bF<~(bH)>"),d:s("bF<~(j8)>"),o:s("r"),gY:s("jJ"),Ms:s("kT"),N1:s("t3"),Mf:s("t5"),sd:s("akp"),xp:s("cR"),IL:s("fj"),ke:s("d5"),rM:s("h5"),Wk:s("t8"),Nt:s("yZ"),wW:s("eo"),IF:s("z5"),ix:s("dT"),v3:s("o"),sv:s("ta"),jP:s("jM"),mX:s("aLS"),BV:s("aLT"),ge:s("p1"),Ko:s("p2"),Au:s("mS"),l:s("kW"),qL:s("b0"),GG:s("aLU"),XA:s("kX"),n2:s("kY"),WQ:s("p3"),w5:s("kZ"),DB:s("p4"),PB:s("p5"),ks:s("fH"),oN:s("l_"),fa:s("h8"),bb:s("zf"),I8:s("aCJ"),yH:s("aP"),pK:s("p9"),Rp:s("+()"),YT:s("G"),tx:s("eZ"),Bb:s("ha"),Qz:s("Lm"),MY:s("zu"),OJ:s("aM0"),q:s("N"),I9:s("P"),Cg:s("pa"),F5:s("aH"),GM:s("aQ

"),Cn:s("aq0"),Wd:s("tp"),dZ:s("zS

"),yb:s("eD"),z4:s("d9"),k2:s("zV"),en:s("c0"),Ba:s("c0"),MV:s("c0"),o_:s("c0"),wn:s("tq"),SF:s("fI<@>"),OG:s("LO"),Zg:s("iK"),iN:s("jP"),oj:s("tu"),pO:s("ct<@>(as,J?)"),ts:s("h"),WS:s("zZ"),hQ:s("A_"),Sv:s("pc"),nY:s("aD8"),BL:s("aD8"),Np:s("tw"),x5:s("tx"),ti:s("A4"),FS:s("A7"),Wu:s("aDp"),_S:s("cH"),ZX:s("iM"),bu:s("cw"),UF:s("da"),g3:s("aqj"),HS:s("n3"),m2:s("ck"),yW:s("jQ"),RY:s("c5"),jH:s("pf"),hd:s("iN"),Ia:s("ph"),XM:s("a8l"),VP:s("hW"),tl:s("iO"),GS:s("jR"),Vz:s("pi"),yE:s("aMs"),Mp:s("bg"),FW:s("R"),uW:s("l6"),vV:s("eq"),nQ:s("pk>"),Ws:s("As"),oC:s("n7"),B:s("er"),Km:s("db"),eW:s("n8"),J6:s("l8"),U2:s("pl"),Zr:s("n9"),AI:s("n9"),V_:s("iR"),Gb:s("AA"),ns:s("hX"),TQ:s("pm"),j7:s("AC"),Jq:s("pn"),wR:s("AD"),Tm:s("l9"),UN:s("nb"),ov:s("po"),A4:s("fl"),id:s("AF"),MF:s("hg"),d2:s("au"),gU:s("aX"),ZU:s("tK"),Ie:s("nc"),kj:s("tL"),N:s("u"),u1:s("aDX"),J1:s("tN"),dv:s("fJ"),h:s("AK"),Ci:s("nd"),ky:s("tR"),Yu:s("Ng"),if:s("ps"),u4:s("cn"),Yw:s("cn"),Je:s("cn>"),az:s("cn"),Q6:s("cn"),Ow:s("cn"),E8:s("cn"),d9:s("cn"),Zl:s("cn>?>"),hr:s("cn"),b5:s("cn<~>"),ZC:s("jU"),ev:s("jV"),Lq:s("tX"),mF:s("tY"),iD:s("dX"),Js:s("f0"),_0:s("AR"),Pj:s("aE6"),jy:s("cZ"),LM:s("cI"),mi:s("AY"),tq:s("jX"),em:s("q"),kI:s("lf"),W_:s("jY"),rx:s("jZ"),qk:s("iV"),rp:s("pC"),GD:s("k_"),we:s("hY"),ZM:s("pD"),ZF:s("k0>"),Ag:s("k0<@>"),qe:s("aqR"),HF:s("aEk"),U4:s("aEn"),K2:s("b4"),DJ:s("ba"),EH:s("cc"),zM:s("ds"),Be:s("ni"),Ot:s("fK"),zW:s("cd"),Ni:s("aZ"),H7:s("aZ"),C:s("hm"),on:s("lk"),e2:s("d_"),w7:s("aaC"),rd:s("ug"),Po:s("aaD"),p:s("dt"),MX:s("pJ"),M:s("cx"),kk:s("k1"),lQ:s("Be"),h2:s("ln"),Xu:s("Oe"),xe:s("uj"),D0:s("uk"),GY:s("nk"),hZ:s("cF"),X3:s("lp"),Hd:s("bi"),u9:s("bJ"),FI:s("bJ"),ZK:s("bJ"),gE:s("bJ"),Ri:s("bJ"),nU:s("bJ"),AJ:s("bJ"),mb:s("bJ"),Kq:s("bJ"),P8:s("bJ"),Vx:s("bJ"),ow:s("bJ"),kE:s("bJ<~(J,db?)>"),r7:s("bJ<~(jv)>"),fZ:s("i1"),Pi:s("i1"),dz:s("i1"),sE:s("i1"),l7:s("m"),X5:s("k4"),Uh:s("Bh"),He:s("bb"),p0:s("b6"),L1:s("Bi"),xs:s("bj"),rj:s("bj"),XX:s("bj"),Bx:s("bj"),gI:s("bj

"),VY:s("bj"),zh:s("bj<@>"),yB:s("bj"),BU:s("bj"),EZ:s("bj"),gR:s("bj<~>"),ZW:s("pP"),B6:s("Bt"),UJ:s("PV"),qr:s("ee"),VA:s("lv"),l3:s("BM"),fg:s("pR"),Eh:s("BV"),fk:s("uB"),h1:s("uD"),qc:s("al"),_Y:s("al"),gO:s("al"),EW:s("al"),Qy:s("al
"),tr:s("al"),LR:s("al<@>"),wJ:s("al

"),gg:s("al"),OZ:s("al"),X6:s("al"),W:s("al<~>"),cK:s("uF"),Qu:s("lx"),U3:s("uG"),R9:s("nq"),BN:s("QM"),Fy:s("uH"),WD:s("C1"),Nr:s("C2"),pp:s("fp"),oc:s("C6"),YL:s("uM"),Sx:s("nr"),pt:s("uN"),Gk:s("Cf"),pj:s("c6"),Sq:s("c6"),T:s("c6"),Y6:s("c6"),Fe:s("Cn"),xg:s("RP"),Tp:s("nt"),pi:s("k8"),yI:s("lz"),sZ:s("CA"),j4:s("Sc"),mm:s("uV"),JH:s("k9"),zP:s("dL"),ri:s("CM"),zd:s("CP"),Eg:s("uX"),xL:s("uY"),im:s("uZ"),Ez:s("ef"),Pu:s("D1"),yd:s("D5"),jF:s("aFg"),S8:s("Df"),c6:s("pY"),HE:s("v1"),Ro:s("Do"),i9:s("v2"),tH:s("aFm"),si:s("e_"),XI:s("e_"),h7:s("e_

"),_l:s("Dz"),DH:s("V3"),y:s("I"),i:s("K"),z:s("@"),C_:s("@(J)"),Hg:s("@(J,db)"),S:s("p"),s5:s("0&*"),ub:s("J*"),VC:s("kk?"),zK:s("eh?"),sc:s("eO?"),eJ:s("nW?"),oI:s("bE?"),CD:s("bS?"),eQ:s("qC?"),MB:s("ko?"),L5:s("Yo?"),JG:s("wb?"),cW:s("Yq?"),eG:s("wc?"),GB:s("Yr?"),VX:s("wd?"),_:s("A?"),YJ:s("fS?"),Hb:s("fT?"),V2:s("hA?"),pc:s("cC?"),Om:s("ob?"),fd:s("aKT?"),pk:s("dj?"),uZ:s("af?"),eS:s("Ij?"),ZD:s("ot?"),gx:s("iu?"),lF:s("cU?"),Pr:s("mj?"),lM:s("mm?"),kC:s("d?"),kc:s("C<@>?"),y6:s("f?"),qA:s("iB?"),nA:s("aN?"),Xx:s("aN<@,@>?"),wd:s("aN>?"),qj:s("aN?"),Rd:s("aJ?"),k1:s("mF?"),WV:s("cP?"),X:s("J?"),Ff:s("a4G?"),dJ:s("jJ?"),Tg:s("a4H?"),KX:s("dG?"),uR:s("iG?"),r:s("d5?"),fF:s("z1?"),p7:s("z2?"),Gr:s("z3?"),Ll:s("z4?"),mc:s("dT?"),wb:s("z6?"),O:s("ta?"),aA:s("N?"),Rn:s("P?"),c_:s("d7?"),NT:s("mW?"),ym:s("mY?"),kR:s("hb?"),LQ:s("cw?"),m5:s("Ah?"),Zi:s("c5?"),TZ:s("pg?"),tW:s("R?"),lE:s("hg?"),ob:s("u?"),z3:s("tN?"),aE:s("AK?"),f3:s("iT?"),g:s("AP?"),Jn:s("dr?"),p8:s("q?"),Dh:s("pB?"),qf:s("NS?"),ir:s("aZ?"),nc:s("dt?"),AC:s("ln?"),Wn:s("iY?"),av:s("Si?"),JI:s("U5<@>?"),X7:s("I?"),PM:s("K?"),bo:s("p?"),Nw:s("~()?"),Jy:s("co"),H:s("~"),Q:s("~()"),Vu:s("~(bm)"),Su:s("~(m9)"),xt:s("~(C)"),lO:s("~(J)"),MM:s("~(J,db)"),Ld:s("~(b0)"),iS:s("~(iI)"),HT:s("~(J?)")}})();(function constants(){var s=hunkHelpers.makeConstList +B.Aw=A.x2.prototype +B.k0=A.ju.prototype +B.Be=J.rz.prototype +B.b=J.l.prototype +B.bc=J.xG.prototype +B.e=J.rC.prototype +B.d=J.mo.prototype +B.c=J.jA.prototype +B.Bm=J.jB.prototype +B.Bn=J.d.prototype +B.pW=A.yy.prototype +B.e6=A.yz.prototype +B.cV=A.yA.prototype +B.cW=A.yC.prototype +B.Ga=A.yE.prototype +B.p=A.oU.prototype +B.uB=J.KX.prototype +B.i1=J.k1.prototype +B.Q4=new A.WH(0,"unknown") +B.Q5=new A.j7(1,0) +B.ih=new A.j7(-1,-1) +B.L=new A.eI(0,0) +B.ii=new A.eI(0,1) +B.ij=new A.eI(0,-1) +B.wo=new A.eI(1,0) +B.ik=new A.vp(0,"no") +B.il=new A.vp(1,"waitingForExit") +B.im=new A.vp(2,"yes") +B.wp=new A.EB(0,"normal") +B.wq=new A.EB(1,"preserve") +B.K=new A.j8(0,"dismissed") +B.av=new A.j8(1,"forward") +B.a6=new A.j8(2,"reverse") +B.V=new A.j8(3,"completed") +B.wr=new A.qj(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.io=new A.vG(0,"exit") +B.ip=new A.vG(1,"cancel") +B.ws=new A.qk(0,"resumed") +B.wt=new A.qk(1,"inactive") +B.wu=new A.qk(2,"paused") +B.wv=new A.qk(3,"detached") +B.eT=new A.vI(0,"polite") +B.eU=new A.vI(1,"assertive") +B.X=new A.EO(0,"horizontal") +B.is=new A.EP(0,"horizontal") +B.df=new A.EO(1,"vertical") +B.wy=new A.EP(1,"vertical") +B.wz=new A.ER(null) +B.wA=new A.EQ(B.wz,null,null,null) +B.wB=new A.vN(null,null,null,null,null,null,null,null) +B.a8=new A.a8K() +B.it=new A.lU("flutter/accessibility",B.a8,t.Al) +B.bn=new A.a2k() +B.wC=new A.lU("flutter/keyevent",B.bn,t.Al) +B.f5=new A.a8Y() +B.wD=new A.lU("flutter/lifecycle",B.f5,A.a7("lU")) +B.wE=new A.lU("flutter/system",B.bn,t.Al) +B.dx=new A.rg(2,"previous") +B.wF=new A.nT(null,B.dx,0,0) +B.bl=new A.c1(0,"clear") +B.iu=new A.c1(13,"modulate") +B.iv=new A.c1(20,"hardLight") +B.iw=new A.c1(26,"saturation") +B.cj=new A.c1(3,"srcOver") +B.b2=new A.c1(6,"dstIn") +B.b3=new A.c1(8,"dstOut") +B.dg=new A.XC(0,"normal") +B.r=new A.aL(0,0) +B.a7=new A.c9(B.r,B.r,B.r,B.r) +B.el=new A.aL(4,4) +B.bm=new A.c9(B.el,B.el,B.el,B.el) +B.ej=new A.aL(16,16) +B.ck=new A.c9(B.ej,B.ej,B.ej,B.ej) +B.l=new A.A(4278190080) +B.bG=new A.F6(0,"none") +B.u=new A.bE(B.l,0,B.bG,-1) +B.P=new A.F6(1,"solid") +B.x4=new A.vQ(null,null,null,null,null,null,null) +B.x5=new A.vR(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.eW=new A.qu(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.ix=new A.aW(40,40,40,40) +B.iy=new A.aW(56,56,56,56) +B.iz=new A.aW(96,96,96,96) +B.iA=new A.aW(1/0,1/0,1/0,1/0) +B.x7=new A.aW(0,1/0,48,48) +B.x6=new A.aW(0,1/0,56,56) +B.x8=new A.aW(0,640,0,1/0) +B.cl=new A.aW(0,1/0,0,1/0) +B.x9=new A.aW(280,1/0,0,1/0) +B.xb=new A.aW(100,1/0,30,1/0) +B.xa=new A.aW(36,1/0,36,1/0) +B.xc=new A.aW(48,1/0,48,1/0) +B.xd=new A.vT(1,"contain") +B.iB=new A.vT(2,"cover") +B.xe=new A.vT(5,"none") +B.iC=new A.F9(0,"tight") +B.iD=new A.F9(5,"strut") +B.b4=new A.Fb(0,"rectangle") +B.xf=new A.Fb(1,"circle") +B.dh=new A.XE(0,"tight") +B.U=new A.Fc(0,"dark") +B.Y=new A.Fc(1,"light") +B.aC=new A.vV(0,"blink") +B.A=new A.vV(1,"webkit") +B.aQ=new A.vV(2,"firefox") +B.xg=new A.vW(null,null,null,null,null,null,null,null,null) +B.xh=new A.XN(0,"normal") +B.yu=new A.BQ(A.a7("BQ>")) +B.xi=new A.qy(B.yu) +B.xj=new A.WI() +B.xn=new A.Xl() +B.xl=new A.Xj() +B.xm=new A.Xk() +B.Q6=new A.XJ() +B.xo=new A.Yf() +B.xp=new A.FU() +B.xq=new A.FV() +B.Qp=new A.a7T(4,"keyboard") +B.iG=new A.wj() +B.iF=new A.wj() +B.xr=new A.Z6() +B.xs=new A.GV() +B.xt=new A.GW() +B.Q7=new A.GZ() +B.xu=new A.H_() +B.iI=new A.wu() +B.iJ=new A.wu() +B.iK=new A.wv() +B.iL=new A.wv() +B.iM=new A.ww() +B.iN=new A.ww() +B.o=new A.Hb() +B.xw=new A.ZL() +B.xx=new A.a_9() +B.xy=new A.kx(A.a7("kx")) +B.iO=new A.Hr() +B.di=new A.Hu() +B.S=new A.Hu() +B.xz=new A.a_E() +B.iP=new A.wV() +B.iQ=new A.wV() +B.xA=new A.wW() +B.xB=new A.wW() +B.iR=new A.oe() +B.iS=new A.oe() +B.eX=new A.oe() +B.eY=new A.oe() +B.iT=new A.of() +B.iU=new A.of() +B.eZ=new A.of() +B.f_=new A.of() +B.iV=new A.iq() +B.iW=new A.iq() +B.xE=new A.iq() +B.xF=new A.iq() +B.cm=new A.iq() +B.cn=new A.iq() +B.xC=new A.iq() +B.xD=new A.iq() +B.xG=new A.wZ() +B.xH=new A.wZ() +B.xI=new A.x_() +B.xJ=new A.x_() +B.xK=new A.og() +B.xL=new A.og() +B.iX=new A.og() +B.iY=new A.og() +B.xM=new A.x0() +B.xN=new A.x0() +B.iZ=new A.oh() +B.j_=new A.oh() +B.f0=new A.oh() +B.f1=new A.oh() +B.j2=new A.oi() +B.j3=new A.oi() +B.j0=new A.oi() +B.j1=new A.oi() +B.f2=new A.HW() +B.Q8=new A.Ig() +B.xO=new A.a0Z() +B.f3=new A.a18() +B.AB=new A.a_X(1,"auto") +B.xP=new A.IK() +B.R=new A.a2j() +B.ag=new A.a2l() +B.j4=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.xQ=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.xV=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.xR=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.xS=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.xU=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.xT=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.j5=function(hooks) { return hooks; } + +B.b5=new A.a2s() +B.xW=new A.a3w() +B.xX=new A.JR() +B.xZ=new A.a4u() +B.y_=new A.a4v() +B.j6=new A.a4x() +B.y0=new A.a4D() +B.j7=new A.J() +B.y1=new A.Km() +B.bh=new A.ec(0,"android") +B.bi=new A.ec(2,"iOS") +B.d9=new A.ec(4,"macOS") +B.jg=new A.Ow() +B.iH=new A.GG() +B.e_=new A.c3([B.bh,B.jg,B.bi,B.iH,B.d9,B.iH],A.a7("c3")) +B.y2=new A.Kp() +B.y3=new A.KF() +B.j8=new A.yV() +B.j9=new A.KL() +B.y4=new A.a5b() +B.Q9=new A.a5A() +B.y6=new A.a5F() +B.ja=new A.Ll() +B.ya=new A.n0() +B.y8=new A.n0() +B.jb=new A.n0() +B.y9=new A.n0() +B.yb=new A.A9() +B.yc=new A.A9() +B.yd=new A.a7R() +B.jc=new A.Mh() +B.ye=new A.a8h() +B.a=new A.a8i() +B.b6=new A.a8J() +B.bH=new A.a8N() +B.yf=new A.a9y() +B.yg=new A.a9B() +B.yh=new A.a9C() +B.yi=new A.a9D() +B.yj=new A.a9H() +B.yk=new A.a9J() +B.yl=new A.a9K() +B.ym=new A.a9L() +B.Gj=new A.r(0.056,0.024) +B.Ge=new A.r(0.108,0.3085) +B.Gk=new A.r(0.198,0.541) +B.Gh=new A.r(0.3655,1) +B.Gi=new A.r(0.5465,0.989) +B.jd=new A.NF() +B.yn=new A.NG() +B.yo=new A.O2() +B.je=new A.O9() +B.yp=new A.aaK() +B.I=new A.aaN() +B.bI=new A.aaQ() +B.w=new A.G(0,0,0,0) +B.dd=new A.Or(0,0,0,0) +B.D8=A.a(s([]),A.a7("l")) +B.jf=new A.Oq() +B.co=new A.OE() +B.bo=new A.OF() +B.yq=new A.PE() +B.i=new A.A(4294967295) +B.ds=new A.il(B.l,"label",null,B.l,B.i,B.l,B.i,B.l,B.i,B.l,B.i,0) +B.cr=new A.A(4288256409) +B.dn=new A.A(4285887861) +B.dr=new A.il(B.cr,"inactiveGray",null,B.cr,B.dn,B.cr,B.dn,B.cr,B.dn,B.cr,B.dn,0) +B.Qa=new A.acj() +B.f7=new A.A(4278221567) +B.jp=new A.A(4278879487) +B.jo=new A.A(4278206685) +B.jt=new A.A(4282424575) +B.zM=new A.il(B.f7,"systemBlue",null,B.f7,B.jp,B.jo,B.jt,B.f7,B.jp,B.jo,B.jt,0) +B.z0=new A.A(4280032286) +B.z4=new A.A(4280558630) +B.jJ=new A.il(B.i,"systemBackground",null,B.i,B.l,B.i,B.l,B.i,B.z0,B.i,B.z4,0) +B.cq=new A.A(4042914297) +B.dl=new A.A(4028439837) +B.zN=new A.il(B.cq,null,null,B.cq,B.dl,B.cq,B.dl,B.cq,B.dl,B.cq,B.dl,0) +B.jh=new A.ack() +B.yr=new A.PM() +B.ys=new A.acl() +B.yt=new A.acp() +B.Qb=new A.PP() +B.cp=new A.PR() +B.f6=new A.acz() +B.aK=new A.jU("click") +B.aB=new A.jU("basic") +B.ji=new A.Qh() +B.jj=new A.acL() +B.dk=new A.adO() +B.yv=new A.adP() +B.a_=new A.Ca() +B.yw=new A.Ry() +B.aR=new A.aev() +B.jk=new A.af5() +B.ad=new A.af9() +B.yx=new A.afr() +B.yy=new A.afy() +B.yz=new A.TZ() +B.yA=new A.Uf() +B.yB=new A.V4() +B.yF=new A.w0(null,null,null,null,null,null,null) +B.yG=new A.w2(null,null,null,null,null,null,null,null,null) +B.yH=new A.w4(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.jl=new A.e1(0,B.u) +B.yI=new A.G1(0,"difference") +B.bJ=new A.G1(1,"intersect") +B.M=new A.qE(0,"none") +B.aS=new A.qE(1,"hardEdge") +B.bK=new A.qE(2,"antiAlias") +B.bL=new A.qE(3,"antiAliasWithSaveLayer") +B.ff=new A.A(4291869951) +B.z8=new A.A(4281867890) +B.ze=new A.A(4283381643) +B.jA=new A.A(4293582335) +B.zr=new A.A(4291609308) +B.z7=new A.A(4281544001) +B.zc=new A.A(4283057240) +B.jz=new A.A(4293451512) +B.zv=new A.A(4293900488) +B.zb=new A.A(4282983730) +B.zh=new A.A(4284693320) +B.jC=new A.A(4294957284) +B.zw=new A.A(4294097077) +B.zf=new A.A(4284486672) +B.zm=new A.A(4287372568) +B.jB=new A.A(4294565596) +B.dm=new A.A(4280032031) +B.fg=new A.A(4293321189) +B.fb=new A.A(4282991951) +B.jw=new A.A(4291478736) +B.zn=new A.A(4287860633) +B.js=new A.A(4281413683) +B.fd=new A.A(4284960932) +B.yJ=new A.qH(B.U,B.ff,B.z8,B.ze,B.jA,B.zr,B.z7,B.zc,B.jz,B.zv,B.zb,B.zh,B.jC,B.zw,B.zf,B.zm,B.jB,B.dm,B.fg,B.dm,B.fg,B.fb,B.jw,B.zn,B.fb,B.l,B.l,B.fg,B.js,B.fd,B.ff,null,null) +B.z2=new A.A(4280352861) +B.zg=new A.A(4284636017) +B.z1=new A.A(4280097067) +B.zk=new A.A(4286403168) +B.z6=new A.A(4281405725) +B.zq=new A.A(4289930782) +B.z9=new A.A(4282453515) +B.jD=new A.A(4294966270) +B.zu=new A.A(4293386476) +B.zj=new A.A(4286149758) +B.zx=new A.A(4294242292) +B.yK=new A.qH(B.Y,B.fd,B.i,B.jA,B.z2,B.zg,B.i,B.jz,B.z1,B.zk,B.i,B.jC,B.z6,B.zq,B.i,B.jB,B.z9,B.jD,B.dm,B.jD,B.dm,B.zu,B.fb,B.zj,B.jw,B.l,B.l,B.js,B.zx,B.ff,B.fd,null,null) +B.B=new A.A(0) +B.jm=new A.A(1087163596) +B.yL=new A.A(1627389952) +B.yM=new A.A(1660944383) +B.jn=new A.A(16777215) +B.yN=new A.A(1723645116) +B.yO=new A.A(1724434632) +B.yP=new A.A(2155905152) +B.v=new A.A(2315255808) +B.yQ=new A.A(2583691263) +B.z=new A.A(3019898879) +B.y=new A.A(3707764736) +B.yS=new A.A(4039164096) +B.yY=new A.A(4278239141) +B.f8=new A.A(4279858898) +B.f9=new A.A(4280191205) +B.z3=new A.A(4280361249) +B.jq=new A.A(4280391411) +B.jr=new A.A(4281348144) +B.fa=new A.A(4282532418) +B.fc=new A.A(4284572001) +B.ju=new A.A(4284809178) +B.fe=new A.A(4287679225) +B.zo=new A.A(4288585374) +B.jv=new A.A(4290502395) +B.jx=new A.A(4292030255) +B.zs=new A.A(4292927712) +B.jy=new A.A(4293128957) +B.zy=new A.A(4294309365) +B.zz=new A.A(4294638330) +B.zA=new A.A(4294901760) +B.zC=new A.A(520093696) +B.zD=new A.A(536870911) +B.jE=new A.wg(0,"none") +B.zF=new A.wg(1,"waiting") +B.fh=new A.wg(3,"done") +B.jF=new A.o2(0,"start") +B.zG=new A.o2(1,"end") +B.fi=new A.o2(2,"center") +B.dp=new A.o2(3,"stretch") +B.fj=new A.o2(4,"baseline") +B.jG=new A.ex(0.18,1,0.04,1) +B.jH=new A.ex(0,0,0.2,1) +B.zH=new A.ex(0.05,0,0.133333,0.06) +B.b7=new A.ex(0.25,0.1,0.25,1) +B.dq=new A.ex(0.42,0,1,1) +B.zI=new A.ex(0.67,0.03,0.65,0.09) +B.zJ=new A.ex(0.075,0.82,0.165,1) +B.zK=new A.ex(0.208333,0.82,0.25,1) +B.bp=new A.ex(0.4,0,0.2,1) +B.jI=new A.ex(0.35,0.91,0.33,0.97) +B.fk=new A.ex(0,0,0.58,1) +B.zL=new A.ex(0.42,0,0.58,1) +B.bq=new A.wm(B.jh,null,null,null,null,null,null,null) +B.zO=new A.Z3(1,"latency") +B.zP=new A.wr(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.zQ=new A.ws(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.jK=new A.o5(0,"uninitialized") +B.zR=new A.o5(1,"initializingServices") +B.jL=new A.o5(2,"initializedServices") +B.zS=new A.o5(3,"initializingUi") +B.zT=new A.o5(4,"initialized") +B.zU=new A.Z5(1,"traversalOrder") +B.fl=new A.GT(0,"background") +B.zV=new A.GT(1,"foreground") +B.PQ=new A.S_(null) +B.jM=new A.qR(null,null,B.PQ,null) +B.vT=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.bC=new A.AX(0,"clip") +B.ai=new A.ND(0,"parent") +B.PR=new A.S1(null) +B.zW=new A.qS(B.vT,null,!0,B.bC,null,B.ai,null,B.PR,null) +B.aj=new A.wy(3,"info") +B.zX=new A.wy(5,"hint") +B.zY=new A.wy(6,"summary") +B.Qc=new A.kr(1,"sparse") +B.zZ=new A.kr(10,"shallow") +B.A_=new A.kr(11,"truncateChildren") +B.A0=new A.kr(5,"error") +B.fm=new A.kr(7,"flat") +B.jN=new A.kr(8,"singleLine") +B.b8=new A.kr(9,"errorProperty") +B.A1=new A.qT(null,null,null,null,null,null,null,null,null,null) +B.A5=new A.qV(null,null,null,null,null) +B.b9=new A.ZT(1,"start") +B.A8=new A.Hj(null) +B.A9=new A.wI(null,null,null,null,null,null,null,null) +B.Aa=new A.wJ(null,null,null) +B.C=new A.bm(0) +B.br=new A.bm(1e5) +B.bM=new A.bm(1e6) +B.fn=new A.bm(15e4) +B.Ab=new A.bm(15e5) +B.Ac=new A.bm(16667) +B.T=new A.bm(2e5) +B.jO=new A.bm(2e6) +B.Ad=new A.bm(225e3) +B.jP=new A.bm(25e4) +B.Ae=new A.bm(2961926e3) +B.fo=new A.bm(3e5) +B.Af=new A.bm(3e6) +B.jQ=new A.bm(375e3) +B.Ag=new A.bm(4e4) +B.Ah=new A.bm(5e4) +B.jR=new A.bm(5e5) +B.fp=new A.bm(75e3) +B.Ai=new A.bm(-38e3) +B.am=new A.b7(0,0,0,0) +B.Aj=new A.b7(0,48,0,0) +B.Ak=new A.b7(12,8,12,8) +B.Al=new A.b7(16,0,16,0) +B.Am=new A.b7(16,4,16,4) +B.jS=new A.b7(24,0,24,24) +B.An=new A.b7(40,24,40,24) +B.Ao=new A.b7(4,0,4,0) +B.Ap=new A.b7(8,0,8,0) +B.Aq=new A.b7(8,4,8,4) +B.aT=new A.b7(8,8,8,8) +B.Ar=new A.wN(null) +B.As=new A.wP(0,"noOpinion") +B.At=new A.wP(1,"enabled") +B.fq=new A.wP(2,"disabled") +B.Au=new A.Ht(null) +B.Qd=new A.r2(0) +B.jT=new A.a_F(0,"none") +B.Av=new A.wY(null,null,null,null,null,null,null,null,null,null,null) +B.Ax=new A.x4(null) +B.ba=new A.rc(0,"none") +B.jU=new A.rc(1,"low") +B.cs=new A.rc(2,"medium") +B.bN=new A.rc(3,"high") +B.N=new A.R(0,0) +B.Ay=new A.HR(B.N,B.N) +B.jV=new A.HU(0,"tight") +B.Az=new A.HU(1,"loose") +B.AA=new A.re(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.fr=new A.m9(0,"touch") +B.dt=new A.m9(1,"traditional") +B.Qe=new A.a06(0,"automatic") +B.an=new A.I8(0,"normal") +B.aw=new A.I8(1,"italic") +B.j=new A.fX(3) +B.ct=new A.fX(5) +B.aU=new A.fX(6) +B.jW=new A.hC("Invalid method call",null,null) +B.AC=new A.hC("Unable to load artboard",null,null) +B.AD=new A.hC("Expected envelope, got nothing",null,null) +B.ao=new A.hC("Message corrupted",null,null) +B.AE=new A.hC("Invalid envelope",null,null) +B.jX=new A.rg(0,"ltr") +B.jY=new A.rg(1,"rtl") +B.fs=new A.rg(3,"sandwich") +B.bb=new A.If(0,"accepted") +B.a0=new A.If(1,"rejected") +B.jZ=new A.oq(0,"pointerEvents") +B.bP=new A.oq(1,"browserGestures") +B.bQ=new A.xe(0,"ready") +B.dy=new A.xe(1,"possible") +B.AF=new A.xe(2,"defunct") +B.AG=new A.xg(0,"image") +B.AH=new A.xg(1,"rive") +B.AI=new A.xg(2,"lottie") +B.bO=new A.fX(0) +B.AJ=new A.dl(B.bO,B.an) +B.AK=new A.dl(B.bO,B.aw) +B.du=new A.fX(1) +B.AL=new A.dl(B.du,B.an) +B.AM=new A.dl(B.du,B.aw) +B.dv=new A.fX(2) +B.AN=new A.dl(B.dv,B.an) +B.AO=new A.dl(B.dv,B.aw) +B.AP=new A.dl(B.j,B.an) +B.AQ=new A.dl(B.j,B.aw) +B.G=new A.fX(4) +B.AR=new A.dl(B.G,B.an) +B.AS=new A.dl(B.G,B.aw) +B.AT=new A.dl(B.ct,B.an) +B.AU=new A.dl(B.ct,B.aw) +B.AV=new A.dl(B.aU,B.an) +B.AW=new A.dl(B.aU,B.aw) +B.dw=new A.fX(7) +B.AX=new A.dl(B.dw,B.an) +B.AY=new A.dl(B.dw,B.aw) +B.cu=new A.fX(8) +B.AZ=new A.dl(B.cu,B.an) +B.B_=new A.dl(B.cu,B.aw) +B.bR=new A.Iq(0,"linear") +B.k_=new A.Iq(1,"radial") +B.bs=new A.rk(0,"push") +B.bt=new A.rk(1,"pop") +B.bS=new A.xn(0,"deferToChild") +B.ax=new A.xn(1,"opaque") +B.dz=new A.xn(2,"translucent") +B.B0=new A.ow(null) +B.B1=new A.mg(57490,!0) +B.k1=new A.mg(58332,!1) +B.B4=new A.cU(null,null,null,null,null,B.y,null,null) +B.B5=new A.cU(null,null,null,null,null,B.l,null,null) +B.B3=new A.cU(24,0,400,0,48,B.l,1,null) +B.k2=new A.cU(null,null,null,null,null,B.i,null,null) +B.B2=new A.mg(58727,!1) +B.B6=new A.xs(B.B2,null,null) +B.B7=new A.ro(null,null,null,null,null,null) +B.ft=new A.rp(0,"repeat") +B.k3=new A.rp(1,"repeatX") +B.k4=new A.rp(2,"repeatY") +B.cv=new A.rp(3,"noRepeat") +B.Bg=new A.hF(0,0.1,B.a_) +B.Bf=new A.hF(0.125,0.25,B.a_) +B.Bh=new A.hF(0.6,1,B.a_) +B.k5=new A.hF(0.5,1,B.b7) +B.Bi=new A.hF(0.2075,0.4175,B.a_) +B.Bk=new A.hF(0,0.5,B.bp) +B.Bj=new A.hF(0.5,1,B.bp) +B.Bl=new A.hF(0.0825,0.2075,B.a_) +B.k6=new A.xF(0,"grapheme") +B.k7=new A.xF(1,"word") +B.Bo=new A.a2t(null) +B.Bp=new A.a2u(null) +B.fu=new A.rD(2,"center") +B.Bs=new A.IW(0,"rawKeyData") +B.Bt=new A.IW(1,"keyDataThenRawKeyData") +B.aD=new A.xL(0,"down") +B.Bu=new A.fD(B.C,B.aD,0,0,null,!1) +B.cw=new A.mr(0,"handled") +B.cx=new A.mr(1,"ignored") +B.dA=new A.mr(2,"skipRemainingHandlers") +B.ap=new A.xL(1,"up") +B.Bv=new A.xL(2,"repeat") +B.fv=new A.oC(0,"hold") +B.fw=new A.oC(1,"linear") +B.dU=new A.f(4294967562) +B.By=new A.rH(B.dU,0,"numLock") +B.dV=new A.f(4294967564) +B.Bz=new A.rH(B.dV,1,"scrollLock") +B.cJ=new A.f(4294967556) +B.BA=new A.rH(B.cJ,2,"capsLock") +B.bT=new A.oD(0,"any") +B.aV=new A.oD(3,"all") +B.k8=new A.jD(0,"preComp") +B.k9=new A.jD(2,"image") +B.fx=new A.jD(6,"unknown") +B.bu=new A.mw(0,"opportunity") +B.n=new A.mw(1,"prohibited") +B.bd=new A.mw(2,"mandatory") +B.be=new A.mw(3,"endOfText") +B.ka=new A.rK(0,"butt") +B.kb=new A.rK(1,"round") +B.kc=new A.rK(2,"unknown") +B.fy=new A.bx(0,"CM") +B.dD=new A.bx(1,"BA") +B.bv=new A.bx(10,"PO") +B.cy=new A.bx(11,"OP") +B.cz=new A.bx(12,"CP") +B.dE=new A.bx(13,"IS") +B.cA=new A.bx(14,"HY") +B.fz=new A.bx(15,"SY") +B.bf=new A.bx(16,"NU") +B.fA=new A.bx(17,"CL") +B.fB=new A.bx(18,"GL") +B.kd=new A.bx(19,"BB") +B.cB=new A.bx(2,"LF") +B.aq=new A.bx(20,"HL") +B.dF=new A.bx(21,"JL") +B.cC=new A.bx(22,"JV") +B.cD=new A.bx(23,"JT") +B.fC=new A.bx(24,"NS") +B.fD=new A.bx(25,"ZW") +B.fE=new A.bx(26,"ZWJ") +B.fF=new A.bx(27,"B2") +B.ke=new A.bx(28,"IN") +B.fG=new A.bx(29,"WJ") +B.dG=new A.bx(3,"BK") +B.fH=new A.bx(30,"ID") +B.dH=new A.bx(31,"EB") +B.cE=new A.bx(32,"H2") +B.cF=new A.bx(33,"H3") +B.fI=new A.bx(34,"CB") +B.dI=new A.bx(35,"RI") +B.dJ=new A.bx(36,"EM") +B.dK=new A.bx(4,"CR") +B.bU=new A.bx(5,"SP") +B.kf=new A.bx(6,"EX") +B.fJ=new A.bx(7,"QU") +B.ar=new A.bx(8,"AL") +B.dL=new A.bx(9,"PR") +B.kg=new A.rL(0,"miter") +B.kh=new A.rL(1,"round") +B.ki=new A.rL(2,"bevel") +B.BF=new A.y3(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.wG=new A.c1(1,"src") +B.wQ=new A.c1(2,"dst") +B.wY=new A.c1(4,"dstOver") +B.wZ=new A.c1(5,"srcIn") +B.x_=new A.c1(7,"srcOut") +B.x0=new A.c1(9,"srcATop") +B.wH=new A.c1(10,"dstATop") +B.wI=new A.c1(11,"xor") +B.wJ=new A.c1(12,"plus") +B.wK=new A.c1(14,"screen") +B.wL=new A.c1(15,"overlay") +B.wM=new A.c1(16,"darken") +B.wN=new A.c1(17,"lighten") +B.wO=new A.c1(18,"colorDodge") +B.wP=new A.c1(19,"colorBurn") +B.wR=new A.c1(21,"softLight") +B.wS=new A.c1(22,"difference") +B.wT=new A.c1(23,"exclusion") +B.wU=new A.c1(24,"multiply") +B.wV=new A.c1(25,"hue") +B.wW=new A.c1(27,"color") +B.wX=new A.c1(28,"luminosity") +B.fK=A.a(s([B.bl,B.wG,B.wQ,B.cj,B.wY,B.wZ,B.b2,B.x_,B.b3,B.x0,B.wH,B.wI,B.wJ,B.iu,B.wK,B.wL,B.wM,B.wN,B.wO,B.wP,B.iv,B.wR,B.wS,B.wT,B.wU,B.wV,B.iw,B.wW,B.wX]),A.a7("l")) +B.BG=A.a(s([0,1]),t.n) +B.fL=A.a(s([10,12,14]),t.t) +B.Bw=new A.oC(2,"cubic") +B.Bx=new A.oC(3,"cubicValue") +B.kj=A.a(s([B.fv,B.fw,B.Bw,B.Bx]),A.a7("l")) +B.CZ=A.a(s([137,80,78,71,13,10,26,10]),t.Z) +B.B8=new A.kG(B.CZ,"image/png") +B.C2=A.a(s([71,73,70,56,55,97]),t.Z) +B.Bc=new A.kG(B.C2,"image/gif") +B.C3=A.a(s([71,73,70,56,57,97]),t.Z) +B.Bd=new A.kG(B.C3,"image/gif") +B.BH=A.a(s([255,216,255]),t.Z) +B.B9=new A.kG(B.BH,"image/jpeg") +B.Cn=A.a(s([82,73,70,70,null,null,null,null,87,69,66,80]),t.Z) +B.Bb=new A.kG(B.Cn,"image/webp") +B.Cf=A.a(s([66,77]),t.Z) +B.Ba=new A.kG(B.Cf,"image/bmp") +B.C4=A.a(s([B.B8,B.Bc,B.Bd,B.B9,B.Bb,B.Ba]),A.a7("l")) +B.C5=A.a(s([4,6,8]),t.t) +B.C6=A.a(s([4,9,14,19]),t.t) +B.fM=A.a(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +B.yC=new A.qz(0,"auto") +B.yD=new A.qz(1,"full") +B.yE=new A.qz(2,"chromium") +B.Cg=A.a(s([B.yC,B.yD,B.yE]),A.a7("l")) +B.Ch=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.kk=A.a(s([B.fy,B.dD,B.cB,B.dG,B.dK,B.bU,B.kf,B.fJ,B.ar,B.dL,B.bv,B.cy,B.cz,B.dE,B.cA,B.fz,B.bf,B.fA,B.fB,B.kd,B.aq,B.dF,B.cC,B.cD,B.fC,B.fD,B.fE,B.fF,B.ke,B.fG,B.fH,B.dH,B.cE,B.cF,B.fI,B.dI,B.dJ]),A.a7("l")) +B.Jw=new A.le(0,"add") +B.Jx=new A.le(1,"subtract") +B.Jy=new A.le(2,"multiply") +B.Jz=new A.le(3,"min") +B.JA=new A.le(4,"max") +B.JB=new A.le(5,"difference") +B.Ci=A.a(s([B.Jw,B.Jx,B.Jy,B.Jz,B.JA,B.JB]),A.a7("l")) +B.fN=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.Cj=A.a(s([B.eT,B.eU]),A.a7("l")) +B.Ck=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.kl=A.a(s([0,4,12,1,5,13,3,7,15]),t.t) +B.Cl=A.a(s(["pointerdown","pointermove","pointerleave","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseleave","mouseup","keyup","keydown"]),t.s) +B.bV=new A.rS(0,"oneShot") +B.Fe=new A.rS(1,"loop") +B.Ff=new A.rS(2,"pingPong") +B.bw=A.a(s([B.bV,B.Fe,B.Ff]),A.a7("l")) +B.Cs=A.a(s([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),t.t) +B.Ct=A.a(s([0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0]),t.n) +B.Jn=new A.tZ(0,"left") +B.Jo=new A.tZ(1,"right") +B.Jp=new A.tZ(2,"center") +B.km=A.a(s([B.Jn,B.Jo,B.Jp]),A.a7("l")) +B.kG=new A.my(0,"enter") +B.kH=new A.my(1,"exit") +B.fV=new A.my(2,"down") +B.fW=new A.my(3,"up") +B.dQ=new A.my(4,"move") +B.fO=A.a(s([B.kG,B.kH,B.fV,B.fW,B.dQ]),A.a7("l")) +B.hk=new A.kO(0,"none") +B.FU=new A.kO(1,"add") +B.hl=new A.kO(2,"invert") +B.pP=new A.kO(3,"luma") +B.pQ=new A.kO(4,"lumaInverted") +B.FV=new A.kO(5,"unknown") +B.Cw=A.a(s([B.hk,B.FU,B.hl,B.pP,B.pQ,B.FV]),A.a7("l")) +B.A2=new A.qU(0,"closer") +B.A3=new A.qU(1,"further") +B.A4=new A.qU(2,"exact") +B.Cy=A.a(s([B.A2,B.A3,B.A4]),A.a7("l")) +B.Bq=new A.rD(0,"leftAlign") +B.Br=new A.rD(1,"rightAlign") +B.CH=A.a(s([B.Bq,B.Br,B.fu]),A.a7("l")) +B.O4=new A.uc(0,"none") +B.w_=new A.uc(1,"sequential") +B.O5=new A.uc(2,"synchronized") +B.CI=A.a(s([B.O4,B.w_,B.O5]),A.a7("l")) +B.DH=new A.mz("en","US") +B.kn=A.a(s([B.DH]),t.ss) +B.dM=A.a(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.JE=new A.py(0,"characters") +B.JF=new A.py(1,"charactersExcludingSpaces") +B.JG=new A.py(2,"words") +B.vQ=new A.py(3,"lines") +B.kp=A.a(s([B.JE,B.JF,B.JG,B.vQ]),A.a7("l")) +B.ko=A.a(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.kq=A.a(s([B.kg,B.kh,B.ki]),A.a7("l")) +B.Pg=new A.lw(0,0) +B.Pl=new A.lw(1,0.05) +B.Pk=new A.lw(3,0.08) +B.Ph=new A.lw(6,0.11) +B.Pi=new A.lw(8,0.12) +B.Pj=new A.lw(12,0.14) +B.kr=A.a(s([B.Pg,B.Pl,B.Pk,B.Ph,B.Pi,B.Pj]),A.a7("l")) +B.CK=A.a(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.kt=A.a(s([B.bO,B.du,B.dv,B.j,B.G,B.ct,B.aU,B.dw,B.cu]),A.a7("l")) +B.aJ=new A.tO(0,"butt") +B.vD=new A.tO(1,"round") +B.vE=new A.tO(2,"square") +B.ku=A.a(s([B.aJ,B.vD,B.vE]),A.a7("l")) +B.ah=new A.z_(0,"nonZero") +B.aY=new A.z_(1,"evenOdd") +B.kv=A.a(s([B.ah,B.aY]),A.a7("l")) +B.CM=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.CN=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.fP=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.cc=new A.AQ(0,"upstream") +B.ae=new A.AQ(1,"downstream") +B.CU=A.a(s([B.cc,B.ae]),A.a7("l")) +B.Q=new A.ne(0,"rtl") +B.t=new A.ne(1,"ltr") +B.kw=A.a(s([B.Q,B.t]),A.a7("l")) +B.JC=new A.AZ(0,"percentage") +B.JD=new A.AZ(1,"unitIndex") +B.CV=A.a(s([B.JC,B.JD]),A.a7("l")) +B.w8=new A.ut(0,"topLeft") +B.wb=new A.ut(3,"bottomRight") +B.Pa=new A.lu(B.w8,B.wb) +B.Pd=new A.lu(B.wb,B.w8) +B.w9=new A.ut(1,"topRight") +B.wa=new A.ut(2,"bottomLeft") +B.Pb=new A.lu(B.w9,B.wa) +B.Pc=new A.lu(B.wa,B.w9) +B.CW=A.a(s([B.Pa,B.Pd,B.Pb,B.Pc]),A.a7("l")) +B.NZ=new A.Ba(0,"world") +B.a4=new A.Ba(1,"local") +B.a9=A.a(s([B.NZ,B.a4]),A.a7("l")) +B.xk=new A.qe() +B.ir=new A.qm(2,"down") +B.uV=new A.Mf(1,"page") +B.hz=new A.hV(B.ir,B.uV) +B.CX=A.a(s([B.xk,B.hz]),A.a7("l")) +B.CY=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.kx=A.a(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.ky=A.a(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.D_=A.a(s(["click","scroll"]),t.s) +B.Jt=new A.px(0,"visible") +B.Ju=new A.px(1,"hidden") +B.vO=new A.px(2,"clipped") +B.vP=new A.px(3,"ellipsis") +B.fQ=A.a(s([B.Jt,B.Ju,B.vO,B.vP]),A.a7("l")) +B.D1=A.a(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.kA=A.a(s([]),A.a7("l")) +B.Qf=A.a(s([]),t.ss) +B.D9=A.a(s([]),t.tc) +B.cG=A.a(s([]),t.V) +B.kB=A.a(s([]),t.wi) +B.D3=A.a(s([]),t.jT) +B.Da=A.a(s([]),A.a7("l>")) +B.fS=A.a(s([]),t.c8) +B.fR=A.a(s([]),t.QF) +B.as=A.a(s([]),t.s) +B.a1=A.a(s([]),t.oU) +B.Db=A.a(s([]),t.Lx) +B.Qg=A.a(s([]),t.D) +B.dN=A.a(s([]),t.t) +B.kz=A.a(s([]),t.ee) +B.D2=A.a(s([]),A.a7("l")) +B.vX=new A.lj(0,"equal") +B.vY=new A.lj(1,"notEqual") +B.O_=new A.lj(2,"lessThanOrEqual") +B.O0=new A.lj(3,"greaterThanOrEqual") +B.O1=new A.lj(4,"lessThan") +B.O2=new A.lj(5,"greaterThan") +B.fT=A.a(s([B.vX,B.vY,B.O_,B.O0,B.O1,B.O2]),A.a7("l")) +B.A6=new A.wH(0,"before") +B.A7=new A.wH(1,"after") +B.Dj=A.a(s([B.A6,B.A7]),A.a7("l")) +B.hS=new A.lc(0,"left") +B.vH=new A.lc(1,"right") +B.aZ=new A.lc(2,"center") +B.hT=new A.lc(3,"justify") +B.aL=new A.lc(4,"start") +B.vI=new A.lc(5,"end") +B.Dl=A.a(s([B.hS,B.vH,B.aZ,B.hT,B.aL,B.vI]),A.a7("l")) +B.cb=new A.tP(0,"miter") +B.vF=new A.tP(1,"round") +B.vG=new A.tP(2,"bevel") +B.kC=A.a(s([B.cb,B.vF,B.vG]),A.a7("l")) +B.hn=new A.r(1,0) +B.ho=new A.r(1,1) +B.pY=new A.r(0,1) +B.q1=new A.r(-1,1) +B.q0=new A.r(-1,0) +B.q2=new A.r(-1,-1) +B.pZ=new A.r(0,-1) +B.q_=new A.r(1,-1) +B.dO=A.a(s([B.hn,B.ho,B.pY,B.q1,B.q0,B.q2,B.pZ,B.q_]),t.yv) +B.Dt=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.dP=A.a(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.cR=new A.h1(0,"controlModifier") +B.cS=new A.h1(1,"shiftModifier") +B.cT=new A.h1(2,"altModifier") +B.cU=new A.h1(3,"metaModifier") +B.pS=new A.h1(4,"capsLockModifier") +B.pT=new A.h1(5,"numLockModifier") +B.pU=new A.h1(6,"scrollLockModifier") +B.pV=new A.h1(7,"functionModifier") +B.G4=new A.h1(8,"symbolModifier") +B.kD=A.a(s([B.cR,B.cS,B.cT,B.cU,B.pS,B.pT,B.pU,B.pV,B.G4]),A.a7("l

")) +B.db=new A.u5(0,"autoWidth") +B.JI=new A.u5(1,"autoHeight") +B.dc=new A.u5(2,"fixed") +B.bg=A.a(s([B.db,B.JI,B.dc]),A.a7("l")) +B.Dw=A.a(s([141,1,2,4,8,16,32,64,128,27,54]),t.t) +B.ey=new A.ec(1,"fuchsia") +B.ez=new A.ec(3,"linux") +B.eA=new A.ec(5,"windows") +B.Dx=A.a(s([B.bh,B.ey,B.bi,B.ez,B.d9,B.eA]),A.a7("l")) +B.aW=A.a(s([99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22]),t.t) +B.hu=new A.zc(1) +B.uD=new A.zc(2) +B.Dy=A.a(s([B.hu,B.uD]),A.a7("l")) +B.fU=A.a(s([!0,!1]),t.HZ) +B.kE=A.a(s([B.ka,B.kb,B.kc]),A.a7("l")) +B.BB=new A.jD(1,"solid") +B.BC=new A.jD(3,"nullLayer") +B.BD=new A.jD(4,"shape") +B.BE=new A.jD(5,"text") +B.DB=A.a(s([B.k8,B.BB,B.k9,B.BC,B.BD,B.BE,B.fx]),A.a7("l")) +B.ib=new A.D0(0,"named") +B.Q1=new A.D0(1,"anonymous") +B.DC=A.a(s([B.ib,B.Q1]),A.a7("l")) +B.DG=A.a(s([-1,0,0,1,0,0,-1,0,1,0,0,0,-1,1,0,1,1,1,1,0]),t.n) +B.at=new A.f(4294967304) +B.cI=new A.f(4294967323) +B.ak=new A.f(4294967423) +B.fZ=new A.f(4294967558) +B.cM=new A.f(8589934848) +B.dW=new A.f(8589934849) +B.cN=new A.f(8589934850) +B.dX=new A.f(8589934851) +B.cO=new A.f(8589934852) +B.dY=new A.f(8589934853) +B.cP=new A.f(8589934854) +B.dZ=new A.f(8589934855) +B.h=new A.r(0,0) +B.bj=new A.ho(B.h) +B.Fb=new A.Jo(B.h,B.bj) +B.Fc=new A.a3a("longPress") +B.Fd=new A.Jp(B.h) +B.hf=new A.mB(0,"start") +B.pz=new A.mB(1,"end") +B.pA=new A.mB(2,"center") +B.Fg=new A.mB(3,"spaceBetween") +B.Fh=new A.mB(4,"spaceAround") +B.Fi=new A.mB(5,"spaceEvenly") +B.hg=new A.Js(0,"min") +B.hh=new A.Js(1,"max") +B.q9=new A.o(16) +B.qa=new A.o(17) +B.cX=new A.o(18) +B.qb=new A.o(19) +B.qc=new A.o(20) +B.qd=new A.o(21) +B.qe=new A.o(22) +B.qf=new A.o(23) +B.qg=new A.o(24) +B.u1=new A.o(65666) +B.u2=new A.o(65667) +B.u3=new A.o(65717) +B.qh=new A.o(392961) +B.qi=new A.o(392962) +B.qj=new A.o(392963) +B.qk=new A.o(392964) +B.ql=new A.o(392965) +B.qm=new A.o(392966) +B.qn=new A.o(392967) +B.qo=new A.o(392968) +B.qp=new A.o(392969) +B.qq=new A.o(392970) +B.qr=new A.o(392971) +B.qs=new A.o(392972) +B.qt=new A.o(392973) +B.qu=new A.o(392974) +B.qv=new A.o(392975) +B.qw=new A.o(392976) +B.qx=new A.o(392977) +B.qy=new A.o(392978) +B.qz=new A.o(392979) +B.qA=new A.o(392980) +B.qB=new A.o(392981) +B.qC=new A.o(392982) +B.qD=new A.o(392983) +B.qE=new A.o(392984) +B.qF=new A.o(392985) +B.qG=new A.o(392986) +B.qH=new A.o(392987) +B.qI=new A.o(392988) +B.qJ=new A.o(392989) +B.qK=new A.o(392990) +B.qL=new A.o(392991) +B.Gv=new A.o(458752) +B.Gw=new A.o(458753) +B.Gx=new A.o(458754) +B.Gy=new A.o(458755) +B.qM=new A.o(458756) +B.qN=new A.o(458757) +B.qO=new A.o(458758) +B.qP=new A.o(458759) +B.qQ=new A.o(458760) +B.qR=new A.o(458761) +B.qS=new A.o(458762) +B.qT=new A.o(458763) +B.qU=new A.o(458764) +B.qV=new A.o(458765) +B.qW=new A.o(458766) +B.qX=new A.o(458767) +B.qY=new A.o(458768) +B.qZ=new A.o(458769) +B.r_=new A.o(458770) +B.r0=new A.o(458771) +B.r1=new A.o(458772) +B.r2=new A.o(458773) +B.r3=new A.o(458774) +B.r4=new A.o(458775) +B.r5=new A.o(458776) +B.r6=new A.o(458777) +B.r7=new A.o(458778) +B.r8=new A.o(458779) +B.r9=new A.o(458780) +B.ra=new A.o(458781) +B.rb=new A.o(458782) +B.rc=new A.o(458783) +B.rd=new A.o(458784) +B.re=new A.o(458785) +B.rf=new A.o(458786) +B.rg=new A.o(458787) +B.rh=new A.o(458788) +B.ri=new A.o(458789) +B.rj=new A.o(458790) +B.rk=new A.o(458791) +B.rl=new A.o(458792) +B.hq=new A.o(458793) +B.rm=new A.o(458794) +B.rn=new A.o(458795) +B.ro=new A.o(458796) +B.rp=new A.o(458797) +B.rq=new A.o(458798) +B.rr=new A.o(458799) +B.rs=new A.o(458800) +B.rt=new A.o(458801) +B.ru=new A.o(458803) +B.rv=new A.o(458804) +B.rw=new A.o(458805) +B.rx=new A.o(458806) +B.ry=new A.o(458807) +B.rz=new A.o(458808) +B.bz=new A.o(458809) +B.rA=new A.o(458810) +B.rB=new A.o(458811) +B.rC=new A.o(458812) +B.rD=new A.o(458813) +B.rE=new A.o(458814) +B.rF=new A.o(458815) +B.rG=new A.o(458816) +B.rH=new A.o(458817) +B.rI=new A.o(458818) +B.rJ=new A.o(458819) +B.rK=new A.o(458820) +B.rL=new A.o(458821) +B.rM=new A.o(458822) +B.e9=new A.o(458823) +B.rN=new A.o(458824) +B.rO=new A.o(458825) +B.rP=new A.o(458826) +B.rQ=new A.o(458827) +B.rR=new A.o(458828) +B.rS=new A.o(458829) +B.rT=new A.o(458830) +B.rU=new A.o(458831) +B.rV=new A.o(458832) +B.rW=new A.o(458833) +B.rX=new A.o(458834) +B.ea=new A.o(458835) +B.rY=new A.o(458836) +B.rZ=new A.o(458837) +B.t_=new A.o(458838) +B.t0=new A.o(458839) +B.t1=new A.o(458840) +B.t2=new A.o(458841) +B.t3=new A.o(458842) +B.t4=new A.o(458843) +B.t5=new A.o(458844) +B.t6=new A.o(458845) +B.t7=new A.o(458846) +B.t8=new A.o(458847) +B.t9=new A.o(458848) +B.ta=new A.o(458849) +B.tb=new A.o(458850) +B.tc=new A.o(458851) +B.td=new A.o(458852) +B.te=new A.o(458853) +B.tf=new A.o(458854) +B.tg=new A.o(458855) +B.th=new A.o(458856) +B.ti=new A.o(458857) +B.tj=new A.o(458858) +B.tk=new A.o(458859) +B.tl=new A.o(458860) +B.tm=new A.o(458861) +B.tn=new A.o(458862) +B.to=new A.o(458863) +B.tp=new A.o(458864) +B.tq=new A.o(458865) +B.tr=new A.o(458866) +B.ts=new A.o(458867) +B.tt=new A.o(458868) +B.tu=new A.o(458869) +B.tv=new A.o(458871) +B.tw=new A.o(458873) +B.tx=new A.o(458874) +B.ty=new A.o(458875) +B.tz=new A.o(458876) +B.tA=new A.o(458877) +B.tB=new A.o(458878) +B.tC=new A.o(458879) +B.tD=new A.o(458880) +B.tE=new A.o(458881) +B.tF=new A.o(458885) +B.tG=new A.o(458887) +B.tH=new A.o(458888) +B.tI=new A.o(458889) +B.tJ=new A.o(458890) +B.tK=new A.o(458891) +B.tL=new A.o(458896) +B.tM=new A.o(458897) +B.tN=new A.o(458898) +B.tO=new A.o(458899) +B.tP=new A.o(458900) +B.tQ=new A.o(458907) +B.tR=new A.o(458915) +B.tS=new A.o(458934) +B.tT=new A.o(458935) +B.tU=new A.o(458939) +B.tV=new A.o(458960) +B.tW=new A.o(458961) +B.tX=new A.o(458962) +B.tY=new A.o(458963) +B.tZ=new A.o(458964) +B.Gz=new A.o(458967) +B.u_=new A.o(458968) +B.u0=new A.o(458969) +B.c0=new A.o(458976) +B.c1=new A.o(458977) +B.c2=new A.o(458978) +B.c3=new A.o(458979) +B.cY=new A.o(458980) +B.cZ=new A.o(458981) +B.c4=new A.o(458982) +B.d_=new A.o(458983) +B.GA=new A.o(786528) +B.GB=new A.o(786529) +B.u4=new A.o(786543) +B.u5=new A.o(786544) +B.GC=new A.o(786546) +B.GD=new A.o(786547) +B.GE=new A.o(786548) +B.GF=new A.o(786549) +B.GG=new A.o(786553) +B.GH=new A.o(786554) +B.GI=new A.o(786563) +B.GJ=new A.o(786572) +B.GK=new A.o(786573) +B.GL=new A.o(786580) +B.GM=new A.o(786588) +B.GN=new A.o(786589) +B.u6=new A.o(786608) +B.u7=new A.o(786609) +B.u8=new A.o(786610) +B.u9=new A.o(786611) +B.ua=new A.o(786612) +B.ub=new A.o(786613) +B.uc=new A.o(786614) +B.ud=new A.o(786615) +B.ue=new A.o(786616) +B.uf=new A.o(786637) +B.GO=new A.o(786639) +B.GP=new A.o(786661) +B.ug=new A.o(786819) +B.GQ=new A.o(786820) +B.GR=new A.o(786822) +B.uh=new A.o(786826) +B.GS=new A.o(786829) +B.GT=new A.o(786830) +B.ui=new A.o(786834) +B.uj=new A.o(786836) +B.GU=new A.o(786838) +B.GV=new A.o(786844) +B.GW=new A.o(786846) +B.uk=new A.o(786847) +B.ul=new A.o(786850) +B.GX=new A.o(786855) +B.GY=new A.o(786859) +B.GZ=new A.o(786862) +B.um=new A.o(786865) +B.H_=new A.o(786871) +B.un=new A.o(786891) +B.H0=new A.o(786945) +B.H1=new A.o(786947) +B.H2=new A.o(786951) +B.H3=new A.o(786952) +B.uo=new A.o(786977) +B.up=new A.o(786979) +B.uq=new A.o(786980) +B.ur=new A.o(786981) +B.us=new A.o(786982) +B.ut=new A.o(786983) +B.uu=new A.o(786986) +B.H4=new A.o(786989) +B.H5=new A.o(786990) +B.uv=new A.o(786994) +B.H6=new A.o(787065) +B.uw=new A.o(787081) +B.ux=new A.o(787083) +B.uy=new A.o(787084) +B.uz=new A.o(787101) +B.uA=new A.o(787103) +B.Fl=new A.c3([16,B.q9,17,B.qa,18,B.cX,19,B.qb,20,B.qc,21,B.qd,22,B.qe,23,B.qf,24,B.qg,65666,B.u1,65667,B.u2,65717,B.u3,392961,B.qh,392962,B.qi,392963,B.qj,392964,B.qk,392965,B.ql,392966,B.qm,392967,B.qn,392968,B.qo,392969,B.qp,392970,B.qq,392971,B.qr,392972,B.qs,392973,B.qt,392974,B.qu,392975,B.qv,392976,B.qw,392977,B.qx,392978,B.qy,392979,B.qz,392980,B.qA,392981,B.qB,392982,B.qC,392983,B.qD,392984,B.qE,392985,B.qF,392986,B.qG,392987,B.qH,392988,B.qI,392989,B.qJ,392990,B.qK,392991,B.qL,458752,B.Gv,458753,B.Gw,458754,B.Gx,458755,B.Gy,458756,B.qM,458757,B.qN,458758,B.qO,458759,B.qP,458760,B.qQ,458761,B.qR,458762,B.qS,458763,B.qT,458764,B.qU,458765,B.qV,458766,B.qW,458767,B.qX,458768,B.qY,458769,B.qZ,458770,B.r_,458771,B.r0,458772,B.r1,458773,B.r2,458774,B.r3,458775,B.r4,458776,B.r5,458777,B.r6,458778,B.r7,458779,B.r8,458780,B.r9,458781,B.ra,458782,B.rb,458783,B.rc,458784,B.rd,458785,B.re,458786,B.rf,458787,B.rg,458788,B.rh,458789,B.ri,458790,B.rj,458791,B.rk,458792,B.rl,458793,B.hq,458794,B.rm,458795,B.rn,458796,B.ro,458797,B.rp,458798,B.rq,458799,B.rr,458800,B.rs,458801,B.rt,458803,B.ru,458804,B.rv,458805,B.rw,458806,B.rx,458807,B.ry,458808,B.rz,458809,B.bz,458810,B.rA,458811,B.rB,458812,B.rC,458813,B.rD,458814,B.rE,458815,B.rF,458816,B.rG,458817,B.rH,458818,B.rI,458819,B.rJ,458820,B.rK,458821,B.rL,458822,B.rM,458823,B.e9,458824,B.rN,458825,B.rO,458826,B.rP,458827,B.rQ,458828,B.rR,458829,B.rS,458830,B.rT,458831,B.rU,458832,B.rV,458833,B.rW,458834,B.rX,458835,B.ea,458836,B.rY,458837,B.rZ,458838,B.t_,458839,B.t0,458840,B.t1,458841,B.t2,458842,B.t3,458843,B.t4,458844,B.t5,458845,B.t6,458846,B.t7,458847,B.t8,458848,B.t9,458849,B.ta,458850,B.tb,458851,B.tc,458852,B.td,458853,B.te,458854,B.tf,458855,B.tg,458856,B.th,458857,B.ti,458858,B.tj,458859,B.tk,458860,B.tl,458861,B.tm,458862,B.tn,458863,B.to,458864,B.tp,458865,B.tq,458866,B.tr,458867,B.ts,458868,B.tt,458869,B.tu,458871,B.tv,458873,B.tw,458874,B.tx,458875,B.ty,458876,B.tz,458877,B.tA,458878,B.tB,458879,B.tC,458880,B.tD,458881,B.tE,458885,B.tF,458887,B.tG,458888,B.tH,458889,B.tI,458890,B.tJ,458891,B.tK,458896,B.tL,458897,B.tM,458898,B.tN,458899,B.tO,458900,B.tP,458907,B.tQ,458915,B.tR,458934,B.tS,458935,B.tT,458939,B.tU,458960,B.tV,458961,B.tW,458962,B.tX,458963,B.tY,458964,B.tZ,458967,B.Gz,458968,B.u_,458969,B.u0,458976,B.c0,458977,B.c1,458978,B.c2,458979,B.c3,458980,B.cY,458981,B.cZ,458982,B.c4,458983,B.d_,786528,B.GA,786529,B.GB,786543,B.u4,786544,B.u5,786546,B.GC,786547,B.GD,786548,B.GE,786549,B.GF,786553,B.GG,786554,B.GH,786563,B.GI,786572,B.GJ,786573,B.GK,786580,B.GL,786588,B.GM,786589,B.GN,786608,B.u6,786609,B.u7,786610,B.u8,786611,B.u9,786612,B.ua,786613,B.ub,786614,B.uc,786615,B.ud,786616,B.ue,786637,B.uf,786639,B.GO,786661,B.GP,786819,B.ug,786820,B.GQ,786822,B.GR,786826,B.uh,786829,B.GS,786830,B.GT,786834,B.ui,786836,B.uj,786838,B.GU,786844,B.GV,786846,B.GW,786847,B.uk,786850,B.ul,786855,B.GX,786859,B.GY,786862,B.GZ,786865,B.um,786871,B.H_,786891,B.un,786945,B.H0,786947,B.H1,786951,B.H2,786952,B.H3,786977,B.uo,786979,B.up,786980,B.uq,786981,B.ur,786982,B.us,786983,B.ut,786986,B.uu,786989,B.H4,786990,B.H5,786994,B.uv,787065,B.H6,787081,B.uw,787083,B.ux,787084,B.uy,787101,B.uz,787103,B.uA],A.a7("c3")) +B.Fn=new A.c3([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.a7("c3")) +B.Cv=A.a(s(["BU","DD","FX","TP","YD","ZR"]),t.s) +B.aX=new A.bp(6,{BU:"MM",DD:"DE",FX:"FR",TP:"TL",YD:"YE",ZR:"CD"},B.Cv,t.li) +B.Cx=A.a(s(["alias","allScroll","basic","cell","click","contextMenu","copy","forbidden","grab","grabbing","help","move","none","noDrop","precise","progress","text","resizeColumn","resizeDown","resizeDownLeft","resizeDownRight","resizeLeft","resizeLeftRight","resizeRight","resizeRow","resizeUp","resizeUpDown","resizeUpLeft","resizeUpRight","resizeUpLeftDownRight","resizeUpRightDownLeft","verticalText","wait","zoomIn","zoomOut"]),t.s) +B.Fr=new A.bp(35,{alias:"alias",allScroll:"all-scroll",basic:"default",cell:"cell",click:"pointer",contextMenu:"context-menu",copy:"copy",forbidden:"not-allowed",grab:"grab",grabbing:"grabbing",help:"help",move:"move",none:"none",noDrop:"no-drop",precise:"crosshair",progress:"progress",text:"text",resizeColumn:"col-resize",resizeDown:"s-resize",resizeDownLeft:"sw-resize",resizeDownRight:"se-resize",resizeLeft:"w-resize",resizeLeftRight:"ew-resize",resizeRight:"e-resize",resizeRow:"row-resize",resizeUp:"n-resize",resizeUpDown:"ns-resize",resizeUpLeft:"nw-resize",resizeUpRight:"ne-resize",resizeUpLeftDownRight:"nwse-resize",resizeUpRightDownLeft:"nesw-resize",verticalText:"vertical-text",wait:"wait",zoomIn:"zoom-in",zoomOut:"zoom-out"},B.Cx,t.li) +B.DA=A.a(s(["type"]),t.s) +B.Ft=new A.bp(1,{type:"line"},B.DA,t.li) +B.ks=A.a(s(["AVRInput","AVRPower","Accel","Accept","Again","AllCandidates","Alphanumeric","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Esc","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchAssistant","LaunchCalendar","LaunchContacts","LaunchControlPanel","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkip","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","ShiftLevel5","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Soft5","Soft6","Soft7","Soft8","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle"]),t.s) +B.n9=new A.f(4294970632) +B.na=new A.f(4294970633) +B.kQ=new A.f(4294967553) +B.l4=new A.f(4294968577) +B.l5=new A.f(4294968578) +B.lt=new A.f(4294969089) +B.lu=new A.f(4294969090) +B.dT=new A.f(4294967555) +B.oD=new A.f(4294971393) +B.aE=new A.f(4294968065) +B.ay=new A.f(4294968066) +B.az=new A.f(4294968067) +B.aF=new A.f(4294968068) +B.l6=new A.f(4294968579) +B.n2=new A.f(4294970625) +B.n3=new A.f(4294970626) +B.n4=new A.f(4294970627) +B.ou=new A.f(4294970882) +B.n5=new A.f(4294970628) +B.n6=new A.f(4294970629) +B.n7=new A.f(4294970630) +B.n8=new A.f(4294970631) +B.ov=new A.f(4294970884) +B.ow=new A.f(4294970885) +B.mE=new A.f(4294969871) +B.mG=new A.f(4294969873) +B.mF=new A.f(4294969872) +B.li=new A.f(4294968833) +B.lj=new A.f(4294968834) +B.mW=new A.f(4294970369) +B.mX=new A.f(4294970370) +B.mY=new A.f(4294970371) +B.mZ=new A.f(4294970372) +B.n_=new A.f(4294970373) +B.n0=new A.f(4294970374) +B.n1=new A.f(4294970375) +B.oE=new A.f(4294971394) +B.lk=new A.f(4294968835) +B.oF=new A.f(4294971395) +B.l7=new A.f(4294968580) +B.nb=new A.f(4294970634) +B.nc=new A.f(4294970635) +B.h_=new A.f(4294968321) +B.mr=new A.f(4294969857) +B.nj=new A.f(4294970642) +B.lv=new A.f(4294969091) +B.nd=new A.f(4294970636) +B.ne=new A.f(4294970637) +B.nf=new A.f(4294970638) +B.ng=new A.f(4294970639) +B.nh=new A.f(4294970640) +B.ni=new A.f(4294970641) +B.lw=new A.f(4294969092) +B.l8=new A.f(4294968581) +B.lx=new A.f(4294969093) +B.kX=new A.f(4294968322) +B.kY=new A.f(4294968323) +B.kZ=new A.f(4294968324) +B.oh=new A.f(4294970703) +B.nk=new A.f(4294970643) +B.nl=new A.f(4294970644) +B.lM=new A.f(4294969108) +B.ll=new A.f(4294968836) +B.bx=new A.f(4294968069) +B.oG=new A.f(4294971396) +B.dS=new A.f(4294967309) +B.l_=new A.f(4294968325) +B.l0=new A.f(4294968326) +B.l9=new A.f(4294968582) +B.nm=new A.f(4294970645) +B.lW=new A.f(4294969345) +B.m4=new A.f(4294969354) +B.m5=new A.f(4294969355) +B.m6=new A.f(4294969356) +B.m7=new A.f(4294969357) +B.m8=new A.f(4294969358) +B.m9=new A.f(4294969359) +B.ma=new A.f(4294969360) +B.mb=new A.f(4294969361) +B.mc=new A.f(4294969362) +B.md=new A.f(4294969363) +B.lX=new A.f(4294969346) +B.me=new A.f(4294969364) +B.mf=new A.f(4294969365) +B.mg=new A.f(4294969366) +B.mh=new A.f(4294969367) +B.mi=new A.f(4294969368) +B.lY=new A.f(4294969347) +B.lZ=new A.f(4294969348) +B.m_=new A.f(4294969349) +B.m0=new A.f(4294969350) +B.m1=new A.f(4294969351) +B.m2=new A.f(4294969352) +B.m3=new A.f(4294969353) +B.nn=new A.f(4294970646) +B.no=new A.f(4294970647) +B.np=new A.f(4294970648) +B.nq=new A.f(4294970649) +B.nr=new A.f(4294970650) +B.ns=new A.f(4294970651) +B.nt=new A.f(4294970652) +B.nu=new A.f(4294970653) +B.nv=new A.f(4294970654) +B.nw=new A.f(4294970655) +B.nx=new A.f(4294970656) +B.ny=new A.f(4294970657) +B.ly=new A.f(4294969094) +B.la=new A.f(4294968583) +B.kR=new A.f(4294967559) +B.oH=new A.f(4294971397) +B.oI=new A.f(4294971398) +B.lz=new A.f(4294969095) +B.lA=new A.f(4294969096) +B.lB=new A.f(4294969097) +B.lC=new A.f(4294969098) +B.nz=new A.f(4294970658) +B.nA=new A.f(4294970659) +B.nB=new A.f(4294970660) +B.lJ=new A.f(4294969105) +B.lK=new A.f(4294969106) +B.lN=new A.f(4294969109) +B.oJ=new A.f(4294971399) +B.lb=new A.f(4294968584) +B.lq=new A.f(4294968841) +B.lO=new A.f(4294969110) +B.lP=new A.f(4294969111) +B.by=new A.f(4294968070) +B.kS=new A.f(4294967560) +B.nC=new A.f(4294970661) +B.h0=new A.f(4294968327) +B.nD=new A.f(4294970662) +B.lL=new A.f(4294969107) +B.lQ=new A.f(4294969112) +B.lR=new A.f(4294969113) +B.lS=new A.f(4294969114) +B.pe=new A.f(4294971905) +B.pf=new A.f(4294971906) +B.oK=new A.f(4294971400) +B.mM=new A.f(4294970118) +B.mH=new A.f(4294970113) +B.mU=new A.f(4294970126) +B.mI=new A.f(4294970114) +B.mS=new A.f(4294970124) +B.mV=new A.f(4294970127) +B.mJ=new A.f(4294970115) +B.mK=new A.f(4294970116) +B.mL=new A.f(4294970117) +B.mT=new A.f(4294970125) +B.mN=new A.f(4294970119) +B.mO=new A.f(4294970120) +B.mP=new A.f(4294970121) +B.mQ=new A.f(4294970122) +B.mR=new A.f(4294970123) +B.nE=new A.f(4294970663) +B.nF=new A.f(4294970664) +B.nG=new A.f(4294970665) +B.nH=new A.f(4294970666) +B.lm=new A.f(4294968837) +B.ms=new A.f(4294969858) +B.mt=new A.f(4294969859) +B.mu=new A.f(4294969860) +B.oM=new A.f(4294971402) +B.nI=new A.f(4294970667) +B.oi=new A.f(4294970704) +B.ot=new A.f(4294970715) +B.nJ=new A.f(4294970668) +B.nK=new A.f(4294970669) +B.nL=new A.f(4294970670) +B.nM=new A.f(4294970671) +B.mv=new A.f(4294969861) +B.nN=new A.f(4294970672) +B.nO=new A.f(4294970673) +B.nP=new A.f(4294970674) +B.oj=new A.f(4294970705) +B.ok=new A.f(4294970706) +B.ol=new A.f(4294970707) +B.om=new A.f(4294970708) +B.mw=new A.f(4294969863) +B.on=new A.f(4294970709) +B.mx=new A.f(4294969864) +B.my=new A.f(4294969865) +B.ox=new A.f(4294970886) +B.oy=new A.f(4294970887) +B.oA=new A.f(4294970889) +B.oz=new A.f(4294970888) +B.lD=new A.f(4294969099) +B.oo=new A.f(4294970710) +B.op=new A.f(4294970711) +B.oq=new A.f(4294970712) +B.or=new A.f(4294970713) +B.mz=new A.f(4294969866) +B.lE=new A.f(4294969100) +B.nQ=new A.f(4294970675) +B.nR=new A.f(4294970676) +B.lF=new A.f(4294969101) +B.oL=new A.f(4294971401) +B.nS=new A.f(4294970677) +B.mA=new A.f(4294969867) +B.cK=new A.f(4294968071) +B.cL=new A.f(4294968072) +B.os=new A.f(4294970714) +B.l1=new A.f(4294968328) +B.lc=new A.f(4294968585) +B.nT=new A.f(4294970678) +B.nU=new A.f(4294970679) +B.nV=new A.f(4294970680) +B.nW=new A.f(4294970681) +B.ld=new A.f(4294968586) +B.nX=new A.f(4294970682) +B.nY=new A.f(4294970683) +B.nZ=new A.f(4294970684) +B.ln=new A.f(4294968838) +B.lo=new A.f(4294968839) +B.lG=new A.f(4294969102) +B.mB=new A.f(4294969868) +B.lp=new A.f(4294968840) +B.lH=new A.f(4294969103) +B.le=new A.f(4294968587) +B.o_=new A.f(4294970685) +B.o0=new A.f(4294970686) +B.o1=new A.f(4294970687) +B.l2=new A.f(4294968329) +B.o2=new A.f(4294970688) +B.lT=new A.f(4294969115) +B.o7=new A.f(4294970693) +B.o8=new A.f(4294970694) +B.mC=new A.f(4294969869) +B.o3=new A.f(4294970689) +B.o4=new A.f(4294970690) +B.lf=new A.f(4294968588) +B.o5=new A.f(4294970691) +B.kW=new A.f(4294967569) +B.lI=new A.f(4294969104) +B.mj=new A.f(4294969601) +B.mk=new A.f(4294969602) +B.ml=new A.f(4294969603) +B.mm=new A.f(4294969604) +B.mn=new A.f(4294969605) +B.mo=new A.f(4294969606) +B.mp=new A.f(4294969607) +B.mq=new A.f(4294969608) +B.oB=new A.f(4294971137) +B.oC=new A.f(4294971138) +B.mD=new A.f(4294969870) +B.o6=new A.f(4294970692) +B.lr=new A.f(4294968842) +B.o9=new A.f(4294970695) +B.kT=new A.f(4294967566) +B.kU=new A.f(4294967567) +B.kV=new A.f(4294967568) +B.ob=new A.f(4294970697) +B.oO=new A.f(4294971649) +B.oP=new A.f(4294971650) +B.oQ=new A.f(4294971651) +B.oR=new A.f(4294971652) +B.oS=new A.f(4294971653) +B.oT=new A.f(4294971654) +B.oU=new A.f(4294971655) +B.oc=new A.f(4294970698) +B.oV=new A.f(4294971656) +B.oW=new A.f(4294971657) +B.oX=new A.f(4294971658) +B.oY=new A.f(4294971659) +B.oZ=new A.f(4294971660) +B.p_=new A.f(4294971661) +B.p0=new A.f(4294971662) +B.p1=new A.f(4294971663) +B.p2=new A.f(4294971664) +B.p3=new A.f(4294971665) +B.p4=new A.f(4294971666) +B.p5=new A.f(4294971667) +B.od=new A.f(4294970699) +B.p6=new A.f(4294971668) +B.p7=new A.f(4294971669) +B.p8=new A.f(4294971670) +B.p9=new A.f(4294971671) +B.pa=new A.f(4294971672) +B.pb=new A.f(4294971673) +B.pc=new A.f(4294971674) +B.pd=new A.f(4294971675) +B.dR=new A.f(4294967305) +B.oa=new A.f(4294970696) +B.l3=new A.f(4294968330) +B.kP=new A.f(4294967297) +B.oe=new A.f(4294970700) +B.oN=new A.f(4294971403) +B.ls=new A.f(4294968843) +B.of=new A.f(4294970701) +B.lU=new A.f(4294969116) +B.lV=new A.f(4294969117) +B.lg=new A.f(4294968589) +B.lh=new A.f(4294968590) +B.og=new A.f(4294970702) +B.Fv=new A.bp(301,{AVRInput:B.n9,AVRPower:B.na,Accel:B.kQ,Accept:B.l4,Again:B.l5,AllCandidates:B.lt,Alphanumeric:B.lu,AltGraph:B.dT,AppSwitch:B.oD,ArrowDown:B.aE,ArrowLeft:B.ay,ArrowRight:B.az,ArrowUp:B.aF,Attn:B.l6,AudioBalanceLeft:B.n2,AudioBalanceRight:B.n3,AudioBassBoostDown:B.n4,AudioBassBoostToggle:B.ou,AudioBassBoostUp:B.n5,AudioFaderFront:B.n6,AudioFaderRear:B.n7,AudioSurroundModeNext:B.n8,AudioTrebleDown:B.ov,AudioTrebleUp:B.ow,AudioVolumeDown:B.mE,AudioVolumeMute:B.mG,AudioVolumeUp:B.mF,Backspace:B.at,BrightnessDown:B.li,BrightnessUp:B.lj,BrowserBack:B.mW,BrowserFavorites:B.mX,BrowserForward:B.mY,BrowserHome:B.mZ,BrowserRefresh:B.n_,BrowserSearch:B.n0,BrowserStop:B.n1,Call:B.oE,Camera:B.lk,CameraFocus:B.oF,Cancel:B.l7,CapsLock:B.cJ,ChannelDown:B.nb,ChannelUp:B.nc,Clear:B.h_,Close:B.mr,ClosedCaptionToggle:B.nj,CodeInput:B.lv,ColorF0Red:B.nd,ColorF1Green:B.ne,ColorF2Yellow:B.nf,ColorF3Blue:B.ng,ColorF4Grey:B.nh,ColorF5Brown:B.ni,Compose:B.lw,ContextMenu:B.l8,Convert:B.lx,Copy:B.kX,CrSel:B.kY,Cut:B.kZ,DVR:B.oh,Delete:B.ak,Dimmer:B.nk,DisplaySwap:B.nl,Eisu:B.lM,Eject:B.ll,End:B.bx,EndCall:B.oG,Enter:B.dS,EraseEof:B.l_,Esc:B.cI,Escape:B.cI,ExSel:B.l0,Execute:B.l9,Exit:B.nm,F1:B.lW,F10:B.m4,F11:B.m5,F12:B.m6,F13:B.m7,F14:B.m8,F15:B.m9,F16:B.ma,F17:B.mb,F18:B.mc,F19:B.md,F2:B.lX,F20:B.me,F21:B.mf,F22:B.mg,F23:B.mh,F24:B.mi,F3:B.lY,F4:B.lZ,F5:B.m_,F6:B.m0,F7:B.m1,F8:B.m2,F9:B.m3,FavoriteClear0:B.nn,FavoriteClear1:B.no,FavoriteClear2:B.np,FavoriteClear3:B.nq,FavoriteRecall0:B.nr,FavoriteRecall1:B.ns,FavoriteRecall2:B.nt,FavoriteRecall3:B.nu,FavoriteStore0:B.nv,FavoriteStore1:B.nw,FavoriteStore2:B.nx,FavoriteStore3:B.ny,FinalMode:B.ly,Find:B.la,Fn:B.fZ,FnLock:B.kR,GoBack:B.oH,GoHome:B.oI,GroupFirst:B.lz,GroupLast:B.lA,GroupNext:B.lB,GroupPrevious:B.lC,Guide:B.nz,GuideNextDay:B.nA,GuidePreviousDay:B.nB,HangulMode:B.lJ,HanjaMode:B.lK,Hankaku:B.lN,HeadsetHook:B.oJ,Help:B.lb,Hibernate:B.lq,Hiragana:B.lO,HiraganaKatakana:B.lP,Home:B.by,Hyper:B.kS,Info:B.nC,Insert:B.h0,InstantReplay:B.nD,JunjaMode:B.lL,KanaMode:B.lQ,KanjiMode:B.lR,Katakana:B.lS,Key11:B.pe,Key12:B.pf,LastNumberRedial:B.oK,LaunchApplication1:B.mM,LaunchApplication2:B.mH,LaunchAssistant:B.mU,LaunchCalendar:B.mI,LaunchContacts:B.mS,LaunchControlPanel:B.mV,LaunchMail:B.mJ,LaunchMediaPlayer:B.mK,LaunchMusicPlayer:B.mL,LaunchPhone:B.mT,LaunchScreenSaver:B.mN,LaunchSpreadsheet:B.mO,LaunchWebBrowser:B.mP,LaunchWebCam:B.mQ,LaunchWordProcessor:B.mR,Link:B.nE,ListProgram:B.nF,LiveContent:B.nG,Lock:B.nH,LogOff:B.lm,MailForward:B.ms,MailReply:B.mt,MailSend:B.mu,MannerMode:B.oM,MediaApps:B.nI,MediaAudioTrack:B.oi,MediaClose:B.ot,MediaFastForward:B.nJ,MediaLast:B.nK,MediaPause:B.nL,MediaPlay:B.nM,MediaPlayPause:B.mv,MediaRecord:B.nN,MediaRewind:B.nO,MediaSkip:B.nP,MediaSkipBackward:B.oj,MediaSkipForward:B.ok,MediaStepBackward:B.ol,MediaStepForward:B.om,MediaStop:B.mw,MediaTopMenu:B.on,MediaTrackNext:B.mx,MediaTrackPrevious:B.my,MicrophoneToggle:B.ox,MicrophoneVolumeDown:B.oy,MicrophoneVolumeMute:B.oA,MicrophoneVolumeUp:B.oz,ModeChange:B.lD,NavigateIn:B.oo,NavigateNext:B.op,NavigateOut:B.oq,NavigatePrevious:B.or,New:B.mz,NextCandidate:B.lE,NextFavoriteChannel:B.nQ,NextUserProfile:B.nR,NonConvert:B.lF,Notification:B.oL,NumLock:B.dU,OnDemand:B.nS,Open:B.mA,PageDown:B.cK,PageUp:B.cL,Pairing:B.os,Paste:B.l1,Pause:B.lc,PinPDown:B.nT,PinPMove:B.nU,PinPToggle:B.nV,PinPUp:B.nW,Play:B.ld,PlaySpeedDown:B.nX,PlaySpeedReset:B.nY,PlaySpeedUp:B.nZ,Power:B.ln,PowerOff:B.lo,PreviousCandidate:B.lG,Print:B.mB,PrintScreen:B.lp,Process:B.lH,Props:B.le,RandomToggle:B.o_,RcLowBattery:B.o0,RecordSpeedNext:B.o1,Redo:B.l2,RfBypass:B.o2,Romaji:B.lT,STBInput:B.o7,STBPower:B.o8,Save:B.mC,ScanChannelsToggle:B.o3,ScreenModeNext:B.o4,ScrollLock:B.dV,Select:B.lf,Settings:B.o5,ShiftLevel5:B.kW,SingleCandidate:B.lI,Soft1:B.mj,Soft2:B.mk,Soft3:B.ml,Soft4:B.mm,Soft5:B.mn,Soft6:B.mo,Soft7:B.mp,Soft8:B.mq,SpeechCorrectionList:B.oB,SpeechInputToggle:B.oC,SpellCheck:B.mD,SplitScreenToggle:B.o6,Standby:B.lr,Subtitle:B.o9,Super:B.kT,Symbol:B.kU,SymbolLock:B.kV,TV:B.ob,TV3DMode:B.oO,TVAntennaCable:B.oP,TVAudioDescription:B.oQ,TVAudioDescriptionMixDown:B.oR,TVAudioDescriptionMixUp:B.oS,TVContentsMenu:B.oT,TVDataService:B.oU,TVInput:B.oc,TVInputComponent1:B.oV,TVInputComponent2:B.oW,TVInputComposite1:B.oX,TVInputComposite2:B.oY,TVInputHDMI1:B.oZ,TVInputHDMI2:B.p_,TVInputHDMI3:B.p0,TVInputHDMI4:B.p1,TVInputVGA1:B.p2,TVMediaContext:B.p3,TVNetwork:B.p4,TVNumberEntry:B.p5,TVPower:B.od,TVRadioService:B.p6,TVSatellite:B.p7,TVSatelliteBS:B.p8,TVSatelliteCS:B.p9,TVSatelliteToggle:B.pa,TVTerrestrialAnalog:B.pb,TVTerrestrialDigital:B.pc,TVTimer:B.pd,Tab:B.dR,Teletext:B.oa,Undo:B.l3,Unidentified:B.kP,VideoModeNext:B.oe,VoiceDial:B.oN,WakeUp:B.ls,Wink:B.of,Zenkaku:B.lU,ZenkakuHankaku:B.lV,ZoomIn:B.lg,ZoomOut:B.lh,ZoomToggle:B.og},B.ks,A.a7("bp")) +B.Fw=new A.bp(301,{AVRInput:4294970632,AVRPower:4294970633,Accel:4294967553,Accept:4294968577,Again:4294968578,AllCandidates:4294969089,Alphanumeric:4294969090,AltGraph:4294967555,AppSwitch:4294971393,ArrowDown:4294968065,ArrowLeft:4294968066,ArrowRight:4294968067,ArrowUp:4294968068,Attn:4294968579,AudioBalanceLeft:4294970625,AudioBalanceRight:4294970626,AudioBassBoostDown:4294970627,AudioBassBoostToggle:4294970882,AudioBassBoostUp:4294970628,AudioFaderFront:4294970629,AudioFaderRear:4294970630,AudioSurroundModeNext:4294970631,AudioTrebleDown:4294970884,AudioTrebleUp:4294970885,AudioVolumeDown:4294969871,AudioVolumeMute:4294969873,AudioVolumeUp:4294969872,Backspace:4294967304,BrightnessDown:4294968833,BrightnessUp:4294968834,BrowserBack:4294970369,BrowserFavorites:4294970370,BrowserForward:4294970371,BrowserHome:4294970372,BrowserRefresh:4294970373,BrowserSearch:4294970374,BrowserStop:4294970375,Call:4294971394,Camera:4294968835,CameraFocus:4294971395,Cancel:4294968580,CapsLock:4294967556,ChannelDown:4294970634,ChannelUp:4294970635,Clear:4294968321,Close:4294969857,ClosedCaptionToggle:4294970642,CodeInput:4294969091,ColorF0Red:4294970636,ColorF1Green:4294970637,ColorF2Yellow:4294970638,ColorF3Blue:4294970639,ColorF4Grey:4294970640,ColorF5Brown:4294970641,Compose:4294969092,ContextMenu:4294968581,Convert:4294969093,Copy:4294968322,CrSel:4294968323,Cut:4294968324,DVR:4294970703,Delete:4294967423,Dimmer:4294970643,DisplaySwap:4294970644,Eisu:4294969108,Eject:4294968836,End:4294968069,EndCall:4294971396,Enter:4294967309,EraseEof:4294968325,Esc:4294967323,Escape:4294967323,ExSel:4294968326,Execute:4294968582,Exit:4294970645,F1:4294969345,F10:4294969354,F11:4294969355,F12:4294969356,F13:4294969357,F14:4294969358,F15:4294969359,F16:4294969360,F17:4294969361,F18:4294969362,F19:4294969363,F2:4294969346,F20:4294969364,F21:4294969365,F22:4294969366,F23:4294969367,F24:4294969368,F3:4294969347,F4:4294969348,F5:4294969349,F6:4294969350,F7:4294969351,F8:4294969352,F9:4294969353,FavoriteClear0:4294970646,FavoriteClear1:4294970647,FavoriteClear2:4294970648,FavoriteClear3:4294970649,FavoriteRecall0:4294970650,FavoriteRecall1:4294970651,FavoriteRecall2:4294970652,FavoriteRecall3:4294970653,FavoriteStore0:4294970654,FavoriteStore1:4294970655,FavoriteStore2:4294970656,FavoriteStore3:4294970657,FinalMode:4294969094,Find:4294968583,Fn:4294967558,FnLock:4294967559,GoBack:4294971397,GoHome:4294971398,GroupFirst:4294969095,GroupLast:4294969096,GroupNext:4294969097,GroupPrevious:4294969098,Guide:4294970658,GuideNextDay:4294970659,GuidePreviousDay:4294970660,HangulMode:4294969105,HanjaMode:4294969106,Hankaku:4294969109,HeadsetHook:4294971399,Help:4294968584,Hibernate:4294968841,Hiragana:4294969110,HiraganaKatakana:4294969111,Home:4294968070,Hyper:4294967560,Info:4294970661,Insert:4294968327,InstantReplay:4294970662,JunjaMode:4294969107,KanaMode:4294969112,KanjiMode:4294969113,Katakana:4294969114,Key11:4294971905,Key12:4294971906,LastNumberRedial:4294971400,LaunchApplication1:4294970118,LaunchApplication2:4294970113,LaunchAssistant:4294970126,LaunchCalendar:4294970114,LaunchContacts:4294970124,LaunchControlPanel:4294970127,LaunchMail:4294970115,LaunchMediaPlayer:4294970116,LaunchMusicPlayer:4294970117,LaunchPhone:4294970125,LaunchScreenSaver:4294970119,LaunchSpreadsheet:4294970120,LaunchWebBrowser:4294970121,LaunchWebCam:4294970122,LaunchWordProcessor:4294970123,Link:4294970663,ListProgram:4294970664,LiveContent:4294970665,Lock:4294970666,LogOff:4294968837,MailForward:4294969858,MailReply:4294969859,MailSend:4294969860,MannerMode:4294971402,MediaApps:4294970667,MediaAudioTrack:4294970704,MediaClose:4294970715,MediaFastForward:4294970668,MediaLast:4294970669,MediaPause:4294970670,MediaPlay:4294970671,MediaPlayPause:4294969861,MediaRecord:4294970672,MediaRewind:4294970673,MediaSkip:4294970674,MediaSkipBackward:4294970705,MediaSkipForward:4294970706,MediaStepBackward:4294970707,MediaStepForward:4294970708,MediaStop:4294969863,MediaTopMenu:4294970709,MediaTrackNext:4294969864,MediaTrackPrevious:4294969865,MicrophoneToggle:4294970886,MicrophoneVolumeDown:4294970887,MicrophoneVolumeMute:4294970889,MicrophoneVolumeUp:4294970888,ModeChange:4294969099,NavigateIn:4294970710,NavigateNext:4294970711,NavigateOut:4294970712,NavigatePrevious:4294970713,New:4294969866,NextCandidate:4294969100,NextFavoriteChannel:4294970675,NextUserProfile:4294970676,NonConvert:4294969101,Notification:4294971401,NumLock:4294967562,OnDemand:4294970677,Open:4294969867,PageDown:4294968071,PageUp:4294968072,Pairing:4294970714,Paste:4294968328,Pause:4294968585,PinPDown:4294970678,PinPMove:4294970679,PinPToggle:4294970680,PinPUp:4294970681,Play:4294968586,PlaySpeedDown:4294970682,PlaySpeedReset:4294970683,PlaySpeedUp:4294970684,Power:4294968838,PowerOff:4294968839,PreviousCandidate:4294969102,Print:4294969868,PrintScreen:4294968840,Process:4294969103,Props:4294968587,RandomToggle:4294970685,RcLowBattery:4294970686,RecordSpeedNext:4294970687,Redo:4294968329,RfBypass:4294970688,Romaji:4294969115,STBInput:4294970693,STBPower:4294970694,Save:4294969869,ScanChannelsToggle:4294970689,ScreenModeNext:4294970690,ScrollLock:4294967564,Select:4294968588,Settings:4294970691,ShiftLevel5:4294967569,SingleCandidate:4294969104,Soft1:4294969601,Soft2:4294969602,Soft3:4294969603,Soft4:4294969604,Soft5:4294969605,Soft6:4294969606,Soft7:4294969607,Soft8:4294969608,SpeechCorrectionList:4294971137,SpeechInputToggle:4294971138,SpellCheck:4294969870,SplitScreenToggle:4294970692,Standby:4294968842,Subtitle:4294970695,Super:4294967566,Symbol:4294967567,SymbolLock:4294967568,TV:4294970697,TV3DMode:4294971649,TVAntennaCable:4294971650,TVAudioDescription:4294971651,TVAudioDescriptionMixDown:4294971652,TVAudioDescriptionMixUp:4294971653,TVContentsMenu:4294971654,TVDataService:4294971655,TVInput:4294970698,TVInputComponent1:4294971656,TVInputComponent2:4294971657,TVInputComposite1:4294971658,TVInputComposite2:4294971659,TVInputHDMI1:4294971660,TVInputHDMI2:4294971661,TVInputHDMI3:4294971662,TVInputHDMI4:4294971663,TVInputVGA1:4294971664,TVMediaContext:4294971665,TVNetwork:4294971666,TVNumberEntry:4294971667,TVPower:4294970699,TVRadioService:4294971668,TVSatellite:4294971669,TVSatelliteBS:4294971670,TVSatelliteCS:4294971671,TVSatelliteToggle:4294971672,TVTerrestrialAnalog:4294971673,TVTerrestrialDigital:4294971674,TVTimer:4294971675,Tab:4294967305,Teletext:4294970696,Undo:4294968330,Unidentified:4294967297,VideoModeNext:4294970700,VoiceDial:4294971403,WakeUp:4294968843,Wink:4294970701,Zenkaku:4294969116,ZenkakuHankaku:4294969117,ZoomIn:4294968589,ZoomOut:4294968590,ZoomToggle:4294970702},B.ks,t.eL) +B.Fx=new A.c3([B.bO,"Thin",B.du,"ExtraLight",B.dv,"Light",B.j,"Regular",B.G,"Medium",B.ct,"SemiBold",B.aU,"Bold",B.dw,"ExtraBold",B.cu,"Black"],A.a7("c3")) +B.CL=A.a(s(["Abort","Again","AltLeft","AltRight","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backquote","Backslash","Backspace","BracketLeft","BracketRight","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","CapsLock","Comma","ContextMenu","ControlLeft","ControlRight","Convert","Copy","Cut","Delete","Digit0","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","DisplayToggleIntExt","Eject","End","Enter","Equal","Esc","Escape","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","Find","Fn","FnLock","GameButton1","GameButton10","GameButton11","GameButton12","GameButton13","GameButton14","GameButton15","GameButton16","GameButton2","GameButton3","GameButton4","GameButton5","GameButton6","GameButton7","GameButton8","GameButton9","GameButtonA","GameButtonB","GameButtonC","GameButtonLeft1","GameButtonLeft2","GameButtonMode","GameButtonRight1","GameButtonRight2","GameButtonSelect","GameButtonStart","GameButtonThumbLeft","GameButtonThumbRight","GameButtonX","GameButtonY","GameButtonZ","Help","Home","Hyper","Insert","IntlBackslash","IntlRo","IntlYen","KanaMode","KeyA","KeyB","KeyC","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","KeyboardLayoutSelect","Lang1","Lang2","Lang3","Lang4","Lang5","LaunchApp1","LaunchApp2","LaunchAssistant","LaunchControlPanel","LaunchMail","LaunchScreenSaver","MailForward","MailReply","MailSend","MediaFastForward","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSelect","MediaStop","MediaTrackNext","MediaTrackPrevious","MetaLeft","MetaRight","MicrophoneMuteToggle","Minus","NonConvert","NumLock","Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9","NumpadAdd","NumpadBackspace","NumpadClear","NumpadClearEntry","NumpadComma","NumpadDecimal","NumpadDivide","NumpadEnter","NumpadEqual","NumpadMemoryAdd","NumpadMemoryClear","NumpadMemoryRecall","NumpadMemoryStore","NumpadMemorySubtract","NumpadMultiply","NumpadParenLeft","NumpadParenRight","NumpadSubtract","Open","PageDown","PageUp","Paste","Pause","Period","Power","PrintScreen","PrivacyScreenToggle","Props","Quote","Resume","ScrollLock","Select","SelectTask","Semicolon","ShiftLeft","ShiftRight","ShowAllWindows","Slash","Sleep","Space","Super","Suspend","Tab","Turbo","Undo","WakeUp","ZoomToggle"]),t.s) +B.Fy=new A.bp(231,{Abort:458907,Again:458873,AltLeft:458978,AltRight:458982,ArrowDown:458833,ArrowLeft:458832,ArrowRight:458831,ArrowUp:458834,AudioVolumeDown:458881,AudioVolumeMute:458879,AudioVolumeUp:458880,Backquote:458805,Backslash:458801,Backspace:458794,BracketLeft:458799,BracketRight:458800,BrightnessDown:786544,BrightnessUp:786543,BrowserBack:786980,BrowserFavorites:786986,BrowserForward:786981,BrowserHome:786979,BrowserRefresh:786983,BrowserSearch:786977,BrowserStop:786982,CapsLock:458809,Comma:458806,ContextMenu:458853,ControlLeft:458976,ControlRight:458980,Convert:458890,Copy:458876,Cut:458875,Delete:458828,Digit0:458791,Digit1:458782,Digit2:458783,Digit3:458784,Digit4:458785,Digit5:458786,Digit6:458787,Digit7:458788,Digit8:458789,Digit9:458790,DisplayToggleIntExt:65717,Eject:786616,End:458829,Enter:458792,Equal:458798,Esc:458793,Escape:458793,F1:458810,F10:458819,F11:458820,F12:458821,F13:458856,F14:458857,F15:458858,F16:458859,F17:458860,F18:458861,F19:458862,F2:458811,F20:458863,F21:458864,F22:458865,F23:458866,F24:458867,F3:458812,F4:458813,F5:458814,F6:458815,F7:458816,F8:458817,F9:458818,Find:458878,Fn:18,FnLock:19,GameButton1:392961,GameButton10:392970,GameButton11:392971,GameButton12:392972,GameButton13:392973,GameButton14:392974,GameButton15:392975,GameButton16:392976,GameButton2:392962,GameButton3:392963,GameButton4:392964,GameButton5:392965,GameButton6:392966,GameButton7:392967,GameButton8:392968,GameButton9:392969,GameButtonA:392977,GameButtonB:392978,GameButtonC:392979,GameButtonLeft1:392980,GameButtonLeft2:392981,GameButtonMode:392982,GameButtonRight1:392983,GameButtonRight2:392984,GameButtonSelect:392985,GameButtonStart:392986,GameButtonThumbLeft:392987,GameButtonThumbRight:392988,GameButtonX:392989,GameButtonY:392990,GameButtonZ:392991,Help:458869,Home:458826,Hyper:16,Insert:458825,IntlBackslash:458852,IntlRo:458887,IntlYen:458889,KanaMode:458888,KeyA:458756,KeyB:458757,KeyC:458758,KeyD:458759,KeyE:458760,KeyF:458761,KeyG:458762,KeyH:458763,KeyI:458764,KeyJ:458765,KeyK:458766,KeyL:458767,KeyM:458768,KeyN:458769,KeyO:458770,KeyP:458771,KeyQ:458772,KeyR:458773,KeyS:458774,KeyT:458775,KeyU:458776,KeyV:458777,KeyW:458778,KeyX:458779,KeyY:458780,KeyZ:458781,KeyboardLayoutSelect:787101,Lang1:458896,Lang2:458897,Lang3:458898,Lang4:458899,Lang5:458900,LaunchApp1:786836,LaunchApp2:786834,LaunchAssistant:786891,LaunchControlPanel:786847,LaunchMail:786826,LaunchScreenSaver:786865,MailForward:787083,MailReply:787081,MailSend:787084,MediaFastForward:786611,MediaPause:786609,MediaPlay:786608,MediaPlayPause:786637,MediaRecord:786610,MediaRewind:786612,MediaSelect:786819,MediaStop:786615,MediaTrackNext:786613,MediaTrackPrevious:786614,MetaLeft:458979,MetaRight:458983,MicrophoneMuteToggle:24,Minus:458797,NonConvert:458891,NumLock:458835,Numpad0:458850,Numpad1:458841,Numpad2:458842,Numpad3:458843,Numpad4:458844,Numpad5:458845,Numpad6:458846,Numpad7:458847,Numpad8:458848,Numpad9:458849,NumpadAdd:458839,NumpadBackspace:458939,NumpadClear:458968,NumpadClearEntry:458969,NumpadComma:458885,NumpadDecimal:458851,NumpadDivide:458836,NumpadEnter:458840,NumpadEqual:458855,NumpadMemoryAdd:458963,NumpadMemoryClear:458962,NumpadMemoryRecall:458961,NumpadMemoryStore:458960,NumpadMemorySubtract:458964,NumpadMultiply:458837,NumpadParenLeft:458934,NumpadParenRight:458935,NumpadSubtract:458838,Open:458868,PageDown:458830,PageUp:458827,Paste:458877,Pause:458824,Period:458807,Power:458854,PrintScreen:458822,PrivacyScreenToggle:23,Props:458915,Quote:458804,Resume:21,ScrollLock:458823,Select:458871,SelectTask:786850,Semicolon:458803,ShiftLeft:458977,ShiftRight:458981,ShowAllWindows:787103,Slash:458808,Sleep:65666,Space:458796,Super:17,Suspend:20,Tab:458795,Turbo:22,Undo:458874,WakeUp:65667,ZoomToggle:786994},B.CL,t.eL) +B.kN=new A.f(32) +B.ex=new A.ax(B.kN,!1,!1,!1,!1) +B.eo=new A.ax(B.dS,!1,!1,!1,!1) +B.h1=new A.f(8589935117) +B.Iz=new A.ax(B.h1,!1,!1,!1,!1) +B.Ie=new A.ax(B.cI,!1,!1,!1,!1) +B.If=new A.ax(B.dR,!1,!1,!1,!1) +B.Ig=new A.ax(B.dR,!1,!0,!1,!1) +B.er=new A.ax(B.aF,!1,!1,!1,!1) +B.es=new A.ax(B.aE,!1,!1,!1,!1) +B.ev=new A.ax(B.ay,!1,!1,!1,!1) +B.ew=new A.ax(B.az,!1,!1,!1,!1) +B.d6=new A.ax(B.cL,!1,!1,!1,!1) +B.d7=new A.ax(B.cK,!1,!1,!1,!1) +B.y7=new A.p8() +B.iE=new A.qx() +B.xv=new A.jl() +B.xY=new A.oZ() +B.y5=new A.p7() +B.iq=new A.qm(0,"up") +B.en=new A.Mf(0,"line") +B.Hv=new A.hV(B.iq,B.en) +B.Ht=new A.hV(B.ir,B.en) +B.wx=new A.qm(3,"left") +B.Hu=new A.hV(B.wx,B.en) +B.ww=new A.qm(1,"right") +B.Hw=new A.hV(B.ww,B.en) +B.uW=new A.hV(B.iq,B.uV) +B.FA=new A.c3([B.ex,B.y7,B.eo,B.iE,B.Iz,B.iE,B.Ie,B.xv,B.If,B.xY,B.Ig,B.y5,B.er,B.Hv,B.es,B.Ht,B.ev,B.Hu,B.ew,B.Hw,B.d6,B.uW,B.d7,B.hz],t.Fp) +B.E0=new A.f(33) +B.E1=new A.f(34) +B.E2=new A.f(35) +B.E3=new A.f(36) +B.E4=new A.f(37) +B.E5=new A.f(38) +B.E6=new A.f(39) +B.E7=new A.f(40) +B.E8=new A.f(41) +B.kO=new A.f(42) +B.pg=new A.f(43) +B.E9=new A.f(44) +B.ph=new A.f(45) +B.pi=new A.f(46) +B.pj=new A.f(47) +B.pk=new A.f(48) +B.pl=new A.f(49) +B.pm=new A.f(50) +B.pn=new A.f(51) +B.po=new A.f(52) +B.pp=new A.f(53) +B.pq=new A.f(54) +B.pr=new A.f(55) +B.ps=new A.f(56) +B.pt=new A.f(57) +B.Ea=new A.f(58) +B.Eb=new A.f(59) +B.Ec=new A.f(60) +B.Ed=new A.f(61) +B.Ee=new A.f(62) +B.Ef=new A.f(63) +B.Eg=new A.f(64) +B.F5=new A.f(91) +B.F6=new A.f(92) +B.F7=new A.f(93) +B.F8=new A.f(94) +B.F9=new A.f(95) +B.Fa=new A.f(96) +B.hd=new A.f(97) +B.py=new A.f(98) +B.he=new A.f(99) +B.DI=new A.f(100) +B.kI=new A.f(101) +B.kJ=new A.f(102) +B.DJ=new A.f(103) +B.DK=new A.f(104) +B.DL=new A.f(105) +B.DM=new A.f(106) +B.DN=new A.f(107) +B.DO=new A.f(108) +B.DP=new A.f(109) +B.kK=new A.f(110) +B.DQ=new A.f(111) +B.kL=new A.f(112) +B.DR=new A.f(113) +B.DS=new A.f(114) +B.DT=new A.f(115) +B.kM=new A.f(116) +B.DU=new A.f(117) +B.fX=new A.f(118) +B.DV=new A.f(119) +B.fY=new A.f(120) +B.DW=new A.f(121) +B.cH=new A.f(122) +B.DX=new A.f(123) +B.DY=new A.f(124) +B.DZ=new A.f(125) +B.E_=new A.f(126) +B.Eh=new A.f(8589934592) +B.Ei=new A.f(8589934593) +B.Ej=new A.f(8589934594) +B.Ek=new A.f(8589934595) +B.El=new A.f(8589934608) +B.Em=new A.f(8589934609) +B.En=new A.f(8589934610) +B.Eo=new A.f(8589934611) +B.Ep=new A.f(8589934612) +B.Eq=new A.f(8589934624) +B.Er=new A.f(8589934625) +B.Es=new A.f(8589934626) +B.Et=new A.f(8589935088) +B.Eu=new A.f(8589935090) +B.Ev=new A.f(8589935092) +B.Ew=new A.f(8589935094) +B.Ex=new A.f(8589935144) +B.Ey=new A.f(8589935145) +B.pu=new A.f(8589935146) +B.pv=new A.f(8589935147) +B.Ez=new A.f(8589935148) +B.pw=new A.f(8589935149) +B.h2=new A.f(8589935150) +B.px=new A.f(8589935151) +B.h3=new A.f(8589935152) +B.h4=new A.f(8589935153) +B.h5=new A.f(8589935154) +B.h6=new A.f(8589935155) +B.h7=new A.f(8589935156) +B.h8=new A.f(8589935157) +B.h9=new A.f(8589935158) +B.ha=new A.f(8589935159) +B.hb=new A.f(8589935160) +B.hc=new A.f(8589935161) +B.EA=new A.f(8589935165) +B.EB=new A.f(8589935361) +B.EC=new A.f(8589935362) +B.ED=new A.f(8589935363) +B.EE=new A.f(8589935364) +B.EF=new A.f(8589935365) +B.EG=new A.f(8589935366) +B.EH=new A.f(8589935367) +B.EI=new A.f(8589935368) +B.EJ=new A.f(8589935369) +B.EK=new A.f(8589935370) +B.EL=new A.f(8589935371) +B.EM=new A.f(8589935372) +B.EN=new A.f(8589935373) +B.EO=new A.f(8589935374) +B.EP=new A.f(8589935375) +B.EQ=new A.f(8589935376) +B.ER=new A.f(8589935377) +B.ES=new A.f(8589935378) +B.ET=new A.f(8589935379) +B.EU=new A.f(8589935380) +B.EV=new A.f(8589935381) +B.EW=new A.f(8589935382) +B.EX=new A.f(8589935383) +B.EY=new A.f(8589935384) +B.EZ=new A.f(8589935385) +B.F_=new A.f(8589935386) +B.F0=new A.f(8589935387) +B.F1=new A.f(8589935388) +B.F2=new A.f(8589935389) +B.F3=new A.f(8589935390) +B.F4=new A.f(8589935391) +B.FC=new A.c3([32,B.kN,33,B.E0,34,B.E1,35,B.E2,36,B.E3,37,B.E4,38,B.E5,39,B.E6,40,B.E7,41,B.E8,42,B.kO,43,B.pg,44,B.E9,45,B.ph,46,B.pi,47,B.pj,48,B.pk,49,B.pl,50,B.pm,51,B.pn,52,B.po,53,B.pp,54,B.pq,55,B.pr,56,B.ps,57,B.pt,58,B.Ea,59,B.Eb,60,B.Ec,61,B.Ed,62,B.Ee,63,B.Ef,64,B.Eg,91,B.F5,92,B.F6,93,B.F7,94,B.F8,95,B.F9,96,B.Fa,97,B.hd,98,B.py,99,B.he,100,B.DI,101,B.kI,102,B.kJ,103,B.DJ,104,B.DK,105,B.DL,106,B.DM,107,B.DN,108,B.DO,109,B.DP,110,B.kK,111,B.DQ,112,B.kL,113,B.DR,114,B.DS,115,B.DT,116,B.kM,117,B.DU,118,B.fX,119,B.DV,120,B.fY,121,B.DW,122,B.cH,123,B.DX,124,B.DY,125,B.DZ,126,B.E_,4294967297,B.kP,4294967304,B.at,4294967305,B.dR,4294967309,B.dS,4294967323,B.cI,4294967423,B.ak,4294967553,B.kQ,4294967555,B.dT,4294967556,B.cJ,4294967558,B.fZ,4294967559,B.kR,4294967560,B.kS,4294967562,B.dU,4294967564,B.dV,4294967566,B.kT,4294967567,B.kU,4294967568,B.kV,4294967569,B.kW,4294968065,B.aE,4294968066,B.ay,4294968067,B.az,4294968068,B.aF,4294968069,B.bx,4294968070,B.by,4294968071,B.cK,4294968072,B.cL,4294968321,B.h_,4294968322,B.kX,4294968323,B.kY,4294968324,B.kZ,4294968325,B.l_,4294968326,B.l0,4294968327,B.h0,4294968328,B.l1,4294968329,B.l2,4294968330,B.l3,4294968577,B.l4,4294968578,B.l5,4294968579,B.l6,4294968580,B.l7,4294968581,B.l8,4294968582,B.l9,4294968583,B.la,4294968584,B.lb,4294968585,B.lc,4294968586,B.ld,4294968587,B.le,4294968588,B.lf,4294968589,B.lg,4294968590,B.lh,4294968833,B.li,4294968834,B.lj,4294968835,B.lk,4294968836,B.ll,4294968837,B.lm,4294968838,B.ln,4294968839,B.lo,4294968840,B.lp,4294968841,B.lq,4294968842,B.lr,4294968843,B.ls,4294969089,B.lt,4294969090,B.lu,4294969091,B.lv,4294969092,B.lw,4294969093,B.lx,4294969094,B.ly,4294969095,B.lz,4294969096,B.lA,4294969097,B.lB,4294969098,B.lC,4294969099,B.lD,4294969100,B.lE,4294969101,B.lF,4294969102,B.lG,4294969103,B.lH,4294969104,B.lI,4294969105,B.lJ,4294969106,B.lK,4294969107,B.lL,4294969108,B.lM,4294969109,B.lN,4294969110,B.lO,4294969111,B.lP,4294969112,B.lQ,4294969113,B.lR,4294969114,B.lS,4294969115,B.lT,4294969116,B.lU,4294969117,B.lV,4294969345,B.lW,4294969346,B.lX,4294969347,B.lY,4294969348,B.lZ,4294969349,B.m_,4294969350,B.m0,4294969351,B.m1,4294969352,B.m2,4294969353,B.m3,4294969354,B.m4,4294969355,B.m5,4294969356,B.m6,4294969357,B.m7,4294969358,B.m8,4294969359,B.m9,4294969360,B.ma,4294969361,B.mb,4294969362,B.mc,4294969363,B.md,4294969364,B.me,4294969365,B.mf,4294969366,B.mg,4294969367,B.mh,4294969368,B.mi,4294969601,B.mj,4294969602,B.mk,4294969603,B.ml,4294969604,B.mm,4294969605,B.mn,4294969606,B.mo,4294969607,B.mp,4294969608,B.mq,4294969857,B.mr,4294969858,B.ms,4294969859,B.mt,4294969860,B.mu,4294969861,B.mv,4294969863,B.mw,4294969864,B.mx,4294969865,B.my,4294969866,B.mz,4294969867,B.mA,4294969868,B.mB,4294969869,B.mC,4294969870,B.mD,4294969871,B.mE,4294969872,B.mF,4294969873,B.mG,4294970113,B.mH,4294970114,B.mI,4294970115,B.mJ,4294970116,B.mK,4294970117,B.mL,4294970118,B.mM,4294970119,B.mN,4294970120,B.mO,4294970121,B.mP,4294970122,B.mQ,4294970123,B.mR,4294970124,B.mS,4294970125,B.mT,4294970126,B.mU,4294970127,B.mV,4294970369,B.mW,4294970370,B.mX,4294970371,B.mY,4294970372,B.mZ,4294970373,B.n_,4294970374,B.n0,4294970375,B.n1,4294970625,B.n2,4294970626,B.n3,4294970627,B.n4,4294970628,B.n5,4294970629,B.n6,4294970630,B.n7,4294970631,B.n8,4294970632,B.n9,4294970633,B.na,4294970634,B.nb,4294970635,B.nc,4294970636,B.nd,4294970637,B.ne,4294970638,B.nf,4294970639,B.ng,4294970640,B.nh,4294970641,B.ni,4294970642,B.nj,4294970643,B.nk,4294970644,B.nl,4294970645,B.nm,4294970646,B.nn,4294970647,B.no,4294970648,B.np,4294970649,B.nq,4294970650,B.nr,4294970651,B.ns,4294970652,B.nt,4294970653,B.nu,4294970654,B.nv,4294970655,B.nw,4294970656,B.nx,4294970657,B.ny,4294970658,B.nz,4294970659,B.nA,4294970660,B.nB,4294970661,B.nC,4294970662,B.nD,4294970663,B.nE,4294970664,B.nF,4294970665,B.nG,4294970666,B.nH,4294970667,B.nI,4294970668,B.nJ,4294970669,B.nK,4294970670,B.nL,4294970671,B.nM,4294970672,B.nN,4294970673,B.nO,4294970674,B.nP,4294970675,B.nQ,4294970676,B.nR,4294970677,B.nS,4294970678,B.nT,4294970679,B.nU,4294970680,B.nV,4294970681,B.nW,4294970682,B.nX,4294970683,B.nY,4294970684,B.nZ,4294970685,B.o_,4294970686,B.o0,4294970687,B.o1,4294970688,B.o2,4294970689,B.o3,4294970690,B.o4,4294970691,B.o5,4294970692,B.o6,4294970693,B.o7,4294970694,B.o8,4294970695,B.o9,4294970696,B.oa,4294970697,B.ob,4294970698,B.oc,4294970699,B.od,4294970700,B.oe,4294970701,B.of,4294970702,B.og,4294970703,B.oh,4294970704,B.oi,4294970705,B.oj,4294970706,B.ok,4294970707,B.ol,4294970708,B.om,4294970709,B.on,4294970710,B.oo,4294970711,B.op,4294970712,B.oq,4294970713,B.or,4294970714,B.os,4294970715,B.ot,4294970882,B.ou,4294970884,B.ov,4294970885,B.ow,4294970886,B.ox,4294970887,B.oy,4294970888,B.oz,4294970889,B.oA,4294971137,B.oB,4294971138,B.oC,4294971393,B.oD,4294971394,B.oE,4294971395,B.oF,4294971396,B.oG,4294971397,B.oH,4294971398,B.oI,4294971399,B.oJ,4294971400,B.oK,4294971401,B.oL,4294971402,B.oM,4294971403,B.oN,4294971649,B.oO,4294971650,B.oP,4294971651,B.oQ,4294971652,B.oR,4294971653,B.oS,4294971654,B.oT,4294971655,B.oU,4294971656,B.oV,4294971657,B.oW,4294971658,B.oX,4294971659,B.oY,4294971660,B.oZ,4294971661,B.p_,4294971662,B.p0,4294971663,B.p1,4294971664,B.p2,4294971665,B.p3,4294971666,B.p4,4294971667,B.p5,4294971668,B.p6,4294971669,B.p7,4294971670,B.p8,4294971671,B.p9,4294971672,B.pa,4294971673,B.pb,4294971674,B.pc,4294971675,B.pd,4294971905,B.pe,4294971906,B.pf,8589934592,B.Eh,8589934593,B.Ei,8589934594,B.Ej,8589934595,B.Ek,8589934608,B.El,8589934609,B.Em,8589934610,B.En,8589934611,B.Eo,8589934612,B.Ep,8589934624,B.Eq,8589934625,B.Er,8589934626,B.Es,8589934848,B.cM,8589934849,B.dW,8589934850,B.cN,8589934851,B.dX,8589934852,B.cO,8589934853,B.dY,8589934854,B.cP,8589934855,B.dZ,8589935088,B.Et,8589935090,B.Eu,8589935092,B.Ev,8589935094,B.Ew,8589935117,B.h1,8589935144,B.Ex,8589935145,B.Ey,8589935146,B.pu,8589935147,B.pv,8589935148,B.Ez,8589935149,B.pw,8589935150,B.h2,8589935151,B.px,8589935152,B.h3,8589935153,B.h4,8589935154,B.h5,8589935155,B.h6,8589935156,B.h7,8589935157,B.h8,8589935158,B.h9,8589935159,B.ha,8589935160,B.hb,8589935161,B.hc,8589935165,B.EA,8589935361,B.EB,8589935362,B.EC,8589935363,B.ED,8589935364,B.EE,8589935365,B.EF,8589935366,B.EG,8589935367,B.EH,8589935368,B.EI,8589935369,B.EJ,8589935370,B.EK,8589935371,B.EL,8589935372,B.EM,8589935373,B.EN,8589935374,B.EO,8589935375,B.EP,8589935376,B.EQ,8589935377,B.ER,8589935378,B.ES,8589935379,B.ET,8589935380,B.EU,8589935381,B.EV,8589935382,B.EW,8589935383,B.EX,8589935384,B.EY,8589935385,B.EZ,8589935386,B.F_,8589935387,B.F0,8589935388,B.F1,8589935389,B.F2,8589935390,B.F3,8589935391,B.F4],A.a7("c3")) +B.cQ=new A.mD(0,"canvas") +B.pO=new A.mD(1,"card") +B.FT=new A.mD(2,"circle") +B.hj=new A.mD(3,"button") +B.e5=new A.mD(4,"transparency") +B.ek=new A.aL(2,2) +B.eV=new A.c9(B.ek,B.ek,B.ek,B.ek) +B.FD=new A.c3([B.cQ,null,B.pO,B.eV,B.FT,null,B.hj,B.eV,B.e5,null],A.a7("c3")) +B.pD=new A.bp(0,{},B.cG,A.a7("bp")) +B.D4=A.a(s([]),t.b) +B.FG=new A.bp(0,{},B.D4,A.a7("bp")) +B.D5=A.a(s([]),A.a7("l")) +B.e0=new A.bp(0,{},B.D5,A.a7("bp")) +B.FE=new A.bp(0,{},B.as,A.a7("bp")) +B.pC=new A.bp(0,{},B.as,A.a7("bp>")) +B.Qh=new A.bp(0,{},B.as,t.li) +B.pE=new A.bp(0,{},B.as,A.a7("bp")) +B.D6=A.a(s([]),A.a7("l")) +B.pB=new A.bp(0,{},B.D6,A.a7("bp")) +B.D7=A.a(s([]),A.a7("l")) +B.FF=new A.bp(0,{},B.D7,A.a7("bp")) +B.hM=new A.ax(B.aE,!1,!1,!0,!1) +B.hJ=new A.ax(B.ay,!1,!1,!0,!1) +B.hK=new A.ax(B.az,!1,!1,!0,!1) +B.hL=new A.ax(B.aF,!1,!1,!0,!1) +B.vp=new A.ax(B.aE,!1,!1,!1,!0) +B.vm=new A.ax(B.ay,!1,!1,!1,!0) +B.vn=new A.ax(B.az,!1,!1,!1,!0) +B.vo=new A.ax(B.aF,!1,!1,!1,!0) +B.hI=new A.ax(B.cL,!1,!0,!1,!1) +B.hN=new A.ax(B.cK,!1,!0,!1,!1) +B.eu=new A.ax(B.bx,!1,!0,!1,!1) +B.et=new A.ax(B.by,!1,!0,!1,!1) +B.vi=new A.ax(B.ay,!0,!1,!1,!1) +B.vj=new A.ax(B.az,!0,!1,!1,!1) +B.vk=new A.ax(B.ay,!0,!0,!1,!1) +B.vl=new A.ax(B.az,!0,!0,!1,!1) +B.eq=new A.ax(B.bx,!1,!1,!1,!1) +B.ep=new A.ax(B.by,!1,!1,!1,!1) +B.vr=new A.ax(B.bx,!0,!1,!1,!1) +B.vq=new A.ax(B.by,!0,!1,!1,!1) +B.FI=new A.c3([B.hM,B.o,B.hJ,B.o,B.hK,B.o,B.hL,B.o,B.vp,B.o,B.vm,B.o,B.vn,B.o,B.vo,B.o,B.hI,B.o,B.hN,B.o,B.eu,B.o,B.et,B.o,B.es,B.o,B.ev,B.o,B.ew,B.o,B.er,B.o,B.vi,B.o,B.vj,B.o,B.vk,B.o,B.vl,B.o,B.d6,B.o,B.d7,B.o,B.eq,B.o,B.ep,B.o,B.vr,B.o,B.vq,B.o,B.ex,B.o,B.eo,B.o],t.Fp) +B.Du=A.a(s(["in","iw","ji","jw","mo","aam","adp","aue","ayx","bgm","bjd","ccq","cjr","cka","cmk","coy","cqu","drh","drw","gav","gfx","ggn","gti","guv","hrr","ibi","ilw","jeg","kgc","kgh","koj","krm","ktr","kvs","kwq","kxe","kzj","kzt","lii","lmm","meg","mst","mwj","myt","nad","ncp","nnx","nts","oun","pcr","pmc","pmu","ppa","ppr","pry","puz","sca","skk","tdu","thc","thx","tie","tkk","tlw","tmp","tne","tnf","tsf","uok","xba","xia","xkh","xsj","ybd","yma","ymt","yos","yuu"]),t.s) +B.aG=new A.bp(78,{in:"id",iw:"he",ji:"yi",jw:"jv",mo:"ro",aam:"aas",adp:"dz",aue:"ktz",ayx:"nun",bgm:"bcg",bjd:"drl",ccq:"rki",cjr:"mom",cka:"cmr",cmk:"xch",coy:"pij",cqu:"quh",drh:"khk",drw:"prs",gav:"dev",gfx:"vaj",ggn:"gvr",gti:"nyc",guv:"duz",hrr:"jal",ibi:"opa",ilw:"gal",jeg:"oyb",kgc:"tdf",kgh:"kml",koj:"kwv",krm:"bmf",ktr:"dtp",kvs:"gdj",kwq:"yam",kxe:"tvd",kzj:"dtp",kzt:"dtp",lii:"raq",lmm:"rmx",meg:"cir",mst:"mry",mwj:"vaj",myt:"mry",nad:"xny",ncp:"kdz",nnx:"ngv",nts:"pij",oun:"vaj",pcr:"adx",pmc:"huw",pmu:"phr",ppa:"bfy",ppr:"lcq",pry:"prt",puz:"pub",sca:"hle",skk:"oyb",tdu:"dtp",thc:"tpo",thx:"oyb",tie:"ras",tkk:"twm",tlw:"weo",tmp:"tyj",tne:"kak",tnf:"prs",tsf:"taj",uok:"ema",xba:"cax",xia:"acn",xkh:"waw",xsj:"suj",ybd:"rki",yma:"lrr",ymt:"mtm",yos:"zom",yuu:"yug"},B.Du,t.li) +B.Dv=A.a(s(["Abort","Again","AltLeft","AltRight","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backquote","Backslash","Backspace","BracketLeft","BracketRight","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","CapsLock","Comma","ContextMenu","ControlLeft","ControlRight","Convert","Copy","Cut","Delete","Digit0","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","DisplayToggleIntExt","Eject","End","Enter","Equal","Escape","Esc","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","Find","Fn","FnLock","GameButton1","GameButton10","GameButton11","GameButton12","GameButton13","GameButton14","GameButton15","GameButton16","GameButton2","GameButton3","GameButton4","GameButton5","GameButton6","GameButton7","GameButton8","GameButton9","GameButtonA","GameButtonB","GameButtonC","GameButtonLeft1","GameButtonLeft2","GameButtonMode","GameButtonRight1","GameButtonRight2","GameButtonSelect","GameButtonStart","GameButtonThumbLeft","GameButtonThumbRight","GameButtonX","GameButtonY","GameButtonZ","Help","Home","Hyper","Insert","IntlBackslash","IntlRo","IntlYen","KanaMode","KeyA","KeyB","KeyC","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","KeyboardLayoutSelect","Lang1","Lang2","Lang3","Lang4","Lang5","LaunchApp1","LaunchApp2","LaunchAssistant","LaunchControlPanel","LaunchMail","LaunchScreenSaver","MailForward","MailReply","MailSend","MediaFastForward","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSelect","MediaStop","MediaTrackNext","MediaTrackPrevious","MetaLeft","MetaRight","MicrophoneMuteToggle","Minus","NonConvert","NumLock","Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9","NumpadAdd","NumpadBackspace","NumpadClear","NumpadClearEntry","NumpadComma","NumpadDecimal","NumpadDivide","NumpadEnter","NumpadEqual","NumpadMemoryAdd","NumpadMemoryClear","NumpadMemoryRecall","NumpadMemoryStore","NumpadMemorySubtract","NumpadMultiply","NumpadParenLeft","NumpadParenRight","NumpadSubtract","Open","PageDown","PageUp","Paste","Pause","Period","Power","PrintScreen","PrivacyScreenToggle","Props","Quote","Resume","ScrollLock","Select","SelectTask","Semicolon","ShiftLeft","ShiftRight","ShowAllWindows","Slash","Sleep","Space","Super","Suspend","Tab","Turbo","Undo","WakeUp","ZoomToggle"]),t.s) +B.pF=new A.bp(231,{Abort:B.tQ,Again:B.tw,AltLeft:B.c2,AltRight:B.c4,ArrowDown:B.rW,ArrowLeft:B.rV,ArrowRight:B.rU,ArrowUp:B.rX,AudioVolumeDown:B.tE,AudioVolumeMute:B.tC,AudioVolumeUp:B.tD,Backquote:B.rw,Backslash:B.rt,Backspace:B.rm,BracketLeft:B.rr,BracketRight:B.rs,BrightnessDown:B.u5,BrightnessUp:B.u4,BrowserBack:B.uq,BrowserFavorites:B.uu,BrowserForward:B.ur,BrowserHome:B.up,BrowserRefresh:B.ut,BrowserSearch:B.uo,BrowserStop:B.us,CapsLock:B.bz,Comma:B.rx,ContextMenu:B.te,ControlLeft:B.c0,ControlRight:B.cY,Convert:B.tJ,Copy:B.tz,Cut:B.ty,Delete:B.rR,Digit0:B.rk,Digit1:B.rb,Digit2:B.rc,Digit3:B.rd,Digit4:B.re,Digit5:B.rf,Digit6:B.rg,Digit7:B.rh,Digit8:B.ri,Digit9:B.rj,DisplayToggleIntExt:B.u3,Eject:B.ue,End:B.rS,Enter:B.rl,Equal:B.rq,Escape:B.hq,Esc:B.hq,F1:B.rA,F10:B.rJ,F11:B.rK,F12:B.rL,F13:B.th,F14:B.ti,F15:B.tj,F16:B.tk,F17:B.tl,F18:B.tm,F19:B.tn,F2:B.rB,F20:B.to,F21:B.tp,F22:B.tq,F23:B.tr,F24:B.ts,F3:B.rC,F4:B.rD,F5:B.rE,F6:B.rF,F7:B.rG,F8:B.rH,F9:B.rI,Find:B.tB,Fn:B.cX,FnLock:B.qb,GameButton1:B.qh,GameButton10:B.qq,GameButton11:B.qr,GameButton12:B.qs,GameButton13:B.qt,GameButton14:B.qu,GameButton15:B.qv,GameButton16:B.qw,GameButton2:B.qi,GameButton3:B.qj,GameButton4:B.qk,GameButton5:B.ql,GameButton6:B.qm,GameButton7:B.qn,GameButton8:B.qo,GameButton9:B.qp,GameButtonA:B.qx,GameButtonB:B.qy,GameButtonC:B.qz,GameButtonLeft1:B.qA,GameButtonLeft2:B.qB,GameButtonMode:B.qC,GameButtonRight1:B.qD,GameButtonRight2:B.qE,GameButtonSelect:B.qF,GameButtonStart:B.qG,GameButtonThumbLeft:B.qH,GameButtonThumbRight:B.qI,GameButtonX:B.qJ,GameButtonY:B.qK,GameButtonZ:B.qL,Help:B.tu,Home:B.rP,Hyper:B.q9,Insert:B.rO,IntlBackslash:B.td,IntlRo:B.tG,IntlYen:B.tI,KanaMode:B.tH,KeyA:B.qM,KeyB:B.qN,KeyC:B.qO,KeyD:B.qP,KeyE:B.qQ,KeyF:B.qR,KeyG:B.qS,KeyH:B.qT,KeyI:B.qU,KeyJ:B.qV,KeyK:B.qW,KeyL:B.qX,KeyM:B.qY,KeyN:B.qZ,KeyO:B.r_,KeyP:B.r0,KeyQ:B.r1,KeyR:B.r2,KeyS:B.r3,KeyT:B.r4,KeyU:B.r5,KeyV:B.r6,KeyW:B.r7,KeyX:B.r8,KeyY:B.r9,KeyZ:B.ra,KeyboardLayoutSelect:B.uz,Lang1:B.tL,Lang2:B.tM,Lang3:B.tN,Lang4:B.tO,Lang5:B.tP,LaunchApp1:B.uj,LaunchApp2:B.ui,LaunchAssistant:B.un,LaunchControlPanel:B.uk,LaunchMail:B.uh,LaunchScreenSaver:B.um,MailForward:B.ux,MailReply:B.uw,MailSend:B.uy,MediaFastForward:B.u9,MediaPause:B.u7,MediaPlay:B.u6,MediaPlayPause:B.uf,MediaRecord:B.u8,MediaRewind:B.ua,MediaSelect:B.ug,MediaStop:B.ud,MediaTrackNext:B.ub,MediaTrackPrevious:B.uc,MetaLeft:B.c3,MetaRight:B.d_,MicrophoneMuteToggle:B.qg,Minus:B.rp,NonConvert:B.tK,NumLock:B.ea,Numpad0:B.tb,Numpad1:B.t2,Numpad2:B.t3,Numpad3:B.t4,Numpad4:B.t5,Numpad5:B.t6,Numpad6:B.t7,Numpad7:B.t8,Numpad8:B.t9,Numpad9:B.ta,NumpadAdd:B.t0,NumpadBackspace:B.tU,NumpadClear:B.u_,NumpadClearEntry:B.u0,NumpadComma:B.tF,NumpadDecimal:B.tc,NumpadDivide:B.rY,NumpadEnter:B.t1,NumpadEqual:B.tg,NumpadMemoryAdd:B.tY,NumpadMemoryClear:B.tX,NumpadMemoryRecall:B.tW,NumpadMemoryStore:B.tV,NumpadMemorySubtract:B.tZ,NumpadMultiply:B.rZ,NumpadParenLeft:B.tS,NumpadParenRight:B.tT,NumpadSubtract:B.t_,Open:B.tt,PageDown:B.rT,PageUp:B.rQ,Paste:B.tA,Pause:B.rN,Period:B.ry,Power:B.tf,PrintScreen:B.rM,PrivacyScreenToggle:B.qf,Props:B.tR,Quote:B.rv,Resume:B.qd,ScrollLock:B.e9,Select:B.tv,SelectTask:B.ul,Semicolon:B.ru,ShiftLeft:B.c1,ShiftRight:B.cZ,ShowAllWindows:B.uA,Slash:B.rz,Sleep:B.u1,Space:B.ro,Super:B.qa,Suspend:B.qc,Tab:B.rn,Turbo:B.qe,Undo:B.tx,WakeUp:B.u2,ZoomToggle:B.uv},B.Dv,A.a7("bp")) +B.Dz=A.a(s(["KeyA","KeyB","KeyC","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","Digit0","Minus","Equal","BracketLeft","BracketRight","Backslash","Semicolon","Quote","Backquote","Comma","Period","Slash"]),t.s) +B.hi=new A.bp(47,{KeyA:"a",KeyB:"b",KeyC:"c",KeyD:"d",KeyE:"e",KeyF:"f",KeyG:"g",KeyH:"h",KeyI:"i",KeyJ:"j",KeyK:"k",KeyL:"l",KeyM:"m",KeyN:"n",KeyO:"o",KeyP:"p",KeyQ:"q",KeyR:"r",KeyS:"s",KeyT:"t",KeyU:"u",KeyV:"v",KeyW:"w",KeyX:"x",KeyY:"y",KeyZ:"z",Digit1:"1",Digit2:"2",Digit3:"3",Digit4:"4",Digit5:"5",Digit6:"6",Digit7:"7",Digit8:"8",Digit9:"9",Digit0:"0",Minus:"-",Equal:"=",BracketLeft:"[",BracketRight:"]",Backslash:"\\",Semicolon:";",Quote:"'",Backquote:"`",Comma:",",Period:".",Slash:"/"},B.Dz,t.li) +B.kF=A.a(s(["*","+","-",".","/","0","1","2","3","4","5","6","7","8","9","Alt","AltGraph","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Clear","Control","Delete","End","Enter","Home","Insert","Meta","PageDown","PageUp","Shift"]),t.s) +B.BV=A.a(s([42,null,null,8589935146]),t.Z) +B.BW=A.a(s([43,null,null,8589935147]),t.Z) +B.BX=A.a(s([45,null,null,8589935149]),t.Z) +B.BY=A.a(s([46,null,null,8589935150]),t.Z) +B.C_=A.a(s([47,null,null,8589935151]),t.Z) +B.C0=A.a(s([48,null,null,8589935152]),t.Z) +B.C1=A.a(s([49,null,null,8589935153]),t.Z) +B.C7=A.a(s([50,null,null,8589935154]),t.Z) +B.C8=A.a(s([51,null,null,8589935155]),t.Z) +B.C9=A.a(s([52,null,null,8589935156]),t.Z) +B.Ca=A.a(s([53,null,null,8589935157]),t.Z) +B.Cb=A.a(s([54,null,null,8589935158]),t.Z) +B.Cc=A.a(s([55,null,null,8589935159]),t.Z) +B.Cd=A.a(s([56,null,null,8589935160]),t.Z) +B.Ce=A.a(s([57,null,null,8589935161]),t.Z) +B.Co=A.a(s([8589934852,8589934852,8589934853,null]),t.Z) +B.BK=A.a(s([4294967555,null,4294967555,null]),t.Z) +B.BL=A.a(s([4294968065,null,null,8589935154]),t.Z) +B.BM=A.a(s([4294968066,null,null,8589935156]),t.Z) +B.BN=A.a(s([4294968067,null,null,8589935158]),t.Z) +B.BO=A.a(s([4294968068,null,null,8589935160]),t.Z) +B.BT=A.a(s([4294968321,null,null,8589935157]),t.Z) +B.Cp=A.a(s([8589934848,8589934848,8589934849,null]),t.Z) +B.BJ=A.a(s([4294967423,null,null,8589935150]),t.Z) +B.BP=A.a(s([4294968069,null,null,8589935153]),t.Z) +B.BI=A.a(s([4294967309,null,null,8589935117]),t.Z) +B.BQ=A.a(s([4294968070,null,null,8589935159]),t.Z) +B.BU=A.a(s([4294968327,null,null,8589935152]),t.Z) +B.Cq=A.a(s([8589934854,8589934854,8589934855,null]),t.Z) +B.BR=A.a(s([4294968071,null,null,8589935155]),t.Z) +B.BS=A.a(s([4294968072,null,null,8589935161]),t.Z) +B.Cr=A.a(s([8589934850,8589934850,8589934851,null]),t.Z) +B.pG=new A.bp(32,{"*":B.BV,"+":B.BW,"-":B.BX,".":B.BY,"/":B.C_,"0":B.C0,"1":B.C1,"2":B.C7,"3":B.C8,"4":B.C9,"5":B.Ca,"6":B.Cb,"7":B.Cc,"8":B.Cd,"9":B.Ce,Alt:B.Co,AltGraph:B.BK,ArrowDown:B.BL,ArrowLeft:B.BM,ArrowRight:B.BN,ArrowUp:B.BO,Clear:B.BT,Control:B.Cp,Delete:B.BJ,End:B.BP,Enter:B.BI,Home:B.BQ,Insert:B.BU,Meta:B.Cq,PageDown:B.BR,PageUp:B.BS,Shift:B.Cr},B.kF,A.a7("bp>")) +B.Dn=A.a(s([B.kO,null,null,B.pu]),t.L) +B.Do=A.a(s([B.pg,null,null,B.pv]),t.L) +B.Dp=A.a(s([B.ph,null,null,B.pw]),t.L) +B.Dq=A.a(s([B.pi,null,null,B.h2]),t.L) +B.Dr=A.a(s([B.pj,null,null,B.px]),t.L) +B.Cz=A.a(s([B.pk,null,null,B.h3]),t.L) +B.CA=A.a(s([B.pl,null,null,B.h4]),t.L) +B.CB=A.a(s([B.pm,null,null,B.h5]),t.L) +B.CC=A.a(s([B.pn,null,null,B.h6]),t.L) +B.CD=A.a(s([B.po,null,null,B.h7]),t.L) +B.CE=A.a(s([B.pp,null,null,B.h8]),t.L) +B.CF=A.a(s([B.pq,null,null,B.h9]),t.L) +B.CG=A.a(s([B.pr,null,null,B.ha]),t.L) +B.DD=A.a(s([B.ps,null,null,B.hb]),t.L) +B.DE=A.a(s([B.pt,null,null,B.hc]),t.L) +B.Df=A.a(s([B.cO,B.cO,B.dY,null]),t.L) +B.DF=A.a(s([B.dT,null,B.dT,null]),t.L) +B.CO=A.a(s([B.aE,null,null,B.h5]),t.L) +B.CP=A.a(s([B.ay,null,null,B.h7]),t.L) +B.CQ=A.a(s([B.az,null,null,B.h9]),t.L) +B.D0=A.a(s([B.aF,null,null,B.hb]),t.L) +B.Dc=A.a(s([B.h_,null,null,B.h8]),t.L) +B.Dg=A.a(s([B.cM,B.cM,B.dW,null]),t.L) +B.Cu=A.a(s([B.ak,null,null,B.h2]),t.L) +B.CR=A.a(s([B.bx,null,null,B.h4]),t.L) +B.Ds=A.a(s([B.dS,null,null,B.h1]),t.L) +B.CS=A.a(s([B.by,null,null,B.ha]),t.L) +B.Dd=A.a(s([B.h0,null,null,B.h3]),t.L) +B.Dh=A.a(s([B.cP,B.cP,B.dZ,null]),t.L) +B.CT=A.a(s([B.cK,null,null,B.h6]),t.L) +B.De=A.a(s([B.cL,null,null,B.hc]),t.L) +B.Di=A.a(s([B.cN,B.cN,B.dX,null]),t.L) +B.FL=new A.bp(32,{"*":B.Dn,"+":B.Do,"-":B.Dp,".":B.Dq,"/":B.Dr,"0":B.Cz,"1":B.CA,"2":B.CB,"3":B.CC,"4":B.CD,"5":B.CE,"6":B.CF,"7":B.CG,"8":B.DD,"9":B.DE,Alt:B.Df,AltGraph:B.DF,ArrowDown:B.CO,ArrowLeft:B.CP,ArrowRight:B.CQ,ArrowUp:B.D0,Clear:B.Dc,Control:B.Dg,Delete:B.Cu,End:B.CR,Enter:B.Ds,Home:B.CS,Insert:B.Dd,Meta:B.Dh,PageDown:B.CT,PageUp:B.De,Shift:B.Di},B.kF,A.a7("bp>")) +B.pH=new A.rU(0,"maskModeAdd") +B.FM=new A.rU(1,"maskModeSubstract") +B.FN=new A.rU(2,"maskModeIntersect") +B.pI=new A.rU(3,"maskModeNone") +B.FO=new A.yf(null,null,null,null,null,null,null,null) +B.zi=new A.A(4284790262) +B.za=new A.A(4282557941) +B.z_=new A.A(4279592384) +B.yZ=new A.A(4279060385) +B.Fp=new A.c3([50,B.jy,100,B.jv,200,B.fe,300,B.zi,400,B.za,500,B.jq,600,B.f9,700,B.f8,800,B.z_,900,B.yZ],t.pl) +B.e1=new A.yg(B.Fp,4280391411) +B.zt=new A.A(4292932337) +B.zp=new A.A(4289912795) +B.zl=new A.A(4286630852) +B.zd=new A.A(4283283116) +B.z5=new A.A(4280723098) +B.yX=new A.A(4278228616) +B.yW=new A.A(4278225275) +B.yV=new A.A(4278221163) +B.yU=new A.A(4278217052) +B.yT=new A.A(4278209856) +B.Fq=new A.c3([50,B.zt,100,B.zp,200,B.zl,300,B.zd,400,B.z5,500,B.yX,600,B.yW,700,B.yV,800,B.yU,900,B.yT],t.pl) +B.pJ=new A.yg(B.Fq,4278228616) +B.bW=new A.b3(0,t.QL) +B.e2=new A.b3(24,t.QL) +B.uP=new A.cS(B.a7,B.u) +B.FP=new A.b3(B.uP,t.kU) +B.aA=new A.b3(B.B,t.h9) +B.FQ=new A.b3(B.B,t.Il) +B.IC=new A.R(40,40) +B.e3=new A.b3(B.IC,t.iL) +B.ID=new A.R(64,40) +B.pK=new A.b3(B.ID,t.iL) +B.vC=new A.fk(B.u) +B.bX=new A.b3(B.vC,t.kU) +B.FR=new A.b3(B.am,t.Ak) +B.e4=new A.b3(B.aT,t.Ak) +B.hP=new A.R(1/0,1/0) +B.bY=new A.b3(B.hP,t.iL) +B.J=new A.cW(0,"hovered") +B.O=new A.cW(1,"focused") +B.F=new A.cW(2,"pressed") +B.pL=new A.cW(3,"dragged") +B.W=new A.cW(4,"selected") +B.pM=new A.cW(5,"scrolledUnder") +B.x=new A.cW(6,"disabled") +B.FS=new A.oO(0,"padded") +B.pN=new A.oO(1,"shrinkWrap") +B.FW=new A.JF(null) +B.FX=new A.yk(null) +B.FY=new A.rX(null) +B.pR=new A.oQ(0,"merge") +B.FZ=new A.oQ(1,"add") +B.G_=new A.oQ(2,"substract") +B.G0=new A.oQ(3,"intersect") +B.G1=new A.oQ(4,"excludeIntersections") +B.G2=new A.hK("popRoute",null) +B.dj=new A.a8O() +B.G3=new A.ym("flutter/service_worker",B.dj) +B.G5=new A.oT(0,"clipRect") +B.G6=new A.oT(1,"clipRRect") +B.G7=new A.oT(2,"clipPath") +B.G8=new A.oT(3,"transform") +B.G9=new A.oT(4,"opacity") +B.Gb=new A.yG(null,null,null,null,null,null,null,null,null,null) +B.Gc=new A.yH(null,null,null,null,null,null,null,null,null,null) +B.hm=new A.a4e(0,"traditional") +B.Gd=new A.yI(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.pX=new A.hQ(B.h,B.h) +B.Gf=new A.r(17976931348623157e292,0) +B.Qi=new A.r(0,-0.005) +B.Gg=new A.r(-0.3333333333333333,0) +B.aa=new A.jK(0,"iOs") +B.e7=new A.jK(1,"android") +B.q3=new A.jK(2,"linux") +B.q4=new A.jK(3,"windows") +B.aH=new A.jK(4,"macOs") +B.Gl=new A.jK(5,"unknown") +B.f4=new A.a2m() +B.Gm=new A.mJ("flutter/textinput",B.f4) +B.q5=new A.mJ("flutter/menu",B.dj) +B.bZ=new A.mJ("flutter/platform",B.f4) +B.hp=new A.mJ("flutter/restoration",B.dj) +B.Gn=new A.mJ("flutter/mousecursor",B.dj) +B.e8=new A.mJ("flutter/navigation",B.f4) +B.Go=new A.t1(0,null) +B.Gp=new A.t1(1,null) +B.q6=new A.Kl(0,"portrait") +B.q7=new A.Kl(1,"landscape") +B.Gq=new A.yS(null) +B.Qj=new A.Ko(0,"start") +B.Gr=new A.Ko(1,"end") +B.a2=new A.KJ(0,"fill") +B.H=new A.KJ(1,"stroke") +B.Gs=new A.mN(1/0) +B.Qk=new A.a51(0,"nonZero") +B.aI=new A.p0(0,"created") +B.ab=new A.p0(1,"active") +B.c_=new A.p0(2,"pendingRetention") +B.Gt=new A.p0(3,"pendingUpdate") +B.q8=new A.p0(4,"released") +B.Gu=new A.z7(null) +B.eb=new A.mR(0,"baseline") +B.ec=new A.mR(1,"aboveBaseline") +B.ed=new A.mR(2,"belowBaseline") +B.ee=new A.mR(3,"top") +B.d0=new A.mR(4,"bottom") +B.ef=new A.mR(5,"middle") +B.eg=new A.jM(B.N,B.d0,null,null) +B.hr=new A.kV(0,"cancel") +B.hs=new A.kV(1,"add") +B.H7=new A.kV(2,"remove") +B.bA=new A.kV(3,"hover") +B.uC=new A.kV(4,"down") +B.d1=new A.kV(5,"move") +B.ht=new A.kV(6,"up") +B.eh=new A.mS(0,"touch") +B.d2=new A.mS(1,"mouse") +B.H8=new A.mS(2,"stylus") +B.d3=new A.mS(4,"trackpad") +B.H9=new A.mS(5,"unknown") +B.Ql=new A.a5v(0,"ignore") +B.c5=new A.tb(0,"none") +B.Ha=new A.tb(1,"scroll") +B.Hb=new A.tb(3,"scale") +B.Hc=new A.tb(4,"unknown") +B.Hd=new A.zd(null,null,null,null,null,null,null,null,null,null) +B.He=new A.tf(null,null,null,null,null) +B.Hf=new A.zi(null,null,null,null,null,null) +B.uE=new A.pW(1e5,10) +B.uF=new A.pW(1e4,100) +B.uG=new A.pW(20,5e4) +B.em=new A.G(-1e9,-1e9,1e9,1e9) +B.d4=new A.zx(0,"identical") +B.Hg=new A.zx(2,"paint") +B.c7=new A.zx(3,"layout") +B.uH=new A.iK(0,"incrementable") +B.uI=new A.iK(1,"scrollable") +B.uJ=new A.iK(2,"labelAndValue") +B.uK=new A.iK(3,"tappable") +B.uL=new A.iK(4,"textField") +B.uM=new A.iK(5,"checkable") +B.uN=new A.iK(6,"image") +B.uO=new A.iK(7,"liveRegion") +B.c6=new A.aL(28,28) +B.x1=new A.c9(B.c6,B.c6,B.r,B.r) +B.Hi=new A.cS(B.x1,B.u) +B.Hj=new A.cS(B.eV,B.u) +B.hv=new A.cS(B.bm,B.u) +B.ei=new A.aL(12,12) +B.x2=new A.c9(B.ei,B.ei,B.ei,B.ei) +B.Hh=new A.cS(B.x2,B.u) +B.uQ=new A.cS(B.ck,B.u) +B.x3=new A.c9(B.c6,B.c6,B.c6,B.c6) +B.uR=new A.cS(B.x3,B.u) +B.hw=new A.LW(0,"none") +B.Hk=new A.LW(1,"neglect") +B.uS=new A.tu(0,"pop") +B.Hl=new A.tu(1,"doNotPop") +B.Hm=new A.tu(2,"bubble") +B.hx=new A.iL(null,null) +B.Hn=new A.a7k(7,0) +B.Ho=new A.A0(1333) +B.hy=new A.A0(2222) +B.Hp=new A.M6(null,null) +B.d5=new A.pd(0,"idle") +B.Hq=new A.pd(1,"transientCallbacks") +B.Hr=new A.pd(2,"midFrameMicrotasks") +B.uT=new A.pd(3,"persistentCallbacks") +B.Hs=new A.pd(4,"postFrameCallbacks") +B.uU=new A.a7F(0,"englishLike") +B.Qm=new A.A5(0,"idle") +B.Qn=new A.A5(1,"forward") +B.Qo=new A.A5(2,"reverse") +B.Hx=new A.A8(0,"explicit") +B.c8=new A.A8(1,"keepVisibleAtEnd") +B.c9=new A.A8(2,"keepVisibleAtStart") +B.Hy=new A.Aa(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Hz=new A.Ab(null,null,null,null,null,null,null,null,null,null,null) +B.HA=new A.Ac(null,null,null,null,null,null,null,null,null) +B.HB=new A.Ad(null,null) +B.uX=new A.Ag(2,"none") +B.HC=new A.Ae(null,null,B.uX,!0) +B.HD=new A.Ag(0,"uncollapsed") +B.HE=new A.Ag(1,"collapsed") +B.bB=new A.cH(1) +B.HF=new A.cH(1024) +B.HG=new A.cH(1048576) +B.uY=new A.cH(128) +B.hA=new A.cH(16) +B.HH=new A.cH(16384) +B.uZ=new A.cH(2) +B.HI=new A.cH(2048) +B.HJ=new A.cH(2097152) +B.HK=new A.cH(256) +B.HL=new A.cH(262144) +B.hB=new A.cH(32) +B.HM=new A.cH(32768) +B.hC=new A.cH(4) +B.HN=new A.cH(4096) +B.HO=new A.cH(512) +B.HP=new A.cH(524288) +B.v_=new A.cH(64) +B.HQ=new A.cH(65536) +B.hD=new A.cH(8) +B.HR=new A.cH(8192) +B.hE=new A.cE(1) +B.HS=new A.cE(1024) +B.HT=new A.cE(1048576) +B.v0=new A.cE(128) +B.HU=new A.cE(131072) +B.HV=new A.cE(16) +B.v1=new A.cE(16384) +B.HW=new A.cE(16777216) +B.v2=new A.cE(2) +B.v3=new A.cE(2048) +B.v4=new A.cE(2097152) +B.HX=new A.cE(256) +B.v5=new A.cE(32) +B.HY=new A.cE(32768) +B.HZ=new A.cE(33554432) +B.I_=new A.cE(4) +B.v6=new A.cE(4096) +B.I0=new A.cE(4194304) +B.v7=new A.cE(512) +B.I1=new A.cE(524288) +B.v8=new A.cE(64) +B.I2=new A.cE(65536) +B.v9=new A.cE(8) +B.hF=new A.cE(8192) +B.I3=new A.cE(8388608) +B.Fs=new A.c3([B.bh,null,B.bi,null,B.ey,null],A.a7("c3")) +B.I4=new A.e_(B.Fs,A.a7("e_")) +B.FK=new A.c3([B.J,null],t.sB) +B.I5=new A.e_(B.FK,t.si) +B.BZ=A.a(s(["click","keyup","keydown","mouseup","mousedown","pointerdown","pointerup"]),t.s) +B.Fk=new A.bp(7,{click:null,keyup:null,keydown:null,mouseup:null,mousedown:null,pointerdown:null,pointerup:null},B.BZ,t.uf) +B.I6=new A.e_(B.Fk,t.XI) +B.Fj=new A.c3([32,null,8203,null],t.Si) +B.I7=new A.e_(B.Fj,t.h7) +B.Dk=A.a(s(["click","touchstart","touchend","pointerdown","pointermove","pointerup"]),t.s) +B.FH=new A.bp(6,{click:null,touchstart:null,touchend:null,pointerdown:null,pointermove:null,pointerup:null},B.Dk,t.uf) +B.I8=new A.e_(B.FH,t.XI) +B.Fo=new A.c3([B.O,null],t.sB) +B.I9=new A.e_(B.Fo,t.si) +B.Dm=A.a(s(["canvaskit.js"]),t.s) +B.FJ=new A.bp(1,{"canvaskit.js":null},B.Dm,t.uf) +B.Ia=new A.e_(B.FJ,t.XI) +B.FB=new A.c3([10,null,11,null,12,null,13,null,133,null,8232,null,8233,null],t.Si) +B.Ib=new A.e_(B.FB,t.h7) +B.Fz=new A.c3([B.F,null],t.sB) +B.Ic=new A.e_(B.Fz,t.si) +B.CJ=A.a(s(["serif","sans-serif","monospace","cursive","fantasy","system-ui","math","emoji","fangsong"]),t.s) +B.Fu=new A.bp(9,{serif:null,"sans-serif":null,monospace:null,cursive:null,fantasy:null,"system-ui":null,math:null,emoji:null,fangsong:null},B.CJ,t.uf) +B.Id=new A.e_(B.Fu,t.XI) +B.Fm=new A.c3([B.aH,null,B.q3,null,B.q4,null],A.a7("c3")) +B.hG=new A.e_(B.Fm,A.a7("e_")) +B.ca=new A.My(0,"simultaneously") +B.hH=new A.My(1,"individually") +B.vd=new A.ax(B.aE,!1,!0,!1,!1) +B.va=new A.ax(B.ay,!1,!0,!1,!1) +B.vb=new A.ax(B.az,!1,!0,!1,!1) +B.vc=new A.ax(B.aF,!1,!0,!1,!1) +B.Im=new A.ax(B.aE,!1,!0,!1,!0) +B.Ij=new A.ax(B.ay,!1,!0,!1,!0) +B.Ik=new A.ax(B.az,!1,!0,!1,!0) +B.Il=new A.ax(B.aF,!1,!0,!1,!0) +B.Ii=new A.ax(B.aE,!0,!0,!1,!1) +B.Ih=new A.ax(B.aF,!0,!0,!1,!1) +B.Io=new A.ax(B.bx,!0,!0,!1,!1) +B.In=new A.ax(B.by,!0,!0,!1,!1) +B.vh=new A.ax(B.aE,!1,!0,!0,!1) +B.ve=new A.ax(B.ay,!1,!0,!0,!1) +B.vf=new A.ax(B.az,!1,!0,!0,!1) +B.vg=new A.ax(B.aF,!1,!0,!0,!1) +B.vv=new A.ax(B.hd,!1,!1,!1,!0) +B.vx=new A.ax(B.he,!1,!1,!1,!0) +B.vy=new A.ax(B.fX,!1,!1,!1,!0) +B.vw=new A.ax(B.fY,!1,!1,!1,!0) +B.Ip=new A.ax(B.cH,!1,!1,!1,!0) +B.Iq=new A.ax(B.cH,!1,!0,!1,!0) +B.hO=new A.ax(B.hd,!0,!1,!1,!1) +B.It=new A.ax(B.py,!0,!1,!1,!1) +B.vt=new A.ax(B.he,!0,!1,!1,!1) +B.Ir=new A.ax(B.kI,!0,!1,!1,!1) +B.Is=new A.ax(B.kJ,!0,!1,!1,!1) +B.Iu=new A.ax(B.kK,!0,!1,!1,!1) +B.Iv=new A.ax(B.kL,!0,!1,!1,!1) +B.Iy=new A.ax(B.kM,!0,!1,!1,!1) +B.vu=new A.ax(B.fX,!0,!1,!1,!1) +B.vs=new A.ax(B.fY,!0,!1,!1,!1) +B.Iw=new A.ax(B.cH,!0,!1,!1,!1) +B.Ix=new A.ax(B.cH,!0,!0,!1,!1) +B.IA=new A.R(0,48) +B.IB=new A.R(1e5,1e5) +B.vz=new A.R(32,4) +B.vA=new A.R(64,36) +B.hQ=new A.Ap(0,0,null,null) +B.IE=new A.At(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.Qq=new A.Au(3,"hide") +B.IF=new A.Au(5,"timeout") +B.IG=new A.Av(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.vB=new A.ML(0,"permissive") +B.Qr=new A.ML(1,"normal") +B.IH=new A.Ax(0,"criticallyDamped") +B.II=new A.Ax(1,"underDamped") +B.IJ=new A.Ax(2,"overDamped") +B.hR=new A.MZ(0,"loose") +B.IK=new A.MZ(2,"passthrough") +B.IL=new A.iP("...",-1,"","","",-1,-1,"","...") +B.IM=new A.iP("",-1,"","","",-1,-1,"","asynchronous suspension") +B.d8=new A.iS("") +B.IN=new A.cm(0) +B.IY=new A.cm(0) +B.IW=new A.cm(0) +B.IU=new A.cm(0) +B.IV=new A.cm(0) +B.IT=new A.cm(0) +B.IX=new A.cm(0) +B.IS=new A.cm(0) +B.IP=new A.cm(0) +B.IR=new A.cm(0) +B.IO=new A.cm(0) +B.IQ=new A.cm(0) +B.IZ=new A.cm(1) +B.J_=new A.cm(10) +B.J0=new A.cm(11) +B.J1=new A.cm(12) +B.J2=new A.cm(13) +B.J3=new A.cm(14) +B.J4=new A.cm(15) +B.J5=new A.cm(16) +B.J6=new A.cm(2) +B.J7=new A.cm(3) +B.J8=new A.cm(4) +B.J9=new A.cm(5) +B.Ja=new A.cm(6) +B.Jb=new A.cm(7) +B.Jc=new A.cm(8) +B.Jd=new A.cm(9) +B.Je=new A.AL(null,null,null,null,null,null,null,null) +B.Jf=new A.pr("call") +B.Jg=new A.jU("text") +B.Jh=new A.Nh(0,"click") +B.Ji=new A.Nh(1,"alert") +B.Jj=new A.jV(B.l,null,B.Y,null,null,B.U,B.Y,null) +B.Jk=new A.jV(B.l,null,B.Y,null,null,B.Y,B.U,null) +B.Jl=new A.AM(null,null,null,null,null,null,null,null,null,null,null,null) +B.Jm=new A.a9i("tap") +B.k=new A.AR(0,"alphabetic") +B.Jq=new A.AS(null) +B.hU=new A.u0(3,"none") +B.vJ=new A.AT(B.hU) +B.vK=new A.u0(0,"words") +B.vL=new A.u0(1,"sentences") +B.vM=new A.u0(2,"characters") +B.f=new A.AU(0) +B.Qs=new A.No(0,"ltr") +B.Qt=new A.No(1,"rtl") +B.vN=new A.Ns(0,"proportional") +B.q=new A.Ns(1,"even") +B.da=new A.AX(2,"ellipsis") +B.Jv=new A.AX(3,"visible") +B.vR=new A.Nw(0,"left") +B.vS=new A.Nw(1,"right") +B.JH=new A.B_(null,null,null) +B.yR=new A.A(3506372608) +B.Js=new A.AU(1) +B.zB=new A.A(4294967040) +B.Jr=new A.a9m(1,"double") +B.Kh=new A.q(!0,B.yR,null,"monospace",null,null,48,B.cu,null,null,null,null,null,null,null,null,null,B.Js,B.zB,B.Jr,null,"fallback style; consider putting your text in a Material",null,null,null,null) +B.Mw=new A.q(!0,null,null,null,null,null,null,B.aU,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.K8=new A.q(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity displayLarge",null,null,null,null) +B.KG=new A.q(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity displayMedium",null,null,null,null) +B.K9=new A.q(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity displaySmall",null,null,null,null) +B.K5=new A.q(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity headlineLarge",null,null,null,null) +B.Ls=new A.q(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity headlineMedium",null,null,null,null) +B.LO=new A.q(!0,B.y,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity headlineSmall",null,null,null,null) +B.MS=new A.q(!0,B.y,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity titleLarge",null,null,null,null) +B.MN=new A.q(!0,B.y,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity titleMedium",null,null,null,null) +B.Nj=new A.q(!0,B.l,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity titleSmall",null,null,null,null) +B.Nc=new A.q(!0,B.y,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity bodyLarge",null,null,null,null) +B.LN=new A.q(!0,B.y,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity bodyMedium",null,null,null,null) +B.MM=new A.q(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity bodySmall",null,null,null,null) +B.LT=new A.q(!0,B.y,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity labelLarge",null,null,null,null) +B.Lv=new A.q(!0,B.l,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity labelMedium",null,null,null,null) +B.N3=new A.q(!0,B.l,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedwoodCity labelSmall",null,null,null,null) +B.Nz=new A.dY(B.K8,B.KG,B.K9,B.K5,B.Ls,B.LO,B.MS,B.MN,B.Nj,B.Nc,B.LN,B.MM,B.LT,B.Lv,B.N3) +B.E=new A.AR(1,"ideographic") +B.LR=new A.q(!1,null,null,null,null,null,112,B.bO,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense displayLarge 2014",null,null,null,null) +B.Kp=new A.q(!1,null,null,null,null,null,56,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense displayMedium 2014",null,null,null,null) +B.Mm=new A.q(!1,null,null,null,null,null,45,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense displaySmall 2014",null,null,null,null) +B.Kl=new A.q(!1,null,null,null,null,null,40,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense headlineLarge 2014",null,null,null,null) +B.MH=new A.q(!1,null,null,null,null,null,34,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense headlineMedium 2014",null,null,null,null) +B.Kx=new A.q(!1,null,null,null,null,null,24,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense headlineSmall 2014",null,null,null,null) +B.Nb=new A.q(!1,null,null,null,null,null,21,B.G,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense titleLarge 2014",null,null,null,null) +B.K0=new A.q(!1,null,null,null,null,null,17,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense titleMedium 2014",null,null,null,null) +B.K2=new A.q(!1,null,null,null,null,null,15,B.G,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense titleSmall 2014",null,null,null,null) +B.Lp=new A.q(!1,null,null,null,null,null,15,B.G,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense bodyLarge 2014",null,null,null,null) +B.L7=new A.q(!1,null,null,null,null,null,15,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense bodyMedium 2014",null,null,null,null) +B.KM=new A.q(!1,null,null,null,null,null,13,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense bodySmall 2014",null,null,null,null) +B.KT=new A.q(!1,null,null,null,null,null,15,B.G,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense labelLarge 2014",null,null,null,null) +B.M4=new A.q(!1,null,null,null,null,null,12,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense labelMedium 2014",null,null,null,null) +B.JR=new A.q(!1,null,null,null,null,null,11,B.j,null,null,null,B.E,null,null,null,null,null,null,null,null,null,"dense labelSmall 2014",null,null,null,null) +B.NA=new A.dY(B.LR,B.Kp,B.Mm,B.Kl,B.MH,B.Kx,B.Nb,B.K0,B.K2,B.Lp,B.L7,B.KM,B.KT,B.M4,B.JR) +B.JW=new A.q(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView displayLarge",null,null,null,null) +B.Kt=new A.q(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView displayMedium",null,null,null,null) +B.KY=new A.q(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView displaySmall",null,null,null,null) +B.N_=new A.q(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView headlineLarge",null,null,null,null) +B.Nh=new A.q(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView headlineMedium",null,null,null,null) +B.Ne=new A.q(!0,B.y,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView headlineSmall",null,null,null,null) +B.KP=new A.q(!0,B.y,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView titleLarge",null,null,null,null) +B.MT=new A.q(!0,B.y,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView titleMedium",null,null,null,null) +B.KC=new A.q(!0,B.l,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView titleSmall",null,null,null,null) +B.KL=new A.q(!0,B.y,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView bodyLarge",null,null,null,null) +B.Ki=new A.q(!0,B.y,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView bodyMedium",null,null,null,null) +B.KX=new A.q(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView bodySmall",null,null,null,null) +B.Nq=new A.q(!0,B.y,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView labelLarge",null,null,null,null) +B.Ml=new A.q(!0,B.l,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView labelMedium",null,null,null,null) +B.LX=new A.q(!0,B.l,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackMountainView labelSmall",null,null,null,null) +B.NB=new A.dY(B.JW,B.Kt,B.KY,B.N_,B.Nh,B.Ne,B.KP,B.MT,B.KC,B.KL,B.Ki,B.KX,B.Nq,B.Ml,B.LX) +B.JS=new A.q(!0,B.z,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity displayLarge",null,null,null,null) +B.KS=new A.q(!0,B.z,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity displayMedium",null,null,null,null) +B.JT=new A.q(!0,B.z,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity displaySmall",null,null,null,null) +B.K7=new A.q(!0,B.z,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity headlineLarge",null,null,null,null) +B.Kc=new A.q(!0,B.z,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity headlineMedium",null,null,null,null) +B.MK=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity headlineSmall",null,null,null,null) +B.L4=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity titleLarge",null,null,null,null) +B.Lf=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity titleMedium",null,null,null,null) +B.LE=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity titleSmall",null,null,null,null) +B.Mc=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity bodyLarge",null,null,null,null) +B.Lm=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity bodyMedium",null,null,null,null) +B.MP=new A.q(!0,B.z,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity bodySmall",null,null,null,null) +B.MI=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity labelLarge",null,null,null,null) +B.L6=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity labelMedium",null,null,null,null) +B.Me=new A.q(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedwoodCity labelSmall",null,null,null,null) +B.NC=new A.dY(B.JS,B.KS,B.JT,B.K7,B.Kc,B.MK,B.L4,B.Lf,B.LE,B.Mc,B.Lm,B.MP,B.MI,B.L6,B.Me) +B.D=A.a(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +B.LV=new A.q(!0,B.v,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki displayLarge",null,null,null,null) +B.Mk=new A.q(!0,B.v,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki displayMedium",null,null,null,null) +B.LI=new A.q(!0,B.v,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki displaySmall",null,null,null,null) +B.Kw=new A.q(!0,B.v,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki headlineLarge",null,null,null,null) +B.L5=new A.q(!0,B.v,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki headlineMedium",null,null,null,null) +B.Lg=new A.q(!0,B.y,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki headlineSmall",null,null,null,null) +B.MD=new A.q(!0,B.y,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki titleLarge",null,null,null,null) +B.Kz=new A.q(!0,B.y,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki titleMedium",null,null,null,null) +B.JP=new A.q(!0,B.l,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki titleSmall",null,null,null,null) +B.N7=new A.q(!0,B.y,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki bodyLarge",null,null,null,null) +B.JJ=new A.q(!0,B.y,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki bodyMedium",null,null,null,null) +B.M9=new A.q(!0,B.v,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki bodySmall",null,null,null,null) +B.KN=new A.q(!0,B.y,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki labelLarge",null,null,null,null) +B.LZ=new A.q(!0,B.l,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki labelMedium",null,null,null,null) +B.Nl=new A.q(!0,B.l,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki labelSmall",null,null,null,null) +B.ND=new A.dY(B.LV,B.Mk,B.LI,B.Kw,B.L5,B.Lg,B.MD,B.Kz,B.JP,B.N7,B.JJ,B.M9,B.KN,B.LZ,B.Nl) +B.Ke=new A.q(!1,null,null,null,null,null,112,B.bO,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike displayLarge 2014",null,null,null,null) +B.Nk=new A.q(!1,null,null,null,null,null,56,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike displayMedium 2014",null,null,null,null) +B.LH=new A.q(!1,null,null,null,null,null,45,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike displaySmall 2014",null,null,null,null) +B.Mx=new A.q(!1,null,null,null,null,null,40,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike headlineLarge 2014",null,null,null,null) +B.Md=new A.q(!1,null,null,null,null,null,34,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike headlineMedium 2014",null,null,null,null) +B.JX=new A.q(!1,null,null,null,null,null,24,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike headlineSmall 2014",null,null,null,null) +B.L_=new A.q(!1,null,null,null,null,null,20,B.G,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike titleLarge 2014",null,null,null,null) +B.Kj=new A.q(!1,null,null,null,null,null,16,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike titleMedium 2014",null,null,null,null) +B.Mi=new A.q(!1,null,null,null,null,null,14,B.G,null,0.1,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike titleSmall 2014",null,null,null,null) +B.LW=new A.q(!1,null,null,null,null,null,14,B.G,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike bodyLarge 2014",null,null,null,null) +B.M0=new A.q(!1,null,null,null,null,null,14,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike bodyMedium 2014",null,null,null,null) +B.Lq=new A.q(!1,null,null,null,null,null,12,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike bodySmall 2014",null,null,null,null) +B.Lt=new A.q(!1,null,null,null,null,null,14,B.G,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike labelLarge 2014",null,null,null,null) +B.La=new A.q(!1,null,null,null,null,null,12,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike labelMedium 2014",null,null,null,null) +B.Mu=new A.q(!1,null,null,null,null,null,10,B.j,null,1.5,null,B.k,null,null,null,null,null,null,null,null,null,"englishLike labelSmall 2014",null,null,null,null) +B.NE=new A.dY(B.Ke,B.Nk,B.LH,B.Mx,B.Md,B.JX,B.L_,B.Kj,B.Mi,B.LW,B.M0,B.Lq,B.Lt,B.La,B.Mu) +B.Nf=new A.q(!1,null,null,null,null,null,57,B.j,null,-0.25,null,B.k,1.12,B.q,null,null,null,null,null,null,null,"tall displayLarge 2021",null,null,null,null) +B.M6=new A.q(!1,null,null,null,null,null,45,B.j,null,0,null,B.k,1.16,B.q,null,null,null,null,null,null,null,"tall displayMedium 2021",null,null,null,null) +B.Ln=new A.q(!1,null,null,null,null,null,36,B.j,null,0,null,B.k,1.22,B.q,null,null,null,null,null,null,null,"tall displaySmall 2021",null,null,null,null) +B.Ny=new A.q(!1,null,null,null,null,null,32,B.j,null,0,null,B.k,1.25,B.q,null,null,null,null,null,null,null,"tall headlineLarge 2021",null,null,null,null) +B.Nr=new A.q(!1,null,null,null,null,null,28,B.j,null,0,null,B.k,1.29,B.q,null,null,null,null,null,null,null,"tall headlineMedium 2021",null,null,null,null) +B.Mv=new A.q(!1,null,null,null,null,null,24,B.j,null,0,null,B.k,1.33,B.q,null,null,null,null,null,null,null,"tall headlineSmall 2021",null,null,null,null) +B.JN=new A.q(!1,null,null,null,null,null,22,B.j,null,0,null,B.k,1.27,B.q,null,null,null,null,null,null,null,"tall titleLarge 2021",null,null,null,null) +B.Ng=new A.q(!1,null,null,null,null,null,16,B.G,null,0.15,null,B.k,1.5,B.q,null,null,null,null,null,null,null,"tall titleMedium 2021",null,null,null,null) +B.Ky=new A.q(!1,null,null,null,null,null,14,B.G,null,0.1,null,B.k,1.43,B.q,null,null,null,null,null,null,null,"tall titleSmall 2021",null,null,null,null) +B.JK=new A.q(!1,null,null,null,null,null,16,B.j,null,0.5,null,B.k,1.5,B.q,null,null,null,null,null,null,null,"tall bodyLarge 2021",null,null,null,null) +B.Mb=new A.q(!1,null,null,null,null,null,14,B.j,null,0.25,null,B.k,1.43,B.q,null,null,null,null,null,null,null,"tall bodyMedium 2021",null,null,null,null) +B.LQ=new A.q(!1,null,null,null,null,null,12,B.j,null,0.4,null,B.k,1.33,B.q,null,null,null,null,null,null,null,"tall bodySmall 2021",null,null,null,null) +B.Mt=new A.q(!1,null,null,null,null,null,14,B.G,null,0.1,null,B.k,1.43,B.q,null,null,null,null,null,null,null,"tall labelLarge 2021",null,null,null,null) +B.Ma=new A.q(!1,null,null,null,null,null,12,B.G,null,0.5,null,B.k,1.33,B.q,null,null,null,null,null,null,null,"tall labelMedium 2021",null,null,null,null) +B.KB=new A.q(!1,null,null,null,null,null,11,B.G,null,0.5,null,B.k,1.45,B.q,null,null,null,null,null,null,null,"tall labelSmall 2021",null,null,null,null) +B.NF=new A.dY(B.Nf,B.M6,B.Ln,B.Ny,B.Nr,B.Mv,B.JN,B.Ng,B.Ky,B.JK,B.Mb,B.LQ,B.Mt,B.Ma,B.KB) +B.Mn=new A.q(!0,B.z,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond displayLarge",null,null,null,null) +B.Lw=new A.q(!0,B.z,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond displayMedium",null,null,null,null) +B.L3=new A.q(!0,B.z,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond displaySmall",null,null,null,null) +B.Nd=new A.q(!0,B.z,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond headlineLarge",null,null,null,null) +B.Kk=new A.q(!0,B.z,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond headlineMedium",null,null,null,null) +B.K1=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond headlineSmall",null,null,null,null) +B.Ld=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond titleLarge",null,null,null,null) +B.LS=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond titleMedium",null,null,null,null) +B.Lk=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond titleSmall",null,null,null,null) +B.LA=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond bodyLarge",null,null,null,null) +B.MF=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond bodyMedium",null,null,null,null) +B.K3=new A.q(!0,B.z,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond bodySmall",null,null,null,null) +B.M8=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond labelLarge",null,null,null,null) +B.Lo=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond labelMedium",null,null,null,null) +B.MW=new A.q(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteRedmond labelSmall",null,null,null,null) +B.NG=new A.dY(B.Mn,B.Lw,B.L3,B.Nd,B.Kk,B.K1,B.Ld,B.LS,B.Lk,B.LA,B.MF,B.K3,B.M8,B.Lo,B.MW) +B.L2=new A.q(!1,null,null,null,null,null,112,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall displayLarge 2014",null,null,null,null) +B.Kq=new A.q(!1,null,null,null,null,null,56,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall displayMedium 2014",null,null,null,null) +B.Nt=new A.q(!1,null,null,null,null,null,45,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall displaySmall 2014",null,null,null,null) +B.Mp=new A.q(!1,null,null,null,null,null,40,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall headlineLarge 2014",null,null,null,null) +B.KO=new A.q(!1,null,null,null,null,null,34,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall headlineMedium 2014",null,null,null,null) +B.KJ=new A.q(!1,null,null,null,null,null,24,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall headlineSmall 2014",null,null,null,null) +B.Np=new A.q(!1,null,null,null,null,null,21,B.aU,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall titleLarge 2014",null,null,null,null) +B.KV=new A.q(!1,null,null,null,null,null,17,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall titleMedium 2014",null,null,null,null) +B.Nu=new A.q(!1,null,null,null,null,null,15,B.G,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall titleSmall 2014",null,null,null,null) +B.Ni=new A.q(!1,null,null,null,null,null,15,B.aU,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall bodyLarge 2014",null,null,null,null) +B.Lc=new A.q(!1,null,null,null,null,null,15,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall bodyMedium 2014",null,null,null,null) +B.Mr=new A.q(!1,null,null,null,null,null,13,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall bodySmall 2014",null,null,null,null) +B.M3=new A.q(!1,null,null,null,null,null,15,B.aU,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall labelLarge 2014",null,null,null,null) +B.My=new A.q(!1,null,null,null,null,null,12,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall labelMedium 2014",null,null,null,null) +B.M1=new A.q(!1,null,null,null,null,null,11,B.j,null,null,null,B.k,null,null,null,null,null,null,null,null,null,"tall labelSmall 2014",null,null,null,null) +B.NH=new A.dY(B.L2,B.Kq,B.Nt,B.Mp,B.KO,B.KJ,B.Np,B.KV,B.Nu,B.Ni,B.Lc,B.Mr,B.M3,B.My,B.M1) +B.LM=new A.q(!0,B.z,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino displayLarge",null,null,null,null) +B.ME=new A.q(!0,B.z,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino displayMedium",null,null,null,null) +B.Le=new A.q(!0,B.z,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino displaySmall",null,null,null,null) +B.Lz=new A.q(!0,B.z,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino headlineLarge",null,null,null,null) +B.KF=new A.q(!0,B.z,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino headlineMedium",null,null,null,null) +B.Ly=new A.q(!0,B.i,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino headlineSmall",null,null,null,null) +B.KQ=new A.q(!0,B.i,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino titleLarge",null,null,null,null) +B.Mo=new A.q(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino titleMedium",null,null,null,null) +B.L1=new A.q(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino titleSmall",null,null,null,null) +B.Lh=new A.q(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino bodyLarge",null,null,null,null) +B.Lx=new A.q(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino bodyMedium",null,null,null,null) +B.Kb=new A.q(!0,B.z,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino bodySmall",null,null,null,null) +B.MB=new A.q(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino labelLarge",null,null,null,null) +B.LC=new A.q(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino labelMedium",null,null,null,null) +B.Mj=new A.q(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteCupertino labelSmall",null,null,null,null) +B.NI=new A.dY(B.LM,B.ME,B.Le,B.Lz,B.KF,B.Ly,B.KQ,B.Mo,B.L1,B.Lh,B.Lx,B.Kb,B.MB,B.LC,B.Mj) +B.N4=new A.q(!1,null,null,null,null,null,57,B.j,null,-0.25,null,B.E,1.12,B.q,null,null,null,null,null,null,null,"dense displayLarge 2021",null,null,null,null) +B.N5=new A.q(!1,null,null,null,null,null,45,B.j,null,0,null,B.E,1.16,B.q,null,null,null,null,null,null,null,"dense displayMedium 2021",null,null,null,null) +B.N0=new A.q(!1,null,null,null,null,null,36,B.j,null,0,null,B.E,1.22,B.q,null,null,null,null,null,null,null,"dense displaySmall 2021",null,null,null,null) +B.MG=new A.q(!1,null,null,null,null,null,32,B.j,null,0,null,B.E,1.25,B.q,null,null,null,null,null,null,null,"dense headlineLarge 2021",null,null,null,null) +B.Kd=new A.q(!1,null,null,null,null,null,28,B.j,null,0,null,B.E,1.29,B.q,null,null,null,null,null,null,null,"dense headlineMedium 2021",null,null,null,null) +B.LP=new A.q(!1,null,null,null,null,null,24,B.j,null,0,null,B.E,1.33,B.q,null,null,null,null,null,null,null,"dense headlineSmall 2021",null,null,null,null) +B.K4=new A.q(!1,null,null,null,null,null,22,B.j,null,0,null,B.E,1.27,B.q,null,null,null,null,null,null,null,"dense titleLarge 2021",null,null,null,null) +B.Ka=new A.q(!1,null,null,null,null,null,16,B.G,null,0.15,null,B.E,1.5,B.q,null,null,null,null,null,null,null,"dense titleMedium 2021",null,null,null,null) +B.L0=new A.q(!1,null,null,null,null,null,14,B.G,null,0.1,null,B.E,1.43,B.q,null,null,null,null,null,null,null,"dense titleSmall 2021",null,null,null,null) +B.Nx=new A.q(!1,null,null,null,null,null,16,B.j,null,0.5,null,B.E,1.5,B.q,null,null,null,null,null,null,null,"dense bodyLarge 2021",null,null,null,null) +B.MU=new A.q(!1,null,null,null,null,null,14,B.j,null,0.25,null,B.E,1.43,B.q,null,null,null,null,null,null,null,"dense bodyMedium 2021",null,null,null,null) +B.KI=new A.q(!1,null,null,null,null,null,12,B.j,null,0.4,null,B.E,1.33,B.q,null,null,null,null,null,null,null,"dense bodySmall 2021",null,null,null,null) +B.Mh=new A.q(!1,null,null,null,null,null,14,B.G,null,0.1,null,B.E,1.43,B.q,null,null,null,null,null,null,null,"dense labelLarge 2021",null,null,null,null) +B.Km=new A.q(!1,null,null,null,null,null,12,B.G,null,0.5,null,B.E,1.33,B.q,null,null,null,null,null,null,null,"dense labelMedium 2021",null,null,null,null) +B.No=new A.q(!1,null,null,null,null,null,11,B.G,null,0.5,null,B.E,1.45,B.q,null,null,null,null,null,null,null,"dense labelSmall 2021",null,null,null,null) +B.NJ=new A.dY(B.N4,B.N5,B.N0,B.MG,B.Kd,B.LP,B.K4,B.Ka,B.L0,B.Nx,B.MU,B.KI,B.Mh,B.Km,B.No) +B.Ko=new A.q(!1,null,null,null,null,null,57,B.j,null,-0.25,null,B.k,1.12,B.q,null,null,null,null,null,null,null,"englishLike displayLarge 2021",null,null,null,null) +B.KW=new A.q(!1,null,null,null,null,null,45,B.j,null,0,null,B.k,1.16,B.q,null,null,null,null,null,null,null,"englishLike displayMedium 2021",null,null,null,null) +B.N6=new A.q(!1,null,null,null,null,null,36,B.j,null,0,null,B.k,1.22,B.q,null,null,null,null,null,null,null,"englishLike displaySmall 2021",null,null,null,null) +B.L8=new A.q(!1,null,null,null,null,null,32,B.j,null,0,null,B.k,1.25,B.q,null,null,null,null,null,null,null,"englishLike headlineLarge 2021",null,null,null,null) +B.Lj=new A.q(!1,null,null,null,null,null,28,B.j,null,0,null,B.k,1.29,B.q,null,null,null,null,null,null,null,"englishLike headlineMedium 2021",null,null,null,null) +B.MJ=new A.q(!1,null,null,null,null,null,24,B.j,null,0,null,B.k,1.33,B.q,null,null,null,null,null,null,null,"englishLike headlineSmall 2021",null,null,null,null) +B.MA=new A.q(!1,null,null,null,null,null,22,B.j,null,0,null,B.k,1.27,B.q,null,null,null,null,null,null,null,"englishLike titleLarge 2021",null,null,null,null) +B.JY=new A.q(!1,null,null,null,null,null,16,B.G,null,0.15,null,B.k,1.5,B.q,null,null,null,null,null,null,null,"englishLike titleMedium 2021",null,null,null,null) +B.Ks=new A.q(!1,null,null,null,null,null,14,B.G,null,0.1,null,B.k,1.43,B.q,null,null,null,null,null,null,null,"englishLike titleSmall 2021",null,null,null,null) +B.JO=new A.q(!1,null,null,null,null,null,16,B.j,null,0.5,null,B.k,1.5,B.q,null,null,null,null,null,null,null,"englishLike bodyLarge 2021",null,null,null,null) +B.JL=new A.q(!1,null,null,null,null,null,14,B.j,null,0.25,null,B.k,1.43,B.q,null,null,null,null,null,null,null,"englishLike bodyMedium 2021",null,null,null,null) +B.Mf=new A.q(!1,null,null,null,null,null,12,B.j,null,0.4,null,B.k,1.33,B.q,null,null,null,null,null,null,null,"englishLike bodySmall 2021",null,null,null,null) +B.KR=new A.q(!1,null,null,null,null,null,14,B.G,null,0.1,null,B.k,1.43,B.q,null,null,null,null,null,null,null,"englishLike labelLarge 2021",null,null,null,null) +B.MX=new A.q(!1,null,null,null,null,null,12,B.G,null,0.5,null,B.k,1.33,B.q,null,null,null,null,null,null,null,"englishLike labelMedium 2021",null,null,null,null) +B.Lb=new A.q(!1,null,null,null,null,null,11,B.G,null,0.5,null,B.k,1.45,B.q,null,null,null,null,null,null,null,"englishLike labelSmall 2021",null,null,null,null) +B.NK=new A.dY(B.Ko,B.KW,B.N6,B.L8,B.Lj,B.MJ,B.MA,B.JY,B.Ks,B.JO,B.JL,B.Mf,B.KR,B.MX,B.Lb) +B.LJ=new A.q(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond displayLarge",null,null,null,null) +B.KZ=new A.q(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond displayMedium",null,null,null,null) +B.N8=new A.q(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond displaySmall",null,null,null,null) +B.Kf=new A.q(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond headlineLarge",null,null,null,null) +B.MQ=new A.q(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond headlineMedium",null,null,null,null) +B.JU=new A.q(!0,B.y,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond headlineSmall",null,null,null,null) +B.Ll=new A.q(!0,B.y,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond titleLarge",null,null,null,null) +B.LB=new A.q(!0,B.y,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond titleMedium",null,null,null,null) +B.JM=new A.q(!0,B.l,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond titleSmall",null,null,null,null) +B.Ms=new A.q(!0,B.y,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond bodyLarge",null,null,null,null) +B.Kg=new A.q(!0,B.y,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond bodyMedium",null,null,null,null) +B.Nm=new A.q(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond bodySmall",null,null,null,null) +B.LD=new A.q(!0,B.y,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond labelLarge",null,null,null,null) +B.K6=new A.q(!0,B.l,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond labelMedium",null,null,null,null) +B.Kn=new A.q(!0,B.l,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackRedmond labelSmall",null,null,null,null) +B.NL=new A.dY(B.LJ,B.KZ,B.N8,B.Kf,B.MQ,B.JU,B.Ll,B.LB,B.JM,B.Ms,B.Kg,B.Nm,B.LD,B.K6,B.Kn) +B.Lu=new A.q(!0,B.z,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki displayLarge",null,null,null,null) +B.LF=new A.q(!0,B.z,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki displayMedium",null,null,null,null) +B.MY=new A.q(!0,B.z,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki displaySmall",null,null,null,null) +B.Mz=new A.q(!0,B.z,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki headlineLarge",null,null,null,null) +B.Nn=new A.q(!0,B.z,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki headlineMedium",null,null,null,null) +B.LL=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki headlineSmall",null,null,null,null) +B.KD=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki titleLarge",null,null,null,null) +B.Nv=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki titleMedium",null,null,null,null) +B.Ku=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki titleSmall",null,null,null,null) +B.JQ=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki bodyLarge",null,null,null,null) +B.Li=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki bodyMedium",null,null,null,null) +B.KU=new A.q(!0,B.z,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki bodySmall",null,null,null,null) +B.JZ=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki labelLarge",null,null,null,null) +B.LK=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki labelMedium",null,null,null,null) +B.K_=new A.q(!0,B.i,null,"Roboto",B.D,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki labelSmall",null,null,null,null) +B.NM=new A.dY(B.Lu,B.LF,B.MY,B.Mz,B.Nn,B.LL,B.KD,B.Nv,B.Ku,B.JQ,B.Li,B.KU,B.JZ,B.LK,B.K_) +B.Lr=new A.q(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino displayLarge",null,null,null,null) +B.MC=new A.q(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino displayMedium",null,null,null,null) +B.M7=new A.q(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino displaySmall",null,null,null,null) +B.Mg=new A.q(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino headlineLarge",null,null,null,null) +B.JV=new A.q(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino headlineMedium",null,null,null,null) +B.LY=new A.q(!0,B.y,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino headlineSmall",null,null,null,null) +B.KK=new A.q(!0,B.y,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino titleLarge",null,null,null,null) +B.M2=new A.q(!0,B.y,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino titleMedium",null,null,null,null) +B.Kr=new A.q(!0,B.l,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino titleSmall",null,null,null,null) +B.N2=new A.q(!0,B.y,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino bodyLarge",null,null,null,null) +B.MO=new A.q(!0,B.y,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino bodyMedium",null,null,null,null) +B.LU=new A.q(!0,B.v,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino bodySmall",null,null,null,null) +B.KH=new A.q(!0,B.y,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino labelLarge",null,null,null,null) +B.KA=new A.q(!0,B.l,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino labelMedium",null,null,null,null) +B.ML=new A.q(!0,B.l,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackCupertino labelSmall",null,null,null,null) +B.NN=new A.dY(B.Lr,B.MC,B.M7,B.Mg,B.JV,B.LY,B.KK,B.M2,B.Kr,B.N2,B.MO,B.LU,B.KH,B.KA,B.ML) +B.M5=new A.q(!0,B.z,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView displayLarge",null,null,null,null) +B.Ns=new A.q(!0,B.z,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView displayMedium",null,null,null,null) +B.N9=new A.q(!0,B.z,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView displaySmall",null,null,null,null) +B.KE=new A.q(!0,B.z,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView headlineLarge",null,null,null,null) +B.N1=new A.q(!0,B.z,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView headlineMedium",null,null,null,null) +B.M_=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView headlineSmall",null,null,null,null) +B.Nw=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView titleLarge",null,null,null,null) +B.L9=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView titleMedium",null,null,null,null) +B.LG=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView titleSmall",null,null,null,null) +B.MV=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView bodyLarge",null,null,null,null) +B.Kv=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView bodyMedium",null,null,null,null) +B.Na=new A.q(!0,B.z,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView bodySmall",null,null,null,null) +B.MZ=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView labelLarge",null,null,null,null) +B.MR=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView labelMedium",null,null,null,null) +B.Mq=new A.q(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteMountainView labelSmall",null,null,null,null) +B.NO=new A.dY(B.M5,B.Ns,B.N9,B.KE,B.N1,B.M_,B.Nw,B.L9,B.LG,B.MV,B.Kv,B.Na,B.MZ,B.MR,B.Mq) +B.hV=new A.ND(1,"longestLine") +B.hW=new A.pv("OK",null,null,null,null) +B.hX=new A.pv("CANCEL",null,null,null,null) +B.Qu=new A.aa2(0,"system") +B.NP=new A.B2(null) +B.a3=new A.ua(0,"clamp") +B.eB=new A.ua(1,"repeated") +B.eC=new A.ua(2,"mirror") +B.cd=new A.ua(3,"decal") +B.NQ=new A.B3(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.NR=new A.B4(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.b_=new A.i_(0,"beginArray") +B.hY=new A.i_(1,"endArray") +B.ce=new A.i_(2,"beginObject") +B.vU=new A.i_(3,"endObject") +B.NS=new A.i_(4,"name") +B.eD=new A.i_(5,"string") +B.au=new A.i_(6,"number") +B.NT=new A.i_(7,"boolean") +B.NU=new A.i_(8,"nullToken") +B.NV=new A.i_(9,"endDocument") +B.hZ=new A.NK(0.001,0.001) +B.NW=new A.NK(0.01,1/0) +B.NX=new A.B6(null,null,null,null,null,null,null,null,null) +B.i_=new A.NL(1,"longPress") +B.NY=new A.NL(2,"tap") +B.vV=new A.B8(0,"identity") +B.vW=new A.B8(1,"transform2d") +B.eE=new A.B8(2,"complex") +B.aM=new A.nj(0,"up") +B.aN=new A.nj(1,"right") +B.aO=new A.nj(2,"down") +B.aP=new A.nj(3,"left") +B.vZ=new A.O3(0,"closedLoop") +B.O3=new A.O3(1,"leaveFlutterView") +B.O6=A.bz("qe") +B.O7=A.bz("qx") +B.O8=A.bz("Fe") +B.O9=A.bz("bS") +B.Oa=A.bz("aju") +B.w0=A.bz("jl") +B.Ob=A.bz("azi") +B.Oc=A.bz("ip") +B.Od=A.bz("a_T") +B.Oe=A.bz("a_U") +B.Of=A.bz("is") +B.Og=A.bz("a29") +B.Oh=A.bz("a2a") +B.Oi=A.bz("a2b") +B.Oj=A.bz("aLm") +B.Ok=A.bz("cD>") +B.Ol=A.bz("iz") +B.w1=A.bz("iB") +B.w2=A.bz("ap7") +B.b0=A.bz("oM") +B.Om=A.bz("oZ") +B.On=A.bz("J") +B.i0=A.bz("iG") +B.Oo=A.bz("mO") +B.Op=A.bz("p7") +B.Oq=A.bz("p8") +B.Or=A.bz("akC") +B.w3=A.bz("hV") +B.Os=A.bz("pf") +B.Ot=A.bz("pj") +B.Ou=A.bz("u") +B.w4=A.bz("iT") +B.Ov=A.bz("aaC") +B.Ow=A.bz("ug") +B.Ox=A.bz("aaD") +B.Oy=A.bz("dt") +B.Oz=A.bz("al_") +B.w5=A.bz("iu") +B.OA=A.bz("Bh") +B.OB=A.bz("uq") +B.OC=A.bz("ly<@>") +B.w6=A.bz("iY") +B.OD=A.bz("azh") +B.OE=new A.Oa(0,"scope") +B.w7=new A.Oa(1,"previouslyFocusedChild") +B.OF=new A.cx(11264,55297,B.t,t.M) +B.OG=new A.cx(1425,1775,B.Q,t.M) +B.OH=new A.cx(1786,2303,B.Q,t.M) +B.OI=new A.cx(192,214,B.t,t.M) +B.OJ=new A.cx(216,246,B.t,t.M) +B.OK=new A.cx(2304,8191,B.t,t.M) +B.OL=new A.cx(248,696,B.t,t.M) +B.OM=new A.cx(55298,55299,B.Q,t.M) +B.ON=new A.cx(55300,55353,B.t,t.M) +B.OO=new A.cx(55354,55355,B.Q,t.M) +B.OP=new A.cx(55356,56319,B.t,t.M) +B.OQ=new A.cx(63744,64284,B.t,t.M) +B.OR=new A.cx(64285,65023,B.Q,t.M) +B.OS=new A.cx(65024,65135,B.t,t.M) +B.OT=new A.cx(65136,65276,B.Q,t.M) +B.OU=new A.cx(65277,65535,B.t,t.M) +B.OV=new A.cx(65,90,B.t,t.M) +B.OW=new A.cx(768,1424,B.t,t.M) +B.OX=new A.cx(8206,8206,B.t,t.M) +B.OY=new A.cx(8207,8207,B.Q,t.M) +B.OZ=new A.cx(97,122,B.t,t.M) +B.b1=new A.Oi(!1) +B.i2=new A.Ok(0,"triangles") +B.P_=new A.Ok(2,"triangleFan") +B.P0=new A.Ol(0,"up") +B.bk=new A.Ol(1,"down") +B.bD=new A.lp(0,0) +B.P1=new A.lp(-2,-2) +B.Qv=new A.ab6(0,"material") +B.al=new A.up(0,"forward") +B.eF=new A.up(1,"reverse") +B.P2=new A.Bw(0,"checkbox") +B.P3=new A.Bw(1,"radio") +B.P4=new A.Bw(2,"toggle") +B.P5=new A.Bx(0,"inside") +B.P6=new A.Bx(1,"higher") +B.P7=new A.Bx(2,"lower") +B.zE=new A.A(67108864) +B.Cm=A.a(s([B.zE,B.B]),t.t_) +B.P8=new A.iZ(B.Cm) +B.P9=new A.iZ(null) +B.bE=new A.BK(0,"ready") +B.Pe=new A.BK(1,"possible") +B.eG=new A.BK(2,"accepted") +B.ac=new A.uz(0,"initial") +B.bF=new A.uz(1,"active") +B.Pf=new A.uz(2,"inactive") +B.wc=new A.uz(3,"defunct") +B.wd=new A.BP(0) +B.Pm=new A.BU(1,"small") +B.Pn=new A.BU(2,"large") +B.i3=new A.BU(3,"extended") +B.i4=new A.uC(0,"ready") +B.eH=new A.uC(1,"possible") +B.we=new A.uC(2,"accepted") +B.wf=new A.uC(3,"started") +B.cf=new A.nq(0,"pressed") +B.cg=new A.nq(1,"hover") +B.wg=new A.nq(2,"focus") +B.Po=new A.adB(0,"standard") +B.af=new A.C5(0,"minWidth") +B.a5=new A.C5(1,"maxWidth") +B.Z=new A.C5(3,"maxHeight") +B.Pp=new A.uL(null,2) +B.wh=new A.eG(10,"accessibleNavigation") +B.Pq=new A.eG(11,"invertColors") +B.wi=new A.eG(12,"highContrast") +B.Pr=new A.eG(14,"boldText") +B.wj=new A.eG(15,"navigationMode") +B.Ps=new A.eG(16,"gestureSettings") +B.i5=new A.eG(2,"devicePixelRatio") +B.i6=new A.eG(3,"textScaleFactor") +B.wk=new A.eG(4,"platformBrightness") +B.de=new A.eG(5,"padding") +B.eI=new A.eG(6,"viewInsets") +B.Pt=new A.eG(8,"viewPadding") +B.i7=new A.ns(1/0,1/0,1/0,1/0,1/0,1/0) +B.Pu=new A.cJ(B.cR,B.bT) +B.dB=new A.oD(1,"left") +B.Pv=new A.cJ(B.cR,B.dB) +B.dC=new A.oD(2,"right") +B.Pw=new A.cJ(B.cR,B.dC) +B.Px=new A.cJ(B.cR,B.aV) +B.Py=new A.cJ(B.cS,B.bT) +B.Pz=new A.cJ(B.cS,B.dB) +B.PA=new A.cJ(B.cS,B.dC) +B.PB=new A.cJ(B.cS,B.aV) +B.PC=new A.cJ(B.cT,B.bT) +B.PD=new A.cJ(B.cT,B.dB) +B.PE=new A.cJ(B.cT,B.dC) +B.PF=new A.cJ(B.cT,B.aV) +B.PG=new A.cJ(B.cU,B.bT) +B.PH=new A.cJ(B.cU,B.dB) +B.PI=new A.cJ(B.cU,B.dC) +B.PJ=new A.cJ(B.cU,B.aV) +B.PK=new A.cJ(B.pS,B.aV) +B.PL=new A.cJ(B.pT,B.aV) +B.PM=new A.cJ(B.pU,B.aV) +B.PN=new A.cJ(B.pV,B.aV) +B.PP=new A.RZ(null) +B.PO=new A.S0(null) +B.PS=new A.pV(0,"moveTo") +B.PT=new A.pV(1,"lineTo") +B.PU=new A.pV(2,"cubicTo") +B.PV=new A.pV(3,"close") +B.i8=new A.fq(1,"add") +B.PW=new A.fq(10,"remove") +B.PX=new A.fq(11,"popping") +B.PY=new A.fq(12,"removing") +B.i9=new A.fq(13,"dispose") +B.PZ=new A.fq(14,"disposed") +B.Q_=new A.fq(2,"adding") +B.wl=new A.fq(3,"push") +B.wm=new A.fq(4,"pushReplace") +B.wn=new A.fq(5,"pushing") +B.Q0=new A.fq(6,"replace") +B.ch=new A.fq(7,"idle") +B.ia=new A.fq(8,"pop") +B.eJ=new A.fM(0,"body") +B.eK=new A.fM(1,"appBar") +B.ic=new A.fM(10,"endDrawer") +B.eL=new A.fM(11,"statusBar") +B.eM=new A.fM(2,"bodyScrim") +B.eN=new A.fM(3,"bottomSheet") +B.ci=new A.fM(4,"snackBar") +B.eO=new A.fM(5,"materialBanner") +B.id=new A.fM(6,"persistentFooter") +B.ie=new A.fM(7,"bottomNavigationBar") +B.eP=new A.fM(8,"floatingActionButton") +B.ig=new A.fM(9,"drawer") +B.Qw=new A.afB(1,"network") +B.m=new A.afC(0,"created") +B.eQ=new A.Dp(0,"leading") +B.eR=new A.Dp(1,"middle") +B.eS=new A.Dp(2,"trailing") +B.Q2=new A.Uy(0,"minimize") +B.Q3=new A.Uy(1,"maximize")})();(function staticFields(){$.cT=null +$.aU=A.aO("canvasKit") +$.ask=B.Af +$.bl=A.aO("_instance") +$.aye=A.E(t.N,A.a7("af")) +$.Ar=A.a([],A.a7("l>")) +$.Aq=A.a([],A.a7("l")) +$.aqz=!1 +$.aqI=!1 +$.aqF=null +$.dd=null +$.ata=0 +$.fO=null +$.alv=!1 +$.ke=A.a([],t.kZ) +$.aqJ=0 +$.agv=0 +$.lI=A.a([],A.a7("l")) +$.aig=A.a([],t.nx) +$.j3=null +$.aAF=A.aO("_instance") +$.a92=null +$.ar3=null +$.ar4=null +$.am6=A.a([],t.b) +$.kc=A.a([],t.u) +$.DZ=B.jK +$.W4=null +$.a2E=null +$.akm=null +$.atT=null +$.atO=null +$.apF=null +$.arP=null +$.aro=0 +$.alw=A.a([],t.no) +$.alH=-1 +$.alr=-1 +$.alq=-1 +$.alD=-1 +$.asv=-1 +$.akz=null +$.a0X=A.aO("_programCache") +$.ajT=0 +$.ajS=0 +$.a0W=null +$.ajU=null +$.yO=null +$.W2=null +$.e3=null +$.Ai=null +$.asl=null +$.a8C=A.E(A.a7("pw"),A.a7("u3")) +$.ah1=null +$.aso=-1 +$.asn=-1 +$.asp="" +$.asm="" +$.asq=-1 +$.E8=A.E(t.N,t.e) +$.as9=null +$.nB=!1 +$.DY=null +$.adR=null +$.q7=A.a([],t.V) +$.apL=null +$.a5K=0 +$.te=A.aH8() +$.anl=null +$.ank=null +$.ats=null +$.asP=null +$.atP=null +$.ahF=null +$.ai1=null +$.alU=null +$.aeW=A.a([],A.a7("l?>")) +$.v9=null +$.E_=null +$.E0=null +$.alB=!1 +$.ak=B.ad +$.asc=A.E(t.N,t.xd) +$.akV=A.a([],A.a7("l")) +$.aAb=A.aHA() +$.ajL=0 +$.HX=A.a([],A.a7("l")) +$.ap3=null +$.W6=0 +$.agG=null +$.alt=!1 +$.ff=null +$.lh=A.a([],A.a7("l")) +$.aEm=A.w(A.a7("pF")) +$.mM=null +$.mZ=null +$.cX=null +$.Mk=null +$.anT=0 +$.anS=A.E(t.S,t.I7) +$.ajq=A.E(t.I7,t.S) +$.a87=0 +$.l3=null +$.tS=null +$.akQ=null +$.bt=null +$.anh=null +$.alC=A.w(t.N) +$.ap_=0 +$.aB4=A.E(t.S,A.a7("ey")) +$.aAy=function(){var s=t.n +return A.a([A.a([0.001200833568784504,0.002389694492170889,0.0002795742885861124],s),A.a([0.0005891086651375999,0.0029785502573438758,0.0003270666104008398],s),A.a([0.00010146692491640572,0.0005364214359186694,0.0032979401770712076],s)],t.zg)}() +$.aAx=function(){var s=t.n +return A.a([A.a([1373.2198709594231,-1100.4251190754821,-7.278681089101213],s),A.a([-271.815969077903,559.6580465940733,-32.46047482791194],s),A.a([1.9622899599665666,-57.173814538844006,308.7233197812385],s)],t.zg)}() +$.xl=A.a([0.2126,0.7152,0.0722],t.n) +$.aAw=A.a([0.015176349177441876,0.045529047532325624,0.07588174588720938,0.10623444424209313,0.13658714259697685,0.16693984095186062,0.19729253930674434,0.2276452376616281,0.2579979360165119,0.28835063437139563,0.3188300904430532,0.350925934958123,0.3848314933096426,0.42057480301049466,0.458183274052838,0.4976837250274023,0.5391024159806381,0.5824650784040898,0.6277969426914107,0.6751227633498623,0.7244668422128921,0.775853049866786,0.829304845476233,0.8848452951698498,0.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776],t.n) +$.ayC=function(){var s=t.n +return A.a([A.a([0.41233895,0.35762064,0.18051042],s),A.a([0.2126,0.7152,0.0722],s),A.a([0.01932141,0.11916382,0.95034478],s)],t.zg)}() +$.YA=A.a([95.047,100,108.883],t.n) +$.as6=null +$.agE=null +$.pb=A.a([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],t.t) +$.k7=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) +$.aAI=A.a(["png","webp","jpeg"],t.s) +$.akS=null +$.aFQ=A.aO("_makeFont") +$.aFP=A.aO("_fontAxisValue") +$.aFR=A.aO("_makeFontWithOptions") +$.aFN=A.aO("_deleteFont") +$.aFS=A.aO("_makeGlyphPath") +$.aFT=A.aO("_shapeText") +$.aFO=A.aO("_deleteShapeResult") +$.aFM=A.aO("_breakLines")})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"aNK","c8",()=>A.aIl(A.ai(A.aob(self.window),"vendor"),B.c.ac8(A.azz(A.aob(self.window))))) +s($,"aOB","dN",()=>A.aIn()) +s($,"aKh","amf",()=>A.yB(8)) +s($,"aNO","Wx",()=>A.aqp(A.ajb(A.ag()))) +s($,"aOM","awC",()=>A.a([A.ai(A.any(A.ag()),"Upright"),A.ai(A.any(A.ag()),"Italic")],t.J)) +s($,"aON","awD",()=>A.a([A.ai(A.m_(A.ag()),"Thin"),A.ai(A.m_(A.ag()),"ExtraLight"),A.ai(A.m_(A.ag()),"Light"),A.ai(A.m_(A.ag()),"Normal"),A.ai(A.m_(A.ag()),"Medium"),A.ai(A.m_(A.ag()),"SemiBold"),A.ai(A.m_(A.ag()),"Bold"),A.ai(A.m_(A.ag()),"ExtraBold"),A.ai(A.m_(A.ag()),"ExtraBlack")],t.J)) +s($,"aOW","awJ",()=>A.a([A.ai(A.anC(A.ag()),"RTL"),A.ai(A.anC(A.ag()),"LTR")],t.J)) +s($,"aOT","awG",()=>A.a([A.ai(A.w_(A.ag()),"Left"),A.ai(A.w_(A.ag()),"Right"),A.ai(A.w_(A.ag()),"Center"),A.ai(A.w_(A.ag()),"Justify"),A.ai(A.w_(A.ag()),"Start"),A.ai(A.w_(A.ag()),"End")],t.J)) +s($,"aOX","awK",()=>A.a([A.ai(A.XW(A.ag()),"All"),A.ai(A.XW(A.ag()),"DisableFirstAscent"),A.ai(A.XW(A.ag()),"DisableLastDescent"),A.ai(A.XW(A.ag()),"DisableAll")],t.J)) +s($,"aOP","awE",()=>A.a([A.ai(A.vZ(A.ag()),"Tight"),A.ai(A.vZ(A.ag()),"Max"),A.ai(A.vZ(A.ag()),"IncludeLineSpacingMiddle"),A.ai(A.vZ(A.ag()),"IncludeLineSpacingTop"),A.ai(A.vZ(A.ag()),"IncludeLineSpacingBottom"),A.ai(A.vZ(A.ag()),"Strut")],t.J)) +s($,"aOQ","awF",()=>A.a([A.ai(A.anA(A.ag()),"Tight"),A.ai(A.anA(A.ag()),"Max")],t.J)) +s($,"aOZ","awL",()=>A.a([A.ai(A.aje(A.ag()),"Triangles"),A.ai(A.aje(A.ag()),"TrianglesStrip"),A.ai(A.aje(A.ag()),"TriangleFan")],t.J)) +s($,"aOK","amJ",()=>A.a([A.ai(A.ajb(A.ag()),"Difference"),A.aqp(A.ajb(A.ag()))],t.J)) +s($,"aOL","WB",()=>A.a([A.ai(A.anx(A.ag()),"Winding"),A.ai(A.anx(A.ag()),"EvenOdd")],t.J)) +s($,"aOJ","awB",()=>A.a([A.ai(A.XV(A.ag()),"Normal"),A.ai(A.XV(A.ag()),"Solid"),A.ai(A.XV(A.ag()),"Outer"),A.ai(A.XV(A.ag()),"Inner")],t.J)) +s($,"aOR","amL",()=>A.a([A.ai(A.ajc(A.ag()),"Butt"),A.ai(A.ajc(A.ag()),"Round"),A.ai(A.ajc(A.ag()),"Square")],t.J)) +s($,"aOO","amK",()=>A.a([A.ai(A.anz(A.ag()),"Fill"),A.ai(A.anz(A.ag()),"Stroke")],t.J)) +s($,"aOI","Ek",()=>A.a([A.ai(A.cu(A.ag()),"Clear"),A.ai(A.cu(A.ag()),"Src"),A.ai(A.cu(A.ag()),"Dst"),A.ai(A.cu(A.ag()),"SrcOver"),A.ai(A.cu(A.ag()),"DstOver"),A.ai(A.cu(A.ag()),"SrcIn"),A.ai(A.cu(A.ag()),"DstIn"),A.ai(A.cu(A.ag()),"SrcOut"),A.ai(A.cu(A.ag()),"DstOut"),A.ai(A.cu(A.ag()),"SrcATop"),A.ai(A.cu(A.ag()),"DstATop"),A.ai(A.cu(A.ag()),"Xor"),A.ai(A.cu(A.ag()),"Plus"),A.ai(A.cu(A.ag()),"Modulate"),A.ai(A.cu(A.ag()),"Screen"),A.ai(A.cu(A.ag()),"Overlay"),A.ai(A.cu(A.ag()),"Darken"),A.ai(A.cu(A.ag()),"Lighten"),A.ai(A.cu(A.ag()),"ColorDodge"),A.ai(A.cu(A.ag()),"ColorBurn"),A.ai(A.cu(A.ag()),"HardLight"),A.ai(A.cu(A.ag()),"SoftLight"),A.ai(A.cu(A.ag()),"Difference"),A.ai(A.cu(A.ag()),"Exclusion"),A.ai(A.cu(A.ag()),"Multiply"),A.ai(A.cu(A.ag()),"Hue"),A.ai(A.cu(A.ag()),"Saturation"),A.ai(A.cu(A.ag()),"Color"),A.ai(A.cu(A.ag()),"Luminosity")],t.J)) +s($,"aOS","amM",()=>A.a([A.ai(A.ajd(A.ag()),"Miter"),A.ai(A.ajd(A.ag()),"Round"),A.ai(A.ajd(A.ag()),"Bevel")],t.J)) +s($,"aOY","WC",()=>A.a([A.ai(A.XX(A.ag()),"Clamp"),A.ai(A.XX(A.ag()),"Repeat"),A.ai(A.XX(A.ag()),"Mirror"),A.ai(A.XX(A.ag()),"Decal")],t.J)) +s($,"aO2","awc",()=>{var q=A.yB(2) +q[0]=0 +q[1]=1 +return q}) +s($,"aOH","WA",()=>A.aJg(4)) +s($,"aOV","awI",()=>A.a([A.ai(A.Fg(A.ag()),"Solid"),A.ai(A.Fg(A.ag()),"Double"),A.ai(A.Fg(A.ag()),"Dotted"),A.ai(A.Fg(A.ag()),"Dashed"),A.ai(A.Fg(A.ag()),"Wavy")],t.J)) +s($,"aOU","awH",()=>A.a([A.ai(A.anB(A.ag()),"Alphabetic"),A.ai(A.anB(A.ag()),"Ideographic")],t.J)) +s($,"aKp","aui",()=>A.aCI()) +r($,"aKo","auh",()=>$.aui()) +r($,"aPa","aiS",()=>self.window.FinalizationRegistry!=null) +r($,"aLi","aiH",()=>{var q=t.S,p=t.t +return new A.Ix(A.azT(),A.E(q,A.a7("aKQ")),A.E(q,A.a7("aMW")),A.E(q,A.a7("jS")),A.w(q),A.a([],p),A.a([],p),$.ch().gkI(),A.E(q,A.a7("ck")))}) +s($,"aPf","q9",()=>{var q=A.a([A.Q("Noto Sans","https://fonts.gstatic.com/s/notosans/v27/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf","w|2m;4g|k7;oq|5;p0|6;p8|;pa|j;pv|1q;s0|8v;1s0|3j;59s|g;5mo|8;5ow|12;5q0|1;5q8|6x;5x7|7u;654|5;65c|11;66g|5;66o|7;66x|;66z|;671|;673|u;680|1g;69i|e;69y|d;6ae|5;6al|i;6b6|2;6ba|8;6bk|2s;6ee|b;6es|q;6fk|c;6g0|v;6i8|;6io|2n;6mc|;6mh|;6qa|;6qd|;7gs|;8rk|v;928|36;wu8|2n;wzk|5b;x4y|8;x6d|a;x80|9;xcw|v;xf2|;xtc|1n;1dkw|6;1e68|;1e74|f;1edb|;1ekc|1;")],t.Qg) +if(A.ahy().gRA())q.push(A.Q("Noto Color Emoji","https://fonts.gstatic.com/s/notocoloremoji/v24/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf","w|;z|;16|;1c|9;4p|;4u|;6bx|;6d8|;6dl|;6hv|;6jm|;6k9|;6ms|5;6nd|1;6xm|1;6y0|;72n|;73d|a;73s|2;79e|;7fu|1;7g6|;7gg|;7i3|3;7i8|4;7im|;7ip|;7is|1;7iw|;7j1|;7j4|;7j6|1;7ja|;7je|;7ji|1;7js|2;7k0|;7k2|;7k8|b;7kv|1;7kz|;7l1|1;7l4|;7ln|;7lq|1;7ma|5;7mh|;7mj|1;7mo|1;7mv|;7my|1;7n4|1;7nh|1;7no|1;7ns|;7ny|1;7o1|;7o3|1;7op|1;7ow|5;7p3|3;7p9|;7pe|;7ph|;7pk|5;7pr|;7pu|;7pw|;7py|;7q5|;7q9|;7qg|;7qr|1;7r8|;7rb|;7rg|;7ri|;7rn|2;7rr|;7s3|1;7th|2;7tt|;7u8|;7un|;850|1;8hx|2;8ij|1;8k0|;8k5|;9io|;9j1|;9zr|;9zt|;2pz8|;2q4v|;2q9c|1;2q9q|1;2qa6|;2qa9|9;2qcm|p;2qdd|1;2qe2|;2qen|;2qeq|8;2qfk|1;2qkg|x;2qlg|33;2qom|1;2qop|2;2qou|2a;2qr7|2;2qrb|7a;2qyn|1q;2r0p|5;2r0w|n;2r1r|1;2r1v|7;2r2f|;2r2i|3;2r2o|;2r2t|1;2r38|1;2r3c|;2r3l|1;2r3w|;2r42|2;2r4h|2;2r4s|2;2r4x|;2r4z|;2r54|;2r5b|;2r5f|;2r5m|2d;2r9c|1x;2rbf|7;2rbp|2;2rbw|9;2rc9|;2rcb|1;2rcg|;2rcj|9;2rj4|b;2rjk|;2rrg|1a;2rss|9;2rt3|54;2s1c|c;2s1s|8;2s28|19;2s3j|6;2s3y|d;2s4g|8;2s4w|8;jnzk|9;jo0x|p;jo1r|;mbqd|9;mcdo|;mcdq|9;")) +if(!A.ahy().gRA())q.push(A.Q("Noto Emoji","https://fonts.gstatic.com/s/notoemoji/v34/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf","w|;z|;16|;1c|9;4p|;4u|;6bx|;6d8|;6dl|;6hv|;6jm|;6k9|;6ms|5;6nd|1;6xm|1;6y0|;72n|;73d|a;73s|2;79e|;7fu|1;7g6|;7gg|;7i3|3;7i8|4;7im|;7ip|;7is|1;7iw|;7j1|;7j4|;7j6|1;7ja|;7je|;7ji|1;7js|2;7k0|;7k2|;7k8|b;7kv|1;7kz|;7l1|1;7l4|;7ln|;7lq|1;7ma|5;7mh|;7mj|1;7mo|1;7mv|;7my|1;7n4|1;7nh|1;7no|1;7ns|;7ny|1;7o1|;7o3|1;7op|1;7ow|5;7p3|3;7p9|;7pe|;7ph|;7pk|5;7pr|;7pu|;7pw|;7py|;7q5|;7q9|;7qg|;7qr|1;7r8|;7rb|;7rg|;7ri|;7rn|2;7rr|;7s3|1;7th|2;7tt|;7u8|;7un|;850|1;8hx|2;8ij|1;8k0|;8k5|;9io|;9j1|;9zr|;9zt|;1e6m|1;2pz8|;2q4v|;2q9c|1;2q9q|1;2qa6|;2qa9|9;2qcm|p;2qdd|1;2qe2|;2qen|;2qeq|8;2qfk|1;2qkg|x;2qlg|33;2qom|1;2qop|2;2qou|2a;2qr7|2;2qrb|7a;2qyn|1q;2r0p|5;2r0w|n;2r1r|1;2r1v|7;2r2f|;2r2i|3;2r2o|;2r2t|1;2r38|1;2r3c|;2r3l|1;2r3w|;2r42|2;2r4h|2;2r4s|2;2r4x|;2r4z|;2r54|;2r5b|;2r5f|;2r5m|2d;2r9c|1x;2rbf|7;2rbp|2;2rbw|9;2rc9|;2rcb|1;2rcg|;2rcj|9;2rj4|b;2rjk|;2rrg|1a;2rss|9;2rt3|54;2s1c|c;2s1s|8;2s28|19;2s3j|6;2s3y|d;2s4g|8;2s4w|8;jnzk|9;jo0x|p;jo1r|;mbqd|9;mcdo|;mcdq|9;")) +q.push(A.Q("Noto Sans Symbols","https://fonts.gstatic.com/s/notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6hp|3;6hu|2;6jm|;6lc|z;6md|3;6mi|1;6mo|9;6qa|;6ww|f;6xd|4;6xj|;6xo|3;6xu|1;6y1|1;6y4|9;70c|;70g|k;712|4;71r|;726|f;72o|b;736|6;76o|4f;7gs|;7ii|3;7ir|;7j8|b;7js|3;7jx|m;7l5|l;7m8|d;7mq|7;7n1|f;7ny|;7oi|t;7q5|4;7sm|t;84h|1;2q68|c;2q6o|2k;2q9c|w;2qaj|h;2r0m|3;2r0v|;2r68|;2rcw|37;")) +q.push(A.Q("Noto Sans Symbols 2","https://fonts.gstatic.com/s/notosanssymbols2/v17/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf","w|2n;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6hu|1;6jm|;6nj|;6p2|a;6pf|;6qa|;6qg|1;6u1|;6v8|2;6xi|;6xk|;6xm|1;6xw|4;6y3|;70b|;70d|2;710|;72m|1;73d|1;73h|2;73l|1h;75s|a;7fk|2x;7im|4;7is|f;7jk|7;7jw|;7kk|k;7lr|g;7mm|3;7my|2;7nh|g;7nz|i;7pc|4;7pi|3;7pn|h;7qa|5;7qh|y;7rh|;7rj|4;7rq|v;7tg|;7tk|n;7u9|d;7wg|73;875|;88v|;8a3|;8hs|d;8ia|t;8jx|12;8l2|v;8lz|2u;8ov|;fcw|1r;1ek9|2;1etc|26;1evk|c;1ew0|;1exc|19;1f4w|r;1heo|u;2k80|j;2k8w|2e;2kbk|o;2pz4|17;2q0g|2r;2q3k|e;2q41|e;2q4h|e;2q4x|10;2qkt|2;2ql1|;2ql8|;2qld|b;2qly|;2qns|;2qnx|;2qoj|c;2qp3|;2qp8|2;2qpu|;2qpw|;2qpy|;2qq2|4;2qqc|c;2qr1|;2qr5|2;2qr9|2;2qrs|;2qs5|;2qsf|;2qsm|;2qtb|;2qtd|1;2qti|3;2qto|2;2qtv|;2qui|;2qv1|;2qw3|;2qwg|;2qwj|;2qwp|;2qwr|;2qwv|;2qx4|3;2qxm|;2qxr|;2qxw|2;2qy2|3;2qyf|;2qyh|2;2qyl|1;2qyr|;2qyv|3;2qz1|;2qz6|1;2r0e|7;2r0q|;2r0w|15;2r23|p;2r2v|c;2r39|2d;2r80|1b;2r9j|;2r9p|;2r9t|;2r9w|;2ra0|;2ral|;2raq|;2rax|1;2rb0|;2rba|5;2rbh|2;2rbn|4;2rc0|a;2rcg|3;2rcn|5;2rgg|2g;2rj4|b;2rk0|b;2rkg|1j;2rm8|9;2rmo|13;2ro0|t;2row|1;2rsr|;2rt2|;2ry8|2b;2s0w|d;2s1c|4;2s1k|2;2s1s|6;2s28|o;2s34|6;2s3k|2;2s40|6;2s5c|42;2s9g|1i;2sc0|9;")) +q.push(A.Q("Noto Sans Adlam","https://fonts.gstatic.com/s/notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;17j|;18g|;60w|5;61q|;642|1;6c3|2;6c8|6;6cg|2;6cm|;6cw|;6d5|1;6dg|;6dr|;6gc|;6jm|;6qa|;7gs|;948|1;94x|;2olc|23;2onk|9;2ony|1;")) +q.push(A.Q("Noto Sans Anatolian Hieroglyphs","https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v14/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf","w|;4g|;6bv|;1s00|g6;")) +q.push(A.Q("Noto Sans Arabic","https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf","w|1;18|2;1c|a;4g|;4r|;57|;nj|;16o|s;17i|69;1g0|1b;1pc|k;1py|8;1qr|18;6bv|6;6dr|;7gs|;94x|;1dn4|35;1dqr|a4;1e1c|1r;1e36|1h;1e5s|d;1e9c|4;1e9i|3q;")) +q.push(A.Q("Noto Sans Armenian","https://fonts.gstatic.com/s/notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;10x|11;121|1d;13h|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6ck|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1dlf|4;")) +q.push(A.Q("Noto Sans Avestan","https://fonts.gstatic.com/s/notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;94g|1;1gqo|1h;1gs9|6;")) +q.push(A.Q("Noto Sans Balinese","https://fonts.gstatic.com/s/notosansbalinese/v23/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5c0|23;5e8|18;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Bamum","https://fonts.gstatic.com/s/notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;www|2f;1z40|fs;")) +q.push(A.Q("Noto Sans Bassa Vah","https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1zo0|t;1zow|5;")) +q.push(A.Q("Noto Sans Batak","https://fonts.gstatic.com/s/notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5hc|1f;5j0|3;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Bengali","https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;1vk|3;1vp|7;1vz|1;1w3|l;1wq|6;1wy|;1x2|3;1x8|8;1xj|1;1xn|3;1xz|;1y4|1;1y7|4;1ye|o;5ow|;5oy|;5p1|1;5p4|;5pd|;5pm|;5pp|;5pu|;5px|2;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;xdd|;")) +q.push(A.Q("Noto Sans Bhaiksuki","https://fonts.gstatic.com/s/notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf","w|;4g|;6bv|;7gs|;1k3k|8;1k3u|18;1k54|d;1k5s|s;")) +q.push(A.Q("Noto Sans Brahmi","https://fonts.gstatic.com/s/notosansbrahmi/v15/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf","w|;4g|;6bv|2;7gs|;1hq8|25;1hsi|t;1htr|;")) +q.push(A.Q("Noto Sans Buginese","https://fonts.gstatic.com/s/notosansbuginese/v17/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;54w|r;55q|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xjj|;")) +q.push(A.Q("Noto Sans Buhid","https://fonts.gstatic.com/s/notosansbuhid/v17/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4l1|1;4lc|j;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Canadian Aboriginal","https://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;3y8|hr;4vk|1x;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1ju8|f;")) +q.push(A.Q("Noto Sans Carian","https://fonts.gstatic.com/s/notosanscarian/v15/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf","w|;4g|;1f34|1c;")) +q.push(A.Q("Noto Sans Caucasian Albanian","https://fonts.gstatic.com/s/notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf","w|;4g|;lg|;mp|;7gs|;1e74|f;1flc|1f;1fn3|;")) +q.push(A.Q("Noto Sans Chakma","https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1ye|9;37k|9;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1hxc|1g;1hyu|h;")) +q.push(A.Q("Noto Sans Cham","https://fonts.gstatic.com/s/notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xkw|1i;xmo|d;xn4|9;xng|3;")) +q.push(A.Q("Noto Sans Cherokee","https://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;mb|1;me|2;mo|1;3vk|2d;3y0|5;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;xv4|27;")) +q.push(A.Q("Noto Sans Coptic","https://fonts.gstatic.com/s/notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jd|;jq|1;jt|;k8|5;lc|8;lm|2;lt|1;mb|;me|2;n3|;ny|;o1|;ok|1;rm|d;16t|;5vx|;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dv|;6dy|;6e0|1;6gc|;6jm|;6qa|;7gs|;8sg|37;8vt|6;93r|;94j|1;1e78|2;1f4w|r;")) +q.push(A.Q("Noto Sans Cuneiform","https://fonts.gstatic.com/s/notosanscuneiform/v15/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf","w|;4g|;1kw0|pl;1log|32;1lrk|4;1ls0|5f;")) +q.push(A.Q("Noto Sans Cypriot","https://fonts.gstatic.com/s/notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf","w|;4g|;1g5c|5;1g5k|;1g5m|17;1g6v|1;1g70|;1g73|;")) +q.push(A.Q("Noto Sans Deseret","https://fonts.gstatic.com/s/notosansdeseret/v15/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf","w|;4g|;1fcw|27;")) +q.push(A.Q("Noto Sans Devanagari","https://fonts.gstatic.com/s/notosansdevanagari/v24/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1s0|3j;5ow|12;5q0|1;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6i8|;6jm|;6qa|;7gs|;x80|9;xcw|v;")) +q.push(A.Q("Noto Sans Duployan","https://fonts.gstatic.com/s/notosansduployan/v16/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf","w|;4g|;6bw|1;7gs|;2fpc|2y;2fsg|c;2fsw|8;2ftc|9;2fto|7;")) +q.push(A.Q("Noto Sans Egyptian Hieroglyphs","https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v26/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf","w|;4g|;6bw|1;7gs|;1o1s|tq;")) +q.push(A.Q("Noto Sans Elbasan","https://fonts.gstatic.com/s/notosanselbasan/v15/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf","w|;4g|;53|;lh|;pd|g;pv|6;re|;rg|;ri|;7gs|;1fk0|13;")) +q.push(A.Q("Noto Sans Elymaic","https://fonts.gstatic.com/s/notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf","w|;4g|;1hpc|m;")) +q.push(A.Q("Noto Sans Georgian","https://fonts.gstatic.com/s/notosansgeorgian/v41/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;13d|;3a8|11;3bb|;3bh|;3bk|1b;5n4|16;5od|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gu|;6jm|;6qa|;8w0|11;8x3|;8x9|;")) +q.push(A.Q("Noto Sans Glagolitic","https://fonts.gstatic.com/s/notosansglagolitic/v15/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf","w|;4g|;lf|;lh|;w4|;w7|;8ow|1a;8q8|1a;wvj|;2mtc|6;2mtk|g;2mu3|6;2mub|1;2mue|4;")) +q.push(A.Q("Noto Sans Gothic","https://fonts.gstatic.com/s/notosansgothic/v15/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf","w|;4g|;lg|1;lk|;mp|;1f74|q;")) +q.push(A.Q("Noto Sans Grantha","https://fonts.gstatic.com/s/notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2ay|;2b9|;2cm|c;5ow|;5oy|1;5pu|2;5q0|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6i8|;6jm|;6qa|;7gs|;1ibk|3;1ibp|7;1ibz|1;1ic3|l;1icq|6;1icy|1;1id1|4;1id7|9;1idj|1;1idn|2;1ids|;1idz|;1ie5|6;1iee|6;1ieo|4;")) +q.push(A.Q("Noto Sans Gujarati","https://fonts.gstatic.com/s/notosansgujarati/v22/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;22p|2;22t|8;233|2;237|l;23u|6;242|1;245|4;24c|9;24n|2;24r|2;24w|;25c|3;25i|b;261|6;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|9;")) +q.push(A.Q("Noto Sans Gunjala Gondi","https://fonts.gstatic.com/s/notosansgunjalagondi/v15/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf","w|1;11|;13|8;1m|;1o|3;4g|;5z|;6v|;6bw|1;6c8|1;6cc|1;6cm|;6qa|;7gs|;1kdc|5;1kdj|1;1kdm|10;1keo|1;1ker|5;1kf4|9;")) +q.push(A.Q("Noto Sans Gurmukhi","https://fonts.gstatic.com/s/notosansgurmukhi/v25/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;1z5|2;1z9|5;1zj|1;1zn|l;20a|6;20i|1;20l|1;20o|1;20s|;20u|4;213|1;217|2;21d|;21l|3;21q|;21y|g;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;7jg|;x80|9;")) +q.push(A.Q("Noto Sans HK","https://fonts.gstatic.com/s/notosanshk/v21/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ab9|;abk|;abu|;abw|;ack|;acz|;ad6|;ad9|1;adv|;ady|;aed|;aen|;af0|;af5|;afc|;afz|;ag4|;ag6|;agr|;ah2|;aim|;aj5|;aj7|;ajd|;ajl|;ajx|;ak0|;ak2|;ak7|1;akk|;al3|1;ald|;alh|;alp|;am7|;am9|;amd|;amf|;ami|;amm|;amq|;amu|;amz|;an1|;anl|2;anv|;any|;ao9|;aoo|;aoq|;aoz|;ap1|;ap9|;aph|;apl|;apq|;apz|2;aq6|;aqn|;aqp|;are|;arl|;asa|;asl|;asq|;ass|;asw|1;at1|;at5|;at8|;atd|;atf|2;atj|1;atv|1;aty|;au5|;au9|1;aud|1;aut|;av5|;av7|;avc|;ave|;avh|;avw|;aw2|1;aw5|;awc|1;awg|;awi|1;awq|;aww|;awz|;axu|;ay7|;azb|;azk|;b09|;b0e|;b12|;b1u|;b20|;b23|;b2n|;b2x|;b34|;b3h|;b3q|;b3s|;b4z|;b5h|;b6o|;b7n|;b7w|;b81|;b84|;b96|;b9k|;b9w|;baf|;baq|;bb3|;bbh|;bc3|;bco|;bcw|;bd5|1;bde|;bdl|;bdn|;bdt|;bdw|;beg|;bfg|;bfm|;bfp|;bfw|;bg8|;bgb|;bge|;bgh|;bgj|;bgm|;bh3|1;bhl|1;bhw|;bij|;biq|;biv|;bj0|;bj2|;bja|1;bkn|;bl7|;blp|;bmm|;bmo|;bn4|;bn6|;bn9|;bnf|;bny|;bo9|;boi|;bor|;bp5|;bpe|;bq0|;bq8|;bqp|1;bqz|1;br4|;brp|1;brt|;bs1|;bss|;bsu|;bsy|;bt0|;btj|;btp|;bu4|;bua|2;bv1|;bv5|;bv9|;bvc|;bx0|;byj|;c0b|;c0d|;c0h|;c0m|;c0s|;c17|;c1b|;c2a|1;c2l|;c36|;c3f|;c3q|;c3w|;c3y|;c41|;c4f|;c4i|;c4p|1;c4v|;c51|;c59|;c5h|;c5k|;c5m|;c5r|;c5t|;c6d|;c6l|;c6s|;c73|;c7a|1;c7d|;c7g|1;c7n|;c7v|;c87|1;c8b|;c8j|1;c8n|;c8s|1;c92|;cao|;car|;caw|;cb9|;cc4|;cdk|2;cdp|;cdt|;ce0|;ce7|;cea|;cef|;cei|;cek|;ceo|1;ceu|1;cey|1;cf2|;cf5|1;cfb|;cfd|;cff|1;cfk|;cfn|1;cfu|;cfw|;cfz|1;cg4|;cg6|1;cge|;cib|;cig|1;cir|;cjg|;ck3|;clc|;clk|;clz|;cm4|;cmd|;cml|;cmx|1;cn8|;cnd|;cnx|;cop|;cp1|;cpf|;cpj|;cpu|;cpx|;cq2|;cq7|;cq9|;crs|;cs4|;csb|;csf|;cso|;ct4|;ctb|;cu0|;cu2|;cua|2;cuh|;cum|;cvl|1;cx3|;cx8|;cxa|;cxo|;cxr|;cxt|;cy8|;cz6|;czo|;czu|;czz|;d0b|;d0t|;d0v|;d15|;d1t|;d2b|;d34|;d40|;d4a|;d4m|;d4q|;d58|;d5g|;d5u|;d6d|;d6h|;d6k|;d84|;d8b|1;d8q|;d9n|;dbi|;dcn|;dcq|;ddm|;ddt|;deh|;den|;df1|;df4|;df6|;dfl|1;dg3|;dgl|;dgt|;diy|;djj|;djl|;djz|1;dk2|;dkg|;dkn|;dkt|;dkw|;dkz|;dl1|;dla|;dlp|2;dlt|;dlw|;dm1|3;dmc|;dmr|1;dmx|;dmz|;dna|;dnf|;dnh|;dnr|;dny|;do3|;do6|;dob|;dod|;dof|;doj|;dox|1;dp1|;dp4|;dp8|;dpd|1;dpm|;dpp|;dpz|1;dqd|;dra|;drn|;dsq|;dt5|1;dtv|;dty|;du7|;dud|;duf|;dwb|;dx6|;dxc|;dy9|;dym|;dyz|;dzj|1;e0l|;e0n|;e1f|;e1k|;e2e|;e2s|;e32|1;e4c|;e54|;e5i|;e6t|;e7h|;e7o|;e80|;e8b|;e9j|;eal|;eb5|;ecb|;ect|1;eds|;ee5|;eel|;eer|;eey|;efa|;efl|;efy|;eg5|;ega|;egd|;egf|1;egl|;egs|;egu|;eh1|;ehd|;ehf|;ehx|;ei2|;eia|;eix|;ejl|;ejr|;elb|;elh|;elj|;emn|;en1|;en8|;enp|;eqe|;eqs|;er8|;erc|;es1|;esk|;etb|;ets|;eu1|;eu8|;euk|;euv|;ewf|1;ewi|;ewr|;ewu|;exa|;exc|;exf|;exi|1;exp|;eyl|1;eyo|;f0k|;f0n|;f0u|;f1u|;f23|;f26|;f28|;f2f|;f2v|;f2z|;f3h|;f3r|;f3v|;f3x|;f41|;f45|;f50|;f5a|;f5c|;f5j|;f65|;f6p|1;f71|;f7r|;f7t|;f80|;f90|;fau|1;fbd|;fbl|;fbw|;feo|1;fer|1;fev|a;ff8|2;ffc|2;ffg|;ffi|1;ffl|1;ffo|;ffq|;ffs|;ffu|9;fg6|3;fgb|2;fgf|;fgi|1;fgl|;fgn|2;fgr|;fgt|2;fgy|1;fh2|;fh4|7;fhl|1;fhv|;fi0|;fi6|b;fij|3;fip|4;fiw|3;fj2|8;fjc|;fjf|3;fjn|;fjq|1;fjt|3;fjz|5;fk6|5;fkd|1;fkk|6;fks|3;fkx|;fkz|2;fl4|3;fla|;flc|8;fln|;flp|;flr|6;fm0|3;fm5|8;fmf|3;fml|;fmq|;fmw|1;fn0|1;fn3|1;fn6|2;fna|9;fnl|2;fnp|4;fnv|p;fon|;fop|3;fou|2;foy|p;fpp|;fpr|3;fpw|4;fq2|4;fqa|;fqg|;fqj|;fqm|2;fqq|5;fqx|2;fr1|;fr3|6;frb|a;frn|1;frq|b;fs4|1;fsc|;fse|c;fst|1;fsw|;fsz|;ft1|4;ft7|4;ftd|b;ftq|5;ftx|c;fub|2;fuf|;fuj|1;fuo|1;fur|;fut|a;fv5|;fv7|;fv9|3;fve|c;fvs|8;fw2|5;fwa|;fwd|;fwg|3;fwl|;fwn|1;fwr|3;fww|2;fx0|2;fx4|6;fxe|1;fxi|;fxo|c;fy2|5;fy9|1;fyc|7;fyl|4;fyr|4;fyx|2;fz1|;fz3|2;fz7|7;fzg|5;fzn|3;fzs|1;fzv|j;g0g|5;g0n|1;g0q|;g0s|;g0v|3;g10|2;g15|2;g19|1;g1c|5;g1j|6;g1r|2;g1v|6;g23|2;g29|1;g2c|3;g2h|a;g2t|;g2v|7;g35|;g38|5;g3g|;g3k|;g3m|;g3q|4;g3x|;g3z|;g41|7;g4a|;g4c|;g4e|;g4g|;g4i|;g4k|1;g4n|1;g4q|2;g4u|;g4w|9;g58|2;g5f|h;g5z|1;g63|7;g6c|;g6l|;g6o|1;g6r|3;g6w|2;g70|2;g74|3;g79|7;g7i|;g7k|3;g7q|1;g7w|5;g84|6;g8e|;g8g|8;g8q|2;g8x|;g8z|1;g92|1;g95|6;g9e|;g9g|3;g9l|9;ga0|7;gaa|3;gaf|6;gan|5;gav|6;gb3|2;gb7|1;gba|5;gbj|2;gbn|1;gbq|;gbs|6;gc5|;gc9|;gcb|1;gce|;gcg|3;gcl|;gcn|;gcp|;gcs|1;gcw|3;gd1|4;gd7|;gd9|7;gdi|;gdl|;gdn|;gdr|2;gdv|2;gdz|5;ge6|1;ge9|;ged|1;geg|3;gel|5;get|2;gex|1;gf0|1;gf3|5;gfb|;gfe|;gfg|1;gfj|5;gfr|2;gfv|a;gg7|3;ggc|2;ggh|3;ggn|;ggq|;ggs|5;ggz|1;gh2|1;gh5|;gh8|9;ghj|2;ghn|4;ghu|;ghw|;gi2|;gi6|1;gia|2;gie|4;gik|4;giq|;gis|a;gj4|;gj6|;gj8|;gja|;gjd|;gjf|;gjl|2;gjp|;gjs|5;gk0|2;gk4|;gk6|5;gkf|7;gko|b;gl1|3;gl7|1;gla|;gld|;glf|1;gli|e;gly|;gm0|9;gmb|m;gmz|8;gn9|3;gne|5;gno|;go0|d;gof|9;goq|8;gp0|4;gp7|d;gpm|;gpo|;gpq|;gps|k;gqe|j;gqz|5;gra|;gre|;gri|;grk|b;grx|2;gs1|2;gs7|1;gsa|3;gsf|;gsh|j;gt3|1;gt6|;gta|;gtf|;gth|3;gtm|f;gu3|1;gu6|3;gub|8;gul|6;gut|2;gv0|3;gv5|5;gvd|2;gvl|2;gvp|2;gvt|;gvv|9;gw6|f;gwo|2;gws|1;gwv|;gwx|d;gxc|5;gxl|3;gxr|w;gyp|9;gz0|;gz2|4;gz9|2;gzd|9;gzo|2;gzs|1;gzw|b;h0b|8;h0l|;h0n|;h0p|1;h0s|4;h0y|9;h19|6;h1h|1;h1k|2;h1o|4;h1u|2;h1z|3;h25|1;h28|6;h2g|c;h2u|6;h32|9;h3d|7;h3m|1;h3p|;h3r|3;h3w|3;h41|;h44|4;h4a|5;h4h|6;h4p|;h4s|7;h51|1;h54|5;h5d|;h5f|1;h5i|1;h5m|1;h5p|5;h5w|1;h5z|;h62|1;h65|4;h6f|;h6h|2;h6l|;h6n|5;h6v|6;h76|4;h7c|;h7e|6;h7m|1;h7s|2;h7w|4;h82|2;h8b|;h8d|6;h8l|2;h8p|9;h90|;h93|;h97|;h9b|;h9d|1;h9g|;h9i|5;h9p|;h9r|8;ha2|6;haa|1;hag|;hai|3;han|1;har|2;hav|e;hbb|;hbe|;hbi|;hbn|3;hbs|7;hc1|3;hc6|2;hcb|1;hce|2;hci|;hck|1;hcn|;hcs|b;hd5|;hd8|i;hds|e;he8|;hea|;hec|;heg|1;hej|3;heo|a;hf0|f;hfh|;hfj|1;hfo|;hfr|8;hg1|4;hg7|8;hgi|3;hgo|1;hgr|2;hgv|;hgx|5;hh5|a;hhh|6;hhq|6;hhy|;hi0|2;hi4|5;hib|;hid|7;him|3;hir|;hit|1;hiy|5;hj5|1;hj9|4;hjf|;hji|8;hjs|8;hk2|2;hk7|2;hkb|1;hkf|1;hki|2;hkp|6;hky|5;hl6|;hl8|3;hld|1;hlg|3;hll|1;hlo|1;hlr|1;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmc|;hmf|1;hmk|;hmm|;hmo|;hms|1;hmv|3;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|2;hnp|;hnr|;hnt|5;ho0|9;hob|a;hop|1;hot|3;hoy|2;hp2|4;hp9|b;hpo|;hpq|j;hqb|h;hqu|;hqw|6;hr4|1;hr7|3;hrc|r;hs9|4;hsf|;hsh|2;hsl|7;hsu|3;hsz|2;ht3|;ht5|5;htf|;hth|4;hto|2;hts|a;hu4|1;hu8|u;hv4|1;hvb|8;hvl|3;hvq|;hvs|;hvu|2;hvy|9;hw9|9;hwk|3;hwp|3;hwu|m;hxi|9;hxt|;hxv|;hxx|h;hyg|6;hyo|;hyq|9;hz1|2;hz5|2;hz9|;hzb|2;hzf|2;hzj|2;hzn|4;hzt|2;hzx|4;i03|5;i0a|6;i0i|;i0k|;i0o|;i0s|5;i0z|5;i16|7;i1f|5;i1m|3;i1r|;i1u|4;i20|1;i23|3;i28|8;i2i|3;i2n|6;i2v|2;i2z|1;i32|2;i36|1;i39|a;i3m|6;i3u|;i3w|2;i40|;i43|6;i4f|8;i4q|4;i4w|9;i57|;i5a|e;i5q|5;i5x|1;i60|;i62|;i67|;i69|;i6b|2;i6f|f;i6y|;i70|;i72|2;i76|3;i7c|;i7e|;i7g|;i7k|1;i7n|;i7r|5;i7y|3;i84|d;i8j|3;i8o|1;i8s|2;i8w|;i8y|3;i93|3;i98|3;i9d|;i9f|1;i9k|4;i9q|;i9v|;i9x|1;ia0|5;ia7|6;iah|1;iak|l;ib7|;ib9|3;ibe|;ibl|1;ibq|6;iby|d;ice|1;icl|;ico|2;ics|5;id0|5;id7|2;idb|2;idi|1;idn|7;idw|7;ie5|3;iea|7;iek|;iem|c;if0|7;if9|7;ifi|;ifk|2;ifp|2;ift|;ifv|;ify|;ig2|1;ig5|;ig7|2;igb|1;igf|3;igk|;ign|b;ih0|7;ih9|1;ihe|3;ihj|;ihl|1;iho|6;ihw|;ihz|b;iic|6;iik|1;iio|3;iiu|1;iix|;iiz|;ij1|;ij3|;ij5|1;ij8|4;ijf|;ijh|5;ijp|3;ijv|;ijy|;ik0|5;ik7|;ik9|;ikd|2;iki|2;ikm|;ikp|3;iku|;ikx|1;il0|7;il9|;ilb|6;ilk|1;iln|;ilp|1;ilv|1;ily|2;im5|1;im8|5;img|;imi|5;imr|2;imv|2;imz|8;ina|a;inm|4;ins|8;io2|2;io6|7;iof|;ioi|;iol|2;iop|3;iow|;ioy|6;ip6|4;ipc|9;ipp|1;ipt|1;ipw|a;iq8|j;iqt|4;ir0|;ir2|1;ir5|3;ira|6;iri|1;irl|1;iro|1;irr|1;iru|5;is2|3;is7|1;isa|1;isd|;isf|;isi|7;ist|1;isw|1;isz|;it1|3;it6|2;itc|;itf|3;itk|9;itw|;ity|3;iu4|2;iu9|4;iuf|;iuh|4;iun|5;iuu|3;iuz|8;iv9|7;ivk|2;ivq|3;ivv|1;ivy|3;iw4|b;iwh|1;iwl|2;iwp|c;ix5|;ix8|1;ixb|3;ixg|5;ixn|;ixp|4;ixv|2;iy0|;iy2|1;iy5|2;iy9|;iyb|2;iyf|1;iyi|1;iyl|;iyn|1;iyx|e;izd|5;izk|f;j01|4;j07|;j09|;j0b|;j0g|7;j0p|4;j0w|;j0y|3;j14|3;j19|2;j1e|e;j1u|;j1x|;j1z|;j26|3;j2b|7;j2k|2;j2o|;j2q|;j2s|3;j2y|6;j36|2;j3a|2;j3k|h;j43|c;j4h|;j4j|2;j4n|d;j52|3;j5c|h;j5v|d;j6a|4;j6g|5;j6n|1;j6q|1;j6v|2;j6z|1;j72|2;j76|;j78|;j7a|1;j7f|;j7h|5;j7o|c;j82|4;j88|g;j8q|2;j8u|9;j95|1;j98|2;j9c|3;j9j|;j9l|5;j9s|6;ja0|5;ja7|;ja9|1;jac|;jaf|j;jb0|;jb2|5;jb9|8;jbj|1;jbn|;jbq|;jbs|;jbu|;jby|2;jc2|9;jcd|1;jcg|2;jcl|c;jcz|1;jd3|3;jd8|2;jdc|2;jdg|2;jdl|2;jdr|6;jdz|;je1|5;je8|;jea|2;jee|1;jeh|1;jel|6;jeu|8;jf4|4;jfc|4;jfi|;jfk|6;jfs|;jfx|7;jg6|1;jg9|h;jgs|;jgu|a;jh9|;jhg|;jhi|;jhk|9;jhv|3;ji0|1;ji3|4;ji9|r;jj3|;jj9|;jjf|o;jk7|2;jkb|6;jkj|3;jko|;jl4|7;jld|d;jls|h;jmc|6;jml|;jms|1;jmv|2;jmz|7;jn9|8;jnj|6;jnr|b;jo4|;jo6|3;job|a;jon|a;jp5|;jp9|1;jpc|j;jpx|m;jql|9;jqw|1;jqz|1;jr2|;jra|1;jrd|7;jrm|6;jru|2;jry|a;jsa|6;jsi|9;jst|4;jsz|;jt7|;jt9|1;jtc|4;jtk|9;jtx|4;ju3|i;jun|;juq|;jut|;juv|6;jv3|4;jv9|5;jvg|4;jvm|4;jvt|;jvv|9;jw6|;jwb|a;jwn|;jwp|2;jwt|3;jwy|2;jx2|5;jx9|;jxc|d;jxr|5;jxz|1;jy2|7;jyb|1;jye|1;jyh|1;jyk|5;jyr|6;jyz|b;jzd|7;jzm|7;jzv|;jzx|2;k01|;k03|;k05|1;k08|2;k0d|;k0f|;k0h|;k0j|7;k0s|3;k0y|6;k16|3;k1b|;k1e|a;k1r|a;k23|1;k28|2;k2c|3;k2h|;k2j|7;k2s|1;k2v|1;k2y|2;k32|2;k36|1;k39|4;k3f|4;k3l|5;k3v|9;k46|1;k4a|1;k4d|6;k4l|1;k4o|1;k4s|9;k56|3;k5b|1;k5e|j;k60|;k64|c;k6j|;k6l|9;k6x|1;k75|4;k7b|6;k7j|;k7l|2;k7r|;k7t|f;k8a|2;k8e|6;k8m|8;k8w|;k90|a;k9c|2;k9g|6;k9p|;k9r|3;k9w|;ka0|3;ka5|e;kal|3;kas|;kau|9;kb6|;kba|;kbc|6;kbk|;kbn|1;kbq|3;kbv|3;kc0|4;kc6|3;kcc|;kce|7;kco|8;kcy|7;kd7|;kd9|6;kdh|3;kdm|4;kdt|;kdv|3;ke0|7;kec|5;kej|6;ker|;ket|2;kex|1;kf0|6;kfb|;kfe|l;kg1|6;kg9|;kgb|a;kgn|3;kgs|1;kgv|1;kh0|;kh8|;kha|d;khr|7;ki0|c;kie|9;kiq|5;kix|h;kjg|;kji|6;kjx|;kk0|;kk2|2;kk6|2;kka|8;kkl|1;kko|3;kkt|2;kkx|d;klc|h;klv|3;km5|;kmd|;kmj|;kml|2;kmp|1;kms|5;kmz|h;knj|5;knq|2;knv|2;knz|5;ko6|g;kop|;kot|;kox|;koz|b;kpc|8;kpm|;kpo|5;kpv|1;kpy|6;kq6|f;kqo|l;krb|4;krp|;kru|;krw|;krz|1;ks2|7;ksb|b;kso|4;ksu|1;ksx|16;ku8|;kua|1;kud|1;kui|;kul|1;kuo|1;kur|9;kv2|p;kvt|;kvv|9;kw6|;kw9|8;kwj|3;kwp|;kwx|1;kx0|5;kx7|3;kxd|3;kxi|n;ky7|;ky9|;kyb|e;kyr|;kyt|4;kyz|2;kz6|3;kzc|9;kzn|6;kzv|g;l0d|e;l0t|;l0v|;l0x|;l10|;l12|;l16|;l1a|7;l1j|;l1l|1;l1o|b;l21|f;l2j|4;l2p|a;l31|1;l36|1;l39|8;l3j|2;l3n|1;l3s|9;l45|;l47|1;l4a|2;l4e|3;l4j|;l4m|;l4o|4;l4w|;l4y|3;l54|3;l5b|4;l5i|4;l5p|1;l5s|1;l5v|;l5x|;l60|;l64|1;l67|;l69|e;l6p|2;l6t|9;l74|2;l78|3;l7d|;l7f|1;l7i|9;l7u|;l7x|;l7z|;l82|;l84|;l86|5;l8e|6;l8m|;l8o|2;l8s|3;l8x|;l90|5;l97|;l9a|2;l9e|5;l9m|1;l9p|3;l9u|1;l9x|2;la2|;la4|1;la7|2;lab|a;lan|1;laq|2;lau|2;lay|2;lb2|;lb4|4;lba|2;lbe|2;lbj|1;lbm|1;lbr|f;lc8|1;lcb|2;lcf|2;lcj|3;lco|5;lcv|2;lcz|5;ld6|2;lda|d;ldp|6;ldy|;le1|7;lea|;lec|1;lef|a;let|6;lf1|9;lfc|3;lfh|j;lg2|4;lg8|5;lgf|;lgi|;lgq|a;lh2|h;lhl|e;li1|a;lid|;lif|c;lit|;lix|;lj3|j;ljq|5;ljx|3;lk2|;lk4|u;lla|;llj|5;llq|c;lm4|6;lmc|10;lne|;lno|1;lnu|2;lny|1;lo1|4;lo7|9;loi|;lok|9;lov|n;lpk|f;lq1|5;lq8|;lqa|3;lqi|;lqn|;lqt|;lqw|5;lr3|n;lrs|9;ls3|4;ls9|2;lsd|s;lt7|;lta|1;ltd|3;lti|3;lto|;lty|;lu0|1;lu3|;lu5|3;lua|2;lue|h;luy|1;lv2|14;lw8|5;lwi|;lwo|1;lwr|4;lwx|1;lx0|r;lxu|8;ly4|;ly6|9;lyh|o;lz7|1;lzi|a;lzu|a;m06|1;m09|7;m0i|2;m0m|c;m10|a;m1c|;m1e|5;m1p|p;m2g|c;m2u|9;m37|2;m3c|c;m3q|3;m3v|7;m44|;m46|2;m4a|2;m4e|3;m4j|4;m4p|6;m4x|;m50|g;m5i|6;m5r|6;m5z|5;m66|8;m6g|5;m6o|2;m6s|4;m6y|i;m7i|3;m7o|6;m7w|3;m81|5;m89|2;m8e|1;m8h|5;m8o|2;m8v|2;m8z|4;m95|;m97|6;m9f|2;m9j|7;m9s|;m9w|4;ma2|g;mak|6;mas|;mb3|2;mb7|d;mbm|;mbo|2;mbt|5;mc0|;mc3|;mc7|;mc9|a;mcl|1;mco|1;mcr|1;mcu|8;md6|1;mda|;mdc|7;mdl|b;mdy|4;me4|g;mem|;meo|8;mey|4;mf4|2;mf8|6;mfg|;mfi|4;mfo|;mfq|f;mg7|3;mgc|1;mgf|6;mgn|3;mgs|f;mha|4;mhg|2;mhk|5;mhr|3;mhw|4;mi3|3;mi8|2;mic|2;mig|1;mij|8;mit|2;mix|1;mj0|4;mj7|4;mjd|2;mjh|2;mjm|c;mk0|;mk5|1;mk8|3;mkd|5;mkk|;mkm|6;mkv|1;mky|1;ml1|e;mli|1;mll|1;mlo|;mlq|2;mlu|2;mly|3;mm3|7;mmc|5;mmj|d;mmy|1;mn1|2;mn5|9;mng|4;mnm|;mno|1;mnu|;mnx|;mnz|7;mo9|5;mog|2;mok|;mom|4;mos|;mov|5;mp2|;mp4|3;mpf|1;mpi|c;mpw|;mpz|1;mq2|2;mq7|4;mqe|3;mqj|3;mqq|1;mqt|9;mr4|c;mri|7;mrs|2;mrw|6;ms7|4;msd|5;msl|7;msu|a;mt6|i;mtq|1;mtu|6;mu4|6;muc|9;muq|a;mv2|2;mv6|e;mvm|c;mw0|b;mwd|2;mwj|q;mxd|1;mxg|3;mxl|d;my0|i;myk|;myn|o;mzd|c;mzr|f;n09|1;n0c|7;n0l|8;n0w|;n0y|;n10|1;n13|a;n1f|8;n1p|;n1r|3;n1w|7;n25|6;n2d|1;n2g|;n2i|2;n2n|1;n2r|m;n3g|;n3i|;n3k|2;n3o|4;n3v|;n3x|3;n42|3;n47|1;n4b|f;n4s|3;n4x|1;n51|1;n54|d;n5j|4;n5p|3;n5u|;n5y|2;n62|5;n69|;n6b|2;n6h|4;n6n|1;n6q|5;n6y|6;n76|;n7a|4;n7h|3;n7n|1;n7q|1;n7u|8;n84|1;n88|2;n8d|1;n8i|3;n8n|;n8q|1;n8w|6;n94|d;n9j|1;n9m|8;n9w|1;n9z|d;nae|1;nal|;nan|k;nbb|6;nbj|2;nbn|3;nbt|g;ncc|1;ncf|6;nco|;ncq|3;ncw|;ncy|1;nd2|3;nd8|8;ndi|4;ndo|;ndr|3;ndw|3;ne1|1;ne4|a;neg|7;nep|1;nes|;neu|5;nf2|2;nf6|1;nf9|1;nfd|5;nfl|;nfo|2;nfu|1;nfx|3;ng4|1;ng7|1;nga|1;ngd|2;ngi|4;ngo|2;ngs|2;ngy|2;nh2|;nh5|6;nhd|;nhf|4;nhl|1;nho|9;nhz|5;ni6|;ni9|;nib|2;nif|5;nim|5;nit|;nix|2;nj1|3;nj6|7;njf|;njh|;njj|;njl|d;nk0|;nk3|4;nka|5;nki|;nkk|2;nko|4;nku|5;nl1|a;nle|;nlj|e;nlz|2;nm3|4;nm9|;nmb|;nmd|;nmf|c;nmt|;nmv|1;nmy|3;nn3|8;nnd|6;nnm|3;nnr|;nnt|7;no3|2;no7|7;nog|;noi|1;nol|4;nos|8;np3|7;npe|1;nph|1;npk|1;npo|8;nq0|;nq4|7;nqd|g;nqv|2;nr0|1;nr6|3;nrb|7;nrk|4;nrw|2;ns0|;ns2|;ns4|2;ns8|9;nsp|3;nsu|3;nsz|6;nt8|3;ntd|;ntf|7;ntq|7;ntz|6;nu7|5;nue|;nug|4;num|;nup|;nur|2;nuv|e;nvb|1;nve|1;nvh|8;nvr|3;nvw|9;nw7|;nw9|6;nwh|1;nwk|2;nwp|;nws|;nwu|;nww|4;nx3|;nx5|;nx7|3;nxd|;nxf|c;nxt|5;ny0|a;nyc|8;nyn|m;nzb|4;nzh|;nzk|4;nzt|1;nzw|7;o06|2;o0a|1;o0d|g;o0v|3;o10|a;o1c|4;o1i|5;o1p|4;o1w|2;o20|a;o2c|2;o2g|;o2k|4;o2q|2;o2u|1;o2x|5;o35|;o38|;o3a|2;o3e|1;o3k|;o3m|4;o3s|;o3u|4;o40|5;o47|5;o4e|2;o4i|;o4m|;o4o|;o4q|8;o53|;o55|7;o5f|b;o5w|;o5y|2;o62|2;o67|3;o6d|;o6f|2;o6j|3;o6o|2;o6s|2;o6w|3;o71|4;o77|9;o7j|a;o7y|2;o82|1;o88|4;o8e|a;o8q|2;o8u|7;o93|4;o9b|;o9d|;o9f|;o9k|5;o9r|1;o9u|5;oa1|2;oa5|2;oae|1;oah|8;oas|2;oaw|4;ob2|6;obc|3;obh|3;obm|j;oc8|1;ocb|;ocg|;oci|g;od0|2;od4|;odc|7;odl|;odo|c;oe3|;oea|;oec|1;oef|1;oei|8;oes|9;of4|4;ofg|3;ofl|1;ofo|1;ofr|2;ofy|;og0|1;og4|3;og9|3;oge|2;ogk|1;ogo|k;ohc|4;ohj|c;ohx|2;oi1|9;oid|;oih|;oij|8;oit|8;oj4|;oj7|;oj9|;ojb|2;ojf|5;ojm|3;ojr|3;ojw|1;ok0|1;ok3|1;ok6|1;ok9|4;okf|1;okj|4;okp|7;oky|3;ol4|9;olf|3;olk|2;olo|2;olt|1;olw|4;om4|;om6|1;om9|2;omd|3;omk|;omm|1;omp|4;omw|7;on6|1;on9|;onb|7;onk|7;ont|1;onw|4;oo2|;oo6|2;ooa|;ooc|d;oor|3;oow|y;opx|;oq0|1;oq3|1;oq6|5;oqd|1;oqg|f;oqy|;or1|9;orc|;ore|5;orl|2;orq|5;orx|6;os9|4;osf|2;osj|3;oso|1;osr|4;osx|6;ot8|8;oti|f;otz|b;ouc|3;ouh|7;ouq|2;ouv|a;ov7|7;ovg|;ovi|9;ovt|5;ow3|;ow7|g;owq|b;ox3|;ox5|2;ox9|s;oy4|;oy8|c;oym|5;oyt|;oyv|9;oz6|g;ozq|2;ozu|5;p01|b;p0f|;p0k|;p0s|;p16|;p1j|;p1r|;p27|;p3a|;p4m|4;p4t|4;p4z|2;p53|e;p5k|;p5n|6;p5v|;p5x|9;p68|3;p6d|a;p6r|;p6t|a;p75|6;p7e|4;p7k|9;p7w|n;p8l|;p8n|;p8p|9;p90|1;p93|;p97|8;p9h|g;p9z|h;paj|7;pas|5;paz|6;pb8|2;pbc|2;pbg|;pbi|3;pbn|4;pbt|;pbv|4;pc3|;pc6|2;pca|;pcf|3;pck|;pcm|;pco|;pcq|4;pcx|3;pd2|1;pd8|;pdb|4;pdh|4;pdp|3;pdu|;pdw|3;pe1|3;pe7|1;pea|1;ped|1;peg|5;pen|;pep|2;pet|;pev|;pex|2;pf1|2;pf5|1;pf8|4;pfe|;pfg|1;pfm|8;pfw|5;pg4|a;pgg|1;pgj|3;pgp|;pgs|1;pgv|7;ph4|6;phc|3;phh|5;pho|;phq|;phu|;phw|7;pi5|2;pi9|4;pif|;pih|4;pin|3;pis|;piv|;pix|1;pj1|1;pj6|2;pja|2;pje|c;pjt|3;pjy|;pk0|2;pk4|3;pk9|;pkb|9;pkm|4;pks|1;pkv|1;pky|2;pl2|7;plb|;plf|;plh|;plj|9;plu|1;plx|7;pm6|;pm8|7;pmh|h;pn0|1;pn3|3;pn9|;pnb|4;pnh|d;pnw|3;po2|2;po6|6;poe|4;pok|1;pon|6;pow|2;pp0|2;pp4|;pp6|8;pph|1;ppk|5;ppr|;ppu|8;pq4|4;pqa|;pqc|1;pqf|;pqh|;pqj|;pqm|e;pr2|1;pr5|5;prc|1;prf|4;prl|1;pro|c;ps3|2;ps7|;psa|1;psd|7;pso|3;pst|k;ptf|d;ptu|2;pu2|;pu7|a;puj|1;pum|a;puy|v;pvv|2;pw6|8;pwg|;pwi|;pwk|9;pwv|;pwx|c;pxb|6;pxj|d;pxy|1;pya|1;pye|;pyn|;pyr|5;pyy|5;pz5|;pz7|;pz9|p;q00|;q02|a;q0e|2;q0p|;q0t|i;q1d|;q1f|6;q1n|a;q1z|f;q2g|7;q2p|;q2r|4;q2x|b;q3a|;q3c|;q3f|1;q3k|1;q3n|1;q3q|;q3t|;q3v|l;q4i|c;q4w|p;q5n|f;q65|3;q6a|;q6c|;q6e|;q6g|;q6l|7;q6u|e;q7b|b;q7o|;q7q|;q7s|a;q84|3;q89|b;q8m|1;q8q|1;q8u|;q8x|1;q90|1;q93|5;q9a|6;q9i|a;q9u|o;qak|5;qar|e;qb7|1;qbc|;qbf|;qbh|1;qbk|e;qc1|a;qcd|k;qcz|;qd1|7;qda|;qdc|h;qdv|h;qee|4;qen|2;qer|7;qf1|c;qff|;qfh|5;qfp|5;qfw|a;qg8|a;qgk|;qgm|c;qh0|3;qh5|4;qhb|2;qhf|1;qhi|6;qhq|c;qi4|3;qi9|5;qig|4;qim|2;qiq|1;qit|3;qiz|3;qj4|;qj6|4;qjd|;qjf|1;qji|1;qjl|4;qjr|d;qk7|;qk9|3;qke|;qkl|2;qkq|4;qkw|a;ql8|2;qlc|5;qlj|3;qlp|;qlr|q;qmj|1;qmo|1;qmr|1;qmu|9;qn6|2;qna|;qnc|5;qnj|;qnp|6;qny|;qo0|e;qoh|2;qol|;qoo|4;qou|;qow|a;qp8|2;qpc|5;qpj|1;qpm|2;qpq|5;qpy|;qq4|11;qr7|8;qrh|;qrl|8;qrv|2;qrz|5;qs6|2;qsa|5;qsi|3;qsp|t;qtk|4;qtq|;qtt|3;qty|i;qui|5;quq|5;qux|3;qv2|8;qvc|5;qvj|2;qvn|6;qvv|2;qvz|k;qwl|4;qwr|b;qx4|;qx6|5;qxe|1;qxh|2;qxl|2;qxp|1;qxs|5;qxz|4;qy5|5;qyc|3;qyh|;qyk|8;qyv|2;qyz|8;qz9|d;qzo|;qzr|1;qzu|2;qzy|;r01|1;r04|6;r0c|6;r0l|;r0n|;r0p|7;r0y|;r10|b;r1d|;r1i|2;r1n|1;r1q|k;r2d|2;r2h|3;r2m|;r2o|a;r32|1;r35|6;r3d|a;r3p|3;r3v|3;r41|3;r46|1;r49|;r4b|2;r4f|5;r4m|g;r55|6;r5d|3;r5i|1;r5l|3;r5q|5;r5x|6;r67|;r69|;r6b|5;r6j|4;r6p|6;r6x|1;r70|3;r76|;r7a|1;r7d|1;r7g|5;r7q|;r82|4;r89|4;r8f|a;r8r|2;r8w|4;r92|2;r96|2;r9a|2;r9e|2;r9j|1;r9m|;r9o|;r9q|5;r9x|3;ra3|4;raa|1;rad|;raf|;rah|4;rao|1;ras|;rau|;raw|9;rb8|2;rbc|2;rbg|6;rbo|5;rbv|;rby|;rc0|3;rc6|3;rcb|3;rcg|7;rcp|3;rcu|1;rcx|6;rd7|2;rdb|7;rdk|2;rdo|;rdq|;rds|1;rdv|9;re7|1;rea|;rec|;ree|;reg|8;req|7;rez|2;rf3|;rf5|h;rfo|;rfq|2;rfu|1;rfx|f;rge|4;rgk|4;rgq|m;rhe|6;rhm|7;rhv|;rhx|2;ri1|a;rid|l;rj0|4;rj6|1;rj9|8;rjj|1;rjo|;rjr|4;rjx|9;rk8|;rka|2;rke|2;rki|4;rko|4;rku|2;rlq|;rmq|;rp3|;rp5|;rp7|4;rpd|2;rph|c;rpw|3;rq2|;rq4|1;rq7|;rq9|1;rqc|2;rqg|5;rqn|4;rqt|6;rr1|;rr4|2;rr8|2;rrd|1;rrg|1;rrj|6;rrr|e;rs7|6;rsf|1;rsi|j;rt3|1;rt6|;rt8|1;rtb|;rtd|6;rtl|l;ru8|5;ruf|7;ruo|;ruq|b;rv3|a;rvf|2;rxg|;rxi|3;rxn|5;rxu|2;rxy|5;ry5|;ry8|2;ryc|1;ryh|1;ryk|a;ryx|;ryz|1;rz3|2;rz7|;rz9|a;rzm|5;rzt|1;rzw|;rzy|5;s05|3;s0b|6;s0j|a;s0v|5;s12|6;s1a|6;s1m|;s1o|b;s21|1;s25|u;s31|1;s34|1;s37|3;s3c|2;s3g|6;s3o|c;s43|4;s49|h;s4s|1;s4v|;s4x|7;s56|2;s5a|;s5c|2;s5g|a;s5s|8;s62|;s65|4;s6b|a;s6o|;s6q|;s6u|;s6x|1;s70|1;s74|;s76|1;s7d|6;s7l|3;s7r|1;s7u|8;s84|5;s8b|4;s8h|1;s8k|8;s8u|5;s91|6;s99|1;s9c|g;s9v|3;sa1|1;sa4|4;saa|7;saj|1;sam|d;sb1|n;sbq|1;sby|;scz|;sd7|1;sdb|1;sdf|;sdh|3;sdp|f;se6|1;se9|1;sec|2;seh|e;sey|;sf4|6;sfc|;sfe|1;sfh|1;sfk|;sfo|i;sg8|;sgb|2;sgf|3;sgk|3;sgp|b;sh9|2;shd|7;sho|3;sht|1;shw|;shy|1;si1|d;sig|1;sij|3;sio|4;siv|2;siz|5;sj6|m;sju|1;sjx|;sjz|2;sk4|1;sk7|2;skb|;ske|5;skl|3;skq|;sku|8;sl4|;sl7|;sl9|2;sld|;slf|2;slj|1;slm|1;slq|;slw|9;sm7|6;smg|5;smn|6;smx|g;snf|;snh|5;sno|;snq|e;so6|g;soo|3;sou|3;soz|g;sph|5;spo|;spq|7;spz|3;sq4|;sq6|2;sqa|8;sqk|;sqo|7;sqx|a;sra|;srd|a;srp|;srr|g;ss9|5;ssg|7;ssp|;ssr|6;ssz|7;st8|1;stb|;ste|c;stt|;stv|7;su5|d;suk|e;sv0|;sv2|;sv5|;sv7|5;sve|1;svh|1;svk|a;svw|5;sw4|2;sw8|g;swq|1;swt|a;sx7|5;sxe|;sxi|p;sy9|;syb|a;syo|c;sz2|;sz5|6;szd|3;szi|n;t07|2;t0b|;t0d|4;t0j|h;t12|e;t1i|3;t1n|5;t1u|4;t20|3;t25|k;t2r|3;t2w|1;t30|;t34|i;t3o|8;t3y|g;t4g|1;t4j|b;t4w|a;t58|6;t5g|m;t64|9;t6f|1;t6j|;t6l|;t6n|1;t6q|2;t6u|2;t6y|q;t7q|2;t7w|;t7y|;t80|1;t83|e;t8j|1;t8m|j;t97|;t99|;t9c|;t9g|f;t9x|b;taa|b;tan|3;tas|1;tav|1;taz|;tb1|1;tb4|;tb6|3;tbb|i;tbv|8;tc5|;tcv|;tcy|;tdt|;tdv|;tek|;tfa|;tgt|;thj|;tiv|1;tiy|3;tj3|1;tj6|1;tj9|1;tjc|1;tjf|9;tjq|3;tjv|1;tjy|g;tkg|2;tkl|2;tkp|7;tkz|;tl1|8;tlc|6;tlm|2;tlq|7;tm0|;tmc|;tng|2;tnk|4;tns|;tnu|;tnw|7;to8|5;tof|6;toq|7;toz|1;tp2|;tp4|;tp7|4;tpd|3;tpl|4;tpr|9;tq3|3;tq8|1;tqb|8;tql|2;tqp|8;tqz|1;tr2|;tr5|4;trb|3;trg|;tri|;trk|1;trn|1;trq|;trs|1;trv|2;trz|f;tsi|d;tsx|2;tt1|;tt4|2;ttb|3;ttg|7;ttp|;ttr|1;ttu|7;tu3|;tu5|6;tue|;tug|1;tuj|h;tv2|4;tv8|2;tvc|2;tvh|7;tvq|5;tw1|1;tw5|3;twa|8;twm|;two|2;tws|2;tww|4;tx2|2;tx6|b;txj|4;txp|2;txw|;txz|f;tyg|;tyi|4;typ|3;tyu|5;tz1|c;tzf|5;tzm|7;tzw|5;u03|;u05|1;u0d|1;u0g|3;u0l|1;u0o|3;u0t|b;u16|;u18|c;u1n|6;u1v|1;u1y|3;u23|;u25|3;u2a|3;u2f|2;u2j|;u2p|;u2r|g;u3a|3;u3f|5;u3m|a;u3z|6;u5k|1;u5o|3;u5t|3;u5y|e;u6e|6;u6m|;u6z|1;u72|5;u79|2;u7d|4;u7j|;u7l|1;u7o|2;u7t|1;u7w|2;u80|;u82|1;u85|;u87|3;u8c|;u8e|;u8g|c;u8u|1;u8x|;u90|1;u93|c;u9h|;u9j|c;u9x|;u9z|7;ua8|9;uaj|4;uap|2;uc6|3;ucb|3;uch|;ucj|5;ucq|b;ud4|5;udd|4;udj|;udl|;udn|i;ue7|8;ueh|1;uek|2;ueo|1;ues|b;uf5|6;ufd|8;ufo|2;uft|e;ug9|9;ugk|i;uh4|2;uh8|4;uhe|a;uhq|2;uhu|a;uj3|;ujs|;ujv|;ujx|;ujz|5;uk6|c;ukm|1;ukq|;ukt|;ukv|9;ul8|;ulb|4;uli|1;uln|4;ult|3;uly|1;um1|6;um9|5;umg|a;ums|6;un2|2;un6|3;unb|4;unh|2;unl|4;unr|;unt|3;uny|8;uo8|;uoa|8;uok|2;uoo|3;uov|2;up0|;up2|3;up8|;upb|2;upg|3;upm|9;upx|3;uq3|;uq5|6;uqd|;uqf|;uqi|1;uql|5;uqs|2;uqw|;uqy|1;ur1|3;ur9|1;urc|1;urh|;urj|2;urn|1;urq|4;urz|;us3|4;us9|5;usg|2;usk|9;usw|1;ut0|;ut3|1;ut9|;utb|;ute|;uth|9;uts|;utu|3;utz|;uu3|2;uu7|2;uub|3;uug|1;uuj|2;uun|;uup|6;uux|8;uv8|c;uvm|7;uvx|3;uw2|1;uw6|2;uwd|1;uwh|4;uwn|5;uzp|2;uzt|1;uzx|;v01|6;v09|4;v0f|1;v0i|7;v0s|;v0w|;v0y|;v10|5;v17|;v19|6;v1h|1;v1k|1;v1p|4;v1v|1;v1y|3;v23|;v25|8;v2h|3;v2m|6;v2u|b;v3b|e;v3r|2;v3v|h;v4g|;v4i|2;v4m|n;v5b|;v5d|k;v5z|o;v6p|5;v6w|1;v6z|5;v76|l;v7t|c;v87|8;vat|;vax|4;vb3|f;vbk|i;vc4|d;vck|3;vcr|9;vd2|2;vd8|5;vdf|3;vdk|;vdm|6;vdu|;vdw|4;ve3|;ve5|l;veu|4;vf2|2;vf6|1;vf9|7;vfi|;vfk|;vfm|n;vgb|;vgd|1;vgg|g;vgy|l;vhl|3;vhq|4;vhw|7;vi6|1;vil|1;vio|2;vis|5;vj0|;vj3|1;vj6|;vj8|f;vk7|4;vkg|;1d6o|8;1d6z|2;1d79|;1d7b|;1d7e|;1d7m|;1d7x|;1d84|;1d87|;1d8a|;1d8j|;1d8n|1;1d8q|;1d8y|;1d9a|;1d9e|;1d9h|;1d9j|;1d9p|;1d9u|;1d9y|;1da0|1;1da3|;1da6|;1da8|;1dae|;1dai|;1dam|;1dat|;1db0|1;1db3|;1dbp|;1dbv|;1dbx|1;1dc5|1;1dc8|;1dcg|;1dco|1;1dcs|2;1dcw|;1dcy|2;1dd3|;1dd5|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|1;1df7|2;1dfe|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t5t|;2t6m|;2t6u|;2t72|;2t7s|;2t8m|1;2t8q|;2t90|;2tai|3;2tap|;2tbi|;2tcc|;2tce|;2tco|;2tgk|;2tgp|;2tgr|;2thd|;2thw|;2tiq|;2tj8|;2tjg|;2tjo|;2tkp|;2tln|;2tmc|1;2tnd|;2tni|;2tnk|;2to7|;2tof|1;2tph|;2tqi|;2tr9|;2ts1|;2ts5|2;2ttq|2;2tuo|;2tuv|;2tv9|;2tvt|;2tvv|;2tx1|;2tx8|;2txv|1;2ty7|;2u05|;2u13|;2u1a|;2u1d|1;2u1v|;2u3b|;2u4c|;2u4e|;2u6f|;2u8e|;2u91|;2u9f|;2u9v|;2ua2|;2ua8|;2uad|;2uan|1;2uaz|;2uc1|;2uc5|;2uc9|1;2uco|;2ucw|;2udy|;2ueu|;2uj2|;2uk1|;2um1|;2ur0|;2usz|;2uvp|;2uxi|;2uxv|;2uz8|;2v09|;2v3b|;2v4h|;2v68|;2v73|;2v7u|;2v90|;2v9e|;2v9p|;2vbh|;2vf3|;2vfj|;2vfs|1;2vgf|;2vgm|;2vgr|;2vhe|;2vhn|;2vi3|;2vi7|;2vij|;2vil|;2vj4|;2vjo|;2vju|1;2vk1|2;2vkj|;2vl1|;2vlj|1;2vlo|;2vm5|;2vme|;2vmk|;2vn9|;2vnc|;2vnz|;2vo3|3;2vod|;2vot|;2vpb|;2vpx|;2vqg|;2vqp|1;2vra|3;2vrg|2;2vsf|;2vsh|;2vsk|;2vss|;2vsu|1;2vti|;2vto|;2vtz|;2vua|;2vuw|;2vwk|;2vwp|1;2vwt|4;2vx2|;2vx9|;2vyk|;2vzh|;2vzn|;2vzp|6;2w0c|;2w0m|;2w0o|;2w0t|;2w0y|;2w16|2;2w1i|;2w2f|1;2w2l|;2w3c|3;2w4d|;2w4m|;2w4t|1;2w4w|1;2w57|;2w5o|;2w6c|;2w7h|;2w7k|;2w8d|;2w8k|2;2w8s|;2w9r|;2wa2|3;2wb8|;2wbh|1;2wcv|;2wd8|;2wdr|;2wdx|3;2we3|;2weg|;2weu|;2wf1|;2wfo|;2wfz|2;2wg7|2;2wgf|;2wgj|;2wh0|;2whg|2;2wj3|;2wjf|;2wjh|;2wjp|;2wjs|;2wjz|;2wlc|;2wlj|;2wnt|;2wqk|;2wr3|;2wsc|;2wtk|1;2wts|;2wv7|;2wvy|;2ww2|3;2wxi|;2wxm|;2wz9|1;2wzy|;2x08|;2x0c|;2x1h|1;2x2l|;2x32|;2x3n|;2x3q|;2x44|;2x4v|;2x5e|;2x5g|1;2x6y|;2x7b|;2x86|;2x9k|;2xa5|;2xdj|;2xdu|;2xee|;2xhm|;2xhv|;2xi1|;2xj2|;2xk1|;2xle|;2xmg|;2xmi|;2xmo|2;2xn7|;2xn9|;2xnj|;2xnq|2;2xoa|2;2xoe|;2xot|;2xow|;2xpi|;2xq2|2;2xqv|;2xrg|5;2xrn|1;2xt7|;2xtc|5;2xtv|;2xtz|;2xuh|3;2xun|;2xv3|;2xv9|1;2xvc|4;2xwg|;2xwo|2;2xwt|;2xx5|2;2xxc|;2xxh|;2xxu|;2xy6|;2xy9|3;2xyv|;2xyz|;2xz7|2;2xzy|4;2y0u|1;2y1d|;2y1i|3;2y2i|;2y2r|2;2y34|2;2y39|;2y3g|;2y3m|;2y3r|;2y4b|;2y4k|;2y54|;2y5m|;2y64|;2y68|;2y6b|;2y6g|;2y6u|;2y8r|;2y9f|;2yb1|;2yb8|;2ybp|;2ybv|;2ycj|;2yis|;2ym9|1;2yp6|;2yr4|;2ysi|;2ysl|;2yss|;2yx2|;2yxf|;2yxq|;2yz4|;2z06|;2z0a|;2z0q|;2z0x|;2z1n|;2z21|;2z30|;2z37|;2z3r|;2z3x|;2z61|;2z6s|;2z6w|;2z7s|;2z85|;2z9r|;2z9x|;2zca|;2zdq|;2zdt|;2zfs|;2zid|;2zih|;2zjy|;2zkq|;2zlz|;2zng|;2zoq|;2zq3|;2zqr|;2zqy|;2zs1|;2zsx|;2zsz|;2zuw|;2zy4|;302p|;302t|;3071|;307k|;307r|;308q|;30bp|;30c1|;30cr|;30cx|;30ds|;30e4|;30e9|;30eh|;30ek|;30fh|;30gj|;30gr|;30hc|;30ic|;30jx|;30kv|;30la|;30nv|1;30ob|;30q0|;30qi|;30ra|;30rc|;30tw|2;30uq|;30us|;30uz|;30v3|;30ve|;30xh|;30xt|;30ye|;30z8|1;30zx|;311f|;313z|1;314h|;3165|;316p|;3187|;319i|;31a1|;31an|;31bb|;31bf|;31c0|;31cj|;31ie|;31lb|;31lh|;31ly|;31m0|;31n2|;31nm|;31of|;31oj|;31pm|;31sa|;31se|;31uu|1;31vc|;31vw|;31w1|;31w5|;31wi|;31xk|;31y3|;31y9|;31yh|;31yq|;31yv|;31z6|;31za|;31zd|;3213|1;321e|;322s|;3230|;323r|;324t|;3251|;325c|;325f|1;325z|;327i|;328d|;329i|;329u|;32bc|;32bv|;32cz|;32en|;32ic|;32ks|;32lf|;32nn|;32o4|;32ob|;32p2|;32pp|1;32q6|;32rb|;32rg|;32sa|;32tf|;32v1|;32wt|;32wy|;32xw|1;32yb|;32yw|1;32zu|;3307|2;330v|;331h|;331r|;331t|3;332u|;3332|;3336|;3341|;3349|1;3357|2;336a|;336o|1;337k|;337u|;338f|;33ck|;33d8|;33dq|;33dy|;33ec|1;33eh|1;33em|;33eo|;33gf|;33gw|;33hr|;33hu|;33l1|;33mh|;33n4|;33o1|;33oa|;33on|;33px|;33q1|;33q4|;33qz|;33rh|2;33sj|;33sw|;33tj|;33tm|;33uk|;33uo|;33vd|;33vj|;33w7|;33wu|;33xa|;33xi|;33xp|;33y2|;33z3|;33zi|;3403|;340m|;340w|;3419|;341b|;341r|;342u|;343l|;344i|;3458|;345e|;345x|2;348q|;34jm|;34pz|;34rf|;34ry|;34sa|;34t6|;34uy|;352b|;353t|2;354l|;354n|;3553|2;356k|3;358g|;3597|;35a6|;35an|;35bq|7;35cz|;35dk|;35dy|;35e9|;35f0|5;35fd|;35hk|3;35ix|;35j3|;35jr|;35kn|5;35md|;35mp|;35my|;35nl|;35of|3;35ov|;35pw|;35pz|;35q8|;35qd|;35rf|5;35sh|;35tl|4;35uf|;35vp|;35vv|2;35w1|;35xl|;35y9|;35yk|;35z8|;35zj|;35zt|;360v|1;3610|;361a|;361h|2;361o|;361r|;361t|;362f|;362i|;363n|2;363w|;3645|;364t|;365e|;3664|;366z|;368b|;368m|;368p|;369i|2;369w|;36ab|;36ad|;36at|;36bj|;36bl|;36bt|1;36cu|;36d6|;36dp|;36e2|;36es|;36fc|;36g2|3;36h8|;36hi|;36ho|;36il|;36ip|;36jt|1;36k2|;36k8|;36kk|;36lx|1;36my|1;36nn|;36o7|1;36pl|;36po|;36q6|;36qb|;36qe|;36rp|;36sh|;36uw|;36x4|;36zc|;36zu|;371h|;371w|;372v|;374k|;375y|;376t|;3773|;379r|;37c0|;37de|;37dv|;37gi|;37jd|;37jk|3;37jv|;37jz|2;37kc|;37km|1;37kp|;37lb|;37lf|1;37lq|5;37mq|1;37n8|2;37nf|;37nj|;37nm|;37ns|7;37o4|;37ok|;37on|;37op|;37or|2;37p3|4;37ph|;37ps|;37q2|;37q6|1;37qb|;37qd|;37qk|1;37qu|3;37qz|;37ri|;37rm|1;37rp|;37s1|9;37su|;37sy|;37t1|;37t6|;37ta|3;37tp|;37tx|2;37u9|;37uf|3;37v0|;37v7|3;37vo|3;37w1|2;37wa|2;37wg|;37wn|;37wq|;37wx|;37xb|;37xe|;37xl|;37yn|;381a|;3851|;385l|;389q|1;38ax|;38bd|;38cm|;38cz|;38hk|;38iy|1;38l7|;38ls|;38o5|;38o7|;38r2|;38t8|;38ua|;38ue|;38uv|;38uy|;38vd|;38vs|;38w2|;38z0|;3902|;3925|;3963|;396w|;398d|1;39al|;39b7|;39ba|1;39cw|1;39e8|;39g9|;39hj|;39i0|;39ji|;39jl|;39jn|;39qx|;39r9|;39rj|1;39s6|;39t8|;39ta|;39ui|;39yp|;39yt|;39z3|;39zv|3;3a02|;3a05|1;3a0x|;3a10|;3a1b|;3a2h|;3a39|;3a3f|;3a3k|;3a4l|;3a5x|;3a6p|;3a83|;3a8l|;3aar|;3aba|;3abq|;3acd|;3acl|;3ad9|;3aeq|;3ah3|;3ahr|2;3al3|;3al9|;3alu|;3ao8|;3aou|;3aox|;3apv|;3arq|;3as6|;3auk|;3avg|;3az8|;3b11|;3b18|;3b1q|1;3b2v|;3b3d|;3b78|;3b7t|;3b8z|1;3b9i|;3bac|;3bag|;3bb5|;3bba|;3bc1|;3bd6|;3bdx|;3bf5|;3bfo|;3bgg|1;3bi6|;3bj4|;3bjk|;3bk3|;3bmh|;3bnd|;3bpq|;3brd|;3bsx|2;3bty|;3buk|;3bvb|1;3bx6|;3byj|;3c2p|1;3c4h|;3c4p|;3c5k|;3c6c|;3c77|;3c7r|;3c84|1;3caq|;3cbl|;3cd5|3;3cfh|1;3cfm|;3cgt|;3ck8|;3ckh|;3ckq|1;3cnk|;3cqd|;3cqz|1;3cr5|;3cu6|;3cvp|;3cvs|;3cw2|;3cwg|2;3cy2|;3cyx|;3czo|;3czs|1;3czx|;3d08|;3d3m|;3d6a|;3d7k|;3d7x|;3d8f|;3daq|;3dba|;3df3|;3df5|;3df9|;3dga|;3dgo|;3dh8|;3dhy|;3dj5|;3dll|;3dmb|1;3dn0|;3dp8|;3dqe|;3dr2|;3dri|;3ds8|;3dsa|;3dsj|;3dtz|;3dvy|;3dw1|;3dwm|;3dx5|;3dxt|;3e08|;3e0l|;3e2a|;3e2i|;3e3x|1;3e44|;3e4i|;3e4x|1;3e9x|;3ea2|;3eab|;3ead|;3ear|;3eaw|;3ec0|3;3ecb|;3ed1|;3ede|;3edy|1;3ee5|;3eer|;3ef4|;3egn|;3eht|;3eio|1;3eiu|;3eke|4;3elg|;3elz|1;3em5|;3em8|;3emb|;3emp|;3eoy|8;3eq9|;3er8|;3esg|7;3esu|;3eu4|;3eui|1;3euo|;3ev4|;3ev9|;3evb|;3evm|;3ewy|3;3ey6|;3eya|;3eyf|;3eys|;3eyw|;3eyz|;3ezd|;3f0w|7;3f3a|;3f5f|1;3f6n|;3f6p|;3f7i|;3f8e|1;3f9q|;3fbf|;3fbm|1;3fd4|;3fe5|2;3ff1|;3ff6|;3fg0|;3fg8|;3fgp|;3fgs|1;3fhi|1;3fj8|1;3fjp|;3fm5|;3fob|;3fqf|;3fr4|;3fr9|;3frf|;3fsi|;3fsm|;3fty|;3fwy|;3fyy|;3g1r|;3g2q|;3g40|;3g5g|;3g5i|;3gc4|;3gdf|;3gf4|;3gf8|;3gfx|1;3gg7|;3ggc|;3ghe|;3ghl|;3gid|2;3gk4|;3gnj|;3gol|1;3gox|;3gpq|;3gqs|1;3gss|;3gwo|;3gxc|;3gyl|;3gz6|;3gzs|;3h2c|;3h47|;3h4q|;3h5s|;3h7h|;3h8d|;3h8q|;3h8u|;3ha6|;3har|;3hax|;3hbt|;3hc4|;3hdp|1;3hf8|;3hfq|;3hfv|;3hg8|;3hh4|2;3hhk|;3hid|;3hm7|;3hmc|;3hn6|;3hpo|;3hrl|;3hs5|;3hv3|;3hw3|1;3hwm|;3hwz|;3hxg|;3hxr|;3hy0|;3hz1|;3hzw|;3i31|;3i33|;3i9a|;3id3|;3iex|;3if6|;3ifd|;3ify|;3ig3|1;3ih4|;3iir|;3ij4|;3ikd|1;3ilk|1;3ilw|;3ini|;3iof|;3iot|;3ipb|;3iq1|;3ir3|;3irg|;3itj|;3iu0|;3iu2|;3ivq|;3iws|;3ixn|;3iz1|;3izm|;3j0m|;3j14|;3j1r|;3j22|;3j39|;3j3h|;3j3x|;3j4a|;3j82|;3jag|;3jak|;3jar|;3jb6|;3jep|;3jgc|1;3jho|;3jl4|;3jlg|;3jls|;3jm3|;3jmt|;3jnf|;3jqi|1;3jqq|;3jr0|;3jrs|;3js6|;3jtb|;3jtf|;3k04|;3k17|;3k7h|;3k8j|;3k94|1;3k9i|;3k9w|;3ka0|;3ka4|1;3kam|;3kax|;3kbs|;3kbu|1;3kc8|;3kcc|;3kcg|;3kd8|;3kda|;3kdd|;3kdf|1;3kdj|1;3ke1|3;3ken|;3keu|;3kf9|;3kfd|;3kfm|;3kfq|;3kg4|7;3kgp|1;3kht|2;3kii|2;3kjk|;3kjq|;3kjv|1;3kjy|;3kke|5;3kkl|;3kkq|;3kl8|;3klo|;3klv|;3km9|1;3kmj|2;3kmn|;3kna|;3kng|;3kni|;3knk|;3ko3|3;3koc|;3kpb|;3kpl|;3kpo|1;3kqh|;3kqq|;3kqt|;3kr8|;3krb|;3krd|1;3krr|5;3ks5|;3ksf|;3ksj|;3ksp|;3kt8|1;3ktf|;3kti|;3ktn|;3kts|;3ku1|;3ku3|;3ky2|;3ky5|;3kya|;3l10|;3l3t|;3l4p|;3l73|;3l86|;3l89|;3l9h|1;3lav|;3lbg|;3lbm|1;3lcp|;3ld3|;3lj9|;3lo9|;3loo|;3lor|;3loz|;3lpr|2;3lq8|;3lr8|1;3lrg|1;3lsd|;3lsg|;3lto|;3lu5|;3luj|;3lum|;3lv4|;3lwc|;3lwo|;3lxx|;3lyj|;3me5|;3me8|;3mer|;3mf3|;3mfc|;3mj4|;3mjd|1;3mjp|;3mjr|;3mou|;3mpc|;3mpk|;3mqf|;3mqx|;3mr8|;3mv3|;3mzk|;3n02|;3n4k|;3n68|;3n87|;3nac|;3nbl|;3nca|;3nch|;3ncq|;3ncz|;3nd1|;3ne7|;3net|;3nev|2;3nfh|;3nfu|;3nh9|;3nib|;3nih|;3nl4|;3nm5|;3nr9|;3nri|;3nx1|;3o1f|;3o31|;3o72|;3o7u|;3o8s|;3o9k|;3o9n|;3oc6|;3ocm|;3odp|;3ofc|;3oh8|;3ohc|;3ohv|;3ojc|;3okj|;3okw|;3oon|;3opq|;3or8|;3ouf|;3ovt|;3owx|;3ox9|;3oxf|;3oxk|;3oxq|;3oxz|;3oyr|;3oz7|1;3p00|;3p1u|1;3p2j|;3p2s|1;3p3z|;3p4l|;3p5s|;3p6b|;3p8z|;3p9b|;3p9u|;3p9w|;3p9y|;3pa2|;3pa5|;3pb3|;3pbz|;3pe9|;3pgp|;3pil|;3pkk|;3pln|;3pvq|;3pvv|;3pxd|;3pyq|;3pze|;3pzv|;3q21|;3ri7|;3z9g|;465h|;4663|;4668|;467s|;468k|;4692|;46a5|;46aj|;46fo|;46gi|;46gs|;46hg|;4an2|;4ay4|;")) +q.push(A.Q("Noto Sans Hanunoo","https://fonts.gstatic.com/s/notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4kg|m;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Hatran","https://fonts.gstatic.com/s/notosanshatran/v15/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf","w|;4g|;6bw|;1gbk|i;1gc4|1;1gcb|4;")) +q.push(A.Q("Noto Sans Hebrew","https://fonts.gstatic.com/s/notosanshebrew/v42/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;nj|;13l|1i;15c|q;168|4;60w|5;61q|;642|1;6bw|4;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6ga|;6gc|;6jm|;6qa|;7gs|;1dlp|p;1dmg|4;1dmm|;1dmo|1;1dmr|1;1dmu|9;")) +q.push(A.Q("Noto Sans Imperial Aramaic","https://fonts.gstatic.com/s/notosansimperialaramaic/v15/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf","w|;4g|;1g74|l;1g7r|8;")) +q.push(A.Q("Noto Sans Indic Siyaq Numbers","https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v15/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf","w|;4g|;17r|;19c|9;1dc|9;2p9t|1v;")) +q.push(A.Q("Noto Sans Inscriptional Pahlavi","https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v15/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf","w|;4g|;1gtc|i;1gu0|7;")) +q.push(A.Q("Noto Sans Inscriptional Parthian","https://fonts.gstatic.com/s/notosansinscriptionalparthian/v15/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf","w|;4g|;1gsg|l;1gt4|7;")) +q.push(A.Q("Noto Sans JP","https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;a9u|;a9x|1;aav|;ab0|;ab2|;aco|;acq|;adk|;adu|;aet|;af0|;af5|;afb|;afv|;ahr|;aim|;ajh|1;ajn|;ajy|;ali|;alk|;amd|;amy|;an2|;ano|;ao5|;aok|;aq2|;as1|;as6|;as9|;atr|;axt|1;ay3|1;ayd|;az1|;b0h|;b1e|;b1k|;b1w|;b25|;b28|;b3j|;b3q|;b40|;b4s|;b4x|;b6p|;b71|;b96|;b9z|;ba2|;bcf|;bdw|;beg|;bj0|;bji|;bjn|;bk5|;blw|;bm3|;bme|1;bmy|;bn7|;bny|;boa|;boc|;boi|;bp1|;bql|;bqv|;brb|1;brh|;bs4|;bsm|;bsz|;bt9|;bu8|;bub|;bv3|;bvq|;c03|;c0i|;c29|;c2m|;c35|;c3y|;c4k|;c62|;c74|;c7g|;c7o|;c91|;can|1;cbk|;cbq|;cbs|;ccj|;ccq|;cd0|;cey|;cif|;cj6|;cj9|;cjb|;cku|;ckx|;cll|;clz|;cm4|;cop|;cpk|;cr7|;cub|;cud|;cw8|;cwf|;cwz|;cz8|;czj|;d0m|;d0u|;d0z|;d1j|;d1q|;d44|;d5f|;d6u|;d7a|;d7h|;d8i|;d9n|;dab|;df2|;df4|;dfs|;dfw|;dg7|;dgc|;dgi|;dhv|;di3|;diu|;diy|;djl|;dkj|;dku|;dlg|;dmw|;dn1|;dnp|;doj|;dq2|;dr1|;drs|;dry|;dt1|;dt6|;du7|1;dvl|;dwl|;dy9|;dym|1;e18|;e1r|;e3o|;e7a|;e7x|;e8m|;e8u|;e9w|;ea6|;ed1|;ek0|;elj|;em2|;emc|;end|;erg|;euw|;euz|;ewu|;eyq|;eyy|;ez6|;ezs|;f13|;f1c|;f20|;f5w|;f69|;f6p|;f7r|;fav|;feo|5;fev|b;ff8|5;ffi|1;ffl|;ffn|1;ffq|;ffs|a;fg5|4;fgb|1;fgf|6;fgn|1;fgr|;fgt|2;fgx|;fh1|a;fhe|1;fhk|1;fht|;fhv|2;fi1|;fi6|2;fia|;fid|1;fig|6;fip|1;fis|5;fiz|7;fj8|2;fjc|;fjf|5;fjn|;fjq|;fjt|3;fk0|4;fk6|2;fka|1;fkd|3;fkk|7;fkt|8;fl4|;fl7|;fl9|6;flh|2;fln|8;fm0|a;fmd|2;fmh|1;fmk|1;fmz|;fn2|3;fn7|b;fnk|;fnm|1;fnq|3;fnv|l;foj|1;fop|1;fos|;fou|3;foz|;fp1|a;fpd|5;fpk|c;fpy|5;fq5|4;fqj|;fql|2;fqq|;fqt|2;fqx|;fqz|b;frc|c;frr|1;fru|3;frz|7;fse|5;fsl|1;fso|;fsq|;fss|6;ft0|3;ft5|b;fti|9;ftt|d;fu8|;fua|1;fud|1;fuh|;fuj|;fuo|3;fut|5;fv0|;fv2|5;fv9|2;fvd|1;fvg|;fvj|1;fvm|1;fvp|2;fvu|;fvw|1;fw0|2;fw4|4;fwd|;fwg|1;fwj|3;fwo|;fwq|;fwt|9;fx4|4;fxa|5;fxm|;fxo|1;fxr|6;fxz|;fy1|2;fy5|1;fy8|;fya|3;fyf|;fyh|1;fyk|5;fyr|3;fyw|2;fz0|3;fz5|8;fzh|9;fzt|2;fzy|;g00|4;g06|3;g0b|3;g0g|;g0i|;g0k|b;g0x|;g0z|;g13|1;g16|;g18|1;g1b|;g1d|4;g1j|5;g1r|h;g2a|3;g2f|1;g2i|;g2k|;g2n|1;g2q|;g2s|a;g35|;g37|6;g3f|1;g3i|;g3k|;g3m|4;g3t|a;g45|4;g4d|;g4g|6;g4o|5;g4w|8;g56|;g58|3;g5e|4;g5k|5;g5r|;g5t|5;g60|;g63|7;g6d|2;g6h|1;g6k|2;g6o|a;g71|1;g74|8;g7e|1;g7i|;g7l|7;g7x|;g82|;g84|7;g8e|;g8g|3;g8l|7;g8z|2;g93|;g95|4;g9b|;g9g|4;g9m|7;g9v|3;ga1|1;ga4|;ga6|7;gaf|2;gal|;gan|1;gaq|3;gav|3;gb0|1;gb5|7;gbe|2;gbj|1;gbn|4;gbt|4;gbz|2;gc4|a;gcg|1;gcj|7;gcs|1;gcv|3;gd0|5;gd7|f;gdo|;gds|b;ge6|5;ged|3;gei|3;gen|2;ger|;get|c;gf7|2;gfb|6;gfj|4;gfp|;gfs|b;gg5|8;ggh|3;ggn|5;ggu|;ggw|1;ggz|4;gh5|;gh8|9;ghj|4;ghp|2;ghu|2;ghz|2;gi6|;gib|1;gie|;gig|2;gil|;gin|2;gis|2;giw|3;gj1|3;gj6|6;gje|1;gjh|;gjk|5;gjs|7;gk2|5;gk9|2;gkd|r;gl6|;gld|3;glk|b;gm2|1;gm5|4;gmc|;gme|9;gmp|;gmr|3;gmw|1;gmz|5;gn6|2;gna|4;gng|3;gnl|;gnp|;gny|1;go2|;go4|;go6|8;gog|1;goj|4;gor|2;gov|2;goz|3;gp4|a;gph|1;gpo|;gpr|3;gpw|b;gq9|2;gqf|d;gqu|4;gr1|1;grc|;grk|2;grp|1;grs|2;grw|3;gs1|2;gs6|;gsa|;gsc|5;gsk|5;gss|4;gt0|2;gtj|;gtm|1;gtq|1;gtt|2;gtx|1;gu0|1;gu3|3;gu8|1;guc|3;guh|1;guk|1;gun|2;gur|;guu|2;guy|4;gv4|1;gv7|1;gva|;gvv|9;gw6|5;gwe|1;gwh|3;gwn|3;gws|3;gwz|1;gx3|7;gxc|;gxe|;gxi|;gxr|;gxt|;gxv|4;gy1|;gy3|1;gy6|;gy9|3;gyf|1;gyi|5;gyq|2;gyx|;gz0|;gz2|;gz5|;gza|3;gzh|2;gzp|5;gzx|5;h04|;h06|3;h0b|;h0g|;h0o|1;h0s|;h0v|a;h17|2;h1b|5;h1i|1;h1l|;h1n|5;h1v|1;h23|;h26|;h28|4;h2e|;h2g|5;h2n|;h2p|1;h2s|2;h2w|;h2y|;h34|;h38|4;h3e|2;h3j|;h3o|1;h3t|1;h3x|3;h42|;h45|4;h4b|3;h4h|3;h4m|1;h4s|;h4u|;h4w|3;h51|;h54|9;h5f|;h5j|a;h5v|5;h63|;h65|1;h68|3;h6e|1;h6h|1;h6l|;h6n|5;h6v|6;h73|;h75|2;h79|1;h7c|;h7e|3;h7j|b;h7w|4;h83|1;h87|1;h8b|;h8d|3;h8i|;h8l|2;h8q|;h8s|6;h95|;h9b|;h9d|1;h9g|7;h9p|4;h9v|2;h9z|;ha1|3;ha6|1;ha9|2;hag|1;haj|1;har|2;hav|;hax|1;hb0|8;hbb|3;hbg|;hbi|;hbk|;hbn|;hbs|;hbx|;hc0|;hc3|;hc6|2;hcb|1;hce|1;hci|5;hcs|5;hcz|1;hd2|1;hd5|;hd9|;hdc|;hdg|c;hdu|4;he0|5;hed|;heh|;hej|;hel|4;hes|;heu|1;hey|;hf1|;hf3|3;hf8|1;hfd|1;hfh|;hfj|2;hft|4;hfz|3;hg4|1;hg7|3;hge|1;hgh|1;hgk|;hgn|2;hgr|;hgt|;hgw|;hgy|;hh1|;hh4|1;hh8|;hha|3;hhf|;hhh|;hhj|6;hhr|1;hhv|1;hhy|2;hi4|6;hie|;hig|3;him|;hip|2;hiw|4;hj2|;hj5|4;hjb|1;hje|;hjg|2;hjk|a;hjw|6;hk4|1;hk9|;hkb|1;hke|6;hkn|;hkp|4;hky|;hl1|1;hl5|4;hlb|1;hle|4;hlk|5;hlr|;hlt|4;hlz|c;hmd|4;hml|2;hmr|1;hmu|3;hn2|7;hnb|4;hnh|6;hnp|;hnr|8;ho2|4;ho8|1;hob|2;hoh|3;hoq|4;hoy|1;hp1|2;hp5|;hp7|;hp9|;hpb|;hpf|2;hpj|1;hpo|4;hpu|1;hpz|;hq1|3;hq6|;hq9|;hqb|1;hqe|;hqg|3;hql|;hqo|4;hqx|1;hr0|3;hr7|5;hre|2;hri|1;hrl|1;hro|;hrq|2;hrv|;hrz|2;hs3|1;hs9|;hsc|2;hsh|2;hsn|1;hsq|2;hsu|2;hsz|2;ht3|3;ht9|;htb|1;hth|1;hto|;hts|1;htw|5;hu4|;hu8|;hud|;hui|;hum|;huq|1;hut|2;huy|;hv0|1;hvb|;hve|1;hvi|1;hvo|;hvv|;hw0|;hw2|1;hw6|;hw9|3;hwe|2;hwi|;hwn|;hws|;hwx|2;hx1|;hx4|;hx6|5;hxd|1;hxg|;hxi|;hxk|1;hxn|1;hxr|1;hxy|1;hy2|;hy4|;hy8|1;hyb|;hyd|1;hyh|1;hym|;hyo|;hyt|1;hyy|1;hz1|;hz4|1;hzc|1;hzf|1;hzq|1;hzt|;hzv|;hzx|;i01|1;i05|;i0a|;i0c|1;i0g|;i0i|;i0k|;i0m|;i0o|;i0u|;i0w|1;i0z|;i11|;i17|1;i1c|2;i1g|4;i1m|5;i1v|3;i20|1;i23|;i26|3;i2b|;i2d|1;i2g|;i2i|;i2k|l;i37|a;i3j|;i3m|4;i3s|1;i3w|e;i4c|;i4f|8;i4p|;i4s|4;i4y|2;i52|5;i59|5;i5g|5;i5n|1;i5q|3;i5v|3;i60|;i62|;i65|2;i69|e;i6p|3;i6u|1;i6x|1;i72|2;i76|2;i7a|;i7c|6;i7k|2;i7p|1;i7s|9;i85|1;i88|;i8a|1;i8d|4;i8j|;i8l|;i8p|3;i8u|7;i93|2;i98|5;i9g|2;i9l|4;i9z|1;ia2|;ia4|;ia7|3;iac|;ial|;ian|4;iau|7;ib5|7;ibe|2;ibi|;ibp|;ibr|;ibt|;ibv|;ic0|;ic2|;ic7|;ic9|;icd|;icg|1;icm|;ico|2;ict|5;id0|2;id6|1;id9|;idd|;idi|1;idn|;idp|1;ids|2;idw|7;ie5|;ie7|1;iea|2;iee|1;ieh|;iej|;iep|;ies|;iex|;if1|;if3|;if6|1;ifa|2;ife|2;ifi|;ifk|3;ifp|;ift|;ifw|;ifz|3;ig4|;ig9|1;igc|1;igf|1;igj|;igm|;igp|1;igu|1;igx|3;ih3|1;ih6|2;ihc|;ihe|3;ihj|;ihl|;ihn|;ihp|;ihr|1;ihu|;ihw|;ihz|;ii3|1;ii6|;ii8|;iia|;iic|;iif|3;iik|1;iir|;iiv|;iix|;iiz|3;ij4|3;ija|3;ijf|;ijh|1;ijk|9;ijv|;ijy|;ik1|4;ik7|2;ikb|;ikd|3;iki|1;ikm|1;ikr|2;ikx|1;il0|2;il4|3;il9|;ilb|1;ilh|;ilk|;iln|;ilp|3;ilu|1;ilx|3;im5|1;im8|;imb|2;imf|;imh|;imj|1;imm|;imo|1;ims|4;imz|1;in2|1;in5|3;inc|;ine|4;ink|;inm|f;io3|1;io7|;ioa|1;ioe|1;iol|2;iop|1;ios|;iow|;ioy|;ip0|4;ip6|3;ipd|;ipf|;iph|4;ipp|2;ipt|2;ipy|;iq0|4;iq6|8;iqh|a;iqt|;iqw|1;iqz|1;ir4|1;ir7|1;ira|e;irq|b;is3|6;isb|4;ish|8;isr|6;it0|4;it6|7;itg|1;itj|1;itm|;ito|2;its|1;itv|1;ity|3;iu3|2;iu8|7;iuh|4;iun|6;iuv|3;iv0|9;ivb|6;ivj|4;ivq|3;ivw|2;iw0|2;iw4|;iw7|a;iwj|2;iwn|2;iws|1;iwz|2;ix3|2;ix7|2;ixc|4;ixi|3;ixo|2;ixs|2;ixw|;iy0|b;iyd|1;iyg|;iyi|3;iyn|;iyv|;iyy|;iz1|3;iz6|b;izj|3;izo|7;izx|;izz|;j01|;j03|;j05|;j0a|;j0g|3;j0m|7;j0w|2;j10|3;j15|1;j19|;j1b|6;j1j|6;j1r|2;j1x|;j1z|;j26|1;j29|5;j2g|6;j2p|7;j2y|1;j31|3;j36|8;j3k|8;j3v|3;j42|;j44|7;j4e|1;j4h|;j4j|2;j4o|b;j51|;j53|1;j5a|;j5c|d;j5s|3;j5y|4;j64|b;j6h|3;j6m|4;j6v|1;j6y|2;j74|1;j78|3;j7d|1;j7g|3;j7l|1;j7o|a;j83|;j85|;j88|2;j8d|3;j8i|3;j8n|1;j8r|1;j8u|a;j97|9;j9j|;j9m|1;j9p|1;j9s|4;j9y|4;ja4|1;ja7|1;jac|1;jaf|7;jaq|;jau|;jaw|2;jb0|;jb2|;jb4|3;jba|a;jbp|;jbw|3;jc1|2;jc5|4;jcc|1;jcf|;jci|;jck|4;jcq|;jcs|5;jcz|1;jd3|3;jd8|2;jdc|6;jdm|9;jdy|1;je1|2;je6|6;jee|;jeg|1;jej|;jel|7;jeu|3;jez|3;jf4|6;jfc|;jfe|2;jfi|;jfk|1;jfn|1;jfs|;jfx|2;jg1|;jg3|;jg6|;jg9|7;jgi|3;jgp|1;jgt|c;jh7|1;jha|;jhi|;jhk|;jhn|1;jht|;jhv|;jhx|2;ji1|6;jia|;jic|6;jik|h;jj4|1;jje|;jjg|3;jjl|6;jjw|3;jk1|3;jk7|6;jkg|1;jkj|;jkm|;jko|1;jkr|;jkv|;jl3|4;jl9|;jlb|;jle|;jlh|1;jll|6;jlt|3;jly|;jm1|7;jma|3;jmf|2;jmj|1;jmt|4;jmz|3;jn5|1;jn8|4;jne|3;jnj|1;jnm|2;jnr|3;jnw|;jny|2;jo2|;jo4|2;jo8|3;joe|h;joy|;jp0|1;jp7|;jp9|1;jpc|1;jpf|3;jpk|1;jpq|8;jq2|2;jq8|1;jqb|;jqd|;jqh|5;jqq|8;jra|;jrd|1;jrh|;jrj|1;jrm|2;jrq|2;jrw|;jry|;js0|;js2|;js4|2;js8|2;jsc|1;jsf|1;jsk|2;jsq|;jst|2;jsy|;jt7|;jta|1;jtd|3;jtk|;jtm|3;jtr|2;jtv|;jtz|;ju1|;ju5|;ju7|;jub|1;jue|;jug|3;jul|;jur|;jut|;juv|1;jv3|4;jv9|;jvc|3;jvh|2;jvl|;jvn|3;jvs|1;jvv|3;jw0|;jw2|1;jw9|;jwb|4;jwh|1;jwk|1;jwn|;jwp|5;jww|2;jx0|1;jx3|1;jx6|;jxc|7;jxl|1;jxo|1;jxr|3;jxw|3;jy2|1;jy5|4;jyc|1;jyg|2;jyn|;jyr|1;jyu|;jyw|1;jyz|4;jz6|2;jza|;jzd|3;jzi|1;jzl|1;jzo|b;k03|2;k07|2;k0d|5;k0k|5;k0t|3;k0y|1;k12|1;k17|1;k1c|;k1e|;k1g|1;k1j|1;k1m|;k1p|;k1t|4;k1z|3;k24|;k26|;k28|2;k2d|;k2f|2;k2j|2;k2n|2;k2r|4;k2z|5;k36|3;k3b|2;k3g|3;k3l|5;k3s|1;k3v|1;k3y|2;k42|;k44|;k46|3;k4b|;k4f|4;k4l|4;k4s|1;k4w|2;k50|1;k55|3;k5a|2;k5e|2;k5i|4;k5o|3;k5t|5;k64|l;k6r|4;k6x|3;k73|7;k7c|4;k7i|1;k7l|1;k7r|p;k8j|9;k8u|3;k8z|1;k93|2;k97|3;k9c|2;k9i|7;k9r|1;k9u|;k9w|;k9y|;ka3|;ka5|1;ka9|4;kag|1;kaj|1;kam|6;kau|3;kb0|;kb2|1;kb8|;kba|;kbd|4;kbj|1;kbq|;kbs|1;kbv|1;kby|;kc0|;kc2|3;kc7|a;kcj|;kcl|;kcn|2;kcr|5;kcy|5;kd5|;kd7|5;kde|;kdh|3;kdm|4;kdt|;kdv|5;ke2|;ke5|2;ke9|;keb|;ked|4;kek|5;ker|3;kex|;kf0|a;kfe|;kfg|b;kfv|1;kfy|3;kg4|1;kg7|;kg9|;kgb|1;kge|5;kgl|8;kgw|2;kh0|;kh2|;kh5|;khb|a;khn|3;khs|6;ki0|2;ki6|6;kif|7;kip|1;kis|;kiu|1;kix|;kj0|;kj2|9;kjd|3;kji|1;kjl|4;kk0|;kk3|1;kk6|3;kkd|2;kkh|1;kkn|6;kkv|5;kl4|1;kl7|b;klk|2;klo|2;kls|5;klz|2;km3|2;km7|;kmb|;kmf|;kmj|;kmm|4;kms|3;kmx|3;kn2|1;kn5|5;knc|;knh|3;knn|1;knq|7;knz|4;ko5|6;kod|9;kop|3;koz|3;kp4|5;kpb|b;kpo|1;kpr|2;kpv|2;kpz|1;kq2|8;kqd|2;kqh|4;kqo|1;kqr|g;kra|1;krd|3;krl|2;krp|1;krs|;kru|;ks0|1;ks3|3;ks8|1;ksb|;ksd|;ksf|;ksi|;ksl|1;ksp|1;ksu|;ksz|2;kt3|;kt5|5;ktc|6;ktk|d;ktz|b;kue|;kui|;kul|1;kup|1;kus|2;kuw|;kuz|1;kv4|1;kv9|3;kvf|;kvh|5;kvo|;kvr|1;kvu|2;kvy|3;kw3|;kw5|;kw7|1;kwa|7;kwj|;kwm|3;kwt|1;kwy|1;kx1|;kx3|4;kx9|2;kxd|5;kxl|;kxn|;kxp|6;kxx|;ky2|2;ky7|;ky9|4;kyf|;kyh|2;kyl|7;kyw|3;kz2|;kz4|;kz6|9;kzh|2;kzo|7;kzy|;l00|2;l04|2;l08|1;l0b|;l0f|;l0h|1;l0k|;l0m|1;l0q|1;l0x|2;l14|;l16|;l1a|3;l1f|1;l1i|1;l1l|;l1n|;l1p|1;l1s|1;l1w|;l1z|;l23|8;l2d|;l2i|2;l2m|3;l2r|1;l2w|;l2z|;l31|2;l35|2;l3a|;l3c|1;l3g|;l3k|1;l3n|3;l3u|5;l42|;l44|;l47|1;l4a|;l4c|;l4g|3;l4o|;l4q|3;l4y|5;l55|2;l5b|3;l5i|1;l5n|;l5p|4;l5v|1;l5z|1;l63|1;l67|;l6a|;l6d|6;l6l|2;l6r|;l6u|1;l6x|1;l70|2;l74|;l76|2;l7a|;l7c|1;l7f|;l7h|;l7j|8;l7t|3;l7y|2;l82|3;l87|4;l8d|9;l8p|2;l8t|;l91|3;l97|;l9a|2;l9e|2;l9k|d;l9z|9;lab|6;laj|4;laq|2;lau|2;lay|1;lb3|;lb5|;lb7|;lba|1;lbf|1;lbi|1;lbl|;lbn|;lbr|;lbt|;lbz|;lc2|;lc4|1;lc8|2;lcd|7;lcn|;lcp|;lcr|;lcv|;lcz|1;ld2|2;ld8|;lda|;ldf|5;ldm|1;ldq|4;le2|1;le5|3;lea|;lec|1;lef|;leh|7;leq|;lev|1;ley|1;lf1|;lf3|1;lf6|2;lfa|;lfc|3;lfh|1;lfl|8;lfw|1;lg0|;lg2|a;lgf|;lgh|1;lgq|4;lgw|4;lh4|7;lhd|1;lhg|2;lhl|1;lho|1;lhr|8;li1|4;li8|3;lid|;lif|d;liz|;lj4|1;lj8|;ljb|;lje|2;lji|1;ljl|2;ljr|;ljt|2;ljy|1;lk4|7;lke|1;lkh|5;lko|1;lkr|4;lkx|;ll0|1;llj|5;llq|3;llv|4;lm1|1;lm4|;lm6|2;lmc|;lmf|2;lmk|;lmo|2;lmt|;lmv|3;ln0|2;ln5|8;lnf|1;lnu|2;lny|1;lo2|;lo4|1;lo7|2;loc|1;lof|1;loi|;lok|4;loq|2;lou|4;lp1|1;lp4|3;lp9|5;lpg|2;lpk|4;lpq|e;lq8|;lqc|1;lqf|4;lqr|;lqt|;lqv|;lqx|2;lr1|a;lrd|;lrf|4;lrm|;lro|;lrq|;lrs|4;lry|;ls2|3;ls8|7;lsh|3;lsm|2;lsr|4;lsy|1;lt3|1;lt7|;lta|1;lte|1;lti|;ltn|;ltp|3;ltu|;lu1|;lu4|1;lu7|1;lub|;lue|;lug|1;luk|1;lun|1;luq|;lut|;luv|;luy|1;lv1|2;lv5|3;lva|1;lve|3;lvj|6;lvr|8;lw1|;lw3|2;lw9|2;lwd|1;lwm|;lwr|4;lwy|;lx0|;lx3|2;lx7|;lx9|2;lxd|1;lxg|;lxi|;lxk|2;lxo|1;lxr|2;lxv|3;ly0|;ly2|1;ly8|;lya|1;lyd|1;lyh|4;lyn|4;lyt|1;lyw|;lyz|1;lz2|1;lz5|;lz9|;lzj|;lzl|3;lzr|b;m04|;m06|;m08|;m0c|4;m0k|;m0o|;m0q|;m0s|2;m0w|4;m12|2;m17|3;m1c|4;m1i|2;m1m|;m1p|;m1r|2;m1v|5;m22|;m26|3;m2b|;m2d|2;m2h|;m2k|;m2m|;m2o|3;m2t|5;m38|1;m3c|;m3e|1;m3i|3;m3o|;m3s|1;m3v|1;m3y|3;m43|;m45|1;m49|1;m4c|2;m4g|1;m4l|2;m4p|2;m4t|;m4v|;m4x|;m51|;m53|1;m56|1;m59|3;m5f|;m5i|2;m5o|;m5r|1;m5u|;m5w|;m5z|;m61|1;m64|;m66|;m6b|1;m6f|5;m6m|;m6p|;m6s|1;m6w|;m71|1;m77|2;m7d|;m7f|1;m7i|2;m7p|1;m7s|;m7w|2;m81|;m85|1;m89|1;m8e|;m8i|;m8k|5;m8r|;m8v|;m90|;m97|6;m9f|1;m9j|4;ma0|;ma2|1;ma7|;ma9|;mab|3;mag|1;mak|1;man|;mas|;mb0|;mb5|;mbd|1;mbh|;mbn|6;mbv|1;mbz|;mc4|;mc9|1;mcc|;mce|;mcg|1;mcm|;mcr|;mct|4;md2|;md4|;md8|;mdd|;mdh|2;mdl|3;mdq|;mds|3;mdx|2;me1|1;me4|;me6|;me8|;mea|;mec|5;mek|;mem|;mex|;mf1|;mf4|;mf8|1;mfb|1;mfe|;mfg|;mfj|;mfm|;mfo|2;mft|2;mfz|1;mg2|;mg8|;mgc|;mge|5;mgp|1;mgu|3;mgz|1;mh4|1;mh7|1;mha|;mhc|;mhe|5;mhl|1;mho|;mhr|1;mhx|2;mi4|2;mic|1;mig|1;mij|1;mim|2;miu|3;mj1|;mj4|;mj7|;mj9|;mjb|;mje|1;mjh|;mjj|;mjo|;mjs|;mju|3;mjz|1;mk2|;mk4|2;mk8|b;mkl|3;mkr|1;mku|2;mky|1;ml1|e;mlj|2;mln|;mlq|1;mlt|1;mlw|;mlz|2;mm3|7;mmc|;mmf|;mmh|;mml|1;mmq|1;mmu|;mmz|;mn4|;mn6|;mnb|1;mng|6;mno|;mnq|;mnt|;mny|;mo0|4;mo6|1;mo9|;moc|;moe|;mog|;moi|;mol|4;mor|;mov|3;mp1|;mp5|;mp8|1;mpf|1;mpj|7;mpu|;mpw|1;mpz|;mq2|1;mq5|;mqa|1;mqe|3;mqj|4;mqq|;mqs|1;mqv|5;mr2|1;mr5|6;mrd|2;mrh|2;mrn|2;mrx|3;ms2|;ms6|2;msd|3;msj|;msm|6;msu|4;mt1|;mt3|5;mtc|1;mtf|4;mtl|2;mtq|;mts|;mtv|5;mu4|;mu6|2;mua|;mud|1;mug|3;mul|;muq|1;mut|;muv|;mux|4;mv3|1;mv6|;mv9|1;mvc|7;mvm|1;mvq|;mvt|;mvx|1;mw0|1;mw3|4;mw9|1;mwd|1;mwh|;mwk|1;mwn|4;mwt|4;mwz|4;mx5|1;mxd|;mxf|;mxm|1;mxt|1;mxw|2;my0|e;myh|1;myn|2;myr|1;myu|1;myz|;mz1|;mz5|2;mz9|;mzb|;mzd|7;mzm|2;mzq|5;mzx|6;n06|;n0e|;n0g|1;n0j|;n0l|4;n0r|;n0v|3;n13|3;n18|;n1a|5;n1h|6;n1q|4;n1x|;n21|2;n25|;n27|;n2g|2;n2k|;n2n|1;n2r|1;n2u|;n2w|;n2y|2;n32|2;n36|2;n3a|5;n3i|4;n3o|;n3q|2;n3u|2;n3z|;n41|;n43|3;n4c|2;n4h|2;n4l|3;n4q|;n4s|;n4u|e;n5b|4;n5i|a;n5v|1;n5y|c;n6c|;n6f|;n6h|9;n6s|3;n6x|4;n73|g;n7l|1;n7p|2;n7t|3;n7y|7;n89|1;n8c|1;n8i|3;n8r|;n8w|5;n93|3;n98|b;n9m|;n9o|3;n9u|3;n9z|2;na3|9;naf|;nah|;nak|;nam|6;nax|1;nb0|;nb2|6;nbb|6;nbj|;nbm|1;nbp|1;nbs|1;nbv|e;ncd|;ncg|;nci|3;nco|4;ncw|c;nda|;nde|;ndh|1;ndk|1;ndo|;ndr|;ndt|1;ndw|1;ndz|3;ne4|6;nec|;nee|;neg|;nei|4;neo|8;nez|3;nf4|;nf7|;nf9|1;nfd|f;nfu|;nfx|3;ng4|;ng6|4;ngd|;ngf|;ngh|2;ngl|1;ngo|6;ngy|;nh0|;nh2|1;nh5|;nh7|1;nha|3;nhf|5;nhm|2;nhq|;nhs|2;nhw|;nhy|;ni0|1;ni3|1;ni6|;ni8|1;nic|;nie|6;nim|;niq|;nis|1;niv|;nix|3;nj2|2;nj6|;nj8|2;njc|1;njh|2;njo|6;njw|2;nk0|;nk2|;nk5|2;nka|;nkd|2;nki|;nkm|2;nkq|2;nku|a;nl6|2;nlc|;nle|2;nll|1;nlo|4;nlw|;nm3|3;nm9|;nmc|2;nmi|;nmm|2;nmq|;nms|1;nmv|;nmx|1;nn0|5;nn7|;nn9|2;nnd|;nnf|4;nnn|;nnr|;nnt|;nnx|;no1|1;no5|;no7|;no9|3;noe|2;noi|5;nop|1;nos|5;noz|1;np4|;np7|1;npe|;nph|1;npl|;npo|2;npt|1;npw|1;nq1|;nq5|;nq8|3;nqd|2;nqk|2;nqo|;nqq|;nqs|1;nqv|;nqy|;nr3|;nr7|2;nrb|1;nrg|;nri|1;nrl|1;nrw|2;ns0|1;ns3|1;ns8|;nsa|2;nse|1;nsi|;nsk|;nsq|;nss|;nsu|;nsx|;nt2|1;nt6|;nt8|3;ntd|;ntf|2;ntj|1;ntm|;ntp|2;ntt|;ntv|1;ntz|3;nu4|1;nu7|4;nud|;nui|5;nup|;nut|7;nv2|;nv4|6;nve|1;nvj|2;nvo|;nvq|2;nvu|;nvw|;nvz|;nw2|2;nw6|1;nw9|2;nwd|4;nwm|1;nws|;nwu|;nww|2;nx5|3;nxa|2;nxh|9;nxs|1;nxw|1;ny2|8;nyc|7;nyn|2;nyr|5;nyy|6;nz6|;nz9|;nzb|2;nzf|;nzh|;nzm|;nzr|;nzt|3;nzy|3;o04|1;o0a|5;o0h|;o0j|3;o0o|;o0r|2;o0x|;o12|5;o1a|3;o1f|1;o1k|3;o1p|5;o1w|;o1z|6;o27|;o29|1;o2c|2;o2g|;o2i|;o2l|a;o2x|4;o34|1;o3c|;o3f|1;o3k|;o3m|1;o3p|;o3r|7;o41|;o44|1;o47|5;o4e|3;o4n|;o4r|;o4t|5;o50|1;o53|9;o5e|7;o5o|4;o5x|2;o61|;o64|1;o67|4;o6d|;o6f|;o6h|2;o6l|;o6o|;o6s|2;o6w|2;o71|9;o7c|;o7e|1;o7k|8;o7y|2;o83|;o89|1;o8c|;o8e|2;o8j|;o8l|1;o8p|6;o8z|c;o9d|2;o9h|;o9l|4;o9r|4;o9x|8;oa7|2;oac|;oae|;oag|3;oal|2;oaq|;oas|;oau|2;oay|1;ob3|;ob5|1;ob8|;obc|1;obf|;obi|2;obn|;obp|c;oc3|3;oc9|;ocb|;ocd|;ocf|2;ocl|4;ocr|b;od9|;odc|;odg|3;odl|1;odo|9;odz|;oe1|1;oe7|;oec|;oee|1;oeh|;oej|;oel|5;oes|d;of9|;ofe|;ofg|1;ofj|3;ofo|2;ofs|;ofu|3;og0|2;og4|8;ogf|;ogk|;ogm|1;ogp|2;ogt|;ogw|;oh0|2;oh4|2;oh9|;ohc|;ohe|8;oho|;ohq|;ohs|4;ohy|1;oi1|;oi3|4;oi9|3;oif|;oih|;oij|;oim|3;oir|;oit|3;oiy|2;oj3|;oj5|;oj7|1;oja|4;ojh|3;ojm|1;ojp|1;oju|;ojw|1;ojz|i;okj|2;okn|;okp|;oks|4;oky|1;ol1|;ol5|;ol7|3;old|2;oli|1;oll|;oln|;olp|;olr|1;olu|;olw|1;olz|1;om3|;om6|4;omc|4;omj|;oml|1;omo|3;omu|1;omx|7;on6|;on8|1;onb|3;onh|2;onm|8;onw|4;oo2|;oo6|1;oo9|;oob|;oof|;ooi|;ook|2;ooo|3;oou|;oow|;ooy|9;op9|;opb|f;ops|3;opy|;oq2|9;oqd|;oqh|1;oqk|c;oqz|6;or7|;or9|2;ord|5;orl|2;orp|3;oru|;ory|;os0|3;os5|1;os8|3;osd|;osf|;osh|2;osl|1;oso|1;osr|2;osv|;osx|;osz|;ot2|1;ot5|7;ote|1;oti|1;otm|h;ou5|3;oua|5;oui|8;out|5;ov0|2;ov4|6;ovc|5;ovj|;ovl|1;ovo|2;ovt|2;ow0|1;ow4|1;ow8|3;owg|2;owl|;own|;owr|8;ox2|2;ox7|4;oxd|2;oxh|2;oxl|2;oxp|2;oxt|;oxv|5;oy2|1;oy5|1;oy8|;oya|;oyc|2;oyg|2;oyl|2;oyp|1;oyt|2;oyx|2;oz1|3;oz7|;oz9|;ozc|1;ozf|4;ozl|2;ozq|4;ozw|a;p08|;p0a|5;p4m|;p4o|;p4q|5;p4z|2;p53|;p58|9;p5k|;p5n|2;p5r|2;p5v|8;p65|1;p68|2;p6d|;p6f|2;p6l|3;p6q|1;p6t|3;p6y|7;p78|;p7a|1;p7e|;p7g|2;p7l|3;p7q|;p7s|2;p7x|2;p82|;p84|;p86|;p88|1;p8c|1;p8f|2;p8j|;p8l|1;p8o|;p8q|;p8s|;p8u|1;p8y|;p90|1;p97|;p9b|2;p9f|;p9h|1;p9k|1;p9n|1;p9q|2;p9u|1;pa1|f;pai|f;pb0|5;pb8|;pba|;pbc|;pbg|;pbi|;pbk|;pbn|4;pbt|7;pc3|1;pc6|;pca|;pci|;pcm|;pco|;pcq|;pcu|4;pd0|;pd2|;pd4|;pd9|;pdb|8;pdl|;pdn|;pdp|4;pdw|5;pe3|1;pe6|;peb|;pee|;peg|6;pep|1;pes|3;pex|4;pf3|;pf5|1;pf8|;pfc|2;pfn|3;pfs|;pfu|;pfw|3;pg2|;pg4|7;pgd|1;pgg|1;pgk|2;pgt|h;phd|2;phh|6;php|;phy|2;pi2|2;pi6|;pi8|;pib|1;pif|;pih|;pij|1;pin|2;pir|;pit|;pix|1;pj0|2;pj5|;pj9|2;pje|2;pji|;pjk|5;pjr|;pjz|2;pk5|4;pkb|;pkd|4;pkj|1;pkn|3;pkv|7;pl4|;pl6|1;pla|2;plf|;plh|1;plk|;plm|4;pls|;plu|2;pm0|1;pm6|;pm8|;pma|3;pmg|;pmi|1;pml|6;pmt|1;pmw|3;pn1|2;pn5|;pn7|;pn9|6;pnh|4;pnn|2;pnr|1;pnu|3;pnz|7;po8|d;pon|9;poy|2;pp2|9;ppd|1;ppk|4;ppq|;ppu|8;pq4|;pq8|;pqb|4;pqh|;pqj|;pqm|1;pqp|;pqu|4;pr0|1;pr3|1;pr6|2;pra|2;pre|1;prh|2;prl|1;pro|;prq|3;prv|;prx|4;ps3|1;ps7|;ps9|2;psd|1;psh|3;psm|;pso|3;pst|;psv|2;psz|h;ptj|8;ptx|1;pu8|5;puf|;puh|3;pum|a;puy|1;pv1|;pv3|;pv5|;pv7|1;pva|1;pvd|2;pvh|1;pvk|c;pvy|;pw6|2;pwb|4;pwh|2;pwo|;pwr|f;px8|1;pxc|;pxe|5;pxl|1;pxp|b;py2|;pya|1;pyo|;pyr|;pyt|;pyv|1;pyz|2;pz3|1;pz6|;pz8|3;pzd|1;pzh|1;pzm|4;pzs|8;q02|;q06|7;q0h|;q0l|;q0t|4;q11|;q13|;q15|1;q18|;q1a|3;q1f|1;q1i|;q1k|;q1o|1;q1r|2;q1x|;q20|3;q27|3;q2c|;q2e|3;q2j|2;q2p|;q2r|1;q2u|1;q2y|5;q35|;q37|;q39|;q3b|;q3d|;q3k|;q3m|;q3t|1;q3w|;q3z|;q41|;q45|;q48|1;q4c|1;q4l|5;q4t|2;q4x|1;q52|6;q5b|8;q5l|8;q5v|7;q64|1;q69|1;q6c|1;q6j|;q6o|;q6q|3;q6v|;q6x|;q70|;q72|1;q75|;q7a|;q7c|2;q7h|;q7j|;q7l|1;q7o|;q7s|a;q84|;q86|b;q8j|;q8m|;q8p|1;q8s|;q93|;q96|;q98|;q9a|4;q9g|;q9j|;q9m|3;q9r|1;q9u|1;q9y|1;qa4|;qa6|;qa8|1;qab|2;qaf|1;qai|2;qam|1;qap|6;qay|3;qb3|;qb6|4;qbh|4;qbn|;qbq|;qbs|3;qby|5;qc5|5;qcc|8;qco|3;qct|;qcv|;qd3|;qd5|2;qd9|4;qdg|8;qdr|2;qdv|1;qdz|2;qe3|2;qe7|1;qea|;qec|c;qes|;qeu|4;qf0|3;qf5|1;qfb|;qfd|2;qfh|3;qfp|;qfs|2;qfw|1;qfz|2;qg4|2;qg8|2;qgd|;qgj|1;qgm|1;qgp|3;qgu|2;qgy|;qh0|3;qh6|1;qh9|1;qhc|3;qhi|5;qhq|;qht|1;qhw|;qhz|;qi1|;qi5|;qi7|1;qie|;qig|2;qik|1;qin|3;qiu|;qj1|1;qj4|;qj6|i;qjr|;qjt|;qjv|1;qjz|;qk1|;qk5|2;qk9|2;qkd|;qkn|6;qkx|;qkz|;ql1|1;ql4|;ql6|;ql8|1;qld|;qlf|1;qli|5;qlp|;qlr|2;qlv|6;qm7|2;qmb|4;qmh|;qmj|;qml|1;qmp|1;qms|1;qmv|;qmx|3;qn2|2;qn7|4;qnd|;qng|3;qns|6;qo0|;qo2|9;qod|7;qoo|2;qos|;qou|1;qox|2;qp1|;qp4|1;qpa|1;qpd|1;qpg|;qpj|;qpl|7;qpv|;qpx|;qq1|;qq3|3;qq9|;qqb|;qqd|;qqf|2;qql|;qqn|2;qqr|3;qqw|;qqy|;qr2|1;qr5|1;qr8|;qra|;qrc|;qrf|1;qrj|;qrm|7;qrv|3;qs0|;qs3|;qs5|;qs7|2;qse|2;qsi|1;qsn|;qsr|4;qsx|;qsz|;qt1|;qt6|1;qt9|4;qtg|;qti|5;qtq|;qts|;qtu|;qtx|1;qu1|1;qu4|;qu7|1;qua|4;qui|3;qun|;qup|2;qut|6;qv2|1;qv5|;qv7|;qv9|2;qvd|2;qvh|9;qvs|4;qvy|1;qw1|2;qw7|1;qwd|1;qwg|2;qwl|1;qwp|3;qww|6;qx4|6;qxd|2;qxh|f;qy0|1;qy3|;qy6|4;qyd|;qyf|;qyh|;qyj|;qyl|5;qyw|;qyz|;qz1|;qz6|;qza|6;qzi|2;qzm|;qzo|;qzs|;qzu|1;qzy|;r00|1;r04|1;r07|;r0a|;r0c|a;r0q|5;r0x|4;r14|1;r17|6;r1j|1;r1r|6;r1z|2;r24|2;r29|1;r2c|;r2e|1;r2i|;r2k|4;r2q|1;r2t|1;r2w|2;r30|2;r34|;r39|3;r3e|1;r3k|2;r3p|6;r3y|;r40|6;r49|;r4c|1;r4f|;r4i|;r4m|1;r4q|2;r4u|6;r52|;r56|1;r59|3;r5e|3;r5j|;r5m|7;r5v|;r5y|5;r65|;r67|1;r6b|5;r6i|2;r6n|2;r6t|2;r6x|1;r70|;r73|1;r76|5;r7e|;r7g|1;r7j|2;r82|;r84|4;r8a|;r8c|1;r8j|;r8l|2;r8p|;r8r|;r8t|;r8x|;r8z|1;r92|;r94|1;r99|;r9b|6;r9j|1;r9m|;r9o|;r9q|a;ra3|;ra5|9;rai|3;ran|;rap|;rar|4;ray|4;rb4|1;rb7|;rb9|4;rbh|1;rbk|8;rbv|3;rc0|3;rc5|2;rc9|;rcb|3;rcg|3;rcl|2;rcp|3;rcu|2;rcy|5;rd5|;rd7|2;rdb|4;rdh|5;rdq|3;rdv|7;re4|4;rea|1;ree|1;reh|;rej|1;rem|1;req|2;reu|7;rf3|8;rfe|8;rfo|;rfq|1;rfv|3;rg0|1;rg3|5;rga|;rgc|;rge|4;rgk|3;rgq|7;rh0|;rh2|1;rh5|8;rhi|;rhk|;rhn|2;rhs|;rhv|;rhz|;ri1|;ri4|;ri6|;ri9|5;rig|1;rik|3;rip|3;riu|;riw|4;rj2|1;rj7|;rja|;rjd|;rjf|2;rjj|3;rjo|;rjq|3;rjw|5;rk3|2;rka|6;rki|4;rkp|1;rks|4;rp3|3;rp9|2;rpd|;rph|7;rpq|3;rpv|2;rpz|4;rq5|;rq9|3;rqe|;rqg|5;rqr|;rqt|1;rqw|4;rr2|;rr6|;rr9|2;rrd|5;rrk|;rrm|2;rrs|1;rrv|7;rs4|;rs7|9;rsi|2;rsm|7;rsv|c;rt9|2;rtd|2;rth|1;rtl|5;rts|4;rty|;ru0|;ru2|;ru4|1;ru7|3;ruc|1;ruf|1;rui|5;rup|;rur|2;ruv|4;rv1|3;rv6|2;rva|1;rvf|2;rxg|3;rxl|;rxn|3;rxs|1;rxv|1;rxy|1;ry7|;ry9|1;ryc|1;ryg|;ryi|;ryl|;ryo|1;ryt|;ryx|;rz2|2;rz7|;rza|;rzc|;rzf|1;rzj|;rzm|1;rzp|;rzr|;rzt|3;rzy|;s00|;s02|;s05|3;s0a|2;s0e|1;s0h|;s0k|3;s0p|2;s0t|;s0v|;s0x|;s0z|2;s13|1;s16|2;s1b|6;s1o|1;s1r|;s1t|;s1w|2;s20|4;s27|2;s2c|;s2e|;s2l|6;s2u|1;s2y|;s34|1;s37|6;s3h|;s3k|2;s3o|;s3r|9;s44|1;s49|;s4b|9;s4p|;s4s|1;s4v|3;s50|3;s55|3;s5d|4;s5j|;s5l|2;s5p|;s5s|5;s60|3;s65|1;s69|1;s6f|;s6h|8;s6r|;s6t|1;s6y|1;s72|;s74|1;s77|5;s7e|3;s7j|;s7l|1;s7o|;s7v|1;s7z|;s82|1;s88|;s8b|;s8d|1;s8g|1;s8n|7;s8w|;s8y|1;s91|;s93|3;s98|;s9b|1;s9e|7;s9n|6;s9v|;s9x|a;sab|8;sam|9;sax|1;sb0|3;sb5|4;sbb|1;sbg|3;sbl|5;sd7|d;sdp|5;sdw|4;se2|2;se6|4;sec|2;seg|;sei|1;sel|1;seo|5;sey|;sf4|;sf6|4;sfc|3;sfh|4;sfo|7;sfx|1;sg0|6;sg8|;sgb|6;sgj|8;sgt|6;sh3|3;sh8|3;shd|8;sho|;shq|1;sht|4;shz|;si1|d;sig|1;sij|3;sio|3;sit|4;sj0|4;sj6|;sj8|6;sjg|1;sjj|6;sjr|5;sjy|3;sk5|;sk7|2;skb|;skg|3;skl|1;sko|;skq|;skv|7;sl4|;sl9|1;sld|;slf|2;slj|3;slo|;slq|;slu|;slx|;slz|2;sm3|4;sm9|1;smc|1;smg|;smj|;sml|;smn|1;smq|;sms|3;sn1|3;sn6|;sn8|2;snc|;snh|;snk|;snm|;sno|6;snw|;sny|;so0|;so2|1;so5|;so7|;so9|;sod|5;sok|;som|1;sop|1;sos|1;soz|;sp2|9;spe|2;spi|5;spt|4;spz|;sq1|1;sq4|1;sqa|3;sqf|4;sqp|2;sqt|2;sqx|2;sr1|1;sr4|5;srb|1;srg|;sri|;srl|1;sro|;srq|;srs|;sru|c;ss8|;ssa|3;ssf|a;ssr|6;ssz|1;st2|9;std|;stf|4;stl|1;sto|5;stx|2;su1|;su3|2;su7|2;suc|3;suh|1;suk|2;suo|8;sv0|2;sv7|3;svc|1;svg|;svi|2;svn|7;svw|;svy|2;sw2|9;swd|4;swm|8;sww|2;sx0|5;sxa|3;sxh|4;sxn|5;sxv|;sxx|;sy0|2;sy5|1;sy9|2;syd|7;syn|1;sys|1;syv|1;syz|;sz1|;sz3|;sz6|1;sza|7;szj|4;szp|3;szv|5;t02|1;t05|;t07|2;t0c|1;t0f|2;t0j|2;t0n|3;t0s|2;t0w|;t0y|1;t13|5;t1b|1;t1e|;t1g|;t1i|;t1k|;t1p|;t1r|2;t1w|1;t20|2;t24|g;t2m|1;t2q|5;t2y|1;t38|;t3b|4;t3h|;t3k|2;t3o|4;t3u|2;t3y|;t40|;t44|1;t47|;t49|8;t4j|3;t4q|;t4s|6;t54|;t56|3;t5b|;t5e|;t5g|4;t5m|1;t5q|;t5t|;t5v|1;t5y|3;t63|3;t68|;t6c|2;t6h|2;t6p|;t6r|a;t74|1;t77|;t7a|3;t7g|3;t7l|1;t7o|4;t81|;t85|;t87|4;t8d|;t8h|3;t8n|2;t8t|3;t8z|7;t9b|;t9d|;t9n|;t9q|1;t9t|5;ta0|;ta2|1;ta5|;ta7|;ta9|;tab|2;tag|;tai|;tak|;tap|2;tat|;tax|3;tb2|5;tbc|;tbe|1;tbh|5;tbp|;tbr|;tbw|3;tc1|;tc3|2;tiv|2;tj2|2;tj6|2;tja|9;tjl|3;tjq|;tjs|1;tjx|c;tkb|2;tkh|1;tkk|;tkm|;tkp|6;tkz|;tl2|7;tlc|6;tlk|2;tlo|6;tlw|2;tm0|;tng|2;tnl|1;tno|2;tns|;tnu|;tnw|;tny|1;to1|3;to7|6;tof|3;tok|;tor|2;tov|1;toy|;tp0|;tp2|2;tp7|4;tpd|5;tpm|;tpo|;tpq|;tps|;tpu|6;tq2|5;tq9|5;tqg|3;tql|2;tqp|;tqs|9;tr3|1;tr7|7;tri|6;trq|7;ts0|1;ts4|3;ts9|5;tsh|1;tsl|1;tso|7;tsy|1;tt4|3;ttb|3;tti|1;ttl|2;tts|;ttu|8;tu5|2;tu9|;tub|1;tue|;tuh|5;tup|3;tuv|1;tuy|;tv4|3;tva|;tvc|1;tvf|;tvh|1;tvl|3;tvq|4;tvx|2;tw1|1;tw5|7;twe|;twg|4;twm|5;twt|1;twx|;twz|1;tx2|7;txb|2;txg|2;txl|;txn|;txp|;txr|1;txx|5;ty4|;ty6|2;tya|1;tye|;tyg|;tyj|3;typ|5;tyw|2;tz0|;tz2|1;tz5|;tz7|b;tzk|1;tzn|1;tzr|2;tzv|3;u00|1;u04|;u06|;u0d|2;u0h|7;u0q|1;u0v|;u0x|7;u16|;u18|8;u1i|4;u1o|;u1q|;u1s|1;u1v|3;u23|5;u2a|3;u2f|2;u2j|3;u2s|;u2u|1;u2y|5;u35|a;u3i|;u3m|1;u3p|2;u3u|2;u3z|2;u43|2;u5k|;u5m|1;u5p|4;u5w|;u5y|2;u62|2;u67|;u6a|6;u6j|1;u6m|;u6z|1;u72|5;u79|2;u7d|2;u7h|7;u7q|;u7w|2;u82|1;u85|;u87|3;u8c|;u8g|8;u8q|8;u90|;u92|2;u97|1;u9a|;u9d|4;u9l|5;u9s|2;u9x|4;ua3|3;ua8|2;uac|1;uaf|2;uaj|1;uam|2;uar|;uc6|3;ucb|;ucd|2;ucj|;ucl|1;uco|;ucs|2;ucw|5;ud5|1;ud8|1;udb|;udd|;udf|3;udk|1;uds|5;ue0|7;ue9|1;uef|;uei|4;ueo|2;ues|1;uew|1;uez|4;uf5|4;ufc|;ufe|2;ufi|5;ufq|;uft|1;ufy|;ug0|;ug2|2;ug7|1;ugb|;ugd|1;ugg|1;ugj|;ugl|3;ugu|;ugw|5;uh3|;uh6|4;uhd|1;uhg|4;uhm|1;uhp|;uhr|;uhu|;uhw|1;ui1|3;ujs|;uju|;ujw|4;uk2|;uk4|5;ukb|6;ukj|1;ukm|;uko|;uku|b;ul7|1;ula|2;ule|5;ull|6;ult|4;ulz|;um1|2;um5|;um7|7;umg|1;umj|3;umo|;umq|;umu|;umw|5;un3|1;un6|1;un9|a;unl|4;unr|;unt|4;uo1|4;uo8|;uob|4;uoh|;uok|4;uoq|1;uou|;uox|;uoz|;up1|1;up4|;up6|5;upe|7;upr|1;upv|4;uq1|2;uq5|7;uqe|1;uqi|;uql|3;uqu|8;ur4|2;ur8|;urb|2;urf|1;uri|3;urq|4;ury|4;us4|;us6|2;usb|;usd|;usf|;ush|4;usn|1;usq|1;usu|5;ut1|;ut3|3;ut9|;utb|1;ute|;utg|;uti|;utk|5;utr|7;uu0|6;uu9|9;uul|5;uut|2;uux|2;uv1|1;uv5|;uv7|7;uvi|2;uvm|2;uvq|2;uvu|7;uw3|;uw5|;uw7|4;uwd|1;uwg|;uwi|;uwl|3;uwq|2;uzp|2;uzt|;uzv|1;v00|;v02|2;v06|1;v09|;v0i|1;v0m|3;v0r|;v0u|;v0x|1;v11|;v13|1;v17|4;v1f|;v1i|;v1k|;v1m|2;v1r|1;v1u|2;v22|5;v29|7;v2i|;v2o|4;v2x|;v30|9;v3d|3;v3j|1;v3m|1;v3q|1;v3u|2;v3y|;v43|1;v46|1;v49|1;v4d|2;v4i|1;v4l|5;v4x|;v50|;v55|3;v5a|1;v5d|1;v5g|1;v5k|5;v5r|5;v5y|1;v61|1;v67|;v6b|4;v6h|1;v6m|2;v6r|;v6t|2;v6x|;v6z|;v71|3;v76|2;v7c|2;v7h|1;v7m|;v7r|;v7u|;v7x|1;v80|2;v85|1;v89|6;vat|;vaw|5;vb3|6;vbb|1;vbf|1;vbi|1;vbl|2;vbp|3;vbv|;vbx|2;vc4|2;vc8|2;vcc|4;vcj|2;vco|7;vcz|1;vd2|;vd4|;vd7|7;vdg|1;vdk|1;vdn|5;vdw|1;vdz|1;ve4|6;vec|5;vej|4;veq|1;vev|2;vf2|9;vfd|2;vfj|3;vfq|;vfu|2;vfz|;vg1|1;vg4|;vg7|;vg9|6;vgh|;vgj|4;vgq|1;vgu|2;vgy|6;vh6|;vh9|6;vhi|4;vho|7;vhx|2;vi2|;vi5|;vi7|;vil|;vin|3;vis|3;vix|;vj0|7;vj9|;vjo|;vjw|6;vk4|;vk6|;vkc|;1d6o|2h;1d97|47;1ddg|n;1de6|2n;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t57|;2t8p|1;2t9e|;2t9g|;2t9s|;2tbp|;2teg|;2tgi|;2tjn|;2trf|;2ttd|;2ttt|;2tx5|;2tze|;2u4p|;2u67|;2u9d|;2uae|;2uc1|;2uco|;2ui4|;2ukv|;2uo8|;2upz|;2ure|;2uux|;2uxa|;2v0c|;2v0k|;2v19|;2v6s|;2v9v|;2vbx|;2vfj|;2vg7|;2vr9|;2vrs|;2vvl|;2vz8|;2vzh|;2w0l|;2w67|;2wox|;2wql|;2wr9|;2ws4|;2wsb|;2wuv|;2wv8|;2wvx|;2wwr|;2wxi|;2wxw|;2x1g|;2x65|1;2xg7|;2xjb|;2xmc|;2xom|;2xqa|;2y0t|;2y83|;2yai|;2yqe|;2ywd|;2yx1|;2yxu|;2yyg|;2yz6|;2yzg|;2yzl|;2z07|;2z1c|;2z3n|1;2za6|;2zcm|;2zga|;2zqz|;2zvc|;302m|;306l|;30nd|;30tv|;313v|;3163|;31cf|;31ko|;31om|;31ov|1;31ra|;31ul|;31us|;3275|;329u|;32ln|;32ye|;32yr|1;3305|;33aq|;33d8|;33dc|;33de|1;33dh|;33dm|;33dr|;33dw|;33em|;33gq|1;33gx|;33hh|;33l0|;33oa|;33pw|;33r8|;33ug|2;33uv|;340c|;340s|;341r|;342r|1;346f|;346p|;3473|;3484|;348t|;34pk|;3533|;354u|;356m|;356o|;3572|;358g|;35cj|;35dl|1;35oe|;35u3|;35w6|;35z7|;364m|;3666|;36cu|;36ik|;36j4|;36zt|;3739|;37ch|;37h2|;37jd|;37t9|;380m|;381b|;385y|;38d0|;38jo|;38jy|;38l3|;38mi|;38nf|;38xe|;38zu|;3905|;395u|;399l|;39al|;39b9|;39cu|;39e4|;39ri|;39u6|;39w9|;39xq|;3a1z|;3a7z|;3aep|;3ag9|;3agk|;3alw|;3av8|;3avg|;3avo|;3b2v|;3b37|1;3b3l|;3b8y|;3bd7|;3bdw|;3bmp|;3bqm|;3brq|;3bs2|;3bs5|;3buq|;3bvc|;3bvs|;3bxf|;3bz0|;3c2c|;3c2o|;3c3f|;3c3w|;3c47|;3c68|;3ca5|;3ciq|;3ckq|;3ckw|;3cli|;3cr0|;3cw2|;3ddq|;3df4|;3di5|;3dul|;3duy|;3dxt|;3dyn|;3dzt|;3e1p|;3e3i|;3e54|;3e6k|;3e7r|;3e9r|;3ei1|;3ek3|;3ela|;3en1|;3eww|;3exx|;3f6c|;3f92|2;3fg4|;3fgt|;3fi1|;3g0q|1;3g1q|;3g28|;3g3t|;3ggk|1;3ghd|;3gjo|;3gk3|;3gni|;3go3|;3gpe|;3gz6|;3h51|;3h6c|;3hc4|;3hkj|;3hku|;3hl3|;3hoc|;3hrs|;3hwz|;3hy8|;3i1c|;3i5r|;3id3|;3iiy|;3ikb|;3iwn|;3iwy|;3j03|;3j65|;3j7w|;3j9x|;3jdo|;3jhn|;3jk8|1;3jrr|;3jsq|;3k92|;3k95|;3ka3|;3kav|1;3kca|1;3kf2|;3kfd|;3kg3|;3khd|;3kih|;3kjx|;3kkd|;3kkk|;3kqp|;3krz|;3kyl|;3l00|;3l2p|;3l6j|;3l73|;3l7b|;3l7j|;3l86|;3lah|;3ld7|;3ldi|;3lf6|;3lko|;3m3k|;3m41|;3mhc|;3mq7|;3mv3|;3my8|;3mzd|;3n0w|;3n68|;3nba|;3nn6|;3o7f|;3obf|;3od1|;3oe5|;3oeh|;3oga|;3ohw|;3oij|;3oix|;3opa|;3opj|;3ore|;3orz|;3oua|;3oxl|;3p1s|;3p9u|;3pfw|;3pkn|;3pwx|;3pxe|;3py2|;3q2a|;3qp2|;3tc6|;3tch|;3tcj|;3tcq|;3tcs|;3td1|;3tdi|1;3tdo|;3tdu|;3te1|;3te3|;3te6|;3tec|;3tf0|;3tf3|;3tfh|;3tft|;3tfz|;3tg2|;3tg8|;3tgw|;3thp|;3thz|;3ti2|;3z9g|;41vc|;42g9|;42qy|;464k|;464v|;4651|;4654|;4656|;465e|;465k|;465o|;465v|;4667|;466e|;466q|;4676|;467h|;467n|;467r|;4684|;468p|1;4692|;4698|;469e|;469i|;46ab|;46aj|1;46ap|;46at|;46ay|;46b1|;46bg|;46bn|;46bv|;46bz|;46ca|;46cg|1;46dh|;46dj|;46ek|;46fp|;46hc|;46hq|1;46ic|;4an2|;4ay4|;")) +q.push(A.Q("Noto Sans Javanese","https://fonts.gstatic.com/s/notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xhc|25;xjj|a;xjy|1;")) +q.push(A.Q("Noto Sans KR","https://fonts.gstatic.com/s/notosanskr/v27/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;3cw|73;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|2l;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ae2|;afr|;ahh|;aht|;aim|;anz|;ar3|;atf|2;aue|;aw3|;awf|;awq|;b0c|;b2k|;b2w|;b5v|;b7e|;b8n|;b99|;bc0|;bc5|;bcz|;bdc|;bdx|;bee|;bi1|;bl0|;bmk|;bna|;bnn|;boj|;bqx|;bub|;bv8|;bvo|;bvx|;bzx|1;c1o|;c2f|;c4f|;c70|;c76|;cec|;cfh|;cfx|;cg4|;cof|;cok|;cpu|;crt|;csp|;cvr|;cz0|;d3t|;ddn|;ddz|;dev|;dey|;dhs|;dn6|;dte|;dug|;dyv|;dz2|;dzo|;dzs|;dzx|;e25|;e3w|;e4d|;e5b|;ear|;ebn|;ec6|;ecm|;eg5|;eji|;ejp|;ekr|;emq|;enh|;erc|;esf|;eso|;et7|;evn|;ewh|;f6n|1;f8b|;feo|1;fer|;fev|4;ff1|1;ff5|;ff8|2;ffc|1;ffi|1;ffo|;ffq|;ffs|;ffv|2;fg0|2;fg6|;fg8|1;fgb|;fgf|;fgi|1;fgl|;fgr|;fgt|2;fh2|5;fh9|2;fhj|;fhn|2;fht|;fhv|;fhy|1;fi2|2;fi6|;fi8|;fia|;fid|1;fig|1;fij|1;fim|4;fis|1;fiw|1;fiz|1;fj2|4;fj8|2;fjc|;fjf|3;fjk|;fjn|1;fjq|;fjt|2;fk0|1;fk4|;fk6|1;fka|1;fkd|;fkk|5;fkt|2;fkx|;fkz|2;fla|;flc|;fle|1;flh|2;fln|;flp|;flr|2;fm1|2;fm5|4;fmi|;fml|;fn3|1;fn8|;fna|;fnc|;fne|;fng|2;fnm|1;fnq|3;fnv|;fnx|4;fo3|4;fo9|6;fop|1;fov|1;foz|1;fp2|;fp4|9;fpf|1;fpi|;fpk|3;fpp|5;fpw|;fpy|2;fq2|3;fqm|1;fqq|;fqt|1;fqx|;fqz|;fr3|;fr5|4;frd|1;frg|8;frr|4;frx|4;fs3|;fse|3;fsj|3;fso|;fsq|;fsu|;fsw|;fsy|;ft1|2;ft5|;ft7|;ft9|;ftb|;ftd|3;fti|;ftk|2;fto|;ftq|1;ftt|d;fu8|;fuj|;fur|1;fuv|3;fv2|1;fv7|;fv9|1;fvc|2;fvg|;fvk|;fvm|;fvp|1;fvu|;fw0|;fw2|;fw4|2;fw8|;fwg|;fwj|;fwl|;fwr|;fwt|;fwx|1;fx0|;fx2|;fx4|3;fx9|1;fxe|;fxo|2;fxu|3;fxz|;fy5|2;fya|;fyc|1;fyh|1;fyn|;fyp|;fys|2;fyy|1;fz2|;fz6|;fz9|2;fzd|;fzg|2;fzp|;fzt|;fzv|;fzy|6;g06|1;g09|;g0b|1;g0g|;g0i|3;g0n|1;g0q|2;g0v|;g0x|1;g10|1;g13|;g16|1;g1d|2;g1h|;g1j|5;g1r|2;g1v|6;g23|3;g28|;g2a|;g2c|3;g2i|;g2k|;g2q|;g2t|;g2v|7;g35|;g39|3;g3g|;g3k|;g3m|;g3q|;g3t|1;g3w|1;g3z|;g41|2;g45|4;g4e|;g4g|;g4i|3;g4q|2;g4w|2;g52|1;g59|1;g5g|2;g5l|4;g5u|;g5w|;g5y|;g63|3;g68|1;g6h|;g6l|;g6o|1;g6r|3;g6w|2;g71|;g74|3;g7a|2;g7e|;g7i|;g7l|;g7n|;g7q|1;g7x|;g84|3;g89|1;g8e|;g8g|3;g8m|5;g8z|1;g92|1;g95|4;g9g|3;g9m|1;g9p|2;g9t|;ga1|1;ga7|;gaa|;gac|1;gaf|;gai|;gal|;gan|;gaq|1;gav|2;gb1|;gb5|2;gbb|1;gbf|;gbj|1;gbn|1;gbr|;gbt|5;gc9|;gce|;gch|;gcj|;gcl|;gcn|;gcp|;gcs|1;gcy|;gd1|1;gd4|1;gd7|;gd9|7;gdi|;gdp|;gdu|1;gdx|;ge0|3;ge6|5;ged|;geg|;gei|;gek|1;gen|1;get|2;gex|1;gf4|1;gf7|;gfb|;gfe|;gfj|;gfl|;gfq|;gfs|3;gfx|4;gg3|2;gg7|3;ggd|;ggh|3;ggn|;ggq|;ggs|;ggu|;ggw|1;gh0|;gh2|;gh4|1;gh8|;gha|7;ghj|4;ghp|2;ghu|;ghw|;gi6|;gib|;gie|;gig|;gii|;gil|;gin|1;git|1;giy|;gj1|1;gj6|1;gja|;gjd|;gjf|;gjm|1;gjp|;gjs|5;gk4|;gk6|1;gk9|;gkb|;gkf|;gkh|5;gko|g;gld|;glf|1;glk|9;gm3|;gm5|;gm7|1;gme|;gmh|;gmj|1;gmm|;gmp|;gmr|;gmu|;gmw|1;gmz|3;gn4|;gn6|;gna|;gnc|;gne|;gni|;gnl|;gnx|;gnz|;go2|;go4|;go6|;go8|;goa|1;gog|1;goj|;gol|1;gor|2;gov|1;gp0|;gp2|1;gp7|5;gpi|;gps|;gpu|;gpw|1;gq0|;gq3|1;gq7|;gqa|1;gqg|;gqj|2;gqn|5;gqu|3;grl|;grp|1;grs|1;grx|1;gs1|1;gsa|;gsd|;gsf|;gsk|;gsm|1;gsp|;gsu|2;gt0|;gt8|;gtn|;gtq|1;gtt|;gtv|;gtx|;gu1|;gu4|;gu6|;gu8|;gua|;guc|;gue|;gui|;gun|;gur|;guu|1;gv0|;gv2|;gv7|;gvv|6;gw3|1;gw6|1;gw9|2;gwh|;gwj|1;gwo|2;gws|3;gwz|1;gx3|5;gxa|;gxc|;gxv|;gxx|;gxz|;gy1|;gy9|;gyc|;gyi|2;gyn|1;gyq|2;gzb|;gzh|2;gzo|;gzq|;gzs|1;gzw|4;h02|;h04|;h06|1;h0p|;h0s|;h0v|;h0y|;h10|;h12|3;h17|;h1b|;h1d|1;h1l|;h1n|;h1p|2;h1v|;h2c|1;h2g|5;h2n|;h2q|;h2s|;h2u|;h2w|;h2y|;h34|;h38|;h3a|1;h3j|;h3t|1;h45|;h47|;h4c|;h4e|;h4j|1;h4m|;h4s|;h4w|3;h54|2;h59|;h5d|;h5j|;h5m|1;h5q|2;h5v|;h5y|1;h63|;h65|1;h68|;h6b|;h6f|;h6h|1;h6l|;h6n|;h6p|3;h6v|4;h71|;h76|1;h7a|;h7c|;h7g|;h7j|;h7p|;h7s|2;h7w|2;h80|;h8b|;h8e|;h8g|2;h8n|;h8q|;h8s|5;h9d|;h9g|;h9i|4;h9q|3;h9v|;h9x|;h9z|1;ha3|1;haa|;hag|;haj|1;har|;hat|;hb2|;hb4|;hb6|2;hbs|;hbx|;hc3|;hc6|3;hcb|;hce|1;hch|1;hcs|;hcv|1;hd0|;hd5|;hd9|1;hdc|;hdf|1;hdi|1;hdl|4;hds|;hdu|4;he0|3;hef|;heh|;hel|1;heo|1;her|1;heu|1;hey|;hf1|;hf3|2;hf8|1;hfe|;hfk|;hft|4;hfz|3;hg4|;hg7|3;hge|;hgh|1;hgk|;hgp|;hh1|;hh5|;hh8|2;hhc|1;hhf|;hhh|;hhl|1;hho|1;hhs|;hhv|;hi4|3;hi9|;hib|;hig|1;hij|;him|;hio|1;hir|;hiy|1;hj2|;hj5|;hj7|;hj9|;hjb|;hji|;hjl|;hjn|2;hjs|2;hjw|3;hk1|;hk4|;hkb|1;hke|2;hki|;hkp|2;hkt|;hky|;hl2|;hl4|;hl6|;hlb|1;hlg|2;hll|3;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmf|1;hml|1;hms|;hmv|2;hn0|;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|;hnm|;hnr|;hnt|5;ho2|2;ho6|;ho8|;hod|;hoi|2;hoq|;hos|1;hox|2;hp2|1;hp5|;hp9|;hpf|2;hpj|1;hpo|;hpr|;hpu|;hpx|1;hq0|1;hq3|;hq6|1;hq9|;hqb|;hqe|;hqg|3;hql|;hqo|4;hqx|1;hr0|2;hr6|4;hrc|;hre|2;hri|;hrk|;hrm|;hrr|5;hrz|;hs1|;hs3|;hs9|1;hsd|;hsh|;hsj|;hso|1;hsr|1;hsv|1;hsz|;ht1|;ht3|;ht5|;ht7|;ht9|;hth|1;hto|;htr|2;hty|1;hu1|;hu3|1;hu8|1;hui|;huo|;huq|1;huu|1;hux|1;hv1|;hv6|;hvb|;hvj|;hvo|;hvx|;hw0|;hw2|1;hw5|;hwa|1;hwe|1;hwi|;hwk|;hwn|;hwq|;hwz|;hx1|;hx6|5;hxd|1;hxg|;hxk|1;hxn|1;hxx|2;hy1|2;hy5|;hy8|6;hyh|;hyj|;hyl|2;hyu|;hyy|1;hz1|;hz4|;hz9|;hzc|1;hzf|1;hzq|;hzt|;hzv|;i05|;i08|;i0a|;i0d|;i0g|;i0i|;i0k|;i0u|2;i0z|;i11|;i18|;i1c|1;i1g|4;i1m|3;i1r|;i1t|;i1v|3;i21|;i23|;i28|1;i2d|1;i2g|;i2i|;i2k|;i2n|3;i2t|;i2v|5;i33|;i37|;i39|8;i3j|;i3m|4;i3w|;i3y|;i40|;i43|3;i48|1;i4f|1;i4i|5;i4s|;i4w|;i4y|2;i52|2;i57|;i5a|1;i5d|1;i5g|5;i5n|5;i5x|1;i60|2;i67|;i69|;i6c|b;i6p|;i6s|;i6u|;i6x|;i73|1;i76|2;i7c|;i7f|;i7l|;i7s|9;i85|3;i8b|;i8d|1;i8g|1;i8l|;i8r|;i8w|;i8y|;i90|1;i94|;i98|;i9b|;i9d|;i9f|;i9l|1;ia0|;ia2|;ia4|;ia7|3;iac|;ial|;iap|;iar|;iat|8;ib5|;ib7|;ib9|;ibb|1;ibe|;ibi|;ibk|;ibv|;ic2|;ic9|;icg|;ico|1;ict|;icv|2;id0|;id2|;id7|;id9|;idi|1;idp|1;ids|1;idw|5;ie3|;ie7|;iea|;iec|;iee|1;ieh|;ies|;if1|;if5|1;if8|;iff|1;ifi|;ifk|;ifn|1;ig9|;igc|;igf|;igh|;igx|1;ih0|;ih2|1;ih7|;ihe|;ihg|1;ihl|;ihp|;ihs|;ihu|;ihz|;ii2|1;ii6|;ii8|;iif|1;iii|;iik|2;iix|;iiz|;ij1|;ij5|2;ija|;ije|1;ijh|1;ijk|2;ijp|3;ijv|;ijy|;ik1|4;ik7|2;ikb|;ikd|1;iki|1;ikm|;ikp|;iks|;ikx|;il1|1;il5|2;il9|;ilc|;ilh|;ilk|;iln|;ilp|;ilv|;ily|2;im5|;im7|1;imb|2;imf|;imk|;imm|;ims|1;imw|;in2|1;in5|2;inc|;ine|2;ink|4;inq|a;io3|1;io7|;ioa|1;iof|;iol|2;ioq|;ios|;iow|;ip1|3;ip7|;ip9|;ipf|;iph|3;ipp|1;ipt|1;iq0|3;iq7|2;iqb|;iqd|1;iqh|2;iql|6;iqt|;iqv|2;ir0|;ir5|;ir7|1;ira|1;ire|1;iri|1;irl|;irn|1;irr|1;iru|1;irz|;is1|4;is7|1;isb|;isf|;isi|;isl|2;isp|;ist|;isx|;it0|1;it3|;it6|;it8|;ita|;itc|;iti|;itk|;itm|;ito|;itq|;its|1;itv|1;ity|3;iu3|;iu5|;iu9|1;iuc|3;iuh|4;iuo|1;iur|;iuv|;iux|;iv0|;iv3|3;iv9|;ivb|5;ivk|2;ivr|2;ivw|;ivy|;iw0|1;iw3|;iw7|3;iwc|3;iwj|;iwl|;iwn|;iwp|;iws|1;iwz|2;ix4|1;ix8|2;ixc|;ixe|1;ixh|4;ixo|5;ixw|;iy0|;iy3|;iy5|2;iy9|;iyd|;iyg|;iyj|2;iyn|;iyy|;iz1|;iz3|;iz6|;iz8|3;izd|;izf|2;izk|1;izp|5;izz|1;j03|;j0h|2;j0m|2;j0q|1;j0t|;j0w|;j0y|;j11|;j15|1;j19|;j1b|1;j1e|3;j1k|5;j1r|1;j1x|;j29|;j2b|3;j2h|4;j2n|;j2q|;j2s|3;j2y|1;j33|1;j36|2;j3b|;j3e|;j3k|6;j3s|;j3v|3;j44|3;j49|;j4b|;j4f|;j4h|;j4j|;j4l|;j4n|b;j5c|4;j5i|6;j5s|1;j5v|;j5y|;j60|1;j65|2;j6c|1;j6i|2;j6m|1;j6q|;j6v|1;j6z|2;j74|;j78|;j7b|;j7g|;j7i|1;j7m|;j7o|;j7q|2;j7u|3;j7z|;j82|3;j88|2;j8c|1;j8f|5;j8n|1;j8q|1;j8u|;j8w|1;j8z|4;j96|;j98|2;j9d|2;j9m|;j9p|1;j9s|4;j9y|;ja0|2;jac|;jaf|2;jaj|1;jam|1;jaq|;jau|;jaw|;jay|4;jb7|;jba|6;jbj|;jbp|;jbr|;jby|1;jc3|;jc6|;jci|;jcm|2;jcq|;jcs|4;jd3|1;jd6|;jd8|2;jdc|2;jdg|2;jdk|;jdm|;jdq|1;jdt|1;jdy|1;je1|1;je5|1;je8|6;jeh|;jem|3;jer|;jev|7;jf5|2;jfb|1;jff|1;jfi|;jfn|;jfs|;jfy|;jg1|;jg3|;jg6|;jg9|1;jgc|;jge|2;jgj|1;jgm|;jgp|1;jgv|;jgx|1;jh0|4;jh7|;jhi|;jhk|;jhn|1;jhq|;jht|1;jhx|;ji1|;ji4|1;jia|;jic|9;jin|a;jiz|1;jj5|;jjg|3;jjl|;jjn|;jjp|2;jjx|2;jk1|1;jk7|;jk9|;jkc|;jkg|2;jl4|;jl6|1;jlb|;jll|2;jlp|1;jlu|2;jly|;jm1|;jm4|4;jmb|;jmd|;jmf|;jmi|;jmv|2;jmz|;jn2|;jn5|1;jna|1;jne|1;jnj|1;jnn|1;jnr|3;jnw|;jny|1;jo2|;jo6|;jo8|;job|1;jof|3;jol|;jon|3;jos|;jpa|;jpc|;jpf|1;jpi|;jpl|;jpr|1;jpu|;jpy|;jq2|1;jq7|2;jqb|;jqh|;jqj|;jql|1;jqq|;jqs|3;jra|;jrd|;jrh|;jrj|;jrm|;jro|;jrq|2;jrw|;js0|;js2|;js4|1;js8|;jsa|3;jsf|1;jsk|;jsm|;jsq|;jsu|;jtk|;jtn|;jtq|;jts|;jtz|;ju1|;ju5|;ju7|;jub|;jug|3;jul|;jut|;juw|;jv4|3;jv9|;jvd|2;jvh|2;jvo|1;jvt|;jvv|;jvx|1;jw0|;jw2|;jwb|1;jwe|1;jwh|;jwk|1;jwn|;jwp|1;jwt|1;jww|;jwy|;jx0|1;jx3|1;jx6|;jxc|3;jxh|2;jxo|1;jxr|;jxt|1;jxw|;jy2|;jy6|;jy8|;jya|;jyc|;jyf|;jyi|;jyn|;jys|;jyw|1;jz1|;jz6|2;jze|2;jzj|;jzm|;jzo|5;jzv|;jzx|2;k03|;k05|;k08|1;k0d|2;k0h|1;k0k|5;k0t|1;k0y|1;k12|;k18|1;k1e|;k1g|1;k1j|1;k1q|;k1t|2;k1x|;k1z|;k21|;k24|;k28|1;k2f|;k2h|;k2j|2;k2n|;k2p|;k2s|1;k2v|;k2z|2;k33|3;k3b|;k3d|;k3g|1;k3j|;k3l|5;k3u|2;k3z|;k42|;k47|;k4g|1;k4j|;k4l|1;k4o|1;k4s|1;k4x|1;k50|;k56|3;k5b|1;k5e|1;k5i|1;k5l|1;k5o|5;k5v|2;k63|1;k66|3;k6b|2;k6f|1;k6j|;k6l|;k6n|2;k6s|3;k6y|1;k75|3;k7c|1;k7f|1;k7i|3;k7t|2;k7x|5;k84|5;k8b|5;k8j|1;k8m|5;k8t|;k8v|;k90|;k93|2;k97|1;k9a|;k9c|1;k9i|2;k9m|;k9p|1;k9s|;k9u|1;ka3|1;ka6|;ka9|4;kag|3;kam|3;kas|5;kb7|1;kba|;kbc|6;kbk|;kbn|;kbq|;kbs|2;kbw|;kby|2;kc2|2;kc7|3;kcc|;kce|2;kcj|2;kco|5;kcw|;kd0|1;kd3|;kd7|;kd9|3;kde|1;kdi|2;kdm|4;kdt|;kdv|1;kdy|;ke2|;ke5|1;ked|1;keh|;kej|1;kem|3;ker|;keu|;kf0|4;kf9|;kfe|;kfg|1;kfj|4;kfp|;kfr|;kfv|1;kfy|1;kg3|;kg7|;kg9|;kgb|1;kgf|1;kgi|1;kgl|;kgn|3;kgs|1;khb|1;khe|1;khi|2;khq|;kht|;khw|1;ki2|;ki7|5;kie|4;kil|2;kiq|;kix|;kj0|;kj3|2;kj7|3;kjd|;kjf|;kji|1;kjn|1;kk0|;kk2|1;kk6|1;kkd|1;kkh|1;kkq|;kku|1;kkx|1;kl0|;kl4|1;kl7|2;klc|4;kli|;klk|1;klq|;kls|1;klv|1;kml|;kmn|;kms|;kmu|1;kn2|1;kn5|;kn7|;kn9|1;knj|;knn|1;knr|;knv|;knx|;knz|4;ko7|1;kod|;kof|2;koj|;kol|1;kp0|1;kp5|4;kpc|;kpe|;kph|3;kpm|;kpr|1;kpv|;kpz|1;kq4|;kq6|;kqa|;kqh|4;kqo|1;kqs|2;kqz|;kr1|2;kr5|1;krd|;krg|;krr|;ks0|;ks4|;ks6|;ks9|;ksd|;ksf|;ksi|;ksq|;ksv|;ksz|2;kt3|;kt5|1;kt9|1;ktc|3;kth|;ktk|;ktm|5;ktv|;ktx|;ktz|2;ku3|;ku5|;kum|;kup|;kus|1;kuw|;kuz|1;kv3|;kv8|3;kvh|1;kvk|2;kvo|;kvr|;kvu|2;kvy|3;kw3|;kw7|;kwa|6;kwj|;kwm|;kwy|;kx1|5;kx9|;kxe|;kxl|;kxn|;kxp|;kxr|1;kxu|;kxx|;ky2|1;ky9|3;kyf|;kyh|;kyj|;kym|1;kyp|;kyr|;kyx|;kyz|;kz9|;kzc|3;kzh|;kzn|2;kzr|6;l00|;l02|1;l08|2;l0f|;l0h|1;l0k|;l0m|;l0r|;l0y|;l11|;l1b|1;l1f|1;l1l|;l1p|1;l1s|;l1w|;l1z|;l24|1;l27|1;l2a|1;l2m|;l2r|;l2u|;l2z|1;l33|;l36|1;l3n|;l3u|5;l48|;l4a|;l4c|;l4m|;l4r|1;l4y|2;l56|;l58|;l5d|1;l5i|;l5q|;l5s|1;l5v|;l64|;l6a|;l6f|4;l6l|2;l6r|;l6u|1;l6x|1;l70|;l72|;l74|;l78|;l7d|2;l7j|8;l7t|1;l7z|;l82|;l87|4;l8f|1;l8i|2;l8m|;l8p|1;l8t|;l8x|;l92|;l94|;l9a|;l9e|;l9g|;l9n|;l9p|2;l9u|1;l9x|;l9z|;la2|;la4|1;la7|2;lac|2;laj|;lal|;lan|;laq|2;lau|2;lay|1;lbf|1;lbj|;lbn|;lbs|;lbz|;lc5|;lc8|;lcf|2;lcj|1;lcn|;lcr|;lcz|1;ldf|5;ldq|5;le3|;le6|2;lea|3;lef|;leh|7;leu|;lew|2;lf1|;lf4|;lf6|;lf8|;lfa|;lfe|;lfh|1;lfl|8;lfw|1;lg0|;lg2|4;lg8|3;lgi|;lgr|1;lgu|;lgw|1;lgz|;lh2|;lh4|1;lh7|4;lhd|1;lhg|2;lhl|1;lho|;lhs|1;lhv|2;lhz|;li1|4;li8|3;lid|;lig|;lij|;lim|3;lir|;lj3|;lj8|;ljb|;lje|2;ljl|1;ljo|;ljr|;ljt|;ljv|;ljy|1;lk3|;lk5|;lk7|5;lke|;lki|;lkl|1;lko|6;lkx|;lll|1;llo|;llt|;llv|4;lm1|1;lm4|;lm6|1;lma|;lmc|;lmf|2;lmn|;lmq|;lmt|;lmv|2;ln0|3;ln5|;ln7|4;lnu|2;lnz|;lo2|;lo4|1;lo7|1;loc|;lof|1;loj|5;lor|1;lov|3;lp2|;lp4|2;lp9|1;lpc|6;lpk|;lpm|2;lpq|;lpt|;lpv|;lpx|7;lqd|;lqg|;lqi|;lqv|;lqx|2;lr1|;lr3|7;lrc|;lrf|2;lrj|;lrm|;lro|;lrq|2;lru|;lrw|2;ls0|;ls3|2;lsa|;lsd|1;lsh|;lsj|3;lso|;lsr|1;lsu|1;lsz|;lt3|;lt7|;lta|1;lte|1;lth|;ltm|;lu7|1;lud|1;lug|;luk|1;lun|;luq|;lut|;luv|1;luy|1;lv3|;lv5|1;lv9|2;lve|;lvh|;lvm|3;lvs|1;lvv|1;lvy|;lw1|;lw3|2;lw9|;lws|1;lwv|;lwy|;lx0|1;lx3|1;lx8|;lxa|1;lxd|1;lxg|;lxi|;lxl|;lxo|;lxr|;lxt|;lxv|2;ly1|1;ly8|;lya|2;lye|2;lyi|3;lyo|3;lyw|;lz0|;lz2|1;lz5|;lzj|;lzl|1;lzo|;lzr|8;m01|3;m06|;m0d|4;m0k|;m0o|;m0q|;m0s|2;m0x|1;m10|;m12|3;m17|3;m1c|;m1e|;m1g|4;m1r|;m1t|;m1v|2;m1z|1;m22|;m26|1;m29|;m2b|;m2e|;m2h|;m2m|;m2o|3;m2u|1;m2x|1;m38|1;m3c|;m3e|1;m3i|3;m3o|2;m3t|;m3v|1;m3y|1;m41|;m43|1;m46|;m4a|;m4e|;m4h|;m4l|2;m4p|;m4r|;m4v|;m4x|2;m51|;m54|;m56|5;m5f|;m5i|2;m5r|1;m5u|;m5z|1;m64|;m66|;m6c|;m6e|;m6k|;m6m|;m6o|1;m6r|;m6w|;m71|1;m77|;m7a|;m7d|;m7f|1;m7j|1;m7s|;m7w|2;m81|;m85|1;m8a|;m8e|;m8i|;m8l|;m8o|3;m8x|;m90|;m92|;m97|5;m9f|;m9j|3;ma0|;ma2|1;ma7|;mab|1;mag|1;mak|1;man|;mb3|;mb5|;mbd|1;mbh|;mbn|1;mbq|;mbt|;mbw|;mc9|1;mcc|;mce|;mcg|1;mcm|;mct|4;md2|;mdf|;mdi|1;mdl|1;mdo|;mdq|;mds|;mdu|1;mdx|2;me1|;me4|2;mea|;mec|5;mek|;mem|;mf1|;mf4|;mf8|1;mfb|3;mfj|;mfm|;mfo|;mft|;mfv|;mfz|3;mg4|;mg8|1;mgc|;mgf|;mgh|1;mgp|1;mgu|;mgx|;mgz|;mh4|1;mh7|;mha|2;mhe|;mhg|2;mhl|;mhn|;mhr|1;mhx|2;mi4|2;mih|;mij|6;miu|1;miz|2;mj4|;mj8|;mjb|;mje|1;mjj|;mjp|;mjs|;mju|;mjw|1;mk0|;mk2|;mk5|1;mk8|3;mkd|3;mki|;mkm|2;mkr|1;mky|2;ml2|;ml4|3;ml9|;mlb|;mld|2;mlj|;mll|;mlr|;mlu|;mlw|;mm0|1;mm5|;mm8|2;mmf|;mml|;mmq|;mmu|;mn6|;mnb|;mng|1;mnj|;mnn|2;mo0|;mo2|;mo4|;mo9|;moe|;mog|;moi|;mon|;mop|;mox|1;mp1|;mp4|1;mp8|;mpg|;mpj|6;mq1|1;mqb|;mqe|3;mqj|2;mqq|;mqt|;mqv|4;mr5|;mr8|;mra|1;mri|1;mrn|2;mry|;ms0|;ms2|;ms7|1;msc|;msg|;mso|4;msv|1;msy|;mt1|;mt3|1;mt6|2;mtd|;mtg|;mti|3;mtn|;mtq|;mtu|;mtw|4;mu6|2;mue|1;muh|2;mul|;muq|2;muv|;mux|;muz|2;mv3|1;mv6|;mva|;mvc|2;mvg|1;mvj|;mvm|;mvq|3;mvx|1;mw0|;mw2|4;mw9|2;mwd|1;mwl|;mwn|2;mwt|1;mwx|;mwz|4;mx5|;mxf|;mxj|1;mxn|;mxp|;mxr|3;mxw|2;my0|;my2|2;my6|8;myg|;myi|;myn|7;myw|1;myz|1;mz2|;mz9|;mzb|;mzd|7;mzm|3;mzs|2;mzx|6;n0d|1;n0g|;n0i|5;n0p|3;n0w|;n14|;n18|3;n1d|;n1f|;n1h|;n1j|1;n1m|1;n1s|2;n1x|1;n20|1;n24|1;n27|1;n2e|;n2i|;n2l|;n2n|1;n2r|1;n2w|;n2y|2;n34|;n36|1;n3a|;n3d|;n3i|;n3m|1;n3r|;n41|;n43|1;n4c|2;n4h|;n4j|;n4l|;n4o|;n4q|2;n4u|1;n4y|4;n54|;n57|1;n5c|3;n5j|1;n5m|1;n5r|;n5v|;n5z|;n62|2;n66|1;n69|;n6b|1;n6h|4;n6o|;n6q|;n6s|3;n6y|1;n73|1;n79|1;n7c|;n7e|;n7j|;n7q|2;n7u|1;n7y|1;n81|1;n84|;n89|1;n8d|;n8j|;n8l|;n8p|;n8r|;n8x|4;n94|1;n98|2;n9c|;n9e|1;n9h|;n9j|;n9m|;n9p|1;n9u|3;na0|1;na3|;na6|;naa|2;naf|;nao|;naq|2;nax|1;nb0|;nb3|2;nbb|2;nbf|;nbh|;nbk|;nbp|;nbt|;nbz|3;nc4|;nc6|1;ncf|2;ncj|1;ncr|;ncy|1;nd2|3;nd8|;nda|;nde|;ndh|1;ndk|;ndo|;ndt|1;ndw|1;ndz|2;ne4|6;nee|;neg|;nei|4;neo|1;ner|1;neu|1;nez|;nf2|;nf4|;nf6|1;nfa|1;nfe|2;nfi|;nfo|;nfw|;nfy|;ng4|;ng6|;ng8|;nga|;ngf|;ngi|1;ngm|;ngo|;ngq|;ngs|2;ngy|2;nh2|;nh5|;nh7|1;nha|1;nhd|;nhf|2;nhj|;nhm|;nho|;nhq|;nht|1;nhw|;ni0|1;ni3|1;ni6|4;nic|;nif|5;nio|;niy|1;nj2|2;nj9|1;njc|1;njo|;njr|5;njy|;nk0|;nk3|;nk6|1;nkd|;nki|;nkq|1;nkv|4;nl1|1;nl4|;nl7|1;nlj|;nll|;nlp|2;nm3|;nm5|1;nm9|;nme|;nmh|;nmm|;nmo|;nmq|;nmt|;nmy|;nn0|2;nn4|;nn7|;nnd|;nnf|2;nnj|;nnr|;nnt|;nnx|;no7|;no9|3;noe|;noh|2;nol|;non|;nop|;not|3;noz|;np4|;np6|3;npe|;npj|;npo|;npr|;npt|1;npw|;nqa|;nqd|2;nqk|1;nqo|;nqq|;nqs|;nr7|;nr9|;nrj|;nrw|1;ns0|;ns7|1;nsa|2;nse|1;nss|;nsx|;nt0|;nt3|;nt8|3;ntd|;ntf|;ntj|;ntr|;ntv|1;ntz|2;nu4|1;nui|2;num|;nup|;nut|;nuw|;nuy|1;nv2|3;nv8|1;nve|;nvk|;nvr|1;nvu|;nvw|;nvz|;nw4|1;nw7|;nwa|3;nwh|;nws|;nwu|1;nwx|1;nx2|;nx5|;nxj|;nxm|3;nxt|;ny2|2;ny6|;ny8|1;nyc|6;nyo|;nyr|5;nyy|6;nz6|;nz9|;nzb|1;nzh|;nzt|1;nzw|;nzz|2;o0a|1;o0d|2;o0h|;o0k|;o0r|;o0t|;o12|2;o16|1;o1a|;o1c|1;o1f|1;o1k|9;o1w|;o1y|;o21|2;o29|1;o2d|;o2g|;o2m|1;o2q|2;o2u|1;o2x|3;o39|;o3c|;o3f|;o3k|2;o3p|;o3s|;o3u|3;o44|;o47|3;o4c|;o4e|2;o4i|;o4n|;o4u|;o4w|1;o4z|;o52|1;o55|;o57|2;o5b|1;o5e|;o5h|1;o5l|;o5o|2;o5z|;o68|2;o6e|;o6h|;o6j|;o6o|;o6s|2;o6x|1;o71|9;o7c|;o7e|;o7m|1;o7p|4;o7v|;o7z|1;o83|;o89|1;o8c|;o8e|1;o8j|;o8m|;o8p|2;o8u|1;o90|1;o93|1;o96|1;o9j|;o9l|;o9o|1;o9r|1;o9u|1;o9x|1;oa2|;oa5|;oa7|;oac|;oae|;oag|2;oal|;oan|;oau|;oaw|;oay|;ob0|;ob2|1;ob5|1;obc|1;obf|;obi|;obk|;obp|3;obw|1;obz|;oc3|;oc5|;oc9|;ocl|1;oco|1;ocr|2;ocv|5;od2|;odb|1;odh|2;odl|;odo|;odq|;odt|;odv|;odx|;oe5|;oef|;oej|;oel|2;oeq|;oes|1;oev|;oex|1;of0|1;of4|1;ofh|;ofl|;ofo|;ofs|;ofy|;og0|1;og4|;og6|1;og9|3;ogi|;ogk|;ogp|;ogr|;ogt|;ogw|1;oh0|;oh2|;oh5|1;ohf|;ohj|;ohq|;ohs|;ohz|;oi1|;oi3|;oi7|;oia|;oim|3;oiv|;oiy|1;ojb|1;ojh|2;ojn|;ojw|1;ok0|;ok2|;ok4|;okb|1;okf|1;okk|1;okn|;okp|;oks|;oky|1;ola|;old|;olf|;oll|;olp|;olu|;olx|;olz|1;om7|;oma|;omc|4;omm|;omp|2;omx|;on0|2;on9|1;one|;onp|2;ont|1;onw|4;oo2|;oo5|;oo7|;oof|;ooh|1;ook|2;ooo|3;oou|;oow|;ooy|6;op6|1;op9|;opc|;opf|2;opj|5;ops|2;oq3|1;oq6|5;oqd|;oqg|2;oqp|5;oqx|;or0|1;or4|1;or9|1;ord|;orf|1;ori|;orl|2;orq|;ors|2;ory|;os0|3;os5|1;os9|1;osf|;osj|;osm|;osu|1;osz|;ot4|;ot6|;ot8|;otc|;ote|1;oth|2;otl|;otn|3;ots|2;otw|1;ou0|;ou2|1;ou5|2;ouc|;ouf|;oui|3;oun|;ouu|2;ouy|;ov0|2;ov4|1;ov7|;ova|;ovc|1;ovg|;ovj|;ovo|;ovq|;ovt|;ovv|;ow3|;ow8|3;owg|1;owl|;own|1;owr|;owt|6;ox7|;oxa|1;oxd|2;oxh|;oxj|;oxl|;oxn|;oxp|1;oxt|;oxv|5;oy8|;oya|;oyc|3;oyh|1;oym|;oyp|1;oyx|2;oz1|;oz3|1;oza|;ozd|;ozg|2;ozl|1;ozr|1;ozu|;ozw|1;ozz|;p03|1;p06|;p08|;p0b|1;p0f|;p4m|2;p4q|;p4u|1;p4z|2;p53|;p57|3;p5c|5;p5k|;p5p|;p5r|2;p5v|;p5y|;p60|;p62|1;p66|;p68|;p6a|;p6d|;p6f|2;p6k|2;p6q|;p6t|3;p6y|;p70|;p72|;p78|;p7a|2;p7e|;p7h|1;p7l|;p7o|;p7s|1;p7v|;p7z|;p82|;p86|;p88|1;p8d|;p8f|;p8h|;p8l|;p8q|;p8s|;p8u|;p8y|;p90|2;p97|;p9b|2;p9f|1;p9i|;p9l|;p9n|1;p9q|;p9s|;p9v|;pa1|3;pa6|;pa8|9;pak|;pao|2;pas|5;pb2|;pb5|;pba|;pbc|;pbg|1;pbk|;pbn|;pbq|;pbx|;pbz|;pc3|;pc6|;pc8|;pca|;pci|;pcl|1;pco|;pcq|;pcu|;pcx|;pdb|4;pdh|2;pdp|3;pdw|3;pe1|;pe3|1;peb|;pee|;peg|;pei|1;pel|;pep|1;pet|1;pex|2;pf1|;pf3|;pf5|1;pf8|1;pfe|;pfn|1;pfq|;pfu|;pfw|;pfy|;pg5|1;pg9|3;pge|;pgg|1;pgk|1;pgv|;pgx|;ph0|;ph3|1;ph9|1;phe|;phh|5;phy|2;pi2|1;pib|1;pif|;pih|;pij|;pin|1;pix|1;pj2|;pj5|;pja|;pje|1;pji|;pjk|5;pk0|;pk4|2;pkb|;pkd|;pkg|1;pkk|;pkm|4;pkv|1;pky|2;pl2|;pl4|;pl6|1;plb|;plm|;plo|2;pls|;plv|;pm0|1;pm8|;pmb|2;pmg|2;pml|3;pmq|;pmu|;pmy|;pn1|;pn3|;pn5|;pnc|2;pnh|;pnj|1;pnn|;pnp|;pnr|1;pnu|;pnw|1;po3|1;po6|;poa|2;poe|;poh|2;pol|;pon|1;poq|;pos|1;pow|;poy|;pp2|;pp4|;pp7|1;ppa|1;ppd|;ppm|2;ppv|;ppx|4;pq5|;pq8|;pqd|;pqf|;pqp|;pqw|2;pr3|;pr8|;pra|;prc|;pre|1;pri|1;prl|1;pro|;prq|3;prx|1;ps3|;psa|1;psd|1;psg|;psi|;psk|;pso|2;pst|;psv|;psx|2;pt1|c;ptf|;ptj|2;ptn|4;ptx|;pu9|4;puf|;puj|1;pum|3;pur|;put|2;pux|;puz|;pv5|;pv7|1;pvd|2;pvh|8;pvs|1;pw7|;pwb|2;pwj|2;pwo|;pwq|1;pwv|;pwx|5;px4|1;px8|;pxc|;pxf|;pxj|;pxl|1;pxr|3;pyb|;pyr|;pyv|;pyy|1;pz6|;pz9|;pzd|1;pzi|;pzm|1;pzq|;pzs|;pzu|1;pzx|3;q02|;q08|3;q0t|5;q11|;q15|1;q18|;q1d|;q1f|1;q1i|;q1k|;q1o|;q1r|2;q21|;q23|;q27|3;q2c|;q2e|;q2h|;q2j|;q2l|;q2r|1;q2u|1;q2y|4;q3t|;q3w|;q41|;q45|;q48|1;q4c|1;q4m|;q4p|1;q4x|;q53|;q56|1;q5d|;q5f|;q5i|;q5l|4;q5r|2;q5v|;q5x|;q5z|;q62|;q6a|;q6o|1;q6s|;q6x|;q70|;q73|;q75|;q7c|;q7h|;q7j|;q7m|;q7o|;q7s|5;q7z|3;q84|;q86|;q89|2;q8d|;q8f|2;q8j|;q8m|;q8q|;q98|3;q9d|;q9g|;q9m|;q9o|1;q9s|;q9y|;qa6|;qa9|;qab|2;qaf|1;qai|;qam|1;qap|;qar|;qat|1;qay|;qb0|1;qb3|1;qbh|;qbj|;qbl|;qbn|;qbq|;qbt|2;qby|;qc3|;qc5|4;qce|;qch|;qcj|1;qco|3;qct|;qd4|;qd6|;qda|;qdc|;qdg|;qdi|1;qdl|1;qdo|;qdr|;qdt|;qdw|;qdz|;qe1|;qe3|;qe5|;qec|2;qeg|3;qen|1;qey|;qf5|;qfb|;qfd|;qfh|3;qfp|;qfw|1;qg4|1;qg9|1;qgn|;qgp|2;qgt|;qgv|1;qgy|;qh0|;qh2|1;qh6|1;qhi|2;qhm|;qhr|;qhu|;qhz|;qi1|1;qi5|;qi7|;qik|;qin|;qip|;qj1|1;qj4|;qj7|2;qjf|1;qji|1;qjr|;qjv|1;qjz|;qk1|;qk8|3;qkq|3;qkz|;ql1|;qlf|1;qlk|2;qlr|2;qlw|;qm8|;qmd|2;qmh|;qmj|;qms|;qmx|;qmz|;qn2|1;qn7|1;qnd|;qng|1;qns|1;qnv|;qny|;qo0|;qo2|1;qo6|;qo8|3;qoh|;qoo|;qoq|;qos|1;qox|;qp1|;qp4|1;qpg|1;qpj|;qpm|1;qpr|1;qq4|;qq6|;qqd|;qqf|;qqh|;qqn|1;qqs|2;qqw|;qr2|;qr8|;qra|;qrc|;qrm|1;qrw|1;qs8|;qse|1;qsi|1;qst|;qsz|1;qt6|1;qt9|;qtc|;qtg|;qtj|;qtm|1;qtu|;qu2|1;qu8|;qub|;quk|;qun|;quq|;quv|;qux|;quz|;qv2|;qv9|;qvh|;qvl|;qvp|;qvz|;qw1|2;qwh|1;qwm|;qwp|;qwr|;qww|;qx0|;qx2|;qx6|;qx8|2;qxe|1;qxj|;qxl|;qxn|;qxp|1;qxt|3;qy0|;qy3|;qy6|;qy8|;qya|;qyf|;qyl|2;qyp|1;qyw|;qyz|;qz1|;qz6|;qza|1;qzf|;qzh|1;qzm|;qzu|1;r04|;r0g|2;r0l|;r0q|;r0t|;r0v|;r0y|;r10|1;r14|1;r18|1;r1b|;r1d|;r1k|;r1r|;r1t|;r1v|2;r20|1;r25|1;r2c|;r2f|;r2i|;r2k|;r2o|3;r2t|;r2w|2;r39|;r3b|;r3e|1;r3j|1;r3q|;r3s|;r3u|1;r41|;r44|;r4d|;r4i|;r4m|;r4o|;r4s|;r4u|2;r50|;r56|;r59|;r5b|;r5e|;r5g|;r5q|3;r5v|;r5y|3;r63|;r67|;r6b|;r6e|2;r6i|;r6o|1;r6w|2;r70|;r73|;r76|1;r7a|1;r7e|;r7h|;r7j|2;r82|;r84|;r86|1;r8a|;r8c|1;r8j|;r8l|2;r8w|1;r8z|1;r92|;r94|;r9c|;r9e|1;r9j|3;r9o|;r9q|;r9s|8;ra3|;ra5|;ra7|;raa|1;rad|;rai|;ral|;rap|;rar|1;rau|;ray|2;rb2|;rb5|;rba|;rbf|;rbk|1;rbo|4;rbv|;rby|;rc0|3;rc6|;rc9|;rcb|3;rcg|3;rcl|;rcp|;rcs|;rcv|;rcy|;rd0|3;rd8|1;rdd|;rdf|;rdh|;rdk|;rdm|;rdq|;rds|8;re2|;re8|;rea|;reh|;rek|;rem|1;req|;res|;rev|;rex|;rez|;rf1|;rf3|;rf6|;rfa|1;rff|6;rfo|;rfq|1;rfu|1;rfx|1;rg0|4;rg6|2;rga|;rgc|;rge|;rgg|2;rgk|;rgn|;rgs|;rgu|;rgw|1;rh0|;rh2|1;rh5|4;rhc|;rhf|;rhi|;rhk|;rhn|1;rhv|;rhz|;ri1|;ri4|;ri6|;ri9|;rib|;rie|;rih|;rik|;rim|1;rir|1;riu|;riw|2;rj0|;rj2|1;rja|;rjf|1;rjj|2;rjo|;rjr|;rjx|;rjz|1;rk3|;rk9|1;rkc|;rke|;rkg|;rki|1;rkm|;rkq|;rks|;rku|;rkw|;rp3|;rpb|;rpd|;rpi|4;rpo|;rpq|;rps|;rpx|1;rq2|;rq9|1;rqg|;rqi|2;rqr|;rqw|2;rr6|1;rre|;rrg|1;rrn|1;rrs|;rrx|5;rs7|5;rsf|1;rsi|2;rsm|7;rsv|5;rt2|2;rt6|;rtd|;rtf|;rtl|3;rtq|;rts|6;ru2|;ru4|1;ru8|1;rub|1;ruj|2;rus|1;ruv|1;ruy|1;rv1|;rv3|1;rv7|1;rva|;rvf|;rvh|;rxg|;rxi|1;rxn|;rxp|1;rxs|;rxv|1;rxy|1;ry9|;ryd|;ryi|;rym|;ryo|;ryx|;rz4|;rz7|;rzc|;rzf|;rzm|1;rzu|;rzy|;s02|;s06|;s0b|1;s0e|1;s0l|2;s0r|;s0t|;s0v|;s0x|;s0z|;s14|;s16|3;s1b|;s1d|;s1f|;s1o|;s1y|;s20|2;s27|1;s2c|;s2l|2;s2y|;s34|;s38|2;s3e|;s3h|;s3k|;s3m|;s3o|;s3r|3;s3w|;s3z|;s45|;s49|;s4c|;s4f|1;s4j|1;s4y|;s50|;s52|;s57|;s5d|;s5h|;s5j|;s5l|2;s5p|;s5s|1;s5v|1;s61|;s66|;s69|;s6h|3;s6p|;s6r|;s72|;s74|;s7a|;s7e|3;s7m|;s7y|1;s82|;s88|;s8b|;s8o|4;s8u|;s8z|;s91|;s93|2;s9e|3;s9n|4;s9y|4;sa5|;sa7|1;sab|;sag|1;saj|;sam|2;saq|;sas|2;sax|;sb1|1;sb6|;sb8|;sbb|1;sbh|2;sbl|3;sbq|;sd7|1;sdb|;sde|1;sdi|;sdk|;sdp|5;sdx|1;se3|;se7|1;sea|3;sel|1;seo|1;ser|2;sf6|;sf8|2;sfc|;sfe|3;sfk|;sfm|;sfo|;sfr|3;sfw|1;sfz|4;sg5|1;sg8|;sgb|6;sgk|3;sgp|1;sgt|6;sha|;shd|1;shg|2;shk|;sho|;shq|;sht|1;shz|;si1|2;si5|8;sig|1;sij|3;sio|1;sir|;siw|1;sj0|3;sj6|;sj9|3;sje|;sjg|9;sjr|1;sju|;sjw|1;sjz|2;sk5|;sk7|2;skg|;ski|1;skm|;sko|;skq|;skv|2;skz|;sl1|;sl4|;sl9|1;sld|;slf|2;slm|;slq|;sm4|2;sm9|1;smg|;smi|1;sml|;smn|;smr|2;sn1|;sn6|;snm|;snp|2;snt|;sny|;so2|1;so7|;sod|;sog|2;sok|;sot|;sp4|6;spe|;spi|1;spu|3;sq1|1;sq4|;sqa|;sqc|5;sqr|;sqv|;sqx|;sqz|;sr1|;sr4|;sr6|;srg|;sri|;srm|;sru|2;sry|1;ss1|1;ss4|1;ssc|;ssg|1;ssj|;ssl|2;ssp|;ssr|6;st3|1;st8|1;stf|4;stl|1;stp|;stx|;su7|;suf|;sul|;suo|2;sus|1;suv|;sv0|;sv2|1;sva|;svl|;svo|1;svr|1;svu|;svz|2;sw4|1;sw9|;swb|;swd|5;swn|;swr|;swu|;swy|;sx0|2;sxj|1;sxo|;sxq|;sxs|;sxv|;sxx|;sy3|;sy9|;syb|;syd|1;syg|4;sz7|1;sza|1;szd|;szq|;szw|;szz|;t01|1;t05|;t07|;t0f|;t0k|1;t0q|;t0y|;t14|2;t18|2;t1c|;t1g|;t1i|;t1r|1;t1x|;t20|2;t26|6;t2e|2;t2i|2;t2m|1;t3c|3;t3h|;t3l|;t3o|;t3r|;t3v|2;t44|1;t4b|1;t4e|;t4g|;t4i|;t4l|;t4s|;t4u|;t56|;t58|;t5g|;t5i|1;t5m|1;t5r|2;t5v|1;t5z|;t64|1;t68|;t6j|;t6r|;t6v|1;t6y|2;t75|;t7a|2;t7g|3;t7l|1;t7o|;t7q|;t7s|;t86|;t88|1;t8b|;t8j|1;t8v|1;t8z|1;t94|1;t9h|;t9m|1;t9x|1;ta0|;ta2|;taa|;tac|;tai|;tak|;tap|1;tat|;taz|;tb2|;tb4|;tb6|1;tbe|1;tbk|2;tbp|;tbr|;tbw|3;tc5|;tiv|1;tj3|1;tj7|;tjc|3;tji|1;tjl|3;tjs|;tjw|;tjz|1;tk2|3;tk8|1;tkb|2;tkh|;tkm|;tkp|;tkr|3;tkz|;tl3|1;tl6|3;tlf|3;tlm|;tlo|;tlq|;tls|2;tlx|;tm0|;tng|1;tnl|;tno|;tnr|3;tnx|2;to2|;tob|;tof|1;toi|;tok|;tor|2;tow|;tp0|;tp2|;tp4|;tp7|4;tpd|3;tpm|;tpo|;tps|;tpu|7;tq4|1;tqc|2;tqi|1;tql|2;tqp|;tqs|1;tqv|1;tqz|1;tr7|1;trb|3;trk|1;trn|1;trq|3;trv|1;ts0|1;ts4|3;ts9|;tsb|3;tsl|1;tsp|5;tsy|1;tt4|2;ttb|1;tte|;tti|1;ttl|2;tts|;ttw|5;tu4|3;tu9|;tub|1;tue|;tuh|;tuk|;tum|;tur|;tuu|1;tuy|;tv4|;tv6|;tvc|1;tvh|;tvm|;tvo|;tvq|;tvs|1;tvw|;tw1|1;tw5|1;tw8|6;twg|2;twm|;two|1;twt|;twz|2;tx3|;tx6|;tx8|;txc|1;txg|1;txn|;txp|;txr|;ty0|;ty8|;tyb|;tye|;tyg|;tyj|2;typ|;tys|;tyw|1;tz5|;tz7|;tza|;tzf|2;tzk|;tzn|;tzt|;tzw|2;u00|1;u06|;u0d|1;u0h|2;u0l|1;u0q|1;u0u|5;u11|1;u14|;u16|;u18|7;u1i|2;u1q|;u1t|;u1v|1;u1y|;u23|;u25|1;u28|;u2a|;u2f|2;u2j|1;u2n|;u2q|;u2u|2;u2z|3;u36|3;u3c|2;u3g|;u3i|;u3p|2;u3v|;u3z|2;u43|2;u5k|;u5p|;u5r|;u5t|1;u5y|;u62|;u64|;u67|;u6a|;u6c|;u6e|1;u6h|;u6j|;u6m|;u6z|1;u72|4;u7a|1;u7e|1;u7h|2;u7l|;u7o|;u7v|3;u83|;u89|1;u8c|;u8g|;u8i|3;u8o|;u8q|;u8u|;u8w|;u92|2;u96|;u98|;u9a|;u9c|1;u9f|;u9l|;u9o|1;u9u|;u9x|;ua0|1;ua3|2;ua8|2;uac|1;uaf|;uak|;uam|;uar|;uc6|3;ucc|1;ucf|;uch|;ucj|;ucl|;ucn|1;ucq|;ucs|2;ucw|1;ucz|1;ud2|;ud5|;udd|;udg|1;udk|1;udr|3;udx|;ue0|1;ue3|4;uea|;ueg|;uei|;uel|1;uep|;uew|;uey|1;uf1|;uf3|;uf5|4;ufc|;uff|;ufh|2;ufl|;ufq|;ufs|1;ufv|;ugb|;ugd|;ugg|;ugl|3;ugu|;ugw|5;uh6|;uh8|3;uhe|;uhh|;uhj|1;uhm|1;uhr|;uhu|;uhw|1;ui1|1;ui4|;ujs|;uju|;uk0|;uk8|1;ukc|;ukf|1;ukm|;ukv|;ukx|;ukz|1;ul2|2;ulb|;uld|;ulf|;ulh|1;uln|;ulp|1;uls|;ulu|;ulw|;um1|2;um5|;uma|;umd|1;umi|1;uml|;umo|;umq|;umu|;umw|2;un3|;un6|1;un9|;unb|3;uni|1;unl|1;unu|;unw|;uo1|4;uo8|;uob|;uod|2;uoh|;uok|;uoo|;uoq|;up2|;upb|;upg|;ups|;upv|;uq6|;uq8|3;uqf|;uqn|;uqv|1;uqy|1;ur1|1;urd|;url|;urq|;urt|1;us4|;us6|;usb|;usi|;usk|;uso|;ut3|;utk|;utm|;uto|1;uts|;utu|1;utx|;uuc|1;uul|2;uup|1;uut|;uux|2;uv2|;uvb|;uvd|;uvj|;uvm|1;uvr|;uw0|;uw3|;uw7|;uwo|;uwr|1;uzp|2;uzt|;v03|1;v06|;v0j|;v0m|3;v0s|;v0y|;v11|;v14|1;v17|;v1a|1;v1f|;v1h|1;v1k|;v1r|1;v1y|;v23|;v29|1;v2c|;v2p|;v2r|1;v31|1;v34|1;v3a|;v3d|;v3g|;v3j|1;v3m|;v3r|;v3v|;v3y|;v44|;v49|1;v4m|;v4q|;v4x|;v50|;v55|;v58|;v5b|;v5g|1;v5k|1;v5n|;v5r|;v5t|1;v5w|;v5z|;v6b|;v6e|1;v6h|;v6u|;v6x|2;v74|3;v7c|2;v7h|;v7j|;v7r|;v7z|;v85|;v8a|5;vat|;vav|;vax|2;vb1|;vb3|1;vb6|;vb8|;vbf|1;vbj|;vbl|2;vbr|1;vbx|2;vc4|2;vc9|1;vcf|;vck|1;vcr|;vct|2;vcz|2;vd8|5;vdg|;vdi|;vdk|;vdm|4;vds|;vdx|;ve0|;ve6|1;vea|;vec|3;veh|7;veq|;ves|;vev|3;vf2|;vf4|;vf7|1;vfb|;vfd|;vfk|;vfm|;vfv|1;vfz|;vg4|;vg8|1;vgb|;vge|;vgq|1;vgu|;vgw|;vgy|;vh0|1;vh3|;vhb|2;vhi|1;vhl|3;vhu|;vhy|1;vi7|;vil|1;vio|2;vis|1;vix|;vj0|1;vj3|1;vj6|;vj9|;xgg|s;xz4|8mb;16ls|m;16mj|1c;1d6o|2m;1d9c|21;1dbf|2o;1dea|;1ded|2;1deh|5;1deq|;1deu|;1dey|2;1df2|3;1df7|a;1dfj|;1dfl|;1dfn|i;1dg7|;1dg9|f;1dgq|;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|59;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2tav|;2td8|;2ua2|;2uco|;2v0k|;2wk5|;2wst|;2xec|;2xpj|;2zbw|;30ds|;30fh|;31an|;31wv|;32e8|;32t9|;339f|;33uj|;34rd|;36cx|;36hp|;37jd|;37jk|;37r5|;37rm|;3905|;39ku|;39o5|;39q6|;3ak2|;3aka|;3alw|;3at4|;3b2v|;3b87|;3br8|;3c5z|;3d7o|;3dnc|;3dxt|;3fic|;3gfz|;3gh1|;3gz6|;3hap|;3hfm|;3htb|;3i4d|;3i8r|;3id3|;3j7a|;3jdo|;3l3e|;3l41|;3l73|;3lxx|;3lyb|;3mji|;3mkp|;3mv3|;3n68|;3n7f|;3p9p|;3pow|;3q04|;3v9x|;3wlv|;3z9g|;42g9|;4651|;4654|;4656|;465o|;465v|;466q|;4676|;467r|;4684|;469e|;46b1|;46bg|;46cg|;46ek|;46hc|;46hr|;4949|;4an2|;")) +q.push(A.Q("Noto Sans Kaithi","https://fonts.gstatic.com/s/notosanskaithi/v16/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf","w|;19|;4g|;1uu|9;6bv|2;6c0|;7gs|;x80|9;1hts|1t;1hvx|;")) +q.push(A.Q("Noto Sans Kannada","https://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2gw|c;2ha|2;2he|m;2i2|9;2id|4;2ik|8;2iu|2;2iy|3;2j9|1;2ji|;2jk|3;2jq|9;2k1|1;5ow|;5oy|;5p6|;5pu|;5pw|1;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|5;")) +q.push(A.Q("Noto Sans Kayah Li","https://fonts.gstatic.com/s/notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xds|1b;")) +q.push(A.Q("Noto Sans Kharoshthi","https://fonts.gstatic.com/s/notosanskharoshthi/v15/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf","w|;19|;4g|;6bv|2;6c0|;7gs|;1gjk|3;1gjp|1;1gjw|7;1gk5|2;1gk9|s;1gl4|2;1glb|9;1gls|8;")) +q.push(A.Q("Noto Sans Khmer","https://fonts.gstatic.com/s/notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4n4|2l;4ps|9;4q8|9;540|v;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Khojki","https://fonts.gstatic.com/s/notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;25i|9;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1i4g|h;1i4z|17;")) +q.push(A.Q("Noto Sans Khudawadi","https://fonts.gstatic.com/s/notosanskhudawadi/v16/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf","w|;4g|;1us|1;6bw|1;6c3|1;7gs|;x80|9;1i9c|1m;1ib4|9;")) +q.push(A.Q("Noto Sans Lao","https://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;2v5|1;2v8|;2vb|1;2ve|;2vh|;2vo|3;2vt|6;2w1|2;2w5|;2w7|;2wa|1;2wd|c;2wr|2;2ww|4;2x2|;2x4|5;2xc|9;2xo|3;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|1;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Lepcha","https://fonts.gstatic.com/s/notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5j4|1j;5kr|e;5l9|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Limbu","https://fonts.gstatic.com/s/notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;4xs|u;4yo|b;4z4|b;4zk|;4zo|b;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Linear A","https://fonts.gstatic.com/s/notosanslineara/v16/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf","w|;4g|;1fr4|8m;1g00|l;1g0w|7;")) +q.push(A.Q("Noto Sans Linear B","https://fonts.gstatic.com/s/notosanslinearb/v15/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf","w|;4g|;1ekg|b;1ekt|p;1elk|i;1em4|1;1em7|e;1emo|d;1eo0|3e;1erk|2;1err|18;1et3|8;")) +q.push(A.Q("Noto Sans Lisu","https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;jx|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hm|1;wk0|1b;1kts|;")) +q.push(A.Q("Noto Sans Lycian","https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf","w|;4g|;1f28|s;")) +q.push(A.Q("Noto Sans Lydian","https://fonts.gstatic.com/s/notosanslydian/v15/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf","w|;4g|;1gdc|p;1ge7|;")) +q.push(A.Q("Noto Sans Mahajani","https://fonts.gstatic.com/s/notosansmahajani/v15/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf","w|;4g|;1us|b;6bw|1;7gs|;x80|9;1hzk|12;")) +q.push(A.Q("Noto Sans Malayalam","https://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;mb|;me|2;1u9|1;1us|1;2kg|c;2ku|2;2ky|1e;2me|2;2mi|5;2ms|f;2na|p;5p6|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|2;")) +q.push(A.Q("Noto Sans Mandaic","https://fonts.gstatic.com/s/notosansmandaic/v15/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf","w|;4g|;18g|;1mo|r;1ni|;6bw|1;7gs|;")) +q.push(A.Q("Noto Sans Manichaean","https://fonts.gstatic.com/s/notosansmanichaean/v15/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf","w|;4g|;18g|;6bw|1;7gs|;1e68|;1gow|12;1gq3|b;")) +q.push(A.Q("Noto Sans Marchen","https://fonts.gstatic.com/s/notosansmarchen/v17/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf","w|;4g|;7gs|;1k6o|v;1k7m|l;1k89|d;")) +q.push(A.Q("Noto Sans Masaram Gondi","https://fonts.gstatic.com/s/notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1kao|6;1kaw|1;1kaz|17;1kca|;1kcc|1;1kcf|8;1kcw|9;")) +q.push(A.Q("Noto Sans Math","https://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf","w|2m;4g|;4n|;4s|;4x|;5z|;6v|;le|1;lh|;lj|1;mo|;pd|g;pv|6;q9|o;r5|;r9|1;s0|1;s4|1;6cy|5;6dz|;6hc|c;6ht|;6hx|a;6iq|;6iy|4;6j4|2;6j9|;6jd|4;6jo|;6js|;6jw|1;6jz|2;6k3|5;6kc|4;6kl|4;6mo|u;6nk|1h;6pd|1;6pg|7f;6x4|3;6xc|;6xl|;6xo|5;6ye|1w;70c|;711|;717|r;72o|;730|5;778|1;7fz|;7g3|;7g7|;7gd|;7gh|;7gq|;7gs|;7i3|;7l9|2;7uo|1r;83k|e7;8i6|3;8j4|s;8ou|;1efv|;1efx|;2kg0|2c;2kie|1y;2kke|1;2kki|;2kkl|1;2kkp|3;2kku|b;2kl7|;2kl9|6;2klh|1s;2knb|3;2knh|7;2knq|6;2kny|r;2kor|3;2kow|4;2kp2|;2kp6|6;2kpe|9f;2kyw|83;2l72|1d;2pkw|3;2pl1|q;2plt|1;2plw|;2plz|;2pm1|9;2pmc|3;2pmh|;2pmj|;2pmq|;2pmv|;2pmx|;2pmz|;2pn1|2;2pn5|1;2pn8|;2pnb|;2pnd|;2pnf|;2pnh|;2pnj|;2pnl|1;2pno|;2pnr|3;2pnw|6;2po4|3;2po9|3;2poe|;2pog|9;2por|g;2ppd|2;2pph|4;2ppn|g;2prk|1;")) +q.push(A.Q("Noto Sans Mayan Numerals","https://fonts.gstatic.com/s/notosansmayannumerals/v15/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf","w|;4g|;2k80|j;")) +q.push(A.Q("Noto Sans Medefaidrin","https://fonts.gstatic.com/s/notosansmedefaidrin/v21/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;20cg|2i;")) +q.push(A.Q("Noto Sans Meetei Mayek","https://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;xr4|m;xxc|19;xyo|9;")) +q.push(A.Q("Noto Sans Meroitic","https://fonts.gstatic.com/s/notosansmeroitic/v16/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf","w|;1m|;4g|;6cm|;6e5|;1gg0|1j;1gho|j;1gia|19;")) +q.push(A.Q("Noto Sans Miao","https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;20hs|22;20jz|1k;20lr|g;")) +q.push(A.Q("Noto Sans Modi","https://fonts.gstatic.com/s/notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1tp|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1iww|1w;1iz4|9;")) +q.push(A.Q("Noto Sans Mongolian","https://fonts.gstatic.com/s/notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4qo|e;4r4|9;4rk|2g;4u8|16;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6cv|;6d5|1;6dk|1;6gc|;6jm|;6qa|;76o|j;7gs|;9hd|1;9hm|5;1e7x|1;1e81|3;1izk|c;")) +q.push(A.Q("Noto Sans Mro","https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1zk0|u;1zkw|9;1zla|1;")) +q.push(A.Q("Noto Sans Multani","https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;21y|9;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1i80|6;1i88|;1i8a|3;1i8f|e;1i8v|a;")) +q.push(A.Q("Noto Sans Myanmar","https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf","w|;1r|;4g|;35s|4f;6bv|2;6c8|1;6cc|1;6cm|;7gs|;xf2|;xk0|u;xnk|v;1e68|;")) +q.push(A.Q("Noto Sans NKo","https://fonts.gstatic.com/s/notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;170|;17f|;17j|;19m|;1j4|1m;1kt|2;60w|5;61q|;642|1;6bw|3;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;93w|1;1e0u|1;")) +q.push(A.Q("Noto Sans Nabataean","https://fonts.gstatic.com/s/notosansnabataean/v15/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf","w|;4g|;1g8w|u;1g9z|8;")) +q.push(A.Q("Noto Sans New Tai Lue","https://fonts.gstatic.com/s/notosansnewtailue/v19/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;51c|17;52o|p;53k|1;53n|7;53y|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hc|2;9hk|3;1edd|;1edk|1;1edo|;1edq|;1ee2|1;1ee7|;1eg1|;1eg4|;")) +q.push(A.Q("Noto Sans Newa","https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5x7|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1iio|2j;1il9|4;")) +q.push(A.Q("Noto Sans Nushu","https://fonts.gstatic.com/s/notosansnushu/v18/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf","w|;4g|;20o1|;2dm8|az;")) +q.push(A.Q("Noto Sans Ogham","https://fonts.gstatic.com/s/notosansogham/v15/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf","w|;4g|;4g0|s;")) +q.push(A.Q("Noto Sans Ol Chiki","https://fonts.gstatic.com/s/notosansolchiki/v20/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5lc|1b;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;")) +q.push(A.Q("Noto Sans Old Hungarian","https://fonts.gstatic.com/s/notosansoldhungarian/v15/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf","w|;4g|;6bx|;1h1c|1e;1h34|1e;1h4q|5;")) +q.push(A.Q("Noto Sans Old Italic","https://fonts.gstatic.com/s/notosansolditalic/v15/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf","w|;4g|;1f5s|z;1f71|2;")) +q.push(A.Q("Noto Sans Old North Arabian","https://fonts.gstatic.com/s/notosansoldnortharabian/v15/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf","w|;4g|;1gn4|v;")) +q.push(A.Q("Noto Sans Old Permic","https://fonts.gstatic.com/s/notosansoldpermic/v16/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf","w|;4g|;lc|;li|2;lv|;w3|;6hn|;7gs|;1f80|16;")) +q.push(A.Q("Noto Sans Old Persian","https://fonts.gstatic.com/s/notosansoldpersian/v15/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf","w|;4g|;1fa8|z;1fbc|d;")) +q.push(A.Q("Noto Sans Old Sogdian","https://fonts.gstatic.com/s/notosansoldsogdian/v15/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf","w|;4g|;1hj4|13;")) +q.push(A.Q("Noto Sans Old South Arabian","https://fonts.gstatic.com/s/notosansoldsoutharabian/v15/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf","w|;4g|;1gm8|v;")) +q.push(A.Q("Noto Sans Old Turkic","https://fonts.gstatic.com/s/notosansoldturkic/v15/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf","w|;4g|;1gxs|20;")) +q.push(A.Q("Noto Sans Oriya","https://fonts.gstatic.com/s/notosansoriya/v26/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf","w|c;1a|28;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;nu|;1us|1;269|2;26d|7;26n|1;26r|l;27e|6;27m|1;27p|4;27w|8;287|1;28b|2;28m|1;28s|1;28v|4;292|h;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Osage","https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;ns|;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1fhs|z;1fiw|z;")) +q.push(A.Q("Noto Sans Osmanya","https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1fgg|t;1fhc|9;")) +q.push(A.Q("Noto Sans Pahawh Hmong","https://fonts.gstatic.com/s/notosanspahawhhmong/v17/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1zpc|1x;1zrk|9;1zrv|6;1zs3|k;1zst|i;")) +q.push(A.Q("Noto Sans Palmyrene","https://fonts.gstatic.com/s/notosanspalmyrene/v15/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf","w|;4g|;1g80|v;")) +q.push(A.Q("Noto Sans Pau Cin Hau","https://fonts.gstatic.com/s/notosanspaucinhau/v19/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1juo|1k;")) +q.push(A.Q("Noto Sans Phags Pa","https://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf","w|;4g|;4qp|2;4qt|;6bv|4;6cl|1;7gs|;9hd|1;9hj|a;9hw|7;x8g|1j;1e68|;")) +q.push(A.Q("Noto Sans Phoenician","https://fonts.gstatic.com/s/notosansphoenician/v15/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf","w|;4g|;1gcg|r;1gdb|;")) +q.push(A.Q("Noto Sans Psalter Pahlavi","https://fonts.gstatic.com/s/notosanspsalterpahlavi/v15/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf","w|;4g|;18g|;6bw|1;7gs|;1gu8|h;1gux|3;1gvd|6;")) +q.push(A.Q("Noto Sans Rejang","https://fonts.gstatic.com/s/notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xf4|z;xgf|;")) +q.push(A.Q("Noto Sans Runic","https://fonts.gstatic.com/s/notosansrunic/v15/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf","w|;4g|;4gw|2g;")) +q.push(A.Q("Noto Sans SC","https://fonts.gstatic.com/s/notosanssc/v26/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|58o;feo|g6n;1d6o|3;1d6t|1;1d6z|1;1d79|;1d7b|3;1d7l|;1d7w|1;1d7z|;1d81|4;1d87|3;1d8j|;1d8n|3;1d8u|;1d8y|1;1d9a|;1d9e|5;1d9q|;1d9u|;1d9w|;1d9y|;1da1|2;1da6|2;1dac|1;1dai|2;1dam|;1dar|;1dat|;1daw|;1dbi|;1dbn|;1dbr|;1dbv|;1dbx|1;1dc0|;1dc5|1;1dcg|;1dco|1;1dcs|4;1dcy|2;1dd3|;1dd5|;1ddd|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|3;1de9|;1deb|1;1deg|;1den|2;1der|1;1dev|2;1df3|;1df7|2;1dfb|1;1dfe|;1dfr|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t8n|;2t8p|;2tak|;2tes|;2uco|;2ueu|;2vo0|;2x0a|;2x3n|;2xg7|;31cf|;33rf|;353r|1;35er|;3666|;366m|;37jd|;37q3|;37r5|;37ul|;37wp|;39yq|;3a02|;3a20|;3b2v|;3bvb|;3cip|;3czx|;3ddi|;3dks|;3dxt|;3ecc|;3eht|;3gz6|;3i5r|;3id3|;3iex|;3j7s|;3jp4|;3jpx|;3jz4|;3knd|;3kuf|;3kun|;3kup|;3kus|;3l73|;3lax|;3mv3|;3n68|;3on2|;3on7|;3ong|;3qal|;3qij|;3qjb|;3qr4|;3qra|;3qs8|;3rtu|;3s4n|1;3s53|1;3sa5|;3shs|;3skj|;3skv|;3sky|;3sl9|;3sp0|;3spc|;3spf|;3srl|;3svb|;3svj|;3svq|;3svt|;3swd|1;3sxi|;3t0u|1;3t0z|;3t2f|;3t2s|;3t3w|1;3t46|2;3t4a|;3t4c|;3t79|1;3t7x|;3t9p|;3tex|;3tfp|;3tgm|;3th5|;3th8|;3thi|;3thm|;3ti4|;3tmg|;3u13|;3u5b|;3u5e|;3u64|;3u6b|;3uaj|;3uk7|;3ukn|;3unr|;3up5|;3v3d|1;3v6x|;3v7u|;3vf9|;3vfd|;3vg9|;3vjw|;3vk8|;3vl0|;3vo7|;3vq3|;3vq9|;3vqc|;3vyg|;3vys|;3vyv|;3w3m|;3w9f|;3w9k|;3w9t|;3wa1|;3wa3|2;3wa7|;3waq|;3way|1;3wh8|;3whb|;3wkf|;3wld|;3wn1|;3wt5|;3wta|;3wtd|;3wtv|;3wuf|;3wui|;3wv1|;3x1e|;3x1q|;3x4t|;3x61|;3x9l|;3x9p|1;3x9t|;3xa0|1;3xa3|;3xa7|;3xa9|;3xai|;3xam|;3xay|1;3xb8|;3xbd|;3xbg|;3xbj|;3xbn|;3xbq|;3xbs|;3xbw|;3xdd|;3xdr|1;3xe6|;3xhy|;3xi7|;3xmd|1;3xml|;3xmn|;3xmq|1;3xmy|;3xqj|;3xql|;3xqn|1;3xr3|1;3xrc|;3xrh|1;3xsl|;3xug|;3xui|;3xur|;3xuu|;3xuy|;3xx8|;3xxk|;3xxv|;3z9g|;4684|;469i|;4an1|1;4ay4|;")) +q.push(A.Q("Noto Sans Saurashtra","https://fonts.gstatic.com/s/notosanssaurashtra/v18/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xa8|1x;xce|b;")) +q.push(A.Q("Noto Sans Sharada","https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf","w|10;1y|2;22|4;28|4;2e|14;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;5p3|;5p5|;5p8|1;5pc|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1i0w|2n;")) +q.push(A.Q("Noto Sans Shavian","https://fonts.gstatic.com/s/notosansshavian/v15/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf","w|;4g|;1ff4|1b;")) +q.push(A.Q("Noto Sans Siddham","https://fonts.gstatic.com/s/notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1itc|1h;1iuw|11;")) +q.push(A.Q("Noto Sans Sinhala","https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;2o1|2;2o5|h;2oq|n;2pf|8;2pp|;2ps|6;2q2|;2q7|5;2qe|;2qg|7;2qu|9;2r6|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1i3l|j;")) +q.push(A.Q("Noto Sans Sogdian","https://fonts.gstatic.com/s/notosanssogdian/v15/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf","w|;4g|;18g|;6bw|;7gs|;1hkg|15;")) +q.push(A.Q("Noto Sans Sora Sompeng","https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1hw0|o;1hww|9;")) +q.push(A.Q("Noto Sans Soyombo","https://fonts.gstatic.com/s/notosanssoyombo/v15/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf","w|;4g|;7gs|;1jrk|2a;")) +q.push(A.Q("Noto Sans Sundanese","https://fonts.gstatic.com/s/notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5fk|1r;5og|7;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Syloti Nagri","https://fonts.gstatic.com/s/notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;1ye|9;60w|5;61q|;642|1;6bv|2;6c0|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dx|;6gc|;6jm|;6qa|;7gs|;x6o|18;")) +q.push(A.Q("Noto Sans Syriac","https://fonts.gstatic.com/s/notosanssyriac/v15/Ktk2AKuMeZjqPnXgyqribqzQqgW0N4O3WYZB_sU.ttf","w|1;14|3;19|2;1m|;1p|;2j|2;4g|;4r|;4w|;57|;lf|1;lj|1;lm|;m8|;mb|2;ml|1;mo|1;170|;17f|;17j|;17l|;18g|;18r|a;19c|c;19s|;1ds|d;1e7|1n;1fx|2;6bw|3;6cm|;6dg|;6qa|;7gs|;7lc|1;")) +q.push(A.Q("Noto Sans TC","https://fonts.gstatic.com/s/notosanstc/v26/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf","w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ab9|;abk|;abu|;abw|;ack|;acz|;ad6|;ad9|1;adv|;ady|;aed|;aen|;af0|;af5|;afc|;afz|;ag4|;ag6|;agr|;ah2|;aim|;aj5|;aj7|;ajd|;ajl|;ajx|;ak0|;ak2|;ak7|1;akk|;al3|1;ald|;alh|;alp|;am7|;am9|;amd|;amf|;ami|;amm|;amq|;amu|;amz|;an1|;anl|2;anv|;any|;ao9|;aoo|;aoq|;aoz|;ap1|;ap9|;aph|;apl|;apq|;apz|2;aq6|;aqn|;aqp|;are|;arl|;asa|;asl|;asq|;ass|;asw|1;at1|;at5|;at8|;atd|;atf|2;atj|1;atv|1;aty|;au5|;au9|1;aud|1;aut|;av5|;av7|;avc|;ave|;avh|;avw|;aw2|1;aw5|;awc|1;awg|;awi|1;awq|;aww|;awz|;axu|;ay7|;azb|;azk|;b09|;b0e|;b12|;b1u|;b20|;b23|;b2n|;b2x|;b34|;b3h|;b3q|;b3s|;b4z|;b5h|;b6o|;b7n|;b7w|;b81|;b84|;b96|;b9k|;b9w|;baf|;baq|;bb3|;bbh|;bc3|;bco|;bcw|;bd5|1;bde|;bdl|;bdn|;bdt|;bdw|;beg|;bfg|;bfm|;bfp|;bfw|;bg8|;bgb|;bge|;bgh|;bgj|;bgm|;bh3|1;bhl|1;bhw|;bij|;biq|;biv|;bj0|;bj2|;bja|1;bkn|;bl7|;blp|;bmi|;bmm|;bmo|;bn4|;bn6|;bn9|;bnf|;bny|;bo9|;boi|;bor|;bp5|;bpe|;bq0|;bq8|;bqp|1;bqz|1;br4|;brp|1;brt|;bs1|;bss|;bsu|;bsy|;bt0|;btj|;btp|;bu4|;bua|2;bv1|;bv5|;bv9|;bvc|;bx0|;byj|;c0b|;c0d|;c0h|;c0m|;c0s|;c17|;c1b|;c2a|1;c2l|;c36|;c3f|;c3q|;c3w|;c3y|;c41|;c4f|;c4i|;c4p|1;c4v|;c51|;c59|;c5h|;c5k|;c5m|;c5r|;c5t|;c6d|;c6l|;c6s|;c73|;c7a|1;c7d|;c7g|1;c7n|;c7v|;c87|1;c8b|;c8j|1;c8n|;c8s|1;c92|;cao|;car|;caw|;cb9|;cc4|;cdk|2;cdp|;cdt|;ce0|;ce7|;cea|;cef|;cei|;cek|;ceo|1;ceu|1;cey|1;cf2|;cf5|1;cfb|;cfd|;cff|1;cfk|;cfn|1;cfu|;cfw|;cfz|1;cg4|;cg6|1;cge|;cib|;cig|1;cir|;cjg|;ck3|;clc|;clk|;clz|;cm4|;cmd|;cml|;cmx|1;cn8|;cnd|;cnx|;cop|;cp1|;cpf|;cpj|;cpu|;cpx|;cq2|;cq7|;cq9|;crs|;cs4|;csb|;csf|;cso|;ct4|;ctb|;cu0|;cu2|;cua|2;cuh|;cum|;cvl|1;cx3|;cx8|;cxa|;cxo|;cxr|;cxt|;cy8|;cz6|;czo|;czu|;czz|;d0b|;d0t|;d0v|;d15|;d1t|;d2b|;d34|;d40|;d4a|;d4m|;d4q|;d58|;d5g|;d5u|;d6d|;d6h|;d6k|;d84|;d8b|1;d8q|;d9n|;dbi|;dcn|;dcq|;ddm|;ddt|;deh|;den|;df1|;df4|;df6|;dfl|1;dg3|;dgl|;dgt|;diy|;djj|;djl|;djz|1;dk2|;dkg|;dkn|;dkt|;dkw|;dkz|;dl1|;dla|;dlp|2;dlt|;dlw|;dm1|3;dmc|;dmr|1;dmx|;dmz|;dna|;dnf|;dnh|;dnr|;dny|;do3|;do6|;dob|;dod|;dof|;doj|;dox|1;dp1|;dp4|;dp8|;dpd|1;dpm|;dpp|;dpz|1;dqd|;dra|;drn|;dsq|;dt5|1;dtv|;dty|;du7|;dud|;duf|;dwb|;dx6|;dxc|;dy9|;dym|;dyz|;dzj|1;e0l|;e0n|;e1f|;e1k|;e2e|;e2s|;e32|1;e4c|;e54|;e5i|;e6t|;e7h|;e7o|;e80|;e8b|;e9j|;eal|;eb5|;ecb|;ect|1;eds|;ee5|;eel|;eer|;eey|;efa|;efl|;efy|;eg5|;ega|;egd|;egf|1;egl|;egs|;egu|;eh1|;ehd|;ehf|;ehx|;ei2|;eia|;eix|;ejl|;ejr|;elb|;elh|;elj|;emn|;en1|;en8|;enp|;eqe|;eqs|;er8|;erc|;es1|;esk|;etb|;ets|;eu1|;eu8|;euk|;euv|;ewf|1;ewi|;ewr|;ewu|;exa|;exc|;exf|;exi|1;exp|;eyl|1;eyo|;f0k|;f0n|;f0u|;f1u|;f23|;f26|;f28|;f2f|;f2v|;f2z|;f3h|;f3r|;f3v|;f3x|;f41|;f45|;f50|;f5a|;f5c|;f5j|;f65|;f6p|1;f71|;f7r|;f7t|;f80|;f90|;fau|1;fbd|;fbl|;fbw|;feo|1;fer|1;fev|a;ff8|2;ffc|2;ffg|;ffi|1;ffl|1;ffo|;ffq|;ffs|;ffu|9;fg6|3;fgb|2;fgf|;fgi|1;fgl|;fgn|2;fgr|;fgt|2;fgy|1;fh2|;fh4|7;fhl|1;fhv|;fi0|;fi6|b;fij|3;fip|4;fiw|3;fj2|8;fjc|;fjf|3;fjn|;fjq|1;fjt|3;fjz|5;fk6|5;fkd|1;fkk|6;fks|3;fkx|;fkz|2;fl4|3;fla|;flc|8;fln|;flp|;flr|6;fm0|3;fm5|8;fmf|3;fml|;fmq|;fmw|1;fn0|1;fn3|1;fn6|2;fna|9;fnl|2;fnp|4;fnv|p;fon|;fop|3;fou|2;foy|p;fpp|;fpr|3;fpw|4;fq2|4;fqa|;fqg|;fqj|;fqm|2;fqq|5;fqx|2;fr1|;fr3|6;frb|a;frn|1;frq|b;fs4|1;fsc|;fse|c;fst|1;fsw|;fsz|;ft1|4;ft7|4;ftd|b;ftq|5;ftx|c;fub|2;fuf|;fuj|1;fuo|1;fur|;fut|a;fv5|;fv7|;fv9|3;fve|c;fvs|8;fw2|5;fwa|;fwd|;fwg|3;fwl|;fwn|1;fwr|3;fww|2;fx0|2;fx4|6;fxe|1;fxi|;fxo|c;fy2|5;fy9|1;fyc|7;fyl|4;fyr|4;fyx|2;fz1|;fz3|2;fz7|7;fzg|5;fzn|3;fzs|1;fzv|j;g0g|5;g0n|1;g0q|;g0s|;g0v|3;g10|2;g15|2;g19|1;g1c|5;g1j|6;g1r|2;g1v|6;g23|2;g29|1;g2c|3;g2h|a;g2t|;g2v|7;g35|;g38|5;g3g|;g3k|;g3m|;g3q|4;g3x|;g3z|;g41|7;g4a|;g4c|;g4e|;g4g|;g4i|;g4k|1;g4n|1;g4q|2;g4u|;g4w|9;g58|2;g5f|h;g5z|1;g63|7;g6c|;g6l|;g6o|1;g6r|3;g6w|2;g70|2;g74|3;g79|7;g7i|;g7k|3;g7q|1;g7w|5;g84|6;g8e|;g8g|8;g8q|2;g8x|;g8z|1;g92|1;g95|6;g9e|;g9g|3;g9l|9;ga0|7;gaa|3;gaf|6;gan|5;gav|6;gb3|2;gb7|1;gba|5;gbj|2;gbn|1;gbq|;gbs|6;gc5|;gc9|;gcb|1;gce|;gcg|3;gcl|;gcn|;gcp|;gcs|1;gcw|3;gd1|4;gd7|;gd9|7;gdi|;gdl|;gdn|;gdr|2;gdv|2;gdz|5;ge6|1;ge9|;ged|1;geg|3;gel|5;get|2;gex|1;gf0|1;gf3|5;gfb|;gfe|;gfg|1;gfj|5;gfr|2;gfv|a;gg7|3;ggc|2;ggh|3;ggn|;ggq|;ggs|5;ggz|1;gh2|1;gh5|;gh8|9;ghj|2;ghn|4;ghu|;ghw|;gi2|;gi6|1;gia|2;gie|4;gik|4;giq|;gis|a;gj4|;gj6|;gj8|;gja|;gjd|;gjf|;gjl|2;gjp|;gjs|5;gk0|2;gk4|;gk6|5;gkf|7;gko|b;gl1|3;gl7|1;gla|;gld|;glf|1;gli|e;gly|;gm0|9;gmb|m;gmz|8;gn9|3;gne|5;gno|;go0|d;gof|9;goq|8;gp0|4;gp7|d;gpm|;gpo|;gpq|;gps|k;gqe|j;gqz|5;gra|;gre|;gri|;grk|b;grx|2;gs1|2;gs7|1;gsa|3;gsf|;gsh|j;gt3|1;gt6|;gta|;gtf|;gth|3;gtm|f;gu3|1;gu6|3;gub|8;gul|6;gut|2;gv0|3;gv5|5;gvd|2;gvl|2;gvp|2;gvt|;gvv|9;gw6|f;gwo|2;gws|1;gwv|;gwx|d;gxc|5;gxl|3;gxr|w;gyp|9;gz0|;gz2|4;gz9|2;gzd|9;gzo|2;gzs|1;gzw|b;h0b|8;h0l|;h0n|;h0p|1;h0s|4;h0y|9;h19|6;h1h|1;h1k|2;h1o|4;h1u|2;h1z|3;h25|1;h28|6;h2g|c;h2u|6;h32|9;h3d|7;h3m|1;h3p|;h3r|3;h3w|3;h41|;h44|4;h4a|5;h4h|6;h4p|;h4s|7;h51|1;h54|5;h5d|;h5f|1;h5i|1;h5m|1;h5p|5;h5w|1;h5z|;h62|1;h65|4;h6f|;h6h|2;h6l|;h6n|5;h6v|6;h76|4;h7c|;h7e|6;h7m|1;h7s|2;h7w|4;h82|2;h8b|;h8d|6;h8l|2;h8p|9;h90|;h93|;h97|;h9b|;h9d|1;h9g|;h9i|5;h9p|;h9r|8;ha2|6;haa|1;hag|;hai|3;han|1;har|2;hav|e;hbb|;hbe|;hbi|;hbn|3;hbs|7;hc1|3;hc6|2;hcb|1;hce|2;hci|;hck|1;hcn|;hcs|b;hd5|;hd8|i;hds|e;he8|;hea|;hec|;heg|1;hej|3;heo|a;hf0|f;hfh|;hfj|1;hfo|;hfr|8;hg1|4;hg7|8;hgi|3;hgo|1;hgr|2;hgv|;hgx|5;hh5|a;hhh|6;hhq|6;hhy|;hi0|2;hi4|5;hib|;hid|7;him|3;hir|;hit|1;hiy|5;hj5|1;hj9|4;hjf|;hji|8;hjs|8;hk2|2;hk7|2;hkb|1;hkf|1;hki|2;hkp|6;hky|5;hl6|;hl8|3;hld|1;hlg|3;hll|1;hlo|1;hlr|1;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmc|;hmf|1;hmk|;hmm|;hmo|;hms|1;hmv|3;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|2;hnp|;hnr|;hnt|5;ho0|9;hob|a;hop|1;hot|3;hoy|2;hp2|4;hp9|b;hpo|;hpq|j;hqb|h;hqu|;hqw|6;hr4|1;hr7|3;hrc|r;hs9|4;hsf|;hsh|2;hsl|7;hsu|3;hsz|2;ht3|;ht5|5;htf|;hth|4;hto|2;hts|a;hu4|1;hu8|u;hv4|1;hvb|8;hvl|3;hvq|;hvs|;hvu|2;hvy|9;hw9|9;hwk|3;hwp|3;hwu|m;hxi|9;hxt|;hxv|;hxx|h;hyg|6;hyo|;hyq|9;hz1|2;hz5|2;hz9|;hzb|2;hzf|2;hzj|2;hzn|4;hzt|2;hzx|4;i03|5;i0a|6;i0i|;i0k|;i0o|;i0s|5;i0z|5;i16|7;i1f|5;i1m|3;i1r|;i1u|4;i20|1;i23|3;i28|8;i2i|3;i2n|6;i2v|2;i2z|1;i32|2;i36|1;i39|a;i3m|6;i3u|;i3w|2;i40|;i43|6;i4f|8;i4q|4;i4w|9;i57|;i5a|e;i5q|5;i5x|1;i60|;i62|;i67|;i69|;i6b|2;i6f|f;i6y|;i70|;i72|2;i76|3;i7c|;i7e|;i7g|;i7k|1;i7n|;i7r|5;i7y|3;i84|d;i8j|3;i8o|1;i8s|2;i8w|;i8y|3;i93|3;i98|3;i9d|;i9f|1;i9k|4;i9q|;i9x|1;ia0|5;ia7|6;iah|1;iak|l;ib7|;ib9|3;ibe|;ibl|1;ibq|6;iby|d;ice|1;icl|;ico|2;ics|5;id0|5;id7|2;idb|2;idi|1;idn|7;idw|7;ie5|3;iea|7;iek|;iem|c;if0|7;if9|7;ifi|;ifk|2;ifp|2;ift|;ifv|;ify|;ig2|1;ig5|;ig7|2;igb|1;igf|3;igk|;ign|b;ih0|7;ih9|1;ihe|3;ihj|;ihl|1;iho|6;ihw|;ihz|b;iic|6;iik|1;iio|3;iiu|1;iix|;iiz|;ij1|;ij3|;ij5|1;ij8|4;ijf|;ijh|5;ijp|3;ijv|;ijy|;ik0|5;ik7|;ik9|;ikd|2;iki|2;ikm|;ikp|3;iku|;ikx|1;il0|7;il9|;ilb|6;ilk|1;iln|;ilp|1;ilv|1;ily|2;im5|1;im8|5;img|;imi|5;imr|2;imv|2;imz|8;ina|a;inm|4;ins|8;io2|2;io6|7;iof|;ioi|;iol|2;iop|3;iow|;ioy|6;ip6|4;ipc|9;ipp|1;ipt|1;ipw|a;iq8|j;iqt|4;ir0|;ir2|1;ir5|3;ira|6;iri|1;irl|1;iro|1;irr|1;iru|5;is2|3;is7|1;isa|1;isd|;isf|;isi|7;ist|1;isw|1;isz|;it1|3;it6|2;itc|;itf|3;itk|9;itw|;ity|3;iu4|2;iu9|4;iuf|;iuh|4;iun|5;iuu|3;iuz|8;iv9|7;ivk|2;ivq|3;ivv|1;ivy|3;iw4|b;iwh|1;iwl|2;iwp|c;ix5|;ix8|1;ixb|3;ixg|5;ixn|;ixp|4;ixv|2;iy0|;iy2|1;iy5|2;iy9|;iyb|2;iyf|1;iyi|1;iyl|;iyn|1;iyx|e;izd|5;izk|f;j01|4;j07|;j09|;j0b|;j0g|7;j0p|4;j0w|;j0y|3;j14|3;j19|2;j1e|e;j1u|;j1x|;j1z|;j26|3;j2b|7;j2k|2;j2o|;j2q|;j2s|3;j2y|6;j36|2;j3a|2;j3k|h;j43|c;j4h|;j4j|2;j4n|d;j52|3;j5c|h;j5v|d;j6a|4;j6g|5;j6n|1;j6q|1;j6v|2;j6z|1;j72|2;j76|;j78|;j7a|1;j7f|;j7h|5;j7o|c;j82|4;j88|g;j8q|2;j8u|9;j95|1;j98|2;j9c|3;j9j|;j9l|5;j9s|6;ja0|5;ja7|;ja9|1;jac|;jaf|j;jb0|;jb2|5;jb9|8;jbj|1;jbn|;jbq|;jbs|;jbu|;jby|2;jc2|9;jcd|1;jcg|2;jcl|c;jcz|1;jd3|3;jd8|2;jdc|2;jdg|2;jdl|2;jdr|6;jdz|;je1|5;je8|;jea|2;jee|1;jeh|1;jel|6;jeu|8;jf4|4;jfc|4;jfi|;jfk|6;jfs|;jfx|7;jg6|1;jg9|h;jgs|;jgu|a;jh9|;jhg|;jhi|;jhk|9;jhv|3;ji0|1;ji3|4;ji9|r;jj3|;jj9|;jjf|o;jk7|2;jkb|6;jkj|3;jko|;jl4|7;jld|d;jls|h;jmc|6;jml|;jms|1;jmv|2;jmz|7;jn9|8;jnj|6;jnr|b;jo4|;jo6|3;job|a;jon|a;jp5|;jp9|1;jpc|j;jpx|m;jql|9;jqw|1;jqz|1;jr2|;jra|1;jrd|7;jrm|6;jru|2;jry|a;jsa|6;jsi|9;jst|4;jsz|;jt7|;jt9|1;jtc|4;jtk|9;jtx|4;ju3|i;jun|;juq|;jut|;juv|6;jv3|4;jv9|5;jvg|4;jvm|4;jvt|;jvv|9;jw6|;jwb|a;jwn|;jwp|2;jwt|3;jwy|2;jx2|5;jx9|;jxc|d;jxr|5;jxz|1;jy2|7;jyb|1;jye|1;jyh|1;jyk|5;jyr|6;jyz|b;jzd|7;jzm|7;jzv|;jzx|2;k01|;k03|;k05|1;k08|2;k0d|;k0f|;k0h|;k0j|7;k0s|3;k0y|6;k16|3;k1b|;k1e|a;k1r|a;k23|1;k28|2;k2c|3;k2h|;k2j|7;k2s|1;k2v|1;k2y|2;k32|2;k36|1;k39|4;k3f|4;k3l|5;k3v|9;k46|1;k4a|1;k4d|6;k4l|1;k4o|1;k4s|9;k56|3;k5b|1;k5e|j;k60|;k64|c;k6j|;k6l|9;k6x|1;k75|4;k7b|6;k7j|;k7l|2;k7r|;k7t|f;k8a|2;k8e|6;k8m|8;k8w|;k90|a;k9c|2;k9g|6;k9p|;k9r|3;k9w|;ka0|3;ka5|e;kal|3;kas|;kau|9;kb6|;kba|;kbc|6;kbk|;kbn|1;kbq|3;kbv|3;kc0|4;kc6|3;kcc|;kce|7;kco|8;kcy|7;kd7|;kd9|6;kdh|3;kdm|4;kdt|;kdv|3;ke0|7;kec|5;kej|6;ker|;ket|2;kex|1;kf0|6;kfb|;kfe|l;kg1|6;kg9|;kgb|a;kgn|3;kgs|1;kgv|1;kh0|;kh8|;kha|d;khr|7;ki0|c;kie|9;kiq|5;kix|h;kjg|;kji|6;kjx|;kk0|;kk2|2;kk6|2;kka|8;kkl|1;kko|3;kkt|2;kkx|d;klc|h;klv|3;km5|;kmd|;kmj|;kml|2;kmp|1;kms|5;kmz|h;knj|5;knq|2;knv|2;knz|5;ko6|g;kop|;kot|;kox|;koz|b;kpc|8;kpm|;kpo|5;kpv|1;kpy|6;kq6|f;kqo|l;krb|4;krp|;kru|;krw|;krz|1;ks2|7;ksb|b;kso|4;ksu|1;ksx|16;ku8|;kua|1;kud|1;kui|;kul|1;kuo|1;kur|9;kv2|p;kvt|;kvv|9;kw6|;kw9|8;kwj|3;kwp|;kwx|1;kx0|5;kx7|3;kxd|3;kxi|n;ky7|;ky9|;kyb|e;kyr|;kyt|4;kyz|2;kz6|3;kzc|9;kzn|6;kzv|g;l0d|e;l0t|;l0v|;l0x|;l10|;l12|;l16|;l1a|7;l1j|;l1l|1;l1o|b;l21|f;l2j|4;l2p|a;l31|1;l36|1;l39|8;l3j|2;l3n|1;l3s|9;l45|;l47|1;l4a|2;l4e|3;l4j|;l4m|;l4o|4;l4w|;l4y|3;l54|3;l5b|4;l5i|4;l5p|1;l5s|1;l5v|;l5x|;l60|;l64|1;l67|;l69|e;l6p|2;l6t|9;l74|2;l78|3;l7d|;l7f|1;l7i|9;l7u|;l7x|;l7z|;l82|;l84|;l86|5;l8e|6;l8m|;l8o|2;l8s|3;l8x|;l90|5;l97|;l9a|2;l9e|5;l9m|1;l9p|3;l9u|1;l9x|2;la2|;la4|1;la7|2;lab|a;lan|1;laq|2;lau|2;lay|2;lb2|;lb4|4;lba|2;lbe|2;lbj|1;lbm|1;lbr|f;lc8|1;lcb|2;lcf|2;lcj|3;lco|5;lcv|2;lcz|5;ld6|2;lda|d;ldp|6;ldy|;le1|7;lea|;lec|1;lef|a;let|6;lf1|9;lfc|3;lfh|j;lg2|4;lg8|5;lgf|;lgi|;lgq|a;lh2|h;lhl|e;li1|a;lid|;lif|c;lit|;lix|;lj3|j;ljq|5;ljx|3;lk2|;lk4|u;lla|;llj|5;llq|c;lm4|6;lmc|10;lne|;lno|1;lnu|2;lny|1;lo1|4;lo7|9;loi|;lok|9;lov|n;lpk|f;lq1|5;lq8|;lqa|3;lqi|;lqn|;lqt|;lqw|5;lr3|n;lrs|9;ls3|4;ls9|2;lsd|s;lt7|;lta|1;ltd|3;lti|3;lto|;lty|;lu0|1;lu3|;lu5|3;lua|2;lue|h;luy|1;lv2|14;lw8|5;lwi|;lwo|1;lwr|4;lwx|1;lx0|r;lxu|8;ly4|;ly6|9;lyh|o;lz7|1;lzi|a;lzu|a;m06|1;m09|7;m0i|2;m0m|c;m10|a;m1c|;m1e|5;m1p|p;m2g|c;m2u|9;m37|2;m3c|c;m3q|3;m3v|7;m44|;m46|2;m4a|2;m4e|3;m4j|4;m4p|6;m4x|;m50|g;m5i|6;m5r|6;m5z|5;m66|8;m6g|5;m6o|2;m6s|4;m6y|i;m7i|3;m7o|6;m7w|3;m81|5;m89|2;m8e|1;m8h|5;m8o|2;m8v|2;m8z|4;m95|;m97|6;m9f|2;m9j|7;m9s|;m9w|4;ma2|g;mak|6;mas|;mb3|2;mb7|d;mbm|;mbo|2;mbt|5;mc0|;mc3|;mc7|;mc9|a;mcl|1;mco|1;mcr|1;mcu|8;md6|1;mda|;mdc|7;mdl|b;mdy|4;me4|g;mem|;meo|8;mey|4;mf4|2;mf8|6;mfg|;mfi|4;mfo|;mfq|f;mg7|3;mgc|1;mgf|6;mgn|3;mgs|f;mha|4;mhg|2;mhk|5;mhr|3;mhw|4;mi3|3;mi8|2;mic|2;mig|1;mij|8;mit|2;mix|1;mj0|4;mj7|4;mjd|2;mjh|2;mjm|c;mk0|;mk5|1;mk8|3;mkd|5;mkk|;mkm|6;mkv|1;mky|1;ml1|e;mli|1;mll|1;mlo|;mlq|2;mlu|2;mly|3;mm3|7;mmc|5;mmj|d;mmy|1;mn1|2;mn5|9;mng|4;mnm|;mno|1;mnu|;mnx|;mnz|7;mo9|5;mog|2;mok|;mom|4;mos|;mov|5;mp2|;mp4|3;mpf|1;mpi|c;mpw|;mpz|1;mq2|2;mq7|4;mqe|3;mqj|3;mqq|1;mqt|9;mr4|c;mri|7;mrs|2;mrw|6;ms7|4;msd|5;msl|7;msu|a;mt6|i;mtq|1;mtu|6;mu4|6;muc|9;muq|a;mv2|2;mv6|e;mvm|c;mw0|b;mwd|2;mwj|q;mxd|1;mxg|3;mxl|d;my0|i;myk|;myn|o;mzd|c;mzr|f;n09|1;n0c|7;n0l|8;n0w|;n0y|;n10|1;n13|a;n1f|8;n1p|;n1r|3;n1w|7;n25|6;n2d|1;n2g|;n2i|2;n2n|1;n2r|m;n3g|;n3i|;n3k|2;n3o|4;n3v|;n3x|3;n42|3;n47|1;n4b|f;n4s|3;n4x|1;n51|1;n54|d;n5j|4;n5p|3;n5u|;n5y|2;n62|5;n69|;n6b|2;n6h|4;n6n|1;n6q|5;n6y|6;n76|;n7a|4;n7h|3;n7n|1;n7q|1;n7u|8;n84|1;n88|2;n8d|1;n8i|3;n8n|;n8q|1;n8w|6;n94|d;n9j|1;n9m|8;n9w|1;n9z|d;nae|1;nal|;nan|k;nbb|6;nbj|2;nbn|3;nbt|g;ncc|1;ncf|6;nco|;ncq|3;ncw|;ncy|1;nd2|3;nd8|8;ndi|4;ndo|;ndr|3;ndw|3;ne1|1;ne4|a;neg|7;nep|1;nes|;neu|5;nf2|2;nf6|1;nf9|1;nfd|5;nfl|;nfo|2;nfu|1;nfx|3;ng4|1;ng7|1;nga|1;ngd|2;ngi|4;ngo|2;ngs|2;ngy|2;nh2|;nh5|6;nhd|;nhf|4;nhl|1;nho|9;nhz|5;ni6|;ni9|;nib|2;nif|5;nim|5;nit|;nix|2;nj1|3;nj6|7;njf|;njh|;njj|;njl|d;nk0|;nk3|4;nka|5;nki|;nkk|2;nko|4;nku|5;nl1|a;nle|;nlj|e;nlz|2;nm3|4;nm9|;nmb|;nmd|;nmf|c;nmt|;nmv|1;nmy|3;nn3|8;nnd|6;nnm|3;nnr|;nnt|7;no3|2;no7|7;nog|;noi|1;nol|4;nos|8;np3|7;npe|1;nph|1;npk|1;npo|8;nq0|;nq4|7;nqd|g;nqv|2;nr0|1;nr6|3;nrb|7;nrk|4;nrw|2;ns0|;ns2|;ns4|2;ns8|9;nsp|3;nsu|3;nsz|6;nt8|3;ntd|;ntf|7;ntq|7;ntz|6;nu7|5;nue|;nug|4;num|;nup|;nur|2;nuv|e;nvb|1;nve|1;nvh|8;nvr|3;nvw|9;nw7|;nw9|6;nwh|1;nwk|2;nwp|;nws|;nwu|;nww|4;nx3|;nx5|;nx7|3;nxd|;nxf|c;nxt|5;ny0|a;nyc|8;nyn|m;nzb|4;nzh|;nzk|4;nzt|1;nzw|7;o06|2;o0a|1;o0d|g;o0v|3;o10|a;o1c|4;o1i|5;o1p|4;o1w|2;o20|a;o2c|2;o2g|;o2k|4;o2q|2;o2u|1;o2x|5;o35|;o38|;o3a|2;o3e|1;o3k|;o3m|4;o3s|;o3u|4;o40|5;o47|5;o4e|2;o4i|;o4m|;o4o|;o4q|8;o53|;o55|7;o5f|b;o5w|;o5y|2;o62|2;o67|3;o6d|;o6f|2;o6j|3;o6o|2;o6s|2;o6w|3;o71|4;o77|9;o7j|a;o7y|2;o82|1;o88|4;o8e|a;o8q|2;o8u|7;o93|4;o9b|;o9d|;o9f|;o9k|5;o9r|1;o9u|5;oa1|2;oa5|2;oae|1;oah|8;oas|2;oaw|4;ob2|6;obc|3;obh|3;obm|j;oc8|1;ocb|;ocg|;oci|g;od0|2;od4|;odc|7;odl|;odo|c;oe3|;oea|;oec|1;oef|1;oei|8;oes|9;of4|4;ofg|3;ofl|1;ofo|1;ofr|2;ofy|;og0|1;og4|3;og9|3;oge|2;ogk|1;ogo|k;ohc|4;ohj|c;ohx|2;oi1|9;oid|;oih|;oij|8;oit|8;oj4|;oj7|;oj9|;ojb|2;ojf|5;ojm|3;ojr|3;ojw|1;ok0|1;ok3|1;ok6|1;ok9|4;okf|1;okj|4;okp|7;oky|3;ol4|9;olf|3;olk|2;olo|2;olt|1;olw|4;om4|;om6|1;om9|2;omd|3;omk|;omm|1;omp|4;omw|7;on6|1;on9|;onb|7;onk|7;ont|1;onw|4;oo2|;oo6|2;ooa|;ooc|d;oor|3;oow|y;opx|;oq0|1;oq3|1;oq6|5;oqd|1;oqg|f;oqy|;or1|9;orc|;ore|5;orl|2;orq|5;orx|6;os9|4;osf|2;osj|3;oso|1;osr|4;osx|6;ot8|8;oti|f;otz|b;ouc|3;ouh|7;ouq|2;ouv|a;ov7|7;ovg|;ovi|9;ovt|5;ow3|;ow7|g;owq|b;ox3|;ox5|2;ox9|s;oy4|;oy8|c;oym|5;oyt|;oyv|9;oz6|g;ozq|2;ozu|5;p01|b;p0f|;p0k|;p0s|;p16|;p1j|;p1r|;p27|;p3a|;p4m|4;p4t|4;p4z|2;p53|e;p5k|;p5n|6;p5v|;p5x|9;p68|3;p6d|a;p6r|;p6t|a;p75|6;p7e|4;p7k|9;p7w|n;p8l|;p8n|;p8p|9;p90|1;p93|;p97|8;p9h|g;p9z|h;paj|7;pas|5;paz|6;pb8|2;pbc|2;pbg|;pbi|3;pbn|4;pbt|;pbv|4;pc3|;pc6|2;pca|;pcf|3;pck|;pcm|;pco|;pcq|4;pcx|3;pd2|1;pd8|;pdb|4;pdh|4;pdp|3;pdu|;pdw|3;pe1|3;pe7|1;pea|1;ped|1;peg|5;pen|;pep|2;pet|;pev|;pex|2;pf1|2;pf5|1;pf8|4;pfe|;pfg|1;pfm|8;pfw|5;pg4|a;pgg|1;pgj|3;pgp|;pgs|1;pgv|7;ph4|6;phc|3;phh|5;pho|;phq|;phu|;phw|7;pi5|2;pi9|4;pif|;pih|4;pin|3;pis|;piv|;pix|1;pj1|1;pj6|2;pja|2;pje|c;pjt|3;pjy|;pk0|2;pk4|3;pk9|;pkb|9;pkm|4;pks|1;pkv|1;pky|2;pl2|7;plb|;plf|;plh|;plj|9;plu|1;plx|7;pm6|;pm8|7;pmh|h;pn0|1;pn3|3;pn9|;pnb|4;pnh|d;pnw|3;po2|2;po6|6;poe|4;pok|1;pon|6;pow|2;pp0|2;pp4|;pp6|8;pph|1;ppk|5;ppr|;ppu|8;pq4|4;pqa|;pqc|1;pqf|;pqh|;pqj|;pqm|e;pr2|1;pr5|5;prc|1;prf|4;prl|1;pro|c;ps3|2;ps7|;psa|1;psd|7;pso|3;pst|k;ptf|d;ptu|2;pu2|;pu7|a;puj|1;pum|a;puy|v;pvv|2;pw6|8;pwg|;pwi|;pwk|9;pwv|;pwx|c;pxb|6;pxj|d;pxy|1;pya|1;pye|;pyn|;pyr|5;pyy|5;pz5|;pz7|;pz9|p;q00|;q02|a;q0e|2;q0p|;q0t|i;q1d|;q1f|6;q1n|a;q1z|f;q2g|7;q2p|;q2r|4;q2x|b;q3a|;q3c|;q3f|1;q3k|1;q3n|1;q3q|;q3t|;q3v|l;q4i|c;q4w|p;q5n|f;q65|3;q6a|;q6c|;q6e|;q6g|;q6l|7;q6u|e;q7b|b;q7o|;q7q|;q7s|a;q84|3;q89|b;q8m|1;q8q|1;q8u|;q8x|1;q90|1;q93|5;q9a|6;q9i|a;q9u|o;qak|5;qar|e;qb7|1;qbc|;qbf|;qbh|1;qbk|e;qc1|a;qcd|k;qcz|;qd1|7;qda|;qdc|h;qdv|h;qee|4;qen|2;qer|7;qf1|c;qff|;qfh|5;qfp|5;qfw|a;qg8|a;qgk|;qgm|c;qh0|3;qh5|4;qhb|2;qhf|1;qhi|6;qhq|c;qi4|3;qi9|5;qig|4;qim|2;qiq|1;qit|3;qiz|3;qj4|;qj6|4;qjd|;qjf|1;qji|1;qjl|4;qjr|d;qk7|;qk9|3;qke|;qkl|2;qkq|4;qkw|a;ql8|2;qlc|5;qlj|3;qlp|;qlr|q;qmj|1;qmo|1;qmr|1;qmu|9;qn6|2;qna|;qnc|5;qnj|;qnp|6;qny|;qo0|e;qoh|2;qol|;qoo|4;qou|;qow|a;qp8|2;qpc|5;qpj|1;qpm|2;qpq|5;qpy|;qq4|11;qr7|8;qrh|;qrl|8;qrv|2;qrz|5;qs6|2;qsa|5;qsi|3;qsp|t;qtk|4;qtq|;qtt|3;qty|i;qui|5;quq|5;qux|3;qv2|8;qvc|5;qvj|2;qvn|6;qvv|2;qvz|k;qwl|4;qwr|b;qx4|;qx6|5;qxe|1;qxh|2;qxl|2;qxp|1;qxs|5;qxz|4;qy5|5;qyc|3;qyh|;qyk|8;qyv|2;qyz|8;qz9|d;qzo|;qzr|1;qzu|2;qzy|;r01|1;r04|6;r0c|6;r0l|;r0n|;r0p|7;r0y|;r10|b;r1d|;r1i|2;r1n|1;r1q|k;r2d|2;r2h|3;r2m|;r2o|a;r32|1;r35|6;r3d|a;r3p|3;r3v|3;r41|3;r46|1;r49|;r4b|2;r4f|5;r4m|g;r55|6;r5d|3;r5i|1;r5l|3;r5q|5;r5x|6;r67|;r69|;r6b|5;r6j|4;r6p|6;r6x|1;r70|3;r76|;r7a|1;r7d|1;r7g|5;r7q|;r82|4;r89|4;r8f|a;r8r|2;r8w|4;r92|2;r96|2;r9a|2;r9e|2;r9j|1;r9m|;r9o|;r9q|5;r9x|3;ra3|4;raa|1;rad|;raf|;rah|4;rao|1;ras|;rau|;raw|9;rb8|2;rbc|2;rbg|6;rbo|5;rbv|;rby|;rc0|3;rc6|3;rcb|3;rcg|7;rcp|3;rcu|1;rcx|6;rd7|2;rdb|7;rdk|2;rdo|;rdq|;rds|1;rdv|9;re7|1;rea|;rec|;ree|;reg|8;req|7;rez|2;rf3|;rf5|h;rfo|;rfq|2;rfu|1;rfx|f;rge|4;rgk|4;rgq|m;rhe|6;rhm|7;rhv|;rhx|2;ri1|a;rid|l;rj0|4;rj6|1;rj9|8;rjj|1;rjo|;rjr|4;rjx|9;rk8|;rka|2;rke|2;rki|4;rko|4;rku|2;rlq|;rmq|;rp3|;rp5|;rp7|4;rpd|2;rph|c;rpw|3;rq2|;rq4|1;rq7|;rq9|1;rqc|2;rqg|5;rqn|4;rqt|6;rr1|;rr4|2;rr8|2;rrd|1;rrg|1;rrj|6;rrr|e;rs7|6;rsf|1;rsi|j;rt3|1;rt6|;rt8|1;rtb|;rtd|6;rtl|l;ru8|5;ruf|7;ruo|;ruq|b;rv3|a;rvf|2;rxg|;rxi|3;rxn|5;rxu|2;rxy|5;ry5|;ry8|2;ryc|1;ryh|1;ryk|a;ryx|;ryz|1;rz3|2;rz7|;rz9|a;rzm|5;rzt|1;rzw|;rzy|5;s05|3;s0b|6;s0j|a;s0v|5;s12|6;s1a|6;s1m|;s1o|b;s21|1;s25|u;s31|1;s34|1;s37|3;s3c|2;s3g|6;s3o|c;s43|4;s49|h;s4s|1;s4v|;s4x|7;s56|2;s5a|;s5c|2;s5g|a;s5s|8;s62|;s65|4;s6b|a;s6o|;s6q|;s6u|;s6x|1;s70|1;s74|;s76|1;s7d|6;s7l|3;s7r|1;s7u|8;s84|5;s8b|4;s8h|1;s8k|8;s8u|5;s91|6;s99|1;s9c|g;s9v|3;sa1|1;sa4|4;saa|7;saj|1;sam|d;sb1|n;sbq|1;sby|;scz|;sd7|1;sdb|1;sdf|;sdh|3;sdp|f;se6|1;se9|1;sec|2;seh|e;sey|;sf4|6;sfc|;sfe|1;sfh|1;sfk|;sfo|i;sg8|;sgb|2;sgf|3;sgk|3;sgp|b;sh9|2;shd|7;sho|3;sht|1;shw|;shy|1;si1|d;sig|1;sij|3;sio|4;siv|2;siz|5;sj6|m;sju|1;sjx|;sjz|2;sk4|1;sk7|2;skb|;ske|5;skl|3;skq|;sku|8;sl4|;sl7|;sl9|2;sld|;slf|2;slj|1;slm|1;slq|;slw|9;sm7|6;smg|5;smn|6;smx|g;snf|;snh|5;sno|;snq|e;so6|g;soo|3;sou|3;soz|g;sph|5;spo|;spq|7;spz|3;sq4|;sq6|2;sqa|8;sqk|;sqo|7;sqx|a;sra|;srd|a;srp|;srr|g;ss9|5;ssg|7;ssp|;ssr|6;ssz|7;st8|1;stb|;ste|c;stt|;stv|7;su5|d;suk|e;sv0|;sv2|;sv5|;sv7|5;sve|1;svh|1;svk|a;svw|5;sw4|2;sw8|g;swq|1;swt|a;sx7|5;sxe|;sxi|p;sy9|;syb|a;syo|c;sz2|;sz5|6;szd|3;szi|n;t07|2;t0b|;t0d|4;t0j|h;t12|e;t1i|3;t1n|5;t1u|4;t20|3;t25|k;t2r|3;t2w|1;t30|;t34|i;t3o|8;t3y|g;t4g|1;t4j|b;t4w|a;t58|6;t5g|m;t64|9;t6f|1;t6j|;t6l|;t6n|1;t6q|2;t6u|2;t6y|q;t7q|2;t7w|;t7y|;t80|1;t83|e;t8j|1;t8m|j;t97|;t99|;t9c|;t9g|f;t9x|b;taa|b;tan|3;tas|1;tav|1;taz|;tb1|1;tb4|;tb6|3;tbb|i;tbv|8;tc5|;tcv|;tcy|;tdt|;tdv|;tek|;tfa|;tgt|;thj|;tiv|1;tiy|3;tj3|1;tj6|1;tj9|1;tjc|1;tjf|9;tjq|3;tjv|1;tjy|g;tkg|2;tkl|2;tkp|7;tkz|;tl1|8;tlc|6;tlm|2;tlq|7;tm0|;tmc|;tng|2;tnk|4;tns|;tnu|;tnw|7;to8|5;tof|6;toq|7;toz|1;tp2|;tp4|;tp7|4;tpd|3;tpl|4;tpr|9;tq3|3;tq8|1;tqb|8;tql|2;tqp|8;tqz|1;tr2|;tr5|4;trb|3;trg|;tri|;trk|1;trn|1;trq|;trs|1;trv|2;trz|f;tsi|d;tsx|2;tt1|;tt4|2;ttb|3;ttg|7;ttp|;ttr|1;ttu|7;tu3|;tu5|6;tue|;tug|1;tuj|h;tv2|4;tv8|2;tvc|2;tvh|7;tvq|5;tw1|1;tw5|3;twa|8;twm|;two|2;tws|2;tww|4;tx2|2;tx6|b;txj|4;txp|2;txw|;txz|f;tyg|;tyi|4;typ|3;tyu|5;tz1|c;tzf|5;tzm|7;tzw|5;u03|;u05|1;u0d|1;u0g|3;u0l|1;u0o|3;u0t|b;u16|;u18|c;u1n|6;u1v|1;u1y|3;u23|;u25|3;u2a|3;u2f|2;u2j|;u2p|;u2r|g;u3a|3;u3f|5;u3m|a;u3z|6;u5k|1;u5o|3;u5t|3;u5y|e;u6e|6;u6m|;u6z|1;u72|5;u79|2;u7d|4;u7j|;u7l|1;u7o|2;u7t|1;u7w|2;u80|;u82|1;u85|;u87|3;u8c|;u8e|;u8g|c;u8u|1;u8x|;u90|1;u93|c;u9h|;u9j|c;u9x|;u9z|7;ua8|9;uaj|4;uap|2;uc6|3;ucb|3;uch|;ucj|5;ucq|b;ud4|5;udd|4;udj|;udl|;udn|i;ue7|8;ueh|1;uek|2;ueo|1;ues|b;uf5|6;ufd|8;ufo|2;uft|e;ug9|9;ugk|i;uh4|2;uh8|4;uhe|a;uhq|2;uhu|a;uj3|;ujs|;ujv|;ujx|;ujz|5;uk6|c;ukm|1;ukq|;ukt|;ukv|9;ul8|;ulb|4;uli|1;uln|4;ult|3;uly|1;um1|6;um9|5;umg|a;ums|6;un2|2;un6|3;unb|4;unh|2;unl|4;unr|;unt|3;uny|8;uo8|;uoa|8;uok|2;uoo|3;uov|2;up0|;up2|3;up8|;upb|2;upg|3;upm|9;upx|3;uq3|;uq5|6;uqd|;uqf|;uqi|1;uql|5;uqs|2;uqw|;uqy|1;ur1|3;ur9|1;urc|1;urh|;urj|2;urn|1;urq|4;urz|;us3|4;us9|5;usg|2;usk|9;usw|1;ut0|;ut3|1;ut9|;utb|;ute|;uth|9;uts|;utu|3;utz|;uu3|2;uu7|2;uub|3;uug|1;uuj|2;uun|;uup|6;uux|8;uv8|c;uvm|7;uvx|3;uw2|1;uw6|2;uwd|1;uwh|4;uwn|5;uzp|2;uzt|1;uzx|;v01|6;v09|4;v0f|1;v0i|7;v0s|;v0w|;v0y|;v10|5;v17|;v19|6;v1h|1;v1k|1;v1p|4;v1v|1;v1y|3;v23|;v25|8;v2h|3;v2m|6;v2u|b;v3b|e;v3r|2;v3v|h;v4g|;v4i|2;v4m|n;v5b|;v5d|k;v5z|o;v6p|5;v6w|1;v6z|5;v76|l;v7t|c;v87|8;vat|;vax|4;vb3|f;vbk|i;vc4|d;vck|3;vcr|9;vd2|2;vd8|5;vdf|3;vdk|;vdm|6;vdu|;vdw|4;ve3|;ve5|l;veu|4;vf2|2;vf6|1;vf9|7;vfi|;vfk|;vfm|n;vgb|;vgd|1;vgg|g;vgy|l;vhl|3;vhq|4;vhw|7;vi6|1;vil|1;vio|2;vis|5;vj0|;vj3|1;vj6|;vj8|f;vk7|4;vkg|;1d6o|3;1d6t|2;1d6z|;1d71|;1d79|;1d7b|;1d7e|;1d7m|;1d7x|;1d81|;1d87|;1d89|1;1d8j|;1d8n|1;1d8q|;1d8y|;1d9a|;1d9e|;1d9h|;1d9j|;1d9u|;1d9y|;1da0|1;1da6|;1da8|;1dae|;1dai|;1dam|;1dat|;1db0|;1db3|;1dbp|;1dbv|;1dbx|;1dc5|1;1dc8|;1dco|;1dcs|2;1dcw|;1dd0|;1dd3|;1dd5|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|1;1df7|2;1dfe|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t5t|;2t6m|;2t6u|;2t72|;2t7s|;2t8m|1;2t8q|;2t90|;2tai|3;2tap|;2tbi|;2tcc|;2tce|;2tco|;2tgk|;2tgp|;2tgr|;2thd|;2thw|;2tiq|;2tj8|;2tjg|;2tjo|;2tkp|;2tln|;2tmc|1;2tnd|;2tni|;2tnk|;2to7|;2tof|1;2tph|;2tqi|;2tr9|;2ts1|;2ts5|2;2ttq|2;2tuo|;2tuv|;2tv9|;2tvt|;2tvv|;2tx1|;2tx8|;2txv|1;2ty7|;2u05|;2u13|;2u1a|;2u1d|1;2u1v|;2u3b|;2u4c|;2u4e|;2u6f|;2u8e|;2u91|;2u9f|;2u9v|;2ua2|;2ua8|;2uad|;2uan|1;2uaz|;2uc1|;2uc5|;2uc9|1;2uco|;2ucw|;2udy|;2ueu|;2uj2|;2uk1|;2um1|;2ur0|;2usz|;2uvp|;2uxi|;2uxv|;2uz8|;2v09|;2v3b|;2v4h|;2v68|;2v73|;2v7u|;2v90|;2v9e|;2v9p|;2vbh|;2vf3|;2vfj|;2vfs|1;2vgf|;2vgm|;2vgr|;2vhe|;2vhn|;2vi3|;2vi7|;2vij|;2vil|;2vj4|;2vjo|;2vju|1;2vk1|2;2vkj|;2vl1|;2vlj|1;2vlo|;2vm5|;2vme|;2vmk|;2vn9|;2vnc|;2vnz|;2vo3|3;2vod|;2vot|;2vpb|;2vpx|;2vqg|;2vqp|1;2vra|3;2vrg|2;2vsf|;2vsh|;2vsk|;2vss|;2vsu|1;2vti|;2vto|;2vtz|;2vua|;2vuw|;2vwk|;2vwp|1;2vwt|4;2vx2|;2vx9|;2vyk|;2vzh|;2vzn|;2vzp|6;2w0c|;2w0m|;2w0o|;2w0t|;2w0y|;2w16|2;2w1i|;2w2f|1;2w2l|;2w3c|3;2w4d|;2w4m|;2w4t|1;2w4w|1;2w57|;2w5o|;2w6c|;2w7h|;2w7k|;2w8d|;2w8k|2;2w8s|;2w9r|;2wa2|3;2wb8|;2wbh|1;2wcv|;2wd8|;2wdr|;2wdx|3;2we3|;2weg|;2weu|;2wf1|;2wfo|;2wfz|2;2wg7|2;2wgf|;2wgj|;2wh0|;2whg|2;2wj3|;2wjf|;2wjh|;2wjp|;2wjs|;2wjz|;2wlc|;2wlj|;2wnt|;2wqk|;2wr3|;2wsc|;2wtk|1;2wts|;2wv7|;2wvy|;2ww2|3;2wxi|;2wxm|;2wz9|1;2wzy|;2x08|;2x0c|;2x1h|1;2x2l|;2x32|;2x3n|;2x3q|;2x44|;2x4v|;2x5e|;2x5g|1;2x6y|;2x7b|;2x86|;2x9k|;2xa5|;2xdj|;2xdu|;2xee|;2xhm|;2xhv|;2xi1|;2xj2|;2xk1|;2xle|;2xmg|;2xmi|;2xmo|2;2xn7|;2xn9|;2xnj|;2xnq|2;2xoa|2;2xoe|;2xot|;2xow|;2xpi|;2xq2|2;2xqv|;2xrg|5;2xrn|1;2xt7|;2xtc|5;2xtv|;2xtz|;2xuh|3;2xun|;2xv3|;2xv9|1;2xvc|4;2xwg|;2xwo|2;2xwt|;2xx5|2;2xxc|;2xxh|;2xxu|;2xy6|;2xy9|3;2xyv|;2xyz|;2xz7|2;2xzy|4;2y0u|1;2y1d|;2y1i|3;2y2i|;2y2r|2;2y34|2;2y39|;2y3g|;2y3m|;2y3r|;2y4b|;2y4k|;2y54|;2y5m|;2y64|;2y68|;2y6b|;2y6g|;2y6u|;2y8r|;2y9f|;2yb1|;2yb8|;2ybp|;2ybv|;2ycj|;2yis|;2ym9|1;2yp6|;2yr4|;2ysi|;2ysl|;2yss|;2yx2|;2yxf|;2yxq|;2yz4|;2z06|;2z0a|;2z0q|;2z0x|;2z1n|;2z21|;2z30|;2z37|;2z3r|;2z3x|;2z61|;2z6s|;2z6w|;2z7s|;2z85|;2z9r|;2z9x|;2zca|;2zdq|;2zdt|;2zfs|;2zid|;2zih|;2zjy|;2zkq|;2zlz|;2zng|;2zoq|;2zq3|;2zqr|;2zqy|;2zs1|;2zsx|;2zsz|;2zuw|;2zy4|;302p|;302t|;3071|;307k|;307r|;308q|;30bp|;30c1|;30cr|;30cx|;30ds|;30e4|;30e9|;30eh|;30ek|;30fh|;30gj|;30gr|;30hc|;30ic|;30jx|;30kv|;30la|;30nv|1;30ob|;30q0|;30qi|;30ra|;30rc|;30tw|2;30uq|;30us|;30uz|;30v3|;30ve|;30xh|;30xt|;30ye|;30z8|1;30zx|;311f|;313z|1;314h|;3165|;316p|;3187|;319i|;31a1|;31an|;31bb|;31bf|;31c0|;31cj|;31ie|;31lb|;31lh|;31ly|;31m0|;31n2|;31nm|;31of|;31oj|;31pm|;31sa|;31se|;31uu|1;31vc|;31vw|;31w1|;31w5|;31wi|;31xk|;31y3|;31y9|;31yh|;31yq|;31yv|;31z6|;31za|;31zd|;3213|1;321e|;322s|;3230|;323r|;324t|;3251|;325c|;325f|1;325z|;327i|;328d|;329i|;329u|;32bc|;32bv|;32cz|;32en|;32ic|;32ks|;32lf|;32nn|;32o4|;32ob|;32p2|;32pp|1;32q6|;32rb|;32rg|;32sa|;32tf|;32v1|;32wt|;32wy|;32xw|1;32yb|;32yw|1;32zu|;3307|2;330v|;331h|;331r|;331t|3;332u|;3332|;3336|;3341|;3349|1;3357|2;336a|;336o|1;337k|;337u|;338f|;33ck|;33d8|;33dq|;33dy|;33ec|1;33eh|1;33em|;33eo|;33gf|;33gw|;33hr|;33hu|;33l1|;33mh|;33n4|;33o1|;33oa|;33on|;33px|;33q1|;33q4|;33qz|;33rh|2;33sj|;33sw|;33tj|;33tm|;33uk|;33uo|;33vd|;33vj|;33w7|;33wu|;33xa|;33xi|;33xp|;33y2|;33z3|;33zi|;3403|;340m|;340w|;3419|;341b|;341r|;342u|;343l|;344i|;3458|;345e|;345x|2;348q|;34jm|;34pz|;34rf|;34ry|;34sa|;34t6|;34uy|;352b|;353t|2;354l|;354n|;3553|2;356k|3;358g|;3597|;35a6|;35an|;35bq|7;35cz|;35dk|;35dy|;35e9|;35f0|5;35fd|;35hk|3;35ix|;35j3|;35jr|;35kn|5;35md|;35mp|;35my|;35nl|;35of|3;35ov|;35pw|;35pz|;35q8|;35qd|;35rf|5;35sh|;35tl|4;35uf|;35vp|;35vv|2;35w1|;35xl|;35y9|;35yk|;35z8|;35zj|;35zt|;360v|1;3610|;361a|;361h|2;361o|;361r|;361t|;362f|;362i|;363n|2;363w|;3645|;364t|;365e|;3664|;366z|;368b|;368m|;368p|;369i|2;369w|;36ab|;36ad|;36at|;36bj|;36bl|;36bt|1;36cu|;36d6|;36dp|;36e2|;36es|;36fc|;36g2|3;36h8|;36hi|;36ho|;36il|;36ip|;36jt|1;36k2|;36k8|;36kk|;36lx|1;36my|1;36nn|;36o7|1;36pl|;36po|;36q6|;36qb|;36qe|;36rp|;36sh|;36uw|;36x4|;36zc|;36zu|;371h|;371w|;372v|;374k|;375y|;376t|;3773|;379r|;37c0|;37de|;37dv|;37gi|;37jd|;37jk|3;37jv|;37jz|2;37kc|;37km|1;37kp|;37lb|;37lf|1;37lq|5;37mq|1;37n8|2;37nf|;37nj|;37nm|;37ns|7;37o4|;37ok|;37on|;37op|;37or|2;37p3|4;37ph|;37ps|;37q2|;37q6|1;37qb|;37qd|;37qk|1;37qu|3;37qz|;37ri|;37rm|1;37rp|;37s1|9;37su|;37sy|;37t1|;37t6|;37ta|3;37tp|;37tx|2;37u9|;37uf|3;37v0|;37v7|3;37vo|3;37w1|2;37wa|2;37wg|;37wn|;37wq|;37wx|;37xb|;37xe|;37xl|;37yn|;381a|;3851|;385l|;389q|1;38ax|;38bd|;38cm|;38cz|;38hk|;38iy|1;38l7|;38ls|;38o5|;38o7|;38r2|;38t8|;38ua|;38ue|;38uv|;38uy|;38vd|;38vs|;38w2|;38z0|;3902|;3925|;3963|;396w|;398d|1;39al|;39b7|;39ba|1;39cw|1;39e8|;39g9|;39hj|;39i0|;39ji|;39jl|;39jn|;39qx|;39r9|;39rj|1;39s6|;39t8|;39ta|;39ui|;39yp|;39yt|;39z3|;39zv|3;3a02|;3a05|1;3a0x|;3a10|;3a1b|;3a2h|;3a39|;3a3f|;3a3k|;3a4l|;3a5x|;3a6p|;3a83|;3a8l|;3aar|;3aba|;3abq|;3acd|;3acl|;3ad9|;3aeq|;3ah3|;3ahr|2;3al3|;3al9|;3alu|;3ao8|;3aou|;3aox|;3apv|;3arq|;3as6|;3auk|;3avg|;3az8|;3b11|;3b18|;3b1q|1;3b2v|;3b3d|;3b78|;3b7t|;3b8z|1;3b9i|;3bac|;3bag|;3bb5|;3bba|;3bc1|;3bd6|;3bdx|;3bf5|;3bfo|;3bgg|1;3bi6|;3bj4|;3bjk|;3bk3|;3bmh|;3bnd|;3bpq|;3brd|;3bsx|2;3bty|;3buk|;3bvb|1;3bx6|;3byj|;3c2p|1;3c4h|;3c4p|;3c5k|;3c6c|;3c77|;3c7r|;3c84|1;3caq|;3cbl|;3cd5|3;3cfh|1;3cfm|;3cgt|;3ck8|;3ckh|;3ckq|1;3cnk|;3cqd|;3cqz|1;3cr5|;3cu6|;3cvp|;3cvs|;3cw2|;3cwg|2;3cy2|;3cyx|;3czo|;3czs|1;3czx|;3d08|;3d3m|;3d6a|;3d7k|;3d7x|;3d8f|;3daq|;3dba|;3df3|;3df5|;3df9|;3dga|;3dgo|;3dh8|;3dhy|;3dj5|;3dll|;3dmb|1;3dn0|;3dp8|;3dqe|;3dr2|;3dri|;3ds8|;3dsa|;3dsj|;3dtz|;3dvy|;3dw1|;3dwm|;3dx5|;3dxt|;3e08|;3e0l|;3e2a|;3e2i|;3e3x|1;3e44|;3e4i|;3e4x|1;3e9x|;3ea2|;3eab|;3ead|;3ear|;3eaw|;3ec0|3;3ecb|;3ed1|;3ede|;3edy|1;3ee5|;3eer|;3ef4|;3egn|;3eht|;3eio|1;3eiu|;3eke|4;3elg|;3elz|1;3em5|;3em8|;3emb|;3emp|;3eoy|8;3eq9|;3er8|;3esg|7;3esu|;3eu4|;3eui|1;3euo|;3ev4|;3ev9|;3evb|;3evm|;3ewy|3;3ey6|;3eya|;3eyf|;3eys|;3eyw|;3eyz|;3ezd|;3f0w|7;3f3a|;3f5f|1;3f6n|;3f6p|;3f7i|;3f8e|1;3f9q|;3fbf|;3fbm|1;3fd4|;3fe5|2;3ff1|;3ff6|;3fg0|;3fg8|;3fgp|;3fgs|1;3fhi|1;3fj8|1;3fjp|;3fm5|;3fob|;3fqf|;3fr4|;3fr9|;3frf|;3fsi|;3fsm|;3fty|;3fwy|;3fyy|;3g1r|;3g2q|;3g40|;3g5g|;3g5i|;3gc4|;3gdf|;3gf4|;3gf8|;3gfx|1;3gg7|;3ggc|;3ghe|;3ghl|;3gid|2;3gk4|;3gnj|;3gol|1;3gox|;3gpq|;3gqs|1;3gss|;3gwo|;3gxc|;3gyl|;3gz6|;3gzs|;3h2c|;3h47|;3h4q|;3h5s|;3h7h|;3h8d|;3h8q|;3h8u|;3ha6|;3har|;3hax|;3hbt|;3hc4|;3hdp|1;3hf8|;3hfq|;3hfv|;3hg8|;3hh4|2;3hhk|;3hid|;3hm7|;3hmc|;3hn6|;3hpo|;3hrl|;3hs5|;3hv3|;3hw3|1;3hwm|;3hwz|;3hxg|;3hxr|;3hy0|;3hz1|;3hzw|;3i31|;3i33|;3i9a|;3id3|;3iex|;3if6|;3ifd|;3ify|;3ig3|1;3ih4|;3iir|;3ij4|;3ikd|1;3ilk|1;3ilw|;3ini|;3iof|;3iot|;3ipb|;3iq1|;3ir3|;3irg|;3itj|;3iu0|;3iu2|;3ivq|;3iws|;3ixn|;3iz1|;3izm|;3j0m|;3j14|;3j1r|;3j22|;3j39|;3j3h|;3j3x|;3j4a|;3j82|;3jag|;3jak|;3jar|;3jb6|;3jep|;3jgc|1;3jho|;3jl4|;3jlg|;3jls|;3jm3|;3jmt|;3jnf|;3jqi|1;3jqq|;3jr0|;3jrs|;3js6|;3jtb|;3jtf|;3k04|;3k17|;3k7h|;3k8j|;3k94|1;3k9i|;3k9w|;3ka0|;3ka4|1;3kam|;3kax|;3kbs|;3kbu|1;3kc8|;3kcc|;3kcg|;3kd8|;3kda|;3kdd|;3kdf|1;3kdj|1;3ke1|3;3ken|;3keu|;3kf9|;3kfd|;3kfm|;3kfq|;3kg4|7;3kgp|1;3kht|2;3kii|2;3kjk|;3kjq|;3kjv|1;3kjy|;3kke|5;3kkl|;3kkq|;3kl8|;3klo|;3klv|;3km9|1;3kmj|2;3kmn|;3kna|;3kng|;3kni|;3knk|;3ko3|3;3koc|;3kpb|;3kpl|;3kpo|1;3kqh|;3kqq|;3kqt|;3kr8|;3krb|;3krd|1;3krr|5;3ks5|;3ksf|;3ksj|;3ksp|;3kt8|1;3ktf|;3kti|;3ktn|;3kts|;3ku1|;3ku3|;3ky2|;3ky5|;3kya|;3l10|;3l3t|;3l4p|;3l73|;3l86|;3l89|;3l9h|1;3lav|;3lbg|;3lbm|1;3lcp|;3ld3|;3lj9|;3lo9|;3loo|;3lor|;3loz|;3lpr|2;3lq8|;3lr8|1;3lrg|1;3lsd|;3lsg|;3lto|;3lu5|;3luj|;3lum|;3lv4|;3lwc|;3lwo|;3lxx|;3lyj|;3me5|;3me8|;3mer|;3mf3|;3mfc|;3mj4|;3mjd|1;3mjp|;3mjr|;3mou|;3mpc|;3mpk|;3mqf|;3mqx|;3mr8|;3mv3|;3mzk|;3n02|;3n4k|;3n68|;3n87|;3nac|;3nbl|;3nca|;3nch|;3ncq|;3ncz|;3nd1|;3ne7|;3net|;3nev|2;3nfh|;3nfu|;3nh9|;3nib|;3nih|;3nl4|;3nm5|;3nr9|;3nri|;3nx1|;3o1f|;3o31|;3o72|;3o7u|;3o8s|;3o9k|;3o9n|;3oc6|;3ocm|;3odp|;3ofc|;3oh8|;3ohc|;3ohv|;3ojc|;3okj|;3okw|;3oon|;3opq|;3or8|;3ouf|;3ovt|;3owx|;3ox9|;3oxf|;3oxk|;3oxq|;3oxz|;3oyr|;3oz7|1;3p00|;3p1u|1;3p2j|;3p2s|1;3p3z|;3p4l|;3p5s|;3p6b|;3p8z|;3p9b|;3p9u|;3p9w|;3p9y|;3pa2|;3pa5|;3pb3|;3pbz|;3pe9|;3pgp|;3pil|;3pkk|;3pln|;3pvq|;3pvv|;3pxd|;3pyq|;3pze|;3pzv|;3q21|;3ri7|;3z9g|;465h|;4663|;4668|;467s|;468k|;4692|;46a5|;46aj|;46fo|;46gi|;46gs|;46hg|;4an1|1;4ay4|;")) +q.push(A.Q("Noto Sans Tagalog","https://fonts.gstatic.com/s/notosanstagalog/v17/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4jk|l;4kf|;4l1|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Tagbanwa","https://fonts.gstatic.com/s/notosanstagbanwa/v17/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4l1|1;4m8|c;4mm|2;4mq|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Tai Le","https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;37k|9;500|t;50w|4;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hd|1;9hk|3;")) +q.push(A.Q("Noto Sans Tai Tham","https://fonts.gstatic.com/s/notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;55s|1q;57k|s;58f|a;58w|9;59c|d;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;6qh|;")) +q.push(A.Q("Noto Sans Tai Viet","https://fonts.gstatic.com/s/notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x3f|1;xog|1u;xqz|4;")) +q.push(A.Q("Noto Sans Takri","https://fonts.gstatic.com/s/notosanstakri/v21/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1j0g|1k;1j28|9;")) +q.push(A.Q("Noto Sans Tamil","https://fonts.gstatic.com/s/notosanstamil/v26/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf","w|2m;4g|3;4l|;4n|4;4t|3;4y|2;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;29u|1;29x|5;2a6|2;2aa|3;2ah|1;2ak|;2am|1;2ar|1;2aw|2;2b2|b;2bi|4;2bq|2;2bu|3;2c0|;2c7|;2cm|k;5p6|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6es|;6f6|2;6gc|;6gp|;6jm|;6qa|;7gs|;xdf|;1ibl|;1ibn|;1id7|1;")) +q.push(A.Q("Noto Sans Tamil Supplement","https://fonts.gstatic.com/s/notosanstamilsupplement/v19/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf","1ku8|1d;1kvz|;")) +q.push(A.Q("Noto Sans Telugu","https://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf","w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2dc|c;2dq|2;2du|m;2ei|f;2f1|7;2fa|2;2fe|3;2fp|1;2fs|2;2g0|3;2g6|9;2gn|8;5p6|;5pu|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Thaana","https://fonts.gstatic.com/s/notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;170|;17f|;17j|;19c|c;1hc|1d;60w|5;61q|;642|1;6bv|4;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1e5u|;1e65|;")) +q.push(A.Q("Noto Sans Thai","https://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k7|6;lc|4;li|2;lm|2;lu|;me|2;mp|;2rl|1l;2tb|s;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")) +q.push(A.Q("Noto Sans Tifinagh","https://fonts.gstatic.com/s/notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|6;lu|;mb|;me|2;mp|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6cu|;6d5|1;6gc|;6jm|;6qa|;7gs|;8xc|1j;8z3|1;8zj|;")) +q.push(A.Q("Noto Sans Tirhuta","https://fonts.gstatic.com/s/notosanstirhuta/v15/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf","w|;4g|;1u9|1;1us|1;1ys|3;5pu|;6bw|1;7gs|;x80|9;1im8|1z;1iog|9;")) +q.push(A.Q("Noto Sans Ugaritic","https://fonts.gstatic.com/s/notosansugaritic/v15/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf","w|;4g|;1f9c|t;1fa7|;")) +q.push(A.Q("Noto Sans Vai","https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;wlc|8b;")) +q.push(A.Q("Noto Sans Wancho","https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;2ncw|1l;2nen|;")) +q.push(A.Q("Noto Sans Warang Citi","https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1jfk|2a;1ji7|;")) +q.push(A.Q("Noto Sans Yi","https://fonts.gstatic.com/s/notosansyi/v18/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;9hd|1;9hk|9;9hw|7;9ob|;vls|wc;wi8|1i;1edd|;1edo|;1ee2|1;1ee7|;1eg1|4;")) +q.push(A.Q("Noto Sans Zanabazar Square","https://fonts.gstatic.com/s/notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf","w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1jpc|1z;")) +return q}) +r($,"aL_","Eh",()=>{var q=t.S +return new A.I7(A.w(q),A.w(q),A.aAg(),A.a([],t.Pc),A.a(["Roboto"],t.s),A.w(q))}) +r($,"aOy","q8",()=>B.b.nu($.q9(),new A.aha())) +r($,"aOz","aiR",()=>B.b.nu($.q9(),new A.ahb())) +r($,"aOv","aiO",()=>B.b.nu($.q9(),new A.ah7())) +r($,"aOw","aiP",()=>B.b.nu($.q9(),new A.ah8())) +r($,"aOx","aiQ",()=>B.b.nu($.q9(),new A.ah9())) +r($,"aNM","aw2",()=>A.a([$.q8(),$.aiR(),$.aiO(),$.aiP(),$.aiQ()],t.Qg)) +r($,"aOA","amI",()=>B.b.nu($.q9(),new A.ahc())) +r($,"aPn","amV",()=>{var q=t.Te +return new A.HN(new A.a4C(),A.w(q),A.E(t.N,q))}) +s($,"aNI","aw0",()=>A.ayz("ftyp")) +r($,"aNT","aw4",()=>A.aIb(A.aow(new A.agM()))) +r($,"aPm","awU",()=>new A.a4c()) +s($,"aO0","awa",()=>124) +s($,"aO1","awb",()=>59) +s($,"aO_","aw9",()=>A.apl(B.DG)) +s($,"aNZ","aiN",()=>A.a3n(A.ayp($.aw9()))) +s($,"aMt","amu",()=>{var q=A.a7("dW") +return new A.ME(1024,A.azD(q),A.E(q,A.a7("ajD>")))}) +s($,"aNN","aw3",()=>A.aqq(A.ayd(A.ag()))) +s($,"aKm","aug",()=>A.a8v()) +s($,"aKl","auf",()=>{var q=A.a8v() +A.aDI(q,0) +return q}) +s($,"aPt","awW",()=>{var q=t.N,p=A.a7("+breaks,graphemes,words(ug,ug,ug)"),o=A.akd(B.uE.a,q,p),n=A.akd(B.uF.a,q,p) +return new A.CI(A.akd(B.uG.a,q,p),n,o)}) +s($,"aNY","aw8",()=>A.be([B.k6,A.at6("grapheme"),B.k7,A.at6("word")],A.a7("xF"),t.e)) +s($,"aP7","awR",()=>A.at9()) +s($,"aP6","awQ",()=>{var q=A.azC(self.window) +q.toString +return A.aG3(q,"createPolicy","flutter-engine",t.e.a({createScriptURL:A.aow(new A.aho())}))}) +s($,"aNV","aw5",()=>B.R.cr(A.be(["type","fontsChange"],t.N,t.z))) +s($,"aNj","amB",()=>A.yB(8)) +s($,"aPk","amT",()=>{var q=A.at7() +A.ao3(q,"width",0) +A.ao3(q,"height",0) +A.ao0(A.ao2(q),"absolute") +return q}) +s($,"aNi","amA",()=>A.yB(4)) +r($,"aOG","Wz",()=>new A.a8o()) +s($,"aMV","avB",()=>A.app(A.a([0,1,2,2,3,0],t.t))) +s($,"aP_","awM",()=>A.alS(A.alS(A.alS(self.window,"Image"),"prototype"),"decode")!=null) +s($,"aPp","amW",()=>{var q=t.N,p=t.S +return new A.a5l(A.E(q,t._8),A.E(p,t.e),A.w(q),A.E(p,q))}) +s($,"aO4","amE",()=>8589934852) +s($,"aO5","awe",()=>8589934853) +s($,"aO6","amF",()=>8589934848) +s($,"aO7","awf",()=>8589934849) +s($,"aOb","amH",()=>8589934850) +s($,"aOc","awi",()=>8589934851) +s($,"aO9","amG",()=>8589934854) +s($,"aOa","awh",()=>8589934855) +s($,"aOh","awn",()=>458978) +s($,"aOi","awo",()=>458982) +s($,"aPi","amR",()=>458976) +s($,"aPj","amS",()=>458980) +s($,"aOl","awr",()=>458977) +s($,"aOm","aws",()=>458981) +s($,"aOj","awp",()=>458979) +s($,"aOk","awq",()=>458983) +s($,"aO8","awg",()=>A.be([$.amE(),new A.agT(),$.awe(),new A.agU(),$.amF(),new A.agV(),$.awf(),new A.agW(),$.amH(),new A.agX(),$.awi(),new A.agY(),$.amG(),new A.agZ(),$.awh(),new A.ah_()],t.S,A.a7("I(jp)"))) +r($,"aLf","aiG",()=>new A.It(A.a([],A.a7("l<~(I)>")),A.aoc(self.window,"(forced-colors: active)"))) +s($,"aKS","aR",()=>{var q,p=A.ajG(),o=A.aIz(),n=A.azV(0) +if(A.azx($.aiG().b))n.sa9j(!0) +p=A.aC6(n.bt(),!1,"/",p,B.Y,!1,null,o) +o=t.K +q=A.aoc(self.window,"(prefers-color-scheme: dark)") +A.aIa() +q=new A.Hz(p,A.E(o,A.a7("ol")),A.E(o,A.a7("Oq")),q) +q.Xn() +o=$.aiG() +p=o.a +if(B.b.gY(p))A.azw(o.b,o.gJl()) +p.push(q.gKV()) +q.Xo() +q.Xs() +A.atS(q.gCg()) +return q}) +r($,"aMe","av9",()=>new A.a7q()) +r($,"aGB","aw6",()=>A.aHh()) +s($,"aOC","Z",()=>(A.ahy().gQT()!=null?A.ahy().gQT()==="canvaskit":A.aJ4())?new A.Fh():new A.a1o()) +r($,"aPb","amQ",()=>{var q=self.window.ImageDecoder +q=(q==null?null:q)!=null&&A.aHM()===B.aC +return q}) +s($,"aOD","awz",()=>A.be([B.uH,new A.ahe(),B.uI,new A.ahf(),B.uJ,new A.ahg(),B.uK,new A.ahh(),B.uL,new A.ahi(),B.uM,new A.ahj(),B.uN,new A.ahk(),B.uO,new A.ahl()],t.Zg,A.a7("hb(da)"))) +s($,"aL1","auz",()=>A.ep("[a-z0-9\\s]+",!1,!1)) +s($,"aL2","auA",()=>A.ep("\\b\\d",!0,!1)) +s($,"aPv","qb",()=>A.azq(A.vc(0,0))) +s($,"aMu","avj",()=>{var q=A.aI6("flt-ruler-host"),p=new A.M_(q),o=A.ao2(q) +A.ao0(o,"fixed") +A.azn(o,"hidden") +A.azl(o,"hidden") +A.azm(o,"0") +A.azk(o,"0") +A.azo(o,"0") +A.azj(o,"0") +A.azA(A.aIE().ga_G().gPM(),q) +A.atS(p.gCg()) +return p}) +s($,"aP4","amO",()=>A.aEv(A.a([B.OV,B.OZ,B.OI,B.OJ,B.OL,B.OW,B.OG,B.OH,B.OK,B.OX,B.OY,B.OF,B.OM,B.ON,B.OO,B.OP,B.OQ,B.OR,B.OS,B.OT,B.OU],A.a7("l>")),null,A.a7("ne?"))) +s($,"aKf","aud",()=>{var q=t.N +return new A.XF(A.be(["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($,"aPw","amX",()=>new A.a1z()) +s($,"aP2","awO",()=>A.yB(4)) +s($,"aP0","amN",()=>A.yB(16)) +s($,"aP1","awN",()=>A.aBw($.amN())) +r($,"aPr","dx",()=>A.azs(A.azB(self.window))) +s($,"aPz","ch",()=>A.azZ(0,$.aR())) +s($,"aKz","amg",()=>A.aIO("_$dart_dartClosure")) +s($,"aPo","aiT",()=>B.ad.fz(new A.aif())) +s($,"aMJ","avp",()=>A.ll(A.aan({ +toString:function(){return"$receiver$"}}))) +s($,"aMK","avq",()=>A.ll(A.aan({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"aML","avr",()=>A.ll(A.aan(null))) +s($,"aMM","avs",()=>A.ll(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aMP","avv",()=>A.ll(A.aan(void 0))) +s($,"aMQ","avw",()=>A.ll(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aMO","avu",()=>A.ll(A.aqX(null))) +s($,"aMN","avt",()=>A.ll(function(){try{null.$method$}catch(q){return q.message}}())) +s($,"aMS","avy",()=>A.ll(A.aqX(void 0))) +s($,"aMR","avx",()=>A.ll(function(){try{(void 0).$method$}catch(q){return q.message}}())) +s($,"aOq","aww",()=>A.akP(254)) +s($,"aOd","awj",()=>97) +s($,"aOo","awu",()=>65) +s($,"aOe","awk",()=>122) +s($,"aOp","awv",()=>90) +s($,"aOf","awl",()=>48) +s($,"aN3","amx",()=>A.aEL()) +s($,"aL8","Ei",()=>A.a7("al").a($.aiT())) +s($,"aMT","avz",()=>new A.aaP().$0()) +s($,"aMU","avA",()=>new A.aaO().$0()) +s($,"aN5","amy",()=>A.aBR(A.a8(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($,"aN4","avF",()=>A.a4d(0)) +s($,"aNr","amC",()=>typeof process!="undefined"&&Object.prototype.toString.call(process)=="[object process]"&&process.platform=="win32") +s($,"aNs","avS",()=>A.ep("^[\\-\\.0-9A-Z_a-z~]*$",!0,!1)) +r($,"aNW","aw7",()=>new Error().stack!=void 0) +s($,"aNX","e0",()=>A.nH(B.On)) +s($,"aMy","vl",()=>{A.aCF() +return $.a5K}) +s($,"aOE","awA",()=>A.aGk()) +s($,"aKv","auk",()=>({})) +s($,"aKL","amj",()=>B.c.vZ(A.ajs(),"Opera",0)) +s($,"aKK","aus",()=>!$.amj()&&B.c.vZ(A.ajs(),"Trident/",0)) +s($,"aKJ","aur",()=>B.c.vZ(A.ajs(),"Firefox",0)) +s($,"aKI","auq",()=>"-"+$.aut()+"-") +s($,"aKM","aut",()=>{if($.aur())var q="moz" +else if($.aus())q="ms" +else q=$.amj()?"o":"webkit" +return q}) +s($,"aKR","dw",()=>A.ayb(A.app(A.a([1],t.t)).buffer,0,null).getInt8(0)===1?B.S:B.di) +s($,"aPc","WD",()=>new A.Y4(A.E(t.N,A.a7("lt")))) +s($,"aPl","amU",()=>A.hn(!0)) +s($,"aO3","awd",()=>A.aDQ(1,1,500)) +s($,"aOn","awt",()=>A.hl(B.hn,B.h,t.o)) +s($,"aOg","awm",()=>A.hl(B.h,B.Gg,t.o)) +r($,"aNd","avL",()=>new A.GU(B.P9,B.P8)) +s($,"aP3","awP",()=>new A.ahn().$0()) +s($,"aNL","aw1",()=>new A.agq().$0()) +r($,"aKW","i8",()=>$.aAb) +s($,"aKi","bN",()=>A.ay(0,null,!1,t.Nw)) +s($,"aNc","Ej",()=>new A.nm(0,$.avK())) +s($,"aNb","avK",()=>A.aHb(0)) +s($,"aNP","Wy",()=>A.kM(null,t.N)) +s($,"aNQ","amD",()=>A.aDW()) +s($,"aN1","avE",()=>A.a4d(8)) +s($,"aMw","avk",()=>A.ep("^\\s*at ([^\\s]+).*$",!0,!1)) +s($,"aNn","avP",()=>A.hl(0.75,1,t.i)) +s($,"aNo","avQ",()=>A.fx(B.yn)) +s($,"aLk","auJ",()=>A.fx(B.b7)) +s($,"aLl","auK",()=>A.fx(B.Bh)) +s($,"aNB","aw_",()=>{var q=t.i +return A.a([A.aqW(A.hl(0,0.4,q).hS(A.fx(B.zH)),0.166666,q),A.aqW(A.hl(0.4,1,q).hS(A.fx(B.zK)),0.833334,q)],A.a7("l>"))}) +s($,"aNA","Ww",()=>A.aEs($.aw_(),t.i)) +s($,"aNt","avT",()=>A.hl(0,1,t.i).hS(A.fx(B.Bf))) +s($,"aNu","avU",()=>A.hl(1.1,1,t.i).hS($.Ww())) +s($,"aNv","avV",()=>A.hl(0.85,1,t.i).hS($.Ww())) +s($,"aNw","avW",()=>A.hl(0,0.6,t.PM).hS(A.fx(B.Bi))) +s($,"aNx","avX",()=>A.hl(1,0,t.i).hS(A.fx(B.Bl))) +s($,"aNz","avZ",()=>A.hl(1,1.05,t.i).hS($.Ww())) +s($,"aNy","avY",()=>A.hl(1,0.9,t.i).hS($.Ww())) +s($,"aN9","avI",()=>A.fx(B.Bk).hS(A.fx(B.hy))) +s($,"aNa","avJ",()=>A.fx(B.Bj).hS(A.fx(B.hy))) +s($,"aN7","avG",()=>A.fx(B.hy)) +s($,"aN8","avH",()=>A.fx(B.Ho)) +s($,"aNe","avM",()=>A.hl(0.875,1,t.i).hS(A.fx(B.dq))) +s($,"aMI","avo",()=>A.aEc()) +s($,"aMH","avn",()=>new A.Qm(A.E(A.a7("uI"),t.we),5,A.a7("Qm"))) +s($,"aLJ","aiI",()=>A.aBQ(4)) +r($,"aM2","av1",()=>B.yS) +r($,"aM4","av3",()=>{var q=null +return A.aqN(q,B.jr,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q,q)}) +r($,"aM3","av2",()=>{var q=null +return A.akq(q,q,q,q,q,q,q,q,q,B.hS,B.t,q)}) +s($,"aNp","avR",()=>A.aBx()) +s($,"aM5","av4",()=>A.akP(65532)) +s($,"aP5","amP",()=>{var q=A.aC0() +q.sR(0,B.B) +return q}) +s($,"aMh","aiL",()=>A.n2()) +s($,"aMg","ava",()=>A.apn(0)) +s($,"aMi","avb",()=>A.apn(0)) +s($,"aMj","avc",()=>A.aBz().a) +s($,"aPs","qa",()=>{var q=t.N,p=t.L0 +return new A.a5g(A.E(q,A.a7("af")),A.E(q,p),A.E(q,p))}) +s($,"aLt","auN",()=>A.be([4294967562,B.By,4294967564,B.Bz,4294967556,B.BA],t.S,t.SQ)) +s($,"aLZ","aiK",()=>new A.a5W(A.a([],A.a7("l<~(iI)>")),A.E(t.v3,t.bd))) +s($,"aLY","av_",()=>{var q=t.v3 +return A.be([B.PD,A.dQ([B.c2],q),B.PE,A.dQ([B.c4],q),B.PF,A.dQ([B.c2,B.c4],q),B.PC,A.dQ([B.c2],q),B.Pz,A.dQ([B.c1],q),B.PA,A.dQ([B.cZ],q),B.PB,A.dQ([B.c1,B.cZ],q),B.Py,A.dQ([B.c1],q),B.Pv,A.dQ([B.c0],q),B.Pw,A.dQ([B.cY],q),B.Px,A.dQ([B.c0,B.cY],q),B.Pu,A.dQ([B.c0],q),B.PH,A.dQ([B.c3],q),B.PI,A.dQ([B.d_],q),B.PJ,A.dQ([B.c3,B.d_],q),B.PG,A.dQ([B.c3],q),B.PK,A.dQ([B.bz],q),B.PL,A.dQ([B.ea],q),B.PM,A.dQ([B.e9],q),B.PN,A.dQ([B.cX],q)],A.a7("cJ"),A.a7("ck"))}) +s($,"aLX","amp",()=>A.be([B.c2,B.cO,B.c4,B.dY,B.c1,B.cN,B.cZ,B.dX,B.c0,B.cM,B.cY,B.dW,B.c3,B.cP,B.d_,B.dZ,B.bz,B.cJ,B.ea,B.dU,B.e9,B.dV],t.v3,t.bd)) +s($,"aLW","auZ",()=>{var q=A.E(t.v3,t.bd) +q.m(0,B.cX,B.fZ) +q.M(0,$.amp()) +return q}) +s($,"aMF","avm",()=>{var q=$.avO() +q=new A.Nq(q,A.dQ([q],A.a7("AV")),A.E(t.N,A.a7("aMf"))) +q.c=B.Gm +q.gYa().pG(q.ga1N()) +return q}) +s($,"aNk","avO",()=>new A.Sf()) +r($,"aN0","avD",()=>{var q=A.a7("~(bH)") +return A.be([B.Ob,A.ao_(!0),B.OD,A.ao_(!1),B.Or,new A.LK(A.yN(q)),B.Om,new A.K7(A.yN(q)),B.Op,new A.L8(A.yN(q)),B.Oa,new A.H5(A.yN(q)),B.w3,A.aDa(),B.Oq,new A.L9(A.yN(q)),B.Oz,new A.Os(A.yN(q))],t.C,t.od)}) +s($,"aKB","aiF",()=>{var q,p,o,n=t.vz,m=A.E(t.Vz,n) +for(q=A.a7("ax"),p=0;p<2;++p){o=B.fU[p] +m.M(0,A.be([A.e9(B.at,!1,!1,!1,o),B.iI,A.e9(B.at,!1,!0,!1,o),B.iM,A.e9(B.at,!0,!1,!1,o),B.iK,A.e9(B.ak,!1,!1,!1,o),B.iJ,A.e9(B.ak,!1,!0,!1,o),B.iN,A.e9(B.ak,!0,!1,!1,o),B.iL],q,n))}m.m(0,B.ev,B.eX) +m.m(0,B.ew,B.eY) +m.m(0,B.er,B.f0) +m.m(0,B.es,B.f1) +m.m(0,B.va,B.iR) +m.m(0,B.vb,B.iS) +m.m(0,B.vc,B.iZ) +m.m(0,B.vd,B.j_) +m.m(0,B.hJ,B.cm) +m.m(0,B.hK,B.cn) +m.m(0,B.hL,B.eZ) +m.m(0,B.hM,B.f_) +m.m(0,B.ve,B.iV) +m.m(0,B.vf,B.iW) +m.m(0,B.vg,B.iT) +m.m(0,B.vh,B.iU) +m.m(0,B.vi,B.iX) +m.m(0,B.vj,B.iY) +m.m(0,B.vk,B.xK) +m.m(0,B.vl,B.xL) +m.m(0,B.Ih,B.xG) +m.m(0,B.Ii,B.xH) +m.m(0,B.d6,B.j0) +m.m(0,B.d7,B.j1) +m.m(0,B.hI,B.j2) +m.m(0,B.hN,B.j3) +m.m(0,B.vs,B.iF) +m.m(0,B.vt,B.iG) +m.m(0,B.vu,B.j9) +m.m(0,B.hO,B.jc) +m.m(0,B.Iw,B.je) +m.m(0,B.Ix,B.ja) +m.m(0,B.ex,B.o) +m.m(0,B.eo,B.o) +return m}) +s($,"aKA","amh",()=>$.aiF()) +s($,"aKC","aul",()=>$.amh()) +s($,"aKE","aun",()=>{var q=A.rN($.aiF(),t.Vz,t.vz) +q.m(0,B.ep,B.cm) +q.m(0,B.eq,B.cn) +q.m(0,B.et,B.iV) +q.m(0,B.eu,B.iW) +return q}) +s($,"aKF","ami",()=>{var q,p,o,n=t.vz,m=A.E(t.Vz,n) +for(q=A.a7("ax"),p=0;p<2;++p){o=B.fU[p] +m.M(0,A.be([A.e9(B.at,!1,!1,!1,o),B.iI,A.e9(B.at,!0,!1,!1,o),B.iM,A.e9(B.at,!1,!1,!0,o),B.iK,A.e9(B.ak,!1,!1,!1,o),B.iJ,A.e9(B.ak,!0,!1,!1,o),B.iN,A.e9(B.ak,!1,!1,!0,o),B.iL],q,n))}m.m(0,B.ev,B.eX) +m.m(0,B.ew,B.eY) +m.m(0,B.er,B.f0) +m.m(0,B.es,B.f1) +m.m(0,B.va,B.iR) +m.m(0,B.vb,B.iS) +m.m(0,B.vc,B.iZ) +m.m(0,B.vd,B.j_) +m.m(0,B.hJ,B.iX) +m.m(0,B.hK,B.iY) +m.m(0,B.hL,B.cm) +m.m(0,B.hM,B.cn) +m.m(0,B.ve,B.xM) +m.m(0,B.vf,B.xN) +m.m(0,B.vg,B.xI) +m.m(0,B.vh,B.xJ) +m.m(0,B.vm,B.cm) +m.m(0,B.vn,B.cn) +m.m(0,B.vo,B.eZ) +m.m(0,B.vp,B.f_) +m.m(0,B.Ij,B.xA) +m.m(0,B.Ik,B.xB) +m.m(0,B.Il,B.iP) +m.m(0,B.Im,B.iQ) +m.m(0,B.Iy,B.yo) +m.m(0,B.ep,B.yb) +m.m(0,B.eq,B.yc) +m.m(0,B.et,B.iP) +m.m(0,B.eu,B.iQ) +m.m(0,B.d6,B.uW) +m.m(0,B.d7,B.hz) +m.m(0,B.hI,B.j2) +m.m(0,B.hN,B.j3) +m.m(0,B.vw,B.iF) +m.m(0,B.vx,B.iG) +m.m(0,B.vy,B.j9) +m.m(0,B.vv,B.jc) +m.m(0,B.Ip,B.je) +m.m(0,B.Iq,B.ja) +m.m(0,B.Ir,B.cn) +m.m(0,B.hO,B.cm) +m.m(0,B.Is,B.eY) +m.m(0,B.It,B.eX) +m.m(0,B.Iu,B.f1) +m.m(0,B.Iv,B.f0) +m.m(0,B.ex,B.o) +m.m(0,B.eo,B.o) +return m}) +s($,"aKD","aum",()=>$.ami()) +s($,"aKH","aup",()=>{var q=A.rN($.aiF(),t.Vz,t.vz) +q.m(0,B.d6,B.j0) +q.m(0,B.d7,B.j1) +q.m(0,B.ep,B.xC) +q.m(0,B.eq,B.xD) +q.m(0,B.et,B.xE) +q.m(0,B.eu,B.xF) +q.m(0,B.vq,B.eZ) +q.m(0,B.vr,B.f_) +q.m(0,B.In,B.iT) +q.m(0,B.Io,B.iU) +return q}) +s($,"aKG","auo",()=>{var q,p,o,n=t.vz,m=A.E(t.Vz,n) +for(q=A.a7("ax"),p=0;p<2;++p){o=B.fU[p] +m.M(0,A.be([A.e9(B.at,!1,!1,!1,o),B.o,A.e9(B.ak,!1,!1,!1,o),B.o,A.e9(B.at,!0,!1,!1,o),B.o,A.e9(B.ak,!0,!1,!1,o),B.o,A.e9(B.at,!1,!0,!1,o),B.o,A.e9(B.ak,!1,!0,!1,o),B.o,A.e9(B.at,!1,!1,!0,o),B.o,A.e9(B.ak,!1,!1,!0,o),B.o],q,n))}m.M(0,B.FI) +m.m(0,B.vs,B.o) +m.m(0,B.vw,B.o) +m.m(0,B.vt,B.o) +m.m(0,B.vx,B.o) +m.m(0,B.vu,B.o) +m.m(0,B.vy,B.o) +m.m(0,B.hO,B.o) +m.m(0,B.vv,B.o) +return m}) +r($,"aNh","amz",()=>new A.RY(B.PO,B.ac)) +s($,"aNf","avN",()=>A.hl(1,0,t.i)) +s($,"aLO","j4",()=>A.aA1()) +r($,"aNm","aiM",()=>{var q=A.hn(null),p=A.ayG(t.H) +return new A.RX(B.hx,q,p)}) +s($,"aPy","awY",()=>new A.a5o(A.E(t.N,A.a7("af?(bS?)")))) +s($,"aL9","auD",()=>new A.aca()) +r($,"aPh","awT",()=>A.ays()) +r($,"aP8","awS",()=>new A.X9()) +s($,"aKb","aua",()=>A.ep("^[\\w!#%&'*+\\-.^`|~]+$",!0,!1)) +s($,"aL7","auC",()=>A.aov(0)) +s($,"aL6","amk",()=>A.aov(-1)) +s($,"aK1","au5",()=>A.bw(A.a(["k","x","y"],t.s))) +s($,"aK3","au7",()=>A.bw(A.a(["a"],t.s))) +s($,"aK2","au6",()=>A.bw(A.a(["fc","sc","sw","t"],t.s))) +s($,"aK5","au9",()=>A.bw(A.a(["a","p","s","rz","r","o","so","eo","sk","sa"],t.s))) +s($,"aK4","au8",()=>A.bw(A.a(["k"],t.s))) +s($,"aKd","aub",()=>A.bw(A.a(["ef"],t.s))) +s($,"aKe","auc",()=>A.bw(A.a(["ty","v"],t.s))) +s($,"aKk","aue",()=>A.bw(A.a(["nm","p","s","hd","d"],t.s))) +s($,"aKq","auj",()=>A.bw(A.a(["ty","d"],t.s))) +s($,"aOt","awy",()=>A.bw(A.a(["t","f","s","j","tr","lh","ls","fc","sc","sw","of","ps","sz"],t.s))) +s($,"aKO","auu",()=>A.bw(A.a(["ef"],t.s))) +s($,"aKP","auv",()=>A.bw(A.a(["nm","v"],t.s))) +s($,"aKZ","auy",()=>A.bw(A.a(["ch","size","w","style","fFamily","data"],t.s))) +s($,"aKY","aux",()=>A.bw(A.a(["shapes"],t.s))) +s($,"aL3","auB",()=>A.bw(A.a(["fFamily","fName","fStyle","ascent"],t.s))) +s($,"aLb","auF",()=>A.bw(A.a(["nm","g","o","t","s","e","r","hd"],t.s))) +s($,"aLa","auE",()=>A.bw(A.a(["p","k"],t.s))) +s($,"aLe","auI",()=>A.bw(A.a(["nm","g","o","t","s","e","w","lc","lj","ml","hd","d"],t.s))) +s($,"aLd","auH",()=>A.bw(A.a(["p","k"],t.s))) +s($,"aLc","auG",()=>A.bw(A.a(["n","v"],t.s))) +s($,"aLs","auM",()=>A.bw(A.a(["x","y"],t.s))) +s($,"aLx","amo",()=>A.bw(A.a(["t","s","e","o","i","h","to","ti"],t.s))) +s($,"aLw","amn",()=>A.bw(A.a(["x","y"],t.s))) +s($,"aLy","auO",()=>A.bw(A.a(["k"],t.s))) +s($,"aLA","auQ",()=>A.bw(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($,"aLB","auR",()=>A.bw(A.a(["d","a"],t.s))) +s($,"aLz","auP",()=>A.bw(A.a(["ty","nm"],t.s))) +s($,"aLF","auV",()=>A.bw(A.a(["w","h","ip","op","fr","v","layers","assets","fonts","chars","markers"],t.s))) +s($,"aLC","auS",()=>A.bw(A.a(["id","layers","w","h","p","u"],t.s))) +s($,"aLD","auT",()=>A.bw(A.a(["list"],t.s))) +s($,"aLE","auU",()=>A.bw(A.a(["cm","tm","dr"],t.s))) +s($,"aLM","auW",()=>A.bw(A.a(["nm","mm","hd"],t.s))) +s($,"aLq","vk",()=>B.I.jq("'\\")) +s($,"aLo","vj",()=>B.I.jq('"\\')) +s($,"aLr","amm",()=>B.I.jq("{}[]:, \n\t\r\f/\\;#=")) +s($,"aLp","aml",()=>B.I.jq("\n\r")) +s($,"aLn","auL",()=>B.I.jq("*/")) +s($,"aLV","auY",()=>A.bw(A.a(["nm","sy","pt","p","r","or","os","ir","is","hd","d"],t.s))) +s($,"aM_","av0",()=>A.bw(A.a(["nm","p","s","r","hd"],t.s))) +s($,"aM6","av5",()=>A.bw(A.a(["nm","c","o","tr","hd"],t.s))) +s($,"aMd","av8",()=>A.bw(A.a(["nm","r","hd"],t.s))) +s($,"aOu","awx",()=>A.bw(A.a(["c","v","i","o"],t.s))) +s($,"aMm","avd",()=>A.bw(A.a(["nm","c","o","fillEnabled","r","hd"],t.s))) +s($,"aMn","ave",()=>A.bw(A.a(["nm","hd","it"],t.s))) +s($,"aMo","avf",()=>A.bw(A.a(["nm","ind","ks","hd"],t.s))) +s($,"aMq","avh",()=>A.bw(A.a(["nm","c","w","o","lc","lj","ml","hd","d"],t.s))) +s($,"aMp","avg",()=>A.bw(A.a(["n","v"],t.s))) +s($,"aMr","avi",()=>A.bw(A.a(["s","e","o","nm","m","hd"],t.s))) +s($,"aPu","awX",()=>{var q=t.K +return new A.a3d(A.E(q,A.a7("af")),A.E(q,t.zI))}) +s($,"aMZ","avC",()=>$.Wv()) +s($,"aMY","Wv",()=>{var q,p,o,n,m,l,k,j,i,h,g=63.66197723675813*A.YB(50)/100,f=A.aJh(30,50),e=$.YA[0],d=$.YA[1],c=$.YA[2],b=e*0.401288+d*0.650173+c*-0.051461,a=e*-0.250268+d*1.204414+c*0.045854,a0=e*-0.002079+d*0.048952+c*0.953127,a1=A.aBv(0.59,0.69,0.9999999999999998),a2=1-0.2777777777777778*A.aIw((-g-42)/92) +if(a2>1)a2=1 +else if(a2<0)a2=0 +q=A.a([a2*(100/b)+1-a2,a2*(100/a)+1-a2,a2*(100/a0)+1-a2],t.n) +e=5*g +p=1/(e+1) +o=p*p*p*p +n=1-o +m=o*g+0.1*n*n*A.Ee(e,0.3333333333333333) +l=A.YB(f)/$.YA[1] +e=A.aJE(l) +k=0.725/A.Ee(l,0.2) +j=[A.Ee(m*q[0]*b/100,0.42),A.Ee(m*q[1]*a/100,0.42),A.Ee(m*q[2]*a0/100,0.42)] +d=j[0] +c=j[1] +i=j[2] +h=[400*d/(d+27.13),400*c/(c+27.13),400*i/(i+27.13)] +return new A.aaT(l,(40*h[0]+20*h[1]+h[2])/20*k,k,k,a1,1,q,m,A.Ee(m,0.25),1.48+e)}) +s($,"aPq","awV",()=>A.anO($.amw())) +s($,"aPx","amY",()=>A.anO($.Wu())) +s($,"aMB","amw",()=>new A.L7(A.ep("/",!0,!1),A.ep("[^/]$",!0,!1),A.ep("^/",!0,!1))) +s($,"aMD","avl",()=>new A.Ou(A.ep("[/\\\\]",!0,!1),A.ep("[^/\\\\]$",!0,!1),A.ep("^(\\\\\\\\[^\\\\]+\\\\[^\\\\/]+|[a-zA-Z]:[/\\\\])",!0,!1),A.ep("^[/\\\\](?![/\\\\])",!0,!1))) +s($,"aMC","Wu",()=>new A.Oh(A.ep("/",!0,!1),A.ep("(^[a-zA-Z][-+.a-zA-Z\\d]*://|[^/])$",!0,!1),A.ep("[a-zA-Z][-+.a-zA-Z\\d]*://[^/]*",!0,!1),A.ep("^/",!0,!1))) +s($,"aMA","amv",()=>A.aE_()) +s($,"aKV","auw",()=>A.a4d(0)) +r($,"aMb","ams",()=>new A.Gq()) +r($,"aMc","amt",()=>new A.Gr()) +r($,"aMa","amr",()=>new A.Go()) +r($,"aM7","av6",()=>new A.Gl()) +r($,"aM9","amq",()=>new A.Gn()) +r($,"aM8","av7",()=>new A.Gm()) +s($,"aLN","auX",()=>A.a4d(0)) +s($,"aMx","kg",()=>new A.TS()) +s($,"aKa","aiE",()=>A.axQ()) +s($,"aLP","aiJ",()=>{var q=t.F +return new A.UW(A.a([],t.R),A.a([],t.G),A.apc(),A.apc(),new A.bu(A.a([],t.E)),A.w(q),A.w(q))}) +s($,"aLG","Wt",()=>new A.adC(A.apl(A.a([1,0,0,1,0,0],t.n))))})();(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.rz,AnimationEffectReadOnly:J.d,AnimationEffectTiming:J.d,AnimationEffectTimingReadOnly:J.d,AnimationTimeline:J.d,AnimationWorkletGlobalScope:J.d,AuthenticatorAssertionResponse:J.d,AuthenticatorAttestationResponse:J.d,AuthenticatorResponse:J.d,BackgroundFetchFetch:J.d,BackgroundFetchManager:J.d,BackgroundFetchSettledFetch:J.d,BarProp:J.d,BarcodeDetector:J.d,BluetoothRemoteGATTDescriptor:J.d,Body:J.d,BudgetState:J.d,CacheStorage:J.d,CanvasGradient:J.d,CanvasPattern:J.d,CanvasRenderingContext2D:J.d,Client:J.d,Clients:J.d,CookieStore:J.d,Coordinates:J.d,Credential:J.d,CredentialUserData:J.d,CredentialsContainer:J.d,Crypto:J.d,CryptoKey:J.d,CSS:J.d,CSSVariableReferenceValue:J.d,CustomElementRegistry:J.d,DataTransfer:J.d,DataTransferItem:J.d,DeprecatedStorageInfo:J.d,DeprecatedStorageQuota:J.d,DeprecationReport:J.d,DetectedBarcode:J.d,DetectedFace:J.d,DetectedText:J.d,DeviceAcceleration:J.d,DeviceRotationRate:J.d,DirectoryEntry:J.d,webkitFileSystemDirectoryEntry:J.d,FileSystemDirectoryEntry:J.d,DirectoryReader:J.d,WebKitDirectoryReader:J.d,webkitFileSystemDirectoryReader:J.d,FileSystemDirectoryReader:J.d,DocumentOrShadowRoot:J.d,DocumentTimeline:J.d,DOMError:J.d,DOMImplementation:J.d,Iterator:J.d,DOMMatrix:J.d,DOMMatrixReadOnly:J.d,DOMParser:J.d,DOMPoint:J.d,DOMPointReadOnly:J.d,DOMQuad:J.d,DOMStringMap:J.d,Entry:J.d,webkitFileSystemEntry:J.d,FileSystemEntry:J.d,External:J.d,FaceDetector:J.d,FederatedCredential:J.d,FileEntry:J.d,webkitFileSystemFileEntry:J.d,FileSystemFileEntry:J.d,DOMFileSystem:J.d,WebKitFileSystem:J.d,webkitFileSystem:J.d,FileSystem:J.d,FontFace:J.d,FontFaceSource:J.d,FormData:J.d,GamepadButton:J.d,GamepadPose:J.d,Geolocation:J.d,Position:J.d,GeolocationPosition:J.d,Headers:J.d,HTMLHyperlinkElementUtils:J.d,IdleDeadline:J.d,ImageBitmap:J.d,ImageBitmapRenderingContext:J.d,ImageCapture:J.d,ImageData:J.d,InputDeviceCapabilities:J.d,IntersectionObserver:J.d,IntersectionObserverEntry:J.d,InterventionReport:J.d,KeyframeEffect:J.d,KeyframeEffectReadOnly:J.d,MediaCapabilities:J.d,MediaCapabilitiesInfo:J.d,MediaDeviceInfo:J.d,MediaError:J.d,MediaKeyStatusMap:J.d,MediaKeySystemAccess:J.d,MediaKeys:J.d,MediaKeysPolicy:J.d,MediaMetadata:J.d,MediaSession:J.d,MediaSettingsRange:J.d,MemoryInfo:J.d,MessageChannel:J.d,Metadata:J.d,MutationObserver:J.d,WebKitMutationObserver:J.d,MutationRecord:J.d,NavigationPreloadManager:J.d,Navigator:J.d,NavigatorAutomationInformation:J.d,NavigatorConcurrentHardware:J.d,NavigatorCookies:J.d,NavigatorUserMediaError:J.d,NodeFilter:J.d,NodeIterator:J.d,NonDocumentTypeChildNode:J.d,NonElementParentNode:J.d,NoncedElement:J.d,OffscreenCanvasRenderingContext2D:J.d,OverconstrainedError:J.d,PaintRenderingContext2D:J.d,PaintSize:J.d,PaintWorkletGlobalScope:J.d,PasswordCredential:J.d,Path2D:J.d,PaymentAddress:J.d,PaymentInstruments:J.d,PaymentManager:J.d,PaymentResponse:J.d,PerformanceEntry:J.d,PerformanceLongTaskTiming:J.d,PerformanceMark:J.d,PerformanceMeasure:J.d,PerformanceNavigation:J.d,PerformanceNavigationTiming:J.d,PerformanceObserver:J.d,PerformanceObserverEntryList:J.d,PerformancePaintTiming:J.d,PerformanceResourceTiming:J.d,PerformanceServerTiming:J.d,PerformanceTiming:J.d,Permissions:J.d,PhotoCapabilities:J.d,PositionError:J.d,GeolocationPositionError:J.d,Presentation:J.d,PresentationReceiver:J.d,PublicKeyCredential:J.d,PushManager:J.d,PushMessageData:J.d,PushSubscription:J.d,PushSubscriptionOptions:J.d,Range:J.d,RelatedApplication:J.d,ReportBody:J.d,ReportingObserver:J.d,ResizeObserver:J.d,ResizeObserverEntry:J.d,RTCCertificate:J.d,RTCIceCandidate:J.d,mozRTCIceCandidate:J.d,RTCLegacyStatsReport:J.d,RTCRtpContributingSource:J.d,RTCRtpReceiver:J.d,RTCRtpSender:J.d,RTCSessionDescription:J.d,mozRTCSessionDescription:J.d,RTCStatsResponse:J.d,Screen:J.d,ScrollState:J.d,ScrollTimeline:J.d,Selection:J.d,SharedArrayBuffer:J.d,SpeechRecognitionAlternative:J.d,SpeechSynthesisVoice:J.d,StaticRange:J.d,StorageManager:J.d,StyleMedia:J.d,StylePropertyMap:J.d,StylePropertyMapReadonly:J.d,SyncManager:J.d,TaskAttributionTiming:J.d,TextDetector:J.d,TextMetrics:J.d,TrackDefault:J.d,TreeWalker:J.d,TrustedHTML:J.d,TrustedScriptURL:J.d,TrustedURL:J.d,UnderlyingSourceBase:J.d,URLSearchParams:J.d,VRCoordinateSystem:J.d,VRDisplayCapabilities:J.d,VREyeParameters:J.d,VRFrameData:J.d,VRFrameOfReference:J.d,VRPose:J.d,VRStageBounds:J.d,VRStageBoundsPoint:J.d,VRStageParameters:J.d,ValidityState:J.d,VideoPlaybackQuality:J.d,VideoTrack:J.d,VTTRegion:J.d,WindowClient:J.d,WorkletAnimation:J.d,WorkletGlobalScope:J.d,XPathEvaluator:J.d,XPathExpression:J.d,XPathNSResolver:J.d,XPathResult:J.d,XMLSerializer:J.d,XSLTProcessor:J.d,Bluetooth:J.d,BluetoothCharacteristicProperties:J.d,BluetoothRemoteGATTServer:J.d,BluetoothRemoteGATTService:J.d,BluetoothUUID:J.d,BudgetService:J.d,Cache:J.d,DOMFileSystemSync:J.d,DirectoryEntrySync:J.d,DirectoryReaderSync:J.d,EntrySync:J.d,FileEntrySync:J.d,FileReaderSync:J.d,FileWriterSync:J.d,HTMLAllCollection:J.d,Mojo:J.d,MojoHandle:J.d,MojoWatcher:J.d,NFC:J.d,PagePopupController:J.d,Report:J.d,Request:J.d,Response:J.d,SubtleCrypto:J.d,USBAlternateInterface:J.d,USBConfiguration:J.d,USBDevice:J.d,USBEndpoint:J.d,USBInTransferResult:J.d,USBInterface:J.d,USBIsochronousInTransferPacket:J.d,USBIsochronousInTransferResult:J.d,USBIsochronousOutTransferPacket:J.d,USBIsochronousOutTransferResult:J.d,USBOutTransferResult:J.d,WorkerLocation:J.d,WorkerNavigator:J.d,Worklet:J.d,IDBCursor:J.d,IDBCursorWithValue:J.d,IDBFactory:J.d,IDBIndex:J.d,IDBKeyRange:J.d,IDBObjectStore:J.d,IDBObservation:J.d,IDBObserver:J.d,IDBObserverChanges:J.d,SVGAngle:J.d,SVGAnimatedAngle:J.d,SVGAnimatedBoolean:J.d,SVGAnimatedEnumeration:J.d,SVGAnimatedInteger:J.d,SVGAnimatedLength:J.d,SVGAnimatedLengthList:J.d,SVGAnimatedNumber:J.d,SVGAnimatedNumberList:J.d,SVGAnimatedPreserveAspectRatio:J.d,SVGAnimatedRect:J.d,SVGAnimatedString:J.d,SVGAnimatedTransformList:J.d,SVGMatrix:J.d,SVGPoint:J.d,SVGPreserveAspectRatio:J.d,SVGRect:J.d,SVGUnitTypes:J.d,AudioListener:J.d,AudioParam:J.d,AudioTrack:J.d,AudioWorkletGlobalScope:J.d,AudioWorkletProcessor:J.d,PeriodicWave:J.d,WebGLActiveInfo:J.d,ANGLEInstancedArrays:J.d,ANGLE_instanced_arrays:J.d,WebGLBuffer:J.d,WebGLCanvas:J.d,WebGLColorBufferFloat:J.d,WebGLCompressedTextureASTC:J.d,WebGLCompressedTextureATC:J.d,WEBGL_compressed_texture_atc:J.d,WebGLCompressedTextureETC1:J.d,WEBGL_compressed_texture_etc1:J.d,WebGLCompressedTextureETC:J.d,WebGLCompressedTexturePVRTC:J.d,WEBGL_compressed_texture_pvrtc:J.d,WebGLCompressedTextureS3TC:J.d,WEBGL_compressed_texture_s3tc:J.d,WebGLCompressedTextureS3TCsRGB:J.d,WebGLDebugRendererInfo:J.d,WEBGL_debug_renderer_info:J.d,WebGLDebugShaders:J.d,WEBGL_debug_shaders:J.d,WebGLDepthTexture:J.d,WEBGL_depth_texture:J.d,WebGLDrawBuffers:J.d,WEBGL_draw_buffers:J.d,EXTsRGB:J.d,EXT_sRGB:J.d,EXTBlendMinMax:J.d,EXT_blend_minmax:J.d,EXTColorBufferFloat:J.d,EXTColorBufferHalfFloat:J.d,EXTDisjointTimerQuery:J.d,EXTDisjointTimerQueryWebGL2:J.d,EXTFragDepth:J.d,EXT_frag_depth:J.d,EXTShaderTextureLOD:J.d,EXT_shader_texture_lod:J.d,EXTTextureFilterAnisotropic:J.d,EXT_texture_filter_anisotropic:J.d,WebGLFramebuffer:J.d,WebGLGetBufferSubDataAsync:J.d,WebGLLoseContext:J.d,WebGLExtensionLoseContext:J.d,WEBGL_lose_context:J.d,OESElementIndexUint:J.d,OES_element_index_uint:J.d,OESStandardDerivatives:J.d,OES_standard_derivatives:J.d,OESTextureFloat:J.d,OES_texture_float:J.d,OESTextureFloatLinear:J.d,OES_texture_float_linear:J.d,OESTextureHalfFloat:J.d,OES_texture_half_float:J.d,OESTextureHalfFloatLinear:J.d,OES_texture_half_float_linear:J.d,OESVertexArrayObject:J.d,OES_vertex_array_object:J.d,WebGLProgram:J.d,WebGLQuery:J.d,WebGLRenderbuffer:J.d,WebGLRenderingContext:J.d,WebGL2RenderingContext:J.d,WebGLSampler:J.d,WebGLShader:J.d,WebGLShaderPrecisionFormat:J.d,WebGLSync:J.d,WebGLTexture:J.d,WebGLTimerQueryEXT:J.d,WebGLTransformFeedback:J.d,WebGLUniformLocation:J.d,WebGLVertexArrayObject:J.d,WebGLVertexArrayObjectOES:J.d,WebGL2RenderingContextBase:J.d,ArrayBuffer:A.yy,ArrayBufferView:A.yD,DataView:A.yz,Float32Array:A.yA,Float64Array:A.JU,Int16Array:A.JV,Int32Array:A.yC,Int8Array:A.JW,Uint16Array:A.yE,Uint32Array:A.JX,Uint8ClampedArray:A.yF,CanvasPixelArray:A.yF,Uint8Array:A.oU,HTMLAudioElement:A.at,HTMLBRElement:A.at,HTMLBaseElement:A.at,HTMLBodyElement:A.at,HTMLButtonElement:A.at,HTMLCanvasElement:A.at,HTMLContentElement:A.at,HTMLDListElement:A.at,HTMLDataElement:A.at,HTMLDataListElement:A.at,HTMLDetailsElement:A.at,HTMLDialogElement:A.at,HTMLDivElement:A.at,HTMLEmbedElement:A.at,HTMLFieldSetElement:A.at,HTMLHRElement:A.at,HTMLHeadElement:A.at,HTMLHeadingElement:A.at,HTMLHtmlElement:A.at,HTMLIFrameElement:A.at,HTMLImageElement:A.at,HTMLInputElement:A.at,HTMLLIElement:A.at,HTMLLabelElement:A.at,HTMLLegendElement:A.at,HTMLLinkElement:A.at,HTMLMapElement:A.at,HTMLMediaElement:A.at,HTMLMenuElement:A.at,HTMLMetaElement:A.at,HTMLMeterElement:A.at,HTMLModElement:A.at,HTMLOListElement:A.at,HTMLObjectElement:A.at,HTMLOptGroupElement:A.at,HTMLOptionElement:A.at,HTMLOutputElement:A.at,HTMLParagraphElement:A.at,HTMLParamElement:A.at,HTMLPictureElement:A.at,HTMLPreElement:A.at,HTMLProgressElement:A.at,HTMLQuoteElement:A.at,HTMLScriptElement:A.at,HTMLShadowElement:A.at,HTMLSlotElement:A.at,HTMLSourceElement:A.at,HTMLSpanElement:A.at,HTMLStyleElement:A.at,HTMLTableCaptionElement:A.at,HTMLTableCellElement:A.at,HTMLTableDataCellElement:A.at,HTMLTableHeaderCellElement:A.at,HTMLTableColElement:A.at,HTMLTableElement:A.at,HTMLTableRowElement:A.at,HTMLTableSectionElement:A.at,HTMLTemplateElement:A.at,HTMLTextAreaElement:A.at,HTMLTimeElement:A.at,HTMLTitleElement:A.at,HTMLTrackElement:A.at,HTMLUListElement:A.at,HTMLUnknownElement:A.at,HTMLVideoElement:A.at,HTMLDirectoryElement:A.at,HTMLFontElement:A.at,HTMLFrameElement:A.at,HTMLFrameSetElement:A.at,HTMLMarqueeElement:A.at,HTMLElement:A.at,AccessibleNodeList:A.Eq,HTMLAnchorElement:A.Eu,HTMLAreaElement:A.EG,Blob:A.lW,CDATASection:A.je,CharacterData:A.je,Comment:A.je,ProcessingInstruction:A.je,Text:A.je,CSSPerspective:A.Gu,CSSCharsetRule:A.cb,CSSConditionRule:A.cb,CSSFontFaceRule:A.cb,CSSGroupingRule:A.cb,CSSImportRule:A.cb,CSSKeyframeRule:A.cb,MozCSSKeyframeRule:A.cb,WebKitCSSKeyframeRule:A.cb,CSSKeyframesRule:A.cb,MozCSSKeyframesRule:A.cb,WebKitCSSKeyframesRule:A.cb,CSSMediaRule:A.cb,CSSNamespaceRule:A.cb,CSSPageRule:A.cb,CSSRule:A.cb,CSSStyleRule:A.cb,CSSSupportsRule:A.cb,CSSViewportRule:A.cb,CSSStyleDeclaration:A.qN,MSStyleCSSProperties:A.qN,CSS2Properties:A.qN,CSSImageValue:A.fc,CSSKeywordValue:A.fc,CSSNumericValue:A.fc,CSSPositionValue:A.fc,CSSResourceValue:A.fc,CSSUnitValue:A.fc,CSSURLImageValue:A.fc,CSSStyleValue:A.fc,CSSMatrixComponent:A.ik,CSSRotation:A.ik,CSSScale:A.ik,CSSSkew:A.ik,CSSTranslation:A.ik,CSSTransformComponent:A.ik,CSSTransformValue:A.Gv,CSSUnparsedValue:A.Gw,DataTransferItemList:A.GP,Document:A.ks,HTMLDocument:A.ks,XMLDocument:A.ks,DOMException:A.Hc,ClientRectList:A.wD,DOMRectList:A.wD,DOMRectReadOnly:A.wE,DOMStringList:A.He,DOMTokenList:A.Hg,MathMLElement:A.ap,SVGAElement:A.ap,SVGAnimateElement:A.ap,SVGAnimateMotionElement:A.ap,SVGAnimateTransformElement:A.ap,SVGAnimationElement:A.ap,SVGCircleElement:A.ap,SVGClipPathElement:A.ap,SVGDefsElement:A.ap,SVGDescElement:A.ap,SVGDiscardElement:A.ap,SVGEllipseElement:A.ap,SVGFEBlendElement:A.ap,SVGFEColorMatrixElement:A.ap,SVGFEComponentTransferElement:A.ap,SVGFECompositeElement:A.ap,SVGFEConvolveMatrixElement:A.ap,SVGFEDiffuseLightingElement:A.ap,SVGFEDisplacementMapElement:A.ap,SVGFEDistantLightElement:A.ap,SVGFEFloodElement:A.ap,SVGFEFuncAElement:A.ap,SVGFEFuncBElement:A.ap,SVGFEFuncGElement:A.ap,SVGFEFuncRElement:A.ap,SVGFEGaussianBlurElement:A.ap,SVGFEImageElement:A.ap,SVGFEMergeElement:A.ap,SVGFEMergeNodeElement:A.ap,SVGFEMorphologyElement:A.ap,SVGFEOffsetElement:A.ap,SVGFEPointLightElement:A.ap,SVGFESpecularLightingElement:A.ap,SVGFESpotLightElement:A.ap,SVGFETileElement:A.ap,SVGFETurbulenceElement:A.ap,SVGFilterElement:A.ap,SVGForeignObjectElement:A.ap,SVGGElement:A.ap,SVGGeometryElement:A.ap,SVGGraphicsElement:A.ap,SVGImageElement:A.ap,SVGLineElement:A.ap,SVGLinearGradientElement:A.ap,SVGMarkerElement:A.ap,SVGMaskElement:A.ap,SVGMetadataElement:A.ap,SVGPathElement:A.ap,SVGPatternElement:A.ap,SVGPolygonElement:A.ap,SVGPolylineElement:A.ap,SVGRadialGradientElement:A.ap,SVGRectElement:A.ap,SVGScriptElement:A.ap,SVGSetElement:A.ap,SVGStopElement:A.ap,SVGStyleElement:A.ap,SVGElement:A.ap,SVGSVGElement:A.ap,SVGSwitchElement:A.ap,SVGSymbolElement:A.ap,SVGTSpanElement:A.ap,SVGTextContentElement:A.ap,SVGTextElement:A.ap,SVGTextPathElement:A.ap,SVGTextPositioningElement:A.ap,SVGTitleElement:A.ap,SVGUseElement:A.ap,SVGViewElement:A.ap,SVGGradientElement:A.ap,SVGComponentTransferFunctionElement:A.ap,SVGFEDropShadowElement:A.ap,SVGMPathElement:A.ap,Element:A.ap,AbortPaymentEvent:A.ae,AnimationEvent:A.ae,AnimationPlaybackEvent:A.ae,ApplicationCacheErrorEvent:A.ae,BackgroundFetchClickEvent:A.ae,BackgroundFetchEvent:A.ae,BackgroundFetchFailEvent:A.ae,BackgroundFetchedEvent:A.ae,BeforeInstallPromptEvent:A.ae,BeforeUnloadEvent:A.ae,BlobEvent:A.ae,CanMakePaymentEvent:A.ae,ClipboardEvent:A.ae,CloseEvent:A.ae,CompositionEvent:A.ae,CustomEvent:A.ae,DeviceMotionEvent:A.ae,DeviceOrientationEvent:A.ae,ErrorEvent:A.ae,ExtendableEvent:A.ae,ExtendableMessageEvent:A.ae,FetchEvent:A.ae,FocusEvent:A.ae,FontFaceSetLoadEvent:A.ae,ForeignFetchEvent:A.ae,GamepadEvent:A.ae,HashChangeEvent:A.ae,InstallEvent:A.ae,KeyboardEvent:A.ae,MediaEncryptedEvent:A.ae,MediaKeyMessageEvent:A.ae,MediaQueryListEvent:A.ae,MediaStreamEvent:A.ae,MediaStreamTrackEvent:A.ae,MessageEvent:A.ae,MIDIConnectionEvent:A.ae,MIDIMessageEvent:A.ae,MouseEvent:A.ae,DragEvent:A.ae,MutationEvent:A.ae,NotificationEvent:A.ae,PageTransitionEvent:A.ae,PaymentRequestEvent:A.ae,PaymentRequestUpdateEvent:A.ae,PointerEvent:A.ae,PopStateEvent:A.ae,PresentationConnectionAvailableEvent:A.ae,PresentationConnectionCloseEvent:A.ae,PromiseRejectionEvent:A.ae,PushEvent:A.ae,RTCDataChannelEvent:A.ae,RTCDTMFToneChangeEvent:A.ae,RTCPeerConnectionIceEvent:A.ae,RTCTrackEvent:A.ae,SecurityPolicyViolationEvent:A.ae,SensorErrorEvent:A.ae,SpeechRecognitionError:A.ae,SpeechRecognitionEvent:A.ae,SpeechSynthesisEvent:A.ae,StorageEvent:A.ae,SyncEvent:A.ae,TextEvent:A.ae,TouchEvent:A.ae,TrackEvent:A.ae,TransitionEvent:A.ae,WebKitTransitionEvent:A.ae,UIEvent:A.ae,VRDeviceEvent:A.ae,VRDisplayEvent:A.ae,VRSessionEvent:A.ae,WheelEvent:A.ae,MojoInterfaceRequestEvent:A.ae,USBConnectionEvent:A.ae,IDBVersionChangeEvent:A.ae,AudioProcessingEvent:A.ae,OfflineAudioCompletionEvent:A.ae,WebGLContextEvent:A.ae,Event:A.ae,InputEvent:A.ae,SubmitEvent:A.ae,AbsoluteOrientationSensor:A.a_,Accelerometer:A.a_,AccessibleNode:A.a_,AmbientLightSensor:A.a_,Animation:A.a_,ApplicationCache:A.a_,DOMApplicationCache:A.a_,OfflineResourceList:A.a_,BackgroundFetchRegistration:A.a_,BatteryManager:A.a_,BroadcastChannel:A.a_,CanvasCaptureMediaStreamTrack:A.a_,DedicatedWorkerGlobalScope:A.a_,EventSource:A.a_,FontFaceSet:A.a_,Gyroscope:A.a_,LinearAccelerationSensor:A.a_,Magnetometer:A.a_,MediaDevices:A.a_,MediaKeySession:A.a_,MediaQueryList:A.a_,MediaRecorder:A.a_,MediaSource:A.a_,MediaStream:A.a_,MediaStreamTrack:A.a_,MIDIAccess:A.a_,MIDIInput:A.a_,MIDIOutput:A.a_,MIDIPort:A.a_,NetworkInformation:A.a_,Notification:A.a_,OffscreenCanvas:A.a_,OrientationSensor:A.a_,PaymentRequest:A.a_,Performance:A.a_,PermissionStatus:A.a_,PresentationAvailability:A.a_,PresentationConnection:A.a_,PresentationConnectionList:A.a_,PresentationRequest:A.a_,RelativeOrientationSensor:A.a_,RemotePlayback:A.a_,RTCDataChannel:A.a_,DataChannel:A.a_,RTCDTMFSender:A.a_,RTCPeerConnection:A.a_,webkitRTCPeerConnection:A.a_,mozRTCPeerConnection:A.a_,ScreenOrientation:A.a_,Sensor:A.a_,ServiceWorker:A.a_,ServiceWorkerContainer:A.a_,ServiceWorkerGlobalScope:A.a_,ServiceWorkerRegistration:A.a_,SharedWorker:A.a_,SharedWorkerGlobalScope:A.a_,SpeechRecognition:A.a_,webkitSpeechRecognition:A.a_,SpeechSynthesis:A.a_,SpeechSynthesisUtterance:A.a_,VR:A.a_,VRDevice:A.a_,VRDisplay:A.a_,VRSession:A.a_,VisualViewport:A.a_,WebSocket:A.a_,Window:A.a_,DOMWindow:A.a_,Worker:A.a_,WorkerGlobalScope:A.a_,WorkerPerformance:A.a_,BluetoothDevice:A.a_,BluetoothRemoteGATTCharacteristic:A.a_,Clipboard:A.a_,MojoInterfaceInterceptor:A.a_,USB:A.a_,IDBDatabase:A.a_,IDBOpenDBRequest:A.a_,IDBVersionChangeRequest:A.a_,IDBRequest:A.a_,IDBTransaction:A.a_,AnalyserNode:A.a_,RealtimeAnalyserNode:A.a_,AudioBufferSourceNode:A.a_,AudioDestinationNode:A.a_,AudioNode:A.a_,AudioScheduledSourceNode:A.a_,AudioWorkletNode:A.a_,BiquadFilterNode:A.a_,ChannelMergerNode:A.a_,AudioChannelMerger:A.a_,ChannelSplitterNode:A.a_,AudioChannelSplitter:A.a_,ConstantSourceNode:A.a_,ConvolverNode:A.a_,DelayNode:A.a_,DynamicsCompressorNode:A.a_,GainNode:A.a_,AudioGainNode:A.a_,IIRFilterNode:A.a_,MediaElementAudioSourceNode:A.a_,MediaStreamAudioDestinationNode:A.a_,MediaStreamAudioSourceNode:A.a_,OscillatorNode:A.a_,Oscillator:A.a_,PannerNode:A.a_,AudioPannerNode:A.a_,webkitAudioPannerNode:A.a_,ScriptProcessorNode:A.a_,JavaScriptAudioNode:A.a_,StereoPannerNode:A.a_,WaveShaperNode:A.a_,EventTarget:A.a_,File:A.fW,FileList:A.HP,FileReader:A.x2,FileWriter:A.HQ,HTMLFormElement:A.I9,Gamepad:A.fY,History:A.Iu,HTMLCollection:A.ou,HTMLFormControlsCollection:A.ou,HTMLOptionsCollection:A.ou,XMLHttpRequest:A.ju,XMLHttpRequestUpload:A.ov,XMLHttpRequestEventTarget:A.ov,Location:A.Jn,MediaList:A.JE,MessagePort:A.JI,MIDIInputMap:A.JJ,MIDIOutputMap:A.JK,MimeType:A.h0,MimeTypeArray:A.JL,DocumentFragment:A.br,ShadowRoot:A.br,Attr:A.br,DocumentType:A.br,Node:A.br,NodeList:A.yL,RadioNodeList:A.yL,Plugin:A.h6,PluginArray:A.KZ,ProgressEvent:A.hS,ResourceProgressEvent:A.hS,RTCStatsReport:A.LZ,HTMLSelectElement:A.Mi,SourceBuffer:A.hd,SourceBufferList:A.MU,SpeechGrammar:A.he,SpeechGrammarList:A.MW,SpeechRecognitionResult:A.hf,Storage:A.N8,CSSStyleSheet:A.fm,StyleSheet:A.fm,TextTrack:A.hj,TextTrackCue:A.fn,VTTCue:A.fn,TextTrackCueList:A.Nz,TextTrackList:A.NA,TimeRanges:A.NH,Touch:A.hk,TouchList:A.NM,TrackDefaultList:A.NN,URL:A.Og,VideoTrackList:A.On,CSSRuleList:A.PA,ClientRect:A.BG,DOMRect:A.BG,GamepadList:A.QG,NamedNodeMap:A.Co,MozNamedAttrMap:A.Co,SpeechRecognitionResultList:A.TR,StyleSheetList:A.U_,SVGLength:A.iA,SVGLengthList:A.Jb,SVGNumber:A.iF,SVGNumberList:A.Kf,SVGPointList:A.L_,SVGStringList:A.Na,SVGTransform:A.iW,SVGTransformList:A.NT,AudioBuffer:A.EK,AudioParamMap:A.EL,AudioTrackList:A.EM,AudioContext:A.lT,webkitAudioContext:A.lT,BaseAudioContext:A.lT,OfflineAudioContext:A.Kg}) +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,ImageData: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,SharedArrayBuffer: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,IDBKeyRange: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,DataTransferItemList:true,Document:true,HTMLDocument:true,XMLDocument: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,CustomEvent: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,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,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,DedicatedWorkerGlobalScope:true,EventSource:true,FontFaceSet:true,Gyroscope: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,ServiceWorkerGlobalScope:true,ServiceWorkerRegistration:true,SharedWorker:true,SharedWorkerGlobalScope:true,SpeechRecognition:true,webkitSpeechRecognition:true,SpeechSynthesis:true,SpeechSynthesisUtterance:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Window:true,DOMWindow:true,Worker:true,WorkerGlobalScope:true,WorkerPerformance:true,BluetoothDevice:true,BluetoothRemoteGATTCharacteristic:true,Clipboard:true,MojoInterfaceInterceptor:true,USB:true,IDBDatabase:true,IDBOpenDBRequest:true,IDBVersionChangeRequest:true,IDBRequest:true,IDBTransaction:true,AnalyserNode:true,RealtimeAnalyserNode:true,AudioBufferSourceNode:true,AudioDestinationNode:true,AudioNode:true,AudioScheduledSourceNode:true,AudioWorkletNode:true,BiquadFilterNode:true,ChannelMergerNode:true,AudioChannelMerger:true,ChannelSplitterNode:true,AudioChannelSplitter:true,ConstantSourceNode:true,ConvolverNode:true,DelayNode:true,DynamicsCompressorNode:true,GainNode:true,AudioGainNode:true,IIRFilterNode:true,MediaElementAudioSourceNode:true,MediaStreamAudioDestinationNode:true,MediaStreamAudioSourceNode:true,OscillatorNode:true,Oscillator:true,PannerNode:true,AudioPannerNode:true,webkitAudioPannerNode:true,ScriptProcessorNode:true,JavaScriptAudioNode:true,StereoPannerNode:true,WaveShaperNode:true,EventTarget:false,File:true,FileList:true,FileReader:true,FileWriter:true,HTMLFormElement:true,Gamepad:true,History:true,HTMLCollection:true,HTMLFormControlsCollection:true,HTMLOptionsCollection:true,XMLHttpRequest:true,XMLHttpRequestUpload:true,XMLHttpRequestEventTarget:false,Location:true,MediaList:true,MessagePort:true,MIDIInputMap:true,MIDIOutputMap:true,MimeType:true,MimeTypeArray:true,DocumentFragment:true,ShadowRoot:true,Attr:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,Plugin:true,PluginArray:true,ProgressEvent:true,ResourceProgressEvent:true,RTCStatsReport:true,HTMLSelectElement:true,SourceBuffer:true,SourceBufferList:true,SpeechGrammar:true,SpeechGrammarList:true,SpeechRecognitionResult:true,Storage:true,CSSStyleSheet:true,StyleSheet:true,TextTrack:true,TextTrackCue:true,VTTCue:true,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchList:true,TrackDefaultList:true,URL:true,VideoTrackList:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,SVGLength:true,SVGLengthList:true,SVGNumber:true,SVGNumberList:true,SVGPointList:true,SVGStringList:true,SVGTransform:true,SVGTransformList:true,AudioBuffer:true,AudioParamMap:true,AudioTrackList:true,AudioContext:true,webkitAudioContext:true,BaseAudioContext:false,OfflineAudioContext:true}) +A.rY.$nativeSuperclassTag="ArrayBufferView" +A.Cp.$nativeSuperclassTag="ArrayBufferView" +A.Cq.$nativeSuperclassTag="ArrayBufferView" +A.mG.$nativeSuperclassTag="ArrayBufferView" +A.Cr.$nativeSuperclassTag="ArrayBufferView" +A.Cs.$nativeSuperclassTag="ArrayBufferView" +A.h3.$nativeSuperclassTag="ArrayBufferView" +A.Dc.$nativeSuperclassTag="EventTarget" +A.Dd.$nativeSuperclassTag="EventTarget" +A.Dm.$nativeSuperclassTag="EventTarget" +A.Dn.$nativeSuperclassTag="EventTarget"})() +Function.prototype.$0=function(){return this()} +Function.prototype.$1=function(a){return this(a)} +Function.prototype.$2=function(a,b){return this(a,b)} +Function.prototype.$3=function(a,b,c){return this(a,b,c)} +Function.prototype.$4=function(a,b,c,d){return this(a,b,c,d)} +Function.prototype.$1$1=function(a){return this(a)} +Function.prototype.$1$0=function(){return this()} +Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$2$1=function(a){return this(a)} +Function.prototype.$1$2=function(a,b){return this(a,b)} +Function.prototype.$1$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} +Function.prototype.$2$0=function(){return this()} +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=2.18.0 <4.0.0" - flutter: ">=3.3.0" - -dependencies: - flutter: - sdk: flutter - rive: ^0.11.3 - lottie: ^2.4.0 - -dev_dependencies: - flutter_test: - sdk: flutter - flutter_lints: ^2.0.0 - -topics: - - dialog - - bottomsheet - - giffy-dialog - - rive-dialog - - lottie-dialog - -screenshots: - - description: 'Package Demo' - path: asset/package_demo.gif \ No newline at end of file diff --git a/test/giffy_dialog_test.dart b/test/giffy_dialog_test.dart deleted file mode 100644 index f6f9484..0000000 --- a/test/giffy_dialog_test.dart +++ /dev/null @@ -1,1655 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter/rendering.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:giffy_dialog/giffy_dialog.dart'; - -MaterialApp _buildAppWithDialog( - Widget dialog, { - ThemeData? theme, - double textScaleFactor = 1.0, -}) { - return MaterialApp( - theme: theme, - home: Material( - child: Builder( - builder: (BuildContext context) { - return Center( - child: ElevatedButton( - child: const Text('X'), - onPressed: () { - showDialog( - context: context, - builder: (BuildContext context) { - return MediaQuery( - data: MediaQuery.of(context) - .copyWith(textScaleFactor: textScaleFactor), - child: dialog, - ); - }, - ); - }, - ), - ); - }, - ), - ), - ); -} - -Material _getMaterialFromDialog(WidgetTester tester) { - return tester.widget(find.descendant( - of: find.byType(Dialog), matching: find.byType(Material))); -} - -RenderParagraph _getTextRenderObjectFromDialog( - WidgetTester tester, String text) { - return tester - .element( - find.descendant(of: find.byType(Dialog), matching: find.text(text))) - .renderObject! as RenderParagraph; -} - -// GiffyDialog's ButtonBar a Padding widget with an OverflowBar child. -Finder _findButtonBar() { - return find - .ancestor(of: find.byType(OverflowBar), matching: find.byType(Padding)) - .first; -} - -const ShapeBorder _defaultM2DialogShape = RoundedRectangleBorder( - borderRadius: BorderRadius.all(Radius.circular(4.0))); -final ShapeBorder _defaultM3DialogShape = - RoundedRectangleBorder(borderRadius: BorderRadius.circular(28.0)); - -void main() { - final ThemeData material3Theme = - ThemeData(useMaterial3: true, brightness: Brightness.dark); - final ThemeData material2Theme = - ThemeData(useMaterial3: false, brightness: Brightness.dark); - - testWidgets('GiffyDialog is scrollable', (WidgetTester tester) async { - bool didPressOk = false; - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - content: Container( - height: 5000.0, - width: 300.0, - color: Colors.green[500], - ), - actions: [ - TextButton( - onPressed: () { - didPressOk = true; - }, - child: const Text('OK'), - ), - ], - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - expect(didPressOk, false); - await tester.tap(find.text('OK')); - expect(didPressOk, true); - }); - - testWidgets('GiffyDialog background color', (WidgetTester tester) async { - const Color customColor = Colors.pink; - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - backgroundColor: customColor, - actions: [], - ); - await tester.pumpWidget(_buildAppWithDialog(dialog, - theme: ThemeData(brightness: Brightness.dark))); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material materialWidget = _getMaterialFromDialog(tester); - expect(materialWidget.color, customColor); - }); - - testWidgets('GiffyDialog Defaults', (WidgetTester tester) async { - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - title: Text('Title'), - content: Text('Y'), - actions: [], - ); - await tester.pumpWidget(_buildAppWithDialog(dialog, theme: material2Theme)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material materialWidget = _getMaterialFromDialog(tester); - expect(materialWidget.color, Colors.grey[800]); - expect(materialWidget.shape, _defaultM2DialogShape); - expect(materialWidget.elevation, 24.0); - - final Offset bottomLeft = tester.getBottomLeft( - find.descendant(of: find.byType(Dialog), matching: find.byType(Material)), - ); - expect(bottomLeft.dy, 380.0); - - await tester.tapAt(const Offset(10.0, 10.0)); - await tester.pumpAndSettle(); - - await tester.pumpWidget(_buildAppWithDialog(dialog, theme: material3Theme)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material material3Widget = _getMaterialFromDialog(tester); - expect(material3Widget.color, material3Theme.colorScheme.surface); - expect(material3Widget.shape, _defaultM3DialogShape); - expect(material3Widget.elevation, 6.0); - }); - - testWidgets('Custom giffyDialog elevation', (WidgetTester tester) async { - const double customElevation = 12.0; - const Color shadowColor = Color(0xFF000001); - const Color surfaceTintColor = Color(0xFF000002); - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - actions: [], - elevation: customElevation, - shadowColor: shadowColor, - surfaceTintColor: surfaceTintColor, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material materialWidget = _getMaterialFromDialog(tester); - expect(materialWidget.elevation, customElevation); - expect(materialWidget.shadowColor, shadowColor); - expect(materialWidget.surfaceTintColor, surfaceTintColor); - }); - - testWidgets('Custom Title Text Style', (WidgetTester tester) async { - const String titleText = 'Title'; - const TextStyle titleTextStyle = TextStyle(color: Colors.pink); - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - title: Text(titleText), - titleTextStyle: titleTextStyle, - actions: [], - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final RenderParagraph title = - _getTextRenderObjectFromDialog(tester, titleText); - expect(title.text.style, titleTextStyle); - }); - - testWidgets('Custom Content Text Style', (WidgetTester tester) async { - const String contentText = 'Content'; - const TextStyle contentTextStyle = TextStyle(color: Colors.pink); - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - content: Text(contentText), - contentTextStyle: contentTextStyle, - actions: [], - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final RenderParagraph content = - _getTextRenderObjectFromDialog(tester, contentText); - expect(content.text.style, contentTextStyle); - }); - - testWidgets('GiffyDialog custom clipBehavior', (WidgetTester tester) async { - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - actions: [], - clipBehavior: Clip.antiAlias, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material materialWidget = _getMaterialFromDialog(tester); - expect(materialWidget.clipBehavior, Clip.antiAlias); - }); - - testWidgets('Custom giffyDialog shape', (WidgetTester tester) async { - const RoundedRectangleBorder customBorder = RoundedRectangleBorder( - borderRadius: BorderRadius.all(Radius.circular(16.0))); - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - actions: [], - shape: customBorder, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material materialWidget = _getMaterialFromDialog(tester); - expect(materialWidget.shape, customBorder); - }); - - testWidgets('Null giffyDialog shape', (WidgetTester tester) async { - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - actions: [], - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material materialWidget = _getMaterialFromDialog(tester); - expect(materialWidget.shape, _defaultM2DialogShape); - }); - - testWidgets('Rectangular giffyDialog shape', (WidgetTester tester) async { - const ShapeBorder customBorder = Border(); - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - actions: [], - shape: customBorder, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Material materialWidget = _getMaterialFromDialog(tester); - expect(materialWidget.shape, customBorder); - }); - - testWidgets('Custom giffyDialog alignment', (WidgetTester tester) async { - const GiffyDialog dialog = GiffyDialog( - giffy: Icon(Icons.ac_unit), - actions: [], - alignment: Alignment.bottomLeft, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Offset bottomLeft = tester.getBottomLeft( - find.descendant(of: find.byType(Dialog), matching: find.byType(Material)), - ); - expect(bottomLeft.dx, 40.0); - expect(bottomLeft.dy, 576.0); - }); - - testWidgets('GiffyDialog.actionsPadding defaults', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - onPressed: () {}, - child: const Text('button'), - ), - ], - ); - - await tester.pumpWidget( - _buildAppWithDialog(dialog), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - // The [GiffyDialog] is the entire screen, since it also contains the scrim. - // The first [Material] child of [GiffyDialog] is the actual dialog - // itself. - final Size dialogSize = tester.getSize( - find - .descendant( - of: find.byType(GiffyDialog), - matching: find.byType(Material), - ) - .first, - ); - final Size actionsSize = tester.getSize(_findButtonBar()); - - expect(actionsSize.width, dialogSize.width); - }); - - testWidgets('GiffyDialog.actionsPadding surrounds actions with padding', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - onPressed: () {}, - child: const Text('button'), - ), - ], - // The OverflowBar is inset by the buttonPadding/2 + actionsPadding - buttonPadding: EdgeInsets.zero, - actionsPadding: const EdgeInsets.all(30.0), // custom padding value - ); - - await tester.pumpWidget( - _buildAppWithDialog(dialog), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - // The [GiffyDialog] is the entire screen, since it also contains the scrim. - // The first [Material] child of [GiffyDialog] is the actual dialog - // itself. - final Size dialogSize = tester.getSize( - find - .descendant( - of: find.byType(GiffyDialog), - matching: find.byType(Material), - ) - .first, - ); - final Size actionsSize = tester.getSize(find.byType(OverflowBar)); - - expect(actionsSize.width, dialogSize.width - (30.0 * 2)); - }); - - testWidgets('GiffyDialog.buttonPadding defaults', - (WidgetTester tester) async { - final GlobalKey key1 = GlobalKey(); - final GlobalKey key2 = GlobalKey(); - - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - key: key1, - onPressed: () {}, - child: const Text('button 1'), - ), - ElevatedButton( - key: key2, - onPressed: () {}, - child: const Text('button 2'), - ), - ], - ); - - await tester.pumpWidget(_buildAppWithDialog(dialog, theme: material2Theme)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - // Padding between both buttons - expect( - tester.getBottomLeft(find.byKey(key2)).dx, - tester.getBottomRight(find.byKey(key1)).dx + 8.0, - ); - - // Padding between button and edges of the button bar - // First button - expect( - tester.getTopRight(find.byKey(key1)).dy, - tester.getTopRight(_findButtonBar()).dy + 8.0, - ); // top - expect( - tester.getBottomRight(find.byKey(key1)).dy, - tester.getBottomRight(_findButtonBar()).dy - 8.0, - ); // bottom - - // Second button - expect( - tester.getTopRight(find.byKey(key2)).dy, - tester.getTopRight(_findButtonBar()).dy + 8.0, - ); // top - expect( - tester.getBottomRight(find.byKey(key2)).dy, - tester.getBottomRight(_findButtonBar()).dy - 8.0, - ); // bottom - expect( - tester.getBottomRight(find.byKey(key2)).dx, - tester.getBottomRight(_findButtonBar()).dx - 8.0, - ); // right - - // Dismiss it and test material 3 dialog - await tester.tapAt(const Offset(10.0, 10.0)); - await tester.pumpAndSettle(); - - await tester.pumpWidget(_buildAppWithDialog(dialog, theme: material3Theme)); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - // Padding between both buttons - expect( - tester.getBottomLeft(find.byKey(key2)).dx, - tester.getBottomRight(find.byKey(key1)).dx + 8.0, - ); - - // Padding between button and edges of the button bar - // First button - expect( - tester.getTopRight(find.byKey(key1)).dy, - tester.getTopRight(_findButtonBar()).dy, - ); // top - expect( - tester.getBottomRight(find.byKey(key1)).dy, - tester.getBottomRight(_findButtonBar()).dy - 24.0, - ); // bottom - - // // Second button - expect( - tester.getTopRight(find.byKey(key2)).dy, - tester.getTopRight(_findButtonBar()).dy, - ); // top - expect( - tester.getBottomRight(find.byKey(key2)).dy, - tester.getBottomRight(_findButtonBar()).dy - 24.0, - ); // bottom - expect( - tester.getBottomRight(find.byKey(key2)).dx, - tester.getBottomRight(_findButtonBar()).dx - 24.0, - ); // right - }); - - testWidgets('GiffyDialog.buttonPadding custom values', - (WidgetTester tester) async { - final GlobalKey key1 = GlobalKey(); - final GlobalKey key2 = GlobalKey(); - - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - key: key1, - onPressed: () {}, - child: const Text('button 1'), - ), - ElevatedButton( - key: key2, - onPressed: () {}, - child: const Text('button 2'), - ), - ], - buttonPadding: const EdgeInsets.only( - left: 10.0, - right: 20.0, - ), - ); - - await tester.pumpWidget( - _buildAppWithDialog(dialog), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - // Padding between both buttons - expect( - tester.getBottomLeft(find.byKey(key2)).dx, - tester.getBottomRight(find.byKey(key1)).dx + ((10.0 + 20.0) / 2), - ); - - // Padding between button and edges of the button bar - // First button - expect( - tester.getTopRight(find.byKey(key1)).dy, - tester.getTopRight(_findButtonBar()).dy + ((10.0 + 20.0) / 2), - ); // top - expect( - tester.getBottomRight(find.byKey(key1)).dy, - tester.getBottomRight(_findButtonBar()).dy - ((10.0 + 20.0) / 2), - ); // bottom - - // Second button - expect( - tester.getTopRight(find.byKey(key2)).dy, - tester.getTopRight(_findButtonBar()).dy + ((10.0 + 20.0) / 2), - ); // top - expect( - tester.getBottomRight(find.byKey(key2)).dy, - tester.getBottomRight(_findButtonBar()).dy - ((10.0 + 20.0) / 2), - ); // bottom - expect( - tester.getBottomRight(find.byKey(key2)).dx, - tester.getBottomRight(_findButtonBar()).dx - ((10.0 + 20.0) / 2), - ); // right - }); - - group( - 'Dialog children padding is correct', - () { - final List textScaleFactors = [0.5, 1.0, 1.5, 2.0, 3.0]; - final Map paddingScaleFactors = { - 0.5: 1.0, - 1.0: 1.0, - 1.5: 2.0 / 3.0, - 2.0: 1.0 / 3.0, - 3.0: 1.0 / 3.0, - }; - - final GlobalKey giffyKey = GlobalKey(); - final GlobalKey titleKey = GlobalKey(); - final GlobalKey contentKey = GlobalKey(); - - final Finder dialogFinder = find - .descendant(of: find.byType(Dialog), matching: find.byType(Material)) - .first; - final Finder giffyFinder = find.byKey(giffyKey); - final Finder titleFinder = find.byKey(titleKey); - final Finder contentFinder = find.byKey(contentKey); - final Finder actionsFinder = _findButtonBar(); - - Future openDialog( - WidgetTester tester, Widget dialog, double textScaleFactor, - {bool isM3 = false}) async { - await tester.pumpWidget( - _buildAppWithDialog(dialog, - textScaleFactor: textScaleFactor, - theme: ThemeData(useMaterial3: isM3)), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - } - - void expectLeftEdgePadding( - WidgetTester tester, { - required Finder finder, - required double textScaleFactor, - required double unscaledValue, - }) { - expect( - tester.getTopLeft(dialogFinder).dx, - moreOrLessEquals(tester.getTopLeft(finder).dx - - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - expect( - tester.getBottomLeft(dialogFinder).dx, - moreOrLessEquals(tester.getBottomLeft(finder).dx - - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - } - - void expectRightEdgePadding( - WidgetTester tester, { - required Finder finder, - required double textScaleFactor, - required double unscaledValue, - }) { - expect( - tester.getTopRight(dialogFinder).dx, - moreOrLessEquals(tester.getTopRight(finder).dx + - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - expect( - tester.getBottomRight(dialogFinder).dx, - moreOrLessEquals(tester.getBottomRight(finder).dx + - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - } - - void expectTopEdgePadding( - WidgetTester tester, { - required Finder finder, - double textScaleFactor = 1.0, - required double unscaledValue, - }) { - expect( - tester.getTopLeft(dialogFinder).dy, - moreOrLessEquals(tester.getTopLeft(finder).dy - - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - expect( - tester.getTopRight(dialogFinder).dy, - moreOrLessEquals(tester.getTopRight(finder).dy - - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - } - - void expectBottomEdgePadding( - WidgetTester tester, { - required Finder finder, - double textScaleFactor = 1.0, - required double unscaledValue, - }) { - expect( - tester.getBottomLeft(dialogFinder).dy, - moreOrLessEquals(tester.getBottomRight(finder).dy + - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - expect( - tester.getBottomRight(dialogFinder).dy, - moreOrLessEquals(tester.getBottomRight(finder).dy + - unscaledValue * paddingScaleFactors[textScaleFactor]!), - ); - } - - void expectVerticalInnerPadding( - WidgetTester tester, { - required Finder top, - required Finder bottom, - required double value, - }) { - expect( - tester.getBottomLeft(top).dy, - tester.getTopLeft(bottom).dy - value, - ); - expect( - tester.getBottomRight(top).dy, - tester.getTopRight(bottom).dy - value, - ); - } - - final Widget giffy = Icon( - Icons.ac_unit, - key: giffyKey, - ); - final Widget title = Text( - 'title', - key: titleKey, - ); - final Widget content = Text( - 'content', - key: contentKey, - ); - final List actions = [ - ElevatedButton( - onPressed: () {}, - child: const Text('button'), - ), - ]; - - for (final double textScaleFactor in textScaleFactors) { - for (final bool isM3 in [false, true]) { - testWidgets( - 'GiffyDialog padding is correct when only giffy and title are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - title: title, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: titleFinder, - value: 16.0, - ); - expectLeftEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - - expectBottomEdgePadding( - tester, - finder: titleFinder, - unscaledValue: 20.0, - ); - }); - - testWidgets( - 'GiffyDialog padding is correct when only giffy and content are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - content: content, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: contentFinder, - value: isM3 ? 16.0 : 20.0, - ); - expectLeftEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectBottomEdgePadding( - tester, - finder: contentFinder, - unscaledValue: 24.0, - ); - }); - - testWidgets( - 'GiffyDialog padding is correct when only giffy and actions are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - actions: actions, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: actionsFinder, - value: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectRightEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectBottomEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - }); - - testWidgets( - 'GiffyDialog padding is correct when only giffy, title and content are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - title: title, - content: content, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: titleFinder, - value: 16.0, - ); - expectLeftEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: titleFinder, - bottom: contentFinder, - value: isM3 ? 16.0 : 20.0, - ); - expectLeftEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectBottomEdgePadding( - tester, - finder: contentFinder, - unscaledValue: 24.0, - ); - }); - - testWidgets( - 'GiffyDialog padding is correct when only giffy, title and actions are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - title: title, - actions: actions, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: titleFinder, - value: 16.0, - ); - expectLeftEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: titleFinder, - bottom: actionsFinder, - value: 20.0, - ); - expectLeftEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectRightEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectBottomEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - }); - - testWidgets( - 'GiffyDialog padding is correct when only giffy, content and actions are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - content: content, - actions: actions, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: contentFinder, - value: isM3 ? 16.0 : 20.0, - ); - expectLeftEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: contentFinder, - bottom: actionsFinder, - value: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectRightEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectBottomEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - }); - - testWidgets( - 'GiffyDialog padding is correct when all giffy, title, content and actions are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - title: title, - content: content, - actions: actions, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: titleFinder, - value: 16.0, - ); - expectLeftEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: titleFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: titleFinder, - bottom: contentFinder, - value: isM3 ? 16.0 : 20.0, - ); - expectLeftEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: contentFinder, - bottom: actionsFinder, - value: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectRightEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectBottomEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - }); - } - - for (final bool isM3 in [true, false]) { - testWidgets( - 'GiffyDialog padding is correct when only giffy, content and actions are specified [textScaleFactor]=$textScaleFactor [isM3]=$isM3', - (WidgetTester tester) async { - final GiffyDialog dialog = GiffyDialog( - giffy: giffy, - content: content, - actions: actions, - ); - - await openDialog(tester, dialog, textScaleFactor, isM3: isM3); - - expectTopEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: giffyFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: giffyFinder, - bottom: contentFinder, - value: isM3 ? 16.0 : 20.0, - ); - expectLeftEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectRightEdgePadding( - tester, - finder: contentFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 24.0, - ); - expectVerticalInnerPadding( - tester, - top: contentFinder, - bottom: actionsFinder, - value: 24.0, - ); - expectLeftEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectRightEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - expectBottomEdgePadding( - tester, - finder: actionsFinder, - textScaleFactor: textScaleFactor, - unscaledValue: 0.0, - ); - }); - } - } - }, - ); - - testWidgets('Dialogs can set the vertical direction of overflowing actions', - (WidgetTester tester) async { - final GlobalKey key1 = GlobalKey(); - final GlobalKey key2 = GlobalKey(); - - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - key: key1, - onPressed: () {}, - child: const Text('Looooooooooooooong button 1'), - ), - ElevatedButton( - key: key2, - onPressed: () {}, - child: const Text('Looooooooooooooong button 2'), - ), - ], - actionsOverflowDirection: VerticalDirection.up, - ); - - await tester.pumpWidget( - _buildAppWithDialog(dialog), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Rect buttonOneRect = tester.getRect(find.byKey(key1)); - final Rect buttonTwoRect = tester.getRect(find.byKey(key2)); - // Second [ElevatedButton] should appear above the first. - expect(buttonTwoRect.bottom, lessThanOrEqualTo(buttonOneRect.top)); - }); - - testWidgets('Dialogs have no spacing by default for overflowing actions', - (WidgetTester tester) async { - final GlobalKey key1 = GlobalKey(); - final GlobalKey key2 = GlobalKey(); - - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - key: key1, - onPressed: () {}, - child: const Text('Looooooooooooooong button 1'), - ), - ElevatedButton( - key: key2, - onPressed: () {}, - child: const Text('Looooooooooooooong button 2'), - ), - ], - ); - - await tester.pumpWidget( - _buildAppWithDialog(dialog), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Rect buttonOneRect = tester.getRect(find.byKey(key1)); - final Rect buttonTwoRect = tester.getRect(find.byKey(key2)); - expect(buttonOneRect.bottom, buttonTwoRect.top); - }); - - testWidgets('Dialogs can set the button spacing of overflowing actions', - (WidgetTester tester) async { - final GlobalKey key1 = GlobalKey(); - final GlobalKey key2 = GlobalKey(); - - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - key: key1, - onPressed: () {}, - child: const Text('Looooooooooooooong button 1'), - ), - ElevatedButton( - key: key2, - onPressed: () {}, - child: const Text('Looooooooooooooong button 2'), - ), - ], - actionsOverflowButtonSpacing: 10.0, - ); - - await tester.pumpWidget( - _buildAppWithDialog(dialog), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Rect buttonOneRect = tester.getRect(find.byKey(key1)); - final Rect buttonTwoRect = tester.getRect(find.byKey(key2)); - expect(buttonOneRect.bottom, buttonTwoRect.top - 10.0); - }); - - testWidgets('Dialogs can set the alignment of the OverflowBar', - (WidgetTester tester) async { - final GlobalKey key1 = GlobalKey(); - final GlobalKey key2 = GlobalKey(); - - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: const Text('title'), - content: const Text('content'), - actions: [ - ElevatedButton( - key: key1, - onPressed: () {}, - child: const Text('Loooooooooong button 1'), - ), - ElevatedButton( - key: key2, - onPressed: () {}, - child: const Text('Loooooooooooooonger button 2'), - ), - ], - actionsOverflowAlignment: OverflowBarAlignment.center, - ); - - await tester.pumpWidget( - _buildAppWithDialog(dialog), - ); - - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final Rect buttonOneRect = tester.getRect(find.byKey(key1)); - final Rect buttonTwoRect = tester.getRect(find.byKey(key2)); - expect(buttonOneRect.center.dx, buttonTwoRect.center.dx); - }); - - testWidgets('Dismissible.confirmDismiss defers to an GiffyDialog', - (WidgetTester tester) async { - final GlobalKey scaffoldKey = GlobalKey(); - final List dismissedItems = []; - - // Dismiss is confirmed IFF confirmDismiss() returns true. - Future confirmDismiss(DismissDirection dismissDirection) async { - return showDialog( - context: scaffoldKey.currentContext!, - builder: (BuildContext context) { - return GiffyDialog( - giffy: const SizedBox(), - actions: [ - TextButton( - child: const Text('TRUE'), - onPressed: () { - Navigator.pop(context, true); // showDialog() returns true - }, - ), - TextButton( - child: const Text('FALSE'), - onPressed: () { - Navigator.pop(context, false); // showDialog() returns false - }, - ), - ], - ); - }, - ); - } - - Widget buildDismissibleItem(int item, StateSetter setState) { - return Dismissible( - key: ValueKey(item), - confirmDismiss: confirmDismiss, - onDismissed: (DismissDirection direction) { - setState(() { - expect(dismissedItems.contains(item), isFalse); - dismissedItems.add(item); - }); - }, - child: SizedBox( - height: 100.0, - child: Text(item.toString()), - ), - ); - } - - Widget buildFrame() { - return MaterialApp( - home: StatefulBuilder( - builder: (BuildContext context, StateSetter setState) { - return Scaffold( - key: scaffoldKey, - body: Padding( - padding: const EdgeInsets.all(16.0), - child: ListView( - itemExtent: 100.0, - children: [0, 1, 2, 3, 4] - .where((int i) => !dismissedItems.contains(i)) - .map( - (int item) => buildDismissibleItem(item, setState)) - .toList(), - ), - ), - ); - }, - ), - ); - } - - Future dismissItem(WidgetTester tester, int item) async { - await tester.fling(find.text(item.toString()), const Offset(300.0, 0.0), - 1000.0); // fling to the right - await tester.pump(); // start the slide - await tester.pump(const Duration( - seconds: 1)); // finish the slide and start shrinking... - await tester.pump(); // first frame of shrinking animation - await tester.pump(const Duration( - seconds: 1)); // finish the shrinking and call the callback... - await tester.pump(); // rebuild after the callback removes the entry - } - - // Dismiss item 0 is confirmed via the GiffyDialog - await tester.pumpWidget(buildFrame()); - expect(dismissedItems, isEmpty); - await dismissItem( - tester, 0); // Causes the GiffyDialog to appear per confirmDismiss - await tester.pumpAndSettle(); - await tester.tap(find.text('TRUE')); // GiffyDialog action - await tester.pumpAndSettle(); - expect(find.text('TRUE'), findsNothing); // Dialog was dismissed - expect(find.text('FALSE'), findsNothing); - expect(dismissedItems, [0]); - expect(find.text('0'), findsNothing); - - // Dismiss item 1 is not confirmed via the GiffyDialog - await tester.pumpWidget(buildFrame()); - expect(dismissedItems, [0]); - await dismissItem( - tester, 1); // Causes the GiffyDialog to appear per confirmDismiss - await tester.pumpAndSettle(); - await tester.tap(find.text('FALSE')); // GiffyDialog action - await tester.pumpAndSettle(); - expect(find.text('TRUE'), findsNothing); // Dialog was dismissed - expect(find.text('FALSE'), findsNothing); - expect(dismissedItems, [0]); - expect(find.text('0'), findsNothing); - expect(find.text('1'), findsOneWidget); - - // Dismiss item 1 is not confirmed via the GiffyDialog - await tester.pumpWidget(buildFrame()); - expect(dismissedItems, [0]); - await dismissItem( - tester, 1); // Causes the GiffyDialog to appear per confirmDismiss - await tester.pumpAndSettle(); - expect(find.text('FALSE'), findsOneWidget); - expect(find.text('TRUE'), findsOneWidget); - await tester.tapAt(Offset.zero); // Tap outside of the GiffyDialog - await tester.pumpAndSettle(); - expect(dismissedItems, [0]); - expect(find.text('0'), findsNothing); - expect(find.text('1'), findsOneWidget); - expect(find.text('TRUE'), findsNothing); // Dialog was dismissed - expect(find.text('FALSE'), findsNothing); - - // Dismiss item 1 is confirmed via the GiffyDialog - await tester.pumpWidget(buildFrame()); - expect(dismissedItems, [0]); - await dismissItem( - tester, 1); // Causes the GiffyDialog to appear per confirmDismiss - await tester.pumpAndSettle(); - await tester.tap(find.text('TRUE')); // GiffyDialog action - await tester.pumpAndSettle(); - expect(find.text('TRUE'), findsNothing); // Dialog was dismissed - expect(find.text('FALSE'), findsNothing); - expect(dismissedItems, [0, 1]); - expect(find.text('0'), findsNothing); - expect(find.text('1'), findsNothing); - }); - - group('GiffyDialog.scrollable: ', () { - testWidgets('Title is scrollable', (WidgetTester tester) async { - final Key titleKey = UniqueKey(); - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: Container( - key: titleKey, - color: Colors.green, - height: 1000, - ), - scrollable: true, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final RenderBox box = tester.renderObject(find.byKey(titleKey)); - final Offset originalOffset = box.localToGlobal(Offset.zero); - await tester.drag(find.byKey(titleKey), const Offset(0.0, -200.0)); - expect(box.localToGlobal(Offset.zero), - equals(originalOffset.translate(0.0, -200.0))); - }); - - testWidgets('Content is scrollable', (WidgetTester tester) async { - final Key contentKey = UniqueKey(); - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - content: Container( - key: contentKey, - color: Colors.orange, - height: 1000, - ), - scrollable: true, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final RenderBox box = tester.renderObject(find.byKey(contentKey)); - final Offset originalOffset = box.localToGlobal(Offset.zero); - await tester.drag(find.byKey(contentKey), const Offset(0.0, -200.0)); - expect(box.localToGlobal(Offset.zero), - equals(originalOffset.translate(0.0, -200.0))); - }); - - testWidgets('Title and content are scrollable', - (WidgetTester tester) async { - final Key titleKey = UniqueKey(); - final Key contentKey = UniqueKey(); - final GiffyDialog dialog = GiffyDialog( - giffy: const SizedBox(), - title: Container( - key: titleKey, - color: Colors.green, - height: 400, - ), - content: Container( - key: contentKey, - color: Colors.orange, - height: 400, - ), - scrollable: true, - ); - await tester.pumpWidget(_buildAppWithDialog(dialog)); - await tester.tap(find.text('X')); - await tester.pumpAndSettle(); - - final RenderBox title = tester.renderObject(find.byKey(titleKey)); - final RenderBox content = tester.renderObject(find.byKey(contentKey)); - final Offset titleOriginalOffset = title.localToGlobal(Offset.zero); - final Offset contentOriginalOffset = content.localToGlobal(Offset.zero); - - // Dragging the title widget should scroll both the title - // and the content widgets. - await tester.drag(find.byKey(titleKey), const Offset(0.0, -200.0)); - expect(title.localToGlobal(Offset.zero), - equals(titleOriginalOffset.translate(0.0, -200.0))); - expect(content.localToGlobal(Offset.zero), - equals(contentOriginalOffset.translate(0.0, -200.0))); - - // Dragging the content widget should scroll both the title - // and the content widgets. - await tester.drag(find.byKey(contentKey), const Offset(0.0, 200.0)); - expect(title.localToGlobal(Offset.zero), equals(titleOriginalOffset)); - expect(content.localToGlobal(Offset.zero), equals(contentOriginalOffset)); - }); - }); - - testWidgets('GiffyDialog.actionsAlignment', (WidgetTester tester) async { - final Key actionKey = UniqueKey(); - - Widget buildFrame(MainAxisAlignment? alignment) { - return MaterialApp( - home: Scaffold( - body: GiffyDialog( - giffy: const SizedBox(), - content: const SizedBox(width: 800), - actionsAlignment: alignment, - actions: [SizedBox(key: actionKey, width: 20, height: 20)], - buttonPadding: EdgeInsets.zero, - insetPadding: EdgeInsets.zero, - ), - ), - ); - } - - // Default configuration - await tester.pumpWidget(buildFrame(null)); - expect(tester.getTopLeft(find.byType(GiffyDialog)).dx, 0); - expect(tester.getTopRight(find.byType(GiffyDialog)).dx, 800); - expect(tester.getSize(find.byType(OverflowBar)).width, 800); - expect(tester.getTopLeft(find.byKey(actionKey)).dx, 800 - 20); - expect(tester.getTopRight(find.byKey(actionKey)).dx, 800); - - // All possible alignment values - - await tester.pumpWidget(buildFrame(MainAxisAlignment.start)); - expect(tester.getTopLeft(find.byKey(actionKey)).dx, 0); - expect(tester.getTopRight(find.byKey(actionKey)).dx, 20); - - await tester.pumpWidget(buildFrame(MainAxisAlignment.center)); - expect(tester.getTopLeft(find.byKey(actionKey)).dx, (800 - 20) / 2); - expect(tester.getTopRight(find.byKey(actionKey)).dx, (800 - 20) / 2 + 20); - - await tester.pumpWidget(buildFrame(MainAxisAlignment.end)); - expect(tester.getTopLeft(find.byKey(actionKey)).dx, 800 - 20); - expect(tester.getTopRight(find.byKey(actionKey)).dx, 800); - - await tester.pumpWidget(buildFrame(MainAxisAlignment.spaceBetween)); - expect(tester.getTopLeft(find.byKey(actionKey)).dx, 0); - expect(tester.getTopRight(find.byKey(actionKey)).dx, 20); - - await tester.pumpWidget(buildFrame(MainAxisAlignment.spaceAround)); - expect(tester.getTopLeft(find.byKey(actionKey)).dx, (800 - 20) / 2); - expect(tester.getTopRight(find.byKey(actionKey)).dx, (800 - 20) / 2 + 20); - - await tester.pumpWidget(buildFrame(MainAxisAlignment.spaceEvenly)); - expect(tester.getTopLeft(find.byKey(actionKey)).dx, (800 - 20) / 2); - expect(tester.getTopRight(find.byKey(actionKey)).dx, (800 - 20) / 2 + 20); - }); -} diff --git a/v1-v2_migration.md b/v1-v2_migration.md deleted file mode 100644 index 32d5249..0000000 --- a/v1-v2_migration.md +++ /dev/null @@ -1,33 +0,0 @@ -# V1-V2 Migration - -## Introduction - -This document describes the migration from the v1 to the v2 version of the Giffy Dialog package. - -## Changes - -### NetworkGiffyDialog - -- The `NetworkGiffyDialog` class has been replaced with the `GiffyDialog.image` constructor. -- The `image` property in the old API is now can be set using the `Image.network` in the new API. - -### AssetGiffyDialog - -- The `AssetGiffyDialog` class has been replaced with the `GiffyDialog.image` constructor. -- The `image` property in the old API is now can be set using the `Image.asset` in the new API. - -### FlareGiffyDialog - -- The `FlareGiffyDialog` class has been replaced with the `GiffyDialog.rive` constructor. -- The `flarePath` and `flareAnimation` properties in the old API is now can be set using the `rive` property of - type `RiveAnimation` in the new API. - -### Other common changes - -- The `description` property in the old API is now can be set using the `content` widget in the new API. -- The `onOkButtonPressed` and `onCancelButtonPressed` properties in the old API are replaced with the `actions` - property in the new API to handle button actions. -- The `onlyOkButton`, `onlyCancelButton`, `buttonOkText`, `buttonCancelText` and all the other button - related properties in the old API is no longer available and has been replaced with the `actions` property in the - new API to handle button actions. -- The `cornerRadius` property in the old API is now can be set using the `shape` property in the new API. diff --git a/version.json b/version.json new file mode 100644 index 0000000..876c81d --- /dev/null +++ b/version.json @@ -0,0 +1 @@ +{"app_name":"example_giffy_dialog","version":"1.0.0","build_number":"1","package_name":"example_giffy_dialog"} \ No newline at end of file