diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml deleted file mode 100644 index fe8a39a..0000000 --- a/.github/workflows/ci.yaml +++ /dev/null @@ -1,99 +0,0 @@ -name: CI - -on: - push: - branches: - - main - pull_request: - workflow_dispatch: - -jobs: - analyze: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: flutter pub get - - run: flutter analyze --fatal-infos - - format: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: flutter pub get - - run: dart format --set-exit-if-changed . - - integration: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - name: Install tools - run: | - sudo apt update - sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip xvfb - env: - DEBIAN_FRONTEND: noninteractive - - name: Set up environment - run: | - sudo apt install -y dbus dbus-x11 gsettings-desktop-schemas - echo "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$UID/bus" >> $GITHUB_ENV - echo "XDG_RUNTIME_DIR=/run/user/$UID" >> $GITHUB_ENV - gsettings set org.gnome.desktop.interface gtk-theme 'Yaru' - env: - DEBIAN_FRONTEND: noninteractive - - run: flutter pub get - - name: Run flutter test integration_test - run: xvfb-run -a -s '-screen 0 1024x768x24 +extension GLX' flutter test -d linux integration_test - - linux: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: sudo apt update - - run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip - env: - DEBIAN_FRONTEND: noninteractive - - run: flutter pub get - - run: flutter build linux -v - - macos: - runs-on: macos-12 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: flutter pub get - - run: flutter build macos -v - - test: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: sudo apt update - - run: sudo apt install -y lcov - env: - DEBIAN_FRONTEND: noninteractive - - run: flutter pub get - - run: flutter test --coverage - - uses: codecov/codecov-action@v3 - with: - token: ${{secrets.CODECOV_TOKEN}} - - web: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: flutter pub get - - run: flutter build web -v - - windows: - runs-on: windows-2022 - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: flutter pub get - - run: flutter build windows -v diff --git a/.github/workflows/gh.yaml b/.github/workflows/gh.yaml deleted file mode 100644 index cda99ce..0000000 --- a/.github/workflows/gh.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: GH - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - pages: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v2 - - uses: subosito/flutter-action@v2 - - uses: bluefireteam/flutter-gh-pages@v8 - with: - baseHref: /numbers/ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml deleted file mode 100644 index 7b51a0b..0000000 --- a/.github/workflows/nightly.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Nightly - -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: - -env: - FLUTTER_VERSION: 3.16.x - -jobs: - goldens: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - with: - flutter-version: ${{env.FLUTTER_VERSION}} - - run: flutter test --update-goldens - - uses: peter-evans/create-pull-request@v4 - with: - title: 'Update golden images' - commit-message: 'Update golden images' diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml deleted file mode 100644 index 6660158..0000000 --- a/.github/workflows/snap.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Snap - -on: - schedule: - - cron: '12 3 * * *' - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - uses: snapcore/action-build@v1 - id: snapcraft - - uses: actions/upload-artifact@v3 - if: github.event_name == 'workflow_dispatch' - with: - name: 'snap' - path: ${{steps.snapcraft.outputs.snap}} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b5e16e0..0000000 --- a/.gitignore +++ /dev/null @@ -1,49 +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/ -/coverage/ -pubspec.lock - -# Snap related -*.snap - -# Symbolication related -app.*.symbols - -# Obfuscation related -app.*.map.json - -# Android Studio will place build artifacts here -/android/app/debug -/android/app/profile -/android/app/release diff --git a/.last_build_id b/.last_build_id new file mode 100644 index 0000000..d104ab2 --- /dev/null +++ b/.last_build_id @@ -0,0 +1 @@ +b526358709440bef0693ef3273c38d3f \ No newline at end of file diff --git a/.metadata b/.metadata deleted file mode 100644 index 8bc1c9f..0000000 --- a/.metadata +++ /dev/null @@ -1,39 +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: 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/LICENSE b/LICENSE deleted file mode 100644 index ba75c69..0000000 --- a/LICENSE +++ /dev/null @@ -1 +0,0 @@ -TODO: Add your license here. diff --git a/README.md b/README.md deleted file mode 100644 index 0fc6977..0000000 --- a/README.md +++ /dev/null @@ -1,99 +0,0 @@ -# Numbers - -[![CI](https://github.com/ubuntu-flutter-community/numbers/actions/workflows/ci.yaml/badge.svg)](https://github.com/ubuntu-flutter-community/numbers/actions/workflows/ci.yaml) - -This sample application is powered by [numbersapi.com](http://numbersapi.com/#42) -and [Flutter](https://flutter.dev), a cross-platform UI toolkit by Google. - -| Linux | macOS | Web | Windows | -|---|---|---|---| -| ![Linux](https://raw.githubusercontent.com/ubuntu-flutter-community/numbers/main/screenshots/linux.png) | ![macOS](https://raw.githubusercontent.com/ubuntu-flutter-community/numbers/main/screenshots/macos.png) | ![Web](https://raw.githubusercontent.com/ubuntu-flutter-community/numbers/main/screenshots/web.png) | ![Windows](https://raw.githubusercontent.com/ubuntu-flutter-community/numbers/main/screenshots/windows.png) | - -The purpose of this project is to act as a starting point and demonstrate the -ease and simplicity of using the following [Yaru](https://github.com/ubuntu/yaru) -libraries: -- [yaru](https://pub.dev/packages/yaru): - The distinct look and feel of the Ubuntu Desktop -- [yaru_icons](https://pub.dev/packages/yaru_icons): - Ubuntu Yaru icons for Flutter -- [yaru_widgets](https://pub.dev/packages/yaru_widgets): - Common widgets for building desktop and web applications - -The main application layout and page navigation are provided by -[YaruNavigationPage](https://pub.dev/documentation/yaru_widgets/latest/yaru_widgets/YaruNavigationPage-class.html), -which is a high-level building block for creating applications with a -[navigation rail](https://m3.material.io/components/navigation-rail/overview) -and a stack of pages. - -This sample aims to provide a clean starting point with a structure that scales -well and is easy to maintain and test. The pages are implemented using the -[MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) -pattern to separate the UI from the business logic, and the REST API calls are -handled by a [service layer](https://en.wikipedia.org/wiki/Service_layer_pattern) -accessed via a [service locator](https://en.wikipedia.org/wiki/Service_locator_pattern). - -There are [many ways](https://docs.flutter.dev/development/data-and-backend/state-mgmt/options) -to manage state in Flutter. This project uses the recommended -[simple state management](https://docs.flutter.dev/development/data-and-backend/state-mgmt/simple) -approach together with the [provider](https://pub.dev/packages/provider) package. - -[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/numbers) - -## Getting Started - -Follow the instructions to [install Flutter](https://docs.flutter.dev/get-started/install) -and run the following commands: - -``` -git clone https://github.com/ubuntu-flutter-community/numbers.git -cd numbers -flutter pub get -flutter run -``` - -## Testing - -Flutter comes with great support for [testing](https://docs.flutter.dev/testing), -and this project uses various [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) -techniques to make the code well testable. - -There are various types of tests included: -- [unit test](https://github.com/ubuntu-flutter-community/numbers/blob/main/test/numbers_test.dart) (see [introduction to unit testing](https://docs.flutter.dev/cookbook/testing/unit/introduction)) -- [widget test](https://github.com/ubuntu-flutter-community/numbers/blob/main/test/app_test.dart) (see [introduction to widget testing](https://docs.flutter.dev/cookbook/testing/widget/introduction)) -- [golden file test](https://github.com/ubuntu-flutter-community/numbers/blob/main/test/color_indicator_test.dart) (see [golden file testing](https://api.flutter.dev/flutter/flutter_test/matchesGoldenFile.html#golden-file-testing)) -- [integration test](https://github.com/ubuntu-flutter-community/numbers/tree/main/integration_test) (see [introduction to integration testing](https://docs.flutter.dev/cookbook/testing/integration/introduction)) - -## License - -| **NOTE:** Remember to update the [LICENSE](LICENSE) file with the license of your choice when using this template as a starting point for your own project. | -| --- | - -The sample code in this repository is free to use or any purpose, commercial or -non-commercial, and by any means. - -``` -This is free and unencumbered software released into the public domain. - -Anyone is free to copy, modify, publish, use, compile, sell, or -distribute this software, either in source code form or as a compiled -binary, for any purpose, commercial or non-commercial, and by any -means. - -In jurisdictions that recognize copyright laws, the author or authors -of this software dedicate any and all copyright interest in the -software to the public domain. We make this dedication for the benefit -of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of -relinquishment in perpetuity of all present and future rights to this -software under copyright law. - -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 BE LIABLE FOR 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. - -For more information, please refer to -``` diff --git a/analysis_options.yaml b/analysis_options.yaml deleted file mode 100644 index caefd1b..0000000 --- a/analysis_options.yaml +++ /dev/null @@ -1,13 +0,0 @@ -include: package:flutter_lints/flutter.yaml - -linter: - rules: - always_declare_return_types: true - cancel_subscriptions: true - directives_ordering: true - prefer_const_constructors: true - prefer_final_locals: true - prefer_null_aware_operators: true - sort_pub_dependencies: true - type_annotate_public_apis: true - use_super_parameters: true diff --git a/assets/AssetManifest.bin b/assets/AssetManifest.bin new file mode 100644 index 0000000..b758598 --- /dev/null +++ b/assets/AssetManifest.bin @@ -0,0 +1 @@ + assets/numbers.desktop  assetassets/numbers.desktop2packages/handy_window/assets/handy-window-dark.css  asset2packages/handy_window/assets/handy-window-dark.css-packages/handy_window/assets/handy-window.css  asset-packages/handy_window/assets/handy-window.css2packages/window_manager/images/ic_chrome_close.png  asset2packages/window_manager/images/ic_chrome_close.png5packages/window_manager/images/ic_chrome_maximize.png  asset5packages/window_manager/images/ic_chrome_maximize.png5packages/window_manager/images/ic_chrome_minimize.png  asset5packages/window_manager/images/ic_chrome_minimize.png7packages/window_manager/images/ic_chrome_unmaximize.png  asset7packages/window_manager/images/ic_chrome_unmaximize.png)packages/yaru/src/text/fonts/Ubuntu-B.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-B.ttf*packages/yaru/src/text/fonts/Ubuntu-BI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-BI.ttf)packages/yaru/src/text/fonts/Ubuntu-L.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-L.ttf*packages/yaru/src/text/fonts/Ubuntu-LI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-LI.ttf)packages/yaru/src/text/fonts/Ubuntu-M.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-M.ttf*packages/yaru/src/text/fonts/Ubuntu-MI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-MI.ttf)packages/yaru/src/text/fonts/Ubuntu-R.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-R.ttf*packages/yaru/src/text/fonts/Ubuntu-RI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-RI.ttf)packages/yaru_icons/assets/yaru_icons.otf  asset)packages/yaru_icons/assets/yaru_icons.otf \ No newline at end of file diff --git a/assets/AssetManifest.bin.json b/assets/AssetManifest.bin.json new file mode 100644 index 0000000..1482bd3 --- /dev/null +++ b/assets/AssetManifest.bin.json @@ -0,0 +1 @@ +"DRAHFmFzc2V0cy9udW1iZXJzLmRlc2t0b3AMAQ0BBwVhc3NldAcWYXNzZXRzL251bWJlcnMuZGVza3RvcAcycGFja2FnZXMvaGFuZHlfd2luZG93L2Fzc2V0cy9oYW5keS13aW5kb3ctZGFyay5jc3MMAQ0BBwVhc3NldAcycGFja2FnZXMvaGFuZHlfd2luZG93L2Fzc2V0cy9oYW5keS13aW5kb3ctZGFyay5jc3MHLXBhY2thZ2VzL2hhbmR5X3dpbmRvdy9hc3NldHMvaGFuZHktd2luZG93LmNzcwwBDQEHBWFzc2V0By1wYWNrYWdlcy9oYW5keV93aW5kb3cvYXNzZXRzL2hhbmR5LXdpbmRvdy5jc3MHMnBhY2thZ2VzL3dpbmRvd19tYW5hZ2VyL2ltYWdlcy9pY19jaHJvbWVfY2xvc2UucG5nDAENAQcFYXNzZXQHMnBhY2thZ2VzL3dpbmRvd19tYW5hZ2VyL2ltYWdlcy9pY19jaHJvbWVfY2xvc2UucG5nBzVwYWNrYWdlcy93aW5kb3dfbWFuYWdlci9pbWFnZXMvaWNfY2hyb21lX21heGltaXplLnBuZwwBDQEHBWFzc2V0BzVwYWNrYWdlcy93aW5kb3dfbWFuYWdlci9pbWFnZXMvaWNfY2hyb21lX21heGltaXplLnBuZwc1cGFja2FnZXMvd2luZG93X21hbmFnZXIvaW1hZ2VzL2ljX2Nocm9tZV9taW5pbWl6ZS5wbmcMAQ0BBwVhc3NldAc1cGFja2FnZXMvd2luZG93X21hbmFnZXIvaW1hZ2VzL2ljX2Nocm9tZV9taW5pbWl6ZS5wbmcHN3BhY2thZ2VzL3dpbmRvd19tYW5hZ2VyL2ltYWdlcy9pY19jaHJvbWVfdW5tYXhpbWl6ZS5wbmcMAQ0BBwVhc3NldAc3cGFja2FnZXMvd2luZG93X21hbmFnZXIvaW1hZ2VzL2ljX2Nocm9tZV91bm1heGltaXplLnBuZwcpcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtQi50dGYMAQ0BBwVhc3NldAcpcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtQi50dGYHKnBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LUJJLnR0ZgwBDQEHBWFzc2V0BypwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1CSS50dGYHKXBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LUwudHRmDAENAQcFYXNzZXQHKXBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LUwudHRmBypwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1MSS50dGYMAQ0BBwVhc3NldAcqcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtTEkudHRmBylwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1NLnR0ZgwBDQEHBWFzc2V0BylwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1NLnR0ZgcqcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtTUkudHRmDAENAQcFYXNzZXQHKnBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LU1JLnR0ZgcpcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtUi50dGYMAQ0BBwVhc3NldAcpcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtUi50dGYHKnBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LVJJLnR0ZgwBDQEHBWFzc2V0BypwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1SSS50dGYHKXBhY2thZ2VzL3lhcnVfaWNvbnMvYXNzZXRzL3lhcnVfaWNvbnMub3RmDAENAQcFYXNzZXQHKXBhY2thZ2VzL3lhcnVfaWNvbnMvYXNzZXRzL3lhcnVfaWNvbnMub3Rm" \ No newline at end of file diff --git a/assets/AssetManifest.json b/assets/AssetManifest.json new file mode 100644 index 0000000..036d6c7 --- /dev/null +++ b/assets/AssetManifest.json @@ -0,0 +1 @@ +{"assets/numbers.desktop":["assets/numbers.desktop"],"packages/handy_window/assets/handy-window-dark.css":["packages/handy_window/assets/handy-window-dark.css"],"packages/handy_window/assets/handy-window.css":["packages/handy_window/assets/handy-window.css"],"packages/window_manager/images/ic_chrome_close.png":["packages/window_manager/images/ic_chrome_close.png"],"packages/window_manager/images/ic_chrome_maximize.png":["packages/window_manager/images/ic_chrome_maximize.png"],"packages/window_manager/images/ic_chrome_minimize.png":["packages/window_manager/images/ic_chrome_minimize.png"],"packages/window_manager/images/ic_chrome_unmaximize.png":["packages/window_manager/images/ic_chrome_unmaximize.png"],"packages/yaru/src/text/fonts/Ubuntu-B.ttf":["packages/yaru/src/text/fonts/Ubuntu-B.ttf"],"packages/yaru/src/text/fonts/Ubuntu-BI.ttf":["packages/yaru/src/text/fonts/Ubuntu-BI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-L.ttf":["packages/yaru/src/text/fonts/Ubuntu-L.ttf"],"packages/yaru/src/text/fonts/Ubuntu-LI.ttf":["packages/yaru/src/text/fonts/Ubuntu-LI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-M.ttf":["packages/yaru/src/text/fonts/Ubuntu-M.ttf"],"packages/yaru/src/text/fonts/Ubuntu-MI.ttf":["packages/yaru/src/text/fonts/Ubuntu-MI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-R.ttf":["packages/yaru/src/text/fonts/Ubuntu-R.ttf"],"packages/yaru/src/text/fonts/Ubuntu-RI.ttf":["packages/yaru/src/text/fonts/Ubuntu-RI.ttf"],"packages/yaru_icons/assets/yaru_icons.otf":["packages/yaru_icons/assets/yaru_icons.otf"]} \ No newline at end of file diff --git a/assets/FontManifest.json b/assets/FontManifest.json new file mode 100644 index 0000000..5c3245c --- /dev/null +++ b/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/yaru/Ubuntu","fonts":[{"weight":300,"asset":"packages/yaru/src/text/fonts/Ubuntu-L.ttf"},{"weight":300,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-LI.ttf"},{"weight":400,"asset":"packages/yaru/src/text/fonts/Ubuntu-R.ttf"},{"weight":400,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-RI.ttf"},{"weight":500,"asset":"packages/yaru/src/text/fonts/Ubuntu-M.ttf"},{"weight":500,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-MI.ttf"},{"weight":700,"asset":"packages/yaru/src/text/fonts/Ubuntu-B.ttf"},{"weight":700,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-BI.ttf"}]},{"family":"packages/yaru_icons/YaruIcons","fonts":[{"asset":"packages/yaru_icons/assets/yaru_icons.otf"}]}] \ No newline at end of file diff --git a/assets/NOTICES b/assets/NOTICES new file mode 100644 index 0000000..ffdeb5a --- /dev/null +++ b/assets/NOTICES @@ -0,0 +1,35620 @@ +abseil-cpp + +Apache License +Version 2.0, January 2004 +https://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +abseil-cpp +angle +dart +etc1 +expat +flatbuffers +fuchsia_sdk +glslang +khronos +perfetto +shaderc +spirv-cross +txt +vulkan +vulkan-headers +vulkan-validation-layers +wuffs + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2009 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2010 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2012 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2014 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright 2013 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright 2016 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright 2020 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle + +Copyright (c) 2011 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle + +Copyright (c) 2013 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle + +Copyright 2017 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle +icu + +Copyright 2014 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle +skia + +Copyright 2018 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +engine +spring_animation +tonic +txt +url_launcher_web +web_test_fonts +web_unicode + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +fuchsia_sdk + +Copyright 2019 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +skia + +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2008-2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2013-2017 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2020 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2002 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2010 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2011 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2012 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2013 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2013-2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +angle + +Copyright 2014 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2015 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2016 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2017 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2018 The ANGLE Project Authors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2018 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2019 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2020 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2020 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2021 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2021 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2021-2022 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2022 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2023 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle +khronos + +Copyright (c) 2013-2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle +xxhash + +Copyright 2019 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +async +collection +stream_channel +typed_data + +Copyright 2015, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +boolean_selector +meta + +Copyright 2016, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2010 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2012 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2013 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2014, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2016, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, the HRSS authors. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2018, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2018, Google Inc. +Copyright (c) 2020, Arm Ltd. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2019, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2020, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2021, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2022, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2023, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Portions of the attached software ("Contribution") are developed by +SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + +The Contribution is licensed pursuant to the Eric Young open source +license provided above. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Portions of the attached software ("Contribution") are developed by +SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + +The Contribution is licensed pursuant to the OpenSSL open source +license provided above. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. +ECC cipher suite support in OpenSSL originally developed by +SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. +ECDH support in OpenSSL originally developed by +SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2005 Nokia. All rights reserved. + +The portions of the attached software ("Contribution") is developed by +Nokia Corporation and is licensed pursuant to the OpenSSL open source +license. + +The Contribution, originally written by Mika Kousa and Pasi Eronen of +Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites +support (see RFC 4279) to OpenSSL. + +No patent licenses or other rights except those expressly stated in +the OpenSSL open source license shall be deemed granted or received +expressly, by implication, estoppel, or otherwise. + +No assurances are provided by Nokia that the Contribution does not +infringe the patent or other intellectual property rights of any third +party or that the license provides you with all the necessary rights +to make use of the Contribution. + +THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN +ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA +SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY +OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR +OTHERWISE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2012, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2014, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2015, Intel Inc. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2016 Brian Smith. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +DTLS code by Eric Rescorla + +Copyright (C) 2006, Network Resonance, Inc. +Copyright (C) 2011, RTFM, Inc. +-------------------------------------------------------------------------------- +boringssl + +OpenSSL License +--------------- + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + + +This product includes cryptographic software written by Eric Young +(eay@cryptsoft.com). This product includes software written by Tim +Hudson (tjh@cryptsoft.com). + +Original SSLeay License +----------------------- + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] + +ISC license used for completely new code in BoringSSL: + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +The code in third_party/fiat carries the MIT license: + +Copyright (c) 2015-2016 the fiat-crypto authors (see +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Licenses for support code +------------------------- + +Parts of the TLS test suite are under the Go license. This code is not included +in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so +distributing code linked against BoringSSL does not trigger this license: + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +BoringSSL uses the Chromium test infrastructure to run a continuous build, +trybots etc. The scripts which manage this, and the script for generating build +metadata, are under the Chromium license. Distributing code linked against +BoringSSL does not trigger this license. + +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ceval + +Copyright (c) 2021 e_t + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +characters +ffi + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +clock +fake_async +material_color_utilities + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +csslib + +Copyright 2013, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +In addition, the following condition applies: + +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014 The Polymer Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2006-2008 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2010 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2012 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +engine + +License for the Ahem font embedded below is from: +https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING + +The Ahem font in this directory belongs to the public domain. In +jurisdictions that do not recognize public domain ownership of these +files, the following Creative Commons Zero declaration applies: + + + +which is quoted below: + + The person who has associated a work with this document (the "Work") + affirms that he or she (the "Affirmer") is the/an author or owner of + the Work. The Work may be any work of authorship, including a + database. + + The Affirmer hereby fully, permanently and irrevocably waives and + relinquishes all of her or his copyright and related or neighboring + legal rights in the Work available under any federal or state law, + treaty or contract, including but not limited to moral rights, + publicity and privacy rights, rights protecting against unfair + competition and any rights protecting the extraction, dissemination + and reuse of data, whether such rights are present or future, vested + or contingent (the "Waiver"). The Affirmer makes the Waiver for the + benefit of the public at large and to the detriment of the Affirmer's + heirs or successors. + + The Affirmer understands and intends that the Waiver has the effect + of eliminating and entirely removing from the Affirmer's control all + the copyright and related or neighboring legal rights previously held + by the Affirmer in the Work, to that extent making the Work freely + available to the public for any and all uses and purposes without + restriction of any kind, including commercial use and uses in media + and formats or by methods that have not yet been invented or + conceived. Should the Waiver for any reason be judged legally + ineffective in any jurisdiction, the Affirmer hereby grants a free, + full, permanent, irrevocable, nonexclusive and worldwide license for + all her or his copyright and related or neighboring legal rights in + the Work. +-------------------------------------------------------------------------------- +etc_decoder + +Copyright (c) 2020-2022 Hans-Kristian Arntzen + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2004 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Yury Gribov + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2005 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2017 Rhodri James +Copyright (c) 2022 Thijs Schreijer + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2006 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016 Eric Rahm +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Gaurav +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2016 Gustavo Grieco +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Ed Schouten +Copyright (c) 2017-2022 Rhodri James +Copyright (c) 2017 Václav Slavík +Copyright (c) 2017 Viktor Szakats +Copyright (c) 2017 Chanho Park +Copyright (c) 2017 Rolf Eike Beer +Copyright (c) 2017 Hans Wennborg +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Marco Maggi +Copyright (c) 2018 Mariusz Zaborski +Copyright (c) 2019 David Loffredo +Copyright (c) 2019-2020 Ben Wagner +Copyright (c) 2019 Vadim Zeitlin +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Samanta Navarro +Copyright (c) 2022 Jeffrey Walton +Copyright (c) 2022 Jann Horn + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2002 Fred L. Drake, Jr. +Copyright (c) 2006 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Don Lewis +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Alexander Bluhm +Copyright (c) 2017 Benbuck Nason +Copyright (c) 2017 José Gutiérrez de la Concha +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2009 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Joe Orton +Copyright (c) 2020 Kleber Tarcísio +Copyright (c) 2021 Tim Bray +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2004 Fred L. Drake, Jr. +Copyright (c) 2002-2009 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Franek Korta + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2005 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Boris Kolpackov +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005-2006 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Karl Waclawek +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2018 Sebastian Pipping +Copyright (c) 2018 Marco Maggi + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper +Copyright (c) 2001-2022 Expat maintainers + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1999-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2007 Karl Waclawek +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2003 Greg Stein +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2018 Yury Gribov +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat +harfbuzz + +Copyright (c) 2021 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) <2014> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +fiat + +Copyright (c) 2015-2020 the fiat-crypto authors (see + +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +flutter_html + +MIT License + +Copyright (c) 2019-2022 The flutter_html developers + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +flutter_lints +platform +plugin_platform_interface +url_launcher +url_launcher_android +url_launcher_ios +url_launcher_linux +url_launcher_macos +url_launcher_platform_interface +url_launcher_windows + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +The FreeType Project LICENSE +---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. + +(This is a heavily cut-down "BSD license".) +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2014 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2017 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2018 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2020 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2022 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2023 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +musl as a whole is licensed under the following standard MIT license: + + +Copyright © 2005-2014 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Authors/contributors include: + +Alex Dowad +Alexander Monakov +Anthony G. Basile +Arvid Picciani +Bobby Bingham +Boris Brezillon +Brent Cook +Chris Spiegel +Clément Vasseur +Daniel Micay +Denys Vlasenko +Emil Renner Berthing +Felix Fietkau +Felix Janda +Gianluca Anzolin +Hauke Mehrtens +Hiltjo Posthuma +Isaac Dunham +Jaydeep Patil +Jens Gustedt +Jeremy Huntwork +Jo-Philipp Wich +Joakim Sindholt +John Spencer +Josiah Worcester +Justin Cormack +Khem Raj +Kylie McClain +Luca Barbato +Luka Perkov +M Farkas-Dyck (Strake) +Mahesh Bodapati +Michael Forney +Natanael Copa +Nicholas J. Kain +orc +Pascal Cuoq +Petr Hosek +Pierre Carrier +Rich Felker +Richard Pennington +Shiz +sin +Solar Designer +Stefan Kristiansson +Szabolcs Nagy +Timo Teräs +Trutz Behn +Valentin Ochs +William Haddon + +Portions of this software are derived from third-party works licensed +under terms compatible with the above MIT license: + +Much of the math library code (third_party/math/* and +third_party/complex/*, and third_party/include/libm.h) is +Copyright © 1993,2004 Sun Microsystems or +Copyright © 2003-2011 David Schultz or +Copyright © 2003-2009 Steven G. Kargl or +Copyright © 2003-2009 Bruce D. Evans or +Copyright © 2008 Stephen L. Moshier +and labelled as such in comments in the individual source files. All +have been licensed under extremely permissive terms. + +The smoothsort implementation (third_party/smoothsort/qsort.c) is +Copyright © 2011 Valentin Ochs and is licensed under an MIT-style +license. + +The x86_64 files in third_party/arch were written by Nicholas J. Kain +and is licensed under the standard MIT terms. + +All other files which have no copyright comments are original works +produced specifically for use as part of this library, written either +by Rich Felker, the main author of the library, or by one or more +contibutors listed above. Details on authorship of individual files +can be found in the git version control history of the project. The +omission of copyright and license comments in each file is in the +interest of source tree size. + +In addition, permission is hereby granted for all public header files +(include/* and arch/*/bits/*) and crt files intended to be linked into +applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit +the copyright notice and permission notice otherwise required by the +license, and to use these files without any requirement of +attribution. These files include substantial contributions from: + +Bobby Bingham +John Spencer +Nicholas J. Kain +Rich Felker +Richard Pennington +Stefan Kristiansson +Szabolcs Nagy + +all of whom have explicitly granted such permission. + +This file previously contained text expressing a belief that most of +the files covered by the above exception were sufficiently trivial not +to be subject to copyright, resulting in confusion over whether it +negated the permissions granted in the license. In the spirit of +permissive licensing, and of not having licensing issues being an +obstacle to adoption, that text has been removed. +-------------------------------------------------------------------------------- +get_it + +MIT License + +Copyright (c) 2018 Thomas Burkhart + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +glfw + +Copyright (C) 1997-2013 Sam Lantinga + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard + +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2021 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2014 Jonas Ådahl + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2021 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2022 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2019 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017, 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2016 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (c) 2002-2010 The ANGLE Project Authors. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2016-2020 Google, Inc. +Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017-2018 Google, Inc. +Copyright (C) 2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 The Khronos Group Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of The Khronos Group Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2002, NVIDIA Corporation. + +NVIDIA Corporation("NVIDIA") supplies this software to you in +consideration of your agreement to the following terms, and your use, +installation, modification or redistribution of this NVIDIA software +constitutes acceptance of these terms. If you do not agree with these +terms, please do not use, install, modify or redistribute this NVIDIA +software. + +In consideration of your agreement to abide by the following terms, and +subject to these terms, NVIDIA grants you a personal, non-exclusive +license, under NVIDIA's copyrights in this original NVIDIA software (the +"NVIDIA Software"), to use, reproduce, modify and redistribute the +NVIDIA Software, with or without modifications, in source and/or binary +forms; provided that if you redistribute the NVIDIA Software, you must +retain the copyright notice of NVIDIA, this notice and the following +text and disclaimers in all such redistributions of the NVIDIA Software. +Neither the name, trademarks, service marks nor logos of NVIDIA +Corporation may be used to endorse or promote products derived from the +NVIDIA Software without specific prior written permission from NVIDIA. +Except as expressly stated in this notice, no other rights or licenses +express or implied, are granted by NVIDIA herein, including but not +limited to any patent rights that may be infringed by your derivative +works or by other works in which the NVIDIA Software may be +incorporated. No hardware is licensed hereunder. + +THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, +INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER +PRODUCTS. + +IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, +INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY +OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE +NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, +TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF +NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2013 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2017 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2020 The Khronos Group Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2019, Viktor Latypov +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS +KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS +SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT + https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020, Travis Fort +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2022 ARM Limited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright(C) 2021 Advanced Micro Devices, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang +skia + +Copyright (c) 2014-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang +spirv-cross + +Copyright (c) 2014-2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +gtk +handy_window +yaru_widgets +yaru_window +yaru_window_linux +yaru_window_manager +yaru_window_platform_interface +yaru_window_web + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2012 Grigori Goronzy + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2006 Behdad Esfahbod +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007 Chris Wilson +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. +Copyright © 2019, Facebook Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2018 Khaled Hosny + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2013 Google, Inc. +Copyright © 2021 Khaled Hosny + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Mozilla Foundation. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Mozilla Foundation. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2017 Google, Inc. +Copyright © 2021 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Google, Inc. +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Mozilla Foundation. +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Elie Roux +Copyright © 2018 Google, Inc. +Copyright © 2018-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Khaled Hosny +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Igalia S.L. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2020 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. +Copyright © 2023 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Adobe Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019-2020 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Behdad Esfahbod. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc +Copyright © 2021, 2022 Black Foundry + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Matthias Clasen + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Behdad Esfahbod +Copyright © 1999 David Turner +Copyright © 2005 Werner Lemberg +Copyright © 2013-2015 Alexei Podtelezhnikov + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. +For parts of HarfBuzz that are licensed under different licenses see individual +files names COPYING in subdirectories where applicable. + +Copyright © 2010-2022 Google, Inc. +Copyright © 2015-2020 Ebrahim Byagowi +Copyright © 2019,2020 Facebook, Inc. +Copyright © 2012,2015 Mozilla Foundation +Copyright © 2011 Codethink Limited +Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) +Copyright © 2009 Keith Stribley +Copyright © 2011 Martin Hosken and SIL International +Copyright © 2007 Chris Wilson +Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod +Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc. +Copyright © 1998-2005 David Turner and Werner Lemberg +Copyright © 2016 Igalia S.L. +Copyright © 2022 Matthias Clasen +Copyright © 2018,2021 Khaled Hosny +Copyright © 2018,2019,2020 Adobe, Inc +Copyright © 2013-2015 Alexei Podtelezhnikov + +For full copyright notices consult the individual files in the package. + + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz +icu +web_unicode + +Unicode® Copyright and Terms of Use +For the general privacy policy governing access to this site, see the Unicode Privacy Policy. + +A. Unicode Copyright +1. Copyright © 1991-2022 Unicode, Inc. All rights reserved. +B. Definitions +Unicode Data Files ("DATA FILES") include all data files under the directories: +https://www.unicode.org/Public/ +https://www.unicode.org/reports/ +https://www.unicode.org/ivd/data/ + +Unicode Data Files do not include PDF online code charts under the directory: +https://www.unicode.org/Public/ + +Unicode Software ("SOFTWARE") includes any source code published in the Unicode Standard +or any source code or compiled code under the directories: +https://www.unicode.org/Public/PROGRAMS/ +https://www.unicode.org/Public/cldr/ +http://site.icu-project.org/download/ +C. Terms of Use +1. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein. +2. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files, subject to the Terms and Conditions herein. +3. Further specifications of rights and restrictions pertaining to the use of the Unicode DATA FILES and SOFTWARE can be found in the Unicode Data Files and Software License. +4. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. +5. The Unicode PDF online code charts carry specific restrictions. Those restrictions are incorporated as the first page of each PDF code chart. +6. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. +7. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. +8. Modification is not permitted with respect to this document. All copies of this document must be verbatim. +D. Restricted Rights Legend +1. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement. +E.Warranties and Disclaimers +1. This publication and/or website may include technical or typographical errors or other inaccuracies. Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode, Inc. may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time. +2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase. +3. EXCEPT AS PROVIDED IN SECTION E.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE, INC. AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE. +F. Waiver of Damages +1. In no event shall Unicode, Inc. or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode, Inc. was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives. +G. Trademarks & Logos +1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names. +3. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc. +4. All third party trademarks referenced herein are the property of their respective owners. +H. Miscellaneous +1. Jurisdiction and Venue. This website is operated from a location in the State of California, United States of America. Unicode, Inc. makes no representation that the materials are appropriate for use in other locations. If you access this website from other locations, you are responsible for compliance with local laws. This Agreement, all use of this website and any claims and damages resulting from use of this website are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this website shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum. +2. Modification by Unicode, Inc. Unicode, Inc. shall have the right to modify this Agreement at any time by posting it to this website. The user may not assign any part of this Agreement without Unicode, Inc.’s prior written consent. +3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income. +4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect. +5. Entire Agreement. This Agreement constitutes the entire agreement between the parties. + +EXHIBIT 1 +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.’s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2022 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +html + +Copyright (c) 2006-2012 The Authors + +Contributors: +James Graham - jg307@cam.ac.uk +Anne van Kesteren - annevankesteren@gmail.com +Lachlan Hunt - lachlan.hunt@lachy.id.au +Matt McDonald - kanashii@kanashii.ca +Sam Ruby - rubys@intertwingly.net +Ian Hickson (Google) - ian@hixie.ch +Thomas Broyer - t.broyer@ltgt.net +Jacques Distler - distler@golem.ph.utexas.edu +Henri Sivonen - hsivonen@iki.fi +Adam Barth - abarth@webkit.org +Eric Seidel - eric@webkit.org +The Mozilla Foundation (contributions from Henri Sivonen since 2008) +David Flanagan (Mozilla) - dflanagan@mozilla.com +Google LLC (contributed the Dart port) - misc@dartlang.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- +http +http_parser +matcher +path +source_span +string_scanner + +Copyright 2014, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +icu + +# Copyright (c) 2006-2015 International Business Machines Corporation, + # Apple Inc., and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2002, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2008, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2009,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011,2014-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines * +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008,2010 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011,2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2013, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2005, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2009, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004 - 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2012, International Business Machines Corporation and others. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2014, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation, Google and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010 IBM Corporation and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2017, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010 , Yahoo! Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) The Internet Society (2002). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published +and distributed, in whole or in part, without restriction of any +kind, provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for +copyrights defined in the Internet Standards process must be +followed, or as required to translate it into languages other than +English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +-------------------------------------------------------------------------------- +icu + +Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2004 IBM, Inc. and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2010, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2011-2012 International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2010. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2011. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2012. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2014. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2016. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright 2001 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2004 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2007 Google Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.’s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2023 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. + +Third-Party Software Licenses + +This section contains third-party software notices and/or additional +terms for licensed third-party software components included within ICU +libraries. + +ICU License - ICU 1.8.1 to ICU 57.1 + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1995-2016 International Business Machines Corporation and others +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. + +All trademarks and registered trademarks mentioned herein are the +property of their respective owners. + +Chinese/Japanese Word Break Dictionary Data (cjdict.txt) + +The Google Chrome software developed by Google is licensed under +the BSD license. Other software included in this distribution is +provided under other licenses, as set forth below. + +The BSD License +http://opensource.org/licenses/bsd-license.php +Copyright (C) 2006-2008, Google Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided with +the distribution. +Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The word list in cjdict.txt are generated by combining three word lists +listed below with further processing for compound word breaking. The +frequency is generated with an iterative training against Google web +corpora. + +* Libtabe (Chinese) + - https://sourceforge.net/project/?group_id=1519 + - Its license terms and conditions are shown below. + +* IPADIC (Japanese) + - http://chasen.aist-nara.ac.jp/chasen/distribution.html + - Its license terms and conditions are shown below. + +Copyright (c) 1999 TaBE Project. +Copyright (c) 1999 Pai-Hsiang Hsiao. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the TaBE Project nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (c) 1999 Computer Systems and Communication Lab, + Institute of Information Science, Academia + Sinica. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the Computer Systems and Communication Lab + nor the names of its contributors may be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright 1996 Chih-Hao Tsai @ Beckman Institute, + University of Illinois +c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 + +Copyright 2000, 2001, 2002, 2003 Nara Institute of Science +and Technology. All Rights Reserved. + +Use, reproduction, and distribution of this software is permitted. +Any copy of this software, whether in its original form or modified, +must include both the above copyright notice and the following +paragraphs. + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +Lao Word Break Dictionary Data (laodict.txt) + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2015 International Business Machines Corporation +and others. All Rights Reserved. + +Project: https://github.com/rober42539/lao-dictionary +Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt +License: https://github.com/rober42539/lao-dictionary/LICENSE.txt + (copied below) + +This file is derived from the above dictionary version of Nov 22, 2020 + +Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. Redistributions in binary +form must reproduce the above copyright notice, this list of conditions and +the following disclaimer in the documentation and/or other materials +provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Burmese Word Break Dictionary Data (burmesedict.txt) + +Copyright (c) 2014 International Business Machines Corporation +and others. All Rights Reserved. + +This list is part of a project hosted at: + github.com/kanyawtech/myanmar-karen-word-lists + +Copyright (c) 2013, LeRoy Benjamin Sharon +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: Redistributions of source code must retain the above +copyright notice, this list of conditions and the following +disclaimer. Redistributions in binary form must reproduce the +above copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided +with the distribution. + + Neither the name Myanmar Karen Word Lists, nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +Google double-conversion + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +File: install-sh (only for ICU4C) + + +Copyright 1991 by the Massachusetts Institute of Technology + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of M.I.T. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. M.I.T. makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. +-------------------------------------------------------------------------------- +icu + +punycode.c 0.4.0 (2001-Nov-17-Sat) +http://www.cs.berkeley.edu/~amc/idn/ +Adam M. Costello +http://www.nicemice.net/amc/ + +Disclaimer and license + + Regarding this entire document or any portion of it (including + the pseudocode and C code), the author makes no guarantees and + is not responsible for any damage resulting from its use. The + author grants irrevocable permission to anyone to use, modify, + and distribute it in any way that does not diminish the rights + of anyone else to use, modify, and distribute it, provided that + redistributed derivative works do not contain misleading author or + version information. Derivative works need not be licensed under + similar terms. +-------------------------------------------------------------------------------- +include + +Copyright (C) 2011 Nick Bruun +Copyright (C) 2013 Vlad Lazarenko +Copyright (C) 2014 Nicolas Pauss +-------------------------------------------------------------------------------- +include + +Copyright (c) 2008-2009 Bjoern Hoehrmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2009 Florian Loitsch. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2011 - Nick Bruun. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. If you meet (any of) the author(s), you're encouraged to buy them a beer, + a drink or whatever is suited to the situation, given that you like the + software. +4. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2013-2019 Niels Lohmann . + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Lars Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +intl + +Copyright 2013, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +libjxl + +Copyright 2021 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libmicrohttpd +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libpng + +COPYRIGHT NOTICE, DISCLAIMER, and LICENSE +========================================= + +PNG Reference Library License version 2 +--------------------------------------- + +* Copyright (c) 1995-2019 The PNG Reference Library Authors. +* Copyright (c) 2018-2019 Cosmin Truta. +* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. +* Copyright (c) 1996-1997 Andreas Dilger. +* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. + +The software is supplied "as is", without warranty of any kind, +express or implied, including, without limitation, the warranties +of merchantability, fitness for a particular purpose, title, and +non-infringement. In no event shall the Copyright owners, or +anyone distributing the software, be liable for any damages or +other liability, whether in contract, tort or otherwise, arising +from, out of, or in connection with the software, or the use or +other dealings in the software, even if advised of the possibility +of such damage. + +Permission is hereby granted to use, copy, modify, and distribute +this software, or portions hereof, for any purpose, without fee, +subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you + must not claim that you wrote the original software. If you + use this software in a product, an acknowledgment in the product + documentation would be appreciated, but is not required. + +2. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + + +PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) +----------------------------------------------------------------------- + +libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are +Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are +derived from libpng-1.0.6, and are distributed according to the same +disclaimer and license as libpng-1.0.6 with the following individuals +added to the list of Contributing Authors: + + Simon-Pierre Cadieux + Eric S. Raymond + Mans Rullgard + Cosmin Truta + Gilles Vollant + James Yu + Mandar Sahastrabuddhe + Google Inc. + Vadim Barkov + +and with the following additions to the disclaimer: + + There is no warranty against interference with your enjoyment of + the library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is + with the user. + +Some files in the "contrib" directory and some configure-generated +files that are distributed with libpng have other copyright owners, and +are released under other open source licenses. + +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from +libpng-0.96, and are distributed according to the same disclaimer and +license as libpng-0.96, with the following individuals added to the +list of Contributing Authors: + + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik + +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, +and are distributed according to the same disclaimer and license as +libpng-0.88, with the following individuals added to the list of +Contributing Authors: + + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner + +Some files in the "scripts" directory have other copyright owners, +but are released under this license. + +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. + +For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: + + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner + +The PNG Reference Library is supplied "AS IS". The Contributing +Authors and Group 42, Inc. disclaim all warranties, expressed or +implied, including, without limitation, the warranties of +merchantability and of fitness for any purpose. The Contributing +Authors and Group 42, Inc. assume no liability for direct, indirect, +incidental, special, exemplary, or consequential damages, which may +result from the use of the PNG Reference Library, even if advised of +the possibility of such damage. + +Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: + +1. The origin of this source code must not be misrepresented. + +2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + +The Contributing Authors and Group 42, Inc. specifically permit, +without fee, and encourage the use of this source code as a component +to supporting the PNG file format in commercial products. If you use +this source code in a product, acknowledgment is not required but would +be appreciated. +-------------------------------------------------------------------------------- +libtess2 + +Copyright (C) [dates of first publication] Silicon Graphics, Inc. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice including the dates of first publication and either this +permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Silicon Graphics, Inc. shall not +be used in advertising or otherwise to promote the sale, use or other dealings in +this Software without prior written authorization from Silicon Graphics, Inc. +-------------------------------------------------------------------------------- +libwebp + +Copyright (c) 2010, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2010 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2011 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2012 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2013 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2014 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2015 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2016 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2017 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2018 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2021 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2022 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +lints + +Copyright 2021, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +list_counter + +MIT License + +Copyright (c) 2022 The list_counter developers + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +mocktail + +The MIT License (MIT) +Copyright (c) 2023 Felix Angelov + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +nested +provider + +MIT License + +Copyright (c) 2019 Remi Rousselet + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +numbers + +TODO: Add your license here. + +-------------------------------------------------------------------------------- +perfetto + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +Copyright (c) 2017, The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +platform_detect + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2017 Workiva Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +rapidjson + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved-> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (c) 2006-2013 Alexander Chemeris + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the product nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +rapidjson + +The above software in this distribution may have been modified by +THL A29 Limited ("Tencent Modifications"). +All Tencent Modifications are Copyright (C) 2015 THL A29 Limited. +-------------------------------------------------------------------------------- +root_certificates + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/root_certificates/+/692f6d6488af68e0121317a9c2c9eb393eb0ee50 + +-------------------------------------------------------------------------------- +safe_change_notifier + +MIT License + +Copyright (c) 2021 Ubuntu Flutter Community + +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. + +-------------------------------------------------------------------------------- +screen_retriever +window_manager + +MIT License + +Copyright (c) 2022 LiJianying + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +skia + +Copyright (C) 2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2005 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006-2012 The Android Open Source Project +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2007 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009-2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +spirv-cross + +Copyright 2014-2016,2021 The Khronos Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +spring_animation + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +sqlite + +The source code for SQLite is in the public domain. No claim of +copyright is made on any part of the core source code. (The +documentation and test code is a different matter - some sections of +documentation and test logic are governed by open-source licenses.) +All contributors to the SQLite core software have signed affidavits +specifically disavowing any copyright interest in the code. This means +that anybody is able to legally do anything they want with the SQLite +source code. + +There are other SQL database engines with liberal licenses that allow +the code to be broadly and freely used. But those other engines are +still governed by copyright law. SQLite is different in that copyright +law simply does not apply. + +The source code files for other SQL database engines typically begin +with a comment describing your legal rights to view and copy that +file. The SQLite source code contains no license since it is not +governed by copyright. Instead of a license, the SQLite source code +offers a blessing: + +May you do good and not evil +May you find forgiveness for yourself and forgive others +May you share freely, never taking more than you give. +-------------------------------------------------------------------------------- +stack_trace + +Copyright 2014, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +state_notifier + +MIT License + +Copyright (c) 2020 Remi Rousselet + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +sync_http + +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. + +-------------------------------------------------------------------------------- +term_glyph + +Copyright 2017, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +test_api + +Copyright 2018, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +ubuntu_service +yaru + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +vm_service + +Copyright 2015, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +vulkan-validation-layers + +Copyright (C) 2012-2020 Yann Collet + +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +vulkan-validation-layers +vulkan_memory_allocator + +Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +vulkanmemoryallocator + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +web + +Copyright 2023, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +web_locale_keymap + +Copyright (c) 2022 Google LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +webdriver + + 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 2013 Google LLC + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet. + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +yaru_icons + + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1998-2005 Gilles Vollant +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2017 ARM, Inc. +Copyright 2017 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2017 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2018 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2019 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2022 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +version 1.2.12, March 27th, 2022 + +Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. diff --git a/assets/numbers.desktop b/assets/assets/numbers.desktop similarity index 100% rename from assets/numbers.desktop rename to assets/assets/numbers.desktop diff --git a/assets/fonts/MaterialIcons-Regular.otf b/assets/fonts/MaterialIcons-Regular.otf new file mode 100644 index 0000000..8ad4112 Binary files /dev/null and b/assets/fonts/MaterialIcons-Regular.otf differ diff --git a/assets/packages/handy_window/assets/handy-window-dark.css b/assets/packages/handy_window/assets/handy-window-dark.css new file mode 100644 index 0000000..026fb62 --- /dev/null +++ b/assets/packages/handy_window/assets/handy-window-dark.css @@ -0,0 +1 @@ +window.csd.unified decoration-overlay{box-shadow:none}window.csd.unified:not(.solid-csd):not(.fullscreen):not(.maximized) decoration-overlay{box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}window.csd.unified decoration{box-shadow:0 3px 9px 1px rgba(0,0,0,.5)}window.csd.unified decoration:backdrop{box-shadow:0 3px 9px 1px rgba(0,0,0,0),0 2px 6px 2px rgba(0,0,0,.2)}headerbar{min-height:47px;background:#303030;box-shadow:inset 0 -1px rgba(0,0,0,.36);border:none}headerbar:backdrop{background:#242424}button.titlebutton{padding:4px;margin:1px} diff --git a/assets/packages/handy_window/assets/handy-window.css b/assets/packages/handy_window/assets/handy-window.css new file mode 100644 index 0000000..b4c984f --- /dev/null +++ b/assets/packages/handy_window/assets/handy-window.css @@ -0,0 +1 @@ +window.csd.unified decoration-overlay{box-shadow:none}window.csd.unified:not(.solid-csd):not(.fullscreen):not(.maximized) decoration-overlay{box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}window.csd.unified decoration{box-shadow:0 3px 9px 1px rgba(0,0,0,.5)}window.csd.unified decoration:backdrop{box-shadow:0 3px 9px 1px rgba(0,0,0,0),0 2px 6px 2px rgba(0,0,0,.2)}headerbar{min-height:47px;background:#ebebeb;box-shadow:inset 0 -1px rgba(0,0,0,.07);border:none}headerbar:backdrop{background:#fafafa}button.titlebutton{padding:4px;margin:1px} diff --git a/assets/packages/window_manager/images/ic_chrome_close.png b/assets/packages/window_manager/images/ic_chrome_close.png new file mode 100644 index 0000000..1949491 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_close.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_maximize.png b/assets/packages/window_manager/images/ic_chrome_maximize.png new file mode 100644 index 0000000..672e9e4 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_maximize.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_minimize.png b/assets/packages/window_manager/images/ic_chrome_minimize.png new file mode 100644 index 0000000..05534b4 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_minimize.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_unmaximize.png b/assets/packages/window_manager/images/ic_chrome_unmaximize.png new file mode 100644 index 0000000..52b8f4e Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_unmaximize.png differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf new file mode 100644 index 0000000..9ac9509 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf new file mode 100644 index 0000000..f76901a Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf new file mode 100644 index 0000000..831dec9 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf new file mode 100644 index 0000000..160d87b Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf new file mode 100644 index 0000000..18b3ad9 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf new file mode 100644 index 0000000..74007c2 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf new file mode 100644 index 0000000..f5e1c99 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf new file mode 100644 index 0000000..ddf1b28 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf differ diff --git a/assets/packages/yaru_icons/assets/yaru_icons.otf b/assets/packages/yaru_icons/assets/yaru_icons.otf new file mode 100644 index 0000000..93b0e7a Binary files /dev/null and b/assets/packages/yaru_icons/assets/yaru_icons.otf differ diff --git a/assets/shaders/ink_sparkle.frag b/assets/shaders/ink_sparkle.frag new file mode 100644 index 0000000..04e5efc --- /dev/null +++ b/assets/shaders/ink_sparkle.frag @@ -0,0 +1,124 @@ +{ + "sksl": "// This SkSL shader is autogenerated by spirv-cross.\n\nfloat4 flutter_FragCoord;\n\nuniform vec4 u_color;\nuniform vec4 u_composite_1;\nuniform vec2 u_center;\nuniform float u_max_radius;\nuniform vec2 u_resolution_scale;\nuniform vec2 u_noise_scale;\nuniform float u_noise_phase;\nuniform vec2 u_circle1;\nuniform vec2 u_circle2;\nuniform vec2 u_circle3;\nuniform vec2 u_rotation1;\nuniform vec2 u_rotation2;\nuniform vec2 u_rotation3;\n\nvec4 fragColor;\n\nfloat u_alpha;\nfloat u_sparkle_alpha;\nfloat u_blur;\nfloat u_radius_scale;\n\nvec2 FLT_flutter_local_FlutterFragCoord()\n{\n return flutter_FragCoord.xy;\n}\n\nmat2 FLT_flutter_local_rotate2d(vec2 rad)\n{\n return mat2(vec2(rad.x, -rad.y), vec2(rad.y, rad.x));\n}\n\nfloat FLT_flutter_local_soft_circle(vec2 uv, vec2 xy, float radius, float blur)\n{\n float blur_half = blur * 0.5;\n float d = distance(uv, xy);\n return 1.0 - smoothstep(1.0 - blur_half, 1.0 + blur_half, d / radius);\n}\n\nfloat FLT_flutter_local_circle_grid(vec2 resolution, inout vec2 p, vec2 xy, vec2 rotation, float cell_diameter)\n{\n vec2 param = rotation;\n p = (FLT_flutter_local_rotate2d(param) * (xy - p)) + xy;\n p = mod(p, vec2(cell_diameter)) / resolution;\n float cell_uv = (cell_diameter / resolution.y) * 0.5;\n float r = 0.64999997615814208984375 * cell_uv;\n vec2 param_1 = p;\n vec2 param_2 = vec2(cell_uv);\n float param_3 = r;\n float param_4 = r * 50.0;\n return FLT_flutter_local_soft_circle(param_1, param_2, param_3, param_4);\n}\n\nfloat FLT_flutter_local_turbulence(vec2 uv)\n{\n vec2 uv_scale = uv * vec2(0.800000011920928955078125);\n vec2 param = vec2(0.800000011920928955078125);\n vec2 param_1 = uv_scale;\n vec2 param_2 = u_circle1;\n vec2 param_3 = u_rotation1;\n float param_4 = 0.17000000178813934326171875;\n float _319 = FLT_flutter_local_circle_grid(param, param_1, param_2, param_3, param_4);\n float g1 = _319;\n vec2 param_5 = vec2(0.800000011920928955078125);\n vec2 param_6 = uv_scale;\n vec2 param_7 = u_circle2;\n vec2 param_8 = u_rotation2;\n float param_9 = 0.20000000298023223876953125;\n float _331 = FLT_flutter_local_circle_grid(param_5, param_6, param_7, param_8, param_9);\n float g2 = _331;\n vec2 param_10 = vec2(0.800000011920928955078125);\n vec2 param_11 = uv_scale;\n vec2 param_12 = u_circle3;\n vec2 param_13 = u_rotation3;\n float param_14 = 0.2750000059604644775390625;\n float _344 = FLT_flutter_local_circle_grid(param_10, param_11, param_12, param_13, param_14);\n float g3 = _344;\n float v = (((g1 * g1) + g2) - g3) * 0.5;\n return clamp(0.449999988079071044921875 + (0.800000011920928955078125 * v), 0.0, 1.0);\n}\n\nfloat FLT_flutter_local_soft_ring(vec2 uv, vec2 xy, float radius, float thickness, float blur)\n{\n vec2 param = uv;\n vec2 param_1 = xy;\n float param_2 = radius + thickness;\n float param_3 = blur;\n float circle_outer = FLT_flutter_local_soft_circle(param, param_1, param_2, param_3);\n vec2 param_4 = uv;\n vec2 param_5 = xy;\n float param_6 = max(radius - thickness, 0.0);\n float param_7 = blur;\n float circle_inner = FLT_flutter_local_soft_circle(param_4, param_5, param_6, param_7);\n return clamp(circle_outer - circle_inner, 0.0, 1.0);\n}\n\nfloat FLT_flutter_local_triangle_noise(inout vec2 n)\n{\n n = fract(n * vec2(5.398700237274169921875, 5.442100048065185546875));\n n += vec2(dot(n.yx, n + vec2(21.5351009368896484375, 14.3136997222900390625)));\n float xy = n.x * n.y;\n return (fract(xy * 95.43070220947265625) + fract(xy * 75.0496063232421875)) - 1.0;\n}\n\nfloat FLT_flutter_local_threshold(float v, float l, float h)\n{\n return step(l, v) * (1.0 - step(h, v));\n}\n\nfloat FLT_flutter_local_sparkle(vec2 uv, float t)\n{\n vec2 param = uv;\n float _242 = FLT_flutter_local_triangle_noise(param);\n float n = _242;\n float param_1 = n;\n float param_2 = 0.0;\n float param_3 = 0.0500000007450580596923828125;\n float s = FLT_flutter_local_threshold(param_1, param_2, param_3);\n float param_4 = n + sin(3.1415927410125732421875 * (t + 0.3499999940395355224609375));\n float param_5 = 0.100000001490116119384765625;\n float param_6 = 0.1500000059604644775390625;\n s += FLT_flutter_local_threshold(param_4, param_5, param_6);\n float param_7 = n + sin(3.1415927410125732421875 * (t + 0.699999988079071044921875));\n float param_8 = 0.20000000298023223876953125;\n float param_9 = 0.25;\n s += FLT_flutter_local_threshold(param_7, param_8, param_9);\n float param_10 = n + sin(3.1415927410125732421875 * (t + 1.0499999523162841796875));\n float param_11 = 0.300000011920928955078125;\n float param_12 = 0.3499999940395355224609375;\n s += FLT_flutter_local_threshold(param_10, param_11, param_12);\n return clamp(s, 0.0, 1.0) * 0.550000011920928955078125;\n}\n\nvoid FLT_main()\n{\n u_alpha = u_composite_1.x;\n u_sparkle_alpha = u_composite_1.y;\n u_blur = u_composite_1.z;\n u_radius_scale = u_composite_1.w;\n vec2 p = FLT_flutter_local_FlutterFragCoord();\n vec2 uv_1 = p * u_resolution_scale;\n vec2 density_uv = uv_1 - mod(p, u_noise_scale);\n float radius = u_max_radius * u_radius_scale;\n vec2 param_13 = uv_1;\n float turbulence = FLT_flutter_local_turbulence(param_13);\n vec2 param_14 = p;\n vec2 param_15 = u_center;\n float param_16 = radius;\n float param_17 = 0.0500000007450580596923828125 * u_max_radius;\n float param_18 = u_blur;\n float ring = FLT_flutter_local_soft_ring(param_14, param_15, param_16, param_17, param_18);\n vec2 param_19 = density_uv;\n float param_20 = u_noise_phase;\n float sparkle = ((FLT_flutter_local_sparkle(param_19, param_20) * ring) * turbulence) * u_sparkle_alpha;\n vec2 param_21 = p;\n vec2 param_22 = u_center;\n float param_23 = radius;\n float param_24 = u_blur;\n float wave_alpha = (FLT_flutter_local_soft_circle(param_21, param_22, param_23, param_24) * u_alpha) * u_color.w;\n vec4 wave_color = vec4(u_color.xyz * wave_alpha, wave_alpha);\n fragColor = mix(wave_color, vec4(1.0), vec4(sparkle));\n}\n\nhalf4 main(float2 iFragCoord)\n{\n flutter_FragCoord = float4(iFragCoord, 0, 0);\n FLT_main();\n return fragColor;\n}\n", + "stage": 1, + "target_platform": 2, + "uniforms": [ + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 0, + "name": "u_color", + "rows": 4, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 1, + "name": "u_composite_1", + "rows": 4, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 2, + "name": "u_center", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 3, + "name": "u_max_radius", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 4, + "name": "u_resolution_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 5, + "name": "u_noise_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 6, + "name": "u_noise_phase", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 7, + "name": "u_circle1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 8, + "name": "u_circle2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 9, + "name": "u_circle3", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 10, + "name": "u_rotation1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 11, + "name": "u_rotation2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 12, + "name": "u_rotation3", + "rows": 2, + "type": 10 + } + ] +} \ No newline at end of file diff --git a/canvaskit/canvaskit.js b/canvaskit/canvaskit.js new file mode 100644 index 0000000..bb30858 --- /dev/null +++ b/canvaskit/canvaskit.js @@ -0,0 +1,217 @@ + +var CanvasKitInit = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +var r=moduleArg,aa,ba;r.ready=new Promise((a,b)=>{aa=a;ba=b}); +(function(a){a.Md=a.Md||[];a.Md.push(function(){a.MakeSWCanvasSurface=function(b){var c=b,d="undefined"!==typeof OffscreenCanvas&&c instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&c instanceof HTMLCanvasElement||d||(c=document.getElementById(b),c)))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.me=c;return b};a.MakeCanvasSurface||(a.MakeCanvasSurface=a.MakeSWCanvasSurface);a.MakeSurface=function(b,c){var d={width:b,height:c,colorType:a.ColorType.RGBA_8888, +alphaType:a.AlphaType.Unpremul,colorSpace:a.ColorSpace.SRGB},f=b*c*4,k=a._malloc(f);if(d=a.Surface._makeRasterDirect(d,k,4*b))d.me=null,d.Ue=b,d.Re=c,d.Se=f,d.xe=k,d.getCanvas().clear(a.TRANSPARENT);return d};a.MakeRasterDirectSurface=function(b,c,d){return a.Surface._makeRasterDirect(b,c.byteOffset,d)};a.Surface.prototype.flush=function(b){a.Jd(this.Id);this._flush();if(this.me){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.xe,this.Se);c=new ImageData(c,this.Ue,this.Re);b?this.me.getContext("2d").putImageData(c, +0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.me.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose=function(){this.xe&&a._free(this.xe);this.delete()};a.Jd=a.Jd||function(){};a.ne=a.ne||function(){return null}})})(r); +(function(a){a.Md=a.Md||[];a.Md.push(function(){function b(m,p,w){return m&&m.hasOwnProperty(p)?m[p]:w}function c(m){var p=da(ea);ea[p]=m;return p}function d(m){return m.naturalHeight||m.videoHeight||m.displayHeight||m.height}function f(m){return m.naturalWidth||m.videoWidth||m.displayWidth||m.width}function k(m,p,w,y){m.bindTexture(m.TEXTURE_2D,p);y||w.alphaType!==a.AlphaType.Premul||m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return p}function l(m,p,w){w||p.alphaType!==a.AlphaType.Premul|| +m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);m.bindTexture(m.TEXTURE_2D,null)}a.GetWebGLContext=function(m,p){if(!m)throw"null canvas passed into makeWebGLContext";var w={alpha:b(p,"alpha",1),depth:b(p,"depth",1),stencil:b(p,"stencil",8),antialias:b(p,"antialias",0),premultipliedAlpha:b(p,"premultipliedAlpha",1),preserveDrawingBuffer:b(p,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(p,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(p,"failIfMajorPerformanceCaveat", +0),enableExtensionsByDefault:b(p,"enableExtensionsByDefault",1),explicitSwapControl:b(p,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(p,"renderViaOffscreenBackBuffer",0)};w.majorVersion=p&&p.majorVersion?p.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(w.explicitSwapControl)throw"explicitSwapControl is not supported";m=fa(m,w);if(!m)return 0;ha(m);v.Ud.getExtension("WEBGL_debug_renderer_info");return m};a.deleteContext=function(m){v===ia[m]&&(v=null);"object"==typeof JSEvents&& +JSEvents.yf(ia[m].Ud.canvas);ia[m]&&ia[m].Ud.canvas&&(ia[m].Ud.canvas.Oe=void 0);ia[m]=null};a._setTextureCleanup({deleteTexture:function(m,p){var w=ea[p];w&&ia[m].Ud.deleteTexture(w);ea[p]=null}});a.MakeWebGLContext=function(m){if(!this.Jd(m))return null;var p=this._MakeGrContext();if(!p)return null;p.Id=m;var w=p.delete.bind(p);p["delete"]=function(){a.Jd(this.Id);w()}.bind(p);return v.ze=p};a.MakeGrContext=a.MakeWebGLContext;a.GrDirectContext.prototype.getResourceCacheLimitBytes=function(){a.Jd(this.Id); +this._getResourceCacheLimitBytes()};a.GrDirectContext.prototype.getResourceCacheUsageBytes=function(){a.Jd(this.Id);this._getResourceCacheUsageBytes()};a.GrDirectContext.prototype.releaseResourcesAndAbandonContext=function(){a.Jd(this.Id);this._releaseResourcesAndAbandonContext()};a.GrDirectContext.prototype.setResourceCacheLimitBytes=function(m){a.Jd(this.Id);this._setResourceCacheLimitBytes(m)};a.MakeOnScreenGLSurface=function(m,p,w,y,B,D){if(!this.Jd(m.Id))return null;p=void 0===B||void 0===D? +this._MakeOnScreenGLSurface(m,p,w,y):this._MakeOnScreenGLSurface(m,p,w,y,B,D);if(!p)return null;p.Id=m.Id;return p};a.MakeRenderTarget=function(){var m=arguments[0];if(!this.Jd(m.Id))return null;if(3===arguments.length){var p=this._MakeRenderTargetWH(m,arguments[1],arguments[2]);if(!p)return null}else if(2===arguments.length){if(p=this._MakeRenderTargetII(m,arguments[1]),!p)return null}else return null;p.Id=m.Id;return p};a.MakeWebGLCanvasSurface=function(m,p,w){p=p||null;var y=m,B="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||B||(y=document.getElementById(m),y)))throw"Canvas with id "+m+" was not found";m=this.GetWebGLContext(y,w);if(!m||0>m)throw"failed to create webgl context: err "+m;m=this.MakeWebGLContext(m);p=this.MakeOnScreenGLSurface(m,y.width,y.height,p);return p?p:(p=y.cloneNode(!0),y.parentNode.replaceChild(p,y),p.classList.add("ck-replaced"),a.MakeSWCanvasSurface(p))};a.MakeCanvasSurface= +a.MakeWebGLCanvasSurface;a.Surface.prototype.makeImageFromTexture=function(m,p){a.Jd(this.Id);m=c(m);if(p=this._makeImageFromTexture(this.Id,m,p))p.he=m;return p};a.Surface.prototype.makeImageFromTextureSource=function(m,p,w){p||(p={height:d(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});p.colorSpace||(p.colorSpace=a.ColorSpace.SRGB);a.Jd(this.Id);var y=v.Ud;w=k(y,y.createTexture(),p,w);2===v.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,p.width,p.height, +0,y.RGBA,y.UNSIGNED_BYTE,m):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,m);l(y,p);this._resetContext();return this.makeImageFromTexture(w,p)};a.Surface.prototype.updateTextureFromSource=function(m,p,w){if(m.he){a.Jd(this.Id);var y=m.getImageInfo(),B=v.Ud,D=k(B,ea[m.he],y,w);2===v.version?B.texImage2D(B.TEXTURE_2D,0,B.RGBA,f(p),d(p),0,B.RGBA,B.UNSIGNED_BYTE,p):B.texImage2D(B.TEXTURE_2D,0,B.RGBA,B.RGBA,B.UNSIGNED_BYTE,p);l(B,y,w);this._resetContext();ea[m.he]=null;m.he=c(D);y.colorSpace= +m.getColorSpace();p=this._makeImageFromTexture(this.Id,m.he,y);w=m.kd.Kd;B=m.kd.Pd;m.kd.Kd=p.kd.Kd;m.kd.Pd=p.kd.Pd;p.kd.Kd=w;p.kd.Pd=B;p.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(m,p,w){p||(p={height:d(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});p.colorSpace||(p.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var B=v,D=B.Ud,u=k(D,D.createTexture(),p,w);2===B.version?D.texImage2D(D.TEXTURE_2D,0,D.RGBA, +p.width,p.height,0,D.RGBA,D.UNSIGNED_BYTE,m):D.texImage2D(D.TEXTURE_2D,0,D.RGBA,D.RGBA,D.UNSIGNED_BYTE,m);l(D,p,w);return c(u)},freeSrc:function(){}};"VideoFrame"===m.constructor.name&&(y.freeSrc=function(){m.close()});return a.Image._makeFromGenerator(p,y)};a.Jd=function(m){return m?ha(m):!1};a.ne=function(){return v&&v.ze&&!v.ze.isDeleted()?v.ze:null}})})(r); +(function(a){function b(g){return(f(255*g[3])<<24|f(255*g[0])<<16|f(255*g[1])<<8|f(255*g[2])<<0)>>>0}function c(g){if(g&&g._ck)return g;if(g instanceof Float32Array){for(var e=Math.floor(g.length/4),h=new Uint32Array(e),n=0;nz;z++)a.HEAPF32[t+n]=g[x][z],n++;g=h}else g=M;e.Rd=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return e}function p(g){if(!g)return M;var e=T.toTypedArray();if(g.length){if(6===g.length||9===g.length)return l(g,"HEAPF32",H),6===g.length&&a.HEAPF32.set(fd,6+H/4),H;if(16===g.length)return e[0]=g[0],e[1]=g[1],e[2]=g[3],e[3]=g[4],e[4]=g[5],e[5]=g[7],e[6]=g[12],e[7]=g[13],e[8]=g[15],H;throw"invalid matrix size"; +}if(void 0===g.m11)throw"invalid matrix argument";e[0]=g.m11;e[1]=g.m21;e[2]=g.m41;e[3]=g.m12;e[4]=g.m22;e[5]=g.m42;e[6]=g.m14;e[7]=g.m24;e[8]=g.m44;return H}function w(g){if(!g)return M;var e=Y.toTypedArray();if(g.length){if(16!==g.length&&6!==g.length&&9!==g.length)throw"invalid matrix size";if(16===g.length)return l(g,"HEAPF32",ca);e.fill(0);e[0]=g[0];e[1]=g[1];e[3]=g[2];e[4]=g[3];e[5]=g[4];e[7]=g[5];e[10]=1;e[12]=g[6];e[13]=g[7];e[15]=g[8];6===g.length&&(e[12]=0,e[13]=0,e[15]=1);return ca}if(void 0=== +g.m11)throw"invalid matrix argument";e[0]=g.m11;e[1]=g.m21;e[2]=g.m31;e[3]=g.m41;e[4]=g.m12;e[5]=g.m22;e[6]=g.m32;e[7]=g.m42;e[8]=g.m13;e[9]=g.m23;e[10]=g.m33;e[11]=g.m43;e[12]=g.m14;e[13]=g.m24;e[14]=g.m34;e[15]=g.m44;return ca}function y(g,e){return l(g,"HEAPF32",e||va)}function B(g,e,h,n){var t=Ma.toTypedArray();t[0]=g;t[1]=e;t[2]=h;t[3]=n;return va}function D(g){for(var e=new Float32Array(4),h=0;4>h;h++)e[h]=a.HEAPF32[g/4+h];return e}function u(g,e){return l(g,"HEAPF32",e||X)}function F(g,e){return l(g, +"HEAPF32",e||Eb)}a.Color=function(g,e,h,n){void 0===n&&(n=1);return a.Color4f(f(g)/255,f(e)/255,f(h)/255,n)};a.ColorAsInt=function(g,e,h,n){void 0===n&&(n=255);return(f(n)<<24|f(g)<<16|f(e)<<8|f(h)<<0&268435455)>>>0};a.Color4f=function(g,e,h,n){void 0===n&&(n=1);return Float32Array.of(g,e,h,n)};Object.defineProperty(a,"TRANSPARENT",{get:function(){return a.Color4f(0,0,0,0)}});Object.defineProperty(a,"BLACK",{get:function(){return a.Color4f(0,0,0,1)}});Object.defineProperty(a,"WHITE",{get:function(){return a.Color4f(1, +1,1,1)}});Object.defineProperty(a,"RED",{get:function(){return a.Color4f(1,0,0,1)}});Object.defineProperty(a,"GREEN",{get:function(){return a.Color4f(0,1,0,1)}});Object.defineProperty(a,"BLUE",{get:function(){return a.Color4f(0,0,1,1)}});Object.defineProperty(a,"YELLOW",{get:function(){return a.Color4f(1,1,0,1)}});Object.defineProperty(a,"CYAN",{get:function(){return a.Color4f(0,1,1,1)}});Object.defineProperty(a,"MAGENTA",{get:function(){return a.Color4f(1,0,1,1)}});a.getColorComponents=function(g){return[Math.floor(255* +g[0]),Math.floor(255*g[1]),Math.floor(255*g[2]),g[3]]};a.parseColorString=function(g,e){g=g.toLowerCase();if(g.startsWith("#")){e=255;switch(g.length){case 9:e=parseInt(g.slice(7,9),16);case 7:var h=parseInt(g.slice(1,3),16);var n=parseInt(g.slice(3,5),16);var t=parseInt(g.slice(5,7),16);break;case 5:e=17*parseInt(g.slice(4,5),16);case 4:h=17*parseInt(g.slice(1,2),16),n=17*parseInt(g.slice(2,3),16),t=17*parseInt(g.slice(3,4),16)}return a.Color(h,n,t,e/255)}return g.startsWith("rgba")?(g=g.slice(5, +-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],d(g[3]))):g.startsWith("rgb")?(g=g.slice(4,-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],d(g[3]))):g.startsWith("gray(")||g.startsWith("hsl")||!e||(g=e[g],void 0===g)?a.BLACK:g};a.multiplyByAlpha=function(g,e){g=g.slice();g[3]=Math.max(0,Math.min(g[3]*e,1));return g};a.Malloc=function(g,e){var h=a._malloc(e*g.BYTES_PER_ELEMENT);return{_ck:!0,length:e,byteOffset:h,be:null,subarray:function(n,t){n=this.toTypedArray().subarray(n,t);n._ck=!0;return n},toTypedArray:function(){if(this.be&& +this.be.length)return this.be;this.be=new g(a.HEAPU8.buffer,h,e);this.be._ck=!0;return this.be}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.be=null};var H=M,T,ca=M,Y,va=M,Ma,na,X=M,fc,Ba=M,gc,Fb=M,hc,Gb=M,hb,Sa=M,ic,Eb=M,jc,kc=M,fd=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(e,h,n,t,x,z,E){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var J=z*t.height;var I=x?x.byteOffset:a._malloc(J); +if(E?!e._readPixels(t,I,z,h,n,E):!e._readPixels(t,I,z,h,n))return x||a._free(I),null;if(x)return x.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:e=(new Uint8Array(a.HEAPU8.buffer,I,J)).slice();break;case a.ColorType.RGBA_F32:e=(new Float32Array(a.HEAPU8.buffer,I,J)).slice();break;default:return null}a._free(I);return e}Ma=a.Malloc(Float32Array,4);va=Ma.byteOffset;Y=a.Malloc(Float32Array,16);ca=Y.byteOffset;T=a.Malloc(Float32Array,9);H=T.byteOffset;ic=a.Malloc(Float32Array, +12);Eb=ic.byteOffset;jc=a.Malloc(Float32Array,12);kc=jc.byteOffset;na=a.Malloc(Float32Array,4);X=na.byteOffset;fc=a.Malloc(Float32Array,4);Ba=fc.byteOffset;gc=a.Malloc(Float32Array,3);Fb=gc.byteOffset;hc=a.Malloc(Float32Array,3);Gb=hc.byteOffset;hb=a.Malloc(Int32Array,4);Sa=hb.byteOffset;a.ColorSpace.SRGB=a.ColorSpace._MakeSRGB();a.ColorSpace.DISPLAY_P3=a.ColorSpace._MakeDisplayP3();a.ColorSpace.ADOBE_RGB=a.ColorSpace._MakeAdobeRGB();a.GlyphRunFlags={IsWhiteSpace:a._GlyphRunFlags_isWhiteSpace};a.Path.MakeFromCmds= +function(e){var h=l(e,"HEAPF32"),n=a.Path._MakeFromCmds(h,e.length);k(h,e);return n};a.Path.MakeFromVerbsPointsWeights=function(e,h,n){var t=l(e,"HEAPU8"),x=l(h,"HEAPF32"),z=l(n,"HEAPF32"),E=a.Path._MakeFromVerbsPointsWeights(t,e.length,x,h.length,z,n&&n.length||0);k(t,e);k(x,h);k(z,n);return E};a.Path.prototype.addArc=function(e,h,n){e=u(e);this._addArc(e,h,n);return this};a.Path.prototype.addCircle=function(e,h,n,t){this._addCircle(e,h,n,!!t);return this};a.Path.prototype.addOval=function(e,h,n){void 0=== +n&&(n=1);e=u(e);this._addOval(e,!!h,n);return this};a.Path.prototype.addPath=function(){var e=Array.prototype.slice.call(arguments),h=e[0],n=!1;"boolean"===typeof e[e.length-1]&&(n=e.pop());if(1===e.length)this._addPath(h,1,0,0,0,1,0,0,0,1,n);else if(2===e.length)e=e[1],this._addPath(h,e[0],e[1],e[2],e[3],e[4],e[5],e[6]||0,e[7]||0,e[8]||1,n);else if(7===e.length||10===e.length)this._addPath(h,e[1],e[2],e[3],e[4],e[5],e[6],e[7]||0,e[8]||0,e[9]||1,n);else return null;return this};a.Path.prototype.addPoly= +function(e,h){var n=l(e,"HEAPF32");this._addPoly(n,e.length/2,h);k(n,e);return this};a.Path.prototype.addRect=function(e,h){e=u(e);this._addRect(e,!!h);return this};a.Path.prototype.addRRect=function(e,h){e=F(e);this._addRRect(e,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(e,h,n){var t=l(e,"HEAPU8"),x=l(h,"HEAPF32"),z=l(n,"HEAPF32");this._addVerbsPointsWeights(t,e.length,x,h.length,z,n&&n.length||0);k(t,e);k(x,h);k(z,n)};a.Path.prototype.arc=function(e,h,n,t,x,z){e=a.LTRBRect(e- +n,h-n,e+n,h+n);x=(x-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(e,t/Math.PI*180,x);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(e,h,n,t){e=u(e);this._arcToOval(e,h,n,t);return this};a.Path.prototype.arcToRotated=function(e,h,n,t,x,z,E){this._arcToRotated(e,h,n,!!t,!!x,z,E);return this};a.Path.prototype.arcToTangent=function(e,h,n,t,x){this._arcToTangent(e,h,n,t,x);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(e,h,n,t,x){this._conicTo(e,h,n,t,x);return this};a.Path.prototype.computeTightBounds=function(e){this._computeTightBounds(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.Path.prototype.cubicTo=function(e,h,n,t,x,z){this._cubicTo(e,h,n,t,x,z);return this};a.Path.prototype.dash=function(e,h,n){return this._dash(e,h,n)?this:null};a.Path.prototype.getBounds=function(e){this._getBounds(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.Path.prototype.lineTo=function(e, +h){this._lineTo(e,h);return this};a.Path.prototype.moveTo=function(e,h){this._moveTo(e,h);return this};a.Path.prototype.offset=function(e,h){this._transform(1,0,e,0,1,h,0,0,1);return this};a.Path.prototype.quadTo=function(e,h,n,t){this._quadTo(e,h,n,t);return this};a.Path.prototype.rArcTo=function(e,h,n,t,x,z,E){this._rArcTo(e,h,n,t,x,z,E);return this};a.Path.prototype.rConicTo=function(e,h,n,t,x){this._rConicTo(e,h,n,t,x);return this};a.Path.prototype.rCubicTo=function(e,h,n,t,x,z){this._rCubicTo(e, +h,n,t,x,z);return this};a.Path.prototype.rLineTo=function(e,h){this._rLineTo(e,h);return this};a.Path.prototype.rMoveTo=function(e,h){this._rMoveTo(e,h);return this};a.Path.prototype.rQuadTo=function(e,h,n,t){this._rQuadTo(e,h,n,t);return this};a.Path.prototype.stroke=function(e){e=e||{};e.width=e.width||1;e.miter_limit=e.miter_limit||4;e.cap=e.cap||a.StrokeCap.Butt;e.join=e.join||a.StrokeJoin.Miter;e.precision=e.precision||1;return this._stroke(e)?this:null};a.Path.prototype.transform=function(){if(1=== +arguments.length){var e=arguments[0];this._transform(e[0],e[1],e[2],e[3],e[4],e[5],e[6]||0,e[7]||0,e[8]||1)}else if(6===arguments.length||9===arguments.length)e=arguments,this._transform(e[0],e[1],e[2],e[3],e[4],e[5],e[6]||0,e[7]||0,e[8]||1);else throw"transform expected to take 1 or 9 arguments. Got "+arguments.length;return this};a.Path.prototype.trim=function(e,h,n){return this._trim(e,h,!!n)?this:null};a.Image.prototype.encodeToBytes=function(e,h){var n=a.ne();e=e||a.ImageFormat.PNG;h=h||100; +return n?this._encodeToBytes(e,h,n):this._encodeToBytes(e,h)};a.Image.prototype.makeShaderCubic=function(e,h,n,t,x){x=p(x);return this._makeShaderCubic(e,h,n,t,x)};a.Image.prototype.makeShaderOptions=function(e,h,n,t,x){x=p(x);return this._makeShaderOptions(e,h,n,t,x)};a.Image.prototype.readPixels=function(e,h,n,t,x){var z=a.ne();return g(this,e,h,n,t,x,z)};a.Canvas.prototype.clear=function(e){a.Jd(this.Id);e=y(e);this._clear(e)};a.Canvas.prototype.clipRRect=function(e,h,n){a.Jd(this.Id);e=F(e);this._clipRRect(e, +h,n)};a.Canvas.prototype.clipRect=function(e,h,n){a.Jd(this.Id);e=u(e);this._clipRect(e,h,n)};a.Canvas.prototype.concat=function(e){a.Jd(this.Id);e=w(e);this._concat(e)};a.Canvas.prototype.drawArc=function(e,h,n,t,x){a.Jd(this.Id);e=u(e);this._drawArc(e,h,n,t,x)};a.Canvas.prototype.drawAtlas=function(e,h,n,t,x,z,E){if(e&&t&&h&&n&&h.length===n.length){a.Jd(this.Id);x||(x=a.BlendMode.SrcOver);var J=l(h,"HEAPF32"),I=l(n,"HEAPF32"),U=n.length/4,V=l(c(z),"HEAPU32");if(E&&"B"in E&&"C"in E)this._drawAtlasCubic(e, +I,J,V,U,x,E.B,E.C,t);else{let q=a.FilterMode.Linear,A=a.MipmapMode.None;E&&(q=E.filter,"mipmap"in E&&(A=E.mipmap));this._drawAtlasOptions(e,I,J,V,U,x,q,A,t)}k(J,h);k(I,n);k(V,z)}};a.Canvas.prototype.drawCircle=function(e,h,n,t){a.Jd(this.Id);this._drawCircle(e,h,n,t)};a.Canvas.prototype.drawColor=function(e,h){a.Jd(this.Id);e=y(e);void 0!==h?this._drawColor(e,h):this._drawColor(e)};a.Canvas.prototype.drawColorInt=function(e,h){a.Jd(this.Id);this._drawColorInt(e,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(e,h,n,t,x){a.Jd(this.Id);e=B(e,h,n,t);void 0!==x?this._drawColor(e,x):this._drawColor(e)};a.Canvas.prototype.drawDRRect=function(e,h,n){a.Jd(this.Id);e=F(e,Eb);h=F(h,kc);this._drawDRRect(e,h,n)};a.Canvas.prototype.drawImage=function(e,h,n,t){a.Jd(this.Id);this._drawImage(e,h,n,t||null)};a.Canvas.prototype.drawImageCubic=function(e,h,n,t,x,z){a.Jd(this.Id);this._drawImageCubic(e,h,n,t,x,z||null)};a.Canvas.prototype.drawImageOptions=function(e,h,n,t,x,z){a.Jd(this.Id);this._drawImageOptions(e, +h,n,t,x,z||null)};a.Canvas.prototype.drawImageNine=function(e,h,n,t,x){a.Jd(this.Id);h=l(h,"HEAP32",Sa);n=u(n);this._drawImageNine(e,h,n,t,x||null)};a.Canvas.prototype.drawImageRect=function(e,h,n,t,x){a.Jd(this.Id);u(h,X);u(n,Ba);this._drawImageRect(e,X,Ba,t,!!x)};a.Canvas.prototype.drawImageRectCubic=function(e,h,n,t,x,z){a.Jd(this.Id);u(h,X);u(n,Ba);this._drawImageRectCubic(e,X,Ba,t,x,z||null)};a.Canvas.prototype.drawImageRectOptions=function(e,h,n,t,x,z){a.Jd(this.Id);u(h,X);u(n,Ba);this._drawImageRectOptions(e, +X,Ba,t,x,z||null)};a.Canvas.prototype.drawLine=function(e,h,n,t,x){a.Jd(this.Id);this._drawLine(e,h,n,t,x)};a.Canvas.prototype.drawOval=function(e,h){a.Jd(this.Id);e=u(e);this._drawOval(e,h)};a.Canvas.prototype.drawPaint=function(e){a.Jd(this.Id);this._drawPaint(e)};a.Canvas.prototype.drawParagraph=function(e,h,n){a.Jd(this.Id);this._drawParagraph(e,h,n)};a.Canvas.prototype.drawPatch=function(e,h,n,t,x){if(24>e.length)throw"Need 12 cubic points";if(h&&4>h.length)throw"Need 4 colors";if(n&&8>n.length)throw"Need 4 shader coordinates"; +a.Jd(this.Id);const z=l(e,"HEAPF32"),E=h?l(c(h),"HEAPU32"):M,J=n?l(n,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,E,J,t,x);k(J,n);k(E,h);k(z,e)};a.Canvas.prototype.drawPath=function(e,h){a.Jd(this.Id);this._drawPath(e,h)};a.Canvas.prototype.drawPicture=function(e){a.Jd(this.Id);this._drawPicture(e)};a.Canvas.prototype.drawPoints=function(e,h,n){a.Jd(this.Id);var t=l(h,"HEAPF32");this._drawPoints(e,t,h.length/2,n);k(t,h)};a.Canvas.prototype.drawRRect=function(e,h){a.Jd(this.Id);e=F(e); +this._drawRRect(e,h)};a.Canvas.prototype.drawRect=function(e,h){a.Jd(this.Id);e=u(e);this._drawRect(e,h)};a.Canvas.prototype.drawRect4f=function(e,h,n,t,x){a.Jd(this.Id);this._drawRect4f(e,h,n,t,x)};a.Canvas.prototype.drawShadow=function(e,h,n,t,x,z,E){a.Jd(this.Id);var J=l(x,"HEAPF32"),I=l(z,"HEAPF32");h=l(h,"HEAPF32",Fb);n=l(n,"HEAPF32",Gb);this._drawShadow(e,h,n,t,J,I,E);k(J,x);k(I,z)};a.getShadowLocalBounds=function(e,h,n,t,x,z,E){e=p(e);n=l(n,"HEAPF32",Fb);t=l(t,"HEAPF32",Gb);if(!this._getShadowLocalBounds(e, +h,n,t,x,z,X))return null;h=na.toTypedArray();return E?(E.set(h),E):h.slice()};a.Canvas.prototype.drawTextBlob=function(e,h,n,t){a.Jd(this.Id);this._drawTextBlob(e,h,n,t)};a.Canvas.prototype.drawVertices=function(e,h,n){a.Jd(this.Id);this._drawVertices(e,h,n)};a.Canvas.prototype.getDeviceClipBounds=function(e){this._getDeviceClipBounds(Sa);var h=hb.toTypedArray();e?e.set(h):e=h.slice();return e};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(ca);for(var e=ca,h=Array(16),n=0;16> +n;n++)h[n]=a.HEAPF32[e/4+n];return h};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(H);for(var e=Array(9),h=0;9>h;h++)e[h]=a.HEAPF32[H/4+h];return e};a.Canvas.prototype.makeSurface=function(e){e=this._makeSurface(e);e.Id=this.Id;return e};a.Canvas.prototype.readPixels=function(e,h,n,t,x){a.Jd(this.Id);return g(this,e,h,n,t,x)};a.Canvas.prototype.saveLayer=function(e,h,n,t){h=u(h);return this._saveLayer(e||null,h,n||null,t||0)};a.Canvas.prototype.writePixels=function(e,h,n,t,x, +z,E,J){if(e.byteLength%(h*n))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Jd(this.Id);var I=e.byteLength/(h*n);z=z||a.AlphaType.Unpremul;E=E||a.ColorType.RGBA_8888;J=J||a.ColorSpace.SRGB;var U=I*h;I=l(e,"HEAPU8");h=this._writePixels({width:h,height:n,colorType:E,alphaType:z,colorSpace:J},I,U,t,x);k(I,e);return h};a.ColorFilter.MakeBlend=function(e,h,n){e=y(e);n=n||a.ColorSpace.SRGB;return a.ColorFilter._MakeBlend(e,h,n)};a.ColorFilter.MakeMatrix=function(e){if(!e||20!==e.length)throw"invalid color matrix"; +var h=l(e,"HEAPF32"),n=a.ColorFilter._makeMatrix(h);k(h,e);return n};a.ContourMeasure.prototype.getPosTan=function(e,h){this._getPosTan(e,X);e=na.toTypedArray();return h?(h.set(e),h):e.slice()};a.ImageFilter.prototype.getOutputBounds=function(e,h,n){e=u(e,X);h=p(h);this._getOutputBounds(e,h,Sa);h=hb.toTypedArray();return n?(n.set(h),n):h.slice()};a.ImageFilter.MakeDropShadow=function(e,h,n,t,x,z){x=y(x,va);return a.ImageFilter._MakeDropShadow(e,h,n,t,x,z)};a.ImageFilter.MakeDropShadowOnly=function(e, +h,n,t,x,z){x=y(x,va);return a.ImageFilter._MakeDropShadowOnly(e,h,n,t,x,z)};a.ImageFilter.MakeImage=function(e,h,n,t){n=u(n,X);t=u(t,Ba);if("B"in h&&"C"in h)return a.ImageFilter._MakeImageCubic(e,h.B,h.C,n,t);const x=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(e,x,z,n,t)};a.ImageFilter.MakeMatrixTransform=function(e,h,n){e=p(e);if("B"in h&&"C"in h)return a.ImageFilter._MakeMatrixTransformCubic(e,h.B,h.C,n);const t=h.filter;let x=a.MipmapMode.None; +"mipmap"in h&&(x=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(e,t,x,n)};a.Paint.prototype.getColor=function(){this._getColor(va);return D(va)};a.Paint.prototype.setColor=function(e,h){h=h||null;e=y(e);this._setColor(e,h)};a.Paint.prototype.setColorComponents=function(e,h,n,t,x){x=x||null;e=B(e,h,n,t);this._setColor(e,x)};a.Path.prototype.getPoint=function(e,h){this._getPoint(e,X);e=na.toTypedArray();return h?(h[0]=e[0],h[1]=e[1],h):e.slice(0,2)};a.Picture.prototype.makeShader=function(e, +h,n,t,x){t=p(t);x=u(x);return this._makeShader(e,h,n,t,x)};a.Picture.prototype.cullRect=function(e){this._cullRect(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.PictureRecorder.prototype.beginRecording=function(e,h){e=u(e);return this._beginRecording(e,!!h)};a.Surface.prototype.getCanvas=function(){var e=this._getCanvas();e.Id=this.Id;return e};a.Surface.prototype.makeImageSnapshot=function(e){a.Jd(this.Id);e=l(e,"HEAP32",Sa);return this._makeImageSnapshot(e)};a.Surface.prototype.makeSurface= +function(e){a.Jd(this.Id);e=this._makeSurface(e);e.Id=this.Id;return e};a.Surface.prototype.Te=function(e,h){this.ge||(this.ge=this.getCanvas());return requestAnimationFrame(function(){a.Jd(this.Id);e(this.ge);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame||(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Te);a.Surface.prototype.Qe=function(e,h){this.ge||(this.ge=this.getCanvas());requestAnimationFrame(function(){a.Jd(this.Id);e(this.ge);this.flush(h);this.dispose()}.bind(this))}; +a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Qe);a.PathEffect.MakeDash=function(e,h){h||(h=0);if(!e.length||1===e.length%2)throw"Intervals array must have even length";var n=l(e,"HEAPF32");h=a.PathEffect._MakeDash(n,e.length,h);k(n,e);return h};a.PathEffect.MakeLine2D=function(e,h){h=p(h);return a.PathEffect._MakeLine2D(e,h)};a.PathEffect.MakePath2D=function(e,h){e=p(e);return a.PathEffect._MakePath2D(e,h)};a.Shader.MakeColor=function(e,h){h=h||null;e=y(e);return a.Shader._MakeColor(e, +h)};a.Shader.Blend=a.Shader.MakeBlend;a.Shader.Color=a.Shader.MakeColor;a.Shader.MakeLinearGradient=function(e,h,n,t,x,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=p(z);var V=na.toTypedArray();V.set(e);V.set(h,2);e=a.Shader._MakeLinearGradient(X,I.Rd,I.colorType,U,I.count,x,E,z,J);k(I.Rd,n);t&&k(U,t);return e};a.Shader.MakeRadialGradient=function(e,h,n,t,x,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=p(z);e=a.Shader._MakeRadialGradient(e[0],e[1],h,I.Rd,I.colorType,U,I.count,x,E, +z,J);k(I.Rd,n);t&&k(U,t);return e};a.Shader.MakeSweepGradient=function(e,h,n,t,x,z,E,J,I,U){U=U||null;var V=m(n),q=l(t,"HEAPF32");E=E||0;J=J||0;I=I||360;z=p(z);e=a.Shader._MakeSweepGradient(e,h,V.Rd,V.colorType,q,V.count,x,J,I,E,z,U);k(V.Rd,n);t&&k(q,t);return e};a.Shader.MakeTwoPointConicalGradient=function(e,h,n,t,x,z,E,J,I,U){U=U||null;var V=m(x),q=l(z,"HEAPF32");I=I||0;J=p(J);var A=na.toTypedArray();A.set(e);A.set(n,2);e=a.Shader._MakeTwoPointConicalGradient(X,h,t,V.Rd,V.colorType,q,V.count,E, +I,J,U);k(V.Rd,x);z&&k(q,z);return e};a.Vertices.prototype.bounds=function(e){this._bounds(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.Md&&a.Md.forEach(function(e){e()})};a.computeTonalColors=function(g){var e=l(g.ambient,"HEAPF32"),h=l(g.spot,"HEAPF32");this._computeTonalColors(e,h);var n={ambient:D(e),spot:D(h)};k(e,g.ambient);k(h,g.spot);return n};a.LTRBRect=function(g,e,h,n){return Float32Array.of(g,e,h,n)};a.XYWHRect=function(g,e,h,n){return Float32Array.of(g,e,g+h,e+n)};a.LTRBiRect= +function(g,e,h,n){return Int32Array.of(g,e,h,n)};a.XYWHiRect=function(g,e,h,n){return Int32Array.of(g,e,g+h,e+n)};a.RRectXY=function(g,e,h){return Float32Array.of(g[0],g[1],g[2],g[3],e,h,e,h,e,h,e,h)};a.MakeAnimatedImageFromEncoded=function(g){g=new Uint8Array(g);var e=a._malloc(g.byteLength);a.HEAPU8.set(g,e);return(g=a._decodeAnimatedImage(e,g.byteLength))?g:null};a.MakeImageFromEncoded=function(g){g=new Uint8Array(g);var e=a._malloc(g.byteLength);a.HEAPU8.set(g,e);return(g=a._decodeImage(e,g.byteLength))? +g:null};var Ta=null;a.MakeImageFromCanvasImageSource=function(g){var e=g.width,h=g.height;Ta||(Ta=document.createElement("canvas"));Ta.width=e;Ta.height=h;var n=Ta.getContext("2d",{willReadFrequently:!0});n.drawImage(g,0,0);g=n.getImageData(0,0,e,h);return a.MakeImage({width:e,height:h,alphaType:a.AlphaType.Unpremul,colorType:a.ColorType.RGBA_8888,colorSpace:a.ColorSpace.SRGB},g.data,4*e)};a.MakeImage=function(g,e,h){var n=a._malloc(e.length);a.HEAPU8.set(e,n);return a._MakeImage(g,n,e.length,h)}; +a.MakeVertices=function(g,e,h,n,t,x){var z=t&&t.length||0,E=0;h&&h.length&&(E|=1);n&&n.length&&(E|=2);void 0===x||x||(E|=4);g=new a._VerticesBuilder(g,e.length/2,z,E);l(e,"HEAPF32",g.positions());g.texCoords()&&l(h,"HEAPF32",g.texCoords());g.colors()&&l(c(n),"HEAPU32",g.colors());g.indices()&&l(t,"HEAPU16",g.indices());return g.detach()};(function(g){g.Md=g.Md||[];g.Md.push(function(){function e(q){q&&(q.dir=0===q.dir?g.TextDirection.RTL:g.TextDirection.LTR);return q}function h(q){if(!q||!q.length)return[]; +for(var A=[],P=0;Pe)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,e);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,e,h,n){var t=l(g,"HEAPU16"),x=l(e,"HEAPF32");return this._getGlyphIntercepts(t, +g.length,!(g&&g._ck),x,e.length,!(e&&e._ck),h,n)};a.Font.prototype.getGlyphWidths=function(g,e,h){var n=l(g,"HEAPU16"),t=a._malloc(4*g.length);this._getGlyphWidthBounds(n,g.length,t,M,e||null);e=new Float32Array(a.HEAPU8.buffer,t,g.length);k(n,g);if(h)return h.set(e),a._free(t),h;g=Float32Array.from(e);a._free(t);return g};a.FontMgr.FromData=function(){if(!arguments.length)return null;var g=arguments;1===g.length&&Array.isArray(g[0])&&(g=arguments[0]);if(!g.length)return null;for(var e=[],h=[],n= +0;ne)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,e);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.TextBlob.MakeOnPath=function(g,e,h,n){if(g&&g.length&&e&&e.countPoints()){if(1===e.countPoints())return this.MakeFromText(g,h);n||(n=0);var t=h.getGlyphIDs(g);t=h.getGlyphWidths(t);var x=[];e=new a.ContourMeasureIter(e,!1,1);for(var z=e.next(),E=new Float32Array(4),J=0;Jz.length()){z.delete();z= +e.next();if(!z){g=g.substring(0,J);break}n=I/2}z.getPosTan(n,E);var U=E[2],V=E[3];x.push(U,V,E[0]-I/2*U,E[1]-I/2*V);n+=I/2}g=this.MakeFromRSXform(g,x,h);z&&z.delete();e.delete();return g}};a.TextBlob.MakeFromRSXform=function(g,e,h){var n=ja(g)+1,t=a._malloc(n);ka(g,C,t,n);g=l(e,"HEAPF32");h=a.TextBlob._MakeFromRSXform(t,n-1,g,h);a._free(t);return h?h:null};a.TextBlob.MakeFromRSXformGlyphs=function(g,e,h){var n=l(g,"HEAPU16");e=l(e,"HEAPF32");h=a.TextBlob._MakeFromRSXformGlyphs(n,2*g.length,e,h);k(n, +g);return h?h:null};a.TextBlob.MakeFromGlyphs=function(g,e){var h=l(g,"HEAPU16");e=a.TextBlob._MakeFromGlyphs(h,2*g.length,e);k(h,g);return e?e:null};a.TextBlob.MakeFromText=function(g,e){var h=ja(g)+1,n=a._malloc(h);ka(g,C,n,h);g=a.TextBlob._MakeFromText(n,h-1,e);a._free(n);return g?g:null};a.MallocGlyphIDs=function(g){return a.Malloc(Uint16Array,g)}});a.Md=a.Md||[];a.Md.push(function(){a.MakePicture=function(g){g=new Uint8Array(g);var e=a._malloc(g.byteLength);a.HEAPU8.set(g,e);return(g=a._MakePicture(e, +g.byteLength))?g:null}});a.Md=a.Md||[];a.Md.push(function(){a.RuntimeEffect.Make=function(g,e){return a.RuntimeEffect._Make(g,{onError:e||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.MakeForBlender=function(g,e){return a.RuntimeEffect._MakeForBlender(g,{onError:e||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.prototype.makeShader=function(g,e){var h=!g._ck,n=l(g,"HEAPF32");e=p(e);return this._makeShader(n,4*g.length,h,e)};a.RuntimeEffect.prototype.makeShaderWithChildren= +function(g,e,h){var n=!g._ck,t=l(g,"HEAPF32");h=p(h);for(var x=[],z=0;z{throw b;},pa="object"==typeof window,ra="function"==typeof importScripts,sa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ta="",ua,wa,xa; +if(sa){var fs=require("fs"),ya=require("path");ta=ra?ya.dirname(ta)+"/":__dirname+"/";ua=(a,b)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};xa=a=>{a=ua(a,!0);a.buffer||(a=new Uint8Array(a));return a};wa=(a,b,c,d=!0)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);fs.readFile(a,d?void 0:"utf8",(f,k)=>{f?c(f):b(d?k.buffer:k)})};!r.thisProgram&&1{process.exitCode= +a;throw b;};r.inspect=()=>"[Emscripten Module object]"}else if(pa||ra)ra?ta=self.location.href:"undefined"!=typeof document&&document.currentScript&&(ta=document.currentScript.src),_scriptDir&&(ta=_scriptDir),0!==ta.indexOf("blob:")?ta=ta.substr(0,ta.replace(/[?#].*/,"").lastIndexOf("/")+1):ta="",ua=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(xa=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}), +wa=(a,b,c)=>{var d=new XMLHttpRequest;d.open("GET",a,!0);d.responseType="arraybuffer";d.onload=()=>{200==d.status||0==d.status&&d.response?b(d.response):c()};d.onerror=c;d.send(null)};var Aa=r.print||console.log.bind(console),Ca=r.printErr||console.error.bind(console);Object.assign(r,la);la=null;r.thisProgram&&(ma=r.thisProgram);r.quit&&(oa=r.quit);var Da;r.wasmBinary&&(Da=r.wasmBinary);var noExitRuntime=r.noExitRuntime||!0;"object"!=typeof WebAssembly&&Ea("no native wasm support detected"); +var Fa,G,Ga=!1,Ha,C,Ia,Ja,K,L,N,Ka;function La(){var a=Fa.buffer;r.HEAP8=Ha=new Int8Array(a);r.HEAP16=Ia=new Int16Array(a);r.HEAP32=K=new Int32Array(a);r.HEAPU8=C=new Uint8Array(a);r.HEAPU16=Ja=new Uint16Array(a);r.HEAPU32=L=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=Ka=new Float64Array(a)}var Na,Oa=[],Pa=[],Qa=[];function Ra(){var a=r.preRun.shift();Oa.unshift(a)}var Ua=0,Va=null,Wa=null; +function Ea(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Ca(a);Ga=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function Xa(a){return a.startsWith("data:application/octet-stream;base64,")}var Ya;Ya="canvaskit.wasm";if(!Xa(Ya)){var Za=Ya;Ya=r.locateFile?r.locateFile(Za,ta):ta+Za}function $a(a){if(a==Ya&&Da)return new Uint8Array(Da);if(xa)return xa(a);throw"both async and sync fetching of the wasm failed";} +function ab(a){if(!Da&&(pa||ra)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(b=>{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>$a(a));if(wa)return new Promise((b,c)=>{wa(a,d=>b(new Uint8Array(d)),c)})}return Promise.resolve().then(()=>$a(a))}function bb(a,b,c){return ab(a).then(d=>WebAssembly.instantiate(d,b)).then(d=>d).then(c,d=>{Ca("failed to asynchronously prepare wasm: "+d);Ea(d)})} +function cb(a,b){var c=Ya;return Da||"function"!=typeof WebAssembly.instantiateStreaming||Xa(c)||c.startsWith("file://")||sa||"function"!=typeof fetch?bb(c,a,b):fetch(c,{credentials:"same-origin"}).then(d=>WebAssembly.instantiateStreaming(d,a).then(b,function(f){Ca("wasm streaming compile failed: "+f);Ca("falling back to ArrayBuffer instantiation");return bb(c,a,b)}))}function db(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a}var eb=a=>{for(;0>2]=b};this.we=function(b){L[this.Kd+8>>2]=b};this.Zd=function(b,c){this.ve();this.Pe(b);this.we(c)};this.ve=function(){L[this.Kd+16>>2]=0}} +var gb=0,ib=0,jb="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,kb=(a,b,c)=>{var d=b+c;for(c=b;a[c]&&!(c>=d);)++c;if(16f?d+=String.fromCharCode(f):(f-=65536,d+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else d+=String.fromCharCode(f)}return d}, +lb={};function mb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function nb(a){return this.fromWireType(K[a>>2])}var ob={},pb={},qb={},rb=void 0;function sb(a){throw new rb(a);} +function tb(a,b,c){function d(m){m=c(m);m.length!==a.length&&sb("Mismatched type converter count");for(var p=0;p{pb.hasOwnProperty(m)?f[p]=pb[m]:(k.push(m),ob.hasOwnProperty(m)||(ob[m]=[]),ob[m].push(()=>{f[p]=pb[m];++l;l===k.length&&d(f)}))});0===k.length&&d(f)} +function vb(a){switch(a){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError(`Unknown type size: ${a}`);}}var wb=void 0;function O(a){for(var b="";C[a];)b+=wb[C[a++]];return b}var xb=void 0;function Q(a){throw new xb(a);} +function yb(a,b,c={}){var d=b.name;a||Q(`type "${d}" must have a positive integer typeid pointer`);if(pb.hasOwnProperty(a)){if(c.ff)return;Q(`Cannot register type '${d}' twice`)}pb[a]=b;delete qb[a];ob.hasOwnProperty(a)&&(b=ob[a],delete ob[a],b.forEach(f=>f()))}function ub(a,b,c={}){if(!("argPackAdvance"in b))throw new TypeError("registerType registeredInstance requires argPackAdvance");yb(a,b,c)}function zb(a){Q(a.kd.Nd.Ld.name+" instance already deleted")}var Ab=!1;function Bb(){} +function Cb(a){--a.count.value;0===a.count.value&&(a.Pd?a.Td.Xd(a.Pd):a.Nd.Ld.Xd(a.Kd))}function Db(a,b,c){if(b===c)return a;if(void 0===c.Qd)return null;a=Db(a,b,c.Qd);return null===a?null:c.Ye(a)}var Jb={},Kb=[];function Lb(){for(;Kb.length;){var a=Kb.pop();a.kd.ee=!1;a["delete"]()}}var Mb=void 0,Nb={};function Ob(a,b){for(void 0===b&&Q("ptr should not be undefined");a.Qd;)b=a.ke(b),a=a.Qd;return Nb[b]} +function Pb(a,b){b.Nd&&b.Kd||sb("makeClassHandle requires ptr and ptrType");!!b.Td!==!!b.Pd&&sb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Qb(Object.create(a,{kd:{value:b}}))}function Qb(a){if("undefined"===typeof FinalizationRegistry)return Qb=b=>b,a;Ab=new FinalizationRegistry(b=>{Cb(b.kd)});Qb=b=>{var c=b.kd;c.Pd&&Ab.register(b,{kd:c},b);return b};Bb=b=>{Ab.unregister(b)};return Qb(a)}function Rb(){} +function Sb(a){if(void 0===a)return"_unknown";a=a.replace(/[^a-zA-Z0-9_]/g,"$");var b=a.charCodeAt(0);return 48<=b&&57>=b?`_${a}`:a}function Tb(a,b){a=Sb(a);return{[a]:function(){return b.apply(this,arguments)}}[a]} +function Ub(a,b,c){if(void 0===a[b].Od){var d=a[b];a[b]=function(){a[b].Od.hasOwnProperty(arguments.length)||Q(`Function '${c}' called with an invalid number of arguments (${arguments.length}) - expects one of (${a[b].Od})!`);return a[b].Od[arguments.length].apply(this,arguments)};a[b].Od=[];a[b].Od[d.ce]=d}} +function Vb(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Od&&void 0!==r[a].Od[c])&&Q(`Cannot register public name '${a}' twice`),Ub(r,a,a),r.hasOwnProperty(c)&&Q(`Cannot register multiple overloads of a function with the same number of arguments (${c})!`),r[a].Od[c]=b):(r[a]=b,void 0!==c&&(r[a].xf=c))}function Wb(a,b,c,d,f,k,l,m){this.name=a;this.constructor=b;this.fe=c;this.Xd=d;this.Qd=f;this.af=k;this.ke=l;this.Ye=m;this.kf=[]} +function Xb(a,b,c){for(;b!==c;)b.ke||Q(`Expected null or instance of ${c.name}, got an instance of ${b.name}`),a=b.ke(a),b=b.Qd;return a}function Yb(a,b){if(null===b)return this.Ae&&Q(`null is not a valid ${this.name}`),0;b.kd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.kd.Kd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);return Xb(b.kd.Kd,b.kd.Nd.Ld,this.Ld)} +function $b(a,b){if(null===b){this.Ae&&Q(`null is not a valid ${this.name}`);if(this.pe){var c=this.Be();null!==a&&a.push(this.Xd,c);return c}return 0}b.kd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.kd.Kd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);!this.oe&&b.kd.Nd.oe&&Q(`Cannot convert argument of type ${b.kd.Td?b.kd.Td.name:b.kd.Nd.name} to parameter type ${this.name}`);c=Xb(b.kd.Kd,b.kd.Nd.Ld,this.Ld);if(this.pe)switch(void 0===b.kd.Pd&&Q("Passing raw pointer to smart pointer is illegal"), +this.qf){case 0:b.kd.Td===this?c=b.kd.Pd:Q(`Cannot convert argument of type ${b.kd.Td?b.kd.Td.name:b.kd.Nd.name} to parameter type ${this.name}`);break;case 1:c=b.kd.Pd;break;case 2:if(b.kd.Td===this)c=b.kd.Pd;else{var d=b.clone();c=this.lf(c,ac(function(){d["delete"]()}));null!==a&&a.push(this.Xd,c)}break;default:Q("Unsupporting sharing policy")}return c} +function bc(a,b){if(null===b)return this.Ae&&Q(`null is not a valid ${this.name}`),0;b.kd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.kd.Kd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);b.kd.Nd.oe&&Q(`Cannot convert argument of type ${b.kd.Nd.name} to parameter type ${this.name}`);return Xb(b.kd.Kd,b.kd.Nd.Ld,this.Ld)} +function cc(a,b,c,d,f,k,l,m,p,w,y){this.name=a;this.Ld=b;this.Ae=c;this.oe=d;this.pe=f;this.jf=k;this.qf=l;this.Ke=m;this.Be=p;this.lf=w;this.Xd=y;f||void 0!==b.Qd?this.toWireType=$b:(this.toWireType=d?Yb:bc,this.Sd=null)}function dc(a,b,c){r.hasOwnProperty(a)||sb("Replacing nonexistant public symbol");void 0!==r[a].Od&&void 0!==c?r[a].Od[c]=b:(r[a]=b,r[a].ce=c)} +var ec=(a,b)=>{var c=[];return function(){c.length=0;Object.assign(c,arguments);if(a.includes("j")){var d=r["dynCall_"+a];d=c&&c.length?d.apply(null,[b].concat(c)):d.call(null,b)}else d=Na.get(b).apply(null,c);return d}};function mc(a,b){a=O(a);var c=a.includes("j")?ec(a,b):Na.get(b);"function"!=typeof c&&Q(`unknown function pointer with signature ${a}: ${b}`);return c}var nc=void 0;function oc(a){a=pc(a);var b=O(a);qc(a);return b} +function rc(a,b){function c(k){f[k]||pb[k]||(qb[k]?qb[k].forEach(c):(d.push(k),f[k]=!0))}var d=[],f={};b.forEach(c);throw new nc(`${a}: `+d.map(oc).join([", "]));} +function sc(a,b,c,d,f){var k=b.length;2>k&&Q("argTypes array size mismatch! Must at least get return value and 'this' types!");var l=null!==b[1]&&null!==c,m=!1;for(c=1;c>2]);return c}function uc(){this.Wd=[void 0];this.Ie=[]}var vc=new uc;function wc(a){a>=vc.Zd&&0===--vc.get(a).Le&&vc.we(a)} +var xc=a=>{a||Q("Cannot use deleted val. handle = "+a);return vc.get(a).value},ac=a=>{switch(a){case void 0:return 1;case null:return 2;case !0:return 3;case !1:return 4;default:return vc.ve({Le:1,value:a})}};function yc(a,b,c){switch(b){case 0:return function(d){return this.fromWireType((c?Ha:C)[d])};case 1:return function(d){return this.fromWireType((c?Ia:Ja)[d>>1])};case 2:return function(d){return this.fromWireType((c?K:L)[d>>2])};default:throw new TypeError("Unknown integer type: "+a);}} +function zc(a,b){var c=pb[a];void 0===c&&Q(b+" has unknown type "+oc(a));return c}function Zb(a){if(null===a)return"null";var b=typeof a;return"object"===b||"array"===b||"function"===b?a.toString():""+a}function Ac(a,b){switch(b){case 2:return function(c){return this.fromWireType(N[c>>2])};case 3:return function(c){return this.fromWireType(Ka[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Bc(a,b,c){switch(b){case 0:return c?function(d){return Ha[d]}:function(d){return C[d]};case 1:return c?function(d){return Ia[d>>1]}:function(d){return Ja[d>>1]};case 2:return c?function(d){return K[d>>2]}:function(d){return L[d>>2]};default:throw new TypeError("Unknown integer type: "+a);}} +var ka=(a,b,c,d)=>{if(!(0=l){var m=a.charCodeAt(++k);l=65536+((l&1023)<<10)|m&1023}if(127>=l){if(c>=d)break;b[c++]=l}else{if(2047>=l){if(c+1>=d)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=d)break;b[c++]=224|l>>12}else{if(c+3>=d)break;b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},ja=a=>{for(var b=0,c=0;c=d?b++:2047>= +d?b+=2:55296<=d&&57343>=d?(b+=4,++c):b+=3}return b},Cc="undefined"!=typeof TextDecoder?new TextDecoder("utf-16le"):void 0,Dc=(a,b)=>{var c=a>>1;for(var d=c+b/2;!(c>=d)&&Ja[c];)++c;c<<=1;if(32=b/2);++d){var f=Ia[a+2*d>>1];if(0==f)break;c+=String.fromCharCode(f)}return c},Ec=(a,b,c)=>{void 0===c&&(c=2147483647);if(2>c)return 0;c-=2;var d=b;c=c<2*a.length?c/2:a.length;for(var f=0;f>1]=a.charCodeAt(f),b+=2;Ia[b>>1]=0;return b-d}, +Fc=a=>2*a.length,Gc=(a,b)=>{for(var c=0,d="";!(c>=b/4);){var f=K[a+4*c>>2];if(0==f)break;++c;65536<=f?(f-=65536,d+=String.fromCharCode(55296|f>>10,56320|f&1023)):d+=String.fromCharCode(f)}return d},Hc=(a,b,c)=>{void 0===c&&(c=2147483647);if(4>c)return 0;var d=b;c=d+c-4;for(var f=0;f=k){var l=a.charCodeAt(++f);k=65536+((k&1023)<<10)|l&1023}K[b>>2]=k;b+=4;if(b+4>c)break}K[b>>2]=0;return b-d},Ic=a=>{for(var b=0,c=0;c=d&&++c;b+=4}return b},Jc={};function Kc(a){var b=Jc[a];return void 0===b?O(a):b}var Lc=[]; +function Mc(){function a(b){b.$$$embind_global$$$=b;var c="object"==typeof $$$embind_global$$$&&b.$$$embind_global$$$==b;c||delete b.$$$embind_global$$$;return c}if("object"==typeof globalThis)return globalThis;if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;"object"==typeof global&&a(global)?$$$embind_global$$$=global:"object"==typeof self&&a(self)&&($$$embind_global$$$=self);if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;throw Error("unable to get global object."); +}function Nc(a){var b=Lc.length;Lc.push(a);return b}function Oc(a,b){for(var c=Array(a),d=0;d>2],"parameter "+d);return c}var Pc=[];function Qc(a){var b=Array(a+1);return function(c,d,f){b[0]=c;for(var k=0;k>2],"parameter "+k);b[k+1]=l.readValueFromPointer(f);f+=l.argPackAdvance}c=new (c.bind.apply(c,b));return ac(c)}}var Rc={}; +function Sc(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,d){b.vertexAttribDivisorANGLE(c,d)},a.drawArraysInstanced=function(c,d,f,k){b.drawArraysInstancedANGLE(c,d,f,k)},a.drawElementsInstanced=function(c,d,f,k,l){b.drawElementsInstancedANGLE(c,d,f,k,l)})} +function Tc(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Uc(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,d){b.drawBuffersWEBGL(c,d)})} +var Vc=1,Wc=[],Xc=[],Yc=[],Zc=[],ea=[],$c=[],ad=[],ia=[],bd=[],cd=[],dd={},ed={},gd=4;function R(a){hd||(hd=a)}function da(a){for(var b=Vc++,c=a.length;ca.version||!b.Ge)b.Ge=b.getExtension("EXT_disjoint_timer_query");b.wf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var v,hd,ld={},nd=()=>{if(!md){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in ld)void 0===ld[b]?delete a[b]:a[b]=ld[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);md=c}return md},md,od=[null,[],[]];function pd(a){S.bindVertexArray(ad[a])} +function qd(a,b){for(var c=0;c>2];S.deleteVertexArray(ad[d]);ad[d]=null}}var rd=[];function sd(a,b,c,d){S.drawElements(a,b,c,d)}function td(a,b,c,d){for(var f=0;f>2]=l}}function ud(a,b){td(a,b,"createVertexArray",ad)} +function vd(a,b,c){if(b){var d=void 0;switch(a){case 36346:d=1;break;case 36344:0!=c&&1!=c&&R(1280);return;case 34814:case 36345:d=0;break;case 34466:var f=S.getParameter(34467);d=f?f.length:0;break;case 33309:if(2>v.version){R(1282);return}d=2*(S.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>v.version){R(1280);return}d=33307==a?3:0}if(void 0===d)switch(f=S.getParameter(a),typeof f){case "number":d=f;break;case "boolean":d=f?1:0;break;case "string":R(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:d=0;break;default:R(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:N[b+4*a>>2]=f[a];break;case 4:Ha[b+a>>0]=f[a]?1:0}return}try{d=f.name|0}catch(k){R(1280); +Ca("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:R(1280);Ca("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=d;L[b>>2]=c;L[b+4>>2]=(c-L[b>>2])/4294967296;break;case 0:K[b>>2]=d;break;case 2:N[b>>2]=d;break;case 4:Ha[b>>0]=d?1:0}}else R(1281)}var xd=a=>{var b=ja(a)+1,c=wd(b);c&&ka(a,C,c,b);return c}; +function yd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function zd(a){a-=5120;return 0==a?Ha:1==a?C:2==a?Ia:4==a?K:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?L:Ja}function Ad(a,b,c,d,f){a=zd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),l=gd;return a.subarray(f>>k,f+d*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>k)} +function W(a){var b=S.We;if(b){var c=b.je[a];"number"==typeof c&&(b.je[a]=c=S.getUniformLocation(b,b.Me[a]+(00===a%4&&(0!==a%100||0===a%400),Ed=[31,29,31,30,31,30,31,31,30,31,30,31],Fd=[31,28,31,30,31,30,31,31,30,31,30,31];function Gd(a){var b=Array(ja(a)+1);ka(a,b,0,b.length);return b} +var Hd=(a,b,c,d)=>{function f(u,F,H){for(u="number"==typeof u?u.toString():u||"";u.lengthca?-1:0T-u.getDate())F-=T-u.getDate()+1,u.setDate(1),11>H?u.setMonth(H+1):(u.setMonth(0),u.setFullYear(u.getFullYear()+1));else{u.setDate(u.getDate()+F);break}}H=new Date(u.getFullYear()+1,0,4);F=m(new Date(u.getFullYear(), +0,4));H=m(H);return 0>=l(F,u)?0>=l(H,u)?u.getFullYear()+1:u.getFullYear():u.getFullYear()-1}var w=K[d+40>>2];d={tf:K[d>>2],sf:K[d+4>>2],te:K[d+8>>2],Ce:K[d+12>>2],ue:K[d+16>>2],ae:K[d+20>>2],Vd:K[d+24>>2],$d:K[d+28>>2],zf:K[d+32>>2],rf:K[d+36>>2],uf:w?w?kb(C,w):"":""};c=c?kb(C,c):"";w={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in w)c=c.replace(new RegExp(y,"g"),w[y]);var B="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),D="January February March April May June July August September October November December".split(" ");w={"%a":u=>B[u.Vd].substring(0,3),"%A":u=>B[u.Vd],"%b":u=>D[u.ue].substring(0,3),"%B":u=>D[u.ue],"%C":u=>k((u.ae+1900)/ +100|0,2),"%d":u=>k(u.Ce,2),"%e":u=>f(u.Ce,2," "),"%g":u=>p(u).toString().substring(2),"%G":u=>p(u),"%H":u=>k(u.te,2),"%I":u=>{u=u.te;0==u?u=12:12{for(var F=0,H=0;H<=u.ue-1;F+=(Dd(u.ae+1900)?Ed:Fd)[H++]);return k(u.Ce+F,3)},"%m":u=>k(u.ue+1,2),"%M":u=>k(u.sf,2),"%n":()=>"\n","%p":u=>0<=u.te&&12>u.te?"AM":"PM","%S":u=>k(u.tf,2),"%t":()=>"\t","%u":u=>u.Vd||7,"%U":u=>k(Math.floor((u.$d+7-u.Vd)/7),2),"%V":u=>{var F=Math.floor((u.$d+7-(u.Vd+6)%7)/7);2>=(u.Vd+371-u.$d- +2)%7&&F++;if(F)53==F&&(H=(u.Vd+371-u.$d)%7,4==H||3==H&&Dd(u.ae)||(F=1));else{F=52;var H=(u.Vd+7-u.$d-1)%7;(4==H||5==H&&Dd(u.ae%400-1))&&F++}return k(F,2)},"%w":u=>u.Vd,"%W":u=>k(Math.floor((u.$d+7-(u.Vd+6)%7)/7),2),"%y":u=>(u.ae+1900).toString().substring(2),"%Y":u=>u.ae+1900,"%z":u=>{u=u.rf;var F=0<=u;u=Math.abs(u)/60;return(F?"+":"-")+String("0000"+(u/60*100+u%60)).slice(-4)},"%Z":u=>u.uf,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in w)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),w[y](d))); +c=c.replace(/\0\0/g,"%");y=Gd(c);if(y.length>b)return 0;Ha.set(y,a);return y.length-1};rb=r.InternalError=class extends Error{constructor(a){super(a);this.name="InternalError"}};for(var Id=Array(256),Jd=0;256>Jd;++Jd)Id[Jd]=String.fromCharCode(Jd);wb=Id;xb=r.BindingError=class extends Error{constructor(a){super(a);this.name="BindingError"}}; +Rb.prototype.isAliasOf=function(a){if(!(this instanceof Rb&&a instanceof Rb))return!1;var b=this.kd.Nd.Ld,c=this.kd.Kd,d=a.kd.Nd.Ld;for(a=a.kd.Kd;b.Qd;)c=b.ke(c),b=b.Qd;for(;d.Qd;)a=d.ke(a),d=d.Qd;return b===d&&c===a}; +Rb.prototype.clone=function(){this.kd.Kd||zb(this);if(this.kd.ie)return this.kd.count.value+=1,this;var a=Qb,b=Object,c=b.create,d=Object.getPrototypeOf(this),f=this.kd;a=a(c.call(b,d,{kd:{value:{count:f.count,ee:f.ee,ie:f.ie,Kd:f.Kd,Nd:f.Nd,Pd:f.Pd,Td:f.Td}}}));a.kd.count.value+=1;a.kd.ee=!1;return a};Rb.prototype["delete"]=function(){this.kd.Kd||zb(this);this.kd.ee&&!this.kd.ie&&Q("Object already scheduled for deletion");Bb(this);Cb(this.kd);this.kd.ie||(this.kd.Pd=void 0,this.kd.Kd=void 0)}; +Rb.prototype.isDeleted=function(){return!this.kd.Kd};Rb.prototype.deleteLater=function(){this.kd.Kd||zb(this);this.kd.ee&&!this.kd.ie&&Q("Object already scheduled for deletion");Kb.push(this);1===Kb.length&&Mb&&Mb(Lb);this.kd.ee=!0;return this};r.getInheritedInstanceCount=function(){return Object.keys(Nb).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in Nb)Nb.hasOwnProperty(b)&&a.push(Nb[b]);return a};r.flushPendingDeletes=Lb;r.setDelayFunction=function(a){Mb=a;Kb.length&&Mb&&Mb(Lb)}; +cc.prototype.bf=function(a){this.Ke&&(a=this.Ke(a));return a};cc.prototype.Ee=function(a){this.Xd&&this.Xd(a)};cc.prototype.argPackAdvance=8;cc.prototype.readValueFromPointer=nb;cc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +cc.prototype.fromWireType=function(a){function b(){return this.pe?Pb(this.Ld.fe,{Nd:this.jf,Kd:c,Td:this,Pd:a}):Pb(this.Ld.fe,{Nd:this,Kd:a})}var c=this.bf(a);if(!c)return this.Ee(a),null;var d=Ob(this.Ld,c);if(void 0!==d){if(0===d.kd.count.value)return d.kd.Kd=c,d.kd.Pd=a,d.clone();d=d.clone();this.Ee(a);return d}d=this.Ld.af(c);d=Jb[d];if(!d)return b.call(this);d=this.oe?d.Ve:d.pointerType;var f=Db(c,this.Ld,d.Ld);return null===f?b.call(this):this.pe?Pb(d.Ld.fe,{Nd:d,Kd:f,Td:this,Pd:a}):Pb(d.Ld.fe, +{Nd:d,Kd:f})};nc=r.UnboundTypeError=function(a,b){var c=Tb(b,function(d){this.name=b;this.message=d;d=Error(d).stack;void 0!==d&&(this.stack=this.toString()+"\n"+d.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(a.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:`${this.name}: ${this.message}`};return c}(Error,"UnboundTypeError"); +Object.assign(uc.prototype,{get(a){return this.Wd[a]},has(a){return void 0!==this.Wd[a]},ve(a){var b=this.Ie.pop()||this.Wd.length;this.Wd[b]=a;return b},we(a){this.Wd[a]=void 0;this.Ie.push(a)}});vc.Wd.push({value:void 0},{value:null},{value:!0},{value:!1});vc.Zd=vc.Wd.length;r.count_emval_handles=function(){for(var a=0,b=vc.Zd;bKd;++Kd)rd.push(Array(Kd));var Ld=new Float32Array(288); +for(Kd=0;288>Kd;++Kd)Bd[Kd]=Ld.subarray(0,Kd+1);var Md=new Int32Array(288);for(Kd=0;288>Kd;++Kd)Cd[Kd]=Md.subarray(0,Kd+1); +var $d={H:function(a,b,c){(new fb(a)).Zd(b,c);gb=a;ib++;throw gb;},U:function(){return 0},vb:()=>{},xb:function(){return 0},sb:()=>{},tb:()=>{},V:function(){},ub:()=>{},C:function(a){var b=lb[a];delete lb[a];var c=b.Be,d=b.Xd,f=b.He,k=f.map(l=>l.ef).concat(f.map(l=>l.nf));tb([a],k,l=>{var m={};f.forEach((p,w)=>{var y=l[w],B=p.cf,D=p.df,u=l[w+f.length],F=p.mf,H=p.pf;m[p.$e]={read:T=>y.fromWireType(B(D,T)),write:(T,ca)=>{var Y=[];F(H,T,u.toWireType(Y,ca));mb(Y)}}});return[{name:b.name,fromWireType:function(p){var w= +{},y;for(y in m)w[y]=m[y].read(p);d(p);return w},toWireType:function(p,w){for(var y in m)if(!(y in w))throw new TypeError(`Missing field: "${y}"`);var B=c();for(y in m)m[y].write(B,w[y]);null!==p&&p.push(d,B);return B},argPackAdvance:8,readValueFromPointer:nb,Sd:d}]})},kb:function(){},Bb:function(a,b,c,d,f){var k=vb(c);b=O(b);ub(a,{name:b,fromWireType:function(l){return!!l},toWireType:function(l,m){return m?d:f},argPackAdvance:8,readValueFromPointer:function(l){if(1===c)var m=Ha;else if(2===c)m=Ia; +else if(4===c)m=K;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(m[l>>k])},Sd:null})},l:function(a,b,c,d,f,k,l,m,p,w,y,B,D){y=O(y);k=mc(f,k);m&&(m=mc(l,m));w&&(w=mc(p,w));D=mc(B,D);var u=Sb(y);Vb(u,function(){rc(`Cannot construct ${y} due to unbound types`,[d])});tb([a,b,c],d?[d]:[],function(F){F=F[0];if(d){var H=F.Ld;var T=H.fe}else T=Rb.prototype;F=Tb(u,function(){if(Object.getPrototypeOf(this)!==ca)throw new xb("Use 'new' to construct "+y);if(void 0===Y.Yd)throw new xb(y+ +" has no accessible constructor");var Ma=Y.Yd[arguments.length];if(void 0===Ma)throw new xb(`Tried to invoke ctor of ${y} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(Y.Yd).toString()}) parameters instead!`);return Ma.apply(this,arguments)});var ca=Object.create(T,{constructor:{value:F}});F.prototype=ca;var Y=new Wb(y,F,ca,D,H,k,m,w);Y.Qd&&(void 0===Y.Qd.le&&(Y.Qd.le=[]),Y.Qd.le.push(Y));H=new cc(y,Y,!0,!1,!1);T=new cc(y+"*",Y,!1,!1,!1);var va=new cc(y+" const*", +Y,!1,!0,!1);Jb[a]={pointerType:T,Ve:va};dc(u,F);return[H,T,va]})},e:function(a,b,c,d,f,k,l){var m=tc(c,d);b=O(b);k=mc(f,k);tb([],[a],function(p){function w(){rc(`Cannot call ${y} due to unbound types`,m)}p=p[0];var y=`${p.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var B=p.Ld.constructor;void 0===B[b]?(w.ce=c-1,B[b]=w):(Ub(B,b,y),B[b].Od[c-1]=w);tb([],m,function(D){D=[D[0],null].concat(D.slice(1));D=sc(y,D,null,k,l);void 0===B[b].Od?(D.ce=c-1,B[b]=D):B[b].Od[c-1]=D;if(p.Ld.le)for(const u of p.Ld.le)u.constructor.hasOwnProperty(b)|| +(u.constructor[b]=D);return[]});return[]})},A:function(a,b,c,d,f,k){var l=tc(b,c);f=mc(d,f);tb([],[a],function(m){m=m[0];var p=`constructor ${m.name}`;void 0===m.Ld.Yd&&(m.Ld.Yd=[]);if(void 0!==m.Ld.Yd[b-1])throw new xb(`Cannot register multiple constructors with identical number of parameters (${b-1}) for class '${m.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);m.Ld.Yd[b-1]=()=>{rc(`Cannot construct ${m.name} due to unbound types`,l)}; +tb([],l,function(w){w.splice(1,0,null);m.Ld.Yd[b-1]=sc(p,w,null,f,k);return[]});return[]})},a:function(a,b,c,d,f,k,l,m){var p=tc(c,d);b=O(b);k=mc(f,k);tb([],[a],function(w){function y(){rc(`Cannot call ${B} due to unbound types`,p)}w=w[0];var B=`${w.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);m&&w.Ld.kf.push(b);var D=w.Ld.fe,u=D[b];void 0===u||void 0===u.Od&&u.className!==w.name&&u.ce===c-2?(y.ce=c-2,y.className=w.name,D[b]=y):(Ub(D,b,B),D[b].Od[c-2]=y);tb([],p,function(F){F=sc(B,F, +w,k,l);void 0===D[b].Od?(F.ce=c-2,D[b]=F):D[b].Od[c-2]=F;return[]});return[]})},t:function(a,b,c){a=O(a);tb([],[b],function(d){d=d[0];r[a]=d.fromWireType(c);return[]})},Ab:function(a,b){b=O(b);ub(a,{name:b,fromWireType:function(c){var d=xc(c);wc(c);return d},toWireType:function(c,d){return ac(d)},argPackAdvance:8,readValueFromPointer:nb,Sd:null})},j:function(a,b,c,d){function f(){}c=vb(c);b=O(b);f.values={};ub(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k, +l){return l.value},argPackAdvance:8,readValueFromPointer:yc(b,c,d),Sd:null});Vb(b,f)},b:function(a,b,c){var d=zc(a,"enum");b=O(b);a=d.constructor;d=Object.create(d.constructor.prototype,{value:{value:c},constructor:{value:Tb(`${d.name}_${b}`,function(){})}});a.values[c]=d;a[b]=d},X:function(a,b,c){c=vb(c);b=O(b);ub(a,{name:b,fromWireType:function(d){return d},toWireType:function(d,f){return f},argPackAdvance:8,readValueFromPointer:Ac(b,c),Sd:null})},v:function(a,b,c,d,f,k){var l=tc(b,c);a=O(a);f= +mc(d,f);Vb(a,function(){rc(`Cannot call ${a} due to unbound types`,l)},b-1);tb([],l,function(m){m=[m[0],null].concat(m.slice(1));dc(a,sc(a,m,null,f,k),b-1);return[]})},E:function(a,b,c,d,f){b=O(b);-1===f&&(f=4294967295);f=vb(c);var k=m=>m;if(0===d){var l=32-8*c;k=m=>m<>>l}c=b.includes("unsigned")?function(m,p){return p>>>0}:function(m,p){return p};ub(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Bc(b,f,0!==d),Sd:null})},s:function(a,b,c){function d(k){k>>=2;var l= +L;return new f(l.buffer,l[k+1],l[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=O(c);ub(a,{name:c,fromWireType:d,argPackAdvance:8,readValueFromPointer:d},{ff:!0})},q:function(a,b,c,d,f,k,l,m,p,w,y,B){c=O(c);k=mc(f,k);m=mc(l,m);w=mc(p,w);B=mc(y,B);tb([a],[b],function(D){D=D[0];return[new cc(c,D.Ld,!1,!1,!0,D,d,k,m,w,B)]})},W:function(a,b){b=O(b);var c="std::string"===b;ub(a,{name:b,fromWireType:function(d){var f=L[d>>2],k=d+4;if(c)for(var l= +k,m=0;m<=f;++m){var p=k+m;if(m==f||0==C[p]){l=l?kb(C,l,p-l):"";if(void 0===w)var w=l;else w+=String.fromCharCode(0),w+=l;l=p+1}}else{w=Array(f);for(m=0;m>2]= +l;if(c&&k)ka(f,C,p,l+1);else if(k)for(k=0;kJa;var m=1}else 4===b&&(d=Gc,f=Hc,k=Ic,l=()=>L,m=2);ub(a,{name:c,fromWireType:function(p){for(var w=L[p>>2],y=l(),B,D=p+4,u=0;u<=w;++u){var F= +p+4+u*b;if(u==w||0==y[F>>m])D=d(D,F-D),void 0===B?B=D:(B+=String.fromCharCode(0),B+=D),D=F+b}qc(p);return B},toWireType:function(p,w){"string"!=typeof w&&Q(`Cannot pass non-string to C++ string type ${c}`);var y=k(w),B=wd(4+y+b);L[B>>2]=y>>m;f(w,B+4,y+b);null!==p&&p.push(qc,B);return B},argPackAdvance:8,readValueFromPointer:nb,Sd:function(p){qc(p)}})},D:function(a,b,c,d,f,k){lb[a]={name:O(b),Be:mc(c,d),Xd:mc(f,k),He:[]}},d:function(a,b,c,d,f,k,l,m,p,w){lb[a].He.push({$e:O(b),ef:c,cf:mc(d,f),df:k, +nf:l,mf:mc(m,p),pf:w})},Cb:function(a,b){b=O(b);ub(a,{hf:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},zb:()=>!0,ob:()=>{throw Infinity;},F:function(a,b,c){a=xc(a);b=zc(b,"emval::as");var d=[],f=ac(d);L[c>>2]=f;return b.toWireType(d,a)},P:function(a,b,c,d,f){a=Lc[a];b=xc(b);c=Kc(c);var k=[];L[d>>2]=ac(k);return a(b,c,k,f)},u:function(a,b,c,d){a=Lc[a];b=xc(b);c=Kc(c);a(b,c,null,d)},c:wc,K:function(a){if(0===a)return ac(Mc());a=Kc(a);return ac(Mc()[a])},r:function(a, +b){var c=Oc(a,b),d=c[0];b=d.name+"_$"+c.slice(1).map(function(l){return l.name}).join("_")+"$";var f=Pc[b];if(void 0!==f)return f;var k=Array(a-1);f=Nc((l,m,p,w)=>{for(var y=0,B=0;B{Ea("")},yb:()=>performance.now(),pb:a=>{var b=C.length;a>>>=0;if(2147483648=c;c*=2){var d=b*(1+.2/c); +d=Math.min(d,a+100663296);var f=Math;d=Math.max(a,d);a:{f=f.min.call(f,2147483648,d+(65536-d%65536)%65536)-Fa.buffer.byteLength+65535>>>16;try{Fa.grow(f);La();var k=1;break a}catch(l){}k=void 0}if(k)return!0}return!1},fb:function(){return v?v.handle:0},qb:(a,b)=>{var c=0;nd().forEach(function(d,f){var k=b+c;f=L[a+4*f>>2]=k;for(k=0;k>0]=d.charCodeAt(k);Ha[f>>0]=0;c+=d.length+1});return 0},rb:(a,b)=>{var c=nd();L[a>>2]=c.length;var d=0;c.forEach(function(f){d+=f.length+1});L[b>> +2]=d;return 0},Db:a=>{if(!noExitRuntime){if(r.onExit)r.onExit(a);Ga=!0}oa(a,new db(a))},M:()=>52,gb:function(){return 52},wb:()=>52,jb:function(){return 70},T:(a,b,c,d)=>{for(var f=0,k=0;k>2],m=L[b+4>>2];b+=8;for(var p=0;p>2]=f;return 0},Wc:function(a){S.activeTexture(a)},Xc:function(a,b){S.attachShader(Xc[a],$c[b])},Yc:function(a,b,c){S.bindAttribLocation(Xc[a],b,c?kb(C,c):"")},Zc:function(a, +b){35051==a?S.ye=b:35052==a&&(S.de=b);S.bindBuffer(a,Wc[b])},$:function(a,b){S.bindFramebuffer(a,Yc[b])},_b:function(a,b){S.bindRenderbuffer(a,Zc[b])},Kb:function(a,b){S.bindSampler(a,bd[b])},_c:function(a,b){S.bindTexture(a,ea[b])},sc:pd,vc:pd,$c:function(a,b,c,d){S.blendColor(a,b,c,d)},aa:function(a){S.blendEquation(a)},ba:function(a,b){S.blendFunc(a,b)},Ub:function(a,b,c,d,f,k,l,m,p,w){S.blitFramebuffer(a,b,c,d,f,k,l,m,p,w)},ca:function(a,b,c,d){2<=v.version?c&&b?S.bufferData(a,C,d,c,b):S.bufferData(a, +b,d):S.bufferData(a,c?C.subarray(c,c+b):b,d)},da:function(a,b,c,d){2<=v.version?c&&S.bufferSubData(a,b,C,d,c):S.bufferSubData(a,b,C.subarray(d,d+c))},$b:function(a){return S.checkFramebufferStatus(a)},R:function(a){S.clear(a)},_:function(a,b,c,d){S.clearColor(a,b,c,d)},S:function(a){S.clearStencil(a)},mb:function(a,b,c,d){return S.clientWaitSync(cd[a],b,(c>>>0)+4294967296*d)},ea:function(a,b,c,d){S.colorMask(!!a,!!b,!!c,!!d)},fa:function(a){S.compileShader($c[a])},ga:function(a,b,c,d,f,k,l,m){2<= +v.version?S.de||!l?S.compressedTexImage2D(a,b,c,d,f,k,l,m):S.compressedTexImage2D(a,b,c,d,f,k,C,m,l):S.compressedTexImage2D(a,b,c,d,f,k,m?C.subarray(m,m+l):null)},ha:function(a,b,c,d,f,k,l,m,p){2<=v.version?S.de||!m?S.compressedTexSubImage2D(a,b,c,d,f,k,l,m,p):S.compressedTexSubImage2D(a,b,c,d,f,k,l,C,p,m):S.compressedTexSubImage2D(a,b,c,d,f,k,l,p?C.subarray(p,p+m):null)},Sb:function(a,b,c,d,f){S.copyBufferSubData(a,b,c,d,f)},ia:function(a,b,c,d,f,k,l,m){S.copyTexSubImage2D(a,b,c,d,f,k,l,m)},ja:function(){var a= +da(Xc),b=S.createProgram();b.name=a;b.se=b.qe=b.re=0;b.De=1;Xc[a]=b;return a},ka:function(a){var b=da($c);$c[b]=S.createShader(a);return b},la:function(a){S.cullFace(a)},ma:function(a,b){for(var c=0;c>2],f=Wc[d];f&&(S.deleteBuffer(f),f.name=0,Wc[d]=null,d==S.ye&&(S.ye=0),d==S.de&&(S.de=0))}},ac:function(a,b){for(var c=0;c>2],f=Yc[d];f&&(S.deleteFramebuffer(f),f.name=0,Yc[d]=null)}},na:function(a){if(a){var b=Xc[a];b?(S.deleteProgram(b),b.name=0,Xc[a]=null): +R(1281)}},bc:function(a,b){for(var c=0;c>2],f=Zc[d];f&&(S.deleteRenderbuffer(f),f.name=0,Zc[d]=null)}},Lb:function(a,b){for(var c=0;c>2],f=bd[d];f&&(S.deleteSampler(f),f.name=0,bd[d]=null)}},oa:function(a){if(a){var b=$c[a];b?(S.deleteShader(b),$c[a]=null):R(1281)}},Tb:function(a){if(a){var b=cd[a];b?(S.deleteSync(b),b.name=0,cd[a]=null):R(1281)}},pa:function(a,b){for(var c=0;c>2],f=ea[d];f&&(S.deleteTexture(f),f.name=0,ea[d]=null)}}, +tc:qd,wc:qd,qa:function(a){S.depthMask(!!a)},ra:function(a){S.disable(a)},sa:function(a){S.disableVertexAttribArray(a)},ta:function(a,b,c){S.drawArrays(a,b,c)},qc:function(a,b,c,d){S.drawArraysInstanced(a,b,c,d)},oc:function(a,b,c,d,f){S.Fe.drawArraysInstancedBaseInstanceWEBGL(a,b,c,d,f)},mc:function(a,b){for(var c=rd[a],d=0;d>2];S.drawBuffers(c)},ua:sd,rc:function(a,b,c,d,f){S.drawElementsInstanced(a,b,c,d,f)},pc:function(a,b,c,d,f,k,l){S.Fe.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,d,f,k,l)},gc:function(a,b,c,d,f,k){sd(a,d,f,k)},va:function(a){S.enable(a)},wa:function(a){S.enableVertexAttribArray(a)},Qb:function(a,b){return(a=S.fenceSync(a,b))?(b=da(cd),a.name=b,cd[b]=a,b):0},xa:function(){S.finish()},ya:function(){S.flush()},cc:function(a,b,c,d){S.framebufferRenderbuffer(a,b,c,Zc[d])},dc:function(a,b,c,d,f){S.framebufferTexture2D(a,b,c,ea[d],f)},za:function(a){S.frontFace(a)},Aa:function(a,b){td(a,b,"createBuffer",Wc)},ec:function(a,b){td(a,b,"createFramebuffer",Yc)},fc:function(a, +b){td(a,b,"createRenderbuffer",Zc)},Mb:function(a,b){td(a,b,"createSampler",bd)},Ba:function(a,b){td(a,b,"createTexture",ea)},uc:ud,xc:ud,Wb:function(a){S.generateMipmap(a)},Ca:function(a,b,c){c?K[c>>2]=S.getBufferParameter(a,b):R(1281)},Da:function(){var a=S.getError()||hd;hd=0;return a},Ea:function(a,b){vd(a,b,2)},Xb:function(a,b,c,d){a=S.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;K[d>>2]=a},L:function(a,b){vd(a,b,0)},Fa:function(a, +b,c,d){a=S.getProgramInfoLog(Xc[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Ga:function(a,b,c){if(c)if(a>=Vc)R(1281);else if(a=Xc[a],35716==b)a=S.getProgramInfoLog(a),null===a&&(a="(unknown error)"),K[c>>2]=a.length+1;else if(35719==b){if(!a.se)for(b=0;b>2]=a.se}else if(35722==b){if(!a.qe)for(b=0;b>2]=a.qe}else if(35381==b){if(!a.re)for(b=0;b>2]=a.re}else K[c>>2]=S.getProgramParameter(a,b);else R(1281)},Yb:function(a,b,c){c?K[c>>2]=S.getRenderbufferParameter(a,b):R(1281)},Ha:function(a,b,c,d){a=S.getShaderInfoLog($c[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Hb:function(a,b,c,d){a=S.getShaderPrecisionFormat(a,b);K[c>>2]=a.rangeMin;K[c+4>> +2]=a.rangeMax;K[d>>2]=a.precision},Ia:function(a,b,c){c?35716==b?(a=S.getShaderInfoLog($c[a]),null===a&&(a="(unknown error)"),K[c>>2]=a?a.length+1:0):35720==b?(a=S.getShaderSource($c[a]),K[c>>2]=a?a.length+1:0):K[c>>2]=S.getShaderParameter($c[a],b):R(1281)},Q:function(a){var b=dd[a];if(!b){switch(a){case 7939:b=S.getSupportedExtensions()||[];b=b.concat(b.map(function(d){return"GL_"+d}));b=xd(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=S.getParameter(a))||R(1280);b=b&&xd(b);break; +case 7938:b=S.getParameter(7938);b=2<=v.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=xd(b);break;case 35724:b=S.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=xd(b);break;default:R(1280)}dd[a]=b}return b},db:function(a,b){if(2>v.version)return R(1282),0;var c=ed[a];if(c)return 0>b||b>=c.length?(R(1281),0):c[b];switch(a){case 7939:return c=S.getSupportedExtensions()||[], +c=c.concat(c.map(function(d){return"GL_"+d})),c=c.map(function(d){return xd(d)}),c=ed[a]=c,0>b||b>=c.length?(R(1281),0):c[b];default:return R(1280),0}},Ja:function(a,b){b=b?kb(C,b):"";if(a=Xc[a]){var c=a,d=c.je,f=c.Ne,k;if(!d)for(c.je=d={},c.Me={},k=0;k>>0,f=b.slice(0, +k));if((f=a.Ne[f])&&d>2];S.invalidateFramebuffer(a,d)},Jb:function(a,b,c,d,f,k,l){for(var m=rd[b],p=0;p>2];S.invalidateSubFramebuffer(a,m,d,f,k,l)},Rb:function(a){return S.isSync(cd[a])},Ka:function(a){return(a=ea[a])?S.isTexture(a):0},La:function(a){S.lineWidth(a)},Ma:function(a){a=Xc[a];S.linkProgram(a);a.je=0;a.Ne={}},kc:function(a, +b,c,d,f,k){S.Je.multiDrawArraysInstancedBaseInstanceWEBGL(a,K,b>>2,K,c>>2,K,d>>2,L,f>>2,k)},lc:function(a,b,c,d,f,k,l,m){S.Je.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,K,b>>2,c,K,d>>2,K,f>>2,K,k>>2,L,l>>2,m)},Na:function(a,b){3317==a&&(gd=b);S.pixelStorei(a,b)},nc:function(a){S.readBuffer(a)},Oa:function(a,b,c,d,f,k,l){if(2<=v.version)if(S.ye)S.readPixels(a,b,c,d,f,k,l);else{var m=zd(k);S.readPixels(a,b,c,d,f,k,m,l>>31-Math.clz32(m.BYTES_PER_ELEMENT))}else(l=Ad(k,f,c,d,l))?S.readPixels(a, +b,c,d,f,k,l):R(1280)},Zb:function(a,b,c,d){S.renderbufferStorage(a,b,c,d)},Vb:function(a,b,c,d,f){S.renderbufferStorageMultisample(a,b,c,d,f)},Nb:function(a,b,c){S.samplerParameterf(bd[a],b,c)},Ob:function(a,b,c){S.samplerParameteri(bd[a],b,c)},Pb:function(a,b,c){S.samplerParameteri(bd[a],b,K[c>>2])},Pa:function(a,b,c,d){S.scissor(a,b,c,d)},Qa:function(a,b,c,d){for(var f="",k=0;k>2]:-1,m=K[c+4*k>>2];l=m?kb(C,m,0>l?void 0:l):"";f+=l}S.shaderSource($c[a],f)},Ra:function(a,b, +c){S.stencilFunc(a,b,c)},Sa:function(a,b,c,d){S.stencilFuncSeparate(a,b,c,d)},Ta:function(a){S.stencilMask(a)},Ua:function(a,b){S.stencilMaskSeparate(a,b)},Va:function(a,b,c){S.stencilOp(a,b,c)},Wa:function(a,b,c,d){S.stencilOpSeparate(a,b,c,d)},Xa:function(a,b,c,d,f,k,l,m,p){if(2<=v.version)if(S.de)S.texImage2D(a,b,c,d,f,k,l,m,p);else if(p){var w=zd(m);S.texImage2D(a,b,c,d,f,k,l,m,w,p>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texImage2D(a,b,c,d,f,k,l,m,null);else S.texImage2D(a,b,c,d,f,k,l,m,p? +Ad(m,l,d,f,p):null)},Ya:function(a,b,c){S.texParameterf(a,b,c)},Za:function(a,b,c){S.texParameterf(a,b,N[c>>2])},_a:function(a,b,c){S.texParameteri(a,b,c)},$a:function(a,b,c){S.texParameteri(a,b,K[c>>2])},hc:function(a,b,c,d,f){S.texStorage2D(a,b,c,d,f)},ab:function(a,b,c,d,f,k,l,m,p){if(2<=v.version)if(S.de)S.texSubImage2D(a,b,c,d,f,k,l,m,p);else if(p){var w=zd(m);S.texSubImage2D(a,b,c,d,f,k,l,m,w,p>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texSubImage2D(a,b,c,d,f,k,l,m,null);else w=null,p&&(w= +Ad(m,l,f,k,p)),S.texSubImage2D(a,b,c,d,f,k,l,m,w)},bb:function(a,b){S.uniform1f(W(a),b)},cb:function(a,b,c){if(2<=v.version)b&&S.uniform1fv(W(a),N,c>>2,b);else{if(288>=b)for(var d=Bd[b-1],f=0;f>2];else d=N.subarray(c>>2,c+4*b>>2);S.uniform1fv(W(a),d)}},Sc:function(a,b){S.uniform1i(W(a),b)},Tc:function(a,b,c){if(2<=v.version)b&&S.uniform1iv(W(a),K,c>>2,b);else{if(288>=b)for(var d=Cd[b-1],f=0;f>2];else d=K.subarray(c>>2,c+4*b>>2);S.uniform1iv(W(a),d)}},Uc:function(a, +b,c){S.uniform2f(W(a),b,c)},Vc:function(a,b,c){if(2<=v.version)b&&S.uniform2fv(W(a),N,c>>2,2*b);else{if(144>=b)for(var d=Bd[2*b-1],f=0;f<2*b;f+=2)d[f]=N[c+4*f>>2],d[f+1]=N[c+(4*f+4)>>2];else d=N.subarray(c>>2,c+8*b>>2);S.uniform2fv(W(a),d)}},Rc:function(a,b,c){S.uniform2i(W(a),b,c)},Qc:function(a,b,c){if(2<=v.version)b&&S.uniform2iv(W(a),K,c>>2,2*b);else{if(144>=b)for(var d=Cd[2*b-1],f=0;f<2*b;f+=2)d[f]=K[c+4*f>>2],d[f+1]=K[c+(4*f+4)>>2];else d=K.subarray(c>>2,c+8*b>>2);S.uniform2iv(W(a),d)}},Pc:function(a, +b,c,d){S.uniform3f(W(a),b,c,d)},Oc:function(a,b,c){if(2<=v.version)b&&S.uniform3fv(W(a),N,c>>2,3*b);else{if(96>=b)for(var d=Bd[3*b-1],f=0;f<3*b;f+=3)d[f]=N[c+4*f>>2],d[f+1]=N[c+(4*f+4)>>2],d[f+2]=N[c+(4*f+8)>>2];else d=N.subarray(c>>2,c+12*b>>2);S.uniform3fv(W(a),d)}},Nc:function(a,b,c,d){S.uniform3i(W(a),b,c,d)},Mc:function(a,b,c){if(2<=v.version)b&&S.uniform3iv(W(a),K,c>>2,3*b);else{if(96>=b)for(var d=Cd[3*b-1],f=0;f<3*b;f+=3)d[f]=K[c+4*f>>2],d[f+1]=K[c+(4*f+4)>>2],d[f+2]=K[c+(4*f+8)>>2];else d= +K.subarray(c>>2,c+12*b>>2);S.uniform3iv(W(a),d)}},Lc:function(a,b,c,d,f){S.uniform4f(W(a),b,c,d,f)},Kc:function(a,b,c){if(2<=v.version)b&&S.uniform4fv(W(a),N,c>>2,4*b);else{if(72>=b){var d=Bd[4*b-1],f=N;c>>=2;for(var k=0;k<4*b;k+=4){var l=c+k;d[k]=f[l];d[k+1]=f[l+1];d[k+2]=f[l+2];d[k+3]=f[l+3]}}else d=N.subarray(c>>2,c+16*b>>2);S.uniform4fv(W(a),d)}},yc:function(a,b,c,d,f){S.uniform4i(W(a),b,c,d,f)},zc:function(a,b,c){if(2<=v.version)b&&S.uniform4iv(W(a),K,c>>2,4*b);else{if(72>=b)for(var d=Cd[4*b- +1],f=0;f<4*b;f+=4)d[f]=K[c+4*f>>2],d[f+1]=K[c+(4*f+4)>>2],d[f+2]=K[c+(4*f+8)>>2],d[f+3]=K[c+(4*f+12)>>2];else d=K.subarray(c>>2,c+16*b>>2);S.uniform4iv(W(a),d)}},Ac:function(a,b,c,d){if(2<=v.version)b&&S.uniformMatrix2fv(W(a),!!c,N,d>>2,4*b);else{if(72>=b)for(var f=Bd[4*b-1],k=0;k<4*b;k+=4)f[k]=N[d+4*k>>2],f[k+1]=N[d+(4*k+4)>>2],f[k+2]=N[d+(4*k+8)>>2],f[k+3]=N[d+(4*k+12)>>2];else f=N.subarray(d>>2,d+16*b>>2);S.uniformMatrix2fv(W(a),!!c,f)}},Bc:function(a,b,c,d){if(2<=v.version)b&&S.uniformMatrix3fv(W(a), +!!c,N,d>>2,9*b);else{if(32>=b)for(var f=Bd[9*b-1],k=0;k<9*b;k+=9)f[k]=N[d+4*k>>2],f[k+1]=N[d+(4*k+4)>>2],f[k+2]=N[d+(4*k+8)>>2],f[k+3]=N[d+(4*k+12)>>2],f[k+4]=N[d+(4*k+16)>>2],f[k+5]=N[d+(4*k+20)>>2],f[k+6]=N[d+(4*k+24)>>2],f[k+7]=N[d+(4*k+28)>>2],f[k+8]=N[d+(4*k+32)>>2];else f=N.subarray(d>>2,d+36*b>>2);S.uniformMatrix3fv(W(a),!!c,f)}},Cc:function(a,b,c,d){if(2<=v.version)b&&S.uniformMatrix4fv(W(a),!!c,N,d>>2,16*b);else{if(18>=b){var f=Bd[16*b-1],k=N;d>>=2;for(var l=0;l<16*b;l+=16){var m=d+l;f[l]= +k[m];f[l+1]=k[m+1];f[l+2]=k[m+2];f[l+3]=k[m+3];f[l+4]=k[m+4];f[l+5]=k[m+5];f[l+6]=k[m+6];f[l+7]=k[m+7];f[l+8]=k[m+8];f[l+9]=k[m+9];f[l+10]=k[m+10];f[l+11]=k[m+11];f[l+12]=k[m+12];f[l+13]=k[m+13];f[l+14]=k[m+14];f[l+15]=k[m+15]}}else f=N.subarray(d>>2,d+64*b>>2);S.uniformMatrix4fv(W(a),!!c,f)}},Dc:function(a){a=Xc[a];S.useProgram(a);S.We=a},Ec:function(a,b){S.vertexAttrib1f(a,b)},Fc:function(a,b){S.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Gc:function(a,b){S.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])}, +Hc:function(a,b){S.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},ic:function(a,b){S.vertexAttribDivisor(a,b)},jc:function(a,b,c,d,f){S.vertexAttribIPointer(a,b,c,d,f)},Ic:function(a,b,c,d,f,k){S.vertexAttribPointer(a,b,c,!!d,f,k)},Jc:function(a,b,c,d){S.viewport(a,b,c,d)},lb:function(a,b,c,d){S.waitSync(cd[a],b,(c>>>0)+4294967296*d)},o:Nd,n:Od,k:Pd,O:Qd,Z:Rd,Y:Sd,x:Td,y:Ud,p:Vd,w:Wd,Eb:Xd,Fb:Yd,Gb:Zd,nb:(a,b,c,d)=>Hd(a,b,c,d)}; +(function(){function a(c){G=c=c.exports;Fa=G.ad;La();Na=G.cd;Pa.unshift(G.bd);Ua--;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(0==Ua&&(null!==Va&&(clearInterval(Va),Va=null),Wa)){var d=Wa;Wa=null;d()}return c}var b={a:$d};Ua++;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){Ca("Module.instantiateWasm callback failed with error: "+c),ba(c)}cb(b,function(c){a(c.instance)}).catch(ba);return{}})(); +var qc=r._free=a=>(qc=r._free=G.dd)(a),wd=r._malloc=a=>(wd=r._malloc=G.ed)(a),pc=a=>(pc=G.fd)(a);r.__embind_initialize_bindings=()=>(r.__embind_initialize_bindings=G.gd)();var ae=(a,b)=>(ae=G.hd)(a,b),be=()=>(be=G.id)(),ce=a=>(ce=G.jd)(a);r.dynCall_viji=(a,b,c,d,f)=>(r.dynCall_viji=G.ld)(a,b,c,d,f);r.dynCall_vijiii=(a,b,c,d,f,k,l)=>(r.dynCall_vijiii=G.md)(a,b,c,d,f,k,l);r.dynCall_viiiiij=(a,b,c,d,f,k,l,m)=>(r.dynCall_viiiiij=G.nd)(a,b,c,d,f,k,l,m); +r.dynCall_iiiji=(a,b,c,d,f,k)=>(r.dynCall_iiiji=G.od)(a,b,c,d,f,k);r.dynCall_jii=(a,b,c)=>(r.dynCall_jii=G.pd)(a,b,c);r.dynCall_vij=(a,b,c,d)=>(r.dynCall_vij=G.qd)(a,b,c,d);r.dynCall_iiij=(a,b,c,d,f)=>(r.dynCall_iiij=G.rd)(a,b,c,d,f);r.dynCall_iiiij=(a,b,c,d,f,k)=>(r.dynCall_iiiij=G.sd)(a,b,c,d,f,k);r.dynCall_viij=(a,b,c,d,f)=>(r.dynCall_viij=G.td)(a,b,c,d,f);r.dynCall_viiij=(a,b,c,d,f,k)=>(r.dynCall_viiij=G.ud)(a,b,c,d,f,k);r.dynCall_ji=(a,b)=>(r.dynCall_ji=G.vd)(a,b); +r.dynCall_iij=(a,b,c,d)=>(r.dynCall_iij=G.wd)(a,b,c,d);r.dynCall_jiiiiii=(a,b,c,d,f,k,l)=>(r.dynCall_jiiiiii=G.xd)(a,b,c,d,f,k,l);r.dynCall_jiiiiji=(a,b,c,d,f,k,l,m)=>(r.dynCall_jiiiiji=G.yd)(a,b,c,d,f,k,l,m);r.dynCall_iijj=(a,b,c,d,f,k)=>(r.dynCall_iijj=G.zd)(a,b,c,d,f,k);r.dynCall_iiji=(a,b,c,d,f)=>(r.dynCall_iiji=G.Ad)(a,b,c,d,f);r.dynCall_iijjiii=(a,b,c,d,f,k,l,m,p)=>(r.dynCall_iijjiii=G.Bd)(a,b,c,d,f,k,l,m,p); +r.dynCall_vijjjii=(a,b,c,d,f,k,l,m,p,w)=>(r.dynCall_vijjjii=G.Cd)(a,b,c,d,f,k,l,m,p,w);r.dynCall_jiji=(a,b,c,d,f)=>(r.dynCall_jiji=G.Dd)(a,b,c,d,f);r.dynCall_viijii=(a,b,c,d,f,k,l)=>(r.dynCall_viijii=G.Ed)(a,b,c,d,f,k,l);r.dynCall_iiiiij=(a,b,c,d,f,k,l)=>(r.dynCall_iiiiij=G.Fd)(a,b,c,d,f,k,l);r.dynCall_iiiiijj=(a,b,c,d,f,k,l,m,p)=>(r.dynCall_iiiiijj=G.Gd)(a,b,c,d,f,k,l,m,p);r.dynCall_iiiiiijj=(a,b,c,d,f,k,l,m,p,w)=>(r.dynCall_iiiiiijj=G.Hd)(a,b,c,d,f,k,l,m,p,w); +function Wd(a,b,c,d,f){var k=be();try{Na.get(a)(b,c,d,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Od(a,b,c){var d=be();try{return Na.get(a)(b,c)}catch(f){ce(d);if(f!==f+0)throw f;ae(1,0)}}function Ud(a,b,c){var d=be();try{Na.get(a)(b,c)}catch(f){ce(d);if(f!==f+0)throw f;ae(1,0)}}function Nd(a,b){var c=be();try{return Na.get(a)(b)}catch(d){ce(c);if(d!==d+0)throw d;ae(1,0)}}function Td(a,b){var c=be();try{Na.get(a)(b)}catch(d){ce(c);if(d!==d+0)throw d;ae(1,0)}} +function Pd(a,b,c,d){var f=be();try{return Na.get(a)(b,c,d)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}}function Zd(a,b,c,d,f,k,l,m,p,w){var y=be();try{Na.get(a)(b,c,d,f,k,l,m,p,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}function Vd(a,b,c,d){var f=be();try{Na.get(a)(b,c,d)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}}function Yd(a,b,c,d,f,k,l){var m=be();try{Na.get(a)(b,c,d,f,k,l)}catch(p){ce(m);if(p!==p+0)throw p;ae(1,0)}} +function Qd(a,b,c,d,f){var k=be();try{return Na.get(a)(b,c,d,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Rd(a,b,c,d,f,k,l){var m=be();try{return Na.get(a)(b,c,d,f,k,l)}catch(p){ce(m);if(p!==p+0)throw p;ae(1,0)}}function Xd(a,b,c,d,f,k){var l=be();try{Na.get(a)(b,c,d,f,k)}catch(m){ce(l);if(m!==m+0)throw m;ae(1,0)}}function Sd(a,b,c,d,f,k,l,m,p,w){var y=be();try{return Na.get(a)(b,c,d,f,k,l,m,p,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}var de;Wa=function ee(){de||fe();de||(Wa=ee)}; +function fe(){function a(){if(!de&&(de=!0,r.calledRun=!0,!Ga)){eb(Pa);aa(r);if(r.onRuntimeInitialized)r.onRuntimeInitialized();if(r.postRun)for("function"==typeof r.postRun&&(r.postRun=[r.postRun]);r.postRun.length;){var b=r.postRun.shift();Qa.unshift(b)}eb(Qa)}}if(!(0 CanvasKitInit); diff --git a/canvaskit/canvaskit.wasm b/canvaskit/canvaskit.wasm new file mode 100644 index 0000000..0ee3590 Binary files /dev/null and b/canvaskit/canvaskit.wasm differ diff --git a/canvaskit/chromium/canvaskit.js b/canvaskit/chromium/canvaskit.js new file mode 100644 index 0000000..43e946e --- /dev/null +++ b/canvaskit/chromium/canvaskit.js @@ -0,0 +1,217 @@ + +var CanvasKitInit = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +var r=moduleArg,aa,ba;r.ready=new Promise((a,b)=>{aa=a;ba=b}); +(function(a){a.Hd=a.Hd||[];a.Hd.push(function(){a.MakeSWCanvasSurface=function(b){var c=b,e="undefined"!==typeof OffscreenCanvas&&c instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&c instanceof HTMLCanvasElement||e||(c=document.getElementById(b),c)))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.he=c;return b};a.MakeCanvasSurface||(a.MakeCanvasSurface=a.MakeSWCanvasSurface);a.MakeSurface=function(b,c){var e={width:b,height:c,colorType:a.ColorType.RGBA_8888, +alphaType:a.AlphaType.Unpremul,colorSpace:a.ColorSpace.SRGB},f=b*c*4,k=a._malloc(f);if(e=a.Surface._makeRasterDirect(e,k,4*b))e.he=null,e.Pe=b,e.Me=c,e.Ne=f,e.se=k,e.getCanvas().clear(a.TRANSPARENT);return e};a.MakeRasterDirectSurface=function(b,c,e){return a.Surface._makeRasterDirect(b,c.byteOffset,e)};a.Surface.prototype.flush=function(b){a.Ed(this.Dd);this._flush();if(this.he){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.se,this.Ne);c=new ImageData(c,this.Pe,this.Me);b?this.he.getContext("2d").putImageData(c, +0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.he.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose=function(){this.se&&a._free(this.se);this.delete()};a.Ed=a.Ed||function(){};a.ie=a.ie||function(){return null}})})(r); +(function(a){a.Hd=a.Hd||[];a.Hd.push(function(){function b(m,q,w){return m&&m.hasOwnProperty(q)?m[q]:w}function c(m){var q=da(ea);ea[q]=m;return q}function e(m){return m.naturalHeight||m.videoHeight||m.displayHeight||m.height}function f(m){return m.naturalWidth||m.videoWidth||m.displayWidth||m.width}function k(m,q,w,y){m.bindTexture(m.TEXTURE_2D,q);y||w.alphaType!==a.AlphaType.Premul||m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return q}function l(m,q,w){w||q.alphaType!==a.AlphaType.Premul|| +m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);m.bindTexture(m.TEXTURE_2D,null)}a.GetWebGLContext=function(m,q){if(!m)throw"null canvas passed into makeWebGLContext";var w={alpha:b(q,"alpha",1),depth:b(q,"depth",1),stencil:b(q,"stencil",8),antialias:b(q,"antialias",0),premultipliedAlpha:b(q,"premultipliedAlpha",1),preserveDrawingBuffer:b(q,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(q,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(q,"failIfMajorPerformanceCaveat", +0),enableExtensionsByDefault:b(q,"enableExtensionsByDefault",1),explicitSwapControl:b(q,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(q,"renderViaOffscreenBackBuffer",0)};w.majorVersion=q&&q.majorVersion?q.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(w.explicitSwapControl)throw"explicitSwapControl is not supported";m=fa(m,w);if(!m)return 0;ha(m);x.Pd.getExtension("WEBGL_debug_renderer_info");return m};a.deleteContext=function(m){x===ia[m]&&(x=null);"object"==typeof JSEvents&& +JSEvents.tf(ia[m].Pd.canvas);ia[m]&&ia[m].Pd.canvas&&(ia[m].Pd.canvas.Ke=void 0);ia[m]=null};a._setTextureCleanup({deleteTexture:function(m,q){var w=ea[q];w&&ia[m].Pd.deleteTexture(w);ea[q]=null}});a.MakeWebGLContext=function(m){if(!this.Ed(m))return null;var q=this._MakeGrContext();if(!q)return null;q.Dd=m;var w=q.delete.bind(q);q["delete"]=function(){a.Ed(this.Dd);w()}.bind(q);return x.ue=q};a.MakeGrContext=a.MakeWebGLContext;a.GrDirectContext.prototype.getResourceCacheLimitBytes=function(){a.Ed(this.Dd); +this._getResourceCacheLimitBytes()};a.GrDirectContext.prototype.getResourceCacheUsageBytes=function(){a.Ed(this.Dd);this._getResourceCacheUsageBytes()};a.GrDirectContext.prototype.releaseResourcesAndAbandonContext=function(){a.Ed(this.Dd);this._releaseResourcesAndAbandonContext()};a.GrDirectContext.prototype.setResourceCacheLimitBytes=function(m){a.Ed(this.Dd);this._setResourceCacheLimitBytes(m)};a.MakeOnScreenGLSurface=function(m,q,w,y,B,D){if(!this.Ed(m.Dd))return null;q=void 0===B||void 0===D? +this._MakeOnScreenGLSurface(m,q,w,y):this._MakeOnScreenGLSurface(m,q,w,y,B,D);if(!q)return null;q.Dd=m.Dd;return q};a.MakeRenderTarget=function(){var m=arguments[0];if(!this.Ed(m.Dd))return null;if(3===arguments.length){var q=this._MakeRenderTargetWH(m,arguments[1],arguments[2]);if(!q)return null}else if(2===arguments.length){if(q=this._MakeRenderTargetII(m,arguments[1]),!q)return null}else return null;q.Dd=m.Dd;return q};a.MakeWebGLCanvasSurface=function(m,q,w){q=q||null;var y=m,B="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||B||(y=document.getElementById(m),y)))throw"Canvas with id "+m+" was not found";m=this.GetWebGLContext(y,w);if(!m||0>m)throw"failed to create webgl context: err "+m;m=this.MakeWebGLContext(m);q=this.MakeOnScreenGLSurface(m,y.width,y.height,q);return q?q:(q=y.cloneNode(!0),y.parentNode.replaceChild(q,y),q.classList.add("ck-replaced"),a.MakeSWCanvasSurface(q))};a.MakeCanvasSurface= +a.MakeWebGLCanvasSurface;a.Surface.prototype.makeImageFromTexture=function(m,q){a.Ed(this.Dd);m=c(m);if(q=this._makeImageFromTexture(this.Dd,m,q))q.ce=m;return q};a.Surface.prototype.makeImageFromTextureSource=function(m,q,w){q||(q={height:e(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);a.Ed(this.Dd);var y=x.Pd;w=k(y,y.createTexture(),q,w);2===x.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,q.width,q.height, +0,y.RGBA,y.UNSIGNED_BYTE,m):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,m);l(y,q);this._resetContext();return this.makeImageFromTexture(w,q)};a.Surface.prototype.updateTextureFromSource=function(m,q,w){if(m.ce){a.Ed(this.Dd);var y=m.getImageInfo(),B=x.Pd,D=k(B,ea[m.ce],y,w);2===x.version?B.texImage2D(B.TEXTURE_2D,0,B.RGBA,f(q),e(q),0,B.RGBA,B.UNSIGNED_BYTE,q):B.texImage2D(B.TEXTURE_2D,0,B.RGBA,B.RGBA,B.UNSIGNED_BYTE,q);l(B,y,w);this._resetContext();ea[m.ce]=null;m.ce=c(D);y.colorSpace= +m.getColorSpace();q=this._makeImageFromTexture(this.Dd,m.ce,y);w=m.jd.Fd;B=m.jd.Kd;m.jd.Fd=q.jd.Fd;m.jd.Kd=q.jd.Kd;q.jd.Fd=w;q.jd.Kd=B;q.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(m,q,w){q||(q={height:e(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var B=x,D=B.Pd,u=k(D,D.createTexture(),q,w);2===B.version?D.texImage2D(D.TEXTURE_2D,0,D.RGBA, +q.width,q.height,0,D.RGBA,D.UNSIGNED_BYTE,m):D.texImage2D(D.TEXTURE_2D,0,D.RGBA,D.RGBA,D.UNSIGNED_BYTE,m);l(D,q,w);return c(u)},freeSrc:function(){}};"VideoFrame"===m.constructor.name&&(y.freeSrc=function(){m.close()});return a.Image._makeFromGenerator(q,y)};a.Ed=function(m){return m?ha(m):!1};a.ie=function(){return x&&x.ue&&!x.ue.isDeleted()?x.ue:null}})})(r); +(function(a){function b(g){return(f(255*g[3])<<24|f(255*g[0])<<16|f(255*g[1])<<8|f(255*g[2])<<0)>>>0}function c(g){if(g&&g._ck)return g;if(g instanceof Float32Array){for(var d=Math.floor(g.length/4),h=new Uint32Array(d),n=0;nz;z++)a.HEAPF32[t+n]=g[v][z],n++;g=h}else g=M;d.Md=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return d}function q(g){if(!g)return M;var d=T.toTypedArray();if(g.length){if(6===g.length||9===g.length)return l(g,"HEAPF32",H),6===g.length&&a.HEAPF32.set(fd,6+H/4),H;if(16===g.length)return d[0]=g[0],d[1]=g[1],d[2]=g[3],d[3]=g[4],d[4]=g[5],d[5]=g[7],d[6]=g[12],d[7]=g[13],d[8]=g[15],H;throw"invalid matrix size"; +}if(void 0===g.m11)throw"invalid matrix argument";d[0]=g.m11;d[1]=g.m21;d[2]=g.m41;d[3]=g.m12;d[4]=g.m22;d[5]=g.m42;d[6]=g.m14;d[7]=g.m24;d[8]=g.m44;return H}function w(g){if(!g)return M;var d=Y.toTypedArray();if(g.length){if(16!==g.length&&6!==g.length&&9!==g.length)throw"invalid matrix size";if(16===g.length)return l(g,"HEAPF32",ca);d.fill(0);d[0]=g[0];d[1]=g[1];d[3]=g[2];d[4]=g[3];d[5]=g[4];d[7]=g[5];d[10]=1;d[12]=g[6];d[13]=g[7];d[15]=g[8];6===g.length&&(d[12]=0,d[13]=0,d[15]=1);return ca}if(void 0=== +g.m11)throw"invalid matrix argument";d[0]=g.m11;d[1]=g.m21;d[2]=g.m31;d[3]=g.m41;d[4]=g.m12;d[5]=g.m22;d[6]=g.m32;d[7]=g.m42;d[8]=g.m13;d[9]=g.m23;d[10]=g.m33;d[11]=g.m43;d[12]=g.m14;d[13]=g.m24;d[14]=g.m34;d[15]=g.m44;return ca}function y(g,d){return l(g,"HEAPF32",d||va)}function B(g,d,h,n){var t=Ma.toTypedArray();t[0]=g;t[1]=d;t[2]=h;t[3]=n;return va}function D(g){for(var d=new Float32Array(4),h=0;4>h;h++)d[h]=a.HEAPF32[g/4+h];return d}function u(g,d){return l(g,"HEAPF32",d||X)}function F(g,d){return l(g, +"HEAPF32",d||Eb)}a.Color=function(g,d,h,n){void 0===n&&(n=1);return a.Color4f(f(g)/255,f(d)/255,f(h)/255,n)};a.ColorAsInt=function(g,d,h,n){void 0===n&&(n=255);return(f(n)<<24|f(g)<<16|f(d)<<8|f(h)<<0&268435455)>>>0};a.Color4f=function(g,d,h,n){void 0===n&&(n=1);return Float32Array.of(g,d,h,n)};Object.defineProperty(a,"TRANSPARENT",{get:function(){return a.Color4f(0,0,0,0)}});Object.defineProperty(a,"BLACK",{get:function(){return a.Color4f(0,0,0,1)}});Object.defineProperty(a,"WHITE",{get:function(){return a.Color4f(1, +1,1,1)}});Object.defineProperty(a,"RED",{get:function(){return a.Color4f(1,0,0,1)}});Object.defineProperty(a,"GREEN",{get:function(){return a.Color4f(0,1,0,1)}});Object.defineProperty(a,"BLUE",{get:function(){return a.Color4f(0,0,1,1)}});Object.defineProperty(a,"YELLOW",{get:function(){return a.Color4f(1,1,0,1)}});Object.defineProperty(a,"CYAN",{get:function(){return a.Color4f(0,1,1,1)}});Object.defineProperty(a,"MAGENTA",{get:function(){return a.Color4f(1,0,1,1)}});a.getColorComponents=function(g){return[Math.floor(255* +g[0]),Math.floor(255*g[1]),Math.floor(255*g[2]),g[3]]};a.parseColorString=function(g,d){g=g.toLowerCase();if(g.startsWith("#")){d=255;switch(g.length){case 9:d=parseInt(g.slice(7,9),16);case 7:var h=parseInt(g.slice(1,3),16);var n=parseInt(g.slice(3,5),16);var t=parseInt(g.slice(5,7),16);break;case 5:d=17*parseInt(g.slice(4,5),16);case 4:h=17*parseInt(g.slice(1,2),16),n=17*parseInt(g.slice(2,3),16),t=17*parseInt(g.slice(3,4),16)}return a.Color(h,n,t,d/255)}return g.startsWith("rgba")?(g=g.slice(5, +-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],e(g[3]))):g.startsWith("rgb")?(g=g.slice(4,-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],e(g[3]))):g.startsWith("gray(")||g.startsWith("hsl")||!d||(g=d[g],void 0===g)?a.BLACK:g};a.multiplyByAlpha=function(g,d){g=g.slice();g[3]=Math.max(0,Math.min(g[3]*d,1));return g};a.Malloc=function(g,d){var h=a._malloc(d*g.BYTES_PER_ELEMENT);return{_ck:!0,length:d,byteOffset:h,Xd:null,subarray:function(n,t){n=this.toTypedArray().subarray(n,t);n._ck=!0;return n},toTypedArray:function(){if(this.Xd&& +this.Xd.length)return this.Xd;this.Xd=new g(a.HEAPU8.buffer,h,d);this.Xd._ck=!0;return this.Xd}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.Xd=null};var H=M,T,ca=M,Y,va=M,Ma,na,X=M,fc,Ba=M,gc,Fb=M,hc,Gb=M,hb,Sa=M,ic,Eb=M,jc,kc=M,fd=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(d,h,n,t,v,z,E){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var J=z*t.height;var I=v?v.byteOffset:a._malloc(J); +if(E?!d._readPixels(t,I,z,h,n,E):!d._readPixels(t,I,z,h,n))return v||a._free(I),null;if(v)return v.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,I,J)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,I,J)).slice();break;default:return null}a._free(I);return d}Ma=a.Malloc(Float32Array,4);va=Ma.byteOffset;Y=a.Malloc(Float32Array,16);ca=Y.byteOffset;T=a.Malloc(Float32Array,9);H=T.byteOffset;ic=a.Malloc(Float32Array, +12);Eb=ic.byteOffset;jc=a.Malloc(Float32Array,12);kc=jc.byteOffset;na=a.Malloc(Float32Array,4);X=na.byteOffset;fc=a.Malloc(Float32Array,4);Ba=fc.byteOffset;gc=a.Malloc(Float32Array,3);Fb=gc.byteOffset;hc=a.Malloc(Float32Array,3);Gb=hc.byteOffset;hb=a.Malloc(Int32Array,4);Sa=hb.byteOffset;a.ColorSpace.SRGB=a.ColorSpace._MakeSRGB();a.ColorSpace.DISPLAY_P3=a.ColorSpace._MakeDisplayP3();a.ColorSpace.ADOBE_RGB=a.ColorSpace._MakeAdobeRGB();a.GlyphRunFlags={IsWhiteSpace:a._GlyphRunFlags_isWhiteSpace};a.Path.MakeFromCmds= +function(d){var h=l(d,"HEAPF32"),n=a.Path._MakeFromCmds(h,d.length);k(h,d);return n};a.Path.MakeFromVerbsPointsWeights=function(d,h,n){var t=l(d,"HEAPU8"),v=l(h,"HEAPF32"),z=l(n,"HEAPF32"),E=a.Path._MakeFromVerbsPointsWeights(t,d.length,v,h.length,z,n&&n.length||0);k(t,d);k(v,h);k(z,n);return E};a.Path.prototype.addArc=function(d,h,n){d=u(d);this._addArc(d,h,n);return this};a.Path.prototype.addCircle=function(d,h,n,t){this._addCircle(d,h,n,!!t);return this};a.Path.prototype.addOval=function(d,h,n){void 0=== +n&&(n=1);d=u(d);this._addOval(d,!!h,n);return this};a.Path.prototype.addPath=function(){var d=Array.prototype.slice.call(arguments),h=d[0],n=!1;"boolean"===typeof d[d.length-1]&&(n=d.pop());if(1===d.length)this._addPath(h,1,0,0,0,1,0,0,0,1,n);else if(2===d.length)d=d[1],this._addPath(h,d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1,n);else if(7===d.length||10===d.length)this._addPath(h,d[1],d[2],d[3],d[4],d[5],d[6],d[7]||0,d[8]||0,d[9]||1,n);else return null;return this};a.Path.prototype.addPoly= +function(d,h){var n=l(d,"HEAPF32");this._addPoly(n,d.length/2,h);k(n,d);return this};a.Path.prototype.addRect=function(d,h){d=u(d);this._addRect(d,!!h);return this};a.Path.prototype.addRRect=function(d,h){d=F(d);this._addRRect(d,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(d,h,n){var t=l(d,"HEAPU8"),v=l(h,"HEAPF32"),z=l(n,"HEAPF32");this._addVerbsPointsWeights(t,d.length,v,h.length,z,n&&n.length||0);k(t,d);k(v,h);k(z,n)};a.Path.prototype.arc=function(d,h,n,t,v,z){d=a.LTRBRect(d- +n,h-n,d+n,h+n);v=(v-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(d,t/Math.PI*180,v);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(d,h,n,t){d=u(d);this._arcToOval(d,h,n,t);return this};a.Path.prototype.arcToRotated=function(d,h,n,t,v,z,E){this._arcToRotated(d,h,n,!!t,!!v,z,E);return this};a.Path.prototype.arcToTangent=function(d,h,n,t,v){this._arcToTangent(d,h,n,t,v);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(d,h,n,t,v){this._conicTo(d,h,n,t,v);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.cubicTo=function(d,h,n,t,v,z){this._cubicTo(d,h,n,t,v,z);return this};a.Path.prototype.dash=function(d,h,n){return this._dash(d,h,n)?this:null};a.Path.prototype.getBounds=function(d){this._getBounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.lineTo=function(d, +h){this._lineTo(d,h);return this};a.Path.prototype.moveTo=function(d,h){this._moveTo(d,h);return this};a.Path.prototype.offset=function(d,h){this._transform(1,0,d,0,1,h,0,0,1);return this};a.Path.prototype.quadTo=function(d,h,n,t){this._quadTo(d,h,n,t);return this};a.Path.prototype.rArcTo=function(d,h,n,t,v,z,E){this._rArcTo(d,h,n,t,v,z,E);return this};a.Path.prototype.rConicTo=function(d,h,n,t,v){this._rConicTo(d,h,n,t,v);return this};a.Path.prototype.rCubicTo=function(d,h,n,t,v,z){this._rCubicTo(d, +h,n,t,v,z);return this};a.Path.prototype.rLineTo=function(d,h){this._rLineTo(d,h);return this};a.Path.prototype.rMoveTo=function(d,h){this._rMoveTo(d,h);return this};a.Path.prototype.rQuadTo=function(d,h,n,t){this._rQuadTo(d,h,n,t);return this};a.Path.prototype.stroke=function(d){d=d||{};d.width=d.width||1;d.miter_limit=d.miter_limit||4;d.cap=d.cap||a.StrokeCap.Butt;d.join=d.join||a.StrokeJoin.Miter;d.precision=d.precision||1;return this._stroke(d)?this:null};a.Path.prototype.transform=function(){if(1=== +arguments.length){var d=arguments[0];this._transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1)}else if(6===arguments.length||9===arguments.length)d=arguments,this._transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1);else throw"transform expected to take 1 or 9 arguments. Got "+arguments.length;return this};a.Path.prototype.trim=function(d,h,n){return this._trim(d,h,!!n)?this:null};a.Image.prototype.encodeToBytes=function(d,h){var n=a.ie();d=d||a.ImageFormat.PNG;h=h||100; +return n?this._encodeToBytes(d,h,n):this._encodeToBytes(d,h)};a.Image.prototype.makeShaderCubic=function(d,h,n,t,v){v=q(v);return this._makeShaderCubic(d,h,n,t,v)};a.Image.prototype.makeShaderOptions=function(d,h,n,t,v){v=q(v);return this._makeShaderOptions(d,h,n,t,v)};a.Image.prototype.readPixels=function(d,h,n,t,v){var z=a.ie();return g(this,d,h,n,t,v,z)};a.Canvas.prototype.clear=function(d){a.Ed(this.Dd);d=y(d);this._clear(d)};a.Canvas.prototype.clipRRect=function(d,h,n){a.Ed(this.Dd);d=F(d);this._clipRRect(d, +h,n)};a.Canvas.prototype.clipRect=function(d,h,n){a.Ed(this.Dd);d=u(d);this._clipRect(d,h,n)};a.Canvas.prototype.concat=function(d){a.Ed(this.Dd);d=w(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,h,n,t,v){a.Ed(this.Dd);d=u(d);this._drawArc(d,h,n,t,v)};a.Canvas.prototype.drawAtlas=function(d,h,n,t,v,z,E){if(d&&t&&h&&n&&h.length===n.length){a.Ed(this.Dd);v||(v=a.BlendMode.SrcOver);var J=l(h,"HEAPF32"),I=l(n,"HEAPF32"),U=n.length/4,V=l(c(z),"HEAPU32");if(E&&"B"in E&&"C"in E)this._drawAtlasCubic(d, +I,J,V,U,v,E.B,E.C,t);else{let p=a.FilterMode.Linear,A=a.MipmapMode.None;E&&(p=E.filter,"mipmap"in E&&(A=E.mipmap));this._drawAtlasOptions(d,I,J,V,U,v,p,A,t)}k(J,h);k(I,n);k(V,z)}};a.Canvas.prototype.drawCircle=function(d,h,n,t){a.Ed(this.Dd);this._drawCircle(d,h,n,t)};a.Canvas.prototype.drawColor=function(d,h){a.Ed(this.Dd);d=y(d);void 0!==h?this._drawColor(d,h):this._drawColor(d)};a.Canvas.prototype.drawColorInt=function(d,h){a.Ed(this.Dd);this._drawColorInt(d,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(d,h,n,t,v){a.Ed(this.Dd);d=B(d,h,n,t);void 0!==v?this._drawColor(d,v):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,h,n){a.Ed(this.Dd);d=F(d,Eb);h=F(h,kc);this._drawDRRect(d,h,n)};a.Canvas.prototype.drawImage=function(d,h,n,t){a.Ed(this.Dd);this._drawImage(d,h,n,t||null)};a.Canvas.prototype.drawImageCubic=function(d,h,n,t,v,z){a.Ed(this.Dd);this._drawImageCubic(d,h,n,t,v,z||null)};a.Canvas.prototype.drawImageOptions=function(d,h,n,t,v,z){a.Ed(this.Dd);this._drawImageOptions(d, +h,n,t,v,z||null)};a.Canvas.prototype.drawImageNine=function(d,h,n,t,v){a.Ed(this.Dd);h=l(h,"HEAP32",Sa);n=u(n);this._drawImageNine(d,h,n,t,v||null)};a.Canvas.prototype.drawImageRect=function(d,h,n,t,v){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRect(d,X,Ba,t,!!v)};a.Canvas.prototype.drawImageRectCubic=function(d,h,n,t,v,z){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRectCubic(d,X,Ba,t,v,z||null)};a.Canvas.prototype.drawImageRectOptions=function(d,h,n,t,v,z){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRectOptions(d, +X,Ba,t,v,z||null)};a.Canvas.prototype.drawLine=function(d,h,n,t,v){a.Ed(this.Dd);this._drawLine(d,h,n,t,v)};a.Canvas.prototype.drawOval=function(d,h){a.Ed(this.Dd);d=u(d);this._drawOval(d,h)};a.Canvas.prototype.drawPaint=function(d){a.Ed(this.Dd);this._drawPaint(d)};a.Canvas.prototype.drawParagraph=function(d,h,n){a.Ed(this.Dd);this._drawParagraph(d,h,n)};a.Canvas.prototype.drawPatch=function(d,h,n,t,v){if(24>d.length)throw"Need 12 cubic points";if(h&&4>h.length)throw"Need 4 colors";if(n&&8>n.length)throw"Need 4 shader coordinates"; +a.Ed(this.Dd);const z=l(d,"HEAPF32"),E=h?l(c(h),"HEAPU32"):M,J=n?l(n,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,E,J,t,v);k(J,n);k(E,h);k(z,d)};a.Canvas.prototype.drawPath=function(d,h){a.Ed(this.Dd);this._drawPath(d,h)};a.Canvas.prototype.drawPicture=function(d){a.Ed(this.Dd);this._drawPicture(d)};a.Canvas.prototype.drawPoints=function(d,h,n){a.Ed(this.Dd);var t=l(h,"HEAPF32");this._drawPoints(d,t,h.length/2,n);k(t,h)};a.Canvas.prototype.drawRRect=function(d,h){a.Ed(this.Dd);d=F(d); +this._drawRRect(d,h)};a.Canvas.prototype.drawRect=function(d,h){a.Ed(this.Dd);d=u(d);this._drawRect(d,h)};a.Canvas.prototype.drawRect4f=function(d,h,n,t,v){a.Ed(this.Dd);this._drawRect4f(d,h,n,t,v)};a.Canvas.prototype.drawShadow=function(d,h,n,t,v,z,E){a.Ed(this.Dd);var J=l(v,"HEAPF32"),I=l(z,"HEAPF32");h=l(h,"HEAPF32",Fb);n=l(n,"HEAPF32",Gb);this._drawShadow(d,h,n,t,J,I,E);k(J,v);k(I,z)};a.getShadowLocalBounds=function(d,h,n,t,v,z,E){d=q(d);n=l(n,"HEAPF32",Fb);t=l(t,"HEAPF32",Gb);if(!this._getShadowLocalBounds(d, +h,n,t,v,z,X))return null;h=na.toTypedArray();return E?(E.set(h),E):h.slice()};a.Canvas.prototype.drawTextBlob=function(d,h,n,t){a.Ed(this.Dd);this._drawTextBlob(d,h,n,t)};a.Canvas.prototype.drawVertices=function(d,h,n){a.Ed(this.Dd);this._drawVertices(d,h,n)};a.Canvas.prototype.getDeviceClipBounds=function(d){this._getDeviceClipBounds(Sa);var h=hb.toTypedArray();d?d.set(h):d=h.slice();return d};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(ca);for(var d=ca,h=Array(16),n=0;16> +n;n++)h[n]=a.HEAPF32[d/4+n];return h};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(H);for(var d=Array(9),h=0;9>h;h++)d[h]=a.HEAPF32[H/4+h];return d};a.Canvas.prototype.makeSurface=function(d){d=this._makeSurface(d);d.Dd=this.Dd;return d};a.Canvas.prototype.readPixels=function(d,h,n,t,v){a.Ed(this.Dd);return g(this,d,h,n,t,v)};a.Canvas.prototype.saveLayer=function(d,h,n,t){h=u(h);return this._saveLayer(d||null,h,n||null,t||0)};a.Canvas.prototype.writePixels=function(d,h,n,t,v, +z,E,J){if(d.byteLength%(h*n))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Ed(this.Dd);var I=d.byteLength/(h*n);z=z||a.AlphaType.Unpremul;E=E||a.ColorType.RGBA_8888;J=J||a.ColorSpace.SRGB;var U=I*h;I=l(d,"HEAPU8");h=this._writePixels({width:h,height:n,colorType:E,alphaType:z,colorSpace:J},I,U,t,v);k(I,d);return h};a.ColorFilter.MakeBlend=function(d,h,n){d=y(d);n=n||a.ColorSpace.SRGB;return a.ColorFilter._MakeBlend(d,h,n)};a.ColorFilter.MakeMatrix=function(d){if(!d||20!==d.length)throw"invalid color matrix"; +var h=l(d,"HEAPF32"),n=a.ColorFilter._makeMatrix(h);k(h,d);return n};a.ContourMeasure.prototype.getPosTan=function(d,h){this._getPosTan(d,X);d=na.toTypedArray();return h?(h.set(d),h):d.slice()};a.ImageFilter.prototype.getOutputBounds=function(d,h,n){d=u(d,X);h=q(h);this._getOutputBounds(d,h,Sa);h=hb.toTypedArray();return n?(n.set(h),n):h.slice()};a.ImageFilter.MakeDropShadow=function(d,h,n,t,v,z){v=y(v,va);return a.ImageFilter._MakeDropShadow(d,h,n,t,v,z)};a.ImageFilter.MakeDropShadowOnly=function(d, +h,n,t,v,z){v=y(v,va);return a.ImageFilter._MakeDropShadowOnly(d,h,n,t,v,z)};a.ImageFilter.MakeImage=function(d,h,n,t){n=u(n,X);t=u(t,Ba);if("B"in h&&"C"in h)return a.ImageFilter._MakeImageCubic(d,h.B,h.C,n,t);const v=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(d,v,z,n,t)};a.ImageFilter.MakeMatrixTransform=function(d,h,n){d=q(d);if("B"in h&&"C"in h)return a.ImageFilter._MakeMatrixTransformCubic(d,h.B,h.C,n);const t=h.filter;let v=a.MipmapMode.None; +"mipmap"in h&&(v=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,t,v,n)};a.Paint.prototype.getColor=function(){this._getColor(va);return D(va)};a.Paint.prototype.setColor=function(d,h){h=h||null;d=y(d);this._setColor(d,h)};a.Paint.prototype.setColorComponents=function(d,h,n,t,v){v=v||null;d=B(d,h,n,t);this._setColor(d,v)};a.Path.prototype.getPoint=function(d,h){this._getPoint(d,X);d=na.toTypedArray();return h?(h[0]=d[0],h[1]=d[1],h):d.slice(0,2)};a.Picture.prototype.makeShader=function(d, +h,n,t,v){t=q(t);v=u(v);return this._makeShader(d,h,n,t,v)};a.Picture.prototype.cullRect=function(d){this._cullRect(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.PictureRecorder.prototype.beginRecording=function(d,h){d=u(d);return this._beginRecording(d,!!h)};a.Surface.prototype.getCanvas=function(){var d=this._getCanvas();d.Dd=this.Dd;return d};a.Surface.prototype.makeImageSnapshot=function(d){a.Ed(this.Dd);d=l(d,"HEAP32",Sa);return this._makeImageSnapshot(d)};a.Surface.prototype.makeSurface= +function(d){a.Ed(this.Dd);d=this._makeSurface(d);d.Dd=this.Dd;return d};a.Surface.prototype.Oe=function(d,h){this.be||(this.be=this.getCanvas());return requestAnimationFrame(function(){a.Ed(this.Dd);d(this.be);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame||(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Oe);a.Surface.prototype.Le=function(d,h){this.be||(this.be=this.getCanvas());requestAnimationFrame(function(){a.Ed(this.Dd);d(this.be);this.flush(h);this.dispose()}.bind(this))}; +a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Le);a.PathEffect.MakeDash=function(d,h){h||(h=0);if(!d.length||1===d.length%2)throw"Intervals array must have even length";var n=l(d,"HEAPF32");h=a.PathEffect._MakeDash(n,d.length,h);k(n,d);return h};a.PathEffect.MakeLine2D=function(d,h){h=q(h);return a.PathEffect._MakeLine2D(d,h)};a.PathEffect.MakePath2D=function(d,h){d=q(d);return a.PathEffect._MakePath2D(d,h)};a.Shader.MakeColor=function(d,h){h=h||null;d=y(d);return a.Shader._MakeColor(d, +h)};a.Shader.Blend=a.Shader.MakeBlend;a.Shader.Color=a.Shader.MakeColor;a.Shader.MakeLinearGradient=function(d,h,n,t,v,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=q(z);var V=na.toTypedArray();V.set(d);V.set(h,2);d=a.Shader._MakeLinearGradient(X,I.Md,I.colorType,U,I.count,v,E,z,J);k(I.Md,n);t&&k(U,t);return d};a.Shader.MakeRadialGradient=function(d,h,n,t,v,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=q(z);d=a.Shader._MakeRadialGradient(d[0],d[1],h,I.Md,I.colorType,U,I.count,v,E, +z,J);k(I.Md,n);t&&k(U,t);return d};a.Shader.MakeSweepGradient=function(d,h,n,t,v,z,E,J,I,U){U=U||null;var V=m(n),p=l(t,"HEAPF32");E=E||0;J=J||0;I=I||360;z=q(z);d=a.Shader._MakeSweepGradient(d,h,V.Md,V.colorType,p,V.count,v,J,I,E,z,U);k(V.Md,n);t&&k(p,t);return d};a.Shader.MakeTwoPointConicalGradient=function(d,h,n,t,v,z,E,J,I,U){U=U||null;var V=m(v),p=l(z,"HEAPF32");I=I||0;J=q(J);var A=na.toTypedArray();A.set(d);A.set(n,2);d=a.Shader._MakeTwoPointConicalGradient(X,h,t,V.Md,V.colorType,p,V.count,E, +I,J,U);k(V.Md,v);z&&k(p,z);return d};a.Vertices.prototype.bounds=function(d){this._bounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Hd&&a.Hd.forEach(function(d){d()})};a.computeTonalColors=function(g){var d=l(g.ambient,"HEAPF32"),h=l(g.spot,"HEAPF32");this._computeTonalColors(d,h);var n={ambient:D(d),spot:D(h)};k(d,g.ambient);k(h,g.spot);return n};a.LTRBRect=function(g,d,h,n){return Float32Array.of(g,d,h,n)};a.XYWHRect=function(g,d,h,n){return Float32Array.of(g,d,g+h,d+n)};a.LTRBiRect= +function(g,d,h,n){return Int32Array.of(g,d,h,n)};a.XYWHiRect=function(g,d,h,n){return Int32Array.of(g,d,g+h,d+n)};a.RRectXY=function(g,d,h){return Float32Array.of(g[0],g[1],g[2],g[3],d,h,d,h,d,h,d,h)};a.MakeAnimatedImageFromEncoded=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._decodeAnimatedImage(d,g.byteLength))?g:null};a.MakeImageFromEncoded=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._decodeImage(d,g.byteLength))? +g:null};var Ta=null;a.MakeImageFromCanvasImageSource=function(g){var d=g.width,h=g.height;Ta||(Ta=document.createElement("canvas"));Ta.width=d;Ta.height=h;var n=Ta.getContext("2d",{willReadFrequently:!0});n.drawImage(g,0,0);g=n.getImageData(0,0,d,h);return a.MakeImage({width:d,height:h,alphaType:a.AlphaType.Unpremul,colorType:a.ColorType.RGBA_8888,colorSpace:a.ColorSpace.SRGB},g.data,4*d)};a.MakeImage=function(g,d,h){var n=a._malloc(d.length);a.HEAPU8.set(d,n);return a._MakeImage(g,n,d.length,h)}; +a.MakeVertices=function(g,d,h,n,t,v){var z=t&&t.length||0,E=0;h&&h.length&&(E|=1);n&&n.length&&(E|=2);void 0===v||v||(E|=4);g=new a._VerticesBuilder(g,d.length/2,z,E);l(d,"HEAPF32",g.positions());g.texCoords()&&l(h,"HEAPF32",g.texCoords());g.colors()&&l(c(n),"HEAPU32",g.colors());g.indices()&&l(t,"HEAPU16",g.indices());return g.detach()};(function(g){g.Hd=g.Hd||[];g.Hd.push(function(){function d(p){p&&(p.dir=0===p.dir?g.TextDirection.RTL:g.TextDirection.LTR);return p}function h(p){if(!p||!p.length)return[]; +for(var A=[],O=0;Od)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,d,h,n){var t=l(g,"HEAPU16"),v=l(d,"HEAPF32");return this._getGlyphIntercepts(t, +g.length,!(g&&g._ck),v,d.length,!(d&&d._ck),h,n)};a.Font.prototype.getGlyphWidths=function(g,d,h){var n=l(g,"HEAPU16"),t=a._malloc(4*g.length);this._getGlyphWidthBounds(n,g.length,t,M,d||null);d=new Float32Array(a.HEAPU8.buffer,t,g.length);k(n,g);if(h)return h.set(d),a._free(t),h;g=Float32Array.from(d);a._free(t);return g};a.FontMgr.FromData=function(){if(!arguments.length)return null;var g=arguments;1===g.length&&Array.isArray(g[0])&&(g=arguments[0]);if(!g.length)return null;for(var d=[],h=[],n= +0;nd)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.TextBlob.MakeOnPath=function(g,d,h,n){if(g&&g.length&&d&&d.countPoints()){if(1===d.countPoints())return this.MakeFromText(g,h);n||(n=0);var t=h.getGlyphIDs(g);t=h.getGlyphWidths(t);var v=[];d=new a.ContourMeasureIter(d,!1,1);for(var z=d.next(),E=new Float32Array(4),J=0;Jz.length()){z.delete();z= +d.next();if(!z){g=g.substring(0,J);break}n=I/2}z.getPosTan(n,E);var U=E[2],V=E[3];v.push(U,V,E[0]-I/2*U,E[1]-I/2*V);n+=I/2}g=this.MakeFromRSXform(g,v,h);z&&z.delete();d.delete();return g}};a.TextBlob.MakeFromRSXform=function(g,d,h){var n=ja(g)+1,t=a._malloc(n);ka(g,C,t,n);g=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXform(t,n-1,g,h);a._free(t);return h?h:null};a.TextBlob.MakeFromRSXformGlyphs=function(g,d,h){var n=l(g,"HEAPU16");d=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXformGlyphs(n,2*g.length,d,h);k(n, +g);return h?h:null};a.TextBlob.MakeFromGlyphs=function(g,d){var h=l(g,"HEAPU16");d=a.TextBlob._MakeFromGlyphs(h,2*g.length,d);k(h,g);return d?d:null};a.TextBlob.MakeFromText=function(g,d){var h=ja(g)+1,n=a._malloc(h);ka(g,C,n,h);g=a.TextBlob._MakeFromText(n,h-1,d);a._free(n);return g?g:null};a.MallocGlyphIDs=function(g){return a.Malloc(Uint16Array,g)}});a.Hd=a.Hd||[];a.Hd.push(function(){a.MakePicture=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._MakePicture(d, +g.byteLength))?g:null}});a.Hd=a.Hd||[];a.Hd.push(function(){a.RuntimeEffect.Make=function(g,d){return a.RuntimeEffect._Make(g,{onError:d||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.MakeForBlender=function(g,d){return a.RuntimeEffect._MakeForBlender(g,{onError:d||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.prototype.makeShader=function(g,d){var h=!g._ck,n=l(g,"HEAPF32");d=q(d);return this._makeShader(n,4*g.length,h,d)};a.RuntimeEffect.prototype.makeShaderWithChildren= +function(g,d,h){var n=!g._ck,t=l(g,"HEAPF32");h=q(h);for(var v=[],z=0;z{throw b;},pa="object"==typeof window,ra="function"==typeof importScripts,sa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ta="",ua,wa,xa; +if(sa){var fs=require("fs"),ya=require("path");ta=ra?ya.dirname(ta)+"/":__dirname+"/";ua=(a,b)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};xa=a=>{a=ua(a,!0);a.buffer||(a=new Uint8Array(a));return a};wa=(a,b,c,e=!0)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);fs.readFile(a,e?void 0:"utf8",(f,k)=>{f?c(f):b(e?k.buffer:k)})};!r.thisProgram&&1{process.exitCode= +a;throw b;};r.inspect=()=>"[Emscripten Module object]"}else if(pa||ra)ra?ta=self.location.href:"undefined"!=typeof document&&document.currentScript&&(ta=document.currentScript.src),_scriptDir&&(ta=_scriptDir),0!==ta.indexOf("blob:")?ta=ta.substr(0,ta.replace(/[?#].*/,"").lastIndexOf("/")+1):ta="",ua=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(xa=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}), +wa=(a,b,c)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?b(e.response):c()};e.onerror=c;e.send(null)};var Aa=r.print||console.log.bind(console),Ca=r.printErr||console.error.bind(console);Object.assign(r,la);la=null;r.thisProgram&&(ma=r.thisProgram);r.quit&&(oa=r.quit);var Da;r.wasmBinary&&(Da=r.wasmBinary);var noExitRuntime=r.noExitRuntime||!0;"object"!=typeof WebAssembly&&Ea("no native wasm support detected"); +var Fa,G,Ga=!1,Ha,C,Ia,Ja,K,L,N,Ka;function La(){var a=Fa.buffer;r.HEAP8=Ha=new Int8Array(a);r.HEAP16=Ia=new Int16Array(a);r.HEAP32=K=new Int32Array(a);r.HEAPU8=C=new Uint8Array(a);r.HEAPU16=Ja=new Uint16Array(a);r.HEAPU32=L=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=Ka=new Float64Array(a)}var Na,Oa=[],Pa=[],Qa=[];function Ra(){var a=r.preRun.shift();Oa.unshift(a)}var Ua=0,Va=null,Wa=null; +function Ea(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Ca(a);Ga=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function Xa(a){return a.startsWith("data:application/octet-stream;base64,")}var Ya;Ya="canvaskit.wasm";if(!Xa(Ya)){var Za=Ya;Ya=r.locateFile?r.locateFile(Za,ta):ta+Za}function $a(a){if(a==Ya&&Da)return new Uint8Array(Da);if(xa)return xa(a);throw"both async and sync fetching of the wasm failed";} +function ab(a){if(!Da&&(pa||ra)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(b=>{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>$a(a));if(wa)return new Promise((b,c)=>{wa(a,e=>b(new Uint8Array(e)),c)})}return Promise.resolve().then(()=>$a(a))}function bb(a,b,c){return ab(a).then(e=>WebAssembly.instantiate(e,b)).then(e=>e).then(c,e=>{Ca("failed to asynchronously prepare wasm: "+e);Ea(e)})} +function cb(a,b){var c=Ya;return Da||"function"!=typeof WebAssembly.instantiateStreaming||Xa(c)||c.startsWith("file://")||sa||"function"!=typeof fetch?bb(c,a,b):fetch(c,{credentials:"same-origin"}).then(e=>WebAssembly.instantiateStreaming(e,a).then(b,function(f){Ca("wasm streaming compile failed: "+f);Ca("falling back to ArrayBuffer instantiation");return bb(c,a,b)}))}function db(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a}var eb=a=>{for(;0>2]=b};this.re=function(b){L[this.Fd+8>>2]=b};this.Ud=function(b,c){this.qe();this.Je(b);this.re(c)};this.qe=function(){L[this.Fd+16>>2]=0}} +var gb=0,ib=0,jb="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,kb=(a,b,c)=>{var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}, +lb={};function mb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function nb(a){return this.fromWireType(K[a>>2])}var ob={},pb={},qb={},rb=void 0;function sb(a){throw new rb(a);} +function tb(a,b,c){function e(m){m=c(m);m.length!==a.length&&sb("Mismatched type converter count");for(var q=0;q{pb.hasOwnProperty(m)?f[q]=pb[m]:(k.push(m),ob.hasOwnProperty(m)||(ob[m]=[]),ob[m].push(()=>{f[q]=pb[m];++l;l===k.length&&e(f)}))});0===k.length&&e(f)} +function vb(a){switch(a){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError(`Unknown type size: ${a}`);}}var wb=void 0;function P(a){for(var b="";C[a];)b+=wb[C[a++]];return b}var xb=void 0;function Q(a){throw new xb(a);} +function yb(a,b,c={}){var e=b.name;a||Q(`type "${e}" must have a positive integer typeid pointer`);if(pb.hasOwnProperty(a)){if(c.af)return;Q(`Cannot register type '${e}' twice`)}pb[a]=b;delete qb[a];ob.hasOwnProperty(a)&&(b=ob[a],delete ob[a],b.forEach(f=>f()))}function ub(a,b,c={}){if(!("argPackAdvance"in b))throw new TypeError("registerType registeredInstance requires argPackAdvance");yb(a,b,c)}function zb(a){Q(a.jd.Id.Gd.name+" instance already deleted")}var Ab=!1;function Bb(){} +function Cb(a){--a.count.value;0===a.count.value&&(a.Kd?a.Od.Sd(a.Kd):a.Id.Gd.Sd(a.Fd))}function Db(a,b,c){if(b===c)return a;if(void 0===c.Ld)return null;a=Db(a,b,c.Ld);return null===a?null:c.Te(a)}var Jb={},Kb=[];function Lb(){for(;Kb.length;){var a=Kb.pop();a.jd.$d=!1;a["delete"]()}}var Mb=void 0,Nb={};function Ob(a,b){for(void 0===b&&Q("ptr should not be undefined");a.Ld;)b=a.fe(b),a=a.Ld;return Nb[b]} +function Pb(a,b){b.Id&&b.Fd||sb("makeClassHandle requires ptr and ptrType");!!b.Od!==!!b.Kd&&sb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Qb(Object.create(a,{jd:{value:b}}))}function Qb(a){if("undefined"===typeof FinalizationRegistry)return Qb=b=>b,a;Ab=new FinalizationRegistry(b=>{Cb(b.jd)});Qb=b=>{var c=b.jd;c.Kd&&Ab.register(b,{jd:c},b);return b};Bb=b=>{Ab.unregister(b)};return Qb(a)}function Rb(){} +function Sb(a){if(void 0===a)return"_unknown";a=a.replace(/[^a-zA-Z0-9_]/g,"$");var b=a.charCodeAt(0);return 48<=b&&57>=b?`_${a}`:a}function Tb(a,b){a=Sb(a);return{[a]:function(){return b.apply(this,arguments)}}[a]} +function Ub(a,b,c){if(void 0===a[b].Jd){var e=a[b];a[b]=function(){a[b].Jd.hasOwnProperty(arguments.length)||Q(`Function '${c}' called with an invalid number of arguments (${arguments.length}) - expects one of (${a[b].Jd})!`);return a[b].Jd[arguments.length].apply(this,arguments)};a[b].Jd=[];a[b].Jd[e.Yd]=e}} +function Vb(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Jd&&void 0!==r[a].Jd[c])&&Q(`Cannot register public name '${a}' twice`),Ub(r,a,a),r.hasOwnProperty(c)&&Q(`Cannot register multiple overloads of a function with the same number of arguments (${c})!`),r[a].Jd[c]=b):(r[a]=b,void 0!==c&&(r[a].sf=c))}function Wb(a,b,c,e,f,k,l,m){this.name=a;this.constructor=b;this.ae=c;this.Sd=e;this.Ld=f;this.We=k;this.fe=l;this.Te=m;this.ef=[]} +function Xb(a,b,c){for(;b!==c;)b.fe||Q(`Expected null or instance of ${c.name}, got an instance of ${b.name}`),a=b.fe(a),b=b.Ld;return a}function Yb(a,b){if(null===b)return this.ve&&Q(`null is not a valid ${this.name}`),0;b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);return Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd)} +function $b(a,b){if(null===b){this.ve&&Q(`null is not a valid ${this.name}`);if(this.ke){var c=this.we();null!==a&&a.push(this.Sd,c);return c}return 0}b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);!this.je&&b.jd.Id.je&&Q(`Cannot convert argument of type ${b.jd.Od?b.jd.Od.name:b.jd.Id.name} to parameter type ${this.name}`);c=Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd);if(this.ke)switch(void 0===b.jd.Kd&&Q("Passing raw pointer to smart pointer is illegal"), +this.kf){case 0:b.jd.Od===this?c=b.jd.Kd:Q(`Cannot convert argument of type ${b.jd.Od?b.jd.Od.name:b.jd.Id.name} to parameter type ${this.name}`);break;case 1:c=b.jd.Kd;break;case 2:if(b.jd.Od===this)c=b.jd.Kd;else{var e=b.clone();c=this.ff(c,ac(function(){e["delete"]()}));null!==a&&a.push(this.Sd,c)}break;default:Q("Unsupporting sharing policy")}return c} +function bc(a,b){if(null===b)return this.ve&&Q(`null is not a valid ${this.name}`),0;b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);b.jd.Id.je&&Q(`Cannot convert argument of type ${b.jd.Id.name} to parameter type ${this.name}`);return Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd)} +function cc(a,b,c,e,f,k,l,m,q,w,y){this.name=a;this.Gd=b;this.ve=c;this.je=e;this.ke=f;this.df=k;this.kf=l;this.Fe=m;this.we=q;this.ff=w;this.Sd=y;f||void 0!==b.Ld?this.toWireType=$b:(this.toWireType=e?Yb:bc,this.Nd=null)}function dc(a,b,c){r.hasOwnProperty(a)||sb("Replacing nonexistant public symbol");void 0!==r[a].Jd&&void 0!==c?r[a].Jd[c]=b:(r[a]=b,r[a].Yd=c)} +var ec=(a,b)=>{var c=[];return function(){c.length=0;Object.assign(c,arguments);if(a.includes("j")){var e=r["dynCall_"+a];e=c&&c.length?e.apply(null,[b].concat(c)):e.call(null,b)}else e=Na.get(b).apply(null,c);return e}};function mc(a,b){a=P(a);var c=a.includes("j")?ec(a,b):Na.get(b);"function"!=typeof c&&Q(`unknown function pointer with signature ${a}: ${b}`);return c}var nc=void 0;function oc(a){a=pc(a);var b=P(a);qc(a);return b} +function rc(a,b){function c(k){f[k]||pb[k]||(qb[k]?qb[k].forEach(c):(e.push(k),f[k]=!0))}var e=[],f={};b.forEach(c);throw new nc(`${a}: `+e.map(oc).join([", "]));} +function sc(a,b,c,e,f){var k=b.length;2>k&&Q("argTypes array size mismatch! Must at least get return value and 'this' types!");var l=null!==b[1]&&null!==c,m=!1;for(c=1;c>2]);return c}function uc(){this.Rd=[void 0];this.De=[]}var vc=new uc;function wc(a){a>=vc.Ud&&0===--vc.get(a).Ge&&vc.re(a)} +var xc=a=>{a||Q("Cannot use deleted val. handle = "+a);return vc.get(a).value},ac=a=>{switch(a){case void 0:return 1;case null:return 2;case !0:return 3;case !1:return 4;default:return vc.qe({Ge:1,value:a})}};function yc(a,b,c){switch(b){case 0:return function(e){return this.fromWireType((c?Ha:C)[e])};case 1:return function(e){return this.fromWireType((c?Ia:Ja)[e>>1])};case 2:return function(e){return this.fromWireType((c?K:L)[e>>2])};default:throw new TypeError("Unknown integer type: "+a);}} +function zc(a,b){var c=pb[a];void 0===c&&Q(b+" has unknown type "+oc(a));return c}function Zb(a){if(null===a)return"null";var b=typeof a;return"object"===b||"array"===b||"function"===b?a.toString():""+a}function Ac(a,b){switch(b){case 2:return function(c){return this.fromWireType(N[c>>2])};case 3:return function(c){return this.fromWireType(Ka[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Bc(a,b,c){switch(b){case 0:return c?function(e){return Ha[e]}:function(e){return C[e]};case 1:return c?function(e){return Ia[e>>1]}:function(e){return Ja[e>>1]};case 2:return c?function(e){return K[e>>2]}:function(e){return L[e>>2]};default:throw new TypeError("Unknown integer type: "+a);}} +var ka=(a,b,c,e)=>{if(!(0=l){var m=a.charCodeAt(++k);l=65536+((l&1023)<<10)|m&1023}if(127>=l){if(c>=e)break;b[c++]=l}else{if(2047>=l){if(c+1>=e)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=e)break;b[c++]=224|l>>12}else{if(c+3>=e)break;b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},ja=a=>{for(var b=0,c=0;c=e?b++:2047>= +e?b+=2:55296<=e&&57343>=e?(b+=4,++c):b+=3}return b},Cc="undefined"!=typeof TextDecoder?new TextDecoder("utf-16le"):void 0,Dc=(a,b)=>{var c=a>>1;for(var e=c+b/2;!(c>=e)&&Ja[c];)++c;c<<=1;if(32=b/2);++e){var f=Ia[a+2*e>>1];if(0==f)break;c+=String.fromCharCode(f)}return c},Ec=(a,b,c)=>{void 0===c&&(c=2147483647);if(2>c)return 0;c-=2;var e=b;c=c<2*a.length?c/2:a.length;for(var f=0;f>1]=a.charCodeAt(f),b+=2;Ia[b>>1]=0;return b-e}, +Fc=a=>2*a.length,Gc=(a,b)=>{for(var c=0,e="";!(c>=b/4);){var f=K[a+4*c>>2];if(0==f)break;++c;65536<=f?(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023)):e+=String.fromCharCode(f)}return e},Hc=(a,b,c)=>{void 0===c&&(c=2147483647);if(4>c)return 0;var e=b;c=e+c-4;for(var f=0;f=k){var l=a.charCodeAt(++f);k=65536+((k&1023)<<10)|l&1023}K[b>>2]=k;b+=4;if(b+4>c)break}K[b>>2]=0;return b-e},Ic=a=>{for(var b=0,c=0;c=e&&++c;b+=4}return b},Jc={};function Kc(a){var b=Jc[a];return void 0===b?P(a):b}var Lc=[]; +function Mc(){function a(b){b.$$$embind_global$$$=b;var c="object"==typeof $$$embind_global$$$&&b.$$$embind_global$$$==b;c||delete b.$$$embind_global$$$;return c}if("object"==typeof globalThis)return globalThis;if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;"object"==typeof global&&a(global)?$$$embind_global$$$=global:"object"==typeof self&&a(self)&&($$$embind_global$$$=self);if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;throw Error("unable to get global object."); +}function Nc(a){var b=Lc.length;Lc.push(a);return b}function Oc(a,b){for(var c=Array(a),e=0;e>2],"parameter "+e);return c}var Pc=[];function Qc(a){var b=Array(a+1);return function(c,e,f){b[0]=c;for(var k=0;k>2],"parameter "+k);b[k+1]=l.readValueFromPointer(f);f+=l.argPackAdvance}c=new (c.bind.apply(c,b));return ac(c)}}var Rc={}; +function Sc(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,e){b.vertexAttribDivisorANGLE(c,e)},a.drawArraysInstanced=function(c,e,f,k){b.drawArraysInstancedANGLE(c,e,f,k)},a.drawElementsInstanced=function(c,e,f,k,l){b.drawElementsInstancedANGLE(c,e,f,k,l)})} +function Tc(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Uc(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +var Vc=1,Wc=[],Xc=[],Yc=[],Zc=[],ea=[],$c=[],ad=[],ia=[],bd=[],cd=[],dd={},ed={},gd=4;function R(a){hd||(hd=a)}function da(a){for(var b=Vc++,c=a.length;ca.version||!b.Be)b.Be=b.getExtension("EXT_disjoint_timer_query");b.rf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var x,hd,ld={},nd=()=>{if(!md){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in ld)void 0===ld[b]?delete a[b]:a[b]=ld[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);md=c}return md},md,od=[null,[],[]];function pd(a){S.bindVertexArray(ad[a])} +function qd(a,b){for(var c=0;c>2];S.deleteVertexArray(ad[e]);ad[e]=null}}var rd=[];function sd(a,b,c,e){S.drawElements(a,b,c,e)}function td(a,b,c,e){for(var f=0;f>2]=l}}function ud(a,b){td(a,b,"createVertexArray",ad)} +function vd(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&R(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=S.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>x.version){R(1282);return}e=2*(S.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>x.version){R(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=S.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":R(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:e=0;break;default:R(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:N[b+4*a>>2]=f[a];break;case 4:Ha[b+a>>0]=f[a]?1:0}return}try{e=f.name|0}catch(k){R(1280); +Ca("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:R(1280);Ca("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=e;L[b>>2]=c;L[b+4>>2]=(c-L[b>>2])/4294967296;break;case 0:K[b>>2]=e;break;case 2:N[b>>2]=e;break;case 4:Ha[b>>0]=e?1:0}}else R(1281)}var xd=a=>{var b=ja(a)+1,c=wd(b);c&&ka(a,C,c,b);return c}; +function yd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function zd(a){a-=5120;return 0==a?Ha:1==a?C:2==a?Ia:4==a?K:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?L:Ja}function Ad(a,b,c,e,f){a=zd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),l=gd;return a.subarray(f>>k,f+e*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>k)} +function W(a){var b=S.Re;if(b){var c=b.ee[a];"number"==typeof c&&(b.ee[a]=c=S.getUniformLocation(b,b.He[a]+(00===a%4&&(0!==a%100||0===a%400),Ed=[31,29,31,30,31,30,31,31,30,31,30,31],Fd=[31,28,31,30,31,30,31,31,30,31,30,31];function Gd(a){var b=Array(ja(a)+1);ka(a,b,0,b.length);return b} +var Hd=(a,b,c,e)=>{function f(u,F,H){for(u="number"==typeof u?u.toString():u||"";u.lengthca?-1:0T-u.getDate())F-=T-u.getDate()+1,u.setDate(1),11>H?u.setMonth(H+1):(u.setMonth(0),u.setFullYear(u.getFullYear()+1));else{u.setDate(u.getDate()+F);break}}H=new Date(u.getFullYear()+1,0,4);F=m(new Date(u.getFullYear(), +0,4));H=m(H);return 0>=l(F,u)?0>=l(H,u)?u.getFullYear()+1:u.getFullYear():u.getFullYear()-1}var w=K[e+40>>2];e={nf:K[e>>2],mf:K[e+4>>2],oe:K[e+8>>2],xe:K[e+12>>2],pe:K[e+16>>2],Wd:K[e+20>>2],Qd:K[e+24>>2],Vd:K[e+28>>2],uf:K[e+32>>2],lf:K[e+36>>2],pf:w?w?kb(C,w):"":""};c=c?kb(C,c):"";w={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in w)c=c.replace(new RegExp(y,"g"),w[y]);var B="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),D="January February March April May June July August September October November December".split(" ");w={"%a":u=>B[u.Qd].substring(0,3),"%A":u=>B[u.Qd],"%b":u=>D[u.pe].substring(0,3),"%B":u=>D[u.pe],"%C":u=>k((u.Wd+1900)/ +100|0,2),"%d":u=>k(u.xe,2),"%e":u=>f(u.xe,2," "),"%g":u=>q(u).toString().substring(2),"%G":u=>q(u),"%H":u=>k(u.oe,2),"%I":u=>{u=u.oe;0==u?u=12:12{for(var F=0,H=0;H<=u.pe-1;F+=(Dd(u.Wd+1900)?Ed:Fd)[H++]);return k(u.xe+F,3)},"%m":u=>k(u.pe+1,2),"%M":u=>k(u.mf,2),"%n":()=>"\n","%p":u=>0<=u.oe&&12>u.oe?"AM":"PM","%S":u=>k(u.nf,2),"%t":()=>"\t","%u":u=>u.Qd||7,"%U":u=>k(Math.floor((u.Vd+7-u.Qd)/7),2),"%V":u=>{var F=Math.floor((u.Vd+7-(u.Qd+6)%7)/7);2>=(u.Qd+371-u.Vd- +2)%7&&F++;if(F)53==F&&(H=(u.Qd+371-u.Vd)%7,4==H||3==H&&Dd(u.Wd)||(F=1));else{F=52;var H=(u.Qd+7-u.Vd-1)%7;(4==H||5==H&&Dd(u.Wd%400-1))&&F++}return k(F,2)},"%w":u=>u.Qd,"%W":u=>k(Math.floor((u.Vd+7-(u.Qd+6)%7)/7),2),"%y":u=>(u.Wd+1900).toString().substring(2),"%Y":u=>u.Wd+1900,"%z":u=>{u=u.lf;var F=0<=u;u=Math.abs(u)/60;return(F?"+":"-")+String("0000"+(u/60*100+u%60)).slice(-4)},"%Z":u=>u.pf,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in w)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),w[y](e))); +c=c.replace(/\0\0/g,"%");y=Gd(c);if(y.length>b)return 0;Ha.set(y,a);return y.length-1};rb=r.InternalError=class extends Error{constructor(a){super(a);this.name="InternalError"}};for(var Id=Array(256),Jd=0;256>Jd;++Jd)Id[Jd]=String.fromCharCode(Jd);wb=Id;xb=r.BindingError=class extends Error{constructor(a){super(a);this.name="BindingError"}}; +Rb.prototype.isAliasOf=function(a){if(!(this instanceof Rb&&a instanceof Rb))return!1;var b=this.jd.Id.Gd,c=this.jd.Fd,e=a.jd.Id.Gd;for(a=a.jd.Fd;b.Ld;)c=b.fe(c),b=b.Ld;for(;e.Ld;)a=e.fe(a),e=e.Ld;return b===e&&c===a}; +Rb.prototype.clone=function(){this.jd.Fd||zb(this);if(this.jd.de)return this.jd.count.value+=1,this;var a=Qb,b=Object,c=b.create,e=Object.getPrototypeOf(this),f=this.jd;a=a(c.call(b,e,{jd:{value:{count:f.count,$d:f.$d,de:f.de,Fd:f.Fd,Id:f.Id,Kd:f.Kd,Od:f.Od}}}));a.jd.count.value+=1;a.jd.$d=!1;return a};Rb.prototype["delete"]=function(){this.jd.Fd||zb(this);this.jd.$d&&!this.jd.de&&Q("Object already scheduled for deletion");Bb(this);Cb(this.jd);this.jd.de||(this.jd.Kd=void 0,this.jd.Fd=void 0)}; +Rb.prototype.isDeleted=function(){return!this.jd.Fd};Rb.prototype.deleteLater=function(){this.jd.Fd||zb(this);this.jd.$d&&!this.jd.de&&Q("Object already scheduled for deletion");Kb.push(this);1===Kb.length&&Mb&&Mb(Lb);this.jd.$d=!0;return this};r.getInheritedInstanceCount=function(){return Object.keys(Nb).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in Nb)Nb.hasOwnProperty(b)&&a.push(Nb[b]);return a};r.flushPendingDeletes=Lb;r.setDelayFunction=function(a){Mb=a;Kb.length&&Mb&&Mb(Lb)}; +cc.prototype.Xe=function(a){this.Fe&&(a=this.Fe(a));return a};cc.prototype.ze=function(a){this.Sd&&this.Sd(a)};cc.prototype.argPackAdvance=8;cc.prototype.readValueFromPointer=nb;cc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +cc.prototype.fromWireType=function(a){function b(){return this.ke?Pb(this.Gd.ae,{Id:this.df,Fd:c,Od:this,Kd:a}):Pb(this.Gd.ae,{Id:this,Fd:a})}var c=this.Xe(a);if(!c)return this.ze(a),null;var e=Ob(this.Gd,c);if(void 0!==e){if(0===e.jd.count.value)return e.jd.Fd=c,e.jd.Kd=a,e.clone();e=e.clone();this.ze(a);return e}e=this.Gd.We(c);e=Jb[e];if(!e)return b.call(this);e=this.je?e.Qe:e.pointerType;var f=Db(c,this.Gd,e.Gd);return null===f?b.call(this):this.ke?Pb(e.Gd.ae,{Id:e,Fd:f,Od:this,Kd:a}):Pb(e.Gd.ae, +{Id:e,Fd:f})};nc=r.UnboundTypeError=function(a,b){var c=Tb(b,function(e){this.name=b;this.message=e;e=Error(e).stack;void 0!==e&&(this.stack=this.toString()+"\n"+e.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(a.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:`${this.name}: ${this.message}`};return c}(Error,"UnboundTypeError"); +Object.assign(uc.prototype,{get(a){return this.Rd[a]},has(a){return void 0!==this.Rd[a]},qe(a){var b=this.De.pop()||this.Rd.length;this.Rd[b]=a;return b},re(a){this.Rd[a]=void 0;this.De.push(a)}});vc.Rd.push({value:void 0},{value:null},{value:!0},{value:!1});vc.Ud=vc.Rd.length;r.count_emval_handles=function(){for(var a=0,b=vc.Ud;bKd;++Kd)rd.push(Array(Kd));var Ld=new Float32Array(288); +for(Kd=0;288>Kd;++Kd)Bd[Kd]=Ld.subarray(0,Kd+1);var Md=new Int32Array(288);for(Kd=0;288>Kd;++Kd)Cd[Kd]=Md.subarray(0,Kd+1); +var $d={H:function(a,b,c){(new fb(a)).Ud(b,c);gb=a;ib++;throw gb;},T:function(){return 0},tb:()=>{},vb:function(){return 0},rb:()=>{},wb:function(){},sb:()=>{},C:function(a){var b=lb[a];delete lb[a];var c=b.we,e=b.Sd,f=b.Ce,k=f.map(l=>l.$e).concat(f.map(l=>l.hf));tb([a],k,l=>{var m={};f.forEach((q,w)=>{var y=l[w],B=q.Ye,D=q.Ze,u=l[w+f.length],F=q.gf,H=q.jf;m[q.Ve]={read:T=>y.fromWireType(B(D,T)),write:(T,ca)=>{var Y=[];F(H,T,u.toWireType(Y,ca));mb(Y)}}});return[{name:b.name,fromWireType:function(q){var w= +{},y;for(y in m)w[y]=m[y].read(q);e(q);return w},toWireType:function(q,w){for(var y in m)if(!(y in w))throw new TypeError(`Missing field: "${y}"`);var B=c();for(y in m)m[y].write(B,w[y]);null!==q&&q.push(e,B);return B},argPackAdvance:8,readValueFromPointer:nb,Nd:e}]})},jb:function(){},Ab:function(a,b,c,e,f){var k=vb(c);b=P(b);ub(a,{name:b,fromWireType:function(l){return!!l},toWireType:function(l,m){return m?e:f},argPackAdvance:8,readValueFromPointer:function(l){if(1===c)var m=Ha;else if(2===c)m=Ia; +else if(4===c)m=K;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(m[l>>k])},Nd:null})},l:function(a,b,c,e,f,k,l,m,q,w,y,B,D){y=P(y);k=mc(f,k);m&&(m=mc(l,m));w&&(w=mc(q,w));D=mc(B,D);var u=Sb(y);Vb(u,function(){rc(`Cannot construct ${y} due to unbound types`,[e])});tb([a,b,c],e?[e]:[],function(F){F=F[0];if(e){var H=F.Gd;var T=H.ae}else T=Rb.prototype;F=Tb(u,function(){if(Object.getPrototypeOf(this)!==ca)throw new xb("Use 'new' to construct "+y);if(void 0===Y.Td)throw new xb(y+ +" has no accessible constructor");var Ma=Y.Td[arguments.length];if(void 0===Ma)throw new xb(`Tried to invoke ctor of ${y} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(Y.Td).toString()}) parameters instead!`);return Ma.apply(this,arguments)});var ca=Object.create(T,{constructor:{value:F}});F.prototype=ca;var Y=new Wb(y,F,ca,D,H,k,m,w);Y.Ld&&(void 0===Y.Ld.ge&&(Y.Ld.ge=[]),Y.Ld.ge.push(Y));H=new cc(y,Y,!0,!1,!1);T=new cc(y+"*",Y,!1,!1,!1);var va=new cc(y+" const*", +Y,!1,!0,!1);Jb[a]={pointerType:T,Qe:va};dc(u,F);return[H,T,va]})},e:function(a,b,c,e,f,k,l){var m=tc(c,e);b=P(b);k=mc(f,k);tb([],[a],function(q){function w(){rc(`Cannot call ${y} due to unbound types`,m)}q=q[0];var y=`${q.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var B=q.Gd.constructor;void 0===B[b]?(w.Yd=c-1,B[b]=w):(Ub(B,b,y),B[b].Jd[c-1]=w);tb([],m,function(D){D=[D[0],null].concat(D.slice(1));D=sc(y,D,null,k,l);void 0===B[b].Jd?(D.Yd=c-1,B[b]=D):B[b].Jd[c-1]=D;if(q.Gd.ge)for(const u of q.Gd.ge)u.constructor.hasOwnProperty(b)|| +(u.constructor[b]=D);return[]});return[]})},A:function(a,b,c,e,f,k){var l=tc(b,c);f=mc(e,f);tb([],[a],function(m){m=m[0];var q=`constructor ${m.name}`;void 0===m.Gd.Td&&(m.Gd.Td=[]);if(void 0!==m.Gd.Td[b-1])throw new xb(`Cannot register multiple constructors with identical number of parameters (${b-1}) for class '${m.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);m.Gd.Td[b-1]=()=>{rc(`Cannot construct ${m.name} due to unbound types`,l)}; +tb([],l,function(w){w.splice(1,0,null);m.Gd.Td[b-1]=sc(q,w,null,f,k);return[]});return[]})},a:function(a,b,c,e,f,k,l,m){var q=tc(c,e);b=P(b);k=mc(f,k);tb([],[a],function(w){function y(){rc(`Cannot call ${B} due to unbound types`,q)}w=w[0];var B=`${w.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);m&&w.Gd.ef.push(b);var D=w.Gd.ae,u=D[b];void 0===u||void 0===u.Jd&&u.className!==w.name&&u.Yd===c-2?(y.Yd=c-2,y.className=w.name,D[b]=y):(Ub(D,b,B),D[b].Jd[c-2]=y);tb([],q,function(F){F=sc(B,F, +w,k,l);void 0===D[b].Jd?(F.Yd=c-2,D[b]=F):D[b].Jd[c-2]=F;return[]});return[]})},t:function(a,b,c){a=P(a);tb([],[b],function(e){e=e[0];r[a]=e.fromWireType(c);return[]})},zb:function(a,b){b=P(b);ub(a,{name:b,fromWireType:function(c){var e=xc(c);wc(c);return e},toWireType:function(c,e){return ac(e)},argPackAdvance:8,readValueFromPointer:nb,Nd:null})},i:function(a,b,c,e){function f(){}c=vb(c);b=P(b);f.values={};ub(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k, +l){return l.value},argPackAdvance:8,readValueFromPointer:yc(b,c,e),Nd:null});Vb(b,f)},b:function(a,b,c){var e=zc(a,"enum");b=P(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Tb(`${e.name}_${b}`,function(){})}});a.values[c]=e;a[b]=e},W:function(a,b,c){c=vb(c);b=P(b);ub(a,{name:b,fromWireType:function(e){return e},toWireType:function(e,f){return f},argPackAdvance:8,readValueFromPointer:Ac(b,c),Nd:null})},v:function(a,b,c,e,f,k){var l=tc(b,c);a=P(a);f= +mc(e,f);Vb(a,function(){rc(`Cannot call ${a} due to unbound types`,l)},b-1);tb([],l,function(m){m=[m[0],null].concat(m.slice(1));dc(a,sc(a,m,null,f,k),b-1);return[]})},E:function(a,b,c,e,f){b=P(b);-1===f&&(f=4294967295);f=vb(c);var k=m=>m;if(0===e){var l=32-8*c;k=m=>m<>>l}c=b.includes("unsigned")?function(m,q){return q>>>0}:function(m,q){return q};ub(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Bc(b,f,0!==e),Nd:null})},s:function(a,b,c){function e(k){k>>=2;var l= +L;return new f(l.buffer,l[k+1],l[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=P(c);ub(a,{name:c,fromWireType:e,argPackAdvance:8,readValueFromPointer:e},{af:!0})},q:function(a,b,c,e,f,k,l,m,q,w,y,B){c=P(c);k=mc(f,k);m=mc(l,m);w=mc(q,w);B=mc(y,B);tb([a],[b],function(D){D=D[0];return[new cc(c,D.Gd,!1,!1,!0,D,e,k,m,w,B)]})},V:function(a,b){b=P(b);var c="std::string"===b;ub(a,{name:b,fromWireType:function(e){var f=L[e>>2],k=e+4;if(c)for(var l= +k,m=0;m<=f;++m){var q=k+m;if(m==f||0==C[q]){l=l?kb(C,l,q-l):"";if(void 0===w)var w=l;else w+=String.fromCharCode(0),w+=l;l=q+1}}else{w=Array(f);for(m=0;m>2]= +l;if(c&&k)ka(f,C,q,l+1);else if(k)for(k=0;kJa;var m=1}else 4===b&&(e=Gc,f=Hc,k=Ic,l=()=>L,m=2);ub(a,{name:c,fromWireType:function(q){for(var w=L[q>>2],y=l(),B,D=q+4,u=0;u<=w;++u){var F= +q+4+u*b;if(u==w||0==y[F>>m])D=e(D,F-D),void 0===B?B=D:(B+=String.fromCharCode(0),B+=D),D=F+b}qc(q);return B},toWireType:function(q,w){"string"!=typeof w&&Q(`Cannot pass non-string to C++ string type ${c}`);var y=k(w),B=wd(4+y+b);L[B>>2]=y>>m;f(w,B+4,y+b);null!==q&&q.push(qc,B);return B},argPackAdvance:8,readValueFromPointer:nb,Nd:function(q){qc(q)}})},D:function(a,b,c,e,f,k){lb[a]={name:P(b),we:mc(c,e),Sd:mc(f,k),Ce:[]}},d:function(a,b,c,e,f,k,l,m,q,w){lb[a].Ce.push({Ve:P(b),$e:c,Ye:mc(e,f),Ze:k, +hf:l,gf:mc(m,q),jf:w})},Bb:function(a,b){b=P(b);ub(a,{cf:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},yb:()=>!0,nb:()=>{throw Infinity;},F:function(a,b,c){a=xc(a);b=zc(b,"emval::as");var e=[],f=ac(e);L[c>>2]=f;return b.toWireType(e,a)},O:function(a,b,c,e,f){a=Lc[a];b=xc(b);c=Kc(c);var k=[];L[e>>2]=ac(k);return a(b,c,k,f)},u:function(a,b,c,e){a=Lc[a];b=xc(b);c=Kc(c);a(b,c,null,e)},c:wc,K:function(a){if(0===a)return ac(Mc());a=Kc(a);return ac(Mc()[a])},r:function(a, +b){var c=Oc(a,b),e=c[0];b=e.name+"_$"+c.slice(1).map(function(l){return l.name}).join("_")+"$";var f=Pc[b];if(void 0!==f)return f;var k=Array(a-1);f=Nc((l,m,q,w)=>{for(var y=0,B=0;B{Ea("")},xb:()=>performance.now(),ob:a=>{var b=C.length;a>>>=0;if(2147483648=c;c*=2){var e=b*(1+.2/c); +e=Math.min(e,a+100663296);var f=Math;e=Math.max(a,e);a:{f=f.min.call(f,2147483648,e+(65536-e%65536)%65536)-Fa.buffer.byteLength+65535>>>16;try{Fa.grow(f);La();var k=1;break a}catch(l){}k=void 0}if(k)return!0}return!1},eb:function(){return x?x.handle:0},pb:(a,b)=>{var c=0;nd().forEach(function(e,f){var k=b+c;f=L[a+4*f>>2]=k;for(k=0;k>0]=e.charCodeAt(k);Ha[f>>0]=0;c+=e.length+1});return 0},qb:(a,b)=>{var c=nd();L[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});L[b>> +2]=e;return 0},Cb:a=>{if(!noExitRuntime){if(r.onExit)r.onExit(a);Ga=!0}oa(a,new db(a))},U:()=>52,fb:function(){return 52},ub:()=>52,ib:function(){return 70},S:(a,b,c,e)=>{for(var f=0,k=0;k>2],m=L[b+4>>2];b+=8;for(var q=0;q>2]=f;return 0},Vc:function(a){S.activeTexture(a)},Wc:function(a,b){S.attachShader(Xc[a],$c[b])},Xc:function(a,b,c){S.bindAttribLocation(Xc[a],b,c?kb(C,c):"")},Yc:function(a, +b){35051==a?S.te=b:35052==a&&(S.Zd=b);S.bindBuffer(a,Wc[b])},_:function(a,b){S.bindFramebuffer(a,Yc[b])},Zb:function(a,b){S.bindRenderbuffer(a,Zc[b])},Jb:function(a,b){S.bindSampler(a,bd[b])},Zc:function(a,b){S.bindTexture(a,ea[b])},rc:pd,uc:pd,_c:function(a,b,c,e){S.blendColor(a,b,c,e)},$:function(a){S.blendEquation(a)},aa:function(a,b){S.blendFunc(a,b)},Tb:function(a,b,c,e,f,k,l,m,q,w){S.blitFramebuffer(a,b,c,e,f,k,l,m,q,w)},ba:function(a,b,c,e){2<=x.version?c&&b?S.bufferData(a,C,e,c,b):S.bufferData(a, +b,e):S.bufferData(a,c?C.subarray(c,c+b):b,e)},ca:function(a,b,c,e){2<=x.version?c&&S.bufferSubData(a,b,C,e,c):S.bufferSubData(a,b,C.subarray(e,e+c))},_b:function(a){return S.checkFramebufferStatus(a)},Q:function(a){S.clear(a)},Z:function(a,b,c,e){S.clearColor(a,b,c,e)},R:function(a){S.clearStencil(a)},lb:function(a,b,c,e){return S.clientWaitSync(cd[a],b,(c>>>0)+4294967296*e)},da:function(a,b,c,e){S.colorMask(!!a,!!b,!!c,!!e)},ea:function(a){S.compileShader($c[a])},fa:function(a,b,c,e,f,k,l,m){2<= +x.version?S.Zd||!l?S.compressedTexImage2D(a,b,c,e,f,k,l,m):S.compressedTexImage2D(a,b,c,e,f,k,C,m,l):S.compressedTexImage2D(a,b,c,e,f,k,m?C.subarray(m,m+l):null)},ga:function(a,b,c,e,f,k,l,m,q){2<=x.version?S.Zd||!m?S.compressedTexSubImage2D(a,b,c,e,f,k,l,m,q):S.compressedTexSubImage2D(a,b,c,e,f,k,l,C,q,m):S.compressedTexSubImage2D(a,b,c,e,f,k,l,q?C.subarray(q,q+m):null)},Rb:function(a,b,c,e,f){S.copyBufferSubData(a,b,c,e,f)},ha:function(a,b,c,e,f,k,l,m){S.copyTexSubImage2D(a,b,c,e,f,k,l,m)},ia:function(){var a= +da(Xc),b=S.createProgram();b.name=a;b.ne=b.le=b.me=0;b.ye=1;Xc[a]=b;return a},ja:function(a){var b=da($c);$c[b]=S.createShader(a);return b},ka:function(a){S.cullFace(a)},la:function(a,b){for(var c=0;c>2],f=Wc[e];f&&(S.deleteBuffer(f),f.name=0,Wc[e]=null,e==S.te&&(S.te=0),e==S.Zd&&(S.Zd=0))}},$b:function(a,b){for(var c=0;c>2],f=Yc[e];f&&(S.deleteFramebuffer(f),f.name=0,Yc[e]=null)}},ma:function(a){if(a){var b=Xc[a];b?(S.deleteProgram(b),b.name=0,Xc[a]=null): +R(1281)}},ac:function(a,b){for(var c=0;c>2],f=Zc[e];f&&(S.deleteRenderbuffer(f),f.name=0,Zc[e]=null)}},Kb:function(a,b){for(var c=0;c>2],f=bd[e];f&&(S.deleteSampler(f),f.name=0,bd[e]=null)}},na:function(a){if(a){var b=$c[a];b?(S.deleteShader(b),$c[a]=null):R(1281)}},Sb:function(a){if(a){var b=cd[a];b?(S.deleteSync(b),b.name=0,cd[a]=null):R(1281)}},oa:function(a,b){for(var c=0;c>2],f=ea[e];f&&(S.deleteTexture(f),f.name=0,ea[e]=null)}}, +sc:qd,vc:qd,pa:function(a){S.depthMask(!!a)},qa:function(a){S.disable(a)},ra:function(a){S.disableVertexAttribArray(a)},sa:function(a,b,c){S.drawArrays(a,b,c)},pc:function(a,b,c,e){S.drawArraysInstanced(a,b,c,e)},nc:function(a,b,c,e,f){S.Ae.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},lc:function(a,b){for(var c=rd[a],e=0;e>2];S.drawBuffers(c)},ta:sd,qc:function(a,b,c,e,f){S.drawElementsInstanced(a,b,c,e,f)},oc:function(a,b,c,e,f,k,l){S.Ae.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,e,f,k,l)},fc:function(a,b,c,e,f,k){sd(a,e,f,k)},ua:function(a){S.enable(a)},va:function(a){S.enableVertexAttribArray(a)},Pb:function(a,b){return(a=S.fenceSync(a,b))?(b=da(cd),a.name=b,cd[b]=a,b):0},wa:function(){S.finish()},xa:function(){S.flush()},bc:function(a,b,c,e){S.framebufferRenderbuffer(a,b,c,Zc[e])},cc:function(a,b,c,e,f){S.framebufferTexture2D(a,b,c,ea[e],f)},ya:function(a){S.frontFace(a)},za:function(a,b){td(a,b,"createBuffer",Wc)},dc:function(a,b){td(a,b,"createFramebuffer",Yc)},ec:function(a, +b){td(a,b,"createRenderbuffer",Zc)},Lb:function(a,b){td(a,b,"createSampler",bd)},Aa:function(a,b){td(a,b,"createTexture",ea)},tc:ud,wc:ud,Vb:function(a){S.generateMipmap(a)},Ba:function(a,b,c){c?K[c>>2]=S.getBufferParameter(a,b):R(1281)},Ca:function(){var a=S.getError()||hd;hd=0;return a},Da:function(a,b){vd(a,b,2)},Wb:function(a,b,c,e){a=S.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;K[e>>2]=a},L:function(a,b){vd(a,b,0)},Ea:function(a, +b,c,e){a=S.getProgramInfoLog(Xc[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Fa:function(a,b,c){if(c)if(a>=Vc)R(1281);else if(a=Xc[a],35716==b)a=S.getProgramInfoLog(a),null===a&&(a="(unknown error)"),K[c>>2]=a.length+1;else if(35719==b){if(!a.ne)for(b=0;b>2]=a.ne}else if(35722==b){if(!a.le)for(b=0;b>2]=a.le}else if(35381==b){if(!a.me)for(b=0;b>2]=a.me}else K[c>>2]=S.getProgramParameter(a,b);else R(1281)},Xb:function(a,b,c){c?K[c>>2]=S.getRenderbufferParameter(a,b):R(1281)},Ga:function(a,b,c,e){a=S.getShaderInfoLog($c[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Gb:function(a,b,c,e){a=S.getShaderPrecisionFormat(a,b);K[c>>2]=a.rangeMin;K[c+4>> +2]=a.rangeMax;K[e>>2]=a.precision},Ha:function(a,b,c){c?35716==b?(a=S.getShaderInfoLog($c[a]),null===a&&(a="(unknown error)"),K[c>>2]=a?a.length+1:0):35720==b?(a=S.getShaderSource($c[a]),K[c>>2]=a?a.length+1:0):K[c>>2]=S.getShaderParameter($c[a],b):R(1281)},P:function(a){var b=dd[a];if(!b){switch(a){case 7939:b=S.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=xd(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=S.getParameter(a))||R(1280);b=b&&xd(b);break; +case 7938:b=S.getParameter(7938);b=2<=x.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=xd(b);break;case 35724:b=S.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=xd(b);break;default:R(1280)}dd[a]=b}return b},cb:function(a,b){if(2>x.version)return R(1282),0;var c=ed[a];if(c)return 0>b||b>=c.length?(R(1281),0):c[b];switch(a){case 7939:return c=S.getSupportedExtensions()||[], +c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return xd(e)}),c=ed[a]=c,0>b||b>=c.length?(R(1281),0):c[b];default:return R(1280),0}},Ia:function(a,b){b=b?kb(C,b):"";if(a=Xc[a]){var c=a,e=c.ee,f=c.Ie,k;if(!e)for(c.ee=e={},c.He={},k=0;k>>0,f=b.slice(0, +k));if((f=a.Ie[f])&&e>2];S.invalidateFramebuffer(a,e)},Ib:function(a,b,c,e,f,k,l){for(var m=rd[b],q=0;q>2];S.invalidateSubFramebuffer(a,m,e,f,k,l)},Qb:function(a){return S.isSync(cd[a])},Ja:function(a){return(a=ea[a])?S.isTexture(a):0},Ka:function(a){S.lineWidth(a)},La:function(a){a=Xc[a];S.linkProgram(a);a.ee=0;a.Ie={}},jc:function(a, +b,c,e,f,k){S.Ee.multiDrawArraysInstancedBaseInstanceWEBGL(a,K,b>>2,K,c>>2,K,e>>2,L,f>>2,k)},kc:function(a,b,c,e,f,k,l,m){S.Ee.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,K,b>>2,c,K,e>>2,K,f>>2,K,k>>2,L,l>>2,m)},Ma:function(a,b){3317==a&&(gd=b);S.pixelStorei(a,b)},mc:function(a){S.readBuffer(a)},Na:function(a,b,c,e,f,k,l){if(2<=x.version)if(S.te)S.readPixels(a,b,c,e,f,k,l);else{var m=zd(k);S.readPixels(a,b,c,e,f,k,m,l>>31-Math.clz32(m.BYTES_PER_ELEMENT))}else(l=Ad(k,f,c,e,l))?S.readPixels(a, +b,c,e,f,k,l):R(1280)},Yb:function(a,b,c,e){S.renderbufferStorage(a,b,c,e)},Ub:function(a,b,c,e,f){S.renderbufferStorageMultisample(a,b,c,e,f)},Mb:function(a,b,c){S.samplerParameterf(bd[a],b,c)},Nb:function(a,b,c){S.samplerParameteri(bd[a],b,c)},Ob:function(a,b,c){S.samplerParameteri(bd[a],b,K[c>>2])},Oa:function(a,b,c,e){S.scissor(a,b,c,e)},Pa:function(a,b,c,e){for(var f="",k=0;k>2]:-1,m=K[c+4*k>>2];l=m?kb(C,m,0>l?void 0:l):"";f+=l}S.shaderSource($c[a],f)},Qa:function(a,b, +c){S.stencilFunc(a,b,c)},Ra:function(a,b,c,e){S.stencilFuncSeparate(a,b,c,e)},Sa:function(a){S.stencilMask(a)},Ta:function(a,b){S.stencilMaskSeparate(a,b)},Ua:function(a,b,c){S.stencilOp(a,b,c)},Va:function(a,b,c,e){S.stencilOpSeparate(a,b,c,e)},Wa:function(a,b,c,e,f,k,l,m,q){if(2<=x.version)if(S.Zd)S.texImage2D(a,b,c,e,f,k,l,m,q);else if(q){var w=zd(m);S.texImage2D(a,b,c,e,f,k,l,m,w,q>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texImage2D(a,b,c,e,f,k,l,m,null);else S.texImage2D(a,b,c,e,f,k,l,m,q? +Ad(m,l,e,f,q):null)},Xa:function(a,b,c){S.texParameterf(a,b,c)},Ya:function(a,b,c){S.texParameterf(a,b,N[c>>2])},Za:function(a,b,c){S.texParameteri(a,b,c)},_a:function(a,b,c){S.texParameteri(a,b,K[c>>2])},gc:function(a,b,c,e,f){S.texStorage2D(a,b,c,e,f)},$a:function(a,b,c,e,f,k,l,m,q){if(2<=x.version)if(S.Zd)S.texSubImage2D(a,b,c,e,f,k,l,m,q);else if(q){var w=zd(m);S.texSubImage2D(a,b,c,e,f,k,l,m,w,q>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texSubImage2D(a,b,c,e,f,k,l,m,null);else w=null,q&&(w= +Ad(m,l,f,k,q)),S.texSubImage2D(a,b,c,e,f,k,l,m,w)},ab:function(a,b){S.uniform1f(W(a),b)},bb:function(a,b,c){if(2<=x.version)b&&S.uniform1fv(W(a),N,c>>2,b);else{if(288>=b)for(var e=Bd[b-1],f=0;f>2];else e=N.subarray(c>>2,c+4*b>>2);S.uniform1fv(W(a),e)}},Rc:function(a,b){S.uniform1i(W(a),b)},Sc:function(a,b,c){if(2<=x.version)b&&S.uniform1iv(W(a),K,c>>2,b);else{if(288>=b)for(var e=Cd[b-1],f=0;f>2];else e=K.subarray(c>>2,c+4*b>>2);S.uniform1iv(W(a),e)}},Tc:function(a, +b,c){S.uniform2f(W(a),b,c)},Uc:function(a,b,c){if(2<=x.version)b&&S.uniform2fv(W(a),N,c>>2,2*b);else{if(144>=b)for(var e=Bd[2*b-1],f=0;f<2*b;f+=2)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2];else e=N.subarray(c>>2,c+8*b>>2);S.uniform2fv(W(a),e)}},Qc:function(a,b,c){S.uniform2i(W(a),b,c)},Pc:function(a,b,c){if(2<=x.version)b&&S.uniform2iv(W(a),K,c>>2,2*b);else{if(144>=b)for(var e=Cd[2*b-1],f=0;f<2*b;f+=2)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2];else e=K.subarray(c>>2,c+8*b>>2);S.uniform2iv(W(a),e)}},Oc:function(a, +b,c,e){S.uniform3f(W(a),b,c,e)},Nc:function(a,b,c){if(2<=x.version)b&&S.uniform3fv(W(a),N,c>>2,3*b);else{if(96>=b)for(var e=Bd[3*b-1],f=0;f<3*b;f+=3)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2],e[f+2]=N[c+(4*f+8)>>2];else e=N.subarray(c>>2,c+12*b>>2);S.uniform3fv(W(a),e)}},Mc:function(a,b,c,e){S.uniform3i(W(a),b,c,e)},Lc:function(a,b,c){if(2<=x.version)b&&S.uniform3iv(W(a),K,c>>2,3*b);else{if(96>=b)for(var e=Cd[3*b-1],f=0;f<3*b;f+=3)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2],e[f+2]=K[c+(4*f+8)>>2];else e= +K.subarray(c>>2,c+12*b>>2);S.uniform3iv(W(a),e)}},Kc:function(a,b,c,e,f){S.uniform4f(W(a),b,c,e,f)},Jc:function(a,b,c){if(2<=x.version)b&&S.uniform4fv(W(a),N,c>>2,4*b);else{if(72>=b){var e=Bd[4*b-1],f=N;c>>=2;for(var k=0;k<4*b;k+=4){var l=c+k;e[k]=f[l];e[k+1]=f[l+1];e[k+2]=f[l+2];e[k+3]=f[l+3]}}else e=N.subarray(c>>2,c+16*b>>2);S.uniform4fv(W(a),e)}},xc:function(a,b,c,e,f){S.uniform4i(W(a),b,c,e,f)},yc:function(a,b,c){if(2<=x.version)b&&S.uniform4iv(W(a),K,c>>2,4*b);else{if(72>=b)for(var e=Cd[4*b- +1],f=0;f<4*b;f+=4)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2],e[f+2]=K[c+(4*f+8)>>2],e[f+3]=K[c+(4*f+12)>>2];else e=K.subarray(c>>2,c+16*b>>2);S.uniform4iv(W(a),e)}},zc:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix2fv(W(a),!!c,N,e>>2,4*b);else{if(72>=b)for(var f=Bd[4*b-1],k=0;k<4*b;k+=4)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2];else f=N.subarray(e>>2,e+16*b>>2);S.uniformMatrix2fv(W(a),!!c,f)}},Ac:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix3fv(W(a), +!!c,N,e>>2,9*b);else{if(32>=b)for(var f=Bd[9*b-1],k=0;k<9*b;k+=9)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2],f[k+4]=N[e+(4*k+16)>>2],f[k+5]=N[e+(4*k+20)>>2],f[k+6]=N[e+(4*k+24)>>2],f[k+7]=N[e+(4*k+28)>>2],f[k+8]=N[e+(4*k+32)>>2];else f=N.subarray(e>>2,e+36*b>>2);S.uniformMatrix3fv(W(a),!!c,f)}},Bc:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix4fv(W(a),!!c,N,e>>2,16*b);else{if(18>=b){var f=Bd[16*b-1],k=N;e>>=2;for(var l=0;l<16*b;l+=16){var m=e+l;f[l]= +k[m];f[l+1]=k[m+1];f[l+2]=k[m+2];f[l+3]=k[m+3];f[l+4]=k[m+4];f[l+5]=k[m+5];f[l+6]=k[m+6];f[l+7]=k[m+7];f[l+8]=k[m+8];f[l+9]=k[m+9];f[l+10]=k[m+10];f[l+11]=k[m+11];f[l+12]=k[m+12];f[l+13]=k[m+13];f[l+14]=k[m+14];f[l+15]=k[m+15]}}else f=N.subarray(e>>2,e+64*b>>2);S.uniformMatrix4fv(W(a),!!c,f)}},Cc:function(a){a=Xc[a];S.useProgram(a);S.Re=a},Dc:function(a,b){S.vertexAttrib1f(a,b)},Ec:function(a,b){S.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Fc:function(a,b){S.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])}, +Gc:function(a,b){S.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},hc:function(a,b){S.vertexAttribDivisor(a,b)},ic:function(a,b,c,e,f){S.vertexAttribIPointer(a,b,c,e,f)},Hc:function(a,b,c,e,f,k){S.vertexAttribPointer(a,b,c,!!e,f,k)},Ic:function(a,b,c,e){S.viewport(a,b,c,e)},kb:function(a,b,c,e){S.waitSync(cd[a],b,(c>>>0)+4294967296*e)},o:Nd,n:Od,j:Pd,N:Qd,Y:Rd,X:Sd,x:Td,y:Ud,p:Vd,w:Wd,Db:Xd,Eb:Yd,Fb:Zd,mb:(a,b,c,e)=>Hd(a,b,c,e)}; +(function(){function a(c){G=c=c.exports;Fa=G.$c;La();Na=G.bd;Pa.unshift(G.ad);Ua--;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(0==Ua&&(null!==Va&&(clearInterval(Va),Va=null),Wa)){var e=Wa;Wa=null;e()}return c}var b={a:$d};Ua++;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){Ca("Module.instantiateWasm callback failed with error: "+c),ba(c)}cb(b,function(c){a(c.instance)}).catch(ba);return{}})(); +var qc=r._free=a=>(qc=r._free=G.cd)(a),wd=r._malloc=a=>(wd=r._malloc=G.dd)(a),pc=a=>(pc=G.ed)(a);r.__embind_initialize_bindings=()=>(r.__embind_initialize_bindings=G.fd)();var ae=(a,b)=>(ae=G.gd)(a,b),be=()=>(be=G.hd)(),ce=a=>(ce=G.id)(a);r.dynCall_viji=(a,b,c,e,f)=>(r.dynCall_viji=G.kd)(a,b,c,e,f);r.dynCall_vijiii=(a,b,c,e,f,k,l)=>(r.dynCall_vijiii=G.ld)(a,b,c,e,f,k,l);r.dynCall_viiiiij=(a,b,c,e,f,k,l,m)=>(r.dynCall_viiiiij=G.md)(a,b,c,e,f,k,l,m);r.dynCall_jii=(a,b,c)=>(r.dynCall_jii=G.nd)(a,b,c); +r.dynCall_vij=(a,b,c,e)=>(r.dynCall_vij=G.od)(a,b,c,e);r.dynCall_iiij=(a,b,c,e,f)=>(r.dynCall_iiij=G.pd)(a,b,c,e,f);r.dynCall_iiiij=(a,b,c,e,f,k)=>(r.dynCall_iiiij=G.qd)(a,b,c,e,f,k);r.dynCall_viij=(a,b,c,e,f)=>(r.dynCall_viij=G.rd)(a,b,c,e,f);r.dynCall_viiij=(a,b,c,e,f,k)=>(r.dynCall_viiij=G.sd)(a,b,c,e,f,k);r.dynCall_ji=(a,b)=>(r.dynCall_ji=G.td)(a,b);r.dynCall_iij=(a,b,c,e)=>(r.dynCall_iij=G.ud)(a,b,c,e);r.dynCall_jiiiiii=(a,b,c,e,f,k,l)=>(r.dynCall_jiiiiii=G.vd)(a,b,c,e,f,k,l); +r.dynCall_jiiiiji=(a,b,c,e,f,k,l,m)=>(r.dynCall_jiiiiji=G.wd)(a,b,c,e,f,k,l,m);r.dynCall_iijj=(a,b,c,e,f,k)=>(r.dynCall_iijj=G.xd)(a,b,c,e,f,k);r.dynCall_jiji=(a,b,c,e,f)=>(r.dynCall_jiji=G.yd)(a,b,c,e,f);r.dynCall_viijii=(a,b,c,e,f,k,l)=>(r.dynCall_viijii=G.zd)(a,b,c,e,f,k,l);r.dynCall_iiiiij=(a,b,c,e,f,k,l)=>(r.dynCall_iiiiij=G.Ad)(a,b,c,e,f,k,l);r.dynCall_iiiiijj=(a,b,c,e,f,k,l,m,q)=>(r.dynCall_iiiiijj=G.Bd)(a,b,c,e,f,k,l,m,q); +r.dynCall_iiiiiijj=(a,b,c,e,f,k,l,m,q,w)=>(r.dynCall_iiiiiijj=G.Cd)(a,b,c,e,f,k,l,m,q,w);function Wd(a,b,c,e,f){var k=be();try{Na.get(a)(b,c,e,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Od(a,b,c){var e=be();try{return Na.get(a)(b,c)}catch(f){ce(e);if(f!==f+0)throw f;ae(1,0)}}function Ud(a,b,c){var e=be();try{Na.get(a)(b,c)}catch(f){ce(e);if(f!==f+0)throw f;ae(1,0)}}function Nd(a,b){var c=be();try{return Na.get(a)(b)}catch(e){ce(c);if(e!==e+0)throw e;ae(1,0)}} +function Td(a,b){var c=be();try{Na.get(a)(b)}catch(e){ce(c);if(e!==e+0)throw e;ae(1,0)}}function Pd(a,b,c,e){var f=be();try{return Na.get(a)(b,c,e)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}}function Zd(a,b,c,e,f,k,l,m,q,w){var y=be();try{Na.get(a)(b,c,e,f,k,l,m,q,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}function Vd(a,b,c,e){var f=be();try{Na.get(a)(b,c,e)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}} +function Yd(a,b,c,e,f,k,l){var m=be();try{Na.get(a)(b,c,e,f,k,l)}catch(q){ce(m);if(q!==q+0)throw q;ae(1,0)}}function Qd(a,b,c,e,f){var k=be();try{return Na.get(a)(b,c,e,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Rd(a,b,c,e,f,k,l){var m=be();try{return Na.get(a)(b,c,e,f,k,l)}catch(q){ce(m);if(q!==q+0)throw q;ae(1,0)}}function Xd(a,b,c,e,f,k){var l=be();try{Na.get(a)(b,c,e,f,k)}catch(m){ce(l);if(m!==m+0)throw m;ae(1,0)}} +function Sd(a,b,c,e,f,k,l,m,q,w){var y=be();try{return Na.get(a)(b,c,e,f,k,l,m,q,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}var de;Wa=function ee(){de||fe();de||(Wa=ee)}; +function fe(){function a(){if(!de&&(de=!0,r.calledRun=!0,!Ga)){eb(Pa);aa(r);if(r.onRuntimeInitialized)r.onRuntimeInitialized();if(r.postRun)for("function"==typeof r.postRun&&(r.postRun=[r.postRun]);r.postRun.length;){var b=r.postRun.shift();Qa.unshift(b)}eb(Qa)}}if(!(0 CanvasKitInit); diff --git a/canvaskit/chromium/canvaskit.wasm b/canvaskit/chromium/canvaskit.wasm new file mode 100644 index 0000000..2be39c7 Binary files /dev/null and b/canvaskit/chromium/canvaskit.wasm differ diff --git a/canvaskit/skwasm.js b/canvaskit/skwasm.js new file mode 100644 index 0000000..4833fcf --- /dev/null +++ b/canvaskit/skwasm.js @@ -0,0 +1,169 @@ + +var skwasm = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +function aa(){d.buffer!=h.buffer&&k();return h}function p(){d.buffer!=h.buffer&&k();return ca}function q(){d.buffer!=h.buffer&&k();return da}function t(){d.buffer!=h.buffer&&k();return ea}function v(){d.buffer!=h.buffer&&k();return fa}function ha(){d.buffer!=h.buffer&&k();return ia}var w=moduleArg,ja,ka;w.ready=new Promise((a,b)=>{ja=a;ka=b}); +var la=Object.assign({},w),ma="./this.program",na=(a,b)=>{throw b;},oa="object"==typeof window,pa="function"==typeof importScripts,x="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,A=w.ENVIRONMENT_IS_PTHREAD||!1,C="";function qa(a){return w.locateFile?w.locateFile(a,C):C+a}var ra,sa,ta; +if(x){var fs=require("fs"),ua=require("path");C=pa?ua.dirname(C)+"/":__dirname+"/";ra=(b,c)=>{b=b.startsWith("file://")?new URL(b):ua.normalize(b);return fs.readFileSync(b,c?void 0:"utf8")};ta=b=>{b=ra(b,!0);b.buffer||(b=new Uint8Array(b));return b};sa=(b,c,e,f=!0)=>{b=b.startsWith("file://")?new URL(b):ua.normalize(b);fs.readFile(b,f?void 0:"utf8",(g,l)=>{g?e(g):c(f?l.buffer:l)})};!w.thisProgram&&1{process.exitCode= +b;throw c;};w.inspect=()=>"[Emscripten Module object]";let a;try{a=require("worker_threads")}catch(b){throw console.error('The "worker_threads" module is not supported in this node.js build - perhaps a newer version is needed?'),b;}global.Worker=a.Worker}else if(oa||pa)pa?C=self.location.href:"undefined"!=typeof document&&document.currentScript&&(C=document.currentScript.src),_scriptDir&&(C=_scriptDir),0!==C.indexOf("blob:")?C=C.substr(0,C.replace(/[?#].*/,"").lastIndexOf("/")+1):C="",x||(ra=a=>{var b= +new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},pa&&(ta=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),sa=(a,b,c)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?b(e.response):c()};e.onerror=c;e.send(null)});x&&"undefined"==typeof performance&&(global.performance=require("perf_hooks").performance); +var va=console.log.bind(console),wa=console.error.bind(console);x&&(va=(...a)=>fs.writeSync(1,a.join(" ")+"\n"),wa=(...a)=>fs.writeSync(2,a.join(" ")+"\n"));var xa=w.print||va,D=w.printErr||wa;Object.assign(w,la);la=null;w.thisProgram&&(ma=w.thisProgram);w.quit&&(na=w.quit);var ya;w.wasmBinary&&(ya=w.wasmBinary);var noExitRuntime=w.noExitRuntime||!0;"object"!=typeof WebAssembly&&za("no native wasm support detected");var d,F,Aa,Ba=!1,Ca,h,ca,Da,Ea,da,ea,fa,ia; +function k(){var a=d.buffer;w.HEAP8=h=new Int8Array(a);w.HEAP16=Da=new Int16Array(a);w.HEAP32=da=new Int32Array(a);w.HEAPU8=ca=new Uint8Array(a);w.HEAPU16=Ea=new Uint16Array(a);w.HEAPU32=ea=new Uint32Array(a);w.HEAPF32=fa=new Float32Array(a);w.HEAPF64=ia=new Float64Array(a)}var Fa=w.INITIAL_MEMORY||16777216;65536<=Fa||za("INITIAL_MEMORY should be larger than STACK_SIZE, was "+Fa+"! (STACK_SIZE=65536)"); +if(A)d=w.wasmMemory;else if(w.wasmMemory)d=w.wasmMemory;else if(d=new WebAssembly.Memory({initial:Fa/65536,maximum:32768,shared:!0}),!(d.buffer instanceof SharedArrayBuffer))throw D("requested a shared WebAssembly.Memory but the returned buffer is not a SharedArrayBuffer, indicating that while the browser has SharedArrayBuffer it does not have WebAssembly threads support - you may need to set a flag"),x&&D("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)"), +Error("bad memory");k();Fa=d.buffer.byteLength;var G,Ga=[],Ha=[],Ia=[],Ja=0;function Ka(){return noExitRuntime||0{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>Ra(a));if(sa)return new Promise((b,c)=>{sa(a,e=>b(new Uint8Array(e)),c)})}return Promise.resolve().then(()=>Ra(a))}function Ta(a,b,c){return Sa(a).then(e=>WebAssembly.instantiate(e,b)).then(e=>e).then(c,e=>{D("failed to asynchronously prepare wasm: "+e);za(e)})} +function Ua(a,b){var c=Qa;return ya||"function"!=typeof WebAssembly.instantiateStreaming||Pa(c)||c.startsWith("file://")||x||"function"!=typeof fetch?Ta(c,a,b):fetch(c,{credentials:"same-origin"}).then(e=>WebAssembly.instantiateStreaming(e,a).then(b,function(f){D("wasm streaming compile failed: "+f);D("falling back to ArrayBuffer instantiation");return Ta(c,a,b)}))}function Va(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a} +function Wa(a){a.terminate();a.onmessage=()=>{}}function Xa(a){(a=I.g[a])||za();I.va(a)}function Ya(a){var b=I.la();if(!b)return 6;I.u.push(b);I.g[a.m]=b;b.m=a.m;var c={cmd:"run",start_routine:a.wa,arg:a.ia,pthread_ptr:a.m};c.D=a.D;c.P=a.P;x&&b.unref();b.postMessage(c,a.Da);return 0} +var Za="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,$a=(a,b,c)=>{var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}, +J=(a,b)=>a?$a(p(),a,b):"";function ab(a){if(A)return K(1,1,a);Ca=a;if(!Ka()){I.ya();if(w.onExit)w.onExit(a);Ba=!0}na(a,new Va(a))} +var cb=a=>{Ca=a;if(A)throw bb(a),"unwind";ab(a)},I={o:[],u:[],fa:[],g:{},O:function(){A?I.qa():I.pa()},pa:function(){for(var a=1;a--;)I.V();Ga.unshift(()=>{Na();I.sa(()=>Oa())})},qa:function(){I.receiveObjectTransfer=I.ua;I.threadInitTLS=I.ea;I.setExitStatus=I.da;noExitRuntime=!1},da:function(a){Ca=a},Ka:["$terminateWorker"],ya:function(){for(var a of I.u)Wa(a);for(a of I.o)Wa(a);I.o=[];I.u=[];I.g=[]},va:function(a){var b=a.m;delete I.g[b];I.o.push(a);I.u.splice(I.u.indexOf(a),1);a.m=0;db(b)},ua:function(a){"undefined"!= +typeof eb&&(Object.assign(L,a.P),!w.canvas&&a.D&&L[a.D]&&(w.canvas=L[a.D].F,w.canvas.id=a.D))},ea:function(){I.fa.forEach(a=>a())},$:a=>new Promise(b=>{a.onmessage=g=>{g=g.data;var l=g.cmd;if(g.targetThread&&g.targetThread!=fb()){var n=I.g[g.Ja];n?n.postMessage(g,g.transferList):D('Internal error! Worker sent a message "'+l+'" to target pthread '+g.targetThread+", but that thread no longer exists!")}else if("checkMailbox"===l)gb();else if("spawnThread"===l)Ya(g);else if("cleanupThread"===l)Xa(g.thread); +else if("killThread"===l)g=g.thread,l=I.g[g],delete I.g[g],Wa(l),db(g),I.u.splice(I.u.indexOf(l),1),l.m=0;else if("cancelThread"===l)I.g[g.thread].postMessage({cmd:"cancel"});else if("loaded"===l)a.loaded=!0,x&&!a.m&&a.unref(),b(a);else if("alert"===l)alert("Thread "+g.threadId+": "+g.text);else if("setimmediate"===g.target)a.postMessage(g);else if("callHandler"===l)w[g.handler](...g.args);else l&&D("worker sent an unknown command "+l)};a.onerror=g=>{D("worker sent an error! "+g.filename+":"+g.lineno+ +": "+g.message);throw g;};x&&(a.on("message",function(g){a.onmessage({data:g})}),a.on("error",function(g){a.onerror(g)}));var c=[],e=["onExit","onAbort","print","printErr"],f;for(f of e)w.hasOwnProperty(f)&&c.push(f);a.postMessage({cmd:"load",handlers:c,urlOrBlob:w.mainScriptUrlOrBlob||_scriptDir,wasmMemory:d,wasmModule:Aa})}),sa:function(a){if(A)return a();Promise.all(I.o.map(I.$)).then(a)},V:function(){var a=qa("skwasm.worker.js");a=new Worker(a);I.o.push(a)},la:function(){0==I.o.length&&(I.V(), +I.$(I.o[0]));return I.o.pop()}};w.PThread=I;var hb=a=>{for(;0>2];a=q()[a+56>>2];ib(b,b-a);M(b)};function bb(a){if(A)return K(2,0,a);cb(a)}w.invokeEntryPoint=function(a,b){a=G.get(a)(b);Ka()?I.da(a):jb(a)};function kb(a){this.C=a-24;this.ta=function(b){t()[this.C+4>>2]=b};this.ra=function(b){t()[this.C+8>>2]=b};this.O=function(b,c){this.ma();this.ta(b);this.ra(c)};this.ma=function(){t()[this.C+16>>2]=0}}var lb=0,mb=0; +function nb(a,b,c,e){return A?K(3,1,a,b,c,e):ob(a,b,c,e)} +function ob(a,b,c,e){if("undefined"==typeof SharedArrayBuffer)return D("Current environment does not support SharedArrayBuffer, pthreads are not available!"),6;var f=[],g=0,l=b?t()[b+40>>2]:0;4294967295==l?l="#canvas":l&&(l=J(l).trim());l&&(l=l.split(","));var n={},r=w.canvas?w.canvas.id:"",u;for(u in l){var y=l[u].trim();try{if("#canvas"==y){if(!w.canvas){D('pthread_create: could not find canvas with ID "'+y+'" to transfer to thread!');g=28;break}y=w.canvas.id}if(L[y]){var V=L[y];L[y]=null;w.canvas instanceof +OffscreenCanvas&&y===w.canvas.id&&(w.canvas=null)}else if(!A){var E=w.canvas&&w.canvas.id===y?w.canvas:document.querySelector(y);if(!E){D('pthread_create: could not find canvas with ID "'+y+'" to transfer to thread!');g=28;break}if(E.W){D('pthread_create: cannot transfer canvas with ID "'+y+'" to thread, since the current thread does not have control over it!');g=63;break}if(E.transferControlToOffscreen)E.h||(E.h=pb(12),q()[E.h>>2]=E.width,q()[E.h+4>>2]=E.height,q()[E.h+8>>2]=0),V={F:E.transferControlToOffscreen(), +h:E.h,id:E.id},E.W=!0;else return D('pthread_create: cannot transfer control of canvas "'+y+'" to pthread, because current browser does not support OffscreenCanvas!'),D("pthread_create: Build with -sOFFSCREEN_FRAMEBUFFER to enable fallback proxying of GL commands from pthread to main thread."),52}V&&(f.push(V.F),n[V.id]=V)}catch(m){return D('pthread_create: failed to transfer control of canvas "'+y+'" to OffscreenCanvas! Error: '+m),28}}if(A&&(0===f.length||g))return nb(a,b,c,e);if(g)return g;for(E of Object.values(n))q()[E.h+ +8>>2]=a;a={wa:c,m:a,ia:e,D:r,P:n,Da:f};return A?(a.Fa="spawnThread",postMessage(a,f),0):Ya(a)}function qb(a,b,c){return A?K(4,1,a,b,c):0}function rb(a,b){if(A)return K(5,1,a,b)}function sb(a,b,c){return A?K(6,1,a,b,c):0}function tb(a,b,c,e){if(A)return K(7,1,a,b,c,e)}var ub=a=>{if(!Ba)try{if(a(),!Ka())try{A?jb(Ca):cb(Ca)}catch(b){b instanceof Va||"unwind"==b||na(1,b)}}catch(b){b instanceof Va||"unwind"==b||na(1,b)}}; +function vb(a){"function"===typeof Atomics.Ea&&(Atomics.Ea(q(),a>>2,a).value.then(gb),a+=128,Atomics.store(q(),a>>2,1))}w.__emscripten_thread_mailbox_await=vb;function gb(){var a=fb();a&&(vb(a),ub(()=>wb()))}w.checkMailbox=gb; +var xb=a=>{var b=N();a=a();M(b);return a},yb=a=>{for(var b=0,c=0;c=e?b++:2047>=e?b+=2:55296<=e&&57343>=e?(b+=4,++c):b+=3}return b},zb=(a,b,c,e)=>{if(!(0=l){var n=a.charCodeAt(++g);l=65536+((l&1023)<<10)|n&1023}if(127>=l){if(c>=e)break;b[c++]=l}else{if(2047>=l){if(c+1>=e)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=e)break;b[c++]=224|l>>12}else{if(c+3>=e)break; +b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},Ab=a=>{var b=yb(a)+1,c=pb(b);c&&zb(a,p(),c,b);return c};function Bb(a,b,c,e){b=b?J(b):"";xb(function(){var f=Cb(12),g=0;b&&(g=Ab(b));q()[f>>2]=g;q()[f+4>>2]=c;q()[f+8>>2]=e;Db(a,654311424,0,g,f)})} +function Eb(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,e){b.vertexAttribDivisorANGLE(c,e)},a.drawArraysInstanced=function(c,e,f,g){b.drawArraysInstancedANGLE(c,e,f,g)},a.drawElementsInstanced=function(c,e,f,g,l){b.drawElementsInstancedANGLE(c,e,f,g,l)})} +function Fb(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Gb(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +function Hb(a){a.X=a.getExtension("WEBGL_draw_instanced_base_vertex_base_instance")}function Ib(a){a.ba=a.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance")}function Jb(a){a.Ia=a.getExtension("WEBGL_multi_draw")}var Kb=1,Lb=[],O=[],Mb=[],Nb=[],P=[],Q=[],Ob=[],Pb={},L={},R=[],Qb=[],Rb={},Sb={},Tb=4;function S(a){Ub||(Ub=a)}function Vb(a){for(var b=Kb++,c=a.length;c>2]=fb();var e={handle:c,attributes:b,version:b.aa,s:a};a.canvas&&(a.canvas.H=e);Pb[c]=e;("undefined"==typeof b.Z||b.Z)&&Yb(e);return c} +function Yb(a){a||(a=T);if(!a.oa){a.oa=!0;var b=a.s;Eb(b);Fb(b);Gb(b);Hb(b);Ib(b);2<=a.version&&(b.Y=b.getExtension("EXT_disjoint_timer_query_webgl2"));if(2>a.version||!b.Y)b.Y=b.getExtension("EXT_disjoint_timer_query");Jb(b);(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}}var eb={},Ub,T; +function Zb(a){a=2>2]=b,q()[e.h+4>>2]=c);if(e.F||!e.W)e.F&&(e=e.F),a=!1,e.H&&e.H.s&&(a=e.H.s.getParameter(2978),a=0===a[0]&&0===a[1]&&a[2]===e.width&&a[3]===e.height),e.width=b,e.height=c,a&&e.H.s.viewport(0,0,b,c);else return e.h?(e=q()[e.h+8>>2],Bb(e,a,b,c),1):-4;return 0} +function ac(a,b,c){return A?K(8,1,a,b,c):$b(a,b,c)}function bc(a,b,c,e,f,g,l,n){return A?K(9,1,a,b,c,e,f,g,l,n):-52}function cc(a,b,c,e,f,g,l){if(A)return K(10,1,a,b,c,e,f,g,l)}function dc(a,b){U.bindFramebuffer(a,Mb[b])}function ec(a){U.clear(a)}function fc(a,b,c,e){U.clearColor(a,b,c,e)}function gc(a){U.clearStencil(a)} +function hc(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&S(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=U.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>T.version){S(1282);return}e=2*(U.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>T.version){S(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=U.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":S(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:e=0;break;default:S(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:v()[b+4*a>>2]=f[a];break;case 4:aa()[b+a>>0]=f[a]?1:0}return}try{e=f.name| +0}catch(g){S(1280);D("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+g+")");return}}break;default:S(1280);D("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=e;t()[b>>2]=c;t()[b+4>>2]=(c-t()[b>>2])/4294967296;break;case 0:q()[b>>2]=e;break;case 2:v()[b>>2]=e;break;case 4:aa()[b>>0]=e?1:0}}else S(1281)}function ic(a,b){hc(a,b,0)} +function K(a,b){var c=arguments.length-2,e=arguments;return xb(()=>{for(var f=Cb(8*c),g=f>>3,l=0;l{if(!mc){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in lc)void 0===lc[b]?delete a[b]:a[b]=lc[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);mc=c}return mc},mc; +function oc(a,b){if(A)return K(11,1,a,b);var c=0;nc().forEach(function(e,f){var g=b+c;f=t()[a+4*f>>2]=g;for(g=0;g>0]=e.charCodeAt(g);aa()[f>>0]=0;c+=e.length+1});return 0}function pc(a,b){if(A)return K(12,1,a,b);var c=nc();t()[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});t()[b>>2]=e;return 0}function qc(a){return A?K(13,1,a):52}function rc(a,b,c,e,f,g){return A?K(14,1,a,b,c,e,f,g):52}function sc(a,b,c,e){return A?K(15,1,a,b,c,e):52} +function tc(a,b,c,e,f){return A?K(16,1,a,b,c,e,f):70}var uc=[null,[],[]];function vc(a,b,c,e){if(A)return K(17,1,a,b,c,e);for(var f=0,g=0;g>2],n=t()[b+4>>2];b+=8;for(var r=0;r>2]=f;return 0}function wc(a){U.bindVertexArray(Ob[a])}function xc(a,b){for(var c=0;c>2];U.deleteVertexArray(Ob[e]);Ob[e]=null}}var yc=[]; +function zc(a,b,c,e){U.drawElements(a,b,c,e)}function Ac(a,b,c,e){for(var f=0;f>2]=l}}function Bc(a,b){Ac(a,b,"createVertexArray",Ob)}function Cc(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function Dc(a){a-=5120;0==a?a=aa():1==a?a=p():2==a?(d.buffer!=h.buffer&&k(),a=Da):4==a?a=q():6==a?a=v():5==a||28922==a||28520==a||30779==a||30782==a?a=t():(d.buffer!=h.buffer&&k(),a=Ea);return a} +function Ec(a,b,c,e,f){a=Dc(a);var g=31-Math.clz32(a.BYTES_PER_ELEMENT),l=Tb;return a.subarray(f>>g,f+e*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>g)}function W(a){var b=U.ka;if(b){var c=b.G[a];"number"==typeof c&&(b.G[a]=c=U.getUniformLocation(b,b.ga[a]+(00===a%4&&(0!==a%100||0===a%400),Qc=[31,29,31,30,31,30,31,31,30,31,30,31],Rc=[31,28,31,30,31,30,31,31,30,31,30,31];function Sc(a){var b=Array(yb(a)+1);zb(a,b,0,b.length);return b} +var Tc=(a,b)=>{aa().set(a,b)},Uc=(a,b,c,e)=>{function f(m,z,B){for(m="number"==typeof m?m.toString():m||"";m.lengthHc?-1:0ba-m.getDate())z-=ba-m.getDate()+1,m.setDate(1),11>B?m.setMonth(B+1):(m.setMonth(0),m.setFullYear(m.getFullYear()+1));else{m.setDate(m.getDate()+z);break}}B=new Date(m.getFullYear()+1,0,4);z=n(new Date(m.getFullYear(), +0,4));B=n(B);return 0>=l(z,m)?0>=l(B,m)?m.getFullYear()+1:m.getFullYear():m.getFullYear()-1}var u=q()[e+40>>2];e={Ba:q()[e>>2],Aa:q()[e+4>>2],L:q()[e+8>>2],T:q()[e+12>>2],M:q()[e+16>>2],A:q()[e+20>>2],l:q()[e+24>>2],v:q()[e+28>>2],La:q()[e+32>>2],za:q()[e+36>>2],Ca:u?J(u):""};c=J(c);u={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in u)c=c.replace(new RegExp(y,"g"),u[y]);var V="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),E="January February March April May June July August September October November December".split(" ");u={"%a":m=>V[m.l].substring(0,3),"%A":m=>V[m.l],"%b":m=>E[m.M].substring(0,3),"%B":m=>E[m.M],"%C":m=>g((m.A+1900)/100| +0,2),"%d":m=>g(m.T,2),"%e":m=>f(m.T,2," "),"%g":m=>r(m).toString().substring(2),"%G":m=>r(m),"%H":m=>g(m.L,2),"%I":m=>{m=m.L;0==m?m=12:12{for(var z=0,B=0;B<=m.M-1;z+=(Pc(m.A+1900)?Qc:Rc)[B++]);return g(m.T+z,3)},"%m":m=>g(m.M+1,2),"%M":m=>g(m.Aa,2),"%n":()=>"\n","%p":m=>0<=m.L&&12>m.L?"AM":"PM","%S":m=>g(m.Ba,2),"%t":()=>"\t","%u":m=>m.l||7,"%U":m=>g(Math.floor((m.v+7-m.l)/7),2),"%V":m=>{var z=Math.floor((m.v+7-(m.l+6)%7)/7);2>=(m.l+371-m.v-2)%7&&z++;if(z)53==z&& +(B=(m.l+371-m.v)%7,4==B||3==B&&Pc(m.A)||(z=1));else{z=52;var B=(m.l+7-m.v-1)%7;(4==B||5==B&&Pc(m.A%400-1))&&z++}return g(z,2)},"%w":m=>m.l,"%W":m=>g(Math.floor((m.v+7-(m.l+6)%7)/7),2),"%y":m=>(m.A+1900).toString().substring(2),"%Y":m=>m.A+1900,"%z":m=>{m=m.za;var z=0<=m;m=Math.abs(m)/60;return(z?"+":"-")+String("0000"+(m/60*100+m%60)).slice(-4)},"%Z":m=>m.Ca,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in u)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),u[y](e)));c=c.replace(/\0\0/g,"%");y=Sc(c); +if(y.length>b)return 0;Tc(y,a);return y.length-1},Vc=void 0,Wc=[];I.O();for(var U,Y=0;32>Y;++Y)yc.push(Array(Y));var Xc=new Float32Array(288);for(Y=0;288>Y;++Y)X[Y]=Xc.subarray(0,Y+1);var Yc=new Int32Array(288);for(Y=0;288>Y;++Y)Fc[Y]=Yc.subarray(0,Y+1); +(function(){const a=new Map,b=new Map;Oc=function(c,e,f){I.g[c].postMessage({S:"setAssociatedObject",R:e,object:f},[f])};Lc=function(c){return b.get(c)};Mc=function(c){function e({data:f}){var g=f.S;if(g)switch(g){case "onRenderComplete":Zc(f.xa,f.ja,f.na);break;case "setAssociatedObject":b.set(f.R,f.object);break;case "disposeAssociatedObject":f=f.R;g=b.get(f);g.close&&g.close();b.delete(f);break;default:console.warn(`unrecognized skwasm message: ${g}`)}}c?I.g[c].addEventListener("message",e):addEventListener("message", +e)};Jc=function(c,e){c=new OffscreenCanvas(c,e);e=Wb(c);a.set(e,c);return e};Nc=function(c,e,f){c=a.get(c);c.width=e;c.height=f};Gc=async function(c,e,f,g,l){e=a.get(e);g=await createImageBitmap(e,0,0,g,l);postMessage({S:"onRenderComplete",xa:c,ja:f,na:g},[g])};Ic=function(c,e,f){const g=T.s,l=g.createTexture();g.bindTexture(g.TEXTURE_2D,l);g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);g.texImage2D(g.TEXTURE_2D,0,g.RGBA,e,f,0,g.RGBA,g.UNSIGNED_BYTE,c);g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL, +!1);g.bindTexture(g.TEXTURE_2D,null);c=Vb(P);P[c]=l;return c};Kc=function(c,e){I.g[c].postMessage({S:"disposeAssociatedObject",R:e})}})(); +var $c=[null,ab,bb,nb,qb,rb,sb,tb,ac,bc,cc,oc,pc,qc,rc,sc,tc,vc],md={__cxa_throw:function(a,b,c){(new kb(a)).O(b,c);lb=a;mb++;throw lb;},__emscripten_init_main_thread_js:function(a){ad(a,!pa,1,!oa,65536,!1);I.ea()},__emscripten_thread_cleanup:function(a){A?postMessage({cmd:"cleanupThread",thread:a}):Xa(a)},__pthread_create_js:ob,__syscall_fcntl64:qb,__syscall_fstat64:rb,__syscall_ioctl:sb,__syscall_openat:tb,_emscripten_get_now_is_monotonic:()=>!0,_emscripten_notify_mailbox_postmessage:function(a, +b){a==b?setTimeout(()=>gb()):A?postMessage({targetThread:a,cmd:"checkMailbox"}):(a=I.g[a])&&a.postMessage({cmd:"checkMailbox"})},_emscripten_set_offscreencanvas_size:function(a,b,c){return Zb(a)?$b(a,b,c):ac(a,b,c)},_emscripten_thread_mailbox_await:vb,_emscripten_thread_set_strongref:function(a){x&&I.g[a].ref()},_emscripten_throw_longjmp:()=>{throw Infinity;},_mmap_js:bc,_munmap_js:cc,abort:()=>{za("")},emscripten_check_blocking_allowed:function(){},emscripten_exit_with_live_runtime:()=>{Ja+=1;throw"unwind"; +},emscripten_get_now:()=>performance.timeOrigin+performance.now(),emscripten_glBindFramebuffer:dc,emscripten_glClear:ec,emscripten_glClearColor:fc,emscripten_glClearStencil:gc,emscripten_glGetIntegerv:ic,emscripten_receive_on_main_thread_js:function(a,b,c,e){I.Ha=b;kc.length=c;b=e>>3;for(e=0;e{var b=p().length;a>>>=0;if(a<=b||2147483648=c;c*=2){var e=b*(1+.2/c);e=Math.min(e,a+100663296);var f=Math; +e=Math.max(a,e);a:{f=f.min.call(f,2147483648,e+(65536-e%65536)%65536)-d.buffer.byteLength+65535>>>16;try{d.grow(f);k();var g=1;break a}catch(l){}g=void 0}if(g)return!0}return!1},emscripten_webgl_enable_extension:function(a,b){a=Pb[a];b=J(b);b.startsWith("GL_")&&(b=b.substr(3));"ANGLE_instanced_arrays"==b&&Eb(U);"OES_vertex_array_object"==b&&Fb(U);"WEBGL_draw_buffers"==b&&Gb(U);"WEBGL_draw_instanced_base_vertex_base_instance"==b&&Hb(U);"WEBGL_multi_draw_instanced_base_vertex_base_instance"==b&&Ib(U); +"WEBGL_multi_draw"==b&&Jb(U);return!!a.s.getExtension(b)},emscripten_webgl_get_current_context:function(){return T?T.handle:0},emscripten_webgl_make_context_current:function(a){T=Pb[a];w.Ga=U=T&&T.s;return!a||U?0:-5},environ_get:oc,environ_sizes_get:pc,exit:cb,fd_close:qc,fd_pread:rc,fd_read:sc,fd_seek:tc,fd_write:vc,glActiveTexture:function(a){U.activeTexture(a)},glAttachShader:function(a,b){U.attachShader(O[a],Q[b])},glBindAttribLocation:function(a,b,c){U.bindAttribLocation(O[a],b,J(c))},glBindBuffer:function(a, +b){35051==a?U.N=b:35052==a&&(U.B=b);U.bindBuffer(a,Lb[b])},glBindFramebuffer:dc,glBindRenderbuffer:function(a,b){U.bindRenderbuffer(a,Nb[b])},glBindSampler:function(a,b){U.bindSampler(a,R[b])},glBindTexture:function(a,b){U.bindTexture(a,P[b])},glBindVertexArray:wc,glBindVertexArrayOES:wc,glBlendColor:function(a,b,c,e){U.blendColor(a,b,c,e)},glBlendEquation:function(a){U.blendEquation(a)},glBlendFunc:function(a,b){U.blendFunc(a,b)},glBlitFramebuffer:function(a,b,c,e,f,g,l,n,r,u){U.blitFramebuffer(a, +b,c,e,f,g,l,n,r,u)},glBufferData:function(a,b,c,e){2<=T.version?c&&b?U.bufferData(a,p(),e,c,b):U.bufferData(a,b,e):U.bufferData(a,c?p().subarray(c,c+b):b,e)},glBufferSubData:function(a,b,c,e){2<=T.version?c&&U.bufferSubData(a,b,p(),e,c):U.bufferSubData(a,b,p().subarray(e,e+c))},glCheckFramebufferStatus:function(a){return U.checkFramebufferStatus(a)},glClear:ec,glClearColor:fc,glClearStencil:gc,glClientWaitSync:function(a,b,c,e){return U.clientWaitSync(Qb[a],b,(c>>>0)+4294967296*e)},glColorMask:function(a, +b,c,e){U.colorMask(!!a,!!b,!!c,!!e)},glCompileShader:function(a){U.compileShader(Q[a])},glCompressedTexImage2D:function(a,b,c,e,f,g,l,n){2<=T.version?U.B||!l?U.compressedTexImage2D(a,b,c,e,f,g,l,n):U.compressedTexImage2D(a,b,c,e,f,g,p(),n,l):U.compressedTexImage2D(a,b,c,e,f,g,n?p().subarray(n,n+l):null)},glCompressedTexSubImage2D:function(a,b,c,e,f,g,l,n,r){2<=T.version?U.B||!n?U.compressedTexSubImage2D(a,b,c,e,f,g,l,n,r):U.compressedTexSubImage2D(a,b,c,e,f,g,l,p(),r,n):U.compressedTexSubImage2D(a, +b,c,e,f,g,l,r?p().subarray(r,r+n):null)},glCopyBufferSubData:function(a,b,c,e,f){U.copyBufferSubData(a,b,c,e,f)},glCopyTexSubImage2D:function(a,b,c,e,f,g,l,n){U.copyTexSubImage2D(a,b,c,e,f,g,l,n)},glCreateProgram:function(){var a=Vb(O),b=U.createProgram();b.name=a;b.K=b.I=b.J=0;b.U=1;O[a]=b;return a},glCreateShader:function(a){var b=Vb(Q);Q[b]=U.createShader(a);return b},glCullFace:function(a){U.cullFace(a)},glDeleteBuffers:function(a,b){for(var c=0;c>2],f=Lb[e];f&&(U.deleteBuffer(f), +f.name=0,Lb[e]=null,e==U.N&&(U.N=0),e==U.B&&(U.B=0))}},glDeleteFramebuffers:function(a,b){for(var c=0;c>2],f=Mb[e];f&&(U.deleteFramebuffer(f),f.name=0,Mb[e]=null)}},glDeleteProgram:function(a){if(a){var b=O[a];b?(U.deleteProgram(b),b.name=0,O[a]=null):S(1281)}},glDeleteRenderbuffers:function(a,b){for(var c=0;c>2],f=Nb[e];f&&(U.deleteRenderbuffer(f),f.name=0,Nb[e]=null)}},glDeleteSamplers:function(a,b){for(var c=0;c>2],f=R[e]; +f&&(U.deleteSampler(f),f.name=0,R[e]=null)}},glDeleteShader:function(a){if(a){var b=Q[a];b?(U.deleteShader(b),Q[a]=null):S(1281)}},glDeleteSync:function(a){if(a){var b=Qb[a];b?(U.deleteSync(b),b.name=0,Qb[a]=null):S(1281)}},glDeleteTextures:function(a,b){for(var c=0;c>2],f=P[e];f&&(U.deleteTexture(f),f.name=0,P[e]=null)}},glDeleteVertexArrays:xc,glDeleteVertexArraysOES:xc,glDepthMask:function(a){U.depthMask(!!a)},glDisable:function(a){U.disable(a)},glDisableVertexAttribArray:function(a){U.disableVertexAttribArray(a)}, +glDrawArrays:function(a,b,c){U.drawArrays(a,b,c)},glDrawArraysInstanced:function(a,b,c,e){U.drawArraysInstanced(a,b,c,e)},glDrawArraysInstancedBaseInstanceWEBGL:function(a,b,c,e,f){U.X.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},glDrawBuffers:function(a,b){for(var c=yc[a],e=0;e>2];U.drawBuffers(c)},glDrawElements:zc,glDrawElementsInstanced:function(a,b,c,e,f){U.drawElementsInstanced(a,b,c,e,f)},glDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,e,f,g,l){U.X.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,e,f,g,l)},glDrawRangeElements:function(a,b,c,e,f,g){zc(a,e,f,g)},glEnable:function(a){U.enable(a)},glEnableVertexAttribArray:function(a){U.enableVertexAttribArray(a)},glFenceSync:function(a,b){return(a=U.fenceSync(a,b))?(b=Vb(Qb),a.name=b,Qb[b]=a,b):0},glFinish:function(){U.finish()},glFlush:function(){U.flush()},glFramebufferRenderbuffer:function(a,b,c,e){U.framebufferRenderbuffer(a,b,c,Nb[e])},glFramebufferTexture2D:function(a,b,c,e,f){U.framebufferTexture2D(a,b,c,P[e],f)},glFrontFace:function(a){U.frontFace(a)}, +glGenBuffers:function(a,b){Ac(a,b,"createBuffer",Lb)},glGenFramebuffers:function(a,b){Ac(a,b,"createFramebuffer",Mb)},glGenRenderbuffers:function(a,b){Ac(a,b,"createRenderbuffer",Nb)},glGenSamplers:function(a,b){Ac(a,b,"createSampler",R)},glGenTextures:function(a,b){Ac(a,b,"createTexture",P)},glGenVertexArrays:Bc,glGenVertexArraysOES:Bc,glGenerateMipmap:function(a){U.generateMipmap(a)},glGetBufferParameteriv:function(a,b,c){c?q()[c>>2]=U.getBufferParameter(a,b):S(1281)},glGetError:function(){var a= +U.getError()||Ub;Ub=0;return a},glGetFloatv:function(a,b){hc(a,b,2)},glGetFramebufferAttachmentParameteriv:function(a,b,c,e){a=U.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;q()[e>>2]=a},glGetIntegerv:ic,glGetProgramInfoLog:function(a,b,c,e){a=U.getProgramInfoLog(O[a]);null===a&&(a="(unknown error)");var f;0>2]=b)},glGetProgramiv:function(a,b,c){if(c)if(a>=Kb)S(1281);else if(a=O[a],35716==b)a= +U.getProgramInfoLog(a),null===a&&(a="(unknown error)"),q()[c>>2]=a.length+1;else if(35719==b){if(!a.K)for(b=0;b>2]=a.K}else if(35722==b){if(!a.I)for(b=0;b>2]=a.I}else if(35381==b){if(!a.J)for(b=0;b>2]=a.J}else q()[c>> +2]=U.getProgramParameter(a,b);else S(1281)},glGetRenderbufferParameteriv:function(a,b,c){c?q()[c>>2]=U.getRenderbufferParameter(a,b):S(1281)},glGetShaderInfoLog:function(a,b,c,e){a=U.getShaderInfoLog(Q[a]);null===a&&(a="(unknown error)");var f;0>2]=b)},glGetShaderPrecisionFormat:function(a,b,c,e){a=U.getShaderPrecisionFormat(a,b);q()[c>>2]=a.rangeMin;q()[c+4>>2]=a.rangeMax;q()[e>>2]=a.precision},glGetShaderiv:function(a,b,c){c?35716==b?(a=U.getShaderInfoLog(Q[a]), +null===a&&(a="(unknown error)"),a=a?a.length+1:0,q()[c>>2]=a):35720==b?(a=(a=U.getShaderSource(Q[a]))?a.length+1:0,q()[c>>2]=a):q()[c>>2]=U.getShaderParameter(Q[a],b):S(1281)},glGetString:function(a){var b=Rb[a];if(!b){switch(a){case 7939:b=U.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=Ab(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=U.getParameter(a))||S(1280);b=b&&Ab(b);break;case 7938:b=U.getParameter(7938);b=2<=T.version?"OpenGL ES 3.0 ("+b+")": +"OpenGL ES 2.0 ("+b+")";b=Ab(b);break;case 35724:b=U.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=Ab(b);break;default:S(1280)}Rb[a]=b}return b},glGetStringi:function(a,b){if(2>T.version)return S(1282),0;var c=Sb[a];if(c)return 0>b||b>=c.length?(S(1281),0):c[b];switch(a){case 7939:return c=U.getSupportedExtensions()||[],c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return Ab(e)}), +c=Sb[a]=c,0>b||b>=c.length?(S(1281),0):c[b];default:return S(1280),0}},glGetUniformLocation:function(a,b){b=J(b);if(a=O[a]){var c=a,e=c.G,f=c.ha,g;if(!e)for(c.G=e={},c.ga={},g=0;g>>0,f=b.slice(0,g));if((f=a.ha[f])&&e>2];U.invalidateFramebuffer(a,e)},glInvalidateSubFramebuffer:function(a,b,c,e,f,g,l){for(var n=yc[b],r=0;r>2];U.invalidateSubFramebuffer(a,n,e,f,g,l)},glIsSync:function(a){return U.isSync(Qb[a])},glIsTexture:function(a){return(a=P[a])?U.isTexture(a):0},glLineWidth:function(a){U.lineWidth(a)},glLinkProgram:function(a){a=O[a];U.linkProgram(a);a.G=0;a.ha={}},glMultiDrawArraysInstancedBaseInstanceWEBGL:function(a, +b,c,e,f,g){U.ba.multiDrawArraysInstancedBaseInstanceWEBGL(a,q(),b>>2,q(),c>>2,q(),e>>2,t(),f>>2,g)},glMultiDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,e,f,g,l,n){U.ba.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,q(),b>>2,c,q(),e>>2,q(),f>>2,q(),g>>2,t(),l>>2,n)},glPixelStorei:function(a,b){3317==a&&(Tb=b);U.pixelStorei(a,b)},glReadBuffer:function(a){U.readBuffer(a)},glReadPixels:function(a,b,c,e,f,g,l){if(2<=T.version)if(U.N)U.readPixels(a,b,c,e,f,g,l);else{var n=Dc(g); +U.readPixels(a,b,c,e,f,g,n,l>>31-Math.clz32(n.BYTES_PER_ELEMENT))}else(l=Ec(g,f,c,e,l))?U.readPixels(a,b,c,e,f,g,l):S(1280)},glRenderbufferStorage:function(a,b,c,e){U.renderbufferStorage(a,b,c,e)},glRenderbufferStorageMultisample:function(a,b,c,e,f){U.renderbufferStorageMultisample(a,b,c,e,f)},glSamplerParameterf:function(a,b,c){U.samplerParameterf(R[a],b,c)},glSamplerParameteri:function(a,b,c){U.samplerParameteri(R[a],b,c)},glSamplerParameteriv:function(a,b,c){c=q()[c>>2];U.samplerParameteri(R[a], +b,c)},glScissor:function(a,b,c,e){U.scissor(a,b,c,e)},glShaderSource:function(a,b,c,e){for(var f="",g=0;g>2]:-1;f+=J(q()[c+4*g>>2],0>l?void 0:l)}U.shaderSource(Q[a],f)},glStencilFunc:function(a,b,c){U.stencilFunc(a,b,c)},glStencilFuncSeparate:function(a,b,c,e){U.stencilFuncSeparate(a,b,c,e)},glStencilMask:function(a){U.stencilMask(a)},glStencilMaskSeparate:function(a,b){U.stencilMaskSeparate(a,b)},glStencilOp:function(a,b,c){U.stencilOp(a,b,c)},glStencilOpSeparate:function(a, +b,c,e){U.stencilOpSeparate(a,b,c,e)},glTexImage2D:function(a,b,c,e,f,g,l,n,r){if(2<=T.version)if(U.B)U.texImage2D(a,b,c,e,f,g,l,n,r);else if(r){var u=Dc(n);U.texImage2D(a,b,c,e,f,g,l,n,u,r>>31-Math.clz32(u.BYTES_PER_ELEMENT))}else U.texImage2D(a,b,c,e,f,g,l,n,null);else U.texImage2D(a,b,c,e,f,g,l,n,r?Ec(n,l,e,f,r):null)},glTexParameterf:function(a,b,c){U.texParameterf(a,b,c)},glTexParameterfv:function(a,b,c){c=v()[c>>2];U.texParameterf(a,b,c)},glTexParameteri:function(a,b,c){U.texParameteri(a,b,c)}, +glTexParameteriv:function(a,b,c){c=q()[c>>2];U.texParameteri(a,b,c)},glTexStorage2D:function(a,b,c,e,f){U.texStorage2D(a,b,c,e,f)},glTexSubImage2D:function(a,b,c,e,f,g,l,n,r){if(2<=T.version)if(U.B)U.texSubImage2D(a,b,c,e,f,g,l,n,r);else if(r){var u=Dc(n);U.texSubImage2D(a,b,c,e,f,g,l,n,u,r>>31-Math.clz32(u.BYTES_PER_ELEMENT))}else U.texSubImage2D(a,b,c,e,f,g,l,n,null);else u=null,r&&(u=Ec(n,l,f,g,r)),U.texSubImage2D(a,b,c,e,f,g,l,n,u)},glUniform1f:function(a,b){U.uniform1f(W(a),b)},glUniform1fv:function(a, +b,c){if(2<=T.version)b&&U.uniform1fv(W(a),v(),c>>2,b);else{if(288>=b)for(var e=X[b-1],f=0;f>2];else e=v().subarray(c>>2,c+4*b>>2);U.uniform1fv(W(a),e)}},glUniform1i:function(a,b){U.uniform1i(W(a),b)},glUniform1iv:function(a,b,c){if(2<=T.version)b&&U.uniform1iv(W(a),q(),c>>2,b);else{if(288>=b)for(var e=Fc[b-1],f=0;f>2];else e=q().subarray(c>>2,c+4*b>>2);U.uniform1iv(W(a),e)}},glUniform2f:function(a,b,c){U.uniform2f(W(a),b,c)},glUniform2fv:function(a,b,c){if(2<= +T.version)b&&U.uniform2fv(W(a),v(),c>>2,2*b);else{if(144>=b)for(var e=X[2*b-1],f=0;f<2*b;f+=2)e[f]=v()[c+4*f>>2],e[f+1]=v()[c+(4*f+4)>>2];else e=v().subarray(c>>2,c+8*b>>2);U.uniform2fv(W(a),e)}},glUniform2i:function(a,b,c){U.uniform2i(W(a),b,c)},glUniform2iv:function(a,b,c){if(2<=T.version)b&&U.uniform2iv(W(a),q(),c>>2,2*b);else{if(144>=b)for(var e=Fc[2*b-1],f=0;f<2*b;f+=2)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+(4*f+4)>>2];else e=q().subarray(c>>2,c+8*b>>2);U.uniform2iv(W(a),e)}},glUniform3f:function(a, +b,c,e){U.uniform3f(W(a),b,c,e)},glUniform3fv:function(a,b,c){if(2<=T.version)b&&U.uniform3fv(W(a),v(),c>>2,3*b);else{if(96>=b)for(var e=X[3*b-1],f=0;f<3*b;f+=3)e[f]=v()[c+4*f>>2],e[f+1]=v()[c+(4*f+4)>>2],e[f+2]=v()[c+(4*f+8)>>2];else e=v().subarray(c>>2,c+12*b>>2);U.uniform3fv(W(a),e)}},glUniform3i:function(a,b,c,e){U.uniform3i(W(a),b,c,e)},glUniform3iv:function(a,b,c){if(2<=T.version)b&&U.uniform3iv(W(a),q(),c>>2,3*b);else{if(96>=b)for(var e=Fc[3*b-1],f=0;f<3*b;f+=3)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+ +(4*f+4)>>2],e[f+2]=q()[c+(4*f+8)>>2];else e=q().subarray(c>>2,c+12*b>>2);U.uniform3iv(W(a),e)}},glUniform4f:function(a,b,c,e,f){U.uniform4f(W(a),b,c,e,f)},glUniform4fv:function(a,b,c){if(2<=T.version)b&&U.uniform4fv(W(a),v(),c>>2,4*b);else{if(72>=b){var e=X[4*b-1],f=v();c>>=2;for(var g=0;g<4*b;g+=4){var l=c+g;e[g]=f[l];e[g+1]=f[l+1];e[g+2]=f[l+2];e[g+3]=f[l+3]}}else e=v().subarray(c>>2,c+16*b>>2);U.uniform4fv(W(a),e)}},glUniform4i:function(a,b,c,e,f){U.uniform4i(W(a),b,c,e,f)},glUniform4iv:function(a, +b,c){if(2<=T.version)b&&U.uniform4iv(W(a),q(),c>>2,4*b);else{if(72>=b)for(var e=Fc[4*b-1],f=0;f<4*b;f+=4)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+(4*f+4)>>2],e[f+2]=q()[c+(4*f+8)>>2],e[f+3]=q()[c+(4*f+12)>>2];else e=q().subarray(c>>2,c+16*b>>2);U.uniform4iv(W(a),e)}},glUniformMatrix2fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix2fv(W(a),!!c,v(),e>>2,4*b);else{if(72>=b)for(var f=X[4*b-1],g=0;g<4*b;g+=4)f[g]=v()[e+4*g>>2],f[g+1]=v()[e+(4*g+4)>>2],f[g+2]=v()[e+(4*g+8)>>2],f[g+3]=v()[e+(4*g+12)>>2];else f= +v().subarray(e>>2,e+16*b>>2);U.uniformMatrix2fv(W(a),!!c,f)}},glUniformMatrix3fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix3fv(W(a),!!c,v(),e>>2,9*b);else{if(32>=b)for(var f=X[9*b-1],g=0;g<9*b;g+=9)f[g]=v()[e+4*g>>2],f[g+1]=v()[e+(4*g+4)>>2],f[g+2]=v()[e+(4*g+8)>>2],f[g+3]=v()[e+(4*g+12)>>2],f[g+4]=v()[e+(4*g+16)>>2],f[g+5]=v()[e+(4*g+20)>>2],f[g+6]=v()[e+(4*g+24)>>2],f[g+7]=v()[e+(4*g+28)>>2],f[g+8]=v()[e+(4*g+32)>>2];else f=v().subarray(e>>2,e+36*b>>2);U.uniformMatrix3fv(W(a),!!c,f)}}, +glUniformMatrix4fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix4fv(W(a),!!c,v(),e>>2,16*b);else{if(18>=b){var f=X[16*b-1],g=v();e>>=2;for(var l=0;l<16*b;l+=16){var n=e+l;f[l]=g[n];f[l+1]=g[n+1];f[l+2]=g[n+2];f[l+3]=g[n+3];f[l+4]=g[n+4];f[l+5]=g[n+5];f[l+6]=g[n+6];f[l+7]=g[n+7];f[l+8]=g[n+8];f[l+9]=g[n+9];f[l+10]=g[n+10];f[l+11]=g[n+11];f[l+12]=g[n+12];f[l+13]=g[n+13];f[l+14]=g[n+14];f[l+15]=g[n+15]}}else f=v().subarray(e>>2,e+64*b>>2);U.uniformMatrix4fv(W(a),!!c,f)}},glUseProgram:function(a){a= +O[a];U.useProgram(a);U.ka=a},glVertexAttrib1f:function(a,b){U.vertexAttrib1f(a,b)},glVertexAttrib2fv:function(a,b){U.vertexAttrib2f(a,v()[b>>2],v()[b+4>>2])},glVertexAttrib3fv:function(a,b){U.vertexAttrib3f(a,v()[b>>2],v()[b+4>>2],v()[b+8>>2])},glVertexAttrib4fv:function(a,b){U.vertexAttrib4f(a,v()[b>>2],v()[b+4>>2],v()[b+8>>2],v()[b+12>>2])},glVertexAttribDivisor:function(a,b){U.vertexAttribDivisor(a,b)},glVertexAttribIPointer:function(a,b,c,e,f){U.vertexAttribIPointer(a,b,c,e,f)},glVertexAttribPointer:function(a, +b,c,e,f,g){U.vertexAttribPointer(a,b,c,!!e,f,g)},glViewport:function(a,b,c,e){U.viewport(a,b,c,e)},glWaitSync:function(a,b,c,e){U.waitSync(Qb[a],b,(c>>>0)+4294967296*e)},invoke_ii:bd,invoke_iii:cd,invoke_iiii:dd,invoke_iiiii:ed,invoke_iiiiiii:fd,invoke_vi:gd,invoke_vii:hd,invoke_viii:jd,invoke_viiii:kd,invoke_viiiiiii:ld,memory:d||w.wasmMemory,skwasm_captureImageBitmap:Gc,skwasm_createGlTextureFromTextureSource:Ic,skwasm_createOffscreenCanvas:Jc,skwasm_disposeAssociatedObjectOnThread:Kc,skwasm_getAssociatedObject:Lc, +skwasm_registerMessageListener:Mc,skwasm_resizeCanvas:Nc,skwasm_setAssociatedObjectOnThread:Oc,strftime_l:(a,b,c,e)=>Uc(a,b,c,e)}; +(function(){function a(c,e){F=c=c.exports;w.wasmExports=F;I.fa.push(F._emscripten_tls_init);G=F.__indirect_function_table;Ha.unshift(F.__wasm_call_ctors);Aa=e;Oa();return c}var b={env:md,wasi_snapshot_preview1:md};Na();if(w.instantiateWasm)try{return w.instantiateWasm(b,a)}catch(c){D("Module.instantiateWasm callback failed with error: "+c),ka(c)}Ua(b,function(c){a(c.instance,c.module)}).catch(ka);return{}})();w._canvas_saveLayer=(a,b,c,e)=>(w._canvas_saveLayer=F.canvas_saveLayer)(a,b,c,e); +w._canvas_save=a=>(w._canvas_save=F.canvas_save)(a);w._canvas_restore=a=>(w._canvas_restore=F.canvas_restore)(a);w._canvas_restoreToCount=(a,b)=>(w._canvas_restoreToCount=F.canvas_restoreToCount)(a,b);w._canvas_getSaveCount=a=>(w._canvas_getSaveCount=F.canvas_getSaveCount)(a);w._canvas_translate=(a,b,c)=>(w._canvas_translate=F.canvas_translate)(a,b,c);w._canvas_scale=(a,b,c)=>(w._canvas_scale=F.canvas_scale)(a,b,c);w._canvas_rotate=(a,b)=>(w._canvas_rotate=F.canvas_rotate)(a,b); +w._canvas_skew=(a,b,c)=>(w._canvas_skew=F.canvas_skew)(a,b,c);w._canvas_transform=(a,b)=>(w._canvas_transform=F.canvas_transform)(a,b);w._canvas_clipRect=(a,b,c,e)=>(w._canvas_clipRect=F.canvas_clipRect)(a,b,c,e);w._canvas_clipRRect=(a,b,c)=>(w._canvas_clipRRect=F.canvas_clipRRect)(a,b,c);w._canvas_clipPath=(a,b,c)=>(w._canvas_clipPath=F.canvas_clipPath)(a,b,c);w._canvas_drawColor=(a,b,c)=>(w._canvas_drawColor=F.canvas_drawColor)(a,b,c); +w._canvas_drawLine=(a,b,c,e,f,g)=>(w._canvas_drawLine=F.canvas_drawLine)(a,b,c,e,f,g);w._canvas_drawPaint=(a,b)=>(w._canvas_drawPaint=F.canvas_drawPaint)(a,b);w._canvas_drawRect=(a,b,c)=>(w._canvas_drawRect=F.canvas_drawRect)(a,b,c);w._canvas_drawRRect=(a,b,c)=>(w._canvas_drawRRect=F.canvas_drawRRect)(a,b,c);w._canvas_drawDRRect=(a,b,c,e)=>(w._canvas_drawDRRect=F.canvas_drawDRRect)(a,b,c,e);w._canvas_drawOval=(a,b,c)=>(w._canvas_drawOval=F.canvas_drawOval)(a,b,c); +w._canvas_drawCircle=(a,b,c,e,f)=>(w._canvas_drawCircle=F.canvas_drawCircle)(a,b,c,e,f);w._canvas_drawArc=(a,b,c,e,f,g)=>(w._canvas_drawArc=F.canvas_drawArc)(a,b,c,e,f,g);w._canvas_drawPath=(a,b,c)=>(w._canvas_drawPath=F.canvas_drawPath)(a,b,c);w._canvas_drawShadow=(a,b,c,e,f,g)=>(w._canvas_drawShadow=F.canvas_drawShadow)(a,b,c,e,f,g);w._canvas_drawParagraph=(a,b,c,e)=>(w._canvas_drawParagraph=F.canvas_drawParagraph)(a,b,c,e); +w._canvas_drawPicture=(a,b)=>(w._canvas_drawPicture=F.canvas_drawPicture)(a,b);w._canvas_drawImage=(a,b,c,e,f,g)=>(w._canvas_drawImage=F.canvas_drawImage)(a,b,c,e,f,g);w._canvas_drawImageRect=(a,b,c,e,f,g)=>(w._canvas_drawImageRect=F.canvas_drawImageRect)(a,b,c,e,f,g);w._canvas_drawImageNine=(a,b,c,e,f,g)=>(w._canvas_drawImageNine=F.canvas_drawImageNine)(a,b,c,e,f,g);w._canvas_drawVertices=(a,b,c,e)=>(w._canvas_drawVertices=F.canvas_drawVertices)(a,b,c,e); +w._canvas_drawPoints=(a,b,c,e,f)=>(w._canvas_drawPoints=F.canvas_drawPoints)(a,b,c,e,f);w._canvas_drawAtlas=(a,b,c,e,f,g,l,n,r)=>(w._canvas_drawAtlas=F.canvas_drawAtlas)(a,b,c,e,f,g,l,n,r);w._canvas_getTransform=(a,b)=>(w._canvas_getTransform=F.canvas_getTransform)(a,b);w._canvas_getLocalClipBounds=(a,b)=>(w._canvas_getLocalClipBounds=F.canvas_getLocalClipBounds)(a,b);w._canvas_getDeviceClipBounds=(a,b)=>(w._canvas_getDeviceClipBounds=F.canvas_getDeviceClipBounds)(a,b); +w._contourMeasureIter_create=(a,b,c)=>(w._contourMeasureIter_create=F.contourMeasureIter_create)(a,b,c);w._contourMeasureIter_next=a=>(w._contourMeasureIter_next=F.contourMeasureIter_next)(a);w._contourMeasureIter_dispose=a=>(w._contourMeasureIter_dispose=F.contourMeasureIter_dispose)(a);w._contourMeasure_dispose=a=>(w._contourMeasure_dispose=F.contourMeasure_dispose)(a);w._contourMeasure_length=a=>(w._contourMeasure_length=F.contourMeasure_length)(a); +w._contourMeasure_isClosed=a=>(w._contourMeasure_isClosed=F.contourMeasure_isClosed)(a);w._contourMeasure_getPosTan=(a,b,c,e)=>(w._contourMeasure_getPosTan=F.contourMeasure_getPosTan)(a,b,c,e);w._contourMeasure_getSegment=(a,b,c,e)=>(w._contourMeasure_getSegment=F.contourMeasure_getSegment)(a,b,c,e);w._skData_create=a=>(w._skData_create=F.skData_create)(a);w._skData_getPointer=a=>(w._skData_getPointer=F.skData_getPointer)(a);w._skData_getConstPointer=a=>(w._skData_getConstPointer=F.skData_getConstPointer)(a); +w._skData_getSize=a=>(w._skData_getSize=F.skData_getSize)(a);w._skData_dispose=a=>(w._skData_dispose=F.skData_dispose)(a);w._imageFilter_createBlur=(a,b,c)=>(w._imageFilter_createBlur=F.imageFilter_createBlur)(a,b,c);w._imageFilter_createDilate=(a,b)=>(w._imageFilter_createDilate=F.imageFilter_createDilate)(a,b);w._imageFilter_createErode=(a,b)=>(w._imageFilter_createErode=F.imageFilter_createErode)(a,b); +w._imageFilter_createMatrix=(a,b)=>(w._imageFilter_createMatrix=F.imageFilter_createMatrix)(a,b);w._imageFilter_createFromColorFilter=a=>(w._imageFilter_createFromColorFilter=F.imageFilter_createFromColorFilter)(a);w._imageFilter_compose=(a,b)=>(w._imageFilter_compose=F.imageFilter_compose)(a,b);w._imageFilter_dispose=a=>(w._imageFilter_dispose=F.imageFilter_dispose)(a);w._imageFilter_getFilterBounds=(a,b)=>(w._imageFilter_getFilterBounds=F.imageFilter_getFilterBounds)(a,b); +w._colorFilter_createMode=(a,b)=>(w._colorFilter_createMode=F.colorFilter_createMode)(a,b);w._colorFilter_createMatrix=a=>(w._colorFilter_createMatrix=F.colorFilter_createMatrix)(a);w._colorFilter_createSRGBToLinearGamma=()=>(w._colorFilter_createSRGBToLinearGamma=F.colorFilter_createSRGBToLinearGamma)();w._colorFilter_createLinearToSRGBGamma=()=>(w._colorFilter_createLinearToSRGBGamma=F.colorFilter_createLinearToSRGBGamma)(); +w._colorFilter_compose=(a,b)=>(w._colorFilter_compose=F.colorFilter_compose)(a,b);w._colorFilter_dispose=a=>(w._colorFilter_dispose=F.colorFilter_dispose)(a);w._maskFilter_createBlur=(a,b)=>(w._maskFilter_createBlur=F.maskFilter_createBlur)(a,b);w._maskFilter_dispose=a=>(w._maskFilter_dispose=F.maskFilter_dispose)(a);w._fontCollection_create=()=>(w._fontCollection_create=F.fontCollection_create)();w._fontCollection_dispose=a=>(w._fontCollection_dispose=F.fontCollection_dispose)(a); +w._typeface_create=a=>(w._typeface_create=F.typeface_create)(a);w._typeface_dispose=a=>(w._typeface_dispose=F.typeface_dispose)(a);w._typefaces_filterCoveredCodePoints=(a,b,c,e)=>(w._typefaces_filterCoveredCodePoints=F.typefaces_filterCoveredCodePoints)(a,b,c,e);w._fontCollection_registerTypeface=(a,b,c)=>(w._fontCollection_registerTypeface=F.fontCollection_registerTypeface)(a,b,c);w._fontCollection_clearCaches=a=>(w._fontCollection_clearCaches=F.fontCollection_clearCaches)(a); +w._image_createFromPicture=(a,b,c)=>(w._image_createFromPicture=F.image_createFromPicture)(a,b,c);w._image_createFromPixels=(a,b,c,e,f)=>(w._image_createFromPixels=F.image_createFromPixels)(a,b,c,e,f);w._image_createFromTextureSource=(a,b,c,e)=>(w._image_createFromTextureSource=F.image_createFromTextureSource)(a,b,c,e);w._image_ref=a=>(w._image_ref=F.image_ref)(a);w._image_dispose=a=>(w._image_dispose=F.image_dispose)(a);w._image_getWidth=a=>(w._image_getWidth=F.image_getWidth)(a); +w._image_getHeight=a=>(w._image_getHeight=F.image_getHeight)(a);w._paint_create=()=>(w._paint_create=F.paint_create)();w._paint_dispose=a=>(w._paint_dispose=F.paint_dispose)(a);w._paint_setBlendMode=(a,b)=>(w._paint_setBlendMode=F.paint_setBlendMode)(a,b);w._paint_setStyle=(a,b)=>(w._paint_setStyle=F.paint_setStyle)(a,b);w._paint_getStyle=a=>(w._paint_getStyle=F.paint_getStyle)(a);w._paint_setStrokeWidth=(a,b)=>(w._paint_setStrokeWidth=F.paint_setStrokeWidth)(a,b); +w._paint_getStrokeWidth=a=>(w._paint_getStrokeWidth=F.paint_getStrokeWidth)(a);w._paint_setStrokeCap=(a,b)=>(w._paint_setStrokeCap=F.paint_setStrokeCap)(a,b);w._paint_getStrokeCap=a=>(w._paint_getStrokeCap=F.paint_getStrokeCap)(a);w._paint_setStrokeJoin=(a,b)=>(w._paint_setStrokeJoin=F.paint_setStrokeJoin)(a,b);w._paint_getStrokeJoin=a=>(w._paint_getStrokeJoin=F.paint_getStrokeJoin)(a);w._paint_setAntiAlias=(a,b)=>(w._paint_setAntiAlias=F.paint_setAntiAlias)(a,b); +w._paint_getAntiAlias=a=>(w._paint_getAntiAlias=F.paint_getAntiAlias)(a);w._paint_setColorInt=(a,b)=>(w._paint_setColorInt=F.paint_setColorInt)(a,b);w._paint_getColorInt=a=>(w._paint_getColorInt=F.paint_getColorInt)(a);w._paint_setMiterLimit=(a,b)=>(w._paint_setMiterLimit=F.paint_setMiterLimit)(a,b);w._paint_getMiterLImit=a=>(w._paint_getMiterLImit=F.paint_getMiterLImit)(a);w._paint_setShader=(a,b)=>(w._paint_setShader=F.paint_setShader)(a,b); +w._paint_setImageFilter=(a,b)=>(w._paint_setImageFilter=F.paint_setImageFilter)(a,b);w._paint_setColorFilter=(a,b)=>(w._paint_setColorFilter=F.paint_setColorFilter)(a,b);w._paint_setMaskFilter=(a,b)=>(w._paint_setMaskFilter=F.paint_setMaskFilter)(a,b);w._path_create=()=>(w._path_create=F.path_create)();w._path_dispose=a=>(w._path_dispose=F.path_dispose)(a);w._path_copy=a=>(w._path_copy=F.path_copy)(a);w._path_setFillType=(a,b)=>(w._path_setFillType=F.path_setFillType)(a,b); +w._path_getFillType=a=>(w._path_getFillType=F.path_getFillType)(a);w._path_moveTo=(a,b,c)=>(w._path_moveTo=F.path_moveTo)(a,b,c);w._path_relativeMoveTo=(a,b,c)=>(w._path_relativeMoveTo=F.path_relativeMoveTo)(a,b,c);w._path_lineTo=(a,b,c)=>(w._path_lineTo=F.path_lineTo)(a,b,c);w._path_relativeLineTo=(a,b,c)=>(w._path_relativeLineTo=F.path_relativeLineTo)(a,b,c);w._path_quadraticBezierTo=(a,b,c,e,f)=>(w._path_quadraticBezierTo=F.path_quadraticBezierTo)(a,b,c,e,f); +w._path_relativeQuadraticBezierTo=(a,b,c,e,f)=>(w._path_relativeQuadraticBezierTo=F.path_relativeQuadraticBezierTo)(a,b,c,e,f);w._path_cubicTo=(a,b,c,e,f,g,l)=>(w._path_cubicTo=F.path_cubicTo)(a,b,c,e,f,g,l);w._path_relativeCubicTo=(a,b,c,e,f,g,l)=>(w._path_relativeCubicTo=F.path_relativeCubicTo)(a,b,c,e,f,g,l);w._path_conicTo=(a,b,c,e,f,g)=>(w._path_conicTo=F.path_conicTo)(a,b,c,e,f,g);w._path_relativeConicTo=(a,b,c,e,f,g)=>(w._path_relativeConicTo=F.path_relativeConicTo)(a,b,c,e,f,g); +w._path_arcToOval=(a,b,c,e,f)=>(w._path_arcToOval=F.path_arcToOval)(a,b,c,e,f);w._path_arcToRotated=(a,b,c,e,f,g,l,n)=>(w._path_arcToRotated=F.path_arcToRotated)(a,b,c,e,f,g,l,n);w._path_relativeArcToRotated=(a,b,c,e,f,g,l,n)=>(w._path_relativeArcToRotated=F.path_relativeArcToRotated)(a,b,c,e,f,g,l,n);w._path_addRect=(a,b)=>(w._path_addRect=F.path_addRect)(a,b);w._path_addOval=(a,b)=>(w._path_addOval=F.path_addOval)(a,b);w._path_addArc=(a,b,c,e)=>(w._path_addArc=F.path_addArc)(a,b,c,e); +w._path_addPolygon=(a,b,c,e)=>(w._path_addPolygon=F.path_addPolygon)(a,b,c,e);w._path_addRRect=(a,b)=>(w._path_addRRect=F.path_addRRect)(a,b);w._path_addPath=(a,b,c,e)=>(w._path_addPath=F.path_addPath)(a,b,c,e);w._path_close=a=>(w._path_close=F.path_close)(a);w._path_reset=a=>(w._path_reset=F.path_reset)(a);w._path_contains=(a,b,c)=>(w._path_contains=F.path_contains)(a,b,c);w._path_transform=(a,b)=>(w._path_transform=F.path_transform)(a,b); +w._path_getBounds=(a,b)=>(w._path_getBounds=F.path_getBounds)(a,b);w._path_combine=(a,b,c)=>(w._path_combine=F.path_combine)(a,b,c);w._pictureRecorder_create=()=>(w._pictureRecorder_create=F.pictureRecorder_create)();w._pictureRecorder_dispose=a=>(w._pictureRecorder_dispose=F.pictureRecorder_dispose)(a);w._pictureRecorder_beginRecording=(a,b)=>(w._pictureRecorder_beginRecording=F.pictureRecorder_beginRecording)(a,b);w._pictureRecorder_endRecording=a=>(w._pictureRecorder_endRecording=F.pictureRecorder_endRecording)(a); +w._picture_getCullRect=(a,b)=>(w._picture_getCullRect=F.picture_getCullRect)(a,b);w._picture_dispose=a=>(w._picture_dispose=F.picture_dispose)(a);w._picture_approximateBytesUsed=a=>(w._picture_approximateBytesUsed=F.picture_approximateBytesUsed)(a);w._shader_createLinearGradient=(a,b,c,e,f,g)=>(w._shader_createLinearGradient=F.shader_createLinearGradient)(a,b,c,e,f,g);w._shader_createRadialGradient=(a,b,c,e,f,g,l,n)=>(w._shader_createRadialGradient=F.shader_createRadialGradient)(a,b,c,e,f,g,l,n); +w._shader_createConicalGradient=(a,b,c,e,f,g,l,n)=>(w._shader_createConicalGradient=F.shader_createConicalGradient)(a,b,c,e,f,g,l,n);w._shader_createSweepGradient=(a,b,c,e,f,g,l,n,r)=>(w._shader_createSweepGradient=F.shader_createSweepGradient)(a,b,c,e,f,g,l,n,r);w._shader_dispose=a=>(w._shader_dispose=F.shader_dispose)(a);w._runtimeEffect_create=a=>(w._runtimeEffect_create=F.runtimeEffect_create)(a);w._runtimeEffect_dispose=a=>(w._runtimeEffect_dispose=F.runtimeEffect_dispose)(a); +w._runtimeEffect_getUniformSize=a=>(w._runtimeEffect_getUniformSize=F.runtimeEffect_getUniformSize)(a);w._shader_createRuntimeEffectShader=(a,b,c,e)=>(w._shader_createRuntimeEffectShader=F.shader_createRuntimeEffectShader)(a,b,c,e);w._shader_createFromImage=(a,b,c,e,f)=>(w._shader_createFromImage=F.shader_createFromImage)(a,b,c,e,f);w._skString_allocate=a=>(w._skString_allocate=F.skString_allocate)(a);w._skString_getData=a=>(w._skString_getData=F.skString_getData)(a); +w._skString_free=a=>(w._skString_free=F.skString_free)(a);w._skString16_allocate=a=>(w._skString16_allocate=F.skString16_allocate)(a);w._skString16_getData=a=>(w._skString16_getData=F.skString16_getData)(a);w._skString16_free=a=>(w._skString16_free=F.skString16_free)(a);var Db=(a,b,c,e,f)=>(Db=F.emscripten_dispatch_to_thread_)(a,b,c,e,f);w._surface_create=()=>(w._surface_create=F.surface_create)();w._surface_getThreadId=a=>(w._surface_getThreadId=F.surface_getThreadId)(a); +w._surface_setCallbackHandler=(a,b)=>(w._surface_setCallbackHandler=F.surface_setCallbackHandler)(a,b);w._surface_destroy=a=>(w._surface_destroy=F.surface_destroy)(a);w._surface_renderPicture=(a,b)=>(w._surface_renderPicture=F.surface_renderPicture)(a,b);w._surface_rasterizeImage=(a,b,c)=>(w._surface_rasterizeImage=F.surface_rasterizeImage)(a,b,c);var Zc=w._surface_onRenderComplete=(a,b,c)=>(Zc=w._surface_onRenderComplete=F.surface_onRenderComplete)(a,b,c); +w._lineMetrics_create=(a,b,c,e,f,g,l,n,r)=>(w._lineMetrics_create=F.lineMetrics_create)(a,b,c,e,f,g,l,n,r);w._lineMetrics_dispose=a=>(w._lineMetrics_dispose=F.lineMetrics_dispose)(a);w._lineMetrics_getHardBreak=a=>(w._lineMetrics_getHardBreak=F.lineMetrics_getHardBreak)(a);w._lineMetrics_getAscent=a=>(w._lineMetrics_getAscent=F.lineMetrics_getAscent)(a);w._lineMetrics_getDescent=a=>(w._lineMetrics_getDescent=F.lineMetrics_getDescent)(a); +w._lineMetrics_getUnscaledAscent=a=>(w._lineMetrics_getUnscaledAscent=F.lineMetrics_getUnscaledAscent)(a);w._lineMetrics_getHeight=a=>(w._lineMetrics_getHeight=F.lineMetrics_getHeight)(a);w._lineMetrics_getWidth=a=>(w._lineMetrics_getWidth=F.lineMetrics_getWidth)(a);w._lineMetrics_getLeft=a=>(w._lineMetrics_getLeft=F.lineMetrics_getLeft)(a);w._lineMetrics_getBaseline=a=>(w._lineMetrics_getBaseline=F.lineMetrics_getBaseline)(a);w._lineMetrics_getLineNumber=a=>(w._lineMetrics_getLineNumber=F.lineMetrics_getLineNumber)(a); +w._lineMetrics_getStartIndex=a=>(w._lineMetrics_getStartIndex=F.lineMetrics_getStartIndex)(a);w._lineMetrics_getEndIndex=a=>(w._lineMetrics_getEndIndex=F.lineMetrics_getEndIndex)(a);w._paragraph_dispose=a=>(w._paragraph_dispose=F.paragraph_dispose)(a);w._paragraph_getWidth=a=>(w._paragraph_getWidth=F.paragraph_getWidth)(a);w._paragraph_getHeight=a=>(w._paragraph_getHeight=F.paragraph_getHeight)(a);w._paragraph_getLongestLine=a=>(w._paragraph_getLongestLine=F.paragraph_getLongestLine)(a); +w._paragraph_getMinIntrinsicWidth=a=>(w._paragraph_getMinIntrinsicWidth=F.paragraph_getMinIntrinsicWidth)(a);w._paragraph_getMaxIntrinsicWidth=a=>(w._paragraph_getMaxIntrinsicWidth=F.paragraph_getMaxIntrinsicWidth)(a);w._paragraph_getAlphabeticBaseline=a=>(w._paragraph_getAlphabeticBaseline=F.paragraph_getAlphabeticBaseline)(a);w._paragraph_getIdeographicBaseline=a=>(w._paragraph_getIdeographicBaseline=F.paragraph_getIdeographicBaseline)(a); +w._paragraph_getDidExceedMaxLines=a=>(w._paragraph_getDidExceedMaxLines=F.paragraph_getDidExceedMaxLines)(a);w._paragraph_layout=(a,b)=>(w._paragraph_layout=F.paragraph_layout)(a,b);w._paragraph_getPositionForOffset=(a,b,c,e)=>(w._paragraph_getPositionForOffset=F.paragraph_getPositionForOffset)(a,b,c,e);w._paragraph_getWordBoundary=(a,b,c)=>(w._paragraph_getWordBoundary=F.paragraph_getWordBoundary)(a,b,c);w._paragraph_getLineCount=a=>(w._paragraph_getLineCount=F.paragraph_getLineCount)(a); +w._paragraph_getLineNumberAt=(a,b)=>(w._paragraph_getLineNumberAt=F.paragraph_getLineNumberAt)(a,b);w._paragraph_getLineMetricsAtIndex=(a,b)=>(w._paragraph_getLineMetricsAtIndex=F.paragraph_getLineMetricsAtIndex)(a,b);w._textBoxList_dispose=a=>(w._textBoxList_dispose=F.textBoxList_dispose)(a);w._textBoxList_getLength=a=>(w._textBoxList_getLength=F.textBoxList_getLength)(a);w._textBoxList_getBoxAtIndex=(a,b,c)=>(w._textBoxList_getBoxAtIndex=F.textBoxList_getBoxAtIndex)(a,b,c); +w._paragraph_getBoxesForRange=(a,b,c,e,f)=>(w._paragraph_getBoxesForRange=F.paragraph_getBoxesForRange)(a,b,c,e,f);w._paragraph_getBoxesForPlaceholders=a=>(w._paragraph_getBoxesForPlaceholders=F.paragraph_getBoxesForPlaceholders)(a);w._paragraph_getUnresolvedCodePoints=(a,b,c)=>(w._paragraph_getUnresolvedCodePoints=F.paragraph_getUnresolvedCodePoints)(a,b,c);w._paragraphBuilder_create=(a,b)=>(w._paragraphBuilder_create=F.paragraphBuilder_create)(a,b); +w._paragraphBuilder_dispose=a=>(w._paragraphBuilder_dispose=F.paragraphBuilder_dispose)(a);w._paragraphBuilder_addPlaceholder=(a,b,c,e,f,g)=>(w._paragraphBuilder_addPlaceholder=F.paragraphBuilder_addPlaceholder)(a,b,c,e,f,g);w._paragraphBuilder_addText=(a,b)=>(w._paragraphBuilder_addText=F.paragraphBuilder_addText)(a,b);w._paragraphBuilder_getUtf8Text=(a,b)=>(w._paragraphBuilder_getUtf8Text=F.paragraphBuilder_getUtf8Text)(a,b); +w._paragraphBuilder_pushStyle=(a,b)=>(w._paragraphBuilder_pushStyle=F.paragraphBuilder_pushStyle)(a,b);w._paragraphBuilder_pop=a=>(w._paragraphBuilder_pop=F.paragraphBuilder_pop)(a);w._paragraphBuilder_build=a=>(w._paragraphBuilder_build=F.paragraphBuilder_build)(a);w._unicodePositionBuffer_create=a=>(w._unicodePositionBuffer_create=F.unicodePositionBuffer_create)(a);w._unicodePositionBuffer_getDataPointer=a=>(w._unicodePositionBuffer_getDataPointer=F.unicodePositionBuffer_getDataPointer)(a); +w._unicodePositionBuffer_free=a=>(w._unicodePositionBuffer_free=F.unicodePositionBuffer_free)(a);w._lineBreakBuffer_create=a=>(w._lineBreakBuffer_create=F.lineBreakBuffer_create)(a);w._lineBreakBuffer_getDataPointer=a=>(w._lineBreakBuffer_getDataPointer=F.lineBreakBuffer_getDataPointer)(a);w._lineBreakBuffer_free=a=>(w._lineBreakBuffer_free=F.lineBreakBuffer_free)(a); +w._paragraphBuilder_setGraphemeBreaksUtf16=(a,b)=>(w._paragraphBuilder_setGraphemeBreaksUtf16=F.paragraphBuilder_setGraphemeBreaksUtf16)(a,b);w._paragraphBuilder_setWordBreaksUtf16=(a,b)=>(w._paragraphBuilder_setWordBreaksUtf16=F.paragraphBuilder_setWordBreaksUtf16)(a,b);w._paragraphBuilder_setLineBreaksUtf16=(a,b)=>(w._paragraphBuilder_setLineBreaksUtf16=F.paragraphBuilder_setLineBreaksUtf16)(a,b);w._paragraphStyle_create=()=>(w._paragraphStyle_create=F.paragraphStyle_create)(); +w._paragraphStyle_dispose=a=>(w._paragraphStyle_dispose=F.paragraphStyle_dispose)(a);w._paragraphStyle_setTextAlign=(a,b)=>(w._paragraphStyle_setTextAlign=F.paragraphStyle_setTextAlign)(a,b);w._paragraphStyle_setTextDirection=(a,b)=>(w._paragraphStyle_setTextDirection=F.paragraphStyle_setTextDirection)(a,b);w._paragraphStyle_setMaxLines=(a,b)=>(w._paragraphStyle_setMaxLines=F.paragraphStyle_setMaxLines)(a,b); +w._paragraphStyle_setHeight=(a,b)=>(w._paragraphStyle_setHeight=F.paragraphStyle_setHeight)(a,b);w._paragraphStyle_setTextHeightBehavior=(a,b,c)=>(w._paragraphStyle_setTextHeightBehavior=F.paragraphStyle_setTextHeightBehavior)(a,b,c);w._paragraphStyle_setEllipsis=(a,b)=>(w._paragraphStyle_setEllipsis=F.paragraphStyle_setEllipsis)(a,b);w._paragraphStyle_setStrutStyle=(a,b)=>(w._paragraphStyle_setStrutStyle=F.paragraphStyle_setStrutStyle)(a,b); +w._paragraphStyle_setTextStyle=(a,b)=>(w._paragraphStyle_setTextStyle=F.paragraphStyle_setTextStyle)(a,b);w._strutStyle_create=()=>(w._strutStyle_create=F.strutStyle_create)();w._strutStyle_dispose=a=>(w._strutStyle_dispose=F.strutStyle_dispose)(a);w._strutStyle_setFontFamilies=(a,b,c)=>(w._strutStyle_setFontFamilies=F.strutStyle_setFontFamilies)(a,b,c);w._strutStyle_setFontSize=(a,b)=>(w._strutStyle_setFontSize=F.strutStyle_setFontSize)(a,b); +w._strutStyle_setHeight=(a,b)=>(w._strutStyle_setHeight=F.strutStyle_setHeight)(a,b);w._strutStyle_setHalfLeading=(a,b)=>(w._strutStyle_setHalfLeading=F.strutStyle_setHalfLeading)(a,b);w._strutStyle_setLeading=(a,b)=>(w._strutStyle_setLeading=F.strutStyle_setLeading)(a,b);w._strutStyle_setFontStyle=(a,b,c)=>(w._strutStyle_setFontStyle=F.strutStyle_setFontStyle)(a,b,c);w._strutStyle_setForceStrutHeight=(a,b)=>(w._strutStyle_setForceStrutHeight=F.strutStyle_setForceStrutHeight)(a,b); +w._textStyle_create=()=>(w._textStyle_create=F.textStyle_create)();w._textStyle_copy=a=>(w._textStyle_copy=F.textStyle_copy)(a);w._textStyle_dispose=a=>(w._textStyle_dispose=F.textStyle_dispose)(a);w._textStyle_setColor=(a,b)=>(w._textStyle_setColor=F.textStyle_setColor)(a,b);w._textStyle_setDecoration=(a,b)=>(w._textStyle_setDecoration=F.textStyle_setDecoration)(a,b);w._textStyle_setDecorationColor=(a,b)=>(w._textStyle_setDecorationColor=F.textStyle_setDecorationColor)(a,b); +w._textStyle_setDecorationStyle=(a,b)=>(w._textStyle_setDecorationStyle=F.textStyle_setDecorationStyle)(a,b);w._textStyle_setDecorationThickness=(a,b)=>(w._textStyle_setDecorationThickness=F.textStyle_setDecorationThickness)(a,b);w._textStyle_setFontStyle=(a,b,c)=>(w._textStyle_setFontStyle=F.textStyle_setFontStyle)(a,b,c);w._textStyle_setTextBaseline=(a,b)=>(w._textStyle_setTextBaseline=F.textStyle_setTextBaseline)(a,b);w._textStyle_clearFontFamilies=a=>(w._textStyle_clearFontFamilies=F.textStyle_clearFontFamilies)(a); +w._textStyle_addFontFamilies=(a,b,c)=>(w._textStyle_addFontFamilies=F.textStyle_addFontFamilies)(a,b,c);w._textStyle_setFontSize=(a,b)=>(w._textStyle_setFontSize=F.textStyle_setFontSize)(a,b);w._textStyle_setLetterSpacing=(a,b)=>(w._textStyle_setLetterSpacing=F.textStyle_setLetterSpacing)(a,b);w._textStyle_setWordSpacing=(a,b)=>(w._textStyle_setWordSpacing=F.textStyle_setWordSpacing)(a,b);w._textStyle_setHeight=(a,b)=>(w._textStyle_setHeight=F.textStyle_setHeight)(a,b); +w._textStyle_setHalfLeading=(a,b)=>(w._textStyle_setHalfLeading=F.textStyle_setHalfLeading)(a,b);w._textStyle_setLocale=(a,b)=>(w._textStyle_setLocale=F.textStyle_setLocale)(a,b);w._textStyle_setBackground=(a,b)=>(w._textStyle_setBackground=F.textStyle_setBackground)(a,b);w._textStyle_setForeground=(a,b)=>(w._textStyle_setForeground=F.textStyle_setForeground)(a,b);w._textStyle_addShadow=(a,b,c,e,f)=>(w._textStyle_addShadow=F.textStyle_addShadow)(a,b,c,e,f); +w._textStyle_addFontFeature=(a,b,c)=>(w._textStyle_addFontFeature=F.textStyle_addFontFeature)(a,b,c);w._textStyle_setFontVariations=(a,b,c,e)=>(w._textStyle_setFontVariations=F.textStyle_setFontVariations)(a,b,c,e);w._vertices_create=(a,b,c,e,f,g,l)=>(w._vertices_create=F.vertices_create)(a,b,c,e,f,g,l);w._vertices_dispose=a=>(w._vertices_dispose=F.vertices_dispose)(a);var fb=w._pthread_self=()=>(fb=w._pthread_self=F.pthread_self)(),pb=a=>(pb=F.malloc)(a); +w.__emscripten_tls_init=()=>(w.__emscripten_tls_init=F._emscripten_tls_init)();var ad=w.__emscripten_thread_init=(a,b,c,e,f,g)=>(ad=w.__emscripten_thread_init=F._emscripten_thread_init)(a,b,c,e,f,g);w.__emscripten_thread_crashed=()=>(w.__emscripten_thread_crashed=F._emscripten_thread_crashed)(); +var jc=(a,b,c,e)=>(jc=F._emscripten_run_in_main_runtime_thread_js)(a,b,c,e),db=a=>(db=F._emscripten_thread_free_data)(a),jb=w.__emscripten_thread_exit=a=>(jb=w.__emscripten_thread_exit=F._emscripten_thread_exit)(a),wb=w.__emscripten_check_mailbox=()=>(wb=w.__emscripten_check_mailbox=F._emscripten_check_mailbox)(),Z=(a,b)=>(Z=F.setThrew)(a,b),ib=(a,b)=>(ib=F.emscripten_stack_set_limits)(a,b),N=()=>(N=F.stackSave)(),M=a=>(M=F.stackRestore)(a),Cb=w.stackAlloc=a=>(Cb=w.stackAlloc=F.stackAlloc)(a); +function cd(a,b,c){var e=N();try{return G.get(a)(b,c)}catch(f){M(e);if(f!==f+0)throw f;Z(1,0)}}function hd(a,b,c){var e=N();try{G.get(a)(b,c)}catch(f){M(e);if(f!==f+0)throw f;Z(1,0)}}function bd(a,b){var c=N();try{return G.get(a)(b)}catch(e){M(c);if(e!==e+0)throw e;Z(1,0)}}function jd(a,b,c,e){var f=N();try{G.get(a)(b,c,e)}catch(g){M(f);if(g!==g+0)throw g;Z(1,0)}}function dd(a,b,c,e){var f=N();try{return G.get(a)(b,c,e)}catch(g){M(f);if(g!==g+0)throw g;Z(1,0)}} +function kd(a,b,c,e,f){var g=N();try{G.get(a)(b,c,e,f)}catch(l){M(g);if(l!==l+0)throw l;Z(1,0)}}function ld(a,b,c,e,f,g,l,n){var r=N();try{G.get(a)(b,c,e,f,g,l,n)}catch(u){M(r);if(u!==u+0)throw u;Z(1,0)}}function gd(a,b){var c=N();try{G.get(a)(b)}catch(e){M(c);if(e!==e+0)throw e;Z(1,0)}}function fd(a,b,c,e,f,g,l){var n=N();try{return G.get(a)(b,c,e,f,g,l)}catch(r){M(n);if(r!==r+0)throw r;Z(1,0)}} +function ed(a,b,c,e,f){var g=N();try{return G.get(a)(b,c,e,f)}catch(l){M(g);if(l!==l+0)throw l;Z(1,0)}}w.keepRuntimeAlive=Ka;w.wasmMemory=d;w.wasmExports=F; +w.addFunction=function(a,b){if(!Vc){Vc=new WeakMap;var c=G.length;if(Vc)for(var e=0;e<0+c;e++){var f=G.get(e);f&&Vc.set(f,e)}}if(c=Vc.get(a)||0)return c;if(Wc.length)c=Wc.pop();else{try{G.grow(1)}catch(n){if(!(n instanceof RangeError))throw n;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH.";}c=G.length-1}try{G.set(c,a)}catch(n){if(!(n instanceof TypeError))throw n;if("function"==typeof WebAssembly.Function){e=WebAssembly.Function;f={i:"i32",j:"i64",f:"f32",d:"f64",p:"i32"};for(var g={parameters:[], +results:"v"==b[0]?[]:[f[b[0]]]},l=1;ll?e.push(l):e.push(l%128|128,l>>7);for(l=0;lf?b.push(f):b.push(f%128|128,f>>7);b.push.apply(b,e);b.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);b=new WebAssembly.Module(new Uint8Array(b));b=(new WebAssembly.Instance(b, +{e:{f:a}})).exports.f}G.set(c,b)}Vc.set(a,c);return c};w.ExitStatus=Va;w.PThread=I;var nd;Ma=function od(){nd||pd();nd||(Ma=od)}; +function pd(){function a(){if(!nd&&(nd=!0,w.calledRun=!0,!Ba)){A||hb(Ha);ja(w);if(w.onRuntimeInitialized)w.onRuntimeInitialized();if(!A){if(w.postRun)for("function"==typeof w.postRun&&(w.postRun=[w.postRun]);w.postRun.length;){var b=w.postRun.shift();Ia.unshift(b)}hb(Ia)}}}if(!(0 skwasm); diff --git a/canvaskit/skwasm.wasm b/canvaskit/skwasm.wasm new file mode 100644 index 0000000..94b52e1 Binary files /dev/null and b/canvaskit/skwasm.wasm differ diff --git a/canvaskit/skwasm.worker.js b/canvaskit/skwasm.worker.js new file mode 100644 index 0000000..201afe5 --- /dev/null +++ b/canvaskit/skwasm.worker.js @@ -0,0 +1 @@ +"use strict";var Module={};var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";if(ENVIRONMENT_IS_NODE){var nodeWorkerThreads=require("worker_threads");var parentPort=nodeWorkerThreads.parentPort;parentPort.on("message",data=>onmessage({data:data}));var fs=require("fs");Object.assign(global,{self:global,require:require,Module:Module,location:{href:__filename},Worker:nodeWorkerThreads.Worker,importScripts:f=>(0,eval)(fs.readFileSync(f,"utf8")+"//# sourceURL="+f),postMessage:msg=>parentPort.postMessage(msg),performance:global.performance||{now:Date.now}})}var initializedJS=false;function threadPrintErr(){var text=Array.prototype.slice.call(arguments).join(" ");if(ENVIRONMENT_IS_NODE){fs.writeSync(2,text+"\n");return}console.error(text)}function threadAlert(){var text=Array.prototype.slice.call(arguments).join(" ");postMessage({cmd:"alert",text:text,threadId:Module["_pthread_self"]()})}var err=threadPrintErr;self.alert=threadAlert;Module["instantiateWasm"]=(info,receiveInstance)=>{var module=Module["wasmModule"];Module["wasmModule"]=null;var instance=new WebAssembly.Instance(module,info);return receiveInstance(instance)};self.onunhandledrejection=e=>{throw e.reason??e};function handleMessage(e){try{if(e.data.cmd==="load"){let messageQueue=[];self.onmessage=e=>messageQueue.push(e);self.startWorker=instance=>{Module=instance;postMessage({"cmd":"loaded"});for(let msg of messageQueue){handleMessage(msg)}self.onmessage=handleMessage};Module["wasmModule"]=e.data.wasmModule;for(const handler of e.data.handlers){Module[handler]=(...args)=>{postMessage({cmd:"callHandler",handler:handler,args:args})}}Module["wasmMemory"]=e.data.wasmMemory;Module["buffer"]=Module["wasmMemory"].buffer;Module["ENVIRONMENT_IS_PTHREAD"]=true;if(typeof e.data.urlOrBlob=="string"){importScripts(e.data.urlOrBlob)}else{var objectUrl=URL.createObjectURL(e.data.urlOrBlob);importScripts(objectUrl);URL.revokeObjectURL(objectUrl)}skwasm(Module)}else if(e.data.cmd==="run"){Module["__emscripten_thread_init"](e.data.pthread_ptr,/*isMainBrowserThread=*/0,/*isMainRuntimeThread=*/0,/*canBlock=*/1);Module["__emscripten_thread_mailbox_await"](e.data.pthread_ptr);Module["establishStackSpace"]();Module["PThread"].receiveObjectTransfer(e.data);Module["PThread"].threadInitTLS();if(!initializedJS){initializedJS=true}try{Module["invokeEntryPoint"](e.data.start_routine,e.data.arg)}catch(ex){if(ex!="unwind"){throw ex}}}else if(e.data.cmd==="cancel"){if(Module["_pthread_self"]()){Module["__emscripten_thread_exit"](-1)}}else if(e.data.target==="setimmediate"){}else if(e.data.cmd==="checkMailbox"){if(initializedJS){Module["checkMailbox"]()}}else if(e.data.cmd){err("worker.js received unknown command "+e.data.cmd);err(e.data)}}catch(ex){if(Module["__emscripten_thread_crashed"]){Module["__emscripten_thread_crashed"]()}throw ex}}self.onmessage=handleMessage; diff --git a/web/favicon.png b/favicon.png similarity index 100% rename from web/favicon.png rename to favicon.png diff --git a/flutter.js b/flutter.js new file mode 100644 index 0000000..4fd0e51 --- /dev/null +++ b/flutter.js @@ -0,0 +1,377 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +if (!_flutter) { + var _flutter = {}; +} +_flutter.loader = null; + +(function () { + "use strict"; + + const baseUri = ensureTrailingSlash(getBaseURI()); + + function getBaseURI() { + const base = document.querySelector("base"); + return (base && base.getAttribute("href")) || ""; + } + + function ensureTrailingSlash(uri) { + if (uri == "") { + return uri; + } + return uri.endsWith("/") ? uri : `${uri}/`; + } + + /** + * Wraps `promise` in a timeout of the given `duration` in ms. + * + * Resolves/rejects with whatever the original `promises` does, or rejects + * if `promise` takes longer to complete than `duration`. In that case, + * `debugName` is used to compose a legible error message. + * + * If `duration` is < 0, the original `promise` is returned unchanged. + * @param {Promise} promise + * @param {number} duration + * @param {string} debugName + * @returns {Promise} a wrapped promise. + */ + async function timeout(promise, duration, debugName) { + if (duration < 0) { + return promise; + } + let timeoutId; + const _clock = new Promise((_, reject) => { + timeoutId = setTimeout(() => { + reject( + new Error( + `${debugName} took more than ${duration}ms to resolve. Moving on.`, + { + cause: timeout, + } + ) + ); + }, duration); + }); + + return Promise.race([promise, _clock]).finally(() => { + clearTimeout(timeoutId); + }); + } + + /** + * Handles the creation of a TrustedTypes `policy` that validates URLs based + * on an (optional) incoming array of RegExes. + */ + class FlutterTrustedTypesPolicy { + /** + * Constructs the policy. + * @param {[RegExp]} validPatterns the patterns to test URLs + * @param {String} policyName the policy name (optional) + */ + constructor(validPatterns, policyName = "flutter-js") { + const patterns = validPatterns || [ + /\.js$/, + ]; + if (window.trustedTypes) { + this.policy = trustedTypes.createPolicy(policyName, { + createScriptURL: function(url) { + const parsed = new URL(url, window.location); + const file = parsed.pathname.split("/").pop(); + const matches = patterns.some((pattern) => pattern.test(file)); + if (matches) { + return parsed.toString(); + } + console.error( + "URL rejected by TrustedTypes policy", + policyName, ":", url, "(download prevented)"); + } + }); + } + } + } + + /** + * Handles loading/reloading Flutter's service worker, if configured. + * + * @see: https://developers.google.com/web/fundamentals/primers/service-workers + */ + class FlutterServiceWorkerLoader { + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Returns a Promise that resolves when the latest Flutter service worker, + * configured by `settings` has been loaded and activated. + * + * Otherwise, the promise is rejected with an error message. + * @param {*} settings Service worker settings + * @returns {Promise} that resolves when the latest serviceWorker is ready. + */ + loadServiceWorker(settings) { + if (settings == null) { + // In the future, settings = null -> uninstall service worker? + console.debug("Null serviceWorker configuration. Skipping."); + return Promise.resolve(); + } + if (!("serviceWorker" in navigator)) { + let errorMessage = "Service Worker API unavailable."; + if (!window.isSecureContext) { + errorMessage += "\nThe current context is NOT secure." + errorMessage += "\nRead more: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts"; + } + return Promise.reject( + new Error(errorMessage) + ); + } + const { + serviceWorkerVersion, + serviceWorkerUrl = `${baseUri}flutter_service_worker.js?v=${serviceWorkerVersion}`, + timeoutMillis = 4000, + } = settings; + + // Apply the TrustedTypes policy, if present. + let url = serviceWorkerUrl; + if (this._ttPolicy != null) { + url = this._ttPolicy.createScriptURL(url); + } + + const serviceWorkerActivation = navigator.serviceWorker + .register(url) + .then((serviceWorkerRegistration) => this._getNewServiceWorker(serviceWorkerRegistration, serviceWorkerVersion)) + .then(this._waitForServiceWorkerActivation); + + // Timeout race promise + return timeout( + serviceWorkerActivation, + timeoutMillis, + "prepareServiceWorker" + ); + } + + /** + * Returns the latest service worker for the given `serviceWorkerRegistration`. + * + * This might return the current service worker, if there's no new service worker + * awaiting to be installed/updated. + * + * @param {ServiceWorkerRegistration} serviceWorkerRegistration + * @param {String} serviceWorkerVersion + * @returns {Promise} + */ + async _getNewServiceWorker(serviceWorkerRegistration, serviceWorkerVersion) { + if (!serviceWorkerRegistration.active && (serviceWorkerRegistration.installing || serviceWorkerRegistration.waiting)) { + // No active web worker and we have installed or are installing + // one for the first time. Simply wait for it to activate. + console.debug("Installing/Activating first service worker."); + return serviceWorkerRegistration.installing || serviceWorkerRegistration.waiting; + } else if (!serviceWorkerRegistration.active.scriptURL.endsWith(serviceWorkerVersion)) { + // When the app updates the serviceWorkerVersion changes, so we + // need to ask the service worker to update. + const newRegistration = await serviceWorkerRegistration.update(); + console.debug("Updating service worker."); + return newRegistration.installing || newRegistration.waiting || newRegistration.active; + } else { + console.debug("Loading from existing service worker."); + return serviceWorkerRegistration.active; + } + } + + /** + * Returns a Promise that resolves when the `serviceWorker` changes its + * state to "activated". + * + * @param {ServiceWorker} serviceWorker + * @returns {Promise} + */ + async _waitForServiceWorkerActivation(serviceWorker) { + if (!serviceWorker || serviceWorker.state == "activated") { + if (!serviceWorker) { + throw new Error("Cannot activate a null service worker!"); + } else { + console.debug("Service worker already active."); + return; + } + } + return new Promise((resolve, _) => { + serviceWorker.addEventListener("statechange", () => { + if (serviceWorker.state == "activated") { + console.debug("Activated new service worker."); + resolve(); + } + }); + }); + } + } + + /** + * Handles injecting the main Flutter web entrypoint (main.dart.js), and notifying + * the user when Flutter is ready, through `didCreateEngineInitializer`. + * + * @see https://docs.flutter.dev/development/platform-integration/web/initialization + */ + class FlutterEntrypointLoader { + /** + * Creates a FlutterEntrypointLoader. + */ + constructor() { + // Watchdog to prevent injecting the main entrypoint multiple times. + this._scriptLoaded = false; + } + + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Loads flutter main entrypoint, specified by `entrypointUrl`, and calls a + * user-specified `onEntrypointLoaded` callback with an EngineInitializer + * object when it's done. + * + * @param {*} options + * @returns {Promise | undefined} that will eventually resolve with an + * EngineInitializer, or will be rejected with the error caused by the loader. + * Returns undefined when an `onEntrypointLoaded` callback is supplied in `options`. + */ + async loadEntrypoint(options) { + const { entrypointUrl = `${baseUri}main.dart.js`, onEntrypointLoaded } = + options || {}; + + return this._loadEntrypoint(entrypointUrl, onEntrypointLoaded); + } + + /** + * Resolves the promise created by loadEntrypoint, and calls the `onEntrypointLoaded` + * function supplied by the user (if needed). + * + * Called by Flutter through `_flutter.loader.didCreateEngineInitializer` method, + * which is bound to the correct instance of the FlutterEntrypointLoader by + * the FlutterLoader object. + * + * @param {Function} engineInitializer @see https://github.com/flutter/engine/blob/main/lib/web_ui/lib/src/engine/js_interop/js_loader.dart#L42 + */ + didCreateEngineInitializer(engineInitializer) { + if (typeof this._didCreateEngineInitializerResolve === "function") { + this._didCreateEngineInitializerResolve(engineInitializer); + // Remove the resolver after the first time, so Flutter Web can hot restart. + this._didCreateEngineInitializerResolve = null; + // Make the engine revert to "auto" initialization on hot restart. + delete _flutter.loader.didCreateEngineInitializer; + } + if (typeof this._onEntrypointLoaded === "function") { + this._onEntrypointLoaded(engineInitializer); + } + } + + /** + * Injects a script tag into the DOM, and configures this loader to be able to + * handle the "entrypoint loaded" notifications received from Flutter web. + * + * @param {string} entrypointUrl the URL of the script that will initialize + * Flutter. + * @param {Function} onEntrypointLoaded a callback that will be called when + * Flutter web notifies this object that the entrypoint is + * loaded. + * @returns {Promise | undefined} a Promise that resolves when the entrypoint + * is loaded, or undefined if `onEntrypointLoaded` + * is a function. + */ + _loadEntrypoint(entrypointUrl, onEntrypointLoaded) { + const useCallback = typeof onEntrypointLoaded === "function"; + + if (!this._scriptLoaded) { + this._scriptLoaded = true; + const scriptTag = this._createScriptTag(entrypointUrl); + if (useCallback) { + // Just inject the script tag, and return nothing; Flutter will call + // `didCreateEngineInitializer` when it's done. + console.debug("Injecting diff --git a/integration_test/integration_test.dart b/integration_test/integration_test.dart deleted file mode 100644 index c90b9c7..0000000 --- a/integration_test/integration_test.dart +++ /dev/null @@ -1,36 +0,0 @@ -import 'package:flutter_test/flutter_test.dart'; -import 'package:integration_test/integration_test.dart'; -import 'package:numbers/main.dart' as app; -import 'package:yaru_widgets/yaru_widgets.dart'; - -void main() { - IntegrationTestWidgetsFlutterBinding.ensureInitialized(); - - testWidgets('integration', (tester) async { - await app.main(); - await tester.pumpAndSettle(); - - final currentYear = DateTime.now().year.toString(); - - expect(find.text('42'), findsOneWidget); - expect(find.text(currentYear), findsNothing); - - await tester.tap(find.descendant( - of: find.byType(YaruNavigationRailItem), - matching: find.text('Year'), - )); - await tester.pumpAndSettle(); - - expect(find.text('42'), findsNothing); - expect(find.text(currentYear), findsOneWidget); - - await tester.tap(find.descendant( - of: find.byType(YaruNavigationRailItem), - matching: find.text('Trivia'), - )); - await tester.pumpAndSettle(); - - expect(find.text('42'), findsOneWidget); - expect(find.text(currentYear), findsNothing); - }); -} diff --git a/l10n.yaml b/l10n.yaml deleted file mode 100644 index b1cc141..0000000 --- a/l10n.yaml +++ /dev/null @@ -1,4 +0,0 @@ -arb-dir: lib/l10n -template-arb-file: app_en.arb -output-localization-file: app_localizations.dart -nullable-getter: false diff --git a/lib/app.dart b/lib/app.dart deleted file mode 100644 index b581ebc..0000000 --- a/lib/app.dart +++ /dev/null @@ -1,99 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:provider/provider.dart'; -import 'package:yaru/yaru.dart'; -import 'package:yaru_icons/yaru_icons.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'pages.dart'; -import 'settings.dart'; - -class NumbersApp extends StatelessWidget { - const NumbersApp({super.key}); - - @override - Widget build(BuildContext context) { - return YaruTheme( - data: YaruThemeData( - variant: context.select((Settings s) => s.variant), - ), - builder: (context, yaru, child) => MaterialApp( - debugShowCheckedModeBanner: false, - theme: yaru.theme, - darkTheme: yaru.darkTheme, - themeMode: context.select((Settings s) => s.theme), - localizationsDelegates: AppLocalizations.localizationsDelegates, - supportedLocales: AppLocalizations.supportedLocales, - builder: (context, child) => Scaffold( - appBar: YaruWindowTitleBar( - title: Text(AppLocalizations.of(context).appTitle), - ), - body: child, - ), - home: const NumbersPage(), - ), - ); - } -} - -class NumbersPage extends StatelessWidget { - const NumbersPage({super.key}); - - @override - Widget build(BuildContext context) { - return YaruNavigationPage( - length: pages.length, - itemBuilder: (context, index, selected) => YaruNavigationRailItem( - selected: selected, - icon: pages[index].iconBuilder(context), - label: pages[index].titleBuilder(context), - style: YaruNavigationRailStyle.labelled, - ), - pageBuilder: (context, index) => pages[index].pageBuilder(context), - trailing: YaruNavigationRailItem( - icon: const Icon(YaruIcons.settings), - label: Text(AppLocalizations.of(context).settingsDialogTitle), - style: YaruNavigationRailStyle.labelled, - onTap: () => showSettingsDialog( - context: context, - themePreviewBuilder: (_) => const NumbersPreview(), - ), - ), - ); - } -} - -class NumbersPreview extends StatelessWidget { - const NumbersPreview({super.key}); - - @override - Widget build(BuildContext context) { - final l10n = AppLocalizations.of(context); - return Scaffold( - appBar: const YaruTitleBar( - isMinimizable: true, - isMaximizable: true, - isClosable: true, - ), - body: YaruNavigationPage( - length: pages.length, - itemBuilder: (context, index, selected) => YaruNavigationRailItem( - icon: pages[index].iconBuilder(context), - label: pages[index].titleBuilder(context), - style: YaruNavigationRailStyle.compact, - selected: selected, - ), - pageBuilder: (context, index) => const SizedBox.shrink(), - trailing: YaruNavigationRailItem( - icon: const Icon(YaruIcons.settings), - label: Text(l10n.settingsDialogTitle), - style: YaruNavigationRailStyle.compact, - ), - ), - floatingActionButton: FloatingActionButton( - onPressed: () {}, - child: const Icon(YaruIcons.refresh), - ), - ); - } -} diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb deleted file mode 100644 index d71dd0f..0000000 --- a/lib/l10n/app_en.arb +++ /dev/null @@ -1,24 +0,0 @@ -{ - "appTitle": "Numbers", - "colorLabel": "Color", - "darkTheme": "Dark", - "languageLabel": "Language", - "lightTheme": "Light", - "mathPageTitle": "Math", - "footerLabel": "Powered by {title}", - "@footerLabel": { - "placeholders": { - "title": { - "type": "String" - }, - "url": { - "type": "String" - } - } - }, - "settingsDialogTitle": "Settings", - "systemTheme": "System", - "themeLabel": "Theme", - "triviaPageTitle": "Trivia", - "yearPageTitle": "Year" -} diff --git a/lib/l10n/app_fi.arb b/lib/l10n/app_fi.arb deleted file mode 100644 index 6cdfced..0000000 --- a/lib/l10n/app_fi.arb +++ /dev/null @@ -1,13 +0,0 @@ -{ - "appTitle": "Numerot", - "colorLabel": "Väri", - "darkTheme": "Tumma", - "languageLabel": "Kieli", - "lightTheme": "Vaalea", - "mathPageTitle": "Matikka", - "settingsDialogTitle": "Asetukset", - "systemTheme": "Järjestelmä", - "themeLabel": "Teema", - "triviaPageTitle": "Trivia", - "yearPageTitle": "Vuosi" -} diff --git a/lib/l10n/app_sv.arb b/lib/l10n/app_sv.arb deleted file mode 100644 index 8d2a855..0000000 --- a/lib/l10n/app_sv.arb +++ /dev/null @@ -1,13 +0,0 @@ -{ - "appTitle": "Tal", - "colorLabel": "Färg", - "darkTheme": "Mörk", - "languageLabel": "Språk", - "lightTheme": "Ljus", - "mathPageTitle": "Matte", - "settingsDialogTitle": "Inställningar", - "systemTheme": "System", - "themeLabel": "Tema", - "triviaPageTitle": "Trivia", - "yearPageTitle": "År" -} diff --git a/lib/main.dart b/lib/main.dart deleted file mode 100644 index 1a1ac69..0000000 --- a/lib/main.dart +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:provider/provider.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'app.dart'; -import 'numbers.dart'; -import 'settings.dart'; - -Future main() async { - await YaruWindowTitleBar.ensureInitialized(); - - registerService(Numbers.new, dispose: (s) => s.close()); - - runApp( - ChangeNotifierProvider( - create: (_) => Settings(), - child: const NumbersApp(), - ), - ); -} diff --git a/lib/numbers.dart b/lib/numbers.dart deleted file mode 100644 index 1f99fbe..0000000 --- a/lib/numbers.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'src/numbers/number.dart'; -export 'src/numbers/numbers.dart'; diff --git a/lib/pages.dart b/lib/pages.dart deleted file mode 100644 index 52684d4..0000000 --- a/lib/pages.dart +++ /dev/null @@ -1 +0,0 @@ -export 'src/pages/pages.dart'; diff --git a/lib/settings.dart b/lib/settings.dart deleted file mode 100644 index 7df919a..0000000 --- a/lib/settings.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'src/settings/settings.dart'; -export 'src/settings/settings_dialog.dart'; diff --git a/lib/src/numbers/number.dart b/lib/src/numbers/number.dart deleted file mode 100644 index 1dc3427..0000000 --- a/lib/src/numbers/number.dart +++ /dev/null @@ -1,62 +0,0 @@ -import 'package:meta/meta.dart'; - -@immutable -class Number { - const Number({ - required this.text, - required this.found, - required this.number, - required this.type, - this.date, - this.year, - }); - - final String text; - final bool found; - final num number; - final String type; - final String? date; - final String? year; - - Map toJson() { - return { - 'text': text, - 'found': found, - 'number': number, - 'type': type, - if (date != null) 'date': date, - if (year != null) 'year': year, - }; - } - - factory Number.fromJson(Map json) { - return Number( - text: json['text'] as String, - found: json['found'] as bool, - number: json['number'] as num, - type: json['type'] as String, - date: json['date'] as String?, - year: json['year'] as String?, - ); - } - - @override - bool operator ==(Object other) { - if (identical(this, other)) return true; - return other is Number && - other.text == text && - other.found == found && - other.number == number && - other.type == type && - other.date == date && - other.year == year; - } - - @override - int get hashCode => Object.hash(text, found, number, type, date, year); - - @override - String toString() { - return 'Number(text: $text, found: $found, number: $number, type: $type, date: $date, year: $year)'; - } -} diff --git a/lib/src/numbers/numbers.dart b/lib/src/numbers/numbers.dart deleted file mode 100644 index a96c94b..0000000 --- a/lib/src/numbers/numbers.dart +++ /dev/null @@ -1,40 +0,0 @@ -import 'dart:convert'; - -import 'package:async/async.dart'; -import 'package:http/http.dart' as http; -import 'package:http/retry.dart' as http; -import 'package:meta/meta.dart'; - -import 'number.dart'; - -class Numbers { - Numbers({@visibleForTesting http.Client? client}) - : _client = client ?? http.RetryClient(http.Client()); - - final http.Client _client; - - void close() => _client.close(); - - Future> getMath(int number) { - return Result.capture(_getNumber('/$number/math')); - } - - Future> getTrivia(int number) { - return Result.capture(_getNumber('/$number/trivia')); - } - - Future> getYear(int year) { - return Result.capture(_getNumber('/$year/year')); - } - - Future _getNumber(String path) async { - final url = Uri.http('numbersapi.com', path, {'json': ''}); - return _client.get(url).then((response) { - if (response.statusCode == 200) { - return Number.fromJson(json.decode(utf8.decode(response.bodyBytes))); - } else { - throw Exception('${response.reasonPhrase} (${response.statusCode})'); - } - }); - } -} diff --git a/lib/src/pages/math/math_model.dart b/lib/src/pages/math/math_model.dart deleted file mode 100644 index 7d530a3..0000000 --- a/lib/src/pages/math/math_model.dart +++ /dev/null @@ -1,18 +0,0 @@ -import 'package:async/async.dart'; -import 'package:numbers/numbers.dart'; -import 'package:safe_change_notifier/safe_change_notifier.dart'; - -class MathModel extends SafeValueNotifier?> { - MathModel(this._numbers) : super(null); - - final Numbers _numbers; - - int get number => _number; - int _number = 0; - - Future load(int number) async { - _number = number; - value = null; - value = await _numbers.getMath(number); - } -} diff --git a/lib/src/pages/math/math_page.dart b/lib/src/pages/math/math_page.dart deleted file mode 100644 index 47603b5..0000000 --- a/lib/src/pages/math/math_page.dart +++ /dev/null @@ -1,62 +0,0 @@ -import 'dart:math'; - -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:numbers/numbers.dart'; -import 'package:numbers/widgets.dart'; -import 'package:provider/provider.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; -import 'package:yaru_icons/yaru_icons.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'math_model.dart'; - -class MathPage extends StatefulWidget { - const MathPage({super.key}); - - static Widget buildIcon(BuildContext context) { - return const Icon(YaruIcons.calculator); - } - - static Widget buildTitle(BuildContext context) { - final l10n = AppLocalizations.of(context); - return Text(l10n.mathPageTitle); - } - - static Widget buildDetail(BuildContext context) { - return ChangeNotifierProvider( - create: (_) => MathModel(getService()), - child: const MathPage(), - ); - } - - @override - State createState() => _MathPageState(); -} - -class _MathPageState extends State { - int randomInt() => Random().nextInt(1979); - - @override - void initState() { - super.initState(); - context.read().load(42); - } - - @override - Widget build(BuildContext context) { - final model = context.watch(); - return Scaffold( - body: Padding( - padding: const EdgeInsets.all(kYaruPagePadding), - child: NumberView(number: model.number, result: model.value), - ), - floatingActionButtonLocation: FloatingActionButtonLocation.endDocked, - floatingActionButton: FloatingActionButton( - onPressed: () => context.read().load(randomInt()), - child: const Icon(YaruIcons.refresh), - ), - bottomNavigationBar: const Footer(), - ); - } -} diff --git a/lib/src/pages/pages.dart b/lib/src/pages/pages.dart deleted file mode 100644 index 1ea9d6a..0000000 --- a/lib/src/pages/pages.dart +++ /dev/null @@ -1,35 +0,0 @@ -import 'package:flutter/widgets.dart'; - -import 'math/math_page.dart'; -import 'trivia/trivia_page.dart'; -import 'year/year_page.dart'; - -class PageBuilder { - const PageBuilder({ - required this.iconBuilder, - required this.titleBuilder, - required this.pageBuilder, - }); - - final WidgetBuilder iconBuilder; - final WidgetBuilder titleBuilder; - final WidgetBuilder pageBuilder; -} - -const pages = [ - PageBuilder( - iconBuilder: MathPage.buildIcon, - titleBuilder: MathPage.buildTitle, - pageBuilder: MathPage.buildDetail, - ), - PageBuilder( - iconBuilder: TriviaPage.buildIcon, - titleBuilder: TriviaPage.buildTitle, - pageBuilder: TriviaPage.buildDetail, - ), - PageBuilder( - iconBuilder: YearPage.buildIcon, - titleBuilder: YearPage.buildTitle, - pageBuilder: YearPage.buildDetail, - ), -]; diff --git a/lib/src/pages/trivia/trivia_model.dart b/lib/src/pages/trivia/trivia_model.dart deleted file mode 100644 index c93d0c1..0000000 --- a/lib/src/pages/trivia/trivia_model.dart +++ /dev/null @@ -1,18 +0,0 @@ -import 'package:async/async.dart'; -import 'package:numbers/numbers.dart'; -import 'package:safe_change_notifier/safe_change_notifier.dart'; - -class TriviaModel extends SafeValueNotifier?> { - TriviaModel(this._numbers) : super(null); - - final Numbers _numbers; - - int get number => _number; - int _number = 0; - - Future load(int number) async { - _number = number; - value = null; - value = await _numbers.getTrivia(number); - } -} diff --git a/lib/src/pages/trivia/trivia_page.dart b/lib/src/pages/trivia/trivia_page.dart deleted file mode 100644 index 48bf25b..0000000 --- a/lib/src/pages/trivia/trivia_page.dart +++ /dev/null @@ -1,62 +0,0 @@ -import 'dart:math'; - -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:numbers/numbers.dart'; -import 'package:numbers/widgets.dart'; -import 'package:provider/provider.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; -import 'package:yaru_icons/yaru_icons.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'trivia_model.dart'; - -class TriviaPage extends StatefulWidget { - const TriviaPage({super.key}); - - static Widget buildIcon(BuildContext context) { - return const Icon(YaruIcons.book); - } - - static Widget buildTitle(BuildContext context) { - final l10n = AppLocalizations.of(context); - return Text(l10n.triviaPageTitle); - } - - static Widget buildDetail(BuildContext context) { - return ChangeNotifierProvider( - create: (_) => TriviaModel(getService()), - child: const TriviaPage(), - ); - } - - @override - State createState() => _TriviaPageState(); -} - -class _TriviaPageState extends State { - int randomInt() => Random().nextInt(1979); - - @override - void initState() { - super.initState(); - context.read().load(42); - } - - @override - Widget build(BuildContext context) { - final model = context.watch(); - return Scaffold( - body: Padding( - padding: const EdgeInsets.all(kYaruPagePadding), - child: NumberView(number: model.number, result: model.value), - ), - floatingActionButtonLocation: FloatingActionButtonLocation.endDocked, - floatingActionButton: FloatingActionButton( - onPressed: () => context.read().load(randomInt()), - child: const Icon(YaruIcons.refresh), - ), - bottomNavigationBar: const Footer(), - ); - } -} diff --git a/lib/src/pages/year/year_model.dart b/lib/src/pages/year/year_model.dart deleted file mode 100644 index 32ac438..0000000 --- a/lib/src/pages/year/year_model.dart +++ /dev/null @@ -1,18 +0,0 @@ -import 'package:async/async.dart'; -import 'package:numbers/numbers.dart'; -import 'package:safe_change_notifier/safe_change_notifier.dart'; - -class YearModel extends SafeValueNotifier?> { - YearModel(this._numbers) : super(null); - - final Numbers _numbers; - - int get year => _year; - int _year = 0; - - Future load(int year) async { - _year = year; - value = null; - value = await _numbers.getYear(year); - } -} diff --git a/lib/src/pages/year/year_page.dart b/lib/src/pages/year/year_page.dart deleted file mode 100644 index 6b01d8b..0000000 --- a/lib/src/pages/year/year_page.dart +++ /dev/null @@ -1,63 +0,0 @@ -import 'dart:math'; - -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:numbers/numbers.dart'; -import 'package:numbers/widgets.dart'; -import 'package:provider/provider.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; -import 'package:yaru_icons/yaru_icons.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'year_model.dart'; - -class YearPage extends StatefulWidget { - const YearPage({super.key}); - - static Widget buildIcon(BuildContext context) { - return const Icon(YaruIcons.calendar); - } - - static Widget buildTitle(BuildContext context) { - final l10n = AppLocalizations.of(context); - return Text(l10n.yearPageTitle); - } - - static Widget buildDetail(BuildContext context) { - return ChangeNotifierProvider( - create: (_) => YearModel(getService()), - child: const YearPage(), - ); - } - - @override - State createState() => _YearPageState(); -} - -class _YearPageState extends State { - int get currentYear => DateTime.now().year; - int get randomYear => Random().nextInt(currentYear); - - @override - void initState() { - super.initState(); - context.read().load(currentYear); - } - - @override - Widget build(BuildContext context) { - final model = context.watch(); - return Scaffold( - body: Padding( - padding: const EdgeInsets.all(kYaruPagePadding), - child: NumberView(number: model.year, result: model.value), - ), - floatingActionButtonLocation: FloatingActionButtonLocation.endDocked, - floatingActionButton: FloatingActionButton( - onPressed: () => context.read().load(randomYear), - child: const Icon(YaruIcons.refresh), - ), - bottomNavigationBar: const Footer(), - ); - } -} diff --git a/lib/src/settings/settings.dart b/lib/src/settings/settings.dart deleted file mode 100644 index d647382..0000000 --- a/lib/src/settings/settings.dart +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru/yaru.dart'; - -class Settings extends ChangeNotifier { - ThemeMode? _theme; - YaruVariant? _variant; - - ThemeMode? get theme => _theme; - void setTheme(ThemeMode value) { - if (_theme == value) return; - _theme = value; - notifyListeners(); - } - - YaruVariant? get variant => _variant; - void setVariant(YaruVariant value) { - if (_variant == value) return; - _variant = value; - notifyListeners(); - } -} diff --git a/lib/src/settings/settings_dialog.dart b/lib/src/settings/settings_dialog.dart deleted file mode 100644 index 4ff4965..0000000 --- a/lib/src/settings/settings_dialog.dart +++ /dev/null @@ -1,62 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:provider/provider.dart'; -import 'package:yaru/yaru.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -import 'settings.dart'; -import 'settings_widgets.dart'; - -Future showSettingsDialog({ - required BuildContext context, - WidgetBuilder? themePreviewBuilder, -}) { - return showDialog( - context: context, - builder: (context) => SettingsDialog( - themePreviewBuilder: themePreviewBuilder, - ), - ); -} - -class SettingsDialog extends StatelessWidget { - const SettingsDialog({super.key, this.themePreviewBuilder}); - - final WidgetBuilder? themePreviewBuilder; - - @override - Widget build(BuildContext context) { - final l10n = AppLocalizations.of(context); - return Dialog( - child: Column( - mainAxisSize: MainAxisSize.min, - children: [ - YaruDialogTitleBar( - title: Text(l10n.settingsDialogTitle), - ), - Padding( - padding: const EdgeInsets.all(kYaruPagePadding), - child: Column( - mainAxisSize: MainAxisSize.min, - children: [ - SizedBox( - height: MediaQuery.of(context).size.width * 0.2, - child: ThemeSelector( - previewBuilder: themePreviewBuilder, - theme: context.select((Settings s) => s.theme), - onChanged: context.read().setTheme, - ), - ), - const SizedBox(height: kYaruPagePadding), - VariantSelector( - variant: YaruTheme.of(context).variant, - onChanged: context.read().setVariant, - ), - ], - ), - ), - ], - ), - ); - } -} diff --git a/lib/src/settings/settings_widgets.dart b/lib/src/settings/settings_widgets.dart deleted file mode 100644 index 9b7c5d5..0000000 --- a/lib/src/settings/settings_widgets.dart +++ /dev/null @@ -1,146 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:yaru/yaru.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -class ThemeSelector extends StatelessWidget { - const ThemeSelector({ - super.key, - ThemeMode? theme, - this.previewBuilder, - required this.onChanged, - }) : theme = theme ?? ThemeMode.system; - - final ThemeMode theme; - final WidgetBuilder? previewBuilder; - final ValueChanged onChanged; - - @override - Widget build(BuildContext context) { - final l10n = AppLocalizations.of(context); - return Row( - children: [ - Expanded( - child: YaruBanner( - padding: EdgeInsets.zero, - selected: theme == ThemeMode.system, - onTap: () => onChanged(ThemeMode.system), - child: Stack( - fit: StackFit.passthrough, - children: [ - ThemeCard( - title: Text(l10n.systemTheme), - theme: YaruTheme.of(context).theme ?? yaruLight, - previewBuilder: previewBuilder, - ), - YaruClip.diagonal( - position: YaruDiagonalClip.bottomLeft, - child: ThemeCard( - title: Text(l10n.systemTheme), - theme: YaruTheme.of(context).darkTheme ?? yaruDark, - previewBuilder: previewBuilder, - ), - ), - ], - ), - ), - ), - const SizedBox(width: kYaruPagePadding), - Expanded( - child: YaruBanner( - padding: EdgeInsets.zero, - selected: theme == ThemeMode.light, - onTap: () => onChanged(ThemeMode.light), - child: ThemeCard( - theme: YaruTheme.of(context).theme ?? yaruLight, - title: Text(l10n.lightTheme), - previewBuilder: previewBuilder, - ), - ), - ), - const SizedBox(width: kYaruPagePadding), - Expanded( - child: YaruBanner( - padding: EdgeInsets.zero, - selected: theme == ThemeMode.dark, - onTap: () => onChanged(ThemeMode.dark), - child: ThemeCard( - theme: YaruTheme.of(context).darkTheme ?? yaruDark, - title: Text(l10n.darkTheme), - previewBuilder: previewBuilder, - ), - ), - ), - ], - ); - } -} - -class ThemeCard extends StatelessWidget { - const ThemeCard({ - super.key, - this.title, - this.previewBuilder, - required this.theme, - this.scale = 0.3, - }); - - final Widget? title; - final WidgetBuilder? previewBuilder; - final ThemeData theme; - final double scale; - - @override - Widget build(BuildContext context) { - return Theme( - data: theme, - child: IgnorePointer( - child: YaruBorderContainer( - clipBehavior: Clip.antiAlias, - borderRadius: - BorderRadius.circular(10).inner(const EdgeInsets.all(4)), - child: LayoutBuilder(builder: (context, constraints) { - return FittedBox( - child: SizedBox( - width: constraints.maxWidth / scale, - height: constraints.maxHeight / scale, - child: Stack( - children: [ - Builder(builder: previewBuilder ?? (_) => const Scaffold()), - if (title != null) - DefaultTextStyle( - style: Theme.of(context).textTheme.displayLarge!, - child: Center(child: title!), - ), - ], - ), - ), - ); - }), - ), - ), - ); - } -} - -class VariantSelector extends StatelessWidget { - const VariantSelector({super.key, this.variant, required this.onChanged}); - - final YaruVariant? variant; - final ValueChanged onChanged; - - @override - Widget build(BuildContext context) { - return Row( - mainAxisAlignment: MainAxisAlignment.center, - children: [ - for (final value in YaruVariant.values.take(10)) - YaruColorDisk( - color: value.color, - selected: variant == value, - onPressed: () => onChanged(value), - ) - ], - ); - } -} diff --git a/lib/src/widgets/color_indicator.dart b/lib/src/widgets/color_indicator.dart deleted file mode 100644 index 084409e..0000000 --- a/lib/src/widgets/color_indicator.dart +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:flutter/widgets.dart'; - -class ColorIndicator extends StatelessWidget { - const ColorIndicator(this.color, {super.key}); - - final Color? color; - - @override - Widget build(BuildContext context) { - return Container( - width: 20, - height: 20, - decoration: ShapeDecoration( - color: color, - shape: const CircleBorder(), - ), - ); - } -} diff --git a/lib/src/widgets/footer.dart b/lib/src/widgets/footer.dart deleted file mode 100644 index 5216a02..0000000 --- a/lib/src/widgets/footer.dart +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:flutter_html/flutter_html.dart'; -import 'package:url_launcher/url_launcher_string.dart'; - -class Footer extends StatelessWidget { - const Footer({super.key}); - - @override - Widget build(BuildContext context) { - final l10n = AppLocalizations.of(context); - return ButtonBar( - alignment: MainAxisAlignment.center, - children: [ - Html( - data: l10n.footerLabel('numberapi.com', 'http://numbersapi.com'), - shrinkWrap: true, - onAnchorTap: (url, _, __) => launchUrlString(url!), - ), - ], - ); - } -} diff --git a/lib/src/widgets/number_view.dart b/lib/src/widgets/number_view.dart deleted file mode 100644 index 7b6f21f..0000000 --- a/lib/src/widgets/number_view.dart +++ /dev/null @@ -1,61 +0,0 @@ -import 'package:async/async.dart'; -import 'package:flutter/material.dart'; -import 'package:numbers/numbers.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -class NumberView extends StatelessWidget { - const NumberView({super.key, required this.number, required this.result}); - - final int number; - final Result? result; - - @override - Widget build(BuildContext context) { - return Column( - children: [ - Expanded( - child: AnimatedSwitcher( - duration: kThemeAnimationDuration, - child: Center( - key: ValueKey(number), - child: Text( - number.toString(), - style: Theme.of(context).textTheme.displaySmall, - ), - ), - ), - ), - Expanded( - child: AnimatedSwitcher( - duration: kThemeAnimationDuration, - child: Align( - alignment: Alignment.topCenter, - child: result.when( - loading: () => const YaruCircularProgressIndicator(), - success: (value) => Text(value.text), - error: (error) => Text(error.toString()), - ), - ), - ), - ), - ], - ); - } -} - -extension on Result? { - T when({ - required T Function() loading, - required T Function(Number) success, - required T Function(Object) error, - }) { - final that = this; - if (that == null) { - return loading(); - } else if (that.isError) { - return error(that.asError!.error); - } else { - return success(that.asValue!.value); - } - } -} diff --git a/lib/widgets.dart b/lib/widgets.dart deleted file mode 100644 index 728f23a..0000000 --- a/lib/widgets.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'src/widgets/color_indicator.dart'; -export 'src/widgets/footer.dart'; -export 'src/widgets/number_view.dart'; diff --git a/linux/.gitignore b/linux/.gitignore deleted file mode 100644 index 2b96011..0000000 --- a/linux/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -flutter/ephemeral -flutter/generated_plugin_registrant.* -flutter/generated_plugins.cmake diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt deleted file mode 100644 index 33e4de0..0000000 --- a/linux/CMakeLists.txt +++ /dev/null @@ -1,139 +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 "numbers") - -# The unique GTK application identifier for this application. See: -# https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.ubuntu.numbers") - -# 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/linux/flutter/CMakeLists.txt b/linux/flutter/CMakeLists.txt deleted file mode 100644 index d5bd016..0000000 --- a/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/linux/main.cc b/linux/main.cc deleted file mode 100644 index e7c5c54..0000000 --- a/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/linux/my_application.cc b/linux/my_application.cc deleted file mode 100644 index 2277fec..0000000 --- a/linux/my_application.cc +++ /dev/null @@ -1,85 +0,0 @@ -#include "my_application.h" - -#include - -#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))); - - GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new()); - gtk_header_bar_set_show_close_button(header_bar, TRUE); - gtk_window_set_titlebar(window, GTK_WIDGET(header_bar)); - - GdkGeometry geometry; - geometry.min_width = 680; - geometry.min_height = 680; - gtk_window_set_geometry_hints(window, nullptr, &geometry, GDK_HINT_MIN_SIZE); - gtk_window_set_default_size(window, 960, 680); - - 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_container_add(GTK_CONTAINER(window), GTK_WIDGET(view)); - - fl_register_plugins(FL_PLUGIN_REGISTRY(view)); - - gtk_widget_show(GTK_WIDGET(window)); - gtk_widget_show(GTK_WIDGET(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/linux/my_application.h b/linux/my_application.h deleted file mode 100644 index 72271d5..0000000 --- a/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/macos/.gitignore b/macos/.gitignore deleted file mode 100644 index 746adbb..0000000 --- a/macos/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# Flutter-related -**/Flutter/ephemeral/ -**/Pods/ - -# Xcode-related -**/dgph -**/xcuserdata/ diff --git a/macos/Flutter/Flutter-Debug.xcconfig b/macos/Flutter/Flutter-Debug.xcconfig deleted file mode 100644 index 4b81f9b..0000000 --- a/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/macos/Flutter/Flutter-Release.xcconfig b/macos/Flutter/Flutter-Release.xcconfig deleted file mode 100644 index 5caa9d1..0000000 --- a/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/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift deleted file mode 100644 index ea24344..0000000 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ /dev/null @@ -1,16 +0,0 @@ -// -// Generated file. Do not edit. -// - -import FlutterMacOS -import Foundation - -import screen_retriever -import url_launcher_macos -import window_manager - -func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { - ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin")) - UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) - WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin")) -} diff --git a/macos/Podfile b/macos/Podfile deleted file mode 100644 index 049abe2..0000000 --- a/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/macos/Podfile.lock b/macos/Podfile.lock deleted file mode 100644 index 5226795..0000000 --- a/macos/Podfile.lock +++ /dev/null @@ -1,28 +0,0 @@ -PODS: - - FlutterMacOS (1.0.0) - - screen_retriever (0.0.1): - - FlutterMacOS - - window_manager (0.2.0): - - FlutterMacOS - -DEPENDENCIES: - - FlutterMacOS (from `Flutter/ephemeral`) - - screen_retriever (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos`) - - window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`) - -EXTERNAL SOURCES: - FlutterMacOS: - :path: Flutter/ephemeral - screen_retriever: - :path: Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos - window_manager: - :path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos - -SPEC CHECKSUMS: - FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 - screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38 - window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8 - -PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7 - -COCOAPODS: 1.11.2 diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj deleted file mode 100644 index 6733aee..0000000 --- a/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 */; }; - F5CFBAC0A5CC10FF9A35EF90 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78D2312F2F1022DE9CC75FAE /* 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 */ - 22F4117E533D79EAF8EB1560 /* 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 = ""; }; - 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 /* numbers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = numbers.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 = ""; }; - 78D2312F2F1022DE9CC75FAE /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = ""; }; - 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = ""; }; - E7C4DB3FB5A552A135C2111B /* 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 = ""; }; - F02F63F4EF3A9DA4437E753B /* 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 = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 33CC10EA2044A3C60003C045 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F5CFBAC0A5CC10FF9A35EF90 /* 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 */, - 82017DA1500BE8F68D829FB7 /* Pods */, - ); - sourceTree = ""; - }; - 33CC10EE2044A3C60003C045 /* Products */ = { - isa = PBXGroup; - children = ( - 33CC10ED2044A3C60003C045 /* numbers.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 = ""; - }; - 82017DA1500BE8F68D829FB7 /* Pods */ = { - isa = PBXGroup; - children = ( - E7C4DB3FB5A552A135C2111B /* Pods-Runner.debug.xcconfig */, - F02F63F4EF3A9DA4437E753B /* Pods-Runner.release.xcconfig */, - 22F4117E533D79EAF8EB1560 /* Pods-Runner.profile.xcconfig */, - ); - name = Pods; - path = Pods; - sourceTree = ""; - }; - D73912EC22F37F3D000D13A0 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 78D2312F2F1022DE9CC75FAE /* 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 = ( - 9105D6D6DC60251736548AF9 /* [CP] Check Pods Manifest.lock */, - 33CC10E92044A3C60003C045 /* Sources */, - 33CC10EA2044A3C60003C045 /* Frameworks */, - 33CC10EB2044A3C60003C045 /* Resources */, - 33CC110E2044A8840003C045 /* Bundle Framework */, - 3399D490228B24CF009A79C7 /* ShellScript */, - 1CDEC3A8073FE16F37F2A7AF /* [CP] Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 33CC11202044C79F0003C045 /* PBXTargetDependency */, - ); - name = Runner; - productName = Runner; - productReference = 33CC10ED2044A3C60003C045 /* numbers.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 */ - 1CDEC3A8073FE16F37F2A7AF /* [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"; - }; - 9105D6D6DC60251736548AF9 /* [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/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme deleted file mode 100644 index 10100d1..0000000 --- a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/macos/Runner.xcworkspace/contents.xcworkspacedata b/macos/Runner.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 21a3cc1..0000000 --- a/macos/Runner.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/macos/Runner/AppDelegate.swift b/macos/Runner/AppDelegate.swift deleted file mode 100644 index d53ef64..0000000 --- a/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/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index a2ec33f..0000000 --- a/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/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png deleted file mode 100644 index 82b6f9d..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png deleted file mode 100644 index 13b35eb..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png deleted file mode 100644 index 0a3f5fa..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png deleted file mode 100644 index bdb5722..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png deleted file mode 100644 index f083318..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png deleted file mode 100644 index 326c0e7..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png deleted file mode 100644 index 2f1632c..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png and /dev/null differ diff --git a/macos/Runner/Base.lproj/MainMenu.xib b/macos/Runner/Base.lproj/MainMenu.xib deleted file mode 100644 index 80e867a..0000000 --- a/macos/Runner/Base.lproj/MainMenu.xib +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig deleted file mode 100644 index 1b51180..0000000 --- a/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 = numbers - -// The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.numbers - -// The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright © 2023 com.example. All rights reserved. diff --git a/macos/Runner/Configs/Debug.xcconfig b/macos/Runner/Configs/Debug.xcconfig deleted file mode 100644 index 36b0fd9..0000000 --- a/macos/Runner/Configs/Debug.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include "../../Flutter/Flutter-Debug.xcconfig" -#include "Warnings.xcconfig" diff --git a/macos/Runner/Configs/Release.xcconfig b/macos/Runner/Configs/Release.xcconfig deleted file mode 100644 index dff4f49..0000000 --- a/macos/Runner/Configs/Release.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include "../../Flutter/Flutter-Release.xcconfig" -#include "Warnings.xcconfig" diff --git a/macos/Runner/Configs/Warnings.xcconfig b/macos/Runner/Configs/Warnings.xcconfig deleted file mode 100644 index 42bcbf4..0000000 --- a/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/macos/Runner/DebugProfile.entitlements b/macos/Runner/DebugProfile.entitlements deleted file mode 100644 index 08c3ab1..0000000 --- a/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/macos/Runner/Info.plist b/macos/Runner/Info.plist deleted file mode 100644 index 4789daa..0000000 --- a/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/macos/Runner/MainFlutterWindow.swift b/macos/Runner/MainFlutterWindow.swift deleted file mode 100644 index 2722837..0000000 --- a/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/macos/Runner/Release.entitlements b/macos/Runner/Release.entitlements deleted file mode 100644 index ee95ab7..0000000 --- a/macos/Runner/Release.entitlements +++ /dev/null @@ -1,10 +0,0 @@ - - - - - com.apple.security.app-sandbox - - com.apple.security.network.client - - - diff --git a/main.dart.js b/main.dart.js new file mode 100644 index 0000000..2c5ab34 --- /dev/null +++ b/main.dart.js @@ -0,0 +1,88103 @@ +(function dartProgram(){function copyProperties(a,b){var s=Object.keys(a) +for(var r=0;r=0)return true +if(typeof version=="function"&&version.length==0){var q=version() +if(/^\d+\.\d+\.\d+\.\d+$/.test(q))return true}}catch(p){}return false}() +function inherit(a,b){a.prototype.constructor=a +a.prototype["$i"+a.name]=a +if(b!=null){if(z){Object.setPrototypeOf(a.prototype,b.prototype) +return}var s=Object.create(b.prototype) +copyProperties(a.prototype,s) +a.prototype=s}}function inheritMany(a,b){for(var s=0;s4294967295)throw A.d(A.ca(a,0,4294967295,"length",null)) +return J.r3(new Array(a),b)}, +xp(a,b){if(a<0)throw A.d(A.bo("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("t<0>"))}, +aw2(a,b){if(a<0)throw A.d(A.bo("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("t<0>"))}, +r3(a,b){return J.a6H(A.a(a,b.h("t<0>")))}, +a6H(a){a.fixed$length=Array +return a}, +aw3(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +aJC(a,b){return J.uY(a,b)}, +aw4(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}}, +aw5(a,b){var s,r +for(s=a.length;b0;b=s){s=b-1 +r=a.charCodeAt(s) +if(r!==32&&r!==13&&!J.aw4(r))break}return b}, +fH(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.r4.prototype +return J.xt.prototype}if(typeof a=="string")return J.j2.prototype +if(a==null)return J.xs.prototype +if(typeof a=="boolean")return J.xq.prototype +if(Array.isArray(a))return J.t.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j3.prototype +if(typeof a=="symbol")return J.nW.prototype +if(typeof a=="bigint")return J.nV.prototype +return a}if(a instanceof A.A)return a +return J.a__(a)}, +aS9(a){if(typeof a=="number")return J.lR.prototype +if(typeof a=="string")return J.j2.prototype +if(a==null)return a +if(Array.isArray(a))return J.t.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j3.prototype +if(typeof a=="symbol")return J.nW.prototype +if(typeof a=="bigint")return J.nV.prototype +return a}if(a instanceof A.A)return a +return J.a__(a)}, +br(a){if(typeof a=="string")return J.j2.prototype +if(a==null)return a +if(Array.isArray(a))return J.t.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j3.prototype +if(typeof a=="symbol")return J.nW.prototype +if(typeof a=="bigint")return J.nV.prototype +return a}if(a instanceof A.A)return a +return J.a__(a)}, +ci(a){if(a==null)return a +if(Array.isArray(a))return J.t.prototype +if(typeof a!="object"){if(typeof a=="function")return J.j3.prototype +if(typeof a=="symbol")return J.nW.prototype +if(typeof a=="bigint")return J.nV.prototype +return a}if(a instanceof A.A)return a +return J.a__(a)}, +aBb(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.r4.prototype +return J.xt.prototype}if(a==null)return a +if(!(a instanceof A.A))return J.kL.prototype +return a}, +ap3(a){if(typeof a=="number")return J.lR.prototype +if(a==null)return a +if(!(a instanceof A.A))return J.kL.prototype +return a}, +aBc(a){if(typeof a=="number")return J.lR.prototype +if(typeof a=="string")return J.j2.prototype +if(a==null)return a +if(!(a instanceof A.A))return J.kL.prototype +return a}, +n2(a){if(typeof a=="string")return J.j2.prototype +if(a==null)return a +if(!(a instanceof A.A))return J.kL.prototype +return a}, +aSa(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.j3.prototype +if(typeof a=="symbol")return J.nW.prototype +if(typeof a=="bigint")return J.nV.prototype +return a}if(a instanceof A.A)return a +return J.a__(a)}, +aFY(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.aS9(a).a0(a,b)}, +c(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.fH(a).k(a,b)}, +aFZ(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.aBc(a).T(a,b)}, +aG_(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.ap3(a).a9(a,b)}, +fo(a,b){if(typeof b==="number")if(Array.isArray(a)||typeof a=="string"||A.aBl(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.aBb(a).gGk(a)}, +aG6(a,b,c){return J.ci(a).tP(a,b,c)}, +aua(a){return J.ci(a).hl(a)}, +aG7(a,b){return J.ci(a).bn(a,b)}, +v0(a,b,c){return J.ci(a).i1(a,b,c)}, +aG8(a,b,c){return J.n2(a).Qn(a,b,c)}, +aG9(a,b){return J.fH(a).G(a,b)}, +aGa(a){return J.ci(a).i8(a)}, +aub(a,b){return J.ci(a).v(a,b)}, +aGb(a){return J.ci(a).dW(a)}, +aGc(a,b){return J.br(a).su(a,b)}, +aGd(a,b,c,d,e){return J.ci(a).bT(a,b,c,d,e)}, +apX(a,b){return J.ci(a).hu(a,b)}, +a_l(a,b){return J.ci(a).em(a,b)}, +aGe(a){return J.n2(a).Uz(a)}, +a_m(a,b){return J.n2(a).lZ(a,b)}, +auc(a,b){return J.n2(a).b5(a,b)}, +aGf(a,b){return J.ci(a).Fd(a,b)}, +pQ(a){return J.ap3(a).a2(a)}, +a_n(a){return J.ci(a).dX(a)}, +aGg(a,b){return J.ap3(a).iI(a,b)}, +c3(a){return J.fH(a).j(a)}, +aud(a){return J.n2(a).nf(a)}, +aGh(a){return J.n2(a).Sc(a)}, +apY(a,b){return J.ci(a).ib(a,b)}, +xn:function xn(){}, +xq:function xq(){}, +xs:function xs(){}, +aF:function aF(){}, +lV:function lV(){}, +N4:function N4(){}, +kL:function kL(){}, +j3:function j3(){}, +nV:function nV(){}, +nW:function nW(){}, +t:function t(a){this.$ti=a}, +a6M:function a6M(a){this.$ti=a}, +d5:function d5(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +lR:function lR(){}, +r4:function r4(){}, +xt:function xt(){}, +j2:function j2(){}},A={ +aR6(){var s=$.cj() +return s}, +aRL(a,b){if(a==="Google Inc.")return B.bS +else if(a==="Apple Computer, Inc.")return B.Y +else if(B.d.p(b,"Edg/"))return B.bS +else if(a===""&&B.d.p(b,"firefox"))return B.bD +A.a_1("WARNING: failed to detect current browser engine. Assuming this is a Chromium-compatible browser.") +return B.bS}, +aRN(){var s,r,q,p=null,o=self.window +o=o.navigator.platform +if(o==null)o=p +o.toString +s=o +o=self.window +r=o.navigator.userAgent +if(B.d.b5(s,"Mac")){o=self.window +o=o.navigator.maxTouchPoints +if(o==null)o=p +o=o==null?p:B.c.a2(o) +q=o +if((q==null?0:q)>2)return B.aD +return B.bt}else if(B.d.p(s.toLowerCase(),"iphone")||B.d.p(s.toLowerCase(),"ipad")||B.d.p(s.toLowerCase(),"ipod"))return B.aD +else if(B.d.p(r,"Android"))return B.hA +else if(B.d.b5(s,"Linux"))return B.kI +else if(B.d.b5(s,"Win"))return B.Ak +else return B.a2Z}, +aSv(){var s=$.dr() +return B.la.p(0,s)}, +aSw(){var s=$.dr() +return s===B.aD&&B.d.p(self.window.navigator.userAgent,"OS 15_")}, +pF(){var s,r=A.DU(1,1) +if(A.jX(r,"webgl2",null)!=null){s=$.dr() +if(s===B.aD)return 1 +return 2}if(A.jX(r,"webgl",null)!=null)return 1 +return-1}, +aAC(){return self.Intl.v8BreakIterator!=null&&self.Intl.Segmenter!=null}, +af(){return $.bD.aD()}, +aTq(a){return a===B.jG?$.bD.aD().FilterMode.Nearest:$.bD.aD().FilterMode.Linear}, +aM8(a){var s=a.encodeToBytes() +return s==null?null:s}, +aMa(a,b){return a.setColorInt(b)}, +aBT(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}, +aBU(a){var s,r,q=new Float32Array(9) +for(s=0;s<9;++s){r=B.px[s] +if(r<16)q[s]=a[r] +else q[s]=0}return q}, +aTr(a){var s,r,q=new Float32Array(9) +for(s=0;s<9;++s){r=B.px[s] +if(r<16)q[s]=a[r] +else q[s]=0}return q}, +aBV(a){var s=new Float32Array(2) +s[0]=a.a +s[1]=a.b +return s}, +aBS(a){var s,r,q +if(a==null)return $.aEu() +s=a.length +r=new Float32Array(s) +for(q=0;q>>16&255)/255 +s[1]=(r>>>8&255)/255 +s[2]=(r&255)/255 +s[3]=(r>>>24&255)/255 +return s}, +fn(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +asX(a){return new A.D(a[0],a[1],a[2],a[3])}, +E6(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}, +aBR(a){var s,r=a.length,q=new Uint32Array(r) +for(s=0;s"))}, +aR8(a,b){return b+a}, +ZW(){var s=0,r=A.V(t.e),q,p,o +var $async$ZW=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=3 +return A.a4(A.anE(A.aPi()),$async$ZW) +case 3:p=t.e +s=4 +return A.a4(A.hN(self.window.CanvasKitInit(p.a({locateFile:A.bi(A.aPN())})),p),$async$ZW) +case 4:o=b +if(A.axB(o.ParagraphBuilder)&&!A.aAC())throw A.d(A.cS("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.T(q,r)}}) +return A.U($async$ZW,r)}, +anE(a){var s=0,r=A.V(t.H),q,p,o,n +var $async$anE=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:p=new A.bL(a,a.gu(a)),o=A.j(p).c +case 3:if(!p.q()){s=4 +break}n=p.d +s=5 +return A.a4(A.aPG(n==null?o.a(n):n),$async$anE) +case 5:if(c){s=1 +break}s=3 +break +case 4:throw A.d(A.cS("Failed to download any of the following CanvasKit URLs: "+a.j(0))) +case 1:return A.T(q,r)}}) +return A.U($async$anE,r)}, +aPG(a){var s,r,q,p,o,n=$.ch +n=(n==null?$.ch=A.f0(self.window.flutterConfiguration):n).b +n=n==null?null:A.ar4(n) +s=A.b9(self.document,"script") +if(n!=null)s.nonce=n +s.src=A.aRG(a) +n=new A.a9($.ad,t.tr) +r=new A.bc(n,t.BT) +q=A.aR("loadCallback") +p=A.aR("errorCallback") +o=t.e +q.scm(o.a(A.bi(new A.anD(s,r)))) +p.scm(o.a(A.bi(new A.anC(s,r)))) +A.c6(s,"load",q.ai(),null) +A.c6(s,"error",p.ai(),null) +self.document.head.appendChild(s) +return n}, +a7C(a){var s="ColorFilter",r=new A.JX(a),q=new A.fe(s,t.gA) +q.iW(r,a.Az(),s,t.e) +r.b!==$&&A.cI() +r.b=q +return r}, +aRF(a,b){var s +a.geh() +s=$.bD.aD().ColorFilter.MakeBlend(A.ao0($.a_f(),a),$.atP()[b.a]) +if(s==null)throw A.d(A.bo("Invalid parameters for blend mode ColorFilter",null)) +return s}, +aGT(a){return new A.vF(a)}, +aRw(a){switch(0){case 0:return new A.vD(a.a,a.b)}}, +arg(a){var s=null +return new A.ia(B.a27,s,s,s,a,s)}, +aIs(){var s=t.qN +return new A.I7(A.a([],s),A.a([],s))}, +aRQ(a,b){var s,r,q,p,o +if(a.length===0||b.length===0)return null +s=new A.aoP(a,b) +r=new A.aoO(a,b) +q=B.b.cn(a,B.b.gE(b)) +p=B.b.oY(a,B.b.gB(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}, +axf(a,b,c){var s=new self.window.flutterCanvasKit.Font(c),r=A.a([0],t.t) +s.getGlyphBounds(r,null,null) +return new A.oB(b,a,c)}, +aT4(a,b,c){var s="encoded image bytes" +if($.atX()&&b==null&&c==null)return A.Fd(a,s) +else return A.auB(a,s,c,b)}, +lK(a){return new A.Je(a)}, +apC(a,b){var s=0,r=A.V(t.hP),q,p +var $async$apC=A.R(function(c,d){if(c===1)return A.S(d,r) +while(true)switch(s){case 0:s=3 +return A.a4(A.ZY(a,b),$async$apC) +case 3:p=d +if($.atX()){q=A.Fd(p,a) +s=1 +break}else{q=A.auB(p,a,null,null) +s=1 +break}case 1:return A.T(q,r)}}) +return A.U($async$apC,r)}, +ZY(a,b){return A.aRV(a,b)}, +aRV(a,b){var s=0,r=A.V(t.H3),q,p=2,o,n,m,l,k,j +var $async$ZY=A.R(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a4(A.pN(a),$async$ZY) +case 7:n=d +m=n.ga9l() +if(!n.gwU()){l=A.lK(u.O+a+"\nServer response code: "+n.gbg()) +throw A.d(l)}s=m!=null?8:10 +break +case 8:l=A.apw(n.gpc(),m,b) +q=l +s=1 +break +s=9 +break +case 10:s=11 +return A.a4(A.a5P(n),$async$ZY) +case 11:l=d +q=l +s=1 +break +case 9:p=2 +s=6 +break +case 4:p=3 +j=o +if(A.aj(j) instanceof A.x1)throw A.d(A.lK(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.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$ZY,r)}, +apw(a,b,c){return A.aSZ(a,b,c)}, +aSZ(a,b,c){var s=0,r=A.V(t.H3),q,p,o,n +var $async$apw=A.R(function(d,e){if(d===1)return A.S(e,r) +while(true)switch(s){case 0:p={} +o=t.H3 +n=o.a(new self.Uint8Array(b)) +p.a=p.b=0 +s=3 +return A.a4(a.tn(0,new A.apx(p,c,b,n),o),$async$apw) +case 3:q=n +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$apw,r)}, +a0P(a,b){var s=new A.qb($,b),r=A.aHa(a,s,"SkImage",t.XY,t.e) +s.b!==$&&A.cI() +s.b=r +s.JD() +return s}, +auB(a,b,c,d){var s,r,q,p,o,n,m,l,k=new A.Fc(b,a,d,c),j=$.bD.aD().MakeAnimatedImageFromEncoded(a) +if(j==null)A.F(A.lK("Failed to decode image data.\nImage source: "+b)) +s=d==null +if(!s||c!=null)if(j.getFrameCount()>1)$.dG().$1("targetWidth and targetHeight for multi-frame images not supported") +else{r=j.makeImageAtCurrentFrame() +if(!s&&d<=0)d=null +if(c!=null&&c<=0)c=null +s=d==null +if(s&&c!=null)d=B.c.ar(c*(r.width()/r.height())) +else if(c==null&&!s)c=B.i.h3(d,r.width()/r.height()) +q=new A.lq() +p=q.qM(B.eu) +o=A.a0R() +s=A.a0P(r,null) +n=r.width() +m=r.height() +d.toString +c.toString +p.k5(s,new A.D(0,0,0+n,0+m),new A.D(0,0,d,c),o) +m=o.b +m===$&&A.b() +m.m() +m=q.rl().ag8(d,c).b +m===$&&A.b() +m=m.a +m===$&&A.b() +m=m.a +m.toString +l=A.aM8(m) +if(l==null)A.F(A.lK("Failed to re-size image")) +j=$.bD.aD().MakeAnimatedImageFromEncoded(l) +if(j==null)A.F(A.lK("Failed to decode re-sized image data.\nImage source: "+b))}k.d=B.c.a2(j.getFrameCount()) +k.e=B.c.a2(j.getRepetitionCount()) +s=new A.fe("Codec",t.gA) +s.iW(k,j,"Codec",t.e) +k.a!==$&&A.cI() +k.a=s +return k}, +aGS(a,b,c){return new A.vE(a,b,c,new A.v1(new A.a0h()))}, +Fd(a,b){var s=0,r=A.V(t.Lh),q,p,o +var $async$Fd=A.R(function(c,d){if(c===1)return A.S(d,r) +while(true)switch(s){case 0:o=A.aRM(a) +if(o==null)throw A.d(A.lK("Failed to detect image file format using the file header.\nFile header was "+(!B.ac.gP(a)?"["+A.aR7(B.ac.b6(a,0,Math.min(10,a.length)))+"]":"empty")+".\nImage source: "+b)) +p=A.aGS(o,a,b) +s=3 +return A.a4(p.nO(),$async$Fd) +case 3:q=p +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$Fd,r)}, +aHa(a,b,c,d,e){var s=new A.FJ(A.ax(d),d.h("@<0>").ah(e).h("FJ<1,2>")),r=new A.fe(c,e.h("fe<0>")) +r.iW(s,a,c,e) +s.a!==$&&A.cI() +s.a=r +return s}, +a0R(){var s,r=new self.window.flutterCanvasKit.Paint(),q=new A.qc(r,B.dC,B.aO,B.cL,B.jG) +r.setAntiAlias(!0) +r.setColorInt(4278190080) +s=new A.fe("Paint",t.gA) +s.iW(q,r,"Paint",t.e) +q.b!==$&&A.cI() +q.b=s +return q}, +auC(a,b){var s=new A.vG(b),r=new A.fe("Path",t.gA) +r.iW(s,a,"Path",t.e) +s.a!==$&&A.cI() +s.a=r +return s}, +jk(){var s,r,q,p=$.axP +if(p==null){p=$.ch +p=(p==null?$.ch=A.f0(self.window.flutterConfiguration):p).b +if(p==null)p=null +else{p=p.canvasKitMaximumSurfaces +if(p==null)p=null +p=p==null?null:B.c.a2(p)}if(p==null)p=8 +s=A.b9(self.document,"flt-canvas-container") +r=t.y1 +q=A.a([],r) +r=A.a([],r) +r=$.axP=new A.P6(new A.jj(s),Math.max(p,1),q,r) +p=r}return p}, +aGU(a,b){var s,r,q +t.S3.a(a) +s=t.e.a({}) +r=A.asB(a.a,a.b) +s.fontFamilies=r +r=a.c +if(r!=null)s.fontSize=r +s.heightMultiplier=a.d +q=a.x +q=b==null?null:b.c +switch(q){case null:case void 0:break +case B.C:A.axD(s,!0) +break +case B.Ft:A.axD(s,!1) +break}s.leading=a.e +r=A.atk(a.f,a.r) +s.fontStyle=r +s.forceStrutHeight=a.w +s.strutEnabled=!0 +return s}, +aqc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.vH(b,c,d,e,f,m,k,a0,g,h,j,q,a1,o,p,r,a,n,s,i,l)}, +atk(a,b){var s=t.e.a({}) +if(a!=null)s.weight=$.aES()[a.a] +if(b!=null)s.slant=$.aER()[b.a] +return s}, +asB(a,b){var s=A.a([],t.s) +if(a!=null)s.push(a) +if(b!=null&&!B.b.oE(b,new A.anK(a)))B.b.K(s,b) +B.b.K(s,$.ak().grz().gDz().as) +return s}, +aLU(a,b){var s=b.length +if(s<=B.Eg.b)return a.c +if(s<=B.Eh.b)return a.b +if(s<=B.Ei.b)return a.a +return null}, +aB6(a,b){var s,r=new A.I3(t.e.a($.aEq().i(0,b).segment(a)[self.Symbol.iterator]()),t.yN),q=A.a([],t.t) +for(;r.q();){s=r.b +s===$&&A.b() +q.push(B.c.a2(s.index))}q.push(a.length) +return new Uint32Array(A.jH(q))}, +aS3(a){var s,r,q,p,o=A.aAB(a,a,$.aF8()),n=o.length,m=new Uint32Array((n+1)*2) +m[0]=0 +m[1]=0 +for(s=0;s>>16&255)/255 +s[1]=(a.gl()>>>8&255)/255 +s[2]=(a.gl()&255)/255 +s[3]=(a.gl()>>>24&255)/255 +return s}, +aqm(){return self.window.navigator.clipboard!=null?new A.a14():new A.a3q()}, +arm(){var s=$.cj() +return s===B.bD||self.window.navigator.clipboard==null?new A.a3r():new A.a15()}, +aAH(){var s=$.ch +return s==null?$.ch=A.f0(self.window.flutterConfiguration):s}, +f0(a){var s=new A.a3R() +if(a!=null){s.a=!0 +s.b=a}return s}, +ar4(a){var s=a.nonce +return s==null?null:s}, +aLJ(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}}, +avl(a){var s=a.innerHeight +return s==null?null:s}, +avm(a,b){return a.matchMedia(b)}, +aqH(a,b){return a.getComputedStyle(b)}, +aI5(a){return new A.a2s(a)}, +aIa(a){return a.userAgent}, +aI9(a){var s=a.languages +if(s==null)s=null +else{s=J.v0(s,new A.a2u(),t.N) +s=A.a1(s,!0,A.j(s).h("bf.E"))}return s}, +b9(a,b){return a.createElement(b)}, +c6(a,b,c,d){if(c!=null)if(d==null)a.addEventListener(b,c) +else a.addEventListener(b,c,d)}, +ee(a,b,c,d){if(c!=null)if(d==null)a.removeEventListener(b,c) +else a.removeEventListener(b,c,d)}, +aRz(a){return t.e.a(A.bi(a))}, +eZ(a){var s=a.timeStamp +return s==null?null:s}, +ave(a,b){a.textContent=b +return b}, +a2v(a,b){return a.cloneNode(b)}, +aRy(a){return A.b9(self.document,a)}, +aI7(a){return a.tagName}, +av2(a,b,c){var s=A.am(c) +if(s==null)s=t.K.a(s) +return a.setAttribute(b,s)}, +aI6(a){var s +for(;a.firstChild!=null;){s=a.firstChild +s.toString +a.removeChild(s)}}, +aI2(a,b){return A.r(a,"width",b)}, +aHY(a,b){return A.r(a,"height",b)}, +auY(a,b){return A.r(a,"position",b)}, +aI0(a,b){return A.r(a,"top",b)}, +aHZ(a,b){return A.r(a,"left",b)}, +aI1(a,b){return A.r(a,"visibility",b)}, +aI_(a,b){return A.r(a,"overflow",b)}, +r(a,b,c){a.setProperty(b,c,"")}, +aqD(a){var s=a.src +return s==null?null:s}, +av3(a,b){a.src=b +return b}, +aAO(a){var s=A.b9(self.document,"style") +if(a!=null)s.nonce=a +return s}, +DU(a,b){var s +$.aAW=$.aAW+1 +s=A.b9(self.window.document,"canvas") +if(b!=null)A.qs(s,b) +if(a!=null)A.qr(s,a) +return s}, +qs(a,b){a.width=b +return b}, +qr(a,b){a.height=b +return b}, +jX(a,b,c){var s +if(c==null)return a.getContext(b) +else{s=A.am(c) +if(s==null)s=t.K.a(s) +return a.getContext(b,s)}}, +aI4(a){var s=A.jX(a,"2d",null) +s.toString +return t.e.a(s)}, +aI3(a,b){var s +if(b===1){s=A.jX(a,"webgl",null) +s.toString +return t.e.a(s)}s=A.jX(a,"webgl2",null) +s.toString +return t.e.a(s)}, +a2q(a,b){var s=b +a.fillStyle=s +return s}, +av0(a,b){a.lineWidth=b +return b}, +a2r(a,b){var s=b +a.strokeStyle=s +return s}, +a2p(a,b){if(b==null)a.fill() +else a.fill(b)}, +auZ(a,b,c,d){a.fillText(b,c,d)}, +av_(a,b,c,d,e,f,g){return A.b8(a,"setTransform",[b,c,d,e,f,g])}, +av1(a,b,c,d,e,f,g){return A.b8(a,"transform",[b,c,d,e,f,g])}, +a2o(a,b){if(b==null)a.clip() +else a.clip(b)}, +aqz(a,b){a.filter=b +return b}, +aqB(a,b){a.shadowOffsetX=b +return b}, +aqC(a,b){a.shadowOffsetY=b +return b}, +aqA(a,b){a.shadowColor=b +return b}, +pN(a){return A.aSh(a)}, +aSh(a){var s=0,r=A.V(t.Lk),q,p=2,o,n,m,l,k +var $async$pN=A.R(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a4(A.hN(self.window.fetch(a),t.e),$async$pN) +case 7:n=c +q=new A.Ja(a,n) +s=1 +break +p=2 +s=6 +break +case 4:p=3 +k=o +m=A.aj(k) +throw A.d(new A.x1(a,m)) +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$pN,r)}, +ap5(a){var s=0,r=A.V(t.pI),q +var $async$ap5=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:s=3 +return A.a4(A.pN(a),$async$ap5) +case 3:q=c.gpc().mq() +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$ap5,r)}, +a5P(a){var s=0,r=A.V(t.H3),q,p +var $async$a5P=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:p=A +s=3 +return A.a4(a.gpc().mq(),$async$a5P) +case 3:q=p.eh(c,0,null) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$a5P,r)}, +aRA(a,b,c){var s,r +if(c==null)return new self.FontFace(a,b) +else{s=self.FontFace +r=A.am(c) +if(r==null)r=t.K.a(r) +return new s(a,b,r)}}, +avi(a){var s=a.height +return s==null?null:s}, +avb(a,b){var s=b==null?null:b +a.value=s +return s}, +av9(a){var s=a.selectionStart +return s==null?null:s}, +av8(a){var s=a.selectionEnd +return s==null?null:s}, +ava(a){var s=a.value +return s==null?null:s}, +nq(a){var s=a.code +return s==null?null:s}, +iS(a){var s=a.key +return s==null?null:s}, +avc(a){var s=a.state +if(s==null)s=null +else{s=A.asU(s) +s.toString}return s}, +aRx(a){var s=self +return new s.Blob(a)}, +aI8(a){return a.matches}, +avd(a){var s=a.matches +return s==null?null:s}, +hW(a){var s=a.buttons +return s==null?null:s}, +avf(a){var s=a.pointerId +return s==null?null:s}, +aqG(a){var s=a.pointerType +return s==null?null:s}, +avg(a){var s=a.tiltX +return s==null?null:s}, +avh(a){var s=a.tiltY +return s==null?null:s}, +avj(a){var s=a.wheelDeltaX +return s==null?null:s}, +avk(a){var s=a.wheelDeltaY +return s==null?null:s}, +aIc(a){var s=a.identifier +return s==null?null:s}, +a2t(a,b){a.type=b +return b}, +av7(a,b){var s=b==null?null:b +a.value=s +return s}, +aqF(a){var s=a.value +return s==null?null:s}, +aqE(a){var s=a.disabled +return s==null?null:s}, +av6(a,b){a.disabled=b +return b}, +av5(a){var s=a.selectionStart +return s==null?null:s}, +av4(a){var s=a.selectionEnd +return s==null?null:s}, +aIb(a,b,c){var s=A.am(c) +if(s==null)s=t.K.a(s) +return a.getContext(b,s)}, +iR(a,b,c){return a.insertRule(b,c)}, +cC(a,b,c){var s=t.e.a(A.bi(c)) +a.addEventListener(b,s) +return new A.I4(b,a,s)}, +aRB(a){return new self.ResizeObserver(A.bi(new A.aof(a)))}, +aRG(a){if(self.window.trustedTypes!=null)return $.aF7().createScriptURL(a) +return a}, +aAP(a){var s,r +if(self.Intl.Segmenter==null)throw A.d(A.bP("Intl.Segmenter() is not supported.")) +s=self.Intl.Segmenter +r=t.N +r=A.am(A.K(["granularity",a],r,r)) +if(r==null)r=t.K.a(r) +return new s([],r)}, +aAT(){var s,r +if(self.Intl.v8BreakIterator==null)throw A.d(A.bP("v8BreakIterator is not supported.")) +s=self.Intl.v8BreakIterator +r=A.am(B.Yd) +if(r==null)r=t.K.a(r) +return new s([],r)}, +aS0(){var s=$.fk +s.toString +return s}, +a_3(a,b){var s +if(b.k(0,B.l))return a +s=new A.bM(new Float32Array(16)) +s.aW(a) +s.aI(b.a,b.b) +return s}, +aB_(a,b,c){var s=a.ag7() +if(c!=null)A.ath(s,A.a_3(c,b).a) +return s}, +atg(){var s=0,r=A.V(t.z) +var $async$atg=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:if(!$.asz){$.asz=!0 +self.window.requestAnimationFrame(A.bi(new A.apA()))}return A.T(null,r)}}) +return A.U($async$atg,r)}, +aJ4(a,b){var s=t.S,r=A.dW(null,t.H),q=A.a(["Roboto"],t.s) +s=new A.a44(a,A.ax(s),A.ax(s),b,B.b.ns(b,new A.a45()),B.b.ns(b,new A.a46()),B.b.ns(b,new A.a47()),B.b.ns(b,new A.a48()),B.b.ns(b,new A.a49()),B.b.ns(b,new A.a4a()),r,q,A.ax(s)) +q=t.Te +s.b=new A.Iq(s,A.ax(q),A.B(t.N,q)) +return s}, +aOI(a,b,c){var s,r,q,p,o,n,m,l=A.a([],t.t),k=A.a([],c.h("t<0>")) +for(s=a.length,r=0,q=0,p=1,o=0;o"))}, +ZX(a){return A.aRU(a)}, +aRU(a){var s=0,r=A.V(t.bY),q,p,o,n,m,l +var $async$ZX=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:n={} +l=t.Lk +s=3 +return A.a4(A.pN(a.tI("FontManifest.json")),$async$ZX) +case 3:m=l.a(c) +if(!m.gwU()){$.dG().$1("Font manifest does not exist at `"+m.a+"` - ignoring.") +q=new A.wR(A.a([],t.z8)) +s=1 +break}p=B.dv.Vd(B.oa) +n.a=null +o=p.ij(new A.Xj(new A.aoU(n),[],t.xm)) +s=4 +return A.a4(m.gpc().tn(0,new A.aoV(o),t.H3),$async$ZX) +case 4:o.aG() +n=n.a +if(n==null)throw A.d(A.jP(u.u)) +n=J.v0(t.j.a(n),new A.aoW(),t.VW) +q=new A.wR(A.a1(n,!0,A.j(n).h("bf.E"))) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$ZX,r)}, +aJ3(a,b){return new A.wP()}, +aAx(a,b,c){var s,r,q,p,o,n,m,l=a.sheet +l.toString +s=l +l=" "+b +q=t.e +p=t.qr +o=p.h("p.E") +A.iR(s,l+" flt-scene-host {\n font: "+c+";\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +n=$.cj() +if(n===B.Y)A.iR(s," "+b+" * {\n -webkit-tap-highlight-color: transparent;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +if(n===B.bD)A.iR(s," "+b+" flt-paragraph,\n "+b+" flt-span {\n line-height: 100%;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +A.iR(s,l+" flt-semantics input[type=range] {\n appearance: none;\n -webkit-appearance: none;\n width: 100%;\n position: absolute;\n border: none;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +if(n===B.Y)A.iR(s," "+b+" flt-semantics input[type=range]::-webkit-slider-thumb {\n -webkit-appearance: none;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +A.iR(s,l+" input::selection {\n background-color: transparent;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +A.iR(s,l+" textarea::selection {\n background-color: transparent;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +A.iR(s,l+" flt-semantics input,\n "+b+" flt-semantics textarea,\n "+b+' flt-semantics [contentEditable="true"] {\n caret-color: transparent;\n }\n ',J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +A.iR(s,l+" .flt-text-editing::placeholder {\n opacity: 0;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +if(n!==B.bS)l=n===B.Y +else l=!0 +if(l)A.iR(s," "+b+" .transparentTextEditing:-webkit-autofill,\n "+b+" .transparentTextEditing:-webkit-autofill:hover,\n "+b+" .transparentTextEditing:-webkit-autofill:focus,\n "+b+" .transparentTextEditing:-webkit-autofill:active {\n opacity: 0 !important;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a)) +if(B.d.p(self.window.navigator.userAgent,"Edg/"))try{A.iR(s," "+b+" input::-ms-reveal {\n display: none;\n }\n ",J.bJ(A.c5(new A.e5(s.cssRules,p),o,q).a))}catch(m){l=A.aj(m) +if(q.b(l)){r=l +self.window.console.warn(J.c3(r))}else throw m}}, +aGu(a,b,c){var s,r,q,p,o,n,m,l=A.b9(self.document,"flt-canvas"),k=A.a([],t.J) +$.bN() +s=self.window.devicePixelRatio +if(s===0)s=1 +r=a.a +q=a.c-r +p=A.a06(q) +o=a.b +n=a.d-o +m=A.a05(n) +n=new A.a0D(A.a06(q),A.a05(n),c,A.a([],t.vj),A.dv()) +s=new A.jQ(a,l,n,k,p,m,s,c,b) +A.r(l.style,"position","absolute") +s.z=B.c.ec(r)-1 +s.Q=B.c.ec(o)-1 +s.Mp() +n.z=l +s.Lq() +return s}, +a06(a){var s +$.bN() +s=self.window.devicePixelRatio +if(s===0)s=1 +return B.c.dn((a+1)*s)+2}, +a05(a){var s +$.bN() +s=self.window.devicePixelRatio +if(s===0)s=1 +return B.c.dn((a+1)*s)+2}, +aGv(a){a.remove()}, +ao7(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.d(A.bP("Flutter Web does not support the blend mode: "+a.j(0)))}}, +aAA(a){switch(a.a){case 0:return B.a6Y +case 3:return B.a6Z +case 5:return B.a7_ +case 7:return B.a71 +case 9:return B.a72 +case 4:return B.a73 +case 6:return B.a74 +case 8:return B.a75 +case 10:return B.a76 +case 12:return B.a77 +case 1:return B.a78 +case 11:return B.a70 +case 24:case 13:return B.a7h +case 14:return B.a7i +case 15:return B.a7l +case 16:return B.a7j +case 17:return B.a7k +case 18:return B.a7m +case 19:return B.a7n +case 20:return B.a7o +case 21:return B.a7a +case 22:return B.a7b +case 23:return B.a7c +case 25:return B.a7d +case 26:return B.a7e +case 27:return B.a7f +case 28:return B.a7g +default:return B.a79}}, +aBP(a){if(a==null)return null +switch(a.a){case 0:return"butt" +case 1:return"round" +case 2:default:return"square"}}, +aTa(a){switch(a.a){case 1:return"round" +case 2:return"bevel" +case 0:default:return"miter"}}, +asv(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.D(m,j,m+s,j+r) +return a}, +DS(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=A.b9(self.document,c),i=b.b===B.ad,h=b.c +if(h==null)h=0 +if(d.rO()){s=a.a +r=a.b +q="translate("+A.f(s)+"px, "+A.f(r)+"px)"}else{s=new Float32Array(16) +p=new A.bM(s) +p.aW(d) +r=a.a +o=a.b +p.aI(r,o) +q=A.hM(s) +s=r +r=o}n=j.style +A.r(n,"position","absolute") +A.r(n,"transform-origin","0 0 0") +A.r(n,"transform",q) +m=A.cY(b.r) +o=b.x +if(o!=null){l=o.b +o=$.cj() +if(o===B.Y&&!i){A.r(n,"box-shadow","0px 0px "+A.f(l*2)+"px "+m) +o=b.r +m=A.cY(((B.c.ar((1-Math.min(Math.sqrt(l)/6.283185307179586,1))*(o>>>24&255))&255)<<24|o&16777215)>>>0)}else A.r(n,"filter","blur("+A.f(l)+"px)")}A.r(n,"width",A.f(a.c-s)+"px") +A.r(n,"height",A.f(a.d-r)+"px") +if(i)A.r(n,"border",A.l6(h)+" solid "+m) +else{A.r(n,"background-color",m) +k=A.aQ0(b.w,a) +A.r(n,"background-image",k!==""?"url('"+k+"'":"")}return j}, +aQ0(a,b){if(a!=null)if(a instanceof A.wv)return A.bm(a.wc(b,1,!0)) +return""}, +aAy(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.r(a,"border-radius",A.l6(b.z)) +return}A.r(a,"border-top-left-radius",A.l6(q)+" "+A.l6(b.f)) +A.r(a,"border-top-right-radius",A.l6(p)+" "+A.l6(b.w)) +A.r(a,"border-bottom-left-radius",A.l6(b.z)+" "+A.l6(b.Q)) +A.r(a,"border-bottom-right-radius",A.l6(b.x)+" "+A.l6(b.y))}, +l6(a){return B.c.a5(a===0?1:a,3)+"px"}, +aqi(a,b,c){var s,r,q,p,o,n,m +if(0===b){c.push(new A.o(a.c,a.d)) +c.push(new A.o(a.e,a.f)) +return}s=new A.SO() +a.I2(s) +r=s.a +r.toString +q=s.b +q.toString +p=a.b +o=a.f +if(A.dM(p,a.d,o)){n=r.f +if(!A.dM(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}, +aPn(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}, +aB2(a,b,c,d,e){return(((d+3*(b-c)-a)*e+3*(c-b-b+a))*e+3*(b-a))*e+a}, +arL(){var s=new A.p_(A.awY(),B.bM) +s.KW() +return s}, +aP8(a,b,c){var s +if(0===c)s=0===b||360===b +else s=!1 +if(s)return new A.o(a.c,a.gb2().b) +return null}, +anh(a,b,c,d){var s=a+b +if(s<=c)return d +return Math.min(c/s,d)}, +awX(a,b){var s=new A.a9y(a,!0,a.w) +if(a.Q)a.zH() +if(!a.as)s.z=a.w +return s}, +awY(){var s=new Float32Array(16) +s=new A.rz(s,new Uint8Array(8)) +s.e=s.c=8 +s.CW=172 +return s}, +aKA(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}, +a_4(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}, +aSx(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}, +axC(a,b,c,d,e,f){return new A.ado(e-2*c+a,f-2*d+b,2*(c-a),2*(d-b),a,b)}, +a9A(a,b,c,d,e,f){if(d===f)return A.dM(c,a,e)&&a!==e +else return a===c&&b===d}, +aKB(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.a_4(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}, +aTj(a,b,c,d){var s,r,q,p,o=a[1],n=a[3] +if(!A.dM(o,c,n))return +s=a[0] +r=a[2] +if(!A.dM(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.o(q,p))}, +aTk(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.dM(i,c,h)&&!A.dM(h,c,g))return +s=a[0] +r=a[2] +q=a[4] +if(!A.dM(s,b,r)&&!A.dM(r,b,q))return +p=new A.kr() +o=p.lm(i-2*h+g,2*(h-i),i-c) +for(n=q-2*r+s,m=2*(r-s),l=0;l30)B.b.eY($.l9,0).d.m()}else a.d.m()}}, +a9E(a,b){if(a<=0)return b*0.1 +else return Math.min(Math.max(b*0.5,a*10),b)}, +aPs(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.c.dn(a6/2)*2) +s=a8*a9 +if(s*a6*a6>4194304&&a6>2)a6=3355443.2/s}else a6=Math.max(2/B.c.ec(2/a6),0.0001) +return a6}, +uL(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}, +awJ(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0 +if(a2==null)a2=B.Mz +s=a1.length +r=B.b.dC(a1,new A.a8U()) +q=!J.c(a2[0],0) +p=!J.c(B.b.gB(a2),1) +o=q?s+1:s +if(p)++o +n=o*4 +m=new Float32Array(n) +l=new Float32Array(n) +n=o-1 +k=B.i.d1(n,4) +j=new Float32Array(4*(k+1)) +if(q){i=a1[0] +m[0]=(i.gl()>>>16&255)/255 +m[1]=(i.gl()>>>8&255)/255 +m[2]=(i.gl()&255)/255 +m[3]=(i.gl()>>>24&255)/255 +j[0]=0 +h=4 +g=1}else{h=0 +g=0}for(k=a1.length,f=0;f>>16&255)/255 +h=e+1 +m[e]=(i.gl()>>>8&255)/255 +e=h+1 +m[h]=(i.gl()&255)/255 +h=e+1 +m[e]=(i.gl()>>>24&255)/255}for(k=a2.length,f=0;f>>16&255)/255 +h=e+1 +m[e]=(i.gl()>>>8&255)/255 +m[h]=(i.gl()&255)/255 +m[h+1]=(i.gl()>>>24&255)/255 +j[g]=1}c=4*n +for(b=0;b>>2 +l[b]=(m[b+4]-m[b])/(j[g+1]-j[g])}l[c]=0 +l[c+1]=0 +l[c+2]=0 +l[c+3]=0 +for(b=0;b 1.0) {") +m.push(" "+a.gDB().a+" = vec4(0, 0, 0, 0);") +m.push(" return;") +m.push("}")}return o}, +aRC(a){if(a==null)return null +switch(0){case 0:return new A.y9(a.a,a.b)}}, +axw(a){return new A.Oy(A.a([],t.zz),A.a([],t.fe),a===2,!0,new A.bb(""))}, +aM1(a){switch(a){case 0:return"bool" +case 1:return"int" +case 2:return"float" +case 3:return"bvec2" +case 4:return"bvec3" +case 5:return"bvec4" +case 6:return"ivec2" +case 7:return"ivec3" +case 8:return"ivec4" +case 9:return"vec2" +case 10:return"vec3" +case 11:return"vec4" +case 12:return"mat2" +case 13:return"mat3" +case 14:return"mat4" +case 15:return"sampler1D" +case 16:return"sampler2D" +case 17:return"sampler3D" +case 18:return"void"}throw A.d(A.bo(null,null))}, +ayg(){var s,r,q,p=$.ayf +if(p==null){p=$.fj +if(p==null)p=$.fj=A.pF() +s=A.a([],t.zz) +r=A.a([],t.fe) +q=new A.Oy(s,r,p===2,!1,new A.bb("")) +q.vS(11,"position") +q.vS(11,"color") +q.hG(14,"u_ctransform") +q.hG(11,"u_scale") +q.hG(11,"u_shift") +s.push(new A.oU("v_color",11,3)) +p=A.a([],t.s) +r.push(new A.ta("main",p)) +p.push("gl_Position = ((u_ctransform * position) * u_scale) + u_shift;") +p.push("v_color = color.zyxw;") +p=$.ayf=q.bj()}return p}, +aRg(a){var s,r,q,p=$.aps,o=p.length +if(o!==0)try{if(o>1)B.b.em(p,new A.aod()) +for(p=$.aps,o=p.length,r=0;r=s)return!1 +if(a[n]!==o.charCodeAt(p))continue $label0$0}return!0}return!1}, +aBI(a){$.mZ.push(a)}, +ap9(a){return A.aSn(a)}, +aSn(a){var s=0,r=A.V(t.H),q,p,o,n +var $async$ap9=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:n={} +if($.DM!==B.nI){s=1 +break}$.DM=B.JX +p=$.ch +if(p==null)p=$.ch=A.f0(self.window.flutterConfiguration) +if(a!=null)p.b=a +A.aT_("ext.flutter.disassemble",new A.apb()) +n.a=!1 +$.aBK=new A.apc(n) +n=$.ch +n=(n==null?$.ch=A.f0(self.window.flutterConfiguration):n).b +if(n==null)n=null +else{n=n.assetBase +if(n==null)n=null}o=new A.a_T(n) +A.aQI(o) +s=3 +return A.a4(A.qO(A.a([new A.apd().$0(),A.ZN()],t.mo),t.H),$async$ap9) +case 3:$.DM=B.nJ +case 1:return A.T(q,r)}}) +return A.U($async$ap9,r)}, +at1(){var s=0,r=A.V(t.H),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$at1=A.R(function(a0,a1){if(a0===1)return A.S(a1,r) +while(true)switch(s){case 0:if($.DM!==B.nJ){s=1 +break}$.DM=B.JY +p=$.dr() +if($.ars==null)$.ars=A.aLm(p===B.bt) +if($.fk==null){o=$.ch +o=(o==null?$.ch=A.f0(self.window.flutterConfiguration):o).b +o=o==null?null:o.hostElement +n=A.aIt(o) +m=new A.IA(n) +l=$.cB() +l.r=A.aHJ(o) +o=$.ak() +k=t.N +n.PO(A.K(["flt-renderer",o.gRH()+" (auto-selected)","flt-build-mode","release","spellcheck","false"],k,k)) +j=m.f=A.b9(self.document,"flutter-view") +i=m.r=A.b9(self.document,"flt-glass-pane") +n.Nl(j) +j.appendChild(i) +if(i.attachShadow==null)A.F(A.ac("ShadowDOM is not supported in this browser.")) +n=A.am(A.K(["mode","open","delegatesFocus",!1],k,t.z)) +if(n==null)n=t.K.a(n) +n=m.w=i.attachShadow(n) +i=$.ch +k=(i==null?$.ch=A.f0(self.window.flutterConfiguration):i).b +h=A.aAO(k==null?null:A.ar4(k)) +h.id="flt-internals-stylesheet" +n.appendChild(h) +A.aAx(h,"","normal normal 14px sans-serif") +k=$.ch +k=(k==null?$.ch=A.f0(self.window.flutterConfiguration):k).b +k=k==null?null:A.ar4(k) +g=A.b9(self.document,"flt-text-editing-host") +f=A.aAO(k) +f.id="flt-text-editing-stylesheet" +j.appendChild(f) +A.aAx(f,"flutter-view","normal normal 14px sans-serif") +j.appendChild(g) +m.x=g +j=A.b9(self.document,"flt-scene-host") +A.r(j.style,"pointer-events","none") +m.b=j +o.RM(m) +e=A.b9(self.document,"flt-semantics-host") +o=e.style +A.r(o,"position","absolute") +A.r(o,"transform-origin","0 0 0") +m.d=e +m.Sj() +o=$.dV +d=(o==null?$.dV=A.k1():o).w.a.QN() +c=A.b9(self.document,"flt-announcement-host") +b=A.aue(B.iF) +a=A.aue(B.iG) +c.append(b) +c.append(a) +m.y=new A.a_o(b,a) +n.append(d) +o=m.b +o.toString +n.append(o) +n.append(c) +m.f.appendChild(e) +o=$.ch +if((o==null?$.ch=A.f0(self.window.flutterConfiguration):o).gaa3())A.r(m.b.style,"opacity","0.3") +o=$.a6Z +if(o==null)o=$.a6Z=A.aJG() +n=m.f +o=o.gpZ() +if($.ax0==null){o=new A.N6(n,new A.a9Z(A.B(t.S,t.mm)),o) +n=$.cj() +if(n===B.Y)p=p===B.aD +else p=!1 +if(p)$.aDh().agK() +o.e=o.a_r() +$.ax0=o}l.r.gQE().adr(m.ga3C()) +$.fk=m}$.DM=B.JZ +case 1:return A.T(q,r)}}) +return A.U($async$at1,r)}, +aQI(a){if(a===$.uK)return +$.uK=a}, +ZN(){var s=0,r=A.V(t.H),q,p,o +var $async$ZN=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:p=$.ak() +p.grz().M(0) +s=$.uK!=null?2:3 +break +case 2:p=p.grz() +q=$.uK +q.toString +o=p +s=5 +return A.a4(A.ZX(q),$async$ZN) +case 5:s=4 +return A.a4(o.km(b),$async$ZN) +case 4:case 3:return A.T(null,r)}}) +return A.U($async$ZN,r)}, +aIX(a,b){return t.e.a({initializeEngine:A.bi(new A.a3S(b)),autoStart:A.bi(new A.a3T(a))})}, +aIW(a){return t.e.a({runApp:A.bi(new A.a3Q(a))})}, +asY(a,b){var s=A.bi(new A.ap1(a,b)) +return new self.Promise(s)}, +asy(a){var s=B.c.a2(a) +return A.cR(B.c.a2((a-s)*1000),s)}, +aPc(a,b){var s={} +s.a=null +return new A.ana(s,a,b)}, +aJG(){var s=new A.JB(A.B(t.N,t.e)) +s.Yw() +return s}, +aJI(a){switch(a.a){case 0:case 4:return new A.xL(A.atn("M,2\u201ew\u2211wa2\u03a9q\u2021qb2\u02dbx\u2248xc3 c\xd4j\u2206jd2\xfee\xb4ef2\xfeu\xa8ug2\xfe\xff\u02c6ih3 h\xce\xff\u2202di3 i\xc7c\xe7cj2\xd3h\u02d9hk2\u02c7\xff\u2020tl5 l@l\xfe\xff|l\u02dcnm1~mn3 n\u0131\xff\u222bbo2\xaer\u2030rp2\xacl\xd2lq2\xc6a\xe6ar3 r\u03c0p\u220fps3 s\xd8o\xf8ot2\xa5y\xc1yu3 u\xa9g\u02ddgv2\u02dak\uf8ffkw2\xc2z\xc5zx2\u0152q\u0153qy5 y\xcff\u0192f\u02c7z\u03a9zz5 z\xa5y\u2021y\u2039\xff\u203aw.2\u221av\u25cav;4\xb5m\xcds\xd3m\xdfs/2\xb8z\u03a9z")) +case 3:return new A.xL(A.atn(';b1{bc1&cf1[fg1]gm2y')) +case 1:case 2:case 5:return new A.xL(A.atn("8a2@q\u03a9qk1&kq3@q\xc6a\xe6aw2xy2\xa5\xff\u2190\xffz51)s.push(new A.i8(B.b.gE(o),B.b.gB(o))) +else s.push(new A.i8(p,null))}return s}, +aQ9(a,b){var s=a.hN(b),r=A.pM(A.bm(s.b)) +switch(s.a){case"setDevicePixelRatio":$.bN().d=r +$.aY().r.$0() +return!0}return!1}, +lb(a,b){if(a==null)return +if(b===$.ad)a.$0() +else b.tu(a)}, +DY(a,b,c){if(a==null)return +if(b===$.ad)a.$1(c) +else b.ne(a,c)}, +aSs(a,b,c,d){if(b===$.ad)a.$2(c,d) +else b.tu(new A.apf(a,c,d))}, +aRX(){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.aBA(A.aqH(self.window,p).getPropertyValue("font-size")) +return(q==null?16:q)/16}, +aKE(a,b,c,d,e,f,g,h){return new A.N5(a,!1,f,e,h,d,c,g)}, +azI(a,b){b.toString +t.pE.a(b) +return A.b9(self.document,A.bm(b.i(0,"tagName")))}, +aRp(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return B.i.Uj(1,a)}}, +pl(a){var s=B.c.a2(a) +return A.cR(B.c.a2((a-s)*1000),s)}, +asS(a,b){var s,r,q,p,o=$.dV +if((o==null?$.dV=A.k1():o).x&&a.offsetX===0&&a.offsetY===0)return A.aPr(a,b) +o=$.fk.x +o===$&&A.b() +s=a.target +s.toString +if(o.contains(s)){o=$.a_j() +r=o.ghv().w +if(r!=null){a.target.toString +o.ghv().c.toString +q=new A.bM(r.c).tb(a.offsetX,a.offsetY,0) +return new A.o(q.a,q.b)}}if(!J.c(a.target,b)){p=b.getBoundingClientRect() +return new A.o(a.clientX-p.x,a.clientY-p.y)}return new A.o(a.offsetX,a.offsetY)}, +aPr(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.o(q,p)}, +apE(a,b){var s=b.$0() +return s}, +aS5(){if($.aY().ch==null)return +$.asL=A.DP()}, +aS4(){if($.aY().ch==null)return +$.asu=A.DP()}, +aB7(){if($.aY().ch==null)return +$.ast=A.DP()}, +aB9(){if($.aY().ch==null)return +$.asG=A.DP()}, +aB8(){var s,r,q=$.aY() +if(q.ch==null)return +s=$.aAb=A.DP() +$.asA.push(new A.lF(A.a([$.asL,$.asu,$.ast,$.asG,s,s,0,0,0,0,1],t.t))) +$.aAb=$.asG=$.ast=$.asu=$.asL=-1 +if(s-$.aEp()>1e5){$.aPU=s +r=$.asA +A.DY(q.ch,q.CW,r) +$.asA=A.a([],t.no)}}, +DP(){return B.c.a2(self.window.performance.now()*1000)}, +aLm(a){var s=new A.aax(A.B(t.N,t.qe),a) +s.Yz(a) +return s}, +aQB(a){}, +asZ(a,b){return a[b]}, +aBA(a){var s=self.window.parseFloat(a) +if(s==null||isNaN(s))return null +return s}, +aSV(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.aBA(A.aqH(self.window,a).getPropertyValue("font-size")):q}, +aTz(a,b){var s,r=self.document.createElement("CANVAS") +if(r==null)return null +try{A.qs(r,a) +A.qr(r,b)}catch(s){return null}return r}, +awO(){var s,r=$.awN +if(r==null){r=$.cj() +s=$.awN=r!==B.Y&&"OffscreenCanvas" in self.window +r=s}return r}, +aue(a){var s=a===B.iG?"assertive":"polite",r=A.b9(self.document,"flt-announcement-"+s),q=r.style +A.r(q,"position","fixed") +A.r(q,"overflow","hidden") +A.r(q,"transform","translate(-99999px, -99999px)") +A.r(q,"width","1px") +A.r(q,"height","1px") +q=A.am(s) +if(q==null)q=t.K.a(q) +r.setAttribute("aria-live",q) +return r}, +aPl(a){var s=a.a +if((s&256)!==0)return B.af3 +else if((s&65536)!==0)return B.af4 +else return B.af2}, +aJu(a){var s=new A.a6r(A.b9(self.document,"input"),new A.pR(a.k1),B.Ed,a) +s.Yu(a) +return s}, +aIu(a){return new A.a2X(a)}, +acW(a){var s=a.style +s.removeProperty("transform-origin") +s.removeProperty("transform") +s=$.dr() +if(s!==B.aD)s=s===B.bt +else s=!0 +if(s){s=a.style +A.r(s,"top","0px") +A.r(s,"left","0px")}else{s=a.style +s.removeProperty("top") +s.removeProperty("left")}}, +k1(){var s=t.S,r=t.UF,q=A.a([],t.Qo),p=A.a([],t.b),o=$.dr() +o=B.la.p(0,o)?new A.a1W():new A.a8_() +o=new A.a3f(B.EQ,A.B(s,r),A.B(s,r),q,p,new A.a3j(),new A.acS(o),B.co,A.a([],t.U9)) +o.Ys() +return o}, +aBo(a){var s,r,q,p,o,n,m,l,k=a.length,j=t.t,i=A.a([],j),h=A.a([0],j) +for(s=0,r=0;r=h.length)h.push(r) +else h[o]=r +if(o>s)s=o}m=A.bd(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +aLY(a){var s,r=$.zA +if(r!=null)s=r.a===a +else s=!1 +if(s){r.toString +return r}return $.zA=new A.ad3(a,A.a([],t.Up),$,$,$,null)}, +as1(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new A.ag9(new A.PG(s,0),r,A.eh(r.buffer,0,null))}, +aAG(a){if(a===0)return B.l +return new A.o(200*a/600,400*a/600)}, +aRk(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.D(r-o,p-n,s+o,q+n).dl(A.aAG(b)).cW(20)}, +aRl(a,b){if(b===0)return null +return new A.ae5(Math.min(b*((800+(a.c-a.a)*0.5)/600),b*((800+(a.d-a.b)*0.5)/600)),A.aAG(b))}, +aAQ(){var s=self.document.createElementNS("http://www.w3.org/2000/svg","svg"),r=A.am("1.1") +if(r==null)r=t.K.a(r) +s.setAttribute("version",r) +return s}, +abP(a,b){a.valueAsString=b +return b}, +abN(a,b){a.baseVal=b +return b}, +rZ(a,b){a.baseVal=b +return b}, +abO(a,b){a.baseVal=b +return b}, +ar7(a,b,c,d,e,f,g,h){return new A.i7($,$,$,$,$,$,$,$,0,c,d,e,f,g,h,a,b)}, +aw9(a,b,c,d,e,f){var s=new A.a7j(d,f,a,b,e,c) +s.qk() +return s}, +aB0(){var s=$.anV +if(s==null){s=t.jQ +s=$.anV=new A.kK(A.asK(u.K,937,B.p8,s),B.b_,A.B(t.S,s),t.MX)}return s}, +aJJ(a){if(self.Intl.v8BreakIterator!=null)return new A.afS(A.aAT(),a) +return new A.a3z(a)}, +aAB(a,b,c){var s,r,q,p,o,n,m,l,k=A.a([],t._f) +c.adoptText(b) +c.first() +for(s=a.length,r=0;c.next()!==-1;r=q){q=B.c.a2(c.current()) +for(p=r,o=0,n=0;p0){k.push(new A.lX(B.cr,o,n,r,p)) +r=p +o=0 +n=0}}if(o>0)l=B.bW +else l=q===s?B.bX:B.cr +k.push(new A.lX(l,o,n,r,q))}if(k.length===0||B.b.gB(k).c===B.bW)k.push(new A.lX(B.bX,0,0,s,s)) +return k}, +aPq(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.DW(a1,0) +r=A.aB0().oM(s) +a.c=a.d=a.e=a.f=0 +q=new A.ang(a,a1,a0) +q.$2(B.A,2) +p=++a.f +for(o=a1.length,n=t.jQ,m=t.S,l=t.MX,k=B.b_,j=0;p<=o;p=++a.f){a.b=a.a +a.a=r +if(s!=null&&s>65535){q.$2(B.A,-1) +p=++a.f}s=A.DW(a1,p) +p=$.anV +r=(p==null?$.anV=new A.kK(A.asK(u.K,937,B.p8,n),B.b_,A.B(m,n),l):p).oM(s) +i=a.a +j=i===B.fv?j+1:0 +if(i===B.dU||i===B.ft){q.$2(B.bW,5) +continue}if(i===B.fx){if(r===B.dU)q.$2(B.A,5) +else q.$2(B.bW,5) +continue}if(r===B.dU||r===B.ft||r===B.fx){q.$2(B.A,6) +continue}p=a.f +if(p>=o)break +if(r===B.d5||r===B.jS){q.$2(B.A,7) +continue}if(i===B.d5){q.$2(B.cr,18) +continue}if(i===B.jS){q.$2(B.cr,8) +continue}if(i===B.jT){q.$2(B.A,8) +continue}h=i!==B.jN +if(h&&!0)k=i==null?B.b_:i +if(r===B.jN||r===B.jT){if(k!==B.d5){if(k===B.fv)--j +q.$2(B.A,9) +r=k +continue}r=B.b_}if(!h||!1){a.a=k +h=k}else h=i +if(r===B.jV||h===B.jV){q.$2(B.A,11) +continue}if(h===B.jQ){q.$2(B.A,12) +continue}g=h!==B.d5 +if(!(!g||h===B.fq||h===B.dT)&&r===B.jQ){q.$2(B.A,12) +continue}if(g)g=r===B.jP||r===B.dS||r===B.od||r===B.fr||r===B.jO +else g=!1 +if(g){q.$2(B.A,13) +continue}if(h===B.dR){q.$2(B.A,14) +continue}g=h===B.jY +if(g&&r===B.dR){q.$2(B.A,15) +continue}f=h!==B.jP +if((!f||h===B.dS)&&r===B.jR){q.$2(B.A,16) +continue}if(h===B.jU&&r===B.jU){q.$2(B.A,17) +continue}if(g||r===B.jY){q.$2(B.A,19) +continue}if(h===B.jX||r===B.jX){q.$2(B.cr,20) +continue}if(r===B.fq||r===B.dT||r===B.jR||h===B.ob){q.$2(B.A,21) +continue}if(a.b===B.aZ)g=h===B.dT||h===B.fq +else g=!1 +if(g){q.$2(B.A,21) +continue}g=h===B.jO +if(g&&r===B.aZ){q.$2(B.A,21) +continue}if(r===B.oc){q.$2(B.A,22) +continue}e=h!==B.b_ +if(!((!e||h===B.aZ)&&r===B.bY))if(h===B.bY)d=r===B.b_||r===B.aZ +else d=!1 +else d=!0 +if(d){q.$2(B.A,23) +continue}d=h===B.fy +if(d)c=r===B.jW||r===B.fu||r===B.fw +else c=!1 +if(c){q.$2(B.A,23) +continue}if((h===B.jW||h===B.fu||h===B.fw)&&r===B.cs){q.$2(B.A,23) +continue}c=!d +if(!c||h===B.cs)b=r===B.b_||r===B.aZ +else b=!1 +if(b){q.$2(B.A,24) +continue}if(!e||h===B.aZ)b=r===B.fy||r===B.cs +else b=!1 +if(b){q.$2(B.A,24) +continue}if(!f||h===B.dS||h===B.bY)f=r===B.cs||r===B.fy +else f=!1 +if(f){q.$2(B.A,25) +continue}f=h!==B.cs +if((!f||d)&&r===B.dR){q.$2(B.A,25) +continue}if((!f||!c||h===B.dT||h===B.fr||h===B.bY||g)&&r===B.bY){q.$2(B.A,25) +continue}g=h===B.fs +if(g)f=r===B.fs||r===B.dV||r===B.dX||r===B.dY +else f=!1 +if(f){q.$2(B.A,26) +continue}f=h!==B.dV +if(!f||h===B.dX)c=r===B.dV||r===B.dW +else c=!1 +if(c){q.$2(B.A,26) +continue}c=h!==B.dW +if((!c||h===B.dY)&&r===B.dW){q.$2(B.A,26) +continue}if((g||!f||!c||h===B.dX||h===B.dY)&&r===B.cs){q.$2(B.A,27) +continue}if(d)g=r===B.fs||r===B.dV||r===B.dW||r===B.dX||r===B.dY +else g=!1 +if(g){q.$2(B.A,27) +continue}if(!e||h===B.aZ)g=r===B.b_||r===B.aZ +else g=!1 +if(g){q.$2(B.A,28) +continue}if(h===B.fr)g=r===B.b_||r===B.aZ +else g=!1 +if(g){q.$2(B.A,29) +continue}if(!e||h===B.aZ||h===B.bY)if(r===B.dR){g=a1.charCodeAt(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.A,30) +continue}if(h===B.dS){p=a1.charCodeAt(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.b_||r===B.aZ||r===B.bY +else p=!1}else p=!1 +if(p){q.$2(B.A,30) +continue}if(r===B.fv){if((j&1)===1)q.$2(B.A,30) +else q.$2(B.cr,30) +continue}if(h===B.fu&&r===B.fw){q.$2(B.A,30) +continue}q.$2(B.cr,31)}q.$2(B.bX,3) +return a0}, +n4(a,b,c,d,e){var s,r,q,p +if(c===d)return 0 +s=a.font +if(c===$.aA1&&d===$.aA0&&b===$.aA2&&s===$.aA_)r=$.aA3 +else{q=c===0&&d===b.length?b:B.d.U(b,c,d) +p=a.measureText(q).width +if(p==null)p=null +p.toString +r=p}$.aA1=c +$.aA0=d +$.aA2=b +$.aA_=s +$.aA3=r +if(e==null)e=0 +return B.c.ar((e!==0?r+e*(d-c):r)*100)/100}, +avu(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.wx(b,c,d,e,f,m,k,a1,!s,r,h,i,l,j,p,a2,o,q,a,n,a0)}, +aB5(a){if(a==null)return null +return A.aB4(a.a)}, +aB4(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""}, +aQJ(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.e +r=$.atU().oM(q) +if(r!=null)return r +return null}, +asC(a,b){var s=A.DW(a,b) +s.toString +if(s>=48&&s<=57)return B.fk +if(s>=1632&&s<=1641)return B.o0 +switch($.atU().oM(s)){case B.e:return B.o_ +case B.P:return B.o0 +case null:case void 0:return B.jL}}, +DW(a,b){var s,r +if(b<0||b>=a.length)return null +s=a.charCodeAt(b) +if((s&63488)===55296&&b>>6&31)+1<<16|(r&63)<<10|a.charCodeAt(b+1)&1023}return s}, +aMZ(a,b,c){return new A.kK(a,b,A.B(t.S,c),c.h("kK<0>"))}, +aN_(a,b,c,d,e){return new A.kK(A.asK(a,b,c,e),d,A.B(t.S,e),e.h("kK<0>"))}, +asK(a,b,c,d){var s,r,q,p,o,n=A.a([],d.h("t>")),m=a.length +for(s=d.h("cy<0>"),r=0;r=0&&q<=r))break +q+=s +if(A.aN9(b,q))break}return A.n1(q,0,r)}, +aN9(a,b){var s,r,q,p,o,n,m,l,k,j=null +if(b<=0||b>=a.length)return!0 +s=b-1 +if((a.charCodeAt(s)&63488)===55296)return!1 +r=$.Eb().wE(a,b) +q=$.Eb().wE(a,s) +if(q===B.ib&&r===B.ic)return!1 +if(A.e4(q,B.lB,B.ib,B.ic,j,j))return!0 +if(A.e4(r,B.lB,B.ib,B.ic,j,j))return!0 +if(q===B.lA&&r===B.lA)return!1 +if(A.e4(r,B.eS,B.eT,B.eR,j,j))return!1 +for(p=0;A.e4(q,B.eS,B.eT,B.eR,j,j);){++p +s=b-p-1 +if(s<0)return!0 +o=$.Eb() +n=A.DW(a,s) +q=n==null?o.b:o.oM(n)}if(A.e4(q,B.bh,B.aI,j,j,j)&&A.e4(r,B.bh,B.aI,j,j,j))return!1 +m=0 +do{++m +l=$.Eb().wE(a,b+m)}while(A.e4(l,B.eS,B.eT,B.eR,j,j)) +do{++p +k=$.Eb().wE(a,b-p-1)}while(A.e4(k,B.eS,B.eT,B.eR,j,j)) +if(A.e4(q,B.bh,B.aI,j,j,j)&&A.e4(r,B.ly,B.eQ,B.dw,j,j)&&A.e4(l,B.bh,B.aI,j,j,j))return!1 +if(A.e4(k,B.bh,B.aI,j,j,j)&&A.e4(q,B.ly,B.eQ,B.dw,j,j)&&A.e4(r,B.bh,B.aI,j,j,j))return!1 +s=q===B.aI +if(s&&r===B.dw)return!1 +if(s&&r===B.lx&&l===B.aI)return!1 +if(k===B.aI&&q===B.lx&&r===B.aI)return!1 +s=q===B.bP +if(s&&r===B.bP)return!1 +if(A.e4(q,B.bh,B.aI,j,j,j)&&r===B.bP)return!1 +if(s&&A.e4(r,B.bh,B.aI,j,j,j))return!1 +if(k===B.bP&&A.e4(q,B.lz,B.eQ,B.dw,j,j)&&r===B.bP)return!1 +if(s&&A.e4(r,B.lz,B.eQ,B.dw,j,j)&&l===B.bP)return!1 +if(q===B.eU&&r===B.eU)return!1 +if(A.e4(q,B.bh,B.aI,B.bP,B.eU,B.ia)&&r===B.ia)return!1 +if(q===B.ia&&A.e4(r,B.bh,B.aI,B.bP,B.eU,j))return!1 +return!0}, +e4(a,b,c,d,e,f){if(a===b)return!0 +if(a===c)return!0 +if(d!=null&&a===d)return!0 +if(e!=null&&a===e)return!0 +if(f!=null&&a===f)return!0 +return!1}, +aIx(a){switch(a){case"TextInputAction.continueAction":case"TextInputAction.next":return B.HJ +case"TextInputAction.previous":return B.HQ +case"TextInputAction.done":return B.Hb +case"TextInputAction.go":return B.Hv +case"TextInputAction.newline":return B.Hf +case"TextInputAction.search":return B.HZ +case"TextInputAction.send":return B.I_ +case"TextInputAction.emergencyCall":case"TextInputAction.join":case"TextInputAction.none":case"TextInputAction.route":case"TextInputAction.unspecified":default:return B.HK}}, +avs(a,b){switch(a){case"TextInputType.number":return b?B.H4:B.HL +case"TextInputType.phone":return B.HO +case"TextInputType.emailAddress":return B.Hc +case"TextInputType.url":return B.Ic +case"TextInputType.multiline":return B.HH +case"TextInputType.none":return B.n_ +case"TextInputType.text":default:return B.I8}}, +aMA(a){var s +if(a==="TextCapitalization.words")s=B.Fn +else if(a==="TextCapitalization.characters")s=B.Fp +else s=a==="TextCapitalization.sentences"?B.Fo:B.lk +return new A.A5(s)}, +aPI(a){}, +ZT(a,b,c,d){var s,r="transparent",q="none",p=a.style +A.r(p,"white-space","pre-wrap") +A.r(p,"align-content","center") +A.r(p,"padding","0") +A.r(p,"opacity","1") +A.r(p,"color",r) +A.r(p,"background-color",r) +A.r(p,"background",r) +A.r(p,"outline",q) +A.r(p,"border",q) +A.r(p,"resize",q) +A.r(p,"text-shadow",r) +A.r(p,"transform-origin","0 0 0") +if(b){A.r(p,"top","-9999px") +A.r(p,"left","-9999px")}if(d){A.r(p,"width","0") +A.r(p,"height","0")}if(c)A.r(p,"pointer-events",q) +s=$.cj() +if(s!==B.bS)s=s===B.Y +else s=!0 +if(s)a.classList.add("transparentTextEditing") +A.r(p,"caret-color",r)}, +aIv(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,a3,a4=null +if(a5==null)return a4 +s=t.N +r=A.B(s,t.e) +q=A.B(s,t.M1) +p=A.b9(self.document,"form") +o=$.a_j().ghv() instanceof A.O9 +p.noValidate=!0 +p.method="post" +p.action="#" +A.c6(p,"submit",$.apU(),a4) +A.ZT(p,!1,o,!0) +n=J.xp(0,s) +m=A.aq4(a5,B.Fm) +if(a6!=null)for(s=t.a,l=J.le(a6,s),l=new A.bL(l,l.gu(l)),k=m.b,j=A.j(l).c,i=!o,h=a4,g=!1;l.q();){f=l.d +if(f==null)f=j.a(f) +e=s.a(f.i(0,"autofill")) +d=A.bm(f.i(0,"textCapitalization")) +if(d==="TextCapitalization.words")d=B.Fn +else if(d==="TextCapitalization.characters")d=B.Fp +else d=d==="TextCapitalization.sentences"?B.Fo:B.lk +c=A.aq4(e,new A.A5(d)) +d=c.b +n.push(d) +if(d!==k){b=A.avs(A.bm(s.a(f.i(0,"inputType")).i(0,"name")),!1).CE() +c.a.eN(b) +c.eN(b) +A.ZT(b,!1,o,i) +q.n(0,d,c) +r.n(0,d,b) +p.append(b) +if(g){h=b +g=!1}}else g=!0}else{n.push(m.b) +h=a4}B.b.ii(n) +for(s=n.length,a=0,l="";a0?l+"*":l)+a0}a1=l.charCodeAt(0)==0?l:l +a2=$.ZZ.i(0,a1) +if(a2!=null)a2.remove() +a3=A.b9(self.document,"input") +A.ZT(a3,!0,!1,!0) +a3.className="submitBtn" +A.a2t(a3,"submit") +p.append(a3) +return new A.a2Y(p,r,q,h==null?a3:h,a1)}, +aq4(a,b){var s,r=A.bm(a.i(0,"uniqueIdentifier")),q=t.kc.a(a.i(0,"hints")),p=q==null||J.v_(q)?null:A.bm(J.n7(q)),o=A.avq(t.a.a(a.i(0,"editingValue"))) +if(p!=null){s=$.aC_().a.i(0,p) +if(s==null)s=p}else s=null +return new A.EB(o,r,s,A.cQ(a.i(0,"hintText")))}, +asH(a,b,c){var s=c.a,r=c.b,q=Math.min(s,r) +r=Math.max(s,r) +return B.d.U(a,0,q)+b+B.d.cj(a,r)}, +aMB(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.tt(h,g,f,e,d,c,b,a) +d=a2==null +c=d?null:a2.b +s=c==(d?null:a2.c) +c=g.length +r=c===0 +q=r&&e!==-1 +r=!r +p=r&&!s +if(q){o=h.length-a1.a.length +f=a1.b +if(f!==(d?null:a2.b)){f=e-o +a0.c=f}else{a0.c=f +e=f+o +a0.d=e}}else if(p){f=a2.b +d=a2.c +if(f>d)f=d +a0.c=f}n=b!=null&&b!==a +if(r&&s&&n){b.toString +f=a0.c=b}if(!(f===-1&&f===e)){m=A.asH(h,g,new A.dx(f,e)) +f=a1.a +f.toString +if(m!==f){l=B.d.p(g,".") +for(e=A.bZ(A.atd(g),!0,!1,!1).qD(0,f),e=new A.AJ(e.a,e.b,e.c),d=t.Qz,b=h.length;e.q();){k=e.d +a=(k==null?d.a(k):k).b +r=a.index +if(!(r>=0&&r+a[0].length<=b)){j=r+c-1 +i=A.asH(h,g,new A.dx(r,j))}else{j=l?r+a[0].length-1:r+a[0].length +i=A.asH(h,g,new A.dx(r,j))}if(i===f){a0.c=r +a0.d=j +break}}}}a0.e=a1.b +a0.f=a1.c +return a0}, +wp(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.qw(e,r,Math.max(0,s),b,c)}, +avq(a){var s=A.cQ(a.i(0,"text")),r=B.c.a2(A.hL(a.i(0,"selectionBase"))),q=B.c.a2(A.hL(a.i(0,"selectionExtent"))),p=A.ar6(a,"composingBase"),o=A.ar6(a,"composingExtent"),n=p==null?-1:p +return A.wp(r,n,o==null?-1:o,q,s)}, +avp(a){var s,r,q,p=null,o=globalThis.HTMLInputElement +if(o!=null&&a instanceof o){s=a.selectionDirection +if((s==null?p:s)==="backward"){s=A.aqF(a) +r=A.av4(a) +r=r==null?p:B.c.a2(r) +q=A.av5(a) +return A.wp(r,-1,-1,q==null?p:B.c.a2(q),s)}else{s=A.aqF(a) +r=A.av5(a) +r=r==null?p:B.c.a2(r) +q=A.av4(a) +return A.wp(r,-1,-1,q==null?p:B.c.a2(q),s)}}else{o=globalThis.HTMLTextAreaElement +if(o!=null&&a instanceof o){s=a.selectionDirection +if((s==null?p:s)==="backward"){s=A.ava(a) +r=A.av8(a) +r=r==null?p:B.c.a2(r) +q=A.av9(a) +return A.wp(r,-1,-1,q==null?p:B.c.a2(q),s)}else{s=A.ava(a) +r=A.av9(a) +r=r==null?p:B.c.a2(r) +q=A.av8(a) +return A.wp(r,-1,-1,q==null?p:B.c.a2(q),s)}}else throw A.d(A.ac("Initialized with unsupported input type"))}}, +avW(a){var s,r,q,p,o,n,m="inputType",l="autofill",k=t.a,j=A.bm(k.a(a.i(0,m)).i(0,"name")),i=A.uI(k.a(a.i(0,m)).i(0,"decimal")) +j=A.avs(j,i===!0) +i=A.cQ(a.i(0,"inputAction")) +if(i==null)i="TextInputAction.done" +s=A.uI(a.i(0,"obscureText")) +r=A.uI(a.i(0,"readOnly")) +q=A.uI(a.i(0,"autocorrect")) +p=A.aMA(A.bm(a.i(0,"textCapitalization"))) +k=a.X(l)?A.aq4(k.a(a.i(0,l)),B.Fm):null +o=A.aIv(t.nA.a(a.i(0,l)),t.kc.a(a.i(0,"fields"))) +n=A.uI(a.i(0,"enableDeltaModel")) +return new A.a6x(j,i,r===!0,s===!0,q!==!1,n===!0,k,o,p)}, +aJc(a){return new A.IZ(a,A.a([],t.Up),$,$,$,null)}, +aT1(){$.ZZ.a1(0,new A.apy())}, +aRa(){var s,r,q +for(s=$.ZZ.gbf(),s=new A.dX(J.aA(s.a),s.b),r=A.j(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +q.remove()}$.ZZ.M(0)}, +aIm(a){var s=A.j7(J.v0(t.j.a(a.i(0,"transform")),new A.a2J(),t.z),!0,t.V) +return new A.a2I(A.hL(a.i(0,"width")),A.hL(a.i(0,"height")),new Float32Array(A.jH(s)))}, +ath(a,b){var s=a.style +A.r(s,"transform-origin","0 0 0") +A.r(s,"transform",A.hM(b))}, +hM(a){var s=A.apF(a) +if(s===B.FE)return"matrix("+A.f(a[0])+","+A.f(a[1])+","+A.f(a[4])+","+A.f(a[5])+","+A.f(a[12])+","+A.f(a[13])+")" +else if(s===B.i6)return A.aS_(a) +else return"none"}, +apF(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.i6 +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.FD +else return B.FE}, +aS_(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.f(a[12])+"px, "+A.f(a[13])+"px, 0px)" +else return"matrix3d("+A.f(s)+","+A.f(a[1])+","+A.f(a[2])+","+A.f(a[3])+","+A.f(a[4])+","+A.f(a[5])+","+A.f(a[6])+","+A.f(a[7])+","+A.f(a[8])+","+A.f(a[9])+","+A.f(a[10])+","+A.f(a[11])+","+A.f(a[12])+","+A.f(a[13])+","+A.f(a[14])+","+A.f(a[15])+")"}, +atm(a,b){var s=$.aF5() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +A.atl(a,s) +return new A.D(s[0],s[1],s[2],s[3])}, +atl(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.atT() +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=$.aF4().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}, +aBG(a,b){return a.a<=b.a&&a.b<=b.b&&a.c>=b.c&&a.d>=b.d}, +cY(a){var s,r +if(a===4278190080)return"#000000" +if((a&4278190080)>>>0===4278190080){s=B.i.iI(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.i.j(a>>>16&255)+","+B.i.j(a>>>8&255)+","+B.i.j(a&255)+","+B.c.j((a>>>24&255)/255)+")" +return r.charCodeAt(0)==0?r:r}}, +aRe(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.c.a5(d/255,2)+")"}, +azR(){if(A.aSw())return"BlinkMacSystemFont" +var s=$.dr() +if(s!==B.aD)s=s===B.bt +else s=!0 +if(s)return"-apple-system, BlinkMacSystemFont" +return"Arial"}, +aoc(a){var s +if(B.a6h.p(0,a))return a +s=$.dr() +if(s!==B.aD)s=s===B.bt +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.azR() +return'"'+A.f(a)+'", '+A.azR()+", sans-serif"}, +n1(a,b,c){if(ac)return c +else return a}, +uT(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s")).bn(0," ")}, +dE(a,b,c){A.r(a.style,b,c)}, +aBM(a){var s=self.document.querySelector("#flutterweb-theme") +if(a!=null){if(s==null){s=A.b9(self.document,"meta") +s.id="flutterweb-theme" +s.name="theme-color" +self.document.head.append(s)}s.content=A.cY(a.a)}else if(s!=null)s.remove()}, +DV(a,b,c,d,e,f,g,h,i){var s=$.azM +if(s==null?$.azM=a.ellipse!=null:s)A.b8(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.b8(a,"arc",[0,0,1,g,h,i]) +a.restore()}}, +ate(a){var s +for(;a.lastChild!=null;){s=a.lastChild +if(s.parentNode!=null)s.parentNode.removeChild(s)}}, +ara(a,b,c){var s=b.h("@<0>").ah(c),r=new A.Bb(s.h("Bb<+key,value(1,2)>")) +r.a=r +r.b=r +return new A.JU(a,new A.wl(r,s.h("wl<+key,value(1,2)>")),A.B(b,s.h("avn<+key,value(1,2)>")),s.h("JU<1,2>"))}, +aBX(a,b){if(a.length!==b.length)throw A.d(A.bo('"colors" and "colorStops" arguments must have equal length.',null))}, +dv(){var s=new Float32Array(16) +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1 +return new A.bM(s)}, +aKc(a){return new A.bM(a)}, +aKf(a){var s=new A.bM(new Float32Array(16)) +if(s.fJ(a)===0)return null +return s}, +E5(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}, +aHp(a){var s=new A.Hy(a,A.arI(null,null,t.FW)) +s.Yq(a) +return s}, +aHJ(a){var s,r +if(a!=null)return A.aHp(a) +else{s=new A.IO(A.arI(null,null,t.tW)) +r=self.window.visualViewport +if(r==null)r=self.window +s.a=A.cC(r,"resize",s.ga4g()) +return s}}, +aIt(a){if(a!=null){A.aI6(a) +return new A.a1B(a)}else return new A.a4j()}, +aIw(a,b){var s=new A.Ib(a,b,A.dW(null,t.H),B.eP) +s.Yr(a,b) +return s}, +v1:function v1(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +a_I:function a_I(a,b){this.a=a +this.b=b}, +a_K:function a_K(a){this.a=a}, +a_L:function a_L(a){this.a=a}, +a_J:function a_J(a){this.a=a}, +vt:function vt(a,b){this.a=a +this.b=b}, +kh:function kh(a,b){this.a=a +this.b=b}, +a0D:function a0D(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}, +a1q:function a1q(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}, +WU:function WU(){}, +fJ:function fJ(a){this.a=a}, +anc:function anc(){}, +anD:function anD(a,b){this.a=a +this.b=b}, +anC:function anC(a,b){this.a=a +this.b=b}, +a0z:function a0z(a){this.a=a}, +JX:function JX(a){this.a=a +this.b=$}, +Fe:function Fe(){}, +vD:function vD(a,b){this.a=a +this.b=b}, +vF:function vF(a){this.a=a}, +qa:function qa(a,b){this.a=a +this.b=b}, +J8:function J8(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}, +a5M:function a5M(){}, +a5N:function a5N(a){this.a=a}, +a5J:function a5J(){}, +a5K:function a5K(a){this.a=a}, +a5L:function a5L(a){this.a=a}, +ma:function ma(a,b){this.a=a +this.b=b}, +oh:function oh(a,b){this.a=a +this.b=b}, +ia:function ia(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +yd:function yd(a){this.a=a}, +I7:function I7(a,b){this.a=a +this.b=b}, +jt:function jt(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aoP:function aoP(a,b){this.a=a +this.b=b}, +aoO:function aoO(a,b){this.a=a +this.b=b}, +OE:function OE(a,b,c,d,e){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.f=e +_.w=_.r=null}, +adq:function adq(){}, +adr:function adr(){}, +ads:function ads(a){this.a=a}, +adt:function adt(a){this.a=a}, +adu:function adu(){}, +oB:function oB(a,b,c){this.a=a +this.b=b +this.c=c}, +mG:function mG(a,b,c){this.a=a +this.b=b +this.c=c}, +nE:function nE(a,b,c){this.a=a +this.b=b +this.c=c}, +adp:function adp(a){this.a=a}, +Je:function Je(a){this.a=a}, +apx:function apx(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +qb:function qb(a,b){var _=this +_.a=$ +_.b=a +_.c=b +_.d=!1}, +Fh:function Fh(){}, +AT:function AT(a,b){this.a=a +this.b=b +this.d=$}, +Fc:function Fc(a,b,c,d){var _=this +_.a=$ +_.b=a +_.c=b +_.d=0 +_.e=-1 +_.f=c +_.r=d +_.w=!1}, +vE:function vE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=$ +_.f=!1 +_.r=0 +_.w=null +_.x=d}, +f4:function f4(){}, +aaj:function aaj(a){this.c=a}, +a9r:function a9r(a,b){this.a=a +this.b=b}, +qm:function qm(){}, +NY:function NY(a,b){this.c=a +this.a=null +this.b=b}, +Fs:function Fs(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Fx:function Fx(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Fv:function Fv(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Ms:function Ms(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Ag:function Ag(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +Mr:function Mr(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +Jf:function Jf(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +a6a:function a6a(a,b){this.a=a +this.b=b}, +N2:function N2(a,b,c){var _=this +_.c=a +_.d=b +_.a=null +_.b=c}, +JF:function JF(a){this.a=a}, +a7e:function a7e(a){this.a=a +this.b=$}, +a7f:function a7f(a,b){this.a=a +this.b=b}, +a4f:function a4f(a,b,c){this.a=a +this.b=b +this.c=c}, +a4g:function a4g(a,b,c){this.a=a +this.b=b +this.c=c}, +a4h:function a4h(a,b,c){this.a=a +this.b=b +this.c=c}, +a1j:function a1j(){}, +a0Q:function a0Q(a,b){this.a=a +this.b=b +this.c=$}, +Fj:function Fj(a){this.a=a}, +anG:function anG(){}, +a8A:function a8A(){}, +fe:function fe(a,b){this.a=null +this.b=a +this.$ti=b}, +FJ:function FJ(a,b){var _=this +_.a=$ +_.b=1 +_.c=a +_.$ti=b}, +qc:function qc(a,b,c,d,e){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.e=c +_.f=0 +_.r=d +_.x=!0 +_.y=4278190080 +_.z=!1 +_.ax=_.at=_.as=_.Q=null +_.ay=e +_.CW=_.ch=null}, +a0S:function a0S(a){this.a=a}, +vG:function vG(a){this.a=$ +this.b=a}, +Fm:function Fm(){this.a=$ +this.b=!1 +this.c=null}, +lq:function lq(){this.b=this.a=null}, +aav:function aav(a,b){this.a=a +this.b=b}, +q6:function q6(a,b){this.a=a +this.b=b}, +F3:function F3(){var _=this +_.a=null +_.b=$ +_.c=null +_.d=$}, +a0A:function a0A(a){this.a=a}, +OA:function OA(){}, +Fg:function Fg(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.a=$}, +Ff:function Ff(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=$}, +A0:function A0(a,b){this.a=a +this.b=b}, +jj:function jj(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}, +ae6:function ae6(a){this.a=a}, +Fn:function Fn(a,b){this.a=a +this.b=b +this.c=!1}, +P6:function P6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=$ +_.d=c +_.e=d}, +Fl:function Fl(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +vH:function vH(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=$}, +a0V:function a0V(a){this.a=a}, +Fk:function Fk(a){var _=this +_.a=$ +_.b=-1/0 +_.c=a +_.d=0 +_.e=!1 +_.z=_.y=_.x=_.w=_.r=_.f=0 +_.Q=$ +_.as=!1}, +Fi:function Fi(a){this.a=a}, +a0T:function a0T(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=0 +_.d=c +_.e=d}, +anK:function anK(a){this.a=a}, +xo:function xo(a,b){this.a=a +this.b=b}, +F2:function F2(a){this.a=a}, +vL:function vL(a,b){this.a=a +this.b=b}, +a1c:function a1c(a,b){this.a=a +this.b=b}, +a1d:function a1d(a,b){this.a=a +this.b=b}, +a17:function a17(a){this.a=a}, +a18:function a18(a,b){this.a=a +this.b=b}, +a16:function a16(a){this.a=a}, +a1a:function a1a(a){this.a=a}, +a1b:function a1b(a){this.a=a}, +a19:function a19(a){this.a=a}, +a14:function a14(){}, +a15:function a15(){}, +a3q:function a3q(){}, +a3r:function a3r(){}, +a3R:function a3R(){this.a=!1 +this.b=null}, +Ia:function Ia(a){this.b=a +this.d=null}, +ac8:function ac8(){}, +a2s:function a2s(a){this.a=a}, +a2u:function a2u(){}, +Ja:function Ja(a,b){this.a=a +this.b=b}, +a5O:function a5O(a){this.a=a}, +J9:function J9(a,b){this.a=a +this.b=b}, +x1:function x1(a,b){this.a=a +this.b=b}, +I4:function I4(a,b,c){this.a=a +this.b=b +this.c=c}, +wk:function wk(a,b){this.a=a +this.b=b}, +aof:function aof(a){this.a=a}, +ao3:function ao3(){}, +Tz:function Tz(a,b){this.a=a +this.b=-1 +this.$ti=b}, +e5:function e5(a,b){this.a=a +this.$ti=b}, +TA:function TA(a,b){this.a=a +this.b=-1 +this.$ti=b}, +kU:function kU(a,b){this.a=a +this.$ti=b}, +I3:function I3(a,b){this.a=a +this.b=$ +this.$ti=b}, +IA:function IA(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null +_.y=_.x=_.w=_.r=_.f=$}, +a30:function a30(){}, +Ob:function Ob(a,b){this.a=a +this.b=b}, +oJ:function oJ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +WT:function WT(a,b){this.a=a +this.b=b}, +abU:function abU(){}, +apA:function apA(){}, +apz:function apz(){}, +a44:function a44(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=!1 +_.ch=_.ay=$}, +a45:function a45(){}, +a46:function a46(){}, +a47:function a47(){}, +a48:function a48(){}, +a49:function a49(){}, +a4a:function a4a(){}, +a4c:function a4c(a){this.a=a}, +a4d:function a4d(){}, +a4b:function a4b(a){this.a=a}, +Yi:function Yi(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Iq:function Iq(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.f=null}, +a3D:function a3D(a,b,c){this.a=a +this.b=b +this.c=c}, +qK:function qK(a,b){this.a=a +this.b=b}, +nF:function nF(a,b){this.a=a +this.b=b}, +wR:function wR(a){this.a=a}, +aoU:function aoU(a){this.a=a}, +aoV:function aoV(a){this.a=a}, +aoW:function aoW(){}, +aoT:function aoT(){}, +eg:function eg(){}, +IH:function IH(){}, +wP:function wP(){}, +wQ:function wQ(){}, +vm:function vm(){}, +fR:function fR(a){this.a=a}, +FK:function FK(a){this.b=this.a=null +this.$ti=a}, +tW:function tW(a,b,c){this.a=a +this.b=b +this.$ti=c}, +jQ:function jQ(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}, +cr:function cr(a){this.b=a}, +ae0:function ae0(a){this.a=a}, +B7:function B7(){}, +yC:function yC(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.fO$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +MX:function MX(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.fO$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +yB:function yB(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}, +ae8:function ae8(a,b,c){this.a=a +this.b=b +this.c=c}, +ae7:function ae7(a,b){this.a=a +this.b=b}, +a2n:function a2n(a,b,c,d){var _=this +_.a=a +_.P8$=b +_.rs$=c +_.kb$=d}, +yD:function yD(a,b,c,d,e){var _=this +_.CW=a +_.cx=b +_.dx=_.db=_.cy=null +_.x=c +_.a=d +_.b=-1 +_.c=e +_.w=_.r=_.f=_.e=_.d=null}, +yE:function yE(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}, +yF:function yF(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}, +tk:function tk(a){this.a=a +this.b=!1}, +P7:function P7(){var _=this +_.e=_.d=_.c=_.b=_.a=null +_.f=!0 +_.r=4278190080 +_.z=_.y=_.x=_.w=null}, +fq:function fq(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +aas:function aas(){var _=this +_.d=_.c=_.b=_.a=0}, +a1k:function a1k(){var _=this +_.d=_.c=_.b=_.a=0}, +SO:function SO(){this.b=this.a=null}, +a1v:function a1v(){var _=this +_.d=_.c=_.b=_.a=0}, +p_:function p_(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.e=_.d=-1}, +a9y:function a9y(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=0 +_.f=-1 +_.Q=_.z=_.y=_.x=_.w=_.r=0}, +rz:function rz(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}, +oo:function oo(a){var _=this +_.a=a +_.b=-1 +_.e=_.d=_.c=0}, +kr:function kr(){this.b=this.a=null}, +ado:function ado(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a9z:function a9z(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=0 +_.f=d}, +md:function md(a,b){this.a=a +this.b=b}, +N_:function N_(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}, +a9D:function a9D(a){this.a=a}, +aaS:function aaS(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.f=_.e=!1 +_.r=1}, +cW:function cW(){}, +wn:function wn(){}, +yx:function yx(){}, +MN:function MN(){}, +MR:function MR(a,b){this.a=a +this.b=b}, +MP:function MP(a,b){this.a=a +this.b=b}, +MO:function MO(a){this.a=a}, +MQ:function MQ(a){this.a=a}, +MB:function MB(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MA:function MA(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Mz:function Mz(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MF:function MF(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MH:function MH(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +ML:function ML(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MK:function MK(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MD:function MD(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.x=null +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MG:function MG(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MC:function MC(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MJ:function MJ(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MM:function MM(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +ME:function ME(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +MI:function MI(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +akJ:function akJ(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}, +abg:function abg(){var _=this +_.d=_.c=_.b=_.a=!1}, +Yo:function Yo(){}, +a5F:function a5F(){this.b=this.a=$}, +a5G:function a5G(){}, +tl:function tl(a){this.a=a}, +yG:function yG(a,b,c){var _=this +_.CW=null +_.x=a +_.a=b +_.b=-1 +_.c=c +_.w=_.r=_.f=_.e=_.d=null}, +ae1:function ae1(a){this.a=a}, +ae3:function ae3(a){this.a=a}, +ae4:function ae4(a){this.a=a}, +a8T:function a8T(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a8U:function a8U(){}, +adc:function adc(){this.a=null +this.b=!1}, +wv:function wv(){}, +a4U:function a4U(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g}, +a4V:function a4V(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +a4S:function a4S(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f}, +a4T:function a4T(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +ly:function ly(){}, +BR:function BR(a,b){this.a=a +this.b=b}, +Ic:function Ic(){}, +y9:function y9(a,b){this.b=a +this.c=b +this.a=null}, +a7Q:function a7Q(){}, +Oy:function Oy(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}, +ta:function ta(a,b){this.b=a +this.c=b +this.d=1}, +oU:function oU(a,b,c){this.a=a +this.b=b +this.c=c}, +aod:function aod(){}, +op:function op(a,b){this.a=a +this.b=b}, +dw:function dw(){}, +MZ:function MZ(){}, +dY:function dY(){}, +a9C:function a9C(){}, +mU:function mU(a,b,c){this.a=a +this.b=b +this.c=c}, +aak:function aak(){}, +yH:function yH(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}, +x_:function x_(a,b){this.a=a +this.b=b}, +a5w:function a5w(a,b,c){this.a=a +this.b=b +this.c=c}, +a5x:function a5x(a,b){this.a=a +this.b=b}, +a5u:function a5u(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a5v:function a5v(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +J5:function J5(a,b){this.a=a +this.b=b}, +zI:function zI(a){this.a=a}, +J6:function J6(a,b,c){var _=this +_.a=a +_.c=_.b=!1 +_.d=b +_.e=c}, +EX:function EX(){}, +a0h:function a0h(){}, +a0i:function a0i(a){this.a=a}, +v5:function v5(a,b){this.a=a +this.b=b}, +k8:function k8(a,b){this.a=a +this.b=b}, +nm:function nm(a,b){this.a=a +this.b=b}, +apb:function apb(){}, +apc:function apc(a){this.a=a}, +apa:function apa(a){this.a=a}, +apd:function apd(){}, +a3S:function a3S(a){this.a=a}, +a3T:function a3T(a){this.a=a}, +a3Q:function a3Q(a){this.a=a}, +ap1:function ap1(a,b){this.a=a +this.b=b}, +ap_:function ap_(a,b){this.a=a +this.b=b}, +ap0:function ap0(a){this.a=a}, +anM:function anM(){}, +anN:function anN(){}, +anO:function anO(){}, +anP:function anP(){}, +anQ:function anQ(){}, +anR:function anR(){}, +anS:function anS(){}, +anT:function anT(){}, +ana:function ana(a,b,c){this.a=a +this.b=b +this.c=c}, +JB:function JB(a){this.a=$ +this.b=a}, +a6W:function a6W(a){this.a=a}, +a6X:function a6X(a){this.a=a}, +a6Y:function a6Y(a){this.a=a}, +a7_:function a7_(a){this.a=a}, +iW:function iW(a){this.a=a}, +a70:function a70(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=!1 +_.f=d +_.r=e}, +a76:function a76(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a77:function a77(a){this.a=a}, +a78:function a78(a,b,c){this.a=a +this.b=b +this.c=c}, +a79:function a79(a,b){this.a=a +this.b=b}, +a72:function a72(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a73:function a73(a,b,c){this.a=a +this.b=b +this.c=c}, +a74:function a74(a,b){this.a=a +this.b=b}, +a75:function a75(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a71:function a71(a,b,c){this.a=a +this.b=b +this.c=c}, +a7a:function a7a(a,b){this.a=a +this.b=b}, +a1p:function a1p(a){this.a=a +this.b=!0}, +a87:function a87(a){this.a=a}, +apt:function apt(){}, +a0g:function a0g(){}, +yb:function yb(a){var _=this +_.d=a +_.a=_.e=$ +_.c=_.b=!1}, +a8g:function a8g(){}, +zH:function zH(a,b){var _=this +_.d=a +_.e=b +_.f=null +_.a=$ +_.c=_.b=!1}, +adl:function adl(){}, +adm:function adm(){}, +kf:function kf(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=0 +_.f=e}, +wI:function wI(a){this.a=a +this.b=$ +this.c=0}, +a3C:function a3C(){}, +Ie:function Ie(){this.a=null +this.b=$ +this.c=!1}, +Id:function Id(a){this.a=!1 +this.b=a}, +J3:function J3(a,b){this.a=a +this.b=b +this.c=$}, +If:function If(a,b,c,d,e,f){var _=this +_.a=a +_.d=b +_.e=c +_.f=d +_.k1=_.id=_.go=_.fy=_.fx=_.fr=_.db=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=null +_.k2=e +_.R8=_.p4=_.p3=_.ok=_.k4=_.k3=null +_.RG=f +_.to=null}, +a3d:function a3d(a,b,c){this.a=a +this.b=b +this.c=c}, +a3c:function a3c(a,b){this.a=a +this.b=b}, +a38:function a38(a,b){this.a=a +this.b=b}, +a39:function a39(a,b){this.a=a +this.b=b}, +a3a:function a3a(){}, +a3b:function a3b(a,b){this.a=a +this.b=b}, +a37:function a37(a){this.a=a}, +a36:function a36(a){this.a=a}, +a35:function a35(a){this.a=a}, +a3e:function a3e(a,b){this.a=a +this.b=b}, +apf:function apf(a,b,c){this.a=a +this.b=b +this.c=c}, +PU:function PU(){}, +N5:function N5(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}, +a9T:function a9T(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a9U:function a9U(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a9V:function a9V(a,b){this.b=a +this.c=b}, +abR:function abR(){}, +abS:function abS(){}, +N6:function N6(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.e=$}, +aa8:function aa8(){}, +BK:function BK(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ahl:function ahl(){}, +ahm:function ahm(a){this.a=a}, +Yp:function Yp(){}, +jB:function jB(a,b){this.a=a +this.b=b}, +pm:function pm(){this.a=0}, +akQ:function akQ(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +akS:function akS(){}, +akR:function akR(a,b,c){this.a=a +this.b=b +this.c=c}, +akT:function akT(a){this.a=a}, +akU:function akU(a){this.a=a}, +akV:function akV(a){this.a=a}, +akW:function akW(a){this.a=a}, +akX:function akX(a){this.a=a}, +akY:function akY(a){this.a=a}, +amf:function amf(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +amg:function amg(a,b,c){this.a=a +this.b=b +this.c=c}, +amh:function amh(a){this.a=a}, +ami:function ami(a){this.a=a}, +amj:function amj(a){this.a=a}, +amk:function amk(a){this.a=a}, +akv:function akv(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +akw:function akw(a,b,c){this.a=a +this.b=b +this.c=c}, +akx:function akx(a){this.a=a}, +aky:function aky(a){this.a=a}, +akz:function akz(a){this.a=a}, +akA:function akA(a){this.a=a}, +akB:function akB(a){this.a=a}, +uq:function uq(a,b){this.a=null +this.b=a +this.c=b}, +a9Z:function a9Z(a){this.a=a +this.b=0}, +aa_:function aa_(a,b){this.a=a +this.b=b}, +arq:function arq(){}, +aax:function aax(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=0 +_.e=b}, +aay:function aay(a){this.a=a}, +aaz:function aaz(a){this.a=a}, +aaA:function aaA(a){this.a=a}, +aaC:function aaC(a,b,c){this.a=a +this.b=b +this.c=c}, +aaD:function aaD(a){this.a=a}, +IV:function IV(a){this.a=a}, +IU:function IU(a){var _=this +_.a=a +_.fx=_.fr=_.dy=_.CW=_.ch=_.ay=_.ax=_.w=_.r=_.f=_.e=_.d=_.c=null}, +a9f:function a9f(a,b){var _=this +_.b=_.a=null +_.c=a +_.d=b}, +vl:function vl(a,b){this.a=a +this.b=b}, +a_o:function a_o(a,b){this.a=a +this.b=b}, +a_p:function a_p(a){this.a=a}, +AS:function AS(a,b){this.a=a +this.b=b}, +a0N:function a0N(a,b,c){var _=this +_.e=a +_.a=b +_.b=c +_.c=null}, +HT:function HT(a,b){this.a=a +this.b=b +this.c=null}, +rX:function rX(a,b){this.d=null +this.a=a +this.b=b}, +abI:function abI(a){this.a=a}, +qJ:function qJ(a,b,c){this.d=a +this.a=b +this.b=c}, +pR:function pR(a){this.a=a +this.b=null}, +a_r:function a_r(a){this.a=a}, +a_s:function a_s(a){this.a=a}, +a_q:function a_q(a,b,c){this.a=a +this.b=b +this.c=c}, +a6h:function a6h(a,b){var _=this +_.e=null +_.a=a +_.b=b +_.c=null}, +a6r:function a6r(a,b,c,d){var _=this +_.e=a +_.f=b +_.r=1 +_.w=null +_.x=!1 +_.a=c +_.b=d +_.c=null}, +a6s:function a6s(a,b){this.a=a +this.b=b}, +a6t:function a6t(a){this.a=a}, +xA:function xA(a,b){this.a=a +this.b=b}, +o4:function o4(a,b){this.d=null +this.a=a +this.b=b}, +a9X:function a9X(a,b){this.a=a +this.b=b +this.c=null}, +acl:function acl(a,b,c){var _=this +_.e=null +_.f=a +_.r=null +_.w=0 +_.a=b +_.b=c +_.c=null}, +acs:function acs(a){this.a=a}, +act:function act(a){this.a=a}, +acu:function acu(a){this.a=a}, +qz:function qz(a){this.a=a}, +a2X:function a2X(a){this.a=a}, +Ox:function Ox(a){this.a=a}, +Ov:function Ov(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}, +ie:function ie(a,b){this.a=a +this.b=b}, +oG:function oG(a,b){this.a=a +this.b=b}, +Nb:function Nb(){}, +a4u:function a4u(a,b){this.a=a +this.b=b +this.c=null}, +kv:function kv(){}, +oT:function oT(a,b,c){var _=this +_.a=0 +_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=_.e=_.d=_.c=_.b=null +_.go=-1 +_.id=a +_.k1=b +_.k2=c +_.k3=-1 +_.p2=_.p1=_.ok=_.k4=null +_.p4=_.p3=0}, +acX:function acX(a){this.a=a}, +a_t:function a_t(a,b){this.a=a +this.b=b}, +nG:function nG(a,b){this.a=a +this.b=b}, +zB:function zB(a,b){this.a=a +this.b=b}, +a3f:function a3f(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=null +_.r=f +_.w=g +_.x=!1 +_.z=h +_.Q=null +_.as=i}, +a3g:function a3g(a){this.a=a}, +a3h:function a3h(a,b){this.a=a +this.b=b}, +a3j:function a3j(){}, +a3i:function a3i(a){this.a=a}, +wu:function wu(a,b){this.a=a +this.b=b}, +acS:function acS(a){this.a=a}, +acO:function acO(){}, +a1W:function a1W(){this.a=null}, +a1X:function a1X(a){this.a=a}, +a8_:function a8_(){var _=this +_.b=_.a=null +_.c=0 +_.d=!1}, +a81:function a81(a){this.a=a}, +a80:function a80(a){this.a=a}, +a0n:function a0n(a,b){this.a=a +this.b=b +this.c=null}, +A2:function A2(a,b){this.d=null +this.a=a +this.b=b}, +aej:function aej(a){this.a=a}, +ad3:function ad3(a,b,c,d,e,f){var _=this +_.cx=_.CW=_.ch=null +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +aeo:function aeo(a,b){var _=this +_.f=_.e=null +_.a=a +_.b=b +_.c=null}, +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,b){this.a=a +this.b=b}, +aet:function aet(a){this.a=a}, +aeu:function aeu(a){this.a=a}, +aev:function aev(a){this.a=a}, +jF:function jF(){}, +Uy:function Uy(){}, +PG:function PG(a,b){this.a=a +this.b=b}, +hu:function hu(a,b){this.a=a +this.b=b}, +a6I:function a6I(){}, +a6K:function a6K(){}, +adF:function adF(){}, +adH:function adH(a,b){this.a=a +this.b=b}, +adJ:function adJ(){}, +ag9:function ag9(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c}, +Nk:function Nk(a){this.a=a +this.b=0}, +ae5:function ae5(a,b){this.a=a +this.b=b}, +F4:function F4(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1 +_.f=null +_.w=_.r=$ +_.x=null +_.y=!1}, +a0C:function a0C(){}, +om:function om(a,b,c){this.a=a +this.b=b +this.c=c}, +rB:function rB(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.a=d +_.b=e +_.c=f +_.d=g}, +ti:function ti(){}, +Fa:function Fa(a,b){this.b=a +this.c=b +this.a=null}, +NZ:function NZ(a){this.b=a +this.a=null}, +a0B:function a0B(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=0 +_.r=f +_.w=!0}, +a5y:function a5y(){}, +a5z:function a5z(a,b,c){this.a=a +this.b=b +this.c=c}, +a5A:function a5A(a){this.a=a}, +a5B:function a5B(a){this.a=a}, +aex:function aex(){}, +aew:function aew(){}, +a7g:function a7g(a,b){this.b=a +this.a=b}, +ai2:function ai2(){}, +i7:function i7(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.le$=a +_.oG$=b +_.ff$=c +_.jc$=d +_.lb$=e +_.lc$=f +_.ld$=g +_.eb$=h +_.dq$=i +_.c=j +_.d=k +_.e=l +_.f=m +_.r=n +_.w=o +_.a=p +_.b=q}, +aiT:function aiT(){}, +aiU:function aiU(){}, +aiS:function aiS(){}, +I6:function I6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.le$=a +_.oG$=b +_.ff$=c +_.jc$=d +_.lb$=e +_.lc$=f +_.ld$=g +_.eb$=h +_.dq$=i +_.c=j +_.d=k +_.e=l +_.f=m +_.r=n +_.w=o +_.a=p +_.b=q}, +mC:function mC(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=$}, +a7j:function a7j(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}, +OS:function OS(a){this.a=a +this.c=this.b=null}, +lY:function lY(a,b){this.a=a +this.b=b}, +a3z:function a3z(a){this.a=a}, +afS:function afS(a,b){this.b=a +this.a=b}, +lX:function lX(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=e}, +ang:function ang(a,b,c){this.a=a +this.b=b +this.c=c}, +O5:function O5(a){this.a=a}, +aeQ:function aeQ(a){this.a=a}, +iV:function iV(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}, +jb:function jb(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}, +ww:function ww(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}, +wx:function wx(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=$}, +a9v:function a9v(){}, +A6:function A6(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=$}, +ael:function ael(a){this.a=a +this.b=null}, +Pk:function Pk(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=c +_.r=_.f=$}, +qN:function qN(a,b){this.a=a +this.b=b}, +nb:function nb(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=d}, +AU:function AU(a,b){this.a=a +this.b=b}, +cy:function cy(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +kK:function kK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +TV:function TV(a,b,c){this.c=a +this.a=b +this.b=c}, +a0d:function a0d(a){this.a=a}, +FC:function FC(){}, +a33:function a33(){}, +a8Q:function a8Q(){}, +a3k:function a3k(){}, +a2w:function a2w(){}, +a4Q:function a4Q(){}, +a8P:function a8P(){}, +aal:function aal(){}, +acw:function acw(){}, +ad5:function ad5(){}, +a34:function a34(){}, +a8S:function a8S(){}, +aeK:function aeK(){}, +a9_:function a9_(){}, +a1J:function a1J(){}, +a9H:function a9H(){}, +a2T:function a2T(){}, +afJ:function afJ(){}, +M1:function M1(){}, +ts:function ts(a,b){this.a=a +this.b=b}, +A5:function A5(a){this.a=a}, +a2Y:function a2Y(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2Z:function a2Z(a,b){this.a=a +this.b=b}, +a3_:function a3_(a,b,c){this.a=a +this.b=b +this.c=c}, +EB:function EB(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +tt:function tt(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}, +qw:function qw(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a6x:function a6x(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}, +IZ:function IZ(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +O9:function O9(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +abQ:function abQ(a){this.a=a}, +wa:function wa(){}, +a1Q:function a1Q(a){this.a=a}, +a1R:function a1R(){}, +a1S:function a1S(){}, +a1T:function a1T(){}, +a5T:function a5T(a,b,c,d,e,f){var _=this +_.ok=null +_.p1=!0 +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +a5W:function a5W(a){this.a=a}, +a5X:function a5X(a,b){this.a=a +this.b=b}, +a5U:function a5U(a){this.a=a}, +a5V:function a5V(a){this.a=a}, +a_C:function a_C(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +a_D:function a_D(a){this.a=a}, +a3G:function a3G(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +a3I:function a3I(a){this.a=a}, +a3J:function a3J(a){this.a=a}, +a3H:function a3H(a){this.a=a}, +aez:function aez(){}, +aeE:function aeE(a,b){this.a=a +this.b=b}, +aeL:function aeL(){}, +aeG:function aeG(a){this.a=a}, +aeJ:function aeJ(){}, +aeF:function aeF(a){this.a=a}, +aeI:function aeI(a){this.a=a}, +aey:function aey(){}, +aeB:function aeB(){}, +aeH:function aeH(){}, +aeD:function aeD(){}, +aeC:function aeC(){}, +aeA:function aeA(a){this.a=a}, +apy:function apy(){}, +aem:function aem(a){this.a=a}, +aen:function aen(a){this.a=a}, +a5Q:function a5Q(){var _=this +_.a=$ +_.b=null +_.c=!1 +_.d=null +_.f=$}, +a5S:function a5S(a){this.a=a}, +a5R:function a5R(a){this.a=a}, +a2K:function a2K(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2I:function a2I(a,b,c){this.a=a +this.b=b +this.c=c}, +a2J:function a2J(){}, +Ah:function Ah(a,b){this.a=a +this.b=b}, +aob:function aob(){}, +JU:function JU(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +bM:function bM(a){this.a=a}, +a3E:function a3E(a){this.a=a +this.c=this.b=0}, +Hy:function Hy(a,b){this.a=a +this.b=$ +this.c=b}, +a1A:function a1A(a){this.a=a}, +a1z:function a1z(){}, +a20:function a20(){}, +IO:function IO(a){this.a=$ +this.b=a}, +a1B:function a1B(a){this.b=a +this.a=null}, +a1C:function a1C(a){this.a=a}, +a2U:function a2U(){}, +a4j:function a4j(){this.a=null}, +a4k:function a4k(a){this.a=a}, +Ib:function Ib(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=null +_.f=c +_.r=$ +_.w=d +_.x=null}, +a31:function a31(a){this.a=a}, +a32:function a32(a,b){this.a=a +this.b=b}, +PV:function PV(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Tk:function Tk(){}, +Ty:function Ty(){}, +UH:function UH(){}, +UI:function UI(){}, +UJ:function UJ(){}, +Vu:function Vu(){}, +Vv:function Vv(){}, +Z3:function Z3(){}, +Za:function Za(){}, +ar3:function ar3(){}, +aRE(){return $}, +c5(a,b,c){if(b.h("an<0>").b(a))return new A.Bf(a,b.h("@<0>").ah(c).h("Bf<1,2>")) +return new A.nf(a,b.h("@<0>").ah(c).h("nf<1,2>"))}, +eI(a){return new A.fW("Field '"+a+"' has not been initialized.")}, +j4(a){return new A.fW("Local '"+a+"' has not been initialized.")}, +a7c(a){return new A.fW("Local '"+a+"' has already been initialized.")}, +aH0(a){return new A.cd(a)}, +ap4(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +aSW(a,b){var s=A.ap4(a.charCodeAt(b)),r=A.ap4(a.charCodeAt(b+1)) +return s*16+r-(r&256)}, +x(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +e1(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +fm(a,b,c){return a}, +at2(a){var s,r +for(s=$.pO.length,r=0;rc)A.F(A.ca(b,0,c,"start",null))}return new A.h9(a,b,c,d.h("h9<0>"))}, +JY(a,b,c,d){if(t.Ee.b(a))return new A.k_(a,b,c.h("@<0>").ah(d).h("k_<1,2>")) +return new A.ex(a,b,c.h("@<0>").ah(d).h("ex<1,2>"))}, +aMv(a,b,c){var s="takeCount" +A.Ew(b,s) +A.ez(b,s) +if(t.Ee.b(a))return new A.wr(a,b,c.h("wr<0>")) +return new A.p1(a,b,c.h("p1<0>"))}, +arH(a,b,c){var s="count" +if(t.Ee.b(a)){A.Ew(b,s) +A.ez(b,s) +return new A.qx(a,b,c.h("qx<0>"))}A.Ew(b,s) +A.ez(b,s) +return new A.kB(a,b,c.h("kB<0>"))}, +avG(a,b,c){if(c.h("an<0>").b(b))return new A.wq(a,b,c.h("wq<0>")) +return new A.k2(a,b,c.h("k2<0>"))}, +c7(){return new A.h8("No element")}, +avZ(){return new A.h8("Too many elements")}, +avY(){return new A.h8("Too few elements")}, +OM(a,b,c,d){if(c-b<=32)A.aMf(a,b,c,d) +else A.aMe(a,b,c,d)}, +aMf(a,b,c,d){var s,r,q,p,o +for(s=b+1,r=J.br(a);s<=c;++s){q=r.i(a,s) +p=s +while(!0){if(!(p>b&&d.$2(r.i(a,p-1),q)>0))break +o=p-1 +r.n(a,p,r.i(a,o)) +p=o}r.n(a,p,q)}}, +aMe(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i=B.i.d1(a5-a4+1,6),h=a4+i,g=a5-i,f=B.i.d1(a4+a5,2),e=f-i,d=f+i,c=J.br(a3),b=c.i(a3,h),a=c.i(a3,e),a0=c.i(a3,f),a1=c.i(a3,d),a2=c.i(a3,g) +if(a6.$2(b,a)>0){s=a +a=b +b=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}if(a6.$2(b,a0)>0){s=a0 +a0=b +b=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(b,a1)>0){s=a1 +a1=b +b=s}if(a6.$2(a0,a1)>0){s=a1 +a1=a0 +a0=s}if(a6.$2(a,a2)>0){s=a2 +a2=a +a=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}c.n(a3,h,b) +c.n(a3,f,a0) +c.n(a3,g,a2) +c.n(a3,e,c.i(a3,a4)) +c.n(a3,d,c.i(a3,a5)) +r=a4+1 +q=a5-1 +if(J.c(a6.$2(a,a1),0)){for(p=r;p<=q;++p){o=c.i(a3,p) +n=a6.$2(o,a) +if(n===0)continue +if(n<0){if(p!==r){c.n(a3,p,c.i(a3,r)) +c.n(a3,r,o)}++r}else for(;!0;){n=a6.$2(c.i(a3,q),a) +if(n>0){--q +continue}else{m=q-1 +if(n<0){c.n(a3,p,c.i(a3,r)) +l=r+1 +c.n(a3,r,c.i(a3,q)) +c.n(a3,q,o) +q=m +r=l +break}else{c.n(a3,p,c.i(a3,q)) +c.n(a3,q,o) +q=m +break}}}}k=!0}else{for(p=r;p<=q;++p){o=c.i(a3,p) +if(a6.$2(o,a)<0){if(p!==r){c.n(a3,p,c.i(a3,r)) +c.n(a3,r,o)}++r}else if(a6.$2(o,a1)>0)for(;!0;)if(a6.$2(c.i(a3,q),a1)>0){--q +if(qg){for(;J.c(a6.$2(c.i(a3,r),a),0);)++r +for(;J.c(a6.$2(c.i(a3,q),a1),0);)--q +for(p=r;p<=q;++p){o=c.i(a3,p) +if(a6.$2(o,a)===0){if(p!==r){c.n(a3,p,c.i(a3,r)) +c.n(a3,r,o)}++r}else if(a6.$2(o,a1)===0)for(;!0;)if(a6.$2(c.i(a3,q),a1)===0){--q +if(q")),!0,b),l=m.length,k=0 +while(!0){if(!(k").ah(c).h("i<1,2>")) +n.$keys=m +return n}return new A.ni(A.o1(a,b,c),b.h("@<0>").ah(c).h("ni<1,2>"))}, +aqk(){throw A.d(A.ac("Cannot modify unmodifiable Map"))}, +aql(){throw A.d(A.ac("Cannot modify constant Set"))}, +aSq(a,b){var s=new A.lO(a,b.h("lO<0>")) +s.Yv(a) +return s}, +aBW(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aBl(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +f(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.c3(a) +return s}, +E(a,b,c,d,e,f){return new A.xr(a,c,d,e,f)}, +aYz(a,b,c,d,e,f){return new A.xr(a,c,d,e,f)}, +h3(a){var s,r=$.ax7 +if(r==null)r=$.ax7=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +arp(a,b){var s,r,q,p,o,n=null,m=/^\s*[+-]?((0x[a-f0-9]+)|(\d+)|([a-z0-9]+))\s*$/i.exec(a) +if(m==null)return n +s=m[3] +if(b==null){if(s!=null)return parseInt(a,10) +if(m[2]!=null)return parseInt(a,16) +return n}if(b<2||b>36)throw A.d(A.ca(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)}, +co(a){var s,r +if(!/^\s*[+-]?(?:Infinity|NaN|(?:\.\d+|\d+(?:\.\d*)?)(?:[eE][+-]?\d+)?)\s*$/.test(a))return null +s=parseFloat(a) +if(isNaN(s)){r=B.d.nf(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +aaq(a){return A.aL6(a)}, +aL6(a){var s,r,q,p +if(a instanceof A.A)return A.fl(A.ct(a),null) +s=J.fH(a) +if(s===B.L9||s===B.Lh||t.kk.b(a)){r=B.mY(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.fl(A.ct(a),null)}, +ax8(a){if(a==null||typeof a=="number"||A.n_(a))return J.c3(a) +if(typeof a=="string")return JSON.stringify(a) +if(a instanceof A.lr)return a.j(0) +if(a instanceof A.fC)return a.LZ(!0) +return"Instance of '"+A.aaq(a)+"'"}, +aL9(){return Date.now()}, +aLg(){var s,r +if($.aar!==0)return +$.aar=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 +$.aar=1e6 +$.Nc=new A.aap(r)}, +aL8(){if(!!self.location)return self.location.href +return null}, +ax6(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.aLh(a)}return A.ax6(a)}, +aLi(a,b,c){var s,r,q,p +if(c<=500&&b===0&&c===a.length)return String.fromCharCode.apply(null,a) +for(s=b,r="";s>>0,s&1023|56320)}}throw A.d(A.ca(a,0,1114111,null,null))}, +axa(a,b,c,d,e,f,g,h){var s,r=b.a9(0,1) +if(B.i.Tm(0,a)&&a.agU(0,100)){a=a.a0(0,400) +r=r.a9(0,4800)}s=h?Date.UTC(a,r,c,d,e,f,g):new Date(a,r,c,d,e,f,g).valueOf() +if(isNaN(s)||s<-864e13||s>864e13)return null +return s}, +h2(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +aro(a){return a.b?A.h2(a).getUTCFullYear()+0:A.h2(a).getFullYear()+0}, +aLe(a){return a.b?A.h2(a).getUTCMonth()+1:A.h2(a).getMonth()+1}, +aLa(a){return a.b?A.h2(a).getUTCDate()+0:A.h2(a).getDate()+0}, +aLb(a){return a.b?A.h2(a).getUTCHours()+0:A.h2(a).getHours()+0}, +aLd(a){return a.b?A.h2(a).getUTCMinutes()+0:A.h2(a).getMinutes()+0}, +aLf(a){return a.b?A.h2(a).getUTCSeconds()+0:A.h2(a).getSeconds()+0}, +aLc(a){return a.b?A.h2(a).getUTCMilliseconds()+0:A.h2(a).getMilliseconds()+0}, +ml(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +B.b.K(s,b) +q.b="" +if(c!=null&&c.a!==0)c.a1(0,new A.aao(q,r,s)) +return J.aG9(a,new A.xr(B.a7q,0,s,r,0))}, +aL7(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.aL5(a,b,c)}, +aL5(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.a1(b,!0,t.z),f=g.length,e=a.$R +if(fn)return A.ml(a,g,null) +if(fe)return A.ml(a,g,c) +if(g===b)g=A.a1(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return A.Jn(b,s,a,null,r) +return A.Nh(b,r)}, +aRO(a,b,c){if(a<0||a>c)return A.ca(a,0,c,"start",null) +if(b!=null)if(bc)return A.ca(b,a,c,"end",null) +return new A.hh(!0,b,"end",null)}, +n0(a){return new A.hh(!0,a,null,null)}, +uO(a){return a}, +d(a){return A.aBg(new Error(),a)}, +aBg(a,b){var s +if(b==null)b=new A.kI() +a.dartException=b +s=A.aTs +if("defineProperty" in Object){Object.defineProperty(a,"message",{get:s}) +a.name=""}else a.toString=s +return a}, +aTs(){return J.c3(this.dartException)}, +F(a){throw A.d(a)}, +apD(a,b){throw A.aBg(b,a)}, +C(a){throw A.d(A.bY(a))}, +kJ(a){var s,r,q,p,o,n +a=A.atd(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.afy(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)}, +afz(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +ay6(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +ar5(a,b){var s=b==null,r=s?null:b.method +return new A.Jv(a,r,s?null:b.receiver)}, +aj(a){if(a==null)return new A.Mm(a) +if(a instanceof A.wy)return A.n6(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.n6(a,a.dartException) +return A.aQS(a)}, +n6(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +aQS(a){var s,r,q,p,o,n,m,l,k,j,i,h,g +if(!("message" in a))return a +s=a.message +if("number" in a&&typeof a.number=="number"){r=a.number +q=r&65535 +if((B.i.eK(r,16)&8191)===10)switch(q){case 438:return A.n6(a,A.ar5(A.f(s)+" (Error "+q+")",null)) +case 445:case 5007:A.f(s) +return A.n6(a,new A.yn())}}if(a instanceof TypeError){p=$.aDs() +o=$.aDt() +n=$.aDu() +m=$.aDv() +l=$.aDy() +k=$.aDz() +j=$.aDx() +$.aDw() +i=$.aDB() +h=$.aDA() +g=p.jj(s) +if(g!=null)return A.n6(a,A.ar5(s,g)) +else{g=o.jj(s) +if(g!=null){g.method="call" +return A.n6(a,A.ar5(s,g))}else if(n.jj(s)!=null||m.jj(s)!=null||l.jj(s)!=null||k.jj(s)!=null||j.jj(s)!=null||m.jj(s)!=null||i.jj(s)!=null||h.jj(s)!=null)return A.n6(a,new A.yn())}return A.n6(a,new A.PK(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.zV() +s=function(b){try{return String(b)}catch(f){}return null}(a) +return A.n6(a,new A.hh(!1,null,null,typeof s=="string"?s.replace(/^RangeError:\s*/,""):s))}if(typeof InternalError=="function"&&a instanceof InternalError)if(typeof s=="string"&&s==="too much recursion")return new A.zV() +return a}, +az(a){var s +if(a instanceof A.wy)return a.b +if(a==null)return new A.CS(a) +s=a.$cachedTrace +if(s!=null)return s +s=new A.CS(a) +if(typeof a==="object")a.$cachedTrace=s +return s}, +n5(a){if(a==null)return J.v(a) +if(typeof a=="object")return A.h3(a) +return J.v(a)}, +aRm(a){if(typeof a=="number")return B.c.gt(a) +if(a instanceof A.D4)return A.h3(a) +if(a instanceof A.fC)return a.gt(a) +if(a instanceof A.kD)return a.gt(a) +return A.n5(a)}, +aB3(a,b){var s,r,q,p=a.length +for(s=0;s=0 +else if(b instanceof A.r5){s=B.d.cj(a,c) +return b.b.test(s)}else{s=J.au9(b,B.d.cj(a,c)) +return!s.gP(s)}}, +aB1(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +atd(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +c2(a,b,c){var s +if(typeof b=="string")return A.aTd(a,b,c) +if(b instanceof A.r5){s=b.gKf() +s.lastIndex=0 +return a.replace(s,A.aB1(c))}return A.aTc(a,b,c)}, +aTc(a,b,c){var s,r,q,p +for(s=J.au9(b,a),s=s.gR(s),r=0,q="";s.q();){p=s.gH() +q=q+a.substring(r,p.gbu())+c +r=p.gbc()}s=q+a.substring(r) +return s.charCodeAt(0)==0?s:s}, +aTd(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.atd(b),"g"),A.aB1(c))}, +aAo(a){return a}, +aTb(a,b,c,d){var s,r,q,p,o,n,m +for(s=b.qD(0,a),s=new A.AJ(s.a,s.b,s.c),r=t.Qz,q=0,p="";s.q();){o=s.d +if(o==null)o=r.a(o) +n=o.b +m=n.index +p=p+A.f(A.aAo(B.d.U(a,q,m)))+A.f(c.$1(o)) +q=m+n[0].length}s=p+A.f(A.aAo(B.d.cj(a,q))) +return s.charCodeAt(0)==0?s:s}, +aTe(a,b,c,d){var s=a.indexOf(b,d) +if(s<0)return a +return A.aBQ(a,s,s+b.length,c)}, +aBQ(a,b,c,d){return a.substring(0,b)+d+a.substring(c)}, +hd:function hd(a,b){this.a=a +this.b=b}, +us:function us(a,b){this.a=a +this.b=b}, +Wh:function Wh(a,b){this.a=a +this.b=b}, +Wi:function Wi(a,b){this.a=a +this.b=b}, +Wj:function Wj(a,b,c){this.a=a +this.b=b +this.c=c}, +Wk:function Wk(a,b,c){this.a=a +this.b=b +this.c=c}, +Wl:function Wl(a,b,c){this.a=a +this.b=b +this.c=c}, +Cd:function Cd(a,b,c){this.a=a +this.b=b +this.c=c}, +Ce:function Ce(a){this.a=a}, +ni:function ni(a,b){this.a=a +this.$ti=b}, +ql:function ql(){}, +a1l:function a1l(a,b,c){this.a=a +this.b=b +this.c=c}, +i:function i(a,b,c){this.a=a +this.b=b +this.$ti=c}, +pt:function pt(a,b){this.a=a +this.$ti=b}, +ue:function ue(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +cu:function cu(a,b){this.a=a +this.$ti=b}, +vP:function vP(){}, +dI:function dI(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ev:function ev(a,b){this.a=a +this.$ti=b}, +Js:function Js(){}, +lO:function lO(a,b){this.a=a +this.$ti=b}, +xr:function xr(a,b,c,d,e){var _=this +_.a=a +_.c=b +_.d=c +_.e=d +_.f=e}, +aap:function aap(a){this.a=a}, +aao:function aao(a,b,c){this.a=a +this.b=b +this.c=c}, +afy:function afy(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +yn:function yn(){}, +Jv:function Jv(a,b,c){this.a=a +this.b=b +this.c=c}, +PK:function PK(a){this.a=a}, +Mm:function Mm(a){this.a=a}, +wy:function wy(a,b){this.a=a +this.b=b}, +CS:function CS(a){this.a=a +this.b=null}, +lr:function lr(){}, +Fy:function Fy(){}, +Fz:function Fz(){}, +Pf:function Pf(){}, +OV:function OV(){}, +q1:function q1(a,b){this.a=a +this.b=b}, +Tb:function Tb(a){this.a=a}, +O8:function O8(a){this.a=a}, +alg:function alg(){}, +eH:function eH(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +a6P:function a6P(a){this.a=a}, +a6O:function a6O(a,b){this.a=a +this.b=b}, +a6N:function a6N(a){this.a=a}, +a7k:function a7k(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +bl:function bl(a,b){this.a=a +this.$ti=b}, +xF:function xF(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +xu:function xu(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +nX:function nX(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +ap6:function ap6(a){this.a=a}, +ap7:function ap7(a){this.a=a}, +ap8:function ap8(a){this.a=a}, +fC:function fC(){}, +We:function We(){}, +Wf:function Wf(){}, +Wg:function Wg(){}, +r5:function r5(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +uj:function uj(a){this.b=a}, +S2:function S2(a,b,c){this.a=a +this.b=b +this.c=c}, +AJ:function AJ(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +tg:function tg(a,b){this.a=a +this.c=b}, +Xy:function Xy(a,b,c){this.a=a +this.b=b +this.c=c}, +am3:function am3(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aTo(a){A.apD(new A.fW("Field '"+a+u.N),new Error())}, +b(){A.apD(new A.fW("Field '' has not been initialized."),new Error())}, +cI(){A.apD(new A.fW("Field '' has already been initialized."),new Error())}, +O(){A.apD(new A.fW("Field '' has been assigned during initialization."),new Error())}, +aR(a){var s=new A.ai_(a) +return s.b=s}, +cc(a,b){var s=new A.ajy(a,b) +return s.b=s}, +ai_:function ai_(a){this.a=a +this.b=null}, +ajy:function ajy(a,b){this.a=a +this.b=null +this.c=b}, +ZL(a,b,c){}, +jH(a){return a}, +rk(a,b,c){A.ZL(a,b,c) +return c==null?new DataView(a,b):new DataView(a,b,c)}, +M5(a){return new Float32Array(a)}, +aKq(a){return new Float32Array(A.jH(a))}, +aKr(a){return new Float64Array(a)}, +awz(a,b,c){A.ZL(a,b,c) +return new Float64Array(a,b,c)}, +awA(a){return new Int32Array(a)}, +awB(a,b,c){A.ZL(a,b,c) +return new Int32Array(a,b,c)}, +aKs(a){return new Int8Array(a)}, +awC(a){return new Uint16Array(A.jH(a))}, +awD(a){return new Uint8Array(a)}, +eh(a,b,c){A.ZL(a,b,c) +return c==null?new Uint8Array(a,b):new Uint8Array(a,b,c)}, +l7(a,b,c){if(a>>>0!==a||a>=c)throw A.d(A.uQ(b,a))}, +iF(a,b,c){var s +if(!(a>>>0!==a))if(b==null)s=a>c +else s=b>>>0!==b||a>b||b>c +else s=!0 +if(s)throw A.d(A.aRO(a,b,c)) +if(b==null)return c +return b}, +ye:function ye(){}, +yi:function yi(){}, +yf:function yf(){}, +rl:function rl(){}, +m6:function m6(){}, +h0:function h0(){}, +yg:function yg(){}, +M6:function M6(){}, +M7:function M7(){}, +yh:function yh(){}, +M8:function M8(){}, +M9:function M9(){}, +yj:function yj(){}, +yk:function yk(){}, +oi:function oi(){}, +BX:function BX(){}, +BY:function BY(){}, +BZ:function BZ(){}, +C_:function C_(){}, +axm(a,b){var s=b.c +return s==null?b.c=A.asm(a,b.y,!0):s}, +ary(a,b){var s=b.c +return s==null?b.c=A.D7(a,"al",[b.y]):s}, +aLE(a){var s=a.d +if(s!=null)return s +return a.d=new Map()}, +axn(a){var s=a.x +if(s===6||s===7||s===8)return A.axn(a.y) +return s===12||s===13}, +aLD(a){return a.at}, +aST(a,b){var s,r=b.length +for(s=0;s") +for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, +azS(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}, +fl(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.fl(a.y,b) +return s}if(m===7){r=a.y +s=A.fl(r,b) +q=r.x +return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.fl(a.y,b)+">" +if(m===9){p=A.aQR(a.y) +o=a.z +return o.length>0?p+("<"+A.aAh(o,b)+">"):p}if(m===11)return A.aQF(a,b) +if(m===12)return A.azS(a,b,null) +if(m===13)return A.azS(a.y,b,a.z) +if(m===14){n=a.y +return b[b.length-1-n]}return"?"}, +aQR(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aOT(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +aOS(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.Yj(a,b,!1) +else if(typeof m=="number"){s=m +r=A.D8(a,5,"#") +q=A.amC(s) +for(p=0;p0)p+="<"+A.D6(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.hz(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.l3(a,r) +a.eC.set(p,q) +return q}, +ask(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.D6(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.hz(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.l3(a,o) +a.eC.set(q,n) +return n}, +aOP(a,b,c){var s,r,q="+"+(b+"("+A.D6(c)+")"),p=a.eC.get(q) +if(p!=null)return p +s=new A.hz(null,null) +s.x=11 +s.y=b +s.z=c +s.at=q +r=A.l3(a,s) +a.eC.set(q,r) +return r}, +az2(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.D6(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.D6(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.aOJ(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.hz(null,null) +p.x=12 +p.y=b +p.z=c +p.at=r +o=A.l3(a,p) +a.eC.set(r,o) +return o}, +asl(a,b,c,d){var s,r=b.at+("<"+A.D6(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.aOL(a,b,c,r,d) +a.eC.set(r,s) +return s}, +aOL(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=A.amC(s) +for(q=0,p=0;p0){n=A.la(a,b,r,0) +m=A.DQ(a,c,r,0) +return A.asl(a,n,m,c!==m)}}l=new A.hz(null,null) +l.x=13 +l.y=b +l.z=c +l.at=d +return A.l3(a,l)}, +ayP(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +ayR(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.aO1(r+1,q,l,k) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.ayQ(a,r,l,k,!1) +else if(q===46)r=A.ayQ(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.mT(a.u,a.e,k.pop())) +break +case 94:k.push(A.aOO(a.u,k.pop())) +break +case 35:k.push(A.D8(a.u,5,"#")) +break +case 64:k.push(A.D8(a.u,2,"@")) +break +case 126:k.push(A.D8(a.u,3,"~")) +break +case 60:k.push(a.p) +a.p=k.length +break +case 62:A.aO3(a,k) +break +case 38:A.aO2(a,k) +break +case 42:p=a.u +k.push(A.az4(p,A.mT(p,a.e,k.pop()),a.n)) +break +case 63:p=a.u +k.push(A.asm(p,A.mT(p,a.e,k.pop()),a.n)) +break +case 47:p=a.u +k.push(A.az3(p,A.mT(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.aO0(a,k) +break +case 91:k.push(a.p) +a.p=k.length +break +case 93:o=k.splice(a.p) +A.ayS(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.aO5(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.mT(a.u,a.e,m)}, +aO1(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}, +ayQ(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.aOT(s,o.y)[p] +if(n==null)A.F('No "'+p+'" in "'+A.aLD(o)+'"') +d.push(A.D9(s,o,n))}else d.push(p) +return m}, +aO3(a,b){var s,r=a.u,q=A.ayO(a,b),p=b.pop() +if(typeof p=="string")b.push(A.D7(r,p,q)) +else{s=A.mT(r,a.e,p) +switch(s.x){case 12:b.push(A.asl(r,s,q,a.n)) +break +default:b.push(A.ask(r,s,q)) +break}}}, +aO0(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.ayO(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.mT(m,a.e,l) +o=new A.U8() +o.a=q +o.b=s +o.c=r +b.push(A.az2(m,p,o)) +return +case-4:b.push(A.aOP(m,b.pop(),q)) +return +default:throw A.d(A.jP("Unexpected state under `()`: "+A.f(l)))}}, +aO2(a,b){var s=b.pop() +if(0===s){b.push(A.D8(a.u,1,"0&")) +return}if(1===s){b.push(A.D8(a.u,4,"1&")) +return}throw A.d(A.jP("Unexpected extended operation "+A.f(s)))}, +ayO(a,b){var s=b.splice(a.p) +A.ayS(a.u,a.e,s) +a.p=b.pop() +return s}, +mT(a,b,c){if(typeof c=="string")return A.D7(a,c,a.sEA) +else if(typeof c=="number"){b.toString +return A.aO4(a,b,c)}else return c}, +ayS(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}, +hz:function hz(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.e=_.d=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +U8:function U8(){this.c=this.b=this.a=null}, +D4:function D4(a){this.a=a}, +TN:function TN(){}, +D5:function D5(a){this.a=a}, +aSg(a,b){var s,r +if(B.d.b5(a,"Digit"))return a.charCodeAt(5) +s=b.charCodeAt(0) +if(b.length<=1)r=!(s>=32&&s<=127) +else r=!0 +if(r){r=B.A6.i(0,a) +return r==null?null:r.charCodeAt(0)}if(!(s>=$.aEA()&&s<=$.aEB()))r=s>=$.aEL()&&s<=$.aEM() +else r=!0 +if(r)return b.toLowerCase().charCodeAt(0) +return null}, +aOF(a){return new A.am5(a,A.awk(B.A6.gdU().i1(0,new A.am6(),t.q9),t.S,t.N))}, +aQQ(a){var s,r,q,p,o=a.Rp(),n=A.B(t.N,t.S) +for(s=a.a,r=0;r=2)return null +return a.toLowerCase().charCodeAt(0)}, +am5:function am5(a,b){this.a=a +this.b=b +this.c=0}, +am6:function am6(){}, +xL:function xL(a){this.a=a}, +bx:function bx(a,b){this.a=a +this.b=b}, +de:function de(a,b){this.a=a +this.b=b}, +aNt(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.aQW() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.uP(new A.ah9(q),1)).observe(s,{childList:true}) +return new A.ah8(q,s,r)}else if(self.setImmediate!=null)return A.aQX() +return A.aQY()}, +aNu(a){self.scheduleImmediate(A.uP(new A.aha(a),0))}, +aNv(a){self.setImmediate(A.uP(new A.ahb(a),0))}, +aNw(a){A.arT(B.H,a)}, +arT(a,b){var s=B.i.d1(a.a,1000) +return A.aOG(s<0?0:s,b)}, +aOG(a,b){var s=new A.XR(!0) +s.YK(a,b) +return s}, +V(a){return new A.Sl(new A.a9($.ad,a.h("a9<0>")),a.h("Sl<0>"))}, +U(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +a4(a,b){A.azu(a,b)}, +T(a,b){b.d2(a)}, +S(a,b){b.l5(A.aj(a),A.az(a))}, +azu(a,b){var s,r,q=new A.an7(b),p=new A.an8(b) +if(a instanceof A.a9)a.LT(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.fs(q,p,s) +else{r=new A.a9($.ad,t.LR) +r.a=8 +r.c=a +r.LT(q,p,s)}}}, +R(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 $.ad.tq(new A.ao5(s))}, +ZK(a,b,c){var s,r,q,p +if(b===0){s=c.c +if(s!=null)s.nF(null) +else{s=c.a +s===$&&A.b() +s.aG()}return}else if(b===1){s=c.c +if(s!=null)s.h6(A.aj(a),A.az(a)) +else{s=A.aj(a) +r=A.az(a) +q=c.a +q===$&&A.b() +q.j4(s,r) +c.a.aG()}return}if(a instanceof A.BD){if(c.c!=null){b.$2(2,null) +return}s=a.b +if(s===0){s=a.a +r=c.a +r===$&&A.b() +r.D(0,s) +A.e9(new A.an5(c,b)) +return}else if(s===1){p=a.a +s=c.a +s===$&&A.b() +s.a7J(p,!1).bp(new A.an6(c,b),t.P) +return}}A.azu(a,b)}, +aQL(a){var s=a.a +s===$&&A.b() +return new A.dQ(s,A.j(s).h("dQ<1>"))}, +aNx(a,b){var s=new A.Sn(b.h("Sn<0>")) +s.YH(a,b) +return s}, +aQw(a,b){return A.aNx(a,b)}, +aNR(a){return new A.BD(a,1)}, +aNQ(a){return new A.BD(a,0)}, +az_(a,b,c){return 0}, +a_W(a,b){var s=A.fm(a,"error",t.K) +return new A.Ez(s,b==null?A.pX(a):b)}, +pX(a){var s +if(t.Lt.b(a)){s=a.gu7() +if(s!=null)return s}return B.Is}, +aJ9(a,b){var s=new A.a9($.ad,b.h("a9<0>")) +A.d4(B.H,new A.a4r(s,a)) +return s}, +aJa(a,b){var s=new A.a9($.ad,b.h("a9<0>")) +A.e9(new A.a4q(s,a)) +return s}, +dW(a,b){var s=a==null?b.a(a):a,r=new A.a9($.ad,b.h("a9<0>")) +r.il(s) +return r}, +aqU(a,b,c){var s +A.fm(a,"error",t.K) +$.ad!==B.ar +if(b==null)b=A.pX(a) +s=new A.a9($.ad,c.h("a9<0>")) +s.uw(a,b) +return s}, +wT(a,b,c){var s,r +if(b==null)s=!c.b(null) +else s=!1 +if(s)throw A.d(A.eT(null,"computation","The type parameter is not nullable")) +r=new A.a9($.ad,c.h("a9<0>")) +A.d4(a,new A.a4p(b,r,c)) +return r}, +qO(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.a9($.ad,b.h("a9>")) +i.a=null +i.b=0 +s=A.aR("error") +r=A.aR("stackTrace") +q=new A.a4t(i,h,g,f,s,r) +try{for(l=J.aA(a),k=t.P;l.q();){p=l.gH() +o=i.b +p.fs(new A.a4s(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.nF(A.a([],b.h("t<0>"))) +return l}i.a=A.bd(l,null,!1,b.h("0?"))}catch(j){n=A.aj(j) +m=A.az(j) +if(i.b===0||g)return A.aqU(n,m,b.h("H<0>")) +else{s.b=n +r.b=m}}return f}, +aJ8(a,b,c,d){var s,r,q=new A.a4m(d,null,b,c) +if(a instanceof A.a9){s=$.ad +r=new A.a9(s,c.h("a9<0>")) +if(s!==B.ar)q=s.tq(q) +a.nD(new A.hI(r,2,null,q,a.$ti.h("@<1>").ah(c).h("hI<1,2>"))) +return r}return a.fs(new A.a4l(c),q,c)}, +auJ(a){return new A.bc(new A.a9($.ad,a.h("a9<0>")),a.h("bc<0>"))}, +anf(a,b,c){if(c==null)c=A.pX(b) +a.h6(b,c)}, +jx(a,b){var s=new A.a9($.ad,b.h("a9<0>")) +s.a=8 +s.c=a +return s}, +as9(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.vl() +b.uB(a) +A.u7(b,r)}else{r=b.c +b.Lj(a) +a.B_(r)}}, +aNJ(a,b){var s,r,q={},p=q.a=a +for(;s=p.a,(s&4)!==0;){p=p.c +q.a=p}if((s&24)===0){r=b.c +b.Lj(p) +q.a.B_(r) +return}if((s&16)===0&&b.c==null){b.uB(p) +return}b.a^=2 +A.pJ(null,null,b.b,new A.aiY(q,b))}, +u7(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.pI(e.a,e.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +A.u7(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.pI(l.a,l.b) +return}i=$.ad +if(i!==j)$.ad=j +else i=null +e=e.c +if((e&15)===8)new A.aj4(r,f,o).$0() +else if(p){if((e&1)!==0)new A.aj3(r,l).$0()}else if((e&2)!==0)new A.aj2(f,r).$0() +if(i!=null)$.ad=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.h("al<2>").b(e)||!q.z[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof A.a9)if((e.a&24)!==0){g=h.c +h.c=null +b=h.vo(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else A.as9(e,h) +else h.zq(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.vo(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}}, +aAc(a,b){if(t.Hg.b(a))return b.tq(a) +if(t.C_.b(a))return a +throw A.d(A.eT(a,"onError",u.w))}, +aQz(){var s,r +for(s=$.uM;s!=null;s=$.uM){$.DO=null +r=s.b +$.uM=r +if(r==null)$.DN=null +s.a.$0()}}, +aQK(){$.asF=!0 +try{A.aQz()}finally{$.DO=null +$.asF=!1 +if($.uM!=null)$.atE().$1(A.aAz())}}, +aAk(a){var s=new A.Sm(a),r=$.DN +if(r==null){$.uM=$.DN=s +if(!$.asF)$.atE().$1(A.aAz())}else $.DN=r.b=s}, +aQH(a){var s,r,q,p=$.uM +if(p==null){A.aAk(a) +$.DO=$.DN +return}s=new A.Sm(a) +r=$.DO +if(r==null){s.b=p +$.uM=$.DO=s}else{q=r.b +s.b=q +$.DO=r.b=s +if(q==null)$.DN=s}}, +e9(a){var s,r=null,q=$.ad +if(B.ar===q){A.pJ(r,r,B.ar,a) +return}s=!1 +if(s){A.pJ(r,r,q,a) +return}A.pJ(r,r,q,q.C4(a))}, +arJ(a,b){var s=null,r=b.h("mK<0>"),q=new A.mK(s,s,s,s,r) +q.jG(a) +q.I6() +return new A.dQ(q,r.h("dQ<1>"))}, +aVZ(a){A.fm(a,"stream",t.K) +return new A.Xw()}, +zX(a,b,c,d,e,f){return e?new A.uB(b,c,d,a,f.h("uB<0>")):new A.mK(b,c,d,a,f.h("mK<0>"))}, +arI(a,b,c){return new A.AN(b,a,c.h("AN<0>"))}, +ZS(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=A.aj(q) +r=A.az(q) +A.pI(s,r)}}, +aNC(a,b,c,d,e){var s=$.ad,r=e?1:0,q=A.ahp(s,b),p=A.ahq(s,c) +return new A.tT(a,q,p,d==null?A.asN():d,s,r)}, +aNs(a){return new A.agK(a)}, +ahp(a,b){return b==null?A.aQZ():b}, +ahq(a,b){if(b==null)b=A.aR_() +if(t.hK.b(b))return a.tq(b) +if(t.mX.b(b))return b +throw A.d(A.bo(u.y,null))}, +aQC(a){}, +aQE(a,b){A.pI(a,b)}, +aQD(){}, +ayD(a){var s=new A.B8($.ad) +A.e9(s.gKn()) +if(a!=null)s.c=a +return s}, +aPh(a,b,c){var s=a.bd(),r=$.uW() +if(s!==r)s.ia(new A.anb(b,c)) +else b.m6(c)}, +azr(a,b,c){a.iX(b,c)}, +d4(a,b){var s=$.ad +if(s===B.ar)return A.arT(a,b) +return A.arT(a,s.C4(b))}, +pI(a,b){A.aQH(new A.ao1(a,b))}, +aAe(a,b,c,d){var s,r=$.ad +if(r===c)return d.$0() +$.ad=c +s=r +try{r=d.$0() +return r}finally{$.ad=s}}, +aAg(a,b,c,d,e){var s,r=$.ad +if(r===c)return d.$1(e) +$.ad=c +s=r +try{r=d.$1(e) +return r}finally{$.ad=s}}, +aAf(a,b,c,d,e,f){var s,r=$.ad +if(r===c)return d.$2(e,f) +$.ad=c +s=r +try{r=d.$2(e,f) +return r}finally{$.ad=s}}, +pJ(a,b,c,d){if(B.ar!==c)d=c.C4(d) +A.aAk(d)}, +ah9:function ah9(a){this.a=a}, +ah8:function ah8(a,b,c){this.a=a +this.b=b +this.c=c}, +aha:function aha(a){this.a=a}, +ahb:function ahb(a){this.a=a}, +XR:function XR(a){this.a=a +this.b=null +this.c=0}, +amc:function amc(a,b){this.a=a +this.b=b}, +Sl:function Sl(a,b){this.a=a +this.b=!1 +this.$ti=b}, +an7:function an7(a){this.a=a}, +an8:function an8(a){this.a=a}, +ao5:function ao5(a){this.a=a}, +an5:function an5(a,b){this.a=a +this.b=b}, +an6:function an6(a,b){this.a=a +this.b=b}, +Sn:function Sn(a){var _=this +_.a=$ +_.b=!1 +_.c=null +_.$ti=a}, +ahd:function ahd(a){this.a=a}, +ahe:function ahe(a){this.a=a}, +ahg:function ahg(a){this.a=a}, +ahh:function ahh(a,b){this.a=a +this.b=b}, +ahf:function ahf(a,b){this.a=a +this.b=b}, +ahc:function ahc(a){this.a=a}, +BD:function BD(a,b){this.a=a +this.b=b}, +pD:function pD(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null}, +fF:function fF(a,b){this.a=a +this.$ti=b}, +Ez:function Ez(a,b){this.a=a +this.b=b}, +kR:function kR(a,b){this.a=a +this.$ti=b}, +tQ:function tQ(a,b,c,d,e,f,g){var _=this +_.ay=0 +_.CW=_.ch=null +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null +_.$ti=g}, +tP:function tP(){}, +AN:function AN(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.r=_.f=_.e=_.d=null +_.$ti=c}, +a4r:function a4r(a,b){this.a=a +this.b=b}, +a4q:function a4q(a,b){this.a=a +this.b=b}, +a4p:function a4p(a,b,c){this.a=a +this.b=b +this.c=c}, +a4t:function a4t(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a4s:function a4s(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}, +a4m:function a4m(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a4l:function a4l(a){this.a=a}, +AV:function AV(){}, +bc:function bc(a,b){this.a=a +this.$ti=b}, +hI:function hI(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +a9:function a9(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +aiV:function aiV(a,b){this.a=a +this.b=b}, +aj1:function aj1(a,b){this.a=a +this.b=b}, +aiZ:function aiZ(a){this.a=a}, +aj_:function aj_(a){this.a=a}, +aj0:function aj0(a,b,c){this.a=a +this.b=b +this.c=c}, +aiY:function aiY(a,b){this.a=a +this.b=b}, +aiX:function aiX(a,b){this.a=a +this.b=b}, +aiW:function aiW(a,b,c){this.a=a +this.b=b +this.c=c}, +aj4:function aj4(a,b,c){this.a=a +this.b=b +this.c=c}, +aj5:function aj5(a){this.a=a}, +aj3:function aj3(a,b){this.a=a +this.b=b}, +aj2:function aj2(a,b){this.a=a +this.b=b}, +Sm:function Sm(a){this.a=a +this.b=null}, +cb:function cb(){}, +adP:function adP(a,b){this.a=a +this.b=b}, +adQ:function adQ(a,b){this.a=a +this.b=b}, +adN:function adN(a){this.a=a}, +adO:function adO(a,b,c){this.a=a +this.b=b +this.c=c}, +zZ:function zZ(){}, +pA:function pA(){}, +am1:function am1(a){this.a=a}, +am0:function am0(a){this.a=a}, +XB:function XB(){}, +So:function So(){}, +mK:function mK(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +uB:function uB(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +dQ:function dQ(a,b){this.a=a +this.$ti=b}, +tT:function tT(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null}, +pB:function pB(a){this.a=a}, +S1:function S1(){}, +agK:function agK(a){this.a=a}, +agJ:function agJ(a){this.a=a}, +Xv:function Xv(a,b,c){this.c=a +this.a=b +this.b=c}, +tR:function tR(){}, +ahs:function ahs(a,b,c){this.a=a +this.b=b +this.c=c}, +ahr:function ahr(a){this.a=a}, +CW:function CW(){}, +Tm:function Tm(){}, +pn:function pn(a){this.b=a +this.a=null}, +tZ:function tZ(a,b){this.b=a +this.c=b +this.a=null}, +aiy:function aiy(){}, +up:function up(){this.a=0 +this.c=this.b=null}, +akP:function akP(a,b){this.a=a +this.b=b}, +B8:function B8(a){this.a=1 +this.b=a +this.c=null}, +Xw:function Xw(){}, +pq:function pq(a){this.$ti=a}, +anb:function anb(a,b){this.a=a +this.b=b}, +Bo:function Bo(){}, +Bp:function Bp(a,b,c,d,e,f){var _=this +_.w=a +_.x=null +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null}, +Dg:function Dg(a,b,c){this.b=a +this.a=b +this.$ti=c}, +pv:function pv(a,b,c){this.b=a +this.a=b +this.$ti=c}, +amX:function amX(){}, +ao1:function ao1(a,b){this.a=a +this.b=b}, +alk:function alk(){}, +all:function all(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +alm:function alm(a,b){this.a=a +this.b=b}, +aln:function aln(a,b,c){this.a=a +this.b=b +this.c=c}, +i1(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.kW(d.h("@<0>").ah(e).h("kW<1,2>")) +b=A.asR()}else{if(A.aAN()===b&&A.aAM()===a)return new A.mP(d.h("@<0>").ah(e).h("mP<1,2>")) +if(a==null)a=A.asQ()}else{if(b==null)b=A.asR() +if(a==null)a=A.asQ()}return A.aND(a,b,c,d,e)}, +asa(a,b){var s=a[b] +return s===a?null:s}, +asc(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +asb(){var s=Object.create(null) +A.asc(s,"",s) +delete s[""] +return s}, +aND(a,b,c,d,e){var s=c!=null?c:new A.aij(d) +return new A.B5(a,b,s,d.h("@<0>").ah(e).h("B5<1,2>"))}, +bS(a,b,c,d){if(b==null){if(a==null)return new A.eH(c.h("@<0>").ah(d).h("eH<1,2>")) +b=A.asR()}else{if(A.aAN()===b&&A.aAM()===a)return new A.xu(c.h("@<0>").ah(d).h("xu<1,2>")) +if(a==null)a=A.asQ()}return A.aNU(a,b,null,c,d)}, +K(a,b,c){return A.aB3(a,new A.eH(b.h("@<0>").ah(c).h("eH<1,2>")))}, +B(a,b){return new A.eH(a.h("@<0>").ah(b).h("eH<1,2>"))}, +aNU(a,b,c,d,e){return new A.BH(a,b,new A.ajW(d),d.h("@<0>").ah(e).h("BH<1,2>"))}, +cT(a){return new A.jy(a.h("jy<0>"))}, +asd(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +j6(a){return new A.fB(a.h("fB<0>"))}, +ax(a){return new A.fB(a.h("fB<0>"))}, +cn(a,b){return A.aRW(a,new A.fB(b.h("fB<0>")))}, +ase(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +dz(a,b){var s=new A.ug(a,b) +s.c=a.e +return s}, +aPD(a,b){return J.c(a,b)}, +aPE(a){return J.v(a)}, +aqV(a,b){var s,r,q=A.cT(b) +for(s=a.length,r=0;r"))}, +aJP(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return A.awe(a) +return a}, +aJO(a,b){var s,r,q,p=J.bJ(a.a),o=A.d9(p,b) +for(s=new A.bL(a,a.gu(a)),r=A.j(s).c;s.q();){q=s.d +o.dN(b.a(q==null?r.a(q):q))}return o}, +awe(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +aNW(a){return new A.BJ(a,a.c,a.d,a.b)}, +aPH(a,b){return J.uY(a,b)}, +azG(a){if(a.h("k(0,0)").b(A.aAK()))return A.aAK() +return A.aRd()}, +aMh(a,b){var s=A.azG(a) +return new A.zR(s,new A.adx(a),a.h("@<0>").ah(b).h("zR<1,2>"))}, +ady(a,b,c){var s=a==null?A.azG(c):a,r=b==null?new A.adB(c):b +return new A.te(s,r,c.h("te<0>"))}, +kW:function kW(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +ajc:function ajc(a){this.a=a}, +mP:function mP(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +B5:function B5(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=d}, +aij:function aij(a){this.a=a}, +pr:function pr(a,b){this.a=a +this.$ti=b}, +Bt:function Bt(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +BH:function BH(a,b,c,d){var _=this +_.w=a +_.x=b +_.y=c +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=d}, +ajW:function ajW(a){this.a=a}, +jy:function jy(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +mN:function mN(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +fB:function fB(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +ajX:function ajX(a){this.a=a +this.c=this.b=null}, +ug:function ug(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +a7l:function a7l(a,b,c){this.a=a +this.b=b +this.c=c}, +xG:function xG(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +BI:function BI(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +m_:function m_(){}, +av:function av(){}, +b7:function b7(){}, +a7D:function a7D(a){this.a=a}, +a7E:function a7E(a,b){this.a=a +this.b=b}, +BM:function BM(a,b){this.a=a +this.$ti=b}, +UQ:function UQ(a,b){this.a=a +this.b=b +this.c=null}, +Yk:function Yk(){}, +xP:function xP(){}, +pa:function pa(a,b){this.a=a +this.$ti=b}, +Ba:function Ba(){}, +B9:function B9(a,b,c){var _=this +_.c=a +_.d=b +_.b=_.a=null +_.$ti=c}, +Bb:function Bb(a){this.b=this.a=null +this.$ti=a}, +wl:function wl(a,b){this.a=a +this.b=0 +this.$ti=b}, +TB:function TB(a,b){this.a=a +this.b=b +this.c=null}, +xH:function xH(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +BJ:function BJ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +bG:function bG(){}, +uy:function uy(){}, +Xs:function Xs(){}, +fh:function fh(a,b){var _=this +_.a=a +_.c=_.b=null +_.$ti=b}, +fE:function fE(a,b,c){var _=this +_.d=a +_.a=b +_.c=_.b=null +_.$ti=c}, +Xr:function Xr(){}, +zR:function zR(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +adx:function adx(a){this.a=a}, +jC:function jC(){}, +CL:function CL(a,b){this.a=a +this.$ti=b}, +CQ:function CQ(a,b){this.a=a +this.$ti=b}, +CM:function CM(a,b){this.a=a +this.$ti=b}, +l1:function l1(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +CR:function CR(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +pz:function pz(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +te:function te(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +adB:function adB(a){this.a=a}, +adA:function adA(a,b){this.a=a +this.b=b}, +adz:function adz(a,b){this.a=a +this.b=b}, +CN:function CN(){}, +CO:function CO(){}, +CP:function CP(){}, +Da:function Da(){}, +aA8(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=A.aj(r) +q=A.bs(String(s),null,null) +throw A.d(q)}q=A.anj(p) +return q}, +anj(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new A.UB(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +aN4(a,b,c,d){var s=a?$.aDE():$.aDD() +if(s==null)return null +if(0===c&&d===b.length)return A.ayd(s,b) +return A.ayd(s,b.subarray(c,A.cM(c,d,b.length,null,null)))}, +ayd(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +aum(a,b,c,d,e,f){if(B.i.bH(f,4)!==0)throw A.d(A.bs("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.d(A.bs("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.d(A.bs("Invalid base64 padding, more than two '=' characters",a,b))}, +aNB(a,b,c,d,e,f,g,h){var s,r,q,p,o,n=h>>>2,m=3-(h&3) +for(s=c,r=0;s>>0 +n=(n<<8|q)&16777215;--m +if(m===0){p=g+1 +f[g]=a.charCodeAt(n>>>18&63) +g=p+1 +f[p]=a.charCodeAt(n>>>12&63) +p=g+1 +f[g]=a.charCodeAt(n>>>6&63) +g=p+1 +f[p]=a.charCodeAt(n&63) +n=0 +m=3}}if(r>=0&&r<=255){if(e&&m<3){p=g+1 +o=p+1 +if(3-m===1){f[g]=a.charCodeAt(n>>>2&63) +f[p]=a.charCodeAt(n<<4&63) +f[o]=61 +f[o+1]=61}else{f[g]=a.charCodeAt(n>>>10&63) +f[p]=a.charCodeAt(n>>>4&63) +f[o]=a.charCodeAt(n<<2&63) +f[o+1]=61}return 0}return(n<<2|3-m)>>>0}for(s=c;s255)break;++s}throw A.d(A.eT(b,"Not a byte value at index "+s+": 0x"+J.aGg(b[s],16),null))}, +aNA(a,b,c,d,e,f){var s,r,q,p,o,n,m="Invalid encoding before padding",l="Invalid character",k=B.i.eK(f,2),j=f&3,i=$.atF() +for(s=b,r=0;s=0){k=(k<<6|p)&16777215 +j=j+1&3 +if(j===0){o=e+1 +d[e]=k>>>16&255 +e=o+1 +d[o]=k>>>8&255 +o=e+1 +d[e]=k&255 +e=o +k=0}continue}else if(p===-1&&j>1){if(r>127)break +if(j===3){if((k&3)!==0)throw A.d(A.bs(m,a,s)) +d[e]=k>>>10 +d[e+1]=k>>>2}else{if((k&15)!==0)throw A.d(A.bs(m,a,s)) +d[e]=k>>>4}n=(3-j)*3 +if(q===37)n+=2 +return A.ayA(a,s+1,c,-n-1)}throw A.d(A.bs(l,a,s))}if(r>=0&&r<=127)return(k<<2|j)>>>0 +for(s=b;s127)break +throw A.d(A.bs(l,a,s))}, +aNy(a,b,c,d){var s=A.aNz(a,b,c),r=(d&3)+(s-b),q=B.i.eK(r,2)*3,p=r&3 +if(p!==0&&s0)return new Uint8Array(q) +return $.aDJ()}, +aNz(a,b,c){var s,r=c,q=r,p=0 +while(!0){if(!(q>b&&p<2))break +c$0:{--q +s=a.charCodeAt(q) +if(s===61){++p +r=q +break c$0}if((s|32)===100){if(q===b)break;--q +s=a.charCodeAt(q)}if(s===51){if(q===b)break;--q +s=a.charCodeAt(q)}if(s===37){++p +r=q +break c$0}break}}return r}, +ayA(a,b,c,d){var s,r +if(b===c)return d +s=-d-1 +for(;s>0;){r=a.charCodeAt(b) +if(s===3){if(r===61){s-=3;++b +break}if(r===37){--s;++b +if(b===c)break +r=a.charCodeAt(b)}else break}if((s>3?s-3:s)===2){if(r!==51)break;++b;--s +if(b===c)break +r=a.charCodeAt(b)}if((r|32)!==100)break;++b;--s +if(b===c)break}if(b!==c)throw A.d(A.bs("Invalid padding character",a,b)) +return-s-1}, +aw7(a,b,c){return new A.xv(a,b)}, +aPF(a){return a.pn()}, +aNS(a,b){return new A.UD(a,[],A.aAJ())}, +aNT(a,b,c){var s,r=new A.bb("") +A.ayL(a,r,b,c) +s=r.a +return s.charCodeAt(0)==0?s:s}, +ayL(a,b,c,d){var s +if(d==null)s=A.aNS(b,c) +else s=new A.ajP(d,0,b,[],A.aAJ()) +s.ng(a)}, +azl(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""}}, +aP4(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) +for(s=J.br(a),r=0;r>>0!==0?255:q}return o}, +UB:function UB(a,b){this.a=a +this.b=b +this.c=null}, +ajM:function ajM(a){this.a=a}, +UC:function UC(a){this.a=a}, +BE:function BE(a,b,c){this.b=a +this.c=b +this.a=c}, +afQ:function afQ(){}, +afP:function afP(){}, +a_N:function a_N(){}, +ams:function ams(){}, +a_P:function a_P(a){this.a=a}, +amt:function amt(a,b){this.a=a +this.b=b}, +amr:function amr(){}, +a_O:function a_O(a,b){this.a=a +this.b=b}, +aiE:function aiE(a){this.a=a}, +alS:function alS(a){this.a=a}, +a0_:function a0_(){}, +a01:function a01(){}, +ahj:function ahj(a){this.a=0 +this.b=a}, +ahk:function ahk(){}, +amA:function amA(a,b){this.a=a +this.b=b}, +a00:function a00(){}, +Ss:function Ss(){this.a=0}, +ahi:function ahi(a,b){this.a=a +this.b=b}, +a0q:function a0q(){}, +SE:function SE(a){this.a=a}, +SF:function SF(a,b){this.a=a +this.b=b +this.c=0}, +Fb:function Fb(){}, +Xj:function Xj(a,b,c){this.a=a +this.b=b +this.$ti=c}, +FA:function FA(){}, +vR:function vR(){}, +U9:function U9(a,b){this.a=a +this.b=b}, +a2V:function a2V(){}, +xv:function xv(a,b){this.a=a +this.b=b}, +Jw:function Jw(a,b){this.a=a +this.b=b}, +a6Q:function a6Q(){}, +a6S:function a6S(a,b){this.a=a +this.b=b}, +ajL:function ajL(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1}, +a6R:function a6R(a){this.a=a}, +ajQ:function ajQ(){}, +ajR:function ajR(a,b){this.a=a +this.b=b}, +ajN:function ajN(){}, +ajO:function ajO(a,b){this.a=a +this.b=b}, +UD:function UD(a,b,c){this.c=a +this.a=b +this.b=c}, +ajP:function ajP(a,b,c,d,e){var _=this +_.f=a +_.e$=b +_.c=c +_.a=d +_.b=e}, +OX:function OX(){}, +ai1:function ai1(a,b){this.a=a +this.b=b}, +am4:function am4(a,b){this.a=a +this.b=b}, +CZ:function CZ(){}, +Ym:function Ym(a,b,c){this.a=a +this.b=b +this.c=c}, +afN:function afN(){}, +afR:function afR(){}, +Yl:function Yl(a){this.b=this.a=0 +this.c=a}, +amB:function amB(a,b){var _=this +_.d=a +_.b=_.a=0 +_.c=b}, +afO:function afO(a){this.a=a}, +Df:function Df(a){this.a=a +this.b=16 +this.c=0}, +Z0:function Z0(){}, +ZH:function ZH(){}, +aSj(a){return A.n5(a)}, +avw(){return new A.wC(new WeakMap())}, +qB(a){if(A.n_(a)||typeof a=="number"||typeof a=="string"||a instanceof A.fC)A.nu(a)}, +nu(a){throw A.d(A.eT(a,"object","Expandos are not allowed on strings, numbers, bools, records or null"))}, +dC(a,b){var s=A.arp(a,b) +if(s!=null)return s +throw A.d(A.bs(a,null,null))}, +pM(a){var s=A.co(a) +if(s!=null)return s +throw A.d(A.bs("Invalid double",a,null))}, +aIz(a,b){a=A.d(a) +a.stack=b.j(0) +throw a +throw A.d("unreachable")}, +bd(a,b,c,d){var s,r=c?J.xp(a,d):J.a6G(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.aA(a);s.q();)r.push(s.gH()) +if(b)return r +return J.a6H(r)}, +a1(a,b,c){var s +if(b)return A.awi(a,c) +s=J.a6H(A.awi(a,c)) +return s}, +awi(a,b){var s,r +if(Array.isArray(a))return A.a(a.slice(0),b.h("t<0>")) +s=A.a([],b.h("t<0>")) +for(r=J.aA(a);r.q();)s.push(r.gH()) +return s}, +xI(a,b){return J.aw3(A.j7(a,!1,b))}, +c1(a,b,c){var s,r,q=null +if(Array.isArray(a)){s=a +r=s.length +c=A.cM(b,c,r,q,q) +return A.ax9(b>0||c>>4]&1<<(o&15))!==0)p+=A.cX(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +axO(){return A.az(new Error())}, +aH7(a,b){return J.uY(a,b)}, +aHw(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.F(A.bo("DateTime is outside valid range: "+a,null)) +A.fm(b,"isUtc",t.y) +return new A.dT(a,b)}, +aHx(a){var s=Math.abs(a),r=a<0?"-":"" +if(s>=1000)return""+a +if(s>=100)return r+"0"+s +if(s>=10)return r+"00"+s +return r+"000"+s}, +aHy(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +HD(a){if(a>=10)return""+a +return"0"+a}, +cR(a,b){return new A.aZ(a+1000*b)}, +aIy(a,b){var s,r +for(s=0;s<3;++s){r=a[s] +if(r.b===b)return r}throw A.d(A.eT(b,"name","No enum value with that name"))}, +ns(a){if(typeof a=="number"||A.n_(a)||a==null)return J.c3(a) +if(typeof a=="string")return JSON.stringify(a) +return A.ax8(a)}, +aIA(a,b){A.fm(a,"error",t.K) +A.fm(b,"stackTrace",t.Km) +A.aIz(a,b)}, +jP(a){return new A.n9(a)}, +bo(a,b){return new A.hh(!1,null,b,a)}, +eT(a,b,c){return new A.hh(!0,a,b,c)}, +Ew(a,b){return a}, +dZ(a){var s=null +return new A.rN(s,s,!1,s,s,a)}, +Nh(a,b){return new A.rN(null,null,!0,a,b,"Value not in range")}, +ca(a,b,c,d,e){return new A.rN(b,c,!0,a,d,"Invalid value")}, +axe(a,b,c,d){if(ac)throw A.d(A.ca(a,b,c,d,null)) +return a}, +cM(a,b,c,d,e){if(0>a||a>c)throw A.d(A.ca(a,0,c,d==null?"start":d,null)) +if(b!=null){if(a>b||b>c)throw A.d(A.ca(b,a,c,e==null?"end":e,null)) +return b}return c}, +ez(a,b){if(a<0)throw A.d(A.ca(a,0,null,b,null)) +return a}, +avU(a,b){var s=b.b +return new A.xf(s,!0,a,null,"Index out of range")}, +Jn(a,b,c,d,e){return new A.xf(b,!0,a,e,"Index out of range")}, +aJv(a,b,c,d){if(0>a||a>=b)throw A.d(A.Jn(a,b,c,null,d==null?"index":d)) +return a}, +ac(a){return new A.PM(a)}, +bP(a){return new A.mF(a)}, +ar(a){return new A.h8(a)}, +bY(a){return new A.FD(a)}, +cS(a){return new A.TP(a)}, +bs(a,b,c){return new A.i0(a,b,c)}, +aw1(a,b,c){var s,r +if(A.at2(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.a([],t.s) +$.pO.push(a) +try{A.aQr(a,s)}finally{$.pO.pop()}r=A.OW(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +lQ(a,b,c){var s,r +if(A.at2(a))return b+"..."+c +s=new A.bb(b) +$.pO.push(a) +try{r=s +r.a=A.OW(r.a,a,", ")}finally{$.pO.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +aQr(a,b){var s,r,q,p,o,n,m,l=J.aA(a),k=0,j=0 +while(!0){if(!(k<80||j<3))break +if(!l.q())return +s=A.f(l.gH()) +b.push(s) +k+=s.length+2;++j}if(!l.q()){if(j<=5)return +r=b.pop() +q=b.pop()}else{p=l.gH();++j +if(!l.q()){if(j<=4){b.push(A.f(p)) +return}r=A.f(p) +q=b.pop() +k+=r.length+2}else{o=l.gH();++j +for(;l.q();p=o,o=n){n=l.gH();++j +if(j>100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=A.f(p) +r=A.f(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)}, +awl(a,b,c,d,e){return new A.ng(a,b.h("@<0>").ah(c).ah(d).ah(e).h("ng<1,2,3,4>"))}, +awk(a,b,c){var s=A.B(b,c) +s.MN(a) +return s}, +I(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s +if(B.a===c){s=J.v(a) +b=J.v(b) +return A.e1(A.x(A.x($.dS(),s),b))}if(B.a===d){s=J.v(a) +b=J.v(b) +c=J.v(c) +return A.e1(A.x(A.x(A.x($.dS(),s),b),c))}if(B.a===e){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +return A.e1(A.x(A.x(A.x(A.x($.dS(),s),b),c),d))}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.e1(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),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.e1(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dS(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0),a1))}, +c9(a){var s,r,q=$.dS() +for(s=a.length,r=0;r").ah(d).h("jU<1,2>"))}, +aMn(){$.jL() +return new A.jh()}, +azy(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +iu(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=null +a5=a3.length +s=a4+5 +if(a5>=s){r=((a3.charCodeAt(a4+4)^58)*3|a3.charCodeAt(a4)^100|a3.charCodeAt(a4+1)^97|a3.charCodeAt(a4+2)^116|a3.charCodeAt(a4+3)^97)>>>0 +if(r===0)return A.ay9(a4>0||a5=14)q[7]=a5 +o=q[1] +if(o>=a4)if(A.aAj(a3,a4,o,20,q)===20)q[7]=o +n=q[2]+1 +m=q[3] +l=q[4] +k=q[5] +j=q[6] +if(jo+3){h=a2 +i=!1}else{p=m>a4 +if(p&&m+1===l){h=a2 +i=!1}else{if(!B.d.cG(a3,"\\",l))if(n>a4)g=B.d.cG(a3,"\\",n-1)||B.d.cG(a3,"\\",n-2) +else g=!1 +else g=!0 +if(g){h=a2 +i=!1}else{if(!(kl+2&&B.d.cG(a3,"/..",k-3) +else g=!0 +if(g){h=a2 +i=!1}else{if(o===a4+4)if(B.d.cG(a3,"file",a4)){if(n<=a4){if(!B.d.cG(a3,"/",l)){f="file:///" +r=3}else{f="file://" +r=2}a3=f+B.d.U(a3,l,a5) +o-=a4 +s=r-a4 +k+=s +j+=s +a5=a3.length +a4=0 +n=7 +m=7 +l=7}else if(l===k)if(a4===0&&!0){a3=B.d.nb(a3,l,k,"/");++k;++j;++a5}else{a3=B.d.U(a3,a4,l)+"/"+B.d.U(a3,k,a5) +o-=a4 +n-=a4 +m-=a4 +l-=a4 +s=1-a4 +k+=s +j+=s +a5=a3.length +a4=0}h="file"}else if(B.d.cG(a3,"http",a4)){if(p&&m+3===l&&B.d.cG(a3,"80",m+1))if(a4===0&&!0){a3=B.d.nb(a3,m,l,"") +l-=3 +k-=3 +j-=3 +a5-=3}else{a3=B.d.U(a3,a4,m)+B.d.U(a3,l,a5) +o-=a4 +n-=a4 +m-=a4 +s=3+a4 +l-=s +k-=s +j-=s +a5=a3.length +a4=0}h="http"}else h=a2 +else if(o===s&&B.d.cG(a3,"https",a4)){if(p&&m+4===l&&B.d.cG(a3,"443",m+1))if(a4===0&&!0){a3=B.d.nb(a3,m,l,"") +l-=4 +k-=4 +j-=4 +a5-=3}else{a3=B.d.U(a3,a4,m)+B.d.U(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.aze(a3,a4,o) +else{if(o===a4)A.uF(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.dC(B.d.U(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.dC(B.d.U(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +arX(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.afH(a),c=new A.afI(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;r?\\\\|]',!0,!1,!1))){s=A.ac("Illegal character in path: "+q) +throw A.d(s)}}}, +aOW(a,b){var s +if(!(65<=a&&a<=90))s=97<=a&&a<=122 +else s=!0 +if(s)return +s=A.ac("Illegal drive letter "+A.adV(a)) +throw A.d(s)}, +aOY(a){var s +if(a.length===0)return B.zY +s=A.azj(a) +s.Sf(A.aAL()) +return A.aqj(s,t.N,t.yp)}, +aso(a,b){if(a!=null&&a===A.az7(b))return null +return a}, +azb(a,b,c,d){var s,r,q,p,o,n +if(a==null)return null +if(b===c)return"" +if(a.charCodeAt(b)===91){s=c-1 +if(a.charCodeAt(s)!==93)A.uF(a,b,"Missing end `]` to match `[` in host") +r=b+1 +q=A.aOX(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.bb("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.bb("") +if(r>>4]&1<<(o&15))!==0)A.uF(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.uF(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.d.U(a,b,c) +return A.aOU(r?a.toLowerCase():a)}, +aOU(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +azf(a,b,c){if(a==null)return"" +return A.Dd(a,b,c,B.QT,!1,!1)}, +azc(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null){if(d==null)return r?"/":"" +s=new A.X(d,new A.amw(),A.a6(d).h("X<1,m>")).bn(0,"/")}else if(d!=null)throw A.d(A.bo("Both path and pathSegments specified",null)) +else s=A.Dd(a,b,c,B.rk,!0,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.d.b5(s,"/"))s="/"+s +return A.aP1(s,e,f)}, +aP1(a,b,c){var s=b.length===0 +if(s&&!c&&!B.d.b5(a,"/")&&!B.d.b5(a,"\\"))return A.asq(a,!s||c) +return A.l4(a)}, +azd(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.d(A.bo("Both query and queryParameters specified",null)) +return A.Dd(a,b,c,B.hf,!0,!1)}if(d==null)return null +s=new A.bb("") +r.a="" +d.a1(0,new A.amx(new A.amy(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +aza(a,b,c){if(a==null)return null +return A.Dd(a,b,c,B.hf,!0,!1)}, +asp(a,b,c){var s,r,q,p,o,n=b+2 +if(n>=a.length)return"%" +s=a.charCodeAt(b+1) +r=a.charCodeAt(n) +q=A.ap4(s) +p=A.ap4(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.fU[B.i.eK(o,4)]&1<<(o&15))!==0)return A.cX(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.d.U(a,b,b+3).toUpperCase() +return null}, +asn(a){var s,r,q,p,o,n="0123456789ABCDEF" +if(a<128){s=new Uint8Array(3) +s[0]=37 +s[1]=n.charCodeAt(a>>>4) +s[2]=n.charCodeAt(a&15)}else{if(a>2047)if(a>65535){r=240 +q=4}else{r=224 +q=3}else{r=192 +q=2}s=new Uint8Array(3*q) +for(p=0;--q,q>=0;r=128){o=B.i.a63(a,6*q)&63|r +s[p]=37 +s[p+1]=n.charCodeAt(o>>>4) +s[p+2]=n.charCodeAt(o&15) +p+=3}}return A.c1(s,0,null)}, +Dd(a,b,c,d,e,f){var s=A.azh(a,b,c,d,e,f) +return s==null?B.d.U(a,b,c):s}, +azh(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.asp(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.rr[o>>>4]&1<<(o&15))!==0){A.uF(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.az9(a.charCodeAt(0)))for(s=1;s127||(B.ql[r>>>4]&1<<(r&15))===0)break}return a}, +aP3(a,b){if(a.ad9("package")&&a.c==null)return A.aAm(b,0,b.length) +return-1}, +azk(a){var s,r,q,p=a.gpb(),o=p.length +if(o>0&&J.bJ(p[0])===2&&J.apV(p[0],1)===58){A.aOW(J.apV(p[0],0),!1) +A.az6(p,!1,1) +s=!0}else{A.az6(p,!1,0) +s=!1}r=a.gwT()&&!s?""+"\\":"" +if(a.grG()){q=a.gjg() +if(q.length!==0)r=r+"\\"+q+"\\"}r=A.OW(r,p,"\\") +o=s&&o===1?r+"\\":r +return o.charCodeAt(0)==0?o:o}, +aOZ(){return A.a([],t.s)}, +azj(a){var s,r,q,p,o,n=A.B(t.N,t.yp),m=new A.amz(a,B.a1,n) +for(s=a.length,r=0,q=0,p=-1;r127)throw A.d(A.bo("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.d(A.bo("Truncated URI",null)) +p.push(A.aP_(a,o+1)) +o+=2}else if(e&&r===43)p.push(32) +else p.push(r)}}return d.ea(p)}, +az9(a){var s=a|32 +return 97<=s&&s<=122}, +ay9(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.a([b-1],t.t) +for(s=a.length,r=b,q=-1,p=null;rb)throw A.d(A.bs(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.b.gB(j) +if(p!==44||r!==n+7||!B.d.cG(a,"base64",n+1))throw A.d(A.bs("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.H3.aec(a,m,s) +else{l=A.azh(a,m,s,B.hf,!0,!1) +if(l!=null)a=B.d.nb(a,m,s,l)}return new A.afE(a,j,c)}, +aPz(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.aw2(22,t.H3) +for(s=0;s<22;++s)f[s]=new Uint8Array(96) +r=new A.anx(f) +q=new A.any() +p=new A.anz() +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}, +aAj(a,b,c,d,e){var s,r,q,p,o=$.aEP() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +ayZ(a){if(a.b===7&&B.d.b5(a.a,"package")&&a.c<=0)return A.aAm(a.a,a.e,a.f) +return-1}, +aQP(a,b){return A.xI(b,t.N)}, +aAm(a,b,c){var s,r,q +for(s=b,r=0;s")),r=new A.bc(s,b.h("bc<0>")) +a.then(A.uP(new A.apu(r),1),A.uP(new A.apv(r),1)) +return s}, +aA6(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}, +asU(a){if(A.aA6(a))return a +return new A.aog(new A.mP(t.Fy)).$1(a)}, +aph:function aph(a){this.a=a}, +apu:function apu(a){this.a=a}, +apv:function apv(a){this.a=a}, +aog:function aog(a){this.a=a}, +Ml:function Ml(a){this.a=a}, +at8(a,b){return Math.max(a,b)}, +aT5(a){return Math.sqrt(a)}, +aRT(a){return Math.exp(a)}, +at5(a){return Math.log(a)}, +E2(a,b){return Math.pow(a,b)}, +ajJ:function ajJ(){}, +a0r(a){var s=a.BYTES_PER_ELEMENT,r=A.cM(0,null,B.i.h3(a.byteLength,s),null,null) +return A.rk(a.buffer,a.byteOffset+0*s,(r-0)*s)}, +afC(a,b,c){var s=J.aG5(a) +c=A.cM(b,c,B.i.h3(a.byteLength,s),null,null) +return A.eh(a.buffer,a.byteOffset+b*s,(c-b)*s)}, +I9:function I9(){}, +yp(a,b,c){if(b==null)if(a==null)return null +else return a.T(0,1-c) +else if(a==null)return b.T(0,c) +else return new A.o(A.jI(a.a,b.a,c),A.jI(a.b,b.b,c))}, +aM7(a,b){return new A.J(a,b)}, +adn(a,b,c){if(b==null)if(a==null)return null +else return a.T(0,1-c) +else if(a==null)return b.T(0,c) +else return new A.J(A.jI(a.a,b.a,c),A.jI(a.b,b.b,c))}, +mn(a,b){var s=a.a,r=b*2/2,q=a.b +return new A.D(s-r,q-r,s+r,q+r)}, +aLp(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 +return new A.D(s-r,q-p,s+r,q+p)}, +aru(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new A.D(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +aLq(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new A.D(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.D(r*c,q*c,p*c,o*c) +else return new A.D(A.jI(a.a,r,c),A.jI(a.b,q,c),A.jI(a.c,p,c),A.jI(a.d,o,c))}}, +yP(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new A.aN(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new A.aN(r*c,q*c) +else return new A.aN(A.jI(a.a,r,c),A.jI(a.b,q,c))}}, +yO(a,b){var s=b.a,r=b.b +return new A.ig(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, +axd(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.ig(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)}, +aat(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.ig(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, +aJE(a){switch(a.a){case 1:return"up" +case 0:return"down" +case 2:return"repeat"}}, +W(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}, +jI(a,b,c){return a*(1-c)+b*c}, +anU(a,b,c){return a*(1-c)+b*c}, +a_(a,b,c){if(ac)return c +if(isNaN(a))return c +return a}, +aAi(a,b){return A.Q(A.n1(B.c.ar((a.gl()>>>24&255)*b),0,255),a.gl()>>>16&255,a.gl()>>>8&255,a.gl()&255)}, +auE(a){return new A.q(a>>>0)}, +Q(a,b,c,d){return new A.q(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +aqf(a,b,c,d){return new A.q(((B.c.d1(d*255,1)&255)<<24|(a&255)<<16|(b&255)<<8|c&255)>>>0)}, +aqh(a){if(a<=0.03928)return a/12.92 +return Math.pow((a+0.055)/1.055,2.4)}, +w(a,b,c){if(b==null)if(a==null)return null +else return A.aAi(a,1-c) +else if(a==null)return A.aAi(b,c) +else return A.Q(A.n1(B.c.a2(A.anU(a.gl()>>>24&255,b.gl()>>>24&255,c)),0,255),A.n1(B.c.a2(A.anU(a.gl()>>>16&255,b.gl()>>>16&255,c)),0,255),A.n1(B.c.a2(A.anU(a.gl()>>>8&255,b.gl()>>>8&255,c)),0,255),A.n1(B.c.a2(A.anU(a.gl()&255,b.gl()&255,c)),0,255))}, +aH6(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()>>>24&255 +q=n&255 +p=n>>>16&255 +n=n>>>8&255 +if(r===255)return A.Q(255,B.i.d1(m*p+s*(b.gl()>>>16&255),255),B.i.d1(m*n+s*(b.gl()>>>8&255),255),B.i.d1(m*q+s*(b.gl()&255),255)) +else{r=B.i.d1(r*s,255) +o=m+r +return A.Q(o,B.i.h3(p*m+(b.gl()>>>16&255)*r,o),B.i.h3(n*m+(b.gl()>>>8&255)*r,o),B.i.h3(q*m+(b.gl()&255)*r,o))}}, +avK(a,b,c,d,e){return $.ak().Od(a,b,c,d,e,null)}, +a_0(a,b){return A.aSr(a,b)}, +aSr(a,b){var s=0,r=A.V(t.hP),q,p=2,o,n=[],m,l,k,j,i,h,g,f +var $async$a_0=A.R(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=$.ak() +g=a.a +g.toString +q=h.DT(g) +s=1 +break +s=4 +break +case 5:h=$.ak() +g=a.a +g.toString +s=6 +return A.a4(h.DT(g),$async$a_0) +case 6:m=d +p=7 +s=10 +return A.a4(m.iN(),$async$a_0) +case 10:l=d +try{k=l.gfT().gdw() +j=l.gfT().gdt() +i=b.$2(k,j) +g=a.a +g.toString +f=i.a +f=h.kg(g,!1,i.b,f) +q=f +n=[1] +s=8 +break}finally{l.gfT().m()}n.push(9) +s=8 +break +case 7:n=[2] +case 8:p=2 +m.m() +s=n.pop() +break +case 9:case 4:case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$a_0,r)}, +aM2(a){return a>0?a*0.57735+0.5:0}, +aM3(a,b,c){var s,r,q=A.w(a.a,b.a,c) +q.toString +s=A.yp(a.b,b.b,c) +s.toString +r=A.jI(a.c,b.c,c) +return new A.il(q,s,r)}, +aM4(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"))}, +jr:function jr(a,b){this.a=a +this.$ti=b}, +zY:function zY(a,b,c,d,e){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.e=d +_.f=!1 +_.$ti=e}, +adM:function adM(a,b){this.a=a +this.b=b}, +adL:function adL(a){this.a=a}, +arK(a,b){var s,r=a.length +A.cM(b,null,r,"startIndex","endIndex") +s=A.aSX(a,0,r,b) +return new A.adS(a,s,b!==s?A.aSO(a,0,r,b):b)}, +adS:function adS(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +at6(a,b,c,d){if(d===208)return A.aBq(a,b,c) +if(d===224){if(A.aBp(a,b,c)>=0)return 145 +return 64}throw A.d(A.ar("Unexpected state: "+B.i.iI(d,16)))}, +aBq(a,b,c){var s,r,q,p,o +for(s=c,r=0;q=s-2,q>=b;s=q){p=a.charCodeAt(s-1) +if((p&64512)!==56320)break +o=a.charCodeAt(q) +if((o&64512)!==55296)break +if(A.n3(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +aBp(a,b,c){var s,r,q,p,o +for(s=c;s>b;){--s +r=a.charCodeAt(s) +if((r&64512)!==56320)q=A.E_(r) +else{if(s>b){--s +p=a.charCodeAt(s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=A.n3(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +aSX(a,b,c,d){var s,r,q,p,o,n +if(d===b||d===c)return d +s=a.charCodeAt(d) +if((s&63488)!==55296){r=A.E_(s) +q=d}else if((s&64512)===55296){p=d+1 +if(pb){o=s-1 +n=a.charCodeAt(o) +if((n&64512)===55296){q=A.n3(n,r) +s=o}else q=2}else q=2 +if(q===6)m=A.aBq(a,b,s)!==144?160:48 +else{l=q===1 +if(l||q===4)if(A.aBp(a,b,s)>=0)m=l?144:128 +else m=48 +else m=u.S.charCodeAt(q|176)}return new A.a0c(a,a.length,d,m).Ek()}, +a0c:function a0c(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a_Z:function a_Z(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +HJ:function HJ(){}, +nU:function nU(a,b){this.a=a +this.$ti=b}, +r9:function r9(a,b){this.a=a +this.$ti=b}, +mV:function mV(){}, +tJ:function tJ(a,b){this.a=a +this.$ti=b}, +t8:function t8(a,b){this.a=a +this.$ti=b}, +ui:function ui(a,b,c){this.a=a +this.b=b +this.c=c}, +xO:function xO(a,b,c){this.a=a +this.b=b +this.$ti=c}, +w9:function w9(a){this.b=a}, +J1:function J1(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +asw(a,b){var s,r +if(a==null)a=A.a([],t.n_) +b=A.aL3("memory",!1) +s=A.a([],t.n_) +r=b +$.bz.b=new A.a7V(B.b.ghD(a),r,s)}, +aBy(a,b){var s=A.azV(a) +A.asw(b,null) +return A.ayN(A.axL(s,null),s).EM(0)}, +azV(a){return a}, +ayN(a,b){var s=new A.afm(85,117,43,63,new A.cd("CDATA"),a,b,!0,0),r=new A.akK(s) +r.d=s.p6() +return r}, +aO_(a){if(a>=48&&a<=57)return a-48 +else if(a>=97&&a<=102)return a-87 +else if(a>=65&&a<=70)return a-55 +else return-1}, +anF(a,b){var s,r,q,p,o,n,m=null +for(s=a.length,r=!b,q=m,p=0;p=65&&i<=90&&i+32===k +m=h}else m=!0 +else m=!1 +if(!m)break}if(m)return A.dp(q.i(0,b))}}return-1}, +aMN(a){var s,r +if(a===24)return"%" +else for(s=0;s<28;++s){r=B.rs[s] +if(A.dp(r.i(0,"unit"))===a)return A.cQ(r.i(0,"value"))}return""}, +aMM(a){var s,r,q=a.toLowerCase() +for(s=0;s<147;++s){r=B.OC[s] +if(r.i(0,"name")===q)return r}return null}, +aML(a,b){var s,r,q,p,o,n,m="0123456789abcdef",l=A.a([],t.s),k=B.i.eK(a,4) +l.push(m[B.i.bH(a,16)]) +for(;k!==0;k=s){s=k>>>4 +l.push(m[B.i.bH(k,16)])}r=l.length +q=b-r +for(p="";o=q-1,q>0;q=o)p+="0" +for(n=r-1,r=p;n>=0;--n)r+=l[n] +return r.charCodeAt(0)==0?r:r}, +Py(a){switch(a){case 0:return"ERROR" +case 1:return"end of file" +case 2:return"(" +case 3:return")" +case 4:return"[" +case 5:return"]" +case 6:return"{" +case 7:return"}" +case 8:return"." +case 9:return";" +case 10:return"@" +case 11:return"#" +case 12:return"+" +case 13:return">" +case 14:return"~" +case 15:return"*" +case 16:return"|" +case 17:return":" +case 18:return"_" +case 19:return"," +case 20:return" " +case 21:return"\t" +case 22:return"\n" +case 23:return"\r" +case 24:return"%" +case 25:return"'" +case 26:return'"' +case 27:return"/" +case 28:return"=" +case 30:return"^" +case 31:return"$" +case 32:return"<" +case 33:return"!" +case 34:return"-" +case 35:return"\\" +default:throw A.d(A.ar("Unknown TOKEN"))}}, +arU(a){switch(a){case 641:case 642:case 643:case 644:case 645:case 646:case 647:case 648:case 649:case 650:case 651:case 652:case 653:case 654:case 655:case 656:case 600:case 601:case 602:case 603:case 604:case 605:case 606:case 607:case 608:case 609:case 610:case 612:case 613:case 614:case 615:case 617:case 627:case 628:return!0 +default:return!1}}, +aMO(a){var s +if(!(a>=48&&a<=57))if(!(a>=97&&a<=102))s=a>=65&&a<=70 +else s=!0 +else s=!0 +return s}, +Pz(a){var s +if(!(a>=97&&a<=122))s=a>=65&&a<=90||a===95||a>=160||a===92 +else s=!0 +return s}, +vI:function vI(a,b){this.a=a +this.b=b}, +akK:function akK(a){this.a=a +this.c=null +this.d=$}, +akL:function akL(){}, +akM:function akM(a,b,c){this.a=a +this.b=b +this.c=c}, +wE:function wE(a){this.a=a +this.b=0}, +xD:function xD(){}, +wO:function wO(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a0a:function a0a(){}, +jq:function jq(a,b){this.a=a +this.b=b}, +a7w:function a7w(a,b){this.a=a +this.b=b}, +a61:function a61(a,b,c){this.c=a +this.a=b +this.b=c}, +afm:function afm(a,b,c,d,e,f,g,h,i){var _=this +_.w=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.a=f +_.b=g +_.c=h +_.e=_.d=!1 +_.f=i +_.r=0}, +afn:function afn(){}, +ri:function ri(a,b){this.a=a +this.b=b}, +ht:function ht(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a7V:function a7V(a,b,c){this.a=a +this.b=b +this.c=c}, +a7W:function a7W(a){this.a=a}, +aL3(a,b){return new A.aai(b)}, +aai:function aai(a){this.w=a}, +arY(a,b,c){return new A.Am(a,b,null,!1,c)}, +aJt(a,b){return new A.lM(a,null,null,null,!1,b)}, +qM(a,b,c,d,e){return new A.qL(new A.wO(A.ass(d instanceof A.dk?d.c:d),b,e,null,null,c),1,a)}, +k7:function k7(a,b){this.b=a +this.a=b}, +mJ:function mJ(a){this.a=a}, +Pt:function Pt(a){this.a=a}, +Mc:function Mc(a){this.a=a}, +F1:function F1(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +Op:function Op(a,b){this.b=a +this.a=b}, +oR:function oR(a,b){this.b=a +this.a=b}, +zE:function zE(a,b,c){this.b=a +this.c=b +this.a=c}, +fa:function fa(){}, +nr:function nr(a,b){this.b=a +this.a=b}, +M4:function M4(a,b,c){this.d=a +this.b=b +this.a=c}, +EA:function EA(a,b,c,d){var _=this +_.d=a +_.e=b +_.b=c +_.a=d}, +Jb:function Jb(a,b){this.b=a +this.a=b}, +Fo:function Fo(a,b){this.b=a +this.a=b}, +rK:function rK(a,b){this.b=a +this.a=b}, +rL:function rL(a,b,c){this.d=a +this.b=b +this.a=c}, +yN:function yN(a,b,c){this.f=a +this.b=b +this.a=c}, +Ng:function Ng(a,b,c){this.d=a +this.b=b +this.a=c}, +t4:function t4(a,b){this.b=a +this.a=b}, +Md:function Md(a,b,c){this.d=a +this.b=b +this.a=c}, +OZ:function OZ(a,b){this.b=a +this.a=b}, +PB:function PB(){}, +O4:function O4(a,b,c){this.c=a +this.d=b +this.a=c}, +HX:function HX(){}, +I2:function I2(a,b,c){this.c=a +this.d=b +this.a=c}, +P3:function P3(a,b,c){this.c=a +this.d=b +this.a=c}, +P1:function P1(){}, +tj:function tj(a,b){this.c=a +this.a=b}, +P5:function P5(a,b){this.c=a +this.a=b}, +P2:function P2(a,b){this.c=a +this.a=b}, +P4:function P4(a,b){this.c=a +this.a=b}, +PW:function PW(a,b,c){this.c=a +this.d=b +this.a=c}, +Ji:function Ji(a,b){this.d=a +this.a=b}, +y3:function y3(a,b){this.d=a +this.a=b}, +y4:function y4(a,b){this.d=a +this.a=b}, +LS:function LS(a,b,c){this.c=a +this.d=b +this.a=c}, +J4:function J4(a,b){this.c=a +this.a=b}, +My:function My(a,b){this.e=a +this.a=b}, +F9:function F9(a){this.a=a}, +JA:function JA(a,b,c){this.d=a +this.e=b +this.a=c}, +xx:function xx(a,b,c){this.c=a +this.d=b +this.a=c}, +IG:function IG(a,b){this.c=a +this.a=b}, +P0:function P0(a,b){this.d=a +this.a=b}, +M3:function M3(a){this.a=a}, +tK:function tK(a,b){this.c=a +this.a=b}, +LW:function LW(){}, +y8:function y8(a,b,c){this.r=a +this.c=b +this.a=c}, +LV:function LV(a,b,c){this.r=a +this.c=b +this.a=c}, +xe:function xe(a,b,c){this.c=a +this.d=b +this.a=c}, +hU:function hU(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.f=d +_.a=e}, +Am:function Am(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.f=d +_.a=e}, +lM:function lM(a,b,c,d,e,f){var _=this +_.w=a +_.b=b +_.c=c +_.d=d +_.f=e +_.a=f}, +Io:function Io(a,b,c,d,e,f){var _=this +_.w=a +_.b=b +_.c=c +_.d=d +_.f=e +_.a=f}, +lu:function lu(a,b){this.b=a +this.a=b}, +xQ:function xQ(a,b){this.b=a +this.a=b}, +An:function An(a,b,c){this.c=a +this.d=b +this.a=c}, +yr:function yr(a){this.a=a}, +rs:function rs(a){this.a=a}, +Mv:function Mv(a){this.a=a}, +Mu:function Mu(a){this.a=a}, +PJ:function PJ(a){this.a=a}, +aC:function aC(a,b,c){this.c=a +this.d=b +this.a=c}, +cV:function cV(a,b,c){this.c=a +this.d=b +this.a=c}, +tG:function tG(){}, +dk:function dk(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +hx:function hx(a,b,c){this.c=a +this.d=b +this.a=c}, +dU:function dU(a,b,c){this.c=a +this.d=b +this.a=c}, +Il:function Il(a,b,c){this.c=a +this.d=b +this.a=c}, +En:function En(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +Pw:function Pw(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +IM:function IM(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +IK:function IK(a,b,c){this.c=a +this.d=b +this.a=c}, +kM:function kM(a,b,c){this.c=a +this.d=b +this.a=c}, +NU:function NU(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +F7:function F7(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +ej:function ej(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +JL:function JL(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +PX:function PX(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +a_Y:function a_Y(){}, +lH:function lH(a,b,c){this.c=a +this.d=b +this.a=c}, +lG:function lG(a,b,c,d){var _=this +_.f=a +_.c=b +_.d=c +_.a=d}, +x2:function x2(a,b,c){this.c=a +this.d=b +this.a=c}, +J_:function J_(a,b){this.c=a +this.a=b}, +Ju:function Ju(a,b,c){this.c=a +this.d=b +this.a=c}, +nv:function nv(a,b){this.c=a +this.a=b}, +hk:function hk(){}, +qL:function qL(a,b,c){this.e=a +this.b=b +this.a=c}, +ER:function ER(){}, +m1:function m1(a,b){this.b=a +this.a=b}, +jR:function jR(a,b){this.b=a +this.a=b}, +J2:function J2(a,b){this.b=a +this.a=b}, +RI:function RI(a,b){this.b=a +this.a=b}, +mb:function mb(a,b){this.b=a +this.a=b}, +aa:function aa(){}, +bq:function bq(){}, +afY:function afY(){}, +iJ:function iJ(a,b){this.a=a +this.b=b}, +bV:function bV(){}, +ds(a,b,c,d,e){var s=new A.pV(0,1,a,B.Ga,b,c,B.aJ,B.a4,new A.by(A.a([],t.F),t.R),new A.by(A.a([],t.b),t.fy)) +s.r=e.r5(s.gzi()) +s.AB(d==null?0:d) +return s}, +auj(a,b,c){var s=new A.pV(-1/0,1/0,a,B.Gb,null,null,B.aJ,B.a4,new A.by(A.a([],t.F),t.R),new A.by(A.a([],t.b),t.fy)) +s.r=c.r5(s.gzi()) +s.AB(b) +return s}, +tN:function tN(a,b){this.a=a +this.b=b}, +Eq:function Eq(a,b){this.a=a +this.b=b}, +pV:function pV(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 +_.cE$=i +_.cD$=j}, +ajI:function ajI(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +alf:function alf(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +Se:function Se(){}, +Sf:function Sf(){}, +Sg:function Sg(){}, +rJ(a){var s=new A.yL(new A.by(A.a([],t.F),t.R),new A.by(A.a([],t.b),t.fy),0) +s.c=a +if(a==null){s.a=B.a4 +s.b=0}return s}, +eY(a,b,c){var s,r=new A.w4(b,a,c) +r.Me(b.gbg()) +b.bE() +s=b.cE$ +s.b=!0 +s.a.push(r.gMd()) +return r}, +arW(a,b,c){var s,r,q=new A.p7(a,b,c,new A.by(A.a([],t.F),t.R),new A.by(A.a([],t.b),t.fy)) +if(J.c(a.gl(),b.gl())){q.a=b +q.b=null +s=b}else{if(a.gl()>b.gl())q.c=B.ag6 +else q.c=B.ag5 +s=a}s.f6(q.go3()) +s=q.gBE() +q.a.aa(s) +r=q.b +if(r!=null){r.bE() +r=r.cD$ +r.b=!0 +r.a.push(s)}return q}, +auk(a,b,c){return new A.vf(a,b,new A.by(A.a([],t.F),t.R),new A.by(A.a([],t.b),t.fy),0,c.h("vf<0>"))}, +S3:function S3(){}, +S4:function S4(){}, +vg:function vg(){}, +yL:function yL(a,b,c){var _=this +_.c=_.b=_.a=null +_.cE$=a +_.cD$=b +_.lg$=c}, +h5:function h5(a,b,c){this.a=a +this.cE$=b +this.lg$=c}, +w4:function w4(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +XX:function XX(a,b){this.a=a +this.b=b}, +p7:function p7(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.cE$=d +_.cD$=e}, +qj:function qj(){}, +vf:function vf(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.cE$=c +_.cD$=d +_.lg$=e +_.$ti=f}, +AW:function AW(){}, +AX:function AX(){}, +AY:function AY(){}, +Ta:function Ta(){}, +W5:function W5(){}, +W6:function W6(){}, +W7:function W7(){}, +WP:function WP(){}, +WQ:function WQ(){}, +XU:function XU(){}, +XV:function XV(){}, +XW:function XW(){}, +yz:function yz(){}, +fr:function fr(){}, +BG:function BG(){}, +j1:function j1(a,b,c){this.a=a +this.b=b +this.c=c}, +Pv:function Pv(){}, +ed:function ed(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Pu:function Pu(){}, +qG:function qG(a){this.a=a}, +Tf:function Tf(){}, +ve:function ve(){}, +vd:function vd(){}, +n8:function n8(){}, +lg:function lg(){}, +dO(a,b,c){return new A.aK(a,b,c.h("aK<0>"))}, +eu(a){return new A.iP(a)}, +ag:function ag(){}, +aq:function aq(a,b,c){this.a=a +this.b=b +this.$ti=c}, +cg:function cg(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aK:function aK(a,b,c){this.a=a +this.b=b +this.$ti=c}, +z8:function z8(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +eW:function eW(a,b){this.a=a +this.b=b}, +OD:function OD(a,b){this.a=a +this.b=b}, +yU:function yU(a,b){this.a=a +this.b=b}, +lP:function lP(a,b){this.a=a +this.b=b}, +iP:function iP(a){this.a=a}, +Dt:function Dt(){}, +aMW(a,b){var s=new A.Aj(A.a([],b.h("t>")),A.a([],t.mz),b.h("Aj<0>")) +s.YG(a,b) +return s}, +ay5(a,b,c){return new A.tC(a,b,c.h("tC<0>"))}, +Aj:function Aj(a,b,c){this.a=a +this.b=b +this.$ti=c}, +tC:function tC(a,b,c){this.a=a +this.b=b +this.$ti=c}, +UA:function UA(a,b){this.a=a +this.b=b}, +aHc(a,b){if(a==null)return null +return a instanceof A.hj?a.RQ(b):a}, +hj:function hj(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}, +a1w:function a1w(a){this.a=a}, +T5:function T5(){}, +auN(a,b,c,d,e,f,g,h){return new A.FM(g,b,h,c,e,a,d,f)}, +FM:function FM(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}, +T6:function T6(){}, +T7:function T7(){}, +HI:function HI(){}, +aHl(a){var s +if(a.gx9())return!1 +s=a.k9$ +if(s!=null&&s.length!==0)return!1 +s=a.gn5() +if(s===B.ev)return!1 +a.grB() +if(a.go.gbg()!==B.ao)return!1 +if(a.id.gbg()!==B.a4)return!1 +if(a.a.cx.a)return!1 +return!0}, +aHm(a,b,c,d,e,f){var s,r,q,p,o,n,m=a.a.cx.a +a.grB() +s=m?c:A.eY(B.n3,c,new A.qG(B.n3)) +r=$.aEK() +q=t.o +q.a(s) +p=m?d:A.eY(B.nE,d,B.JO) +o=$.aED() +q.a(p) +m=m?c:A.eY(B.nE,c,null) +n=$.aDL() +return new A.Hu(new A.aq(s,r,r.$ti.h("aq")),new A.aq(p,o,o.$ti.h("aq")),new A.aq(q.a(m),n,A.j(n).h("aq")),new A.tX(e,new A.a1x(a),new A.a1y(a,f),null,f.h("tX<0>")),null)}, +aib(a,b,c){var s,r,q,p,o +if(a==b)return a +if(a==null){s=b.a +if(s==null)s=b +else{r=A.a6(s).h("X<1,q>") +r=new A.iz(A.a1(new A.X(s,new A.aic(c),r),!0,r.h("bf.E"))) +s=r}return s}if(b==null){s=a.a +if(s==null)s=a +else{r=A.a6(s).h("X<1,q>") +r=new A.iz(A.a1(new A.X(s,new A.aid(c),r),!0,r.h("bf.E"))) +s=r}return s}s=A.a([],t.t_) +for(r=b.a,q=a.a,p=0;p"))) +return new A.nC(r)}, +aqO(a){return new A.nC(a)}, +aIZ(a){return a}, +avB(a,b){if(a.r&&!0)return +if($.aqP===0||!1)A.aRI(J.c3(a.a),100,a.b) +else A.atc().$1("Another exception was thrown: "+a.gUX().j(0)) +$.aqP=$.aqP+1}, +aJ_(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.K(["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.aMj(J.aG7(a,"\n")) +for(s=0,r=0;q=d.length,r0)q.push(h.a)}B.b.ii(q) +if(s===1)j.push("(elided one frame from "+B.b.gdm(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+B.b.gB(q) +l="(elided "+s +if(q.length>2)j.push(l+" frames from "+B.b.bn(q,", ")+")") +else j.push(l+" frames from "+B.b.bn(q," ")+")")}return j}, +di(a){var s=$.hP() +if(s!=null)s.$1(a)}, +aRI(a,b,c){var s,r +A.atc().$1(a) +s=A.a(B.d.y3(J.c3(c==null?A.axO():A.aIZ(c))).split("\n"),t.s) +r=s.length +s=J.aGf(r!==0?new A.zJ(s,new A.aoh(),t.Ws):s,b) +A.atc().$1(B.b.bn(A.aJ_(s),"\n"))}, +aNH(a,b,c){return new A.TY(c,a,!0,!0,null,b)}, +mM:function mM(){}, +qA:function qA(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}, +Ih:function Ih(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}, +Ig:function Ig(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}, +bK:function bK(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +a3U:function a3U(a){this.a=a}, +nC:function nC(a){this.a=a}, +a3V:function a3V(){}, +a3W:function a3W(){}, +a3X:function a3X(){}, +aoh:function aoh(){}, +TY:function TY(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +U_:function U_(){}, +TZ:function TZ(){}, +EK:function EK(){}, +a04:function a04(a){this.a=a}, +aN5(a){return new A.ff(a,$.aO())}, +ai:function ai(){}, +aM:function aM(){}, +a0J:function a0J(a){this.a=a}, +BT:function BT(a){this.a=a}, +ff:function ff(a,b){var _=this +_.a=a +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +aHG(a,b,c){var s=null +return A.lx("",s,b,B.bF,a,!1,s,s,B.aS,s,!1,!1,!0,c,s,t.H)}, +lx(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.hm(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.h("hm<0>"))}, +aqu(a,b,c){return new A.HR(c,a,!0,!0,null,b)}, +b1(a){return B.d.lD(B.i.iI(J.v(a)&1048575,16),5,"0")}, +we:function we(a,b){this.a=a +this.b=b}, +jW:function jW(a,b){this.a=a +this.b=b}, +akD:function akD(){}, +eE:function eE(){}, +hm:function hm(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}, +wf:function wf(){}, +HR:function HR(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +a7:function a7(){}, +a1Y:function a1Y(){}, +hV:function hV(){}, +To:function To(){}, +f3:function f3(){}, +m0:function m0(){}, +Ak:function Ak(){}, +fy:function fy(a,b){this.a=a +this.$ti=b}, +asj:function asj(a){this.$ti=a}, +hs:function hs(){}, +xC:function xC(){}, +yo(a){return new A.by(A.a([],a.h("t<0>")),a.h("by<0>"))}, +by:function by(a,b){var _=this +_.a=a +_.b=!1 +_.c=$ +_.$ti=b}, +qQ:function qQ(a,b){this.a=a +this.$ti=b}, +aQv(a){return A.bd(a,null,!1,t.X)}, +yI:function yI(a){this.a=a}, +amm:function amm(){}, +U7:function U7(a){this.a=a}, +mL:function mL(a,b){this.a=a +this.b=b}, +Bs:function Bs(a,b){this.a=a +this.b=b}, +e2:function e2(a,b){this.a=a +this.b=b}, +agb(a){var s=new DataView(new ArrayBuffer(8)),r=A.eh(s.buffer,0,null) +return new A.aga(new Uint8Array(a),s,r)}, +aga:function aga(a,b,c){var _=this +_.a=a +_.b=0 +_.c=!1 +_.d=b +_.e=c}, +yT:function yT(a){this.a=a +this.b=0}, +aMj(a){var s=t.ZK +return A.a1(new A.dd(new A.ex(new A.aX(A.a(B.d.nf(a).split("\n"),t.s),new A.adD(),t.Hd),A.aT6(),t.C9),s),!0,s.h("p.E"))}, +aMi(a){var s,r,q="",p=$.aDn().wI(a) +if(p==null)return null +s=A.a(p.b[1].split("."),t.s) +r=s.length>1?B.b.gE(s):q +return new A.iq(a,-1,q,q,q,-1,-1,r,s.length>1?A.eM(s,1,null,t.N).bn(0,"."):B.b.gdm(s))}, +aMk(a){var s,r,q,p,o,n,m,l,k,j,i=null,h="" +if(a==="")return B.a6V +else if(a==="...")return B.a6U +if(!B.d.b5(a,"#"))return A.aMi(a) +s=A.bZ("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0,!1,!1).wI(a).b +r=s[2] +r.toString +q=A.c2(r,".","") +if(B.d.b5(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:h +if(B.d.p(p,".")){o=p.split(".") +p=o[0] +q=o[1]}else q=""}else if(B.d.p(q,".")){o=q.split(".") +p=o[0] +q=o[1]}else p="" +r=s[3] +r.toString +n=A.iu(r,0,i) +m=n.gcR() +if(n.gdZ()==="dart"||n.gdZ()==="package"){l=n.gpb()[0] +m=B.d.pj(n.gcR(),A.f(n.gpb()[0])+"/","")}else l=h +r=s[1] +r.toString +r=A.dC(r,i) +k=n.gdZ() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=A.dC(j,i)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=A.dC(s,i)}return new A.iq(a,r,k,l,m,j,s,p,q)}, +iq:function iq(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}, +adD:function adD(){}, +bC:function bC(a,b){this.a=a +this.$ti=b}, +ae9:function ae9(a){this.a=a}, +IS:function IS(a,b){this.a=a +this.b=b}, +dj:function dj(){}, +IQ:function IQ(a,b,c){this.a=a +this.b=b +this.c=c}, +u8:function u8(a){var _=this +_.a=a +_.b=!0 +_.d=_.c=!1 +_.e=null}, +aj6:function aj6(a){this.a=a}, +a4v:function a4v(a){this.a=a}, +a4x:function a4x(a,b){this.a=a +this.b=b}, +a4w:function a4w(a,b,c){this.a=a +this.b=b +this.c=c}, +aIY(a,b,c,d,e,f,g){return new A.wL(c,g,f,a,e,!1)}, +alh:function alh(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}, +qP:function qP(){}, +a4y:function a4y(a){this.a=a}, +a4z:function a4z(a,b){this.a=a +this.b=b}, +wL:function wL(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +aAp(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}}, +aKP(a,b){var s=A.a6(a) +return new A.dd(new A.ex(new A.aX(a,new A.aa0(),s.h("aX<1>")),new A.aa1(b),s.h("ex<1,b3?>")),t.FI)}, +aa0:function aa0(){}, +aa1:function aa1(a){this.a=a}, +jY:function jY(a){this.a=a}, +iT:function iT(a,b,c){this.a=a +this.b=b +this.d=c}, +iU:function iU(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +fP:function fP(a,b){this.a=a +this.b=b}, +aa3(a,b){var s,r +if(a==null)return b +s=new A.dP(new Float64Array(3)) +s.jy(b.a,b.b,0) +r=a.xC(s).a +return new A.o(r[0],r[1])}, +aa2(a,b,c,d){if(a==null)return c +if(b==null)b=A.aa3(a,d) +return b.a9(0,A.aa3(a,d.a9(0,c)))}, +ax3(a){var s,r,q=new Float64Array(4),p=new A.js(q) +p.yG(0,0,1,0) +s=new Float64Array(16) +r=new A.bp(s) +r.aW(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.yF(2,p) +return r}, +aKM(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.oq(o,d,n,0,e,a,h,B.l,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +aKW(a,b,c,d,e,f,g,h,i,j,k,l){return new A.ov(l,c,k,0,d,a,f,B.l,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +aKR(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.ko(a1,f,a0,0,g,c,j,b,a,!1,!1,0,l,k,d,e,q,m,p,o,n,i,s,0,r,null,null)}, +aKO(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return new A.mj(a3,g,a2,k,h,c,l,b,a,f,!1,0,n,m,d,e,s,o,r,q,p,j,a1,0,a0,null,null)}, +aKQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return new A.mk(a3,g,a2,k,h,c,l,b,a,f,!1,0,n,m,d,e,s,o,r,q,p,j,a1,0,a0,null,null)}, +aKN(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.kn(a0,d,s,h,e,b,i,B.l,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +aKS(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return new A.os(a3,e,a2,j,f,c,k,b,a,!0,!1,l,n,m,0,d,s,o,r,q,p,h,a1,i,a0,null,null)}, +aL_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.oy(a1,e,a0,i,f,b,j,B.l,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +aKY(a,b,c,d,e,f,g){return new A.ow(e,g,b,f,0,c,a,d,B.l,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aKZ(a,b,c,d,e,f){return new A.ox(f,b,e,0,c,a,d,B.l,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aKX(a,b,c,d,e,f,g){return new A.N7(e,g,b,f,0,c,a,d,B.l,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aKU(a,b,c,d,e,f,g){return new A.kp(g,b,f,c,B.cE,a,d,B.l,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +aKV(a,b,c,d,e,f,g,h,i,j,k){return new A.ou(c,d,h,g,k,b,j,e,B.cE,a,f,B.l,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,i,null,null)}, +aKT(a,b,c,d,e,f,g){return new A.ot(g,b,f,c,B.cE,a,d,B.l,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +ax1(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.or(a0,e,s,i,f,b,j,B.l,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +DT(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}}, +aRj(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}}, +b3:function b3(){}, +dA:function dA(){}, +RY:function RY(){}, +Y1:function Y1(){}, +SQ:function SQ(){}, +oq:function oq(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +XY:function XY(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +T_:function T_(){}, +ov:function ov(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Y8:function Y8(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +SV:function SV(){}, +ko:function ko(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Y3:function Y3(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +ST:function ST(){}, +mj:function mj(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Y0:function Y0(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +SU:function SU(){}, +mk:function mk(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Y2:function Y2(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +SS:function SS(){}, +kn:function kn(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Y_:function Y_(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +SW:function SW(){}, +os:function os(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Y4:function Y4(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +T3:function T3(){}, +oy:function oy(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Yc:function Yc(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +eL:function eL(){}, +T1:function T1(){}, +ow:function ow(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8){var _=this +_.L=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3 +_.dy=a4 +_.fr=a5 +_.fx=a6 +_.fy=a7 +_.go=a8}, +Ya:function Ya(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +T2:function T2(){}, +ox:function ox(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Yb:function Yb(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +T0:function T0(){}, +N7:function N7(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8){var _=this +_.L=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3 +_.dy=a4 +_.fr=a5 +_.fx=a6 +_.fy=a7 +_.go=a8}, +Y9:function Y9(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +SY:function SY(){}, +kp:function kp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Y6:function Y6(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +SZ:function SZ(){}, +ou:function ou(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.id=a +_.k1=b +_.k2=c +_.k3=d +_.a=e +_.b=f +_.c=g +_.d=h +_.e=i +_.f=j +_.r=k +_.w=l +_.x=m +_.y=n +_.z=o +_.Q=p +_.as=q +_.at=r +_.ax=s +_.ay=a0 +_.ch=a1 +_.CW=a2 +_.cx=a3 +_.cy=a4 +_.db=a5 +_.dx=a6 +_.dy=a7 +_.fr=a8 +_.fx=a9 +_.fy=b0 +_.go=b1}, +Y7:function Y7(a,b){var _=this +_.d=_.c=$ +_.e=a +_.f=b +_.b=_.a=$}, +SX:function SX(){}, +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){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}, +Y5:function Y5(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +SR:function SR(){}, +or:function or(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +XZ:function XZ(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Vy:function Vy(){}, +Vz:function Vz(){}, +VA:function VA(){}, +VB:function VB(){}, +VC:function VC(){}, +VD:function VD(){}, +VE:function VE(){}, +VF:function VF(){}, +VG:function VG(){}, +VH:function VH(){}, +VI:function VI(){}, +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(){}, +W_:function W_(){}, +W0:function W0(){}, +W1:function W1(){}, +Zq:function Zq(){}, +Zr:function Zr(){}, +Zs:function Zs(){}, +Zt:function Zt(){}, +Zu:function Zu(){}, +Zv:function Zv(){}, +Zw:function Zw(){}, +Zx:function Zx(){}, +Zy:function Zy(){}, +Zz:function Zz(){}, +ZA:function ZA(){}, +ZB:function ZB(){}, +ZC:function ZC(){}, +ZD:function ZD(){}, +ZE:function ZE(){}, +ZF:function ZF(){}, +ZG:function ZG(){}, +avH(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?A.a_(s,0,1):s}, +u5:function u5(a,b){this.a=a +this.b=b}, +i_:function i_(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}, +HQ:function HQ(a){this.a=a}, +aqZ(){var s=A.a([],t.om),r=new A.bp(new Float64Array(16)) +r.fB() +return new A.lI(s,A.a([r],t.rE),A.a([],t.cR))}, +k4:function k4(a,b){this.a=a +this.b=null +this.$ti=b}, +uE:function uE(){}, +UZ:function UZ(a){this.a=a}, +Vj:function Vj(a){this.a=a}, +lI:function lI(a,b,c){this.a=a +this.b=b +this.c=c}, +aJT(a,b,c){var s=b==null?B.jE:b,r=t.S,q=A.cT(r),p=A.aBn() +return new A.ft(s,null,B.bH,A.B(r,t.Y),q,a,c,p,A.B(r,t.c))}, +aJU(a){return a===1||a===2||a===4}, +rc:function rc(a){this.b=a}, +xN:function xN(a){this.b=a}, +rb:function rb(a,b){this.b=a +this.c=b}, +ft:function ft(a,b,c,d,e,f,g,h,i){var _=this +_.k2=!1 +_.bt=_.bG=_.bF=_.be=_.b8=_.c8=_.b_=_.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}, +a7A:function a7A(a,b){this.a=a +this.b=b}, +a7z:function a7z(a,b){this.a=a +this.b=b}, +a7y:function a7y(a,b){this.a=a +this.b=b}, +l5:function l5(a,b,c){this.a=a +this.b=b +this.c=c}, +asg:function asg(a,b){this.a=a +this.b=b}, +aa9:function aa9(a){this.a=a +this.b=$}, +aaa:function aaa(){}, +JJ:function JJ(a,b,c){this.a=a +this.b=b +this.c=c}, +aIe(a){var s=a.gc3() +$.jL() +return new A.iv(s,new A.jh(),A.bd(20,null,!1,t.av))}, +aIf(a){return a===1}, +ayh(a,b){var s=t.S,r=A.cT(s),q=A.ata() +return new A.iw(B.bV,A.at9(),B.cR,A.B(s,t.GY),A.ax(s),A.B(s,t.Y),r,a,b,q,A.B(s,t.c))}, +ar_(a,b){var s=t.S,r=A.cT(s),q=A.ata() +return new A.i2(B.bV,A.at9(),B.cR,A.B(s,t.GY),A.ax(s),A.B(s,t.Y),r,a,b,q,A.B(s,t.c))}, +awU(a,b,c){var s=t.S,r=a==null?A.ata():a,q=A.cT(s) +return new A.h1(B.bV,A.at9(),B.cR,A.B(s,t.GY),A.ax(s),A.B(s,t.Y),q,b,c,r,A.B(s,t.c))}, +awV(a,b,c){return A.awU(a,b,c)}, +Bc:function Bc(a,b){this.a=a +this.b=b}, +wm:function wm(){}, +a2x:function a2x(a,b){this.a=a +this.b=b}, +a2C:function a2C(a,b){this.a=a +this.b=b}, +a2D:function a2D(a,b){this.a=a +this.b=b}, +a2y:function a2y(){}, +a2z:function a2z(a,b){this.a=a +this.b=b}, +a2A:function a2A(a){this.a=a}, +a2B:function a2B(a,b){this.a=a +this.b=b}, +iw:function iw(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=null +_.dy=!1 +_.fr=b +_.fx=c +_.go=_.fy=$ +_.k2=_.k1=_.id=null +_.k3=$ +_.k4=!1 +_.ok=d +_.p1=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +i2:function i2(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=null +_.dy=!1 +_.fr=b +_.fx=c +_.go=_.fy=$ +_.k2=_.k1=_.id=null +_.k3=$ +_.k4=!1 +_.ok=d +_.p1=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +h1:function h1(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=null +_.dy=!1 +_.fr=b +_.fx=c +_.go=_.fy=$ +_.k2=_.k1=_.id=null +_.k3=$ +_.k4=!1 +_.ok=d +_.p1=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +aId(a){return a===1}, +T4:function T4(){this.a=!1}, +uC:function uC(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=!1}, +hX:function hX(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}, +aa4:function aa4(a,b){this.a=a +this.b=b}, +aa6:function aa6(){}, +aa5:function aa5(a,b,c){this.a=a +this.b=b +this.c=c}, +aa7:function aa7(){this.b=this.a=null}, +aJb(a){return!0}, +a2F:function a2F(a,b){this.a=a +this.b=b}, +d0:function d0(){}, +yq:function yq(){}, +wU:function wU(a,b){this.a=a +this.b=b}, +rG:function rG(){}, +aam:function aam(a,b){this.a=a +this.b=b}, +hw:function hw(a,b){this.a=a +this.b=b}, +Ua:function Ua(){}, +axU(a,b){var s=t.S,r=A.cT(s) +return new A.fc(B.aT,18,B.bH,A.B(s,t.Y),r,a,b,A.a_2(),A.B(s,t.c))}, +tp:function tp(a,b){this.a=a +this.c=b}, +tq:function tq(){}, +EI:function EI(){}, +fc:function fc(a,b,c,d,e,f,g,h,i){var _=this +_.a4=_.aX=_.aw=_.ap=_.ab=_.L=_.bt=_.bG=_.bF=_.be=_.b8=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}, +aed:function aed(a,b){this.a=a +this.b=b}, +aee:function aee(a,b){this.a=a +this.b=b}, +aef:function aef(a,b){this.a=a +this.b=b}, +aeg:function aeg(a,b){this.a=a +this.b=b}, +aeh:function aeh(a){this.a=a}, +aJp(a){var s=t.av,r=A.bd(20,null,!1,s) +$.jL() +return new A.nM(r,a,new A.jh(),A.bd(20,null,!1,s))}, +hG:function hG(a){this.a=a}, +mH:function mH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Cb:function Cb(a,b){this.a=a +this.b=b}, +iv:function iv(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=0}, +nM:function nM(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +rd:function rd(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +aGi(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.Eg(r,q,p,n)}, +Eg:function Eg(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +S_:function S_(){}, +aJX(){return new A.qR(new A.a7G(),A.B(t.K,t.Qu))}, +jp:function jp(a,b){this.a=a +this.b=b}, +o6:function o6(a,b,c,d,e,f,g,h,i){var _=this +_.e=a +_.CW=b +_.db=c +_.dx=d +_.fx=e +_.k2=f +_.ok=g +_.R8=h +_.a=i}, +a7G:function a7G(){}, +a7K:function a7K(){}, +BN:function BN(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +ak4:function ak4(a,b){this.a=a +this.b=b}, +ak3:function ak3(){}, +ak5:function ak5(){}, +aGq(a,b){return b.b}, +amd:function amd(a){this.b=a}, +W3:function W3(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +vj:function vj(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.x=e +_.at=f +_.ax=g +_.ay=h +_.cy=i +_.dx=j +_.fx=k +_.fy=l +_.k1=m +_.a=n}, +a_H:function a_H(a,b){this.a=a +this.b=b}, +AM:function AM(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +ah6:function ah6(){}, +Sj:function Sj(a,b){this.c=a +this.a=b}, +Wn:function Wn(a,b,c,d){var _=this +_.F=null +_.ac=a +_.aB=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ah5:function ah5(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}, +aul(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.pW(b==null?null:b,e,d,g,h,j,i,f,a,c,l,n,o,m,k)}, +aGp(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.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.W(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.d3(a.r,b.r,c) +l=A.k6(a.w,b.w,c) +k=A.k6(a.x,b.x,c) +j=c<0.5 +if(j)i=a.y +else i=b.y +h=A.W(a.z,b.z,c) +g=A.W(a.Q,b.Q,c) +f=A.b4(a.as,b.as,c) +e=A.b4(a.at,b.at,c) +if(j)j=a.ax +else j=b.ax +return A.aul(k,s,i,q,r,l,p,o,m,n,j,h,e,g,f)}, +pW:function pW(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}, +Si:function Si(){}, +aQy(a,b){var s,r,q,p,o=A.aR("maxValue") +for(s=null,r=0;r<4;++r){q=a[r] +p=b.$1(q) +if(s==null||p>s){o.b=q +s=p}}return o.ai()}, +y1:function y1(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +a7I:function a7I(a,b){this.a=a +this.b=b}, +tU:function tU(a,b){this.a=a +this.b=b}, +kT:function kT(a,b){this.a=a +this.b=b}, +rf:function rf(a,b){var _=this +_.e=!0 +_.r=_.f=$ +_.a=a +_.b=b}, +a7J:function a7J(a,b){this.a=a +this.b=b}, +aGt(a,b,c){var s,r,q,p,o,n,m +if(a===b&&!0)return a +s=A.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.W(a.d,b.d,c) +o=A.b4(a.e,b.e,c) +n=A.dh(a.f,b.f,c) +m=A.v2(a.r,b.r,c) +return new A.pZ(s,r,q,p,o,n,m,A.yp(a.w,b.w,c))}, +pZ:function pZ(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}, +Sr:function Sr(){}, +xS:function xS(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}, +UR:function UR(){}, +aGx(a,b,c){var s,r,q,p,o,n +if(a===b&&!0)return a +s=A.w(a.a,b.a,c) +r=A.W(a.b,b.b,c) +if(c<0.5)q=a.c +else q=b.c +p=A.W(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +return new A.q_(s,r,q,p,o,n,A.dh(a.r,b.r,c))}, +q_:function q_(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Sx:function Sx(){}, +aGy(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.w(a.a,b.a,c) +r=A.W(a.b,b.b,c) +q=A.k6(a.c,b.c,c) +p=A.k6(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.b4(a.r,b.r,c) +l=A.b4(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.q0(s,r,q,p,o,n,m,l,j,i,h,g,f,k)}, +q0:function q0(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}, +Sy:function Sy(){}, +aGz(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.W(a.r,b.r,c) +l=A.d3(a.w,b.w,c) +k=c<0.5 +if(k)j=a.x +else j=b.x +i=A.w(a.y,b.y,c) +h=A.adn(a.z,b.z,c) +if(k)k=a.Q +else k=b.Q +return new A.vr(s,r,q,p,o,n,m,l,j,i,h,k,A.lm(a.as,b.as,c))}, +vr:function vr(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}, +Sz:function Sz(){}, +yS:function yS(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}, +Wb:function Wb(a,b){var _=this +_.oK$=a +_.a=null +_.b=b +_.c=null}, +Ux:function Ux(a,b,c){this.e=a +this.c=b +this.a=c}, +Ww:function Ww(a,b,c){var _=this +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +al6:function al6(a,b){this.a=a +this.b=b}, +Zb:function Zb(){}, +EY:function EY(a,b,c){this.c=a +this.as=b +this.a=c}, +a0p:function a0p(a){this.a=a}, +SA:function SA(a,b,c,d,e,f,g,h,i,j){var _=this +_.ax=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h +_.c=i +_.a=j}, +Wo:function Wo(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.Du=!1 +_.aaX=a +_.L=b +_.ab=c +_.ap=d +_.aw=e +_.aX=f +_.a4=g +_.b4=h +_.aV=0 +_.bw=i +_.bM=j +_.P6$=k +_.aaY$=l +_.eQ$=m +_.aR$=n +_.fM$=o +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=p +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +aGF(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.W(a.d,b.d,c) +n=A.W(a.e,b.e,c) +m=A.dh(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.vu(r,q,p,o,n,m,l,k,s)}, +vu:function vu(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}, +SB:function SB(){}, +ln(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.bv(a1,c,g,m,o,s,d,n,k,f,j,h,i,q,p,l,a2,a0,b,e,a,r)}, +iN(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.gkA() +q=a7==null +p=q?a5:a7.gkA() +p=A.aH(r,p,a8,A.E4(),t.p8) +r=s?a5:a6.gcs() +o=q?a5:a7.gcs() +n=t._ +o=A.aH(r,o,a8,A.bI(),n) +r=s?a5:a6.gdV() +r=A.aH(r,q?a5:a7.gdV(),a8,A.bI(),n) +m=s?a5:a6.gkr() +m=A.aH(m,q?a5:a7.gkr(),a8,A.bI(),n) +l=s?a5:a6.gc5() +l=A.aH(l,q?a5:a7.gc5(),a8,A.bI(),n) +k=s?a5:a6.gcq() +k=A.aH(k,q?a5:a7.gcq(),a8,A.bI(),n) +j=s?a5:a6.gfc() +i=q?a5:a7.gfc() +h=t.PM +i=A.aH(j,i,a8,A.E8(),h) +j=s?a5:a6.gcQ() +g=q?a5:a7.gcQ() +g=A.aH(j,g,a8,A.asV(),t.pc) +j=s?a5:a6.gkp() +f=q?a5:a7.gkp() +e=t.tW +f=A.aH(j,f,a8,A.E7(),e) +j=s?a5:a6.y +j=A.aH(j,q?a5:a7.y,a8,A.E7(),e) +d=s?a5:a6.gko() +e=A.aH(d,q?a5:a7.gko(),a8,A.E7(),e) +d=s?a5:a6.Q +n=A.aH(d,q?a5:a7.Q,a8,A.bI(),n) +d=s?a5:a6.gfS() +h=A.aH(d,q?a5:a7.gfS(),a8,A.E8(),h) +d=s?a5:a6.gkN() +d=A.aGH(d,q?a5:a7.gkN(),a8) +c=s?a5:a6.gd_() +b=q?a5:a7.gd_() +b=A.aH(c,b,a8,A.asO(),t.KX) +c=a8<0.5 +if(c)a=s?a5:a6.gkq() +else a=q?a5:a7.gkq() +if(c)a0=s?a5:a6.giJ() +else a0=q?a5:a7.giJ() +if(c)a1=s?a5:a6.gky() +else a1=q?a5:a7.gky() +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.v2(a4,q?a5:a7.db,a8) +if(c)s=s?a5:a6.gjC() +else s=q?a5:a7.gjC() +return A.ln(a4,a2,o,i,a3,j,r,n,h,e,f,a,m,g,l,b,d,s,k,a1,p,a0)}, +aGH(a,b,c){if(a==null&&b==null)return null +return new A.UK(a,b,c)}, +bv:function bv(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}, +UK:function UK(a,b,c){this.a=a +this.b=b +this.c=c}, +SC:function SC(){}, +aGG(a,b,c,d){var s +$label0$0:{if(d<=1){s=a +break $label0$0}if(d<2){s=A.dh(a,b,d-1) +s.toString +break $label0$0}if(d<3){s=A.dh(b,c,d-2) +s.toString +break $label0$0}s=c +break $label0$0}return s}, +vv:function vv(){}, +AP:function AP(a,b,c){var _=this +_.r=_.f=_.e=_.d=null +_.dI$=a +_.bi$=b +_.a=null +_.b=c +_.c=null}, +ahW:function ahW(){}, +ahT:function ahT(a,b,c){this.a=a +this.b=b +this.c=c}, +ahU:function ahU(a,b){this.a=a +this.b=b}, +ahV:function ahV(a,b,c){this.a=a +this.b=b +this.c=c}, +ahw:function ahw(){}, +ahx:function ahx(){}, +ahy:function ahy(){}, +ahJ:function ahJ(){}, +ahM:function ahM(){}, +ahN:function ahN(){}, +ahO:function ahO(){}, +ahP:function ahP(){}, +ahQ:function ahQ(){}, +ahR:function ahR(){}, +ahS:function ahS(){}, +ahz:function ahz(){}, +ahA:function ahA(){}, +ahB:function ahB(){}, +ahK:function ahK(a){this.a=a}, +ahu:function ahu(a){this.a=a}, +ahL:function ahL(a){this.a=a}, +aht:function aht(a){this.a=a}, +ahC:function ahC(){}, +ahD:function ahD(){}, +ahE:function ahE(){}, +ahF:function ahF(){}, +ahG:function ahG(){}, +ahH:function ahH(){}, +ahI:function ahI(a){this.a=a}, +ahv:function ahv(){}, +V4:function V4(a){this.a=a}, +Uw:function Uw(a,b,c){this.e=a +this.c=b +this.a=c}, +Wv:function Wv(a,b,c){var _=this +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +al5:function al5(a,b){this.a=a +this.b=b}, +Dv:function Dv(){}, +auy(a,b){return new A.vw(b,a,null)}, +aqa(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.F_(k,f,o,i,l,m,!1,b,d,e,h,g,n,c,j)}, +EZ:function EZ(a,b){this.a=a +this.b=b}, +a0o:function a0o(a,b){this.a=a +this.b=b}, +vw:function vw(a,b,c){this.w=a +this.b=b +this.a=c}, +F_:function F_(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}, +SD:function SD(){}, +F5:function F5(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.Q=f +_.a=g}, +ahY:function ahY(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h}, +aGK(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.w(a.b,b.b,c) +q=A.w(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.W(a.e,b.e,c) +n=A.dh(a.f,b.f,c) +return new A.q7(s,r,q,p,o,n,A.d3(a.r,b.r,c))}, +q7:function q7(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +SJ:function SJ(){}, +aGN(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.aH(a.b,b.b,c,A.bI(),q) +o=A.aH(a.c,b.c,c,A.bI(),q) +q=A.aH(a.d,b.d,c,A.bI(),q) +n=A.W(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.d3(a.w,b.w,c)) +return new A.q9(r,p,o,q,n,m,s,l,A.aGM(a.x,b.x,c))}, +aGM(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.at(a,b,c)}, +q9:function q9(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}, +SK:function SK(){}, +auA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.vC(d,a,e,f,o,n,q,a1,p,s,c,i,k,a0,r,j,m,b,g,l,h)}, +aGR(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2 +if(a3===a4)return a3 +s=A.aH(a3.a,a4.a,a5,A.bI(),t._) +r=A.w(a3.b,a4.b,a5) +q=A.w(a3.c,a4.c,a5) +p=A.w(a3.d,a4.d,a5) +o=A.w(a3.e,a4.e,a5) +n=A.w(a3.f,a4.f,a5) +m=A.w(a3.r,a4.r,a5) +l=A.w(a3.w,a4.w,a5) +k=A.w(a3.x,a4.x,a5) +j=a5<0.5 +if(j)i=a3.y!==!1 +else i=a4.y!==!1 +h=A.w(a3.z,a4.z,a5) +g=A.dh(a3.Q,a4.Q,a5) +f=A.dh(a3.as,a4.as,a5) +e=A.aGQ(a3.at,a4.at,a5) +d=A.aGP(a3.ax,a4.ax,a5) +c=A.b4(a3.ay,a4.ay,a5) +b=A.b4(a3.ch,a4.ch,a5) +if(j){j=a3.CW +if(j==null)j=B.G}else{j=a4.CW +if(j==null)j=B.G}a=A.W(a3.cx,a4.cx,a5) +a0=A.W(a3.cy,a4.cy,a5) +a1=a3.db +if(a1==null)a2=a4.db!=null +else a2=!0 +if(a2)a1=A.k6(a1,a4.db,a5) +else a1=null +return A.auA(r,j,h,s,q,p,a,a1,g,c,f,a0,b,n,o,k,m,d,i,e,l)}, +aGQ(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.at(new A.aB(A.Q(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.y,-1),b,c)}if(b==null){s=a.a +return A.at(new A.aB(A.Q(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.y,-1),a,c)}return A.at(a,b,c)}, +aGP(a,b,c){if(a==null&&b==null)return null +return t.KX.a(A.d3(a,b,c))}, +vC:function vC(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}, +SM:function SM(){}, +a1e(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){return new A.qg(b,a1,k,a2,l,a4,m,a5,n,b0,q,b1,r,c,h,d,i,a,g,a7,o,a9,p,s,a0,a6,a3,f,j,e,a8)}, +auF(b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2 +switch(b4.a){case 1:s=A.aqb(d6.a,$.a_7()) +r=A.auK(s.a,s.b) +q=r.a +p=q.aH(40) +o=q.aH(100) +n=q.aH(90) +m=q.aH(10) +l=r.b +k=l.aH(40) +j=l.aH(100) +i=l.aH(90) +l=l.aH(10) +h=r.c +g=h.aH(40) +f=h.aH(100) +e=h.aH(90) +h=h.aH(10) +d=r.f +c=d.aH(40) +b=d.aH(100) +a=d.aH(90) +d=d.aH(10) +a0=r.d +a1=a0.aH(99) +a2=a0.aH(10) +a3=a0.aH(99) +a4=a0.aH(10) +r=r.e +a5=r.aH(90) +a6=r.aH(30) +a7=r.aH(50) +r=r.aH(80) +a8=a0.aH(0) +a9=a0.aH(0) +b0=a0.aH(20) +b1=A.axp(a1,c,a,a0.aH(95),q.aH(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.aqb(d6.a,$.a_7()) +r=A.auK(s.a,s.b) +q=r.a +p=q.aH(80) +o=q.aH(20) +n=q.aH(30) +m=q.aH(90) +l=r.b +k=l.aH(80) +j=l.aH(20) +i=l.aH(30) +l=l.aH(90) +h=r.c +g=h.aH(80) +f=h.aH(20) +e=h.aH(30) +h=h.aH(90) +d=r.f +c=d.aH(80) +b=d.aH(20) +a=d.aH(30) +d=d.aH(80) +a0=r.d +a1=a0.aH(10) +a2=a0.aH(90) +a3=a0.aH(10) +a4=a0.aH(90) +r=r.e +a5=r.aH(30) +a6=r.aH(80) +a7=r.aH(60) +r=r.aH(30) +a8=a0.aH(0) +a9=a0.aH(0) +b0=a0.aH(90) +b1=A.axp(a1,c,a,a0.aH(20),q.aH(40),b0,a2,b,d,o,m,j,l,a4,a6,f,h,a7,r,p,n,a9,k,i,a8,a3,a5,g,e) +break +default:b1=null}r=d1==null?new A.q(b1.a>>>0):d1 +q=c1==null?new A.q(b1.b>>>0):c1 +p=d2==null?new A.q(b1.c>>>0):d2 +o=c2==null?new A.q(b1.d>>>0):c2 +n=d4==null?new A.q(b1.e>>>0):d4 +m=c3==null?new A.q(b1.f>>>0):c3 +l=d5==null?new A.q(b1.r>>>0):d5 +k=c4==null?new A.q(b1.w>>>0):c4 +j=e0==null?new A.q(b1.x>>>0):e0 +i=c7==null?new A.q(b1.y>>>0):c7 +h=e1==null?new A.q(b1.z>>>0):e1 +g=c8==null?new A.q(b1.Q>>>0):c8 +f=b5==null?new A.q(b1.as>>>0):b5 +e=b9==null?new A.q(b1.at>>>0):b9 +d=b1.ax +c=b1.ay +b=c9==null?new A.q(b1.dy>>>0):c9 +a=d0==null?new A.q(b1.fr>>>0):d0 +a0=b3==null?new A.q(b1.ch>>>0):b3 +a1=b8==null?new A.q(b1.CW>>>0):b8 +a2=d7==null?new A.q(b1.cx>>>0):d7 +a3=c5==null?new A.q(b1.cy>>>0):c5 +a4=d9==null?new A.q(b1.db>>>0):d9 +a5=c6==null?new A.q(b1.dx>>>0):c6 +a6=b7==null?new A.q(b1.go>>>0):b7 +a7=c0==null?new A.q(b1.id>>>0):c0 +a8=b6==null?new A.q(b1.k1>>>0):b6 +a9=b1.fx +b0=d3==null?new A.q(b1.fy>>>0):d3 +b2=d8==null?new A.q(b1.a>>>0):d8 +return A.a1e(a0,b4,f,new A.q(d>>>0),a8,a6,a1,e,new A.q(c>>>0),a7,q,o,m,k,a3,a5,i,g,b,a,r,p,b0,n,l,new A.q(a9>>>0),a2,b2,a4,j,h)}, +aH1(b7,b8,b9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6 +if(b7===b8)return b7 +s=b9<0.5?b7.a:b8.a +r=b7.b +q=b8.b +p=A.w(r,q,b9) +p.toString +o=b7.c +n=b8.c +m=A.w(o,n,b9) +m.toString +l=b7.d +if(l==null)l=r +k=b8.d +l=A.w(l,k==null?q:k,b9) +k=b7.e +if(k==null)k=o +j=b8.e +k=A.w(k,j==null?n:j,b9) +j=b7.f +i=b8.f +h=A.w(j,i,b9) +h.toString +g=b7.r +f=b8.r +e=A.w(g,f,b9) +e.toString +d=b7.w +if(d==null)d=j +c=b8.w +d=A.w(d,c==null?i:c,b9) +c=b7.x +if(c==null)c=g +b=b8.x +c=A.w(c,b==null?f:b,b9) +b=b7.y +a=b==null +a0=a?j:b +a1=b8.y +a2=a1==null +a0=A.w(a0,a2?i:a1,b9) +a3=b7.z +a4=a3==null +a5=a4?g:a3 +a6=b8.z +a7=a6==null +a5=A.w(a5,a7?f:a6,b9) +a8=b7.Q +if(a8==null)j=a?j:b +else j=a8 +b=b8.Q +if(b==null)i=a2?i:a1 +else i=b +i=A.w(j,i,b9) +j=b7.as +if(j==null)j=a4?g:a3 +g=b8.as +if(g==null)g=a7?f:a6 +g=A.w(j,g,b9) +j=b7.at +f=b8.at +b=A.w(j,f,b9) +b.toString +a=b7.ax +a1=b8.ax +a2=A.w(a,a1,b9) +a2.toString +a3=b7.ay +j=a3==null?j:a3 +a3=b8.ay +j=A.w(j,a3==null?f:a3,b9) +f=b7.ch +if(f==null)f=a +a=b8.ch +f=A.w(f,a==null?a1:a,b9) +a=A.w(b7.CW,b8.CW,b9) +a.toString +a1=b7.cx +a3=b8.cx +a4=A.w(a1,a3,b9) +a4.toString +a6=b7.cy +a7=b8.cy +a8=A.w(a6,a7,b9) +a8.toString +a9=b7.db +b0=b8.db +b1=A.w(a9,b0,b9) +b1.toString +b2=b7.dx +if(b2==null)b2=a6 +b3=b8.dx +b2=A.w(b2,b3==null?a7:b3,b9) +b3=b7.dy +if(b3==null)b3=a9 +b4=b8.dy +b3=A.w(b3,b4==null?b0:b4,b9) +b4=b7.fr +if(b4==null)b4=a1 +b5=b8.fr +b4=A.w(b4,b5==null?a3:b5,b9) +b5=b7.fx +a1=b5==null?a1:b5 +b5=b8.fx +a1=A.w(a1,b5==null?a3:b5,b9) +a3=b7.fy +if(a3==null)a3=B.k +b5=b8.fy +a3=A.w(a3,b5==null?B.k:b5,b9) +b5=b7.go +if(b5==null)b5=B.k +b6=b8.go +b5=A.w(b5,b6==null?B.k:b6,b9) +b6=b7.id +a9=b6==null?a9:b6 +b6=b8.id +a9=A.w(a9,b6==null?b0:b6,b9) +b0=b7.k1 +a6=b0==null?a6:b0 +b0=b8.k1 +a6=A.w(a6,b0==null?a7:b0,b9) +a7=b7.k2 +o=a7==null?o:a7 +a7=b8.k2 +o=A.w(o,a7==null?n:a7,b9) +n=b7.k3 +r=n==null?r:n +n=b8.k3 +return A.a1e(a,s,b,j,o,a9,a4,a2,f,a6,m,k,e,c,b1,b3,a5,g,b4,a1,p,l,b5,h,d,a3,a8,A.w(r,n==null?q:n,b9),b2,a0,i)}, +qg:function qg(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1}, +SN:function SN(){}, +xT:function xT(a,b){this.b=a +this.a=b}, +aHq(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.a1M(a.a,b.a,c) +r=t._ +q=A.aH(a.b,b.b,c,A.bI(),r) +p=A.W(a.c,b.c,c) +o=A.W(a.d,b.d,c) +n=A.b4(a.e,b.e,c) +r=A.aH(a.f,b.f,c,A.bI(),r) +m=A.W(a.r,b.r,c) +l=A.b4(a.w,b.w,c) +k=A.W(a.x,b.x,c) +j=A.W(a.y,b.y,c) +i=A.W(a.z,b.z,c) +h=A.W(a.Q,b.Q,c) +g=c<0.5 +f=g?a.as:b.as +g=g?a.at:b.at +return new A.w7(s,q,p,o,n,r,m,l,k,j,i,h,f,g)}, +w7:function w7(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}, +Tc:function Tc(){}, +aHv(b6,b7,b8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5 +if(b6===b7&&!0)return b6 +s=A.w(b6.a,b7.a,b8) +r=A.W(b6.b,b7.b,b8) +q=A.w(b6.c,b7.c,b8) +p=A.w(b6.d,b7.d,b8) +o=A.d3(b6.e,b7.e,b8) +n=A.w(b6.f,b7.f,b8) +m=A.w(b6.r,b7.r,b8) +l=A.b4(b6.w,b7.w,b8) +k=A.b4(b6.x,b7.x,b8) +j=A.b4(b6.y,b7.y,b8) +i=A.b4(b6.z,b7.z,b8) +h=t._ +g=A.aH(b6.Q,b7.Q,b8,A.bI(),h) +f=A.aH(b6.as,b7.as,b8,A.bI(),h) +e=A.aH(b6.at,b7.at,b8,A.bI(),h) +d=A.aH(b6.ax,b7.ax,b8,A.bI(),h) +c=A.aH(b6.ay,b7.ay,b8,A.bI(),h) +b=A.aHu(b6.ch,b7.ch,b8) +a=A.b4(b6.CW,b7.CW,b8) +a0=A.aH(b6.cx,b7.cx,b8,A.bI(),h) +a1=A.aH(b6.cy,b7.cy,b8,A.bI(),h) +a2=A.aH(b6.db,b7.db,b8,A.bI(),h) +a3=A.w(b6.dx,b7.dx,b8) +a4=A.W(b6.dy,b7.dy,b8) +a5=A.w(b6.fr,b7.fr,b8) +a6=A.w(b6.fx,b7.fx,b8) +a7=A.d3(b6.fy,b7.fy,b8) +a8=A.w(b6.go,b7.go,b8) +a9=A.w(b6.id,b7.id,b8) +b0=A.b4(b6.k1,b7.k1,b8) +b1=A.b4(b6.k2,b7.k2,b8) +b2=A.w(b6.k3,b7.k3,b8) +h=A.aH(b6.k4,b7.k4,b8,A.bI(),h) +b3=A.w(b6.ok,b7.ok,b8) +if(b8<0.5)b4=b6.p1 +else b4=b7.p1 +b5=A.iN(b6.p2,b7.p2,b8) +return new A.w8(s,r,q,p,o,n,m,l,k,j,i,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,h,b3,b4,b5,A.iN(b6.p3,b7.p3,b8))}, +aHu(a,b,c){var s +if(a==b)return a +if(a==null){s=b.a +return A.at(new A.aB(A.Q(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.y,-1),b,c)}s=a.a +return A.at(a,new A.aB(A.Q(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.y,-1),c)}, +w8:function w8(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3 +_.p1=b4 +_.p2=b5 +_.p3=b6}, +Te:function Te(){}, +aPb(a,b,c,d){return new A.hZ(A.eY(B.nG,b,null),!1,d,null)}, +aHH(a,b,c,d,e,f,g,h,i,j,k){var s,r,q,p,o,n,m=null,l=A.fY(f,B.i7,t.c4) +l.toString +l=l.gZ() +s=A.a([],t.Zt) +r=$.ad +q=A.rJ(B.ci) +p=A.a([],t.wi) +o=$.aO() +n=$.ad +return new A.wg(new A.a1Z(e,h,!0),!0,l,b,B.nM,A.aRP(),a,m,i,s,A.ax(t.kj),new A.bO(m,k.h("bO>")),new A.bO(m,t.B),new A.yv(),m,0,new A.bc(new A.a9(r,k.h("a9<0?>")),k.h("bc<0?>")),q,p,B.Es,new A.ff(m,o),new A.bc(new A.a9(n,k.h("a9<0?>")),k.h("bc<0?>")),k.h("wg<0>"))}, +HS:function HS(a,b){this.as=a +this.a=b}, +wg:function wg(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 +_.eS=a +_.fR=b +_.ll=c +_.je=d +_.F=e +_.ac=f +_.aB=g +_.fr=h +_.fx=i +_.fy=!1 +_.id=_.go=null +_.k1=j +_.k2=k +_.k3=l +_.k4=m +_.ok=n +_.p1=$ +_.p2=null +_.p3=$ +_.k9$=o +_.wA$=p +_.y=q +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=r +_.CW=_.ch=null +_.e=s +_.a=null +_.b=a0 +_.c=a1 +_.d=a2 +_.$ti=a3}, +a1Z:function a1Z(a,b,c){this.a=a +this.b=b +this.c=c}, +aiz:function aiz(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}, +aHI(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=A.w(a.a,b.a,c) +r=A.W(a.b,b.b,c) +q=A.w(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.d3(a.e,b.e,c) +n=A.v2(a.f,b.f,c) +m=A.w(a.y,b.y,c) +l=A.b4(a.r,b.r,c) +k=A.b4(a.w,b.w,c) +return new A.nn(s,r,q,p,o,n,l,k,A.dh(a.x,b.x,c),m)}, +nn:function nn(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}, +Tq:function Tq(){}, +aHV(a,b,c){var s,r,q,p,o=A.aqy(a) +A.ao(a) +s=A.ayC(a) +r=o.a +q=r +if(q==null)q=s==null?null:s.gal() +p=c +if(q==null)return new A.aB(B.k,p,B.y,-1) +return new A.aB(q,p,B.y,-1)}, +ayC(a){return new A.aiA(a,null,16,1,0,0)}, +PS:function PS(a){this.a=a}, +aiA:function aiA(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +aHU(a,b,c){var s,r,q,p +if(a===b&&!0)return a +s=A.w(a.a,b.a,c) +r=A.W(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.W(a.d,b.d,c) +return new A.np(s,r,q,p,A.W(a.e,b.e,c))}, +aqy(a){var s +a.ak(t.Jj) +s=A.ao(a) +return s.bG}, +np:function np(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Tu:function Tu(){}, +aIi(a,b,c){var s,r,q,p,o,n,m +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.d3(a.f,b.f,c) +m=A.d3(a.r,b.r,c) +return new A.qt(s,r,q,p,o,n,m,A.W(a.w,b.w,c))}, +qt:function qt(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}, +TC:function TC(){}, +aIj(a,b,c){var s,r +if(a===b&&!0)return a +s=A.b4(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.qu(s,r,A.are(a.c,b.c,c))}, +qu:function qu(a,b,c){this.a=a +this.b=b +this.c=c}, +TD:function TD(){}, +Bg:function Bg(a,b){this.a=a +this.b=b}, +TK:function TK(a){this.a=a}, +TI:function TI(a){this.a=a}, +TJ:function TJ(a,b){this.a=a +this.b=b}, +YN:function YN(){}, +YO:function YO(){}, +YP:function YP(){}, +YQ:function YQ(){}, +aIq(a,b,c){if(a===b)return a +return new A.qy(A.iN(a.a,b.a,c))}, +qy:function qy(a){this.a=a}, +TL:function TL(){}, +avr(a,b,c){if(b!=null&&!b.k(0,B.L))return A.aH6(A.Q(B.c.ar(255*A.aIr(c)),b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255),a) +return a}, +aIr(a){var s,r,q,p,o,n +if(a<0)return 0 +for(s=0;r=B.qq[s],q=r.a,a>=q;){if(a===q||s+1===6)return r.b;++s}p=B.qq[s-1] +o=p.a +n=p.b +return n+(a-o)/(q-o)*(r.b-n)}, +kV:function kV(a,b){this.a=a +this.b=b}, +ayF(a){var s=null +return new A.aiI(a,s,s,s,s,s,s,s,s,s,s,s)}, +a3s:function a3s(){this.a=null}, +wD:function wD(a,b,c,d){var _=this +_.d=a +_.r=b +_.at=c +_.a=d}, +Bh:function Bh(a,b,c,d,e,f,g){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.at=_.as=_.Q=_.z=_.y=_.x=_.w=$ +_.ax=!1 +_.ay=$ +_.fe$=e +_.de$=f +_.a=null +_.b=g +_.c=null}, +aiL:function aiL(a){this.a=a}, +aiK:function aiK(a){this.a=a}, +aiJ:function aiJ(){}, +aiI:function aiI(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.as=a +_.ax=_.at=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l}, +Dx:function Dx(){}, +aIC(a,b,c,d,e,f,g,h,i,j,k){return new A.qC(a,c,k,g,b,h,d,j,f,i,e)}, +aID(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.dh(a.c,b.c,c) +p=A.v2(a.d,b.d,c) +o=A.dh(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.w(a.r,b.r,c) +l=A.w(a.w,b.w,c) +k=A.w(a.x,b.x,c) +j=A.d3(a.y,b.y,c) +return A.aIC(s,o,r,m,A.d3(a.z,b.z,c),k,p,n,j,l,q)}, +a3t(a){var s +a.ak(t.o6) +s=A.ao(a) +return s.ap}, +qC:function qC(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}, +TQ:function TQ(){}, +Bi:function Bi(a,b){this.a=a +this.b=b}, +TT:function TT(a){this.a=a}, +TS:function TS(a,b){this.a=a +this.b=b}, +YV:function YV(){}, +YW:function YW(){}, +YX:function YX(){}, +aIT(a,b,c){if(a===b)return a +return new A.qE(A.iN(a.a,b.a,c))}, +qE:function qE(a){this.a=a}, +TU:function TU(){}, +wK:function wK(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.z=f +_.b=g +_.a=h}, +Iw(a,b,c){return new A.Iv(a,c,b?B.afp:B.afo,null)}, +aio:function aio(){}, +Bl:function Bl(a,b){this.a=a +this.b=b}, +Iv:function Iv(a,b,c,d){var _=this +_.c=a +_.z=b +_.k1=c +_.a=d}, +TE:function TE(a,b){this.a=a +this.b=b}, +SL:function SL(a,b){this.c=a +this.a=b}, +Wr:function Wr(a,b,c,d){var _=this +_.F=null +_.ac=a +_.aB=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +aiM:function aiM(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}, +aMl(a,b){return a.r.a-16-a.e.c-a.a.a+b}, +ayz(a,b,c,d,e){return new A.AL(c,d,a,b,new A.by(A.a([],t.F),t.R),new A.by(A.a([],t.b),t.fy),0,e.h("AL<0>"))}, +a3O:function a3O(){}, +adE:function adE(){}, +a3B:function a3B(){}, +a3A:function a3A(){}, +Ip:function Ip(){}, +aiC:function aiC(){}, +aiB:function aiB(){}, +a3N:function a3N(){}, +alD:function alD(){}, +AL:function AL(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.a=c +_.b=d +_.d=_.c=null +_.cE$=e +_.cD$=f +_.lg$=g +_.$ti=h}, +YR:function YR(){}, +YS:function YS(){}, +YT:function YT(){}, +YU:function YU(){}, +avA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.qH(k,a,i,m,a1,c,j,n,b,l,r,d,o,s,a0,p,g,e,f,h,q)}, +aIU(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.w(a2.a,a3.a,a4) +r=A.w(a2.b,a3.b,a4) +q=A.w(a2.c,a3.c,a4) +p=A.w(a2.d,a3.d,a4) +o=A.w(a2.e,a3.e,a4) +n=A.W(a2.f,a3.f,a4) +m=A.W(a2.r,a3.r,a4) +l=A.W(a2.w,a3.w,a4) +k=A.W(a2.x,a3.x,a4) +j=A.W(a2.y,a3.y,a4) +i=A.d3(a2.z,a3.z,a4) +h=a4<0.5 +if(h)g=a2.Q +else g=a3.Q +f=A.W(a2.as,a3.as,a4) +e=A.lm(a2.at,a3.at,a4) +d=A.lm(a2.ax,a3.ax,a4) +c=A.lm(a2.ay,a3.ay,a4) +b=A.lm(a2.ch,a3.ch,a4) +a=A.W(a2.CW,a3.CW,a4) +a0=A.dh(a2.cx,a3.cx,a4) +a1=A.b4(a2.cy,a3.cy,a4) +if(h)h=a2.db +else h=a3.db +return A.avA(r,k,n,g,a,a0,b,a1,q,m,s,j,p,l,f,c,h,i,e,d,o)}, +qH:function qH(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}, +TX:function TX(){}, +a5Z(a,b,c,d,e,f,g,h,i,j,a0,a1,a2,a3,a4,a5,a6){var s,r,q,p,o,n,m=null,l=h==null,k=l&&!0?m:new A.Uj(h,b) +if(l)l=i==null +else l=!1 +s=l?m:new A.Ul(h,g,j,i) +l=a4==null?m:new A.b6(a4,t.h9) +r=a3==null?m:new A.b6(a3,t.Ak) +q=a2==null?m:new A.b6(a2,t.iL) +p=f==null?m:new A.b6(f,t.iL) +o=a1==null?m:new A.b6(a1,t.iL) +n=a0==null?m:new A.b6(a0,t.QL) +return A.ln(a,m,m,m,d,p,k,m,n,o,q,new A.Uk(e,c),s,r,m,m,m,m,l,a5,m,a6)}, +Uj:function Uj(a,b){this.a=a +this.b=b}, +Ul:function Ul(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Uk:function Uk(a,b){this.a=a +this.b=b}, +YZ:function YZ(){}, +aJq(a,b,c){if(a===b)return a +return new A.k5(A.iN(a.a,b.a,c))}, +a5Y(a,b){return new A.x3(b,a,null)}, +aJr(a){var s=a.ak(t.g5),r=s==null?null:s.w +return r==null?A.ao(a).a4:r}, +k5:function k5(a){this.a=a}, +x3:function x3(a,b,c){this.w=a +this.b=b +this.a=c}, +Um:function Um(){}, +xh:function xh(a,b,c){this.c=a +this.e=b +this.a=c}, +BC:function BC(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +xi:function xi(a,b,c,d){var _=this +_.f=_.e=null +_.r=!0 +_.w=a +_.a=b +_.b=c +_.c=d +_.d=!1}, +lN:function lN(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}, +aQ3(a,b,c){if(c!=null)return c +if(b)return new A.anJ(a) +return null}, +anJ:function anJ(a){this.a=a}, +ajG:function ajG(){}, +xk:function xk(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}, +aQ2(a,b,c){if(c!=null)return c +if(b)return new A.anI(a) +return null}, +aQ8(a,b,c,d){var s,r,q,p,o,n +if(b){if(c!=null){s=c.$0() +r=new A.J(s.c-s.a,s.d-s.b)}else r=a.gC() +q=d.a9(0,B.l).gcO() +p=d.a9(0,new A.o(0+r.a,0)).gcO() +o=d.a9(0,new A.o(0,0+r.b)).gcO() +n=d.a9(0,r.Nr(B.l)).gcO() +return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, +anI:function anI(a){this.a=a}, +ajH:function ajH(){}, +xl:function xl(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}, +Jq(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s=null +return new A.Jp(d,p,s,s,s,s,o,s,s,s,s,m,n,k,!0,B.aQ,s,b,e,g,j,i,q,r,a0,f!==!1,!1,l,!1,h,c,a1,s,s)}, +k9:function k9(){}, +r2:function r2(){}, +C9:function C9(a,b,c){this.f=a +this.b=b +this.a=c}, +xj:function xj(){}, +BB:function BB(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.ok=b1 +_.p1=b2 +_.p2=b3 +_.p3=b4 +_.p4=b5 +_.R8=b6 +_.a=b7}, +mO:function mO(a,b){this.a=a +this.b=b}, +BA:function BA(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.w=$ +_.x=null +_.y=b +_.z=null +_.Q=!1 +_.mJ$=c +_.a=null +_.b=d +_.c=null}, +ajE:function ajE(){}, +ajA:function ajA(a){this.a=a}, +ajD:function ajD(){}, +ajF:function ajF(a,b){this.a=a +this.b=b}, +ajz:function ajz(a,b){this.a=a +this.b=b}, +ajC:function ajC(a){this.a=a}, +ajB:function ajB(a,b){this.a=a +this.b=b}, +Jp:function Jp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.ok=b1 +_.p1=b2 +_.p2=b3 +_.a=b4}, +DA:function DA(){}, +Jr:function Jr(){}, +eK:function eK(a,b,c){this.b=a +this.c=b +this.a=c}, +aIV(a){if(a===-1)return"FloatingLabelAlignment.start" +if(a===0)return"FloatingLabelAlignment.center" +return"FloatingLabelAlignment(x: "+B.i.a5(a,1)+")"}, +avX(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.xm(a8,p,a1,a0,a3,a2,k,j,o,n,a7,e,!1,a5,b1,b0,b3,b2,f,m,l,a9,a,q,a4,i,r,s,g,h,c,!1,d)}, +a3P:function a3P(a,b){this.a=a +this.b=b}, +Ix:function Ix(){}, +xm:function xm(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}, +Uv:function Uv(){}, +al7(a,b){if(a==null)return B.U +a.cX(b,!0) +return a.gC()}, +JP:function JP(a,b){this.a=a +this.b=b}, +a7t:function a7t(a,b){this.a=a +this.b=b}, +JO:function JO(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.CW=e +_.cy=f +_.a=g}, +a7u:function a7u(a){this.a=a}, +Ut:function Ut(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +iC:function iC(a,b){this.a=a +this.b=b}, +UN:function UN(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.at=k +_.ax=l +_.ay=m +_.ch=n +_.a=o}, +Wy:function Wy(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.L=a +_.ab=b +_.ap=c +_.aw=d +_.aX=e +_.a4=f +_.b4=g +_.aV=h +_.bw=i +_.bM=j +_.lj$=k +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=l +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +al9:function al9(a,b){this.a=a +this.b=b}, +al8:function al8(a,b,c){this.a=a +this.b=b +this.c=c}, +ajY:function ajY(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.cy=a +_.dy=_.dx=_.db=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0}, +Zg:function Zg(){}, +a7r(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.ra(b,l,m,j,e,o,r,n,f,a,p,k,d,h,g,c,i,s,q)}, +aJQ(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.d3(a0.b,a1.b,a2) +if(s)p=a0.c +else p=a1.c +o=A.w(a0.d,a1.d,a2) +n=A.w(a0.e,a1.e,a2) +m=A.w(a0.f,a1.f,a2) +l=A.b4(a0.r,a1.r,a2) +k=A.b4(a0.w,a1.w,a2) +j=A.b4(a0.x,a1.x,a2) +i=A.dh(a0.y,a1.y,a2) +h=A.w(a0.z,a1.z,a2) +g=A.w(a0.Q,a1.Q,a2) +f=A.W(a0.as,a1.as,a2) +e=A.W(a0.at,a1.at,a2) +d=A.W(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.a7r(i,r,c,f,n,j,d,e,b,o,g,q,p,k,m,h,s,l,a)}, +awg(a,b,c){return new A.o3(b,a,c)}, +awh(a){var s=a.ak(t.NJ),r=s==null?null:s.ge0() +return r==null?A.ao(a).b4:r}, +aJR(a,b,c,d){var s=null +return new A.es(new A.a7s(s,s,s,c,s,b,d,s,s,s,s,s,s,s,s,s,s,s,s,s,a),s)}, +ra:function ra(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}, +o3:function o3(a,b,c){this.w=a +this.b=b +this.a=c}, +a7s:function a7s(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}, +UO:function UO(){}, +m2(a,b,c,d,e,f,g,h,i,j,k,l,m){return new A.xR(d,m,g,f,i,k,l,j,!0,e,a,c,h)}, +aJz(a,b){var s,r,q,p,o,n,m,l,k,j,i=t.TT,h=A.a([a],i),g=A.a([b],i) +for(s=b,r=a;r!==s;){q=r.c +p=s.c +if(q>=p){o=r.d +if(!(o instanceof A.L)||!o.t9(r))return null +h.push(o) +r=o}if(q<=p){n=s.d +if(!(n instanceof A.L)||!n.t9(s))return null +g.push(n) +s=n}}m=new A.bp(new Float64Array(16)) +m.fB() +l=new A.bp(new Float64Array(16)) +l.fB() +for(k=g.length-1;k>0;k=j){j=k-1 +g[k].eM(g[j],m)}for(k=h.length-1;k>0;k=j){j=k-1 +h[k].eM(h[j],l)}if(l.fJ(l)!==0){l.dg(m) +i=l}else i=null +return i}, +m3:function m3(a,b){this.a=a +this.b=b}, +xR:function xR(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 +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.a=m}, +UW:function UW(a,b,c,d){var _=this +_.d=a +_.dI$=b +_.bi$=c +_.a=null +_.b=d +_.c=null}, +akm:function akm(a){this.a=a}, +Ci:function Ci(a,b,c,d){var _=this +_.F=a +_.aB=b +_.c_=null +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Uu:function Uu(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +i5:function i5(){}, +mw:function mw(a,b){this.a=a +this.b=b}, +BO:function BO(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}, +US:function US(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +ak6:function ak6(){}, +ak7:function ak7(){}, +ak8:function ak8(){}, +ak9:function ak9(){}, +CH:function CH(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Xc:function Xc(a,b,c){this.b=a +this.c=b +this.a=c}, +Z1:function Z1(){}, +UT:function UT(){}, +HK:function HK(){}, +asf(a){return new A.BQ(a,a.$1(B.a6c).gl())}, +i9(a,b,c){if(c.h("aT<0>").b(a))return a.O(b) +return a}, +aH(a,b,c,d,e){if(a==null&&b==null)return null +return new A.BF(a,b,c,d,e.h("BF<0>"))}, +awp(a){var s=A.ax(t.ui) +if(a!=null)s.K(0,a) +return new A.LN(s,$.aO())}, +c8:function c8(a,b){this.a=a +this.b=b}, +LK:function LK(){}, +BQ:function BQ(a,b){this.c=a +this.a=b}, +LM:function LM(){}, +TM:function TM(){}, +LJ:function LJ(){}, +UX:function UX(a,b,c,d,e){var _=this +_.x=a +_.a=b +_.b=c +_.c=d +_.d=e}, +aT:function aT(){}, +BF:function BF(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +cs:function cs(a,b){this.a=a +this.$ti=b}, +b6:function b6(a,b){this.a=a +this.$ti=b}, +LN:function LN(a,b){var _=this +_.a=a +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +LL:function LL(){}, +a7N:function a7N(a,b,c){this.a=a +this.b=b +this.c=c}, +a7L:function a7L(){}, +a7M:function a7M(){}, +aKh(a,b,c){if(a===b)return a +return new A.LT(A.are(a.a,b.a,c))}, +LT:function LT(a){this.a=a}, +aKi(a,b,c){if(a===b)return a +return new A.rh(A.iN(a.a,b.a,c))}, +rh:function rh(a){this.a=a}, +V0:function V0(){}, +are(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.aH(r,p,c,A.bI(),o) +r=s?d:a.b +r=A.aH(r,q?d:b.b,c,A.bI(),o) +n=s?d:a.c +o=A.aH(n,q?d:b.c,c,A.bI(),o) +n=s?d:a.d +m=q?d:b.d +m=A.aH(n,m,c,A.E8(),t.PM) +n=s?d:a.e +l=q?d:b.e +l=A.aH(n,l,c,A.asV(),t.pc) +n=s?d:a.f +k=q?d:b.f +j=t.tW +k=A.aH(n,k,c,A.E7(),j) +n=s?d:a.r +n=A.aH(n,q?d:b.r,c,A.E7(),j) +i=s?d:a.w +j=A.aH(i,q?d:b.w,c,A.E7(),j) +i=s?d:a.x +h=q?d:b.x +g=s?d:a.y +f=q?d:b.y +f=A.aH(g,f,c,A.asO(),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.y6(p,r,o,m,l,k,n,j,new A.UM(i,h,c),f,e,g,A.v2(s,q?d:b.as,c))}, +y6:function y6(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}, +UM:function UM(a,b,c){this.a=a +this.b=b +this.c=c}, +V1:function V1(){}, +aKj(a,b,c){if(a===b)return a +return new A.of(A.are(a.a,b.a,c))}, +of:function of(a){this.a=a}, +V2:function V2(){}, +aKt(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.W(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.d3(a.r,b.r,c) +l=A.aH(a.w,b.w,c,A.E4(),t.p8) +k=A.aH(a.x,b.x,c,A.aBf(),t.lF) +if(c<0.5)j=a.y +else j=b.y +return new A.rm(s,r,q,p,o,n,m,l,k,j,A.aH(a.z,b.z,c,A.bI(),t._))}, +rm:function rm(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}, +Va:function Va(){}, +aKu(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=A.W(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.d3(a.r,b.r,c) +l=a.w +l=A.adn(l,l,c) +k=A.aH(a.x,b.x,c,A.E4(),t.p8) +return new A.yl(s,r,q,p,o,n,m,l,k,A.aH(a.y,b.y,c,A.aBf(),t.lF))}, +yl:function yl(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}, +Vb:function Vb(){}, +aKv(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.W(a.b,b.b,c) +q=A.b4(a.c,b.c,c) +p=A.b4(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.k6(o,b.e,c) +n=a.f +if(n==null)m=b.f==null +else m=!1 +if(m)n=null +else n=A.k6(n,b.f,c) +m=A.W(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.w(a.y,b.y,c) +i=A.d3(a.z,b.z,c) +h=A.W(a.Q,b.Q,c) +return new A.rn(s,r,q,p,o,n,m,k,l,j,i,h,A.W(a.as,b.as,c))}, +rn:function rn(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}, +Vc:function Vc(){}, +akE:function akE(){}, +Mh:function Mh(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.a=c +_.b=d +_.c=e +_.d=!1}, +Vl:function Vl(a,b){this.a=a +this.b=b}, +Vn:function Vn(a){this.a=a}, +Vm:function Vm(a,b){this.a=a +this.b=b}, +Z6:function Z6(){}, +Z7:function Z7(){}, +Z8:function Z8(){}, +aKy(a,b,c){if(a===b)return a +return new A.ru(A.iN(a.a,b.a,c))}, +ru:function ru(a){this.a=a}, +Vo:function Vo(){}, +ayM(a,b,c){var s=null,r=A.a([],t.Zt),q=$.ad,p=A.rJ(B.ci),o=A.a([],t.wi),n=$.aO(),m=$.ad +return new A.C8(!1,!0,!1,s,s,r,A.ax(t.kj),new A.bO(s,c.h("bO>")),new A.bO(s,t.B),new A.yv(),s,0,new A.bc(new A.a9(q,c.h("a9<0?>")),c.h("bc<0?>")),p,o,b,new A.ff(s,n),new A.bc(new A.a9(m,c.h("a9<0?>")),c.h("bc<0?>")),c.h("C8<0>"))}, +o7:function o7(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.je=a +_.bG=b +_.bt=c +_.L=d +_.fr=e +_.fx=f +_.fy=!1 +_.id=_.go=null +_.k1=g +_.k2=h +_.k3=i +_.k4=j +_.ok=k +_.p1=$ +_.p2=null +_.p3=$ +_.k9$=l +_.wA$=m +_.y=n +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=o +_.CW=_.ch=null +_.e=p +_.a=null +_.b=q +_.c=r +_.d=s +_.$ti=a0}, +o8:function o8(){}, +kc:function kc(a,b,c,d,e,f){var _=this +_.r=a +_.c=b +_.d=c +_.a=d +_.b=e +_.$ti=f}, +C8:function C8(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.bG=a +_.bt=b +_.L=c +_.fr=d +_.fx=e +_.fy=!1 +_.id=_.go=null +_.k1=f +_.k2=g +_.k3=h +_.k4=i +_.ok=j +_.p1=$ +_.p2=null +_.p3=$ +_.k9$=k +_.wA$=l +_.y=m +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=n +_.CW=_.ch=null +_.e=o +_.a=null +_.b=p +_.c=q +_.d=r +_.$ti=s}, +BP:function BP(){}, +DC:function DC(){}, +aAq(a,b,c){var s,r +a.fB() +if(b===1)return +a.ek(b,b) +s=c.a +r=c.b +a.aI(-((s*b-s)/2),-((r*b-r)/2))}, +azp(a,b,c,d){var s=new A.Dr(c,a,d,b,new A.bp(new Float64Array(16)),A.aw(),A.aw(),$.aO()),r=s.geA() +a.aa(r) +a.f6(s.gqg()) +d.a.aa(r) +b.aa(r) +return s}, +azq(a,b,c,d){var s=new A.Ds(c,d,b,a,new A.bp(new Float64Array(16)),A.aw(),A.aw(),$.aO()),r=s.geA() +d.a.aa(r) +b.aa(r) +a.f6(s.gqg()) +return s}, +YK:function YK(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +an_:function an_(a){this.a=a}, +an0:function an0(a){this.a=a}, +an1:function an1(a){this.a=a}, +an2:function an2(a){this.a=a}, +mX:function mX(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +YI:function YI(a,b,c,d){var _=this +_.d=$ +_.lh$=a +_.ka$=b +_.li$=c +_.a=null +_.b=d +_.c=null}, +mY:function mY(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +YJ:function YJ(a,b,c,d){var _=this +_.d=$ +_.lh$=a +_.ka$=b +_.li$=c +_.a=null +_.b=d +_.c=null}, +id:function id(){}, +RW:function RW(){}, +Hv:function Hv(){}, +yw:function yw(a){this.a=a}, +a9q:function a9q(a){this.a=a}, +uG:function uG(){}, +Dr:function Dr(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.k1$=0 +_.k2$=h +_.k4$=_.k3$=0 +_.ok$=!1}, +amY:function amY(a,b){this.a=a +this.b=b}, +Ds:function Ds(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.k1$=0 +_.k2$=h +_.k4$=_.k3$=0 +_.ok$=!1}, +amZ:function amZ(a,b){this.a=a +this.b=b}, +Vr:function Vr(){}, +DJ:function DJ(){}, +DK:function DK(){}, +aL0(a,b,c){var s,r,q,p,o,n,m,l,k,j,i +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.d3(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.b4(a.f,b.f,c) +m=A.aH(a.r,b.r,c,A.E4(),t.p8) +l=c<0.5 +if(l)k=a.w +else k=b.w +if(l)j=a.x +else j=b.x +if(l)l=a.y +else l=b.y +i=A.w(a.z,b.z,c) +return new A.rE(s,r,q,p,o,n,m,k,j,l,i,A.W(a.Q,b.Q,c))}, +rE:function rE(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}, +W2:function W2(){}, +aLj(a,b,c){var s,r,q,p +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.W(a.c,b.c,c) +p=A.w(a.d,b.d,c) +return new A.rI(s,r,q,p,A.w(a.e,b.e,c))}, +rI:function rI(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +W4:function W4(){}, +aLk(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.aH(a.b,b.b,c,A.bI(),q) +if(s)o=a.e +else o=b.e +q=A.aH(a.c,b.c,c,A.bI(),q) +n=A.W(a.d,b.d,c) +if(s)s=a.f +else s=b.f +return new A.rM(r,p,q,n,o,s)}, +rM:function rM(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +W8:function W8(){}, +ze(a,b,c,d,e,f){return new A.oK(a,c,e,f,b,d,null)}, +ac0(a){var s=a.wF(t.Np) +if(s!=null)return s +throw A.d(A.aqO(A.a([A.Ii("Scaffold.of() called with a context that does not contain a Scaffold."),A.bu("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.a3l('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.a3l("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.aa9("The context used was")],t.D)))}, +fD:function fD(a,b){this.a=a +this.b=b}, +zf:function zf(a,b){this.c=a +this.a=b}, +Od:function Od(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.r=c +_.y=_.x=null +_.dI$=d +_.bi$=e +_.a=null +_.b=f +_.c=null}, +abV:function abV(a,b,c){this.a=a +this.b=b +this.c=c}, +Cv:function Cv(a,b,c){this.f=a +this.b=b +this.a=c}, +abW:function abW(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.y=i}, +aml:function aml(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Oc:function Oc(a,b){this.a=a +this.b=b}, +WV:function WV(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.k1$=0 +_.k2$=c +_.k4$=_.k3$=0 +_.ok$=!1}, +AO:function AO(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g}, +Sv:function Sv(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +alB:function alB(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}, +Bj:function Bj(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +Bk:function Bk(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.y=null +_.dI$=a +_.bi$=b +_.a=null +_.b=c +_.c=null}, +aiN:function aiN(a,b){this.a=a +this.b=b}, +oK:function oK(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.ch=e +_.CW=f +_.a=g}, +t_:function t_(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 +_.bP$=i +_.hS$=j +_.wz$=k +_.fg$=l +_.hT$=m +_.dI$=n +_.bi$=o +_.a=null +_.b=p +_.c=null}, +abZ:function abZ(a,b){this.a=a +this.b=b}, +abY:function abY(a,b){this.a=a +this.b=b}, +abX:function abX(a,b,c){this.a=a +this.b=b +this.c=c}, +ac_:function ac_(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Ts:function Ts(a,b){this.e=a +this.a=b +this.b=null}, +WW:function WW(a,b,c){this.f=a +this.b=b +this.a=c}, +alC:function alC(){}, +Cw:function Cw(){}, +Cx:function Cx(){}, +Cy:function Cy(){}, +Dy:function Dy(){}, +Ol:function Ol(a,b,c){this.c=a +this.d=b +this.a=c}, +uk:function uk(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.fy=a +_.c=b +_.d=c +_.e=d +_.r=e +_.w=f +_.Q=g +_.ay=h +_.ch=i +_.CW=j +_.cx=k +_.cy=l +_.db=m +_.a=n}, +UV:function UV(a,b,c,d){var _=this +_.cy=$ +_.dx=_.db=!1 +_.fx=_.fr=_.dy=$ +_.w=_.r=_.f=_.e=_.d=null +_.y=_.x=$ +_.z=a +_.as=_.Q=!1 +_.at=$ +_.dI$=b +_.bi$=c +_.a=null +_.b=d +_.c=null}, +akf:function akf(a){this.a=a}, +akc:function akc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ake:function ake(a,b,c){this.a=a +this.b=b +this.c=c}, +akd:function akd(a,b,c){this.a=a +this.b=b +this.c=c}, +akb:function akb(a){this.a=a}, +akl:function akl(a){this.a=a}, +akk:function akk(a){this.a=a}, +akj:function akj(a){this.a=a}, +akh:function akh(a){this.a=a}, +aki:function aki(a){this.a=a}, +akg:function akg(a){this.a=a}, +aLP(a,b,c){var s,r,q,p,o,n,m,l,k,j,i +if(a===b&&!0)return a +s=t.X7 +r=A.aH(a.a,b.a,c,A.aBL(),s) +q=A.aH(a.b,b.b,c,A.E8(),t.PM) +s=A.aH(a.c,b.c,c,A.aBL(),s) +p=a.d +o=b.d +n=c<0.5 +p=n?p:o +o=a.e +m=b.e +o=n?o:m +n=A.yP(a.f,b.f,c) +m=t._ +l=A.aH(a.r,b.r,c,A.bI(),m) +k=A.aH(a.w,b.w,c,A.bI(),m) +m=A.aH(a.x,b.x,c,A.bI(),m) +j=A.W(a.y,b.y,c) +i=A.W(a.z,b.z,c) +return new A.oP(r,q,s,p,o,n,l,k,m,j,i,A.W(a.Q,b.Q,c))}, +aQt(a,b,c){return c<0.5?a:b}, +axr(a){var s +a.ak(t.NF) +s=A.ao(a) +return s.w}, +oP:function oP(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}, +X0:function X0(){}, +aLR(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.aH(a.a,b.a,c,A.E8(),t.PM) +r=t._ +q=A.aH(a.b,b.b,c,A.bI(),r) +p=A.aH(a.c,b.c,c,A.bI(),r) +o=A.aH(a.d,b.d,c,A.bI(),r) +r=A.aH(a.e,b.e,c,A.bI(),r) +n=A.aLQ(a.f,b.f,c) +m=A.aH(a.r,b.r,c,A.asO(),t.KX) +l=A.aH(a.w,b.w,c,A.asV(),t.pc) +k=t.p8 +j=A.aH(a.x,b.x,c,A.E4(),k) +k=A.aH(a.y,b.y,c,A.E4(),k) +i=A.lm(a.z,b.z,c) +if(c<0.5)h=a.Q +else h=b.Q +return new A.zt(s,q,p,o,r,n,m,l,j,k,i,h)}, +aLQ(a,b,c){if(a==b)return a +return new A.UL(a,b,c)}, +zt:function zt(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}, +UL:function UL(a,b,c){this.a=a +this.b=b +this.c=c}, +X1:function X1(){}, +aLT(a,b,c){var s,r,q,p,o,n,m,l +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.W(a.b,b.b,c) +q=A.w(a.c,b.c,c) +p=A.aLS(a.d,b.d,c) +o=A.awQ(a.e,b.e,c) +n=a.f +m=b.f +l=A.b4(n,m,c) +n=A.b4(n,m,c) +m=A.lm(a.w,b.w,c) +return new A.zu(s,r,q,p,o,l,n,m,A.w(a.x,b.x,c))}, +aLS(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.at(a,b,c)}, +zu:function zu(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}, +X2:function X2(){}, +aLV(a,b,c){var s,r +if(a===b&&!0)return a +s=A.iN(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.zv(s,r)}, +zv:function zv(a,b){this.a=a +this.b=b}, +X3:function X3(){}, +axI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){return new A.zL(a7,b,k,a1,e,h,g,a,j,d,f,a3,n,i,o,a9,p,a6,a5,a8,b0,r,q,s,a0,a2,b1,l,a4,m,c)}, +aMb(b2,b3,b4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1 +if(b2===b3)return b2 +s=A.W(b2.a,b3.a,b4) +r=A.w(b2.b,b3.b,b4) +q=A.w(b2.c,b3.c,b4) +p=A.w(b2.d,b3.d,b4) +o=A.w(b2.e,b3.e,b4) +n=A.w(b2.r,b3.r,b4) +m=A.w(b2.f,b3.f,b4) +l=A.w(b2.w,b3.w,b4) +k=A.w(b2.x,b3.x,b4) +j=A.w(b2.y,b3.y,b4) +i=A.w(b2.z,b3.z,b4) +h=A.w(b2.Q,b3.Q,b4) +g=A.w(b2.as,b3.as,b4) +f=A.w(b2.at,b3.at,b4) +e=A.w(b2.ax,b3.ax,b4) +d=A.w(b2.ay,b3.ay,b4) +c=b4<0.5 +b=c?b2.ch:b3.ch +a=c?b2.CW:b3.CW +a0=c?b2.cx:b3.cx +a1=c?b2.cy:b3.cy +a2=c?b2.db:b3.db +a3=c?b2.dx:b3.dx +a4=c?b2.dy:b3.dy +a5=c?b2.fr:b3.fr +a6=c?b2.fx:b3.fx +a7=c?b2.fy:b3.fy +a8=A.b4(b2.go,b3.go,b4) +a9=A.W(b2.id,b3.id,b4) +b0=c?b2.k1:b3.k1 +b1=c?b2.k2:b3.k2 +return A.axI(l,r,c?b2.k3:b3.k3,j,o,i,n,m,f,k,q,a9,b1,g,e,b,a4,a3,a5,a6,p,a7,h,b0,a0,a,s,a1,d,a2,a8)}, +zL:function zL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1}, +adv:function adv(){}, +abH:function abH(){}, +abG:function abG(){}, +Xp:function Xp(){}, +zO:function zO(a,b){this.a=a +this.b=b}, +axJ(a,b,c,d,e,f,g,h,i,j,k,l,m){return new A.zP(d,c,i,g,j,l,e,m,k,f,b,a,h)}, +aMd(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b&&!0)return a +s=A.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.w(a.c,b.c,c) +p=A.b4(a.d,b.d,c) +o=A.W(a.e,b.e,c) +n=A.d3(a.f,b.f,c) +if(c<0.5)m=a.r +else m=b.r +l=A.W(a.w,b.w,c) +k=A.aqI(a.x,b.x,c) +j=A.w(a.z,b.z,c) +i=A.W(a.Q,b.Q,c) +h=A.w(a.as,b.as,c) +return A.axJ(h,i,r,s,m,j,p,A.w(a.at,b.at,c),q,o,k,n,l)}, +OI:function OI(a,b){this.a=a +this.b=b}, +zP:function zP(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}, +Xq:function Xq(){}, +aMt(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=t._ +r=A.aH(a.a,b.a,c,A.bI(),s) +q=A.aH(a.b,b.b,c,A.bI(),s) +p=A.aH(a.c,b.c,c,A.bI(),s) +o=A.aH(a.d,b.d,c,A.E8(),t.PM) +n=c<0.5 +if(n)m=a.e +else m=b.e +if(n)l=a.f +else l=b.f +s=A.aH(a.r,b.r,c,A.bI(),s) +k=A.W(a.w,b.w,c) +if(n)n=a.x +else n=b.x +return new A.tm(r,q,p,o,m,l,s,k,n)}, +tm:function tm(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}, +XA:function XA(){}, +aMu(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.a1M(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=c<0.5 +p=q?a.c:b.c +o=A.w(a.d,b.d,c) +n=q?a.e:b.e +m=A.w(a.f,b.f,c) +l=A.dh(a.r,b.r,c) +k=A.b4(a.w,b.w,c) +j=A.w(a.x,b.x,c) +i=A.b4(a.y,b.y,c) +h=A.aH(a.z,b.z,c,A.bI(),t._) +g=q?a.Q:b.Q +f=q?a.as:b.as +return new A.to(s,r,p,o,n,m,l,k,j,i,h,g,f,q?a.at:b.at)}, +to:function to(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}, +XE:function XE(){}, +aMz(a,b,c,d,e,f,g,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(e==null)s=h +else s=e +r=new A.D0(a2,s) +q=c==null +if(q&&d==null)p=h +else if(d==null){q=q?h:new A.b6(c,t.Il) +p=q}else{q=new A.D0(c,d) +p=q}o=new A.XG(a2) +q=a3==null +if(q&&!0)n=h +else{q=q?h:new A.b6(a3,t.Il) +n=q}q=b1==null?h:new A.b6(b1,t.XL) +m=a7==null?h:new A.b6(a7,t.h9) +l=g==null?h:new A.b6(g,t.QL) +k=a6==null?h:new A.b6(a6,t.Ak) +j=a5==null?h:new A.b6(a5,t.iL) +i=a4==null?h:new A.b6(a4,t.iL) +return A.ln(a,b,p,l,a0,h,r,n,h,i,j,new A.XF(a1,f),o,k,m,new A.b6(a8,t.kU),h,a9,h,b0,q,b2)}, +aQG(a){var s +A.ao(a) +s=A.dL(a,B.G5) +s=s==null?null:s.gej() +return A.aGG(B.Kp,B.nQ,B.Kv,(s==null?B.b3:s).a)}, +Ph:function Ph(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.a=l}, +D0:function D0(a,b){this.a=a +this.b=b}, +XG:function XG(a){this.a=a}, +XF:function XF(a,b){this.a=a +this.b=b}, +XH:function XH(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}, +am7:function am7(a){this.a=a}, +am9:function am9(a){this.a=a}, +am8:function am8(){}, +Zp:function Zp(){}, +aMy(a,b,c){if(a===b)return a +return new A.tr(A.iN(a.a,b.a,c))}, +tr:function tr(a){this.a=a}, +XI:function XI(){}, +aMC(a,b,c){var s,r +if(a===b)return a +s=A.w(a.a,b.a,c) +r=A.w(a.b,b.b,c) +return new A.tv(s,r,A.w(a.c,b.c,c))}, +tv:function tv(a,b,c){this.a=a +this.b=b +this.c=c}, +XJ:function XJ(){}, +af8(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.dN(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, +tw(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.b4(a.a,b.a,c) +r=A.b4(a.b,b.b,c) +q=A.b4(a.c,b.c,c) +p=A.b4(a.d,b.d,c) +o=A.b4(a.e,b.e,c) +n=A.b4(a.f,b.f,c) +m=A.b4(a.r,b.r,c) +l=A.b4(a.w,b.w,c) +k=A.b4(a.x,b.x,c) +j=A.b4(a.y,b.y,c) +i=A.b4(a.z,b.z,c) +h=A.b4(a.Q,b.Q,c) +g=A.b4(a.as,b.as,c) +f=A.b4(a.at,b.at,c) +return A.af8(j,i,h,s,r,q,p,o,n,g,f,A.b4(a.ax,b.ax,c),m,l,k)}, +dN:function dN(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}, +XM:function XM(){}, +ao(a){var s,r=a.ak(t.Nr),q=A.fY(a,B.i7,t.c4),p=q==null?null:q.gag() +if(p==null)p=B.v +s=r==null?null:r.w.c +if(s==null)s=$.aDr() +return A.aMI(s,s.p4.SX(p))}, +aui(a,b,c,d){return new A.vb(c,a,b,d,null,null)}, +mD:function mD(a,b,c){this.c=a +this.d=b +this.a=c}, +Bz:function Bz(a,b,c){this.w=a +this.b=b +this.a=c}, +p5:function p5(a,b){this.a=a +this.b=b}, +vb:function vb(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +Sd:function Sd(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +ah4:function ah4(){}, +axZ(c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8=null,b9=A.a([],t.FO),c0=A.pL() +switch(c0.a){case 0:case 1:case 2:s=B.a1V +break +case 3:case 4:case 5:s=B.kD +break +default:s=b8}r=A.aN6(c0) +d5=d5!==!1 +if(d5)q=B.Im +else q=B.In +p=c4 +o=p===B.au +if(d5){if(c7==null)c7=o?B.IF:B.IE +n=o?c7.cy:c7.b +m=o?c7.db:c7.c +if(d2==null)d2=n +if(c5==null)c5=c7.CW +if(d3==null)d3=c7.CW +if(c3==null)c3=c7.cy +if(c6==null)c6=c7.cy +if(c9==null){c9=c7.fr +if(c9==null)c9=c7.cx}if(c2==null)c2=c7.CW +if(c8==null)c8=c7.CW +if(d1==null)d1=m +if(d0==null)d0=c7.at +if(c1==null)c1=c4===B.au}if(d2==null)d2=o?B.IT:B.ed +l=A.fx(d2) +k=o?B.Jg:B.no +j=o?B.k:B.ni +i=l===B.au +if(o)h=B.nn +else{g=c7==null?b8:c7.f +h=g==null?B.j9:g}f=o?A.Q(31,255,255,255):A.Q(31,0,0,0) +e=o?A.Q(10,255,255,255):A.Q(10,0,0,0) +if(c5==null)c5=o?B.ja:B.b4 +if(d3==null)d3=c5 +if(c6==null)c6=o?B.jd:B.j +if(c9==null)c9=o?B.JH:B.JG +if(c7==null){d=o?B.nn:B.dI +g=o?B.jg:B.jn +c=A.fx(B.ed)===B.au +b=A.fx(d) +a=c?B.j:B.k +b=b===B.au?B.j:B.k +a0=o?B.j:B.k +a1=c?B.j:B.k +c7=A.a1e(g,p,B.nq,b8,b8,b8,a1,o?B.k:B.j,b8,b8,a,b8,b,b8,a0,b8,b8,b8,b8,b8,B.ed,b8,b8,d,b8,b8,c6,b8,b8,b8,b8)}a2=o?B.Q:B.N +a3=o?B.jg:B.nr +if(c8==null)c8=o?B.jd:B.j +if(d1==null){d1=c7.f +if(d1.k(0,d2))d1=B.j}a4=o?B.IL:A.Q(153,0,0,0) +a5=A.aqa(!1,o?B.j9:B.Jm,c7,b8,f,36,b8,e,B.iL,s,88,b8,b8,b8,B.ms) +a6=o?B.II:B.IH +a7=o?B.nd:B.j1 +a8=o?B.nd:B.IJ +if(d5){a9=A.ay7(c0,b8,b8,B.abM,B.abL,B.abH) +g=c7.a===B.G +b0=g?c7.db:c7.cy +b1=g?c7.cy:c7.db +g=a9.a.N9(b0,b0,b0) +b=a9.b.N9(b1,b1,b1) +b2=new A.tD(g,b,a9.c,a9.d,a9.e)}else b2=A.aMX(c0) +b3=o?b2.b:b2.a +b4=i?b2.b:b2.a +d4=b3.bQ(d4) +b5=b4.bQ(b8) +b6=o?new A.bR(b8,b8,b8,b8,b8,$.aFf(),b8,b8):new A.bR(b8,b8,b8,b8,b8,$.aFe(),b8,b8) +b7=i?B.KS:B.KR +if(d0==null)d0=B.nq +if(c2==null)c2=o?B.jg:B.jn +if(c3==null)c3=o?B.jd:B.j +return A.arR(b8,B.Gc,c1===!0,c2,B.Gr,B.a1L,c3,B.GI,B.GJ,B.GK,B.GX,a5,c5,c6,B.Iz,B.IA,B.IB,c7,b8,B.JV,B.JW,c8,B.K7,a6,c9,B.K8,B.K9,B.Ka,B.Kx,d0,B.KA,A.aMG(b9),B.KB,B.KD,f,a7,a4,e,B.KJ,b6,d1,B.L7,B.Mj,s,B.a1Y,B.a1Z,B.a2_,B.a29,B.a2a,B.a2c,B.a34,B.a38,c0,B.a51,d2,j,k,b7,b5,B.a53,B.a54,d3,B.a5r,B.a5s,B.a5t,a3,B.a5u,B.Ju,B.k,B.a6N,B.a6Q,a8,q,B.a7p,B.a7u,B.a7w,B.a7H,d4,B.abT,B.abU,h,B.abV,b2,a2,d5,r)}, +arR(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6){return new A.hE(c,s,b2,c2,c4,d2,d3,e3,f3,!0,g6,g,m,n,r,a2,a4,a5,b5,b6,b7,b8,c1,d5,d6,d7,e2,e6,e8,e9,f2,g4,c0,d8,d9,f8,g3,a,b,e,f,h,i,j,k,l,o,p,q,a0,a1,a3,a6,a7,a8,a9,b1,b3,b4,b9,c3,c5,c6,c7,c8,c9,d0,d1,d4,e0,e1,e4,e5,e7,f0,f1,f4,f5,f6,f7,f9,g0,g2,b0,d,g1)}, +aME(){var s=null +return A.axZ(s,s,s,B.G,s,s,s,s,s,s,s,s,s,s,s)}, +aMI(a,b){return $.aDq().bm(new A.ub(a,b),new A.afh(a,b))}, +fx(a){var s=0.2126*A.aqh((a.gl()>>>16&255)/255)+0.7152*A.aqh((a.gl()>>>8&255)/255)+0.0722*A.aqh((a.gl()&255)/255)+0.05 +if(s*s>0.15)return B.G +return B.au}, +aMF(a,b,c){var s=a.c.mX(0,new A.aff(b,c),t.K,t.Ag) +s.MN(b.c.gdU().ib(0,new A.afg(a))) +return s}, +aMG(a){var s,r,q=t.K,p=t.ZF,o=A.B(q,p) +for(s=0;!1;++s){r=a[s] +o.n(0,A.bj(A.a6(r).h("dy.T")),p.a(r))}return A.aqj(o,q,t.Ag)}, +aMH(h4,h5,h6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3 +if(h4===h5)return h4 +s=h6<0.5 +r=s?h4.a:h5.a +q=s?h4.b:h5.b +p=A.aMF(h4,h5,h6) +o=s?h4.d:h5.d +n=s?h4.e:h5.e +m=s?h4.f:h5.f +l=s?h4.r:h5.r +k=A.aLP(h4.w,h5.w,h6) +j=s?h4.x:h5.x +i=A.aN7(h4.z,h5.z,h6) +h=A.w(h4.as,h5.as,h6) +h.toString +g=A.w(h4.at,h5.at,h6) +g.toString +f=A.aH1(h4.ax,h5.ax,h6) +e=A.w(h4.ay,h5.ay,h6) +e.toString +d=A.w(h4.ch,h5.ch,h6) +d.toString +c=A.w(h4.CW,h5.CW,h6) +c.toString +b=A.w(h4.cx,h5.cx,h6) +b.toString +a=A.w(h4.cy,h5.cy,h6) +a.toString +a0=A.w(h4.db,h5.db,h6) +a0.toString +a1=A.w(h4.dx,h5.dx,h6) +a1.toString +a2=A.w(h4.dy,h5.dy,h6) +a2.toString +a3=A.w(h4.fr,h5.fr,h6) +a3.toString +a4=A.w(h4.fx,h5.fx,h6) +a4.toString +a5=A.w(h4.fy,h5.fy,h6) +a5.toString +a6=A.w(h4.go,h5.go,h6) +a6.toString +a7=A.w(h4.id,h5.id,h6) +a7.toString +a8=A.w(h4.k2,h5.k2,h6) +a8.toString +a9=A.w(h4.k3,h5.k3,h6) +a9.toString +b0=A.w(h4.k4,h5.k4,h6) +b0.toString +b1=A.k6(h4.ok,h5.ok,h6) +b2=A.k6(h4.p1,h5.p1,h6) +b3=A.tw(h4.p2,h5.p2,h6) +b4=A.tw(h4.p3,h5.p3,h6) +b5=A.aMY(h4.p4,h5.p4,h6) +b6=A.aGi(h4.R8,h5.R8,h6) +b7=A.aGp(h4.RG,h5.RG,h6) +b8=A.aGt(h4.rx,h5.rx,h6) +b9=h4.ry +c0=h5.ry +c1=A.w(b9.a,c0.a,h6) +c2=A.w(b9.b,c0.b,h6) +c3=A.w(b9.c,c0.c,h6) +c4=A.w(b9.d,c0.d,h6) +c5=A.b4(b9.e,c0.e,h6) +c6=A.W(b9.f,c0.f,h6) +c7=A.dh(b9.r,c0.r,h6) +b9=A.dh(b9.w,c0.w,h6) +c0=A.aGx(h4.to,h5.to,h6) +c8=A.aGy(h4.x1,h5.x1,h6) +c9=A.aGz(h4.x2,h5.x2,h6) +d0=A.aGF(h4.xr,h5.xr,h6) +s=s?h4.y1:h5.y1 +d1=A.aGK(h4.y2,h5.y2,h6) +d2=A.aGN(h4.b_,h5.b_,h6) +d3=A.aGR(h4.c8,h5.c8,h6) +d4=A.aHq(h4.b8,h5.b8,h6) +d5=A.aHv(h4.be,h5.be,h6) +d6=A.aHI(h4.bF,h5.bF,h6) +d7=A.aHU(h4.bG,h5.bG,h6) +d8=A.aIi(h4.bt,h5.bt,h6) +d9=A.aIj(h4.L,h5.L,h6) +e0=A.aIq(h4.ab,h5.ab,h6) +e1=A.aID(h4.ap,h5.ap,h6) +e2=A.aIT(h4.aw,h5.aw,h6) +e3=A.aIU(h4.aX,h5.aX,h6) +e4=A.aJq(h4.a4,h5.a4,h6) +e5=A.aJQ(h4.b4,h5.b4,h6) +e6=A.aKh(h4.aV,h5.aV,h6) +e7=A.aKi(h4.bw,h5.bw,h6) +e8=A.aKj(h4.bM,h5.bM,h6) +e9=A.aKt(h4.cv,h5.cv,h6) +f0=A.aKu(h4.e2,h5.e2,h6) +f1=A.aKv(h4.dr,h5.dr,h6) +f2=A.aKy(h4.d4,h5.d4,h6) +f3=A.aL0(h4.d5,h5.d5,h6) +f4=A.aLj(h4.fh,h5.fh,h6) +f5=A.aLk(h4.eR,h5.eR,h6) +f6=A.aLR(h4.iy,h5.iy,h6) +f7=A.aLT(h4.hU,h5.hU,h6) +f8=A.aLV(h4.lk,h5.lk,h6) +f9=A.aMb(h4.mL,h5.mL,h6) +g0=A.aMd(h4.hV,h5.hV,h6) +g1=A.aMt(h4.hj,h5.hj,h6) +g2=A.aMu(h4.fP,h5.fP,h6) +g3=A.aMy(h4.fQ,h5.fQ,h6) +g4=A.aMC(h4.kc,h5.kc,h6) +g5=A.aMJ(h4.hW,h5.hW,h6) +g6=A.aMK(h4.eS,h5.eS,h6) +g7=A.aMR(h4.fR,h5.fR,h6) +g8=h4.F +g8.toString +g9=h5.F +g9.toString +g9=A.w(g8,g9,h6) +g8=h4.k1 +g8.toString +h0=h5.k1 +h0.toString +h0=A.w(g8,h0,h6) +g8=h4.ll +g8.toString +h1=h5.ll +h1.toString +h1=A.w(g8,h1,h6) +g8=h4.je +g8.toString +h2=h5.je +h2.toString +h2=A.w(g8,h2,h6) +g8=h4.Q +g8.toString +h3=h5.Q +h3.toString +return A.arR(b6,b7,r,h2,b8,new A.xS(c1,c2,c3,c4,c5,c6,c7,b9),A.w(g8,h3,h6),c0,c8,c9,d0,s,h,g,d1,d2,d3,f,q,d4,d5,e,d6,d,c,d7,d8,d9,e0,h1,e1,p,e2,e3,b,a,a0,a1,e4,b1,a2,o,e5,n,e6,e7,e8,e9,f0,f1,f2,m,l,f3,a3,a4,a5,b2,b3,f4,f5,a6,k,f6,f7,a7,f8,h0,a8,f9,g0,a9,j,g1,g2,g3,g4,b4,g5,g6,g9,g7,b5,b0,!0,i)}, +aN6(a){switch(a.a){case 0:case 2:case 1:break +case 3:case 4:case 5:return B.ad2}return B.FN}, +aN7(a,b,c){var s,r +if(a===b)return a +s=A.W(a.a,b.a,c) +s.toString +r=A.W(a.b,b.b,c) +r.toString +return new A.kO(s,r)}, +dy:function dy(){}, +o9:function o9(a,b){this.a=a +this.b=b}, +hE:function hE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3 +_.p1=b4 +_.p2=b5 +_.p3=b6 +_.p4=b7 +_.R8=b8 +_.RG=b9 +_.rx=c0 +_.ry=c1 +_.to=c2 +_.x1=c3 +_.x2=c4 +_.xr=c5 +_.y1=c6 +_.y2=c7 +_.b_=c8 +_.c8=c9 +_.b8=d0 +_.be=d1 +_.bF=d2 +_.bG=d3 +_.bt=d4 +_.L=d5 +_.ab=d6 +_.ap=d7 +_.aw=d8 +_.aX=d9 +_.a4=e0 +_.b4=e1 +_.aV=e2 +_.bw=e3 +_.bM=e4 +_.cv=e5 +_.e2=e6 +_.dr=e7 +_.d4=e8 +_.d5=e9 +_.fh=f0 +_.eR=f1 +_.iy=f2 +_.hU=f3 +_.lk=f4 +_.mL=f5 +_.hV=f6 +_.hj=f7 +_.fP=f8 +_.fQ=f9 +_.kc=g0 +_.hW=g1 +_.eS=g2 +_.fR=g3 +_.ll=g4 +_.je=g5 +_.F=g6}, +afh:function afh(a,b){this.a=a +this.b=b}, +aff:function aff(a,b){this.a=a +this.b=b}, +afg:function afg(a){this.a=a}, +a7H:function a7H(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}, +ub:function ub(a,b){this.a=a +this.b=b}, +TR:function TR(a,b,c){this.a=a +this.b=b +this.$ti=c}, +kO:function kO(a,b){this.a=a +this.b=b}, +XO:function XO(){}, +Yn:function Yn(){}, +aMJ(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.at(s,r,a4)}}r=A.w(a2.a,a3.a,a4) +q=A.iN(a2.b,a3.b,a4) +p=A.iN(a2.c,a3.c,a4) +o=A.w(a2.e,a3.e,a4) +n=t.KX.a(A.d3(a2.f,a3.f,a4)) +m=A.w(a2.r,a3.r,a4) +l=A.b4(a2.w,a3.w,a4) +k=A.w(a2.x,a3.x,a4) +j=A.w(a2.y,a3.y,a4) +i=A.w(a2.z,a3.z,a4) +h=A.b4(a2.Q,a3.Q,a4) +g=A.W(a2.as,a3.as,a4) +f=A.w(a2.at,a3.at,a4) +e=A.b4(a2.ax,a3.ax,a4) +d=A.w(a2.ay,a3.ay,a4) +c=A.d3(a2.ch,a3.ch,a4) +b=A.w(a2.CW,a3.CW,a4) +a=A.b4(a2.cx,a3.cx,a4) +if(a4<0.5)a0=a2.cy +else a0=a3.cy +a1=A.dh(a2.db,a3.db,a4) +return new A.Ae(r,q,p,s,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,A.d3(a2.dx,a3.dx,a4))}, +Ae:function Ae(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}, +XQ:function XQ(){}, +ay2(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.Af(o,e,d,m,g,h,i,j,n,k,a,l,f,c,b)}, +aMK(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.b4(a.a,b.a,c) +r=A.lm(a.b,b.b,c) +q=A.w(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.w(a.r,b.r,c) +l=A.w(a.w,b.w,c) +k=A.w(a.y,b.y,c) +j=A.w(a.x,b.x,c) +i=A.w(a.z,b.z,c) +h=A.w(a.Q,b.Q,c) +g=A.w(a.as,b.as,c) +f=A.ll(a.ax,b.ax,c) +return A.ay2(i,f,A.W(a.at,b.at,c),q,r,g,o,n,m,l,k,h,p,j,s)}, +Af:function Af(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}, +XS:function XS(){}, +aMR(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=A.W(a.a,b.a,c) +r=A.dh(a.b,b.b,c) +q=A.dh(a.c,b.c,c) +p=A.W(a.d,b.d,c) +o=c<0.5 +if(o)n=a.e +else n=b.e +if(o)m=a.f +else m=b.f +l=A.a1M(a.r,b.r,c) +k=A.b4(a.w,b.w,c) +if(o)o=a.x +else o=b.x +return new A.tA(s,r,q,p,n,m,l,k,o,null)}, +tA:function tA(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}, +XT:function XT(){}, +aMX(a){return A.ay7(a,null,null,B.abG,B.abC,B.abJ)}, +ay7(a,b,c,d,e,f){switch(a){case B.ca:b=B.abP +c=B.abK +break +case B.c9:case B.i2:b=B.abD +c=B.abQ +break +case B.dt:b=B.abN +c=B.abI +break +case B.cM:b=B.abB +c=B.abE +break +case B.ds:b=B.abF +c=B.abO +break +case null:case void 0:break}b.toString +c.toString +return new A.tD(b,c,d,e,f)}, +aMY(a,b,c){if(a===b)return a +return new A.tD(A.tw(a.a,b.a,c),A.tw(a.b,b.b,c),A.tw(a.c,b.c,c),A.tw(a.d,b.d,c),A.tw(a.e,b.e,c))}, +zg:function zg(a,b){this.a=a +this.b=b}, +tD:function tD(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Ye:function Ye(){}, +aQa(){return new self.XMLHttpRequest()}, +ro:function ro(a,b,c){this.a=a +this.b=b +this.c=c}, +a8M:function a8M(a,b,c){this.a=a +this.b=b +this.c=c}, +a8N:function a8N(a){this.a=a}, +a8O:function a8O(a){this.a=a}, +v2(a,b,c){var s,r,q +if(a==b)return a +if(a==null)return b.T(0,c) +if(b==null)return a.T(0,1-c) +if(a instanceof A.eb&&b instanceof A.eb)return A.aGl(a,b,c) +if(a instanceof A.fI&&b instanceof A.fI)return A.aGk(a,b,c) +s=A.W(a.gj0(),b.gj0(),c) +s.toString +r=A.W(a.giY(),b.giY(),c) +r.toString +q=A.W(a.gj1(),b.gj1(),c) +q.toString +return new A.BU(s,r,q)}, +aGl(a,b,c){var s,r +if(a===b)return a +s=A.W(a.a,b.a,c) +s.toString +r=A.W(a.b,b.b,c) +r.toString +return new A.eb(s,r)}, +aq2(a,b){var s,r,q=a===-1 +if(q&&b===-1)return"Alignment.topLeft" +s=a===0 +if(s&&b===-1)return"Alignment.topCenter" +r=a===1 +if(r&&b===-1)return"Alignment.topRight" +if(q&&b===0)return"Alignment.centerLeft" +if(s&&b===0)return"Alignment.center" +if(r&&b===0)return"Alignment.centerRight" +if(q&&b===1)return"Alignment.bottomLeft" +if(s&&b===1)return"Alignment.bottomCenter" +if(r&&b===1)return"Alignment.bottomRight" +return"Alignment("+B.c.a5(a,1)+", "+B.c.a5(b,1)+")"}, +aGk(a,b,c){var s,r +if(a===b)return a +s=A.W(a.a,b.a,c) +s.toString +r=A.W(a.b,b.b,c) +r.toString +return new A.fI(s,r)}, +aq1(a,b){var s,r,q=a===-1 +if(q&&b===-1)return"AlignmentDirectional.topStart" +s=a===0 +if(s&&b===-1)return"AlignmentDirectional.topCenter" +r=a===1 +if(r&&b===-1)return"AlignmentDirectional.topEnd" +if(q&&b===0)return"AlignmentDirectional.centerStart" +if(s&&b===0)return"AlignmentDirectional.center" +if(r&&b===0)return"AlignmentDirectional.centerEnd" +if(q&&b===1)return"AlignmentDirectional.bottomStart" +if(s&&b===1)return"AlignmentDirectional.bottomCenter" +if(r&&b===1)return"AlignmentDirectional.bottomEnd" +return"AlignmentDirectional("+B.c.a5(a,1)+", "+B.c.a5(b,1)+")"}, +fp:function fp(){}, +eb:function eb(a,b){this.a=a +this.b=b}, +fI:function fI(a,b){this.a=a +this.b=b}, +BU:function BU(a,b,c){this.a=a +this.b=b +this.c=c}, +aRY(a){switch(a.a){case 0:return B.cW +case 1:return B.bj}}, +bX(a){switch(a.a){case 0:case 2:return B.cW +case 3:case 1:return B.bj}}, +aTm(a){switch(a.a){case 0:return B.bR +case 1:return B.dB}}, +aRZ(a){switch(a.a){case 0:return B.a5 +case 1:return B.bR +case 2:return B.a_ +case 3:return B.dB}}, +ao6(a){switch(a.a){case 0:case 3:return!0 +case 2:case 1:return!1}}, +rS:function rS(a,b){this.a=a +this.b=b}, +EC:function EC(a,b){this.a=a +this.b=b}, +PR:function PR(a,b){this.a=a +this.b=b}, +pY:function pY(a,b){this.a=a +this.b=b}, +yy:function yy(){}, +XC:function XC(a){this.a=a}, +iM(a,b,c){if(a==b)return a +if(a==null)a=B.al +return a.D(0,(b==null?B.al:b).uc(a).T(0,c))}, +EM(a){return new A.ck(a,a,a,a)}, +er(a){var s=new A.aN(a,a) +return new A.ck(s,s,s,s)}, +ll(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.T(0,c) +if(b==null)return a.T(0,1-c) +s=A.yP(a.a,b.a,c) +s.toString +r=A.yP(a.b,b.b,c) +r.toString +q=A.yP(a.c,b.c,c) +q.toString +p=A.yP(a.d,b.d,c) +p.toString +return new A.ck(s,r,q,p)}, +vq:function vq(){}, +ck:function ck(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +lk:function lk(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +BV:function BV(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}, +hS(a,b){var s=a.c,r=s===B.a0&&a.b===0,q=b.c===B.a0&&b.b===0 +if(r&&q)return B.n +if(r)return b +if(q)return a +return new A.aB(a.a,a.b+b.b,s,Math.max(a.d,b.d))}, +jS(a,b){var s,r=a.c +if(!(r===B.a0&&a.b===0))s=b.c===B.a0&&b.b===0 +else s=!0 +if(s)return!0 +return r===b.c&&a.a.k(0,b.a)}, +at(a,b,c){var s,r,q,p,o,n +if(a===b)return a +if(c===0)return a +if(c===1)return b +s=A.W(a.b,b.b,c) +s.toString +if(s<0)return B.n +r=a.c +q=b.c +if(r===q&&a.d===b.d){q=A.w(a.a,b.a,c) +q.toString +return new A.aB(q,s,r,a.d)}switch(r.a){case 1:p=a.a +break +case 0:r=a.a +p=A.Q(0,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +break +default:p=null}switch(q.a){case 1:o=b.a +break +case 0:r=b.a +o=A.Q(0,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +break +default:o=null}r=a.d +q=b.d +if(r!==q){n=A.w(p,o,c) +n.toString +q=A.W(r,q,c) +q.toString +return new A.aB(n,s,B.y,q)}q=A.w(p,o,c) +q.toString +return new A.aB(q,s,B.y,r)}, +d3(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.d6(a,c):null +if(s==null&&a!=null)s=a.d7(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +awQ(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.d6(a,c):null +if(s==null&&a!=null)s=a.d7(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +ayB(a,b,c){var s,r,q,p,o,n,m=a instanceof A.hH?a.a:A.a([a],t.Fi),l=b instanceof A.hH?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.J(o*p/m,p):new A.J(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.J(o,o*p/q):new A.J(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.J(o,o*p/q) +s=c}else{s=new A.J(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.J(o*p/m,p) +r=b}else{r=new A.J(m*q/p,m) +s=c}break +case 5:r=new A.J(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.J(q*n,q):b +m=c.a +if(s.a>m)s=new A.J(m,m/n) +r=b +break +default:r=null +s=null}return new A.Ir(r,s)}, +vs:function vs(a,b){this.a=a +this.b=b}, +Ir:function Ir(a,b){this.a=a +this.b=b}, +aGD(a,b,c){var s,r,q,p,o +if(a===b)return a +s=A.w(a.a,b.a,c) +s.toString +r=A.yp(a.b,b.b,c) +r.toString +q=A.W(a.c,b.c,c) +q.toString +p=A.W(a.d,b.d,c) +p.toString +o=a.e +return new A.eV(p,o===B.mj?b.e:o,s,r,q)}, +aq9(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.akH(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new A.amq(o,s,b,(c-s*b)/o)}, +adC:function adC(a,b,c){this.a=a +this.b=b +this.c=c}, +zS:function zS(a,b){this.a=a +this.b=b}, +OT:function OT(){}, +oO:function oO(a,b,c){this.b=a +this.c=b +this.a=c}, +ai8:function ai8(a,b,c){this.a=a +this.b=b +this.c=c}, +akH:function akH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +amq:function amq(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +PA:function PA(a,b){this.a=a +this.c=b}, +aLs(a,b,c,d,e,f,g){var s=null,r=new A.Nq(new A.OD(s,s),B.Ek,b,g,A.aw(),a,f,s,A.aw()) +r.aQ() +r.sb7(s) +r.YA(a,s,b,c,d,e,f,g) +return r}, +rR:function rR(a,b){this.a=a +this.b=b}, +Nq:function Nq(a,b,c,d,e,f,g,h,i){var _=this +_.cJ=_.bW=$ +_.bL=a +_.cC=$ +_.d3=null +_.ix=b +_.mI=c +_.fe=d +_.de=e +_.F=null +_.ac=f +_.aB=g +_.id$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +aaV:function aaV(a){this.a=a}, +aNE(a){}, +rV:function rV(){}, +abk:function abk(a){this.a=a}, +abm:function abm(a){this.a=a}, +abl:function abl(a){this.a=a}, +abj:function abj(a){this.a=a}, +abi:function abi(a){this.a=a}, +St:function St(a,b){var _=this +_.a=a +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +Ti:function Ti(a,b,c,d,e,f,g,h){var _=this +_.b=a +_.c=b +_.d=c +_.e=null +_.f=!1 +_.r=d +_.y=_.x=_.w=!1 +_.z=e +_.Q=f +_.as=!1 +_.at=null +_.ax=0 +_.ay=!1 +_.ch=g +_.CW=h +_.cx=null}, +WO:function WO(a,b,c,d){var _=this +_.L=!1 +_.fx=a +_.fy=null +_.go=b +_.k1=null +_.id$=c +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +EQ(a){var s=a.a,r=a.b +return new A.aE(s,s,r,r)}, +q2(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.aE(p,q,r,s?1/0:a)}, +aq8(a){return new A.aE(0,a.a,0,a.b)}, +lm(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.T(0,c) +if(b==null)return a.T(0,1-c) +s=a.a +if(isFinite(s)){s=A.W(s,b.a,c) +s.toString}else s=1/0 +r=a.b +if(isFinite(r)){r=A.W(r,b.b,c) +r.toString}else r=1/0 +q=a.c +if(isFinite(q)){q=A.W(q,b.c,c) +q.toString}else q=1/0 +p=a.d +if(isFinite(p)){p=A.W(p,b.d,c) +p.toString}else p=1/0 +return new A.aE(s,r,q,p)}, +aE:function aE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a09:function a09(){}, +q4:function q4(a,b,c){this.a=a +this.b=b +this.c=c}, +q3:function q3(a,b){this.c=a +this.a=b +this.b=null}, +eU:function eU(a){this.a=a}, +vQ:function vQ(){}, +G:function G(){}, +aaY:function aaY(a,b){this.a=a +this.b=b}, +aaX:function aaX(a,b){this.a=a +this.b=b}, +d2:function d2(){}, +aaW:function aaW(a,b,c){this.a=a +this.b=b +this.c=c}, +B_:function B_(){}, +hv:function hv(a,b,c){var _=this +_.e=null +_.ez$=a +_.aF$=b +_.a=c}, +a8f:function a8f(){}, +Nx:function Nx(a,b,c,d,e){var _=this +_.L=a +_.eQ$=b +_.aR$=c +_.fM$=d +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=e +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Cg:function Cg(){}, +Ws:function Ws(){}, +axj(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=null,e={} +e.a=b +if(a==null)a=B.k9 +s=J.br(a) +r=s.gu(a)-1 +q=A.bd(0,f,!1,t.LQ) +p=0<=r +while(!0){if(!!1)break +s.i(a,0) +b[0].gxb() +break}while(!0){if(!!1)break +s.i(a,r) +b[-1].gxb() +break}o=A.aR("oldKeyedChildren") +if(p){o.scm(A.B(t.D2,t.bu)) +for(n=o.a,m=0;m<=r;){l=s.i(a,m) +k=l.a +if(k!=null){j=o.b +if(j===o)A.F(A.j4(n)) +J.uX(j,k,l)}++m}p=!0}else m=0 +for(n=o.a,i=0;!1;){h=e.a[i] +if(p){g=h.gxb() +k=o.b +if(k===o)A.F(A.j4(n)) +l=J.fo(k,g) +if(l!=null){h.gxb() +l=f}}else l=f +q[i]=A.axi(l,h);++i}s.gu(a) +while(!0){if(!!1)break +q[i]=A.axi(s.i(a,m),e.a[i]);++i;++m}return new A.et(q,A.a6(q).h("et<1,cq>"))}, +axi(a,b){var s,r=a==null?A.Ou(b.gxb(),null):a,q=b.gRa(),p=A.ky() +q.gUv() +p.k2=q.gUv() +p.e=!0 +q.ga8L() +s=q.ga8L() +p.br(B.EG,!0) +p.br(B.a5S,s) +q.gae3() +s=q.gae3() +p.br(B.EG,!0) +p.br(B.a5U,s) +q.gTY() +p.br(B.EM,q.gTY()) +q.ga8A() +p.br(B.EP,q.ga8A()) +q.gaaV() +s=q.gaaV() +p.br(B.a5X,!0) +p.br(B.a5N,s) +q.gadq() +p.br(B.EL,q.gadq()) +q.gag0() +p.br(B.a5P,q.gag0()) +q.gUs() +p.br(B.a5Y,q.gUs()) +q.gadh() +p.br(B.a5O,q.gadh()) +q.gafk() +p.br(B.a5L,q.gafk()) +q.gabc() +p.br(B.EI,q.gabc()) +q.gabd() +p.br(B.EJ,q.gabd()) +q.goA() +s=q.goA() +p.br(B.EO,!0) +p.br(B.EE,s) +q.gacz() +p.br(B.a5Q,q.gacz()) +q.gt4() +p.br(B.a5K,q.gt4()) +q.gae7() +p.br(B.a5V,q.gae7()) +q.gaci() +p.br(B.l9,q.gaci()) +q.gacg() +p.br(B.EN,q.gacg()) +q.gTq() +p.br(B.EH,q.gTq()) +q.gaea() +p.br(B.EK,q.gaea()) +q.gadu() +p.br(B.a5T,q.gadu()) +q.gEe() +p.sEe(q.gEe()) +q.gCH() +p.sCH(q.gCH()) +q.gage() +s=q.gage() +p.br(B.a5W,!0) +p.br(B.a5M,s) +q.gfT() +p.br(B.EF,q.gfT()) +q.gadi() +p.RG=new A.cJ(q.gadi(),B.am) +p.e=!0 +q.gl() +p.rx=new A.cJ(q.gl(),B.am) +p.e=!0 +q.gacA() +p.ry=new A.cJ(q.gacA(),B.am) +p.e=!0 +q.gaa6() +p.to=new A.cJ(q.gaa6(),B.am) +p.e=!0 +q.gacp() +p.x1=new A.cJ(q.gacp(),B.am) +p.e=!0 +q.gbA() +p.b_=q.gbA() +p.e=!0 +q.glC() +p.slC(q.glC()) +q.glB() +p.slB(q.glB()) +q.gxs() +p.sxs(q.gxs()) +q.gxt() +p.sxt(q.gxt()) +q.gxu() +p.sxu(q.gxu()) +q.gxq() +p.sxq(q.gxq()) +q.gEv() +p.sEv(q.gEv()) +q.gEq() +p.sEq(q.gEq()) +q.gEo() +p.sEo(q.gEo()) +q.gEp() +p.sEp(q.gEp()) +q.gEB() +p.sEB(q.gEB()) +q.gEz() +p.sEz(q.gEz()) +q.gEx() +p.sEx(q.gEx()) +q.gEA() +p.sEA(q.gEA()) +q.gEy() +p.sEy(q.gEy()) +q.gEF() +p.sEF(q.gEF()) +q.gEG() +p.sEG(q.gEG()) +q.gEr() +p.sEr(q.gEr()) +q.gEs() +p.sEs(q.gEs()) +q.gxp() +p.sxp(q.gxp()) +r.lP(B.k9,p) +r.saM(b.gaM()) +r.sbY(b.gbY()) +r.dy=b.gaho() +return r}, +HA:function HA(){}, +Ny:function Ny(a,b,c,d,e,f,g){var _=this +_.F=a +_.ac=b +_.aB=c +_.c_=d +_.ds=e +_.kd=_.iz=_.fi=_.bX=null +_.id$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a1H:function a1H(){}, +NB:function NB(a,b){var _=this +_.L=a +_.ab=$ +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +aAn(a,b,c){switch(a.a){case 0:switch(b){case B.e:return!0 +case B.P:return!1 +case null:case void 0:return null}break +case 1:switch(c){case B.cQ:return!0 +case B.lw:return!1 +case null:case void 0:return null}break}}, +aLt(a,b,c,d,e,f,g,h){var s=null,r=new A.rT(c,d,e,b,g,h,f,a,A.aw(),A.bd(4,A.aeR(s,s,s,s,s,B.b2,B.e,s,B.b3,B.bg),!1,t.mi),!0,0,s,s,A.aw()) +r.aQ() +r.K(0,s) +return r}, +a3K:function a3K(a,b){this.a=a +this.b=b}, +ef:function ef(a,b,c){var _=this +_.f=_.e=null +_.ez$=a +_.aF$=b +_.a=c}, +JW:function JW(a,b){this.a=a +this.b=b}, +JV:function JV(a,b){this.a=a +this.b=b}, +nj:function nj(a,b){this.a=a +this.b=b}, +rT:function rT(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.L=a +_.ab=b +_.ap=c +_.aw=d +_.aX=e +_.a4=f +_.b4=g +_.aV=0 +_.bw=h +_.bM=i +_.P6$=j +_.aaY$=k +_.eQ$=l +_.aR$=m +_.fM$=n +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=o +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ajV:function ajV(a,b,c){this.a=a +this.b=b +this.c=c}, +Wt:function Wt(){}, +Wu:function Wu(){}, +Ch:function Ch(){}, +NE:function NE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.ab=_.L=null +_.ap=a +_.aw=b +_.aX=c +_.a4=d +_.b4=e +_.aV=null +_.bw=f +_.bM=g +_.cv=h +_.e2=i +_.dr=j +_.d4=k +_.d5=l +_.fh=m +_.eR=n +_.iy=o +_.hU=p +_.lk=q +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=r +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +aw(){return new A.JE()}, +aKC(a){return new A.a9I(a,A.B(t.S,t.Q),A.aw())}, +aKx(a){return new A.j9(a,A.B(t.S,t.Q),A.aw())}, +ay3(a){return new A.kH(a,B.l,A.B(t.S,t.Q),A.aw())}, +awP(){return new A.Mt(B.l,A.B(t.S,t.Q),A.aw())}, +vi:function vi(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Es:function Es(a,b){this.a=a +this.$ti=b}, +JD:function JD(){}, +JE:function JE(){this.a=null}, +a9I:function a9I(a,b,c){var _=this +_.ax=a +_.ay=null +_.CW=_.ch=!1 +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +FF:function FF(){}, +j9:function j9(a,b,c){var _=this +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +vK:function vK(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +Fw:function Fw(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +Ft:function Ft(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +x7:function x7(a,b,c,d){var _=this +_.b_=a +_.k3=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +kH:function kH(a,b,c,d){var _=this +_.b_=a +_.b8=_.c8=null +_.be=!0 +_.k3=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +Mt:function Mt(a,b,c){var _=this +_.b_=null +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +Er:function Er(a,b,c,d,e,f){var _=this +_.k3=a +_.k4=b +_.ok=c +_.ay=_.ax=null +_.a=d +_.b=0 +_.d=!1 +_.e=e +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null +_.$ti=f}, +UG:function UG(){}, +aKm(a,b){var s +if(a==null)return!0 +s=a.b +if(t.ks.b(b))return!1 +return t.ge.b(s)||t.PB.b(b)||!s.gbN().k(0,b.gbN())}, +aKl(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=a5.d +if(a4==null)a4=a5.c +s=a5.a +r=a5.b +q=a4.gpp() +p=a4.gft() +o=a4.gcg() +n=a4.gc3() +m=a4.gjZ() +l=a4.gbN() +k=a4.gr9() +j=a4.gdQ() +a4.gt4() +i=a4.gxJ() +h=a4.gte() +g=a4.gcO() +f=a4.gD3() +e=a4.gC() +d=a4.gEZ() +c=a4.gF1() +b=a4.gF0() +a=a4.gF_() +a0=a4.gEI() +a1=a4.gFl() +s.a1(0,new A.a89(r,A.aKQ(j,k,m,g,f,a4.gws(),0,n,!1,a0,o,l,h,i,d,a,b,c,e,a4.gpP(),a1,p,q).b0(a4.gbY()),s)) +q=A.j(r).h("bl<1>") +p=q.h("aX") +a2=A.a1(new A.aX(new A.bl(r,q),new A.a8a(s),p),!0,p.h("p.E")) +p=a4.gpp() +q=a4.gft() +a1=a4.gcg() +e=a4.gc3() +c=a4.gjZ() +b=a4.gbN() +a=a4.gr9() +d=a4.gdQ() +a4.gt4() +i=a4.gxJ() +h=a4.gte() +l=a4.gcO() +o=a4.gD3() +a0=a4.gC() +n=a4.gEZ() +f=a4.gF1() +g=a4.gF0() +m=a4.gF_() +k=a4.gEI() +j=a4.gFl() +a3=A.aKO(d,a,c,l,o,a4.gws(),0,e,!1,k,a1,b,h,i,n,m,g,f,a0,a4.gpP(),j,q,p).b0(a4.gbY()) +for(q=new A.be(a2,A.a6(a2).h("be<1>")),q=new A.bL(q,q.gu(q)),p=A.j(q).c;q.q();){o=q.d +if(o==null)o=p.a(o) +if(o.gFC()&&o.gEt()!=null){n=o.gEt() +n.toString +n.$1(a3.b0(r.i(0,o)))}}}, +V6:function V6(a,b){this.a=a +this.b=b}, +V7:function V7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +M_:function M_(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.k1$=0 +_.k2$=d +_.k4$=_.k3$=0 +_.ok$=!1}, +a8b:function a8b(){}, +a8e:function a8e(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a8d:function a8d(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a8c:function a8c(a){this.a=a}, +a89:function a89(a,b,c){this.a=a +this.b=b +this.c=c}, +a8a:function a8a(a){this.a=a}, +Z4:function Z4(){}, +awT(a,b,c){var s,r,q=a.ch,p=t.sI.a(q.a) +if(p==null){s=a.tB(null) +q.saP(s) +q=s}else{p.F5() +a.tB(p) +q=p}a.db=!1 +r=new A.mf(q,a.gn4()) +b=r +a.AX(b,B.l) +b.ua()}, +aKz(a){var s=a.ch.a +s.toString +a.tB(t.gY.a(s)) +a.db=!1}, +aKD(a,b,c){var s=t.TT +return new A.kl(a,c,b,A.a([],s),A.a([],s),A.a([],s),A.ax(t.I9),A.ax(t.sv))}, +aLw(a){a.I3()}, +aLx(a){a.a4U()}, +ayY(a,b){if(a==null)return null +if(a.gP(a)||b.Qa())return B.O +return A.aww(b,a)}, +aOB(a,b,c,d){var s,r,q=b.d +q.toString +for(s=q;s!==a;s=q,b=r){s.eM(b,c) +q=s.d +q.toString +r=b.d +r.toString}a.eM(b,c) +a.eM(b,d)}, +ayX(a,b){if(a==null)return b +if(b==null)return a +return a.ef(b)}, +db:function db(){}, +mf:function mf(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +a9u:function a9u(a,b,c){this.a=a +this.b=b +this.c=c}, +a9t:function a9t(a,b,c){this.a=a +this.b=b +this.c=c}, +a9s:function a9s(a,b,c){this.a=a +this.b=b +this.c=c}, +a1m:function a1m(){}, +kl:function kl(a,b,c,d,e,f,g,h){var _=this +_.b=a +_.c=b +_.d=c +_.e=null +_.f=!1 +_.r=d +_.y=_.x=_.w=!1 +_.z=e +_.Q=f +_.as=!1 +_.at=null +_.ax=0 +_.ay=!1 +_.ch=g +_.CW=h +_.cx=null}, +a9K:function a9K(){}, +a9J:function a9J(){}, +a9L:function a9L(){}, +a9M:function a9M(){}, +L:function L(){}, +ab5:function ab5(a){this.a=a}, +ab8:function ab8(a,b,c){this.a=a +this.b=b +this.c=c}, +ab6:function ab6(a){this.a=a}, +ab7:function ab7(){}, +ab2:function ab2(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}, +ab3:function ab3(a,b,c){this.a=a +this.b=b +this.c=c}, +ab4:function ab4(a,b){this.a=a +this.b=b}, +aV:function aV(){}, +eX:function eX(){}, +bB:function bB(){}, +yV:function yV(){}, +aaU:function aaU(a){this.a=a}, +alI:function alI(){}, +SP:function SP(a,b,c){this.b=a +this.c=b +this.a=c}, +fg:function fg(){}, +WR:function WR(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +Bw:function Bw(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +pC:function pC(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}, +X8:function X8(){var _=this +_.b=_.a=null +_.d=_.c=$ +_.e=!1}, +Vw:function Vw(){}, +Wz:function Wz(){}, +aLu(a,b,c){var s,r,q,p,o=a.b +o.toString +s=t.ot.a(o).b +if(s==null)o=B.a4W +else{o=c.$2(a,new A.aE(0,b,0,1/0)) +r=s.b +q=s.c +$label0$0:{if(B.dp===r||B.kO===r||B.c8===r||B.eo===r||B.kP===r){p=null +break $label0$0}if(B.hE===r){q.toString +p=a.ni(q) +break $label0$0}p=null}q=new A.rA(o,r,p,q) +o=q}return o}, +asi(a,b){var s=a.a,r=b.a +if(sr)return-1 +else{s=a.b +if(s===b.b)return 0 +else return s===B.aW?1:-1}}, +mi:function mi(a,b){this.b=a +this.a=b}, +jo:function jo(a,b){var _=this +_.b=_.a=null +_.ez$=a +_.aF$=b}, +ab0:function ab0(){}, +ab1:function ab1(a){this.a=a}, +z0:function z0(a,b,c,d,e,f,g,h,i){var _=this +_.L=a +_.aX=_.aw=_.ap=_.ab=null +_.a4=b +_.b4=c +_.aV=d +_.bw=null +_.bM=!1 +_.d4=_.dr=_.e2=_.cv=null +_.Dp$=e +_.eQ$=f +_.aR$=g +_.fM$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abb:function abb(){}, +abc:function abc(){}, +ab9:function ab9(){}, +aba:function aba(a,b){this.a=a +this.b=b}, +l_:function l_(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=null +_.f=!1 +_.w=_.r=null +_.x=$ +_.y=null +_.k1$=0 +_.k2$=d +_.k4$=_.k3$=0 +_.ok$=!1}, +Cj:function Cj(){}, +WA:function WA(){}, +WB:function WB(){}, +D1:function D1(){}, +Zk:function Zk(){}, +Zl:function Zl(){}, +axh(a){var s=new A.Nw(a,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aLv(a,b,c,d,e,f){var s=b==null?B.b5:b +s=new A.NH(!0,c,e,d,a,s,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +NO:function NO(){}, +fv:function fv(){}, +wY:function wY(a,b){this.a=a +this.b=b}, +z1:function z1(){}, +Nw:function Nw(a,b,c){var _=this +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NF:function NF(a,b,c,d){var _=this +_.F=a +_.ac=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +yX:function yX(){}, +Np:function Np(a,b,c,d,e,f){var _=this +_.oI$=a +_.Dq$=b +_.oJ$=c +_.Dr$=d +_.id$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +w5:function w5(){}, +oV:function oV(a,b){this.b=a +this.c=b}, +ut:function ut(){}, +Nv:function Nv(a,b,c,d){var _=this +_.F=a +_.ac=null +_.aB=b +_.ds=_.c_=null +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Nu:function Nu(a,b,c,d,e,f){var _=this +_.bL=a +_.cC=b +_.F=c +_.ac=null +_.aB=d +_.ds=_.c_=null +_.id$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Nt:function Nt(a,b,c,d){var _=this +_.F=a +_.ac=null +_.aB=b +_.ds=_.c_=null +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Ck:function Ck(){}, +NK:function NK(a,b,c,d,e,f,g,h,i){var _=this +_.dq=a +_.le=b +_.bL=c +_.cC=d +_.d3=e +_.F=f +_.ac=null +_.aB=g +_.ds=_.c_=null +_.id$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abd:function abd(a,b){this.a=a +this.b=b}, +NL:function NL(a,b,c,d,e,f,g){var _=this +_.bL=a +_.cC=b +_.d3=c +_.F=d +_.ac=null +_.aB=e +_.ds=_.c_=null +_.id$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abe:function abe(a,b){this.a=a +this.b=b}, +HH:function HH(a,b){this.a=a +this.b=b}, +NA:function NA(a,b,c,d,e){var _=this +_.F=null +_.ac=a +_.aB=b +_.c_=c +_.id$=d +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=e +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NQ:function NQ(a,b,c){var _=this +_.aB=_.ac=_.F=null +_.c_=a +_.bX=_.ds=null +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abh:function abh(a){this.a=a}, +yZ:function yZ(a,b,c,d,e,f){var _=this +_.F=null +_.ac=a +_.aB=b +_.c_=c +_.bX=_.ds=null +_.fi=d +_.id$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +aaZ:function aaZ(a){this.a=a}, +ND:function ND(a,b,c,d){var _=this +_.F=a +_.ac=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ab_:function ab_(a){this.a=a}, +NM:function NM(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.cI=a +_.ey=b +_.bW=c +_.cJ=d +_.bL=e +_.cC=f +_.d3=g +_.ix=h +_.mI=i +_.F=j +_.id$=k +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=l +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NH:function NH(a,b,c,d,e,f,g,h){var _=this +_.cI=a +_.ey=b +_.bW=c +_.cJ=d +_.bL=e +_.cC=!0 +_.F=f +_.id$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NP:function NP(a,b){var _=this +_.ac=_.F=0 +_.id$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +z_:function z_(a,b,c,d){var _=this +_.F=a +_.ac=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NI:function NI(a,b,c){var _=this +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +yW:function yW(a,b,c,d){var _=this +_.F=a +_.ac=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +kt:function kt(a,b,c){var _=this +_.bL=_.cJ=_.bW=_.ey=_.cI=null +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +z2:function z2(a,b,c,d,e,f,g,h){var _=this +_.F=a +_.ac=b +_.aB=c +_.c_=d +_.ds=e +_.P9=_.kd=_.iz=_.fi=_.bX=null +_.Dt=f +_.id$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Nr:function Nr(a,b,c){var _=this +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NG:function NG(a,b){var _=this +_.id$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NC:function NC(a,b,c){var _=this +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +yY:function yY(a,b,c,d,e){var _=this +_.F=a +_.ac=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null +_.$ti=e}, +Wm:function Wm(){}, +Cl:function Cl(){}, +Cm:function Cm(){}, +acA(a,b){var s +if(a.p(0,b))return B.aF +s=b.b +if(sa.d)return B.aE +return b.a>=a.c?B.aE:B.aP}, +axu(a,b,c){var s,r +if(a.p(0,b))return b +s=b.b +r=a.b +if(!(s<=r))s=s<=a.d&&b.a<=a.a +else s=!0 +if(s)return c===B.e?new A.o(a.a,r):new A.o(a.c,r) +else{s=a.d +return c===B.e?new A.o(a.c,s):new A.o(a.a,s)}}, +axt(a,b){return new A.zx(a,b==null?B.ll:b,B.a5v)}, +axs(a,b){return new A.zx(a,b==null?B.ll:b,B.ew)}, +mu:function mu(a,b){this.a=a +this.b=b}, +e_:function e_(){}, +Oo:function Oo(){}, +zy:function zy(a,b){this.a=a +this.b=b}, +tu:function tu(a,b){this.a=a +this.b=b}, +acz:function acz(){}, +vJ:function vJ(a){this.a=a}, +zx:function zx(a,b,c){this.b=a +this.c=b +this.a=c}, +t2:function t2(a,b){this.a=a +this.b=b}, +zz:function zz(a,b){this.a=a +this.b=b}, +mt:function mt(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +oQ:function oQ(a,b,c){this.a=a +this.b=b +this.c=c}, +Pq:function Pq(a,b){this.a=a +this.b=b}, +X5:function X5(){}, +oC:function oC(){}, +abf:function abf(a,b,c){this.a=a +this.b=b +this.c=c}, +NJ:function NJ(a,b,c,d){var _=this +_.F=null +_.ac=a +_.aB=b +_.id$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +No:function No(){}, +NN:function NN(a,b,c,d,e,f){var _=this +_.bW=a +_.cJ=b +_.F=null +_.ac=c +_.aB=d +_.id$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +adi:function adi(){}, +Nz:function Nz(a,b,c){var _=this +_.F=a +_.id$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Cn:function Cn(){}, +aQU(a,b){switch(b.a){case 0:return a +case 1:return A.aRZ(a)}}, +J0:function J0(a,b){this.a=a +this.b=b}, +axk(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.cf.xX(c.a-s-n)}else{n=b.x +r=n!=null?B.cf.xX(n):B.cf}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.Fj(c.b-s-n)}a.cX(r,!0) +q=b.w +if(!(q!=null)){n=b.f +q=n!=null?c.a-n-a.gC().a:d.mp(t.r.a(c.a9(0,a.gC()))).a}p=(q<0||q+a.gC().a>c.a)&&!0 +o=b.e +if(!(o!=null)){n=b.r +o=n!=null?c.b-n-a.gC().b:d.mp(t.r.a(c.a9(0,a.gC()))).b}if(o<0||o+a.gC().b>c.b)p=!0 +b.a=new A.o(q,o) +return p}, +aaT:function aaT(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +em:function em(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=null +_.ez$=a +_.aF$=b +_.a=c}, +OU:function OU(a,b){this.a=a +this.b=b}, +z3:function z3(a,b,c,d,e,f,g,h,i){var _=this +_.L=!1 +_.ab=null +_.ap=a +_.aw=b +_.aX=c +_.a4=d +_.b4=e +_.eQ$=f +_.aR$=g +_.fM$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +WE:function WE(){}, +WF:function WF(){}, +lf:function lf(a,b){this.a=a +this.b=b}, +Ao:function Ao(a,b){this.a=a +this.b=b}, +oD:function oD(){}, +WH:function WH(){}, +aLr(a){for(;a!=null;){if(a instanceof A.uu)return a +a=a.d}return null}, +aLA(a,b,c){var s=b.aq.a)return q +else if(a0)return a.agQ(0,1e5) +return!0}, +u6:function u6(a){this.a=a +this.b=null}, +oL:function oL(a,b){this.a=a +this.b=b}, +a9B:function a9B(a){this.a=a}, +el:function el(){}, +ac2:function ac2(a){this.a=a}, +ac4:function ac4(a){this.a=a}, +ac5:function ac5(a,b){this.a=a +this.b=b}, +ac6:function ac6(a){this.a=a}, +ac1:function ac1(a){this.a=a}, +ac3:function ac3(a){this.a=a}, +arS(){var s=new A.Ac(new A.bc(new A.a9($.ad,t.U),t.gR)) +s.LW() +return s}, +ty:function ty(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=$}, +Ac:function Ac(a){this.a=a +this.c=this.b=null}, +afl:function afl(a){this.a=a}, +Ab:function Ab(a){this.a=a}, +Or:function Or(){}, +acR:function acR(a){this.a=a}, +a1D(a){var s=$.aqn.i(0,a) +if(s==null){s=$.auR +$.auR=s+1 +$.aqn.n(0,a,s) +$.auQ.n(0,s,a)}return s}, +aLX(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s=0){q.U(r,0,p).split("\n") +q.cj(r,p+2) +n.push(new A.xC())}else n.push(new A.xC())}return n}, +aM_(a){switch(a){case"AppLifecycleState.resumed":return B.eY +case"AppLifecycleState.inactive":return B.iD +case"AppLifecycleState.hidden":return B.iE +case"AppLifecycleState.paused":return B.eZ +case"AppLifecycleState.detached":return B.dA}return null}, +t7:function t7(){}, +ad8:function ad8(a){this.a=a}, +ad7:function ad7(a){this.a=a}, +aik:function aik(){}, +ail:function ail(a){this.a=a}, +aim:function aim(a){this.a=a}, +aJF(a){var s,r,q=a.c,p=B.Y5.i(0,q) +if(p==null)p=new A.l(q) +q=a.d +s=B.Yi.i(0,q) +if(s==null)s=new A.e(q) +r=a.a +switch(a.b.a){case 0:return new A.nY(p,s,a.e,r,a.f) +case 1:return new A.lU(p,s,null,r,a.f) +case 2:return new A.xz(p,s,a.e,r,!1)}}, +r6:function r6(a,b,c){this.c=a +this.a=b +this.b=c}, +lS:function lS(){}, +nY:function nY(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +lU:function lU(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +xz:function xz(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a4W:function a4W(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=null}, +Jy:function Jy(a,b){this.a=a +this.b=b}, +xy:function xy(a,b){this.a=a +this.b=b}, +Jz:function Jz(a,b,c,d){var _=this +_.a=null +_.b=a +_.c=b +_.d=null +_.e=c +_.f=d}, +UE:function UE(){}, +a7b:function a7b(){}, +e:function e(a){this.a=a}, +l:function l(a){this.a=a}, +UF:function UF(){}, +arn(a,b,c,d){return new A.rC(a,c,b,d)}, +aKk(a){return new A.y7(a)}, +j8:function j8(a,b){this.a=a +this.b=b}, +rC:function rC(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +y7:function y7(a){this.a=a}, +adT:function adT(){}, +a6J:function a6J(){}, +a6L:function a6L(){}, +adG:function adG(){}, +adI:function adI(a,b){this.a=a +this.b=b}, +adK:function adK(){}, +aNF(a){var s,r,q +for(s=new A.dX(J.aA(a.a),a.b),r=A.j(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +if(!q.k(0,B.cj))return q}return null}, +a88:function a88(a,b){this.a=a +this.b=b}, +ya:function ya(){}, +cF:function cF(){}, +Tl:function Tl(){}, +XD:function XD(a,b){this.a=a +this.b=b}, +jl:function jl(a){this.a=a}, +V5:function V5(){}, +li:function li(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a02:function a02(a,b){this.a=a +this.b=b}, +m5:function m5(a,b){this.a=a +this.b=b}, +a7Z:function a7Z(a,b){this.a=a +this.b=b}, +ki:function ki(a,b){this.a=a +this.b=b}, +a3m:function a3m(){}, +a3p:function a3p(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a3n:function a3n(a,b){this.a=a +this.b=b}, +a3o:function a3o(a,b,c){this.a=a +this.b=b +this.c=c}, +aLl(a){var s,r,q,p,o={} +o.a=null +s=new A.aaw(o,a).$0() +r=$.apO().d +q=A.j(r).h("bl<1>") +p=A.fX(new A.bl(r,q),q.h("p.E")).p(0,s.giG()) +q=a.i(0,"type") +q.toString +A.bm(q) +switch(q){case"keydown":return new A.je(o.a,p,s) +case"keyup":return new A.rP(null,!1,s) +default:throw A.d(A.Iy("Unknown key event type: "+q))}}, +nZ:function nZ(a,b){this.a=a +this.b=b}, +h_:function h_(a,b){this.a=a +this.b=b}, +yR:function yR(){}, +ih:function ih(){}, +aaw:function aaw(a,b){this.a=a +this.b=b}, +je:function je(a,b,c){this.a=a +this.b=b +this.c=c}, +rP:function rP(a,b,c){this.a=a +this.b=b +this.c=c}, +aaB:function aaB(a,b){this.a=a +this.d=b}, +cP:function cP(a,b){this.a=a +this.b=b}, +Wa:function Wa(){}, +W9:function W9(){}, +Nj:function Nj(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +z7:function z7(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +abu:function abu(a){this.a=a}, +abv:function abv(a){this.a=a}, +dc:function dc(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}, +abr:function abr(){}, +abs:function abs(){}, +abq:function abq(){}, +abt:function abt(){}, +aea(a){var s=0,r=A.V(t.H) +var $async$aea=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:s=2 +return A.a4(B.cA.hk(u.p,A.K(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$aea) +case 2:return A.T(null,r)}}) +return A.U($async$aea,r)}, +axS(a){if($.tn!=null){$.tn=a +return}if(a.k(0,$.arM))return +$.tn=a +A.e9(new A.aeb())}, +a_M:function a_M(a,b){this.a=a +this.b=b}, +jm:function jm(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}, +aeb:function aeb(){}, +Pa(a){var s=0,r=A.V(t.H) +var $async$Pa=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:s=2 +return A.a4(B.cA.hk("SystemSound.play",a.I(),t.H),$async$Pa) +case 2:return A.T(null,r)}}) +return A.U($async$Pa,r)}, +P9:function P9(a,b){this.a=a +this.b=b}, +aek:function aek(){}, +F8:function F8(a){this.a=a}, +a7i:function a7i(a){this.a=a}, +a2m:function a2m(a){this.a=a}, +Pp(a,b,c,d){var s=b?").b(s))return s +else return null}, +aGj(a,b,c){var s={} +s.a=null +A.a_y(a,new A.a_A(s,b,a,c)) +return s.a}, +auV(a){return new A.I0(a,new A.by(A.a([],t.tq),t.wS))}, +anL:function anL(a){this.a=a}, +b_:function b_(){}, +bA:function bA(){}, +fM:function fM(){}, +ne:function ne(a,b,c){var _=this +_.c=a +_.a=b +_.b=null +_.$ti=c}, +a_u:function a_u(){}, +jN:function jN(a,b,c){this.d=a +this.e=b +this.a=c}, +a_w:function a_w(a){this.a=a}, +a_z:function a_z(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a_x:function a_x(a,b,c){this.a=a +this.b=b +this.c=c}, +a_A:function a_A(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +AI:function AI(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +agI:function agI(a){this.a=a}, +AH:function AH(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +PY:function PY(a){this.a=a +this.b=null}, +I0:function I0(a,b){this.c=a +this.a=b +this.b=null}, +pS:function pS(){}, +q5:function q5(){}, +iQ:function iQ(){}, +HY:function HY(){}, +kq:function kq(){}, +Nd:function Nd(a){var _=this +_.f=_.e=$ +_.a=a +_.b=null}, +Vq:function Vq(){}, +C6:function C6(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.ah9$=c +_.aha$=d +_.ahb$=e +_.ahc$=f +_.a=g +_.b=null +_.$ti=h}, +B0:function B0(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=null +_.$ti=d}, +S0:function S0(){}, +RZ:function RZ(){}, +Uz:function Uz(){}, +DB:function DB(){}, +v9:function v9(a,b,c,d){var _=this +_.c=a +_.d=b +_.f=c +_.a=d}, +Sb:function Sb(a,b,c){var _=this +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +Sa:function Sa(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.c=g +_.a=h}, +YM:function YM(){}, +auh(a,b){return new A.va(a,b,null)}, +aGo(a,b){return new A.hZ(b,!1,a,new A.fy(a.a,t.Ll))}, +aGn(a,b){var s=A.a1(b,!0,t.l7) +if(a!=null)s.push(a) +return A.zU(B.ai,s,B.eG)}, +tS:function tS(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +va:function va(a,b,c){this.c=a +this.d=b +this.a=c}, +Sc:function Sc(a,b,c,d,e){var _=this +_.d=null +_.e=a +_.f=b +_.r=0 +_.dI$=c +_.bi$=d +_.a=null +_.b=e +_.c=null}, +ah1:function ah1(a,b,c){this.a=a +this.b=b +this.c=c}, +ah0:function ah0(a,b){this.a=a +this.b=b}, +ah2:function ah2(){}, +ah3:function ah3(a){this.a=a}, +Du:function Du(){}, +vh:function vh(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +aR0(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.gE(a0) +s=t.N +r=t.da +q=A.i1(b,b,b,s,r) +p=A.i1(b,b,b,s,r) +o=A.i1(b,b,b,s,r) +n=A.i1(b,b,b,s,r) +m=A.i1(b,b,b,t.ob,r) +for(l=0;l<3;++l){k=a0[l] +s=k.a +r=B.bq.i(0,s) +if(r==null)r=s +j=k.c +i=B.bK.i(0,j) +if(i==null)i=j +i=r+"_null_"+A.f(i) +if(q.i(0,i)==null)q.n(0,i,k) +r=B.bq.i(0,s) +r=(r==null?s:r)+"_null" +if(o.i(0,r)==null)o.n(0,r,k) +r=B.bq.i(0,s) +if(r==null)r=s +i=B.bK.i(0,j) +if(i==null)i=j +i=r+"_"+A.f(i) +if(p.i(0,i)==null)p.n(0,i,k) +r=B.bq.i(0,s) +s=r==null?s:r +if(n.i(0,s)==null)n.n(0,s,k) +s=B.bK.i(0,j) +if(s==null)s=j +if(m.i(0,s)==null)m.n(0,s,k)}for(h=b,g=h,f=0;f")),new A.a2l(),r.h("ex<1,D>"))}, +aHP(a,b){var s,r,q,p,o=B.b.gE(a),n=A.auU(b,o) +for(s=a.length,r=0;rr)return a.a9(0,new A.o(p,r)).gcO() +else return p-q}}else{p=b.c +if(q>p){s=a.b +r=b.b +if(sr)return a.a9(0,new A.o(p,r)).gcO() +else return q-p}}else{q=a.b +p=b.b +if(qp)return q-p +else return 0}}}}, +aHS(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.dX(J.aA(b.a),b.b),r=A.j(s).z[1];s.q();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.D(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.D(h,l,h+(j.c-h),l+(i-l)))}else p.push(j)}}}return f}, +aHO(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.o(Math.min(Math.max(0,r),b.a),Math.min(Math.max(0,a.b),b.b))}, +HZ:function HZ(a,b,c){this.c=a +this.d=b +this.a=c}, +a2k:function a2k(){}, +a2l:function a2l(){}, +I_:function I_(a){this.a=a}, +qv:function qv(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Bd:function Bd(a,b,c){var _=this +_.d=$ +_.e=a +_.f=b +_.a=null +_.b=c +_.c=null}, +aRf(a){var s,r,q +for(s=a.length,r=!1,q=0;q>")) +for(s=new A.bL(n,n.gu(n)),r=A.j(s).c,q=null;s.q();){p=s.d +o=p==null?r.a(p):p +q=(q==null?o:q).rM(o)}if(q.gP(q))return B.b.gE(a).a +return B.b.Pd(B.b.gE(a).gOD(),q.gj7(q)).w}, +ayU(a,b){A.ld(a,new A.al2(b),t.zP)}, +aOt(a,b){A.ld(a,new A.al_(b),t.h7)}, +art(){return new A.aaO(A.B(t.l5,t.UJ),A.aS1())}, +avE(a,b){return new A.wN(b==null?A.art():b,a,null)}, +a40(a){var s +for(;s=a.Q,s!=null;a=s){if(a.e==null)return null +if(a instanceof A.Bn)return a}return null}, +ID(a){var s,r=A.aqS(a,!1,!0) +if(r==null)return null +s=A.a40(r) +return s==null?null:s.dy}, +anH:function anH(a){this.a=a}, +u4:function u4(a,b){this.b=a +this.c=b}, +mE:function mE(a,b){this.a=a +this.b=b}, +PF:function PF(a,b){this.a=a +this.b=b}, +IE:function IE(){}, +a41:function a41(){}, +a43:function a43(a,b){this.a=a +this.b=b}, +a42:function a42(a){this.a=a}, +u_:function u_(a,b){this.a=a +this.b=b}, +Tr:function Tr(a){this.a=a}, +a21:function a21(){}, +al3:function al3(a){this.a=a}, +a29:function a29(a,b){this.a=a +this.b=b}, +a2b:function a2b(a){this.a=a}, +a2a:function a2a(a){this.a=a}, +a2c:function a2c(a){this.a=a}, +a2d:function a2d(a){this.a=a}, +a23:function a23(a){this.a=a}, +a24:function a24(a){this.a=a}, +a25:function a25(){}, +a26:function a26(a){this.a=a}, +a27:function a27(a){this.a=a}, +a28:function a28(){}, +a22:function a22(a,b,c){this.a=a +this.b=b +this.c=c}, +a2e:function a2e(a){this.a=a}, +a2f:function a2f(a){this.a=a}, +a2g:function a2g(a){this.a=a}, +a2h:function a2h(a){this.a=a}, +dB:function dB(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +al0:function al0(){}, +al2:function al2(a){this.a=a}, +al1:function al1(){}, +jA:function jA(a){this.a=a +this.b=null}, +akZ:function akZ(){}, +al_:function al_(a){this.a=a}, +aaO:function aaO(a,b){this.rr$=a +this.a=b}, +aaP:function aaP(){}, +aaQ:function aaQ(){}, +aaR:function aaR(a){this.a=a}, +wN:function wN(a,b,c){this.c=a +this.f=b +this.a=c}, +Bn:function Bn(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 +_.k1$=0 +_.k2$=i +_.k4$=_.k3$=0 +_.ok$=!1}, +U5:function U5(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +NT:function NT(a){this.a=a +this.b=null}, +ok:function ok(){}, +Mf:function Mf(a){this.a=a +this.b=null}, +oA:function oA(){}, +Na:function Na(a){this.a=a +this.b=null}, +HV:function HV(a){this.a=a +this.b=null}, +U6:function U6(){}, +Wd:function Wd(){}, +Zc:function Zc(){}, +Zd:function Zd(){}, +aNP(a){a.e9() +a.ba(A.aoZ())}, +aIp(a,b){var s,r,q,p=a.d +p===$&&A.b() +s=b.d +s===$&&A.b() +r=p-s +if(r!==0)return r +q=b.Q +if(a.Q!==q)return q?-1:1 +return 0}, +aIn(a){a.cB() +a.ba(A.aBa())}, +Ik(a){var s=a.a,r=s instanceof A.nC?s:null +return new A.Ij("",r,new A.Ak())}, +aMm(a){var s=a.au(),r=new A.hB(s,a,B.ae) +s.c=r +s.a=a +return r}, +aJw(a){return new A.f1(A.i1(null,null,null,t.h,t.X),a,B.ae)}, +aKn(a){return new A.og(A.cT(t.h),a,B.ae)}, +asI(a,b,c,d){var s=new A.bK(b,c,"widgets library",a,d,!1) +A.di(s) +return s}, +ew:function ew(){}, +bO:function bO(a,b){this.a=a +this.$ti=b}, +nI:function nI(a,b){this.a=a +this.$ti=b}, +h:function h(){}, +aG:function aG(){}, +ah:function ah(){}, +alU:function alU(a,b){this.a=a +this.b=b}, +ap:function ap(){}, +aI:function aI(){}, +ey:function ey(){}, +aU:function aU(){}, +aD:function aD(){}, +JI:function JI(){}, +bh:function bh(){}, +f5:function f5(){}, +u0:function u0(a,b){this.a=a +this.b=b}, +Ur:function Ur(a){this.a=!1 +this.b=a}, +ajv:function ajv(a,b){this.a=a +this.b=b}, +a0l:function a0l(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}, +a0m:function a0m(a,b,c){this.a=a +this.b=b +this.c=c}, +Mj:function Mj(){}, +akG:function akG(a,b){this.a=a +this.b=b}, +aP:function aP(){}, +a2P:function a2P(a){this.a=a}, +a2Q:function a2Q(a){this.a=a}, +a2R:function a2R(a){this.a=a}, +a2S:function a2S(a){this.a=a}, +a2M:function a2M(a){this.a=a}, +a2O:function a2O(){}, +a2N:function a2N(a){this.a=a}, +Ij:function Ij(a,b,c){this.d=a +this.e=b +this.a=c}, +vO:function vO(){}, +a1h:function a1h(){}, +a1i:function a1i(){}, +tf:function tf(a,b){var _=this +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +hB:function hB(a,b,c){var _=this +_.k3=a +_.k4=!1 +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +yM:function yM(){}, +on:function on(a,b,c){var _=this +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +a9w:function a9w(a){this.a=a}, +f1:function f1(a,b,c){var _=this +_.y2=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +bt:function bt(){}, +abC:function abC(){}, +JH:function JH(a,b){var _=this +_.ax=null +_.ay=!1 +_.c=_.b=_.a=_.ch=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +zF:function zF(a,b){var _=this +_.ax=_.k4=null +_.ay=!1 +_.c=_.b=_.a=_.ch=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +og:function og(a,b,c){var _=this +_.k4=$ +_.ok=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=_.ch=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +NR:function NR(){}, +r0:function r0(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Ve:function Ve(a,b){var _=this +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +Vh:function Vh(a){this.a=a}, +Xu:function Xu(){}, +a4A(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.IR(b,a1,a2,s,a0,o,q,r,p,f,k,h,j,i,g,l,n,m,a,d,c,e)}, +nH:function nH(){}, +cK:function cK(a,b,c){this.a=a +this.b=b +this.$ti=c}, +IR:function IR(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.ay=j +_.cy=k +_.x2=l +_.y1=m +_.y2=n +_.b_=o +_.c8=p +_.be=q +_.bF=r +_.b4=s +_.aV=a0 +_.bw=a1 +_.a=a2}, +a4B:function a4B(a){this.a=a}, +a4C:function a4C(a,b){this.a=a +this.b=b}, +a4D:function a4D(a){this.a=a}, +a4H:function a4H(a,b){this.a=a +this.b=b}, +a4I:function a4I(a){this.a=a}, +a4J:function a4J(a,b){this.a=a +this.b=b}, +a4K:function a4K(a){this.a=a}, +a4L:function a4L(a,b){this.a=a +this.b=b}, +a4M:function a4M(a){this.a=a}, +a4N:function a4N(a,b){this.a=a +this.b=b}, +a4O:function a4O(a){this.a=a}, +a4E:function a4E(a,b){this.a=a +this.b=b}, +a4F:function a4F(a){this.a=a}, +a4G:function a4G(a,b){this.a=a +this.b=b}, +ks:function ks(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +rO:function rO(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +Ub:function Ub(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +acQ:function acQ(){}, +aip:function aip(a){this.a=a}, +aiu:function aiu(a){this.a=a}, +ait:function ait(a){this.a=a}, +aiq:function aiq(a){this.a=a}, +air:function air(a){this.a=a}, +ais:function ais(a,b){this.a=a +this.b=b}, +aiv:function aiv(a){this.a=a}, +aiw:function aiw(a){this.a=a}, +aix:function aix(a,b){this.a=a +this.b=b}, +avM(a,b){return new A.nK(b,a,null)}, +avN(a,b,c){var s=A.B(t.K,t.U3) +a.ba(new A.a56(c,new A.a55(s,b))) +return s}, +ayJ(a,b){var s,r=a.gaf() +r.toString +t.x.a(r) +s=r.c0(b==null?null:b.gaf()) +r=r.gC() +return A.fZ(s,new A.D(0,0,0+r.a,0+r.b))}, +qS:function qS(a,b){this.a=a +this.b=b}, +nK:function nK(a,b,c){this.c=a +this.e=b +this.a=c}, +a55:function a55(a,b){this.a=a +this.b=b}, +a56:function a56(a,b){this.a=a +this.b=b}, +ua:function ua(a,b){var _=this +_.d=a +_.e=null +_.f=!0 +_.a=null +_.b=b +_.c=null}, +ajh:function ajh(a,b){this.a=a +this.b=b}, +ajg:function ajg(){}, +ajd:function ajd(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=$}, +kX:function kX(a,b){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.f=_.e=$ +_.r=null +_.x=_.w=!1}, +aje:function aje(a){this.a=a}, +ajf:function ajf(a,b){this.a=a +this.b=b}, +qR:function qR(a,b){this.a=a +this.b=b}, +a54:function a54(){}, +a53:function a53(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a52:function a52(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +iX:function iX(a,b,c){this.c=a +this.z=b +this.a=c}, +iY:function iY(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a6_(a,b,c){return new A.nN(b,a,c)}, +x4(a,b){return new A.es(new A.a60(null,b,a),null)}, +aJs(a){var s,r,q,p,o,n,m=A.avS(a).O(a),l=m.a,k=l==null +if(!k&&m.b!=null&&m.c!=null&&m.d!=null&&m.e!=null&&m.f!=null&&m.geh()!=null)l=m +else{if(k)l=24 +k=m.b +if(k==null)k=0 +s=m.c +if(s==null)s=400 +r=m.d +if(r==null)r=0 +q=m.e +if(q==null)q=48 +p=m.f +if(p==null)p=B.k +o=m.geh() +if(o==null)o=B.o2.geh() +n=m.w +l=m.r3(p,k,r,o,q,n==null?null:n,l,s)}return l}, +avS(a){var s=a.ak(t.Oh),r=s==null?null:s.w +return r==null?B.o2:r}, +nN:function nN(a,b,c){this.w=a +this.b=b +this.a=c}, +a60:function a60(a,b,c){this.a=a +this.b=b +this.c=c}, +k6(a,b,c){var s,r,q,p,o,n,m,l,k,j=null +if(a==b&&a!=null)return a +s=a==null +r=s?j:a.a +q=b==null +r=A.W(r,q?j:b.a,c) +p=s?j:a.b +p=A.W(p,q?j:b.b,c) +o=s?j:a.c +o=A.W(o,q?j:b.c,c) +n=s?j:a.d +n=A.W(n,q?j:b.d,c) +m=s?j:a.e +m=A.W(m,q?j:b.e,c) +l=s?j:a.f +l=A.w(l,q?j:b.f,c) +k=s?j:a.geh() +k=A.W(k,q?j:b.geh(),c) +s=s?j:a.w +return new A.bR(r,p,o,n,m,l,k,A.aM4(s,q?j:b.w,c))}, +bR:function bR(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}, +Un:function Un(){}, +ZV(a,b){var s,r +a.ak(t.l4) +s=$.a_i() +r=A.dL(a,B.io) +r=r==null?null:r.b +if(r==null)r=1 +return new A.x5(s,r,A.ar8(a),A.d7(a),b,A.pL())}, +avT(a,b,c,d,e,f){return new A.nO(A.arw(null,null,new A.ro(a,1,d)),b,f,e,c,null)}, +nO:function nO(a,b,c,d,e,f){var _=this +_.c=a +_.f=b +_.r=c +_.w=d +_.as=e +_.a=f}, +Bv:function Bv(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}, +ajq:function ajq(a){this.a=a}, +ajp:function ajp(a,b,c){this.a=a +this.b=b +this.c=c}, +ajr:function ajr(a,b,c){this.a=a +this.b=b +this.c=c}, +ajs:function ajs(a){this.a=a}, +ajt:function ajt(a){this.a=a}, +aju:function aju(a){this.a=a}, +Z_:function Z_(){}, +aHz(a,b){return new A.jV(a,b)}, +aq3(a,b,c){return new A.v3(a,b,null,B.ak,c,null,null)}, +a_E(a,b,c){return new A.v4(a,c,B.ak,b,null,null)}, +nd:function nd(a,b){this.a=a +this.b=b}, +jV:function jV(a,b){this.a=a +this.b=b}, +wo:function wo(a,b){this.a=a +this.b=b}, +jZ:function jZ(a,b){this.a=a +this.b=b}, +nc:function nc(a,b){this.a=a +this.b=b}, +oc:function oc(a,b){this.a=a +this.b=b}, +p4:function p4(a,b){this.a=a +this.b=b}, +Jh:function Jh(){}, +qX:function qX(){}, +a6n:function a6n(a){this.a=a}, +a6m:function a6m(a){this.a=a}, +a6l:function a6l(a,b){this.a=a +this.b=b}, +pU:function pU(){}, +a_F:function a_F(){}, +v3:function v3(a,b,c,d,e,f,g){var _=this +_.r=a +_.y=b +_.Q=c +_.c=d +_.d=e +_.e=f +_.a=g}, +S5:function S5(a,b,c){var _=this +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +agL:function agL(){}, +agM:function agM(){}, +agN:function agN(){}, +agO:function agO(){}, +agP:function agP(){}, +agQ:function agQ(){}, +agR:function agR(){}, +agS:function agS(){}, +v7:function v7(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +S8:function S8(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +agV:function agV(){}, +v6:function v6(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +S7:function S7(a,b,c){var _=this +_.z=null +_.e=_.d=_.Q=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +agU:function agU(){}, +v4:function v4(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +S6:function S6(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +agT:function agT(){}, +v8:function v8(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}, +S9:function S9(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +agW:function agW(){}, +agX:function agX(){}, +agY:function agY(){}, +agZ:function agZ(){}, +uc:function uc(){}, +aJx(a,b,c,d){var s=a.eF(d) +if(s==null)return +c.push(s) +d.a(s.gaN()) +return}, +cU(a,b,c){var s,r,q,p,o,n +if(b==null)return a.ak(c) +s=A.a([],t.Fa) +A.aJx(a,b,s,c) +if(s.length===0)return null +r=B.b.gB(s) +for(q=s.length,p=0;p>")),i).bp(new A.anY(k,h),t.e3)}, +ar8(a){var s=a.ak(t.Gk) +return s==null?null:s.r.f}, +fY(a,b,c){var s=a.ak(t.Gk) +return s==null?null:c.h("0?").a(s.r.e.i(0,b))}, +uo:function uo(a,b){this.a=a +this.b=b}, +anW:function anW(a){this.a=a}, +anX:function anX(){}, +anY:function anY(a,b){this.a=a +this.b=b}, +dl:function dl(){}, +Ys:function Ys(){}, +HO:function HO(){}, +BL:function BL(a,b,c,d){var _=this +_.r=a +_.w=b +_.b=c +_.a=d}, +xM:function xM(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +UP:function UP(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +ak1:function ak1(a){this.a=a}, +ak2:function ak2(a,b){this.a=a +this.b=b}, +ak0:function ak0(a,b,c){this.a=a +this.b=b +this.c=c}, +aJV(a,b){var s +a.ak(t.bS) +s=A.aJW(a,b) +if(s==null)return null +a.ue(s,null) +return b.a(s.gaN())}, +aJW(a,b){var s,r,q,p=a.eF(b) +if(p==null)return null +s=a.eF(t.bS) +if(s!=null){r=s.d +r===$&&A.b() +q=p.d +q===$&&A.b() +q=r>q +r=q}else r=!1 +if(r)return null +return p}, +ar9(a,b){var s={} +s.a=null +a.lR(new A.a7B(s,b)) +s=s.a +s=s==null?null:s.gaf() +return b.h("0?").a(s)}, +a7B:function a7B(a,b){this.a=a +this.b=b}, +oe(a,b,c){return new A.kd(b,a,c)}, +aKg(a,b){return new A.es(new A.a7T(0,b,a),null)}, +dL(a,b){var s=A.cU(a,b,t.m) +return s==null?null:s.w}, +Mw:function Mw(a,b){this.a=a +this.b=b}, +e6:function e6(a,b){this.a=a +this.b=b}, +y5:function y5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.a=a +_.b=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=o +_.ch=p +_.CW=q +_.cx=r}, +a7S:function a7S(a){this.a=a}, +kd:function kd(a,b,c){this.w=a +this.b=b +this.a=c}, +a7T:function a7T(a,b,c){this.a=a +this.b=b +this.c=c}, +a8B:function a8B(a,b){this.a=a +this.b=b}, +BS:function BS(a,b,c){this.c=a +this.e=b +this.a=c}, +V_:function V_(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +ako:function ako(a,b){this.a=a +this.b=b}, +Z2:function Z2(){}, +arf(a,b,c,d,e,f,g){return new A.LX(c,d,e,!0,f,b,g,null)}, +LX:function LX(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}, +a82:function a82(a,b){this.a=a +this.b=b}, +Ep:function Ep(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +tO:function tO(a,b,c,d,e,f,g,h,i){var _=this +_.b8=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}, +Sh:function Sh(a){this.a=a}, +V3:function V3(a,b,c){this.c=a +this.d=b +this.a=c}, +Ma:function Ma(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +D3:function D3(a,b){this.a=a +this.b=b}, +ame:function ame(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +awE(a,b,c,d,e,f,g,h,i,j,k){return new A.ym(i,g,b,f,h,d,k,e,j,a,c)}, +awG(a){return A.Mb(a,!1).adW(null)}, +Mb(a,b){var s,r,q +if(a instanceof A.hB){s=a.k3 +s.toString +s=s instanceof A.ib}else s=!1 +if(s){s=a.k3 +s.toString +t.uK.a(s) +r=s}else r=null +if(b){q=a.ab4(t.uK) +r=q==null?r:q +s=r}else{if(r==null)r=a.wF(t.uK) +s=r}s.toString +return s}, +aKw(a,b){var s,r,q,p,o,n,m,l=null,k=A.a([],t.ny) +if(B.d.b5(b,"/")&&b.length>1){b=B.d.cj(b,1) +s=t.z +k.push(a.vp("/",!0,l,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +aOA(a){return a.gSF()}, +ayW(a){return new A.als(a)}, +awF(a,b){var s,r,q,p +for(s=a.a,r=s.gxw(),q=r.length,p=0;p2?s[2]:null,B.m5) +case 1:s=s.e6(a,1)[1] +s.toString +t.pO.a(A.aKK(new A.a0x(A.dp(s)))) +return null}}, +rY:function rY(a,b){this.a=a +this.b=b}, +c_:function c_(){}, +abK:function abK(a){this.a=a}, +abJ:function abJ(a){this.a=a}, +h6:function h6(a,b){this.a=a +this.b=b}, +kk:function kk(){}, +m7:function m7(){}, +nL:function nL(a,b,c){this.f=a +this.b=b +this.a=c}, +kw:function kw(){}, +PD:function PD(){}, +HN:function HN(){}, +a1V:function a1V(a,b,c){this.a=a +this.b=b +this.c=c}, +ym:function ym(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.Q=h +_.as=i +_.at=j +_.a=k}, +a8L:function a8L(){}, +ep:function ep(a,b){this.a=a +this.b=b}, +Vd:function Vd(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +dR:function dR(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}, +alr:function alr(a,b){this.a=a +this.b=b}, +alp:function alp(){}, +alq:function alq(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +alo:function alo(a,b){this.a=a +this.b=b}, +als:function als(a){this.a=a}, +mS:function mS(){}, +un:function un(a,b){this.a=a +this.b=b}, +um:function um(a,b){this.a=a +this.b=b}, +C0:function C0(a,b){this.a=a +this.b=b}, +C1:function C1(a,b){this.a=a +this.b=b}, +Ug:function Ug(a,b){var _=this +_.a=a +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +ib:function ib(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.d=$ +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=!1 +_.Q=null +_.as=$ +_.at=g +_.ax=null +_.ch=_.ay=!1 +_.CW=0 +_.cx=h +_.cy=i +_.bP$=j +_.hS$=k +_.wz$=l +_.fg$=m +_.hT$=n +_.dI$=o +_.bi$=p +_.a=null +_.b=q +_.c=null}, +a8E:function a8E(a,b){this.a=a +this.b=b}, +a8K:function a8K(a){this.a=a}, +a8D:function a8D(){}, +a8F:function a8F(){}, +a8G:function a8G(a){this.a=a}, +a8H:function a8H(){}, +a8I:function a8I(){}, +a8C:function a8C(a){this.a=a}, +a8J:function a8J(a,b){this.a=a +this.b=b}, +Cs:function Cs(a,b){this.a=a +this.b=b}, +WM:function WM(){}, +V9:function V9(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +as6:function as6(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +Uh:function Uh(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.k1$=0 +_.k2$=a +_.k4$=_.k3$=0 +_.ok$=!1}, +ajj:function ajj(){}, +oj:function oj(a){this.a=a}, +akC:function akC(){}, +C2:function C2(){}, +C3:function C3(){}, +YY:function YY(){}, +Mk:function Mk(){}, +ei:function ei(a,b,c,d){var _=this +_.d=a +_.b=b +_.a=c +_.$ti=d}, +C4:function C4(a,b,c){var _=this +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +hr:function hr(){}, +Z5:function Z5(){}, +ark(a,b){return new A.kj(a,b,new A.ff(null,$.aO()),new A.bO(null,t.af))}, +aOw(a){return a.am()}, +kj:function kj(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=null +_.f=d +_.r=!1}, +a9i:function a9i(a){this.a=a}, +kZ:function kZ(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +C5:function C5(a){var _=this +_.d=$ +_.e=null +_.r=_.f=$ +_.a=null +_.b=a +_.c=null}, +akI:function akI(){}, +ys:function ys(a,b,c){this.c=a +this.d=b +this.a=c}, +yt:function yt(a,b,c,d){var _=this +_.d=a +_.dI$=b +_.bi$=c +_.a=null +_.b=d +_.c=null}, +a9m:function a9m(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a9l:function a9l(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a9n:function a9n(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a9k:function a9k(){}, +a9j:function a9j(){}, +D2:function D2(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +XN:function XN(a,b,c){var _=this +_.k4=$ +_.ok=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=_.ch=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +uw:function uw(){}, +ale:function ale(a){this.a=a}, +uD:function uD(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=_.at=null +_.ez$=a +_.aF$=b +_.a=c}, +Co:function Co(a,b,c,d,e,f,g,h){var _=this +_.L=null +_.ab=a +_.ap=b +_.aw=c +_.aX=!1 +_.a4=d +_.eQ$=e +_.aR$=f +_.fM$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +WG:function WG(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +Vp:function Vp(){}, +DE:function DE(){}, +Zi:function Zi(){}, +avJ(a,b,c){return new A.wV(a,c,b,null)}, +ayI(a,b,c){var s,r,q=null,p=t.H7,o=new A.aK(0,0,p),n=new A.aK(0,0,p),m=new A.Bq(B.il,o,n,b,a,$.aO()),l=A.ds(q,q,q,q,c) +l.bE() +s=l.cE$ +s.b=!0 +s.a.push(m.gzr()) +m.b!==$&&A.cI() +m.b=l +r=A.eY(B.iV,l,q) +r.a.aa(m.geA()) +t.o.a(r) +p=p.h("aq") +m.r!==$&&A.cI() +m.r=new A.aq(r,o,p) +m.x!==$&&A.cI() +m.x=new A.aq(r,n,p) +p=c.r5(m.ga6y()) +m.y!==$&&A.cI() +m.y=p +return m}, +wV:function wV(a,b,c,d){var _=this +_.e=a +_.f=b +_.w=c +_.a=d}, +Br:function Br(a,b,c,d){var _=this +_.r=_.f=_.e=_.d=null +_.w=a +_.dI$=b +_.bi$=c +_.a=null +_.b=d +_.c=null}, +u9:function u9(a,b){this.a=a +this.b=b}, +Bq:function Bq(a,b,c,d,e,f){var _=this +_.a=a +_.b=$ +_.c=null +_.e=_.d=0 +_.f=b +_.r=$ +_.w=c +_.y=_.x=$ +_.z=null +_.as=_.Q=0.5 +_.at=0 +_.ax=d +_.ay=e +_.k1$=0 +_.k2$=f +_.k4$=_.k3$=0 +_.ok$=!1}, +ajb:function ajb(a){this.a=a}, +Ud:function Ud(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +Xx:function Xx(a,b){this.a=a +this.b=b}, +A_:function A_(a,b,c,d){var _=this +_.c=a +_.e=b +_.f=c +_.a=d}, +CY:function CY(a,b,c){var _=this +_.d=$ +_.f=_.e=null +_.r=0 +_.w=!0 +_.dI$=a +_.bi$=b +_.a=null +_.b=c +_.c=null}, +am2:function am2(a,b,c){this.a=a +this.b=b +this.c=c}, +uA:function uA(a,b){this.a=a +this.b=b}, +CX:function CX(a,b,c,d){var _=this +_.b=_.a=$ +_.c=a +_.d=b +_.e=0 +_.f=c +_.k1$=0 +_.k2$=d +_.k4$=_.k3$=0 +_.ok$=!1}, +yu:function yu(a,b){this.a=a +this.fN$=b}, +C7:function C7(){}, +Dz:function Dz(){}, +DG:function DG(){}, +awR(a,b){var s=a.gaN() +return!(s instanceof A.rx)}, +a9p(a){var s=a.Dv(t.Mf) +return s==null?null:s.d}, +CT:function CT(a){this.a=a}, +yv:function yv(){this.a=null}, +a9o:function a9o(a){this.a=a}, +rx:function rx(a,b,c){this.c=a +this.d=b +this.a=c}, +ic:function ic(){}, +a7U:function a7U(){}, +a9S:function a9S(){}, +HL:function HL(a,b){this.a=a +this.d=b}, +aL4(a,b){var s,r=a.Dv(t.bb) +if(r==null)return!1 +s=A.arA(a).lU(a) +if(r.w.p(0,s))return r.r===b +return!1}, +aan(a){var s=a.ak(t.bb) +return s==null?null:s.f}, +rH:function rH(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +rW(a){var s=a.ak(t.lQ) +return s==null?null:s.f}, +afD(a,b){return new A.Al(a,b,null)}, +mo:function mo(a,b,c){this.c=a +this.d=b +this.a=c}, +WN:function WN(a,b,c,d,e,f){var _=this +_.bP$=a +_.hS$=b +_.wz$=c +_.fg$=d +_.hT$=e +_.a=null +_.b=f +_.c=null}, +Al:function Al(a,b,c){this.f=a +this.b=b +this.a=c}, +zb:function zb(a,b,c){this.c=a +this.d=b +this.a=c}, +Cr:function Cr(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.w=!1 +_.a=null +_.b=a +_.c=null}, +alj:function alj(a){this.a=a}, +ali:function ali(a,b){this.a=a +this.b=b}, +ek:function ek(){}, +jg:function jg(){}, +abw:function abw(a,b){this.a=a +this.b=b}, +an3:function an3(){}, +Zj:function Zj(){}, +cN:function cN(){}, +iD:function iD(){}, +Cp:function Cp(){}, +z6:function z6(a,b,c){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1 +_.$ti=c}, +z5:function z5(a,b){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +an4:function an4(){}, +oH:function oH(a,b){this.b=a +this.c=b}, +O1:function O1(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f +_.$ti=g}, +O0:function O0(a,b){this.a=a +this.b=b}, +ux:function ux(a,b,c,d,e,f,g,h){var _=this +_.e=_.d=null +_.f=a +_.r=$ +_.w=!1 +_.bP$=b +_.hS$=c +_.wz$=d +_.fg$=e +_.hT$=f +_.a=null +_.b=g +_.c=null +_.$ti=h}, +alz:function alz(a){this.a=a}, +alA:function alA(a){this.a=a}, +aly:function aly(a){this.a=a}, +alw:function alw(a,b,c){this.a=a +this.b=b +this.c=c}, +alt:function alt(a){this.a=a}, +alu:function alu(a,b){this.a=a +this.b=b}, +alx:function alx(){}, +alv:function alv(){}, +WS:function WS(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +WK:function WK(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.k1$=0 +_.k2$=a +_.k4$=_.k3$=0 +_.ok$=!1}, +uH:function uH(){}, +a84(a,b){var s=a.ak(t.Fe),r=s==null?null:s.x +return b.h("fu<0>?").a(r)}, +rv:function rv(){}, +e3:function e3(){}, +afu:function afu(a,b,c){this.a=a +this.b=b +this.c=c}, +afs:function afs(a,b,c){this.a=a +this.b=b +this.c=c}, +aft:function aft(a,b,c){this.a=a +this.b=b +this.c=c}, +afr:function afr(a,b){this.a=a +this.b=b}, +JS:function JS(){}, +Tt:function Tt(a,b){this.e=a +this.a=b +this.b=null}, +BW:function BW(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.b=e +_.a=f}, +ul:function ul(a,b,c){this.c=a +this.a=b +this.$ti=c}, +kY:function kY(a,b,c,d){var _=this +_.d=null +_.e=$ +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +akp:function akp(a){this.a=a}, +akt:function akt(a){this.a=a}, +aku:function aku(a){this.a=a}, +aks:function aks(a){this.a=a}, +akq:function akq(a){this.a=a}, +akr:function akr(a){this.a=a}, +fu:function fu(){}, +a85:function a85(a,b){this.a=a +this.b=b}, +a86:function a86(){}, +a83:function a83(){}, +yK:function yK(){}, +yQ:function yQ(){}, +px:function px(){}, +arz(a,b,c,d){return new A.Oa(d,a,c,b,null)}, +Oa:function Oa(a,b,c,d,e){var _=this +_.d=a +_.f=b +_.r=c +_.x=d +_.a=e}, +Of:function Of(){}, +lJ:function lJ(a){this.a=a +this.b=!1}, +a5t:function a5t(a,b){this.c=a +this.a=b +this.b=!1}, +acf:function acf(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}, +a2E:function a2E(a,b){this.c=a +this.a=b +this.b=!1}, +ED:function ED(a,b){var _=this +_.c=$ +_.d=a +_.a=b +_.b=!1}, +I5:function I5(a){var _=this +_.d=_.c=$ +_.a=a +_.b=!1}, +zh:function zh(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aca:function aca(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ac9:function ac9(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +arA(a){var s=a.ak(t.Cy),r=s==null?null:s.f +return r==null?B.HW:r}, +Og:function Og(){}, +acb:function acb(){}, +acc:function acc(){}, +acd:function acd(){}, +zi:function zi(a,b,c){this.f=a +this.b=b +this.a=c}, +ace(){return new A.Oh(A.a([],t.ZP),$.aO())}, +Oh:function Oh(a,b){var _=this +_.f=a +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +kx:function kx(){}, +Is:function Is(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +TW:function TW(){}, +arB(a,b,c,d,e){var s=new A.ms(c,e,d,a,0) +if(b!=null)s.fN$=b +return s}, +aRK(a){return a.fN$===0}, +fz:function fz(){}, +afW:function afW(){}, +f8:function f8(){}, +zn:function zn(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.fN$=d}, +ms:function ms(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.fN$=e}, +ja:function ja(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.fN$=f}, +mq:function mq(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.fN$=d}, +PO:function PO(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.fN$=d}, +CB:function CB(){}, +CA:function CA(a,b,c){this.f=a +this.b=b +this.a=c}, +mQ:function mQ(a){var _=this +_.a=a +_.jd$=_.k8$=_.lf$=null}, +zk:function zk(a,b){this.c=a +this.a=b}, +zl:function zl(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +acg:function acg(a){this.a=a}, +ach:function ach(a){this.a=a}, +aci:function aci(a){this.a=a}, +aGA(a,b,c){var s,r +if(a>0){s=a/c +if(b"))}, +asD(a,b){var s=$.aL.a4$.z.i(0,a).gaf() +s.toString +return t.x.a(s).nl(b)}, +zr:function zr(a,b){this.a=a +this.b=b}, +zs:function zs(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=!1 +_.CW=_.ch=null +_.cy=_.cx=$ +_.dx=_.db=null +_.k1$=0 +_.k2$=o +_.k4$=_.k3$=0 +_.ok$=!1}, +acv:function acv(){}, +rQ:function rQ(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.w=e +_.Q=f +_.ay=g +_.ch=h +_.CW=i +_.cx=j +_.cy=k +_.db=l +_.a=m}, +jf:function jf(a,b,c,d,e){var _=this +_.w=_.r=_.f=_.e=_.d=null +_.y=_.x=$ +_.z=a +_.as=_.Q=!1 +_.at=$ +_.dI$=b +_.bi$=c +_.a=null +_.b=d +_.c=null +_.$ti=e}, +aaL:function aaL(a){this.a=a}, +aaH:function aaH(a){this.a=a}, +aaI:function aaI(a){this.a=a}, +aaE:function aaE(a){this.a=a}, +aaF:function aaF(a){this.a=a}, +aaG:function aaG(a){this.a=a}, +aaJ:function aaJ(a){this.a=a}, +aaK:function aaK(a){this.a=a}, +aaM:function aaM(a){this.a=a}, +aaN:function aaN(a){this.a=a}, +jD:function jD(a,b,c,d,e,f,g,h,i,j){var _=this +_.eR=a +_.k2=!1 +_.bt=_.bG=_.bF=_.be=_.b8=_.c8=_.b_=_.y2=_.y1=_.xr=_.x2=_.x1=_.to=_.ry=_.rx=_.RG=_.R8=_.p4=_.p3=_.p2=_.p1=_.ok=_.k4=_.k3=null +_.at=b +_.ay=c +_.ch=d +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=e +_.r=f +_.a=g +_.b=null +_.c=h +_.d=i +_.e=j}, +jE:function jE(a,b,c,d,e,f,g,h,i,j){var _=this +_.hW=a +_.a4=_.aX=_.aw=_.ap=_.ab=_.L=_.bt=_.bG=_.bF=_.be=_.b8=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=b +_.ay=c +_.ch=d +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=e +_.r=f +_.a=g +_.b=null +_.c=h +_.d=i +_.e=j}, +ur:function ur(){}, +aKp(a,b){var s,r=a.b,q=b.b,p=r-q +if(!(p<3&&a.d-b.d>-3))s=q-r<3&&b.d-a.d>-3 +else s=!0 +if(s)return 0 +if(Math.abs(p)>3)return r>q?1:-1 +return a.d>b.d?1:-1}, +aKo(a,b){var s=a.a,r=b.a,q=s-r +if(q<1e-10&&a.c-b.c>-1e-10){if(a.c-b.c>1e-10)return 1 +return-1}if(r-s<1e-10&&b.c-a.c>-1e-10){if(b.c-a.c>1e-10)return-1 +return 1}if(Math.abs(q)>1e-10)return s>r?1:-1 +return a.c>b.c?1:-1}, +rj:function rj(){}, +a8v:function a8v(a){this.a=a}, +a8w:function a8w(a,b,c){this.a=a +this.b=b +this.c=c}, +a8x:function a8x(){}, +a8t:function a8t(a,b){this.a=a +this.b=b}, +a8u:function a8u(a){this.a=a}, +a8y:function a8y(a,b){this.a=a +this.b=b}, +a8z:function a8z(a){this.a=a}, +a8k:function a8k(a){this.a=a}, +a8l:function a8l(a){this.a=a}, +a8m:function a8m(a){this.a=a}, +a8n:function a8n(a){this.a=a}, +a8o:function a8o(a){this.a=a}, +a8p:function a8p(a){this.a=a}, +a8q:function a8q(a){this.a=a}, +a8r:function a8r(a){this.a=a}, +a8s:function a8s(a){this.a=a}, +V8:function V8(){}, +arD(a){var s=a.ak(t.Wu) +return s==null?null:s.f}, +zw:function zw(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +X4:function X4(a,b,c,d){var _=this +_.d=a +_.oH$=b +_.mK$=c +_.a=null +_.b=d +_.c=null}, +t3:function t3(a,b,c){this.f=a +this.b=b +this.a=c}, +On:function On(){}, +Zm:function Zm(){}, +DF:function DF(){}, +zC:function zC(a,b){this.c=a +this.a=b}, +Xd:function Xd(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +Xe:function Xe(a,b,c){this.x=a +this.b=b +this.a=c}, +e0(a,b,c,d,e){return new A.ay(a,c,e,b,d)}, +aM5(a){var s=A.B(t.y6,t.Xw) +a.a1(0,new A.ade(s)) +return s}, +arF(a,b,c){return new A.oW(null,c,a,b,null)}, +ay:function ay(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +pj:function pj(a,b){this.a=a +this.b=b}, +tc:function tc(a,b){var _=this +_.b=a +_.c=null +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +ade:function ade(a){this.a=a}, +add:function add(){}, +adf:function adf(a){this.a=a}, +adg:function adg(a){this.a=a}, +oW:function oW(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +CJ:function CJ(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +Oz:function Oz(a,b){var _=this +_.c=a +_.k1$=0 +_.k2$=b +_.k4$=_.k3$=0 +_.ok$=!1}, +zD:function zD(a,b){this.c=a +this.a=b}, +CI:function CI(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +Xh:function Xh(a,b,c){this.f=a +this.b=b +this.a=c}, +Xf:function Xf(){}, +Xg:function Xg(){}, +Xi:function Xi(){}, +Xk:function Xk(){}, +Xl:function Xl(){}, +YL:function YL(){}, +OB:function OB(a,b){this.x=a +this.a=b}, +adj:function adj(a,b,c){this.a=a +this.b=b +this.c=c}, +uz:function uz(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Xn:function Xn(a,b){var _=this +_.ax=_.k4=null +_.ay=!1 +_.c=_.b=_.a=_.ch=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +uu:function uu(a,b,c,d,e,f){var _=this +_.L=a +_.ab=b +_.ap=c +_.aw=d +_.id$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ald:function ald(a,b){this.a=a +this.b=b}, +alc:function alc(a,b){this.a=a +this.b=b}, +DD:function DD(){}, +Zn:function Zn(){}, +Zo:function Zo(){}, +zM:function zM(){}, +io:function io(){}, +mz:function mz(){}, +zN:function zN(a,b,c,d,e){var _=this +_.k4=a +_.ok=b +_.ax=_.p1=null +_.ay=!1 +_.c=_.b=_.a=_.ch=null +_.d=$ +_.e=c +_.f=null +_.r=d +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=e}, +CK:function CK(){}, +axK(a,b,c,d,e){return new A.OL(c,d,!0,e,b,null)}, +OJ:function OJ(a,b){this.a=a +this.b=b}, +zQ:function zQ(a){var _=this +_.a=!1 +_.k1$=0 +_.k2$=a +_.k4$=_.k3$=0 +_.ok$=!1}, +OL:function OL(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +uv:function uv(a,b,c,d,e,f,g){var _=this +_.F=a +_.ac=b +_.aB=c +_.c_=d +_.ds=e +_.fi=_.bX=null +_.iz=!1 +_.kd=null +_.id$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +OK:function OK(){}, +Tj:function Tj(){}, +Pe:function Pe(a,b){this.c=a +this.a=b}, +z4:function z4(a,b,c,d,e,f){var _=this +_.cI=a +_.ey=b +_.bW=c +_.F=d +_.id$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Pd:function Pd(){}, +rU:function rU(a,b,c,d,e,f,g,h){var _=this +_.cI=!1 +_.ey=a +_.bW=b +_.bL=c +_.cC=d +_.d3=e +_.F=f +_.id$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Pi:function Pi(a,b,c,d,e,f){var _=this +_.e=a +_.r=b +_.w=c +_.x=d +_.c=e +_.a=f}, +qq(a,b,c,d,e,f,g,h,i){return new A.lw(f,g,e,d,c,i,h,a,b)}, +aHF(a,b,c,d,e,f){return new A.es(new A.a1U(null,e,f,!0,c,b,null,a),null)}, +en(a,b){var s=null +return new A.hD(a,s,b,s,s,s,s,s)}, +arP(a,b,c,d,e,f){return new A.hD(null,a,d,e,f,c,b,null)}, +lw:function lw(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}, +a1U:function a1U(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}, +Vi:function Vi(a){this.a=a}, +hD:function hD(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.w=e +_.z=f +_.at=g +_.a=h}, +afa:function afa(a){this.a=a}, +afc:function afc(a){this.a=a}, +afb:function afb(a){this.a=a}, +I1:function I1(){}, +HW:function HW(){}, +wb:function wb(){}, +wd:function wd(){}, +wc:function wc(){}, +HU:function HU(){}, +nw:function nw(){}, +ny:function ny(){}, +wH:function wH(){}, +wA:function wA(){}, +wB:function wB(){}, +hY:function hY(){}, +nz:function nz(){}, +nA:function nA(){}, +wF:function wF(){}, +wG:function wG(){}, +nx:function nx(){}, +zo:function zo(){}, +Om:function Om(){}, +vS:function vS(){}, +MU:function MU(){}, +Nl:function Nl(){}, +PH:function PH(){}, +PE:function PE(){}, +ay0(a){var s=a.ak(t.l3),r=s==null?null:s.f +return r!==!1}, +ay_(a){var s=a.yi(t.l3),r=s==null?null:s.r +return r==null?B.If:r}, +p6:function p6(a,b,c){this.c=a +this.d=b +this.a=c}, +XP:function XP(a,b){var _=this +_.d=!0 +_.e=a +_.a=null +_.b=b +_.c=null}, +Be:function Be(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +my:function my(){}, +eB:function eB(){}, +Yr:function Yr(a,b,c){var _=this +_.w=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=$}, +AZ:function AZ(){}, +Px:function Px(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +zK(a,b,c,d){return new A.OH(c,d,a,b,null)}, +axo(a,b){return new A.Oe(A.aTv(),B.ai,null,a,b,null)}, +aLH(a){return A.rg(a,a,1)}, +abF(a,b){return new A.O_(A.aTu(),B.ai,null,a,b,null)}, +aLB(a){var s,r,q=a*3.141592653589793*2,p=new Float64Array(16) +p[15]=1 +s=Math.cos(q) +r=Math.sin(q) +p[0]=s +p[1]=r +p[2]=0 +p[4]=-r +p[5]=s +p[6]=0 +p[8]=0 +p[9]=0 +p[10]=1 +p[3]=0 +p[7]=0 +p[11]=0 +return new A.bp(p)}, +jO(a,b,c){return new A.Eo(b,c,a,null)}, +vc:function vc(){}, +AK:function AK(a){this.a=null +this.b=a +this.c=null}, +ah_:function ah_(){}, +OH:function OH(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +LP:function LP(){}, +Oe:function Oe(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +O_:function O_(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +hZ:function hZ(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +HG:function HG(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +xJ:function xJ(){}, +Eo:function Eo(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +ayi(a){var s=A.aJV(a,t._l) +return s==null?null:s.f}, +ayj(a){var s=a.ak(t.Lj) +s=s==null?null:s.f +if(s==null){s=$.oE.dy$ +s===$&&A.b()}return s}, +PT:function PT(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +afU:function afU(a){this.a=a}, +Cc:function Cc(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Wc:function Wc(a,b){var _=this +_.c8=$ +_.ax=_.be=_.b8=null +_.ay=!1 +_.c=_.b=_.a=_.ch=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +pE:function pE(a,b,c){this.f=a +this.b=b +this.a=c}, +Ca:function Ca(a,b,c){this.f=a +this.b=b +this.a=c}, +B6:function B6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +ayk(a){var s,r,q,p={} +p.a=a +s=t.ps +r=a.eF(s) +q=!0 +while(!0){if(!(q&&r!=null))break +q=s.a(a.wi(r)).gE0() +r.lR(new A.afX(p)) +r=p.a.eF(s)}return q}, +afX:function afX(a){this.a=a}, +ayp(a,b){var s={},r=A.a([],t.p),q=A.a([14],t.n) +s.a=0 +new A.ag4(s,q,b,r).$1(a) +return r}, +fA:function fA(a,b,c,d){var _=this +_.e=a +_.b=b +_.c=c +_.a=d}, +ag4:function ag4(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Yq:function Yq(a,b,c){this.f=a +this.b=b +this.a=c}, +Sp:function Sp(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +WC:function WC(a,b,c,d,e){var _=this +_.L=a +_.ab=b +_.ap=c +_.id$=d +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=e +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +alb:function alb(a){this.a=a}, +ala:function ala(a){this.a=a}, +Zh:function Zh(){}, +aSE(a){switch(a.gcK()){case"en":A.pK("en") +return new A.Et() +case"fi":A.pK("fi") +return new A.Eu() +case"sv":A.pK("sv") +return new A.Ev()}throw A.d(A.Iy('AppLocalizations.delegate failed to load unsupported locale "'+a.j(0)+'". This is likely an issue with the localizations generation tool. Please file an issue on GitHub with a reproducible sample app and the gen-l10n configuration that was used.'))}, +hR:function hR(){}, +Sk:function Sk(){}, +Et:function Et(){}, +Eu:function Eu(){}, +Ev:function Ev(){}, +wZ:function wZ(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.r=c +_.x=d +_.a=e}, +Ui:function Ui(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +a_B(a,b){var s=A.aGm(a,b==null?null:b.b) +if(s==null||$.aug.p(0,s))return null +$.aug.D(0,s) +return s}, +aGm(a,b){if(a==null||b==null||b.length===0||b==="[[No ID]]")return null +return new A.pT(a,b)}, +pT:function pT(a,b){this.a=a +this.b=b}, +HP:function HP(){}, +Jd:function Jd(){}, +a63:function a63(a,b){this.a=a +this.b=b}, +a62:function a62(a,b){this.a=a +this.b=b}, +a64:function a64(a,b){this.a=a +this.b=b}, +Jt:function Jt(){}, +a6D:function a6D(a,b){this.a=a +this.b=b}, +a6C:function a6C(a){this.a=a}, +a6B:function a6B(a,b){this.a=a +this.b=b}, +O2:function O2(){}, +abL:function abL(a,b){this.a=a +this.b=b}, +abM:function abM(){}, +P_:function P_(){}, +adY:function adY(a){this.a=a}, +adZ:function adZ(a){this.a=a}, +Pg:function Pg(){}, +PQ:function PQ(){}, +auL(a,b,c){return new A.nk(a,c,b,!1,!1,null)}, +FL(a,b,c,d,e,f){return new A.nk(A.aHb(b,e),e,a,d,f,c)}, +aHb(a,b){var s,r,q,p,o=null +if(a.length===0)return A.fL(o,o,B.z,o,o,o,o,o,o,o,o,o,o) +if(b.ch===B.jZ){s=A.auM(b) +if(s!=null)B.b.ee(a,0,s)}r=A.it(a,o,o,b.ie(),o) +q=b.db +if(q==null)q=B.b2 +p=b.e +return A.arP(r,b.p3,B.cN,o,q,p)}, +auM(a){var s,r,q=null +if(a.f===B.bk){s=a.ax +if(s!=null)return new A.fA(A.avT(s.a,new A.a1u(a),q,q,q,q),B.eo,q,q) +s=a.CW +if(s==null)r=q +else{r=s.a.a +r=r==null?q:r.length!==0}if(r===!0){r=s.a.a +r.toString +s=s.b +return A.it(q,q,q,s==null?q:s.ie(),r)}}return q}, +ol(a,b){switch(a.b.a){case 3:case 0:a.a*=b +a.b=B.q +return +case 2:case 4:case 1:return}}, +nk:function nk(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.f=c +_.r=d +_.w=e +_.a=f}, +a1u:function a1u(a){this.a=a}, +SG:function SG(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.as=i +_.at=j +_.c=k +_.a=l}, +Ns:function Ns(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.L=a +_.ab=b +_.ap=c +_.aw=d +_.b4=e +_.aV=f +_.bw=g +_.eQ$=h +_.aR$=i +_.fM$=j +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=k +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +iO:function iO(a,b,c){this.ez$=a +this.aF$=b +this.a=c}, +Xo:function Xo(a,b){this.a=a +this.b=b}, +Wp:function Wp(){}, +Wq:function Wq(){}, +aAY(a){var s=null,r=A.aW(s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.u,B.w,s,s,s) +a.a1(0,new A.aoN(r)) +return r}, +aSo(a,b){var s,r=A.a([],t.n_),q=A.aBy("*{"+A.f(a)+"}",r) +if(r.length===0){s=A.auT().FL(q).i(0,"*") +s.toString +return A.aAY(s)}return null}, +aSU(a,b){var s,r +if(a.length===0)return A.B(t.N,t.VZ) +s=A.a([],t.n_) +r=A.aBy(a,s) +if(s.length===0)return A.auT().FL(r) +return A.B(t.N,t.VZ)}, +auT(){var s=t.N +return new A.a1K(A.B(s,t.VZ),A.B(s,t.J_))}, +dK(a){var s,r +if(a instanceof A.cV){s=A.co(a.d) +return s==null?1:s}else if(a instanceof A.hx){s=A.co(a.d) +return(s==null?400:s)/100}else if(a instanceof A.dU){s=A.co(a.d) +return s==null?1:s}else if(a instanceof A.ej){s=A.co(a.d) +return s==null?1:s}else if(a instanceof A.dk){s=a.d +r=A.bZ("\\s+(\\d+\\.\\d+)\\s+",!0,!1,!1) +s=A.co(A.c2(s,r,"")) +return s==null?1:s}else if(a instanceof A.aC)switch(a.d){case"thin":return 2 +case"medium":return 4 +case"thick":return 6}return 4}, +dJ(a){var s +if(a!=null){s=a.d +s=s!=="none"&&s!=="hidden"}else s=!1 +if(s)return B.y +return B.a0}, +ce(a){var s +if(a!=null)if(a instanceof A.lH)return A.aqN(a.d) +else if(a instanceof A.lG){s=a.d +if(s==="rgba"||s==="rgb"){s=a.a +return A.aIS(A.c1(B.bs.b6(s.a.c,s.b,s.c),0,null))}else if(s==="hsla"||s==="hsl"){s=a.a +return A.aIR(A.c1(B.bs.b6(s.a.c,s.b,s.c),0,null))}}else if(a instanceof A.aC)return A.avz(a.d) +return null}, +aIE(a){if(a instanceof A.aC)switch(a.d){case"ltr":return B.e +case"rtl":return B.P}return B.e}, +aIF(a){if(a instanceof A.aC)switch(a.d){case"block":return B.D +case"inline-block":return B.jz +case"inline":return B.d2 +case"list-item":return B.bk +case"none":return B.jA}return B.d2}, +aIH(a){var s,r,q,p,o,n,m=A.a([],t.xT) +for(s=J.br(a),r=0;r6?"0x"+s:"0xFF"+s,null)>>>0)}, +aIS(a){var s,r,q,p=A.c2(a,")",""),o=A.c2(p," ","") +try{p=J.a_m(o,",") +r=A.a6(p).h("X<1,M>") +s=A.a1(new A.X(p,new A.a3w(),r),!0,r.h("bf.E")) +if(J.bJ(s)===4){p=A.aqf(J.pQ(J.fo(s,0)),J.pQ(J.fo(s,1)),J.pQ(J.fo(s,2)),J.fo(s,3)) +return p}else if(J.bJ(s)===3){p=A.aqf(J.pQ(J.fo(s,0)),J.pQ(J.fo(s,1)),J.pQ(J.fo(s,2)),1) +return p}return null}catch(q){return null}}, +aIR(a){var s,r,q,p,o=A.c2(a,")",""),n=t.s,m=A.a(A.a(A.c2(o," ","").split(","),n).slice(0),n),l=A.a([],t.Yw) +for(o=m.length,s=0;s1}else n=!0 +else n=!1 +if(n)l.push(null) +else l.push(A.co(r))}}if(l.length===4&&!B.b.p(l,null)){o=B.b.gB(l) +o.toString +n=B.b.gE(l) +n.toString +q=l[1] +q.toString +p=l[2] +p.toString +return new A.k3(o,n,q,p).tx()}else if(l.length===3&&!B.b.p(l,null)){o=B.b.gE(l) +o.toString +n=l[1] +n.toString +q=B.b.gB(l) +q.toString +return new A.k3(1,o,n,q).tx()}else return B.k}, +avz(a){var s=$.au4(),r=new A.bl(s,A.j(s).h("bl<1>")).Dw(0,new A.a3u(a),new A.a3v()) +if(r!==""){s=$.au4().i(0,r) +s.toString +return A.aqN(s)}else return null}, +aoN:function aoN(a){this.a=a}, +aoi:function aoi(){}, +aoj:function aoj(){}, +aok:function aok(a){this.a=a}, +aov:function aov(){}, +aoG:function aoG(){}, +aoH:function aoH(){}, +aoI:function aoI(a){this.a=a}, +aoJ:function aoJ(){}, +aoK:function aoK(){}, +aoL:function aoL(){}, +aoM:function aoM(a){this.a=a}, +aol:function aol(){}, +aom:function aom(){}, +aon:function aon(){}, +aoo:function aoo(a){this.a=a}, +aop:function aop(){}, +aoq:function aoq(){}, +aor:function aor(){}, +aos:function aos(a){this.a=a}, +aot:function aot(){}, +aou:function aou(){}, +aow:function aow(){}, +aox:function aox(){}, +aoy:function aoy(){}, +aoz:function aoz(){}, +aoA:function aoA(){}, +aoB:function aoB(){}, +aoC:function aoC(){}, +aoD:function aoD(){}, +aoE:function aoE(){}, +aoF:function aoF(){}, +a1K:function a1K(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=$}, +a1L:function a1L(a){this.a=a}, +a3x:function a3x(){}, +a3w:function a3w(){}, +a3u:function a3u(a){this.a=a}, +a3v:function a3v(){}, +qD:function qD(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=null}, +a3y:function a3y(){}, +hq:function hq(){}, +x0:function x0(a,b,c,d,e,f,g,h,i){var _=this +_.c=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.a=i}, +Bu:function Bu(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +ajo:function ajo(){}, +ajm:function ajm(a){this.a=a}, +ajn:function ajn(a){this.a=a}, +ajk:function ajk(a,b){this.a=a +this.b=b}, +ajl:function ajl(a){this.a=a}, +awb(a){var s,r,q,p=null,o="list-item",n=a.e +if(n.ch==null)n.ch=B.fz +if(n.f===B.bk){s=n.CW +if(s==null)s=n.CW=new A.K_(B.JL,n) +r=s.b +s.b=n.NX(r==null?A.aW(p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,B.u,B.w,p,p,p):r) +n=a.e +s=n.c +if(!(s==null?n.c=A.B(t.N,t.bo):s).X(o))a.e.c.n(0,o,1)}n=a.a +if(n==="ol"||n==="ul"){n=a.e +s=n.d +if(!(s==null?n.d=A.B(t.N,t.bo):s).X(o))a.e.d.n(0,o,0)}for(n=a.d,s=n.length,q=0;q=1)if(n>=1)if((s?g:q.a[n-1]) instanceof A.fw){s=q.a[n-1].gav() +s.toString +s=B.d.hR(s,h)}else s=!1 +else s=!1 +else s=!0 +else s=!1 +else s=!1}else s=!1}else s=!1 +if(s){s=a.ay +s.toString +a.ay=B.d.pj(s,h,"")}else{if(r>=1){s=a.ay +s.toString +if(B.d.b5(s,h)){s=a.gdd() +if((s==null?g:s.gc9().a[r-1]) instanceof A.bw){s=a.gdd() +s=s==null?g:s.gc9().a[r-1] +s=t.Si.a(s).x==="br"}else s=!1}else s=!1}else s=!1 +if(s){s=a.ay +s.toString +a.ay=B.d.pj(s,h,"")}}if(r===a.f.gc9().a.length-1){s=a.gdd() +s=(s==null?g:s.x)!=="br"&&B.d.b5(m,h)}else s=!1 +if(s){s=a.ay +s.toString +b.a=!B.d.hR(s,h)}}for(s=a.d,o=s.length,i=0;i")),t.E)}, +bH:function bH(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +ae_:function ae_(){}, +a1N:function a1N(){}, +aMD(a,b){var s,r,q,p,o +if(b===B.Fz)return a.toUpperCase() +else if(b===B.FA)return a.toLowerCase() +else if(b===B.FB){for(s=new A.cd(a.toLowerCase()),s=new A.bL(s,s.gu(s)),r=A.j(s).c,q=!0,p="";s.q();){o=s.d +if(o==null)o=r.a(o) +if(q&&o>=97&&o<=122){p+=A.cX(o-32) +q=!1}else{if(o===32||o===46)q=!0 +p+=A.cX(o)}}return p.charCodeAt(0)==0?p:p}else return a}, +FH:function FH(a){this.a=a}, +M2:function M2(a,b){this.b=a +this.a=b}, +IW:function IW(){}, +Uc:function Uc(){}, +aj9:function aj9(a){this.a=a}, +aja:function aja(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}, +aHd(a,b,c,d,e,f,g,h,i){return new A.vW()}, +aHe(a,b,c,d,e,f,g,h,i){return new A.vX()}, +aHf(a,b,c,d,e,f,g,h,i){return new A.vY()}, +aHg(a,b,c,d,e,f,g,h,i){return new A.vZ()}, +aHh(a,b,c,d,e,f,g,h,i){return new A.w_()}, +aHi(a,b,c,d,e,f,g,h,i){return new A.w0()}, +aHj(a,b,c,d,e,f,g,h,i){return new A.w1()}, +aHk(a,b,c,d,e,f,g,h,i){return new A.w2()}, +auO(a,b,c,d,e,f,g,h){return new A.Hr()}, +auP(a,b,c,d,e,f,g,h){return new A.Hs()}, +aS8(a,b,c,d,e,f,g,h,i){switch(a.gcK()){case"af":return new A.FN() +case"am":return new A.FO() +case"ar":return new A.FP() +case"as":return new A.FQ() +case"az":return new A.FR() +case"be":return new A.FS() +case"bg":return new A.FT() +case"bn":return new A.FU() +case"bs":return new A.FV() +case"ca":return new A.FW() +case"cs":return new A.FX() +case"cy":return new A.FY() +case"da":return new A.FZ() +case"de":switch(a.gcU()){case"CH":return new A.G_()}return A.aHd(c,i,g,b,"de",d,e,f,h) +case"el":return new A.G0() +case"en":switch(a.gcU()){case"AU":return new A.G1() +case"CA":return new A.G2() +case"GB":return new A.G3() +case"IE":return new A.G4() +case"IN":return new A.G5() +case"NZ":return new A.G6() +case"SG":return new A.G7() +case"ZA":return new A.G8()}return A.aHe(c,i,g,b,"en",d,e,f,h) +case"es":switch(a.gcU()){case"419":return new A.G9() +case"AR":return new A.Ga() +case"BO":return new A.Gb() +case"CL":return new A.Gc() +case"CO":return new A.Gd() +case"CR":return new A.Ge() +case"DO":return new A.Gf() +case"EC":return new A.Gg() +case"GT":return new A.Gh() +case"HN":return new A.Gi() +case"MX":return new A.Gj() +case"NI":return new A.Gk() +case"PA":return new A.Gl() +case"PE":return new A.Gm() +case"PR":return new A.Gn() +case"PY":return new A.Go() +case"SV":return new A.Gp() +case"US":return new A.Gq() +case"UY":return new A.Gr() +case"VE":return new A.Gs()}return A.aHf(c,i,g,b,"es",d,e,f,h) +case"et":return new A.Gt() +case"eu":return new A.Gu() +case"fa":return new A.Gv() +case"fi":return new A.Gw() +case"fil":return new A.Gx() +case"fr":switch(a.gcU()){case"CA":return new A.Gy()}return A.aHg(c,i,g,b,"fr",d,e,f,h) +case"gl":return new A.Gz() +case"gsw":return new A.GA() +case"gu":return new A.GB() +case"he":return new A.GC() +case"hi":return new A.GD() +case"hr":return new A.GE() +case"hu":return new A.GF() +case"hy":return new A.GG() +case"id":return new A.GH() +case"is":return new A.GI() +case"it":return new A.GJ() +case"ja":return new A.GK() +case"ka":return new A.GL() +case"kk":return new A.GM() +case"km":return new A.GN() +case"kn":return new A.GO() +case"ko":return new A.GP() +case"ky":return new A.GQ() +case"lo":return new A.GR() +case"lt":return new A.GS() +case"lv":return new A.GT() +case"mk":return new A.GU() +case"ml":return new A.GV() +case"mn":return new A.GW() +case"mr":return new A.GX() +case"ms":return new A.GY() +case"my":return new A.GZ() +case"nb":return new A.H_() +case"ne":return new A.H0() +case"nl":return new A.H1() +case"no":return new A.H2() +case"or":return new A.H3() +case"pa":return new A.H4() +case"pl":return new A.H5() +case"pt":switch(a.gcU()){case"PT":return new A.H6()}return A.aHh(c,i,g,b,"pt",d,e,f,h) +case"ro":return new A.H7() +case"ru":return new A.H8() +case"si":return new A.H9() +case"sk":return new A.Ha() +case"sl":return new A.Hb() +case"sq":return new A.Hc() +case"sr":switch(null){case"Cyrl":return new A.Hd() +case"Latn":return new A.He()}return A.aHi(c,i,g,b,"sr",d,e,f,h) +case"sv":return new A.Hf() +case"sw":return new A.Hg() +case"ta":return new A.Hh() +case"te":return new A.Hi() +case"th":return new A.Hj() +case"tl":return new A.Hk() +case"tr":return new A.Hl() +case"uk":return new A.Hm() +case"ur":return new A.Hn() +case"uz":return new A.Ho() +case"vi":return new A.Hp() +case"zh":switch(null){case"Hans":return new A.Hq() +case"Hant":switch(a.gcU()){case"HK":return A.auO(c,i,g,b,d,e,f,h) +case"TW":return A.auP(c,i,g,b,d,e,f,h)}return A.aHk(c,i,g,b,"zh_Hant",d,e,f,h)}switch(a.gcU()){case"HK":return A.auO(c,i,g,b,d,e,f,h) +case"TW":return A.auP(c,i,g,b,d,e,f,h)}return A.aHj(c,i,g,b,"zh",d,e,f,h) +case"zu":return new A.Ht()}return null}, +FN:function FN(){}, +FO:function FO(){}, +FP:function FP(){}, +FQ:function FQ(){}, +FR:function FR(){}, +FS:function FS(){}, +FT:function FT(){}, +FU:function FU(){}, +FV:function FV(){}, +FW:function FW(){}, +FX:function FX(){}, +FY:function FY(){}, +FZ:function FZ(){}, +vW:function vW(){}, +G_:function G_(){}, +G0:function G0(){}, +vX:function vX(){}, +G1:function G1(){}, +G2:function G2(){}, +G3:function G3(){}, +G4:function G4(){}, +G5:function G5(){}, +G6:function G6(){}, +G7:function G7(){}, +G8:function G8(){}, +vY:function vY(){}, +G9:function G9(){}, +Ga:function Ga(){}, +Gb:function Gb(){}, +Gc:function Gc(){}, +Gd:function Gd(){}, +Ge:function Ge(){}, +Gf:function Gf(){}, +Gg:function Gg(){}, +Gh:function Gh(){}, +Gi:function Gi(){}, +Gj:function Gj(){}, +Gk:function Gk(){}, +Gl:function Gl(){}, +Gm:function Gm(){}, +Gn:function Gn(){}, +Go:function Go(){}, +Gp:function Gp(){}, +Gq:function Gq(){}, +Gr:function Gr(){}, +Gs:function Gs(){}, +Gt:function Gt(){}, +Gu:function Gu(){}, +Gv:function Gv(){}, +Gw:function Gw(){}, +Gx:function Gx(){}, +vZ:function vZ(){}, +Gy:function Gy(){}, +Gz:function Gz(){}, +GA:function GA(){}, +GB:function GB(){}, +GC:function GC(){}, +GD:function GD(){}, +GE:function GE(){}, +GF:function GF(){}, +GG:function GG(){}, +GH:function GH(){}, +GI:function GI(){}, +GJ:function GJ(){}, +GK:function GK(){}, +GL:function GL(){}, +GM:function GM(){}, +GN:function GN(){}, +GO:function GO(){}, +GP:function GP(){}, +GQ:function GQ(){}, +GR:function GR(){}, +GS:function GS(){}, +GT:function GT(){}, +GU:function GU(){}, +GV:function GV(){}, +GW:function GW(){}, +GX:function GX(){}, +GY:function GY(){}, +GZ:function GZ(){}, +H_:function H_(){}, +H0:function H0(){}, +H1:function H1(){}, +H2:function H2(){}, +H3:function H3(){}, +H4:function H4(){}, +H5:function H5(){}, +w_:function w_(){}, +H6:function H6(){}, +H7:function H7(){}, +H8:function H8(){}, +H9:function H9(){}, +Ha:function Ha(){}, +Hb:function Hb(){}, +Hc:function Hc(){}, +w0:function w0(){}, +Hd:function Hd(){}, +He:function He(){}, +Hf:function Hf(){}, +Hg:function Hg(){}, +Hh:function Hh(){}, +Hi:function Hi(){}, +Hj:function Hj(){}, +Hk:function Hk(){}, +Hl:function Hl(){}, +Hm:function Hm(){}, +Hn:function Hn(){}, +Ho:function Ho(){}, +Hp:function Hp(){}, +w1:function w1(){}, +Hq:function Hq(){}, +w2:function w2(){}, +Hr:function Hr(){}, +Hs:function Hs(){}, +Ht:function Ht(){}, +aK_(a,b,c,d,e,f,g,h,i,j){return new A.xU()}, +aK0(a,b,c,d,e,f,g,h,i,j){return new A.xV()}, +aK1(a,b,c,d,e,f,g,h,i,j){return new A.xW()}, +aK2(a,b,c,d,e,f,g,h,i,j){return new A.xX()}, +aK3(a,b,c,d,e,f,g,h,i,j){return new A.xY()}, +aK4(a,b,c,d,e,f,g,h,i,j){return new A.xZ()}, +aK5(a,b,c,d,e,f,g,h,i,j){return new A.y_()}, +aK6(a,b,c,d,e,f,g,h,i,j){return new A.y0()}, +awn(a,b,c,d,e,f,g,h,i){return new A.LG()}, +awo(a,b,c,d,e,f,g,h,i){return new A.LH()}, +aSc(a,b,c,d,e,f,g,h,i,j){switch(a.gcK()){case"af":return new A.K0() +case"am":return new A.K1() +case"ar":return new A.K2() +case"as":return new A.K3() +case"az":return new A.K4() +case"be":return new A.K5() +case"bg":return new A.K6() +case"bn":return new A.K7() +case"bs":return new A.K8() +case"ca":return new A.K9() +case"cs":return new A.Ka() +case"cy":return new A.Kb() +case"da":return new A.Kc() +case"de":switch(a.gcU()){case"CH":return new A.Kd()}return A.aK_(c,i,b,"de",f,e,d,h,j,g) +case"el":return new A.Ke() +case"en":switch(a.gcU()){case"AU":return new A.Kf() +case"CA":return new A.Kg() +case"GB":return new A.Kh() +case"IE":return new A.Ki() +case"IN":return new A.Kj() +case"NZ":return new A.Kk() +case"SG":return new A.Kl() +case"ZA":return new A.Km()}return A.aK0(c,i,b,"en",f,e,d,h,j,g) +case"es":switch(a.gcU()){case"419":return new A.Kn() +case"AR":return new A.Ko() +case"BO":return new A.Kp() +case"CL":return new A.Kq() +case"CO":return new A.Kr() +case"CR":return new A.Ks() +case"DO":return new A.Kt() +case"EC":return new A.Ku() +case"GT":return new A.Kv() +case"HN":return new A.Kw() +case"MX":return new A.Kx() +case"NI":return new A.Ky() +case"PA":return new A.Kz() +case"PE":return new A.KA() +case"PR":return new A.KB() +case"PY":return new A.KC() +case"SV":return new A.KD() +case"US":return new A.KE() +case"UY":return new A.KF() +case"VE":return new A.KG()}return A.aK1(c,i,b,"es",f,e,d,h,j,g) +case"et":return new A.KH() +case"eu":return new A.KI() +case"fa":return new A.KJ() +case"fi":return new A.KK() +case"fil":return new A.KL() +case"fr":switch(a.gcU()){case"CA":return new A.KM()}return A.aK2(c,i,b,"fr",f,e,d,h,j,g) +case"gl":return new A.KN() +case"gsw":return new A.KO() +case"gu":return new A.KP() +case"he":return new A.KQ() +case"hi":return new A.KR() +case"hr":return new A.KS() +case"hu":return new A.KT() +case"hy":return new A.KU() +case"id":return new A.KV() +case"is":return new A.KW() +case"it":return new A.KX() +case"ja":return new A.KY() +case"ka":return new A.KZ() +case"kk":return new A.L_() +case"km":return new A.L0() +case"kn":return new A.L1() +case"ko":return new A.L2() +case"ky":return new A.L3() +case"lo":return new A.L4() +case"lt":return new A.L5() +case"lv":return new A.L6() +case"mk":return new A.L7() +case"ml":return new A.L8() +case"mn":return new A.L9() +case"mr":return new A.La() +case"ms":return new A.Lb() +case"my":return new A.Lc() +case"nb":return new A.Ld() +case"ne":return new A.Le() +case"nl":return new A.Lf() +case"no":return new A.Lg() +case"or":return new A.Lh() +case"pa":return new A.Li() +case"pl":return new A.Lj() +case"ps":return new A.Lk() +case"pt":switch(a.gcU()){case"PT":return new A.Ll()}return A.aK3(c,i,b,"pt",f,e,d,h,j,g) +case"ro":return new A.Lm() +case"ru":return new A.Ln() +case"si":return new A.Lo() +case"sk":return new A.Lp() +case"sl":return new A.Lq() +case"sq":return new A.Lr() +case"sr":switch(null){case"Cyrl":return new A.Ls() +case"Latn":return new A.Lt()}return A.aK4(c,i,b,"sr",f,e,d,h,j,g) +case"sv":return new A.Lu() +case"sw":return new A.Lv() +case"ta":return new A.Lw() +case"te":return new A.Lx() +case"th":return new A.Ly() +case"tl":return new A.Lz() +case"tr":return new A.LA() +case"uk":return new A.LB() +case"ur":return new A.LC() +case"uz":return new A.LD() +case"vi":return new A.LE() +case"zh":switch(null){case"Hans":return new A.LF() +case"Hant":switch(a.gcU()){case"HK":return A.awn(c,i,b,f,e,d,h,j,g) +case"TW":return A.awo(c,i,b,f,e,d,h,j,g)}return A.aK6(c,i,b,"zh_Hant",f,e,d,h,j,g)}switch(a.gcU()){case"HK":return A.awn(c,i,b,f,e,d,h,j,g) +case"TW":return A.awo(c,i,b,f,e,d,h,j,g)}return A.aK5(c,i,b,"zh",f,e,d,h,j,g) +case"zu":return new A.LI()}return null}, +K0:function K0(){}, +K1:function K1(){}, +K2:function K2(){}, +K3:function K3(){}, +K4:function K4(){}, +K5:function K5(){}, +K6:function K6(){}, +K7:function K7(){}, +K8:function K8(){}, +K9:function K9(){}, +Ka:function Ka(){}, +Kb:function Kb(){}, +Kc:function Kc(){}, +xU:function xU(){}, +Kd:function Kd(){}, +Ke:function Ke(){}, +xV:function xV(){}, +Kf:function Kf(){}, +Kg:function Kg(){}, +Kh:function Kh(){}, +Ki:function Ki(){}, +Kj:function Kj(){}, +Kk:function Kk(){}, +Kl:function Kl(){}, +Km:function Km(){}, +xW:function xW(){}, +Kn:function Kn(){}, +Ko:function Ko(){}, +Kp:function Kp(){}, +Kq:function Kq(){}, +Kr:function Kr(){}, +Ks:function Ks(){}, +Kt:function Kt(){}, +Ku:function Ku(){}, +Kv:function Kv(){}, +Kw:function Kw(){}, +Kx:function Kx(){}, +Ky:function Ky(){}, +Kz:function Kz(){}, +KA:function KA(){}, +KB:function KB(){}, +KC:function KC(){}, +KD:function KD(){}, +KE:function KE(){}, +KF:function KF(){}, +KG:function KG(){}, +KH:function KH(){}, +KI:function KI(){}, +KJ:function KJ(){}, +KK:function KK(){}, +KL:function KL(){}, +xX:function xX(){}, +KM:function KM(){}, +KN:function KN(){}, +KO:function KO(){}, +KP:function KP(){}, +KQ:function KQ(){}, +KR:function KR(){}, +KS:function KS(){}, +KT:function KT(){}, +KU:function KU(){}, +KV:function KV(){}, +KW:function KW(){}, +KX:function KX(){}, +KY:function KY(){}, +KZ:function KZ(){}, +L_:function L_(){}, +L0:function L0(){}, +L1:function L1(){}, +L2:function L2(){}, +L3:function L3(){}, +L4:function L4(){}, +L5:function L5(){}, +L6:function L6(){}, +L7:function L7(){}, +L8:function L8(){}, +L9:function L9(){}, +La:function La(){}, +Lb:function Lb(){}, +Lc:function Lc(){}, +Ld:function Ld(){}, +Le:function Le(){}, +Lf:function Lf(){}, +Lg:function Lg(){}, +Lh:function Lh(){}, +Li:function Li(){}, +Lj:function Lj(){}, +Lk:function Lk(){}, +xY:function xY(){}, +Ll:function Ll(){}, +Lm:function Lm(){}, +Ln:function Ln(){}, +Lo:function Lo(){}, +Lp:function Lp(){}, +Lq:function Lq(){}, +Lr:function Lr(){}, +xZ:function xZ(){}, +Ls:function Ls(){}, +Lt:function Lt(){}, +Lu:function Lu(){}, +Lv:function Lv(){}, +Lw:function Lw(){}, +Lx:function Lx(){}, +Ly:function Ly(){}, +Lz:function Lz(){}, +LA:function LA(){}, +LB:function LB(){}, +LC:function LC(){}, +LD:function LD(){}, +LE:function LE(){}, +y_:function y_(){}, +LF:function LF(){}, +y0:function y0(){}, +LG:function LG(){}, +LH:function LH(){}, +LI:function LI(){}, +aSe(a){switch(a.gcK()){case"af":return B.ad3 +case"am":return B.ad4 +case"ar":return B.ad5 +case"as":return B.ad6 +case"az":return B.ad7 +case"be":return B.ad8 +case"bg":return B.ad9 +case"bn":return B.ada +case"bs":return B.adb +case"ca":return B.adc +case"cs":return B.add +case"cy":return B.ade +case"da":return B.adf +case"de":switch(a.gcU()){case"CH":return B.adg}return B.adh +case"el":return B.adi +case"en":switch(a.gcU()){case"AU":return B.adj +case"CA":return B.adk +case"GB":return B.adl +case"IE":return B.adm +case"IN":return B.adn +case"NZ":return B.ado +case"SG":return B.adp +case"ZA":return B.adq}return B.adr +case"es":switch(a.gcU()){case"419":return B.ads +case"AR":return B.adt +case"BO":return B.adu +case"CL":return B.adv +case"CO":return B.adw +case"CR":return B.adx +case"DO":return B.ady +case"EC":return B.adz +case"GT":return B.adA +case"HN":return B.adB +case"MX":return B.adC +case"NI":return B.adD +case"PA":return B.adE +case"PE":return B.adF +case"PR":return B.adG +case"PY":return B.adH +case"SV":return B.adI +case"US":return B.adJ +case"UY":return B.adK +case"VE":return B.adL}return B.adM +case"et":return B.adN +case"eu":return B.adO +case"fa":return B.adP +case"fi":return B.adQ +case"fil":return B.adR +case"fr":switch(a.gcU()){case"CA":return B.adS}return B.adT +case"gl":return B.adU +case"gsw":return B.adV +case"gu":return B.adW +case"he":return B.adX +case"hi":return B.adY +case"hr":return B.adZ +case"hu":return B.ae_ +case"hy":return B.ae0 +case"id":return B.ae1 +case"is":return B.ae2 +case"it":return B.ae3 +case"ja":return B.ae4 +case"ka":return B.ae5 +case"kk":return B.ae6 +case"km":return B.ae7 +case"kn":return B.ae8 +case"ko":return B.ae9 +case"ky":return B.aea +case"lo":return B.aeb +case"lt":return B.aec +case"lv":return B.aed +case"mk":return B.aee +case"ml":return B.aef +case"mn":return B.aeg +case"mr":return B.aeh +case"ms":return B.aei +case"my":return B.aej +case"nb":return B.aek +case"ne":return B.ael +case"nl":return B.aem +case"no":return B.aen +case"or":return B.aeo +case"pa":return B.aep +case"pl":return B.aeq +case"ps":return B.aer +case"pt":switch(a.gcU()){case"PT":return B.aes}return B.aet +case"ro":return B.aeu +case"ru":return B.aev +case"si":return B.aew +case"sk":return B.aex +case"sl":return B.aey +case"sq":return B.aez +case"sr":switch(null){case"Cyrl":return B.aeA +case"Latn":return B.aeB}return B.aeC +case"sv":return B.aeD +case"sw":return B.aeE +case"ta":return B.aeF +case"te":return B.aeG +case"th":return B.aeH +case"tl":return B.aeI +case"tr":return B.aeJ +case"uk":return B.aeK +case"ur":return B.aeL +case"uz":return B.aeM +case"vi":return B.aeN +case"zh":switch(null){case"Hans":return B.aeO +case"Hant":switch(a.gcU()){case"HK":return B.FO +case"TW":return B.FP}return B.aeP}switch(a.gcU()){case"HK":return B.FO +case"TW":return B.FP}return B.aeQ +case"zu":return B.aeR}return null}, +Q_:function Q_(a){this.a=a}, +Q0:function Q0(a){this.a=a}, +Q1:function Q1(a){this.a=a}, +Q2:function Q2(a){this.a=a}, +Q3:function Q3(a){this.a=a}, +Q4:function Q4(a){this.a=a}, +Q5:function Q5(a){this.a=a}, +Q6:function Q6(a){this.a=a}, +Q7:function Q7(a){this.a=a}, +Q8:function Q8(a){this.a=a}, +Q9:function Q9(a){this.a=a}, +Qa:function Qa(a){this.a=a}, +Qb:function Qb(a){this.a=a}, +Ar:function Ar(a){this.a=a}, +Qc:function Qc(a){this.a=a}, +Qd:function Qd(a){this.a=a}, +As:function As(a){this.a=a}, +Qe:function Qe(a){this.a=a}, +Qf:function Qf(a){this.a=a}, +Qg:function Qg(a){this.a=a}, +Qh:function Qh(a){this.a=a}, +Qi:function Qi(a){this.a=a}, +Qj:function Qj(a){this.a=a}, +Qk:function Qk(a){this.a=a}, +Ql:function Ql(a){this.a=a}, +At:function At(a){this.a=a}, +Qm:function Qm(a){this.a=a}, +Qn:function Qn(a){this.a=a}, +Qo:function Qo(a){this.a=a}, +Qp:function Qp(a){this.a=a}, +Qq:function Qq(a){this.a=a}, +Qr:function Qr(a){this.a=a}, +Qs:function Qs(a){this.a=a}, +Qt:function Qt(a){this.a=a}, +Qu:function Qu(a){this.a=a}, +Qv:function Qv(a){this.a=a}, +Qw:function Qw(a){this.a=a}, +Qx:function Qx(a){this.a=a}, +Qy:function Qy(a){this.a=a}, +Qz:function Qz(a){this.a=a}, +QA:function QA(a){this.a=a}, +QB:function QB(a){this.a=a}, +QC:function QC(a){this.a=a}, +QD:function QD(a){this.a=a}, +QE:function QE(a){this.a=a}, +QF:function QF(a){this.a=a}, +QG:function QG(a){this.a=a}, +QH:function QH(a){this.a=a}, +QI:function QI(a){this.a=a}, +QJ:function QJ(a){this.a=a}, +QK:function QK(a){this.a=a}, +Au:function Au(a){this.a=a}, +QL:function QL(a){this.a=a}, +QM:function QM(a){this.a=a}, +QN:function QN(a){this.a=a}, +QO:function QO(a){this.a=a}, +QP:function QP(a){this.a=a}, +QQ:function QQ(a){this.a=a}, +QR:function QR(a){this.a=a}, +QS:function QS(a){this.a=a}, +QT:function QT(a){this.a=a}, +QU:function QU(a){this.a=a}, +QV:function QV(a){this.a=a}, +QW:function QW(a){this.a=a}, +QX:function QX(a){this.a=a}, +QY:function QY(a){this.a=a}, +QZ:function QZ(a){this.a=a}, +R_:function R_(a){this.a=a}, +R0:function R0(a){this.a=a}, +R1:function R1(a){this.a=a}, +R2:function R2(a){this.a=a}, +R3:function R3(a){this.a=a}, +R4:function R4(a){this.a=a}, +R5:function R5(a){this.a=a}, +R6:function R6(a){this.a=a}, +R7:function R7(a){this.a=a}, +R8:function R8(a){this.a=a}, +R9:function R9(a){this.a=a}, +Ra:function Ra(a){this.a=a}, +Rb:function Rb(a){this.a=a}, +Rc:function Rc(a){this.a=a}, +Rd:function Rd(a){this.a=a}, +Re:function Re(a){this.a=a}, +Rf:function Rf(a){this.a=a}, +Rg:function Rg(a){this.a=a}, +Rh:function Rh(a){this.a=a}, +Ri:function Ri(a){this.a=a}, +Rj:function Rj(a){this.a=a}, +Av:function Av(a){this.a=a}, +Rk:function Rk(a){this.a=a}, +Rl:function Rl(a){this.a=a}, +Rm:function Rm(a){this.a=a}, +Rn:function Rn(a){this.a=a}, +Ro:function Ro(a){this.a=a}, +Rp:function Rp(a){this.a=a}, +Rq:function Rq(a){this.a=a}, +Aw:function Aw(a){this.a=a}, +Rr:function Rr(a){this.a=a}, +Rs:function Rs(a){this.a=a}, +Rt:function Rt(a){this.a=a}, +Ru:function Ru(a){this.a=a}, +Rv:function Rv(a){this.a=a}, +Rw:function Rw(a){this.a=a}, +Rx:function Rx(a){this.a=a}, +Ry:function Ry(a){this.a=a}, +Rz:function Rz(a){this.a=a}, +RA:function RA(a){this.a=a}, +RB:function RB(a){this.a=a}, +RC:function RC(a){this.a=a}, +RD:function RD(a){this.a=a}, +Ax:function Ax(a){this.a=a}, +RE:function RE(a){this.a=a}, +Ay:function Ay(a){this.a=a}, +RF:function RF(a){this.a=a}, +RG:function RG(a){this.a=a}, +RH:function RH(a){this.a=a}, +IX:function IX(){}, +UU:function UU(){}, +aka:function aka(a){this.a=a}, +aBm(){if(!$.azE){$.aFb().a1(0,new A.api()) +$.azE=!0}}, +api:function api(){}, +IY:function IY(){}, +Yt:function Yt(){}, +amI:function amI(a){this.a=a}, +Nn:function Nn(){}, +a9Y:function a9Y(a){this.a=a}, +Xb:function Xb(a,b){this.a=a +this.b=b}, +l0:function l0(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.e=_.d=$ +_.f=c +_.w=d +_.z=e +_.Q=f +_.as=g +_.ax=_.at=$ +_.ay=null +_.ch=h +_.CW=i +_.$ti=j}, +WX:function WX(a,b){this.a=a +this.d=b}, +aj7:function aj7(a,b){this.a=a +this.c=b}, +aj8:function aj8(){}, +auW(){return new A.wi(A.bS(null,null,t.K,t.N))}, +auX(a,b,c){return new A.wj(a,b,c,A.bS(null,null,t.K,t.N))}, +arO(a){return new A.fw(a,A.bS(null,null,t.K,t.N))}, +aqJ(a,b){return new A.bw(b,a,A.bS(null,null,t.K,t.N))}, +aIo(a){var s +if(a==null||a==="http://www.w3.org/1999/xhtml"||a==="http://www.w3.org/1998/Math/MathML"||a==="http://www.w3.org/2000/svg")return"" +s=A.awy(a) +return s==null?"":s+":"}, +auI(a){return new A.vN(a,A.bS(null,null,t.K,t.N))}, +ec:function ec(a,b,c){this.a=a +this.b=b +this.c=c}, +Vs:function Vs(){}, +akF:function akF(){}, +TF:function TF(){}, +d1:function d1(){}, +wi:function wi(a){var _=this +_.a=null +_.b=a +_.c=$ +_.e=null}, +wj:function wj(a,b,c,d){var _=this +_.w=a +_.x=b +_.y=c +_.a=null +_.b=d +_.c=$ +_.e=null}, +fw:function fw(a,b){var _=this +_.w=a +_.a=null +_.b=b +_.c=$ +_.e=null}, +bw:function bw(a,b,c){var _=this +_.w=a +_.x=b +_.a=null +_.b=c +_.c=$ +_.e=null}, +a2L:function a2L(a){this.a=a}, +vN:function vN(a,b){var _=this +_.w=a +_.a=null +_.b=b +_.c=$ +_.e=null}, +cL:function cL(a,b){this.b=a +this.a=b}, +ai7:function ai7(a){this.a=a}, +Tv:function Tv(){}, +Tw:function Tw(){}, +Tx:function Tx(){}, +TG:function TG(){}, +TH:function TH(){}, +aSA(a){switch(a){case"area":case"base":case"br":case"col":case"command":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return!0}return!1}, +aTG(a,b){var s,r,q=b.a +if(q instanceof A.bw){s=q.x +if(B.b.p(B.Ul,s)||s==="plaintext"){r=J.c3(b.w) +b.w=r +a.a+=r +return}}r=J.c3(b.w) +b.w=r +a.a+=A.aBe(r,!1)}, +afw:function afw(){}, +aBz(a){var s,r,q=null,p=A.a([],t.GF),o=A.a([],t.CE),n=A.a([],t.wy) +o=new A.afv("http://www.w3.org/1999/xhtml",o,new A.Eh(n)) +o.d9() +n=A.d9(q,t.N) +s=A.a([],t.t) +s=new A.a5C(A.aRb(q),q,n,s) +s.f=new A.cd(a) +s.a="utf-8" +s.d9() +n=new A.J7(s,!0,!0,!1,A.d9(q,t.cB),new A.bb(""),new A.bb(""),new A.bb("")) +n.d9() +r=new A.a5D(!1,n,o,p) +n.f=r +r.a4t() +o=o.b +o===$&&A.b() +return o}, +a5D:function a5D(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=!1 +_.r="no quirks" +_.w=null +_.x=$ +_.y=null +_.z=!0 +_.ok=_.k4=_.k3=_.k2=_.k1=_.id=_.go=_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=$}, +cH:function cH(){}, +a9G:function a9G(a){this.a=a}, +a9F:function a9F(a){this.a=a}, +i4:function i4(a,b){this.a=a +this.b=b}, +EJ:function EJ(a,b){this.a=a +this.b=b}, +vp:function vp(a,b){this.a=a +this.b=b}, +Jl:function Jl(a,b){this.a=a +this.b=b}, +Em:function Em(a,b){this.a=a +this.b=b}, +qY:function qY(a,b){this.c=!1 +this.a=a +this.b=b}, +a6p:function a6p(a){this.a=a}, +a6o:function a6o(a){this.a=a}, +Po:function Po(a,b){this.a=a +this.b=b}, +xd:function xd(a,b){this.a=a +this.b=b}, +r_:function r_(a,b,c){var _=this +_.c=null +_.d=a +_.a=b +_.b=c}, +a6q:function a6q(){}, +x8:function x8(a,b){this.a=a +this.b=b}, +x9:function x9(a,b){this.a=a +this.b=b}, +nQ:function nQ(a,b){this.a=a +this.b=b}, +xb:function xb(a,b){this.a=a +this.b=b}, +qZ:function qZ(a,b){this.a=a +this.b=b}, +xc:function xc(a,b){this.a=a +this.b=b}, +Jm:function Jm(a,b){this.a=a +this.b=b}, +Jk:function Jk(a,b){this.a=a +this.b=b}, +Ek:function Ek(a,b){this.a=a +this.b=b}, +xa:function xa(a,b){this.a=a +this.b=b}, +El:function El(a,b){this.a=a +this.b=b}, +Ei:function Ei(a,b){this.a=a +this.b=b}, +Ej:function Ej(a,b){this.a=a +this.b=b}, +f6:function f6(a,b,c){this.a=a +this.b=b +this.c=c}, +awy(a){switch(a){case"http://www.w3.org/1999/xhtml":return"html" +case"http://www.w3.org/1998/Math/MathML":return"math" +case"http://www.w3.org/2000/svg":return"svg" +case"http://www.w3.org/1999/xlink":return"xlink" +case"http://www.w3.org/XML/1998/namespace":return"xml" +case"http://www.w3.org/2000/xmlns/":return"xmlns" +default:return null}}, +cA(a){if(a==null)return!1 +return A.at3(a.charCodeAt(0))}, +at3(a){switch(a){case 9:case 10:case 12:case 13:case 32:return!0}return!1}, +eS(a){var s,r +if(a==null)return!1 +s=a.charCodeAt(0) +if(!(s>=97&&s<=122))r=s>=65&&s<=90 +else r=!0 +return r}, +apg(a){var s +if(a==null)return!1 +s=a.charCodeAt(0) +return s>=48&&s<58}, +aBk(a){if(a==null)return!1 +switch(a.charCodeAt(0)){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:case 65:case 66:case 67:case 68:case 69:case 70:case 97:case 98:case 99:case 100:case 101:case 102:return!0}return!1}, +aGr(a){return a>=65&&a<=90?a+97-65:a}, +abn:function abn(){}, +ws:function ws(a){this.a=a}, +B2:function B2(){}, +ai9:function ai9(a){this.a=a}, +as7(a){return new A.u1()}, +a2W:function a2W(a){this.a=a +this.b=-1}, +a1n:function a1n(a){this.a=a}, +u1:function u1(){}, +aQg(a){if(1<=a&&a<=8)return!0 +if(14<=a&&a<=31)return!0 +if(127<=a&&a<=159)return!0 +if(55296<=a&&a<=57343)return!0 +if(64976<=a&&a<=65007)return!0 +switch(a){case 11:case 65534:case 65535:case 131070:case 131071:case 196606:case 196607:case 262142:case 262143:case 327678:case 327679:case 393214:case 393215:case 458750:case 458751:case 524286:case 524287:case 589822:case 589823:case 655358:case 655359:case 720894:case 720895:case 786430:case 786431:case 851966:case 851967:case 917502:case 917503:case 983038:case 983039:case 1048574:case 1048575:case 1114110:case 1114111:return!0}return!1}, +aRb(a){var s=A.bZ("[\t-\r -/:-@[-`{-~]",!0,!1,!1) +if(a==null)return null +return B.YS.i(0,A.c2(a,s,"").toLowerCase())}, +aPB(a,b){switch(a){case"ascii":return new A.cd(B.H2.ea(b)) +case"utf-8":return new A.cd(B.a1.ea(b)) +default:throw A.d(A.bo("Encoding "+a+" not supported",null))}}, +a5C:function a5C(a,b,c,d){var _=this +_.a=a +_.b=!0 +_.d=b +_.f=_.e=null +_.r=c +_.w=null +_.x=d +_.y=0}, +o2:function o2(){}, +ao_(a){var s,r,q,p=null,o=A.a([],t.n_),n=A.azV(a) +A.asw(o,p) +s=A.ayN(A.axL(n,p),n) +r=s.a.e=!0 +q=s.EV() +if(q!=null?o.length!==0:r)throw A.d(A.bs("'"+a+"' is not a valid selector: "+A.f(o),p,p)) +return q}, +axv(a){switch(a){case"before":case"after":case"first-line":case"first-letter":return!0 +default:return!1}}, +aLW(a){var s,r +for(;a!=null;){s=a.b.i(0,"lang") +if(s!=null)return s +r=a.a +a=r instanceof A.bw?r:null}return null}, +oS:function oS(){this.a=null}, +acD:function acD(){}, +acE:function acE(){}, +acC:function acC(){}, +acB:function acB(a){this.a=a}, +eA(a,b,c,d){return new A.mA(b==null?A.bS(null,null,t.K,t.N):b,c,a,d)}, +ha:function ha(){}, +kE:function kE(){}, +mA:function mA(a,b,c,d){var _=this +_.e=a +_.r=!1 +_.w=b +_.b=c +_.c=d +_.a=null}, +b2:function b2(a,b){this.b=a +this.c=b +this.a=null}, +hC:function hC(){}, +a3:function a3(a,b,c){var _=this +_.e=a +_.b=b +_.c=c +_.a=null}, +aJ:function aJ(a,b){this.b=a +this.c=b +this.a=null}, +oX:function oX(a,b){this.b=a +this.c=b +this.a=null}, +qi:function qi(a,b){this.b=a +this.c=b +this.a=null}, +wh:function wh(a){var _=this +_.c=_.b=null +_.d="" +_.e=a +_.a=null}, +Pb:function Pb(){this.a=null +this.b=$}, +aoS:function aoS(){}, +aoR:function aoR(){}, +J7:function J7(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=null +_.r=e +_.w=null +_.x=$ +_.y=f +_.z=$ +_.at=_.as=_.Q=null +_.ax=g +_.ay=h}, +a5H:function a5H(a){this.a=a}, +a5I:function a5I(a){this.a=a}, +aQx(a,b){var s,r,q=a.a +if(q!==b.a)return!1 +if(q===0)return!0 +for(q=A.ka(a,a.r);q.q();){s=q.d +r=b.i(0,s) +if(r==null&&!b.X(s))return!1 +if(!J.c(a.i(0,s),r))return!1}return!0}, +ay4(a,b,c,d){var s,r,q,p,o=a.gc9() +if(d==null)if(!o.gP(o)&&o.gB(o) instanceof A.fw){s=t.As.a(o.gB(o)) +s.N7(b) +if(c!=null){r=c.a +q=s.e +s.e=r.u6(A.ho(q.a,q.b).b,A.ho(r,c.c).b)}}else{r=A.arO(b) +r.e=c +o.D(0,r)}else{p=o.cn(o,d) +if(p>0&&o.a[p-1] instanceof A.fw)t.As.a(o.a[p-1]).N7(b) +else{r=A.arO(b) +r.e=c +o.ee(0,p,r)}}}, +Eh:function Eh(a){this.a=a}, +afv:function afv(a,b,c){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.f=_.e=null +_.r=!1}, +atj(a,b,c){var s +if(c==null)c=a.length +if(cs?s:c)}, +asM(a){var s,r +for(s=a.length,r=0;r=10&&a<=19)B.b.eY(r,0) +o=new A.bb("") +B.b.a1(r,new A.aac(o,l,k)) +p=o.a +n=A.bZ("(0+)$",!0,!0,!1) +m=A.c2(p.charCodeAt(0)==0?p:p,n,"") +p=A.bZ("0+",!0,!1,!1) +return A.c2(m,p,"\u96f6")}, +aL2(a){var s,r,q,p,o,n,m,l,k,j,i +if(a===1)return"\u1369" +s=$.apN().b.$1(a) +r=A.a([],t.s) +for(q=s.length,p=0;p=360?k-360:k +i=j*3.141592653589793/180 +h=a6.r +g=a6.y +f=100*Math.pow((40*p+a1+n)/20*a6.w/h,g*a6.ay)/100 +Math.sqrt(f) +e=Math.pow(3846.153846153846*(0.25*(Math.cos((j<20.14?j+360:j)*3.141592653589793/180+2)+3.8))*a6.z*a6.x*Math.sqrt(m*m+l*l)/((20*p+a1+21*n)/20+0.305),0.9)*Math.pow(1.64-Math.pow(0.29,a6.f),0.73) +d=e*Math.sqrt(f) +Math.sqrt(e*g/(h+4)) +Math.log(1+0.0228*(d*a6.ax)) +Math.cos(i) +Math.sin(i) +return new A.a0y(j,d,A.a([0,0,0],t.n))}, +a0y:function a0y(a,b,c){this.a=a +this.b=b +this.y=c}, +a50:function a50(){var _=this +_.d=_.c=_.b=_.a=$}, +afV:function afV(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}, +auK(a,b){var s=t.S +return new A.FI(new A.kG(a,Math.max(48,b),A.B(s,s)),new A.kG(a,16,A.B(s,s)),new A.kG(a+60,24,A.B(s,s)),new A.kG(a,4,A.B(s,s)),new A.kG(a,8,A.B(s,s)),new A.kG(25,84,A.B(s,s)))}, +FI:function FI(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +kG:function kG(a,b,c){this.a=a +this.b=b +this.c=c}, +afo:function afo(a){this.a=a}, +afp:function afp(a,b,c){this.a=a +this.b=b +this.c=c}, +axp(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.ac7(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)}, +ac7:function ac7(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}, +aM6(a){return new A.zG(null,a,B.ae)}, +adk:function adk(){}, +alT:function alT(a){this.a=a}, +mx:function mx(){}, +zG:function zG(a,b,c){var _=this +_.aaZ$=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +Xm:function Xm(){}, +Mo:function Mo(a){this.a=a}, +a95:function a95(){}, +a96:function a96(){}, +a94:function a94(){}, +a93:function a93(){}, +Mp:function Mp(a){this.a=a}, +a98:function a98(){}, +a99:function a99(){}, +a9a:function a9a(a){this.a=a}, +a97:function a97(){}, +rq:function rq(a){this.a=a}, +a9b:function a9b(){}, +a9c:function a9c(){}, +a9d:function a9d(){}, +apk(){var s=0,r=A.V(t.H),q,p,o,n,m,l,k +var $async$apk=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=2 +return A.a4(A.aNi(),$async$apk) +case 2:q=t.H +$.a_d().a54(new A.apn(),A.aSQ(),null,!1,!1,B.ag3,t.O3,q,q) +q=A.a0I(B.a2d,new A.apo(),t.m8) +if($.aL==null)A.ayq() +p=$.aL +p.toString +o=$.aY().e +n=o.i(0,0) +n.toString +m=p.gxD() +l=p.dx$ +if(l===$){o=o.i(0,0) +o.toString +k=new A.WO(B.U,o,null,A.aw()) +k.aQ() +k.sb7(null) +p.dx$!==$&&A.O() +p.dx$=k +l=k}p.Tn(new A.PT(n,q,m,l,null)) +p.G2() +return A.T(null,r)}}) +return A.U($async$apk,r)}, +apn:function apn(){}, +apo:function apo(){}, +kg:function kg(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +awM(a){var s=new A.NW(new A.EW(A.ax(t.e))) +A.ez(3,"retries") +return new A.m9(s)}, +m9:function m9(a){this.a=a}, +a9e:function a9e(){}, +oa:function oa(a,b,c,d){var _=this +_.ay=a +_.ch=0 +_.oL$=b +_.a=c +_.k1$=0 +_.k2$=d +_.k4$=_.k3$=0 +_.ok$=!1}, +aK8(a){return B.KU}, +aK9(a){var s=A.fY(a,B.bO,t.wr) +s.toString +return A.en(s.gEc(),null)}, +aK7(a){return A.a0I(B.a1X,new A.a7O(),t.ib)}, +y2:function y2(a){this.a=a}, +a7O:function a7O(){}, +UY:function UY(a){this.a=null +this.b=a +this.c=null}, +akn:function akn(a,b){this.a=a +this.b=b}, +rw:function rw(a,b,c){this.a=a +this.b=b +this.c=c}, +p8:function p8(a,b,c,d){var _=this +_.ay=a +_.ch=0 +_.oL$=b +_.a=c +_.k1$=0 +_.k2$=d +_.k4$=_.k3$=0 +_.ok$=!1}, +aMU(a){return B.KV}, +aMV(a){var s=A.fY(a,B.bO,t.wr) +s.toString +return A.en(s.gFq(),null)}, +aMT(a){return A.a0I(B.abY,new A.afx(),t.SA)}, +Ai:function Ai(a){this.a=a}, +afx:function afx(){}, +Yd:function Yd(a){this.a=null +this.b=a +this.c=null}, +amn:function amn(a,b){this.a=a +this.b=b}, +pi:function pi(a,b,c,d){var _=this +_.ay=a +_.ch=0 +_.oL$=b +_.a=c +_.k1$=0 +_.k2$=d +_.k4$=_.k3$=0 +_.ok$=!1}, +aNq(a){return B.KT}, +aNr(a){var s=A.fY(a,B.bO,t.wr) +s.toString +return A.en(s.gFI(),null)}, +aNp(a){return A.a0I(B.af1,new A.agH(),t.mO)}, +AG:function AG(a){this.a=a}, +agH:function agH(){}, +YH:function YH(a){this.a=null +this.b=a +this.c=null}, +amW:function amW(a,b){this.a=a +this.b=b}, +hA:function hA(a){var _=this +_.b=_.a=null +_.k1$=0 +_.k2$=a +_.k4$=_.k3$=0 +_.ok$=!1}, +aT3(a,b){var s,r=A.Mb(a,!0).c +r.toString +s=A.aJy(a,r) +r=A.Mb(a,!0) +return r.xN(A.aHH(null,B.N,!0,null,new A.apB(b),a,null,s,B.FF,!0,t.H))}, +apB:function apB(a){this.a=a}, +t9:function t9(a,b){this.c=a +this.a=b}, +ada:function ada(){}, +afd(a,b,c){return new A.Pr(c,a,b,null)}, +Ps:function Ps(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +afi:function afi(a){this.a=a}, +afj:function afj(a){this.a=a}, +afk:function afk(a){this.a=a}, +Pr:function Pr(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +afe:function afe(a){this.a=a}, +PP:function PP(a,b,c){this.c=a +this.d=b +this.a=c}, +afT:function afT(a,b){this.a=a +this.b=b}, +IJ:function IJ(a){this.a=a}, +a4e:function a4e(){}, +aPR(a,b,c,d){if(a==null)return c.$0() +else if(a.gQ1())return b.$1(a.gNc().a) +else return d.$1(a.gNi().a)}, +rp:function rp(a,b,c){this.c=a +this.d=b +this.a=c}, +a91:function a91(){}, +a92:function a92(){}, +a90:function a90(){}, +aA9(a){if(t.Xu.b(a))return a +throw A.d(A.eT(a,"uri","Value must be a String or a Uri"))}, +aAr(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.bb("") +o=""+(a+"(") +p.a=o +n=A.a6(b) +m=n.h("h9<1>") +l=new A.h9(b,0,s,m) +l.uq(b,0,s,n.c) +m=o+new A.X(l,new A.ao4(),m.h("X")).bn(0,", ") +p.a=m +p.a=m+("): part "+(r-1)+" was null, but part "+r+" was not.") +throw A.d(A.bo(p.j(0),null))}}, +a1o:function a1o(a,b){this.a=a +this.b=b}, +a1r:function a1r(){}, +a1s:function a1s(){}, +ao4:function ao4(){}, +a6E:function a6E(){}, +MT(a,b){var s,r,q,p,o,n=b.Tf(a) +b.lw(a) +if(n!=null)a=B.d.cj(a,n.length) +s=t.s +r=A.a([],s) +q=A.a([],s) +s=a.length +if(s!==0&&b.kk(a.charCodeAt(0))){q.push(a[0]) +p=1}else{q.push("") +p=0}for(o=p;o")),s,s,a,s,c.h("vA<0>"))}, +aGL(a,b){if(b!=null)b.m()}, +vA:function vA(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e +_.$ti=f}, +aJS(a,b){if(b!=null)b.aa(a.gQl()) +return new A.a7v(b,a)}, +xK:function xK(){}, +a7v:function a7v(a,b){this.a=a +this.b=b}, +arC(a,b,c,d){var s,r,q,p=A.axb(a,c) +try{q=p +s=q==null?null:q.gnK().gl() +if(!c.b(s)){q=A.arr(A.bj(c),A.u(a.gaN())) +throw A.d(q)}r=b.$1(s) +if(p!=null)a.jY(p,new A.acx(c,a,b,r)) +else a.ak(c.h("eo<0?>")) +return r}finally{}}, +jd(a,b,c){var s,r=A.axb(a,c) +if(b)a.ak(c.h("eo<0?>")) +s=r==null?null:r.gnK().gl() +if($.aEt()){if(!c.b(s))throw A.d(A.arr(A.bj(c),A.u(a.gaN()))) +return s}return s==null?c.a(s):s}, +axb(a,b){var s=b.h("ps<0?>?").a(a.eF(b.h("eo<0?>"))) +if(s==null&&!b.b(null))throw A.d(new A.Ne(A.bj(b),A.u(a.gaN()))) +return s}, +arr(a,b){return new A.Nf(a,b)}, +r1:function r1(){}, +By:function By(a,b,c){var _=this +_.aaZ$=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +acx:function acx(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +eo:function eo(a,b,c,d){var _=this +_.f=a +_.b=b +_.a=c +_.$ti=d}, +po:function po(a,b){var _=this +_.b=_.a=!1 +_.c=a +_.$ti=b}, +ps:function ps(a,b,c,d){var _=this +_.cv=_.bM=!1 +_.e2=!0 +_.d4=_.dr=!1 +_.d5=$ +_.y2=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=d}, +ajw:function ajw(a,b){this.a=a +this.b=b}, +ajx:function ajx(a){this.a=a}, +Tn:function Tn(){}, +iA:function iA(){}, +tV:function tV(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.$ti=g}, +B1:function B1(a){var _=this +_.b=null +_.c=!1 +_.a=_.f=_.e=_.d=null +_.$ti=a}, +Nf:function Nf(a,b){this.a=a +this.b=b}, +Ne:function Ne(a,b){this.a=a +this.b=b}, +abT:function abT(){}, +zd:function zd(){}, +Cu:function Cu(){}, +axL(a,b){var s=new A.cd(a),r=A.a([0],t.t) +r=new A.ON(b,r,new Uint32Array(A.jH(s.dX(s)))) +r.Hm(s,b) +return r}, +aMg(a,b){var s=A.a([0],t.t) +s=new A.ON(b,s,new Uint32Array(A.jH(J.a_n(a)))) +s.Hm(a,b) +return s}, +ho(a,b){if(b<0)A.F(A.dZ("Offset may not be negative, was "+b+".")) +else if(b>a.c.length)A.F(A.dZ("Offset "+b+u.D+a.gu(a)+".")) +return new A.eF(a,b)}, +as8(a,b,c){if(ca.c.length)A.F(A.dZ("End "+c+u.D+a.gu(a)+".")) +else if(b<0)A.F(A.dZ("Start may not be negative, was "+b+".")) +return new A.df(a,b,c)}, +ON:function ON(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +eF:function eF(a,b){this.a=a +this.b=b}, +df:function df(a,b,c){this.a=a +this.b=b +this.c=c}, +aJl(a,b){var s=A.aJm(A.a([A.aNL(a,!0)],t._Y)),r=new A.a5r(b).$0(),q=B.i.j(B.b.gB(s).b+1),p=A.aJn(s)?0:3,o=A.a6(s) +return new A.a57(s,r,null,1+Math.max(q.length,p),new A.X(s,new A.a59(),o.h("X<1,k>")).afo(0,B.H_),!A.aSt(new A.X(s,new A.a5a(),o.h("X<1,A?>"))),new A.bb(""))}, +aJn(a){var s,r,q +for(s=0;s") +return A.a1(new A.fQ(s,new A.a5e(),r),!0,r.h("p.E"))}, +aNL(a,b){var s=new A.aji(a).$0() +return new A.eO(s,!0,null)}, +aNN(a){var s,r,q,p,o,n,m=a.gav() +if(!B.d.p(m,"\r\n"))return a +s=a.gbc().gdh() +for(r=m.length-1,q=0;q>>24&255)/255,b),r.$3(s.b,0,360),r.$2(s.c,d),r.$2(s.d,c)).tx()}, +agd(a,b){var s,r,q=A.as4(a),p=q.a +p=p<=1?p:1 +s=q.c +r=q.d +s=s<=b?s:b +r=r<=1?r:1 +return new A.k3(p,q.b,s,r).tx()}, +ayu(a,b){var s,r,q=A.as4(a),p=q.a +p=p>=0?p:0 +s=q.c +r=q.d +s=s>=0?s:0 +r=r>=b?r:b +return new A.k3(p,q.b,s,r).tx()}, +as4(a){var s,r,q,p,o=(a.gl()>>>16&255)/255,n=(a.gl()>>>8&255)/255,m=(a.gl()&255)/255,l=Math.max(o,Math.max(n,m)),k=Math.min(o,Math.min(n,m)),j=l-k,i=a.gl(),h=A.aR("hue") +if(l===0)h.b=0 +else if(l===o)h.b=60*B.c.bH((n-m)/j,6) +else if(l===n)h.b=60*((m-o)/j+2) +else if(l===m)h.b=60*((o-n)/j+4) +h.b=isNaN(h.ai())?0:h.ai() +s=h.ai() +r=(l+k)/2 +q=r===1?0:A.a_(j/(1-Math.abs(2*r-1)),0,1) +p=r===0?0:q +return new A.k3((i>>>24&255)/255,s,p,r)}, +age:function age(){}, +aAS(a){var s=A.fG(96,B.fi,a),r=A.fG(60,B.fi,a),q=A.fG(48,B.p,a),p=A.fG(40,B.p,a),o=A.fG(34,B.p,a),n=A.fG(24,B.p,a),m=A.fG(20,B.R,a),l=A.fG(16,B.p,a),k=A.fG(14,B.R,a) +return A.af8(A.fG(16,B.p,a),A.fG(14,B.p,a),A.fG(12,B.p,a),s,r,q,p,o,n,A.fG(14,B.R,a),A.fG(12,B.p,a),A.fG(10,B.p,a),m,l,k)}, +fG(a,b,c){var s=null +return new A.Yh(!0,c,s,"packages/yaru/Ubuntu",s,"yaru",a,b,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s)}, +Yh:function Yh(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}, +azA(a){var s,r,q,p,o=null,n=A.er(6),m=a.a===B.G,l=m?B.nu:B.IW,k=a.b +if(B.b.p(B.at,k)){s=a.fx +r=s==null?a.cx:s}else{s=a.fr +r=s==null?a.cx:s}q=m?B.nu:B.J2 +m=a.at +s=a.db +p=B.eN.fa(A.hb(s,0,-0.2,0)) +return A.avX(B.ml,!1,new A.eK(4,n,new A.aB(r,1,B.y,-1)),o,B.Ko,o,new A.eK(4,n,new A.aB(q,1,B.y,0)),new A.eK(4,n,new A.aB(r,1,B.y,0)),new A.eK(4,n,new A.aB(m,1,B.y,0)),o,o,l,!0,B.mX,B.nU,o,o,new A.eK(4,n,new A.aB(k,1,B.y,-1)),new A.eK(4,n,new A.aB(m,1,B.y,0)),o,B.eN,o,B.eN,o,s,!1,!0,B.eN,B.ml,o,B.eN.fa(A.hb(s,0,-0.2,0)),o,p)}, +aPx(a){var s=null,r=t._s +return new A.tm(new A.cs(new A.ant(a),r),new A.cs(new A.anu(a),r),A.asf(new A.anv()),s,s,s,s,s,s)}, +aQ6(a,b){var s +if(a.p(0,B.a3)){if(a.p(0,B.br)){s=b.db.a +return A.Q(B.c.ar(127.5),s>>>16&255,s>>>8&255,s&255)}s=b.db.a +return A.Q(B.c.ar(127.5),s>>>16&255,s>>>8&255,s&255)}else return b.c}, +aQ7(a,b){var s,r,q,p=b.db.a,o=p>>>16&255,n=p>>>8&255 +p&=255 +s=A.Q(64,o,n,p) +r=A.Q(38,o,n,p) +q=A.Q(46,o,n,p) +if(a.p(0,B.a3)){if(a.p(0,B.br))return q +return r}else if(a.p(0,B.br))return b.b +else return s}, +azT(a,b){var s +if(!a.p(0,B.a3)){if(a.p(0,B.br))return b.b +s=b.db.a +return A.Q(191,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.br)){s=b.db.a +return A.Q(51,s>>>16&255,s>>>8&255,s&255)}s=b.db.a +return A.Q(51,s>>>16&255,s>>>8&255,s&255)}, +aQ1(a,b){if(!a.p(0,B.a3))return A.fx(b.b)===B.G?B.k:B.j +return B.f8}, +aPu(a){var s=null,r=t._s +return new A.q9(s,new A.cs(new A.ank(a),r),new A.cs(new A.anl(a),r),s,s,s,s,new A.bF(A.er(3),B.n),s)}, +aPw(a){var s=null +return new A.rM(s,new A.cs(new A.ans(a),t._s),s,s,s,s)}, +aPy(a,b){var s=null,r=a.a===B.G?a.db:A.Q(204,255,255,255) +return new A.to(s,a.b,s,b,s,r,s,s,s,s,A.asf(new A.anw(a)),s,s,s)}, +azB(a){var s,r,q=null +if(a.a===B.au){s=a.dx +r=s==null?a.cy:s}else r=a.cy +return new A.y6(new A.cs(new A.anm(r),t._s),q,A.asf(new A.ann(r)),new A.cs(new A.ano(),t.F9),q,q,q,q,new A.UX(new A.anp(a),B.k,1,B.y,-1),new A.cs(new A.anq(a),t.iJ),q,q,q)}, +aPv(a){var s=null,r=a.cy,q=a.db.a +return new A.rm(64,r,s,s,r,A.Q(B.c.ar(25.5),q>>>16&255,q>>>8&255,q&255),s,s,new A.cs(new A.anr(a),t.gP),s,s)}, +aAU(d9,e0,e1,e2,e3){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=null +if(e0==null)if(B.b.p(B.at,d9.b)){s=d9.fx +e0=s==null?d9.cx:s}else{s=d9.fr +e0=s==null?d9.cx:s}r=d9.db +q=A.aAS(r) +s=d9.a +p=s===B.au +o=p?d9.cy:d9.b +n=p?r:d9.c +m=d9.CW +l=d9.cy +k=r.a +j=k>>>16&255 +i=k>>>8&255 +k&=255 +h=A.axZ(p,m,l,s,m,l,d9,m,A.Q(31,j,i,k),d9.at,n,o,m,d8,!0) +g=d9.b +f=B.c.ar(76.5) +e=A.Q(f,g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +d=A.Q(f,g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +c=A.aPy(d9,e0) +b=p?B.nj:B.b4 +a=A.er(8) +if(p)a0=new A.aB(A.Q(B.c.ar(255*(B.b.p(B.at,g)?1:0.2)),255,255,255),1,B.y,-1) +else a0=B.n +a1=$.aEj() +if(B.b.p(B.at,g)){a2=d9.fx +if(a2==null)a2=d9.cx}else{a2=d9.fr +if(a2==null)a2=d9.cx}a3=A.er(6) +a4=new A.Vl(r,d8) +a5=new A.Vn(r) +a6=t.kU +a2=A.ln(d8,d8,d8,d8,d8,d8,a4,d8,d8,d8,d8,new A.Vm(d8,d8),a5,d8,d8,new A.b6(new A.bF(a3,B.n),a6),new A.b6(new A.aB(a2,1,B.y,-1),t.e1),d8,d8,d8,d8,d8).bQ(B.f0) +a3=e1==null +a7=a3?g:e1 +if(e2==null)a8=A.fx(a7)===B.G?B.k:B.j +else a8=e2 +if(B.b.p(B.at,g)){a9=d9.fx +a9=new A.aB(a9==null?d9.cx:a9,1,B.y,-1)}else a9=B.n +b0=A.er(6) +b1=new A.Bg(a7,d8) +a4=new A.Bg(a8,d8) +a5=new A.TK(a8) +b2=t.wG +b3=t.h9 +a9=A.ln(d8,d8,b1,new A.TI(0),d8,d8,a4,d8,d8,d8,d8,new A.TJ(d8,d8),a5,d8,new A.b6(B.L,b3),new A.b6(new A.bF(b0,a9),a6),d8,d8,d8,d8,new A.b6(d8,b2),d8).bQ(B.f0) +b0=A.Q(31,j,i,k) +b4=B.c.ar(25.5) +b5=A.Q(b4,j,i,k) +b6=A.Q(b4,j,i,k) +if(B.b.p(B.at,g)){b7=d9.fx +b7=new A.aB(b7==null?d9.cx:b7,1,B.y,-1)}else b7=B.n +b8=A.er(6) +a4=new A.Bi(r,d8) +a6=A.ln(d8,d8,new A.Bi(b5,b0),new A.b6(0,t.Ve),d8,d8,a4,d8,d8,d8,d8,new A.TS(d8,d8),new A.TT(r),d8,new A.b6(B.L,b3),new A.b6(new A.bF(b8,b7),a6),d8,d8,new A.b6(b6,b3),d8,new A.b6(d8,b2),d8).bQ(B.f0) +b0=A.aMz(d8,d8,d8,d8,d8,d8,d8,d8,d8,g,g,d8,d8,d8,d8,new A.bF(A.er(6),B.n),d8,d8,d8,d8).bQ(B.f0) +b3=A.a5Z(d8,d8,d8,d8,d8,B.li,d8,r,A.Q(13,j,i,k),d8,20,B.li,B.li,B.as,m,B.kD,d8) +b2=A.ln(B.ai,d8,d8,d8,d8,d8,d8,d8,d8,B.a1R,B.a1P,d8,d8,d8,d8,d8,d8,d8,d8,B.kD,new A.b6(q.z,b2),d8) +b5=A.aPx(d9) +b6=A.aPu(d9) +b7=A.aPw(d9) +b8=p?g:d8 +if(B.b.p(B.at,g)){b9=d9.fx +if(b9==null)b9=d9.cx}else b9=A.Q(B.c.ar(255*(s===B.G?0.2:0.07)),j,i,k) +c0=s===B.G +c1=c0?B.Fj:B.Fk +c1=A.aul(new A.bR(d8,d8,d8,d8,d8,r,d8,d8),l,d8,0,r,new A.bR(20,d8,d8,d8,d8,r,d8,d8),0,d8,new A.c4(B.n,B.n,new A.aB(b9,1,B.y,-1),B.n),l,c1,d8,A.aAS(r).r.a9G(r,B.p),46,d8) +c2=a3?g:e1 +b9=A.fx(c2)===B.G?B.k:B.j +c3=A.er(30) +if(B.b.p(B.at,g)){c4=d9.fx +c4=new A.aB(c4==null?d9.cx:c4,1,B.y,-1)}else c4=B.n +c4=A.avA(c2,3,3,d8,d8,d8,d8,d8,d8,3,b9,3,d8,3,d8,d8,d8,new A.bF(c3,c4),d8,d8,d8) +c3=A.Q(204,j,i,k) +b9=A.azA(d9) +if(B.b.p(B.at,g)){c5=d9.fx +if(c5==null)c5=d9.cx}else{c5=d9.fr +if(c5==null)c5=d9.cx}if(B.b.p(B.at,g)){c6=d9.fx +if(c6==null)c6=d9.cx}else c6=d8 +c7=d9.fr +if(c7==null)c7=d9.cx +c6=A.ay2(c5,B.mk,d8,d8,B.GQ,d8,d8,c7,d8,d8,A.Q(13,j,i,k),c6,r,d8,d8) +c7=A.Q(102,g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +c5=A.azA(d9) +c5=A.avX(c5.dy,!1,c5.k3,B.GR,c5.Q,c5.cx,c5.k1,c5.k2,c5.fy,c5.w,c5.r,c5.db,c5.cy,c5.y,c5.x,c5.b,c5.fr,c5.go,c5.id,c5.d,c5.c,c5.f,c5.e,c5.fx,d8,!1,c5.z,c5.a,c5.dx,c5.ay,c5.ax,c5.CW,c5.ch) +c8=A.azB(d9) +c9=A.azB(d9) +if(p){d0=d9.dx +d1=d0==null?l:d0}else d1=l +d0=A.er(10) +if(B.b.p(B.at,g)){d2=d9.fx +if(d2==null)d2=d9.cx}else d2=A.Q(B.c.ar(255*(c0?0.3:0.2)),j,i,k) +d3=A.aPv(d9) +b4=A.Q(b4,j,i,k) +d4=A.Q(204,j,i,k) +d5=a3?g:e1 +d6=A.fx(a3?g:e1)===B.G?B.k:B.j +d7=A.Q(B.c.ar(255*(c0?0.4:0.7)),g.gl()>>>16&255,g.gl()>>>8&255,g.gl()&255) +d7=A.axI(d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,A.Q(f,j,i,k),d8,d8,d8,d7,B.HS,d8,d8,d8,d8,d8,d8,B.j,d8,B.HT,d8,d8,d8,d8,d8,d8) +f=c0?B.L:B.nm +k=A.a7r(d8,d8,d8,d8,A.Q(204,j,i,k),d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8) +i=A.axJ(B.L,d8,B.j,A.Q(242,20,20,20),B.Fg,B.j,B.aai,B.L,A.Q(B.c.ar(178.5),255,255,255),0,d8,new A.bF(A.er(34),B.n),350) +j=a3?g:e1 +return h.a9S(c1,p,new A.pZ(d5,d6,d8,d8,d8,d8,d8,d8),new A.q_(l,d8,d8,d8,d8,d8,d8),new A.q0(d8,d8,d8,d8,g,c3,d8,d8,d8,d8,d8,d8,d8,d8),s,a1,m,l,b6,A.auA(d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,d8,A.Q(102,j.gl()>>>16&255,j.gl()>>>8&255,j.gl()&255),d8,d8,d8,d8,d8,d8),m,new A.nn(b,d8,d8,b,new A.bF(a,a0),d8,d8,d8,d8,d8),e0,new A.np(e0,1,0,d8,d8),new A.qt(m,d8,d8,d8,d8,new A.bF(B.GB,new A.aB(f,1,B.y,-1)),d8,d8),new A.qu(d8,c5,c8),new A.qy(a9),new A.qE(a6),c4,new A.k5(b3),new A.bR(20,d8,d8,d8,d8,r,d8,d8),g,b9,k,new A.rh(b2),new A.of(c9),d3,new A.rn(l,d8,d8,d8,new A.bR(20,d8,d8,d8,d8,d4,d8,d8),new A.bR(20,d8,d8,d8,d8,r,d8,d8),d8,d8,d8,b4,d8,d8,d8),new A.ru(a2),B.aeV,new A.rE(d1,new A.eK(4,d0,new A.aB(d2,1,B.y,-1)),d8,d8,d1,d8,d8,d8,d8,d8,d8,d8),g,b8,new A.bR(d8,d8,d8,d8,d8,r,d8,d8),new A.rI(g,d,d8,e,d8),b7,m,B.a5q,d7,i,B.Iq,b5,c,new A.tr(b0),new A.tv(r,c7,d8),q,c6,B.abW)}, +e8(a,b){var s=A.agd(A.hb(b,0,0.2,0),0.9),r=A.agd(A.hb(b,0,0.85,0),0.5),q=A.agd(A.hb(b,0,0.5,0),0.8),p=A.agd(A.hb(b,0,0.75,0),0.75),o=A.fx(b)===B.G?B.k:B.j,n=A.fx(s)===B.G?B.k:B.j,m=A.fx(r)===B.G?B.k:B.j,l=A.fx(q)===B.G?B.k:B.j,k=A.auF(B.j,B.G,B.Ji,B.d1,B.d1,B.d1,B.j,B.b4,o,B.d1,n,m,B.d1,B.jc,l,A.fx(p)===B.G?B.k:B.j,B.Jl,B.k,b,B.b4,B.k,s,r,b,B.j,B.f8,B.f8,q,p) +return A.aAU(k,B.b.p(B.at,k.b)?null:B.Jk,a,null,!0)}, +e7(a,b,c,d){var s=A.hb(d,0,-0.3,-0.15),r=A.ayu(A.hb(d,0,-0.6,-0.75),0.175),q=A.hb(d,0,-0.5,-0.25),p=A.ayu(A.hb(d,0,-0.5,-0.65),0.2),o=A.fx(d)===B.G?B.k:B.j,n=A.auF(B.nj,B.au,B.Jo,B.b4,B.b4,B.b4,B.j,B.J_,o,B.b4,A.fx(A.hb(d,0,-0.25,0))===B.G?B.k:B.j,B.j,B.b4,B.f8,B.b4,B.b4,B.J3,B.j,d,B.jc,B.k,s,r,d,B.d1,B.jc,B.IU,q,p) +return A.aAU(n,B.b.p(B.at,n.b)?null:B.nm,a,b,!0)}, +anv:function anv(){}, +ant:function ant(a){this.a=a}, +anu:function anu(a){this.a=a}, +ank:function ank(a){this.a=a}, +anl:function anl(a){this.a=a}, +ans:function ans(a){this.a=a}, +anw:function anw(a){this.a=a}, +ann:function ann(a){this.a=a}, +anq:function anq(a){this.a=a}, +anp:function anp(a){this.a=a}, +ano:function ano(){}, +anm:function anm(a){this.a=a}, +anr:function anr(a){this.a=a}, +RS:function RS(a){this.a=a}, +Yx:function Yx(){}, +Yw:function Yw(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +YE:function YE(){}, +YD:function YD(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +cz:function cz(a,b,c){this.c=a +this.a=b +this.b=c}, +RU(a){var s=a.ak(t.lY) +return s==null?null:s.w}, +azo(a,b){return new A.Dp(b,a,null)}, +asr(a,b){return a.a9P(b.d,b.e,b.r)}, +AC:function AC(a,b,c,d){var _=this +_.c=a +_.e=b +_.f=c +_.a=d}, +YB:function YB(a){var _=this +_.a=_.f=_.e=_.d=null +_.b=a +_.c=null}, +pf:function pf(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Dp:function Dp(a,b,c){this.w=a +this.b=b +this.a=c}, +YA:function YA(){}, +agf:function agf(a,b){this.a=a +this.b=b}, +RN:function RN(){}, +Yv:function Yv(a,b,c){this.e=a +this.c=b +this.a=c}, +Tp:function Tp(a){this.b=a}, +RR:function RR(a,b,c){var _=this +_.a=a +_.c=b +_.k1$=0 +_.k2$=c +_.k4$=_.k3$=0 +_.ok$=!1}, +ayv(a,b,c,d){return new A.Az(b,a,c,d,null)}, +Az:function Az(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.z=d +_.a=e}, +Dq:function Dq(a){var _=this +_.f=_.e=_.d=$ +_.a=null +_.b=a +_.c=null}, +amN:function amN(){}, +amM:function amM(){}, +amL:function amL(){}, +agg(a){var s +a.ak(t.Tp) +s=t.lx.a(A.ao(a).c.i(0,A.bj(t.eQ))) +if(s==null){s=A.ao(a).ax +s=new A.jv(null,B.aeW,!0,s.a===B.G?A.hb(s.CW,0,-0.029,0):s.cy)}return s}, +jv:function jv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Yy:function Yy(){}, +RQ:function RQ(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +agi:function agi(a,b){this.a=a +this.b=b}, +agj:function agj(a,b){this.a=a +this.b=b}, +agh(a,b,c,d,e){return new A.pe(d,a,b,c,e,null)}, +AB:function AB(a,b){this.a=a +this.b=b}, +pe:function pe(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.w=e +_.a=f}, +Yz:function Yz(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +amO:function amO(a,b){this.a=a +this.b=b}, +AA:function AA(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +as2(a,b,c,d){return new A.RL(a,b,c,d,null)}, +RL:function RL(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.x=c +_.y=d +_.a=e}, +RM:function RM(a,b,c,d){var _=this +_.c=a +_.as=b +_.ax=c +_.a=d}, +pd:function pd(a){this.a=a}, +Yu:function Yu(a,b,c){var _=this +_.d=$ +_.fe$=a +_.de$=b +_.a=null +_.b=c +_.c=null}, +amJ:function amJ(a){this.a=a}, +amK:function amK(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Us:function Us(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.f=d +_.r=e +_.w=f +_.a=g}, +DH:function DH(){}, +RO:function RO(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +agc:function agc(a){this.a=a}, +RT:function RT(){}, +aNX(a,b){var s=A.a6(a).h("fQ<1,h>") +s=A.arH(new A.fQ(a,new A.ajZ(b),s),1,s.h("p.E")) +return A.a1(s,!0,A.j(s).h("p.E"))}, +aNh(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){return new A.AF(a6,p,a,f,a7,g,b,a4,c,a5,i,j,k,l,m,n,q,r,s,a0,a1,a2,h,a3,d,e,o)}, +aNi(){$.as5.M(0) +return A.agG().bp(new A.agF(),t.H)}, +aNb(a){return A.awG(a)}, +pg:function pg(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 +_.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 +_.a=a7}, +agn:function agn(a,b){this.a=a +this.b=b}, +agm:function agm(a){this.a=a}, +agv:function agv(a,b){this.a=a +this.b=b}, +ago:function ago(a,b){this.a=a +this.b=b}, +agp:function agp(a,b){this.a=a +this.b=b}, +agu:function agu(a,b){this.a=a +this.b=b}, +agq:function agq(a,b){this.a=a +this.b=b}, +agr:function agr(a,b){this.a=a +this.b=b}, +ags:function ags(a,b){this.a=a +this.b=b}, +agt:function agt(a,b){this.a=a +this.b=b}, +ajZ:function ajZ(a){this.a=a}, +AF:function AF(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 +_.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 +_.a=a7}, +agF:function agF(){}, +agE:function agE(a,b,c){this.a=a +this.b=b +this.c=c}, +RP:function RP(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){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 +_.a=a7}, +aO6(){var s=t.S,r=A.cT(s) +s=new A.jz(B.aT,18,B.bH,A.B(s,t.Y),r,null,null,A.a_2(),A.B(s,t.c)) +s.YJ() +return s}, +aO7(){return A.aO6()}, +RV:function RV(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.a=e}, +agk:function agk(a,b){this.a=a +this.b=b}, +agl:function agl(a,b){this.a=a +this.b=b}, +jz:function jz(a,b,c,d,e,f,g,h,i){var _=this +_.a4=_.aX=_.aw=_.ap=_.ab=_.L=_.bt=_.bG=_.bF=_.be=_.b8=_.fR=_.eS=_.hW=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}, +akN:function akN(){}, +akO:function akO(){}, +aNe(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.at(new A.aB(A.Q(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.y,-1),b,c)}if(b==null){s=a.a +return A.at(new A.aB(A.Q(0,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255),0,B.y,-1),a,c)}return A.at(a,b,c)}, +ayw(a){var s +a.ak(t.al) +s=t.lc.a(A.ao(a).c.i(0,A.bj(t.KM))) +return s==null?B.aeY:s}, +AD:function AD(a,b){this.a=a +this.b=b}, +jw:function jw(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}, +YC:function YC(){}, +agx(a,b,c,d){return new A.AE(d,c,b,a,null)}, +tL:function tL(a,b){this.a=a +this.b=b}, +agy:function agy(a,b){this.a=a +this.b=b}, +AE:function AE(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +YG:function YG(a,b,c){var _=this +_.e=_.d=!1 +_.w=_.r=$ +_.dI$=a +_.bi$=b +_.a=null +_.b=c +_.c=null}, +amU:function amU(a,b){this.a=a +this.b=b}, +amT:function amT(a,b){this.a=a +this.b=b}, +amR:function amR(a){this.a=a}, +amS:function amS(a){this.a=a}, +amP:function amP(a){this.a=a}, +amQ:function amQ(a){this.a=a}, +amV:function amV(a,b){this.a=a +this.b=b}, +YF:function YF(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +DI:function DI(){}, +ph(a){var s=$.ayx.i(0,a) +if(s==null){s=new A.tM(a) +$.ayx.n(0,a,s)}return s}, +aNj(a){var s=A.ph(0) +return $.jM().oj(s.a)}, +aNk(a){var s=A.ph(0) +return $.jM().wt(s.a)}, +aNl(a){var s=A.ph(0) +return $.jM().xj(s.a)}, +aNm(a){var s=A.ph(0) +return $.jM().xm(s.a)}, +aNn(a){var s=A.ph(0) +return $.jM().xU(s.a)}, +aNo(a){var s=A.ph(0) +return $.jM().u4(s.a)}, +agG(){var s=0,r=A.V(t.nE),q,p +var $async$agG=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:if($.aL==null)A.ayq() +$.aL.toString +p=A.ph(0) +s=3 +return A.a4($.jM().x_(p.a),$async$agG) +case 3:q=p +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$agG,r)}, +tM:function tM(a){this.a=a}, +agz:function agz(){this.c=null}, +agA:function agA(){}, +agC:function agC(a,b){this.a=a +this.b=b}, +agB:function agB(){}, +agD:function agD(){}, +aNg(a){return new A.hc(a.i(0,"active"),a.i(0,"closable"),a.i(0,"fullscreen"),a.i(0,"maximizable"),a.i(0,"maximized"),a.i(0,"minimizable"),a.i(0,"minimized"),a.i(0,"movable"),a.i(0,"restorable"),a.i(0,"title"),a.i(0,"visible"))}, +hc:function hc(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}, +agw:function agw(){}, +apj(){var s=0,r=A.V(t.H) +var $async$apj=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=2 +return A.a4(A.ao8(new A.apl(),new A.apm()),$async$apj) +case 2:return A.T(null,r)}}) +return A.U($async$apj,r)}, +apm:function apm(){}, +apl:function apl(){}, +arx(a,b){return a.fs(A.aSq(A.aTA(),b),A.aRR(),b.h("NV<0>"))}, +aHo(a){a.ak(t.H5) +return null}, +aMS(){var s,r,q +if($.arV.length!==0){s=A.a($.arV.slice(0),A.a6($.arV)) +for(r=s.length,q=0;q>>6)+(a&63),r=s&1,q=u.I.charCodeAt(s>>>1) +return q>>>4&-r|q&15&r-1}, +n3(a,b){var s=(a&1023)<<10|b&1023,r=u.R.charCodeAt(1024+(s>>>9))+(s&511),q=r&1,p=u.I.charCodeAt(r>>>1) +return p>>>4&-q|p&15&q-1}, +aSf(a,b,c,d){var s,r,q,p,o,n=A.B(d,c.h("H<0>")) +for(s=c.h("t<0>"),r=0;r<1;++r){q=a[r] +p=b.$1(q) +o=n.i(0,p) +if(o==null){o=A.a([],s) +n.n(0,p,o) +p=o}else p=o +J.ea(p,q)}return n}, +ar1(a,b,c,d){return new A.fF(A.aJB(a,b,c,d),d.h("fF<0>"))}, +aJB(a,b,c,d){return function(){var s=a,r=b,q=c,p=d +var o=0,n=1,m,l,k,j +return function $async$ar1(e,f,g){if(f===1){m=g +o=n}while(true)switch(o){case 0:l=s.gR(s),k=0 +case 2:if(!l.q()){o=4 +break}j=k+1 +o=5 +return e.vN(r.$2(k,l.gH())) +case 5:case 3:k=j +o=2 +break +case 4:return 0 +case 1:return e.c=m,3}}}}, +i6(a,b){var s,r +for(s=J.aA(a);s.q();){r=s.gH() +if(b.$1(r))return r}return null}, +a6F(a){var s,r=new J.d5(a,a.length) +if(r.q()){s=r.d +return s==null?A.j(r).c.a(s):s}return null}, +aw0(a,b){var s,r,q,p +for(s=A.aNW(a),r=A.j(s).c,q=null;s.q();){p=s.e +if(p==null)p=r.a(p) +if(b.$1(p))q=p}return q}, +aw_(a){if(a.b===a.c)return null +return a.gB(a)}, +awa(a,b){var s +for(s=0;s1e6){if(q.b==null)q.b=$.Nc.$0() +q.d9() +$.ZM=0}while(!0){if($.ZM<12288){q=$.a_b() +q=!q.gP(q)}else q=r +if(!q)break +s=$.a_b().na() +$.ZM=$.ZM+s.length +A.aBE(s)}r=$.a_b() +if(!r.gP(r)){$.asx=!0 +$.ZM=0 +A.d4(B.fc,A.aSY()) +if($.anB==null)$.anB=new A.bc(new A.a9($.ad,t.U),t.gR)}else{$.atJ().m_() +r=$.anB +if(r!=null)r.j6() +$.anB=null}}, +a3F(a){var s=0,r=A.V(t.H),q +var $async$a3F=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)$async$outer:switch(s){case 0:a.gaf().G6(B.a7v) +switch(A.ao(a).r.a){case 0:case 1:q=A.Pa(B.a7s) +s=1 +break $async$outer +case 2:case 3:case 4:case 5:q=A.dW(null,t.H) +s=1 +break $async$outer}case 1:return A.T(q,r)}}) +return A.U($async$a3F,r)}, +LQ(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.o(s[12],s[13]) +return null}, +ard(a,b){var s,r,q +if(a==b)return!0 +if(a==null){b.toString +return A.LR(b)}if(b==null)return A.LR(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]}, +LR(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}, +da(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.o(p,o) +else return new A.o(p/n,o/n)}, +a7R(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=$.apL() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.apL() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +fZ(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.a7R(a4,a5,a6,!0,s) +A.a7R(a4,a7,a6,!1,s) +A.a7R(a4,a5,a9,!1,s) +A.a7R(a4,a7,a9,!1,s) +a7=$.apL() +return new A.D(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.D(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.D(A.awu(f,d,a0,a2),A.awu(e,b,a1,a3),A.awt(f,d,a0,a2),A.awt(e,b,a1,a3))}}, +awu(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +aww(a,b){var s +if(A.LR(a))return b +s=new A.bp(new Float64Array(16)) +s.aW(a) +s.fJ(s) +return A.fZ(s,b)}, +awv(a){var s,r=new A.bp(new Float64Array(16)) +r.fB() +s=new A.js(new Float64Array(4)) +s.yG(0,0,0,a.a) +r.yF(0,s) +s=new A.js(new Float64Array(4)) +s.yG(0,0,0,a.b) +r.yF(1,s) +return r}, +E1(a,b,c){if(a==null||!1)return a===b +return a>b-c&&a1)for(e=1;e":n=r?">":m +break +default:n=m}if(n!=null){if(q==null)q=new A.bb(B.d.U(a,0,p)) +q.a+=n}else if(q!=null)q.a+=o}if(q!=null){s=q.a +s=s.charCodeAt(0)==0?s:s}else s=a +return s}, +aTt(a){return a}, +aTp(a){return a}, +aPK(){return A.B(t.N,t.fs)}, +aPJ(){return A.B(t.N,t.GU)}, +aAZ(){var s=$.azJ +return s}, +vU(a){var s=$.aC2(),r=s.i(0,a) +if(r==null){s=s.i(0,"decimal") +s.toString}else s=r +return s}, +a51(a){var s=a/100 +return(s<=0.0031308?s*12.92:1.055*Math.pow(s,0.4166666666666667)-0.055)*255}, +aqW(a){var s=Math.pow(Math.abs(a),0.42) +return A.LO(a)*400*s/(s+27.13)}, +aqX(a){var s=A.arc(a,$.aJj),r=A.aqW(s[0]),q=A.aqW(s[1]),p=A.aqW(s[2]) +return Math.atan2((r+q-2*p)/9,(11*r+-12*q+p)/11)}, +aJi(a,b){var s,r,q,p,o,n=$.wX[0],m=$.wX[1],l=$.wX[2],k=B.i.bH(b,4)<=1?0:100,j=B.i.bH(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)}}, +aJe(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.aJi(a,n) +if(m[0]<0)continue +l=A.aqX(m) +if(!p){q=l +r=q +s=m +k=s +p=!0 +continue}if(o||B.c.bH(l-r+25.132741228718345,6.283185307179586)100.01||b>100.01||a>100.01)return 0 +return((A.qh(g)&255)<<16|(A.qh(f[1])&255)<<8|A.qh(f[2])&255|4278190080)>>>0}a1-=(a0-a9)*a1/(2*a0)}return 0}, +aJk(a,b,c){var s,r,q,p,o +if(b<0.0001||c<0.0001||c>99.9999){s=A.qh(A.a1g(c)) +return A.auG(s,s,s)}r=B.c.bH(a,360) +q=(r<0?r+360:r)/180*3.141592653589793 +p=A.a1g(c) +o=A.aJg(q,b,p) +if(o!==0)return o +return A.aH5(A.aJd(p,q))}, +auG(a,b,c){return((a&255)<<16|(b&255)<<8|c&255|4278190080)>>>0}, +aH5(a){return A.auG(A.qh(a[0]),A.qh(a[1]),A.qh(a[2]))}, +auH(a){return A.arc(A.a([A.aqg(a>>>16&255),A.aqg(a>>>8&255),A.aqg(a&255)],t.n),$.aH4)}, +a1g(a){return 100*A.aH3((a+16)/116)}, +aqg(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}, +qh(a){var s=a/100 +return A.aKa(0,255,B.c.ar((s<=0.0031308?s*12.92:1.055*Math.pow(s,0.4166666666666667)-0.055)*255))}, +aH2(a){if(a>0.008856451679035631)return Math.pow(a,0.3333333333333333) +else return(903.2962962962963*a+16)/116}, +aH3(a){var s=a*a*a +if(s>0.008856451679035631)return s +else return(116*a-16)/903.2962962962963}, +LO(a){if(a<0)return-1 +else if(a===0)return 0 +else return 1}, +aKb(a,b,c){return(1-c)*a+c*b}, +aKa(a,b,c){if(cb)return b +return c}, +arc(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)}, +aAV(){var s,r,q,p,o=null +try{o=A.afG()}catch(s){if(t.VI.b(A.aj(s))){r=$.anA +if(r!=null)return r +throw s}else throw s}if(J.c(o,$.azD)){r=$.anA +r.toString +return r}$.azD=o +if($.atB()===$.E9())r=$.anA=o.O(".").j(0) +else{q=o.Fm() +p=q.length-1 +r=$.anA=p===0?q:B.d.U(q,0,p)}return r}, +aBi(a){var s +if(!(a>=65&&a<=90))s=a>=97&&a<=122 +else s=!0 +return s}, +aBj(a,b){var s=a.length,r=b+2 +if(s=c?s:null +if(r-s>=c)return s +s=r+1}r=B.d.cn(a,b) +for(;r!==-1;){q=r===0?0:B.d.xc(a,"\n",r-1)+1 +if(c===r-q)return q +r=B.d.hZ(a,b,r+1)}return null}, +aRr(a){switch(a.a){case 0:return B.kT +case 2:return B.Eb +case 1:return B.Ea +case 3:return B.a52 +case 4:return B.Ec}}, +at4(a){var s=0,r=A.V(t.y),q +var $async$at4=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q=$.aDC().rS(a,new A.JC(A.aRr(B.Lq),new A.Jj(!0,!0,B.A1),null)) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$at4,r)}, +ayt(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=a.a,g=b.a/2,f=h.a-g,e=b.b/2,d=h.b-e +h=a.b +s=b.c/2 +r=h.a-s +q=h.b-e +e=a.c +p=e.a-g +g=b.d/2 +o=e.b-g +e=a.d +n=e.a-s +m=e.b-g +h=f<0?0:f +g=d<0?0:d +e=r<0?0:r +s=q<0?0:q +l=n<0?0:n +k=m<0?0:m +j=p<0?0:p +i=o<0?0:o +return new A.ck(new A.aN(h,g),new A.aN(e,s),new A.aN(j,i),new A.aN(l,k))}},B={} +var w=[A,J,B] +var $={} +A.v1.prototype={ +sCJ(a){var s,r,q,p=this +if(J.c(a,p.c))return +if(a==null){p.zo() +p.c=null +return}s=p.a.$0() +r=a.a +q=s.a +if(rr){p.zo() +p.b=A.d4(A.cR(0,r-q),p.gBp())}p.c=a}, +zo(){var s=this.b +if(s!=null)s.bd() +this.b=null}, +a6A(){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.d4(A.cR(0,q-p),s.gBp())}} +A.a_I.prototype={ +od(){var s=0,r=A.V(t.H),q=this,p +var $async$od=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=2 +return A.a4(q.a.$0(),$async$od) +case 2:p=q.b.$0() +s=3 +return A.a4(t.L0.b(p)?p:A.jx(p,t.z),$async$od) +case 3:return A.T(null,r)}}) +return A.U($async$od,r)}, +aeE(){return A.aIX(new A.a_K(this),new A.a_L(this))}, +a4Q(){return A.aIW(new A.a_J(this))}} +A.a_K.prototype={ +$0(){var s=0,r=A.V(t.e),q,p=this +var $async$$0=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=3 +return A.a4(p.a.od(),$async$$0) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$$0,r)}, +$S:205} +A.a_L.prototype={ +$1(a){return this.SO(a)}, +$0(){return this.$1(null)}, +SO(a){var s=0,r=A.V(t.e),q,p=this,o +var $async$$1=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:o=p.a +s=3 +return A.a4(o.a.$1(a),$async$$1) +case 3:q=o.a4Q() +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$$1,r)}, +$S:97} +A.a_J.prototype={ +$1(a){return this.SN(a)}, +$0(){return this.$1(null)}, +SN(a){var s=0,r=A.V(t.e),q,p=this,o +var $async$$1=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:o=p.a.b.$0() +s=3 +return A.a4(t.L0.b(o)?o:A.jx(o,t.z),$async$$1) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$$1,r)}, +$S:97} +A.vt.prototype={ +I(){return"BrowserEngine."+this.b}} +A.kh.prototype={ +I(){return"OperatingSystem."+this.b}} +A.a0D.prototype={ +gaE(){var s=this.d +if(s==null){this.Ip() +s=this.d}s.toString +return s}, +gck(){if(this.y==null)this.Ip() +var s=this.e +s.toString +return s}, +Ip(){var s,r,q,p,o,n,m,l,k=this,j=!1,i=null,h=k.y +if(h!=null){A.qs(h,0) +h=k.y +h.toString +A.qr(h,0) +k.y=null}h=k.x +if(h!=null&&h.length!==0){h.toString +s=B.b.eY(h,0) +k.y=s +i=s +j=!0 +r=!0}else{h=k.f +$.bN() +q=self.window.devicePixelRatio +if(q===0)q=1 +p=k.r +o=self.window.devicePixelRatio +if(o===0)o=1 +i=k.HD(h,p) +n=i +k.y=n +if(n==null){A.aBH() +i=k.HD(h,p)}n=i.style +A.r(n,"position","absolute") +A.r(n,"width",A.f(h/q)+"px") +A.r(n,"height",A.f(p/o)+"px") +r=!1}if(!J.c(k.z.lastChild,i))k.z.append(i) +try{if(j)i.style.removeProperty("z-index") +h=A.jX(i,"2d",null) +h.toString +k.d=t.e.a(h)}catch(m){}h=k.d +if(h==null){A.aBH() +h=A.jX(i,"2d",null) +h.toString +h=k.d=t.e.a(h)}q=k.as +k.e=new A.a1q(h,k,q,B.dC,B.cL,B.eH) +l=k.gaE() +l.save();++k.Q +A.av_(l,1,0,0,1,0,0) +if(r)l.clearRect(0,0,k.f*q,k.r*q) +$.bN() +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.a5h()}, +HD(a,b){var s=this.as +return A.aTz(B.c.dn(a*s),B.c.dn(b*s))}, +M(a){var s,r,q,p,o,n=this +n.Xx(0) +if(n.y!=null){s=n.d +if(s!=null)try{s.font=""}catch(q){r=A.aj(q) +if(!J.c(r.name,"NS_ERROR_FAILURE"))throw q}}if(n.y!=null){n.B8() +n.e.d9() +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}, +KU(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.gaE() +if(d!=null)for(s=d.length,r=i.as,q=t.Ci;a>>16&255,n>>>8&255,n&255).a)) +s.translate(-5e4,0) +m=new Float32Array(2) +$.cB() +n=$.bN().d +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}m[0]=5e4*n +n=j.b +n.c.Sb(m) +l=m[0] +k=m[1] +m[1]=0 +m[0]=0 +n.c.Sb(m) +A.aqB(s,l-m[0]) +A.aqC(s,k-m[1])}}, +kz(){var s=this,r=s.z +if((r==null?null:r.x)!=null){r=$.cj() +r=r===B.Y||!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}}, +hp(a){var s=this.a +if(a===B.ad)s.stroke() +else A.a2p(s,null)}, +d9(){var s,r=this,q=r.a +A.a2q(q,"") +s=q.fillStyle +r.r=s==null?null:s +A.a2r(q,"") +s=q.strokeStyle +r.w=s==null?null:s +q.shadowBlur=0 +A.aqA(q,"none") +A.aqB(q,0) +A.aqC(q,0) +q.globalCompositeOperation="source-over" +r.d=B.dC +A.av0(q,1) +r.x=1 +q.lineCap="butt" +r.e=B.cL +q.lineJoin="miter" +r.f=B.eH +r.Q=null}} +A.WU.prototype={ +M(a){B.b.M(this.a) +this.b=null +this.c=A.dv()}, +cz(){var s=this.c,r=new A.bM(new Float32Array(16)) +r.aW(s) +s=this.b +s=s==null?null:A.j7(s,!0,t.Sv) +this.a.push(new A.Ob(r,s))}, +bR(){var s,r=this.a +if(r.length===0)return +s=r.pop() +this.c=s.a +this.b=s.b}, +aI(a,b){this.c.aI(a,b)}, +ek(a,b){this.c.ek(a,b)}, +lN(a){this.c.RT(B.Ej,a)}, +a6(a){this.c.dg(new A.bM(a))}, +l3(a){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bM(new Float32Array(16)) +r.aW(s) +q.push(new A.oJ(a,null,null,r))}, +mt(a){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bM(new Float32Array(16)) +r.aW(s) +q.push(new A.oJ(null,a,null,r))}, +it(a){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bM(new Float32Array(16)) +r.aW(s) +q.push(new A.oJ(null,null,a,r))}} +A.fJ.prototype={ +k5(a,b,c,d){var s,r,q,p,o=d.ay,n=this.a,m=a.b +if(o===B.nS){m===$&&A.b() +m=m.a +m===$&&A.b() +m=m.a +m.toString +A.b8(n,"drawImageRectCubic",[m,A.fn(b),A.fn(c),0.3333333333333333,0.3333333333333333,d.a])}else{m===$&&A.b() +m=m.a +m===$&&A.b() +m=m.a +m.toString +s=A.fn(b) +r=A.fn(c) +q=A.aTq(o) +p=o===B.nR?$.bD.aD().MipmapMode.Linear:$.bD.aD().MipmapMode.None +A.b8(n,"drawImageRectOptions",[m,s,r,q,p,d.a])}}, +h0(a,b){var s=b==null?null:b.a +A.axA(this.a,s,A.fn(a),null,null)}} +A.anc.prototype={ +$1(a){var s=$.ch +s=(s==null?$.ch=A.f0(self.window.flutterConfiguration):s).b +if(s==null)s=null +else{s=s.canvasKitBaseUrl +if(s==null)s=null}return(s==null?"https://www.gstatic.com/flutter-canvaskit/3f3e560236539b7e2702f5ac790b2a4691b32d49/":s)+a}, +$S:51} +A.anD.prototype={ +$1(a){this.a.remove() +this.b.d2(!0)}, +$S:2} +A.anC.prototype={ +$1(a){this.a.remove() +this.b.d2(!1)}, +$S:2} +A.a0z.prototype={ +cz(){B.c.a2(this.a.a.save())}, +h0(a,b){var s=t.W,r=this.a +if(a==null){s.a(b) +A.axA(r.a,b.a,null,null,null)}else r.h0(a,s.a(b))}, +bR(){this.a.a.restore()}, +aI(a,b){this.a.a.translate(a,b)}, +ek(a,b){var s=b==null?a:b +this.a.a.scale(a,s) +return null}, +lN(a){this.a.a.rotate(a*180/3.141592653589793,0,0)}, +a6(a){this.a.a.concat(A.aBT(A.E5(a)))}, +qT(a,b,c){this.a.a.clipRect(A.fn(a),$.atQ()[b.a],c)}, +NG(a,b){return this.qT(a,B.cZ,b)}, +l3(a){return this.qT(a,B.cZ,!0)}, +w5(a,b){this.a.a.clipRRect(A.E6(a),$.a_a(),b)}, +mt(a){return this.w5(a,!0)}, +w4(a,b){var s=t.E_.a(a).a +s===$&&A.b() +s=s.a +s.toString +this.a.a.clipPath(s,$.a_a(),b)}, +it(a){return this.w4(a,!0)}, +k6(a,b,c){A.b8(this.a.a,"drawLine",[a.a,a.b,b.a,b.b,t.W.a(c).a])}, +oy(a){this.a.a.drawPaint(t.W.a(a).a)}, +cl(a,b){t.W.a(b) +this.a.a.drawRect(A.fn(a),b.a)}, +cV(a,b){t.W.a(b) +this.a.a.drawRRect(A.E6(a),b.a)}, +ow(a,b,c){t.W.a(c) +this.a.a.drawDRRect(A.E6(a),A.E6(b),c.a)}, +ox(a,b){t.W.a(b) +this.a.a.drawOval(A.fn(a),b.a)}, +hO(a,b,c){this.a.a.drawCircle(a.a,a.b,b,t.W.a(c).a)}, +Da(a,b,c,d,e){t.W.a(e) +A.b8(this.a.a,"drawArc",[A.fn(a),b*57.29577951308232,c*57.29577951308232,!1,e.a])}, +dT(a,b){var s +t.E_.a(a) +t.W.a(b) +s=a.a +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawPath(s,b.a)}, +k5(a,b,c,d){this.a.k5(t.XY.a(a),b,c,t.W.a(d))}, +l9(a,b){var s=t.z7.a(a).a +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawParagraph(s,b.a,b.b)}, +oz(a,b,c,d){var s,r,q,p,o,n,m,l +t.E_.a(a) +$.cB() +s=$.bN().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}r=d?5:4 +q=A.Q(B.c.ar((b.gl()>>>24&255)*0.039),b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255) +p=A.Q(B.c.ar((b.gl()>>>24&255)*0.25),b.gl()>>>16&255,b.gl()>>>8&255,b.gl()&255) +o=t.e.a({ambient:A.uU(q),spot:A.uU(p)}) +n=$.bD.aD().computeTonalColors(o) +m=a.a +m===$&&A.b() +m=m.a +m.toString +l=new Float32Array(3) +l[2]=s*c +s=new Float32Array(3) +s[0]=0 +s[1]=-1 +s[2]=1 +A.b8(this.a.a,"drawShadow",[m,l,s,1.3333333333333333,n.ambient,n.spot,r|4])}} +A.JX.prototype={ +gt(a){var s=this.a +return s.gt(s)}, +k(a,b){if(b==null)return!1 +if(A.u(this)!==J.N(b))return!1 +return b instanceof A.JX&&b.a.k(0,this.a)}, +j(a){return this.a.j(0)}} +A.Fe.prototype={$ilp:1} +A.vD.prototype={ +Az(){return A.aRF(this.a,this.b)}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +if(A.u(this)!==J.N(b))return!1 +b instanceof A.vD +return!1}, +j(a){return"ColorFilter.mode("+A.f(this.a)+", "+this.b.j(0)+")"}} +A.vF.prototype={ +ga3Q(){var s,r,q=new Float32Array(20) +for(s=this.a,r=0;r<20;++r)if(B.b.p(B.NF,r))q[r]=s[r]/255 +else q[r]=s[r] +return q}, +Az(){return $.bD.aD().ColorFilter.MakeMatrix(this.ga3Q())}, +gt(a){return A.c9(this.a)}, +k(a,b){if(b==null)return!1 +return A.u(this)===J.N(b)&&b instanceof A.vF&&A.uT(this.a,b.a)}, +j(a){return"ColorFilter.matrix("+A.f(this.a)+")"}} +A.qa.prototype={ +Az(){var s,r=$.bD.aD().ColorFilter,q=this.a.b +q===$&&A.b() +q=q.a +q.toString +s=this.b.b +s===$&&A.b() +s=s.a +s.toString +return r.MakeCompose(q,s)}, +k(a,b){if(b==null)return!1 +if(!(b instanceof A.qa))return!1 +return b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"ColorFilter.compose("+this.a.j(0)+", "+this.b.j(0)+")"}} +A.J8.prototype={ +T7(){var s=this.b.a +return new A.X(s,new A.a5M(),A.a6(s).h("X<1,fJ>"))}, +ZZ(a){var s,r,q,p,o,n,m=this.Q +if(m.X(a)){s=null.querySelector("#sk_path_defs") +s.toString +r=A.a([],t.J) +q=m.i(0,a) +q.toString +for(p=t.qr,p=A.c5(new A.e5(s.children,p),p.h("p.E"),t.e),s=J.aA(p.a),p=A.j(p),p=p.h("@<1>").ah(p.z[1]).z[1];s.q();){o=p.a(s.gH()) +if(q.p(0,o.id))r.push(o)}for(s=r.length,n=0;n") +a2.OH(A.fX(new A.aX(m,new A.a5N(a4),k),k.h("p.E"))) +B.b.K(a3,s) +h.Rx(s) +a3=a4.c +if(a3){m=a4.d +m.toString +g=a2.d.i(0,m).gxW()}else g=null +for(m=a4.b,k=m.length,f=a2.d,e=$.dt.a,j=0;j") +q=A.a1(new A.X(s,new A.a5J(),r),!0,r.h("bf.E")) +if(q.length>A.jk().b-1)B.b.dW(q) +r=m.ga2O() +p=m.e +if(l){l=A.jk() +o=l.d +B.b.K(l.e,o) +B.b.M(o) +p.M(0) +B.b.a1(q,r)}else{l=A.j(p).h("bl<1>") +n=A.a1(new A.bl(p,l),!0,l.h("p.E")) +new A.aX(n,new A.a5K(q),A.a6(n).h("aX<1>")).a1(0,m.ga57()) +new A.aX(q,new A.a5L(m),A.a6(q).h("aX<1>")).a1(0,r)}}, +T8(a){var s,r,q,p,o,n,m,l,k=A.jk().b-1 +if(k===0)return B.SZ +s=A.a([],t.jT) +r=t.t +q=new A.ma(A.a([],r),!1) +for(p=0;p")) +return new A.bL(s,s.gu(s))}} +A.I7.prototype={} +A.jt.prototype={} +A.aoP.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.c(r[p],s[s.length-1-q]))return o +if(q===s.length-1){s=r.length +if(a===s-1)return new A.jt(B.b.b6(r,0,s-q-1),B.e1,!1,o) +else if(a===q)return new A.jt(B.b.e6(r,a+1),B.e1,!1,o) +else return o}}return new A.jt(B.b.e6(r,a+1),B.b.b6(s,0,s.length-1-a),!0,B.b.gE(r))}, +$S:158} +A.OE.prototype={ +gDz(){var s,r=this.b +if(r===$){s=$.ch +s=(s==null?$.ch=A.f0(self.window.flutterConfiguration):s).b +if(s==null)s=null +else{s=s.useColorEmoji +if(s==null)s=null}s=s===!0 +r=this.b=A.aJ4(new A.adp(this),A.a([A.P("Noto Sans","notosans/v30/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf",!0),A.P("Noto Color Emoji","notocoloremoji/v25/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf",s),A.P("Noto Emoji","notoemoji/v39/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf",!s),A.P("Noto Sans Symbols","notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf",!0),A.P("Noto Sans Symbols 2","notosanssymbols2/v21/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf",!0),A.P("Noto Sans Adlam","notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf",!0),A.P("Noto Sans Anatolian Hieroglyphs","notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf",!0),A.P("Noto Sans Arabic","notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf",!0),A.P("Noto Sans Armenian","notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf",!0),A.P("Noto Sans Avestan","notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf",!0),A.P("Noto Sans Balinese","notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf",!0),A.P("Noto Sans Bamum","notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf",!0),A.P("Noto Sans Bassa Vah","notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf",!0),A.P("Noto Sans Batak","notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf",!0),A.P("Noto Sans Bengali","notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf",!0),A.P("Noto Sans Bhaiksuki","notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf",!0),A.P("Noto Sans Brahmi","notosansbrahmi/v18/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf",!0),A.P("Noto Sans Buginese","notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf",!0),A.P("Noto Sans Buhid","notosansbuhid/v18/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf",!0),A.P("Noto Sans Canadian Aboriginal","notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf",!0),A.P("Noto Sans Carian","notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf",!0),A.P("Noto Sans Caucasian Albanian","notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf",!0),A.P("Noto Sans Chakma","notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf",!0),A.P("Noto Sans Cham","notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf",!0),A.P("Noto Sans Cherokee","notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf",!0),A.P("Noto Sans Coptic","notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf",!0),A.P("Noto Sans Cuneiform","notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf",!0),A.P("Noto Sans Cypriot","notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf",!0),A.P("Noto Sans Deseret","notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf",!0),A.P("Noto Sans Devanagari","notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf",!0),A.P("Noto Sans Duployan","notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf",!0),A.P("Noto Sans Egyptian Hieroglyphs","notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf",!0),A.P("Noto Sans Elbasan","notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf",!0),A.P("Noto Sans Elymaic","notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf",!0),A.P("Noto Sans Georgian","notosansgeorgian/v42/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf",!0),A.P("Noto Sans Glagolitic","notosansglagolitic/v17/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf",!0),A.P("Noto Sans Gothic","notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf",!0),A.P("Noto Sans Grantha","notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf",!0),A.P("Noto Sans Gujarati","notosansgujarati/v23/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf",!0),A.P("Noto Sans Gunjala Gondi","notosansgunjalagondi/v17/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf",!0),A.P("Noto Sans Gurmukhi","notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf",!0),A.P("Noto Sans HK","notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf",!0),A.P("Noto Sans Hanunoo","notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf",!0),A.P("Noto Sans Hatran","notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf",!0),A.P("Noto Sans Hebrew","notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf",!0),A.P("Noto Sans Imperial Aramaic","notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf",!0),A.P("Noto Sans Indic Siyaq Numbers","notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf",!0),A.P("Noto Sans Inscriptional Pahlavi","notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf",!0),A.P("Noto Sans Inscriptional Parthian","notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf",!0),A.P("Noto Sans JP","notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf",!0),A.P("Noto Sans Javanese","notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf",!0),A.P("Noto Sans KR","notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf",!0),A.P("Noto Sans Kaithi","notosanskaithi/v18/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf",!0),A.P("Noto Sans Kannada","notosanskannada/v26/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf",!0),A.P("Noto Sans Kayah Li","notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf",!0),A.P("Noto Sans Kharoshthi","notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf",!0),A.P("Noto Sans Khmer","notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf",!0),A.P("Noto Sans Khojki","notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf",!0),A.P("Noto Sans Khudawadi","notosanskhudawadi/v18/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf",!0),A.P("Noto Sans Lao","notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf",!0),A.P("Noto Sans Lepcha","notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf",!0),A.P("Noto Sans Limbu","notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf",!0),A.P("Noto Sans Linear A","notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf",!0),A.P("Noto Sans Linear B","notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf",!0),A.P("Noto Sans Lisu","notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf",!0),A.P("Noto Sans Lycian","notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf",!0),A.P("Noto Sans Lydian","notosanslydian/v17/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf",!0),A.P("Noto Sans Mahajani","notosansmahajani/v17/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf",!0),A.P("Noto Sans Malayalam","notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf",!0),A.P("Noto Sans Mandaic","notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf",!0),A.P("Noto Sans Manichaean","notosansmanichaean/v17/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf",!0),A.P("Noto Sans Marchen","notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf",!0),A.P("Noto Sans Masaram Gondi","notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf",!0),A.P("Noto Sans Math","notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf",!0),A.P("Noto Sans Mayan Numerals","notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf",!0),A.P("Noto Sans Medefaidrin","notosansmedefaidrin/v22/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf",!0),A.P("Noto Sans Meetei Mayek","notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf",!0),A.P("Noto Sans Meroitic","notosansmeroitic/v17/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf",!0),A.P("Noto Sans Miao","notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf",!0),A.P("Noto Sans Modi","notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf",!0),A.P("Noto Sans Mongolian","notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf",!0),A.P("Noto Sans Mro","notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf",!0),A.P("Noto Sans Multani","notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf",!0),A.P("Noto Sans Myanmar","notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf",!0),A.P("Noto Sans NKo","notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf",!0),A.P("Noto Sans Nabataean","notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf",!0),A.P("Noto Sans New Tai Lue","notosansnewtailue/v20/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf",!0),A.P("Noto Sans Newa","notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf",!0),A.P("Noto Sans Nushu","notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf",!0),A.P("Noto Sans Ogham","notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf",!0),A.P("Noto Sans Ol Chiki","notosansolchiki/v21/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf",!0),A.P("Noto Sans Old Hungarian","notosansoldhungarian/v16/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf",!0),A.P("Noto Sans Old Italic","notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf",!0),A.P("Noto Sans Old North Arabian","notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf",!0),A.P("Noto Sans Old Permic","notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf",!0),A.P("Noto Sans Old Persian","notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf",!0),A.P("Noto Sans Old Sogdian","notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf",!0),A.P("Noto Sans Old South Arabian","notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf",!0),A.P("Noto Sans Old Turkic","notosansoldturkic/v16/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf",!0),A.P("Noto Sans Oriya","notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf",!0),A.P("Noto Sans Osage","notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf",!0),A.P("Noto Sans Osmanya","notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf",!0),A.P("Noto Sans Pahawh Hmong","notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf",!0),A.P("Noto Sans Palmyrene","notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf",!0),A.P("Noto Sans Pau Cin Hau","notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf",!0),A.P("Noto Sans Phags Pa","notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf",!0),A.P("Noto Sans Phoenician","notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf",!0),A.P("Noto Sans Psalter Pahlavi","notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf",!0),A.P("Noto Sans Rejang","notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf",!0),A.P("Noto Sans Runic","notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf",!0),A.P("Noto Sans SC","notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf",!0),A.P("Noto Sans Saurashtra","notosanssaurashtra/v19/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf",!0),A.P("Noto Sans Sharada","notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf",!0),A.P("Noto Sans Shavian","notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf",!0),A.P("Noto Sans Siddham","notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf",!0),A.P("Noto Sans Sinhala","notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf",!0),A.P("Noto Sans Sogdian","notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf",!0),A.P("Noto Sans Sora Sompeng","notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf",!0),A.P("Noto Sans Soyombo","notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf",!0),A.P("Noto Sans Sundanese","notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf",!0),A.P("Noto Sans Syloti Nagri","notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf",!0),A.P("Noto Sans Syriac","notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf",!0),A.P("Noto Sans TC","notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",!0),A.P("Noto Sans Tagalog","notosanstagalog/v18/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf",!0),A.P("Noto Sans Tagbanwa","notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf",!0),A.P("Noto Sans Tai Le","notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf",!0),A.P("Noto Sans Tai Tham","notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf",!0),A.P("Noto Sans Tai Viet","notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf",!0),A.P("Noto Sans Takri","notosanstakri/v23/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf",!0),A.P("Noto Sans Tamil","notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf",!0),A.P("Noto Sans Tamil Supplement","notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf",!0),A.P("Noto Sans Telugu","notosanstelugu/v25/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf",!0),A.P("Noto Sans Thaana","notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf",!0),A.P("Noto Sans Thai","notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf",!0),A.P("Noto Sans Tifinagh","notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf",!0),A.P("Noto Sans Tirhuta","notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf",!0),A.P("Noto Sans Ugaritic","notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf",!0),A.P("Noto Sans Vai","notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf",!0),A.P("Noto Sans Wancho","notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf",!0),A.P("Noto Sans Warang Citi","notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf",!0),A.P("Noto Sans Yi","notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf",!0),A.P("Noto Sans Zanabazar Square","notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf",!0)],t.Qg))}return r}, +a55(){var s,r,q,p,o,n=this,m=n.r +if(m!=null){m.delete() +n.r=null +m=n.w +if(m!=null)m.delete() +n.w=null}n.r=$.bD.aD().TypefaceFontProvider.Make() +m=$.bD.aD().FontCollection.Make() +n.w=m +m.enableFontFallback() +n.w.setDefaultFontManager(n.r) +m=n.f +m.M(0) +for(s=n.d,r=s.length,q=0;q=q.c||q.b>=q.d)q=o.b +else{n=o.b +if(!(n.a>=n.c||n.b>=n.d))q=q.mG(n)}}return q}, +lE(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.hp(a)}}} +A.NY.prototype={ +hp(a){this.lE(a)}} +A.Fs.prototype={ +ks(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new A.ia(B.a26,q,q,p,q,q)) +s=this.n6(a,b) +p=p.a +p===$&&A.b() +r=A.asX(p.a.getBounds()) +if(s.xv(r))this.b=s.ef(r) +o.pop()}, +hp(a){var s,r=this,q=a.a +q.cz() +s=r.r +q.a8Q(r.f,s!==B.aR) +s=s===B.d0 +if(s)q.h0(r.b,null) +r.lE(a) +if(s)q.bR() +q.bR()}, +$ia11:1} +A.Fx.prototype={ +ks(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new A.ia(B.a24,q,r,r,r,r)) +s=this.n6(a,b) +if(s.xv(q))this.b=s.ef(q) +p.pop()}, +hp(a){var s,r,q=a.a +q.cz() +s=this.f +r=this.r +q.a8U(s,B.cZ,r!==B.aR) +r=r===B.d0 +if(r)q.h0(s,null) +this.lE(a) +if(r)q.bR() +q.bR()}, +$ia13:1} +A.Fv.prototype={ +ks(a,b){var s,r,q,p,o=null,n=this.f,m=a.c.a +m.push(new A.ia(B.a25,o,n,o,o,o)) +s=this.n6(a,b) +r=n.a +q=n.b +p=n.c +n=n.d +if(s.xv(new A.D(r,q,p,n)))this.b=s.ef(new A.D(r,q,p,n)) +m.pop()}, +hp(a){var s,r=this,q=a.a +q.cz() +s=r.r +q.a8S(r.f,s!==B.aR) +s=s===B.d0 +if(s)q.h0(r.b,null) +r.lE(a) +if(s)q.bR() +q.bR()}, +$ia12:1} +A.Ms.prototype={ +ks(a,b){var s,r,q,p,o=this,n=null,m=new A.bM(new Float32Array(16)) +m.aW(b) +s=o.r +r=s.a +s=s.b +m.aI(r,s) +q=A.dv() +q.kL(r,s,0) +p=a.c.a +p.push(A.arg(q)) +p.push(new A.ia(B.a28,n,n,n,n,o.f)) +o.Vc(a,m) +p.pop() +p.pop() +o.b=o.b.aI(r,s)}, +hp(a){var s,r,q,p=this,o=A.a0R() +o.sal(A.Q(p.f,0,0,0)) +s=a.a +s.cz() +r=p.r +q=r.a +r=r.b +s.aI(q,r) +s.h0(p.b.dl(new A.o(-q,-r)),o) +r=o.b +r===$&&A.b() +r.m() +p.lE(a) +s.bR() +s.bR()}, +$ia9h:1} +A.Ag.prototype={ +ks(a,b){var s=this.f,r=b.xn(s),q=a.c.a +q.push(A.arg(s)) +this.b=A.atm(s,this.n6(a,r)) +q.pop()}, +hp(a){var s=a.a +s.cz() +s.a6(this.f.a) +this.lE(a) +s.bR()}, +$iPC:1} +A.Mr.prototype={$ia9g:1} +A.Jf.prototype={ +ks(a,b){var s,r,q,p,o=this,n=new A.bM(new Float32Array(16)) +n.aW(b) +s=o.f +r=s.a +s=s.b +n.aI(r,s) +q=A.dv() +q.kL(r,s,0) +s=a.c.a +s.push(A.arg(q)) +p=o.n6(a,n) +q=t.p1.a(o.r).d +q===$&&A.b() +q=q.a +q.toString +new A.a6a(o,p).$1(q) +s.pop()}, +hp(a){var s,r,q=this,p=a.a +p.cz() +s=q.f +p.aI(s.a,s.b) +r=A.a0R() +r.sacv(q.r) +p.h0(q.b,r) +s=r.b +s===$&&A.b() +s.m() +q.lE(a) +p.bR() +p.bR()}, +$ia69:1} +A.a6a.prototype={ +$1(a){var s=a.getOutputBounds(A.fn(this.b)) +this.a.b=new A.D(s[0],s[1],s[2],s[3])}, +$S:2} +A.N2.prototype={ +ks(a,b){var s=this.c.a +s===$&&A.b() +this.b=A.asX(s.a.cullRect()).dl(this.d)}, +hp(a){var s,r=a.b.a +B.c.a2(r.save()) +s=this.d +r.translate(s.a,s.b) +s=this.c.a +s===$&&A.b() +s=s.a +s.toString +r.drawPicture(s) +r.restore()}} +A.JF.prototype={ +m(){}} +A.a7e.prototype={ +MP(a,b,c,d){var s,r=this.b +r===$&&A.b() +s=new A.N2(t.Bn.a(b),a,B.O) +s.a=r +r.c.push(s)}, +MS(a){var s=this.b +s===$&&A.b() +t.L6.a(a) +a.a=s +s.c.push(a)}, +bj(){return new A.JF(new A.a7f(this.a,$.cB().gjm()))}, +fo(){var s=this.b +s===$&&A.b() +if(s===this.a)return +s=s.a +s.toString +this.b=s}, +Rc(a,b,c){return this.n8(new A.Fs(t.E_.a(a),b,A.a([],t.k5),B.O))}, +Re(a,b,c){return this.n8(new A.Fv(a,b,A.a([],t.k5),B.O))}, +Rg(a,b,c){return this.n8(new A.Fx(a,b,A.a([],t.k5),B.O))}, +Rh(a,b,c){return this.n8(new A.Jf(b,a,A.a([],t.k5),B.O))}, +EX(a,b,c){var s=A.dv() +s.kL(a,b,0) +return this.n8(new A.Mr(s,A.a([],t.k5),B.O))}, +Ri(a,b,c){return this.n8(new A.Ms(a,b,A.a([],t.k5),B.O))}, +Rl(a,b){return this.n8(new A.Ag(new A.bM(A.E5(a)),A.a([],t.k5),B.O))}, +af_(a){var s=this.b +s===$&&A.b() +a.a=s +s.c.push(a) +return this.b=a}, +n8(a){return this.af_(a,t.vn)}} +A.a7f.prototype={} +A.a4f.prototype={ +af1(a,b){A.apE("preroll_frame",new A.a4g(this,a,!0)) +A.apE("apply_frame",new A.a4h(this,a,!0)) +return!0}} +A.a4g.prototype={ +$0(){var s=this.b.a +s.b=s.n6(new A.aaj(new A.yd(A.a([],t.YE))),A.dv())}, +$S:0} +A.a4h.prototype={ +$0(){var s=this.a,r=A.a([],t.iW),q=new A.Fj(r),p=s.a +r.push(p) +s.c.T7().a1(0,q.ga7D()) +s=this.b.a +r=s.b +if(!r.gP(r))s.lE(new A.a9r(q,p))}, +$S:0} +A.a1j.prototype={} +A.a0Q.prototype={} +A.Fj.prototype={ +a7E(a){this.a.push(a)}, +cz(){var s,r,q +for(s=this.a,r=0,q=0;q0))p.ax=null +else{r=a.a +q=new A.a0Q(r,s) +s=$.bD.aD().MaskFilter.MakeBlur($.aEQ()[r.a],s,!0) +s.toString +r=new A.fe(o,t.gA) +r.iW(q,s,o,t.e) +q.c!==$&&A.cI() +q.c=r +p.ax=q}s=p.ax +if(s==null)s=null +else{s=s.c +s===$&&A.b() +s=s.a +s.toString}p.a.setMaskFilter(s)}, +smM(a){var s,r=this +if(r.ay===a)return +r.ay=a +s=r.as +s=s==null?null:s.FU(a) +r.a.setShader(s)}, +sNJ(a){var s,r=this +if(r.ch===a)return +r.ch=a +r.Q=null +s=A.aRw(a) +s.toString +s=r.CW=A.a7C(s) +if(r.z){r.Q=s +s=r.CW=A.a7C(new A.qa($.apR(),s))}s=s.b +s===$&&A.b() +s=s.a +s.toString +r.a.setColorFilter(s)}, +sacv(a){if(J.c(this.c,a))return +t.fA.a(a) +a.acw(new A.a0S(this)) +this.c=a}, +$imc:1} +A.a0S.prototype={ +$1(a){this.a.a.setImageFilter(a)}, +$S:2} +A.vG.prototype={ +grt(){return this.b}, +srt(a){var s +if(this.b===a)return +this.b=a +s=this.a +s===$&&A.b() +s=s.a +s.toString +s.setFillType($.apT()[a.a])}, +qA(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addOval(A.fn(a),!1,1)}, +dP(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRRect(A.E6(a),!1)}, +oa(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRect(A.fn(a))}, +oc(a,b,c,d){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.arcToOval(A.fn(a),b*57.29577951308232,c*57.29577951308232,d)}, +aG(){var s=this.a +s===$&&A.b() +s.a.close()}, +p(a,b){var s=this.a +s===$&&A.b() +return s.a.contains(b.a,b.b)}, +fA(){var s=this.a +s===$&&A.b() +return A.asX(s.a.getBounds())}, +co(a,b){var s=this.a +s===$&&A.b() +s.a.lineTo(a,b)}, +eW(a,b){var s=this.a +s===$&&A.b() +s.a.moveTo(a,b)}, +d9(){this.b=B.bM +var s=this.a +s===$&&A.b() +s.a.reset()}, +dl(a){var s,r=this.a +r===$&&A.b() +s=r.a.copy() +A.b8(s,"transform",[1,0,a.a,0,1,a.b,0,0,1]) +r=this.b +s.setFillType($.apT()[r.a]) +return A.auC(s,r)}, +$iry:1} +A.Fm.prototype={ +m(){this.b=!0 +var s=this.a +s===$&&A.b() +s.m()}, +ag8(a,b){var s,r,q,p,o=A.jk(),n=o.c +if(n===$){s=A.b9(self.document,"flt-canvas-container") +o.c!==$&&A.O() +n=o.c=new A.jj(s)}o=n.CF(new A.J(a,b)).a +s=o.getCanvas() +s.clear(A.ao0($.a_f(),B.L)) +r=this.a +r===$&&A.b() +r=r.a +r.toString +s.drawPicture(r) +q=o.makeImageSnapshot() +o=$.bD.aD().AlphaType.Premul +r=$.bD.aD().ColorType.RGBA_8888 +p=A.aM9(o,self.window.flutterCanvasKit.ColorSpace.SRGB,r,b,a) +r=q.readPixels(0,0,p) +r=$.bD.aD().MakeImage(p,r,4*a) +if(r==null)throw A.d(A.ar("Unable to convert image pixels into SkImage.")) +return A.a0P(r,null)}} +A.lq.prototype={ +qM(a){var s=new self.window.flutterCanvasKit.PictureRecorder() +this.a=s +return this.b=new A.fJ(s.beginRecording(A.fn(a),!0))}, +rl(){var s,r,q,p=this.a +if(p==null)throw A.d(A.ar("PictureRecorder is not recording")) +s=p.finishRecordingAsPicture() +p.delete() +this.a=null +r=new A.Fm() +q=new A.fe("Picture",t.gA) +q.iW(r,s,"Picture",t.e) +r.a!==$&&A.cI() +r.a=q +return r}, +gQ6(){return this.a!=null}} +A.aav.prototype={ +aat(a){var s,r,q,p +try{p=a.b +if(p.gP(p))return +s=A.jk().a.ML(p) +$.apK().x=p +r=new A.fJ(s.a.a.getCanvas()) +r.a.clear(A.ao0($.a_f(),B.L)) +q=new A.a4f(r,null,$.apK()) +q.af1(a,!0) +p=A.jk().a +if(!p.ax)$.dt.aD().c.prepend(p.x) +p.ax=!0 +s.GC() +$.apK().UV()}finally{this.a5w()}}, +a5w(){var s,r +for(s=this.b,r=0;!1;++r)s[r].$0() +for(s=$.iG,r=0;rq.a||a.b>q.b +else r=!1 +if(r){p=a.T(0,1.4) +r=j.a +if(r!=null)r.m() +j.a=null +r=j.y +r.toString +o=p.a +A.qs(r,o) +r=j.y +r.toString +n=p.b +A.qr(r,n) +j.ay=p +j.z=B.c.dn(o) +j.Q=B.c.dn(n) +j.vC()}}if(j.b||j.ay==null){r=j.a +if(r!=null)r.m() +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.ee(r,i,j.e,!1) +r=j.y +r.toString +A.ee(r,h,j.d,!1) +j.y.remove() +j.d=j.e=null}j.z=B.c.dn(a.a) +r=B.c.dn(a.b) +j.Q=r +m=j.y=A.DU(r,j.z) +r=A.am("true") +if(r==null)r=t.K.a(r) +m.setAttribute("aria-hidden",r) +A.r(m.style,"position","absolute") +j.vC() +r=t.e +j.e=r.a(A.bi(j.ga_l())) +o=r.a(A.bi(j.ga_j())) +j.d=o +A.c6(m,h,o,!1) +A.c6(m,i,j.e,!1) +j.c=j.b=!1 +o=$.fj +if((o==null?$.fj=A.pF():o)!==-1){o=$.ch +o=!(o==null?$.ch=A.f0(self.window.flutterConfiguration):o).gNz()}else o=!1 +if(o){o=$.bD.aD() +n=$.fj +if(n==null)n=$.fj=A.pF() +l=j.r=B.c.a2(o.GetWebGLContext(m,r.a({antialias:0,majorVersion:n}))) +if(l!==0){j.f=$.bD.aD().MakeGrContext(l) +if(j.as===-1||j.at===-1){r=j.y +r.toString +o=$.fj +k=A.aI3(r,o==null?$.fj=A.pF():o) +j.as=B.c.a2(k.getParameter(B.c.a2(k.SAMPLES))) +j.at=B.c.a2(k.getParameter(B.c.a2(k.STENCIL_BITS)))}j.LI()}}j.x.append(m) +j.ay=a}else{$.cB() +r=$.bN().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}if(r!==j.CW)j.vC()}$.cB() +r=$.bN().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}j.CW=r +j.ch=a +j.M1() +r=j.a +if(r!=null)r.m() +return j.a=j.a_x(a)}, +vC(){var s,r,q,p,o=this.z +$.cB() +s=$.bN() +r=s.d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}q=this.Q +s=s.d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}p=this.y.style +A.r(p,"width",A.f(o/r)+"px") +A.r(p,"height",A.f(q/s)+"px")}, +M1(){var s,r=B.c.dn(this.ch.b),q=this.Q +$.cB() +s=$.bN().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.r(this.y.style,"transform","translate(0, -"+A.f((q-r)/s)+"px)")}, +a_m(a){this.c=!1 +$.aY().DV() +a.stopPropagation() +a.preventDefault()}, +a_k(a){var s=this,r=A.jk() +s.c=!0 +if(r.ad2(s)){s.b=!0 +a.preventDefault()}else s.m()}, +a_x(a){var s,r=this,q=$.fj +if((q==null?$.fj=A.pF():q)===-1){q=r.y +q.toString +return r.v2(q,"WebGL support not detected")}else{q=$.ch +if((q==null?$.ch=A.f0(self.window.flutterConfiguration):q).gNz()){q=r.y +q.toString +return r.v2(q,"CPU rendering forced by application")}else if(r.r===0){q=r.y +q.toString +return r.v2(q,"Failed to initialize WebGL context")}else{q=$.bD.aD() +s=r.f +s.toString +s=A.b8(q,"MakeOnScreenGLSurface",[s,B.c.RU(a.a),B.c.RU(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB,r.as,r.at]) +if(s==null){q=r.y +q.toString +return r.v2(q,"Failed to initialize WebGL surface")}return new A.Fn(s,r.r)}}}, +v2(a,b){if(!$.axQ){$.dG().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.axQ=!0}return new A.Fn($.bD.aD().MakeSWCanvasSurface(a),null)}, +m(){var s=this,r=s.y +if(r!=null)A.ee(r,"webglcontextlost",s.d,!1) +r=s.y +if(r!=null)A.ee(r,"webglcontextrestored",s.e,!1) +s.e=s.d=null +s.x.remove() +r=s.a +if(r!=null)r.m()}} +A.ae6.prototype={ +$2(a,b){this.a.a.a.flush() +return!0}, +$S:364} +A.Fn.prototype={ +m(){if(this.c)return +this.a.dispose() +this.c=!0}} +A.P6.prototype={ +Tl(){var s,r=this,q=r.e,p=q.length +if(p!==0){s=q.pop() +r.d.push(s) +return s}else{q=r.d +if(q.length+p+1>>0 +if((s|2)===s)r=(r|B.c.a2($.bD.aD().OverlineDecoration))>>>0 +if((s|4)===s)r=(r|B.c.a2($.bD.aD().LineThroughDecoration))>>>0 +b5.decoration=r}if(a1!=null)b5.decorationThickness=a1 +if(a!=null){s=A.uU(a) +b5.decorationColor=s}if(a0!=null)b5.decorationStyle=$.aEZ()[a0.a] +if(a4!=null)b5.textBaseline=$.atR()[a4.a] +if(a5!=null)A.axF(b5,a5) +if(a6!=null)b5.letterSpacing=a6 +if(a7!=null)b5.wordSpacing=a7 +if(a8!=null)A.axH(b5,a8) +switch(d.ax){case null:case void 0:break +case B.C:A.axG(b5,!0) +break +case B.Ft:A.axG(b5,!1) +break}q=d.dx +if(q===$){p=A.asB(d.x,d.y) +d.dx!==$&&A.O() +d.dx=p +q=p}A.axE(b5,q) +if(a2!=null||a3!=null)b5.fontStyle=A.atk(a2,a3) +if(b0!=null){d=A.uU(new A.q(b0.y)) +b5.foregroundColor=d}if(b1!=null){o=A.a([],t.J) +for(d=b1.length,n=0;n=q.startIndex&&s<=q.endIndex)return new A.dx(B.c.a2(q.startIndex),B.c.a2(q.endIndex))}return B.a7G}, +w6(){var s,r,q,p=this.a +p===$&&A.b() +p=J.le(p.a.getLineMetrics(),t.e) +s=A.a([],t.ER) +for(p=new A.bL(p,p.gu(p)),r=A.j(p).c;p.q();){q=p.d +s.push(new A.Fi(q==null?r.a(q):q))}return s}, +m(){var s=this.a +s===$&&A.b() +s.m() +this.as=!0}} +A.Fi.prototype={ +gNj(){return this.a.ascent}, +gOu(){return this.a.descent}, +gSe(){return this.a.ascent}, +gPD(){return this.a.isHardBreak}, +goe(){return this.a.baseline}, +gdt(){var s=this.a +return B.c.ar(s.ascent+s.descent)}, +gji(){return this.a.left}, +gdw(){return this.a.width}, +gE5(){return B.c.a2(this.a.lineNumber)}, +$ilZ:1} +A.a0T.prototype={ +MQ(a,b,c,d,e){var s,r;++this.c +this.d.push(1) +s=e==null?b:e +r=d==null?B.r:d +A.b8(this.a,"addPlaceholder",[a,b,$.aEU()[c.a],$.atR()[r.a],s])}, +qB(a){var s=A.a([],t.s),r=B.b.gB(this.e),q=r.x +if(q!=null)s.push(q) +q=r.y +if(q!=null)B.b.K(s,q) +$.ak().grz().gDz().aaH(a,s) +this.a.addText(a)}, +bj(){var s,r,q,p,o,n,m,l,k,j="Paragraph" +if($.aEk()){s=this.a +r=B.a1.ea(new A.cd(s.getText())) +q=A.aLU($.aFk(),r) +p=q==null +o=p?null:q.i(0,r) +if(o!=null)n=o +else{m=A.aB6(r,B.o9) +l=A.aB6(r,B.o8) +n=new A.Wk(A.aS3(r),l,m)}if(!p){p=q.c +k=p.i(0,r) +if(k==null)q.Hn(r,n) +else{m=k.d +if(!J.c(m.b,n)){k.i8(0) +q.Hn(r,n)}else{k.i8(0) +l=q.b +l.vR(m) +l=l.a.b.uv() +l.toString +p.n(0,r,l)}}}s.setWordsUtf16(n.c) +s.setGraphemeBreaksUtf16(n.b) +s.setLineBreaksUtf16(n.a)}s=this.a +n=s.build() +s.delete() +s=new A.Fk(this.b) +r=new A.fe(j,t.gA) +r.iW(s,n,j,t.e) +s.a!==$&&A.cI() +s.a=r +return s}, +gQL(){return this.c}, +fo(){var s=this.e +if(s.length<=1)return +s.pop() +this.a.pop()}, +tk(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.e,a5=B.b.gB(a4) +t.BQ.a(a6) +s=a6.a +if(s==null)s=a5.a +r=a6.b +if(r==null)r=a5.b +q=a6.c +if(q==null)q=a5.c +p=a6.d +if(p==null)p=a5.d +o=a6.e +if(o==null)o=a5.e +n=a6.f +if(n==null)n=a5.f +m=a6.r +if(m==null)m=a5.r +l=a6.w +if(l==null)l=a5.w +k=a6.x +if(k==null)k=a5.x +j=a6.y +if(j==null)j=a5.y +i=a6.z +if(i==null)i=a5.z +h=a6.Q +if(h==null)h=a5.Q +g=a6.as +if(g==null)g=a5.as +f=a6.at +if(f==null)f=a5.at +e=a6.ax +if(e==null)e=a5.ax +d=a6.ch +if(d==null)d=a5.ch +c=a6.CW +if(c==null)c=a5.CW +b=a6.cx +if(b==null)b=a5.cx +a=a6.cy +if(a==null)a=a5.cy +a0=a6.db +if(a0==null)a0=a5.db +a1=A.aqc(d,s,r,q,p,o,k,j,a,i,m,a0,n,c,f,e,h,a5.ay,b,l,g) +a4.push(a1) +a4=a1.CW +s=a4==null +if(!s||a1.ch!=null){a2=s?null:a4.a +if(a2==null){a2=$.aC1() +a4=a1.a +a4=a4==null?null:a4.gl() +if(a4==null)a4=4278190080 +a2.setColorInt(a4)}a4=a1.ch +a3=a4==null?null:a4.a +if(a3==null)a3=$.aC0() +this.a.pushPaintStyle(a1.gGn(),a2,a3)}else this.a.pushStyle(a1.gGn())}} +A.anK.prototype={ +$1(a){return this.a===a}, +$S:22} +A.xo.prototype={ +I(){return"IntlSegmenterGranularity."+this.b}} +A.F2.prototype={ +j(a){return"CanvasKitError: "+this.a}} +A.vL.prototype={ +U9(a,b){var s={} +s.a=!1 +this.a.px(A.cQ(J.fo(a.b,"text"))).bp(new A.a1c(s,b),t.P).jR(new A.a1d(s,b))}, +T0(a){this.b.ps().bp(new A.a17(a),t.P).jR(new A.a18(this,a))}, +ace(a){this.b.ps().bp(new A.a1a(a),t.P).jR(new A.a1b(a))}} +A.a1c.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(B.a6.bV([!0]))}else{s.toString +s.$1(B.a6.bV(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:75} +A.a1d.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(B.a6.bV(["copy_fail","Clipboard.setData failed",null]))}}, +$S:17} +A.a17.prototype={ +$1(a){var s=A.K(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(B.a6.bV([s]))}, +$S:126} +A.a18.prototype={ +$1(a){var s +if(a instanceof A.mF){A.wT(B.H,null,t.H).bp(new A.a16(this.b),t.P) +return}s=this.b +A.a_1("Could not get text from clipboard: "+A.f(a)) +s.toString +s.$1(B.a6.bV(["paste_fail","Clipboard.getData failed",null]))}, +$S:17} +A.a16.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:18} +A.a1a.prototype={ +$1(a){var s=A.K(["value",a.length!==0],t.N,t.z),r=this.a +r.toString +r.$1(B.a6.bV([s]))}, +$S:126} +A.a1b.prototype={ +$1(a){var s,r +if(a instanceof A.mF){A.wT(B.H,null,t.H).bp(new A.a19(this.a),t.P) +return}s=A.K(["value",!1],t.N,t.z) +r=this.a +r.toString +r.$1(B.a6.bV([s]))}, +$S:17} +A.a19.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:18} +A.a14.prototype={ +px(a){return this.U8(a)}, +U8(a){var s=0,r=A.V(t.y),q,p=2,o,n,m,l,k +var $async$px=A.R(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +m=self.window.navigator.clipboard +m.toString +a.toString +s=7 +return A.a4(A.hN(m.writeText(a),t.z),$async$px) +case 7:p=2 +s=6 +break +case 4:p=3 +k=o +n=A.aj(k) +A.a_1("copy is not successful "+A.f(n)) +m=A.dW(!1,t.y) +q=m +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=A.dW(!0,t.y) +s=1 +break +case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$px,r)}} +A.a15.prototype={ +ps(){var s=0,r=A.V(t.N),q +var $async$ps=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:q=A.hN(self.window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$ps,r)}} +A.a3q.prototype={ +px(a){return A.dW(this.a5S(a),t.y)}, +a5S(a){var s,r,q,p,o="-99999px",n="transparent",m=A.b9(self.document,"textarea"),l=m.style +A.r(l,"position","absolute") +A.r(l,"top",o) +A.r(l,"left",o) +A.r(l,"opacity","0") +A.r(l,"color",n) +A.r(l,"background-color",n) +A.r(l,"background",n) +self.document.body.append(m) +s=m +A.avb(s,a) +s.focus() +s.select() +r=!1 +try{r=self.document.execCommand("copy") +if(!r)A.a_1("copy is not successful")}catch(p){q=A.aj(p) +A.a_1("copy is not successful "+A.f(q))}finally{s.remove()}return r}} +A.a3r.prototype={ +ps(){return A.aqU(new A.mF("Paste is not implemented for this browser."),null,t.N)}} +A.a3R.prototype={ +gNz(){var s=this.b +if(s==null)s=null +else{s=s.canvasKitForceCpuOnly +if(s==null)s=null}return s===!0}, +gaa3(){var s=this.b +if(s==null)s=null +else{s=s.debugShowSemanticsNodes +if(s==null)s=null}return s===!0}, +gRL(){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}} +A.Ia.prototype={} +A.ac8.prototype={ +u1(a){return this.Ue(a)}, +Ue(a){var s=0,r=A.V(t.y),q,p=2,o,n,m,l,k,j,i +var $async$u1=A.R(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:j=self.window.screen +s=j!=null?3:4 +break +case 3:n=j.orientation +s=n!=null?5:6 +break +case 5:l=J.br(a) +s=l.gP(a)?7:9 +break +case 7:n.unlock() +q=!0 +s=1 +break +s=8 +break +case 9:m=A.aLJ(A.cQ(l.gE(a))) +s=m!=null?10:11 +break +case 10:p=13 +s=16 +return A.a4(A.hN(n.lock(m),t.z),$async$u1) +case 16:q=!0 +s=1 +break +p=2 +s=15 +break +case 13:p=12 +i=o +l=A.dW(!1,t.y) +q=l +s=1 +break +s=15 +break +case 12:s=2 +break +case 15:case 11:case 8:case 6:case 4:q=!1 +s=1 +break +case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$u1,r)}} +A.a2s.prototype={ +$1(a){return this.a.warn(a)}, +$S:5} +A.a2u.prototype={ +$1(a){a.toString +return A.bm(a)}, +$S:245} +A.Ja.prototype={ +gbg(){return A.dp(this.b.status)}, +ga9l(){var s=this.b.headers,r=s.get("Content-Length") +if(r==null)r=null +if(r==null)return null +return A.arp(r,null)}, +gwU(){var s=this.b,r=A.dp(s.status)>=200&&A.dp(s.status)<300,q=A.dp(s.status),p=A.dp(s.status),o=A.dp(s.status)>307&&A.dp(s.status)<400 +return r||q===0||p===304||o}, +gpc(){var s=this +if(!s.gwU())throw A.d(new A.J9(s.a,s.gbg())) +return new A.a5O(s.b)}, +$iavQ:1} +A.a5O.prototype={ +tn(a,b,c){var s=0,r=A.V(t.H),q=this,p,o,n +var $async$tn=A.R(function(d,e){if(d===1)return A.S(e,r) +while(true)switch(s){case 0:n=q.a.body.getReader() +p=t.e +case 2:if(!!0){s=3 +break}s=4 +return A.a4(A.hN(n.read(),p),$async$tn) +case 4:o=e +if(o.done){s=3 +break}b.$1(c.a(o.value)) +s=2 +break +case 3:return A.T(null,r)}}) +return A.U($async$tn,r)}, +mq(){var s=0,r=A.V(t.pI),q,p=this,o +var $async$mq=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=3 +return A.a4(A.hN(p.a.arrayBuffer(),t.X),$async$mq) +case 3:o=b +o.toString +q=t.pI.a(o) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$mq,r)}} +A.J9.prototype={ +j(a){return'Flutter Web engine failed to fetch "'+this.a+'". HTTP request succeeded, but the server responded with HTTP status '+this.b+"."}, +$ibW:1} +A.x1.prototype={ +j(a){return'Flutter Web engine failed to complete HTTP request to fetch "'+this.a+'": '+A.f(this.b)}, +$ibW:1} +A.I4.prototype={} +A.wk.prototype={} +A.aof.prototype={ +$2(a,b){this.a.$2(J.le(a,t.e),b)}, +$S:227} +A.ao3.prototype={ +$1(a){var s=A.iu(a,0,null) +if(B.a6a.p(0,B.b.gB(s.gpb())))return s.j(0) +self.window.console.error("URL rejected by TrustedTypes policy flutter-engine: "+a+"(download prevented)") +return null}, +$S:189} +A.Tz.prototype={ +q(){var s=++this.b,r=this.a +if(s>r.length)throw A.d(A.ar("Iterator out of bounds")) +return s"))}, +gu(a){return B.c.a2(this.a.length)}} +A.TA.prototype={ +q(){var s=++this.b,r=this.a +if(s>r.length)throw A.d(A.ar("Iterator out of bounds")) +return s"))}, +gu(a){return B.c.a2(this.a.length)}} +A.I3.prototype={ +gH(){var s=this.b +s===$&&A.b() +return s}, +q(){var s=this.a.next() +if(s.done)return!1 +this.b=this.$ti.c.a(s.value) +return!0}} +A.IA.prototype={ +MU(a){var s=this.e +if(a==null?s!=null:a!==s){if(s!=null)s.remove() +this.e=a +s=this.b +s.toString +a.toString +s.append(a)}}, +ga12(){var s=this.w +s===$&&A.b() +return s}, +Sj(){var s,r=this.d.style +$.cB() +s=$.bN().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.r(r,"transform","scale("+A.f(1/s)+")")}, +a3D(a){var s +this.Sj() +s=$.dr() +if(!B.la.p(0,s)&&!$.cB().ad8()&&$.a_j().c){$.cB().NO(!0) +$.aY().DV()}else{s=$.cB() +s.mu() +s.NO(!1) +$.aY().DV()}}, +RA(a){if(a==null)return +a.remove()}} +A.a30.prototype={} +A.Ob.prototype={} +A.oJ.prototype={} +A.WT.prototype={} +A.abU.prototype={ +cz(){var s,r,q=this,p=q.rs$ +p=p.length===0?q.a:B.b.gB(p) +s=q.kb$ +r=new A.bM(new Float32Array(16)) +r.aW(s) +q.P8$.push(new A.WT(p,r))}, +bR(){var s,r,q,p=this,o=p.P8$ +if(o.length===0)return +s=o.pop() +p.kb$=s.b +o=p.rs$ +r=s.a +q=p.a +while(!0){if(!((o.length===0?q:B.b.gB(o))!==r))break +o.pop()}}, +aI(a,b){this.kb$.aI(a,b)}, +ek(a,b){this.kb$.ek(a,b)}, +lN(a){this.kb$.RT(B.Ej,a)}, +a6(a){this.kb$.dg(new A.bM(a))}} +A.apA.prototype={ +$1(a){$.asz=!1 +$.aY().iB("flutter/system",$.aEo(),new A.apz())}, +$S:162} +A.apz.prototype={ +$1(a){}, +$S:21} +A.a44.prototype={ +aaH(a,b){var s,r,q,p,o,n=this,m=A.ax(t.S) +for(s=new A.O6(a),r=n.d,q=n.c;s.q();){p=s.d +if(!(p<160||r.p(0,p)||q.p(0,p)))m.D(0,p)}if(m.a===0)return +o=A.a1(m,!0,m.$ti.h("bG.E")) +if(n.a.T4(o,b).length!==0)n.a7I(o)}, +a7I(a){var s=this +s.at.K(0,a) +if(!s.ax){s.ax=!0 +s.Q=A.wT(B.H,new A.a4c(s),t.H)}}, +a0b(){var s,r +this.ax=!1 +s=this.at +if(s.a===0)return +r=A.a1(s,!0,A.j(s).h("bG.E")) +s.M(0) +this.ab3(r)}, +ab3(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=A.a([],t.t),d=A.a([],t.XS),c=t.Qg,b=A.a([],c) +for(s=a.length,r=t.Ie,q=0;qr){B.b.M(k) +k.push(o) +r=o.e +q=o}else if(n===r){k.push(o) +if(o.d1)if(B.b.oE(k,new A.a4b(l))){s=self.window.navigator.language +if(s==="zh-Hans"||s==="zh-CN"||s==="zh-SG"||s==="zh-MY"){m=l.f +if(B.b.p(k,m))q=m}else if(s==="zh-Hant"||s==="zh-TW"||s==="zh-MO"){m=l.r +if(B.b.p(k,m))q=m}else if(s==="zh-HK"){m=l.w +if(B.b.p(k,m))q=m}else if(s==="ja"){m=l.x +if(B.b.p(k,m))q=m}else if(s==="ko"){m=l.y +if(B.b.p(k,m))q=m}else{m=l.f +if(B.b.p(k,m))q=m}}else{m=l.z +if(B.b.p(k,m))q=m +else{m=l.f +if(B.b.p(k,m))q=m}}q.toString +return q}, +a_D(a){var s,r,q,p=A.a([],t.XS) +for(s=a.split(","),r=s.length,q=0;q=q[r])s=r+1 +else p=r}}} +A.Iq.prototype={ +agG(){var s=this.f +if(s==null)return A.dW(null,t.H) +else return s.a}, +D(a,b){var s,r,q=this +if(q.c.p(0,b)||q.d.X(b.b))return +s=q.d +r=s.a +s.n(0,b.b,b) +if(q.f==null)q.f=new A.bc(new A.a9($.ad,t.U),t.gR) +if(r===0)A.d4(B.H,q.gUC())}, +nu(){var s=0,r=A.V(t.H),q=this,p,o,n,m,l,k,j,i +var $async$nu=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:j=A.B(t.N,t.uz) +i=A.a([],t.s) +for(p=q.d,o=p.gbf(),o=new A.dX(J.aA(o.a),o.b),n=t.H,m=A.j(o).z[1];o.q();){l=o.a +if(l==null)l=m.a(l) +j.n(0,l.b,A.aJ9(new A.a3D(q,l,i),n))}s=2 +return A.a4(A.qO(j.gbf(),n),$async$nu) +case 2:B.b.ii(i) +for(o=i.length,n=q.a,m=n.as,k=0;k>")) +s=q.i(0,a) +if(s==null){s=A.a([],r.$ti.h("t>")) +q.n(0,a,s) +q=s}else q=s +q.push(b)}, +afL(a){var s,r,q=this.b +if(q==null)return null +s=q.i(0,a) +if(s==null||s.length===0)return null +r=(s&&B.b).eY(s,0) +this.Hw(a,r) +return r.a}} +A.tW.prototype={} +A.jQ.prototype={ +sog(a){var s,r,q=this +q.a=a +s=B.c.ec(a.a)-1 +r=B.c.ec(q.a.b)-1 +if(q.z!==s||q.Q!==r){q.z=s +q.Q=r +q.Mp()}}, +Mp(){A.r(this.c.style,"transform","translate("+this.z+"px, "+this.Q+"px)")}, +Lq(){var s=this,r=s.a,q=r.a +r=r.b +s.d.aI(-q+(q-1-s.z)+1,-r+(r-1-s.Q)+1)}, +OI(a,b){return this.r>=A.a06(a.c-a.a)&&this.w>=A.a05(a.d-a.b)&&this.ay===b}, +M(a){var s,r,q,p,o,n=this +n.at=!1 +n.d.M(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.DV(b,a,n+i,k,i,0,4.71238898038469,6.283185307179586,!1) +a=m-d +b.lineTo(o,a) +A.DV(b,o-f,a,f,d,0,0,1.5707963267948966,!1) +a=p+g +b.lineTo(a,m) +A.DV(b,a,m-e,g,e,0,1.5707963267948966,3.141592653589793,!1) +a=n+h +b.lineTo(p,a) +A.DV(b,p+j,a,j,h,0,3.141592653589793,4.71238898038469,!1) +a1.gck().hp(c) +a1.gck().kz()}}, +ox(a,b){var s,r,q,p,o,n,m=this.d +if(this.vG(b)){a=A.DR(a,b) +s=A.DS(a,b,"draw-oval",m.c) +m=a.a +r=a.b +this.q0(s,new A.o(m,r),b) +A.r(s.style,"border-radius",A.f((a.c-m)/2)+"px / "+A.f((a.d-r)/2)+"px")}else{m.gck().jx(b,a) +r=b.b +m.gaE().beginPath() +q=m.gck().Q +p=q==null +o=p?a.gb2().a:a.gb2().a-q.a +n=p?a.gb2().b:a.gb2().b-q.b +A.DV(m.gaE(),o,n,(a.c-a.a)/2,(a.d-a.b)/2,0,0,6.283185307179586,!1) +m.gck().hp(r) +m.gck().kz()}}, +hO(a,b,c){var s,r,q,p,o,n,m,l,k=this +if(k.BC(c)){s=A.DR(A.mn(a,b),c) +r=A.DS(s,c,"draw-circle",k.d.c) +k.q0(r,new A.o(s.a,s.b),c) +A.r(r.style,"border-radius","50%")}else{q=c.w!=null?A.mn(a,b):null +p=k.d +p.gck().jx(c,q) +q=c.b +p.gaE().beginPath() +o=p.gck().Q +n=o==null +m=a.a +m=n?m:m-o.a +l=a.b +l=n?l:l-o.b +A.DV(p.gaE(),m,l,b,b,0,0,6.283185307179586,!1) +p.gck().hp(q) +p.gck().kz()}}, +dT(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this +if(h.vG(b)){s=h.d +r=s.c +t.Ci.a(a) +q=a.a.FT() +if(q!=null){h.cl(q,b) +return}p=a.a +o=p.ax?p.J5():null +if(o!=null){h.cV(o,b) +return}n=A.aAQ() +p=A.am("visible") +if(p==null)p=t.K.a(p) +n.setAttribute("overflow",p) +p=self.document.createElementNS("http://www.w3.org/2000/svg","path") +n.append(p) +m=b.b +if(m!==B.ad)if(m!==B.aO){m=b.c +m=m!==0&&m!=null}else m=!1 +else m=!0 +l=b.r +if(m){m=A.am(A.cY(l)) +if(m==null)m=t.K.a(m) +p.setAttribute("stroke",m) +m=b.c +m=A.am(A.f(m==null?1:m)) +if(m==null)m=t.K.a(m) +p.setAttribute("stroke-width",m) +m=b.d +if(m!=null){m=A.am(A.f(A.aBP(m))) +if(m==null)m=t.K.a(m) +p.setAttribute("stroke-linecap",m)}m=A.am("none") +if(m==null)m=t.K.a(m) +p.setAttribute("fill",m)}else{m=A.am(A.cY(l)) +if(m==null)m=t.K.a(m) +p.setAttribute("fill",m)}if(a.b===B.ej){m=A.am("evenodd") +if(m==null)m=t.K.a(m) +p.setAttribute("fill-rule",m)}m=A.am(A.aBC(a.a,0,0)) +if(m==null)m=t.K.a(m) +p.setAttribute("d",m) +if(s.b==null){k=n.style +A.r(k,"position","absolute") +if(!r.rO()){A.r(k,"transform",A.hM(r.a)) +A.r(k,"transform-origin","0 0 0")}}if(b.x!=null){s=b.b +j=A.cY(b.r) +i=b.x.b +p=$.cj() +if(p===B.Y&&s!==B.ad)A.r(n.style,"box-shadow","0px 0px "+A.f(i*2)+"px "+j) +else A.r(n.style,"filter","blur("+A.f(i)+"px)")}h.q0(n,B.l,b)}else{s=b.w!=null?a.fA():null +p=h.d +p.gck().jx(b,s) +s=b.b +if(s==null&&b.c!=null)p.dT(a,B.ad) +else p.dT(a,s) +p.gck().kz()}}, +oz(a,b,c,d){var s,r,q,p,o,n=this.d,m=A.aRl(a.fA(),c) +if(m!=null){s=(B.c.ar(0.3*(b.gl()>>>24&255))&255)<<24|b.gl()&16777215 +r=A.aRe(s>>>16&255,s>>>8&255,s&255,255) +n.gaE().save() +q=n.gaE() +q.globalAlpha=(s>>>24&255)/255 +if(d){s=$.cj() +s=s!==B.Y}else s=!1 +q=m.b +p=m.a +o=q.a +q=q.b +if(s){n.gaE().translate(o,q) +A.aqz(n.gaE(),A.aBr(new A.re(B.mj,p))) +A.a2r(n.gaE(),"") +A.a2q(n.gaE(),r)}else{A.aqz(n.gaE(),"none") +A.a2r(n.gaE(),"") +A.a2q(n.gaE(),r) +n.gaE().shadowBlur=p +A.aqA(n.gaE(),r) +A.aqB(n.gaE(),o) +A.aqC(n.gaE(),q)}n.nZ(n.gaE(),a) +A.a2p(n.gaE(),null) +n.gaE().restore()}}, +B9(a){var s,r,q,p=a.a,o=A.aqD(p) +o.toString +s=this.b +if(s!=null){r=s.afL(o) +if(r!=null)return r}if(!a.b){a.b=!0 +A.r(p.style,"position","absolute")}q=A.a2v(p,!0) +p=this.b +if(p!=null)p.Hw(o,new A.tW(q,A.aPL(),p.$ti.h("tW<1>"))) +return q}, +IE(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.aRC(c.z) +if(r instanceof A.y9)q=h.a_w(a,r.b,r.c,c) +else if(r instanceof A.a7Q){p=A.aTg(r.b) +o=p.b +h.c.append(o) +h.f.push(o) +q=h.B9(a) +A.r(q.style,"filter","url(#"+p.a+")")}else q=h.B9(a) +o=q.style +n=A.ao7(s) +A.r(o,"mix-blend-mode",n==null?"":n) +if(h.ax&&!0){o=h.d +o.gck().jx(c,null) +o.gaE().drawImage(q,b.a,b.b) +o.gck().kz()}else{o=h.d +if(o.b!=null){n=q.style +n.removeProperty("width") +n.removeProperty("height") +n=o.b +n.toString +m=A.asv(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.gB(s) instanceof A.yx)s.pop() +else s.push(B.HN);--q.r}, +aI(a,b){var s=this.a,r=s.a +if(a!==0||b!==0)r.x=!1 +r.y.aI(a,b) +s.c.push(new A.MR(a,b))}, +ek(a,b){var s=b==null?a:b,r=this.a,q=r.a +if(a!==1||s!==1)q.x=!1 +q.y.ju(a,s,1) +r.c.push(new A.MP(a,s)) +return null}, +lN(a){var s,r,q,p,o,n,m,l,k,j,i,h=this.a,g=h.a +if(a!==0)g.x=!1 +g=g.y +s=Math.cos(a) +r=Math.sin(a) +g=g.a +q=g[0] +p=g[4] +o=g[1] +n=g[5] +m=g[2] +l=g[6] +k=g[3] +j=g[7] +i=-r +g[0]=q*s+p*r +g[1]=o*s+n*r +g[2]=m*s+l*r +g[3]=k*s+j*r +g[4]=q*i+p*s +g[5]=o*i+n*s +g[6]=m*i+l*s +g[7]=k*i+j*s +h.c.push(new A.MO(a))}, +a6(a){var s=A.E5(a),r=this.a,q=r.a +q.y.dg(new A.bM(s)) +q.x=q.y.rO() +r.c.push(new A.MQ(s))}, +qT(a,b,c){this.a.jT(a,b)}, +NG(a,b){return this.qT(a,B.cZ,b)}, +l3(a){return this.qT(a,B.cZ,!0)}, +w5(a,b){var s=this.a,r=new A.MA(a) +s.a.jT(new A.D(a.a,a.b,a.c,a.d),r) +s.d.c=!0 +s.c.push(r)}, +mt(a){return this.w5(a,!0)}, +w4(a,b){var s,r=this.a +t.Ci.a(a) +s=new A.Mz(a) +r.a.jT(a.fA(),s) +r.d.c=!0 +r.c.push(s)}, +it(a){return this.w4(a,!0)}, +k6(a,b,c){var s,r,q,p,o,n,m=this.a +t.k.a(c) +s=Math.max(A.uL(c),1) +c.b=!0 +r=new A.MF(a,b,c.a) +q=a.a +p=b.a +o=a.b +n=b.b +m.a.nm(Math.min(q,p)-s,Math.min(o,n)-s,Math.max(q,p)+s,Math.max(o,n)+s,r) +m.e=m.d.c=!0 +m.c.push(r)}, +oy(a){var s,r,q=this.a +t.k.a(a) +a.b=q.e=q.d.c=!0 +s=new A.MH(a.a) +r=q.a +r.kH(r.a,s) +q.c.push(s)}, +cl(a,b){this.a.cl(a,t.k.a(b))}, +cV(a,b){this.a.cV(a,t.k.a(b))}, +ow(a,b,c){this.a.ow(a,b,t.k.a(c))}, +ox(a,b){var s,r,q,p=this.a +t.k.a(b) +p.e=p.d.c=!0 +s=A.uL(b) +b.b=!0 +r=new A.MG(a,b.a) +q=p.a +if(s!==0)q.kH(a.cW(s),r) +else q.kH(a,r) +p.c.push(r)}, +hO(a,b,c){var s,r,q,p,o,n=this.a +t.k.a(c) +n.e=n.d.c=!0 +s=A.uL(c) +c.b=!0 +r=new A.MC(a,b,c.a) +q=b+s +p=a.a +o=a.b +n.a.nm(p-q,o-q,p+q,o+q,r) +n.c.push(r)}, +Da(a,b,c,d,e){var s,r=$.ak().bU() +if(c<=-6.283185307179586){r.oc(a,b,-3.141592653589793,!0) +b-=3.141592653589793 +r.oc(a,b,-3.141592653589793,!1) +b-=3.141592653589793 +c+=6.283185307179586 +s=!1}else s=!0 +for(;c>=6.283185307179586;s=!1){r.oc(a,b,3.141592653589793,s) +b+=3.141592653589793 +r.oc(a,b,3.141592653589793,!1) +b+=3.141592653589793 +c-=6.283185307179586}r.oc(a,b,c,s) +this.a.dT(r,t.k.a(e))}, +dT(a,b){this.a.dT(a,t.k.a(b))}, +k5(a,b,c,d){var s,r,q=this.a +t.k.a(d) +s=q.d +d.b=q.e=s.a=s.c=!0 +r=new A.ME(a,b,c,d.a) +q.a.kH(c,r) +q.c.push(r)}, +l9(a,b){this.a.l9(a,b)}, +oz(a,b,c,d){var s,r,q=this.a +q.e=q.d.c=!0 +s=A.aRk(a.fA(),c) +r=new A.MM(t.Ci.a(a),b,c,d) +q.a.kH(s,r) +q.c.push(r)}} +A.B7.prototype={ +ghf(){return this.fO$}, +bZ(){var s=this.oq("flt-clip"),r=A.b9(self.document,"flt-clip-interior") +this.fO$=r +A.r(r.style,"position","absolute") +r=this.fO$ +r.toString +s.append(r) +return s}, +Na(a,b){var s +if(b!==B.z){s=a.style +A.r(s,"overflow","hidden") +A.r(s,"z-index","0")}}} +A.yC.prototype={ +i7(){var s=this +s.f=s.e.f +if(s.CW!==B.z)s.w=s.cx +else s.w=null +s.r=null}, +bZ(){var s=this.He(),r=A.am("rect") +if(r==null)r=t.K.a(r) +s.setAttribute("clip-type",r) +return s}, +eL(){var s,r=this,q=r.d.style,p=r.cx,o=p.a +A.r(q,"left",A.f(o)+"px") +s=p.b +A.r(q,"top",A.f(s)+"px") +A.r(q,"width",A.f(p.c-o)+"px") +A.r(q,"height",A.f(p.d-s)+"px") +p=r.d +p.toString +r.Na(p,r.CW) +p=r.fO$.style +A.r(p,"left",A.f(-o)+"px") +A.r(p,"top",A.f(-s)+"px")}, +bC(a){var s=this +s.m1(a) +if(!s.cx.k(0,a.cx)||s.CW!==a.CW){s.w=null +s.eL()}}, +$ia13:1} +A.MX.prototype={ +i7(){var s,r=this +r.f=r.e.f +if(r.cx!==B.z){s=r.CW +r.w=new A.D(s.a,s.b,s.c,s.d)}else r.w=null +r.r=null}, +bZ(){var s=this.He(),r=A.am("rrect") +if(r==null)r=t.K.a(r) +s.setAttribute("clip-type",r) +return s}, +eL(){var s,r=this,q=r.d.style,p=r.CW,o=p.a +A.r(q,"left",A.f(o)+"px") +s=p.b +A.r(q,"top",A.f(s)+"px") +A.r(q,"width",A.f(p.c-o)+"px") +A.r(q,"height",A.f(p.d-s)+"px") +A.r(q,"border-top-left-radius",A.f(p.e)+"px") +A.r(q,"border-top-right-radius",A.f(p.r)+"px") +A.r(q,"border-bottom-right-radius",A.f(p.x)+"px") +A.r(q,"border-bottom-left-radius",A.f(p.z)+"px") +p=r.d +p.toString +r.Na(p,r.cx) +p=r.fO$.style +A.r(p,"left",A.f(-o)+"px") +A.r(p,"top",A.f(-s)+"px")}, +bC(a){var s=this +s.m1(a) +if(!s.CW.k(0,a.CW)||s.cx!==a.cx){s.w=null +s.eL()}}, +$ia12:1} +A.yB.prototype={ +bZ(){return this.oq("flt-clippath")}, +i7(){var s=this +s.W0() +if(s.cx!==B.z){if(s.w==null)s.w=s.CW.fA()}else s.w=null}, +eL(){var s=this,r=s.cy +if(r!=null)r.remove() +r=s.d +r.toString +r=A.aAR(r,s.CW) +s.cy=r +s.d.append(r)}, +bC(a){var s,r=this +r.m1(a) +if(a.CW!==r.CW){r.w=null +s=a.cy +if(s!=null)s.remove() +r.eL()}else r.cy=a.cy +a.cy=null}, +j9(){var s=this.cy +if(s!=null)s.remove() +this.cy=null +this.ug()}, +$ia11:1} +A.ae8.prototype={ +yB(a,b){var s,r,q,p,o=self.document.createElementNS("http://www.w3.org/2000/svg","feColorMatrix"),n=o.type +n.toString +A.abN(n,1) +n=o.result +n.toString +A.rZ(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)}, +nq(a,b,c){var s=self.document.createElementNS("http://www.w3.org/2000/svg","feFlood"),r=A.am(a) +if(r==null)r=t.K.a(r) +s.setAttribute("flood-color",r) +r=A.am(b) +if(r==null)r=t.K.a(r) +s.setAttribute("flood-opacity",r) +r=s.result +r.toString +A.rZ(r,c) +this.c.append(s)}, +Gb(a,b,c){var s=self.document.createElementNS("http://www.w3.org/2000/svg","feBlend"),r=s.in1 +r.toString +A.rZ(r,a) +r=s.in2 +r.toString +A.rZ(r,b) +r=s.mode +r.toString +A.abN(r,c) +this.c.append(s)}, +tY(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.rZ(r,a) +r=s.in2 +r.toString +A.rZ(r,b) +r=s.operator +r.toString +A.abN(r,g) +if(c!=null){r=s.k1 +r.toString +A.abO(r,c)}if(d!=null){r=s.k2 +r.toString +A.abO(r,d)}if(e!=null){r=s.k3 +r.toString +A.abO(r,e)}if(f!=null){r=s.k4 +r.toString +A.abO(r,f)}r=s.result +r.toString +A.rZ(r,h) +this.c.append(s)}, +yC(a,b,c,d){return this.tY(a,b,null,null,null,null,c,d)}, +bj(){var s=this.b +s.append(this.c) +return new A.ae7(this.a,s)}} +A.ae7.prototype={} +A.a2n.prototype={ +jT(a,b){throw A.d(A.bP(null))}, +mt(a){throw A.d(A.bP(null))}, +it(a){throw A.d(A.bP(null))}, +k6(a,b,c){throw A.d(A.bP(null))}, +oy(a){throw A.d(A.bP(null))}, +cl(a,b){var s +a=A.DR(a,b) +s=this.rs$ +s=s.length===0?this.a:B.b.gB(s) +s.append(A.DS(a,b,"draw-rect",this.kb$))}, +cV(a,b){var s,r=A.DS(A.DR(new A.D(a.a,a.b,a.c,a.d),b),b,"draw-rrect",this.kb$) +A.aAy(r.style,a) +s=this.rs$ +s=s.length===0?this.a:B.b.gB(s) +s.append(r)}, +ox(a,b){throw A.d(A.bP(null))}, +hO(a,b,c){throw A.d(A.bP(null))}, +dT(a,b){throw A.d(A.bP(null))}, +oz(a,b,c,d){throw A.d(A.bP(null))}, +k5(a,b,c,d){throw A.d(A.bP(null))}, +l9(a,b){var s=A.aB_(a,b,this.kb$),r=this.rs$ +r=r.length===0?this.a:B.b.gB(r) +r.append(s)}, +oC(){}} +A.yD.prototype={ +i7(){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.bM(new Float32Array(16)) +s.aW(o) +p.f=s +s.aI(r,q)}p.r=null}, +gp5(){var s,r=this.cy +if(r==null){r=this.cx +s=A.dv() +s.kL(-r.a,-r.b,0) +this.cy=s +r=s}return r}, +ghf(){return this.dx}, +qC(a){this.z0(a) +this.db=a.db +this.dx=a.dx +a.dx=a.db=null}, +j9(){var s=this +s.ug() +$.fk.RA(s.db) +s.dx=s.db=null}, +bZ(){var s="position",r="absolute",q="transform-origin",p=this.oq("flt-image-filter"),o=this.oq("flt-image-filter-interior") +A.dE(o,s,r) +A.dE(o,q,"0 0 0") +A.dE(p,s,r) +A.dE(p,q,"0 0 0") +this.dx=o +p.appendChild(o) +return p}, +eL(){var s,r,q=this,p=t.m1.a(q.CW) +$.fk.RA(q.db) +q.db=null +A.r(q.dx.style,"filter",p.gab0()) +A.r(q.dx.style,"transform",p.gagh()) +s=q.d.style +r=q.cx +A.r(s,"left",A.f(r.a)+"px") +A.r(s,"top",A.f(r.b)+"px")}, +bC(a){var s=this +s.m1(a) +if(!a.CW.k(0,s.CW)||!a.cx.k(0,s.cx))s.eL()}, +$ia69:1} +A.yE.prototype={ +i7(){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.bM(new Float32Array(16)) +r.aW(p) +q.f=r +r.aI(s,q.cx)}q.r=null}, +gp5(){var s=this,r=s.cy +if(r==null){r=A.dv() +r.kL(-s.CW,-s.cx,0) +s.cy=r}return r}, +bZ(){var s=A.b9(self.document,"flt-offset") +A.dE(s,"position","absolute") +A.dE(s,"transform-origin","0 0 0") +return s}, +eL(){A.r(this.d.style,"transform","translate("+A.f(this.CW)+"px, "+A.f(this.cx)+"px)")}, +bC(a){var s=this +s.m1(a) +if(a.CW!==s.CW||a.cx!==s.cx)s.eL()}, +$ia9g:1} +A.yF.prototype={ +i7(){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.bM(new Float32Array(16)) +s.aW(o) +p.f=s +s.aI(r,q)}p.r=null}, +gp5(){var s,r=this.cy +if(r==null){r=this.cx +s=A.dv() +s.kL(-r.a,-r.b,0) +this.cy=s +r=s}return r}, +bZ(){var s=A.b9(self.document,"flt-opacity") +A.dE(s,"position","absolute") +A.dE(s,"transform-origin","0 0 0") +return s}, +eL(){var s,r=this.d +r.toString +A.dE(r,"opacity",A.f(this.CW/255)) +s=this.cx +A.r(r.style,"transform","translate("+A.f(s.a)+"px, "+A.f(s.b)+"px)")}, +bC(a){var s=this +s.m1(a) +if(s.CW!==a.CW||!s.cx.k(0,a.cx))s.eL()}, +$ia9h:1} +A.tk.prototype={ +sw0(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.a=a}, +gbh(){var s=this.a.b +return s==null?B.aO:s}, +sbh(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.b=a}, +ghw(){var s=this.a.c +return s==null?0:s}, +shw(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.c=a}, +sGA(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.d=a}, +sx7(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.f=!1}, +gal(){return new A.q(this.a.r)}, +sal(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.r=a.gl()}, +sx5(a){}, +syH(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.w=a}, +sEa(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.x=a}, +smM(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.y=a}, +sNJ(a){var s=this +if(s.b){s.a=s.a.dR() +s.b=!1}s.a.z=a}, +j(a){var s,r,q=""+"Paint(",p=this.a.b,o=p==null +if((o?B.aO:p)===B.ad){q+=(o?B.aO:p).j(0) +p=this.a +o=p.c +s=o==null +if((s?0:o)!==0)q+=" "+A.f(s?0:o) +else q+=" hairline" +p=p.d +o=p==null +if((o?B.cL:p)!==B.cL)q+=" "+(o?B.cL:p).j(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.q(p).j(0)):q)+")" +return q.charCodeAt(0)==0?q:q}, +$imc:1} +A.P7.prototype={ +dR(){var s=this,r=new A.P7() +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}, +j(a){return this.c1(0)}} +A.fq.prototype={ +Fo(){var s,r,q,p,o,n,m,l,k,j=this,i=A.a([],t.yv),h=j.a_h(0.25),g=B.i.a6_(1,h) +i.push(new A.o(j.a,j.b)) +if(h===5){s=new A.SO() +j.I2(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.o(p,r.d) +i.push(o) +i.push(o) +i.push(o) +i.push(new A.o(q.e,q.f)) +g=2 +n=!0}else n=!1}else n=!1 +if(!n)A.aqi(j,h,i) +m=2*g+1 +k=0 +while(!0){if(!(k=0)s.c=-r +s.e=s.d=-1}, +oa(a){this.vV(a,0,0)}, +uW(){var s,r=this.a,q=r.w +for(r=r.r,s=0;s359){j=c3<0?-0.001953125:0.001953125 +i=p +do{i-=j +m=Math.cos(i) +l=Math.sin(i)}while(o===m&&n===l)}}h=c3>0?0:1 +g=c0/2 +f=(c1.d-c1.b)/2 +e=c1.gb2().a+g*Math.cos(p) +d=c1.gb2().b+f*Math.sin(p) +if(o===m&&n===l){if(c4)b9.eW(e,d) +else b9.AD(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(c4)b9.eW(e,d) +else b9.AD(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=c||d>=b)g.vV(a,0,3) +else if(A.aSx(a1))g.Hu(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.anh(j,i,q,A.anh(l,k,q,A.anh(n,m,r,A.anh(p,o,r,1)))) +a0=b-h*j +g.eW(e,a0) +g.co(e,d+h*l) +g.hh(e,d,e+h*p,d,0.707106781) +g.co(c-h*o,d) +g.hh(c,d,c,d+h*k,0.707106781) +g.co(c,b-h*i) +g.hh(c,b,c-h*m,b,0.707106781) +g.co(e+h*n,b) +g.hh(e,b,e,a0,0.707106781) +g.aG() +g.e=f?0:-1 +e=g.a +e.ax=f +e.ch=!1 +e.CW=6}}, +p(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,a3=this +if(a3.a.w===0)return!1 +s=a3.fA() +r=a5.a +q=a5.b +if(rs.c||q>s.d)return!1 +p=a3.a +o=new A.a9z(p,r,q,new Float32Array(18)) +o.a7o() +n=B.ej===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.awX(a3.a,!0) +j=new Float32Array(18) +i=A.a([],t.yv) +p=k.a +h=!1 +do{g=i.length +switch(k.lz(j)){case 0:case 5:break +case 1:A.aTj(j,r,q,i) +break +case 2:A.aTk(j,r,q,i) +break +case 3:f=k.f +A.aTh(j,r,q,p.y[f],i) +break +case 4:A.aTi(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.eY(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.eY(i,e) +if(a!==i.length)i[a]=a2 +break}}}}while(!h) +return i.length!==0}, +dl(a){var s,r=a.a,q=a.b,p=this.a,o=A.aKA(p,r,q),n=p.e,m=new Uint8Array(n) +B.ac.pw(m,0,p.r) +o=new A.rz(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.kG.pw(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.aI(r,q) +n=p.b +o.b=n==null?null:n.aI(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.p_(o,B.bM) +r.In(this) +return r}, +fA(){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=this,e1=e0.a +if((e1.ax?e1.CW:-1)===-1)s=(e1.at?e1.CW:-1)!==-1 +else s=!0 +if(s)return e1.fA() +if(!e1.Q&&e1.b!=null){e1=e1.b +e1.toString +return e1}r=new A.oo(e1) +r.pQ(e1) +q=e0.a.f +for(p=!1,o=0,n=0,m=0,l=0,k=0,j=0,i=0,h=0,g=null,f=null,e=null;d=r.aeb(),d!==6;){c=r.e +switch(d){case 0:j=q[c] +h=q[c+1] +i=h +k=j +break +case 1:j=q[c+2] +h=q[c+3] +i=h +k=j +break +case 2:if(f==null)f=new A.aas() +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] +s=f.a=Math.min(a,a4) +a6=f.b=Math.min(a1,a5) +a7=f.c=Math.max(a,a4) +a8=f.d=Math.max(a1,a5) +a9=a-2*a2+a4 +if(Math.abs(a9)>0.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.a1k() +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.kr() +c1=a4-a +c2=s*(a2-a) +if(c0.lm(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.lm(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.a1v() +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.D(o,n,m,l):B.O +e0.a.fA() +return e0.a.b=d9}, +j(a){return this.c1(0)}, +$iry:1} +A.a9y.prototype={ +zl(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}}, +uC(){var s,r,q=this +if(q.e===1){q.e=2 +return new A.o(q.x,q.y)}s=q.a.f +r=q.Q +return new A.o(s[r-2],s[r-1])}, +lz(a){var s,r,q,p,o,n,m=this,l=m.z,k=m.a +if(l===k.w){if(m.d&&m.e===2){if(1===m.zl(a))return 1 +m.d=!1 +return 5}return 6}s=m.z=l+1 +r=k.r[l] +switch(r){case 0:if(m.d){m.z=s-1 +q=m.zl(a) +if(q===5)m.d=!1 +return q}if(s===m.c)return 6 +l=k.f +k=m.Q +s=m.Q=k+1 +p=l[k] +m.Q=s+1 +o=l[s] +m.x=p +m.y=o +a[0]=p +a[1]=o +m.e=1 +m.r=p +m.w=o +m.d=!0 +break +case 1:n=m.uC() +l=k.f +k=m.Q +s=m.Q=k+1 +p=l[k] +m.Q=s+1 +o=l[s] +a[0]=n.a +a[1]=n.b +a[2]=p +a[3]=o +m.r=p +m.w=o +break +case 3:++m.f +n=m.uC() +a[0]=n.a +a[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +a[2]=l[k] +k=m.Q=s+1 +a[3]=l[s] +s=m.Q=k+1 +k=l[k] +a[4]=k +m.r=k +m.Q=s+1 +s=l[s] +a[5]=s +m.w=s +break +case 2:n=m.uC() +a[0]=n.a +a[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +a[2]=l[k] +k=m.Q=s+1 +a[3]=l[s] +s=m.Q=k+1 +k=l[k] +a[4]=k +m.r=k +m.Q=s+1 +s=l[s] +a[5]=s +m.w=s +break +case 4:n=m.uC() +a[0]=n.a +a[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +a[2]=l[k] +k=m.Q=s+1 +a[3]=l[s] +s=m.Q=k+1 +a[4]=l[k] +k=m.Q=s+1 +a[5]=l[s] +s=m.Q=k+1 +k=l[k] +a[6]=k +m.r=k +m.Q=s+1 +s=l[s] +a[7]=s +m.w=s +break +case 5:r=m.zl(a) +if(r===1)--m.z +else{m.d=!1 +m.e=0}m.r=m.x +m.w=m.y +break +case 6:break +default:throw A.d(A.bs("Unsupport Path verb "+r,null,null))}return r}} +A.rz.prototype={ +hs(a,b,c){var s=a*2,r=this.f +r[s]=b +r[s+1]=c}, +he(a){var s=this.f,r=a*2 +return new A.o(s[r],s[r+1])}, +FT(){var s=this +if(s.ay)return new A.D(s.he(0).a,s.he(0).b,s.he(1).a,s.he(2).b) +else return s.w===4?s.a_L():null}, +fA(){if(this.Q)this.zH() +var s=this.a +s.toString +return s}, +a_L(){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.he(0).a,h=k.he(0).b,g=k.he(1).a,f=k.he(1).b +if(k.r[1]!==1||f!==h)return j +s=g-i +r=k.he(2).a +q=k.he(2).b +if(k.r[2]!==1||r!==g)return j +p=q-f +o=k.he(3) +n=k.he(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.D(m,l,m+Math.abs(s),l+Math.abs(p))}, +Tk(){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.D(r,q,p,o) +return null}, +J5(){var s,r,q,p,o,n,m,l,k,j,i,h={},g=this.fA(),f=A.a([],t.kG),e=new A.oo(this) +e.pQ(this) +s=new Float32Array(8) +h.a=e.lz(s) +h.b=0 +for(;r=h.a=e.lz(s),r!==6;)if(3===r){q=s[2] +p=s[3] +o=q-s[0] +n=p-s[1] +m=s[4] +l=s[5] +if(o!==0){k=Math.abs(o) +j=Math.abs(l-p)}else{j=Math.abs(n) +k=n!==0?Math.abs(m-q):Math.abs(o)}f.push(new A.aN(k,j));++h.b}m=f[0] +l=f[1] +i=f[2] +return A.aat(g,f[3],i,m,l)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.rz&&this.aaM(b)}, +gt(a){var s=this +return A.I(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)}, +aaM(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.kG.pw(r,0,q.f) +q.f=r}q.d=a}, +a5o(a){var s,r,q=this +if(a>q.e){s=a+8 +q.e=s +r=new Uint8Array(s) +B.ac.pw(r,0,q.r) +q.r=r}q.w=a}, +a5l(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.kG.pw(r,0,s) +q.y=r}q.z=a}, +zH(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.d +i.Q=!1 +i.b=null +if(h===0){i.a=B.O +i.as=!0}else{s=i.f +r=s[0] +q=s[1] +p=0*r*q +o=2*h +for(n=q,m=r,l=2;lm){l.a=m +l.b=s}else if(s===m)return 1}return o}} +A.ado.prototype={ +P3(a){return(this.a*a+this.c)*a+this.e}, +P4(a){return(this.b*a+this.d)*a+this.f}} +A.a9z.prototype={ +a7o(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=e.a,c=A.awX(d,!0) +for(s=e.f,r=t.td;q=c.lz(s),q!==6;)switch(q){case 0:case 5:break +case 1:e.a_e() +break +case 2:p=!A.awZ(s)?A.aKB(s):0 +o=e.Ig(s[0],s[1],s[2],s[3],s[4],s[5]) +e.d+=p>0?o+e.Ig(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.awZ(s) +f=A.a([],r) +new A.fq(m,l,k,j,i,h,n).a8N(f) +e.If(f[0]) +if(!g&&f.length===2)e.If(f[1]) +break +case 4:e.a_a() +break}}, +a_e(){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.a9A(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.aLF(o)===q)q=0 +n.d+=q}, +Ig(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.a9A(o,p,a,b,e,f)){++k.e +return 0}if(p===s)return 0 +n=new A.kr() +if(0===n.lm(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.a9A(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.kr() +if(0===l.lm(g+(h-2*m),2*(m-h),h-p))k=q===1?a.a:a.e +else{j=l.a +j.toString +k=A.aH9(a.a,a.c,a.e,n,j)/A.aH8(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.a9A(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.aAE(f,a0,m) +if(i==null)return +h=A.aB2(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<$.l9.length;++m){l=$.l9[m] +$.bN() +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.c.dn(s*(g===0?1:g))+2){g=self.window.devicePixelRatio +f=l.w>=B.c.dn(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.v($.l9,o) +o.sog(a0) +o.b=c.fx +return o}d=A.aGu(a0,c.cy.b.d,c.dy) +d.b=c.fx +return d}, +HI(){A.r(this.d.style,"transform","translate("+A.f(this.CW)+"px, "+A.f(this.cx)+"px)")}, +eL(){this.HI() +this.uu(null)}, +bj(){this.zJ(null) +this.fr=!0 +this.GW()}, +bC(a){var s,r,q=this +q.H_(a) +q.fx=a.fx +if(a!==q)a.fx=null +if(q.CW!==a.CW||q.cx!==a.cx)q.HI() +q.zJ(a) +if(q.cy===a.cy){s=q.ch +r=s instanceof A.jQ&&q.dy!==s.ay +if(q.fr||r)q.uu(a) +else q.ch=a.ch}else q.uu(a)}, +lM(){var s=this +s.GZ() +s.zJ(s) +if(s.fr)s.uu(s)}, +j9(){A.ZR(this.ch) +this.ch=null +this.GX()}} +A.a9D.prototype={ +$0(){var s,r=this.a,q=r.fy +q.toString +s=r.ch=r.a0w(q) +s.b=r.fx +q=r.d +q.toString +A.ate(q) +r.d.append(s.c) +s.M(0) +q=r.cy.b +q.toString +r=r.fy +r.toString +q.BV(s,r) +s.oC()}, +$S:0} +A.aaS.prototype={ +BV(a,b){var s,r,q,p,o,n,m,l,k,j +try{m=this.b +m.toString +m=A.aBG(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.uL(b2) +b2.b=!0 +a0=new A.MD(b0,b1,b2.a) +q=$.ak().bU() +q.srt(B.ej) +q.dP(b0) +q.dP(b1) +q.aG() +a0.x=q +a1=Math.min(a5,a7) +a2=Math.max(a5,a7) +a3.a.nm(a1-a,Math.min(a6,a8)-a,a2+a,Math.max(a6,a8)+a,a0) +a3.c.push(a0)}, +dT(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.FT() +if(s!=null){b.cl(s,a0) +return}r=a.a +q=r.ax?r.J5():null +if(q!=null){b.cV(q,a0) +return}p=a.a.Tk() +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.sbh(B.aO) +b.cl(new A.D(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.fA() +e=A.uL(a0) +if(e!==0)f=f.cW(e) +r=a.a +o=new A.rz(r.f,r.r) +o.e=r.e +o.w=r.w +o.c=r.c +o.d=r.d +o.x=r.x +o.z=r.z +o.y=r.y +m=r.Q +o.Q=m +if(!m){o.a=r.a +o.b=r.b +o.as=r.as}o.cx=r.cx +o.at=r.at +o.ax=r.ax +o.ay=r.ay +o.ch=r.ch +o.CW=r.CW +d=new A.p_(o,B.bM) +d.In(a) +a0.b=!0 +c=new A.MJ(d,a0.a) +b.a.kH(f,c) +d.b=a.b +b.c.push(c)}}, +l9(a,b){var s,r,q,p,o=this +t.zI.a(a) +if(!a.e)return +o.e=!0 +s=o.d +s.c=!0 +s.b=!0 +r=new A.MI(a,b) +q=a.gf3().z +s=b.a +p=b.b +o.a.nm(s+q.a,p+q.b,s+q.c,p+q.d,r) +o.c.push(r)}} +A.cW.prototype={} +A.wn.prototype={ +ad1(a){var s=this +if(s.a)return!0 +return s.ea.d||s.da.c}} +A.yx.prototype={ +dD(a){a.cz()}, +j(a){return this.c1(0)}} +A.MN.prototype={ +dD(a){a.bR()}, +j(a){return this.c1(0)}} +A.MR.prototype={ +dD(a){a.aI(this.a,this.b)}, +j(a){return this.c1(0)}} +A.MP.prototype={ +dD(a){a.ek(this.a,this.b)}, +j(a){return this.c1(0)}} +A.MO.prototype={ +dD(a){a.lN(this.a)}, +j(a){return this.c1(0)}} +A.MQ.prototype={ +dD(a){a.a6(this.a)}, +j(a){return this.c1(0)}} +A.MB.prototype={ +dD(a){a.jT(this.f,this.r)}, +j(a){return this.c1(0)}} +A.MA.prototype={ +dD(a){a.mt(this.f)}, +j(a){return this.c1(0)}} +A.Mz.prototype={ +dD(a){a.it(this.f)}, +j(a){return this.c1(0)}} +A.MF.prototype={ +dD(a){a.k6(this.f,this.r,this.w)}, +j(a){return this.c1(0)}} +A.MH.prototype={ +dD(a){a.oy(this.f)}, +j(a){return this.c1(0)}} +A.ML.prototype={ +dD(a){a.cl(this.f,this.r)}, +j(a){return this.c1(0)}} +A.MK.prototype={ +dD(a){a.cV(this.f,this.r)}, +j(a){return this.c1(0)}} +A.MD.prototype={ +dD(a){var s=this.w +if(s.b==null)s.b=B.aO +a.dT(this.x,s)}, +j(a){return this.c1(0)}} +A.MG.prototype={ +dD(a){a.ox(this.f,this.r)}, +j(a){return this.c1(0)}} +A.MC.prototype={ +dD(a){a.hO(this.f,this.r,this.w)}, +j(a){return this.c1(0)}} +A.MJ.prototype={ +dD(a){a.dT(this.f,this.r)}, +j(a){return this.c1(0)}} +A.MM.prototype={ +dD(a){var s=this +a.oz(s.f,s.r,s.w,s.x)}, +j(a){return this.c1(0)}} +A.ME.prototype={ +dD(a){var s=this +a.k5(s.f,s.r,s.w,s.x)}, +j(a){return this.c1(0)}} +A.MI.prototype={ +dD(a){a.l9(this.f,this.r)}, +j(a){return this.c1(0)}} +A.akJ.prototype={ +jT(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=$.atH() +s[0]=n +s[1]=m +s[2]=l +s[3]=k +A.atl(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}}, +kH(a,b){this.nm(a.a,a.b,a.c,a.d,b)}, +nm(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=$.atH() +s[0]=a +s[1]=b +s[2]=c +s[3]=d +A.atl(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}, +ys(){var s=this,r=s.y,q=new A.bM(new Float32Array(16)) +q.aW(r) +s.r.push(q) +r=s.z?new A.D(s.Q,s.as,s.at,s.ax):null +s.w.push(r)}, +a9g(){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.b)return B.O +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(l1;)s.pop() +t.IF.a(B.b.gE(s)).td(new A.aak())}, +$S:0} +A.ae4.prototype={ +$0(){var s,r,q=t.IF,p=this.a.a +if($.ae2==null)q.a(B.b.gE(p)).bj() +else{s=q.a(B.b.gE(p)) +r=$.ae2 +r.toString +s.bC(r)}A.aRg(q.a(B.b.gE(p))) +$.ae2=q.a(B.b.gE(p)) +return new A.tl(q.a(B.b.gE(p)).d)}, +$S:308} +A.a8T.prototype={ +Gi(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +for(s=f.d,r=f.c,q=a.a,p=f.b,o=b.a,n=0;n>>24&255)<1}, +$S:312} +A.adc.prototype={ +NC(a,b){var s,r,q,p=this,o="premultipliedAlpha" +p.b=!0 +s=p.a +if(s==null){s=new A.a9f(a,b) +if(A.awO())s.a=new self.OffscreenCanvas(a,b) +else{r=s.b=A.DU(b,a) +r.className="gl-canvas" +s.Ma(r)}p.a=s}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.qs(r,a) +r=s.b +r.toString +A.qr(r,b) +r=s.b +r.toString +s.Ma(r)}}}s=p.a +s.toString +if(A.awO()){s=s.a +s.toString +r=t.N +q=A.aIb(s,"webgl2",A.K([o,!1],r,t.z)) +q.toString +q=new A.IU(q) +$.a4P.b=A.B(r,t.eS) +q.dy=s +s=q}else{s=s.b +s.toString +r=$.fj +r=(r==null?$.fj=A.pF():r)===1?"webgl":"webgl2" +q=t.N +r=A.jX(s,r,A.K([o,!1],q,t.z)) +r.toString +r=new A.IU(r) +$.a4P.b=A.B(q,t.eS) +r.dy=s +s=r}return s}} +A.wv.prototype={} +A.a4U.prototype={ +wc(a6,a7,a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0="u_tile_offset",a1="angle_range",a2="m_gradient",a3="uniform2f",a4=a6.c,a5=a6.a +a4-=a5 +s=B.c.dn(a4) +r=a6.d +q=a6.b +r-=q +p=B.c.dn(r) +if($.DX==null)$.DX=new A.Yo() +o=$.a_e().NC(s,p) +o.fr=s +o.fx=p +n=A.awJ(a.c,a.d) +m=A.ayg() +l=$.fj +k=A.axw(l==null?$.fj=A.pF():l) +k.e=1 +k.vS(11,"v_color") +k.hG(9,"u_resolution") +k.hG(9,a0) +k.hG(9,a1) +k.hG(14,a2) +j=k.gDB() +l=A.a([],t.s) +i=new A.ta("main",l) +k.c.push(i) +l.push("vec2 center = 0.5 * (u_resolution + u_tile_offset);") +l.push("vec4 localCoord = m_gradient * vec4(gl_FragCoord.x - center.x, center.y - gl_FragCoord.y, 0, 1);") +l.push("float angle = atan(-localCoord.y, -localCoord.x) + 3.141592653589793;") +l.push("float sweep = angle_range.y - angle_range.x;") +l.push("angle = (angle - angle_range.x) / sweep;") +l.push("float st = angle;") +l.push(j.a+" = "+A.aAt(k,i,n,a.e)+" * scale + bias;") +h=o.Nw(m,k.bj()) +m=o.a +l=h.a +A.b8(m,"useProgram",[l]) +g=a.b +f=g.a +g=g.b +A.b8(m,a3,[o.js(l,a0),2*(a4*((f-a5)/a4-0.5)),2*(r*(0.5-(g-q)/r))]) +A.b8(m,a3,[o.js(l,a1),a.f,a.r]) +n.Gi(o,h) +e=o.js(l,a2) +d=A.dv() +a4=a.w +if(a4!=null){c=new A.bM(new Float32Array(16)) +c.fJ(new A.bM(a4)) +d.aI(-f,-g) +d.dg(c) +d.aI(f,g)}A.b8(m,"uniformMatrix4fv",[e,!1,d.a]) +b=new A.a4V(a8,a6,o,h,n,s,p).$0() +$.a_e().b=!1 +return b}, +Of(a,b,c){var s=a.createPattern(this.wc(b,c,!1),"no-repeat") +s.toString +return s}} +A.a4V.prototype={ +$0(){var s=this,r=$.DX,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.OO(new A.D(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +else{r=r.OM(new A.D(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +r.toString +return r}}, +$S:90} +A.a4S.prototype={ +Of(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.f +if(h===B.i5||h===B.ln){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.Sa(n-l,p-k) +p=s.b +n=s.c +s.Sa(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.aP7(j,i.d,i.e,h===B.ln) +return j}else{h=a.createPattern(i.wc(b,c,!1),"no-repeat") +h.toString +return h}}, +wc(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=this,b5="u_resolution",b6="m_gradient",b7=b9.c,b8=b9.a +b7-=b8 +s=B.c.dn(b7) +r=b9.d +q=b9.b +r-=q +p=B.c.dn(r) +if($.DX==null)$.DX=new A.Yo() +o=$.a_e().NC(s,p) +o.fr=s +o.fx=p +n=A.awJ(b4.d,b4.e) +m=A.ayg() +l=b4.f +k=$.fj +j=A.axw(k==null?$.fj=A.pF():k) +j.e=1 +j.vS(11,"v_color") +j.hG(9,b5) +j.hG(14,b6) +i=j.gDB() +k=A.a([],t.s) +h=new A.ta("main",k) +j.c.push(h) +k.push("vec4 localCoord = m_gradient * vec4(gl_FragCoord.x, u_resolution.y - gl_FragCoord.y, 0, 1);") +k.push("float st = localCoord.x;") +k.push(i.a+" = "+A.aAt(j,h,n,l)+" * scale + bias;") +g=o.Nw(m,j.bj()) +m=o.a +k=g.a +A.b8(m,"useProgram",[k]) +f=b4.b +e=f.a +d=f.b +f=b4.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.i5 +a5=a4?b7/2:(e+c)/2-b8 +a6=a4?r/2:(d+b)/2-q +a7=A.dv() +a7.kL(-a5,-a6,0) +a8=A.dv() +a9=a8.a +a9[0]=a3 +a9[1]=a2 +a9[4]=-a2 +a9[5]=a3 +b0=A.dv() +b0.agj(0.5) +if(a1>11920929e-14)b0.aT(1/a1) +b7=b4.r +if(b7!=null){b1=new A.bM(new Float32Array(16)) +b1.fJ(new A.bM(b7.a)) +b2=b9.gb2() +b7=b2.a +b8=b2.b +b0.aI(-b7,-b8) +b0.dg(b1) +b0.aI(b7,b8)}b0.dg(a8) +b0.dg(a7) +n.Gi(o,g) +A.b8(m,"uniformMatrix4fv",[o.js(k,b6),!1,b0.a]) +A.b8(m,"uniform2f",[o.js(k,b5),s,p]) +b3=new A.a4T(c1,b9,o,g,n,s,p).$0() +$.a_e().b=!1 +return b3}} +A.a4T.prototype={ +$0(){var s=this,r=$.DX,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.OO(new A.D(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +else{r=r.OM(new A.D(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +r.toString +return r}}, +$S:90} +A.ly.prototype={ +gab0(){return""}} +A.BR.prototype={ +gagh(){return A.hM(this.a)}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.BR&&b.b===this.b&&A.uT(b.a,this.a)}, +gt(a){return A.I(A.c9(this.a),this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"ImageFilter.matrix("+A.f(this.a)+", "+this.b.j(0)+")"}} +A.Ic.prototype={$ily:1} +A.y9.prototype={} +A.a7Q.prototype={} +A.Oy.prototype={ +gDB(){var s=this.Q +if(s==null)s=this.Q=new A.oU(this.y?"gFragColor":"gl_FragColor",11,3) +return s}, +vS(a,b){var s=new A.oU(b,a,1) +this.b.push(s) +return s}, +hG(a,b){var s=new A.oU(b,a,2) +this.b.push(s) +return s}, +MI(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.aM1(b.b)+" "+b.a +if(o===0)o=s.a=r+" = " +else o=r +s.a=o+";\n"}, +bj(){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.MI(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.cn(a,r)!==-1&&B.b.p(m,r) +n=s[r].d +n.toString +if(!o)if(p==null)q.append(n) +else q.insertBefore(n,p)}}, +a3p(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.g) +for(s=0;s1&&e.charCodeAt(0)<127&&e.charCodeAt(1)<127) +o=A.aPc(new A.a72(h,e,a,p,q),t.S) +if(f.type!=="keydown")if(h.b){r=A.nq(f) +r.toString +r=r==="CapsLock" +n=r}else n=!1 +else n=!0 +if(h.b){r=A.nq(f) +r.toString +r=r==="CapsLock"}else r=!1 +if(r){h.L2(B.H,new A.a73(s,q,o),new A.a74(h,q)) +m=B.bl}else if(n){r=h.f +if(r.i(0,q)!=null){l=f.repeat +if(l==null)l=g +if(l===!0)m=B.Lm +else{l=h.d +l.toString +l.$1(new A.fs(s,B.aY,q,o.$0(),g,!0)) +r.v(0,q) +m=B.bl}}else m=B.bl}else{if(h.f.i(0,q)==null){f.preventDefault() +return}m=B.aY}r=h.f +k=r.i(0,q) +switch(m.a){case 0:j=o.$0() +break +case 1:j=g +break +case 2:j=k +break +default:j=g}l=j==null +if(l)r.v(0,q) +else r.n(0,q,j) +$.aEx().a1(0,new A.a75(h,o,a,s)) +if(p)if(!l)h.a6h(q,o.$0(),s) +else{r=h.r.v(0,q) +if(r!=null)r.$0()}if(p)i=e +else i=g +e=k==null?o.$0():k +r=m===B.aY?g:i +if(h.d.$1(new A.fs(s,m,q,e,r,!1)))f.preventDefault()}, +lo(a){var s=this,r={} +r.a=!1 +s.d=new A.a7a(r,s) +try{s.a1K(a)}finally{if(!r.a)s.d.$1(B.Ll) +s.d=null}}, +z6(a,b,c,d,e){var s=this,r=$.aEE(),q=$.aEF(),p=$.atL() +s.vy(r,q,p,a?B.bl:B.aY,e) +r=$.au0() +q=$.au1() +p=$.atM() +s.vy(r,q,p,b?B.bl:B.aY,e) +r=$.aEG() +q=$.aEH() +p=$.atN() +s.vy(r,q,p,c?B.bl:B.aY,e) +r=$.aEI() +q=$.aEJ() +p=$.atO() +s.vy(r,q,p,d?B.bl:B.aY,e)}, +vy(a,b,c,d,e){var s,r=this,q=r.f,p=q.X(a),o=q.X(b),n=p||o,m=d===B.bl&&!n,l=d===B.aY&&n +if(m){r.a.$1(new A.fs(A.asy(e),B.bl,a,c,null,!0)) +q.n(0,a,c)}if(l&&p){s=q.i(0,a) +s.toString +r.LK(e,a,s)}if(l&&o){q=q.i(0,b) +q.toString +r.LK(e,b,q)}}, +LK(a,b,c){this.a.$1(new A.fs(A.asy(a),B.aY,b,c,null,!0)) +this.f.v(0,b)}} +A.a76.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.e){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:18} +A.a77.prototype={ +$0(){this.a.a=!0}, +$S:0} +A.a78.prototype={ +$0(){return new A.fs(new A.aZ(this.a.a+2e6),B.aY,this.b,this.c,null,!0)}, +$S:152} +A.a79.prototype={ +$0(){this.a.f.v(0,this.b)}, +$S:0} +A.a72.prototype={ +$0(){var s,r,q,p,o,n=this,m=n.b,l=B.Yf.i(0,m) +if(l!=null)return l +s=n.c.a +if(B.A8.X(A.iS(s))){m=A.iS(s) +m.toString +m=B.A8.i(0,m) +r=m==null?null:m[B.c.a2(s.location)] +r.toString +return r}if(n.d){q=n.a.c.T3(A.nq(s),A.iS(s),B.c.a2(s.keyCode)) +if(q!=null)return q}if(m==="Dead"){m=s.altKey +p=s.ctrlKey +o=s.shiftKey +s=s.metaKey +m=m?1073741824:0 +p=p?268435456:0 +o=o?536870912:0 +s=s?2147483648:0 +return n.e+(m+p+o+s)+98784247808}return B.d.gt(m)+98784247808}, +$S:37} +A.a73.prototype={ +$0(){return new A.fs(this.a,B.aY,this.b,this.c.$0(),null,!0)}, +$S:152} +A.a74.prototype={ +$0(){this.a.f.v(0,this.b)}, +$S:0} +A.a75.prototype={ +$2(a,b){var s,r,q=this +if(J.c(q.b.$0(),a))return +s=q.a +r=s.f +if(r.a9k(a)&&!b.$1(q.c))r.F7(0,new A.a71(s,a,q.d))}, +$S:479} +A.a71.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.d.$1(new A.fs(this.c,B.aY,a,s,null,!0)) +return!0}, +$S:458} +A.a7a.prototype={ +$1(a){this.a.a=!0 +return this.b.a.$1(a)}, +$S:72} +A.a1p.prototype={ +hi(){if(!this.b)return +this.b=!1 +A.c6(this.a,"contextmenu",$.apU(),null)}, +aaw(){if(this.b)return +this.b=!0 +A.ee(this.a,"contextmenu",$.apU(),null)}} +A.a87.prototype={} +A.apt.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.a0g.prototype={ +ga6K(){var s=this.a +s===$&&A.b() +return s}, +m(){var s=this +if(s.c||s.glQ()==null)return +s.c=!0 +s.a6L()}, +ro(){var s=0,r=A.V(t.H),q=this +var $async$ro=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=q.glQ()!=null?2:3 +break +case 2:s=4 +return A.a4(q.jr(),$async$ro) +case 4:s=5 +return A.a4(q.glQ().tR(-1),$async$ro) +case 5:case 3:return A.T(null,r)}}) +return A.U($async$ro,r)}, +gjX(){var s=this.glQ() +s=s==null?null:s.Ta() +return s==null?"/":s}, +gct(){var s=this.glQ() +return s==null?null:s.FW()}, +a6L(){return this.ga6K().$0()}} +A.yb.prototype={ +Yx(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.BO(r.gED()) +if(!r.At(r.gct())){s=t.z +q.nc(A.K(["serialCount",0,"state",r.gct()],s,s),"flutter",r.gjX())}r.e=r.gzQ()}, +gzQ(){if(this.At(this.gct())){var s=this.gct() +s.toString +return B.c.a2(A.ZJ(t.f.a(s).i(0,"serialCount")))}return 0}, +At(a){return t.f.b(a)&&a.i(0,"serialCount")!=null}, +u2(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.K(["serialCount",r,"state",c],s,s) +a.toString +q.nc(s,"flutter",a)}else{r===$&&A.b();++r +this.e=r +s=A.K(["serialCount",r,"state",c],s,s) +a.toString +q.Rk(s,"flutter",a)}}}, +Gg(a){return this.u2(a,!1,null)}, +EE(a){var s,r,q,p,o=this +if(!o.At(a)){s=o.d +s.toString +r=o.e +r===$&&A.b() +q=t.z +s.nc(A.K(["serialCount",r+1,"state",a],q,q),"flutter",o.gjX())}o.e=o.gzQ() +s=$.aY() +r=o.gjX() +t.Xx.a(a) +q=a==null?null:a.i(0,"state") +p=t.z +s.iB("flutter/navigation",B.aK.iw(new A.hu("pushRouteInformation",A.K(["location",r,"state",q],p,p))),new A.a8g())}, +jr(){var s=0,r=A.V(t.H),q,p=this,o,n,m +var $async$jr=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:p.m() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.gzQ() +s=o>0?3:4 +break +case 3:s=5 +return A.a4(p.d.tR(-o),$async$jr) +case 5:case 4:n=p.gct() +n.toString +t.f.a(n) +m=p.d +m.toString +m.nc(n.i(0,"state"),"flutter",p.gjX()) +case 1:return A.T(q,r)}}) +return A.U($async$jr,r)}, +glQ(){return this.d}} +A.a8g.prototype={ +$1(a){}, +$S:21} +A.zH.prototype={ +YD(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.BO(r.gED()) +s=r.gjX() +if(!A.arG(A.avc(self.window.history))){q.nc(A.K(["origin",!0,"state",r.gct()],t.N,t.z),"origin","") +r.a5Y(q,s)}}, +u2(a,b,c){var s=this.d +if(s!=null)this.Bg(s,a,!0)}, +Gg(a){return this.u2(a,!1,null)}, +EE(a){var s,r=this,q="flutter/navigation" +if(A.axz(a)){s=r.d +s.toString +r.a5X(s) +$.aY().iB(q,B.aK.iw(B.a20),new A.adl())}else if(A.arG(a)){s=r.f +s.toString +r.f=null +$.aY().iB(q,B.aK.iw(new A.hu("pushRoute",s)),new A.adm())}else{r.f=r.gjX() +r.d.tR(-1)}}, +Bg(a,b,c){var s +if(b==null)b=this.gjX() +s=this.e +if(c)a.nc(s,"flutter",b) +else a.Rk(s,"flutter",b)}, +a5Y(a,b){return this.Bg(a,b,!1)}, +a5X(a){return this.Bg(a,null,!1)}, +jr(){var s=0,r=A.V(t.H),q,p=this,o,n +var $async$jr=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:p.m() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.d +s=3 +return A.a4(o.tR(-1),$async$jr) +case 3:n=p.gct() +n.toString +o.nc(t.f.a(n).i(0,"state"),"flutter",p.gjX()) +case 1:return A.T(q,r)}}) +return A.U($async$jr,r)}, +glQ(){return this.d}} +A.adl.prototype={ +$1(a){}, +$S:21} +A.adm.prototype={ +$1(a){}, +$S:21} +A.kf.prototype={} +A.wI.prototype={ +gz8(){var s,r,q=this,p=q.b +if(p===$){s=q.a +r=A.xI(new A.aX(s,new A.a3C(),A.a6(s).h("aX<1>")),t.Te) +q.b!==$&&A.O() +q.b=r +p=r}return p}} +A.a3C.prototype={ +$1(a){return a.c}, +$S:20} +A.Ie.prototype={ +qM(a){var s +this.b=a +this.c=!0 +s=A.a([],t.EO) +return this.a=new A.aaS(new A.akJ(a,A.a([],t.Xr),A.a([],t.cA),A.dv()),s,new A.abg())}, +gQ6(){return this.c}, +rl(){var s,r=this +if(!r.c)r.qM(B.eu) +r.c=!1 +s=r.a +s.b=s.a.a9g() +s.f=!0 +s=r.a +r.b===$&&A.b() +return new A.Id(s)}} +A.Id.prototype={ +m(){this.a=!0}} +A.J3.prototype={ +gKm(){var s,r=this,q=r.c +if(q===$){s=t.e.a(A.bi(r.ga4_())) +r.c!==$&&A.O() +r.c=s +q=s}return q}, +a40(a){var s,r,q,p=A.avd(a) +p.toString +for(s=this.a,r=s.length,q=0;q>>0)) +f.eE(c,B.a6.bV([!0])) +return +case"SystemChrome.setSystemUIOverlayStyle":l=A.uJ(t.xE.a(s.b).i(0,"statusBarColor")) +A.aBM(l==null?null:new A.q(l>>>0)) +f.eE(c,B.a6.bV([!0])) +return +case"SystemChrome.setPreferredOrientations":B.HV.u1(t.j.a(s.b)).bp(new A.a39(f,c),t.P) +return +case"SystemSound.play":f.eE(c,B.a6.bV([!0])) +return +case"Clipboard.setData":new A.vL(A.aqm(),A.arm()).U9(s,c) +return +case"Clipboard.getData":new A.vL(A.aqm(),A.arm()).T0(c) +return +case"Clipboard.hasStrings":new A.vL(A.aqm(),A.arm()).ace(c) +return}break +case"flutter/service_worker":q=self.window +k=self.document.createEvent("Event") +k.initEvent("flutter-first-frame",!0,!0) +q.dispatchEvent(k) +return +case"flutter/textinput":$.a_j().gqQ().ac9(b,c) +return +case"flutter/contextmenu":switch(B.aK.hN(b).a){case"enableContextMenu":f.e.i(0,0).gNU().aaw() +f.eE(c,B.a6.bV([!0])) +return +case"disableContextMenu":f.e.i(0,0).gNU().hi() +f.eE(c,B.a6.bV([!0])) +return}return +case"flutter/mousecursor":s=B.cY.hN(b) +o=t.f.a(s.b) +switch(s.a){case"activateSystemCursor":q=f.e.i(0,0) +j=q.c +if(j===$){k=$.fk.f +k===$&&A.b() +j!==$&&A.O() +j=q.c=new A.a87(k)}q=A.cQ(o.i(0,"kind")) +k=j.a.style +q=B.Yc.i(0,q) +A.r(k,"cursor",q==null?"default":q) +break}return +case"flutter/web_test_e2e":f.eE(c,B.a6.bV([A.aQ9(B.aK,b)])) +return +case"flutter/platform_views":q=f.db +if(q==null)q=f.db=new A.a9V($.apM(),new A.a3a()) +c.toString +q.abK(b,c) +return +case"flutter/accessibility":q=$.fk.y +q===$&&A.b() +k=t.f +i=k.a(k.a(B.bT.fb(b)).i(0,"data")) +h=A.cQ(i.i(0,"message")) +if(h!=null&&h.length!==0){g=A.ar6(i,"assertiveness") +q.N5(h,B.OJ[g==null?0:g])}f.eE(c,B.bT.bV(!0)) +return +case"flutter/navigation":f.e.i(0,0).DG(b).bp(new A.a3b(f,c),t.P) +f.to="/" +return}q=$.aBD +if(q!=null){q.$3(a,b,c) +return}f.eE(c,null)}, +q7(a,b){return this.a1N(a,b)}, +a1N(a,b){var s=0,r=A.V(t.H),q=1,p,o=this,n,m,l,k,j,i +var $async$q7=A.R(function(c,d){if(c===1){p=d +s=q}while(true)switch(s){case 0:q=3 +i=t.Lk +s=6 +return A.a4(A.pN($.uK.tI(a)),$async$q7) +case 6:n=i.a(d) +s=7 +return A.a4(n.gpc().mq(),$async$q7) +case 7:m=d +o.eE(b,A.rk(m,0,null)) +q=1 +s=5 +break +case 3:q=2 +j=p +l=A.aj(j) +$.dG().$1("Error while trying to load an asset: "+A.f(l)) +o.eE(b,null) +s=5 +break +case 2:s=1 +break +case 5:return A.T(null,r) +case 1:return A.S(p,r)}}) +return A.U($async$q7,r)}, +a0O(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}}, +jv(){var s=$.aBK +if(s==null)throw A.d(A.cS("scheduleFrameCallback must be initialized first.")) +s.$0()}, +YU(){var s=this +if(s.fr!=null)return +s.a=s.a.NZ(A.aqL()) +s.fr=A.cC(self.window,"languagechange",new A.a37(s))}, +YQ(){var s,r,q,p=new self.MutationObserver(A.bi(new A.a36(this))) +this.go=p +s=self.document.documentElement +s.toString +r=A.a(["style"],t.s) +q=A.B(t.N,t.z) +q.n(0,"attributes",!0) +q.n(0,"attributeFilter",r) +r=A.am(q) +if(r==null)r=t.K.a(r) +p.observe(s,r)}, +Mn(a){var s=this,r=s.a +if(r.d!==a){s.a=r.a9A(a) +A.lb(null,null) +A.lb(s.k4,s.ok)}}, +a6Q(a){var s=this.a,r=s.a +if((r.a&32)!==0!==a){this.a=s.NY(r.a9y(a)) +A.lb(null,null)}}, +YO(){var s,r=this,q=r.k2 +r.Mn(q.matches?B.au:B.G) +s=t.e.a(A.bi(new A.a35(r))) +r.k3=s +q.addListener(s)}, +iC(a,b,c){A.DY(this.R8,this.RG,new A.t5(b,0,a,c))}, +gCN(){var s=this.to +return s==null?this.to=this.e.i(0,0).gw1().gjX():s}, +eE(a,b){A.wT(B.H,null,t.H).bp(new A.a3e(a,b),t.P)}} +A.a3d.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +A.a3c.prototype={ +$1(a){this.a.ne(this.b,a)}, +$S:21} +A.a38.prototype={ +$1(a){this.a.eE(this.b,B.a6.bV([!0]))}, +$S:18} +A.a39.prototype={ +$1(a){this.a.eE(this.b,B.a6.bV([a]))}, +$S:75} +A.a3a.prototype={ +$1(a){var s=$.fk.r +s===$&&A.b() +s.append(a)}, +$S:2} +A.a3b.prototype={ +$1(a){var s=this.b +if(a)this.a.eE(s,B.a6.bV([!0])) +else if(s!=null)s.$1(null)}, +$S:75} +A.a37.prototype={ +$1(a){var s=this.a +s.a=s.a.NZ(A.aqL()) +A.lb(s.fx,s.fy)}, +$S:2} +A.a36.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null +for(s=J.aA(a),r=t.e,q=this.a;s.q();){p=s.gH() +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.aSV(o) +m=(n==null?16:n)/16 +o=q.a +if(o.e!==m){q.a=o.Cx(m) +A.lb(l,l) +A.lb(q.id,q.k1)}}}}, +$S:456} +A.a35.prototype={ +$1(a){var s=A.avd(a) +s.toString +s=s?B.au:B.G +this.a.Mn(s)}, +$S:2} +A.a3e.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:18} +A.apf.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +A.PU.prototype={ +j(a){return A.u(this).j(0)+"[view: null, geometry: "+B.O.j(0)+"]"}} +A.N5.prototype={ +r1(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.N5(r,!1,q,p,o,n,s.r,s.w)}, +NY(a){return this.r1(a,null,null,null,null)}, +NZ(a){return this.r1(null,a,null,null,null)}, +Cx(a){return this.r1(null,null,null,null,a)}, +a9A(a){return this.r1(null,null,a,null,null)}, +a9C(a){return this.r1(null,null,null,a,null)}} +A.a9T.prototype={ +F4(a,b,c){var s=this.a +if(s.X(a))return!1 +s.n(0,a,b) +if(!c)this.c.D(0,a) +return!0}, +afq(a,b){return this.F4(a,b,!0)}, +afz(a,b,c){this.d.n(0,b,a) +return this.b.bm(b,new A.a9U(this,b,"flt-pv-slot-"+b,a,c))}, +a5z(a){var s,r,q +if(a==null)return +s=$.cj() +if(s!==B.Y){a.remove() +return}s=a.getAttribute("slot") +r="tombstone-"+A.f(s==null?null:s) +q=A.b9(self.document,"slot") +A.r(q.style,"display","none") +s=A.am(r) +if(s==null)s=t.K.a(s) +q.setAttribute("name",s) +s=$.fk.w +s===$&&A.b() +s.append(q) +s=A.am(r) +if(s==null)s=t.K.a(s) +a.setAttribute("slot",s) +a.remove() +q.remove()}} +A.a9U.prototype={ +$0(){var s,r,q,p,o=this,n=A.b9(self.document,"flt-platform-view"),m=o.b +n.id="flt-pv-"+m +s=A.am(o.c) +if(s==null)s=t.K.a(s) +n.setAttribute("slot",s) +s=o.d +r=o.a.a.i(0,s) +r.toString +q=t.e +if(t._a.b(r))p=q.a(r.$2$params(m,o.e)) +else{t.xA.a(r) +p=q.a(r.$1(m))}if(p.style.getPropertyValue("height").length===0){$.dG().$1("Height of Platform View type: ["+s+"] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message.") +A.r(p.style,"height","100%")}if(p.style.getPropertyValue("width").length===0){$.dG().$1("Width of Platform View type: ["+s+"] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message.") +A.r(p.style,"width","100%")}n.append(p) +return n}, +$S:86} +A.a9V.prototype={ +a_z(a,b){var s=t.f.a(a.b),r=B.c.a2(A.hL(s.i(0,"id"))),q=A.bm(s.i(0,"viewType")),p=s.i(0,"params"),o=this.b +if(!o.a.X(q)){b.$1(B.cY.mF("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: <"+q+">.")) +return}if(o.b.X(r)){b.$1(B.cY.mF("recreating_view","view id: "+r,"trying to create an already created view")) +return}this.c.$1(o.afz(q,r,p)) +b.$1(B.cY.rk(null))}, +abK(a,b){var s,r=B.cY.hN(a) +switch(r.a){case"create":this.a_z(r,b) +return +case"dispose":s=this.b +s.a5z(s.b.v(0,A.dp(r.b))) +b.$1(B.cY.rk(null)) +return}b.$1(null)}} +A.abR.prototype={ +agK(){A.c6(self.document,"touchstart",t.e.a(A.bi(new A.abS())),null)}} +A.abS.prototype={ +$1(a){}, +$S:2} +A.N6.prototype={ +a_r(){var s,r=this +if("PointerEvent" in self.window){s=new A.akQ(A.B(t.S,t.ZW),A.a([],t.he),r.a,r.gAU(),r.c,r.d) +s.pA() +return s}if("TouchEvent" in self.window){s=new A.amf(A.ax(t.S),A.a([],t.he),r.a,r.gAU(),r.c,r.d) +s.pA() +return s}if("MouseEvent" in self.window){s=new A.akv(new A.pm(),A.a([],t.he),r.a,r.gAU(),r.c,r.d) +s.pA() +return s}throw A.d(A.ac("This browser does not support pointer, touch, or mouse events."))}, +a46(a){var s=A.a(a.slice(0),A.a6(a)),r=$.aY() +A.DY(r.as,r.at,new A.yJ(s))}} +A.aa8.prototype={ +j(a){return"pointers:"+("PointerEvent" in self.window)+", touch:"+("TouchEvent" in self.window)+", mouse:"+("MouseEvent" in self.window)}} +A.BK.prototype={} +A.ahl.prototype={ +BM(a,b,c,d){var s=t.e.a(A.bi(new A.ahm(c))) +A.c6(a,b,s,d) +this.a.push(new A.BK(b,a,s,d,!1))}, +a7G(a,b,c){return this.BM(a,b,c,!0)}} +A.ahm.prototype={ +$1(a){var s=$.dV +if((s==null?$.dV=A.k1():s).Rs(a))this.a.$1(a)}, +$S:2} +A.Yp.prototype={ +JO(a,b){if(b==null)return!1 +return Math.abs(b- -3*a)>1}, +a36(a){var s,r,q,p,o,n=this,m=$.cj() +if(m===B.bD)return!1 +if(n.JO(a.deltaX,A.avj(a))||n.JO(a.deltaY,A.avk(a)))return!1 +if(!(B.c.bH(a.deltaX,120)===0&&B.c.bH(a.deltaY,120)===0)){m=A.avj(a) +if(B.c.bH(m==null?1:m,120)===0){m=A.avk(a) +m=B.c.bH(m==null?1:m,120)===0}else m=!1}else m=!0 +if(m){m=a.deltaX +s=n.f +r=s==null +q=r?null:s.deltaX +p=Math.abs(m-(q==null?0:q)) +m=a.deltaY +q=r?null:s.deltaY +o=Math.abs(m-(q==null?0:q)) +if(!r)if(!(p===0&&o===0))m=!(p<20&&o<20) +else m=!0 +else m=!0 +if(m){if(A.eZ(a)!=null)m=(r?null:A.eZ(s))!=null +else m=!1 +if(m){m=A.eZ(a) +m.toString +s.toString +s=A.eZ(s) +s.toString +if(m-s<50&&n.r)return!0}return!1}}return!0}, +a_q(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +if(d.a36(a)){s=B.cE +r=-2}else{s=B.cD +r=-1}q=a.deltaX +p=a.deltaY +switch(B.c.a2(a.deltaMode)){case 1:o=$.azn +if(o==null){n=A.b9(self.document,"div") +o=n.style +A.r(o,"font-size","initial") +A.r(o,"display","none") +self.document.body.append(n) +o=A.aqH(self.window,n).getPropertyValue("font-size") +if(B.d.p(o,"px"))m=A.co(A.c2(o,"px","")) +else m=null +n.remove() +o=$.azn=m==null?16:m/4}q*=o +p*=o +break +case 2:o=$.cB() +q*=o.gjm().a +p*=o.gjm().b +break +case 0:o=$.dr() +if(o===B.bt){o=$.cj() +if(o!==B.Y)o=o===B.bD +else o=!0}else o=!1 +if(o){$.cB() +o=$.bN() +l=o.d +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}q*=l +o=o.d +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}p*=o}break +default:break}k=A.a([],t.A) +j=A.asS(a,d.b) +o=$.dr() +if(o===B.bt){o=$.a6Z +o=o==null?null:o.gpZ().f.X($.au0()) +if(o!==!0){o=$.a6Z +o=o==null?null:o.gpZ().f.X($.au1()) +i=o===!0}else i=!0}else i=!1 +o=a.ctrlKey&&!i +l=d.d +h=j.a +if(o){o=A.eZ(a) +o.toString +o=A.pl(o) +$.cB() +g=$.bN() +f=g.d +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}g=g.d +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}e=A.hW(a) +e.toString +l.a9p(k,B.c.a2(e),B.cC,r,s,h*f,j.b*g,1,1,Math.exp(-p/200),B.a5_,o)}else{o=A.eZ(a) +o.toString +o=A.pl(o) +$.cB() +g=$.bN() +f=g.d +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}g=g.d +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}e=A.hW(a) +e.toString +l.a9r(k,B.c.a2(e),B.cC,r,s,h*f,j.b*g,1,1,q,p,B.a4Z,o)}d.f=a +d.r=s===B.cE +return k}, +Hx(a){var s=this.b,r=t.e.a(A.bi(a)),q=t.K,p=A.am(A.K(["capture",!1,"passive",!1],t.N,q)) +q=p==null?q.a(p):p +s.addEventListener("wheel",r,q) +this.a.push(new A.BK("wheel",s,r,!1,!0))}, +Ju(a){this.c.$1(this.a_q(a)) +a.preventDefault()}} +A.jB.prototype={ +j(a){return A.u(this).j(0)+"(change: "+this.a.j(0)+", buttons: "+this.b+")"}} +A.pm.prototype={ +FZ(a,b){var s +if(this.a!==0)return this.yr(b) +s=(b===0&&a>-1?A.aRp(a):b)&1073741823 +this.a=s +return new A.jB(B.E7,s)}, +yr(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new A.jB(B.cC,r) +this.a=s +return new A.jB(s===0?B.cC:B.ep,s)}, +tT(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new A.jB(B.kS,0)}return null}, +G_(a){if((a&1073741823)===0){this.a=0 +return new A.jB(B.cC,0)}return null}, +G0(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new A.jB(B.kS,s) +else return new A.jB(B.ep,s)}} +A.akQ.prototype={ +A_(a){return this.w.bm(a,new A.akS())}, +KT(a){if(A.aqG(a)==="touch")this.w.v(0,A.avf(a))}, +zf(a,b,c,d,e){this.BM(a,b,new A.akR(this,d,c),e)}, +ze(a,b,c){return this.zf(a,b,c,!0,!0)}, +YV(a,b,c,d){return this.zf(a,b,c,d,!0)}, +pA(){var s=this,r=s.b +s.ze(r,"pointerdown",new A.akT(s)) +s.ze(self.window,"pointermove",new A.akU(s)) +s.zf(r,"pointerleave",new A.akV(s),!1,!1) +s.ze(self.window,"pointerup",new A.akW(s)) +s.YV(r,"pointercancel",new A.akX(s),!1) +s.Hx(new A.akY(s))}, +fD(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=A.aqG(c) +j.toString +s=k.KD(j) +j=A.avg(c) +j.toString +r=A.avh(c) +r.toString +j=Math.abs(j)>Math.abs(r)?A.avg(c):A.avh(c) +j.toString +r=A.eZ(c) +r.toString +q=A.pl(r) +p=c.pressure +if(p==null)p=null +o=A.asS(c,k.b) +r=k.nP(c) +$.cB() +n=$.bN() +m=n.d +if(m==null){m=self.window.devicePixelRatio +if(m===0)m=1}n=n.d +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}l=p==null?0:p +k.d.a9q(a,b.b,b.a,r,s,o.a*m,o.b*n,l,1,B.dq,j/180*3.141592653589793,q)}, +a0i(a){var s,r +if("getCoalescedEvents" in a){s=J.le(a.getCoalescedEvents(),t.e) +r=new A.et(s.a,s.$ti.h("et<1,aF>")) +if(!r.gP(r))return r}return A.a([a],t.J)}, +KD(a){switch(a){case"mouse":return B.cD +case"pen":return B.E8 +case"touch":return B.eq +default:return B.E9}}, +nP(a){var s=A.aqG(a) +s.toString +if(this.KD(s)===B.cD)s=-1 +else{s=A.avf(a) +s.toString +s=B.c.a2(s)}return s}} +A.akS.prototype={ +$0(){return new A.pm()}, +$S:447} +A.akR.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.eZ(a) +o.toString +this.a.e.z6(s,r,q,p,o)}this.c.$1(a)}, +$S:2} +A.akT.prototype={ +$1(a){var s,r,q=this.a,p=q.nP(a),o=A.a([],t.A),n=q.A_(p),m=A.hW(a) +m.toString +s=n.tT(B.c.a2(m)) +if(s!=null)q.fD(o,s,a) +m=B.c.a2(a.button) +r=A.hW(a) +r.toString +q.fD(o,n.FZ(m,B.c.a2(r)),a) +q.c.$1(o)}, +$S:8} +A.akU.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.A_(o.nP(a)),m=A.a([],t.A) +for(s=J.aA(o.a0i(a));s.q();){r=s.gH() +q=r.buttons +if(q==null)q=null +q.toString +p=n.tT(B.c.a2(q)) +if(p!=null)o.fD(m,p,r) +q=r.buttons +if(q==null)q=null +q.toString +o.fD(m,n.yr(B.c.a2(q)),r)}o.c.$1(m)}, +$S:8} +A.akV.prototype={ +$1(a){var s,r=this.a,q=r.A_(r.nP(a)),p=A.a([],t.A),o=A.hW(a) +o.toString +s=q.G_(B.c.a2(o)) +if(s!=null){r.fD(p,s,a) +r.c.$1(p)}}, +$S:8} +A.akW.prototype={ +$1(a){var s,r,q,p=this.a,o=p.nP(a),n=p.w +if(n.X(o)){s=A.a([],t.A) +n=n.i(0,o) +n.toString +r=A.hW(a) +q=n.G0(r==null?null:B.c.a2(r)) +p.KT(a) +if(q!=null){p.fD(s,q,a) +p.c.$1(s)}}}, +$S:8} +A.akX.prototype={ +$1(a){var s,r=this.a,q=r.nP(a),p=r.w +if(p.X(q)){s=A.a([],t.A) +p=p.i(0,q) +p.toString +p.a=0 +r.KT(a) +r.fD(s,new A.jB(B.kQ,0),a) +r.c.$1(s)}}, +$S:8} +A.akY.prototype={ +$1(a){this.a.Ju(a)}, +$S:2} +A.amf.prototype={ +us(a,b,c){this.a7G(a,b,new A.amg(this,!0,c))}, +pA(){var s=this,r=s.b +s.us(r,"touchstart",new A.amh(s)) +s.us(r,"touchmove",new A.ami(s)) +s.us(r,"touchend",new A.amj(s)) +s.us(r,"touchcancel",new A.amk(s))}, +uD(a,b,c,d,e){var s,r,q,p,o,n=A.aIc(e) +n.toString +n=B.c.a2(n) +s=e.clientX +$.cB() +r=$.bN() +q=r.d +if(q==null){q=self.window.devicePixelRatio +if(q===0)q=1}p=e.clientY +r=r.d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}o=c?1:0 +this.d.a9n(b,o,a,n,s*q,p*r,1,1,B.dq,d)}} +A.amg.prototype={ +$1(a){var s=a.altKey,r=a.ctrlKey,q=a.metaKey,p=a.shiftKey,o=A.eZ(a) +o.toString +this.a.e.z6(s,r,q,p,o) +this.c.$1(a)}, +$S:2} +A.amh.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.eZ(a) +l.toString +s=A.pl(l) +r=A.a([],t.A) +for(l=t.e,q=t.VA,q=A.c5(new A.kU(a.changedTouches,q),q.h("p.E"),l),l=A.c5(q.a,A.j(q).c,l),q=J.aA(l.a),l=A.j(l),l=l.h("@<1>").ah(l.z[1]).z[1],p=this.a;q.q();){o=l.a(q.gH()) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(!m.p(0,B.c.a2(n))){n=o.identifier +if(n==null)n=null +n.toString +m.D(0,B.c.a2(n)) +p.uD(B.E7,r,!0,s,o)}}p.c.$1(r)}, +$S:8} +A.ami.prototype={ +$1(a){var s,r,q,p,o,n,m +a.preventDefault() +s=A.eZ(a) +s.toString +r=A.pl(s) +q=A.a([],t.A) +for(s=t.e,p=t.VA,p=A.c5(new A.kU(a.changedTouches,p),p.h("p.E"),s),s=A.c5(p.a,A.j(p).c,s),p=J.aA(s.a),s=A.j(s),s=s.h("@<1>").ah(s.z[1]).z[1],o=this.a;p.q();){n=s.a(p.gH()) +m=n.identifier +if(m==null)m=null +m.toString +if(o.w.p(0,B.c.a2(m)))o.uD(B.ep,q,!0,r,n)}o.c.$1(q)}, +$S:8} +A.amj.prototype={ +$1(a){var s,r,q,p,o,n,m,l +a.preventDefault() +s=A.eZ(a) +s.toString +r=A.pl(s) +q=A.a([],t.A) +for(s=t.e,p=t.VA,p=A.c5(new A.kU(a.changedTouches,p),p.h("p.E"),s),s=A.c5(p.a,A.j(p).c,s),p=J.aA(s.a),s=A.j(s),s=s.h("@<1>").ah(s.z[1]).z[1],o=this.a;p.q();){n=s.a(p.gH()) +m=n.identifier +if(m==null)m=null +m.toString +l=o.w +if(l.p(0,B.c.a2(m))){m=n.identifier +if(m==null)m=null +m.toString +l.v(0,B.c.a2(m)) +o.uD(B.kS,q,!1,r,n)}}o.c.$1(q)}, +$S:8} +A.amk.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.eZ(a) +l.toString +s=A.pl(l) +r=A.a([],t.A) +for(l=t.e,q=t.VA,q=A.c5(new A.kU(a.changedTouches,q),q.h("p.E"),l),l=A.c5(q.a,A.j(q).c,l),q=J.aA(l.a),l=A.j(l),l=l.h("@<1>").ah(l.z[1]).z[1],p=this.a;q.q();){o=l.a(q.gH()) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(m.p(0,B.c.a2(n))){n=o.identifier +if(n==null)n=null +n.toString +m.v(0,B.c.a2(n)) +p.uD(B.kQ,r,!1,s,o)}}p.c.$1(r)}, +$S:8} +A.akv.prototype={ +Ht(a,b,c,d){this.BM(a,b,new A.akw(this,!0,c),d)}, +zc(a,b,c){return this.Ht(a,b,c,!0)}, +pA(){var s=this,r=s.b +s.zc(r,"mousedown",new A.akx(s)) +s.zc(self.window,"mousemove",new A.aky(s)) +s.Ht(r,"mouseleave",new A.akz(s),!1) +s.zc(self.window,"mouseup",new A.akA(s)) +s.Hx(new A.akB(s))}, +fD(a,b,c){var s,r,q=A.asS(c,this.b),p=A.eZ(c) +p.toString +p=A.pl(p) +$.cB() +s=$.bN() +r=s.d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}s=s.d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}this.d.a9o(a,b.b,b.a,-1,B.cD,q.a*r,q.b*s,1,1,B.dq,p)}} +A.akw.prototype={ +$1(a){var s=a.getModifierState("Alt"),r=a.getModifierState("Control"),q=a.getModifierState("Meta"),p=a.getModifierState("Shift"),o=A.eZ(a) +o.toString +this.a.e.z6(s,r,q,p,o) +this.c.$1(a)}, +$S:2} +A.akx.prototype={ +$1(a){var s,r,q=A.a([],t.A),p=this.a,o=p.w,n=A.hW(a) +n.toString +s=o.tT(B.c.a2(n)) +if(s!=null)p.fD(q,s,a) +n=B.c.a2(a.button) +r=A.hW(a) +r.toString +p.fD(q,o.FZ(n,B.c.a2(r)),a) +p.c.$1(q)}, +$S:8} +A.aky.prototype={ +$1(a){var s,r=A.a([],t.A),q=this.a,p=q.w,o=A.hW(a) +o.toString +s=p.tT(B.c.a2(o)) +if(s!=null)q.fD(r,s,a) +o=A.hW(a) +o.toString +q.fD(r,p.yr(B.c.a2(o)),a) +q.c.$1(r)}, +$S:8} +A.akz.prototype={ +$1(a){var s,r=A.a([],t.A),q=this.a,p=A.hW(a) +p.toString +s=q.w.G_(B.c.a2(p)) +if(s!=null){q.fD(r,s,a) +q.c.$1(r)}}, +$S:8} +A.akA.prototype={ +$1(a){var s,r=A.a([],t.A),q=this.a,p=A.hW(a) +p=p==null?null:B.c.a2(p) +s=q.w.G0(p) +if(s!=null){q.fD(r,s,a) +q.c.$1(r)}}, +$S:8} +A.akB.prototype={ +$1(a){this.a.Ju(a)}, +$S:2} +A.uq.prototype={} +A.a9Z.prototype={ +uG(a,b,c){return this.a.bm(a,new A.aa_(b,c))}, +m9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,a0,a1,a2,a3,a4,a5,a6,a7,a8){var s,r,q=this.a.i(0,c) +q.toString +s=q.b +r=q.c +q.b=i +q.c=j +q=q.a +if(q==null)q=0 +return A.ax2(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)}, +AH(a,b,c){var s=this.a.i(0,a) +s.toString +return s.b!==b||s.c!==c}, +l_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,a0,a1,a2,a3,a4,a5,a6,a7){var s,r,q=this.a.i(0,c) +q.toString +s=q.b +r=q.c +q.b=i +q.c=j +q=q.a +if(q==null)q=0 +return A.ax2(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.dq,a5,!0,a6,a7)}, +r0(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var s,r,q,p=this +if(m===B.dq)switch(c.a){case 1:p.uG(d,f,g) +a.push(p.m9(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.X(d) +p.uG(d,f,g) +if(!s)a.push(p.l_(b,B.kR,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.m9(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.X(d) +p.uG(d,f,g).a=$.ayT=$.ayT+1 +if(!s)a.push(p.l_(b,B.kR,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.AH(d,f,g))a.push(p.l_(0,B.cC,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.m9(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.m9(b,c,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +p.b=b +break +case 6:case 0:r=p.a +q=r.i(0,d) +q.toString +if(c===B.kQ){f=q.b +g=q.c}if(p.AH(d,f,g))a.push(p.l_(p.b,B.ep,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +a.push(p.m9(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.eq){a.push(p.l_(0,B.a4X,d,0,0,e,!1,0,f,g,0,0,i,0,0,0,0,0,j,k,l,0,n,o)) +r.v(0,d)}break +case 2:r=p.a +q=r.i(0,d) +q.toString +a.push(p.m9(b,c,d,0,0,e,!1,0,q.b,q.c,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +r.v(0,d) +break +case 7:case 8:case 9:break}else switch(m.a){case 1:case 2:case 3:s=p.a.X(d) +p.uG(d,f,g) +if(!s)a.push(p.l_(b,B.kR,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.AH(d,f,g))if(b!==0)a.push(p.l_(b,B.ep,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +else a.push(p.l_(b,B.cC,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.m9(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}}, +a9p(a,b,c,d,e,f,g,h,i,j,k,l){return this.r0(a,b,c,d,e,f,g,h,i,j,0,0,k,0,l)}, +a9r(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.r0(a,b,c,d,e,f,g,h,i,1,j,k,l,0,m)}, +a9o(a,b,c,d,e,f,g,h,i,j,k){return this.r0(a,b,c,d,e,f,g,h,i,1,0,0,j,0,k)}, +a9n(a,b,c,d,e,f,g,h,i,j){return this.r0(a,b,c,d,B.eq,e,f,g,h,1,0,0,i,0,j)}, +a9q(a,b,c,d,e,f,g,h,i,j,k,l){return this.r0(a,b,c,d,e,f,g,h,i,1,0,0,j,k,l)}} +A.aa_.prototype={ +$0(){return new A.uq(this.a,this.b)}, +$S:431} +A.arq.prototype={} +A.aax.prototype={ +Yz(a){var s=this,r=t.e +s.b=r.a(A.bi(new A.aay(s))) +A.c6(self.window,"keydown",s.b,null) +s.c=r.a(A.bi(new A.aaz(s))) +A.c6(self.window,"keyup",s.c,null) +$.mZ.push(new A.aaA(s))}, +m(){var s,r,q=this +A.ee(self.window,"keydown",q.b,null) +A.ee(self.window,"keyup",q.c,null) +for(s=q.a,r=A.ka(s,s.r);r.q();)s.i(0,r.d).bd() +s.M(0) +$.ars=q.c=q.b=null}, +Jp(a){var s,r,q,p,o,n,m=this,l=globalThis.KeyboardEvent +if(!(l!=null&&a instanceof l))return +s=new A.iW(a) +r=A.nq(a) +r.toString +if(a.type==="keydown"&&A.iS(a)==="Tab"&&a.isComposing)return +q=A.iS(a) +q.toString +if(!(q==="Meta"||q==="Shift"||q==="Alt"||q==="Control")&&m.e){q=m.a +p=q.i(0,r) +if(p!=null)p.bd() +if(a.type==="keydown")p=a.ctrlKey||a.shiftKey||a.altKey||a.metaKey +else p=!1 +if(p)q.n(0,r,A.d4(B.jB,new A.aaC(m,r,s))) +else q.v(0,r)}o=a.getModifierState("Shift")?1:0 +if(a.getModifierState("Alt")||a.getModifierState("AltGraph"))o|=2 +if(a.getModifierState("Control"))o|=4 +if(a.getModifierState("Meta"))o|=8 +m.d=o +if(a.type==="keydown")if(A.iS(a)==="CapsLock"){r=o|32 +m.d=r}else if(A.nq(a)==="NumLock"){r=o|16 +m.d=r}else if(A.iS(a)==="ScrollLock"){r=o|64 +m.d=r}else{if(A.iS(a)==="Meta"){r=$.dr() +r=r===B.kI}else r=!1 +if(r){r=o|8 +m.d=r}else r=o}else r=o +n=A.K(["type",a.type,"keymap","web","code",A.nq(a),"key",A.iS(a),"location",B.c.a2(a.location),"metaState",r,"keyCode",B.c.a2(a.keyCode)],t.N,t.z) +$.aY().iB("flutter/keyevent",B.a6.bV(n),new A.aaD(s))}} +A.aay.prototype={ +$1(a){this.a.Jp(a)}, +$S:2} +A.aaz.prototype={ +$1(a){this.a.Jp(a)}, +$S:2} +A.aaA.prototype={ +$0(){this.a.m()}, +$S:0} +A.aaC.prototype={ +$0(){var s,r,q=this.a +q.a.v(0,this.b) +s=this.c.a +r=A.K(["type","keyup","keymap","web","code",A.nq(s),"key",A.iS(s),"location",B.c.a2(s.location),"metaState",q.d,"keyCode",B.c.a2(s.keyCode)],t.N,t.z) +$.aY().iB("flutter/keyevent",B.a6.bV(r),A.aPM())}, +$S:0} +A.aaD.prototype={ +$1(a){if(a==null)return +if(A.he(t.a.a(B.a6.fb(a)).i(0,"handled")))this.a.a.preventDefault()}, +$S:21} +A.IV.prototype={} +A.IU.prototype={ +OL(a,b,c){var s=this.dy,r=this.fr,q=this.fx +A.b8(a,"drawImage",[s,0,0,r,q,b,c,r,q])}, +Nw(a,b){var s,r,q,p,o,n=this,m="attachShader",l=a+"||"+b,k=$.a4P.aD().i(0,l) +if(k==null){s=n.NM("VERTEX_SHADER",a) +r=n.NM("FRAGMENT_SHADER",b) +q=n.a +p=q.createProgram() +A.b8(q,m,[p,s]) +A.b8(q,m,[p,r]) +A.b8(q,"linkProgram",[p]) +o=n.ay +if(!A.b8(q,"getProgramParameter",[p,o==null?n.ay=q.LINK_STATUS:o]))A.F(A.cS(A.b8(q,"getProgramInfoLog",[p]))) +k=new A.IV(p) +$.a4P.aD().n(0,l,k)}return k}, +NM(a,b){var s,r=this.a,q=r.createShader(r[a]) +if(q==null)throw A.d(A.cS(A.aPf(r,"getError"))) +A.b8(r,"shaderSource",[q,b]) +A.b8(r,"compileShader",[q]) +s=this.c +if(!A.b8(r,"getShaderParameter",[q,s==null?this.c=r.COMPILE_STATUS:s]))throw A.d(A.cS("Shader compilation failed: "+A.f(A.b8(r,"getShaderInfoLog",[q])))) +return q}, +goW(){var s=this.d +return s==null?this.d=this.a.ARRAY_BUFFER:s}, +gxa(){var s=this.e +return s==null?this.e=this.a.ELEMENT_ARRAY_BUFFER:s}, +gE2(){var s=this.f +return s==null?this.f=this.a.STATIC_DRAW:s}, +js(a,b){var s=A.b8(this.a,"getUniformLocation",[a,b]) +if(s==null)throw A.d(A.cS(b+" not found")) +else return s}, +afl(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.DU(q.fx,s) +s=A.jX(r,"2d",null) +s.toString +q.OL(t.e.a(s),0,0) +return r}}} +A.a9f.prototype={ +Ma(a){var s,r,q,p,o=this.c +$.bN() +s=self.window.devicePixelRatio +if(s===0)s=1 +r=this.d +q=self.window.devicePixelRatio +if(q===0)q=1 +p=a.style +A.r(p,"position","absolute") +A.r(p,"width",A.f(o/s)+"px") +A.r(p,"height",A.f(r/q)+"px")}} +A.vl.prototype={ +I(){return"Assertiveness."+this.b}} +A.a_o.prototype={ +a83(a){switch(a.a){case 0:return this.a +case 1:return this.b}}, +N5(a,b){var s=this.a83(b),r=A.b9(self.document,"div") +A.ave(r,a) +s.append(r) +A.d4(B.d3,new A.a_p(r))}} +A.a_p.prototype={ +$0(){return this.a.remove()}, +$S:0} +A.AS.prototype={ +I(){return"_CheckableKind."+this.b}} +A.a0N.prototype={ +e3(){var s,r,q,p,o=this,n="true" +o.jE() +s=o.b +if((s.k3&1)!==0){switch(o.e.a){case 0:r=A.am("checkbox") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 1:r=A.am("radio") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 2:r=A.am("switch") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break}if(s.Dg()===B.fe){q=s.k2 +r=A.am(n) +if(r==null)r=t.K.a(r) +q.setAttribute("aria-disabled",r) +r=A.am(n) +if(r==null)r=t.K.a(r) +q.setAttribute("disabled",r)}else o.KQ() +r=s.a +p=A.am((r&2)!==0||(r&131072)!==0?n:"false") +r=p==null?t.K.a(p):p +s.k2.setAttribute("aria-checked",r)}}, +m(){this.pJ() +this.KQ()}, +KQ(){var s=this.b.k2 +s.removeAttribute("aria-disabled") +s.removeAttribute("disabled")}} +A.HT.prototype={ +e3(){var s,r,q +this.jE() +s=this.b +if((s.a&4096)!==0){r=s.z +s=s.k2 +q=A.am(r==null?"":r) +if(q==null)q=t.K.a(q) +s.setAttribute("aria-label",q) +q=A.am("dialog") +if(q==null)q=t.K.a(q) +s.setAttribute("role",q)}}, +Ov(a){var s,r=this.b +if((r.a&4096)!==0)return +r=r.k2 +s=A.am("dialog") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.am(a.b.k2.id) +if(s==null)s=t.K.a(s) +r.setAttribute("aria-describedby",s)}} +A.rX.prototype={ +e3(){var s,r=this,q=r.b +if((q.a&4096)===0)return +if((q.k3&1024)!==0){s=r.d +if(s!=null)s.Ov(r) +else q.k1.e.push(new A.abI(r))}}, +a3k(){var s,r,q=this.b.ok +while(!0){s=q!=null +if(s){r=q.p2 +r=(r==null?null:r.a)!==B.hF}else r=!1 +if(!r)break +q=q.ok}if(s){s=q.p2 +s=(s==null?null:s.a)===B.hF}else s=!1 +if(s){s=q.p2 +s.toString +this.d=t.JX.a(s)}}} +A.abI.prototype={ +$0(){var s,r=this.a +r.a3k() +s=r.d +if(s!=null)s.Ov(r)}, +$S:0} +A.qJ.prototype={ +e3(){var s,r=this.b +if((r.a&2097152)!==0){s=this.d +if(s.b==null)s.Qj(r.id,r.k2) +r=r.a +if((r&32)!==0)r=(r&64)===0||(r&128)!==0 +else r=!1 +s.NB(r)}else this.d.yN()}} +A.pR.prototype={ +Qj(a,b){var s,r,q=this,p=q.b,o=p==null +if(b===(o?null:p.a[2])){o=p.a +if(a===o[3])return +s=o[2] +r=o[1] +q.b=new A.Ce([o[0],r,s,a]) +return}if(!o)q.yN() +o=t.e +s=o.a(A.bi(new A.a_r(q))) +s=[o.a(A.bi(new A.a_s(q))),s,b,a] +q.b=new A.Ce(s) +b.tabIndex=0 +A.c6(b,"focus",s[1],null) +A.c6(b,"blur",s[0],null)}, +yN(){var s,r=this.b +this.b=null +if(r==null)return +s=r.a +A.ee(s[2],"focus",s[1],null) +A.ee(s[2],"blur",s[0],null) +s[2].blur()}, +Lk(a){var s,r,q=this.b +if(q==null)return +s=$.aY() +r=q.a[3] +s.iC(r,a?B.l7:B.l8,null)}, +NB(a){var s=this.b +if(s==null)return +this.a.e.push(new A.a_q(this,s,a))}} +A.a_r.prototype={ +$1(a){return this.a.Lk(!0)}, +$S:2} +A.a_s.prototype={ +$1(a){return this.a.Lk(!1)}, +$S:2} +A.a_q.prototype={ +$0(){var s=this.b +if(!J.c(this.a.b,s))return +s=s.a +if(this.c)s[2].focus() +else s[2].blur()}, +$S:0} +A.a6h.prototype={ +e3(){var s,r,q,p=this +p.jE() +s=p.b +if(s.gE1()){r=s.dy +r=r!=null&&!B.ei.gP(r)}else r=!1 +if(r){if(p.e==null){p.e=A.b9(self.document,"flt-semantics-img") +r=s.dy +if(r!=null&&!B.ei.gP(r)){r=p.e.style +A.r(r,"position","absolute") +A.r(r,"top","0") +A.r(r,"left","0") +q=s.y +A.r(r,"width",A.f(q.c-q.a)+"px") +q=s.y +A.r(r,"height",A.f(q.d-q.b)+"px")}A.r(p.e.style,"font-size","6px") +r=p.e +r.toString +s.k2.append(r)}s=p.e +s.toString +r=A.am("img") +if(r==null)r=t.K.a(r) +s.setAttribute("role",r) +p.Lm(p.e)}else{r=s.k2 +if(s.gE1()){s=A.am("img") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +p.Lm(r) +p.zx()}else{p.zx() +r.removeAttribute("aria-label")}}}, +Lm(a){var s=this.b.z +if(s!=null&&s.length!==0){a.toString +s.toString +s=A.am(s) +if(s==null)s=t.K.a(s) +a.setAttribute("aria-label",s)}}, +zx(){var s=this.e +if(s!=null){s.remove() +this.e=null}}, +m(){this.pJ() +this.zx() +this.b.k2.removeAttribute("aria-label")}} +A.a6r.prototype={ +Yu(a){var s,r=this,q=r.b +r.fI(new A.o4(B.hK,q)) +r.fI(new A.rX(B.l1,q)) +r.fI(new A.xA(B.Em,q)) +q=r.e +a.k2.append(q) +A.a2t(q,"range") +s=A.am("slider") +if(s==null)s=t.K.a(s) +q.setAttribute("role",s) +A.c6(q,"change",t.e.a(A.bi(new A.a6s(r,a))),null) +s=new A.a6t(r) +r.w=s +a.k1.as.push(s) +r.f.Qj(a.id,q)}, +e3(){var s,r=this +r.jE() +s=r.b +switch(s.k1.z.a){case 1:r.a07() +r.a6T() +break +case 0:r.Iy() +break}r.f.NB((s.a&32)!==0)}, +a07(){var s=this.e,r=A.aqE(s) +r.toString +if(!r)return +A.av6(s,!1)}, +a6T(){var s,r,q,p,o,n,m,l=this +if(!l.x){s=l.b.k3 +r=(s&4096)!==0||(s&8192)!==0||(s&16384)!==0}else r=!0 +if(!r)return +l.x=!1 +q=""+l.r +s=l.e +A.av7(s,q) +p=A.am(q) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuenow",p) +p=l.b +o=p.ax +o.toString +o=A.am(o) +if(o==null)o=t.K.a(o) +s.setAttribute("aria-valuetext",o) +n=p.ch.length!==0?""+(l.r+1):q +s.max=n +o=A.am(n) +if(o==null)o=t.K.a(o) +s.setAttribute("aria-valuemax",o) +m=p.cx.length!==0?""+(l.r-1):q +s.min=m +p=A.am(m) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuemin",p)}, +Iy(){var s=this.e,r=A.aqE(s) +r.toString +if(r)return +A.av6(s,!0)}, +m(){var s=this +s.pJ() +s.f.yN() +B.b.v(s.b.k1.as,s.w) +s.w=null +s.Iy() +s.e.remove()}} +A.a6s.prototype={ +$1(a){var s,r=this.a,q=r.e,p=A.aqE(q) +p.toString +if(p)return +r.x=!0 +q=A.aqF(q) +q.toString +s=A.dC(q,null) +q=r.r +if(s>q){r.r=q+1 +$.aY().iC(this.b.id,B.ED,null)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aY().iC(p,B.eA,n) +else $.aY().iC(p,B.eC,n)}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aY().iC(p,B.eB,n) +else $.aY().iC(p,B.eD,n)}}}, +e3(){var s,r,q,p=this +p.jE() +s=p.b +r=s.k1 +r.e.push(new A.acs(p)) +if(p.r==null){s=s.k2 +A.r(s.style,"touch-action","none") +p.IW() +q=new A.act(p) +p.e=q +r.as.push(q) +q=t.e.a(A.bi(new A.acu(p))) +p.r=q +A.c6(s,"scroll",q,null)}}, +gIC(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.k2 +if(r)return B.c.a2(s.scrollTop) +else return B.c.a2(s.scrollLeft)}, +Kh(){var s,r,q,p,o=this,n="transform",m=o.b,l=m.k2,k=m.y +if(k==null){$.dG().$1("Warning! the rect attribute of semanticsObject is null") +return}s=m.b +s.toString +s=(s&32)!==0||(s&16)!==0 +r=o.f +q=k.d-k.b +p=k.c-k.a +if(s){s=B.c.dn(q) +r=r.style +A.r(r,n,"translate(0px,"+(s+10)+"px)") +A.r(r,"width",""+B.c.ar(p)+"px") +A.r(r,"height","10px") +l.scrollTop=10 +m.p3=o.w=B.c.a2(l.scrollTop) +m.p4=0}else{s=B.c.dn(p) +r=r.style +A.r(r,n,"translate("+(s+10)+"px,0px)") +A.r(r,"width","10px") +A.r(r,"height",""+B.c.ar(q)+"px") +l.scrollLeft=10 +q=B.c.a2(l.scrollLeft) +o.w=q +m.p3=0 +m.p4=q}}, +IW(){var s="overflow-y",r="overflow-x",q=this.b,p=q.k2 +switch(q.k1.z.a){case 1:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.r(p.style,s,"scroll") +else A.r(p.style,r,"scroll") +break +case 0:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.r(p.style,s,"hidden") +else A.r(p.style,r,"hidden") +break}}, +m(){var s,r,q,p,o=this +o.pJ() +s=o.b +r=s.k2 +q=r.style +q.removeProperty("overflowY") +q.removeProperty("overflowX") +q.removeProperty("touch-action") +p=o.r +if(p!=null)A.ee(r,"scroll",p,null) +B.b.v(s.k1.as,o.e) +o.e=null}} +A.acs.prototype={ +$0(){var s=this.a +s.Kh() +s.b.F2()}, +$S:0} +A.act.prototype={ +$1(a){this.a.IW()}, +$S:149} +A.acu.prototype={ +$1(a){this.a.a52()}, +$S:2} +A.qz.prototype={ +j(a){var s=A.a([],t.s),r=this.a +if((r&1)!==0)s.push("accessibleNavigation") +if((r&2)!==0)s.push("invertColors") +if((r&4)!==0)s.push("disableAnimations") +if((r&8)!==0)s.push("boldText") +if((r&16)!==0)s.push("reduceMotion") +if((r&32)!==0)s.push("highContrast") +if((r&64)!==0)s.push("onOffSwitchLabels") +return"AccessibilityFeatures"+A.f(s)}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.qz&&b.a===this.a}, +gt(a){return B.i.gt(this.a)}, +O3(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.qz((r&64)!==0?s|64:s&4294967231)}, +a9y(a){return this.O3(null,a)}, +a9u(a){return this.O3(a,null)}} +A.a2X.prototype={ +sacl(a){var s=this.a +this.a=a?s|32:s&4294967263}, +bj(){return new A.qz(this.a)}} +A.Ox.prototype={$iarE:1} +A.Ov.prototype={} +A.ie.prototype={ +I(){return"PrimaryRole."+this.b}} +A.oG.prototype={ +I(){return"Role."+this.b}} +A.Nb.prototype={ +pR(a,b){var s=this,r=s.b +s.fI(new A.qJ(new A.pR(r.k1),B.l0,r)) +s.fI(new A.o4(B.hK,r)) +s.fI(new A.rX(B.l1,r)) +s.fI(new A.xA(B.Em,r)) +s.fI(new A.A2(B.El,r))}, +fI(a){var s=this.c;(s==null?this.c=A.a([],t.VM):s).push(a)}, +e3(){var s,r,q=this.c +if(q==null)return +for(s=q.length,r=0;r1)for(p=0;p=0;--p){g=l[p] +s=g.id +if(!B.b.p(a0,s)){k=g.k2 +if(a1==null)m.append(k) +else m.insertBefore(k,a1) +g.ok=a2 +q.c.n(0,s,a2)}a1=g.k2}a2.p1=l}, +a0T(){var s,r,q=this +if(q.go!==-1)return B.kX +else if((q.a&16)!==0)return B.Ee +else{s=q.b +s.toString +if((s&64)!==0||(s&128)!==0)return B.Ed +else if(q.gE1())return B.Ef +else{s=q.a +if((s&1)!==0||(s&65536)!==0)return B.kW +else if((s&8)!==0)return B.kV +else{r=q.b +r.toString +if((r&32)!==0||(r&16)!==0||(r&4)!==0||(r&8)!==0)return B.kU +else if((s&2048)!==0)return B.hF +else return B.kY}}}}, +a_A(a){var s,r,q,p=this +switch(a.a){case 3:s=new A.aeo(B.Ee,p) +s.a5W() +break +case 1:s=A.b9(self.document,"flt-semantics-scroll-overflow") +r=new A.acl(s,B.kU,p) +r.pR(B.kU,p) +q=s.style +A.r(q,"position","absolute") +A.r(q,"transform-origin","0 0 0") +A.r(q,"pointer-events","none") +p.k2.append(s) +s=r +break +case 0:s=A.aJu(p) +break +case 2:s=new A.a0n(B.kV,p) +s.pR(B.kV,p) +r=A.am("button") +if(r==null)r=t.K.a(r) +p.k2.setAttribute("role",r) +break +case 4:s=new A.a0N(A.aPl(p),B.kW,p) +s.pR(B.kW,p) +break +case 6:s=new A.HT(B.hF,p) +s.fI(new A.qJ(new A.pR(p.k1),B.l0,p)) +s.fI(new A.o4(B.hK,p)) +break +case 5:s=new A.a6h(B.Ef,p) +s.fI(new A.qJ(new A.pR(p.k1),B.l0,p)) +s.fI(new A.o4(B.hK,p)) +s.fI(new A.rX(B.l1,p)) +s.fI(new A.A2(B.El,p)) +break +case 7:s=new A.a9X(B.kX,p) +s.pR(B.kX,p) +break +case 8:s=new A.a4u(B.kY,p) +s.pR(B.kY,p) +break +default:s=null}return s}, +a72(){var s=this,r=s.p2,q=s.a0T() +if(r!=null)if(r.a===q){r.e3() +return}else{r.m() +r=s.p2=null}if(r==null){r=s.a_A(q) +s.p2=r +r.e3()}}, +F2(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.k2,g=h.style,f=i.y +A.r(g,"width",A.f(f.c-f.a)+"px") +f=i.y +A.r(g,"height",A.f(f.d-f.b)+"px") +g=i.dy +s=g!=null&&!B.ei.gP(g)?i.FR():null +g=i.y +r=g.b===0&&g.a===0 +q=i.dx +g=q==null +p=g||A.apF(q)===B.FD +if(r&&p&&i.p3===0&&i.p4===0){A.acW(h) +if(s!=null)A.acW(s) +return}o=A.aR("effectiveTransform") +if(!r)if(g){g=i.y +n=g.a +m=g.b +g=A.dv() +g.kL(n,m,0) +o.b=g +l=n===0&&m===0}else{g=new A.bM(new Float32Array(16)) +g.aW(new A.bM(q)) +f=i.y +g.aI(f.a,f.b) +o.b=g +l=o.ai().rO()}else if(!p){o.b=new A.bM(q) +l=!1}else l=!0 +if(!l){h=h.style +A.r(h,"transform-origin","0 0 0") +A.r(h,"transform",A.hM(o.ai().a))}else A.acW(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.r(j,"top",A.f(-h+k)+"px") +A.r(j,"left",A.f(-g+f)+"px")}else A.acW(s)}, +Ss(a){var s +a.$1(this) +s=this.p1 +if(s!=null)B.b.a1(s,new A.acX(a))}, +j(a){return this.c1(0)}} +A.acX.prototype={ +$1(a){a.Ss(this.a)}, +$S:154} +A.a_t.prototype={ +I(){return"AccessibilityMode."+this.b}} +A.nG.prototype={ +I(){return"GestureMode."+this.b}} +A.zB.prototype={ +I(){return"SemanticsUpdatePhase."+this.b}} +A.a3f.prototype={ +Ys(){$.mZ.push(new A.a3g(this))}, +a0n(){var s,r,q,p,o,n,m,l,k,j,i,h=this +for(r=h.d,q=r.length,p=h.b,o=t.Qo,n=0;n>>0}n=m.cx +if(l.ax!==n){l.ax=n +l.k3=(l.k3|4096)>>>0}n=m.cy +if(l.ay!==n){l.ay=n +l.k3=(l.k3|4096)>>>0}n=m.ax +if(l.z!==n){l.z=n +l.k3=(l.k3|1024)>>>0}n=m.ay +if(l.Q!==n){l.Q=n +l.k3=(l.k3|1024)>>>0}n=m.at +if(!J.c(l.y,n)){l.y=n +l.k3=(l.k3|512)>>>0}n=m.go +if(l.dx!==n){l.dx=n +l.k3=(l.k3|65536)>>>0}n=m.z +if(l.r!==n){l.r=n +l.k3=(l.k3|64)>>>0}n=m.c +if(l.b!==n){l.b=n +l.k3=(l.k3|2)>>>0}n=m.f +if(l.c!==n){l.c=n +l.k3=(l.k3|4)>>>0}n=m.r +if(l.d!==n){l.d=n +l.k3=(l.k3|8)>>>0}n=m.x +if(l.e!==n){l.e=n +l.k3=(l.k3|16)>>>0}n=m.y +if(l.f!==n){l.f=n +l.k3=(l.k3|32)>>>0}n=m.Q +if(l.w!==n){l.w=n +l.k3=(l.k3|128)>>>0}n=m.as +if(l.x!==n){l.x=n +l.k3=(l.k3|256)>>>0}n=m.ch +if(l.as!==n){l.as=n +l.k3=(l.k3|2048)>>>0}n=m.CW +if(l.at!==n){l.at=n +l.k3=(l.k3|2048)>>>0}n=m.db +if(l.ch!==n){l.ch=n +l.k3=(l.k3|8192)>>>0}n=m.dx +if(l.CW!==n){l.CW=n +l.k3=(l.k3|8192)>>>0}n=m.dy +if(l.cx!==n){l.cx=n +l.k3=(l.k3|16384)>>>0}n=m.fr +if(l.cy!==n){l.cy=n +l.k3=(l.k3|16384)>>>0}n=m.fx +if(l.fy!==n){l.fy=n +l.k3=(l.k3|4194304)>>>0}n=m.fy +if(l.db!=n){l.db=n +l.k3=(l.k3|32768)>>>0}n=m.k1 +if(l.fr!==n){l.fr=n +l.k3=(l.k3|1048576)>>>0}n=m.id +if(l.dy!==n){l.dy=n +l.k3=(l.k3|524288)>>>0}n=m.k2 +if(l.fx!==n){l.fx=n +l.k3=(l.k3|2097152)>>>0}n=m.w +if(l.go!==n){l.go=n +l.k3=(l.k3|8388608)>>>0}l.a72() +n=l.k3 +if((n&512)!==0||(n&65536)!==0||(n&64)!==0)l.F2() +n=l.dy +n=!(n!=null&&!B.ei.gP(n))&&l.go===-1 +k=l.k2 +if(n){n=k.style +n.setProperty("pointer-events","all","")}else{n=k.style +n.setProperty("pointer-events","none","")}}for(o=0;o=20)return i.d=!0 +if(!B.a67.p(0,a.type))return!0 +if(i.a!=null)return!1 +r=A.aR("activationPoint") +switch(a.type){case"click":r.scm(new A.wk(a.offsetX,a.offsetY)) +break +case"touchstart":case"touchend":s=t.VA +s=A.c5(new A.kU(a.changedTouches,s),s.h("p.E"),t.e) +s=A.j(s).z[1].a(J.n7(s.a)) +r.scm(new A.wk(s.clientX,s.clientY)) +break +case"pointerdown":case"pointerup":r.scm(new A.wk(a.clientX,a.clientY)) +break +default:return!0}q=i.b.getBoundingClientRect() +s=q.left +p=q.right +o=q.left +n=q.top +m=q.bottom +l=q.top +k=r.ai().a-(s+(p-o)/2) +j=r.ai().b-(n+(m-l)/2) +if(k*k+j*j<1&&!0){i.d=!0 +i.a=A.d4(B.d3,new A.a81(i)) +return!1}return!0}, +QN(){var s,r=this.b=A.b9(self.document,"flt-semantics-placeholder") +A.c6(r,"click",t.e.a(A.bi(new A.a80(this))),!0) +s=A.am("button") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.am("Enable accessibility") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-label",s) +s=r.style +A.r(s,"position","absolute") +A.r(s,"left","0") +A.r(s,"top","0") +A.r(s,"right","0") +A.r(s,"bottom","0") +return r}, +m(){var s=this.b +if(s!=null)s.remove() +this.a=this.b=null}} +A.a81.prototype={ +$0(){this.a.m() +var s=$.dV;(s==null?$.dV=A.k1():s).syy(!0)}, +$S:0} +A.a80.prototype={ +$1(a){this.a.y4(a)}, +$S:2} +A.a0n.prototype={ +e3(){var s,r +this.jE() +s=this.b +r=s.k2 +if(s.Dg()===B.fe){s=A.am("true") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-disabled",s)}else r.removeAttribute("aria-disabled")}} +A.A2.prototype={ +e3(){var s=this,r=s.b,q=r.b +q.toString +if((q&1)===0||r.Dg()===B.fe)s.a6k() +else if(s.d==null){q=t.e.a(A.bi(new A.aej(s))) +s.d=q +A.c6(r.k2,"click",q,null)}}, +a6k(){var s=this.d +if(s==null)return +A.ee(this.b.k2,"click",s,null) +this.d=null}} +A.aej.prototype={ +$1(a){var s=this.a.b +if(s.k1.z!==B.co)return +$.aY().iC(s.id,B.cJ,null)}, +$S:2} +A.ad3.prototype={ +Df(a,b,c){this.CW=a +this.x=c +this.y=b}, +a7z(a){var s,r,q=this,p=q.ch +if(p===a)return +else if(p!=null)q.hi() +q.ch=a +q.c=a.e +q.LJ() +p=q.CW +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.Vf(p,r,s)}, +hi(){var s,r,q,p=this +if(!p.b)return +p.b=!1 +p.w=p.r=null +for(s=p.z,r=0;r=this.b)throw A.d(A.avU(b,this)) +return this.a[b]}, +n(a,b,c){if(b>=this.b)throw A.d(A.avU(b,this)) +this.a[b]=c}, +su(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.zO(b) +B.ac.el(q,0,p.b,p.a) +p.a=q}}p.b=b}, +e7(a){var s=this,r=s.b +if(r===s.a.length)s.Ho(r) +s.a[s.b++]=a}, +D(a,b){var s=this,r=s.b +if(r===s.a.length)s.Ho(r) +s.a[s.b++]=b}, +vO(a,b,c,d){A.ez(c,"start") +if(d!=null&&c>d)throw A.d(A.ca(d,c,null,"end",null)) +this.YM(b,c,d)}, +K(a,b){return this.vO(a,b,0,null)}, +YM(a,b,c){var s,r,q,p=this +if(A.j(p).h("H").b(a))c=c==null?a.length:c +if(c!=null){p.a2Y(p.b,a,b,c) +return}for(s=J.aA(a),r=0;s.q();){q=s.gH() +if(r>=b)p.e7(q);++r}if(ro.gu(b)||d>o.gu(b))throw A.d(A.ar("Too few elements")) +s=d-c +r=p.b+s +p.a0a(r) +o=p.a +q=a+s +B.ac.bT(o,q,p.b+s,o,a) +B.ac.bT(p.a,a,q,b,c) +p.b=r}, +a0a(a){var s,r=this +if(a<=r.a.length)return +s=r.zO(a) +B.ac.el(s,0,r.b,r.a) +r.a=s}, +zO(a){var s=this.a.length*2 +if(a!=null&&ss)throw A.d(A.ca(c,0,s,null,null)) +s=this.a +if(A.j(this).h("jF").b(d))B.ac.bT(s,b,c,d.a,e) +else B.ac.bT(s,b,c,d,e)}, +el(a,b,c,d){return this.bT(a,b,c,d,0)}} +A.Uy.prototype={} +A.PG.prototype={} +A.hu.prototype={ +j(a){return A.u(this).j(0)+"("+this.a+", "+A.f(this.b)+")"}} +A.a6I.prototype={ +bV(a){return A.rk(B.ch.dS(B.cX.rj(a)).buffer,0,null)}, +fb(a){if(a==null)return a +return B.cX.ea(B.dv.dS(A.eh(a.buffer,0,null)))}} +A.a6K.prototype={ +iw(a){return B.a6.bV(A.K(["method",a.a,"args",a.b],t.N,t.z))}, +hN(a){var s,r,q=null,p=B.a6.fb(a) +if(!t.f.b(p))throw A.d(A.bs("Expected method call Map, got "+A.f(p),q,q)) +s=p.i(0,"method") +r=p.i(0,"args") +if(typeof s=="string")return new A.hu(s,r) +throw A.d(A.bs("Invalid method call: "+p.j(0),q,q))}} +A.adF.prototype={ +bV(a){var s=A.as1() +this.e4(s,!0) +return s.l8()}, +fb(a){var s,r +if(a==null)return null +s=new A.Nk(a) +r=this.i6(s) +if(s.b=a.a.byteLength)throw A.d(B.aX) +return this.ku(a.nj(0),a)}, +ku(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.ap===$.dF()) +b.b+=4 +s=r +break +case 4:s=b.yj(0) +break +case 5:q=k.eC(b) +s=A.dC(B.dv.dS(b.nk(q)),16) +break +case 6:b.kQ(8) +r=b.a.getFloat64(b.b,B.ap===$.dF()) +b.b+=8 +s=r +break +case 7:q=k.eC(b) +s=B.dv.dS(b.nk(q)) +break +case 8:s=b.nk(k.eC(b)) +break +case 9:q=k.eC(b) +b.kQ(4) +p=b.a +o=A.awB(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.yk(k.eC(b)) +break +case 11:q=k.eC(b) +b.kQ(8) +p=b.a +o=A.awz(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.eC(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)A.F(B.aX) +b.b=m+1 +s.push(k.ku(p.getUint8(m),b))}break +case 13:q=k.eC(b) +p=t.z +s=A.B(p,p) +for(p=b.a,n=0;n=p.byteLength)A.F(B.aX) +b.b=m+1 +m=k.ku(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)A.F(B.aX) +b.b=l+1 +s.n(0,m,k.ku(p.getUint8(l),b))}break +default:throw A.d(B.aX)}return s}, +fz(a,b){var s,r,q +if(b<254)a.b.e7(b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.e7(254) +r.setUint16(0,b,B.ap===$.dF()) +s.vO(0,q,0,2)}else{s.e7(255) +r.setUint32(0,b,B.ap===$.dF()) +s.vO(0,q,0,4)}}}, +eC(a){var s=a.nj(0) +switch(s){case 254:s=a.a.getUint16(a.b,B.ap===$.dF()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,B.ap===$.dF()) +a.b+=4 +return s +default:return s}}} +A.adH.prototype={ +$2(a,b){var s=this.a,r=this.b +s.e4(r,a) +s.e4(r,b)}, +$S:156} +A.adJ.prototype={ +hN(a){var s,r,q +a.toString +s=new A.Nk(a) +r=B.bT.i6(s) +q=B.bT.i6(s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.hu(r,q) +else throw A.d(B.nY)}, +rk(a){var s=A.as1() +s.b.e7(0) +B.bT.e4(s,a) +return s.l8()}, +mF(a,b,c){var s=A.as1() +s.b.e7(1) +B.bT.e4(s,a) +B.bT.e4(s,c) +B.bT.e4(s,b) +return s.l8()}} +A.ag9.prototype={ +kQ(a){var s,r,q=this.b,p=B.i.bH(q.b,a) +if(p!==0)for(s=a-p,r=0;r0)b=c +else{$.cB() +f=$.bN().d +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}b=1/f}f=d==null?a9:A.cY(d.gl()) +b1.setProperty("-webkit-text-stroke",A.f(b)+"px "+A.f(f),"")}else if(d!=null){f=A.cY(d.gl()) +b1.setProperty("color",f,"")}f=g.cx +a=f==null?a9:f.gal() +if(a!=null){f=A.cY(a.a) +b1.setProperty("background-color",f,"")}a0=g.at +if(a0!=null){f=B.c.ec(a0) +b1.setProperty("font-size",""+f+"px","")}f=g.f +if(f!=null){f=A.aB5(f) +f.toString +b1.setProperty("font-weight",f,"")}f=g.r +if(f!=null){f=f===B.fg?"normal":"italic" +b1.setProperty("font-style",f,"")}f=A.aoc(g.y) +f.toString +b1.setProperty("font-family",f,"") +f=g.ax +if(f!=null)b1.setProperty("letter-spacing",A.f(f)+"px","") +f=g.ay +if(f!=null)b1.setProperty("word-spacing",A.f(f)+"px","") +f=g.b +e=f!=null +a1=e&&!0 +a2=g.db +if(a2!=null){a3=A.aQJ(a2) +b1.setProperty("text-shadow",a3,"")}if(a1)if(e){e=g.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.f(A.aPC(e)) +a4=f.length===0?a9:f.charCodeAt(0)==0?f:f +if(a4!=null){f=$.cj() +if(f===B.Y){f=h.style +f.setProperty("-webkit-text-decoration",a4,"")}else b1.setProperty("text-decoration",a4,"") +a5=g.c +if(a5!=null){f=A.cY(a5.a) +b1.setProperty("text-decoration-color",f,"")}}}a6=g.Q +if(a6!=null&&a6.length!==0){f=A.aPS(a6) +b1.setProperty("font-feature-settings",f,"")}a7=g.as +if(a7!=null&&a7.length!==0){g=A.aPT(a7) +b1.setProperty("font-variation-settings",g,"")}g=j.S5() +f=g.a +e=g.b +a3=h.style +a3.setProperty("position","absolute","") +a3.setProperty("top",A.f(e)+"px","") +a3.setProperty("left",A.f(f)+"px","") +a3.setProperty("width",A.f(g.c-f)+"px","") +a3.setProperty("line-height",A.f(g.d-e)+"px","") +h.append(self.document.createTextNode(i)) +b0.append(h)}++q}return b0}, +tJ(){return this.gf3().tJ()}, +tK(a,b,c,d){return this.gf3().SZ(a,b,c,d)}, +yc(a,b,c){return this.tK(a,b,c,B.f_)}, +h_(a){return this.gf3().h_(a)}, +yp(a){var s,r +switch(a.b.a){case 0:s=a.a-1 +break +case 1:s=a.a +break +default:s=null}r=this.c +r===$&&A.b() +return new A.dx(A.ays(B.afn,r,s+1),A.ays(B.afm,r,s))}, +FN(a){var s,r,q,p,o,n=this,m=a.a,l=t.OB,k=0 +while(!0){s=n.r +if(s===$){r=A.a([],l) +n.r!==$&&A.O() +q=n.r=new A.mC(n,r,B.O) +p=q +s=p}else p=s +if(!(k=o.b&&m") +return A.a1(new A.X(s,new A.a0C(),r),!0,r.h("bf.E"))}, +m(){this.y=!0}} +A.a0C.prototype={ +$1(a){return a.a}, +$S:430} +A.om.prototype={ +gbh(){return this.a}, +gbc(){return this.c}} +A.rB.prototype={$iom:1, +gbh(){return this.f}, +gbc(){return this.w}} +A.ti.prototype={ +Fa(){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.gzC() +r=b.gzS() +q=b.gzT() +p=b.gzU() +o=b.gzV() +n=b.gAc() +m=b.gAa() +l=b.gBo() +k=b.gz7() +j=b.gA7() +i=b.gA8() +h=b.gAb() +g=b.gA9() +f=b.gAC() +e=b.gBH() +d=b.gAv() +c=b.gAG() +e=b.a=A.avu(b.gzm(),s,r,q,p,o,k,j,i,g,m,h,n,b.guK(),d,f,c,b.gBh(),l,e) +return e}return a}} +A.Fa.prototype={ +gzC(){var s=this.c.a +if(s==null)s=this.guK()==null?this.b.gzC():null +return s}, +gzS(){var s=this.c.b +return s==null?this.b.gzS():s}, +gzT(){var s=this.c.c +return s==null?this.b.gzT():s}, +gzU(){var s=this.c.d +return s==null?this.b.gzU():s}, +gzV(){var s=this.c.e +return s==null?this.b.gzV():s}, +gAc(){var s=this.c.f +return s==null?this.b.gAc():s}, +gAa(){var s=this.c.r +return s==null?this.b.gAa():s}, +gBo(){var s=this.c.w +return s==null?this.b.gBo():s}, +gA7(){var s=this.c.z +return s==null?this.b.gA7():s}, +gA8(){var s=this.c.Q +return s==null?this.b.gA8():s}, +gAb(){var s=this.c.as +return s==null?this.b.gAb():s}, +gA9(){var s=this.c.at +return s==null?this.b.gA9():s}, +gAC(){var s=this.c.ax +return s==null?this.b.gAC():s}, +gBH(){var s=this.c.ay +return s==null?this.b.gBH():s}, +gAv(){var s=this.c.ch +return s==null?this.b.gAv():s}, +gAG(){var s=this.c.CW +return s==null?this.b.gAG():s}, +gzm(){var s=this.c.cx +return s==null?this.b.gzm():s}, +guK(){var s=this.c.cy +return s==null?this.b.guK():s}, +gBh(){var s=this.c.db +return s==null?this.b.gBh():s}, +gz7(){var s=this.c +return s.x?s.y:this.b.gz7()}} +A.NZ.prototype={ +gzC(){return null}, +gzS(){return null}, +gzT(){return null}, +gzU(){return null}, +gzV(){return null}, +gAc(){return this.b.c}, +gAa(){return this.b.d}, +gBo(){return null}, +gz7(){var s=this.b.f +return s==null?"sans-serif":s}, +gA7(){return null}, +gA8(){return null}, +gAb(){return null}, +gA9(){var s=this.b.r +return s==null?14:s}, +gAC(){return null}, +gBH(){return null}, +gAv(){return this.b.w}, +gAG(){return this.b.Q}, +gzm(){return null}, +guK(){return null}, +gBh(){return null}} +A.a0B.prototype={ +gzR(){var s=this.d,r=s.length +return r===0?this.e:s[r-1]}, +gQL(){return this.f}, +MQ(a,b,c,d,e){var s,r=this,q=r.a,p=q.a,o=p+$.aFi() +q.a=o +s=r.gzR().Fa() +r.M9(s);++r.f +r.r.push(1) +q=e==null?b:e +r.c.push(new A.rB(s,p.length,o.length,a,b,c,q))}, +tk(a){this.d.push(new A.Fa(this.gzR(),t.Q4.a(a)))}, +fo(){var s=this.d +if(s.length!==0)s.pop()}, +qB(a){var s,r=this,q=r.a,p=q.a,o=p+a +q.a=o +s=r.gzR().Fa() +r.M9(s) +r.c.push(new A.om(s,p.length,o.length))}, +M9(a){var s,r,q,p,o,n=this +if(!n.w)return +s=a.ax +if(s!=null&&s!==0){n.w=!1 +return}r=a.b +if(r!=null){q=r.a +q=B.f.a!==q}else q=!1 +if(q){n.w=!1 +return}p=a.Q +if(p!=null&&p.length!==0){n.w=!1 +return}o=a.as +if(o!=null&&o.length!==0){n.w=!1 +return}}, +bj(){var s,r=this,q=r.c +if(q.length===0)q.push(new A.om(r.e.Fa(),0,0)) +s=r.a.a +return new A.F4(q,r.b,s.charCodeAt(0)==0?s:s,r.w)}} +A.a5y.prototype={ +km(a){return this.ady(a)}, +ady(a0){var s=0,r=A.V(t.S7),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$km=A.R(function(a1,a2){if(a1===1)return A.S(a2,r) +while(true)switch(s){case 0:b=A.a([],t.Rh) +for(o=a0.a,n=o.length,m=0;mp.c-s)return +r=q.w +if(r===0)return +q.dq$=(a-p.a.f)/(p.f-s)*r}} +A.aiS.prototype={ +gLO(){var s,r,q,p,o,n,m,l,k=this,j=k.le$ +if(j===$){s=k.ff$ +s===$&&A.b() +r=k.gji() +q=k.ff$.a +p=k.lb$ +p===$&&A.b() +o=k.gpl() +n=k.ff$ +m=k.lc$ +m===$&&A.b() +l=k.d +l.toString +k.le$!==$&&A.O() +j=k.le$=new A.eN(s.a.r+r,q.w-p,q.r+o,n.a.w+m,l)}return j}, +S5(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.ff$ +h===$&&A.b() +if(i.b>h.c-h.e){s=i.d +s.toString +h=h.a.r +if(s===B.e){s=i.gji() +r=i.ff$.a +q=i.lb$ +q===$&&A.b() +p=i.gpl() +o=i.eb$ +o===$&&A.b() +n=i.dq$ +m=i.ld$ +m===$&&A.b() +l=i.ff$ +k=i.lc$ +k===$&&A.b() +j=i.d +j.toString +j=new A.eN(h+s,r.w-q,r.r+p-(o+n-m),l.a.w+k,j) +h=j}else{s=i.gji() +r=i.eb$ +r===$&&A.b() +q=i.dq$ +p=i.ld$ +p===$&&A.b() +o=i.ff$.a +n=i.lb$ +n===$&&A.b() +m=i.gpl() +l=i.ff$ +k=i.lc$ +k===$&&A.b() +j=i.d +j.toString +j=new A.eN(h+s+(r+q-p),o.w-n,o.r+m,l.a.w+k,j) +h=j}return h}return i.gLO()}, +S7(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.gLO() +if(r)q=0 +else{r=j.jc$ +r===$&&A.b() +r.smx(j.f) +r=j.jc$ +p=$.pP() +o=r.a.c +o===$&&A.b() +q=A.n4(p,o,s,b,r.c.gbh().ax)}s=j.b-j.r +if(a>=s)n=0 +else{r=j.jc$ +r===$&&A.b() +r.smx(j.f) +r=j.jc$ +p=$.pP() +o=r.a.c +o===$&&A.b() +n=A.n4(p,o,a,s,r.c.gbh().ax)}s=j.d +s.toString +if(s===B.e){m=j.gji()+q +l=j.gpl()-n}else{m=j.gji()+n +l=j.gpl()-q}s=j.ff$ +s===$&&A.b() +s=s.a +r=s.r +s=s.w +p=j.lb$ +p===$&&A.b() +o=j.lc$ +o===$&&A.b() +k=j.d +k.toString +return new A.eN(r+m,s-p,r+l,s+o,k)}, +agd(){return this.S7(null,null)}, +Tc(a){var s,r,q,p,o,n,m,l,k,j=this +a=j.a3n(a) +s=j.a +r=j.b-j.r +q=r-s +if(q===0)return new A.c0(s,B.V) +if(q===1){p=j.eb$ +p===$&&A.b() +return aq.c;){if(q.ga8B()){q.acI() +s.push(q.bj()) +a0.x=!0 +break $label0$0}if(q.gad_())q.afP() +else q.abg() +n+=q.a7Z(o,n+1) +s.push(q.bj()) +q=q.Qz()}a1=q.a +if(a1.length!==0){a1=B.b.gB(a1).c +a1=a1===B.bW||a1===B.bX}else a1=!1 +if(a1){s.push(q.bj()) +q=q.Qz()}}a1=r.b +l=a1.e +if(l!=null&&s.length>l){a0.x=!0 +B.b.F6(s,l,s.length)}for(r=s.length,k=1/0,j=-1/0,i=0;ij)j=c}a0.z=new A.D(k,0,j,a0.c) +if(r!==0)if(isFinite(a0.b)&&a1.a===B.eL)for(n=0;n=d;--s){q=o[s] +q.oG$=e+r +if(q.d==null)q.d=a +p=q.eb$ +p===$&&A.b() +r+=p+q.dq$}return r}, +tJ(){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.c0(l.c-l.d,B.aW) +s=k-j +for(k=l.w,j=k.length,r=0;r1 +return this.as>0}, +ga7W(){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.e:r)===B.P?s:0 +case 5:r=r.b +return(r==null?B.e:r)===B.P?0:s +default:return 0}}, +ga8B(){var s,r=this.d.b +if(r.z==null)return!1 +s=r.e +return s==null||s===this.f+1}, +gZF(){var s=this.a +if(s.length!==0){s=B.b.gB(s).c +s=s===B.bW||s===B.bX}else s=!1 +if(s)return!1 +s=this.b +s=s==null?null:s.length!==0 +if(s===!0)return!1 +return!0}, +MO(a){var s=this +s.vD(a) +if(a.c!==B.A)s.Q=s.a.length +B.b.D(s.a,a)}, +vD(a){var s,r=this,q=a.w +r.at=r.at+q +if(a.gE_())r.ax+=q +else{r.ax=q +q=r.x +s=a.ld$ +s===$&&A.b() +r.w=q+s}q=r.x +s=a.eb$ +s===$&&A.b() +r.x=q+(s+a.dq$) +if(a.gkj())r.Z0(a) +if(a.c!==B.A)++r.as +q=r.y +s=a.lb$ +s===$&&A.b() +r.y=Math.max(q,s) +s=r.z +q=a.lc$ +q===$&&A.b() +r.z=Math.max(s,q)}, +Z0(a){var s,r,q,p,o,n=this,m=t.lO.a(a.f) +switch(m.c.a){case 3:s=n.y +r=m.b-s +break +case 4:r=n.z +s=m.b-r +break +case 5:q=n.y +p=n.z +o=m.b/2-(q+p)/2 +s=q+o +r=p+o +break +case 1:s=m.b +r=0 +break +case 2:r=m.b +s=0 +break +case 0:s=m.d +r=m.b-s +break +default:s=null +r=null}q=a.ld$ +q===$&&A.b() +p=a.eb$ +p===$&&A.b() +a.u0(n.e,s,r,q,p+a.dq$)}, +qk(){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.gB(s) +if(q.gkj()){if(r){p=g.b +p.toString +B.b.ee(p,0,B.b.dW(s)) +g.qk()}return}p=g.e +p.smx(q.f) +o=g.x +n=q.eb$ +n===$&&A.b() +m=q.dq$ +l=q.b-q.r +k=p.Pj(q.a,l,r,b-(o-(n+m))) +if(k===l)return +B.b.dW(s) +g.qk() +j=q.lZ(0,k) +i=B.b.gE(j) +if(i!=null){p.Ef(i) +g.MO(i)}h=B.b.gB(j) +if(h!=null){p.Ef(h) +s=g.b +s.toString +B.b.ee(s,0,h)}}, +abg(){return this.Pk(!1,null)}, +acI(){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.smx(B.b.gB(r).f) +q=$.pP() +p=f.length +o=A.n4(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.gB(r) +j=k.eb$ +j===$&&A.b() +k=l-(j+k.dq$) +l=k}else l=0 +if(!(l>m))break +l=g.b +l.toString +B.b.ee(l,0,B.b.dW(r)) +g.qk() +s.smx(B.b.gB(r).f) +o=A.n4(q,f,0,p,null) +m=n-o}i=B.b.gB(r) +g.Pk(!0,m) +f=g.gP_() +h=new A.I6($,$,$,$,$,$,$,$,0,B.bX,null,B.jL,i.f,0,0,f,f) +f=i.lb$ +f===$&&A.b() +r=i.lc$ +r===$&&A.b() +h.u0(s,f,r,o,o) +g.MO(h)}, +afP(){var s,r=this.a,q=r.length,p=q-2 +for(;r[p].c===B.A;)--p +s=p+1 +A.cM(s,q,q,null,null) +this.b=A.eM(r,s,q,A.a6(r).c).dX(0) +B.b.F6(r,s,r.length) +this.qk()}, +a7Z(a,b){var s,r=this,q=r.a,p=b +while(!0){if(r.gZF())if(p1;){p=B.i.d1(q+r,2) +o=$.pP() +s===$&&A.b() +n=A.n4(o,s,a,p,this.c.gbh().ax) +if(nd?q:p +r=p}}return q===a&&!c?q+1:q}} +A.lY.prototype={ +I(){return"LineBreakType."+this.b}} +A.a3z.prototype={ +wJ(){return A.aPq(this.a)}} +A.afS.prototype={ +wJ(){var s=this.a +return A.aAB(s,s,this.b)}} +A.lX.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.lX&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +j(a){return"LineBreakFragment("+this.a+", "+this.b+", "+this.c.j(0)+")"}} +A.ang.prototype={ +$2(a,b){var s=this,r=a===B.bX?s.b.length:s.a.f,q=s.a,p=q.a +if(p===B.d5)++q.d +else if(p===B.dU||p===B.ft||p===B.fx){++q.e;++q.d}if(a===B.A)return +p=q.c +s.c.push(new A.lX(a,q.e,q.d,p,r)) +q.c=q.f +q.d=q.e=0 +q.a=q.b=null}, +$S:411} +A.O5.prototype={ +m(){this.a.remove()}} +A.aeQ.prototype={ +aK(a,b){var s,r,q,p,o,n,m,l=this.a.gf3().y +for(s=l.length,r=0;rthis.b)return B.af6 +return B.af5}} +A.kK.prototype={ +wE(a,b){var s=A.DW(a,b) +return s==null?this.b:this.oM(s)}, +oM(a){var s,r,q,p,o=this +if(a==null)return o.b +s=o.c +r=s.i(0,a) +if(r!=null)return r +q=o.Ze(a) +p=q===-1?o.b:o.a[q].c +s.n(0,a,p) +return p}, +Ze(a){var s,r,q=this.a,p=q.length +for(s=0;s")).a1(0,new A.a2Z(this,r)) +return r}} +A.a2Z.prototype={ +$1(a){var s=this.a,r=s.b.i(0,a) +r.toString +this.b.push(A.cC(r,"input",new A.a3_(s,a,r)))}, +$S:130} +A.a3_.prototype={ +$1(a){var s,r=this.a.c,q=this.b +if(r.i(0,q)==null)throw A.d(A.ar("AutofillInfo must have a valid uniqueIdentifier.")) +else{r=r.i(0,q) +r.toString +s=A.avp(this.c) +$.aY().iB("flutter/textinput",B.aK.iw(new A.hu("TextInputClient.updateEditingStateWithTag",[0,A.K([r.b,s.S3()],t.ob,t.z)])),A.ZO())}}, +$S:2} +A.EB.prototype={ +Nb(a,b){var s,r,q="password",p=this.d,o=this.e,n=globalThis.HTMLInputElement +if(n!=null&&a instanceof n){if(o!=null)a.placeholder=o +s=p==null +if(!s){a.name=p +a.id=p +if(B.d.p(p,q))A.a2t(a,q) +else A.a2t(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) +s=r==null?t.K.a(r):r +a.setAttribute("autocomplete",s)}}}, +eN(a){return this.Nb(a,!1)}} +A.tt.prototype={} +A.qw.prototype={ +gxl(){return Math.min(this.b,this.c)}, +gxi(){return Math.max(this.b,this.c)}, +S3(){var s=this +return A.K(["text",s.a,"selectionBase",s.b,"selectionExtent",s.c,"composingBase",s.d,"composingExtent",s.e],t.N,t.z)}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(A.u(s)!==J.N(b))return!1 +return b instanceof A.qw&&b.a==s.a&&b.gxl()===s.gxl()&&b.gxi()===s.gxi()&&b.d===s.d&&b.e===s.e}, +j(a){return this.c1(0)}, +eN(a){var s,r,q=this,p=globalThis.HTMLInputElement +if(p!=null&&a instanceof p){a.toString +A.av7(a,q.a) +s=q.gxl() +r=q.gxi() +a.setSelectionRange(s,r)}else{p=globalThis.HTMLTextAreaElement +if(p!=null&&a instanceof p){a.toString +A.avb(a,q.a) +s=q.gxl() +r=q.gxi() +a.setSelectionRange(s,r)}else{s=a==null?null:A.aI7(a) +throw A.d(A.ac("Unsupported DOM element type: <"+A.f(s)+"> ("+J.N(a).j(0)+")"))}}}} +A.a6x.prototype={} +A.IZ.prototype={ +iH(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.eN(s)}q=r.d +q===$&&A.b() +if(q.w!=null){r.tc() +q=r.e +if(q!=null)q.eN(r.c) +r.gPi().focus() +r.c.focus()}}} +A.O9.prototype={ +iH(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.eN(s)}q=r.d +q===$&&A.b() +if(q.w!=null)A.d4(B.H,new A.abQ(r))}, +rL(){if(this.w!=null)this.iH() +this.c.focus()}} +A.abQ.prototype={ +$0(){var s,r=this.a +r.tc() +r.gPi().focus() +r.c.focus() +s=r.e +if(s!=null){r=r.c +r.toString +s.eN(r)}}, +$S:0} +A.wa.prototype={ +giv(){var s=null,r=this.f +if(r==null){r=this.e.a +r.toString +r=this.f=new A.tt(r,"",-1,-1,s,s,s,s)}return r}, +gPi(){var s=this.d +s===$&&A.b() +s=s.w +return s==null?null:s.a}, +oR(a,b,c){var s,r,q,p=this,o="none",n="transparent" +p.c=a.a.CE() +p.BW(a) +s=p.c +s.classList.add("flt-text-editing") +r=s.style +A.r(r,"forced-color-adjust",o) +A.r(r,"white-space","pre-wrap") +A.r(r,"align-content","center") +A.r(r,"position","absolute") +A.r(r,"top","0") +A.r(r,"left","0") +A.r(r,"padding","0") +A.r(r,"opacity","1") +A.r(r,"color",n) +A.r(r,"background-color",n) +A.r(r,"background",n) +A.r(r,"caret-color",n) +A.r(r,"outline",o) +A.r(r,"border",o) +A.r(r,"resize",o) +A.r(r,"text-shadow",o) +A.r(r,"overflow","hidden") +A.r(r,"transform-origin","0 0 0") +q=$.cj() +if(q!==B.bS)q=q===B.Y +else q=!0 +if(q)s.classList.add("transparentTextEditing") +s=p.r +if(s!=null){q=p.c +q.toString +s.eN(q)}s=p.d +s===$&&A.b() +if(s.w==null){s=$.fk.x +s===$&&A.b() +q=p.c +q.toString +s.append(q) +p.Q=!1}p.rL() +p.b=!0 +p.x=c +p.y=b}, +BW(a){var s,r,q,p,o,n=this +n.d=a +s=n.c +if(a.c){s.toString +r=A.am("readonly") +if(r==null)r=t.K.a(r) +s.setAttribute("readonly",r)}else s.removeAttribute("readonly") +if(a.d){s=n.c +s.toString +r=A.am("password") +if(r==null)r=t.K.a(r) +s.setAttribute("type",r)}if(a.a===B.n_){s=n.c +s.toString +r=A.am("none") +if(r==null)r=t.K.a(r) +s.setAttribute("inputmode",r)}q=A.aIx(a.b) +s=n.c +s.toString +q.a9h(s) +p=a.r +s=n.c +if(p!=null){s.toString +p.Nb(s,!0)}else{s.toString +r=A.am("off") +if(r==null)r=t.K.a(r) +s.setAttribute("autocomplete",r)}o=a.e?"on":"off" +s=n.c +s.toString +r=A.am(o) +if(r==null)r=t.K.a(r) +s.setAttribute("autocorrect",r)}, +rL(){this.iH()}, +qy(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.K(q.z,p.qz()) +p=q.z +s=q.c +s.toString +r=q.grC() +p.push(A.cC(s,"input",r)) +s=q.c +s.toString +p.push(A.cC(s,"keydown",q.grZ())) +p.push(A.cC(self.document,"selectionchange",r)) +r=q.c +r.toString +A.c6(r,"beforeinput",t.e.a(A.bi(q.gwK())),null) +r=q.c +r.toString +q.vP(r) +r=q.c +r.toString +p.push(A.cC(r,"blur",new A.a1Q(q))) +q.xK()}, +Fw(a){this.w=a +if(this.b)this.iH()}, +Fx(a){var s +this.r=a +if(this.b){s=this.c +s.toString +a.eN(s)}}, +hi(){var s,r,q,p=this,o=null +p.b=!1 +p.w=p.r=p.f=p.e=null +for(s=p.z,r=0;r=0&&a.c>=0) +else s=!0 +if(s)return +a.eN(this.c)}, +iH(){this.c.focus()}, +tc(){var s,r,q=this.d +q===$&&A.b() +q=q.w +q.toString +s=this.c +s.toString +r=q.a +r.insertBefore(s,q.d) +q=$.fk.x +q===$&&A.b() +q.append(r) +this.Q=!0}, +Pt(a){var s,r,q=this,p=q.c +p.toString +s=q.aaa(A.avp(p)) +p=q.d +p===$&&A.b() +if(p.f){q.giv().r=s.d +q.giv().w=s.e +r=A.aMB(s,q.e,q.giv())}else r=null +if(!s.k(0,q.e)){q.e=s +q.f=r +q.x.$2(s,r)}q.f=null}, +abk(a){var s,r,q,p=this,o=A.cQ(a.data),n=A.cQ(a.inputType) +if(n!=null){s=p.e +r=s.b +q=s.c +r=r>q?r:q +if(B.d.p(n,"delete")){p.giv().b="" +p.giv().d=r}else if(n==="insertLineBreak"){p.giv().b="\n" +p.giv().c=r +p.giv().d=r}else if(o!=null){p.giv().b=o +p.giv().c=r +p.giv().d=r}}}, +adX(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.M1))a.preventDefault()}}, +Df(a,b,c){var s,r=this +r.oR(a,b,c) +r.qy() +s=r.e +if(s!=null)r.Ga(s) +r.c.focus()}, +xK(){var s=this,r=s.z,q=s.c +q.toString +r.push(A.cC(q,"mousedown",new A.a1R())) +q=s.c +q.toString +r.push(A.cC(q,"mouseup",new A.a1S())) +q=s.c +q.toString +r.push(A.cC(q,"mousemove",new A.a1T()))}} +A.a1Q.prototype={ +$1(a){this.a.c.focus()}, +$S:2} +A.a1R.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.a1S.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.a1T.prototype={ +$1(a){a.preventDefault()}, +$S:2} +A.a5T.prototype={ +oR(a,b,c){var s,r=this +r.yT(a,b,c) +s=r.c +s.toString +a.a.NQ(s) +s=r.d +s===$&&A.b() +if(s.w!=null)r.tc() +s=r.c +s.toString +a.x.G7(s)}, +rL(){A.r(this.c.style,"transform","translate(-9999px, -9999px)") +this.p1=!1}, +qy(){var s,r,q,p=this,o=p.d +o===$&&A.b() +o=o.w +if(o!=null)B.b.K(p.z,o.qz()) +o=p.z +s=p.c +s.toString +r=p.grC() +o.push(A.cC(s,"input",r)) +s=p.c +s.toString +o.push(A.cC(s,"keydown",p.grZ())) +o.push(A.cC(self.document,"selectionchange",r)) +r=p.c +r.toString +A.c6(r,"beforeinput",t.e.a(A.bi(p.gwK())),null) +r=p.c +r.toString +p.vP(r) +r=p.c +r.toString +o.push(A.cC(r,"focus",new A.a5W(p))) +p.YX() +q=new A.jh() +$.jL() +q.m_() +r=p.c +r.toString +o.push(A.cC(r,"blur",new A.a5X(p,q)))}, +Fw(a){var s=this +s.w=a +if(s.b&&s.p1)s.iH()}, +hi(){this.Ve() +var s=this.ok +if(s!=null)s.bd() +this.ok=null}, +YX(){var s=this.c +s.toString +this.z.push(A.cC(s,"click",new A.a5U(this)))}, +L4(){var s=this.ok +if(s!=null)s.bd() +this.ok=A.d4(B.aT,new A.a5V(this))}, +iH(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.eN(r)}}} +A.a5W.prototype={ +$1(a){this.a.L4()}, +$S:2} +A.a5X.prototype={ +$1(a){var s=A.cR(this.b.gOU(),0).a<2e5,r=self.document.hasFocus()&&s,q=this.a +if(r)q.c.focus() +else q.a.yA()}, +$S:2} +A.a5U.prototype={ +$1(a){var s=this.a +if(s.p1){s.rL() +s.L4()}}, +$S:2} +A.a5V.prototype={ +$0(){var s=this.a +s.p1=!0 +s.iH()}, +$S:0} +A.a_C.prototype={ +oR(a,b,c){var s,r,q=this +q.yT(a,b,c) +s=q.c +s.toString +a.a.NQ(s) +s=q.d +s===$&&A.b() +if(s.w!=null)q.tc() +else{s=$.fk.x +s===$&&A.b() +r=q.c +r.toString +s.append(r)}s=q.c +s.toString +a.x.G7(s)}, +qy(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.K(q.z,p.qz()) +p=q.z +s=q.c +s.toString +r=q.grC() +p.push(A.cC(s,"input",r)) +s=q.c +s.toString +p.push(A.cC(s,"keydown",q.grZ())) +p.push(A.cC(self.document,"selectionchange",r)) +r=q.c +r.toString +A.c6(r,"beforeinput",t.e.a(A.bi(q.gwK())),null) +r=q.c +r.toString +q.vP(r) +r=q.c +r.toString +p.push(A.cC(r,"blur",new A.a_D(q))) +q.xK()}, +iH(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.eN(r)}}} +A.a_D.prototype={ +$1(a){var s=this.a +if(self.document.hasFocus())s.c.focus() +else s.a.yA()}, +$S:2} +A.a3G.prototype={ +oR(a,b,c){var s +this.yT(a,b,c) +s=this.d +s===$&&A.b() +if(s.w!=null)this.tc()}, +qy(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.K(q.z,p.qz()) +p=q.z +s=q.c +s.toString +r=q.grC() +p.push(A.cC(s,"input",r)) +s=q.c +s.toString +p.push(A.cC(s,"keydown",q.grZ())) +s=q.c +s.toString +A.c6(s,"beforeinput",t.e.a(A.bi(q.gwK())),null) +s=q.c +s.toString +q.vP(s) +s=q.c +s.toString +p.push(A.cC(s,"keyup",new A.a3I(q))) +s=q.c +s.toString +p.push(A.cC(s,"select",r)) +r=q.c +r.toString +p.push(A.cC(r,"blur",new A.a3J(q))) +q.xK()}, +a4O(){A.d4(B.H,new A.a3H(this))}, +iH(){var s,r,q=this +q.c.focus() +s=q.w +if(s!=null){r=q.c +r.toString +s.eN(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.eN(r)}}} +A.a3I.prototype={ +$1(a){this.a.Pt(a)}, +$S:2} +A.a3J.prototype={ +$1(a){this.a.a4O()}, +$S:2} +A.a3H.prototype={ +$0(){this.a.c.focus()}, +$S:0} +A.aez.prototype={} +A.aeE.prototype={ +fq(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.ghv().hi()}a.b=this.a +a.d=this.b}} +A.aeL.prototype={ +fq(a){var s=a.ghv(),r=a.d +r.toString +s.BW(r)}} +A.aeG.prototype={ +fq(a){a.ghv().Ga(this.a)}} +A.aeJ.prototype={ +fq(a){if(!a.c)a.a6g()}} +A.aeF.prototype={ +fq(a){a.ghv().Fw(this.a)}} +A.aeI.prototype={ +fq(a){a.ghv().Fx(this.a)}} +A.aey.prototype={ +fq(a){if(a.c){a.c=!1 +a.ghv().hi()}}} +A.aeB.prototype={ +fq(a){if(a.c){a.c=!1 +a.ghv().hi()}}} +A.aeH.prototype={ +fq(a){}} +A.aeD.prototype={ +fq(a){}} +A.aeC.prototype={ +fq(a){}} +A.aeA.prototype={ +fq(a){a.yA() +if(this.a)A.aT1() +A.aRa()}} +A.apy.prototype={ +$2(a,b){var s=t.qr +s=A.c5(new A.e5(b.getElementsByClassName("submitBtn"),s),s.h("p.E"),t.e) +A.j(s).z[1].a(J.n7(s.a)).click()}, +$S:410} +A.aem.prototype={ +ac9(a,b){var s,r,q,p,o,n,m,l=B.aK.hN(a) +switch(l.a){case"TextInput.setClient":s=l.b +r=J.br(s) +q=new A.aeE(A.dp(r.i(s,0)),A.avW(t.a.a(r.i(s,1)))) +break +case"TextInput.updateConfig":this.a.d=A.avW(t.a.a(l.b)) +q=B.I9 +break +case"TextInput.setEditingState":q=new A.aeG(A.avq(t.a.a(l.b))) +break +case"TextInput.show":q=B.I7 +break +case"TextInput.setEditableSizeAndTransform":q=new A.aeF(A.aIm(t.a.a(l.b))) +break +case"TextInput.setStyle":s=t.a.a(l.b) +p=A.dp(s.i(0,"textAlignIndex")) +o=A.dp(s.i(0,"textDirectionIndex")) +n=A.uJ(s.i(0,"fontWeightIndex")) +m=n!=null?A.aB4(n):"normal" +r=A.ass(s.i(0,"fontSize")) +if(r==null)r=null +q=new A.aeI(new A.a2K(r,m,A.cQ(s.i(0,"fontFamily")),B.TJ[p],B.qZ[o])) +break +case"TextInput.clearClient":q=B.I2 +break +case"TextInput.hide":q=B.I3 +break +case"TextInput.requestAutofill":q=B.I4 +break +case"TextInput.finishAutofillContext":q=new A.aeA(A.he(l.b)) +break +case"TextInput.setMarkedTextRect":q=B.I6 +break +case"TextInput.setCaretRect":q=B.I5 +break +default:$.aY().eE(b,null) +return}q.fq(this.a) +new A.aen(b).$0()}} +A.aen.prototype={ +$0(){$.aY().eE(this.a,B.a6.bV([!0]))}, +$S:0} +A.a5Q.prototype={ +gqQ(){var s=this.a +if(s===$){s!==$&&A.O() +s=this.a=new A.aem(this)}return s}, +ghv(){var s,r,q,p,o=this,n=null,m=o.f +if(m===$){s=$.dV +if((s==null?$.dV=A.k1():s).x){s=A.aLY(o) +r=s}else{s=$.cj() +if(s===B.Y){q=$.dr() +q=q===B.aD}else q=!1 +if(q)p=new A.a5T(o,A.a([],t.Up),$,$,$,n) +else if(s===B.Y)p=new A.O9(o,A.a([],t.Up),$,$,$,n) +else{if(s===B.bS){q=$.dr() +q=q===B.hA}else q=!1 +if(q)p=new A.a_C(o,A.a([],t.Up),$,$,$,n) +else p=s===B.bD?new A.a3G(o,A.a([],t.Up),$,$,$,n):A.aJc(o)}r=p}o.f!==$&&A.O() +m=o.f=r}return m}, +a6g(){var s,r,q=this +q.c=!0 +s=q.ghv() +r=q.d +r.toString +s.Df(r,new A.a5R(q),new A.a5S(q))}, +yA(){var s,r=this +if(r.c){r.c=!1 +r.ghv().hi() +r.gqQ() +s=r.b +$.aY().iB("flutter/textinput",B.aK.iw(new A.hu("TextInputClient.onConnectionClosed",[s])),A.ZO())}}} +A.a5S.prototype={ +$2(a,b){var s,r,q="flutter/textinput",p=this.a +if(p.d.f){p.gqQ() +p=p.b +s=t.N +r=t.z +$.aY().iB(q,B.aK.iw(new A.hu("TextInputClient.updateEditingStateWithDeltas",[p,A.K(["deltas",A.a([A.K(["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.ZO())}else{p.gqQ() +p=p.b +$.aY().iB(q,B.aK.iw(new A.hu("TextInputClient.updateEditingState",[p,a.S3()])),A.ZO())}}, +$S:409} +A.a5R.prototype={ +$1(a){var s=this.a +s.gqQ() +s=s.b +$.aY().iB("flutter/textinput",B.aK.iw(new A.hu("TextInputClient.performAction",[s,a])),A.ZO())}, +$S:125} +A.a2K.prototype={ +eN(a){var s=this,r=a.style +A.r(r,"text-align",A.aTl(s.d,s.e)) +A.r(r,"font",s.b+" "+A.f(s.a)+"px "+A.f(A.aoc(s.c)))}} +A.a2I.prototype={ +eN(a){var s=A.hM(this.c),r=a.style +A.r(r,"width",A.f(this.a)+"px") +A.r(r,"height",A.f(this.b)+"px") +A.r(r,"transform",s)}} +A.a2J.prototype={ +$1(a){return A.hL(a)}, +$S:401} +A.Ah.prototype={ +I(){return"TransformKind."+this.b}} +A.aob.prototype={ +$1(a){return"0x"+B.d.lD(B.i.iI(a,16),2,"0")}, +$S:23} +A.JU.prototype={ +gu(a){return this.b.b}, +i(a,b){var s=this.c.i(0,b) +return s==null?null:s.d.b}, +Hn(a,b){var s,r,q,p=this.b +p.vR(new A.Wh(a,b)) +s=this.c +r=p.a +q=r.b.uv() +q.toString +s.n(0,a,q) +if(p.b>this.a){s.v(0,r.a.gdd().a) +p.dW(0)}}} +A.bM.prototype={ +aW(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a,b){return this.a[b]}, +n(a,b,c){this.a[b]=c}, +aI(a,b){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*a+q*b+p*0+o +s[13]=n*a+m*b+l*0+k +s[14]=j*a+i*b+h*0+g +s[15]=f*a+e*b+d*0+c}, +agj(a){return this.aI(a,0)}, +ju(a,b,c){var s=b==null?a:b,r=c==null?a:c,q=this.a +q[15]=q[15] +q[0]=q[0]*a +q[1]=q[1]*a +q[2]=q[2]*a +q[3]=q[3]*a +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]}, +aT(a){return this.ju(a,null,null)}, +ek(a,b){return this.ju(a,b,null)}, +tb(a,b,c){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=1/(s[3]*a+s[7]*b+s[11]*c+s[15]) +return new A.Cd((r*a+q*b+p*c+o)*f,(n*a+m*b+l*c+k)*f,(j*a+i*b+h*c+g)*f)}, +rO(){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}, +RT(b0,b1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=b0.a,a0=b0.b,a1=b0.c,a2=Math.sqrt(a*a+a0*a0+a1*a1),a3=a/a2,a4=a0/a2,a5=a1/a2,a6=Math.cos(b1),a7=Math.sin(b1),a8=1-a6,a9=a3*a3*a8+a6 +a1=a5*a7 +s=a3*a4*a8-a1 +a0=a4*a7 +r=a3*a5*a8+a0 +q=a4*a3*a8+a1 +p=a4*a4*a8+a6 +a1=a3*a7 +o=a4*a5*a8-a1 +n=a5*a3*a8-a0 +m=a5*a4*a8+a1 +l=a5*a5*a8+a6 +a1=this.a +a0=a1[0] +a=a1[4] +k=a1[8] +j=a1[1] +i=a1[5] +h=a1[9] +g=a1[2] +f=a1[6] +e=a1[10] +d=a1[3] +c=a1[7] +b=a1[11] +a1[0]=a0*a9+a*q+k*n +a1[1]=j*a9+i*q+h*n +a1[2]=g*a9+f*q+e*n +a1[3]=d*a9+c*q+b*n +a1[4]=a0*s+a*p+k*m +a1[5]=j*s+i*p+h*m +a1[6]=g*s+f*p+e*m +a1[7]=d*s+c*p+b*m +a1[8]=a0*r+a*o+k*l +a1[9]=j*r+i*o+h*l +a1[10]=g*r+f*o+e*l +a1[11]=d*r+c*o+b*l}, +kL(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +fJ(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.aW(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}, +dg(b5){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=b5.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}, +xn(a){var s=new A.bM(new Float32Array(16)) +s.aW(this) +s.dg(a) +return s}, +Sb(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]}, +j(a){return this.c1(0)}} +A.a3E.prototype={ +Sa(a,b){var s=this.a +this.b=s[12]+s[0]*a+s[4]*b +this.c=s[13]+s[1]*a+s[5]*b}} +A.Hy.prototype={ +Yq(a){var s=A.aRB(new A.a1A(this)) +this.b=s +s.observe(this.a)}, +Zg(a){this.c.D(0,a)}, +aG(){var s=this.b +s===$&&A.b() +s.disconnect() +this.c.aG()}, +gQE(){var s=this.c +return new A.kR(s,A.j(s).h("kR<1>"))}, +mu(){var s,r +$.cB() +s=$.bN().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}r=this.a +return new A.J(r.clientWidth*s,r.clientHeight*s)}, +NN(a,b){return B.eP}} +A.a1A.prototype={ +$2(a,b){new A.X(a,new A.a1z(),a.$ti.h("X")).a1(0,this.a.gZf())}, +$S:385} +A.a1z.prototype={ +$1(a){return new A.J(a.contentRect.width,a.contentRect.height)}, +$S:384} +A.a20.prototype={} +A.IO.prototype={ +a4h(a){this.b.D(0,null)}, +aG(){var s=this.a +s===$&&A.b() +s.b.removeEventListener(s.a,s.c) +this.b.aG()}, +gQE(){var s=this.b +return new A.kR(s,A.j(s).h("kR<1>"))}, +mu(){var s,r,q,p=A.aR("windowInnerWidth"),o=A.aR("windowInnerHeight"),n=self.window.visualViewport +$.cB() +s=$.bN().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}if(n!=null){r=$.dr() +if(r===B.aD){r=self.document.documentElement.clientWidth +q=self.document.documentElement.clientHeight +p.b=r*s +o.b=q*s}else{r=n.width +if(r==null)r=null +r.toString +p.b=r*s +r=A.avi(n) +r.toString +o.b=r*s}}else{r=self.window.innerWidth +if(r==null)r=null +r.toString +p.b=r*s +r=A.avl(self.window) +r.toString +o.b=r*s}return new A.J(p.ai(),o.ai())}, +NN(a,b){var s,r,q,p +$.cB() +s=$.bN().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}q=self.window.visualViewport +p=A.aR("windowInnerHeight") +if(q!=null){r=$.dr() +if(r===B.aD&&!b)p.b=self.document.documentElement.clientHeight*s +else{r=A.avi(q) +r.toString +p.b=r*s}}else{r=A.avl(self.window) +r.toString +p.b=r*s}return new A.PV(0,0,0,a-p.ai())}} +A.a1B.prototype={ +PO(a){var s +a.gdU().a1(0,new A.a1C(this)) +s=A.am("custom-element") +if(s==null)s=t.K.a(s) +this.b.setAttribute("flt-embedding",s)}, +Nl(a){A.r(a.style,"width","100%") +A.r(a.style,"height","100%") +A.r(a.style,"display","block") +A.r(a.style,"overflow","hidden") +A.r(a.style,"position","relative") +this.b.appendChild(a) +this.F3(a)}} +A.a1C.prototype={ +$1(a){var s=A.am(a.b) +if(s==null)s=t.K.a(s) +this.a.b.setAttribute(a.a,s)}, +$S:104} +A.a2U.prototype={ +F3(a){}} +A.a4j.prototype={ +PO(a){var s,r,q="0",p="none" +a.gdU().a1(0,new A.a4k(this)) +s=self.document.body +s.toString +r=A.am("full-page") +if(r==null)r=t.K.a(r) +s.setAttribute("flt-embedding",r) +this.Z8() +r=self.document.body +r.toString +A.dE(r,"position","fixed") +A.dE(r,"top",q) +A.dE(r,"right",q) +A.dE(r,"bottom",q) +A.dE(r,"left",q) +A.dE(r,"overflow","hidden") +A.dE(r,"padding",q) +A.dE(r,"margin",q) +A.dE(r,"user-select",p) +A.dE(r,"-webkit-user-select",p) +A.dE(r,"touch-action",p)}, +Nl(a){var s=a.style +A.r(s,"position","absolute") +A.r(s,"top","0") +A.r(s,"right","0") +A.r(s,"bottom","0") +A.r(s,"left","0") +self.document.body.append(a) +this.F3(a)}, +Z8(){var s,r,q +for(s=t.qr,s=A.c5(new A.e5(self.document.head.querySelectorAll('meta[name="viewport"]'),s),s.h("p.E"),t.e),r=J.aA(s.a),s=A.j(s),s=s.h("@<1>").ah(s.z[1]).z[1];r.q();)s.a(r.gH()).remove() +q=A.b9(self.document,"meta") +s=A.am("") +if(s==null)s=t.K.a(s) +q.setAttribute("flt-viewport",s) +q.name="viewport" +q.content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" +self.document.head.append(q) +this.F3(q)}} +A.a4k.prototype={ +$1(a){var s,r=self.document.body +r.toString +s=A.am(a.b) +if(s==null)s=t.K.a(s) +r.setAttribute(a.a,s)}, +$S:104} +A.Ib.prototype={ +Yr(a,b){var s=this,r=s.b,q=s.a +r.e.n(0,q,s) +r.f.n(0,q,B.n5) +$.mZ.push(new A.a31(s))}, +gNU(){var s,r=this.d +if(r===$){s=$.fk.f +s===$&&A.b() +r!==$&&A.O() +r=this.d=new A.a1p(s)}return r}, +gw1(){var s=this.e +if(s==null){s=$.apS() +s=this.e=A.asT(s)}return s}, +qw(){var s=0,r=A.V(t.H),q,p=this,o,n +var $async$qw=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.apS() +n=p.e=A.asT(n)}if(n instanceof A.zH){s=1 +break}o=n.glQ() +n=p.e +n=n==null?null:n.jr() +s=3 +return A.a4(t.uz.b(n)?n:A.jx(n,t.H),$async$qw) +case 3:p.e=A.axy(o) +case 1:return A.T(q,r)}}) +return A.U($async$qw,r)}, +vH(){var s=0,r=A.V(t.H),q,p=this,o,n +var $async$vH=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.apS() +n=p.e=A.asT(n)}if(n instanceof A.yb){s=1 +break}o=n.glQ() +n=p.e +n=n==null?null:n.jr() +s=3 +return A.a4(t.uz.b(n)?n:A.jx(n,t.H),$async$vH) +case 3:p.e=A.awx(o) +case 1:return A.T(q,r)}}) +return A.U($async$vH,r)}, +qx(a){return this.a7n(a)}, +a7n(a){var s=0,r=A.V(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$qx=A.R(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.f +j=new A.bc(new A.a9($.ad,t.U),t.gR) +m.f=j.a +s=3 +return A.a4(k,$async$qx) +case 3:l=!1 +p=4 +s=7 +return A.a4(a.$0(),$async$qx) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +j.j6() +s=n.pop() +break +case 6:q=l +s=1 +break +case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$qx,r)}, +DG(a){return this.abI(a)}, +abI(a){var s=0,r=A.V(t.y),q,p=this +var $async$DG=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q=p.qx(new A.a32(p,a)) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$DG,r)}, +gmn(){var s=this.b.f.i(0,this.a) +return s==null?B.n5:s}, +gjm(){if(this.x==null)this.mu() +var s=this.x +s.toString +return s}, +mu(){var s=this.r +s===$&&A.b() +this.x=s.mu()}, +NO(a){var s=this.r +s===$&&A.b() +this.w=s.NN(this.x.b,a)}, +ad8(){var s,r,q,p +if(this.x!=null){s=this.r +s===$&&A.b() +r=s.mu() +s=this.x +q=s.b +p=r.b +if(q!==p&&s.a!==r.a){s=s.a +if(!(q>s&&pq&&r.a

").ah(b).h("et<1,2>"))}, +D(a,b){if(!!a.fixed$length)A.F(A.ac("add")) +a.push(b)}, +eY(a,b){if(!!a.fixed$length)A.F(A.ac("removeAt")) +if(b<0||b>=a.length)throw A.d(A.Nh(b,null)) +return a.splice(b,1)[0]}, +ee(a,b,c){if(!!a.fixed$length)A.F(A.ac("insert")) +if(b<0||b>a.length)throw A.d(A.Nh(b,null)) +a.splice(b,0,c)}, +oS(a,b,c){var s,r +if(!!a.fixed$length)A.F(A.ac("insertAll")) +A.axe(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.a_n(c) +s=J.bJ(c) +a.length=a.length+s +r=b+s +this.bT(a,r,a.length,a,b) +this.el(a,b,r,c)}, +dW(a){if(!!a.fixed$length)A.F(A.ac("removeLast")) +if(a.length===0)throw A.d(A.uQ(a,-1)) +return a.pop()}, +v(a,b){var s +if(!!a.fixed$length)A.F(A.ac("remove")) +for(s=0;s"))}, +K(a,b){var s +if(!!a.fixed$length)A.F(A.ac("addAll")) +if(Array.isArray(b)){this.YN(a,b) +return}for(s=J.aA(b);s.q();)a.push(s.gH())}, +YN(a,b){var s,r=b.length +if(r===0)return +if(a===b)throw A.d(A.bY(a)) +for(s=0;s").ah(c).h("X<1,2>"))}, +bn(a,b){var s,r=A.bd(a.length,"",!1,t.N) +for(s=0;sa.length)throw A.d(A.ca(b,0,a.length,"start",null)) +if(c==null)c=a.length +else if(ca.length)throw A.d(A.ca(c,b,a.length,"end",null)) +if(b===c)return A.a([],A.a6(a)) +return A.a(a.slice(b,c),A.a6(a))}, +e6(a,b){return this.b6(a,b,null)}, +tP(a,b,c){A.cM(b,c,a.length,null,null) +return A.eM(a,b,c,A.a6(a).c)}, +gE(a){if(a.length>0)return a[0] +throw A.d(A.c7())}, +gB(a){var s=a.length +if(s>0)return a[s-1] +throw A.d(A.c7())}, +gdm(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw A.d(A.c7()) +throw A.d(A.avZ())}, +F6(a,b,c){if(!!a.fixed$length)A.F(A.ac("removeRange")) +A.cM(b,c,a.length,null,null) +a.splice(b,c-b)}, +bT(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)A.F(A.ac("setRange")) +A.cM(b,c,a.length,null,null) +s=c-b +if(s===0)return +A.ez(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.apX(d,e).dY(0,!1) +q=0}p=J.br(r) +if(q+s>p.gu(r))throw A.d(A.avY()) +if(q=0;--o)a[b+o]=p.i(r,q+o) +else for(o=0;o0){a[0]=q +a[1]=r}return}if(A.a6(a).c.b(null)){for(p=0,o=0;o0)this.a5f(a,p)}, +ii(a){return this.em(a,null)}, +a5f(a,b){var s,r=a.length +for(;s=r-1,r>0;r=s)if(a[s]===null){a[s]=void 0;--b +if(b===0)break}}, +cn(a,b){var s,r=a.length +if(0>=r)return-1 +for(s=0;s=r +for(s=q;s>=0;--s)if(J.c(a[s],b))return s +return-1}, +p(a,b){var s +for(s=0;sa.length)A.a6(a).c.a(null) +a.length=b}, +i(a,b){if(!(b>=0&&b=0&&b"))}, +a0(a,b){var s=A.a1(a,!0,A.a6(a).c) +this.K(s,b) +return s}, +wY(a,b,c){var s +if(c>=a.length)return-1 +for(s=c;s=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.lR.prototype={ +aJ(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.grP(b) +if(this.grP(a)===s)return 0 +if(this.grP(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +grP(a){return a===0?1/a<0:a<0}, +MJ(a){return Math.abs(a)}, +gGk(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +a2(a){var s +if(a>=-2147483648&&a<=2147483647)return a|0 +if(isFinite(a)){s=a<0?Math.ceil(a):Math.floor(a) +return s+0}throw A.d(A.ac(""+a+".toInt()"))}, +dn(a){var s,r +if(a>=0){if(a<=2147483647){s=a|0 +return a===s?s:s+1}}else if(a>=-2147483648)return a|0 +r=Math.ceil(a) +if(isFinite(r))return r +throw A.d(A.ac(""+a+".ceil()"))}, +ec(a){var s,r +if(a>=0){if(a<=2147483647)return a|0}else if(a>=-2147483648){s=a|0 +return a===s?s:s-1}r=Math.floor(a) +if(isFinite(r))return r +throw A.d(A.ac(""+a+".floor()"))}, +ar(a){if(a>0){if(a!==1/0)return Math.round(a)}else if(a>-1/0)return 0-Math.round(0-a) +throw A.d(A.ac(""+a+".round()"))}, +RU(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +hM(a,b,c){if(B.i.aJ(b,c)>0)throw A.d(A.n0(b)) +if(this.aJ(a,b)<0)return b +if(this.aJ(a,c)>0)return c +return a}, +a5(a,b){var s +if(b>20)throw A.d(A.ca(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.grP(a))return"-"+s +return s}, +agc(a,b){var s +if(b<1||b>21)throw A.d(A.ca(b,1,21,"precision",null)) +s=a.toPrecision(b) +if(a===0&&this.grP(a))return"-"+s +return s}, +iI(a,b){var s,r,q,p +if(b<2||b>36)throw A.d(A.ca(b,2,36,"radix",null)) +s=a.toString(b) +if(s.charCodeAt(s.length-1)!==41)return s +r=/^([\da-z]+)(?:\.([\da-z]+))?\(e\+(\d+)\)$/.exec(s) +if(r==null)A.F(A.ac("Unexpected toString result: "+s)) +s=r[1] +q=+r[3] +p=r[2] +if(p!=null){s+=p +q-=p.length}return s+B.d.T("0",q)}, +j(a){if(a===0&&1/a<0)return"-0.0" +else return""+a}, +gt(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}, +a0(a,b){return a+b}, +a9(a,b){return a-b}, +T(a,b){return a*b}, +bH(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}, +h3(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.LN(a,b)}, +d1(a,b){return(a|0)===a?a/b|0:this.LN(a,b)}, +LN(a,b){var s=a/b +if(s>=-2147483648&&s<=2147483647)return s|0 +if(s>0){if(s!==1/0)return Math.floor(s)}else if(s>-1/0)return Math.ceil(s) +throw A.d(A.ac("Result of truncating division is "+A.f(s)+": "+A.f(a)+" ~/ "+A.f(b)))}, +Uj(a,b){if(b<0)throw A.d(A.n0(b)) +return b>31?0:a<>>0}, +a6_(a,b){return b>31?0:a<>>0}, +eK(a,b){var s +if(a>0)s=this.Lv(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +a63(a,b){if(0>b)throw A.d(A.n0(b)) +return this.Lv(a,b)}, +Lv(a,b){return b>31?0:a>>>b}, +o2(a,b){if(b>31)return 0 +return a>>>b}, +Tm(a,b){return a<=b}, +gdj(a){return A.bj(t.Jy)}, +$ibE:1, +$iM:1, +$idD:1} +J.r4.prototype={ +MJ(a){return Math.abs(a)}, +gGk(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +gdj(a){return A.bj(t.S)}, +$icf:1, +$ik:1} +J.xt.prototype={ +gdj(a){return A.bj(t.V)}, +$icf:1} +J.j2.prototype={ +jU(a,b){if(b<0)throw A.d(A.uQ(a,b)) +if(b>=a.length)A.F(A.uQ(a,b)) +return a.charCodeAt(b)}, +BS(a,b,c){var s=b.length +if(c>s)throw A.d(A.ca(c,0,s,null,null)) +return new A.Xy(b,a,c)}, +qD(a,b){return this.BS(a,b,0)}, +Qn(a,b,c){var s,r,q=null +if(c<0||c>b.length)throw A.d(A.ca(c,0,b.length,q,q)) +s=a.length +if(c+s>b.length)return q +for(r=0;rr)return!1 +return b===this.cj(a,r-s)}, +pj(a,b,c){A.axe(0,0,a.length,"startIndex") +return A.aTe(a,b,c,0)}, +lZ(a,b){var s=A.a(a.split(b),t.s) +return s}, +nb(a,b,c,d){var s=A.cM(b,c,a.length,null,null) +return A.aBQ(a,b,s,d)}, +cG(a,b,c){var s +if(c<0||c>a.length)throw A.d(A.ca(c,0,a.length,null,null)) +if(typeof b=="string"){s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}return J.aG8(b,a,c)!=null}, +b5(a,b){return this.cG(a,b,0)}, +U(a,b,c){return a.substring(b,A.cM(b,c,a.length,null,null))}, +cj(a,b){return this.U(a,b,null)}, +ag9(a){return a.toLowerCase()}, +nf(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(p.charCodeAt(0)===133){s=J.aw5(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=p.charCodeAt(r)===133?J.aw6(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +Sc(a){var s=a.trimStart() +if(s.length===0)return s +if(s.charCodeAt(0)!==133)return s +return s.substring(J.aw5(s,1))}, +y3(a){var s,r=a.trimEnd(),q=r.length +if(q===0)return r +s=q-1 +if(r.charCodeAt(s)!==133)return r +return r.substring(0,J.aw6(r,s))}, +T(a,b){var s,r +if(0>=b)return"" +if(b===1||a.length===0)return a +if(b!==b>>>0)throw A.d(B.HM) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +lD(a,b,c){var s=b-a.length +if(s<=0)return a +return this.T(c,s)+a}, +aep(a,b){var s=b-a.length +if(s<=0)return a +return a+this.T(" ",s)}, +hZ(a,b,c){var s +if(c<0||c>a.length)throw A.d(A.ca(c,0,a.length,null,null)) +s=a.indexOf(b,c) +return s}, +cn(a,b){return this.hZ(a,b,0)}, +xc(a,b,c){var s,r +if(c==null)c=a.length +else if(c<0||c>a.length)throw A.d(A.ca(c,0,a.length,null,null)) +s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}, +oY(a,b){return this.xc(a,b,null)}, +p(a,b){return A.aT9(a,b,0)}, +aJ(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}, +gdj(a){return A.bj(t.N)}, +gu(a){return a.length}, +i(a,b){if(!(b>=0&&b").ah(r.z[1]).h("vy<1,2>")) +s.n2(r.ga3S()) +r.n2(a) +r.t6(d) +return r}, +lx(a,b,c){return this.cZ(a,null,b,c)}, +oZ(a,b,c){return this.cZ(a,b,c,null)}} +A.vy.prototype={ +bd(){return this.a.bd()}, +n2(a){this.c=a==null?null:a}, +t6(a){var s=this +s.a.t6(a) +if(a==null)s.d=null +else if(t.hK.b(a))s.d=s.b.tq(a) +else if(t.mX.b(a))s.d=a +else throw A.d(A.bo(u.y,null))}, +a3T(a){var s,r,q,p,o,n=this,m=n.c +if(m==null)return +s=null +try{s=n.$ti.z[1].a(a)}catch(o){r=A.aj(o) +q=A.az(o) +p=n.d +if(p==null)A.pI(r,q) +else{m=n.b +if(t.hK.b(p))m.RX(p,r,q) +else m.ne(t.mX.a(p),r)}return}n.b.ne(m,s)}, +lG(a){this.a.lG(a)}, +lF(){return this.lG(null)}, +kx(){this.a.kx()}} +A.iy.prototype={ +gR(a){var s=A.j(this) +return new A.F6(J.aA(this.ghb()),s.h("@<1>").ah(s.z[1]).h("F6<1,2>"))}, +gu(a){return J.bJ(this.ghb())}, +gP(a){return J.v_(this.ghb())}, +gbI(a){return J.Ed(this.ghb())}, +hu(a,b){var s=A.j(this) +return A.c5(J.apX(this.ghb(),b),s.c,s.z[1])}, +cu(a,b){return A.j(this).z[1].a(J.Ec(this.ghb(),b))}, +gE(a){return A.j(this).z[1].a(J.n7(this.ghb()))}, +gB(a){return A.j(this).z[1].a(J.a_k(this.ghb()))}, +p(a,b){return J.uZ(this.ghb(),b)}, +j(a){return J.c3(this.ghb())}} +A.F6.prototype={ +q(){return this.a.q()}, +gH(){return this.$ti.z[1].a(this.a.gH())}} +A.nf.prototype={ +hJ(a,b){return A.c5(this.a,A.j(this).c,b)}, +ghb(){return this.a}} +A.Bf.prototype={$ian:1} +A.AR.prototype={ +i(a,b){return this.$ti.z[1].a(J.fo(this.a,b))}, +n(a,b,c){J.uX(this.a,b,this.$ti.c.a(c))}, +su(a,b){J.aGc(this.a,b)}, +D(a,b){J.ea(this.a,this.$ti.c.a(b))}, +K(a,b){var s=this.$ti +J.au8(this.a,A.c5(b,s.z[1],s.c))}, +em(a,b){var s=b==null?null:new A.ahZ(this,b) +J.a_l(this.a,s)}, +v(a,b){return J.aub(this.a,b)}, +dW(a){return this.$ti.z[1].a(J.aGb(this.a))}, +tP(a,b,c){var s=this.$ti +return A.c5(J.aG6(this.a,b,c),s.c,s.z[1])}, +bT(a,b,c,d,e){var s=this.$ti +J.aGd(this.a,b,c,A.c5(d,s.z[1],s.c),e)}, +el(a,b,c,d){return this.bT(a,b,c,d,0)}, +$ian:1, +$iH:1} +A.ahZ.prototype={ +$2(a,b){var s=this.a.$ti.z[1] +return this.b.$2(s.a(a),s.a(b))}, +$S(){return this.a.$ti.h("k(1,1)")}} +A.et.prototype={ +hJ(a,b){return new A.et(this.a,this.$ti.h("@<1>").ah(b).h("et<1,2>"))}, +ghb(){return this.a}} +A.jU.prototype={ +hJ(a,b){return new A.jU(this.a,this.b,this.$ti.h("@<1>").ah(b).h("jU<1,2>"))}, +D(a,b){return this.a.D(0,this.$ti.c.a(b))}, +K(a,b){var s=this.$ti +this.a.K(0,A.c5(b,s.z[1],s.c))}, +v(a,b){return this.a.v(0,b)}, +rM(a){var s,r=this +if(r.b!=null)return r.a_i(a,!0) +s=r.$ti +return new A.jU(r.a.rM(a),null,s.h("@<1>").ah(s.z[1]).h("jU<1,2>"))}, +a_i(a,b){var s,r=this.b,q=this.$ti,p=q.z[1],o=r==null?A.j6(p):r.$1$0(p) +for(p=this.a,p=p.gR(p),q=q.z[1];p.q();){s=q.a(p.gH()) +if(b===a.p(0,s))o.D(0,s)}return o}, +YL(){var s=this.b,r=this.$ti.z[1],q=s==null?A.j6(r):s.$1$0(r) +q.K(0,this) +return q}, +hr(a){var s=this.b,r=this.$ti.z[1],q=s==null?A.j6(r):s.$1$0(r) +q.K(0,this) +return q}, +$ian:1, +$ibg:1, +ghb(){return this.a}} +A.ng.prototype={ +jQ(a,b,c){var s=this.$ti +return new A.ng(this.a,s.h("@<1>").ah(s.z[1]).ah(b).ah(c).h("ng<1,2,3,4>"))}, +X(a){return this.a.X(a)}, +i(a,b){return this.$ti.h("4?").a(this.a.i(0,b))}, +n(a,b,c){var s=this.$ti +this.a.n(0,s.c.a(b),s.z[1].a(c))}, +bm(a,b){var s=this.$ti +return s.z[3].a(this.a.bm(s.c.a(a),new A.a0H(this,b)))}, +v(a,b){return this.$ti.h("4?").a(this.a.v(0,b))}, +a1(a,b){this.a.a1(0,new A.a0G(this,b))}, +gbx(){var s=this.$ti +return A.c5(this.a.gbx(),s.c,s.z[2])}, +gbf(){var s=this.$ti +return A.c5(this.a.gbf(),s.z[1],s.z[3])}, +gu(a){var s=this.a +return s.gu(s)}, +gP(a){var s=this.a +return s.gP(s)}, +gbI(a){var s=this.a +return s.gbI(s)}, +gdU(){var s=this.a.gdU() +return s.i1(s,new A.a0F(this),this.$ti.h("b0<3,4>"))}} +A.a0H.prototype={ +$0(){return this.a.$ti.z[1].a(this.b.$0())}, +$S(){return this.a.$ti.h("2()")}} +A.a0G.prototype={ +$2(a,b){var s=this.a.$ti +this.b.$2(s.z[2].a(a),s.z[3].a(b))}, +$S(){return this.a.$ti.h("~(1,2)")}} +A.a0F.prototype={ +$1(a){var s=this.a.$ti,r=s.z[3] +return new A.b0(s.z[2].a(a.a),r.a(a.b),s.h("@<3>").ah(r).h("b0<1,2>"))}, +$S(){return this.a.$ti.h("b0<3,4>(b0<1,2>)")}} +A.jT.prototype={ +hJ(a,b){return new A.jT(this.a,this.$ti.h("@<1>").ah(b).h("jT<1,2>"))}, +$ian:1, +ghb(){return this.a}} +A.fW.prototype={ +j(a){return"LateInitializationError: "+this.a}} +A.cd.prototype={ +gu(a){return this.a.length}, +i(a,b){return this.a.charCodeAt(b)}} +A.apr.prototype={ +$0(){return A.dW(null,t.P)}, +$S:67} +A.ad6.prototype={} +A.an.prototype={} +A.bf.prototype={ +gR(a){return new A.bL(this,this.gu(this))}, +a1(a,b){var s,r=this,q=r.gu(r) +for(s=0;s").ah(c).h("X<1,2>"))}, +afo(a,b){var s,r,q=this,p=q.gu(q) +if(p===0)throw A.d(A.c7()) +s=q.cu(0,0) +for(r=1;rs)throw A.d(A.ca(r,0,s,"start",null))}}, +ga09(){var s=J.bJ(this.a),r=this.c +if(r==null||r>s)return s +return r}, +ga6i(){var s=J.bJ(this.a),r=this.b +if(r>s)return s +return r}, +gu(a){var s,r=J.bJ(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +cu(a,b){var s=this,r=s.ga6i()+b +if(b<0||r>=s.ga09())throw A.d(A.Jn(b,s.gu(s),s,null,"index")) +return J.Ec(s.a,r)}, +hu(a,b){var s,r,q=this +A.ez(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new A.k0(q.$ti.h("k0<1>")) +return A.eM(q.a,s,r,q.$ti.c)}, +Fd(a,b){var s,r,q,p=this +A.ez(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return A.eM(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.cu(q,s);++r.c +return!0}} +A.ex.prototype={ +gR(a){return new A.dX(J.aA(this.a),this.b)}, +gu(a){return J.bJ(this.a)}, +gP(a){return J.v_(this.a)}, +gE(a){return this.b.$1(J.n7(this.a))}, +gB(a){return this.b.$1(J.a_k(this.a))}, +cu(a,b){return this.b.$1(J.Ec(this.a,b))}} +A.k_.prototype={$ian:1} +A.dX.prototype={ +q(){var s=this,r=s.b +if(r.q()){s.a=s.c.$1(r.gH()) +return!0}s.a=null +return!1}, +gH(){var s=this.a +return s==null?A.j(this).z[1].a(s):s}} +A.X.prototype={ +gu(a){return J.bJ(this.a)}, +cu(a,b){return this.b.$1(J.Ec(this.a,b))}} +A.aX.prototype={ +gR(a){return new A.pb(J.aA(this.a),this.b)}, +i1(a,b,c){return new A.ex(this,b,this.$ti.h("@<1>").ah(c).h("ex<1,2>"))}} +A.pb.prototype={ +q(){var s,r +for(s=this.a,r=this.b;s.q();)if(r.$1(s.gH()))return!0 +return!1}, +gH(){return this.a.gH()}} +A.fQ.prototype={ +gR(a){return new A.Im(J.aA(this.a),this.b,B.mG)}} +A.Im.prototype={ +gH(){var s=this.d +return s==null?A.j(this).z[1].a(s):s}, +q(){var s,r,q=this,p=q.c +if(p==null)return!1 +for(s=q.a,r=q.b;!p.q();){q.d=null +if(s.q()){q.c=null +p=J.aA(r.$1(s.gH())) +q.c=p}else return!1}q.d=q.c.gH() +return!0}} +A.p1.prototype={ +gR(a){return new A.Pc(J.aA(this.a),this.b)}} +A.wr.prototype={ +gu(a){var s=J.bJ(this.a),r=this.b +if(s>r)return r +return s}, +$ian:1} +A.Pc.prototype={ +q(){if(--this.b>=0)return this.a.q() +this.b=-1 +return!1}, +gH(){if(this.b<0){A.j(this).c.a(null) +return null}return this.a.gH()}} +A.kB.prototype={ +hu(a,b){A.Ew(b,"count") +A.ez(b,"count") +return new A.kB(this.a,this.b+b,A.j(this).h("kB<1>"))}, +gR(a){return new A.OF(J.aA(this.a),this.b)}} +A.qx.prototype={ +gu(a){var s=J.bJ(this.a)-this.b +if(s>=0)return s +return 0}, +hu(a,b){A.Ew(b,"count") +A.ez(b,"count") +return new A.qx(this.a,this.b+b,this.$ti)}, +$ian:1} +A.OF.prototype={ +q(){var s,r +for(s=this.a,r=0;r"))}, +hu(a,b){A.ez(b,"count") +return this}, +dY(a,b){var s=this.$ti.c +return b?J.xp(0,s):J.a6G(0,s)}, +dX(a){return this.dY(a,!0)}, +hr(a){return A.j6(this.$ti.c)}} +A.I8.prototype={ +q(){return!1}, +gH(){throw A.d(A.c7())}} +A.k2.prototype={ +gR(a){return new A.IF(J.aA(this.a),this.b)}, +gu(a){return J.bJ(this.a)+J.bJ(this.b)}, +gP(a){return J.v_(this.a)&&J.v_(this.b)}, +gbI(a){return J.Ed(this.a)||J.Ed(this.b)}, +p(a,b){return J.uZ(this.a,b)||J.uZ(this.b,b)}, +gE(a){var s=J.aA(this.a) +if(s.q())return s.gH() +return J.n7(this.b)}, +gB(a){var s,r=J.aA(this.b) +if(r.q()){s=r.gH() +for(;r.q();)s=r.gH() +return s}return J.a_k(this.a)}} +A.wq.prototype={ +cu(a,b){var s=this.a,r=J.br(s),q=r.gu(s) +if(b"))}} +A.kP.prototype={ +q(){var s,r +for(s=this.a,r=this.$ti.c;s.q();)if(r.b(s.gH()))return!0 +return!1}, +gH(){return this.$ti.c.a(this.a.gH())}} +A.wJ.prototype={ +su(a,b){throw A.d(A.ac("Cannot change the length of a fixed-length list"))}, +D(a,b){throw A.d(A.ac("Cannot add to a fixed-length list"))}, +K(a,b){throw A.d(A.ac("Cannot add to a fixed-length list"))}, +v(a,b){throw A.d(A.ac("Cannot remove from a fixed-length list"))}, +dW(a){throw A.d(A.ac("Cannot remove from a fixed-length list"))}} +A.PL.prototype={ +n(a,b,c){throw A.d(A.ac("Cannot modify an unmodifiable list"))}, +su(a,b){throw A.d(A.ac("Cannot change the length of an unmodifiable list"))}, +D(a,b){throw A.d(A.ac("Cannot add to an unmodifiable list"))}, +K(a,b){throw A.d(A.ac("Cannot add to an unmodifiable list"))}, +v(a,b){throw A.d(A.ac("Cannot remove from an unmodifiable list"))}, +em(a,b){throw A.d(A.ac("Cannot modify an unmodifiable list"))}, +dW(a){throw A.d(A.ac("Cannot remove from an unmodifiable list"))}, +bT(a,b,c,d,e){throw A.d(A.ac("Cannot modify an unmodifiable list"))}, +el(a,b,c,d){return this.bT(a,b,c,d,0)}} +A.tI.prototype={} +A.be.prototype={ +gu(a){return J.bJ(this.a)}, +cu(a,b){var s=this.a,r=J.br(s) +return r.cu(s,r.gu(s)-1-b)}} +A.kD.prototype={ +gt(a){var s=this._hashCode +if(s!=null)return s +s=664597*B.d.gt(this.a)&536870911 +this._hashCode=s +return s}, +j(a){return'Symbol("'+this.a+'")'}, +k(a,b){if(b==null)return!1 +return b instanceof A.kD&&this.a===b.a}, +$iA1:1} +A.Dw.prototype={} +A.hd.prototype={$r:"+(1,2)",$s:1} +A.us.prototype={$r:"+cacheSize,maxTextLength(1,2)",$s:2} +A.Wh.prototype={$r:"+key,value(1,2)",$s:3} +A.Wi.prototype={$r:"+wordEnd,wordStart(1,2)",$s:4} +A.Wj.prototype={$r:"+(1,2,3)",$s:5} +A.Wk.prototype={$r:"+breaks,graphemes,words(1,2,3)",$s:6} +A.Wl.prototype={$r:"+large,medium,small(1,2,3)",$s:7} +A.Cd.prototype={$r:"+x,y,z(1,2,3)",$s:8} +A.Ce.prototype={$r:"+domBlurListener,domFocusListener,element,semanticsNodeId(1,2,3,4)",$s:9} +A.ni.prototype={} +A.ql.prototype={ +jQ(a,b,c){var s=A.j(this) +return A.awl(this,s.c,s.z[1],b,c)}, +gP(a){return this.gu(this)===0}, +gbI(a){return this.gu(this)!==0}, +j(a){return A.arb(this)}, +n(a,b,c){A.aqk()}, +bm(a,b){A.aqk()}, +v(a,b){A.aqk()}, +gdU(){return new A.fF(this.aaL(),A.j(this).h("fF>"))}, +aaL(){var s=this +return function(){var r=0,q=1,p,o,n,m +return function $async$gdU(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:o=s.gbx(),o=o.gR(o),n=A.j(s),n=n.h("@<1>").ah(n.z[1]).h("b0<1,2>") +case 2:if(!o.q()){r=3 +break}m=o.gH() +r=4 +return a.b=new A.b0(m,s.i(0,m),n),1 +case 4:r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +mX(a,b,c,d){var s=A.B(c,d) +this.a1(0,new A.a1l(this,b,s)) +return s}, +$ias:1} +A.a1l.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.n(0,s.a,s.b)}, +$S(){return A.j(this.a).h("~(1,2)")}} +A.i.prototype={ +gu(a){return this.b.length}, +gJV(){var s=this.$keys +if(s==null){s=Object.keys(this.a) +this.$keys=s}return s}, +X(a){if(typeof a!="string")return!1 +if("__proto__"===a)return!1 +return this.a.hasOwnProperty(a)}, +i(a,b){if(!this.X(b))return null +return this.b[this.a[b]]}, +a1(a,b){var s,r,q=this.gJV(),p=this.b +for(s=q.length,r=0;r"))}, +gbf(){return new A.pt(this.b,this.$ti.h("pt<2>"))}} +A.pt.prototype={ +gu(a){return this.a.length}, +gP(a){return 0===this.a.length}, +gbI(a){return 0!==this.a.length}, +gR(a){var s=this.a +return new A.ue(s,s.length)}} +A.ue.prototype={ +gH(){var s=this.d +return s==null?A.j(this).c.a(s):s}, +q(){var s=this,r=s.c +if(r>=s.b){s.d=null +return!1}s.d=s.a[r] +s.c=r+1 +return!0}} +A.cu.prototype={ +kU(){var s,r=this,q=r.$map +if(q==null){s=r.$ti +q=new A.nX(s.h("@<1>").ah(s.z[1]).h("nX<1,2>")) +A.aB3(r.a,q) +r.$map=q}return q}, +X(a){return this.kU().X(a)}, +i(a,b){return this.kU().i(0,b)}, +a1(a,b){this.kU().a1(0,b)}, +gbx(){var s=this.kU() +return new A.bl(s,A.j(s).h("bl<1>"))}, +gbf(){return this.kU().gbf()}, +gu(a){return this.kU().a}} +A.vP.prototype={ +D(a,b){A.aql()}, +K(a,b){A.aql()}, +v(a,b){A.aql()}} +A.dI.prototype={ +gu(a){return this.b}, +gP(a){return this.b===0}, +gbI(a){return this.b!==0}, +gR(a){var s,r=this.$keys +if(r==null){r=Object.keys(this.a) +this.$keys=r}s=r +return new A.ue(s,s.length)}, +p(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +hr(a){return A.fX(this,this.$ti.c)}} +A.ev.prototype={ +gu(a){return this.a.length}, +gP(a){return this.a.length===0}, +gbI(a){return this.a.length!==0}, +gR(a){var s=this.a +return new A.ue(s,s.length)}, +kU(){var s,r,q,p,o=this,n=o.$map +if(n==null){s=o.$ti +n=new A.nX(s.h("@<1>").ah(s.c).h("nX<1,2>")) +for(s=o.a,r=s.length,q=0;q")}} +A.lO.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.aBh(A.ZU(this.a),this.$ti)}} +A.xr.prototype={ +gadZ(){var s=this.a +if(s instanceof A.kD)return s +return this.a=new A.kD(s)}, +gaeD(){var s,r,q,p,o,n=this +if(n.c===1)return B.rY +s=n.d +r=J.br(s) +q=r.gu(s)-J.bJ(n.e)-n.f +if(q===0)return B.rY +p=[] +for(o=0;o>>0}, +j(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.aaq(this.a)+"'")}} +A.Tb.prototype={ +j(a){return"Reading static variable '"+this.a+"' during its initialization"}} +A.O8.prototype={ +j(a){return"RuntimeError: "+this.a}} +A.alg.prototype={} +A.eH.prototype={ +gu(a){return this.a}, +gP(a){return this.a===0}, +gbI(a){return this.a!==0}, +gbx(){return new A.bl(this,A.j(this).h("bl<1>"))}, +gbf(){var s=A.j(this) +return A.JY(new A.bl(this,s.h("bl<1>")),new A.a6P(this),s.c,s.z[1])}, +X(a){var s,r +if(typeof a=="string"){s=this.b +if(s==null)return!1 +return s[a]!=null}else if(typeof a=="number"&&(a&0x3fffffff)===a){r=this.c +if(r==null)return!1 +return r[a]!=null}else return this.PU(a)}, +PU(a){var s=this.d +if(s==null)return!1 +return this.mS(s[this.mR(a)],a)>=0}, +a9k(a){return new A.bl(this,A.j(this).h("bl<1>")).dC(0,new A.a6O(this,a))}, +K(a,b){b.a1(0,new A.a6N(this))}, +i(a,b){var s,r,q,p,o=null +if(typeof b=="string"){s=this.b +if(s==null)return o +r=s[b] +q=r==null?o:r.b +return q}else if(typeof b=="number"&&(b&0x3fffffff)===b){p=this.c +if(p==null)return o +r=p[b] +q=r==null?o:r.b +return q}else return this.PV(b)}, +PV(a){var s,r,q=this.d +if(q==null)return null +s=q[this.mR(a)] +r=this.mS(s,a) +if(r<0)return null +return s[r].b}, +n(a,b,c){var s,r,q=this +if(typeof b=="string"){s=q.b +q.Hs(s==null?q.b=q.AN():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=q.c +q.Hs(r==null?q.c=q.AN():r,b,c)}else q.PX(b,c)}, +PX(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.AN() +s=p.mR(a) +r=o[s] +if(r==null)o[s]=[p.AO(a,b)] +else{q=p.mS(r,a) +if(q>=0)r[q].b=b +else r.push(p.AO(a,b))}}, +bm(a,b){var s,r,q=this +if(q.X(a)){s=q.i(0,a) +return s==null?A.j(q).z[1].a(s):s}r=b.$0() +q.n(0,a,r) +return r}, +v(a,b){var s=this +if(typeof b=="string")return s.KS(s.b,b) +else if(typeof b=="number"&&(b&0x3fffffff)===b)return s.KS(s.c,b) +else return s.PW(b)}, +PW(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.mR(a) +r=n[s] +q=o.mS(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.M3(p) +if(r.length===0)delete n[s] +return p.b}, +M(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.AL()}}, +a1(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$2(r.a,r.b) +if(q!==s.r)throw A.d(A.bY(s)) +r=r.c}}, +Hs(a,b,c){var s=a[b] +if(s==null)a[b]=this.AO(b,c) +else s.b=c}, +KS(a,b){var s +if(a==null)return null +s=a[b] +if(s==null)return null +this.M3(s) +delete a[b] +return s.b}, +AL(){this.r=this.r+1&1073741823}, +AO(a,b){var s,r=this,q=new A.a7k(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.AL() +return q}, +M3(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.AL()}, +mR(a){return J.v(a)&1073741823}, +mS(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}, +$io0:1} +A.a6P.prototype={ +$1(a){var s=this.a,r=s.i(0,a) +return r==null?A.j(s).z[1].a(r):r}, +$S(){return A.j(this.a).h("2(1)")}} +A.a6O.prototype={ +$1(a){return J.c(this.a.i(0,a),this.b)}, +$S(){return A.j(this.a).h("z(1)")}} +A.a6N.prototype={ +$2(a,b){this.a.n(0,a,b)}, +$S(){return A.j(this.a).h("~(1,2)")}} +A.a7k.prototype={} +A.bl.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gR(a){var s=this.a,r=new A.xF(s,s.r) +r.c=s.e +return r}, +p(a,b){return this.a.X(b)}, +a1(a,b){var s=this.a,r=s.e,q=s.r +for(;r!=null;){b.$1(r.a) +if(q!==s.r)throw A.d(A.bY(s)) +r=r.c}}} +A.xF.prototype={ +gH(){return this.d}, +q(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.d(A.bY(q)) +s=r.c +if(s==null){r.d=null +return!1}else{r.d=s.a +r.c=s.c +return!0}}} +A.xu.prototype={ +mR(a){return A.n5(a)&1073741823}, +mS(a,b){var s,r,q +if(a==null)return-1 +s=a.length +for(r=0;r0;){--q;--s +j[q]=r[s]}}return A.xI(j,k)}} +A.We.prototype={ +uM(){return[this.a,this.b]}, +k(a,b){if(b==null)return!1 +return b instanceof A.We&&this.$s===b.$s&&J.c(this.a,b.a)&&J.c(this.b,b.b)}, +gt(a){return A.I(this.$s,this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Wf.prototype={ +uM(){return[this.a,this.b,this.c]}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.Wf&&s.$s===b.$s&&J.c(s.a,b.a)&&J.c(s.b,b.b)&&J.c(s.c,b.c)}, +gt(a){var s=this +return A.I(s.$s,s.a,s.b,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Wg.prototype={ +uM(){return this.a}, +k(a,b){if(b==null)return!1 +return b instanceof A.Wg&&this.$s===b.$s&&A.aOv(this.a,b.a)}, +gt(a){return A.I(this.$s,A.c9(this.a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.r5.prototype={ +j(a){return"RegExp/"+this.a+"/"+this.b.flags}, +gKf(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.ar2(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +ga3I(){var s=this,r=s.d +if(r!=null)return r +r=s.b +return s.d=A.ar2(s.a+"|()",r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +wI(a){var s=this.b.exec(a) +if(s==null)return null +return new A.uj(s)}, +US(a){var s=this.wI(a) +if(s!=null)return s.b[0] +return null}, +BS(a,b,c){var s=b.length +if(c>s)throw A.d(A.ca(c,0,s,null,null)) +return new A.S2(this,b,c)}, +qD(a,b){return this.BS(a,b,0)}, +a0f(a,b){var s,r=this.gKf() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.uj(s)}, +a0e(a,b){var s,r=this.ga3I() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +if(s.pop()!=null)return null +return new A.uj(s)}, +Qn(a,b,c){if(c<0||c>b.length)throw A.d(A.ca(c,0,b.length,null,null)) +return this.a0e(b,c)}, +$iyA:1} +A.uj.prototype={ +gbu(){return this.b.index}, +gbc(){var s=this.b +return s.index+s[0].length}, +yq(a){return this.b[a]}, +i(a,b){return this.b[b]}, +ae9(a){var s,r=this.b.groups +if(r!=null){s=r[a] +if(s!=null||a in r)return s}throw A.d(A.eT(a,"name","Not a capture group name"))}, +$io5:1, +$iNm:1} +A.S2.prototype={ +gR(a){return new A.AJ(this.a,this.b,this.c)}} +A.AJ.prototype={ +gH(){var s=this.d +return s==null?t.Qz.a(s):s}, +q(){var s,r,q,p,o,n=this,m=n.b +if(m==null)return!1 +s=n.c +r=m.length +if(s<=r){q=n.a +p=q.a0f(m,s) +if(p!=null){n.d=p +o=p.gbc() +if(p.b.index===o){if(q.b.unicode){s=n.c +q=s+1 +if(q=55296&&s<=56319){s=m.charCodeAt(q) +s=s>=56320&&s<=57343}else s=!1}else s=!1}else s=!1 +o=(s?o+1:o)+1}n.c=o +return!0}}n.b=n.d=null +return!1}} +A.tg.prototype={ +gbc(){return this.a+this.c.length}, +i(a,b){if(b!==0)A.F(A.Nh(b,null)) +return this.c}, +yq(a){if(a!==0)throw A.d(A.Nh(a,null)) +return this.c}, +$io5:1, +gbu(){return this.a}} +A.Xy.prototype={ +gR(a){return new A.am3(this.a,this.b,this.c)}, +gE(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new A.tg(r,s) +throw A.d(A.c7())}} +A.am3.prototype={ +q(){var s,r,q=this,p=q.c,o=q.b,n=o.length,m=q.a,l=m.length +if(p+n>l){q.d=null +return!1}s=m.indexOf(o,p) +if(s<0){q.c=l+1 +q.d=null +return!1}r=s+n +q.d=new A.tg(s,o) +q.c=r===q.c?r+1:r +return!0}, +gH(){var s=this.d +s.toString +return s}} +A.ai_.prototype={ +ai(){var s=this.b +if(s===this)throw A.d(new A.fW("Local '"+this.a+"' has not been initialized.")) +return s}, +aD(){var s=this.b +if(s===this)throw A.d(A.eI(this.a)) +return s}, +scm(a){var s=this +if(s.b!==s)throw A.d(new A.fW("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +A.ajy.prototype={ +a8(){var s,r=this,q=r.b +if(q===r){s=r.c.$0() +if(r.b!==r)throw A.d(new A.fW("Local '"+r.a+u.N)) +r.b=s +q=s}return q}} +A.ye.prototype={ +gdj(a){return B.ac0}, +Nd(a,b,c){throw A.d(A.ac("Int64List not supported by dart2js."))}, +$icf:1, +$iF0:1} +A.yi.prototype={ +gOX(a){return a.BYTES_PER_ELEMENT}, +a30(a,b,c,d){var s=A.ca(b,0,c,d,null) +throw A.d(s)}, +HZ(a,b,c,d){if(b>>>0!==b||b>c)this.a30(a,b,c,d)}} +A.yf.prototype={ +gdj(a){return B.ac1}, +gOX(a){return 1}, +FM(a,b,c){throw A.d(A.ac("Int64 accessor not supported by dart2js."))}, +Gd(a,b,c,d){throw A.d(A.ac("Int64 accessor not supported by dart2js."))}, +$icf:1, +$icw:1} +A.rl.prototype={ +gu(a){return a.length}, +Lo(a,b,c,d,e){var s,r,q=a.length +this.HZ(a,b,q,"start") +this.HZ(a,c,q,"end") +if(b>c)throw A.d(A.ca(b,0,c,null,null)) +s=c-b +if(e<0)throw A.d(A.bo(e,null)) +r=d.length +if(r-e").b(a))s.HV(a) +else s.nF(a)}}, +l5(a,b){var s=this.a +if(this.b)s.h6(a,b) +else s.uw(a,b)}} +A.an7.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:25} +A.an8.prototype={ +$2(a,b){this.a.$2(1,new A.wy(a,b))}, +$S:350} +A.ao5.prototype={ +$2(a,b){this.a(a,b)}, +$S:349} +A.an5.prototype={ +$0(){var s,r=this.a,q=r.a +q===$&&A.b() +s=q.b +if((s&1)!==0?(q.gjM().e&4)!==0:(s&2)===0){r.b=!0 +return}this.b.$2(0,null)}, +$S:0} +A.an6.prototype={ +$1(a){var s=this.a.c!=null?2:0 +this.b.$2(s,null)}, +$S:17} +A.Sn.prototype={ +YH(a,b){var s=new A.ahd(a) +this.a=A.zX(new A.ahf(this,a),new A.ahg(s),null,new A.ahh(this,s),!1,b)}} +A.ahd.prototype={ +$0(){A.e9(new A.ahe(this.a))}, +$S:12} +A.ahe.prototype={ +$0(){this.a.$2(0,null)}, +$S:0} +A.ahg.prototype={ +$0(){this.a.$0()}, +$S:0} +A.ahh.prototype={ +$0(){var s=this.a +if(s.b){s.b=!1 +this.b.$0()}}, +$S:0} +A.ahf.prototype={ +$0(){var s=this.a,r=s.a +r===$&&A.b() +if((r.b&4)===0){s.c=new A.a9($.ad,t.LR) +if(s.b){s.b=!1 +A.e9(new A.ahc(this.b))}return s.c}}, +$S:348} +A.ahc.prototype={ +$0(){this.a.$2(2,null)}, +$S:0} +A.BD.prototype={ +j(a){return"IterationMarker("+this.b+", "+A.f(this.a)+")"}} +A.pD.prototype={ +gH(){return this.b}, +a5q(a,b){var s,r,q +a=a +b=b +s=this.a +for(;!0;)try{r=s(this,a,b) +return r}catch(q){b=q +a=1}}, +q(){var s,r,q,p,o=this,n=null,m=0 +for(;!0;){s=o.d +if(s!=null)try{if(s.q()){o.b=s.gH() +return!0}else o.d=null}catch(r){n=r +m=1 +o.d=null}q=o.a5q(m,n) +if(1===q)return!0 +if(0===q){o.b=null +p=o.e +if(p==null||p.length===0){o.a=A.az_ +return!1}o.a=p.pop() +m=0 +n=null +continue}if(2===q){m=0 +n=null +continue}if(3===q){n=o.c +o.c=null +p=o.e +if(p==null||p.length===0){o.b=null +o.a=A.az_ +throw n +return!1}o.a=p.pop() +m=1 +continue}throw A.d(A.ar("sync*"))}return!1}, +vN(a){var s,r,q=this +if(a instanceof A.fF){s=a.a() +r=q.e +if(r==null)r=q.e=[] +r.push(q.a) +q.a=s +return 2}else{q.d=J.aA(a) +return 2}}} +A.fF.prototype={ +gR(a){return new A.pD(this.a())}} +A.Ez.prototype={ +j(a){return A.f(this.a)}, +$ibQ:1, +gu7(){return this.b}} +A.kR.prototype={} +A.tQ.prototype={ +kW(){}, +kX(){}} +A.tP.prototype={ +gyO(){return new A.kR(this,A.j(this).h("kR<1>"))}, +gQ3(){return!1}, +gAI(){return this.c<4}, +a5c(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}, +Bm(a,b,c,d){var s,r,q,p,o,n,m,l=this +if((l.c&4)!==0)return A.ayD(c) +s=$.ad +r=d?1:0 +q=A.ahp(s,a) +p=A.ahq(s,b) +o=c==null?A.asN():c +n=new A.tQ(l,q,p,o,s,r,A.j(l).h("tQ<1>")) +n.CW=n +n.ch=n +n.ay=l.c&1 +m=l.e +l.e=n +n.ch=null +n.CW=m +if(m==null)l.d=n +else m.ch=n +if(l.d===n)A.ZS(l.a) +return n}, +KI(a){var s,r=this +A.j(r).h("tQ<1>").a(a) +if(a.ch===a)return null +s=a.ay +if((s&2)!==0)a.ay=s|4 +else{r.a5c(a) +if((r.c&2)===0&&r.d==null)r.ZD()}return null}, +KJ(a){}, +KK(a){}, +z9(){if((this.c&4)!==0)return new A.h8("Cannot add new events after calling close") +return new A.h8("Cannot add new events while doing an addStream")}, +D(a,b){if(!this.gAI())throw A.d(this.z9()) +this.mk(b)}, +j4(a,b){A.fm(a,"error",t.K) +if(!this.gAI())throw A.d(this.z9()) +if(b==null)b=A.pX(a) +this.kZ(a,b)}, +vQ(a){return this.j4(a,null)}, +aG(){var s,r,q=this +if((q.c&4)!==0){s=q.r +s.toString +return s}if(!q.gAI())throw A.d(q.z9()) +q.c|=4 +r=q.r +if(r==null)r=q.r=new A.a9($.ad,t.U) +q.ml() +return r}, +iX(a,b){this.kZ(a,b)}, +nE(){var s=this.f +s.toString +this.f=null +this.c&=4294967287 +s.a.il(null)}, +ZD(){if((this.c&4)!==0){var s=this.r +if((s.a&30)===0)s.il(null)}A.ZS(this.b)}, +$ioY:1} +A.AN.prototype={ +mk(a){var s +for(s=this.d;s!=null;s=s.ch)s.jF(new A.pn(a))}, +kZ(a,b){var s +for(s=this.d;s!=null;s=s.ch)s.jF(new A.tZ(a,b))}, +ml(){var s=this.d +if(s!=null)for(;s!=null;s=s.ch)s.jF(B.f2) +else this.r.il(null)}} +A.a4r.prototype={ +$0(){var s,r,q +try{this.a.m6(this.b.$0())}catch(q){s=A.aj(q) +r=A.az(q) +A.anf(this.a,s,r)}}, +$S:0} +A.a4q.prototype={ +$0(){var s,r,q +try{this.a.m6(this.b.$0())}catch(q){s=A.aj(q) +r=A.az(q) +A.anf(this.a,s,r)}}, +$S:0} +A.a4p.prototype={ +$0(){var s,r,q,p=this,o=p.a +if(o==null){p.c.a(null) +p.b.m6(null)}else try{p.b.m6(o.$0())}catch(q){s=A.aj(q) +r=A.az(q) +A.anf(p.b,s,r)}}, +$S:0} +A.a4t.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.h6(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.h6(s.e.ai(),s.f.ai())}, +$S:39} +A.a4s.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.uX(s,r.b,a) +if(q.b===0)r.c.nF(A.j7(s,!0,r.w))}else if(q.b===0&&!r.e)r.c.h6(r.f.ai(),r.r.ai())}, +$S(){return this.w.h("ba(0)")}} +A.a4m.prototype={ +$2(a,b){var s +if(this.a.b(a))s=!1 +else s=!0 +if(s)throw A.d(a) +return this.c.$2(a,b)}, +$S(){return this.d.h("0/(A,bU)")}} +A.a4l.prototype={ +$1(a){return a}, +$S(){return this.a.h("0(0)")}} +A.AV.prototype={ +l5(a,b){A.fm(a,"error",t.K) +if((this.a.a&30)!==0)throw A.d(A.ar("Future already completed")) +if(b==null)b=A.pX(a) +this.h6(a,b)}, +jV(a){return this.l5(a,null)}} +A.bc.prototype={ +d2(a){var s=this.a +if((s.a&30)!==0)throw A.d(A.ar("Future already completed")) +s.il(a)}, +j6(){return this.d2(null)}, +h6(a,b){this.a.uw(a,b)}} +A.hI.prototype={ +adQ(a){if((this.c&15)!==6)return!0 +return this.b.b.Fc(this.d,a.a)}, +abo(a){var s,r=this.e,q=null,p=a.a,o=this.b.b +if(t.Hg.b(r))q=o.RW(r,p,a.b) +else q=o.Fc(r,p) +try{p=q +return p}catch(s){if(t.ns.b(A.aj(s))){if((this.c&1)!==0)throw A.d(A.bo("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.d(A.bo("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.a9.prototype={ +Lj(a){this.a=this.a&1|4 +this.c=a}, +fs(a,b,c){var s,r,q=$.ad +if(q===B.ar){if(b!=null&&!t.Hg.b(b)&&!t.C_.b(b))throw A.d(A.eT(b,"onError",u.w))}else if(b!=null)b=A.aAc(b,q) +s=new A.a9(q,c.h("a9<0>")) +r=b==null?1:3 +this.nD(new A.hI(s,r,a,b,this.$ti.h("@<1>").ah(c).h("hI<1,2>"))) +return s}, +bp(a,b){return this.fs(a,null,b)}, +LT(a,b,c){var s=new A.a9($.ad,c.h("a9<0>")) +this.nD(new A.hI(s,19,a,b,this.$ti.h("@<1>").ah(c).h("hI<1,2>"))) +return s}, +oh(a,b){var s=this.$ti,r=$.ad,q=new A.a9(r,s) +if(r!==B.ar)a=A.aAc(a,r) +this.nD(new A.hI(q,2,b,a,s.h("@<1>").ah(s.c).h("hI<1,2>"))) +return q}, +jR(a){return this.oh(a,null)}, +ia(a){var s=this.$ti,r=new A.a9($.ad,s) +this.nD(new A.hI(r,8,a,null,s.h("@<1>").ah(s.c).h("hI<1,2>"))) +return r}, +a5T(a){this.a=this.a&1|16 +this.c=a}, +uB(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +nD(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.nD(a) +return}s.uB(r)}A.pJ(null,null,s.b,new A.aiV(s,a))}}, +B_(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.B_(a) +return}n.uB(s)}m.a=n.vo(a) +A.pJ(null,null,n.b,new A.aj1(m,n))}}, +vl(){var s=this.c +this.c=null +return this.vo(s)}, +vo(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +zq(a){var s,r,q,p=this +p.a^=2 +try{a.fs(new A.aiZ(p),new A.aj_(p),t.P)}catch(q){s=A.aj(q) +r=A.az(q) +A.e9(new A.aj0(p,s,r))}}, +m6(a){var s,r=this,q=r.$ti +if(q.h("al<1>").b(a))if(q.b(a))A.as9(a,r) +else r.zq(a) +else{s=r.vl() +r.a=8 +r.c=a +A.u7(r,s)}}, +nF(a){var s=this,r=s.vl() +s.a=8 +s.c=a +A.u7(s,r)}, +h6(a,b){var s=this.vl() +this.a5T(A.a_W(a,b)) +A.u7(this,s)}, +il(a){if(this.$ti.h("al<1>").b(a)){this.HV(a) +return}this.Zb(a)}, +Zb(a){this.a^=2 +A.pJ(null,null,this.b,new A.aiX(this,a))}, +HV(a){if(this.$ti.b(a)){A.aNJ(a,this) +return}this.zq(a)}, +uw(a,b){this.a^=2 +A.pJ(null,null,this.b,new A.aiW(this,a,b))}, +$ial:1} +A.aiV.prototype={ +$0(){A.u7(this.a,this.b)}, +$S:0} +A.aj1.prototype={ +$0(){A.u7(this.b,this.a.a)}, +$S:0} +A.aiZ.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.nF(p.$ti.c.a(a))}catch(q){s=A.aj(q) +r=A.az(q) +p.h6(s,r)}}, +$S:17} +A.aj_.prototype={ +$2(a,b){this.a.h6(a,b)}, +$S:26} +A.aj0.prototype={ +$0(){this.a.h6(this.b,this.c)}, +$S:0} +A.aiY.prototype={ +$0(){A.as9(this.a.a,this.b)}, +$S:0} +A.aiX.prototype={ +$0(){this.a.nF(this.b)}, +$S:0} +A.aiW.prototype={ +$0(){this.a.h6(this.b,this.c)}, +$S:0} +A.aj4.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.fq(q.d)}catch(p){s=A.aj(p) +r=A.az(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.a_W(s,r) +o.b=!0 +return}if(l instanceof A.a9&&(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.bp(new A.aj5(n),t.z) +q.b=!1}}, +$S:0} +A.aj5.prototype={ +$1(a){return this.a}, +$S:334} +A.aj3.prototype={ +$0(){var s,r,q,p,o +try{q=this.a +p=q.a +q.c=p.b.b.Fc(p.d,this.b)}catch(o){s=A.aj(o) +r=A.az(o) +q=this.a +q.c=A.a_W(s,r) +q.b=!0}}, +$S:0} +A.aj2.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.adQ(s)&&p.a.e!=null){p.c=p.a.abo(s) +p.b=!1}}catch(o){r=A.aj(o) +q=A.az(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.a_W(r,q) +n.b=!0}}, +$S:0} +A.Sm.prototype={} +A.cb.prototype={ +gu(a){var s={},r=new A.a9($.ad,t.wJ) +s.a=0 +this.cZ(new A.adP(s,this),!0,new A.adQ(s,r),r.gIa()) +return r}, +gE(a){var s=new A.a9($.ad,A.j(this).h("a9")),r=this.cZ(null,!0,new A.adN(s),s.gIa()) +r.n2(new A.adO(this,r,s)) +return s}} +A.adP.prototype={ +$1(a){++this.a.a}, +$S(){return A.j(this.b).h("~(cb.T)")}} +A.adQ.prototype={ +$0(){this.b.m6(this.a.a)}, +$S:0} +A.adN.prototype={ +$0(){var s,r,q,p +try{q=A.c7() +throw A.d(q)}catch(p){s=A.aj(p) +r=A.az(p) +A.anf(this.a,s,r)}}, +$S:0} +A.adO.prototype={ +$1(a){A.aPh(this.b,this.c,a)}, +$S(){return A.j(this.a).h("~(cb.T)")}} +A.zZ.prototype={ +cZ(a,b,c,d){return this.a.cZ(a,b,c,d)}, +lx(a,b,c){return this.cZ(a,null,b,c)}, +oZ(a,b,c){return this.cZ(a,b,c,null)}} +A.pA.prototype={ +gyO(){return new A.dQ(this,A.j(this).h("dQ<1>"))}, +gQ3(){var s=this.b +return(s&1)!==0?(this.gjM().e&4)!==0:(s&2)===0}, +ga4v(){if((this.b&8)===0)return this.a +return this.a.c}, +zZ(){var s,r,q=this +if((q.b&8)===0){s=q.a +return s==null?q.a=new A.up():s}r=q.a +s=r.c +return s==null?r.c=new A.up():s}, +gjM(){var s=this.a +return(this.b&8)!==0?s.c:s}, +ux(){if((this.b&4)!==0)return new A.h8("Cannot add event after closing") +return new A.h8("Cannot add event while adding a stream")}, +a7J(a,b){var s,r,q,p=this,o=p.b +if(o>=4)throw A.d(p.ux()) +if((o&2)!==0){o=new A.a9($.ad,t.LR) +o.il(null) +return o}o=p.a +s=b===!0 +r=new A.a9($.ad,t.LR) +q=s?A.aNs(p):p.gYP() +q=a.cZ(p.gZa(),s,p.ga_4(),q) +s=p.b +if((s&1)!==0?(p.gjM().e&4)!==0:(s&2)===0)q.lF() +p.a=new A.Xv(o,r,q) +p.b|=8 +return r}, +IL(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.uW():new A.a9($.ad,t.U) +return s}, +D(a,b){if(this.b>=4)throw A.d(this.ux()) +this.jG(b)}, +j4(a,b){A.fm(a,"error",t.K) +if(this.b>=4)throw A.d(this.ux()) +if(b==null)b=A.pX(a) +this.iX(a,b)}, +vQ(a){return this.j4(a,null)}, +aG(){var s=this,r=s.b +if((r&4)!==0)return s.IL() +if(r>=4)throw A.d(s.ux()) +s.I6() +return s.IL()}, +I6(){var s=this.b|=4 +if((s&1)!==0)this.ml() +else if((s&3)===0)this.zZ().D(0,B.f2)}, +jG(a){var s=this.b +if((s&1)!==0)this.mk(a) +else if((s&3)===0)this.zZ().D(0,new A.pn(a))}, +iX(a,b){var s=this.b +if((s&1)!==0)this.kZ(a,b) +else if((s&3)===0)this.zZ().D(0,new A.tZ(a,b))}, +nE(){var s=this.a +this.a=s.c +this.b&=4294967287 +s.a.il(null)}, +Bm(a,b,c,d){var s,r,q,p,o=this +if((o.b&3)!==0)throw A.d(A.ar("Stream has already been listened to.")) +s=A.aNC(o,a,b,c,d) +r=o.ga4v() +q=o.b|=1 +if((q&8)!==0){p=o.a +p.c=s +p.b.kx()}else o.a=s +s.a5U(r) +s.Ai(new A.am1(o)) +return s}, +KI(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.bd() +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.aj(o) +p=A.az(o) +n=new A.a9($.ad,t.U) +n.uw(q,p) +k=n}else k=k.ia(s) +m=new A.am0(l) +if(k!=null)k=k.ia(m) +else m.$0() +return k}, +KJ(a){if((this.b&8)!==0)this.a.b.lF() +A.ZS(this.e)}, +KK(a){if((this.b&8)!==0)this.a.b.kx() +A.ZS(this.f)}, +$ioY:1} +A.am1.prototype={ +$0(){A.ZS(this.a.d)}, +$S:0} +A.am0.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.il(null)}, +$S:0} +A.XB.prototype={ +mk(a){this.gjM().jG(a)}, +kZ(a,b){this.gjM().iX(a,b)}, +ml(){this.gjM().nE()}} +A.So.prototype={ +mk(a){this.gjM().jF(new A.pn(a))}, +kZ(a,b){this.gjM().jF(new A.tZ(a,b))}, +ml(){this.gjM().jF(B.f2)}} +A.mK.prototype={} +A.uB.prototype={} +A.dQ.prototype={ +gt(a){return(A.h3(this.a)^892482866)>>>0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.dQ&&b.a===this.a}} +A.tT.prototype={ +AT(){return this.w.KI(this)}, +kW(){this.w.KJ(this)}, +kX(){this.w.KK(this)}} +A.pB.prototype={ +D(a,b){this.a.D(0,b)}, +j4(a,b){this.a.j4(a,b)}, +vQ(a){return this.j4(a,null)}, +aG(){return this.a.aG()}} +A.S1.prototype={ +bd(){var s=this.b.bd() +return s.ia(new A.agJ(this))}} +A.agK.prototype={ +$2(a,b){var s=this.a +s.iX(a,b) +s.nE()}, +$S:26} +A.agJ.prototype={ +$0(){this.a.a.il(null)}, +$S:12} +A.Xv.prototype={} +A.tR.prototype={ +a5U(a){var s=this +if(a==null)return +s.r=a +if(a.c!=null){s.e=(s.e|64)>>>0 +a.tW(s)}}, +n2(a){this.a=A.ahp(this.d,a)}, +t6(a){this.b=A.ahq(this.d,a)}, +lG(a){var s,r,q=this,p=q.e +if((p&8)!==0)return +s=(p+128|4)>>>0 +q.e=s +if(p<128){r=q.r +if(r!=null)if(r.a===1)r.a=3}if((p&4)===0&&(s&32)===0)q.Ai(q.gvd())}, +lF(){return this.lG(null)}, +kx(){var s=this,r=s.e +if((r&8)!==0)return +if(r>=128){r=s.e=r-128 +if(r<128)if((r&64)!==0&&s.r.c!=null)s.r.tW(s) +else{r=(r&4294967291)>>>0 +s.e=r +if((r&32)===0)s.Ai(s.gvf())}}}, +bd(){var s=this,r=(s.e&4294967279)>>>0 +s.e=r +if((r&8)===0)s.zn() +r=s.f +return r==null?$.uW():r}, +zn(){var s,r=this,q=r.e=(r.e|8)>>>0 +if((q&64)!==0){s=r.r +if(s.a===1)s.a=3}if((q&32)===0)r.r=null +r.f=r.AT()}, +jG(a){var s=this.e +if((s&8)!==0)return +if(s<32)this.mk(a) +else this.jF(new A.pn(a))}, +iX(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.kZ(a,b) +else this.jF(new A.tZ(a,b))}, +nE(){var s=this,r=s.e +if((r&8)!==0)return +r=(r|2)>>>0 +s.e=r +if(r<32)s.ml() +else s.jF(B.f2)}, +kW(){}, +kX(){}, +AT(){return null}, +jF(a){var s,r=this,q=r.r +if(q==null)q=r.r=new A.up() +q.D(0,a) +s=r.e +if((s&64)===0){s=(s|64)>>>0 +r.e=s +if(s<128)q.tW(r)}}, +mk(a){var s=this,r=s.e +s.e=(r|32)>>>0 +s.d.ne(s.a,a) +s.e=(s.e&4294967263)>>>0 +s.zu((r&4)!==0)}, +kZ(a,b){var s,r=this,q=r.e,p=new A.ahs(r,a,b) +if((q&1)!==0){r.e=(q|16)>>>0 +r.zn() +s=r.f +if(s!=null&&s!==$.uW())s.ia(p) +else p.$0()}else{p.$0() +r.zu((q&4)!==0)}}, +ml(){var s,r=this,q=new A.ahr(r) +r.zn() +r.e=(r.e|16)>>>0 +s=r.f +if(s!=null&&s!==$.uW())s.ia(q) +else q.$0()}, +Ai(a){var s=this,r=s.e +s.e=(r|32)>>>0 +a.$0() +s.e=(s.e&4294967263)>>>0 +s.zu((r&4)!==0)}, +zu(a){var s,r,q=this,p=q.e +if((p&64)!==0&&q.r.c==null){p=q.e=(p&4294967231)>>>0 +if((p&4)!==0)if(p<128){s=q.r +s=s==null?null:s.c==null +s=s!==!1}else s=!1 +else s=!1 +if(s){p=(p&4294967291)>>>0 +q.e=p}}for(;!0;a=r){if((p&8)!==0){q.r=null +return}r=(p&4)!==0 +if(a===r)break +q.e=(p^32)>>>0 +if(r)q.kW() +else q.kX() +p=(q.e&4294967263)>>>0 +q.e=p}if((p&64)!==0&&p<128)q.r.tW(q)}} +A.ahs.prototype={ +$0(){var s,r,q=this.a,p=q.e +if((p&8)!==0&&(p&16)===0)return +q.e=(p|32)>>>0 +s=q.b +p=this.b +r=q.d +if(t.hK.b(s))r.RX(s,p,this.c) +else r.ne(s,p) +q.e=(q.e&4294967263)>>>0}, +$S:0} +A.ahr.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=(r|42)>>>0 +s.d.tu(s.c) +s.e=(s.e&4294967263)>>>0}, +$S:0} +A.CW.prototype={ +cZ(a,b,c,d){return this.a.Bm(a,d,c,b===!0)}, +adr(a){return this.cZ(a,null,null,null)}, +lx(a,b,c){return this.cZ(a,null,b,c)}, +oZ(a,b,c){return this.cZ(a,b,c,null)}, +ads(a,b){return this.cZ(a,null,null,b)}} +A.Tm.prototype={ +gn_(){return this.a}, +sn_(a){return this.a=a}} +A.pn.prototype={ +EQ(a){a.mk(this.b)}} +A.tZ.prototype={ +EQ(a){a.kZ(this.b,this.c)}} +A.aiy.prototype={ +EQ(a){a.ml()}, +gn_(){return null}, +sn_(a){throw A.d(A.ar("No events after a done."))}} +A.up.prototype={ +tW(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}A.e9(new A.akP(s,a)) +s.a=1}, +D(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.sn_(b) +s.c=b}}} +A.akP.prototype={ +$0(){var s,r,q=this.a,p=q.a +q.a=0 +if(p===3)return +s=q.b +r=s.gn_() +q.b=r +if(r==null)q.c=null +s.EQ(this.b)}, +$S:0} +A.B8.prototype={ +n2(a){}, +t6(a){}, +lG(a){var s=this.a +if(s>=0)this.a=s+2}, +lF(){return this.lG(null)}, +kx(){var s=this,r=s.a-2 +if(r<0)return +if(r===0){s.a=1 +A.e9(s.gKn())}else s.a=r}, +bd(){this.a=-1 +this.c=null +return $.uW()}, +a45(){var s,r,q,p=this,o=p.a-1 +if(o===0){p.a=-1 +s=p.c +if(s!=null){r=s +q=!0}else{r=null +q=!1}if(q){p.c=null +p.b.tu(r)}}else p.a=o}} +A.Xw.prototype={} +A.pq.prototype={ +cZ(a,b,c,d){return A.ayD(c)}, +lx(a,b,c){return this.cZ(a,null,b,c)}, +oZ(a,b,c){return this.cZ(a,b,c,null)}} +A.anb.prototype={ +$0(){return this.a.m6(this.b)}, +$S:0} +A.Bo.prototype={ +cZ(a,b,c,d){var s=$.ad,r=b===!0?1:0,q=A.ahp(s,a),p=A.ahq(s,d) +s=new A.Bp(this,q,p,c==null?A.asN():c,s,r) +s.x=this.a.lx(s.ga1s(),s.ga1v(),s.ga1I()) +return s}, +lx(a,b,c){return this.cZ(a,null,b,c)}, +oZ(a,b,c){return this.cZ(a,b,c,null)}} +A.Bp.prototype={ +jG(a){if((this.e&2)!==0)return +this.X5(a)}, +iX(a,b){if((this.e&2)!==0)return +this.X6(a,b)}, +kW(){var s=this.x +if(s!=null)s.lF()}, +kX(){var s=this.x +if(s!=null)s.kx()}, +AT(){var s=this.x +if(s!=null){this.x=null +return s.bd()}return null}, +a1t(a){this.w.Jk(a,this)}, +a1J(a,b){this.iX(a,b)}, +a1w(){this.nE()}} +A.Dg.prototype={ +Jk(a,b){var s,r,q,p=null +try{p=this.b.$1(a)}catch(q){s=A.aj(q) +r=A.az(q) +A.azr(b,s,r) +return}if(p)b.jG(a)}} +A.pv.prototype={ +Jk(a,b){var s,r,q,p=null +try{p=this.b.$1(a)}catch(q){s=A.aj(q) +r=A.az(q) +A.azr(b,s,r) +return}b.jG(p)}} +A.amX.prototype={} +A.ao1.prototype={ +$0(){A.aIA(this.a,this.b)}, +$S:0} +A.alk.prototype={ +tu(a){var s,r,q +try{if(B.ar===$.ad){a.$0() +return}A.aAe(null,null,this,a)}catch(q){s=A.aj(q) +r=A.az(q) +A.pI(s,r)}}, +afX(a,b){var s,r,q +try{if(B.ar===$.ad){a.$1(b) +return}A.aAg(null,null,this,a,b)}catch(q){s=A.aj(q) +r=A.az(q) +A.pI(s,r)}}, +ne(a,b){return this.afX(a,b,t.z)}, +afU(a,b,c){var s,r,q +try{if(B.ar===$.ad){a.$2(b,c) +return}A.aAf(null,null,this,a,b,c)}catch(q){s=A.aj(q) +r=A.az(q) +A.pI(s,r)}}, +RX(a,b,c){return this.afU(a,b,c,t.z,t.z)}, +a8o(a,b,c,d){return new A.all(this,a,c,d,b)}, +C4(a){return new A.alm(this,a)}, +a8p(a,b){return new A.aln(this,a,b)}, +i(a,b){return null}, +afR(a){if($.ad===B.ar)return a.$0() +return A.aAe(null,null,this,a)}, +fq(a){return this.afR(a,t.z)}, +afW(a,b){if($.ad===B.ar)return a.$1(b) +return A.aAg(null,null,this,a,b)}, +Fc(a,b){return this.afW(a,b,t.z,t.z)}, +afT(a,b,c){if($.ad===B.ar)return a.$2(b,c) +return A.aAf(null,null,this,a,b,c)}, +RW(a,b,c){return this.afT(a,b,c,t.z,t.z,t.z)}, +afp(a){return a}, +tq(a){return this.afp(a,t.z,t.z,t.z)}} +A.all.prototype={ +$2(a,b){return this.a.RW(this.b,a,b)}, +$S(){return this.e.h("@<0>").ah(this.c).ah(this.d).h("1(2,3)")}} +A.alm.prototype={ +$0(){return this.a.tu(this.b)}, +$S:0} +A.aln.prototype={ +$1(a){return this.a.ne(this.b,a)}, +$S(){return this.c.h("~(0)")}} +A.kW.prototype={ +gu(a){return this.a}, +gP(a){return this.a===0}, +gbI(a){return this.a!==0}, +gbx(){return new A.pr(this,A.j(this).h("pr<1>"))}, +gbf(){var s=A.j(this) +return A.JY(new A.pr(this,s.h("pr<1>")),new A.ajc(this),s.c,s.z[1])}, +X(a){var s,r +if(typeof a=="string"&&a!=="__proto__"){s=this.b +return s==null?!1:s[a]!=null}else if(typeof a=="number"&&(a&1073741823)===a){r=this.c +return r==null?!1:r[a]!=null}else return this.nG(a)}, +nG(a){var s=this.d +if(s==null)return!1 +return this.fF(this.IZ(s,a),a)>=0}, +i(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:A.asa(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:A.asa(q,b) +return r}else return this.IX(b)}, +IX(a){var s,r,q=this.d +if(q==null)return null +s=this.IZ(q,a) +r=this.fF(s,a) +return r<0?null:s[r+1]}, +n(a,b,c){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +q.I8(s==null?q.b=A.asb():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.I8(r==null?q.c=A.asb():r,b,c)}else q.Li(b,c)}, +Li(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=A.asb() +s=p.h7(a) +r=o[s] +if(r==null){A.asc(o,s,[a,b]);++p.a +p.e=null}else{q=p.fF(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +bm(a,b){var s,r,q=this +if(q.X(a)){s=q.i(0,a) +return s==null?A.j(q).z[1].a(s):s}r=b.$0() +q.n(0,a,r) +return r}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.kR(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.kR(s.c,b) +else return s.jK(b)}, +jK(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.h7(a) +r=n[s] +q=o.fF(r,a) +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}, +a1(a,b){var s,r,q,p,o,n=this,m=n.zI() +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.BH.prototype={ +i(a,b){if(!this.y.$1(b))return null +return this.Vv(b)}, +n(a,b,c){this.Vx(b,c)}, +X(a){if(!this.y.$1(a))return!1 +return this.Vu(a)}, +v(a,b){if(!this.y.$1(b))return null +return this.Vw(b)}, +mR(a){return this.x.$1(a)&1073741823}, +mS(a,b){var s,r,q +if(a==null)return-1 +s=a.length +for(r=this.w,q=0;q"))}, +qf(a){return new A.jy(a.h("jy<0>"))}, +AQ(){return this.qf(t.z)}, +gR(a){return new A.mN(this,this.pY())}, +gu(a){return this.a}, +gP(a){return this.a===0}, +gbI(a){return this.a!==0}, +p(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.zL(b)}, +zL(a){var s=this.d +if(s==null)return!1 +return this.fF(s[this.h7(a)],a)>=0}, +D(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.pX(s==null?q.b=A.asd():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.pX(r==null?q.c=A.asd():r,b)}else return q.dN(b)}, +dN(a){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.asd() +s=q.h7(a) +r=p[s] +if(r==null)p[s]=[a] +else{if(q.fF(r,a)>=0)return!1 +r.push(a)}++q.a +q.e=null +return!0}, +K(a,b){var s +for(s=J.aA(b);s.q();)this.D(0,s.gH())}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.kR(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.kR(s.c,b) +else return s.jK(b)}, +jK(a){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.h7(a) +r=o[s] +q=p.fF(r,a) +if(q<0)return!1;--p.a +p.e=null +r.splice(q,1) +if(0===r.length)delete o[s] +return!0}, +M(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +pY(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=A.bd(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.fB.prototype={ +nV(){return new A.fB(A.j(this).h("fB<1>"))}, +qf(a){return new A.fB(a.h("fB<0>"))}, +AQ(){return this.qf(t.z)}, +gR(a){var s=new A.ug(this,this.r) +s.c=this.e +return s}, +gu(a){return this.a}, +gP(a){return this.a===0}, +gbI(a){return this.a!==0}, +p(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.zL(b)}, +zL(a){var s=this.d +if(s==null)return!1 +return this.fF(s[this.h7(a)],a)>=0}, +a1(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$1(r.a) +if(q!==s.r)throw A.d(A.bY(s)) +r=r.b}}, +gE(a){var s=this.e +if(s==null)throw A.d(A.ar("No elements")) +return s.a}, +gB(a){var s=this.f +if(s==null)throw A.d(A.ar("No elements")) +return s.a}, +D(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.pX(s==null?q.b=A.ase():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.pX(r==null?q.c=A.ase():r,b)}else return q.dN(b)}, +dN(a){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.ase() +s=q.h7(a) +r=p[s] +if(r==null)p[s]=[q.zB(a)] +else{if(q.fF(r,a)>=0)return!1 +r.push(q.zB(a))}return!0}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.kR(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.kR(s.c,b) +else return s.jK(b)}, +jK(a){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.h7(a) +r=n[s] +q=o.fF(r,a) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.I9(p) +return!0}, +a0l(a,b){var s,r,q,p,o=this,n=o.e +for(;n!=null;n=r){s=n.a +r=n.b +q=o.r +p=a.$1(s) +if(q!==o.r)throw A.d(A.bY(o)) +if(!0===p)o.v(0,s)}}, +M(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.zA()}}, +pX(a,b){if(a[b]!=null)return!1 +a[b]=this.zB(b) +return!0}, +kR(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.I9(s) +delete a[b] +return!0}, +zA(){this.r=this.r+1&1073741823}, +zB(a){var s,r=this,q=new A.ajX(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.zA() +return q}, +I9(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.zA()}, +h7(a){return J.v(a)&1073741823}, +fF(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"))}, +dL(a,b){return new A.dd(a,b.h("dd<0>"))}, +i1(a,b,c){return new A.X(a,b,A.ct(a).h("@").ah(c).h("X<1,2>"))}, +hu(a,b){return A.eM(a,b,null,A.ct(a).h("av.E"))}, +dY(a,b){var s,r,q,p,o=this +if(o.gP(a)){s=A.ct(a).h("av.E") +return b?J.xp(0,s):J.a6G(0,s)}r=o.i(a,0) +q=A.bd(o.gu(a),r,b,A.ct(a).h("av.E")) +for(p=1;p").ah(b).h("et<1,2>"))}, +dW(a){var s,r=this +if(r.gu(a)===0)throw A.d(A.c7()) +s=r.i(a,r.gu(a)-1) +r.su(a,r.gu(a)-1) +return s}, +em(a,b){var s=b==null?A.aRc():b +A.OM(a,0,this.gu(a)-1,s)}, +a0(a,b){var s=A.a1(a,!0,A.ct(a).h("av.E")) +B.b.K(s,b) +return s}, +b6(a,b,c){var s=this.gu(a) +if(c==null)c=s +A.cM(b,c,s,null,null) +return A.j7(this.tP(a,b,c),!0,A.ct(a).h("av.E"))}, +e6(a,b){return this.b6(a,b,null)}, +tP(a,b,c){A.cM(b,c,this.gu(a),null,null) +return A.eM(a,b,c,A.ct(a).h("av.E"))}, +ab_(a,b,c,d){var s +A.cM(b,c,this.gu(a),null,null) +for(s=b;s").b(d)){r=e +q=d}else{q=J.apX(d,e).dY(0,!1) +r=0}p=J.br(q) +if(r+s>p.gu(q))throw A.d(A.avY()) +if(r=0;--o)this.n(a,b+o,p.i(q,r+o)) +else for(o=0;o"))}, +mX(a,b,c,d){var s,r,q,p,o,n=A.B(c,d) +for(s=this.gbx(),s=s.gR(s),r=A.j(this).h("b7.V");s.q();){q=s.gH() +p=this.i(0,q) +o=b.$2(q,p==null?r.a(p):p) +n.n(0,o.a,o.b)}return n}, +MN(a){var s,r +for(s=a.gR(a);s.q();){r=s.gH() +this.n(0,r.a,r.b)}}, +F7(a,b){var s,r,q,p,o=this,n=A.j(o),m=A.a([],n.h("t")) +for(s=o.gbx(),s=s.gR(s),n=n.h("b7.V");s.q();){r=s.gH() +q=o.i(0,r) +if(b.$2(r,q==null?n.a(q):q))m.push(r)}for(n=m.length,p=0;p").ah(s.h("b7.V")).h("BM<1,2>"))}, +j(a){return A.arb(this)}, +$ias:1} +A.a7D.prototype={ +$1(a){var s=this.a,r=s.i(0,a) +if(r==null)r=A.j(s).h("b7.V").a(r) +s=A.j(s) +return new A.b0(a,r,s.h("@").ah(s.h("b7.V")).h("b0<1,2>"))}, +$S(){return A.j(this.a).h("b0(b7.K)")}} +A.a7E.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.f(a) +r.a=s+": " +r.a+=A.f(b)}, +$S:49} +A.BM.prototype={ +gu(a){var s=this.a +return s.gu(s)}, +gP(a){var s=this.a +return s.gP(s)}, +gbI(a){var s=this.a +return s.gbI(s)}, +gE(a){var s=this.a,r=s.gbx() +r=s.i(0,r.gE(r)) +return r==null?this.$ti.z[1].a(r):r}, +gB(a){var s=this.a,r=s.gbx() +r=s.i(0,r.gB(r)) +return r==null?this.$ti.z[1].a(r):r}, +gR(a){var s=this.a,r=s.gbx() +return new A.UQ(r.gR(r),s)}} +A.UQ.prototype={ +q(){var s=this,r=s.a +if(r.q()){s.c=s.b.i(0,r.gH()) +return!0}s.c=null +return!1}, +gH(){var s=this.c +return s==null?A.j(this).z[1].a(s):s}} +A.Yk.prototype={ +n(a,b,c){throw A.d(A.ac("Cannot modify unmodifiable map"))}, +v(a,b){throw A.d(A.ac("Cannot modify unmodifiable map"))}, +bm(a,b){throw A.d(A.ac("Cannot modify unmodifiable map"))}} +A.xP.prototype={ +jQ(a,b,c){return this.a.jQ(0,b,c)}, +i(a,b){return this.a.i(0,b)}, +n(a,b,c){this.a.n(0,b,c)}, +bm(a,b){return this.a.bm(a,b)}, +X(a){return this.a.X(a)}, +a1(a,b){this.a.a1(0,b)}, +gP(a){var s=this.a +return s.gP(s)}, +gbI(a){var s=this.a +return s.gbI(s)}, +gu(a){var s=this.a +return s.gu(s)}, +gbx(){return this.a.gbx()}, +v(a,b){return this.a.v(0,b)}, +j(a){return this.a.j(0)}, +gbf(){return this.a.gbf()}, +gdU(){return this.a.gdU()}, +mX(a,b,c,d){return this.a.mX(0,b,c,d)}, +$ias:1} +A.pa.prototype={ +jQ(a,b,c){return new A.pa(this.a.jQ(0,b,c),b.h("@<0>").ah(c).h("pa<1,2>"))}} +A.Ba.prototype={ +a3b(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=s +if(b!=null)b.a=s}, +a6F(){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.B9.prototype={ +KO(){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}, +i8(a){var s=this,r=s.c +if(r!=null)--r.b +s.c=null +s.a6F() +return s.d}, +uv(){return this}, +$iavn:1, +gdd(){return this.d}} +A.Bb.prototype={ +uv(){return null}, +KO(){throw A.d(A.c7())}, +gdd(){throw A.d(A.c7())}} +A.wl.prototype={ +hJ(a,b){return new A.jT(this,this.$ti.h("@<1>").ah(b).h("jT<1,2>"))}, +gu(a){return this.b}, +vR(a){var s=this.a +new A.B9(this,a,s.$ti.h("B9<1>")).a3b(s,s.b);++this.b}, +dW(a){var s=this.a.a.KO();--this.b +return s}, +gE(a){return this.a.b.gdd()}, +gB(a){return this.a.a.gdd()}, +gP(a){var s=this.a +return s.b===s}, +gR(a){return new A.TB(this,this.a.b)}, +j(a){return A.lQ(this,"{","}")}, +$ian:1} +A.TB.prototype={ +q(){var s=this,r=s.b,q=r==null?null:r.uv() +if(q==null){s.a=s.b=s.c=null +return!1}r=s.a +if(r!=q.c)throw A.d(A.bY(r)) +s.c=q.d +s.b=q.b +return!0}, +gH(){var s=this.c +return s==null?A.j(this).c.a(s):s}} +A.xH.prototype={ +hJ(a,b){return new A.jT(this,this.$ti.h("@<1>").ah(b).h("jT<1,2>"))}, +gR(a){var s=this +return new A.BJ(s,s.c,s.d,s.b)}, +gP(a){return this.b===this.c}, +gu(a){return(this.c-this.b&this.a.length-1)>>>0}, +gE(a){var s=this,r=s.b +if(r===s.c)throw A.d(A.c7()) +r=s.a[r] +return r==null?s.$ti.c.a(r):r}, +gB(a){var s=this,r=s.b,q=s.c +if(r===q)throw A.d(A.c7()) +r=s.a +r=r[(q-1&r.length-1)>>>0] +return r==null?s.$ti.c.a(r):r}, +cu(a,b){var s,r=this +A.aJv(b,r.gu(r),r,null) +s=r.a +s=s[(r.b+b&s.length-1)>>>0] +return s==null?r.$ti.c.a(s):s}, +dY(a,b){var s,r,q,p,o,n,m=this,l=m.a.length-1,k=(m.c-m.b&l)>>>0 +if(k===0){s=J.xp(0,m.$ti.c) +return s}s=m.$ti.c +r=A.bd(k,m.gE(m),!0,s) +for(q=m.a,p=m.b,o=0;o>>0] +r[o]=n==null?s.a(n):n}return r}, +dX(a){return this.dY(a,!0)}, +K(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.h("H<1>").b(b)){s=J.bJ(b) +r=k.gu(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=A.bd(A.awe(q+B.i.eK(q,1)),null,!1,j.h("1?")) +k.c=k.a7x(n) +k.a=n +k.b=0 +B.b.bT(n,r,q,b,0) +k.c+=s}else{j=k.c +m=o-j +if(s>>0)s[p]=null +q.b=q.c=0;++q.d}}, +j(a){return A.lQ(this,"{","}")}, +vR(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.Je();++s.d}, +na(){var s,r,q=this,p=q.b +if(p===q.c)throw A.d(A.c7());++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}, +dW(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw A.d(A.c7());++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}, +dN(a){var s=this,r=s.a,q=s.c +r[q]=a +r=(q+1&r.length-1)>>>0 +s.c=r +if(s.b===r)s.Je();++s.d}, +Je(){var s=this,r=A.bd(s.a.length*2,null,!1,s.$ti.h("1?")),q=s.a,p=s.b,o=q.length-p +B.b.bT(r,0,o,q,p) +B.b.bT(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +a7x(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +B.b.bT(a,0,s,n,p) +return s}else{r=n.length-p +B.b.bT(a,0,r,n,p) +B.b.bT(a,r,r+q.c,q.a,0) +return q.c+r}}} +A.BJ.prototype={ +gH(){var s=this.e +return s==null?A.j(this).c.a(s):s}, +q(){var s,r=this,q=r.a +if(r.c!==q.d)A.F(A.bY(q)) +s=r.d +if(s===r.b){r.e=null +return!1}q=q.a +r.e=q[s] +r.d=(s+1&q.length-1)>>>0 +return!0}} +A.bG.prototype={ +gP(a){return this.gu(this)===0}, +gbI(a){return this.gu(this)!==0}, +hJ(a,b){return A.ad9(this,null,A.j(this).h("bG.E"),b)}, +K(a,b){var s +for(s=J.aA(b);s.q();)this.D(0,s.gH())}, +Rx(a){var s,r +for(s=a.length,r=0;r").ah(c).h("k_<1,2>"))}, +j(a){return A.lQ(this,"{","}")}, +oE(a,b){var s +for(s=this.gR(this);s.q();)if(!b.$1(s.gH()))return!1 +return!0}, +bn(a,b){var s,r,q=this.gR(this) +if(!q.q())return"" +s=J.c3(q.gH()) +if(!q.q())return s +if(b.length===0){r=s +do r+=A.f(q.gH()) +while(q.q())}else{r=s +do r=r+b+A.f(q.gH()) +while(q.q())}return r.charCodeAt(0)==0?r:r}, +dC(a,b){var s +for(s=this.gR(this);s.q();)if(b.$1(s.gH()))return!0 +return!1}, +hu(a,b){return A.arH(this,b,A.j(this).h("bG.E"))}, +gE(a){var s=this.gR(this) +if(!s.q())throw A.d(A.c7()) +return s.gH()}, +gB(a){var s,r=this.gR(this) +if(!r.q())throw A.d(A.c7()) +do s=r.gH() +while(r.q()) +return s}, +cu(a,b){var s,r +A.ez(b,"index") +s=this.gR(this) +for(r=b;s.q();){if(r===0)return s.gH();--r}throw A.d(A.Jn(b,b-r,this,null,"index"))}, +$ian:1, +$ip:1, +$ibg:1} +A.uy.prototype={ +hJ(a,b){return A.ad9(this,this.gAP(),A.j(this).c,b)}, +mC(a){var s,r,q=this.nV() +for(s=this.gR(this);s.q();){r=s.gH() +if(!a.p(0,r))q.D(0,r)}return q}, +rM(a){var s,r,q=this.nV() +for(s=this.gR(this);s.q();){r=s.gH() +if(a.p(0,r))q.D(0,r)}return q}, +hr(a){var s=this.nV() +s.K(0,this) +return s}} +A.Xs.prototype={} +A.fh.prototype={} +A.fE.prototype={ +a5g(a){var s=this,r=s.$ti +r=new A.fE(a,s.a,r.h("@<1>").ah(r.z[1]).h("fE<1,2>")) +r.b=s.b +r.c=s.c +return r}} +A.Xr.prototype={ +io(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.gdB() +if(f==null){h.zF(a,a) +return-1}s=h.gzE() +for(r=g,q=f,p=r,o=p,n=o,m=n;!0;){r=s.$2(q.a,a) +if(r>0){l=q.b +if(l==null)break +r=s.$2(l.a,a) +if(r>0){q.b=l.c +l.c=q +k=l.b +if(k==null){q=l +break}q=l +l=k}if(m==null)n=q +else m.b=q +m=q +q=l}else{if(r<0){j=q.c +if(j==null)break +r=s.$2(j.a,a) +if(r<0){q.c=j.b +j.b=q +i=j.c +if(i==null){q=j +break}q=j +j=i}if(o==null)p=q +else o.c=q}else break +o=q +q=j}}if(o!=null){o.c=q.b +q.b=p}if(m!=null){m.b=q.c +q.c=n}if(h.gdB()!==q){h.sdB(q);++h.c}return r}, +a6e(a){var s,r,q=a.b +for(s=a;q!=null;s=q,q=r){s.b=q.c +q.c=s +r=q.b}return s}, +Lz(a){var s,r,q=a.c +for(s=a;q!=null;s=q,q=r){s.c=q.b +q.b=s +r=q.c}return s}, +jK(a){var s,r,q,p,o=this +if(o.gdB()==null)return null +if(o.io(a)!==0)return null +s=o.gdB() +r=s.b;--o.a +q=s.c +if(r==null)o.sdB(q) +else{p=o.Lz(r) +p.c=q +o.sdB(p)}++o.b +return s}, +zd(a,b){var s,r=this;++r.a;++r.b +s=r.gdB() +if(s==null){r.sdB(a) +return}if(b<0){a.b=s +a.c=s.c +s.c=null}else{a.c=s +a.b=s.b +s.b=null}r.sdB(a)}, +ga0y(){var s=this,r=s.gdB() +if(r==null)return null +s.sdB(s.a6e(r)) +return s.gdB()}, +ga37(){var s=this,r=s.gdB() +if(r==null)return null +s.sdB(s.Lz(r)) +return s.gdB()}, +nG(a){return this.BD(a)&&this.io(a)===0}, +zF(a,b){return this.gzE().$2(a,b)}, +BD(a){return this.gah2().$1(a)}} +A.zR.prototype={ +i(a,b){var s=this +if(!s.f.$1(b))return null +if(s.d!=null)if(s.io(b)===0)return s.d.d +return null}, +v(a,b){var s +if(!this.f.$1(b))return null +s=this.jK(b) +if(s!=null)return s.d +return null}, +n(a,b,c){var s,r=this,q=r.io(b) +if(q===0){r.d=r.d.a5g(c);++r.c +return}s=r.$ti +r.zd(new A.fE(c,b,s.h("@<1>").ah(s.z[1]).h("fE<1,2>")),q)}, +bm(a,b){var s,r,q,p,o=this,n=o.io(a) +if(n===0)return o.d.d +s=o.b +r=o.c +q=b.$0() +if(s!==o.b)throw A.d(A.bY(o)) +if(r!==o.c)n=o.io(a) +p=o.$ti +o.zd(new A.fE(q,a,p.h("@<1>").ah(p.z[1]).h("fE<1,2>")),n) +return q}, +gP(a){return this.d==null}, +gbI(a){return this.d!=null}, +a1(a,b){var s,r,q=this.$ti +q=q.h("@<1>").ah(q.z[1]) +s=new A.pz(this,A.a([],q.h("t>")),this.c,q.h("pz<1,2>")) +for(;s.q();){r=s.gH() +b.$2(r.a,r.b)}}, +gu(a){return this.a}, +X(a){return this.nG(a)}, +gbx(){var s=this.$ti +return new A.CL(this,s.h("@<1>").ah(s.h("fE<1,2>")).h("CL<1,2>"))}, +gbf(){var s=this.$ti +return new A.CQ(this,s.h("@<1>").ah(s.z[1]).h("CQ<1,2>"))}, +gdU(){var s=this.$ti +return new A.CM(this,s.h("@<1>").ah(s.z[1]).h("CM<1,2>"))}, +adj(a){var s,r,q,p=this +if(p.d==null)return null +if(p.io(a)<0)return p.d.a +s=p.d.b +if(s==null)return null +r=s.c +for(;r!=null;s=r,r=q)q=r.c +return s.a}, +ab9(a){var s,r,q,p=this +if(p.d==null)return null +if(p.io(a)>0)return p.d.a +s=p.d.c +if(s==null)return null +r=s.b +for(;r!=null;s=r,r=q)q=r.b +return s.a}, +$ias:1, +zF(a,b){return this.e.$2(a,b)}, +BD(a){return this.f.$1(a)}, +gdB(){return this.d}, +gzE(){return this.e}, +sdB(a){return this.d=a}} +A.adx.prototype={ +$1(a){return this.a.b(a)}, +$S:48} +A.jC.prototype={ +gH(){var s=this.b +if(s.length===0){A.j(this).h("jC.T").a(null) +return null}return this.Ag(B.b.gB(s))}, +a4Z(a){var s,r,q=this.b +B.b.M(q) +s=this.a +s.io(a) +r=s.gdB() +r.toString +q.push(r) +this.d=s.c}, +q(){var s,r,q=this,p=q.c,o=q.a,n=o.b +if(p!==n){if(p==null){q.c=n +s=o.gdB() +for(p=q.b;s!=null;){p.push(s) +s=s.b}return p.length!==0}throw A.d(A.bY(o))}p=q.b +if(p.length===0)return!1 +if(q.d!==o.c)q.a4Z(B.b.gB(p).a) +s=B.b.gB(p) +r=s.c +if(r!=null){for(;r!=null;){p.push(r) +r=r.b}return!0}p.pop() +while(!0){if(!(p.length!==0&&B.b.gB(p).c===s))break +s=p.pop()}return p.length!==0}} +A.CL.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gR(a){var s=this.a,r=this.$ti +return new A.l1(s,A.a([],r.h("t<2>")),s.c,r.h("@<1>").ah(r.z[1]).h("l1<1,2>"))}, +p(a,b){return this.a.nG(b)}, +hr(a){var s=this.a,r=this.$ti,q=A.ady(s.e,s.f,r.c) +q.a=s.a +q.d=q.Io(s.d,r.z[1]) +return q}} +A.CQ.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gR(a){var s=this.a,r=this.$ti +r=r.h("@<1>").ah(r.z[1]) +return new A.CR(s,A.a([],r.h("t>")),s.c,r.h("CR<1,2>"))}} +A.CM.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gR(a){var s=this.a,r=this.$ti +r=r.h("@<1>").ah(r.z[1]) +return new A.pz(s,A.a([],r.h("t>")),s.c,r.h("pz<1,2>"))}} +A.l1.prototype={ +Ag(a){return a.a}} +A.CR.prototype={ +Ag(a){return a.d}} +A.pz.prototype={ +Ag(a){var s=this.$ti +return new A.b0(a.a,a.d,s.h("@<1>").ah(s.z[1]).h("b0<1,2>"))}} +A.te.prototype={ +Ki(a){return A.ady(new A.adA(this,a),this.f,a)}, +nV(){return this.Ki(t.z)}, +hJ(a,b){return A.ad9(this,this.ga3P(),this.$ti.c,b)}, +gR(a){var s=this.$ti +return new A.l1(this,A.a([],s.h("t>")),this.c,s.h("@<1>").ah(s.h("fh<1>")).h("l1<1,2>"))}, +gu(a){return this.a}, +gP(a){return this.d==null}, +gbI(a){return this.d!=null}, +gE(a){if(this.a===0)throw A.d(A.c7()) +return this.ga0y().a}, +gB(a){if(this.a===0)throw A.d(A.c7()) +return this.ga37().a}, +p(a,b){return this.f.$1(b)&&this.io(this.$ti.c.a(b))===0}, +D(a,b){return this.dN(b)}, +dN(a){var s=this.io(a) +if(s===0)return!1 +this.zd(new A.fh(a,this.$ti.h("fh<1>")),s) +return!0}, +v(a,b){if(!this.f.$1(b))return!1 +return this.jK(this.$ti.c.a(b))!=null}, +K(a,b){var s +for(s=J.aA(b);s.q();)this.dN(s.gH())}, +rM(a){var s,r=this,q=r.$ti,p=A.ady(r.e,r.f,q.c) +for(q=new A.l1(r,A.a([],q.h("t>")),r.c,q.h("@<1>").ah(q.h("fh<1>")).h("l1<1,2>"));q.q();){s=q.gH() +if(a.p(0,s))p.dN(s)}return p}, +Io(a,b){var s +if(a==null)return null +s=new A.fh(a.a,this.$ti.h("fh<1>")) +new A.adz(this,b).$2(a,s) +return s}, +hr(a){var s=this,r=s.$ti,q=A.ady(s.e,s.f,r.c) +q.a=s.a +q.d=s.Io(s.d,r.h("fh<1>")) +return q}, +j(a){return A.lQ(this,"{","}")}, +$ian:1, +$ibg:1, +zF(a,b){return this.e.$2(a,b)}, +BD(a){return this.f.$1(a)}, +gdB(){return this.d}, +gzE(){return this.e}, +sdB(a){return this.d=a}} +A.adB.prototype={ +$1(a){return this.a.b(a)}, +$S:48} +A.adA.prototype={ +$2(a,b){var s=this.a,r=s.$ti.c +r.a(a) +r.a(b) +return s.e.$2(a,b)}, +$S(){return this.b.h("k(0,0)")}} +A.adz.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a.$ti.h("fh<1>") +do{s=a.b +r=a.c +if(s!=null){q=new A.fh(s.a,n) +b.b=q +this.$2(s,q)}p=r!=null +if(p){o=new A.fh(r.a,n) +b.c=o +b=o +a=r}}while(p)}, +$S(){return this.a.$ti.ah(this.b).h("~(1,fh<2>)")}} +A.CN.prototype={} +A.CO.prototype={} +A.CP.prototype={} +A.Da.prototype={} +A.UB.prototype={ +i(a,b){var s,r=this.b +if(r==null)return this.c.i(0,b) +else if(typeof b!="string")return null +else{s=r[b] +return typeof s=="undefined"?this.a4S(b):s}}, +gu(a){return this.b==null?this.c.a:this.nH().length}, +gP(a){return this.gu(this)===0}, +gbI(a){return this.gu(this)>0}, +gbx(){if(this.b==null){var s=this.c +return new A.bl(s,A.j(s).h("bl<1>"))}return new A.UC(this)}, +gbf(){var s=this +if(s.b==null)return s.c.gbf() +return A.JY(s.nH(),new A.ajM(s),t.N,t.z)}, +n(a,b,c){var s,r,q=this +if(q.b==null)q.c.n(0,b,c) +else if(q.X(b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.Mx().n(0,b,c)}, +X(a){if(this.b==null)return this.c.X(a) +if(typeof a!="string")return!1 +return Object.prototype.hasOwnProperty.call(this.a,a)}, +bm(a,b){var s +if(this.X(a))return this.i(0,a) +s=b.$0() +this.n(0,a,s) +return s}, +v(a,b){if(this.b!=null&&!this.X(b))return null +return this.Mx().v(0,b)}, +a1(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.a1(0,b) +s=o.nH() +for(r=0;r>>0;s;){q=a.i(0,0) +q.SM(0,r) +if(!this.a)throw A.d(A.bs("Invalid value in input: "+A.f(q),p,p)) +return this.a_n(a,0,o)}return A.c1(a,0,o)}, +a_n(a,b,c){var s,r,q +for(s=~this.b>>>0,r=b,q="";rb)s.hF(a,b,r,!1) +s.D(0,B.MI) +b=r+1}if(b=0){i=u.U.charCodeAt(h) +if(i===k)continue +k=i}else{if(h===-1){if(o<0){g=p==null?c:p.a.length +if(g==null)g=0 +o=g+(r-q) +n=r}++m +if(k===61)continue}k=i}if(h!==-2){if(p==null){p=new A.bb("") +g=p}else g=p +g.a+=B.d.U(a,q,r) +g.a+=A.cX(k) +q=l +continue}}throw A.d(A.bs("Invalid base64 data",a,r))}if(p!=null){g=p.a+=B.d.U(a,q,a1) +f=g.length +if(o>=0)A.aum(a,n,a1,o,m,f) +else{e=B.i.bH(f-1,4)+1 +if(e===1)throw A.d(A.bs(b,a,a1)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return B.d.nb(a,a0,a1,g.charCodeAt(0)==0?g:g)}d=a1-a0 +if(o>=0)A.aum(a,n,a1,o,m,d) +else{e=B.i.bH(d,4) +if(e===1)throw A.d(A.bs(b,a,a1)) +if(e>1)a=B.d.nb(a,a1,a1,e===2?"==":"=")}return a}} +A.a01.prototype={ +ij(a){return new A.amA(new A.Ym(new A.Df(!1),a,a.a),new A.ahj(u.U))}} +A.ahj.prototype={ +a9W(a){return new Uint8Array(a)}, +aay(a,b,c,d){var s,r=this,q=(r.a&3)+(c-b),p=B.i.d1(q,3),o=p*4 +if(d&&q-p*3>0)o+=4 +s=r.a9W(o) +r.a=A.aNB(r.b,a,b,c,d,s,0,r.a) +if(o>0)return s +return null}} +A.ahk.prototype={ +D(a,b){this.Il(b,0,b.length,!1)}, +aG(){this.Il(B.e1,0,0,!0)}} +A.amA.prototype={ +Il(a,b,c,d){var s=this.b.aay(a,b,c,d) +if(s!=null)this.a.hF(s,0,s.length,d)}} +A.a00.prototype={ +a9s(a,b){var s,r,q=A.cM(b,null,a.length,null,null) +if(b===q)return new Uint8Array(0) +s=new A.Ss() +r=s.CK(a,b,q) +r.toString +s.Cl(a,q) +return r}, +dS(a){return this.a9s(a,0)}, +ij(a){return new A.ahi(a,new A.Ss())}} +A.Ss.prototype={ +CK(a,b,c){var s,r=this,q=r.a +if(q<0){r.a=A.ayA(a,b,c,q) +return null}if(b===c)return new Uint8Array(0) +s=A.aNy(a,b,c,q) +r.a=A.aNA(a,b,c,s,0,r.a) +return s}, +Cl(a,b){var s=this.a +if(s<-1)throw A.d(A.bs("Missing padding character",a,b)) +if(s>0)throw A.d(A.bs("Invalid length, must be multiple of four",a,b)) +this.a=-1}} +A.ahi.prototype={ +D(a,b){var s,r=b.length +if(r===0)return +s=this.b.CK(b,0,r) +if(s!=null)this.a.a.a+=s}, +aG(){this.b.Cl(null,null) +this.a.aG()}, +hF(a,b,c,d){var s,r +A.cM(b,c,a.length,null,null) +if(b===c)return +s=this.b +r=s.CK(a,b,c) +if(r!=null)this.a.a.a+=r +if(d){s.Cl(a,c) +this.a.aG()}}} +A.a0q.prototype={} +A.SE.prototype={ +D(a,b){this.a.a.a+=b}, +aG(){this.a.aG()}} +A.SF.prototype={ +D(a,b){var s,r,q=this,p=q.b,o=q.c,n=J.br(b) +if(n.gu(b)>p.length-o){p=q.b +s=n.gu(b)+p.length-1 +s|=B.i.eK(s,1) +s|=s>>>2 +s|=s>>>4 +s|=s>>>8 +r=new Uint8Array((((s|s>>>16)>>>0)+1)*2) +p=q.b +B.ac.el(r,0,p.length,p) +q.b=r}p=q.b +o=q.c +B.ac.el(p,o,o+n.gu(b),b) +q.c=q.c+n.gu(b)}, +aG(){this.a.$1(B.ac.b6(this.b,0,this.c))}} +A.Fb.prototype={} +A.Xj.prototype={ +D(a,b){this.b.push(b)}, +aG(){this.a.$1(this.b)}} +A.FA.prototype={} +A.vR.prototype={ +abi(a){return new A.U9(this,a)}, +ij(a){throw A.d(A.ac("This converter does not support chunked conversions: "+this.j(0)))}} +A.U9.prototype={ +ij(a){return this.a.ij(new A.BE(this.b.a,a,new A.bb("")))}} +A.a2V.prototype={} +A.xv.prototype={ +j(a){var s=A.ns(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +A.Jw.prototype={ +j(a){return"Cyclic error in JSON stringify"}} +A.a6Q.prototype={ +ea(a){var s=A.aA8(a,this.gaa5().a) +return s}, +rj(a){var s=this.gaaz() +s=A.aNT(a,s.b,s.a) +return s}, +gaaz(){return B.Li}, +gaa5(){return B.oa}} +A.a6S.prototype={ +ij(a){return new A.ajL(this.a,this.b,a)}} +A.ajL.prototype={ +D(a,b){var s,r=this +if(r.d)throw A.d(A.ar("Only one call to add allowed")) +r.d=!0 +s=r.c.Ng() +A.ayL(b,s,r.b,r.a) +s.aG()}, +aG(){}} +A.a6R.prototype={ +ij(a){return new A.BE(this.a,a,new A.bb(""))}} +A.ajQ.prototype={ +FH(a){var s,r,q,p,o,n=this,m=a.length +for(s=0,r=0;r92){if(q>=55296){p=q&64512 +if(p===55296){o=r+1 +o=!(o=0&&(a.charCodeAt(p)&64512)===55296)}else p=!1 +else p=!0 +if(p){if(r>s)n.yb(a,s,r) +s=r+1 +n.dk(92) +n.dk(117) +n.dk(100) +p=q>>>8&15 +n.dk(p<10?48+p:87+p) +p=q>>>4&15 +n.dk(p<10?48+p:87+p) +p=q&15 +n.dk(p<10?48+p:87+p)}}continue}if(q<32){if(r>s)n.yb(a,s,r) +s=r+1 +n.dk(92) +switch(q){case 8:n.dk(98) +break +case 9:n.dk(116) +break +case 10:n.dk(110) +break +case 12:n.dk(102) +break +case 13:n.dk(114) +break +default:n.dk(117) +n.dk(48) +n.dk(48) +p=q>>>4&15 +n.dk(p<10?48+p:87+p) +p=q&15 +n.dk(p<10?48+p:87+p) +break}}else if(q===34||q===92){if(r>s)n.yb(a,s,r) +s=r+1 +n.dk(92) +n.dk(q)}}if(s===0)n.cT(a) +else if(s16)this.A4()}, +pq(a){if(this.a.a.length!==0)this.A4() +this.b.D(0,a)}, +A4(){var s=this.a,r=s.a +s.a="" +this.b.D(0,r.charCodeAt(0)==0?r:r)}} +A.CZ.prototype={ +aG(){}, +hF(a,b,c,d){var s,r +if(b!==0||c!==a.length)for(s=this.a,r=b;r>>18|240 +q=o.b=p+1 +r[p]=s>>>12&63|128 +p=o.b=q+1 +r[q]=s>>>6&63|128 +o.b=p+1 +r[p]=s&63|128 +return!0}else{o.vJ() +return!1}}, +IO(a,b,c){var s,r,q,p,o,n,m,l=this +if(b!==c&&(a.charCodeAt(c-1)&64512)===55296)--c +for(s=l.c,r=s.length,q=b;q=r)break +l.b=o+1 +s[o]=p}else{o=p&64512 +if(o===55296){if(l.b+4>r)break +n=q+1 +if(l.MH(p,a.charCodeAt(n)))q=n}else if(o===56320){if(l.b+3>r)break +l.vJ()}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.amB.prototype={ +aG(){if(this.a!==0){this.hF("",0,0,!0) +return}this.d.a.aG()}, +hF(a,b,c,d){var s,r,q,p,o,n=this +n.b=0 +s=b===c +if(s&&!d)return +r=n.a +if(r!==0){if(n.MH(r,!s?a.charCodeAt(b):0))++b +n.a=0}s=n.d +r=n.c +q=c-1 +p=r.length-3 +do{b=n.IO(a,b,c) +o=d&&b===c +if(b===q&&(a.charCodeAt(b)&64512)===55296){if(d&&n.b1000){s=B.i.d1(b+c,2) +r=q.zM(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.zM(a,s,c,d)}return q.aa4(a,b,c,d)}, +aba(a){var s=this.b +this.b=0 +if(s<=32)return +if(this.a)a.a+=A.cX(65533) +else throw A.d(A.bs(A.azl(77),null,null))}, +aa4(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.bb(""),g=b+1,f=a[b] +$label0$0:for(s=l.a;!0;){for(;!0;g=p){r="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE".charCodeAt(f)&31 +i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 +j=" \x000:XECCCCCN:lDb \x000:XECCCCCNvlDb \x000:XECCCCCN:lDb AAAAA\x00\x00\x00\x00\x00AAAAA00000AAAAA:::::AAAAAGG000AAAAA00KKKAAAAAG::::AAAAA:IIIIAAAAA000\x800AAAAA\x00\x00\x00\x00 AAAAA".charCodeAt(j+r) +if(j===0){h.a+=A.cX(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.cX(k) +break +case 65:h.a+=A.cX(k);--g +break +default:q=h.a+=A.cX(k) +h.a=q+A.cX(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.cX(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.Z0.prototype={} +A.ZH.prototype={} +A.jG.prototype={} +A.a8R.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.ns(b) +r.a=", "}, +$S:330} +A.dT.prototype={ +D(a,b){return A.aHw(this.a+B.i.d1(b.a,1000),this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.dT&&this.a===b.a&&this.b===b.b}, +aJ(a,b){return B.i.aJ(this.a,b.a)}, +gt(a){var s=this.a +return(s^B.i.eK(s,30))&1073741823}, +j(a){var s=this,r=A.aHx(A.aro(s)),q=A.HD(A.aLe(s)),p=A.HD(A.aLa(s)),o=A.HD(A.aLb(s)),n=A.HD(A.aLd(s)),m=A.HD(A.aLf(s)),l=A.aHy(A.aLc(s)),k=r+"-"+q +if(s.b)return k+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return k+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$ibE:1} +A.aZ.prototype={ +a0(a,b){return new A.aZ(this.a+b.a)}, +a9(a,b){return new A.aZ(this.a-b.a)}, +T(a,b){return new A.aZ(B.c.ar(this.a*b))}, +k(a,b){if(b==null)return!1 +return b instanceof A.aZ&&this.a===b.a}, +gt(a){return B.i.gt(this.a)}, +aJ(a,b){return B.i.aJ(this.a,b.a)}, +j(a){var s,r,q,p,o,n=this.a,m=B.i.d1(n,36e8),l=n%36e8 +if(n<0){m=0-m +n=0-l +s="-"}else{n=l +s=""}r=B.i.d1(n,6e7) +n%=6e7 +q=r<10?"0":"" +p=B.i.d1(n,1e6) +o=p<10?"0":"" +return s+m+":"+q+r+":"+o+p+"."+B.d.lD(B.i.j(n%1e6),6,"0")}, +$ibE:1} +A.aiD.prototype={ +j(a){return this.I()}} +A.bQ.prototype={ +gu7(){return A.az(this.$thrownJsError)}} +A.n9.prototype={ +j(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.ns(s) +return"Assertion failed"}, +gQt(){return this.a}} +A.kI.prototype={} +A.hh.prototype={ +gA1(){return"Invalid argument"+(!this.a?"(s)":"")}, +gA0(){return""}, +j(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+A.f(p),n=s.gA1()+q+o +if(!s.a)return n +return n+s.gA0()+": "+A.ns(s.gDU())}, +gDU(){return this.b}} +A.rN.prototype={ +gDU(){return this.b}, +gA1(){return"RangeError"}, +gA0(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+A.f(q):"" +else if(q==null)s=": Not greater than or equal to "+A.f(r) +else if(q>r)s=": Not in inclusive range "+A.f(r)+".."+A.f(q) +else s=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.d.U(e,0,75)+"..." +return g+"\n"+e}for(r=1,q=0,p=!1,o=0;o1?g+(" (at line "+r+", character "+(f-q+1)+")\n"):g+(" (at character "+(f+1)+")\n") +m=e.length +for(o=f;o78)if(f-q<75){l=q+75 +k=q +j="" +i="..."}else{if(m-f<75){k=m-75 +l=m +i=""}else{k=f-36 +l=f+36 +i="..."}j="..."}else{l=m +k=q +j="" +i=""}return g+j+B.d.U(e,k,l)+i+"\n"+B.d.T(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.f(f)+")"):g}, +$ibW:1} +A.p.prototype={ +hJ(a,b){return A.c5(this,A.ct(this).h("p.E"),b)}, +Dy(a,b){var s=this,r=A.ct(s) +if(r.h("an").b(s))return A.avG(s,b,r.h("p.E")) +return new A.k2(s,b,r.h("k2"))}, +i1(a,b,c){return A.JY(this,b,A.ct(this).h("p.E"),c)}, +ib(a,b){return new A.aX(this,b,A.ct(this).h("aX"))}, +dL(a,b){return new A.dd(this,b.h("dd<0>"))}, +p(a,b){var s +for(s=this.gR(this);s.q();)if(J.c(s.gH(),b))return!0 +return!1}, +a1(a,b){var s +for(s=this.gR(this);s.q();)b.$1(s.gH())}, +bn(a,b){var s,r,q=this.gR(this) +if(!q.q())return"" +s=J.c3(q.gH()) +if(!q.q())return s +if(b.length===0){r=s +do r+=J.c3(q.gH()) +while(q.q())}else{r=s +do r=r+b+J.c3(q.gH()) +while(q.q())}return r.charCodeAt(0)==0?r:r}, +hl(a){return this.bn(a,"")}, +dC(a,b){var s +for(s=this.gR(this);s.q();)if(b.$1(s.gH()))return!0 +return!1}, +dY(a,b){return A.a1(this,b,A.ct(this).h("p.E"))}, +dX(a){return this.dY(a,!0)}, +hr(a){return A.fX(this,A.ct(this).h("p.E"))}, +gu(a){var s,r=this.gR(this) +for(s=0;r.q();)++s +return s}, +gP(a){return!this.gR(this).q()}, +gbI(a){return!this.gP(this)}, +Fd(a,b){return A.aMv(this,b,A.ct(this).h("p.E"))}, +hu(a,b){return A.arH(this,b,A.ct(this).h("p.E"))}, +gE(a){var s=this.gR(this) +if(!s.q())throw A.d(A.c7()) +return s.gH()}, +gB(a){var s,r=this.gR(this) +if(!r.q())throw A.d(A.c7()) +do s=r.gH() +while(r.q()) +return s}, +Dw(a,b,c){var s,r +for(s=this.gR(this);s.q();){r=s.gH() +if(b.$1(r))return r}return c.$0()}, +adk(a,b){var s,r,q=this.gR(this) +do{if(!q.q())throw A.d(A.c7()) +s=q.gH()}while(!b.$1(s)) +for(;q.q();){r=q.gH() +if(b.$1(r))s=r}return s}, +cu(a,b){var s,r +A.ez(b,"index") +s=this.gR(this) +for(r=b;s.q();){if(r===0)return s.gH();--r}throw A.d(A.Jn(b,b-r,this,null,"index"))}, +j(a){return A.aw1(this,"(",")")}} +A.b0.prototype={ +j(a){return"MapEntry("+A.f(this.a)+": "+A.f(this.b)+")"}} +A.ba.prototype={ +gt(a){return A.A.prototype.gt.call(this,this)}, +j(a){return"null"}} +A.A.prototype={$iA:1, +k(a,b){return this===b}, +gt(a){return A.h3(this)}, +j(a){return"Instance of '"+A.aaq(this)+"'"}, +G(a,b){throw A.d(A.awI(this,b))}, +gdj(a){return A.u(this)}, +toString(){return this.j(this)}, +$0(){return this.G(this,A.E("$0","$0",0,[],[],0))}, +$1(a){return this.G(this,A.E("$1","$1",0,[a],[],0))}, +$2(a,b){return this.G(this,A.E("$2","$2",0,[a,b],[],0))}, +$1$2$onError(a,b,c){return this.G(this,A.E("$1$2$onError","$1$2$onError",0,[a,b,c],["onError"],1))}, +$3(a,b,c){return this.G(this,A.E("$3","$3",0,[a,b,c],[],0))}, +$4(a,b,c,d){return this.G(this,A.E("$4","$4",0,[a,b,c,d],[],0))}, +$1$1(a,b){return this.G(this,A.E("$1$1","$1$1",0,[a,b],[],1))}, +$1$hostElementAttributes(a){return this.G(this,A.E("$1$hostElementAttributes","$1$hostElementAttributes",0,[a],["hostElementAttributes"],0))}, +$1$highContrast(a){return this.G(this,A.E("$1$highContrast","$1$highContrast",0,[a],["highContrast"],0))}, +$1$accessibilityFeatures(a){return this.G(this,A.E("$1$accessibilityFeatures","$1$accessibilityFeatures",0,[a],["accessibilityFeatures"],0))}, +$3$replace$state(a,b,c){return this.G(this,A.E("$3$replace$state","$3$replace$state",0,[a,b,c],["replace","state"],0))}, +$2$path(a,b){return this.G(this,A.E("$2$path","$2$path",0,[a,b],["path"],0))}, +$1$growable(a){return this.G(this,A.E("$1$growable","$1$growable",0,[a],["growable"],0))}, +$2$params(a,b){return this.G(this,A.E("$2$params","$2$params",0,[a,b],["params"],0))}, +$3$onAction$onChange(a,b,c){return this.G(this,A.E("$3$onAction$onChange","$3$onAction$onChange",0,[a,b,c],["onAction","onChange"],0))}, +$1$0(a){return this.G(this,A.E("$1$0","$1$0",0,[a],[],1))}, +$1$locales(a){return this.G(this,A.E("$1$locales","$1$locales",0,[a],["locales"],0))}, +$1$textScaleFactor(a){return this.G(this,A.E("$1$textScaleFactor","$1$textScaleFactor",0,[a],["textScaleFactor"],0))}, +$1$platformBrightness(a){return this.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp","$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k,l],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","signalKind","tilt","timeStamp"],0))}, +$1$accessibleNavigation(a){return this.G(this,A.E("$1$accessibleNavigation","$1$accessibleNavigation",0,[a],["accessibleNavigation"],0))}, +$1$semanticsEnabled(a){return this.G(this,A.E("$1$semanticsEnabled","$1$semanticsEnabled",0,[a],["semanticsEnabled"],0))}, +$4$cancelOnError$onDone$onError(a,b,c,d){return this.G(this,A.E("$4$cancelOnError$onDone$onError","$4$cancelOnError$onDone$onError",0,[a,b,c,d],["cancelOnError","onDone","onError"],0))}, +$1$style(a){return this.G(this,A.E("$1$style","$1$style",0,[a],["style"],0))}, +$2$priority$scheduler(a,b){return this.G(this,A.E("$2$priority$scheduler","$2$priority$scheduler",0,[a,b],["priority","scheduler"],0))}, +$2$position(a,b){return this.G(this,A.E("$2$position","$2$position",0,[a,b],["position"],0))}, +$1$range(a){return this.G(this,A.E("$1$range","$1$range",0,[a],["range"],0))}, +$2$reversed(a,b){return this.G(this,A.E("$2$reversed","$2$reversed",0,[a,b],["reversed"],0))}, +$2$1(a,b,c){return this.G(this,A.E("$2$1","$2$1",0,[a,b,c],[],2))}, +$2$aspect(a,b){return this.G(this,A.E("$2$aspect","$2$aspect",0,[a,b],["aspect"],0))}, +$3$extensions$pageTransitionsTheme$visualDensity(a,b,c){return this.G(this,A.E("$3$extensions$pageTransitionsTheme$visualDensity","$3$extensions$pageTransitionsTheme$visualDensity",0,[a,b,c],["extensions","pageTransitionsTheme","visualDensity"],0))}, +$2$color$fontWeight(a,b){return this.G(this,A.E("$2$color$fontWeight","$2$color$fontWeight",0,[a,b],["color","fontWeight"],0))}, +$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9){return this.G(this,A.E("$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme","$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9],["appBarTheme","applyElevationOverlayColor","badgeTheme","bottomAppBarTheme","bottomNavigationBarTheme","brightness","buttonTheme","canvasColor","cardColor","checkboxTheme","chipTheme","dialogBackgroundColor","dialogTheme","dividerColor","dividerTheme","drawerTheme","dropdownMenuTheme","elevatedButtonTheme","filledButtonTheme","floatingActionButtonTheme","iconButtonTheme","iconTheme","indicatorColor","inputDecorationTheme","listTileTheme","menuButtonTheme","menuTheme","navigationBarTheme","navigationRailTheme","outlinedButtonTheme","pageTransitionsTheme","popupMenuTheme","primaryColor","primaryColorDark","primaryIconTheme","progressIndicatorTheme","radioTheme","scaffoldBackgroundColor","scrollbarTheme","sliderTheme","snackBarTheme","splashFactory","switchTheme","tabBarTheme","textButtonTheme","textSelectionTheme","textTheme","toggleButtonsTheme","tooltipTheme"],0))}, +$1$color(a){return this.G(this,A.E("$1$color","$1$color",0,[a],["color"],0))}, +$3$bodyColor$decorationColor$displayColor(a,b,c){return this.G(this,A.E("$3$bodyColor$decorationColor$displayColor","$3$bodyColor$decorationColor$displayColor",0,[a,b,c],["bodyColor","decorationColor","displayColor"],0))}, +$1$paragraphWidth(a){return this.G(this,A.E("$1$paragraphWidth","$1$paragraphWidth",0,[a],["paragraphWidth"],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.G(this,A.E("$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.G(this,A.E("$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))}, +$4$boxHeightStyle$boxWidthStyle(a,b,c,d){return this.G(this,A.E("$4$boxHeightStyle$boxWidthStyle","$4$boxHeightStyle$boxWidthStyle",0,[a,b,c,d],["boxHeightStyle","boxWidthStyle"],0))}, +$2$end$start(a,b){return this.G(this,A.E("$2$end$start","$2$end$start",0,[a,b],["end","start"],0))}, +$3$dimensions$textScaler(a,b,c){return this.G(this,A.E("$3$dimensions$textScaler","$3$dimensions$textScaler",0,[a,b,c],["dimensions","textScaler"],0))}, +$3$boxHeightStyle(a,b,c){return this.G(this,A.E("$3$boxHeightStyle","$3$boxHeightStyle",0,[a,b,c],["boxHeightStyle"],0))}, +$3$includePlaceholders$includeSemanticsLabels(a,b,c){return this.G(this,A.E("$3$includePlaceholders$includeSemanticsLabels","$3$includePlaceholders$includeSemanticsLabels",0,[a,b,c],["includePlaceholders","includeSemanticsLabels"],0))}, +$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(a,b,c,d,e,f,g,h){return this.G(this,A.E("$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))}, +$3$debugReport(a,b,c){return this.G(this,A.E("$3$debugReport","$3$debugReport",0,[a,b,c],["debugReport"],0))}, +$3$cancel$down$reason(a,b,c){return this.G(this,A.E("$3$cancel$down$reason","$3$cancel$down$reason",0,[a,b,c],["cancel","down","reason"],0))}, +$2$down$up(a,b){return this.G(this,A.E("$2$down$up","$2$down$up",0,[a,b],["down","up"],0))}, +$1$down(a){return this.G(this,A.E("$1$down","$1$down",0,[a],["down"],0))}, +$1$findFirstFocus(a){return this.G(this,A.E("$1$findFirstFocus","$1$findFirstFocus",0,[a],["findFirstFocus"],0))}, +$2$value(a,b){return this.G(this,A.E("$2$value","$2$value",0,[a,b],["value"],0))}, +$1$details(a){return this.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$1$context","$1$context",0,[a],["context"],0))}, +$2$textDirection(a,b){return this.G(this,A.E("$2$textDirection","$2$textDirection",0,[a,b],["textDirection"],0))}, +$3$textDirection(a,b,c){return this.G(this,A.E("$3$textDirection","$3$textDirection",0,[a,b,c],["textDirection"],0))}, +$2$primaryTextTheme$textTheme(a,b){return this.G(this,A.E("$2$primaryTextTheme$textTheme","$2$primaryTextTheme$textTheme",0,[a,b],["primaryTextTheme","textTheme"],0))}, +$1$scrollbarTheme(a){return this.G(this,A.E("$1$scrollbarTheme","$1$scrollbarTheme",0,[a],["scrollbarTheme"],0))}, +$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$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.G(this,A.E("$1$bottom","$1$bottom",0,[a],["bottom"],0))}, +$1$floatingActionButtonScale(a){return this.G(this,A.E("$1$floatingActionButtonScale","$1$floatingActionButtonScale",0,[a],["floatingActionButtonScale"],0))}, +$1$removeBottom(a){return this.G(this,A.E("$1$removeBottom","$1$removeBottom",0,[a],["removeBottom"],0))}, +$1$padding(a){return this.G(this,A.E("$1$padding","$1$padding",0,[a],["padding"],0))}, +$2$padding$viewPadding(a,b){return this.G(this,A.E("$2$padding$viewPadding","$2$padding$viewPadding",0,[a,b],["padding","viewPadding"],0))}, +$1$direction(a){return this.G(this,A.E("$1$direction","$1$direction",0,[a],["direction"],0))}, +$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width(a,b,c,d,e,f,g,h,i){return this.G(this,A.E("$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width","$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width",0,[a,b,c,d,e,f,g,h,i],["ascent","baseline","descent","hardBreak","height","left","lineNumber","unscaledAscent","width"],0))}, +$1$pageTransitionsTheme(a){return this.G(this,A.E("$1$pageTransitionsTheme","$1$pageTransitionsTheme",0,[a],["pageTransitionsTheme"],0))}, +$1$2$arguments(a,b,c){return this.G(this,A.E("$1$2$arguments","$1$2$arguments",0,[a,b,c],["arguments"],1))}, +$1$5(a,b,c,d,e,f){return this.G(this,A.E("$1$5","$1$5",0,[a,b,c,d,e,f],[],1))}, +$5(a,b,c,d,e){return this.G(this,A.E("$5","$5",0,[a,b,c,d,e],[],0))}, +$1$reversed(a){return this.G(this,A.E("$1$reversed","$1$reversed",0,[a],["reversed"],0))}, +$4$displayFeatures$padding$viewInsets$viewPadding(a,b,c,d){return this.G(this,A.E("$4$displayFeatures$padding$viewInsets$viewPadding","$4$displayFeatures$padding$viewInsets$viewPadding",0,[a,b,c,d],["displayFeatures","padding","viewInsets","viewPadding"],0))}, +$2$viewInsets$viewPadding(a,b){return this.G(this,A.E("$2$viewInsets$viewPadding","$2$viewInsets$viewPadding",0,[a,b],["viewInsets","viewPadding"],0))}, +$2$maxWidth$minWidth(a,b){return this.G(this,A.E("$2$maxWidth$minWidth","$2$maxWidth$minWidth",0,[a,b],["maxWidth","minWidth"],0))}, +$2$maxHeight$minHeight(a,b){return this.G(this,A.E("$2$maxHeight$minHeight","$2$maxHeight$minHeight",0,[a,b],["maxHeight","minHeight"],0))}, +$1$side(a){return this.G(this,A.E("$1$side","$1$side",0,[a],["side"],0))}, +$2$minHeight$minWidth(a,b){return this.G(this,A.E("$2$minHeight$minWidth","$2$minHeight$minWidth",0,[a,b],["minHeight","minWidth"],0))}, +$3$onDone$onError(a,b,c){return this.G(this,A.E("$3$onDone$onError","$3$onDone$onError",0,[a,b,c],["onDone","onError"],0))}, +$3$color$fontSize$fontWeight(a,b,c){return this.G(this,A.E("$3$color$fontSize$fontWeight","$3$color$fontSize$fontWeight",0,[a,b,c],["color","fontSize","fontWeight"],0))}, +$1$child(a){return this.G(this,A.E("$1$child","$1$child",0,[a],["child"],0))}, +$3$foregroundColor$iconSize$overlayColor(a,b,c){return this.G(this,A.E("$3$foregroundColor$iconSize$overlayColor","$3$foregroundColor$iconSize$overlayColor",0,[a,b,c],["foregroundColor","iconSize","overlayColor"],0))}, +$1$textScaler(a){return this.G(this,A.E("$1$textScaler","$1$textScaler",0,[a],["textScaler"],0))}, +$3$cancelOnError$onDone(a,b,c){return this.G(this,A.E("$3$cancelOnError$onDone","$3$cancelOnError$onDone",0,[a,b,c],["cancelOnError","onDone"],0))}, +$2$0(a,b){return this.G(this,A.E("$2$0","$2$0",0,[a,b],[],2))}, +$1$2(a,b,c){return this.G(this,A.E("$1$2","$1$2",0,[a,b,c],[],1))}, +$1$colorScheme(a){return this.G(this,A.E("$1$colorScheme","$1$colorScheme",0,[a],["colorScheme"],0))}, +$6$alignedDropdown$height$layoutBehavior$minWidth$padding$textTheme(a,b,c,d,e,f){return this.G(this,A.E("$6$alignedDropdown$height$layoutBehavior$minWidth$padding$textTheme","$6$alignedDropdown$height$layoutBehavior$minWidth$padding$textTheme",0,[a,b,c,d,e,f],["alignedDropdown","height","layoutBehavior","minWidth","padding","textTheme"],0))}, +$5$baseline$baselineOffset(a,b,c,d,e){return this.G(this,A.E("$5$baseline$baselineOffset","$5$baseline$baselineOffset",0,[a,b,c,d,e],["baseline","baselineOffset"],0))}, +$3$context$exception$stack(a,b,c){return this.G(this,A.E("$3$context$exception$stack","$3$context$exception$stack",0,[a,b,c],["context","exception","stack"],0))}, +$4$allowUpscaling$targetHeight$targetWidth(a,b,c,d){return this.G(this,A.E("$4$allowUpscaling$targetHeight$targetWidth","$4$allowUpscaling$targetHeight$targetWidth",0,[a,b,c,d],["allowUpscaling","targetHeight","targetWidth"],0))}, +$2$onError(a,b){return this.G(this,A.E("$2$onError","$2$onError",0,[a,b],["onError"],0))}, +$2$chunkCallback(a,b){return this.G(this,A.E("$2$chunkCallback","$2$chunkCallback",0,[a,b],["chunkCallback"],0))}, +$2$color$fontSize(a,b){return this.G(this,A.E("$2$color$fontSize","$2$color$fontSize",0,[a,b],["color","fontSize"],0))}, +$1$fontSize(a){return this.G(this,A.E("$1$fontSize","$1$fontSize",0,[a],["fontSize"],0))}, +$38$after$alignment$backgroundColor$before$border$color$counterIncrement$counterReset$direction$display$fontFamily$fontFamilyFallback$fontFeatureSettings$fontSize$fontStyle$fontWeight$height$letterSpacing$lineHeight$listStyleImage$listStylePosition$listStyleType$margin$marker$maxLines$padding$textAlign$textDecoration$textDecorationColor$textDecorationStyle$textDecorationThickness$textOverflow$textShadow$textTransform$verticalAlign$whiteSpace$width$wordSpacing(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){return this.G(this,A.E("$38$after$alignment$backgroundColor$before$border$color$counterIncrement$counterReset$direction$display$fontFamily$fontFamilyFallback$fontFeatureSettings$fontSize$fontStyle$fontWeight$height$letterSpacing$lineHeight$listStyleImage$listStylePosition$listStyleType$margin$marker$maxLines$padding$textAlign$textDecoration$textDecorationColor$textDecorationStyle$textDecorationThickness$textOverflow$textShadow$textTransform$verticalAlign$whiteSpace$width$wordSpacing","$38$after$alignment$backgroundColor$before$border$color$counterIncrement$counterReset$direction$display$fontFamily$fontFamilyFallback$fontFeatureSettings$fontSize$fontStyle$fontWeight$height$letterSpacing$lineHeight$listStyleImage$listStylePosition$listStyleType$margin$marker$maxLines$padding$textAlign$textDecoration$textDecorationColor$textDecorationStyle$textDecorationThickness$textOverflow$textShadow$textTransform$verticalAlign$whiteSpace$width$wordSpacing",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8],["after","alignment","backgroundColor","before","border","color","counterIncrement","counterReset","direction","display","fontFamily","fontFamilyFallback","fontFeatureSettings","fontSize","fontStyle","fontWeight","height","letterSpacing","lineHeight","listStyleImage","listStylePosition","listStyleType","margin","marker","maxLines","padding","textAlign","textDecoration","textDecorationColor","textDecorationStyle","textDecorationThickness","textOverflow","textShadow","textTransform","verticalAlign","whiteSpace","width","wordSpacing"],0))}, +$1$top(a){return this.G(this,A.E("$1$top","$1$top",0,[a],["top"],0))}, +$2$beforeAfterNull$display(a,b){return this.G(this,A.E("$2$beforeAfterNull$display","$2$beforeAfterNull$display",0,[a,b],["beforeAfterNull","display"],0))}, +$23$backgroundColor$color$direction$display$fontFamily$fontFamilyFallback$fontFeatureSettings$fontSize$fontStyle$fontWeight$letterSpacing$lineHeight$listStyleImage$listStylePosition$listStyleType$maxLines$textAlign$textDecoration$textOverflow$textShadow$textTransform$whiteSpace$wordSpacing(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return this.G(this,A.E("$23$backgroundColor$color$direction$display$fontFamily$fontFamilyFallback$fontFeatureSettings$fontSize$fontStyle$fontWeight$letterSpacing$lineHeight$listStyleImage$listStylePosition$listStyleType$maxLines$textAlign$textDecoration$textOverflow$textShadow$textTransform$whiteSpace$wordSpacing","$23$backgroundColor$color$direction$display$fontFamily$fontFamilyFallback$fontFeatureSettings$fontSize$fontStyle$fontWeight$letterSpacing$lineHeight$listStyleImage$listStylePosition$listStyleType$maxLines$textAlign$textDecoration$textOverflow$textShadow$textTransform$whiteSpace$wordSpacing",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3],["backgroundColor","color","direction","display","fontFamily","fontFamilyFallback","fontFeatureSettings","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","listStyleImage","listStylePosition","listStyleType","maxLines","textAlign","textDecoration","textOverflow","textShadow","textTransform","whiteSpace","wordSpacing"],0))}, +$4$bottom$left$right$top(a,b,c,d){return this.G(this,A.E("$4$bottom$left$right$top","$4$bottom$left$right$top",0,[a,b,c,d],["bottom","left","right","top"],0))}, +$1$left(a){return this.G(this,A.E("$1$left","$1$left",0,[a],["left"],0))}, +$1$right(a){return this.G(this,A.E("$1$right","$1$right",0,[a],["right"],0))}, +$2$inlineEnd$inlineStart(a,b){return this.G(this,A.E("$2$inlineEnd$inlineStart","$2$inlineEnd$inlineStart",0,[a,b],["inlineEnd","inlineStart"],0))}, +$1$inlineEnd(a){return this.G(this,A.E("$1$inlineEnd","$1$inlineEnd",0,[a],["inlineEnd"],0))}, +$1$inlineStart(a){return this.G(this,A.E("$1$inlineStart","$1$inlineStart",0,[a],["inlineStart"],0))}, +$2$blockEnd$blockStart(a,b){return this.G(this,A.E("$2$blockEnd$blockStart","$2$blockEnd$blockStart",0,[a,b],["blockEnd","blockStart"],0))}, +$1$blockEnd(a){return this.G(this,A.E("$1$blockEnd","$1$blockEnd",0,[a],["blockEnd"],0))}, +$1$blockStart(a){return this.G(this,A.E("$1$blockStart","$1$blockStart",0,[a],["blockStart"],0))}, +$1$end(a){return this.G(this,A.E("$1$end","$1$end",0,[a],["end"],0))}, +$1$text(a){return this.G(this,A.E("$1$text","$1$text",0,[a],["text"],0))}, +$1$line(a){return this.G(this,A.E("$1$line","$1$line",0,[a],["line"],0))}, +$2$color(a,b){return this.G(this,A.E("$2$color","$2$color",0,[a,b],["color"],0))}, +$2$withDrive(a,b){return this.G(this,A.E("$2$withDrive","$2$withDrive",0,[a,b],["withDrive"],0))}, +$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName(a,b,c,d,e,f,g,h){return this.G(this,A.E("$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName","$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName",0,[a,b,c,d,e,f,g,h],["enableDomStorage","enableJavaScript","headers","universalLinksOnly","useSafariVC","useWebView","webOnlyWindowName"],0))}, +$1$1$instanceName(a,b){return this.G(this,A.E("$1$1$instanceName","$1$1$instanceName",0,[a,b],["instanceName"],1))}, +$1$withDelay(a){return this.G(this,A.E("$1$withDelay","$1$withDelay",0,[a],["withDelay"],0))}, +$2$alignmentPolicy(a,b){return this.G(this,A.E("$2$alignmentPolicy","$2$alignmentPolicy",0,[a,b],["alignmentPolicy"],0))}, +$2$ignoreCurrentFocus(a,b){return this.G(this,A.E("$2$ignoreCurrentFocus","$2$ignoreCurrentFocus",0,[a,b],["ignoreCurrentFocus"],0))}, +$1$includeChildren(a){return this.G(this,A.E("$1$includeChildren","$1$includeChildren",0,[a],["includeChildren"],0))}, +$3$code$details$message(a,b,c){return this.G(this,A.E("$3$code$details$message","$3$code$details$message",0,[a,b,c],["code","details","message"],0))}, +$2$code$message(a,b){return this.G(this,A.E("$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.G(this,A.E("$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes","$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes",0,[a,b,c,d,e],["elevationAdjustment","parentPaintClipRect","parentSemanticsClipRect","result","siblingNodes"],0))}, +$1$config(a){return this.G(this,A.E("$1$config","$1$config",0,[a],["config"],0))}, +$2$descendant$rect(a,b){return this.G(this,A.E("$2$descendant$rect","$2$descendant$rect",0,[a,b],["descendant","rect"],0))}, +$3$rect(a,b,c){return this.G(this,A.E("$3$rect","$3$rect",0,[a,b,c],["rect"],0))}, +$4$curve$descendant$duration$rect(a,b,c,d){return this.G(this,A.E("$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.G(this,A.E("$2$ignoreRasterCache","$2$ignoreRasterCache",0,[a,b],["ignoreRasterCache"],0))}, +$1$3$onlyFirst(a,b,c,d){return this.G(this,A.E("$1$3$onlyFirst","$1$3$onlyFirst",0,[a,b,c,d],["onlyFirst"],1))}, +$3$oldLayer(a,b,c){return this.G(this,A.E("$3$oldLayer","$3$oldLayer",0,[a,b,c],["oldLayer"],0))}, +$2$oldLayer(a,b){return this.G(this,A.E("$2$oldLayer","$2$oldLayer",0,[a,b],["oldLayer"],0))}, +$1$oldLayer(a){return this.G(this,A.E("$1$oldLayer","$1$oldLayer",0,[a],["oldLayer"],0))}, +$3$offset$oldLayer(a,b,c){return this.G(this,A.E("$3$offset$oldLayer","$3$offset$oldLayer",0,[a,b,c],["offset","oldLayer"],0))}, +$4$isComplexHint$willChangeHint(a,b,c,d){return this.G(this,A.E("$4$isComplexHint$willChangeHint","$4$isComplexHint$willChangeHint",0,[a,b,c,d],["isComplexHint","willChangeHint"],0))}, +$3$clipBehavior$oldLayer(a,b,c){return this.G(this,A.E("$3$clipBehavior$oldLayer","$3$clipBehavior$oldLayer",0,[a,b,c],["clipBehavior","oldLayer"],0))}, +$2$doAntiAlias(a,b){return this.G(this,A.E("$2$doAntiAlias","$2$doAntiAlias",0,[a,b],["doAntiAlias"],0))}, +$4$in1$in2$operator$result(a,b,c,d){return this.G(this,A.E("$4$in1$in2$operator$result","$4$in1$in2$operator$result",0,[a,b,c,d],["in1","in2","operator","result"],0))}, +$5$borderRadius$shape$textDirection(a,b,c,d,e){return this.G(this,A.E("$5$borderRadius$shape$textDirection","$5$borderRadius$shape$textDirection",0,[a,b,c,d,e],["borderRadius","shape","textDirection"],0))}, +$4$textDirection(a,b,c,d){return this.G(this,A.E("$4$textDirection","$4$textDirection",0,[a,b,c,d],["textDirection"],0))}, +$7(a,b,c,d,e,f,g){return this.G(this,A.E("$7","$7",0,[a,b,c,d,e,f,g],[],0))}, +$2$filterQuality(a,b){return this.G(this,A.E("$2$filterQuality","$2$filterQuality",0,[a,b],["filterQuality"],0))}, +$2$parentUsesSize(a,b){return this.G(this,A.E("$2$parentUsesSize","$2$parentUsesSize",0,[a,b],["parentUsesSize"],0))}, +$1$maxWidth(a){return this.G(this,A.E("$1$maxWidth","$1$maxWidth",0,[a],["maxWidth"],0))}, +$1$minWidth(a){return this.G(this,A.E("$1$minWidth","$1$minWidth",0,[a],["minWidth"],0))}, +$1$maxHeight(a){return this.G(this,A.E("$1$maxHeight","$1$maxHeight",0,[a],["maxHeight"],0))}, +$1$width(a){return this.G(this,A.E("$1$width","$1$width",0,[a],["width"],0))}, +$1$height(a){return this.G(this,A.E("$1$height","$1$height",0,[a],["height"],0))}, +$2$bottomNavigationBarTop$floatingActionButtonArea(a,b){return this.G(this,A.E("$2$bottomNavigationBarTop$floatingActionButtonArea","$2$bottomNavigationBarTop$floatingActionButtonArea",0,[a,b],["bottomNavigationBarTop","floatingActionButtonArea"],0))}, +$6(a,b,c,d,e,f){return this.G(this,A.E("$6","$6",0,[a,b,c,d,e,f],[],0))}, +$1$2$type(a,b,c){return this.G(this,A.E("$1$2$type","$1$2$type",0,[a,b,c],["type"],1))}, +i(a,b){return this.G(a,A.E("i","i",0,[b],[],0))}, +X(a){return this.G(this,A.E("X","X",0,[a],[],0))}, +n(a,b,c){return this.G(a,A.E("n","n",0,[b,c],[],0))}, +pn(){return this.G(this,A.E("pn","pn",0,[],[],0))}, +vN(a){return this.G(this,A.E("vN","vN",0,[a],[],0))}, +a9(a,b){return this.G(a,A.E("a9","a9",0,[b],[],0))}, +T(a,b){return this.G(a,A.E("T","T",0,[b],[],0))}, +a0(a,b){return this.G(a,A.E("a0","a0",0,[b],[],0))}, +bE(){return this.G(this,A.E("bE","bE",0,[],[],0))}, +k0(){return this.G(this,A.E("k0","k0",0,[],[],0))}, +vj(a){return this.G(this,A.E("vj","vj",0,[a],[],0))}, +gu(a){return this.G(a,A.E("gu","gu",1,[],[],0))}, +gcM(){return this.G(this,A.E("gcM","gcM",1,[],[],0))}, +gh8(){return this.G(this,A.E("gh8","gh8",1,[],[],0))}, +gc6(){return this.G(this,A.E("gc6","gc6",1,[],[],0))}, +ghB(){return this.G(this,A.E("ghB","ghB",1,[],[],0))}, +gcf(){return this.G(this,A.E("gcf","gcf",1,[],[],0))}, +sh8(a){return this.G(this,A.E("sh8","sh8",2,[a],[],0))}, +sc6(a){return this.G(this,A.E("sc6","sc6",2,[a],[],0))}, +shB(a){return this.G(this,A.E("shB","shB",2,[a],[],0))}, +scM(a){return this.G(this,A.E("scM","scM",2,[a],[],0))}} +A.Xz.prototype={ +j(a){return""}, +$ibU:1} +A.jh.prototype={ +gOU(){var s=this.gOV() +if($.jL()===1e6)return s +return s*1000}, +gDe(){var s=this.gOV() +if($.jL()===1000)return s +return B.i.d1(s,1000)}, +m_(){var s=this,r=s.b +if(r!=null){s.a=s.a+($.Nc.$0()-r) +s.b=null}}, +d9(){var s=this.b +this.a=s==null?$.Nc.$0():s}, +gOV(){var s=this.b +if(s==null)s=$.Nc.$0() +return s-this.a}} +A.O7.prototype={ +gR(a){return new A.O6(this.a)}, +gB(a){var s,r,q=this.a,p=q.length +if(p===0)throw A.d(A.ar("No elements.")) +s=q.charCodeAt(p-1) +if((s&64512)===56320&&p>1){r=q.charCodeAt(p-2) +if((r&64512)===55296)return A.azy(r,s)}return s}} +A.O6.prototype={ +gH(){return this.d}, +q(){var s,r,q,p=this,o=p.b=p.c,n=p.a,m=n.length +if(o===m){p.d=-1 +return!1}s=n.charCodeAt(o) +r=o+1 +if((s&64512)===55296&&r4)this.a.$2("an IPv6 part can only contain a maximum of 4 hex digits",a) +s=A.dC(B.d.U(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:306} +A.Db.prototype={ +gqs(){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.f(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.O() +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +gpb(){var s,r,q=this,p=q.x +if(p===$){s=q.e +if(s.length!==0&&s.charCodeAt(0)===47)s=B.d.cj(s,1) +r=s.length===0?B.ab:A.xI(new A.X(A.a(s.split("/"),t.s),A.aRs(),t.Gf),t.N) +q.x!==$&&A.O() +p=q.x=r}return p}, +gt(a){var s,r=this,q=r.y +if(q===$){s=B.d.gt(r.gqs()) +r.y!==$&&A.O() +r.y=s +q=s}return q}, +gkt(){var s,r,q=this,p=q.Q +if(p===$){s=q.f +r=A.aOY(s==null?"":s) +q.Q!==$&&A.O() +q.Q=r +p=r}return p}, +gtF(){return this.b}, +gjg(){var s=this.c +if(s==null)return"" +if(B.d.b5(s,"["))return B.d.U(s,1,s.length-1) +return s}, +gpe(){var s=this.d +return s==null?A.az7(this.a):s}, +glK(){var s=this.f +return s==null?"":s}, +ghY(){var s=this.r +return s==null?"":s}, +ad9(a){var s=this.a +if(a.length!==s.length)return!1 +return A.aPj(a,s,0)>=0}, +Kc(a,b){var s,r,q,p,o,n +for(s=0,r=0;B.d.cG(b,"../",r);){r+=3;++s}q=B.d.oY(a,"/") +while(!0){if(!(q>0&&s>0))break +p=B.d.xc(a,"/",q-1) +if(p<0)break +o=q-p +n=o!==2 +if(!n||o===3)if(a.charCodeAt(p+1)===46)n=!n||a.charCodeAt(p+2)===46 +else n=!1 +else n=!1 +if(n)break;--s +q=p}return B.d.nb(a,q+1,null,B.d.cj(b,r-3*s))}, +O(a){return this.tt(A.iu(a,0,null))}, +tt(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +if(a.gdZ().length!==0){s=a.gdZ() +if(a.grG()){r=a.gtF() +q=a.gjg() +p=a.grH()?a.gpe():h}else{p=h +q=p +r=""}o=A.l4(a.gcR()) +n=a.goP()?a.glK():h}else{s=i.a +if(a.grG()){r=a.gtF() +q=a.gjg() +p=A.aso(a.grH()?a.gpe():h,s) +o=A.l4(a.gcR()) +n=a.goP()?a.glK():h}else{r=i.b +q=i.c +p=i.d +o=i.e +if(a.gcR()==="")n=a.goP()?a.glK():i.f +else{m=A.aP3(i,o) +if(m>0){l=B.d.U(o,0,m) +o=a.gwT()?l+A.l4(a.gcR()):l+A.l4(i.Kc(B.d.cj(o,l.length),a.gcR()))}else if(a.gwT())o=A.l4(a.gcR()) +else if(o.length===0)if(q==null)o=s.length===0?a.gcR():A.l4(a.gcR()) +else o=A.l4("/"+a.gcR()) +else{k=i.Kc(o,a.gcR()) +j=s.length===0 +if(!j||q!=null||B.d.b5(o,"/"))o=A.l4(k) +else o=A.asq(k,!j||q!=null)}n=a.goP()?a.glK():h}}}return A.amv(s,r,q,p,o,n,a.gDO()?a.ghY():h)}, +gPG(){return this.a.length!==0}, +grG(){return this.c!=null}, +grH(){return this.d!=null}, +goP(){return this.f!=null}, +gDO(){return this.r!=null}, +gwT(){return B.d.b5(this.e,"/")}, +Fm(){var s,r=this,q=r.a +if(q!==""&&q!=="file")throw A.d(A.ac("Cannot extract a file path from a "+q+" URI")) +q=r.f +if((q==null?"":q)!=="")throw A.d(A.ac(u.z)) +q=r.r +if((q==null?"":q)!=="")throw A.d(A.ac(u.A)) +q=$.atI() +if(q)q=A.azk(r) +else{if(r.c!=null&&r.gjg()!=="")A.F(A.ac(u.Q)) +s=r.gpb() +A.aOV(s,!1) +q=A.OW(B.d.b5(r.e,"/")?""+"/":"",s,"/") +q=q.charCodeAt(0)==0?q:q}return q}, +j(a){return this.gqs()}, +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.gdZ())if(q.c!=null===b.grG())if(q.b===b.gtF())if(q.gjg()===b.gjg())if(q.gpe()===b.gpe())if(q.e===b.gcR()){s=q.f +r=s==null +if(!r===b.goP()){if(r)s="" +if(s===b.glK()){s=q.r +r=s==null +if(!r===b.gDO()){if(r)s="" +s=s===b.ghY()}else s=!1}else s=!1}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}, +$iPN:1, +gdZ(){return this.a}, +gcR(){return this.e}} +A.amw.prototype={ +$1(a){return A.De(B.S4,a,B.a1,!1)}, +$S:51} +A.amy.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=A.De(B.fU,a,B.a1,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.De(B.fU,b,B.a1,!0)}}, +$S:299} +A.amx.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.aA(b),r=this.a;s.q();)r.$2(a,s.gH())}, +$S:102} +A.amz.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.mW(s,a,c,r,!0) +p=""}else{q=A.mW(s,a,b,r,!0) +p=A.mW(s,b+1,c,r,!0)}J.ea(this.c.bm(q,A.aRt()),p)}, +$S:295} +A.afE.prototype={ +gkD(){var s,r,q,p,o=this,n=null,m=o.c +if(m==null){m=o.a +s=o.b[0]+1 +r=B.d.hZ(m,"?",s) +q=m.length +if(r>=0){p=A.Dd(m,r+1,q,B.hf,!1,!1) +q=r}else p=n +m=o.c=new A.Td("data","",n,n,A.Dd(m,s,q,B.rk,!1,!1),p,n)}return m}, +j(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.anx.prototype={ +$2(a,b){var s=this.a[a] +B.ac.ab_(s,0,96,b) +return s}, +$S:289} +A.any.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:113} +A.hK.prototype={ +gPG(){return this.b>0}, +grG(){return this.c>0}, +grH(){return this.c>0&&this.d+1r?B.d.U(this.a,r,s-1):""}, +gjg(){var s=this.c +return s>0?B.d.U(this.a,s,this.d):""}, +gpe(){var s,r=this +if(r.grH())return A.dC(B.d.U(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.d.b5(r.a,"http"))return 80 +if(s===5&&B.d.b5(r.a,"https"))return 443 +return 0}, +gcR(){return B.d.U(this.a,this.e,this.f)}, +glK(){var s=this.f,r=this.r +return s=this.r)return B.zY +var s=A.azj(this.glK()) +s.Sf(A.aAL()) +return A.aqj(s,t.N,t.yp)}, +JQ(a){var s=this.d+1 +return s+a.length===this.e&&B.d.cG(this.a,a,s)}, +afw(){var s=this,r=s.r,q=s.a +if(r>=q.length)return s +return new A.hK(B.d.U(q,0,r),s.b,s.c,s.d,s.e,s.f,r,s.w)}, +O(a){return this.tt(A.iu(a,0,null))}, +tt(a){if(a instanceof A.hK)return this.a64(this,a) +return this.LY().tt(a)}, +a64(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.b +if(c>0)return b +s=b.c +if(s>0){r=a.b +if(r<=0)return b +q=r===4 +if(q&&B.d.b5(a.a,"file"))p=b.e!==b.f +else if(q&&B.d.b5(a.a,"http"))p=!b.JQ("80") +else p=!(r===5&&B.d.b5(a.a,"https"))||!b.JQ("443") +if(p){o=r+1 +return new A.hK(B.d.U(a.a,0,o)+B.d.cj(b.a,c+1),r,s+o,b.d+o,b.e+o,b.f+o,b.r+o,a.w)}else return this.LY().tt(b)}n=b.e +c=b.f +if(n===c){s=b.r +if(c0?l:m +o=k-n +return new A.hK(B.d.U(a.a,0,k)+B.d.cj(s,n),a.b,a.c,a.d,m,c+o,b.r+o,a.w)}j=a.e +i=a.f +if(j===i&&a.c>0){for(;B.d.cG(s,"../",n);)n+=3 +o=j-n+1 +return new A.hK(B.d.U(a.a,0,j)+"/"+B.d.cj(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}h=a.a +l=A.ayZ(this) +if(l>=0)g=l +else for(g=j;B.d.cG(h,"../",g);)g+=3 +f=0 +while(!0){e=n+3 +if(!(e<=c&&B.d.cG(s,"../",n)))break;++f +n=e}for(d="";i>g;){--i +if(h.charCodeAt(i)===47){if(f===0){d="/" +break}--f +d="/"}}if(i===g&&a.b<=0&&!B.d.cG(h,"/",j)){n-=f*3 +d=""}o=i-n+d.length +return new A.hK(B.d.U(h,0,i)+d+B.d.cj(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}, +Fm(){var s,r,q=this,p=q.b +if(p>=0){s=!(p===4&&B.d.b5(q.a,"file")) +p=s}else p=!1 +if(p)throw A.d(A.ac("Cannot extract a file path from a "+q.gdZ()+" URI")) +p=q.f +s=q.a +if(p0?s.gjg():r,n=s.grH()?s.gpe():r,m=s.a,l=s.f,k=B.d.U(m,s.e,l),j=s.r +l=l4294967296)throw A.d(A.dZ("max must be in range 0 < max \u2264 2^32, was "+a)) +return Math.random()*a>>>0}} +A.I9.prototype={} +A.Fq.prototype={ +I(){return"ClipOp."+this.b}} +A.MW.prototype={ +I(){return"PathFillType."+this.b}} +A.ai0.prototype={ +i_(a,b){A.aSs(this.a,this.b,a,b)}} +A.CU.prototype={ +fk(a){A.DY(this.b,this.c,a)}} +A.kS.prototype={ +gu(a){var s=this.a +return s.gu(s)}, +xN(a){var s,r,q=this +if(!q.d&&q.e!=null){q.e.i_(a.a,a.gPY()) +return!1}s=q.c +if(s<=0)return!0 +r=q.IF(s-1) +q.a.dN(a) +return r}, +IF(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.na() +A.DY(q.b,q.c,null)}return r}, +a00(){var s=this,r=s.a +if(!r.gP(r)&&s.e!=null){r=r.na() +s.e.i_(r.a,r.gPY()) +A.e9(s.gID())}else s.d=!1}} +A.a0K.prototype={ +aeZ(a,b,c){this.a.bm(a,new A.a0L()).xN(new A.CU(b,c,$.ad))}, +Ub(a,b){var s=this.a.bm(a,new A.a0M()),r=s.e +s.e=new A.ai0(b,$.ad) +if(r==null&&!s.d){s.d=!0 +A.e9(s.gID())}}, +abC(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.eh(a.buffer,a.byteOffset,a.byteLength) +if(j[0]===7){s=j[1] +if(s>=254)throw A.d(A.cS("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +r=2+s +q=B.a1.ea(B.ac.b6(j,2,r)) +switch(q){case"resize":if(j[r]!==12)throw A.d(A.cS(l)) +p=r+1 +if(j[p]<2)throw A.d(A.cS(l));++p +if(j[p]!==7)throw A.d(A.cS("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++p +o=j[p] +if(o>=254)throw A.d(A.cS("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.a1.ea(B.ac.b6(j,p,r)) +if(j[r]!==3)throw A.d(A.cS("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +this.RP(n,a.getUint32(r+1,B.ap===$.dF())) +break +case"overflow":if(j[r]!==12)throw A.d(A.cS(k)) +p=r+1 +if(j[p]<2)throw A.d(A.cS(k));++p +if(j[p]!==7)throw A.d(A.cS("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++p +o=j[p] +if(o>=254)throw A.d(A.cS("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.a1.ea(B.ac.b6(j,p,r)) +r=j[r] +if(r!==1&&r!==2)throw A.d(A.cS("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:throw A.d(A.cS("Unrecognized method '"+q+"' sent to dev.flutter/channel-buffers"))}}else{m=A.a(B.a1.ea(j).split("\r"),t.s) +if(m.length===3&&J.c(m[0],"resize"))this.RP(m[1],A.dC(m[2],null)) +else throw A.d(A.cS("Unrecognized message "+A.f(m)+" sent to dev.flutter/channel-buffers."))}}, +RP(a,b){var s=this.a,r=s.i(0,a) +if(r==null)s.n(0,a,new A.kS(A.d9(b,t.S8),b)) +else{r.c=b +r.IF(b)}}} +A.a0L.prototype={ +$0(){return new A.kS(A.d9(1,t.S8),1)}, +$S:115} +A.a0M.prototype={ +$0(){return new A.kS(A.d9(1,t.S8),1)}, +$S:115} +A.Mq.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.Mq&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"OffsetBase("+B.c.a5(this.a,1)+", "+B.c.a5(this.b,1)+")"}} +A.o.prototype={ +gcO(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gwr(){var s=this.a,r=this.b +return s*s+r*r}, +a9(a,b){return new A.o(this.a-b.a,this.b-b.b)}, +a0(a,b){return new A.o(this.a+b.a,this.b+b.b)}, +T(a,b){return new A.o(this.a*b,this.b*b)}, +eZ(a,b){return new A.o(this.a/b,this.b/b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.o&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"Offset("+B.c.a5(this.a,1)+", "+B.c.a5(this.b,1)+")"}} +A.J.prototype={ +gP(a){return this.a<=0||this.b<=0}, +a9(a,b){var s=this +if(b instanceof A.J)return new A.o(s.a-b.a,s.b-b.b) +if(b instanceof A.o)return new A.J(s.a-b.a,s.b-b.b) +throw A.d(A.bo(b,null))}, +a0(a,b){return new A.J(this.a+b.a,this.b+b.b)}, +T(a,b){return new A.J(this.a*b,this.b*b)}, +eZ(a,b){return new A.J(this.a/b,this.b/b)}, +jS(a){return new A.o(a.a+this.a/2,a.b+this.b/2)}, +Nr(a){return new A.o(a.a+this.a,a.b+this.b)}, +p(a,b){var s=b.a +if(s>=0)if(s=0&&s=s.c||s.b>=s.d}, +dl(a){var s=this,r=a.a,q=a.b +return new A.D(s.a+r,s.b+q,s.c+r,s.d+q)}, +aI(a,b){var s=this +return new A.D(s.a+a,s.b+b,s.c+a,s.d+b)}, +cW(a){var s=this +return new A.D(s.a-a,s.b-a,s.c+a,s.d+a)}, +ef(a){var s=this +return new A.D(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +mG(a){var s=this +return new A.D(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +xv(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}, +geH(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +ga8G(){var s=this.b +return new A.o(this.a,s+(this.d-s)/2)}, +gb2(){var s=this,r=s.a,q=s.b +return new A.o(r+(s.c-r)/2,q+(s.d-q)/2)}, +ga8H(){var s=this.b +return new A.o(this.c,s+(this.d-s)/2)}, +p(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}, +tV(){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.ig(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new A.ig(q,n,r,o,j,k,i,h,f,g,e,l,!1)}, +p(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.tV() +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.u(s)!==J.N(b))return!1 +return b instanceof A.ig&&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}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.z,s.Q,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r,q=this,p=B.c.a5(q.a,1)+", "+B.c.a5(q.b,1)+", "+B.c.a5(q.c,1)+", "+B.c.a5(q.d,1),o=q.e,n=q.f,m=q.r,l=q.w +if(new A.aN(o,n).k(0,new A.aN(m,l))){s=q.x +r=q.y +s=new A.aN(m,l).k(0,new A.aN(s,r))&&new A.aN(s,r).k(0,new A.aN(q.z,q.Q))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.c.a5(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+B.c.a5(o,1)+", "+B.c.a5(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.aN(o,n).j(0)+", topRight: "+new A.aN(m,l).j(0)+", bottomRight: "+new A.aN(q.x,q.y).j(0)+", bottomLeft: "+new A.aN(q.z,q.Q).j(0)+")"}} +A.xw.prototype={ +I(){return"KeyEventType."+this.b}} +A.fs.prototype={ +a3j(){var s=this.d +return"0x"+B.i.iI(s,16)+new A.a6U(B.c.ec(s/4294967296)).$0()}, +a0c(){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+'"'}}, +a4X(){var s=this.e +if(s==null)return"" +return" (0x"+new A.X(new A.cd(s),new A.a6V(),t.G.h("X")).bn(0," ")+")"}, +j(a){var s=this,r=A.aJE(s.b),q=B.i.iI(s.c,16),p=s.a3j(),o=s.a0c(),n=s.a4X(),m=s.f?", synthesized":"" +return"KeyData(type: "+r+", physical: 0x"+q+", logical: "+p+", character: "+o+n+m+")"}} +A.a6U.prototype={ +$0(){switch(this.a){case 0:return" (Unicode)" +case 1:return" (Unprintable)" +case 2:return" (Flutter)" +case 23:return" (Web)"}return""}, +$S:16} +A.a6V.prototype={ +$1(a){return B.d.lD(B.i.iI(a,16),2,"0")}, +$S:23} +A.q.prototype={ +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.q&&b.gl()===this.gl()}, +gt(a){return B.i.gt(this.gl())}, +j(a){return"Color(0x"+B.d.lD(B.i.iI(this.gl(),16),8,"0")+")"}, +gl(){return this.a}} +A.OY.prototype={ +I(){return"StrokeCap."+this.b}} +A.adW.prototype={ +I(){return"StrokeJoin."+this.b}} +A.MS.prototype={ +I(){return"PaintingStyle."+this.b}} +A.lj.prototype={ +I(){return"BlendMode."+this.b}} +A.qe.prototype={ +I(){return"Clip."+this.b}} +A.a07.prototype={ +I(){return"BlurStyle."+this.b}} +A.re.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.re&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"MaskFilter.blur("+this.a.j(0)+", "+B.c.a5(this.b,1)+")"}} +A.nB.prototype={ +I(){return"FilterQuality."+this.b}} +A.ar0.prototype={} +A.il.prototype={ +aT(a){return new A.il(this.a,this.b.T(0,a),this.c*a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.il&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c}, +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"TextShadow("+this.a.j(0)+", "+this.b.j(0)+", "+A.f(this.c)+")"}} +A.lL.prototype={ +gu(a){return this.b}} +A.a9Q.prototype={} +A.lF.prototype={ +j(a){var s,r=A.u(this).j(0),q=this.a,p=A.cR(q[2],0),o=q[1],n=A.cR(o,0),m=q[4],l=A.cR(m,0),k=A.cR(q[3],0) +o=A.cR(o,0) +s=q[0] +return r+"(buildDuration: "+(A.f((p.a-n.a)*0.001)+"ms")+", rasterDuration: "+(A.f((l.a-k.a)*0.001)+"ms")+", vsyncOverhead: "+(A.f((o.a-A.cR(s,0).a)*0.001)+"ms")+", totalSpan: "+(A.f((A.cR(m,0).a-A.cR(s,0).a)*0.001)+"ms")+", layerCacheCount: "+q[6]+", layerCacheBytes: "+q[7]+", pictureCacheCount: "+q[8]+", pictureCacheBytes: "+q[9]+", frameNumber: "+B.b.gB(q)+")"}} +A.iK.prototype={ +I(){return"AppLifecycleState."+this.b}} +A.vk.prototype={ +I(){return"AppExitResponse."+this.b}} +A.i8.prototype={ +gcK(){var s=this.a,r=B.bq.i(0,s) +return r==null?s:r}, +gcU(){var s=this.c,r=B.bK.i(0,s) +return r==null?s:r}, +k(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(b instanceof A.i8)if(b.gcK()===this.gcK())s=b.gcU()==this.gcU() +else s=!1 +else s=!1 +return s}, +gt(a){return A.I(this.gcK(),null,this.gcU(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return this.B0("_")}, +B0(a){var s=this.gcK() +if(this.c!=null)s+=a+A.f(this.gcU()) +return s.charCodeAt(0)==0?s:s}} +A.a1E.prototype={ +I(){return"DartPerformanceMode."+this.b}} +A.t5.prototype={} +A.km.prototype={ +I(){return"PointerChange."+this.b}} +A.hy.prototype={ +I(){return"PointerDeviceKind."+this.b}} +A.rD.prototype={ +I(){return"PointerSignalKind."+this.b}} +A.jc.prototype={ +j(a){return"PointerData(x: "+A.f(this.x)+", y: "+A.f(this.y)+")"}} +A.yJ.prototype={} +A.cO.prototype={ +j(a){return"SemanticsAction."+this.b}} +A.cp.prototype={ +j(a){return"SemanticsFlag."+this.b}} +A.ad4.prototype={} +A.II.prototype={ +I(){return"FontStyle."+this.b}} +A.mh.prototype={ +I(){return"PlaceholderAlignment."+this.b}} +A.hp.prototype={ +j(a){var s=B.Y8.i(0,this.a) +s.toString +return s}} +A.lC.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.lC&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"FontFeature('"+this.a+"', "+this.b+")"}} +A.lE.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.lE&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"FontVariation('"+this.a+"', "+A.f(this.b)+")"}} +A.ir.prototype={ +I(){return"TextAlign."+this.b}} +A.A4.prototype={ +I(){return"TextBaseline."+this.b}} +A.kF.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.kF&&b.a===this.a}, +gt(a){return B.i.gt(this.a)}, +j(a){var s,r=this.a +if(r===0)return"TextDecoration.none" +s=A.a([],t.s) +if((r&1)!==0)s.push("underline") +if((r&2)!==0)s.push("overline") +if((r&4)!==0)s.push("lineThrough") +if(s.length===1)return"TextDecoration."+s[0] +return"TextDecoration.combine(["+B.b.bn(s,", ")+"])"}} +A.p2.prototype={ +I(){return"TextDecorationStyle."+this.b}} +A.Pm.prototype={ +I(){return"TextLeadingDistribution."+this.b}} +A.Pj.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +if(b instanceof A.Pj)s=b.c===this.c +else s=!1 +return s}, +gt(a){return A.I(!0,!0,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"TextHeightBehavior(applyHeightToFirstAscent: true, applyHeightToLastDescent: true, leadingDistribution: "+this.c.j(0)+")"}} +A.jn.prototype={ +I(){return"TextDirection."+this.b}} +A.eN.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.eN&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"TextBox.fromLTRBD("+B.c.a5(s.a,1)+", "+B.c.a5(s.b,1)+", "+B.c.a5(s.c,1)+", "+B.c.a5(s.d,1)+", "+s.e.j(0)+")"}} +A.A3.prototype={ +I(){return"TextAffinity."+this.b}} +A.c0.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.c0&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return A.u(this).j(0)+"(offset: "+this.a+", affinity: "+this.b.j(0)+")"}} +A.dx.prototype={ +gmU(){return this.a>=0&&this.b>=0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.dx&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(B.i.gt(this.a),B.i.gt(this.b),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} +A.mg.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.mg&&b.a===this.a}, +gt(a){return B.c.gt(this.a)}, +j(a){return A.u(this).j(0)+"(width: "+A.f(this.a)+")"}} +A.ES.prototype={ +I(){return"BoxHeightStyle."+this.b}} +A.a0b.prototype={ +I(){return"BoxWidthStyle."+this.b}} +A.Ad.prototype={ +I(){return"TileMode."+this.b}} +A.a2i.prototype={} +A.qI.prototype={} +A.OC.prototype={} +A.EV.prototype={ +I(){return"Brightness."+this.b}} +A.a0x.prototype={ +k(a,b){if(b==null)return!1 +return this===b}, +gt(a){return A.A.prototype.gt.call(this,this)}} +A.IT.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +if(b instanceof A.IT)s=!0 +else s=!1 +return s}, +gt(a){return A.I(null,null,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} +A.a_T.prototype={ +tI(a){var s,r,q +if(A.iu(a,0,null).gPG())return A.De(B.k3,a,B.a1,!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.De(B.k3,s+"assets/"+a,B.a1,!1)}} +A.ao9.prototype={ +$1(a){return this.SW(a)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +SW(a){var s=0,r=A.V(t.H) +var $async$$1=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:s=2 +return A.a4(A.ap9(a),$async$$1) +case 2:return A.T(null,r)}}) +return A.U($async$$1,r)}, +$S:288} +A.aoa.prototype={ +$0(){var s=0,r=A.V(t.P),q=this +var $async$$0=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:q.a.$0() +s=2 +return A.a4(A.at1(),$async$$0) +case 2:q.b.$0() +return A.T(null,r)}}) +return A.U($async$$0,r)}, +$S:67} +A.a0j.prototype={ +FS(a){return $.aAa.bm(a,new A.a0k(a))}} +A.a0k.prototype={ +$0(){return t.e.a(A.bi(this.a))}, +$S:86} +A.a4X.prototype={ +BO(a){var s=new A.a5_(a) +A.c6(self.window,"popstate",B.mu.FS(s),null) +return new A.a4Z(this,s)}, +Ta(){var s=self.window.location.hash +if(s.length===0||s==="#")return"/" +return B.d.cj(s,1)}, +FW(){return A.avc(self.window.history)}, +QO(a){var s,r=a.length===0||a==="/"?"":"#"+a,q=self.window.location.pathname +if(q==null)q=null +q.toString +s=self.window.location.search +if(s==null)s=null +s.toString +return q+s+r}, +Rk(a,b,c){var s=this.QO(c),r=self.window.history,q=A.am(a) +if(q==null)q=t.K.a(q) +r.pushState(q,b,s)}, +nc(a,b,c){var s,r=this.QO(c),q=self.window.history +if(a==null)s=null +else{s=A.am(a) +if(s==null)s=t.K.a(s)}q.replaceState(s,b,r)}, +tR(a){var s=self.window.history +s.go(a) +return this.a7m()}, +a7m(){var s=new A.a9($.ad,t.U),r=A.aR("unsubscribe") +r.b=this.BO(new A.a4Y(r,new A.bc(s,t.gR))) +return s}} +A.a5_.prototype={ +$1(a){var s=t.e.a(a).state +if(s==null)s=null +else{s=A.asU(s) +s.toString}this.a.$1(s)}, +$S:287} +A.a4Z.prototype={ +$0(){var s=this.b +A.ee(self.window,"popstate",B.mu.FS(s),null) +$.aAa.v(0,s) +return null}, +$S:0} +A.a4Y.prototype={ +$1(a){this.a.ai().$0() +this.b.j6()}, +$S:5} +A.a9W.prototype={} +A.IP.prototype={ +D(a,b){var s,r,q=this +if(q.b)throw A.d(A.ar("The FutureGroup is closed.")) +s=q.e +r=s.length +s.push(null);++q.a +b.bp(new A.a4n(q,r),t.P).jR(new A.a4o(q))}} +A.a4n.prototype={ +$1(a){var s,r,q=this.a,p=q.c +if((p.a.a&30)!==0)return null +s=--q.a +r=q.e +r[this.b]=a +if(s!==0)return null +if(!q.b)return null +q=q.$ti.h("dd<1>") +p.d2(A.a1(new A.dd(r,q),!0,q.h("p.E")))}, +$S(){return this.a.$ti.h("ba(1)")}} +A.a4o.prototype={ +$2(a,b){var s=this.a.c +if((s.a.a&30)!==0)return null +s.l5(a,b)}, +$S:26} +A.lz.prototype={ +gQ1(){return!0}, +gNi(){return null}, +gNc(){return this}, +MW(a){a.j4(this.a,this.b)}, +gt(a){return(J.v(this.a)^A.h3(this.b)^492929599)>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof A.lz&&J.c(this.a,b.a)&&this.b===b.b}, +$iNV:1} +A.jr.prototype={ +gQ1(){return!1}, +gNi(){return this}, +gNc(){return null}, +MW(a){a.D(0,this.a)}, +gt(a){return(J.v(this.a)^842997089)>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof A.jr&&J.c(this.a,b.a)}, +$iNV:1} +A.zY.prototype={ +Uz(a){var s,r,q,p=this,o=A.zX(null,p.ga43(),p.ga6p(),p.ga6r(),!1,p.$ti.c) +o.r=new A.adM(p,o) +for(s=p.c,r=s.length,q=0;q"))}, +a44(){var s,r=this +if(r.f)return +s=r.b +if(s!=null)s.kx() +else r.b=r.a.lx(r.ga6n(),r.ga3U(),r.ga3W())}, +a6q(){if(!this.d.oE(0,new A.adL(this)))return +this.b.lF()}, +a6s(){this.b.kx()}, +a6m(a){var s=this.d +s.v(0,a) +if(s.a!==0)return +this.b.lF()}, +a6o(a){var s,r,q +this.c.push(new A.jr(a,this.$ti.h("jr<1>"))) +for(s=this.d,s=A.dz(s,s.r),r=A.j(s).c;s.q();){q=s.d;(q==null?r.a(q):q).D(0,a)}}, +a3X(a,b){var s,r,q +this.c.push(new A.lz(a,b)) +for(s=this.d,s=A.dz(s,s.r),r=A.j(s).c;s.q();){q=s.d;(q==null?r.a(q):q).j4(a,b)}}, +a3V(){var s,r,q,p +this.f=!0 +for(s=this.d,s=A.dz(s,s.r),r=this.e,q=A.j(s).c;s.q();){p=s.d +r.D(0,(p==null?q.a(p):p).aG())}}} +A.adM.prototype={ +$0(){return this.a.a6m(this.b)}, +$S:0} +A.adL.prototype={ +$1(a){return a.gQ3()}, +$S(){return this.a.$ti.h("z(oY<1>)")}} +A.adS.prototype={ +gH(){var s=this,r=s.d +return r==null?s.d=B.d.U(s.a,s.b,s.c):r}, +q(){return this.Z1(1,this.c)}, +Z1(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(a>0){s=j.c +for(r=j.a,q=r.length,p=176;ss;){p=k.c=q-1 +o=r.charCodeAt(p) +if((o&64512)!==56320){p=k.d=j.charCodeAt(k.d&240|A.E_(o)) +if(((p>=208?k.d=A.at6(r,s,k.c,p):p)&1)===0)return q +continue}if(p>=s){n=r.charCodeAt(p-1) +if((n&64512)===55296){m=A.n3(n,o) +p=--k.c}else m=2}else m=2 +l=k.d=j.charCodeAt(k.d&240|m) +if(((l>=208?k.d=A.at6(r,s,p,l):l)&1)===0)return q}p=k.d=j.charCodeAt(k.d&240|15) +if(((p>=208?k.d=A.at6(r,s,q,p):p)&1)===0)return k.c +return-1}} +A.HJ.prototype={ +e1(a,b){return J.c(a,b)}, +ed(a){return J.v(a)}} +A.nU.prototype={ +e1(a,b){var s,r,q,p +if(a==null?b==null:a===b)return!0 +if(a==null||b==null)return!1 +s=J.aA(a) +r=J.aA(b) +for(q=this.a;!0;){p=s.q() +if(p!==r.q())return!1 +if(!p)return!0 +if(!q.e1(s.gH(),r.gH()))return!1}}, +ed(a){var s,r,q +for(s=J.aA(a),r=this.a,q=0;s.q();){q=q+r.ed(s.gH())&2147483647 +q=q+(q<<10>>>0)&2147483647 +q^=q>>>6}q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.r9.prototype={ +e1(a,b){var s,r,q,p,o +if(a===b)return!0 +s=J.br(a) +r=s.gu(a) +q=J.br(b) +if(r!==q.gu(b))return!1 +for(p=this.a,o=0;o>>0)&2147483647 +q^=q>>>6}q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.mV.prototype={ +e1(a,b){var s,r,q,p,o +if(a===b)return!0 +s=this.a +r=A.i1(s.gDl(),s.gacf(),s.gadc(),A.j(this).h("mV.E"),t.S) +for(s=J.aA(a),q=0;s.q();){p=s.gH() +o=r.i(0,p) +r.n(0,p,(o==null?0:o)+1);++q}for(s=J.aA(b);s.q();){p=s.gH() +o=r.i(0,p) +if(o==null||o===0)return!1 +r.n(0,p,o-1);--q}return q===0}, +ed(a){var s,r,q +for(s=J.aA(a),r=this.a,q=0;s.q();)q=q+r.ed(s.gH())&2147483647 +q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.tJ.prototype={} +A.t8.prototype={} +A.ui.prototype={ +gt(a){var s=this.a +return 3*s.a.ed(this.b)+7*s.b.ed(this.c)&2147483647}, +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.ui){s=this.a +s=s.a.e1(this.b,b.b)&&s.b.e1(this.c,b.c)}else s=!1 +return s}} +A.xO.prototype={ +e1(a,b){var s,r,q,p,o +if(a===b)return!0 +if(a.gu(a)!==b.gu(b))return!1 +s=A.i1(null,null,null,t.PJ,t.S) +for(r=a.gbx(),r=r.gR(r);r.q();){q=r.gH() +p=new A.ui(this,q,a.i(0,q)) +o=s.i(0,p) +s.n(0,p,(o==null?0:o)+1)}for(r=b.gbx(),r=r.gR(r);r.q();){q=r.gH() +p=new A.ui(this,q,b.i(0,q)) +o=s.i(0,p) +if(o==null||o===0)return!1 +s.n(0,p,o-1)}return!0}, +ed(a){var s,r,q,p,o,n,m,l +for(s=a.gbx(),s=s.gR(s),r=this.a,q=this.b,p=this.$ti.z[1],o=0;s.q();){n=s.gH() +m=r.ed(n) +l=a.i(0,n) +o=o+3*m+7*q.ed(l==null?p.a(l):l)&2147483647}o=o+(o<<3>>>0)&2147483647 +o^=o>>>11 +return o+(o<<15>>>0)&2147483647}} +A.w9.prototype={ +e1(a,b){var s,r=this,q=t.Ro +if(q.b(a))return q.b(b)&&new A.t8(r,t.n5).e1(a,b) +q=t.f +if(q.b(a))return q.b(b)&&new A.xO(r,r,t.Dx).e1(a,b) +if(!r.b){q=t.j +if(q.b(a))return q.b(b)&&new A.r9(r,t.wO).e1(a,b) +q=t.JY +if(q.b(a))return q.b(b)&&new A.nU(r,t.K9).e1(a,b)}else{q=t.JY +if(q.b(a)){s=t.j +if(s.b(a)!==s.b(b))return!1 +return q.b(b)&&new A.tJ(r,t.N2).e1(a,b)}}return J.c(a,b)}, +ed(a){var s=this +if(t.Ro.b(a))return new A.t8(s,t.n5).ed(a) +if(t.f.b(a))return new A.xO(s,s,t.Dx).ed(a) +if(!s.b){if(t.j.b(a))return new A.r9(s,t.wO).ed(a) +if(t.JY.b(a))return new A.nU(s,t.K9).ed(a)}else if(t.JY.b(a))return new A.tJ(s,t.N2).ed(a) +return J.v(a)}, +ade(a){!t.JY.b(a) +return!0}} +A.J1.prototype={ +uE(a){var s=this.b[a] +if(s==null){this.$ti.c.a(null) +s=null}return s}, +gu(a){return this.c}, +j(a){var s=this.b +return A.aw1(A.eM(s,0,A.fm(this.c,"count",t.S),A.a6(s).c),"(",")")}, +Zh(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.vI.prototype={ +I(){return"ClauseType."+this.b}} +A.akK.prototype={ +EM(a){var s,r,q,p=this,o=A.a([],t.Jv),n=p.d +n===$&&A.b() +while(!0){if(!(!p.bs(1)&&p.d.a!==7))break +s=p.th() +if(s!=null)o.push(s) +else break}r=p.d +q=r.a +if(!(q===1||q===67))p.da("premature end of file unknown CSS",r.b) +n=p.a7(n.b) +r=new A.OZ(o,n) +r.YF(o,n) +return r}, +DZ(){if(this.bs(1)){var s=this.d +s===$&&A.b() +this.da("unexpected end of file",s.b) +return!0}else return!1}, +aU(){var s=this,r=s.d +r===$&&A.b() +s.c=r +s.d=s.a.fW(!1) +return r}, +jJ(a,b){var s=this,r=s.d +r===$&&A.b() +if(r.a===a){s.c=r +s.d=s.a.fW(b) +return!0}else return!1}, +bs(a){return this.jJ(a,!1)}, +IH(a,b){if(!this.jJ(a,b))this.nM(A.Py(a))}, +bJ(a){return this.IH(a,!1)}, +nM(a){var s,r=this.aU(),q=null +try{q="expected "+a+", but found "+A.f(r)}catch(s){q="parsing error expected "+a}this.da(q,r.b)}, +da(a,b){$.bz.aD().aaN(0,a,b)}, +BG(a,b){$.bz.aD().agH(a,b)}, +a7(a){var s=this.c +if(s==null||s.b.aJ(0,a)<0)return a +return a.fL(0,this.c.b)}, +R1(){var s,r=A.a([],t.HC) +do{s=this.aeR() +if(s!=null)r.push(s) +else break}while(this.bs(19)) +return r}, +aeR(){var s,r,q,p,o,n,m,l,k,j=this,i=j.d +i===$&&A.b() +s=i.b +r=i.gav() +i=A.tz(B.r9,"type",r,0,r.length)===-1 +if(!i){$.bz.aD() +j.aU() +s=j.d.b}q=j.d.a===511?j.cF():null +p=A.a([],t.M2) +for(o=q==null,n=!o,m=j.a;!0;){l=p.length!==0||n +if(l){r=j.d.gav() +if(A.tz(B.r9,"type",r,0,r.length)!==667)break +j.c=j.d +j.d=m.fW(!1)}k=j.aeQ(l) +if(k==null)break +p.push(k)}if(!i||!o||p.length!==0)return new A.y4(p,j.a7(s)) +return null}, +aeQ(a){var s,r,q=this,p=q.d +p===$&&A.b() +if(q.bs(2))if(q.d.a===511){q.cF() +if(q.bs(17))s=q.lI() +else{r=q.a7(q.d.b) +s=new A.nv(A.a([],t.zZ),r)}if(q.bs(3))return new A.y3(s,q.a7(p.b)) +else $.bz.aD()}else $.bz.aD() +return null}, +QT(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=null,a1=a.d +a1===$&&A.b() +s=a1.b +r=a.aeW() +if(r instanceof A.tK)return r +A.dp(r) +switch(r){case 641:a.aU() +if(a.d.a===511){q=a.tg(a.cF()) +p=q instanceof A.kM?q.d:a0}else p=a.jn(!1) +o=a.R1() +if(p==null)a.da("missing import string",a.d.b) +p.toString +B.d.nf(p) +return new A.Ji(o,a.a7(s)) +case 642:a.aU() +n=a.R1() +m=A.a([],t.Jv) +if(a.bs(6)){for(;!a.bs(1);){l=a.th() +if(l==null)break +m.push(l)}if(!a.bs(7))a.da("expected } after ruleset for @media",a.d.b)}else a.da("expected { after media before ruleset",a.d.b) +return new A.LS(n,m,a.a7(s)) +case 653:a.aU() +m=A.a([],t.Jv) +if(a.bs(6)){for(;!a.bs(1);){l=a.th() +if(l==null)break +m.push(l)}if(!a.bs(7))a.da("expected } after ruleset for @host",a.d.b)}else a.da("expected { after host before ruleset",a.d.b) +return new A.J4(m,a.a7(s)) +case 643:a.aU() +if(a.d.a===511)a.cF() +if(a.bs(17))if(a.d.a===511){a.cF() +$.bz.aD()}return new A.My(a.aeP(),a.a7(s)) +case 644:a.aU() +a.jn(!1) +return new A.F9(a.a7(s)) +case 646:case 647:case 648:case 650:case 649:if(r===649)$.bz.aD() +a.aU() +k=a.d.a===511?a.cF():a0 +a.bJ(6) +a1=a.a7(s) +j=A.a([],t.Rr) +i=t.zZ +h=t.q_ +do{g=a.a7(s) +f=A.a([],i) +do f.push(h.a(a.ti())) +while(a.bs(19)) +j.push(new A.xx(new A.nv(f,g),a.tf(),a.a7(s)))}while(!a.bs(7)&&!a.DZ()) +return new A.JA(k,j,a1) +case 651:a.aU() +return new A.IG(a.tf(),a.a7(s)) +case 645:a.aU() +k=a.d.a===511?a.cF():a0 +a.bJ(6) +e=A.a([],t.Jv) +a1=a.d +for(;!a.bs(1);){l=a.th() +if(l==null)break +e.push(l)}a.bJ(7) +A.bm(k) +return new A.P0(e,a.a7(a1.b)) +case 652:a.aU() +d=a.d.a===511?a.cF():a0 +if(a.d.a===511)a.tg(a.cF()) +else if(d!=null&&d.b==="url")a.tg(d) +else a.jn(!1) +return new A.M3(a.a7(s)) +case 654:return a.aeS() +case 655:return a.aeO(a.a7(s)) +case 656:a.BG("@content not implemented.",a.a7(s)) +return a0 +case 658:return a.aeM() +case 659:a1=a.d +a.aU() +c=a.R5() +a.bJ(6) +b=a.QZ() +a.bJ(7) +return new A.P3(c,b,a.a7(a1.b)) +case 660:case 661:a1=a.d +return new A.PW(a.aU().gav(),a.tf(),a.a7(a1.b))}return a0}, +aeS(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=null +a3.aU() +s=a3.cF() +r=t.Jv +q=A.a([],r) +if(a3.bs(2))for(p=$.bz.a,o=t.d,n=!1,m=!0;m;){l=a3.R9(!0) +if(l instanceof A.tK||l instanceof A.Am)q.push(o.a(l)) +else if(n){k=a3.d +k===$&&A.b() +j=a3.a7(k.b) +k=$.bz.b +if(k===$.bz)A.F(A.eI(p)) +i=k.b +k.c.push(new A.ht(B.dg,"Expecting parameter",j,i.w)) +m=!1}if(a3.bs(19)){n=!0 +continue}m=!a3.bs(3)}a3.bJ(6) +h=A.a([],r) +p=a3.d +p===$&&A.b() +g=p.b +p=$.bz.a +o=t.Ek +while(!0){if(!!a3.bs(1)){f=a4 +break}c$1:{e=a3.QT() +if(e!=null){h.push(e) +break c$1}d=a3.QS(!1) +k=d.b +if(B.b.dC(k,new A.akL())){c=A.a([],o) +for(i=h.length,b=0;b1114111)g.da(e,g.a7(s)) +if(g.jJ(34,!0))if(g.jJ(61,!0)){i=A.dC("0x"+g.c.gav(),f) +if(i>1114111)g.da(e,g.a7(s)) +if(j>i)g.da("unicode first range can not be greater than last",g.a7(s))}}else if(g.jJ(509,!0))g.c.gav() +return new A.PJ(g.a7(s)) +case 10:$.bz.aD() +g.aU() +h=g.lI() +$.bz.aD() +d=h.c +d[0]=new A.An(t.C.a(d[0]).d,A.a([],t.zZ),g.a7(s)) +return d +default:if(A.arU(d))return r.$0() +else return f}}, +ti(){return this.R7(!1)}, +EU(a,b,c){var s,r,q=this,p=q.d +p===$&&A.b() +s=p.a +switch(s){case 600:c=c.fL(0,q.aU().b) +r=new A.dU(b,a.gav(),c) +break +case 601:c=c.fL(0,q.aU().b) +r=new A.Il(b,a.gav(),c) +break +case 602:case 603:case 604:case 605:case 606:case 607:c=c.fL(0,q.aU().b) +r=new A.dk(s,b,a.gav(),c) +break +case 608:case 609:case 610:case 611:c=c.fL(0,q.aU().b) +r=new A.En(s,b,a.gav(),c) +break +case 612:case 613:c=c.fL(0,q.aU().b) +r=new A.Pw(s,b,a.gav(),c) +break +case 614:case 615:c=c.fL(0,q.aU().b) +r=new A.IM(s,b,a.gav(),c) +break +case 24:c=c.fL(0,q.aU().b) +r=new A.hx(b,a.gav(),c) +break +case 617:c=c.fL(0,q.aU().b) +r=new A.IK(b,a.gav(),c) +break +case 618:case 619:case 620:c=c.fL(0,q.aU().b) +r=new A.NU(s,b,a.gav(),c) +break +case 621:c=c.fL(0,q.aU().b) +r=new A.F7(s,b,a.gav(),c) +break +case 622:c=c.fL(0,q.aU().b) +r=new A.ej(s,b,a.gav(),c) +break +case 623:case 624:case 625:case 626:c=c.fL(0,q.aU().b) +r=new A.PX(s,b,a.gav(),c) +break +case 627:case 628:c=c.fL(0,q.aU().b) +r=new A.JL(s,b,a.gav(),c) +break +default:r=b instanceof A.k7?new A.aC(b,b.b,c):new A.cV(b,a.gav(),c)}return r}, +jn(a){var s,r,q,p,o,n=this,m=n.d +m===$&&A.b() +s=a?3:-1 +r=n.a +q=r.c +r.c=!1 +p=m.a +switch(p){case 25:n.aU() +s=25 +break +case 26:n.aU() +s=26 +break +default:if(a){if(p===2)n.aU() +s=3}else n.da("unexpected string",n.a7(m.b)) +break}m="" +while(!0){p=n.d +o=p.a +if(!(o!==s&&o!==1))break +n.c=p +n.d=r.fW(!1) +m+=p.gav()}r.c=q +if(s!==3)n.aU() +return m.charCodeAt(0)==0?m:m}, +R_(a){var s,r,q,p,o,n,m=this,l=null,k=m.d +k===$&&A.b() +s=k.a +if(s===9||s===7){k=A.ho(a.a,a.b) +r=m.d.b +r=m.a.adJ(k.b,A.ho(r.a,r.b).b).b +k=r.b +q=r.c +p=r.a.c +return new A.aC(A.c1(B.bs.b6(p,k,q),0,l),A.c1(B.bs.b6(p,k,q),0,l),r)}for(o=0;k=m.d.a,k!==1;)switch(k){case 2:if(!m.jJ(2,!1))m.nM(A.Py(2));++o +break +case 3:if(!m.jJ(3,!1))m.nM(A.Py(3));--o +if(o===0){k=m.a +r=a.a +q=a.b +new A.eF(r,q).hx(r,q) +r=m.d.b +p=r.a +r=r.b +new A.eF(p,r).hx(p,r) +B.d.U(k.b,q,r) +k=k.a +p=new A.df(k,q,r) +p.ep(k,q,r) +k=k.c +n=k.length +return new A.aC(A.c1(new Uint32Array(k.subarray(q,A.iF(q,r,n))),0,l),A.c1(new Uint32Array(k.subarray(q,A.iF(q,r,n))),0,l),p)}break +default:if(!m.jJ(k,!1))m.nM(A.Py(k))}}, +aeK(){var s,r,q,p,o,n=this,m=n.a,l=m.c +m.c=!1 +s=new A.bb("") +r=1 +q=!1 +while(!0){p=n.d +p===$&&A.b() +o=p.a +if(!(o!==1&&!q))break +if(o===2)++r +else if(o===3)--r +q=r===0 +if(!q){n.c=p +n.d=m.fW(!1) +s.a+=p.gav()}}if(!q)n.da("problem parsing function expected ), ",p.b) +m.c=l +m=s.a +return m.charCodeAt(0)==0?m:m}, +aeJ(a){var s,r,q,p=this,o=p.d +o===$&&A.b() +s=o.b +r=a.b +if(B.a62.p(0,r)){q=p.aeK() +o=p.a7(s) +if(!p.bs(3))p.da("problem parsing function expected ), ",p.d.b) +return new A.F1(new A.aC(q,q,o),r,r,p.a7(s))}return null}, +tg(a){var s,r,q,p,o,n,m=this,l=m.d +l===$&&A.b() +s=l.b +r=a.b +switch(r){case"url":q=m.jn(!0) +l=m.d +if(l.a===1)m.da("problem parsing URI",l.b) +if(m.d.a===3)m.aU() +return new A.kM(q,q,m.a7(s)) +case"var":p=m.lI() +if(!m.bs(3))m.da("problem parsing var expected ), ",m.d.b) +$.bz.aD() +l=p.c +o=t.C.a(l[0]) +n=l.length>=3?B.b.e6(l,2):A.a([],t.zZ) +return new A.An(o.d,n,m.a7(s)) +default:p=m.lI() +if(!m.bs(3))m.da("problem parsing function expected ), ",m.d.b) +return new A.lG(p,r,r,m.a7(s))}}, +cF(){var s=this.aU(),r=s.a +if(r!==511&&!A.arU(r)){$.bz.aD() +return new A.k7("",this.a7(s.b))}return new A.k7(s.gav(),this.a7(s.b))}, +AY(a,b){var s,r,q,p,o +for(s=a.length,r=0,q=0;q>>0)+p}if(s===6&&a[0]===a[1]&&a[2]===a[3]&&a[4]===a[5])a=a[0]+a[2]+a[4] +else if(s===4&&a[0]===a[1]&&a[2]===a[3])a=a[0]+a[2] +else if(s===2&&a[0]===a[1])a=a[0] +return new A.lH(r,a,b)}} +A.akL.prototype={ +$1(a){return a instanceof A.hU&&!(a instanceof A.lM)}, +$S:284} +A.akM.prototype={ +$0(){var s,r,q,p=this,o=p.a,n=o.cF(),m=p.b +if(!m&&o.bs(2)){s=o.aeJ(n) +if(s!=null)return s +return o.tg(n)}if(m){m=o.bs(17)&&n.b.toLowerCase()==="progid" +r=p.c +if(m)return o.R_(r) +else return o.R_(r)}m=n.b +if(m==="from")return new A.aC(n,m,o.a7(p.c)) +q=A.aMM(m) +if(q==null){$.bz.aD() +return new A.aC(n,m,o.a7(p.c))}return o.AY(A.aML(A.dp(q.i(0,"value")),6),o.a7(p.c))}, +$S:80} +A.wE.prototype={ +QX(){var s,r,q,p,o=this,n=null,m=o.a,l=m.c,k=n,j=!1 +while(!0){r=o.b +if(!(r10)r=B.d.U(r,0,8)+"..." +return s+"("+r+")"}else return s}} +A.a7w.prototype={} +A.a61.prototype={ +gav(){return this.c}} +A.afm.prototype={ +fW(a){var s,r,q,p,o,n,m,l,k,j=this +j.r=j.f +s=j.nW() +switch(s){case 10:case 13:case 32:case 9:return j.ab7() +case 0:return j.b1(1) +case 64:r=j.nX() +if(A.Pz(r)||r===45){q=j.f +p=j.r +j.r=q +j.nW() +j.wG() +o=j.b +n=j.r +m=A.tz(B.ug,"type",o,n,j.f-n) +if(m===-1){n=j.r +m=A.tz(B.uI,"type",o,n,j.f-n)}if(m!==-1)return j.b1(m) +else{j.r=p +j.f=q}}return j.b1(10) +case 46:l=j.r +if(j.adU())if(j.wH().a===60){j.r=l +return j.b1(62)}else return j.b1(65) +return j.b1(8) +case 40:return j.b1(2) +case 41:return j.b1(3) +case 123:return j.b1(6) +case 125:return j.b1(7) +case 91:return j.b1(4) +case 93:if(j.cN(93)&&j.cN(62))return j.p6() +return j.b1(5) +case 35:return j.b1(11) +case 43:if(j.Kj(s))return j.wH() +return j.b1(12) +case 45:if(j.d||a)return j.b1(34) +else if(j.Kj(s))return j.wH() +else if(A.Pz(s)||s===45)return j.wG() +return j.b1(34) +case 62:return j.b1(13) +case 126:if(j.cN(61))return j.b1(530) +return j.b1(14) +case 42:if(j.cN(61))return j.b1(534) +return j.b1(15) +case 38:return j.b1(36) +case 124:if(j.cN(61))return j.b1(531) +return j.b1(16) +case 58:return j.b1(17) +case 44:return j.b1(19) +case 59:return j.b1(9) +case 37:return j.b1(24) +case 39:return j.b1(25) +case 34:return j.b1(26) +case 47:if(j.cN(42))return j.ab6() +return j.b1(27) +case 60:if(j.cN(33))if(j.cN(45)&&j.cN(45))return j.ab5() +else{if(j.cN(91)){o=j.Q.a +o=j.cN(o.charCodeAt(0))&&j.cN(o.charCodeAt(1))&&j.cN(o.charCodeAt(2))&&j.cN(o.charCodeAt(3))&&j.cN(o.charCodeAt(4))&&j.cN(91)}else o=!1 +if(o)return j.p6()}return j.b1(32) +case 61:return j.b1(28) +case 94:if(j.cN(61))return j.b1(532) +return j.b1(30) +case 36:if(j.cN(61))return j.b1(533) +return j.b1(31) +case 33:return j.wG() +default:if(!j.e&&s===92)return j.b1(35) +if(a)if(j.adV()){j.OQ(j.b.length) +k=j.b1(61) +if(j.Qq()){j.OR() +j.b1(509)}return k}else if(j.Qq()){j.OR() +return j.b1(509)}else return j.b1(65) +else{if(j.c)o=(s===j.w||s===j.x)&&j.nX()===j.y +else o=!1 +if(o){j.nW() +j.r=j.f +return j.b1(508)}else{o=s===118 +if(o&&j.cN(97)&&j.cN(114)&&j.cN(45))return j.b1(400) +else if(o&&j.cN(97)&&j.cN(114)&&j.nX()===45)return j.b1(401) +else if(A.Pz(s)||s===45)return j.wG() +else if(s>=48&&s<=57)return j.wH()}}return j.b1(65)}}, +p6(){return this.fW(!1)}, +wG(){var s,r,q,p,o,n,m,l,k,j=this,i=A.a([],t.t),h=j.f +j.f=j.r +r=j.b +s=r.length +while(!0){q=j.f +if(!(q=h)if(j.d)if(!A.Pz(p))n=p>=48&&p<=57 +else n=!0 +else{if(!A.Pz(p))n=p>=48&&p<=57 +else n=!0 +n=n||p===45}else n=!0 +if(n){i.push(p);++j.f}else{s=q +break}}}m=j.a.u6(j.r,s) +l=A.c1(i,0,null) +if(!j.d&&!j.e){s=j.r +k=A.tz(B.rs,"unit",r,s,j.f-s)}else k=-1 +if(k===-1)k=B.d.U(r,j.r,j.f)==="!important"?505:-1 +return new A.a61(l,k>=0?k:511,m)}, +wH(){var s,r=this +r.OP() +if(r.nX()===46){r.nW() +s=r.nX() +if(s>=48&&s<=57){r.OP() +return r.b1(62)}else --r.f}return r.b1(60)}, +adU(){var s=this.f,r=this.b +if(s=48&&r<=57}else r=!1 +if(r){this.f=s+1 +return!0}return!1}, +OQ(a){var s,r,q=this.b +a=Math.min(a,q.length) +for(;s=this.f,s=48&&r<=57))if(!(r>=97&&r<=102))r=r>=65&&r<=70 +else r=!0 +else r=!0 +if(r)this.f=s+1 +else return}}, +adV(){var s=this.f,r=this.b +if(s=48&&a<=57)return!0 +s=this.nX() +if(a===46)return s>=48&&s<=57 +if(a===43||a===45){if(!(s>=48&&s<=57))if(s===46){r=this.Ky(1) +r=r>=48&&r<=57}else r=!1 +else r=!0 +return r}return!1}, +b1(a){return new A.jq(a,this.a.u6(this.r,this.f))}, +ab7(){var s,r,q,p,o=this,n=--o.f +for(s=o.b,r=s.length;n=48&&p<=57)this.f=q+1 +else return}}, +adJ(a,b){B.d.U(this.b,a,b) +return new A.a7w(500,this.a.u6(a,b))}} +A.ri.prototype={ +I(){return"MessageLevel."+this.b}} +A.ht.prototype={ +j(a){var s=this,r=s.d&&B.A7.X(s.a),q=r?B.A7.i(0,s.a):null,p=r?""+A.f(q):"" +p=p+A.f(B.a1G.i(0,s.a))+" " +if(r)p+="\x1b[0m" +p=p+"on "+s.c.Qu(s.b,q) +return p.charCodeAt(0)==0?p:p}} +A.a7V.prototype={ +aaN(a,b,c){var s=new A.ht(B.dh,b,c,this.b.w) +this.c.push(s) +this.a.$1(s)}, +agH(a,b){this.c.push(new A.ht(B.dg,a,b,this.b.w))}, +ae_(a){var s=a.c +B.b.K(this.c,s) +new A.aX(s,new A.a7W(this),A.a6(s).h("aX<1>")).a1(0,this.a)}} +A.a7W.prototype={ +$1(a){return a.a===B.dh||!1}, +$S:280} +A.aai.prototype={} +A.k7.prototype={ +S(a){return null}, +j(a){var s=this.a +s=A.c1(B.bs.b6(s.a.c,s.b,s.c),0,null) +return s}, +gcf(){return this.b}} +A.mJ.prototype={ +S(a){return null}, +gcf(){return"*"}} +A.Pt.prototype={ +S(a){return null}, +gcf(){return"&"}} +A.Mc.prototype={ +S(a){return null}, +gcf(){return"not"}} +A.F1.prototype={ +S(a){return null}, +j(a){return this.d+"("+this.f.j(0)+")"}} +A.Op.prototype={ +S(a){return a.FF(this)}} +A.oR.prototype={ +gu(a){return this.b.length}, +S(a){return a.FE(this)}} +A.zE.prototype={ +S(a){this.c.S(a) +return null}, +j(a){return A.bm(this.c.b.gcf())}} +A.fa.prototype={ +gcf(){return A.bm(this.b.gcf())}, +S(a){return t.d.a(this.b).S(a)}} +A.nr.prototype={ +S(a){return a.Su(this)}, +j(a){return A.bm(this.b.gcf())}} +A.M4.prototype={ +gQx(){var s=this.d +if(s instanceof A.mJ)s="*" +else s=s==null?"":t.ML.a(s).b +return s}, +S(a){return a.Sy(this)}, +j(a){return this.gQx()+"|"+A.bm(t.yJ.a(this.b).b.gcf())}} +A.EA.prototype={ +adO(){switch(this.d){case 28:return"=" +case 530:return"~=" +case 531:return"|=" +case 532:return"^=" +case 533:return"$=" +case 534:return"*=" +case 535:return""}return null}, +ags(){var s=this.e +if(s!=null)if(s instanceof A.k7)return s.j(0) +else return'"'+A.f(s)+'"' +else return""}, +S(a){return a.Sp(this)}, +j(a){return"["+A.bm(this.b.gcf())+A.f(this.adO())+this.ags()+"]"}} +A.Jb.prototype={ +S(a){return a.Sv(this)}, +j(a){return"#"+A.f(this.b)}} +A.Fo.prototype={ +S(a){return a.Sq(this)}, +j(a){return"."+A.f(this.b)}} +A.rK.prototype={ +S(a){return a.SB(this)}, +j(a){return":"+A.bm(this.b.gcf())}} +A.rL.prototype={ +S(a){return a.SD(this)}, +j(a){var s=this.d?":":"::" +return s+A.bm(this.b.gcf())}} +A.yN.prototype={ +S(a){return a.SA(this)}} +A.Ng.prototype={ +S(a){return a.SC(this)}} +A.t4.prototype={ +gh2(){var s=this.a +s.toString +return s}, +S(a){a.cA(this.b) +return null}} +A.Md.prototype={ +S(a){return a.Sz(this)}} +A.OZ.prototype={ +YF(a,b){var s,r +for(s=this.b.length,r=0;r#"+A.b1(this)+"("+this.xZ()+")"}, +xZ(){switch(this.gbg().a){case 1:return"\u25b6" +case 2:return"\u25c0" +case 3:return"\u23ed" +case 0:return"\u23ee"}}} +A.tN.prototype={ +I(){return"_AnimationDirection."+this.b}} +A.Eq.prototype={ +I(){return"AnimationBehavior."+this.b}} +A.pV.prototype={ +gl(){var s=this.x +s===$&&A.b() +return s}, +sl(a){var s=this +s.fC() +s.AB(a) +s.aq() +s.pW()}, +gfw(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.w +s.toString +return s.eP(this.y.a/1e6)}, +AB(a){var s=this,r=s.a,q=s.b,p=s.x=A.a_(a,r,q) +if(p===r)s.Q=B.a4 +else if(p===q)s.Q=B.ao +else s.Q=s.z===B.aJ?B.bQ:B.bi}, +gbg(){var s=this.Q +s===$&&A.b() +return s}, +iA(a){var s=this +s.z=B.aJ +if(a!=null)s.sl(a) +return s.HE(s.b)}, +cP(){return this.iA(null)}, +afM(a){this.z=B.lX +return this.HE(this.a)}, +hq(){return this.afM(null)}, +m4(a,b,c){var s,r,q,p,o,n,m=this,l=$.acF.Dn$ +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.lX&&m.f!=null){l=m.f +l.toString +p=l}else{l=m.e +l.toString +p=l}o=new A.aZ(B.c.ar(p.a*q))}else{l=m.x +l===$&&A.b() +o=a===l?B.H:c}m.fC() +l=o.a +if(l===B.H.a){l=m.x +l===$&&A.b() +if(l!==a){m.x=A.a_(a,m.a,m.b) +m.aq()}m.Q=m.z===B.aJ?B.ao:B.a4 +m.pW() +return A.arS()}n=m.x +n===$&&A.b() +return m.Bl(new A.ajI(l*s/1e6,n,a,b,B.cb))}, +HE(a){return this.m4(a,B.ak,null)}, +RJ(){var s,r,q=this,p=q.a,o=q.b,n=q.e +q.fC() +s=q.x +s===$&&A.b() +r=n.a/1e6 +s=o===p?0:s/(o-p)*r +return q.Bl(new A.alf(p,o,!1,q.ga_Q(),r,s,B.cb))}, +a_R(a){this.z=a +this.Q=a===B.aJ?B.bQ:B.bi +this.pW()}, +Bl(a){var s,r=this +r.w=a +r.y=B.H +r.x=A.a_(a.e5(0),r.a,r.b) +s=r.r.m_() +r.Q=r.z===B.aJ?B.bQ:B.bi +r.pW() +return s}, +pF(a){this.y=this.w=null +this.r.pF(a)}, +fC(){return this.pF(!0)}, +m(){var s=this +s.r.m() +s.r=null +s.cE$.M(0) +s.cD$.M(0) +s.ud()}, +pW(){var s=this,r=s.Q +r===$&&A.b() +if(s.as!==r){s.as=r +s.t3(r)}}, +Z2(a){var s,r=this +r.y=a +s=a.a/1e6 +r.x=A.a_(r.w.e5(s),r.a,r.b) +if(r.w.lv(s)){r.Q=r.z===B.aJ?B.ao:B.a4 +r.pF(!1)}r.aq() +r.pW()}, +xZ(){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.yP() +q=this.x +q===$&&A.b() +return r+" "+B.c.a5(q,3)+p+s}} +A.ajI.prototype={ +e5(a){var s,r,q=this,p=A.a_(a/q.b,0,1) +if(p===0)return q.c +else{s=q.d +if(p===1)return s +else{r=q.c +return r+(s-r)*q.e.a6(p)}}}, +eP(a){return(this.e5(a+0.001)-this.e5(a-0.001))/0.002}, +lv(a){return a>this.b}} +A.alf.prototype={ +e5(a){var s=this,r=a+s.r,q=s.f,p=B.c.bH(r/q,1) +B.c.h3(r,q) +s.e.$1(B.aJ) +q=A.W(s.b,s.c,p) +q.toString +return q}, +eP(a){return(this.c-this.b)/this.f}, +lv(a){return!1}} +A.Se.prototype={} +A.Sf.prototype={} +A.Sg.prototype={} +A.S3.prototype={ +aa(a){}, +N(a){}, +f6(a){}, +dv(a){}, +gbg(){return B.ao}, +gl(){return 1}, +j(a){return"kAlwaysCompleteAnimation"}} +A.S4.prototype={ +aa(a){}, +N(a){}, +f6(a){}, +dv(a){}, +gbg(){return B.a4}, +gl(){return 0}, +j(a){return"kAlwaysDismissedAnimation"}} +A.vg.prototype={ +aa(a){return this.gdi().aa(a)}, +N(a){return this.gdi().N(a)}, +f6(a){return this.gdi().f6(a)}, +dv(a){return this.gdi().dv(a)}, +gbg(){return this.gdi().gbg()}} +A.yL.prototype={ +sdi(a){var s,r=this,q=r.c +if(a==q)return +if(q!=null){r.a=q.gbg() +r.b=r.c.gl() +if(r.lg$>0)r.wn()}r.c=a +if(a!=null){if(r.lg$>0)r.wm() +q=r.b +s=r.c.gl() +if(q==null?s!=null:q!==s)r.aq() +if(r.a!==r.c.gbg())r.t3(r.c.gbg()) +r.b=r.a=null}}, +wm(){var s=this,r=s.c +if(r!=null){r.aa(s.geA()) +s.c.f6(s.gQA())}}, +wn(){var s=this,r=s.c +if(r!=null){r.N(s.geA()) +s.c.dv(s.gQA())}}, +gbg(){var s=this.c +if(s!=null)s=s.gbg() +else{s=this.a +s.toString}return s}, +gl(){var s=this.c +if(s!=null)s=s.gl() +else{s=this.b +s.toString}return s}, +j(a){var s=this.c +if(s==null)return"ProxyAnimation(null; "+this.yP()+" "+B.c.a5(this.gl(),3)+")" +return s.j(0)+"\u27a9ProxyAnimation"}} +A.h5.prototype={ +aa(a){this.bE() +this.a.aa(a)}, +N(a){this.a.N(a) +this.k0()}, +wm(){this.a.f6(this.go3())}, +wn(){this.a.dv(this.go3())}, +vw(a){this.t3(this.L_(a))}, +gbg(){return this.L_(this.a.gbg())}, +gl(){return 1-this.a.gl()}, +L_(a){switch(a.a){case 1:return B.bi +case 2:return B.bQ +case 3:return B.a4 +case 0:return B.ao}}, +j(a){return this.a.j(0)+"\u27aaReverseAnimation"}} +A.w4.prototype={ +Me(a){var s=this +switch(a.a){case 0:case 3:s.d=null +break +case 1:if(s.d==null)s.d=B.bQ +break +case 2:if(s.d==null)s.d=B.bi +break}}, +gMy(){if(this.c!=null){var s=this.d +s=(s==null?this.a.gbg():s)!==B.bi}else s=!0 +return s}, +m(){this.a.dv(this.gMd())}, +gl(){var s=this,r=s.gMy()?s.b:s.c,q=s.a.gl() +if(r==null)return q +if(q===0||q===1)return q +return r.a6(q)}, +j(a){var s=this,r=s.c +if(r==null)return s.a.j(0)+"\u27a9"+s.b.j(0) +if(s.gMy())return s.a.j(0)+"\u27a9"+s.b.j(0)+"\u2092\u2099/"+r.j(0) +return s.a.j(0)+"\u27a9"+s.b.j(0)+"/"+r.j(0)+"\u2092\u2099"}, +gdi(){return this.a}} +A.XX.prototype={ +I(){return"_TrainHoppingMode."+this.b}} +A.p7.prototype={ +vw(a){if(a!==this.e){this.aq() +this.e=a}}, +gbg(){return this.a.gbg()}, +a7k(){var s,r,q=this,p=q.b +if(p!=null){switch(q.c.a){case 0:s=p.gl()<=q.a.gl() +break +case 1:s=p.gl()>=q.a.gl() +break +default:s=!1}if(s){p=q.a +r=q.go3() +p.dv(r) +p.N(q.gBE()) +p=q.b +q.a=p +q.b=null +p.f6(r) +q.vw(q.a.gbg())}}else s=!1 +p=q.a.gl() +if(p!==q.f){q.aq() +q.f=p}if(s&&q.d!=null)q.d.$0()}, +gl(){return this.a.gl()}, +m(){var s,r,q=this +q.a.dv(q.go3()) +s=q.gBE() +q.a.N(s) +q.a=null +r=q.b +if(r!=null)r.N(s) +q.b=null +q.cD$.M(0) +q.cE$.M(0) +q.ud()}, +j(a){var s=this +if(s.b!=null)return A.f(s.a)+"\u27a9TrainHoppingAnimation(next: "+A.f(s.b)+")" +return A.f(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} +A.qj.prototype={ +wm(){var s,r=this,q=r.a,p=r.gKa() +q.aa(p) +s=r.gKb() +q.f6(s) +q=r.b +q.aa(p) +q.f6(s)}, +wn(){var s,r=this,q=r.a,p=r.gKa() +q.N(p) +s=r.gKb() +q.dv(s) +q=r.b +q.N(p) +q.dv(s)}, +gbg(){var s=this.b +if(s.gbg()===B.bQ||s.gbg()===B.bi)return s.gbg() +return this.a.gbg()}, +j(a){return"CompoundAnimation("+this.a.j(0)+", "+this.b.j(0)+")"}, +a3x(a){var s=this +if(s.gbg()!==s.c){s.c=s.gbg() +s.t3(s.gbg())}}, +a3w(){var s=this +if(!J.c(s.gl(),s.d)){s.d=s.gl() +s.aq()}}} +A.vf.prototype={ +gl(){var s=this.a.gl(),r=this.b.gl() +return Math.min(A.uO(s),A.uO(r))}} +A.AW.prototype={} +A.AX.prototype={} +A.AY.prototype={} +A.Ta.prototype={} +A.W5.prototype={} +A.W6.prototype={} +A.W7.prototype={} +A.WP.prototype={} +A.WQ.prototype={} +A.XU.prototype={} +A.XV.prototype={} +A.XW.prototype={} +A.yz.prototype={ +a6(a){return this.lO(a)}, +lO(a){throw A.d(A.bP(null))}, +j(a){return"ParametricCurve"}} +A.fr.prototype={ +a6(a){if(a===0||a===1)return a +return this.W_(a)}} +A.BG.prototype={ +lO(a){return a}} +A.j1.prototype={ +lO(a){var s=this.a +a=A.a_((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.a6(a)}, +j(a){var s=this,r=s.c +if(!(r instanceof A.BG))return"Interval("+A.f(s.a)+"\u22ef"+A.f(s.b)+")\u27a9"+r.j(0) +return"Interval("+A.f(s.a)+"\u22ef"+A.f(s.b)+")"}} +A.Pv.prototype={ +lO(a){return a<0.5?0:1}} +A.ed.prototype={ +IN(a,b,c){var s=1-c +return 3*a*s*s*c+3*b*s*c*c+c*c*c}, +lO(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.IN(s,r,o) +if(Math.abs(a-n)<0.001)return m.IN(m.b,m.d,o) +if(n"))}} +A.aq.prototype={ +gl(){return this.b.a6(this.a.gl())}, +j(a){var s=this.a,r=this.b +return s.j(0)+"\u27a9"+r.j(0)+"\u27a9"+A.f(r.a6(s.gl()))}, +xZ(){return this.yP()+" "+this.b.j(0)}, +gdi(){return this.a}} +A.cg.prototype={ +a6(a){return this.b.a6(this.a.a6(a))}, +j(a){return this.a.j(0)+"\u27a9"+this.b.j(0)}} +A.aK.prototype={ +dK(a){var s=this.a +return A.j(this).h("aK.T").a(J.aFY(s,J.aFZ(J.aG_(this.b,s),a)))}, +a6(a){var s,r=this +if(a===0){s=r.a +return s==null?A.j(r).h("aK.T").a(s):s}if(a===1){s=r.b +return s==null?A.j(r).h("aK.T").a(s):s}return r.dK(a)}, +j(a){return"Animatable("+A.f(this.a)+" \u2192 "+A.f(this.b)+")"}, +sC3(a){return this.a=a}, +sbc(a){return this.b=a}} +A.z8.prototype={ +dK(a){return this.c.dK(1-a)}} +A.eW.prototype={ +dK(a){return A.w(this.a,this.b,a)}} +A.OD.prototype={ +dK(a){return A.adn(this.a,this.b,a)}} +A.yU.prototype={ +dK(a){return A.aLq(this.a,this.b,a)}} +A.lP.prototype={ +dK(a){var s,r=this.a +r.toString +s=this.b +s.toString +return B.c.ar(r+(s-r)*a)}} +A.iP.prototype={ +a6(a){if(a===0||a===1)return a +return this.a.a6(a)}, +j(a){return"CurveTween(curve: "+this.a.j(0)+")"}} +A.Dt.prototype={} +A.Aj.prototype={ +YG(a,b){var s,r,q,p,o,n,m,l=this.a +B.b.K(l,a) +for(s=l.length,r=0,q=0;q=n&&a"}} +A.hj.prototype={ +gl(){return this.b.a}, +gqb(){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)}, +gq9(){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)}, +gqa(){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)}, +RQ(a){var s,r,q,p,o,n=this,m=null +if(n.gqb()){s=a.ak(t.WD) +r=s==null?m:s.f.c.gqO() +if(r==null){r=A.dL(a,B.m_) +r=r==null?m:r.e +q=r}else q=r +if(q==null)q=B.G}else q=B.G +if(n.gq9()){r=A.dL(a,B.lZ) +r=r==null?m:r.as +p=r===!0}else p=!1 +if(n.gqa())A.aHo(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.hj(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.N(b)!==A.u(s))return!1 +return b instanceof A.hj&&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)}, +gt(a){var s=this +return A.I(s.b.a,s.e,s.f,s.r,s.x,s.y,s.w,s.Q,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this,r=new A.a1w(s),q=A.a([r.$2("color",s.e)],t.s) +if(s.gqb())q.push(r.$2("darkColor",s.f)) +if(s.gq9())q.push(r.$2("highContrastColor",s.r)) +if(s.gqb()&&s.gq9())q.push(r.$2("darkHighContrastColor",s.w)) +if(s.gqa())q.push(r.$2("elevatedColor",s.x)) +if(s.gqb()&&s.gqa())q.push(r.$2("darkElevatedColor",s.y)) +if(s.gq9()&&s.gqa())q.push(r.$2("highContrastElevatedColor",s.z)) +if(s.gqb()&&s.gq9()&&s.gqa())q.push(r.$2("darkHighContrastElevatedColor",s.Q)) +r=s.c +if(r==null)r="CupertinoDynamicColor" +q=B.b.bn(q,", ") +return r+"("+q+", resolved by: UNRESOLVED)"}} +A.a1w.prototype={ +$2(a,b){var s=b.k(0,this.a.b)?"*":"" +return s+a+" = "+b.j(0)+s}, +$S:266} +A.T5.prototype={} +A.FM.prototype={ +O(a){var s=this.f,r=A.aHc(s,a) +return J.c(r,s)?this:this.fa(r)}, +r3(a,b,c,d,e,f,g,h){var s=this,r=g==null?s.a:g,q=b==null?s.b:b,p=h==null?s.c:h,o=c==null?s.d:c,n=e==null?s.e:e,m=a==null?s.f:a,l=d==null?s.geh():d +return A.auN(m,q,o,l,n,f==null?s.w:f,r,p)}, +fa(a){return this.r3(a,null,null,null,null,null,null,null)}} +A.T6.prototype={} +A.T7.prototype={ +mT(a){return a.gcK()==="en"}, +ce(a){return new A.bC(B.H5,t.u4)}, +lY(a){return!1}, +j(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +A.HI.prototype={$ia0:1} +A.a1x.prototype={ +$0(){return A.aHl(this.a)}, +$S:1} +A.a1y.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s=s.at +s.toString +r.aad() +return new A.B3(s,r)}, +$S(){return this.b.h("B3<0>()")}} +A.Hu.prototype={ +J(a){var s,r=this,q=a.ak(t.I) +q.toString +s=q.w +q=r.e +return A.zK(A.zK(new A.HG(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} +A.tX.prototype={ +au(){return new A.tY(B.t,this.$ti.h("tY<1>"))}, +aax(){return this.d.$0()}, +aej(){return this.e.$0()}} +A.tY.prototype={ +aY(){var s,r=this +r.bq() +s=A.ar_(r,null) +s.ay=r.ga1C() +s.ch=r.ga1E() +s.CW=r.ga1A() +s.cx=r.ga1x() +r.e=s}, +m(){var s=this.e +s===$&&A.b() +s.ok.M(0) +s.z_() +this.bb()}, +a1D(a){this.d=this.a.aej()}, +a1F(a){var s,r,q=this.d +q.toString +s=a.c +s.toString +s=this.Im(s/this.c.gC().a) +q=q.a +r=q.x +r===$&&A.b() +q.sl(r-s)}, +a1B(a){var s=this,r=s.d +r.toString +r.OK(s.Im(a.a.a.a/s.c.gC().a)) +s.d=null}, +a1y(){var s=this.d +if(s!=null)s.OK(0) +this.d=null}, +a5u(a){var s +if(this.a.aax()){s=this.e +s===$&&A.b() +s.MR(a)}}, +Im(a){var s=this.c.ak(t.I) +s.toString +switch(s.w.a){case 0:return-a +case 1:return a}}, +J(a){var s,r,q=null,p=a.ak(t.I) +p.toString +s=t.m +r=p.w===B.e?A.cU(a,B.ce,s).w.r.a:A.cU(a,B.ce,s).w.r.c +r=Math.max(r,20) +return A.zU(B.eW,A.a([this.a.c,new A.N8(0,0,0,r,A.JR(B.dM,q,q,this.ga5t(),q,q,q),q)],t.p),B.Fi)}} +A.B3.prototype={ +OK(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.W(800,0,q) +q.toString +q=A.cR(0,Math.min(B.c.ec(q),300)) +r.z=B.aJ +r.m4(1,B.nC,q)}else{o.b.fo() +r=o.a +q=r.r +if(q!=null&&q.a!=null){q=r.x +q===$&&A.b() +q=A.W(0,800,q) +q.toString +q=A.cR(0,B.c.ec(q)) +r.z=B.lX +r.m4(0,B.nC,q)}}q=r.r +if(q!=null&&q.a!=null){p=A.aR("animationStatusCallback") +p.b=new A.aia(o,p) +q=p.ai() +r.bE() +r=r.cE$ +r.b=!0 +r.a.push(q)}else o.b.wp()}} +A.aia.prototype={ +$1(a){var s=this.a +s.b.wp() +s.a.dv(this.b.ai())}, +$S:4} +A.iz.prototype={ +d6(a,b){var s +if(a instanceof A.iz){s=A.aib(a,this,b) +s.toString +return s}s=A.aib(null,this,b) +s.toString +return s}, +d7(a,b){var s +if(a instanceof A.iz){s=A.aib(this,a,b) +s.toString +return s}s=A.aib(this,null,b) +s.toString +return s}, +wa(a){return new A.aie(this,a)}, +k(a,b){var s,r +if(b==null)return!1 +if(J.N(b)!==A.u(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}, +gt(a){return J.v(this.a)}} +A.aic.prototype={ +$1(a){var s=A.w(null,a,this.a) +s.toString +return s}, +$S:131} +A.aid.prototype={ +$1(a){var s=A.w(null,a,1-this.a) +s.toString +return s}, +$S:131} +A.aie.prototype={ +pa(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this.b.a +if(h==null)return +s=c.e +r=s.a +q=0.05*r +p=s.b +o=q/(h.length-1) +switch(c.d.a){case 0:n=b.a+r +m=1 +break +case 1:n=b.a +m=-1 +break +default:n=null +m=null}for(s=b.b,r=s+p,l=0,k=0;k0)A.wW() +break +case 0:if(Math.abs(b.a.a)<10&&Math.abs(a.a-r.db)>0)A.wW() +break}}, +m(){var s=this.cy +s===$&&A.b() +s.m() +this.H3()}} +A.aig.prototype={ +$0(){this.a.tC()}, +$S:0} +A.aif.prototype={ +$1(a){return A.wW()}, +$S:262} +A.Hw.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.Hw)if(b.a.k(0,r.a))if(b.b.k(0,r.b))s=!0 +else s=!1 +else s=!1 +else s=!1 +return s}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.XL.prototype={ +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.XL&&B.fa.k(0,B.fa)&&B.f9.k(0,B.f9)}, +gt(a){return A.I(B.fa,B.f9,B.a,B.a,B.a,B.a,B.a,B.a,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.T8.prototype={} +A.Hx.prototype={ +J(a){var s=null +return new A.Bx(this,A.a6_(this.d,A.auN(this.c.gpf(),s,s,s,s,s,s,s),s),s)}} +A.Bx.prototype={ +bS(a){return!this.f.c.k(0,a.f.c)}} +A.w3.prototype={ +gpf(){var s=this.b +return s==null?B.JR:s}, +gxM(){var s=this.c +return s==null?B.nH:s}, +gFf(){var s=null,r=this.d +return r==null?new A.ain(B.fa,B.f9,B.It,this.gpf(),s,s,s,s,s,s,s,s):r}, +gC_(){var s=this.e +return s==null?B.JS:s}, +gtU(){var s=this.f +return s==null?B.nH:s}, +gBY(){var s=this.r +return s==null?!1:s}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.w3)if(b.gqO()==r.gqO())if(b.gpf().k(0,r.gpf()))if(b.gxM().k(0,r.gxM()))if(b.gFf().k(0,r.gFf()))if(b.gC_().k(0,r.gC_()))if(b.gtU().k(0,r.gtU())){b.gBY() +r.gBY() +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}, +gt(a){var s=this,r=s.gqO(),q=s.gpf(),p=s.gxM(),o=s.gFf(),n=s.gC_(),m=s.gtU() +s.gBY() +return A.I(r,q,p,o,n,m,!1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Mg.prototype={ +gqO(){return this.a}} +A.aii.prototype={} +A.aih.prototype={} +A.ain.prototype={} +A.T9.prototype={} +A.ao2.prototype={ +$0(){return null}, +$S:257} +A.an9.prototype={ +$0(){var s=self,r=s.window.navigator.platform.toLowerCase() +if(B.d.b5(r,"mac"))return B.cM +if(B.d.b5(r,"win"))return B.dt +if(B.d.p(r,"iphone")||B.d.p(r,"ipad")||B.d.p(r,"ipod"))return B.ca +if(B.d.p(r,"android"))return B.c9 +if(s.window.matchMedia("only screen and (pointer: fine)").matches)return B.ds +return B.c9}, +$S:256} +A.mM.prototype={ +ty(a,b){var s=A.hm.prototype.gl.call(this) +s.toString +return J.aua(s)}, +j(a){return this.ty(a,B.aS)}} +A.qA.prototype={} +A.Ih.prototype={} +A.Ig.prototype={} +A.bK.prototype={ +aaQ(){var s,r,q,p,o,n,m,l=this.a +if(t.vp.b(l)){s=l.gQt() +r=l.j(0) +if(typeof s=="string"&&s!==r){q=r.length +p=J.br(s) +if(q>p.gu(s)){o=B.d.oY(r,s) +if(o===q-p.gu(s)&&o>2&&B.d.U(r,o-2,o)===": "){n=B.d.U(r,0,o-2) +m=B.d.cn(n," Failed assertion:") +if(m>=0)n=B.d.U(n,0,m)+"\n"+B.d.cj(n,m+1) +l=p.y3(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.c3(l):" "+A.f(l) +l=B.d.y3(l) +return l.length===0?" ":l}, +gUX(){return A.aHG(new A.a3U(this).$0(),!0,B.nL)}, +cS(){return"Exception caught by "+this.c}, +j(a){A.aNH(null,B.K6,this) +return""}} +A.a3U.prototype={ +$0(){return J.aGh(this.a.aaQ().split("\n")[0])}, +$S:16} +A.nC.prototype={ +gQt(){return this.j(0)}, +cS(){return"FlutterError"}, +j(a){var s,r=new A.dd(this.a,t.ow) +if(!r.gP(r)){s=r.gE(r) +s=A.hm.prototype.gl.call(s) +s.toString +s=J.aua(s)}else s="FlutterError" +return s}, +$in9:1} +A.a3V.prototype={ +$1(a){return A.bu(a)}, +$S:253} +A.a3W.prototype={ +$1(a){return a+1}, +$S:52} +A.a3X.prototype={ +$1(a){return a+1}, +$S:52} +A.aoh.prototype={ +$1(a){return B.d.p(a,"StackTrace.current")||B.d.p(a,"dart-sdk/lib/_internal")||B.d.p(a,"dart:sdk_internal")}, +$S:22} +A.TY.prototype={} +A.U_.prototype={} +A.TZ.prototype={} +A.EK.prototype={ +fj(){}, +mQ(){}, +adG(a){var s;++this.c +s=a.$0() +s.ia(new A.a04(this)) +return s}, +Ft(){}, +j(a){return""}} +A.a04.prototype={ +$0(){var s,r,q,p=this.a +if(--p.c<=0)try{p.XV() +if(p.R8$.c!==0)p.IM()}catch(q){s=A.aj(q) +r=A.az(q) +p=A.bu("while handling pending events") +A.di(new A.bK(s,r,"foundation",p,null,!1))}}, +$S:12} +A.ai.prototype={} +A.aM.prototype={ +aa(a){var s,r,q,p,o=this +if(o.gcM()===o.gc6().length){s=t.Nw +if(o.gcM()===0)o.sc6(A.bd(1,null,!1,s)) +else{r=A.bd(o.gc6().length*2,null,!1,s) +for(q=0;q0){r.gc6()[s]=null +r.shB(r.ghB()+1)}else r.vj(s) +break}}, +m(){this.sc6($.aO()) +this.scM(0)}, +aq(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(f.gcM()===0)return +f.sh8(f.gh8()+1) +p=f.gcM() +for(s=0;s0){l=f.gcM()-f.ghB() +if(l*2<=f.gc6().length){k=A.bd(l,null,!1,t.Nw) +for(j=0,s=0;s#"+A.b1(this)+"("+A.f(this.a)+")"}} +A.we.prototype={ +I(){return"DiagnosticLevel."+this.b}} +A.jW.prototype={ +I(){return"DiagnosticsTreeStyle."+this.b}} +A.akD.prototype={} +A.eE.prototype={ +ty(a,b){return this.c1(0)}, +j(a){return this.ty(a,B.aS)}} +A.hm.prototype={ +gl(){this.a3u() +return this.at}, +a3u(){return}} +A.wf.prototype={} +A.HR.prototype={} +A.a7.prototype={ +cS(){return"#"+A.b1(this)}, +ty(a,b){var s=this.cS() +return s}, +j(a){return this.ty(a,B.aS)}} +A.a1Y.prototype={ +cS(){return"#"+A.b1(this)}} +A.hV.prototype={ +j(a){return this.S2(B.nL).c1(0)}, +cS(){return"#"+A.b1(this)}, +ag5(a,b){return A.aqu(a,b,this)}, +S2(a){return this.ag5(null,a)}} +A.To.prototype={} +A.f3.prototype={} +A.m0.prototype={} +A.Ak.prototype={ +j(a){return"[#"+A.b1(this)+"]"}} +A.fy.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return this.$ti.b(b)&&J.c(b.a,this.a)}, +gt(a){return A.I(A.u(this),this.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this.$ti,r=s.c,q=this.a,p=A.bj(r)===B.acp?"<'"+A.f(q)+"'>":"<"+A.f(q)+">" +if(A.u(this)===A.bj(s))return"["+p+"]" +return"["+A.bj(r).j(0)+" "+p+"]"}} +A.asj.prototype={} +A.hs.prototype={} +A.xC.prototype={} +A.by.prototype={ +gvc(){var s,r=this,q=r.c +if(q===$){s=A.cT(r.$ti.c) +r.c!==$&&A.O() +r.c=s +q=s}return q}, +v(a,b){this.b=!0 +this.gvc().M(0) +return B.b.v(this.a,b)}, +M(a){this.b=!1 +B.b.M(this.a) +this.gvc().M(0)}, +p(a,b){var s=this,r=s.a +if(r.length<3)return B.b.p(r,b) +if(s.b){s.gvc().K(0,r) +s.b=!1}return s.gvc().p(0,b)}, +gR(a){var s=this.a +return new J.d5(s,s.length)}, +gP(a){return this.a.length===0}, +gbI(a){return this.a.length!==0}, +dY(a,b){var s=this.a,r=A.a6(s) +return b?A.a(s.slice(0),r):J.r3(s.slice(0),r.c)}, +dX(a){return this.dY(a,!0)}} +A.qQ.prototype={ +v(a,b){var s=this.a,r=s.i(0,b) +if(r==null)return!1 +if(r===1)s.v(0,b) +else s.n(0,b,r-1) +return!0}, +p(a,b){return this.a.X(b)}, +gR(a){var s=this.a +return A.ka(s,s.r)}, +gP(a){return this.a.a===0}, +gbI(a){return this.a.a!==0}} +A.yI.prototype={ +af0(a,b){var s=this.a,r=s==null?$.Ea():s,q=r.jp(0,a,A.h3(a),b) +if(q===s)return this +return new A.yI(q)}, +i(a,b){var s=this.a +if(s==null)return null +return s.pr(0,b,J.v(b))}} +A.amm.prototype={} +A.U7.prototype={ +jp(a,b,c,d){var s,r,q,p,o=B.i.o2(c,a)&31,n=this.a,m=n[o] +if(m==null)m=$.Ea() +s=m.jp(a+5,b,c,d) +if(s===m)n=this +else{r=n.length +q=A.bd(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=p.jp(a4+5,a5,a6,a7) +if(o===p)return c +a2=a.length +n=A.bd(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.a2K(a4) +a1.a[a]=$.Ea().jp(a4+5,a5,a6,a7) +return a1}else{h=2*s +g=2*i +f=A.bd(g+2,b,!1,t.X) +for(a=c.b,e=0;e>>0,f)}}}, +pr(a,b,c){var s,r,q,p,o=1<<(B.i.o2(c,a)&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.pr(a+5,b,c) +if(b===q)return p +return null}, +a2K(a){var s,r,q,p,o,n,m,l=A.bd(32,null,!1,t.X) +for(s=this.a,r=a+5,q=this.b,p=0,o=0;o<32;++o)if((B.i.o2(s,o)&1)!==0){n=q[p] +m=p+1 +if(n==null)l[o]=q[m] +else l[o]=$.Ea().jp(r,n,J.v(n),q[m]) +p+=2}return new A.U7(l)}} +A.Bs.prototype={ +jp(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=this,i=j.a +if(c===i){s=j.JA(b) +if(s!==-1){i=j.b +r=s+1 +q=i[r] +if(q==null?d==null:q===d)i=j +else{q=i.length +p=A.bd(q,null,!1,t.X) +for(o=0;o>>0,k).jp(a,b,c,d)}, +pr(a,b,c){var s=this.JA(b) +return s<0?null:this.b[s+1]}, +JA(a){var s,r,q=this.b,p=q.length +for(s=J.fH(a),r=0;r=s.a.length)s.B6(q) +B.ac.el(s.a,s.b,q,a) +s.b+=r}, +qo(a,b,c){var s=this,r=c==null?s.e.length:c,q=s.b+(r-b) +if(q>=s.a.length)s.B6(q) +B.ac.el(s.a,s.b,q,a) +s.b=q}, +a5R(a){return this.qo(a,0,null)}, +B6(a){var s=this.a,r=s.length,q=a==null?0:a,p=Math.max(q,r*2),o=new Uint8Array(p) +B.ac.el(o,0,r,s) +this.a=o}, +a5k(){return this.B6(null)}, +iZ(a){var s=B.i.bH(this.b,a) +if(s!==0)this.qo($.aDI(),0,a-s)}, +l8(){var s,r=this +if(r.c)throw A.d(A.ar("done() must not be called more than once on the same "+A.u(r).j(0)+".")) +s=A.rk(r.a.buffer,0,r.b) +r.a=new Uint8Array(0) +r.c=!0 +return s}} +A.yT.prototype={ +nj(a){return this.a.getUint8(this.b++)}, +yj(a){var s=this.b,r=$.dF() +B.hz.FM(this.a,s,r)}, +nk(a){var s=this.a,r=A.eh(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +yk(a){var s +this.iZ(8) +s=this.a +B.Ag.Nd(s.buffer,s.byteOffset+this.b,a)}, +iZ(a){var s=this.b,r=B.i.bH(s,a) +if(r!==0)this.b=s+(a-r)}} +A.iq.prototype={ +gt(a){var s=this +return A.I(s.b,s.d,s.f,s.r,s.w,s.x,s.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.iq&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.x===s.x&&b.a===s.a}, +j(a){var s=this +return"StackFrame(#"+s.b+", "+s.c+":"+s.d+"/"+s.e+":"+s.f+":"+s.r+", className: "+s.w+", method: "+s.x+")"}} +A.adD.prototype={ +$1(a){return a.length!==0}, +$S:22} +A.bC.prototype={ +oh(a,b){return new A.a9($.ad,this.$ti.h("a9<1>"))}, +jR(a){return this.oh(a,null)}, +fs(a,b,c){var s=a.$1(this.a) +if(c.h("al<0>").b(s))return s +return new A.bC(s,c.h("bC<0>"))}, +bp(a,b){return this.fs(a,null,b)}, +ia(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=s.bp(new A.ae9(n),n.$ti.c) +return p}return n}catch(o){r=A.aj(o) +q=A.az(o) +p=A.aqU(r,q,n.$ti.c) +return p}}, +$ial:1} +A.ae9.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.h("1(@)")}} +A.IS.prototype={ +I(){return"GestureDisposition."+this.b}} +A.dj.prototype={} +A.IQ.prototype={} +A.u8.prototype={ +j(a){var s=this,r=s.a +r=r.length===0?""+"":""+new A.X(r,new A.aj6(s),A.a6(r).h("X<1,m>")).bn(0,", ") +if(s.b)r+=" [open]" +if(s.c)r+=" [held]" +if(s.d)r+=" [hasPendingSweep]" +return r.charCodeAt(0)==0?r:r}} +A.aj6.prototype={ +$1(a){if(a===this.a.e)return a.j(0)+" (eager winner)" +return a.j(0)}, +$S:244} +A.a4v.prototype={ +MM(a,b,c){this.a.bm(b,new A.a4x(this,b)).a.push(c) +return new A.IQ(this,b,c)}, +oj(a){var s=this.a.i(0,a) +if(s==null)return +s.b=!1 +this.M2(a,s)}, +Hi(a){var s,r=this.a,q=r.i(0,a) +if(q==null)return +if(q.c){q.d=!0 +return}r.v(0,a) +r=q.a +if(r.length!==0){B.b.gE(r).j2(a) +for(s=1;s0.4){r.dy=B.G_ +r.O(B.cn)}else if(a.gr9().gwr()>A.DT(a.gc3(),r.b))r.O(B.az) +if(s>0.4&&r.dy===B.FZ)r.dy=B.G_}r.Gz(a)}, +j2(a){if(this.dy===B.ik)this.dy=B.FZ}, +wo(a){if(this.dy===B.ik){this.O(B.az) +return}this.dy=B.lY}, +kv(a){this.iS(a) +this.wo(a)}} +A.HQ.prototype={ +gt(a){return A.I(this.a,23,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.HQ&&b.a==this.a}, +j(a){return"DeviceGestureSettings(touchSlop: "+A.f(this.a)+")"}} +A.k4.prototype={ +j(a){return"#"+A.b1(this)+"("+this.a.j(0)+")"}} +A.uE.prototype={} +A.UZ.prototype={ +dg(a){return this.a.xn(a)}} +A.Vj.prototype={ +dg(a){var s,r,q,p,o=new Float64Array(16),n=new A.bp(o) +n.aW(a) +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.lI.prototype={ +a13(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=B.b.gB(s) +for(q=o.length,p=0;p":B.b.bn(s,", "))+")"}} +A.rc.prototype={} +A.xN.prototype={} +A.rb.prototype={} +A.ft.prototype={ +i0(a){var s,r=this +switch(a.gdQ()){case 1:if(r.p1==null&&r.p3==null&&r.p2==null&&r.p4==null&&r.RG==null&&r.R8==null)return!1 +break +case 2:s=!0 +if(s)return!1 +break +case 4:s=!0 +if(s)return!1 +break +default:return!1}return r.pI(a)}, +CU(){var s,r=this +r.O(B.cn) +r.k2=!0 +s=r.CW +s.toString +r.H0(s) +r.ZQ()}, +Pz(a){var s,r=this +if(!a.gpP()){if(t.pY.b(a)){s=a.gc3() +$.jL() +s=new A.iv(s,new A.jh(),A.bd(20,null,!1,t.av)) +r.bt=s +s.o9(a.gft(),a.geg())}if(t.n2.b(a)){s=r.bt +s.toString +s.o9(a.gft(),a.geg())}}if(t.oN.b(a)){if(r.k2)r.ZO(a) +else r.O(B.az) +r.B5()}else if(t.Ko.b(a)){r.HY() +r.B5()}else if(t.pY.b(a)){r.k3=new A.hw(a.geg(),a.gbN()) +r.k4=a.gdQ() +r.ZN(a)}else if(t.n2.b(a))if(a.gdQ()!==r.k4&&!r.k2){r.O(B.az) +s=r.CW +s.toString +r.iS(s)}else if(r.k2)r.ZP(a)}, +ZN(a){this.k3.toString +this.e.i(0,a.gcg()).toString +switch(this.k4){case 1:break +case 2:break +case 4:break}}, +HY(){var s,r=this +if(r.ch===B.fl)switch(r.k4){case 1:s=r.p1 +if(s!=null)r.dJ("onLongPressCancel",s) +break +case 2:break +case 4:break}}, +ZQ(){var s,r=this +switch(r.k4){case 1:if(r.p3!=null){s=r.k3.a +r.dJ("onLongPressStart",new A.a7A(r,new A.rc(s)))}s=r.p2 +if(s!=null)r.dJ("onLongPress",s) +break +case 2:break +case 4:break}}, +ZP(a){var s,r=this +a.gbN() +s=a.geg() +a.gbN().a9(0,r.k3.b) +a.geg().a9(0,r.k3.a) +switch(r.k4){case 1:if(r.p4!=null)r.dJ("onLongPressMoveUpdate",new A.a7z(r,new A.xN(s))) +break +case 2:break +case 4:break}}, +ZO(a){var s,r=this,q=r.bt.tQ(),p=q==null?B.cP:new A.hG(q.a) +a.gbN() +s=a.geg() +r.bt=null +switch(r.k4){case 1:if(r.RG!=null)r.dJ("onLongPressEnd",new A.a7y(r,new A.rb(s,p))) +s=r.R8 +if(s!=null)r.dJ("onLongPressUp",s) +break +case 2:break +case 4:break}}, +B5(){var s=this +s.k2=!1 +s.bt=s.k4=s.k3=null}, +O(a){var s=this +if(a===B.az)if(s.k2)s.B5() +else s.HY() +s.GU(a)}, +j2(a){}} +A.a7A.prototype={ +$0(){return this.a.p3.$1(this.b)}, +$S:0} +A.a7z.prototype={ +$0(){return this.a.p4.$1(this.b)}, +$S:0} +A.a7y.prototype={ +$0(){return this.a.RG.$1(this.b)}, +$S:0} +A.l5.prototype={ +i(a,b){return this.c[b+this.a]}, +n(a,b,c){this.c[b+this.a]=c}, +T(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.lQ(A.a1(new A.X(s,new A.aaa(),r),!0,r.h("bf.E")),"[","]") +r=this.b +r===$&&A.b() +return"PolynomialFit("+q+", confidence: "+B.c.a5(r,3)+")"}} +A.aaa.prototype={ +$1(a){return B.c.agc(a,3)}, +$S:203} +A.JJ.prototype={ +Go(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.aa9(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.l5(c*a5,a5,q).T(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.a_(r,-q,q) +return new A.fP(new A.hG(new A.o(0,p)),p)}, +Au(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.DT(a,this.b)}, +q4(a){return new A.o(0,a.b)}, +q6(a){return a.b}} +A.i2.prototype={ +zK(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.DT(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.a_(r,-q,q) +return new A.fP(new A.hG(new A.o(p,0)),p)}, +Au(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.DT(a,this.b)}, +q4(a){return new A.o(a.a,0)}, +q6(a){return a.a}} +A.h1.prototype={ +zK(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.DT(b,o.b) +r=a.a +if(!(r.gwr()>n*n&&a.d.gwr()>s*s))return null +q=o.db +if(q==null)q=50 +p=o.dx +if(p==null)p=8000 +return new A.fP(new A.hG(r).a8P(q,p),null)}, +Au(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.aRj(a,this.b)}, +q4(a){return a}, +q6(a){return null}} +A.T4.prototype={ +a4d(){this.a=!0}} +A.uC.prototype={ +iS(a){if(this.r){this.r=!1 +$.fT.d5$.RB(this.b,a)}}, +Q9(a,b){return a.gbN().a9(0,this.d).gcO()<=b}} +A.hX.prototype={ +i0(a){var s,r=this +if(r.y==null)if(r.r==null&&!0)return!1 +s=r.pI(a) +if(!s)r.mf() +return s}, +j3(a){var s=this,r=s.y +if(r!=null)if(!r.Q9(a,100))return +else{r=s.y +if(!r.f.a||a.gdQ()!==r.e){s.mf() +return s.M0(a)}}s.M0(a)}, +M0(a){var s,r,q,p,o,n,m=this +m.LF() +s=$.fT.fh$.MM(0,a.gcg(),m) +r=a.gcg() +q=a.gbN() +p=a.gdQ() +o=new A.T4() +A.d4(B.Kf,o.ga4c()) +n=new A.uC(r,s,q,p,o) +m.z.n(0,a.gcg(),n) +o=a.gbY() +if(!n.r){n.r=!0 +$.fT.d5$.MT(r,m.gvb(),o)}}, +a3G(a){var s,r=this,q=r.z,p=q.i(0,a.gcg()) +p.toString +if(t.oN.b(a)){s=r.y +if(s==null){if(r.x==null)r.x=A.d4(B.d3,r.ga3H()) +s=p.b +$.fT.fh$.act(s) +p.iS(r.gvb()) +q.v(0,s) +r.I5() +r.y=p}else{s=s.c +s.a.qm(s.b,s.c,B.cn) +s=p.c +s.a.qm(s.b,s.c,B.cn) +p.iS(r.gvb()) +q.v(0,p.b) +q=r.r +if(q!=null)r.dJ("onDoubleTap",q) +r.mf()}}else if(t.n2.b(a)){if(!p.Q9(a,18))r.ql(p)}else if(t.Ko.b(a))r.ql(p)}, +j2(a){}, +kv(a){var s,r=this,q=r.z.i(0,a) +if(q==null){s=r.y +s=s!=null&&s.b===a}else s=!1 +if(s)q=r.y +if(q!=null)r.ql(q)}, +ql(a){var s,r=this,q=r.z +q.v(0,a.b) +s=a.c +s.a.qm(s.b,s.c,B.az) +a.iS(r.gvb()) +s=r.y +if(s!=null)if(a===s)r.mf() +else{r.HW() +if(q.a===0)r.mf()}}, +m(){this.mf() +this.GN()}, +mf(){var s,r=this +r.LF() +if(r.y!=null){if(r.z.a!==0)r.HW() +s=r.y +s.toString +r.y=null +r.ql(s) +$.fT.fh$.afs(s.b)}r.I5()}, +I5(){var s=this.z.gbf() +B.b.a1(A.a1(s,!0,A.j(s).h("p.E")),this.ga56())}, +LF(){var s=this.x +if(s!=null){s.bd() +this.x=null}}, +HW(){}} +A.aa4.prototype={ +MT(a,b,c){this.a.bm(a,new A.aa6()).n(0,b,c)}, +RB(a,b){var s=this.a,r=s.i(0,a) +r.toString +r.v(0,b) +if(r.gP(r))s.v(0,a)}, +a_S(a,b,c){var s,r,q,p +try{b.$1(a.b0(c))}catch(q){s=A.aj(q) +r=A.az(q) +p=A.bu("while routing a pointer event") +A.di(new A.bK(s,r,"gesture library",p,null,!1))}}, +RV(a){var s=this,r=s.a.i(0,a.gcg()),q=s.b,p=t.Ld,o=t.iD,n=A.r7(q,p,o) +if(r!=null)s.Iz(a,r,A.r7(r,p,o)) +s.Iz(a,q,n)}, +Iz(a,b,c){c.a1(0,new A.aa5(this,b,a))}} +A.aa6.prototype={ +$0(){return A.B(t.Ld,t.iD)}, +$S:200} +A.aa5.prototype={ +$2(a,b){if(this.b.X(a))this.a.a_S(this.c,a,b)}, +$S:198} +A.aa7.prototype={ +Rv(a,b){if(this.a!=null)return +this.b=a +this.a=b}, +O(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.aj(p) +r=A.az(p) +n=A.bu("while resolving a PointerSignalEvent") +A.di(new A.bK(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +A.a2F.prototype={ +I(){return"DragStartBehavior."+this.b}} +A.d0.prototype={ +BL(a){}, +MR(a){var s=this +s.e.n(0,a.gcg(),a.gc3()) +if(s.i0(a))s.j3(a) +else s.rF(a)}, +j3(a){}, +rF(a){}, +i0(a){var s=this.c +return(s==null||s.p(0,a.gc3()))&&this.d.$1(a.gdQ())}, +ad7(a){var s=this.c +return s==null||s.p(0,a.gc3())}, +m(){}, +PZ(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=A.aj(q) +r=A.az(q) +p=A.bu("while handling a gesture") +A.di(new A.bK(s,r,"gesture",p,null,!1))}return o}, +dJ(a,b){return this.PZ(a,b,null,t.z)}, +acS(a,b,c){return this.PZ(a,b,c,t.z)}} +A.yq.prototype={ +j3(a){this.u8(a.gcg(),a.gbY())}, +rF(a){this.O(B.az)}, +j2(a){}, +kv(a){}, +O(a){var s,r,q=this.f,p=A.a1(q.gbf(),!0,t.Y) +q.M(0) +for(q=p.length,s=0;s18 +else s=!1 +if(p.cy){r=p.ay +q=r!=null&&p.J_(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.O(B.az) +r=p.CW +r.toString +p.iS(r)}else p.Pz(a)}p.Gz(a)}, +CU(){}, +j2(a){if(a===this.CW){this.vx() +this.cy=!0}}, +kv(a){var s=this +if(a===s.CW&&s.ch===B.fl){s.vx() +s.ch=B.KG}}, +wo(a){var s=this +s.vx() +s.ch=B.bH +s.cx=null +s.cy=!1}, +m(){this.vx() +this.z_()}, +vx(){var s=this.db +if(s!=null){s.bd() +this.db=null}}, +J_(a){return a.gbN().a9(0,this.cx.b).gcO()}} +A.aam.prototype={ +$0(){this.a.CU() +return null}, +$S:0} +A.hw.prototype={ +a0(a,b){return new A.hw(this.a.a0(0,b.a),this.b.a0(0,b.b))}, +a9(a,b){return new A.hw(this.a.a9(0,b.a),this.b.a9(0,b.b))}, +j(a){return"OffsetPair(local: "+this.a.j(0)+", global: "+this.b.j(0)+")"}} +A.Ua.prototype={} +A.tp.prototype={} +A.tq.prototype={} +A.EI.prototype={ +j3(a){var s=this +if(s.ch===B.bH){if(s.k4!=null&&s.ok!=null)s.qr() +s.k4=a}if(s.k4!=null)s.W3(a)}, +u8(a,b){this.VW(a,b)}, +Pz(a){var s,r=this +if(t.oN.b(a)){r.ok=a +r.I_()}else if(t.Ko.b(a)){r.O(B.az) +if(r.k2){s=r.k4 +s.toString +r.oO(a,s,"")}r.qr()}else if(a.gdQ()!==r.k4.gdQ()){r.O(B.az) +s=r.CW +s.toString +r.iS(s)}}, +O(a){var s,r=this +if(r.k3&&a===B.az){s=r.k4 +s.toString +r.oO(null,s,"spontaneous") +r.qr()}r.GU(a)}, +CU(){this.LL()}, +j2(a){var s=this +s.H0(a) +if(a===s.CW){s.LL() +s.k3=!0 +s.I_()}}, +kv(a){var s,r=this +r.W4(a) +if(a===r.CW){if(r.k2){s=r.k4 +s.toString +r.oO(null,s,"forced")}r.qr()}}, +LL(){var s,r=this +if(r.k2)return +s=r.k4 +s.toString +r.PB(s) +r.k2=!0}, +I_(){var s,r,q=this +if(!q.k3||q.ok==null)return +s=q.k4 +s.toString +r=q.ok +r.toString +q.wP(s,r) +q.qr()}, +qr(){var s=this +s.k3=s.k2=!1 +s.k4=s.ok=null}} +A.fc.prototype={ +i0(a){var s=this +switch(a.gdQ()){case 1:if(s.b8==null&&s.bF==null&&s.be==null&&s.bG==null)return!1 +break +case 2:if(s.bt==null&&s.L==null&&s.ab==null&&s.ap==null)return!1 +break +case 4:return!1 +break +default:return!1}return s.pI(a)}, +PB(a){var s,r=this,q=a.gbN(),p=a.geg() +r.e.i(0,a.gcg()).toString +s=new A.tp(q,p) +switch(a.gdQ()){case 1:if(r.b8!=null)r.dJ("onTapDown",new A.aed(r,s)) +break +case 2:if(r.L!=null)r.dJ("onSecondaryTapDown",new A.aee(r,s)) +break +case 4:break}}, +wP(a,b){var s,r,q=this +b.gc3() +b.gbN() +b.geg() +s=new A.tq() +switch(a.gdQ()){case 1:if(q.be!=null)q.dJ("onTapUp",new A.aef(q,s)) +r=q.bF +if(r!=null)q.dJ("onTap",r) +break +case 2:if(q.ab!=null)q.dJ("onSecondaryTapUp",new A.aeg(q,s)) +if(q.bt!=null)q.dJ("onSecondaryTap",new A.aeh(q)) +break +case 4:break}}, +oO(a,b,c){var s,r=this,q=c===""?c:c+" " +switch(b.gdQ()){case 1:s=r.bG +if(s!=null)r.dJ(q+"onTapCancel",s) +break +case 2:s=r.ap +if(s!=null)r.dJ(q+"onSecondaryTapCancel",s) +break +case 4:break}}} +A.aed.prototype={ +$0(){return this.a.b8.$1(this.b)}, +$S:0} +A.aee.prototype={ +$0(){return this.a.L.$1(this.b)}, +$S:0} +A.aef.prototype={ +$0(){return this.a.be.$1(this.b)}, +$S:0} +A.aeg.prototype={ +$0(){return this.a.ab.$1(this.b)}, +$S:0} +A.aeh.prototype={ +$0(){return this.a.bt.$0()}, +$S:0} +A.hG.prototype={ +a9(a,b){return new A.hG(this.a.a9(0,b.a))}, +a0(a,b){return new A.hG(this.a.a0(0,b.a))}, +a8P(a,b){var s=this.a,r=s.gwr() +if(r>b*b)return new A.hG(s.eZ(0,s.gcO()).T(0,b)) +if(r40)return B.lt +s=t.n +r=A.a([],s) +q=A.a([],s) +p=A.a([],s) +o=A.a([],s) +n=this.d +s=this.c +m=s[n] +if(m==null)return null +l=m.a.a +k=m +j=k +i=0 +do{h=s[n] +if(h==null)break +g=h.a.a +f=(l-g)/1000 +if(f>100||Math.abs(g-j.a.a)/1000>40)break +e=h.b +r.push(e.a) +q.push(e.b) +p.push(1) +o.push(-f) +n=(n===0?20:n)-1;++i +if(i<20){k=h +j=k +continue}else{k=h +break}}while(!0) +if(i>=3){d=new A.JJ(o,r,p).Go(2) +if(d!=null){c=new A.JJ(o,q,p).Go(2) +if(c!=null){s=d.a[1] +g=c.a[1] +b=d.b +b===$&&A.b() +a=c.b +a===$&&A.b() +return new A.mH(new A.o(s*1000,g*1000),b*a,new A.aZ(l-k.a.a),m.b.a9(0,k.b))}}}return new A.mH(B.l,1,new A.aZ(l-k.a.a),m.b.a9(0,k.b))}} +A.nM.prototype={ +o9(a,b){var s=this,r=s.b +r.m_() +r.d9() +r=(s.d+1)%20 +s.d=r +s.e[r]=new A.Cb(a,b)}, +nY(a){var s,r,q=this.d+a,p=B.i.bH(q,20),o=B.i.bH(q-1,20) +q=this.e +s=q[p] +r=q[o] +if(s==null||r==null)return B.l +q=s.a.a-r.a.a +return q>0?s.b.a9(0,r.b).T(0,1000).eZ(0,q/1000):B.l}, +tQ(){var s,r,q,p,o,n,m=this +if(m.b.gDe()>40)return B.lt +s=m.nY(-2).T(0,0.6).a0(0,m.nY(-1).T(0,0.35)).a0(0,m.nY(0).T(0,0.05)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.i.bH(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.FM +else return new A.mH(s,1,new A.aZ(p.a.a-o.a.a),p.b.a9(0,o.b))}} +A.rd.prototype={ +tQ(){var s,r,q,p,o,n,m=this +if(m.b.gDe()>40)return B.lt +s=m.nY(-2).T(0,0.15).a0(0,m.nY(-1).T(0,0.65)).a0(0,m.nY(0).T(0,0.2)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.i.bH(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.FM +else return new A.mH(s,1,new A.aZ(p.a.a-o.a.a),p.b.a9(0,o.b))}} +A.Eg.prototype={ +gt(a){var s=this +return A.c9([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.N(b)!==A.u(this))return!1 +if(b instanceof A.Eg)s=!0 +else s=!1 +return s}} +A.S_.prototype={} +A.jp.prototype={ +I(){return"ThemeMode."+this.b}} +A.o6.prototype={ +au(){return new A.BN(B.t)}} +A.a7G.prototype={ +$2(a,b){return new A.rf(a,b)}, +$S:197} +A.a7K.prototype={ +lU(a){return A.ao(a).r}, +Nv(a,b,c){switch(A.bX(c.a).a){case 0:return b +case 1:switch(A.ao(a).r.a){case 3:case 4:case 5:return new A.Ol(b,c.b,null) +case 0:case 1:case 2:return b}break}}, +Nt(a,b,c){A.ao(a) +switch(A.ao(a).r.a){case 2:case 3:case 4:case 5:return b +case 0:switch(0){case 0:return new A.A_(c.a,c.d,b,null)}case 1:break}return A.avJ(c.a,b,A.ao(a).ax.f)}} +A.BN.prototype={ +aY(){this.bq() +this.d=A.aJX()}, +m(){var s=this.d +s===$&&A.b() +s.m() +this.bb()}, +ga3i(){var s=A.a([],t.a9) +B.b.K(s,this.a.k2) +s.push(B.Io) +s.push(B.Ig) +return s}, +a3_(a,b){return A.Iw(B.KW,!0,b)}, +a3r(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.a.fx +if(i==null)i=B.cO +s=A.dL(a,B.m_) +r=s==null?j:s.e +if(r==null)r=B.G +if(i!==B.eO)q=i===B.cO&&r===B.au +else q=!0 +s=A.dL(a,B.lZ) +s=s==null?j:s.as +p=s===!0 +if(q)if(p)k.a.toString +if(q){k.a.toString +s=!0}else s=!1 +if(s)o=k.a.dx +else{if(p)k.a.toString +o=j}if(o==null)o=k.a.db +s=o.kc +n=s.b +if(n==null){m=o.ax.b +n=A.Q(102,m.gl()>>>16&255,m.gl()>>>8&255,m.gl()&255)}l=s.a +if(l==null)l=o.ax.b +k.a.toString +return new A.zf(A.a1O(A.aui(new A.es(new A.ak4(k,b),j),B.ak,o,B.a9),l,j,j,n),j)}, +ZB(a){var s,r=this,q=null,p=r.a,o=p.db +o=o.fr +s=o +if(s==null)s=B.ed +return new A.Ap(q,q,q,new A.ak3(),q,q,q,q,q,p.e,B.YR,q,q,q,B.t_,r.ga3q(),"",q,B.a8g,s,q,r.ga3i(),q,q,r.a.ok,!1,!1,!1,!1,r.ga2Z(),!1,q,q,q,new A.nI(r,t.bT))}, +J(a){var s,r=null,q=A.IB(!1,!1,this.ZB(a),r,r,r,r,!0,r,r,new A.ak5(),r,r,r) +this.a.toString +s=this.d +s===$&&A.b() +return new A.zi(B.HG,new A.nL(s,q,r),r)}} +A.ak4.prototype={ +$1(a){return this.a.a.CW.$2(a,this.b)}, +$S:6} +A.ak3.prototype={ +$1$2(a,b,c){var s=null,r=A.a([],t.Zt),q=$.ad,p=A.rJ(B.ci),o=A.a([],t.wi),n=$.aO(),m=$.ad +return new A.o7(b,!1,!0,!1,s,s,r,A.ax(t.kj),new A.bO(s,c.h("bO>")),new A.bO(s,t.B),new A.yv(),s,0,new A.bc(new A.a9(q,c.h("a9<0?>")),c.h("bc<0?>")),p,o,a,new A.ff(s,n),new A.bc(new A.a9(m,c.h("a9<0?>")),c.h("bc<0?>")),c.h("o7<0>"))}, +$2(a,b){return this.$1$2(a,b,t.z)}, +$S:188} +A.ak5.prototype={ +$2(a,b){if(!(b instanceof A.je)||!b.c.grV().k(0,B.e4))return B.dQ +return A.aMS()?B.dP:B.dQ}, +$S:155} +A.amd.prototype={ +T_(a){return a.Fj(this.b)}, +yl(a){return new A.J(a.b,this.b)}, +Tb(a,b){return new A.o(0,a.b-b.b)}, +u3(a){return this.b!==a.b}} +A.W3.prototype={} +A.vj.prototype={ +a0M(a){var s=this.cy +if(s==null)s=a.RG.y +return s==null?new A.a_H(this,a).$0():s}, +au(){return new A.AM(B.t)}, +lA(a){return A.E3().$1(a)}} +A.a_H.prototype={ +$0(){switch(this.b.r.a){case 0:case 1:case 3:case 5:return!1 +case 2:case 4:return!0}}, +$S:1} +A.AM.prototype={ +bv(){var s,r=this +r.eo() +s=r.d +if(s!=null)s.N(r.gzk()) +s=r.c.ak(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.a2W(s.c,new A.mQ(r.gzk()),!1)}}, +m(){var s=this,r=s.d +if(r!=null){r.N(s.gzk()) +s.d=null}s.bb()}, +Z4(a){var s,r,q,p=this +if(a instanceof A.ms&&p.a.lA(a)){s=p.e +r=a.a +switch(r.e.a){case 0:q=p.e=Math.max(r.ghn()-r.gd8(),0)>0 +break +case 2:q=p.e=Math.max(r.gd8()-r.gho(),0)>0 +break +case 1:case 3:q=s +break +default:q=s}if(q!==s)p.aL(new A.ah6())}}, +J(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=this,a8=null,a9=A.ao(b5),b0=A.aJr(b5),b1=A.ao(b5).RG,b2=new A.ah5(b5,a8,a8,0,3,a8,a8,a8,a8,a8,a8,16,64,a8,a8,a8),b3=b5.wF(t.Np),b4=A.a84(b5,t.X) +b5.ak(t.N8) +s=A.ax(t.ui) +r=a7.e +if(r)s.D(0,B.Aa) +r=b3==null +if(r)q=a8 +else{b3.a.toString +q=!1}if(r)b3=a8 +else{b3.a.toString +b3=!1}if(b4 instanceof A.ic)b4.grB() +r=a7.a +p=r.fy +r=r.ax +o=b2.gcs() +n=t._ +r=A.i9(r,s,n) +if(r==null)r=A.i9(b1.a,s,n) +if(r==null)r=A.i9(o,s,t.n8) +o=a7.a +m=o.ay +o=o.x +l=o==null?b1.c:o +if(l==null){o=b2.c +o.toString +l=o}if(s.p(0,B.Aa)){a7.a.toString +s=b1.d +if(s==null)s=b2.d +k=s==null?l:s}else k=l +a7.a.toString +j=b1.w +i=j==null?b2.goQ().fa(m):j +h=a7.a.ay +s=b1.x +if(s==null)s=a8 +if(s==null)s=j +if(s==null){s=b2.go8().fa(h) +g=s}else g=s +if(g==null)g=i +a7.a.toString +f=b1.as +if(f==null){s=b2.gtz() +f=s==null?a8:s.fa(m)}s=a7.a +e=s.k1 +d=s.c +if(d!=null){if(i.k(0,b2.goQ()))c=b0 +else{b=A.a5Z(a8,a8,a8,a8,a8,a8,a8,i.f,a8,a8,i.a,a8,a8,a8,a8,a8,a8) +s=b0.a +c=new A.k5(s==null?a8:s.O6(b.c,b.as,b.d))}d=A.a5Y(d,c) +s=a7.a +s.toString +d=new A.hT(A.q2(a8,56),d,a8)}a=s.e +if(a!=null){a=new A.Sj(a,a8) +a0=a9.r +$label0$0:{if(B.c9===a0||B.i2===a0||B.ds===a0||B.dt===a0){q=!0 +break $label0$0}if(B.ca===a0||B.cM===a0){q=a8 +break $label0$0}q=a8}a=A.dn(a8,a,!1,a8,!1,a8,a8,!0,a8,a8,a8,q,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8) +a=A.aKg(A.qq(a,a8,a8,B.du,!1,e,a8,a8,B.bg),1.34)}a1=A.mp(s.f,B.ay,B.aA,B.c7,a8) +if(g.k(0,b2.go8()))a2=b0 +else{a3=A.a5Z(a8,a8,a8,a8,a8,a8,a8,g.f,a8,a8,g.a,a8,a8,a8,a8,a8,a8) +b3=b0.a +a2=new A.k5(b3==null?a8:b3.O6(a3.c,a3.as,a3.d))}a1=A.a5Y(A.x4(a1,g),a2) +b3=a7.a.a0M(a9) +s=a7.a.dx +if(s==null)s=b1.z +if(s==null)s=16 +f.toString +a4=A.aqe(new A.HB(new A.amd(p),A.x4(A.qq(new A.Ma(d,a,a1,b3,s,a8),a8,a8,B.cN,!0,f,a8,a8,B.bg),i),a8),B.aR) +a4=A.arz(!1,a4,B.as,!0) +b3=b1.ax +a5=b3==null?b2.ax:b3 +if(a5==null){b3=A.fx(r) +a6=b3===B.au?B.Fj:B.Fk +a5=new A.jm(a8,a8,a8,a8,B.L,a6.f,a6.r,a6.w)}a7.a.toString +b3=b1.e +if(b3==null)b3=b2.gc5() +a7.a.toString +s=b1.f +if(s==null)s=b2.gcq() +q=a7.a.at +return A.dn(a8,new A.vh(a5,A.m2(B.a9,!0,a8,A.dn(a8,new A.hQ(B.eX,a8,a8,a4,a8),!1,a8,!0,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8),B.z,r,k,a8,b3,q,s,a8,B.cz),a8,t.ph),!0,a8,!1,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8,a8)}} +A.ah6.prototype={ +$0(){}, +$S:0} +A.Sj.prototype={ +aO(a){var s=a.ak(t.I) +s.toString +s=new A.Wn(B.ai,s.w,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){var s=a.ak(t.I) +s.toString +b.sbA(s.w)}} +A.Wn.prototype={ +c7(a){var s=a.O_(1/0) +return a.aZ(this.id$.ig(s))}, +c4(){var s=this,r=A.L.prototype.gaz.call(s).O_(1/0) +s.id$.cX(r,!0) +s.id=A.L.prototype.gaz.call(s).aZ(s.id$.gC()) +s.vY()}} +A.ah5.prototype={ +gLS(){var s,r=this,q=r.ch +if(q===$){s=A.ao(r.ay) +r.ch!==$&&A.O() +r.ch=s +q=s}return q}, +gpV(){var s,r=this,q=r.CW +if(q===$){s=r.gLS() +r.CW!==$&&A.O() +q=r.CW=s.ax}return q}, +gHG(){var s,r=this,q=r.cx +if(q===$){s=r.gLS() +r.cx!==$&&A.O() +q=r.cx=s.p3}return q}, +gcs(){return this.gpV().cy}, +gdV(){return this.gpV().db}, +gc5(){return B.L}, +gcq(){var s=this.gpV(),r=s.k3 +return r==null?s.b:r}, +goQ(){var s=null +return new A.bR(24,s,s,s,s,this.gpV().db,s,s)}, +go8(){var s=null,r=this.gpV(),q=r.dy +return new A.bR(24,s,s,s,s,q==null?r.db:q,s,s)}, +gtz(){return this.gHG().z}, +gfu(){return this.gHG().r}} +A.pW.prototype={ +gt(a){var s=this +return A.I(s.gcs(),s.gdV(),s.c,s.d,s.gc5(),s.gcq(),s.r,s.goQ(),s.go8(),s.y,s.z,s.Q,s.gtz(),s.gfu(),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.N(b)!==A.u(s))return!1 +return b instanceof A.pW&&J.c(b.gcs(),s.gcs())&&J.c(b.gdV(),s.gdV())&&b.c==s.c&&b.d==s.d&&J.c(b.gc5(),s.gc5())&&J.c(b.gcq(),s.gcq())&&J.c(b.r,s.r)&&J.c(b.goQ(),s.goQ())&&J.c(b.go8(),s.go8())&&b.z==s.z&&b.Q==s.Q&&J.c(b.gtz(),s.gtz())&&J.c(b.gfu(),s.gfu())&&J.c(b.ax,s.ax)}, +gcs(){return this.a}, +gdV(){return this.b}, +gc5(){return this.e}, +gcq(){return this.f}, +goQ(){return this.w}, +go8(){return this.x}, +gtz(){return this.as}, +gfu(){return this.at}} +A.Si.prototype={} +A.y1.prototype={ +jI(){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.a9(0,f) +q=Math.abs(r.a) +p=Math.abs(r.b) +o=r.gcO() +n=s.a +m=f.b +l=new A.o(n,m) +k=new A.a7I(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q") +n=A.auy(new A.SA(m,B.bj,j,B.bd,B.ay,m,B.cQ,m,A.a1(new A.X(q,new A.a0p(o),p),!0,p.h("bf.E")),m),k) +switch(k.d.a){case 1:j=2*o +return new A.cG(new A.b5(o,j,o,j),n,m) +case 0:return A.fL(B.ai,n,B.z,m,B.GU,m,m,m,m,new A.b5(o,0,o,0),m,m,m)}}} +A.a0p.prototype={ +$1(a){var s=this.a +return new A.cG(new A.b5(s,0,s,0),a,null)}, +$S:172} +A.SA.prototype={ +aO(a){var s=this,r=null,q=s.tM(a) +q.toString +q=new A.Wo(s.ax,s.e,s.f,s.r,s.w,q,s.y,s.z,B.z,A.aw(),A.bd(4,A.aeR(r,r,r,r,r,B.b2,B.e,r,B.b3,B.bg),!1,t.mi),!0,0,r,r,A.aw()) +q.aQ() +q.K(0,r) +return q}, +aS(a,b){var s=this +b.smD(s.e) +b.sQh(s.f) +b.sQi(s.r) +b.swg(s.w) +b.sbA(s.tM(a)) +b.sSo(s.y) +b.sRZ(s.z) +b.aaX=s.ax}} +A.Wo.prototype={ +gaz(){if(this.Du)return A.G.prototype.gaz.call(this) +return A.G.prototype.gaz.call(this).Cv(1/0)}, +c7(a){var s,r,q,p,o=this,n=a.b +if(o.H7(a.Cv(1/0)).a<=n)return o.H7(a) +s=o.aR$ +for(r=A.j(o).h("bB.1"),q=0;s!=null;){q+=s.ig(a.O0(0)).b +p=s.b +p.toString +s=r.a(p).aF$}return a.aZ(new A.J(n,q))}, +c4(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: " +l.Du=!1 +l.H8() +l.Du=!0 +if(l.gC().a<=l.gaz().b)l.H8() +else{s=l.gaz().O0(0) +switch(l.a4.a){case 1:r=l.aR$ +break +case 0:r=l.fM$ +break +default:r=null}for(q=t.US,p=0;r!=null;){o=r.b +o.toString +q.a(o) +r.cX(s,!0) +switch(l.aX.a){case 1:switch(l.ab.a){case 2:n=l.gaz() +m=r.id +if(m==null)m=A.F(A.ar(k+A.u(r).j(0)+"#"+A.b1(r))) +o.a=new A.o((n.b-m.a)/2,p) +break +case 1:n=l.gaz() +m=r.id +if(m==null)m=A.F(A.ar(k+A.u(r).j(0)+"#"+A.b1(r))) +o.a=new A.o(n.b-m.a,p) +break +case 4:case 3:case 5:case 0:o.a=new A.o(0,p) +break}break +case 0:switch(l.ab.a){case 2:n=l.gaz() +m=r.id +if(m==null)m=A.F(A.ar(k+A.u(r).j(0)+"#"+A.b1(r))) +o.a=new A.o(n.b/2-m.a/2,p) +break +case 1:o.a=new A.o(0,p) +break +case 4:case 3:case 5:case 0:n=l.gaz() +m=r.id +if(m==null)m=A.F(A.ar(k+A.u(r).j(0)+"#"+A.b1(r))) +o.a=new A.o(n.b-m.a,p) +break}break}n=r.id +p+=(n==null?A.F(A.ar(k+A.u(r).j(0)+"#"+A.b1(r))):n).b +switch(l.a4.a){case 1:r=o.aF$ +break +case 0:r=o.ez$ +break}}l.id=l.gaz().aZ(new A.J(l.gaz().b,p))}}} +A.vu.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.vu)if(b.d==r.d)if(b.e==r.e)if(J.c(b.f,r.f))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.SB.prototype={} +A.bv.prototype={ +O5(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.gkA():c3,q=a5==null?s.gcs():a5,p=a9==null?s.gdV():a9,o=b5==null?s.gkr():b5,n=b7==null?s.gc5():b7,m=c1==null?s.gcq():c1,l=a6==null?s.gfc():a6,k=b6==null?s.gcQ():b6,j=b3==null?s.gkp():b3,i=a8==null?s.y:a8,h=b2==null?s.gko():b2,g=b0==null?s.Q:b0,f=b1==null?s.gfS():b1,e=b9==null?s.gkN():b9,d=b8==null?s.gd_():b8,c=b4==null?s.gkq():b4,b=c4==null?s.giJ():c4,a=c2==null?s.gky():c2,a0=a4==null?s.cx:a4,a1=a7==null?s.cy:a7,a2=a3==null?s.db:a3 +return A.ln(a2,a0,q,l,a1,i,p,g,f,h,j,c,o,k,n,d,e,c0==null?s.gjC():c0,m,a,r,b)}, +O6(a,b,c){return this.O5(null,null,null,null,null,null,a,null,b,null,null,null,c,null,null,null,null,null,null,null,null,null)}, +bQ(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.gkA() +if(a3==null)a3=a4.a +s=a2.gcs() +if(s==null)s=a4.b +r=a2.gdV() +if(r==null)r=a4.c +q=a2.gkr() +if(q==null)q=a4.d +p=a2.gc5() +if(p==null)p=a4.e +o=a2.gcq() +if(o==null)o=a4.f +n=a2.gfc() +if(n==null)n=a4.r +m=a2.gcQ() +if(m==null)m=a4.w +l=a2.gkp() +if(l==null)l=a4.x +k=a2.y +if(k==null)k=a4.y +j=a2.gko() +if(j==null)j=a4.z +i=a2.Q +if(i==null)i=a4.Q +h=a2.gfS() +if(h==null)h=a4.as +g=a2.gkN() +if(g==null)g=a4.at +f=a2.gd_() +if(f==null)f=a4.ax +e=a2.gkq() +if(e==null)e=a4.ay +d=a2.giJ() +if(d==null)d=a4.ch +c=a2.gky() +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.gjC() +return a2.O5(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)}, +gt(a){var s=this +return A.c9([s.gkA(),s.gcs(),s.gdV(),s.gkr(),s.gc5(),s.gcq(),s.gfc(),s.gcQ(),s.gkp(),s.y,s.gko(),s.Q,s.gfS(),s.gkN(),s.gd_(),s.gkq(),s.giJ(),s.gky(),s.cx,s.cy,s.db,s.gjC()])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.bv&&b.gkA()==s.gkA()&&J.c(b.gcs(),s.gcs())&&J.c(b.gdV(),s.gdV())&&J.c(b.gkr(),s.gkr())&&b.gc5()==s.gc5()&&b.gcq()==s.gcq()&&b.gfc()==s.gfc()&&b.gcQ()==s.gcQ()&&b.gkp()==s.gkp()&&b.y==s.y&&b.gko()==s.gko()&&b.Q==s.Q&&b.gfS()==s.gfS()&&b.gkN()==s.gkN()&&b.gd_()==s.gd_()&&J.c(b.gkq(),s.gkq())&&J.c(b.giJ(),s.giJ())&&b.gky()==s.gky()&&J.c(b.cx,s.cx)&&b.cy==s.cy&&J.c(b.db,s.db)&&b.gjC()==s.gjC()}, +gkA(){return this.a}, +gcs(){return this.b}, +gdV(){return this.c}, +gkr(){return this.d}, +gc5(){return this.e}, +gcq(){return this.f}, +gfc(){return this.r}, +gcQ(){return this.w}, +gkp(){return this.x}, +gko(){return this.z}, +gfS(){return this.as}, +gkN(){return this.at}, +gd_(){return this.ax}, +gkq(){return this.ay}, +giJ(){return this.ch}, +gky(){return this.CW}, +gjC(){return this.dx}} +A.UK.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return A.at(new A.aB(A.Q(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.y,-1),s,r.c)}if(s==null){q=p.a +return A.at(p,new A.aB(A.Q(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.y,-1),r.c)}return A.at(p,s,r.c)}, +$iaT:1} +A.SC.prototype={} +A.vv.prototype={ +au(){return new A.AP(null,null,B.t)}} +A.AP.prototype={ +DL(){this.aL(new A.ahW())}, +ge_(){var s=this.a.z +return s}, +rJ(){var s,r=this +r.a.toString +s=r.ge_() +r.a.toString +s.fv(B.a3,!1) +r.ge_().aa(r.gmO())}, +aY(){this.bq() +this.rJ()}, +b3(a){var s,r=this +r.bD(a) +s=a.z +if(r.a.z!==s){s.N(r.gmO()) +r.a.toString +s=r.r +if(s!=null){s.k2$=$.aO() +s.k1$=0}r.r=null +r.rJ()}r.a.toString}, +m(){var s,r=this +r.ge_().N(r.gmO()) +s=r.r +if(s!=null){s.k2$=$.aO() +s.k1$=0}s=r.d +if(s!=null)s.m() +r.Y5()}, +J(c5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0=this,c1=null,c2=c0.a,c3=new A.ahT(c2.r,c2.ag2(c5),c0.a.aa8(c5)),c4=new A.ahU(c0,c3) +c2=t.PM +s=c4.$1$1(new A.ahw(),c2) +r=c4.$1$1(new A.ahx(),t.p8) +q=t._ +p=c4.$1$1(new A.ahy(),q) +o=c4.$1$1(new A.ahJ(),q) +n=c4.$1$1(new A.ahM(),q) +m=c4.$1$1(new A.ahN(),q) +l=c4.$1$1(new A.ahO(),t.pc) +k=t.tW +j=c4.$1$1(new A.ahP(),k) +i=c4.$1$1(new A.ahQ(),k) +h=c4.$1$1(new A.ahR(),k) +g=c4.$1$1(new A.ahS(),q) +f=c4.$1$1(new A.ahz(),c2) +e=c4.$1$1(new A.ahA(),t.oI) +d=c4.$1$1(new A.ahB(),t.KX) +c=c3.$1$1(new A.ahC(),t.X3) +b=c3.$1$1(new A.ahD(),t.Oc) +a=c3.$1$1(new A.ahE(),t.Tu) +a0=c3.$1$1(new A.ahF(),t.y) +a1=c3.$1$1(new A.ahG(),t.pC) +a2=new A.o(c.a,c.b).T(0,4) +a3=c3.$1$1(new A.ahH(),t.Ya) +c2=j.a +q=j.b +a4=c.OS(new A.aE(c2,h.a,q,h.b)) +if(i!=null){a5=a4.aZ(i) +c2=a5.a +if(isFinite(c2))a4=a4.a9I(c2,c2) +c2=a5.b +if(isFinite(c2))a4=a4.a9H(c2,c2)}a6=a2.b +c2=a2.a +a7=Math.max(0,c2) +a8=l.D(0,new A.b5(a7,a6,a7,a6)).hM(0,B.as,B.m1) +if(a.a>0){q=c0.e +if(q!=null){k=c0.f +q=k!=null&&q!==s&&k.gl()!==p.gl()&&(c0.f.gl()>>>24&255)/255===1&&(p.gl()>>>24&255)/255<1&&s===0}else q=!1}else q=!1 +if(q){q=c0.d +if(!J.c(q==null?c1:q.e,a)){q=c0.d +if(q!=null)q.m() +q=A.ds(c1,a,c1,c1,c0) +q.bE() +k=q.cE$ +k.b=!0 +k.a.push(new A.ahI(c0)) +c0.d=q}p=c0.f +c0.d.sl(0) +c0.d.cP()}c0.e=s +c0.f=p +s.toString +q=r==null?c1:r.fa(o) +k=d.mv(e) +a9=p==null?B.hy:B.kF +b0=c0.a +b1=b0.w +b2=b0.c +b3=b0.d +b4=b0.e +b5=b0.x +b0=b0.f +b6=d.mv(e) +b7=c0.ge_() +b8=g==null?o:g +a1.toString +a9=A.m2(a,!0,c1,A.Jq(!1,c1,!0,A.x4(new A.cG(a8,new A.hQ(a1,1,1,c0.a.as,c1),c1),new A.bR(f,c1,c1,c1,c1,b8,c1,c1)),b6,a0,c1,b5,B.L,c1,new A.V4(new A.ahK(c3)),b0,c1,b4,b3,b2,new A.cs(new A.ahL(c3),t._s),c1,a3,b7),b1,p,s,c1,n,k,m,q,a9) +switch(b.a){case 0:b9=new A.J(48+c2,48+a6) +break +case 1:b9=B.U +break +default:b9=c1}return A.dn(!0,new A.Uw(b9,new A.hT(a4,a9,c1),c1),!0,!0,!1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1)}} +A.ahW.prototype={ +$0(){}, +$S:0} +A.ahT.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:167} +A.ahU.prototype={ +$1$1(a,b){return this.b.$1$1(new A.ahV(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:165} +A.ahV.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.O(this.a.ge_().a)}, +$S(){return this.c.h("0?(bv?)")}} +A.ahw.prototype={ +$1(a){return a==null?null:a.gfc()}, +$S:127} +A.ahx.prototype={ +$1(a){return a==null?null:a.gkA()}, +$S:164} +A.ahy.prototype={ +$1(a){return a==null?null:a.gcs()}, +$S:42} +A.ahJ.prototype={ +$1(a){return a==null?null:a.gdV()}, +$S:42} +A.ahM.prototype={ +$1(a){return a==null?null:a.gc5()}, +$S:42} +A.ahN.prototype={ +$1(a){return a==null?null:a.gcq()}, +$S:42} +A.ahO.prototype={ +$1(a){return a==null?null:a.gcQ()}, +$S:166} +A.ahP.prototype={ +$1(a){return a==null?null:a.gkp()}, +$S:73} +A.ahQ.prototype={ +$1(a){return a==null?null:a.y}, +$S:73} +A.ahR.prototype={ +$1(a){return a==null?null:a.gko()}, +$S:73} +A.ahS.prototype={ +$1(a){return a==null?null:a.Q}, +$S:42} +A.ahz.prototype={ +$1(a){return a==null?null:a.gfS()}, +$S:127} +A.ahA.prototype={ +$1(a){return a==null?null:a.gkN()}, +$S:168} +A.ahB.prototype={ +$1(a){return a==null?null:a.gd_()}, +$S:169} +A.ahK.prototype={ +$1(a){return this.a.$1$1(new A.ahu(a),t.Pb)}, +$S:170} +A.ahu.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gkq() +s=s==null?null:s.O(this.a)}return s}, +$S:171} +A.ahL.prototype={ +$1(a){return this.a.$1$1(new A.aht(a),t.n8)}, +$S:160} +A.aht.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gkr() +s=s==null?null:s.O(this.a)}return s}, +$S:173} +A.ahC.prototype={ +$1(a){return a==null?null:a.giJ()}, +$S:174} +A.ahD.prototype={ +$1(a){return a==null?null:a.gky()}, +$S:175} +A.ahE.prototype={ +$1(a){return a==null?null:a.cx}, +$S:176} +A.ahF.prototype={ +$1(a){return a==null?null:a.cy}, +$S:177} +A.ahG.prototype={ +$1(a){return a==null?null:a.db}, +$S:178} +A.ahH.prototype={ +$1(a){return a==null?null:a.gjC()}, +$S:179} +A.ahI.prototype={ +$1(a){if(a===B.ao)this.a.aL(new A.ahv())}, +$S:4} +A.ahv.prototype={ +$0(){}, +$S:0} +A.V4.prototype={ +O(a){var s=this.a.$1(a) +s.toString +return s}, +gr7(){return"ButtonStyleButton_MouseCursor"}} +A.Uw.prototype={ +aO(a){var s=new A.Wv(this.e,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sEi(this.e)}} +A.Wv.prototype={ +sEi(a){if(this.F.k(0,a))return +this.F=a +this.a3()}, +HS(a,b){var s,r,q=this.id$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.F +return a.aZ(new A.J(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.U}, +c7(a){return this.HS(a,A.uR())}, +c4(){var s,r=this +r.id=r.HS(A.L.prototype.gaz.call(r),A.uS()) +s=r.id$ +if(s!=null){s=s.b +s.toString +t.q.a(s).a=B.ai.mp(t.r.a(r.gC().a9(0,r.id$.gC())))}}, +cw(a,b){var s +if(this.iT(a,b))return!0 +s=this.id$.gC().jS(B.l) +return a.BQ(new A.al5(this,s),s,A.awv(s))}} +A.al5.prototype={ +$2(a,b){return this.a.id$.cw(a,this.b)}, +$S:11} +A.Dv.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.EZ.prototype={ +I(){return"ButtonTextTheme."+this.b}} +A.a0o.prototype={ +I(){return"ButtonBarLayoutBehavior."+this.b}} +A.vw.prototype={ +lS(a,b){return A.auy(b,this.w)}, +bS(a){return!this.w.k(0,a.w)}} +A.F_.prototype={ +gcQ(){var s=this.e +if(s!=null)return s +switch(this.c.a){case 0:case 1:return B.Kq +case 2:return B.Ks}}, +gd_(){var s=this.f +if(s!=null)return s +switch(this.c.a){case 0:case 1:return B.a5b +case 2:return B.a5c}}, +O7(a,b,c,d,e,f,g){var s=this,r=g==null?s.c:g,q=d==null?s.d:d,p=e==null?s.a:e,o=c==null?s.b:c,n=f==null?s.gcQ():f,m=s.gd_(),l=b==null?s.at:b +return A.aqa(a===!0,s.w,l,s.x,s.y,o,s.Q,s.z,q,s.ax,p,n,m,s.as,r)}, +a9v(a){return this.O7(null,a,null,null,null,null,null)}, +a9T(a,b,c,d,e,f){return this.O7(a,null,b,c,d,e,f)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.F_&&b.c===s.c&&b.a===s.a&&b.b===s.b&&b.gcQ().k(0,s.gcQ())&&b.gd_().k(0,s.gd_())&&J.c(b.w,s.w)&&J.c(b.y,s.y)&&J.c(b.z,s.z)&&J.c(b.at,s.at)&&b.ax==s.ax}, +gt(a){var s=this +return A.I(s.c,s.a,s.b,s.gcQ(),s.gd_(),!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.SD.prototype={} +A.F5.prototype={ +J(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=A.ao(a).y2 +A.ao(a) +s=new A.ahY(a,B.z,j,j,j,1,B.jF,B.Ep) +r=i.f +if(r==null){r=s.f +r.toString}q=i.b +if(q==null)q=s.gal() +p=k.d +o=k.e +n=k.f +m=k.r +l=i.a +if(l==null){l=s.a +l.toString}return A.dn(j,A.fL(j,A.m2(B.a9,!0,j,A.dn(j,k.Q,!1,j,!1,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j),l,q,n,j,p,m,o,j,B.kE),B.z,j,j,j,j,j,r,j,j,j,j),!0,j,!1,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j)}} +A.ahY.prototype={ +gzp(){var s,r=this,q=r.x +if(q===$){s=A.ao(r.w) +r.x!==$&&A.O() +q=r.x=s.ax}return q}, +gal(){return this.gzp().cy}, +gc5(){var s=this.gzp().fy +return s==null?B.k:s}, +gcq(){var s=this.gzp(),r=s.k3 +return r==null?s.b:r}} +A.q7.prototype={ +gt(a){var s=this +return A.I(s.a,s.gal(),s.gc5(),s.gcq(),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.N(b)!==A.u(s))return!1 +return b instanceof A.q7&&b.a==s.a&&J.c(b.gal(),s.gal())&&J.c(b.gc5(),s.gc5())&&J.c(b.gcq(),s.gcq())&&b.e==s.e&&J.c(b.f,s.f)&&J.c(b.r,s.r)}, +gal(){return this.b}, +gc5(){return this.c}, +gcq(){return this.d}} +A.SJ.prototype={} +A.q9.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.q9&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.c(b.w,s.w)&&J.c(b.x,s.x)}} +A.SK.prototype={} +A.vC.prototype={ +gt(a){var s=this +return A.c9([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.vC&&b.a==s.a&&J.c(b.b,s.b)&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.r,s.r)&&J.c(b.w,s.w)&&J.c(b.x,s.x)&&b.y==s.y&&J.c(b.z,s.z)&&J.c(b.Q,s.Q)&&J.c(b.as,s.as)&&J.c(b.at,s.at)&&J.c(b.ax,s.ax)&&J.c(b.ay,s.ay)&&J.c(b.ch,s.ch)&&b.CW==s.CW&&b.cx==s.cx&&b.cy==s.cy&&J.c(b.db,s.db)}} +A.SM.prototype={} +A.qg.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.N(a0)!==A.u(b))return!1 +if(a0 instanceof A.qg)if(a0.a===b.a){s=a0.b +r=b.b +if(s.k(0,r)){q=a0.c +p=b.c +if(q.k(0,p)){o=a0.d +if(o==null)o=s +n=b.d +if(o.k(0,n==null?r:n)){o=a0.e +if(o==null)o=q +n=b.e +if(o.k(0,n==null?p:n)){o=a0.f +n=b.f +if(o.k(0,n)){m=a0.r +l=b.r +if(m.k(0,l)){k=a0.w +if(k==null)k=o +j=b.w +if(k.k(0,j==null?n:j)){k=a0.x +if(k==null)k=m +j=b.x +if(k.k(0,j==null?l:j)){k=a0.y +j=k==null +i=j?o:k +h=b.y +g=h==null +if(i.k(0,g?n:h)){i=a0.z +f=i==null +e=f?m:i +d=b.z +c=d==null +if(e.k(0,c?l:d)){e=a0.Q +if(e==null)o=j?o:k +else o=e +k=b.Q +if(k==null)n=g?n:h +else n=k +if(o.k(0,n)){o=a0.as +if(o==null)o=f?m:i +n=b.as +if(n==null)n=c?l:d +if(o.k(0,n)){o=a0.at +n=b.at +if(o.k(0,n)){m=a0.ax +l=b.ax +if(m.k(0,l)){k=a0.ay +o=k==null?o:k +k=b.ay +if(o.k(0,k==null?n:k)){o=a0.ch +if(o==null)o=m +n=b.ch +if(o.k(0,n==null?l:n))if(a0.CW.k(0,b.CW)){o=a0.cx +n=b.cx +if(o.k(0,n)){m=a0.cy +l=b.cy +if(m.k(0,l)){k=a0.db +j=b.db +if(k.k(0,j)){i=a0.dx +if(i==null)i=m +h=b.dx +if(i.k(0,h==null?l:h)){i=a0.dy +if(i==null)i=k +h=b.dy +if(i.k(0,h==null?j:h)){i=a0.fr +if(i==null)i=o +h=b.fr +if(i.k(0,h==null?n:h)){i=a0.fx +o=i==null?o:i +i=b.fx +if(o.k(0,i==null?n:i)){o=a0.fy +if(o==null)o=B.k +n=b.fy +if(o.k(0,n==null?B.k:n)){o=a0.go +if(o==null)o=B.k +n=b.go +if(o.k(0,n==null?B.k:n)){o=a0.id +if(o==null)o=k +n=b.id +if(o.k(0,n==null?j:n)){o=a0.k1 +if(o==null)o=m +n=b.k1 +if(o.k(0,n==null?l:n)){o=a0.k2 +q=o==null?q:o +o=b.k2 +if(q.k(0,o==null?p:o)){q=a0.k3 +s=q==null?s:q +q=b.k3 +s=s.k(0,q==null?r:q)}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +return s}, +gt(b1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7=this,a8=a7.b,a9=a7.c,b0=a7.d +if(b0==null)b0=a8 +s=a7.e +if(s==null)s=a9 +r=a7.f +q=a7.r +p=a7.w +if(p==null)p=r +o=a7.x +if(o==null)o=q +n=a7.y +m=n==null +l=m?r:n +k=a7.z +j=k==null +i=j?q:k +h=a7.Q +if(h==null){if(m)n=r}else n=h +m=a7.as +if(m==null)m=j?q:k +k=a7.at +j=a7.ax +h=a7.ay +if(h==null)h=k +g=a7.ch +if(g==null)g=j +f=a7.cx +e=a7.cy +d=a7.db +c=a7.dx +if(c==null)c=e +b=a7.dy +if(b==null)b=d +a=a7.fr +if(a==null)a=f +a0=a7.fx +if(a0==null)a0=f +a1=a7.fy +if(a1==null)a1=B.k +a2=a7.go +if(a2==null)a2=B.k +a3=a7.id +if(a3==null)a3=d +a4=a7.k1 +if(a4==null)a4=e +a5=a7.k2 +if(a5==null)a5=a9 +a6=a7.k3 +return A.I(a7.a,a8,a9,b0,s,r,q,p,o,l,i,n,m,k,j,h,g,a7.CW,f,A.I(e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6==null?a8:a6,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}} +A.SN.prototype={} +A.xT.prototype={} +A.w7.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.w7)if(J.c(b.a,r.a))if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(J.c(b.e,r.e))if(b.f==r.f)if(b.r==r.r)if(J.c(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.Tc.prototype={} +A.w8.prototype={ +gt(a){var s=this +return A.c9([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,s.k4,s.ok,s.p1,s.p2,s.p3])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.w8&&J.c(b.a,s.a)&&b.b==s.b&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.r,s.r)&&J.c(b.w,s.w)&&J.c(b.x,s.x)&&J.c(b.y,s.y)&&J.c(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.c(b.ch,s.ch)&&J.c(b.CW,s.CW)&&b.cx==s.cx&&b.cy==s.cy&&b.db==s.db&&J.c(b.dx,s.dx)&&b.dy==s.dy&&J.c(b.fr,s.fr)&&J.c(b.fx,s.fx)&&J.c(b.fy,s.fy)&&J.c(b.go,s.go)&&J.c(b.id,s.id)&&J.c(b.k1,s.k1)&&J.c(b.k2,s.k2)&&J.c(b.k3,s.k3)&&b.k4==s.k4&&J.c(b.ok,s.ok)&&J.c(b.p2,s.p2)&&J.c(b.p3,s.p3)}} +A.Te.prototype={} +A.HS.prototype={ +J(a){var s,r,q,p,o,n,m,l,k,j,i,h=null +A.ao(a) +s=A.ao(a).bF +r=t.m +q=A.cU(a,B.m0,r).w +p=q.f.a0(0,B.Ku) +o=new A.aiz(a,h,6,h,h,B.Eo,B.ai,h,h,h,h) +q=s.f +if(q==null){q=o.f +q.toString}n=s.a +if(n==null)n=A.ao(a).ay +m=s.b +if(m==null){m=o.b +m.toString}l=s.c +if(l==null)l=o.gc5() +k=s.d +if(k==null)k=o.gcq() +j=s.e +if(j==null){j=o.e +j.toString}i=new A.hQ(q,h,h,new A.hT(B.GT,A.m2(B.a9,!0,h,this.as,B.z,n,m,h,l,j,k,h,B.kE),h),h) +return new A.v7(p,A.oe(i,A.cU(a,h,r).w.RE(!0,!0,!0,!0),h),B.iV,B.aT,h,h)}} +A.wg.prototype={} +A.a1Z.prototype={ +$3(a,b,c){var s=new A.es(this.a,null),r=new A.SI(this.b.a,s,null) +r=A.arz(!0,r,B.as,!0) +return r}, +$C:"$3", +$R:3, +$S:180} +A.aiz.prototype={ +gzD(){var s,r=this,q=r.Q +if(q===$){s=A.ao(r.z) +r.Q!==$&&A.O() +q=r.Q=s.ax}return q}, +gLR(){var s,r=this,q=r.as +if(q===$){s=A.ao(r.z) +r.as!==$&&A.O() +q=r.as=s.p3}return q}, +geT(){return this.gzD().f}, +gcs(){return this.gzD().cy}, +gc5(){return B.L}, +gcq(){var s=this.gzD(),r=s.k3 +return r==null?s.b:r}, +gfu(){return this.gLR().f}, +gCp(){return this.gLR().z}, +gBJ(){return B.Kt}} +A.nn.prototype={ +gt(a){return J.v(this.e)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.nn&&J.c(b.gcs(),s.gcs())&&b.b==s.b&&J.c(b.gc5(),s.gc5())&&J.c(b.gcq(),s.gcq())&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.geT(),s.geT())&&J.c(b.gfu(),s.gfu())&&J.c(b.gCp(),s.gCp())&&J.c(b.gBJ(),s.gBJ())}, +gcs(){return this.a}, +gc5(){return this.c}, +gcq(){return this.d}, +gfu(){return this.r}, +gCp(){return this.w}, +gBJ(){return this.x}, +geT(){return this.y}} +A.Tq.prototype={} +A.PS.prototype={ +J(a){var s,r,q,p,o,n,m,l=null +A.ao(a) +s=A.aqy(a) +r=A.ayC(a) +q=1 +p=1 +o=s.d +if(o==null){n=r.d +n.toString +o=n}m=s.e +if(m==null){n=r.e +n.toString +m=n}return A.kA(A.q8(A.fL(l,l,B.z,l,l,new A.dH(l,l,new A.c4(B.n,B.n,B.n,A.aHV(a,l,p)),l,l,l,B.aQ),l,l,new A.f_(0,o,0,m),l,l,l,p),l,l,l),l,q)}} +A.aiA.prototype={ +gal(){var s=A.ao(this.f).ax,r=s.fx +return r==null?s.cx:r}} +A.np.prototype={ +gt(a){var s=this +return A.I(s.gal(),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.N(b)!==A.u(s))return!1 +return b instanceof A.np&&J.c(b.gal(),s.gal())&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}, +gal(){return this.a}} +A.Tu.prototype={} +A.qt.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.qt&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&b.c==s.c&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.r,s.r)&&b.w==s.w}} +A.TC.prototype={} +A.qu.prototype={ +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.qu&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&J.c(b.c,s.c)}} +A.TD.prototype={} +A.Bg.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.TK.prototype={ +O(a){var s +if(a.p(0,B.aw)){s=this.a.a +return A.Q(61,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.aB)){s=this.a.a +return A.Q(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.aG)){s=this.a.a +return A.Q(61,s>>>16&255,s>>>8&255,s&255)}return null}} +A.TI.prototype={ +O(a){var s=this +if(a.p(0,B.a3))return 0 +if(a.p(0,B.aw))return s.a+6 +if(a.p(0,B.aB))return s.a+2 +if(a.p(0,B.aG))return s.a+2 +return s.a}} +A.TJ.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.YN.prototype={} +A.YO.prototype={} +A.YP.prototype={} +A.YQ.prototype={} +A.qy.prototype={ +gt(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.qy&&J.c(b.a,this.a)}} +A.TL.prototype={} +A.kV.prototype={} +A.a3s.prototype={} +A.wD.prototype={ +au(){var s=null +return new A.Bh(new A.mw(s,s),new A.eW(s,s),new A.eW(s,s),new A.eW(s,s),s,s,B.t)}} +A.Bh.prototype={ +aY(){var s,r,q,p,o,n,m=this,l=null +m.bq() +s=m.w=A.ds(l,B.a9,l,l,m) +r=$.aDM() +q=t.o +m.y=new A.aq(q.a(s),r,A.j(r).h("aq")) +p=$.aDO() +o=p.$ti.h("cg") +m.x=new A.aq(q.a(s),new A.cg(r,p,o),o.h("aq")) +o=m.d +p=$.aDN() +n=A.j(o).h("cg") +m.z=new A.aq(q.a(s),new A.cg(p,o,n),n.h("aq")) +n=m.e +o=A.j(n).h("cg") +m.Q=new A.aq(q.a(s),new A.cg(r,n,o),o.h("aq")) +o=m.f +n=A.j(o).h("cg") +m.as=new A.aq(q.a(s),new A.cg(r,o,n),n.h("aq")) +n=m.r +o=A.j(n).h("cg") +m.at=new A.aq(q.a(s),new A.cg(p,n,o),o.h("aq")) +o=m.c +o.toString +o=A.a9p(o) +if(o==null)s=l +else{s=m.c +s.toString +s=o.Rq(s)}A.uI(s) +if(s==null){m.a.toString +s=!1}m.ax=s +if(s)m.w.sl(1) +m.a.toString +s=new A.a3s() +m.ay=s +s.a=m}, +m(){var s=this.ay +s===$&&A.b() +s.a=null +s=this.w +s===$&&A.b() +s.m() +this.Y6()}, +a6B(){var s,r,q=this,p=q.c +p.toString +p=A.fY(p,B.FK,t.Uh) +p.toString +s=p.gbA() +p=q.c +p.toString +p=A.fY(p,B.i7,t.c4) +p.toString +r=q.ax?p.gad():p.ga_() +q.aL(new A.aiL(q)) +q.a.toString +A.ad2(r,s)}, +a2x(){this.a6B()}, +II(a){switch(1){case 0:return B.of +case 1:case 2:return B.og}}, +Zs(a){var s +this.a.toString +if(this.II(null)!==B.of)return null +s=this.x +s===$&&A.b() +return A.abF(B.o4,s)}, +ZA(a){var s +this.a.toString +if(this.II(null)!==B.og)return null +s=this.x +s===$&&A.b() +return A.abF(B.o4,s)}, +Zm(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=A.ao(a),h=A.a3t(a),g=k.z +g===$&&A.b() +s=g.b.a6(g.a.gl()) +if(s==null)s=B.mn +k.a.toString +g=A.fY(a,B.i7,t.c4) +g.toString +r=k.ax?g.gae():g.gY() +switch(i.r.a){case 2:case 4:q=k.ax?g.ga_()+"\n "+g.gW():g.gad()+"\n "+g.gV() +break +case 0:case 1:case 3:case 5:q=j +break +default:q=j}g=k.at +g===$&&A.b() +g=g.b.a6(g.a.gl()) +if(g==null)g=h.a +if(g==null)g=B.L +p=k.as +p===$&&A.b() +p=p.b.a6(p.a.gl()) +if(p==null)p=h.f +o=k.Q +o===$&&A.b() +o=o.b.a6(o.a.gl()) +k.a.toString +n=k.Zs(a) +m=k.a.d +l=k.ZA(a) +p=A.dn(j,A.aJR(new A.JO(n,m,j,l,h.c,k.ga2w(),j),p,j,o),!1,j,!1,j,j,j,q,j,j,j,j,j,j,r,j,j,j,j,j,j,j) +o=k.a.at +n=k.y +n===$&&A.b() +return A.fL(j,A.nh(A.a([p,A.aqe(new A.hQ(o,j,n.b.a6(n.a.gl()),b,j),B.aR)],t.p),B.ay,B.aA,B.c7),B.z,j,j,new A.im(g,j,j,j,s),j,j,j,j,j,j,j)}, +b3(a){var s,r=this +r.bD(a) +s=r.c +s.toString +A.ao(s) +s=r.c +s.toString +A.a3t(s) +s=r.c +s.toString +A.ayF(s) +r.a.toString}, +bv(){var s,r,q,p=this,o=p.c +o.toString +s=A.ao(o) +o=p.c +o.toString +r=A.a3t(o) +o=p.c +o.toString +q=A.ayF(o) +p.a7a(r,s) +p.a6P(r,q) +p.a6S(r,q) +p.a6M(r) +p.eo()}, +a7a(a,b){var s,r=this.d +this.a.toString +s=a.z +r.a=s==null?B.mn:s +s=a.y +if(s==null){s=b.CW +s=new A.c4(new A.aB(s,1,B.y,-1),B.n,new A.aB(s,1,B.y,-1),B.n)}r.b=s}, +a6P(a,b){var s,r=this.e +this.a.toString +s=a.x +r.a=s==null?b.gqX():s +this.a.toString +s=a.w +r.b=s==null?b.gtv():s}, +a6S(a,b){var s,r=this.f +this.a.toString +s=a.r +r.a=s==null?b.gqW():s +this.a.toString +s=a.f +r.b=s==null?b.geT():s}, +a6M(a){var s=this.r +this.a.toString +s.a=a.b +s.b=a.a}, +J(a){var s,r,q,p,o,n=this,m=null,l=A.a3t(a) +if(!n.ax){s=n.w +s===$&&A.b() +r=s.gbg()===B.a4}else r=!1 +if(r){n.a.toString +q=!0}else q=!1 +s=n.a +s.toString +p=l.e +if(p==null)p=B.as +o=new A.rr(r,new A.p6(!r,new A.cG(p,A.nh(s.r,B.ay,B.aA,B.bd),m),m),m) +s=n.w +s===$&&A.b() +p=q?m:o +return A.jO(s,n.gZl(),p)}} +A.aiL.prototype={ +$0(){var s,r=this.a,q=!r.ax +r.ax=q +s=r.w +if(q){s===$&&A.b() +s.cP()}else{s===$&&A.b() +s.hq().bp(new A.aiK(r),t.H)}q=r.c +q.toString +q=A.a9p(q) +if(q!=null){s=r.c +s.toString +q.SK(s,r.ax)}}, +$S:0} +A.aiK.prototype={ +$1(a){var s=this.a +if(s.c==null)return +s.aL(new A.aiJ())}, +$S:18} +A.aiJ.prototype={ +$0(){}, +$S:0} +A.aiI.prototype={ +guH(){var s,r=this,q=r.ax +if(q===$){q=r.at +if(q===$){s=A.ao(r.as) +r.at!==$&&A.O() +r.at=s +q=s}r.ax!==$&&A.O() +q=r.ax=q.ax}return q}, +gtv(){return this.guH().db}, +geT(){return this.guH().b}, +gqX(){return this.guH().db}, +gqW(){var s=this.guH(),r=s.dy +return r==null?s.db:r}} +A.Dx.prototype={ +m(){var s=this,r=s.de$ +if(r!=null)r.N(s.go5()) +s.de$=null +s.bb()}, +cB(){this.en() +this.dO() +this.o6()}} +A.qC.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.geT(),s.gqW(),s.gtv(),s.gqX(),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.N(b)!==A.u(s))return!1 +return b instanceof A.qC&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.geT(),s.geT())&&J.c(b.gqW(),s.gqW())&&J.c(b.gtv(),s.gtv())&&J.c(b.gqX(),s.gqX())&&J.c(b.y,s.y)&&J.c(b.z,s.z)&&!0}, +geT(){return this.f}, +gqW(){return this.r}, +gtv(){return this.w}, +gqX(){return this.x}} +A.TQ.prototype={} +A.Bi.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.TT.prototype={ +O(a){var s +if(a.p(0,B.aw)){s=this.a.a +return A.Q(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.aB)){s=this.a.a +return A.Q(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.aG)){s=this.a.a +return A.Q(31,s>>>16&255,s>>>8&255,s&255)}return null}} +A.TS.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.YV.prototype={} +A.YW.prototype={} +A.YX.prototype={} +A.qE.prototype={ +gt(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.qE&&J.c(b.a,this.a)}} +A.TU.prototype={} +A.wK.prototype={ +bS(a){var s,r=this +if(r.f===a.f)if(r.r===a.r)if(r.w===a.w)if(r.x===a.x)s=!1 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +return s}} +A.aio.prototype={ +j(a){return""}} +A.Bl.prototype={ +I(){return"_FloatingActionButtonType."+this.b}} +A.Iv.prototype={ +J(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=null,a0=A.ao(a5),a1=a0.aX,a2=this.k1,a3=new A.aiM(a5,a2,!0,a,a,a,a,a,6,6,8,a,6,a,!0,a,B.GO,B.GN,B.GP,B.GS,8,a,a,a),a4=a1.a +if(a4==null)a4=a3.gdV() +s=a1.b +if(s==null)s=a3.gcs() +r=a1.c +if(r==null)r=a3.grw() +q=a1.d +if(q==null)q=a3.grI() +p=a1.e +if(p==null)p=a3.gpC() +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.gfS() +n.toString +h=n}n=a1.cy +if(n==null){n=a3.grq() +n.toString}g=n.fa(a4) +f=a1.z +if(f==null){n=a3.gd_() +n.toString +f=n}n=this.c +e=A.x4(n,new A.bR(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.grp() +a2=A.a([],t.p) +a2.push(n) +e=new A.SL(new A.cG(c,A.mp(a2,B.ay,B.aA,B.c7,a),a),a) +break +default:d=a}b=A.avM(new A.yS(this.z,new A.TE(a,a1.db),g,s,r,q,p,o,l,m,j,k,d,f,e,a0.e,a,!1,B.z,i,a),B.Ii) +return new A.LU(b,a)}} +A.TE.prototype={ +O(a){var s=A.i9(this.a,a,t.WV) +if(s==null)s=null +return s==null?B.iW.O(a):s}, +gr7(){return"MaterialStateMouseCursor(FloatActionButton)"}} +A.SL.prototype={ +aO(a){var s=a.ak(t.I) +s.toString +s=new A.Wr(B.ai,s.w,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){var s=a.ak(t.I) +s.toString +b.sbA(s.w)}} +A.Wr.prototype={ +c7(a){var s,r=this.id$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.ig(B.cf) +return new A.J(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.J(A.a_(1/0,q,p),A.a_(1/0,o,n))}, +c4(){var s=this,r=A.L.prototype.gaz.call(s),q=s.id$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.cX(B.cf,!0) +s.id=new A.J(Math.max(p,Math.min(o,s.id$.gC().a)),Math.max(n,Math.min(m,s.id$.gC().b))) +s.vY()}else s.id=new A.J(A.a_(1/0,p,o),A.a_(1/0,n,m))}} +A.aiM.prototype={ +gq3(){var s,r=this,q=r.fx +if(q===$){s=A.ao(r.dx) +r.fx!==$&&A.O() +q=r.fx=s.ax}return q}, +gdV(){var s=this.gq3(),r=s.e +return r==null?s.c:r}, +gcs(){var s=this.gq3(),r=s.d +return r==null?s.b:r}, +gpC(){var s=this.gq3(),r=s.e +s=(r==null?s.c:r).a +return A.Q(31,s>>>16&255,s>>>8&255,s&255)}, +grw(){var s=this.gq3(),r=s.e +s=(r==null?s.c:r).a +return A.Q(31,s>>>16&255,s>>>8&255,s&255)}, +grI(){var s=this.gq3(),r=s.e +s=(r==null?s.c:r).a +return A.Q(20,s>>>16&255,s>>>8&255,s&255)}, +gd_(){switch(this.dy.a){case 0:return B.Eq +case 1:return B.Ep +case 2:return B.Eo +case 3:return B.Eq}}, +gfS(){switch(this.dy.a){case 0:return 24 +case 1:return 24 +case 2:return 36 +case 3:return 24}}, +grp(){return new A.f_(this.fr&&this.dy===B.afq?16:20,0,20,0)}, +grq(){var s,r=this,q=r.fy +if(q===$){s=A.ao(r.dx) +r.fy!==$&&A.O() +q=r.fy=s.p3}return q.as}} +A.a3O.prototype={ +j(a){return"FloatingActionButtonLocation"}} +A.adE.prototype={ +ad4(){return!1}, +iO(a){var s=this.ad4()?4:0 +return new A.o(this.T6(a,s),this.FQ(a,s))}} +A.a3B.prototype={ +FQ(a,b){var s=a.c,r=a.b.b,q=a.a.b,p=a.w.b,o=s-q-Math.max(16,a.f.d-(a.r.b-s)+16) +if(p>0)o=Math.min(o,s-p-q-16) +return(r>0?Math.min(o,s-r-q/2):o)+b}} +A.a3A.prototype={ +FQ(a,b){var s,r,q=a.c,p=a.r.b,o=a.f.d,n=a.b.b,m=a.a.b,l=a.w.b,k=a.e.d,j=m/2 +if(p-q>k+j)s=0 +else s=k===0?o:j+16 +r=q-j-s +if(l>0)r=Math.min(r,q-l-m-16) +if(n>0)r=Math.min(r,q-n-j) +return Math.min(p-m-s,r)}} +A.Ip.prototype={ +T6(a,b){switch(a.y.a){case 0:return 16+a.e.a-b +case 1:return A.aMl(a,b)}}} +A.aiC.prototype={ +j(a){return"FloatingActionButtonLocation.endFloat"}} +A.aiB.prototype={ +j(a){return"FloatingActionButtonLocation.endDocked"}} +A.a3N.prototype={ +j(a){return"FloatingActionButtonAnimator"}} +A.alD.prototype={ +FO(a,b,c){if(c<0.5)return a +else return b}} +A.AL.prototype={ +gl(){var s=this,r=s.w.x +r===$&&A.b() +return r>>16&255,s.gl()>>>8&255,s.gl()&255)}return s}if(a.p(0,B.aB)){s=q.c +r=q.a +s=r==null?p:A.Q(20,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}if(a.p(0,B.aG)){s=q.b +r=q.a +s=r==null?p:A.Q(31,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}}if(a.p(0,B.aw)){s=q.d +if(s==null){s=q.a +s=s==null?p:A.Q(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}return s}if(a.p(0,B.aB)){s=q.c +r=q.a +s=r==null?p:A.Q(20,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}if(a.p(0,B.aG)){s=q.b +r=q.a +s=r==null?p:A.Q(20,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +return s}return p}, +j(a){return"{hovered: "+A.f(this.c)+", focused: "+A.f(this.b)+", pressed: "+A.f(this.d)+", otherwise: null}"}} +A.Uk.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.YZ.prototype={} +A.k5.prototype={ +gt(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.k5&&J.c(b.a,this.a)}} +A.x3.prototype={ +lS(a,b){return A.a5Y(b,this.w)}, +bS(a){return!this.w.k(0,a.w)}} +A.Um.prototype={} +A.xh.prototype={ +ga2Q(){var s,r=this.e +if(r==null)return B.as +s=r.gcQ() +return s}, +au(){return new A.BC(new A.bO(null,t.B),B.t)}} +A.BC.prototype={ +a2h(){this.e=null}, +e9(){var s=this.e +if(s!=null)s.m() +this.ul()}, +Zj(a){var s,r,q=this,p=q.e,o=q.a +if(p==null){p=o.e +A.ayk(a) +o=A.ZV(a,null) +s=A.ar9(a,t.zd) +s.toString +r=$.aL.a4$.z.i(0,q.d).gaf() +r.toString +r=new A.xi(o,s,t.x.a(r),q.ga2g()) +r.swh(p) +r.sE0(!0) +s.vT(r) +q.e=r}else{p.swh(o.e) +p=q.e +p.toString +A.ayk(a) +p.sE0(!0) +p=q.e +p.toString +p.som(A.ZV(a,null))}p=q.a.c +return p}, +J(a){var s=this,r=s.a.ga2Q() +s.a.toString +return new A.cG(r,new A.es(s.gZi(),null),s.d)}} +A.xi.prototype={ +swh(a){var s,r=this +if(J.c(a,r.f))return +r.f=a +s=r.e +if(s!=null)s.m() +s=r.f +r.e=s==null?null:s.wa(r.ga1i()) +r.a.aC()}, +sE0(a){return}, +som(a){if(a.k(0,this.w))return +this.w=a +this.a.aC()}, +a1j(){this.a.aC()}, +m(){var s=this.e +if(s!=null)s.m() +this.jD()}, +t8(a,b){var s,r,q=this +if(q.e==null||!1)return +s=A.LQ(b) +r=q.w.O2(q.b.gC()) +if(s==null){a.cz() +a.a6(b.a) +q.e.pa(a,B.l,r) +a.bR()}else q.e.pa(a,s,r)}} +A.lN.prototype={ +a16(a){var s +if(a===B.a4&&!this.CW){s=this.ch +s===$&&A.b() +s.m() +this.jD()}}, +m(){var s=this.ch +s===$&&A.b() +s.m() +this.jD()}, +Kr(a,b,c){var s,r,q=this +a.cz() +s=q.f +if(s!=null)a.it(s.eG(b,q.ax)) +switch(q.z.a){case 1:s=b.gb2() +r=q.Q +a.hO(s,r==null?35:r,c) +break +case 0:s=q.as +if(!s.k(0,B.al))a.cV(A.aat(b,s.c,s.d,s.a,s.b),c) +else a.cl(b,c) +break}a.bR()}, +t8(a,b){var s,r,q=this,p=$.ak().bk(),o=q.e,n=q.ay +n===$&&A.b() +p.sal(A.Q(n.b.a6(n.a.gl()),o.gl()>>>16&255,o.gl()>>>8&255,o.gl()&255)) +s=A.LQ(b) +o=q.at +if(o!=null)r=o.$0() +else{o=q.b.gC() +r=new A.D(0,0,0+o.a,0+o.b)}if(s==null){a.cz() +a.a6(b.a) +q.Kr(a,r,p) +a.bR()}else q.Kr(a,r.dl(s),p)}} +A.anJ.prototype={ +$0(){var s=this.a.gC() +return new A.D(0,0,0+s.a,0+s.b)}, +$S:159} +A.ajG.prototype={ +CD(a,b,c,d,e,f,g,a0,a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i=null,h=a==null?B.al:a +if(a0==null){if(a1!=null){s=a1.$0() +r=new A.J(s.c-s.a,s.d-s.b)}else r=a2.gC() +s=Math.max(r.Nr(B.l).gcO(),new A.o(0+r.a,0).a9(0,new A.o(0,0+r.b)).gcO())/2}else s=a0 +h=new A.xk(g,h,s,A.aQ3(a2,c,a1),a3,b,e,d,a2,f) +q=d.F +p=A.ds(i,B.nP,i,i,q) +o=d.gfV() +p.bE() +n=p.cD$ +n.b=!0 +n.a.push(o) +p.cP() +h.cx=p +n=b.gl() +m=t.o +l=t.gD +h.CW=new A.aq(m.a(p),new A.lP(0,n>>>24&255),l.h("aq")) +n=A.ds(i,B.fc,i,i,q) +n.bE() +p=n.cD$ +p.b=!0 +p.a.push(o) +n.cP() +h.ch=n +p=t.H7 +k=$.aCb() +j=p.h("cg") +h.ay=new A.aq(m.a(n),new A.cg(k,new A.aK(s*0.3,s+5,p),j),j.h("aq")) +q=A.ds(i,B.nO,i,i,q) +q.bE() +j=q.cD$ +j.b=!0 +j.a.push(o) +q.bE() +o=q.cE$ +o.b=!0 +o.a.push(h.ga2R()) +h.db=q +o=b.gl() +j=$.aCc() +l=l.h("cg") +h.cy=new A.aq(m.a(q),new A.cg(j,new A.lP(o>>>24&255,0),l),l.h("aq")) +d.vT(h) +return h}} +A.xk.prototype={ +qZ(){var s=this.ch +s===$&&A.b() +s.e=B.Kd +s.cP() +s=this.cx +s===$&&A.b() +s.cP() +s=this.db +s===$&&A.b() +s.z=B.aJ +s.m4(1,B.ak,B.nO)}, +bd(){var s,r=this,q=r.cx +q===$&&A.b() +q.fC() +q=r.cx.x +q===$&&A.b() +s=1-q +q=r.db +q===$&&A.b() +q.sl(s) +if(s<1){q=r.db +q.z=B.aJ +q.m4(1,B.ak,B.nP)}}, +a2S(a){if(a===B.ao)this.m()}, +m(){var s=this,r=s.ch +r===$&&A.b() +r.m() +r=s.cx +r===$&&A.b() +r.m() +r=s.db +r===$&&A.b() +r.m() +s.jD()}, +t8(a,b){var s,r,q,p,o,n=this,m=n.cx +m===$&&A.b() +m=m.r +if(m!=null&&m.a!=null){m=n.CW +m===$&&A.b() +s=m.b.a6(m.a.gl())}else{m=n.cy +m===$&&A.b() +s=m.b.a6(m.a.gl())}r=$.ak().bk() +m=n.e +r.sal(A.Q(s,m.gl()>>>16&255,m.gl()>>>8&255,m.gl()&255)) +m=n.at +if(m!=null)q=m.$0() +else q=null +p=q!=null?q.gb2():n.b.gC().jS(B.l) +o=n.ch +o===$&&A.b() +o=o.x +o===$&&A.b() +o=A.yp(n.z,p,B.bG.a6(o)) +o.toString +p=n.ay +p===$&&A.b() +p=p.b.a6(p.a.gl()) +n.QI(n.Q,a,o,m,n.f,r,p,n.ax,b)}} +A.anI.prototype={ +$0(){var s=this.a.gC() +return new A.D(0,0,0+s.a,0+s.b)}, +$S:159} +A.ajH.prototype={ +CD(a,b,c,d,e,f,g,h,i,j,k){var s,r,q,p,o,n=null,m=a==null?B.al:a,l=h==null?A.aQ8(j,c,i,g):h +m=new A.xl(g,m,l,A.aQ2(j,c,i),!c,k,b,e,d,j,f) +s=d.F +r=A.ds(n,B.fc,n,n,s) +q=d.gfV() +r.bE() +p=r.cD$ +p.b=!0 +p.a.push(q) +r.cP() +m.CW=r +p=t.H7 +o=t.o +m.ch=new A.aq(o.a(r),new A.aK(0,l,p),p.h("aq")) +s=A.ds(n,B.a9,n,n,s) +s.bE() +p=s.cD$ +p.b=!0 +p.a.push(q) +s.bE() +q=s.cE$ +q.b=!0 +q.a.push(m.ga2T()) +m.cy=s +q=b.gl() +m.cx=new A.aq(o.a(s),new A.lP(q>>>24&255,0),t.gD.h("aq")) +d.vT(m) +return m}} +A.xl.prototype={ +qZ(){var s=B.c.ec(this.as/1),r=this.CW +r===$&&A.b() +r.e=A.cR(0,s) +r.cP() +this.cy.cP()}, +bd(){var s=this.cy +if(s!=null)s.cP()}, +a2U(a){if(a===B.ao)this.m()}, +m(){var s=this,r=s.CW +r===$&&A.b() +r.m() +s.cy.m() +s.cy=null +s.jD()}, +t8(a,b){var s,r=this,q=$.ak().bk(),p=r.e,o=r.cx +o===$&&A.b() +q.sal(A.Q(o.b.a6(o.a.gl()),p.gl()>>>16&255,p.gl()>>>8&255,p.gl()&255)) +s=r.z +if(r.ax){p=r.b.gC().jS(B.l) +o=r.CW +o===$&&A.b() +o=o.x +o===$&&A.b() +s=A.yp(s,p,o)}s.toString +p=r.ch +p===$&&A.b() +p=p.b.a6(p.a.gl()) +r.QI(r.Q,a,s,r.at,r.f,q,p,r.ay,b)}} +A.k9.prototype={ +qZ(){}, +bd(){}, +sal(a){if(a.k(0,this.e))return +this.e=a +this.a.aC()}, +sCI(a){if(J.c(a,this.f))return +this.f=a +this.a.aC()}, +QI(a,b,c,d,e,f,g,h,i){var s,r=A.LQ(i) +b.cz() +if(r==null)b.a6(i.a) +else b.aI(r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.it(e.eG(s,h)) +else if(!a.k(0,B.al))b.mt(A.aat(s,a.c,a.d,a.a,a.b)) +else b.l3(s)}b.hO(c,g,f) +b.bR()}} +A.r2.prototype={} +A.C9.prototype={ +bS(a){return this.f!==a.f}} +A.xj.prototype={ +Te(a){return null}, +J(a){var s=this,r=a.ak(t.sZ),q=r==null?null:r.f +return new A.BB(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.gTd(),s.gaa1(),s.p1,s.p2,null)}, +aa2(a){return!0}} +A.BB.prototype={ +au(){return new A.BA(A.B(t.R9,t.Pr),new A.by(A.a([],t.IR),t.qF),null,B.t)}} +A.mO.prototype={ +I(){return"_HighlightType."+this.b}} +A.BA.prototype={ +gaco(){var s=this.r.gbf() +s=new A.aX(s,new A.ajE(),A.j(s).h("aX")) +return!s.gP(s)}, +E9(a,b){var s,r=this.y,q=r.a,p=q.length +if(b){r.b=!0 +q.push(a)}else r.v(0,a) +s=q.length!==0 +if(s!==(p!==0)){r=this.a.p1 +if(r!=null)r.E9(this,s)}}, +a7B(a){var s=this,r=s.z +if(r!=null)r.bd() +s.z=null +r=s.c +r.toString +s.LC(r) +r=s.e +if(r!=null)r.qZ() +s.e=null +r=s.a +if(r.d!=null){if(r.id){r=s.c +r.toString +A.a3F(r)}r=s.a.d +if(r!=null)r.$0()}s.z=A.d4(B.aT,new A.ajA(s))}, +Gl(a){var s=this.c +s.toString +this.LC(s) +this.PA()}, +Uq(){return this.Gl(null)}, +DL(){this.aL(new A.ajD())}, +ge_(){var s=this.a.p4 +if(s==null){s=this.x +s.toString}return s}, +rJ(){var s,r,q=this +if(q.a.p4==null)q.x=A.awp(null) +s=q.ge_() +r=q.a +r.toString +s.fv(B.a3,!(q.h9(r)||q.ha(r))) +q.ge_().aa(q.gmO())}, +aY(){var s,r,q +this.Ya() +this.rJ() +s=this.gPv() +r=$.aL.a4$.f.a.d.a +q=r.i(0,s) +r.n(0,s,(q==null?0:q)+1)}, +b3(a){var s,r,q,p,o=this +o.bD(a) +s=a.p4 +if(o.a.p4!=s){if(s!=null)s.N(o.gmO()) +if(o.a.p4!=null){s=o.x +if(s!=null){s.k2$=$.aO() +s.k1$=0}o.x=null}o.rJ()}s=o.a +if(s.cx!=a.cx||s.CW!==a.CW||!J.c(s.cy,a.cy)){s=o.r +r=s.i(0,B.dx) +if(r!=null){q=r.ch +q===$&&A.b() +q.m() +r.jD() +o.Fz(B.dx,!1,o.f)}p=s.i(0,B.G1) +if(p!=null){s=p.ch +s===$&&A.b() +s.m() +p.jD()}}if(!J.c(o.a.db,a.db))o.a6R() +s=o.a +s.toString +s=o.h9(s)||o.ha(s) +if(s!==(o.h9(a)||o.ha(a))){s=o.ge_() +q=o.a +q.toString +s.fv(B.a3,!(o.h9(q)||o.ha(q))) +s=o.a +s.toString +if(!(o.h9(s)||o.ha(s))){o.ge_().fv(B.aw,!1) +r=o.r.i(0,B.dx) +if(r!=null){s=r.ch +s===$&&A.b() +s.m() +r.jD()}}o.Fz(B.dx,!1,o.f)}o.Fy()}, +m(){var s,r=this +$.aL.a4$.f.a.d.v(0,r.gPv()) +r.ge_().N(r.gmO()) +s=r.x +if(s!=null){s.k2$=$.aO() +s.k1$=0}s=r.z +if(s!=null)s.bd() +r.z=null +r.bb()}, +gFG(){if(!this.gaco()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +T1(a){switch(a.a){case 0:return B.a9 +case 1:case 2:this.a.toString +return B.Kg}}, +Fz(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null,e=g.r,d=e.i(0,a),c=a.a +switch(c){case 0:g.ge_().fv(B.aw,a0) +break +case 1:if(b)g.ge_().fv(B.aB,a0) +break +case 2:break}if(a===B.cT){s=g.a.p1 +if(s!=null)s.E9(g,a0)}s=d==null +if(a0===(!s&&d.CW))return +if(a0)if(s){s=g.a.fx +if(s==null)r=f +else{q=g.ge_().a +r=s.a.$1(q)}if(r==null){s=g.c +s.toString +p=A.ao(s) +switch(c){case 0:r=g.a.fr +if(r==null)r=p.cy +break +case 2:r=g.a.dx +if(r==null)r=p.cx +break +case 1:r=g.a.dy +if(r==null)r=p.dx +break}}s=g.c.gaf() +s.toString +t.x.a(s) +q=g.c +q.toString +q=A.ar9(q,t.zd) +q.toString +o=g.a +o.toString +o=g.h9(o)||g.ha(o)?r:A.Q(0,r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255) +n=g.a +m=n.CW +l=n.cx +k=n.cy +j=n.db +n=n.p2.$1(s) +i=g.c.ak(t.I) +i.toString +h=g.T1(a) +if(k==null)k=B.al +s=new A.lN(m,l,k,n,i.w,o,j,q,s,new A.ajF(g,a)) +h=A.ds(f,h,f,f,q.F) +h.bE() +j=h.cD$ +j.b=!0 +j.a.push(q.gfV()) +h.bE() +j=h.cE$ +j.b=!0 +j.a.push(s.ga15()) +h.cP() +s.ch=h +j=s.e.gl() +s.ay=new A.aq(t.o.a(h),new A.lP(0,j>>>24&255),t.gD.h("aq")) +q.vT(s) +e.n(0,a,s) +g.y7()}else{d.CW=!0 +e=d.ch +e===$&&A.b() +e.cP()}else{d.CW=!1 +e=d.ch +e===$&&A.b() +e.hq()}switch(c){case 0:e=g.a.at +if(e!=null)e.$1(a0) +break +case 1:if(b){e=g.a.ax +if(e!=null)e.$1(a0)}break +case 2:break}}, +kC(a,b){return this.Fz(a,!0,b)}, +a6R(){var s,r,q,p=this +for(s=p.r.gbf(),s=new A.dX(J.aA(s.a),s.b),r=A.j(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +if(q!=null)q.sCI(p.a.db)}s=p.e +if(s!=null)s.sCI(p.a.db) +s=p.d +if(s!=null&&s.a!==0)for(s=new A.mN(s,s.pY()),r=A.j(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +q.sCI(p.a.db)}}, +a_C(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c +g.toString +g=A.ar9(g,t.zd) +g.toString +s=i.c.gaf() +s.toString +t.x.a(s) +r=s.nl(a) +q=i.a.fx +if(q==null)q=null +else{p=i.ge_().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.ao(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.ao(q).x}p=i.a +k=p.ch +p=p.cx +j=i.c.ak(t.I) +j.toString +return h.a=q.CD(m,o,k,g,l,new A.ajz(h,i),r,p,n,s,j.w)}, +abq(a){if(this.c==null)return +this.aL(new A.ajC(this))}, +ga61(){var s,r=this,q=r.c +q.toString +q=A.dL(q,B.G3) +s=q==null?null:q.ch +switch((s==null?B.kH:s).a){case 0:q=r.a +q.toString +return(r.h9(q)||r.ha(q))&&r.Q +case 1:return r.Q}}, +Fy(){var s,r=$.aL.a4$.f.a.b +switch((r==null?A.Uf():r).a){case 0:s=!1 +break +case 1:s=this.ga61() +break +default:s=null}this.kC(B.G1,s)}, +abs(a){var s,r=this +r.Q=a +r.ge_().fv(B.aG,a) +r.Fy() +s=r.a.k2 +if(s!=null)s.$1(a)}, +Pr(a){if(this.y.a.length!==0)return +this.a6j(a)}, +ac6(a){this.Pr(a) +this.a.toString}, +ac8(a){this.a.toString}, +abW(a){this.Pr(a) +this.a.toString}, +abY(a){this.a.toString}, +LD(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gaf() +s.toString +t.x.a(s) +r=s.gC() +r=new A.D(0,0,0+r.a,0+r.b).gb2() +q=A.da(s.c0(null),r)}else q=b.a +o.ge_().fv(B.aw,!0) +p=o.a_C(q) +s=o.d;(s==null?o.d=A.cT(t.nQ):s).D(0,p) +s=o.e +if(s!=null)s.bd() +o.e=p +o.y7() +o.kC(B.cT,!0)}, +a6j(a){return this.LD(null,a)}, +LC(a){return this.LD(a,null)}, +PA(){var s=this,r=s.e +if(r!=null)r.qZ() +s.e=null +s.kC(B.cT,!1) +r=s.a +if(r.d!=null){if(r.id){r=s.c +r.toString +A.a3F(r)}r=s.a.d +if(r!=null)r.$0()}}, +ac4(){var s=this,r=s.e +if(r!=null)r.bd() +s.e=null +s.a.toString +s.kC(B.cT,!1)}, +abS(){var s=this,r=s.e +if(r!=null)r.qZ() +s.e=null +s.kC(B.cT,!1) +s.a.toString}, +abU(){var s=this,r=s.e +if(r!=null)r.bd() +s.e=null +s.a.toString +s.kC(B.cT,!1)}, +e9(){var s,r,q,p,o,n,m,l=this,k=l.d +if(k!=null){l.d=null +for(k=new A.mN(k,k.pY()),s=A.j(k).c;k.q();){r=k.d;(r==null?s.a(r):r).m()}l.e=null}for(k=l.r,s=A.ka(k,k.r);s.q();){r=s.d +q=k.i(0,r) +if(q!=null){p=q.ch +p===$&&A.b() +p.r.m() +p.r=null +o=p.cE$ +o.b=!1 +B.b.M(o.a) +n=o.c +if(n===$){m=A.cT(o.$ti.c) +o.c!==$&&A.O() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.cD$ +o.b=!1 +B.b.M(o.a) +n=o.c +if(n===$){m=A.cT(o.$ti.c) +o.c!==$&&A.O() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.ud() +q.jD()}k.n(0,r,null)}k=l.a.p1 +if(k!=null)k.E9(l,!1) +l.Y9()}, +h9(a){var s +if(a.d==null)s=!1 +else s=!0 +return s}, +ha(a){return!1}, +abF(a){var s=this,r=s.f=!0,q=s.a +q.toString +if(!s.h9(q)?s.ha(q):r)s.kC(B.dx,s.f)}, +abH(a){this.f=!1 +this.kC(B.dx,!1)}, +gZI(){var s,r=this,q=r.c +q.toString +q=A.dL(q,B.G3) +s=q==null?null:q.ch +switch((s==null?B.kH:s).a){case 0:q=r.a +q.toString +return(r.h9(q)||r.ha(q))&&r.a.ok +case 1:return!0}}, +J(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null +d.V1(a) +s=new A.ajB(d,a) +for(r=d.r,q=A.ka(r,r.r);q.q();){p=q.d +o=r.i(0,p) +if(o!=null)o.sal(s.$1(p))}r=d.e +if(r!=null){q=d.a.fx +if(q==null)q=c +else{p=d.ge_().a +p=q.a.$1(p) +q=p}if(q==null)q=d.a.fy +r.sal(q==null?A.ao(a).k3:q)}r=d.a.ay +if(r==null)r=B.iW +n=A.i9(r,d.ge_().a,t.Pb) +m=d.w +if(m===$){r=d.ga7A() +q=t.tq +p=t.wS +l=A.K([B.abZ,new A.ne(r,new A.by(A.a([],q),p),t.wY),B.ac_,new A.ne(r,new A.by(A.a([],q),p),t.nz)],t.u,t.od) +d.w!==$&&A.O() +d.w=l +m=l}r=d.a.k4 +q=d.gZI() +p=d.a +o=p.d +o=o==null?c:d.gUp() +p=d.h9(p)?d.gac5():c +k=d.a +k.toString +k=d.h9(k)?d.gac7():c +j=d.a +j.toString +j=d.h9(j)?d.gac2():c +i=d.a +i.toString +i=d.h9(i)?d.gac3():c +h=d.a +h.toString +h=d.ha(h)?d.gabV():c +g=d.a +g.toString +g=d.ha(g)?d.gabX():c +f=d.a +f.toString +f=d.ha(f)?d.gabR():c +e=d.a +e.toString +e=d.ha(e)?d.gabT():c +return new A.C9(d,A.a_v(m,A.IB(!1,q,A.LZ(A.aHC(A.dn(c,A.a4A(B.b5,d.a.c,B.bV,!0,c,c,c,c,c,c,c,c,c,c,f,e,h,g,j,i,p,k),!1,c,!1,c,c,c,c,c,c,c,c,c,o,c,c,c,c,c,c,c,c),n),n,d.gabE(),d.gabG(),c),c,c,c,r,!0,c,d.gabr(),c,c,c,c)),c)}, +$iash:1} +A.ajE.prototype={ +$1(a){return a!=null}, +$S:191} +A.ajA.prototype={ +$0(){this.a.kC(B.cT,!1)}, +$S:0} +A.ajD.prototype={ +$0(){}, +$S:0} +A.ajF.prototype={ +$0(){var s=this.a +s.r.n(0,this.b,null) +s.y7()}, +$S:0} +A.ajz.prototype={ +$0(){var s,r=this.b,q=r.d +if(q!=null){s=this.a +q.v(0,s.a) +if(r.e==s.a)r.e=null +r.y7()}}, +$S:0} +A.ajC.prototype={ +$0(){this.a.Fy()}, +$S:0} +A.ajB.prototype={ +$1(a){var s,r,q=this,p=A.ao(q.b) +switch(a.a){case 0:s=q.a +r=s.a.fx +r=r==null?null:r.a.$1(B.a6g) +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.a69) +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.a64) +s=r==null?s.a.dy:r +return s==null?p.dx:s}}, +$S:192} +A.Jp.prototype={} +A.DA.prototype={ +aY(){this.bq() +if(this.gFG())this.zY()}, +e9(){var s=this.mJ$ +if(s!=null){s.aq() +s.dA() +this.mJ$=null}this.ul()}} +A.Jr.prototype={} +A.eK.prototype={ +giu(){var s=this.a.b +return new A.b5(s,s,s,s)}, +aT(a){var s=this.a.aT(a) +return new A.eK(this.b*a,this.c.T(0,a),s)}, +d6(a,b){var s,r +if(a instanceof A.eK){s=A.ll(a.c,this.c,b) +s.toString +r=A.at(a.a,this.a,b) +return new A.eK(a.b,s,r)}return this.z4(a,b)}, +d7(a,b){var s,r +if(a instanceof A.eK){s=A.ll(this.c,a.c,b) +s.toString +r=A.at(this.a,a.a,b) +return new A.eK(a.b,s,r)}return this.z5(a,b)}, +iL(a,b){var s=$.ak().bU() +s.dP(this.c.cp(a).cW(-this.a.b)) +return s}, +eG(a,b){var s=$.ak().bU() +s.dP(this.c.cp(a)) +return s}, +i5(a,b,c,d){a.cV(this.c.cp(b),c)}, +gfX(){return!0}, +i4(a,b,c){var s=this.a,r=s.i9(),q=this.c.cp(b).cW(-(s.b/2)) +a.cV(q,r)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.eK&&b.a.k(0,s.a)&&b.c.k(0,s.c)&&b.b===s.b}, +gt(a){return A.I(this.a,this.c,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.a3P.prototype={ +I(){return"FloatingLabelBehavior."+this.b}} +A.Ix.prototype={ +gt(a){return B.i.gt(-1)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.Ix&&!0}, +j(a){return A.aIV(-1)}} +A.xm.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.r,s.w,s.x,s.y,s.z,s.Q,!1,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,A.I(s.db,s.dy,s.dx,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,!1,s.ok,s.f,B.a,B.a,B.a,B.a,B.a,B.a))}, +k(a,b){var s,r,q,p=this +if(b==null)return!1 +if(p===b)return!0 +if(J.N(b)!==A.u(p))return!1 +if(b instanceof A.xm)if(J.c(b.a,p.a))if(J.c(b.c,p.c))if(J.c(b.e,p.e))if(b.z===p.z)if(J.c(b.Q,p.Q))if(J.c(b.at,p.at))if(J.c(b.ax,p.ax))if(J.c(b.ch,p.ch))if(b.x===p.x)if(b.y.k(0,p.y))if(b.cy===p.cy)if(J.c(b.db,p.db))if(J.c(b.dy,p.dy))if(J.c(b.dx,p.dx))if(J.c(b.fy,p.fy))if(J.c(b.go,p.go))if(J.c(b.id,p.id)){s=b.k1 +r=p.k1 +q=J.fH(s) +s=q.k(s,r)&&J.c(b.k2,p.k2)&&J.c(b.k3,p.k3)&&J.c(b.ok,p.ok)&&q.k(s,r)}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Uv.prototype={} +A.JP.prototype={ +I(){return"ListTileControlAffinity."+this.b}} +A.a7t.prototype={ +I(){return"ListTileTitleAlignment."+this.b}} +A.JO.prototype={ +JP(a,b){return!1}, +J(a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null,a0=A.ao(a6),a1=A.awh(a6),a2=new A.ajY(a6,a,B.En,a,a,a,a,a,a,a,B.Kk,a,a,a,8,24,a,a,a,a),a3=t.ui,a4=new A.a7u(A.ax(a3)),a5=a4.$3(a,a,a) +if(a5==null){a5=a1.e +a5=a4.$3(a5,a1.d,a5)}if(a5==null){a5=a0.b4 +s=a5.e +s=a4.$3(s,a5.d,s) +r=s}else r=a5 +if(r==null)r=a4.$4(a2.geT(),a2.gnn(),a2.geT(),a0.ch) +a5=a4.$3(a,a,a) +if(a5==null){a5=a1.f +a5=a4.$3(a5,a1.d,a5)}if(a5==null){a5=a0.b4 +s=a5.f +s=a4.$3(s,a5.d,s) +q=s}else q=a5 +if(q==null){a5=a2.f +q=a4.$4(a5,a2.gnn(),a5,a0.ch)}a4=A.a5Z(a,a,a,a,a,a,a,r,a,a,a,a,a,a,a,a,a) +a5=b.c +s=a5==null +if(!s||b.f!=null){p=a1.x +p=(p==null?a2.grT():p).fa(q)}else p=a +if(!s){p.toString +o=A.a_E(a5,B.a9,p)}else o=a +n=a1.r +if(n==null)n=a2.gfu() +b.JP(a0,a1) +n=n.a9F(q,a) +m=A.a_E(b.d,B.a9,n) +a5=b.f +if(a5!=null){p.toString +l=A.a_E(a5,B.a9,p)}else l=a +a5=a6.ak(t.I) +a5.toString +k=a5.w +a5=b.CW +a5=a5==null?a:a5.O(k) +if(a5==null){a5=a1.y +a5=a5==null?a:a5.O(k) +j=a5}else j=a5 +if(j==null)j=a2.y.O(k) +a3=A.ax(a3) +a5=A.i9(a,a3,t.WV) +if(a5==null)i=a +else i=a5 +if(i==null)i=B.iW.O(a3) +a3=a1.b +a5=a3==null?B.iI:a3 +s=a1.z +h=s==null?a0.b4.z:s +s=h==null?a2.gtw():h +b.JP(a0,a1) +g=n.Q +if(g==null){g=a2.gfu().Q +g.toString}f=a2.gpG().Q +f.toString +e=a1.as +if(e==null)e=16 +d=a1.at +if(d==null){d=a2.at +d.toString}c=a1.ax +if(c==null){c=a2.ax +c.toString}a4=A.arz(!1,A.x4(A.a5Y(new A.UN(o,m,a,l,!1,!1,a0.z,k,g,f,e,d,c,B.Mk,a),new A.k5(a4)),new A.bR(a,a,a,a,a,r,a,a)),j,!1) +return A.Jq(!1,a,!0,A.dn(a,new A.xh(a4,new A.im(s,a,a,a,a5),a),!1,!0,!1,a,a,a,a,a,a,a,a,a,a,a,a,!1,a,a,a,a,a),a3,!0,a,a,a,a,i,a,a,a,a,b.cy,a,a,a,a)}} +A.a7u.prototype={ +$4(a,b,c,d){return new A.Ut(a,c,b,d).O(this.a)}, +$3(a,b,c){return this.$4(a,b,c,null)}, +$S:193} +A.Ut.prototype={ +O(a){var s=this,r=s.a +if(r instanceof A.BQ)return A.i9(r,a,t._) +if(a.p(0,B.a3))return s.d +if(a.p(0,B.br))return s.c +return s.b}} +A.iC.prototype={ +I(){return"_ListTileSlot."+this.b}} +A.UN.prototype={ +a8M(a){var s=this +switch(a.a){case 0:return s.d +case 1:return s.e +case 2:return s.f +case 3:return s.r}}, +aO(a){var s=this,r=new A.Wy(!1,s.y,!1,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,A.B(t.cC,t.x),A.aw()) +r.aQ() +return r}, +aS(a,b){var s=this +b.sada(!1) +b.sad0(!1) +b.siJ(s.y) +b.sbA(s.z) +b.sag4(s.Q) +b.sUW(s.as) +b.sacu(s.at) +b.sae0(s.ay) +b.sae1(s.ax) +b.sag3(s.ch)}} +A.Wy.prototype={ +gqR(){var s,r=A.a([],t.Ik),q=this.lj$ +if(q.i(0,B.cc)!=null){s=q.i(0,B.cc) +s.toString +r.push(s)}if(q.i(0,B.bB)!=null){s=q.i(0,B.bB) +s.toString +r.push(s)}if(q.i(0,B.bC)!=null){s=q.i(0,B.bC) +s.toString +r.push(s)}if(q.i(0,B.cd)!=null){q=q.i(0,B.cd) +q.toString +r.push(q)}return r}, +sad0(a){return}, +siJ(a){if(this.ab.k(0,a))return +this.ab=a +this.a3()}, +sada(a){return}, +sbA(a){if(this.aw===a)return +this.aw=a +this.a3()}, +sag4(a){if(this.aX===a)return +this.aX=a +this.a3()}, +sUW(a){if(this.a4===a)return +this.a4=a +this.a3()}, +gIJ(){return this.b4+this.ab.a*2}, +sacu(a){if(this.b4===a)return +this.b4=a +this.a3()}, +sae1(a){if(this.aV===a)return +this.aV=a +this.a3()}, +sae0(a){if(this.bw===a)return +this.bw=a +this.a3()}, +sag3(a){if(this.bM===a)return +this.bM=a +this.a3()}, +gnt(){return!1}, +ga_K(){var s=this.lj$.i(0,B.bC),r=this.ab,q=new A.o(r.a,r.b).T(0,4) +if(s==null)return 56+q.b +return 72+q.b}, +f9(a){var s=this.lj$,r=s.i(0,B.bB).b +r.toString +r=t.q.a(r).a +s=s.i(0,B.bB).iK(a) +s.toString +return r.b+s}, +c7(a){return B.U}, +c4(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=this,a3=null,a4=A.L.prototype.gaz.call(a2),a5=a2.lj$,a6=a5.i(0,B.cc)!=null,a7=a5.i(0,B.bC)==null,a8=!a7,a9=a5.i(0,B.cd)!=null,b0=a2.ab,b1=new A.o(b0.a,b0.b).T(0,4) +b0=a4.b +s=new A.aE(0,b0,0,a4.d) +r=s.oD(new A.aE(0,1/0,0,56+b1.b)) +q=A.al7(a5.i(0,B.cc),r) +p=A.al7(a5.i(0,B.cd),r) +o=a6?Math.max(a2.bw,q.a)+a2.gIJ():0 +n=a9?Math.max(p.a+a2.gIJ(),32):0 +m=s.xX(b0-o-n) +l=A.al7(a5.i(0,B.bB),m) +k=A.al7(a5.i(0,B.bC),m) +if(a8){j=32 +i=52}else{i=a3 +j=i}h=a2.ga_K() +g=l.b +if(a7){a7=a2.aV +f=Math.max(h,g+2*a7) +e=(f-g)/2 +d=a7 +c=a3}else{j.toString +a7=a5.i(0,B.bB).ni(a2.aX) +a7.toString +e=j-a7 +i.toString +a7=a5.i(0,B.bC).ni(a2.a4) +a7.toString +c=i-a7+a2.ab.b*2 +b=e+g-c +if(b>0){a7=b/2 +e-=a7 +c+=a7}a=a2.aV +if(eh){f=g+k.b+2*a +c=g+a +e=a}else f=h +d=a}switch(a2.bM.a){case 0:d=(f-q.b)/2 +a0=(f-p.b)/2 +break +case 1:if(f>72){d=16 +a0=16}else{d=Math.min((f-q.b)/2,16) +a0=(f-p.b)/2}break +case 2:a0=d +break +case 3:d=(f-q.b)/2 +a0=(f-p.b)/2 +break +case 4:a1=f-q.b-d +a0=f-p.b-d +d=a1 +break +default:a0=a3 +d=a0}switch(a2.aw.a){case 0:if(a6){a7=a5.i(0,B.cc).b +a7.toString +t.q.a(a7).a=new A.o(b0-q.a,d)}a7=a5.i(0,B.bB).b +a7.toString +g=t.q +g.a(a7).a=new A.o(n,e) +if(a8){a7=a5.i(0,B.bC) +a7.toString +c.toString +a7=a7.b +a7.toString +g.a(a7).a=new A.o(n,c)}if(a9){a5=a5.i(0,B.cd).b +a5.toString +g.a(a5).a=new A.o(0,a0)}break +case 1:if(a6){a7=a5.i(0,B.cc).b +a7.toString +t.q.a(a7).a=new A.o(0,d)}a7=a5.i(0,B.bB).b +a7.toString +g=t.q +g.a(a7).a=new A.o(o,e) +if(a8){a7=a5.i(0,B.bC) +a7.toString +c.toString +a7=a7.b +a7.toString +g.a(a7).a=new A.o(o,c)}if(a9){a5=a5.i(0,B.cd).b +a5.toString +g.a(a5).a=new A.o(b0-p.a,a0)}break}a2.id=a4.aZ(new A.J(b0,f))}, +aK(a,b){var s=new A.al9(a,b),r=this.lj$ +s.$1(r.i(0,B.cc)) +s.$1(r.i(0,B.bB)) +s.$1(r.i(0,B.bC)) +s.$1(r.i(0,B.cd))}, +ke(a){return!0}, +df(a,b){var s,r,q,p,o,n +for(s=this.gqR(),r=s.length,q=t.q,p=0;p#"+A.b1(this)}} +A.mw.prototype={ +dK(a){return A.d3(this.a,this.b,a)}} +A.BO.prototype={ +au(){return new A.US(null,null,B.t)}} +A.US.prototype={ +ln(a){var s,r,q=this +q.CW=t.ir.a(a.$3(q.CW,q.a.z,new A.ak6())) +s=q.a +r=t.YJ +s=r.a(a.$3(q.cy,s.as,new A.ak7())) +q.cy=s +s=q.a.at +q.cx=s!=null?r.a(a.$3(q.cx,s,new A.ak8())):null +q.db=t.TZ.a(a.$3(q.db,q.a.w,new A.ak9()))}, +J(a){var s,r,q,p,o,n=this,m=null,l=n.db +l.toString +l=l.a6(n.gf2().gl()) +l.toString +s=n.CW +s.toString +r=s.a6(n.gf2().gl()) +A.ao(a) +s=n.a.Q +q=n.cx +p=A.avr(s,q==null?m:q.a6(n.gf2().gl()),r) +n.a.toString +s=n.cy +o=s==null?m:s.a6(n.gf2().gl()) +if(o==null)o=B.L +s=A.d7(a) +q=n.a +return new A.N1(new A.oV(l,s),q.y,r,p,o,new A.CH(q.r,l,!0,m),m)}} +A.ak6.prototype={ +$1(a){return new A.aK(A.ZJ(a),null,t.H7)}, +$S:83} +A.ak7.prototype={ +$1(a){return new A.eW(t.n8.a(a),null)}, +$S:62} +A.ak8.prototype={ +$1(a){return new A.eW(t.n8.a(a),null)}, +$S:62} +A.ak9.prototype={ +$1(a){return new A.mw(t.RY.a(a),null)}, +$S:199} +A.CH.prototype={ +J(a){var s=A.d7(a) +return A.Hz(this.c,new A.Xc(this.d,s,null),null,null,B.U)}} +A.Xc.prototype={ +aK(a,b){this.b.i4(a,new A.D(0,0,0+b.a,0+b.b),this.c)}, +jA(a){return!a.b.k(0,this.b)}} +A.Z1.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.UT.prototype={ +mT(a){return a.gcK()==="en"}, +ce(a){return new A.bC(B.H6,t.az)}, +lY(a){return!1}, +j(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +A.HK.prototype={ +gZ(){return"Dismiss"}, +gag(){return B.v}, +gW(){return"double tap to collapse"}, +gV(){return"double tap to expand"}, +gae(){return"Collapse"}, +gY(){return"Expand for more details"}, +gad(){return"Collapsed"}, +ga_(){return"Expanded"}, +$iY:1} +A.c8.prototype={ +I(){return"MaterialState."+this.b}} +A.LK.prototype={$iaT:1} +A.BQ.prototype={ +O(a){return this.c.$1(a)}} +A.LM.prototype={ +wf(a){return this.O(A.ax(t.ui)).wf(a)}, +$iaT:1} +A.TM.prototype={ +O(a){if(a.p(0,B.a3))return B.i1 +return B.lj}, +gr7(){return"MaterialStateMouseCursor(clickable)"}} +A.LJ.prototype={$iaT:1} +A.UX.prototype={ +O(a){return this.x.$1(a)}} +A.aT.prototype={} +A.BF.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +return r.d.$3(p,s,r.c)}, +$iaT:1} +A.cs.prototype={ +O(a){return this.a.$1(a)}, +$iaT:1} +A.b6.prototype={ +O(a){return this.a}, +j(a){var s="MaterialStatePropertyAll(",r=this.a +if(typeof r=="number")return s+A.hf(r)+")" +else return s+A.f(r)+")"}, +$iaT:1} +A.LN.prototype={ +fv(a,b){var s=this.a,r=J.ci(s) +if(b?r.D(s,a):r.v(s,a))this.aq()}} +A.LL.prototype={ +Sh(a,b){return new A.a7N(this,a,b)}, +Sg(a){return this.Sh(a,null)}, +a7H(a){if(this.oK$.D(0,a))this.aL(new A.a7L())}, +xR(a){if(this.oK$.v(0,a))this.aL(new A.a7M())}} +A.a7N.prototype={ +$1(a){var s=this.a,r=this.b +if(s.oK$.p(0,r)===a)return +if(a)s.a7H(r) +else s.xR(r)}, +$S:34} +A.a7L.prototype={ +$0(){}, +$S:0} +A.a7M.prototype={ +$0(){}, +$S:0} +A.LT.prototype={} +A.rh.prototype={ +gt(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.rh&&J.c(b.a,this.a)}} +A.V0.prototype={} +A.y6.prototype={ +gt(a){var s=this +return A.c9([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.N(b)!==A.u(r))return!1 +if(b instanceof A.y6)if(b.a==r.a)if(b.b==r.b)if(J.c(b.c,r.c))if(b.d==r.d)if(b.e==r.e)if(b.f==r.f)if(b.r==r.r)if(b.w==r.w)if(b.x.k(0,r.x))if(b.y==r.y)s=J.c(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.UM.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return A.at(new A.aB(A.Q(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.y,-1),s,r.c)}if(s==null){q=p.a +return A.at(p,new A.aB(A.Q(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.y,-1),r.c)}return A.at(p,s,r.c)}, +$iaT:1} +A.V1.prototype={} +A.of.prototype={ +gt(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.of&&J.c(b.a,this.a)}} +A.V2.prototype={} +A.rm.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.rm)if(b.a==r.a)if(J.c(b.b,r.b))if(b.c==r.c)if(J.c(b.d,r.d))if(J.c(b.e,r.e))if(J.c(b.f,r.f))if(J.c(b.r,r.r))if(b.w==r.w)if(b.x==r.x)s=b.z==r.z +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Va.prototype={} +A.yl.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.yl&&b.a==s.a&&J.c(b.b,s.b)&&b.c==s.c&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.r,s.r)&&J.c(b.w,s.w)&&b.x==s.x&&b.y==s.y}} +A.Vb.prototype={} +A.rn.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.rn&&J.c(b.a,s.a)&&b.b==s.b&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&b.r==s.r&&J.c(b.y,s.y)&&J.c(b.z,s.z)&&b.Q==s.Q&&b.as==s.as}} +A.Vc.prototype={} +A.akE.prototype={ +CD(a,b,c,d,e,f,g,h,i,j,k){return new A.Mh(b,null,d,j,null)}} +A.Mh.prototype={ +t8(a,b){}} +A.Vl.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.Vn.prototype={ +O(a){var s +if(a.p(0,B.aw)){s=this.a.a +return A.Q(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.aB)){s=this.a.a +return A.Q(10,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.aG)){s=this.a.a +return A.Q(31,s>>>16&255,s>>>8&255,s&255)}return null}} +A.Vm.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.Z6.prototype={} +A.Z7.prototype={} +A.Z8.prototype={} +A.ru.prototype={ +gt(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.ru&&J.c(b.a,this.a)}} +A.Vo.prototype={} +A.o7.prototype={ +Ns(a){return this.je.$1(a)}, +gl7(){return A.e3.prototype.gl7.call(this)+"("+A.f(this.b.a)+")"}, +gmW(){return!0}} +A.o8.prototype={ +gFp(){return B.d3}, +gqK(){return null}, +gC0(){return null}, +Cd(a){var s +if(t.Ne.b(a)){a.grB() +s=!0}else s=!1 +if(!s)s=!1 +else s=!0 +return s}, +Nu(a,b,c){var s=null +return A.dn(s,this.Ns(a),!1,s,!0,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s)}, +Ca(a,b,c,d){var s,r=A.ao(a),q=A.ao(a).r +if(this.a.cx.a)q=B.ca +s=r.f.a.i(0,q) +if(s==null)s=B.n6 +return s.w2(this,a,b,c,d,A.j(this).c)}} +A.kc.prototype={} +A.C8.prototype={ +Ns(a){return this.$ti.h("kc<1>").a(this.b).r}, +gmW(){this.$ti.h("kc<1>").a(this.b) +return!0}, +grB(){this.$ti.h("kc<1>").a(this.b) +return!1}, +gl7(){return A.e3.prototype.gl7.call(this)+"("+A.f(this.$ti.h("kc<1>").a(this.b).a)+")"}} +A.BP.prototype={} +A.DC.prototype={} +A.YK.prototype={ +J(a){var s=this +return new A.qv(s.c,new A.an_(s),new A.an0(s),new A.qv(new A.h5(s.d,new A.by(A.a([],t.F),t.R),0),new A.an1(s),new A.an2(s),s.f,null),null)}} +A.an_.prototype={ +$3(a,b,c){return new A.mX(b,c,this.a.e&&!0,!1,null)}, +$C:"$3", +$R:3, +$S:148} +A.an0.prototype={ +$3(a,b,c){return new A.mY(b,this.a.e,!0,c,null)}, +$C:"$3", +$R:3, +$S:147} +A.an1.prototype={ +$3(a,b,c){return new A.mX(b,c,this.a.e&&!0,!0,null)}, +$C:"$3", +$R:3, +$S:148} +A.an2.prototype={ +$3(a,b,c){return new A.mY(b,this.a.e,!1,c,null)}, +$C:"$3", +$R:3, +$S:147} +A.mX.prototype={ +au(){return new A.YI(new A.zQ($.aO()),$,$,B.t)}} +A.YI.prototype={ +gFB(){return!1}, +qh(){var s,r=this,q=r.a,p=q.f +if(p)s=B.dF +else{s=$.aE9() +s=new A.aq(q.c,s,s.$ti.h("aq"))}r.ka$=s +p=p?$.aEa():$.aEb() +q=q.c +r.li$=new A.aq(q,p,p.$ti.h("aq")) +q.aa(r.gp9()) +r.a.c.f6(r.gp8())}, +aY(){var s,r,q,p,o=this +o.qh() +s=o.a +r=s.f +q=o.ka$ +q===$&&A.b() +p=o.li$ +p===$&&A.b() +o.d=A.azp(s.c,q,r,p) +o.bq()}, +b3(a){var s,r,q,p=this,o=p.a +if(a.f!==o.f||a.c!==o.c){o=a.c +o.N(p.gp9()) +o.dv(p.gp8()) +p.qh() +o=p.d +o===$&&A.b() +o.m() +o=p.a +s=o.f +r=p.ka$ +r===$&&A.b() +q=p.li$ +q===$&&A.b() +p.d=A.azp(o.c,r,s,q)}p.bD(a)}, +m(){var s,r=this +r.a.c.N(r.gp9()) +r.a.c.dv(r.gp8()) +s=r.d +s===$&&A.b() +s.m() +r.Ym()}, +J(a){var s=this.d +s===$&&A.b() +return A.axK(!0,this.a.d,this.lh$,B.Fh,s)}} +A.mY.prototype={ +au(){return new A.YJ(new A.zQ($.aO()),$,$,B.t)}} +A.YJ.prototype={ +gFB(){return!1}, +qh(){var s,r=this,q=r.a,p=q.e +if(p){s=$.aEd() +s=new A.aq(q.c,s,s.$ti.h("aq"))}else s=B.dF +r.ka$=s +p=p?$.aEe():$.aEf() +q=q.c +r.li$=new A.aq(q,p,p.$ti.h("aq")) +q.aa(r.gp9()) +r.a.c.f6(r.gp8())}, +aY(){var s,r,q,p,o=this +o.qh() +s=o.a +r=s.e +q=o.ka$ +q===$&&A.b() +p=o.li$ +p===$&&A.b() +o.d=A.azq(s.c,q,r,p) +o.bq()}, +b3(a){var s,r,q,p=this,o=p.a +if(a.e!==o.e||a.c!==o.c){o=a.c +o.N(p.gp9()) +o.dv(p.gp8()) +p.qh() +o=p.d +o===$&&A.b() +o.m() +o=p.a +s=o.e +r=p.ka$ +r===$&&A.b() +q=p.li$ +q===$&&A.b() +p.d=A.azq(o.c,r,s,q)}p.bD(a)}, +m(){var s,r=this +r.a.c.N(r.gp9()) +r.a.c.dv(r.gp8()) +s=r.d +s===$&&A.b() +s.m() +r.Yn()}, +J(a){var s=this.d +s===$&&A.b() +return A.axK(!0,this.a.f,this.lh$,B.Fh,s)}} +A.id.prototype={} +A.RW.prototype={ +w2(a,b,c,d,e){return new A.YK(c,d,!0,e,!0,null)}} +A.Hv.prototype={ +w2(a,b,c,d,e,f){return A.aHm(a,b,c,d,e,f)}} +A.yw.prototype={ +zg(a){var s=t.Tr +return A.a1(new A.X(B.UY,new A.a9q(a),s),!0,s.h("bf.E"))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +s=b instanceof A.yw +if(s&&r.a===b.a)return!0 +return s&&A.dq(r.zg(b.a),r.zg(r.a))}, +gt(a){return A.c9(this.zg(this.a))}} +A.a9q.prototype={ +$1(a){return this.a.i(0,a)}, +$S:202} +A.uG.prototype={ +aef(){var s,r=this,q=r.li$ +q===$&&A.b() +if(J.c(q.b.a6(q.a.gl()),1)){q=r.ka$ +q===$&&A.b() +q=J.c(q.gl(),0)||J.c(r.ka$.gl(),1)}else q=!1 +s=r.lh$ +if(q)s.svZ(!1) +else{r.gFB() +s.svZ(!1)}}, +aee(a){switch(a.a){case 0:case 3:this.lh$.svZ(!1) +break +case 1:case 2:this.gFB() +this.lh$.svZ(!1) +break}}} +A.Dr.prototype={ +AV(a){this.aq()}, +a03(a,b,c){var s,r,q,p,o +if(!this.r&&this.w.gbg()!==B.ao){s=$.aEc().a6(this.w.gl()) +s.toString +r=s}else r=0 +if(r>0){s=a.gcc() +q=b.a +p=b.b +o=$.ak().bk() +o.sal(A.Q(B.c.ar(255*r),0,0,0)) +s.cl(new A.D(q,p,q+c.a,p+c.b),o)}}, +t7(a,b,c,d){var s,r,q=this +switch(q.w.gbg().a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}q.a03(a,b,c) +s=q.z +r=q.x +A.aAq(s,r.b.a6(r.a.gl()),c) +r=q.as +r.saP(a.tl(!0,b,s,new A.amY(q,d),r.a))}, +m(){var s=this,r=s.w,q=s.geA() +r.N(q) +r.dv(s.gqg()) +s.x.a.N(q) +s.y.N(q) +s.Q.saP(null) +s.as.saP(null) +s.dA()}, +jA(a){var s,r,q=this +if(a.r===q.r)if(J.c(a.w.gl(),q.w.gl())){s=a.x +r=q.x +s=!J.c(s.b.a6(s.a.gl()),r.b.a6(r.a.gl()))||!J.c(a.y.gl(),q.y.gl())}else s=!0 +else s=!0 +return s}} +A.amY.prototype={ +$2(a,b){var s=this.a,r=s.Q +r.saP(a.Rj(b,B.c.ar(s.y.gl()*255),this.b,r.a))}, +$S:14} +A.Ds.prototype={ +AV(a){this.aq()}, +t7(a,b,c,d){var s,r,q=this +switch(q.y.gbg().a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}s=q.z +r=q.w +A.aAq(s,r.b.a6(r.a.gl()),c) +r=q.as +r.saP(a.tl(!0,b,s,new A.amZ(q,d),r.a))}, +jA(a){var s,r +if(a.r===this.r)if(J.c(a.x.gl(),this.x.gl())){s=a.w +r=this.w +r=!J.c(s.b.a6(s.a.gl()),r.b.a6(r.a.gl())) +s=r}else s=!0 +else s=!0 +return s}, +m(){var s,r=this +r.Q.saP(null) +r.as.saP(null) +s=r.geA() +r.w.a.N(s) +r.x.N(s) +r.y.dv(r.gqg()) +r.dA()}} +A.amZ.prototype={ +$2(a,b){var s=this.a,r=s.Q +r.saP(a.Rj(b,B.c.ar(s.x.gl()*255),this.b,r.a))}, +$S:14} +A.Vr.prototype={} +A.DJ.prototype={ +m(){var s=this.lh$ +s.k2$=$.aO() +s.k1$=0 +this.bb()}} +A.DK.prototype={ +m(){var s=this.lh$ +s.k2$=$.aO() +s.k1$=0 +this.bb()}} +A.rE.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.rE&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&b.c==s.c&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&b.r==s.r&&J.c(b.z,s.z)&&b.Q==s.Q}} +A.W2.prototype={} +A.rI.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.rI&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&b.c==s.c&&J.c(b.d,s.d)&&J.c(b.e,s.e)}} +A.W4.prototype={} +A.rM.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.rM)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.W8.prototype={} +A.fD.prototype={ +I(){return"_ScaffoldSlot."+this.b}} +A.zf.prototype={ +au(){var s=null +return new A.Od(A.j6(t.Np),A.d9(s,t.nY),A.d9(s,t.BL),s,s,B.t)}} +A.Od.prototype={ +bv(){var s,r=this,q=r.c +q.toString +s=A.cU(q,B.G2,t.m).w.z +q=r.y +if(q===!0)if(!s){q=r.x +q=q!=null&&q.b==null}else q=!1 +else q=!1 +if(q)r.acj(B.a6P) +r.y=s +r.eo()}, +acj(a){var s,r,q=this,p=q.r +if(p.b!==p.c){null.gbg() +s=!1}else s=!0 +if(s)return +r=p.gE(p).b +p=q.y +p.toString +if(p){null.sl(0) +r.d2(a)}else null.hq().bp(new A.abV(q,r,a),t.H) +p=q.x +if(p!=null)p.bd() +q.x=null}, +J(a){var s,r,q=this +q.y=A.cU(a,B.G2,t.m).w.z +s=q.r +if(!s.gP(s)){r=A.a84(a,t.X) +if(r==null||r.goV())null.gahe()}return new A.Cv(q,q.a.c,null)}, +m(){var s=this.x +if(s!=null)s.bd() +this.x=null +this.XH()}} +A.abV.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.d2(this.c)}, +$S:18} +A.Cv.prototype={ +bS(a){return this.f!==a.f}} +A.abW.prototype={} +A.aml.prototype={ +iO(a){var s=this +return s.c.FO(s.a.iO(a),s.b.iO(a),s.d)}, +j(a){return"_TransitionSnapshotFabLocation(begin: "+this.a.j(0)+", end: "+this.b.j(0)+", progress: "+A.f(this.d)+")"}} +A.Oc.prototype={ +a9E(a,b){var s=a==null?this.a:a +return new A.Oc(s,b==null?this.b:b)}} +A.WV.prototype={ +Mw(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.a9E(a,b) +s.aq()}, +Mv(a){return this.Mw(null,null,a)}, +a7g(a,b){return this.Mw(a,b,null)}} +A.AO.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(!s.V5(0,b))return!1 +return b instanceof A.AO&&b.r===s.r&&b.e===s.e&&b.f===s.f}, +gt(a){var s=this +return A.I(A.aE.prototype.gt.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.Sv.prototype={ +J(a){return this.c}} +A.alB.prototype={ +xA(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=this,a5=A.aq8(a9),a6=a9.a,a7=a5.xX(a6),a8=a9.b +if(a4.b.i(0,B.is)!=null){s=a4.eU(B.is,a7).b +a4.fp(B.is,B.l) +r=s}else{r=0 +s=0}if(a4.b.i(0,B.ix)!=null){q=0+a4.eU(B.ix,a7).b +p=Math.max(0,a8-q) +a4.fp(B.ix,new A.o(0,p))}else{q=0 +p=null}if(a4.b.i(0,B.m7)!=null){q+=a4.eU(B.m7,new A.aE(0,a7.b,0,Math.max(0,a8-q-r))).b +a4.fp(B.m7,new A.o(0,Math.max(0,a8-q)))}if(a4.b.i(0,B.iw)!=null){o=a4.eU(B.iw,a7) +a4.fp(B.iw,new A.o(0,s)) +if(!a4.ay)r+=o.b}else o=B.U +n=a4.f +m=Math.max(0,a8-Math.max(n.d,q)) +if(a4.b.i(0,B.ir)!=null){l=Math.max(0,m-r) +k=a4.d +if(k)l=A.a_(l+q,0,a5.d-r) +k=k?q:0 +a4.eU(B.ir,new A.AO(k,s,o.b,0,a7.b,0,l)) +a4.fp(B.ir,new A.o(0,r))}if(a4.b.i(0,B.iu)!=null){a4.eU(B.iu,new A.aE(0,a7.b,0,m)) +a4.fp(B.iu,B.l)}k=a4.b.i(0,B.dz)!=null&&!a4.at?a4.eU(B.dz,a7):B.U +if(a4.b.i(0,B.iv)!=null){j=a4.eU(B.iv,new A.aE(0,a7.b,0,Math.max(0,m-r))) +a4.fp(B.iv,new A.o((a6-j.a)/2,m-j.b))}else j=B.U +i=A.aR("floatingActionButtonRect") +if(a4.b.i(0,B.iy)!=null){h=a4.eU(B.iy,a5) +g=new A.abW(h,j,m,s,n,a4.r,a9,k,a4.w) +f=a4.z.iO(g) +e=a4.as.FO(a4.y.iO(g),f,a4.Q) +a4.fp(B.iy,e) +d=e.a +c=e.b +i.b=new A.D(d,c,d+h.a,c+h.b)}if(a4.b.i(0,B.dz)!=null){d=a4.ax +b=d!=null&&d") +k=t.F +j=t.R +i=t.V +h=A.ayz(new A.h5(new A.aq(p,new A.iP(new A.qG(B.o7)),l),new A.by(A.a([],k),j),0),new A.aq(p,new A.iP(B.o7),l),p,0.5,i) +p=d.a.d +g=$.aDV() +m.a(p) +f=$.aDW() +e=A.ayz(new A.aq(p,g,g.$ti.h("aq")),new A.h5(new A.aq(p,f,A.j(f).h("aq")),new A.by(A.a([],k),j),0),p,0.5,i) +d.e=A.auk(h,s,i) +i=A.auk(h,q,i) +d.r=i +d.w=new A.aq(m.a(i),new A.iP(B.Lb),l) +d.f=A.arW(new A.aq(r,new A.aK(1,1,b),b.h("aq")),e,c) +d.x=A.arW(new A.aq(o,n,n.$ti.h("aq")),e,c) +n=d.r +o=d.ga47() +n.bE() +n=n.cD$ +n.b=!0 +n.a.push(o) +n=d.e +n.bE() +n=n.cD$ +n.b=!0 +n.a.push(o)}, +a2e(a){this.aL(new A.aiN(this,a))}, +J(a){var s,r,q=this,p=A.a([],t.p),o=q.d +o===$&&A.b() +o=o.Q +o===$&&A.b() +if(o!==B.a4){o=q.e +o===$&&A.b() +s=q.f +s===$&&A.b() +p.push(A.axo(A.abF(q.y,s),o))}o=q.a +o.toString +s=q.r +s===$&&A.b() +r=q.x +r===$&&A.b() +p.push(A.axo(A.abF(o.c,r),s)) +return A.zU(B.iC,p,B.eG)}, +a48(){var s,r,q=this.e +q===$&&A.b() +s=q.a.gl() +q=q.b.gl() +q=Math.min(A.uO(s),A.uO(q)) +s=this.r +s===$&&A.b() +r=s.a.gl() +s=s.b.gl() +s=Math.max(q,Math.min(A.uO(r),A.uO(s))) +this.a.f.Mv(s)}} +A.aiN.prototype={ +$0(){var s=this.a.a +if(s.c!=null&&this.b===B.a4)s.r.cP()}, +$S:0} +A.oK.prototype={ +au(){var s=null,r=t.bR,q=t.B,p=$.aO() +return new A.t_(new A.bO(s,r),new A.bO(s,r),new A.bO(s,q),new A.z5(!1,p),new A.z5(!1,p),A.a([],t.Z5),new A.bO(s,q),B.k,s,A.B(t.yb,t.Q),s,!0,s,s,s,B.t)}} +A.t_.prototype={ +gei(){this.a.toString +return null}, +kw(a,b){var s=this +s.ph(s.w,"drawer_open") +s.ph(s.x,"end_drawer_open")}, +a7b(){var s,r=this,q=r.y.r +if(!q.gP(q)){q=r.y.r +s=q.gE(q)}else s=null +if(r.z!=s)r.aL(new A.abZ(r,s))}, +a6Y(){var s,r=this,q=r.y.e +if(!q.gP(q)){q=r.y.e +s=q.gE(q)}else s=null +if(r.Q!=s)r.aL(new A.abY(r,s))}, +a3s(){this.a.toString}, +a3E(a){var s,r,q,p,o=this,n={},m=o.cy +n.a=m +s=o.ch +s===$&&A.b() +r=s.r +if(r!=null&&r.a!=null){r=o.cx +r.toString +m.toString +q=o.CW +q===$&&A.b() +s=s.x +s===$&&A.b() +n.a=new A.aml(r,m,q,s) +p=Math.min(1-s,s)}else p=0 +o.aL(new A.abX(n,o,a)) +o.ch.iA(p)}, +a2u(){var s,r=this.c +r.toString +s=A.aan(r) +if(s!=null&&s.f.length!==0)s.jN(0,B.JP,B.fc)}, +gmi(){this.a.toString +return!0}, +aY(){var s,r=this,q=null +r.bq() +s=r.c +s.toString +r.dx=new A.WV(s,B.a5f,$.aO()) +s=r.a.w +if(s==null)s=B.iX +r.cy=s +r.CW=B.Ir +r.cx=s +r.ch=A.ds(q,new A.aZ(4e5),q,1,r) +r.db=A.ds(q,B.a9,q,q,r)}, +b3(a){var s,r=this +r.XK(a) +s=r.a +s=s.w +if(s!=a.w)r.a3E(s==null?B.iX:s) +r.a.toString}, +bv(){var s,r,q=this,p=q.c.ak(t.Pu),o=p==null?null:p.f,n=q.y,m=n==null +if(!m)s=o==null||n!==o +else s=!1 +if(s)if(!m)n.d.v(0,q) +q.y=o +if(o!=null){n=o.d +n.D(0,q) +r=q.c.wF(t.Np) +if(r==null||!n.p(0,r)){n=o.r +if(!n.gP(n))q.a7b() +n=o.e +if(!n.gP(n))q.a6Y()}}q.a3s() +q.XJ()}, +m(){var s=this,r=s.dx +r===$&&A.b() +r.k2$=$.aO() +r.k1$=0 +r=s.ch +r===$&&A.b() +r.m() +r=s.db +r===$&&A.b() +r.m() +r=s.y +if(r!=null)r.d.v(0,s) +s.w.m() +s.x.m() +s.XL()}, +zb(a,b,c,d,e,f,g,h,i){var s,r=this.c +r.toString +s=A.cU(r,null,t.m).w.Rz(f,g,h,i) +if(e)s=s.afx(!0) +if(d&&s.f.d!==0)s=s.O1(s.r.l6(s.w.d)) +if(b!=null)a.push(A.a7h(A.oe(b,s,null),c))}, +YR(a,b,c,d,e,f,g,h){return this.zb(a,b,c,!1,d,e,f,g,h)}, +pS(a,b,c,d,e,f,g){return this.zb(a,b,c,!1,!1,d,e,f,g)}, +za(a,b,c,d,e,f,g,h){return this.zb(a,b,c,d,!1,e,f,g,h)}, +HP(a,b){this.a.toString}, +HO(a,b){this.a.toString}, +J(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={},f=A.ao(a),e=a.ak(t.I) +e.toString +s=e.w +r=A.a([],t.s9) +e=i.a +q=e.f +q=q==null?h:new A.Sv(new A.o_(q,i.f),!1,!1,h) +p=e.e +e=e.CW!=null||!1 +i.gmi() +i.YR(r,q,B.ir,!0,e,!1,!1,p!=null) +if(i.dy)i.pS(r,A.arf(!0,h,i.fr,!1,h,h,h),B.iu,!0,!0,!0,!0) +if(i.a.e!=null){e=A.cU(a,B.ce,t.m).w +e=i.r=A.aGq(a,i.a.e.gxI())+e.r.b +q=i.a.e +q.toString +i.pS(r,new A.hT(new A.aE(0,1/0,0,e),new A.wK(1,e,e,e,h,h,q,h),h),B.is,!0,!1,!1,!1)}g.a=!1 +g.b=null +if(i.at!=null||i.as.length!==0){e=A.a1(i.as,!0,t.l7) +q=i.at +if(q!=null)e.push(q.a) +o=A.zU(B.me,e,B.eG) +i.gmi() +i.pS(r,o,B.iv,!0,!1,!1,!0)}e=i.z +if(e!=null){e.a.gah3() +e=f.hV +n=e.r +g.a=(n==null?B.a6O:n)===B.Fg +q=i.z +if(q!=null)q.a.gdw() +g.b=e.w +e=i.z +e=e==null?h:e.a +q=i.a.CW!=null||!1 +i.gmi() +i.za(r,e,B.dz,!1,q,!1,!1,!0)}g.c=!1 +if(i.Q!=null){a.ak(t.iB) +e=A.ao(a) +m=e.ry.f +g.c=(m==null?0:m)!==0 +e=i.Q +e=e==null?h:e.a +q=i.a.e +i.gmi() +i.za(r,e,B.iw,!1,!0,!1,!1,q!=null)}e=i.a +e=e.CW +if(e!=null){i.gmi() +i.za(r,e,B.ix,!1,!1,!1,!1,!0)}e=i.ch +e===$&&A.b() +q=i.CW +q===$&&A.b() +p=i.dx +p===$&&A.b() +l=i.db +l===$&&A.b() +i.pS(r,new A.Bj(i.a.r,e,q,p,l,h),B.iy,!0,!0,!0,!0) +switch(f.r.a){case 2:case 4:i.pS(r,A.a4A(B.b5,h,B.bV,!0,h,h,h,h,h,h,h,h,h,h,h,h,h,h,i.ga2t(),h,h,h),B.it,!0,!1,!1,!0) +break +case 0:case 1:case 3:case 5:break}e=i.x +q=e.y +if(q==null?A.j(e).h("cN.T").a(q):q){i.HO(r,s) +i.HP(r,s)}else{i.HP(r,s) +i.HO(r,s)}e=t.m +q=A.cU(a,B.ce,e).w +i.gmi() +p=A.cU(a,B.m0,e).w +k=q.r.l6(p.f.d) +q=A.cU(a,B.afw,e).w +i.gmi() +e=A.cU(a,B.m0,e).w +e=e.f.d!==0?0:h +j=q.w.l6(e) +if(k.d<=0)i.a.toString +e=i.a.ch +if(e==null)e=f.go +return new A.WW(!1,new A.zk(A.m2(B.a9,!0,h,A.jO(i.ch,new A.ac_(g,i,!1,k,j,s,r),h),B.z,e,0,h,h,h,h,h,B.cz),h),h)}} +A.abZ.prototype={ +$0(){this.a.z=this.b}, +$S:0} +A.abY.prototype={ +$0(){this.a.Q=this.b}, +$S:0} +A.abX.prototype={ +$0(){var s=this.b +s.cx=this.a.a +s.cy=this.c}, +$S:0} +A.ac_.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=A.K([B.FG,new A.Ts(a,new A.by(A.a([],t.tq),t.wS))],t.u,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.a_v(k,new A.w6(new A.alB(l.c,!1,l.d,l.e,l.f,p,j,s,r,q,n,o.b,m),l.r,null))}, +$S:204} +A.Ts.prototype={ +kh(a){var s=this.e,r=A.ac0(s).w,q=r.y +if(!(q==null?A.j(r).h("cN.T").a(q):q)){s=A.ac0(s).x +r=s.y +s=r==null?A.j(s).h("cN.T").a(r):r}else s=!0 +return s}, +fk(a){var s=this.e +A.ac0(s).a.toString +A.ac0(s).a.toString}} +A.WW.prototype={ +bS(a){return this.f!==a.f}} +A.alC.prototype={ +$2(a,b){if(!a.a)a.N(b)}, +$S:43} +A.Cw.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.Cx.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.Cy.prototype={ +b3(a){this.bD(a) +this.rh()}, +bv(){var s,r,q,p,o=this +o.eo() +s=o.bP$ +r=o.gnd() +q=o.c +q.toString +q=A.rW(q) +o.hT$=q +p=o.o4(q,r) +if(r){o.kw(s,o.fg$) +o.fg$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.hS$.a1(0,new A.alC()) +s=r.bP$ +if(s!=null)s.m() +r.bP$=null +r.XI()}} +A.Dy.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.Ol.prototype={ +J(a){var s=this,r=null +if(A.ao(a).r===B.ca)return new A.qn(8,B.er,s.c,s.d,!1,B.a55,3,r,B.jC,B.Kb,B.aT,A.E3(),r,r,r) +return new A.uk(r,s.c,s.d,r,r,r,r,B.d3,B.dL,B.H,A.E3(),r,r,r)}} +A.uk.prototype={ +au(){return new A.UV(new A.bO(null,t.B),null,null,B.t)}} +A.UV.prototype={ +gnr(){var s=this.a.e +if(s==null){s=this.fr +s===$&&A.b() +s=s.a +s=s==null?null:s.O(this.gqp())}return s==null?!1:s}, +gmE(){this.a.toString +var s=this.fr +s===$&&A.b() +s=s.e +if(s==null){s=this.fx +s===$&&A.b() +s=!s}return s}, +gvB(){return new A.cs(new A.akf(this),t.Le)}, +gqp(){var s=A.ax(t.ui) +if(this.db)s.D(0,B.A9) +if(this.dx)s.D(0,B.aB) +return s}, +ga6w(){var s,r,q,p,o,n,m,l=this,k=l.dy +k===$&&A.b() +s=k.db +r=A.aR("dragColor") +q=A.aR("hoverColor") +p=A.aR("idleColor") +switch(k.a.a){case 1:k=s.a +o=k>>>16&255 +n=k>>>8&255 +k&=255 +r.b=A.Q(153,o,n,k) +q.b=A.Q(B.c.ar(127.5),o,n,k) +m=l.fx +m===$&&A.b() +if(m){k=l.c +k.toString +k=A.ao(k).cy.a +k=A.Q(255,k>>>16&255,k>>>8&255,k&255)}else k=A.Q(B.c.ar(25.5),o,n,k) +p.b=k +break +case 0:k=s.a +o=k>>>16&255 +n=k>>>8&255 +k&=255 +r.b=A.Q(191,o,n,k) +q.b=A.Q(166,o,n,k) +m=l.fx +m===$&&A.b() +if(m){k=l.c +k.toString +k=A.ao(k).cy.a +k=A.Q(255,k>>>16&255,k>>>8&255,k&255)}else k=A.Q(B.c.ar(76.5),o,n,k) +p.b=k +break}return new A.cs(new A.akc(l,r,q,p),t.h2)}, +ga6D(){var s=this.dy +s===$&&A.b() +return new A.cs(new A.ake(this,s.a,s.db),t.h2)}, +ga6C(){var s=this.dy +s===$&&A.b() +return new A.cs(new A.akd(this,s.a,s.db),t.h2)}, +ga6v(){return new A.cs(new A.akb(this),t.pj)}, +aY(){var s,r=this +r.H6() +s=r.cy=A.ds(null,B.a9,null,null,r) +s.bE() +s=s.cD$ +s.b=!0 +s.a.push(new A.akl(r))}, +bv(){var s,r=this,q=r.c +q.toString +s=A.ao(q) +r.dy=s.ax +q=r.c +q.toString +r.fr=A.axr(q) +switch(s.r.a){case 0:r.fx=!0 +break +case 2:case 3:case 1:case 4:case 5:r.fx=!1 +break}r.W6()}, +tC(){var s,r=this,q=r.at +q===$&&A.b() +q.sal(r.ga6w().a.$1(r.gqp())) +q.sS9(r.ga6D().a.$1(r.gqp())) +q.sS8(r.ga6C().a.$1(r.gqp())) +s=r.c.ak(t.I) +s.toString +q.sbA(s.w) +q.sFi(r.ga6v().a.$1(r.gqp())) +s=r.a.r +if(s==null){s=r.fr +s===$&&A.b() +s=s.f}if(s==null){s=r.fx +s===$&&A.b() +s=s?null:B.et}q.stm(s) +s=r.fr +s===$&&A.b() +s=s.y +if(s==null){s=r.fx +s===$&&A.b() +s=s?0:2}q.sCG(s) +s=r.fr.z +q.sE8(s==null?0:s) +s=r.fr.Q +q.sEh(s==null?48:s) +s=r.c +s.toString +q.scQ(A.cU(s,B.ce,t.m).w.r) +q.syx(r.a.db) +q.sPL(!r.gmE())}, +wS(a){this.H5(a) +this.aL(new A.akk(this))}, +wR(a,b){this.H4(a,b) +this.aL(new A.akj(this))}, +DD(a){var s,r=this +r.W7(a) +if(r.Q4(a.gbN(),a.gc3(),!0)){r.aL(new A.akh(r)) +s=r.cy +s===$&&A.b() +s.cP()}else if(r.dx){r.aL(new A.aki(r)) +s=r.cy +s===$&&A.b() +s.hq()}}, +DE(a){var s,r=this +r.W8(a) +r.aL(new A.akg(r)) +s=r.cy +s===$&&A.b() +s.hq()}, +m(){var s=this.cy +s===$&&A.b() +s.m() +this.H3()}} +A.akf.prototype={ +$1(a){var s,r +if(a.p(0,B.aB)){s=this.a +s.a.toString +s=s.fr +s===$&&A.b() +s=s.d===!0}else s=!1 +if(s)return!0 +s=this.a +r=s.a.Q +s=s.fr +s===$&&A.b() +s=s.c +s=s==null?null:s.O(a) +return s==null?!1:s}, +$S:206} +A.akc.prototype={ +$1(a){var s,r,q,p=this,o=null +if(a.p(0,B.A9)){s=p.a.fr +s===$&&A.b() +s=s.r +s=s==null?o:s.O(a) +return s==null?p.b.ai():s}s=p.a +if(s.gvB().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.r +s=s==null?o:s.O(a) +return s==null?p.c.ai():s}r=s.fr +r===$&&A.b() +r=r.r +r=r==null?o:r.O(a) +if(r==null)r=p.d.ai() +q=s.fr.r +q=q==null?o:q.O(a) +if(q==null)q=p.c.ai() +s=s.cy +s===$&&A.b() +s=s.x +s===$&&A.b() +s=A.w(r,q,s) +s.toString +return s}, +$S:10} +A.ake.prototype={ +$1(a){var s=this.a +if(s.gnr()&&s.gvB().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.w +s=s==null?null:s.O(a) +if(s==null){s=this.c.a +s=this.b===B.G?A.Q(8,s>>>16&255,s>>>8&255,s&255):A.Q(13,s>>>16&255,s>>>8&255,s&255)}return s}return B.L}, +$S:10} +A.akd.prototype={ +$1(a){var s=this.a +if(s.gnr()&&s.gvB().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.x +s=s==null?null:s.O(a) +if(s==null){s=this.c.a +s=this.b===B.G?A.Q(B.c.ar(25.5),s>>>16&255,s>>>8&255,s&255):A.Q(64,s>>>16&255,s>>>8&255,s&255)}return s}return B.L}, +$S:10} +A.akb.prototype={ +$1(a){var s,r +if(a.p(0,B.aB)&&this.a.gvB().a.$1(a)){s=this.a.fr +s===$&&A.b() +s=s.b +s=s==null?null:s.O(a) +return s==null?12:s}s=this.a +r=s.a.w +if(r==null){r=s.fr +r===$&&A.b() +r=r.b +r=r==null?null:r.O(a)}if(r==null){s=s.fx +s===$&&A.b() +r=8/(s?2:1) +s=r}else s=r +return s}, +$S:145} +A.akl.prototype={ +$0(){this.a.tC()}, +$S:0} +A.akk.prototype={ +$0(){this.a.db=!0}, +$S:0} +A.akj.prototype={ +$0(){this.a.db=!1}, +$S:0} +A.akh.prototype={ +$0(){this.a.dx=!0}, +$S:0} +A.aki.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.akg.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.oP.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.oP&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.c(b.f,s.f)&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q}} +A.X0.prototype={} +A.zt.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.zt&&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.c(b.z,s.z)&&!0}} +A.UL.prototype={ +O(a){var s,r=this,q=r.a,p=q==null?null:q.O(a) +q=r.b +s=q==null?null:q.O(a) +if(p==s)return p +if(p==null){q=s.a +return A.at(new A.aB(A.Q(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.y,-1),s,r.c)}if(s==null){q=p.a +return A.at(p,new A.aB(A.Q(0,q.gl()>>>16&255,q.gl()>>>8&255,q.gl()&255),0,B.y,-1),r.c)}return A.at(p,s,r.c)}, +$iaT:1} +A.X1.prototype={} +A.zu.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.zu&&J.c(b.a,s.a)&&b.b==s.b&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.r,s.r)&&J.c(b.w,s.w)&&J.c(b.x,s.x)}} +A.X2.prototype={} +A.zv.prototype={ +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.zv&&J.c(b.a,this.a)&&!0}} +A.X3.prototype={} +A.zL.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.r,s.f,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,A.I(s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.zL)if(b.a==r.a)if(J.c(b.b,r.b))if(J.c(b.c,r.c))if(J.c(b.d,r.d))if(J.c(b.e,r.e))if(J.c(b.r,r.r))if(J.c(b.f,r.f))if(J.c(b.w,r.w))if(J.c(b.x,r.x))if(J.c(b.y,r.y))if(J.c(b.z,r.z))if(J.c(b.Q,r.Q))if(J.c(b.as,r.as))if(J.c(b.at,r.at))if(J.c(b.ax,r.ax))if(J.c(b.ay,r.ay))if(b.ch==r.ch)if(b.cx==r.cx)if(J.c(b.go,r.go))if(b.id==r.id)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.adv.prototype={} +A.abH.prototype={} +A.abG.prototype={} +A.Xp.prototype={} +A.zO.prototype={ +I(){return"SnackBarClosedReason."+this.b}} +A.OI.prototype={ +I(){return"SnackBarBehavior."+this.b}} +A.zP.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,null,s.z,s.Q,s.as,s.at,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.zP&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&b.e==s.e&&J.c(b.f,s.f)&&b.r==s.r&&b.w==s.w&&J.c(b.x,s.x)&&J.c(b.z,s.z)&&b.Q==s.Q&&J.c(b.as,s.as)&&J.c(b.at,s.at)}} +A.Xq.prototype={} +A.tm.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.tm&&b.a==s.a&&b.b==s.b&&J.c(b.c,s.c)&&b.d==s.d&&b.r==s.r&&b.w==s.w&&!0}} +A.XA.prototype={} +A.to.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.to)if(J.c(b.a,r.a))if(J.c(b.b,r.b))if(J.c(b.d,r.d))if(J.c(b.f,r.f))if(J.c(b.r,r.r))if(J.c(b.w,r.w))if(J.c(b.x,r.x))if(J.c(b.y,r.y))if(J.c(b.z,r.z))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.XE.prototype={} +A.Ph.prototype={ +aa8(a){var s=null +A.ao(a) +A.ao(a) +return new A.XH(a,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.a9,!0,B.ai,s)}, +ag2(a){var s +a.ak(t.if) +s=A.ao(a) +return s.fQ.a}} +A.D0.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}, +j(a){return"{disabled: "+A.f(this.b)+", otherwise: "+A.f(this.a)+"}"}} +A.XG.prototype={ +O(a){var s +if(a.p(0,B.aw)){s=this.a +return A.Q(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.p(0,B.aB)){s=this.a +return A.Q(10,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.p(0,B.aG)){s=this.a +return A.Q(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}return null}, +j(a){var s=this.a +return"{hovered: "+A.Q(10,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255).j(0)+", focused,pressed: "+A.Q(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255).j(0)+", otherwise: null}"}} +A.XF.prototype={ +O(a){if(a.p(0,B.a3))return this.b +return this.a}} +A.XH.prototype={ +gqt(){var s,r=this,q=r.fr +if(q===$){s=A.ao(r.dy) +r.fr!==$&&A.O() +q=r.fr=s.ax}return q}, +gkA(){return new A.b6(A.ao(this.dy).p3.as,t.wG)}, +gcs(){return B.kC}, +gdV(){return new A.cs(new A.am7(this),t._s)}, +gkr(){return new A.cs(new A.am9(this),t._s)}, +gc5(){return B.kC}, +gcq(){return B.kC}, +gfc(){return B.a1N}, +gcQ(){return new A.b6(A.aQG(this.dy),t.Ak)}, +gkp(){return B.a1Q}, +gko(){return B.a1U}, +gd_(){return B.a1S}, +gkq(){return new A.cs(new A.am8(),t.Y6)}, +giJ(){return A.ao(this.dy).z}, +gky(){return A.ao(this.dy).e}, +gjC(){return A.ao(this.dy).x}} +A.am7.prototype={ +$1(a){var s +if(a.p(0,B.a3)){s=this.a.gqt().db.a +return A.Q(97,s>>>16&255,s>>>8&255,s&255)}return this.a.gqt().b}, +$S:10} +A.am9.prototype={ +$1(a){var s +if(a.p(0,B.aw)){s=this.a.gqt().b +return A.Q(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.p(0,B.aB)){s=this.a.gqt().b +return A.Q(20,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}if(a.p(0,B.aG)){s=this.a.gqt().b +return A.Q(31,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}return null}, +$S:160} +A.am8.prototype={ +$1(a){if(a.p(0,B.a3))return B.i1 +return B.lj}, +$S:209} +A.Zp.prototype={} +A.tr.prototype={ +gt(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.tr&&J.c(b.a,this.a)}} +A.XI.prototype={} +A.tv.prototype={ +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.tv&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&J.c(b.c,s.c)}} +A.XJ.prototype={} +A.dN.prototype={ +bQ(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.bQ(b3.a) +if(r==null)r=b3.a +q=b1.b +p=q==null?b2:q.bQ(b3.b) +if(p==null)p=b3.b +o=b1.c +n=o==null?b2:o.bQ(b3.c) +if(n==null)n=b3.c +m=b1.d +l=m==null?b2:m.bQ(b3.d) +if(l==null)l=b3.d +k=b1.e +j=k==null?b2:k.bQ(b3.e) +if(j==null)j=b3.e +i=b1.f +h=i==null?b2:i.bQ(b3.f) +if(h==null)h=b3.f +g=b1.r +f=g==null?b2:g.bQ(b3.r) +if(f==null)f=b3.r +e=b1.w +d=e==null?b2:e.bQ(b3.w) +if(d==null)d=b3.w +c=b1.x +b=c==null?b2:c.bQ(b3.x) +if(b==null)b=b3.x +a=b1.y +a0=a==null?b2:a.bQ(b3.y) +if(a0==null)a0=b3.y +a1=b1.z +a2=a1==null?b2:a1.bQ(b3.z) +if(a2==null)a2=b3.z +a3=b1.Q +a4=a3==null?b2:a3.bQ(b3.Q) +if(a4==null)a4=b3.Q +a5=b1.as +a6=a5==null?b2:a5.bQ(b3.as) +if(a6==null)a6=b3.as +a7=b1.at +a8=a7==null?b2:a7.bQ(b3.at) +if(a8==null)a8=b3.at +a9=b1.ax +b0=a9==null?b2:a9.bQ(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.af8(j,i,h,s,r,q,p,o,n,g,f,e==null?a9:e,m,l,k)}, +a8_(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.f8(a0,d,b,d,a1,a2,0,1,a3) +s=e.b +s=s==null?d:s.f8(a0,d,b,d,a1,a2,0,1,a3) +r=e.c +r=r==null?d:r.f8(a0,d,b,d,a1,a2,0,1,a3) +q=e.d +q=q==null?d:q.f8(a0,d,b,d,a1,a2,0,1,a3) +p=e.e +p=p==null?d:p.f8(a0,d,b,d,a1,a2,0,1,a3) +o=e.f +o=o==null?d:o.f8(a,d,b,d,a1,a2,0,1,a3) +n=e.r +n=n==null?d:n.f8(a,d,b,d,a1,a2,0,1,a3) +m=e.w +m=m==null?d:m.f8(a,d,b,d,a1,a2,0,1,a3) +l=e.x +l=l==null?d:l.f8(a,d,b,d,a1,a2,0,1,a3) +k=e.y +k=k==null?d:k.f8(a,d,b,d,a1,a2,0,1,a3) +j=e.z +j=j==null?d:j.f8(a,d,b,d,a1,a2,0,1,a3) +i=e.Q +i=i==null?d:i.f8(a0,d,b,d,a1,a2,0,1,a3) +h=e.as +h=h==null?d:h.f8(a,d,b,d,a1,a2,0,1,a3) +g=e.at +g=g==null?d:g.f8(a,d,b,d,a1,a2,0,1,a3) +f=e.ax +return A.af8(k,j,i,c,s,r,q,p,o,h,g,f==null?d:f.f8(a,d,b,d,a1,a2,0,1,a3),n,m,l)}, +N9(a,b,c){return this.a8_(a,b,c,null,null,null)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.dN&&J.c(s.a,b.a)&&J.c(s.b,b.b)&&J.c(s.c,b.c)&&J.c(s.d,b.d)&&J.c(s.e,b.e)&&J.c(s.f,b.f)&&J.c(s.r,b.r)&&J.c(s.w,b.w)&&J.c(s.x,b.x)&&J.c(s.y,b.y)&&J.c(s.z,b.z)&&J.c(s.Q,b.Q)&&J.c(s.as,b.as)&&J.c(s.at,b.at)&&J.c(s.ax,b.ax)}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,B.a,B.a,B.a,B.a,B.a)}} +A.XM.prototype={} +A.mD.prototype={ +J(a){var s,r,q=null,p=this.c,o=B.cm.a,n=B.cm.b,m=B.cm.c,l=B.cm.d,k=B.cm.e,j=B.cm.f,i=B.cm.r,h=a.ak(t.Uf) +if(h==null)h=B.fb +s=p.kc +r=s.b +if(r==null)r=h.x +s=s.a +h=s==null?h.w:s +return new A.Bz(this,new A.Hx(new A.a7H(p,new A.Mg(o,n,m,l,k,j,i),B.n7,o,n,m,l,k,j,i),A.a6_(A.a1O(this.d,h,q,q,r),p.ok,q),q),q)}} +A.Bz.prototype={ +lS(a,b){return new A.mD(this.w.c,b,null)}, +bS(a){return!this.w.c.k(0,a.w.c)}} +A.p5.prototype={ +dK(a){var s,r=this.a +r.toString +s=this.b +s.toString +return A.aMH(r,s,a)}} +A.vb.prototype={ +au(){return new A.Sd(null,null,B.t)}} +A.Sd.prototype={ +ln(a){var s=a.$3(this.CW,this.a.r,new A.ah4()) +s.toString +this.CW=t.ZM.a(s)}, +J(a){var s=this.CW +s.toString +return new A.mD(s.a6(this.gf2().gl()),this.a.w,null)}} +A.ah4.prototype={ +$1(a){return new A.p5(t.we.a(a),null)}, +$S:210} +A.dy.prototype={} +A.o9.prototype={ +I(){return"MaterialTapTargetSize."+this.b}} +A.hE.prototype={ +r2(d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,i0,i1,i2,i3,i4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9=this,c0=null,c1=d4==null?b9.a:d4,c2=f7==null?b9.d:f7,c3=g4==null?b9.f:g4,c4=h3==null?b9.w:h3,c5=h6==null?b9.x:h6,c6=e0==null?b9.as:e0,c7=e1==null?b9.at:e1,c8=b9.ax,c9=d8==null?c8.a:d8,d0=c8.b,d1=c8.c,d2=c8.d +if(d2==null)d2=d0 +s=c8.e +if(s==null)s=d1 +r=c8.f +q=c8.r +p=c8.w +if(p==null)p=r +o=c8.x +if(o==null)o=q +n=c8.y +m=n==null?r:n +l=c8.z +k=l==null?q:l +j=c8.Q +if(j==null){if(n==null)n=r}else n=j +j=c8.as +if(j==null){if(l==null)l=q}else l=j +j=c8.at +i=c8.ax +h=c8.ay +if(h==null)h=j +g=c8.ch +if(g==null)g=i +f=c8.cx +e=c8.cy +d=c8.db +c=c8.dx +if(c==null)c=e +b=c8.dy +if(b==null)b=d +a=c8.fr +if(a==null)a=f +a0=c8.fx +if(a0==null)a0=f +a1=c8.fy +if(a1==null)a1=B.k +a2=c8.go +if(a2==null)a2=B.k +a3=c8.id +if(a3==null)a3=d +a4=c8.k1 +if(a4==null)a4=e +a5=c8.k2 +if(a5==null)a5=d1 +a6=c8.k3 +if(a6==null)a6=d0 +n=A.a1e(c8.CW,c9,j,h,a5,a3,f,i,g,a4,d1,s,q,o,d,b,k,l,a,a0,d0,d2,a2,r,p,a1,e,a6,c,m,n) +c8=e4==null?b9.ay:e4 +c9=e6==null?b9.CW:e6 +d0=f6==null?b9.dy:f6 +d1=g6==null?b9.fr:g6 +d2=g7==null?b9.fx:g7 +s=h2==null?b9.go:h2 +r=f5==null?b9.ok:f5 +q=g8==null?b9.p1:g8 +p=g9==null?b9.p2:g9 +o=i1==null?b9.p3:i1 +m=d3==null?b9.RG:d3 +l=d5==null?b9.rx:d5 +k=d6==null?b9.to:d6 +j=d7==null?b9.x1:d7 +i=d9==null?b9.y1:d9 +h=e2==null?b9.b_:e2 +g=e3==null?b9.c8:e3 +f=e5==null?b9.bF:e5 +e=e7==null?b9.bG:e7 +d=e8==null?b9.bt:e8 +c=e9==null?b9.L:e9 +b=f0==null?b9.ab:f0 +a=f2==null?b9.aw:f2 +a0=f3==null?b9.aX:f3 +a1=f4==null?b9.a4:f4 +a2=f8==null?b9.b4:f8 +a3=f9==null?b9.bw:f9 +a4=g0==null?b9.bM:g0 +a5=g1==null?b9.cv:g1 +a6=g2==null?b9.dr:g2 +a7=g3==null?b9.d4:g3 +a8=g5==null?b9.d5:g5 +a9=h0==null?b9.fh:h0 +b0=h1==null?b9.eR:h1 +b1=h4==null?b9.mL:h4 +b2=h5==null?b9.hV:h5 +b3=h7==null?b9.hj:h7 +b4=h8==null?b9.fP:h8 +b5=h9==null?b9.fQ:h9 +b6=i0==null?b9.kc:i0 +b7=i2==null?b9.eS:i2 +b8=i3==null?b9.fR:i3 +return A.arR(b9.R8,m,c1,b9.je,l,b9.ry,b9.Q,k,j,b9.x2,b9.xr,i,c6,c7,b9.y2,h,g,n,b9.b,b9.b8,b9.be,c8,f,b9.ch,c9,e,d,c,b,b9.ll,b9.ap,b9.c,a,a0,b9.cx,b9.cy,b9.db,b9.dx,a1,r,d0,c2,a2,b9.e,b9.aV,a3,a4,a5,b9.e2,a6,a7,c3,b9.r,a8,d1,d2,b9.fy,q,p,a9,b0,s,c4,b9.iy,b9.hU,b9.id,b9.lk,b9.k1,b9.k2,b1,b2,b9.k3,c5,b3,b4,b5,b6,o,b9.hW,b7,b9.F,b8,b9.p4,b9.k4,!0,b9.z)}, +a9P(a,b,c){return this.r2(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,c)}, +a9S(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9){return this.r2(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,null,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,null,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,null)}, +a9L(a,b){return this.r2(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null)}, +a9B(a){return this.r2(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null)}, +a9z(a){return this.r2(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(J.N(b)!==A.u(q))return!1 +if(b instanceof A.hE)if(b.a===q.a)if(A.apq(b.c,q.c))if(b.d.k(0,q.d))if(b.e===q.e)if(b.f.k(0,q.f))if(b.r===q.r)if(b.w.k(0,q.w))if(b.x===q.x)if(b.z.k(0,q.z))if(b.as.k(0,q.as))if(b.at.k(0,q.at))if(b.ax.k(0,q.ax))if(b.ay.k(0,q.ay))if(b.ch.k(0,q.ch))if(b.CW.k(0,q.CW))if(b.cx.k(0,q.cx))if(b.cy.k(0,q.cy))if(b.db.k(0,q.db))if(b.dx.k(0,q.dx))if(b.dy.k(0,q.dy))if(b.fr.k(0,q.fr))if(b.fx.k(0,q.fx))if(b.fy.k(0,q.fy))if(b.go.k(0,q.go))if(b.id.k(0,q.id))if(b.k2.k(0,q.k2))if(b.k3.k(0,q.k3))if(b.k4.k(0,q.k4))if(b.ok.k(0,q.ok))if(b.p1.k(0,q.p1))if(b.p2.k(0,q.p2))if(b.p3.k(0,q.p3))if(b.p4.k(0,q.p4))if(J.c(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.b_.k(0,q.b_))if(b.c8.k(0,q.c8))if(b.b8.k(0,q.b8))if(b.be.k(0,q.be))if(b.bF.k(0,q.bF))if(b.bG.k(0,q.bG))if(b.bt.k(0,q.bt))if(b.L.k(0,q.L))if(b.ab.k(0,q.ab))if(b.ap.k(0,q.ap))if(b.aw.k(0,q.aw))if(b.aX.k(0,q.aX))if(b.a4.k(0,q.a4))if(b.b4.k(0,q.b4))if(b.aV.k(0,q.aV))if(b.bw.k(0,q.bw))if(b.bM.k(0,q.bM))if(b.cv.k(0,q.cv))if(b.e2.k(0,q.e2))if(b.dr.k(0,q.dr))if(b.d4.k(0,q.d4))if(b.d5.k(0,q.d5))if(b.fh.k(0,q.fh))if(b.eR.k(0,q.eR))if(b.iy.k(0,q.iy))if(b.hU.k(0,q.hU))if(b.lk.k(0,q.lk))if(b.mL.k(0,q.mL))if(b.hV.k(0,q.hV))if(b.hj.k(0,q.hj))if(b.fP.k(0,q.fP))if(b.fQ.k(0,q.fQ))if(b.kc.k(0,q.kc))if(b.hW.k(0,q.hW))if(b.eS.k(0,q.eS))if(b.fR.k(0,q.fR)){s=b.F +s.toString +r=q.F +r.toString +if(s.k(0,r)){s=b.k1 +s.toString +r=q.k1 +r.toString +if(s.k(0,r)){s=b.ll +s.toString +r=q.ll +r.toString +if(s.k(0,r)){s=b.je +s.toString +r=q.je +r.toString +if(s.k(0,r)){s=b.Q +s.toString +r=q.Q +r.toString +r=s.k(0,r) +s=r}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gt(a){var s=this,r=[s.a,s.b],q=s.c +B.b.K(r,q.gbx()) +B.b.K(r,q.gbf()) +r.push(s.d) +r.push(s.e) +r.push(s.f) +r.push(s.r) +r.push(s.w) +r.push(s.x) +r.push(!0) +r.push(s.z) +r.push(s.as) +r.push(s.at) +r.push(s.ax) +r.push(s.ay) +r.push(s.ch) +r.push(s.CW) +r.push(s.cx) +r.push(s.cy) +r.push(s.db) +r.push(s.dx) +r.push(s.dy) +r.push(s.fr) +r.push(s.fx) +r.push(s.fy) +r.push(s.go) +r.push(s.id) +r.push(s.k2) +r.push(s.k3) +r.push(s.k4) +r.push(s.ok) +r.push(s.p1) +r.push(s.p2) +r.push(s.p3) +r.push(s.p4) +r.push(s.R8) +r.push(s.RG) +r.push(s.rx) +r.push(s.ry) +r.push(s.to) +r.push(s.x1) +r.push(s.x2) +r.push(s.xr) +r.push(s.y1) +r.push(s.y2) +r.push(s.b_) +r.push(s.c8) +r.push(s.b8) +r.push(s.be) +r.push(s.bF) +r.push(s.bG) +r.push(s.bt) +r.push(s.L) +r.push(s.ab) +r.push(s.ap) +r.push(s.aw) +r.push(s.aX) +r.push(s.a4) +r.push(s.b4) +r.push(s.aV) +r.push(s.bw) +r.push(s.bM) +r.push(s.cv) +r.push(s.e2) +r.push(s.dr) +r.push(s.d4) +r.push(s.d5) +r.push(s.fh) +r.push(s.eR) +r.push(s.iy) +r.push(s.hU) +r.push(s.lk) +r.push(s.mL) +r.push(s.hV) +r.push(s.hj) +r.push(s.fP) +r.push(s.fQ) +r.push(s.kc) +r.push(s.hW) +r.push(s.eS) +r.push(s.fR) +q=s.F +q.toString +r.push(q) +q=s.k1 +q.toString +r.push(q) +q=s.ll +q.toString +r.push(q) +q=s.je +q.toString +r.push(q) +q=s.Q +q.toString +r.push(q) +return A.c9(r)}} +A.afh.prototype={ +$0(){var s=this.a,r=this.b +return s.a9L(r.bQ(s.p2),r.bQ(s.p3))}, +$S:211} +A.aff.prototype={ +$2(a,b){return new A.b0(a,b.Qc(this.a.c.i(0,a),this.b),t.sw)}, +$S:212} +A.afg.prototype={ +$1(a){return!this.a.c.X(a.a)}, +$S:213} +A.a7H.prototype={ +gqO(){return this.ay.ax.a}, +gpf(){return this.ay.ax.b}, +gxM(){return this.ay.ax.c}, +gtU(){return this.ay.go}} +A.ub.prototype={ +gt(a){return(A.n5(this.a)^A.n5(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof A.ub&&b.a===this.a&&b.b===this.b}} +A.TR.prototype={ +bm(a,b){var s,r=this.a,q=r.i(0,a) +if(q!=null)return q +if(r.a===this.b){s=new A.bl(r,A.j(r).h("bl<1>")) +r.v(0,s.gE(s))}s=b.$0() +r.n(0,a,s) +return s}} +A.kO.prototype={ +OS(a){var s=this.a,r=this.b,q=A.a_(a.a+new A.o(s,r).T(0,4).a,0,a.b) +return a.a9J(A.a_(a.c+new A.o(s,r).T(0,4).b,0,a.d),q)}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.kO&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +cS(){return this.Vh()+"(h: "+A.hf(this.a)+", v: "+A.hf(this.b)+")"}} +A.XO.prototype={} +A.Yn.prototype={} +A.Ae.prototype={ +gt(a){var s=this +return A.c9([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.N(b)!==A.u(s))return!1 +return b instanceof A.Ae&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.r,s.r)&&J.c(b.w,s.w)&&J.c(b.x,s.x)&&J.c(b.y,s.y)&&J.c(b.z,s.z)&&J.c(b.Q,s.Q)&&b.as==s.as&&J.c(b.at,s.at)&&J.c(b.ax,s.ax)&&J.c(b.ay,s.ay)&&J.c(b.ch,s.ch)&&J.c(b.CW,s.CW)&&J.c(b.cx,s.cx)&&J.c(b.db,s.db)&&J.c(b.dx,s.dx)}} +A.XQ.prototype={} +A.Af.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.y,s.x,s.z,s.Q,s.as,s.ax,s.at,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.Af&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&J.c(b.c,s.c)&&J.c(b.d,s.d)&&J.c(b.e,s.e)&&J.c(b.f,s.f)&&J.c(b.r,s.r)&&J.c(b.w,s.w)&&J.c(b.y,s.y)&&J.c(b.x,s.x)&&J.c(b.z,s.z)&&J.c(b.Q,s.Q)&&J.c(b.as,s.as)&&J.c(b.ax,s.ax)&&b.at==s.at}} +A.XS.prototype={} +A.tA.prototype={ +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,null,null,null,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.N(b)!==A.u(r))return!1 +if(b instanceof A.tA)if(b.a==r.a)if(J.c(b.b,r.b))if(J.c(b.c,r.c))if(b.d==r.d)if(J.c(b.r,r.r))if(J.c(b.w,r.w))if(J.c(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 +return s}} +A.XT.prototype={} +A.zg.prototype={ +I(){return"ScriptCategory."+this.b}} +A.tD.prototype={ +SX(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.N(b)!==A.u(s))return!1 +return b instanceof A.tD&&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)}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Ye.prototype={} +A.ro.prototype={ +t5(a){return new A.bC(this,t.Ow)}, +p_(a,b){var s=null,r=A.zX(s,s,s,s,!1,t.oA) +return A.yc(new A.dQ(r,A.j(r).h("dQ<1>")),this.nR(a,b,r),a.a,s,a.b)}, +p0(a,b){var s=null,r=A.zX(s,s,s,s,!1,t.oA) +return A.yc(new A.dQ(r,A.j(r).h("dQ<1>")),this.nR(a,b,r),a.a,s,a.b)}, +nR(a,b,c){return this.a3f(a,b,c)}, +a3f(a,b,c){var s=0,r=A.V(t.hP),q,p,o,n,m,l,k,j +var $async$nR=A.R(function(d,e){if(d===1)return A.S(e,r) +while(true)switch(s){case 0:l=a.a +k=A.afG().O(l) +s=self.window.flutterCanvasKit!=null||!1?3:5 +break +case 3:p=new A.a9($.ad,t.gO) +o=new A.bc(p,t.XX) +n=A.aQa() +n.open("GET",l,!0) +n.responseType="arraybuffer" +n.addEventListener("load",A.bi(new A.a8M(n,o,k))) +n.addEventListener("error",A.bi(new A.a8N(o))) +n.send() +s=6 +return A.a4(p,$async$nR) +case 6:l=n.response +l.toString +m=A.eh(t.pI.a(l),0,null) +if(m.byteLength===0)throw A.d(A.awH(A.y(n,"status"),k)) +j=b +s=7 +return A.a4(A.Jg(m),$async$nR) +case 7:q=j.$1(e) +s=1 +break +s=4 +break +case 5:q=$.ak().x4(k,new A.a8O(c)) +s=1 +break +case 4:case 1:return A.T(q,r)}}) +return A.U($async$nR,r)}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.ro&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return'NetworkImage("'+this.a+'", scale: '+B.i.a5(this.b,1)+")"}} +A.a8M.prototype={ +$1(a){var s=this.a,r=s.status,q=r>=200&&r<300,p=r>307&&r<400,o=q||r===0||r===304||p,n=this.b +if(o)n.d2(s) +else{n.jV(a) +throw A.d(A.awH(r,this.c))}}, +$S:8} +A.a8N.prototype={ +$1(a){return this.a.jV(a)}, +$S:214} +A.a8O.prototype={ +$2(a,b){this.a.D(0,new A.iZ(a,b))}, +$S:215} +A.fp.prototype={ +j(a){var s=this +if(s.giY()===0)return A.aq2(s.gj0(),s.gj1()) +if(s.gj0()===0)return A.aq1(s.giY(),s.gj1()) +return A.aq2(s.gj0(),s.gj1())+" + "+A.aq1(s.giY(),0)}, +k(a,b){if(b==null)return!1 +return b instanceof A.fp&&b.gj0()===this.gj0()&&b.giY()===this.giY()&&b.gj1()===this.gj1()}, +gt(a){return A.I(this.gj0(),this.giY(),this.gj1(),B.a,B.a,B.a,B.a,B.a,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.eb.prototype={ +gj0(){return this.a}, +giY(){return 0}, +gj1(){return this.b}, +a9(a,b){return new A.eb(this.a-b.a,this.b-b.b)}, +a0(a,b){return new A.eb(this.a+b.a,this.b+b.b)}, +T(a,b){return new A.eb(this.a*b,this.b*b)}, +mp(a){var s=a.a/2,r=a.b/2 +return new A.o(s+this.a*s,r+this.b*r)}, +DS(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.D(s,p,s+r,p+o)}, +O(a){return this}, +j(a){return A.aq2(this.a,this.b)}} +A.fI.prototype={ +gj0(){return 0}, +giY(){return this.a}, +gj1(){return this.b}, +a9(a,b){return new A.fI(this.a-b.a,this.b-b.b)}, +a0(a,b){return new A.fI(this.a+b.a,this.b+b.b)}, +T(a,b){return new A.fI(this.a*b,this.b*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.eb(-s.a,s.b) +case 1:return new A.eb(s.a,s.b)}}, +j(a){return A.aq1(this.a,this.b)}} +A.BU.prototype={ +T(a,b){return new A.BU(this.a*b,this.b*b,this.c*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.eb(s.a-s.b,s.c) +case 1:return new A.eb(s.a+s.b,s.c)}}, +gj0(){return this.a}, +giY(){return this.b}, +gj1(){return this.c}} +A.rS.prototype={ +I(){return"RenderComparison."+this.b}} +A.EC.prototype={ +I(){return"Axis."+this.b}} +A.PR.prototype={ +I(){return"VerticalDirection."+this.b}} +A.pY.prototype={ +I(){return"AxisDirection."+this.b}} +A.yy.prototype={ +PS(a,b,c,d){var s=$.ak(),r=a.a +r.toString +return s.kg(r,!1,c,d)}, +acM(a){return this.PS(a,!1,null,null)}, +PT(a,b){return A.a_0(a,b)}, +acP(a){return this.PT(a,null)}, +$iel:1} +A.XC.prototype={ +aq(){var s,r,q +for(s=this.a,s=A.dz(s,s.r),r=A.j(s).c;s.q();){q=s.d;(q==null?r.a(q):q).$0()}}, +aa(a){this.a.D(0,a)}, +N(a){this.a.v(0,a)}} +A.vq.prototype={ +uc(a){var s=this +return new A.BV(s.gev().a9(0,a.gev()),s.ghd().a9(0,a.ghd()),s.gh5().a9(0,a.gh5()),s.ghy().a9(0,a.ghy()),s.gew().a9(0,a.gew()),s.ghc().a9(0,a.ghc()),s.ghz().a9(0,a.ghz()),s.gh4().a9(0,a.gh4()))}, +D(a,b){var s=this +return new A.BV(s.gev().a0(0,b.gev()),s.ghd().a0(0,b.ghd()),s.gh5().a0(0,b.gh5()),s.ghy().a0(0,b.ghy()),s.gew().a0(0,b.gew()),s.ghc().a0(0,b.ghc()),s.ghz().a0(0,b.ghz()),s.gh4().a0(0,b.gh4()))}, +j(a){var s,r,q,p,o=this +if(o.gev().k(0,o.ghd())&&o.ghd().k(0,o.gh5())&&o.gh5().k(0,o.ghy()))if(!o.gev().k(0,B.F))s=o.gev().a===o.gev().b?"BorderRadius.circular("+B.c.a5(o.gev().a,1)+")":"BorderRadius.all("+o.gev().j(0)+")" +else s=null +else{r=""+"BorderRadius.only(" +if(!o.gev().k(0,B.F)){r+="topLeft: "+o.gev().j(0) +q=!0}else q=!1 +if(!o.ghd().k(0,B.F)){if(q)r+=", " +r+="topRight: "+o.ghd().j(0) +q=!0}if(!o.gh5().k(0,B.F)){if(q)r+=", " +r+="bottomLeft: "+o.gh5().j(0) +q=!0}if(!o.ghy().k(0,B.F)){if(q)r+=", " +r+="bottomRight: "+o.ghy().j(0)}r+=")" +s=r.charCodeAt(0)==0?r:r}if(o.gew().k(0,o.ghc())&&o.ghc().k(0,o.gh4())&&o.gh4().k(0,o.ghz()))if(!o.gew().k(0,B.F))p=o.gew().a===o.gew().b?"BorderRadiusDirectional.circular("+B.c.a5(o.gew().a,1)+")":"BorderRadiusDirectional.all("+o.gew().j(0)+")" +else p=null +else{r=""+"BorderRadiusDirectional.only(" +if(!o.gew().k(0,B.F)){r+="topStart: "+o.gew().j(0) +q=!0}else q=!1 +if(!o.ghc().k(0,B.F)){if(q)r+=", " +r+="topEnd: "+o.ghc().j(0) +q=!0}if(!o.ghz().k(0,B.F)){if(q)r+=", " +r+="bottomStart: "+o.ghz().j(0) +q=!0}if(!o.gh4().k(0,B.F)){if(q)r+=", " +r+="bottomEnd: "+o.gh4().j(0)}r+=")" +p=r.charCodeAt(0)==0?r:r}r=s!=null +if(r&&p!=null)return A.f(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.N(b)!==A.u(s))return!1 +return b instanceof A.vq&&b.gev().k(0,s.gev())&&b.ghd().k(0,s.ghd())&&b.gh5().k(0,s.gh5())&&b.ghy().k(0,s.ghy())&&b.gew().k(0,s.gew())&&b.ghc().k(0,s.ghc())&&b.ghz().k(0,s.ghz())&&b.gh4().k(0,s.gh4())}, +gt(a){var s=this +return A.I(s.gev(),s.ghd(),s.gh5(),s.ghy(),s.gew(),s.ghc(),s.ghz(),s.gh4(),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.ck.prototype={ +gev(){return this.a}, +ghd(){return this.b}, +gh5(){return this.c}, +ghy(){return this.d}, +gew(){return B.F}, +ghc(){return B.F}, +ghz(){return B.F}, +gh4(){return B.F}, +cp(a){var s=this,r=s.a.hL(0,B.F),q=s.b.hL(0,B.F) +return A.aat(a,s.c.hL(0,B.F),s.d.hL(0,B.F),r,q)}, +uc(a){if(a instanceof A.ck)return this.a9(0,a) +return this.GF(a)}, +D(a,b){if(b instanceof A.ck)return this.a0(0,b) +return this.GE(0,b)}, +a9(a,b){var s=this +return new A.ck(s.a.a9(0,b.a),s.b.a9(0,b.b),s.c.a9(0,b.c),s.d.a9(0,b.d))}, +a0(a,b){var s=this +return new A.ck(s.a.a0(0,b.a),s.b.a0(0,b.b),s.c.a0(0,b.c),s.d.a0(0,b.d))}, +T(a,b){var s=this +return new A.ck(s.a.T(0,b),s.b.T(0,b),s.c.T(0,b),s.d.T(0,b))}, +O(a){return this}} +A.lk.prototype={ +gew(){return this.a}, +ghc(){return this.b}, +ghz(){return this.c}, +gh4(){return this.d}, +gev(){return B.F}, +ghd(){return B.F}, +gh5(){return B.F}, +ghy(){return B.F}, +uc(a){if(a instanceof A.lk)return this.a9(0,a) +return this.GF(a)}, +D(a,b){if(b instanceof A.lk)return this.a0(0,b) +return this.GE(0,b)}, +a9(a,b){var s=this +return new A.lk(s.a.a9(0,b.a),s.b.a9(0,b.b),s.c.a9(0,b.c),s.d.a9(0,b.d))}, +a0(a,b){var s=this +return new A.lk(s.a.a0(0,b.a),s.b.a0(0,b.b),s.c.a0(0,b.c),s.d.a0(0,b.d))}, +T(a,b){var s=this +return new A.lk(s.a.T(0,b),s.b.T(0,b),s.c.T(0,b),s.d.T(0,b))}, +O(a){var s=this +switch(a.a){case 0:return new A.ck(s.b,s.a,s.d,s.c) +case 1:return new A.ck(s.a,s.b,s.c,s.d)}}} +A.BV.prototype={ +T(a,b){var s=this +return new A.BV(s.a.T(0,b),s.b.T(0,b),s.c.T(0,b),s.d.T(0,b),s.e.T(0,b),s.f.T(0,b),s.r.T(0,b),s.w.T(0,b))}, +O(a){var s=this +switch(a.a){case 0:return new A.ck(s.a.a0(0,s.f),s.b.a0(0,s.e),s.c.a0(0,s.w),s.d.a0(0,s.r)) +case 1:return new A.ck(s.a.a0(0,s.e),s.b.a0(0,s.f),s.c.a0(0,s.r),s.d.a0(0,s.w))}}, +gev(){return this.a}, +ghd(){return this.b}, +gh5(){return this.c}, +ghy(){return this.d}, +gew(){return this.e}, +ghc(){return this.f}, +ghz(){return this.r}, +gh4(){return this.w}} +A.EN.prototype={ +I(){return"BorderStyle."+this.b}} +A.aB.prototype={ +w9(a,b,c){var s=a==null?this.a:a +return new A.aB(s,c,b,this.d)}, +aT(a){var s=Math.max(0,this.b*a),r=a<=0?B.a0:this.c +return new A.aB(this.a,s,r,-1)}, +i9(){switch(this.c.a){case 1:var s=$.ak().bk() +s.sal(this.a) +s.shw(this.b) +s.sbh(B.ad) +return s +case 0:s=$.ak().bk() +s.sal(B.L) +s.shw(0) +s.sbh(B.ad) +return s}}, +gdz(){return this.b*(1-(1+this.d)/2)}, +gnw(){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.N(b)!==A.u(s))return!1 +return b instanceof A.aB&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +cS(){return"BorderSide"}} +A.bT.prototype={ +hE(a,b,c){return null}, +D(a,b){return this.hE(a,b,!1)}, +a0(a,b){var s=this.D(0,b) +if(s==null)s=b.hE(0,this,!0) +return s==null?new A.hH(A.a([b,this],t.N_)):s}, +d6(a,b){if(a==null)return this.aT(b) +return null}, +d7(a,b){if(a==null)return this.aT(1-b) +return null}, +i5(a,b,c,d){}, +gfX(){return!1}, +j(a){return"ShapeBorder()"}} +A.dm.prototype={ +giu(){var s=Math.max(this.a.gdz(),0) +return new A.b5(s,s,s,s)}, +d6(a,b){if(a==null)return this.aT(b) +return null}, +d7(a,b){if(a==null)return this.aT(1-b) +return null}} +A.hH.prototype={ +giu(){return B.b.abf(this.a,B.as,new A.ai3())}, +hE(a,b,c){var s,r,q,p=b instanceof A.hH +if(!p){s=this.a +r=c?B.b.gB(s):B.b.gE(s) +q=r.hE(0,b,c) +if(q==null)q=b.hE(0,r,!c) +if(q!=null){p=A.a1(s,!0,t.RY) +p[c?p.length-1:0]=q +return new A.hH(p)}}s=A.a([],t.N_) +if(c)B.b.K(s,this.a) +if(p)B.b.K(s,b.a) +else s.push(b) +if(!c)B.b.K(s,this.a) +return new A.hH(s)}, +D(a,b){return this.hE(a,b,!1)}, +aT(a){var s=this.a,r=A.a6(s).h("X<1,bT>") +return new A.hH(A.a1(new A.X(s,new A.ai5(a),r),!0,r.h("bf.E")))}, +d6(a,b){return A.ayB(a,this,b)}, +d7(a,b){return A.ayB(this,a,b)}, +iL(a,b){var s,r +for(s=this.a,r=0;r") +return new A.X(new A.be(s,r),new A.ai6(),r.h("X")).bn(0," + ")}} +A.ai3.prototype={ +$2(a,b){return a.D(0,b.giu())}, +$S:218} +A.ai5.prototype={ +$1(a){return a.aT(this.a)}, +$S:219} +A.ai4.prototype={ +$1(a){return a.gfX()}, +$S:220} +A.ai6.prototype={ +$1(a){return a.j(0)}, +$S:221} +A.Sw.prototype={} +A.EU.prototype={ +I(){return"BoxShape."+this.b}} +A.EP.prototype={ +hE(a,b,c){return null}, +D(a,b){return this.hE(a,b,!1)}, +iL(a,b){var s=$.ak().bU() +s.oa(this.giu().O(b).CO(a)) +return s}, +eG(a,b){var s=$.ak().bU() +s.oa(a) +return s}, +i5(a,b,c,d){a.cl(b,c)}, +gfX(){return!0}} +A.c4.prototype={ +giu(){var s,r=this +if(r.gMD()){s=r.a.gdz() +return new A.b5(s,s,s,s)}return new A.b5(r.d.gdz(),r.a.gdz(),r.b.gdz(),r.c.gdz())}, +grQ(){var s,r=this,q=r.a,p=q.a,o=r.d +if(o.a.k(0,p)&&r.c.a.k(0,p)&&r.b.a.k(0,p))if(r.gMD())if(r.gqq()){s=q.d +q=o.d===s&&r.c.d===s&&r.b.d===s}else q=!1 +else q=!1 +else q=!1 +return q}, +gMD(){var s=this,r=s.a.b +return s.d.b===r&&s.c.b===r&&s.b.b===r}, +gqq(){var s=this,r=s.a.c +return s.d.c===r&&s.c.c===r&&s.b.c===r}, +hE(a,b,c){var s=this +if(b instanceof A.c4&&A.jS(s.a,b.a)&&A.jS(s.b,b.b)&&A.jS(s.c,b.c)&&A.jS(s.d,b.d))return new A.c4(A.hS(s.a,b.a),A.hS(s.b,b.b),A.hS(s.c,b.c),A.hS(s.d,b.d)) +return null}, +D(a,b){return this.hE(a,b,!1)}, +aT(a){var s=this +return new A.c4(s.a.aT(a),s.b.aT(a),s.c.aT(a),s.d.aT(a))}, +d6(a,b){if(a instanceof A.c4)return A.aq7(a,this,b) +return this.z4(a,b)}, +d7(a,b){if(a instanceof A.c4)return A.aq7(this,a,b) +return this.z5(a,b)}, +xx(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.grQ()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aus(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.al)){A.aut(a,b,s,c) +return}A.auu(a,b,s) +break}return}}if(e.gqq()&&e.a.c===B.a0)return +r=A.ax(t.n8) +s=e.a +q=s.c +p=q===B.a0 +if(!p)r.D(0,s.a) +o=e.b +n=o.c +m=n===B.a0 +if(!m)r.D(0,o.a) +l=e.c +k=l.c +j=k===B.a0 +if(!j)r.D(0,l.a) +i=e.d +h=i.c +g=h===B.a0 +if(!g)r.D(0,i.a) +if(!(q===B.y&&s.b===0))if(!(n===B.y&&o.b===0)){if(!(k===B.y&&l.b===0))q=h===B.y&&i.b===0 +else q=!0 +f=q}else f=!0 +else f=!0 +if(r.a===1)if(!f)if(d!==B.iK)q=c!=null&&!c.k(0,B.al) +else q=!0 +else q=!1 +else q=!1 +if(q){if(p)s=B.n +q=m?B.n:o +p=j?B.n:l +o=g?B.n:i +A.auw(a,b,c,p,r.gE(r),o,q,d,a0,s) +return}A.aBx(a,b,l,i,o,s)}, +i4(a,b,c){return this.xx(a,b,null,B.aQ,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.c4&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r,q=this +if(q.grQ())return"Border.all("+q.a.j(0)+")" +s=A.a([],t.s) +r=q.a +if(!r.k(0,B.n))s.push("top: "+r.j(0)) +r=q.b +if(!r.k(0,B.n))s.push("right: "+r.j(0)) +r=q.c +if(!r.k(0,B.n))s.push("bottom: "+r.j(0)) +r=q.d +if(!r.k(0,B.n))s.push("left: "+r.j(0)) +return"Border("+B.b.bn(s,", ")+")"}, +gy0(){return this.a}} +A.eD.prototype={ +giu(){var s,r=this +if(r.grQ()){s=r.a.gdz() +return new A.f_(s,s,s,s)}return new A.f_(r.b.gdz(),r.a.gdz(),r.c.gdz(),r.d.gdz())}, +grQ(){var s,r,q=this,p=q.a,o=p.a,n=q.b +if(n.a.k(0,o)&&q.d.a.k(0,o)&&q.c.a.k(0,o)){s=p.b +if(n.b===s&&q.d.b===s&&q.c.b===s)if(q.gqq()){r=p.d +p=n.d===r&&q.d.d===r&&q.c.d===r}else p=!1 +else p=!1}else p=!1 +return p}, +gqq(){var s=this,r=s.a.c +return s.b.c===r&&s.d.c===r&&s.c.c===r}, +hE(a,b,c){var s,r,q,p=this,o=null +if(b instanceof A.eD){s=p.a +r=b.a +if(A.jS(s,r)&&A.jS(p.b,b.b)&&A.jS(p.c,b.c)&&A.jS(p.d,b.d))return new A.eD(A.hS(s,r),A.hS(p.b,b.b),A.hS(p.c,b.c),A.hS(p.d,b.d)) +return o}if(b instanceof A.c4){s=b.a +r=p.a +if(!A.jS(s,r)||!A.jS(b.c,p.d))return o +q=p.b +if(!q.k(0,B.n)||!p.c.k(0,B.n)){if(!b.d.k(0,B.n)||!b.b.k(0,B.n))return o +return new A.eD(A.hS(s,r),q,p.c,A.hS(b.c,p.d))}return new A.c4(A.hS(s,r),b.b,A.hS(b.c,p.d),b.d)}return o}, +D(a,b){return this.hE(a,b,!1)}, +aT(a){var s=this +return new A.eD(s.a.aT(a),s.b.aT(a),s.c.aT(a),s.d.aT(a))}, +d6(a,b){if(a instanceof A.eD)return A.aq5(a,this,b) +return this.z4(a,b)}, +d7(a,b){if(a instanceof A.eD)return A.aq5(this,a,b) +return this.z5(a,b)}, +xx(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.grQ()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aus(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.al)){A.aut(a,b,s,c) +return}A.auu(a,b,s) +break}return}}if(e.gqq()&&e.a.c===B.a0)return +switch(a0.a){case 0:r=e.c +q=e.b +break +case 1:r=e.b +q=e.c +break +default:r=null +q=null}p=A.ax(t.n8) +s=e.a +o=s.c +n=o===B.a0 +if(!n)p.D(0,s.a) +m=e.c +l=m.c +if(l!==B.a0)p.D(0,m.a) +k=e.d +j=k.c +i=j===B.a0 +if(!i)p.D(0,k.a) +h=e.b +g=h.c +if(g!==B.a0)p.D(0,h.a) +if(!(o===B.y&&s.b===0))if(!(l===B.y&&m.b===0)){if(!(j===B.y&&k.b===0))o=g===B.y&&h.b===0 +else o=!0 +f=o}else f=!0 +else f=!0 +if(p.a===1)if(!f)if(d!==B.iK)o=c!=null&&!c.k(0,B.al) +else o=!0 +else o=!1 +else o=!1 +if(o){if(n)s=B.n +o=q.c===B.a0?B.n:q +n=i?B.n:k +m=r.c===B.a0?B.n:r +A.auw(a,b,c,n,p.gE(p),m,o,d,a0,s) +return}A.aBx(a,b,k,r,q,s)}, +i4(a,b,c){return this.xx(a,b,null,B.aQ,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.eD&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this,r=A.a([],t.s),q=s.a +if(!q.k(0,B.n))r.push("top: "+q.j(0)) +q=s.b +if(!q.k(0,B.n))r.push("start: "+q.j(0)) +q=s.c +if(!q.k(0,B.n))r.push("end: "+q.j(0)) +q=s.d +if(!q.k(0,B.n))r.push("bottom: "+q.j(0)) +return"BorderDirectional("+B.b.bn(r,", ")+")"}, +gy0(){return this.a}} +A.dH.prototype={ +gcQ(){var s=this.c +s=s==null?null:s.giu() +return s==null?B.as:s}, +yf(a,b){var s,r,q +switch(this.w.a){case 1:s=A.mn(a.gb2(),a.geH()/2) +r=$.ak().bU() +r.qA(s) +return r +case 0:r=this.d +if(r!=null){q=$.ak().bU() +q.dP(r.O(b).cp(a)) +return q}r=$.ak().bU() +r.oa(a) +return r}}, +aT(a){var s=this,r=null,q=A.w(r,s.a,a),p=A.aqt(r,s.b,a),o=A.auv(r,s.c,a),n=A.iM(r,s.d,a),m=A.aq9(r,s.e,a) +return new A.dH(q,p,o,n,m,r,s.w)}, +gx8(){return this.e!=null}, +d6(a,b){if(a==null)return this.aT(b) +if(a instanceof A.dH)return A.aux(a,this,b) +return this.GI(a,b)}, +d7(a,b){if(a==null)return this.aT(1-b) +if(a instanceof A.dH)return A.aux(this,a,b) +return this.GJ(a,b)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.dH)if(J.c(b.a,r.a))if(J.c(b.b,r.b))if(J.c(b.c,r.c))if(J.c(b.d,r.d))if(A.dq(b.e,r.e))s=b.w===r.w +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gt(a){var s=this,r=s.e +r=r==null?null:A.c9(r) +return A.I(s.a,s.b,s.c,s.d,r,s.f,null,s.w,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +DQ(a,b,c){var s +switch(this.w.a){case 0:s=this.d +if(s!=null)return s.O(c).cp(new A.D(0,0,0+a.a,0+a.b)).p(0,b) +return!0 +case 1:return b.a9(0,a.jS(B.l)).gcO()<=Math.min(a.a,a.b)/2}}, +wa(a){return new A.aho(this,a)}} +A.aho.prototype={ +Kp(a,b,c,d){var s=this.b +switch(s.w.a){case 1:a.hO(b.gb2(),b.geH()/2,c) +break +case 0:s=s.d +if(s==null||s.k(0,B.al))a.cl(b,c) +else a.cV(s.O(d).cp(b),c) +break}}, +a4p(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.dl(q.b) +n=q.d +this.Kp(a,new A.D(o.a-n,o.b-n,o.c+n,o.d+n),p,c)}}, +a4l(a,b,c){var s,r,q=this,p=q.b,o=p.b +if(o==null)return +if(q.e==null)q.e=o.wd(q.a) +switch(p.w.a){case 1:s=A.mn(b.gb2(),b.geH()/2) +r=$.ak().bU() +r.qA(s) +break +case 0:p=p.d +if(p!=null){r=$.ak().bU() +r.dP(p.O(c.d).cp(b))}else r=null +break +default:r=null}q.e.t7(a,b,r,c)}, +m(){var s=this.e +if(s!=null)s.m() +this.GG()}, +pa(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new A.D(n,m,n+o.a,m+o.b),k=c.d +p.a4p(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=$.ak().bk() +if(!m)q.sal(n) +p.c=q +n=q}else n=s +n.toString +p.Kp(a,l,n,k)}p.a4l(a,l,c) +n=o.c +if(n!=null){m=o.d +m=m==null?null:m.O(k) +n.xx(a,l,m,o.w,k)}}, +j(a){return"BoxPainter for "+this.b.j(0)}} +A.vs.prototype={ +I(){return"BoxFit."+this.b}} +A.Ir.prototype={} +A.eV.prototype={ +i9(){var s=$.ak().bk() +s.sal(this.a) +s.sEa(new A.re(this.e,A.aM2(this.c))) +return s}, +aT(a){var s=this +return new A.eV(s.d*a,s.e,s.a,s.b.T(0,a),s.c*a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.eV&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"BoxShadow("+s.a.j(0)+", "+s.b.j(0)+", "+A.hf(s.c)+", "+A.hf(s.d)+", "+s.e.j(0)+")"}} +A.d6.prototype={ +aT(a){return new A.d6(this.b,this.a.aT(a))}, +d6(a,b){var s,r +if(a instanceof A.d6){s=A.at(a.a,this.a,b) +r=A.W(a.b,this.b,b) +r.toString +return new A.d6(A.a_(r,0,1),s)}return this.nA(a,b)}, +d7(a,b){var s,r +if(a instanceof A.d6){s=A.at(this.a,a.a,b) +r=A.W(this.b,a.b,b) +r.toString +return new A.d6(A.a_(r,0,1),s)}return this.nB(a,b)}, +iL(a,b){var s=$.ak().bU() +s.qA(this.uz(a).cW(-this.a.gdz())) +return s}, +eG(a,b){var s=$.ak().bU() +s.qA(this.uz(a)) +return s}, +i5(a,b,c,d){if(this.b===0)a.hO(b.gb2(),b.geH()/2,c) +else a.ox(this.uz(b),c)}, +gfX(){return!0}, +mv(a){var s=a==null?this.a:a +return new A.d6(this.b,s)}, +i4(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.hO(b.gb2(),(b.geH()+s)/2,r.i9()) +else a.ox(this.uz(b).cW(s/2),r.i9()) +break}}, +uz(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.mn(a.gb2(),a.geH()/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.apq(b.b,s.b)}, +gt(a){return A.I(A.u(this),this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"ColorSwatch(primary value: "+this.V9(0)+")"}} +A.hl.prototype={ +cS(){return"Decoration"}, +gcQ(){return B.as}, +gx8(){return!1}, +d6(a,b){return null}, +d7(a,b){return null}, +DQ(a,b,c){return!0}, +yf(a,b){throw A.d(A.ac("This Decoration subclass does not expect to be used for clipping."))}} +A.ET.prototype={ +m(){}} +A.Th.prototype={} +A.qV.prototype={ +I(){return"ImageRepeat."+this.b}} +A.Su.prototype={ +wd(a){var s,r=this.a +r=r==null?null:r.wd(a) +s=this.b +s=s==null?null:s.wd(a) +return new A.ahn(r,s,this.c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.Su&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&b.c===s.c}, +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"_BlendedDecorationImage("+A.f(this.a)+", "+A.f(this.b)+", "+A.f(this.c)+")"}} +A.ahn.prototype={ +EK(a,b,c,d,e,f){var s,r,q=this +a.h0(null,$.ak().bk()) +s=q.a +r=s==null +if(!r)s.EK(a,b,c,d,e*(1-q.c),f) +s=q.b +if(s!=null){r=!r?B.Gw:f +s.EK(a,b,c,d,e*q.c,r)}a.bR()}, +t7(a,b,c,d){return this.EK(a,b,c,d,1,B.dC)}, +m(){var s=this.a +if(s!=null)s.m() +s=this.b +if(s!=null)s.m()}, +j(a){return"_BlendedDecorationImagePainter("+A.f(this.a)+", "+A.f(this.b)+", "+A.f(this.c)+")"}} +A.cx.prototype={ +gdu(){var s=this +return s.ger()+s.ges()+s.gfG()+s.gfE()}, +D(a,b){var s=this +return new A.mR(s.ger()+b.ger(),s.ges()+b.ges(),s.gfG()+b.gfG(),s.gfE()+b.gfE(),s.gbK()+b.gbK(),s.gbO()+b.gbO())}, +hM(a,b,c){var s=this +return new A.mR(A.a_(s.ger(),b.a,c.a),A.a_(s.ges(),b.c,c.b),A.a_(s.gfG(),0,c.c),A.a_(s.gfE(),0,c.d),A.a_(s.gbK(),b.b,c.e),A.a_(s.gbO(),b.d,c.f))}, +j(a){var s=this +if(s.gfG()===0&&s.gfE()===0){if(s.ger()===0&&s.ges()===0&&s.gbK()===0&&s.gbO()===0)return"EdgeInsets.zero" +if(s.ger()===s.ges()&&s.ges()===s.gbK()&&s.gbK()===s.gbO())return"EdgeInsets.all("+B.c.a5(s.ger(),1)+")" +return"EdgeInsets("+B.c.a5(s.ger(),1)+", "+B.c.a5(s.gbK(),1)+", "+B.c.a5(s.ges(),1)+", "+B.c.a5(s.gbO(),1)+")"}if(s.ger()===0&&s.ges()===0)return"EdgeInsetsDirectional("+B.c.a5(s.gfG(),1)+", "+B.c.a5(s.gbK(),1)+", "+B.c.a5(s.gfE(),1)+", "+B.c.a5(s.gbO(),1)+")" +return"EdgeInsets("+B.c.a5(s.ger(),1)+", "+B.c.a5(s.gbK(),1)+", "+B.c.a5(s.ges(),1)+", "+B.c.a5(s.gbO(),1)+") + EdgeInsetsDirectional("+B.c.a5(s.gfG(),1)+", 0.0, "+B.c.a5(s.gfE(),1)+", 0.0)"}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.cx&&b.ger()===s.ger()&&b.ges()===s.ges()&&b.gfG()===s.gfG()&&b.gfE()===s.gfE()&&b.gbK()===s.gbK()&&b.gbO()===s.gbO()}, +gt(a){var s=this +return A.I(s.ger(),s.ges(),s.gfG(),s.gfE(),s.gbK(),s.gbO(),B.a,B.a,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.b5.prototype={ +ger(){return this.a}, +gbK(){return this.b}, +ges(){return this.c}, +gbO(){return this.d}, +gfG(){return 0}, +gfE(){return 0}, +CO(a){var s=this +return new A.D(a.a+s.a,a.b+s.b,a.c-s.c,a.d-s.d)}, +D(a,b){if(b instanceof A.b5)return this.a0(0,b) +return this.GK(0,b)}, +hM(a,b,c){var s=this +return new A.b5(A.a_(s.a,b.a,c.a),A.a_(s.b,b.b,c.e),A.a_(s.c,b.c,c.b),A.a_(s.d,b.d,c.f))}, +a9(a,b){var s=this +return new A.b5(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +a0(a,b){var s=this +return new A.b5(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +T(a,b){var s=this +return new A.b5(s.a*b,s.b*b,s.c*b,s.d*b)}, +O(a){return this}, +jW(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.b5(r,q,p,a==null?s.d:a)}, +l6(a){return this.jW(a,null,null,null)}} +A.f_.prototype={ +gfG(){return this.a}, +gbK(){return this.b}, +gfE(){return this.c}, +gbO(){return this.d}, +ger(){return 0}, +ges(){return 0}, +D(a,b){if(b instanceof A.f_)return this.a0(0,b) +return this.GK(0,b)}, +a9(a,b){var s=this +return new A.f_(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +a0(a,b){var s=this +return new A.f_(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +T(a,b){var s=this +return new A.f_(s.a*b,s.b*b,s.c*b,s.d*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.b5(s.c,s.b,s.a,s.d) +case 1:return new A.b5(s.a,s.b,s.c,s.d)}}} +A.mR.prototype={ +T(a,b){var s=this +return new A.mR(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +O(a){var s=this +switch(a.a){case 0:return new A.b5(s.d+s.a,s.e,s.c+s.b,s.f) +case 1:return new A.b5(s.c+s.a,s.e,s.d+s.b,s.f)}}, +ger(){return this.a}, +ges(){return this.b}, +gfG(){return this.c}, +gfE(){return this.d}, +gbK(){return this.e}, +gbO(){return this.f}} +A.a4R.prototype={ +a2J(){return this.b}} +A.P8.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.P8&&b.d.k(0,s.d)&&b.e===s.e&&b.f===s.f&&b.r===s.r&&A.dq(b.a,s.a)&&A.dq(b.b,s.b)}, +gt(a){var s=this,r=A.c9(s.a),q=A.c9(s.b) +return A.I(s.d,s.e,s.f,s.r,s.c,r,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this,r=A.a(["center: "+s.d.j(0),"startAngle: "+A.hf(s.e),"endAngle: "+A.hf(s.f),"colors: "+A.f(s.a)],t.s) +r.push("stops: "+A.f(s.b)) +r.push("tileMode: "+s.r.j(0)) +return"SweepGradient("+B.b.bn(r,", ")+")"}} +A.a65.prototype={ +M(a){var s,r,q,p +for(s=this.b,r=s.gbf(),r=new A.dX(J.aA(r.a),r.b),q=A.j(r).z[1];r.q();){p=r.a;(p==null?q.a(p):p).m()}s.M(0) +for(s=this.a,r=s.gbf(),r=new A.dX(J.aA(r.a),r.b),q=A.j(r).z[1];r.q();){p=r.a +if(p==null)p=q.a(p) +p.a.N(p.b)}s.M(0) +this.f=0}, +aaP(a){var s,r,q,p=this,o=p.c.v(0,a) +if(o!=null){s=o.a +r=o.d +r===$&&A.b() +if(s.x)A.F(A.ar(u.V)) +B.b.v(s.y,r) +o.Hd()}q=p.a.v(0,a) +if(q!=null){q.a.N(q.b) +return!0}o=p.b.v(0,a) +if(o!=null){s=p.f +r=o.b +r.toString +p.f=s-r +o.m() +return!0}return!1}, +M_(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.n(0,a,b) +r.ZK(c)}else b.m()}, +Bq(a,b,c){var s=this.c.bm(a,new A.a67(this,b,a)) +if(s.b==null)s.b=c}, +Rm(a,b,c){var s,r,q,p,o,n,m,l=this,k=null,j={},i=l.a,h=i.i(0,a),g=h==null?k:h.a +j.a=g +if(g!=null)return g +h=l.b +q=h.v(0,a) +if(q!=null){j=q.a +l.Bq(a,j,q.b) +h.n(0,a,q) +return j}p=l.c.i(0,a) +if(p!=null){j=p.a +i=p.b +if(j.x)A.F(A.ar(u.V)) +h=new A.qW(j) +h.uo(j) +l.M_(a,new A.AQ(j,i,h),k) +return j}try{g=j.a=b.$0() +l.Bq(a,g,k) +h=g}catch(o){s=A.aj(o) +r=A.az(o) +c.$2(s,r) +return k}j.b=!1 +n=A.aR("pendingImage") +m=new A.fU(new A.a68(j,l,a,!0,k,n),k,k) +n.b=new A.Vt(h,m) +i.n(0,a,n.ai()) +j.a.aa(m) +return j.a}, +X(a){return this.a.i(0,a)!=null||this.b.i(0,a)!=null}, +ZK(a){var s,r,q,p,o,n=this,m=n.b,l=A.j(m).h("bl<1>") +while(!0){if(!(n.f>104857600||m.a>1000))break +s=new A.bl(m,l) +r=s.gR(s) +if(!r.q())A.F(A.c7()) +q=r.gH() +p=m.i(0,q) +s=n.f +o=p.b +o.toString +n.f=s-o +p.m() +m.v(0,q)}}} +A.a67.prototype={ +$0(){return A.aNY(this.b,new A.a66(this.a,this.c))}, +$S:222} +A.a66.prototype={ +$0(){this.a.c.v(0,this.b)}, +$S:0} +A.a68.prototype={ +$2(a,b){var s,r,q,p,o,n=this +if(a!=null){s=a.a +r=s.gdt()*s.gdw()*4 +s.m()}else r=null +s=n.a +q=s.a +if(q.x)A.F(A.ar(u.V)) +p=new A.qW(q) +p.uo(q) +o=new A.AQ(q,r,p) +p=n.b +q=n.c +p.Bq(q,s.a,r) +if(n.d)p.M_(q,o,n.e) +else o.m() +p.a.v(0,q) +if(!s.b){q=n.f.ai() +q.a.N(q.b)}s.b=!0}, +$S:223} +A.SH.prototype={ +m(){$.cv.x2$.push(new A.ahX(this))}} +A.ahX.prototype={ +$1(a){var s=this.a,r=s.c +if(r!=null)r.m() +s.c=null}, +$S:3} +A.AQ.prototype={} +A.uh.prototype={ +YI(a,b,c){var s=new A.ak_(this,b) +this.d=s +if(a.x)A.F(A.ar(u.V)) +a.y.push(s)}, +j(a){return"#"+A.b1(this)}} +A.ak_.prototype={ +$0(){var s,r,q +this.b.$0() +s=this.a +r=s.a +q=s.d +q===$&&A.b() +if(r.x)A.F(A.ar(u.V)) +B.b.v(r.y,q) +s.Hd()}, +$S:0} +A.Vt.prototype={} +A.x5.prototype={ +O2(a){var s=this +return new A.x5(s.a,s.b,s.c,s.d,a,s.f)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.x5&&b.a==s.a&&b.b==s.b&&J.c(b.c,s.c)&&b.d==s.d&&J.c(b.e,s.e)&&b.f==s.f}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.j(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("devicePixelRatio: "+B.c.a5(p,1)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.j(0)) +q=p +s=!0}p=r.d +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.j(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("size: "+p.j(0)) +q=p +s=!0}p=r.f +if(p!=null){if(s)q+=", " +p=q+("platform: "+p.b) +q=p}q+=")" +return q.charCodeAt(0)==0?q:q}} +A.eG.prototype={ +O(a){var s=new A.a6i() +this.a_v(a,new A.a6f(this,a,s),new A.a6g(this,a,s)) +return s}, +a_v(a,b,c){var s,r,q,p,o,n={} +n.a=null +n.b=!1 +s=new A.a6c(n,c) +r=null +try{r=this.t5(a)}catch(o){q=A.aj(o) +p=A.az(o) +s.$2(q,p) +return}r.bp(new A.a6b(n,this,b,s),t.H).jR(s)}, +ts(a,b,c,d){var s,r +if(b.a!=null){s=$.me.oF$ +s===$&&A.b() +s.Rm(c,new A.a6d(b),d) +return}s=$.me.oF$ +s===$&&A.b() +r=s.Rm(c,new A.a6e(this,c),d) +if(r!=null)b.G8(r)}, +p_(a,b){return A.ayy()}, +p0(a,b){return A.ayy()}, +j(a){return"ImageConfiguration()"}} +A.a6f.prototype={ +$2(a,b){this.a.ts(this.b,this.c,a,b)}, +$S(){return A.j(this.a).h("~(eG.T,~(A,bU?))")}} +A.a6g.prototype={ +$3(a,b,c){return this.ST(a,b,c)}, +ST(a,b,c){var s=0,r=A.V(t.H),q=this,p +var $async$$3=A.R(function(d,e){if(d===1)return A.S(e,r) +while(true)switch(s){case 0:p=A.jx(null,t.P) +s=2 +return A.a4(p,$async$$3) +case 2:p=q.c +if(p.a==null)p.G8(new A.aiF(A.a([],t.XZ),A.a([],t.SM),A.a([],t.b))) +p=p.a +p.toString +p.tr(A.bu("while resolving an image"),b,null,!0,c) +return A.T(null,r)}}) +return A.U($async$$3,r)}, +$S(){return A.j(this.a).h("al<~>(eG.T?,A,bU?)")}} +A.a6c.prototype={ +SS(a,b){var s=0,r=A.V(t.H),q,p=this,o +var $async$$2=A.R(function(c,d){if(c===1)return A.S(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.T(q,r)}}) +return A.U($async$$2,r)}, +$2(a,b){return this.SS(a,b)}, +$S:224} +A.a6b.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +try{p.c.$2(a,p.d)}catch(q){s=A.aj(q) +r=A.az(q) +p.d.$2(s,r)}}, +$S(){return A.j(this.b).h("ba(eG.T)")}} +A.a6d.prototype={ +$0(){var s=this.a.a +s.toString +return s}, +$S:144} +A.a6e.prototype={ +$0(){var s=this.a,r=this.b,q=s.p0(r,$.me.gacO()) +return q instanceof A.RX?s.p_(r,$.me.gacL()):q}, +$S:144} +A.RX.prototype={} +A.iL.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.iL&&b.a===s.a&&b.b===s.b&&b.c===s.c}, +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"AssetBundleImageKey(bundle: "+this.a.j(0)+', name: "'+this.b+'", scale: '+A.f(this.c)+")"}} +A.Ey.prototype={ +p0(a,b){return A.yc(null,this.im(a,b),a.b,null,a.c)}, +p_(a,b){return A.yc(null,this.im(a,b),a.b,null,a.c)}, +im(a,b){return this.a3d(a,b)}, +a3d(a,b){var s=0,r=A.V(t.hP),q,p=2,o,n,m,l,k +var $async$im=A.R(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:l=null +p=4 +s=7 +return A.a4(a.a.xd(a.b),$async$im) +case 7:l=d +p=2 +s=6 +break +case 4:p=3 +k=o +if(A.aj(k) instanceof A.nC){m=$.me.oF$ +m===$&&A.b() +m.aaP(a) +throw k}else throw k +s=6 +break +case 3:s=2 +break +case 6:q=b.$1(l) +s=1 +break +case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$im,r)}} +A.m4.prototype={ +t5(a){return new A.bC(this,t.Q6)}, +p_(a,b){return A.yc(null,this.im(a,b),"MemoryImage("+("#"+A.b1(a.a))+")",null,a.b)}, +p0(a,b){return A.yc(null,this.im(a,b),"MemoryImage("+("#"+A.b1(a.a))+")",null,a.b)}, +im(a,b){return this.a3e(a,b)}, +a3e(a,b){var s=0,r=A.V(t.hP),q,p=this,o +var $async$im=A.R(function(c,d){if(c===1)return A.S(d,r) +while(true)switch(s){case 0:o=b +s=3 +return A.a4(A.Jg(p.a),$async$im) +case 3:q=o.$1(d) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$im,r)}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.m4&&b.a===this.a&&b.b===this.b}, +gt(a){return A.I(A.h3(this.a),this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"MemoryImage("+("#"+A.b1(this.a))+", scale: "+B.i.a5(this.b,1)+")"}} +A.aiF.prototype={} +A.Me.prototype={ +j(a){return this.b}, +$ibW:1} +A.vn.prototype={ +goX(){return this.a}, +t5(a){var s,r={},q=a.a +if(q==null)q=$.a_i() +r.a=r.b=null +s=t.P +A.aJ8(A.aGs(q).bp(new A.a_R(r,this,a,q),s),new A.a_S(r),s,t.K) +s=r.a +if(s!=null)return s +s=new A.a9($.ad,t.Lv) +r.b=new A.bc(s,t.h8) +return s}, +ZX(a,b,c){var s,r,q,p,o +if(c==null||c.length===0||b.b==null)return new A.lh(null,a) +s=A.aMh(t.V,t.pR) +for(r=c.length,q=0;q(r+q)/2){s=a.i(0,q) +s.toString +return s}else{s=a.i(0,r) +s.toString +return s}}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.vn&&b.goX()===this.goX()&&!0}, +gt(a){return A.I(this.goX(),this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"AssetImage(bundle: "+A.f(this.b)+', name: "'+this.goX()+'")'}} +A.a_R.prototype={ +$1(a){var s,r,q=this,p=q.b,o=a.SY(p.goX()),n=p.ZX(p.goX(),q.c,o) +p=n.a +if(p==null)p=1 +s=new A.iL(q.d,n.b,p) +p=q.a +r=p.b +if(r!=null)r.d2(s) +else p.a=new A.bC(s,t.WT)}, +$S:226} +A.a_S.prototype={ +$2(a,b){this.a.b.l5(a,b)}, +$S:26} +A.i3.prototype={ +dR(){return new A.i3(this.a.dR(),this.b,this.c)}, +j(a){var s=this.c +s=s!=null?s+" ":"" +return s+this.a.j(0)+" @ "+A.hf(this.b)+"x"}, +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.i3&&b.a===s.a&&b.b===s.b&&b.c==s.c}} +A.fU.prototype={ +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.fU&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&J.c(b.c,s.c)}, +aeh(a,b){return this.a.$2(a,b)}} +A.iZ.prototype={} +A.a6i.prototype={ +G8(a){var s,r=this +r.a=a +s=r.b +if(s!=null){r.b=null +a.r=!0 +B.b.a1(s,a.gvU()) +r.a.r=!1}}, +aa(a){var s=this.a +if(s!=null)return s.aa(a) +s=this.b;(s==null?this.b=A.a([],t.XZ):s).push(a)}, +N(a){var s,r=this.a +if(r!=null)return r.N(a) +for(s=0;r=this.b,s")),t.kE),!0,t.CF) +n=i.b +B.b.K(o,n) +B.b.M(n) +s=!1 +for(n=o.length,m=0;m")),r),!0,r.h("p.E")) +for(s=q.length,p=0;p=s.a}else r=!0 +if(r){p.IK(new A.i3(p.ax.gfT().dR(),p.as,p.e)) +p.ay=a +p.ch=p.ax.gwu() +p.ax.gfT().m() +p.ax=null +q=B.i.h3(p.CW,p.Q.grA()) +if(p.Q.gxT()===-1||q<=p.Q.gxT())p.nJ() +return}s.toString +r=p.ay +r===$&&A.b() +p.cx=A.d4(new A.aZ(B.i.ar(s.a-(a.a-r.a))),new A.a8h(p))}, +nJ(){var s=0,r=A.V(t.H),q,p=2,o,n=this,m,l,k,j,i +var $async$nJ=A.R(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:j=n.ax +if(j!=null)j.gfT().m() +n.ax=null +p=4 +s=7 +return A.a4(n.Q.iN(),$async$nJ) +case 7:n.ax=b +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.aj(i) +l=A.az(i) +n.tr(A.bu("resolving an image frame"),m,n.at,!0,l) +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:if(n.Q.grA()===1){if(n.a.length===0){s=1 +break}n.IK(new A.i3(n.ax.gfT().dR(),n.as,n.e)) +n.ax.gfT().m() +n.ax=null +s=1 +break}n.L1() +case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$nJ,r)}, +L1(){if(this.cy)return +this.cy=!0 +$.cv.yu(this.ga19())}, +IK(a){this.Ua(a);++this.CW}, +aa(a){var s,r=this +if(r.a.length===0){s=r.Q +if(s!=null)s=r.c==null||s.grA()>1 +else s=!1}else s=!1 +if(s)r.nJ() +r.Vp(a)}, +N(a){var s,r=this +r.Vq(a) +if(r.a.length===0){s=r.cx +if(s!=null)s.bd() +r.cx=null}}, +v7(){var s,r=this +r.Vo() +if(r.x){s=r.z +if(s!=null)s.n2(null) +s=r.z +if(s!=null)s.bd() +r.z=null}}} +A.a8i.prototype={ +$2(a,b){this.a.tr(A.bu("resolving an image codec"),a,this.b,!0,b)}, +$S:26} +A.a8j.prototype={ +$2(a,b){this.a.tr(A.bu("loading an image"),a,this.b,!0,b)}, +$S:26} +A.a8h.prototype={ +$0(){this.a.L1()}, +$S:0} +A.Uo.prototype={} +A.Uq.prototype={} +A.Up.prototype={} +A.Ef.prototype={} +A.nR.prototype={ +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.nR&&b.a===s.a&&b.b==s.b&&b.c==s.c&&b.d===s.d&&A.dq(b.f,s.f)}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.f(this.b)+", recognizer: "+A.f(this.c)+"}"}} +A.cm.prototype={ +Tj(a){var s={} +s.a=null +this.ba(new A.a6w(s,a,new A.Ef())) +return s.a}, +S6(a){var s,r=new A.bb("") +this.Cn(r,!0,a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +jU(a,b){var s={} +if(b<0)return null +s.a=null +this.ba(new A.a6v(s,b,new A.Ef())) +return s.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.cm&&J.c(b.a,this.a)}, +gt(a){return J.v(this.a)}} +A.a6w.prototype={ +$1(a){var s=a.FV(this.b,this.c) +this.a.a=s +return s==null}, +$S:61} +A.a6v.prototype={ +$1(a){var s=a.NI(this.b,this.c) +this.a.a=s +return s==null}, +$S:61} +A.N3.prototype={ +Cn(a,b,c){a.a+=A.cX(65532)}, +Cm(a){a.push(B.L6)}} +A.bF.prototype={ +aT(a){var s=this.a.aT(a) +return new A.bF(this.b.T(0,a),s)}, +d6(a,b){var s,r,q=this +if(a instanceof A.bF){s=A.at(a.a,q.a,b) +r=A.iM(a.b,q.b,b) +r.toString +return new A.bF(r,s)}if(a instanceof A.d6){s=A.at(a.a,q.a,b) +return new A.eP(q.b,1-b,a.b,s)}return q.nA(a,b)}, +d7(a,b){var s,r,q=this +if(a instanceof A.bF){s=A.at(q.a,a.a,b) +r=A.iM(q.b,a.b,b) +r.toString +return new A.bF(r,s)}if(a instanceof A.d6){s=A.at(q.a,a.a,b) +return new A.eP(q.b,b,a.b,s)}return q.nB(a,b)}, +mv(a){var s=a==null?this.a:a +return new A.bF(this.b,s)}, +iL(a,b){var s=this.b.O(b).cp(a).cW(-this.a.gdz()),r=$.ak().bU() +r.dP(s) +return r}, +eG(a,b){var s=$.ak().bU() +s.dP(this.b.O(b).cp(a)) +return s}, +i5(a,b,c,d){var s=this.b +if(s.k(0,B.al))a.cl(b,c) +else a.cV(s.O(d).cp(b),c)}, +gfX(){return!0}, +i4(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.cV(s.O(c).cp(b),o.i9()) +else{r=$.ak().bk() +r.sal(o.a) +q=s.O(c).cp(b) +p=q.cW(-o.gdz()) +a.ow(q.cW(o.gnw()),p,r)}break}}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.bF&&b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"RoundedRectangleBorder("+this.a.j(0)+", "+this.b.j(0)+")"}} +A.eP.prototype={ +aT(a){var s=this.a.aT(a) +return new A.eP(this.b.T(0,a),a,this.d,s)}, +d6(a,b){var s,r,q,p=this +if(a instanceof A.bF){s=A.at(a.a,p.a,b) +r=A.iM(a.b,p.b,b) +r.toString +return new A.eP(r,p.c*b,p.d,s)}if(a instanceof A.d6){s=A.at(a.a,p.a,b) +r=p.c +return new A.eP(p.b,r+(1-r)*(1-b),a.b,s)}if(a instanceof A.eP){s=A.at(a.a,p.a,b) +r=A.iM(a.b,p.b,b) +r.toString +q=A.W(a.c,p.c,b) +q.toString +return new A.eP(r,q,p.d,s)}return p.nA(a,b)}, +d7(a,b){var s,r,q,p=this +if(a instanceof A.bF){s=A.at(p.a,a.a,b) +r=A.iM(p.b,a.b,b) +r.toString +return new A.eP(r,p.c*(1-b),p.d,s)}if(a instanceof A.d6){s=A.at(p.a,a.a,b) +r=p.c +return new A.eP(p.b,r+(1-r)*b,a.b,s)}if(a instanceof A.eP){s=A.at(p.a,a.a,b) +r=A.iM(p.b,a.b,b) +r.toString +q=A.W(p.c,a.c,b) +q.toString +return new A.eP(r,q,p.d,s)}return p.nB(a,b)}, +pU(a){var s,r,q,p,o,n,m,l,k=this.c +if(k===0||a.c-a.a===a.d-a.b)return a +s=a.c +r=a.a +q=s-r +p=a.d +o=a.b +n=p-o +m=1-this.d +if(q")),!0,t.Q2)}if(s.e.gfX())p.x=A.a1(new A.X(r,new A.alQ(a),A.a6(r).h("X<1,D>")),!0,t.YT) +else p.y=A.a1(new A.X(r,new A.alR(p,a,b),A.a6(r).h("X<1,ry>")),!0,t.ke)}r=s.e +if(!r.gfX())q=p.r!=null||p.w!=null +else q=!1 +if(q)p.e=r.eG(a,b) +if(s.c!=null)p.f=r.iL(a,b) +p.c=a +p.d=b}, +a5Z(a,b,c){var s,r,q,p,o=this +if(o.w!=null){s=o.b.e +if(s.gfX()){r=0 +while(!0){q=o.w +q.toString +if(!(r>>0)+r+-56613888 +break $label0$0}if(56320===s){r=r.jU(0,a-1) +r.toString +r=(r<<10>>>0)+q+-56613888 +break $label0$0}r=q +break $label0$0}return r}, +a68(a,b){var s,r=this.a_6(b?a-1:a),q=b?a:a-1,p=this.a.jU(0,q) +if(!(r==null||p==null||A.ayr(r)||A.ayr(p))){q=A.bZ("[\\p{Space_Separator}\\p{Punctuation}]",!0,!1,!0) +s=A.cX(r) +q=!q.b.test(s)}else q=!0 +return q}} +A.amu.prototype={ +iM(a){var s +if(a<0)return null +s=this.b.iM(a) +return s==null||this.a.$2(s,!1)?s:this.iM(s-1)}, +iP(a){var s=this.b.iP(Math.max(a,0)) +return s==null||this.a.$2(s,!0)?s:this.iP(s)}} +A.ama.prototype={ +ni(a){var s +switch(a.a){case 0:s=this.a.gqE() +break +case 1:s=this.a.gPK() +break +default:s=null}return s}} +A.amb.prototype={ +gjk(){var s,r=this.c +if(r===0)return B.l +s=this.a +if(!isFinite(s.a.gdw()))return B.a2S +return new A.o(r*(this.b-s.a.gdw()),0)}, +a5n(a,b,c){var s,r=this,q=r.a,p=A.az0(a,b,c,q) +if(p===r.b)return!0 +if(!isFinite(r.gjk().a)&&!isFinite(q.a.gdw())&&isFinite(a))return!1 +s=q.a.grX() +if(q.a.gdw()-s>-1e-10&&b-s>-1e-10){r.b=p +return!0}return!1}} +A.pu.prototype={} +A.pp.prototype={} +A.Pn.prototype={ +a3(){var s=this.b +if(s!=null)s.a.a.m() +this.b=null}, +sav(a){var s,r,q=this +if(J.c(q.f,a))return +s=q.f +s=s==null?null:s.a +if(!J.c(s,a.a)){s=q.CW +if(s!=null)s.m() +q.CW=null}s=q.f +s=s==null?null:s.aJ(0,a) +r=s==null?B.bu:s +q.f=a +q.r=null +s=r.a +if(s>=3)q.a3() +else if(s>=2)q.c=!0}, +gxE(){var s=this.r +if(s==null){s=this.f +s=s==null?null:s.S6(!1) +this.r=s}return s==null?"":s}, +sFe(a){if(this.w===a)return +this.w=a +this.a3()}, +sbA(a){var s,r=this +if(r.x===a)return +r.x=a +r.a3() +s=r.CW +if(s!=null)s.m() +r.CW=null}, +sej(a){var s,r=this +if(a.k(0,r.y))return +r.y=a +r.a3() +s=r.CW +if(s!=null)s.m() +r.CW=null}, +saav(a){if(this.z==a)return +this.z=a +this.a3()}, +sE7(a){if(J.c(this.Q,a))return +this.Q=a +this.a3()}, +sEd(a){if(this.as==a)return +this.as=a +this.a3()}, +sFg(a){if(this.ax===a)return +this.ax=a}, +gacD(){var s,r,q,p=this.b +if(p==null)return null +s=p.gjk() +if(!isFinite(s.a)||!isFinite(s.b))return A.a([],t.Lx) +r=p.d +if(r==null)r=p.d=p.a.a.tJ() +if(s.k(0,B.l))return r +q=A.a6(r).h("X<1,eN>") +return A.a1(new A.X(r,new A.af4(s),q),!1,q.h("bf.E"))}, +yE(a){if(a==null||a.length===0||A.dq(a,this.ch))return +this.ch=a +this.a3()}, +Is(a){var s,r,q,p,o,n=this,m=null,l=n.f.a +if(l==null)l=m +else{s=n.w +r=n.x +if(r==null)r=a +q=n.y +p=n.as +o=n.ay +q=l.T9(n.z,n.Q,p,n.at,s,r,o,q) +l=q}if(l==null){l=n.w +s=n.x +if(s==null)s=a +r=n.y.aT(14) +q=n.as +p=n.ay +p=A.arl(n.z,m,r,m,m,m,n.Q,q,m,l,s,p) +l=p}return l}, +a_y(){return this.Is(null)}, +gxH(){var s,r,q=this,p=q.CW +if(p==null){p=q.Is(B.P) +s=$.ak().we(p) +p=q.f +if(p==null)r=null +else{p=p.a +r=p==null?null:p.yo(q.y)}if(r!=null)s.tk(r) +s.qB(" ") +p=s.bj() +p.iF(B.a4g) +q.CW=p}return p.gdt()}, +Ir(a){var s=this,r=s.a_y(),q=$.ak().we(r) +r=s.y +a.C8(q,s.ch,r) +s.c=!1 +return q.bj()}, +E3(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.b,i=j==null +if(!i&&j.a5n(b,a,k.ax))return +s=k.f +if(s==null)throw A.d(A.ar("TextPainter.text must be set to a non-null value before using the TextPainter.")) +r=k.x +if(r==null)throw A.d(A.ar("TextPainter.textDirection must be set to a non-null value before using the TextPainter.")) +q=A.axW(k.w,r) +if(!(!isFinite(a)&&q!==0))p=a +else p=i?null:j.a.a.grX() +o=p==null +k.d=o?a:p +n=i?null:j.a.a +if(n==null)n=k.Ir(s) +n.iF(new A.mg(k.d)) +i=new A.ama(n) +m=A.az0(b,a,k.ax,i) +if(o&&isFinite(b)){l=i.a.grX() +n.iF(new A.mg(l)) +k.d=l}k.b=new A.amb(i,m,q)}, +adn(){return this.E3(1/0,0)}, +aK(a,b){var s,r,q,p=this,o=p.b +if(o==null)throw A.d(A.ar("TextPainter.paint called when text geometry was not yet calculated.\nPlease call layout() before paint() to position the text before painting it.")) +if(!isFinite(o.gjk().a)||!isFinite(o.gjk().b))return +if(p.c){s=o.a +r=s.a +q=p.f +q.toString +q=p.Ir(q) +q.iF(new A.mg(p.d)) +s.a=q +r.m()}a.l9(o.a.a,b.a0(0,o.gjk()))}, +J4(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.gxE().length +if(i===0||a>i)return null +s=B.d.jU(j.gxE(),Math.max(0,a-1)) +r=s&64512 +q=r===55296||r===56320||j.f.jU(0,a)===8205||s===8207||s===8206 +p=q?2:1 +o=A.a([],t.Lx) +for(r=-i,n=!q,m=s===10;o.length===0;){l=a-p +o=j.b.a.a.yc(Math.max(0,l),a,B.mr) +if(o.length===0){if(n&&m)break +if(l>>0,n=!q;o.length===0;){m=a+p +o=this.b.a.a.yc(a,m,B.mr) +if(o.length===0){if(n)break +if(m>=r)break +p*=2 +continue}l=B.b.gE(o).e===B.e?B.b.gE(o):B.b.gB(o) +r=l.e +n=r===B.e?l.a:l.c +k=l.b +return new A.pu(new A.o(n,k),r,l.d-k)}return null}, +tN(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=i.b +g.toString +s=a.a<0?B.FY:i.Ie(a) +$label0$0:{r=A.cc("#0#2",new A.af1(s)) +q=A.cc("#0#4",new A.af2(s)) +p=A.cc("#0#7",new A.af3(s)) +if(s instanceof A.pp)if(typeof r.a8()=="number"){o=r.a8() +n=!0}else{o=h +n=!1}else{o=h +n=!1}if(n){n=i.w +m=i.x +m.toString +l=A.axW(n,m) +return new A.o(l===0?0:l*g.b,o)}n=s instanceof A.pu +if(n)if(B.e===q.a8())if(p.a8() instanceof A.o){k=p.a8() +m=!0}else{k=h +m=!1}else{k=h +m=!1}else{k=h +m=!1}if(m){j=k +break $label0$0}if(n)if(B.P===q.a8())if(p.a8() instanceof A.o){k=p.a8() +n=!0}else{k=h +n=!1}else{k=h +n=!1}else{k=h +n=!1}j=n?new A.o(k.a-(b.c-b.a),k.b):h}return new A.o(A.a_(j.a+g.gjk().a,0,g.b),j.b+g.gjk().b)}, +T2(a,b){var s,r,q,p,o=null +if(a.a<0)return o +s=this.Ie(a) +r=A.cc("#0#2",new A.af0(s)) +$label0$0:{if(s instanceof A.pu)if(typeof r.a8()=="number"){q=r.a8() +p=!0}else{q=o +p=!1}else{q=o +p=!1}if(p){p=q +break $label0$0}if(s instanceof A.pp){p=o +break $label0$0}p=o}return p}, +Ie(a){var s,r,q=this,p=q.b +if(a.k(0,p.f)){s=q.cx +s===$&&A.b() +return s}r=a.a +switch(a.b.a){case 0:s=q.J4(r) +if(s==null)s=q.J3(r) +break +case 1:s=q.J3(r) +if(s==null)s=q.J4(r) +break +default:s=null}p.f=a +return q.cx=s==null?B.FY:s}, +FK(a,b,c){var s,r,q=this.b,p=q.gjk() +if(!isFinite(p.a)||!isFinite(p.b))return A.a([],t.Lx) +s=q.a.a.tK(a.a,a.b,b,c) +if(p.k(0,B.l))r=s +else{r=A.a6(s).h("X<1,eN>") +r=A.a1(new A.X(s,new A.af_(p),r),!1,r.h("bf.E"))}return r}, +h_(a){var s=this.b +return s.a.a.h_(a.a9(0,s.gjk()))}, +w6(){var s,r,q=this.b,p=q.gjk() +if(!isFinite(p.a)||!isFinite(p.b))return B.T2 +s=q.e +if(s==null){s=q.a.a.w6() +q.e=s}if(p.k(0,B.l))r=s +else{r=A.a6(s).h("X<1,lZ>") +r=A.a1(new A.X(s,new A.aeZ(p),r),!1,r.h("bf.E"))}return r}, +m(){var s=this,r=s.CW +if(r!=null)r.m() +s.CW=null +r=s.b +if(r!=null)r.a.a.m() +s.f=s.b=null}} +A.af4.prototype={ +$1(a){return A.axX(a,this.a)}, +$S:141} +A.aeS.prototype={ +$0(){return this.a.a}, +$S:238} +A.aeU.prototype={ +$0(){return this.a.b}, +$S:140} +A.aeT.prototype={ +$0(){return B.b2===this.a.a8()}, +$S:1} +A.aeV.prototype={ +$0(){return B.e===this.a.a8()}, +$S:1} +A.aeW.prototype={ +$0(){return B.P===this.a.a8()}, +$S:1} +A.aeX.prototype={ +$0(){return B.eL===this.a.a8()}, +$S:1} +A.aeY.prototype={ +$0(){return B.i4===this.a.a8()}, +$S:1} +A.af1.prototype={ +$0(){return t.Wt.a(this.a).a}, +$S:54} +A.af2.prototype={ +$0(){return t.YL.a(this.a).b}, +$S:140} +A.af3.prototype={ +$0(){return t.YL.a(this.a).a}, +$S:240} +A.af0.prototype={ +$0(){return t.YL.a(this.a).c}, +$S:54} +A.af_.prototype={ +$1(a){return A.axX(a,this.a)}, +$S:141} +A.aeZ.prototype={ +$1(a){var s=this.a,r=a.gPD(),q=a.gNj(),p=a.gOu(),o=a.gSe(),n=a.gdt(),m=a.gdw(),l=a.gji(),k=a.goe(),j=a.gE5() +return $.ak().Oc(q,k+s.b,p,r,n,l+s.a,j,o,m)}, +$S:241} +A.hJ.prototype={ +aT(a){return a*this.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.hJ&&b.a===this.a}, +gt(a){return B.c.gt(this.a)}, +j(a){var s=this.a +return s===1?"no scaling":"linear ("+A.f(s)+"x)"}, +$iA9:1} +A.is.prototype={ +gOo(){return this.e}, +gFC(){return!0}, +lp(a,b){var s +if(t.pY.b(a)){s=this.d +if(s!=null)s.MR(a)}}, +C8(a,b,c){var s,r,q,p,o,n=this.a,m=n!=null +if(m)a.tk(n.yo(c)) +n=this.b +if(n!=null)try{a.qB(n)}catch(q){n=A.aj(q) +if(n instanceof A.hh){s=n +r=A.az(q) +A.di(new A.bK(s,r,"painting library",A.bu("while building a TextSpan"),null,!1)) +a.qB("\ufffd")}else throw q}p=this.c +if(p!=null)for(n=p.length,o=0;oq.a)q=p +if(q===B.bu)return q}s=n.c +if(s!=null)for(r=b.c,o=0;oq.a)q=p +if(q===B.bu)return q}return q}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +if(!s.GP(0,b))return!1 +return b instanceof A.is&&b.b==s.b&&b.d==s.d&&s.e.k(0,b.e)&&A.dq(b.c,s.c)}, +gt(a){var s=this,r=A.cm.prototype.gt.call(s,s),q=s.c +q=q==null?null:A.c9(q) +return A.I(r,s.b,s.d,s.w,null,null,s.e,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)}, +cS(){return"TextSpan"}, +$iau:1, +$ike:1, +gEt(){return null}, +gEu(){return null}} +A.n.prototype={ +gmN(){var s,r=this.e +if(!(this.f==null))if(r==null)r=null +else{s=A.a6(r).h("X<1,m>") +s=A.a1(new A.X(r,new A.af5(this),s),!0,s.h("bf.E")) +r=s}return r}, +gm8(){var s,r=this.f +if(r!=null){s=this.d +return s==null?null:B.d.cj(s,("packages/"+r+"/").length)}return this.d}, +oo(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){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.ay +if(a3==null&&b9==null)s=a6==null?a2.b:a6 +else s=null +r=a2.ch +if(r==null&&a4==null)q=a5==null?a2.c:a5 +else q=null +p=b5==null?a2.r:b5 +o=b8==null?a2.w:b8 +n=b6==null?a2.x:b6 +m=c2==null?a2.y:c2 +l=c8==null?a2.z:c8 +k=c7==null?a2.Q:c7 +j=c0==null?a2.as:c0 +i=c1==null?a2.at:c1 +a3=b9==null?a3:b9 +r=a4==null?r:a4 +h=c6==null?a2.dy:c6 +g=b4==null?a2.fr:b4 +f=b7==null?a2.fx:b7 +e=a8==null?a2.CW:a8 +d=a9==null?a2.cx:a9 +c=b0==null?a2.cy:b0 +b=b1==null?a2.db:b1 +a=b2==null?a2.gm8():b2 +a0=b3==null?a2.e:b3 +a1=c5==null?a2.f:c5 +return A.p3(r,q,s,null,e,d,c,b,a,a0,g,p,n,f,o,a3,j,a2.a,i,m,a2.ax,a2.fy,a1,h,k,l)}, +a9G(a,b){return this.oo(null,null,a,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null)}, +fa(a){return this.oo(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)}, +a9O(a,b,c){return this.oo(null,null,a,null,null,null,null,null,null,null,null,b,null,null,c,null,null,null,null,null,null,null,null,null,null)}, +a9F(a,b){return this.oo(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)}, +a9x(a){return this.oo(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)}, +f8(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.gm8() +o=h.r +o=o==null?g:o*a2+a1 +n=h.w +n=n==null?g:B.qA[B.i.hM(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.p3(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)}, +bQ(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.gm8() +a2=a4.e +a3=a4.f +return this.oo(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)}, +yo(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.r +$label0$0:{if(i==null){s=j +break $label0$0}s=a.k(0,B.b3) +if(s){s=i +break $label0$0}s=a.aT(i) +break $label0$0}r=k.gmN() +q=new A.hd(k.ch,k.c) +p=A.cc("#1#1",new A.af6(q)) +o=A.cc("#1#2",new A.af7(q)) +$label1$1:{if(t.Q2.b(p.a8())){n=p.a8() +m=!0}else{n=j +m=!1}if(m){m=n +break $label1$1}if(o.a8() instanceof A.q){l=o.a8() +m=!0}else{l=j +m=!1}if(m){m=$.ak().bk() +m.sal(l) +break $label1$1}m=j +break $label1$1}return A.axY(m,k.b,k.CW,k.cx,k.cy,k.db,k.d,r,k.fr,s,k.x,k.fx,k.w,k.ay,k.as,k.at,k.y,k.ax,k.dy,k.Q,k.z)}, +T9(a,b,c,d,e,f,g,h){var s=this,r=s.at,q=r==null?null:new A.Pj(r),p=s.r +p=h.aT(p==null?14:p) +return A.arl(a,s.d,p,s.x,s.w,s.as,b,c,null,e,f,q)}, +aJ(a,b){var s=this +if(s===b)return B.cF +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.dq(s.dy,b.dy)||!A.dq(s.fr,b.fr)||!A.dq(s.fx,b.fx)||!A.dq(s.gmN(),b.gmN())||!1)return B.bu +if(!J.c(s.b,b.b)||!J.c(s.c,b.c)||!J.c(s.CW,b.CW)||!J.c(s.cx,b.cx)||s.cy!=b.cy||s.db!=b.db)return B.a5a +return B.cF}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.n&&b.a===s.a&&J.c(b.b,s.b)&&J.c(b.c,s.c)&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q&&b.as==s.as&&b.at==s.at&&b.ay==s.ay&&b.ch==s.ch&&A.dq(b.dy,s.dy)&&A.dq(b.fr,s.fr)&&A.dq(b.fx,s.fx)&&J.c(b.CW,s.CW)&&J.c(b.cx,s.cx)&&b.cy==s.cy&&b.db==s.db&&b.d==s.d&&A.dq(b.gmN(),s.gmN())&&b.f==s.f&&!0}, +gt(a){var s,r,q=this,p=null,o=q.gmN(),n=o==null?p:A.c9(o),m=A.I(q.cy,q.db,q.d,n,q.f,q.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),l=q.dy,k=q.fr,j=q.fx +n=l==null?p:A.c9(l) +s=k==null?p:A.c9(k) +r=j==null?p:A.c9(j) +return A.I(q.a,q.b,q.c,q.r,q.w,q.x,q.y,q.z,q.Q,q.as,q.at,q.ax,q.ay,q.ch,n,s,r,q.CW,q.cx,m)}, +cS(){return"TextStyle"}} +A.af5.prototype={ +$1(a){var s=this.a.f +return"packages/"+(s==null?A.bm(s):s)+"/"+a}, +$S:51} +A.af6.prototype={ +$0(){return this.a.a}, +$S:242} +A.af7.prototype={ +$0(){return this.a.b}, +$S:243} +A.XK.prototype={} +A.IN.prototype={ +Yt(a,b,c,d,e){this.r=A.aA5(new A.a4i(this),this.gDd(),0,10,0)}, +e5(a){var s,r,q=this +if(a>q.r)return q.gwC() +s=q.e +r=q.c +return q.d+s*Math.pow(q.b,a)/r-s/r-q.f/2*a*a}, +eP(a){var s=this +if(a>s.r)return 0 +return s.e*Math.pow(s.b,a)-s.f*a}, +gwC(){var s=this +if(s.f===0)return s.d-s.e/s.c +return s.e5(s.r)}, +S0(a){var s,r=this,q=r.d +if(a===q)return 0 +s=r.e +if(s!==0)if(s>0)q=ar.gwC() +else q=a>q||a=r.b&&r.c>=r.d +else q=!0 +if(q){o.fC() +o=p.bL +p.id=o.a=o.b=new A.J(A.a_(0,r.a,r.b),A.a_(0,r.c,r.d)) +p.ix=B.Ek +o=p.id$ +if(o!=null)o.iF(r) +return}s.cX(r,!0) +switch(p.ix.a){case 0:o=p.bL +o.a=o.b=p.id$.gC() +p.ix=B.l_ +break +case 1:s=p.bL +if(!J.c(s.b,p.id$.gC())){s.a=p.gC() +s.b=p.id$.gC() +p.d3=0 +o.iA(0) +p.ix=B.a57}else{q=o.x +q===$&&A.b() +if(q===o.b)s.a=s.b=p.id$.gC() +else{s=o.r +if(!(s!=null&&s.a!=null))o.cP()}}break +case 2:s=p.bL +if(!J.c(s.b,p.id$.gC())){s.a=s.b=p.id$.gC() +p.d3=0 +o.iA(0) +p.ix=B.a58}else{p.ix=B.l_ +s=o.r +if(!(s!=null&&s.a!=null))o.cP()}break +case 3:s=p.bL +if(!J.c(s.b,p.id$.gC())){s.a=s.b=p.id$.gC() +p.d3=0 +o.iA(0)}else{o.fC() +p.ix=B.l_}break}o=p.bL +s=p.cJ +s===$&&A.b() +s=o.a6(s.gl()) +s.toString +p.id=r.aZ(s) +p.vY() +if(p.gC().a=a.b&&a.c>=a.d +else s=!0 +if(s)return new A.J(A.a_(0,a.a,a.b),A.a_(0,a.c,a.d)) +r=p.ig(a) +switch(q.ix.a){case 0:return a.aZ(r) +case 1:if(!J.c(q.bL.b,r))return a.aZ(q.gC()) +else{p=q.bW +p===$&&A.b() +s=p.x +s===$&&A.b() +if(s===p.b)return a.aZ(r)}break +case 3:case 2:if(!J.c(q.bL.b,r))return a.aZ(r) +break}p=q.cJ +p===$&&A.b() +p=q.bL.a6(p.gl()) +p.toString +return a.aZ(p)}, +aK(a,b){var s,r,q,p=this +if(p.id$!=null){s=p.cC +s===$&&A.b() +s=s&&p.mI!==B.z}else s=!1 +r=p.de +if(s){s=p.gC() +q=p.cx +q===$&&A.b() +r.saP(a.lJ(q,b,new A.D(0,0,0+s.a,0+s.b),A.oC.prototype.gi3.call(p),p.mI,r.a))}else{r.saP(null) +p.Wp(a,b)}}, +m(){var s,r=this +r.de.saP(null) +s=r.bW +s===$&&A.b() +s.m() +s=r.cJ +s===$&&A.b() +s.m() +r.ik()}} +A.aaV.prototype={ +$0(){var s=this.a,r=s.bW +r===$&&A.b() +r=r.x +r===$&&A.b() +if(r!==s.d3)s.a3()}, +$S:0} +A.rV.prototype={ +gxD(){var s,r=this,q=r.db$ +if(q===$){s=A.aKD(new A.abk(r),new A.abl(r),new A.abm(r)) +q!==$&&A.O() +r.db$=s +q=s}return q}, +a9Y(a){var s,r=$.bN().d +if(r==null){s=self.window.devicePixelRatio +r=s===0?1:s}return new A.Ao(a.go.gjm().eZ(0,r),r)}, +DF(){var s,r,q,p,o,n,m +for(s=this.fr$.gbf(),s=new A.dX(J.aA(s.a),s.b),r=A.j(s).z[1],q=!1;s.q();){p=s.a +if(p==null)p=r.a(p) +q=q||p.id$!=null +o=p.go +n=$.bN().d +if(n==null){m=self.window.devicePixelRatio +n=m===0?1:m}m=o.x +if(m==null){m=o.r +m===$&&A.b() +m=o.x=m.mu()}p.som(new A.Ao(new A.J(m.a/n,m.b/n),n))}if(q)this.To()}, +DM(){}, +DH(){}, +acC(){var s,r=this.cy$ +if(r!=null){r.k2$=$.aO() +r.k1$=0}r=t.S +s=$.aO() +this.cy$=new A.M_(new A.abj(this),new A.a88(B.i1,A.B(r,t.ZA)),A.B(r,t.xg),s)}, +a2E(a){B.a22.eq("first-frame",null,!1,t.H)}, +a2_(a){this.Db() +this.a5B()}, +a5B(){$.cv.x2$.push(new A.abi(this))}, +N2(){--this.fy$ +if(!this.go$)this.G2()}, +Db(){var s,r,q=this,p=q.dy$ +p===$&&A.b() +p.Pf() +q.dy$.Pe() +q.dy$.Pg() +if(q.go$||q.fy$===0){for(p=q.fr$.gbf(),p=new A.dX(J.aA(p.a),p.b),s=A.j(p).z[1];p.q();){r=p.a;(r==null?s.a(r):r).a9f()}q.dy$.Ph() +q.go$=!0}}, +$iau:1, +$iel:1} +A.abk.prototype={ +$0(){var s=this.a.gxD().e +if(s!=null)s.tX()}, +$S:0} +A.abm.prototype={ +$1(a){var s +if(this.a.gxD().e!=null){s=$.dV;(s==null?$.dV=A.k1():s).agp(a)}}, +$S:138} +A.abl.prototype={ +$0(){var s=this.a.gxD().e +if(s!=null)s.ms()}, +$S:0} +A.abj.prototype={ +$2(a,b){var s=A.aqZ() +this.a.wW(s,a,b) +return s}, +$S:246} +A.abi.prototype={ +$1(a){this.a.cy$.agm()}, +$S:3} +A.St.prototype={ +m(){this.a.gqn().N(this.geA()) +this.dA()}} +A.Ti.prototype={} +A.WO.prototype={ +ES(){if(this.L)return +this.Wq() +this.L=!0}, +tX(){this.ms() +this.Wh()}, +m(){this.sb7(null)}} +A.aE.prototype={ +mw(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.aE(r,q,p,a==null?s.d:a)}, +a9I(a,b){return this.mw(null,a,null,b)}, +a9H(a,b){return this.mw(a,null,b,null)}, +a9J(a,b){return this.mw(null,null,a,b)}, +Cv(a){return this.mw(null,a,null,null)}, +O0(a){return this.mw(null,null,null,a)}, +O_(a){return this.mw(a,null,null,null)}, +Os(a){var s=this,r=a.gdu(),q=a.gbK()+a.gbO(),p=Math.max(0,s.a-r),o=Math.max(0,s.c-q) +return new A.aE(p,Math.max(p,s.b-r),o,Math.max(o,s.d-q))}, +oD(a){var s=this,r=a.a,q=a.b,p=a.c,o=a.d +return new A.aE(A.a_(s.a,r,q),A.a_(s.b,r,q),A.a_(s.c,p,o),A.a_(s.d,p,o))}, +Fk(a,b){var s,r,q=this,p=b==null,o=q.a,n=p?o:A.a_(b,o,q.b),m=q.b +p=p?m:A.a_(b,o,m) +o=a==null +m=q.c +s=o?m:A.a_(a,m,q.d) +r=q.d +return new A.aE(n,p,s,o?r:A.a_(a,m,r))}, +xX(a){return this.Fk(null,a)}, +Fj(a){return this.Fk(a,null)}, +aZ(a){var s=this +return new A.J(A.a_(a.a,s.a,s.b),A.a_(a.b,s.c,s.d))}, +r_(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.J(A.a_(0,m,l),A.a_(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.N(b)!==A.u(s))return!1 +return b instanceof A.aE&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r=this,q=r.gad6()?"":"; 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.a09() +return"BoxConstraints("+s.$3(p,r.b,"w")+", "+s.$3(r.c,r.d,"h")+q+")"}} +A.a09.prototype={ +$3(a,b,c){if(a===b)return c+"="+B.c.a5(a,1) +return B.c.a5(a,1)+"<="+c+"<="+B.c.a5(b,1)}, +$S:247} +A.q4.prototype={ +BP(a,b,c){if(c!=null){c=A.a7P(A.ax3(c)) +if(c==null)return!1}return this.BQ(a,b,c)}, +mo(a,b,c){var s,r=b==null,q=r?c:c.a9(0,b) +r=!r +if(r)this.c.push(new A.Vj(new A.o(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.QM() +return s}, +BQ(a,b,c){var s,r=c==null,q=r?b:A.da(c,b) +r=!r +if(r)this.c.push(new A.UZ(c)) +s=a.$2(this,q) +if(r)this.QM() +return s}} +A.q3.prototype={ +j(a){return"#"+A.b1(this.a)+"@"+this.c.j(0)}} +A.eU.prototype={ +j(a){return"offset="+this.a.j(0)}} +A.vQ.prototype={} +A.G.prototype={ +ht(a){if(!(a.b instanceof A.eU))a.b=new A.eU(B.l)}, +ig(a){var s=this.fy +if(s==null)s=this.fy=A.B(t.MM,t.FW) +return s.bm(a,new A.aaY(this,a))}, +c7(a){return B.U}, +gC(){var s=this.id +return s==null?A.F(A.ar("RenderBox was not laid out: "+A.u(this).j(0)+"#"+A.b1(this))):s}, +gno(){var s=this.gC() +return new A.D(0,0,0+s.a,0+s.b)}, +tL(a,b){var s=null +try{s=this.iK(a)}finally{}if(s==null&&!b)return this.gC().b +return s}, +ni(a){return this.tL(a,!1)}, +iK(a){var s=this.k1 +if(s==null)s=this.k1=A.B(t.W7,t.PM) +return s.bm(a,new A.aaX(this,a))}, +f9(a){return null}, +gaz(){return A.L.prototype.gaz.call(this)}, +a_0(){var s,r=this,q=r.k1,p=q==null +if(!(!p&&q.a!==0)){s=r.fx +if(!(s!=null&&s.a!==0)){s=r.fy +s=s!=null&&s.a!==0}else s=!0}else s=!0 +if(s){if(!p)q.M(0) +q=r.fx +if(q!=null)q.M(0) +q=r.fy +if(q!=null)q.M(0) +return!0}return!1}, +a3(){var s=this +if(s.a_0()&&s.d instanceof A.L){s.xh() +return}s.Wg()}, +cX(a,b){var s,r=this +if(r.id!=null)if(!a.k(0,r.gaz())){s=r.k1 +s=s!=null&&s.a!==0}else s=!1 +else s=!1 +if(s){s=r.k1 +if(s!=null)s.M(0)}r.Wf(a,b)}, +iF(a){return this.cX(a,!1)}, +xB(){this.id=this.c7(this.gaz())}, +c4(){}, +cw(a,b){var s=this +if(s.id.p(0,b))if(s.df(a,b)||s.ke(b)){a.D(0,new A.q3(b,s)) +return!0}return!1}, +ke(a){return!1}, +df(a,b){return!1}, +eM(a,b){var s,r=a.b +r.toString +s=t.q.a(r).a +b.aI(s.a,s.b)}, +nl(a){var s,r,q,p,o,n=this.c0(null) +if(n.fJ(n)===0)return B.l +s=new A.dP(new Float64Array(3)) +s.jy(0,0,1) +r=new A.dP(new Float64Array(3)) +r.jy(0,0,0) +q=n.xC(r) +r=new A.dP(new Float64Array(3)) +r.jy(0,0,1) +p=n.xC(r).a9(0,q) +r=new A.dP(new Float64Array(3)) +r.jy(a.a,a.b,0) +o=n.xC(r) +r=o.a9(0,p.kI(s.OJ(o)/s.OJ(p))).a +return new A.o(r[0],r[1])}, +gn4(){var s=this.gC() +return new A.D(0,0,0+s.a,0+s.b)}, +lp(a,b){this.We(a,b)}} +A.aaY.prototype={ +$0(){return this.a.c7(this.b)}, +$S:248} +A.aaX.prototype={ +$0(){return this.a.f9(this.b)}, +$S:137} +A.d2.prototype={ +aa7(a){var s,r,q,p=this.aR$ +for(s=A.j(this).h("d2.1?");p!=null;){r=s.a(p.b) +q=p.iK(a) +if(q!=null)return q+r.a.b +p=r.aF$}return null}, +CM(a){var s,r,q,p,o=this.aR$ +for(s=A.j(this).h("d2.1"),r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.iK(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.aF$}return r}, +r8(a,b){var s,r,q={},p=q.a=this.fM$ +for(s=A.j(this).h("d2.1");p!=null;p=r){p=p.b +p.toString +s.a(p) +if(a.mo(new A.aaW(q,b,p),p.a,b))return!0 +r=p.ez$ +q.a=r}return!1}, +mA(a,b){var s,r,q,p,o,n=this.aR$ +for(s=A.j(this).h("d2.1"),r=b.a,q=b.b;n!=null;){p=n.b +p.toString +s.a(p) +o=p.a +a.fn(n,new A.o(o.a+r,o.b+q)) +n=p.aF$}}} +A.aaW.prototype={ +$2(a,b){return this.a.a.cw(a,b)}, +$S:11} +A.B_.prototype={ +am(){this.GV()}} +A.hv.prototype={ +j(a){return this.yR(0)+"; id="+A.f(this.e)}} +A.a8f.prototype={ +eU(a,b){var s=this.b.i(0,a) +s.cX(b,!0) +return s.gC()}, +fp(a,b){var s=this.b.i(0,a).b +s.toString +t.Wz.a(s).a=b}, +ZE(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=A.B(t.K,t.x) +for(r=t.Wz,q=b;q!=null;q=n){p=q.b +p.toString +s=r.a(p) +p=m.b +p.toString +o=s.e +o.toString +p.n(0,o,q) +n=s.aF$}m.xA(a)}finally{m.b=l}}, +j(a){return"MultiChildLayoutDelegate"}} +A.Nx.prototype={ +ht(a){if(!(a.b instanceof A.hv))a.b=new A.hv(null,null,B.l)}, +sCP(a){var s=this,r=s.L +if(r===a)return +if(A.u(a)!==A.u(r)||a.u3(r))s.a3() +s.L=a +s.y!=null}, +ao(a){this.Xn(a)}, +am(){this.Xo()}, +c7(a){return a.aZ(new A.J(A.a_(1/0,a.a,a.b),A.a_(1/0,a.c,a.d)))}, +c4(){var s=this,r=A.L.prototype.gaz.call(s) +s.id=r.aZ(new A.J(A.a_(1/0,r.a,r.b),A.a_(1/0,r.c,r.d))) +s.L.ZE(s.gC(),s.aR$)}, +aK(a,b){this.mA(a,b)}, +df(a,b){return this.r8(a,b)}} +A.Cg.prototype={ +ao(a){var s,r,q +this.f_(a) +s=this.aR$ +for(r=t.Wz;s!=null;){s.ao(a) +q=s.b +q.toString +s=r.a(q).aF$}}, +am(){var s,r,q +this.f0() +s=this.aR$ +for(r=t.Wz;s!=null;){s.am() +q=s.b +q.toString +s=r.a(q).aF$}}} +A.Ws.prototype={} +A.HA.prototype={ +aa(a){var s=this.a +return s==null?null:s.aa(a)}, +N(a){var s=this.a +return s==null?null:s.N(a)}, +gG5(){return null}, +Gj(a){return this.jA(a)}, +DP(a){return null}, +j(a){var s=A.b1(this),r=this.a +r=r==null?null:r.j(0) +if(r==null)r="" +return"#"+s+"("+r+")"}} +A.Ny.prototype={ +sxy(a){var s=this.F +if(s==a)return +this.F=a +this.Ix(a,s)}, +sPm(a){var s=this.ac +if(s==a)return +this.ac=a +this.Ix(a,s)}, +Ix(a,b){var s=this,r=a==null +if(r)s.aC() +else if(b==null||A.u(a)!==A.u(b)||a.jA(b))s.aC() +if(s.y!=null){if(b!=null)b.N(s.gfV()) +if(!r)a.aa(s.gfV())}if(r){if(s.y!=null)s.by()}else if(b==null||A.u(a)!==A.u(b)||a.Gj(b))s.by()}, +sxI(a){if(this.aB.k(0,a))return +this.aB=a +this.a3()}, +ao(a){var s,r=this +r.pO(a) +s=r.F +if(s!=null)s.aa(r.gfV()) +s=r.ac +if(s!=null)s.aa(r.gfV())}, +am(){var s=this,r=s.F +if(r!=null)r.N(s.gfV()) +r=s.ac +if(r!=null)r.N(s.gfV()) +s.nC()}, +df(a,b){var s=this.ac +if(s!=null){s=s.DP(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.uj(a,b)}, +ke(a){var s +if(this.F!=null)s=!0 +else s=!1 +return s}, +c4(){this.z2() +this.by()}, +qY(a){return a.aZ(this.aB)}, +Kv(a,b,c){A.aR("debugPreviousCanvasSaveCount") +a.cz() +if(!b.k(0,B.l))a.aI(b.a,b.b) +c.aK(a,this.gC()) +a.bR()}, +aK(a,b){var s,r,q=this +if(q.F!=null){s=a.gcc() +r=q.F +r.toString +q.Kv(s,b,r) +q.Lp(a)}q.iV(a,b) +if(q.ac!=null){s=a.gcc() +r=q.ac +r.toString +q.Kv(s,b,r) +q.Lp(a)}}, +Lp(a){}, +fK(a){var s,r=this +r.iU(a) +r.bX=null +s=r.ac +r.fi=s==null?null:s.gG5() +a.a=!1}, +qI(a,b,c){var s,r,q,p,o=this +o.iz=A.axj(o.iz,B.rZ) +o.kd=A.axj(o.kd,B.rZ) +s=o.iz +r=s!=null&&!s.gP(s) +s=o.kd +q=s!=null&&!s.gP(s) +s=A.a([],t.QF) +if(r){p=o.iz +p.toString +B.b.K(s,p)}B.b.K(s,c) +if(q){p=o.kd +p.toString +B.b.K(s,p)}o.H9(a,b,s)}, +ms(){this.z1() +this.kd=this.iz=null}} +A.a1H.prototype={} +A.NB.prototype={ +YB(a){var s,r,q,p,o=this +try{r=o.L +if(r!==""){q=$.aDe() +s=$.ak().we(q) +s.tk($.aDf()) +s.qB(r) +r=s.bj() +o.ab!==$&&A.cI() +o.ab=r}else{o.ab!==$&&A.cI() +o.ab=null}}catch(p){}}, +gnt(){return!0}, +ke(a){return!0}, +c7(a){return a.aZ(B.a6F)}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j=this +try{p=a.gcc() +o=j.gC() +n=b.a +m=b.b +l=$.ak().bk() +l.sal($.aDd()) +p.cl(new A.D(n,m,n+o.a,m+o.b),l) +p=j.ab +p===$&&A.b() +if(p!=null){s=j.gC().a +r=0 +q=0 +if(s>328){s-=128 +r+=64}p.iF(new A.mg(s)) +o=j.gC() +if(o.b>96+p.gdt()+12)q+=96 +o=a.gcc() +o.l9(p,b.a0(0,new A.o(r,q)))}}catch(k){}}} +A.a3K.prototype={ +I(){return"FlexFit."+this.b}} +A.ef.prototype={ +j(a){return this.yR(0)+"; flex="+A.f(this.e)+"; fit="+A.f(this.f)}} +A.JW.prototype={ +I(){return"MainAxisSize."+this.b}} +A.JV.prototype={ +I(){return"MainAxisAlignment."+this.b}} +A.nj.prototype={ +I(){return"CrossAxisAlignment."+this.b}} +A.rT.prototype={ +smD(a){if(this.L!==a){this.L=a +this.a3()}}, +sQh(a){if(this.ab!==a){this.ab=a +this.a3()}}, +sQi(a){if(this.ap!==a){this.ap=a +this.a3()}}, +swg(a){if(this.aw!==a){this.aw=a +this.a3()}}, +sbA(a){if(this.aX!=a){this.aX=a +this.a3()}}, +sSo(a){if(this.a4!==a){this.a4=a +this.a3()}}, +sRZ(a){if(this.b4!=a){this.b4=a +this.a3()}}, +ht(a){if(!(a.b instanceof A.ef))a.b=new A.ef(null,null,B.l)}, +f9(a){if(this.L===B.bj)return this.CM(a) +return this.aa7(a)}, +uL(a){switch(this.L.a){case 0:return a.b +case 1:return a.a}}, +uO(a){switch(this.L.a){case 0:return a.a +case 1:return a.b}}, +c7(a){var s +if(this.aw===B.nB)return B.U +s=this.Ii(a,A.uR()) +switch(this.L.a){case 0:return a.aZ(new A.J(s.a,s.b)) +case 1:return a.aZ(new A.J(s.b,s.a))}}, +Ii(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.L===B.bj?a2.b:a2.d,a0=a<1/0,a1=c.aR$ +for(s=t.US,r=a2.b,q=a2.d,p=b,o=0,n=0,m=0;a1!=null;){l=a1.b +l.toString +s.a(l) +k=l.e +if(k==null)k=0 +if(k>0){o+=k +p=a1}else{if(c.aw===B.jw)switch(c.L.a){case 0:j=A.q2(q,b) +break +case 1:j=A.q2(b,r) +break +default:j=b}else switch(c.L.a){case 0:j=new A.aE(0,1/0,0,q) +break +case 1:j=new A.aE(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.uO(i) +n=Math.max(n,c.uL(i))}a1=l.aF$}h=Math.max(0,(a0?a:0)-m) +if(o>0){g=a0?h/o:0/0 +a1=c.aR$ +for(f=0;a1!=null;){l=a1.b +l.toString +k=s.a(l).e +if(k==null)k=0 +if(k>0){if(a0)e=a1===p?h-f:g*k +else e=1/0 +d=A.aR("minChildExtent") +l=a1.b +l.toString +l=s.a(l).f +switch((l==null?B.nT:l).a){case 0:if(d.b!==d)A.F(A.a7c(d.a)) +d.b=e +break +case 1:if(d.b!==d)A.F(A.a7c(d.a)) +d.b=0 +break}if(c.aw===B.jw)switch(c.L.a){case 0:l=d.b +if(l===d)A.F(A.j4(d.a)) +j=new A.aE(l,e,q,q) +break +case 1:l=d.b +if(l===d)A.F(A.j4(d.a)) +j=new A.aE(r,r,l,e) +break +default:j=b}else switch(c.L.a){case 0:l=d.b +if(l===d)A.F(A.j4(d.a)) +j=new A.aE(l,e,0,q) +break +case 1:l=d.b +if(l===d)A.F(A.j4(d.a)) +j=new A.aE(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.uO(i) +f+=e +n=Math.max(n,c.uL(i))}l=a1.b +l.toString +a1=s.a(l).aF$}}return new A.ajV(a0&&c.ap===B.bd?a:m,n,m)}, +c4(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0="RenderBox was not laid out: ",a1=a.gaz(),a2=a.Ii(a1,A.uS()),a3=a2.a,a4=a2.b +if(a.aw===B.nB){s=a.aR$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.b4 +n.toString +m=s.tL(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +n=s.id +o=Math.max((n==null?A.F(A.ar(a0+A.u(s).j(0)+"#"+A.b1(s))):n).b-m,o) +a4=Math.max(p+o,a4)}n=s.b +n.toString +s=r.a(n).aF$}}else q=0 +switch(a.L.a){case 0:a.id=a1.aZ(new A.J(a3,a4)) +a3=a.gC().a +a4=a.gC().b +break +case 1:a.id=a1.aZ(new A.J(a4,a3)) +a3=a.gC().b +a4=a.gC().a +break}l=a3-a2.c +a.aV=Math.max(0,-l) +k=Math.max(0,l) +j=A.aR("leadingSpace") +i=A.aR("betweenSpace") +r=A.aAn(a.L,a.aX,a.a4) +h=r===!1 +switch(a.ab.a){case 0:j.scm(0) +i.scm(0) +break +case 1:j.scm(k) +i.scm(0) +break +case 2:j.scm(k/2) +i.scm(0) +break +case 3:j.scm(0) +r=a.eQ$ +i.scm(r>1?k/(r-1):0) +break +case 4:r=a.eQ$ +i.scm(r>0?k/r:0) +j.scm(i.ai()/2) +break +case 5:r=a.eQ$ +i.scm(r>0?k/(r+1):0) +j.scm(i.ai()) +break}g=h?a3-j.ai():j.ai() +s=a.aR$ +for(r=t.US,n=a4/2,f=i.a;s!=null;){e=s.b +e.toString +r.a(e) +d=a.aw +switch(d.a){case 0:case 1:if(A.aAn(A.aRY(a.L),a.aX,a.a4)===(d===B.nz))c=0 +else{d=s.id +c=a4-a.uL(d==null?A.F(A.ar(a0+A.u(s).j(0)+"#"+A.b1(s))):d)}break +case 2:d=s.id +c=n-a.uL(d==null?A.F(A.ar(a0+A.u(s).j(0)+"#"+A.b1(s))):d)/2 +break +case 3:c=0 +break +case 4:if(a.L===B.bj){d=a.b4 +d.toString +m=s.tL(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.id +g-=a.uO(d==null?A.F(A.ar(a0+A.u(s).j(0)+"#"+A.b1(s))):d)}switch(a.L.a){case 0:e.a=new A.o(g,c) +break +case 1:e.a=new A.o(c,g) +break}if(h){d=i.b +if(d===i)A.F(A.j4(f)) +g-=d}else{d=s.id +d=a.uO(d==null?A.F(A.ar(a0+A.u(s).j(0)+"#"+A.b1(s))):d) +b=i.b +if(b===i)A.F(A.j4(f)) +g+=d+b}s=e.aF$}}, +df(a,b){return this.r8(a,b)}, +aK(a,b){var s,r,q,p=this +if(!(p.aV>1e-10)){p.mA(a,b) +return}s=p.gC() +if(s.gP(s))return +s=p.bM +r=p.cx +r===$&&A.b() +q=p.gC() +s.saP(a.lJ(r,b,new A.D(0,0,0+q.a,0+q.b),p.gOr(),p.bw,s.a))}, +m(){this.bM.saP(null) +this.Xp()}, +mB(a){var s +switch(this.bw.a){case 0:return null +case 1:case 2:case 3:if(this.aV>1e-10){s=this.gC() +s=new A.D(0,0,0+s.a,0+s.b)}else s=null +return s}}, +cS(){return this.Wj()}} +A.ajV.prototype={} +A.Wt.prototype={ +ao(a){var s,r,q +this.f_(a) +s=this.aR$ +for(r=t.US;s!=null;){s.ao(a) +q=s.b +q.toString +s=r.a(q).aF$}}, +am(){var s,r,q +this.f0() +s=this.aR$ +for(r=t.US;s!=null;){s.am() +q=s.b +q.toString +s=r.a(q).aF$}}} +A.Wu.prototype={} +A.Ch.prototype={ +m(){var s,r,q +for(s=this.P6$,r=s.length,q=0;q>")) +this.hX(new A.Es(s,b.h("Es<0>")),a,!0,b) +return s.length===0?null:B.b.gE(s).a}, +YY(a){var s,r=this +if(!r.w&&r.x!=null){s=r.x +s.toString +a.MS(s) +return}r.j5(a) +r.w=!1}, +cS(){var s=this.Vi() +return s+(this.y==null?" DETACHED":"")}} +A.JE.prototype={ +saP(a){var s=this.a +if(a==s)return +if(s!=null)if(--s.f===0)s.m() +this.a=a +if(a!=null)++a.f}, +j(a){var s=this.a +return"LayerHandle("+(s!=null?s.j(0):"DISPOSED")+")"}} +A.a9I.prototype={ +sQK(a){var s +this.fm() +s=this.ay +if(s!=null)s.m() +this.ay=a}, +m(){this.sQK(null) +this.GR()}, +j5(a){var s=this.ay +s.toString +a.MP(B.l,s,this.ch,this.CW)}, +hX(a,b,c){return!1}} +A.FF.prototype={ +q2(a){var s +this.Vy(a) +if(!a)return +s=this.ax +for(;s!=null;){s.q2(!0) +s=s.Q}}, +a8w(a){var s=this +s.y8() +s.j5(a) +if(s.b>0)s.q2(!0) +s.w=!1 +return a.bj()}, +m(){this.F5() +this.a.M(0) +this.GR()}, +y8(){var s,r=this +r.VB() +s=r.ax +for(;s!=null;){s.y8() +r.w=r.w||s.w +s=s.Q}}, +hX(a,b,c,d){var s,r,q +for(s=this.ay,r=a.a;s!=null;s=s.as){if(s.hX(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +ao(a){var s +this.Vz(a) +s=this.ax +for(;s!=null;){s.ao(a) +s=s.Q}}, +am(){this.VA() +var s=this.ax +for(;s!=null;){s.am() +s=s.Q}this.q2(!1)}, +N6(a){var s,r=this +r.fm() +s=a.b +if(s!==0)r.BB(s) +a.r=r +s=r.y +if(s!=null)a.ao(s) +r.tp(a) +s=a.as=r.ay +if(s!=null)s.Q=a +r.ay=a +if(r.ax==null)r.ax=a +a.e.saP(a)}, +jq(){var s,r,q=this.ax +for(;q!=null;){s=q.z +r=this.z +if(s<=r){q.z=r+1 +q.jq()}q=q.Q}}, +tp(a){var s=a.z,r=this.z +if(s<=r){a.z=r+1 +a.jq()}}, +JX(a){var s +this.fm() +s=a.b +if(s!==0)this.BB(-s) +a.r=null +if(this.y!=null)a.am()}, +F5(){var s,r=this,q=r.ax +for(;q!=null;q=s){s=q.Q +q.Q=q.as=null +r.JX(q) +q.e.saP(null)}r.ay=r.ax=null}, +j5(a){this.l0(a)}, +l0(a){var s=this.ax +for(;s!=null;){s.YY(a) +s=s.Q}}} +A.j9.prototype={ +sdh(a){if(!a.k(0,this.k3))this.fm() +this.k3=a}, +hX(a,b,c,d){return this.pH(a,b.a9(0,this.k3),!0,d)}, +j5(a){var s=this,r=s.k3 +s.sja(a.EX(r.a,r.b,t.Ff.a(s.x))) +s.l0(a) +a.fo()}} +A.vK.prototype={ +hX(a,b,c,d){if(!this.k3.p(0,b))return!1 +return this.pH(a,b,!0,d)}, +j5(a){var s=this,r=s.k3 +r.toString +s.sja(a.Rg(r,s.k4,t.GB.a(s.x))) +s.l0(a) +a.fo()}} +A.Fw.prototype={ +hX(a,b,c,d){if(!this.k3.p(0,b))return!1 +return this.pH(a,b,!0,d)}, +j5(a){var s=this,r=s.k3 +r.toString +s.sja(a.Re(r,s.k4,t.cW.a(s.x))) +s.l0(a) +a.fo()}} +A.Ft.prototype={ +hX(a,b,c,d){if(!this.k3.p(0,b))return!1 +return this.pH(a,b,!0,d)}, +j5(a){var s=this,r=s.k3 +r.toString +s.sja(a.Rc(r,s.k4,t.L5.a(s.x))) +s.l0(a) +a.fo()}} +A.x7.prototype={ +j5(a){var s=this +s.sja(a.Rh(s.b_,s.k3,t.C6.a(s.x))) +s.l0(a) +a.fo()}} +A.kH.prototype={ +sbY(a){var s=this +if(a.k(0,s.b_))return +s.b_=a +s.be=!0 +s.fm()}, +j5(a){var s,r,q=this +q.c8=q.b_ +if(!q.k3.k(0,B.l)){s=q.k3 +s=A.od(s.a,s.b,0) +r=q.c8 +r.toString +s.dg(r) +q.c8=s}q.sja(a.Rl(q.c8.a,t.qf.a(q.x))) +q.l0(a) +a.fo()}, +a6E(a){var s,r=this +if(r.be){s=r.b_ +s.toString +r.b8=A.a7P(A.ax3(s)) +r.be=!1}s=r.b8 +if(s==null)return null +return A.da(s,a)}, +hX(a,b,c,d){var s=this.a6E(b) +if(s==null)return!1 +return this.VU(a,s,!0,d)}} +A.Mt.prototype={ +sN3(a){var s=this,r=s.b_ +if(a!=r){if(a===255||r===255)s.sja(null) +s.b_=a +s.fm()}}, +j5(a){var s,r,q,p=this +if(p.ax==null){p.sja(null) +return}s=p.b_ +s.toString +r=p.k3 +q=p.x +if(s<255)p.sja(a.Ri(s,r,t.Zr.a(q))) +else p.sja(a.EX(r.a,r.b,t.Ff.a(q))) +p.l0(a) +a.fo()}} +A.Er.prototype={ +hX(a,b,c,d){var s,r,q,p=this,o=p.pH(a,b,!0,d),n=a.a +if(n.length!==0&&!0)return o +s=p.k4 +if(s!=null){r=p.ok +q=r.a +r=r.b +s=!new A.D(q,r,q+s.a,r+s.b).p(0,b)}else s=!1 +if(s)return o +if(A.bj(p.$ti.c)===A.bj(d)){o=o||!1 +n.push(new A.vi(d.a(p.k3),b.a9(0,p.ok),d.h("vi<0>")))}return o}} +A.UG.prototype={} +A.V6.prototype={ +afB(a){var s=this.a +this.a=a +return s}, +j(a){var s="#",r=A.b1(this.b),q=this.a.a +return s+A.b1(this)+"("+("latestEvent: "+(s+r))+", "+("annotations: [list of "+q+"]")+")"}} +A.V7.prototype={ +gjZ(){return this.c.gjZ()}} +A.M_.prototype={ +Jv(a){var s,r,q,p,o,n,m=t._h,l=A.bS(null,null,m,t.xV) +for(s=a.a,r=s.length,q=0;q") +this.b.abm(a.gjZ(),a.d,A.JY(new A.bl(s,r),new A.a8b(),r.h("p.E"),t.Pb))}, +agq(a,b){var s,r,q,p,o,n=this,m={} +if(a.gc3()!==B.cD)return +if(t.ks.b(a))return +m.a=null +if(t.PB.b(a))m.a=A.aqZ() +else{s=a.gpp() +m.a=b==null?n.a.$2(a.gbN(),s):b}r=a.gjZ() +q=n.c +p=q.i(0,r) +if(!A.aKm(p,a))return +o=q.a +new A.a8e(m,n,p,a,r).$0() +if(o!==0!==(q.a!==0))n.aq()}, +agm(){new A.a8c(this).$0()}} +A.a8b.prototype={ +$1(a){return a.gOo()}, +$S:250} +A.a8e.prototype={ +$0(){var s=this +new A.a8d(s.a,s.b,s.c,s.d,s.e).$0()}, +$S:0} +A.a8d.prototype={ +$0(){var s,r,q,p,o,n=this,m=null,l=n.c +if(l==null){s=n.d +if(t.PB.b(s))return +n.b.c.n(0,n.e,new A.V6(A.bS(m,m,t._h,t.xV),s))}else{s=n.d +if(t.PB.b(s))n.b.c.v(0,s.gjZ())}r=n.b +q=r.c.i(0,n.e) +if(q==null){l.toString +q=l}p=q.b +q.b=s +o=t.PB.b(s)?A.bS(m,m,t._h,t.xV):r.Jv(n.a.a) +r.Jl(new A.V7(q.afB(o),o,p,s))}, +$S:0} +A.a8c.prototype={ +$0(){var s,r,q,p,o,n,m +for(s=this.a,r=s.c.gbf(),r=new A.dX(J.aA(r.a),r.b),q=A.j(r).z[1];r.q();){p=r.a +if(p==null)p=q.a(p) +o=p.b +n=s.a0r(p) +m=p.a +p.a=n +s.Jl(new A.V7(m,n,o,null))}}, +$S:0} +A.a89.prototype={ +$2(a,b){var s +if(!this.a.X(a))if(a.gFC()&&a.gEu()!=null){s=a.gEu() +s.toString +s.$1(this.b.b0(this.c.i(0,a)))}}, +$S:251} +A.a8a.prototype={ +$1(a){return!this.a.X(a)}, +$S:252} +A.Z4.prototype={} +A.db.prototype={ +am(){}, +j(a){return""}} +A.mf.prototype={ +fn(a,b){var s,r=this +if(a.gfl()){r.ua() +if(!a.cy){s=a.ay +s===$&&A.b() +s=!s}else s=!0 +if(s)A.awT(a,null,!0) +else if(a.db)A.aKz(a) +s=a.ch.a +s.toString +t.gY.a(s) +s.sdh(b) +r.N8(s)}else{s=a.ay +s===$&&A.b() +if(s){a.ch.saP(null) +a.AX(r,b)}else a.AX(r,b)}}, +N8(a){a.i8(0) +this.a.N6(a)}, +gcc(){if(this.e==null)this.LE() +var s=this.e +s.toString +return s}, +LE(){var s,r,q=this +q.c=A.aKC(q.b) +s=$.ak() +r=s.Oh() +q.d=r +q.e=s.Oa(r,null) +r=q.c +r.toString +q.a.N6(r)}, +ua(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sQK(r.d.rl()) +r.e=r.d=r.c=null}, +Ge(){if(this.c==null)this.LE() +var s=this.c +if(!s.ch){s.ch=!0 +s.fm()}}, +tj(a,b,c,d){var s,r=this +if(a.ax!=null)a.F5() +r.ua() +r.N8(a) +s=r.a9X(a,d==null?r.b:d) +b.$2(s,c) +s.ua()}, +EW(a,b,c){return this.tj(a,b,c,null)}, +a9X(a,b){return new A.mf(a,b)}, +lJ(a,b,c,d,e,f){var s,r,q=this +if(e===B.z){d.$2(q,b) +return null}s=c.dl(b) +if(a){r=f==null?new A.vK(B.aR,A.B(t.S,t.Q),A.aw()):f +if(!s.k(0,r.k3)){r.k3=s +r.fm()}if(e!==r.k4){r.k4=e +r.fm()}q.tj(r,d,b,s) +return r}else{q.a8V(s,e,s,new A.a9u(q,d,b)) +return null}}, +Rf(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.z){e.$2(p,b) +return null}s=c.dl(b) +r=d.dl(b) +if(a){q=g==null?new A.Fw(B.d_,A.B(t.S,t.Q),A.aw()):g +if(!r.k(0,q.k3)){q.k3=r +q.fm()}if(f!==q.k4){q.k4=f +q.fm()}p.tj(q,e,b,s) +return q}else{p.a8T(r,f,s,new A.a9t(p,e,b)) +return null}}, +Rd(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.z){e.$2(p,b) +return null}s=c.dl(b) +r=d.dl(b) +if(a){q=g==null?new A.Ft(B.d_,A.B(t.S,t.Q),A.aw()):g +if(r!==q.k3){q.k3=r +q.fm()}if(f!==q.k4){q.k4=f +q.fm()}p.tj(q,e,b,s) +return q}else{p.a8R(r,f,s,new A.a9s(p,e,b)) +return null}}, +tl(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.od(q,p,0) +o.dg(c) +o.aI(-q,-p) +if(a){s=e==null?A.ay3(null):e +s.sbY(o) +r.tj(s,d,b,A.aww(o,r.b)) +return s}else{q=r.gcc() +q.cz() +q.a6(o.a) +d.$2(r,b) +r.gcc().bR() +return null}}, +Rj(a,b,c,d){var s=d==null?A.awP():d +s.sN3(b) +s.sdh(a) +this.EW(s,c,B.l) +return s}, +j(a){return"PaintingContext#"+A.h3(this)+"(layer: "+this.a.j(0)+", canvas bounds: "+this.b.j(0)+")"}} +A.a9u.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a9t.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a9s.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a1m.prototype={} +A.kl.prototype={ +pk(){var s=this.cx +if(s!=null)s.a.Dk()}, +sFb(a){var s=this.e +if(s==a)return +if(s!=null)s.am() +this.e=a +if(a!=null)a.ao(this)}, +Pf(){var s,r,q,p,o,n,m,l,k,j,i,h=this +try{for(o=t.TT;n=h.r,n.length!==0;){s=n +h.r=A.a([],o) +J.a_l(s,new A.a9K()) +for(r=0;r")) +i.uq(m,l,k,j.c) +B.b.K(n,i) +break}}q=J.fo(s,r) +if(q.z&&q.y===h)q.a39()}h.f=!1}for(o=h.CW,o=A.dz(o,o.r),n=A.j(o).c;o.q();){m=o.d +p=m==null?n.a(m):m +p.Pf()}}finally{h.f=!1}}, +a08(a){try{a.$0()}finally{this.f=!0}}, +Pe(){var s,r,q,p,o=this.z +B.b.em(o,new A.a9J()) +for(s=o.length,r=0;r0){if(s.at==null){r=t.bu +s.at=new A.Ow(s.c,A.ax(r),A.B(t.S,r),A.ax(r),$.aO()) +r=s.b +if(r!=null)r.$0()}}else{r=s.at +if(r!=null){r.m() +s.at=null +r=s.d +if(r!=null)r.$0()}}}, +Ph(){var s,r,q,p,o,n,m,l,k=this +if(k.at==null)return +try{p=k.ch +o=A.a1(p,!0,A.j(p).h("bG.E")) +B.b.em(o,new A.a9M()) +s=o +p.M(0) +for(p=s,n=p.length,m=0;m=a.b&&a.c>=a.d||!(k.d instanceof A.L) +n=o}else n=!0 +else n=!0 +if(n)m=k +else{o=k.d.Q +o.toString +m=o}if(!k.z&&a.k(0,k.at)){if(m!==k.Q){k.Q=m +k.ba(A.aBv())}return}k.at=a +o=k.Q +if(o!=null&&m!==o)k.ba(A.aBu()) +k.Q=m +if(k.gnt())try{k.xB()}catch(l){s=A.aj(l) +r=A.az(l) +k.vm("performResize",s,r)}try{k.c4() +k.by()}catch(l){q=A.aj(l) +p=A.az(l) +k.vm("performLayout",q,p)}k.z=!1 +k.aC()}, +gnt(){return!1}, +acU(a,b){var s=this +s.as=!0 +try{s.y.a08(new A.ab8(s,a,b))}finally{s.as=!1}}, +gfl(){return!1}, +gqF(){return!1}, +tB(a){return a==null?A.aKx(B.l):a}, +mY(){var s,r,q,p=this +if(p.CW)return +s=p.CW=!0 +r=p.d +if(r instanceof A.L){if(r.CW)return +q=p.ay +q===$&&A.b() +if((q?!p.gfl():s)&&!r.gfl()){r.mY() +return}}s=p.y +if(s!=null)s.z.push(p)}, +Mc(){var s,r,q=this +if(!q.CW)return +s=q.cx +s===$&&A.b() +q.cx=!1 +q.ba(new A.ab6(q)) +if(q.gfl()||q.gqF())q.cx=!0 +if(!q.gfl()){r=q.ay +r===$&&A.b()}else r=!1 +if(r){q.db=q.cy=!1 +s=q.y +if(s!=null)B.b.v(s.Q,q) +q.CW=!1 +q.aC()}else if(s!==q.cx){q.CW=!1 +q.aC()}else q.CW=!1}, +aC(){var s,r=this +if(r.cy)return +r.cy=!0 +if(r.gfl()){s=r.ay +s===$&&A.b()}else s=!1 +if(s){s=r.y +if(s!=null){s.Q.push(r) +r.y.pk()}}else{s=r.d +if(s instanceof A.L)s.aC() +else{s=r.y +if(s!=null)s.pk()}}}, +adK(){var s,r=this +if(r.db||r.cy)return +r.db=!0 +if(r.gfl()){s=r.ay +s===$&&A.b()}else s=!1 +if(s){s=r.y +if(s!=null){s.Q.push(r) +r.y.pk()}}else r.aC()}, +a6a(){var s,r=this.d +for(;r instanceof A.L;){if(r.gfl()){s=r.ch.a +if(s==null)break +if(s.y!=null)break +r.cy=!0}r=r.d}}, +AX(a,b){var s,r,q,p=this +if(p.z)return +p.db=p.cy=!1 +p.ay=p.gfl() +try{p.aK(a,b)}catch(q){s=A.aj(q) +r=A.az(q) +p.vm("paint",s,r)}}, +aK(a,b){}, +eM(a,b){}, +t9(a){return!0}, +c0(a){var s,r,q,p,o,n,m,l=a==null +if(l){s=this.y.e +if(s instanceof A.L)a=s}r=A.a([],t.TT) +q=this +while(q!==a){r.push(q) +p=q.d +p.toString +q=p}if(!l){a.toString +r.push(a)}o=new A.bp(new Float64Array(16)) +o.fB() +for(n=r.length-1;n>0;n=m){m=n-1 +r[n].eM(r[m],o)}return o}, +mB(a){return null}, +Ow(a){return null}, +tX(){this.y.ch.D(0,this) +this.y.pk()}, +fK(a){}, +G6(a){var s +if(this.y.at==null)return +s=this.fr +if(s!=null&&!s.y)s.U4(a) +else{s=this.d +if(s!=null)s.G6(a)}}, +gvq(){var s,r=this +if(r.dx==null){s=A.ky() +r.dx=s +r.fK(s)}s=r.dx +s.toString +return s}, +ms(){this.dy=!0 +this.fr=null +this.ba(new A.ab7())}, +by(){var s,r,q,p,o,n=this,m=n.y +if(m==null||m.at==null){n.dx=null +return}if(n.fr!=null){m=n.dx +m=m==null?null:m.a +s=m===!0}else s=!1 +m=n.dx +r=(m==null?null:m.k1)!=null||n.gvq().k1!=null +n.dx=null +q=n.gvq().a&&s +p=n +while(!0){o=p.d +if(o instanceof A.L)m=r||!q +else m=!1 +if(!m)break +if(p!==n&&p.dy)break +p.dy=!0 +if(q)r=!1 +if(o.dx==null){m=A.ky() +o.dx=m +o.fK(m)}q=o.dx.a +if(q&&o.fr==null)return +p=o}if(p!==n&&n.fr!=null&&n.dy)n.y.ch.v(0,n) +if(!p.dy){p.dy=!0 +m=n.y +if(m!=null){m.ch.D(0,p) +n.y.pk()}}}, +a77(){var s,r,q,p,o,n,m,l=this,k=null +if(l.z)return +s=l.fr +r=s==null +if(r)q=k +else{q=s.ch +if(q==null)q=k +else q=q.Q||q.y}s=r?k:s.z +p=t.pp.a(l.J9(s===!0,q===!0)) +s=t.QF +o=A.a([],s) +n=A.a([],s) +s=l.fr +r=s==null +q=r?k:s.f +m=r?k:s.r +s=r?k:s.w +p.ol(s==null?0:s,m,q,o,n)}, +J9(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e={},d=f.gvq() +e.a=d.d +e.b=!d.e&&!d.a +s=a||d.b +r=b||d.p4 +q=A.a([],t.q1) +p=d.c||!(f.d instanceof A.L) +o=d.k1!=null +n=t.pp +m=A.B(t.ZX,n) +l=t.CZ +k=A.a([],l) +j=A.a([],t.i1) +i=d.bG +i=i==null?null:i.a!==0 +f.kE(new A.ab2(e,f,r,s,q,k,j,d,i===!0,o,m)) +if(p)for(n=k.length,h=0;h"))) +for(i=g.b,h=0;!1;++h)j.push(i[h].i1(0,new A.ab4(f,m),n).dX(0))}n=f.dy=!1 +if(!(f.d instanceof A.L)){f.v6(k,!0) +B.b.a1(j,f.gK5()) +n=e.a +g=new A.WR(A.a([],l),A.a([f],t.TT),n)}else if(e.b){n=e.a +g=new A.SP(j,A.a([],l),n)}else{f.v6(k,!0) +B.b.a1(j,f.gK5()) +i=e.a +g=new A.pC(b,d,j,A.a([],l),A.a([f],t.TT),i) +if(a?!d.b:n){g.uF() +g.f.b=!0}if(d.a)g.z=!0}g.K(0,k) +return g}, +v6(a,b){var s,r,q,p,o,n,m,l=this,k=A.ax(t.pp) +for(s=J.br(a),r=0;r#"+A.b1(this)}, +j(a){return this.cS()}, +jB(a,b,c,d){var s=this.d +if(s instanceof A.L)s.jB(a,b==null?this:b,c,d)}, +yJ(){return this.jB(B.bG,null,B.H,null)}, +u5(a,b){return this.jB(B.bG,a,B.H,b)}, +$iau:1} +A.ab5.prototype={ +$0(){var s=A.a([],t.D),r=this.a +s.push(A.aqu("The following RenderObject was being processed when the exception was fired",B.K4,r)) +s.push(A.aqu("RenderObject",B.K5,r)) +return s}, +$S:13} +A.ab8.prototype={ +$0(){this.b.$1(this.c.a(this.a.gaz()))}, +$S:0} +A.ab6.prototype={ +$1(a){var s +a.Mc() +s=a.cx +s===$&&A.b() +if(s)this.a.cx=!0}, +$S:35} +A.ab7.prototype={ +$1(a){a.ms()}, +$S:35} +A.ab2.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.J9(f.d,f.c) +if(e.a){B.b.M(f.e) +B.b.M(f.f) +B.b.M(f.r) +if(!f.w.a)f.a.a=!0}for(s=e.gQs(),r=s.length,q=f.f,p=f.y,o=f.x,n=f.b,m=f.w,l=f.e,k=f.z,j=0;j1){b=new A.X8() +b.Ij(a3,a4,c)}else b=a2 +c=b.c +c===$&&A.b() +a=b.d +a===$&&A.b() +a0=A.fZ(c,a) +e=e==null?a0:e.mG(a0) +c=b.b +if(c!=null){a1=A.fZ(b.c,c) +f=f==null?a1:f.ef(a1)}c=b.a +if(c!=null){a1=A.fZ(b.c,c) +g=g==null?a1:g.ef(a1)}d=d.c +if(d!=null)l.K(0,d)}}if(h!=null)j=!(e.a>=e.c||e.b>=e.d) +else j=!1 +if(j){if(i==null||a6.p(0,i.b))i=A.Ou(a2,B.b.gE(o).gpB()) +a6.D(0,i.b) +i.dy=l +if(!i.e.k(0,e)){i.e=e +i.hC()}if(!A.ard(i.d,a2)){i.d=null +i.hC()}i.f=f +i.r=g +for(k=k.gR(m);k.q();){j=k.gH() +if(j.ghg()!=null)B.b.gE(j.b).fr=i}i.Sm(h) +a5.push(i)}}}, +ol(a,b,a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=A.ax(t.S),c=f.y +for(s=f.x,r=s.length,q=0;q");s.q();){n=s.gH() +if(n instanceof A.pC){if(n.z){m=n.b +m=B.b.gE(m).fr!=null&&d.p(0,B.b.gE(m).fr.b)}else m=!1 +if(m)B.b.gE(n.b).fr=null}m=n.b +l=new A.h9(r,1,e,p) +l.uq(r,1,e,o) +B.b.K(m,l) +n.ol(a+f.f.y1,b,a0,a1,a2)}return}k=f.a_g(b,a0) +s=f.e +r=!s +if(r){if(k==null)p=e +else{p=k.d +p===$&&A.b() +if(!p.gP(p)){p=k.c +p===$&&A.b() +p=p.Qa()}else p=!0}p=p===!0}else p=!1 +if(p)return +p=f.b +o=B.b.gE(p) +if(o.fr==null)o.fr=A.Ou(e,B.b.gE(p).gpB()) +j=B.b.gE(p).fr +j.sDX(s) +j.dy=f.c +j.w=a +if(a!==0){f.uF() +s=f.f +s.sfc(s.y1+a)}if(k!=null){s=k.d +s===$&&A.b() +j.saM(s) +s=k.c +s===$&&A.b() +j.sbY(s) +j.f=k.b +j.r=k.a +if(r&&k.e){f.uF() +f.f.br(B.l9,!0)}}s=t.QF +i=A.a([],s) +f.Kd(j.f,j.r,a2,d) +for(r=J.aA(c);r.q();){o=r.gH() +if(o instanceof A.pC){if(o.z){n=o.b +n=B.b.gE(n).fr!=null&&d.p(0,B.b.gE(n).fr.b)}else n=!1 +if(n)B.b.gE(o.b).fr=null}h=A.a([],s) +n=j.f +o.ol(0,j.r,n,i,h) +B.b.K(a2,h)}s=f.f +if(s.a)B.b.gE(p).qI(j,f.f,i) +else j.lP(i,s) +a1.push(j) +for(s=a2.length,r=t.g3,q=0;q1){s=new A.X8() +s.Ij(b,a,r) +r=s}else r=null +return r}, +ghg(){return this.z?null:this.f}, +K(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.Ow(q) +if(a!=null){m.b=a +m.a=A.ayX(m.a,r.mB(q))}else m.b=A.ayX(m.b,r.mB(q)) +l=$.aDX() +l.fB() +A.aOB(r,q,m.c,l) +m.b=A.ayY(m.b,l) +m.a=A.ayY(m.a,l)}p=B.b.gE(c) +l=m.b +l=l==null?p.gno():l.ef(p.gno()) +m.d=l +o=m.a +if(o!=null){n=o.ef(l) +if(n.gP(n)){l=m.d +l=!l.gP(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +A.Vw.prototype={} +A.Wz.prototype={} +A.mi.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.mi&&b.b===this.b}, +gt(a){return A.I(B.ac9,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.jo.prototype={ +am(){this.a=this.b=null +this.XT()}, +j(a){var s=A.f(this.b),r=this.a +r=r==null?"not laid out":"offset: "+r.j(0) +return"widget: "+s+", "+r}} +A.ab0.prototype={ +ht(a){if(!(a.b instanceof A.jo))a.b=new A.jo(null,null)}, +Qb(a,b){var s,r=A.a([],t.UZ),q=this.aR$,p=A.j(this).h("bB.1") +while(q!=null){r.push(A.aLu(q,a,b)) +s=q.b +s.toString +q=p.a(s).aF$}return r}, +aeC(a){var s,r,q,p,o,n,m=this.aR$ +for(s=a.length,r=t.ot,q=A.j(this).h("bB.1"),p=0;pi){e=c0[i].dy +e=e!=null&&e.p(0,new A.mi(j,b7))}else e=!1 +if(!e)break +c=c0[i] +e=s.b +e.toString +if(n.a(e).a!=null)b5.push(c);++i}b7=s.b +b7.toString +s=o.a(b7).aF$;++j}else{b=A.L.prototype.gaz.call(b3) +b6.yE(b3.e2) +a=b.b +a=b3.a4||b3.b4===B.du?a:1/0 +b6.E3(a,b.a) +a0=b6.FK(new A.Aa(k,f,B.V,!1,d,e),B.mq,B.f_) +if(a0.length===0)continue +e=B.b.gE(a0) +a1=new A.D(e.a,e.b,e.c,e.d) +a2=B.b.gE(a0).e +for(e=A.a6(a0),d=new A.h9(a0,1,b4,e.h("h9<1>")),d.uq(a0,1,b4,e.c),d=new A.bL(d,d.gu(d)),e=A.j(d).c;d.q();){b=d.d +if(b==null)b=e.a(b) +a1=a1.mG(new A.D(b.a,b.b,b.c,b.d)) +a2=b.e}e=a1.a +d=Math.max(0,e) +b=a1.b +a=Math.max(0,b) +e=Math.min(a1.c-e,A.L.prototype.gaz.call(b3).b) +b=Math.min(a1.d-b,A.L.prototype.gaz.call(b3).d) +a3=Math.floor(d)-4 +a4=Math.floor(a)-4 +e=Math.ceil(d+e)+4 +b=Math.ceil(a+b)+4 +a5=new A.D(a3,a4,e,b) +a6=A.ky() +a7=l+1 +a6.k2=new A.rt(l,b4) +a6.e=!0 +a6.b_=m +a=g.b +b7=a==null?b7:a +a6.RG=new A.cJ(b7,g.f) +a8=g.c +if(a8!=null){b7=a8.bF +if(b7!=null){a6.f1(B.cJ,b7) +a6.br(B.EL,!0)}}b7=b8.r +if(b7!=null){a9=b7.ef(a5) +if(a9.a>=a9.c||a9.b>=a9.d)b7=!(a3>=e||a4>=b) +else b7=!1 +a6.br(B.l9,b7)}b0=A.aR("newChild") +b7=b3.d4 +e=b7==null?b4:b7.a!==0 +if(e===!0){b7.toString +e=new A.bl(b7,A.j(b7).h("bl<1>")) +b1=e.gR(e) +if(!b1.q())A.F(A.c7()) +b7=b7.v(0,b1.gH()) +b7.toString +if(b0.b!==b0)A.F(A.a7c(b0.a)) +b0.b=b7}else{b2=new A.Ak() +b7=A.Ou(b2,b3.a_B(b2)) +if(b0.b!==b0)A.F(A.a7c(b0.a)) +b0.b=b7}if(b7===b0)A.F(A.j4(b0.a)) +b7.Sm(a6) +if(!b7.e.k(0,a5)){b7.e=a5 +b7.hC()}b7=b0.b +if(b7===b0)A.F(A.j4(b0.a)) +e=b7.a +e.toString +r.n(0,e,b7) +b7=b0.b +if(b7===b0)A.F(A.j4(b0.a)) +b5.push(b7) +l=a7 +m=a2}}b3.d4=r +b8.lP(b5,b9)}, +a_B(a){return new A.aba(this,a)}, +ms(){this.z1() +this.d4=null}} +A.abb.prototype={ +$1(a){return a.y=null}, +$S:259} +A.abc.prototype={ +$1(a){var s=a.x +s===$&&A.b() +return s.c!==B.hP}, +$S:260} +A.ab9.prototype={ +$1(a){var s,r +if(a instanceof A.fA){s=a.b +$label0$0:{if(B.hE===s||B.dp===s||B.kO===s){r=!1 +break $label0$0}if(B.kP===s||B.eo===s||B.c8===s){r=!0 +break $label0$0}r=null}}else r=!0 +return r}, +$S:61} +A.aba.prototype={ +$0(){var s=this.a,r=s.d4.i(0,this.b) +r.toString +s.u5(s,r.e)}, +$S:0} +A.l_.prototype={ +gl(){var s=this.x +s===$&&A.b() +return s}, +a4s(){var s=this,r=s.J8(),q=s.x +q===$&&A.b() +if(q.k(0,r))return +s.x=r +s.aq()}, +J8(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=c.d +if(b==null||c.e==null)return B.EA +s=b.a +r=c.e.a +b=c.b +q=b.uQ(new A.c0(s,B.V)) +p=s===r?q:b.uQ(new A.c0(r,B.V)) +o=b.L +n=o.x +n.toString +m=s>r!==(B.P===n) +l=A.od(c.geJ().a,c.geJ().b,0) +l.fJ(l) +k=A.Pp(B.V,s,r,!1) +j=A.a([],t.AO) +for(b=b.yd(k),n=b.length,i=0;io!==sp?m.a:e}else if(f!=null)l=n.ae.a +if(i!==sp!==s>p){l=sp?m.a:f}else if(e!=null)l=n.ap +if(s!==p&&i!==s>p){k=h.nQ(e) +h.e=i?k.a:k.b}}l=g}s=l==null?n:l}l=h.zw(s) +if(b)h.e=l +else h.d=l +s=l.a +p=h.a +if(s===p.b)return B.aE +if(s===p.a)return B.aP +return A.acA(h.geJ(),q)}, +zw(a){var s,r=a.a,q=this.a,p=q.b +if(r<=p)s=r===p&&a.b===B.V +else s=!0 +if(s)return new A.c0(p,B.aW) +q=q.a +if(ro&&q.a.a>o)return B.aE}m.d=s +m.e=q.a +return B.aF}, +nQ(a){var s,r,q,p,o=this.b +o.kV(A.L.prototype.gaz.call(o)) +s=o.L.b.a.a.yp(a) +r=A.aR("start") +q=A.aR("end") +o=a.a +p=s.b +if(o>p)r.b=q.b=new A.c0(o,B.V) +else{r.b=new A.c0(s.a,B.V) +q.b=new A.c0(p,B.aW)}o=r.ai() +return new A.Wi(q.ai(),o)}, +a1u(a,b,c){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.c0(null) +if(j.fJ(j)===0)switch(c){case B.hN:case B.ey:return B.aP +case B.hO:case B.ex:return B.aE}s=A.da(j,new A.o(a,0)).a +switch(c){case B.hN:case B.hO:if(b){k=l.e +k.toString +r=k}else{k=l.d +k.toString +r=k}q=l.a2C(r,!1,s) +p=q.a +o=q.b +break +case B.ex:case B.ey:n=l.e +if(n==null){n=new A.c0(l.a.b,B.aW) +l.e=n +r=n}else r=n +n=l.d +if(n==null){l.d=r +m=r}else m=n +p=k.h_(new A.o(s,k.uQ(b?r:m).b-k.L.gxH()/2)) +o=B.aF +break +default:p=null +o=null}if(b)l.e=p +else l.d=p +return o}, +a1P(a,b,c){var s,r,q,p,o,n,m=this,l=m.e +if(l==null){l=m.a +l=a?new A.c0(l.a,B.V):new A.c0(l.b,B.aW) +m.e=l +s=l}else s=l +l=m.d +if(l==null){m.d=s +r=s}else r=l +s=b?s:r +if(a&&s.a===m.a.b)return B.aE +l=!a +if(l&&s.a===m.a.a)return B.aP +switch(c){case B.ll:l=m.a +q=m.AM(s,a,new A.F8(B.d.U(m.c,l.a,l.b))) +p=B.aF +break +case B.a7B:l=m.b.L +o=l.f +o.toString +l=new A.RJ(o,l.b.a.a) +p=new A.amu(l.ga67(),l) +l.c=p +q=m.AM(s,a,p) +p=B.aF +break +case B.a7C:q=m.a3F(s,a,new A.a7i(m)) +p=B.aF +break +case B.a7D:o=m.a +n=o.a +o=o.b +q=m.AM(s,a,new A.a2m(B.d.U(m.c,n,o))) +if(a&&q.a===o)p=B.aE +else p=l&&q.a===n?B.aP:B.aF +break +default:p=null +q=null}if(b)m.e=q +else m.d=q +return p}, +AM(a,b,c){var s,r=a.a +if(b){r=c.iP(r) +s=r==null?this.a.b:r}else{r=c.iM(r-1) +s=r==null?this.a.a:r}return new A.c0(s,B.V)}, +a3F(a,b,c){var s,r,q,p,o=this +switch(a.b.a){case 0:s=a.a +if(s<1&&!b)return B.a7F +r=o.a.a +s=new A.F8(o.c).iM(r+s) +if(s==null)s=r +q=Math.max(0,s)-1 +break +case 1:q=a.a +break +default:q=null}if(b){s=c.iP(q) +p=s==null?o.a.b:s}else{s=c.iM(q) +p=s==null?o.a.a:s}return new A.c0(p,B.V)}, +a2C(a,b,c){var s,r,q,p,o,n=this,m=n.b,l=m.L.w6(),k=m.tN(a,B.O),j=l.length,i=j-1 +for(s=k.b,r=0;rs){i=q.gE5() +break}}if(b&&i===l.length-1)p=new A.c0(n.a.b,B.aW) +else if(!b&&i===0)p=new A.c0(n.a.a,B.V) +else p=n.zw(m.h_(new A.o(c,l[b?i+1:i-1].goe()))) +m=p.a +j=n.a +if(m===j.a)o=B.aP +else o=m===j.b?B.aE:B.aF +return new A.b0(p,o,t.UH)}, +a4L(a){var s,r,q,p,o=this +if(o.d==null||o.e==null)return!1 +s=A.aR("currentStart") +r=A.aR("currentEnd") +q=o.d +q.toString +p=o.e +p.toString +if(A.asi(q,p)>0){s.b=q +r.b=p}else{s.b=p +r.b=q}return A.asi(s.ai(),a)>=0&&A.asi(r.ai(),a)<=0}, +c0(a){var s=A.od(this.geJ().a,this.geJ().b,0) +s.dg(this.b.c0(a)) +return s}, +jo(a,b){if(this.b.y==null)return}, +geJ(){var s,r,q,p,o,n,m=this,l=m.y +if(l==null){l=m.b +s=m.a +r=s.a +q=l.yd(A.Pp(B.V,r,s.b,!1)) +if(q.length!==0){l=B.b.gE(q) +p=new A.D(l.a,l.b,l.c,l.d) +for(o=1;o0 +r.Dq$=p +if(r.id$!=null&&s!==p)r.mY() +r.adK() +if(q===0||r.oI$===0)r.by()}}, +t9(a){return this.oJ$.gl()>0}, +kE(a){var s,r=this.id$ +if(r!=null)if(this.oI$===0){s=this.Dr$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.Np.prototype={} +A.w5.prototype={ +aa(a){return null}, +N(a){return null}, +j(a){return"CustomClipper"}} +A.oV.prototype={ +ye(a){return this.b.eG(new A.D(0,0,0+a.a,0+a.b),this.c)}, +yI(a){if(A.u(a)!==B.acn)return!0 +t.jH.a(a) +return!a.b.k(0,this.b)||a.c!=this.c}} +A.ut.prototype={ +soi(a){var s,r=this,q=r.F +if(q==a)return +r.F=a +s=a==null +if(s||q==null||A.u(a)!==A.u(q)||a.yI(q))r.nT() +if(r.y!=null){if(q!=null)q.N(r.gv4()) +if(!s)a.aa(r.gv4())}}, +ao(a){var s +this.pO(a) +s=this.F +if(s!=null)s.aa(this.gv4())}, +am(){var s=this.F +if(s!=null)s.N(this.gv4()) +this.nC()}, +nT(){this.ac=null +this.aC() +this.by()}, +sqS(a){if(a!==this.aB){this.aB=a +this.aC()}}, +c4(){var s=this,r=s.id!=null?s.gC():null +s.z2() +if(!J.c(r,s.gC()))s.ac=null}, +j_(){var s,r=this +if(r.ac==null){s=r.F +s=s==null?null:s.ye(r.gC()) +r.ac=s==null?r.gq_():s}}, +mB(a){var s,r=this +switch(r.aB.a){case 0:return null +case 1:case 2:case 3:if(r.F==null)s=null +else{s=r.gC() +s=new A.D(0,0,0+s.a,0+s.b)}if(s==null){s=r.gC() +s=new A.D(0,0,0+s.a,0+s.b)}return s}}, +m(){this.ds=null +this.ik()}} +A.Nv.prototype={ +gq_(){var s=this.gC() +return new A.D(0,0,0+s.a,0+s.b)}, +cw(a,b){var s=this +if(s.F!=null){s.j_() +if(!s.ac.p(0,b))return!1}return s.iT(a,b)}, +aK(a,b){var s,r,q=this,p=q.id$ +if(p!=null){s=q.ch +if(q.aB!==B.z){q.j_() +p=q.cx +p===$&&A.b() +r=q.ac +r.toString +s.saP(a.lJ(p,b,r,A.fv.prototype.gi3.call(q),q.aB,t.EM.a(s.a)))}else{a.fn(p,b) +s.saP(null)}}else q.ch.saP(null)}} +A.Nu.prototype={ +sC6(a){if(this.bL.k(0,a))return +this.bL=a +this.nT()}, +sbA(a){if(this.cC==a)return +this.cC=a +this.nT()}, +gq_(){var s=this.bL,r=this.gC() +return s.cp(new A.D(0,0,0+r.a,0+r.b))}, +cw(a,b){var s=this +if(s.F!=null){s.j_() +if(!s.ac.p(0,b))return!1}return s.iT(a,b)}, +aK(a,b){var s,r,q=this,p=q.id$ +if(p!=null){s=q.ch +if(q.aB!==B.z){q.j_() +p=q.cx +p===$&&A.b() +r=q.ac +s.saP(a.Rf(p,b,new A.D(r.a,r.b,r.c,r.d),r,A.fv.prototype.gi3.call(q),q.aB,t.eG.a(s.a)))}else{a.fn(p,b) +s.saP(null)}}else q.ch.saP(null)}} +A.Nt.prototype={ +gq_(){var s=$.ak().bU(),r=this.gC() +s.oa(new A.D(0,0,0+r.a,0+r.b)) +return s}, +cw(a,b){var s=this +if(s.F!=null){s.j_() +if(!s.ac.p(0,b))return!1}return s.iT(a,b)}, +aK(a,b){var s,r,q,p=this,o=p.id$ +if(o!=null){s=p.ch +if(p.aB!==B.z){p.j_() +o=p.cx +o===$&&A.b() +r=p.gC() +q=p.ac +q.toString +s.saP(a.Rd(o,b,new A.D(0,0,0+r.a,0+r.b),q,A.fv.prototype.gi3.call(p),p.aB,t.JG.a(s.a)))}else{a.fn(o,b) +s.saP(null)}}else p.ch.saP(null)}} +A.Ck.prototype={ +sfc(a){if(this.bL===a)return +this.bL=a +this.aC()}, +sc5(a){if(this.cC.k(0,a))return +this.cC=a +this.aC()}, +sal(a){if(this.d3.k(0,a))return +this.d3=a +this.aC()}, +fK(a){this.iU(a) +a.sfc(this.bL)}} +A.NK.prototype={ +sd_(a){if(this.dq===a)return +this.dq=a +this.nT()}, +sC6(a){if(J.c(this.le,a))return +this.le=a +this.nT()}, +gq_(){var s,r,q=this.gC(),p=0+q.a +q=0+q.b +switch(this.dq.a){case 0:s=this.le +if(s==null)s=B.al +return s.cp(new A.D(0,0,p,q)) +case 1:s=(p-0)/2 +r=(q-0)/2 +return new A.ig(0,0,p,q,s,r,s,r,s,r,s,r,s===r)}}, +cw(a,b){var s=this +if(s.F!=null){s.j_() +if(!s.ac.p(0,b))return!1}return s.iT(a,b)}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.id$==null){j.ch.saP(null) +return}j.j_() +s=j.ac.dl(b) +r=$.ak() +q=r.bU() +q.dP(s) +p=a.gcc() +o=j.bL +if(o!==0&&!0)p.oz(q,j.cC,o,(j.d3.gl()>>>24&255)!==255) +n=j.aB===B.d0 +if(!n){r=r.bk() +r.sal(j.d3) +p.cV(s,r)}r=j.cx +r===$&&A.b() +o=j.gC() +m=j.ac +m.toString +l=j.ch +k=t.eG.a(l.a) +l.saP(a.Rf(r,b,new A.D(0,0,0+o.a,0+o.b),m,new A.abd(j,n),j.aB,k))}} +A.abd.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gcc() +r=$.ak().bk() +r.sal(this.a.d3) +s.oy(r)}this.a.iV(a,b)}, +$S:14} +A.NL.prototype={ +gq_(){var s=$.ak().bU(),r=this.gC() +s.oa(new A.D(0,0,0+r.a,0+r.b)) +return s}, +cw(a,b){var s=this +if(s.F!=null){s.j_() +if(!s.ac.p(0,b))return!1}return s.iT(a,b)}, +aK(a,b){var s,r,q,p,o,n,m,l,k=this +if(k.id$==null){k.ch.saP(null) +return}k.j_() +s=k.ac.dl(b) +r=a.gcc() +q=k.bL +if(q!==0&&!0)r.oz(s,k.cC,q,(k.d3.gl()>>>24&255)!==255) +p=k.aB===B.d0 +if(!p){q=$.ak().bk() +q.sal(k.d3) +r.dT(s,q)}q=k.cx +q===$&&A.b() +o=k.gC() +n=k.ac +n.toString +m=k.ch +l=t.JG.a(m.a) +m.saP(a.Rd(q,b,new A.D(0,0,0+o.a,0+o.b),n,new A.abe(k,p),k.aB,l))}} +A.abe.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gcc() +r=$.ak().bk() +r.sal(this.a.d3) +s.oy(r)}this.a.iV(a,b)}, +$S:14} +A.HH.prototype={ +I(){return"DecorationPosition."+this.b}} +A.NA.prototype={ +swh(a){var s,r=this +if(a.k(0,r.ac))return +s=r.F +if(s!=null)s.m() +r.F=null +r.ac=a +r.aC()}, +sbN(a){if(a===this.aB)return +this.aB=a +this.aC()}, +som(a){if(a.k(0,this.c_))return +this.c_=a +this.aC()}, +am(){var s=this,r=s.F +if(r!=null)r.m() +s.F=null +s.nC() +s.aC()}, +ke(a){return this.ac.DQ(this.gC(),a,this.c_.d)}, +aK(a,b){var s,r,q=this +if(q.F==null)q.F=q.ac.wa(q.gfV()) +s=q.c_.O2(q.gC()) +if(q.aB===B.dK){r=q.F +r.toString +r.pa(a.gcc(),b,s) +if(q.ac.gx8())a.Ge()}q.iV(a,b) +if(q.aB===B.nK){r=q.F +r.toString +r.pa(a.gcc(),b,s) +if(q.ac.gx8())a.Ge()}}} +A.NQ.prototype={ +sQG(a){return}, +sf7(a){var s=this +if(J.c(s.ac,a))return +s.ac=a +s.aC() +s.by()}, +sbA(a){var s=this +if(s.aB==a)return +s.aB=a +s.aC() +s.by()}, +gqF(){return this.id$!=null&&this.bX!=null}, +sbY(a){var s,r=this +if(J.c(r.ds,a))return +s=new A.bp(new Float64Array(16)) +s.aW(a) +r.ds=s +r.aC() +r.by()}, +smM(a){var s,r,q=this,p=q.bX +if(p==a)return +s=q.id$!=null +r=s&&p!=null +q.bX=a +if(r!==(s&&a!=null))q.mY() +q.aC()}, +gzX(){var s,r,q,p,o,n=this,m=n.ac,l=m==null?null:m.O(n.aB) +if(l==null)return n.ds +s=new A.bp(new Float64Array(16)) +s.fB() +m=n.gC() +r=m.a/2 +q=m.b/2 +m=r+l.a*r +p=q+l.b*q +o=new A.o(m,p) +s.aI(m,p) +m=n.ds +m.toString +s.dg(m) +s.aI(-o.a,-o.b) +return s}, +cw(a,b){return this.df(a,b)}, +df(a,b){var s=this.c_?this.gzX():null +return a.BP(new A.abh(this),b,s)}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.id$!=null){s=j.gzX() +s.toString +if(j.bX==null){r=A.LQ(s) +if(r==null){q=s.Ox() +if(q===0||!isFinite(q)){j.ch.saP(null) +return}p=j.cx +p===$&&A.b() +o=A.fv.prototype.gi3.call(j) +n=j.ch +m=n.a +n.saP(a.tl(p,b,s,o,m instanceof A.kH?m:null))}else{j.iV(a,b.a0(0,r)) +j.ch.saP(null)}}else{p=b.a +o=b.b +l=A.od(p,o,0) +l.dg(s) +l.aI(-p,-o) +o=j.bX +o.toString +k=$.ak().Oe(l.a,o) +s=j.ch +p=s.a +if(p instanceof A.x7){if(!k.k(0,p.b_)){p.b_=k +p.fm()}}else s.saP(new A.x7(k,B.l,A.B(t.S,t.Q),A.aw())) +s=s.a +s.toString +a.EW(s,A.fv.prototype.gi3.call(j),b)}}}, +eM(a,b){var s=this.gzX() +s.toString +b.dg(s)}} +A.abh.prototype={ +$2(a,b){return this.a.uj(a,b)}, +$S:11} +A.yZ.prototype={ +a4V(){if(this.F!=null)return +this.F=this.aB}, +IT(a){switch(a.a){case 6:return!0 +case 1:case 2:case 0:case 4:case 3:case 5:return!1}}, +sDx(a){var s=this,r=s.ac +if(r===a)return +s.ac=a +if(s.IT(r)||s.IT(a))s.a3() +else{s.bX=s.ds=null +s.aC()}}, +sf7(a){var s=this +if(s.aB.k(0,a))return +s.aB=a +s.F=s.bX=s.ds=null +s.aC()}, +sbA(a){var s=this +if(s.c_==a)return +s.c_=a +s.F=s.bX=s.ds=null +s.aC()}, +c7(a){var s,r=this.id$ +if(r!=null){s=r.ig(B.cf) +switch(this.ac.a){case 6:return a.aZ(new A.aE(0,a.b,0,a.d).r_(s)) +case 1:case 2:case 0:case 4:case 3:case 5:return a.r_(s)}}else return new A.J(A.a_(0,a.a,a.b),A.a_(0,a.c,a.d))}, +c4(){var s,r=this,q=r.id$ +if(q!=null){q.cX(B.cf,!0) +switch(r.ac.a){case 6:q=A.L.prototype.gaz.call(r) +s=new A.aE(0,q.b,0,q.d).r_(r.id$.gC()) +r.id=A.L.prototype.gaz.call(r).aZ(s) +break +case 1:case 2:case 0:case 4:case 3:case 5:r.id=A.L.prototype.gaz.call(r).r_(r.id$.gC()) +break}r.bX=r.ds=null}else{q=A.L.prototype.gaz.call(r) +r.id=new A.J(A.a_(0,q.a,q.b),A.a_(0,q.c,q.d))}}, +By(){var s,r,q,p,o,n,m,l,k,j,i=this +if(i.bX!=null)return +if(i.id$==null){i.ds=!1 +s=new A.bp(new Float64Array(16)) +s.fB() +i.bX=s}else{i.a4V() +r=i.id$.gC() +q=A.aAw(i.ac,r,i.gC()) +s=q.b +p=q.a +o=r.a +n=r.b +m=i.F.DS(p,new A.D(0,0,0+o,0+n)) +l=i.F +l.toString +k=i.gC() +j=l.DS(s,new A.D(0,0,0+k.a,0+k.b)) +l=m.a +i.ds=m.c-l")),A.fv.prototype.gi3.call(s),b)}, +gqF(){return!0}} +A.Wm.prototype={ +ao(a){var s=this +s.pO(a) +s.oJ$.aa(s.gvE()) +s.Bx()}, +am(){this.oJ$.N(this.gvE()) +this.nC()}, +aK(a,b){if(this.oI$===0)return +this.iV(a,b)}} +A.Cl.prototype={ +ao(a){var s +this.f_(a) +s=this.id$ +if(s!=null)s.ao(a)}, +am(){this.f0() +var s=this.id$ +if(s!=null)s.am()}} +A.Cm.prototype={ +f9(a){var s=this.id$ +s=s==null?null:s.iK(a) +return s==null?this.uh(a):s}} +A.mu.prototype={ +I(){return"SelectionResult."+this.b}} +A.e_.prototype={$iai:1} +A.Oo.prototype={ +sn9(a){var s=this,r=s.oH$ +if(a==r)return +if(a==null)s.N(s.gLf()) +else if(r==null)s.aa(s.gLf()) +s.Le() +s.oH$=a +s.Lg()}, +Lg(){var s,r=this +if(r.oH$==null){r.mK$=!1 +return}if(r.mK$&&!r.gl().e){r.oH$.v(0,r) +r.mK$=!1}else if(!r.mK$&&r.gl().e){s=r.oH$ +s.Q.D(0,r) +s.Bb() +r.mK$=!0}}, +Le(){var s=this +if(s.mK$){s.oH$.v(0,s) +s.mK$=!1}}} +A.zy.prototype={ +I(){return"SelectionEventType."+this.b}} +A.tu.prototype={ +I(){return"TextGranularity."+this.b}} +A.acz.prototype={} +A.vJ.prototype={} +A.zx.prototype={} +A.t2.prototype={ +I(){return"SelectionExtendDirection."+this.b}} +A.zz.prototype={ +I(){return"SelectionStatus."+this.b}} +A.mt.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.mt&&J.c(b.a,s.a)&&J.c(b.b,s.b)&&b.d===s.d&&b.c===s.c&&b.e===s.e}, +gt(a){var s=this +return A.I(s.a,s.b,s.d,s.c,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.oQ.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.oQ&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c}, +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Pq.prototype={ +I(){return"TextSelectionHandleType."+this.b}} +A.X5.prototype={} +A.oC.prototype={ +f9(a){var s,r,q=this.id$ +if(q!=null){s=q.iK(a) +r=q.b +r.toString +t.q.a(r) +if(s!=null)s+=r.a.b}else s=this.uh(a) +return s}, +aK(a,b){var s,r=this.id$ +if(r!=null){s=r.b +s.toString +a.fn(r,t.q.a(s).a.a0(0,b))}}, +df(a,b){var s,r=this.id$ +if(r!=null){s=r.b +s.toString +t.q.a(s) +return a.mo(new A.abf(b,s,r),s.a,b)}return!1}} +A.abf.prototype={ +$2(a,b){return this.c.cw(a,b)}, +$S:11} +A.NJ.prototype={ +vt(){var s=this +if(s.F!=null)return +s.F=s.ac.O(s.aB)}, +scQ(a){var s=this +if(s.ac.k(0,a))return +s.ac=a +s.F=null +s.a3()}, +sbA(a){var s=this +if(s.aB==a)return +s.aB=a +s.F=null +s.a3()}, +c7(a){var s,r,q,p=this +p.vt() +if(p.id$==null){s=p.F +return a.aZ(new A.J(s.a+s.c,s.b+s.d))}s=p.F +s.toString +r=a.Os(s) +q=p.id$.ig(r) +s=p.F +return a.aZ(new A.J(s.a+q.a+s.c,s.b+q.b+s.d))}, +c4(){var s,r,q,p,o,n=this,m=A.L.prototype.gaz.call(n) +n.vt() +if(n.id$==null){s=n.F +n.id=m.aZ(new A.J(s.a+s.c,s.b+s.d)) +return}s=n.F +s.toString +r=m.Os(s) +n.id$.cX(r,!0) +s=n.id$ +q=s.b +q.toString +t.q.a(q) +p=n.F +o=p.a +q.a=new A.o(o,p.b) +s=s.gC() +p=n.F +n.id=m.aZ(new A.J(o+s.a+p.c,p.b+n.id$.gC().b+n.F.d))}} +A.No.prototype={ +vt(){var s=this +if(s.F!=null)return +s.F=s.ac.O(s.aB)}, +sf7(a){var s=this +if(s.ac.k(0,a))return +s.ac=a +s.F=null +s.a3()}, +sbA(a){var s=this +if(s.aB==a)return +s.aB=a +s.F=null +s.a3()}, +vY(){var s,r,q=this +q.vt() +s=q.id$.b +s.toString +t.q.a(s) +r=q.F +r.toString +s.a=r.mp(t.r.a(q.gC().a9(0,q.id$.gC())))}} +A.NN.prototype={ +sagJ(a){if(this.bW==a)return +this.bW=a +this.a3()}, +sach(a){if(this.cJ==a)return +this.cJ=a +this.a3()}, +c7(a){var s,r,q=this,p=q.bW!=null||a.b===1/0,o=q.cJ!=null||a.d===1/0,n=q.id$ +if(n!=null){s=n.ig(new A.aE(0,a.b,0,a.d)) +if(p){n=q.bW +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.cJ +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.aZ(new A.J(n,r))}n=p?0:1/0 +return a.aZ(new A.J(n,o?0:1/0))}, +c4(){var s,r,q=this,p=A.L.prototype.gaz.call(q),o=q.bW!=null||p.b===1/0,n=q.cJ!=null||p.d===1/0,m=q.id$ +if(m!=null){m.cX(new A.aE(0,p.b,0,p.d),!0) +if(o){m=q.id$.gC() +s=q.bW +if(s==null)s=1 +s=m.a*s +m=s}else m=1/0 +if(n){s=q.id$.gC() +r=q.cJ +if(r==null)r=1 +r=s.b*r +s=r}else s=1/0 +q.id=p.aZ(new A.J(m,s)) +q.vY()}else{m=o?0:1/0 +q.id=p.aZ(new A.J(m,n?0:1/0))}}} +A.adi.prototype={ +yl(a){return new A.J(A.a_(1/0,a.a,a.b),A.a_(1/0,a.c,a.d))}} +A.Nz.prototype={ +sCP(a){var s=this,r=s.F +if(r===a)return +if(A.u(a)!==A.u(r)||a.u3(r))s.a3() +s.F=a +s.y!=null}, +ao(a){this.Hf(a)}, +am(){this.Hg()}, +c7(a){return a.aZ(this.F.yl(a))}, +c4(){var s,r,q,p,o,n,m=this,l=A.L.prototype.gaz.call(m) +m.id=l.aZ(m.F.yl(l)) +if(m.id$!=null){s=m.F.T_(A.L.prototype.gaz.call(m)) +l=m.id$ +l.toString +r=s.a +q=s.b +p=r>=q +l.cX(s,!(p&&s.c>=s.d)) +l=m.id$.b +l.toString +t.q.a(l) +o=m.F +n=m.gC() +l.a=o.Tb(n,p&&s.c>=s.d?new A.J(A.a_(0,r,q),A.a_(0,s.c,s.d)):m.id$.gC())}}} +A.Cn.prototype={ +ao(a){var s +this.f_(a) +s=this.id$ +if(s!=null)s.ao(a)}, +am(){this.f0() +var s=this.id$ +if(s!=null)s.am()}} +A.J0.prototype={ +I(){return"GrowthDirection."+this.b}} +A.aaT.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.aaT&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"RelativeRect.fromLTRB("+B.c.a5(s.a,1)+", "+B.c.a5(s.b,1)+", "+B.c.a5(s.c,1)+", "+B.c.a5(s.d,1)+")"}} +A.em.prototype={ +gDY(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.w!=null||s.x!=null||!1}, +j(a){var s=this,r=A.a([],t.s),q=s.e +if(q!=null)r.push("top="+A.hf(q)) +q=s.f +if(q!=null)r.push("right="+A.hf(q)) +q=s.r +if(q!=null)r.push("bottom="+A.hf(q)) +q=s.w +if(q!=null)r.push("left="+A.hf(q)) +q=s.x +if(q!=null)r.push("width="+A.hf(q)) +if(r.length===0)r.push("not positioned") +r.push(s.yR(0)) +return B.b.bn(r,"; ")}} +A.OU.prototype={ +I(){return"StackFit."+this.b}} +A.z3.prototype={ +ht(a){if(!(a.b instanceof A.em))a.b=new A.em(null,null,B.l)}, +a6f(){var s=this +if(s.ab!=null)return +s.ab=s.ap.O(s.aw)}, +sf7(a){var s=this +if(s.ap.k(0,a))return +s.ap=a +s.ab=null +s.a3()}, +sbA(a){var s=this +if(s.aw==a)return +s.aw=a +s.ab=null +s.a3()}, +f9(a){return this.CM(a)}, +c7(a){return this.LA(a,A.uR())}, +LA(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +f.a6f() +if(f.eQ$===0){s=a.a +r=a.b +q=A.a_(1/0,s,r) +p=a.c +o=a.d +n=A.a_(1/0,p,o) +return isFinite(q)&&isFinite(n)?new A.J(A.a_(1/0,s,r),A.a_(1/0,p,o)):new A.J(A.a_(0,s,r),A.a_(0,p,o))}m=a.a +l=a.c +switch(f.aX.a){case 0:s=new A.aE(0,a.b,0,a.d) +break +case 1:s=A.EQ(new A.J(A.a_(1/0,m,a.b),A.a_(1/0,l,a.d))) +break +case 2:s=a +break +default:s=null}k=f.aR$ +for(r=t.T,j=l,i=m,h=!1;k!=null;){q=k.b +q.toString +r.a(q) +if(!q.gDY()){g=b.$2(k,s) +i=Math.max(i,g.a) +j=Math.max(j,g.b) +h=!0}k=q.aF$}return h?new A.J(i,j):new A.J(A.a_(1/0,m,a.b),A.a_(1/0,l,a.d))}, +c4(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=A.L.prototype.gaz.call(l) +l.L=!1 +l.id=l.LA(j,A.uS()) +s=l.aR$ +for(r=t.T,q=t.r;s!=null;){p=s.b +p.toString +r.a(p) +if(!p.gDY()){o=l.ab +o.toString +n=l.id +if(n==null)n=A.F(A.ar(k+A.u(l).j(0)+"#"+A.b1(l))) +m=s.id +p.a=o.mp(q.a(n.a9(0,m==null?A.F(A.ar(k+A.u(s).j(0)+"#"+A.b1(s))):m)))}else{o=l.id +if(o==null)o=A.F(A.ar(k+A.u(l).j(0)+"#"+A.b1(l))) +n=l.ab +n.toString +l.L=A.axk(s,p,o,n)||l.L}s=p.aF$}}, +df(a,b){return this.r8(a,b)}, +aet(a,b){this.mA(a,b)}, +aK(a,b){var s,r=this,q=r.a4!==B.z&&r.L,p=r.b4 +if(q){q=r.cx +q===$&&A.b() +s=r.gC() +p.saP(a.lJ(q,b,new A.D(0,0,0+s.a,0+s.b),r.gaes(),r.a4,p.a))}else{p.saP(null) +r.mA(a,b)}}, +m(){this.b4.saP(null) +this.ik()}, +mB(a){var s +switch(this.a4.a){case 0:return null +case 1:case 2:case 3:if(this.L){s=this.gC() +s=new A.D(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.WE.prototype={ +ao(a){var s,r,q +this.f_(a) +s=this.aR$ +for(r=t.T;s!=null;){s.ao(a) +q=s.b +q.toString +s=r.a(q).aF$}}, +am(){var s,r,q +this.f0() +s=this.aR$ +for(r=t.T;s!=null;){s.am() +q=s.b +q.toString +s=r.a(q).aF$}}} +A.WF.prototype={} +A.lf.prototype={ +dK(a){return A.v2(this.a,this.b,a)}} +A.Ao.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.Ao&&b.a.k(0,this.a)&&b.b===this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return this.a.j(0)+" at "+A.hf(this.b)+"x"}} +A.oD.prototype={ +som(a){var s,r,q,p=this +if(J.c(p.fy,a))return +s=p.fy +p.fy=a +if(p.k1==null)return +if(s==null)r=null +else{r=s.b +r=A.rg(r,r,1)}q=p.fy.b +if(!J.c(r,A.rg(q,q,1))){r=p.Ml() +q=p.ch +q.a.am() +q.saP(r) +p.aC()}p.a3()}, +ES(){var s=this +s.Q=s +s.y.r.push(s) +s.ch.saP(s.Ml()) +s.y.Q.push(s)}, +Ml(){var s,r=this.fy.b +r=A.rg(r,r,1) +this.k1=r +s=A.ay3(r) +s.ao(this) +return s}, +xB(){}, +c4(){var s,r=this.fy.a +this.fx=r +s=this.id$ +if(s!=null)s.iF(A.EQ(r))}, +gfl(){return!0}, +aK(a,b){var s=this.id$ +if(s!=null)a.fn(s,b)}, +eM(a,b){var s=this.k1 +s.toString +b.dg(s) +this.Wd(a,b)}, +a9f(){var s,r,q +try{q=$.ak() +s=q.Oj() +r=this.ch.a.a8w(s) +this.a7d() +q.RF(r) +r.m()}finally{}}, +a7d(){var s,r,q,p,o,n,m,l,k,j=null,i=this.gn4(),h=i.gb2(),g=this.go +g.gmn() +s=i.gb2() +g.gmn() +g=this.ch +r=t.lu +q=g.a.Pc(new A.o(h.a,0),r) +switch(A.pL().a){case 0:p=g.a.Pc(new A.o(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.axS(new A.jm(p.a,p.b,p.c,p.d,s,h,g,r)) +return}o=A.pL()===B.c9 +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.axS(new A.jm(m,l,k,o?n.d:j,s,h,g,r))}, +gn4(){var s=this.fx.T(0,this.fy.b) +return new A.D(0,0,0+s.a,0+s.b)}, +gno(){var s,r=this.k1 +r.toString +s=this.fx +return A.fZ(r,new A.D(0,0,0+s.a,0+s.b))}} +A.WH.prototype={ +ao(a){var s +this.f_(a) +s=this.id$ +if(s!=null)s.ao(a)}, +am(){this.f0() +var s=this.id$ +if(s!=null)s.am()}} +A.NX.prototype={ +j(a){return"RevealedOffset(offset: "+A.f(this.a)+", rect: "+this.b.j(0)+")"}} +A.zj.prototype={ +I(){return"ScrollDirection."+this.b}} +A.kN.prototype={ +t_(a,b,c){var s=c.a===B.H.a +if(s){this.fU(a) +return A.dW(null,t.H)}else return this.jN(a,b,c)}, +j(a){var s=this,r=A.a([],t.s) +s.WO(r) +r.push(A.u(s.w).j(0)) +r.push(s.r.j(0)) +r.push(A.f(s.fr)) +r.push(s.k4.j(0)) +return"#"+A.b1(s)+"("+B.b.bn(r,", ")+")"}, +dG(a){var s=this.at +if(s!=null)a.push("offset: "+B.c.a5(s,1))}} +A.ag7.prototype={ +I(){return"WrapAlignment."+this.b}} +A.ag8.prototype={ +I(){return"WrapCrossAlignment."+this.b}} +A.Ct.prototype={} +A.ju.prototype={} +A.NS.prototype={ +smD(a){if(this.L===a)return +this.L=a +this.a3()}, +sf7(a){if(this.ab===a)return +this.ab=a +this.a3()}, +sUy(a){if(this.ap===a)return +this.ap=a +this.a3()}, +safS(a){if(this.aw===a)return +this.aw=a +this.a3()}, +safV(a){if(this.aX===a)return +this.aX=a +this.a3()}, +swg(a){if(this.a4===a)return +this.a4=a +this.a3()}, +ht(a){if(!(a.b instanceof A.ju))a.b=new A.ju(null,null,B.l)}, +f9(a){return this.CM(a)}, +Af(a){switch(this.L.a){case 0:return a.a +case 1:return a.b}}, +Ad(a){switch(this.L.a){case 0:return a.b +case 1:return a.a}}, +a0S(a,b){switch(this.L.a){case 0:return new A.o(a,b) +case 1:return new A.o(b,a)}}, +a0K(a,b,c){var s=b-c +switch(this.a4.a){case 0:return a?s:0 +case 1:return a?0:s +case 2:return s/2}}, +c7(a){return this.a_b(a)}, +a_b(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +switch(f.L.a){case 0:s=a.b +r=new A.aE(0,s,0,1/0) +break +case 1:s=a.d +r=new A.aE(0,1/0,0,s) +break +default:r=null +s=0}q=f.aR$ +for(p=A.j(f).h("bB.1"),o=0,n=0,m=0,l=0,k=0;q!=null;){j=A.auz(q,r) +i=f.Af(j) +h=f.Ad(j) +if(k>0&&m+i+f.ap>s){o=Math.max(o,m) +n+=l+f.aX +m=0 +l=0 +k=0}m+=i +l=Math.max(l,h) +if(k>0)m+=f.ap;++k +g=q.b +g.toString +q=p.a(g).aF$}n+=l +o=Math.max(o,m) +switch(f.L.a){case 0:return a.aZ(new A.J(o,n)) +case 1:return a.aZ(new A.J(n,o))}}, +c4(){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="RenderBox was not laid out: ",b5=A.L.prototype.gaz.call(b3) +b3.bM=!1 +s=b3.aR$ +if(s==null){b3.id=new A.J(A.a_(0,b5.a,b5.b),A.a_(0,b5.c,b5.d)) +return}switch(b3.L.a){case 0:r=b5.b +q=new A.aE(0,r,0,1/0) +p=b3.b4===B.P&&!0 +o=b3.aV===B.lw&&!0 +break +case 1:r=b5.d +q=new A.aE(0,1/0,0,r) +p=b3.aV===B.lw&&!0 +o=b3.b4===B.P&&!0 +break +default:q=null +r=0 +p=!1 +o=!1}n=b3.ap +m=b3.aX +l=A.a([],t.M6) +for(k=t.Qy,j=0,i=0,h=0,g=0,f=0;s!=null;){s.cX(q,!0) +e=s.id +d=b3.Af(e==null?A.F(A.ar(b4+A.u(s).j(0)+"#"+A.b1(s))):e) +e=s.id +c=b3.Ad(e==null?A.F(A.ar(b4+A.u(s).j(0)+"#"+A.b1(s))):e) +if(f>0&&h+n+d>r){j=Math.max(j,h) +i+=g +if(l.length!==0)i+=m +l.push(new A.Ct(h,g,f)) +h=0 +g=0 +f=0}h+=d +if(f>0)h+=n +g=Math.max(g,c);++f +e=s.b +e.toString +k.a(e) +e.e=l.length +s=e.aF$}if(f>0){j=Math.max(j,h) +i+=g +if(l.length!==0)i+=m +l.push(new A.Ct(h,g,f))}b=l.length +switch(b3.L.a){case 0:b3.id=b5.aZ(new A.J(j,i)) +a=b3.gC().a +a0=b3.gC().b +break +case 1:b3.id=b5.aZ(new A.J(i,j)) +a=b3.gC().b +a0=b3.gC().a +break +default:a=0 +a0=0}b3.bM=a1?a1/(b-1):0 +a2=0 +break +case 4:a3=a1/b +a2=a3/2 +break +case 5:a3=a1/(b+1) +a2=a3 +break +default:a2=0 +a3=0}a3+=m +a4=o?a0-a2:a2 +s=b3.aR$ +for(a5=0;a51?a7/(f-1):0 +a8=0 +break +case 4:a9=a7/f +a8=a9/2 +break +case 5:a9=a7/(f+1) +a8=a9 +break +default:a8=0 +a9=0}a9+=n +b0=p?a-a8:a8 +if(o)a4-=g +for(;s!=null;){e=s.b +e.toString +k.a(e) +if(e.e!==a5)break +b1=s.id +d=b3.Af(b1==null?A.F(A.ar(b4+A.u(s).j(0)+"#"+A.b1(s))):b1) +b1=s.id +b2=b3.a0K(o,g,b3.Ad(b1==null?A.F(A.ar(b4+A.u(s).j(0)+"#"+A.b1(s))):b1)) +if(p)b0-=d +e.a=b3.a0S(b0,a4+b2) +b0=p?b0-a9:b0+(d+a9) +s=e.aF$}a4=o?a4-a3:a4+(g+a3)}}, +df(a,b){return this.r8(a,b)}, +aK(a,b){var s,r=this,q=r.bM&&r.bw!==B.z,p=r.cv +if(q){q=r.cx +q===$&&A.b() +s=r.gC() +p.saP(a.lJ(q,b,new A.D(0,0,0+s.a,0+s.b),r.gOr(),r.bw,p.a))}else{p.saP(null) +r.mA(a,b)}}, +m(){this.cv.saP(null) +this.ik()}} +A.WI.prototype={ +ao(a){var s,r,q +this.f_(a) +s=this.aR$ +for(r=t.Qy;s!=null;){s.ao(a) +q=s.b +q.toString +s=r.a(q).aF$}}, +am(){var s,r,q +this.f0() +s=this.aR$ +for(r=t.Qy;s!=null;){s.am() +q=s.b +q.toString +s=r.a(q).aF$}}} +A.WJ.prototype={} +A.u6.prototype={} +A.oL.prototype={ +I(){return"SchedulerPhase."+this.b}} +A.a9B.prototype={} +A.el.prototype={ +RC(a){var s=this.p2$ +B.b.v(s,a) +if(s.length===0){s=$.aY() +s.ch=null +s.CW=$.ad}}, +a0h(a){var s,r,q,p,o,n,m,l,k=this.p2$,j=A.a1(k,!0,t.xt) +for(p=j.length,o=0;o0)return!1 +if(j)A.F(A.ar(l)) +s=k.uE(0) +j=s.gQR() +if(m.p4$.$2$priority$scheduler(j,m)){try{if(k.c===0)A.F(A.ar(l));++k.d +k.uE(0) +p=k.c-1 +o=k.uE(p) +k.b[p]=null +k.c=p +if(p>0)k.Zh(o,0) +s.ahn()}catch(n){r=A.aj(n) +q=A.az(n) +j=A.bu("during a task callback") +A.di(new A.bK(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, +pv(a,b){var s,r=this +r.jv() +s=++r.rx$ +r.ry$.n(0,s,new A.u6(a)) +return r.rx$}, +yu(a){return this.pv(a,!1)}, +gaaC(){var s=this +if(s.xr$==null){if(s.y2$===B.dr)s.jv() +s.xr$=new A.bc(new A.a9($.ad,t.U),t.gR) +s.x2$.push(new A.ac2(s))}return s.xr$.a}, +gPo(){return this.b_$}, +Ll(a){if(this.b_$===a)return +this.b_$=a +if(a)this.jv()}, +P2(){var s=$.aY() +if(s.x==null){s.x=this.ga1d() +s.y=$.ad}if(s.z==null){s.z=this.ga1G() +s.Q=$.ad}}, +Dk(){switch(this.y2$.a){case 0:case 4:this.jv() +return +case 1:case 2:case 3:return}}, +jv(){var s,r=this +if(!r.y1$)s=!(A.el.prototype.gPo.call(r)&&r.dr$) +else s=!0 +if(s)return +r.P2() +$.aY().jv() +r.y1$=!0}, +To(){if(this.y1$)return +this.P2() +$.aY().jv() +this.y1$=!0}, +G2(){var s,r=this +if(r.c8$||r.y2$!==B.dr)return +r.c8$=!0 +s=r.y1$ +A.d4(B.H,new A.ac4(r)) +A.d4(B.H,new A.ac5(r,s)) +r.adG(new A.ac6(r))}, +Hy(a){var s=this.b8$ +return A.cR(B.c.ar((s==null?B.H:new A.aZ(a.a-s.a)).a/1)+this.be$.a,0)}, +a1e(a){if(this.c8$){this.ab$=!0 +return}this.Ps(a)}, +a1H(){var s=this +if(s.ab$){s.ab$=!1 +s.x2$.push(new A.ac1(s)) +return}s.Pu()}, +Ps(a){var s,r,q=this +if(q.b8$==null)q.b8$=a +r=a==null +q.bG$=q.Hy(r?q.bF$:a) +if(!r)q.bF$=a +q.y1$=!1 +try{q.y2$=B.a5g +s=q.ry$ +q.ry$=A.B(t.S,t.h1) +J.apW(s,new A.ac3(q)) +q.to$.M(0)}finally{q.y2$=B.a5h}}, +afF(a){var s=this,r=s.aw$,q=r==null +if(!q&&r!==a)return null +if(r===a)++s.aX$ +else if(q){s.aw$=a +s.aX$=1}return new A.a9B(s.ga_Y())}, +a_Z(){if(--this.aX$===0){this.aw$=null +$.aY()}}, +Pu(){var s,r,q,p,o,n,m,l,k=this +try{k.y2$=B.Et +for(p=t.Vu,o=A.a1(k.x1$,!0,p),n=o.length,m=0;m0&&r<4){s=s.bG$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +pF(a){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.y6() +if(a)r.LV(s) +else r.LW()}, +fC(){return this.pF(!1)}, +a6x(a){var s,r=this +r.e=null +s=r.c +if(s==null)s=r.c=a +r.d.$1(new A.aZ(a.a-s.a)) +if(!r.b&&r.a!=null&&r.e==null)r.e=$.cv.pv(r.gvz(),!0)}, +y6(){var s,r=this.e +if(r!=null){s=$.cv +s.ry$.v(0,r) +s.to$.D(0,r) +this.e=null}}, +m(){var s=this,r=s.a +if(r!=null){s.a=null +s.y6() +r.LV(s)}}, +agb(a,b){var s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +j(a){return this.agb(a,!1)}} +A.Ac.prototype={ +LW(){this.c=!0 +this.a.j6() +var s=this.b +if(s!=null)s.j6()}, +LV(a){var s +this.c=!1 +s=this.b +if(s!=null)s.jV(new A.Ab(a))}, +agI(a){var s,r,q=this,p=new A.afl(a) +if(q.b==null){s=q.b=new A.bc(new A.a9($.ad,t.U),t.gR) +r=q.c +if(r!=null)if(r)s.j6() +else s.jV(B.abS)}q.b.a.fs(p,p,t.H)}, +oh(a,b){return this.a.a.oh(a,b)}, +jR(a){return this.oh(a,null)}, +fs(a,b,c){return this.a.a.fs(a,b,c)}, +bp(a,b){return this.fs(a,null,b)}, +ia(a){return this.a.a.ia(a)}, +j(a){var s=A.b1(this),r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return"#"+s+"("+r+")"}, +$ial:1} +A.afl.prototype={ +$1(a){this.a.$0()}, +$S:25} +A.Ab.prototype={ +j(a){var s=this.a +if(s!=null)return"This ticker was canceled: "+s.j(0) +return'The ticker was canceled before the "orCancel" property was first used.'}, +$ibW:1} +A.Or.prototype={ +gqn(){var s,r,q=this.P5$ +if(q===$){s=$.aY().a +r=$.aO() +q!==$&&A.O() +q=this.P5$=new A.ff(s.c,r)}return q}, +a_P(){--this.Dm$ +this.gqn().sl(this.Dm$>0)}, +Js(){var s,r=this +if($.aY().a.c){if(r.wy$==null){++r.Dm$ +r.gqn().sl(!0) +r.wy$=new A.acR(r.ga_O())}}else{s=r.wy$ +if(s!=null)s.a.$0() +r.wy$=null}}, +a2r(a){var s,r,q=a.d +if(t.V4.b(q)){s=B.aq.fb(q) +if(J.c(s,B.f1))s=q +r=new A.t5(a.a,a.b,a.c,s)}else r=a +s=this.fr$.i(0,r.b) +if(s!=null){s=s.y +if(s!=null){s=s.at +if(s!=null)s.aey(r.c,r.a,r.d)}}}} +A.acR.prototype={} +A.kz.prototype={ +j(a){return"SemanticsTag("+this.a+")"}} +A.vB.prototype={} +A.a0O.prototype={} +A.qo.prototype={ +gt(a){return A.I(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.N(b)!==A.u(this))return!1 +return b instanceof A.qo&&b.b===this.b&&b.c===this.c}, +j(a){return"CustomSemanticsAction("+A.f($.aqn.i(0,this))+", label:null, hint:"+this.b+", action:"+this.c.j(0)+")"}} +A.cJ.prototype={ +a0(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.a1(this.b,!0,t.u1) +q=b.b +p=q.length +if(p!==0)for(o=0;o=0;--o)r[o]=n[q-o-1].b}n=a.fr +m=n.length +if(m!==0){l=new Int32Array(m) +for(o=0;o0?r[n-1].p2:null +if(n!==0)if(J.N(l)===J.N(o)){if(l!=null)o.toString +k=!0}else k=!1 +else k=!0 +if(!k&&p.length!==0){if(o!=null)B.b.ii(p) +B.b.K(q,p) +B.b.M(p)}p.push(new A.l2(m,l,n))}if(o!=null)B.b.ii(p) +B.b.K(q,p) +s=t.rB +return A.a1(new A.X(q,new A.acT(),s),!0,s.h("bf.E"))}, +U4(a){if(this.ay==null)return +B.mi.dM(a.S4(this.b))}, +cS(){return"SemanticsNode#"+this.b}, +ag6(a,b,c){return new A.X7(a,this,b,!0,!0,null,c)}, +S2(a){return this.ag6(B.K_,null,a)}} +A.acV.prototype={ +$1(a){var s,r,q,p=this.a +p.a=p.a|a.fr +s=p.b +r=a.z +q=a.dx +p.b=s|(r?q&$.a_c():q) +if(p.x==null)p.x=a.p1 +p.z=a.p3 +p.Q=a.R8 +p.as=a.RG +if(p.at==null)p.at=a.rx +if(p.ax==null)p.ax=a.ry +if(p.ay==null)p.ay=a.to +p.ch=a.x1 +p.CW=a.x2 +p.cx=a.xr +if(p.d.a==="")p.d=a.fy +if(p.e.a==="")p.e=a.go +if(p.f.a==="")p.f=a.id +if(p.w==="")p.w=a.k2 +s=a.dy +if(s!=null){r=p.y;(r==null?p.y=A.ax(t.g3):r).K(0,s)}for(s=this.b.db,s=A.ka(s,s.r),r=this.c;s.q();)r.D(0,A.a1D(s.d)) +s=a.ok +if(s!=null){s=s.a +if(s!=null)r.D(0,A.a1D(new A.qo(s,B.cJ))) +a.ok.toString}s=p.c +r=p.x +p.c=A.ani(a.fx,a.p1,s,r) +r=p.r +s=p.x +p.r=A.ani(a.k1,a.p1,r,s) +p.cy=Math.max(p.cy,a.k4+a.k3) +return!0}, +$S:74} +A.acT.prototype={ +$1(a){return a.a}, +$S:267} +A.kQ.prototype={ +aJ(a,b){return B.c.aJ(this.b,b.b)}, +$ibE:1} +A.iE.prototype={ +aJ(a,b){return B.c.aJ(this.a,b.a)}, +Ux(){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.a1(new A.fQ(n,new A.alN(),s),!0,s.h("p.E"))}, +Uw(){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.B(s,t.bu) +q=A.B(s,s) +for(p=this.b,o=p===B.P,p=p===B.e,n=a4,m=0;m2.356194490192345 +else a0=!1 +if(a||a0)q.n(0,l.b,f.b)}}a1=A.a([],t.t) +a2=A.a(a3.slice(0),A.a6(a3)) +B.b.em(a2,new A.alJ()) +new A.X(a2,new A.alK(),A.a6(a2).h("X<1,k>")).a1(0,new A.alM(A.ax(s),q,a1)) +a3=t.qn +a3=A.a1(new A.X(a1,new A.alL(r),a3),!0,a3.h("bf.E")) +a4=A.a6(a3).h("be<1>") +return A.a1(new A.be(a3,a4),!0,a4.h("bf.E"))}, +$ibE:1} +A.alN.prototype={ +$1(a){return a.Uw()}, +$S:124} +A.alJ.prototype={ +$2(a,b){var s,r,q=a.e,p=A.pH(a,new A.o(q.a,q.b)) +q=b.e +s=A.pH(b,new A.o(q.a,q.b)) +r=B.c.aJ(p.b,s.b) +if(r!==0)return-r +return-B.c.aJ(p.a,s.a)}, +$S:76} +A.alM.prototype={ +$1(a){var s=this,r=s.a +if(r.p(0,a))return +r.D(0,a) +r=s.b +if(r.X(a)){r=r.i(0,a) +r.toString +s.$1(r)}s.c.push(a)}, +$S:46} +A.alK.prototype={ +$1(a){return a.b}, +$S:270} +A.alL.prototype={ +$1(a){var s=this.a.i(0,a) +s.toString +return s}, +$S:271} +A.and.prototype={ +$1(a){return a.Ux()}, +$S:124} +A.l2.prototype={ +aJ(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.aJ(0,s)}, +$ibE:1} +A.Ow.prototype={ +m(){var s=this +s.b.M(0) +s.c.M(0) +s.d.M(0) +s.dA()}, +U6(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.b +if(f.a===0)return +s=A.ax(t.S) +r=A.a([],t.QF) +for(q=A.j(f).h("aX"),p=q.h("p.E"),o=g.d;f.a!==0;){n=A.a1(new A.aX(f,new A.acZ(g),q),!0,p) +f.M(0) +o.M(0) +B.b.em(n,new A.ad_()) +B.b.K(r,n) +for(m=n.length,l=0;l#"+A.b1(this)}} +A.acZ.prototype={ +$1(a){return!this.a.d.p(0,a)}, +$S:74} +A.ad_.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:76} +A.ad0.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:76} +A.acY.prototype={ +$1(a){if(a.cy.X(this.b)){this.a.a=a +return!1}return!0}, +$S:74} +A.ik.prototype={ +m3(a,b){var s=this +s.f.n(0,a,b) +s.r=s.r|a.a +s.e=!0}, +f1(a,b){this.m3(a,new A.acG(b))}, +slC(a){a.toString +this.f1(B.cJ,a)}, +slB(a){a.toString +this.f1(B.EC,a)}, +sxs(a){this.f1(B.eC,a)}, +sxp(a){this.f1(B.a5E,a)}, +sxt(a){this.f1(B.eD,a)}, +sxu(a){this.f1(B.eA,a)}, +sxq(a){this.f1(B.eB,a)}, +sEv(a){this.f1(B.ED,a)}, +sEq(a){this.f1(B.EB,a)}, +sEo(a){this.f1(B.a5F,a)}, +sEp(a){this.f1(B.a5I,a)}, +sEB(a){this.f1(B.a5A,a)}, +sEz(a){this.m3(B.a5G,new A.acK(a))}, +sEx(a){this.m3(B.a5J,new A.acI(a))}, +sEA(a){this.m3(B.a5H,new A.acL(a))}, +sEy(a){this.m3(B.a5z,new A.acJ(a))}, +sEF(a){this.m3(B.a5B,new A.acM(a))}, +sEG(a){this.m3(B.a5C,new A.acN(a))}, +sEr(a){this.f1(B.l7,a)}, +sEs(a){this.f1(B.l8,a)}, +sTW(a){return}, +sTX(a){return}, +sEe(a){return}, +sCH(a){return}, +sacq(a){if(a==null)return +this.xr=a +this.e=!0}, +sfc(a){if(a===this.y1)return +this.y1=a +this.e=!0}, +MV(a){var s=this.bG;(s==null?this.bG=A.ax(t.g3):s).D(0,a)}, +br(a,b){var s=this,r=s.bt,q=a.a +if(b)s.bt=r|q +else s.bt=r&~q +s.e=!0}, +Q0(a){var s=this +if(a==null||!a.e||!s.e)return!0 +if((s.r&a.r)!==0)return!1 +if((s.bt&a.bt)!==0)return!1 +if(s.rx.a.length!==0&&a.rx.a.length!==0)return!1 +return!0}, +o7(a){var s,r,q,p=this +if(!a.e)return +s=a.f +if(a.b)s.a1(0,new A.acH(p)) +else p.f.K(0,s) +s=p.r +r=a.b +q=a.r +p.r=s|(r?q&$.a_c():q) +p.R8.K(0,a.R8) +p.bt=p.bt|a.bt +p.c8=a.c8 +if(p.b8==null)p.b8=a.b8 +if(p.be==null)p.be=a.be +if(p.bF==null)p.bF=a.bF +if(p.xr==null)p.xr=a.xr +p.k3=a.k3 +p.ok=a.ok +p.k4=a.k4 +p.p1=a.p1 +p.p2=a.p2 +p.p3=a.p3 +s=p.b_ +if(s==null){s=p.b_=a.b_ +p.e=!0}if(p.k2==null)p.k2=a.k2 +r=p.RG +p.RG=A.ani(a.RG,a.b_,r,s) +if(p.rx.a==="")p.rx=a.rx +if(p.ry.a==="")p.ry=a.ry +if(p.to.a==="")p.to=a.to +s=p.x1 +r=p.b_ +p.x1=A.ani(a.x1,a.b_,s,r) +if(p.x2==="")p.x2=a.x2 +p.y2=Math.max(p.y2,a.y2+a.y1) +p.e=p.e||a.e}, +a9t(){var s=this,r=A.ky() +r.a=s.a +r.c=s.c +r.d=s.d +r.e=s.e +r.p4=s.p4 +r.b_=s.b_ +r.k2=s.k2 +r.RG=s.RG +r.ry=s.ry +r.rx=s.rx +r.to=s.to +r.x1=s.x1 +r.xr=s.xr +r.x2=s.x2 +r.y1=s.y1 +r.y2=s.y2 +r.bt=s.bt +r.bG=s.bG +r.c8=s.c8 +r.b8=s.b8 +r.be=s.be +r.bF=s.bF +r.r=s.r +r.k3=s.k3 +r.ok=s.ok +r.k4=s.k4 +r.p1=s.p1 +r.p2=s.p2 +r.p3=s.p3 +r.f.K(0,s.f) +r.R8.K(0,s.R8) +r.b=s.b +return r}} +A.acG.prototype={ +$1(a){this.a.$0()}, +$S:5} +A.acK.prototype={ +$1(a){a.toString +this.a.$1(A.he(a))}, +$S:5} +A.acI.prototype={ +$1(a){a.toString +this.a.$1(A.he(a))}, +$S:5} +A.acL.prototype={ +$1(a){a.toString +this.a.$1(A.he(a))}, +$S:5} +A.acJ.prototype={ +$1(a){a.toString +this.a.$1(A.he(a))}, +$S:5} +A.acM.prototype={ +$1(a){var s,r,q +a.toString +s=t.f.a(a).jQ(0,t.N,t.S) +r=s.i(0,"base") +r.toString +q=s.i(0,"extent") +q.toString +this.a.$1(A.Pp(B.V,r,q,!1))}, +$S:5} +A.acN.prototype={ +$1(a){a.toString +this.a.$1(A.bm(a))}, +$S:5} +A.acH.prototype={ +$2(a,b){if(($.a_c()&a.a)>0)this.a.f.n(0,a,b)}, +$S:273} +A.a1I.prototype={ +I(){return"DebugSemanticsDumpOrder."+this.b}} +A.t6.prototype={ +aJ(a,b){var s=this.aai(b) +return s}, +$ibE:1} +A.rt.prototype={ +aai(a){var s=a.b,r=this.b +if(s===r)return 0 +return B.i.aJ(r,s)}} +A.X6.prototype={} +A.X9.prototype={} +A.Xa.prototype={} +A.a_Q.prototype={ +I(){return"Assertiveness."+this.b}} +A.acP.prototype={ +S4(a){var s=A.K(["type",this.a,"data",this.yh()],t.N,t.z) +if(a!=null)s.n(0,"nodeId",a) +return s}, +aga(){return this.S4(null)}, +j(a){var s,r,q=A.a([],t.s),p=this.yh(),o=p.gbx(),n=A.a1(o,!0,A.j(o).h("p.E")) +B.b.ii(n) +for(o=n.length,s=0;s#"+A.b1(this)+"()"}} +A.a0t.prototype={ +mV(a,b){if(b)return this.a.bm(a,new A.a0u(this,a)) +return this.GD(a,!0)}, +adD(a,b,c){var s,r=this,q={},p=r.b +if(p.X(a)){q=p.i(0,a) +q.toString +return c.h("al<0>").a(q)}q.a=q.b=null +r.mV(a,!1).bp(b,c).fs(new A.a0v(q,r,a,c),new A.a0w(q,r,a),t.H) +s=q.a +if(s!=null)return s +s=new A.a9($.ad,c.h("a9<0>")) +q.b=new A.bc(s,c.h("bc<0>")) +p.n(0,a,s) +return q.b.a}} +A.a0u.prototype={ +$0(){return this.a.GD(this.b,!0)}, +$S:548} +A.a0v.prototype={ +$1(a){var s=this,r=new A.bC(a,s.d.h("bC<0>")),q=s.a +q.a=r +s.b.b.n(0,s.c,r) +q=q.b +if(q!=null)q.d2(a)}, +$S(){return this.d.h("ba(0)")}} +A.a0w.prototype={ +$2(a,b){this.b.b.v(0,this.c) +this.a.b.l5(a,b)}, +$S:26} +A.a9O.prototype={ +ce(a){var s,r=null,q=B.ch.dS(A.Dc(r,r,A.De(B.k3,a,B.a1,!1),r,r,r,r,r).e),p=$.f9.fP$ +p===$&&A.b() +s=p.yz("flutter/assets",A.a0r(q)).bp(new A.a9P(a),t.V4) +return s}, +xd(a){return this.adA(a)}, +adA(a){var s=0,r=A.V(t.SG),q,p=this,o,n +var $async$xd=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:o=A +n=A +s=3 +return A.a4(p.ce(a),$async$xd) +case 3:q=o.Jg(n.afC(c,0,null)) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$xd,r)}} +A.a9P.prototype={ +$1(a){if(a==null)throw A.d(A.aqO(A.a([A.aPO(this.a),A.bu("The asset does not exist or has empty data.")],t.D))) +return a}, +$S:275} +A.a_V.prototype={ +$1(a){return this.SP(a)}, +SP(a){var s=0,r=A.V(t.CL),q +var $async$$1=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q=new A.pk(t.pE.a(B.aq.fb(A.a0r(B.mt.dS(A.bm(B.cX.ea(a)))))),A.B(t.N,t.Rk)) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$$1,r)}, +$S:276} +A.pk.prototype={ +SY(a){var s,r,q=this.b +if(!q.X(a)){s=this.a +if(s.i(0,a)==null)return null +r=s.i(0,a) +if(r==null)r=[] +r=J.le(t.VG.a(r),t.pE) +q.n(0,a,r.i1(r,new A.ah7(a),t.pR).dX(0)) +s.v(0,a)}q=q.i(0,a) +q.toString +return q}, +$ia_U:1} +A.ah7.prototype={ +$1(a){var s,r=a.i(0,"asset") +r.toString +A.bm(r) +s=a.i(0,"dpr") +r=a.i(0,"asset") +r.toString +A.bm(r) +return new A.lh(A.azt(s),r)}, +$S:277} +A.lh.prototype={} +A.a03.prototype={} +A.t7.prototype={ +a2L(){var s,r,q=this,p=t.v3,o=new A.a4W(A.B(p,t.bd),A.ax(t.SQ),A.a([],t.sA)) +q.hV$!==$&&A.cI() +q.hV$=o +s=$.apO() +r=A.a([],t.K0) +q.hj$!==$&&A.cI() +q.hj$=new A.Jz(o,s,r,A.ax(p)) +p=q.hV$ +p===$&&A.b() +p.um().bp(new A.ad8(q),t.P)}, +rE(){var s=$.a_i() +s.a.M(0) +s.b.M(0) +s.c.M(0)}, +lq(a){return this.ac0(a)}, +ac0(a){var s=0,r=A.V(t.H),q,p=this +var $async$lq=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:switch(A.bm(t.a.a(a).i(0,"type"))){case"memoryPressure":p.rE() +break}s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$lq,r)}, +YT(){var s=A.aR("controller") +s.scm(A.zX(null,new A.ad7(s),null,null,!1,t.hz)) +return s.ai().gyO()}, +afi(){if(this.p3$==null)$.aY() +return}, +Am(a){return this.a1U(a)}, +a1U(a){var s=0,r=A.V(t.ob),q,p=this,o,n +var $async$Am=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:a.toString +o=A.aM_(a) +n=p.p3$ +o.toString +B.b.a1(p.a0G(n,o),p.gabj()) +q=null +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$Am,r)}, +a0G(a,b){var s,r,q,p +if(a===b)return B.T_ +if(a===B.eZ&&b===B.dA)return B.OI +s=A.a([],t.QP) +if(a==null)s.push(b) +else{r=B.b.cn(B.fK,a) +q=B.b.cn(B.fK,b) +if(r>q)for(p=q;p") +r=A.fX(new A.bl(e,s),s.h("p.E")) +q=A.a([],t.K0) +p=e.i(0,d) +o=$.f9.bF$ +n=a.a +if(n==="")n=f +if(a instanceof A.je)if(p==null){m=new A.nY(d,c,n,o,!1) +r.D(0,d)}else m=new A.xz(d,p,n,o,!1) +else if(p==null)m=f +else{m=new A.lU(d,p,f,o,!1) +r.v(0,d)}for(s=this.c.d,l=A.j(s).h("bl<1>"),k=l.h("p.E"),j=r.mC(A.fX(new A.bl(s,l),k)),j=j.gR(j),i=this.e;j.q();){h=j.gH() +if(h.k(0,d))q.push(new A.lU(h,c,f,o,!0)) +else{g=e.i(0,h) +g.toString +i.push(new A.lU(h,g,f,o,!0))}}for(e=A.fX(new A.bl(s,l),k).mC(r),e=e.gR(e);e.q();){l=e.gH() +k=s.i(0,l) +k.toString +i.push(new A.nY(l,k,f,o,!0))}if(m!=null)i.push(m) +B.b.K(i,q)}} +A.UE.prototype={} +A.a7b.prototype={} +A.e.prototype={ +gt(a){return B.i.gt(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.e&&b.a===this.a}} +A.l.prototype={ +gt(a){return B.i.gt(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.l&&b.a===this.a}} +A.UF.prototype={} +A.j8.prototype={ +j(a){return"MethodCall("+this.a+", "+A.f(this.b)+")"}} +A.rC.prototype={ +j(a){var s=this +return"PlatformException("+s.a+", "+A.f(s.b)+", "+A.f(s.c)+", "+A.f(s.d)+")"}, +$ibW:1} +A.y7.prototype={ +j(a){return"MissingPluginException("+A.f(this.a)+")"}, +$ibW:1} +A.adT.prototype={ +fb(a){if(a==null)return null +return B.a1.ea(A.afC(a,0,null))}, +bV(a){if(a==null)return null +return A.a0r(B.ch.dS(a))}} +A.a6J.prototype={ +bV(a){if(a==null)return null +return B.iU.bV(B.cX.rj(a))}, +fb(a){var s +if(a==null)return a +s=B.iU.fb(a) +s.toString +return B.cX.ea(s)}} +A.a6L.prototype={ +iw(a){var s=B.cg.bV(A.K(["method",a.a,"args",a.b],t.N,t.X)) +s.toString +return s}, +hN(a){var s,r,q=null,p=B.cg.fb(a) +if(!t.f.b(p))throw A.d(A.bs("Expected method call Map, got "+A.f(p),q,q)) +s=p.i(0,"method") +r=p.i(0,"args") +if(typeof s=="string")return new A.j8(s,r) +throw A.d(A.bs("Invalid method call: "+p.j(0),q,q))}, +CL(a){var s,r,q,p=null,o=B.cg.fb(a) +if(!t.j.b(o))throw A.d(A.bs("Expected envelope List, got "+A.f(o),p,p)) +s=J.br(o) +if(s.gu(o)===1)return s.i(o,0) +if(s.gu(o)===3)if(typeof s.i(o,0)=="string")r=s.i(o,1)==null||typeof s.i(o,1)=="string" +else r=!1 +else r=!1 +if(r){r=A.bm(s.i(o,0)) +q=A.cQ(s.i(o,1)) +throw A.d(A.arn(r,s.i(o,2),q,p))}if(s.gu(o)===4)if(typeof s.i(o,0)=="string")if(s.i(o,1)==null||typeof s.i(o,1)=="string")r=s.i(o,3)==null||typeof s.i(o,3)=="string" +else r=!1 +else r=!1 +else r=!1 +if(r){r=A.bm(s.i(o,0)) +q=A.cQ(s.i(o,1)) +throw A.d(A.arn(r,s.i(o,2),q,A.cQ(s.i(o,3))))}throw A.d(A.bs("Invalid envelope: "+A.f(o),p,p))}, +rk(a){var s=B.cg.bV([a]) +s.toString +return s}, +mF(a,b,c){var s=B.cg.bV([a,c,b]) +s.toString +return s}, +OY(a,b){return this.mF(a,null,b)}} +A.adG.prototype={ +bV(a){var s +if(a==null)return null +s=A.agb(64) +this.e4(s,a) +return s.l8()}, +fb(a){var s,r +if(a==null)return null +s=new A.yT(a) +r=this.i6(s) +if(s.b=a.a.byteLength)throw A.d(B.aX) +return this.ku(a.nj(0),a)}, +ku(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=$.dF() +q=b.a.getInt32(s,B.ap===r) +b.b+=4 +return q +case 4:return b.yj(0) +case 6:b.iZ(8) +s=b.b +r=$.dF() +q=b.a.getFloat64(s,B.ap===r) +b.b+=8 +return q +case 5:case 7:p=k.eC(b) +return B.dv.dS(b.nk(p)) +case 8:return b.nk(k.eC(b)) +case 9:p=k.eC(b) +b.iZ(4) +s=b.a +o=A.awB(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 10:return b.yk(k.eC(b)) +case 14:p=k.eC(b) +b.iZ(4) +s=b.a +r=s.buffer +s=s.byteOffset+b.b +A.ZL(r,s,p) +o=new Float32Array(r,s,p) +b.b=b.b+4*p +return o +case 11:p=k.eC(b) +b.iZ(8) +s=b.a +o=A.awz(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.eC(b) +n=A.bd(p,null,!1,t.X) +for(s=b.a,m=0;m=s.byteLength)A.F(B.aX) +b.b=r+1 +n[m]=k.ku(s.getUint8(r),b)}return n +case 13:p=k.eC(b) +s=t.X +n=A.B(s,s) +for(s=b.a,m=0;m=s.byteLength)A.F(B.aX) +b.b=r+1 +r=k.ku(s.getUint8(r),b) +l=b.b +if(l>=s.byteLength)A.F(B.aX) +b.b=l+1 +n.n(0,r,k.ku(s.getUint8(l),b))}return n +default:throw A.d(B.aX)}}, +fz(a,b){var s,r +if(b<254)a.eu(b) +else{s=a.d +if(b<=65535){a.eu(254) +r=$.dF() +s.setUint16(0,b,B.ap===r) +a.qo(a.e,0,2)}else{a.eu(255) +r=$.dF() +s.setUint32(0,b,B.ap===r) +a.qo(a.e,0,4)}}}, +eC(a){var s,r,q=a.nj(0) +switch(q){case 254:s=a.b +r=$.dF() +q=a.a.getUint16(s,B.ap===r) +a.b+=2 +return q +case 255:s=a.b +r=$.dF() +q=a.a.getUint32(s,B.ap===r) +a.b+=4 +return q +default:return q}}} +A.adI.prototype={ +$2(a,b){var s=this.a,r=this.b +s.e4(r,a) +s.e4(r,b)}, +$S:49} +A.adK.prototype={ +iw(a){var s=A.agb(64) +B.aq.e4(s,a.a) +B.aq.e4(s,a.b) +return s.l8()}, +hN(a){var s,r,q +a.toString +s=new A.yT(a) +r=B.aq.i6(s) +q=B.aq.i6(s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.j8(r,q) +else throw A.d(B.nY)}, +rk(a){var s=A.agb(64) +s.eu(0) +B.aq.e4(s,a) +return s.l8()}, +mF(a,b,c){var s=A.agb(64) +s.eu(1) +B.aq.e4(s,a) +B.aq.e4(s,c) +B.aq.e4(s,b) +return s.l8()}, +OY(a,b){return this.mF(a,null,b)}, +CL(a){var s,r,q,p,o,n +if(a.byteLength===0)throw A.d(B.KE) +s=new A.yT(a) +if(s.nj(0)===0)return B.aq.i6(s) +r=B.aq.i6(s) +q=B.aq.i6(s) +p=B.aq.i6(s) +o=s.b=a.byteLength +else n=!1 +if(n)throw A.d(A.arn(r,p,A.cQ(q),o)) +else throw A.d(B.KF)}} +A.a88.prototype={ +abm(a,b,c){var s,r,q,p +if(t.PB.b(b)){this.b.v(0,a) +return}s=this.b +r=s.i(0,a) +q=A.aNF(c) +if(q==null)q=this.a +if(J.c(r==null?null:t.ZC.a(r.a),q))return +p=q.wf(a) +s.n(0,a,p) +B.a31.hk("activateSystemCursor",A.K(["device",p.b,"kind",t.ZC.a(p.a).a],t.N,t.z),t.H)}} +A.ya.prototype={} +A.cF.prototype={ +j(a){var s=this.gr7() +return s}} +A.Tl.prototype={ +wf(a){throw A.d(A.bP(null))}, +gr7(){return"defer"}} +A.XD.prototype={} +A.jl.prototype={ +gr7(){return"SystemMouseCursor("+this.a+")"}, +wf(a){return new A.XD(this,a)}, +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.jl&&b.a===this.a}, +gt(a){return B.d.gt(this.a)}} +A.V5.prototype={} +A.li.prototype={ +gqN(){var s=$.f9.fP$ +s===$&&A.b() +return s}, +dM(a){return this.U1(a,this.$ti.h("1?"))}, +U1(a,b){var s=0,r=A.V(b),q,p=this,o,n,m +var $async$dM=A.R(function(c,d){if(c===1)return A.S(d,r) +while(true)switch(s){case 0:o=p.b +n=p.gqN().yz(p.a,o.bV(a)) +m=o +s=3 +return A.a4(t.T8.b(n)?n:A.jx(n,t.CD),$async$dM) +case 3:q=m.fb(d) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$dM,r)}, +yD(a){this.gqN().u_(this.a,new A.a02(this,a))}} +A.a02.prototype={ +$1(a){return this.SQ(a)}, +SQ(a){var s=0,r=A.V(t.CD),q,p=this,o,n +var $async$$1=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:o=p.a.b +n=o +s=3 +return A.a4(p.b.$1(o.fb(a)),$async$$1) +case 3:q=n.bV(c) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$$1,r)}, +$S:120} +A.m5.prototype={ +gqN(){var s=$.f9.fP$ +s===$&&A.b() +return s}, +eq(a,b,c,d){return this.a33(a,b,c,d,d.h("0?"))}, +a33(a,b,c,d,e){var s=0,r=A.V(e),q,p=this,o,n,m,l,k +var $async$eq=A.R(function(f,g){if(f===1)return A.S(g,r) +while(true)switch(s){case 0:o=p.b +n=o.iw(new A.j8(a,b)) +m=p.a +l=p.gqN().yz(m,n) +s=3 +return A.a4(t.T8.b(l)?l:A.jx(l,t.CD),$async$eq) +case 3:k=g +if(k==null){if(c){q=null +s=1 +break}throw A.d(A.aKk("No implementation found for method "+a+" on channel "+m))}q=d.h("0?").a(o.CL(k)) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$eq,r)}, +hk(a,b,c){return this.eq(a,b,!1,c)}, +rN(a,b,c,d){return this.acW(a,b,c,d,c.h("@<0>").ah(d).h("as<1,2>?"))}, +acV(a,b,c){return this.rN(a,null,b,c)}, +acW(a,b,c,d,e){var s=0,r=A.V(e),q,p=this,o +var $async$rN=A.R(function(f,g){if(f===1)return A.S(g,r) +while(true)switch(s){case 0:s=3 +return A.a4(p.hk(a,b,t.f),$async$rN) +case 3:o=g +q=o==null?null:o.jQ(0,c,d) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$rN,r)}, +py(a){var s=this.gqN() +s.u_(this.a,new A.a7Z(this,a))}, +uS(a,b){return this.a1b(a,b)}, +a1b(a,b){var s=0,r=A.V(t.CD),q,p=2,o,n=this,m,l,k,j,i,h,g,f,e +var $async$uS=A.R(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:h=n.b +g=h.hN(a) +p=4 +e=h +s=7 +return A.a4(b.$1(g),$async$uS) +case 7:k=e.rk(d) +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +f=o +k=A.aj(f) +if(k instanceof A.rC){m=k +k=m.a +i=m.b +q=h.mF(k,m.c,i) +s=1 +break}else if(k instanceof A.y7){q=null +s=1 +break}else{l=k +h=h.OY("error",J.c3(l)) +q=h +s=1 +break}s=6 +break +case 3:s=2 +break +case 6:case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$uS,r)}} +A.a7Z.prototype={ +$1(a){return this.a.uS(a,this.b)}, +$S:120} +A.ki.prototype={ +hk(a,b,c){return this.acX(a,b,c,c.h("0?"))}, +x6(a,b){return this.hk(a,null,b)}, +acX(a,b,c,d){var s=0,r=A.V(d),q,p=this +var $async$hk=A.R(function(e,f){if(e===1)return A.S(f,r) +while(true)switch(s){case 0:q=p.VI(a,b,!0,c) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$hk,r)}} +A.a3m.prototype={ +afn(){var s=new A.m5("yaru_window/events",B.bE),r=A.aR("controller") +r.b=A.arI(new A.a3o(this,s,null),new A.a3p(this,r,s,null),t.z) +return r.ai().gyO()}} +A.a3p.prototype={ +$0(){var s=0,r=A.V(t.H),q=1,p,o=this,n,m,l,k,j +var $async$$0=A.R(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:k=$.f9.fP$ +k===$&&A.b() +k.u_("yaru_window/events",new A.a3n(o.a,o.b)) +q=3 +s=6 +return A.a4(o.c.eq("listen",o.d,!1,t.H),$async$$0) +case 6:q=1 +s=5 +break +case 3:q=2 +j=p +n=A.aj(j) +m=A.az(j) +k=A.bu("while activating platform stream on channel yaru_window/events") +A.di(new A.bK(n,m,"services library",k,null,!1)) +s=5 +break +case 2:s=1 +break +case 5:return A.T(null,r) +case 1:return A.S(p,r)}}) +return A.U($async$$0,r)}, +$S:29} +A.a3n.prototype={ +$1(a){return this.SR(a)}, +SR(a){var s=0,r=A.V(t.P),q,p=this,o,n,m +var $async$$1=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:if(a==null)p.b.ai().aG() +else try{J.ea(p.b.ai(),B.bE.CL(a))}catch(l){m=A.aj(l) +if(m instanceof A.rC){o=m +p.b.ai().vQ(o)}else throw l}q=null +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$$1,r)}, +$S:285} +A.a3o.prototype={ +$0(){var s=0,r=A.V(t.H),q=1,p,o=this,n,m,l,k,j +var $async$$0=A.R(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:k=$.f9.fP$ +k===$&&A.b() +k.u_("yaru_window/events",null) +q=3 +s=6 +return A.a4(o.b.eq("cancel",o.c,!1,t.H),$async$$0) +case 6:q=1 +s=5 +break +case 3:q=2 +j=p +n=A.aj(j) +m=A.az(j) +k=A.bu("while de-activating platform stream on channel yaru_window/events") +A.di(new A.bK(n,m,"services library",k,null,!1)) +s=5 +break +case 2:s=1 +break +case 5:return A.T(null,r) +case 1:return A.S(p,r)}}) +return A.U($async$$0,r)}, +$S:29} +A.nZ.prototype={ +I(){return"KeyboardSide."+this.b}} +A.h_.prototype={ +I(){return"ModifierKey."+this.b}} +A.yR.prototype={ +gae5(){var s,r,q=A.B(t.xS,t.LE) +for(s=0;s<9;++s){r=B.u4[s] +if(this.ad5(r))q.n(0,r,B.d4)}return q}} +A.ih.prototype={} +A.aaw.prototype={ +$0(){var s,r,q,p=this.b,o=A.cQ(p.i(0,"key")),n=o==null +if(!n){s=o.length +s=s!==0&&s===1}else s=!1 +if(s)this.a.a=o +s=A.cQ(p.i(0,"code")) +if(s==null)s="" +n=n?"":o +r=A.uJ(p.i(0,"location")) +if(r==null)r=0 +q=A.uJ(p.i(0,"metaState")) +if(q==null)q=0 +p=A.uJ(p.i(0,"keyCode")) +return new A.Nj(s,n,r,q,p==null?0:p)}, +$S:286} +A.je.prototype={} +A.rP.prototype={} +A.aaB.prototype={ +abO(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(a instanceof A.je){p=a.c +i.d.n(0,p.giG(),p.grV())}else if(a instanceof A.rP)i.d.v(0,a.c.giG()) +i.a6u(a) +for(p=i.a,o=A.a1(p,!0,t.iS),n=o.length,m=0;m")),e),a0=a1 instanceof A.je +if(a0)a.D(0,g.giG()) +for(s=g.a,r=null,q=0;q<9;++q){p=B.u4[q] +o=$.aDc() +n=o.i(0,new A.cP(p,B.bJ)) +if(n==null)continue +m=B.A5.i(0,s) +if(n.p(0,m==null?new A.l(98784247808+B.d.gt(s)):m))r=p +if(f.i(0,p)===B.d4){c.K(0,n) +if(n.dC(0,a.gj7(a)))continue}l=f.i(0,p)==null?A.ax(e):o.i(0,new A.cP(p,f.i(0,p))) +if(l==null)continue +for(o=new A.ug(l,l.r),o.c=l.e,m=A.j(o).c;o.q();){k=o.d +if(k==null)k=m.a(k) +j=$.aDb().i(0,k) +j.toString +d.n(0,k,j)}}i=b.i(0,B.cB)!=null&&!J.c(b.i(0,B.cB),B.e5) +for(e=$.atA(),e=A.ka(e,e.r);e.q();){a=e.d +h=i&&a.k(0,B.cB) +if(!c.p(0,a)&&!h)b.v(0,a)}b.v(0,B.ek) +b.K(0,d) +if(a0&&r!=null&&!b.X(g.giG())){e=g.giG().k(0,B.dn) +if(e)b.n(0,g.giG(),g.grV())}}} +A.cP.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.cP&&b.a===this.a&&b.b==this.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Wa.prototype={} +A.W9.prototype={} +A.Nj.prototype={ +giG(){var s=this.a,r=B.A5.i(0,s) +return r==null?new A.l(98784247808+B.d.gt(s)):r}, +grV(){var s,r=this.b,q=B.a1H.i(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +s=B.Ye.i(0,r) +if(s!=null)return s +if(r.length===1)return new A.e(r.toLowerCase().charCodeAt(0)) +return new A.e(B.d.gt(this.a)+98784247808)}, +ad5(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.N(b)!==A.u(s))return!1 +return b instanceof A.Nj&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.z7.prototype={ +gafQ(){var s=this +if(s.c)return new A.bC(s.a,t.hr) +if(s.b==null){s.b=new A.bc(new A.a9($.ad,t.X6),t.EZ) +s.uR()}return s.b.a}, +uR(){var s=0,r=A.V(t.H),q,p=this,o +var $async$uR=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:s=3 +return A.a4(B.kJ.x6("get",t.pE),$async$uR) +case 3:o=b +if(p.b==null){s=1 +break}p.Kw(o) +case 1:return A.T(q,r)}}) +return A.U($async$uR,r)}, +Kw(a){var s,r=a==null +if(!r){s=a.i(0,"enabled") +s.toString +A.he(s)}else s=!1 +this.abQ(r?null:t.nc.a(a.i(0,"data")),s)}, +abQ(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.cv.x2$.push(new A.abu(q)) +s=q.a +if(b){p=q.a_F(a) +r=t.N +if(p==null){p=t.X +p=A.B(p,p)}r=new A.dc(p,q,null,"root",A.B(r,t.z4),A.B(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.d2(p) +q.b=null +if(q.a!=s){q.aq() +if(s!=null)s.m()}}, +AK(a){return this.a3B(a)}, +a3B(a){var s=0,r=A.V(t.H),q=this,p +var $async$AK=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:p=a.a +switch(p){case"push":q.Kw(t.pE.a(a.b)) +break +default:throw A.d(A.bP(p+" was invoked but isn't implemented by "+A.u(q).j(0)))}return A.T(null,r)}}) +return A.U($async$AK,r)}, +a_F(a){if(a==null)return null +return t.J1.a(B.aq.fb(A.rk(a.buffer,a.byteOffset,a.byteLength)))}, +Tp(a){var s=this +s.r.D(0,a) +if(!s.f){s.f=!0 +$.cv.x2$.push(new A.abv(s))}}, +IB(){var s,r,q,p,o,n=this +if(!n.f)return +n.f=!1 +for(s=n.r,r=A.dz(s,s.r),q=A.j(r).c;r.q();){p=r.d;(p==null?q.a(p):p).w=!1}s.M(0) +o=B.aq.bV(n.a.a) +B.kJ.hk("put",A.eh(o.buffer,o.byteOffset,o.byteLength),t.H)}, +abb(){if($.cv.y1$)return +this.IB()}} +A.abu.prototype={ +$1(a){this.a.d=!1}, +$S:3} +A.abv.prototype={ +$1(a){return this.a.IB()}, +$S:3} +A.dc.prototype={ +gqj(){var s=this.a.bm("c",new A.abr()) +s.toString +return t.pE.a(s)}, +gkY(){var s=this.a.bm("v",new A.abs()) +s.toString +return t.pE.a(s)}, +a8O(a,b){var s,r,q,p,o=this,n=o.f +if(n.X(a)||!o.gqj().X(a)){n=t.N +s=new A.dc(A.B(n,t.X),null,null,a,A.B(n,t.z4),A.B(n,t.I1)) +o.ob(s) +return s}r=t.N +q=o.c +p=o.gqj().i(0,a) +p.toString +s=new A.dc(t.pE.a(p),q,o,a,A.B(r,t.z4),A.B(r,t.I1)) +n.n(0,a,s) +return s}, +ob(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.vk(a) +a.d=s +s.Hp(a) +if(a.c!=s.c)s.KM(a)}}, +a05(a){this.vk(a) +a.d=null +if(a.c!=null){a.B7(null) +a.MB(this.gKL())}}, +nU(){var s,r=this +if(!r.w){r.w=!0 +s=r.c +if(s!=null)s.Tp(r)}}, +KM(a){a.B7(this.c) +a.MB(this.gKL())}, +B7(a){var s=this,r=s.c +if(r==a)return +if(s.w)if(r!=null)r.r.v(0,s) +s.c=a +if(s.w&&a!=null){s.w=!1 +s.nU()}}, +vk(a){var s,r,q,p=this +if(J.c(p.f.v(0,a.e),a)){p.gqj().v(0,a.e) +s=p.r +r=s.i(0,a.e) +if(r!=null){q=J.ci(r) +p.IP(q.dW(r)) +if(q.gP(r))s.v(0,a.e)}s=p.gqj() +if(s.gP(s))p.a.v(0,"c") +p.nU() +return}s=p.r +q=s.i(0,a.e) +if(q!=null)J.aub(q,a) +q=s.i(0,a.e) +q=q==null?null:J.v_(q) +if(q===!0)s.v(0,a.e)}, +Hp(a){var s=this +if(s.f.X(a.e)){J.ea(s.r.bm(a.e,new A.abq()),a) +s.nU() +return}s.IP(a) +s.nU()}, +IP(a){this.f.n(0,a.e,a) +this.gqj().n(0,a.e,a.a)}, +MC(a,b){var s=this.f.gbf(),r=this.r.gbf(),q=s.Dy(0,new A.fQ(r,new A.abt(),A.j(r).h("fQ"))) +J.apW(b?A.a1(q,!1,A.j(q).h("p.E")):q,a)}, +MB(a){return this.MC(a,!1)}, +afy(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.vk(r) +r.e=a +s=r.d +if(s!=null)s.Hp(r)}, +m(){var s,r=this +r.MC(r.ga04(),!0) +r.f.M(0) +r.r.M(0) +s=r.d +if(s!=null)s.vk(r) +r.d=null +r.B7(null) +r.x=!0}, +j(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.f(this.b)+")"}} +A.abr.prototype={ +$0(){var s=t.X +return A.B(s,s)}, +$S:112} +A.abs.prototype={ +$0(){var s=t.X +return A.B(s,s)}, +$S:112} +A.abq.prototype={ +$0(){return A.a([],t.QT)}, +$S:290} +A.abt.prototype={ +$1(a){return a}, +$S:291} +A.a_M.prototype={} +A.jm.prototype={ +LX(){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.I() +q=o.r.I() +p=o.c +p=p==null?null:p.I() +return A.K(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",o.w,"statusBarColor",s,"statusBarBrightness",r,"statusBarIconBrightness",q,"systemNavigationBarIconBrightness",p,"systemNavigationBarContrastEnforced",o.d],t.N,t.z)}, +j(a){return"SystemUiOverlayStyle("+this.LX().j(0)+")"}, +gt(a){var s=this +return A.I(s.a,s.b,s.d,s.e,s.f,s.r,s.w,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.jm)if(J.c(b.a,r.a))if(J.c(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.aeb.prototype={ +$0(){if(!J.c($.tn,$.arM)){B.cA.hk("SystemChrome.setSystemUIOverlayStyle",$.tn.LX(),t.H) +$.arM=$.tn}$.tn=null}, +$S:0} +A.P9.prototype={ +I(){return"SystemSoundType."+this.b}} +A.aek.prototype={ +iM(a){var s +if(a<0)return null +s=this.pu(a).a +return s>=0?s:null}, +iP(a){var s=this.pu(Math.max(0,a)).b +return s>=0?s:null}, +pu(a){var s,r=this.iM(a) +if(r==null)r=-1 +s=this.iP(a) +return new A.dx(r,s==null?-1:s)}} +A.F8.prototype={ +iM(a){var s +if(a<0)return null +s=this.a +return A.arK(s,Math.min(a,s.length)).b}, +iP(a){var s,r=this.a +if(a>=r.length)return null +s=A.arK(r,Math.max(0,a+1)) +return s.b+s.gH().length}, +pu(a){var s,r,q,p=this +if(a<0){s=p.iP(a) +return new A.dx(-1,s==null?-1:s)}else{s=p.a +if(a>=s.length){s=p.iM(a) +return new A.dx(s==null?-1:s,-1)}}r=A.arK(s,a) +s=r.b +if(s!==r.c)s=new A.dx(s,s+r.gH().length) +else{q=p.iP(a) +s=new A.dx(s,q==null?-1:q)}return s}} +A.a7i.prototype={ +pu(a){var s=this.a,r=Math.max(a,0),q=s.b.L.b.a.a.FN(new A.c0(r,B.V)) +s=s.a +r=s.a +s=s.b +return A.Pp(B.V,B.i.hM(q.a,r,s),B.i.hM(q.b,r,s),!1)}} +A.a2m.prototype={ +iM(a){return a<0?null:0}, +iP(a){var s=this.a.length +return a>=s?null:s}} +A.Aa.prototype={ +j(a){var s,r,q=this,p=", isDirectional: " +if(!q.gmU())return"TextSelection.invalid" +s=""+q.c +r=""+q.f +return q.a===q.b?"TextSelection.collapsed(offset: "+s+", affinity: "+q.e.j(0)+p+r+")":"TextSelection(baseOffset: "+s+", extentOffset: "+q.d+p+r+")"}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(!(b instanceof A.Aa))return!1 +if(!r.gmU())return!b.gmU() +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}, +gt(a){var s,r=this +if(!r.gmU())return A.I(-B.i.gt(1),-B.i.gt(1),A.h3(B.V),B.a,B.a,B.a,B.a,B.a,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.h3(r.e):A.h3(B.V) +return A.I(B.i.gt(r.c),B.i.gt(r.d),s,B.dO.gt(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.acy.prototype={ +I(){return"SelectionChangedCause."+this.b}} +A.Pl.prototype={ +gZJ(){var s=this.c +s===$&&A.b() +return s}, +v1(a){return this.a3m(a)}, +a3m(a){var s=0,r=A.V(t.z),q,p=2,o,n=this,m,l,k,j,i +var $async$v1=A.R(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a4(n.Ar(a),$async$v1) +case 7:k=c +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.aj(i) +l=A.az(i) +k=A.bu("during method call "+a.a) +A.di(new A.bK(m,l,"services library",k,new A.aeP(a),!1)) +throw i +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$v1,r)}, +Ar(a){return this.a2y(a)}, +a2y(a){var s=0,r=A.V(t.z),q,p=this,o,n,m,l,k,j +var $async$Ar=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:j=a.a +if(j==="TextInputClient.focusElement"){p.f.i(0,J.fo(t.j.a(a.b),0)) +s=1 +break}else if(j==="TextInputClient.requestElementsInRect"){o=J.le(t.j.a(a.b),t.Jy) +n=A.j(o).h("X") +m=p.f +l=A.j(m).h("bl<1>") +k=l.h("ex>") +q=A.a1(new A.ex(new A.aX(new A.bl(m,l),new A.aeM(p,A.a1(new A.X(o,new A.aeN(),n),!0,n.h("bf.E"))),l.h("aX")),new A.aeO(p),k),!0,k.h("p.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.T(q,r)}}) +return A.U($async$Ar,r)}} +A.aeP.prototype={ +$0(){var s=null +return A.a([A.lx("call",this.a,!0,B.bF,s,!1,s,s,B.aS,s,!1,!0,!0,B.bU,s,t.O5)],t.D)}, +$S:13} +A.aeN.prototype={ +$1(a){return a}, +$S:292} +A.aeM.prototype={ +$1(a){this.a.f.i(0,a) +return!1}, +$S:22} +A.aeO.prototype={ +$1(a){var s=this.a.f.i(0,a).gog(),r=[a] +B.b.K(r,[s.gji(),s.gy0(),s.gdw(),s.gdt()]) +return r}, +$S:293} +A.A7.prototype={} +A.Vx.prototype={} +A.Z9.prototype={} +A.anL.prototype={ +$1(a){this.a.scm(a) +return!1}, +$S:30} +A.b_.prototype={} +A.bA.prototype={ +f4(a){this.b=a}, +kh(a){this.goU() +return!0}, +uZ(a,b){var s=this +if(A.j(s).h("fM").b(s))return s.ki(a,b) +return s.kh(a)}, +goU(){return!0}, +on(a){return!0}, +Fn(a,b){return this.on(a)?B.dP:B.fn}, +q8(a,b){var s=this +if(A.j(s).h("fM").b(s))return s.i_(a,b) +return s.fk(a)}, +BK(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +xQ(a){return this.a.v(0,a)}} +A.fM.prototype={ +ki(a,b){this.V_(a) +return!0}, +kh(a){return this.ki(a,null)}} +A.ne.prototype={ +fk(a){return this.c.$1(a)}} +A.a_u.prototype={ +acR(a,b,c){if(a.uZ(b,c))return new A.hd(!0,a.q8(b,c)) +return B.a56}} +A.jN.prototype={ +au(){return new A.AI(A.ax(t.od),new A.A(),B.t)}} +A.a_w.prototype={ +$1(a){t.L1.a(a.gaN()) +return!1}, +$S:59} +A.a_z.prototype={ +$1(a){var s=this,r=A.apZ(t.L1.a(a.gaN()),s.b,s.d) +if(r!=null){s.c.ue(a,null) +s.a.a=r +return!0}return!1}, +$S:59} +A.a_x.prototype={ +$1(a){var s=A.apZ(t.L1.a(a.gaN()),this.b,this.c) +if(s!=null){this.a.a=s +return!0}return!1}, +$S:59} +A.a_A.prototype={ +$1(a){var s=this,r=s.b,q=A.apZ(t.L1.a(a.gaN()),r,s.d),p=q!=null +if(p&&q.uZ(r,s.c)){A.auf(a) +s.a.a=q.q8(r,s.c)}return p}, +$S:59} +A.AI.prototype={ +aY(){this.bq() +this.M6()}, +a14(a){this.aL(new A.agI(this))}, +M6(){var s,r,q=this,p=q.a.d.gbf(),o=A.fX(p,A.j(p).h("p.E")),n=q.d.mC(o) +p=q.d +p.toString +s=o.mC(p) +for(p=n.gR(n),r=q.gJf();p.q();)p.gH().xQ(r) +for(p=s.gR(s);p.q();)p.gH().BK(r) +q.d=o}, +b3(a){this.bD(a) +this.M6()}, +m(){var s,r,q,p,o=this +o.bb() +for(s=o.d,s=A.dz(s,s.r),r=o.gJf(),q=A.j(s).c;s.q();){p=s.d;(p==null?q.a(p):p).xQ(r)}o.d=null}, +J(a){var s=this.a +return new A.AH(null,s.d,this.e,s.e,null)}} +A.agI.prototype={ +$0(){this.a.e=new A.A()}, +$S:0} +A.AH.prototype={ +bS(a){var s +if(this.w===a.w)s=!A.apq(a.r,this.r) +else s=!0 +return s}} +A.PY.prototype={ +fk(a){a.ah6() +return null}} +A.I0.prototype={ +on(a){return this.c}, +fk(a){}} +A.pS.prototype={} +A.q5.prototype={} +A.iQ.prototype={} +A.HY.prototype={} +A.kq.prototype={} +A.Nd.prototype={ +ki(a,b){var s,r,q,p,o,n=$.aL.a4$.f.c +if(n==null||n.e==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=B.RN[r] +p=n.e +p.toString +o=A.aq0(p,q,s) +if(o!=null&&o.uZ(q,b)){this.e=o +this.f=q +return!0}}return!1}, +kh(a){return this.ki(a,null)}, +i_(a,b){var s,r=this.e +r===$&&A.b() +s=this.f +s===$&&A.b() +r.q8(s,b)}, +fk(a){return this.i_(a,null)}} +A.Vq.prototype={ +JN(a,b,c){var s +a.f4(this.gmz()) +s=a.q8(b,c) +a.f4(null) +return s}, +i_(a,b){var s=this,r=A.aq_(s.gxf(),A.j(s).c) +return r==null?s.acT(a,s.b,b):s.JN(r,a,b)}, +fk(a){return this.i_(a,null)}, +goU(){var s=this,r=A.aq0(s.gxf(),null,A.j(s).c) +if(r!=null){r.f4(s.gmz()) +r.goU() +r.f4(null)}else s.gmz().goU() +return!0}, +ki(a,b){var s,r=this,q=A.aq_(r.gxf(),A.j(r).c),p=q==null +if(!p)q.f4(r.gmz()) +s=(p?r.gmz():q).uZ(a,b) +if(!p)q.f4(null) +return s}, +kh(a){return this.ki(a,null)}, +on(a){var s,r=this,q=A.aq_(r.gxf(),A.j(r).c),p=q==null +if(!p)q.f4(r.gmz()) +s=(p?r.gmz():q).on(a) +if(!p)q.f4(null) +return s}} +A.C6.prototype={ +JN(a,b,c){var s +c.toString +a.f4(new A.B0(c,this.e,new A.by(A.a([],t.tq),t.wS),this.$ti.h("B0<1>"))) +s=a.q8(b,c) +a.f4(null) +return s}, +acT(a,b,c){var s=this.e +if(b==null)return s.i_(a,c) +else return s.i_(a,c)}, +gmz(){return this.e}, +gxf(){return this.f}} +A.B0.prototype={ +f4(a){this.d.f4(a)}, +kh(a){return this.d.ki(a,this.c)}, +goU(){this.d.goU() +return!0}, +on(a){return this.d.on(a)}, +BK(a){var s +this.UZ(a) +s=this.d.a +s.b=!0 +s.a.push(a)}, +xQ(a){this.V0(a) +this.d.a.v(0,a)}, +fk(a){return this.d.i_(a,this.c)}} +A.S0.prototype={} +A.RZ.prototype={} +A.Uz.prototype={} +A.DB.prototype={ +f4(a){this.UY(a) +this.e.f4(a)}} +A.v9.prototype={ +au(){return new A.Sb(null,null,B.t)}} +A.Sb.prototype={ +J(a){var s=this.a +return new A.Sa(s.d,B.ak,s.f,null,this,B.aR,s.c,null)}} +A.Sa.prototype={ +aO(a){var s=this +return A.aLs(s.e,s.y,s.f,s.r,s.w,A.d7(a),s.x)}, +aS(a,b){var s,r=this +b.sf7(r.e) +b.swu(r.r) +b.safO(r.w) +b.sa9Z(r.f) +b.sagF(r.x) +b.sbA(A.d7(a)) +s=r.y +if(s!==b.mI){b.mI=s +b.aC() +b.by()}}} +A.YM.prototype={ +m(){var s=this,r=s.de$ +if(r!=null)r.N(s.go5()) +s.de$=null +s.bb()}, +cB(){this.en() +this.dO() +this.o6()}} +A.tS.prototype={ +j(a){return"Entry#"+A.b1(this)+"("+this.d.j(0)+")"}} +A.va.prototype={ +au(){return new A.Sc(A.ax(t.me),B.SV,null,null,B.t)}, +agi(a,b){return A.aAv().$2(a,b)}, +ado(a,b){return A.aQT().$2(a,b)}} +A.Sc.prototype={ +aY(){this.bq() +this.Hq(!1)}, +b3(a){var s,r,q=this +q.bD(a) +s=q.a +s.toString +r=q.d +if(r!=null){s=s.c +r=r.d +s=!(A.u(s)===A.u(r)&&J.c(s.a,r.a))}else s=!0 +if(s){++q.r +q.Hq(!0)}else{s=q.d +if(s!=null){s.d=q.a.c +q.a7e(s) +q.f=null}}}, +Hq(a){var s,r=this,q=r.d +if(q!=null){r.e.D(0,q) +r.d.a.hq() +r.d=r.f=null}q=r.a +s=A.ds(null,q.d,null,null,r) +r.a.toString +r.d=r.a3O(A.eY(B.ak,s,B.ak),A.aAv(),r.a.c,s) +if(a)s.cP() +else s.sl(1)}, +a3O(a,b,c,d){var s=b.$2(c,a),r=this.r,q=s.a,p=new A.tS(d,a,new A.o_(s,q!=null?new A.fy(q,t.gz):new A.fy(r,t.zm)),c) +a.a.f6(new A.ah1(this,p,d)) +return p}, +a7e(a){var s=a.c +a.c=new A.o_(this.a.agi(a.d,a.b),s.a)}, +a4Y(){if(this.f==null){var s=this.e +this.f=A.xI(new A.k_(s,new A.ah2(),A.j(s).h("k_")),t.l7)}}, +m(){var s,r,q,p,o,n=this.d +if(n!=null)n.a.m() +for(n=this.e,n=A.dz(n,n.r),s=A.j(n).c;n.q();){r=n.d +r=(r==null?s.a(r):r).a +r.r.m() +r.r=null +q=r.cE$ +q.b=!1 +B.b.M(q.a) +p=q.c +if(p===$){o=A.cT(q.$ti.c) +q.c!==$&&A.O() +q.c=o +p=o}if(p.a>0){p.b=p.c=p.d=p.e=null +p.a=0}q=r.cD$ +q.b=!1 +B.b.M(q.a) +p=q.c +if(p===$){o=A.cT(q.$ti.c) +q.c!==$&&A.O() +q.c=o +p=o}if(p.a>0){p.b=p.c=p.d=p.e=null +p.a=0}r.ud()}this.Y4()}, +J(a){var s,r,q,p,o=this +o.a4Y() +s=o.a +s.toString +r=o.d +r=r==null?null:r.c +q=o.f +q.toString +p=A.a6(q).h("aX<1>") +p=A.fX(new A.aX(q,new A.ah3(o),p),p.h("p.E")) +return s.ado(r,A.a1(p,!0,A.j(p).h("bG.E")))}} +A.ah1.prototype={ +$1(a){var s +if(a===B.a4){s=this.a +s.aL(new A.ah0(s,this.b)) +this.c.m()}}, +$S:4} +A.ah0.prototype={ +$0(){var s=this.a +s.e.v(0,this.b) +s.f=null}, +$S:0} +A.ah2.prototype={ +$1(a){return a.c}, +$S:297} +A.ah3.prototype={ +$1(a){var s=this.a.d +s=s==null?null:s.c.a +return!J.c(a.a,s)}, +$S:298} +A.Du.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.vh.prototype={ +aO(a){var s=new A.yY(this.e,!0,null,A.aw(),this.$ti.h("yY<1>")) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sl(this.e) +b.sUr(!0)}} +A.Ap.prototype={ +au(){return new A.Dh(B.t)}} +A.Dh.prototype={ +ga2M(){$.aL.toString +var s=$.aY() +if(s.gCN()!=="/"){$.aL.toString +s=s.gCN()}else{this.a.toString +$.aL.toString +s=s.gCN()}return s}, +a_J(a){switch(this.d){case null:case void 0:case B.dA:case B.iD:return!0 +case B.eY:case B.iE:case B.eZ:A.arN(a.a) +return!0}}, +CQ(a){this.d=a +this.X4(a)}, +aY(){var s=this +s.bq() +s.a73() +$.aL.toString +s.w=s.KZ($.aY().a.f,s.a.go) +$.aL.aV$.push(s) +s.d=$.aL.p3$}, +b3(a){this.bD(a) +this.Mq(a)}, +m(){B.b.v($.aL.aV$,this) +var s=this.e +if(s!=null)s.m() +this.bb()}, +I4(){var s=this.e +if(s!=null)s.m() +this.f=this.e=null}, +Mq(a){var s,r=this +r.a.toString +if(r.gMA()){r.I4() +if(r.r!=null){r.a.toString +a.toString +s=!1}else s=!0 +if(s){s=r.a.c +r.r=new A.nI(r,t.TX)}}else{r.I4() +r.r=null}}, +a73(){return this.Mq(null)}, +gMA(){var s=this.a +if(s.Q==null){s=s.as +s=s==null?null:s.gbI(s) +if(s!==!0){this.a.toString +s=!1}else s=!0}else s=!0 +return s}, +a3Z(a){var s=this,r=a.a,q=r==="/"&&s.a.Q!=null?new A.amD(s):s.a.as.i(0,r) +if(q!=null)return s.a.f.$1$2(a,q,t.z) +s.a.toString +return null}, +a4f(a){return this.a.at.$1(a)}, +wl(){var s=0,r=A.V(t.y),q,p=this,o,n +var $async$wl=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.gct() +if(n==null){q=!1 +s=1 +break}q=n.Qr() +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$wl,r)}, +rf(a){return this.aac(a)}, +aac(a){var s=0,r=A.V(t.y),q,p=this,o,n,m,l +var $async$rf=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.gct() +if(n==null){q=!1 +s=1 +break}m=a.gkD() +o=m.gcR().length===0?"/":m.gcR() +l=m.gkt() +l=l.gP(l)?null:m.gkt() +o=A.Dc(m.ghY().length===0?null:m.ghY(),null,o,null,null,l,null,null).gqs() +o=n.Ba(A.mW(o,0,o.length,B.a1,!1),null,t.X) +o.toString +n.xN(o) +q=!0 +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$rf,r)}, +KZ(a,b){this.a.toString +return A.aR0(a,b)}, +Oy(a){var s=this,r=s.KZ(a,s.a.go) +if(!r.k(0,s.w))s.aL(new A.amF(s,r))}, +J(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={} +g.a=null +i.a.toString +if(i.gMA()){s=i.r +r=i.ga2M() +q=i.a +q=q.ch +q.toString +g.a=A.avD(!0,A.awE(B.z,r,s,q,A.aBs(),i.ga3Y(),h,i.ga4e(),B.SW,!0,"nav"),"Navigator Scope",h,h)}else i.a.toString +g.b=null +s=i.a +s.toString +p=new A.es(new A.amE(g,i),h) +g.b=p +g.b=A.qq(p,h,h,B.cN,!0,s.db,h,h,B.bg) +s=i.a +r=s.cx +s=s.dx +s=A.Q(255,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255) +g=g.b +q=i.a +q.toString +o=i.w +o.toString +n=A.aN8() +m=A.r7($.aDH(),t.u,t.od) +l=t.tq +k=t.wS +m.n(0,B.FI,new A.C6(new A.t0(new A.by(A.a([],l),k)),a,!1,!1,!1,!1,new A.by(A.a([],l),k),t.x5.h("C6"))) +l=A.art() +k=t.a9 +j=A.a([],k) +B.b.K(j,i.a.fr) +j.push(B.Iu) +k=A.a(j.slice(0),k) +return new A.zb(new A.zC(new A.ei(i.ga_I(),A.arF(new A.HM(A.a_v(m,A.avE(new A.Pe(new A.zD(new A.xM(o,k,new A.Px(r,s,g,h),h),h),h),l)),h),"",n),h,t.w3),h),q.p4,h)}} +A.amD.prototype={ +$1(a){var s=this.a.a.Q +s.toString +return s}, +$S:6} +A.amF.prototype={ +$0(){this.a.w=this.b}, +$S:0} +A.amE.prototype={ +$1(a){return this.b.a.CW.$2(a,this.a.a)}, +$S:6} +A.ZI.prototype={} +A.ji.prototype={ +au(){var s=this.$ti +return new A.CV(B.t,s.h("@").ah(s.h("ji.S")).h("CV<1,2>"))}} +A.CV.prototype={ +aY(){var s,r,q=this,p=null +q.bq() +s=q.a +r=s.f +if(r==null)s=new A.eq(B.jv,p,p,p,A.j(s).h("eq<1>")) +else s=new A.eq(B.jv,r,p,p,A.j(s).h("eq<1>")) +q.e=s +q.HJ()}, +b3(a){var s,r=this +r.bD(a) +if(!a.c.k(0,r.a.c)){if(r.d!=null){r.HK() +r.a.toString +s=r.e +s===$&&A.b() +r.e=new A.eq(B.jv,s.b,s.c,s.d,s.$ti)}r.HJ()}}, +J(a){var s,r=this.a +r.toString +s=this.e +s===$&&A.b() +return r.Cb(a,s)}, +m(){this.HK() +this.bb()}, +HJ(){var s,r=this +r.d=r.a.c.lx(new A.alY(r),new A.alZ(r),new A.am_(r)) +r.a.toString +s=r.e +s===$&&A.b() +r.e=new A.eq(B.JJ,s.b,s.c,s.d,s.$ti)}, +HK(){var s=this.d +if(s!=null){s.bd() +this.d=null}}} +A.alY.prototype={ +$1(a){var s=this.a +s.aL(new A.alX(s,a))}, +$S(){return this.a.$ti.h("~(1)")}} +A.alX.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s.e===$&&A.b() +s.e=new A.eq(B.ny,this.b,null,null,A.j(r).h("eq<1>"))}, +$S:0} +A.am_.prototype={ +$2(a,b){var s=this.a +s.aL(new A.alV(s,a,b))}, +$S:26} +A.alV.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s.e===$&&A.b() +s.e=new A.eq(B.ny,null,this.b,this.c,A.j(r).h("eq<1>"))}, +$S:0} +A.alZ.prototype={ +$0(){var s=this.a +s.aL(new A.alW(s))}, +$S:0} +A.alW.prototype={ +$0(){var s,r=this.a +r.a.toString +s=r.e +s===$&&A.b() +r.e=new A.eq(B.JK,s.b,s.c,s.d,s.$ti)}, +$S:0} +A.qk.prototype={ +I(){return"ConnectionState."+this.b}} +A.eq.prototype={ +j(a){var s=this +return"AsyncSnapshot("+s.a.j(0)+", "+A.f(s.b)+", "+A.f(s.c)+", "+A.f(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.c(b.b,s.b)&&J.c(b.c,s.c)&&b.d==s.d}, +gt(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.zW.prototype={ +Cb(a,b){return this.e.$2(a,b)}} +A.a6T.prototype={} +A.Jx.prototype={ +m(){this.aq() +this.dA()}} +A.vo.prototype={ +zY(){this.mJ$=new A.Jx($.aO()) +this.c.dH(new A.a6T())}, +y7(){var s,r=this +if(r.gFG()){if(r.mJ$==null)r.zY()}else{s=r.mJ$ +if(s!=null){s.aq() +s.dA() +r.mJ$=null}}}, +J(a){if(this.gFG()&&this.mJ$==null)this.zY() +return B.afS}} +A.Vf.prototype={ +J(a){throw A.d(A.Iy("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +A.Yf.prototype={ +G9(a,b){}, +n1(a){A.az1(this,new A.amp(this,a))}} +A.amp.prototype={ +$1(a){var s=a.y +if(s!=null&&s.p(0,this.a))a.bv()}, +$S:9} +A.amo.prototype={ +$1(a){A.az1(a,this.a)}, +$S:9} +A.Yg.prototype={ +bZ(){return new A.Yf(A.i1(null,null,null,t.h,t.X),this,B.ae)}} +A.hn.prototype={ +bS(a){return this.w!==a.w}} +A.nl.prototype={ +aO(a){var s=new A.Ny(this.e,this.f,this.r,!1,!1,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sxy(this.e) +b.sPm(this.f) +b.sxI(this.r) +b.ds=b.c_=!1}, +rg(a){a.sxy(null) +a.sPm(null)}} +A.qf.prototype={ +aO(a){var s=new A.Nv(null,this.f,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.soi(null) +b.sqS(this.f)}, +rg(a){a.soi(null)}} +A.Fu.prototype={ +aO(a){var s=new A.Nu(this.e,A.d7(a),null,B.d_,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sC6(this.e) +b.sqS(B.d_) +b.soi(null) +b.sbA(A.d7(a))}} +A.Fr.prototype={ +aO(a){var s=new A.Nt(this.e,this.f,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.soi(this.e) +b.sqS(this.f)}, +rg(a){a.soi(null)}} +A.N0.prototype={ +aO(a){var s=this,r=new A.NK(s.e,s.r,s.w,s.y,s.x,null,s.f,null,A.aw()) +r.aQ() +r.sb7(null) +return r}, +aS(a,b){var s=this +b.sd_(s.e) +b.sqS(s.f) +b.sC6(s.r) +b.sfc(s.w) +b.sal(s.x) +b.sc5(s.y)}} +A.N1.prototype={ +aO(a){var s=this,r=new A.NL(s.r,s.x,s.w,s.e,s.f,null,A.aw()) +r.aQ() +r.sb7(null) +return r}, +aS(a,b){var s=this +b.soi(s.e) +b.sqS(s.f) +b.sfc(s.r) +b.sal(s.w) +b.sc5(s.x)}} +A.tB.prototype={ +aO(a){var s=this,r=A.d7(a),q=new A.NQ(s.w,null,A.aw()) +q.aQ() +q.sb7(null) +q.sbY(s.e) +q.sf7(s.r) +q.sbA(r) +q.smM(s.x) +q.sQG(null) +return q}, +aS(a,b){var s=this +b.sbY(s.e) +b.sQG(null) +b.sf7(s.r) +b.sbA(A.d7(a)) +b.c_=s.w +b.smM(s.x)}} +A.qF.prototype={ +aO(a){var s=new A.yZ(B.mp,B.ai,A.d7(a),B.z,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sDx(B.mp) +b.sf7(B.ai) +b.sbA(A.d7(a)) +if(B.z!==b.fi){b.fi=B.z +b.aC() +b.by()}}} +A.IL.prototype={ +aO(a){var s=new A.ND(this.e,this.f,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sagk(this.e) +b.ac=this.f}} +A.cG.prototype={ +aO(a){var s=new A.NJ(this.e,A.d7(a),null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.scQ(this.e) +b.sbA(A.d7(a))}} +A.hQ.prototype={ +aO(a){var s=new A.NN(this.f,this.r,this.e,A.d7(a),null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sf7(this.e) +b.sagJ(this.f) +b.sach(this.r) +b.sbA(A.d7(a))}} +A.vz.prototype={} +A.HB.prototype={ +aO(a){var s=new A.Nz(this.e,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sCP(this.e)}} +A.xB.prototype={ +qH(a){var s,r,q=a.b +q.toString +t.Wz.a(q) +s=this.f +if(q.e!==s){q.e=s +r=a.d +if(r instanceof A.L)r.a3()}}} +A.w6.prototype={ +aO(a){var s=new A.Nx(this.e,0,null,null,A.aw()) +s.aQ() +s.K(0,null) +return s}, +aS(a,b){b.sCP(this.e)}} +A.h7.prototype={ +aO(a){return A.axh(A.q2(this.f,this.e))}, +aS(a,b){b.sMX(A.q2(this.f,this.e))}, +cS(){var s,r=this,q=r.e +if(q===1/0&&r.f===1/0)s="SizedBox.expand" +else s=q===0&&r.f===0?"SizedBox.shrink":"SizedBox" +q=r.a +return q==null?s:s+"-"+q.j(0)}} +A.hT.prototype={ +aO(a){return A.axh(this.e)}, +aS(a,b){b.sMX(this.e)}} +A.JK.prototype={ +aO(a){var s=new A.NF(this.e,this.f,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sadS(this.e) +b.sadR(this.f)}} +A.rr.prototype={ +aO(a){var s=new A.NI(this.e,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sxo(this.e)}, +bZ(){return new A.Vk(this,B.ae)}} +A.Vk.prototype={} +A.zT.prototype={ +aO(a){var s=A.d7(a) +s=new A.z3(this.e,s,this.r,B.aR,A.aw(),0,null,null,A.aw()) +s.aQ() +s.K(0,null) +return s}, +aS(a,b){var s +b.sf7(this.e) +s=A.d7(a) +b.sbA(s) +s=this.r +if(b.aX!==s){b.aX=s +b.a3()}if(B.aR!==b.a4){b.a4=B.aR +b.aC() +b.by()}}} +A.rF.prototype={ +qH(a){var s,r,q,p=this,o=a.b +o.toString +t.T.a(o) +s=p.f +if(o.w!=s){o.w=s +r=!0}else r=!1 +s=p.r +if(o.e!=s){o.e=s +r=!0}s=p.w +if(o.f!=s){o.f=s +r=!0}s=p.x +if(o.r!=s){o.r=s +r=!0}s=p.y +if(o.x!=s){o.x=s +r=!0}if(r){q=a.d +if(q instanceof A.L)q.a3()}}} +A.N8.prototype={ +J(a){var s=this,r=a.ak(t.I) +r.toString +return A.aL1(s.f,s.x,null,null,s.c,r.w,s.d,s.r)}} +A.It.prototype={ +ga3L(){switch(this.e.a){case 0:return!0 +case 1:var s=this.w +return s===B.nz||s===B.nA}}, +tM(a){var s=this.x +s=this.ga3L()?A.d7(a):null +return s}, +aO(a){var s=this +return A.aLt(B.z,s.w,s.e,s.f,s.r,s.z,s.tM(a),s.y)}, +aS(a,b){var s=this +b.smD(s.e) +b.sQh(s.f) +b.sQi(s.r) +b.swg(s.w) +b.sbA(s.tM(a)) +b.sSo(s.y) +b.sRZ(s.z) +if(B.z!==b.bw){b.bw=B.z +b.aC() +b.by()}}} +A.oI.prototype={} +A.FB.prototype={} +A.Iu.prototype={ +qH(a){var s,r,q,p=a.b +p.toString +t.US.a(p) +s=this.f +if(p.e!==s){p.e=s +r=!0}else r=!1 +s=this.r +if(p.f!==s){p.f=s +r=!0}if(r){q=a.d +if(q instanceof A.L)q.a3()}}} +A.In.prototype={} +A.RK.prototype={ +aO(a){var s=A.d7(a) +s=new A.NS(B.bj,B.id,0,B.id,this.x,B.FR,s,B.cQ,B.z,A.aw(),0,null,null,A.aw()) +s.aQ() +s.K(0,null) +return s}, +aS(a,b){var s +b.smD(B.bj) +b.sf7(B.id) +b.sUy(0) +b.safS(B.id) +b.safV(this.x) +b.swg(B.FR) +s=A.d7(a) +if(b.b4!=s){b.b4=s +b.a3()}if(b.aV!==B.cQ){b.aV=B.cQ +b.a3()}if(B.z!==b.bw){b.bw=B.z +b.aC() +b.by()}}} +A.z9.prototype={ +aO(a){var s,r,q,p,o=this,n=null,m=o.r +if(m==null){m=a.ak(t.I) +m.toString +m=m.w}s=o.x +r=o.y +q=A.ar8(a) +if(r.k(0,B.b3))r=new A.hJ(1) +p=s===B.du?"\u2026":n +s=new A.z0(A.aeR(p,q,o.z,o.as,o.e,o.f,m,o.ax,r,o.at),o.w,s,o.ch,!1,0,n,n,A.aw()) +s.aQ() +s.K(0,n) +s.sn9(o.ay) +return s}, +aS(a,b){var s,r=this +b.sav(r.e) +b.sFe(r.f) +s=r.r +if(s==null){s=a.ak(t.I) +s.toString +s=s.w}b.sbA(s) +b.sUt(r.w) +b.saeo(r.x) +b.sej(r.y) +b.sEd(r.z) +b.sUT(r.as) +b.sFg(r.at) +b.sS_(r.ax) +s=A.ar8(a) +b.sE7(s) +b.sn9(r.ay) +b.sTZ(r.ch)}} +A.abA.prototype={ +$0(){return this.a.a}, +$S:303} +A.abB.prototype={ +$0(){return this.a.b}, +$S:54} +A.Ni.prototype={ +aO(a){var s=this,r=s.d +r=r==null?null:r.dR() +r=new A.NE(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.aw()) +r.aQ() +r.a6N() +return r}, +aS(a,b){var s=this,r=s.d +b.sfT(r==null?null:r.dR()) +b.aw=s.e +b.sdw(s.f) +b.sdt(s.r) +b.syt(s.w) +b.sal(s.x) +b.seh(s.y) +b.sa9_(s.Q) +b.sDx(s.as) +b.sf7(s.at) +b.safA(s.ax) +b.sa8I(s.ay) +b.sadP(!1) +b.sbA(null) +b.sx5(s.CW) +b.sx7(!1) +b.smM(s.z)}, +rg(a){a.sfT(null)}} +A.JQ.prototype={ +aO(a){var s=this,r=null,q=new A.NM(s.e,r,s.r,r,s.x,s.y,r,r,s.as,s.at,r,A.aw()) +q.aQ() +q.sb7(r) +return q}, +aS(a,b){var s=this +b.cI=s.e +b.ey=null +b.bW=s.r +b.cJ=null +b.bL=s.x +b.cC=s.y +b.ix=b.d3=null +b.mI=s.as +b.F=s.at}} +A.LY.prototype={ +aO(a){var s=this +return A.aLv(s.w,null,s.e,s.r,s.f,!0)}, +aS(a,b){var s,r=this +b.ey=r.e +b.bW=r.f +b.cJ=r.r +s=r.w +if(!b.bL.k(0,s)){b.bL=s +b.aC()}if(b.F!==B.b5){b.F=B.b5 +b.aC()}}} +A.ii.prototype={ +aO(a){var s=new A.NP(null,A.aw()) +s.aQ() +s.sb7(null) +return s}} +A.qU.prototype={ +aO(a){var s=new A.z_(this.e,null,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sPM(this.e) +b.sDR(null)}} +A.Ee.prototype={ +aO(a){var s=new A.yW(!1,null,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sMK(!1) +b.sDR(null)}} +A.Oq.prototype={ +aO(a){var s=this,r=new A.z2(s.e,s.f,s.r,!1,!1,s.Jb(a),null,A.aw()) +r.aQ() +r.sb7(null) +r.M8(r.F) +return r}, +Jb(a){var s=this.e,r=s.R8 +if(r!=null)return r +if(!(s.fy!=null||s.id!=null||s.p1!=null||s.p3!=null))return null +return A.d7(a)}, +aS(a,b){var s=this +b.sa9j(s.f) +b.saaW(s.r) +b.saaR(!1) +b.sa8q(!1) +b.sRa(s.e) +b.sbA(s.Jb(a))}} +A.LU.prototype={ +aO(a){var s=new A.NG(null,A.aw()) +s.aQ() +s.sb7(null) +return s}} +A.EL.prototype={ +aO(a){var s=new A.Nr(!0,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.sa8r(!0)}} +A.wz.prototype={ +aO(a){var s=new A.NC(this.e,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){b.saaS(this.e)}} +A.o_.prototype={ +J(a){return this.c}} +A.es.prototype={ +J(a){return this.c.$1(a)}} +A.vM.prototype={ +aO(a){var s=new A.Cf(this.e,B.b5,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){t.ri.a(b).sal(this.e)}} +A.Cf.prototype={ +sal(a){if(a.k(0,this.cI))return +this.cI=a +this.aC()}, +aK(a,b){var s,r,q,p,o=this,n=o.gC() +if(n.a>0&&n.b>0){n=a.gcc() +s=o.gC() +r=b.a +q=b.b +p=$.ak().bk() +p.sal(o.cI) +n.cl(new A.D(r,q,r+s.a,q+s.b),p)}n=o.id$ +if(n!=null)a.fn(n,b)}} +A.amH.prototype={ +$1(a){var s=a==null?t.K.a(a):a +return this.a.lq(s)}, +$S:304} +A.ix.prototype={ +wl(){return A.dW(!1,t.y)}, +rf(a){var s=null,r=a.gkD(),q=r.gcR().length===0?"/":r.gcR(),p=r.gkt() +p=p.gP(p)?s:r.gkt() +q=A.Dc(r.ghY().length===0?s:r.ghY(),s,q,s,s,p,s,s).gqs() +A.mW(q,0,q.length,B.a1,!1) +return A.dW(!1,t.y)}, +Oz(){}, +OB(){}, +OA(){}, +Oy(a){}, +CQ(a){}, +CX(){var s=0,r=A.V(t.s1),q +var $async$CX=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:q=B.mf +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$CX,r)}} +A.Aq.prototype={ +wO(){var s=0,r=A.V(t.s1),q,p=this,o,n,m,l +var $async$wO=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:o=A.a1(p.aV$,!0,t.X5),n=o.length,m=!1,l=0 +case 3:if(!(l=s.b&&s.c>=s.d) +else s=!0}else s=!1 +if(s)m=new A.JK(0,0,new A.hT(B.mo,n,n),n) +else{s=o.d +if(s!=null)m=new A.hQ(s,n,n,m,n)}r=o.ga4i() +if(r!=null)m=new A.cG(r,m,n) +s=o.f +if(s!=null)m=new A.vM(s,m,n) +s=o.as +if(s!==B.z){q=A.d7(a) +p=o.r +p.toString +m=A.aqd(m,s,new A.Tg(q==null?B.e:q,p))}s=o.r +if(s!=null)m=A.HF(m,s,B.dK) +s=o.w +if(s!=null)m=A.HF(m,s,B.nK) +s=o.x +if(s!=null)m=new A.hT(s,m,n) +s=o.y +if(s!=null)m=new A.cG(s,m,n) +s=o.z +if(s!=null)m=A.afq(o.Q,m,n,s,!0) +m.toString +return m}} +A.Tg.prototype={ +ye(a){return this.c.yf(new A.D(0,0,0+a.a,0+a.b),this.b)}, +yI(a){return!a.c.k(0,this.c)||a.b!==this.b}} +A.lv.prototype={ +lS(a,b){return A.a1O(b,this.w,null,this.y,this.x)}, +bS(a){return!J.c(this.w,a.w)||!J.c(this.x,a.x)||!J.c(this.y,a.y)}} +A.a1P.prototype={ +$1(a){var s=a.ak(t.Uf) +if(s==null)s=B.fb +return A.a1O(this.e,s.w,this.a,this.d,s.x)}, +$S:305} +A.Vg.prototype={ +J(a){throw A.d(A.Iy("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.HM.prototype={ +a0L(){return $.aC6()}, +J(a){var s=A.arF(this.c,"",this.a0L()) +return A.arF(s,"",A.aHD())}} +A.HZ.prototype={ +J(a){var s=A.cU(a,null,t.m).w,r=s.a,q=r.a,p=r.b,o=A.aHQ(a),n=A.aHO(o,r),m=A.aHP(A.aHS(new A.D(0,0,0+q,0+p),A.aHR(s)),n) +return new A.cG(new A.b5(m.a,m.b,q-m.c,p-m.d),A.oe(this.d,s.afv(m),null),null)}} +A.a2k.prototype={ +$1(a){var s +if(!a.gog().geH().agT(0,0)){a.gGx() +s=!1}else s=!0 +return s}, +$S:163} +A.a2l.prototype={ +$1(a){return a.gog()}, +$S:307} +A.I_.prototype={ +gaE(){var s=this.a +if(s==null)return null +s=s.c +s.toString +return s}} +A.qv.prototype={ +au(){return new A.Bd(A.rJ(null),A.rJ(null),B.t)}, +abh(a,b,c){return this.d.$3(a,b,c)}, +afN(a,b,c){return this.e.$3(a,b,c)}} +A.Bd.prototype={ +aY(){var s,r=this +r.bq() +r.d=r.a.c.gbg() +s=r.a.c +s.bE() +s=s.cE$ +s.b=!0 +s.a.push(r.gzh()) +r.IG()}, +HF(a){var s,r=this,q=r.d +q===$&&A.b() +s=r.ZC(a,q) +r.d=s +if(q!==s)r.IG()}, +b3(a){var s,r,q=this +q.bD(a) +s=a.c +if(s!==q.a.c){r=q.gzh() +s.dv(r) +s=q.a.c +s.bE() +s=s.cE$ +s.b=!0 +s.a.push(r) +q.HF(q.a.c.gbg())}}, +ZC(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}}, +IG(){var s=this,r=s.d +r===$&&A.b() +switch(r.a){case 0:case 1:s.e.sdi(s.a.c) +s.f.sdi(B.ci) +break +case 2:case 3:s.e.sdi(B.dF) +s.f.sdi(new A.h5(s.a.c,new A.by(A.a([],t.F),t.R),0)) +break}}, +m(){this.a.c.dv(this.gzh()) +this.bb()}, +J(a){var s=this.a +return s.abh(a,this.e,s.afN(a,this.f,s.f))}} +A.lT.prototype={ +I(){return"KeyEventResult."+this.b}} +A.Sq.prototype={} +A.a3Y.prototype={ +am(){var s,r=this.a +if(r.ax===this){if(!r.glr()){s=r.w +s=s!=null&&s.e===r}else s=!0 +if(s)r.Fs(B.FL) +s=r.w +if(s!=null){if(s.c===r)s.c=null +s.d.v(0,r)}s=r.Q +if(s!=null)s.a59(r) +r.ax=null}}, +F8(a){var s,r=this.a +if(r.ax===this){s=r.e +s.toString +a=A.aqS(s,!0,!0);(a==null?r.e.f.f.b:a).B2(r)}}, +RI(){return this.F8(null)}} +A.PI.prototype={ +I(){return"UnfocusDisposition."+this.b}} +A.d_.prototype={ +gh1(){var s,r,q +if(this.a)return!0 +for(s=this.giq(),r=s.length,q=0;q"))}, +giq(){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.glr()){var s=this.w +if(s==null)s=null +else{s=s.c +s=s==null?null:B.b.p(s.giq(),this)}s=s===!0}else s=!0 +return s}, +glr(){var s=this.w +return(s==null?null:s.c)===this}, +gmZ(){return this.gfd()}, +gfd(){var s,r,q,p +for(s=this.giq(),r=s.length,q=0;q#"+s+q}, +$iai:1} +A.a4_.prototype={ +$1(a){return!a.gh1()&&a.gdc()}, +$S:15} +A.lB.prototype={ +gmZ(){return this}, +gtA(){if(!this.gdc())return B.Hd +return A.d_.prototype.gtA.call(this)}, +tZ(a){if(a.Q==null)this.B2(a) +if(this.gmP())a.kS(!0) +else a.o0()}, +kS(a){var s,r,q=this,p=q.fr +while(!0){if((p.length!==0?B.b.gB(p):null)!=null)s=!(p.length!==0?B.b.gB(p):null).gdc() +else s=!1 +if(!s)break +p.pop()}r=p.length!==0?B.b.gB(p):null +if(!a||r==null){if(q.gdc()){q.o0() +q.K4(q)}return}r.kS(!0)}} +A.lA.prototype={ +I(){return"FocusHighlightMode."+this.b}} +A.a3Z.prototype={ +I(){return"FocusHighlightStrategy."+this.b}} +A.wM.prototype={ +m(){var s=this.a,r=$.f9.hj$ +r===$&&A.b() +if(J.c(r.a,s.gPx())){$.fT.d5$.b.v(0,s.gPy()) +r=$.f9.hj$ +r===$&&A.b() +r.a=null}s.d=new A.qQ(A.bS(null,null,t.Su,t.S),t.op) +this.b.m() +this.dA()}, +v5(){if(this.r)return +this.r=!0 +A.e9(this.ga81())}, +a82(){var s,r,q,p,o,n,m,l,k,j,i,h=this +h.r=!1 +s=h.c +for(r=h.f,q=r.length,p=h.b,o=0;o")) +if(!s.gR(s).q())p=null +else p=b?s.gB(s):s.gE(s)}return p==null?a:p}, +a0u(a,b){return this.IR(a,!1,b)}, +acQ(a){}, +Cg(a,b){}, +Ly(a,b){var s,r,q,p,o=A.a40(a),n=A.aJ2(a,o,b) +for(s=A.ka(n,n.r);s.q();){r=s.d +q=n.i(0,r).b.Uu(n.i(0,r).c,b) +q=A.a(q.slice(0),A.a6(q)) +B.b.M(n.i(0,r).c) +B.b.K(n.i(0,r).c,q)}p=A.a([],t.bp) +if(n.a!==0&&n.X(o)){s=n.i(0,o) +s.toString +new A.a43(n,p).$1(s)}if(!!p.fixed$length)A.F(A.ac("removeWhere")) +B.b.d0(p,new A.a42(b),!0) +return p}, +Ke(a,b){var s,r,q,p,o,n,m=this,l=a.gmZ() +l.toString +m.nz(l) +m.rr$.v(0,l) +s=l.fr +r=s.length!==0?B.b.gB(s):null +s=r==null +if(s){q=b?m.a0u(a,!1):m.IR(a,!0,!1) +l=b?B.cH:B.cI +m.a.$2$alignmentPolicy(q,l) +return!0}if(s)r=l +p=m.Ly(l,r) +if(p.length<2)return!1 +if(b&&r===B.b.gB(p))switch(l.dy.a){case 1:r.Sd() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.gE(p),B.cH) +return!0}if(!b&&r===B.b.gE(p))switch(l.dy.a){case 1:r.Sd() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.gB(p),B.cI) +return!0}for(l=J.aA(b?p:new A.be(p,A.a6(p).h("be<1>"))),o=null;l.q();o=n){n=l.gH() +if(o===r){l=b?B.cH:B.cI +m.a.$2$alignmentPolicy(n,l) +return!0}}return!1}} +A.a41.prototype={ +$1(a){return a.gdc()&&!a.gh1()}, +$S:15} +A.a43.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.gP(o))q=o}n=J.apY(q,new A.a2f(new A.D(g.gaM().a,-1/0,g.gaM().c,1/0))) +if(!n.gP(n)){p=B.b.gE(A.aHL(g.gaM().gb2(),n)) +break}p=B.b.gE(A.aHM(g.gaM().gb2(),q)) +break +case B.bw:case B.by:q=k.a6c(b,g.gaM(),i.gtA()) +if(q.length===0){p=j +break}if(r!=null&&!r.d.gNk()){o=new A.aX(q,new A.a2g(r),A.a6(q).h("aX<1>")) +if(!o.gP(o))q=o}n=J.apY(q,new A.a2h(new A.D(-1/0,g.gaM().b,1/0,g.gaM().d))) +if(!n.gP(n)){p=B.b.gE(A.aHK(g.gaM().gb2(),n)) +break}p=B.b.gE(A.aHN(g.gaM().gb2(),q)) +break +default:p=j}if(p!=null){h=k.rr$ +m=h.i(0,i) +l=new A.u_(b,g) +if(m!=null)m.a.push(l) +else h.n(0,i,new A.Tr(A.a([l],t.Kj))) +switch(b){case B.bv:case B.by:k.a.$2$alignmentPolicy(p,B.cI) +break +case B.bx:case B.bw:k.a.$2$alignmentPolicy(p,B.cH) +break}return!0}return!1}} +A.al3.prototype={ +$1(a){return a.b===this.a}, +$S:311} +A.a29.prototype={ +$2(a,b){if(this.a)if(this.b)return B.c.aJ(a.gaM().b,b.gaM().b) +else return B.c.aJ(b.gaM().d,a.gaM().d) +else if(this.b)return B.c.aJ(a.gaM().a,b.gaM().a) +else return B.c.aJ(b.gaM().c,a.gaM().c)}, +$S:36} +A.a2b.prototype={ +$2(a,b){var s=a.gaM().gb2(),r=b.gaM().gb2(),q=this.a,p=A.aqx(q,s,r) +if(p===0)return A.aqw(q,s,r) +return p}, +$S:36} +A.a2a.prototype={ +$2(a,b){var s=a.gaM().gb2(),r=b.gaM().gb2(),q=this.a,p=A.aqw(q,s,r) +if(p===0)return A.aqx(q,s,r) +return p}, +$S:36} +A.a2c.prototype={ +$2(a,b){var s,r,q,p=this.a,o=a.gaM(),n=b.gaM(),m=o.a,l=p.a,k=o.c +m=Math.abs(m-l)=s.c}, +$S:15} +A.a25.prototype={ +$2(a,b){return B.c.aJ(a.gaM().gb2().a,b.gaM().gb2().a)}, +$S:36} +A.a26.prototype={ +$1(a){var s=this.a +return!a.gaM().k(0,s)&&a.gaM().gb2().b<=s.b}, +$S:15} +A.a27.prototype={ +$1(a){var s=this.a +return!a.gaM().k(0,s)&&a.gaM().gb2().b>=s.d}, +$S:15} +A.a28.prototype={ +$2(a,b){return B.c.aJ(a.gaM().gb2().b,b.gaM().gb2().b)}, +$S:36} +A.a22.prototype={ +$1(a){var s,r,q=this,p=q.b.a.pop().b,o=p.e +o.toString +o=A.ij(o) +s=$.aL.a4$.f.c.e +s.toString +if(o!=A.ij(s)){o=q.a +s=q.c +o.nz(s) +o.rr$.v(0,s) +return!1}switch(a){case B.bv:case B.by:r=B.cI +break +case B.bw:case B.bx:r=B.cH +break +default:r=null}q.a.a.$2$alignmentPolicy(p,r) +return!0}, +$S:313} +A.a2e.prototype={ +$1(a){var s=a.e +s.toString +return A.ij(s)===this.a}, +$S:15} +A.a2f.prototype={ +$1(a){var s=a.gaM().ef(this.a) +return!s.gP(s)}, +$S:15} +A.a2g.prototype={ +$1(a){var s=a.e +s.toString +return A.ij(s)===this.a}, +$S:15} +A.a2h.prototype={ +$1(a){var s=a.gaM().ef(this.a) +return!s.gP(s)}, +$S:15} +A.dB.prototype={ +gOD(){var s=this.d +if(s==null){s=this.c.e +s.toString +s=this.d=new A.al1().$1(s)}s.toString +return s}} +A.al0.prototype={ +$1(a){var s=a.gOD() +return A.r8(s,A.a6(s).c)}, +$S:314} +A.al2.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.aJ(a.b.a,b.b.a) +case 0:return B.c.aJ(b.b.c,a.b.c)}}, +$S:107} +A.al1.prototype={ +$1(a){var s,r=A.a([],t.vl),q=t.I,p=a.eF(q) +for(;p!=null;){r.push(q.a(p.gaN())) +s=A.aQ_(p) +p=s==null?null:s.eF(q)}return r}, +$S:316} +A.jA.prototype={ +gaM(){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new A.X(s,new A.akZ(),A.a6(s).h("X<1,D>")),s=new A.bL(s,s.gu(s)),r=A.j(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +p=o.b +if(p==null){o.b=q +p=q}o.b=p.mG(q)}s=o.b +s.toString +return s}} +A.akZ.prototype={ +$1(a){return a.b}, +$S:317} +A.al_.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.aJ(a.gaM().a,b.gaM().a) +case 0:return B.c.aJ(b.gaM().c,a.gaM().c)}}, +$S:318} +A.aaO.prototype={ +a_7(a){var s,r,q,p,o,n=B.b.gE(a).a,m=t.qi,l=A.a([],m),k=A.a([],t.jE) +for(s=a.length,r=0;r") +return A.a1(new A.aX(b,new A.aaR(new A.D(-1/0,s.b,1/0,s.d)),r),!0,r.h("p.E"))}, +$S:319} +A.aaR.prototype={ +$1(a){var s=a.b.ef(this.a) +return!s.gP(s)}, +$S:320} +A.wN.prototype={ +au(){return new A.U5(B.t)}} +A.Bn.prototype={} +A.U5.prototype={ +gcd(){var s,r,q,p=this,o=p.d +if(o===$){s=p.a.c +r=A.a([],t.bp) +q=$.aO() +p.d!==$&&A.O() +o=p.d=new A.Bn(s,!1,!0,!0,!0,null,null,r,q)}return o}, +m(){this.gcd().m() +this.bb()}, +b3(a){var s=this +s.bD(a) +if(a.c!==s.a.c)s.gcd().dy=s.a.c}, +J(a){var s=null,r=this.gcd() +return A.IB(!1,!1,this.a.f,s,!0,!0,r,!1,s,s,s,s,s,!0)}} +A.NT.prototype={ +fk(a){a.ahm(a.gcd())}} +A.ok.prototype={} +A.Mf.prototype={ +fk(a){var s=$.aL.a4$.f.c,r=s.e +r.toString +return A.ID(r).Ke(s,!0)}, +Fn(a,b){return b?B.dP:B.fn}} +A.oA.prototype={} +A.Na.prototype={ +fk(a){var s=$.aL.a4$.f.c,r=s.e +r.toString +return A.ID(r).Ke(s,!1)}, +Fn(a,b){return b?B.dP:B.fn}} +A.HV.prototype={ +fk(a){var s=$.aL.a4$.f.c,r=s.e +r.toString +A.ID(r).acx(s,a.a)}} +A.U6.prototype={} +A.Wd.prototype={ +Cg(a,b){var s +this.Vk(a,b) +s=this.rr$.i(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)A.F(A.ac("removeWhere")) +B.b.d0(s,new A.al3(a),!0)}}} +A.Zc.prototype={} +A.Zd.prototype={} +A.ew.prototype={ +gct(){var s,r=$.aL.a4$.z.i(0,this) +if(r instanceof A.hB){s=r.k3 +s.toString +if(A.j(this).h("ew.T").b(s))return s}return null}} +A.bO.prototype={ +j(a){var s,r=this,q=r.a +if(q!=null)s=" "+q +else s="" +if(A.u(r)===B.ace)return"[GlobalKey#"+A.b1(r)+s+"]" +return"["+("#"+A.b1(r))+s+"]"}} +A.nI.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gt(a){return A.n5(this.a)}, +j(a){var s="GlobalObjectKey",r=B.d.hR(s,">")?B.d.U(s,0,-8):s +return"["+r+" "+("#"+A.b1(this.a))+"]"}} +A.h.prototype={ +cS(){var s=this.a +return s==null?"Widget":"Widget-"+s.j(0)}, +k(a,b){if(b==null)return!1 +return this.yY(0,b)}, +gt(a){return A.A.prototype.gt.call(this,this)}} +A.aG.prototype={ +bZ(){return new A.tf(this,B.ae)}} +A.ah.prototype={ +bZ(){return A.aMm(this)}} +A.alU.prototype={ +I(){return"_StateLifecycle."+this.b}} +A.ap.prototype={ +aY(){}, +b3(a){}, +aL(a){a.$0() +this.c.kn()}, +e9(){}, +cB(){}, +m(){}, +bv(){}} +A.aI.prototype={} +A.ey.prototype={ +bZ(){return new A.on(this,B.ae,A.j(this).h("on"))}} +A.aU.prototype={ +bZ(){return A.aJw(this)}} +A.aD.prototype={ +aS(a,b){}, +rg(a){}} +A.JI.prototype={ +bZ(){return new A.JH(this,B.ae)}} +A.bh.prototype={ +bZ(){return new A.zF(this,B.ae)}} +A.f5.prototype={ +bZ(){return A.aKn(this)}} +A.u0.prototype={ +I(){return"_ElementLifecycle."+this.b}} +A.Ur.prototype={ +M4(a){a.ba(new A.ajv(this,a)) +a.kB()}, +a6J(){var s,r,q,p=this +p.a=!0 +r=p.b +q=A.a1(r,!0,A.j(r).h("bG.E")) +B.b.em(q,A.asW()) +s=q +r.M(0) +try{r=s +new A.be(r,A.ct(r).h("be<1>")).a1(0,p.ga6H())}finally{p.a=!1}}} +A.ajv.prototype={ +$1(a){this.a.M4(a)}, +$S:9} +A.a0l.prototype={ +G1(a){var s=this +if(a.as){s.e=!0 +return}if(!s.d&&s.a!=null){s.d=!0 +s.a.$0()}s.c.push(a) +a.as=!0}, +Qf(a){try{a.$0()}finally{}}, +C9(a,b){var s,r,q,p,o,n,m,l,k=this,j={},i=b==null +if(i&&k.c.length===0)return +try{k.d=!0 +if(!i){j.a=null +k.e=!1 +try{b.$0()}finally{}}i=k.c +B.b.em(i,A.asW()) +k.e=!1 +j.b=i.length +j.c=0 +for(o=0;o=i.length){m=k.e +m.toString}else m=!0 +if(m){B.b.em(i,A.asW()) +o=k.e=!1 +j.b=i.length +while(!0){m=j.c +if(!(m>0?i[m-1].Q:o))break +j.c=m-1}o=m}}}finally{for(i=k.c,o=i.length,l=0;l#"+A.b1(this)+"(DEFUNCT)":s}, +kn(){var s=this +if(s.r!==B.cS)return +if(s.Q)return +s.Q=!0 +s.f.G1(s)}, +xP(a){var s +if(this.r===B.cS)s=!this.Q&&!a +else s=!0 +if(s)return +try{this.jl()}finally{}}, +Rr(){return this.xP(!1)}, +jl(){this.Q=!1}, +$ia2:1} +A.a2P.prototype={ +$1(a){this.a.a=a}, +$S:9} +A.a2Q.prototype={ +$1(a){var s=this.a.p(0,a) +return s?null:a}, +$S:321} +A.a2R.prototype={ +$2(a,b){return new A.r0(b,a,t.Bc)}, +$S:322} +A.a2S.prototype={ +$1(a){var s +a.tD(this.a) +s=a.gxS() +if(s!=null)this.$1(s)}, +$S:9} +A.a2M.prototype={ +$1(a){a.Mf(this.a)}, +$S:9} +A.a2O.prototype={ +$1(a){a.ot()}, +$S:9} +A.a2N.prototype={ +$1(a){a.qJ(this.a)}, +$S:9} +A.Ij.prototype={ +aO(a){var s=this.d,r=new A.NB(s,A.aw()) +r.aQ() +r.YB(s) +return r}} +A.vO.prototype={ +gxS(){return this.ax}, +eV(a,b){this.yW(a,b) +this.A2()}, +A2(){this.Rr()}, +jl(){var s,r,q,p,o,n,m=this,l=null +try{l=m.bj() +m.gaN()}catch(o){s=A.aj(o) +r=A.az(o) +m.ay=!1 +n=A.Ik(A.asI(A.bu("building "+m.j(0)),s,r,new A.a1h())) +l=n}finally{m.nx()}try{m.ax=m.fZ(m.ax,l,m.c)}catch(o){q=A.aj(o) +p=A.az(o) +n=A.Ik(A.asI(A.bu("building "+m.j(0)),q,p,new A.a1i())) +l=n +m.ax=m.fZ(null,l,m.c)}}, +ba(a){var s=this.ax +if(s!=null)a.$1(s)}, +jf(a){this.ax=null +this.kO(a)}} +A.a1h.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:13} +A.a1i.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:13} +A.tf.prototype={ +bj(){return t.gU.a(this.gaN()).J(this)}, +bC(a){this.ny(a) +this.xP(!0)}} +A.hB.prototype={ +bj(){return this.k3.J(this)}, +A2(){this.k3.aY() +this.k3.bv() +this.Va()}, +jl(){var s=this +if(s.k4){s.k3.bv() +s.k4=!1}s.Vb()}, +bC(a){var s,r,q,p=this +p.ny(a) +s=p.k3 +r=s.a +r.toString +q=p.e +q.toString +s.a=t.d2.a(q) +s.b3(r) +p.xP(!0)}, +cB(){this.yU() +this.k3.cB() +this.kn()}, +e9(){this.k3.e9() +this.GL()}, +kB(){var s=this +s.uf() +s.k3.m() +s.k3=s.k3.c=null}, +jY(a,b){return this.ue(a,b)}, +wi(a){return this.jY(a,null)}, +bv(){this.yV() +this.k4=!0}} +A.yM.prototype={ +bj(){return t.yH.a(this.gaN()).b}, +bC(a){var s=this,r=t.yH.a(s.gaN()) +s.ny(a) +s.tE(r) +s.xP(!0)}, +tE(a){this.n1(a)}} +A.on.prototype={ +Z7(a){this.ba(new A.a9w(a))}, +n1(a){var s=this.e +s.toString +this.Z7(this.$ti.h("ey<1>").a(s))}} +A.a9w.prototype={ +$1(a){if(a instanceof A.bt)this.a.qH(a.gaf()) +else a.ba(this)}, +$S:9} +A.f1.prototype={ +Bw(){var s=this,r=s.a,q=r==null?null:r.x +if(q==null)q=B.a4i +s.x=q.af0(A.u(s.gaN()),s)}, +G9(a,b){this.y2.n(0,a,b)}, +Fv(a,b){this.G9(a,null)}, +En(a,b){b.bv()}, +tE(a){if(t.WB.a(this.gaN()).bS(a))this.W5(a)}, +n1(a){var s,r,q +for(s=this.y2,s=new A.Bt(s,s.zI()),r=A.j(s).c;s.q();){q=s.d +this.En(a,q==null?r.a(q):q)}}} +A.bt.prototype={ +gaf(){var s=this.ax +s.toString +return s}, +gxS(){return null}, +a0q(){var s,r=this.a,q=r +while(!0){s=q==null +if(!(!s&&!(q instanceof A.bt)))break +r=s?null:q.a +q=r}return t.c_.a(q)}, +a0p(){var s=this.a,r=A.a([],t.OM),q=s +while(!0){if(!(q!=null&&!(q instanceof A.bt)))break +if(q instanceof A.on)r.push(q) +s=q.a +q=s}return r}, +eV(a,b){var s,r=this +r.yW(a,b) +s=r.e +s.toString +r.ax=t.F5.a(s).aO(r) +r.qJ(b) +r.nx()}, +bC(a){this.ny(a) +this.KA()}, +jl(){this.KA()}, +KA(){var s=this,r=s.e +r.toString +t.F5.a(r).aS(s,s.gaf()) +s.nx()}, +e9(){this.GL()}, +kB(){var s=this,r=s.e +r.toString +t.F5.a(r) +s.uf() +r.rg(s.gaf()) +s.ax.m() +s.ax=null}, +tD(a){var s,r=this,q=r.c +r.Vj(a) +s=r.ch +if(s!=null)s.ly(r.gaf(),q,r.c)}, +qJ(a){var s,r,q,p,o,n=this +n.c=a +s=n.ch=n.a0q() +if(s!=null)s.ls(n.gaf(),a) +r=n.a0p() +for(s=r.length,q=t.IL,p=0;p") +h.d=new A.aq(t.o.a(p),new A.cg(new A.iP(new A.j1(n,1,B.ak)),o,m),m.h("aq"))}if(s)s=!(isFinite(q.a)&&isFinite(q.b)) +else s=!0 +h.w=s}, +UA(a){var s,r,q,p=this +p.f=a +switch(a.a.a){case 1:s=p.e +s===$&&A.b() +s.sdi(new A.h5(a.gir(),new A.by(A.a([],t.F),t.R),0)) +r=!1 +break +case 0:s=p.e +s===$&&A.b() +s.sdi(a.gir()) +r=!0 +break +default:r=null}s=p.f +p.b=s.r4(s.gPq(),p.f.gxY()) +p.f.f.yM(r) +p.f.r.yL() +s=p.f +q=A.ark(p.gZx(),!1) +p.r=q +s.b.acE(0,q) +q=p.e +q===$&&A.b() +q.bE() +q=q.cD$ +q.b=!0 +q.a.push(p.gEH())}, +j(a){var s,r,q,p,o,n=this.f +n===$&&A.b() +s=n.d.b +r=n.e.b +n=A.f(n.f.a.c) +q=s.j(0) +p=r.j(0) +o=this.e +o===$&&A.b() +return"HeroFlight(for: "+n+", from: "+q+", to: "+p+" "+A.f(o.c)+")"}} +A.aje.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.a6(s.gl()) +s.toString +p=q.f +p===$&&A.b() +p=p.c +return A.ax5(p.b-s.d,A.Jc(new A.hZ(q.d,!1,b,r),!0,r),r,r,s.a,p.a-s.c,s.b,r)}, +$S:340} +A.ajf.prototype={ +$0(){var s,r=this.a +r.x=!1 +this.b.cx.N(this) +s=r.e +s===$&&A.b() +r.Kz(s.gbg())}, +$S:0} +A.qR.prototype={ +wp(){var s,r,q,p=$.iI() +A.qB(this) +if(p.a.get(this).cx.a)return +p=this.b.gbf() +s=A.j(p).h("aX") +r=A.a1(new A.aX(p,new A.a54(),s),!1,s.h("p.E")) +for(p=r.length,q=0;q"),a=t.k2;s.q();){a0=s.gH() +a1=a0.a +a2=a0.b +a3=l.i(0,a1) +a4=j.i(0,a1) +if(a3==null)a5=null +else{a0=r.id +if(a0==null)a0=A.F(A.ar("RenderBox was not laid out: "+A.u(r).j(0)+"#"+A.b1(r))) +a3.a.toString +a2.a.toString +a5=new A.ajd(b2,q,a0,b0,b1,a2,a3,k,p,b3,a4!=null)}if(a5!=null&&a5.gmU()){l.v(0,a1) +if(a4!=null){a0=a4.f +a0===$&&A.b() +a6=a0.a +if(a6===B.cp&&a5.a===B.cq){a0=a4.e +a0===$&&A.b() +a0.sdi(new A.h5(a5.gir(),new A.by(A.a([],h),g),0)) +a0=a4.b +a0===$&&A.b() +a4.b=new A.z8(a0,a0.b,a0.a,a)}else{a6=a6===B.cq&&a5.a===B.cp +a7=a4.e +if(a6){a7===$&&A.b() +a0=a5.gir() +a6=a4.f.gir().gl() +a7.sdi(new A.aq(c.a(a0),new A.aK(a6,1,d),b)) +a0=a4.f +a6=a0.f +a7=a5.r +if(a6!==a7){a6.oB(!0) +a7.yL() +a0=a4.f +a6=a4.b +a6===$&&A.b() +a4.b=a0.r4(a6.b,a5.gxY())}else{a6=a4.b +a6===$&&A.b() +a4.b=a0.r4(a6.b,a6.a)}}else{a6=a4.b +a6===$&&A.b() +a7===$&&A.b() +a4.b=a0.r4(a6.a6(a7.gl()),a5.gxY()) +a4.c=null +a0=a5.a +a6=a4.e +if(a0===B.cq)a6.sdi(new A.h5(a5.gir(),new A.by(A.a([],h),g),0)) +else a6.sdi(a5.gir()) +a4.f.f.oB(!0) +a4.f.r.oB(!0) +a5.f.yM(a0===B.cp) +a5.r.yL() +a0=a4.r.f.gct() +if(a0!=null)a0.K3()}}a4.f=a5}else{a0=new A.kX(i,B.dF) +a6=A.a([],h) +a7=new A.by(a6,g) +a8=new A.yL(a7,new A.by(A.a([],f),e),0) +a8.a=B.a4 +a8.b=0 +a8.bE() +a7.b=!0 +a6.push(a0.gJh()) +a0.e=a8 +a0.UA(a5) +j.n(0,a1,a0)}}else if(a4!=null)a4.w=!0}for(s=l.gbf(),s=s.gR(s);s.q();)s.gH().OZ()}, +a1M(a){var s=a.f +s===$&&A.b() +this.b.v(0,s.f.a.c)}, +a_H(a,b,c,d,e){var s=t.rA.a(e.gaN()),r=A.dL(e,null),q=A.dL(d,null) +if(r==null||q==null)return s.e +return A.jO(b,new A.a52(r,c,q.r,r.r,b,s),null)}, +m(){var s,r,q,p,o,n,m,l +for(s=this.b.gbf(),s=new A.dX(J.aA(s.a),s.b),r=A.j(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +p=q.r +if(p!=null){p.i8(0) +q.r.m() +q.r=null +p=q.e +p===$&&A.b() +p.sdi(null) +p=q.e +o=q.gEH() +n=p.cD$ +n.b=!0 +m=n.c +if(m===$){l=A.cT(n.$ti.c) +n.c!==$&&A.O() +n.c=l +m=l}if(m.a>0){m.b=m.c=m.d=m.e=null +m.a=0}if(B.b.v(n.a,o))p.k0() +p=q.e +q=q.gJh() +o=p.cE$ +o.b=!0 +m=o.c +if(m===$){l=A.cT(o.$ti.c) +o.c!==$&&A.O() +o.c=l +m=l}if(m.a>0){m.b=m.c=m.d=m.e=null +m.a=0}if(B.b.v(o.a,q))p.k0()}}}} +A.a54.prototype={ +$1(a){var s=a.f +s===$&&A.b() +if(s.y)if(s.a===B.cq){s=a.e +s===$&&A.b() +s=s.gbg()===B.a4}else s=!1 +else s=!1 +return s}, +$S:343} +A.a53.prototype={ +$1(a){var s=this,r=s.b +if(r.a==null||s.c.a==null)return +s.a.LB(r,s.c,s.d,s.e)}, +$S:3} +A.a52.prototype={ +$2(a,b){var s=this,r=s.c,q=s.d,p=s.e +r=s.b===B.cp?new A.wo(r,q).a6(p.gl()):new A.wo(q,r).a6(p.gl()) +return A.oe(s.f.e,s.a.O1(r),null)}, +$S:344} +A.iX.prototype={ +J(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=a.ak(t.I) +f.toString +s=f.w +r=A.aJs(a) +q=r.a +p=r.b +o=r.c +n=r.d +m=r.e +l=r.geh() +if(l==null)l=1 +f=r.f +f.toString +if(l!==1)k=A.Q(B.c.ar(255*((f.gl()>>>24&255)/255*l)),f.gl()>>>16&255,f.gl()>>>8&255,f.gl()&255) +else k=f +f=this.c +j=A.cX(f.a) +i=A.a([],t.uf) +if(p!=null)i.push(new A.lE("FILL",p)) +if(o!=null)i.push(new A.lE("wght",o)) +if(n!=null)i.push(new A.lE("GRAD",n)) +if(m!=null)i.push(new A.lE("opsz",m)) +h=A.axl(g,g,B.a7E,g,g,!0,g,A.it(g,g,g,A.p3(g,g,k,g,g,g,g,g,f.b,g,g,q,g,i,g,g,g,!1,g,g,g,g,f.c,r.w,g,g),j),B.b2,s,g,B.b3,B.bg) +if(f.d)switch(s.a){case 0:f=new A.bp(new Float64Array(16)) +f.fB() +f.ju(-1,1,1) +h=A.afq(B.ai,h,g,f,!1) +break +case 1:break}return A.dn(g,new A.wz(!0,A.kA(A.q8(h,g,g,g),q,q),g),!1,g,!1,g,g,g,g,g,this.z,g,g,g,g,g,g,g,g,g,g,g,g)}} +A.iY.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.iY&&b.a===s.a&&b.b===s.b&&b.c==s.c&&b.d===s.d&&A.dq(null,null)}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,A.c9(B.T0),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"IconData(U+"+B.d.lD(B.i.iI(this.a,16).toUpperCase(),5,"0")+")"}} +A.nN.prototype={ +bS(a){return!this.w.k(0,a.w)}, +lS(a,b){return A.a6_(b,this.w,null)}} +A.a60.prototype={ +$1(a){return A.a6_(this.c,A.avS(a).bQ(this.b),this.a)}, +$S:345} +A.bR.prototype={ +r3(a,b,c,d,e,f,g,h){var s=this,r=g==null?s.a:g,q=b==null?s.b:b,p=h==null?s.c:h,o=c==null?s.d:c,n=e==null?s.e:e,m=a==null?s.f:a,l=d==null?s.geh():d +return new A.bR(r,q,p,o,n,m,l,f==null?s.w:f)}, +fa(a){return this.r3(a,null,null,null,null,null,null,null)}, +bQ(a){return this.r3(a.f,a.b,a.d,a.geh(),a.e,a.w,a.a,a.c)}, +O(a){return this}, +geh(){var s=this.r +if(s==null)s=null +else s=A.a_(s,0,1) +return s}, +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.bR&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.c(b.f,s.f)&&b.geh()==s.geh()&&A.dq(b.w,s.w)}, +gt(a){var s=this,r=s.geh(),q=s.w +q=q==null?null:A.c9(q) +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,r,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Un.prototype={} +A.nO.prototype={ +au(){return new A.Bv(B.t)}} +A.Bv.prototype={ +aY(){var s=this +s.bq() +$.aL.aV$.push(s) +s.z=new A.I_(s)}, +m(){var s,r=this +B.b.v($.aL.aV$,r) +r.a6l() +s=r.at +if(s!=null)s.m() +s=r.z +s===$&&A.b() +s.a=null +r.B3(null) +r.bb()}, +bv(){var s,r=this +r.a6U() +r.KX() +s=r.c +s.toString +if(A.ay0(s))r.a3c() +else r.LG(!0) +r.eo()}, +b3(a){var s=this +s.bD(a) +if(s.r)s.a.toString +if(!s.a.c.k(0,a.c))s.KX()}, +a6U(){var s=this.c +s.toString +s=A.dL(s,B.aft) +s=s==null?null:s.Q +if(s==null){s=$.acF.Dn$ +s===$&&A.b() +s=(s.a&2)!==0}this.w=s}, +KX(){var s,r,q,p,o=this,n=o.z +n===$&&A.b() +s=o.a +r=s.c +q=o.c +q.toString +p=s.r +if(p!=null&&s.w!=null){p.toString +s=s.w +s.toString +s=new A.J(p,s)}else s=null +o.a7c(new A.zh(n,r,t.JE).O(A.ZV(q,s)))}, +a0Q(a){var s=this,r=s.ax +if(r==null||a){s.as=s.Q=null +s.a.toString +r=new A.ajq(s) +r=r +r=s.ax=new A.fU(s.ga1R(),null,r)}r.toString +return r}, +uN(){return this.a0Q(!1)}, +a1S(a,b){this.aL(new A.ajr(this,a,b))}, +B3(a){var s=this.e +$.cv.x2$.push(new A.ajs(s)) +this.e=a}, +a7c(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.N(q.uN())}q.a.toString +q.aL(new A.ajt(q)) +q.aL(new A.aju(q)) +q.d=a +if(q.r)a.aa(q.uN())}, +a3c(){var s,r=this +if(r.r)return +s=r.d +s.toString +s.aa(r.uN()) +s=r.at +if(s!=null)s.m() +r.at=null +r.r=!0}, +LG(a){var s,r,q=this +if(!q.r)return +if(a)if(q.at==null){s=q.d +s=(s==null?null:s.a)!=null}else s=!1 +else s=!1 +if(s){s=q.d.a +if(s.x)A.F(A.ar(u.V)) +r=new A.qW(s) +r.uo(s) +q.at=r}s=q.d +s.toString +s.N(q.uN()) +q.r=!1}, +a6l(){return this.LG(!1)}, +J(a){var s,r,q,p,o,n,m,l=this,k=null,j=l.Q +if(j!=null){j=l.a.f.$3(a,j,l.as) +return j}j=l.e +s=j==null +r=s?k:j.a +q=s?k:j.c +p=l.a +o=p.r +n=p.w +j=s?k:j.b +if(j==null)j=1 +p=p.as +s=l.w +s===$&&A.b() +m=new A.Ni(r,q,o,n,j,k,k,B.jH,k,p,B.ai,B.dN,k,!1,s,!1,k) +m=A.dn(k,m,!1,k,!1,k,k,k,k,!0,"",k,k,k,k,k,k,k,k,k,k,k,k) +return m}} +A.ajq.prototype={ +$2(a,b){var s=this.a +s.aL(new A.ajp(s,a,b))}, +$S:347} +A.ajp.prototype={ +$0(){var s=this.a +s.Q=this.b +s.as=this.c}, +$S:0} +A.ajr.prototype={ +$0(){var s,r=this.a +r.B3(this.b) +r.as=r.Q=r.f=null +s=r.x +r.x=s==null?0:s+1 +r.y=B.dO.tS(r.y,this.c)}, +$S:0} +A.ajs.prototype={ +$1(a){var s=this.a +if(s!=null)s.a.m() +return null}, +$S:3} +A.ajt.prototype={ +$0(){this.a.B3(null)}, +$S:0} +A.aju.prototype={ +$0(){var s=this.a +s.x=s.f=null +s.y=!1}, +$S:0} +A.Z_.prototype={} +A.nd.prototype={ +dK(a){var s=A.lm(this.a,this.b,a) +s.toString +return s}} +A.jV.prototype={ +dK(a){var s=A.a1M(this.a,this.b,a) +s.toString +return s}} +A.wo.prototype={ +dK(a){var s=A.aqI(this.a,this.b,a) +s.toString +return s}} +A.jZ.prototype={ +dK(a){var s=A.dh(this.a,this.b,a) +s.toString +return s}} +A.nc.prototype={ +dK(a){return A.ll(this.a,this.b,a)}} +A.oc.prototype={ +dK(b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=new A.dP(new Float64Array(3)),a5=new A.dP(new Float64Array(3)),a6=A.axc(),a7=A.axc(),a8=new A.dP(new Float64Array(3)),a9=new A.dP(new Float64Array(3)) +this.a.Oq(a4,a6,a8) +this.b.Oq(a5,a7,a9) +s=1-b0 +r=a4.kI(s).a0(0,a5.kI(b0)) +q=a6.kI(s).a0(0,a7.kI(b0)) +p=new Float64Array(4) +o=new A.mm(p) +o.aW(q) +o.t1() +n=a8.kI(s).a0(0,a9.kI(b0)) +s=new Float64Array(16) +q=new A.bp(s) +m=p[0] +l=p[1] +k=p[2] +j=p[3] +i=m+m +h=l+l +g=k+k +f=m*i +e=m*h +d=m*g +c=l*h +b=l*g +a=k*g +a0=j*i +a1=j*h +a2=j*g +a3=r.a +s[0]=1-(c+a) +s[1]=e+a2 +s[2]=d-a1 +s[3]=0 +s[4]=e-a2 +s[5]=1-(f+a) +s[6]=b+a0 +s[7]=0 +s[8]=d+a1 +s[9]=b-a0 +s[10]=1-(f+c) +s[11]=0 +s[12]=a3[0] +s[13]=a3[1] +s[14]=a3[2] +s[15]=1 +q.aT(n) +return q}} +A.p4.prototype={ +dK(a){var s=A.b4(this.a,this.b,a) +s.toString +return s}} +A.Jh.prototype={} +A.qX.prototype={ +gm7(){var s,r=this,q=r.d +if(q===$){s=A.ds(null,r.a.d,null,null,r) +r.d!==$&&A.O() +r.d=s +q=s}return q}, +gf2(){var s,r=this,q=r.e +if(q===$){s=r.gm7() +q=r.e=A.eY(r.a.c,s,null)}return q}, +aY(){var s,r=this +r.bq() +s=r.gm7() +s.bE() +s=s.cE$ +s.b=!0 +s.a.push(new A.a6n(r)) +r.Ik() +r.D0()}, +b3(a){var s,r=this +r.bD(a) +if(r.a.c!==a.c){r.gf2().m() +s=r.gm7() +r.e=A.eY(r.a.c,s,null)}r.gm7().e=r.a.d +if(r.Ik()){r.ln(new A.a6m(r)) +s=r.gm7() +s.sl(0) +s.cP() +r.D0()}}, +m(){this.gf2().m() +this.gm7().m() +this.Xd()}, +a7f(a,b){if(a==null)return +a.sC3(a.a6(this.gf2().gl())) +a.sbc(b)}, +Ik(){var s={} +s.a=!1 +this.ln(new A.a6l(s,this)) +return s.a}, +D0(){}} +A.a6n.prototype={ +$1(a){switch(a.a){case 3:this.a.a.toString +break +case 0:case 1:case 2:break}}, +$S:4} +A.a6m.prototype={ +$3(a,b,c){this.a.a7f(a,b) +return a}, +$S:94} +A.a6l.prototype={ +$3(a,b,c){var s +if(b!=null){if(a==null)a=c.$1(b) +s=a.b +if(!J.c(b,s==null?a.a:s))this.a.a=!0 +else if(a.b==null)a.sbc(a.a)}else a=null +return a}, +$S:94} +A.pU.prototype={ +aY(){this.Vr() +var s=this.gm7() +s.bE() +s=s.cD$ +s.b=!0 +s.a.push(this.ga17())}, +a18(){this.aL(new A.a_F())}} +A.a_F.prototype={ +$0(){}, +$S:0} +A.v3.prototype={ +au(){return new A.S5(null,null,B.t)}} +A.S5.prototype={ +ln(a){var s,r,q,p=this,o=null,n=p.CW +p.a.toString +s=t.ZU +p.CW=s.a(a.$3(n,o,new A.agL())) +n=p.cx +p.a.toString +r=t.Om +p.cx=r.a(a.$3(n,o,new A.agM())) +n=t.xG +p.cy=n.a(a.$3(p.cy,p.a.y,new A.agN())) +q=p.db +p.a.toString +p.db=n.a(a.$3(q,o,new A.agO())) +p.dx=t.YY.a(a.$3(p.dx,p.a.Q,new A.agP())) +q=p.dy +p.a.toString +p.dy=r.a(a.$3(q,o,new A.agQ())) +q=p.fr +p.a.toString +p.fr=t.ka.a(a.$3(q,o,new A.agR())) +q=p.fx +p.a.toString +p.fx=s.a(a.$3(q,o,new A.agS()))}, +J(a){var s,r,q,p,o,n,m,l=this,k=null,j=l.gf2(),i=l.CW +i=i==null?k:i.a6(j.gl()) +s=l.cx +s=s==null?k:s.a6(j.gl()) +r=l.cy +r=r==null?k:r.a6(j.gl()) +q=l.db +q=q==null?k:q.a6(j.gl()) +p=l.dx +p=p==null?k:p.a6(j.gl()) +o=l.dy +o=o==null?k:o.a6(j.gl()) +n=l.fr +n=n==null?k:n.a6(j.gl()) +m=l.fx +m=m==null?k:m.a6(j.gl()) +return A.fL(i,l.a.r,B.z,k,p,r,q,k,o,s,n,m,k)}} +A.agL.prototype={ +$1(a){return new A.lf(t.pC.a(a),null)}, +$S:93} +A.agM.prototype={ +$1(a){return new A.jZ(t.A0.a(a),null)}, +$S:87} +A.agN.prototype={ +$1(a){return new A.jV(t.Hw.a(a),null)}, +$S:109} +A.agO.prototype={ +$1(a){return new A.jV(t.Hw.a(a),null)}, +$S:109} +A.agP.prototype={ +$1(a){return new A.nd(t.MM.a(a),null)}, +$S:352} +A.agQ.prototype={ +$1(a){return new A.jZ(t.A0.a(a),null)}, +$S:87} +A.agR.prototype={ +$1(a){return new A.oc(t.xV.a(a),null)}, +$S:353} +A.agS.prototype={ +$1(a){return new A.lf(t.pC.a(a),null)}, +$S:93} +A.v7.prototype={ +au(){return new A.S8(null,null,B.t)}} +A.S8.prototype={ +ln(a){this.CW=t.Om.a(a.$3(this.CW,this.a.r,new A.agV()))}, +J(a){var s=this.CW +s.toString +return new A.cG(J.aG1(s.a6(this.gf2().gl()),B.as,B.m1),this.a.w,null)}} +A.agV.prototype={ +$1(a){return new A.jZ(t.A0.a(a),null)}, +$S:87} +A.v6.prototype={ +au(){return new A.S7(null,null,B.t)}} +A.S7.prototype={ +ln(a){this.z=t.ir.a(a.$3(this.z,this.a.w,new A.agU()))}, +D0(){var s=this.gf2(),r=this.z +r.toString +this.Q=new A.aq(t.o.a(s),r,A.j(r).h("aq"))}, +J(a){var s=this.Q +s===$&&A.b() +return new A.hZ(s,!1,this.a.r,null)}} +A.agU.prototype={ +$1(a){return new A.aK(A.ZJ(a),null,t.H7)}, +$S:83} +A.v4.prototype={ +au(){return new A.S6(null,null,B.t)}} +A.S6.prototype={ +ln(a){this.CW=t.Dh.a(a.$3(this.CW,this.a.w,new A.agT()))}, +J(a){var s=null,r=this.CW +r.toString +r=r.a6(this.gf2().gl()) +return A.qq(this.a.r,s,s,B.cN,!0,r,s,s,B.bg)}} +A.agT.prototype={ +$1(a){return new A.p4(t.em.a(a),null)}, +$S:354} +A.v8.prototype={ +au(){return new A.S9(null,null,B.t)}} +A.S9.prototype={ +ln(a){var s=this,r=s.CW +s.a.toString +s.CW=t.eJ.a(a.$3(r,B.al,new A.agW())) +s.cx=t.ir.a(a.$3(s.cx,s.a.z,new A.agX())) +r=t.YJ +s.cy=r.a(a.$3(s.cy,s.a.Q,new A.agY())) +s.db=r.a(a.$3(s.db,s.a.at,new A.agZ()))}, +J(a){var s,r,q,p,o=this,n=o.a,m=n.w +n=n.x +s=o.CW +s.toString +s=s.a6(o.gf2().gl()) +r=o.cx +r.toString +r=r.a6(o.gf2().gl()) +q=o.a.Q +p=o.db +p.toString +p=p.a6(o.gf2().gl()) +p.toString +return new A.N0(m,n,s,r,q,p,o.a.r,null)}} +A.agW.prototype={ +$1(a){return new A.nc(t.m_.a(a),null)}, +$S:355} +A.agX.prototype={ +$1(a){return new A.aK(A.ZJ(a),null,t.H7)}, +$S:83} +A.agY.prototype={ +$1(a){return new A.eW(t.n8.a(a),null)}, +$S:62} +A.agZ.prototype={ +$1(a){return new A.eW(t.n8.a(a),null)}, +$S:62} +A.uc.prototype={ +m(){var s=this,r=s.de$ +if(r!=null)r.N(s.go5()) +s.de$=null +s.bb()}, +cB(){this.en() +this.dO() +this.o6()}} +A.j_.prototype={ +bZ(){return new A.xg(A.i1(null,null,null,t.h,t.X),this,B.ae,A.j(this).h("xg"))}} +A.xg.prototype={ +Fv(a,b){var s=this.y2,r=this.$ti,q=r.h("bg<1>?").a(s.i(0,a)),p=q==null +if(!p&&q.gP(q))return +if(b==null)s.n(0,a,A.cT(r.c)) +else{p=p?A.cT(r.c):q +p.D(0,r.c.a(b)) +s.n(0,a,p)}}, +En(a,b){var s,r=this.$ti,q=r.h("bg<1>?").a(this.y2.i(0,b)) +if(q==null)return +if(!q.gP(q)){s=this.e +s.toString +s=r.h("j_<1>").a(s).Sk(a,q) +r=s}else r=!0 +if(r)b.bv()}} +A.j0.prototype={ +bS(a){return a.f!==this.f}, +bZ(){var s=new A.ud(A.i1(null,null,null,t.h,t.X),this,B.ae,A.j(this).h("ud")) +this.f.aa(s.gAs()) +return s}} +A.ud.prototype={ +bC(a){var s,r,q=this,p=q.e +p.toString +s=q.$ti.h("j0<1>").a(p).f +r=a.f +if(s!==r){p=q.gAs() +s.N(p) +r.aa(p)}q.H2(a)}, +bj(){var s,r=this +if(r.bM){s=r.e +s.toString +r.GO(r.$ti.h("j0<1>").a(s)) +r.bM=!1}return r.H1()}, +a2B(){this.bM=!0 +this.kn()}, +n1(a){this.GO(a) +this.bM=!1}, +kB(){var s=this,r=s.e +r.toString +s.$ti.h("j0<1>").a(r).f.N(s.gAs()) +s.uf()}} +A.d8.prototype={} +A.a6u.prototype={ +$1(a){var s,r,q +if(a===this.a)return!1 +if(a instanceof A.f1&&a.gaN() instanceof A.d8){s=t.og.a(a.gaN()) +r=A.u(s) +q=this.c +if(!q.p(0,r)){q.D(0,r) +this.d.push(s)}}return!0}, +$S:30} +A.a0E.prototype={} +A.SI.prototype={ +J(a){var s,r,q,p=this.d +for(s=this.c,r=s.length,q=0;q"))}} +A.uf.prototype={ +gaf(){return this.$ti.h("h4<1,L>").a(A.bt.prototype.gaf.call(this))}, +ba(a){var s=this.k4 +if(s!=null)a.$1(s)}, +jf(a){this.k4=null +this.kO(a)}, +eV(a,b){var s=this +s.pL(a,b) +s.$ti.h("h4<1,L>").a(A.bt.prototype.gaf.call(s)).Fu(s.gJY())}, +bC(a){var s,r=this +r.pM(a) +s=r.$ti.h("h4<1,L>") +s.a(A.bt.prototype.gaf.call(r)).Fu(r.gJY()) +s=s.a(A.bt.prototype.gaf.call(r)) +s.wB$=!0 +s.a3()}, +jl(){var s=this.$ti.h("h4<1,L>").a(A.bt.prototype.gaf.call(this)) +s.wB$=!0 +s.a3() +this.Ha()}, +kB(){this.$ti.h("h4<1,L>").a(A.bt.prototype.gaf.call(this)).Fu(null) +this.Hb()}, +a38(a){this.f.C9(this,new A.ajS(this,a))}, +ls(a,b){this.$ti.h("h4<1,L>").a(A.bt.prototype.gaf.call(this)).sb7(a)}, +ly(a,b,c){}, +pi(a,b){this.$ti.h("h4<1,L>").a(A.bt.prototype.gaf.call(this)).sb7(null)}} +A.ajS.prototype={ +$0(){var s,r,q,p,o,n,m,l,k=this,j=null +try{o=k.a +n=o.e +n.toString +j=o.$ti.h("lt<1>").a(n).c.$2(o,k.b) +o.e.toString}catch(m){s=A.aj(m) +r=A.az(m) +l=A.Ik(A.aAd(A.bu("building "+k.a.e.j(0)),s,r,new A.ajT())) +j=l}try{o=k.a +o.k4=o.fZ(o.k4,j,null)}catch(m){q=A.aj(m) +p=A.az(m) +o=k.a +l=A.Ik(A.aAd(A.bu("building "+o.e.j(0)),q,p,new A.ajU())) +j=l +o.k4=o.fZ(null,j,o.c)}}, +$S:0} +A.ajT.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:13} +A.ajU.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:13} +A.h4.prototype={ +Fu(a){if(J.c(a,this.Ds$))return +this.Ds$=a +this.a3()}} +A.JG.prototype={ +aO(a){var s=new A.Wx(null,!0,null,null,A.aw()) +s.aQ() +return s}} +A.Wx.prototype={ +c7(a){return B.U}, +c4(){var s,r=this,q=A.L.prototype.gaz.call(r) +if(r.wB$||!A.L.prototype.gaz.call(r).k(0,r.P7$)){r.P7$=A.L.prototype.gaz.call(r) +r.wB$=!1 +s=r.Ds$ +s.toString +r.acU(s,A.j(r).h("h4.0"))}s=r.id$ +if(s!=null){s.cX(q,!0) +r.id=q.aZ(r.id$.gC())}else r.id=new A.J(A.a_(1/0,q.a,q.b),A.a_(1/0,q.c,q.d))}, +f9(a){var s=this.id$ +if(s!=null)return s.iK(a) +return this.uh(a)}, +df(a,b){var s=this.id$ +s=s==null?null:s.cw(a,b) +return s===!0}, +aK(a,b){var s=this.id$ +if(s!=null)a.fn(s,b)}} +A.Ze.prototype={ +ao(a){var s +this.f_(a) +s=this.id$ +if(s!=null)s.ao(a)}, +am(){this.f0() +var s=this.id$ +if(s!=null)s.am()}} +A.Zf.prototype={} +A.uo.prototype={} +A.anW.prototype={ +$1(a){return this.a.a=a}, +$S:68} +A.anX.prototype={ +$1(a){return a.b}, +$S:356} +A.anY.prototype={ +$1(a){var s,r,q,p +for(s=J.br(a),r=this.a,q=this.b,p=0;p") +return h.a9R(A.a1(new A.aX(j,new A.a7S(a),i),!0,i.h("p.E")),new A.b5(e,c,q,g),new A.b5(f,d,k,l),new A.b5(o,n,m,p))}, +k(a,b){var s=this +if(b==null)return!1 +if(J.N(b)!==A.u(s))return!1 +return b instanceof A.y5&&b.a.k(0,s.a)&&b.b===s.b&&b.gej().a===s.gej().a&&b.e===s.e&&b.r.k(0,s.r)&&b.w.k(0,s.w)&&b.f.k(0,s.f)&&b.x.k(0,s.x)&&b.as===s.as&&b.at===s.at&&b.ax===s.ax&&b.Q===s.Q&&b.z===s.z&&b.ay===s.ay&&b.ch===s.ch&&b.CW.k(0,s.CW)&&A.dq(b.cx,s.cx)}, +gt(a){var s=this +return A.I(s.a,s.b,s.gej().a,s.e,s.r,s.w,s.f,!1,s.as,s.at,s.ax,s.Q,s.z,s.ay,s.ch,s.CW,A.c9(s.cx),B.a,B.a,B.a)}, +j(a){var s=this +return"MediaQueryData("+B.b.bn(A.a(["size: "+s.a.j(0),"devicePixelRatio: "+B.c.a5(s.b,1),"textScaler: "+s.gej().j(0),"platformBrightness: "+s.e.j(0),"padding: "+s.r.j(0),"viewPadding: "+s.w.j(0),"viewInsets: "+s.f.j(0),"systemGestureInsets: "+s.x.j(0),"alwaysUse24HourFormat: false","accessibleNavigation: "+s.z,"highContrast: "+s.as,"onOffSwitchLabels: "+s.at,"disableAnimations: "+s.ax,"invertColors: "+s.Q,"boldText: "+s.ay,"navigationMode: "+s.ch.b,"gestureSettings: "+s.CW.j(0),"displayFeatures: "+A.f(s.cx)],t.s),", ")+")"}} +A.a7S.prototype={ +$1(a){return this.a.xv(a.gog())}, +$S:163} +A.kd.prototype={ +bS(a){return!this.w.k(0,a.w)}, +Sk(a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7 +for(s=a9.gR(a9),r=this.w,q=a8.w,p=r.cx!==q.cx,o=r.CW,n=q.CW,m=r.ch!==q.ch,l=r.ay!==q.ay,k=r.ax!==q.ax,j=r.at!==q.at,i=r.as!==q.as,h=r.Q!==q.Q,g=r.z!==q.z,f=r.w,e=q.w,d=r.x,c=q.x,b=r.f,a=q.f,a0=r.r,a1=q.r,a2=r.e!==q.e,a3=r.b!==q.b,a4=r.a,a5=q.a,a6=a4.a,a4=a4.b;s.q();){a7=s.gH() +if(a7 instanceof A.e6)switch(a7.a){case 0:if(!(a5.a===a6&&a5.b===a4))return!0 +break +case 1:a7=a6>a4?B.An:B.Am +if(a7!==(a5.a>a5.b?B.An:B.Am))return!0 +break +case 2:if(a3)return!0 +break +case 3:if(r.gej().a!==q.gej().a)return!0 +break +case 4:if(!r.gej().k(0,q.gej()))return!0 +break +case 5:if(a2)return!0 +break +case 6:if(!a0.k(0,a1))return!0 +break +case 7:if(!b.k(0,a))return!0 +break +case 8:if(!d.k(0,c))return!0 +break +case 9:if(!f.k(0,e))return!0 +break +case 10:break +case 11:if(g)return!0 +break +case 12:if(h)return!0 +break +case 13:if(i)return!0 +break +case 14:if(j)return!0 +break +case 15:if(k)return!0 +break +case 16:if(l)return!0 +break +case 17:if(m)return!0 +break +case 18:if(!o.k(0,n))return!0 +break +case 19:if(p)return!0 +break}}return!1}} +A.a7T.prototype={ +$1(a){var s=A.cU(a,null,t.m).w,r=s.gej(),q=r.a,p=A.a_(q,this.a,this.b) +return A.oe(this.c,s.a9D(p===q?r:new A.hJ(p)),null)}, +$S:360} +A.a8B.prototype={ +I(){return"NavigationMode."+this.b}} +A.BS.prototype={ +au(){return new A.V_(B.t)}} +A.V_.prototype={ +aY(){this.bq() +$.aL.aV$.push(this)}, +bv(){this.eo() +this.a70() +this.qv()}, +b3(a){var s,r=this +r.bD(a) +s=r.a +s.toString +if(r.e==null||a.c!==s.c)r.qv()}, +a70(){var s,r=this +r.a.toString +s=r.c +s.toString +s=A.dL(s,null) +r.d=s +r.e=null}, +qv(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=d.a.c,a=d.d,a0=b.gjm(),a1=$.bN(),a2=a1.d +if(a2==null){a2=self.window.devicePixelRatio +if(a2===0)a2=1}a2=a0.eZ(0,a2) +a0=a1.d +if(a0==null){a0=self.window.devicePixelRatio +if(a0===0)a0=1}s=a==null +r=s?c:a.gej().a +if(r==null)r=b.b.a.e +q=r===1?B.b3:new A.hJ(r) +p=s?c:a.e +if(p==null)p=b.b.a.d +b.gmn() +o=a1.d +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}o=A.a2H(B.eP,o) +b.gmn() +n=a1.d +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}n=A.a2H(B.eP,n) +m=b.w +l=a1.d +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}l=A.a2H(m,l) +b.gmn() +a1=a1.d +if(a1==null){a1=self.window.devicePixelRatio +if(a1===0)a1=1}a1=A.a2H(B.eP,a1) +m=s?c:a.z +if(m==null)m=(b.b.a.a.a&1)!==0 +k=s?c:a.Q +if(k==null)k=(b.b.a.a.a&2)!==0 +j=s?c:a.ax +if(j==null)j=(b.b.a.a.a&4)!==0 +i=s?c:a.ay +if(i==null)i=(b.b.a.a.a&8)!==0 +h=s?c:a.as +if(h==null)h=(b.b.a.a.a&32)!==0 +g=s?c:a.at +if(g==null)g=(b.b.a.a.a&64)!==0 +f=s&&c +a=s?c:a.ch +if(a==null)a=B.kH +b.gmn() +b.gmn() +e=new A.y5(a2,a0,q,p,l,o,n,a1,f===!0,m,k,h,g,j,i,a,new A.HQ(c),B.SX) +if(!e.k(0,d.e))d.aL(new A.ako(d,e))}, +Oz(){this.qv()}, +OB(){if(this.d==null)this.qv()}, +OA(){if(this.d==null)this.qv()}, +m(){B.b.v($.aL.aV$,this) +this.bb()}, +J(a){var s=this.e +s.toString +return A.oe(this.a.e,s,null)}} +A.ako.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.Z2.prototype={} +A.LX.prototype={ +J(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +switch(A.pL().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.a82(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.ak(t.I) +m.toString +m=m.w}else m=h +l=i.c +k=A.dn(h,A.LZ(new A.hT(B.mo,l==null?h:new A.vM(l,h,h),h),B.i1,h,h,h),!1,h,!1,h,h,h,h,h,n,h,o,h,p,i.x,h,h,h,h,m,h,h) +j=!r||!1 +return A.aGw(new A.wz(j,new A.V3(k,q,h),h))}} +A.a82.prototype={ +$0(){if(this.a.d)A.awG(this.b) +else A.Pa(B.a7t)}, +$S:0} +A.Ep.prototype={ +J(a){return A.arf(!0,null,t.Bs.a(this.c).gl(),this.e,null,this.f,null)}} +A.tO.prototype={ +i0(a){if(this.b8==null)return!1 +return this.pI(a)}, +PB(a){}, +wP(a,b){var s=this.b8 +if(s!=null)this.dJ("onAnyTapUp",s)}, +oO(a,b,c){}} +A.Sh.prototype={ +NR(){var s=t.S,r=A.cT(s) +return new A.tO(B.aT,18,B.bH,A.B(s,t.Y),r,null,null,A.a_2(),A.B(s,t.c))}, +PP(a){a.b8=this.a}} +A.V3.prototype={ +J(a){return new A.ks(this.c,A.K([B.acv,new A.Sh(this.d)],t.u,t.xR),B.b5,!1,null)}} +A.Ma.prototype={ +J(a){var s,r,q=this,p=a.ak(t.I) +p.toString +s=A.a([],t.p) +r=q.c +if(r!=null)s.push(A.a7h(r,B.iz)) +r=q.d +if(r!=null)s.push(A.a7h(r,B.iA)) +r=q.e +if(r!=null)s.push(A.a7h(r,B.iB)) +return new A.w6(new A.ame(q.f,q.r,p.w),s,null)}} +A.D3.prototype={ +I(){return"_ToolbarSlot."+this.b}} +A.ame.prototype={ +xA(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.b.i(0,B.iz)!=null){s=a.a +r=a.b +q=e.eU(B.iz,new A.aE(0,s,r,r)).a +switch(e.f.a){case 0:p=s-q +break +case 1:p=0 +break +default:p=null}e.fp(B.iz,new A.o(p,0))}else q=0 +if(e.b.i(0,B.iB)!=null){o=e.eU(B.iB,A.aq8(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.fp(B.iB,new A.o(n,(a.b-o.b)/2))}else m=0 +if(e.b.i(0,B.iA)!=null){s=a.a +r=e.e +l=Math.max(s-q-m-r*2,0) +k=e.eU(B.iA,A.aq8(a).Cv(l)) +j=q+r +if(e.d){i=k.a +h=(s-i)/2 +g=s-m +if(h+i>g)h=g-i-r +else if(h=1)return!0}return!1}, +gacZ(){var s=this.a +if(s==null)return!1 +s=s.IS(A.ayW(this)) +s=s==null?null:s.gQ5() +return s===!0}} +A.abK.prototype={ +$1(a){var s,r=this.a.a +if(r==null)s=null +else{r.a.toString +s=!0}if(s===!0){r=r.y.gfd() +if(r!=null)r.F9()}}, +$S:18} +A.abJ.prototype={ +$1(a){var s=this.a.a +if(s!=null){s=s.y.gfd() +if(s!=null)s.F9()}}, +$S:18} +A.h6.prototype={ +j(a){var s=this.a +s=s==null?"none":'"'+s+'"' +return"RouteSettings("+s+", "+A.f(this.b)+")"}} +A.kk.prototype={ +j(a){return'Page("'+A.f(this.a)+'", '+this.c.j(0)+", "+A.f(this.b)+")"}} +A.m7.prototype={} +A.nL.prototype={ +bS(a){return a.f!=this.f}} +A.kw.prototype={} +A.PD.prototype={} +A.HN.prototype={ +afG(a,b,c){var s,r,q,p,o=A.a([],t.Fm),n=new A.a1V(a,c,o) +n.$2(null,b.length===0) +for(s=b.length,r=0;r=10)return +s.x=!0 +s.w=a +s.d=B.ag0}, +d2(a){return this.a9d(a,t.z)}, +m(){var s,r,q,p,o,n,m,l=this,k={} +l.d=B.afY +s=l.a +r=s.gxw() +q=new A.alp() +p=new A.aX(r,q,A.a6(r).h("aX<1>")) +if(!p.gR(p).q()){l.d=B.iq +s.m() +return}k.a=p.gu(p) +o=s.a +o.f.D(0,l) +for(s=B.b.gR(r),q=new A.pb(s,q);q.q();){r=s.gH() +n=A.aR("listener") +m=new A.alq(k,l,r,n,o) +n.b=m +r=r.d +if(r!=null)r.aa(m)}}, +gSF(){var s=this.d.a +return s<=7&&s>=1}, +gQ5(){var s=this.d.a +return s<=10&&s>=1}, +Qk(a){var s +for(s=this.a;s.gya();)s.k_(a) +this.xF(a) +this.y=!1}} +A.alr.prototype={ +$0(){var s=this.a +if(s.d===B.G8){s.d=B.dy +this.b.uJ()}}, +$S:0} +A.alp.prototype={ +$1(a){return a.gQw()}, +$S:363} +A.alq.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.N(s.d.ai()) +if(r.a===0)return A.e9(new A.alo(s.b,s.e))}, +$S:0} +A.alo.prototype={ +$0(){var s=this.a +if(!this.b.f.v(0,s))return +s.d=B.iq +s.a.m()}, +$S:0} +A.als.prototype={ +$1(a){return a.a===this.a}, +$S:44} +A.mS.prototype={} +A.un.prototype={ +n0(a){a.va(this.b,this.a,B.cp,!1)}} +A.um.prototype={ +n0(a){var s=$.iI() +A.qB(a) +if(!s.a.get(a).cx.a)a.va(this.a,this.b,B.cq,!1)}} +A.C0.prototype={ +n0(a){}} +A.C1.prototype={ +n0(a){var s=this.a,r=s.goV() +if(r)a.va(this.b,s,B.cp,!1)}} +A.Ug.prototype={ +K(a,b){B.b.K(this.a,b) +if(J.Ed(b))this.aq()}, +i(a,b){return this.a[b]}, +gR(a){var s=this.a +return new J.d5(s,s.length)}, +j(a){return A.lQ(this.a,"[","]")}, +$iai:1} +A.ib.prototype={ +a1Q(){var s,r,q=this,p=q.Nx(),o=A.aR("routeBlocksPop"),n=!p +if(n){s=q.mc(A.iH()) +o.scm(s!=null&&s.a.gn5()===B.ev)}else o.scm(!1) +r=new A.oj(!n||o.ai()) +n=$.cv +switch(n.y2$.a){case 4:q.c.dH(r) +break +case 0:case 2:case 3:case 1:n.x2$.push(new A.a8E(q,r)) +break}}, +aY(){var s,r,q,p,o,n=this +n.bq() +for(s=n.a.x,r=s.length,q=0;qa6.c)break +h=a4.a.c[i] +if(!k.Ce(h))break +g=k.a +if(g.b!==h){g.b=h +g.l2()}p.push(k) +a6.b=i+1 +j=l+1 +a6.a=j +i=j +m=k}f=A.a([],q) +q=r +while(!0){if(!(l<=q&&a6.b<=a6.c))break +c$1:{i=n[q] +if(!i.c){f.push(i) +r=q-1 +a6.d=r +q=r +break c$1}g=a4.a.c +e=a6.c +if(!i.Ce(g[e]))break +if(f.length!==0){o.bm(i,new A.a8G(f)) +B.b.M(f)}r=q-1 +a6.d=r +a6.c=e-1 +q=r}}r=q+f.length +a6.d=r +q=t.Ez +d=A.B(t.f0,q) +c=A.ax(q) +for(q=t.pw;l<=r;){i=n[l];++l +if(!i.c)continue +b=q.a(i.a.b) +g=i.d.a +if(!(g<=7&&g>=1)){c.D(0,i) +continue}d.n(0,b.c,i)}for(a=!1;i=a6.b,i<=a6.c;){a0=a4.a.c[i] +a6.b=i+1 +i=a0.c +i=!d.X(i)||!d.i(0,i).Ce(a0) +if(i){a4.c.toString +i=A.ayM(!0,a0,a0.$ti.c) +g=$.a_8() +p.push(new A.dR(i,a5,!0,B.G6,g,new A.jG(new WeakRef(g)),g)) +a=!0}else{i=d.v(0,a0.c) +i.toString +g=i.a +if(g.b!==a0){g.b=a0 +g.l2()}p.push(i)}}a1=A.B(t.oV,t.Kh) +for(;i=a6.a,i<=a6.d;){k=n[i] +a6.a=i+1 +if(!k.c){J.ea(o.bm(m,new A.a8H()),k) +if(m.y){i=k.d.a +i=i<=7&&i>=1}else i=!1 +if(i)k.y=!0 +continue}a2=q.a(k.a.b) +if(d.X(a2.c)||c.p(0,k)){a1.n(0,m,k) +i=k.d.a +if(i<=7&&i>=1)k.y=!0}m=k}a6.c=a4.a.c.length-1 +r=s.gu(s)-1 +a6.d=r +q=i +while(!0){if(!(q<=r&&a6.b<=a6.c))break +c$4:{k=n[q] +if(!k.c){J.ea(o.bm(m,new A.a8I()),k) +break c$4}i=a4.a.c +g=a6.b +h=i[g] +i=k.a +if(i.b!==h){i.b=h +i.l2()}p.push(k) +j=q+1 +a6.a=j +a6.b=g+1 +q=j +m=k}}if(a||a1.a!==0){a4.a.toString +a3=B.H7.afG(a1,p,o) +a3=new A.et(a3,A.a6(a3).h("et<1,dR>"))}else a3=p +q=n.length +B.b.M(n) +if(q!==0)s.aq() +if(o.X(a5)){q=o.i(0,a5) +q.toString +s.K(0,q)}for(q=J.aA(a3);q.q();){i=q.gH() +n.push(i) +s.aq() +if(o.X(i)){i=o.i(0,i) +i.toString +B.b.K(n,i) +if(J.Ed(i))s.aq()}}a4.uJ()}, +A5(a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null +a0.ch=!0 +s=a0.e +r=s.gu(s)-1 +q=s.a +p=q[r] +o=r>0?q[r-1]:a1 +n=A.a([],t.uD) +$label0$1:for(m=a0.x,l=a0.w,k=a1,j=k,i=!1,h=!1;r>=0;){switch(p.d.a){case 1:g=a0.kT(r-1,A.iH()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +e=p.a +e.a=a0 +e.lu() +p.d=B.afZ +l.dN(new A.un(e,f)) +continue $label0$1 +case 2:if(i||j==null){f=p.a +f.rb() +p.d=B.dy +if(j==null)f.rd(a1) +continue $label0$1}break +case 3:case 4:case 6:f=o==null?a1:o.a +g=a0.kT(r-1,A.iH()) +e=g>=0?q[g]:a1 +e=e==null?a1:e.a +p.abM(j==null,a0,f,e) +if(p.d===B.dy)continue $label0$1 +break +case 5:if(!h&&k!=null){p.a.ou(k) +p.f=new A.jG(new WeakRef(k))}h=!0 +break +case 7:if(!h&&k!=null){p.a.ou(k) +p.f=new A.jG(new WeakRef(k))}i=!0 +h=!0 +break +case 8:g=a0.kT(r,A.E0()) +f=g>=0?q[g]:a1 +if(!p.abL(a0,f==null?a1:f.a))continue $label0$1 +if(!h){if(k!=null){p.a.ou(k) +p.f=new A.jG(new WeakRef(k))}k=p.a}f=p.a +g=a0.kT(r,A.E0()) +e=g>=0?q[g]:a1 +m.dN(new A.um(f,e==null?a1:e.a)) +if(p.d===B.m2)continue $label0$1 +i=!0 +break +case 11:break +case 9:f=p.a +f=f.d.a +if((f.a&30)!==0)A.F(A.ar("Future already completed")) +f.il(a1) +p.w=null +p.d=B.afV +continue $label0$1 +case 10:if(!h){if(k!=null)p.a.ou(k) +k=a1}g=a0.kT(r,A.E0()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +p.d=B.afX +if(p.x)m.dN(new A.C0(p.a,f)) +continue $label0$1 +case 12:if(!i&&j!=null)break +p.d=B.m2 +continue $label0$1 +case 13:p=B.b.eY(q,r) +s.aq() +n.push(p) +p=j +break +case 14:case 15:case 0:break}--r +d=r>0?q[r-1]:a1 +j=p +p=o +o=d}a0.a0B() +a0.a0D() +if(a0.a.as){c=a0.mc(A.iH()) +b=c==null?a1:c.a.b.a +if(b!=null&&b!==a0.ax){A.axT(!1,a1,A.iu(b,0,a1)) +a0.ax=b}}for(q=n.length,a=0;a=0;){s=l[k] +r=s.d.a +if(!(r<=12&&r>=3)){--k +continue}q=this.a0V(k+1,A.aBt()) +r=q==null +p=r?m:q.a +if(p!=s.r){if(!((r?m:q.a)==null&&J.c(s.f.a.deref(),s.r))){p=s.a +p.rd(r?m:q.a)}s.r=r?m:q.a}--k +o=this.kT(k,A.aBt()) +n=o>=0?l[o]:m +r=n==null +p=r?m:n.a +if(p!=s.e){p=s.a +p.CR(r?m:n.a) +s.e=r?m:n.a}}}, +J6(a,b){a=this.kT(a,b) +return a>=0?this.e.a[a]:null}, +kT(a,b){var s=this.e.a +while(!0){if(!(a>=0&&!b.$1(s[a])))break;--a}return a}, +a0V(a,b){var s=this.e,r=s.a +while(!0){if(!(a?") +q=r.a(this.a.r.$1(s)) +return q==null&&!b?r.a(this.a.w.$1(s)):q}, +Ba(a,b,c){return this.vp(a,!1,b,c)}, +aeY(a){var s=this.e +s.a.push(A.ayV(a,B.m3,!1,null)) +s.aq() +this.uJ() +this.HU() +return a.d.a}, +xN(a){return this.aeY(a,t.X)}, +Nx(){var s,r=this.e +r=r.gR(r) +s=new A.pb(r,A.iH()) +if(!s.q())return!1 +if(r.gH().a.gya())return!0 +if(!s.q())return!1 +return!0}, +rY(a){var s=0,r=A.V(t.y),q,p=this,o,n,m +var $async$rY=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)$async$outer:switch(s){case 0:m=p.mc(A.iH()) +if(m==null){q=!1 +s=1 +break}o=m.a +s=3 +return A.a4(o.ic(),$async$rY) +case 3:n=c +if(p.c==null){q=!0 +s=1 +break}if(n===B.ev){q=!0 +s=1 +break}if(m!==p.mc(A.iH())){q=!0 +s=1 +break}switch(o.gn5().a){case 2:q=!1 +s=1 +break $async$outer +case 0:p.xF(a) +q=!0 +s=1 +break $async$outer +case 1:o.EC(!1) +q=!0 +s=1 +break $async$outer}case 1:return A.T(q,r)}}) +return A.U($async$rY,r)}, +adW(a){return this.rY(a,t.X)}, +Qr(){return this.rY(null,t.X)}, +xG(a){var s=this,r=s.e.adk(0,A.iH()) +if(r.c){if(s.a.d.$2(r.a,a)&&r.d===B.dy)r.d=B.m4}else r.xF(a) +if(r.d===B.m4)s.A5(!1) +s.HU()}, +fo(){return this.xG(null,t.X)}, +xF(a){return this.xG(a,t.X)}, +aeB(a){var s=this.mc(A.iH()) +for(;s!=null;){if(a.$1(s.a))return +this.fo() +s=this.mc(A.iH())}}, +Pb(a){var s,r=this,q=r.e.a,p=B.b.wY(q,A.ayW(a),0) +q=q[p] +if(q.c&&q.d.a<8){s=r.J6(p-1,A.E0()) +s=s==null?null:s.a +r.x.dN(new A.um(a,s))}q.d=B.m2 +if(!r.ch)r.A5(!1)}, +sMz(a){this.CW=a +this.cx.sl(a>0)}, +aad(){var s,r,q,p,o,n,m=this +m.sMz(m.CW+1) +if(m.CW===1){s=m.e +r=m.kT(s.gu(s)-1,A.E0()) +q=s.a[r].a +p=!q.gya()&&r>0?m.J6(r-1,A.E0()).a:null +s=m.as +s===$&&A.b() +o=s.length +n=0 +for(;n7){i=h.a +i.c.sl(b) +continue}if(h.c){k=k||r.length!==J.bJ(q) +if(r.length!==0){g=l==null?b:l.gei() +p.n(0,g,r) +n.v(0,g)}j=h.gei()!=null +i=h.a +f=j?h.gei():b +i.c.sl(f) +if(j){r=A.a([],s) +i=c.y +i.toString +q=i.i(0,h.gei()) +if(q==null)q=B.h8}else{r=B.h8 +q=B.h8}l=h +continue}if(j){i=h.b +i=i==null?b:i.gQ7() +j=i===!0}else j=!1 +i=h.a +f=j?h.gei():b +i.c.sl(f) +if(j){i=h.b +f=i.b +i=f==null?i.b=i.w7():f +if(!k){f=J.br(q) +e=f.gu(q) +d=r.length +k=e<=d||!J.c(f.i(q,d),i)}else k=!0 +B.b.D(r,i)}}k=k||r.length!==J.bJ(q) +c.a0m(r,l,p,n) +if(k||n.gbI(n)){c.y=p +c.aq()}}, +a0m(a,b,c,d){var s +if(a.length!==0){s=b==null?null:b.gei() +c.n(0,s,a) +d.v(0,s)}}, +M(a){if(this.y==null)return +this.y=null +this.aq()}, +RS(a,b){var s,r,q,p,o,n=A.a([],t.uD) +if(this.y!=null)s=a!=null&&a.gei()==null +else s=!0 +if(s)return n +s=this.y +s.toString +r=s.i(0,a==null?null:a.gei()) +if(r==null)return n +for(s=J.aA(r);s.q();){q=A.aOx(s.gH()) +p=q.Oi(b) +o=$.a_8() +n.push(new A.dR(p,q,!1,B.ip,o,new A.jG(new WeakRef(o)),o))}return n}, +wb(){return null}, +oN(a){a.toString +return t.f.a(a).mX(0,new A.ajj(),t.ob,t.UX)}, +PN(a){this.y=a}, +po(){return this.y}, +goA(){return this.y!=null}} +A.ajj.prototype={ +$2(a,b){return new A.b0(A.cQ(a),A.j7(t.j.a(b),!0,t.K),t.qE)}, +$S:368} +A.oj.prototype={ +j(a){return"NavigationNotification canHandlePop: "+this.a}} +A.akC.prototype={ +$2(a,b){if(!a.a)a.N(b)}, +$S:43} +A.C2.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.C3.prototype={ +b3(a){this.bD(a) +this.rh()}, +bv(){var s,r,q,p,o=this +o.eo() +s=o.bP$ +r=o.gnd() +q=o.c +q.toString +q=A.rW(q) +o.hT$=q +p=o.o4(q,r) +if(r){o.kw(s,o.fg$) +o.fg$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.hS$.a1(0,new A.akC()) +s=r.bP$ +if(s!=null)s.m() +r.bP$=null +r.Xh()}} +A.YY.prototype={} +A.Mk.prototype={ +j(a){var s=A.a([],t.s) +this.dG(s) +return"Notification("+B.b.bn(s,", ")+")"}, +dG(a){}} +A.ei.prototype={ +bZ(){return new A.C4(this,B.ae,this.$ti.h("C4<1>"))}} +A.C4.prototype={ +QD(a){var s,r=this.e +r.toString +s=this.$ti +s.h("ei<1>").a(r) +if(s.c.b(a))return r.d.$1(a) +return!1}, +n1(a){}} +A.hr.prototype={} +A.Z5.prototype={} +A.kj.prototype={ +sn3(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.Iw()}, +smW(a){if(this.c)return +this.c=!0 +this.e.Iw()}, +gQw(){var s=this.d +return(s==null?null:s.a)!=null}, +aa(a){var s=this.d +if(s!=null)s.aa(a)}, +N(a){var s=this.d +if(s!=null)s.N(a)}, +i8(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +B.b.v(r.d,this) +s=$.cv +if(s.y2$===B.Et)s.x2$.push(new A.a9i(r)) +else r.K1()}, +kn(){var s=this.f.gct() +if(s!=null)s.K3()}, +m(){var s,r=this +r.r=!0 +if(!r.gQw()){s=r.d +if(s!=null){s.k2$=$.aO() +s.k1$=0}r.d=null}}, +j(a){var s=this,r=A.b1(s),q=s.b,p=s.c,o=s.r?"(DISPOSED)":"" +return"#"+r+"(opaque: "+q+"; maintainState: "+p+")"+o}, +$iai:1} +A.a9i.prototype={ +$1(a){this.a.K1()}, +$S:3} +A.kZ.prototype={ +au(){return new A.C5(B.t)}} +A.C5.prototype={ +gAW(){var s,r=this,q=r.f +if(q===$){s=r.zP(!1) +r.f!==$&&A.O() +r.f=s +q=s}return q}, +zP(a){return new A.fF(this.a_t(a),t.bm)}, +a_t(a){var s=this +return function(){var r=a +var q=0,p=2,o,n,m,l +return function $async$zP(b,c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:l=s.e +if(l==null||l.b===0){q=1 +break}n=r?l.gB(l):l.gE(l) +case 3:if(!(n!=null)){q=4 +break}m=n.d +n=r?n.gaeH():n.gn_() +q=m!=null?5:6 +break +case 5:q=7 +return b.b=m,1 +case 7:case 6:q=3 +break +case 4:case 1:return 0 +case 2:return b.c=o,3}}}}, +aY(){var s,r=this +r.bq() +r.a.c.d.sl(r) +s=r.c.ru(t.im) +s.toString +r.d=s}, +b3(a){var s,r=this +r.bD(a) +if(a.d!==r.a.d){s=r.c.ru(t.im) +s.toString +r.d=s}}, +m(){var s,r=this,q=r.a.c.d +if(q!=null)q.sl(null) +q=r.a.c +if(q.r){s=q.d +if(s!=null){s.k2$=$.aO() +s.k1$=0}q.d=null}r.e=null +r.bb()}, +J(a){var s=this.a,r=s.e,q=this.d +q===$&&A.b() +return new A.p6(r,new A.WG(q,this,s.c.a.$1(a),null),null)}, +K3(){this.aL(new A.akI())}} +A.akI.prototype={ +$0(){}, +$S:0} +A.ys.prototype={ +au(){return new A.yt(A.a([],t.wi),null,null,B.t)}} +A.yt.prototype={ +aY(){this.bq() +this.acF(0,this.a.c)}, +AA(a,b){return this.d.length}, +acE(a,b){b.e=this +this.aL(new A.a9m(this,null,null,b))}, +acF(a,b){var s,r=b.length +if(r===0)return +for(s=0;s")),s=new A.bL(s,s.gu(s)),r=A.j(s).c,q=!0,p=0;s.q();){o=s.d +if(o==null)o=r.a(o) +if(q){++p +m.push(new A.kZ(o,n,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new A.kZ(o,n,!1,o.f))}s=t.MV +return new A.D2(m.length-p,n.a.d,A.a1(new A.be(m,s),!1,s.h("bf.E")),null)}} +A.a9m.prototype={ +$0(){var s=this,r=s.a +B.b.ee(r.d,r.AA(s.b,s.c),s.d)}, +$S:0} +A.a9l.prototype={ +$0(){var s=this,r=s.a +B.b.oS(r.d,r.AA(s.b,s.c),s.d)}, +$S:0} +A.a9n.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +B.b.M(o) +s=q.b +B.b.K(o,s) +r=q.c +r.Rx(s) +B.b.oS(o,p.AA(q.d,q.e),r)}, +$S:0} +A.a9k.prototype={ +$0(){}, +$S:0} +A.a9j.prototype={ +$0(){}, +$S:0} +A.D2.prototype={ +bZ(){return new A.XN(A.cT(t.h),this,B.ae)}, +aO(a){var s=a.ak(t.I) +s.toString +s=new A.Co(s.w,this.e,this.f,A.aw(),0,null,null,A.aw()) +s.aQ() +s.K(0,null) +return s}, +aS(a,b){var s=this.e +if(b.ap!==s){b.ap=s +if(!b.aX)b.ui()}s=a.ak(t.I) +s.toString +b.sbA(s.w) +s=this.f +if(s!==b.aw){b.aw=s +b.aC() +b.by()}}} +A.XN.prototype={ +gaf(){return t.im.a(A.og.prototype.gaf.call(this))}, +ls(a,b){var s,r +this.VJ(a,b) +s=a.b +s.toString +t.i9.a(s) +r=this.e +r.toString +s.at=t.KJ.a(t.f4.a(r).c[b.b]).c}, +ly(a,b,c){this.VK(a,b,c)}} +A.uw.prototype={ +ht(a){if(!(a.b instanceof A.em))a.b=new A.em(null,null,B.l)}, +gnt(){return!0}, +c4(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=l.zv(),i=j.gR(j) +j=l.gaz() +s=A.EQ(new A.J(A.a_(1/0,j.a,j.b),A.a_(1/0,j.c,j.d))) +j=l.gag1() +r=j.L +if(r==null)r=j.L=B.eW.O(j.ab) +for(j=t.T,q=t.r;i.q();){p=i.gH() +o=p.b +o.toString +j.a(o) +if(!o.gDY()){p.cX(s,!0) +n=l.id +if(n==null)n=A.F(A.ar(k+A.u(l).j(0)+"#"+A.b1(l))) +m=p.id +o.a=r.mp(q.a(n.a9(0,m==null?A.F(A.ar(k+A.u(p).j(0)+"#"+A.b1(p))):m)))}else{n=l.id +A.axk(p,o,n==null?A.F(A.ar(k+A.u(l).j(0)+"#"+A.b1(l))):n,r)}}}, +df(a,b){var s,r,q,p=this.I1(),o=p.gR(p) +p=t.T +s=!1 +while(!0){if(!(!s&&o.q()))break +r=o.gH() +q=r.b +q.toString +s=a.mo(new A.ale(r),p.a(q).a,b)}return s}, +aK(a,b){var s,r,q,p,o,n +for(s=this.zv(),s=s.gR(s),r=t.T,q=b.a,p=b.b;s.q();){o=s.gH() +n=o.b +n.toString +n=r.a(n).a +a.fn(o,new A.o(n.a+q,n.b+p))}}} +A.ale.prototype={ +$2(a,b){return this.a.cw(a,b)}, +$S:11} +A.uD.prototype={ +FD(a){var s=this.at +if(s==null)s=null +else{s=s.d +s=s==null?null:s.a.gAW().a1(0,a)}return s}} +A.Co.prototype={ +gag1(){return this}, +ht(a){if(!(a.b instanceof A.uD))a.b=new A.uD(null,null,B.l)}, +ao(a){var s,r,q,p,o +this.Yd(a) +s=this.aR$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +p=q.at +if(p==null)o=null +else{p=p.d +o=p==null?null:new A.pD(p.a.gAW().a())}if(o!=null)for(;o.q();)o.b.ao(a) +s=q.aF$}}, +am(){var s,r,q +this.Ye() +s=this.aR$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +q.FD(A.aSR()) +s=q.aF$}}, +jq(){return this.ba(this.gRu())}, +sbA(a){var s=this +if(s.ab===a)return +s.ab=a +s.L=null +if(!s.aX)s.ui()}, +a3(){if(!this.aX)this.ui()}, +gA3(){var s,r,q,p,o=this +if(o.ap===A.bB.prototype.gND.call(o))return null +s=A.bB.prototype.gab8.call(o) +for(r=o.ap,q=t.T;r>0;--r){p=s.b +p.toString +s=q.a(p).aF$}return s}, +f9(a){var s,r,q,p,o=this.gA3() +for(s=t.T,r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.iK(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.aF$}return r}, +c7(a){return new A.J(A.a_(1/0,a.a,a.b),A.a_(1/0,a.c,a.d))}, +zv(){return new A.fF(this.ZV(),t.bm)}, +ZV(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k +return function $async$zv(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:k=s.gA3() +o=t.i9 +case 2:if(!(k!=null)){r=3 +break}r=4 +return a.b=k,1 +case 4:n=k.b +n.toString +o.a(n) +m=n.at +if(m==null)l=null +else{m=m.d +l=m==null?null:new A.pD(m.a.gAW().a())}r=l!=null?5:6 +break +case 5:case 7:if(!l.q()){r=8 +break}r=9 +return a.b=l.b,1 +case 9:r=7 +break +case 8:case 6:k=n.aF$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +I1(){return new A.fF(this.ZU(),t.bm)}, +ZU(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k,j,i,h +return function $async$I1(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:i=s.ap===A.bB.prototype.gND.call(s)?null:s.fM$ +h=s.eQ$-s.ap +o=t.i9 +case 2:if(!(i!=null)){r=3 +break}n=i.b +n.toString +o.a(n) +m=n.at +if(m==null)l=null +else{m=m.d +if(m==null)l=null +else{m=m.a +k=m.r +if(k===$){j=m.zP(!0) +m.r!==$&&A.O() +m.r=j +k=j}m=new A.pD(k.a()) +l=m}}r=l!=null?4:5 +break +case 4:case 6:if(!l.q()){r=7 +break}r=8 +return a.b=l.b,1 +case 8:r=6 +break +case 7:case 5:r=9 +return a.b=i,1 +case 9:--h +i=h<=0?null:n.ez$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +aK(a,b){var s,r,q=this,p=q.a4 +if(q.aw!==B.z){s=q.cx +s===$&&A.b() +r=q.gC() +p.saP(a.lJ(s,b,new A.D(0,0,0+r.a,0+r.b),A.uw.prototype.gi3.call(q),q.aw,p.a))}else{p.saP(null) +q.Xt(a,b)}}, +m(){this.a4.saP(null) +this.ik()}, +ba(a){var s,r,q=this.aR$ +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.FD(a) +q=r.aF$}}, +kE(a){var s,r,q=this.gA3() +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.FD(a) +q=r.aF$}}, +mB(a){var s +switch(this.aw.a){case 0:return null +case 1:case 2:case 3:s=this.gC() +return new A.D(0,0,0+s.a,0+s.b)}}} +A.WG.prototype={ +bS(a){return a.f!==this.f||a.r!==this.r}} +A.Vp.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.DE.prototype={ +ao(a){var s,r,q +this.f_(a) +s=this.aR$ +for(r=t.T;s!=null;){s.ao(a) +q=s.b +q.toString +s=r.a(q).aF$}}, +am(){var s,r,q +this.f0() +s=this.aR$ +for(r=t.T;s!=null;){s.am() +q=s.b +q.toString +s=r.a(q).aF$}}} +A.Zi.prototype={} +A.wV.prototype={ +au(){var s=t.y +return new A.Br(A.K([!1,!0,!0,!0],s,s),null,null,B.t)}, +lA(a){return A.E3().$1(a)}} +A.Br.prototype={ +aY(){var s,r,q=this +q.bq() +s=q.a +r=s.f +q.d=A.ayI(A.bX(s.e),r,q) +r=q.a +s=r.f +s=A.ayI(A.bX(r.e),s,q) +q.e=s +r=q.d +r.toString +q.f=new A.BT(A.a([r,s],t.Eo))}, +b3(a){var s,r=this +r.bD(a) +if(!a.f.k(0,r.a.f)||A.bX(a.e)!==A.bX(r.a.e)){s=r.d +s.toString +s.sal(r.a.f) +s=r.d +s.toString +s.sNm(A.bX(r.a.e)) +s=r.e +s.toString +s.sal(r.a.f) +s=r.e +s.toString +s.sNm(A.bX(r.a.e))}}, +Ap(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.a.lA(a))return!1 +s=a.a +r=s.e +if(A.bX(r)!==A.bX(i.a.e))return!1 +q=i.d +q.toString +p=s.c +p.toString +o=s.a +o.toString +q.e=-Math.min(p-o,q.d) +o=i.e +o.toString +s=s.b +s.toString +o.e=-Math.min(s-p,o.d) +if(a instanceof A.ja){s=a.e +if(s<0)n=q +else if(s>0)n=o +else n=null +m=n===q +q=i.c +q.dH(new A.yu(m,0)) +q=i.w +q.n(0,m,!0) +q.i(0,m).toString +n.d=0 +i.w.i(0,m).toString +q=a.f +if(q!==0){s=n.c +if(s!=null)s.bd() +n.c=null +l=A.a_(Math.abs(q),100,1e4) +s=n.f +if(n.a===B.il)r=0.3 +else{r=n.r +r===$&&A.b() +r=r.b.a6(r.a.gl())}s.a=r +r.toString +s.b=A.a_(l*0.00006,r,0.5) +r=n.w +s=n.x +s===$&&A.b() +r.a=s.b.a6(s.a.gl()) +r.b=Math.min(0.025+75e-8*l*l,1) +r=n.b +r===$&&A.b() +r.e=A.cR(0,B.c.ar(0.15+l*0.02)) +r.iA(0) +n.as=0.5 +n.a=B.afr}else{q=a.d +if(q!=null){p=a.b.gaf() +p.toString +t.x.a(p) +k=p.gC() +j=p.nl(q.d) +switch(A.bX(r).a){case 0:n.toString +r=k.b +n.Rb(Math.abs(s),k.a,A.a_(j.b,0,r),r) +break +case 1:n.toString +r=k.a +n.Rb(Math.abs(s),k.b,A.a_(j.a,0,r),r) +break}}}}else{if(!(a instanceof A.mq&&a.d!=null))s=a instanceof A.ms&&a.d!=null +else s=!0 +if(s){if(q.a===B.im)q.mh(B.dL) +s=i.e +if(s.a===B.im)s.mh(B.dL)}}i.r=A.u(a) +return!1}, +m(){this.d.m() +this.e.m() +this.Y8()}, +J(a){var s=this,r=null,q=s.a,p=s.d,o=s.e,n=q.e,m=s.f +return new A.ei(s.gAo(),new A.ii(A.Hz(new A.ii(q.w,r),new A.Ud(p,o,n,m),r,r,B.U),r),r,t.WA)}} +A.u9.prototype={ +I(){return"_GlowState."+this.b}} +A.Bq.prototype={ +sal(a){if(this.ax.k(0,a))return +this.ax=a +this.aq()}, +sNm(a){if(this.ay===a)return +this.ay=a +this.aq()}, +m(){var s=this,r=s.b +r===$&&A.b() +r.m() +r=s.y +r===$&&A.b() +r.w.dI$.v(0,r) +r.Hc() +r=s.c +if(r!=null)r.bd() +s.dA()}, +Rb(a,b,c,d){var s,r,q,p=this,o=p.c +if(o!=null)o.bd() +p.at=p.at+a/200 +o=p.f +s=p.r +s===$&&A.b() +r=s.b +s=s.a +o.a=r.a6(s.gl()) +o.b=Math.min(r.a6(s.gl())+a/b*0.8,0.5) +q=Math.min(b,d*0.20096189432249995) +s=p.w +r=p.x +r===$&&A.b() +o=r.b +r=r.a +s.a=o.a6(r.gl()) +s.b=Math.max(1-1/(0.7*Math.sqrt(p.at*q)),A.uO(o.a6(r.gl()))) +r=c/d +p.Q=r +if(r!==p.as){o=p.y +o===$&&A.b() +if(!o.gadb())o.m_()}else{o=p.y +o===$&&A.b() +o.fC() +p.z=null}o=p.b +o===$&&A.b() +o.e=B.nN +if(p.a!==B.im){o.iA(0) +p.a=B.im}else{o=o.r +if(!(o!=null&&o.a!=null))p.aq()}p.c=A.d4(B.nN,new A.ajb(p))}, +zs(a){var s=this +if(a!==B.ao)return +switch(s.a.a){case 1:s.mh(B.dL) +break +case 3:s.a=B.il +s.at=0 +break +case 2:case 0:break}}, +mh(a){var s,r=this,q=r.a +if(q===B.G0||q===B.il)return +q=r.c +if(q!=null)q.bd() +r.c=null +q=r.f +s=r.r +s===$&&A.b() +q.a=s.b.a6(s.a.gl()) +q.b=0 +q=r.w +s=r.x +s===$&&A.b() +q.a=s.b.a6(s.a.gl()) +q.b=0 +q=r.b +q===$&&A.b() +q.e=a +q.iA(0) +r.a=B.G0}, +a6z(a){var s,r=this,q=r.z +if(q!=null){q=q.a +s=r.Q +r.as=s-(s-r.as)*Math.pow(2,-(a.a-q)/$.aDQ().a) +r.aq()}if(A.E1(r.Q,r.as,0.001)){q=r.y +q===$&&A.b() +q.fC() +r.z=null}else r.z=a}, +aK(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.r +j===$&&A.b() +if(J.c(j.b.a6(j.a.gl()),0))return +s=b.a +r=b.b +q=s>r?r/s:1 +p=s*3/2 +o=Math.min(r,s*0.20096189432249995) +r=k.x +r===$&&A.b() +r=r.b.a6(r.a.gl()) +n=k.as +m=$.ak().bk() +l=k.ax +m.sal(A.Q(B.c.ar(255*j.b.a6(j.a.gl())),l.gl()>>>16&255,l.gl()>>>8&255,l.gl()&255)) +a.cz() +a.aI(0,k.d+k.e) +a.ek(1,r*q) +a.l3(new A.D(0,0,0+s,0+o)) +a.hO(new A.o(s/2*(0.5+n),o-p),p,m) +a.bR()}, +j(a){return"_GlowController(color: "+this.ax.j(0)+", axis: "+this.ay.b+")"}} +A.ajb.prototype={ +$0(){return this.a.mh(B.jB)}, +$S:0} +A.Ud.prototype={ +Ks(a,b,c,d,e){var s +if(c==null)return +switch(A.aQU(d,e).a){case 0:c.aK(a,b) +break +case 2:a.cz() +a.aI(0,b.b) +a.ek(1,-1) +c.aK(a,b) +a.bR() +break +case 3:a.cz() +a.lN(1.5707963267948966) +a.ek(1,-1) +c.aK(a,new A.J(b.b,b.a)) +a.bR() +break +case 1:a.cz() +s=b.a +a.aI(s,0) +a.lN(1.5707963267948966) +c.aK(a,new A.J(b.b,s)) +a.bR() +break}}, +aK(a,b){var s=this,r=s.d +s.Ks(a,b,s.b,r,B.KI) +s.Ks(a,b,s.c,r,B.KH)}, +jA(a){return a.b!=this.b||a.c!=this.c}, +j(a){return"_GlowingOverscrollIndicatorPainter("+A.f(this.b)+", "+A.f(this.c)+")"}} +A.Xx.prototype={ +I(){return"_StretchDirection."+this.b}} +A.A_.prototype={ +au(){return new A.CY(null,null,B.t)}, +lA(a){return A.E3().$1(a)}} +A.CY.prototype={ +gmm(){var s,r,q,p,o,n,m=this,l=null,k=m.d +if(k===$){s=t.H7 +r=new A.aK(0,0,s) +q=new A.CX(r,B.m9,B.cU,$.aO()) +p=A.ds(l,l,l,l,m) +p.bE() +o=p.cE$ +o.b=!0 +o.a.push(q.gzr()) +q.a!==$&&A.cI() +q.a=p +n=A.eY(B.iV,p,l) +n.a.aa(q.geA()) +t.o.a(n) +q.b!==$&&A.cI() +q.b=new A.aq(n,r,s.h("aq")) +m.d!==$&&A.O() +m.d=q +k=q}return k}, +Ap(a){var s,r,q,p,o,n,m=this +if(!m.a.lA(a))return!1 +s=a.a +if(A.bX(s.e)!==A.bX(m.a.c))return!1 +if(a instanceof A.ja){m.f=a +J.N(m.e) +r=a.e +q=m.c +q.dH(new A.yu(r<0,0)) +m.w=!0 +r=m.r+=r +q=a.f +if(q!==0){s=m.gmm() +r=m.r +p=A.a_(Math.abs(q),1,1e4) +q=s.c +o=s.b +o===$&&A.b() +q.a=o.b.a6(o.a.gl()) +q.b=Math.min(0.016+1.01/p,1) +q=s.a +q===$&&A.b() +q.e=A.cR(0,B.c.ar(p*0.02)) +q.iA(0) +s.d=B.ag4 +s.f=r>0?B.cU:B.G9}else if(a.d!=null){s=s.d +s.toString +n=A.a_(Math.abs(r)/s,0,1) +m.gmm().aeX(n,m.r)}}else if(a instanceof A.mq||a instanceof A.ms){m.r=0 +s=m.gmm() +if(s.d===B.ma)s.mh(B.jD)}m.e=a +return!1}, +a0I(a){switch(this.a.c.a){case 0:return a===B.cU?B.md:B.mc +case 1:return a===B.cU?B.iC:B.cV +case 2:return a===B.cU?B.mc:B.md +case 3:return a===B.cU?B.cV:B.iC}}, +m(){var s=this.gmm(),r=s.a +r===$&&A.b() +r.m() +s.dA() +this.Yj()}, +J(a){var s={},r=A.cU(a,B.afs,t.m).w +s.a=null +return new A.ei(this.gAo(),A.jO(this.gmm(),new A.am2(s,this,r.a),null),null,t.WA)}} +A.am2.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.gmm().b +j===$&&A.b() +j=j.b.a6(j.a.gl()) +switch(A.bX(k.a.c).a){case 0:s=1+j +l.a.a=l.c.a +r=1 +break +case 1:r=1+j +l.a.a=l.c.b +s=1 +break +default:s=1 +r=1}q=k.a0I(k.gmm().f) +p=k.f +if(p==null)o=null +else{p=p.a.d +p.toString +o=p}if(o==null)o=l.a.a +p=A.rg(s,r,1) +j=j===0 +n=j?null:B.jH +k=k.a +m=A.afq(q,k.f,n,p,!0) +return A.aqe(m,!j&&o!==l.a.a?k.e:B.z)}, +$S:370} +A.uA.prototype={ +I(){return"_StretchState."+this.b}} +A.CX.prototype={ +aeX(a,b){var s,r,q=this,p=b>0?B.cU:B.G9 +if(q.f!==p&&q.d===B.mb)return +q.f=p +q.e=a +s=q.c +r=q.b +r===$&&A.b() +s.a=r.b.a6(r.a.gl()) +r=q.e +s.b=0.016*r+0.016*(1-Math.exp(-r*8.237217661997105)) +r=q.a +r===$&&A.b() +r.e=B.jD +if(q.d!==B.ma){r.iA(0) +q.d=B.ma}else{s=r.r +if(!(s!=null&&s.a!=null))q.aq()}}, +zs(a){var s=this +if(a!==B.ao)return +switch(s.d.a){case 1:s.mh(B.jD) +break +case 3:s.d=B.m9 +s.e=0 +break +case 2:case 0:break}}, +mh(a){var s,r=this,q=r.d +if(q===B.mb||q===B.m9)return +q=r.c +s=r.b +s===$&&A.b() +q.a=s.b.a6(s.a.gl()) +q.b=0 +q=r.a +q===$&&A.b() +q.e=a +q.iA(0) +r.d=B.mb}, +m(){var s=this.a +s===$&&A.b() +s.m() +this.dA()}, +j(a){return"_StretchController()"}} +A.yu.prototype={ +dG(a){this.Xl(a) +a.push("side: "+(this.a?"leading edge":"trailing edge"))}} +A.C7.prototype={ +dG(a){var s,r +this.yX(a) +s=this.fN$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.Dz.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.DG.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.CT.prototype={ +k(a,b){if(b==null)return!1 +if(J.N(b)!==A.u(this))return!1 +return b instanceof A.CT&&A.dq(b.a,this.a)}, +gt(a){return A.c9(this.a)}, +j(a){return"StorageEntryIdentifier("+B.b.bn(this.a,":")+")"}} +A.yv.prototype={ +HB(a){var s=A.a([],t.g8) +if(A.awR(a,s))a.lR(new A.a9o(s)) +return s}, +SK(a,b){var s,r=this +if(r.a==null)r.a=A.B(t.K,t.z) +s=r.HB(a) +if(s.length!==0)r.a.n(0,new A.CT(s),b)}, +Rq(a){var s +if(this.a==null)return null +s=this.HB(a) +return s.length!==0?this.a.i(0,new A.CT(s)):null}} +A.a9o.prototype={ +$1(a){return A.awR(a,this.a)}, +$S:30} +A.rx.prototype={ +J(a){return this.c}} +A.ic.prototype={ +gn3(){return!0}, +gqL(){return!1}, +Cd(a){return a instanceof A.ic}, +Ny(a){return a instanceof A.ic}, +grB(){return this.bG}} +A.a7U.prototype={} +A.a9S.prototype={} +A.HL.prototype={ +AJ(a){return this.a3z(a)}, +a3z(a){var s=0,r=A.V(t.H),q,p=this,o,n,m +var $async$AJ=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:n=A.dp(a.b) +m=p.a +if(!m.X(n)){s=1 +break}m=m.i(0,n) +m.toString +o=a.a +if(o==="Menu.selectedCallback"){m.gahi().$0() +m.gaei() +o=$.aL.a4$.f.c.e +o.toString +A.aGj(o,m.gaei(),t.vz)}else if(o==="Menu.opened")m.gahg().$0() +else if(o==="Menu.closed")m.gahf().$0() +case 1:return A.T(q,r)}}) +return A.U($async$AJ,r)}} +A.rH.prototype={ +bS(a){return this.f!=a.f}} +A.mo.prototype={ +au(){return new A.WN(null,A.B(t.yb,t.Q),null,!0,null,B.t)}} +A.WN.prototype={ +gei(){return this.a.d}, +kw(a,b){}, +J(a){return A.afD(this.bP$,this.a.c)}} +A.Al.prototype={ +bS(a){return a.f!=this.f}} +A.zb.prototype={ +au(){return new A.Cr(B.t)}} +A.Cr.prototype={ +bv(){var s,r=this +r.eo() +s=r.c +s.toString +r.r=A.rW(s) +r.AF() +if(r.d==null){r.a.toString +r.d=!1}}, +b3(a){this.bD(a) +this.AF()}, +gJS(){this.a.toString +return!1}, +AF(){var s,r=this +if(r.gJS()&&!r.w){r.w=!0;++$.oE.fy$ +s=$.f9.fQ$ +s===$&&A.b() +s.gafQ().bp(new A.alj(r),t.P)}}, +a5e(){var s,r=this +r.e=!1 +r.f=null +s=$.f9.fQ$ +s===$&&A.b() +s.N(r.gB4()) +r.AF()}, +m(){if(this.e){var s=$.f9.fQ$ +s===$&&A.b() +s.N(this.gB4())}this.bb()}, +J(a){var s,r,q=this,p=q.d +p.toString +if(p&&q.gJS())return B.cK +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return A.afD(p,new A.mo(s.c,r,null))}} +A.alj.prototype={ +$1(a){var s,r=this.a +r.w=!1 +if(r.c!=null){s=$.f9.fQ$ +s===$&&A.b() +s.aa(r.gB4()) +r.aL(new A.ali(r,a))}$.oE.N2()}, +$S:371} +A.ali.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +A.ek.prototype={ +goA(){return!0}, +m(){var s=this,r=s.c +if(r!=null){r=r.hS$.v(0,s) +r.toString +s.N(r) +s.c=s.b=null}s.dA() +s.a=!0}} +A.jg.prototype={ +CZ(a){}, +ph(a,b){var s,r,q=this,p=q.bP$ +p=p==null?null:p.gkY().X(b) +s=p===!0 +r=s?a.oN(q.bP$.gkY().i(0,b)):a.wb() +if(a.b==null){a.b=b +a.c=q +p=new A.abw(q,a) +a.aa(p) +q.hS$.n(0,a,p)}a.PN(r) +if(!s&&a.goA()&&q.bP$!=null)q.Bz(a)}, +rh(){var s,r,q=this +if(q.hT$!=null){s=q.bP$ +s=s==null?null:s.e +s=s==q.gei()||q.gnd()}else s=!0 +if(s)return +r=q.bP$ +if(q.o4(q.hT$,!1))if(r!=null)r.m()}, +gnd(){var s,r,q=this +if(q.fg$)return!0 +if(q.gei()==null)return!1 +s=q.c +s.toString +r=A.rW(s) +if(r!=q.hT$){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}, +o4(a,b){var s,r,q=this +if(q.gei()==null||a==null)return q.Ln(null,b) +if(b||q.bP$==null){s=q.gei() +s.toString +return q.Ln(a.a8O(s,q),b)}s=q.bP$ +s.toString +r=q.gei() +r.toString +s.afy(r) +r=q.bP$ +r.toString +a.ob(r) +return!1}, +Ln(a,b){var s,r=this,q=r.bP$ +if(a==q)return!1 +r.bP$=a +if(!b){if(a!=null){s=r.hS$ +new A.bl(s,A.j(s).h("bl<1>")).a1(0,r.ga71())}r.CZ(q)}return!0}, +Bz(a){var s,r,q=a.goA(),p=this.bP$ +if(q){if(p!=null){q=a.b +q.toString +s=a.po() +if(!J.c(p.gkY().i(0,q),s)||!p.gkY().X(q)){p.gkY().n(0,q,s) +p.nU()}}}else if(p!=null){q=a.b +q.toString +r=p.gkY().X(q) +p.gkY().v(0,q) +q=p.gkY() +if(q.gP(q))p.a.v(0,"v") +if(r)p.nU()}}} +A.abw.prototype={ +$0(){var s=this.a +if(s.bP$==null)return +s.Bz(this.b)}, +$S:0} +A.an3.prototype={ +$2(a,b){if(!a.a)a.N(b)}, +$S:43} +A.Zj.prototype={ +b3(a){this.bD(a) +this.rh()}, +bv(){var s,r,q,p,o=this +o.eo() +s=o.bP$ +r=o.gnd() +q=o.c +q.toString +q=A.rW(q) +o.hT$=q +p=o.o4(q,r) +if(r){o.kw(s,o.fg$) +o.fg$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.hS$.a1(0,new A.an3()) +s=r.bP$ +if(s!=null)s.m() +r.bP$=null +r.bb()}} +A.cN.prototype={ +sl(a){var s=this.y +if(a==null?s!=null:a!==s){this.y=a +this.D1(s)}}, +PN(a){this.y=a}} +A.iD.prototype={ +wb(){return this.cy}, +D1(a){this.aq()}, +oN(a){return A.j(this).h("iD.T").a(a)}, +po(){var s=this.y +return s==null?A.j(this).h("cN.T").a(s):s}} +A.Cp.prototype={ +oN(a){return this.Xu(a)}, +po(){var s=this.Xv() +s.toString +return s}} +A.z6.prototype={} +A.z5.prototype={} +A.an4.prototype={ +$2(a,b){if(!a.a)a.N(b)}, +$S:43} +A.oH.prototype={ +gkD(){return this.b}} +A.O1.prototype={ +au(){return new A.ux(new A.WK($.aO()),null,A.B(t.yb,t.Q),null,!0,null,B.t,this.$ti.h("ux<1>"))}} +A.O0.prototype={ +I(){return"RouteInformationReportingType."+this.b}} +A.ux.prototype={ +gei(){return this.a.r}, +aY(){var s,r=this +r.bq() +s=r.a.c +if(s!=null)s.aa(r.guV()) +r.a.f.a7C(r.gAj()) +r.a.e.aa(r.gAn())}, +kw(a,b){var s,r,q=this,p=q.f +q.ph(p,"route") +s=p.y +r=s==null +if((r?A.j(p).h("cN.T").a(s):s)!=null){p=r?A.j(p).h("cN.T").a(s):s +p.toString +q.vh(p,new A.alz(q))}else{p=q.a.c +if(p!=null)q.vh(p.a,new A.alA(q))}}, +a5C(){var s=this +if(s.w||s.a.c==null)return +s.w=!0 +$.cv.x2$.push(s.ga5i())}, +a5j(a){var s,r,q,p,o,n=this +n.w=!1 +s=n.f +r=s.y +q=r==null +if((q?A.j(s).h("cN.T").a(r):r)!=null){s=q?A.j(s).h("cN.T").a(r):r +s.toString +r=n.a.c +r.toString +q=n.e +q.toString +if(q!==B.a5e)if(q===B.l2){q=r.b.gkD() +p=s.gkD() +q=q.gcR()===p.gcR()&&q.ghY()===p.ghY()&&B.K1.e1(q.gkt(),p.gkt()) +o=q}else o=!1 +else o=!0 +B.hB.x6("selectMultiEntryHistory",t.H) +A.axT(o,s.c,s.gkD()) +r.b=r.a=s}n.e=B.l2}, +a5s(){this.a.e.gah8() +this.a.toString +return null}, +v8(){var s=this +s.f.sl(s.a5s()) +if(s.e==null)s.e=B.l2 +s.a5C()}, +bv(){var s,r=this +r.r=!0 +r.Yf() +s=r.a.c +if(s!=null&&r.r)r.vh(s.a,new A.aly(r)) +r.r=!1 +r.v8()}, +b3(a){var s,r,q,p=this +p.Yg(a) +s=p.a +r=a.c +q=s.c==r +if(q)s.f===a.f +p.d=new A.A() +if(!q){s=r==null +if(!s)r.N(p.guV()) +q=p.a.c +if(q!=null)q.aa(p.guV()) +s=s?null:r.a +r=p.a.c +if(s!=(r==null?null:r.a))p.Jr()}s=a.f +if(p.a.f!==s){r=p.gAj() +s.afu(r) +p.a.f.a7C(r)}p.a.toString +s=p.gAn() +a.e.N(s) +p.a.e.aa(s) +p.v8()}, +m(){var s=this,r=s.a.c +if(r!=null)r.N(s.guV()) +s.a.f.afu(s.gAj()) +s.a.e.N(s.gAn()) +s.d=null +s.Yh()}, +vh(a,b){var s,r,q=this +q.r=!1 +q.d=new A.A() +s=q.a.d +s.toString +r=q.c +r.toString +s.ahj(a,r).bp(q.a4T(q.d,b),t.H)}, +a4T(a,b){return new A.alw(this,a,b)}, +Jr(){var s=this +s.r=!0 +s.vh(s.a.c.a,new A.alt(s))}, +a1c(){var s=this +s.d=new A.A() +return s.a.e.ahk().bp(s.a2i(s.d),t.y)}, +a2i(a){return new A.alu(this,a)}, +L0(){this.aL(new A.alx()) +this.v8() +return new A.bC(null,t.b5)}, +a2j(){this.aL(new A.alv()) +this.v8()}, +J(a){var s=this.bP$,r=this.a,q=r.c,p=r.f,o=r.d +r=r.e +return A.afD(s,new A.WS(q,p,o,r,this,new A.es(r.gah5(),null),null))}} +A.alz.prototype={ +$0(){return this.a.a.e.gagX()}, +$S(){return this.a.$ti.h("al<~>(1)()")}} +A.alA.prototype={ +$0(){return this.a.a.e.gagW()}, +$S(){return this.a.$ti.h("al<~>(1)()")}} +A.aly.prototype={ +$0(){return this.a.a.e.gUc()}, +$S(){return this.a.$ti.h("al<~>(1)()")}} +A.alw.prototype={ +$1(a){var s=0,r=A.V(t.H),q,p=this,o,n +var $async$$1=A.R(function(b,c){if(b===1)return A.S(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.a4(p.c.$0().$1(a),$async$$1) +case 3:if(o.d==n)o.L0() +case 1:return A.T(q,r)}}) +return A.U($async$$1,r)}, +$S(){return this.a.$ti.h("al<~>(1)")}} +A.alt.prototype={ +$0(){return this.a.a.e.gUc()}, +$S(){return this.a.$ti.h("al<~>(1)()")}} +A.alu.prototype={ +$1(a){var s=this.a +if(this.b!=s.d)return new A.bC(!0,t.d9) +s.L0() +return new A.bC(a,t.d9)}, +$S:373} +A.alx.prototype={ +$0(){}, +$S:0} +A.alv.prototype={ +$0(){}, +$S:0} +A.WS.prototype={ +bS(a){if(this.f==a.f)this.r===a.r +return!0}} +A.WK.prototype={ +wb(){return null}, +D1(a){this.aq()}, +oN(a){var s,r +if(a==null)return null +t.Dn.a(a) +s=J.ci(a) +r=A.cQ(s.gE(a)) +if(r==null)return null +return new A.oH(A.iu(r,0,null),s.gB(a))}, +po(){var s,r=this,q=r.y,p=q==null +if((p?A.j(r).h("cN.T").a(q):q)==null)q=null +else{q=(p?A.j(r).h("cN.T").a(q):q).gkD().j(0) +s=r.y +q=[q,(s==null?A.j(r).h("cN.T").a(s):s).c]}return q}} +A.uH.prototype={ +b3(a){this.bD(a) +this.rh()}, +bv(){var s,r,q,p,o=this +o.eo() +s=o.bP$ +r=o.gnd() +q=o.c +q.toString +q=A.rW(q) +o.hT$=q +p=o.o4(q,r) +if(r){o.kw(s,o.fg$) +o.fg$=!1}if(p)if(s!=null)s.m()}, +m(){var s,r=this +r.hS$.a1(0,new A.an4()) +s=r.bP$ +if(s!=null)s.m() +r.bP$=null +r.bb()}} +A.rv.prototype={ +gxw(){return this.e}, +lu(){var s,r=this,q=A.ark(r.gZt(),!1) +r.p1=q +r.gmW() +s=A.ark(r.gZv(),!0) +r.p3=s +B.b.K(r.e,A.a([q,s],t.wi)) +r.WH()}, +k_(a){var s,r=this +r.WC(a) +s=r.at.Q +s===$&&A.b() +if(s===B.a4&&!r.Q)r.a.Pb(r) +return!0}, +m(){var s,r,q +for(s=this.e,r=s.length,q=0;q"))}} +A.kY.prototype={ +aY(){var s,r,q=this +q.bq() +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.BT(s)}, +b3(a){this.bD(a) +this.Mj()}, +bv(){this.eo() +this.d=null +this.Mj()}, +Mj(){var s,r,q=this.a.c,p=q.fx +if(!(p!=null)){q.a.a.toString +p=B.abX}s=this.f +s.dy=p +if(q.goV()){this.a.c.a.a.toString +r=!0}else r=!1 +if(r){r=q.a.y.gfd() +if(r!=null)r.tZ(s)}}, +a0F(){this.aL(new A.akp(this))}, +m(){this.f.m() +this.r.m() +this.bb()}, +gLt(){var s=this.a.c.go +if((s==null?null:s.gbg())!==B.bi){s=this.a.c.a +s=s==null?null:s.cx.a +s=s===!0}else s=!0 +return s}, +J(a){var s,r,q=this,p=null,o=q.a.c,n=o.goV(),m=q.a.c +if(!m.gPE()){m=m.k9$ +m=m!=null&&m.length!==0}else m=!0 +s=q.a.c +s=s.gPE()||s.wA$>0 +r=q.a.c +return A.jO(o.c,new A.akt(q),new A.BW(n,m,s,o,new A.rr(r.fy,new A.rx(new A.es(new A.aku(q),p),r.ok,p),p),p))}} +A.akp.prototype={ +$0(){this.a.d=null}, +$S:0} +A.akt.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new A.mo(b,s,null)}, +$S:374} +A.aku.prototype={ +$1(a){var s,r=null,q=A.K([B.FG,new A.Tt(a,new A.by(A.a([],t.tq),t.wS))],t.u,t.od),p=this.a,o=p.e +o===$&&A.b() +s=p.d +if(s==null)s=p.d=new A.ii(new A.es(new A.akr(p),r),p.a.c.k4) +return A.a_v(q,new A.rH(p.r,B.cW,B.a63,A.avD(!1,new A.ii(A.jO(o,new A.aks(p),s),r),r,r,p.f),r))}, +$S:375} +A.aks.prototype={ +$2(a,b){var s,r,q=this.a,p=q.a.c,o=p.go +o.toString +s=p.id +s.toString +r=p.a +r=r==null?null:r.cx +if(r==null)r=new A.ff(!1,$.aO()) +return p.Ca(a,o,s,A.jO(r,new A.akq(q),b))}, +$S:53} +A.akq.prototype={ +$2(a,b){var s=this.a,r=s.gLt() +s.f.sdc(!r) +return A.Jc(b,r,null)}, +$S:376} +A.akr.prototype={ +$1(a){var s,r=this.a.a.c,q=r.go +q.toString +s=r.id +s.toString +return r.Nu(a,q,s)}, +$S:6} +A.fu.prototype={ +aL(a){var s,r=this.k3 +if(r.gct()!=null){r=r.gct() +if(r.a.c.goV())if(!r.gLt()){r.a.c.a.a.toString +s=!0}else s=!1 +else s=!1 +if(s){s=r.a.c.a.y.gfd() +if(s!=null)s.tZ(r.f)}r.aL(a)}else a.$0()}, +Ca(a,b,c,d){return d}, +lu(){var s=this +s.X1() +s.go=A.rJ(A.e3.prototype.gir.call(s)) +s.id=A.rJ(A.e3.prototype.gG4.call(s))}, +re(){var s,r=this,q=r.k3 +if(q.gct()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.gfd() +if(s!=null)s.tZ(q.gct().f)}return r.X0()}, +rb(){var s,r=this,q=r.k3 +if(q.gct()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.gfd() +if(s!=null)s.tZ(q.gct().f)}r.WZ()}, +sxo(a){var s,r=this +if(r.fy===a)return +r.aL(new A.a85(r,a)) +s=r.go +s.toString +s.sdi(r.fy?B.dF:A.e3.prototype.gir.call(r)) +s=r.id +s.toString +s.sdi(r.fy?B.ci:A.e3.prototype.gG4.call(r)) +r.l2()}, +ic(){var s=0,r=A.V(t.oj),q,p=this,o,n,m +var $async$ic=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:p.k3.gct() +o=A.a1(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.gqK().a +r=A.Q(0,r>>>16&255,r>>>8&255,r&255) +q=n.gqK() +p=t.IC.h("cg") +t.o.a(s) +o=new A.Ep(n.gqL(),n.gC0(),!0,new A.aq(s,new A.cg(new A.iP(B.bG),new A.eW(r,q),p),p.h("aq")),m)}else o=A.arf(!0,m,m,n.gqL(),m,n.gC0(),m) +o=A.Jc(o,n.go.gbg()===B.bi||n.go.gbg()===B.a4,m) +s=n.gqL() +return s?A.dn(m,o,!1,m,!1,m,m,m,m,m,m,m,m,m,m,m,m,m,B.a33,m,m,m,m):o}, +Zw(a){var s=this,r=null,q=s.p2 +return q==null?s.p2=A.dn(r,new A.ul(s,s.k3,A.j(s).h("ul<1>")),!1,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,B.a32,r,r,r,r):q}, +j(a){return"ModalRoute("+this.b.j(0)+", animation: "+A.f(this.as)+")"}} +A.a85.prototype={ +$0(){this.a.fy=this.b}, +$S:0} +A.a86.prototype={ +$1(a){return a.gah7().gl()}, +$S:377} +A.a83.prototype={ +$0(){}, +$S:0} +A.yK.prototype={ +gn3(){return!1}, +gmW(){return!0}} +A.yQ.prototype={ +gqL(){return!0}, +gC0(){return this.ll}, +gqK(){return this.je}, +gFp(){return this.F}, +Nu(a,b,c){var s=null +return A.dn(s,new A.HZ(this.aB,this.eS.$3(a,b,c),s),!1,s,!0,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s)}, +Ca(a,b,c,d){return this.ac.$4(a,b,c,d)}} +A.px.prototype={ +ic(){var s=0,r=A.V(t.oj),q,p=this,o +var $async$ic=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:o=p.k9$ +if(o!=null&&o.length!==0){q=B.hL +s=1 +break}q=p.WI() +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$ic,r)}, +gn5(){var s=this.k9$ +if(s!=null&&s.length!==0)return B.hL +return A.c_.prototype.gn5.call(this)}, +k_(a){var s,r,q=this,p=q.k9$ +if(p!=null&&p.length!==0){s=p.pop() +s.b=null +s.ah_() +r=s.c&&--q.wA$===0 +if(q.k9$.length===0||r)q.l2() +return!1}q.X_(a) +return!0}} +A.Oa.prototype={ +J(a){var s,r,q,p=this,o=t.m,n=A.cU(a,B.ce,o).w.r,m=p.r,l=Math.max(n.a,m.a),k=p.d,j=k?n.b:0 +j=Math.max(j,m.b) +s=Math.max(n.c,m.c) +r=p.f +q=r?n.d:0 +return new A.cG(new A.b5(l,j,s,Math.max(q,m.d)),A.oe(p.x,A.cU(a,null,o).w.Rz(r,!0,!0,k),null),null)}} +A.Of.prototype={ +RN(){}, +OF(a,b){if(b!=null)b.dH(new A.zn(null,a,b,0))}, +OG(a,b,c){b.dH(A.arB(b,null,null,a,c))}, +wq(a,b,c){b.dH(new A.ja(null,c,0,a,b,0))}, +OE(a,b){b.dH(new A.mq(null,a,b,0))}, +qG(){}, +m(){this.b=!0}, +j(a){return"#"+A.b1(this)}} +A.lJ.prototype={ +qG(){this.a.ih(0)}, +gjz(){return!1}, +giE(){return!1}, +gfw(){return 0}} +A.a5t.prototype={ +gjz(){return!1}, +giE(){return!1}, +gfw(){return 0}, +m(){this.c.$0() +this.uk()}} +A.acf.prototype={ +Z_(a,b){var s,r,q=this +if(b==null)return a +if(a===0){if(q.d!=null)if(q.r==null){s=q.e +s=b.a-s.a>5e4}else s=!1 +else s=!1 +if(s)q.r=0 +return 0}else{s=q.r +if(s==null)return a +else{s+=a +q.r=s +r=q.d +r.toString +if(Math.abs(s)>r){q.r=null +s=Math.abs(a) +if(s>24)return a +else return Math.min(r/3,s)*J.hg(a)}else return 0}}}, +bC(a){var s,r,q,p,o=this +o.x=a +s=a.c +s.toString +r=s===0 +if(!r)o.e=a.a +q=a.a +if(o.f)if(r)if(q!=null){r=o.e +r=q.a-r.a>2e4}else r=!0 +else r=!1 +else r=!1 +if(r)o.f=!1 +p=o.Z_(s,q) +if(p===0)return +s=o.a +if(A.ao6(s.w.a.c))p=-p +s.FA(p>0?B.Ex:B.Ey) +r=s.at +r.toString +s.z3(r-s.r.BX(s,p))}, +m(){this.x=null +this.b.$0()}, +j(a){return"#"+A.b1(this)}} +A.a2E.prototype={ +OF(a,b){var s=t.uL.a(this.c.x) +if(b!=null)b.dH(new A.zn(s,a,b,0))}, +OG(a,b,c){b.dH(A.arB(b,null,t.zk.a(this.c.x),a,c))}, +wq(a,b,c){b.dH(new A.ja(t.zk.a(this.c.x),c,0,a,b,0))}, +OE(a,b){var s=this.c.x +b.dH(new A.mq(s instanceof A.fP?s:null,a,b,0))}, +gjz(){var s=this.c +return(s==null?null:s.w)!==B.cE}, +giE(){return!0}, +gfw(){return 0}, +m(){this.c=null +this.uk()}, +j(a){return"#"+A.b1(this)+"("+A.f(this.c)+")"}} +A.ED.prototype={ +RN(){var s=this.a,r=this.c +r===$&&A.b() +s.ih(r.gfw())}, +qG(){var s=this.a,r=this.c +r===$&&A.b() +s.ih(r.gfw())}, +Bf(){var s=this.c +s===$&&A.b() +s=s.x +s===$&&A.b() +if(!(Math.abs(this.a.z3(s))<1e-10)){s=this.a +s.hI(new A.lJ(s))}}, +Bd(){if(!this.b)this.a.ih(0)}, +wq(a,b,c){var s=this.c +s===$&&A.b() +b.dH(new A.ja(null,c,s.gfw(),a,b,0))}, +giE(){return!0}, +gfw(){var s=this.c +s===$&&A.b() +return s.gfw()}, +m(){var s=this.c +s===$&&A.b() +s.m() +this.uk()}, +j(a){var s=A.b1(this),r=this.c +r===$&&A.b() +return"#"+s+"("+r.j(0)+")"}, +gjz(){return this.d}} +A.I5.prototype={ +Bf(){var s=this.a,r=this.d +r===$&&A.b() +r=r.x +r===$&&A.b() +if(s.z3(r)!==0){s=this.a +s.hI(new A.lJ(s))}}, +Bd(){var s,r +if(!this.b){s=this.a +r=this.d +r===$&&A.b() +s.ih(r.gfw())}}, +wq(a,b,c){var s=this.d +s===$&&A.b() +b.dH(new A.ja(null,c,s.gfw(),a,b,0))}, +gjz(){return!0}, +giE(){return!0}, +gfw(){var s=this.d +s===$&&A.b() +return s.gfw()}, +m(){var s=this.c +s===$&&A.b() +s.j6() +s=this.d +s===$&&A.b() +s.m() +this.uk()}, +j(a){var s=A.b1(this),r=this.d +r===$&&A.b() +return"#"+s+"("+r.j(0)+")"}} +A.zh.prototype={ +ts(a,b,c,d){var s,r=this +if(b.a==null){s=$.me.oF$ +s===$&&A.b() +s=s.X(c)}else s=!0 +if(s){r.b.ts(a,b,c,d) +return}s=r.a +if(s.gaE()==null)return +s=s.gaE() +s.toString +if(A.aLN(s)){$.cv.yu(new A.aca(r,a,b,c,d)) +return}r.b.ts(a,b,c,d)}, +p_(a,b){return this.b.p_(a,b)}, +p0(a,b){return this.b.p0(a,b)}, +t5(a){return this.b.t5(a)}} +A.aca.prototype={ +$1(a){var s=this +A.e9(new A.ac9(s.a,s.b,s.c,s.d,s.e))}, +$S:3} +A.ac9.prototype={ +$0(){var s=this +return s.a.ts(s.b,s.c,s.d,s.e)}, +$S:0} +A.Og.prototype={ +lU(a){return A.pL()}, +Nv(a,b,c){var s=null +switch(this.lU(a).a){case 3:case 4:case 5:return A.aLn(b,c.b,B.d3,s,s,A.E3(),B.H,s,s,s,s,B.dL,s) +case 0:case 1:case 2:return b}}, +Nt(a,b,c){switch(this.lU(a).a){case 2:case 3:case 4:case 5:return b +case 0:case 1:return A.avJ(c.a,b,B.j)}}, +Sn(a){switch(this.lU(a).a){case 2:return new A.acb() +case 4:return new A.acc() +case 0:case 1:case 3:case 5:return new A.acd()}}, +Tg(a){switch(this.lU(a).a){case 2:return B.GL +case 4:return B.GM +case 0:case 1:case 3:case 5:return B.IC}}, +j(a){return"ScrollBehavior"}} +A.acb.prototype={ +$1(a){return A.aJp(a.gc3())}, +$S:378} +A.acc.prototype={ +$1(a){var s=a.gc3(),r=t.av,q=A.bd(20,null,!1,r) +$.jL() +return new A.rd(q,s,new A.jh(),A.bd(20,null,!1,r))}, +$S:379} +A.acd.prototype={ +$1(a){var s=a.gc3() +$.jL() +return new A.iv(s,new A.jh(),A.bd(20,null,!1,t.av))}, +$S:95} +A.zi.prototype={ +bS(a){var s +if(A.u(this.f)===A.u(a.f))s=!1 +else s=!0 +return s}} +A.Oh.prototype={ +jN(a,b,c){return this.a7Y(a,b,c)}, +a7Y(a,b,c){var s=0,r=A.V(t.H),q=this,p,o,n +var $async$jN=A.R(function(d,e){if(d===1)return A.S(e,r) +while(true)switch(s){case 0:n=A.a([],t.mo) +for(p=q.f,o=0;o#"+A.b1(this)+"("+B.b.bn(s,", ")+")"}} +A.kx.prototype={ +j8(){var s=this,r=null,q=s.gDN()?s.gho():r,p=s.gDN()?s.ghn():r,o=s.gPF()?s.gd8():r,n=s.gPH()?s.gtG():r,m=s.ghH(),l=s.gwk() +return new A.Is(q,p,o,n,m,l)}, +gEJ(){var s=this +return s.gd8()s.ghn()}, +gNk(){var s=this +return s.gd8()===s.gho()||s.gd8()===s.ghn()}, +gmH(){var s=this +return s.gtG()-A.a_(s.gho()-s.gd8(),0,s.gtG())-A.a_(s.gd8()-s.ghn(),0,s.gtG())}} +A.Is.prototype={ +gho(){var s=this.a +s.toString +return s}, +ghn(){var s=this.b +s.toString +return s}, +gDN(){return this.a!=null&&this.b!=null}, +gd8(){var s=this.c +s.toString +return s}, +gPF(){return this.c!=null}, +gtG(){var s=this.d +s.toString +return s}, +gPH(){return this.d!=null}, +j(a){var s=this +return"FixedScrollMetrics("+B.c.a5(Math.max(s.gd8()-s.gho(),0),1)+"..["+B.c.a5(s.gmH(),1)+"].."+B.c.a5(Math.max(s.ghn()-s.gd8(),0),1)+")"}, +ghH(){return this.e}, +gwk(){return this.f}} +A.TW.prototype={} +A.fz.prototype={} +A.afW.prototype={ +QD(a){if(t.rS.b(a))++a.fN$ +return!1}} +A.f8.prototype={ +dG(a){this.XN(a) +a.push(this.a.j(0))}} +A.zn.prototype={ +dG(a){var s +this.pN(a) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.ms.prototype={ +dG(a){var s +this.pN(a) +a.push("scrollDelta: "+A.f(this.e)) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.ja.prototype={ +dG(a){var s,r=this +r.pN(a) +a.push("overscroll: "+B.c.a5(r.e,1)) +a.push("velocity: "+B.c.a5(r.f,1)) +s=r.d +if(s!=null)a.push(s.j(0))}} +A.mq.prototype={ +dG(a){var s +this.pN(a) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.PO.prototype={ +dG(a){this.pN(a) +a.push("direction: "+this.d.j(0))}} +A.CB.prototype={ +dG(a){var s,r +this.yX(a) +s=this.fN$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.CA.prototype={ +bS(a){return this.f!==a.f}} +A.mQ.prototype={ +adt(a){return this.a.$1(a)}} +A.zk.prototype={ +au(){return new A.zl(new A.xG(t.z_),B.t)}} +A.zl.prototype={ +N(a){var s,r,q=this.d +q.toString +q=A.aNV(q) +s=A.j(q).c +for(;q.q();){r=q.c +if(r==null)r=s.a(r) +if(J.c(r.a,a)){q=r.lf$ +q.toString +q.a6G(A.j(r).h("m_.E").a(r)) +return}}}, +Kl(a){var s,r,q,p,o,n,m,l,k=this.d +if(k.b===0)return +p=A.a1(k,!0,t.Sx) +for(k=p.length,o=0;oMath.max(Math.abs(s.a),Math.abs(s.b))}return s.Rt(a,b,c)}, +vX(a,b,c,d){var s=this.a +if(s==null){s=b.c +s.toString +return s}return s.vX(a,b,c,d)}, +gpD(){var s=this.a +s=s==null?null:s.gpD() +return s==null?$.aDi():s}, +y_(a){var s=this.a +s=s==null?null:s.y_(a) +if(s==null){s=a.w.f +s===$&&A.b() +s=new A.PA(1/s,1/(0.05*s))}return s}, +gEg(){var s=this.a +s=s==null?null:s.gEg() +return s==null?18:s}, +gxk(){var s=this.a +s=s==null?null:s.gxk() +return s==null?50:s}, +grW(){var s=this.a +s=s==null?null:s.grW() +return s==null?8000:s}, +Cf(a){var s=this.a +if(s==null)return 0 +return s.Cf(a)}, +gD9(){var s=this.a +if(s==null)s=null +else{s=s.a +s=s==null?null:s.gD9()}return s}, +j(a){var s=this.a +if(s==null)return"ScrollPhysics" +return"ScrollPhysics -> "+s.j(0)}} +A.aau.prototype={ +vX(a,b,c,d){var s,r,q,p,o,n,m,l +if(d!==0){s=!1 +r=!1}else{s=!0 +r=!0}q=c.a +q.toString +p=b.a +p.toString +if(q===p){o=c.b +o.toString +n=b.b +n.toString +n=o===n +o=n}else o=!1 +if(o)s=!1 +o=c.c +o.toString +n=b.c +n.toString +if(o!==n){if(isFinite(q)){n=c.b +n.toString +if(isFinite(n))if(isFinite(p)){n=b.b +n.toString +n=isFinite(n)}else n=!1 +else n=!1}else n=!1 +if(n)r=!1 +s=!1}n=om}else m=!0 +if(m)r=!1 +if(s){if(n&&p>q)return p-(q-o) +q=c.b +q.toString +if(o>q){n=b.b +n.toString +n=n0&&b<0))n=p>0&&b>0 +else n=!0 +s=a.ax +if(n){s.toString +m=this.Pp((o-Math.abs(b))/s)}else{s.toString +m=this.Pp(o/s)}l=J.hg(b) +if(n&&this.b===B.Ev)return l*Math.abs(b) +return l*A.aGA(o,Math.abs(b),m)}, +BU(a,b){return 0}, +O9(a,b){var s,r,q,p,o,n,m,l=this.y_(a) +if(Math.abs(b)>=l.c||a.gEJ()){switch(this.b.a){case 1:s=1400 +break +case 0:s=0 +break +default:s=null}r=this.gpD() +q=a.at +q.toString +p=a.z +p.toString +o=a.Q +o.toString +n=new A.a08(p,o,r,l) +if(qo){n.f=new A.oO(o,A.Xt(r,q-o,b),B.cb) +n.r=-1/0}else{q=n.e=A.aJ7(0.135,q,b,s) +m=q.gwC() +if(b>0&&m>o){p=q.S0(o) +n.r=p +n.f=new A.oO(o,A.Xt(r,o-o,Math.min(q.eP(p),5000)),B.cb)}else if(b<0&&mr)q=r +else q=o +r=a.z +r.toString +if(s0){r=a.at +r.toString +p=a.Q +p.toString +p=r>=p +r=p}else r=!1 +if(r)return o +if(b<0){r=a.at +r.toString +p=a.z +p.toString +p=r<=p +r=p}else r=!1 +if(r)return o +r=a.at +r.toString +r=new A.a0X(r,b,n) +p=$.apG() +s=p*0.35*Math.pow(s/2223.8657884799995,1/(p-1)) +r.e=s +r.f=b*s/p +return r}} +A.oN.prototype={ +I(){return"ScrollPositionAlignmentPolicy."+this.b}} +A.mr.prototype={ +YC(a,b,c,d,e){var s,r,q=this +if(d!=null)q.o7(d) +if(q.at==null){s=q.w +r=s.c +r.toString +r=A.a9p(r) +if(r==null)s=null +else{s=s.c +s.toString +s=r.Rq(s)}A.azt(s) +if(s!=null)q.at=s}}, +gho(){var s=this.z +s.toString +return s}, +ghn(){var s=this.Q +s.toString +return s}, +gDN(){return this.z!=null&&this.Q!=null}, +gd8(){var s=this.at +s.toString +return s}, +gPF(){return this.at!=null}, +gtG(){var s=this.ax +s.toString +return s}, +gPH(){return this.ax!=null}, +o7(a){var s=this,r=a.z +if(r!=null&&a.Q!=null){r.toString +s.z=r +r=a.Q +r.toString +s.Q=r}r=a.at +if(r!=null)s.at=r +r=a.ax +if(r!=null)s.ax=r +s.fr=a.fr +a.fr=null +if(A.u(a)!==A.u(s))s.fr.RN() +s.w.Gc(s.fr.gjz()) +s.dy.sl(s.fr.giE())}, +gwk(){var s=this.w.f +s===$&&A.b() +return s}, +Ud(a){var s,r,q,p=this,o=p.at +o.toString +if(a!==o){s=p.r.BU(p,a) +o=p.at +o.toString +r=a-s +p.at=r +if(r!==o){p.BA() +p.yS() +r=p.at +r.toString +p.D_(r-o)}if(Math.abs(s)>1e-10){o=p.fr +o.toString +r=p.j8() +q=$.aL.a4$.z.i(0,p.w.Q) +q.toString +o.wq(r,q,s) +return s}}return 0}, +Pl(a){var s=this,r=s.at +r.toString +s.as=a-r +s.at=a +s.BA() +s.yS() +$.cv.x2$.push(new A.acj(s))}, +a80(a,b){var s,r,q,p=this +if(!A.E1(p.z,a,0.001)||!A.E1(p.Q,b,0.001)||p.ch||p.db!==A.bX(p.ghH())){p.z=a +p.Q=b +p.db=A.bX(p.ghH()) +s=p.ay?p.j8():null +p.ch=!1 +p.CW=!0 +if(p.ay){r=p.cx +r.toString +s.toString +r=!p.a9V(r,s)}else r=!1 +if(r)return!1 +p.ay=!0}if(p.CW){p.WM() +p.w.U7(p.r.lX(p)) +p.CW=!1}s=p.j8() +if(p.cx!=null){r=Math.max(s.gd8()-s.gho(),0) +q=p.cx +if(r===Math.max(q.gd8()-q.gho(),0))if(s.gmH()===p.cx.gmH()){r=Math.max(s.ghn()-s.gd8(),0) +q=p.cx +r=r===Math.max(q.ghn()-q.gd8(),0)&&s.e===p.cx.e}else r=!1 +else r=!1 +r=!r}else r=!0 +if(r){if(!p.cy){A.e9(p.gaae()) +p.cy=!0}p.cx=p.j8()}return!0}, +a9V(a,b){var s=this,r=s.r.vX(s.fr.giE(),b,a,s.fr.gfw()),q=s.at +q.toString +if(r!==q){s.at=r +return!1}return!0}, +qG(){this.fr.qG() +this.BA()}, +BA(){var s,r,q,p,o,n=this,m=n.w +switch(m.a.c.a){case 0:s=B.eB +r=B.eA +break +case 1:s=B.eC +r=B.eD +break +case 2:s=B.eA +r=B.eB +break +case 3:s=B.eD +r=B.eC +break +default:s=null +r=null}q=A.ax(t._S) +p=n.at +p.toString +o=n.z +o.toString +if(p>o)q.D(0,r) +p=n.at +p.toString +o=n.Q +o.toString +if(pr)o=r +break +default:o=m}r=n.at +r.toString +if(o===r)return A.dW(m,t.H) +if(e.a===B.H.a){n.fU(o) +return A.dW(m,t.H)}return n.jN(o,d,e)}, +t_(a,b,c){var s,r=this.z +r.toString +s=this.Q +s.toString +a=A.a_(a,r,s) +return this.X3(a,b,c)}, +hI(a){var s,r,q=this,p=q.fr +if(p!=null){s=p.gjz() +r=q.fr.giE() +if(r&&!a.giE())q.CT() +q.fr.m()}else{r=!1 +s=!1}q.fr=a +if(s!==a.gjz())q.w.Gc(q.fr.gjz()) +q.dy.sl(q.fr.giE()) +if(!r&&q.fr.giE())q.CY()}, +CY(){var s=this.fr +s.toString +s.OF(this.j8(),$.aL.a4$.z.i(0,this.w.Q))}, +D_(a){var s,r,q=this.fr +q.toString +s=this.j8() +r=$.aL.a4$.z.i(0,this.w.Q) +r.toString +q.OG(s,r,a)}, +CT(){var s,r,q,p=this,o=p.fr +o.toString +s=p.j8() +r=p.w +q=$.aL.a4$.z.i(0,r.Q) +q.toString +o.OE(s,q) +q=p.at +q.toString +r.r.sl(q) +q=$.f9.fQ$ +q===$&&A.b() +q.abb() +o=r.c +o.toString +o=A.a9p(o) +if(o!=null){s=r.c +s.toString +r=p.at +r.toString +o.SK(s,r)}}, +aaf(){var s,r,q +this.cy=!1 +s=this.w.Q +if($.aL.a4$.z.i(0,s)!=null){r=this.j8() +q=$.aL.a4$.z.i(0,s) +q.toString +s=$.aL.a4$.z.i(0,s) +if(s!=null)s.dH(new A.oM(r,q,0))}}, +m(){var s=this,r=s.fr +if(r!=null)r.m() +s.fr=null +r=s.dy +r.k2$=$.aO() +r.k1$=0 +s.dA()}, +dG(a){var s,r,q=this +q.X2(a) +s=q.z +s=s==null?null:B.i.a5(s,1) +r=q.Q +r=r==null?null:B.c.a5(r,1) +a.push("range: "+A.f(s)+".."+A.f(r)) +r=q.ax +a.push("viewport: "+A.f(r==null?null:B.c.a5(r,1)))}} +A.acj.prototype={ +$1(a){this.a.as=0}, +$S:3} +A.oM.prototype={ +Nf(){return A.arB(this.b,this.fN$,null,this.a,null)}, +dG(a){this.XM(a) +a.push(this.a.j(0))}} +A.Cz.prototype={ +dG(a){var s,r +this.yX(a) +s=this.fN$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.WY.prototype={} +A.zm.prototype={ +ghH(){return this.w.a.c}, +o7(a){var s,r=this +r.WL(a) +r.fr.a=r +r.k4=a.k4 +s=a.ok +if(s!=null){r.ok=s +s.a=r +a.ok=null}}, +hI(a){var s,r=this +r.k3=0 +r.WN(a) +s=r.ok +if(s!=null)s.m() +r.ok=null +if(!r.fr.giE())r.FA(B.Ew)}, +ih(a){var s,r,q,p=this,o=p.r.O9(p,a) +if(o!=null){s=p.fr +s=s==null?null:s.gjz() +s=new A.ED(s!==!1,p) +r=A.auj(null,0,p.w) +r.bE() +q=r.cD$ +q.b=!0 +q.a.push(s.gBe()) +r.fC() +r.z=B.aJ +r.Bl(o).a.a.ia(s.gBc()) +s.c=r +p.hI(s)}else p.hI(new A.lJ(p))}, +FA(a){var s,r,q,p=this +if(p.k4===a)return +p.k4=a +s=p.j8() +r=p.w.Q +q=$.aL.a4$.z.i(0,r) +q.toString +r=$.aL.a4$.z.i(0,r) +if(r!=null)r.dH(new A.PO(a,s,q,0))}, +jN(a,b,c){var s,r,q,p=this,o=p.at +o.toString +if(A.E1(a,o,p.r.y_(p).a)){p.fU(a) +return A.dW(null,t.H)}o=p.at +o.toString +s=new A.I5(p) +r=new A.bc(new A.a9($.ad,t.U),t.gR) +s.c=r +o=A.auj("DrivenScrollActivity",o,p.w) +o.bE() +q=o.cD$ +q.b=!0 +q.a.push(s.gBe()) +o.z=B.aJ +o.m4(a,b,c).a.a.ia(s.gBc()) +s.d!==$&&A.cI() +s.d=o +p.hI(s) +return r.a}, +fU(a){var s,r,q=this +q.hI(new A.lJ(q)) +s=q.at +s.toString +if(s!==a){q.Pl(a) +q.CY() +r=q.at +r.toString +q.D_(r-s) +q.CT()}q.ih(0)}, +ER(a){var s,r,q,p,o=this +if(a===0){o.ih(0) +return}s=o.at +s.toString +r=o.z +r.toString +r=Math.max(s+a,r) +q=o.Q +q.toString +p=Math.min(r,q) +if(p!==s){o.hI(new A.lJ(o)) +o.FA(-a>0?B.Ex:B.Ey) +s=o.at +s.toString +o.dy.sl(!0) +o.Pl(p) +o.CY() +r=o.at +r.toString +o.D_(r-s) +o.CT() +o.ih(0)}}, +m(){var s=this.ok +if(s!=null)s.m() +this.ok=null +this.WP()}} +A.a08.prototype={ +Bj(a){var s,r=this,q=r.r +q===$&&A.b() +if(a>q){if(!isFinite(q))q=0 +r.w=q +q=r.f +q===$&&A.b() +s=q}else{r.w=0 +q=r.e +q===$&&A.b() +s=q}s.a=r.a +return s}, +e5(a){return this.Bj(a).e5(a-this.w)}, +eP(a){return this.Bj(a).eP(a-this.w)}, +lv(a){return this.Bj(a).lv(a-this.w)}, +j(a){return"BouncingScrollSimulation(leadingExtent: "+this.b+", trailingExtent: "+A.f(this.c)+")"}} +A.a0X.prototype={ +e5(a){var s,r=this.e +r===$&&A.b() +s=A.a_(a/r,0,1) +r=this.f +r===$&&A.b() +return this.b+r*(1-Math.pow(1-s,$.apG()))}, +eP(a){var s=this.e +s===$&&A.b() +return this.c*Math.pow(1-A.a_(a/s,0,1),$.apG()-1)}, +lv(a){var s=this.e +s===$&&A.b() +return a>=s}} +A.ack.prototype={ +I(){return"ScrollViewKeyboardDismissBehavior."+this.b}} +A.alH.prototype={ +$2(a,b){if(!a.a)a.N(b)}, +$S:43} +A.zp.prototype={ +au(){var s=null,r=t.B +return new A.zq(new A.WL($.aO()),new A.bO(s,r),new A.bO(s,t.hA),new A.bO(s,r),B.zZ,s,A.B(t.yb,t.Q),s,!0,s,s,s,B.t)}, +agu(a,b){return this.f.$2(a,b)}} +A.acr.prototype={ +$1(a){return null}, +$S:382} +A.CC.prototype={ +bS(a){return this.r!==a.r}} +A.zq.prototype={ +gOt(){var s,r=this +switch(r.a.c.a){case 2:s=r.d.at +s.toString +return new A.o(0,s) +case 0:s=r.d.at +s.toString +return new A.o(0,-s) +case 3:s=r.d.at +s.toString +return new A.o(-s,0) +case 1:s=r.d.at +s.toString +return new A.o(s,0)}}, +gq1(){var s=this.a.d +if(s==null){s=this.x +s.toString}return s}, +gei(){return this.a.z}, +Mo(){var s,r,q,p=this +p.a.toString +s=p.c +s.toString +s=A.arA(s) +p.w=s +r=p.c +r.toString +p.e=s.Tg(r) +p.a.toString +q=p.d +if(q!=null){p.gq1().ra(q) +A.e9(q.gri())}p.gq1() +s=p.e +s.toString +r=$.aO() +r=new A.zm(B.Ew,s,p,!0,null,new A.ff(!1,r),r) +r.YC(p,null,!0,q,s) +if(r.at==null&&!0)r.at=0 +if(r.fr==null)r.hI(new A.lJ(r)) +p.d=r +s=p.gq1() +r=p.d +r.toString +s.ao(r)}, +kw(a,b){var s,r,q,p=this.r +this.ph(p,"offset") +s=p.y +r=s==null +if((r?A.j(p).h("cN.T").a(s):s)!=null){q=this.d +q.toString +p=r?A.j(p).h("cN.T").a(s):s +p.toString +if(b)q.at=p +else q.fU(p)}}, +aY(){if(this.a.d==null)this.x=A.ace() +this.bq()}, +bv(){var s=this,r=s.c +r.toString +r=A.dL(r,B.G4) +s.y=r==null?null:r.CW +r=s.c +r.toString +r=A.dL(r,B.io) +r=r==null?null:r.b +if(r==null){r=s.c +r.toString +A.ayi(r).toString +r=$.bN().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}}s.f=r +s.Mo() +s.XP()}, +a62(a){var s,r=this.a +r.toString +do ;while(!1) +r=r.d +r=r==null?null:A.u(r) +s=a.d +return r!=(s==null?null:A.u(s))}, +b3(a){var s,r,q=this +q.XQ(a) +s=a.d +if(q.a.d!=s){if(s==null){s=q.x +s.toString +r=q.d +r.toString +s.ra(r) +q.x.m() +q.x=null}else{r=q.d +r.toString +s.ra(r) +if(q.a.d==null)q.x=A.ace()}s=q.gq1() +r=q.d +r.toString +s.ao(r)}if(q.a62(a))q.Mo()}, +m(){var s,r=this,q=r.a.d +if(q!=null){s=r.d +s.toString +q.ra(s)}else{q=r.x +if(q!=null){s=r.d +s.toString +q.ra(s)}q=r.x +if(q!=null)q.m()}r.d.m() +r.r.m() +r.XR()}, +U7(a){var s,r,q=this +if(a===q.ay)s=!a||A.bX(q.a.c)===q.ch +else s=!1 +if(s)return +if(!a){q.at=B.zZ +q.L7()}else{switch(A.bX(q.a.c).a){case 1:q.at=A.K([B.lp,new A.cK(new A.acn(q),new A.aco(q),t.ok)],t.u,t.xR) +break +case 0:q.at=A.K([B.lo,new A.cK(new A.acp(q),new A.acq(q),t.Uv)],t.u,t.xR) +break}a=!0}q.ay=a +q.ch=A.bX(q.a.c) +s=q.Q +if(s.gct()!=null){s=s.gct() +s.Bn(q.at) +if(!s.a.f){r=s.c.gaf() +r.toString +t.Wx.a(r) +s.e.a84(r)}}}, +Gc(a){var s,r=this +if(r.ax===a)return +r.ax=a +s=r.as +if($.aL.a4$.z.i(0,s)!=null){s=$.aL.a4$.z.i(0,s).gaf() +s.toString +t.f1.a(s).sPM(r.ax)}}, +a1z(a){var s=this.d,r=s.fr.gfw(),q=new A.a5t(this.ga_W(),s) +s.hI(q) +s.k3=r +this.cx=q}, +a5F(a){var s,r,q=this.d,p=q.r,o=p.Cf(q.k3) +p=p.gD9() +s=p==null?null:0 +r=new A.acf(q,this.ga_U(),o,p,a.a,o!==0,s,a.d,a) +q.hI(new A.a2E(r,q)) +this.CW=q.ok=r}, +a5G(a){var s=this.CW +if(s!=null)s.bC(a)}, +a5E(a){var s,r,q,p,o=this.CW +if(o!=null){s=a.b +s.toString +r=-s +if(A.ao6(o.a.w.a.c))r=-r +o.x=a +if(o.f){s=J.hg(r) +q=o.c +p=Math.abs(r)>Math.abs(q)*0.5 +if(s===J.hg(q)&&p)r+=q}o.a.ih(r)}}, +L7(){if($.aL.a4$.z.i(0,this.Q)==null)return +var s=this.cx +if(s!=null)s.a.ih(0) +s=this.CW +if(s!=null)s.a.ih(0)}, +a_X(){this.cx=null}, +a_V(){this.CW=null}, +LM(a){var s,r=this.d,q=r.at +q.toString +s=r.z +s.toString +s=Math.max(q+a,s) +r=r.Q +r.toString +return Math.min(s,r)}, +KC(a){var s,r,q=A.aR("delta"),p=$.f9.hV$ +p===$&&A.b() +p=p.a.gbf() +s=A.fX(p,A.j(p).h("p.E")) +this.w===$&&A.b() +p=A.cn([B.df,B.e9],t.bd) +r=s.dC(0,p.gj7(p))&&a.gc3()===B.cD +switch(A.bX(this.a.c).a){case 0:q.b=r?a.glW().b:a.glW().a +break +case 1:q.b=r?a.glW().a:a.glW().b +break}if(A.ao6(this.a.c))q.b=q.ai()*-1 +return q.ai()}, +a51(a){var s,r,q,p,o=this +if(t.Mj.b(a)&&o.d!=null){s=o.e +if(s!=null){r=o.d +r.toString +r=!s.lX(r) +s=r}else s=!1 +if(s)return +q=o.KC(a) +p=o.LM(q) +if(q!==0){s=o.d.at +s.toString +s=p!==s}else s=!1 +if(s)$.fT.eR$.Rv(a,o.ga29())}else if(t.xb.b(a))o.d.ER(0)}, +a2a(a){var s,r=this,q=r.KC(a),p=r.LM(q) +if(q!==0){s=r.d.at +s.toString +s=p!==s}else s=!1 +if(s)r.d.ER(q)}, +a2n(a){var s,r +if(a.fN$===0){s=$.aL.a4$.z.i(0,this.z) +r=s==null?null:s.gaf() +if(r!=null)r.by()}return!1}, +J(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.d +i.toString +s=k.at +r=k.a +q=k.ax +s=A.JR(B.bI,new A.ks(A.dn(j,A.Jc(r.agu(a,i),q,k.as),!1,j,!0,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j),s,B.b5,!1,k.Q),j,j,j,k.ga50(),j) +r=k.a +r.toString +q=k.d +q.toString +k.e.toString +p=k.gq1() +o=k.a.as +n=new A.Ok(r.c,p,o) +r=k.w +r===$&&A.b() +m=r.Nv(a,r.Nt(a,new A.ei(k.ga2m(),new A.WZ(q,!0,j,new A.CC(k,i,s,j),k.z),j,t.ji),n),n) +l=A.arD(a) +if(l!=null){i=k.d +i.toString +m=new A.CE(k,i,m,l,j)}return m}} +A.acn.prototype={ +$0(){this.a.w===$&&A.b() +return A.ayh(null,B.hQ)}, +$S:106} +A.aco.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gJm() +a.ay=q.gL9() +a.ch=q.gLa() +a.CW=q.gL8() +a.cx=q.gL6() +s=q.e +a.cy=s==null?null:s.gEg() +s=q.e +a.db=s==null?null:s.gxk() +s=q.e +a.dx=s==null?null:s.grW() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.Sn(r) +a.at=q.a.y +a.b=q.y +a.c=B.hQ}, +$S:105} +A.acp.prototype={ +$0(){this.a.w===$&&A.b() +return A.ar_(null,B.hQ)}, +$S:100} +A.acq.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gJm() +a.ay=q.gL9() +a.ch=q.gLa() +a.CW=q.gL8() +a.cx=q.gL6() +s=q.e +a.cy=s==null?null:s.gEg() +s=q.e +a.db=s==null?null:s.gxk() +s=q.e +a.dx=s==null?null:s.grW() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.Sn(r) +a.at=q.a.y +a.b=q.y +a.c=B.hQ}, +$S:99} +A.CE.prototype={ +au(){return new A.X_(B.t)}} +A.X_.prototype={ +aY(){var s,r,q,p +this.bq() +s=this.a +r=s.c +s=s.d +q=t.x9 +p=t.V +q=new A.CD(r,new A.a2G(r,30),s,A.B(q,p),A.B(q,p),A.a([],t.D1),A.ax(q),B.a5x,$.aO()) +s.aa(q.gL3()) +this.d=q}, +b3(a){var s,r +this.bD(a) +s=this.a.d +if(a.d!==s){r=this.d +r===$&&A.b() +r.sbN(s)}}, +m(){var s=this.d +s===$&&A.b() +s.m() +this.bb()}, +J(a){var s=this.a,r=s.f,q=this.d +q===$&&A.b() +return new A.zw(r,s.e,q,null)}} +A.CD.prototype={ +sbN(a){var s,r=this.id +if(a===r)return +s=this.gL3() +r.N(s) +this.id=a +a.aa(s)}, +a5A(){if(this.fr)return +this.fr=!0 +$.cv.x2$.push(new A.alE(this))}, +CS(){var s=this,r=s.b,q=A.r8(r,A.a6(r).c) +s.k1.F7(0,new A.alF(q)) +s.k2.F7(0,new A.alG(q)) +s.VL()}, +DK(a){var s,r,q,p,o,n,m=this +if(m.fy==null&&m.fx==null)m.go=m.Jd(a.b) +s=A.ZP(m.dx) +r=a.b +q=a.c +p=-s.a +o=-s.b +if(a.a===B.ew){r=m.fy=m.JC(r) +a=A.axs(new A.o(r.a+p,r.b+o),q)}else{r=m.fx=m.JC(r) +a=A.axt(new A.o(r.a+p,r.b+o),q)}n=m.VT(a) +if(n===B.l5){m.dy.e=!1 +return n}if(m.go){r=m.dy +r.UB(A.aLp(a.b,0,0)) +if(r.e)return B.l5}return n}, +JC(a){var s,r,q,p=this.dx,o=p.c.gaf() +o.toString +t.x.a(o) +s=o.nl(a) +if(!this.go){r=s.b +if(r<0||s.a<0)return A.da(o.c0(null),B.l) +if(r>o.gC().b||s.a>o.gC().a)return B.a2P}q=A.ZP(p) +return A.da(o.c0(null),new A.o(s.a+q.a,s.b+q.b))}, +Bu(a,b){var s,r,q,p=this,o=p.dx,n=A.ZP(o) +o=o.c.gaf() +o.toString +t.x.a(o) +s=o.c0(null) +r=p.d +if(r!==-1)q=p.fx==null||b +else q=!1 +if(q){r=p.b[r].gl().a +r.toString +p.fx=A.da(s,A.da(p.b[p.d].c0(o),r.a.a0(0,new A.o(0,-r.b/2))).a0(0,n))}r=p.c +if(r!==-1)q=!0 +else q=!1 +if(q){r=p.b[r].gl().b +r.toString +p.fy=A.da(s,A.da(p.b[p.c].c0(o),r.a.a0(0,new A.o(0,-r.b/2))).a0(0,n))}}, +Mg(){return this.Bu(!0,!0)}, +JU(a){var s,r,q,p,o,n,m,l,k=this,j=k.b +if(a){s=j[k.c] +r=s.gl().b +q=s.gl().b.b}else{s=j[k.d] +r=s.gl().a +j=s.gl().a +q=j==null?null:j.b}if(q==null||r==null)return +j=k.dx +p=j.c.gaf() +p.toString +t.x.a(p) +o=A.da(s.c0(p),r.a) +n=p.gC().a +p=p.gC().b +switch(j.a.c.a){case 0:m=o.b +l=m-q +if(m>=p&&l<=0)return +if(m>p){j=k.id +n=j.at +n.toString +j.fU(n+p-m) +return}if(l<0){j=k.id +p=j.at +p.toString +j.fU(p+0-l)}return +case 1:r=o.a +if(r>=n&&r<=0)return +if(r>n){j=k.id +p=j.at +p.toString +j.fU(p+r-n) +return}if(r<0){j=k.id +p=j.at +p.toString +j.fU(p+r-0)}return +case 2:m=o.b +l=m-q +if(m>=p&&l<=0)return +if(m>p){j=k.id +n=j.at +n.toString +j.fU(n+m-p) +return}if(l<0){j=k.id +p=j.at +p.toString +j.fU(p+l-0)}return +case 3:r=o.a +if(r>=n&&r<=0)return +if(r>n){j=k.id +p=j.at +p.toString +j.fU(p+n-r) +return}if(r<0){j=k.id +p=j.at +p.toString +j.fU(p+0-r)}return}}, +Jd(a){var s,r=this.dx.c.gaf() +r.toString +t.x.a(r) +s=r.nl(a) +return new A.D(0,0,0+r.gC().a,0+r.gC().b).p(0,s)}, +eO(a,b){var s,r,q=this +switch(b.a.a){case 0:s=q.dx.d.at +s.toString +q.k1.n(0,a,s) +q.wx(a) +break +case 1:s=q.dx.d.at +s.toString +q.k2.n(0,a,s) +q.wx(a) +break +case 5:case 6:q.wx(a) +s=q.dx +r=s.d.at +r.toString +q.k1.n(0,a,r) +s=s.d.at +s.toString +q.k2.n(0,a,s) +break +case 2:q.k2.v(0,a) +q.k1.v(0,a) +break +case 3:case 4:s=q.dx +r=s.d.at +r.toString +q.k2.n(0,a,r) +s=s.d.at +s.toString +q.k1.n(0,a,s) +break}return q.VM(a,b)}, +wx(a){var s,r,q,p,o,n,m=this,l=m.dx,k=l.d.at +k.toString +s=m.k1 +r=s.i(0,a) +q=m.fx +if(q!=null)p=r==null||Math.abs(k-r)>1e-10 +else p=!1 +if(p){o=A.ZP(l) +a.ov(A.axt(new A.o(q.a+-o.a,q.b+-o.b),null)) +q=l.d.at +q.toString +s.n(0,a,q)}s=m.k2 +n=s.i(0,a) +q=m.fy +if(q!=null)k=n==null||Math.abs(k-n)>1e-10 +else k=!1 +if(k){o=A.ZP(l) +a.ov(A.axs(new A.o(q.a+-o.a,q.b+-o.b),null)) +l=l.d.at +l.toString +s.n(0,a,l)}}, +m(){var s=this +s.k1.M(0) +s.k2.M(0) +s.fr=!1 +s.dy.e=!1 +s.VN()}} +A.alE.prototype={ +$1(a){var s=this.a +if(!s.fr)return +s.fr=!1 +s.vF()}, +$S:3} +A.alF.prototype={ +$2(a,b){return!this.a.p(0,a)}, +$S:119} +A.alG.prototype={ +$2(a,b){return!this.a.p(0,a)}, +$S:119} +A.WZ.prototype={ +aO(a){var s=this.e,r=new A.WD(s,!0,this.r,null,A.aw()) +r.aQ() +r.sb7(null) +s.aa(r.gQm()) +return r}, +aS(a,b){b.sa7X(!0) +b.sbN(this.e) +b.sU0(this.r)}} +A.WD.prototype={ +sbN(a){var s,r=this,q=r.F +if(a===q)return +s=r.gQm() +q.N(s) +r.F=a +a.aa(s) +r.by()}, +sa7X(a){return}, +sU0(a){return}, +fK(a){var s,r,q=this +q.iU(a) +a.a=!0 +if(q.F.ay){a.br(B.a5R,!0) +s=q.F +r=s.at +r.toString +a.b8=r +a.e=!0 +r=s.Q +r.toString +a.be=r +s=s.z +s.toString +a.bF=s +a.sTW(q.aB)}}, +qI(a,b,c){var s,r,q,p,o,n,m,l=this +if(c.length!==0){s=B.b.gE(c).dy +s=!(s!=null&&s.p(0,B.a5Z))}else s=!0 +if(s){l.c_=null +l.H9(a,b,c) +return}s=l.c_ +if(s==null)s=l.c_=A.Ou(null,l.gpB()) +s.sDX(a.Q||a.y) +s.saM(a.e) +s=l.c_ +s.toString +r=t.QF +q=A.a([s],r) +p=A.a([],r) +for(s=c.length,o=null,n=0;n#"+A.b1(r)+"("+B.b.bn(q,", ")+")"}, +gt(a){return A.I(this.a,this.b,null,this.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.N(b)!==A.u(r))return!1 +if(b instanceof A.Ok)if(b.a===r.a)if(b.b===r.b)s=b.d===r.d +else s=!1 +else s=!1 +else s=!1 +return s}} +A.acm.prototype={ +$2(a,b){if(b!=null)this.a.push(a+b.j(0))}, +$S:121} +A.a2G.prototype={ +AS(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +a65(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +UB(a){var s=this,r=s.a.gOt() +s.d=a.aI(r.a,r.b) +if(s.e)return +s.o_()}, +o_(){var s=0,r=A.V(t.H),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$o_=A.R(function(a,b){if(a===1)return A.S(b,r) +while(true)switch(s){case 0:d=p.a +c=d.c.gaf() +c.toString +t.x.a(c) +o=A.fZ(c.c0(null),new A.D(0,0,0+c.gC().a,0+c.gC().b)) +c=p.e=!0 +n=d.gOt() +m=o.a +l=o.b +k=p.AS(new A.o(m+n.a,l+n.b),A.bX(d.a.c)) +j=k+p.a65(new A.J(o.c-m,o.d-l),A.bX(d.a.c)) +l=p.d +l===$&&A.b() +i=p.AS(new A.o(l.a,l.b),A.bX(d.a.c)) +l=p.d +h=p.AS(new A.o(l.c,l.d),A.bX(d.a.c)) +switch(d.a.c.a){case 0:case 3:if(h>j){m=d.d +l=m.at +l.toString +m=m.z +m.toString +m=l>m}else m=!1 +if(m){g=Math.min(h-j,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(im}else m=!1 +if(m){g=Math.min(k-i,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(h>j){m=d.d +l=m.at +l.toString +m=m.Q +m.toString +m=l>>24&255)/255*this.r.gl())),r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255)) +return s}, +Ku(a){var s,r,q=this +if(a){s=$.ak().bk() +r=q.c +s.sal(A.Q(B.c.ar(255*((r.gl()>>>24&255)/255*q.r.gl())),r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255)) +s.sbh(B.ad) +s.shw(1) +return s}s=$.ak().bk() +r=q.b +s.sal(A.Q(B.c.ar(255*((r.gl()>>>24&255)/255*q.r.gl())),r.gl()>>>16&255,r.gl()>>>8&255,r.gl()&255)) +return s}, +a4r(){return this.Ku(!1)}, +a4o(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.gvn() +switch(e.gvn().a){case 0:s=e.f +r=e.cy +r===$&&A.b() +q=new A.J(s,r) +s+=2*e.x +r=e.db.d +r.toString +p=e.dx +p=p===B.a5||p===B.a_ +o=e.Q +n=new A.J(s,r-(p?o.gbK()+o.gbO():o.gdu())) +r=e.x +m=r+e.Q.a +o=e.cx +o===$&&A.b() +r=m-r +l=e.gv0() +k=new A.o(r,l) +j=k.a0(0,new A.o(s,0)) +i=e.db.d +i.toString +p=e.dx +p=p===B.a5||p===B.a_ +h=e.Q +p=p?h.gbK()+h.gbO():h.gdu() +g=new A.o(r+s,l+(i-p)) +f=o +break +case 1:s=e.f +r=e.cy +r===$&&A.b() +q=new A.J(s,r) +r=e.x +p=e.db.d +p.toString +o=e.dx +o=o===B.a5||o===B.a_ +l=e.Q +o=o?l.gbK()+l.gbO():l.gdu() +n=new A.J(s+2*r,p-o) +o=e.f +p=e.x +m=b.a-o-p-e.Q.c +o=e.cx +o===$&&A.b() +p=m-p +r=e.gv0() +k=new A.o(p,r) +s=e.db.d +s.toString +l=e.dx +l=l===B.a5||l===B.a_ +i=e.Q +g=new A.o(p,r+(s-(l?i.gbK()+i.gbO():i.gdu()))) +j=k +f=o +break +case 2:s=e.cy +s===$&&A.b() +q=new A.J(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.a5||r===B.a_ +p=e.Q +r=r?p.gbK()+p.gbO():p.gdu() +p=e.f +o=e.x +p+=2*o +n=new A.J(s-r,p) +r=e.cx +r===$&&A.b() +f=o+e.Q.b +o=e.gv0() +s=f-e.x +k=new A.o(o,s) +j=k.a0(0,new A.o(0,p)) +l=e.db.d +l.toString +i=e.dx +i=i===B.a5||i===B.a_ +h=e.Q +g=new A.o(o+(l-(i?h.gbK()+h.gbO():h.gdu())),s+p) +m=r +break +case 3:s=e.cy +s===$&&A.b() +q=new A.J(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.a5||r===B.a_ +p=e.Q +r=r?p.gbK()+p.gbO():p.gdu() +p=e.f +o=e.x +n=new A.J(s-r,p+2*o) +r=e.cx +r===$&&A.b() +f=b.b-p-o-e.Q.d +o=e.gv0() +p=f-e.x +k=new A.o(o,p) +s=e.db.d +s.toString +l=e.dx +l=l===B.a5||l===B.a_ +i=e.Q +g=new A.o(o+(s-(l?i.gbK()+i.gbO():i.gdu())),p) +j=k +m=r +break +default:g=d +j=g +k=j +n=k +q=n +f=q +m=f}s=k.a +r=k.b +e.ch=new A.D(s,r,s+n.a,r+n.b) +e.CW=new A.D(m,f,m+q.a,f+q.b) +if(e.r.gl()!==0){s=e.ch +s.toString +a.cl(s,e.a4r()) +a.k6(j,g,e.Ku(!0)) +s=e.y +if(s!=null){r=e.CW +r.toString +a.cV(A.yO(r,s),e.gKt()) +return}s=e.CW +s.toString +a.cl(s,e.gKt()) +return}}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.dx +if(f!=null){s=g.db +if(s!=null){r=s.b +r.toString +s=s.a +s.toString +s=r<=s}else s=!0}else s=!0 +if(s)return +s=g.db.d +s.toString +f=f===B.a5||f===B.a_ +r=g.Q +f=f?r.gbK()+r.gbO():r.gdu() +if(s-f-2*g.w<=0)return +f=g.db +s=f.b +s.toString +if(s==1/0||s==-1/0)return +f=f.gmH() +s=g.dx +s=s===B.a5||s===B.a_ +r=g.Q +s=s?r.gbK()+r.gbO():r.gdu() +r=g.db +q=r.b +q.toString +p=r.a +p.toString +r=r.d +r.toString +o=g.dx +o=o===B.a5||o===B.a_ +n=g.Q +o=o?n.gbK()+n.gbO():n.gdu() +m=A.a_((f-s)/(q-p+r-o),0,1) +o=g.db.d +o.toString +f=g.dx +f=f===B.a5||f===B.a_ +s=g.Q +f=f?s.gbK()+s.gbO():s.gdu() +f=Math.min(o-f-2*g.w,g.at) +o=g.db.d +o.toString +s=g.dx +s=s===B.a5||s===B.a_ +r=g.Q +s=s?r.gbK()+r.gbO():r.gdu() +l=Math.max(f,(o-s-2*g.w)*m) +s=g.db.gmH() +o=g.db.d +o.toString +f=g.as +r=g.dx +r=r===B.a5||r===B.a_ +q=g.Q +r=r?q.gbK()+q.gbO():q.gdu() +k=Math.min(f,o-r-2*g.w) +f=g.dx +f=f===B.a_||f===B.bR +r=g.db +if((f?Math.max(r.ghn()-r.gd8(),0):Math.max(r.gd8()-r.gho(),0))>0){f=g.dx +f=f===B.a_||f===B.bR +r=g.db +r=(f?Math.max(r.gd8()-r.gho(),0):Math.max(r.ghn()-r.gd8(),0))>0 +f=r}else f=!1 +j=f?k:k*(1-A.a_(1-s/o,0,0.2)/0.2) +f=g.db.d +f.toString +s=g.dx +s=s===B.a5||s===B.a_ +r=g.Q +s=s?r.gbK()+r.gbO():r.gdu() +s=A.a_(l,j,f-s-2*g.w) +g.cy=s +f=g.db +r=f.b +r.toString +q=f.a +q.toString +i=r-q +if(i>0){r=f.c +r.toString +h=A.a_((r-q)/i,0,1)}else h=0 +r=g.dx +q=r===B.a_ +p=q||r===B.bR?1-h:h +f=f.d +f.toString +r=r===B.a5||q +q=g.Q +r=r?q.gbK()+q.gbO():q.gdu() +g.cx=p*(f-r-2*g.w-s)+g.ga3a() +return g.a4o(a,b)}, +FX(a){var s,r,q,p,o=this,n=o.db,m=n.b +m.toString +s=n.a +s.toString +n=n.d +n.toString +r=o.dx +r=r===B.a5||r===B.a_ +q=o.Q +r=r?q.gbK()+q.gbO():q.gdu() +q=o.w +p=o.cy +p===$&&A.b() +return(m-s)*a/(n-r-2*q-p)}, +DP(a){var s,r,q=this +if(q.CW==null)return null +if(!q.ay)if(q.r.gl()!==0){s=q.db +r=s.a +r.toString +s=s.b +s.toString +s=r===s}else s=!0 +else s=!0 +if(s)return!1 +return q.ch.p(0,a)}, +PI(a,b,c){var s,r,q,p=this,o=p.ch +if(o==null)return!1 +if(p.ay)return!1 +s=p.db +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +q=o.mG(A.mn(p.CW.gb2(),24)) +if(p.r.gl()===0){if(c&&b===B.cD)return q.p(0,a) +return!1}switch(b.a){case 0:case 4:return q.p(0,a) +case 1:case 2:case 3:case 5:return o.p(0,a)}}, +acs(a,b){return this.PI(a,b,!1)}, +PJ(a,b){var s,r,q=this +if(q.CW==null)return!1 +if(q.ay)return!1 +if(q.r.gl()===0)return!1 +s=q.db +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +switch(b.a){case 0:case 4:s=q.CW +return s.mG(A.mn(s.gb2(),24)).p(0,a) +case 1:case 2:case 3:case 5:return q.CW.p(0,a)}}, +jA(a){var s,r=this +if(r.a.k(0,a.a))if(r.b.k(0,a.b))if(r.c.k(0,a.c))if(r.e==a.e)if(r.f===a.f)if(r.r===a.r)if(r.w===a.w)if(r.x===a.x)if(J.c(r.y,a.y))if(r.Q.k(0,a.Q))if(r.as===a.as)if(r.at===a.at)s=r.ay!==a.ay +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +return s}, +Gj(a){return!1}, +gG5(){return null}, +j(a){return"#"+A.b1(this)}, +m(){this.r.a.N(this.geA()) +this.dA()}} +A.acv.prototype={ +$1(a){var s,r +if(a!=null){s=a.b +s.toString +r=a.a +r.toString +r=s>r +s=r}else s=!1 +return s}, +$S:387} +A.rQ.prototype={ +au(){return A.aLo(t.jU)}, +lA(a){return this.cx.$1(a)}} +A.jf.prototype={ +gmj(){var s=this.a.d +return s}, +gnr(){var s=this.a.e +return s===!0}, +gLu(){if(this.gnr())this.a.toString +return!1}, +gmE(){this.a.toString +return!0}, +aY(){var s,r,q,p,o=this,n=null +o.bq() +s=A.ds(n,o.a.ay,n,n,o) +s.bE() +r=s.cE$ +r.b=!0 +r.a.push(o.ga7i()) +o.x=s +s=o.y=A.eY(B.cl,s,n) +r=o.a +q=r.w +if(q==null)q=6 +p=r.r +r=r.db +r=new A.zs(B.j1,B.L,B.L,n,q,s,0,0,p,n,B.as,18,18,r,$.aO()) +s.a.aa(r.geA()) +o.at!==$&&A.cI() +o.at=r}, +bv(){this.eo()}, +a7j(a){if(a!==B.a4)if(this.gmj()!=null)this.gmE()}, +tC(){var s,r=this,q=r.at +q===$&&A.b() +r.a.toString +q.sal(B.j1) +r.a.toString +q.sagf(null) +if(r.gLu()){r.a.toString +s=B.IG}else s=B.L +q.sS9(s) +if(r.gLu()){r.a.toString +s=B.JF}else s=B.L +q.sS8(s) +s=r.c.ak(t.I) +s.toString +q.sbA(s.w) +s=r.a.w +q.sFi(s==null?6:s) +q.stm(r.a.r) +r.a.toString +s=r.c +s.toString +s=A.cU(s,B.ce,t.m).w +q.scQ(s.r) +q.syx(r.a.db) +r.a.toString +q.sE8(0) +r.a.toString +q.sd_(null) +r.a.toString +q.sCG(0) +r.a.toString +q.sEh(18) +r.a.toString +q.sQv(18) +q.sPL(!r.gmE())}, +b3(a){var s,r=this +r.bD(a) +s=r.a.e +if(s!=a.e)if(s===!0){s=r.w +if(s!=null)s.bd() +s=r.x +s===$&&A.b() +s.z=B.aJ +s.m4(1,B.ak,null)}else{s=r.x +s===$&&A.b() +s.hq()}}, +a74(a){var s,r,q,p,o,n=this,m=B.b.gdm(n.r.f),l=A.aR("primaryDeltaFromDragStart"),k=A.aR("primaryDeltaFromLastDragUpdate") +switch(m.w.a.c.a){case 0:s=a.b +l.b=n.d.b-s +k.b=n.e.b-s +break +case 1:s=a.a +l.b=s-n.d.a +k.b=s-n.e.a +break +case 2:s=a.b +l.b=s-n.d.b +k.b=s-n.e.b +break +case 3:s=a.a +l.b=n.d.a-s +k.b=n.e.a-s +break}s=n.at +s===$&&A.b() +r=l.ai() +q=n.f +q.toString +p=s.FX(r+q) +if(l.ai()>0){r=m.at +r.toString +r=pr}else r=!1 +else r=!0 +if(r){r=m.at +r.toString +p=r+s.FX(k.ai())}s=m.at +s.toString +if(p!==s){o=p-m.r.BU(m,p) +s=n.c +s.toString +s=A.arA(s) +r=n.c +r.toString +switch(s.lU(r).a){case 1:case 3:case 4:case 5:s=m.z +s.toString +r=m.Q +r.toString +o=A.a_(o,s,r) +break +case 2:case 0:break}m.fU(o)}}, +v9(){var s,r=this +if(!r.gnr()){s=r.w +if(s!=null)s.bd() +r.w=A.d4(r.a.ch,new A.aaL(r))}}, +lV(){var s=this.r.f +if(s.length!==0)return A.bX(B.b.gdm(s).ghH()) +return null}, +wQ(){if(this.lV()==null)return +var s=this.w +if(s!=null)s.bd()}, +wS(a){var s,r,q,p,o,n,m=this +m.r=m.gmj() +if(m.lV()==null)return +s=m.w +if(s!=null)s.bd() +s=m.x +s===$&&A.b() +s.cP() +m.e=m.d=a +s=m.at +s===$&&A.b() +r=s.db +q=r.b +q.toString +p=r.a +p.toString +o=q-p +if(o>0){q=r.c +q.toString +n=A.a_(q/o,0,1)}else n=0 +r=r.d +r.toString +q=s.dx +q=q===B.a5||q===B.a_ +p=s.Q +q=q?p.gbK()+p.gbO():p.gdu() +p=s.w +s=s.cy +s===$&&A.b() +m.f=n*(r-q-2*p-s) +m.as=!0}, +acb(a){var s,r=this +if(J.c(r.e,a))return +s=B.b.gdm(r.r.f) +if(!s.r.lX(s))return +if(r.lV()==null)return +r.a74(a) +r.e=a}, +wR(a,b){var s=this +s.as=!1 +if(s.lV()==null)return +s.v9() +s.r=s.f=s.e=s.d=null}, +a2A(a){var s,r,q,p,o,n=this,m=n.gmj() +n.r=m +s=B.b.gdm(m.f) +if(!s.r.lX(s))return +m=s.w +switch(m.a.c.a){case 0:case 2:r=n.at +r===$&&A.b() +r=r.cx +r===$&&A.b() +q=a.c.b>r?B.a5:B.a_ +break +case 3:case 1:r=n.at +r===$&&A.b() +r=r.cx +r===$&&A.b() +q=a.c.a>r?B.dB:B.bR +break +default:q=null}m=$.aL.a4$.z.i(0,m.Q) +m.toString +p=A.ij(m) +p.toString +o=A.axq(p,new A.f7(q,B.l3)) +m=B.b.gdm(n.r.f) +r=B.b.gdm(n.r.f).at +r.toString +m.t_(r+o,B.nF,B.aT)}, +Bi(a){var s,r,q=this.gmj() +if(q==null)return!0 +s=q.f +r=s.length +if(r>1)return!1 +return r===0||A.bX(B.b.gdm(s).ghH())===a}, +a5K(a){var s,r,q=this,p=q.a +p.toString +if(!p.lA(a.Nf()))return!1 +if(q.gnr()){p=q.x +p===$&&A.b() +s=p.Q +s===$&&A.b() +if(s!==B.bQ&&s!==B.ao)p.cP()}r=a.a +p=r.e +if(q.Bi(A.bX(p))){s=q.at +s===$&&A.b() +s.fv(r,p)}return!1}, +a5M(a){var s,r,q,p=this +if(!p.a.lA(a))return!1 +s=a.a +r=s.b +r.toString +q=s.a +q.toString +if(r<=q){r=p.x +r===$&&A.b() +q=r.Q +q===$&&A.b() +if(q!==B.a4&&q!==B.bi)r.hq() +r=s.e +if(p.Bi(A.bX(r))){q=p.at +q===$&&A.b() +q.fv(s,r)}return!1}if(a instanceof A.ms||a instanceof A.ja){r=p.x +r===$&&A.b() +q=r.Q +q===$&&A.b() +if(q!==B.bQ&&q!==B.ao)r.cP() +r=p.w +if(r!=null)r.bd() +r=s.e +if(p.Bi(A.bX(r))){q=p.at +q===$&&A.b() +q.fv(s,r)}}else if(a instanceof A.mq)if(p.d==null)p.v9() +return!1}, +ga0H(){var s=this,r=A.B(t.u,t.xR) +if(s.gmj()==null||!s.gmE())return r +r.n(0,B.acy,new A.cK(new A.aaH(s),new A.aaI(s),t.ff)) +r.n(0,B.acz,new A.cK(new A.aaJ(s),new A.aaK(s),t.Bk)) +return r}, +Q4(a,b,c){var s,r=this.z +if($.aL.a4$.z.i(0,r)==null)return!1 +s=A.asD(r,a) +r=this.at +r===$&&A.b() +return r.PI(s,b,!0)}, +DD(a){var s,r=this +if(r.Q4(a.gbN(),a.gc3(),!0)){r.Q=!0 +s=r.x +s===$&&A.b() +s.cP() +s=r.w +if(s!=null)s.bd()}else if(r.Q){r.Q=!1 +r.v9()}}, +DE(a){this.Q=!1 +this.v9()}, +Lb(a){var s=A.bX(B.b.gdm(this.r.f).ghH())===B.bj?a.glW().a:a.glW().b +return A.ao6(B.b.gdm(this.r.f).w.a.c)?s*-1:s}, +Lc(a){var s,r=B.b.gdm(this.r.f).at +r.toString +s=B.b.gdm(this.r.f).z +s.toString +s=Math.max(r+a,s) +r=B.b.gdm(this.r.f).Q +r.toString +return Math.min(s,r)}, +a5I(a){var s,r,q,p=this +p.r=p.gmj() +s=p.Lb(a) +r=p.Lc(s) +if(s!==0){q=B.b.gdm(p.r.f).at +q.toString +q=r!==q}else q=!1 +if(q)B.b.gdm(p.r.f).ER(s)}, +a5O(a){var s,r,q,p,o=this +o.r=o.gmj() +s=o.at +s===$&&A.b() +s=s.DP(a.geg()) +if(s===!0){s=o.r +if(s!=null)if(s.f.length!==0)s=!0 +else s=!1 +else s=!1}else s=!1 +if(s){r=B.b.gdm(o.r.f) +if(t.Mj.b(a)){if(!r.r.lX(r))return +q=o.Lb(a) +p=o.Lc(q) +if(q!==0){s=r.at +s.toString +s=p!==s}else s=!1 +if(s)$.fT.eR$.Rv(a,o.ga5H())}else if(t.xb.b(a)){s=r.at +s.toString +r.fU(s)}}}, +m(){var s=this,r=s.x +r===$&&A.b() +r.m() +r=s.w +if(r!=null)r.bd() +r=s.at +r===$&&A.b() +r.r.a.N(r.geA()) +r.dA() +s.Xm()}, +J(a){var s,r,q=this,p=null +q.tC() +s=q.ga0H() +r=q.at +r===$&&A.b() +return new A.ei(q.ga5J(),new A.ei(q.ga5L(),new A.ii(A.JR(B.bI,new A.ks(A.LZ(A.Hz(new A.ii(q.a.c,p),r,q.z,p,B.U),B.cj,p,new A.aaM(q),new A.aaN(q)),s,p,!1,p),p,p,p,q.ga5N(),p),p),p,t.WA),p,t.ji)}} +A.aaL.prototype={ +$0(){var s=this.a,r=s.x +r===$&&A.b() +r.hq() +s.w=null}, +$S:0} +A.aaH.prototype={ +$0(){var s=this.a,r=s.a.CW,q=t.S,p=A.cT(q),o=A.aBn() +return new A.jD(s.z,r,null,B.bH,A.B(q,t.Y),p,s,null,o,A.B(q,t.c))}, +$S:388} +A.aaI.prototype={ +$1(a){var s=this.a +a.p2=s.gPC() +a.p3=new A.aaE(s) +a.p4=new A.aaF(s) +a.RG=new A.aaG(s)}, +$S:389} +A.aaE.prototype={ +$1(a){return this.a.wS(a.b)}, +$S:390} +A.aaF.prototype={ +$1(a){return this.a.acb(a.b)}, +$S:391} +A.aaG.prototype={ +$1(a){return this.a.wR(a.b,a.c)}, +$S:392} +A.aaJ.prototype={ +$0(){var s=this.a,r=t.S,q=A.cT(r) +return new A.jE(s.z,B.aT,18,B.bH,A.B(r,t.Y),q,s,null,A.a_2(),A.B(r,t.c))}, +$S:393} +A.aaK.prototype={ +$1(a){a.b8=this.a.ga2z()}, +$S:394} +A.aaM.prototype={ +$1(a){var s +switch(a.gc3().a){case 1:case 4:s=this.a +if(s.gmE())s.DE(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:82} +A.aaN.prototype={ +$1(a){var s +switch(a.gc3().a){case 1:case 4:s=this.a +if(s.gmE())s.DD(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:395} +A.jD.prototype={ +i0(a){if(!this.Aw(this.eR,a.gbN(),a.gc3()))return!1 +return this.VH(a)}, +Aw(a,b,c){var s +if($.aL.a4$.z.i(0,a)==null)return!1 +s=t.ip.a($.aL.a4$.z.i(0,a).gaN()).f +s.toString +return t.sm.a(s).PJ(A.asD(a,b),c)}} +A.jE.prototype={ +i0(a){if(!this.Aw(this.hW,a.gbN(),a.gc3()))return!1 +return this.WY(a)}, +Aw(a,b,c){var s,r +if($.aL.a4$.z.i(0,a)==null)return!1 +s=t.ip.a($.aL.a4$.z.i(0,a).gaN()).f +s.toString +t.sm.a(s) +r=A.asD(a,b) +return s.acs(r,c)&&!s.PJ(r,c)}} +A.ur.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.rj.prototype={ +D(a,b){this.Q.D(0,b) +this.Bb()}, +v(a,b){var s,r,q=this +if(q.Q.v(0,b))return +s=B.b.cn(q.b,b) +B.b.eY(q.b,s) +r=q.c +if(s<=r)q.c=r-1 +r=q.d +if(s<=r)q.d=r-1 +b.N(q.gAq()) +q.Bb()}, +Bb(){var s,r +if(!this.y){this.y=!0 +s=new A.a8v(this) +r=$.cv +if(r.y2$===B.Eu)A.e9(s) +else r.x2$.push(s)}}, +a0A(){var s,r,q,p,o,n,m,l,k=this,j=k.Q,i=A.a1(j,!0,A.j(j).h("bG.E")) +B.b.em(i,k.gzG()) +s=k.b +k.b=A.a([],t.D1) +r=k.d +q=k.c +j=k.gAq() +p=0 +o=0 +while(!0){n=i.length +if(!(pMath.min(n,l))k.wx(m) +m.aa(j) +B.b.D(k.b,m);++p}}k.c=q +k.d=r +k.Q=A.ax(t.x9)}, +CS(){this.vF()}, +vF(){var s=this,r=s.Th() +if(!s.at.k(0,r)){s.at=r +s.aq()}s.a6O()}, +ga9b(){return this.gzG()}, +a_9(a,b){var s=A.fZ(a.c0(null),new A.D(0,0,0+a.gC().a,0+a.gC().b)),r=A.fZ(b.c0(null),new A.D(0,0,0+b.gC().a,0+b.gC().b)),q=A.aKp(s,r) +if(q!==0)return q +return A.aKo(s,r)}, +a2p(){if(this.x)return +this.vF()}, +Th(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=d.c +if(b===-1||d.d===-1||d.b.length===0)return new A.mt(c,c,B.hP,B.kb,d.b.length!==0) +if(!d.as){b=d.HA(d.d,b) +d.d=b +d.c=d.HA(d.c,b)}s=d.b[d.d].gl() +b=d.c +r=d.d +q=b>=r +while(!0){if(!(r!==d.c&&s.a==null))break +r+=q?1:-1 +s=d.b[r].gl()}b=s.a +if(b!=null){p=d.b[r] +o=d.a.gaf() +o.toString +n=A.da(p.c0(t.x.a(o)),b.a) +m=isFinite(n.a)&&isFinite(n.b)?new A.oQ(n,b.b,b.c):c}else m=c +l=d.b[d.c].gl() +k=d.c +while(!0){if(!(k!==d.d&&l.b==null))break +k+=q?-1:1 +l=d.b[k].gl()}b=l.b +if(b!=null){p=d.b[k] +o=d.a.gaf() +o.toString +j=A.da(p.c0(t.x.a(o)),b.a) +i=isFinite(j.a)&&isFinite(j.b)?new A.oQ(j,b.b,b.c):c}else i=c +h=A.a([],t.AO) +g=d.gacd()?new A.D(0,0,0+d.gNT().a,0+d.gNT().b):c +for(f=d.d;f<=d.c;++f){e=d.b[f].gl().d +b=new A.X(e,new A.a8w(d,f,g),A.a6(e).h("X<1,D>")).GQ(0,new A.a8x()) +B.b.K(h,A.a1(b,!0,b.$ti.h("p.E")))}return new A.mt(m,i,!s.k(0,l)?B.l6:s.c,h,!0)}, +HA(a,b){var s=b>a +while(!0){if(!(a!==b&&this.b[a].gl().c!==B.l6))break +a+=s?1:-1}return a}, +jo(a,b){return}, +a6O(){var s,r=this,q=null,p=r.e,o=r.r,n=r.d +if(n===-1||r.c===-1){n=r.f +if(n!=null){n.jo(q,q) +r.f=null}n=r.w +if(n!=null){n.jo(q,q) +r.w=null}return}if(!J.c(r.b[n],r.f)){n=r.f +if(n!=null)n.jo(q,q)}if(!J.c(r.b[r.c],r.w)){n=r.w +if(n!=null)n.jo(q,q)}n=r.b +s=r.d +n=r.f=n[s] +if(s===r.c){r.w=n +n.jo(p,o) +return}n.jo(p,q) +n=r.b[r.c] +r.w=n +n.jo(q,o)}, +IU(){var s,r,q,p=this,o=p.d,n=o===-1 +if(n&&p.c===-1)return +if(n||p.c===-1){if(n)o=p.c +n=p.b +new A.aX(n,new A.a8t(p,o),A.a6(n).h("aX<1>")).a1(0,new A.a8u(p)) +return}n=p.c +s=Math.min(o,n) +r=Math.max(o,n) +for(q=0;n=p.b,q=s&&q<=r)continue +p.eO(n[q],B.j0)}}, +abZ(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q")).a1(0,new A.a8z(n)) +n.d=n.c=r}return B.aF}else if(s===B.aE){n.d=n.c=r-1 +return B.aF}}return B.aF}, +abl(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q0&&r===B.aP))break;--s +r=p.eO(p.b[s],a)}if(a.giD())p.c=s +else p.d=s +return r}, +abn(a){var s,r,q,p=this +if(p.d===-1)switch(a.gmD()){case B.hN:case B.ey:p.d=p.c=p.b.length +break +case B.hO:case B.ex:p.d=p.c=0 +break}s=a.giD()?p.c:p.d +r=p.eO(p.b[s],a) +switch(a.gmD()){case B.hN:if(r===B.aP)if(s>0){--s +r=p.eO(p.b[s],a.a9w(B.ey))}break +case B.hO:if(r===B.aE){q=p.b +if(s=0&&q==null))break +o=s.b=n.eO(m[r],a) +switch(o.a){case 2:case 3:case 4:q=o +break +case 0:if(p===!1){++r +q=B.aF}else if(r===n.b.length-1)q=o +else{++r +p=!0}break +case 1:if(p===!0){--r +q=B.aF}else if(r===0)q=o +else{--r +p=!1}break}}if(a0)n.c=r +else n.d=r +n.IU() +q.toString +return q}, +a9c(a,b){return this.ga9b().$2(a,b)}} +A.a8v.prototype={ +$1(a){var s=this.a +if(!s.y)return +s.y=!1 +if(s.Q.a!==0)s.a0A() +s.CS()}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:398} +A.a8w.prototype={ +$1(a){var s,r=this.a,q=r.b[this.b] +r=r.a.gaf() +r.toString +s=A.fZ(q.c0(t.x.a(r)),a) +r=this.c +if(r!=null)return r.ef(s) +return s}, +$S:399} +A.a8x.prototype={ +$1(a){return a.gDW(a)&&!a.gP(a)}, +$S:400} +A.a8t.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:123} +A.a8u.prototype={ +$1(a){return this.a.eO(a,B.j0)}, +$S:57} +A.a8y.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:123} +A.a8z.prototype={ +$1(a){return this.a.eO(a,B.j0)}, +$S:57} +A.a8k.prototype={ +$0(){return this.a.a}, +$S:1} +A.a8l.prototype={ +$0(){return!0===this.a.a8()}, +$S:1} +A.a8m.prototype={ +$0(){return this.a.b}, +$S:1} +A.a8n.prototype={ +$0(){return!0===this.a.a8()}, +$S:1} +A.a8o.prototype={ +$0(){return this.a.c}, +$S:1} +A.a8p.prototype={ +$0(){return!0===this.a.a8()}, +$S:1} +A.a8q.prototype={ +$0(){return!1===this.a.a8()}, +$S:1} +A.a8r.prototype={ +$0(){return!1===this.a.a8()}, +$S:1} +A.a8s.prototype={ +$0(){return!1===this.a.a8()}, +$S:1} +A.V8.prototype={} +A.zw.prototype={ +au(){return new A.X4(A.ax(t.Q),null,!1,B.t)}} +A.X4.prototype={ +aY(){var s,r,q,p=this +p.bq() +s=p.a +r=s.e +if(r!=null){q=p.c +q.toString +r.a=q +s=s.c +if(s!=null)p.sn9(s)}}, +b3(a){var s,r,q,p,o,n=this +n.bD(a) +s=a.e +if(s!=n.a.e){r=s==null +if(!r){s.a=null +n.d.a1(0,s.gRy())}q=n.a.e +if(q!=null){p=n.c +p.toString +q.a=p +n.d.a1(0,q.gvU())}s=r?null:s.at +r=n.a.e +if(!J.c(s,r==null?null:r.at))for(s=n.d,s=A.a1(s,!1,A.j(s).h("bG.E")),r=s.length,o=0;oq.gC().a||r+q.id$.gC().b>q.gC().b}else s=!0 +return s}}, +aK(a,b){var s,r,q,p,o,n=this +if(n.id$!=null){s=n.ab.at +s.toString +r=n.qi(s) +s=new A.ald(n,r) +q=n.aw +if(n.Ls(r)){p=n.cx +p===$&&A.b() +o=n.gC() +q.saP(a.lJ(p,b,new A.D(0,0,0+o.a,0+o.b),s,n.ap,q.a))}else{q.saP(null) +s.$2(a,b)}}}, +m(){this.aw.saP(null) +this.ik()}, +eM(a,b){var s,r=this.ab.at +r.toString +s=this.qi(r) +b.aI(s.a,s.b)}, +mB(a){var s=this,r=s.ab.at +r.toString +r=s.Ls(s.qi(r)) +if(r){r=s.gC() +return new A.D(0,0,0+r.a,0+r.b)}return null}, +df(a,b){var s,r=this +if(r.id$!=null){s=r.ab.at +s.toString +return a.mo(new A.alc(r,b),r.qi(s),b)}return!1}, +tO(a,b,c,d){var s,r,q,p,o,n,m,l=this +A.bX(l.L) +if(d==null)d=a.gn4() +if(!(a instanceof A.G)){s=l.ab.at +s.toString +return new A.NX(s,d)}r=A.fZ(a.c0(l.id$),d) +q=l.id$.gC() +switch(l.L.a){case 0:p=l.gC().b +s=r.d +o=q.b-s +n=s-r.b +break +case 1:p=l.gC().a +o=r.a +n=r.c-o +break +case 2:p=l.gC().b +o=r.b +n=r.d-o +break +case 3:p=l.gC().a +s=r.c +o=q.a-s +n=s-r.a +break +default:o=null +n=null +p=null}m=o-(p-n)*b +return new A.NX(m,r.dl(l.qi(m)))}, +FP(a,b,c){return this.tO(a,b,null,c)}, +jB(a,b,c,d){this.Wi(a,null,c,A.aLy(a,b,c,this.ab,d,this))}, +yJ(){return this.jB(B.bG,null,B.H,null)}, +u5(a,b){return this.jB(B.bG,a,B.H,b)}, +Ow(a){var s,r,q=this,p=q.gK9(),o=q.ab.at +o.toString +s=p-o +switch(q.L.a){case 0:q.gC() +q.gC() +p=q.gC() +o=q.gC() +r=q.ab.at +r.toString +return new A.D(0,0-s,0+p.a,0+o.b+r) +case 1:q.gC() +p=q.ab.at +p.toString +q.gC() +return new A.D(0-p,0,0+q.gC().a+s,0+q.gC().b) +case 2:q.gC() +q.gC() +p=q.ab.at +p.toString +return new A.D(0,0-p,0+q.gC().a,0+q.gC().b+s) +case 3:q.gC() +q.gC() +p=q.gC() +o=q.ab.at +o.toString +return new A.D(0-s,0,0+p.a+o,0+q.gC().b)}}} +A.ald.prototype={ +$2(a,b){var s=this.a.id$ +s.toString +a.fn(s,b.a0(0,this.b))}, +$S:14} +A.alc.prototype={ +$2(a,b){return this.a.id$.cw(a,b)}, +$S:11} +A.DD.prototype={ +ao(a){var s +this.f_(a) +s=this.id$ +if(s!=null)s.ao(a)}, +am(){this.f0() +var s=this.id$ +if(s!=null)s.am()}} +A.Zn.prototype={} +A.Zo.prototype={} +A.zM.prototype={} +A.io.prototype={ +bZ(){var s=A.j(this),r=t.h +return new A.zN(A.B(s.h("io.0"),r),A.B(t.D2,r),this,B.ae,s.h("@").ah(s.h("io.1")).h("zN<1,2>"))}} +A.mz.prototype={ +jq(){B.b.a1(this.gqR(),this.gRu())}, +ba(a){B.b.a1(this.gqR(),a)}, +vs(a,b){var s=this.lj$,r=s.i(0,b) +if(r!=null){this.Dc(r) +s.v(0,b)}if(a!=null){s.n(0,b,a) +this.ob(a)}}} +A.zN.prototype={ +gaf(){return this.$ti.h("mz<1,2>").a(A.bt.prototype.gaf.call(this))}, +ba(a){this.k4.gbf().a1(0,a)}, +jf(a){this.k4.v(0,a.c) +this.kO(a)}, +eV(a,b){this.pL(a,b) +this.Mb()}, +bC(a){this.pM(a) +this.Mb()}, +Mb(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.e +f.toString +s=g.$ti +s.h("io<1,2>").a(f) +r=g.ok +q=t.h +g.ok=A.B(t.D2,q) +p=g.k4 +s=s.c +g.k4=A.B(s,q) +for(o=0;o<4;++o){n=B.Vx[o] +m=f.a8M(n) +l=m==null?null:m.a +k=p.i(0,n) +j=r.i(0,l) +if(j!=null)i=p.v(0,s.a(j.c)) +else i=(k==null?null:k.gaN().a)==null?p.v(0,n):null +h=g.fZ(i,m,n) +if(h!=null){g.k4.n(0,n,h) +if(l!=null)g.ok.n(0,l,h)}}p.gbf().a1(0,g.gaa0())}, +ls(a,b){this.$ti.h("mz<1,2>").a(A.bt.prototype.gaf.call(this)).vs(a,b)}, +pi(a,b){var s=this.$ti.h("mz<1,2>") +if(s.a(A.bt.prototype.gaf.call(this)).lj$.i(0,b)===a)s.a(A.bt.prototype.gaf.call(this)).vs(null,b)}, +ly(a,b,c){var s=this.$ti.h("mz<1,2>").a(A.bt.prototype.gaf.call(this)) +if(s.lj$.i(0,b)===a)s.vs(null,b) +s.vs(a,c)}} +A.CK.prototype={ +aS(a,b){return this.Wm(a,b)}} +A.OJ.prototype={ +I(){return"SnapshotMode."+this.b}} +A.zQ.prototype={ +svZ(a){return}} +A.OL.prototype={ +aO(a){var s=new A.uv(A.cU(a,B.io,t.m).w.b,this.w,this.e,this.f,!0,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){t.xL.a(b) +b.sa9m(this.e) +b.sae4(this.f) +b.swk(A.cU(a,B.io,t.m).w.b) +b.sxy(this.w) +b.sa8c(!0)}} +A.uv.prototype={ +swk(a){var s,r=this +if(a===r.F)return +r.F=a +s=r.bX +if(s==null)return +else{s.m() +r.bX=null +r.aC()}}, +sxy(a){var s,r=this,q=r.ac +if(a===q)return +s=r.gfV() +q.N(s) +r.ac=a +if(A.u(q)!==A.u(r.ac)||r.ac.jA(q))r.aC() +if(r.y!=null)r.ac.aa(s)}, +sa9m(a){var s,r=this,q=r.aB +if(a===q)return +s=r.gve() +q.N(s) +r.aB=a +if(r.y!=null)a.aa(s)}, +sae4(a){if(a===this.c_)return +this.c_=a +this.aC()}, +sa8c(a){return}, +ao(a){var s=this +s.aB.aa(s.gve()) +s.ac.aa(s.gfV()) +s.pO(a)}, +am(){var s,r=this +r.iz=!1 +r.aB.N(r.gve()) +r.ac.N(r.gfV()) +s=r.bX +if(s!=null)s.m() +r.fi=r.bX=null +r.nC()}, +m(){var s,r=this +r.aB.N(r.gve()) +r.ac.N(r.gfV()) +s=r.bX +if(s!=null)s.m() +r.fi=r.bX=null +r.ik()}, +a49(){var s,r=this +r.iz=!1 +s=r.bX +if(s!=null)s.m() +r.fi=r.bX=null +r.aC()}, +aK(a,b){var s=this,r=s.gC() +if(r.gP(r)){r=s.bX +if(r!=null)r.m() +s.fi=s.bX=null +return}r=s.bX +if(r!=null)r.m() +s.fi=s.bX=null +s.ac.t7(a,b,s.gC(),A.fv.prototype.gi3.call(s)) +return}} +A.OK.prototype={} +A.Tj.prototype={ +aa(a){}, +m(){}, +N(a){}, +$iai:1, +$iaM:1} +A.Pe.prototype={ +aO(a){var s=new A.z4(new A.wC(new WeakMap()),A.ax(t.Cn),A.B(t.X,t.m2),B.bI,null,A.aw()) +s.aQ() +s.sb7(null) +return s}, +aS(a,b){}} +A.z4.prototype={ +y5(a){var s +this.ey.v(0,a) +s=this.bW +s.i(0,a.cC).v(0,a) +if(s.i(0,a.cC).a===0)s.v(0,a.cC)}, +cw(a,b){var s,r,q=this +if(!q.gC().p(0,b))return!1 +s=q.df(a,b)||q.F===B.b5 +if(s){r=new A.q3(b,q) +q.cI.n(0,r,a) +a.D(0,r)}return s}, +lp(a,b){var s,r,q,p,o,n,m,l,k=this +if(!t.pY.b(a)||a.gdQ()!==1)return +s=k.ey +if(s.a===0)return +A.qB(b) +r=k.cI.a.get(b) +if(r==null)return +q=k.a0U(s,r.a) +p=t.Cn +o=A.ad9(q,q.gAP(),A.j(q).c,p).YL() +n=A.ax(p) +for(q=o.gR(o),p=k.bW;q.q();){m=q.gH() +m=p.i(0,m.cC) +m.toString +n.K(0,m)}l=s.mC(n) +for(s=l.gR(l);s.q();)s.gH() +for(s=A.dz(n,n.r),q=A.j(s).c;s.q();){p=s.d +if(p==null)q.a(p)}}, +a0U(a,b){var s,r,q,p,o=A.ax(t.zE) +for(s=b.length,r=this.ey,q=0;q#"+A.b1(this.a))+"]"}} +A.afX.prototype={ +$1(a){this.a.a=a +return!1}, +$S:30} +A.fA.prototype={ +C8(a,b,c){var s,r=this.a,q=r!=null +if(q)a.tk(r.yo(c)) +b.toString +s=b[a.gQL()] +r=s.a +a.MQ(r.a,r.b,this.b,s.d,s.c) +if(q)a.fo()}, +ba(a){return a.$1(this)}, +St(a){return!0}, +FV(a,b){var s=b.a +if(a.a===s)return this +b.a=s+1 +return null}, +NI(a,b){var s=b.a +b.a=s+1 +return a-s===0?65532:null}, +aJ(a,b){var s,r,q,p,o,n=this +if(n===b)return B.cF +if(A.u(b)!==A.u(n))return B.bu +s=n.a +r=s==null +q=b.a +if(r!==(q==null))return B.bu +t.a7.a(b) +if(!n.e.yY(0,b.e)||n.b!==b.b)return B.bu +if(!r){q.toString +p=s.aJ(0,q) +o=p.a>0?p:B.cF +if(o===B.bu)return o}else o=B.cF +return o}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.N(b)!==A.u(s))return!1 +if(!s.GP(0,b))return!1 +return b instanceof A.fA&&b.e.yY(0,s.e)&&b.b===s.b&&b.c==s.c}, +gt(a){var s=this +return A.I(A.cm.prototype.gt.call(s,s),s.e,s.b,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.ag4.prototype={ +$1(a){var s,r,q,p,o=this,n=null,m=a.a,l=m==null?n:m.r +$label0$0:{if(typeof l=="number"){m=l!==B.b.gB(o.b) +s=l}else{s=n +m=!1}if(m){m=s +break $label0$0}m=n +break $label0$0}r=m!=null +if(r)o.b.push(m) +if(a instanceof A.fA){q=B.b.gB(o.b) +p=q===0?0:o.c.aT(q)/q +m=o.a.a++ +o.d.push(new A.Yq(a,A.dn(n,new A.Sp(a,p,a.e,n),!1,n,!1,n,n,n,n,n,n,n,n,n,n,n,n,n,n,new A.mi(m,"PlaceholderSpanIndexSemanticsTag("+m+")"),n,n,n),n))}a.St(o) +if(r)o.b.pop() +return!0}, +$S:61} +A.Yq.prototype={ +qH(a){var s=a.b +s.toString +t.ot.a(s).b=this.f}} +A.Sp.prototype={ +aO(a){var s=this.e +s=new A.WC(this.f,s.b,s.c,null,A.aw()) +s.aQ() +return s}, +aS(a,b){var s=this.e +b.sf7(s.b) +b.soe(s.c) +b.syt(this.f)}} +A.WC.prototype={ +syt(a){if(a===this.L)return +this.L=a +this.a3()}, +sf7(a){if(this.ab===a)return +this.ab=a +this.a3()}, +soe(a){if(a==this.ap)return +this.ap=a +this.a3()}, +f9(a){var s=this.id$,r=s==null?null:s.iK(a) +$label0$0:{if(r==null){s=this.uh(a) +break $label0$0}s=this.L*r +break $label0$0}return s}, +c7(a){var s=this.id$,r=s==null?null:s.c7(new A.aE(0,a.b/this.L,0,1/0)) +if(r==null)r=B.U +return a.aZ(r.T(0,this.L))}, +c4(){var s=this,r=s.id$ +if(r==null)return +r.cX(new A.aE(0,A.L.prototype.gaz.call(s).b/s.L,0,1/0),!0) +s.id=A.L.prototype.gaz.call(s).aZ(r.gC().T(0,s.L))}, +eM(a,b){var s=this.L +b.ek(s,s)}, +aK(a,b){var s,r,q,p=this,o=p.id$ +if(o==null){p.ch.saP(null) +return}s=p.L +if(s===1){a.fn(o,b) +p.ch.saP(null) +return}r=p.cx +r===$&&A.b() +q=p.ch +q.saP(a.tl(r,b,A.rg(s,s,1),new A.alb(o),t.zV.a(q.a)))}, +df(a,b){var s,r=this.id$ +if(r==null)return!1 +s=this.L +return a.BP(new A.ala(r),b,A.rg(s,s,1))}} +A.alb.prototype={ +$2(a,b){return a.fn(this.a,b)}, +$S:14} +A.ala.prototype={ +$2(a,b){return this.a.cw(a,b)}, +$S:11} +A.Zh.prototype={ +ao(a){var s +this.f_(a) +s=this.id$ +if(s!=null)s.ao(a)}, +am(){this.f0() +var s=this.id$ +if(s!=null)s.am()}} +A.hR.prototype={} +A.Sk.prototype={ +ce(a){return new A.bC(A.aSE(a),t.kL)}, +mT(a){return B.b.p(A.a(["en","fi","sv"],t.s),a.gcK())}, +lY(a){return!1}} +A.Et.prototype={ +gBT(){return"Numbers"}, +gmy(){return"Dark"}, +gE4(){return"Light"}, +gEc(){return"Math"}, +DA(a,b){return'Powered by '+a+""}, +gpz(){return"Settings"}, +gun(){return"System"}, +gFq(){return"Trivia"}, +gFI(){return"Year"}} +A.Eu.prototype={ +gBT(){return"Numerot"}, +gmy(){return"Tumma"}, +gE4(){return"Vaalea"}, +gEc(){return"Matikka"}, +DA(a,b){return'Powered by '+a+""}, +gpz(){return"Asetukset"}, +gun(){return"J\xe4rjestelm\xe4"}, +gFq(){return"Trivia"}, +gFI(){return"Vuosi"}} +A.Ev.prototype={ +gBT(){return"Tal"}, +gmy(){return"M\xf6rk"}, +gE4(){return"Ljus"}, +gEc(){return"Matte"}, +DA(a,b){return'Powered by '+a+""}, +gpz(){return"Inst\xe4llningar"}, +gun(){return"System"}, +gFq(){return"Trivia"}, +gFI(){return"\xc5r"}} +A.wZ.prototype={ +au(){return new A.Ui(B.t)}} +A.Ui.prototype={ +aY(){this.bq() +var s=new A.oS().EY(A.aBz(this.a.d),A.ao_("html")) +s.toString +this.d=s}, +b3(a){var s +this.bD(a) +s=this.a.d +if(a.d!==s||!1){s=new A.oS().EY(A.aBz(s),A.ao_("html")) +s.toString +this.d=s}}, +J(a){var s=this.a,r=s.c,q=this.d +q===$&&A.b() +s=s.r +return new A.x0(q,null,!0,B.YQ,B.SU,null,null,s,r)}} +A.pT.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(r!==b)s=b instanceof A.pT&&A.u(r)===A.u(b)&&r.a.k(0,b.a)&&r.b===b.b +else s=!0 +return s}, +gt(a){var s=this.a +return(s.gt(s)^B.d.gt(this.b))>>>0}, +j(a){return"AnchorKey{parentKey: "+this.a.j(0)+", id: #"+this.b+"}"}} +A.HP.prototype={ +gm2(){return A.cn(["details"],t.N)}, +lH(a,b){var s=null +return new A.bH(a.gex(),"[[No ID]]",B.ab,b,A.aW(s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.u,B.w,s,s,s),a.b,A.d9(s,t.E))}, +J(a){var s,r,q,p=null,o=a.gCc(),n=o.gbf(),m=n.gbI(n)?n.gE(n):p,l=a.d +l.toString +s=A.a_B(a.c.a,l) +r=o.gbx() +if(r.gbI(r)){r=o.gbx() +r=r.gE(r).a==="summary"}else r=!1 +if(r){r=t.VO +r=m==null?A.a([],r):A.a([m],r) +r=A.FL(!1,r,p,!1,l.e,!1)}else r=B.abR +q=o.gbx() +if(q.gbI(q)){q=o.gbx() +q=q.gE(q).a==="summary"}else q=!1 +q=q?n.hu(n,1).dX(0):n.dX(n) +return new A.fA(new A.wD(r,A.a([A.FL(!1,q,p,!1,l.e,!1)],t.p),B.cV,s),B.c8,p,p)}} +A.Jd.prototype={ +gm2(){return A.cn(["img"],t.N)}, +i2(a){var s +if(a.gex()!=="img")return!1 +if(!(this.K8(a)&&!0))if(!(this.K6(a)&&!0))s=this.K7(a)&&!0 +else s=!0 +else s=!0 +return s}, +lH(a,b){var s,r,q,p,o,n,m,l=null,k=a.gdE().i(0,"width"),j=A.co(k==null?"":k) +k=a.gdE().i(0,"height") +s=A.co(k==null?"":k) +k=a.gex() +r=A.aW(l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,B.u,B.w,l,l,l) +q=a.gkf() +p=a.gdE().i(0,"src") +p.toString +o=a.gdE().i(0,"alt") +n=j!=null?new A.pc(j,B.q):l +m=s!=null?new A.nJ(s,B.q):l +return new A.x6(p,o,n,m,l,k,q,B.ab,b,r,a.b,A.d9(l,t.E))}, +J(a){var s=this,r=null,q=t._0.a(a.d),p=A.aW(r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,q.cx,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,B.u,B.w,r,q.CW,r).bQ(q.e),o=A.aR("child") +if(s.K7(a))o.b=s.Zc(a,p) +else if(s.K6(a))o.b=s.Z9(a,p) +else if(s.K8(a))o.b=s.a3N(a,p) +else return A.it(r,r,r,r,q.ch) +return new A.fA(A.auL(o.ai(),!0,p),B.c8,r,r)}, +K7(a){var s,r,q,p=a.gdE() +if(p.i(0,"src")==null)return!1 +s=A.bZ("^(?data):(?image/[\\w+\\-.]+);*(?base64)?,\\s*(?.*)",!0,!1,!1) +r=p.i(0,"src") +r.toString +q=s.wI(r) +if(a.gex()==="img")if(q!=null)if(q.ae9("mime")!=="image/svg+xml")s=!0 +else s=!1 +else s=!1 +else s=!1 +return s}, +K6(a){var s,r=a.gdE() +if(a.gex()==="img")if(r.i(0,"src")!=null){s=r.i(0,"src") +s.toString +if(!J.aG2(s,".svg")){s=r.i(0,"src") +s.toString +if(J.auc(s,"asset:"))s=!0 +else s=!1}else s=!1}else s=!1 +else s=!1 +return s}, +K8(a){var s,r,q=a.gdE() +if(q.i(0,"src")==null)return!1 +s=q.i(0,"src") +s.toString +r=A.ayc(s) +if(r==null)return!1 +if(a.gex()==="img")if(B.a6e.p(0,r.gdZ()))if(!B.d.hR(r.gcR(),".svg"))s=!0 +else s=!1 +else s=!1 +else s=!1 +return s}, +Zc(a,b){var s,r=null,q=t._0.a(a.d),p=B.mt.dS(J.aud(q.ay.split("base64,")[1])),o=b.k1 +o=o==null?r:o.a +s=b.as +s=s==null?r:s.a +return new A.nO(A.arw(r,r,new A.m4(p,1)),new A.a63(q,a),o,s,B.iJ,r)}, +Z9(a,b){var s,r=null,q=t._0.a(a.d),p=B.d.pj(q.ay,"asset:",""),o=b.k1 +o=o==null?r:o.a +s=b.as +s=s==null?r:s.a +return new A.nO(A.arw(r,r,new A.vn(p,r,r)),new A.a62(q,a),o,s,B.iJ,r)}, +a3N(a,b){var s,r=t._0.a(a.d),q=b.k1 +q=q==null?null:q.a +s=b.as +s=s==null?null:s.a +return A.auL(A.avT(r.ay,new A.a64(r,a),B.iJ,null,s,q),!0,b)}} +A.a63.prototype={ +$3(a,b,c){var s=this.a.ch +if(s==null)s="" +return A.en(s,this.b.d.e.ie())}, +$S:65} +A.a62.prototype={ +$3(a,b,c){var s=this.a.ch +if(s==null)s="" +return A.en(s,this.b.d.e.ie())}, +$S:65} +A.a64.prototype={ +$3(a,b,c){var s=this.a.ch +if(s==null)s="" +return A.en(s,this.b.d.e.ie())}, +$S:65} +A.Jt.prototype={ +gm2(){return A.cn(["a"],t.N)}, +i2(a){return A.cn(["a"],t.N).p(0,a.gex())&&a.gdE().X("href")}, +lH(a,b){var s=null,r=a.gex(),q=a.gdE().i(0,"href"),p=A.aW(s,s,s,s,s,B.ed,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.eM,s,s,s,s,s,B.u,B.w,s,s,s) +return A.aJA(b,a.gkf(),q,r,a.b,p)}, +J(a){var s,r=null,q=a.gPQ() +q.toString +s=A.a6(q).h("X<1,cm>") +return A.it(A.a1(new A.X(q,new A.a6D(this,a),s),!0,s.h("bf.E")),r,r,r,r)}, +KG(a,b){var s,r,q=null,p=new A.a6C(a) +if(b instanceof A.is){s=b.c +if(s==null)s=q +else{r=A.a6(s).h("X<1,cm>") +r=A.a1(new A.X(s,new A.a6B(this,a),r),!0,r.h("bf.E")) +s=r}r=A.axU(q,q) +r.bF=p +return A.it(s,r,b.w,b.a,b.b)}else{s=A.a_B(a.c.a,a.d) +return new A.fA(new A.M2(A.a4A(q,t.a7.a(b).e,B.bV,!1,s,q,q,q,q,q,q,q,q,q,q,q,q,q,p,q,q,q),q),B.c8,q,q)}}} +A.a6D.prototype={ +$1(a){return this.a.KG(this.b,a)}, +$S:128} +A.a6C.prototype={ +$0(){var s,r=this.a,q=r.c.Q +if(q==null)r=null +else{s=r.d +s.toString +r=q.$3(t.Ij.a(s).w,r.gdE(),t.Si.a(r.b))}return r}, +$S:0} +A.a6B.prototype={ +$1(a){return this.a.KG(this.b,a)}, +$S:128} +A.O2.prototype={ +gm2(){return A.cn(["rp","rt","ruby"],t.N)}, +lH(a,b){var s,r,q,p=null +if(a.gex()==="ruby"){s=t.Si.a(a.b) +r=A.aW(p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,B.u,B.w,p,p,p) +q=s.gkf() +return new A.O3(s,B.eo,"ruby",q,B.ab,b,r,s,A.d9(p,t.E))}s=a.gkf() +r=a.gCh() +r=A.a1(r,!0,A.j(r).h("bG.E")) +return new A.bH(a.gex(),s,r,b,A.aW(p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,B.u,B.w,p,p,p),a.b,A.d9(p,t.E))}, +J(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=t.p,e=A.a([],f),d=a.c +d.w.i(0,"rt") +s=a.d +r=Math.max(9,s.e.y.a/2) +q=A.a([],t.ND) +A.awa(s.d,new A.abL(a,q)) +for(p=q.length,o=-(r+r/2),n=g,m=0;m0){s=a+1 +r=this.a.d.d +s=sb.a){l=new A.aS(0,B.q) +s=new A.aS(0,B.q) +q=!1 +p=!1}else l=g +else l=g +if(m&&!q&&!p&&!n&&!o)switch(j.b4.a){case 0:g=s.a +l=new A.aS(b.a-a.a-g,B.q) +break +case 1:g=l.a +s=new A.aS(b.a-a.a-g,B.q) +break}if(r&&!q&&!p)r=!1 +else if(m&&q&&!p){g=s.a +l=new A.aS(b.a-a.a-g,B.q) +q=!1}else if(m&&!q&&p){g=l.a +s=new A.aS(b.a-a.a-g,B.q) +p=!1}if(r){if(q){l=new A.aS(0,B.q) +q=!1}if(p){s=new A.aS(0,B.q) +p=!1}}if(q&&p){k=new A.aS((b.a-a.a)/2,B.q) +s=k +l=s}}else l=g +return new A.eJ(l,s,i,i,h.e,h.f,i,i)}, +df(a,b){return this.r8(a,b)}, +aK(a,b){this.mA(a,b)}} +A.iO.prototype={} +A.Xo.prototype={} +A.Wp.prototype={ +ao(a){var s,r,q +this.f_(a) +s=this.aR$ +for(r=t.ld;s!=null;){s.ao(a) +q=s.b +q.toString +s=r.a(q).aF$}}, +am(){var s,r,q +this.f0() +s=this.aR$ +for(r=t.ld;s!=null;){s.am() +q=s.b +q.toString +s=r.a(q).aF$}}} +A.Wq.prototype={} +A.aoN.prototype={ +$2(c2,c3){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=this,b9=null,c0="removeWhere",c1=J.br(c3) +if(c1.gbI(c3))switch(c2){case"background-color":s=b8.a +c1=A.ce(c1.gE(c3)) +s.a=c1==null?s.a:c1 +break +case"border":s=t.C +r=c1.dL(c3,s) +q=A.a1(r,!0,r.$ti.h("p.E")) +if(!!q.fixed$length)A.F(A.ac(c0)) +B.b.d0(q,new A.aoi(),!0) +r=c1.ib(c3,new A.aoj()) +p=A.a1(r,!0,r.$ti.h("p.E")) +s=c1.dL(c3,s) +o=A.a1(s,!0,s.$ti.h("p.E")) +n=A.a(["dotted","dashed","solid","double","groove","ridge","inset","outset","none","hidden"],t.s) +if(!!o.fixed$length)A.F(A.ac(c0)) +B.b.d0(o,new A.aok(n),!0) +c1=q.length +if(c1!==0){c1=A.dK(B.b.gE(q)) +if(q.length===4){s=A.dK(q[1]) +r=A.dK(q[2]) +m=A.dK(B.b.gB(q)) +l=m +m=r +r=s +s=l}else{s=1 +r=1 +m=1}if(q.length===3){s=A.dK(q[1]) +r=A.dK(q[1]) +m=A.dK(B.b.gB(q))}if(q.length===2){s=A.dK(B.b.gE(q)) +r=A.dK(B.b.gB(q)) +m=A.dK(B.b.gB(q)) +l=m +m=s +s=r +r=l}if(q.length===1){s=A.dK(B.b.gE(q)) +r=A.dK(B.b.gE(q)) +m=A.dK(B.b.gE(q)) +l=m +m=s +s=r +r=l}l=s +s=c1 +c1=l}else{c1=1 +s=1 +r=1 +m=1}k=o.length +if(k!==0){k=A.dJ(B.b.gE(o)) +if(o.length===4){j=A.dJ(o[1]) +i=A.dJ(o[2]) +h=A.dJ(B.b.gB(o)) +l=h +h=i +i=j +j=l}else{j=B.a0 +i=B.a0 +h=B.a0}if(o.length===3){j=o[1] +i=A.dJ(j) +j=A.dJ(j) +h=A.dJ(B.b.gB(o)) +l=i +i=j +j=l}if(o.length===2){j=A.dJ(B.b.gE(o)) +i=A.dJ(B.b.gB(o)) +h=A.dJ(B.b.gB(o)) +l=h +h=j +j=i +i=l}if(o.length===1){j=A.dJ(B.b.gE(o)) +i=A.dJ(B.b.gE(o)) +h=A.dJ(B.b.gE(o)) +l=h +h=j +j=i +i=l}l=j +j=k +k=l}else{k=B.a0 +j=B.a0 +i=B.a0 +h=B.a0}g=p.length +if(g!==0){g=A.ce(B.b.gE(p)) +if(p.length===4){f=A.ce(p[1]) +e=A.ce(p[2]) +d=A.ce(B.b.gB(p)) +l=d +d=e +e=f +f=l}else{f=B.k +e=B.k +d=B.k}if(p.length===3){f=A.ce(p[1]) +e=A.ce(p[1]) +d=A.ce(B.b.gB(p))}if(p.length===2){f=A.ce(B.b.gE(p)) +e=A.ce(B.b.gB(p)) +d=A.ce(B.b.gB(p)) +l=d +d=f +f=e +e=l}if(p.length===1){f=A.ce(B.b.gE(p)) +e=A.ce(B.b.gE(p)) +d=A.ce(B.b.gE(p)) +l=d +d=f +f=e +e=l}l=f +f=g +g=l}else{g=B.k +f=B.k +e=B.k +d=B.k}if(f==null)f=B.k +if(e==null)e=B.k +if(d==null)d=B.k +if(g==null)g=B.k +b8.a.p1=new A.c4(new A.aB(f,s,j,-1),new A.aB(e,r,i,-1),new A.aB(d,m,h,-1),new A.aB(g,c1,k,-1)) +break +case"border-left":s=t.C +r=c1.dL(c3,s) +q=A.a1(r,!0,r.$ti.h("p.E")) +if(!!q.fixed$length)A.F(A.ac(c0)) +B.b.d0(q,new A.aov(),!0) +c=A.i6(q,new A.aoG()) +b=A.i6(c3,new A.aoH()) +c1=c1.dL(c3,s) +o=A.a1(c1,!0,c1.$ti.h("p.E")) +n=A.a(["dotted","dashed","solid","double","groove","ridge","inset","outset","none","hidden"],t.s) +if(!!o.fixed$length)A.F(A.ac(c0)) +B.b.d0(o,new A.aoI(n),!0) +a=A.a6F(o) +c1=b8.a +s=c1.p1 +if(s==null)s=b9 +else{s=s.d +r=A.dK(c) +m=A.dJ(a) +r=s.w9(A.ce(b),m,r) +s=r}if(s==null){s=A.dK(c) +r=A.dJ(a) +m=A.ce(b) +s=new A.aB(m==null?B.k:m,s,r,-1)}r=c1.p1 +m=r==null +k=m?b9:r.b +if(k==null)k=B.n +j=m?b9:r.a +if(j==null)j=B.n +r=m?b9:r.c +c1.p1=new A.c4(j,k,r==null?B.n:r,s) +break +case"border-right":s=t.C +r=c1.dL(c3,s) +q=A.a1(r,!0,r.$ti.h("p.E")) +if(!!q.fixed$length)A.F(A.ac(c0)) +B.b.d0(q,new A.aoJ(),!0) +c=A.i6(q,new A.aoK()) +b=A.i6(c3,new A.aoL()) +c1=c1.dL(c3,s) +o=A.a1(c1,!0,c1.$ti.h("p.E")) +n=A.a(["dotted","dashed","solid","double","groove","ridge","inset","outset","none","hidden"],t.s) +if(!!o.fixed$length)A.F(A.ac(c0)) +B.b.d0(o,new A.aoM(n),!0) +a=A.a6F(o) +c1=b8.a +s=c1.p1 +r=s==null +m=r?b9:s.d +if(m==null)m=B.n +if(r)s=b9 +else{s=s.b +r=A.dK(c) +k=A.dJ(a) +r=s.w9(A.ce(b),k,r) +s=r}if(s==null){s=A.dK(c) +r=A.dJ(a) +k=A.ce(b) +s=new A.aB(k==null?B.k:k,s,r,-1)}r=c1.p1 +k=r==null +j=k?b9:r.a +if(j==null)j=B.n +r=k?b9:r.c +c1.p1=new A.c4(j,s,r==null?B.n:r,m) +break +case"border-top":s=t.C +r=c1.dL(c3,s) +q=A.a1(r,!0,r.$ti.h("p.E")) +if(!!q.fixed$length)A.F(A.ac(c0)) +B.b.d0(q,new A.aol(),!0) +c=A.i6(q,new A.aom()) +b=A.i6(c3,new A.aon()) +c1=c1.dL(c3,s) +o=A.a1(c1,!0,c1.$ti.h("p.E")) +n=A.a(["dotted","dashed","solid","double","groove","ridge","inset","outset","none","hidden"],t.s) +if(!!o.fixed$length)A.F(A.ac(c0)) +B.b.d0(o,new A.aoo(n),!0) +a=A.a6F(o) +c1=b8.a +s=c1.p1 +r=s==null +m=r?b9:s.d +if(m==null)m=B.n +k=r?b9:s.b +if(k==null)k=B.n +if(r)s=b9 +else{s=s.a +r=A.dK(c) +j=A.dJ(a) +r=s.w9(A.ce(b),j,r) +s=r}if(s==null){s=A.dK(c) +r=A.dJ(a) +j=A.ce(b) +s=new A.aB(j==null?B.k:j,s,r,-1)}r=c1.p1 +r=r==null?b9:r.c +c1.p1=new A.c4(s,k,r==null?B.n:r,m) +break +case"border-bottom":s=t.C +r=c1.dL(c3,s) +q=A.a1(r,!0,r.$ti.h("p.E")) +if(!!q.fixed$length)A.F(A.ac(c0)) +B.b.d0(q,new A.aop(),!0) +c=A.i6(q,new A.aoq()) +b=A.i6(c3,new A.aor()) +c1=c1.dL(c3,s) +o=A.a1(c1,!0,c1.$ti.h("p.E")) +n=A.a(["dotted","dashed","solid","double","groove","ridge","inset","outset","none","hidden"],t.s) +if(!!o.fixed$length)A.F(A.ac(c0)) +B.b.d0(o,new A.aos(n),!0) +a=A.a6F(o) +c1=b8.a +s=c1.p1 +r=s==null +m=r?b9:s.d +if(m==null)m=B.n +k=r?b9:s.b +if(k==null)k=B.n +j=r?b9:s.a +if(j==null)j=B.n +if(r)s=b9 +else{s=s.c +r=A.dK(c) +i=A.dJ(a) +r=s.w9(A.ce(b),i,r) +s=r}if(s==null){s=A.dK(c) +r=A.dJ(a) +i=A.ce(b) +s=new A.aB(i==null?B.k:i,s,r,-1)}c1.p1=new A.c4(j,k,s,m) +break +case"color":s=b8.a +c1=A.ce(c1.gE(c3)) +s.b=c1==null?s.b:c1 +break +case"direction":b8.a.e=A.aIE(c1.gE(c3)) +break +case"display":b8.a.f=A.aIF(c1.gE(c3)) +break +case"line-height":b8.a.k3=A.aIM(c1.gE(c3)) +break +case"font-family":s=b8.a +c1=A.aIG(c1.gE(c3)) +s.r=c1==null?s.r:c1 +break +case"font-feature-settings":b8.a.x=A.aIH(c3) +break +case"font-size":s=b8.a +c1=A.aII(c1.gE(c3)) +s.y=c1==null?s.y:c1 +break +case"font-style":b8.a.z=A.aIJ(c1.gE(c3)) +break +case"font-weight":b8.a.Q=A.aIK(c1.gE(c3)) +break +case"list-style":c1=t.Tk +a0=c1.a(A.i6(c3,new A.aot())) +a1=t.Do.a(A.i6(c3,new A.aou())) +a2=c1.a(A.i6(c3,new A.aow())) +if(a0!=null)switch(a0.d){case"outside":b8.a.ch=B.fz +break +case"inside":b8.a.ch=B.jZ +break}if(a1!=null){c1=a1.d +b8.a.ax=new A.JM(c1)}else if(a2!=null){c1=A.awf(a2.d) +b8.a.ay=c1}break +case"list-style-image":if(c1.gE(c3) instanceof A.kM){c1=t.DQ.a(c1.gE(c3)) +b8.a.ax=new A.JM(c1.d)}break +case"list-style-position":if(c1.gE(c3) instanceof A.aC)switch(t.C.a(c1.gE(c3)).d){case"outside":b8.a.ch=B.fz +break +case"inside":b8.a.ch=B.jZ +break}break +case"height":c1=A.aIL(c1.gE(c3)) +b8.a.as=c1 +break +case"list-style-type":if(c1.gE(c3) instanceof A.aC){c1=A.awf(t.C.a(c1.gE(c3)).d) +b8.a.ay=c1}break +case"margin":c1=c1.dL(c3,t.C) +a3=A.a1(c1,!0,c1.$ti.h("p.E")) +if(!!a3.fixed$length)A.F(A.ac(c0)) +B.b.d0(a3,new A.aox(),!0) +c1=a3.length +if(c1!==0){a4=A.cZ(B.b.gE(a3)) +if(a3.length===4){a5=A.cZ(a3[1]) +a6=A.cZ(a3[2]) +a7=A.cZ(B.b.gB(a3))}else{a6=b9 +a5=a6 +a7=a5}if(a3.length===3){a7=A.cZ(a3[1]) +a5=A.cZ(a3[1]) +a6=A.cZ(B.b.gB(a3))}if(a3.length===2){a6=A.cZ(B.b.gE(a3)) +a7=A.cZ(B.b.gB(a3)) +a5=A.cZ(B.b.gB(a3))}if(a3.length===1){a6=A.cZ(B.b.gE(a3)) +a7=A.cZ(B.b.gE(a3)) +a5=A.cZ(B.b.gE(a3))}}else{a6=b9 +a4=a6 +a5=a4 +a7=a5}c1=b8.a +s=c1.cx +c1.cx=(s==null?B.be:s).jW(a6,a7,a5,a4) +break +case"margin-left":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.Cu(A.cZ(c1.gE(c3))) +break +case"margin-right":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.Cw(A.cZ(c1.gE(c3))) +break +case"margin-top":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.Cy(A.cZ(c1.gE(c3))) +break +case"margin-bottom":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.l6(A.cZ(c1.gE(c3))) +break +case"margin-inline":c1=c1.dL(c3,t.C) +a3=A.a1(c1,!0,c1.$ti.h("p.E")) +if(!!a3.fixed$length)A.F(A.ac(c0)) +B.b.d0(a3,new A.aoy(),!0) +c1=a3.length +if(c1!==0){a8=A.cZ(B.b.gE(a3)) +a9=A.cZ(B.b.gB(a3))}else{a9=b9 +a8=a9}c1=b8.a +s=c1.cx +c1.cx=(s==null?B.be:s).CA(a9,a8) +break +case"margin-inline-end":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.Cs(A.cZ(c1.gE(c3))) +break +case"margin-inline-start":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.Ct(A.cZ(c1.gE(c3))) +break +case"margin-block":c1=c1.dL(c3,t.C) +a3=A.a1(c1,!0,c1.$ti.h("p.E")) +if(!!a3.fixed$length)A.F(A.ac(c0)) +B.b.d0(a3,new A.aoz(),!0) +c1=a3.length +if(c1!==0){b0=A.cZ(B.b.gE(a3)) +b1=A.cZ(B.b.gB(a3))}else{b1=b9 +b0=b1}c1=b8.a +s=c1.cx +c1.cx=(s==null?B.be:s).Cz(b1,b0) +break +case"margin-block-end":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.Cq(A.cZ(c1.gE(c3))) +break +case"margin-block-start":s=b8.a +r=s.cx +if(r==null)r=B.be +s.cx=r.Cr(A.cZ(c1.gE(c3))) +break +case"padding":c1=c1.dL(c3,t.C) +b2=A.a1(c1,!0,c1.$ti.h("p.E")) +if(!!b2.fixed$length)A.F(A.ac(c0)) +B.b.d0(b2,new A.aoA(),!0) +c1=b2.length +if(c1!==0){b3=A.cD(B.b.gE(b2)) +c1=b3.a +s=b3.b +a4=new A.cl(c1,s) +if(b2.length===4){b3=A.cD(b2[1]) +c1=b3.a +s=b3.b +a5=new A.cl(c1,s) +b3=A.cD(b2[2]) +c1=b3.a +s=b3.b +a6=new A.cl(c1,s) +b3=A.cD(B.b.gB(b2)) +c1=b3.a +s=b3.b +a7=new A.cl(c1,s)}else{a6=b9 +a5=a6 +a7=a5}if(b2.length===3){b3=A.cD(b2[1]) +c1=b3.a +s=b3.b +a7=new A.cl(c1,s) +b3=A.cD(b2[1]) +c1=b3.a +s=b3.b +a5=new A.cl(c1,s) +b3=A.cD(B.b.gB(b2)) +c1=b3.a +s=b3.b +a6=new A.cl(c1,s)}if(b2.length===2){b3=A.cD(B.b.gE(b2)) +c1=b3.a +s=b3.b +a6=new A.cl(c1,s) +b3=A.cD(B.b.gB(b2)) +c1=b3.a +s=b3.b +a7=new A.cl(c1,s) +b3=A.cD(B.b.gB(b2)) +c1=b3.a +s=b3.b +a5=new A.cl(c1,s)}if(b2.length===1){b3=A.cD(B.b.gE(b2)) +c1=b3.a +s=b3.b +a6=new A.cl(c1,s) +b3=A.cD(B.b.gE(b2)) +c1=b3.a +s=b3.b +a7=new A.cl(c1,s) +b3=A.cD(B.b.gE(b2)) +c1=b3.a +s=b3.b +a5=new A.cl(c1,s)}}else{a6=b9 +a4=a6 +a5=a4 +a7=a5}c1=b8.a +s=c1.cy +c1.cy=(s==null?B.b6:s).jW(a6,a7,a5,a4) +break +case"padding-left":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.Cu(new A.cl(c1,m)) +break +case"padding-right":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.Cw(new A.cl(c1,m)) +break +case"padding-top":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.Cy(new A.cl(c1,m)) +break +case"padding-bottom":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.l6(new A.cl(c1,m)) +break +case"padding-inline":c1=c1.dL(c3,t.C) +b2=A.a1(c1,!0,c1.$ti.h("p.E")) +if(!!b2.fixed$length)A.F(A.ac(c0)) +B.b.d0(b2,new A.aoB(),!0) +c1=b2.length +if(c1!==0){b3=A.cD(B.b.gE(b2)) +c1=b3.a +s=b3.b +a8=new A.cl(c1,s) +b3=A.cD(B.b.gB(b2)) +c1=b3.a +s=b3.b +a9=new A.cl(c1,s)}else{a9=b9 +a8=a9}c1=b8.a +s=c1.cy +c1.cy=(s==null?B.b6:s).CA(a9,a8) +break +case"padding-inline-end":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.Cs(new A.cl(c1,m)) +break +case"padding-inline-start":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.Ct(new A.cl(c1,m)) +break +case"padding-block":c1=c1.dL(c3,t.C) +b2=A.a1(c1,!0,c1.$ti.h("p.E")) +if(!!b2.fixed$length)A.F(A.ac(c0)) +B.b.d0(b2,new A.aoC(),!0) +c1=b2.length +if(c1!==0){b3=A.cD(B.b.gE(b2)) +c1=b3.a +s=b3.b +b0=new A.cl(c1,s) +b3=A.cD(B.b.gB(b2)) +c1=b3.a +s=b3.b +b1=new A.cl(c1,s)}else{b1=b9 +b0=b1}c1=b8.a +s=c1.cy +c1.cy=(s==null?B.b6:s).Cz(b1,b0) +break +case"padding-block-end":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.Cq(new A.cl(c1,m)) +break +case"padding-block-start":s=b8.a +r=s.cy +if(r==null)r=B.b6 +b3=A.cD(c1.gE(c3)) +c1=b3.a +m=b3.b +s.cy=r.Cr(new A.cl(c1,m)) +break +case"text-align":b8.a.db=A.aIN(c1.gE(c3)) +break +case"text-decoration":s=t.C +r=c1.dL(c3,s) +b4=A.a1(r,!0,r.$ti.h("p.E")) +if(!!b4.fixed$length)A.F(A.ac(c0)) +B.b.d0(b4,new A.aoD(),!0) +b5=A.i6(c3,new A.aoE()) +c1=c1.dL(c3,s) +o=A.a1(c1,!0,c1.$ti.h("p.E")) +if(!!o.fixed$length)A.F(A.ac(c0)) +B.b.d0(o,new A.aoF(),!0) +b6=o.length!==0?B.b.gB(o):b9 +c1=b8.a +c1.dx=A.avx(b4) +if(b5!=null){s=A.ce(b5) +c1.dy=s==null?c1.dy:s}if(b6!=null)c1.fr=A.avy(b6) +break +case"text-decoration-color":s=b8.a +c1=A.ce(c1.gE(c3)) +s.dy=c1==null?s.dy:c1 +break +case"text-decoration-line":c1=c1.dL(c3,t.C) +b8.a.dx=A.avx(A.a1(c1,!0,c1.$ti.h("p.E"))) +break +case"text-decoration-style":b8.a.fr=A.avy(t.C.a(c1.gE(c3))) +break +case"text-shadow":b8.a.fy=A.aIO(c3) +break +case"text-transform":b7=t.C.a(c1.gE(c3)).d +if(b7==="uppercase")b8.a.R8=B.Fz +else if(b7==="lowercase")b8.a.R8=B.FA +else{c1=b8.a +if(b7==="capitalize")c1.R8=B.FB +else c1.R8=B.u}break +case"vertical-align":b8.a.go=A.aIP(c1.gE(c3)) +break +case"width":c1=A.aIQ(c1.gE(c3)) +b8.a.k1=c1 +break}}, +$S:139} +A.aoi.prototype={ +$1(a){var s +if(a!=null){s=a.d +s=s!=="thin"&&s!=="medium"&&s!=="thick"&&!(a instanceof A.dk)&&!(a instanceof A.hx)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}else s=!0 +return s}, +$S:7} +A.aoj.prototype={ +$1(a){return A.ce(a)!=null}, +$S:32} +A.aok.prototype={ +$1(a){return a==null||!B.b.p(this.a,a.d)}, +$S:7} +A.aov.prototype={ +$1(a){var s +if(a!=null){s=a.d +s=s!=="thin"&&s!=="medium"&&s!=="thick"&&!(a instanceof A.dk)&&!(a instanceof A.hx)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}else s=!0 +return s}, +$S:7} +A.aoG.prototype={ +$1(a){return a!=null}, +$S:7} +A.aoH.prototype={ +$1(a){return A.ce(a)!=null}, +$S:32} +A.aoI.prototype={ +$1(a){return a==null||!B.b.p(this.a,a.d)}, +$S:7} +A.aoJ.prototype={ +$1(a){var s +if(a!=null){s=a.d +s=s!=="thin"&&s!=="medium"&&s!=="thick"&&!(a instanceof A.dk)&&!(a instanceof A.hx)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}else s=!0 +return s}, +$S:7} +A.aoK.prototype={ +$1(a){return a!=null}, +$S:7} +A.aoL.prototype={ +$1(a){return A.ce(a)!=null}, +$S:32} +A.aoM.prototype={ +$1(a){return a==null||!B.b.p(this.a,a.d)}, +$S:7} +A.aol.prototype={ +$1(a){var s +if(a!=null){s=a.d +s=s!=="thin"&&s!=="medium"&&s!=="thick"&&!(a instanceof A.dk)&&!(a instanceof A.hx)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}else s=!0 +return s}, +$S:7} +A.aom.prototype={ +$1(a){return a!=null}, +$S:7} +A.aon.prototype={ +$1(a){return A.ce(a)!=null}, +$S:32} +A.aoo.prototype={ +$1(a){return a==null||!B.b.p(this.a,a.d)}, +$S:7} +A.aop.prototype={ +$1(a){var s +if(a!=null){s=a.d +s=s!=="thin"&&s!=="medium"&&s!=="thick"&&!(a instanceof A.dk)&&!(a instanceof A.hx)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}else s=!0 +return s}, +$S:7} +A.aoq.prototype={ +$1(a){return a!=null}, +$S:7} +A.aor.prototype={ +$1(a){return A.ce(a)!=null}, +$S:32} +A.aos.prototype={ +$1(a){return a==null||!B.b.p(this.a,a.d)}, +$S:7} +A.aot.prototype={ +$1(a){var s +if(a instanceof A.aC){s=a.d +s=s==="outside"||s==="inside"}else s=!1 +return s}, +$S:32} +A.aou.prototype={ +$1(a){return a instanceof A.kM}, +$S:32} +A.aow.prototype={ +$1(a){var s +if(a instanceof A.aC){s=a.d +s=s!=="outside"&&s!=="inside"}else s=!1 +return s}, +$S:32} +A.aox.prototype={ +$1(a){return!(a instanceof A.dk)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)&&a.d!=="auto"}, +$S:38} +A.aoy.prototype={ +$1(a){return!(a instanceof A.dk)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)&&a.d!=="auto"}, +$S:38} +A.aoz.prototype={ +$1(a){return!(a instanceof A.dk)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)&&a.d!=="auto"}, +$S:38} +A.aoA.prototype={ +$1(a){return!(a instanceof A.dk)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}, +$S:38} +A.aoB.prototype={ +$1(a){return!(a instanceof A.dk)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}, +$S:38} +A.aoC.prototype={ +$1(a){return!(a instanceof A.dk)&&!(a instanceof A.dU)&&!(a instanceof A.ej)&&!(a instanceof A.cV)}, +$S:38} +A.aoD.prototype={ +$1(a){var s +if(a!=null){s=a.d +s=s!=="none"&&s!=="overline"&&s!=="underline"&&s!=="line-through"}else s=!0 +return s}, +$S:7} +A.aoE.prototype={ +$1(a){return a instanceof A.lH||a instanceof A.lG}, +$S:419} +A.aoF.prototype={ +$1(a){var s +if(a!=null){s=a.d +s=s!=="solid"&&s!=="double"&&s!=="dashed"&&s!=="dotted"&&s!=="wavy"}else s=!0 +return s}, +$S:7} +A.a1K.prototype={ +FL(a){var s,r,q,p,o,n,m,l,k,j,i,h=this +for(s=a.b,r=s.length,q=h.b,p=h.a,o=t.N,n=t.J_,m=0;m") +q=A.a1(new A.X(o,p.ga4R(),r),!0,r.h("bf.E")) +return p.a.aeF(s,q)}, +Nq(a){var s,r,q=this,p=q.a +p.toString +q.c.toString +s=new A.qD(a.f,p,a,null) +if(q.v_(s))return +for(p=q.a.x,r=0;!1;++r)p[r].i2(s) +for(r=0;r<7;++r)$.a5E[r].i2(s) +B.b.a1(a.d,q.ga8j())}, +UU(){var s,r=this,q=r.a.c,p=A.a([],t.CE) +new A.oS().Rn(q,A.ao_("style"),p) +s=A.aSU(new A.X(p,new A.ajo(),t.Wk).hl(0),r.a.f) +q=r.d +q===$&&A.b() +r.LH(q,s)}, +LH(a,b){var s,r,q,p,o +b.a1(0,new A.ajm(a)) +if(a.gdE().X("style")){s=A.aSo(a.gdE().i(0,"style"),this.a.f) +if(s!=null)a.e=a.e.bQ(s)}this.a.w.a1(0,new A.ajn(a)) +for(r=a.d,q=r.length,p=0;p>")),t.oK,t.P6)}, +$S:428} +A.ajl.prototype={ +$1(a){return new A.b0(a,this.a.HQ(a),t.jg)}, +$S:429} +A.a7o.prototype={ +$2(a,b){var s=b==null?0:b +this.a.r.dN(new A.hi(a,s))}, +$S:79} +A.a7p.prototype={ +$2(a,b){var s=this.a,r=A.aw0(s.r,new A.a7m(a)) +if(r!=null)r.b+=b==null?1:b +s=s.e.d +if(s==null||!s.X(a)){s=this.b +if(s!=null){s=A.aw0(s,new A.a7n(a)) +if(s!=null)s.b+=b==null?1:b}}}, +$S:79} +A.a7m.prototype={ +$1(a){return a.a===this.a}, +$S:161} +A.a7n.prototype={ +$1(a){return a.a===this.a}, +$S:161} +A.ag0.prototype={ +$1(a){return a===this.a.f}, +$S:56} +A.ag1.prototype={ +$1(a){return a===this.a.gdd()}, +$S:56} +A.ag2.prototype={ +$2(a,b){var s,r,q,p,o,n=this +if(b instanceof A.wt)n.b.D(0,b) +else{s=b instanceof A.fd +if(s){r=n.c +q=r.a +if(q==="body")if(a!==0){p=a+1 +r=r.d +r=p===r.length||r[a-1].e.f===B.D||r[p].e.f===B.D}else r=!0 +else r=!1 +if(r||q==="ul"){r=b.ay +r.toString +r=A.c2(r," ","").length===0}else r=!1}else r=!1 +if(r)n.b.D(0,b) +else if(s&&b.ay.length===0&&b.e.id!==B.bz)n.b.D(0,b) +else if(s&&b.e.id!==B.bz&&n.c.e.f===B.D&&b.ay.length===0&&n.a.a)n.b.D(0,b) +else if(b.e.f===B.jA)n.b.D(0,b) +else A.ayo(b)}s=b.e.f +if(s!==B.D)if(s!==B.bk){s=b instanceof A.fd&&b.ay==="\n" +o=s}else o=!0 +else o=!0 +n.a.a=o}, +$S:135} +A.ag3.prototype={ +$1(a){return this.a.p(0,a)}, +$S:432} +A.th.prototype={ +ie(){var s,r,q,p,o=this,n=null,m=o.a,l=o.b,k=o.dx,j=o.dy,i=o.fr,h=o.r,g=o.x,f=o.y +f=f==null?n:f.a +s=o.z +r=o.Q +q=o.fy +p=o.k3 +p=p==null?n:p.a +if(p==null)p=1 +return A.p3(n,m,l,n,k,j,i,o.fx,h,o.w,g,f,s,n,r,n,p,!0,n,o.at,n,n,n,q,n,o.k2)}, +j(a){return"Style"}, +bQ(b5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=b5.a,a=b5.b,a0=b5.c,a1=b5.d,a2=b5.e,a3=b5.f,a4=b5.r,a5=b5.x,a6=b5.y,a7=b5.z,a8=b5.Q,a9=b5.as,b0=b5.k3,b1=b5.ax,b2=b5.ay,b3=b5.ch,b4=d.cy +if(b4==null)b4=c +else{s=b5.cy +r=s==null +q=r?c:s.a +p=r?c:s.b +o=r?c:s.e +n=r?c:s.f +m=r?c:s.c +l=r?c:s.d +k=r?c:s.w +b4=b4.cH(r?c:s.r,k,n,m,l,q,p,o)}if(b4==null)b4=b5.cy +s=d.cx +if(s==null)s=c +else{r=b5.cx +q=r==null +p=q?c:r.a +o=q?c:r.b +n=q?c:r.e +m=q?c:r.f +l=q?c:r.c +k=q?c:r.d +j=q?c:r.w +s=s.cH(q?c:r.r,j,m,l,k,p,o,n)}if(s==null)s=b5.cx +r=b5.CW +q=b5.db +p=b5.dx +o=b5.dy +n=b5.fr +m=b5.fy +l=b5.go +k=b5.k1 +j=d.p1 +if(j==null)j=c +else{i=b5.p1 +h=i==null +g=h?c:i.a +if(g==null)g=j.a +f=h?c:i.b +if(f==null)f=j.b +e=h?c:i.c +if(e==null)e=j.c +i=h?c:i.d +if(i==null)j=j.d +else j=i +j=new A.c4(g,f,e,j)}if(j==null)j=b5.p1 +return d.a9Q(b5.ok,b5.p2,b,b5.k4,j,a,a0,a1,a2,a3,a4,b5.w,a5,a6,a7,a8,a9,b5.at,b0,b1,b3,b2,s,r,b5.p3,b4,q,p,o,n,b5.fx,b5.p4,m,b5.R8,l,b5.id,k,b5.k2)}, +NX(a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=A.aJ5(a0.y,a3.y),a2=a3.k3 +if(a2!=null){s=a2.b +if(s==="length"){a2=a2.a +a2.toString +a2=new A.j5(a2/(a1==null?14:a1.a)*1.2,"") +r=a2}else r=a2}else r=a0.k3 +a2=!J.c(a3.a,B.L)?a3.a:a0.a +s=a3.b +if(s==null)s=a0.b +q=a3.e +if(q==null)q=a0.e +p=a0.f +p=p===B.jA?p:a3.f +o=a3.r +if(o==null)o=a0.r +n=a3.w +if(n==null)n=a0.w +m=a3.x +if(m==null)m=a0.x +l=a3.z +if(l==null)l=a0.z +k=a3.Q +if(k==null)k=a0.Q +j=a3.at +if(j==null)j=a0.at +i=a3.ax +if(i==null)i=a0.ax +h=a3.ay +if(h==null)h=a0.ay +g=a3.ch +if(g==null)g=a0.ch +f=a3.db +if(f==null)f=a0.db +e=a3.dx +if(e==null)e=B.f +d=a0.dx +e=A.axV(A.a([e,d==null?B.f:d],t.J9)) +d=a3.fy +if(d==null)d=a0.fy +c=a3.id +if(c==null)c=a0.id +b=a3.k2 +if(b==null)b=a0.k2 +a=a3.R8 +return a3.a9N(a2,s,q,p,o,n,m,a1,l,k,j,r,i,g,h,a0.p3,f,e,a0.p4,d,a,c,b)}, +CB(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){var s,r,q,p,o=this,n=c0==null?o.a:c0,m=c4==null?o.b:c4,l=c5==null?o.c:c5,k=c6==null?o.d:c6,j=c7==null?o.e:c7,i=c8==null?o.f:c8,h=c9==null?o.r:c9,g=d0==null?o.w:d0,f=d1==null?o.x:d1,e=d2==null?o.y:d2,d=d3==null?o.z:d3,c=d4==null?o.Q:d4,b=d5==null?o.as:d5,a=d7==null?o.k3:d7,a0=d6==null?o.at:d6,a1=d8==null?o.ax:d8,a2=e0==null?o.ay:e0,a3=d9==null?o.ch:d9,a4=e4==null?o.cy:e4,a5=e1==null?o.cx:e1,a6=e2==null?o.CW:e2,a7=e5==null?o.db:e5,a8=e6==null?o.dx:e6,a9=e7==null?o.dy:e7,b0=e8==null?o.fr:e8,b1=e9==null?o.fx:e9,b2=f1==null?o.fy:f1,b3=f3==null?o.go:f3,b4=f4==null?o.id:f4,b5=f5==null?o.k1:f5,b6=f6==null?o.k2:f6,b7=c2===!0 +if(b7)s=null +else s=c1==null?o.k4:c1 +if(b7)b7=null +else b7=b8==null?o.ok:b8 +r=c3==null?o.p1:c3 +q=b9==null?o.p2:b9 +p=f2==null?o.R8:f2 +return A.aW(b7,q,n,s,r,m,l,k,j,i,h,g,f,e,d,c,b,a0,a,a1,a3,a2,a5,a6,o.p3,a4,a7,a8,a9,b0,b1,o.p4,b2,p,b3,b4,b5,b6)}, +a9Q(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){return this.CB(a,b,c,d,null,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)}, +O4(a,b){return this.CB(null,null,null,null,a,null,null,null,null,null,b,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)}, +a9N(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return this.CB(null,null,a,null,null,null,b,null,null,c,d,e,f,g,h,i,j,null,k,l,m,n,o,null,null,p,null,q,r,null,null,null,s,a0,a1,null,a2,null,a3)}, +Gf(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=i.k1,f=g==null?h:g.qP(a,b) +if(f!=null)i.k1=new A.pc(f,B.q) +g=i.as +s=g==null?h:g.qP(a,b) +if(s!=null)i.as=new A.nJ(s,B.q) +g=i.y +r=g==null?h:g.qP(a,b) +if(r!=null)i.y=new A.du(r,B.q) +g=i.cx +if(g==null)g=h +else{q=g.a +q=q==null?h:A.pw(q,a,b) +p=g.e +p=p==null?h:A.pw(p,a,b) +o=g.b +o=o==null?h:A.pw(o,a,b) +n=g.f +n=n==null?h:A.pw(n,a,b) +m=g.d +m=m==null?h:A.pw(m,a,b) +l=g.c +l=l==null?h:A.pw(l,a,b) +k=g.w +k=k==null?h:A.pw(k,a,b) +j=g.r +j=j==null?h:A.pw(j,a,b) +p=g.cH(j,k,n,l,m,q,o,p) +g=p}i.cx=g +g=i.cy +if(g==null)g=h +else{q=g.a +q=q==null?h:A.py(q,a,b) +p=g.e +p=p==null?h:A.py(p,a,b) +o=g.b +o=o==null?h:A.py(o,a,b) +n=g.f +n=n==null?h:A.py(n,a,b) +m=g.d +m=m==null?h:A.py(m,a,b) +l=g.c +l=l==null?h:A.py(l,a,b) +k=g.w +k=k==null?h:A.py(k,a,b) +j=g.r +j=j==null?h:A.py(j,a,b) +p=g.cH(j,k,n,l,m,q,o,p) +g=p}i.cy=g}} +A.no.prototype={ +I(){return"Display."+this.b}} +A.aQ.prototype={ +I(){return"ListStyleType."+this.b}} +A.a7q.prototype={ +$1(a){return this.a===a.c}, +$S:433} +A.JM.prototype={} +A.JN.prototype={ +I(){return"ListStylePosition."+this.b}} +A.tx.prototype={ +I(){return"TextTransform."+this.b}} +A.mI.prototype={ +I(){return"VerticalAlign."+this.b}} +A.ag_.prototype={ +I(){return"WhiteSpace."+this.b}} +A.du.prototype={} +A.tH.prototype={ +I(){return"UnitType."+this.b}} +A.p9.prototype={ +I(){return"Unit."+this.b}} +A.a2_.prototype={ +qP(a,b){var s=this.b +if(s===B.lr)return this.a*a +else if(s===B.a8)return this.a*b +return null}} +A.lW.prototype={} +A.a_X.prototype={} +A.j5.prototype={} +A.aS.prototype={ +j(a){var s=this.b +if(s===B.X)return"auto" +else return A.f(this.a)+s.b}, +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +return b instanceof A.aS&&b.a===this.a&&b.b===this.b}} +A.eJ.prototype={ +cH(a,b,c,d,e,f,g,h){var s=this,r=f==null?s.a:f,q=g==null?s.b:g,p=d==null?s.c:d,o=e==null?s.d:e,n=h==null?s.e:h,m=c==null?s.f:c,l=a==null?s.r:a +return new A.eJ(r,q,p,o,n,m,l,b==null?s.w:b)}, +l6(a){return this.cH(null,null,a,null,null,null,null,null)}, +jW(a,b,c,d){return this.cH(null,null,a,null,null,b,c,d)}, +Cu(a){return this.cH(null,null,null,null,null,a,null,null)}, +Cw(a){return this.cH(null,null,null,null,null,null,a,null)}, +Cy(a){return this.cH(null,null,null,null,null,null,null,a)}, +CA(a,b){return this.cH(null,null,null,a,b,null,null,null)}, +Cs(a){return this.cH(null,null,null,a,null,null,null,null)}, +Ct(a){return this.cH(null,null,null,null,a,null,null,null)}, +Cz(a,b){return this.cH(a,b,null,null,null,null,null,null)}, +Cq(a){return this.cH(a,null,null,null,null,null,null,null)}, +Cr(a){return this.cH(null,a,null,null,null,null,null,null)}, +O8(a,b){var s,r=this,q=r.e +if(b!=null){q=q==null?null:q.b +q=new A.aS(b,q==null?B.q:q)}s=r.f +if(a!=null){s=s==null?null:s.b +s=new A.aS(a,s==null?B.q:s)}return new A.eJ(r.a,r.b,r.c,r.d,q,s,r.r,r.w)}, +CC(a){return this.O8(null,a)}, +a9U(a){return this.O8(a,null)}, +j(a){var s=this +return"<"+A.f(s.e)+","+A.f(s.b)+","+A.f(s.f)+","+A.f(s.a)+","+A.f(s.d)+","+A.f(s.c)+","+A.f(s.w)+","+A.f(s.r)+">"}, +gt(a){var s=this +return A.I(s.a,s.b,s.d,s.c,s.e,s.f,s.w,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)}, +k(a,b){var s,r,q,p=this,o=null +if(b==null)return!1 +if(b instanceof A.eJ){s=p.a +r=b.a +if(!J.c(s,r)){q=s==null +if((q?o:s.a)===0)s=(q?o:s.b)!==B.X&&r==null +else s=!1}else s=!0 +if(s){s=p.b +r=b.b +if(!J.c(s,r)){q=s==null +if((q?o:s.a)===0)s=(q?o:s.b)!==B.X&&r==null +else s=!1}else s=!0 +if(s){s=p.e +r=b.e +if(!J.c(s,r)){q=s==null +if((q?o:s.a)===0)s=(q?o:s.b)!==B.X&&r==null +else s=!1}else s=!0 +if(s){s=p.f +r=b.f +if(!J.c(s,r)){q=s==null +if((q?o:s.a)===0)s=(q?o:s.b)!==B.X&&r==null +else s=!1}else s=!0 +s=s&&J.c(p.d,b.d)&&J.c(p.c,b.c)&&J.c(p.w,b.w)&&J.c(p.r,b.r)}else s=!1}else s=!1}else s=!1}else s=!1 +return s}} +A.K_.prototype={} +A.FG.prototype={} +A.cl.prototype={ +gt(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +return b instanceof A.cl&&b.a===this.a&&b.b===this.b}} +A.qT.prototype={ +cH(a,b,c,d,e,f,g,h){var s=this,r=f==null?s.a:f,q=g==null?s.b:g,p=d==null?s.c:d,o=e==null?s.d:e,n=h==null?s.e:h,m=c==null?s.f:c,l=a==null?s.r:a +return new A.qT(r,q,p,o,n,m,l,b==null?s.w:b)}, +l6(a){return this.cH(null,null,a,null,null,null,null,null)}, +jW(a,b,c,d){return this.cH(null,null,a,null,null,b,c,d)}, +Cu(a){return this.cH(null,null,null,null,null,a,null,null)}, +Cw(a){return this.cH(null,null,null,null,null,null,a,null)}, +Cy(a){return this.cH(null,null,null,null,null,null,null,a)}, +CA(a,b){return this.cH(null,null,null,a,b,null,null,null)}, +Cs(a){return this.cH(null,null,null,a,null,null,null,null)}, +Ct(a){return this.cH(null,null,null,null,a,null,null,null)}, +Cz(a,b){return this.cH(a,b,null,null,null,null,null,null)}, +Cq(a){return this.cH(a,null,null,null,null,null,null,null)}, +Cr(a){return this.cH(null,a,null,null,null,null,null,null)}, +O(a){var s,r,q=this,p=null,o=A.aR("leftPad"),n=A.aR("rightPad"),m=q.e +m=m==null?p:m.a +if(m==null){m=q.w +m=m==null?p:m.a +s=m}else s=m +if(s==null)s=0 +m=q.f +m=m==null?p:m.a +if(m==null){m=q.r +m=m==null?p:m.a +r=m}else r=m +if(r==null)r=0 +switch(a.a){case 0:m=q.a +m=m==null?p:m.a +if(m==null){m=q.c +m=m==null?p:m.a}o.b=m==null?0:m +m=q.b +m=m==null?p:m.a +if(m==null){m=q.d +m=m==null?p:m.a}n.b=m==null?0:m +break +case 1:m=q.a +m=m==null?p:m.a +if(m==null){m=q.d +m=m==null?p:m.a}o.b=m==null?0:m +m=q.b +m=m==null?p:m.a +if(m==null){m=q.c +m=m==null?p:m.a}n.b=m==null?0:m +break}return new A.b5(o.ai(),s,n.ai(),r)}, +gt(a){var s=this +return A.I(s.a,s.b,s.d,s.c,s.e,s.f,s.w,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)}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.qT&&J.c(s.a,b.a)&&J.c(s.b,b.b)&&J.c(s.e,b.e)&&J.c(s.f,b.f)&&J.c(s.d,b.d)&&J.c(s.c,b.c)&&J.c(s.w,b.w)&&J.c(s.r,b.r)}} +A.pc.prototype={} +A.nJ.prototype={} +A.x6.prototype={} +A.nT.prototype={} +A.ku.prototype={} +A.fd.prototype={ +j(a){var s=this.ay +s.toString +return'"'+A.c2(s,"\n","\\n")+'"'}} +A.xE.prototype={} +A.wt.prototype={} +A.O3.prototype={ +gdd(){return this.ay}} +A.bH.prototype={ +Qo(a){var s,r,q +if(this.gdd()!=null){s=this.gdd() +s.toString +r=new A.oS() +q=A.ao_(a) +r.a=s +r=B.b.dC(q.b,r.gy9()) +s=r}else s=!1 +return s||this.a===a}, +gdE(){var s=t.N +return this.f.b.mX(0,new A.ae_(),s,s)}, +gdd(){var s=this.f +if(s instanceof A.bw)return s +return null}, +j(a){var s,r,q,p=this,o=p.d,n=o.length,m=p.c +m=m.length!==0?"C:"+A.lQ(m,"[","]"):"" +s=p.b +s=s.length!==0?"ID: "+s:"" +r="["+p.a+"] "+n+" "+m+s +for(n=o.length,q=0;q?"),n=null +while(!0){if(!(n==null&&r>=0))break +s=p[r].d.i(0,a) +if(q)n=s!=null?o.a(s.i(0,A.bj(d))):null +else n=s!=null?o.a(s.i(0,c)):null;--r}return n}, +a0t(a,b,c){return this.IQ(a,!1,b,c)}, +$1$1$instanceName(a,b){var s,r=null,q=this.a0t(a,r,b),p=a==null,o=!p?"with name "+a+" and ":"",n=A.bj(b).j(0) +if(q==null)A.F(new A.h8("GetIt: Object/factory with "+o+"type "+n+" is not registered inside GetIt. \n(Did you accidentally do GetIt sl=GetIt.instance(); instead of GetIt sl=GetIt.instance;\nDid you forget to register it?)")) +o=q.ay +if(o!=null){o=q.ax +o===$&&A.b() +o=o.a.a +p=p?A.fl(A.bj(b).a,r):a +if((o&30)===0)A.F(new A.h8("You tried to access an instance of "+p+" that is not ready yet")) +p=q.as +p.toString +s=p}else s=q.T5(r,r) +return b.a(s)}, +$0(){return this.$1$1$instanceName(null,t.K)}, +$1$0(a){return this.$1$1$instanceName(null,a)}, +a54(a,b,c,d,e,f,g,h,i){var s,r,q,p,o,n,m=null +if(g.b(B.f1))A.F("GetIt: You have to provide type. Did you accidentally do `var sl=GetIt.instance();` instead of var sl=GetIt.instance;") +s=this.a +r=1 +do{--r +q=s[r]}while(!1) +p=q.d +if(p.X(c)){s=p.i(0,c) +s.toString +s=s.X(A.bj(g))&&!0}else s=!1 +o=A.bj(g).j(0) +if(s)A.F(new A.hh(!1,m,m,"Object/factory with type "+o+" is already registered inside GetIt. ")) +n=new A.l0(f,this,b,m,c,!1,m,A.a([],t.nF),!1,g.h("@<0>").ah(h).ah(i).h("l0<1,2,3>")) +n.at=A.bj(g) +n.d=A.bj(h) +n.e=A.bj(i) +n.ax=new A.bc(new A.a9($.ad,g.h("a9<0>")),g.h("bc<0>")) +p.bm(c,new A.aj8()) +s=p.i(0,c) +s.toString +J.uX(s,A.bj(g),n) +if(f===B.ag2)s=!0 +else s=!1 +if(s)return}} +A.aj8.prototype={ +$0(){return A.bS(null,null,t.u,t.Nu)}, +$S:441} +A.ec.prototype={ +j(a){var s=this.a,r=this.b +return s!=null?s+":"+r:r}, +gt(a){return 37*(37*(J.v(this.a)&2097151)+B.d.gt(this.b)&2097151)+B.d.gt(this.c)&1073741823}, +aJ(a,b){var s,r,q +if(!(b instanceof A.ec))return 1 +s=this.a +if(s==null)s="" +r=b.a +q=B.d.aJ(s,r==null?"":r) +if(q!==0)return q +q=B.d.aJ(this.b,b.b) +if(q!==0)return q +return B.d.aJ(this.c,b.c)}, +k(a,b){if(b==null)return!1 +return b instanceof A.ec&&this.a==b.a&&this.b===b.b&&this.c===b.c}, +$ibE:1} +A.Vs.prototype={} +A.akF.prototype={} +A.TF.prototype={} +A.d1.prototype={ +gc9(){var s,r=this,q=r.c +if(q===$){s=A.a([],t.f2) +r.c!==$&&A.O() +q=r.c=new A.cL(r,s)}return q}, +ga2V(){var s,r=new A.bb("") +this.ur(r) +s=r.a +return s.charCodeAt(0)==0?s:s}, +gav(){return null}, +ur(a){var s,r,q +for(s=this.gc9().a,s=new J.d5(s,s.length),r=A.j(s).c;s.q();){q=s.d;(q==null?r.a(q):q).pT(a)}}, +i8(a){var s=this.a +if(s!=null)B.b.v(s.gc9().a,this) +return this}, +acG(a,b){var s,r +if(b==null)this.gc9().D(0,a) +else{s=this.gc9() +r=this.gc9() +s.ee(0,r.cn(r,b),a)}}, +a_3(a,b){var s,r,q,p,o,n,m,l +if(b)for(s=this.gc9().a,s=new J.d5(s,s.length),r=A.j(s).c,q=t.f2;s.q();){p=s.d +p=(p==null?r.a(p):p).qU(!0) +o=a.c +if(o===$){n=A.a([],q) +a.c!==$&&A.O() +o=a.c=new A.cL(a,n)}n=p.a +if(n!=null){m=n.c +if(m===$){l=A.a([],q) +n.c!==$&&A.O() +m=n.c=new A.cL(n,l)}B.b.v(m.a,p)}p.a=o.b +o.m0(0,p)}return a}, +uA(a,b){return this.a_3(a,b,t._A)}} +A.wi.prototype={ +gp7(){return 9}, +j(a){return"#document"}, +pT(a){return this.ur(a)}, +qU(a){return this.uA(A.auW(),!0)}} +A.wj.prototype={ +gp7(){return 10}, +j(a){var s,r=this,q=r.x,p=q==null +if(!p||r.y!=null){if(p)q="" +s=r.y +if(s==null)s="" +return"'}else return""}, +pT(a){a.a+=this.j(0)}, +qU(a){return A.auX(this.w,this.x,this.y)}} +A.fw.prototype={ +gp7(){return 3}, +j(a){var s=J.c3(this.w) +this.w=s +return'"'+s+'"'}, +pT(a){return A.aTG(a,this)}, +qU(a){var s=J.c3(this.w) +this.w=s +return A.arO(s)}, +N7(a){var s=this.w;(!(s instanceof A.bb)?this.w=new A.bb(A.f(s)):s).a+=a}, +gav(){return this.w=J.c3(this.w)}} +A.bw.prototype={ +gp7(){return 1}, +gxL(){var s,r,q,p=this.a +if(p==null)return null +s=p.gc9() +for(r=s.cn(s,this)-1,p=s.a;r>=0;--r){q=p[r] +if(q instanceof A.bw)return q}return null}, +gQy(){var s,r,q,p,o,n=this.a +if(n==null)return null +s=n.gc9() +for(r=s.cn(s,this)+1,q=s.a,p=q.length;r"}, +gav(){var s=new A.bb("") +new A.ai7(s).S(this) +s=s.a +return s.charCodeAt(0)==0?s:s}, +pT(a){var s,r,q,p,o=this +a.a+="<" +s=a.a+=A.aIo(o.w) +r=o.x +q=A.f(r) +a.a=s+q +s=o.b +if(s.a!==0)s.a1(0,new A.a2L(a)) +a.a+=">" +s=o.gc9() +if(!s.gP(s)){if(r==="pre"||r==="textarea"||r==="listing"){p=o.gc9().a[0] +if(p instanceof A.fw){s=J.c3(p.w) +p.w=s +s=B.d.b5(s,"\n")}else s=!1 +if(s)a.a+="\n"}o.ur(a)}if(!A.aSA(r))a.a+=""}, +qU(a){var s=this,r=A.aqJ(s.x,s.w) +r.b=A.o1(s.b,t.K,t.N) +return s.uA(r,a)}, +gkf(){var s=this.b.i(0,"id") +return s==null?"":s}} +A.a2L.prototype={ +$2(a,b){var s,r=this.a +r.a+=" " +s=r.a+=A.f(a) +r.a=s+'="' +s=r.a+=A.aBe(b,!0) +r.a=s+'"'}, +$S:70} +A.vN.prototype={ +gp7(){return 8}, +j(a){return""}, +pT(a){a.a+=""}, +qU(a){return A.auI(this.w)}, +gav(){return this.w}} +A.cL.prototype={ +D(a,b){b.i8(0) +b.a=this.b +this.m0(0,b)}, +K(a,b){var s,r,q,p,o,n,m,l,k=this.a0z(b) +for(s=new A.be(k,A.a6(k).h("be<1>")),s=new A.bL(s,s.gu(s)),r=this.b,q=A.j(s).c,p=t.f2;s.q();){o=s.d +if(o==null)o=q.a(o) +n=o.a +if(n!=null){m=n.c +if(m===$){l=A.a([],p) +n.c!==$&&A.O() +m=n.c=new A.cL(n,l)}B.b.v(m.a,o)}o.a=r}this.VG(0,k)}, +ee(a,b,c){c.i8(0) +c.a=this.b +this.GT(0,b,c)}, +dW(a){var s=this.VE(this) +s.a=null +return s}, +M(a){var s,r,q +for(s=this.a,s=new J.d5(s,s.length),r=A.j(s).c;s.q();){q=s.d;(q==null?r.a(q):q).a=null}this.VD(this)}, +n(a,b,c){this.a[b].a=null +c.i8(0) +c.a=this.b +this.VF(0,b,c)}, +bT(a,b,c,d,e){var s,r,q +t.YN.a(d) +s=d instanceof A.cL?d.b6(d,e,e+c):d +for(r=c-1,q=J.br(s);r>=0;--r)this.n(0,b+r,q.i(s,e+r))}, +el(a,b,c,d){return this.bT(a,b,c,d,0)}, +a0z(a){var s,r=A.a([],t.f2) +for(s=J.aA(a);s.q();)r.push(s.gH()) +return r}} +A.ai7.prototype={ +j(a){var s=this.a.a +return s.charCodeAt(0)==0?s:s}} +A.Tv.prototype={} +A.Tw.prototype={} +A.Tx.prototype={} +A.TG.prototype={} +A.TH.prototype={} +A.afw.prototype={ +S(a){var s,r=this +switch(a.gp7()){case 1:return r.ba(t.Si.a(a)) +case 3:t.As.a(a) +s=J.c3(a.w) +a.w=s +r.a.a+=s +return null +case 8:return r.ba(t.Am.a(a)) +case 11:return r.ba(t.Ec.a(a)) +case 9:return r.ba(t.VF.a(a)) +case 10:return r.ba(t.ef.a(a)) +default:throw A.d(A.ac("DOM node type "+a.gp7()))}}, +ba(a){var s,r,q +for(s=a.gc9(),s=s.dY(s,!1),r=s.length,q=0;q")),0,null) +return s==="text/html"||s==="application/xhtml+xml"}else return B.b.p(B.RS,new A.a8(a.w,r,t.Lc))}, +acy(a,b){var s,r=this.d,q=r.c +if(q.length===0)return!1 +s=B.b.gB(q) +q=s.w +if(q==r.a)return!1 +r=s.x +if(B.b.p(B.p2,new A.a8(q,r,t.Lc))){if(b===2){q=t.Uo.a(a).b +q=q!=="mglyph"&&q!=="malignmark"}else q=!1 +if(q)return!1 +if(b===1||b===0)return!1}if(r==="annotation-xml"&&b===2&&t.Uo.a(a).b==="svg")return!1 +if(this.Q2(s))if(b===2||b===1||b===0)return!1 +return!0}, +adI(){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 +for(s=a6.c,r=a6.d,q=t.i,p=t.HH,o=t.rp,n=t.Uo,m=t.sE,l=t.yw,k=a6.e,j=t.FB,i=s.a,h=t.N,g=t.X;s.q();){f=s.at +f.toString +for(e=f;e!=null;){d=e.gc3() +if(d===6){j.a(e) +c=e.a +b=e.c +if(b==null){b=e.c=J.c3(e.b) +e.b=null}if(c==null){a=i.w +if(a==null)c=null +else{a0=i.y +new A.eF(a,a0).hx(a,a0) +c=new A.df(a,a0,a0) +c.ep(a,a0,a0)}}k.push(new A.f6(b,c,e.e)) +e=null}else{a1=a6.x +if(a1===$){a1=a6.Q +if(a1===$){a2=new A.i4(a6,r) +a1!==$&&A.O() +a6.Q=a2 +a1=a2}a6.x=a1}if(a6.acy(f,d)){a1=a6.id +if(a1===$){a2=new A.Jk(a6,r) +a1!==$&&A.O() +a6.id=a2 +a1=a2}a3=a1}else a3=a1 +switch(d){case 1:e=a3.cb(l.a(e)) +break +case 0:e=a3.eX(m.a(e)) +break +case 2:e=a3.b9(n.a(e)) +break +case 3:e=a3.bo(o.a(e)) +break +case 4:e=a3.n7(p.a(e)) +break +case 5:e=a3.QU(q.a(e)) +break}}}if(f instanceof A.mA)if(f.c&&!f.r){c=f.a +f=A.K(["name",f.b],h,g) +if(c==null){b=i.w +if(b==null)c=null +else{a=i.y +new A.eF(b,a).hx(b,a) +c=new A.df(b,a,a) +c.ep(b,a,a)}}k.push(new A.f6("non-void-element-with-trailing-solidus",c,f))}}a4=A.a([],t.CV) +for(a5=!0;a5;){a1=a6.x +if(a1===$){a1=a6.Q +if(a1===$){a2=new A.i4(a6,r) +a1!==$&&A.O() +a6.Q=a2 +a1=a2}a1=a6.x=a1}a4.push(a1) +a1=a6.x +if(a1===$){a1=a6.Q +if(a1===$){a2=new A.i4(a6,r) +a1!==$&&A.O() +a6.Q=a2 +a1=a2}a1=a6.x=a1}a5=a1.cL()}}, +gJW(){var s=this.c.a,r=s.w +if(r==null)s=null +else{s=A.ho(r,s.y) +r=s.b +r=A.as8(s.a,r,r) +s=r}return s}, +aA(a,b,c){var s=new A.f6(b,a==null?this.gJW():a,c) +this.e.push(s)}, +ca(a,b){return this.aA(a,b,B.A0)}, +MY(a){var s=a.e.v(0,"definitionurl") +if(s!=null)a.e.n(0,"definitionURL",s)}, +MZ(a){var s,r,q,p,o,n +for(s=a.e,r=A.j(s).h("bl<1>"),r=A.a1(new A.bl(s,r),!1,r.h("p.E")),s=r.length,q=0;q"),r=A.a1(new A.bl(s,r),!1,r.h("p.E")),s=r.length,q=0;q")),q=new A.bL(q,q.gu(q)),p=A.j(q).c,o=s.a;q.q();){n=q.d +if(n==null)n=p.a(n) +m=n.x +l=n===r[0] +if(l)m=j.w +switch(m){case"select":case"colgroup":case"head":case"html":break}if(!l&&n.w!=o)continue +switch(m){case"select":k=j.fy +if(k===$){k!==$&&A.O() +k=j.fy=new A.xc(j,s)}j.x=k +return +case"td":k=j.fx +if(k===$){k!==$&&A.O() +k=j.fx=new A.qZ(j,s)}j.x=k +return +case"th":k=j.fx +if(k===$){k!==$&&A.O() +k=j.fx=new A.qZ(j,s)}j.x=k +return +case"tr":k=j.fr +if(k===$){k!==$&&A.O() +k=j.fr=new A.xb(j,s)}j.x=k +return +case"tbody":k=j.dy +if(k===$){k!==$&&A.O() +k=j.dy=new A.nQ(j,s)}j.x=k +return +case"thead":k=j.dy +if(k===$){k!==$&&A.O() +k=j.dy=new A.nQ(j,s)}j.x=k +return +case"tfoot":k=j.dy +if(k===$){k!==$&&A.O() +k=j.dy=new A.nQ(j,s)}j.x=k +return +case"caption":k=j.db +if(k===$){k!==$&&A.O() +k=j.db=new A.x8(j,s)}j.x=k +return +case"colgroup":k=j.dx +if(k===$){k!==$&&A.O() +k=j.dx=new A.x9(j,s)}j.x=k +return +case"table":k=j.cx +if(k===$){k!==$&&A.O() +k=j.cx=new A.xd(j,s)}j.x=k +return +case"head":k=j.ch +if(k===$){k!==$&&A.O() +k=j.ch=new A.qY(j,s)}j.x=k +return +case"body":k=j.ch +if(k===$){k!==$&&A.O() +k=j.ch=new A.qY(j,s)}j.x=k +return +case"frameset":k=j.k2 +if(k===$){k!==$&&A.O() +k=j.k2=new A.xa(j,s)}j.x=k +return +case"html":k=j.at +if(k===$){k!==$&&A.O() +k=j.at=new A.vp(j,s)}j.x=k +return}}j.x=j.gcr()}, +ta(a,b){var s,r=this +r.d.bl(a) +s=r.c +if(b==="RAWTEXT")s.x=s.gxO() +else s.x=s.gpg() +r.y=r.geB() +r.x=r.gLQ()}} +A.cH.prototype={ +cL(){throw A.d(A.bP(null))}, +n7(a){var s=this.b +s.oT(a,B.b.gB(s.c)) +return null}, +QU(a){this.a.ca(a.a,"unexpected-doctype") +return null}, +cb(a){this.b.lt(a.ge0(),a.a) +return null}, +eX(a){this.b.lt(a.ge0(),a.a) +return null}, +b9(a){throw A.d(A.bP(null))}, +iR(a){var s=this.a +if(!s.f&&a.b==="html")s.ca(a.a,"non-html-root") +this.b.c[0].e=a.a +a.e.a1(0,new A.a9G(this)) +s.f=!1 +return null}, +bo(a){throw A.d(A.bP(null))}, +pd(a){var s=a.b,r=this.b.c,q=r.pop() +for(;q.x!=s;)q=r.pop()}} +A.a9G.prototype={ +$2(a,b){this.a.b.c[0].b.bm(a,new A.a9F(b))}, +$S:70} +A.a9F.prototype={ +$0(){return this.a}, +$S:16} +A.i4.prototype={ +eX(a){return null}, +n7(a){var s=this.b,r=s.b +r===$&&A.b() +s.oT(a,r) +return null}, +QU(a){var s,r=this,q=a.d,p=a.b,o=p==null?null:A.c1(new A.X(new A.cd(p),A.jJ(),t.G.h("X")),0,null),n=a.c,m=a.e +if(q==="html")if(o==null)p=n!=null&&n!=="about:legacy-compat" +else p=!0 +else p=!0 +if(p)r.a.ca(a.a,"unknown-doctype") +if(o==null)o="" +s=A.auX(a.d,a.b,a.c) +s.e=a.a +p=r.b.b +p===$&&A.b() +p.gc9().D(0,s) +if(m)if(a.d==="html"){p=B.d.gGw(o) +if(!B.b.dC(B.PF,p))if(!B.b.p(B.SE,o))if(!(B.b.dC(B.oy,p)&&n==null))p=n!=null&&n.toLowerCase()==="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd" +else p=!0 +else p=!0 +else p=!0}else p=!0 +else p=!0 +if(p)r.a.r="quirks" +else{p=B.d.gGw(o) +if(!B.b.dC(B.TO,p))p=B.b.dC(B.oy,p)&&n!=null +else p=!0 +if(p)r.a.r="limited quirks"}p=r.a +p.x=p.gHN() +return null}, +jO(){var s=this.a +s.r="quirks" +s.x=s.gHN()}, +cb(a){this.a.ca(a.a,"expected-doctype-but-got-chars") +this.jO() +return a}, +b9(a){this.a.aA(a.a,"expected-doctype-but-got-start-tag",A.K(["name",a.b],t.N,t.X)) +this.jO() +return a}, +bo(a){this.a.aA(a.a,"expected-doctype-but-got-end-tag",A.K(["name",a.b],t.N,t.X)) +this.jO() +return a}, +cL(){var s=this.a +s.ca(s.gJW(),"expected-doctype-but-got-eof") +this.jO() +return!0}} +A.EJ.prototype={ +x3(){var s=this.b,r=s.Ob(A.eA("html",A.bS(null,null,t.K,t.N),null,!1)) +s.c.push(r) +s=s.b +s===$&&A.b() +s.gc9().D(0,r) +s=this.a +s.x=s.gZd()}, +cL(){this.x3() +return!0}, +n7(a){var s=this.b,r=s.b +r===$&&A.b() +s.oT(a,r) +return null}, +eX(a){return null}, +cb(a){this.x3() +return a}, +b9(a){if(a.b==="html")this.a.f=!0 +this.x3() +return a}, +bo(a){var s=a.b +switch(s){case"head":case"body":case"html":case"br":this.x3() +return a +default:this.a.aA(a.a,"unexpected-end-tag-before-html",A.K(["name",s],t.N,t.X)) +return null}}} +A.vp.prototype={ +b9(a){var s=null +switch(a.b){case"html":return this.a.gcr().b9(a) +case"head":this.pE(a) +return s +default:this.pE(A.eA("head",A.bS(s,s,t.K,t.N),s,!1)) +return a}}, +bo(a){var s=null,r=a.b +switch(r){case"head":case"body":case"html":case"br":this.pE(A.eA("head",A.bS(s,s,t.K,t.N),s,!1)) +return a +default:this.a.aA(a.a,"end-tag-after-implied-root",A.K(["name",r],t.N,t.X)) +return s}}, +cL(){this.pE(A.eA("head",A.bS(null,null,t.K,t.N),null,!1)) +return!0}, +eX(a){return null}, +cb(a){this.pE(A.eA("head",A.bS(null,null,t.K,t.N),null,!1)) +return a}, +pE(a){var s=this.b +s.bl(a) +s.e=B.b.gB(s.c) +s=this.a +s.x=s.gma()}} +A.Jl.prototype={ +b9(a){var s,r,q,p,o,n=this,m=null +switch(a.b){case"html":return n.a.gcr().b9(a) +case"title":n.a.ta(a,"RCDATA") +return m +case"noscript":case"noframes":case"style":n.a.ta(a,"RAWTEXT") +return m +case"script":n.b.bl(a) +s=n.a +r=s.c +r.x=r.gkK() +s.y=s.geB() +s.x=s.gLQ() +return m +case"base":case"basefont":case"bgsound":case"command":case"link":s=n.b +s.bl(a) +s.c.pop() +a.r=!0 +return m +case"meta":s=n.b +s.bl(a) +s.c.pop() +a.r=!0 +q=a.e +s=n.a.c.a +if(!s.b){p=q.i(0,"charset") +o=q.i(0,"content") +if(p!=null)s.NA(p) +else if(o!=null)s.NA(new A.a1n(new A.a2W(o)).EM(0))}return m +case"head":n.a.ca(a.a,"two-heads-are-not-better-than-one") +return m +default:n.rn(new A.b2("head",!1)) +return a}}, +bo(a){var s=a.b +switch(s){case"head":this.rn(a) +return null +case"br":case"html":case"body":this.rn(new A.b2("head",!1)) +return a +default:this.a.aA(a.a,"unexpected-end-tag",A.K(["name",s],t.N,t.X)) +return null}}, +cL(){this.rn(new A.b2("head",!1)) +return!0}, +cb(a){this.rn(new A.b2("head",!1)) +return a}, +rn(a){var s,r=this.a,q=r.d +q.c.pop() +s=r.ay +if(s===$){s!==$&&A.O() +s=r.ay=new A.Em(r,q)}r.x=s}} +A.Em.prototype={ +b9(a){var s=this,r=null,q=a.b +switch(q){case"html":return s.a.gcr().b9(a) +case"body":q=s.a +q.z=!1 +s.b.bl(a) +q.x=q.gcr() +return r +case"frameset":s.b.bl(a) +q=s.a +q.x=q.gJz() +return r +case"base":case"basefont":case"bgsound":case"link":case"meta":case"noframes":case"script":case"style":case"title":s.UH(a) +return r +case"head":s.a.aA(a.a,"unexpected-start-tag",A.K(["name",q],t.N,t.X)) +return r +default:s.jO() +return a}}, +bo(a){var s=a.b +switch(s){case"body":case"html":case"br":this.jO() +return a +default:this.a.aA(a.a,"unexpected-end-tag",A.K(["name",s],t.N,t.X)) +return null}}, +cL(){this.jO() +return!0}, +cb(a){this.jO() +return a}, +UH(a){var s,r,q,p=this.a +p.aA(a.a,"unexpected-start-tag-out-of-my-head",A.K(["name",a.b],t.N,t.X)) +s=this.b +r=s.c +r.push(t.Si.a(s.e)) +p.gma().b9(a) +for(p=new A.be(r,A.a6(r).h("be<1>")),p=new A.bL(p,p.gu(p)),s=A.j(p).c;p.q();){q=p.d +if(q==null)q=s.a(q) +if(q.x==="head"){B.b.v(r,q) +break}}}, +jO(){this.b.bl(A.eA("body",A.bS(null,null,t.K,t.N),null,!1)) +var s=this.a +s.x=s.gcr() +s.z=!0}} +A.qY.prototype={ +b9(a){var s,r,q,p,o,n=this,m=null,l="p",k="button",j="unexpected-start-tag",i="unexpected-start-tag-implies-end-tag",h="RAWTEXT",g=a.b +switch(g){case"html":return n.iR(a) +case"base":case"basefont":case"bgsound":case"command":case"link":case"meta":case"noframes":case"script":case"style":case"title":return n.a.gma().b9(a) +case"body":n.UE(a) +return m +case"frameset":n.UG(a) +return m +case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":n.Gq(a) +return m +case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":g=n.b +if(g.c2(l,k))n.k7(new A.b2(l,!1)) +s=g.c +if(B.b.p(B.h2,B.b.gB(s).x)){n.a.aA(a.a,j,A.K(["name",a.b],t.N,t.X)) +s.pop()}g.bl(a) +return m +case"pre":case"listing":g=n.b +if(g.c2(l,k))n.k7(new A.b2(l,!1)) +g.bl(a) +n.a.z=!1 +n.c=!0 +return m +case"form":g=n.b +if(g.f!=null)n.a.aA(a.a,j,A.K(["name","form"],t.N,t.X)) +else{if(g.c2(l,k))n.k7(new A.b2(l,!1)) +g.bl(a) +g.f=B.b.gB(g.c)}return m +case"li":case"dd":case"dt":n.UK(a) +return m +case"plaintext":g=n.b +if(g.c2(l,k))n.k7(new A.b2(l,!1)) +g.bl(a) +g=n.a.c +g.x=g.gaez() +return m +case"a":g=n.b +r=g.OW("a") +if(r!=null){n.a.aA(a.a,i,A.K(["startName","a","endName","a"],t.N,t.X)) +n.P1(new A.b2("a",!1)) +B.b.v(g.c,r) +B.b.v(g.d.a,r)}g.eD() +n.BN(a) +return m +case"b":case"big":case"code":case"em":case"font":case"i":case"s":case"small":case"strike":case"strong":case"tt":case"u":n.b.eD() +n.BN(a) +return m +case"nobr":g=n.b +g.eD() +if(g.hP("nobr")){n.a.aA(a.a,i,A.K(["startName","nobr","endName","nobr"],t.N,t.X)) +n.bo(new A.b2("nobr",!1)) +g.eD()}n.BN(a) +return m +case"button":return n.UF(a) +case"applet":case"marquee":case"object":g=n.b +g.eD() +g.bl(a) +g.d.D(0,m) +n.a.z=!1 +return m +case"xmp":g=n.b +if(g.c2(l,k))n.k7(new A.b2(l,!1)) +g.eD() +g=n.a +g.z=!1 +g.ta(a,h) +return m +case"table":g=n.a +if(g.r!=="quirks")if(n.b.c2(l,k))n.bo(new A.b2(l,!1)) +n.b.bl(a) +g.z=!1 +g.x=g.geI() +return m +case"area":case"br":case"embed":case"img":case"keygen":case"wbr":n.Gv(a) +return m +case"param":case"source":case"track":g=n.b +g.bl(a) +g.c.pop() +a.r=!0 +return m +case"input":g=n.a +q=g.z +n.Gv(a) +s=a.e.i(0,"type") +if((s==null?m:A.c1(new A.X(new A.cd(s),A.jJ(),t.G.h("X")),0,m))==="hidden")g.z=q +return m +case"hr":g=n.b +if(g.c2(l,k))n.k7(new A.b2(l,!1)) +g.bl(a) +g.c.pop() +a.r=!0 +n.a.z=!1 +return m +case"image":n.a.aA(a.a,"unexpected-start-tag-treated-as",A.K(["originalName","image","newName","img"],t.N,t.X)) +n.b9(A.eA("img",a.e,m,a.c)) +return m +case"isindex":n.UJ(a) +return m +case"textarea":n.b.bl(a) +g=n.a +s=g.c +s.x=s.gpg() +n.c=!0 +g.z=!1 +return m +case"iframe":g=n.a +g.z=!1 +g.ta(a,h) +return m +case"noembed":case"noscript":n.a.ta(a,h) +return m +case"select":g=n.b +g.eD() +g.bl(a) +g=n.a +g.z=!1 +if(g.geI()===g.geB()||g.gJw()===g.geB()||g.gJy()===g.geB()||g.gAy()===g.geB()||g.gAx()===g.geB()||g.gJx()===g.geB()){p=g.go +if(p===$){p!==$&&A.O() +p=g.go=new A.Jm(g,g.d)}g.x=p}else g.x=g.gmb() +return m +case"rp":case"rt":g=n.b +if(g.hP("ruby")){g.nh() +o=B.b.gB(g.c) +if(o.x!=="ruby")n.a.ca(o.e,"undefined-error")}g.bl(a) +return m +case"option":case"optgroup":g=n.b +if(B.b.gB(g.c).x==="option")n.a.geB().bo(new A.b2("option",!1)) +g.eD() +n.a.d.bl(a) +return m +case"math":g=n.b +g.eD() +s=n.a +s.MY(a) +s.BR(a) +a.w="http://www.w3.org/1998/Math/MathML" +g.bl(a) +if(a.c){g.c.pop() +a.r=!0}return m +case"svg":g=n.b +g.eD() +s=n.a +s.MZ(a) +s.BR(a) +a.w="http://www.w3.org/2000/svg" +g.bl(a) +if(a.c){g.c.pop() +a.r=!0}return m +case"caption":case"col":case"colgroup":case"frame":case"head":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":n.a.aA(a.a,"unexpected-start-tag-ignored",A.K(["name",g],t.N,t.X)) +return m +default:g=n.b +g.eD() +g.bl(a) +return m}}, +bo(a){var s,r,q,p,o,n=this,m=null,l="end-tag-too-early",k="unexpected-end-tag",j=a.b +switch(j){case"body":n.P0(a) +return m +case"html":return n.Dh(a) +case"address":case"article":case"aside":case"blockquote":case"button":case"center":case"details":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"listing":case"menu":case"nav":case"ol":case"pre":case"section":case"summary":case"ul":if(j==="pre")n.c=!1 +s=n.b +r=s.hP(j) +if(r)s.nh() +j=B.b.gB(s.c).x +s=a.b +if(j!=s)n.a.aA(a.a,l,A.K(["name",s],t.N,t.X)) +if(r)n.pd(a) +return m +case"form":j=n.b +q=j.f +j.f=null +if(q==null||!j.hP(q))n.a.aA(a.a,k,A.K(["name","form"],t.N,t.X)) +else{j.nh() +j=j.c +if(!J.c(B.b.gB(j),q))n.a.aA(a.a,"end-tag-too-early-ignored",A.K(["name","form"],t.N,t.X)) +B.b.v(j,q)}return m +case"p":n.k7(a) +return m +case"dd":case"dt":case"li":p=j==="li"?"list":m +s=n.b +j=s.c2(j,p) +o=a.b +if(!j)n.a.aA(a.a,k,A.K(["name",o],t.N,t.X)) +else{s.lT(o) +j=B.b.gB(s.c).x +s=a.b +if(j!=s)n.a.aA(a.a,l,A.K(["name",s],t.N,t.X)) +n.pd(a)}return m +case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":n.aaE(a) +return m +case"a":case"b":case"big":case"code":case"em":case"font":case"i":case"nobr":case"s":case"small":case"strike":case"strong":case"tt":case"u":n.P1(a) +return m +case"applet":case"marquee":case"object":s=n.b +if(s.hP(j))s.nh() +j=B.b.gB(s.c).x +o=a.b +if(j!=o)n.a.aA(a.a,l,A.K(["name",o],t.N,t.X)) +if(s.hP(a.b)){n.pd(a) +s.Ci()}return m +case"br":j=t.N +n.a.aA(a.a,"unexpected-end-tag-treated-as",A.K(["originalName","br","newName","br element"],j,t.X)) +s=n.b +s.eD() +s.bl(A.eA("br",A.bS(m,m,t.K,j),m,!1)) +s.c.pop() +return m +default:n.aaG(a) +return m}}, +ad3(a,b){var s,r +if(a.x!=b.x||a.w!=b.w)return!1 +else{s=a.b +if(s.a!==b.b.a)return!1 +else for(s=A.ka(s,s.r);s.q();){r=s.d +if(!J.c(a.b.i(0,r),b.b.i(0,r)))return!1}}return!0}, +BN(a){var s,r,q,p,o,n,m=this.b +m.bl(a) +s=B.b.gB(m.c) +r=A.a([],t.PR) +for(m=m.d,q=new A.be(m,A.j(m).h("be")),q=new A.bL(q,q.gu(q)),p=t.Si,o=A.j(q).c;q.q();){n=q.d +if(n==null)n=o.a(n) +if(n==null)break +else{p.a(n) +if(this.ad3(n,s))r.push(n)}}if(r.length===3)B.b.v(m.a,B.b.gB(r)) +m.D(0,s)}, +cL(){var s,r,q,p +$label0$1:for(s=this.b.c,s=new A.be(s,A.a6(s).h("be<1>")),s=new A.bL(s,s.gu(s)),r=A.j(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +switch(q.x){case"dd":case"dt":case"li":case"p":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":case"body":case"html":continue $label0$1}s=this.a +p=q.e +if(p==null){r=s.c.a +q=r.w +if(q==null)p=null +else{r=r.y +new A.eF(q,r).hx(q,r) +p=new A.df(q,r,r) +p.ep(q,r,r)}}s.e.push(new A.f6("expected-closing-tag-but-got-eof",p,B.A0)) +break $label0$1}return!1}, +cb(a){var s +if(a.ge0()==="\x00")return null +s=this.b +s.eD() +s.lt(a.ge0(),a.a) +s=this.a +if(s.z&&!A.asM(a.ge0()))s.z=!1 +return null}, +eX(a){var s,r,q,p=this +if(p.c){s=a.ge0() +r=p.c=!1 +if(B.d.b5(s,"\n")){q=B.b.gB(p.b.c) +if(B.b.p(B.UI,q.x)){r=q.gc9() +r=r.gP(r)}if(r)s=B.d.cj(s,1)}if(s.length!==0){r=p.b +r.eD() +r.lt(s,a.a)}}else{r=p.b +r.eD() +r.lt(a.ge0(),a.a)}return null}, +UE(a){var s,r=this.a +r.aA(a.a,"unexpected-start-tag",A.K(["name","body"],t.N,t.X)) +s=this.b.c +if(!(s.length===1||s[1].x!=="body")){r.z=!1 +a.e.a1(0,new A.a6p(this))}}, +UG(a){var s,r,q,p=this.a +p.aA(a.a,"unexpected-start-tag",A.K(["name","frameset"],t.N,t.X)) +s=this.b +r=s.c +if(!(r.length===1||r[1].x!=="body"))if(p.z){q=r[1].a +if(q!=null)B.b.v(q.gc9().a,r[1]) +for(;B.b.gB(r).x!=="html";)r.pop() +s.bl(a) +p.x=p.gJz()}}, +Gq(a){var s=this.b +if(s.c2("p","button"))this.k7(new A.b2("p",!1)) +s.bl(a)}, +UK(a){var s,r,q,p,o,n,m,l,k,j,i=this.a +i.z=!1 +s=a.b +s.toString +s=B.Y9.i(0,s) +s.toString +for(r=this.b,q=r.c,q=new A.be(q,A.a6(q).h("be<1>")),q=new A.bL(q,q.gu(q)),p=t.V3,o=A.j(q).c;q.q();){n=q.d +if(n==null)n=o.a(n) +m=n.x +if(B.b.p(s,m)){l=i.x +if(l===$){l=i.Q +if(l===$){k=new A.i4(i,i.d) +l!==$&&A.O() +i.Q=k +l=k}l=i.x=l}l.bo(new A.b2(m,!1)) +break}j=n.w +if(B.b.p(B.k5,new A.a8(j==null?"http://www.w3.org/1999/xhtml":j,m,p))&&!B.b.p(B.Su,m))break}if(r.c2("p","button"))i.geB().bo(new A.b2("p",!1)) +r.bl(a)}, +UF(a){var s=this.b,r=this.a +if(s.hP("button")){r.aA(a.a,"unexpected-start-tag-implies-end-tag",A.K(["startName","button","endName","button"],t.N,t.X)) +this.bo(new A.b2("button",!1)) +return a}else{s.eD() +s.bl(a) +r.z=!1}return null}, +Gv(a){var s=this.b +s.eD() +s.bl(a) +s.c.pop() +a.r=!0 +this.a.z=!1}, +UJ(a){var s,r,q,p,o,n=this,m=null,l="action",k=t.N +n.a.aA(a.a,"deprecated-tag",A.K(["name","isindex"],k,t.X)) +if(n.b.f!=null)return +s=t.K +r=A.bS(m,m,s,k) +q=a.e.i(0,l) +if(q!=null)r.n(0,l,q) +n.b9(A.eA("form",r,m,!1)) +n.b9(A.eA("hr",A.bS(m,m,s,k),m,!1)) +n.b9(A.eA("label",A.bS(m,m,s,k),m,!1)) +p=a.e.i(0,"prompt") +if(p==null)p="This is a searchable index. Enter search keywords: " +n.cb(new A.aJ(m,p)) +o=A.o1(a.e,s,k) +o.v(0,l) +o.v(0,"prompt") +o.n(0,"name","isindex") +n.b9(A.eA("input",o,m,a.c)) +n.bo(new A.b2("label",!1)) +n.b9(A.eA("hr",A.bS(m,m,s,k),m,!1)) +n.bo(new A.b2("form",!1))}, +k7(a){var s=this,r="unexpected-end-tag",q=s.b +if(!q.c2("p","button")){q=t.N +s.Gq(A.eA("p",A.bS(null,null,t.K,q),null,!1)) +s.a.aA(a.a,r,A.K(["name","p"],q,t.X)) +s.k7(new A.b2("p",!1))}else{q.lT("p") +if(B.b.gB(q.c).x!=="p")s.a.aA(a.a,r,A.K(["name","p"],t.N,t.X)) +s.pd(a)}}, +P0(a){var s,r,q,p,o,n,m=this,l=m.b +if(!l.hP("body")){m.a.ca(a.a,"undefined-error") +return}else{l=l.c +if(B.b.gB(l).x==="body")B.b.gB(l) +else $label0$1:for(l=A.atj(l,2,null),s=l.length,r=0;r")),q=new A.bL(q,q.gu(q)),p=t.V3,o=A.j(q).c;q.q();){n=q.d +if(n==null)n=o.a(n) +m=n.x +l=a.b +if(m==l){k=B.b.gB(r).x +if(k!=l&&B.b.p(B.ke,k)){r.pop() +s.lT(l)}s=B.b.gB(r).x +q=a.b +if(s!=q){s=this.a +j=a.a +q=A.K(["name",q],t.N,t.X) +if(j==null){p=s.c.a +o=p.w +if(o==null)j=null +else{p=p.y +new A.eF(o,p).hx(o,p) +j=new A.df(o,p,p) +j.ep(o,p,p)}}s.e.push(new A.f6(h,j,q))}for(;!J.c(r.pop(),n););break}else{i=n.w +if(B.b.p(B.k5,new A.a8(i==null?"http://www.w3.org/1999/xhtml":i,m,p))){s=this.a +j=a.a +r=A.K(["name",a.b],t.N,t.X) +if(j==null){q=s.c.a +p=q.w +if(p==null)j=null +else{q=q.y +new A.eF(p,q).hx(p,q) +j=new A.df(p,q,q) +j.ep(p,q,q)}}s.e.push(new A.f6(h,j,r)) +break}}}}} +A.a6p.prototype={ +$2(a,b){this.a.b.c[1].b.bm(a,new A.a6o(b))}, +$S:70} +A.a6o.prototype={ +$0(){return this.a}, +$S:16} +A.Po.prototype={ +b9(a){throw A.d(A.ar("Cannot process start stag in text phase"))}, +bo(a){var s,r,q=this +if(a.b==="script"){q.b.c.pop() +s=q.a +r=s.y +r.toString +s.x=r +return null}q.b.c.pop() +s=q.a +r=s.y +r.toString +s.x=r +return null}, +cb(a){this.b.lt(a.ge0(),a.a) +return null}, +cL(){var s=this.b.c,r=B.b.gB(s),q=this.a +q.aA(r.e,"expected-named-closing-tag-but-got-eof",A.K(["name",r.x],t.N,t.X)) +s.pop() +s=q.y +s.toString +q.x=s +return!0}} +A.xd.prototype={ +b9(a){var s,r,q=this,p=null +switch(a.b){case"html":return q.iR(a) +case"caption":q.Ck() +s=q.b +s.d.D(0,p) +s.bl(a) +s=q.a +s.x=s.gJw() +return p +case"colgroup":q.Gr(a) +return p +case"col":q.Gr(A.eA("colgroup",A.bS(p,p,t.K,t.N),p,!1)) +return a +case"tbody":case"tfoot":case"thead":q.Gt(a) +return p +case"td":case"th":case"tr":q.Gt(A.eA("tbody",A.bS(p,p,t.K,t.N),p,!1)) +return a +case"table":return q.UL(a) +case"style":case"script":return q.a.gma().b9(a) +case"input":s=a.e.i(0,"type") +if((s==null?p:A.c1(new A.X(new A.cd(s),A.jJ(),t.G.h("X")),0,p))==="hidden"){q.a.ca(a.a,"unexpected-hidden-input-in-table") +s=q.b +s.bl(a) +s.c.pop()}else q.Gs(a) +return p +case"form":q.a.ca(a.a,"unexpected-form-in-table") +s=q.b +if(s.f==null){s.bl(a) +r=s.c +s.f=B.b.gB(r) +r.pop()}return p +default:q.Gs(a) +return p}}, +bo(a){var s,r=this,q=a.b +switch(q){case"table":r.la(a) +return null +case"body":case"caption":case"col":case"colgroup":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":r.a.aA(a.a,"unexpected-end-tag",A.K(["name",q],t.N,t.X)) +return null +default:s=r.a +s.aA(a.a,"unexpected-end-tag-implies-table-voodoo",A.K(["name",q],t.N,t.X)) +q=r.b +q.r=!0 +s.gcr().bo(a) +q.r=!1 +return null}}, +Ck(){var s=this.b.c +while(!0){if(!(B.b.gB(s).x!=="table"&&B.b.gB(s).x!=="html"))break +s.pop()}}, +cL(){var s=B.b.gB(this.b.c) +if(s.x!=="html")this.a.ca(s.e,"eof-in-table") +return!1}, +eX(a){var s=this.a,r=s.geB() +s.x=s.guY() +s.guY().c=r +s.geB().eX(a) +return null}, +cb(a){var s=this.a,r=s.geB() +s.x=s.guY() +s.guY().c=r +s.geB().cb(a) +return null}, +Gr(a){var s +this.Ck() +this.b.bl(a) +s=this.a +s.x=s.gJy()}, +Gt(a){var s +this.Ck() +this.b.bl(a) +s=this.a +s.x=s.gAy()}, +UL(a){var s=this.a +s.aA(a.a,"unexpected-start-tag-implies-end-tag",A.K(["startName","table","endName","table"],t.N,t.X)) +s.geB().bo(new A.b2("table",!1)) +return a}, +Gs(a){var s,r=this.a +r.aA(a.a,u.M,A.K(["name",a.b],t.N,t.X)) +s=this.b +s.r=!0 +r.gcr().b9(a) +s.r=!1}, +la(a){var s,r=this,q=r.b +if(q.c2("table","table")){q.nh() +q=q.c +s=B.b.gB(q).x +if(s!=="table")r.a.aA(a.a,"end-tag-too-early-named",A.K(["gotName","table","expectedName",s],t.N,t.X)) +for(;B.b.gB(q).x!=="table";)q.pop() +q.pop() +r.a.RO()}else r.a.ca(a.a,"undefined-error")}} +A.r_.prototype={ +rv(){var s,r,q=this,p=q.d +if(p.length===0)return +s=new A.X(p,new A.a6q(),A.a6(p).h("X<1,m>")).bn(0,"") +if(!A.asM(s)){p=q.a.geI() +r=p.b +r.r=!0 +p.a.gcr().cb(new A.aJ(null,s)) +r.r=!1}else if(s.length!==0)q.b.lt(s,null) +q.d=A.a([],t.JT)}, +n7(a){var s +this.rv() +s=this.c +s.toString +this.a.x=s +return a}, +cL(){this.rv() +var s=this.c +s.toString +this.a.x=s +return!0}, +cb(a){if(a.ge0()==="\x00")return null +this.d.push(a) +return null}, +eX(a){this.d.push(a) +return null}, +b9(a){var s +this.rv() +s=this.c +s.toString +this.a.x=s +return a}, +bo(a){var s +this.rv() +s=this.c +s.toString +this.a.x=s +return a}} +A.a6q.prototype={ +$1(a){return a.ge0()}, +$S:443} +A.x8.prototype={ +b9(a){switch(a.b){case"html":return this.iR(a) +case"caption":case"col":case"colgroup":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return this.UM(a) +default:return this.a.gcr().b9(a)}}, +bo(a){var s=this,r=a.b +switch(r){case"caption":s.aaD(a) +return null +case"table":return s.la(a) +case"body":case"col":case"colgroup":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":s.a.aA(a.a,"unexpected-end-tag",A.K(["name",r],t.N,t.X)) +return null +default:return s.a.gcr().bo(a)}}, +cL(){this.a.gcr().cL() +return!1}, +cb(a){return this.a.gcr().cb(a)}, +UM(a){var s,r=this.a +r.ca(a.a,"undefined-error") +s=this.b.c2("caption","table") +r.geB().bo(new A.b2("caption",!1)) +if(s)return a +return null}, +aaD(a){var s,r=this,q=r.b +if(q.c2("caption","table")){q.nh() +s=q.c +if(B.b.gB(s).x!=="caption")r.a.aA(a.a,"expected-one-end-tag-but-got-another",A.K(["gotName","caption","expectedName",B.b.gB(s).x],t.N,t.X)) +for(;B.b.gB(s).x!=="caption";)s.pop() +s.pop() +q.Ci() +q=r.a +q.x=q.geI()}else r.a.ca(a.a,"undefined-error")}, +la(a){var s,r=this.a +r.ca(a.a,"undefined-error") +s=this.b.c2("caption","table") +r.geB().bo(new A.b2("caption",!1)) +if(s)return a +return null}} +A.x9.prototype={ +b9(a){var s,r=this +switch(a.b){case"html":return r.iR(a) +case"col":s=r.b +s.bl(a) +s.c.pop() +return null +default:s=B.b.gB(r.b.c).x +r.rm(new A.b2("colgroup",!1)) +return s==="html"?null:a}}, +bo(a){var s,r=this +switch(a.b){case"colgroup":r.rm(a) +return null +case"col":r.a.aA(a.a,"no-end-tag",A.K(["name","col"],t.N,t.X)) +return null +default:s=B.b.gB(r.b.c).x +r.rm(new A.b2("colgroup",!1)) +return s==="html"?null:a}}, +cL(){if(B.b.gB(this.b.c).x==="html")return!1 +else{this.rm(new A.b2("colgroup",!1)) +return!0}}, +cb(a){var s=B.b.gB(this.b.c).x +this.rm(new A.b2("colgroup",!1)) +return s==="html"?null:a}, +rm(a){var s=this.b.c,r=this.a +if(B.b.gB(s).x==="html")r.ca(a.a,"undefined-error") +else{s.pop() +r.x=r.geI()}}} +A.nQ.prototype={ +b9(a){var s,r=this,q=null,p=a.b +switch(p){case"html":return r.iR(a) +case"tr":r.Gu(a) +return q +case"td":case"th":s=t.N +r.a.aA(a.a,"unexpected-cell-in-table-body",A.K(["name",p],s,t.X)) +r.Gu(A.eA("tr",A.bS(q,q,t.K,s),q,!1)) +return a +case"caption":case"col":case"colgroup":case"tbody":case"tfoot":case"thead":return r.la(a) +default:return r.a.geI().b9(a)}}, +bo(a){var s=this,r=a.b +switch(r){case"tbody":case"tfoot":case"thead":s.wv(a) +return null +case"table":return s.la(a) +case"body":case"caption":case"col":case"colgroup":case"html":case"td":case"th":case"tr":s.a.aA(a.a,"unexpected-end-tag-in-table-body",A.K(["name",r],t.N,t.X)) +return null +default:return s.a.geI().bo(a)}}, +Cj(){for(var s=this.b.c;!B.b.p(B.V8,B.b.gB(s).x);)s.pop() +B.b.gB(s).toString}, +cL(){this.a.geI().cL() +return!1}, +eX(a){return this.a.geI().eX(a)}, +cb(a){return this.a.geI().cb(a)}, +Gu(a){var s +this.Cj() +this.b.bl(a) +s=this.a +s.x=s.gAx()}, +wv(a){var s=this.b,r=this.a +if(s.c2(a.b,"table")){this.Cj() +s.c.pop() +r.x=r.geI()}else r.aA(a.a,"unexpected-end-tag-in-table-body",A.K(["name",a.b],t.N,t.X))}, +la(a){var s=this,r="table",q=s.b +if(q.c2("tbody",r)||q.c2("thead",r)||q.c2("tfoot",r)){s.Cj() +s.wv(new A.b2(B.b.gB(q.c).x,!1)) +return a}else s.a.ca(a.a,"undefined-error") +return null}} +A.xb.prototype={ +b9(a){var s,r,q=this +switch(a.b){case"html":return q.iR(a) +case"td":case"th":q.NF() +s=q.b +s.bl(a) +r=q.a +r.x=r.gJx() +s.d.D(0,null) +return null +case"caption":case"col":case"colgroup":case"tbody":case"tfoot":case"thead":case"tr":s=q.b.c2("tr","table") +q.ww(new A.b2("tr",!1)) +return!s?null:a +default:return q.a.geI().b9(a)}}, +bo(a){var s=this,r=a.b +switch(r){case"tr":s.ww(a) +return null +case"table":r=s.b.c2("tr","table") +s.ww(new A.b2("tr",!1)) +return!r?null:a +case"tbody":case"tfoot":case"thead":return s.wv(a) +case"body":case"caption":case"col":case"colgroup":case"html":case"td":case"th":s.a.aA(a.a,"unexpected-end-tag-in-table-row",A.K(["name",r],t.N,t.X)) +return null +default:return s.a.geI().bo(a)}}, +NF(){var s,r,q,p,o,n,m,l,k,j +for(s=this.b.c,r=this.a,q=t.N,p=t.X,o=r.c.a;!0;){n=B.b.gB(s) +m=n.x +if(m==="tr"||m==="html")break +l=n.e +m=A.K(["name",B.b.gB(s).x],q,p) +if(l==null){k=o.w +if(k==null)l=null +else{j=o.y +new A.eF(k,j).hx(k,j) +l=new A.df(k,j,j) +l.ep(k,j,j)}}r.e.push(new A.f6("unexpected-implied-end-tag-in-table-row",l,m)) +s.pop()}}, +cL(){this.a.geI().cL() +return!1}, +eX(a){return this.a.geI().eX(a)}, +cb(a){return this.a.geI().cb(a)}, +ww(a){var s=this.b,r=this.a +if(s.c2("tr","table")){this.NF() +s.c.pop() +r.x=r.gAy()}else r.ca(a.a,"undefined-error")}, +wv(a){if(this.b.c2(a.b,"table")){this.ww(new A.b2("tr",!1)) +return a}else{this.a.ca(a.a,"undefined-error") +return null}}} +A.qZ.prototype={ +b9(a){switch(a.b){case"html":return this.iR(a) +case"caption":case"col":case"colgroup":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return this.UN(a) +default:return this.a.gcr().b9(a)}}, +bo(a){var s=this,r=a.b +switch(r){case"td":case"th":s.Dj(a) +return null +case"body":case"caption":case"col":case"colgroup":case"html":s.a.aA(a.a,"unexpected-end-tag",A.K(["name",r],t.N,t.X)) +return null +case"table":case"tbody":case"tfoot":case"thead":case"tr":return s.aaF(a) +default:return s.a.gcr().bo(a)}}, +NH(){var s=this.b +if(s.c2("td","table"))this.Dj(new A.b2("td",!1)) +else if(s.c2("th","table"))this.Dj(new A.b2("th",!1))}, +cL(){this.a.gcr().cL() +return!1}, +cb(a){return this.a.gcr().cb(a)}, +UN(a){var s=this.b +if(s.c2("td","table")||s.c2("th","table")){this.NH() +return a}else{this.a.ca(a.a,"undefined-error") +return null}}, +Dj(a){var s,r=this,q=r.b,p=q.c2(a.b,"table"),o=a.b +if(p){q.lT(o) +p=q.c +o=B.b.gB(p).x +s=a.b +if(o!=s){r.a.aA(a.a,"unexpected-cell-end-tag",A.K(["name",s],t.N,t.X)) +r.pd(a)}else p.pop() +q.Ci() +q=r.a +q.x=q.gAx()}else r.a.aA(a.a,"unexpected-end-tag",A.K(["name",o],t.N,t.X))}, +aaF(a){if(this.b.c2(a.b,"table")){this.NH() +return a}else this.a.ca(a.a,"undefined-error") +return null}} +A.xc.prototype={ +b9(a){var s,r=this,q=null,p=a.b +switch(p){case"html":return r.iR(a) +case"option":p=r.b +s=p.c +if(B.b.gB(s).x==="option")s.pop() +p.bl(a) +return q +case"optgroup":p=r.b +s=p.c +if(B.b.gB(s).x==="option")s.pop() +if(B.b.gB(s).x==="optgroup")s.pop() +p.bl(a) +return q +case"select":r.a.ca(a.a,"unexpected-select-in-select") +r.Di(new A.b2("select",!1)) +return q +case"input":case"keygen":case"textarea":return r.UI(a) +case"script":return r.a.gma().b9(a) +default:r.a.aA(a.a,"unexpected-start-tag-in-select",A.K(["name",p],t.N,t.X)) +return q}}, +bo(a){var s=this,r=null,q="unexpected-end-tag-in-select",p=a.b +switch(p){case"option":p=s.b.c +if(B.b.gB(p).x==="option")p.pop() +else s.a.aA(a.a,q,A.K(["name","option"],t.N,t.X)) +return r +case"optgroup":p=s.b.c +if(B.b.gB(p).x==="option"&&p[p.length-2].x==="optgroup")p.pop() +if(B.b.gB(p).x==="optgroup")p.pop() +else s.a.aA(a.a,q,A.K(["name","optgroup"],t.N,t.X)) +return r +case"select":s.Di(a) +return r +default:s.a.aA(a.a,q,A.K(["name",p],t.N,t.X)) +return r}}, +cL(){var s=B.b.gB(this.b.c) +if(s.x!=="html")this.a.ca(s.e,"eof-in-select") +return!1}, +cb(a){if(a.ge0()==="\x00")return null +this.b.lt(a.ge0(),a.a) +return null}, +UI(a){var s="select" +this.a.ca(a.a,"unexpected-input-in-select") +if(this.b.c2(s,s)){this.Di(new A.b2(s,!1)) +return a}return null}, +Di(a){var s=this.a +if(this.b.c2("select","select")){this.pd(a) +s.RO()}else s.ca(a.a,"undefined-error")}} +A.Jm.prototype={ +b9(a){var s,r=a.b +switch(r){case"caption":case"table":case"tbody":case"tfoot":case"thead":case"tr":case"td":case"th":s=this.a +s.aA(a.a,u.a,A.K(["name",r],t.N,t.X)) +s.gmb().bo(new A.b2("select",!1)) +return a +default:return this.a.gmb().b9(a)}}, +bo(a){switch(a.b){case"caption":case"table":case"tbody":case"tfoot":case"thead":case"tr":case"td":case"th":return this.la(a) +default:return this.a.gmb().bo(a)}}, +cL(){this.a.gmb().cL() +return!1}, +cb(a){return this.a.gmb().cb(a)}, +la(a){var s=this.a +s.aA(a.a,u.r,A.K(["name",a.b],t.N,t.X)) +if(this.b.c2(a.b,"table")){s.gmb().bo(new A.b2("select",!1)) +return a}return null}} +A.Jk.prototype={ +cb(a){var s +if(a.ge0()==="\x00"){a.c="\ufffd" +a.b=null}else{s=this.a +if(s.z&&!A.asM(a.ge0()))s.z=!1}return this.W2(a)}, +b9(a){var s,r,q,p,o=this,n=o.b,m=n.c,l=B.b.gB(m) +if(!B.b.p(B.TS,a.b))if(a.b==="font")s=a.e.X("color")||a.e.X("face")||a.e.X("size") +else s=!1 +else s=!0 +if(s){s=o.a +s.aA(a.a,u.G,A.K(["name",a.b],t.N,t.X)) +n=n.a +r=t.Lc +while(!0){if(B.b.gB(m).w!=n)if(!s.Q2(B.b.gB(m))){q=B.b.gB(m) +q=!B.b.p(B.p2,new A.a8(q.w,q.x,r))}else q=!1 +else q=!1 +if(!q)break +m.pop()}return a}else{s=l.w +if(s==="http://www.w3.org/1998/Math/MathML")o.a.MY(a) +else if(s==="http://www.w3.org/2000/svg"){p=B.a1J.i(0,a.b) +if(p!=null)a.b=p +o.a.MZ(a)}o.a.BR(a) +a.w=s +n.bl(a) +if(a.c){m.pop() +a.r=!0}return null}}, +bo(a){var s,r,q,p,o,n=this,m=null,l=n.b,k=l.c,j=k.length-1,i=B.b.gB(k),h=i.x +h=h==null?m:A.c1(new A.X(new A.cd(h),A.jJ(),t.G.h("X")),0,m) +s=a.b +if(h!=s)n.a.aA(a.a,"unexpected-end-tag",A.K(["name",s],t.N,t.X)) +l=l.a +h=t.G.h("X") +while(!0){if(!!0){r=m +break}c$0:{s=i.x +s=s==null?m:A.c1(new A.X(new A.cd(s),A.jJ(),h),0,m) +if(s==a.b){l=n.a +q=l.x +if(q===$){q=l.Q +if(q===$){p=new A.i4(l,l.d) +q!==$&&A.O() +l.Q=p +q=p}q=l.x=q}o=l.cy +if(o===$){h=A.a([],t.JT) +l.cy!==$&&A.O() +o=l.cy=new A.r_(h,l,l.d)}if(q===o){q=l.x +if(q===$){q=l.Q +if(q===$){p=new A.i4(l,l.d) +q!==$&&A.O() +l.Q=p +q=p}q=l.x=q}t.xW.a(q) +q.rv() +h=q.c +h.toString +l.x=h}for(;!J.c(k.pop(),i););r=m +break}--j +i=k[j] +if(i.w!=l)break c$0 +else{l=n.a +q=l.x +if(q===$){q=l.Q +if(q===$){p=new A.i4(l,l.d) +q!==$&&A.O() +l.Q=p +q=p}q=l.x=q}r=q.bo(a) +break}}}return r}} +A.Ek.prototype={ +b9(a){var s,r=a.b +if(r==="html")return this.a.gcr().b9(a) +s=this.a +s.aA(a.a,"unexpected-start-tag-after-body",A.K(["name",r],t.N,t.X)) +s.x=s.gcr() +return a}, +bo(a){var s,r=a.b +if(r==="html"){this.Dh(a) +return null}s=this.a +s.aA(a.a,"unexpected-end-tag-after-body",A.K(["name",r],t.N,t.X)) +s.x=s.gcr() +return a}, +cL(){return!1}, +n7(a){var s=this.b +s.oT(a,s.c[0]) +return null}, +cb(a){var s=this.a +s.ca(a.a,"unexpected-char-after-body") +s.x=s.gcr() +return a}, +Dh(a){var s,r,q,p +for(s=this.b.c,s=new A.be(s,A.a6(s).h("be<1>")),s=new A.bL(s,s.gu(s)),r=A.j(s).c;s.q();){q=s.d +if((q==null?r.a(q):q).x==="html")break}s=this.a +p=s.k4 +if(p===$){p!==$&&A.O() +p=s.k4=new A.Ei(s,s.d)}s.x=p}} +A.xa.prototype={ +b9(a){var s=this,r=a.b +switch(r){case"html":return s.iR(a) +case"frameset":s.b.bl(a) +return null +case"frame":r=s.b +r.bl(a) +r.c.pop() +return null +case"noframes":return s.a.gcr().b9(a) +default:s.a.aA(a.a,"unexpected-start-tag-in-frameset",A.K(["name",r],t.N,t.X)) +return null}}, +bo(a){var s,r=this,q=a.b +switch(q){case"frameset":q=r.b.c +if(B.b.gB(q).x==="html")r.a.ca(a.a,u.J) +else q.pop() +q=B.b.gB(q).x +if(q!=="frameset"){q=r.a +s=q.k3 +if(s===$){s!==$&&A.O() +s=q.k3=new A.El(q,q.d)}q.x=s}return null +default:r.a.aA(a.a,"unexpected-end-tag-in-frameset",A.K(["name",q],t.N,t.X)) +return null}}, +cL(){var s=B.b.gB(this.b.c) +if(s.x!=="html")this.a.ca(s.e,"eof-in-frameset") +return!1}, +cb(a){this.a.ca(a.a,"unexpected-char-in-frameset") +return null}} +A.El.prototype={ +b9(a){var s=a.b +switch(s){case"html":return this.iR(a) +case"noframes":return this.a.gma().b9(a) +default:this.a.aA(a.a,"unexpected-start-tag-after-frameset",A.K(["name",s],t.N,t.X)) +return null}}, +bo(a){var s,r=a.b,q=this.a +switch(r){case"html":s=q.ok +if(s===$){s!==$&&A.O() +s=q.ok=new A.Ej(q,q.d)}q.x=s +return null +default:q.aA(a.a,"unexpected-end-tag-after-frameset",A.K(["name",r],t.N,t.X)) +return null}}, +cL(){return!1}, +cb(a){this.a.ca(a.a,"unexpected-char-after-frameset") +return null}} +A.Ei.prototype={ +b9(a){var s,r=a.b +if(r==="html")return this.a.gcr().b9(a) +s=this.a +s.aA(a.a,"expected-eof-but-got-start-tag",A.K(["name",r],t.N,t.X)) +s.x=s.gcr() +return a}, +cL(){return!1}, +n7(a){var s=this.b,r=s.b +r===$&&A.b() +s.oT(a,r) +return null}, +eX(a){return this.a.gcr().eX(a)}, +cb(a){var s=this.a +s.ca(a.a,"expected-eof-but-got-char") +s.x=s.gcr() +return a}, +bo(a){var s=this.a +s.aA(a.a,"expected-eof-but-got-end-tag",A.K(["name",a.b],t.N,t.X)) +s.x=s.gcr() +return a}} +A.Ej.prototype={ +b9(a){var s=a.b,r=this.a +switch(s){case"html":return r.gcr().b9(a) +case"noframes":return r.gma().b9(a) +default:r.aA(a.a,"expected-eof-but-got-start-tag",A.K(["name",s],t.N,t.X)) +return null}}, +cL(){return!1}, +n7(a){var s=this.b,r=s.b +r===$&&A.b() +s.oT(a,r) +return null}, +eX(a){return this.a.gcr().eX(a)}, +cb(a){this.a.ca(a.a,"expected-eof-but-got-char") +return null}, +bo(a){this.a.aA(a.a,"expected-eof-but-got-end-tag",A.K(["name",a.b],t.N,t.X)) +return null}} +A.f6.prototype={ +j(a){var s,r,q=this.b +q.toString +s=B.a1I.i(0,this.a) +s.toString +r=q.Qu(A.aS2(s,this.c),null) +return q.a.a==null?"ParserError on "+r:"On "+r}, +$ibW:1} +A.abn.prototype={} +A.ws.prototype={ +lL(){var s,r,q,p,o=A.j6(t.N),n=this.a.b.i(0,"class") +for(s=(n==null?"":n).split(" "),r=s.length,q=0;q=this.a.length)throw A.d(A.as7("No more elements")) +this.b=a}, +ge8(){var s=this.b +if(s>=this.a.length)throw A.d(A.as7("No more elements")) +if(s>=0)return s +else return 0}, +a66(a){var s,r,q,p,o=this +if(a==null)a=A.aAI() +s=o.ge8() +for(r=o.a,q=r.length;s=0){this.b=s+a.length-1 +return!0}else throw A.d(A.as7("No more elements"))}, +Bk(a,b){if(b==null)b=this.a.length +if(b<0)b+=this.a.length +return B.d.U(this.a,a,b)}, +a6b(a){return this.Bk(a,null)}} +A.a1n.prototype={ +EM(a){var s,r,q,p,o,n +try{p=this.a +p.JT("charset") +p.se8(p.ge8()+1) +p.Lx() +o=p.a +if(o[p.ge8()]!=="=")return null +p.se8(p.ge8()+1) +p.Lx() +if(o[p.ge8()]==='"'||o[p.ge8()]==="'"){s=o[p.ge8()] +p.se8(p.ge8()+1) +r=p.ge8() +p.JT(s) +p=p.Bk(r,p.ge8()) +return p}else{q=p.ge8() +try{p.a69(A.aAI()) +o=p.Bk(q,p.ge8()) +return o}catch(n){if(A.aj(n) instanceof A.u1){p=p.a6b(q) +return p}else throw n}}}catch(n){if(A.aj(n) instanceof A.u1)return null +else throw n}}} +A.u1.prototype={$ibW:1} +A.a5C.prototype={ +d9(){var s,r,q,p,o,n,m,l,k,j=this +j.r=A.d9(null,t.N) +s=j.y=0 +j.x=A.a([],t.t) +r=j.f +if(r==null){q=j.a +q.toString +p=j.e +p.toString +r=j.f=A.aPB(q,p)}for(q=r.a,p=q.length,o=!1,n=!1;s=o.length)return null +p=q.JR(o,p) +o=q.x +s=q.y +r=s+1 +if(p){q.y=r +p=o[s] +q.y=r+1 +r=A.c1(A.a([p,o[r]],t.t),0,null) +p=r}else{q.y=r +p=A.cX(o[s])}return p}, +aex(){var s,r=this,q=r.y,p=r.x +if(q>=p.length)return null +q=r.JR(p,q) +p=r.x +s=r.y +return q?A.c1(A.a([p[s],p[s+1]],t.t),0,null):A.cX(p[s])}, +JR(a,b){var s=b+1,r=J.br(a) +return s")),s=new A.bL(s,s.gu(s)),r=A.j(s).c,q=i,p=!0;s.q();){o=s.d +if(o==null)o=r.a(o) +if(q==null)p=A.he(o.c.S(j)) +else{if(q===514){n=o.c +do{m=j.a.a +l=m instanceof A.bw?m:i +j.a=l}while(l!=null&&!A.he(n.S(j))) +if(j.a==null)p=!1}else if(q===517){n=o.c +do{l=j.a.gxL() +j.a=l}while(l!=null&&!A.he(n.S(j))) +if(j.a==null)p=!1}q=i}if(!p)break +k=o.b +switch(k){case 515:j.a=j.a.gxL() +break +case 516:m=j.a.a +j.a=m instanceof A.bw?m:i +break +case 514:case 517:q=k +break +case 513:break +default:throw A.d(j.M5(a))}if(j.a==null){p=!1 +break}}j.a=h +return p}, +qu(a){return new A.mF("'"+a.j(0)+"' selector of type "+A.u(a).j(0)+" is not implemented")}, +M5(a){return new A.i0("'"+a.j(0)+"' is not a valid selector",null,null)}, +SB(a){var s=this,r=a.b +switch(A.bm(r.gcf())){case"root":r=s.a +return r.x==="html"&&r.a==null +case"empty":r=s.a.gc9() +return r.dC(r,new A.acD()) +case"blank":r=s.a.gc9() +return r.dC(r,new A.acE()) +case"first-child":return s.a.gxL()==null +case"last-child":return s.a.gQy()==null +case"only-child":return s.a.gxL()==null&&s.a.gQy()==null +case"link":return s.a.b.i(0,"href")!=null +case"visited":return!1}if(A.axv(A.bm(r.gcf())))return!1 +throw A.d(s.qu(a))}, +SD(a){if(A.axv(A.bm(a.b.gcf())))return!1 +throw A.d(this.qu(a))}, +SC(a){return A.F(this.qu(a))}, +SA(a){var s,r,q,p,o,n,m,l=this +switch(A.bm(a.b.gcf())){case"nth-child":s=t.dj.a(a.f).b +if(s.length===1&&s[0] instanceof A.aC){r=t.C.a(s[0]) +q=l.a.a +if(q!=null){p=A.hL(r.c) +if(p>0){o=q.gc9() +p=o.cn(o,l.a)===p}else p=!1}else p=!1 +return p}break +case"lang":p=t.dj.a(a.f) +p=p.a +p.toString +n=A.c1(B.bs.b6(p.a.c,p.b,p.c),0,null) +m=A.aLW(l.a) +return m!=null&&B.d.b5(m,n)}throw A.d(l.qu(a))}, +Sy(a){if(!A.he(t.yJ.a(a.b).S(this)))return!1 +if(a.d instanceof A.mJ)return!0 +if(a.gQx()==="")return this.a.w==null +throw A.d(this.qu(a))}, +Su(a){var s=a.b +return s instanceof A.mJ||this.a.x===A.bm(s.gcf()).toLowerCase()}, +Sv(a){return this.a.gkf()===A.bm(a.b.gcf())}, +Sq(a){var s,r=this.a +r.toString +s=A.bm(a.b.gcf()) +return new A.ws(r).lL().p(0,s)}, +Sz(a){return!A.he(a.d.S(this))}, +Sp(a){var s,r,q=this.a.b.i(0,A.bm(a.b.gcf()).toLowerCase()) +if(q==null)return!1 +s=a.d +if(s===535)return!0 +r=A.f(a.e) +switch(s){case 28:return q===r +case 530:return B.b.dC(A.a(q.split(" "),t.s),new A.acB(r)) +case 531:if(B.d.b5(q,r)){s=r.length +s=q.length===s||q[s]==="-"}else s=!1 +return s +case 532:return B.d.b5(q,r) +case 533:return B.d.hR(q,r) +case 534:return B.d.p(q,r) +default:throw A.d(this.M5(a))}}} +A.acD.prototype={ +$1(a){var s +if(!(a instanceof A.bw))if(a instanceof A.fw){s=J.c3(a.w) +a.w=s +s=s.length!==0}else s=!1 +else s=!0 +return!s}, +$S:56} +A.acE.prototype={ +$1(a){var s +if(!(a instanceof A.bw))if(a instanceof A.fw){s=J.c3(a.w) +a.w=s +s=new A.O7(s).dC(0,new A.acC())}else s=!1 +else s=!0 +return!s}, +$S:56} +A.acC.prototype={ +$1(a){return!A.at3(a)}, +$S:31} +A.acB.prototype={ +$1(a){return a.length!==0&&a===this.a}, +$S:22} +A.ha.prototype={} +A.kE.prototype={} +A.mA.prototype={ +gc3(){return 2}} +A.b2.prototype={ +gc3(){return 3}} +A.hC.prototype={ +ge0(){var s=this,r=s.c +if(r==null){r=s.c=J.c3(s.b) +s.b=null}return r}} +A.a3.prototype={ +gc3(){return 6}} +A.aJ.prototype={ +gc3(){return 1}} +A.oX.prototype={ +gc3(){return 0}} +A.qi.prototype={ +gc3(){return 4}} +A.wh.prototype={ +gc3(){return 5}} +A.Pb.prototype={} +A.aoS.prototype={ +$0(){var s,r,q=A.B(t.N,t.yp) +for(s=B.kB.gbx(),s=s.gR(s);s.q();){r=s.gH() +J.ea(q.bm(r[0],new A.aoR()),r)}return q}, +$S:446} +A.aoR.prototype={ +$0(){return A.a([],t.s)}, +$S:111} +A.J7.prototype={ +gGx(){var s=this.x +s===$&&A.b() +return s}, +gH(){var s=this.at +s.toString +return s}, +v3(a){var s=this.Q +s.toString +B.b.gB(s).b=this.ay.j(0)}, +nS(a){}, +md(a){this.v3(a)}, +kP(a){var s,r=this,q=r.Q +if(q==null)q=r.Q=A.a([],t.WJ) +s=r.ax +s.a="" +s.a=a +r.ay.a="" +q.push(new A.Pb())}, +q(){var s,r=this,q=r.a,p=r.r +while(!0){s=q.r +if(!(s.b===s.c&&p.b===p.c))break +if(!r.UO()){r.at=null +return!1}}if(!s.gP(s)){q=q.r.na() +r.at=new A.a3(null,null,q)}else r.at=p.na() +return!0}, +d9(){var s=this +s.z=0 +s.r.M(0) +s.w=null +s.y.a="" +s.as=s.Q=null +s.x=s.gan()}, +A(a){this.r.dN(a)}, +a9i(a){var s,r,q,p,o,n,m,l,k=this,j=null,i="illegal-codepoint-for-numeric-entity" +if(a){s=A.aRo() +r=16}else{s=A.aRn() +r=10}q=A.a([],t._m) +p=k.a +o=p.aj() +while(!0){if(!(s.$1(o)&&o!=null))break +q.push(o) +o=p.aj()}n=A.dC(B.b.hl(q),r) +m=B.YV.i(0,n) +if(m!=null){l=A.K(["charAsInt",n],t.N,t.X) +k.A(new A.a3(l,j,i))}else if(55296<=n&&n<=57343||n>1114111){l=A.K(["charAsInt",n],t.N,t.X) +k.A(new A.a3(l,j,i)) +m="\ufffd"}else{if(!(1<=n&&n<=8))if(!(14<=n&&n<=31))if(!(127<=n&&n<=159))l=64976<=n&&n<=65007||B.b.p(B.Ug,n) +else l=!0 +else l=!0 +else l=!0 +if(l){l=A.K(["charAsInt",n],t.N,t.X) +k.A(new A.a3(l,j,i))}m=A.c1(A.a([n],t.t),0,j)}if(o!==";"){k.A(new A.a3(j,j,"numeric-entity-without-semicolon")) +p.bB(o)}return m}, +w8(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=j.a,g=A.a([h.aj()],t._m) +if(!A.cA(g[0])){s=g[0] +s=s==="<"||s==="&"||s==null||a===s}else s=!0 +if(s){h.bB(g[0]) +r="&"}else{s=g[0] +if(s==="#"){g.push(h.aj()) +if(B.b.gB(g)==="x"||B.b.gB(g)==="X"){g.push(h.aj()) +q=!0}else q=!1 +if(!(q&&A.aBk(B.b.gB(g))))s=!q&&A.apg(B.b.gB(g)) +else s=!0 +if(s){h.bB(B.b.gB(g)) +r=j.a9i(q)}else{j.A(new A.a3(i,i,"expected-numeric-entity")) +h.bB(g.pop()) +r="&"+B.b.hl(g)}}else{p=$.aFd() +s.toString +o=p.i(0,s) +if(o==null)o=B.ab +for(;B.b.gB(g)!=null;){s=J.apY(o,new A.a5H(B.b.hl(g))) +o=A.a1(s,!1,s.$ti.h("p.E")) +if(o.length===0)break +g.push(h.aj())}m=g.length-1 +while(!0){if(!(m>1)){n=i +break}l=B.b.hl(B.b.b6(g,0,m)) +if(B.kB.X(l)){n=l +break}--m}if(n!=null){s=n[n.length-1]!==";" +if(s)j.A(new A.a3(i,i,"named-entity-without-semicolon")) +if(s)if(b){s=g[m] +s=A.eS(s)||A.apg(s)||g[m]==="="}else s=!1 +else s=!1 +if(s){h.bB(g.pop()) +r="&"+B.b.hl(g)}else{r=B.kB.i(0,n) +h.bB(g.pop()) +r=A.f(r)+B.b.hl(A.atj(g,m,i))}}else{j.A(new A.a3(i,i,"expected-named-entity")) +h.bB(g.pop()) +r="&"+B.b.hl(g)}}}if(b)j.ay.a+=r +else{if(A.cA(r))k=new A.oX(i,r) +else k=new A.aJ(i,r) +j.A(k)}}, +NS(){return this.w8(null,!1)}, +hQ(){var s,r,q,p,o,n,m,l=this,k=null,j=l.w +j.toString +if(j instanceof A.kE){s=j.b +j.b=s==null?k:A.c1(new A.X(new A.cd(s),A.jJ(),t.G.h("X")),0,k) +if(j instanceof A.b2){if(l.Q!=null)l.A(new A.a3(k,k,"attributes-in-end-tag")) +if(j.c)l.A(new A.a3(k,k,"this-closing-flag-on-end-tag")) +r=j}else if(j instanceof A.mA){j.e=A.bS(k,k,t.K,t.N) +s=l.Q +if(s!=null)for(q=s.length,p=0;p"){s.A(new A.a3(r,r,"expected-tag-name-but-got-right-bracket")) +s.A(new A.aJ(r,"<>")) +s.x=s.gan()}else if(p==="?"){s.A(new A.a3(r,r,"expected-tag-name-but-got-question-mark")) +q.bB(p) +s.x=s.gC5()}else{s.A(new A.a3(r,r,"expected-tag-name")) +s.A(new A.aJ(r,"<")) +q.bB(p) +s.x=s.gan()}return!0}, +a8Y(){var s,r=this,q=null,p=r.a,o=p.aj() +if(A.eS(o)){r.w=new A.b2(o,!1) +r.x=r.gRY()}else if(o===">"){r.A(new A.a3(q,q,u.g)) +r.x=r.gan()}else if(o==null){r.A(new A.a3(q,q,"expected-closing-tag-but-got-eof")) +r.A(new A.aJ(q,"")r.hQ() +else if(p==null){r.A(new A.a3(q,q,"eof-in-tag-name")) +r.x=r.gan()}else if(p==="/")r.x=r.gjw() +else if(p==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +s=t.cn.a(r.w) +s.b=A.f(s.b)+"\ufffd"}else{s=t.cn.a(r.w) +s.b=A.f(s.b)+p}return!0}, +afe(){var s=this,r=s.a,q=r.aj() +if(q==="/"){s.y.a="" +s.x=s.gafb()}else{s.A(new A.aJ(null,"<")) +r.bB(q) +s.x=s.gpg()}return!0}, +afc(){var s=this,r=s.a,q=r.aj() +if(A.eS(q)){s.y.a+=A.f(q) +s.x=s.gaf9()}else{s.A(new A.aJ(null,""&&q){r.w=new A.b2(r.y.j(0),!1) +r.hQ() +r.x=r.gan()}else{s=r.y +if(A.eS(o))s.a+=A.f(o) +else{s=s.j(0) +r.A(new A.aJ(null,""&&q){r.w=new A.b2(r.y.j(0),!1) +r.hQ() +r.x=r.gan()}else{s=r.y +if(A.eS(o))s.a+=A.f(o) +else{s=s.j(0) +r.A(new A.aJ(null,""&&q){r.w=new A.b2(r.y.j(0),!1) +r.hQ() +r.x=r.gan()}else{s=r.y +if(A.eS(o))s.a+=A.f(o) +else{s=s.j(0) +r.A(new A.aJ(null,""){s.A(new A.aJ(r,">")) +s.x=s.gkK()}else if(q==="\x00"){s.A(new A.a3(r,r,"invalid-codepoint")) +s.A(new A.aJ(r,"\ufffd")) +s.x=s.giQ()}else if(q==null)s.x=s.gan() +else{s.A(new A.aJ(r,q)) +s.x=s.giQ()}return!0}, +TR(){var s,r=this,q=r.a,p=q.aj() +if(p==="/"){r.y.a="" +r.x=r.gTP()}else if(A.eS(p)){q=A.f(p) +r.A(new A.aJ(null,"<"+q)) +s=r.y +s.a="" +s.a=q +r.x=r.gTu()}else{r.A(new A.aJ(null,"<")) +q.bB(p) +r.x=r.giQ()}return!0}, +TQ(){var s=this,r=s.a,q=r.aj() +if(A.eS(q)){r=s.y +r.a="" +r.a=A.f(q) +s.x=s.gTN()}else{s.A(new A.aJ(null,""&&q){r.w=new A.b2(r.y.j(0),!1) +r.hQ() +r.x=r.gan()}else{s=r.y +if(A.eS(o))s.a+=A.f(o) +else{s=s.j(0) +r.A(new A.aJ(null,""){s.A(new A.aJ(q==null?new A.bb(""):null,q)) +if(s.y.j(0).toLowerCase()==="script")s.x=s.gkJ() +else s.x=s.giQ()}else if(A.eS(q)){s.A(new A.aJ(q==null?new A.bb(""):null,q)) +s.y.a+=A.f(q)}else{r.bB(q) +s.x=s.giQ()}return!0}, +TB(){var s=this,r=null,q=s.a.aj() +if(q==="-"){s.A(new A.aJ(r,"-")) +s.x=s.gTy()}else if(q==="<"){s.A(new A.aJ(r,"<")) +s.x=s.gyv()}else if(q==="\x00"){s.A(new A.a3(r,r,"invalid-codepoint")) +s.A(new A.aJ(r,"\ufffd"))}else if(q==null){s.A(new A.a3(r,r,"eof-in-script-in-script")) +s.x=s.gan()}else s.A(new A.aJ(r,q)) +return!0}, +Tz(){var s=this,r=null,q=s.a.aj() +if(q==="-"){s.A(new A.aJ(r,"-")) +s.x=s.gTw()}else if(q==="<"){s.A(new A.aJ(r,"<")) +s.x=s.gyv()}else if(q==="\x00"){s.A(new A.a3(r,r,"invalid-codepoint")) +s.A(new A.aJ(r,"\ufffd")) +s.x=s.gkJ()}else if(q==null){s.A(new A.a3(r,r,"eof-in-script-in-script")) +s.x=s.gan()}else{s.A(new A.aJ(r,q)) +s.x=s.gkJ()}return!0}, +Tx(){var s=this,r=null,q=s.a.aj() +if(q==="-")s.A(new A.aJ(r,"-")) +else if(q==="<"){s.A(new A.aJ(r,"<")) +s.x=s.gyv()}else if(q===">"){s.A(new A.aJ(r,">")) +s.x=s.gkK()}else if(q==="\x00"){s.A(new A.a3(r,r,"invalid-codepoint")) +s.A(new A.aJ(r,"\ufffd")) +s.x=s.gkJ()}else if(q==null){s.A(new A.a3(r,r,"eof-in-script-in-script")) +s.x=s.gan()}else{s.A(new A.aJ(r,q)) +s.x=s.gkJ()}return!0}, +TA(){var s=this,r=s.a,q=r.aj() +if(q==="/"){s.A(new A.aJ(null,"/")) +s.y.a="" +s.x=s.gTs()}else{r.bB(q) +s.x=s.gkJ()}return!0}, +Tt(){var s=this,r=s.a,q=r.aj() +if(A.cA(q)||q==="/"||q===">"){s.A(new A.aJ(q==null?new A.bb(""):null,q)) +if(s.y.j(0).toLowerCase()==="script")s.x=s.giQ() +else s.x=s.gkJ()}else if(A.eS(q)){s.A(new A.aJ(q==null?new A.bb(""):null,q)) +s.y.a+=A.f(q)}else{r.bB(q) +s.x=s.gkJ()}return!0}, +a8d(){var s=this,r=null,q=s.a,p=q.aj() +if(A.cA(p))q.mr(" \n\r\t\f",!0) +else{q=p==null +if(!q&&A.eS(p)){s.kP(p) +s.x=s.gl1()}else if(p===">")s.hQ() +else if(p==="/")s.x=s.gjw() +else if(q){s.A(new A.a3(r,r,"expected-attribute-name-but-got-eof")) +s.x=s.gan()}else if(B.d.p("'\"=<",p)){s.A(new A.a3(r,r,"invalid-character-in-attribute-name")) +s.kP(p) +s.x=s.gl1()}else if(p==="\x00"){s.A(new A.a3(r,r,"invalid-codepoint")) +s.kP("\ufffd") +s.x=s.gl1()}else{s.kP(p) +s.x=s.gl1()}}return!0}, +a86(){var s,r,q,p,o=this,n=null,m=o.a,l=m.aj() +if(l==="="){o.x=o.gNn() +s=!0 +r=!1}else if(A.eS(l)){q=o.ax +q.a+=A.f(l) +q.a+=m.mr("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",!0) +s=!1 +r=!1}else if(l===">"){s=!0 +r=!0}else{if(A.cA(l)){o.x=o.ga7L() +s=!0}else if(l==="/"){o.x=o.gjw() +s=!0}else if(l==="\x00"){o.A(new A.a3(n,n,"invalid-codepoint")) +o.ax.a+="\ufffd" +s=!1}else if(l==null){o.A(new A.a3(n,n,"eof-in-attribute-name")) +o.x=o.gan() +s=!0}else{if(B.d.p("'\"<",l)){o.A(new A.a3(n,n,"invalid-character-in-attribute-name")) +o.ax.a+=l}else o.ax.a+=l +s=!1}r=!1}if(s){o.v3(-1) +m=o.ax.a +p=A.c1(new A.X(new A.cd(m.charCodeAt(0)==0?m:m),A.jJ(),t.G.h("X")),0,n) +m=o.Q +m.toString +B.b.gB(m).a=p +m=o.as +if((m==null?o.as=A.ax(t.N):m).p(0,p))o.A(new A.a3(n,n,"duplicate-attribute")) +o.as.D(0,p) +if(r)o.hQ()}return!0}, +a7M(){var s=this,r=null,q=s.a,p=q.aj() +if(A.cA(p))q.mr(" \n\r\t\f",!0) +else if(p==="=")s.x=s.gNn() +else if(p===">")s.hQ() +else{q=p==null +if(!q&&A.eS(p)){s.kP(p) +s.x=s.gl1()}else if(p==="/")s.x=s.gjw() +else if(p==="\x00"){s.A(new A.a3(r,r,"invalid-codepoint")) +s.kP("\ufffd") +s.x=s.gl1()}else if(q){s.A(new A.a3(r,r,"expected-end-of-tag-but-got-eof")) +s.x=s.gan()}else if(B.d.p("'\"<",p)){s.A(new A.a3(r,r,"invalid-character-after-attribute-name")) +s.kP(p) +s.x=s.gl1()}else{s.kP(p) +s.x=s.gl1()}}return!0}, +a8e(){var s=this,r=null,q=s.a,p=q.aj() +if(A.cA(p))q.mr(" \n\r\t\f",!0) +else if(p==='"'){s.nS(0) +s.x=s.ga87()}else if(p==="&"){s.x=s.gw_() +q.bB(p) +s.nS(0)}else if(p==="'"){s.nS(0) +s.x=s.ga89()}else if(p===">"){s.A(new A.a3(r,r,u.C)) +s.hQ()}else if(p==="\x00"){s.A(new A.a3(r,r,"invalid-codepoint")) +s.nS(-1) +s.ay.a+="\ufffd" +s.x=s.gw_()}else if(p==null){s.A(new A.a3(r,r,"expected-attribute-value-but-got-eof")) +s.x=s.gan()}else if(B.d.p("=<`",p)){s.A(new A.a3(r,r,"equals-in-unquoted-attribute-value")) +s.nS(-1) +s.ay.a+=p +s.x=s.gw_()}else{s.nS(-1) +s.ay.a+=p +s.x=s.gw_()}return!0}, +a88(){var s,r=this,q=null,p=r.a,o=p.aj() +if(o==='"'){r.md(-1) +r.v3(0) +r.x=r.gN_()}else if(o==="&")r.w8('"',!0) +else if(o==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +r.ay.a+="\ufffd"}else if(o==null){r.A(new A.a3(q,q,"eof-in-attribute-value-double-quote")) +r.md(-1) +r.x=r.gan()}else{s=r.ay +s.a+=o +s.a+=p.is('"&')}return!0}, +a8a(){var s,r=this,q=null,p=r.a,o=p.aj() +if(o==="'"){r.md(-1) +r.v3(0) +r.x=r.gN_()}else if(o==="&")r.w8("'",!0) +else if(o==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +r.ay.a+="\ufffd"}else if(o==null){r.A(new A.a3(q,q,"eof-in-attribute-value-single-quote")) +r.md(-1) +r.x=r.gan()}else{s=r.ay +s.a+=o +s.a+=p.is("'&")}return!0}, +a8b(){var s,r=this,q=null,p=r.a,o=p.aj() +if(A.cA(o)){r.md(-1) +r.x=r.gjP()}else if(o==="&")r.w8(">",!0) +else if(o===">"){r.md(-1) +r.hQ()}else if(o==null){r.A(new A.a3(q,q,"eof-in-attribute-value-no-quotes")) +r.md(-1) +r.x=r.gan()}else if(B.d.p("\"'=<`",o)){r.A(new A.a3(q,q,u.W)) +r.ay.a+=o}else if(o==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +r.ay.a+="\ufffd"}else{s=r.ay +s.a+=o +s.a+=p.is("&>\"'=<` \n\r\t\f")}return!0}, +a7N(){var s=this,r=null,q=s.a,p=q.aj() +if(A.cA(p))s.x=s.gjP() +else if(p===">")s.hQ() +else if(p==="/")s.x=s.gjw() +else if(p==null){s.A(new A.a3(r,r,"unexpected-EOF-after-attribute-value")) +q.bB(p) +s.x=s.gan()}else{s.A(new A.a3(r,r,u.H)) +q.bB(p) +s.x=s.gjP()}return!0}, +U_(){var s=this,r=null,q=s.a,p=q.aj() +if(p===">"){t.cn.a(s.w).c=!0 +s.hQ()}else if(p==null){s.A(new A.a3(r,r,"unexpected-EOF-after-solidus-in-tag")) +q.bB(p) +s.x=s.gan()}else{s.A(new A.a3(r,r,u.B)) +q.bB(p) +s.x=s.gjP()}return!0}, +a8s(){var s=this,r=s.a,q=r.is(">") +q=A.c2(q,"\x00","\ufffd") +s.A(new A.qi(null,q)) +r.aj() +s.x=s.gan() +return!0}, +adN(){var s,r,q,p,o,n=this,m=null,l=n.a,k=A.a([l.aj()],t._m) +if(B.b.gB(k)==="-"){k.push(l.aj()) +if(B.b.gB(k)==="-"){n.w=new A.qi(new A.bb(""),m) +n.x=n.ga96() +return!0}}else if(B.b.gB(k)==="d"||B.b.gB(k)==="D"){r=0 +while(!0){if(!(r<6)){s=!0 +break}q=B.TY[r] +p=l.aj() +k.push(p) +if(p==null||!B.d.p(q,p)){s=!1 +break}++r}if(s){n.w=new A.wh(!0) +n.x=n.gaao() +return!0}}else{if(B.b.gB(k)==="["){o=n.f +if(o!=null){o=o.d.c +o=o.length!==0&&B.b.gB(o).w!=n.f.d.a}else o=!1}else o=!1 +if(o){r=0 +while(!0){if(!(r<6)){s=!0 +break}q=B.U6[r] +k.push(l.aj()) +if(B.b.gB(k)!==q){s=!1 +break}++r}if(s){n.x=n.ga8E() +return!0}}}n.A(new A.a3(m,m,"expected-dashes-or-doctype")) +for(;k.length!==0;){o=k.pop() +if(o!=null)l.y=l.y-o.length}n.x=n.gC5() +return!0}, +a97(){var s,r=this,q=null,p=r.a.aj() +if(p==="-")r.x=r.ga94() +else if(p==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +t.v.a(r.w).b.a+="\ufffd"}else if(p===">"){r.A(new A.a3(q,q,"incorrect-comment")) +s=r.w +s.toString +r.A(s) +r.x=r.gan()}else if(p==null){r.A(new A.a3(q,q,"eof-in-comment")) +s=r.w +s.toString +r.A(s) +r.x=r.gan()}else{t.v.a(r.w).b.a+=p +r.x=r.gl4()}return!0}, +a95(){var s,r,q=this,p=null,o=q.a.aj() +if(o==="-")q.x=q.gNL() +else if(o==="\x00"){q.A(new A.a3(p,p,"invalid-codepoint")) +t.v.a(q.w).b.a+="-\ufffd"}else if(o===">"){q.A(new A.a3(p,p,"incorrect-comment")) +s=q.w +s.toString +q.A(s) +q.x=q.gan()}else if(o==null){q.A(new A.a3(p,p,"eof-in-comment")) +s=q.w +s.toString +q.A(s) +q.x=q.gan()}else{s=t.v.a(q.w).b +r=s.a+="-" +s.a=r+o +q.x=q.gl4()}return!0}, +a98(){var s,r=this,q=null,p=r.a,o=p.aj() +if(o==="-")r.x=r.gNK() +else if(o==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +t.v.a(r.w).b.a+="\ufffd"}else if(o==null){r.A(new A.a3(q,q,"eof-in-comment")) +p=r.w +p.toString +r.A(p) +r.x=r.gan()}else{s=t.v.a(r.w) +s.b.a+=o +p=p.is("-\x00") +s.b.a+=p}return!0}, +a92(){var s,r,q=this,p=null,o=q.a.aj() +if(o==="-")q.x=q.gNL() +else if(o==="\x00"){q.A(new A.a3(p,p,"invalid-codepoint")) +t.v.a(q.w).b.a+="-\ufffd" +q.x=q.gl4()}else if(o==null){q.A(new A.a3(p,p,"eof-in-comment-end-dash")) +s=q.w +s.toString +q.A(s) +q.x=q.gan()}else{s=t.v.a(q.w).b +r=s.a+="-" +s.a=r+o +q.x=q.gl4()}return!0}, +a93(){var s,r,q=this,p=null,o=q.a.aj() +if(o===">"){s=q.w +s.toString +q.A(s) +q.x=q.gan()}else if(o==="\x00"){q.A(new A.a3(p,p,"invalid-codepoint")) +t.v.a(q.w).b.a+="--\ufffd" +q.x=q.gl4()}else if(o==="!"){q.A(new A.a3(p,p,u.d)) +q.x=q.ga90()}else if(o==="-"){q.A(new A.a3(p,p,u.L)) +s=t.v.a(q.w) +o.toString +s.b.a+=o}else if(o==null){q.A(new A.a3(p,p,"eof-in-comment-double-dash")) +s=q.w +s.toString +q.A(s) +q.x=q.gan()}else{q.A(new A.a3(p,p,"unexpected-char-in-comment")) +s=t.v.a(q.w).b +r=s.a+="--" +s.a=r+o +q.x=q.gl4()}return!0}, +a91(){var s,r,q=this,p=null,o=q.a.aj() +if(o===">"){s=q.w +s.toString +q.A(s) +q.x=q.gan()}else if(o==="-"){t.v.a(q.w).b.a+="--!" +q.x=q.gNK()}else if(o==="\x00"){q.A(new A.a3(p,p,"invalid-codepoint")) +t.v.a(q.w).b.a+="--!\ufffd" +q.x=q.gl4()}else if(o==null){q.A(new A.a3(p,p,"eof-in-comment-end-bang-state")) +s=q.w +s.toString +q.A(s) +q.x=q.gan()}else{s=t.v.a(q.w).b +r=s.a+="--!" +s.a=r+o +q.x=q.gl4()}return!0}, +aap(){var s=this,r=null,q=s.a,p=q.aj() +if(A.cA(p))s.x=s.gNo() +else if(p==null){s.A(new A.a3(r,r,"expected-doctype-name-but-got-eof")) +q=t.i.a(s.w) +q.e=!1 +s.A(q) +s.x=s.gan()}else{s.A(new A.a3(r,r,"need-space-after-doctype")) +q.bB(p) +s.x=s.gNo()}return!0}, +a8f(){var s,r=this,q=null,p=r.a.aj() +if(A.cA(p))return!0 +else if(p===">"){r.A(new A.a3(q,q,u.f)) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else if(p==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +t.i.a(r.w).d="\ufffd" +r.x=r.gD4()}else if(p==null){r.A(new A.a3(q,q,"expected-doctype-name-but-got-eof")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{t.i.a(r.w).d=p +r.x=r.gD4()}return!0}, +aaj(){var s,r,q=this,p=null,o=q.a.aj() +if(A.cA(o)){s=t.i.a(q.w) +r=s.d +s.d=r==null?p:A.c1(new A.X(new A.cd(r),A.jJ(),t.G.h("X")),0,p) +q.x=q.ga7O()}else if(o===">"){s=t.i.a(q.w) +r=s.d +s.d=r==null?p:A.c1(new A.X(new A.cd(r),A.jJ(),t.G.h("X")),0,p) +s=q.w +s.toString +q.A(s) +q.x=q.gan()}else if(o==="\x00"){q.A(new A.a3(p,p,"invalid-codepoint")) +s=t.i.a(q.w) +s.d=A.f(s.d)+"\ufffd" +q.x=q.gD4()}else if(o==null){q.A(new A.a3(p,p,"eof-in-doctype-name")) +s=t.i.a(q.w) +s.e=!1 +r=s.d +s.d=r==null?p:A.c1(new A.X(new A.cd(r),A.jJ(),t.G.h("X")),0,p) +s=q.w +s.toString +q.A(s) +q.x=q.gan()}else{s=t.i.a(q.w) +s.d=A.f(s.d)+o}return!0}, +a7P(){var s,r,q,p=this,o=p.a,n=o.aj() +if(A.cA(n))return!0 +else if(n===">"){o=p.w +o.toString +p.A(o) +p.x=p.gan()}else if(n==null){t.i.a(p.w).e=!1 +o.bB(n) +p.A(new A.a3(null,null,"eof-in-doctype")) +o=p.w +o.toString +p.A(o) +p.x=p.gan()}else{if(n==="p"||n==="P"){r=0 +while(!0){if(!(r<5)){s=!0 +break}q=B.PR[r] +n=o.aj() +if(n==null||!B.d.p(q,n)){s=!1 +break}++r}if(s){p.x=p.ga7R() +return!0}}else if(n==="s"||n==="S"){r=0 +while(!0){if(!(r<5)){s=!0 +break}q=B.VD[r] +n=o.aj() +if(n==null||!B.d.p(q,n)){s=!1 +break}++r}if(s){p.x=p.ga7U() +return!0}}o.bB(n) +o=A.K(["data",n],t.N,t.X) +p.A(new A.a3(o,null,u.t)) +t.i.a(p.w).e=!1 +p.x=p.gof()}return!0}, +a7S(){var s=this,r=null,q=s.a,p=q.aj() +if(A.cA(p))s.x=s.gC1() +else if(p==="'"||p==='"'){s.A(new A.a3(r,r,"unexpected-char-in-doctype")) +q.bB(p) +s.x=s.gC1()}else if(p==null){s.A(new A.a3(r,r,"eof-in-doctype")) +q=t.i.a(s.w) +q.e=!1 +s.A(q) +s.x=s.gan()}else{q.bB(p) +s.x=s.gC1()}return!0}, +a8g(){var s,r=this,q=null,p=r.a.aj() +if(A.cA(p))return!0 +else if(p==='"'){t.i.a(r.w).b="" +r.x=r.gaak()}else if(p==="'"){t.i.a(r.w).b="" +r.x=r.gaam()}else if(p===">"){r.A(new A.a3(q,q,"unexpected-end-of-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else if(p==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{r.A(new A.a3(q,q,"unexpected-char-in-doctype")) +t.i.a(r.w).e=!1 +r.x=r.gof()}return!0}, +aal(){var s,r=this,q=null,p=r.a.aj() +if(p==='"')r.x=r.gN0() +else if(p==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +s=t.i.a(r.w) +s.b=A.f(s.b)+"\ufffd"}else if(p===">"){r.A(new A.a3(q,q,"unexpected-end-of-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else if(p==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{s=t.i.a(r.w) +s.b=A.f(s.b)+p}return!0}, +aan(){var s,r=this,q=null,p=r.a.aj() +if(p==="'")r.x=r.gN0() +else if(p==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +s=t.i.a(r.w) +s.b=A.f(s.b)+"\ufffd"}else if(p===">"){r.A(new A.a3(q,q,"unexpected-end-of-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else if(p==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{s=t.i.a(r.w) +s.b=A.f(s.b)+p}return!0}, +a7Q(){var s,r=this,q=null,p="unexpected-char-in-doctype",o=r.a.aj() +if(A.cA(o))r.x=r.ga8m() +else if(o===">"){s=r.w +s.toString +r.A(s) +r.x=r.gan()}else if(o==='"'){r.A(new A.a3(q,q,p)) +t.i.a(r.w).c="" +r.x=r.gD5()}else if(o==="'"){r.A(new A.a3(q,q,p)) +t.i.a(r.w).c="" +r.x=r.gD6()}else if(o==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{r.A(new A.a3(q,q,p)) +t.i.a(r.w).e=!1 +r.x=r.gof()}return!0}, +a8n(){var s,r=this,q=null,p=r.a.aj() +if(A.cA(p))return!0 +else if(p===">"){s=r.w +s.toString +r.A(s) +r.x=r.gan()}else if(p==='"'){t.i.a(r.w).c="" +r.x=r.gD5()}else if(p==="'"){t.i.a(r.w).c="" +r.x=r.gD6()}else if(p==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{r.A(new A.a3(q,q,"unexpected-char-in-doctype")) +t.i.a(r.w).e=!1 +r.x=r.gof()}return!0}, +a7V(){var s=this,r=null,q=s.a,p=q.aj() +if(A.cA(p))s.x=s.gC2() +else if(p==="'"||p==='"'){s.A(new A.a3(r,r,"unexpected-char-in-doctype")) +q.bB(p) +s.x=s.gC2()}else if(p==null){s.A(new A.a3(r,r,"eof-in-doctype")) +q=t.i.a(s.w) +q.e=!1 +s.A(q) +s.x=s.gan()}else{q.bB(p) +s.x=s.gC2()}return!0}, +a8h(){var s,r=this,q=null,p="unexpected-char-in-doctype",o=r.a.aj() +if(A.cA(o))return!0 +else if(o==='"'){t.i.a(r.w).c="" +r.x=r.gD5()}else if(o==="'"){t.i.a(r.w).c="" +r.x=r.gD6()}else if(o===">"){r.A(new A.a3(q,q,p)) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else if(o==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{r.A(new A.a3(q,q,p)) +t.i.a(r.w).e=!1 +r.x=r.gof()}return!0}, +aaq(){var s,r=this,q=null,p=r.a.aj() +if(p==='"')r.x=r.gN1() +else if(p==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +s=t.i.a(r.w) +s.c=A.f(s.c)+"\ufffd"}else if(p===">"){r.A(new A.a3(q,q,"unexpected-end-of-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else if(p==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{s=t.i.a(r.w) +s.c=A.f(s.c)+p}return!0}, +aar(){var s,r=this,q=null,p=r.a.aj() +if(p==="'")r.x=r.gN1() +else if(p==="\x00"){r.A(new A.a3(q,q,"invalid-codepoint")) +s=t.i.a(r.w) +s.c=A.f(s.c)+"\ufffd"}else if(p===">"){r.A(new A.a3(q,q,"unexpected-end-of-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else if(p==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{s=t.i.a(r.w) +s.c=A.f(s.c)+p}return!0}, +a7T(){var s,r=this,q=null,p=r.a.aj() +if(A.cA(p))return!0 +else if(p===">"){s=r.w +s.toString +r.A(s) +r.x=r.gan()}else if(p==null){r.A(new A.a3(q,q,"eof-in-doctype")) +s=t.i.a(r.w) +s.e=!1 +r.A(s) +r.x=r.gan()}else{r.A(new A.a3(q,q,"unexpected-char-in-doctype")) +r.x=r.gof()}return!0}, +a8t(){var s=this,r=s.a,q=r.aj() +if(q===">"){r=s.w +r.toString +s.A(r) +s.x=s.gan()}else if(q==null){r.bB(q) +r=s.w +r.toString +s.A(r) +s.x=s.gan()}return!0}, +a8F(){var s,r,q,p=this,o=A.a([],t.s) +for(s=p.a,r=0;!0;){q=s.aj() +if(q==null)break +if(q==="\x00"){p.A(new A.a3(null,null,"invalid-codepoint")) +q="\ufffd"}o.push(q) +if(q==="]"&&r<2)++r +else{if(q===">"&&r===2){o.pop() +o.pop() +o.pop() +break}r=0}}if(o.length!==0){s=B.b.hl(o) +p.A(new A.aJ(null,s))}p.x=p.gan() +return!0}, +UO(){return this.gGx().$0()}} +A.a5H.prototype={ +$1(a){return B.d.b5(a,this.a)}, +$S:22} +A.a5I.prototype={ +$0(){var s=this.a.b +s===$&&A.b() +return s}, +$S:16} +A.Eh.prototype={ +D(a,b){var s,r,q,p,o,n,m,l,k,j=this,i="http://www.w3.org/1999/xhtml" +if(b!=null)for(s=new A.be(j,A.j(j).h("be")),s=new A.bL(s,s.gu(s)),r=b.x,q=b.w,p=A.j(s).c,o=0;s.q();){n=s.d +if(n==null)n=p.a(n) +if(n==null)break +m=n.w +if(m==null)m=i +l=n.x +k=q==null?i:q +if(k===m&&r==l&&A.aQx(n.b,b.b))++o +if(o===3){B.b.v(j.a,n) +break}}j.m0(0,b)}} +A.afv.prototype={ +d9(){var s=this +B.b.M(s.c) +s.d.su(0,0) +s.f=s.e=null +s.r=!1 +s.b=A.auW()}, +c2(a,b){var s,r,q,p,o,n,m,l,k,j,i,h="We should never reach this point",g="http://www.w3.org/1999/xhtml",f=a instanceof A.d1 +if(b!=null)switch(b){case"button":s=B.k2 +r=B.O0 +q=!1 +break +case"list":s=B.k2 +r=B.TN +q=!1 +break +case"table":s=B.Vf +r=B.k8 +q=!1 +break +case"select":s=B.RE +r=B.k8 +q=!0 +break +default:throw A.d(A.ar(h))}else{s=B.k2 +r=B.k8 +q=!1}for(p=this.c,p=new A.be(p,A.a6(p).h("be<1>")),p=new A.bL(p,p.gu(p)),o=t.V3,n=!f,m=A.j(p).c;p.q();){l=p.d +if(l==null)l=m.a(l) +if(n){k=l.x +k=k==null?a==null:k===a}else k=!1 +if(!k)k=f&&l===a +else k=!0 +if(k)return!0 +else{j=l.w +k=j==null +i=k?g:j +l=l.x +if(!B.b.p(s,new A.a8(i,l,o)))l=B.b.p(r,new A.a8(k?g:j,l,o)) +else l=!0 +if(q!==l)return!1}}throw A.d(A.ar(h))}, +hP(a){return this.c2(a,null)}, +eD(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.d +if(h.gu(h)===0)return +s=h.a +r=s.length-1 +q=s[r] +if(q==null||B.b.p(i.c,q))return +p=i.c +while(!0){if(!(q!=null&&!B.b.p(p,q)))break +if(r===0){r=-1 +break}--r +q=s[r]}for(p=t.K,o=t.N;!0;){++r +q=s[r] +n=q.x +m=q.w +l=A.o1(q.b,p,o) +k=new A.mA(l,m,n,!1) +k.a=q.e +j=i.bl(k) +s[r]=j +if(h.gu(h)===0)A.F(A.c7()) +if(j===h.i(0,h.gu(h)-1))break}}, +Ci(){var s=this.d,r=s.dW(s) +while(!0){if(!(!s.gP(s)&&r!=null))break +r=s.dW(s)}}, +OW(a){var s,r,q +for(s=this.d,s=new A.be(s,A.j(s).h("be")),s=new A.bL(s,s.gu(s)),r=A.j(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +if(q==null)break +else if(q.x==a)return q}return null}, +oT(a,b){var s=b.gc9(),r=A.auI(a.ge0()) +r.e=a.a +s.D(0,r)}, +Ob(a){var s,r=a.b,q=a.w +if(q==null)q=this.a +this.b===$&&A.b() +s=A.aqJ(r,q===""?null:q) +s.b=a.e +s.e=a.a +return s}, +bl(a){if(this.r)return this.acH(a) +return this.PR(a)}, +PR(a){var s,r,q=a.b,p=a.w +if(p==null)p=this.a +this.b===$&&A.b() +s=A.aqJ(q,p===""?null:p) +s.b=a.e +s.e=a.a +r=this.c +B.b.gB(r).gc9().D(0,s) +r.push(s) +return s}, +acH(a){var s,r,q=this,p=q.Ob(a),o=q.c +if(!B.b.p(B.kc,B.b.gB(o).x))return q.PR(a) +else{s=q.ym() +r=s[1] +if(r==null)s[0].gc9().D(0,p) +else s[0].acG(p,r) +o.push(p)}return p}, +lt(a,b){var s,r=this.c,q=B.b.gB(r) +if(this.r)r=!B.b.p(B.kc,B.b.gB(r).x) +else r=!0 +if(r)A.ay4(q,a,b,null) +else{s=this.ym() +r=s[0] +r.toString +A.ay4(r,a,b,t.Dv.a(s[1]))}}, +ym(){var s,r,q,p,o,n=this.c,m=new A.be(n,A.a6(n).h("be<1>")) +m=new A.bL(m,m.gu(m)) +r=A.j(m).c +while(!0){if(!m.q()){s=null +break}q=m.d +s=q==null?r.a(q):q +if(s.x==="table")break}if(s!=null){p=s.a +if(p!=null)o=s +else{p=n[B.b.cn(n,s)-1] +o=null}}else{p=n[0] +o=null}return A.a([p,o],t.PR)}, +lT(a){var s=this.c,r=B.b.gB(s).x +if(r!=a&&B.b.p(B.ke,r)){s.pop() +this.lT(a)}}, +nh(){return this.lT(null)}} +A.a8.prototype={ +gt(a){return 37*J.v(this.a)+J.v(this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.a8&&b.a==this.a&&b.b==this.b}} +A.aoY.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l,k,j=new A.bb(""),i="%("+a+")" +for(s=this.a,r=i.length,q=J.fH(b),p=0,o="";n=s.a,m=B.d.hZ(n,i,p),m>=0;){j.a=o+B.d.U(n,p,m) +m+=r +for(l=m;A.apg(s.a[l]);)++l +if(l>m){k=A.dC(B.d.U(s.a,m,l),null) +m=l}else k=0 +o=s.a[m] +switch(o){case"s":o=j.a+=A.f(b) +break +case"d":o=j.a+=A.aBw(q.j(b),k) +break +case"x":o=j.a+=A.aBw(B.i.iI(A.dp(b),16),k) +break +default:throw A.d(A.ac("formatStr does not support format character "+o))}p=m+1}r=j.a=o+B.d.U(n,p,n.length) +s.a=r.charCodeAt(0)==0?r:r}, +$S:121} +A.NW.prototype={ +dM(a){return this.U3(a)}, +U3(a6){var s=0,r=A.V(t.ZD),q,p=2,o,n=this,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5 +var $async$dM=A.R(function(a7,a8){if(a7===1){o=a8 +s=p}while(true)switch(s){case 0:a6.yQ() +m=new A.zY(new A.lo(A.arJ(a6.y,t.Cm)),A.a([],t.LF),A.ax(t.y9),new A.IP(new A.bc(new A.a9($.ad,t.Jk),t.dx),[],t.XH),t.LB) +l=0 +h=t.U,g=t.H,f=a6.r,e=n.a,d=a6.a,c=a6.b,b=t.tr,a=t.wF +case 3:if(!!0){s=4 +break}k=null +p=6 +a0=J.aGe(m) +a1=A.aMo(d,c) +a2=a6.y.length +a1.uy() +a1.c=a2 +a1.uy() +a1.e=!0 +a1.r.K(0,f) +a2=a6.f +a1.uy() +a1.f=a2 +a1.uy() +a1.d=!0 +a2=a1.x +a3=new A.pB(a2) +a0.a.Bm(a3.ghD(a3),new A.pB(a2).ga7F(),new A.pB(a2).gqV(),!0) +s=9 +return A.a4(e.dM(a1),$async$dM) +case 9:k=a8 +p=2 +s=8 +break +case 6:p=5 +a5=o +j=A.aj(a5) +i=A.az(a5) +s=!J.c(l,3)?10:12 +break +case 10:a0=A.azL(j,i) +if(!a.b(a0)){a2=new A.a9($.ad,b) +a2.a=8 +a2.c=a0 +a0=a2}s=13 +return A.a4(a0,$async$dM) +case 13:a0=!a8 +s=11 +break +case 12:a0=!0 +case 11:if(a0)throw a5 +s=8 +break +case 5:s=2 +break +case 8:s=k!=null?14:15 +break +case 14:s=!J.c(l,3)?16:18 +break +case 16:a0=A.azK(k) +if(!a.b(a0)){a2=new A.a9($.ad,b) +a2.a=8 +a2.c=a0 +a0=a2}s=19 +return A.a4(a0,$async$dM) +case 19:a0=!a8 +s=17 +break +case 18:a0=!0 +case 17:if(a0){q=k +s=1 +break}k.w.a.cZ(new A.abx(),null,null,null).bd().jR(new A.aby()) +case 15:s=20 +return A.a4(A.wT(A.azH(l),null,g),$async$dM) +case 20:a0=new A.a9($.ad,h) +a0.a=8 +s=21 +return A.a4(a0,$async$dM) +case 21:++l +s=3 +break +case 4:case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$dM,r)}} +A.abx.prototype={ +$1(a){}, +$S:91} +A.aby.prototype={ +$1(a){}, +$S:17} +A.EE.prototype={ +vr(a,b,c){return this.a5Q(a,b,c)}, +a5Q(a,b,c){var s=0,r=A.V(t.Wd),q,p=this,o,n +var $async$vr=A.R(function(d,e){if(d===1)return A.S(e,r) +while(true)switch(s){case 0:o=A.aLz(a,b) +n=A +s=3 +return A.a4(p.dM(o),$async$vr) +case 3:q=n.abp(e) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$vr,r)}, +$iFp:1} +A.EF.prototype={ +wD(){if(this.w)throw A.d(A.ar("Can't finalize a finalized Request.")) +this.w=!0 +return B.GZ}, +uy(){if(!this.w)return +throw A.d(A.ar("Can't modify a finalized Request."))}, +j(a){return this.a+" "+this.b.j(0)}} +A.EG.prototype={ +$2(a,b){return a.toLowerCase()===b.toLowerCase()}, +$S:449} +A.EH.prototype={ +$1(a){return B.d.gt(a.toLowerCase())}, +$S:450} +A.na.prototype={ +Hj(a,b,c,d,e,f,g){var s=this.b +if(s<100)throw A.d(A.bo("Invalid status code "+s+".",null))}} +A.EW.prototype={ +dM(a){return this.U2(a)}, +U2(a){var s=0,r=A.V(t.ZD),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f +var $async$dM=A.R(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:if(m.c)throw A.d(A.aGV("HTTP request failed. Client is already closed.",a.b)) +s=3 +return A.a4(a.wD().S1(),$async$dM) +case 3:j=c +l=new self.XMLHttpRequest() +i=m.a +i.D(0,l) +h=l +h.open(a.a,a.b.j(0),!0) +h.responseType="arraybuffer" +h.withCredentials=!1 +for(h=a.r.gdU(),h=h.gR(h);h.q();){g=h.gH() +l.setRequestHeader(g.a,g.b)}k=new A.bc(new A.a9($.ad,t.EW),t.Bx) +h=t.ba +g=new A.u2(l,"load",!1,h) +f=t.H +g.gE(g).bp(new A.a0e(l,k,a),f) +h=new A.u2(l,"error",!1,h) +h.gE(h).bp(new A.a0f(k,a),f) +l.send(j) +p=4 +s=7 +return A.a4(k.a,$async$dM) +case 7:h=c +q=h +n=[1] +s=5 +break +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +i.v(0,l) +s=n.pop() +break +case 6:case 1:return A.T(q,r) +case 2:return A.S(o,r)}}) +return A.U($async$dM,r)}} +A.a0e.prototype={ +$1(a){var s,r,q,p,o,n,m=this,l=m.a,k=A.azO(l).i(0,"content-length") +if(k!=null){s=$.aEl() +s=!s.b.test(k)}else s=!1 +if(s){m.b.jV(new A.qd("Invalid content-length header ["+A.f(k)+"].",m.c.b)) +return}r=A.eh(t.pI.a(l.response),0,null) +s=A.arJ(r,t.Cm) +q=l.status +p=r.length +o=m.c +n=A.azO(l) +l=l.statusText +s=new A.oZ(A.aTp(new A.lo(s)),o,q,l,p,n,!1,!0) +s.Hj(q,p,n,!1,!0,l,o) +m.b.d2(s)}, +$S:8} +A.a0f.prototype={ +$1(a){this.a.l5(new A.qd("XMLHttpRequest error.",this.b.b),A.axO())}, +$S:8} +A.lo.prototype={ +S1(){var s=new A.a9($.ad,t.aP),r=new A.bc(s,t.gI),q=new A.SF(new A.a0s(r),new Uint8Array(1024)) +this.cZ(q.ghD(q),!0,q.gqV(),r.ga9e()) +return s}} +A.a0s.prototype={ +$1(a){return this.a.d2(new Uint8Array(A.jH(a)))}, +$S:91} +A.qd.prototype={ +j(a){var s=this.b.j(0) +return"ClientException: "+this.a+", uri="+s}, +$ibW:1} +A.abo.prototype={ +wD(){this.yQ() +return new A.lo(A.arJ(this.y,t.Cm))}} +A.oF.prototype={} +A.adR.prototype={ +wD(){this.yQ() +var s=this.x +return new A.lo(new A.dQ(s,A.j(s).h("dQ<1>")))}} +A.oZ.prototype={} +A.qp.prototype={ +j(a){return this.a}} +A.m8.prototype={ +j(a){return this.a}} +A.fN.prototype={ +HH(a,b){var s=this.d +this.d=s==null?a:s+b+a}, +ip(a){var s=this,r=s.c +if(!J.fo($.a_h(),r).X(a))s.HH(a," ") +else s.HH(J.fo($.a_h(),r).i(0,a)," ") +return s}} +A.fO.prototype={ +$8(a,b,c,d,e,f,g,h){var s +if(h){s=A.axa(a,b,c,d,e,f,g.a0(0,0),!0) +if(!A.pG(s))A.F(A.n0(s)) +return new A.dT(s,!0)}else{s=A.axa(a,b,c,d,e,f,g.a0(0,0),!1) +if(!A.pG(s))A.F(A.n0(s)) +return new A.dT(s,!1)}}, +$S:451} +A.a8V.prototype={ +j(a){return"NumberFormat("+this.fx+", "+A.f(this.fr)+")"}} +A.a8Z.prototype={ +$1(a){return this.a}, +$S:452} +A.a8Y.prototype={ +$1(a){return a.Q}, +$S:453} +A.Mn.prototype={} +A.a8W.prototype={ +a3R(){var s,r,q,p,o,n,m,l,k,j=this,i=j.f +i.b=j.vg() +s=j.a4u() +i.d=j.vg() +r=j.b +if(r.xz()===";"){++r.b +i.a=j.vg() +for(q=s.length,p=r.a,o=p.length,n=0;n=o.a.length)return!1 +s=o.xz() +if(s==="'"){r=o.EP(2) +if(r.length===2&&r[1]==="'"){++o.b +a.a+="'"}else p.w=!p.w +return!0}if(p.w)a.a+=s +else switch(s){case"#":case"0":case",":case".":case";":return!1 +case"\xa4":a.a+=p.d +break +case"%":o=p.f +q=o.e +if(q!==1&&q!==100)throw A.d(B.nZ) +o.e=100 +a.a+=p.a.d +break +case"\u2030":o=p.f +q=o.e +if(q!==1&&q!==1000)throw A.d(B.nZ) +o.e=1000 +a.a+=p.a.x +break +default:a.a+=s}return!0}, +a4u(){var s,r,q,p,o,n=this,m=new A.bb(""),l=n.b,k=l.a,j=k.length,i=!0 +while(!0){s=l.b +if(!(B.d.U(k,s,Math.min(s+1,j)).length!==0&&i))break +i=n.aev(m)}l=n.z +if(l===0&&n.y>0&&n.x>=0){r=n.x +if(r===0)r=1 +n.Q=n.y-r +n.y=r-1 +l=n.z=1}q=n.x +if(!(q<0&&n.Q>0)){if(q>=0){j=n.y +j=qj+l}else j=!1 +j=j||n.as===0}else j=!0 +if(j)throw A.d(A.bs('Malformed pattern "'+k+'"',null,null)) +k=n.y +l=k+l +p=l+n.Q +j=n.f +s=q>=0 +o=s?p-q:0 +j.x=o +if(s){l-=q +j.y=l +if(l<0)j.y=0}l=j.w=(s?q:p)-k +if(j.ax){j.r=k+l +if(o===0&&l===0)j.w=1}l=Math.max(0,n.as) +j.Q=l +if(!n.r)j.z=l +j.as=q===0||q===p +l=m.a +return l.charCodeAt(0)==0?l:l}, +aev(a){var s,r,q,p,o,n=this,m=null,l=n.b,k=l.xz() +switch(k){case"#":if(n.z>0)++n.Q +else ++n.y +s=n.as +if(s>=0&&n.x<0)n.as=s+1 +break +case"0":if(n.Q>0)throw A.d(A.bs('Unexpected "0" in pattern "'+l.a,m,m));++n.z +s=n.as +if(s>=0&&n.x<0)n.as=s+1 +break +case",":s=n.as +if(s>0){n.r=!0 +n.f.z=s}n.as=0 +break +case".":if(n.x>=0)throw A.d(A.bs('Multiple decimal separators in pattern "'+l.j(0)+'"',m,m)) +n.x=n.y+n.z+n.Q +break +case"E":a.a+=k +s=n.f +if(s.ax)throw A.d(A.bs('Multiple exponential symbols in pattern "'+l.j(0)+'"',m,m)) +s.ax=!0 +s.f=0;++l.b +if(l.xz()==="+"){a.a+=l.afg(0) +s.at=!0}for(r=l.a,q=r.length;p=l.b,o=p+1,p=B.d.U(r,p,Math.min(o,q)),p==="0";){l.b=o +a.a+=p;++s.f}if(n.y+n.z<1||s.f<1)throw A.d(A.bs('Malformed exponential pattern "'+l.j(0)+'"',m,m)) +return!1 +default:return!1}a.a+=k;++l.b +return!0}} +A.adU.prototype={ +afg(a){var s=this.EP(1);++this.b +return s}, +EP(a){var s=this.a,r=this.b +return B.d.U(s,r,Math.min(r+a,s.length))}, +xz(){return this.EP(1)}, +j(a){return this.a+" at "+this.b}} +A.tF.prototype={ +i(a,b){return A.pK(b)==="en_US"?this.b:this.LU()}, +X(a){if(A.pK(a)!=="en_US")this.LU() +return!0}, +LU(){throw A.d(new A.JT("Locale data has not been initialized, call "+this.a+"."))}} +A.JT.prototype={ +j(a){return"LocaleDataException: "+this.a}, +$ibW:1} +A.hi.prototype={} +A.vT.prototype={ +FJ(a){var s,r,q=this +if(!q.f.SG(a))return A.vU(q.y).b.$1(a) +s=q.b.$1(Math.abs(a)) +if(a<0&&q.x){r=q.c +return r+B.d.lD(s,q.r-r.length,q.w)}return B.d.lD(s,q.r,q.w)}} +A.a1t.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(!f.a.a.SG(a))return A.vU(f.b).b.$1(a) +switch(f.c.a){case 0:s=f.d +return s[B.i.bH(a-1,s.length)] +case 2:if(a>=1&&a<1+f.d.length)return f.d[a-1] +else return A.vU(f.b).b.$1(a) +case 1:s=f.d +r=s.length +q=a===0?s[0]:"" +for(p=a;p!==0;){q=s[B.i.bH(p,r)]+q +p=B.i.h3(p,r)}return q +case 3:s=f.d +r=s.length +for(p=a,q="";p!==0;){--p +q=s[B.i.bH(p,r)]+q +p=B.i.h3(p,r)}return q +case 4:s=f.d +r=s.length +for(o=B.i.h3(a,r)+1,n=a-1,m=0,l="";mp)continue +g=B.i.h3(p,i) +for(m=0;ma)return!1 +s=this.b +if(s!=null&&s=90)s=Math.min(s,40) +return this.c.bm(a,new A.afp(this,s,a))}, +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.kG){s=!0 +if(s)return this.a===b.a&&this.b===b.b +else return new A.r9(B.mz,t.wO).e1(this.gNe(),b.gNe())}return!1}, +gt(a){var s=A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a) +return s}, +j(a){return"TonalPalette.of("+A.f(this.a)+", "+A.f(this.b)+")"}} +A.afo.prototype={ +$1(a){return this.a.aH(a)}, +$S:52} +A.afp.prototype={ +$0(){var s=A.aJk(this.a.a,this.b,this.c) +A.aqb(s,$.a_7()) +A.aH2(A.auH(s)[1]/100) +return s}, +$S:37} +A.ac7.prototype={} +A.adk.prototype={} +A.alT.prototype={ +$1(a){return!1}, +$S:30} +A.mx.prototype={ +J(a){return this.a8y(a,this.c)}, +bZ(){return A.aM6(this)}} +A.zG.prototype={ +bj(){return this.WV()}, +gaN(){return t.k7.a(A.aP.prototype.gaN.call(this))}} +A.Xm.prototype={ +eV(a,b){this.GH(a,b)}, +cB(){this.yU() +this.lR(new A.alT(this))}} +A.Mo.prototype={ +J(a){var s=null,r=A.arC(a,new A.a95(),t.m8,t.G8) +return new A.AC(new A.a96(),new A.pf(r,s,s,s,s,s,s),B.HF,s)}} +A.a95.prototype={ +$1(a){return a.b}, +$S:454} +A.a96.prototype={ +$3(a,b,c){return new A.o6(B.a2e,new A.a93(),b.gFh(),b.gmy(),A.arC(a,new A.a94(),t.m8,t.YX),B.Mo,B.UR,!1,null)}, +$S:455} +A.a94.prototype={ +$1(a){return a.a}, +$S:122} +A.a93.prototype={ +$2(a,b){var s=null,r=A.fY(a,B.bO,t.wr) +r.toString +return A.ze(A.aNh(s,s,s,s,s,s,s,"",s,s,s,s,s,s,s,s,A.aTC(),A.aBY(),A.aTD(),A.aTE(),A.aTF(),A.aBZ(),s,s,s,A.en(r.gBT(),s),s),s,b,s,s,s)}, +$S:457} +A.Mp.prototype={ +J(a){var s=A.fY(a,B.bO,t.wr) +s.toString +return A.ayv(new A.a98(),3,new A.a99(),A.agh(B.o3,A.en(s.gpz(),null),new A.a9a(a),null,B.FS))}} +A.a98.prototype={ +$3(a,b,c){return A.agh(B.e0[b].a.$1(a),B.e0[b].b.$1(a),null,c,B.FS)}, +$C:"$3", +$R:3, +$S:142} +A.a99.prototype={ +$2(a,b){return B.e0[b].c.$1(a)}, +$S:459} +A.a9a.prototype={ +$0(){return A.aT3(this.a,new A.a97())}, +$S:0} +A.a97.prototype={ +$1(a){return B.a2f}, +$S:460} +A.rq.prototype={ +J(a){var s=null,r=A.fY(a,B.bO,t.wr) +r.toString +return A.ze(B.aeZ,s,A.ayv(new A.a9b(),3,new A.a9c(),A.agh(B.o3,A.en(r.gpz(),s),s,s,B.lC)),s,A.Iw(B.fm,!1,new A.a9d()),s)}} +A.a9b.prototype={ +$3(a,b,c){return A.agh(B.e0[b].a.$1(a),B.e0[b].b.$1(a),null,c,B.lC)}, +$C:"$3", +$R:3, +$S:142} +A.a9c.prototype={ +$2(a,b){return B.cK}, +$S:461} +A.a9d.prototype={ +$0(){}, +$S:0} +A.apn.prototype={ +$1(a){return a.aG()}, +$S:462} +A.apo.prototype={ +$1(a){return new A.hA($.aO())}, +$S:463} +A.kg.prototype={ +pn(){var s,r=this,q=A.B(t.N,t.z) +q.n(0,"text",r.a) +q.n(0,"found",r.b) +q.n(0,"number",r.c) +q.n(0,"type",r.d) +s=r.e +if(s!=null)q.n(0,"date",s) +s=r.f +if(s!=null)q.n(0,"year",s) +return q}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.kg&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e==s.e&&b.f==s.f}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"Number(text: "+s.a+", found: "+s.b+", number: "+A.f(s.c)+", type: "+s.d+", date: "+A.f(s.e)+", year: "+A.f(s.f)+")"}} +A.m9.prototype={ +q5(a){return this.a0R(a)}, +a0R(a){var s=0,r=A.V(t.Hk),q,p=this +var $async$q5=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q=p.a.vr("GET",A.aP0("http","numbersapi.com",a,A.K(["json",""],t.N,t.z)),null).bp(new A.a9e(),t.Hk) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$q5,r)}} +A.a9e.prototype={ +$1(a){var s=a.b +if(s===200){s=B.cX.ea(B.a1.ea(a.w)) +return new A.kg(A.bm(s.i(0,"text")),A.he(s.i(0,"found")),A.hL(s.i(0,"number")),A.bm(s.i(0,"type")),A.cQ(s.i(0,"date")),A.cQ(s.i(0,"year")))}else throw A.d(A.cS(a.c+" ("+s+")"))}, +$S:464} +A.oa.prototype={ +ce(a){return this.adv(a)}, +adv(a){var s=0,r=A.V(t.H),q=this +var $async$ce=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q.ch=a +q.sl(null) +s=2 +return A.a4(A.arx(q.ay.q5("/"+a+"/math"),t.Hk),$async$ce) +case 2:q.sl(c) +return A.T(null,r)}}) +return A.U($async$ce,r)}} +A.y2.prototype={ +au(){return new A.UY(B.t)}} +A.a7O.prototype={ +$1(a){return new A.oa($.a_d().$1$1$instanceName(null,t.O3),!1,null,$.aO())}, +$S:465} +A.UY.prototype={ +aY(){this.bq() +var s=this.c +s.toString +A.jd(s,!1,t.ib).ce(42)}, +J(a){var s=null,r=A.jd(a,!0,t.ib) +return A.ze(s,s,new A.cG(B.fd,new A.rp(r.ch,r.a,s),s),B.jK,A.Iw(B.fm,!1,new A.akn(this,a)),B.f3)}} +A.akn.prototype={ +$0(){var s=A.jd(this.b,!1,t.ib) +return s.ce(B.iY.El(1979))}, +$S:0} +A.rw.prototype={} +A.p8.prototype={ +ce(a){return this.adw(a)}, +adw(a){var s=0,r=A.V(t.H),q=this +var $async$ce=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q.ch=a +q.sl(null) +s=2 +return A.a4(A.arx(q.ay.q5("/"+a+"/trivia"),t.Hk),$async$ce) +case 2:q.sl(c) +return A.T(null,r)}}) +return A.U($async$ce,r)}} +A.Ai.prototype={ +au(){return new A.Yd(B.t)}} +A.afx.prototype={ +$1(a){return new A.p8($.a_d().$1$1$instanceName(null,t.O3),!1,null,$.aO())}, +$S:466} +A.Yd.prototype={ +aY(){this.bq() +var s=this.c +s.toString +A.jd(s,!1,t.SA).ce(42)}, +J(a){var s=null,r=A.jd(a,!0,t.SA) +return A.ze(s,s,new A.cG(B.fd,new A.rp(r.ch,r.a,s),s),B.jK,A.Iw(B.fm,!1,new A.amn(this,a)),B.f3)}} +A.amn.prototype={ +$0(){var s=A.jd(this.b,!1,t.SA) +return s.ce(B.iY.El(1979))}, +$S:0} +A.pi.prototype={ +ce(a){return this.adx(a)}, +adx(a){var s=0,r=A.V(t.H),q=this +var $async$ce=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q.ch=a +q.sl(null) +s=2 +return A.a4(A.arx(q.ay.q5("/"+a+"/year"),t.Hk),$async$ce) +case 2:q.sl(c) +return A.T(null,r)}}) +return A.U($async$ce,r)}} +A.AG.prototype={ +au(){return new A.YH(B.t)}} +A.agH.prototype={ +$1(a){return new A.pi($.a_d().$1$1$instanceName(null,t.O3),!1,null,$.aO())}, +$S:467} +A.YH.prototype={ +aY(){this.bq() +var s=this.c +s.toString +A.jd(s,!1,t.mO).ce(A.aro(new A.dT(Date.now(),!1)))}, +J(a){var s=null,r=A.jd(a,!0,t.mO) +return A.ze(s,s,new A.cG(B.fd,new A.rp(r.ch,r.a,s),s),B.jK,A.Iw(B.fm,!1,new A.amW(this,a)),B.f3)}} +A.amW.prototype={ +$0(){var s=A.jd(this.b,!1,t.mO) +return s.ce(B.iY.El(A.aro(new A.dT(Date.now(),!1))))}, +$S:0} +A.hA.prototype={ +Ug(a){if(this.a===a)return +this.a=a +this.aq()}, +Ui(a){if(this.b===a)return +this.b=a +this.aq()}} +A.apB.prototype={ +$1(a){return new A.t9(this.a,null)}, +$S:470} +A.t9.prototype={ +J(a){var s,r,q,p,o,n=null,m=A.fY(a,B.bO,t.wr) +m.toString +m=A.en(m.gpz(),n) +s=A.cU(a,n,t.m).w +r=t.m8 +q=A.arC(a,new A.ada(),r,t.YX) +p=A.jd(a,!1,r).gUf() +if(q==null)q=B.cO +o=t.p +return new A.HS(A.nh(A.a([new A.RP(m,n,n,n,n,n,n,B.a5d,n,B.lD,n,!0,n,!1,!1,!1,A.aTH(),A.aBY(),n,n,n,A.aBZ(),"",n,n,n,n),new A.cG(B.fd,A.nh(A.a([A.kA(new A.Ps(q,this.c,p,n),s.a.a*0.2,n),B.a6L,new A.PP(A.RU(a).a,A.jd(a,!1,r).gUh(),n)],o),B.ay,B.aA,B.c7),n)],o),B.ay,B.aA,B.c7),n)}} +A.ada.prototype={ +$1(a){return a.a}, +$S:122} +A.Ps.prototype={ +J(a){var s,r,q,p,o,n,m=this,l=null,k=A.fY(a,B.bO,t.wr) +k.toString +s=m.c +r=A.en(k.gun(),l) +q=A.RU(a).gFh() +p=m.d +r=A.afd(p,q,r) +q=A.en(k.gun(),l) +o=A.RU(a).gmy() +n=t.p +q=A.nt(A.as2(A.zU(B.eW,A.a([r,new A.Yv(B.aeU,A.afd(p,o,q),l)],n),B.Fi),new A.afi(m),B.as,s===B.cO)) +o=A.RU(a).gFh() +r=A.nt(A.as2(A.afd(p,o,A.en(k.gE4(),l)),new A.afj(m),B.as,s===B.lm)) +o=A.RU(a).gmy() +return A.mp(A.a([q,B.Ff,r,B.Ff,A.nt(A.as2(A.afd(p,o,A.en(k.gmy(),l)),new A.afk(m),B.as,s===B.eO))],n),B.ay,B.aA,B.bd,l)}} +A.afi.prototype={ +$0(){return this.a.e.$1(B.cO)}, +$S:0} +A.afj.prototype={ +$0(){return this.a.e.$1(B.lm)}, +$S:0} +A.afk.prototype={ +$0(){return this.a.e.$1(B.eO)}, +$S:0} +A.Pr.prototype={ +J(a){var s=null +return new A.mD(this.e,A.Jc(new A.RM(new A.JG(new A.afe(this),s),B.d_,A.ayt(A.er(10),B.jF),s),!0,s),s)}} +A.afe.prototype={ +$2(a,b){var s=null,r=this.a,q=A.a([new A.es(r.d,s)],t.p),p=A.ao(a).p3.a +p.toString +q.push(A.qq(A.q8(r.c,s,s,s),s,s,B.cN,!0,p,s,s,B.bg)) +return new A.qF(A.kA(A.zU(B.eW,q,B.eG),b.d/0.3,b.b/0.3),s)}, +$S:471} +A.PP.prototype={ +J(a){var s,r,q,p,o=A.a([],t.p) +for(s=A.eM(B.Mw,0,A.fm(10,"count",t.S),t.Aw),s=new A.bL(s,s.gu(s)),r=this.c,q=A.j(s).c;s.q();){p=s.d +if(p==null)p=q.a(p) +o.push(new A.RO(new A.afT(this,p),p.c,r===p,null))}return A.mp(o,B.ay,B.zW,B.bd,null)}} +A.afT.prototype={ +$0(){return this.a.d.$1(this.b)}, +$S:0} +A.IJ.prototype={ +J(a){var s=A.fY(a,B.bO,t.wr) +s.toString +s=s.DA("numberapi.com","http://numbersapi.com") +return new A.EY(B.zW,A.a([new A.wZ(new A.bO(null,t.B),s,new A.a4e(),!0,null)],t.p),null)}} +A.a4e.prototype={ +$3(a,b,c){a.toString +return A.at4(a)}, +$S:472} +A.rp.prototype={ +J(a){var s=null,r=this.c +return A.nh(A.a([A.nt(A.auh(A.q8(A.en(B.i.j(r),A.ao(a).p3.c),s,new A.fy(r,t.zm),s),B.a9)),A.nt(A.auh(new A.hQ(B.eX,s,s,A.aPR(this.d,new A.a90(),new A.a91(),new A.a92()),s),B.a9))],t.p),B.ay,B.aA,B.bd)}} +A.a91.prototype={ +$0(){return B.aeT}, +$S:473} +A.a92.prototype={ +$1(a){return A.en(a.a,null)}, +$S:474} +A.a90.prototype={ +$1(a){return A.en(J.c3(a),null)}, +$S:475} +A.a1o.prototype={ +a7y(a){var s,r,q=t._m +A.aAr("absolute",A.a([a,null,null,null,null,null,null,null,null,null,null,null,null,null,null],q)) +s=this.a +s=s.fY(a)>0&&!s.lw(a) +if(s)return a +s=this.b +r=A.a([s==null?A.aAV():s,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null],q) +A.aAr("join",r) +return this.adf(new A.dd(r,t.Ri))}, +adf(a){var s,r,q,p,o,n,m,l,k +for(s=a.gR(a),r=new A.pb(s,new A.a1r()),q=this.a,p=!1,o=!1,n="";r.q();){m=s.gH() +if(q.lw(m)&&o){l=A.MT(m,q) +k=n.charCodeAt(0)==0?n:n +n=B.d.U(k,0,q.pm(k,!0)) +l.b=n +if(q.t0(n))l.e[0]=q.gnp() +n=""+l.j(0)}else if(q.fY(m)>0){o=!q.lw(m) +n=""+m}else{if(!(m.length!==0&&q.Co(m[0])))if(p)n+=q.gnp() +n+=m}p=q.t0(m)}return n.charCodeAt(0)==0?n:n}, +lZ(a,b){var s=A.MT(b,this.a),r=s.d,q=A.a6(r).h("aX<1>") +q=A.a1(new A.aX(r,new A.a1s(),q),!0,q.h("p.E")) +s.d=q +r=s.b +if(r!=null)B.b.ee(q,0,r) +return s.d}, +Em(a){var s +if(!this.a3M(a))return a +s=A.MT(a,this.a) +s.t1() +return s.j(0)}, +a3M(a){var s,r,q,p,o,n,m,l,k=this.a,j=k.fY(a) +if(j!==0){if(k===$.a_6())for(s=0;s0)return o.Em(a) +if(m.fY(a)<=0||m.lw(a))a=o.a7y(a) +if(m.fY(a)<=0&&m.fY(s)>0)throw A.d(A.awW(n+a+'" from "'+s+'".')) +r=A.MT(s,m) +r.t1() +q=A.MT(a,m) +q.t1() +l=r.d +if(l.length!==0&&J.c(l[0],"."))return q.j(0) +l=r.b +p=q.b +if(l!=p)l=l==null||p==null||!m.EO(l,p) +else l=!1 +if(l)return q.j(0) +while(!0){l=r.d +if(l.length!==0){p=q.d +l=p.length!==0&&m.EO(l[0],p[0])}else l=!1 +if(!l)break +B.b.eY(r.d,0) +B.b.eY(r.e,1) +B.b.eY(q.d,0) +B.b.eY(q.e,1)}l=r.d +if(l.length!==0&&J.c(l[0],".."))throw A.d(A.awW(n+a+'" from "'+s+'".')) +l=t.N +B.b.oS(q.d,0,A.bd(r.d.length,"..",!1,l)) +p=q.e +p[0]="" +B.b.oS(p,1,A.bd(r.d.length,m.gnp(),!1,l)) +m=q.d +l=m.length +if(l===0)return"." +if(l>1&&J.c(B.b.gB(m),".")){B.b.dW(q.d) +m=q.e +m.pop() +m.pop() +m.push("")}q.b="" +q.RD() +return q.j(0)}, +QQ(a){var s,r,q=this,p=A.aA9(a) +if(p.gdZ()==="file"&&q.a===$.E9())return p.j(0) +else if(p.gdZ()!=="file"&&p.gdZ()!==""&&q.a!==$.E9())return p.j(0) +s=q.Em(q.a.EN(A.aA9(p))) +r=q.afr(s) +return q.lZ(0,r).length>q.lZ(0,s).length?s:r}} +A.a1r.prototype={ +$1(a){return a!==""}, +$S:22} +A.a1s.prototype={ +$1(a){return a.length!==0}, +$S:22} +A.ao4.prototype={ +$1(a){return a==null?"null":'"'+a+'"'}, +$S:476} +A.a6E.prototype={ +Tf(a){var s=this.fY(a) +if(s>0)return B.d.U(a,0,s) +return this.lw(a)?a[0]:null}, +EO(a,b){return a===b}} +A.a9x.prototype={ +RD(){var s,r,q=this +while(!0){s=q.d +if(!(s.length!==0&&J.c(B.b.gB(s),"")))break +B.b.dW(q.d) +q.e.pop()}s=q.e +r=s.length +if(r!==0)s[r-1]=""}, +t1(){var s,r,q,p,o,n,m=this,l=A.a([],t.s) +for(s=m.d,r=s.length,q=0,p=0;p0){s=B.d.hZ(a,"\\",s+1) +if(s>0)return s}return r}if(r<3)return 0 +if(!A.aBi(a.charCodeAt(0)))return 0 +if(a.charCodeAt(1)!==58)return 0 +r=a.charCodeAt(2) +if(!(r===47||r===92))return 0 +return 3}, +fY(a){return this.pm(a,!1)}, +lw(a){return this.fY(a)===1}, +EN(a){var s,r +if(a.gdZ()!==""&&a.gdZ()!=="file")throw A.d(A.bo("Uri "+a.j(0)+" must have scheme 'file:'.",null)) +s=a.gcR() +if(a.gjg()===""){if(s.length>=3&&B.d.b5(s,"/")&&A.aBj(s,1))s=B.d.pj(s,"/","")}else s="\\\\"+a.gjg()+s +r=A.c2(s,"/","\\") +return A.mW(r,0,r.length,B.a1,!1)}, +a8Z(a,b){var s +if(a===b)return!0 +if(a===47)return b===92 +if(a===92)return b===47 +if((a^b)!==32)return!1 +s=a|32 +return s>=97&&s<=122}, +EO(a,b){var s,r +if(a===b)return!0 +s=a.length +if(s!==b.length)return!1 +for(r=0;r"))}} +A.By.prototype={} +A.acx.prototype={ +$1(a){var s=this,r=s.a +if(!r.b(a))throw A.d(A.arr(A.bj(r),A.u(s.b.gaN()))) +return!B.K0.e1(s.c.$1(a),s.d)}, +$S(){return this.a.h("z(0?)")}} +A.eo.prototype={ +bS(a){return!1}, +bZ(){return new A.ps(A.i1(null,null,null,t.h,t.X),this,B.ae,this.$ti.h("ps<1>"))}} +A.po.prototype={} +A.ps.prototype={ +gnK(){var s,r=this,q=r.d5 +if(q===$){s=new A.B1(r.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(r)).f.e.$ti.h("B1<1>")) +s.a=r +r.d5!==$&&A.O() +r.d5=s +q=s}return q}, +eF(a){var s={} +s.a=null +this.lR(new A.ajw(s,a)) +return s.a}, +eV(a,b){this.GH(a,b)}, +gaN(){return this.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(this))}, +Fv(a,b){var s,r=this.y2,q=r.i(0,a),p=q==null +if(!p&&!this.$ti.h("po<1>").b(q))return +s=this.$ti +if(s.h("z(1)").b(b)){p=p?new A.po(A.a([],s.h("t")),s.h("po<1>")):q +s.h("po<1>").a(p) +if(p.a){p.a=!1 +B.b.M(p.c)}if(!p.b){p.b=!0 +A.aJa(new A.ajx(p),t.P)}p.c.push(b) +r.n(0,a,p)}else r.n(0,a,B.f1)}, +En(a,b){var s,r,q,p,o=this.y2.i(0,b),n=!1 +if(o!=null)if(this.$ti.h("po<1>").b(o)){if(b.Q)return +for(r=o.c,q=r.length,p=0;p") +r.a(A.aP.prototype.gaN.call(s)) +s.gnK().C7(s.d4) +s.d4=!1 +if(s.bM){s.bM=!1 +s.n1(r.a(A.aP.prototype.gaN.call(s)))}return s.H1()}, +kB(){var s,r,q,p=this.gnK() +p.X8() +s=p.b +if(s!=null)s.$0() +if(p.c){s=p.a +s.toString +r=p.$ti +s=r.h("iA.D").a(s.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(s)).f.e) +q=p.a +q.toString +p=p.d +if(p==null)p=r.c.a(p) +s.f.$2(q,p)}this.uf()}, +adL(){if(!this.e2)return +this.kn() +this.bM=!0}, +jY(a,b){return this.ue(a,b)}, +wi(a){return this.jY(a,null)}, +$iJo:1} +A.ajw.prototype={ +$1(a){this.a.a=a.eF(this.b) +return!1}, +$S:30} +A.ajx.prototype={ +$0(){var s=this.a +s.b=!1 +s.a=!0}, +$S:12} +A.Tn.prototype={} +A.iA.prototype={ +m(){}, +C7(a){}} +A.tV.prototype={} +A.B1.prototype={ +gl(){var s,r,q,p,o,n,m=this,l=null,k=m.c +if(k&&m.f!=null){k=A.bj(m.$ti.c).j(0) +q=m.f +q=q==null?l:q.j(0) +throw A.d(A.ar("Tried to read a provider that threw during the creation of its value.\nThe exception occurred during the creation of type "+k+".\n\n"+A.f(q)))}if(!k){m.c=!0 +k=m.a +k.toString +q=m.$ti.h("iA.D") +q.a(k.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(k)).f.e) +try{k=m.a +k.toString +k=q.a(k.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(k)).f.e) +p=m.a +p.toString +m.d=k.a.$1(p)}catch(o){s=A.aj(o) +r=A.az(o) +m.f=new A.bK(s,r,"provider",l,l,!1) +throw o}finally{}k=m.a +k.toString +q.a(k.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(k)).f.e)}k=m.a +k.e2=!1 +if(m.b==null){q=m.$ti +k=q.h("iA.D").a(A.j(k).h("eo<1>").a(A.aP.prototype.gaN.call(k)).f.e) +p=m.a +p.toString +n=m.d +q=n==null?q.c.a(n):n +q=k.e.$2(p,q) +k=q +m.b=k}m.a.e2=!0 +k=m.d +return k==null?m.$ti.c.a(k):k}, +C7(a){var s,r=this +if(a)if(r.c){s=r.a +s.toString +r.$ti.h("iA.D").a(s.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(s)).f.e)}s=r.a +s.toString +r.e=r.$ti.h("iA.D").a(s.$ti.h("eo<1>").a(A.aP.prototype.gaN.call(s)).f.e) +return r.X7(a)}} +A.Nf.prototype={ +j(a){return"A provider for "+this.a.j(0)+" unexpectedly returned null."}, +$ibW:1} +A.Ne.prototype={ +j(a){return"Provider<"+this.a.j(0)+"> not found for "+this.b.j(0)}, +$ibW:1} +A.abT.prototype={} +A.zd.prototype={} +A.Cu.prototype={ +aq(){if(!this.oL$)this.yS()}, +aa(a){if(!this.oL$)this.V6(a)}, +N(a){if(!this.oL$)this.V7(a)}, +m(){this.oL$=!0 +this.dA()}} +A.ON.prototype={ +gu(a){return this.c.length}, +gadp(){return this.b.length}, +Hm(a,b){var s,r,q,p,o,n +for(s=this.c,r=s.length,q=this.b,p=0;p=r||s[n]!==10)o=10}if(o===10)q.push(p+1)}}, +u6(a,b){return A.as8(this,a,b)}, +pt(a){var s,r=this +if(a<0)throw A.d(A.dZ("Offset may not be negative, was "+a+".")) +else if(a>r.c.length)throw A.d(A.dZ("Offset "+a+u.D+r.gu(r)+".")) +s=r.b +if(a=B.b.gB(s))return s.length-1 +if(r.a34(a)){s=r.d +s.toString +return s}return r.d=r.a0k(a)-1}, +a34(a){var s,r,q=this.d +if(q==null)return!1 +s=this.b +if(a=r-1||a=r-2||aa)p=r +else s=r+1}return p}, +yg(a){var s,r,q=this +if(a<0)throw A.d(A.dZ("Offset may not be negative, was "+a+".")) +else if(a>q.c.length)throw A.d(A.dZ("Offset "+a+" must be not be greater than the number of characters in the file, "+q.gu(q)+".")) +s=q.pt(a) +r=q.b[s] +if(r>a)throw A.d(A.dZ("Line "+s+" comes after offset "+a+".")) +return a-r}, +iO(a){var s,r,q,p +if(a<0)throw A.d(A.dZ("Line may not be negative, was "+a+".")) +else{s=this.b +r=s.length +if(a>=r)throw A.d(A.dZ("Line "+a+" must be less than the number of lines in the file, "+this.gadp()+"."))}q=s[a] +if(q<=this.c.length){p=a+1 +s=p=s[p]}else s=!0 +if(s)throw A.d(A.dZ("Line "+a+" doesn't have 0 columns.")) +return q}} +A.eF.prototype={ +gci(){return this.a.a}, +gcY(){return this.a.pt(this.b)}, +gdF(){return this.a.yg(this.b)}, +hx(a,b){var s,r=this.b +if(r<0)throw A.d(A.dZ("Offset may not be negative, was "+r+".")) +else{s=this.a +if(r>s.c.length)throw A.d(A.dZ("Offset "+r+u.D+s.gu(s)+"."))}}, +gdh(){return this.b}} +A.df.prototype={ +gci(){return this.a.a}, +gu(a){return this.c-this.b}, +gbu(){return A.ho(this.a,this.b)}, +gbc(){return A.ho(this.a,this.c)}, +gav(){return A.c1(B.bs.b6(this.a.c,this.b,this.c),0,null)}, +gaE(){var s=this,r=s.a,q=s.c,p=r.pt(q) +if(r.yg(q)===0&&p!==0){if(q-s.b===0)return p===r.b.length-1?"":A.c1(B.bs.b6(r.c,r.iO(p),r.iO(p+1)),0,null)}else q=p===r.b.length-1?r.c.length:r.iO(p+1) +return A.c1(B.bs.b6(r.c,r.iO(r.pt(s.b)),q),0,null)}, +ep(a,b,c){var s,r=this.c,q=this.b +if(rs.c.length)throw A.d(A.dZ("End "+r+u.D+s.gu(s)+".")) +else if(q<0)throw A.d(A.dZ("Start may not be negative, was "+q+"."))}}, +aJ(a,b){var s +if(!(b instanceof A.df))return this.WT(0,b) +s=B.i.aJ(this.b,b.b) +return s===0?B.i.aJ(this.c,b.c):s}, +k(a,b){var s=this +if(b==null)return!1 +if(!(b instanceof A.df))return s.WS(0,b) +return s.b===b.b&&s.c===b.c&&J.c(s.a.a,b.a.a)}, +gt(a){return A.I(this.b,this.c,this.a.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +fL(a,b){var s,r=this,q=r.a +if(!J.c(q.a,b.a.a))throw A.d(A.bo('Source URLs "'+A.f(r.gci())+'" and "'+A.f(b.gci())+"\" don't match.",null)) +s=Math.min(r.b,b.b) +return A.as8(q,s,Math.max(r.c,b.c))}, +$ikC:1} +A.a57.prototype={ +acm(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=null,a1=a.a +a.MF(B.b.gE(a1).c) +s=a.e +r=A.bd(s,a0,!1,t.Xk) +for(q=a.r,s=s!==0,p=a.b,o=0;o0){m=a1[o-1] +l=m.c +k=n.c +if(!J.c(l,k)){a.vK("\u2575") +q.a+="\n" +a.MF(k)}else if(m.b+1!==n.b){a.a7w("...") +q.a+="\n"}}for(l=n.d,k=new A.be(l,A.a6(l).h("be<1>")),k=new A.bL(k,k.gu(k)),j=A.j(k).c,i=n.b,h=n.a;k.q();){g=k.d +if(g==null)g=j.a(g) +f=g.a +if(f.gbu().gcY()!==f.gbc().gcY()&&f.gbu().gcY()===i&&a.a35(B.d.U(h,0,f.gbu().gdF()))){e=B.b.cn(r,a0) +if(e<0)A.F(A.bo(A.f(r)+" contains no null elements.",a0)) +r[e]=g}}a.a7v(i) +q.a+=" " +a.a7u(n,r) +if(s)q.a+=" " +d=B.b.wX(l,new A.a5s()) +c=d===-1?a0:l[d] +k=c!=null +if(k){j=c.a +g=j.gbu().gcY()===i?j.gbu().gdF():0 +a.a7s(h,g,j.gbc().gcY()===i?j.gbc().gdF():h.length,p)}else a.vM(h) +q.a+="\n" +if(k)a.a7t(n,c,r) +for(k=l.length,b=0;b")) +return s.gu(s)}, +$S:478} +A.a58.prototype={ +$1(a){var s=a.a +return s.gbu().gcY()!==s.gbc().gcY()}, +$S:88} +A.a5a.prototype={ +$1(a){return a.c}, +$S:480} +A.a5c.prototype={ +$1(a){var s=a.a.gci() +return s==null?new A.A():s}, +$S:481} +A.a5d.prototype={ +$2(a,b){return a.a.aJ(0,b.a)}, +$S:482} +A.a5e.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=a.a,e=a.b,d=A.a([],t.Kx) +for(s=J.ci(e),r=s.gR(e),q=t._Y;r.q();){p=r.gH().a +o=p.gaE() +n=A.aoX(o,p.gav(),p.gbu().gdF()) +n.toString +n=B.d.qD("\n",B.d.U(o,0,n)) +m=n.gu(n) +l=p.gbu().gcY()-m +for(p=o.split("\n"),n=p.length,k=0;kB.b.gB(d).b)d.push(new A.iB(j,l,f,A.a([],q)));++l}}i=A.a([],q) +for(r=d.length,h=0,k=0;kj.b)break +i.push(n)}h+=i.length-g +B.b.K(j.d,i)}return d}, +$S:483} +A.a5b.prototype={ +$1(a){return a.a.gbc().gcY()" +return null}, +$S:0} +A.a5m.prototype={ +$0(){var s=this.b===this.c.b?"\u250c":"\u2514" +this.a.r.a+=s}, +$S:12} +A.a5n.prototype={ +$0(){var s=this.b==null?"\u2500":"\u253c" +this.a.r.a+=s}, +$S:12} +A.a5o.prototype={ +$0(){this.a.r.a+="\u2500" +return null}, +$S:0} +A.a5p.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.a?"\u253c":"\u2502" +if(q.c!=null)q.b.r.a+=o +else{s=q.e +r=s.b +if(q.d===r){s=q.b +s.hA(new A.a5k(p,s),p.b) +p.a=!0 +if(p.b==null)p.b=s.b}else{s=q.r===r&&q.f.a.gbc().gdF()===s.a.length +r=q.b +if(s)r.r.a+="\u2514" +else r.hA(new A.a5l(r,o),p.b)}}}, +$S:12} +A.a5k.prototype={ +$0(){var s=this.a.a?"\u252c":"\u250c" +this.b.r.a+=s}, +$S:12} +A.a5l.prototype={ +$0(){this.a.r.a+=this.b}, +$S:12} +A.a5g.prototype={ +$0(){var s=this +return s.a.vM(B.d.U(s.b,s.c,s.d))}, +$S:0} +A.a5h.prototype={ +$0(){var s,r,q=this.a,p=q.r,o=p.a,n=this.c.a,m=n.gbu().gdF(),l=n.gbc().gdF() +n=this.b.a +s=q.zN(B.d.U(n,0,m)) +r=q.zN(B.d.U(n,m,l)) +m+=s*3 +p.a+=B.d.T(" ",m) +p=p.a+=B.d.T("^",Math.max(l+(s+r)*3-m,1)) +return p.length-o.length}, +$S:37} +A.a5i.prototype={ +$0(){return this.a.a7r(this.b,this.c.a.gbu().gdF())}, +$S:0} +A.a5j.prototype={ +$0(){var s=this,r=s.a,q=r.r,p=q.a +if(s.b)q.a+=B.d.T("\u2500",3) +else r.ME(s.c,Math.max(s.d.a.gbc().gdF()-1,0),!1) +return q.a.length-p.length}, +$S:37} +A.a5q.prototype={ +$0(){var s=this.b,r=s.r,q=this.a.a +if(q==null)q="" +s=r.a+=B.d.aep(q,s.d) +q=this.c +r.a=s+(q==null?"\u2502":q)}, +$S:12} +A.eO.prototype={ +j(a){var s=this.a +s=""+"primary "+(""+s.gbu().gcY()+":"+s.gbu().gdF()+"-"+s.gbc().gcY()+":"+s.gbc().gdF()) +return s.charCodeAt(0)==0?s:s}} +A.aji.prototype={ +$0(){var s,r,q,p,o=this.a +if(!(t.Bb.b(o)&&A.aoX(o.gaE(),o.gav(),o.gbu().gdF())!=null)){s=A.OO(o.gbu().gdh(),0,0,o.gci()) +r=o.gbc().gdh() +q=o.gci() +p=A.aRu(o.gav(),10) +o=A.adw(s,A.OO(r,A.ayK(o.gav()),p,q),o.gav(),o.gav())}return A.aNM(A.aNO(A.aNN(o)))}, +$S:484} +A.iB.prototype={ +j(a){return""+this.b+': "'+this.a+'" ('+B.b.bn(this.d,", ")+")"}} +A.ip.prototype={ +D2(a){var s=this.a +if(!J.c(s,a.gci()))throw A.d(A.bo('Source URLs "'+A.f(s)+'" and "'+A.f(a.gci())+"\" don't match.",null)) +return Math.abs(this.b-a.gdh())}, +aJ(a,b){var s=this.a +if(!J.c(s,b.gci()))throw A.d(A.bo('Source URLs "'+A.f(s)+'" and "'+A.f(b.gci())+"\" don't match.",null)) +return this.b-b.gdh()}, +k(a,b){if(b==null)return!1 +return t.y3.b(b)&&J.c(this.a,b.gci())&&this.b===b.gdh()}, +gt(a){var s=this.a +s=s==null?null:s.gt(s) +if(s==null)s=0 +return s+this.b}, +j(a){var s=this,r=A.u(s).j(0),q=s.a +return"<"+r+": "+s.b+" "+(A.f(q==null?"unknown source":q)+":"+(s.c+1)+":"+(s.d+1))+">"}, +$ibE:1, +gci(){return this.a}, +gdh(){return this.b}, +gcY(){return this.c}, +gdF(){return this.d}} +A.OP.prototype={ +D2(a){if(!J.c(this.a.a,a.gci()))throw A.d(A.bo('Source URLs "'+A.f(this.gci())+'" and "'+A.f(a.gci())+"\" don't match.",null)) +return Math.abs(this.b-a.gdh())}, +aJ(a,b){if(!J.c(this.a.a,b.gci()))throw A.d(A.bo('Source URLs "'+A.f(this.gci())+'" and "'+A.f(b.gci())+"\" don't match.",null)) +return this.b-b.gdh()}, +k(a,b){if(b==null)return!1 +return t.y3.b(b)&&J.c(this.a.a,b.gci())&&this.b===b.gdh()}, +gt(a){var s=this.a.a +s=s==null?null:s.gt(s) +if(s==null)s=0 +return s+this.b}, +j(a){var s=A.u(this).j(0),r=this.b,q=this.a,p=q.a +return"<"+s+": "+r+" "+(A.f(p==null?"unknown source":p)+":"+(q.pt(r)+1)+":"+(q.yg(r)+1))+">"}, +$ibE:1, +$iip:1} +A.OR.prototype={ +YE(a,b,c){var s,r=this.b,q=this.a +if(!J.c(r.gci(),q.gci()))throw A.d(A.bo('Source URLs "'+A.f(q.gci())+'" and "'+A.f(r.gci())+"\" don't match.",null)) +else if(r.gdh()'}, +$ibE:1} +A.kC.prototype={ +gaE(){return this.d}} +A.a7d.prototype={ +I(){return"LaunchMode."+this.b}} +A.afZ.prototype={} +A.a7X.prototype={ +rR(a,b,c,d,e,f,g,h){var s=t.y +return B.a21.eq("launch",A.K(["url",a,"useSafariVC",f,"useWebView",g,"enableJavaScript",!0,"enableDomStorage",!0,"universalLinksOnly",e,"headers",d],t.N,t.K),!1,s).bp(new A.a7Y(),s)}} +A.a7Y.prototype={ +$1(a){return a===!0}, +$S:485} +A.oz.prototype={ +I(){return"PreferredLaunchMode."+this.b}} +A.Jj.prototype={} +A.JC.prototype={} +A.afK.prototype={ +rR(a,b,c,d,e,f,g,h){throw A.d(A.bP("launch() has not been implemented."))}, +rS(a,b){var s,r,q=B.d.b5(a,"http:")||B.d.b5(a,"https:"),p=b.a +if(p!==B.Ea)if(p!==B.Eb){s=q&&p===B.kT +r=s}else r=!0 +else r=!0 +return this.rR(a,!0,!0,b.b.c,p===B.Ec,r,r,b.d)}} +A.afL.prototype={ +ael(a,b){var s,r=A.ayc(a),q=r==null?null:r.gdZ() +if(B.a68.p(0,q))return null +s=this.b&&B.a6f.p(0,q)?"_top":"" +return this.a.open(a,s,"noopener,noreferrer")}, +rR(a,b,c,d,e,f,g,h){return this.adl(a,!0,!0,d,e,f,g,h)}, +adl(a,b,c,d,e,f,g,h){var s=0,r=A.V(t.y),q,p=this +var $async$rR=A.R(function(i,j){if(i===1)return A.S(j,r) +while(true)switch(s){case 0:q=p.rS(a,new A.JC(B.kT,B.L5,h)) +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$rR,r)}, +rS(a,b){return this.adm(a,b)}, +adm(a,b){var s=0,r=A.V(t.y),q,p=this +var $async$rS=A.R(function(c,d){if(c===1)return A.S(d,r) +while(true)switch(s){case 0:q=p.ael(a,b.d)!=null +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$rS,r)}} +A.ob.prototype={ +aW(a){var s=a.a,r=this.a +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +j(a){return"[0] "+this.kG(0).j(0)+"\n[1] "+this.kG(1).j(0)+"\n[2] "+this.kG(2).j(0)+"\n"}, +i(a,b){return this.a[b]}, +n(a,b,c){this.a[b]=c}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.ob){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]}else s=!1 +return s}, +gt(a){return A.c9(this.a)}, +kG(a){var s=new Float64Array(3),r=this.a +s[0]=r[a] +s[1]=r[3+a] +s[2]=r[6+a] +return new A.dP(s)}, +T(a,b){var s=new Float64Array(9),r=new A.ob(s) +r.aW(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +s[4]=s[4]*b +s[5]=s[5]*b +s[6]=s[6]*b +s[7]=s[7]*b +s[8]=s[8]*b +return r}, +a0(a,b){var s,r=new Float64Array(9),q=new A.ob(r) +q.aW(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +return q}, +a9(a,b){var s,r=new Float64Array(9),q=new A.ob(r) +q.aW(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +return q}} +A.bp.prototype={ +aW(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +j(a){var s=this +return"[0] "+s.kG(0).j(0)+"\n[1] "+s.kG(1).j(0)+"\n[2] "+s.kG(2).j(0)+"\n[3] "+s.kG(3).j(0)+"\n"}, +i(a,b){return this.a[b]}, +n(a,b,c){this.a[b]=c}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.bp){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}, +gt(a){return A.c9(this.a)}, +yF(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]}, +kG(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.js(s)}, +T(a,b){var s=new A.bp(new Float64Array(16)) +s.aW(this) +s.ju(b,null,null) +return s}, +a0(a,b){var s,r=new Float64Array(16),q=new A.bp(r) +q.aW(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}, +a9(a,b){var s,r=new Float64Array(16),q=new A.bp(r) +q.aW(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}, +aI(a,b){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*a+q*b+p*0+o +s[13]=n*a+m*b+l*0+k +s[14]=j*a+i*b+h*0+g +s[15]=f*a+e*b+d*0+c}, +ju(a,b,c){var s,r,q,p +if(a instanceof A.dP){s=a.a +r=s[0] +q=s[1] +p=s[2]}else{if(typeof a=="number"){q=b==null?a:b +p=c==null?a:c}else throw A.d(A.bP(null)) +r=a}s=this.a +s[0]=s[0]*r +s[1]=s[1]*r +s[2]=s[2]*r +s[3]=s[3]*r +s[4]=s[4]*q +s[5]=s[5]*q +s[6]=s[6]*q +s[7]=s[7]*q +s[8]=s[8]*p +s[9]=s[9]*p +s[10]=s[10]*p +s[11]=s[11]*p +s[12]=s[12] +s[13]=s[13] +s[14]=s[14] +s[15]=s[15]}, +aT(a){return this.ju(a,null,null)}, +ek(a,b){return this.ju(a,b,null)}, +Gh(){var s=this.a +s[0]=0 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=0 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=0 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=0}, +fB(){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}, +Ox(){var s=this.a,r=s[0],q=s[5],p=s[1],o=s[4],n=r*q-p*o,m=s[6],l=s[2],k=r*m-l*o,j=s[7],i=s[3],h=r*j-i*o,g=p*m-l*q,f=p*j-i*q,e=l*j-i*m +m=s[8] +i=s[9] +j=s[10] +l=s[11] +return-(i*e-j*f+l*g)*s[12]+(m*e-j*h+l*k)*s[13]-(m*f-i*h+l*n)*s[14]+(m*g-i*k+j*n)*s[15]}, +fJ(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.aW(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}, +dg(b5){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=b5.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}, +xn(a){var s=new A.bp(new Float64Array(16)) +s.aW(this) +s.dg(a) +return s}, +Oq(a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=$.aws +if(a==null)a=$.aws=new A.dP(new Float64Array(3)) +s=this.a +a.jy(s[0],s[1],s[2]) +r=Math.sqrt(a.grU()) +a.jy(s[4],s[5],s[6]) +q=Math.sqrt(a.grU()) +a.jy(s[8],s[9],s[10]) +p=Math.sqrt(a.grU()) +if(this.Ox()<0)r=-r +o=a0.a +o[0]=s[12] +o[1]=s[13] +o[2]=s[14] +n=1/r +m=1/q +l=1/p +k=$.awq +if(k==null)k=$.awq=new A.bp(new Float64Array(16)) +k.aW(this) +s=k.a +s[0]=s[0]*n +s[1]=s[1]*n +s[2]=s[2]*n +s[4]=s[4]*m +s[5]=s[5]*m +s[6]=s[6]*m +s[8]=s[8]*l +s[9]=s[9]*l +s[10]=s[10]*l +j=$.awr +if(j==null)j=$.awr=new A.ob(new Float64Array(9)) +i=j.a +i[0]=s[0] +i[1]=s[1] +i[2]=s[2] +i[3]=s[4] +i[4]=s[5] +i[5]=s[6] +i[6]=s[8] +i[7]=s[9] +i[8]=s[10] +s=i[0] +o=i[4] +h=i[8] +g=0+s+o+h +if(g>0){f=Math.sqrt(g+1) +s=a1.a +s[3]=f*0.5 +f=0.5/f +s[0]=(i[5]-i[7])*f +s[1]=(i[6]-i[2])*f +s[2]=(i[1]-i[3])*f}else{if(s0)s=a+(c-a)*b +else s=b<0?a+a*b:a +return B.c.hM(s,0,c)}, +$2(a,b){return this.$3(a,b,1)}, +$S:486} +A.Yh.prototype={} +A.anv.prototype={ +$1(a){return B.L}, +$S:10} +A.ant.prototype={ +$1(a){return A.aQ6(a,this.a)}, +$S:10} +A.anu.prototype={ +$1(a){return A.aQ7(a,this.a)}, +$S:10} +A.ank.prototype={ +$1(a){return A.azT(a,this.a)}, +$S:10} +A.anl.prototype={ +$1(a){return A.aQ1(a,this.a)}, +$S:10} +A.ans.prototype={ +$1(a){return A.azT(a,this.a)}, +$S:10} +A.anw.prototype={ +$1(a){var s=this.a.db.a +return A.Q(13,s>>>16&255,s>>>8&255,s&255)}, +$S:10} +A.ann.prototype={ +$1(a){return this.a}, +$S:10} +A.anq.prototype={ +$1(a){var s,r=this.a +if(B.b.p(B.at,r.b)){s=r.fx +r=s==null?r.cx:s}else{s=r.db.a +s=A.Q(B.c.ar(255*(r.a===B.G?0.3:0.2)),s>>>16&255,s>>>8&255,s&255) +r=s}return new A.bF(A.er(8),new A.aB(r,1,B.y,-1))}, +$S:487} +A.anp.prototype={ +$1(a){var s,r=this.a +if(B.b.p(B.at,r.b)){s=r.fx +r=s==null?r.cx:s}else{s=r.db.a +s=A.Q(B.c.ar(255*(r.a===B.G?0.3:0.2)),s>>>16&255,s>>>8&255,s&255) +r=s}return new A.aB(r,1,B.y,-1)}, +$S:488} +A.ano.prototype={ +$1(a){return 1}, +$S:145} +A.anm.prototype={ +$1(a){return this.a}, +$S:10} +A.anr.prototype={ +$1(a){var s=null,r=this.a.db +if(a.p(0,B.br))r=new A.bR(s,s,s,s,s,r,s,s) +else{r=r.a +r=new A.bR(s,s,s,s,s,A.Q(204,r>>>16&255,r>>>8&255,r&255),s,s)}return r}, +$S:489} +A.RS.prototype={} +A.Yx.prototype={ +w2(a,b,c,d,e){var s,r,q,p=$.aE3(),o=$.aE1(),n=p.$ti.h("cg"),m=t.o +m.a(c) +s=$.aE2() +r=s.$ti.h("cg") +m.a(d) +m=$.aE0() +q=A.j(m).h("aq") +return new A.Yw(new A.aq(c,new A.cg(o,p,n),n.h("aq")),new A.aq(d,new A.cg(o,s,r),r.h("aq")),new A.aq(c,m,q),new A.aq(d,m,q),e,null)}} +A.Yw.prototype={ +J(a){var s,r=this,q=a.ak(t.I) +q.toString +s=q.w +return A.zK(new A.hZ(new A.h5(r.f,new A.by(A.a([],t.F),t.R),0),!1,A.zK(new A.hZ(r.e,!1,r.r,null),r.c,s,!0),null),r.d,s,!0)}} +A.YE.prototype={ +w2(a,b,c,d,e){var s,r,q,p=$.aE8(),o=$.aE6(),n=p.$ti.h("cg"),m=t.o +m.a(c) +s=$.aE7() +r=s.$ti.h("cg") +m.a(d) +m=$.aE4() +q=$.aE5() +return new A.YD(new A.aq(c,new A.cg(o,p,n),n.h("aq")),new A.aq(d,new A.cg(o,s,r),r.h("aq")),new A.aq(c,m,A.j(m).h("aq")),new A.aq(d,q,A.j(q).h("aq")),e,null)}} +A.YD.prototype={ +J(a){var s,r=this,q=a.ak(t.I) +q.toString +s=q.w +return A.zK(new A.hZ(new A.h5(r.f,new A.by(A.a([],t.F),t.R),0),!1,A.zK(new A.hZ(r.e,!1,r.r,null),r.c,s,!0),null),r.d,s,!0)}} +A.cz.prototype={ +I(){return"YaruVariant."+this.b}} +A.AC.prototype={ +au(){return new A.YB(B.t)}} +A.YB.prototype={ +aY(){this.bq() +this.a.e.a==null}, +m(){var s=this.f +if(s!=null)s.a.bd() +this.bb()}, +afH(){var s,r=this.a.e.c +if(r==null)r=B.cO +if(r===B.cO){s=this.c +s.toString +s=A.dL(s,B.m_) +s=s==null?null:s.e +return(s==null?B.G:s)===B.au?B.eO:B.lm}return r}, +afI(a){var s,r=a.c===B.eO,q=a.b +q.toString +if(q)return r?$.aFq():$.aFr() +s=a.a +if(s==null)s=B.ig +if(r){q=$.atV().i(0,s) +q.toString}else{q=$.atW().i(0,s) +q.toString}return A.asr(q,a)}, +J(a){var s,r,q,p,o,n,m=this +if(m.e!=null&&m.f==null)return B.cK +s=m.a.e +r=s.a +q=r==null?m.d:r +p=s.b +if(p==null){p=m.c +p.toString +p=A.dL(p,B.lZ) +p=p==null?null:p.as +p=p===!0}o=m.afH() +r=q==null?r:q +n=new A.pf(r,p,o,s.d,s.e,s.f,s.r) +s=m.a.c.$3(a,n,null) +if(s==null){s=m.afI(n) +m.a.toString +null.toString +s=A.aui(null,B.ak,s,B.a9)}return A.azo(s,n)}} +A.pf.prototype={ +gFh(){var s=this.a +if(s==null)s=null +else{s=$.atW().i(0,s) +s.toString}return A.asr(s==null?$.au7():s,this)}, +gmy(){var s=this.a +if(s==null)s=null +else{s=$.atV().i(0,s) +s.toString}return A.asr(s==null?$.au6():s,this)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(b instanceof A.pf)if(b.a==r.a)if(b.b==r.b)if(b.c==r.c)if(B.Lf.gDl().$2(b.d,r.d))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Dp.prototype={ +bS(a){return!this.w.k(0,a.w)}, +lS(a,b){return A.azo(b,this.w)}} +A.YA.prototype={} +A.agf.prototype={ +I(){return"YaruDiagonalClip."+this.b}} +A.RN.prototype={ +J(a){return A.aqd(this.c,B.d_,new A.Tp(this.e))}} +A.Yv.prototype={} +A.Tp.prototype={ +ye(a){var s,r,q +switch(this.b.a){case 0:s=$.ak().bU() +s.co(a.a,0) +s.co(0,a.b) +s.aG() +return s +case 1:s=$.ak().bU() +r=a.a +s.co(r,0) +s.co(r,a.b) +s.aG() +return s +case 2:s=$.ak().bU() +r=a.b +s.co(a.a,r) +s.co(0,r) +s.aG() +return s +case 3:s=$.ak().bU() +r=a.a +s.eW(r,0) +q=a.b +s.co(r,q) +s.co(0,q) +s.aG() +return s}}, +yI(a){return this.b!==a.b}} +A.RR.prototype={ +gu(a){return this.a}} +A.Az.prototype={ +au(){return new A.Dq(B.t)}, +QH(a,b){return this.e.$2(a,b)}, +gu(a){return this.c}} +A.Dq.prototype={ +aY(){var s,r=this +r.bq() +s=A.ace() +r.d!==$&&A.cI() +r.d=s +r.a.toString +r.f!==$&&A.cI() +r.f=new A.bO(null,t.b7) +r.Mm()}, +m(){var s=this,r=s.d +r===$&&A.b() +r.m() +r=s.e +r===$&&A.b() +r.N(s.gKo()) +s.a.toString +r=s.e +r.k2$=$.aO() +r.k1$=0 +s.bb()}, +b3(a){var s +this.bD(a) +s=this.a +if(s.c!==a.c||!1)this.Mm()}, +Mm(){var s=this.a.c +s=new A.RR(s,-1,$.aO()) +this.e=s +s.aa(this.gKo())}, +a4j(){this.aL(new A.amN())}, +J(a){var s,r,q,p,o=this,n=null,m=A.agg(a) +if(o.a.c!==0)s=!1 +else s=!0 +if(s)s=B.cK +else{s=A.ao(a) +r=A.axr(a) +s=s.a9B(new A.oP(r.a,new A.b6(4,t.Ve),r.c,r.d,r.e,r.f,r.r,r.w,r.x,r.y,r.z,r.Q)) +r=o.e +r===$&&A.b() +q=Math.max(r.c,0) +p=o.a +p=A.a([new A.mD(s,new A.RQ(r.a,p.d,q,o.ga4a(),n,p.z,n),n)],t.p) +if(m.c!==!1)p.push(B.ad1) +p.push(o.Zz(a)) +s=A.mp(p,B.jw,B.aA,B.c7,n)}return A.ze(n,m.d,s,n,n,n)}, +a4b(a){var s=this.e +s===$&&A.b() +s.c=a +s.aq() +this.a.toString +s=this.f +s===$&&A.b() +s=s.gct() +if(s!=null)s.aeB(new A.amM())}, +Zz(a){var s,r,q,p,o=this,n=null,m=A.agg(a),l=o.e +l===$&&A.b() +s=Math.max(l.c,0) +l=A.ao(a).a9z(m.b) +r=o.f +r===$&&A.b() +q=o.e +p=o.a +q=q.a>s?p.QH(a,s):p.QH(a,0) +q=A.a([new A.kc(q,new A.fy(s,t.zm),n,n,n,t.dJ)],t.rb) +o.a.toString +p=A.a1(B.t_,!0,t.JS) +p.push(new A.qR(n,A.B(t.K,t.Qu))) +return A.nt(new A.mD(l,A.awE(B.aR,n,r,p,A.aBs(),n,new A.amL(),n,q,!1,n),n))}} +A.amN.prototype={ +$0(){}, +$S:0} +A.amM.prototype={ +$1(a){return a.gx9()}, +$S:490} +A.amL.prototype={ +$2(a,b){return a.k_(b)}, +$S:491} +A.jv.prototype={ +Qc(a,b){var s,r,q=null +t.lx.a(a) +s=a==null +r=s?q:a.a +r=A.dh(this.a,r,b) +if(b<0.5)s=this.b +else s=s?q:a.b +return new A.jv(r,s,q,q)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.jv&&J.c(b.a,this.a)&&J.c(b.b,this.b)}, +gt(a){return A.c9([this.a,this.b])}} +A.Yy.prototype={} +A.RQ.prototype={ +J(a){var s,r,q,p,o,n=this,m=null,l=A.ao(a).ax,k=A.agg(a).a +if(k==null)k=B.as +s=t.p +r=A.a([],s) +s=A.a([],s) +for(q=n.c,p=n.e,o=0;o>>16&255,s>>>8&255,s&255)}else s=p +r=q.a.w===B.bA?5:2 +a=A.aq3(A.q8(new A.cG(new A.b5(2,r,2,r),a,p),p,p,p),new A.dH(s,p,p,B.mk,p,p,B.aQ),B.jC)}s=q.a.w===B.bA&&!q.guI()?10:5 +r=q.a.w===B.bA&&!q.guI()?8:5 +return A.m2(B.a9,!0,p,A.Jq(!1,p,!0,new A.cG(new A.b5(r,s,r,s),a,p),p,!0,p,p,p,p,p,p,p,p,p,new A.amO(q,b),p,p,p,p),B.z,c.d,0,p,p,p,p,p,B.cz)}, +Zn(a){if(this.a.w===B.bA)return A.mp(a,B.ay,B.aA,B.bd,null) +return A.nh(a,B.ay,B.aA,B.bd)}, +Zr(a){var s,r,q=this,p=null,o=new A.cG(B.Kn,q.a.d,p) +if(!q.guI()){q.a.toString +s=A.er(100) +if(q.gLd()){r=A.ao(a).ax.db.a +r=A.Q(B.c.ar(25.5),r>>>16&255,r>>>8&255,r&255)}else r=p +return A.aq3(o,new A.dH(r,p,p,s,p,p,B.aQ),B.jC)}else return o}, +Zq(){if(this.a.w===B.bA)return B.a6K +return B.a6M}} +A.amO.prototype={ +$0(){var s=this.b.ak(t._J) +if(s!=null)s.w.$0() +s=this.a.a.r +if(s!=null)s.$0()}, +$S:0} +A.AA.prototype={ +bS(a){return this.r!==a.r||this.f!==a.f}} +A.RL.prototype={ +J(a){var s,r=this,q=null,p=A.ao(a),o=A.er(10),n=p.ax,m=n.a===B.G?p.at:B.Jd +if(r.y){s=p.fr +s=A.Q(204,s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255)}else s=B.L +n=n.db.a +n=A.Q(B.c.ar(25.5),n>>>16&255,n>>>8&255,n&255) +return A.m2(B.a9,!0,o,A.Jq(!1,o,!0,new A.F5(q,B.L,m,1,new A.bF(A.ayt(o,B.jF),new A.aB(p.CW,1,B.y,-1)),A.fL(q,r.c,B.z,q,q,q,q,1/0,q,r.x,q,q,1/0),q),q,!0,q,q,q,n,q,q,q,q,q,r.d,q,q,q,q),B.z,s,0,q,q,q,q,q,B.cz)}} +A.RM.prototype={ +J(a){var s=null,r=A.ao(a),q=A.aqy(a).a,p=A.aq6(q==null?r.CW:q,-1),o=this.ax +return A.fL(s,A.m2(B.a9,!0,s,this.c,B.z,B.L,0,s,s,s,s,s,B.cz),this.as,s,s,new A.dH(s,s,s,o,s,s,B.aQ),new A.dH(s,s,p,o,s,s,B.aQ),s,s,s,s,s,s)}} +A.pd.prototype={ +au(){return new A.Yu(null,null,B.t)}} +A.Yu.prototype={ +aY(){var s,r=this +r.bq() +s=A.ds(null,B.Ki,null,null,r) +r.d=s +r.a.toString +s.RJ()}, +m(){var s=this.d +s===$&&A.b() +s.m() +this.Yk()}, +b3(a){var s,r +this.bD(a) +this.a.toString +s=this.d +s===$&&A.b() +r=s.r +r=!(r!=null&&r.a!=null) +if(r)s.RJ()}, +J(a){var s,r,q,p,o=this,n=A.ao(a) +a.ak(t.KL) +t.Az.a(A.ao(a).c.i(0,A.bj(t.b2))) +o.a.toString +s=n.ax.b +r=A.Q(B.c.ar(25.5),s.gl()>>>16&255,s.gl()>>>8&255,s.gl()&255) +o.a.toString +q=4 +p=o.d +p===$&&A.b() +return A.jO(p,new A.amK(o,new A.amJ(o),s,r,6,q),null)}} +A.amJ.prototype={ +$2(a,b){var s,r=null +this.a.a.toString +s=A.fL(r,new A.ii(b,r),B.z,r,B.GV,r,r,r,r,r,r,r,r) +return A.dn(r,s,!1,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r)}, +$S:492} +A.amK.prototype={ +$2(a,b){var s=this,r=null,q=$.aDZ(),p=s.a,o=p.d +o===$&&A.b() +o=q.a6(o.gl()) +p=J.aG0($.aE_().a6(p.d.gl())) +q=a.ak(t.I) +q.toString +return s.b.$2(a,A.Hz(r,r,r,new A.Us(s.c,s.d,s.e,o,p,q.w,r),B.U))}, +$S:53} +A.Us.prototype={ +aK(a5,a6){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.f,g=0+h,f=2.0943951023931953+h,e=i.b,d=A.a([A.Q(0,e.gl()>>>16&255,e.gl()>>>8&255,e.gl()&255),A.Q(20+B.c.a2(230*i.r),e.gl()>>>16&255,e.gl()>>>8&255,e.gl()&255),A.Q(250,e.gl()>>>16&255,e.gl()>>>8&255,e.gl()&255)],t.t_),c=a6.a,b=c/2,a=a6.b/2,a0=new A.o(b,a),a1=i.d,a2=a1/2,a3=Math.min(b,a)-a2,a4=A.mn(a0,a3) +a=$.ak() +s=a.bk() +b=B.ai.O(null) +r=a4.a +q=(a4.c-r)/2 +p=a4.b +o=(a4.d-p)/2 +n=new A.P8(B.ai,g,f,B.FC,d,B.Uo,null).a2J() +s.syH(a.Ol(new A.o(r+q+b.a*q,p+o+b.b*o),d,n,B.FC,g,f,null)) +s.sbh(B.ad) +s.shw(a1) +m=a.bk() +m.sal(e) +m.sbh(B.aO) +l=a.bk() +l.sal(i.c) +l.shw(a2) +l.sbh(B.ad) +if(i.w===B.P){a5.ek(-1,1) +a5.aI(-c,0)}a5.Da(a4,0,6.283185307179586,!1,l) +for(k=0;k<3;++k)a5.Da(a4,h+2.0943951023931953*k,2.0943951023931953,!1,s) +for(g=a0.a,f=a0.b,k=0;k<3;++k){j=h+2.0943951023931953*k +a5.hO(new A.o(Math.cos(j)*a3+g,Math.sin(j)*a3+f),a2,m)}}, +jA(a){var s=this +return!a.b.k(0,s.b)||a.d!==s.d||a.f!==s.f||a.r!==s.r||a.w!==s.w}} +A.DH.prototype={ +m(){var s=this,r=s.de$ +if(r!=null)r.N(s.go5()) +s.de$=null +s.bb()}, +cB(){this.en() +this.dO() +this.o6()}} +A.RO.prototype={ +J(a){var s=this,r=null,q=A.ax(t.ui) +if(s.e)q.D(0,B.br) +q=A.awp(q) +return A.kA(new A.cG(B.Kw,new A.Ph(s.c,r,r,r,A.ln(r,r,r,r,r,r,r,r,r,r,r,r,new A.b6(B.L,t.Il),new A.b6(B.as,t.Ni),r,new A.cs(new A.agc(s),t.iJ),r,r,r,r,r,r),B.z,r,!1,q,!0,A.kA(A.HF(r,new A.dH(s.d,r,r,A.er(100),r,r,B.aQ),B.dK),20,20),r),r),r,42)}} +A.agc.prototype={ +$1(a){var s,r +if(a.p(0,B.br)||a.p(0,B.aw))s=1 +else s=a.p(0,B.aB)||a.p(0,B.aG)?0.5:0 +r=this.a.d.a +return new A.d6(0,new A.aB(A.Q(B.c.ar(255*s),r>>>16&255,r>>>8&255,r&255),1,B.y,-1))}, +$S:493} +A.RT.prototype={} +A.pg.prototype={ +gxI(){return new A.J(0,this.Q===B.ie?0:46)}, +J(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null,a2=A.ayw(a5),a3=a0.Q,a4=a3==null?a2.z:a3 +if(a4==null)a4=B.lD +if(a4===B.ie)return B.cK +s=A.ao(a5) +a3=s.ax +r=a3.a===B.G +q=B.b.p(B.at,a3.b) +p=A.ax(t.ui) +if(a0.as!==!1)p.D(0,B.aG) +o=t._ +n=A.i9(a0.x,p,o) +if(n==null){n=a2.r +n=n==null?a1:n.O(p) +m=n}else m=n +if(m==null)m=new A.agn(s,r).$1(p) +o=A.i9(a0.w,p,o) +if(o==null){o=a2.f +p=o==null?a1:o.O(p) +l=p}else l=o +if(l==null)l=a3.db +a3=s.RG.at +if(a3==null){a3=s.p3.r +a3.toString}k=a3.a9O(l,14,B.R).bQ(a2.w) +if(r)a3=A.Q(B.c.ar(255*(q?1:0.1)),0,0,0) +else a3=A.Q(B.c.ar(255*(q?1:0.06)),255,255,255) +j=new A.aB(a3,1,B.y,-1) +a3=a2.y +if(a3==null)a3=j +p=a0.y +if(p==null)p=a2.x +if(p==null)p=B.iI +i=new A.c4(B.n,B.n,a3,B.n).a0(0,p) +h=a2.d +if(h==null)h=14 +g=a2.e +if(g==null)g=B.Km +a3=new A.agm(a0) +f=A.agx(l,a0.cx!=null?new A.ago(a0,a5):a1,B.ih,B.lW) +p=a0.ax===!0?new A.agp(a0,a5):a1 +o=a0.fr!=null?new A.agq(a0,a5):a1 +n=a3.$1(a0.d) +e=a3.$1(a0.c) +d=t.p +c=A.a([],d) +if(a4===B.lD)b=a0.ch===!0||a0.CW===!0||a0.ay===!0||a0.at===!0 +else b=!1 +if(b){b=A.a([],d) +if(a0.ch===!0)b.push(A.agx(l,a0.dx!=null?new A.agr(a0,a5):a1,B.ih,B.af_)) +if(a0.CW===!0)b.push(A.agx(l,a0.dy!=null?new A.ags(a0,a5):a1,B.ih,B.ii)) +a=a0.ay===!0 +if(a)b.push(A.agx(l,a0.db!=null?new A.agt(a0,a5):a1,B.ih,B.eV)) +if(a0.at===!0)b.push(a?f:new A.Fu(B.GC,f,a1)) +c.push(new A.cG(g,A.mp(A.aNX(b,h),B.ay,B.aA,B.bd,a1),a1))}a3=a3.$1(A.mp(c,B.ay,B.aA,B.c7,a1)) +a3.toString +d=A.a([new A.agv(a0,a5).$1$child(a3)],d) +return new A.Pi(!0,a1,a1,B.ac5,new A.RV(p,new A.agu(a0,a5),o,new A.vj(n,!1,e,d,a2.a,i,m,l,a2.b,a2.c,new A.W3(46,a1,1/0,46),46,k,a1),a1),a1)}} +A.agn.prototype={ +$1(a){if(!a.p(0,B.aG))return this.a.ax.CW +return this.b?B.Jp:B.ja}, +$S:10} +A.agm.prototype={ +$1(a){if(a==null)return null +return new A.v6(a,this.a.as===!0?1:0.75,B.ak,B.aT,null,null)}, +$S:494} +A.agv.prototype={ +$1$child(a){var s=this.b.Dv(t.rA) +if(s!=null)return a +return A.avM(a,this.a.fx)}, +$S:495} +A.ago.prototype={ +$0(){return this.a.cx.$1(this.b)}, +$S:0} +A.agp.prototype={ +$1(a){var s=this.a.cy +return s==null?null:s.$1(this.b)}, +$S:64} +A.agu.prototype={ +$0(){var s=this.a +if(s.ay===!0){s=s.db +s=s==null?null:s.$1(this.b)}else if(s.CW===!0){s=s.dy +s=s==null?null:s.$1(this.b)}else s=null +return s}, +$S:0} +A.agq.prototype={ +$0(){return this.a.fr.$1(this.b)}, +$S:0} +A.agr.prototype={ +$0(){return this.a.dx.$1(this.b)}, +$S:0} +A.ags.prototype={ +$0(){return this.a.dy.$1(this.b)}, +$S:0} +A.agt.prototype={ +$0(){return this.a.db.$1(this.b)}, +$S:0} +A.ajZ.prototype={ +$1(a){return new A.fF(this.SV(a),t.A5)}, +SV(a){var s=this +return function(){var r=a +var q=0,p=1,o +return function $async$$1(b,c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:q=2 +return b.b=A.kA(null,null,s.a),1 +case 2:q=3 +return b.b=r,1 +case 3:return 0 +case 1:return b.c=o,3}}}}, +$S:496} +A.AF.prototype={ +gxI(){return new A.J(0,this.Q===B.ie?0:46)}, +J(a){var s,r=A.ayw(a),q=this.Q,p=q==null?r.z:q +if(p==null)p=B.aeX +if(p===B.ie)return B.cK +s=A.ph(0) +q=s.nv() +return new A.zW(new A.agE(this,s,p),$.as5.i(0,s),q,null,t.sH)}} +A.agF.prototype={ +$1(a){return $.jM().wV(a.a)}, +$S:497} +A.agE.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null,k=b.b,j=k==null +if(!j)$.as5.n(0,this.b,k) +s=this.a +r=s.as +r=j?l:k.a +q=s.at +if(q==null)if(j)q=l +else{q=k.b +if(q==null)q=l +else A.ao(a)}p=s.ax +p=j?l:k.w +o=s.ay +if(o==null)if(j)o=l +else{o=k.d +if(o==null)o=l +else A.ao(a)}n=s.ch +if(n==null)if(j)n=l +else{n=k.f +if(n==null)n=l +else A.ao(a)}m=s.CW +if(m==null)if(j)k=l +else{k=k.x +if(k==null)k=l +else A.ao(a)}else k=m +return new A.pg(s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,this.c,r,q,p,o,n,k,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,l)}, +$S:498} +A.RP.prototype={} +A.RV.prototype={ +J(a){var s=A.dL(a,null),r=s==null?null:s.CW +return new A.ks(this.r,A.K([B.i8,new A.cK(A.aSM(),new A.agk(this,r),t.YC),B.acx,new A.cK(A.aTI(),new A.agl(this,r),t.mF)],t.u,t.xR),B.dM,!1,null)}} +A.agk.prototype={ +$1(a){a.ay=this.a.c +a.b=this.b +return a}, +$S:98} +A.agl.prototype={ +$1(a){var s=this.a +a.hW=s.d +a.bt=s.e +a.b=this.b +return a}, +$S:499} +A.jz.prototype={ +YJ(){this.be=new A.akN() +this.bG=new A.akO()}, +wP(a,b){var s,r,q,p,o,n,m=this +m.WX(a,b) +if(m.hW!=null&&m.eS!=null&&m.fR!=null&&a.gdQ()===1){s=a.gft() +r=m.eS.gft() +q=a.gft() +p=m.fR.gft() +o=m.eS.gbN().a9(0,m.fR.gbN()).gcO() +n=m.eS.gbN().a9(0,a.gbN()).gcO() +if(s.a-r.a<3e5&&q.a-p.a>=4e4&&o<=18&&n<=100){s=m.hW +s.toString +m.dJ("onDoubleTap",s) +m.fR=m.eS=null +return}}m.eS=a +m.fR=b}, +oO(a,b,c){this.WW(a,b,c) +this.fR=this.eS=null}} +A.akN.prototype={ +$1(a){}, +$S:63} +A.akO.prototype={ +$0(){}, +$S:0} +A.AD.prototype={ +I(){return"YaruTitleBarStyle."+this.b}} +A.jw.prototype={ +Qc(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null +t.lc.a(a) +s=a==null +r=s?f:a.a +r=A.W(g.a,r,b) +q=b<0.5 +if(q)p=g.b +else p=s?f:a.b +o=s?f:a.c +o=A.W(g.c,o,b) +n=s?f:a.d +n=A.W(g.d,n,b) +m=s?f:a.e +m=A.dh(g.e,m,b) +l=s?f:a.f +k=t._ +l=A.aH(g.f,l,b,A.bI(),k) +j=s?f:a.r +k=A.aH(g.r,j,b,A.bI(),k) +j=s?f:a.w +j=A.b4(g.w,j,b) +i=s?f:a.x +i=A.d3(g.x,i,b) +h=s?f:a.y +h=A.aNe(g.y,h,b) +if(q)s=g.z +else s=s?f:a.z +return new A.jw(r,p,o,n,m,l,k,j,i,h,s)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.jw&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&J.c(b.e,s.e)&&b.f==s.f&&b.r==s.r&&J.c(b.w,s.w)&&J.c(b.x,s.x)&&J.c(b.y,s.y)&&!0}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.YC.prototype={} +A.tL.prototype={ +I(){return"YaruWindowControlType."+this.b}} +A.agy.prototype={ +I(){return"YaruWindowControlPlatform."+this.b}} +A.AE.prototype={ +au(){return new A.YG(null,null,B.t)}} +A.YG.prototype={ +gbh(){var s=this.a.d +return s}, +aY(){var s,r=this +r.bq() +s=A.ds(null,B.Kh,null,r.a.c===B.eV?0:1,r) +r.w=s +r.r=A.eY(B.ak,s,null)}, +b3(a){var s,r,q=this +q.bD(a) +s=a.c +r=q.a.c +if(s!==r)if(s===B.eV&&r===B.ii){s=q.w +s===$&&A.b() +s.cP()}else if(s===B.ii&&r===B.eV){s=q.w +s===$&&A.b() +s.hq()}else if(r===B.ii){s=q.w +s===$&&A.b() +s.sl(0)}else if(r===B.eV){s=q.w +s===$&&A.b() +s.sl(1)}}, +m(){var s=this.w +s===$&&A.b() +s.m() +this.Yl()}, +Jo(a){if(this.d===a)return +this.aL(new A.amU(this,a))}, +Jg(a){if(this.e===a)return +this.aL(new A.amT(this,a))}, +Zp(a){var s=this,r=null +return A.LZ(A.a4A(r,a,B.bV,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,s.a.e,r,new A.amP(s),new A.amQ(s)),B.cj,new A.amR(s),new A.amS(s),r)}, +IY(a){var s=this +s.a.toString +switch(s.gbh().a){case 0:return s.a11(a) +case 1:return s.a1_(a)}}, +a11(a){var s,r,q,p=a.db +if(this.a.e==null){s=p.a +return A.Q(13,s>>>16&255,s>>>8&255,s&255)}if(this.e){s=p.a +s=A.Q(51,s>>>16&255,s>>>8&255,s&255)}else{s=p.a +r=s>>>16 +q=s>>>8 +s&=255 +s=this.d?A.Q(38,r&255,q&255,s):A.Q(B.c.ar(25.5),r&255,q&255,s)}return s}, +a1_(a){var s,r,q=this +if(q.a.e==null)return B.L +s=q.c +s.toString +r=A.ao(s).ax.db +if(q.a.c===B.lW){if(q.e)s=0.5 +else s=q.d?1:0 +return A.Q(B.c.ar(255*s),232,17,35)}if(q.e){s=r.a +s=A.Q(38,s>>>16&255,s>>>8&255,s&255)}else if(q.d){s=r.a +s=A.Q(B.c.ar(25.5),s>>>16&255,s>>>8&255,s&255)}else s=B.L +return s}, +a0P(a){var s=this,r=s.a.f +if(r!=null)return r +switch(s.gbh().a){case 0:r=a.db.a +return A.Q(B.c.ar(255*(s.a.e!=null?1:0.5)),r>>>16&255,r>>>8&255,r&255) +case 1:return s.a10(a)}}, +ga2H(){switch(this.gbh().a){case 0:return 8 +case 1:return 10}}, +a10(a){var s,r=this +if(r.d){s=r.a +s=s.e!=null&&s.c===B.lW}else s=!1 +if(s){s=r.a.f +return s==null?B.j:s}s=a.db.a +return A.Q(B.c.ar(255*(r.a.e!=null?1:0.5)),s>>>16&255,s>>>8&255,s&255)}, +Zk(a,b){var s,r,q=null +switch(this.gbh().a){case 0:s=this.IY(b) +if(B.b.p(B.at,b.b)){r=b.fx +r=A.aq6(r==null?b.cx:r,1)}else r=q +return A.aq3(new A.h7(24,24,a,q),new A.dH(s,q,r,q,q,q,B.iK),B.nM) +case 1:s=this.IY(b) +if(B.b.p(B.at,b.b)){r=b.fx +r=A.aq6(r==null?b.cx:r,1)}else r=q +return A.HF(new A.h7(44,28,a,q),new A.dH(s,q,r,q,q,q,B.aQ),B.dK)}}, +J(a){var s=this,r=null,q=A.ao(a).ax,p=s.r +p===$&&A.b() +return s.Zp(new A.ii(s.Zk(A.q8(A.jO(p,new A.amV(s,q),r),r,r,r),q),r))}} +A.amU.prototype={ +$0(){var s=this.a,r=this.b +s.d=r +if(!r)s.e=!1}, +$S:0} +A.amT.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.amR.prototype={ +$1(a){return this.a.Jo(!0)}, +$S:153} +A.amS.prototype={ +$1(a){return this.a.Jo(!1)}, +$S:82} +A.amP.prototype={ +$1(a){return this.a.Jg(!0)}, +$S:55} +A.amQ.prototype={ +$1(a){return this.a.Jg(!1)}, +$S:63} +A.amV.prototype={ +$2(a,b){var s=null,r=this.a,q=r.ga2H(),p=r.a.c,o=r.gbh(),n=r.a0P(this.b) +r=r.r +r===$&&A.b() +return A.Hz(s,s,s,new A.YF(p,o,n,r.gl(),s),new A.J(q,q))}, +$S:500} +A.YF.prototype={ +aK(a,b){var s=this,r=0.5+(b.a-1),q=0.5+(b.b-1),p=new A.D(0.5,0.5,r,q) +switch(s.b.a){case 0:a.k6(new A.o(0.5,0.5),new A.o(r,q),s.nN()) +a.k6(new A.o(r,0.5),new A.o(0.5,q),s.nN()) +break +case 3:s.a01(a,p) +break +case 2:case 1:s.a02(a,p) +break}}, +a02(a,b){var s,r,q,p,o,n,m,l,k=this +switch(k.c.a){case 0:s=k.e +r=b.a +q=b.b +p=2*B.c.hM(s*2,0,1) +o=b.c +n=b.d +a.cl(new A.D(r,q+p,o-p,n),k.nN()) +if(s>=0.5){m=$.ak().bU() +m.eW(r+1.5,q) +m.co(o,q) +m.co(o,n-1.5) +a.dT(m,k.Ae(A.hb(k.d,-1+0.5*((s-0.5)*2),0,0)))}break +case 1:s=k.e +r=b.a +q=b.b +p=2*B.c.hM(s*2,0,1) +o=b.c +n=b.d +l=new A.D(r,q+p,o-p,n) +if(s>=0.5){p=$.ak() +a.h0(B.eu,p.bk()) +a.cl(new A.D(r+2,q,o,n-2),k.Ae(A.hb(k.d,-1+(s-0.5)*2,0,0))) +p=p.bk() +p.sbh(B.aO) +p.sal(B.k) +p.sw0(B.GA) +a.cl(l,p) +a.bR()}a.cl(l,k.nN()) +break}}, +a01(a,b){var s +switch(this.c.a){case 0:s=b.d-1 +a.k6(new A.o(b.a,s),new A.o(b.c,s),this.nN()) +break +case 1:a.k6(new A.o(b.a,b.ga8G().b-0.5),new A.o(b.c,b.ga8H().b-0.5),this.nN()) +break}}, +Ae(a){var s=$.ak().bk() +s.sbh(B.ad) +s.shw(1) +s.sal(a==null?this.d:a) +s.sGA(B.a6X) +return s}, +nN(){return this.Ae(null)}, +jA(a){var s=this +return a.b!==s.b||a.c!==s.c||a.e!==s.e||!a.d.k(0,s.d)}} +A.DI.prototype={ +cB(){this.en() +this.dO() +this.fH()}, +m(){var s=this,r=s.bi$ +if(r!=null)r.N(s.gf5()) +s.bi$=null +s.bb()}} +A.tM.prototype={ +nv(){var $async$nv=A.R(function(a,b){switch(a){case 2:n=q +s=n.pop() +break +case 1:o=b +s=p}while(true)switch(s){case 0:l=m.a +s=4 +return A.ZK($.jM().u9(l),$async$nv,r) +case 4:s=3 +q=[1] +return A.ZK(A.aNQ(b),$async$nv,r) +case 3:s=5 +q=[1] +return A.ZK(A.aNR($.jM().Gy(l)),$async$nv,r) +case 5:case 1:return A.ZK(null,0,r) +case 2:return A.ZK(o,1,r)}}) +var s=0,r=A.aQw($async$nv,t.Uy),q,p=2,o,n=[],m=this,l +return A.aQL(r)}} +A.agz.prototype={ +x_(a){return B.bL.eq("init",A.a([a],t.t),!1,t.H)}, +oj(a){return B.bL.eq("close",A.a([a],t.t),!1,t.H)}, +wt(a){return B.bL.eq("drag",A.a([a],t.t),!1,t.H)}, +wV(a){return B.bL.eq("hideTitle",A.a([a],t.t),!1,t.H)}, +xj(a){return B.bL.eq("maximize",A.a([a],t.t),!1,t.H)}, +xm(a){return B.bL.eq("minimize",A.a([a],t.t),!1,t.H)}, +xU(a){return B.bL.eq("restore",A.a([a],t.t),!1,t.H)}, +u4(a){return B.bL.eq("showMenu",A.a([a],t.t),!1,t.H)}, +u9(a){return this.a32("state",A.a([a],t.t)).bp(A.aBN(),t.Uy)}, +Gy(a){var s=this.a5_(a,"state") +return new A.pv(A.aBN(),s,s.$ti.h("pv"))}, +a32(a,b){return B.bL.rN(a,b,t.N,t.z).bp(new A.agA(),t.a)}, +a5_(a,b){var s,r=this.c +if(r==null){r=B.Hg.afn() +r=this.c=new A.vx(r,A.j(r).h("vx>"))}s=r.$ti.h("Dg") +return new A.pv(new A.agB(),new A.Dg(new A.agC(a,b),r,s),s.h("pv>"))}} +A.agA.prototype={ +$1(a){a.toString +return a}, +$S:501} +A.agC.prototype={ +$1(a){return J.c(a.i(0,"id"),this.a)&&J.c(a.i(0,"type"),this.b)}, +$S:502} +A.agB.prototype={ +$1(a){return a.jQ(0,t.N,t.z)}, +$S:503} +A.agD.prototype={} +A.hc.prototype={ +pn(){var s=this +return A.K(["active",s.a,"closable",s.b,"fullscreen",s.c,"maximizable",s.d,"maximized",s.e,"minimizable",s.f,"minimized",s.r,"movable",s.w,"restorable",s.x,"title",s.y,"visible",s.z],t.N,t.z)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.hc&&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&&b.z==s.z}, +gt(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"YaruWindowState(isActive: "+A.f(s.a)+", isClosable: "+A.f(s.b)+", isFullscreen: "+A.f(s.c)+", isMaximizable: "+A.f(s.d)+", isMaximized: "+A.f(s.e)+", isMinimizable: "+A.f(s.f)+", isMinimized: "+A.f(s.r)+", isMovable: "+A.f(s.w)+", isRestorable: "+A.f(s.x)+", title: "+A.f(s.y)+", isVisible: "+A.f(s.z)+")"}} +A.agw.prototype={ +x_(a){return this.acB(a)}, +acB(a){var s=0,r=A.V(t.H) +var $async$x_=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$x_,r)}, +oj(a){return this.a8W(a)}, +a8W(a){var s=0,r=A.V(t.H) +var $async$oj=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$oj,r)}, +wt(a){return this.aas(a)}, +aas(a){var s=0,r=A.V(t.H) +var $async$wt=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$wt,r)}, +wV(a){return this.ack(a)}, +ack(a){var s=0,r=A.V(t.H) +var $async$wV=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$wV,r)}, +xj(a){return this.adT(a)}, +adT(a){var s=0,r=A.V(t.H) +var $async$xj=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$xj,r)}, +xm(a){return this.ae2(a)}, +ae2(a){var s=0,r=A.V(t.H) +var $async$xm=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$xm,r)}, +xU(a){return this.afK(a)}, +afK(a){var s=0,r=A.V(t.H) +var $async$xU=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$xU,r)}, +u4(a){return this.Um(a)}, +Um(a){var s=0,r=A.V(t.H) +var $async$u4=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:return A.T(null,r)}}) +return A.U($async$u4,r)}, +u9(a){return this.UP(a)}, +UP(a){var s=0,r=A.V(t.Uy),q +var $async$u9=A.R(function(b,c){if(b===1)return A.S(c,r) +while(true)switch(s){case 0:q=B.af0 +s=1 +break +case 1:return A.T(q,r)}}) +return A.U($async$u9,r)}, +Gy(a){return B.Ij}} +A.apm.prototype={ +$0(){return A.apk()}, +$S:0} +A.apl.prototype={ +$0(){var s,r,q,p=$.aFl(),o=self +o=o.window +s=$.atC() +r=new A.afL(o) +q=$.a_5() +q.n(0,r,s) +o=o.navigator +r.b=J.uZ(o.userAgent,"Safari")&&!J.uZ(o.userAgent,"Chrome") +A.ax_(r,s,!0) +$.aN2=r +$.aFj() +$.apM().F4("__url_launcher::link",A.aSB(),!1) +o=$.atD() +s=new A.agw() +q.n(0,s,o) +A.ax_(s,o,!1) +$.aNf=s +$.aBD=p.gabt()}, +$S:0};(function aliases(){var s=A.WU.prototype +s.Xx=s.M +s.XD=s.cz +s.XB=s.bR +s.XG=s.aI +s.XE=s.ek +s.XC=s.lN +s.XF=s.a6 +s.XA=s.l3 +s.Xz=s.mt +s.Xy=s.it +s=A.qm.prototype +s.Vc=s.ks +s=A.B7.prototype +s.He=s.bZ +s=A.dw.prototype +s.W1=s.xV +s.GW=s.bj +s.z0=s.qC +s.H_=s.bC +s.GZ=s.lM +s.GX=s.j9 +s.GY=s.td +s=A.dY.prototype +s.W0=s.i7 +s.m1=s.bC +s.ug=s.j9 +s=A.Nb.prototype +s.jE=s.e3 +s.pJ=s.m +s=A.wa.prototype +s.yT=s.oR +s.Vg=s.Fx +s.Ve=s.hi +s.Vf=s.Df +s=J.xn.prototype +s.Vt=s.G +s=J.lV.prototype +s.VC=s.j +s=A.eH.prototype +s.Vu=s.PU +s.Vv=s.PV +s.Vx=s.PX +s.Vw=s.PW +s=A.tR.prototype +s.X5=s.jG +s.X6=s.iX +s=A.kW.prototype +s.X9=s.nG +s.Xa=s.IX +s.Xc=s.Li +s.Xb=s.jK +s=A.av.prototype +s.VD=s.M +s.VE=s.dW +s.GS=s.bT +s=A.vR.prototype +s.Vd=s.abi +s=A.CZ.prototype +s.XS=s.aG +s=A.p.prototype +s.GQ=s.ib +s=A.A.prototype +s.yY=s.k +s.c1=s.j +s=A.q.prototype +s.V8=s.k +s.V9=s.j +s=A.bV.prototype +s.yP=s.xZ +s=A.yz.prototype +s.W_=s.a6 +s=A.vd.prototype +s.ud=s.m +s=A.EK.prototype +s.V2=s.fj +s.V3=s.mQ +s.V4=s.Ft +s=A.aM.prototype +s.V6=s.aa +s.V7=s.N +s.dA=s.m +s.yS=s.aq +s=A.a7.prototype +s.Vh=s.cS +s=A.hV.prototype +s.Vi=s.cS +s=A.qP.prototype +s.Vm=s.wW +s.Vl=s.aag +s=A.ft.prototype +s.VH=s.i0 +s=A.d0.prototype +s.Vn=s.BL +s.pI=s.i0 +s.GN=s.m +s=A.yq.prototype +s.yZ=s.j3 +s.VV=s.rF +s.GU=s.O +s.z_=s.m +s.VW=s.u8 +s=A.rG.prototype +s.W3=s.j3 +s.H0=s.j2 +s.W4=s.kv +s=A.fc.prototype +s.WY=s.i0 +s.WX=s.wP +s.WW=s.oO +s=A.Dv.prototype +s.Y5=s.m +s=A.Dx.prototype +s.Y6=s.m +s=A.DA.prototype +s.Ya=s.aY +s.Y9=s.e9 +s=A.i5.prototype +s.jD=s.m +s=A.DJ.prototype +s.Ym=s.m +s=A.DK.prototype +s.Yn=s.m +s=A.Cw.prototype +s.XH=s.m +s=A.Cx.prototype +s.XI=s.m +s=A.Cy.prototype +s.XK=s.b3 +s.XJ=s.bv +s.XL=s.m +s=A.Dy.prototype +s.Y7=s.m +s=A.vq.prototype +s.GF=s.uc +s.GE=s.D +s=A.bT.prototype +s.z4=s.d6 +s.z5=s.d7 +s=A.dm.prototype +s.nA=s.d6 +s.nB=s.d7 +s=A.hl.prototype +s.GI=s.d6 +s.GJ=s.d7 +s=A.ET.prototype +s.GG=s.m +s=A.cx.prototype +s.GK=s.D +s=A.SH.prototype +s.Hd=s.m +s=A.nP.prototype +s.Vp=s.aa +s.Vq=s.N +s.Vo=s.v7 +s=A.cm.prototype +s.GP=s.k +s=A.OT.prototype +s.WU=s.e5 +s=A.rV.prototype +s.Ws=s.DF +s.Wu=s.DM +s.Wt=s.DH +s.Wr=s.Db +s=A.aE.prototype +s.V5=s.k +s=A.eU.prototype +s.yR=s.j +s=A.G.prototype +s.uh=s.f9 +s.ui=s.a3 +s.Wb=s.cX +s.Wc=s.xB +s.iT=s.cw +s=A.Cg.prototype +s.Xn=s.ao +s.Xo=s.am +s=A.rT.prototype +s.H7=s.c7 +s.H8=s.c4 +s=A.Ch.prototype +s.Xp=s.m +s=A.JD.prototype +s.Vy=s.q2 +s.GR=s.m +s.VB=s.y8 +s.Vz=s.ao +s.VA=s.am +s=A.FF.prototype +s.pH=s.hX +s=A.j9.prototype +s.VU=s.hX +s=A.db.prototype +s.GV=s.am +s=A.L.prototype +s.ik=s.m +s.f_=s.ao +s.f0=s.am +s.Wg=s.a3 +s.Wf=s.cX +s.Wd=s.eM +s.Wh=s.tX +s.iU=s.fK +s.z1=s.ms +s.pK=s.kE +s.H9=s.qI +s.We=s.lp +s.Wj=s.cS +s.Wi=s.jB +s=A.yV.prototype +s.Wa=s.Yp +s=A.fg.prototype +s.Xe=s.vW +s=A.Cj.prototype +s.Xq=s.ao +s.Xr=s.am +s=A.D1.prototype +s.XT=s.am +s=A.fv.prototype +s.Wn=s.c7 +s.z2=s.c4 +s.uj=s.df +s.iV=s.aK +s=A.z1.prototype +s.Wo=s.cw +s=A.Cl.prototype +s.pO=s.ao +s.nC=s.am +s=A.Cm.prototype +s.Xs=s.f9 +s=A.oC.prototype +s.Wp=s.aK +s=A.Cn.prototype +s.Hf=s.ao +s.Hg=s.am +s=A.oD.prototype +s.Wq=s.ES +s=A.kN.prototype +s.X3=s.t_ +s.X2=s.dG +s=A.el.prototype +s.WJ=s.DC +s=A.ty.prototype +s.Hc=s.m +s=A.Ex.prototype +s.GD=s.mV +s=A.t7.prototype +s.WQ=s.rE +s.WR=s.lq +s=A.m5.prototype +s.VI=s.eq +s=A.bA.prototype +s.UY=s.f4 +s.V_=s.kh +s.UZ=s.BK +s.V0=s.xQ +s=A.Du.prototype +s.Y4=s.m +s=A.vo.prototype +s.V1=s.J +s=A.ix.prototype +s.X4=s.CQ +s=A.Cq.prototype +s.Hh=s.eV +s=A.Di.prototype +s.XU=s.fj +s.XV=s.Ft +s=A.Dj.prototype +s.XW=s.fj +s.XX=s.mQ +s=A.Dk.prototype +s.XY=s.fj +s.XZ=s.mQ +s=A.Dl.prototype +s.Y0=s.fj +s.Y_=s.rE +s=A.Dm.prototype +s.Y1=s.fj +s=A.Dn.prototype +s.Y2=s.fj +s.Y3=s.mQ +s=A.IE.prototype +s.nz=s.acQ +s.Vk=s.Cg +s=A.ap.prototype +s.bq=s.aY +s.bD=s.b3 +s.ul=s.e9 +s.en=s.cB +s.bb=s.m +s.eo=s.bv +s=A.aD.prototype +s.Wm=s.aS +s=A.aP.prototype +s.yW=s.eV +s.ny=s.bC +s.Vj=s.tD +s.GM=s.wZ +s.kO=s.jf +s.yU=s.cB +s.GL=s.e9 +s.uf=s.kB +s.ue=s.jY +s.yV=s.bv +s.nx=s.jl +s=A.vO.prototype +s.GH=s.eV +s.Va=s.A2 +s.Vb=s.jl +s=A.tf.prototype +s.WV=s.bj +s=A.yM.prototype +s.H1=s.bj +s.H2=s.bC +s.W5=s.tE +s=A.f1.prototype +s.Vs=s.tE +s.GO=s.n1 +s=A.bt.prototype +s.pL=s.eV +s.pM=s.bC +s.Ha=s.jl +s.Wk=s.e9 +s.Hb=s.kB +s.Wl=s.tD +s=A.og.prototype +s.VJ=s.ls +s.VK=s.ly +s=A.qX.prototype +s.Vr=s.aY +s=A.uc.prototype +s.Xd=s.m +s=A.c_.prototype +s.WH=s.lu +s.WE=s.re +s.Wz=s.rb +s.WF=s.CV +s.WI=s.ic +s.WC=s.k_ +s.WD=s.ou +s.WA=s.rd +s.WB=s.CR +s.Wy=s.l2 +s.Wx=s.w3 +s.WG=s.m +s=A.WM.prototype +s.Xw=s.w7 +s=A.C2.prototype +s.Xg=s.cB +s.Xh=s.m +s=A.C3.prototype +s.Xj=s.b3 +s.Xi=s.bv +s.Xk=s.m +s=A.Mk.prototype +s.yX=s.dG +s=A.uw.prototype +s.Xt=s.aK +s=A.DE.prototype +s.Yd=s.ao +s.Ye=s.am +s=A.C7.prototype +s.Xl=s.dG +s=A.Dz.prototype +s.Y8=s.m +s=A.DG.prototype +s.Yj=s.m +s=A.jg.prototype +s.Ww=s.CZ +s=A.cN.prototype +s.Wv=s.sl +s=A.iD.prototype +s.Xu=s.oN +s.Xv=s.po +s=A.uH.prototype +s.Yg=s.b3 +s.Yf=s.bv +s.Yh=s.m +s=A.rv.prototype +s.VZ=s.lu +s.VX=s.k_ +s.VY=s.m +s=A.e3.prototype +s.X1=s.lu +s.X0=s.re +s.WZ=s.rb +s.X_=s.k_ +s=A.px.prototype +s.Xf=s.ic +s=A.Of.prototype +s.uk=s.m +s=A.f8.prototype +s.pN=s.dG +s=A.CB.prototype +s.XN=s.dG +s=A.t1.prototype +s.WK=s.vX +s=A.mr.prototype +s.WL=s.o7 +s.z3=s.Ud +s.WM=s.qG +s.WN=s.hI +s.WP=s.m +s.WO=s.dG +s=A.Cz.prototype +s.XM=s.dG +s=A.CF.prototype +s.XO=s.m +s=A.CG.prototype +s.XQ=s.b3 +s.XP=s.bv +s.XR=s.m +s=A.jf.prototype +s.H6=s.aY +s.W6=s.bv +s.W9=s.wQ +s.H5=s.wS +s.H4=s.wR +s.W7=s.DD +s.W8=s.DE +s.H3=s.m +s=A.ur.prototype +s.Xm=s.m +s=A.rj.prototype +s.VL=s.CS +s.VR=s.abZ +s.VS=s.ac_ +s.VO=s.abl +s.VQ=s.abv +s.VP=s.abn +s.VT=s.DK +s.VN=s.m +s.VM=s.eO +s=A.DF.prototype +s.Yi=s.m +s=A.DD.prototype +s.Yb=s.ao +s.Yc=s.am +s=A.cH.prototype +s.W2=s.cb +s=A.o2.prototype +s.VF=s.n +s.m0=s.D +s.GT=s.ee +s.VG=s.K +s=A.EF.prototype +s.yQ=s.wD +s=A.iA.prototype +s.X8=s.m +s.X7=s.C7 +s=A.td.prototype +s.WT=s.aJ +s.WS=s.k +s=A.DH.prototype +s.Yk=s.m +s=A.DI.prototype +s.Yl=s.m})();(function installTearOffs(){var s=hunkHelpers._static_2,r=hunkHelpers._static_1,q=hunkHelpers.installStaticTearOff,p=hunkHelpers._instance_0u,o=hunkHelpers._instance_1u,n=hunkHelpers._instance_1i,m=hunkHelpers.installInstanceTearOff,l=hunkHelpers._static_0,k=hunkHelpers._instance_2u +s(A,"aPN","aR8",505) +r(A,"aPL","aGv",2) +q(A,"azN",1,function(){return{params:null}},["$2$params","$1"],["azI",function(a){return A.azI(a,null)}],506,0) +r(A,"aPM","aQB",21) +r(A,"ZO","aPI",25) +p(A.v1.prototype,"gBp","a6A",0) +var j +o(j=A.J8.prototype,"ga57","a58",46) +o(j,"ga2O","a2P",46) +o(A.Fj.prototype,"ga7D","a7E",442) +o(j=A.jj.prototype,"ga_l","a_m",2) +o(j,"ga_j","a_k",2) +o(A.P6.prototype,"ga5a","a5b",351) +o(A.IA.prototype,"ga3C","a3D",181) +n(j=A.Iq.prototype,"ghD","D",207) +p(j,"gUC","nu",29) +o(A.JB.prototype,"ga41","a42",72) +o(A.yb.prototype,"gED","EE",5) +o(A.zH.prototype,"gED","EE",5) +o(A.J3.prototype,"ga4_","a40",2) +p(j=A.If.prototype,"gri","m",0) +o(j,"gMk","a6Q",34) +o(A.N6.prototype,"gAU","a46",448) +o(A.mC.prototype,"ga4M","a4N",415) +o(A.OS.prototype,"gadY","Ef",413) +p(A.O5.prototype,"gri","m",0) +o(j=A.FC.prototype,"ga1o","a1p",2) +o(j,"ga1q","a1r",2) +o(j,"ga1m","a1n",2) +o(j=A.wa.prototype,"grC","Pt",2) +o(j,"gwK","abk",2) +o(j,"grZ","adX",2) +o(A.Hy.prototype,"gZf","Zg",386) +o(A.IO.prototype,"ga4g","a4h",2) +s(J,"aQf","aJC",69) +n(J.t.prototype,"ghD","D",5) +m(J.j2.prototype,"gGw",1,1,null,["$2","$1"],["cG","b5"],381,0,0) +o(A.vy.prototype,"ga3S","a3T",5) +n(A.iy.prototype,"gj7","p",24) +l(A,"aQs","aL9",37) +n(A.dI.prototype,"gj7","p",24) +n(A.ev.prototype,"gj7","p",24) +r(A,"aQW","aNu",40) +r(A,"aQX","aNv",40) +r(A,"aQY","aNw",40) +l(A,"aAz","aQK",0) +r(A,"aQZ","aQC",25) +s(A,"aR_","aQE",39) +l(A,"asN","aQD",0) +p(j=A.tQ.prototype,"gvd","kW",0) +p(j,"gvf","kX",0) +n(A.tP.prototype,"ghD","D",5) +m(A.AV.prototype,"ga9e",0,1,function(){return[null]},["$2","$1"],["l5","jV"],96,0,0) +k(A.a9.prototype,"gIa","h6",39) +n(j=A.pA.prototype,"ghD","D",5) +o(j,"gZa","jG",5) +k(j,"gYP","iX",39) +p(j,"ga_4","nE",0) +p(j=A.tT.prototype,"gvd","kW",0) +p(j,"gvf","kX",0) +n(j=A.pB.prototype,"ghD","D",5) +m(j,"ga7F",0,1,function(){return[null]},["$2","$1"],["j4","vQ"],96,0,0) +p(j,"gqV","aG",332) +p(j=A.tR.prototype,"gvd","kW",0) +p(j,"gvf","kX",0) +p(A.B8.prototype,"gKn","a45",0) +p(j=A.Bp.prototype,"gvd","kW",0) +p(j,"gvf","kX",0) +o(j,"ga1s","a1t",5) +k(j,"ga1I","a1J",331) +p(j,"ga1v","a1w",0) +s(A,"asQ","aPD",50) +r(A,"asR","aPE",78) +s(A,"aRc","aJN",69) +s(A,"aRd","aPH",69) +m(j=A.jy.prototype,"gAP",0,0,null,["$1$0","$0"],["qf","AQ"],84,0,0) +n(j,"gj7","p",24) +m(j=A.fB.prototype,"gAP",0,0,null,["$1$0","$0"],["qf","AQ"],84,0,0) +n(j,"gj7","p",24) +m(j=A.te.prototype,"ga3P",0,0,null,["$1$0","$0"],["Ki","nV"],84,0,0) +n(j,"gj7","p",24) +r(A,"aAJ","aPF",68) +p(A.BE.prototype,"gqV","aG",0) +n(j=A.SF.prototype,"ghD","D",5) +p(j,"gqV","aG",0) +r(A,"aAN","aSj",78) +s(A,"aAM","aSi",50) +s(A,"aAK","aH7",508) +r(A,"aRs","aN1",51) +l(A,"aRt","aOZ",111) +s(A,"aAL","aQP",509) +n(A.p.prototype,"gj7","p",24) +m(A.bb.prototype,"gagM",0,0,null,["$1","$0"],["SL","agN"],329,0,0) +q(A,"aSI",2,null,["$1$2","$2"],["at8",function(a,b){return A.at8(a,b,t.Jy)}],510,1) +q(A,"E7",3,null,["$3"],["adn"],511,0) +q(A,"E8",3,null,["$3"],["W"],512,0) +q(A,"bI",3,null,["$3"],["w"],513,0) +o(A.CU.prototype,"gPY","fk",21) +p(A.kS.prototype,"gID","a00",0) +q(A,"aRR",1,function(){return[null]},["$2","$1"],["avv",function(a){return A.avv(a,null)}],514,0) +q(A,"aTA",1,null,["$1$1","$1"],["aye",function(a){return A.aye(a,t.z)}],515,1) +p(j=A.zY.prototype,"ga43","a44",0) +p(j,"ga6p","a6q",0) +p(j,"ga6r","a6s",0) +o(j,"ga6n","a6o",5) +k(j,"ga3W","a3X",39) +p(j,"ga3U","a3V",0) +k(A.nU.prototype,"gDl","e1",50) +k(j=A.w9.prototype,"gDl","e1",50) +o(j,"gacf","ed",78) +o(j,"gadc","ade",24) +o(j=A.pV.prototype,"ga_Q","a_R",269) +o(j,"gzi","Z2",3) +o(A.h5.prototype,"go3","vw",4) +o(A.w4.prototype,"gMd","Me",4) +o(j=A.p7.prototype,"go3","vw",4) +p(j,"gBE","a7k",0) +o(j=A.qj.prototype,"gKb","a3x",4) +p(j,"gKa","a3w",0) +p(A.n8.prototype,"geA","aq",0) +o(A.lg.prototype,"gQA","t3",4) +o(j=A.tY.prototype,"ga1C","a1D",64) +o(j,"ga1E","a1F",27) +o(j,"ga1A","a1B",129) +p(j,"ga1x","a1y",0) +o(j,"ga5t","a5u",71) +p(A.B4.prototype,"gPC","wQ",0) +q(A,"aQV",1,null,["$2$forceReport","$1"],["avB",function(a){return A.avB(a,!1)}],516,0) +o(j=A.aM.prototype,"gvU","aa",40) +o(j,"gRy","N",40) +p(j,"geA","aq",0) +r(A,"aT6","aMk",517) +o(j=A.qP.prototype,"ga22","a23",237) +o(j,"ga_M","a_N",232) +o(j,"ga8C","a8D",46) +p(j,"ga0C","A6",0) +o(j,"ga26","Jq",19) +p(j,"ga2k","a2l",0) +q(A,"aYE",3,null,["$3"],["avH"],518,0) +o(A.i_.prototype,"grD","lo",19) +r(A,"aBn","aJU",31) +r(A,"at9","aIe",95) +r(A,"ata","aIf",31) +q(A,"aSM",0,function(){return{allowedButtonsFilter:null,debugOwner:null,supportedDevices:null}},["$3$allowedButtonsFilter$debugOwner$supportedDevices","$0"],["awV",function(){return A.awV(null,null,null)}],519,0) +o(A.wm.prototype,"grD","lo",19) +r(A,"aSN","aId",31) +p(A.T4.prototype,"ga4c","a4d",0) +o(j=A.hX.prototype,"gvb","a3G",19) +o(j,"ga56","ql",201) +p(j,"ga3H","mf",0) +r(A,"a_2","aJb",31) +o(A.rG.prototype,"grD","lo",19) +k(j=A.BN.prototype,"ga2Z","a3_",190) +k(j,"ga3q","a3r",53) +o(A.AM.prototype,"gzk","Z4",187) +p(A.AP.prototype,"gmO","DL",0) +q(A,"aRP",4,null,["$4"],["aPb"],520,0) +p(j=A.Bh.prototype,"ga2w","a2x",0) +k(j,"gZl","Zm",53) +p(j=A.BC.prototype,"ga2g","a2h",0) +o(j,"gZi","Zj",6) +p(A.xi.prototype,"ga1i","a1j",0) +o(A.lN.prototype,"ga15","a16",4) +o(A.xk.prototype,"ga2R","a2S",4) +o(A.xl.prototype,"ga2T","a2U",4) +o(j=A.xj.prototype,"gTd","Te",182) +o(j,"gaa1","aa2",274) +o(j=A.BA.prototype,"ga7A","a7B",184) +m(j,"gUp",0,0,null,["$1","$0"],["Gl","Uq"],185,0,0) +p(j,"gmO","DL",0) +o(j,"gPv","abq",186) +o(j,"gabr","abs",34) +o(j,"gac5","ac6",55) +o(j,"gac7","ac8",63) +o(j,"gabV","abW",55) +o(j,"gabX","abY",63) +p(j,"gac2","PA",0) +p(j,"gac3","ac4",0) +p(j,"gabR","abS",0) +p(j,"gabT","abU",0) +o(j,"gabE","abF",153) +o(j,"gabG","abH",82) +p(j=A.uG.prototype,"gp9","aef",0) +o(j,"gp8","aee",4) +o(A.Dr.prototype,"gqg","AV",25) +o(A.Ds.prototype,"gqg","AV",25) +o(j=A.Bk.prototype,"ga2d","a2e",4) +p(j,"ga47","a48",0) +p(A.t_.prototype,"ga2t","a2u",0) +q(A,"aBL",3,null,["$3"],["aQt"],521,0) +m(j=A.yy.prototype,"gacL",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["PS","acM"],216,0,0) +m(j,"gacO",0,1,null,["$2$getTargetSize","$1"],["PT","acP"],217,0,0) +q(A,"asO",3,null,["$3"],["awQ"],522,0) +q(A,"asV",3,null,["$3"],["dh"],523,0) +o(j=A.nP.prototype,"gvU","aa",143) +o(j,"gafD","afE",228) +o(j=A.M0.prototype,"ga1k","a1l",231) +o(j,"ga19","a1a",3) +o(j,"gvU","aa",143) +k(A.RJ.prototype,"ga67","a68",236) +q(A,"E4",3,null,["$3"],["b4"],524,0) +o(j=A.IN.prototype,"gagO","e5",85) +o(j,"gDd","eP",85) +r(A,"aR2","aNE",138) +o(j=A.rV.prototype,"ga2D","a2E",3) +o(j,"ga1Z","a2_",3) +k(A.d2.prototype,"gOr","mA",14) +r(A,"aBu","aLw",35) +r(A,"aBv","aLx",35) +p(A.kl.prototype,"gMt","Mu",0) +o(j=A.L.prototype,"gRu","tp",35) +p(j,"gfV","aC",0) +p(j,"gQm","by",0) +m(j,"gK5",0,1,null,["$2$isMergeUp","$1"],["v6","a3o"],255,0,0) +m(j,"gpB",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["jB","yJ","u5"],134,0,0) +p(A.yV.prototype,"gL5","a5D",0) +o(A.z0.prototype,"gZS","ZT",258) +m(A.fv.prototype,"gi3",0,2,null,["$2"],["aK"],14,0,1) +p(A.yX.prototype,"gvE","Bx",0) +p(A.ut.prototype,"gv4","nT",0) +k(A.yZ.prototype,"ga4m","Kq",261) +p(j=A.kt.prototype,"ga4C","a4D",0) +p(j,"ga4E","a4F",0) +p(j,"ga4G","a4H",0) +p(j,"ga4A","a4B",0) +p(j=A.z2.prototype,"ga4I","a4J",0) +p(j,"ga4y","a4z",0) +p(j,"ga4w","a4x",0) +p(A.Oo.prototype,"gLf","Lg",0) +m(A.oC.prototype,"gi3",0,2,null,["$2"],["aK"],14,0,1) +k(A.z3.prototype,"gaes","aet",14) +s(A,"aR4","aLI",525) +q(A,"aR5",0,null,["$2$priority$scheduler"],["aRJ"],526,0) +o(j=A.el.prototype,"ga0g","a0h",132) +p(j,"ga5x","a5y",0) +o(j,"ga1d","a1e",3) +p(j,"ga1G","a1H",0) +p(j,"ga_Y","a_Z",0) +o(A.ty.prototype,"gvz","a6x",3) +p(j=A.Or.prototype,"ga_O","a_P",0) +p(j,"ga2s","Js",0) +o(j,"ga2q","a2r",264) +o(A.cq.prototype,"gKN","a53",265) +o(A.ik.prototype,"ga7K","MV",272) +r(A,"aR3","aM0",527) +p(j=A.t7.prototype,"gYS","YT",278) +o(j,"ga1T","Am",279) +o(j,"ga20","uT",77) +o(j=A.Jz.prototype,"gabw","abx",72) +o(j,"gabP","DJ",282) +o(j,"ga_o","a_p",283) +o(A.z7.prototype,"ga3A","AK",117) +o(j=A.dc.prototype,"ga04","a05",116) +o(j,"gKL","KM",116) +o(A.Pl.prototype,"ga3l","v1",77) +o(A.AI.prototype,"gJf","a14",296) +s(A,"aAv","aGo",528) +s(A,"aQT","aGn",529) +o(j=A.Dh.prototype,"ga_I","a_J",110) +o(j,"ga3Y","a3Z",300) +o(j,"ga4e","a4f",301) +p(j=A.Aq.prototype,"gabA","abB",0) +o(j,"ga1V","a1W",77) +p(j,"ga1f","a1g",0) +p(j=A.Do.prototype,"gabD","DF",0) +p(j,"gaca","DM",0) +p(j,"gabJ","DH",0) +o(j,"gabj","DC",504) +o(A.Bd.prototype,"gzh","HF",4) +p(A.wM.prototype,"ga81","a82",0) +o(j=A.Ue.prototype,"gPy","DI",19) +o(j,"gPx","aby",309) +p(A.u3.prototype,"gAl","a1O",0) +q(A,"aS1",1,null,["$5$alignment$alignmentPolicy$curve$duration","$1","$2$alignmentPolicy"],["aqR",function(a){return A.aqR(a,null,null,null,null)},function(a,b){return A.aqR(a,null,b,null,null)}],530,0) +r(A,"aoZ","aNP",9) +s(A,"asW","aIp",531) +r(A,"aBa","aIn",9) +o(j=A.Ur.prototype,"ga6H","M4",9) +p(j,"ga6I","a6J",0) +o(A.aP.prototype,"gaa0","r6",9) +o(j=A.rO.prototype,"ga24","a25",71) +o(j,"ga27","a28",337) +o(j,"ga78","a79",338) +o(j=A.kX.prototype,"gZx","Zy",6) +o(j,"gJh","Ji",4) +p(j,"gEH","aek",0) +o(j=A.qR.prototype,"ga1L","a1M",341) +m(j,"ga_G",0,5,null,["$5"],["a_H"],342,0,0) +q(A,"aBf",3,null,["$3"],["k6"],532,0) +k(A.Bv.prototype,"ga1R","a1S",346) +p(A.pU.prototype,"ga17","a18",0) +p(A.ud.prototype,"gAs","a2B",0) +o(A.uf.prototype,"gJY","a38",5) +s(A,"aBs","aKw",533) +r(A,"iH","aOy",44) +r(A,"aBt","aOz",44) +r(A,"E0","aOA",44) +o(A.un.prototype,"gt2","n0",47) +o(A.um.prototype,"gt2","n0",47) +o(A.C0.prototype,"gt2","n0",47) +o(A.C1.prototype,"gt2","n0",47) +p(j=A.ib.prototype,"gJn","a1Q",0) +o(j,"ga3J","a3K",71) +o(j,"ga2b","a2c",19) +r(A,"aSR","aOw",35) +m(A.uw.prototype,"gi3",0,2,null,["$2"],["aK"],14,0,1) +o(A.Br.prototype,"gAo","Ap",45) +o(j=A.Bq.prototype,"gzr","zs",4) +o(j,"ga6y","a6z",3) +o(A.CY.prototype,"gAo","Ap",45) +o(A.CX.prototype,"gzr","zs",4) +o(A.HL.prototype,"ga3y","AJ",117) +p(A.Cr.prototype,"gB4","a5e",0) +o(A.jg.prototype,"ga71","Bz",372) +o(j=A.ux.prototype,"ga5i","a5j",3) +p(j,"guV","Jr",0) +p(j,"gAj","a1c",103) +p(j,"gAn","a2j",0) +o(A.e3.prototype,"gJt","a2v",4) +o(j=A.fu.prototype,"gZt","Zu",6) +o(j,"gZv","Zw",6) +p(j=A.ED.prototype,"gBe","Bf",0) +p(j,"gBc","Bd",0) +p(j=A.I5.prototype,"gBe","Bf",0) +p(j,"gBc","Bd",0) +r(A,"E3","aRK",45) +p(A.mr.prototype,"gaae","aaf",0) +p(A.zm.prototype,"gri","m",0) +o(j=A.zq.prototype,"gJm","a1z",383) +o(j,"gL9","a5F",64) +o(j,"gLa","a5G",27) +o(j,"gL8","a5E",129) +p(j,"gL6","L7",0) +p(j,"ga_W","a_X",0) +p(j,"ga_U","a_V",0) +o(j,"ga50","a51",108) +o(j,"ga29","a2a",19) +o(j,"ga2m","a2n",66) +p(A.CD.prototype,"gL3","a5A",0) +o(j=A.jf.prototype,"ga7i","a7j",4) +p(j,"gPC","wQ",0) +o(j,"ga2z","a2A",55) +o(j,"ga5J","a5K",66) +o(j,"ga5L","a5M",45) +o(j,"ga5H","a5I",19) +o(j,"ga5N","a5O",108) +n(j=A.rj.prototype,"ghD","D",57) +n(j,"gaft","v",57) +k(j,"gzG","a_9",397) +p(j,"gAq","a2p",0) +k(A.CJ.prototype,"ga1X","a1Y",155) +p(A.CI.prototype,"gLr","a60",0) +p(j=A.uu.prototype,"guX","a2F",0) +m(j,"gpB",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["jB","yJ","u5"],134,0,0) +p(A.uv.prototype,"gve","a49",0) +p(A.my.prototype,"go5","o6",0) +p(A.eB.prototype,"gf5","fH",0) +r(A,"aTv","aLH",118) +r(A,"aTu","aLB",118) +p(A.AK.prototype,"gAk","a1h",0) +o(j=A.Bu.prototype,"ga4R","KF",423) +o(j,"ga8j","Nq",151) +o(j,"ga8i","Np",151) +r(A,"aTB","ayn",81) +m(A.Nn.prototype,"gabt",0,3,null,["$3"],["wL"],440,0,0) +r(A,"aAI","cA",41) +r(A,"aRn","apg",41) +r(A,"aRo","aBk",41) +r(A,"jJ","aGr",52) +n(A.B2.prototype,"gj7","p",24) +o(A.oS.prototype,"gy9","FE",445) +p(j=A.J7.prototype,"gan","aa_",1) +p(j,"gaaJ","aaK",1) +p(j,"gpg","aff",1) +p(j,"ga8J","a8K",1) +p(j,"gxO","af8",1) +p(j,"gkK","TV",1) +p(j,"gaez","aeA",1) +p(j,"gafZ","ag_",1) +p(j,"ga8X","a8Y",1) +p(j,"gRY","afY",1) +p(j,"gafd","afe",1) +p(j,"gafb","afc",1) +p(j,"gaf9","afa",1) +p(j,"gaf6","af7",1) +p(j,"gaf4","af5",1) +p(j,"gaf2","af3",1) +p(j,"gTT","TU",1) +p(j,"gTE","TF",1) +p(j,"gTC","TD",1) +p(j,"gTI","TJ",1) +p(j,"gTG","TH",1) +p(j,"giQ","TS",1) +p(j,"gTL","TM",1) +p(j,"gG3","TK",1) +p(j,"gyw","TR",1) +p(j,"gTP","TQ",1) +p(j,"gTN","TO",1) +p(j,"gTu","Tv",1) +p(j,"gkJ","TB",1) +p(j,"gTy","Tz",1) +p(j,"gTw","Tx",1) +p(j,"gyv","TA",1) +p(j,"gTs","Tt",1) +p(j,"gjP","a8d",1) +p(j,"gl1","a86",1) +p(j,"ga7L","a7M",1) +p(j,"gNn","a8e",1) +p(j,"ga87","a88",1) +p(j,"ga89","a8a",1) +p(j,"gw_","a8b",1) +p(j,"gN_","a7N",1) +p(j,"gjw","U_",1) +p(j,"gC5","a8s",1) +p(j,"gadM","adN",1) +p(j,"ga96","a97",1) +p(j,"ga94","a95",1) +p(j,"gl4","a98",1) +p(j,"gNK","a92",1) +p(j,"gNL","a93",1) +p(j,"ga90","a91",1) +p(j,"gaao","aap",1) +p(j,"gNo","a8f",1) +p(j,"gD4","aaj",1) +p(j,"ga7O","a7P",1) +p(j,"ga7R","a7S",1) +p(j,"gC1","a8g",1) +p(j,"gaak","aal",1) +p(j,"gaam","aan",1) +p(j,"gN0","a7Q",1) +p(j,"ga8m","a8n",1) +p(j,"ga7U","a7V",1) +p(j,"gC2","a8h",1) +p(j,"gD5","aaq",1) +p(j,"gD6","aar",1) +p(j,"gN1","a7T",1) +p(j,"gof","a8t",1) +p(j,"ga8E","a8F",1) +r(A,"aYW","azK",537) +s(A,"aYX","azL",538) +r(A,"aYV","azH",539) +r(A,"jK","HC",41) +r(A,"aSP","arj",41) +r(A,"aRv","aL2",23) +q(A,"aSQ",0,null,["$1$client","$0"],["awM",function(){return A.awM(null)}],540,0) +r(A,"aSK","aK8",6) +r(A,"aSL","aK9",6) +r(A,"aSJ","aK7",6) +r(A,"aTx","aMU",6) +r(A,"aTy","aMV",6) +r(A,"aTw","aMT",6) +r(A,"aTK","aNq",6) +r(A,"aTL","aNr",6) +r(A,"aTJ","aNp",6) +o(j=A.hA.prototype,"gUf","Ug",468) +o(j,"gUh","Ui",469) +s(A,"aR9","aGL",541) +s(A,"aSC","aJS",542) +p(A.ps.prototype,"gQl","adL",0) +p(j=A.Dq.prototype,"gKo","a4j",0) +o(j,"ga4a","a4b",46) +r(A,"aTH","aNb",33) +l(A,"aTI","aO7",544) +r(A,"aTC","aNj",33) +r(A,"aBY","aNk",33) +r(A,"aTD","aNl",33) +r(A,"aTE","aNm",33) +r(A,"aTF","aNn",33) +r(A,"aBZ","aNo",33) +r(A,"aBN","aNg",545) +r(A,"aSB","aJL",546) +q(A,"atc",1,null,["$2$wrapWidth","$1"],["aAX",function(a){return A.aAX(a,null)}],547,0) +l(A,"aSY","azF",0) +s(A,"uR","auz",89) +s(A,"uS","aGO",89) +r(A,"aR1","aun",81) +r(A,"aSH","awm",81)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.mixinHard,q=hunkHelpers.inherit,p=hunkHelpers.inheritMany +q(A.A,null) +p(A.A,[A.v1,A.a_I,A.lr,A.aiD,A.WU,A.a1q,A.fJ,A.a0z,A.JX,A.Fe,A.J8,A.ma,A.ia,A.p,A.I7,A.jt,A.OE,A.oB,A.mG,A.nE,A.adp,A.Je,A.qb,A.Fh,A.Fc,A.EX,A.f4,A.aaj,A.a9r,A.JF,A.a7e,A.a7f,A.a4f,A.a1j,A.a0Q,A.Fj,A.a8A,A.fe,A.FJ,A.qc,A.vG,A.Fm,A.lq,A.aav,A.F3,A.OA,A.A0,A.jj,A.Fn,A.P6,A.Fl,A.vH,A.Fk,A.Fi,A.a0T,A.bQ,A.vL,A.a14,A.a15,A.a3q,A.a3r,A.a3R,A.a2i,A.ac8,A.Ja,A.a5O,A.J9,A.x1,A.I4,A.wk,A.Tz,A.TA,A.I3,A.IA,A.a30,A.Ob,A.oJ,A.WT,A.abU,A.a44,A.Yi,A.Iq,A.qK,A.nF,A.wR,A.vm,A.fR,A.FK,A.tW,A.cr,A.ae0,A.B7,A.dw,A.ae8,A.ae7,A.tk,A.P7,A.fq,A.aas,A.a1k,A.SO,A.a1v,A.p_,A.a9y,A.rz,A.oo,A.kr,A.ado,A.a9z,A.md,A.aaS,A.cW,A.akJ,A.abg,A.Yo,A.a5F,A.tl,A.ae1,A.a8T,A.adc,A.wv,A.ly,A.Ic,A.Oy,A.ta,A.oU,A.mU,A.aak,A.x_,A.zI,A.J6,A.v5,A.k8,A.JB,A.iW,A.a70,A.a1p,A.a87,A.a0g,A.kf,A.wI,A.Ie,A.Id,A.J3,A.a9Q,A.PU,A.N5,A.a9T,A.a9V,A.abR,A.N6,A.aa8,A.BK,A.ahl,A.Yp,A.jB,A.pm,A.uq,A.a9Z,A.arq,A.aax,A.IV,A.IU,A.a9f,A.a_o,A.Nb,A.kv,A.pR,A.qz,A.a2X,A.Ox,A.Ov,A.oT,A.a3f,A.acS,A.acO,A.Tk,A.av,A.hu,A.a6I,A.a6K,A.adF,A.adJ,A.ag9,A.Nk,A.ae5,A.F4,A.om,A.a9v,A.ti,A.a0B,A.a5y,A.aex,A.aew,A.aiT,A.aiU,A.aiS,A.mC,A.a7j,A.OS,A.O5,A.aeQ,A.iV,A.jb,A.ww,A.wx,A.A6,A.ael,A.Pk,A.cy,A.kK,A.a0d,A.FC,A.a33,A.a34,A.A5,A.a2Y,A.EB,A.tt,A.qw,A.a6x,A.aez,A.aem,A.a5Q,A.a2K,A.a2I,A.JU,A.bM,A.a3E,A.a20,A.a2U,A.qI,A.PV,A.ar3,J.xn,J.d5,A.cb,A.vy,A.F6,A.b7,A.ad6,A.bL,A.dX,A.pb,A.Im,A.Pc,A.OF,A.OG,A.I8,A.IF,A.kP,A.wJ,A.PL,A.kD,A.fC,A.xP,A.ql,A.ue,A.bG,A.xr,A.afy,A.Mm,A.wy,A.CS,A.alg,A.a7k,A.xF,A.r5,A.uj,A.AJ,A.tg,A.am3,A.ai_,A.ajy,A.hz,A.U8,A.D4,A.am5,A.xL,A.XR,A.Sl,A.Sn,A.BD,A.pD,A.Ez,A.tR,A.tP,A.AV,A.hI,A.a9,A.Sm,A.pA,A.XB,A.So,A.pB,A.S1,A.Tm,A.aiy,A.up,A.B8,A.Xw,A.amX,A.Bt,A.mN,A.ajX,A.ug,A.BI,A.m_,A.UQ,A.Yk,A.Ba,A.TB,A.BJ,A.Xs,A.Xr,A.jC,A.OX,A.FA,A.vR,A.a0q,A.ahj,A.Ss,A.Fb,A.Xj,A.ajQ,A.ajN,A.ai1,A.am4,A.Yl,A.Df,A.jG,A.dT,A.aZ,A.Mx,A.zV,A.TP,A.i0,A.b0,A.ba,A.Xz,A.jh,A.O6,A.bb,A.Db,A.afE,A.hK,A.wC,A.mv,A.Ml,A.ajJ,A.I9,A.ai0,A.CU,A.kS,A.a0K,A.Mq,A.D,A.aN,A.ig,A.fs,A.q,A.re,A.ar0,A.il,A.lL,A.lF,A.i8,A.t5,A.jc,A.yJ,A.cO,A.cp,A.ad4,A.hp,A.lC,A.lE,A.kF,A.Pj,A.eN,A.c0,A.dx,A.mg,A.a0x,A.IT,A.a_T,A.a0j,A.a4X,A.a9W,A.IP,A.lz,A.jr,A.zY,A.adS,A.a0c,A.a_Z,A.HJ,A.nU,A.r9,A.mV,A.ui,A.xO,A.w9,A.J1,A.akK,A.wE,A.xD,A.wO,A.a0a,A.jq,A.afn,A.ht,A.a7V,A.aai,A.aa,A.a_Y,A.afY,A.ai,A.adh,A.vg,A.yz,A.ve,A.vd,A.n8,A.lg,A.ag,A.tC,A.UA,A.Un,A.dl,A.HI,A.To,A.Xu,A.B3,A.Th,A.ET,A.T8,A.XL,A.Mg,A.aii,A.aih,A.eE,A.TZ,A.EK,A.aM,A.akD,A.a7,A.hV,A.f3,A.asj,A.hs,A.yI,A.amm,A.aga,A.yT,A.iq,A.bC,A.dj,A.IQ,A.u8,A.a4v,A.alh,A.qP,A.jY,A.iT,A.iU,A.fP,A.VG,A.dA,A.RY,A.SQ,A.T_,A.SV,A.ST,A.SU,A.SS,A.SW,A.T3,A.T1,A.T2,A.T0,A.SY,A.SZ,A.SX,A.SR,A.HQ,A.k4,A.uE,A.lI,A.rc,A.xN,A.rb,A.l5,A.asg,A.aa9,A.JJ,A.T4,A.uC,A.aa4,A.aa7,A.hw,A.tp,A.tq,A.hG,A.mH,A.Cb,A.iv,A.S_,A.Og,A.adi,A.Wz,A.Si,A.kT,A.Sr,A.UR,A.Sx,A.Sy,A.Sz,A.SB,A.SC,A.UK,A.V5,A.SD,A.SJ,A.SK,A.SM,A.SN,A.Tc,A.Te,A.c_,A.Tq,A.Tu,A.TC,A.TD,A.aT,A.TL,A.kV,A.a3s,A.TQ,A.TU,A.aio,A.TX,A.a3O,A.a3B,A.a3A,A.Ip,A.a3N,A.Um,A.i5,A.r2,A.bT,A.Ix,A.Uv,A.UO,A.HK,A.Sw,A.BF,A.cs,A.b6,A.LL,A.V2,A.V0,A.V1,A.UM,A.Va,A.Vb,A.Vc,A.Vo,A.o8,A.h6,A.id,A.Vr,A.uG,A.W2,A.W4,A.W8,A.abW,A.Oc,A.a1m,A.a8f,A.S0,A.X0,A.X1,A.UL,A.X2,A.X3,A.Xp,A.adv,A.Xq,A.XA,A.XE,A.XI,A.XJ,A.XM,A.dy,A.XO,A.ub,A.TR,A.Yn,A.XQ,A.XS,A.XT,A.Ye,A.eG,A.fp,A.yy,A.vq,A.Ir,A.a0Y,A.k3,A.Su,A.ahn,A.cx,A.a4R,A.a65,A.SH,A.Vt,A.x5,A.Up,A.iL,A.Me,A.i3,A.fU,A.Uo,A.Uq,A.qW,A.Ef,A.nR,A.rA,A.aek,A.ama,A.amb,A.pu,A.pp,A.Pn,A.hJ,A.XK,A.adC,A.ai8,A.akH,A.amq,A.PA,A.rV,A.Vw,A.db,A.d2,A.a1H,A.ajV,A.vi,A.Es,A.UG,A.JE,A.V6,A.Z4,A.aV,A.eX,A.bB,A.yV,A.alI,A.X8,A.kz,A.ab0,A.Zk,A.fv,A.yX,A.e_,A.Oo,A.acz,A.mt,A.X5,A.aaT,A.Ao,A.NX,A.Ct,A.u6,A.a9B,A.el,A.ty,A.Ac,A.Ab,A.Or,A.acR,A.vB,A.a0O,A.qo,A.cJ,A.X6,A.X9,A.kQ,A.iE,A.l2,A.ik,A.Xa,A.acP,A.Ex,A.pk,A.lh,A.a03,A.t7,A.UE,A.a4W,A.xy,A.Jz,A.UF,A.j8,A.rC,A.y7,A.adT,A.a6J,A.a6L,A.adG,A.adK,A.a88,A.ya,A.li,A.m5,A.a3m,A.W9,A.Wa,A.aaB,A.cP,A.dc,A.a_M,A.jm,A.Pl,A.A7,A.Z9,A.Uz,A.RZ,A.Vq,A.tS,A.eq,A.Mk,A.vo,A.ix,A.Aq,A.I_,A.Sq,A.a3Y,A.U2,A.U0,A.Ue,A.u4,A.U6,A.u_,A.Tr,A.a21,A.Zd,A.Zc,A.Ur,A.a0l,A.Mj,A.akG,A.abC,A.r0,A.nH,A.acQ,A.ajd,A.kX,A.m7,A.iY,A.a0E,A.h4,A.uo,A.HO,A.y5,A.kw,A.PD,A.mS,A.WM,A.kj,A.uw,A.CT,A.yv,A.a7U,A.a9S,A.jg,A.oH,A.JS,A.Of,A.acf,A.kx,A.TW,A.fz,A.afW,A.t1,A.On,A.Ok,A.a2G,A.Xk,A.YL,A.Xf,A.Xi,A.io,A.mz,A.Tj,A.my,A.eB,A.AZ,A.hR,A.hq,A.Xo,A.qD,A.th,A.JM,A.a2_,A.j5,A.eJ,A.K_,A.FG,A.qT,A.bH,A.FH,A.IW,A.IX,A.IY,A.l0,A.WX,A.aj7,A.ec,A.Vs,A.akF,A.TF,A.d1,A.afw,A.a5D,A.cH,A.f6,A.abn,A.a2W,A.a1n,A.u1,A.a5C,A.ha,A.Pb,A.J7,A.afv,A.a8,A.EE,A.EF,A.na,A.qd,A.qp,A.m8,A.fN,A.a8V,A.Mn,A.a8W,A.adU,A.tF,A.JT,A.hi,A.vT,A.nS,A.a0y,A.a50,A.afV,A.FI,A.kG,A.ac7,A.adk,A.kg,A.m9,A.rw,A.a1o,A.adX,A.a9x,A.MV,A.a9N,A.a9R,A.po,A.Tn,A.iA,A.Nf,A.Ne,A.abT,A.ON,A.OP,A.td,A.a57,A.eO,A.iB,A.ip,A.afZ,A.Jj,A.JC,A.ob,A.bp,A.mm,A.dP,A.js,A.aqM,A.TO,A.YA,A.tM,A.hc]) +p(A.lr,[A.Fy,A.a_L,A.a_J,A.anc,A.anD,A.anC,A.a5M,A.a5N,A.a5J,A.a5K,A.a5L,A.aoP,A.aoO,A.adu,A.apx,A.a6a,A.anG,A.a0S,A.Fz,A.anK,A.a1c,A.a1d,A.a17,A.a18,A.a16,A.a1a,A.a1b,A.a19,A.a2s,A.a2u,A.ao3,A.apA,A.apz,A.a45,A.a46,A.a47,A.a48,A.a49,A.a4a,A.a4d,A.a4b,A.aoU,A.aoV,A.aoW,A.aoT,A.a8U,A.a5w,A.a5x,A.a5u,A.a5v,A.apa,A.a3S,A.a3Q,A.ap_,A.ap0,A.anM,A.anN,A.anO,A.anP,A.anQ,A.anR,A.anS,A.anT,A.a6W,A.a6X,A.a6Y,A.a7_,A.a76,A.a7a,A.apt,A.a8g,A.adl,A.adm,A.a3C,A.a3c,A.a38,A.a39,A.a3a,A.a3b,A.a37,A.a35,A.a3e,A.abS,A.ahm,A.akR,A.akT,A.akU,A.akV,A.akW,A.akX,A.akY,A.amg,A.amh,A.ami,A.amj,A.amk,A.akw,A.akx,A.aky,A.akz,A.akA,A.akB,A.aay,A.aaz,A.aaD,A.a_r,A.a_s,A.a6s,A.a6t,A.act,A.acu,A.acX,A.a3h,A.a1X,A.a80,A.aej,A.aep,A.aeq,A.aer,A.aes,A.aeu,A.a0C,A.a2Z,A.a3_,A.a1Q,A.a1R,A.a1S,A.a1T,A.a5W,A.a5X,A.a5U,A.a_D,A.a3I,A.a3J,A.a5R,A.a2J,A.aob,A.a1z,A.a1C,A.a4k,A.a0F,A.Js,A.Pf,A.a6P,A.a6O,A.ap6,A.ap8,A.am6,A.ah9,A.ah8,A.an7,A.an6,A.a4s,A.a4l,A.aiZ,A.aj5,A.adP,A.adO,A.aln,A.ajc,A.aij,A.ajW,A.a7D,A.adx,A.adB,A.ajM,A.amw,A.amz,A.any,A.anz,A.aph,A.apu,A.apv,A.aog,A.a6V,A.ao9,A.a5_,A.a4Y,A.a4n,A.adL,A.akL,A.a7W,A.aia,A.aic,A.aid,A.aif,A.a3V,A.a3W,A.a3X,A.aoh,A.adD,A.ae9,A.aj6,A.aa0,A.aa1,A.aaa,A.ak4,A.ak3,A.a7J,A.a0p,A.ahT,A.ahU,A.ahV,A.ahw,A.ahx,A.ahy,A.ahJ,A.ahM,A.ahN,A.ahO,A.ahP,A.ahQ,A.ahR,A.ahS,A.ahz,A.ahA,A.ahB,A.ahK,A.ahu,A.ahL,A.aht,A.ahC,A.ahD,A.ahE,A.ahF,A.ahG,A.ahH,A.ahI,A.a1Z,A.aiK,A.ajE,A.ajB,A.a7u,A.al9,A.a7s,A.akm,A.ak6,A.ak7,A.ak8,A.ak9,A.a7N,A.an_,A.an0,A.an1,A.an2,A.a9q,A.abV,A.akf,A.akc,A.ake,A.akd,A.akb,A.am7,A.am9,A.am8,A.ah4,A.afg,A.a8M,A.a8N,A.ai5,A.ai4,A.ai6,A.a0Z,A.a1_,A.a10,A.ahX,A.a6g,A.a6b,A.a_R,A.a6j,A.a6k,A.a6w,A.a6v,A.alP,A.alQ,A.alR,A.af4,A.af_,A.aeZ,A.af5,A.a4i,A.abm,A.abi,A.a09,A.a8b,A.a8a,A.ab6,A.ab7,A.ab2,A.ab3,A.ab4,A.aaU,A.abb,A.abc,A.ab9,A.ac2,A.ac1,A.afl,A.acV,A.acT,A.alN,A.alM,A.alK,A.alL,A.and,A.acZ,A.acY,A.acG,A.acK,A.acI,A.acL,A.acJ,A.acM,A.acN,A.a0v,A.a9P,A.a_V,A.ah7,A.ad8,A.ail,A.a02,A.a7Z,A.a3n,A.abu,A.abv,A.abt,A.aeN,A.aeM,A.aeO,A.anL,A.a_w,A.a_z,A.a_x,A.a_A,A.ah1,A.ah2,A.ah3,A.amD,A.amE,A.alY,A.amp,A.amo,A.amH,A.amG,A.a1P,A.a2k,A.a2l,A.a4_,A.anH,A.a41,A.a43,A.a42,A.al3,A.a23,A.a24,A.a26,A.a27,A.a22,A.a2e,A.a2f,A.a2g,A.a2h,A.al0,A.al1,A.akZ,A.aaR,A.ajv,A.a2P,A.a2Q,A.a2S,A.a2M,A.a2O,A.a2N,A.a9w,A.a4C,A.a4H,A.a4J,A.a4L,A.a4N,A.a4E,A.a4G,A.aiq,A.air,A.ais,A.aiv,A.aiw,A.aix,A.a56,A.a54,A.a53,A.a60,A.ajs,A.a6n,A.a6m,A.a6l,A.agL,A.agM,A.agN,A.agO,A.agP,A.agQ,A.agR,A.agS,A.agV,A.agU,A.agT,A.agW,A.agX,A.agY,A.agZ,A.a6u,A.anW,A.anX,A.anY,A.ak1,A.ak2,A.a7B,A.a7S,A.a7T,A.abK,A.abJ,A.a8L,A.alp,A.als,A.a8E,A.a8K,A.a8D,A.a8J,A.a9i,A.a9o,A.alj,A.alw,A.alu,A.afu,A.afr,A.aku,A.akr,A.a86,A.aca,A.acb,A.acc,A.acd,A.ach,A.aci,A.acj,A.acr,A.aco,A.acq,A.alE,A.acv,A.aaI,A.aaE,A.aaF,A.aaG,A.aaK,A.aaM,A.aaN,A.a8v,A.a8w,A.a8x,A.a8t,A.a8u,A.a8y,A.a8z,A.a1U,A.afX,A.ag4,A.a63,A.a62,A.a64,A.a6D,A.a6B,A.abM,A.a1u,A.aoi,A.aoj,A.aok,A.aov,A.aoG,A.aoH,A.aoI,A.aoJ,A.aoK,A.aoL,A.aoM,A.aol,A.aom,A.aon,A.aoo,A.aop,A.aoq,A.aor,A.aos,A.aot,A.aou,A.aow,A.aox,A.aoy,A.aoz,A.aoA,A.aoB,A.aoC,A.aoD,A.aoE,A.aoF,A.a3x,A.a3w,A.a3u,A.ajo,A.ajl,A.a7m,A.a7n,A.ag0,A.ag1,A.ag3,A.a7q,A.a1N,A.aja,A.a6q,A.ai9,A.acD,A.acE,A.acC,A.acB,A.a5H,A.abx,A.aby,A.EH,A.a0e,A.a0f,A.a0s,A.fO,A.a8Z,A.a8Y,A.a1t,A.aad,A.aae,A.aaf,A.aag,A.aah,A.aac,A.afo,A.alT,A.a95,A.a96,A.a94,A.a98,A.a97,A.a9b,A.apn,A.apo,A.a9e,A.a7O,A.afx,A.agH,A.apB,A.ada,A.a4e,A.a92,A.a90,A.a1r,A.a1s,A.ao4,A.acx,A.ajw,A.a59,A.a58,A.a5a,A.a5c,A.a5e,A.a5b,A.a5s,A.a7Y,A.aiG,A.aiH,A.age,A.anv,A.ant,A.anu,A.ank,A.anl,A.ans,A.anw,A.ann,A.anq,A.anp,A.ano,A.anm,A.anr,A.amM,A.agj,A.agc,A.agn,A.agm,A.agv,A.agp,A.ajZ,A.agF,A.agk,A.agl,A.akN,A.amR,A.amS,A.amP,A.amQ,A.agA,A.agC,A.agB]) +p(A.Fy,[A.a_K,A.adq,A.adr,A.ads,A.adt,A.a4g,A.a4h,A.a0A,A.a0V,A.a4c,A.a3D,A.a9D,A.a5G,A.ae3,A.ae4,A.a4V,A.a4T,A.a0h,A.a0i,A.apc,A.apd,A.a3T,A.ana,A.a77,A.a78,A.a79,A.a72,A.a73,A.a74,A.a3d,A.apf,A.a9U,A.akS,A.aa_,A.aaA,A.aaC,A.a_p,A.abI,A.a_q,A.acs,A.a3g,A.a3j,A.a3i,A.a81,A.aet,A.aev,A.a5z,A.a5A,A.a5B,A.abQ,A.a5V,A.a3H,A.aen,A.a31,A.a32,A.a0H,A.apr,A.aap,A.aha,A.ahb,A.amc,A.an5,A.ahd,A.ahe,A.ahg,A.ahh,A.ahf,A.ahc,A.a4r,A.a4q,A.a4p,A.aiV,A.aj1,A.aj0,A.aiY,A.aiX,A.aiW,A.aj4,A.aj3,A.aj2,A.adQ,A.adN,A.am1,A.am0,A.agJ,A.ahs,A.ahr,A.akP,A.anb,A.ao1,A.alm,A.afQ,A.afP,A.a0L,A.a0M,A.a6U,A.aoa,A.a0k,A.a4Z,A.adM,A.akM,A.a1x,A.a1y,A.aig,A.ao2,A.an9,A.a3U,A.a04,A.a0J,A.a4x,A.a4w,A.a4y,A.a4z,A.a7A,A.a7z,A.a7y,A.a2x,A.a2C,A.a2D,A.a2y,A.a2z,A.a2A,A.a2B,A.aa6,A.aam,A.aed,A.aee,A.aef,A.aeg,A.aeh,A.a_H,A.ah6,A.a7I,A.ahW,A.ahv,A.aiL,A.aiJ,A.anJ,A.anI,A.ajA,A.ajD,A.ajF,A.ajz,A.ajC,A.a7L,A.a7M,A.aiN,A.abZ,A.abY,A.abX,A.akl,A.akk,A.akj,A.akh,A.aki,A.akg,A.afh,A.a67,A.a66,A.ak_,A.a6d,A.a6e,A.a8h,A.aeS,A.aeU,A.aeT,A.aeV,A.aeW,A.aeX,A.aeY,A.af1,A.af2,A.af3,A.af0,A.af6,A.af7,A.aaV,A.abk,A.abl,A.aaY,A.aaX,A.a8e,A.a8d,A.a8c,A.a9u,A.a9t,A.a9s,A.ab5,A.ab8,A.aba,A.ac4,A.ac5,A.ac6,A.a0u,A.ad7,A.a3p,A.a3o,A.aaw,A.abr,A.abs,A.abq,A.aeb,A.aeP,A.agI,A.ah0,A.amF,A.alX,A.alV,A.alZ,A.alW,A.abA,A.abB,A.ag5,A.abD,A.abE,A.aiO,A.aiP,A.aiQ,A.aiR,A.a0m,A.a1h,A.a1i,A.a4B,A.a4D,A.a4I,A.a4K,A.a4M,A.a4O,A.a4F,A.aiu,A.ait,A.ajh,A.ajg,A.ajf,A.ajp,A.ajr,A.ajt,A.aju,A.a_F,A.ajS,A.ajT,A.ajU,A.ak0,A.ako,A.a82,A.alr,A.alq,A.alo,A.a8F,A.a8G,A.a8H,A.a8I,A.a8C,A.akI,A.a9m,A.a9l,A.a9n,A.a9k,A.a9j,A.ajb,A.ali,A.abw,A.alz,A.alA,A.aly,A.alt,A.alx,A.alv,A.afs,A.aft,A.akp,A.a85,A.a83,A.ac9,A.acg,A.acn,A.acp,A.aaL,A.aaH,A.aaJ,A.a8k,A.a8l,A.a8m,A.a8n,A.a8o,A.a8p,A.a8q,A.a8r,A.a8s,A.add,A.adf,A.adg,A.afa,A.afc,A.afb,A.ah_,A.a6C,A.a3v,A.ajk,A.aj9,A.aka,A.amI,A.aj8,A.a9F,A.a6o,A.aoS,A.aoR,A.a5I,A.afp,A.a9a,A.a9d,A.akn,A.amn,A.amW,A.afi,A.afj,A.afk,A.afT,A.a91,A.a7v,A.ajx,A.a5r,A.a5f,A.a5m,A.a5n,A.a5o,A.a5p,A.a5k,A.a5l,A.a5g,A.a5h,A.a5i,A.a5j,A.a5q,A.aji,A.amN,A.agi,A.amO,A.ago,A.agu,A.agq,A.agr,A.ags,A.agt,A.akO,A.amU,A.amT,A.apm,A.apl]) +p(A.aiD,[A.vt,A.kh,A.oh,A.q6,A.xo,A.op,A.nm,A.vl,A.AS,A.ie,A.oG,A.a_t,A.nG,A.zB,A.wu,A.lY,A.qN,A.AU,A.TV,A.ts,A.Ah,A.bx,A.de,A.Fq,A.MW,A.xw,A.OY,A.adW,A.MS,A.lj,A.qe,A.a07,A.nB,A.iK,A.vk,A.a1E,A.km,A.hy,A.rD,A.II,A.mh,A.ir,A.A4,A.p2,A.Pm,A.jn,A.A3,A.ES,A.a0b,A.Ad,A.EV,A.vI,A.ri,A.iJ,A.tN,A.Eq,A.XX,A.we,A.jW,A.e2,A.IS,A.u5,A.Bc,A.a2F,A.wU,A.jp,A.tU,A.EZ,A.a0o,A.Bl,A.mO,A.a3P,A.JP,A.a7t,A.iC,A.m3,A.c8,A.fD,A.zO,A.OI,A.o9,A.zg,A.rS,A.EC,A.PR,A.pY,A.EN,A.EU,A.vs,A.qV,A.A8,A.af9,A.zS,A.rR,A.a3K,A.JW,A.JV,A.nj,A.wY,A.HH,A.mu,A.zy,A.tu,A.t2,A.zz,A.Pq,A.J0,A.OU,A.zj,A.ag7,A.ag8,A.oL,A.a1I,A.a_Q,A.r6,A.Jy,A.nZ,A.h_,A.P9,A.acy,A.qk,A.lT,A.PI,A.lA,A.a3Z,A.mE,A.PF,A.alU,A.u0,A.qS,A.Mw,A.e6,A.a8B,A.D3,A.rY,A.ep,A.Cs,A.u9,A.Xx,A.uA,A.O0,A.Oi,A.oN,A.ack,A.Oj,A.zr,A.OJ,A.no,A.aQ,A.JN,A.tx,A.mI,A.ag_,A.tH,A.p9,A.Xb,A.mB,A.a7d,A.oz,A.cz,A.agf,A.AB,A.AD,A.tL,A.agy]) +q(A.a0D,A.WU) +p(A.Fe,[A.vD,A.vF,A.qa]) +p(A.p,[A.yd,A.e5,A.kU,A.iy,A.an,A.ex,A.aX,A.fQ,A.p1,A.kB,A.zJ,A.k2,A.dd,A.pt,A.S2,A.Xy,A.fF,A.xG,A.wl,A.O7,A.by,A.qQ,A.YY]) +q(A.AT,A.Fh) +q(A.vE,A.EX) +p(A.f4,[A.qm,A.N2]) +p(A.qm,[A.NY,A.Fs,A.Fx,A.Fv,A.Ms,A.Ag,A.Jf]) +q(A.Mr,A.Ag) +p(A.OA,[A.Fg,A.Ff]) +p(A.Fz,[A.ae6,A.aof,A.aod,A.a9C,A.apb,A.ap1,A.a75,A.a71,A.a36,A.adH,A.ang,A.apy,A.a5S,A.a1A,A.ahZ,A.a0G,A.a1l,A.aao,A.a6N,A.ap7,A.an8,A.ao5,A.a4t,A.a4m,A.aj_,A.agK,A.all,A.a7l,A.a7E,A.adA,A.adz,A.ajR,A.ajO,A.a8R,A.afF,A.afH,A.afI,A.amy,A.amx,A.anx,A.a4o,A.a1w,A.aa5,A.a7G,A.ak5,A.al6,A.al5,A.al8,A.amY,A.amZ,A.ac_,A.alC,A.aff,A.a8O,A.ai3,A.a68,A.a6f,A.a6c,A.a_S,A.a8i,A.a8j,A.abj,A.aaW,A.a89,A.a9K,A.a9J,A.a9L,A.a9M,A.ab1,A.abd,A.abe,A.abh,A.aaZ,A.ab_,A.abf,A.ac3,A.alJ,A.ad_,A.ad0,A.acH,A.a0w,A.aim,A.adI,A.am_,A.a29,A.a2b,A.a2a,A.a2c,A.a2d,A.a25,A.a28,A.al2,A.al_,A.aaP,A.aaQ,A.a2R,A.a55,A.aje,A.a52,A.ajq,A.a1V,A.ajj,A.akC,A.ale,A.am2,A.an3,A.an4,A.akt,A.aks,A.akq,A.alH,A.alF,A.alG,A.acm,A.ade,A.adj,A.ald,A.alc,A.afU,A.alb,A.ala,A.abL,A.adY,A.adZ,A.aoN,A.a1L,A.a3y,A.ajm,A.ajn,A.a7o,A.a7p,A.ag2,A.ae_,A.api,A.a2L,A.a9G,A.a6p,A.aoY,A.EG,A.a93,A.a99,A.a9c,A.afe,A.a5d,A.amL,A.amJ,A.amK,A.agE,A.amV]) +p(A.bQ,[A.F2,A.eg,A.fW,A.kI,A.Jv,A.PK,A.Tb,A.O8,A.TN,A.xv,A.n9,A.hh,A.Mi,A.PM,A.mF,A.h8,A.FD,A.U_]) +q(A.Ia,A.a2i) +p(A.eg,[A.IH,A.wP,A.wQ]) +p(A.a30,[A.jQ,A.Ty]) +p(A.dw,[A.dY,A.MZ]) +p(A.dY,[A.Vv,A.Vu,A.yB,A.yD,A.yE,A.yF,A.yG,A.yH]) +q(A.yC,A.Vv) +q(A.MX,A.Vu) +q(A.a2n,A.Ty) +q(A.N_,A.MZ) +p(A.cW,[A.wn,A.yx,A.MN,A.MR,A.MP,A.MO,A.MQ]) +p(A.wn,[A.MB,A.MA,A.Mz,A.MF,A.MH,A.ML,A.MK,A.MD,A.MG,A.MC,A.MJ,A.MM,A.ME,A.MI]) +p(A.wv,[A.a4U,A.a4S]) +q(A.BR,A.ly) +p(A.Ic,[A.y9,A.a7Q]) +q(A.J5,A.x_) +p(A.a0g,[A.yb,A.zH]) +q(A.If,A.a9Q) +p(A.ahl,[A.Za,A.amf,A.Z3]) +q(A.akQ,A.Za) +q(A.akv,A.Z3) +p(A.Nb,[A.a0N,A.HT,A.a6h,A.a6r,A.a9X,A.acl,A.a4u,A.a0n,A.aeo]) +p(A.kv,[A.rX,A.qJ,A.xA,A.o4,A.A2]) +p(A.acO,[A.a1W,A.a8_]) +q(A.wa,A.Tk) +p(A.wa,[A.ad3,A.IZ,A.O9]) +p(A.av,[A.jF,A.tI,A.o2]) +q(A.Uy,A.jF) +q(A.PG,A.Uy) +q(A.rB,A.a9v) +p(A.ti,[A.Fa,A.NZ]) +p(A.aex,[A.a7g,A.a3z,A.afS]) +p(A.aew,[A.ai2,A.lX,A.nb]) +q(A.UH,A.ai2) +q(A.UI,A.UH) +q(A.UJ,A.UI) +q(A.i7,A.UJ) +q(A.I6,A.i7) +p(A.a33,[A.a8Q,A.a3k,A.a2w,A.a4Q,A.a8P,A.aal,A.acw,A.ad5]) +p(A.a34,[A.a8S,A.aeK,A.a9_,A.a1J,A.a9H,A.a2T,A.afJ,A.M1]) +p(A.IZ,[A.a5T,A.a_C,A.a3G]) +p(A.aez,[A.aeE,A.aeL,A.aeG,A.aeJ,A.aeF,A.aeI,A.aey,A.aeB,A.aeH,A.aeD,A.aeC,A.aeA]) +p(A.a20,[A.Hy,A.IO]) +p(A.a2U,[A.a1B,A.a4j]) +q(A.OC,A.qI) +q(A.Ib,A.OC) +p(J.xn,[J.xq,J.xs,J.aF,J.nV,J.nW,J.lR,J.j2]) +p(J.aF,[J.lV,J.t,A.ye,A.yi]) +p(J.lV,[J.N4,J.kL,J.j3]) +q(J.a6M,J.t) +p(J.lR,[J.r4,J.xt]) +p(A.cb,[A.vx,A.CW,A.zZ,A.pq,A.Bo,A.u2]) +p(A.iy,[A.nf,A.Dw,A.jU,A.jT]) +q(A.Bf,A.nf) +q(A.AR,A.Dw) +q(A.et,A.AR) +p(A.b7,[A.ng,A.eH,A.kW,A.UB]) +q(A.cd,A.tI) +p(A.an,[A.bf,A.k0,A.bl,A.pr,A.BM,A.CL,A.CQ,A.CM]) +p(A.bf,[A.h9,A.X,A.be,A.xH,A.UC]) +q(A.k_,A.ex) +q(A.wr,A.p1) +q(A.qx,A.kB) +q(A.wq,A.k2) +p(A.fC,[A.We,A.Wf,A.Wg]) +p(A.We,[A.hd,A.us,A.Wh,A.Wi]) +p(A.Wf,[A.Wj,A.Wk,A.Wl,A.Cd]) +q(A.Ce,A.Wg) +q(A.Da,A.xP) +q(A.pa,A.Da) +q(A.ni,A.pa) +p(A.ql,[A.i,A.cu]) +p(A.bG,[A.vP,A.uy,A.B2]) +p(A.vP,[A.dI,A.ev]) +q(A.lO,A.Js) +q(A.yn,A.kI) +p(A.Pf,[A.OV,A.q1]) +p(A.eH,[A.xu,A.nX,A.BH]) +p(A.yi,[A.yf,A.rl]) +p(A.rl,[A.BX,A.BZ]) +q(A.BY,A.BX) +q(A.m6,A.BY) +q(A.C_,A.BZ) +q(A.h0,A.C_) +p(A.m6,[A.yg,A.M6]) +p(A.h0,[A.M7,A.yh,A.M8,A.M9,A.yj,A.yk,A.oi]) +q(A.D5,A.TN) +q(A.dQ,A.CW) +q(A.kR,A.dQ) +p(A.tR,[A.tT,A.Bp]) +q(A.tQ,A.tT) +q(A.AN,A.tP) +q(A.bc,A.AV) +p(A.pA,[A.mK,A.uB]) +q(A.Xv,A.S1) +p(A.Tm,[A.pn,A.tZ]) +p(A.Bo,[A.Dg,A.pv]) +q(A.alk,A.amX) +p(A.kW,[A.mP,A.B5]) +p(A.uy,[A.jy,A.fB]) +p(A.Ba,[A.B9,A.Bb]) +p(A.Xs,[A.fh,A.fE]) +p(A.Xr,[A.CN,A.CO]) +q(A.zR,A.CN) +p(A.jC,[A.l1,A.CR,A.pz]) +q(A.CP,A.CO) +q(A.te,A.CP) +p(A.OX,[A.CZ,A.amt,A.ahi]) +q(A.BE,A.CZ) +p(A.FA,[A.a2V,A.a0_,A.a6Q]) +p(A.a2V,[A.a_N,A.afN]) +p(A.vR,[A.ams,A.amr,A.a01,A.a00,A.U9,A.a6S,A.a6R,A.afR,A.afO]) +q(A.a_P,A.ams) +q(A.a_O,A.amr) +p(A.a0q,[A.aiE,A.alS,A.ahk,A.SE,A.SF,A.Ym]) +q(A.amA,A.ahk) +q(A.Jw,A.xv) +q(A.ajL,A.Fb) +q(A.UD,A.ajQ) +q(A.Z0,A.UD) +q(A.ajP,A.Z0) +q(A.ZH,A.Yl) +q(A.amB,A.ZH) +p(A.hh,[A.rN,A.xf]) +q(A.Td,A.Db) +p(A.Mq,[A.o,A.J]) +p(A.mV,[A.tJ,A.t8]) +p(A.jq,[A.a7w,A.a61]) +q(A.afm,A.afn) +p(A.aa,[A.k7,A.mJ,A.Pt,A.Mc,A.bq,A.Op,A.oR,A.zE,A.fa,A.t4,A.OZ,A.PB,A.HX,A.P1,A.y3,A.y4,A.hU,A.lu,A.hk]) +p(A.bq,[A.aC,A.xx,A.An,A.yr,A.rs,A.Mv,A.Mu,A.PJ,A.J_,A.nv]) +p(A.aC,[A.F1,A.cV,A.tG,A.hx,A.dU,A.Il,A.IK,A.kM,A.lH,A.lG,A.x2]) +p(A.fa,[A.nr,A.M4,A.EA,A.Jb,A.Fo,A.rK,A.rL,A.Md]) +q(A.yN,A.rK) +q(A.Ng,A.rL) +q(A.O4,A.PB) +p(A.HX,[A.I2,A.P3,A.PW,A.Ji,A.LS,A.J4,A.My,A.F9,A.JA,A.IG,A.P0,A.M3,A.tK,A.LW,A.xe]) +p(A.P1,[A.tj,A.P5,A.P2,A.P4]) +p(A.LW,[A.y8,A.LV]) +p(A.hU,[A.Am,A.lM,A.Io]) +q(A.xQ,A.lu) +p(A.tG,[A.dk,A.En,A.Pw,A.IM,A.NU,A.F7,A.ej,A.JL,A.PX]) +q(A.Ju,A.cV) +p(A.hk,[A.qL,A.ER,A.J2,A.RI]) +p(A.ER,[A.m1,A.jR,A.mb]) +p(A.ai,[A.bV,A.BT,A.HA,A.XC,A.w5]) +p(A.bV,[A.Se,A.S3,A.S4,A.W5,A.WP,A.Ta,A.XU,A.AW,A.Dt]) +q(A.Sf,A.Se) +q(A.Sg,A.Sf) +q(A.pV,A.Sg) +p(A.adh,[A.ajI,A.alf,A.IN,A.OT,A.a08,A.a0X]) +q(A.W6,A.W5) +q(A.W7,A.W6) +q(A.yL,A.W7) +q(A.WQ,A.WP) +q(A.h5,A.WQ) +q(A.w4,A.Ta) +q(A.XV,A.XU) +q(A.XW,A.XV) +q(A.p7,A.XW) +q(A.AX,A.AW) +q(A.AY,A.AX) +q(A.qj,A.AY) +p(A.qj,[A.vf,A.AL]) +q(A.fr,A.yz) +p(A.fr,[A.BG,A.j1,A.Pv,A.ed,A.Pu,A.qG,A.Tf]) +q(A.aq,A.Dt) +p(A.ag,[A.cg,A.aK,A.iP,A.Aj]) +p(A.aK,[A.z8,A.eW,A.OD,A.yU,A.lP,A.y1,A.mw,A.p5,A.lf,A.nd,A.jV,A.wo,A.jZ,A.nc,A.oc,A.p4]) +p(A.q,[A.T5,A.ls,A.LK]) +q(A.hj,A.T5) +q(A.bR,A.Un) +q(A.T6,A.bR) +q(A.FM,A.T6) +p(A.dl,[A.T7,A.UT,A.Ys,A.Sk,A.Uc,A.UU,A.Yt]) +q(A.a1Y,A.To) +p(A.a1Y,[A.h,A.cm,A.Ot,A.ad1,A.aP]) +p(A.h,[A.aG,A.ah,A.aI,A.aD,A.zc,A.Vh]) +p(A.aG,[A.Hu,A.Hx,A.EY,A.F5,A.HS,A.PS,A.Iv,A.xj,A.JO,A.CH,A.YK,A.Sv,A.Ol,A.mD,A.Vf,A.N8,A.o_,A.es,A.FE,A.Vg,A.HM,A.HZ,A.IR,A.iX,A.SI,A.LX,A.V3,A.Ma,A.rx,A.Oa,A.OB,A.Vi,A.hD,A.Px,A.PT,A.nk,A.mx,A.Mo,A.Mp,A.rq,A.t9,A.Ps,A.Pr,A.PP,A.IJ,A.rp,A.Yw,A.YD,A.RN,A.RQ,A.RL,A.RM,A.RO,A.pg,A.AF,A.RV]) +p(A.ah,[A.tX,A.rQ,A.o6,A.vj,A.yS,A.vv,A.wD,A.xh,A.BB,A.xR,A.Jh,A.mX,A.mY,A.zf,A.Bj,A.oK,A.jN,A.v9,A.va,A.Ap,A.ji,A.qv,A.nD,A.wN,A.ks,A.nK,A.nO,A.xM,A.BS,A.vc,A.ym,A.kZ,A.ys,A.wV,A.A_,A.mo,A.zb,A.O1,A.ul,A.zk,A.zp,A.CE,A.zw,A.zC,A.oW,A.zD,A.p6,A.wZ,A.x0,A.y2,A.Ai,A.AG,A.AC,A.Az,A.pe,A.RT,A.AE]) +q(A.ap,A.Xu) +p(A.ap,[A.tY,A.ur,A.BN,A.AM,A.Zb,A.Dv,A.Dx,A.BC,A.DA,A.Z1,A.uc,A.DJ,A.DK,A.Cw,A.Dy,A.Cx,A.AI,A.YM,A.Du,A.ZI,A.CV,A.Bd,A.u3,A.U5,A.rO,A.ua,A.Z_,A.UP,A.Z2,A.C2,A.C5,A.Vp,A.Dz,A.DG,A.Zj,A.Cr,A.uH,A.kY,A.zl,A.CF,A.X_,A.Zm,A.Xd,A.CJ,A.CI,A.XP,A.AK,A.Ui,A.Bu,A.UY,A.Yd,A.YH,A.YB,A.Dq,A.Yz,A.DH,A.DI]) +q(A.hl,A.Th) +p(A.hl,[A.iz,A.dH,A.im]) +p(A.ET,[A.aie,A.aho,A.alO]) +p(A.rQ,[A.qn,A.uk]) +q(A.jf,A.ur) +p(A.jf,[A.B4,A.UV]) +q(A.Hw,A.T8) +p(A.aI,[A.aU,A.ey,A.ei]) +p(A.aU,[A.Bx,A.d8,A.wK,A.C9,A.Cv,A.WW,A.AH,A.Yg,A.j0,A.j_,A.BL,A.nL,A.WG,A.rH,A.Al,A.WS,A.BW,A.zi,A.CA,A.CC,A.t3,A.Xh,A.Be,A.pE,A.Ca,A.M2,A.eo,A.AA]) +q(A.T9,A.Mg) +q(A.w3,A.T9) +q(A.ain,A.Hw) +p(A.eE,[A.hm,A.wf]) +q(A.mM,A.hm) +p(A.mM,[A.qA,A.Ih,A.Ig]) +q(A.bK,A.TZ) +q(A.nC,A.U_) +p(A.wf,[A.TY,A.HR,A.X7]) +p(A.aM,[A.ff,A.OK,A.WV,A.St,A.M_,A.kN,A.Ow,A.z7,A.Jx,A.ek,A.Bq,A.CX,A.Oh,A.zs,A.zQ,A.hA,A.RR]) +p(A.f3,[A.m0,A.ew]) +p(A.m0,[A.Ak,A.fy]) +q(A.xC,A.hs) +p(A.amm,[A.U7,A.mL,A.Bs]) +q(A.wL,A.bK) +q(A.b3,A.VG) +q(A.Zu,A.RY) +q(A.Zv,A.Zu) +q(A.Y1,A.Zv) +p(A.b3,[A.Vy,A.VT,A.VJ,A.VE,A.VH,A.VC,A.VL,A.W0,A.eL,A.VP,A.VR,A.VN,A.VA]) +q(A.Vz,A.Vy) +q(A.oq,A.Vz) +p(A.Y1,[A.Zq,A.ZC,A.Zx,A.Zt,A.Zw,A.Zs,A.Zy,A.ZG,A.ZE,A.ZF,A.ZD,A.ZA,A.ZB,A.Zz,A.Zr]) +q(A.XY,A.Zq) +q(A.VU,A.VT) +q(A.ov,A.VU) +q(A.Y8,A.ZC) +q(A.VK,A.VJ) +q(A.ko,A.VK) +q(A.Y3,A.Zx) +q(A.VF,A.VE) +q(A.mj,A.VF) +q(A.Y0,A.Zt) +q(A.VI,A.VH) +q(A.mk,A.VI) +q(A.Y2,A.Zw) +q(A.VD,A.VC) +q(A.kn,A.VD) +q(A.Y_,A.Zs) +q(A.VM,A.VL) +q(A.os,A.VM) +q(A.Y4,A.Zy) +q(A.W1,A.W0) +q(A.oy,A.W1) +q(A.Yc,A.ZG) +p(A.eL,[A.VX,A.VZ,A.VV]) +q(A.VY,A.VX) +q(A.ow,A.VY) +q(A.Ya,A.ZE) +q(A.W_,A.VZ) +q(A.ox,A.W_) +q(A.Yb,A.ZF) +q(A.VW,A.VV) +q(A.N7,A.VW) +q(A.Y9,A.ZD) +q(A.VQ,A.VP) +q(A.kp,A.VQ) +q(A.Y6,A.ZA) +q(A.VS,A.VR) +q(A.ou,A.VS) +q(A.Y7,A.ZB) +q(A.VO,A.VN) +q(A.ot,A.VO) +q(A.Y5,A.Zz) +q(A.VB,A.VA) +q(A.or,A.VB) +q(A.XZ,A.Zr) +q(A.Ua,A.dj) +q(A.d0,A.Ua) +p(A.d0,[A.yq,A.hX]) +p(A.yq,[A.i_,A.rG,A.wm]) +p(A.uE,[A.UZ,A.Vj]) +p(A.rG,[A.ft,A.EI]) +p(A.wm,[A.iw,A.i2,A.h1]) +p(A.EI,[A.fc,A.tO]) +q(A.nM,A.iv) +q(A.rd,A.nM) +q(A.Eg,A.S_) +q(A.a7K,A.Og) +q(A.amd,A.adi) +q(A.W3,A.J) +p(A.aD,[A.bh,A.f5,A.CK,A.JI,A.lt,A.Cc]) +p(A.bh,[A.Sj,A.Ux,A.Uw,A.SL,A.Uu,A.Sa,A.vh,A.nl,A.qf,A.Fu,A.Fr,A.N0,A.N1,A.tB,A.qF,A.IL,A.cG,A.hQ,A.HB,A.h7,A.hT,A.JK,A.rr,A.JQ,A.LY,A.ii,A.qU,A.Ee,A.Oq,A.LU,A.EL,A.wz,A.vM,A.HE,A.Ub,A.WZ,A.uz,A.OL,A.Pe,A.Pd,A.hZ,A.Sp]) +q(A.L,A.Wz) +p(A.L,[A.G,A.WH]) +p(A.G,[A.Cn,A.Wt,A.Zg,A.Cl,A.Cg,A.NB,A.NE,A.Cj,A.WE,A.WI,A.Ze,A.DE,A.DD,A.Zh,A.Wp]) +q(A.oC,A.Cn) +p(A.oC,[A.No,A.Ww,A.Wv,A.NJ,A.Nz]) +p(A.No,[A.Wn,A.Wr,A.Nq,A.NN]) +q(A.pW,A.Si) +q(A.ah5,A.pW) +q(A.rf,A.yU) +q(A.pZ,A.Sr) +q(A.xS,A.UR) +q(A.q_,A.Sx) +q(A.q0,A.Sy) +q(A.vr,A.Sz) +q(A.Wb,A.Zb) +p(A.f5,[A.It,A.w6,A.zT,A.RK,A.z9,A.D2,A.SG]) +p(A.It,[A.SA,A.oI,A.FB]) +q(A.Wu,A.Wt) +q(A.Ch,A.Wu) +q(A.rT,A.Ch) +q(A.Wo,A.rT) +q(A.vu,A.SB) +q(A.bv,A.SC) +q(A.AP,A.Dv) +q(A.cF,A.V5) +p(A.cF,[A.LM,A.Tl,A.jl]) +p(A.LM,[A.V4,A.TE,A.TM]) +p(A.d8,[A.vw,A.x3,A.o3,A.Bz,A.lv,A.nN,A.lw,A.Dp]) +q(A.F_,A.SD) +q(A.q7,A.SJ) +q(A.ahY,A.q7) +q(A.q9,A.SK) +q(A.vC,A.SM) +q(A.qg,A.SN) +q(A.xT,A.ls) +q(A.w7,A.Tc) +q(A.w8,A.Te) +p(A.c_,[A.rv,A.Vd]) +q(A.e3,A.rv) +q(A.px,A.e3) +q(A.fu,A.px) +p(A.fu,[A.yK,A.ic]) +q(A.yQ,A.yK) +q(A.wg,A.yQ) +q(A.nn,A.Tq) +q(A.aiz,A.nn) +q(A.np,A.Tu) +q(A.aiA,A.np) +q(A.qt,A.TC) +q(A.qu,A.TD) +p(A.aT,[A.YN,A.YQ,A.YO,A.YP,A.YV,A.YX,A.YW,A.Uj,A.Ul,A.YZ,A.Ut,A.Z6,A.Z8,A.Z7,A.D0,A.XG,A.Zp]) +q(A.Bg,A.YN) +q(A.TK,A.YQ) +q(A.TI,A.YO) +q(A.TJ,A.YP) +q(A.qy,A.TL) +q(A.Bh,A.Dx) +q(A.qC,A.TQ) +q(A.aiI,A.qC) +q(A.Bi,A.YV) +q(A.TT,A.YX) +q(A.TS,A.YW) +q(A.qE,A.TU) +q(A.qH,A.TX) +q(A.aiM,A.qH) +p(A.a3O,[A.adE,A.aml]) +p(A.adE,[A.YT,A.YR]) +q(A.YU,A.YT) +q(A.aiC,A.YU) +q(A.YS,A.YR) +q(A.aiB,A.YS) +q(A.alD,A.a3N) +q(A.Uk,A.YZ) +q(A.k5,A.Um) +p(A.i5,[A.xi,A.k9]) +p(A.k9,[A.lN,A.xk,A.xl,A.Mh]) +p(A.r2,[A.ajG,A.ajH,A.akE]) +q(A.BA,A.DA) +q(A.Jp,A.xj) +p(A.bT,[A.Jr,A.dm,A.hH,A.EP]) +q(A.eK,A.Jr) +q(A.xm,A.Uv) +q(A.zM,A.CK) +q(A.UN,A.zM) +q(A.Wy,A.Zg) +q(A.ra,A.UO) +q(A.ajY,A.ra) +q(A.UW,A.Z1) +q(A.Cm,A.Cl) +q(A.NO,A.Cm) +p(A.NO,[A.Ci,A.Ny,A.z1,A.Nw,A.NF,A.Wm,A.ut,A.NA,A.NQ,A.yZ,A.ND,A.NP,A.z_,A.NI,A.yW,A.z2,A.Nr,A.NG,A.NC,A.yY,A.WD,A.uv]) +p(A.Jh,[A.BO,A.vb,A.v3,A.v7,A.v6,A.v4,A.v8]) +q(A.qX,A.uc) +p(A.qX,[A.pU,A.S7]) +p(A.pU,[A.US,A.Sd,A.S5,A.S8,A.S6,A.S9]) +p(A.HA,[A.Xc,A.Ud,A.Us,A.YF]) +q(A.BQ,A.LK) +q(A.aB,A.Sw) +q(A.LJ,A.aB) +q(A.UX,A.LJ) +p(A.ff,[A.LN,A.Cu]) +q(A.of,A.V2) +q(A.LT,A.of) +q(A.rh,A.V0) +q(A.y6,A.V1) +q(A.rm,A.Va) +q(A.yl,A.Vb) +q(A.rn,A.Vc) +q(A.Vl,A.Z6) +q(A.Vn,A.Z8) +q(A.Vm,A.Z7) +q(A.ru,A.Vo) +p(A.ic,[A.BP,A.DC]) +q(A.o7,A.BP) +q(A.kk,A.h6) +q(A.kc,A.kk) +q(A.C8,A.DC) +q(A.YI,A.DJ) +q(A.YJ,A.DK) +p(A.id,[A.RW,A.Hv,A.Yx,A.YE]) +q(A.yw,A.Vr) +p(A.OK,[A.Dr,A.Ds]) +q(A.rE,A.W2) +q(A.rI,A.W4) +q(A.rM,A.W8) +q(A.Od,A.Cw) +q(A.aE,A.a1m) +q(A.AO,A.aE) +p(A.a8f,[A.alB,A.ame]) +q(A.Bk,A.Dy) +q(A.Cy,A.Cx) +q(A.t_,A.Cy) +q(A.bA,A.S0) +p(A.bA,[A.HY,A.fM,A.ne,A.PY,A.I0,A.B0,A.NT,A.Mf,A.Na,A.HV]) +p(A.HY,[A.Ts,A.Tt]) +q(A.oP,A.X0) +q(A.zt,A.X1) +q(A.zu,A.X2) +q(A.zv,A.X3) +q(A.zL,A.Xp) +p(A.adv,[A.abH,A.abG]) +q(A.zP,A.Xq) +q(A.tm,A.XA) +q(A.to,A.XE) +q(A.Ph,A.vv) +q(A.XF,A.Zp) +q(A.XH,A.bv) +q(A.tr,A.XI) +q(A.tv,A.XJ) +q(A.dN,A.XM) +q(A.hE,A.XO) +q(A.a7H,A.w3) +q(A.kO,A.Yn) +q(A.Ae,A.XQ) +q(A.Af,A.XS) +q(A.tA,A.XT) +q(A.tD,A.Ye) +p(A.eG,[A.ro,A.Ey,A.m4,A.zh]) +p(A.fp,[A.eb,A.fI,A.BU]) +p(A.vq,[A.ck,A.lk,A.BV]) +p(A.EP,[A.c4,A.eD]) +q(A.eV,A.il) +p(A.dm,[A.d6,A.bF,A.eP,A.fb,A.eQ,A.eR]) +p(A.cx,[A.b5,A.f_,A.mR]) +q(A.P8,A.a4R) +p(A.SH,[A.AQ,A.uh]) +q(A.nP,A.Up) +p(A.nP,[A.RX,A.aiF,A.M0]) +q(A.vn,A.Ey) +q(A.iZ,A.Uo) +q(A.a6i,A.Uq) +p(A.cm,[A.N3,A.is]) +p(A.aek,[A.RJ,A.amu,A.F8,A.a7i,A.a2m]) +q(A.n,A.XK) +q(A.oO,A.OT) +q(A.kl,A.Vw) +q(A.Ti,A.kl) +q(A.oD,A.WH) +q(A.WO,A.oD) +q(A.q4,A.lI) +q(A.q3,A.k4) +p(A.db,[A.eU,A.D1]) +q(A.B_,A.eU) +q(A.vQ,A.B_) +p(A.vQ,[A.hv,A.ef,A.em,A.ju,A.iO]) +q(A.Ws,A.Cg) +q(A.Nx,A.Ws) +q(A.JD,A.UG) +p(A.JD,[A.a9I,A.FF]) +p(A.FF,[A.j9,A.vK,A.Fw,A.Ft,A.Er]) +p(A.j9,[A.x7,A.kH,A.Mt]) +q(A.V7,A.Z4) +q(A.mf,A.a0Y) +p(A.alI,[A.SP,A.fg]) +p(A.fg,[A.WR,A.Bw,A.pC]) +q(A.mi,A.kz) +q(A.jo,A.D1) +q(A.WA,A.Cj) +q(A.WB,A.WA) +q(A.z0,A.WB) +q(A.Zl,A.Zk) +q(A.l_,A.Zl) +q(A.Np,A.Wm) +p(A.w5,[A.oV,A.Tg,A.Tp]) +p(A.ut,[A.Nv,A.Nu,A.Nt,A.Ck]) +p(A.Ck,[A.NK,A.NL]) +p(A.z1,[A.NM,A.NH,A.kt,A.Cf,A.z4,A.rU]) +p(A.acz,[A.vJ,A.zx]) +q(A.oQ,A.X5) +q(A.WF,A.WE) +q(A.z3,A.WF) +q(A.WJ,A.WI) +q(A.NS,A.WJ) +q(A.Os,A.X6) +q(A.cq,A.X9) +q(A.t6,A.Xa) +q(A.rt,A.t6) +p(A.acP,[A.a_G,A.aei]) +q(A.a0t,A.Ex) +q(A.a9O,A.a0t) +p(A.a03,[A.aik,A.Nn]) +q(A.lS,A.UE) +p(A.lS,[A.nY,A.lU,A.xz]) +q(A.a7b,A.UF) +p(A.a7b,[A.e,A.l]) +q(A.XD,A.ya) +q(A.ki,A.m5) +q(A.yR,A.W9) +q(A.ih,A.Wa) +p(A.ih,[A.je,A.rP]) +q(A.Nj,A.yR) +q(A.Aa,A.dx) +q(A.Vx,A.Z9) +q(A.b_,A.Uz) +q(A.a_u,A.RZ) +p(A.b_,[A.pS,A.q5,A.iQ,A.kq,A.ok,A.oA,A.f7,A.I1,A.HW,A.Om,A.vS,A.MU,A.Nl,A.PH,A.PE]) +p(A.fM,[A.Nd,A.DB,A.t0]) +q(A.C6,A.DB) +q(A.Sb,A.YM) +q(A.Sc,A.Du) +q(A.Dh,A.ZI) +q(A.zW,A.ji) +p(A.Mk,[A.a6T,A.oj,A.hr,A.C7,A.Cz]) +p(A.aP,[A.vO,A.bt,A.Cq,A.Ve]) +p(A.vO,[A.yM,A.tf,A.hB]) +p(A.yM,[A.f1,A.on,A.Z5]) +p(A.f1,[A.Yf,A.xg,A.ud,A.ps]) +q(A.hn,A.Yg) +q(A.vz,A.hQ) +p(A.ey,[A.xB,A.rF,A.Iu,A.Yq]) +p(A.bt,[A.zF,A.JH,A.og,A.NR,A.uf,A.zN]) +p(A.zF,[A.Vk,A.Zn]) +q(A.In,A.Iu) +p(A.JI,[A.Ni,A.Ij]) +q(A.za,A.Cq) +q(A.Di,A.EK) +q(A.Dj,A.Di) +q(A.Dk,A.Dj) +q(A.Dl,A.Dk) +q(A.Dm,A.Dl) +q(A.Dn,A.Dm) +q(A.Do,A.Dn) +q(A.PZ,A.Do) +q(A.U3,A.U2) +q(A.d_,A.U3) +p(A.d_,[A.lB,A.Bn]) +q(A.U1,A.U0) +q(A.wM,A.U1) +q(A.IC,A.nD) +q(A.U4,A.u3) +q(A.Bm,A.j0) +q(A.IE,A.U6) +q(A.dB,A.Zd) +q(A.jA,A.Zc) +q(A.Wd,A.IE) +q(A.aaO,A.Wd) +p(A.ew,[A.bO,A.nI,A.B6,A.pT]) +p(A.nH,[A.cK,A.Sh]) +q(A.aip,A.acQ) +q(A.qR,A.m7) +q(A.Bv,A.Z_) +q(A.JG,A.lt) +q(A.Zf,A.Ze) +q(A.Wx,A.Zf) +p(A.j_,[A.kd,A.Xe]) +q(A.V_,A.Z2) +p(A.vc,[A.Ep,A.OH,A.LP,A.HG,A.xJ]) +q(A.HN,A.PD) +q(A.dR,A.kw) +p(A.mS,[A.un,A.um,A.C0,A.C1]) +q(A.Ug,A.YY) +q(A.C3,A.C2) +q(A.ib,A.C3) +p(A.WM,[A.V9,A.as6]) +p(A.ek,[A.Uh,A.cN]) +q(A.C4,A.Z5) +q(A.yt,A.Vp) +q(A.XN,A.og) +q(A.uD,A.em) +q(A.Zi,A.DE) +q(A.Co,A.Zi) +q(A.Br,A.Dz) +q(A.CY,A.DG) +q(A.yu,A.C7) +q(A.HL,A.a9S) +q(A.WN,A.Zj) +p(A.cN,[A.iD,A.WK,A.WL]) +q(A.Cp,A.iD) +p(A.Cp,[A.z6,A.z5]) +q(A.ux,A.uH) +p(A.Of,[A.lJ,A.a5t,A.a2E,A.ED,A.I5]) +q(A.Is,A.TW) +q(A.CB,A.hr) +q(A.f8,A.CB) +p(A.f8,[A.zn,A.ms,A.ja,A.mq,A.PO]) +q(A.mQ,A.m_) +p(A.t1,[A.aau,A.EO,A.a0W]) +q(A.WY,A.kN) +q(A.mr,A.WY) +q(A.oM,A.Cz) +q(A.zm,A.mr) +q(A.CG,A.CF) +q(A.zq,A.CG) +q(A.V8,A.On) +q(A.rj,A.V8) +q(A.CD,A.rj) +q(A.jD,A.ft) +p(A.fc,[A.jE,A.jz]) +q(A.DF,A.Zm) +q(A.X4,A.DF) +q(A.Xl,A.Xk) +q(A.ay,A.Xl) +q(A.pj,A.YL) +q(A.Xg,A.Xf) +q(A.tc,A.Xg) +q(A.Oz,A.Xi) +q(A.Zo,A.Zn) +q(A.Xn,A.Zo) +q(A.uu,A.DD) +q(A.Pi,A.Pd) +p(A.HW,[A.wb,A.wd,A.wc,A.HU,A.zo]) +p(A.HU,[A.nw,A.ny,A.wH,A.wA,A.wB,A.hY,A.nz,A.nA,A.wF,A.wG,A.nx]) +q(A.Yr,A.ty) +p(A.LP,[A.Oe,A.O_]) +q(A.Eo,A.xJ) +q(A.Wc,A.NR) +q(A.fA,A.N3) +q(A.WC,A.Zh) +p(A.hR,[A.Et,A.Eu,A.Ev]) +p(A.hq,[A.HP,A.Jd,A.Jt,A.O2,A.P_,A.Pg,A.PQ]) +q(A.Wq,A.Wp) +q(A.Ns,A.Wq) +p(A.afY,[A.a1K,A.oS]) +p(A.a2_,[A.lW,A.a_X]) +p(A.lW,[A.du,A.cl]) +p(A.a_X,[A.aS,A.pc,A.nJ]) +p(A.bH,[A.nT,A.ku]) +q(A.x6,A.nT) +p(A.ku,[A.fd,A.xE,A.wt,A.O3]) +p(A.IW,[A.FN,A.FO,A.FP,A.FQ,A.FR,A.FS,A.FT,A.FU,A.FV,A.FW,A.FX,A.FY,A.FZ,A.vW,A.G0,A.vX,A.vY,A.Gt,A.Gu,A.Gv,A.Gw,A.Gx,A.vZ,A.Gz,A.GA,A.GB,A.GC,A.GD,A.GE,A.GF,A.GG,A.GH,A.GI,A.GJ,A.GK,A.GL,A.GM,A.GN,A.GO,A.GP,A.GQ,A.GR,A.GS,A.GT,A.GU,A.GV,A.GW,A.GX,A.GY,A.GZ,A.H_,A.H0,A.H1,A.H2,A.H3,A.H4,A.H5,A.w_,A.H7,A.H8,A.H9,A.Ha,A.Hb,A.Hc,A.w0,A.Hf,A.Hg,A.Hh,A.Hi,A.Hj,A.Hk,A.Hl,A.Hm,A.Hn,A.Ho,A.Hp,A.w1,A.Ht]) +q(A.G_,A.vW) +p(A.vX,[A.G1,A.G2,A.G3,A.G4,A.G5,A.G6,A.G7,A.G8]) +p(A.vY,[A.G9,A.Ga,A.Gb,A.Gc,A.Gd,A.Ge,A.Gf,A.Gg,A.Gh,A.Gi,A.Gj,A.Gk,A.Gl,A.Gm,A.Gn,A.Go,A.Gp,A.Gq,A.Gr,A.Gs]) +q(A.Gy,A.vZ) +q(A.H6,A.w_) +p(A.w0,[A.Hd,A.He]) +p(A.w1,[A.Hq,A.w2]) +p(A.w2,[A.Hr,A.Hs]) +p(A.IX,[A.K0,A.K1,A.K2,A.K3,A.K4,A.K5,A.K6,A.K7,A.K8,A.K9,A.Ka,A.Kb,A.Kc,A.xU,A.Ke,A.xV,A.xW,A.KH,A.KI,A.KJ,A.KK,A.KL,A.xX,A.KN,A.KO,A.KP,A.KQ,A.KR,A.KS,A.KT,A.KU,A.KV,A.KW,A.KX,A.KY,A.KZ,A.L_,A.L0,A.L1,A.L2,A.L3,A.L4,A.L5,A.L6,A.L7,A.L8,A.L9,A.La,A.Lb,A.Lc,A.Ld,A.Le,A.Lf,A.Lg,A.Lh,A.Li,A.Lj,A.Lk,A.xY,A.Lm,A.Ln,A.Lo,A.Lp,A.Lq,A.Lr,A.xZ,A.Lu,A.Lv,A.Lw,A.Lx,A.Ly,A.Lz,A.LA,A.LB,A.LC,A.LD,A.LE,A.y_,A.LI]) +q(A.Kd,A.xU) +p(A.xV,[A.Kf,A.Kg,A.Kh,A.Ki,A.Kj,A.Kk,A.Kl,A.Km]) +p(A.xW,[A.Kn,A.Ko,A.Kp,A.Kq,A.Kr,A.Ks,A.Kt,A.Ku,A.Kv,A.Kw,A.Kx,A.Ky,A.Kz,A.KA,A.KB,A.KC,A.KD,A.KE,A.KF,A.KG]) +q(A.KM,A.xX) +q(A.Ll,A.xY) +p(A.xZ,[A.Ls,A.Lt]) +p(A.y_,[A.LF,A.y0]) +p(A.y0,[A.LG,A.LH]) +p(A.IY,[A.Q_,A.Q0,A.Q1,A.Q2,A.Q3,A.Q4,A.Q5,A.Q6,A.Q7,A.Q8,A.Q9,A.Qa,A.Qb,A.Ar,A.Qd,A.As,A.At,A.QG,A.QH,A.QI,A.QJ,A.QK,A.Au,A.QM,A.QN,A.QO,A.QP,A.QQ,A.QR,A.QS,A.QT,A.QU,A.QV,A.QW,A.QX,A.QY,A.QZ,A.R_,A.R0,A.R1,A.R2,A.R3,A.R4,A.R5,A.R6,A.R7,A.R8,A.R9,A.Ra,A.Rb,A.Rc,A.Rd,A.Re,A.Rf,A.Rg,A.Rh,A.Ri,A.Rj,A.Av,A.Rl,A.Rm,A.Rn,A.Ro,A.Rp,A.Rq,A.Aw,A.Rt,A.Ru,A.Rv,A.Rw,A.Rx,A.Ry,A.Rz,A.RA,A.RB,A.RC,A.RD,A.Ax,A.RH]) +q(A.Qc,A.Ar) +p(A.As,[A.Qe,A.Qf,A.Qg,A.Qh,A.Qi,A.Qj,A.Qk,A.Ql]) +p(A.At,[A.Qm,A.Qn,A.Qo,A.Qp,A.Qq,A.Qr,A.Qs,A.Qt,A.Qu,A.Qv,A.Qw,A.Qx,A.Qy,A.Qz,A.QA,A.QB,A.QC,A.QD,A.QE,A.QF]) +q(A.QL,A.Au) +q(A.Rk,A.Av) +p(A.Aw,[A.Rr,A.Rs]) +p(A.Ax,[A.RE,A.Ay]) +p(A.Ay,[A.RF,A.RG]) +q(A.a9Y,A.Nn) +p(A.d1,[A.Tv,A.wj,A.fw,A.TG,A.vN]) +q(A.Tw,A.Tv) +q(A.Tx,A.Tw) +q(A.wi,A.Tx) +q(A.TH,A.TG) +q(A.bw,A.TH) +p(A.o2,[A.cL,A.Eh]) +q(A.ai7,A.afw) +p(A.cH,[A.i4,A.EJ,A.vp,A.Jl,A.Em,A.qY,A.Po,A.xd,A.r_,A.x8,A.x9,A.nQ,A.xb,A.qZ,A.xc,A.Jm,A.Jk,A.Ek,A.xa,A.El,A.Ei,A.Ej]) +q(A.ws,A.B2) +p(A.ha,[A.kE,A.hC,A.wh]) +p(A.kE,[A.mA,A.b2]) +p(A.hC,[A.a3,A.aJ,A.oX,A.qi]) +p(A.EE,[A.NW,A.EW]) +q(A.lo,A.zZ) +p(A.EF,[A.abo,A.adR]) +p(A.na,[A.oF,A.oZ]) +q(A.Xm,A.tf) +q(A.zG,A.Xm) +q(A.zd,A.Cu) +p(A.zd,[A.oa,A.p8,A.pi]) +q(A.a6E,A.adX) +p(A.a6E,[A.aab,A.afM,A.ag6]) +q(A.a7x,A.a9N) +q(A.r1,A.mx) +q(A.xK,A.r1) +q(A.vA,A.xK) +q(A.By,A.zG) +q(A.tV,A.Tn) +q(A.B1,A.iA) +q(A.eF,A.OP) +p(A.td,[A.df,A.OR]) +q(A.kC,A.OR) +p(A.a9R,[A.afK,A.agD]) +p(A.afK,[A.a7X,A.afL]) +q(A.Yh,A.n) +q(A.RS,A.yw) +q(A.pf,A.YA) +q(A.Yv,A.RN) +p(A.dy,[A.Yy,A.YC]) +q(A.jv,A.Yy) +q(A.pd,A.RT) +q(A.Yu,A.DH) +q(A.RP,A.AF) +q(A.jw,A.YC) +q(A.YG,A.DI) +p(A.agD,[A.agz,A.agw]) +s(A.Tk,A.FC) +s(A.Ty,A.abU) +s(A.UH,A.aiT) +s(A.UI,A.aiU) +s(A.UJ,A.aiS) +r(A.Vu,A.B7) +r(A.Vv,A.B7) +s(A.Z3,A.Yp) +s(A.Za,A.Yp) +s(A.tI,A.PL) +s(A.Dw,A.av) +s(A.BX,A.av) +s(A.BY,A.wJ) +s(A.BZ,A.av) +s(A.C_,A.wJ) +s(A.mK,A.So) +s(A.uB,A.XB) +s(A.CN,A.b7) +s(A.CO,A.p) +s(A.CP,A.bG) +s(A.Da,A.Yk) +s(A.Z0,A.ajN) +s(A.ZH,A.OX) +s(A.Se,A.vd) +s(A.Sf,A.n8) +s(A.Sg,A.lg) +s(A.AW,A.ve) +s(A.AX,A.n8) +s(A.AY,A.lg) +s(A.Ta,A.vg) +s(A.W5,A.ve) +s(A.W6,A.n8) +s(A.W7,A.lg) +s(A.WP,A.ve) +s(A.WQ,A.lg) +s(A.XU,A.vd) +s(A.XV,A.n8) +s(A.XW,A.lg) +s(A.Dt,A.vg) +s(A.T5,A.a7) +s(A.T6,A.a7) +s(A.T8,A.a7) +s(A.T9,A.a7) +s(A.U_,A.hV) +s(A.TZ,A.a7) +s(A.To,A.a7) +s(A.Vy,A.dA) +s(A.Vz,A.SQ) +s(A.VA,A.dA) +s(A.VB,A.SR) +s(A.VC,A.dA) +s(A.VD,A.SS) +s(A.VE,A.dA) +s(A.VF,A.ST) +s(A.VG,A.a7) +s(A.VH,A.dA) +s(A.VI,A.SU) +s(A.VJ,A.dA) +s(A.VK,A.SV) +s(A.VL,A.dA) +s(A.VM,A.SW) +s(A.VN,A.dA) +s(A.VO,A.SX) +s(A.VP,A.dA) +s(A.VQ,A.SY) +s(A.VR,A.dA) +s(A.VS,A.SZ) +s(A.VT,A.dA) +s(A.VU,A.T_) +s(A.VV,A.dA) +s(A.VW,A.T0) +s(A.VX,A.dA) +s(A.VY,A.T1) +s(A.VZ,A.dA) +s(A.W_,A.T2) +s(A.W0,A.dA) +s(A.W1,A.T3) +s(A.Zq,A.SQ) +s(A.Zr,A.SR) +s(A.Zs,A.SS) +s(A.Zt,A.ST) +s(A.Zu,A.a7) +s(A.Zv,A.dA) +s(A.Zw,A.SU) +s(A.Zx,A.SV) +s(A.Zy,A.SW) +s(A.Zz,A.SX) +s(A.ZA,A.SY) +s(A.ZB,A.SZ) +s(A.ZC,A.T_) +s(A.ZD,A.T0) +s(A.ZE,A.T1) +s(A.ZF,A.T2) +s(A.ZG,A.T3) +s(A.Ua,A.hV) +s(A.S_,A.a7) +s(A.Si,A.a7) +s(A.Sr,A.a7) +s(A.UR,A.a7) +s(A.Sx,A.a7) +s(A.Sy,A.a7) +s(A.Sz,A.a7) +s(A.Zb,A.LL) +s(A.SB,A.a7) +s(A.SC,A.a7) +r(A.Dv,A.eB) +s(A.SD,A.a7) +s(A.SJ,A.a7) +s(A.SK,A.a7) +s(A.SM,A.a7) +s(A.SN,A.a7) +s(A.Tc,A.a7) +s(A.Te,A.a7) +s(A.Tq,A.a7) +s(A.Tu,A.a7) +s(A.TC,A.a7) +s(A.TD,A.a7) +s(A.YN,A.a7) +s(A.YO,A.a7) +s(A.YP,A.a7) +s(A.YQ,A.a7) +s(A.TL,A.a7) +r(A.Dx,A.my) +s(A.TQ,A.a7) +s(A.YV,A.a7) +s(A.YW,A.a7) +s(A.YX,A.a7) +s(A.TU,A.a7) +s(A.YR,A.Ip) +s(A.YS,A.a3A) +s(A.YT,A.Ip) +s(A.YU,A.a3B) +s(A.TX,A.a7) +s(A.YZ,A.a7) +s(A.Um,A.a7) +r(A.DA,A.vo) +s(A.Uv,A.a7) +r(A.Zg,A.mz) +s(A.UO,A.a7) +r(A.Z1,A.eB) +s(A.V0,A.a7) +s(A.V1,A.a7) +s(A.V2,A.a7) +s(A.Va,A.a7) +s(A.Vb,A.a7) +s(A.Vc,A.a7) +s(A.Z6,A.a7) +s(A.Z7,A.a7) +s(A.Z8,A.a7) +s(A.Vo,A.a7) +s(A.BP,A.o8) +s(A.DC,A.o8) +s(A.Vr,A.a7) +r(A.DJ,A.uG) +r(A.DK,A.uG) +s(A.W2,A.a7) +s(A.W4,A.a7) +s(A.W8,A.a7) +r(A.Cw,A.eB) +r(A.Cx,A.eB) +r(A.Cy,A.jg) +r(A.Dy,A.eB) +s(A.X0,A.a7) +s(A.X1,A.a7) +s(A.X2,A.a7) +s(A.X3,A.a7) +s(A.Xp,A.a7) +s(A.Xq,A.a7) +s(A.XA,A.a7) +s(A.XE,A.a7) +s(A.Zp,A.a7) +s(A.XI,A.a7) +s(A.XJ,A.a7) +s(A.XM,A.a7) +s(A.XO,A.a7) +s(A.Yn,A.a7) +s(A.XQ,A.a7) +s(A.XS,A.a7) +s(A.XT,A.a7) +s(A.Ye,A.a7) +s(A.Sw,A.a7) +s(A.Th,A.a7) +s(A.Uo,A.a7) +s(A.Uq,A.a7) +s(A.Up,A.a7) +s(A.XK,A.a7) +r(A.B_,A.eX) +r(A.Cg,A.bB) +s(A.Ws,A.d2) +r(A.Wt,A.bB) +s(A.Wu,A.d2) +r(A.Ch,A.a1H) +s(A.UG,A.hV) +s(A.Z4,A.a7) +s(A.Vw,A.hV) +s(A.Wz,A.hV) +r(A.Cj,A.bB) +s(A.WA,A.ab0) +r(A.WB,A.yV) +r(A.D1,A.eX) +s(A.Zk,A.e_) +s(A.Zl,A.aM) +r(A.Wm,A.yX) +r(A.Cl,A.aV) +r(A.Cm,A.fv) +s(A.X5,A.a7) +r(A.Cn,A.aV) +r(A.WE,A.bB) +s(A.WF,A.d2) +r(A.WH,A.aV) +r(A.WI,A.bB) +s(A.WJ,A.d2) +s(A.X6,A.a7) +s(A.X9,A.hV) +s(A.Xa,A.a7) +s(A.UE,A.a7) +s(A.UF,A.a7) +s(A.V5,A.a7) +s(A.Wa,A.a7) +s(A.W9,A.a7) +s(A.Z9,A.A7) +s(A.S0,A.a7) +s(A.RZ,A.a7) +s(A.Uz,A.a7) +r(A.DB,A.Vq) +r(A.YM,A.my) +r(A.Du,A.eB) +s(A.ZI,A.ix) +r(A.Cq,A.abC) +r(A.Di,A.qP) +r(A.Dj,A.el) +r(A.Dk,A.t7) +r(A.Dl,A.yy) +r(A.Dm,A.Or) +r(A.Dn,A.rV) +r(A.Do,A.Aq) +s(A.U0,A.hV) +s(A.U1,A.aM) +s(A.U2,A.hV) +s(A.U3,A.aM) +s(A.U6,A.a7) +r(A.Wd,A.a21) +s(A.Zc,A.a7) +s(A.Zd,A.a7) +s(A.Xu,A.a7) +s(A.Un,A.a7) +s(A.Z_,A.ix) +r(A.uc,A.my) +r(A.Ze,A.aV) +s(A.Zf,A.h4) +s(A.Z2,A.ix) +r(A.C2,A.eB) +r(A.C3,A.jg) +s(A.YY,A.aM) +s(A.Z5,A.Mj) +r(A.Vp,A.eB) +r(A.DE,A.bB) +s(A.Zi,A.uw) +r(A.C7,A.fz) +r(A.Dz,A.eB) +r(A.DG,A.eB) +r(A.Zj,A.jg) +r(A.uH,A.jg) +r(A.px,A.JS) +s(A.TW,A.kx) +r(A.CB,A.fz) +r(A.Cz,A.fz) +s(A.WY,A.kx) +r(A.CF,A.eB) +r(A.CG,A.jg) +r(A.ur,A.eB) +s(A.V8,A.aM) +s(A.Zm,A.e_) +r(A.DF,A.Oo) +s(A.Xf,A.a7) +s(A.Xg,A.aM) +s(A.Xi,A.aM) +s(A.Xk,A.a7) +s(A.Xl,A.a7U) +s(A.YL,A.a7) +r(A.DD,A.aV) +s(A.Zn,A.Mj) +s(A.Zo,A.afW) +r(A.CK,A.io) +r(A.Zh,A.aV) +r(A.Wp,A.bB) +s(A.Wq,A.d2) +s(A.Tv,A.Vs) +s(A.Tw,A.akF) +s(A.Tx,A.TF) +s(A.TG,A.Vs) +s(A.TH,A.TF) +r(A.Xm,A.adk) +r(A.Cu,A.abT) +s(A.YA,A.a7) +s(A.Yy,A.a7) +r(A.DH,A.my) +s(A.YC,A.a7) +r(A.DI,A.eB)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{k:"int",M:"double",dD:"num",m:"String",z:"bool",ba:"Null",H:"List"},mangledNames:{},types:["~()","z()","~(aF)","~(aZ)","~(iJ)","~(A?)","h(a2)","z(aC?)","ba(aF)","~(aP)","q(bg)","z(q4,o)","ba()","H()","~(mf,o)","z(d_)","m()","ba(@)","ba(~)","~(b3)","z(kf)","~(cw?)","z(m)","m(k)","z(A?)","~(@)","ba(A,bU)","~(iU)","z(iW)","al<~>()","z(aP)","z(k)","z(bq)","al<~>(a2)","~(z)","~(L)","k(d_,d_)","k()","z(aC)","~(A,bU)","~(~())","z(m?)","aT?(bv?)","~(ek,~())","z(dR)","z(f8)","~(k)","~(m7)","z(@)","~(A?,A?)","z(A?,A?)","m(m)","k(k)","h(a2,h?)","M()","~(tp)","z(d1)","~(e_)","H()","z(f1)","k(L,L)","z(cm)","eW(@)","~(tq)","~(iT)","hD(a2,A,bU?)","z(oM)","al()","@(@)","k(@,@)","~(A,m)","~(kn)","z(fs)","aT?(bv?)","z(cq)","ba(z)","k(cq,cq)","al<@>(j8)","k(A?)","~(m,k?)","@()","bH(bH)","~(mk)","aK(@)","bg<0^>()","M(M)","aF()","jZ(@)","z(eO)","J(G,aE)","A()","~(H)","@(m)","lf(@)","aK<@>?(aK<@>?,@,aK<@>(@))","iv(b3)","~(A[bU?])","al([aF?])","~(h1)","~(i2)","i2()","cE([aF?])","~(m,@)","al()","~(b0)","~(iw)","iw()","k(dB,dB)","~(eL)","jV(@)","z(oj)","H()","as()","~(hF,m,k)","A?(A?)","kS()","~(dc)","al<~>(j8)","bp(M)","z(e_,M)","al(cw?)","~(m,A?)","jp?(hA)","z(e_)","H(iE)","~(m?)","ba(m)","aT?(bv?)","cm(cm)","~(fP)","~(m)","q(q)","~(H)","fg(ik)","~({curve:fr,descendant:L?,duration:aZ,rect:D?})","~(k,bH)","H(k,b0)","M?()","~(arE)","~(m,H)","jn()","eN(eN)","pe(a2,k,z)","~(fU)","nP()","M(bg)","H()","mY(a2,bV,h?)","mX(a2,bV,h?)","~(nG)","dT()","~(bH)","fs()","~(mj)","~(oT)","lT(d_,ih)","~(@,@)","~(hF)","jt?(k)","D()","q?(bg)","z(hi)","~(M)","z(a2j)","aT?(bv?)","0^?(aT<0^>?(bv?))","aT?(bv?)","0^?(0^?(bv?))","aT?(bv?)","aT?(bv?)","cF?(bg)","cF?(bv?)","cG(h)","q?(bv?)","kO?(bv?)","o9?(bv?)","aZ?(bv?)","z?(bv?)","fp?(bv?)","r2?(bv?)","h(a2,bV,bV)","~(J?)","D()?(G)","M(kT)","~(b_?)","~([b_?])","~(lA)","~(f8)","o7<0^>(h6,h(a2))","m?(m)","h(a2,~())","z(lN?)","q(mO)","q?(q?,q?,q?[q?])","~(G?)","o3(a2)","z(hr)","rf(D?,D?)","~(~(b3),bp?)","mw(@)","as<~(b3),bp?>()","~(uC)","id?(e2)","m(M)","jN(a2,h?)","al()","z(bg)","~(kf)","dA?(jc)","jl(bg)","p5(@)","hE()","b0>(A,dy<@>)","z(b0>)","~(cE)","~(k,k)","al(lL{allowUpscaling:z,cacheHeight:k?,cacheWidth:k?})","al(lL{getTargetSize:aMw(k,k)?})","cx(cx,bT)","bT(bT)","z(bT)","m(bT)","uh()","~(i3?,z)","al<~>(A,bU?)","z(jc)","ba(a_U)","ba(H,aF)","~(iZ)","~(A,bU?)?(fU)","~(iZ)?(fU)","~(fK)","M?(k)","mc(eV)","D(eV)","ry(eV)","z(k,z)","~(yJ)","ir()","u8()","o()","lZ(lZ)","mc?()","q?()","m(dj)","m(A?)","lI(o,k)","m(M,M,m)","J()","k(ma)","cF(ke)","~(ke,bp)","z(ke)","qA(m)","~(H)","~(H{isMergeUp:z})","e2()","e2?()","vB(H)","~(l_)","z(l_)","kH?(mf,o)","al<~>(~)","~(k,u6)","~(t5)","~(cq)","m(m,q)","cq(l2)","fJ(lq)","~(tN)","k(cq)","cq(k)","~(kz)","~(cO,~(A?))","z(a2)","cw(cw?)","al(m)","lh(as)","cb()","al(m?)","z(ht)","al<~>(cw?,~(cw?))","al>(@)","~(ih)","z(aa)","al(cw?)","yR()","~(A)","al<~>([aF?])","hF(@,@)","H()","H(H)","M(dD)","H<@>(m)","nF(@)","~(k,k,k)","~(bA)","h(tS)","z(h)","~(m,m?)","c_<@>?(h6)","c_<@>(h6)","qK(@)","A9()","al<~>(@)","lv(a2)","k(k,k)","D(a2j)","tl()","z(xy)","~(u4)","z(u_)","z(q)","z(mE)","bg(dB)","~(m,k)","H(a2)","D(dB)","k(jA,jA)","H(dB,p)","z(dB)","aP?(aP)","A?(k,aP?)","fc()","~(fc)","hX()","~(hX)","ft()","~(ft)","~([A?])","~(A1,@)","~(@,bU)","al<@>()","h1()","a9<@>(@)","i_()","~(i_)","~(kp)","~(kt)","~(hB,A)","rF(a2,h?)","~(kX)","h(a2,bV,qS,a2,a2)","z(kX)","kd(a2,h?)","nN(a2)","~(i3,z)","~(A,bU?)","a9<@>?()","~(k,@)","ba(@,bU)","~(jj)","nd(@)","oc(@)","p4(@)","nc(@)","al<@>(uo)","as(H<@>)","as(as)","ba(as)","kd(a2)","~(kw?,z)","z(c_<@>?)","z(kj)","z(A0,fJ)","ba(~())","dR(c_<@>)","b0(b0)","b0>(@,@)","k(md,md)","qf(a2,h?)","ba(dc?)","~(ek)","bC(z)","mo(a2,h?)","jN(a2)","qU(a2,h?)","z(ax4)","nM(b3)","rd(b3)","@(@,m)","z(yA[k])","ba(H<~>)","~(jY)","J(aF)","~(H,aF)","~(J)","z(kx?)","jD()","~(jD)","~(rc)","~(xN)","~(rb)","jE()","~(jE)","~(ko)","ba(cE)","k(e_,e_)","~([aZ?])","D(D)","z(D)","M(@)","~(tb,b_)","H()","A?()","uz(a2,kN)","lw(a2)","A9?()","pE(a2,kl)","~(qw?,tt?)","~(m,aF)","~(lY,k)","oI(h)","~(i7)","aG(a2,A,bU?)","~(jb)","k(mU,mU)","eg?()","al(m,as)","z(bq?)","m(o5)","M(m)","b0<@,@>(A,m)","bH(d1)","al<+(m,eg?)>()","m(bw)","ba(@,@)","~(m,th)","as()","b0(bH)","iV(jb)","uq()","z(bH)","z(aQ)","b0(A,m)","hi(hi)","bC()","bC()","~(m,qp)","bC()","al<~>(m,cw?,~(cw?)?)","o0>()","~(fJ)","m(hC)","z(bg)","z(oR)","as>()","pm()","~(p)","z(m,m)","k(m)","dT(k,k,k,k,k,k,k,z)","m?(m8)","m(m8)","cz?(hA)","o6(a2,pf,h?)","~(H,aF)","oK(a2,h?)","z(k,k)","h(a2,k)","rq(a2)","h7(a2,k)","~(m9)","hA(a2)","kg(oF)","oa(a2)","p8(a2)","pi(a2)","~(jp)","~(cz)","t9(a2)","qF(a2,aE)","~(m?,as,bw?)","pd()","hD(kg)","hD(A)","m(m?)","m?()","k(iB)","~(k,z(iW))","A(iB)","A(eO)","k(eO,eO)","H(b0>)","kC()","z(z?)","M(M,M[M])","bF(bg)","aB(bg)","bR(bg)","z(c_<@>)","z(c_<@>,@)","h(a2,h)","d6(bg)","h?(h?)","h({child!h})","p(h)","al<~>(tM)","pg(a2,eq)","~(jz)","nl(a2,h?)","as(as?)","z(as<@,@>)","as(as<@,@>)","~(iK)","m(m,m)","aF(k{params:A?})","oB?(F0,m,m)","k(bE<@>,bE<@>)","H(m,H)","0^(0^,0^)

","J?(J?,J?,M)","M?(dD?,dD?,M)","q?(q?,q?,M)","lz(A[bU?])","jr<0^>(0^)","~(bK{forceReport:z})","iq?(m)","M(M,M,M)","h1({allowedButtonsFilter:z(k)?,debugOwner:A?,supportedDevices:bg?})","h(a2,bV,bV,h)","z?(z?,z?,M)","dm?(dm?,dm?,M)","cx?(cx?,cx?,M)","n?(n?,n?,M)","k(D_<@>,D_<@>)","z({priority!k,scheduler!el})","H(m)","h(h,bV)","h(h?,H)","~(d_{alignment:M?,alignmentPolicy:oN?,curve:fr?,duration:aZ?})","k(aP,aP)","bR(bR?,bR?,M)","H>(ib,m)","mG()","ba(A?)","ba(fS,fS)","z(na)","z(A,bU)","aZ(k)","m9({client:Fp?})","~(a2,aM?)","~()(Jo,ai?)","cE()","jz()","hc(as)","aF(k)","~(m?{wrapWidth:k?})","al()"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;":(a,b)=>c=>c instanceof A.hd&&a.b(c.a)&&b.b(c.b),"2;cacheSize,maxTextLength":(a,b)=>c=>c instanceof A.us&&a.b(c.a)&&b.b(c.b),"2;key,value":(a,b)=>c=>c instanceof A.Wh&&a.b(c.a)&&b.b(c.b),"2;wordEnd,wordStart":(a,b)=>c=>c instanceof A.Wi&&a.b(c.a)&&b.b(c.b),"3;":(a,b,c)=>d=>d instanceof A.Wj&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;breaks,graphemes,words":(a,b,c)=>d=>d instanceof A.Wk&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;large,medium,small":(a,b,c)=>d=>d instanceof A.Wl&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;x,y,z":(a,b,c)=>d=>d instanceof A.Cd&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"4;domBlurListener,domFocusListener,element,semanticsNodeId":a=>b=>b instanceof A.Ce&&A.aST(a,b.a)}} +A.aOR(v.typeUniverse,JSON.parse('{"N4":"lV","kL":"lV","j3":"lV","vE":{"fK":[]},"eg":{"bQ":[]},"dY":{"dw":[]},"iV":{"lZ":[]},"Fe":{"lp":[]},"vD":{"lp":[]},"vF":{"lp":[]},"qa":{"lp":[]},"yd":{"p":["ia"],"p.E":"ia"},"Je":{"bW":[]},"Fh":{"lp":[]},"AT":{"lp":[]},"Fc":{"fK":[]},"qm":{"f4":[]},"NY":{"f4":[]},"Fs":{"f4":[],"a11":[]},"Fx":{"f4":[],"a13":[]},"Fv":{"f4":[],"a12":[]},"Ms":{"f4":[],"a9h":[]},"Ag":{"f4":[],"PC":[]},"Mr":{"f4":[],"PC":[],"a9g":[]},"Jf":{"f4":[],"a69":[]},"N2":{"f4":[]},"qc":{"mc":[]},"vG":{"ry":[]},"OA":{"a0U":[]},"Fg":{"a0U":[]},"Ff":{"a0U":[]},"Fi":{"lZ":[]},"F2":{"bQ":[]},"Ja":{"avQ":[]},"J9":{"bW":[]},"x1":{"bW":[]},"e5":{"p":["1"],"p.E":"1"},"kU":{"p":["1"],"p.E":"1"},"IH":{"eg":[],"bQ":[]},"wP":{"eg":[],"bQ":[]},"wQ":{"eg":[],"bQ":[]},"yC":{"dY":[],"dw":[],"a13":[]},"MX":{"dY":[],"dw":[],"a12":[]},"yB":{"dY":[],"dw":[],"a11":[]},"yD":{"dY":[],"dw":[],"a69":[]},"yE":{"dY":[],"dw":[],"a9g":[]},"yF":{"dY":[],"dw":[],"a9h":[]},"tk":{"mc":[]},"p_":{"ry":[]},"N_":{"dw":[]},"wn":{"cW":[]},"yx":{"cW":[]},"MN":{"cW":[]},"MR":{"cW":[]},"MP":{"cW":[]},"MO":{"cW":[]},"MQ":{"cW":[]},"MB":{"cW":[]},"MA":{"cW":[]},"Mz":{"cW":[]},"MF":{"cW":[]},"MH":{"cW":[]},"ML":{"cW":[]},"MK":{"cW":[]},"MD":{"cW":[]},"MG":{"cW":[]},"MC":{"cW":[]},"MJ":{"cW":[]},"MM":{"cW":[]},"ME":{"cW":[]},"MI":{"cW":[]},"yG":{"dY":[],"dw":[]},"BR":{"ly":[]},"Ic":{"ly":[]},"y9":{"ly":[]},"MZ":{"dw":[]},"yH":{"dY":[],"dw":[],"PC":[]},"x_":{"fK":[]},"J5":{"fK":[]},"zI":{"wS":[]},"EX":{"fK":[]},"v5":{"wS":[]},"rX":{"kv":[]},"qJ":{"kv":[]},"xA":{"kv":[]},"o4":{"kv":[]},"Ox":{"arE":[]},"A2":{"kv":[]},"jF":{"av":["1"],"H":["1"],"an":["1"],"p":["1"]},"Uy":{"jF":["k"],"av":["k"],"H":["k"],"an":["k"],"p":["k"]},"PG":{"jF":["k"],"av":["k"],"H":["k"],"an":["k"],"p":["k"],"p.E":"k","av.E":"k","jF.E":"k"},"rB":{"om":[]},"Fa":{"ti":[]},"NZ":{"ti":[]},"I6":{"i7":[]},"Ib":{"qI":[]},"aF":{"cE":[]},"xq":{"z":[],"cf":[]},"xs":{"ba":[],"cf":[]},"lV":{"aF":[],"cE":[]},"t":{"H":["1"],"aF":[],"an":["1"],"cE":[],"p":["1"],"p.E":"1"},"a6M":{"t":["1"],"H":["1"],"aF":[],"an":["1"],"cE":[],"p":["1"],"p.E":"1"},"lR":{"M":[],"dD":[],"bE":["dD"]},"r4":{"M":[],"k":[],"dD":[],"bE":["dD"],"cf":[]},"xt":{"M":[],"dD":[],"bE":["dD"],"cf":[]},"j2":{"m":[],"bE":["m"],"yA":[],"cf":[]},"vx":{"cb":["2"],"cb.T":"2"},"iy":{"p":["2"]},"nf":{"iy":["1","2"],"p":["2"],"p.E":"2"},"Bf":{"nf":["1","2"],"iy":["1","2"],"an":["2"],"p":["2"],"p.E":"2"},"AR":{"av":["2"],"H":["2"],"iy":["1","2"],"an":["2"],"p":["2"]},"et":{"AR":["1","2"],"av":["2"],"H":["2"],"iy":["1","2"],"an":["2"],"p":["2"],"p.E":"2","av.E":"2"},"jU":{"bg":["2"],"iy":["1","2"],"an":["2"],"p":["2"],"p.E":"2"},"ng":{"b7":["3","4"],"as":["3","4"],"b7.V":"4","b7.K":"3"},"jT":{"iy":["1","2"],"an":["2"],"p":["2"],"p.E":"2"},"fW":{"bQ":[]},"cd":{"av":["k"],"H":["k"],"an":["k"],"p":["k"],"p.E":"k","av.E":"k"},"an":{"p":["1"]},"bf":{"an":["1"],"p":["1"]},"h9":{"bf":["1"],"an":["1"],"p":["1"],"p.E":"1","bf.E":"1"},"ex":{"p":["2"],"p.E":"2"},"k_":{"ex":["1","2"],"an":["2"],"p":["2"],"p.E":"2"},"X":{"bf":["2"],"an":["2"],"p":["2"],"p.E":"2","bf.E":"2"},"aX":{"p":["1"],"p.E":"1"},"fQ":{"p":["2"],"p.E":"2"},"p1":{"p":["1"],"p.E":"1"},"wr":{"p1":["1"],"an":["1"],"p":["1"],"p.E":"1"},"kB":{"p":["1"],"p.E":"1"},"qx":{"kB":["1"],"an":["1"],"p":["1"],"p.E":"1"},"zJ":{"p":["1"],"p.E":"1"},"k0":{"an":["1"],"p":["1"],"p.E":"1"},"k2":{"p":["1"],"p.E":"1"},"wq":{"k2":["1"],"an":["1"],"p":["1"],"p.E":"1"},"dd":{"p":["1"],"p.E":"1"},"tI":{"av":["1"],"H":["1"],"an":["1"],"p":["1"]},"be":{"bf":["1"],"an":["1"],"p":["1"],"p.E":"1","bf.E":"1"},"kD":{"A1":[]},"ni":{"pa":["1","2"],"as":["1","2"]},"ql":{"as":["1","2"]},"i":{"ql":["1","2"],"as":["1","2"]},"pt":{"p":["1"],"p.E":"1"},"cu":{"ql":["1","2"],"as":["1","2"]},"vP":{"bG":["1"],"bg":["1"],"an":["1"],"p":["1"]},"dI":{"bG":["1"],"bg":["1"],"an":["1"],"p":["1"],"p.E":"1","bG.E":"1"},"ev":{"bG":["1"],"bg":["1"],"an":["1"],"p":["1"],"p.E":"1","bG.E":"1"},"Js":{"fS":[]},"lO":{"fS":[]},"yn":{"kI":[],"bQ":[]},"Jv":{"bQ":[]},"PK":{"bQ":[]},"Mm":{"bW":[]},"CS":{"bU":[]},"lr":{"fS":[]},"Fy":{"fS":[]},"Fz":{"fS":[]},"Pf":{"fS":[]},"OV":{"fS":[]},"q1":{"fS":[]},"Tb":{"bQ":[]},"O8":{"bQ":[]},"eH":{"b7":["1","2"],"o0":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"bl":{"an":["1"],"p":["1"],"p.E":"1"},"xu":{"eH":["1","2"],"b7":["1","2"],"o0":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"nX":{"eH":["1","2"],"b7":["1","2"],"o0":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"r5":{"yA":[]},"uj":{"Nm":[],"o5":[]},"S2":{"p":["Nm"],"p.E":"Nm"},"tg":{"o5":[]},"Xy":{"p":["o5"],"p.E":"o5"},"ye":{"aF":[],"cE":[],"F0":[],"cf":[]},"yi":{"aF":[],"cE":[]},"yf":{"aF":[],"cw":[],"cE":[],"cf":[]},"rl":{"fV":["1"],"aF":[],"cE":[]},"m6":{"av":["M"],"H":["M"],"fV":["M"],"aF":[],"an":["M"],"cE":[],"p":["M"]},"h0":{"av":["k"],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"]},"yg":{"m6":[],"av":["M"],"a3L":[],"H":["M"],"fV":["M"],"aF":[],"an":["M"],"cE":[],"p":["M"],"cf":[],"p.E":"M","av.E":"M"},"M6":{"m6":[],"av":["M"],"a3M":[],"H":["M"],"fV":["M"],"aF":[],"an":["M"],"cE":[],"p":["M"],"cf":[],"p.E":"M","av.E":"M"},"M7":{"h0":[],"av":["k"],"a6y":[],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"],"cf":[],"p.E":"k","av.E":"k"},"yh":{"h0":[],"av":["k"],"a6z":[],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"],"cf":[],"p.E":"k","av.E":"k"},"M8":{"h0":[],"av":["k"],"a6A":[],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"],"cf":[],"p.E":"k","av.E":"k"},"M9":{"h0":[],"av":["k"],"afA":[],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"],"cf":[],"p.E":"k","av.E":"k"},"yj":{"h0":[],"av":["k"],"tE":[],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"],"cf":[],"p.E":"k","av.E":"k"},"yk":{"h0":[],"av":["k"],"afB":[],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"],"cf":[],"p.E":"k","av.E":"k"},"oi":{"h0":[],"av":["k"],"hF":[],"H":["k"],"fV":["k"],"aF":[],"an":["k"],"cE":[],"p":["k"],"cf":[],"p.E":"k","av.E":"k"},"D4":{"eC":[]},"TN":{"bQ":[]},"D5":{"kI":[],"bQ":[]},"a9":{"al":["1"]},"XR":{"ay1":[]},"fF":{"p":["1"],"p.E":"1"},"Ez":{"bQ":[]},"kR":{"dQ":["1"],"cb":["1"],"cb.T":"1"},"tP":{"oY":["1"]},"AN":{"tP":["1"],"oY":["1"]},"bc":{"AV":["1"]},"zZ":{"cb":["1"]},"pA":{"oY":["1"]},"mK":{"pA":["1"],"oY":["1"]},"uB":{"pA":["1"],"oY":["1"]},"dQ":{"cb":["1"],"cb.T":"1"},"CW":{"cb":["1"]},"pq":{"cb":["1"],"cb.T":"1"},"Bo":{"cb":["2"]},"Dg":{"cb":["1"],"cb.T":"1"},"pv":{"cb":["2"],"cb.T":"2"},"o0":{"as":["1","2"]},"kW":{"b7":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"mP":{"kW":["1","2"],"b7":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"B5":{"kW":["1","2"],"b7":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"pr":{"an":["1"],"p":["1"],"p.E":"1"},"BH":{"eH":["1","2"],"b7":["1","2"],"o0":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"jy":{"uy":["1"],"bG":["1"],"bg":["1"],"an":["1"],"p":["1"],"p.E":"1","bG.E":"1"},"fB":{"uy":["1"],"bG":["1"],"aJM":["1"],"bg":["1"],"an":["1"],"p":["1"],"p.E":"1","bG.E":"1"},"xG":{"p":["1"],"p.E":"1"},"av":{"H":["1"],"an":["1"],"p":["1"]},"b7":{"as":["1","2"]},"BM":{"an":["2"],"p":["2"],"p.E":"2"},"xP":{"as":["1","2"]},"pa":{"as":["1","2"]},"B9":{"Ba":["1"],"avn":["1"]},"Bb":{"Ba":["1"]},"wl":{"an":["1"],"p":["1"],"p.E":"1"},"xH":{"bf":["1"],"an":["1"],"p":["1"],"p.E":"1","bf.E":"1"},"bG":{"bg":["1"],"an":["1"],"p":["1"]},"uy":{"bG":["1"],"bg":["1"],"an":["1"],"p":["1"]},"zR":{"b7":["1","2"],"as":["1","2"],"b7.V":"2","b7.K":"1"},"CL":{"an":["1"],"p":["1"],"p.E":"1"},"CQ":{"an":["2"],"p":["2"],"p.E":"2"},"CM":{"an":["b0<1,2>"],"p":["b0<1,2>"],"p.E":"b0<1,2>"},"l1":{"jC":["1","2","1"],"jC.T":"1"},"CR":{"jC":["1","fE<1,2>","2"],"jC.T":"2"},"pz":{"jC":["1","fE<1,2>","b0<1,2>"],"jC.T":"b0<1,2>"},"te":{"bG":["1"],"bg":["1"],"an":["1"],"p":["1"],"p.E":"1","bG.E":"1"},"UB":{"b7":["m","@"],"as":["m","@"],"b7.V":"@","b7.K":"m"},"UC":{"bf":["m"],"an":["m"],"p":["m"],"p.E":"m","bf.E":"m"},"xv":{"bQ":[]},"Jw":{"bQ":[]},"dT":{"bE":["dT"]},"M":{"dD":[],"bE":["dD"]},"aZ":{"bE":["aZ"]},"k":{"dD":[],"bE":["dD"]},"H":{"an":["1"],"p":["1"]},"dD":{"bE":["dD"]},"Nm":{"o5":[]},"bg":{"an":["1"],"p":["1"]},"m":{"bE":["m"],"yA":[]},"n9":{"bQ":[]},"kI":{"bQ":[]},"hh":{"bQ":[]},"rN":{"bQ":[]},"xf":{"bQ":[]},"Mi":{"bQ":[]},"PM":{"bQ":[]},"mF":{"bQ":[]},"h8":{"bQ":[]},"FD":{"bQ":[]},"Mx":{"bQ":[]},"zV":{"bQ":[]},"TP":{"bW":[]},"i0":{"bW":[]},"Xz":{"bU":[]},"O7":{"p":["k"],"p.E":"k"},"Db":{"PN":[]},"hK":{"PN":[]},"Td":{"PN":[]},"Ml":{"bW":[]},"a6A":{"H":["k"],"an":["k"],"p":["k"]},"hF":{"H":["k"],"an":["k"],"p":["k"]},"afB":{"H":["k"],"an":["k"],"p":["k"]},"a6y":{"H":["k"],"an":["k"],"p":["k"]},"afA":{"H":["k"],"an":["k"],"p":["k"]},"a6z":{"H":["k"],"an":["k"],"p":["k"]},"tE":{"H":["k"],"an":["k"],"p":["k"]},"a3L":{"H":["M"],"an":["M"],"p":["M"]},"a3M":{"H":["M"],"an":["M"],"p":["M"]},"OC":{"qI":[]},"lz":{"NV":["0&"]},"jr":{"NV":["1"]},"tJ":{"mV":["1","p<1>"],"mV.E":"1"},"t8":{"mV":["1","bg<1>"],"mV.E":"1"},"oR":{"aa":[]},"zE":{"aa":[]},"tj":{"aa":[]},"y3":{"aa":[]},"y4":{"aa":[]},"xx":{"bq":[],"aa":[]},"hU":{"aa":[]},"lu":{"aa":[]},"rs":{"bq":[],"aa":[]},"aC":{"bq":[],"aa":[]},"hk":{"aa":[]},"bq":{"aa":[]},"k7":{"aa":[]},"mJ":{"aa":[]},"Pt":{"aa":[]},"Mc":{"aa":[]},"F1":{"aC":[],"bq":[],"aa":[]},"Op":{"aa":[]},"fa":{"aa":[]},"nr":{"fa":[],"aa":[]},"M4":{"fa":[],"aa":[]},"EA":{"fa":[],"aa":[]},"Jb":{"fa":[],"aa":[]},"Fo":{"fa":[],"aa":[]},"rK":{"fa":[],"aa":[]},"rL":{"fa":[],"aa":[]},"yN":{"fa":[],"aa":[]},"Ng":{"fa":[],"aa":[]},"t4":{"aa":[]},"Md":{"fa":[],"aa":[]},"OZ":{"aa":[]},"PB":{"aa":[]},"O4":{"aa":[]},"HX":{"aa":[]},"I2":{"aa":[]},"P3":{"aa":[]},"P1":{"aa":[]},"P5":{"aa":[]},"P2":{"aa":[]},"P4":{"aa":[]},"PW":{"aa":[]},"Ji":{"aa":[]},"LS":{"aa":[]},"J4":{"aa":[]},"My":{"aa":[]},"F9":{"aa":[]},"JA":{"aa":[]},"IG":{"aa":[]},"P0":{"aa":[]},"M3":{"aa":[]},"tK":{"aa":[]},"LW":{"aa":[]},"y8":{"aa":[]},"LV":{"aa":[]},"xe":{"aa":[]},"Am":{"hU":[],"aa":[]},"lM":{"hU":[],"aa":[]},"Io":{"hU":[],"aa":[]},"xQ":{"lu":[],"aa":[]},"An":{"bq":[],"aa":[]},"yr":{"bq":[],"aa":[]},"Mv":{"bq":[],"aa":[]},"Mu":{"bq":[],"aa":[]},"PJ":{"bq":[],"aa":[]},"cV":{"aC":[],"bq":[],"aa":[]},"tG":{"aC":[],"bq":[],"aa":[]},"dk":{"aC":[],"bq":[],"aa":[]},"hx":{"aC":[],"bq":[],"aa":[]},"dU":{"aC":[],"bq":[],"aa":[]},"Il":{"aC":[],"bq":[],"aa":[]},"En":{"aC":[],"bq":[],"aa":[]},"Pw":{"aC":[],"bq":[],"aa":[]},"IM":{"aC":[],"bq":[],"aa":[]},"IK":{"aC":[],"bq":[],"aa":[]},"kM":{"aC":[],"bq":[],"aa":[]},"NU":{"aC":[],"bq":[],"aa":[]},"F7":{"aC":[],"bq":[],"aa":[]},"ej":{"aC":[],"bq":[],"aa":[]},"JL":{"aC":[],"bq":[],"aa":[]},"PX":{"aC":[],"bq":[],"aa":[]},"lH":{"aC":[],"bq":[],"aa":[]},"lG":{"aC":[],"bq":[],"aa":[]},"x2":{"aC":[],"bq":[],"aa":[]},"J_":{"bq":[],"aa":[]},"Ju":{"aC":[],"bq":[],"aa":[]},"nv":{"bq":[],"aa":[]},"qL":{"hk":[],"aa":[]},"ER":{"hk":[],"aa":[]},"m1":{"hk":[],"aa":[]},"jR":{"hk":[],"aa":[]},"J2":{"hk":[],"aa":[]},"RI":{"hk":[],"aa":[]},"mb":{"hk":[],"aa":[]},"bV":{"ai":[]},"pV":{"bV":["M"],"ai":[]},"S3":{"bV":["M"],"ai":[]},"S4":{"bV":["M"],"ai":[]},"yL":{"bV":["M"],"ai":[]},"h5":{"bV":["M"],"ai":[]},"w4":{"bV":["M"],"ai":[]},"p7":{"bV":["M"],"ai":[]},"qj":{"bV":["1"],"ai":[]},"vf":{"bV":["1"],"ai":[]},"BG":{"fr":[]},"j1":{"fr":[]},"Pv":{"fr":[]},"ed":{"fr":[]},"Pu":{"fr":[]},"qG":{"fr":[]},"Tf":{"fr":[]},"aK":{"ag":["1"],"aK.T":"1","ag.T":"1"},"eW":{"aK":["q?"],"ag":["q?"],"aK.T":"q?","ag.T":"q?"},"aq":{"bV":["1"],"ai":[]},"cg":{"ag":["1"],"ag.T":"1"},"z8":{"aK":["1"],"ag":["1"],"aK.T":"1","ag.T":"1"},"OD":{"aK":["J?"],"ag":["J?"],"aK.T":"J?","ag.T":"J?"},"yU":{"aK":["D?"],"ag":["D?"],"aK.T":"D?","ag.T":"D?"},"lP":{"aK":["k"],"ag":["k"],"aK.T":"k","ag.T":"k"},"iP":{"ag":["M"],"ag.T":"M"},"Aj":{"ag":["1"],"ag.T":"1"},"hj":{"q":[]},"FM":{"bR":[]},"T7":{"dl":["a0"],"dl.T":"a0"},"HI":{"a0":[]},"tX":{"ah":[],"h":[]},"Hu":{"aG":[],"h":[]},"tY":{"ap":["tX<1>"]},"iz":{"hl":[]},"qn":{"ah":[],"h":[]},"B4":{"jf":["qn"],"ap":["qn"]},"Bx":{"aU":[],"aI":[],"h":[]},"Hx":{"aG":[],"h":[]},"mM":{"hm":["H"],"eE":[]},"qA":{"mM":[],"hm":["H"],"eE":[]},"Ih":{"mM":[],"hm":["H"],"eE":[]},"Ig":{"mM":[],"hm":["H"],"eE":[]},"nC":{"n9":[],"bQ":[]},"TY":{"eE":[]},"aM":{"ai":[]},"BT":{"ai":[]},"ff":{"aM":[],"ai":[]},"hm":{"eE":[]},"wf":{"eE":[]},"HR":{"eE":[]},"m0":{"f3":[]},"fy":{"m0":[],"f3":[]},"Ak":{"m0":[],"f3":[]},"xC":{"hs":[]},"by":{"p":["1"],"p.E":"1"},"qQ":{"p":["1"],"p.E":"1"},"bC":{"al":["1"]},"qP":{"au":[]},"wL":{"bK":[]},"dA":{"b3":[]},"ko":{"b3":[]},"mj":{"b3":[]},"mk":{"b3":[]},"kn":{"b3":[]},"eL":{"b3":[]},"kp":{"b3":[]},"RY":{"b3":[]},"Y1":{"b3":[]},"oq":{"b3":[]},"XY":{"oq":[],"b3":[]},"ov":{"b3":[]},"Y8":{"ov":[],"b3":[]},"Y3":{"ko":[],"b3":[]},"Y0":{"mj":[],"b3":[]},"Y2":{"mk":[],"b3":[]},"Y_":{"kn":[],"b3":[]},"os":{"b3":[]},"Y4":{"os":[],"b3":[]},"oy":{"b3":[]},"Yc":{"oy":[],"b3":[]},"ow":{"eL":[],"b3":[]},"Ya":{"ow":[],"eL":[],"b3":[]},"ox":{"eL":[],"b3":[]},"Yb":{"ox":[],"eL":[],"b3":[]},"N7":{"eL":[],"b3":[]},"Y9":{"eL":[],"b3":[]},"Y6":{"kp":[],"b3":[]},"ou":{"b3":[]},"Y7":{"ou":[],"b3":[]},"ot":{"b3":[]},"Y5":{"ot":[],"b3":[]},"or":{"b3":[]},"XZ":{"or":[],"b3":[]},"i_":{"d0":[],"dj":[]},"UZ":{"uE":[]},"Vj":{"uE":[]},"ft":{"d0":[],"dj":[]},"iw":{"d0":[],"dj":[]},"i2":{"d0":[],"dj":[]},"h1":{"d0":[],"dj":[]},"wm":{"d0":[],"dj":[]},"hX":{"d0":[],"dj":[]},"d0":{"dj":[]},"yq":{"d0":[],"dj":[]},"rG":{"d0":[],"dj":[]},"fc":{"d0":[],"dj":[]},"EI":{"d0":[],"dj":[]},"nM":{"iv":[]},"rd":{"iv":[]},"o6":{"ah":[],"h":[]},"BN":{"ap":["o6"]},"vj":{"ah":[],"h":[]},"W3":{"J":[]},"AM":{"ap":["vj"]},"Sj":{"bh":[],"aD":[],"h":[]},"Wn":{"G":[],"aV":["G"],"L":[],"au":[]},"rf":{"aK":["D?"],"ag":["D?"],"aK.T":"D?","ag.T":"D?"},"y1":{"aK":["o"],"ag":["o"],"aK.T":"o","ag.T":"o"},"aJZ":{"d8":[],"aU":[],"aI":[],"h":[]},"yS":{"ah":[],"h":[]},"Wb":{"ap":["yS"]},"Ux":{"bh":[],"aD":[],"h":[]},"Ww":{"G":[],"aV":["G"],"L":[],"au":[]},"EY":{"aG":[],"h":[]},"SA":{"f5":[],"aD":[],"h":[]},"Wo":{"d2":["G","ef"],"G":[],"bB":["G","ef"],"L":[],"au":[],"bB.1":"ef","d2.1":"ef"},"aGE":{"aU":[],"aI":[],"h":[]},"UK":{"aT":["aB?"]},"vv":{"ah":[],"h":[]},"AP":{"ap":["vv"]},"V4":{"cF":[],"aT":["cF"]},"Uw":{"bh":[],"aD":[],"h":[]},"Wv":{"G":[],"aV":["G"],"L":[],"au":[]},"vw":{"d8":[],"aU":[],"aI":[],"h":[]},"F5":{"aG":[],"h":[]},"xT":{"ls":["k"],"q":[],"ls.T":"k"},"HS":{"aG":[],"h":[]},"wg":{"fu":["1"],"e3":["1"],"c_":["1"]},"PS":{"aG":[],"h":[]},"aHT":{"d8":[],"aU":[],"aI":[],"h":[]},"Bg":{"aT":["q?"]},"TK":{"aT":["q?"]},"TI":{"aT":["M"]},"TJ":{"aT":["cF?"]},"wD":{"ah":[],"h":[]},"Bh":{"ap":["wD"]},"aIB":{"d8":[],"aU":[],"aI":[],"h":[]},"Bi":{"aT":["q?"]},"TT":{"aT":["q?"]},"TS":{"aT":["cF?"]},"wK":{"aU":[],"aI":[],"h":[]},"Iv":{"aG":[],"h":[]},"TE":{"cF":[],"aT":["cF"]},"SL":{"bh":[],"aD":[],"h":[]},"Wr":{"G":[],"aV":["G"],"L":[],"au":[]},"AL":{"bV":["1"],"ai":[]},"Uj":{"aT":["q?"]},"Ul":{"aT":["q?"]},"Uk":{"aT":["cF?"]},"x3":{"d8":[],"aU":[],"aI":[],"h":[]},"xh":{"ah":[],"h":[]},"BC":{"ap":["xh"]},"xi":{"i5":[]},"lN":{"k9":[],"i5":[]},"xk":{"k9":[],"i5":[]},"xl":{"k9":[],"i5":[]},"k9":{"i5":[]},"C9":{"aU":[],"aI":[],"h":[]},"BB":{"ah":[],"h":[]},"xj":{"aG":[],"h":[]},"BA":{"ap":["BB"],"ash":[]},"Jp":{"aG":[],"h":[]},"Jr":{"bT":[]},"eK":{"bT":[]},"JO":{"aG":[],"h":[]},"Ut":{"aT":["q?"]},"UN":{"io":["iC","G"],"aD":[],"h":[],"io.0":"iC","io.1":"G"},"Wy":{"G":[],"mz":["iC","G"],"L":[],"au":[]},"o3":{"d8":[],"aU":[],"aI":[],"h":[]},"xR":{"ah":[],"h":[]},"Ci":{"G":[],"aV":["G"],"L":[],"au":[]},"mw":{"aK":["bT?"],"ag":["bT?"],"aK.T":"bT?","ag.T":"bT?"},"BO":{"ah":[],"h":[]},"UW":{"ap":["xR"]},"Uu":{"bh":[],"aD":[],"h":[]},"US":{"ap":["BO"]},"CH":{"aG":[],"h":[]},"Xc":{"ai":[]},"UT":{"dl":["Y"],"dl.T":"Y"},"HK":{"Y":[]},"LK":{"q":[],"aT":["q"]},"BQ":{"q":[],"aT":["q"]},"LM":{"cF":[],"aT":["cF"]},"TM":{"cF":[],"aT":["cF"]},"LJ":{"aT":["aB?"]},"UX":{"aT":["aB?"]},"BF":{"aT":["1?"]},"cs":{"aT":["1"]},"b6":{"aT":["1"]},"LN":{"aM":[],"ai":[]},"UM":{"aT":["aB?"]},"Mh":{"k9":[],"i5":[]},"Vl":{"aT":["q?"]},"Vn":{"aT":["q?"]},"Vm":{"aT":["cF?"]},"o7":{"o8":["1"],"fu":["1"],"e3":["1"],"c_":["1"]},"kc":{"kk":["1"],"h6":[]},"C8":{"o8":["1"],"fu":["1"],"e3":["1"],"c_":["1"]},"mX":{"ah":[],"h":[]},"mY":{"ah":[],"h":[]},"YK":{"aG":[],"h":[]},"YI":{"ap":["mX"]},"YJ":{"ap":["mY"]},"RW":{"id":[]},"Hv":{"id":[]},"Dr":{"aM":[],"ai":[]},"Ds":{"aM":[],"ai":[]},"zf":{"ah":[],"h":[]},"Cv":{"aU":[],"aI":[],"h":[]},"Bj":{"ah":[],"h":[]},"oK":{"ah":[],"h":[]},"t_":{"ap":["oK"]},"aOC":{"ah":[],"h":[]},"Od":{"ap":["zf"]},"WV":{"aM":[],"ai":[]},"AO":{"aE":[]},"Sv":{"aG":[],"h":[]},"Bk":{"ap":["Bj"]},"Ts":{"bA":["iQ"],"bA.T":"iQ"},"WW":{"aU":[],"aI":[],"h":[]},"uk":{"ah":[],"h":[]},"Ol":{"aG":[],"h":[]},"UV":{"jf":["uk"],"ap":["uk"]},"aLO":{"d8":[],"aU":[],"aI":[],"h":[]},"UL":{"aT":["aB?"]},"aMc":{"ah":[],"h":[]},"Ph":{"ah":[],"h":[]},"D0":{"aT":["q?"]},"XG":{"aT":["q?"]},"XF":{"aT":["cF?"]},"XH":{"bv":[]},"aMx":{"d8":[],"aU":[],"aI":[],"h":[]},"Bz":{"d8":[],"aU":[],"aI":[],"h":[]},"p5":{"aK":["hE"],"ag":["hE"],"aK.T":"hE","ag.T":"hE"},"vb":{"ah":[],"h":[]},"mD":{"aG":[],"h":[]},"Sd":{"ap":["vb"]},"ro":{"eG":["arh"],"eG.T":"arh"},"eb":{"fp":[]},"fI":{"fp":[]},"BU":{"fp":[]},"yy":{"el":[]},"XC":{"ai":[]},"dm":{"bT":[]},"hH":{"bT":[]},"EP":{"bT":[]},"c4":{"bT":[]},"eD":{"bT":[]},"dH":{"hl":[]},"eV":{"il":[]},"d6":{"dm":[],"bT":[]},"ls":{"q":[]},"b5":{"cx":[]},"f_":{"cx":[]},"mR":{"cx":[]},"arh":{"eG":["arh"]},"m4":{"eG":["m4"],"eG.T":"m4"},"Ey":{"eG":["iL"]},"Me":{"bW":[]},"vn":{"eG":["iL"],"eG.T":"iL"},"N3":{"cm":[]},"bF":{"dm":[],"bT":[]},"eP":{"dm":[],"bT":[]},"im":{"hl":[]},"fb":{"dm":[],"bT":[]},"eQ":{"dm":[],"bT":[]},"eR":{"dm":[],"bT":[]},"hJ":{"A9":[]},"is":{"cm":[],"ke":[],"au":[]},"Nq":{"G":[],"aV":["G"],"L":[],"au":[]},"rV":{"el":[],"au":[]},"St":{"aM":[],"ai":[]},"Ti":{"kl":[]},"WO":{"oD":[],"aV":["G"],"L":[],"au":[]},"q4":{"lI":[]},"G":{"L":[],"au":[]},"q3":{"k4":["G"]},"eU":{"db":[]},"vQ":{"eU":[],"eX":["1"],"db":[]},"hv":{"eU":[],"eX":["G"],"db":[]},"Nx":{"d2":["G","hv"],"G":[],"bB":["G","hv"],"L":[],"au":[],"bB.1":"hv","d2.1":"hv"},"HA":{"ai":[]},"Ny":{"G":[],"aV":["G"],"L":[],"au":[]},"NB":{"G":[],"L":[],"au":[]},"ef":{"eU":[],"eX":["G"],"db":[]},"rT":{"d2":["G","ef"],"G":[],"bB":["G","ef"],"L":[],"au":[],"bB.1":"ef","d2.1":"ef"},"NE":{"G":[],"L":[],"au":[]},"kH":{"j9":[]},"Mt":{"j9":[]},"x7":{"j9":[]},"M_":{"aM":[],"ai":[]},"L":{"au":[]},"eX":{"db":[]},"WR":{"fg":[]},"Bw":{"fg":[]},"pC":{"fg":[]},"mi":{"kz":[]},"jo":{"eX":["G"],"db":[]},"l_":{"e_":[],"aM":[],"ai":[]},"z0":{"G":[],"bB":["G","jo"],"L":[],"au":[],"bB.1":"jo"},"oV":{"ai":[]},"yW":{"G":[],"aV":["G"],"L":[],"au":[]},"kt":{"G":[],"aV":["G"],"L":[],"au":[]},"NO":{"G":[],"aV":["G"],"L":[],"au":[]},"z1":{"G":[],"aV":["G"],"L":[],"au":[]},"Nw":{"G":[],"aV":["G"],"L":[],"au":[]},"NF":{"G":[],"aV":["G"],"L":[],"au":[]},"Np":{"G":[],"aV":["G"],"L":[],"au":[]},"w5":{"ai":[]},"ut":{"G":[],"aV":["G"],"L":[],"au":[]},"Nv":{"G":[],"aV":["G"],"L":[],"au":[]},"Nu":{"G":[],"aV":["G"],"L":[],"au":[]},"Nt":{"G":[],"aV":["G"],"L":[],"au":[]},"Ck":{"G":[],"aV":["G"],"L":[],"au":[]},"NK":{"G":[],"aV":["G"],"L":[],"au":[]},"NL":{"G":[],"aV":["G"],"L":[],"au":[]},"NA":{"G":[],"aV":["G"],"L":[],"au":[]},"NQ":{"G":[],"aV":["G"],"L":[],"au":[]},"yZ":{"G":[],"aV":["G"],"L":[],"au":[]},"ND":{"G":[],"aV":["G"],"L":[],"au":[]},"NM":{"G":[],"aV":["G"],"L":[],"au":[]},"NH":{"G":[],"aV":["G"],"L":[],"ke":[],"au":[]},"NP":{"G":[],"aV":["G"],"L":[],"au":[]},"z_":{"G":[],"aV":["G"],"L":[],"au":[]},"NI":{"G":[],"aV":["G"],"L":[],"au":[]},"z2":{"G":[],"aV":["G"],"L":[],"au":[]},"Nr":{"G":[],"aV":["G"],"L":[],"au":[]},"NG":{"G":[],"aV":["G"],"L":[],"au":[]},"NC":{"G":[],"aV":["G"],"L":[],"au":[]},"yY":{"G":[],"aV":["G"],"L":[],"au":[]},"e_":{"ai":[]},"oC":{"G":[],"aV":["G"],"L":[],"au":[]},"NJ":{"G":[],"aV":["G"],"L":[],"au":[]},"No":{"G":[],"aV":["G"],"L":[],"au":[]},"NN":{"G":[],"aV":["G"],"L":[],"au":[]},"Nz":{"G":[],"aV":["G"],"L":[],"au":[]},"em":{"eU":[],"eX":["G"],"db":[]},"z3":{"d2":["G","em"],"G":[],"bB":["G","em"],"L":[],"au":[],"bB.1":"em","d2.1":"em"},"lf":{"aK":["fp?"],"ag":["fp?"],"aK.T":"fp?","ag.T":"fp?"},"oD":{"aV":["G"],"L":[],"au":[]},"kN":{"aM":[],"ai":[]},"ju":{"eU":[],"eX":["G"],"db":[]},"NS":{"d2":["G","ju"],"G":[],"bB":["G","ju"],"L":[],"au":[],"bB.1":"ju","d2.1":"ju"},"Ac":{"al":["~"]},"Ab":{"bW":[]},"kQ":{"bE":["kQ"]},"iE":{"bE":["iE"]},"l2":{"bE":["l2"]},"t6":{"bE":["t6"]},"X7":{"eE":[]},"Ow":{"aM":[],"ai":[]},"rt":{"bE":["t6"]},"pk":{"a_U":[]},"t7":{"el":[]},"nY":{"lS":[]},"lU":{"lS":[]},"xz":{"lS":[]},"rC":{"bW":[]},"y7":{"bW":[]},"jl":{"cF":[]},"Tl":{"cF":[]},"XD":{"ya":[]},"je":{"ih":[]},"rP":{"ih":[]},"z7":{"aM":[],"ai":[]},"Vx":{"A7":[]},"jN":{"ah":[],"h":[]},"AH":{"aU":[],"aI":[],"h":[]},"arZ":{"b_":[]},"aHX":{"b_":[]},"aHW":{"b_":[]},"pS":{"b_":[]},"q5":{"b_":[]},"iQ":{"b_":[]},"kq":{"b_":[]},"fM":{"bA":["1"]},"ne":{"bA":["1"],"bA.T":"1"},"AI":{"ap":["jN"]},"PY":{"bA":["arZ"],"bA.T":"arZ"},"I0":{"bA":["b_"],"bA.T":"b_"},"HY":{"bA":["iQ"]},"Nd":{"fM":["kq"],"bA":["kq"],"fM.T":"kq","bA.T":"kq"},"C6":{"DB":["1"],"fM":["1"],"Vq":["1"],"bA":["1"],"fM.T":"1","bA.T":"1"},"B0":{"bA":["1"],"bA.T":"1"},"v9":{"ah":[],"h":[]},"Sb":{"ap":["v9"]},"Sa":{"bh":[],"aD":[],"h":[]},"va":{"ah":[],"h":[]},"Sc":{"ap":["va"]},"vh":{"bh":[],"aD":[],"h":[]},"Ap":{"ah":[],"h":[]},"Dh":{"ap":["Ap"],"ix":[]},"ji":{"ah":[],"h":[]},"CV":{"ap":["ji<1,2>"]},"zW":{"ji":["1","eq<1>"],"ah":[],"h":[],"ji.T":"1","ji.S":"eq<1>"},"Jx":{"aM":[],"ai":[]},"Vf":{"aG":[],"h":[]},"hn":{"aU":[],"aI":[],"h":[]},"nl":{"bh":[],"aD":[],"h":[]},"qf":{"bh":[],"aD":[],"h":[]},"qF":{"bh":[],"aD":[],"h":[]},"cG":{"bh":[],"aD":[],"h":[]},"xB":{"ey":["hv"],"aI":[],"h":[],"ey.T":"hv"},"h7":{"bh":[],"aD":[],"h":[]},"rF":{"ey":["em"],"aI":[],"h":[],"ey.T":"em"},"oI":{"f5":[],"aD":[],"h":[]},"aHB":{"aU":[],"aI":[],"h":[]},"qU":{"bh":[],"aD":[],"h":[]},"Yf":{"f1":[],"aP":[],"a2":[]},"Yg":{"aU":[],"aI":[],"h":[]},"Fu":{"bh":[],"aD":[],"h":[]},"Fr":{"bh":[],"aD":[],"h":[]},"N0":{"bh":[],"aD":[],"h":[]},"N1":{"bh":[],"aD":[],"h":[]},"tB":{"bh":[],"aD":[],"h":[]},"IL":{"bh":[],"aD":[],"h":[]},"hQ":{"bh":[],"aD":[],"h":[]},"vz":{"bh":[],"aD":[],"h":[]},"HB":{"bh":[],"aD":[],"h":[]},"w6":{"f5":[],"aD":[],"h":[]},"hT":{"bh":[],"aD":[],"h":[]},"JK":{"bh":[],"aD":[],"h":[]},"rr":{"bh":[],"aD":[],"h":[]},"Vk":{"bt":[],"aP":[],"a2":[]},"zT":{"f5":[],"aD":[],"h":[]},"N8":{"aG":[],"h":[]},"It":{"f5":[],"aD":[],"h":[]},"FB":{"f5":[],"aD":[],"h":[]},"Iu":{"ey":["ef"],"aI":[],"h":[],"ey.T":"ef"},"In":{"ey":["ef"],"aI":[],"h":[],"ey.T":"ef"},"RK":{"f5":[],"aD":[],"h":[]},"z9":{"f5":[],"aD":[],"h":[]},"Ni":{"aD":[],"h":[]},"JQ":{"bh":[],"aD":[],"h":[]},"LY":{"bh":[],"aD":[],"h":[]},"ii":{"bh":[],"aD":[],"h":[]},"Ee":{"bh":[],"aD":[],"h":[]},"Oq":{"bh":[],"aD":[],"h":[]},"LU":{"bh":[],"aD":[],"h":[]},"EL":{"bh":[],"aD":[],"h":[]},"wz":{"bh":[],"aD":[],"h":[]},"o_":{"aG":[],"h":[]},"es":{"aG":[],"h":[]},"vM":{"bh":[],"aD":[],"h":[]},"Cf":{"G":[],"aV":["G"],"L":[],"au":[]},"Aq":{"el":[],"au":[]},"zc":{"h":[]},"za":{"aP":[],"a2":[]},"PZ":{"el":[],"au":[]},"HE":{"bh":[],"aD":[],"h":[]},"FE":{"aG":[],"h":[]},"Tg":{"ai":[]},"lv":{"d8":[],"aU":[],"aI":[],"h":[]},"Vg":{"aG":[],"h":[]},"HM":{"aG":[],"h":[]},"HZ":{"aG":[],"h":[]},"qv":{"ah":[],"h":[]},"Bd":{"ap":["qv"]},"d_":{"aM":[],"ai":[]},"lB":{"d_":[],"aM":[],"ai":[]},"wM":{"aM":[],"ai":[]},"nD":{"ah":[],"h":[]},"Bm":{"j0":["d_"],"aU":[],"aI":[],"h":[],"j0.T":"d_"},"u3":{"ap":["nD"]},"IC":{"ah":[],"h":[]},"U4":{"ap":["nD"]},"wN":{"ah":[],"h":[]},"arv":{"b_":[]},"ok":{"b_":[]},"oA":{"b_":[]},"aqv":{"b_":[]},"Bn":{"d_":[],"aM":[],"ai":[]},"U5":{"ap":["wN"]},"NT":{"bA":["arv"],"bA.T":"arv"},"Mf":{"bA":["ok"],"bA.T":"ok"},"Na":{"bA":["oA"],"bA.T":"oA"},"HV":{"bA":["aqv"],"bA.T":"aqv"},"ew":{"f3":[]},"bO":{"ew":["1"],"f3":[],"ew.T":"1"},"aG":{"h":[]},"ah":{"h":[]},"aP":{"a2":[]},"hB":{"aP":[],"a2":[]},"on":{"aP":[],"a2":[]},"f1":{"aP":[],"a2":[]},"nI":{"ew":["1"],"f3":[],"ew.T":"1"},"aI":{"h":[]},"ey":{"aI":[],"h":[]},"aU":{"aI":[],"h":[]},"aD":{"h":[]},"JI":{"aD":[],"h":[]},"bh":{"aD":[],"h":[]},"f5":{"aD":[],"h":[]},"Ij":{"aD":[],"h":[]},"vO":{"aP":[],"a2":[]},"tf":{"aP":[],"a2":[]},"yM":{"aP":[],"a2":[]},"bt":{"aP":[],"a2":[]},"JH":{"bt":[],"aP":[],"a2":[]},"zF":{"bt":[],"aP":[],"a2":[]},"og":{"bt":[],"aP":[],"a2":[]},"NR":{"bt":[],"aP":[],"a2":[]},"Ve":{"aP":[],"a2":[]},"Vh":{"h":[]},"ks":{"ah":[],"h":[]},"rO":{"ap":["ks"]},"cK":{"nH":["1"]},"IR":{"aG":[],"h":[]},"Ub":{"bh":[],"aD":[],"h":[]},"nK":{"ah":[],"h":[]},"ua":{"ap":["nK"]},"qR":{"m7":[]},"iX":{"aG":[],"h":[]},"nN":{"d8":[],"aU":[],"aI":[],"h":[]},"nO":{"ah":[],"h":[]},"Bv":{"ap":["nO"],"ix":[]},"nd":{"aK":["aE"],"ag":["aE"],"aK.T":"aE","ag.T":"aE"},"jV":{"aK":["hl"],"ag":["hl"],"aK.T":"hl","ag.T":"hl"},"jZ":{"aK":["cx"],"ag":["cx"],"aK.T":"cx","ag.T":"cx"},"nc":{"aK":["ck?"],"ag":["ck?"],"aK.T":"ck?","ag.T":"ck?"},"oc":{"aK":["bp"],"ag":["bp"],"aK.T":"bp","ag.T":"bp"},"p4":{"aK":["n"],"ag":["n"],"aK.T":"n","ag.T":"n"},"v3":{"ah":[],"h":[]},"v7":{"ah":[],"h":[]},"v6":{"ah":[],"h":[]},"v4":{"ah":[],"h":[]},"v8":{"ah":[],"h":[]},"wo":{"aK":["b5"],"ag":["b5"],"aK.T":"b5","ag.T":"b5"},"Jh":{"ah":[],"h":[]},"qX":{"ap":["1"]},"pU":{"ap":["1"]},"S5":{"ap":["v3"]},"S8":{"ap":["v7"]},"S7":{"ap":["v6"]},"S6":{"ap":["v4"]},"S9":{"ap":["v8"]},"j_":{"aU":[],"aI":[],"h":[]},"xg":{"f1":[],"aP":[],"a2":[]},"j0":{"aU":[],"aI":[],"h":[]},"ud":{"f1":[],"aP":[],"a2":[]},"d8":{"aU":[],"aI":[],"h":[]},"SI":{"aG":[],"h":[]},"lt":{"aD":[],"h":[]},"uf":{"bt":[],"aP":[],"a2":[]},"JG":{"lt":["aE"],"aD":[],"h":[],"lt.0":"aE"},"Wx":{"h4":["aE","G"],"G":[],"aV":["G"],"L":[],"au":[],"h4.0":"aE"},"BL":{"aU":[],"aI":[],"h":[]},"xM":{"ah":[],"h":[]},"Ys":{"dl":["Z"],"dl.T":"Z"},"HO":{"Z":[]},"UP":{"ap":["xM"]},"awj":{"aU":[],"aI":[],"h":[]},"kd":{"j_":["e6"],"aU":[],"aI":[],"h":[],"j_.T":"e6"},"BS":{"ah":[],"h":[]},"V_":{"ap":["BS"],"ix":[]},"tO":{"d0":[],"dj":[]},"LX":{"aG":[],"h":[]},"Ep":{"ah":[],"h":[]},"Sh":{"nH":["tO"]},"V3":{"aG":[],"h":[]},"Ma":{"aG":[],"h":[]},"kk":{"h6":[]},"nL":{"aU":[],"aI":[],"h":[]},"ym":{"ah":[],"h":[]},"dR":{"kw":[]},"ib":{"ap":["ym"]},"Vd":{"c_":["~"]},"un":{"mS":[]},"um":{"mS":[]},"C0":{"mS":[]},"C1":{"mS":[]},"Ug":{"aM":[],"p":["dR"],"ai":[],"p.E":"dR"},"Uh":{"ek":["as>?"],"aM":[],"ai":[]},"ei":{"aI":[],"h":[]},"C4":{"aP":[],"a2":[]},"kj":{"ai":[]},"kZ":{"ah":[],"h":[]},"C5":{"ap":["kZ"]},"ys":{"ah":[],"h":[]},"yt":{"ap":["ys"]},"Co":{"G":[],"bB":["G","em"],"L":[],"au":[],"bB.1":"em"},"D2":{"f5":[],"aD":[],"h":[]},"XN":{"bt":[],"aP":[],"a2":[]},"uD":{"em":[],"eU":[],"eX":["G"],"db":[]},"WG":{"aU":[],"aI":[],"h":[]},"wV":{"ah":[],"h":[]},"A_":{"ah":[],"h":[]},"Br":{"ap":["wV"]},"Bq":{"aM":[],"ai":[]},"Ud":{"ai":[]},"CY":{"ap":["A_"]},"CX":{"aM":[],"ai":[]},"yu":{"fz":[]},"awS":{"fy":["1"],"m0":[],"f3":[]},"rx":{"aG":[],"h":[]},"ic":{"fu":["1"],"e3":["1"],"c_":["1"]},"rH":{"aU":[],"aI":[],"h":[]},"mo":{"ah":[],"h":[]},"Al":{"aU":[],"aI":[],"h":[]},"zb":{"ah":[],"h":[]},"ek":{"aM":[],"ai":[]},"WN":{"ap":["mo"]},"Cr":{"ap":["zb"]},"cN":{"ek":["1"],"aM":[],"ai":[]},"iD":{"ek":["1"],"aM":[],"ai":[]},"Cp":{"iD":["1"],"ek":["1"],"aM":[],"ai":[]},"z6":{"iD":["1"],"ek":["1"],"aM":[],"ai":[],"iD.T":"1","cN.T":"1"},"z5":{"iD":["z"],"ek":["z"],"aM":[],"ai":[],"iD.T":"z","cN.T":"z"},"O1":{"ah":[],"h":[]},"aTQ":{"aWt":["al"]},"ux":{"ap":["O1<1>"]},"WS":{"aU":[],"aI":[],"h":[]},"WK":{"ek":["oH?"],"aM":[],"ai":[],"cN.T":"oH?"},"BW":{"aU":[],"aI":[],"h":[]},"ul":{"ah":[],"h":[]},"kY":{"ap":["ul<1>"]},"rv":{"c_":["1"]},"e3":{"c_":["1"]},"Tt":{"bA":["iQ"],"bA.T":"iQ"},"fu":{"e3":["1"],"c_":["1"]},"yK":{"fu":["1"],"e3":["1"],"c_":["1"]},"yQ":{"fu":["1"],"e3":["1"],"c_":["1"]},"Oa":{"aG":[],"h":[]},"zh":{"eG":["1"],"eG.T":"1"},"zi":{"aU":[],"aI":[],"h":[]},"Oh":{"aM":[],"ai":[]},"Is":{"kx":[]},"f8":{"hr":[],"fz":[]},"zn":{"f8":[],"hr":[],"fz":[]},"ms":{"f8":[],"hr":[],"fz":[]},"ja":{"f8":[],"hr":[],"fz":[]},"mq":{"f8":[],"hr":[],"fz":[]},"PO":{"f8":[],"hr":[],"fz":[]},"CA":{"aU":[],"aI":[],"h":[]},"mQ":{"m_":["mQ"],"m_.E":"mQ"},"zk":{"ah":[],"h":[]},"zl":{"ap":["zk"]},"mr":{"kN":[],"aM":[],"ai":[],"kx":[]},"oM":{"fz":[]},"zm":{"mr":[],"kN":[],"aM":[],"ai":[],"kx":[]},"zp":{"ah":[],"h":[]},"CC":{"aU":[],"aI":[],"h":[]},"CE":{"ah":[],"h":[]},"zq":{"ap":["zp"]},"X_":{"ap":["CE"]},"CD":{"aM":[],"ai":[]},"WZ":{"bh":[],"aD":[],"h":[]},"WD":{"G":[],"aV":["G"],"L":[],"au":[]},"WL":{"ek":["M?"],"aM":[],"ai":[],"cN.T":"M?"},"f7":{"b_":[]},"t0":{"fM":["f7"],"bA":["f7"],"fM.T":"f7","bA.T":"f7"},"rQ":{"ah":[],"h":[]},"jD":{"ft":[],"d0":[],"dj":[]},"jE":{"fc":[],"d0":[],"dj":[]},"zs":{"aM":[],"ai":[]},"jf":{"ap":["1"]},"rj":{"aM":[],"ai":[]},"zw":{"ah":[],"h":[]},"t3":{"aU":[],"aI":[],"h":[]},"X4":{"e_":[],"ap":["zw"],"ai":[]},"On":{"ai":[]},"zC":{"ah":[],"h":[]},"Xd":{"ap":["zC"]},"Xe":{"j_":["A"],"aU":[],"aI":[],"h":[],"j_.T":"A"},"ay":{"tb":[]},"oW":{"ah":[],"h":[]},"zD":{"ah":[],"h":[]},"tc":{"aM":[],"ai":[]},"CJ":{"ap":["oW"]},"Oz":{"aM":[],"ai":[]},"CI":{"ap":["zD"]},"Xh":{"aU":[],"aI":[],"h":[]},"uz":{"bh":[],"aD":[],"h":[]},"OB":{"aG":[],"h":[]},"Xn":{"bt":[],"aP":[],"a2":[]},"uu":{"G":[],"aV":["G"],"L":[],"au":[]},"zM":{"io":["1","2"],"aD":[],"h":[]},"zN":{"bt":[],"aP":[],"a2":[]},"zQ":{"aM":[],"ai":[]},"OL":{"bh":[],"aD":[],"h":[]},"uv":{"G":[],"aV":["G"],"L":[],"au":[]},"OK":{"aM":[],"ai":[]},"Tj":{"aM":[],"ai":[]},"z4":{"G":[],"aV":["G"],"L":[],"au":[]},"rU":{"G":[],"aV":["G"],"L":[],"au":[]},"Pe":{"bh":[],"aD":[],"h":[]},"Pd":{"bh":[],"aD":[],"h":[]},"Pi":{"bh":[],"aD":[],"h":[]},"lw":{"d8":[],"aU":[],"aI":[],"h":[]},"aHE":{"d8":[],"aU":[],"aI":[],"h":[]},"hD":{"aG":[],"h":[]},"Vi":{"aG":[],"h":[]},"I1":{"b_":[]},"HW":{"b_":[]},"wb":{"b_":[]},"wd":{"b_":[]},"wc":{"b_":[]},"HU":{"b_":[]},"nw":{"b_":[]},"ny":{"b_":[]},"wH":{"b_":[]},"wA":{"b_":[]},"wB":{"b_":[]},"hY":{"b_":[]},"nz":{"b_":[]},"nA":{"b_":[]},"wF":{"b_":[]},"wG":{"b_":[]},"nx":{"b_":[]},"zo":{"b_":[]},"Om":{"b_":[]},"vS":{"b_":[]},"MU":{"b_":[]},"Nl":{"b_":[]},"PH":{"b_":[]},"PE":{"b_":[]},"p6":{"ah":[],"h":[]},"Be":{"aU":[],"aI":[],"h":[]},"XP":{"ap":["p6"]},"AZ":{"ai":[]},"Px":{"aG":[],"h":[]},"vc":{"ah":[],"h":[]},"AK":{"ap":["vc"]},"OH":{"ah":[],"h":[]},"LP":{"ah":[],"h":[]},"Oe":{"ah":[],"h":[]},"O_":{"ah":[],"h":[]},"hZ":{"bh":[],"aD":[],"h":[]},"HG":{"ah":[],"h":[]},"xJ":{"ah":[],"h":[]},"Eo":{"ah":[],"h":[]},"pE":{"aU":[],"aI":[],"h":[]},"Ca":{"aU":[],"aI":[],"h":[]},"PT":{"aG":[],"h":[]},"Cc":{"aD":[],"h":[]},"Wc":{"bt":[],"aP":[],"a2":[]},"B6":{"ew":["1"],"f3":[],"ew.T":"1"},"aP5":{"aU":[],"aI":[],"h":[]},"fA":{"cm":[]},"Yq":{"ey":["jo"],"aI":[],"h":[],"ey.T":"jo"},"Sp":{"bh":[],"aD":[],"h":[]},"WC":{"G":[],"aV":["G"],"L":[],"au":[]},"Sk":{"dl":["hR"],"dl.T":"hR"},"Et":{"hR":[]},"Eu":{"hR":[]},"Ev":{"hR":[]},"wZ":{"ah":[],"h":[]},"Ui":{"ap":["wZ"]},"pT":{"ew":["ap"],"f3":[],"ew.T":"ap"},"HP":{"hq":[]},"Jd":{"hq":[]},"Jt":{"hq":[]},"O2":{"hq":[]},"P_":{"hq":[]},"Pg":{"hq":[]},"PQ":{"hq":[]},"iO":{"eU":[],"eX":["G"],"db":[]},"nk":{"aG":[],"h":[]},"SG":{"f5":[],"aD":[],"h":[]},"Ns":{"d2":["G","iO"],"G":[],"bB":["G","iO"],"L":[],"au":[],"bB.1":"iO","d2.1":"iO"},"x0":{"ah":[],"h":[]},"Bu":{"ap":["x0"]},"x6":{"nT":[],"bH":[]},"nT":{"bH":[]},"ku":{"bH":[]},"fd":{"ku":[],"bH":[]},"xE":{"ku":[],"bH":[]},"wt":{"ku":[],"bH":[]},"O3":{"ku":[],"bH":[]},"M2":{"aU":[],"aI":[],"h":[]},"IW":{"a0":[]},"Uc":{"dl":["a0"],"dl.T":"a0"},"FN":{"a0":[]},"FO":{"a0":[]},"FP":{"a0":[]},"FQ":{"a0":[]},"FR":{"a0":[]},"FS":{"a0":[]},"FT":{"a0":[]},"FU":{"a0":[]},"FV":{"a0":[]},"FW":{"a0":[]},"FX":{"a0":[]},"FY":{"a0":[]},"FZ":{"a0":[]},"vW":{"a0":[]},"G_":{"a0":[]},"G0":{"a0":[]},"vX":{"a0":[]},"G1":{"a0":[]},"G2":{"a0":[]},"G3":{"a0":[]},"G4":{"a0":[]},"G5":{"a0":[]},"G6":{"a0":[]},"G7":{"a0":[]},"G8":{"a0":[]},"vY":{"a0":[]},"G9":{"a0":[]},"Ga":{"a0":[]},"Gb":{"a0":[]},"Gc":{"a0":[]},"Gd":{"a0":[]},"Ge":{"a0":[]},"Gf":{"a0":[]},"Gg":{"a0":[]},"Gh":{"a0":[]},"Gi":{"a0":[]},"Gj":{"a0":[]},"Gk":{"a0":[]},"Gl":{"a0":[]},"Gm":{"a0":[]},"Gn":{"a0":[]},"Go":{"a0":[]},"Gp":{"a0":[]},"Gq":{"a0":[]},"Gr":{"a0":[]},"Gs":{"a0":[]},"Gt":{"a0":[]},"Gu":{"a0":[]},"Gv":{"a0":[]},"Gw":{"a0":[]},"Gx":{"a0":[]},"vZ":{"a0":[]},"Gy":{"a0":[]},"Gz":{"a0":[]},"GA":{"a0":[]},"GB":{"a0":[]},"GC":{"a0":[]},"GD":{"a0":[]},"GE":{"a0":[]},"GF":{"a0":[]},"GG":{"a0":[]},"GH":{"a0":[]},"GI":{"a0":[]},"GJ":{"a0":[]},"GK":{"a0":[]},"GL":{"a0":[]},"GM":{"a0":[]},"GN":{"a0":[]},"GO":{"a0":[]},"GP":{"a0":[]},"GQ":{"a0":[]},"GR":{"a0":[]},"GS":{"a0":[]},"GT":{"a0":[]},"GU":{"a0":[]},"GV":{"a0":[]},"GW":{"a0":[]},"GX":{"a0":[]},"GY":{"a0":[]},"GZ":{"a0":[]},"H_":{"a0":[]},"H0":{"a0":[]},"H1":{"a0":[]},"H2":{"a0":[]},"H3":{"a0":[]},"H4":{"a0":[]},"H5":{"a0":[]},"w_":{"a0":[]},"H6":{"a0":[]},"H7":{"a0":[]},"H8":{"a0":[]},"H9":{"a0":[]},"Ha":{"a0":[]},"Hb":{"a0":[]},"Hc":{"a0":[]},"w0":{"a0":[]},"Hd":{"a0":[]},"He":{"a0":[]},"Hf":{"a0":[]},"Hg":{"a0":[]},"Hh":{"a0":[]},"Hi":{"a0":[]},"Hj":{"a0":[]},"Hk":{"a0":[]},"Hl":{"a0":[]},"Hm":{"a0":[]},"Hn":{"a0":[]},"Ho":{"a0":[]},"Hp":{"a0":[]},"w1":{"a0":[]},"Hq":{"a0":[]},"w2":{"a0":[]},"Hr":{"a0":[]},"Hs":{"a0":[]},"Ht":{"a0":[]},"K0":{"Y":[]},"K1":{"Y":[]},"K2":{"Y":[]},"K3":{"Y":[]},"K4":{"Y":[]},"K5":{"Y":[]},"K6":{"Y":[]},"K7":{"Y":[]},"K8":{"Y":[]},"K9":{"Y":[]},"Ka":{"Y":[]},"Kb":{"Y":[]},"Kc":{"Y":[]},"xU":{"Y":[]},"Kd":{"Y":[]},"Ke":{"Y":[]},"xV":{"Y":[]},"Kf":{"Y":[]},"Kg":{"Y":[]},"Kh":{"Y":[]},"Ki":{"Y":[]},"Kj":{"Y":[]},"Kk":{"Y":[]},"Kl":{"Y":[]},"Km":{"Y":[]},"xW":{"Y":[]},"Kn":{"Y":[]},"Ko":{"Y":[]},"Kp":{"Y":[]},"Kq":{"Y":[]},"Kr":{"Y":[]},"Ks":{"Y":[]},"Kt":{"Y":[]},"Ku":{"Y":[]},"Kv":{"Y":[]},"Kw":{"Y":[]},"Kx":{"Y":[]},"Ky":{"Y":[]},"Kz":{"Y":[]},"KA":{"Y":[]},"KB":{"Y":[]},"KC":{"Y":[]},"KD":{"Y":[]},"KE":{"Y":[]},"KF":{"Y":[]},"KG":{"Y":[]},"KH":{"Y":[]},"KI":{"Y":[]},"KJ":{"Y":[]},"KK":{"Y":[]},"KL":{"Y":[]},"xX":{"Y":[]},"KM":{"Y":[]},"KN":{"Y":[]},"KO":{"Y":[]},"KP":{"Y":[]},"KQ":{"Y":[]},"KR":{"Y":[]},"KS":{"Y":[]},"KT":{"Y":[]},"KU":{"Y":[]},"KV":{"Y":[]},"KW":{"Y":[]},"KX":{"Y":[]},"KY":{"Y":[]},"KZ":{"Y":[]},"L_":{"Y":[]},"L0":{"Y":[]},"L1":{"Y":[]},"L2":{"Y":[]},"L3":{"Y":[]},"L4":{"Y":[]},"L5":{"Y":[]},"L6":{"Y":[]},"L7":{"Y":[]},"L8":{"Y":[]},"L9":{"Y":[]},"La":{"Y":[]},"Lb":{"Y":[]},"Lc":{"Y":[]},"Ld":{"Y":[]},"Le":{"Y":[]},"Lf":{"Y":[]},"Lg":{"Y":[]},"Lh":{"Y":[]},"Li":{"Y":[]},"Lj":{"Y":[]},"Lk":{"Y":[]},"xY":{"Y":[]},"Ll":{"Y":[]},"Lm":{"Y":[]},"Ln":{"Y":[]},"Lo":{"Y":[]},"Lp":{"Y":[]},"Lq":{"Y":[]},"Lr":{"Y":[]},"xZ":{"Y":[]},"Ls":{"Y":[]},"Lt":{"Y":[]},"Lu":{"Y":[]},"Lv":{"Y":[]},"Lw":{"Y":[]},"Lx":{"Y":[]},"Ly":{"Y":[]},"Lz":{"Y":[]},"LA":{"Y":[]},"LB":{"Y":[]},"LC":{"Y":[]},"LD":{"Y":[]},"LE":{"Y":[]},"y_":{"Y":[]},"LF":{"Y":[]},"y0":{"Y":[]},"LG":{"Y":[]},"LH":{"Y":[]},"LI":{"Y":[]},"Q_":{"Z":[]},"Q0":{"Z":[]},"Q1":{"Z":[]},"Q2":{"Z":[]},"Q3":{"Z":[]},"Q4":{"Z":[]},"Q5":{"Z":[]},"Q6":{"Z":[]},"Q7":{"Z":[]},"Q8":{"Z":[]},"Q9":{"Z":[]},"Qa":{"Z":[]},"Qb":{"Z":[]},"Ar":{"Z":[]},"Qc":{"Z":[]},"Qd":{"Z":[]},"As":{"Z":[]},"Qe":{"Z":[]},"Qf":{"Z":[]},"Qg":{"Z":[]},"Qh":{"Z":[]},"Qi":{"Z":[]},"Qj":{"Z":[]},"Qk":{"Z":[]},"Ql":{"Z":[]},"At":{"Z":[]},"Qm":{"Z":[]},"Qn":{"Z":[]},"Qo":{"Z":[]},"Qp":{"Z":[]},"Qq":{"Z":[]},"Qr":{"Z":[]},"Qs":{"Z":[]},"Qt":{"Z":[]},"Qu":{"Z":[]},"Qv":{"Z":[]},"Qw":{"Z":[]},"Qx":{"Z":[]},"Qy":{"Z":[]},"Qz":{"Z":[]},"QA":{"Z":[]},"QB":{"Z":[]},"QC":{"Z":[]},"QD":{"Z":[]},"QE":{"Z":[]},"QF":{"Z":[]},"QG":{"Z":[]},"QH":{"Z":[]},"QI":{"Z":[]},"QJ":{"Z":[]},"QK":{"Z":[]},"Au":{"Z":[]},"QL":{"Z":[]},"QM":{"Z":[]},"QN":{"Z":[]},"QO":{"Z":[]},"QP":{"Z":[]},"QQ":{"Z":[]},"QR":{"Z":[]},"QS":{"Z":[]},"QT":{"Z":[]},"QU":{"Z":[]},"QV":{"Z":[]},"QW":{"Z":[]},"QX":{"Z":[]},"QY":{"Z":[]},"QZ":{"Z":[]},"R_":{"Z":[]},"R0":{"Z":[]},"R1":{"Z":[]},"R2":{"Z":[]},"R3":{"Z":[]},"R4":{"Z":[]},"R5":{"Z":[]},"R6":{"Z":[]},"R7":{"Z":[]},"R8":{"Z":[]},"R9":{"Z":[]},"Ra":{"Z":[]},"Rb":{"Z":[]},"Rc":{"Z":[]},"Rd":{"Z":[]},"Re":{"Z":[]},"Rf":{"Z":[]},"Rg":{"Z":[]},"Rh":{"Z":[]},"Ri":{"Z":[]},"Rj":{"Z":[]},"Av":{"Z":[]},"Rk":{"Z":[]},"Rl":{"Z":[]},"Rm":{"Z":[]},"Rn":{"Z":[]},"Ro":{"Z":[]},"Rp":{"Z":[]},"Rq":{"Z":[]},"Aw":{"Z":[]},"Rr":{"Z":[]},"Rs":{"Z":[]},"Rt":{"Z":[]},"Ru":{"Z":[]},"Rv":{"Z":[]},"Rw":{"Z":[]},"Rx":{"Z":[]},"Ry":{"Z":[]},"Rz":{"Z":[]},"RA":{"Z":[]},"RB":{"Z":[]},"RC":{"Z":[]},"RD":{"Z":[]},"Ax":{"Z":[]},"RE":{"Z":[]},"Ay":{"Z":[]},"RF":{"Z":[]},"RG":{"Z":[]},"RH":{"Z":[]},"IX":{"Y":[]},"UU":{"dl":["Y"],"dl.T":"Y"},"IY":{"Z":[]},"Yt":{"dl":["Z"],"dl.T":"Z"},"ec":{"bE":["A"]},"bw":{"d1":[]},"wi":{"d1":[]},"wj":{"d1":[]},"fw":{"d1":[]},"vN":{"d1":[]},"cL":{"o2":["d1"],"av":["d1"],"H":["d1"],"an":["d1"],"p":["d1"],"p.E":"d1","av.E":"d1"},"f6":{"bW":[]},"i4":{"cH":[]},"EJ":{"cH":[]},"vp":{"cH":[]},"Jl":{"cH":[]},"Em":{"cH":[]},"qY":{"cH":[]},"Po":{"cH":[]},"xd":{"cH":[]},"r_":{"cH":[]},"x8":{"cH":[]},"x9":{"cH":[]},"nQ":{"cH":[]},"xb":{"cH":[]},"qZ":{"cH":[]},"xc":{"cH":[]},"Jm":{"cH":[]},"Jk":{"cH":[]},"Ek":{"cH":[]},"xa":{"cH":[]},"El":{"cH":[]},"Ei":{"cH":[]},"Ej":{"cH":[]},"ws":{"bG":["m"],"bg":["m"],"an":["m"],"p":["m"],"p.E":"m","bG.E":"m"},"B2":{"bG":["m"],"bg":["m"],"an":["m"],"p":["m"]},"u1":{"bW":[]},"o2":{"av":["1"],"H":["1"],"an":["1"],"p":["1"]},"hC":{"ha":[]},"kE":{"ha":[]},"mA":{"kE":[],"ha":[]},"b2":{"kE":[],"ha":[]},"a3":{"hC":[],"ha":[]},"aJ":{"hC":[],"ha":[]},"oX":{"hC":[],"ha":[]},"qi":{"hC":[],"ha":[]},"wh":{"ha":[]},"Eh":{"o2":["bw?"],"av":["bw?"],"H":["bw?"],"an":["bw?"],"p":["bw?"],"p.E":"bw?","av.E":"bw?"},"NW":{"Fp":[]},"EE":{"Fp":[]},"EW":{"Fp":[]},"lo":{"cb":["H"],"cb.T":"H"},"qd":{"bW":[]},"oF":{"na":[]},"oZ":{"na":[]},"JT":{"bW":[]},"mx":{"aG":[],"h":[]},"zG":{"aP":[],"a2":[]},"rq":{"aG":[],"h":[]},"Mo":{"aG":[],"h":[]},"Mp":{"aG":[],"h":[]},"oa":{"aM":[],"ai":[]},"y2":{"ah":[],"h":[]},"UY":{"ap":["y2"]},"p8":{"aM":[],"ai":[]},"Ai":{"ah":[],"h":[]},"Yd":{"ap":["Ai"]},"pi":{"aM":[],"ai":[]},"AG":{"ah":[],"h":[]},"YH":{"ap":["AG"]},"hA":{"aM":[],"ai":[]},"t9":{"aG":[],"h":[]},"Ps":{"aG":[],"h":[]},"Pr":{"aG":[],"h":[]},"PP":{"aG":[],"h":[]},"IJ":{"aG":[],"h":[]},"rp":{"aG":[],"h":[]},"MV":{"bW":[]},"vA":{"r1":["1"],"mx":[],"aG":[],"h":[]},"xK":{"r1":["1"],"mx":[],"aG":[],"h":[]},"Jo":{"a2":[]},"eo":{"aU":[],"aI":[],"h":[]},"r1":{"mx":[],"aG":[],"h":[]},"By":{"aP":[],"a2":[]},"ps":{"f1":[],"aP":[],"Jo":["1"],"a2":[]},"B1":{"iA":["1","tV<1>"],"iA.D":"tV<1>"},"Nf":{"bW":[]},"Ne":{"bW":[]},"zd":{"aM":[],"ai":[]},"eF":{"ip":[],"bE":["ip"]},"df":{"kC":[],"bE":["OQ"]},"ip":{"bE":["ip"]},"OP":{"ip":[],"bE":["ip"]},"OQ":{"bE":["OQ"]},"OR":{"bE":["OQ"]},"td":{"bE":["OQ"]},"kC":{"bE":["OQ"]},"u2":{"cb":["1"],"cb.T":"1"},"Yh":{"n":[]},"Yx":{"id":[]},"Yw":{"aG":[],"h":[]},"YE":{"id":[]},"YD":{"aG":[],"h":[]},"AC":{"ah":[],"h":[]},"Dp":{"d8":[],"aU":[],"aI":[],"h":[]},"YB":{"ap":["AC"]},"RN":{"aG":[],"h":[]},"Yv":{"aG":[],"h":[]},"Tp":{"ai":[]},"RR":{"aM":[],"ai":[]},"Az":{"ah":[],"h":[]},"Dq":{"ap":["Az"]},"jv":{"dy":["jv"],"dy.T":"jv"},"aNc":{"d8":[],"aU":[],"aI":[],"h":[]},"RQ":{"aG":[],"h":[]},"pe":{"ah":[],"h":[]},"AA":{"aU":[],"aI":[],"h":[]},"Yz":{"ap":["pe"]},"RL":{"aG":[],"h":[]},"RM":{"aG":[],"h":[]},"pd":{"ah":[],"h":[]},"Yu":{"ap":["pd"]},"Us":{"ai":[]},"RO":{"aG":[],"h":[]},"RT":{"ah":[],"h":[]},"pg":{"aG":[],"h":[]},"AF":{"aG":[],"h":[]},"RP":{"aG":[],"h":[]},"jz":{"fc":[],"d0":[],"dj":[]},"RV":{"aG":[],"h":[]},"jw":{"dy":["jw"],"dy.T":"jw"},"aNd":{"d8":[],"aU":[],"aI":[],"h":[]},"AE":{"ah":[],"h":[]},"YG":{"ap":["AE"]},"YF":{"ai":[]},"aHn":{"aU":[],"aI":[],"h":[]},"aJY":{"ah":[],"h":[]},"aIg":{"ah":[],"h":[]},"aIh":{"ap":["aIg"]},"aMP":{"ah":[],"h":[]},"aMQ":{"ap":["aMP"]},"aIl":{"ah":[],"h":[]},"as3":{"dy":["as3"]},"aNa":{"aU":[],"aI":[],"h":[]}}')) +A.aOQ(v.typeUniverse,JSON.parse('{"fR":1,"d5":1,"bL":1,"dX":2,"pb":1,"Im":2,"Pc":1,"OF":1,"OG":1,"I8":1,"IF":1,"wJ":1,"PL":1,"tI":1,"Dw":2,"ue":1,"vP":1,"xF":1,"rl":1,"pD":1,"zZ":1,"XB":1,"So":1,"tT":1,"pB":1,"S1":1,"Xv":1,"tR":1,"CW":1,"Tm":1,"pn":1,"up":1,"B8":1,"Xw":1,"Bo":2,"Bp":2,"Bt":1,"mN":1,"ug":1,"BI":1,"UQ":2,"Yk":2,"xP":2,"TB":1,"BJ":1,"Xs":2,"Xr":2,"CN":2,"CO":1,"CP":1,"Da":2,"Fb":1,"FA":2,"vR":2,"U9":3,"CZ":1,"bE":1,"jG":1,"wC":1,"HJ":1,"vg":1,"qj":1,"AW":1,"AX":1,"AY":1,"yz":1,"Dt":1,"B3":1,"ff":1,"wf":1,"yI":2,"LL":1,"BP":1,"DC":1,"uG":1,"vQ":1,"B_":1,"JE":1,"eX":1,"fv":1,"yX":1,"w5":1,"ut":1,"Ck":1,"D_":1,"vo":1,"I_":1,"qX":1,"pU":1,"uc":1,"kk":1,"PD":1,"HN":1,"awS":1,"ic":1,"ek":1,"jg":1,"cN":1,"Cp":1,"uH":1,"rv":1,"JS":1,"yK":1,"yQ":1,"px":1,"ur":1,"zM":2,"CK":2,"my":1,"eB":1,"AZ":1,"FH":1,"tF":1,"xK":1,"Jo":1,"By":1,"Tn":1,"zd":1,"Cu":1,"TO":1}')) +var u={q:"\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0",S:" 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1",D:" must not be greater than the number of characters in the file, ",s:'"recorder" must not already be associated with another Canvas.',T:"% of the way to being a CircleBorder that is ",N:"' has been assigned during initialization.",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: ",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",C:"expected-attribute-value-but-got-right-bracket",g:"expected-closing-tag-but-got-right-bracket",f:"expected-doctype-name-but-got-right-bracket",t:"expected-space-or-right-bracket-in-doctype",y:"handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",d:"unexpected-bang-after-double-dash-in-comment",H:"unexpected-character-after-attribute-value",B:"unexpected-character-after-soldius-in-tag",W:"unexpected-character-in-unquoted-attribute-value",L:"unexpected-dash-after-double-dash-in-comment",J:"unexpected-frameset-in-frameset-innerhtml",G:"unexpected-html-element-in-foreign-content",M:"unexpected-start-tag-implies-table-voodoo",r:"unexpected-table-element-end-tag-in-select-in-table",a:"unexpected-table-element-start-tag-in-select-in-table",R:"\u1ac4\u2bb8\u411f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3f4f\u0814\u32b6\u32b6\u32b6\u32b6\u1f81\u32b6\u32b6\u32b6\u1bbb\u2f6f\u3cc2\u051e\u32b6\u11d3\u079b\u2c12\u3967\u1b18\u18aa\u392b\u414f\u07f1\u2eb5\u1880\u1123\u047a\u1909\u08c6\u1909\u11af\u2f32\u1a19\u04d1\u19c3\u2e6b\u209a\u1298\u1259\u0667\u108e\u1160\u3c49\u116f\u1b03\u12a3\u1f7c\u121b\u2023\u1840\u34b0\u088a\u3c13\u04b6\u32b6\u41af\u41cf\u41ef\u4217\u32b6\u32b6\u32b6\u32b6\u32b6\u3927\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u18d8\u1201\u2e2e\u15be\u0553\u32b6\u3be9\u32b6\u416f\u32b6\u32b6\u32b6\u1a68\u10e5\u2a59\u2c0e\u205e\u2ef3\u1019\u04e9\u1a84\u32b6\u32b6\u3d0f\u32b6\u32b6\u32b6\u3f4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u104e\u076a\u32b6\u07bb\u15dc\u32b6\u10ba\u32b6\u32b6\u32b6\u32b6\u32b6\u1a3f\u32b6\u0cf2\u1606\u32b6\u32b6\u32b6\u0877\u32b6\u32b6\u073d\u2139\u0dcb\u0bcb\u09b3\u0bcb\u0fd9\u20f7\u03e3\u32b6\u32b6\u32b6\u32b6\u32b6\u0733\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u041d\u0864\u32b6\u32b6\u32b6\u32b6\u32b6\u3915\u32b6\u3477\u32b6\u3193\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u20be\u32b6\u36b1\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2120\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2f80\u36ac\u369a\u32b6\u32b6\u32b6\u32b6\u1b8c\u32b6\u1584\u1947\u1ae4\u3c82\u1986\u03b8\u043a\u1b52\u2e77\u19d9\u32b6\u32b6\u32b6\u3cdf\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u093a\u0973\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3498\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u0834\u32b6\u32b6\u2bb8\u32b6\u32b6\u36ac\u35a6\u32b9\u33d6\u32b6\u32b6\u32b6\u35e5\u24ee\u3847\x00\u0567\u3a12\u2826\u01d4\u2fb3\u29f7\u36f2\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2bc7\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u1e54\u32b6\u1394\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2412\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u30b3\u2c62\u3271\u32b6\u32b6\u32b6\u12e3\u32b6\u32b6\u1bf2\u1d44\u2526\u32b6\u2656\u32b6\u32b6\u32b6\u0bcb\u1645\u0a85\u0ddf\u2168\u22af\u09c3\u09c5\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3f2f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6"} +var t=(function rtii(){var s=A.ab +return{od:s("bA"),pC:s("fp"),so:s("bV"),o:s("bV"),Bs:s("bV"),ph:s("vh"),s1:s("vk"),wr:s("hR"),vp:s("n9"),S7:s("vm"),jo:s("a_U"),pR:s("lh"),M1:s("EB"),Al:s("li"),m_:s("ck"),MM:s("aE"),q:s("eU"),v0:s("aGE"),Xj:s("vw"),pI:s("F0"),V4:s("cw"),ld:s("iO"),wY:s("ne"),nz:s("ne"),zI:s("F4"),p7:s("et?,c_<@>>"),vg:s("aM"),yw:s("aJ"),Lh:s("vE"),XY:s("qb"),p1:s("lp"),W:s("qc"),z7:s("Fk"),m6:s("Fl"),E_:s("vG"),Bn:s("Fm"),wW:s("lq"),S3:s("aTT"),BQ:s("vH"),nR:s("vJ"),G:s("cd"),hP:s("fK"),n8:s("q"),IC:s("eW"),Am:s("vN"),HH:s("qi"),b8:s("bE<@>"),qO:s("ni"),M:s("i"),w:s("i"),eL:s("i"),VJ:s("i>"),fF:s("dI"),vn:s("qm"),pU:s("bB>"),E:s("hi"),d1:s("FK"),H5:s("aHn"),HY:s("iP"),ip:s("nl"),I7:s("qo"),fs:s("qp"),Hw:s("hl"),l4:s("aHB"),Uf:s("lv"),uy:s("aHE"),yS:s("lw"),JX:s("HT"),I:s("hn"),ra:s("aU5"),Jj:s("aHT"),i:s("wh"),VF:s("wi"),Ec:s("aU6"),ef:s("wj"),yN:s("I3"),uL:s("iT"),zk:s("iU"),Tu:s("aZ"),A0:s("cx"),Ee:s("an<@>"),h:s("aP"),Si:s("bw"),rp:s("b2"),m1:s("ly"),IH:s("ww"),S9:s("Id"),X8:s("Ie"),Q4:s("wx"),Lt:s("bQ"),VI:s("bW"),IX:s("fQ"),o6:s("aIB"),q_:s("bq"),Ie:s("wI"),US:s("ef"),N8:s("wK"),s4:s("a3L"),OE:s("a3M"),mx:s("d_"),l5:s("lB"),zq:s("qK"),ia:s("nE"),Ig:s("qL"),VW:s("nF"),au:s("lC"),FK:s("eg"),bY:s("wR"),bE:s("i0"),uP:s("wS"),_8:s("fS"),XH:s("IP<@>"),Z9:s("al"),xd:s("al(m,as)"),wF:s("al"),Ev:s("al()"),L0:s("al<@>"),T8:s("al"),uz:s("al<~>"),d0:s("cu"),Fp:s("cu"),Ce:s("cu"),pl:s("cu"),TM:s("cu"),b4:s("ev"),Ih:s("ev"),Y:s("IQ"),cD:s("d0"),uA:s("cK"),C1:s("cK"),Uv:s("cK"),jn:s("cK"),YC:s("cK

"),UN:s("cK"),ok:s("cK"),mF:s("cK"),ff:s("cK"),Bk:s("cK"),xR:s("nH"),yi:s("ew>"),TX:s("nI"),bT:s("nI>"),rQ:s("aUo"),op:s("qQ<~(lA)>"),G7:s("J1>"),rA:s("nK"),mS:s("nL"),AL:s("k4"),Fn:s("lI"),zE:s("au"),gc:s("J6"),Lk:s("avQ"),g5:s("x3"),Oh:s("nN"),ML:s("k7"),oA:s("iZ"),_0:s("x6"),dW:s("fU"),SG:s("lL"),xW:s("r_"),Bc:s("r0"),IS:s("f1"),og:s("d8"),WB:s("aU"),P6:s("cm"),JZ:s("a6y"),XO:s("a6z"),pT:s("a6A"),gD:s("lP"),vz:s("b_"),Ij:s("nT"),nQ:s("k9"),Ya:s("r2"),K9:s("nU<@>"),JY:s("p<@>"),VG:s("p"),QP:s("t"),NS:s("t"),Pv:s("t"),sq:s("t"),iW:s("t"),qN:s("t"),AT:s("t"),t_:s("t"),td:s("t"),B5:s("t"),f3:s("t"),Ek:s("t"),hE:s("t"),D:s("t"),vl:s("t"),Up:s("t"),lX:s("t"),CE:s("t"),zZ:s("t"),XS:s("t"),bp:s("t"),z8:s("t"),xT:s("t"),Pt:s("t"),uf:s("t"),kZ:s("t>"),no:s("t"),wQ:s("t>"),Rh:s("t>"),mo:s("t>"),iQ:s("t"),om:s("t>"),ku:s("t"),XZ:s("t"),Fa:s("t"),fJ:s("t"),VB:s("t"),VO:s("t"),O_:s("t"),J:s("t"),K0:s("t"),Li:s("t"),Rr:s("t"),k5:s("t"),cN:s("t"),s9:s("t"),Y4:s("t"),_f:s("t"),ER:s("t"),Ov:s("t>"),X_:s("t>"),i1:s("t>"),zg:s("t>"),Eo:s("t"),fz:s("t"),ss:s("t"),a9:s("t>"),Mq:s("t>"),gG:s("t>"),Xr:s("t"),rE:s("t"),M2:s("t"),HC:s("t"),n_:s("t"),YE:s("t"),tc:s("t"),f2:s("t"),Qg:s("t"),jl:s("t"),yv:s("t"),wi:s("t"),jT:s("t"),g8:s("t>"),rb:s("t>"),EO:s("t"),nx:s("t"),Vd:s("t>"),OB:s("t"),zY:s("t"),OM:s("t>"),GF:s("t"),wc:s("t"),g:s("t"),CV:s("t"),UZ:s("t"),A:s("t"),kG:s("t"),Co:s("t<+(m,mG)>"),AO:s("t"),Pc:s("t"),Ik:s("t"),TT:s("t"),QT:s("t"),LF:s("t>>"),VM:s("t"),Fm:s("t"),CK:s("t"),vj:s("t"),ZP:s("t"),D1:s("t"),UY:s("t"),q1:s("t"),QF:s("t"),o4:s("t"),Qo:s("t"),zz:s("t"),fe:s("t"),kO:s("t"),N_:s("t"),xF:s("t"),s:s("t"),oU:s("t"),JT:s("t"),PL:s("t"),ND:s("t"),Lw:s("t"),y1:s("t"),WJ:s("t"),Lx:s("t"),J9:s("t"),FO:s("t>>"),Jv:s("t"),nF:s("t"),LX:s("t"),p:s("t"),GA:s("t"),Na:s("t"),SW:s("t"),TV:s("t"),Kj:s("t"),_Y:s("t"),CZ:s("t"),mz:s("t"),Kx:s("t"),he:s("t"),zj:s("t"),IR:s("t"),m3:s("t"),Ei:s("t"),jE:s("t"),qi:s("t"),uD:s("t"),M6:s("t"),cv:s("t"),lb:s("t"),YK:s("t"),Z5:s("t"),cR:s("t"),NM:s("t"),HZ:s("t"),n:s("t"),ee:s("t<@>"),t:s("t"),wy:s("t"),tZ:s("t"),L:s("t"),PR:s("t"),JK:s("t"),cA:s("t"),ny:s("t?>"),Fi:s("t"),_m:s("t"),Yw:s("t"),Z:s("t"),Zt:s("t()>"),iM:s("t()>"),sA:s("t"),U9:s("t<~(nG)?>"),b:s("t<~()>"),SM:s("t<~(A,bU?)>"),tq:s("t<~(bA)>"),F:s("t<~(iJ)>"),j1:s("t<~(aZ)>"),Jh:s("t<~(H)>"),bz:s("xs"),lT:s("j3"),dC:s("fV<@>"),e:s("aF"),Hf:s("eH"),D2:s("f3"),SQ:s("r6"),LE:s("nZ"),bR:s("bO"),b7:s("bO"),_v:s("bO"),hA:s("bO"),B:s("bO>"),af:s("bO"),L6:s("f4"),h_:s("JF"),hz:s("hs"),jQ:s("bx"),cS:s("m_>"),z_:s("xG"),wO:s("r9<@>"),NJ:s("o3"),Rk:s("H"),J_:s("H"),gS:s("H"),qC:s("H"),YN:s("H"),UX:s("H"),Dp:s("H"),I1:s("H"),V1:s("H"),yp:s("H"),Xw:s("H"),Z4:s("H"),j:s("H<@>"),Cm:s("H"),Dn:s("H"),C:s("aC"),f0:s("m0"),da:s("i8"),bd:s("e"),bS:s("awj"),mT:s("b0"),jg:s("b0"),UH:s("b0"),Gh:s("b0<@,@>"),q9:s("b0"),sw:s("b0>"),qE:s("b0>"),Dx:s("xO<@,@>"),kY:s("as"),GU:s("as"),a:s("as"),_P:s("as"),e3:s("as"),f:s("as<@,@>"),VZ:s("as>"),xE:s("as"),pE:s("as"),rr:s("as<~(b3),bp?>"),C9:s("ex"),Wk:s("X"),Gf:s("X"),OS:s("X"),rB:s("X"),qn:s("X"),hv:s("X"),Tr:s("X"),iB:s("aJZ"),c4:s("Y"),dJ:s("kc<@>"),Ne:s("o8<@>"),ui:s("c8"),e1:s("b6"),h9:s("b6"),Ak:s("b6"),kU:s("b6"),iL:s("b6"),XL:s("b6"),QL:s("b6"),Il:s("b6"),Ni:s("b6"),VY:s("b6"),wG:s("b6"),Ve:s("b6"),Oc:s("o9"),ib:s("oa"),xV:s("bp"),m:s("kd"),O5:s("j8"),xS:s("h_"),Pb:s("cF"),ZA:s("ya"),_h:s("ke"),Wz:s("hv"),Lb:s("f5"),jW:s("m6"),A3:s("h0"),u9:s("oi"),JS:s("m7"),uK:s("ib"),_A:s("d1"),Tm:s("ei
"),w3:s("ei"),ji:s("ei"),WA:s("ei"),Te:s("kf"),P:s("ba"),Hk:s("kg"),zr:s("m8"),O3:s("m9"),K:s("A"),xA:s("A(k)"),_a:s("A(k{params:A?})"),qF:s("by"),fy:s("by<~()>"),wS:s("by<~(bA)>"),R:s("by<~(iJ)>"),r:s("o"),gY:s("j9"),Ms:s("kj"),Mf:s("rx"),pw:s("kk<@>"),sd:s("kk"),Q2:s("mc"),l:s("a8"),V3:s("a8"),Lc:s("a8"),IL:s("ey"),FB:s("a3"),ke:s("ry"),zM:s("dY"),IF:s("yG"),ix:s("dw"),v3:s("l"),sv:s("kl"),lO:s("rB"),qa:s("aUB"),ge:s("oq"),Ko:s("or"),c:s("hy"),pY:s("kn"),qL:s("b3"),GG:s("aUJ"),XA:s("ko"),n2:s("os"),WQ:s("ot"),w5:s("kp"),DB:s("ou"),PB:s("ov"),Mj:s("ow"),xb:s("ox"),ks:s("eL"),oN:s("oy"),kj:s("ax4"),bb:s("rH"),yH:s("aI"),jU:s("rQ"),pK:s("aVG"),Rp:s("+()"),BZ:s("+(m,eg?)"),YT:s("D"),Qz:s("Nm"),MY:s("yW"),x:s("G"),f1:s("z_"),I9:s("L"),F5:s("aD"),GM:s("aV"),Wx:s("kt"),Cn:s("rU"),dw:s("z4"),Ju:s("oD"),kM:s("ku"),Wd:s("oF"),dZ:s("z6"),yb:s("ek"),z4:s("dc"),k2:s("z8"),fg:s("be"),MV:s("be"),o_:s("be"),ad:s("zc"),oj:s("rY"),Kh:s("kw"),pO:s("c_<@>(a2,A?)"),Sv:s("oJ"),nY:s("aLG"),BL:s("aLG"),Np:s("t_"),x5:s("t0"),JE:s("zh
"),Cy:s("zi"),FS:s("zl"),sm:s("zs"),NF:s("aLO"),qd:s("aVO"),hI:s("aVP"),x9:s("e_"),mb:s("zx"),Wu:s("t3"),dj:s("t4"),_S:s("cO"),ZX:s("ik"),bu:s("cq"),UF:s("oT"),g3:s("kz"),HS:s("mv"),n5:s("t8<@>"),m2:s("bg"),Ro:s("bg<@>"),m8:s("hA"),gZ:s("il"),RY:s("bT"),jH:s("oV"),Vz:s("tb"),yE:s("aVU"),Mp:s("bh"),k7:s("mx"),FW:s("J"),Ws:s("zJ"),y3:s("ip"),Bb:s("kC"),sE:s("oX"),T:s("em"),Km:s("bU"),Uo:s("mA"),MF:s("hB"),d2:s("ah"),gU:s("aG"),sH:s("zW"),y9:s("oY>"),LB:s("zY>"),ZD:s("oZ"),N:s("m"),u1:s("aMp"),v:s("hC"),oK:s("bH"),k:s("tk"),Ci:s("p_"),ky:s("tl"),kL:s("bC
"),WT:s("bC"),u4:s("bC"),Je:s("bC>"),az:s("bC"),Q6:s("bC"),Ow:s("bC"),E8:s("bC"),d9:s("bC"),hr:s("bC"),b5:s("bC<~>"),ZC:s("jl"),lu:s("jm"),cn:s("kE"),As:s("fw"),W7:s("A4"),if:s("aMx"),ZY:s("fd"),mi:s("Pn"),ot:s("jo"),tp:s("A9"),fm:s("is"),em:s("n"),we:s("hE"),ZM:s("p5"),ZF:s("dy>"),Ag:s("dy<@>"),qe:s("ay1"),d:s("aa"),SA:s("p8"),zW:s("cf"),H7:s("aK"),u:s("eC"),ns:s("kI"),w7:s("afA"),rd:s("tE"),Po:s("afB"),H3:s("hF"),MX:s("kK"),O:s("cy"),gA:s("fe"),Sc:s("fe
"),kk:s("kL"),lQ:s("Al"),N2:s("tJ<@>"),Xu:s("PN"),DQ:s("kM"),gz:s("fy"),xc:s("fy"),zm:s("fy"),Ll:s("fy"),GY:s("iv"),rS:s("fz"),X3:s("kO"),Hd:s("aX"),FI:s("dd"),ZK:s("dd"),Ri:s("dd"),ow:s("dd"),kE:s("dd<~(A,bU?)>"),r7:s("dd<~(iZ)>"),YD:s("kP"),Pi:s("kP"),l7:s("h"),a7:s("fA"),X5:s("ix"),Uh:s("Z"),Qy:s("ju"),KL:s("aNa"),b2:s("as3"),Tp:s("aNc"),eQ:s("jv"),_J:s("AA"),al:s("aNd"),KM:s("jw"),Aw:s("cz"),nE:s("tM"),Uy:s("hc"),mO:s("pi"),L1:s("AH"),CL:s("pk"),h8:s("bc"),xs:s("bc"),XX:s("bc"),dx:s("bc>"),Bx:s("bc"),gI:s("bc"),BT:s("bc"),yB:s("bc"),EZ:s("bc"),gR:s("bc<~>"),ZW:s("pm"),B6:s("AQ"),me:s("tS"),DC:s("B6>"),UJ:s("Tr"),qr:s("e5"),VA:s("kU"),l3:s("Be"),Wt:s("pp"),ba:s("u2"),Eh:s("Bm"),fk:s("u4"),h1:s("u6"),Lv:s("a9"),qc:s("a9"),gO:s("a9"),Jk:s("a9>"),EW:s("a9"),aP:s("a9"),tr:s("a9"),LR:s("a9<@>"),wJ:s("a9"),gg:s("a9"),X6:s("a9"),U:s("a9<~>"),cK:s("u8"),Qu:s("kX"),U3:s("ua"),UR:s("eO"),R9:s("mO"),Fy:s("mP"),WD:s("Bx"),Nr:s("Bz"),pp:s("fg"),YL:s("pu"),cC:s("iC"),Sx:s("mQ"),pt:s("uh"),Gk:s("BL"),PJ:s("ui"),h2:s("cs"),Le:s("cs"),pj:s("cs"),_s:s("cs"),gP:s("cs"),Y6:s("cs"),iJ:s("cs"),F9:s("cs"),Fe:s("BW"),xg:s("V6"),p6:s("mS"),KJ:s("kZ"),sZ:s("C9"),j4:s("Vt"),Lj:s("Ca"),mm:s("uq"),mP:s("Cc"),h7:s("jA"),zP:s("dB"),ri:s("Cf"),zd:s("Ci"),xL:s("uv"),im:s("Co"),Ez:s("dR"),Pu:s("Cv"),yd:s("CA"),jF:s("CC"),Nu:s("l0"),xm:s("Xj"),S8:s("CU"),c6:s("pC"),bm:s("fF"),A5:s("fF"),HE:s("uC"),f4:s("D2"),i9:s("uD"),_l:s("pE"),ps:s("aP5"),DH:s("Yr"),lY:s("Dp"),y:s("z"),V:s("M"),z:s("@"),C_:s("@(A)"),Hg:s("@(A,bU)"),S:s("k"),s5:s("0&*"),ub:s("A*"),ZU:s("lf?"),VC:s("jQ?"),Vx:s("c4?"),sa:s("eD?"),eJ:s("nc?"),oI:s("aB?"),YY:s("nd?"),CD:s("cw?"),fA:s("lp?"),yf:s("qc?"),MB:s("a0U?"),L5:s("a11?"),JG:s("Ft?"),cW:s("a12?"),eG:s("Fw?"),GB:s("a13?"),EM:s("vK?"),_:s("q?"),YJ:s("eW?"),xG:s("jV?"),V2:s("hn?"),pc:s("cx?"),Om:s("jZ?"),Dv:s("bw?"),fd:s("aUb?"),pk:s("d_?"),U5:s("eg?"),uZ:s("al?"),eS:s("IV?"),_I:s("nL?"),gx:s("i2?"),lF:s("bR?"),C6:s("a69?"),Pr:s("lN?"),kc:s("H<@>?"),Tk:s("aC?"),y6:s("e?"),qA:s("ft?"),nA:s("as?"),Xx:s("as<@,@>?"),J1:s("as?"),iD:s("bp?"),ka:s("oc?"),WV:s("cF?"),X:s("A?"),Ff:s("a9g?"),sI:s("j9?"),Zr:s("a9h?"),KX:s("dm?"),uR:s("h1?"),Cp:s("yB?"),p9:s("yC?"),ev:s("yD?"),Gr:s("yE?"),BN:s("yF?"),mc:s("dw?"),wb:s("yH?"),Qv:s("G?"),c_:s("bt?"),ym:s("kt?"),oV:s("kw?"),LQ:s("cq?"),Zi:s("bT?"),TZ:s("mw?"),pg:s("im?"),yJ:s("fa?"),tW:s("J?"),lE:s("hB?"),ob:s("m?"),aE:s("tk?"),zn:s("fc?"),p8:s("n?"),Dh:s("p4?"),YX:s("jp?"),cB:s("ha?"),qf:s("PC?"),zV:s("kH?"),ir:s("aK?"),nc:s("hF?"),Do:s("kM?"),Wn:s("iw?"),Az:s("as3?"),lx:s("jv?"),lc:s("jw?"),G8:s("cz?"),Xk:s("eO?"),av:s("Cb?"),Iz:s("dR?"),JI:s("D_<@>?"),X7:s("z?"),PM:s("M?"),bo:s("k?"),Nw:s("~()?"),Jy:s("dD"),H:s("~"),Q:s("~()"),CF:s("~(A,bU?)"),Vu:s("~(aZ)"),Su:s("~(lA)"),xt:s("~(H)"),mX:s("~(A)"),hK:s("~(A,bU)"),Ld:s("~(b3)"),iS:s("~(ih)"),HT:s("~(A?)")}})();(function constants(){var s=hunkHelpers.makeConstList +B.L9=J.xn.prototype +B.b=J.t.prototype +B.dO=J.xq.prototype +B.i=J.r4.prototype +B.c=J.lR.prototype +B.d=J.j2.prototype +B.Lg=J.j3.prototype +B.Lh=J.aF.prototype +B.Ag=A.ye.prototype +B.hz=A.yf.prototype +B.kG=A.yg.prototype +B.ei=A.yh.prototype +B.bs=A.yj.prototype +B.ac=A.oi.prototype +B.E6=J.N4.prototype +B.ls=J.kL.prototype +B.ag7=new A.a_t(0,"unknown") +B.mc=new A.fI(0,1) +B.md=new A.fI(0,-1) +B.ag8=new A.fI(1,0) +B.eW=new A.fI(-1,-1) +B.ai=new A.eb(0,0) +B.me=new A.eb(0,1) +B.eX=new A.eb(0,-1) +B.iC=new A.eb(1,0) +B.cV=new A.eb(-1,0) +B.Ga=new A.Eq(0,"normal") +B.Gb=new A.Eq(1,"preserve") +B.a4=new A.iJ(0,"dismissed") +B.bQ=new A.iJ(1,"forward") +B.bi=new A.iJ(2,"reverse") +B.ao=new A.iJ(3,"completed") +B.Gc=new A.pW(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.mf=new A.vk(0,"exit") +B.mg=new A.vk(1,"cancel") +B.dA=new A.iK(0,"detached") +B.eY=new A.iK(1,"resumed") +B.iD=new A.iK(2,"inactive") +B.iE=new A.iK(3,"hidden") +B.eZ=new A.iK(4,"paused") +B.Gd=new A.a_O(!1,127) +B.Ge=new A.a_P(127) +B.iF=new A.vl(0,"polite") +B.mh=new A.a_Q(0,"polite") +B.iG=new A.vl(1,"assertive") +B.a_=new A.pY(0,"up") +B.dB=new A.pY(1,"right") +B.a5=new A.pY(2,"down") +B.bR=new A.pY(3,"left") +B.bj=new A.EC(0,"horizontal") +B.cW=new A.EC(1,"vertical") +B.Gr=new A.pZ(null,null,null,null,null,null,null,null) +B.aq=new A.adG() +B.mi=new A.li("flutter/accessibility",B.aq,t.Al) +B.cg=new A.a6J() +B.Gs=new A.li("flutter/keyevent",B.cg,t.Al) +B.iU=new A.adT() +B.Gt=new A.li("flutter/lifecycle",B.iU,A.ab("li")) +B.Gu=new A.li("flutter/system",B.cg,t.Al) +B.fk=new A.qN(2,"previous") +B.Gv=new A.nb(null,B.fk,0,0) +B.Gw=new A.lj(12,"plus") +B.Gx=new A.lj(13,"modulate") +B.Gy=new A.lj(20,"hardLight") +B.Gz=new A.lj(26,"saturation") +B.dC=new A.lj(3,"srcOver") +B.GA=new A.lj(8,"dstOut") +B.mj=new A.a07(0,"normal") +B.F=new A.aN(0,0) +B.et=new A.aN(8,8) +B.GB=new A.lk(B.F,B.et,B.F,B.et) +B.al=new A.ck(B.F,B.F,B.F,B.F) +B.es=new A.aN(6,6) +B.GC=new A.ck(B.F,B.es,B.F,B.F) +B.mk=new A.ck(B.es,B.es,B.es,B.es) +B.k=new A.q(4278190080) +B.a0=new A.EN(0,"none") +B.n=new A.aB(B.k,0,B.a0,-1) +B.y=new A.EN(1,"solid") +B.ml=new A.aB(B.k,1,B.y,0) +B.L=new A.q(0) +B.mm=new A.aB(B.L,1,B.y,-1) +B.mn=new A.c4(B.mm,B.n,B.mm,B.n) +B.iI=new A.c4(B.n,B.n,B.n,B.n) +B.GI=new A.q_(null,null,null,null,null,null,null) +B.GJ=new A.q0(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.GK=new A.vr(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a5i=new A.Oi(0,"normal") +B.kZ=new A.aau(null) +B.GL=new A.EO(B.a5i,B.kZ) +B.Ev=new A.Oi(1,"fast") +B.GM=new A.EO(B.Ev,B.kZ) +B.GN=new A.aE(40,40,40,40) +B.GO=new A.aE(56,56,56,56) +B.GP=new A.aE(96,96,96,96) +B.mo=new A.aE(1/0,1/0,1/0,1/0) +B.GR=new A.aE(0,1/0,34,34) +B.GQ=new A.aE(50,1/0,34,34) +B.GS=new A.aE(0,1/0,56,56) +B.cf=new A.aE(0,1/0,0,1/0) +B.GT=new A.aE(280,1/0,0,1/0) +B.GV=new A.aE(36,1/0,36,1/0) +B.GU=new A.aE(0,1/0,52,1/0) +B.iJ=new A.vs(0,"fill") +B.mp=new A.vs(1,"contain") +B.GW=new A.vs(6,"scaleDown") +B.mq=new A.ES(0,"tight") +B.mr=new A.ES(5,"strut") +B.aQ=new A.EU(0,"rectangle") +B.iK=new A.EU(1,"circle") +B.f_=new A.a0b(0,"tight") +B.au=new A.EV(0,"dark") +B.G=new A.EV(1,"light") +B.bS=new A.vt(0,"blink") +B.Y=new A.vt(1,"webkit") +B.bD=new A.vt(2,"firefox") +B.iL=new A.a0o(1,"padded") +B.GX=new A.vu(null,null,null,null,null,null,null,null,null) +B.Kr=new A.b5(16,16,16,16) +B.a1T=new A.b6(B.Kr,t.Ni) +B.a1O=new A.b6(20,t.Ve) +B.f0=new A.bv(null,null,null,null,null,null,null,B.a1T,null,null,null,null,B.a1O,null,null,null,null,null,null,null,null,null) +B.ms=new A.EZ(0,"normal") +B.GY=new A.EZ(2,"primary") +B.Ik=new A.pq(A.ab("pq>")) +B.GZ=new A.lo(B.Ik) +B.H_=new A.lO(A.aSI(),A.ab("lO")) +B.H0=new A.a_u() +B.H2=new A.a_N() +B.ag9=new A.a01() +B.H3=new A.a0_() +B.mt=new A.a00() +B.mu=new A.a0j() +B.agm=new A.acy(4,"keyboard") +B.mx=new A.vS() +B.mw=new A.vS() +B.H4=new A.a1J() +B.H5=new A.HI() +B.mz=new A.HJ() +B.H6=new A.HK() +B.H7=new A.HN() +B.H8=new A.HO() +B.mA=new A.wb() +B.mB=new A.wb() +B.mC=new A.wc() +B.mD=new A.wc() +B.mE=new A.wd() +B.mF=new A.wd() +B.H9=new A.HP() +B.B=new A.I1() +B.Hb=new A.a2w() +B.Hc=new A.a2T() +B.Hd=new A.k0(A.ab("k0")) +B.mG=new A.I8() +B.He=new A.I9() +B.ap=new A.I9() +B.Hf=new A.a3k() +B.bE=new A.adK() +B.Hg=new A.a3m() +B.mH=new A.wA() +B.mI=new A.wA() +B.Hh=new A.wB() +B.Hi=new A.wB() +B.mJ=new A.nw() +B.mK=new A.nw() +B.iM=new A.nw() +B.iN=new A.nw() +B.mL=new A.nx() +B.mM=new A.nx() +B.iO=new A.nx() +B.iP=new A.nx() +B.mN=new A.hY() +B.mO=new A.hY() +B.Hl=new A.hY() +B.Hm=new A.hY() +B.dD=new A.hY() +B.dE=new A.hY() +B.Hj=new A.hY() +B.Hk=new A.hY() +B.Hn=new A.wF() +B.Ho=new A.wF() +B.Hp=new A.wG() +B.Hq=new A.wG() +B.Hr=new A.ny() +B.Hs=new A.ny() +B.mP=new A.ny() +B.mQ=new A.ny() +B.Ht=new A.wH() +B.Hu=new A.wH() +B.mR=new A.nz() +B.mS=new A.nz() +B.iQ=new A.nz() +B.iR=new A.nz() +B.mV=new A.nA() +B.mW=new A.nA() +B.mT=new A.nA() +B.mU=new A.nA() +B.mX=new A.Ix() +B.aga=new A.IT() +B.Hv=new A.a4Q() +B.Hw=new A.a4X() +B.a2x={http:0,https:1} +B.a6e=new A.dI(B.a2x,2,t.fF) +B.Hx=new A.Jd() +B.Hy=new A.Jt() +B.a6=new A.a6I() +B.aK=new A.a6K() +B.mY=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.Hz=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.HE=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.HA=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.HB=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.HD=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.HC=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.mZ=function(hooks) { return hooks; } + +B.cX=new A.a6Q() +B.HF=new A.a7x() +B.HG=new A.a7K() +B.HH=new A.M1() +B.HJ=new A.a8P() +B.HK=new A.a8Q() +B.n_=new A.a8S() +B.HL=new A.a9_() +B.f1=new A.A() +B.HM=new A.Mx() +B.HN=new A.MN() +B.iT=new A.yx() +B.n0=new A.MU() +B.HO=new A.a9H() +B.agb=new A.aa8() +B.HQ=new A.aal() +B.n1=new A.Nl() +B.HS=new A.abG() +B.HT=new A.abH() +B.HU=new A.O2() +B.HV=new A.ac8() +B.HW=new A.Og() +B.HX=new A.zo() +B.HY=new A.zo() +B.HZ=new A.acw() +B.n2=new A.Om() +B.I_=new A.ad5() +B.a=new A.ad6() +B.bT=new A.adF() +B.cY=new A.adJ() +B.I0=new A.P_() +B.I1=new A.Pg() +B.I2=new A.aey() +B.I3=new A.aeB() +B.I4=new A.aeC() +B.I5=new A.aeD() +B.I6=new A.aeH() +B.I7=new A.aeJ() +B.I8=new A.aeK() +B.I9=new A.aeL() +B.a2T=new A.o(0.056,0.024) +B.a2L=new A.o(0.108,0.3085) +B.a2X=new A.o(0.198,0.541) +B.a2O=new A.o(0.3655,1) +B.a2R=new A.o(0.5465,0.989) +B.n3=new A.Pu() +B.Ia=new A.Pv() +B.Ib=new A.PE() +B.n4=new A.PH() +B.Ic=new A.afJ() +B.a1=new A.afN() +B.ch=new A.afR() +B.Id=new A.PQ() +B.O=new A.D(0,0,0,0) +B.eP=new A.PV(0,0,0,0) +B.SX=A.a(s([]),A.ab("t")) +B.n5=new A.PU() +B.aC={} +B.A1=new A.i(B.aC,[],t.w) +B.agc=new A.afZ() +B.n6=new A.RW() +B.dF=new A.S3() +B.ci=new A.S4() +B.If=new A.AZ() +B.Ig=new A.T7() +B.j=new A.q(4294967295) +B.fa=new A.hj(B.k,"label",null,B.k,B.j,B.k,B.j,B.k,B.j,B.k,B.j,0) +B.dJ=new A.q(4288256409) +B.f7=new A.q(4285887861) +B.f9=new A.hj(B.dJ,"inactiveGray",null,B.dJ,B.f7,B.dJ,B.f7,B.dJ,B.f7,B.dJ,B.f7,0) +B.agd=new A.aih() +B.j6=new A.q(4278221567) +B.ng=new A.q(4278879487) +B.nf=new A.q(4278206685) +B.nl=new A.q(4282424575) +B.JR=new A.hj(B.j6,"systemBlue",null,B.j6,B.ng,B.nf,B.nl,B.j6,B.ng,B.nf,B.nl,0) +B.IQ=new A.q(4280032286) +B.IV=new A.q(4280558630) +B.nH=new A.hj(B.j,"systemBackground",null,B.j,B.k,B.j,B.k,B.j,B.IQ,B.j,B.IV,0) +B.dH=new A.q(4042914297) +B.f5=new A.q(4028439837) +B.JS=new A.hj(B.dH,null,null,B.dH,B.f5,B.dH,B.f5,B.dH,B.f5,B.dH,B.f5,0) +B.n7=new A.aii() +B.iV=new A.Tf() +B.Ih=new A.aik() +B.Ii=new A.aio() +B.age=new A.Tj() +B.cj=new A.Tl() +B.f2=new A.aiy() +B.Ij=new A.pq(A.ab("pq")) +B.lj=new A.jl("click") +B.i1=new A.jl("basic") +B.iW=new A.TM() +B.f3=new A.aiB() +B.iX=new A.aiC() +B.Im=new A.ajG() +B.In=new A.ajH() +B.iY=new A.ajJ() +B.ak=new A.BG() +B.Io=new A.UT() +B.bF=new A.akD() +B.Iq=new A.akE() +B.n8=new A.alg() +B.ar=new A.alk() +B.Ir=new A.alD() +B.Is=new A.Xz() +B.It=new A.XL() +B.Iu=new A.Ys() +B.Iz=new A.q7(null,null,null,null,null,null,null) +B.IA=new A.q9(null,null,null,null,null,null,null,null,null) +B.IB=new A.vC(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.n9=new A.d6(0,B.n) +B.IC=new A.a0W(B.kZ) +B.na=new A.vI(0,"none") +B.nb=new A.vI(1,"conjunction") +B.nc=new A.vI(2,"disjunction") +B.a5w=new A.zy(2,"clear") +B.j0=new A.vJ(B.a5w) +B.ID=new A.Fq(0,"difference") +B.cZ=new A.Fq(1,"intersect") +B.z=new A.qe(0,"none") +B.aR=new A.qe(1,"hardEdge") +B.d_=new A.qe(2,"antiAlias") +B.d0=new A.qe(3,"antiAliasWithSaveLayer") +B.ji=new A.q(4284960932) +B.nt=new A.q(4293582335) +B.IS=new A.q(4280352861) +B.J8=new A.q(4284636017) +B.ns=new A.q(4293451512) +B.IR=new A.q(4280097067) +B.Jc=new A.q(4286403168) +B.nw=new A.q(4294957284) +B.IX=new A.q(4281405725) +B.Jh=new A.q(4289930782) +B.nv=new A.q(4294565596) +B.J0=new A.q(4282453515) +B.nx=new A.q(4294966270) +B.f6=new A.q(4280032031) +B.Jn=new A.q(4293386476) +B.je=new A.q(4282991951) +B.Jb=new A.q(4286149758) +B.np=new A.q(4291478736) +B.nk=new A.q(4281413683) +B.Js=new A.q(4294242292) +B.jp=new A.q(4291869951) +B.IE=new A.qg(B.G,B.ji,B.j,B.nt,B.IS,B.J8,B.j,B.ns,B.IR,B.Jc,B.j,B.nw,B.IX,B.Jh,B.j,B.nv,B.J0,B.nx,B.f6,B.nx,B.f6,B.Jn,B.je,B.Jb,B.np,B.k,B.k,B.nk,B.Js,B.jp,B.ji) +B.IZ=new A.q(4281867890) +B.J6=new A.q(4283381643) +B.Jj=new A.q(4291609308) +B.IY=new A.q(4281544001) +B.J5=new A.q(4283057240) +B.Jq=new A.q(4293900488) +B.J4=new A.q(4282983730) +B.J9=new A.q(4284693320) +B.Jr=new A.q(4294097077) +B.J7=new A.q(4284486672) +B.Je=new A.q(4287372568) +B.js=new A.q(4293321189) +B.Jf=new A.q(4287860633) +B.IF=new A.qg(B.au,B.jp,B.IZ,B.J6,B.nt,B.Jj,B.IY,B.J5,B.ns,B.Jq,B.J4,B.J9,B.nw,B.Jr,B.J7,B.Je,B.nv,B.f6,B.js,B.f6,B.js,B.je,B.np,B.Jf,B.je,B.k,B.k,B.js,B.nk,B.ji,B.jp) +B.nd=new A.q(1087163596) +B.IG=new A.q(134217728) +B.IH=new A.q(1627389952) +B.II=new A.q(1660944383) +B.ne=new A.q(16777215) +B.j1=new A.q(1723645116) +B.IJ=new A.q(1724434632) +B.IK=new A.q(2155905152) +B.N=new A.q(2315255808) +B.IL=new A.q(2583691263) +B.Q=new A.q(3019898879) +B.IN=new A.q(4039164096) +B.j2=new A.q(4278207658) +B.j3=new A.q(4278216904) +B.j4=new A.q(4278219749) +B.j5=new A.q(4278221249) +B.j7=new A.q(4278230009) +B.j8=new A.q(4278421339) +B.nh=new A.q(4279141408) +B.ni=new A.q(4279858898) +B.j9=new A.q(4280191205) +B.IT=new A.q(4280361249) +B.dI=new A.q(4280391411) +B.IU=new A.q(4280427042) +B.nj=new A.q(4280624421) +B.IW=new A.q(4280821800) +B.d1=new A.q(4281019179) +B.ja=new A.q(4281348144) +B.jb=new A.q(4281369216) +B.jc=new A.q(4281545523) +B.J_=new A.q(4282071867) +B.nm=new A.q(4282466625) +B.jd=new A.q(4282532418) +B.J2=new A.q(4282598211) +B.J3=new A.q(4282664004) +B.jf=new A.q(4283139329) +B.jg=new A.q(4284572001) +B.nn=new A.q(4284809178) +B.jh=new A.q(4284840809) +B.jj=new A.q(4285771609) +B.jk=new A.q(4286014680) +B.jl=new A.q(4286085209) +B.Jd=new A.q(4286479998) +B.jm=new A.q(4287628757) +B.jn=new A.q(4287679225) +B.Jg=new A.q(4288585374) +B.f8=new A.q(4289636255) +B.jo=new A.q(4289940659) +B.Ji=new A.q(4290062922) +B.no=new A.q(4290502395) +B.nq=new A.q(4292030255) +B.jq=new A.q(4292490320) +B.Jk=new A.q(4292664540) +B.jr=new A.q(4292700202) +B.Jl=new A.q(4292730333) +B.Jm=new A.q(4292927712) +B.nr=new A.q(4293128957) +B.Jo=new A.q(4293420417) +B.jt=new A.q(4293481504) +B.Jp=new A.q(4293651435) +B.nu=new A.q(4293783021) +B.Ju=new A.q(4294309365) +B.b4=new A.q(4294638330) +B.ju=new A.q(4294906715) +B.JF=new A.q(436207616) +B.JG=new A.q(520093696) +B.JH=new A.q(536870911) +B.jv=new A.qk(0,"none") +B.JJ=new A.qk(1,"waiting") +B.ny=new A.qk(2,"active") +B.JK=new A.qk(3,"done") +B.JL=new A.FG(null,!0) +B.nz=new A.nj(0,"start") +B.nA=new A.nj(1,"end") +B.ay=new A.nj(2,"center") +B.jw=new A.nj(3,"stretch") +B.nB=new A.nj(4,"baseline") +B.nC=new A.ed(0.18,1,0.04,1) +B.JM=new A.ed(0.19,1,0.22,1) +B.nD=new A.ed(0.35,0.75,0.65,0.25) +B.JN=new A.ed(0.05,0,0.133333,0.06) +B.bG=new A.ed(0.25,0.1,0.25,1) +B.ck=new A.ed(0.42,0,1,1) +B.JO=new A.ed(0.67,0.03,0.65,0.09) +B.JP=new A.ed(0.075,0.82,0.165,1) +B.JQ=new A.ed(0.208333,0.82,0.25,1) +B.cl=new A.ed(0.4,0,0.2,1) +B.nE=new A.ed(0.35,0.91,0.33,0.97) +B.nG=new A.ed(0,0,0.58,1) +B.nF=new A.ed(0.42,0,0.58,1) +B.dG=new A.q(1493172224) +B.f4=new A.q(2164260863) +B.JT=new A.hj(B.dG,null,null,B.dG,B.f4,B.dG,B.f4,B.dG,B.f4,B.dG,B.f4,0) +B.cm=new A.w3(B.n7,null,null,null,null,null,null,null) +B.JU=new A.a1E(1,"latency") +B.JV=new A.w7(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.JW=new A.w8(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.nI=new A.nm(0,"uninitialized") +B.JX=new A.nm(1,"initializingServices") +B.nJ=new A.nm(2,"initializedServices") +B.JY=new A.nm(3,"initializingUi") +B.JZ=new A.nm(4,"initialized") +B.K_=new A.a1I(1,"traversalOrder") +B.dK=new A.HH(0,"background") +B.nK=new A.HH(1,"foreground") +B.K0=new A.w9(!1) +B.K1=new A.w9(!0) +B.afT=new A.Vg(null) +B.fb=new A.lv(null,null,null,B.afT,null) +B.a9D=new A.n(!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.cN=new A.A8(0,"clip") +B.bg=new A.af9(0,"parent") +B.afU=new A.Vi(null) +B.jx=new A.lw(B.a9D,null,!0,B.cN,null,B.bg,null,B.afU,null) +B.aS=new A.we(3,"info") +B.K2=new A.we(5,"hint") +B.K3=new A.we(6,"summary") +B.agf=new A.jW(1,"sparse") +B.K4=new A.jW(10,"shallow") +B.K5=new A.jW(11,"truncateChildren") +B.K6=new A.jW(5,"error") +B.jy=new A.jW(7,"flat") +B.nL=new A.jW(8,"singleLine") +B.bU=new A.jW(9,"errorProperty") +B.K7=new A.nn(null,null,null,null,null,null,null,null,null,null) +B.D=new A.no(0,"block") +B.d2=new A.no(1,"inline") +B.jz=new A.no(2,"inlineBlock") +B.bk=new A.no(3,"listItem") +B.jA=new A.no(4,"none") +B.K8=new A.np(null,null,null,null,null) +B.bV=new A.a2F(1,"start") +B.K9=new A.qt(null,null,null,null,null,null,null,null) +B.Ka=new A.qu(null,null,null) +B.H=new A.aZ(0) +B.aT=new A.aZ(1e5) +B.fc=new A.aZ(1e6) +B.Kb=new A.aZ(12e5) +B.nM=new A.aZ(15e4) +B.Kc=new A.aZ(16667) +B.nN=new A.aZ(167e3) +B.a9=new A.aZ(2e5) +B.jB=new A.aZ(2e6) +B.Kd=new A.aZ(225e3) +B.jC=new A.aZ(25e4) +B.d3=new A.aZ(3e5) +B.Ke=new A.aZ(3e6) +B.nO=new A.aZ(375e3) +B.Kf=new A.aZ(4e4) +B.jD=new A.aZ(4e5) +B.Kg=new A.aZ(5e4) +B.jE=new A.aZ(5e5) +B.dL=new A.aZ(6e5) +B.nP=new A.aZ(75e3) +B.Kh=new A.aZ(75e4) +B.Ki=new A.aZ(8e6) +B.Kj=new A.aZ(-38e3) +B.Kk=new A.f_(16,0,24,0) +B.as=new A.b5(0,0,0,0) +B.Kl=new A.b5(0,1,0,0) +B.Km=new A.b5(10,0,10,0) +B.Kn=new A.b5(10,2,10,2) +B.Ko=new A.b5(12,10,12,9) +B.Kp=new A.b5(12,8,12,8) +B.Kq=new A.b5(16,0,16,0) +B.fd=new A.b5(20,20,20,20) +B.Ks=new A.b5(24,0,24,0) +B.Kt=new A.b5(24,0,24,24) +B.Ku=new A.b5(40,24,40,24) +B.Kv=new A.b5(4,0,4,0) +B.jF=new A.b5(4,4,4,4) +B.nQ=new A.b5(8,0,8,0) +B.Kw=new A.b5(8,8,8,8) +B.Kx=new A.qy(null) +B.Ky=new A.wu(0,"noOpinion") +B.Kz=new A.wu(1,"enabled") +B.fe=new A.wu(2,"disabled") +B.agg=new A.qz(0) +B.KA=new A.qC(null,null,null,null,null,null,null,null,null,null,null) +B.KB=new A.qE(null) +B.jG=new A.nB(0,"none") +B.jH=new A.nB(1,"low") +B.nR=new A.nB(2,"medium") +B.nS=new A.nB(3,"high") +B.U=new A.J(0,0) +B.KC=new A.Ir(B.U,B.U) +B.nT=new A.a3K(0,"tight") +B.KD=new A.qH(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.nU=new A.a3P(1,"auto") +B.jI=new A.lA(0,"touch") +B.ff=new A.lA(1,"traditional") +B.agh=new A.a3Z(0,"automatic") +B.fg=new A.II(0,"normal") +B.nV=new A.II(1,"italic") +B.fh=new A.hp(0) +B.jJ=new A.hp(1) +B.fi=new A.hp(2) +B.p=new A.hp(3) +B.R=new A.hp(4) +B.nW=new A.hp(5) +B.aL=new A.hp(6) +B.nX=new A.hp(7) +B.fj=new A.hp(8) +B.jK=new A.IJ(null) +B.nY=new A.i0("Invalid method call",null,null) +B.KE=new A.i0("Expected envelope, got nothing",null,null) +B.aX=new A.i0("Message corrupted",null,null) +B.nZ=new A.i0("Too many percent/permill",null,null) +B.KF=new A.i0("Invalid envelope",null,null) +B.o_=new A.qN(0,"ltr") +B.o0=new A.qN(1,"rtl") +B.jL=new A.qN(3,"sandwich") +B.cn=new A.IS(0,"accepted") +B.az=new A.IS(1,"rejected") +B.o1=new A.nG(0,"pointerEvents") +B.co=new A.nG(1,"browserGestures") +B.bH=new A.wU(0,"ready") +B.fl=new A.wU(1,"possible") +B.KG=new A.wU(2,"defunct") +B.KH=new A.J0(0,"forward") +B.KI=new A.J0(1,"reverse") +B.cp=new A.qS(0,"push") +B.cq=new A.qS(1,"pop") +B.bI=new A.wY(0,"deferToChild") +B.b5=new A.wY(1,"opaque") +B.dM=new A.wY(2,"translucent") +B.b6=new A.qT(null,null,null,null,null,null,null,null) +B.KJ=new A.k5(null) +B.KR=new A.bR(null,null,null,null,null,B.k,null,null) +B.o2=new A.bR(24,0,400,0,48,B.k,1,null) +B.KS=new A.bR(null,null,null,null,null,B.j,null,null) +B.KO=new A.iY(57873,"YaruIcons","yaru_icons",!1) +B.KT=new A.iX(B.KO,null,null) +B.KN=new A.iY(57866,"YaruIcons","yaru_icons",!1) +B.o3=new A.iX(B.KN,null,null) +B.KK=new A.iY(57396,"YaruIcons","yaru_icons",!1) +B.KU=new A.iX(B.KK,null,null) +B.KP=new A.iY(57926,"MaterialIcons",null,!1) +B.o4=new A.iX(B.KP,null,null) +B.KL=new A.iY(57585,"YaruIcons","yaru_icons",!1) +B.KV=new A.iX(B.KL,null,null) +B.KQ=new A.iY(58727,"MaterialIcons",null,!1) +B.KW=new A.iX(B.KQ,null,null) +B.KM=new A.iY(57594,"YaruIcons","yaru_icons",!1) +B.fm=new A.iX(B.KM,null,null) +B.L2=new A.qV(0,"repeat") +B.L3=new A.qV(1,"repeatX") +B.L4=new A.qV(2,"repeatY") +B.dN=new A.qV(3,"noRepeat") +B.L5=new A.Jj(!0,!0,B.A1) +B.am=A.a(s([]),t.oU) +B.L6=new A.nR("\ufffc",null,null,!0,!0,B.am) +B.L7=new A.xm(null,null,null,null,null,null,null,null,B.nU,B.mX,!1,null,!1,null,null,null,null,null,null,!1,null,null,null,null,null,null,null,null,null,null,null,!1,null) +B.o5=new A.nS(1,3999) +B.Lb=new A.j1(0,0.1,B.ak) +B.Lc=new A.j1(0.125,0.25,B.ak) +B.La=new A.j1(0.6,1,B.ak) +B.o7=new A.j1(0.5,1,B.bG) +B.Ld=new A.j1(0.2075,0.4175,B.ak) +B.Le=new A.j1(0.0825,0.2075,B.ak) +B.o8=new A.xo(0,"grapheme") +B.o9=new A.xo(1,"word") +B.Lf=new A.nU(B.mz,t.K9) +B.oa=new A.a6R(null) +B.Li=new A.a6S(null,null) +B.Lj=new A.Jy(0,"rawKeyData") +B.Lk=new A.Jy(1,"keyDataThenRawKeyData") +B.bl=new A.xw(0,"down") +B.Ll=new A.fs(B.H,B.bl,0,0,null,!1) +B.dP=new A.lT(0,"handled") +B.dQ=new A.lT(1,"ignored") +B.fn=new A.lT(2,"skipRemainingHandlers") +B.aY=new A.xw(1,"up") +B.Lm=new A.xw(2,"repeat") +B.hs=new A.e(4294967562) +B.Ln=new A.r6(B.hs,0,"numLock") +B.ht=new A.e(4294967564) +B.Lo=new A.r6(B.ht,1,"scrollLock") +B.e5=new A.e(4294967556) +B.Lp=new A.r6(B.e5,2,"capsLock") +B.d4=new A.nZ(0,"any") +B.bJ=new A.nZ(3,"all") +B.Lq=new A.a7d(0,"platformDefault") +B.cr=new A.lY(0,"opportunity") +B.A=new A.lY(1,"prohibited") +B.bW=new A.lY(2,"mandatory") +B.bX=new A.lY(3,"endOfText") +B.jN=new A.bx(0,"CM") +B.fq=new A.bx(1,"BA") +B.cs=new A.bx(10,"PO") +B.dR=new A.bx(11,"OP") +B.dS=new A.bx(12,"CP") +B.fr=new A.bx(13,"IS") +B.dT=new A.bx(14,"HY") +B.jO=new A.bx(15,"SY") +B.bY=new A.bx(16,"NU") +B.jP=new A.bx(17,"CL") +B.jQ=new A.bx(18,"GL") +B.ob=new A.bx(19,"BB") +B.dU=new A.bx(2,"LF") +B.aZ=new A.bx(20,"HL") +B.fs=new A.bx(21,"JL") +B.dV=new A.bx(22,"JV") +B.dW=new A.bx(23,"JT") +B.jR=new A.bx(24,"NS") +B.jS=new A.bx(25,"ZW") +B.jT=new A.bx(26,"ZWJ") +B.jU=new A.bx(27,"B2") +B.oc=new A.bx(28,"IN") +B.jV=new A.bx(29,"WJ") +B.ft=new A.bx(3,"BK") +B.jW=new A.bx(30,"ID") +B.fu=new A.bx(31,"EB") +B.dX=new A.bx(32,"H2") +B.dY=new A.bx(33,"H3") +B.jX=new A.bx(34,"CB") +B.fv=new A.bx(35,"RI") +B.fw=new A.bx(36,"EM") +B.fx=new A.bx(4,"CR") +B.d5=new A.bx(5,"SP") +B.od=new A.bx(6,"EX") +B.jY=new A.bx(7,"QU") +B.b_=new A.bx(8,"AL") +B.fy=new A.bx(9,"PR") +B.Lr=new A.j5(1.2,"") +B.fz=new A.JN(0,"outside") +B.jZ=new A.JN(1,"inside") +B.k_=new A.aQ("decimal",12,"decimal") +B.oe=new A.aQ("disc",15,"disc") +B.of=new A.JP(0,"leading") +B.og=new A.JP(1,"trailing") +B.Mj=new A.ra(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Mk=new A.a7t(0,"threeLine") +B.Mm=A.a(s(["\xee.Hr.","d.Hr."]),t.s) +B.Mu=A.a(s(["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]),t.s) +B.oj=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd/MM/y"]),t.s) +B.Mq=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) +B.Ml=A.a(s(["{0} \u0b20\u0b3e\u0b30\u0b47 {1}","{0} \u0b20\u0b3e\u0b30\u0b47 {1}","{1}, {0}","{1}, {0}"]),t.s) +B.Ms=A.a(s(["\uc81c 1/4\ubd84\uae30","\uc81c 2/4\ubd84\uae30","\uc81c 3/4\ubd84\uae30","\uc81c 4/4\ubd84\uae30"]),t.s) +B.bZ=A.a(s(["domingo","lunes","martes","mi\xe9rcoles","jueves","viernes","s\xe1bado"]),t.s) +B.ol=A.a(s(["sk","pr","an","tr","kt","pn","\u0161t"]),t.s) +B.fA=A.a(s(["\u043d","\u043f","\u0432","\u0441","\u0447","\u043f","\u0441"]),t.s) +B.oh=A.a(s(["\u17e0","\u17e1","\u17e2","\u17e3","\u17e4","\u17e5","\u17e6","\u17e7","\u17e8","\u17e9"]),t.s) +B.oi=A.a(s(["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]),t.s) +B.Mt=A.a(s(["\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0417\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]),t.s) +B.Mn=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432\u0440.","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440.","\u043c\u0430\u0439","\u0438\u044e\u043d\u044c","\u0438\u044e\u043b\u044c","\u0430\u0432\u0433.","\u0441\u0435\u043d\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u044f\u0431.","\u0434\u0435\u043a."]),t.s) +B.ok=A.a(s(["\u10d8\u10d0\u10dc","\u10d7\u10d4\u10d1","\u10db\u10d0\u10e0","\u10d0\u10de\u10e0","\u10db\u10d0\u10d8","\u10d8\u10d5\u10dc","\u10d8\u10d5\u10da","\u10d0\u10d2\u10d5","\u10e1\u10d4\u10e5","\u10dd\u10e5\u10e2","\u10dc\u10dd\u10d4","\u10d3\u10d4\u10d9"]),t.s) +B.Ie=new A.Sk() +B.Ip=new A.UU() +B.Il=new A.Uc() +B.Iv=new A.Yt() +B.Mo=A.a(s([B.Ie,B.Ip,B.Il,B.Iv]),t.a9) +B.Mp=A.a(s(["vm.","nm."]),t.s) +B.Mr=A.a(s(["\u0c9c\u0ca8","\u0cab\u0cc6\u0cac\u0ccd\u0cb0","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82","\u0c85\u0c95\u0ccd\u0c9f\u0ccb","\u0ca8\u0cb5\u0cc6\u0c82","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]),t.s) +B.om=A.a(s(["ne","po","\xfat","st","\u010dt","p\xe1","so"]),t.s) +B.Mv=A.a(s(["urtarrilak","otsailak","martxoak","apirilak","maiatzak","ekainak","uztailak","abuztuak","irailak","urriak","azaroak","abenduak"]),t.s) +B.ig=new A.cz(B.jt,0,"orange") +B.lP=new A.cz(B.jl,1,"bark") +B.lN=new A.cz(B.jh,2,"sage") +B.lM=new A.cz(B.jf,3,"olive") +B.lK=new A.cz(B.j8,4,"viridian") +B.lL=new A.cz(B.jb,5,"prussianGreen") +B.lI=new A.cz(B.j4,6,"blue") +B.lO=new A.cz(B.jk,7,"purple") +B.lQ=new A.cz(B.jo,8,"magenta") +B.lR=new A.cz(B.jq,9,"red") +B.lJ=new A.cz(B.j5,10,"kubuntuBlue") +B.lH=new A.cz(B.j3,11,"lubuntuBlue") +B.lT=new A.cz(B.dI,12,"ubuntuBudgieBlue") +B.lU=new A.cz(B.ju,13,"ubuntuButterflyPink") +B.lV=new A.cz(B.jr,14,"ubuntuCinnamonBrown") +B.lS=new A.cz(B.jj,15,"ubuntuMateGreen") +B.lF=new A.cz(B.j7,16,"ubuntuStudioBlue") +B.lE=new A.cz(B.jm,17,"ubuntuUnityPurple") +B.lG=new A.cz(B.j2,18,"xubuntuBlue") +B.Mw=A.a(s([B.ig,B.lP,B.lN,B.lM,B.lK,B.lL,B.lI,B.lO,B.lQ,B.lR,B.lJ,B.lH,B.lT,B.lU,B.lV,B.lS,B.lF,B.lE,B.lG]),A.ab("t")) +B.on=A.a(s(["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]),t.s) +B.Mx=A.a(s(["\u049b\u0430\u04a3\u0442\u0430\u0440","\u0430\u049b\u043f\u0430\u043d","\u043d\u0430\u0443\u0440\u044b\u0437","\u0441\u04d9\u0443\u0456\u0440","\u043c\u0430\u043c\u044b\u0440","\u043c\u0430\u0443\u0441\u044b\u043c","\u0448\u0456\u043b\u0434\u0435","\u0442\u0430\u043c\u044b\u0437","\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a","\u049b\u0430\u0437\u0430\u043d","\u049b\u0430\u0440\u0430\u0448\u0430","\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) +B.My=A.a(s(["B.","B.E.","\xc7.A.","\xc7.","C.A.","C.","\u015e."]),t.s) +B.Mz=A.a(s([0,1]),t.n) +B.MA=A.a(s(["\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.","\u0e84.\u0eaa."]),t.s) +B.MB=A.a(s(["y\u5e74M\u6708d\u65e5 EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","y/M/d"]),t.s) +B.fB=A.a(s(["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]),t.s) +B.oo=A.a(s(["\u12a5","\u1230","\u121b","\u1228","\u1210","\u12d3","\u1245"]),t.s) +B.op=A.a(s(["Oca","\u015eub","Mar","Nis","May","Haz","Tem","A\u011fu","Eyl","Eki","Kas","Ara"]),t.s) +B.MC=A.a(s(["Sebelum Masehi","Masehi"]),t.s) +B.MD=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d MMM y '\u0433'.","d.MM.yy"]),t.s) +B.oq=A.a(s(["\u044f","\u0444","\u043c","\u0430","\u043c","\u044e","\u044e","\u0430","\u0441","\u043e","\u043d","\u0434"]),t.s) +B.ME=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. MMM y.","d. M. y."]),t.s) +B.c_=A.a(s(["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"]),t.s) +B.MF=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. M. y","d. M. y"]),t.s) +B.MG=A.a(s(["\u5348\u524d","\u5348\u5f8c"]),t.s) +B.k0=A.a(s(["HH.mm.ss zzzz","HH.mm.ss z","HH.mm.ss","HH.mm"]),t.s) +B.MH=A.a(s(["\u043f.\u043d.\u0435.","\u043d.\u0435."]),t.s) +B.MI=A.a(s([239,191,189]),t.t) +B.fC=A.a(s(["\u0e21.\u0e04.","\u0e01.\u0e1e.","\u0e21\u0e35.\u0e04.","\u0e40\u0e21.\u0e22.","\u0e1e.\u0e04.","\u0e21\u0e34.\u0e22.","\u0e01.\u0e04.","\u0e2a.\u0e04.","\u0e01.\u0e22.","\u0e15.\u0e04.","\u0e1e.\u0e22.","\u0e18.\u0e04."]),t.s) +B.or=A.a(s(["\u10d8","\u10d7","\u10db","\u10d0","\u10db","\u10d8","\u10d8","\u10d0","\u10e1","\u10dd","\u10dc","\u10d3"]),t.s) +B.MJ=A.a(s(["e.\u0259.","y.e."]),t.s) +B.os=A.a(s(["\u0b30\u0b2c\u0b3f","\u0b38\u0b4b\u0b2e","\u0b2e\u0b19\u0b4d\u0b17\u0b33","\u0b2c\u0b41\u0b27","\u0b17\u0b41\u0b30\u0b41","\u0b36\u0b41\u0b15\u0b4d\u0b30","\u0b36\u0b28\u0b3f"]),t.s) +B.ML=A.a(s(["trim. I","trim. II","trim. III","trim. IV"]),t.s) +B.MM=A.a(s(["{1} 'n\xeb' {0}","{1} 'n\xeb' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.MO=A.a(s(["Tr\u01b0\u1edbc CN","Sau CN"]),t.s) +B.MN=A.a(s(["\u0c95\u0ccd\u0cb0\u0cbf.\u0caa\u0cc2","\u0c95\u0ccd\u0cb0\u0cbf.\u0cb6"]),t.s) +B.ot=A.a(s(["dg","dl","dt","dc","dj","dv","ds"]),t.s) +B.ou=A.a(s(["\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d","\u0639\u06cc\u0633\u0648\u06cc"]),t.s) +B.MP=A.a(s(["{1} '\xe0s' {0}","{1} '\xe0s' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.MQ=A.a(s(["p.K.","mb.K."]),t.s) +B.ov=A.a(s(["H:mm:ss (zzzz)","H:mm:ss z","H:mm:ss","H:mm"]),t.s) +B.MR=A.a(s(["Th\xe1ng 1","Th\xe1ng 2","Th\xe1ng 3","Th\xe1ng 4","Th\xe1ng 5","Th\xe1ng 6","Th\xe1ng 7","Th\xe1ng 8","Th\xe1ng 9","Th\xe1ng 10","Th\xe1ng 11","Th\xe1ng 12"]),t.s) +B.ow=A.a(s(["\u10d9","\u10dd","\u10e1","\u10dd","\u10ee","\u10de","\u10e8"]),t.s) +B.MS=A.a(s(["{0} {1}","{0} {1}","{0}, {1}","{0}, {1}"]),t.s) +B.MT=A.a(s(["\u0e01\u0e48\u0e2d\u0e19 \u0e04.\u0e28.","\u0e04.\u0e28."]),t.s) +B.ox=A.a(s(["\u09b0","\u09b8\u09cb","\u09ae","\u09ac\u09c1","\u09ac\u09c3","\u09b6\u09c1","\u09b6"]),t.s) +B.MU=A.a(s(["\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 \u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7","\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"]),t.s) +B.MV=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","dd/MM/yy"]),t.s) +B.aM=A.a(s(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"]),t.s) +B.oy=A.a(s(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),t.s) +B.MY=A.a(s(["y MMMM d, EEEE","y MMMM d","y MMM d","y-MM-dd"]),t.s) +B.MW=A.a(s(["\u09e7\u09ae\u0983 \u09a4\u09bf\u0983","\u09e8\u09af\u09bc\u0983 \u09a4\u09bf\u0983","\u09e9\u09af\u09bc\u0983 \u09a4\u09bf\u0983","\u09ea\u09f0\u09cd\u09a5\u0983 \u09a4\u09bf\u0983"]),t.s) +B.oz=A.a(s(["\u0436\u0441","\u0434\u0441","\u0441\u0441","\u0441\u0440","\u0431\u0441","\u0436\u043c","\u0441\u0431"]),t.s) +B.oB=A.a(s(["\u043d\u0435\u0434\u0435\u0459\u0430","\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a","\u0443\u0442\u043e\u0440\u0430\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a","\u043f\u0435\u0442\u0430\u043a","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) +B.MX=A.a(s(["s","l","m","k","m","c","l","s","w","p","l","g"]),t.s) +B.oA=A.a(s(["\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940","\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u090f\u092a\u094d\u0930\u093f\u0932","\u092e\u0947","\u091c\u0942\u0928","\u091c\u0941\u0932\u0948","\u0911\u0917\u0938\u094d\u091f","\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930","\u0911\u0915\u094d\u091f\u094b\u092c\u0930","\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930","\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]),t.s) +B.MZ=A.a(s(["\u0da2\u0db1","\u0db4\u0dd9\u0db6","\u0db8\u0dcf\u0dbb\u0dca","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd","\u0dc3\u0dd0\u0db4\u0dca","\u0d94\u0d9a\u0dca","\u0db1\u0ddc\u0dc0\u0dd0","\u0daf\u0dd9\u0dc3\u0dd0"]),t.s) +B.oC=A.a(s(["\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c","\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c","\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23","\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18","\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35","\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c","\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c"]),t.s) +B.N_=A.a(s(["\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4","\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]),t.s) +B.oD=A.a(s(["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]),t.s) +B.fD=A.a(s(["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]),t.s) +B.N0=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","d.M.y"]),t.s) +B.k1=A.a(s(["EEEE, d. MMMM y","d. MMMM y","dd.MM.y","dd.MM.yy"]),t.s) +B.N1=A.a(s([3,4]),t.t) +B.N2=A.a(s(["\u091c\u0928","\u092b\u0947\u092c","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932","\u0905\u0917","\u0938\u0947\u092a","\u0905\u0915\u094d\u091f\u094b","\u0928\u094b\u092d\u0947","\u0921\u093f\u0938\u0947"]),t.s) +B.N3=A.a(s(["\uc624\uc804","\uc624\ud6c4"]),t.s) +B.oE=A.a(s(["\u0930\u0935\u093f\u0935\u093e\u0930","\u0938\u094b\u092e\u0935\u093e\u0930","\u092e\u0902\u0917\u0932\u0935\u093e\u0930","\u092c\u0941\u0927\u0935\u093e\u0930","\u0917\u0941\u0930\u0941\u0935\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930","\u0936\u0928\u093f\u0935\u093e\u0930"]),t.s) +B.oF=A.a(s(["\u0906","\u0938\u094b","\u092e","\u092c\u0941","\u092c\u093f","\u0936\u0941","\u0936"]),t.s) +B.N4=A.a(s(["eram\u0131zdan \u0259vv\u0259l","yeni era"]),t.s) +B.oG=A.a(s(["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]),t.s) +B.Ni=A.a(s(["\u0db4\u0dd9.\u0dc0.","\u0db4.\u0dc0."]),t.s) +B.Nl=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) +B.Nn=A.a(s(["Dom.","Luns","Mar.","M\xe9r.","Xov.","Ven.","S\xe1b."]),t.s) +B.Nm=A.a(s(["d.","l.","m.","m.","x.","v.","s."]),t.s) +B.Nq=A.a(s(["1. \u010dtvrtlet\xed","2. \u010dtvrtlet\xed","3. \u010dtvrtlet\xed","4. \u010dtvrtlet\xed"]),t.s) +B.oI=A.a(s(["\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df","\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9","\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9","\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea"]),t.s) +B.oH=A.a(s(["\u062d","\u0646","\u062b","\u0631","\u062e","\u062c","\u0633"]),t.s) +B.Nr=A.a(s(["Die","H\xebn","Mar","M\xebr","Enj","Pre","Sht"]),t.s) +B.oK=A.a(s(["H:mm:ss (zzzz)","H:mm:ss (z)","H:mm:ss","H:mm"]),t.s) +B.Nv=A.a(s(["a h\uc2dc m\ubd84 s\ucd08 zzzz","a h\uc2dc m\ubd84 s\ucd08 z","a h:mm:ss","a h:mm"]),t.s) +B.oJ=A.a(s(["\u0399","\u03a6","\u039c","\u0391","\u039c","\u0399","\u0399","\u0391","\u03a3","\u039f","\u039d","\u0394"]),t.s) +B.oL=A.a(s(["\u0da2","\u0db4\u0dd9","\u0db8\u0dcf","\u0d85","\u0db8\u0dd0","\u0da2\u0dd6","\u0da2\u0dd6","\u0d85","\u0dc3\u0dd0","\u0d94","\u0db1\u0dd9","\u0daf\u0dd9"]),t.s) +B.Ny=A.a(s(["M\xd6","MS"]),t.s) +B.Nz=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","y/M/d"]),t.s) +B.Nw=A.a(s(["Sul","Llun","Maw","Mer","Iau","Gwen","Sad"]),t.s) +B.Nx=A.a(s(["n","p","w","\u015b","c","p","s"]),t.s) +B.oN=A.a(s(["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."]),t.s) +B.oM=A.a(s(["\u0441","\u043b","\u0441","\u043a","\u043c","\u0447","\u043b","\u0436","\u0432","\u043a","\u043b","\u0441"]),t.s) +B.oO=A.a(s(["\u0a10","\u0a38\u0a4b","\u0a2e\u0a70","\u0a2c\u0a41\u0a71","\u0a35\u0a40","\u0a38\u0a3c\u0a41\u0a71","\u0a38\u0a3c"]),t.s) +B.NA=A.a(s(["\u1798\u17bb\u1793 \u1782.\u179f.","\u1782.\u179f."]),t.s) +B.oP=A.a(s(["dg.","dl.","dt.","dc.","dj.","dv.","ds."]),t.s) +B.fE=A.a(s(["H:mm:ss zzzz","H:mm:ss z","H:mm:ss","H:mm"]),t.s) +B.Si=A.a(s([137,80,78,71,13,10,26,10]),t.Z) +B.KX=new A.k8(B.Si,"image/png") +B.NB=A.a(s([71,73,70,56,55,97]),t.Z) +B.L0=new A.k8(B.NB,"image/gif") +B.NC=A.a(s([71,73,70,56,57,97]),t.Z) +B.L1=new A.k8(B.NC,"image/gif") +B.MK=A.a(s([255,216,255]),t.Z) +B.KY=new A.k8(B.MK,"image/jpeg") +B.Pd=A.a(s([82,73,70,70,null,null,null,null,87,69,66,80]),t.Z) +B.L_=new A.k8(B.Pd,"image/webp") +B.NV=A.a(s([66,77]),t.Z) +B.KZ=new A.k8(B.NV,"image/bmp") +B.ND=A.a(s([B.KX,B.L0,B.L1,B.KY,B.L_,B.KZ]),A.ab("t")) +B.oQ=A.a(s(["\u0930\u0935\u093f","\u0938\u094b\u092e","\u092e\u0902\u0917\u0933","\u092c\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) +B.NE=A.a(s([4,4]),t.t) +B.oR=A.a(s([4,5]),t.t) +B.NF=A.a(s([4,9,14,19]),t.t) +B.oS=A.a(s(["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]),t.s) +B.As=new A.a8("http://www.w3.org/1999/xhtml","applet",t.l) +B.Au=new A.a8("http://www.w3.org/1999/xhtml","caption",t.l) +B.kM=new A.a8("http://www.w3.org/1999/xhtml","html",t.l) +B.Ax=new A.a8("http://www.w3.org/1999/xhtml","marquee",t.l) +B.AD=new A.a8("http://www.w3.org/1999/xhtml","object",t.l) +B.kK=new A.a8("http://www.w3.org/1999/xhtml","table",t.l) +B.Aw=new A.a8("http://www.w3.org/1999/xhtml","td",t.l) +B.Aq=new A.a8("http://www.w3.org/1999/xhtml","th",t.l) +B.Az=new A.a8("http://www.w3.org/1998/Math/MathML","mi",t.l) +B.At=new A.a8("http://www.w3.org/1998/Math/MathML","mo",t.l) +B.AB=new A.a8("http://www.w3.org/1998/Math/MathML","mn",t.l) +B.Av=new A.a8("http://www.w3.org/1998/Math/MathML","ms",t.l) +B.Ar=new A.a8("http://www.w3.org/1998/Math/MathML","mtext",t.l) +B.a3L=new A.a8("http://www.w3.org/1998/Math/MathML","annotation-xml",t.l) +B.kL=new A.a8("http://www.w3.org/2000/svg","foreignObject",t.l) +B.AA=new A.a8("http://www.w3.org/2000/svg","desc",t.l) +B.Ap=new A.a8("http://www.w3.org/2000/svg","title",t.l) +B.k2=A.a(s([B.As,B.Au,B.kM,B.Ax,B.AD,B.kK,B.Aw,B.Aq,B.Az,B.At,B.AB,B.Av,B.Ar,B.a3L,B.kL,B.AA,B.Ap]),t.Vd) +B.NG=A.a(s(["EEEE\u060c d MMMM y","d MMMM y","dd\u200f/MM\u200f/y","d\u200f/M\u200f/y"]),t.s) +B.d6=A.a(s(["1\uc6d4","2\uc6d4","3\uc6d4","4\uc6d4","5\uc6d4","6\uc6d4","7\uc6d4","8\uc6d4","9\uc6d4","10\uc6d4","11\uc6d4","12\uc6d4"]),t.s) +B.NH=A.a(s(["p\u0159ed na\u0161\xedm letopo\u010dtem","na\u0161eho letopo\u010dtu"]),t.s) +B.NI=A.a(s(["\u05e8\u05d1\u05e2\u05d5\u05df 1","\u05e8\u05d1\u05e2\u05d5\u05df 2","\u05e8\u05d1\u05e2\u05d5\u05df 3","\u05e8\u05d1\u05e2\u05d5\u05df 4"]),t.s) +B.NJ=A.a(s(["1. \u043a\u0432.","2. \u043a\u0432.","3. \u043a\u0432.","4. \u043a\u0432."]),t.s) +B.oT=A.a(s(["\u0570\u0576\u057e","\u0583\u057f\u057e","\u0574\u0580\u057f","\u0561\u057a\u0580","\u0574\u0575\u057d","\u0570\u0576\u057d","\u0570\u056c\u057d","\u0585\u0563\u057d","\u057d\u0565\u057a","\u0570\u0578\u056f","\u0576\u0578\u0575","\u0564\u0565\u056f"]),t.s) +B.dZ=A.a(s(["s\xf8n.","man.","tir.","ons.","tor.","fre.","l\xf8r."]),t.s) +B.NQ=A.a(s(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac","\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) +B.oU=A.a(s(["\u0d89","\u0dc3","\u0d85","\u0db6","\u0db6\u0dca\u200d\u0dbb","\u0dc3\u0dd2","\u0dc3\u0dd9"]),t.s) +B.k3=A.a(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +B.o=A.a(s([5,6]),t.t) +B.NT=A.a(s(["\u0434\u0430 \u043d.\u044d.","\u043d.\u044d."]),t.s) +B.oV=A.a(s(["saus.","vas.","kov.","bal.","geg.","bir\u017e.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."]),t.s) +B.oW=A.a(s(["Su.","M.","Tu.","W.","Th.","F.","Sa."]),t.s) +B.NU=A.a(s(["sije\u010dnja","velja\u010de","o\u017eujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]),t.s) +B.Iw=new A.q6(0,"auto") +B.Ix=new A.q6(1,"full") +B.Iy=new A.q6(2,"chromium") +B.NW=A.a(s([B.Iw,B.Ix,B.Iy]),A.ab("t")) +B.oX=A.a(s(["d","h","m","m","e","p","sh"]),t.s) +B.NX=A.a(s(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf","\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82","\u0c85\u0c95\u0ccd\u0c9f\u0ccb","\u0ca8\u0cb5\u0cc6\u0c82","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]),t.s) +B.oY=A.a(s(["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]),t.s) +B.oZ=A.a(s(["\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456","\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456","\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456","\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456","\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456","\u0436\u04b1\u043c\u0430","\u0441\u0435\u043d\u0431\u0456"]),t.s) +B.NY=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d.MM.y '\u0433'.","d.MM.yy '\u0433'."]),t.s) +B.NZ=A.a(s(["\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b2a\u0b42\u0b30\u0b4d\u0b2c","\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b3e\u0b2c\u0b4d\u0b26"]),t.s) +B.p_=A.a(s(["ne","po","ut","st","\u0161t","pi","so"]),t.s) +B.O_=A.a(s(["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"]),t.s) +B.b7=A.a(s([6,6]),t.t) +B.AC=new A.a8("http://www.w3.org/1999/xhtml","button",t.l) +B.O0=A.a(s([B.AC]),t.Vd) +B.O1=A.a(s(["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]),t.s) +B.p1=A.a(s(["\u10d9\u10d5\u10d8","\u10dd\u10e0\u10e8","\u10e1\u10d0\u10db","\u10dd\u10d7\u10ee","\u10ee\u10e3\u10d7","\u10de\u10d0\u10e0","\u10e8\u10d0\u10d1"]),t.s) +B.p0=A.a(s(["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]),t.s) +B.O2=A.a(s(["d MMMM y, EEEE","d MMMM y","d MMM y","dd.MM.yy"]),t.s) +B.p2=A.a(s([B.Az,B.At,B.AB,B.Av,B.Ar]),t.Vd) +B.O3=A.a(s(["\u1018\u102e\u1005\u102e","\u1021\u1012\u1031\u102e"]),t.s) +B.p3=A.a(s(["\u0cad\u0cbe","\u0cb8\u0ccb","\u0cae\u0c82","\u0cac\u0cc1","\u0c97\u0cc1","\u0cb6\u0cc1","\u0cb6"]),t.s) +B.p4=A.a(s(["\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0","\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0","\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0","\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0","\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0","\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0","\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0"]),t.s) +B.O4=A.a(s(["\u0d1e","\u0d24\u0d3f","\u0d1a\u0d4a","\u0d2c\u0d41","\u0d35\u0d4d\u0d2f\u0d3e","\u0d35\u0d46","\u0d36"]),t.s) +B.p5=A.a(s(["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"]),t.s) +B.O5=A.a(s(["\u1014\u1036\u1014\u1000\u103a","\u100a\u1014\u1031"]),t.s) +B.O6=A.a(s(["\u04af.\u04e9.","\u04af.\u0445."]),t.s) +B.p6=A.a(s(["\u067e\u06c1\u0644\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062f\u0648\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062a\u06cc\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u0686\u0648\u062a\u0647\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc"]),t.s) +B.k4=A.a(s(["\u4e0a\u5348","\u4e0b\u5348"]),t.s) +B.O7=A.a(s(["janu\xe1r","febru\xe1r","marec","apr\xedl","m\xe1j","j\xfan","j\xfal","august","september","okt\xf3ber","november","december"]),t.s) +B.p7=A.a(s(["n","p","t","s","\u010d","p","s"]),t.s) +B.O8=A.a(s(["th\xe1ng 1","th\xe1ng 2","th\xe1ng 3","th\xe1ng 4","th\xe1ng 5","th\xe1ng 6","th\xe1ng 7","th\xe1ng 8","th\xe1ng 9","th\xe1ng 10","th\xe1ng 11","th\xe1ng 12"]),t.s) +B.p8=A.a(s([B.jN,B.fq,B.dU,B.ft,B.fx,B.d5,B.od,B.jY,B.b_,B.fy,B.cs,B.dR,B.dS,B.fr,B.dT,B.jO,B.bY,B.jP,B.jQ,B.ob,B.aZ,B.fs,B.dV,B.dW,B.jR,B.jS,B.jT,B.jU,B.oc,B.jV,B.jW,B.fu,B.dX,B.dY,B.jX,B.fv,B.fw]),A.ab("t")) +B.p9=A.a(s(["\u0d1c\u0d28\u0d41","\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41","\u0d2e\u0d3e\u0d7c","\u0d0f\u0d2a\u0d4d\u0d30\u0d3f","\u0d2e\u0d47\u0d2f\u0d4d","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42\u0d32\u0d48","\u0d13\u0d17","\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02","\u0d12\u0d15\u0d4d\u0d1f\u0d4b","\u0d28\u0d35\u0d02","\u0d21\u0d3f\u0d38\u0d02"]),t.s) +B.pa=A.a(s(["I","Ch","M","E","M","M","G","A","M","H","T","Rh"]),t.s) +B.pb=A.a(s(["\u05d9\u05e0\u05d5\u05f3","\u05e4\u05d1\u05e8\u05f3","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05f3","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05f3","\u05e1\u05e4\u05d8\u05f3","\u05d0\u05d5\u05e7\u05f3","\u05e0\u05d5\u05d1\u05f3","\u05d3\u05e6\u05de\u05f3"]),t.s) +B.Oa=A.a(s(["\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438","\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438"]),t.s) +B.O9=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","d. MM. yy"]),t.s) +B.pc=A.a(s(["avant J\xe9sus-Christ","apr\xe8s J\xe9sus-Christ"]),t.s) +B.Ob=A.a(s(["ah:mm:ss [zzzz]","ah:mm:ss [z]","ah:mm:ss","ah:mm"]),t.s) +B.Od=A.a(s(["1 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","2 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","3 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","4 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0"]),t.s) +B.Oc=A.a(s(["\u044f\u043d\u0432\u0430\u0440\u044f","\u0444\u0435\u0432\u0440\u0430\u043b\u044f","\u043c\u0430\u0440\u0442\u0430","\u0430\u043f\u0440\u0435\u043b\u044f","\u043c\u0430\u044f","\u0438\u044e\u043d\u044f","\u0438\u044e\u043b\u044f","\u0430\u0432\u0433\u0443\u0441\u0442\u0430","\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f","\u043e\u043a\u0442\u044f\u0431\u0440\u044f","\u043d\u043e\u044f\u0431\u0440\u044f","\u0434\u0435\u043a\u0430\u0431\u0440\u044f"]),t.s) +B.Oe=A.a(s(["EEEE, d MMMM y","d MMMM y","d/MM/y","d/MM/yy"]),t.s) +B.Of=A.a(s(["{1}, {0}","{1}, {0}","{1}, {0}","{1} {0}"]),t.s) +B.Og=A.a(s(["\u0642.\u0645.","\u0645."]),t.s) +B.Oh=A.a(s(["\u0a2a\u0a42.\u0a26\u0a41.","\u0a2c\u0a3e.\u0a26\u0a41."]),t.s) +B.fF=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d/M/yy"]),t.s) +B.Oi=A.a(s(["{1} {0}\u0c15\u0c3f","{1} {0}\u0c15\u0c3f","{1} {0}","{1} {0}"]),t.s) +B.pd=A.a(s(["zo","ma","di","wo","do","vr","za"]),t.s) +B.Oj=A.a(s(["i. e.","i. sz."]),t.s) +B.Ok=A.a(s(["I. negyed\xe9v","II. negyed\xe9v","III. negyed\xe9v","IV. negyed\xe9v"]),t.s) +B.Ol=A.a(s(["y\ub144 M\uc6d4 d\uc77c EEEE","y\ub144 M\uc6d4 d\uc77c","y. M. d.","yy. M. d."]),t.s) +B.On=A.a(s(["1-\u0447\u0435\u0439\u0440\u0435\u043a","2-\u0447\u0435\u0439\u0440\u0435\u043a","3-\u0447\u0435\u0439\u0440\u0435\u043a","4-\u0447\u0435\u0439\u0440\u0435\u043a"]),t.s) +B.Op=A.a(s(["{1} '\u043e' {0}","{1} '\u043e' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.Om=A.a(s(["{1} '\u0443' {0}","{1} '\u0443' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.pe=A.a(s(["Y","D","S","C","P","J","S"]),t.s) +B.Oo=A.a(s(["sv\u0113tdiena","pirmdiena","otrdiena","tre\u0161diena","ceturtdiena","piektdiena","sestdiena"]),t.s) +B.Oq=A.a(s(["I kwarta\u0142","II kwarta\u0142","III kwarta\u0142","IV kwarta\u0142"]),t.s) +B.pf=A.a(s(["1\u0b2e \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","2\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","3\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","4\u0b30\u0b4d\u0b25 \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38"]),t.s) +B.Or=A.a(s(["D","L","M","M","X","V","S"]),t.s) +B.Os=A.a(s(["EEEE\u0e17\u0e35\u0e48 d MMMM G y","d MMMM G y","d MMM y","d/M/yy"]),t.s) +B.pg=A.a(s(["niedziela","poniedzia\u0142ek","wtorek","\u015broda","czwartek","pi\u0105tek","sobota"]),t.s) +B.ph=A.a(s(["1-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","2-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","3-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","4-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) +B.Ot=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u17d0\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) +B.pi=A.a(s(["niedz.","pon.","wt.","\u015br.","czw.","pt.","sob."]),t.s) +B.pj=A.a(s(["{1} '\xe0' {0}","{1} '\xe0' {0}","{1}, {0}","{1} {0}"]),t.s) +B.Ou=A.a(s(["\u0635","\u0645"]),t.s) +B.Ov=A.a(s(["EEEE, dd MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) +B.pk=A.a(s(["vas\xe1rnap","h\xe9tf\u0151","kedd","szerda","cs\xfct\xf6rt\xf6k","p\xe9ntek","szombat"]),t.s) +B.Ow=A.a(s(["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentabr","oktabr","noyabr","dekabr"]),t.s) +B.pl=A.a(s(["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","pa\u017a","lis","gru"]),t.s) +B.Ox=A.a(s(["\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87","\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87"]),t.s) +B.fG=A.a(s(["\u06cc\u06a9\u0634\u0646\u0628\u0647","\u062f\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200c\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067e\u0646\u062c\u0634\u0646\u0628\u0647","\u062c\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"]),t.s) +B.pm=A.a(s(["af","am","ar","as","az","be","bg","bn","bs","ca","cs","cy","da","de","el","en","es","et","eu","fa","fi","fil","fr","gl","gsw","gu","he","hi","hr","hu","hy","id","is","it","ja","ka","kk","km","kn","ko","ky","lo","lt","lv","mk","ml","mn","mr","ms","my","nb","ne","nl","no","or","pa","pl","ps","pt","ro","ru","si","sk","sl","sq","sr","sv","sw","ta","te","th","tl","tr","uk","ur","uz","vi","zh","zu"]),t.s) +B.pn=A.a(s(["e diel","e h\xebn\xeb","e mart\xeb","e m\xebrkur\xeb","e enjte","e premte","e shtun\xeb"]),t.s) +B.Oy=A.a(s(["\u043d\u044f\u043c","\u0434\u0430\u0432\u0430\u0430","\u043c\u044f\u0433\u043c\u0430\u0440","\u043b\u0445\u0430\u0433\u0432\u0430","\u043f\u04af\u0440\u044d\u0432","\u0431\u0430\u0430\u0441\u0430\u043d","\u0431\u044f\u043c\u0431\u0430"]),t.s) +B.Oz=A.a(s(["1-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","2-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","3-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","4-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b"]),t.s) +B.po=A.a(s(["janv.","febr.","marts","apr.","maijs","j\u016bn.","j\u016bl.","aug.","sept.","okt.","nov.","dec."]),t.s) +B.fH=A.a(s(["a. C.","d. C."]),t.s) +B.OA=A.a(s(["dom.","luns","mar.","m\xe9r.","xov.","ven.","s\xe1b."]),t.s) +B.OB=A.a(s(["\u1798\u17bb\u1793\u200b\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787","\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787"]),t.s) +B.K=A.a(s(["AM","PM"]),t.s) +B.h={name:0,value:1} +B.a_V=new A.i(B.h,["aliceblue",985343],t.M) +B.Zg=new A.i(B.h,["antiquewhite",16444375],t.M) +B.a_q=new A.i(B.h,["aqua",65535],t.M) +B.a01=new A.i(B.h,["aquamarine",8388564],t.M) +B.Zb=new A.i(B.h,["azure",15794175],t.M) +B.ZG=new A.i(B.h,["beige",16119260],t.M) +B.ZW=new A.i(B.h,["bisque",16770244],t.M) +B.a_F=new A.i(B.h,["black",0],t.M) +B.a_u=new A.i(B.h,["blanchedalmond",16772045],t.M) +B.a0g=new A.i(B.h,["blue",255],t.M) +B.a_i=new A.i(B.h,["blueviolet",9055202],t.M) +B.Z6=new A.i(B.h,["brown",10824234],t.M) +B.Z7=new A.i(B.h,["burlywood",14596231],t.M) +B.Z9=new A.i(B.h,["cadetblue",6266528],t.M) +B.a0c=new A.i(B.h,["chartreuse",8388352],t.M) +B.Z4=new A.i(B.h,["chocolate",13789470],t.M) +B.ZU=new A.i(B.h,["coral",16744272],t.M) +B.a00=new A.i(B.h,["cornflowerblue",6591981],t.M) +B.Zy=new A.i(B.h,["cornsilk",16775388],t.M) +B.a09=new A.i(B.h,["crimson",14423100],t.M) +B.a05=new A.i(B.h,["cyan",65535],t.M) +B.a_g=new A.i(B.h,["darkblue",139],t.M) +B.a0d=new A.i(B.h,["darkcyan",35723],t.M) +B.a0f=new A.i(B.h,["darkgoldenrod",12092939],t.M) +B.a0e=new A.i(B.h,["darkgray",11119017],t.M) +B.a_D=new A.i(B.h,["darkgreen",25600],t.M) +B.ZL=new A.i(B.h,["darkgrey",11119017],t.M) +B.a_n=new A.i(B.h,["darkkhaki",12433259],t.M) +B.a_1=new A.i(B.h,["darkmagenta",9109643],t.M) +B.a__=new A.i(B.h,["darkolivegreen",5597999],t.M) +B.ZK=new A.i(B.h,["darkorange",16747520],t.M) +B.a_3=new A.i(B.h,["darkorchid",10040012],t.M) +B.Zi=new A.i(B.h,["darkred",9109504],t.M) +B.ZF=new A.i(B.h,["darksalmon",15308410],t.M) +B.Zl=new A.i(B.h,["darkseagreen",9419919],t.M) +B.ZD=new A.i(B.h,["darkslateblue",4734347],t.M) +B.a_6=new A.i(B.h,["darkslategray",3100495],t.M) +B.Zq=new A.i(B.h,["darkslategrey",3100495],t.M) +B.Z2=new A.i(B.h,["darkturquoise",52945],t.M) +B.Zf=new A.i(B.h,["darkviolet",9699539],t.M) +B.a_v=new A.i(B.h,["deeppink",16716947],t.M) +B.a_w=new A.i(B.h,["deepskyblue",49151],t.M) +B.a_x=new A.i(B.h,["dimgray",6908265],t.M) +B.a_y=new A.i(B.h,["dimgrey",6908265],t.M) +B.Zo=new A.i(B.h,["dodgerblue",2003199],t.M) +B.ZX=new A.i(B.h,["firebrick",11674146],t.M) +B.a_Q=new A.i(B.h,["floralwhite",16775920],t.M) +B.a_L=new A.i(B.h,["forestgreen",2263842],t.M) +B.a_8=new A.i(B.h,["fuchsia",16711935],t.M) +B.Zk=new A.i(B.h,["gainsboro",14474460],t.M) +B.ZH=new A.i(B.h,["ghostwhite",16316671],t.M) +B.a_h=new A.i(B.h,["gold",16766720],t.M) +B.a_5=new A.i(B.h,["goldenrod",14329120],t.M) +B.ZM=new A.i(B.h,["gray",8421504],t.M) +B.a_2=new A.i(B.h,["green",32768],t.M) +B.a_H=new A.i(B.h,["greenyellow",11403055],t.M) +B.a_A=new A.i(B.h,["grey",8421504],t.M) +B.ZA=new A.i(B.h,["honeydew",15794160],t.M) +B.ZQ=new A.i(B.h,["hotpink",16738740],t.M) +B.a0h=new A.i(B.h,["indianred",13458524],t.M) +B.Z3=new A.i(B.h,["indigo",4915330],t.M) +B.a_T=new A.i(B.h,["ivory",16777200],t.M) +B.Zt=new A.i(B.h,["khaki",15787660],t.M) +B.a_o=new A.i(B.h,["lavender",15132410],t.M) +B.a_9=new A.i(B.h,["lavenderblush",16773365],t.M) +B.a_f=new A.i(B.h,["lawngreen",8190976],t.M) +B.a_I=new A.i(B.h,["lemonchiffon",16775885],t.M) +B.Zr=new A.i(B.h,["lightblue",11393254],t.M) +B.ZP=new A.i(B.h,["lightcoral",15761536],t.M) +B.a08=new A.i(B.h,["lightcyan",14745599],t.M) +B.a_U=new A.i(B.h,["lightgoldenrodyellow",16448210],t.M) +B.Zv=new A.i(B.h,["lightgray",13882323],t.M) +B.a03=new A.i(B.h,["lightgreen",9498256],t.M) +B.Zw=new A.i(B.h,["lightgrey",13882323],t.M) +B.Z5=new A.i(B.h,["lightpink",16758465],t.M) +B.a_Z=new A.i(B.h,["lightsalmon",16752762],t.M) +B.a_B=new A.i(B.h,["lightseagreen",2142890],t.M) +B.a_s=new A.i(B.h,["lightskyblue",8900346],t.M) +B.a_k=new A.i(B.h,["lightslategray",7833753],t.M) +B.a_l=new A.i(B.h,["lightslategrey",7833753],t.M) +B.Zz=new A.i(B.h,["lightsteelblue",11584734],t.M) +B.a02=new A.i(B.h,["lightyellow",16777184],t.M) +B.a_G=new A.i(B.h,["lime",65280],t.M) +B.a_z=new A.i(B.h,["limegreen",3329330],t.M) +B.a_0=new A.i(B.h,["linen",16445670],t.M) +B.Za=new A.i(B.h,["magenta",16711935],t.M) +B.Zp=new A.i(B.h,["maroon",8388608],t.M) +B.a_R=new A.i(B.h,["mediumaquamarine",6737322],t.M) +B.Zs=new A.i(B.h,["mediumblue",205],t.M) +B.YY=new A.i(B.h,["mediumorchid",12211667],t.M) +B.a0_=new A.i(B.h,["mediumpurple",9662683],t.M) +B.YZ=new A.i(B.h,["mediumseagreen",3978097],t.M) +B.a_E=new A.i(B.h,["mediumslateblue",8087790],t.M) +B.a_t=new A.i(B.h,["mediumspringgreen",64154],t.M) +B.Z0=new A.i(B.h,["mediumturquoise",4772300],t.M) +B.a_O=new A.i(B.h,["mediumvioletred",13047173],t.M) +B.a_Y=new A.i(B.h,["midnightblue",1644912],t.M) +B.a_a=new A.i(B.h,["mintcream",16121850],t.M) +B.ZN=new A.i(B.h,["mistyrose",16770273],t.M) +B.a_K=new A.i(B.h,["moccasin",16770229],t.M) +B.a_W=new A.i(B.h,["navajowhite",16768685],t.M) +B.ZE=new A.i(B.h,["navy",128],t.M) +B.a0a=new A.i(B.h,["oldlace",16643558],t.M) +B.Zx=new A.i(B.h,["olive",8421376],t.M) +B.a0b=new A.i(B.h,["olivedrab",7048739],t.M) +B.ZR=new A.i(B.h,["orange",16753920],t.M) +B.a_S=new A.i(B.h,["orangered",16729344],t.M) +B.a07=new A.i(B.h,["orchid",14315734],t.M) +B.Zd=new A.i(B.h,["palegoldenrod",15657130],t.M) +B.a_m=new A.i(B.h,["palegreen",10025880],t.M) +B.a_N=new A.i(B.h,["paleturquoise",11529966],t.M) +B.a_7=new A.i(B.h,["palevioletred",14381203],t.M) +B.Ze=new A.i(B.h,["papayawhip",16773077],t.M) +B.Zm=new A.i(B.h,["peachpuff",16767673],t.M) +B.ZY=new A.i(B.h,["peru",13468991],t.M) +B.Zh=new A.i(B.h,["pink",16761035],t.M) +B.a_c=new A.i(B.h,["plum",14524637],t.M) +B.a_e=new A.i(B.h,["powderblue",11591910],t.M) +B.ZZ=new A.i(B.h,["purple",8388736],t.M) +B.a04=new A.i(B.h,["red",16711680],t.M) +B.a_b=new A.i(B.h,["rosybrown",12357519],t.M) +B.ZV=new A.i(B.h,["royalblue",4286945],t.M) +B.Zu=new A.i(B.h,["saddlebrown",9127187],t.M) +B.a_p=new A.i(B.h,["salmon",16416882],t.M) +B.Zn=new A.i(B.h,["sandybrown",16032864],t.M) +B.a_d=new A.i(B.h,["seagreen",3050327],t.M) +B.a_J=new A.i(B.h,["seashell",16774638],t.M) +B.a_C=new A.i(B.h,["sienna",10506797],t.M) +B.ZS=new A.i(B.h,["silver",12632256],t.M) +B.ZO=new A.i(B.h,["skyblue",8900331],t.M) +B.a_r=new A.i(B.h,["slateblue",6970061],t.M) +B.ZI=new A.i(B.h,["slategray",7372944],t.M) +B.ZJ=new A.i(B.h,["slategrey",7372944],t.M) +B.a_M=new A.i(B.h,["snow",16775930],t.M) +B.Zj=new A.i(B.h,["springgreen",65407],t.M) +B.a_P=new A.i(B.h,["steelblue",4620980],t.M) +B.Z_=new A.i(B.h,["tan",13808780],t.M) +B.ZC=new A.i(B.h,["teal",32896],t.M) +B.a_4=new A.i(B.h,["thistle",14204888],t.M) +B.Z1=new A.i(B.h,["tomato",16737095],t.M) +B.Zc=new A.i(B.h,["turquoise",4251856],t.M) +B.Z8=new A.i(B.h,["violet",15631086],t.M) +B.ZT=new A.i(B.h,["wheat",16113331],t.M) +B.a06=new A.i(B.h,["white",16777215],t.M) +B.ZB=new A.i(B.h,["whitesmoke",16119285],t.M) +B.a_X=new A.i(B.h,["yellow",16776960],t.M) +B.a_j=new A.i(B.h,["yellowgreen",10145074],t.M) +B.OC=A.a(s([B.a_V,B.Zg,B.a_q,B.a01,B.Zb,B.ZG,B.ZW,B.a_F,B.a_u,B.a0g,B.a_i,B.Z6,B.Z7,B.Z9,B.a0c,B.Z4,B.ZU,B.a00,B.Zy,B.a09,B.a05,B.a_g,B.a0d,B.a0f,B.a0e,B.a_D,B.ZL,B.a_n,B.a_1,B.a__,B.ZK,B.a_3,B.Zi,B.ZF,B.Zl,B.ZD,B.a_6,B.Zq,B.Z2,B.Zf,B.a_v,B.a_w,B.a_x,B.a_y,B.Zo,B.ZX,B.a_Q,B.a_L,B.a_8,B.Zk,B.ZH,B.a_h,B.a_5,B.ZM,B.a_2,B.a_H,B.a_A,B.ZA,B.ZQ,B.a0h,B.Z3,B.a_T,B.Zt,B.a_o,B.a_9,B.a_f,B.a_I,B.Zr,B.ZP,B.a08,B.a_U,B.Zv,B.a03,B.Zw,B.Z5,B.a_Z,B.a_B,B.a_s,B.a_k,B.a_l,B.Zz,B.a02,B.a_G,B.a_z,B.a_0,B.Za,B.Zp,B.a_R,B.Zs,B.YY,B.a0_,B.YZ,B.a_E,B.a_t,B.Z0,B.a_O,B.a_Y,B.a_a,B.ZN,B.a_K,B.a_W,B.ZE,B.a0a,B.Zx,B.a0b,B.ZR,B.a_S,B.a07,B.Zd,B.a_m,B.a_N,B.a_7,B.Ze,B.Zm,B.ZY,B.Zh,B.a_c,B.a_e,B.ZZ,B.a04,B.a_b,B.ZV,B.Zu,B.a_p,B.Zn,B.a_d,B.a_J,B.a_C,B.ZS,B.ZO,B.a_r,B.ZI,B.ZJ,B.a_M,B.Zj,B.a_P,B.Z_,B.ZC,B.a_4,B.Z1,B.Zc,B.Z8,B.ZT,B.a06,B.ZB,B.a_X,B.a_j]),t.Mq) +B.fI=A.a(s(["\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031","\u1010\u1014\u1004\u103a\u1039\u101c\u102c","\u1021\u1004\u103a\u1039\u1002\u102b","\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038","\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038","\u101e\u1031\u102c\u1000\u103c\u102c","\u1005\u1014\u1031"]),t.s) +B.OD=A.a(s(["\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","\u0406\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","IV \u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) +B.OE=A.a(s(["\u09aa\u09c2\u09f0\u09cd\u09ac\u09be\u09b9\u09cd\u09a8","\u0985\u09aa\u09f0\u09be\u09b9\u09cd\u09a8"]),t.s) +B.OF=A.a(s(["HH:mm:ss (zzzz)","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) +B.fJ=A.a(s(["dim.","lun.","mar.","mer.","jeu.","ven.","sam."]),t.s) +B.a40=new A.a8("http://www.w3.org/1999/xhtml","address",t.l) +B.a3d=new A.a8("http://www.w3.org/1999/xhtml","area",t.l) +B.a4f=new A.a8("http://www.w3.org/1999/xhtml","article",t.l) +B.a3C=new A.a8("http://www.w3.org/1999/xhtml","aside",t.l) +B.a3J=new A.a8("http://www.w3.org/1999/xhtml","base",t.l) +B.a3u=new A.a8("http://www.w3.org/1999/xhtml","basefont",t.l) +B.a3w=new A.a8("http://www.w3.org/1999/xhtml","bgsound",t.l) +B.a3V=new A.a8("http://www.w3.org/1999/xhtml","blockquote",t.l) +B.a3t=new A.a8("http://www.w3.org/1999/xhtml","body",t.l) +B.a3B=new A.a8("http://www.w3.org/1999/xhtml","br",t.l) +B.a3Z=new A.a8("http://www.w3.org/1999/xhtml","center",t.l) +B.a3g=new A.a8("http://www.w3.org/1999/xhtml","col",t.l) +B.a43=new A.a8("http://www.w3.org/1999/xhtml","colgroup",t.l) +B.a3E=new A.a8("http://www.w3.org/1999/xhtml","command",t.l) +B.a48=new A.a8("http://www.w3.org/1999/xhtml","dd",t.l) +B.a3M=new A.a8("http://www.w3.org/1999/xhtml","details",t.l) +B.a3p=new A.a8("http://www.w3.org/1999/xhtml","dir",t.l) +B.a3n=new A.a8("http://www.w3.org/1999/xhtml","div",t.l) +B.a46=new A.a8("http://www.w3.org/1999/xhtml","dl",t.l) +B.a3F=new A.a8("http://www.w3.org/1999/xhtml","dt",t.l) +B.a3f=new A.a8("http://www.w3.org/1999/xhtml","embed",t.l) +B.a3a=new A.a8("http://www.w3.org/1999/xhtml","fieldset",t.l) +B.a3T=new A.a8("http://www.w3.org/1999/xhtml","figure",t.l) +B.a47=new A.a8("http://www.w3.org/1999/xhtml","footer",t.l) +B.a3r=new A.a8("http://www.w3.org/1999/xhtml","form",t.l) +B.a3G=new A.a8("http://www.w3.org/1999/xhtml","frame",t.l) +B.a3c=new A.a8("http://www.w3.org/1999/xhtml","frameset",t.l) +B.a3j=new A.a8("http://www.w3.org/1999/xhtml","h1",t.l) +B.a4e=new A.a8("http://www.w3.org/1999/xhtml","h2",t.l) +B.a3e=new A.a8("http://www.w3.org/1999/xhtml","h3",t.l) +B.a3N=new A.a8("http://www.w3.org/1999/xhtml","h4",t.l) +B.a4b=new A.a8("http://www.w3.org/1999/xhtml","h5",t.l) +B.a3S=new A.a8("http://www.w3.org/1999/xhtml","h6",t.l) +B.a3x=new A.a8("http://www.w3.org/1999/xhtml","head",t.l) +B.a4d=new A.a8("http://www.w3.org/1999/xhtml","header",t.l) +B.a3D=new A.a8("http://www.w3.org/1999/xhtml","hr",t.l) +B.a41=new A.a8("http://www.w3.org/1999/xhtml","iframe",t.l) +B.a3U=new A.a8("http://www.w3.org/1999/xhtml","image",t.l) +B.a3H=new A.a8("http://www.w3.org/1999/xhtml","img",t.l) +B.a3P=new A.a8("http://www.w3.org/1999/xhtml","input",t.l) +B.a4_=new A.a8("http://www.w3.org/1999/xhtml","isindex",t.l) +B.a3A=new A.a8("http://www.w3.org/1999/xhtml","li",t.l) +B.a3z=new A.a8("http://www.w3.org/1999/xhtml","link",t.l) +B.a3Y=new A.a8("http://www.w3.org/1999/xhtml","listing",t.l) +B.a3k=new A.a8("http://www.w3.org/1999/xhtml","men",t.l) +B.a3W=new A.a8("http://www.w3.org/1999/xhtml","meta",t.l) +B.a3y=new A.a8("http://www.w3.org/1999/xhtml","nav",t.l) +B.a49=new A.a8("http://www.w3.org/1999/xhtml","noembed",t.l) +B.a3K=new A.a8("http://www.w3.org/1999/xhtml","noframes",t.l) +B.a3I=new A.a8("http://www.w3.org/1999/xhtml","noscript",t.l) +B.Ao=new A.a8("http://www.w3.org/1999/xhtml","ol",t.l) +B.a42=new A.a8("http://www.w3.org/1999/xhtml","p",t.l) +B.a3h=new A.a8("http://www.w3.org/1999/xhtml","param",t.l) +B.a3Q=new A.a8("http://www.w3.org/1999/xhtml","plaintext",t.l) +B.a39=new A.a8("http://www.w3.org/1999/xhtml","pre",t.l) +B.a3O=new A.a8("http://www.w3.org/1999/xhtml","script",t.l) +B.a3v=new A.a8("http://www.w3.org/1999/xhtml","section",t.l) +B.a3q=new A.a8("http://www.w3.org/1999/xhtml","select",t.l) +B.a3l=new A.a8("http://www.w3.org/1999/xhtml","style",t.l) +B.a44=new A.a8("http://www.w3.org/1999/xhtml","tbody",t.l) +B.a3m=new A.a8("http://www.w3.org/1999/xhtml","textarea",t.l) +B.a3X=new A.a8("http://www.w3.org/1999/xhtml","tfoot",t.l) +B.a3s=new A.a8("http://www.w3.org/1999/xhtml","thead",t.l) +B.a3R=new A.a8("http://www.w3.org/1999/xhtml","title",t.l) +B.a3i=new A.a8("http://www.w3.org/1999/xhtml","tr",t.l) +B.Ay=new A.a8("http://www.w3.org/1999/xhtml","ul",t.l) +B.a4a=new A.a8("http://www.w3.org/1999/xhtml","wbr",t.l) +B.a45=new A.a8("http://www.w3.org/1999/xhtml","xmp",t.l) +B.k5=A.a(s([B.a40,B.As,B.a3d,B.a4f,B.a3C,B.a3J,B.a3u,B.a3w,B.a3V,B.a3t,B.a3B,B.AC,B.Au,B.a3Z,B.a3g,B.a43,B.a3E,B.a48,B.a3M,B.a3p,B.a3n,B.a46,B.a3F,B.a3f,B.a3a,B.a3T,B.a47,B.a3r,B.a3G,B.a3c,B.a3j,B.a4e,B.a3e,B.a3N,B.a4b,B.a3S,B.a3x,B.a4d,B.a3D,B.kM,B.a41,B.a3U,B.a3H,B.a3P,B.a4_,B.a3A,B.a3z,B.a3Y,B.Ax,B.a3k,B.a3W,B.a3y,B.a49,B.a3K,B.a3I,B.AD,B.Ao,B.a42,B.a3h,B.a3Q,B.a39,B.a3O,B.a3v,B.a3q,B.a3l,B.kK,B.a44,B.Aw,B.a3m,B.a3X,B.Aq,B.a3s,B.a3R,B.a3i,B.Ay,B.a4a,B.a45,B.kL]),t.Vd) +B.OG=A.a(s(["a h.mm.ss zzzz","a h.mm.ss z","a h.mm.ss","a h.mm"]),t.s) +B.fK=A.a(s([B.dA,B.eY,B.iD,B.iE,B.eZ]),t.QP) +B.OH=A.a(s(["v.Chr.","n.Chr."]),t.s) +B.pp=A.a(s(["\u039a","\u0394","\u03a4","\u03a4","\u03a0","\u03a0","\u03a3"]),t.s) +B.fL=A.a(s(["\u0930","\u0938\u094b","\u092e\u0902","\u092c\u0941","\u0917\u0941","\u0936\u0941","\u0936"]),t.s) +B.OI=A.a(s([B.dA]),t.QP) +B.pq=A.a(s(["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]),t.s) +B.OJ=A.a(s([B.iF,B.iG]),A.ab("t")) +B.pr=A.a(s(["Januwari","Februwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septhemba","Okthoba","Novemba","Disemba"]),t.s) +B.ct=A.a(s(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),t.s) +B.b8=A.a(s(["1st quarter","2nd quarter","3rd quarter","4th quarter"]),t.s) +B.OK=A.a(s(["{1}\u060c \u0633\u0627\u0639\u062a {0}","{1}\u060c \u0633\u0627\u0639\u062a {0}","{1}\u060c\u200f {0}","{1}\u060c\u200f {0}"]),t.s) +B.OL=A.a(s(["avanti Cristo","dopo Cristo"]),t.s) +B.OM=A.a(s(["\u0a08. \u0a2a\u0a42.","\u0a38\u0a70\u0a28"]),t.s) +B.OQ=A.a(s(["pirms m\u016bsu \u0113ras","m\u016bsu \u0113r\u0101"]),t.s) +B.OO=A.a(s(["1-ci kvartal","2-ci kvartal","3-c\xfc kvartal","4-c\xfc kvartal"]),t.s) +B.ON=A.a(s(["1ste kwartaal","2de kwartaal","3de kwartaal","4de kwartaal"]),t.s) +B.OP=A.a(s(["HH 'h' mm 'min' ss 's' zzzz","HH 'h' mm 'min' ss 's' z","HH 'h' mm 'min' ss 's'","HH 'h' mm"]),t.s) +B.ps=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06ab\u0633\u062a","\u0633\u06d0\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.av=A.a(s(["BC","AD"]),t.s) +B.pt=A.a(s(["ig.","al.","ar.","az.","og.","or.","lr."]),t.s) +B.OR=A.a(s(["prvi kvartal","drugi kvartal","tre\u0107i kvartal","\u010detvrti kvartal"]),t.s) +B.fM=A.a(s(["EEEE, d MMMM, y","d MMMM, y","d MMM, y","d/M/yy"]),t.s) +B.OS=A.a(s(["HH:mm:ss, zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) +B.OT=A.a(s(["\u12d3/\u12d3","\u12d3/\u121d"]),t.s) +B.pu=A.a(s(["P\xfchap\xe4ev","Esmasp\xe4ev","Teisip\xe4ev","Kolmap\xe4ev","Neljap\xe4ev","Reede","Laup\xe4ev"]),t.s) +B.pv=A.a(s(["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]),t.s) +B.fN=A.a(s(["1.\xba trimestre","2.\xba trimestre","3.\xba trimestre","4.\xba trimestre"]),t.s) +B.pw=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. MMM y","dd.MM.y"]),t.s) +B.px=A.a(s([0,4,12,1,5,13,3,7,15]),t.t) +B.py=A.a(s(["\u0930\u0935\u093f\u0935\u093e\u0930","\u0938\u094b\u092e\u0935\u093e\u0930","\u092e\u0902\u0917\u0933\u0935\u093e\u0930","\u092c\u0941\u0927\u0935\u093e\u0930","\u0917\u0941\u0930\u0941\u0935\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930","\u0936\u0928\u093f\u0935\u093e\u0930"]),t.s) +B.OU=A.a(s(["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"]),t.s) +B.OV=A.a(s(["\u0441\u0442\u0443","\u043b\u044e\u0442","\u0441\u0430\u043a","\u043a\u0440\u0430","\u043c\u0430\u0439","\u0447\u044d\u0440","\u043b\u0456\u043f","\u0436\u043d\u0456","\u0432\u0435\u0440","\u043a\u0430\u0441","\u043b\u0456\u0441","\u0441\u043d\u0435"]),t.s) +B.OW=A.a(s(["CC","OC"]),t.s) +B.OX=A.a(s(["pointerdown","pointermove","pointerleave","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseleave","mouseup","keyup","keydown"]),t.s) +B.pz=A.a(s(["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"]),t.s) +B.OY=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u06d0\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06ab\u0633\u062a","\u0633\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.pA=A.a(s(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf","\u0dc3\u0db3\u0dd4\u0daf\u0dcf","\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf","\u0db6\u0daf\u0dcf\u0daf\u0dcf","\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf","\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf","\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf"]),t.s) +B.pB=A.a(s(["sun.","m\xe1n.","\xferi.","mi\xf0.","fim.","f\xf6s.","lau."]),t.s) +B.P_=A.a(s(["y-'\u0436'., d-MMMM, EEEE","y-'\u0436'., d-MMMM","y-'\u0436'., d-MMM","d/M/yy"]),t.s) +B.OZ=A.a(s(["\u0698\u0627\u0646\u0648\u06cc\u0647\u0654","\u0641\u0648\u0631\u06cc\u0647\u0654","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06cc\u0644","\u0645\u0647\u0654","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06cc\u0647\u0654","\u0627\u0648\u062a","\u0633\u067e\u062a\u0627\u0645\u0628\u0631","\u0627\u06a9\u062a\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062f\u0633\u0627\u0645\u0628\u0631"]),t.s) +B.P0=A.a(s(["\xc71","\xc72","\xc73","\xc74"]),t.s) +B.P1=A.a(s(["sausio","vasario","kovo","baland\u017eio","gegu\u017e\u0117s","bir\u017eelio","liepos","rugpj\u016b\u010dio","rugs\u0117jo","spalio","lapkri\u010dio","gruod\u017eio"]),t.s) +B.P2=A.a(s(["H\u6642mm\u5206ss\u79d2 zzzz","H:mm:ss z","H:mm:ss","H:mm"]),t.s) +B.P3=A.a(s(["Ch1","Ch2","Ch3","Ch4"]),t.s) +B.pC=A.a(s(["E","P","M","A","M","Hun","Hul","Ago","Set","Okt","Nob","Dis"]),t.s) +B.pD=A.a(s(["\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1","\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd","\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd","\u0baa\u0bc1\u0ba4\u0ba9\u0bcd","\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd","\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf","\u0b9a\u0ba9\u0bbf"]),t.s) +B.at=A.a(s([B.k,B.j]),t.t_) +B.P5=A.a(s(["cccc d. MMMM y","d. MMMM y","d.M.y","d.M.y"]),t.s) +B.P6=A.a(s(["I kw.","II kw.","III kw.","IV kw."]),t.s) +B.pE=A.a(s(["nedelja","ponedeljak","utorak","sreda","\u010detvrtak","petak","subota"]),t.s) +B.P7=A.a(s(["\u0431.\u0437.\u0447.","\u0431.\u0437."]),t.s) +B.P8=A.a(s(["a h:mm:ss zzzz","a h:mm:ss z","a h:mm:ss","a h:mm"]),t.s) +B.pF=A.a(s(["pr. Kr.","po Kr."]),t.s) +B.P9=A.a(s(["\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd","\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd"]),t.s) +B.fO=A.a(s(["\u091c\u0928\u0935\u0930\u0940","\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u093f\u0932","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932\u093e\u0908","\u0905\u0917\u0938\u094d\u091f","\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930","\u0905\u0915\u094d\u091f\u094b\u092c\u0930","\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930","\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930"]),t.s) +B.Pb=A.a(s(["1\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","2\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","3\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","4\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02"]),t.s) +B.Pa=A.a(s(["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"]),t.s) +B.pG=A.a(s(["\u09b0\u09ac\u09bf","\u09b8\u09cb\u09ae","\u09ae\u0999\u09cd\u0997\u09b2","\u09ac\u09c1\u09a7","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf","\u09b6\u09c1\u0995\u09cd\u09b0","\u09b6\u09a8\u09bf"]),t.s) +B.Pc=A.a(s(["H.mm.ss zzzz","H.mm.ss z","H.mm.ss","H.mm"]),t.s) +B.pH=A.a(s(["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"]),t.s) +B.Pe=A.a(s(["Xan.","Feb.","Mar.","Abr.","Maio","Xu\xf1o","Xul.","Ago.","Set.","Out.","Nov.","Dec."]),t.s) +B.Pf=A.a(s(["1. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","2. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","3. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","4. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435"]),t.s) +B.af=A.a(s(["January","February","March","April","May","June","July","August","September","October","November","December"]),t.s) +B.Pg=A.a(s(["\u0434\u0430 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430","\u0430\u0434 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430"]),t.s) +B.e_=A.a(s(["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]),t.s) +B.d7=A.a(s(["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"]),t.s) +B.pI=A.a(s(["HH:mm:ss (zzzz)","HH:mm:ss (z)","HH:mm:ss","HH:mm"]),t.s) +B.E=A.a(s(["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) +B.pJ=A.a(s(["\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8","\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8","\u10db\u10d0\u10e0\u10e2\u10d8","\u10d0\u10de\u10e0\u10d8\u10da\u10d8","\u10db\u10d0\u10d8\u10e1\u10d8","\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8","\u10d8\u10d5\u10da\u10d8\u10e1\u10d8","\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd","\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8","\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8","\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8","\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8"]),t.s) +B.Pl=A.a(s(["y '\u0436'. d MMMM, EEEE","y '\u0436'. d MMMM","y '\u0436'. dd MMM","dd.MM.yy"]),t.s) +B.Pm=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d.MM.y"]),t.s) +B.Pn=A.a(s(["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"]),t.s) +B.Pp=A.a(s(["f.h.","e.h."]),t.s) +B.Po=A.a(s(["1-\u0448\u044b \u043a\u0432.","2-\u0433\u0456 \u043a\u0432.","3-\u0446\u0456 \u043a\u0432.","4-\u0442\u044b \u043a\u0432."]),t.s) +B.fP=A.a(s(["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]),t.s) +B.Pq=A.a(s(["1-\u056b\u0576 \u0565\u057c\u0574\u057d.","2-\u0580\u0564 \u0565\u057c\u0574\u057d.","3-\u0580\u0564 \u0565\u057c\u0574\u057d.","4-\u0580\u0564 \u0565\u057c\u0574\u057d."]),t.s) +B.pK=A.a(s(["\u0e2d\u0e32","\u0e08","\u0e2d","\u0e1e","\u0e1e\u0e24","\u0e28","\u0e2a"]),t.s) +B.Pr=A.a(s(["{1} \u0915\u094b {0}","{1} \u0915\u094b {0}","{1}, {0}","{1}, {0}"]),t.s) +B.pL=A.a(s(["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"]),t.s) +B.pM=A.a(s(["\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440\u0433","\u043f\u044f\u0442\u043d\u0438\u0446\u0430","\u0441\u0443\u0431\u0431\u043e\u0442\u0430"]),t.s) +B.pN=A.a(s(["duminic\u0103","luni","mar\u021bi","miercuri","joi","vineri","s\xe2mb\u0103t\u0103"]),t.s) +B.pO=A.a(s(["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]),t.s) +B.Ps=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a","\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]),t.s) +B.pP=A.a(s(["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"]),t.s) +B.fQ=A.a(s(["janeiro","fevereiro","mar\xe7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]),t.s) +B.pQ=A.a(s(["\u0b1c\u0b3e","\u0b2b\u0b47","\u0b2e\u0b3e","\u0b05","\u0b2e\u0b07","\u0b1c\u0b41","\u0b1c\u0b41","\u0b05","\u0b38\u0b47","\u0b05","\u0b28","\u0b21\u0b3f"]),t.s) +B.pR=A.a(s(["S","V","K","B","G","B","L","R","R","S","L","G"]),t.s) +B.Pt=A.a(s(["F1","F2","F3","F4"]),t.s) +B.Pu=A.a(s(["y- MMMM d- EEEE","y- MMMM d","y- MMM d","dd-MM-yy"]),t.s) +B.Pv=A.a(s(["\u043f\u0440\u0432\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0434\u0440\u0443\u0433\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0442\u0440\u0435\u045b\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0447\u0435\u0442\u0432\u0440\u0442\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) +B.fR=A.a(s(["D","S","T","Q","Q","S","S"]),t.s) +B.pS=A.a(s(["\u0540","\u0553","\u0544","\u0531","\u0544","\u0540","\u0540","\u0555","\u054d","\u0540","\u0546","\u0534"]),t.s) +B.pT=A.a(s(["S.M.","TM"]),t.s) +B.Pw=A.a(s(["\u0996\u09cd\u09f0\u09c0\u0983 \u09aa\u09c2\u0983","\u0996\u09cd\u09f0\u09c0\u0983"]),t.s) +B.pU=A.a(s(["N","P","\xda","S","\u010c","P","S"]),t.s) +B.d8=A.a(s(["s\xf8ndag","mandag","tirsdag","onsdag","torsdag","fredag","l\xf8rdag"]),t.s) +B.Px=A.a(s(["{1} \u05d1\u05e9\u05e2\u05d4 {0}","{1} \u05d1\u05e9\u05e2\u05d4 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.Py=A.a(s(["\u09aa\u09cd\u09f0\u09a5\u09ae \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9","\u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9","\u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9","\u099a\u09a4\u09c1\u09f0\u09cd\u09a5 \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9"]),t.s) +B.fS=A.a(s(["\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40","\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40","\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a","\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32","\u0b2e\u0b07","\u0b1c\u0b41\u0b28","\u0b1c\u0b41\u0b32\u0b3e\u0b07","\u0b05\u0b17\u0b37\u0b4d\u0b1f","\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30","\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30","\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30","\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30"]),t.s) +B.pV=A.a(s(["\u0ab0\u0ab5\u0abf","\u0ab8\u0acb\u0aae","\u0aae\u0a82\u0a97\u0ab3","\u0aac\u0ac1\u0aa7","\u0a97\u0ac1\u0ab0\u0ac1","\u0ab6\u0ac1\u0a95\u0acd\u0ab0","\u0ab6\u0aa8\u0abf"]),t.s) +B.Pz=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","dd.MM.yy"]),t.s) +B.PA=A.a(s(["\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94","\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94"]),t.s) +B.PB=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.PC=A.a(s(["\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0627\u0648\u0644","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u062f\u0648\u0645","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0633\u0648\u0645","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0686\u0647\u0627\u0631\u0645"]),t.s) +B.PE=A.a(s(["\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7","\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7"]),t.s) +B.PF=A.a(s(["+//silmaril//dtd html pro v0r11 19970101//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//as//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sq//dtd html 2.0 hotmetal + extensions//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"]),t.s) +B.pW=A.a(s(["U","O","M","A","M","E","U","A","I","U","A","A"]),t.s) +B.pX=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) +B.pY=A.a(s(["Jan.","Feb.","M\xe4rz","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."]),t.s) +B.PG=A.a(s(["\u7b2c\u4e00\u5b63\u5ea6","\u7b2c\u4e8c\u5b63\u5ea6","\u7b2c\u4e09\u5b63\u5ea6","\u7b2c\u56db\u5b63\u5ea6"]),t.s) +B.PH=A.a(s(["sije\u010danj","velja\u010da","o\u017eujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]),t.s) +B.pZ=A.a(s(["janu\xe1r","febru\xe1r","m\xe1rcius","\xe1prilis","m\xe1jus","j\xfanius","j\xfalius","augusztus","szeptember","okt\xf3ber","november","december"]),t.s) +B.PI=A.a(s(["\u0434\u043e \u043d. \u0435.","\u043d. \u0435."]),t.s) +B.q_=A.a(s(["\u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u099a\u09a4\u09c1\u09b0\u09cd\u09a5 \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995"]),t.s) +B.PJ=A.a(s(["\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043d","\u0431\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437"]),t.s) +B.PK=A.a(s(["\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f","\u0645\u064a\u0644\u0627\u062f\u064a"]),t.s) +B.PL=A.a(s(["xaneiro","febreiro","marzo","abril","maio","xu\xf1o","xullo","agosto","setembro","outubro","novembro","decembro"]),t.s) +B.q0=A.a(s(["\u0436\u0435\u043a.","\u0434\u04af\u0439.","\u0448\u0435\u0439\u0448.","\u0448\u0430\u0440\u0448.","\u0431\u0435\u0439\u0448.","\u0436\u0443\u043c\u0430","\u0438\u0448\u043c."]),t.s) +B.PM=A.a(s(["\u0421","\u041b","\u0411","\u041a","\u0422","\u0427","\u041b","\u0421","\u0412","\u0416","\u041b","\u0413"]),t.s) +B.PN=A.a(s(["{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}","{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.q1=A.a(s(["Ch\u1ee7 Nh\u1eadt","Th\u1ee9 Hai","Th\u1ee9 Ba","Th\u1ee9 T\u01b0","Th\u1ee9 N\u0103m","Th\u1ee9 S\xe1u","Th\u1ee9 B\u1ea3y"]),t.s) +B.PO=A.a(s(["\u099c\u09be\u09a8\u09c1","\u09ab\u09c7\u09ac","\u09ae\u09be\u09b0\u09cd\u099a","\u098f\u09aa\u09cd\u09b0\u09bf\u09b2","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b8\u09cd\u099f","\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0","\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0","\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]),t.s) +B.PP=A.a(s(["\u0660","\u0661","\u0662","\u0663","\u0664","\u0665","\u0666","\u0667","\u0668","\u0669"]),t.s) +B.q2=A.a(s(["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]),t.s) +B.q3=A.a(s(["\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2","\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2","\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4","\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca","\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca","\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca","\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca"]),t.s) +B.PQ=A.a(s(["\u0ca4\u0ccd\u0cb0\u0cc8 1","\u0ca4\u0ccd\u0cb0\u0cc8 2","\u0ca4\u0ccd\u0cb0\u0cc8 3","\u0ca4\u0ccd\u0cb0\u0cc8 4"]),t.s) +B.q4=A.a(s(["\u0ea1.\u0e81.","\u0e81.\u0e9e.","\u0ea1.\u0e99.","\u0ea1.\u0eaa.","\u0e9e.\u0e9e.","\u0ea1\u0eb4.\u0e96.","\u0e81.\u0ea5.","\u0eaa.\u0eab.","\u0e81.\u0e8d.","\u0e95.\u0ea5.","\u0e9e.\u0e88.","\u0e97.\u0ea7."]),t.s) +B.q5=A.a(s(["j","sh","m","p","m","q","k","g","sh","t","n","dh"]),t.s) +B.c0=A.a(s(["dom","lun","mar","mi\xe9","jue","vie","s\xe1b"]),t.s) +B.PR=A.a(s(["uU","bB","lL","iI","cC"]),t.s) +B.q6=A.a(s(["I","A","A","A","O","O","L"]),t.s) +B.PS=A.a(s(["\u091c\u0928","\u092b\u0947\u0947\u092c","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932","\u0905\u0917","\u0938\u0947\u092a","\u0905\u0915\u094d\u091f\u094b","\u0928\u094b\u092d\u0947","\u0921\u093f\u0938\u0947"]),t.s) +B.q7=A.a(s(["\u053f","\u0535","\u0535","\u0549","\u0540","\u0548","\u0547"]),t.s) +B.PT=A.a(s(["{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7","{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7","{1} {0}","{1} {0}"]),t.s) +B.PU=A.a(s(["\u092a\u094d\u0930\u0925\u092e \u0924\u093f\u092e\u093e\u0939\u0940","\u0926\u094d\u0935\u093f\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940","\u0924\u0943\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940","\u091a\u0924\u0941\u0930\u094d\u0925 \u0924\u093f\u092e\u093e\u0939\u0940"]),t.s) +B.a35=new A.rw(A.aSK(),A.aSL(),A.aSJ()) +B.a36=new A.rw(A.aTx(),A.aTy(),A.aTw()) +B.a37=new A.rw(A.aTK(),A.aTL(),A.aTJ()) +B.e0=A.a(s([B.a35,B.a36,B.a37]),A.ab("t")) +B.PV=A.a(s(["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kes\xe4kuuta","hein\xe4kuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"]),t.s) +B.q8=A.a(s(["p. n. e.","n. e."]),t.s) +B.q9=A.a(s(["\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf","\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf","\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd","\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd","\u0bae\u0bc7","\u0b9c\u0bc2\u0ba9\u0bcd","\u0b9c\u0bc2\u0bb2\u0bc8","\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd","\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd","\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd","\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd","\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd"]),t.s) +B.PW=A.a(s(["N","P","W","\u015a","C","P","S"]),t.s) +B.qa=A.a(s(["{1} 'nang' {0}","{1} 'nang' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.PX=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d MMM y '\u0433'.","dd.MM.y"]),t.s) +B.qb=A.a(s(["\u0d1c","\u0d2b\u0d46","\u0d2e\u0d3e","\u0d0f","\u0d2e\u0d46","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42","\u0d13","\u0d38\u0d46","\u0d12","\u0d28","\u0d21\u0d3f"]),t.s) +B.PY=A.a(s(["\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 1","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 2","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 3","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 4"]),t.s) +B.PZ=A.a(s(["EEEE, d MMMM, y","d MMMM, y","d MMM, y","dd/MM/y"]),t.s) +B.fT=A.a(s(["\u65e5","\u6708","\u706b","\u6c34","\u6728","\u91d1","\u571f"]),t.s) +B.Q_=A.a(s(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6","\u05d0\u05d7\u05d4\u05f4\u05e6"]),t.s) +B.Q0=A.a(s(["\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02","\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02"]),t.s) +B.Q1=A.a(s(["\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2","\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2","\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2","\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2","\u039c\u03ac\u03b9\u03bf\u03c2","\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2","\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2","\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2","\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2","\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2","\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2","\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2"]),t.s) +B.x=A.a(s(["J","F","M","A","M","J","J","A","S","O","N","D"]),t.s) +B.Q2=A.a(s(["\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435","\u043d\u043e\u0432\u0435 \u0435\u0440\u0435"]),t.s) +B.Q4=A.a(s(["ikota yesi-1","ikota yesi-2","ikota yesi-3","ikota yesi-4"]),t.s) +B.Q3=A.a(s(["\u0d1e\u0d3e","\u0d24\u0d3f","\u0d1a\u0d4a","\u0d2c\u0d41","\u0d35\u0d4d\u0d2f\u0d3e","\u0d35\u0d46","\u0d36"]),t.s) +B.d9=A.a(s(["{1} {0}","{1} {0}","{1}, {0}","{1}, {0}"]),t.s) +B.qc=A.a(s(["\u65e5\u66dc\u65e5","\u6708\u66dc\u65e5","\u706b\u66dc\u65e5","\u6c34\u66dc\u65e5","\u6728\u66dc\u65e5","\u91d1\u66dc\u65e5","\u571f\u66dc\u65e5"]),t.s) +B.Q5=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06ab\u0633\u062a","\u0633\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.cu=A.a(s(["K1","K2","K3","K4"]),t.s) +B.Q6=A.a(s(["ap.","ip."]),t.s) +B.Q7=A.a(s(["Ion","Chwef","Maw","Ebr","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"]),t.s) +B.qd=A.a(s(["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"]),t.s) +B.Q8=A.a(s(["{1}, 'a' 'les' {0}","{1}, 'a' 'les' {0}","{1}, {0}","{1} {0}"]),t.s) +B.Q9=A.a(s(["KK","BK"]),t.s) +B.qe=A.a(s(["1-\u0439 \u043a\u0432.","2-\u0439 \u043a\u0432.","3-\u0439 \u043a\u0432.","4-\u0439 \u043a\u0432."]),t.s) +B.Qa=A.a(s(["\u0c24\u0c4d\u0c30\u0c481","\u0c24\u0c4d\u0c30\u0c482","\u0c24\u0c4d\u0c30\u0c483","\u0c24\u0c4d\u0c30\u0c484"]),t.s) +B.Qb=A.a(s(["y MMMM d, EEEE","d MMMM y","d MMM y","dd/MM/y"]),t.s) +B.qf=A.a(s(["\u049b\u0430\u04a3.","\u0430\u049b\u043f.","\u043d\u0430\u0443.","\u0441\u04d9\u0443.","\u043c\u0430\u043c.","\u043c\u0430\u0443.","\u0448\u0456\u043b.","\u0442\u0430\u043c.","\u049b\u044b\u0440.","\u049b\u0430\u0437.","\u049b\u0430\u0440.","\u0436\u0435\u043b."]),t.s) +B.Qc=A.a(s(["KV1","KV2","KV3","KV4"]),t.s) +B.Qd=A.a(s(["\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8","\u0c85\u0caa\u0cb0\u0cbe\u0cb9\u0ccd\u0ca8"]),t.s) +B.qg=A.a(s(["\u10d9\u10d5\u10d8\u10e0\u10d0","\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8","\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8"]),t.s) +B.Qe=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","y-MM-dd"]),t.s) +B.Qf=A.a(s(["y MMMM d, EEEE","y MMMM d","y MMM d","yy/M/d"]),t.s) +B.Qg=A.a(s(["\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439 \u04e9\u043c\u043d\u04e9\u0445","\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439"]),t.s) +B.Qp=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd.MM.y"]),t.s) +B.qh=A.a(s(["7","1","2","3","4","5","6"]),t.s) +B.Qq=A.a(s(["\u0b95\u0bbe\u0bb2\u0bbe.1","\u0b95\u0bbe\u0bb2\u0bbe.2","\u0b95\u0bbe\u0bb2\u0bbe.3","\u0b95\u0bbe\u0bb2\u0bbe.4"]),t.s) +B.Qr=A.a(s(["de gen.","de febr.","de mar\xe7","d\u2019abr.","de maig","de juny","de jul.","d\u2019ag.","de set.","d\u2019oct.","de nov.","de des."]),t.s) +B.Qs=A.a(s(["\u0441","\u043b","\u0431","\u043a","\u0442","\u0447","\u043b","\u0441","\u0432","\u0436","\u043b","\u0433"]),t.s) +B.Qt=A.a(s(["y 'm'. MMMM d 'd'., EEEE","y 'm'. MMMM d 'd'.","y-MM-dd","y-MM-dd"]),t.s) +B.Qu=A.a(s(["\u0a88.\u0ab8.\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7","\u0a88.\u0ab8."]),t.s) +B.Qv=A.a(s(["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kes\xe4kuu","hein\xe4kuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]),t.s) +B.VS=new A.i8("en","US") +B.Qw=A.a(s([B.VS]),t.ss) +B.Qx=A.a(s(["\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0db4\u0dd6\u0dbb\u0dca\u0dc0","\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0dc0\u0dbb\u0dca\u0dc2"]),t.s) +B.Qy=A.a(s(["EEEE 'den' d. MMMM y","d. MMMM y","d. MMM y","dd.MM.y"]),t.s) +B.Qz=A.a(s(["K.a.","K.o."]),t.s) +B.fU=A.a(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.qi=A.a(s(["\u0a10\u0a24\u0a35\u0a3e\u0a30","\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30","\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30","\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30","\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30","\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30","\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30"]),t.s) +B.qj=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd/MM/y"]),t.s) +B.qk=A.a(s(["Sunntig","M\xe4\xe4ntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"]),t.s) +B.QA=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d 'de' MMM 'de' y","dd/MM/yy"]),t.s) +B.QB=A.a(s(["pre nove ere","nove ere"]),t.s) +B.da=A.a(s(["v. Chr.","n. Chr."]),t.s) +B.QC=A.a(s(["\u0908\u0938\u0935\u0940\u0938\u0928\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u0935\u0940\u0938\u0928"]),t.s) +B.QD=A.a(s(["\u0441\u0456\u0447\u043d\u044f","\u043b\u044e\u0442\u043e\u0433\u043e","\u0431\u0435\u0440\u0435\u0437\u043d\u044f","\u043a\u0432\u0456\u0442\u043d\u044f","\u0442\u0440\u0430\u0432\u043d\u044f","\u0447\u0435\u0440\u0432\u043d\u044f","\u043b\u0438\u043f\u043d\u044f","\u0441\u0435\u0440\u043f\u043d\u044f","\u0432\u0435\u0440\u0435\u0441\u043d\u044f","\u0436\u043e\u0432\u0442\u043d\u044f","\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430","\u0433\u0440\u0443\u0434\u043d\u044f"]),t.s) +B.ql=A.a(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.QE=A.a(s(["\u041c\u042d\u04e8","\u041c\u042d"]),t.s) +B.QG=A.a(s(["1\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","2\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","3\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","4\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95"]),t.s) +B.QF=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","d/M/yy"]),t.s) +B.QH=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u0439","\u0438\u044e\u043d.","\u0438\u044e\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043d.","\u043e\u043a\u0442.","\u043d\u043e\u044f.","\u0434\u0435\u043a."]),t.s) +B.qm=A.a(s(["I","F","M","A","M","I","I","A","S","O","N","D"]),t.s) +B.QI=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d.M.yy"]),t.s) +B.QJ=A.a(s(["1. \u010det.","2. \u010det.","3. \u010det.","4. \u010det."]),t.s) +B.qn=A.a(s(["1er trimestre","2e trimestre","3e trimestre","4e trimestre"]),t.s) +B.a2=A.a(s(["S","M","T","W","T","F","S"]),t.s) +B.qo=A.a(s(["janv.","f\xe9vr.","mars","avr.","mai","juin","juill.","ao\xfbt","sept.","oct.","nov.","d\xe9c."]),t.s) +B.QK=A.a(s(["e paradites","e pasdites"]),t.s) +B.qp=A.a(s(["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","n\xebn","dhj"]),t.s) +B.afg=new A.kV(0,0) +B.afl=new A.kV(1,0.05) +B.afk=new A.kV(3,0.08) +B.afh=new A.kV(6,0.11) +B.afi=new A.kV(8,0.12) +B.afj=new A.kV(12,0.14) +B.qq=A.a(s([B.afg,B.afl,B.afk,B.afh,B.afi,B.afj]),A.ab("t")) +B.QL=A.a(s(["\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a","\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a"]),t.s) +B.QM=A.a(s(["\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5","\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95"]),t.s) +B.ag=A.a(s(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),t.s) +B.qr=A.a(s(["\u0412","\u041f","\u0412","\u0421","\u0427","\u041f","\u0421"]),t.s) +B.fV=A.a(s(["\u064a\u0648\u0646\u06cd","\u062f\u0648\u0646\u06cd","\u062f\u0631\u06d0\u0646\u06cd","\u0685\u0644\u0631\u0646\u06cd","\u067e\u064a\u0646\u0681\u0646\u06cd","\u062c\u0645\u0639\u0647","\u0627\u0648\u0646\u06cd"]),t.s) +B.QN=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y/MM/dd","y/MM/dd"]),t.s) +B.QP=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd-MM-y"]),t.s) +B.k6=A.a(s(["{1} 'kl'. {0}","{1} 'kl'. {0}","{1}, {0}","{1}, {0}"]),t.s) +B.QO=A.a(s(["{1}, '\u0432\u043e' {0}","{1}, '\u0432\u043e' {0}","{1}, '\u0432\u043e' {0}","{1}, '\u0432\u043e' {0}"]),t.s) +B.qs=A.a(s(["\u0b9c","\u0baa\u0bbf","\u0bae\u0bbe","\u0b8f","\u0bae\u0bc7","\u0b9c\u0bc2","\u0b9c\u0bc2","\u0b86","\u0b9a\u0bc6","\u0b85","\u0ba8","\u0b9f\u0bbf"]),t.s) +B.qt=A.a(s(["1-\u0440 \u0441\u0430\u0440","2-\u0440 \u0441\u0430\u0440","3-\u0440 \u0441\u0430\u0440","4-\u0440 \u0441\u0430\u0440","5-\u0440 \u0441\u0430\u0440","6-\u0440 \u0441\u0430\u0440","7-\u0440 \u0441\u0430\u0440","8-\u0440 \u0441\u0430\u0440","9-\u0440 \u0441\u0430\u0440","10-\u0440 \u0441\u0430\u0440","11-\u0440 \u0441\u0430\u0440","12-\u0440 \u0441\u0430\u0440"]),t.s) +B.qu=A.a(s(["\u0432\u0441","\u043f\u043d","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043f\u0442","\u0441\u0431"]),t.s) +B.qv=A.a(s(["D","L","M","X","J","V","S"]),t.s) +B.QQ=A.a(s(["\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631","\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631"]),t.s) +B.qw=A.a(s(["s\xf6ndag","m\xe5ndag","tisdag","onsdag","torsdag","fredag","l\xf6rdag"]),t.s) +B.QR=A.a(s(["\u0441\u0442\u0443","\u043b\u044e\u0442","\u0441\u0430\u043a","\u043a\u0440\u0430","\u043c\u0430\u044f","\u0447\u044d\u0440","\u043b\u0456\u043f","\u0436\u043d\u0456","\u0432\u0435\u0440","\u043a\u0430\u0441","\u043b\u0456\u0441","\u0441\u043d\u0435"]),t.s) +B.QS=A.a(s(["\u0458\u0430\u043d-\u043c\u0430\u0440","\u0430\u043f\u0440-\u0458\u0443\u043d","\u0458\u0443\u043b-\u0441\u0435\u043f","\u043e\u043a\u0442-\u0434\u0435\u043a"]),t.s) +B.qx=A.a(s(["A","I","S","R","K","J","S"]),t.s) +B.fW=A.a(s(["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."]),t.s) +B.qy=A.a(s(["\u09a6\u09c7\u0993\u09ac\u09be\u09f0","\u09b8\u09cb\u09ae\u09ac\u09be\u09f0","\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09f0","\u09ac\u09c1\u09a7\u09ac\u09be\u09f0","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09f0","\u09b6\u09c1\u0995\u09cd\u09f0\u09ac\u09be\u09f0","\u09b6\u09a8\u09bf\u09ac\u09be\u09f0"]),t.s) +B.QT=A.a(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.qz=A.a(s(["\u041d","\u041f","\u0412","\u0421","\u0427","\u041f","\u0421"]),t.s) +B.QU=A.a(s([0,10,20,30,40,50,60,70,80,90,95,99,100]),t.t) +B.QV=A.a(s(["Krisztus el\u0151tt","id\u0151sz\xe1m\xedt\xe1sunk szerint"]),t.s) +B.qA=A.a(s([B.fh,B.jJ,B.fi,B.p,B.R,B.nW,B.aL,B.nX,B.fj]),A.ab("t")) +B.qB=A.a(s(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0","\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0","\u0aae\u0abe\u0ab0\u0acd\u0a9a","\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2","\u0aae\u0ac7","\u0a9c\u0ac2\u0aa8","\u0a9c\u0ac1\u0ab2\u0abe\u0a88","\u0a91\u0a97\u0ab8\u0acd\u0a9f","\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0","\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0","\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0","\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"]),t.s) +B.qC=A.a(s(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf","\u0dc3\u0db3\u0dd4\u0daf\u0dcf","\u0d85\u0d9f\u0dc4","\u0db6\u0daf\u0dcf\u0daf\u0dcf","\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca","\u0dc3\u0dd2\u0d9a\u0dd4","\u0dc3\u0dd9\u0db1"]),t.s) +B.QW=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","dd/MM/y","dd/MM/yy"]),t.s) +B.QX=A.a(s(["\u0a2a\u0a39\u0a3f\u0a32\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a26\u0a42\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a24\u0a40\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a1a\u0a4c\u0a25\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40"]),t.s) +B.fX=A.a(s(["\u062c\u0646\u0648\u0631\u06cc","\u0641\u0631\u0648\u0631\u06cc","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u0626\u06cc","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0626\u06cc","\u0627\u06af\u0633\u062a","\u0633\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.QY=A.a(s(["\u0d15\u0d4d\u0d30\u0d3f.\u0d2e\u0d41.","\u0d0e\u0d21\u0d3f"]),t.s) +B.qD=A.a(s(["\u099c\u09be\u09a8\u09c1","\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1","\u09ae\u09be\u09f0\u09cd\u099a","\u098f\u09aa\u09cd\u09f0\u09bf\u09b2","\u09ae\u09c7\u2019","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997","\u099b\u09c7\u09aa\u09cd\u09a4\u09c7","\u0985\u0995\u09cd\u099f\u09cb","\u09a8\u09f1\u09c7","\u09a1\u09bf\u099a\u09c7"]),t.s) +B.QZ=A.a(s(["ennen Kristuksen syntym\xe4\xe4","j\xe4lkeen Kristuksen syntym\xe4n"]),t.s) +B.qE=A.a(s(["\u0416","\u0414","\u0421","\u0421","\u0411","\u0416","\u0421"]),t.s) +B.R_=A.a(s(["\uae30\uc6d0\uc804","\uc11c\uae30"]),t.s) +B.Mi=new A.aQ("arabic-indic",0,"arabicIndic") +B.LG=new A.aQ("armenian",1,"armenian") +B.Lt=new A.aQ("lower-armenian",2,"lowerArmenian") +B.Ma=new A.aQ("upper-armenian",3,"upperArmenian") +B.LH=new A.aQ("bengali",4,"bengali") +B.LJ=new A.aQ("cambodian",5,"cambodian") +B.M0=new A.aQ("khmer",6,"khmer") +B.LK=new A.aQ("circle",7,"circle") +B.Ly=new A.aQ("cjk-decimal",8,"cjkDecimal") +B.Ls=new A.aQ("cjk-earthly-branch",9,"cjkEarthlyBranch") +B.M2=new A.aQ("cjk-heavenly-stem",10,"cjkHeavenlyStem") +B.LI=new A.aQ("cjk-ideographic",11,"cjkIdeographic") +B.Lx=new A.aQ("decimal-leading-zero",13,"decimalLeadingZero") +B.LL=new A.aQ("devanagari",14,"devanagari") +B.LC=new A.aQ("disclosure-closed",16,"disclosureClosed") +B.Lu=new A.aQ("disclosure-open",17,"disclosureOpen") +B.Mh=new A.aQ("ethiopic-numeric",18,"ethiopicNumeric") +B.LP=new A.aQ("georgian",19,"georgian") +B.LQ=new A.aQ("gujarati",20,"gujarati") +B.LR=new A.aQ("gurmukhi",21,"gurmukhi") +B.LS=new A.aQ("hebrew",22,"hebrew") +B.LT=new A.aQ("hiragana",23,"hiragana") +B.LD=new A.aQ("hiragana-iroha",24,"hiraganaIroha") +B.LA=new A.aQ("japanese-formal",25,"japaneseFormal") +B.Lw=new A.aQ("japanese-informal",26,"japaneseInformal") +B.LZ=new A.aQ("kannada",27,"kannada") +B.M_=new A.aQ("katakana",28,"katakana") +B.LW=new A.aQ("katakana-iroha",29,"katakanaIroha") +B.M1=new A.aQ("korean-hangul-formal",30,"koreanHangulFormal") +B.LB=new A.aQ("korean-hanja-informal",31,"koreanHanjaInformal") +B.LX=new A.aQ("korean-hanja-formal",32,"koreanHanjaFormal") +B.M3=new A.aQ("lao",33,"lao") +B.Lv=new A.aQ("lower-alpha",34,"lowerAlpha") +B.LF=new A.aQ("lower-greek",35,"lowerGreek") +B.LU=new A.aQ("lower-latin",36,"lowerLatin") +B.LY=new A.aQ("lower-roman",37,"lowerRoman") +B.M4=new A.aQ("malayalam",38,"malayalam") +B.M5=new A.aQ("mongolian",39,"mongolian") +B.M6=new A.aQ("myanmar",40,"myanmar") +B.M7=new A.aQ("none",41,"none") +B.M8=new A.aQ("oriya",42,"oriya") +B.M9=new A.aQ("persian",43,"persian") +B.Lz=new A.aQ("simp-chinese-formal",44,"simpChineseFormal") +B.LV=new A.aQ("simp-chinese-informal",45,"simpChineseInformal") +B.Mc=new A.aQ("square",46,"square") +B.Md=new A.aQ("tamil",47,"tamil") +B.Me=new A.aQ("telugu",48,"telugu") +B.Mf=new A.aQ("thai",49,"thai") +B.Mg=new A.aQ("tibetan",50,"tibetan") +B.LM=new A.aQ("trad-chinese-formal",51,"tradChineseFormal") +B.LE=new A.aQ("trad-chinese-informal",52,"tradChineseInformal") +B.LN=new A.aQ("upper-alpha",53,"upperAlpha") +B.LO=new A.aQ("upper-latin",54,"upperLatin") +B.Mb=new A.aQ("upper-roman",55,"upperRoman") +B.R0=A.a(s([B.Mi,B.LG,B.Lt,B.Ma,B.LH,B.LJ,B.M0,B.LK,B.Ly,B.Ls,B.M2,B.LI,B.k_,B.Lx,B.LL,B.oe,B.LC,B.Lu,B.Mh,B.LP,B.LQ,B.LR,B.LS,B.LT,B.LD,B.LA,B.Lw,B.LZ,B.M_,B.LW,B.M1,B.LB,B.LX,B.M3,B.Lv,B.LF,B.LU,B.LY,B.M4,B.M5,B.M6,B.M7,B.M8,B.M9,B.Lz,B.LV,B.Mc,B.Md,B.Me,B.Mf,B.Mg,B.LM,B.LE,B.LN,B.LO,B.Mb]),A.ab("t")) +B.fY=A.a(s(["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]),t.s) +B.R1=A.a(s(["y('e')'ko' MMMM'ren' d('a'), EEEE","y('e')'ko' MMMM'ren' d('a')","y('e')'ko' MMM d('a')","yy/M/d"]),t.s) +B.qF=A.a(s(["\u044f\u043d\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0439","\u044e\u043d\u0438","\u044e\u043b\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438","\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438","\u043d\u043e\u0435\u043c\u0432\u0440\u0438","\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]),t.s) +B.R2=A.a(s(["PG","PTG"]),t.s) +B.R3=A.a(s(["\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd","\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf"]),t.s) +B.qG=A.a(s(["\u0ead\u0eb2\u0e97\u0eb4\u0e94","\u0e88\u0eb1\u0e99","\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99","\u0e9e\u0eb8\u0e94","\u0e9e\u0eb0\u0eab\u0eb1\u0e94","\u0eaa\u0eb8\u0e81","\u0ec0\u0eaa\u0ebb\u0eb2"]),t.s) +B.R4=A.a(s(["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]),t.s) +B.R5=A.a(s(["H:mm:ss '\u0447'. zzzz","H:mm:ss '\u0447'. z","H:mm:ss '\u0447'.","H:mm '\u0447'."]),t.s) +B.R6=A.a(s(["\u03a41","\u03a42","\u03a43","\u03a44"]),t.s) +B.qH=A.a(s(["\u0416","\u0414","\u0428","\u0428","\u0411","\u0416","\u0418"]),t.s) +B.qI=A.a(s(["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]),t.s) +B.a7=A.a(s(["Q1","Q2","Q3","Q4"]),t.s) +B.qJ=A.a(s(["\u09a6","\u09b8","\u09ae","\u09ac","\u09ac","\u09b6","\u09b6"]),t.s) +B.b9=A.a(s(["D","L","M","M","J","V","S"]),t.s) +B.qK=A.a(s(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf","\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd","\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd","\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd"]),t.s) +B.R7=A.a(s(["Kabla ya Kristo","Baada ya Kristo"]),t.s) +B.R8=A.a(s(["\u0907. \u0938. \u092a\u0942.","\u0907. \u0938."]),t.s) +B.R9=A.a(s(["de.","du."]),t.s) +B.Ra=A.a(s(["H:mm:ss (zzzz)","H:mm:ss (z)","HH:mm:ss","HH:mm"]),t.s) +B.qL=A.a(s(["\u091c\u0928\u0935\u0930\u0940","\u092b\u093c\u0930\u0935\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u0948\u0932","\u092e\u0908","\u091c\u0942\u0928","\u091c\u0941\u0932\u093e\u0908","\u0905\u0917\u0938\u094d\u0924","\u0938\u093f\u0924\u0902\u092c\u0930","\u0905\u0915\u094d\u0924\u0942\u092c\u0930","\u0928\u0935\u0902\u092c\u0930","\u0926\u093f\u0938\u0902\u092c\u0930"]),t.s) +B.Rb=A.a(s(["1-chorak","2-chorak","3-chorak","4-chorak"]),t.s) +B.qM=A.a(s(["\u0458\u0430\u043d.","\u0444\u0435\u0432.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u0458","\u0458\u0443\u043d.","\u0458\u0443\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043f\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u0435\u043c.","\u0434\u0435\u043a."]),t.s) +B.qN=A.a(s(["ISonto","UMsombuluko","ULwesibili","ULwesithathu","ULwesine","ULwesihlanu","UMgqibelo"]),t.s) +B.Rc=A.a(s(["dop.","odp."]),t.s) +B.Rd=A.a(s(["p.n.e.","n.e."]),t.s) +B.fZ=A.a(s(["nedjelja","ponedjeljak","utorak","srijeda","\u010detvrtak","petak","subota"]),t.s) +B.Re=A.a(s(["\u062c","\u0641","\u0645","\u0627","\u0645","\u062c","\u062c","\u0627","\u0633","\u0627","\u0646","\u062f"]),t.s) +B.qO=A.a(s(["\u091c\u093e","\u092b\u0947","\u092e\u093e","\u090f","\u092e\u0947","\u091c\u0942","\u091c\u0941","\u0911","\u0938","\u0911","\u0928\u094b","\u0921\u093f"]),t.s) +B.Rf=A.a(s(["Domingo","Luns","Martes","M\xe9rcores","Xoves","Venres","S\xe1bado"]),t.s) +B.qP=A.a(s(["1\xba trimestre","2\xba trimestre","3\xba trimestre","4\xba trimestre"]),t.s) +B.Rg=A.a(s(["trimestrul I","trimestrul al II-lea","trimestrul al III-lea","trimestrul al IV-lea"]),t.s) +B.qQ=A.a(s(["Januar","Februar","M\xe4rz","April","Mai","Juni","Juli","Auguscht","Sept\xe4mber","Oktoober","Nov\xe4mber","Dez\xe4mber"]),t.s) +B.qR=A.a(s(["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"]),t.s) +B.Rh=A.a(s(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u0935\u0940 \u0938\u0928"]),t.s) +B.Ri=A.a(s(["{1} 'am' {0}","{1} 'am' {0}","{1} {0}","{1} {0}"]),t.s) +B.Rj=A.a(s(["{1} 'om' {0}","{1} 'om' {0}","{1} {0}","{1} {0}"]),t.s) +B.Rk=A.a(s(["\u12d3\u1218\u1270 \u12d3\u1208\u121d","\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275"]),t.s) +B.h_=A.a(s(["\u041d\u044f","\u0414\u0430","\u041c\u044f","\u041b\u0445","\u041f\u04af","\u0411\u0430","\u0411\u044f"]),t.s) +B.qS=A.a(s(["\u05d0\u05f3","\u05d1\u05f3","\u05d2\u05f3","\u05d3\u05f3","\u05d4\u05f3","\u05d5\u05f3","\u05e9\u05f3"]),t.s) +B.Rl=A.a(s(["\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35","\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28"]),t.s) +B.Rm=A.a(s(["\u043f\u0440.\u0425\u0440.","\u0441\u043b.\u0425\u0440."]),t.s) +B.qT=A.a(s(["\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 1","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 2","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 3","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 4"]),t.s) +B.Rn=A.a(s(["para Krishtit","mbas Krishtit"]),t.s) +B.qU=A.a(s(["\u0c06","\u0c38\u0c4b","\u0c2e","\u0c2c\u0c41","\u0c17\u0c41","\u0c36\u0c41","\u0c36"]),t.s) +B.Ro=A.a(s(["S1","S2","S3","S4"]),t.s) +B.Rp=A.a(s(["X","F","M","A","M","X","X","A","S","O","N","D"]),t.s) +B.Rq=A.a(s(["SA","CH"]),t.s) +B.qV=A.a(s(["\u0c9c","\u0cab\u0cc6","\u0cae\u0cbe","\u0c8f","\u0cae\u0cc7","\u0c9c\u0cc2","\u0c9c\u0cc1","\u0c86","\u0cb8\u0cc6","\u0c85","\u0ca8","\u0ca1\u0cbf"]),t.s) +B.Rr=A.a(s(["\u03c0.\u03bc.","\u03bc.\u03bc."]),t.s) +B.Rs=A.a(s(["Bh:mm:ss [zzzz]","Bh:mm:ss [z]","Bh:mm:ss","Bh:mm"]),t.s) +B.Rt=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","d/M/y"]),t.s) +B.Ru=A.a(s(["SM","M"]),t.s) +B.Rv=A.a(s(["\u0e95\u0ea11","\u0e95\u0ea12","\u0e95\u0ea13","\u0e95\u0ea14"]),t.s) +B.Rw=A.a(s(["1Hh","2Hh","3Hh","4Hh"]),t.s) +B.qW=A.a(s(["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"]),t.s) +B.RD=A.a(s(["\u1229\u12651","\u1229\u12652","\u1229\u12653","\u1229\u12654"]),t.s) +B.qX=A.a(s(["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]),t.s) +B.a3b=new A.a8("http://www.w3.org/1999/xhtml","optgroup",t.l) +B.a4c=new A.a8("http://www.w3.org/1999/xhtml","option",t.l) +B.RE=A.a(s([B.a3b,B.a4c]),t.Vd) +B.RF=A.a(s(["\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd","\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd"]),t.s) +B.bm=A.a(s(["T1","T2","T3","T4"]),t.s) +B.qY=A.a(s(["\u0a1c","\u0a2b\u0a3c","\u0a2e\u0a3e","\u0a05","\u0a2e","\u0a1c\u0a42","\u0a1c\u0a41","\u0a05","\u0a38","\u0a05","\u0a28","\u0a26"]),t.s) +B.RG=A.a(s(["yan","fev","mar","apr","may","iyn","iyl","avg","sen","okt","noy","dek"]),t.s) +B.RH=A.a(s(["TO","TK"]),t.s) +B.aW=new A.A3(0,"upstream") +B.V=new A.A3(1,"downstream") +B.RI=A.a(s([B.aW,B.V]),A.ab("t")) +B.P=new A.jn(0,"rtl") +B.e=new A.jn(1,"ltr") +B.qZ=A.a(s([B.P,B.e]),A.ab("t")) +B.FT=new A.tU(0,"topLeft") +B.FW=new A.tU(3,"bottomRight") +B.afa=new A.kT(B.FT,B.FW) +B.afd=new A.kT(B.FW,B.FT) +B.FU=new A.tU(1,"topRight") +B.FV=new A.tU(2,"bottomLeft") +B.afb=new A.kT(B.FU,B.FV) +B.afc=new A.kT(B.FV,B.FU) +B.RJ=A.a(s([B.afa,B.afd,B.afb,B.afc]),A.ab("t")) +B.r_=A.a(s(["dom","lun","mar","mer","gio","ven","sab"]),t.s) +B.RK=A.a(s(["h:mm:ss\u202fa zzzz","h:mm:ss\u202fa z","h:mm:ss\u202fa","h:mm\u202fa"]),t.s) +B.RL=A.a(s(["\u0434\u043e \u043d. \u044d.","\u043d. \u044d."]),t.s) +B.r0=A.a(s(["domingo","segunda","ter\xe7a","quarta","quinta","sexta","s\xe1bado"]),t.s) +B.r1=A.a(s(["T","H","M","H","T","K","H","E","S","L","M","J"]),t.s) +B.r2=A.a(s(["hh:mm:ss a zzzz","hh:mm:ss a z","hh:mm:ss a","hh:mm a"]),t.s) +B.RM=A.a(s(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac","\u0996\u09cd\u09b0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) +B.r4=A.a(s(["\u17a2","\u1785","\u17a2","\u1796","\u1796","\u179f","\u179f"]),t.s) +B.r3=A.a(s(["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]),t.s) +B.H1=new A.pS() +B.l3=new A.Oj(1,"page") +B.l4=new A.f7(B.a5,B.l3) +B.RN=A.a(s([B.H1,B.l4]),A.ab("t")) +B.RO=A.a(s(["prije nove ere","nove ere"]),t.s) +B.r5=A.a(s(["CN","T2","T3","T4","T5","T6","T7"]),t.s) +B.r6=A.a(s(["GN","FB","M\xc7","AB","MG","JN","JL","AG","ST","OC","NV","DS"]),t.s) +B.ah=A.a(s(["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]),t.s) +B.RP=A.a(s(["\u049a\u0430\u04a3\u0442\u0430\u0440","\u0410\u049b\u043f\u0430\u043d","\u041d\u0430\u0443\u0440\u044b\u0437","\u0421\u04d9\u0443\u0456\u0440","\u041c\u0430\u043c\u044b\u0440","\u041c\u0430\u0443\u0441\u044b\u043c","\u0428\u0456\u043b\u0434\u0435","\u0422\u0430\u043c\u044b\u0437","\u049a\u044b\u0440\u043a\u04af\u0439\u0435\u043a","\u049a\u0430\u0437\u0430\u043d","\u049a\u0430\u0440\u0430\u0448\u0430","\u0416\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) +B.r7=A.a(s(["\u06cc","\u062f","\u0633","\u0686","\u067e","\u062c","\u0634"]),t.s) +B.RQ=A.a(s(["y, MMMM d, EEEE","y, MMMM d","y, MMM d","d/M/yy"]),t.s) +B.RR=A.a(s(["EEEE, d MMMM, y","d MMMM y","dd-MMM-y","dd/MM/yy"]),t.s) +B.r8=A.a(s(["\u0c1c\u0c28","\u0c2b\u0c3f\u0c2c\u0c4d\u0c30","\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f","\u0c0f\u0c2a\u0c4d\u0c30\u0c3f","\u0c2e\u0c47","\u0c1c\u0c42\u0c28\u0c4d","\u0c1c\u0c41\u0c32\u0c48","\u0c06\u0c17","\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02","\u0c05\u0c15\u0c4d\u0c1f\u0c4b","\u0c28\u0c35\u0c02","\u0c21\u0c3f\u0c38\u0c46\u0c02"]),t.s) +B.I={type:0,value:1} +B.XX=new A.i(B.I,[665,"only"],t.M) +B.XS=new A.i(B.I,[666,"not"],t.M) +B.XQ=new A.i(B.I,[667,"and"],t.M) +B.r9=A.a(s([B.XX,B.XS,B.XQ]),t.Mq) +B.a3o=new A.a8("http://www.w3.org/1998/Math/MathML","annotaion-xml",t.l) +B.RS=A.a(s([B.a3o,B.kL,B.AA,B.Ap]),t.Vd) +B.RT=A.a(s(["antes de Cristo","despois de Cristo"]),t.s) +B.ra=A.a(s(["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]),t.s) +B.RU=A.a(s(["I k.","II k.","III k.","IV k."]),t.s) +B.RV=A.a(s(["x.","f.","m.","a.","m.","x.","x.","a.","s.","o.","n.","d."]),t.s) +B.rb=A.a(s(["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"]),t.s) +B.RW=A.a(s(["\u063a.\u0645.","\u063a.\u0648."]),t.s) +B.rc=A.a(s(["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."]),t.s) +B.RX=A.a(s(["1. kvt.","2. kvt.","3. kvt.","4. kvt."]),t.s) +B.rd=A.a(s(["\u099c\u09be\u09a8\u09c1\u09f1\u09be\u09f0\u09c0","\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1\u09f1\u09be\u09f0\u09c0","\u09ae\u09be\u09f0\u09cd\u099a","\u098f\u09aa\u09cd\u09f0\u09bf\u09b2","\u09ae\u09c7\u2019","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b7\u09cd\u099f","\u099b\u09c7\u09aa\u09cd\u09a4\u09c7\u09ae\u09cd\u09ac\u09f0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09f0","\u09a8\u09f1\u09c7\u09ae\u09cd\u09ac\u09f0","\u09a1\u09bf\u099a\u09c7\u09ae\u09cd\u09ac\u09f0"]),t.s) +B.re=A.a(s(["O","\u015e","M","N","M","H","T","A","E","E","K","A"]),t.s) +B.rf=A.a(s(["\u05d9\u05e0\u05d5\u05d0\u05e8","\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05d9\u05dc","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8","\u05e1\u05e4\u05d8\u05de\u05d1\u05e8","\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8","\u05e0\u05d5\u05d1\u05de\u05d1\u05e8","\u05d3\u05e6\u05de\u05d1\u05e8"]),t.s) +B.RY=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432\u0440.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u044f","\u0438\u044e\u043d.","\u0438\u044e\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043d\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u044f\u0431.","\u0434\u0435\u043a."]),t.s) +B.c1=A.a(s(["E","F","M","A","M","J","J","A","S","O","N","D"]),t.s) +B.rg=A.a(s(["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"]),t.s) +B.h0=A.a(s(["\u042f","\u0424","\u041c","\u0410","\u041c","\u0418","\u0418","\u0410","\u0421","\u041e","\u041d","\u0414"]),t.s) +B.RZ=A.a(s(["I \u0443\u043b\u0438\u0440\u0430\u043b","II \u0443\u043b\u0438\u0440\u0430\u043b","III \u0443\u043b\u0438\u0440\u0430\u043b","IV \u0443\u043b\u0438\u0440\u0430\u043b"]),t.s) +B.S_=A.a(s(["prie\u0161piet","popiet"]),t.s) +B.S0=A.a(s(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f","\u043b\u044e\u0442\u0430\u0433\u0430","\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430","\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430","\u043c\u0430\u044f","\u0447\u044d\u0440\u0432\u0435\u043d\u044f","\u043b\u0456\u043f\u0435\u043d\u044f","\u0436\u043d\u0456\u045e\u043d\u044f","\u0432\u0435\u0440\u0430\u0441\u043d\u044f","\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430","\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430","\u0441\u043d\u0435\u0436\u043d\u044f"]),t.s) +B.S1=A.a(s(["\u0406 \u0442\u049b\u0441.","\u0406\u0406 \u0442\u049b\u0441.","\u0406\u0406\u0406 \u0442\u049b\u0441.","IV \u0442\u049b\u0441."]),t.s) +B.rh=A.a(s(["\u0436\u0435\u043a\u0448\u0435\u043c\u0431\u0438","\u0434\u04af\u0439\u0448\u04e9\u043c\u0431\u04af","\u0448\u0435\u0439\u0448\u0435\u043c\u0431\u0438","\u0448\u0430\u0440\u0448\u0435\u043c\u0431\u0438","\u0431\u0435\u0439\u0448\u0435\u043c\u0431\u0438","\u0436\u0443\u043c\u0430","\u0438\u0448\u0435\u043c\u0431\u0438"]),t.s) +B.S2=A.a(s(["\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d\u0433\u0430 \u0447\u0435\u0439\u0438\u043d","\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d"]),t.s) +B.ri=A.a(s(["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"]),t.s) +B.S3=A.a(s(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580","\u0583\u0565\u057f\u0580\u057e\u0561\u0580","\u0574\u0561\u0580\u057f","\u0561\u057a\u0580\u056b\u056c","\u0574\u0561\u0575\u056b\u057d","\u0570\u0578\u0582\u0576\u056b\u057d","\u0570\u0578\u0582\u056c\u056b\u057d","\u0585\u0563\u0578\u057d\u057f\u0578\u057d","\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580","\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580","\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580","\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580"]),t.s) +B.rj=A.a(s(["\u0a1c\u0a28\u0a35\u0a30\u0a40","\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40","\u0a2e\u0a3e\u0a30\u0a1a","\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32","\u0a2e\u0a08","\u0a1c\u0a42\u0a28","\u0a1c\u0a41\u0a32\u0a3e\u0a08","\u0a05\u0a17\u0a38\u0a24","\u0a38\u0a24\u0a70\u0a2c\u0a30","\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30","\u0a28\u0a35\u0a70\u0a2c\u0a30","\u0a26\u0a38\u0a70\u0a2c\u0a30"]),t.s) +B.S4=A.a(s([0,0,32722,12287,65535,34815,65534,18431]),t.t) +B.rk=A.a(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.S5=A.a(s(["y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d, EEEE '\u0433\u0430\u0440\u0430\u0433'","y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d","y '\u043e\u043d\u044b' MMM'\u044b\u043d' d","y.MM.dd"]),t.s) +B.rl=A.a(s(["jan","feb","mar","apr","m\xe1j","j\xfan","j\xfal","aug","sep","okt","nov","dec"]),t.s) +B.S6=A.a(s(["\u0441\u0456\u0447","\u043b\u044e\u0442","\u0431\u0435\u0440","\u043a\u0432\u0456","\u0442\u0440\u0430","\u0447\u0435\u0440","\u043b\u0438\u043f","\u0441\u0435\u0440","\u0432\u0435\u0440","\u0436\u043e\u0432","\u043b\u0438\u0441","\u0433\u0440\u0443"]),t.s) +B.S7=A.a(s(["EEEE, d-MMMM, y","d-MMMM, y","d-MMM, y","dd/MM/yy"]),t.s) +B.rm=A.a(s(["sekmadienis","pirmadienis","antradienis","tre\u010diadienis","ketvirtadienis","penktadienis","\u0161e\u0161tadienis"]),t.s) +B.S8=A.a(s(["\u041d\u044f\u043c","\u0414\u0430\u0432\u0430\u0430","\u041c\u044f\u0433\u043c\u0430\u0440","\u041b\u0445\u0430\u0433\u0432\u0430","\u041f\u04af\u0440\u044d\u0432","\u0411\u0430\u0430\u0441\u0430\u043d","\u0411\u044f\u043c\u0431\u0430"]),t.s) +B.S9=A.a(s(["\u0431.\u0437.\u0434.","\u0431.\u0437."]),t.s) +B.Sa=A.a(s(["K.a.","Kristo ondoren"]),t.s) +B.rn=A.a(s(["led","\xfano","b\u0159e","dub","kv\u011b","\u010dvn","\u010dvc","srp","z\xe1\u0159","\u0159\xedj","lis","pro"]),t.s) +B.ro=A.a(s(["\u7d00\u5143\u524d","\u897f\u66a6"]),t.s) +B.Sb=A.a(s(["\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430","\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430"]),t.s) +B.Sc=A.a(s(["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]),t.s) +B.Sd=A.a(s(["{0} 'do' {1}","{0} 'do' {1}","{0}, {1}","{0}, {1}"]),t.s) +B.Se=A.a(s(["1. fj\xf3r\xf0ungur","2. fj\xf3r\xf0ungur","3. fj\xf3r\xf0ungur","4. fj\xf3r\xf0ungur"]),t.s) +B.Sf=A.a(s(["\u043f\u0440\u0435\u0434\u0438 \u0425\u0440\u0438\u0441\u0442\u0430","\u0441\u043b\u0435\u0434 \u0425\u0440\u0438\u0441\u0442\u0430"]),t.s) +B.rp=A.a(s(["\u099c","\u09ab","\u09ae","\u098f","\u09ae","\u099c","\u099c","\u0986","\u099b","\u0985","\u09a8","\u09a1"]),t.s) +B.Sg=A.a(s(["\u042f\u043d\u0432","\u0424\u0435\u0432","\u041c\u0430\u0440","\u0410\u043f\u0440","\u041c\u0430\u0439","\u0418\u044e\u043d","\u0418\u044e\u043b","\u0410\u0432\u0433","\u0421\u0435\u043d","\u041e\u043a\u0442","\u041d\u043e\u044f","\u0414\u0435\u043a"]),t.s) +B.Sh=A.a(s(["\u0924\u093f\u0967","\u0924\u093f\u0968","\u0924\u093f\u0969","\u0924\u093f\u096a"]),t.s) +B.rq=A.a(s(["\u1015\u1011\u1019 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1012\u102f\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1010\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1005\u1010\u102f\u1010\u1039\u1011 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a"]),t.s) +B.rr=A.a(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.Sj=A.a(s(["1. ceturksnis","2. ceturksnis","3. ceturksnis","4. ceturksnis"]),t.s) +B.Sk=A.a(s(["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]),t.s) +B.Z={unit:0,value:1} +B.Yz=new A.i(B.Z,[600,"em"],t.M) +B.YH=new A.i(B.Z,[601,"ex"],t.M) +B.Yo=new A.i(B.Z,[602,"px"],t.M) +B.YF=new A.i(B.Z,[603,"cm"],t.M) +B.Yu=new A.i(B.Z,[604,"mm"],t.M) +B.YC=new A.i(B.Z,[605,"in"],t.M) +B.Yr=new A.i(B.Z,[606,"pt"],t.M) +B.YJ=new A.i(B.Z,[607,"pc"],t.M) +B.Yy=new A.i(B.Z,[608,"deg"],t.M) +B.YB=new A.i(B.Z,[609,"rad"],t.M) +B.Yt=new A.i(B.Z,[610,"grad"],t.M) +B.YI=new A.i(B.Z,[611,"turn"],t.M) +B.Yq=new A.i(B.Z,[612,"ms"],t.M) +B.Yk=new A.i(B.Z,[613,"s"],t.M) +B.Yx=new A.i(B.Z,[614,"hz"],t.M) +B.YE=new A.i(B.Z,[615,"khz"],t.M) +B.Yw=new A.i(B.Z,[617,"fr"],t.M) +B.Yv=new A.i(B.Z,[618,"dpi"],t.M) +B.YG=new A.i(B.Z,[619,"dpcm"],t.M) +B.Yj=new A.i(B.Z,[620,"dppx"],t.M) +B.YD=new A.i(B.Z,[621,"ch"],t.M) +B.YK=new A.i(B.Z,[622,"rem"],t.M) +B.YA=new A.i(B.Z,[623,"vw"],t.M) +B.Yp=new A.i(B.Z,[624,"vh"],t.M) +B.Yn=new A.i(B.Z,[625,"vmin"],t.M) +B.Yl=new A.i(B.Z,[626,"vmax"],t.M) +B.Ys=new A.i(B.Z,[627,"lh"],t.M) +B.Ym=new A.i(B.Z,[628,"rlh"],t.M) +B.rs=A.a(s([B.Yz,B.YH,B.Yo,B.YF,B.Yu,B.YC,B.Yr,B.YJ,B.Yy,B.YB,B.Yt,B.YI,B.Yq,B.Yk,B.Yx,B.YE,B.Yw,B.Yv,B.YG,B.Yj,B.YD,B.YK,B.YA,B.Yp,B.Yn,B.Yl,B.Ys,B.Ym]),t.Mq) +B.Sl=A.a(s(["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","wrze\u015bnia","pa\u017adziernika","listopada","grudnia"]),t.s) +B.Sm=A.a(s(["1:a kvartalet","2:a kvartalet","3:e kvartalet","4:e kvartalet"]),t.s) +B.Sn=A.a(s(["EEEE dd MMMM y","dd MMMM y","dd MMM y","y-MM-dd"]),t.s) +B.rt=A.a(s(["ned.","pon.","tor.","sre.","\u010det.","pet.","sob."]),t.s) +B.ru=A.a(s(["\u043d\u0434","\u043f\u043d","\u0430\u045e","\u0441\u0440","\u0447\u0446","\u043f\u0442","\u0441\u0431"]),t.s) +B.rv=A.a(s(["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]),t.s) +B.So=A.a(s(["Sv\u0113td.","Pirmd.","Otrd.","Tre\u0161d.","Ceturtd.","Piektd.","Sestd."]),t.s) +B.h1=A.a(s(["\uc77c","\uc6d4","\ud654","\uc218","\ubaa9","\uae08","\ud1a0"]),t.s) +B.Sp=A.a(s(["\u0642.\u0645","\u0645"]),t.s) +B.rw=A.a(s(["\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e","\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e","\u1019\u1010\u103a","\u1027\u1015\u103c\u102e","\u1019\u1031","\u1007\u103d\u1014\u103a","\u1007\u1030\u101c\u102d\u102f\u1004\u103a","\u1029\u1002\u102f\u1010\u103a","\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c","\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c","\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c","\u1012\u102e\u1007\u1004\u103a\u1018\u102c"]),t.s) +B.rx=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","d/M/yy"]),t.s) +B.Sq=A.a(s(["p\u0159. n. l.","n. l."]),t.s) +B.k7=A.a(s(["1. Quartal","2. Quartal","3. Quartal","4. Quartal"]),t.s) +B.ry=A.a(s(["\u044f\u043d\u0443","\u0444\u0435\u0432","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440","\u043c\u0430\u0439","\u044e\u043d\u0438","\u044e\u043b\u0438","\u0430\u0432\u0433","\u0441\u0435\u043f","\u043e\u043a\u0442","\u043d\u043e\u0435","\u0434\u0435\u043a"]),t.s) +B.Sr=A.a(s(["aC","dC"]),t.s) +B.rz=A.a(s(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1","\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1","\u0aae\u0abe\u0ab0\u0acd\u0a9a","\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2","\u0aae\u0ac7","\u0a9c\u0ac2\u0aa8","\u0a9c\u0ac1\u0ab2\u0abe\u0a88","\u0a91\u0a97\u0ab8\u0acd\u0a9f","\u0ab8\u0aaa\u0acd\u0a9f\u0ac7","\u0a91\u0a95\u0acd\u0a9f\u0acb","\u0aa8\u0ab5\u0ac7","\u0aa1\u0abf\u0ab8\u0ac7"]),t.s) +B.Ss=A.a(s(["\u0d15\u0d4d\u0d30\u0d3f\u0d38\u0d4d\u200c\u0d24\u0d41\u0d35\u0d3f\u0d28\u0d4d \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d","\u0d06\u0d28\u0d4d\u0d28\u0d4b \u0d21\u0d4a\u0d2e\u0d3f\u0d28\u0d3f"]),t.s) +B.St=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) +B.aa=A.a(s(["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"]),t.s) +B.bn=A.a(s(["{1} 'at' {0}","{1} 'at' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.rA=A.a(s(["{1} 'um' {0}","{1} 'um' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.rB=A.a(s(["\u0cad\u0cbe\u0ca8\u0cc1","\u0cb8\u0ccb\u0cae","\u0cae\u0c82\u0c97\u0cb3","\u0cac\u0cc1\u0ca7","\u0c97\u0cc1\u0cb0\u0cc1","\u0cb6\u0cc1\u0c95\u0ccd\u0cb0","\u0cb6\u0ca8\u0cbf"]),t.s) +B.rC=A.a(s(["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0644\u062b","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]),t.s) +B.h2=A.a(s(["h1","h2","h3","h4","h5","h6"]),t.s) +B.Su=A.a(s(["address","div","p"]),t.s) +B.Sv=A.a(s(["de gener","de febrer","de mar\xe7","d\u2019abril","de maig","de juny","de juliol","d\u2019agost","de setembre","d\u2019octubre","de novembre","de desembre"]),t.s) +B.db=A.a(s(["S","M","D","M","D","F","S"]),t.s) +B.rD=A.a(s(["P","P","S","\xc7","P","C","C"]),t.s) +B.h3=A.a(s(["janvier","f\xe9vrier","mars","avril","mai","juin","juillet","ao\xfbt","septembre","octobre","novembre","d\xe9cembre"]),t.s) +B.Sw=A.a(s(["d MMMM y EEEE","d MMMM y","d MMM y","d.MM.y"]),t.s) +B.cv=A.a(s(["am","pm"]),t.s) +B.h4=A.a(s(["\u0627\u0644\u0623\u062d\u062f","\u0627\u0644\u0627\u062b\u0646\u064a\u0646","\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062e\u0645\u064a\u0633","\u0627\u0644\u062c\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062a"]),t.s) +B.Sx=A.a(s(["\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09aa\u09c2\u09f0\u09cd\u09ac","\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) +B.Sy=A.a(s(["EEEE, dd MMMM y","dd MMMM y","dd MMM y","y/MM/dd"]),t.s) +B.rE=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d7c","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e","\u0d1a\u0d4a\u0d35\u0d4d\u0d35","\u0d2c\u0d41\u0d27\u0d7b","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f","\u0d36\u0d28\u0d3f"]),t.s) +B.Sz=A.a(s(["\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e01\u0e32\u0e25","\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a"]),t.s) +B.rF=A.a(s(["domenica","luned\xec","marted\xec","mercoled\xec","gioved\xec","venerd\xec","sabato"]),t.s) +B.rG=A.a(s(["\u091c\u093e\u0928\u0947","\u092b\u0947\u092c\u094d\u0930\u0941","\u092e\u093e\u0930\u094d\u091a","\u090f\u092a\u094d\u0930\u093f","\u092e\u0947","\u091c\u0942\u0928","\u091c\u0941\u0932\u0948","\u0911\u0917","\u0938\u092a\u094d\u091f\u0947\u0902","\u0911\u0915\u094d\u091f\u094b","\u0928\u094b\u0935\u094d\u0939\u0947\u0902","\u0921\u093f\u0938\u0947\u0902"]),t.s) +B.rH=A.a(s(["Ocak","\u015eubat","Mart","Nisan","May\u0131s","Haziran","Temmuz","A\u011fustos","Eyl\xfcl","Ekim","Kas\u0131m","Aral\u0131k"]),t.s) +B.rI=A.a(s(["S","P","A","T","K","P","\u0160"]),t.s) +B.SA=A.a(s(["\u0924\u093f1","\u0924\u093f2","\u0924\u093f3","\u0924\u093f4"]),t.s) +B.rJ=A.a(s(["\u1007","\u1016","\u1019","\u1027","\u1019","\u1007","\u1007","\u1029","\u1005","\u1021","\u1014","\u1012"]),t.s) +B.rK=A.a(s(["\u0c06\u0c26\u0c3f","\u0c38\u0c4b\u0c2e","\u0c2e\u0c02\u0c17\u0c33","\u0c2c\u0c41\u0c27","\u0c17\u0c41\u0c30\u0c41","\u0c36\u0c41\u0c15\u0c4d\u0c30","\u0c36\u0c28\u0c3f"]),t.s) +B.c2=A.a(s(["a.m.","p.m."]),t.s) +B.rL=A.a(s(["\u0a10\u0a24","\u0a38\u0a4b\u0a2e","\u0a2e\u0a70\u0a17\u0a32","\u0a2c\u0a41\u0a71\u0a27","\u0a35\u0a40\u0a30","\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30","\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30"]),t.s) +B.SB=A.a(s(["zzzz HH:mm:ss","z HH:mm:ss","HH:mm:ss","HH:mm"]),t.s) +B.SC=A.a(s(["J","F","M","E","M","J","J","A","S","O","N","D"]),t.s) +B.c3=A.a(s(["S","M","T","O","T","F","L"]),t.s) +B.rM=A.a(s(["\u0ab0","\u0ab8\u0acb","\u0aae\u0a82","\u0aac\u0ac1","\u0a97\u0ac1","\u0ab6\u0ac1","\u0ab6"]),t.s) +B.SD=A.a(s(["\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5","\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5","\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5","\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5","\u039c\u03b1\u0390\u03bf\u03c5","\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5","\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5","\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5","\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5","\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5","\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5","\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5"]),t.s) +B.SE=A.a(s(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),t.s) +B.SG=A.a(s(["1. kv.","2. kv.","3. kv.","4. kv."]),t.s) +B.SF=A.a(s(["EEEE \u062f y \u062f MMMM d","\u062f y \u062f MMMM d","y MMM d","y/M/d"]),t.s) +B.SH=A.a(s(["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"]),t.s) +B.SI=A.a(s(["click","scroll"]),t.s) +B.h5=A.a(s(["Jan","Feb","M\xe4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]),t.s) +B.SK=A.a(s(["I \u10d9\u10d5.","II \u10d9\u10d5.","III \u10d9\u10d5.","IV \u10d9\u10d5."]),t.s) +B.SM=A.a(s(["prije Krista","poslije Krista"]),t.s) +B.SL=A.a(s(["{1} - {0}","{1} - {0}","{1}, {0}","{1}, {0}"]),t.s) +B.rO=A.a(s(["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."]),t.s) +B.rN=A.a(s(["\u0698","\u0641","\u0645","\u0622","\u0645","\u0698","\u0698","\u0627","\u0633","\u0627","\u0646","\u062f"]),t.s) +B.rP=A.a(s(["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"]),t.s) +B.rQ=A.a(s(["janv.","f\xe9vr.","mars","avr.","mai","juin","juil.","ao\xfbt","sept.","oct.","nov.","d\xe9c."]),t.s) +B.rR=A.a(s(["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."]),t.s) +B.SN=A.a(s(["S","L","M","K","M","C","L","S","W","P","L","G"]),t.s) +B.SO=A.a(s(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c","\u043b\u044e\u0442\u044b","\u0441\u0430\u043a\u0430\u0432\u0456\u043a","\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a","\u043c\u0430\u0439","\u0447\u044d\u0440\u0432\u0435\u043d\u044c","\u043b\u0456\u043f\u0435\u043d\u044c","\u0436\u043d\u0456\u0432\u0435\u043d\u044c","\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c","\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a","\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434","\u0441\u043d\u0435\u0436\u0430\u043d\u044c"]),t.s) +B.rT=A.a(s(["0","1","2","3","4","5","6","7","8","9"]),t.s) +B.rU=A.a(s(["jaanuar","veebruar","m\xe4rts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]),t.s) +B.SP=A.a(s(["eKr","pKr"]),t.s) +B.c4=A.a(s(["j","f","m","a","m","j","j","a","s","o","n","d"]),t.s) +B.SQ=A.a(s(["y \u0569. MMMM d, EEEE","dd MMMM, y \u0569.","dd MMM, y \u0569.","dd.MM.yy"]),t.s) +B.SR=A.a(s(["1\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","2\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","3\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","4\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf"]),t.s) +B.aN=A.a(s(["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"]),t.s) +B.rV=A.a(s(["\u043d\u0435\u0434\u0435\u043b\u044f","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u044f\u0434\u0430","\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a","\u043f\u0435\u0442\u044a\u043a","\u0441\u044a\u0431\u043e\u0442\u0430"]),t.s) +B.h6=A.a(s(["\u043d\u0434","\u043f\u043d","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043f\u0442","\u0441\u0431"]),t.s) +B.rW=A.a(s(["\u0e2d\u0e32.","\u0e08.","\u0e2d.","\u0e1e.","\u0e1e\u0e24.","\u0e28.","\u0e2a."]),t.s) +B.rX=A.a(s(["\u0930\u0935\u093f","\u0938\u094b\u092e","\u092e\u0902\u0917\u0932","\u092c\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) +B.SS=A.a(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.h7=A.a(s(["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"]),t.s) +B.ST=A.a(s(["1kv","2kv","3kv","4kv"]),t.s) +B.T_=A.a(s([]),t.QP) +B.rZ=A.a(s([]),A.ab("t")) +B.SU=A.a(s([]),t.ku) +B.T2=A.a(s([]),t.ER) +B.agi=A.a(s([]),t.ss) +B.t_=A.a(s([]),t.tc) +B.h8=A.a(s([]),t.jl) +B.t0=A.a(s([]),t.wi) +B.SZ=A.a(s([]),t.jT) +B.SW=A.a(s([]),t.rb) +B.k8=A.a(s([]),t.Vd) +B.kb=A.a(s([]),t.AO) +B.SY=A.a(s([]),t.D1) +B.k9=A.a(s([]),t.QF) +B.ab=A.a(s([]),t.s) +B.T1=A.a(s([]),t.Lx) +B.SV=A.a(s([]),t.p) +B.e1=A.a(s([]),t.t) +B.rY=A.a(s([]),t.ee) +B.T0=A.a(s([]),t._m) +B.t1=A.a(s(["\u099c\u09be","\u09ab\u09c7","\u09ae\u09be","\u098f","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1","\u0986","\u09b8\u09c7","\u0985","\u09a8","\u09a1\u09bf"]),t.s) +B.t2=A.a(s(["\u12a5\u1211\u12f5","\u1230\u129e","\u121b\u12ad\u1230","\u1228\u1261\u12d5","\u1210\u1219\u1235","\u12d3\u122d\u1265","\u1245\u12f3\u121c"]),t.s) +B.T3=A.a(s(["1\u0ab2\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","2\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","3\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","4\u0aa5\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8"]),t.s) +B.T4=A.a(s(["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"]),t.s) +B.T5=A.a(s(["{1} \u0641\u064a {0}","{1} \u0641\u064a {0}","{1}, {0}","{1}, {0}"]),t.s) +B.T6=A.a(s(["priek\u0161pusdien\u0101","p\u0113cpusdien\u0101"]),t.s) +B.t3=A.a(s(["J","F","M","A","M","J","J","\xc1","S","O","N","D"]),t.s) +B.t4=A.a(s(["S","M","T","K","T","P","L"]),t.s) +B.T7=A.a(s(["fm","em"]),t.s) +B.T8=A.a(s(["eKr.","jKr."]),t.s) +B.T9=A.a(s(["pred Kr.","po Kr."]),t.s) +B.Tc=A.a(s(["\u0c15\u0c4d\u0c30\u0c40\u0c2a\u0c42","\u0c15\u0c4d\u0c30\u0c40\u0c36"]),t.s) +B.t5=A.a(s(["\uc77c\uc694\uc77c","\uc6d4\uc694\uc77c","\ud654\uc694\uc77c","\uc218\uc694\uc77c","\ubaa9\uc694\uc77c","\uae08\uc694\uc77c","\ud1a0\uc694\uc77c"]),t.s) +B.Td=A.a(s(["pred Kristom","po Kristovi"]),t.s) +B.Te=A.a(s(["Qu\xfd 1","Qu\xfd 2","Qu\xfd 3","Qu\xfd 4"]),t.s) +B.Tf=A.a(s(["fyrir Krist","eftir Krist"]),t.s) +B.t6=A.a(s(["V","H","K","Sze","Cs","P","Szo"]),t.s) +B.t7=A.a(s(["\u0b30","\u0b38\u0b4b","\u0b2e","\u0b2c\u0b41","\u0b17\u0b41","\u0b36\u0b41","\u0b36"]),t.s) +B.t8=A.a(s(["S","M","\xde","M","F","F","L"]),t.s) +B.Tg=A.a(s(["\u043f\u0440.\u043e\u0431.","\u0441\u043b.\u043e\u0431."]),t.s) +B.t9=A.a(s(["\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0","\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0","\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0","\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0","\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0","\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0","\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0"]),t.s) +B.ta=A.a(s(["{1}, {0}","{1}, {0}","{1} {0}","{1}, {0}"]),t.s) +B.tb=A.a(s(["jan.","feb.","mar.","apr.","ma\xed","j\xfan.","j\xfal.","\xe1g\xfa.","sep.","okt.","n\xf3v.","des."]),t.s) +B.Ti=A.a(s(["1. nelj\xe4nnes","2. nelj\xe4nnes","3. nelj\xe4nnes","4. nelj\xe4nnes"]),t.s) +B.Tj=A.a(s(["\u03c0.\u03a7.","\u03bc.\u03a7."]),t.s) +B.td=A.a(s(["V","H","K","Sz","Cs","P","Sz"]),t.s) +B.tc=A.a(s(["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"]),t.s) +B.te=A.a(s(["av. J.-C.","ap. J.-C."]),t.s) +B.Tk=A.a(s(["v.C.","n.C."]),t.s) +B.Tn=A.a(s(["\u0434\u043f","\u043f\u043f"]),t.s) +B.Tl=A.a(s(["1-\u0448\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b","2-\u0433\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","3-\u0446\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","4-\u0442\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) +B.Tm=A.a(s(["\u092a\u0939\u0932\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u0926\u0942\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u0924\u0940\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u091a\u094c\u0925\u0940 \u0924\u093f\u092e\u093e\u0939\u0940"]),t.s) +B.tf=A.a(s(["\u12a5\u1211\u12f5","\u1230\u129e","\u121b\u12ad\u1230\u129e","\u1228\u1261\u12d5","\u1210\u1219\u1235","\u12d3\u122d\u1265","\u1245\u12f3\u121c"]),t.s) +B.tg=A.a(s(["N","P","U","S","\u010c","P","S"]),t.s) +B.To=A.a(s(["xan.","feb.","mar.","abr.","maio","xu\xf1o","xul.","ago.","set.","out.","nov.","dec."]),t.s) +B.Tp=A.a(s(["\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0db4\u0dd6.","\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0dc0."]),t.s) +B.Tq=A.a(s(["\xeenainte de Hristos","dup\u0103 Hristos"]),t.s) +B.Tr=A.a(s(["1-ch","2-ch","3-ch","4-ch"]),t.s) +B.ti=A.a(s(["\u0906\u0907\u0924","\u0938\u094b\u092e","\u092e\u0919\u094d\u0917\u0932","\u092c\u0941\u0927","\u092c\u093f\u0939\u093f","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) +B.th=A.a(s(["janv\u0101ris","febru\u0101ris","marts","apr\u012blis","maijs","j\u016bnijs","j\u016blijs","augusts","septembris","oktobris","novembris","decembris"]),t.s) +B.tj=A.a(s(["\u043d","\u043f","\u0443","\u0441","\u0447","\u043f","\u0441"]),t.s) +B.tk=A.a(s(["\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 1","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 2","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 3","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 4"]),t.s) +B.h9=A.a(s(["\u0627\u062a\u0648\u0627\u0631","\u067e\u06cc\u0631","\u0645\u0646\u06af\u0644","\u0628\u062f\u06be","\u062c\u0645\u0639\u0631\u0627\u062a","\u062c\u0645\u0639\u06c1","\u06c1\u0641\u062a\u06c1"]),t.s) +B.tl=A.a(s(["\u0d12\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d30\u0d23\u0d4d\u0d1f\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d2e\u0d42\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d28\u0d3e\u0d32\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02"]),t.s) +B.Tw=A.a(s(["ledna","\xfanora","b\u0159ezna","dubna","kv\u011btna","\u010dervna","\u010dervence","srpna","z\xe1\u0159\xed","\u0159\xedjna","listopadu","prosince"]),t.s) +B.Tx=A.a(s(["EEEE\u060c d MMMM\u060c y","d MMMM\u060c y","d MMM\u060c y","d/M/yy"]),t.s) +B.Ty=A.a(s(["H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 zzzz","H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 z","H:mm:ss","H:mm"]),t.s) +B.Tz=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]),t.s) +B.tm=A.a(s(["sij","velj","o\u017eu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"]),t.s) +B.tn=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","d/M/yy"]),t.s) +B.ha=A.a(s(["antes de Cristo","despu\xe9s de Cristo"]),t.s) +B.TA=A.a(s(["\u10eb\u10d5. \u10ec.","\u10d0\u10ee. \u10ec."]),t.s) +B.to=A.a(s(["\u039a\u03c5\u03c1","\u0394\u03b5\u03c5","\u03a4\u03c1\u03af","\u03a4\u03b5\u03c4","\u03a0\u03ad\u03bc","\u03a0\u03b1\u03c1","\u03a3\u03ac\u03b2"]),t.s) +B.tp=A.a(s(["J","V","M","A","M","J","J","A","S","O","N","D"]),t.s) +B.TB=A.a(s(["gener","febrer","mar\xe7","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]),t.s) +B.tq=A.a(s(["\u0c1c\u0c28\u0c35\u0c30\u0c3f","\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f","\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f","\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d","\u0c2e\u0c47","\u0c1c\u0c42\u0c28\u0c4d","\u0c1c\u0c41\u0c32\u0c48","\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41","\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d","\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d","\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d","\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d"]),t.s) +B.TC=A.a(s(["\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a401","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a402","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a403","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a404"]),t.s) +B.tr=A.a(s(["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"]),t.s) +B.TD=A.a(s(["prie\u0161 Krist\u0173","po Kristaus"]),t.s) +B.ts=A.a(s(["\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30","\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30","\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30","\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30","\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30","\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30","\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30"]),t.s) +B.TE=A.a(s(["abans de Crist","despr\xe9s de Crist"]),t.s) +B.tt=A.a(s(["dum.","lun.","mar.","mie.","joi","vin.","s\xe2m."]),t.s) +B.tu=A.a(s(["\u049a","\u0410","\u041d","\u0421","\u041c","\u041c","\u0428","\u0422","\u049a","\u049a","\u049a","\u0416"]),t.s) +B.TF=A.a(s(["Suku pertama","Suku Ke-2","Suku Ke-3","Suku Ke-4"]),t.s) +B.hb=A.a(s(["\u516c\u5143\u524d","\u516c\u5143"]),t.s) +B.tv=A.a(s(["antes de Cristo","depois de Cristo"]),t.s) +B.TG=A.a(s(["1. \xe7eyrek","2. \xe7eyrek","3. \xe7eyrek","4. \xe7eyrek"]),t.s) +B.tw=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","y-MM-dd"]),t.s) +B.tx=A.a(s(["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."]),t.s) +B.ty=A.a(s(["M","S","S","R","K","J","S"]),t.s) +B.tz=A.a(s(["\u043d\u0435\u0434","\u043f\u043e\u043d","\u0443\u0442\u043e","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043f\u0435\u0442","\u0441\u0443\u0431"]),t.s) +B.hc=A.a(s(["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"]),t.s) +B.TH=A.a(s(["am Vormittag","am Namittag"]),t.s) +B.tA=A.a(s(["\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f","\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f","\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d","\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d","\u0d2e\u0d47\u0d2f\u0d4d","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42\u0d32\u0d48","\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d","\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c","\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c","\u0d28\u0d35\u0d02\u0d2c\u0d7c","\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c"]),t.s) +B.tB=A.a(s(["\u0ead\u0eb2","\u0e88","\u0ead","\u0e9e","\u0e9e\u0eab","\u0eaa\u0eb8","\u0eaa"]),t.s) +B.dc=A.a(s(["f.Kr.","e.Kr."]),t.s) +B.TI=A.a(s(["1. nelj.","2. nelj.","3. nelj.","4. nelj."]),t.s) +B.eJ=new A.ir(0,"left") +B.i3=new A.ir(1,"right") +B.eK=new A.ir(2,"center") +B.eL=new A.ir(3,"justify") +B.b2=new A.ir(4,"start") +B.i4=new A.ir(5,"end") +B.TJ=A.a(s([B.eJ,B.i3,B.eK,B.eL,B.b2,B.i4]),A.ab("t")) +B.TK=A.a(s(["\u7b2c1\u56db\u534a\u671f","\u7b2c2\u56db\u534a\u671f","\u7b2c3\u56db\u534a\u671f","\u7b2c4\u56db\u534a\u671f"]),t.s) +B.TL=A.a(s(["\u0441\u0456\u0447\u0435\u043d\u044c","\u043b\u044e\u0442\u0438\u0439","\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c","\u043a\u0432\u0456\u0442\u0435\u043d\u044c","\u0442\u0440\u0430\u0432\u0435\u043d\u044c","\u0447\u0435\u0440\u0432\u0435\u043d\u044c","\u043b\u0438\u043f\u0435\u043d\u044c","\u0441\u0435\u0440\u043f\u0435\u043d\u044c","\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c","\u0436\u043e\u0432\u0442\u0435\u043d\u044c","\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434","\u0433\u0440\u0443\u0434\u0435\u043d\u044c"]),t.s) +B.TM=A.a(s(["\u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0433\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0442\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0437\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u043d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0435\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0430\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]),t.s) +B.TN=A.a(s([B.Ao,B.Ay]),t.Vd) +B.tC=A.a(s(["\u05d9\u05d5\u05dd \u05d0\u05f3","\u05d9\u05d5\u05dd \u05d1\u05f3","\u05d9\u05d5\u05dd \u05d2\u05f3","\u05d9\u05d5\u05dd \u05d3\u05f3","\u05d9\u05d5\u05dd \u05d4\u05f3","\u05d9\u05d5\u05dd \u05d5\u05f3","\u05e9\u05d1\u05ea"]),t.s) +B.c5=A.a(s(["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]),t.s) +B.TO=A.a(s(["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"]),t.s) +B.TQ=A.a(s(["p.m.\u0113.","m.\u0113."]),t.s) +B.TP=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. M. y","dd.MM.yy"]),t.s) +B.tD=A.a(s(["bazar","bazar ert\u0259si","\xe7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131","\xe7\u0259r\u015f\u0259nb\u0259","c\xfcm\u0259 ax\u015fam\u0131","c\xfcm\u0259","\u015f\u0259nb\u0259"]),t.s) +B.TR=A.a(s(["\u043f\u0440\u0432\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0432\u0442\u043e\u0440\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0442\u0440\u0435\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0447\u0435\u0442\u0432\u0440\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435"]),t.s) +B.TS=A.a(s(["b","big","blockquote","body","br","center","code","dd","div","dl","dt","em","embed","h1","h2","h3","h4","h5","h6","head","hr","i","img","li","listing","menu","meta","nobr","ol","p","pre","ruby","s","small","span","strike","strong","sub","sup","table","tt","u","ul","var"]),t.s) +B.TT=A.a(s(["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]),t.s) +B.TU=A.a(s(["Cyn Crist","Oed Crist"]),t.s) +B.TV=A.a(s(["af","am","ar","as","az","be","bg","bn","bs","ca","cs","cy","da","de","el","en","es","et","eu","fa","fi","fil","fr","gl","gsw","gu","he","hi","hr","hu","hy","id","is","it","ja","ka","kk","km","kn","ko","ky","lo","lt","lv","mk","ml","mn","mr","ms","my","nb","ne","nl","no","or","pa","pl","pt","ro","ru","si","sk","sl","sq","sr","sv","sw","ta","te","th","tl","tr","uk","ur","uz","vi","zh","zu"]),t.s) +B.kc=A.a(s(["table","tbody","tfoot","thead","tr"]),t.s) +B.dd=A.a(s(["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"]),t.s) +B.tE=A.a(s(["Paz","Pzt","Sal","\xc7ar","Per","Cum","Cmt"]),t.s) +B.TW=A.a(s(["1. \u0442\u0440\u0438\u043c.","2. \u0442\u0440\u0438\u043c.","3. \u0442\u0440\u0438\u043c.","4. \u0442\u0440\u0438\u043c."]),t.s) +B.tF=A.a(s(["\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935","\u0938\u0928\u094d"]),t.s) +B.TX=A.a(s(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1","\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]),t.s) +B.tG=A.a(s(["Min","Sen","Sel","Rab","Kam","Jum","Sab"]),t.s) +B.TY=A.a(s(["oO","cC","tT","yY","pP","eE"]),t.s) +B.tI=A.a(s(["D","L","M","M","G","V","S"]),t.s) +B.tH=A.a(s(["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."]),t.s) +B.hd=A.a(s(["domingo","segunda-feira","ter\xe7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xe1bado"]),t.s) +B.tJ=A.a(s(["Z","M","D","W","D","V","Z"]),t.s) +B.tK=A.a(s(["\u09b0\u09ac\u09bf\u09ac\u09be\u09b0","\u09b8\u09cb\u09ae\u09ac\u09be\u09b0","\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0","\u09ac\u09c1\u09a7\u09ac\u09be\u09b0","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0","\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0","\u09b6\u09a8\u09bf\u09ac\u09be\u09b0"]),t.s) +B.U3=A.a(s(["die","h\xebn","mar","m\xebr","enj","pre","sht"]),t.s) +B.U4=A.a(s(["\u043f. \u043d. \u0435.","\u043d. \u0435."]),t.s) +B.U5=A.a(s(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0648\u0693\u0627\u0646\u062f\u06d0","\u0645."]),t.s) +B.U6=A.a(s(["C","D","A","T","A","["]),t.s) +B.tL=A.a(s(["nede\u013ea","pondelok","utorok","streda","\u0161tvrtok","piatok","sobota"]),t.s) +B.tM=A.a(s(["G","F","M","A","M","G","L","A","S","O","N","D"]),t.s) +B.U8=A.a(s(["\u1325\u12cb\u1275","\u12a8\u1230\u12d3\u1275"]),t.s) +B.tN=A.a(s(["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."]),t.s) +B.U9=A.a(s(["1. \u010detrtletje","2. \u010detrtletje","3. \u010detrtletje","4. \u010detrtletje"]),t.s) +B.Ua=A.a(s(["\u3007","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d","\u4e03","\u516b","\u4e5d"]),t.s) +B.Ub=A.a(s(["\u042f\u043d\u0432\u0430\u0440\u044c","\u0424\u0435\u0432\u0440\u0430\u043b\u044c","\u041c\u0430\u0440\u0442","\u0410\u043f\u0440\u0435\u043b\u044c","\u041c\u0430\u0439","\u0418\u044e\u043d\u044c","\u0418\u044e\u043b\u044c","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c","\u041e\u043a\u0442\u044f\u0431\u0440\u044c","\u041d\u043e\u044f\u0431\u0440\u044c","\u0414\u0435\u043a\u0430\u0431\u0440\u044c"]),t.s) +B.tO=A.a(s(["\u044f\u043d\u0432\u0430\u0440\u044c","\u0444\u0435\u0432\u0440\u0430\u043b\u044c","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0435\u043b\u044c","\u043c\u0430\u0439","\u0438\u044e\u043d\u044c","\u0438\u044e\u043b\u044c","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c","\u043e\u043a\u0442\u044f\u0431\u0440\u044c","\u043d\u043e\u044f\u0431\u0440\u044c","\u0434\u0435\u043a\u0430\u0431\u0440\u044c"]),t.s) +B.Uc=A.a(s(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0693\u0627\u0646\u062f\u06d0","\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0631\u0648\u0633\u062a\u0647"]),t.s) +B.an=A.a(s(["1","2","3","4","5","6","7","8","9","10","11","12"]),t.s) +B.tP=A.a(s(["\u0458\u0430\u043d\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0458","\u0458\u0443\u043d\u0438","\u0458\u0443\u043b\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438","\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438","\u043d\u043e\u0435\u043c\u0432\u0440\u0438","\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]),t.s) +B.Ue=A.a(s(["1. hiruhilekoa","2. hiruhilekoa","3. hiruhilekoa","4. hiruhilekoa"]),t.s) +B.Uf=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","y/M/d"]),t.s) +B.Uh=A.a(s(["EEEE, y. 'gada' d. MMMM","y. 'gada' d. MMMM","y. 'gada' d. MMM","dd.MM.yy"]),t.s) +B.Ug=A.a(s([11,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),t.t) +B.Aj=new A.o(1,0) +B.a2I=new A.o(1,1) +B.a2G=new A.o(0,1) +B.a2V=new A.o(-1,1) +B.a2U=new A.o(-1,0) +B.a2W=new A.o(-1,-1) +B.a2H=new A.o(0,-1) +B.a2J=new A.o(1,-1) +B.he=A.a(s([B.Aj,B.a2I,B.a2G,B.a2V,B.a2U,B.a2W,B.a2H,B.a2J]),t.yv) +B.Ui=A.a(s(["przed nasz\u0105 er\u0105","naszej ery"]),t.s) +B.tQ=A.a(s(["\u043d\u0435\u0434\u0456\u043b\u044f","\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a","\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a","\u0441\u0435\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440","\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) +B.Uj=A.a(s(["sv\u0113td.","pirmd.","otrd.","tre\u0161d.","ceturtd.","piektd.","sestd."]),t.s) +B.tR=A.a(s(["\u0b9e\u0bbe","\u0ba4\u0bbf","\u0b9a\u0bc6","\u0baa\u0bc1","\u0bb5\u0bbf","\u0bb5\u0bc6","\u0b9a"]),t.s) +B.Uk=A.a(s(["da manh\xe3","da tarde"]),t.s) +B.tS=A.a(s(["\u5468\u65e5","\u5468\u4e00","\u5468\u4e8c","\u5468\u4e09","\u5468\u56db","\u5468\u4e94","\u5468\u516d"]),t.s) +B.Ul=A.a(s(["style","script","xmp","iframe","noembed","noframes","noscript"]),t.s) +B.kd=A.a(s(["\u7b2c1\u5b63","\u7b2c2\u5b63","\u7b2c3\u5b63","\u7b2c4\u5b63"]),t.s) +B.tT=A.a(s(["jaan","veebr","m\xe4rts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"]),t.s) +B.tU=A.a(s(["\u091c\u0928\u0970","\u092b\u093c\u0930\u0970","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u0948\u0932","\u092e\u0908","\u091c\u0942\u0928","\u091c\u0941\u0932\u0970","\u0905\u0917\u0970","\u0938\u093f\u0924\u0970","\u0905\u0915\u094d\u0924\u0942\u0970","\u0928\u0935\u0970","\u0926\u093f\u0938\u0970"]),t.s) +B.Um=A.a(s(["miloddan avvalgi","milodiy"]),t.s) +B.tV=A.a(s(["n","p","u","s","\u0161","p","s"]),t.s) +B.Uo=A.a(s([0.15,0.75,1]),t.n) +B.Un=A.a(s(["1-\u0447\u0435\u0439.","2-\u0447\u0435\u0439.","3-\u0447\u0435\u0439.","4-\u0447\u0435\u0439."]),t.s) +B.tW=A.a(s(["su","ma","ti","ke","to","pe","la"]),t.s) +B.tX=A.a(s(["\u091c","\u092b\u093c","\u092e\u093e","\u0905","\u092e","\u091c\u0942","\u091c\u0941","\u0905","\u0938\u093f","\u0905","\u0928","\u0926\u093f"]),t.s) +B.Up=A.a(s(["\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07","\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"]),t.s) +B.Uq=A.a(s(["EEEE, d MMMM y '\u0440'.","d MMMM y '\u0440'.","d MMM y '\u0440'.","dd.MM.yy"]),t.s) +B.tY=A.a(s(["jan\xfaar","febr\xfaar","mars","apr\xedl","ma\xed","j\xfan\xed","j\xfal\xed","\xe1g\xfast","september","okt\xf3ber","n\xf3vember","desember"]),t.s) +B.tZ=A.a(s(["ika-1 quarter","ika-2 quarter","ika-3 quarter","ika-4 na quarter"]),t.s) +B.u_=A.a(s(["ned","pon","uto","sre","\u010det","pet","sub"]),t.s) +B.Us=A.a(s(["1-\u056b\u0576 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","2-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","3-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","4-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f"]),t.s) +B.Ur=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. MMM y.","dd. MM. y."]),t.s) +B.Uu=A.a(s(["tremujori i par\xeb","tremujori i dyt\xeb","tremujori i tret\xeb","tremujori i kat\xebrt"]),t.s) +B.Ut=A.a(s(["stycze\u0144","luty","marzec","kwiecie\u0144","maj","czerwiec","lipiec","sierpie\u0144","wrzesie\u0144","pa\u017adziernik","listopad","grudzie\u0144"]),t.s) +B.hf=A.a(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.u0=A.a(s(["voor Christus","na Christus"]),t.s) +B.u1=A.a(s(["\u0458\u0430\u043d\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0458","\u0458\u0443\u043d","\u0458\u0443\u043b","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440","\u043e\u043a\u0442\u043e\u0431\u0430\u0440","\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440"]),t.s) +B.aU=A.a(s(["Before Christ","Anno Domini"]),t.s) +B.Uv=A.a(s(["{1} 'klo' {0}","{1} 'klo' {0}","{1} 'klo' {0}","{1} {0}"]),t.s) +B.Uw=A.a(s(["1. \u0161tvr\u0165rok","2. \u0161tvr\u0165rok","3. \u0161tvr\u0165rok","4. \u0161tvr\u0165rok"]),t.s) +B.u2=A.a(s(["\u0b9e\u0bbe\u0baf\u0bbf.","\u0ba4\u0bbf\u0b99\u0bcd.","\u0b9a\u0bc6\u0bb5\u0bcd.","\u0baa\u0bc1\u0ba4.","\u0bb5\u0bbf\u0baf\u0bbe.","\u0bb5\u0bc6\u0bb3\u0bcd.","\u0b9a\u0ba9\u0bbf"]),t.s) +B.Ux=A.a(s(["zzzz HH:mm:ss","z HH:mm:ss","H:mm:ss","H:mm"]),t.s) +B.Uy=A.a(s(["\u0399\u03b1\u03bd","\u03a6\u03b5\u03b2","\u039c\u03b1\u03c1","\u0391\u03c0\u03c1","\u039c\u03b1\u0390","\u0399\u03bf\u03c5\u03bd","\u0399\u03bf\u03c5\u03bb","\u0391\u03c5\u03b3","\u03a3\u03b5\u03c0","\u039f\u03ba\u03c4","\u039d\u03bf\u03b5","\u0394\u03b5\u03ba"]),t.s) +B.Uz=A.a(s(["\u0da2\u0db1","\u0db4\u0dd9\u0db6","\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd","\u0dc3\u0dd0\u0db4\u0dca","\u0d94\u0d9a\u0dca","\u0db1\u0ddc\u0dc0\u0dd0","\u0daf\u0dd9\u0dc3\u0dd0"]),t.s) +B.UA=A.a(s(["\u043f\u0440\u0435\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430","\u043e\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430"]),t.s) +B.u3=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. M. y.","d.M.yy."]),t.s) +B.UB=A.a(s(["Sv\u0113tdiena","Pirmdiena","Otrdiena","Tre\u0161diena","Ceturtdiena","Piektdiena","Sestdiena"]),t.s) +B.UC=A.a(s(["enne Kristust","p\xe4rast Kristust"]),t.s) +B.UD=A.a(s(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u094d\u0935\u0940"]),t.s) +B.ee=new A.h_(0,"controlModifier") +B.ef=new A.h_(1,"shiftModifier") +B.eg=new A.h_(2,"altModifier") +B.eh=new A.h_(3,"metaModifier") +B.Ac=new A.h_(4,"capsLockModifier") +B.Ad=new A.h_(5,"numLockModifier") +B.Ae=new A.h_(6,"scrollLockModifier") +B.Af=new A.h_(7,"functionModifier") +B.a23=new A.h_(8,"symbolModifier") +B.u4=A.a(s([B.ee,B.ef,B.eg,B.eh,B.Ac,B.Ad,B.Ae,B.Af,B.a23]),A.ab("t")) +B.UE=A.a(s(["tammi","helmi","maalis","huhti","touko","kes\xe4","hein\xe4","elo","syys","loka","marras","joulu"]),t.s) +B.u5=A.a(s(["So","Mo","Di","Mi","Do","Fr","Sa"]),t.s) +B.u6=A.a(s(["Su.","M\xe4.","Zi.","Mi.","Du.","Fr.","Sa."]),t.s) +B.UF=A.a(s(["EEEE, d \u05d1MMMM y","d \u05d1MMMM y","d \u05d1MMM y","d.M.y"]),t.s) +B.hg=A.a(s(["\u1798\u1780\u179a\u17b6","\u1780\u17bb\u1798\u17d2\u1797\u17c8","\u1798\u17b8\u1793\u17b6","\u1798\u17c1\u179f\u17b6","\u17a7\u179f\u1797\u17b6","\u1798\u17b7\u1790\u17bb\u1793\u17b6","\u1780\u1780\u17d2\u1780\u178a\u17b6","\u179f\u17b8\u17a0\u17b6","\u1780\u1789\u17d2\u1789\u17b6","\u178f\u17bb\u179b\u17b6","\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6","\u1792\u17d2\u1793\u17bc"]),t.s) +B.hh=A.a(s(["Januar","Februar","M\xe4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]),t.s) +B.UG=A.a(s(["d","l","m","m","j","v","s"]),t.s) +B.UH=A.a(s(["B.","B.e.","\xc7.a.","\xc7.","C.a.","C.","\u015e."]),t.s) +B.u7=A.a(s(["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"]),t.s) +B.u8=A.a(s(["\u1798","\u1780","\u1798","\u1798","\u17a7","\u1798","\u1780","\u179f","\u1780","\u178f","\u179c","\u1792"]),t.s) +B.c6=A.a(s(["Lin","Lun","Mar","Miy","Huw","Biy","Sab"]),t.s) +B.UI=A.a(s(["pre","listing","textarea"]),t.s) +B.UJ=A.a(s(["prijepodne","popodne"]),t.s) +B.UK=A.a(s(["sausis","vasaris","kovas","balandis","gegu\u017e\u0117","bir\u017eelis","liepa","rugpj\u016btis","rugs\u0117jis","spalis","lapkritis","gruodis"]),t.s) +B.hj=A.a(s(["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"]),t.s) +B.hi=A.a(s(["ned","pon","uto","sri","\u010det","pet","sub"]),t.s) +B.UL=A.a(s(["1-ci kv.","2-ci kv.","3-c\xfc kv.","4-c\xfc kv."]),t.s) +B.UM=A.a(s(["1.\xa0cet.","2.\xa0cet.","3.\xa0cet.","4.\xa0cet."]),t.s) +B.ke=A.a(s(["dd","dt","li","option","optgroup","p","rp","rt"]),t.s) +B.hk=A.a(s(["P","E","T","K","N","R","L"]),t.s) +B.M=A.a(s(["{1} {0}","{1} {0}","{1} {0}","{1} {0}"]),t.s) +B.UN=A.a(s(["\u0d9a\u0dcf\u0dbb\u0dca:1","\u0d9a\u0dcf\u0dbb\u0dca:2","\u0d9a\u0dcf\u0dbb\u0dca:3","\u0d9a\u0dcf\u0dbb\u0dca:4"]),t.s) +B.UO=A.a(s(["tremujori I","tremujori II","tremujori III","tremujori IV"]),t.s) +B.u9=A.a(s(["\u1303","\u134c","\u121b","\u12a4","\u121c","\u1301","\u1301","\u12a6","\u1234","\u12a6","\u1296","\u12f2"]),t.s) +B.ua=A.a(s(["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"]),t.s) +B.ub=A.a(s(["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."]),t.s) +B.kf=A.a(s(["\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0","\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0","\u09ae\u09be\u09b0\u09cd\u099a","\u098f\u09aa\u09cd\u09b0\u09bf\u09b2","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b8\u09cd\u099f","\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0","\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0","\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]),t.s) +B.UP=A.a(s(["\u0442\u0430\u04a3\u043a\u044b","\u0442\u04af\u0448\u0442\u04e9\u043d \u043a\u0438\u0439\u0438\u043d\u043a\u0438"]),t.s) +B.uc=A.a(s(["{1} 'u' {0}","{1} 'u' {0}","{1} {0}","{1} {0}"]),t.s) +B.UQ=A.a(s(["\u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0434\u043d\u0435","\u043f\u043e\u043f\u043b\u0430\u0434\u043d\u0435"]),t.s) +B.VT=new A.i8("en",null) +B.VU=new A.i8("fi",null) +B.VV=new A.i8("sv",null) +B.UR=A.a(s([B.VT,B.VU,B.VV]),t.ss) +B.hl=A.a(s(["\u9031\u65e5","\u9031\u4e00","\u9031\u4e8c","\u9031\u4e09","\u9031\u56db","\u9031\u4e94","\u9031\u516d"]),t.s) +B.ud=A.a(s(["nedelja","ponedeljek","torek","sreda","\u010detrtek","petek","sobota"]),t.s) +B.ue=A.a(s(["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"]),t.s) +B.US=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d 'de' MMM 'de' y","dd/MM/y"]),t.s) +B.UT=A.a(s(["\u0b95\u0bbf.\u0bae\u0bc1.","\u0b95\u0bbf.\u0baa\u0bbf."]),t.s) +B.uf=A.a(s(["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."]),t.s) +B.UU=A.a(s(["domingo","luns","martes","m\xe9rcores","xoves","venres","s\xe1bado"]),t.s) +B.XZ=new A.i(B.I,[641,"import"],t.M) +B.Xr=new A.i(B.I,[642,"media"],t.M) +B.Y0=new A.i(B.I,[643,"page"],t.M) +B.XH=new A.i(B.I,[644,"charset"],t.M) +B.XR=new A.i(B.I,[645,"stylet"],t.M) +B.XI=new A.i(B.I,[646,"keyframes"],t.M) +B.Y_=new A.i(B.I,[647,"-webkit-keyframes"],t.M) +B.Xz=new A.i(B.I,[648,"-moz-keyframes"],t.M) +B.XD=new A.i(B.I,[649,"-ms-keyframes"],t.M) +B.Xt=new A.i(B.I,[650,"-o-keyframes"],t.M) +B.XN=new A.i(B.I,[651,"font-face"],t.M) +B.XP=new A.i(B.I,[652,"namespace"],t.M) +B.Y1=new A.i(B.I,[653,"host"],t.M) +B.Xs=new A.i(B.I,[654,"mixin"],t.M) +B.XF=new A.i(B.I,[655,"include"],t.M) +B.XU=new A.i(B.I,[656,"content"],t.M) +B.XG=new A.i(B.I,[657,"extend"],t.M) +B.Xv=new A.i(B.I,[658,"-moz-document"],t.M) +B.Xy=new A.i(B.I,[659,"supports"],t.M) +B.XJ=new A.i(B.I,[660,"viewport"],t.M) +B.XA=new A.i(B.I,[661,"-ms-viewport"],t.M) +B.ug=A.a(s([B.XZ,B.Xr,B.Y0,B.XH,B.XR,B.XI,B.Y_,B.Xz,B.XD,B.Xt,B.XN,B.XP,B.Y1,B.Xs,B.XF,B.XU,B.XG,B.Xv,B.Xy,B.XJ,B.XA]),t.Mq) +B.UV=A.a(s(["1\ubd84\uae30","2\ubd84\uae30","3\ubd84\uae30","4\ubd84\uae30"]),t.s) +B.uh=A.a(s(["\u0644\u0648\u0645\u0693\u06cd \u0631\u0628\u0639\u0647","\u06f2\u0645\u0647 \u0631\u0628\u0639\u0647","\u06f3\u0645\u0647 \u0631\u0628\u0639\u0647","\u06f4\u0645\u0647 \u0631\u0628\u0639\u0647"]),t.s) +B.ui=A.a(s(["f\xf8r Kristus","etter Kristus"]),t.s) +B.uj=A.a(s(["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]),t.s) +B.ul=A.a(s(["S","M","B","T","S","H","M"]),t.s) +B.uk=A.a(s(["\u0906\u0907\u0924\u092c\u093e\u0930","\u0938\u094b\u092e\u092c\u093e\u0930","\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930","\u092c\u0941\u0927\u092c\u093e\u0930","\u092c\u093f\u0939\u093f\u092c\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930","\u0936\u0928\u093f\u092c\u093e\u0930"]),t.s) +B.UW=A.a(s(["EEEE, d MMMM y","d MMMM y","d.M.y","d.M.yy"]),t.s) +B.um=A.a(s(["\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94","\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99","\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99","\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94","\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94","\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81","\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2"]),t.s) +B.UX=A.a(s(["Ion","Chw","Maw","Ebr","Mai","Meh","Gor","Awst","Medi","Hyd","Tach","Rhag"]),t.s) +B.c9=new A.e2(0,"android") +B.i2=new A.e2(1,"fuchsia") +B.ca=new A.e2(2,"iOS") +B.ds=new A.e2(3,"linux") +B.cM=new A.e2(4,"macOS") +B.dt=new A.e2(5,"windows") +B.UY=A.a(s([B.c9,B.i2,B.ca,B.ds,B.cM,B.dt]),A.ab("t")) +B.UZ=A.a(s(["\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0561\u057c\u0561\u057b","\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0570\u0565\u057f\u0578"]),t.s) +B.V_=A.a(s(["Xaneiro","Febreiro","Marzo","Abril","Maio","Xu\xf1o","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"]),t.s) +B.un=A.a(s(["\u092a\u0939\u093f\u0932\u094b \u0938\u0924\u094d\u0930","\u0926\u094b\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930","\u0924\u0947\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930","\u091a\u094c\u0925\u094b \u0938\u0924\u094d\u0930"]),t.s) +B.uo=A.a(s(["\u056f\u056b\u0580","\u0565\u0580\u056f","\u0565\u0580\u0584","\u0579\u0580\u0584","\u0570\u0576\u0563","\u0578\u0582\u0580","\u0577\u0562\u0569"]),t.s) +B.up=A.a(s(["\u043d\u0435\u0434\u0435\u043b\u0430","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a","\u043f\u0435\u0442\u043e\u043a","\u0441\u0430\u0431\u043e\u0442\u0430"]),t.s) +B.kg=A.a(s(["\u0698\u0627\u0646\u0648\u06cc\u0647","\u0641\u0648\u0631\u06cc\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06cc\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06cc\u0647","\u0627\u0648\u062a","\u0633\u067e\u062a\u0627\u0645\u0628\u0631","\u0627\u06a9\u062a\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062f\u0633\u0627\u0645\u0628\u0631"]),t.s) +B.V0=A.a(s(["Prvi kvartal","Drugi kvartal","Tre\u0107i kvartal","\u010cetvrti kvartal"]),t.s) +B.V2=A.a(s(["{1} \u0b85\u0ba9\u0bcd\u0bb1\u0bc1 {0}","{1} \u0b85\u0ba9\u0bcd\u0bb1\u0bc1 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.de=A.a(s(["\u661f\u671f\u65e5","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"]),t.s) +B.V1=A.a(s(["leden","\xfanor","b\u0159ezen","duben","kv\u011bten","\u010derven","\u010dervenec","srpen","z\xe1\u0159\xed","\u0159\xedjen","listopad","prosinec"]),t.s) +B.hm=A.a(s(["n","p","u","s","\u010d","p","s"]),t.s) +B.V3=A.a(s(["{1} \u0930\u094b\u091c\u0940 {0}","{1} \u0930\u094b\u091c\u0940 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.uq=A.a(s(["\u064a","\u0641","\u0645","\u0623","\u0648","\u0646","\u0644","\u063a","\u0633","\u0643","\u0628","\u062f"]),t.s) +B.V4=A.a(s(["pr. Kr.","po. Kr."]),t.s) +B.V5=A.a(s(["\u0633\u200c\u0645\u06f1","\u0633\u200c\u0645\u06f2","\u0633\u200c\u0645\u06f3","\u0633\u200c\u0645\u06f4"]),t.s) +B.ur=A.a(s(["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"]),t.s) +B.us=A.a(s(["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"]),t.s) +B.V6=A.a(s(["h:mm:ss a, zzzz","h:mm:ss a, z","h:mm:ss a","h:mm a"]),t.s) +B.V7=A.a(s(["I \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","II \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","III \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","IV \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8"]),t.s) +B.ut=A.a(s(["S","M","D","W","D","V","S"]),t.s) +B.V8=A.a(s(["tbody","tfoot","thead","html"]),t.s) +B.V9=A.a(s(["1\u5b63\u5ea6","2\u5b63\u5ea6","3\u5b63\u5ea6","4\u5b63\u5ea6"]),t.s) +B.kh=A.a(s([!0,!1]),t.HZ) +B.uu=A.a(s(["Robo ya 1","Robo ya 2","Robo ya 3","Robo ya 4"]),t.s) +B.Va=A.a(s(["Milattan \xd6nce","Milattan Sonra"]),t.s) +B.Vb=A.a(s(["dop.","pop."]),t.s) +B.uv=A.a(s(["dom.","seg.","ter.","qua.","qui.","sex.","s\xe1b."]),t.s) +B.uw=A.a(s(["\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21","\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c","\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21","\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19","\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21","\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19","\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21","\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21","\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19","\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21","\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19","\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21"]),t.s) +B.Vc=A.a(s(["f\xf6re Kristus","efter Kristus"]),t.s) +B.Vd=A.a(s(["janu\xe1ra","febru\xe1ra","marca","apr\xedla","m\xe1ja","j\xfana","j\xfala","augusta","septembra","okt\xf3bra","novembra","decembra"]),t.s) +B.ba=A.a(s(["{1}, {0}","{1}, {0}","{1}, {0}","{1}, {0}"]),t.s) +B.ux=A.a(s(["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]),t.s) +B.Ve=A.a(s(["pred Kristusom","po Kristusu"]),t.s) +B.uy=A.a(s(["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]),t.s) +B.Vf=A.a(s([B.kM,B.kK]),t.Vd) +B.lx=new A.de(0,"DoubleQuote") +B.dw=new A.de(1,"SingleQuote") +B.aI=new A.de(2,"HebrewLetter") +B.ib=new A.de(3,"CR") +B.ic=new A.de(4,"LF") +B.lB=new A.de(5,"Newline") +B.eS=new A.de(6,"Extend") +B.aeS=new A.de(7,"RegionalIndicator") +B.eT=new A.de(8,"Format") +B.eU=new A.de(9,"Katakana") +B.bh=new A.de(10,"ALetter") +B.ly=new A.de(11,"MidLetter") +B.lz=new A.de(12,"MidNum") +B.eQ=new A.de(13,"MidNumLet") +B.bP=new A.de(14,"Numeric") +B.ia=new A.de(15,"ExtendNumLet") +B.eR=new A.de(16,"ZWJ") +B.lA=new A.de(17,"WSegSpace") +B.FQ=new A.de(18,"Unknown") +B.Vg=A.a(s([B.lx,B.dw,B.aI,B.ib,B.ic,B.lB,B.eS,B.aeS,B.eT,B.eU,B.bh,B.ly,B.lz,B.eQ,B.bP,B.ia,B.eR,B.lA,B.FQ]),A.ab("t")) +B.Vh=A.a(s(["gen.","febr.","mar\xe7","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."]),t.s) +B.hn=A.a(s(["\u0458","\u0444","\u043c","\u0430","\u043c","\u0458","\u0458","\u0430","\u0441","\u043e","\u043d","\u0434"]),t.s) +B.Vi=A.a(s(["EEEE \u0e97\u0eb5 d MMMM G y","d MMMM y","d MMM y","d/M/y"]),t.s) +B.Vj=A.a(s(["\u0441\u0456\u0447.","\u043b\u044e\u0442.","\u0431\u0435\u0440.","\u043a\u0432\u0456\u0442.","\u0442\u0440\u0430\u0432.","\u0447\u0435\u0440\u0432.","\u043b\u0438\u043f.","\u0441\u0435\u0440\u043f.","\u0432\u0435\u0440.","\u0436\u043e\u0432\u0442.","\u043b\u0438\u0441\u0442.","\u0433\u0440\u0443\u0434."]),t.s) +B.Vk=A.a(s(["H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 zzzz","H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 z","HH:mm:ss","HH:mm"]),t.s) +B.uz=A.a(s(["\u0c1c","\u0c2b\u0c3f","\u0c2e\u0c3e","\u0c0f","\u0c2e\u0c47","\u0c1c\u0c42","\u0c1c\u0c41","\u0c06","\u0c38\u0c46","\u0c05","\u0c28","\u0c21\u0c3f"]),t.s) +B.Vl=A.a(s(["1T","2T","3T","4T"]),t.s) +B.uA=A.a(s(["S","P","O","T","C","P","S"]),t.s) +B.Vm=A.a(s(["\u0399\u03b1\u03bd","\u03a6\u03b5\u03b2","\u039c\u03ac\u03c1","\u0391\u03c0\u03c1","\u039c\u03ac\u03b9","\u0399\u03bf\u03cd\u03bd","\u0399\u03bf\u03cd\u03bb","\u0391\u03cd\u03b3","\u03a3\u03b5\u03c0","\u039f\u03ba\u03c4","\u039d\u03bf\u03ad","\u0394\u03b5\u03ba"]),t.s) +B.Vn=A.a(s(["y. MMMM d., EEEE","y. MMMM d.","y. MMM d.","y. MM. dd."]),t.s) +B.Vo=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d/MM/yy"]),t.s) +B.uB=A.a(s(["\u1010","\u1010","\u1021","\u1017","\u1000","\u101e","\u1005"]),t.s) +B.uC=A.a(s(["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","n\xebntor","dhjetor"]),t.s) +B.uD=A.a(s(["Son","Mso","Bil","Tha","Sin","Hla","Mgq"]),t.s) +B.uE=A.a(s(["J","F","M","A","M","J","J","O","S","O","N","D"]),t.s) +B.Vr=A.a(s(["\xd6\xd6","\xd6S"]),t.s) +B.Vq=A.a(s(["\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928","\u0905\u092a\u0930\u093e\u0939\u094d\u0928"]),t.s) +B.Vp=A.a(s(["EEEE, dd MMMM, y","d MMMM, y","d MMM. y","dd.MM.yy"]),t.s) +B.uG=A.a(s(["Y","F","M","A","M","I","I","A","S","O","N","D"]),t.s) +B.uF=A.a(s(["\u1303\u1295\u12e9\u12c8\u122a","\u134c\u1265\u1229\u12c8\u122a","\u121b\u122d\u127d","\u12a4\u1355\u122a\u120d","\u121c\u12ed","\u1301\u1295","\u1301\u120b\u12ed","\u12a6\u1308\u1235\u1275","\u1234\u1355\u1274\u121d\u1260\u122d","\u12a6\u12ad\u1276\u1260\u122d","\u1296\u126c\u121d\u1260\u122d","\u12f2\u1234\u121d\u1260\u122d"]),t.s) +B.uH=A.a(s(["\u1303\u1295\u12e9","\u134c\u1265\u1229","\u121b\u122d\u127d","\u12a4\u1355\u122a","\u121c\u12ed","\u1301\u1295","\u1301\u120b\u12ed","\u12a6\u1308\u1235","\u1234\u1355\u1274","\u12a6\u12ad\u1276","\u1296\u126c\u121d","\u12f2\u1234\u121d"]),t.s) +B.Xw=new A.i(B.I,[670,"top-left-corner"],t.M) +B.XY=new A.i(B.I,[671,"top-left"],t.M) +B.Xu=new A.i(B.I,[672,"top-center"],t.M) +B.XT=new A.i(B.I,[673,"top-right"],t.M) +B.XK=new A.i(B.I,[674,"top-right-corner"],t.M) +B.XM=new A.i(B.I,[675,"bottom-left-corner"],t.M) +B.XB=new A.i(B.I,[676,"bottom-left"],t.M) +B.XL=new A.i(B.I,[677,"bottom-center"],t.M) +B.XW=new A.i(B.I,[678,"bottom-right"],t.M) +B.Y3=new A.i(B.I,[679,"bottom-right-corner"],t.M) +B.Xx=new A.i(B.I,[680,"left-top"],t.M) +B.XE=new A.i(B.I,[681,"left-middle"],t.M) +B.XC=new A.i(B.I,[682,"right-bottom"],t.M) +B.Y2=new A.i(B.I,[683,"right-top"],t.M) +B.XO=new A.i(B.I,[684,"right-middle"],t.M) +B.XV=new A.i(B.I,[685,"right-bottom"],t.M) +B.uI=A.a(s([B.Xw,B.XY,B.Xu,B.XT,B.XK,B.XM,B.XB,B.XL,B.XW,B.Y3,B.Xx,B.XE,B.XC,B.Y2,B.XO,B.XV]),t.Mq) +B.uJ=A.a(s(["\u043d\u0435\u0434.","\u043f\u043e\u043d.","\u0432\u0442\u043e.","\u0441\u0440\u0435.","\u0447\u0435\u0442.","\u043f\u0435\u0442.","\u0441\u0430\u0431."]),t.s) +B.uK=A.a(s(["Pazar","Pazartesi","Sal\u0131","\xc7ar\u015famba","Per\u015fembe","Cuma","Cumartesi"]),t.s) +B.Vs=A.a(s(["tammik.","helmik.","maalisk.","huhtik.","toukok.","kes\xe4k.","hein\xe4k.","elok.","syysk.","lokak.","marrask.","jouluk."]),t.s) +B.ho=A.a(s(["a.C.","d.C."]),t.s) +B.Vt=A.a(s(["\u09e6","\u09e7","\u09e8","\u09e9","\u09ea","\u09eb","\u09ec","\u09ed","\u09ee","\u09ef"]),t.s) +B.uL=A.a(s(["\u897f\u5143\u524d","\u897f\u5143"]),t.s) +B.Vu=A.a(s(["EEEE, d MMMM 'de' y","d MMMM 'de' y","d MMM y","d/M/yy"]),t.s) +B.uM=A.a(s(["\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99","\u0e81\u0eb8\u0ea1\u0e9e\u0eb2","\u0ea1\u0eb5\u0e99\u0eb2","\u0ec0\u0ea1\u0eaa\u0eb2","\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2","\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2","\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94","\u0eaa\u0eb4\u0e87\u0eab\u0eb2","\u0e81\u0eb1\u0e99\u0e8d\u0eb2","\u0e95\u0eb8\u0ea5\u0eb2","\u0e9e\u0eb0\u0e88\u0eb4\u0e81","\u0e97\u0eb1\u0e99\u0ea7\u0eb2"]),t.s) +B.Vv=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","d/M/y"]),t.s) +B.Vw=A.a(s(["m.a.","milodiy"]),t.s) +B.uN=A.a(s(["1.er trimestre","2.\xba trimestre","3.er trimestre","4.\xba trimestre"]),t.s) +B.uO=A.a(s(["J","F","M","\xc1","M","J","J","A","Sz","O","N","D"]),t.s) +B.cw=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","M/d/yy"]),t.s) +B.cc=new A.iC(0,"leading") +B.bB=new A.iC(1,"title") +B.bC=new A.iC(2,"subtitle") +B.cd=new A.iC(3,"trailing") +B.Vx=A.a(s([B.cc,B.bB,B.bC,B.cd]),A.ab("t")) +B.uP=A.a(s(["ned\u011ble","pond\u011bl\xed","\xfater\xfd","st\u0159eda","\u010dtvrtek","p\xe1tek","sobota"]),t.s) +B.Vy=A.a(s(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b","\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b","\u0574\u0561\u0580\u057f\u056b","\u0561\u057a\u0580\u056b\u056c\u056b","\u0574\u0561\u0575\u056b\u057d\u056b","\u0570\u0578\u0582\u0576\u056b\u057d\u056b","\u0570\u0578\u0582\u056c\u056b\u057d\u056b","\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b","\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b","\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b","\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b","\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b"]),t.s) +B.Vz=A.a(s(["s\xf8n","man","tir","ons","tor","fre","l\xf8r"]),t.s) +B.VA=A.a(s(["Jan","Feb","Mar","Apr","May","June","July","Aug","Sept","Oct","Nov","Dec"]),t.s) +B.m5=new A.Cs(0,"named") +B.ag1=new A.Cs(1,"anonymous") +B.VB=A.a(s([B.m5,B.ag1]),A.ab("t")) +B.VC=A.a(s(["{1} 'kl'. {0}","{1} 'kl'. {0}","{1} {0}","{1} {0}"]),t.s) +B.uQ=A.a(s(["\u0458\u0430\u043d","\u0444\u0435\u0431","\u043c\u0430\u0440","\u0430\u043f\u0440","\u043c\u0430\u0458","\u0458\u0443\u043d","\u0458\u0443\u043b","\u0430\u0432\u0433","\u0441\u0435\u043f","\u043e\u043a\u0442","\u043d\u043e\u0432","\u0434\u0435\u0446"]),t.s) +B.uR=A.a(s(["\u0a9c\u0abe","\u0aab\u0ac7","\u0aae\u0abe","\u0a8f","\u0aae\u0ac7","\u0a9c\u0ac2","\u0a9c\u0ac1","\u0a91","\u0ab8","\u0a91","\u0aa8","\u0aa1\u0abf"]),t.s) +B.VD=A.a(s(["yY","sS","tT","eE","mM"]),t.s) +B.VE=A.a(s(["\u0b92\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0bae\u0bc2\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0ba8\u0bbe\u0ba9\u0bcd\u0b95\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1"]),t.s) +B.VF=A.a(s(["1\u129b\u12cd \u1229\u1265","2\u129b\u12cd \u1229\u1265","3\u129b\u12cd \u1229\u1265","4\u129b\u12cd \u1229\u1265"]),t.s) +B.uS=A.a(s(["sunnudagur","m\xe1nudagur","\xferi\xf0judagur","mi\xf0vikudagur","fimmtudagur","f\xf6studagur","laugardagur"]),t.s) +B.uT=A.a(s(["jan.","febr.","m\xe1rc.","\xe1pr.","m\xe1j.","j\xfan.","j\xfal.","aug.","szept.","okt.","nov.","dec."]),t.s) +B.VI=A.a(s(["EEEE, d MMMM, y","d MMMM, y","dd-MM-y","d-M-y"]),t.s) +B.VJ=A.a(s(["yb","yh"]),t.s) +B.uU=A.a(s(["s\xf6n","m\xe5n","tis","ons","tors","fre","l\xf6r"]),t.s) +B.uV=A.a(s(["\u0b9c\u0ba9.","\u0baa\u0bbf\u0baa\u0bcd.","\u0bae\u0bbe\u0bb0\u0bcd.","\u0b8f\u0baa\u0bcd.","\u0bae\u0bc7","\u0b9c\u0bc2\u0ba9\u0bcd","\u0b9c\u0bc2\u0bb2\u0bc8","\u0b86\u0b95.","\u0b9a\u0bc6\u0baa\u0bcd.","\u0b85\u0b95\u0bcd.","\u0ba8\u0bb5.","\u0b9f\u0bbf\u0b9a."]),t.s) +B.uW=A.a(s(["\u056f\u056b\u0580\u0561\u056f\u056b","\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b","\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b","\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b","\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b","\u0578\u0582\u0580\u0562\u0561\u0569","\u0577\u0561\u0562\u0561\u0569"]),t.s) +B.VK=A.a(s(["I. n.\xe9v","II. n.\xe9v","III. n.\xe9v","IV. n.\xe9v"]),t.s) +B.uX=A.a(s(["\u1007\u1014\u103a","\u1016\u1031","\u1019\u1010\u103a","\u1027","\u1019\u1031","\u1007\u103d\u1014\u103a","\u1007\u1030","\u1029","\u1005\u1000\u103a","\u1021\u1031\u102c\u1000\u103a","\u1014\u102d\u102f","\u1012\u102e"]),t.s) +B.VL=A.a(s(["\u0574.\u0569.\u0561.","\u0574.\u0569."]),t.s) +B.e2=A.a(s(["a.\xa0m.","p.\xa0m."]),t.s) +B.uY=A.a(s(["\u043d\u044f\u0434\u0437\u0435\u043b\u044f","\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a","\u0430\u045e\u0442\u043e\u0440\u0430\u043a","\u0441\u0435\u0440\u0430\u0434\u0430","\u0447\u0430\u0446\u0432\u0435\u0440","\u043f\u044f\u0442\u043d\u0456\u0446\u0430","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) +B.uZ=A.a(s(["S","Ll","M","M","I","G","S"]),t.s) +B.VM=A.a(s(["d, MMMM y, EEEE","d MMMM, y","d MMM, y","dd-MM-yy"]),t.s) +B.v_=A.a(s(["\u09a6\u09c7\u0993","\u09b8\u09cb\u09ae","\u09ae\u0999\u09cd\u0997\u09b2","\u09ac\u09c1\u09a7","\u09ac\u09c3\u09b9","\u09b6\u09c1\u0995\u09cd\u09f0","\u09b6\u09a8\u09bf"]),t.s) +B.v0=A.a(s(["\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae","\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1","\u03a4\u03c1\u03af\u03c4\u03b7","\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7","\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7","\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae","\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf"]),t.s) +B.v1=A.a(s(["\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02","\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02","\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02","\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02","\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02","\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02","\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02"]),t.s) +B.v2=A.a(s(["\u0a1c\u0a28","\u0a2b\u0a3c\u0a30","\u0a2e\u0a3e\u0a30\u0a1a","\u0a05\u0a2a\u0a4d\u0a30\u0a48","\u0a2e\u0a08","\u0a1c\u0a42\u0a28","\u0a1c\u0a41\u0a32\u0a3e","\u0a05\u0a17","\u0a38\u0a24\u0a70","\u0a05\u0a15\u0a24\u0a42","\u0a28\u0a35\u0a70","\u0a26\u0a38\u0a70"]),t.s) +B.VO=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.VP=A.a(s(["\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f","\u0645\u06cc\u0644\u0627\u062f\u06cc"]),t.s) +B.VQ=A.a(s(["chwarter 1af","2il chwarter","3ydd chwarter","4ydd chwarter"]),t.s) +B.VR=A.a(s(["Tr\u01b0\u1edbc Thi\xean Ch\xfaa","Sau C\xf4ng Nguy\xean"]),t.s) +B.v3=A.a(s(["\u043d","\u043f","\u0430","\u0441","\u0447","\u043f","\u0441"]),t.s) +B.b0=new A.e(4294967304) +B.e4=new A.e(4294967323) +B.aV=new A.e(4294967423) +B.kk=new A.e(4294967558) +B.e8=new A.e(8589934848) +B.hu=new A.e(8589934849) +B.df=new A.e(8589934850) +B.e9=new A.e(8589934851) +B.ea=new A.e(8589934852) +B.hv=new A.e(8589934853) +B.eb=new A.e(8589934854) +B.hw=new A.e(8589934855) +B.l=new A.o(0,0) +B.cP=new A.hG(B.l) +B.Xp=new A.rb(B.l,B.cP) +B.Xq=new A.rc(B.l) +B.aA=new A.JV(0,"start") +B.zW=new A.JV(2,"center") +B.c7=new A.JW(0,"min") +B.bd=new A.JW(1,"max") +B.AF=new A.l(16) +B.AG=new A.l(17) +B.ek=new A.l(18) +B.AH=new A.l(19) +B.AI=new A.l(20) +B.AJ=new A.l(21) +B.AK=new A.l(22) +B.AL=new A.l(23) +B.AM=new A.l(24) +B.Dx=new A.l(65666) +B.Dy=new A.l(65667) +B.Dz=new A.l(65717) +B.AN=new A.l(392961) +B.AO=new A.l(392962) +B.AP=new A.l(392963) +B.AQ=new A.l(392964) +B.AR=new A.l(392965) +B.AS=new A.l(392966) +B.AT=new A.l(392967) +B.AU=new A.l(392968) +B.AV=new A.l(392969) +B.AW=new A.l(392970) +B.AX=new A.l(392971) +B.AY=new A.l(392972) +B.AZ=new A.l(392973) +B.B_=new A.l(392974) +B.B0=new A.l(392975) +B.B1=new A.l(392976) +B.B2=new A.l(392977) +B.B3=new A.l(392978) +B.B4=new A.l(392979) +B.B5=new A.l(392980) +B.B6=new A.l(392981) +B.B7=new A.l(392982) +B.B8=new A.l(392983) +B.B9=new A.l(392984) +B.Ba=new A.l(392985) +B.Bb=new A.l(392986) +B.Bc=new A.l(392987) +B.Bd=new A.l(392988) +B.Be=new A.l(392989) +B.Bf=new A.l(392990) +B.Bg=new A.l(392991) +B.a4j=new A.l(458752) +B.a4k=new A.l(458753) +B.a4l=new A.l(458754) +B.a4m=new A.l(458755) +B.Bh=new A.l(458756) +B.Bi=new A.l(458757) +B.Bj=new A.l(458758) +B.Bk=new A.l(458759) +B.Bl=new A.l(458760) +B.Bm=new A.l(458761) +B.Bn=new A.l(458762) +B.Bo=new A.l(458763) +B.Bp=new A.l(458764) +B.Bq=new A.l(458765) +B.Br=new A.l(458766) +B.Bs=new A.l(458767) +B.Bt=new A.l(458768) +B.Bu=new A.l(458769) +B.Bv=new A.l(458770) +B.Bw=new A.l(458771) +B.Bx=new A.l(458772) +B.By=new A.l(458773) +B.Bz=new A.l(458774) +B.BA=new A.l(458775) +B.BB=new A.l(458776) +B.BC=new A.l(458777) +B.BD=new A.l(458778) +B.BE=new A.l(458779) +B.BF=new A.l(458780) +B.BG=new A.l(458781) +B.BH=new A.l(458782) +B.BI=new A.l(458783) +B.BJ=new A.l(458784) +B.BK=new A.l(458785) +B.BL=new A.l(458786) +B.BM=new A.l(458787) +B.BN=new A.l(458788) +B.BO=new A.l(458789) +B.BP=new A.l(458790) +B.BQ=new A.l(458791) +B.BR=new A.l(458792) +B.kN=new A.l(458793) +B.BS=new A.l(458794) +B.BT=new A.l(458795) +B.BU=new A.l(458796) +B.BV=new A.l(458797) +B.BW=new A.l(458798) +B.BX=new A.l(458799) +B.BY=new A.l(458800) +B.BZ=new A.l(458801) +B.C_=new A.l(458803) +B.C0=new A.l(458804) +B.C1=new A.l(458805) +B.C2=new A.l(458806) +B.C3=new A.l(458807) +B.C4=new A.l(458808) +B.cB=new A.l(458809) +B.C5=new A.l(458810) +B.C6=new A.l(458811) +B.C7=new A.l(458812) +B.C8=new A.l(458813) +B.C9=new A.l(458814) +B.Ca=new A.l(458815) +B.Cb=new A.l(458816) +B.Cc=new A.l(458817) +B.Cd=new A.l(458818) +B.Ce=new A.l(458819) +B.Cf=new A.l(458820) +B.Cg=new A.l(458821) +B.Ch=new A.l(458822) +B.hC=new A.l(458823) +B.Ci=new A.l(458824) +B.Cj=new A.l(458825) +B.Ck=new A.l(458826) +B.Cl=new A.l(458827) +B.Cm=new A.l(458828) +B.Cn=new A.l(458829) +B.Co=new A.l(458830) +B.Cp=new A.l(458831) +B.Cq=new A.l(458832) +B.Cr=new A.l(458833) +B.Cs=new A.l(458834) +B.hD=new A.l(458835) +B.Ct=new A.l(458836) +B.Cu=new A.l(458837) +B.Cv=new A.l(458838) +B.Cw=new A.l(458839) +B.Cx=new A.l(458840) +B.Cy=new A.l(458841) +B.Cz=new A.l(458842) +B.CA=new A.l(458843) +B.CB=new A.l(458844) +B.CC=new A.l(458845) +B.CD=new A.l(458846) +B.CE=new A.l(458847) +B.CF=new A.l(458848) +B.CG=new A.l(458849) +B.CH=new A.l(458850) +B.CI=new A.l(458851) +B.CJ=new A.l(458852) +B.CK=new A.l(458853) +B.CL=new A.l(458854) +B.CM=new A.l(458855) +B.CN=new A.l(458856) +B.CO=new A.l(458857) +B.CP=new A.l(458858) +B.CQ=new A.l(458859) +B.CR=new A.l(458860) +B.CS=new A.l(458861) +B.CT=new A.l(458862) +B.CU=new A.l(458863) +B.CV=new A.l(458864) +B.CW=new A.l(458865) +B.CX=new A.l(458866) +B.CY=new A.l(458867) +B.CZ=new A.l(458868) +B.D_=new A.l(458869) +B.D0=new A.l(458871) +B.D1=new A.l(458873) +B.D2=new A.l(458874) +B.D3=new A.l(458875) +B.D4=new A.l(458876) +B.D5=new A.l(458877) +B.D6=new A.l(458878) +B.D7=new A.l(458879) +B.D8=new A.l(458880) +B.D9=new A.l(458881) +B.Da=new A.l(458885) +B.Db=new A.l(458887) +B.Dc=new A.l(458888) +B.Dd=new A.l(458889) +B.De=new A.l(458890) +B.Df=new A.l(458891) +B.Dg=new A.l(458896) +B.Dh=new A.l(458897) +B.Di=new A.l(458898) +B.Dj=new A.l(458899) +B.Dk=new A.l(458900) +B.Dl=new A.l(458907) +B.Dm=new A.l(458915) +B.Dn=new A.l(458934) +B.Do=new A.l(458935) +B.Dp=new A.l(458939) +B.Dq=new A.l(458960) +B.Dr=new A.l(458961) +B.Ds=new A.l(458962) +B.Dt=new A.l(458963) +B.Du=new A.l(458964) +B.a4n=new A.l(458967) +B.Dv=new A.l(458968) +B.Dw=new A.l(458969) +B.dj=new A.l(458976) +B.dk=new A.l(458977) +B.dl=new A.l(458978) +B.dm=new A.l(458979) +B.el=new A.l(458980) +B.em=new A.l(458981) +B.dn=new A.l(458982) +B.en=new A.l(458983) +B.a4o=new A.l(786528) +B.a4p=new A.l(786529) +B.DA=new A.l(786543) +B.DB=new A.l(786544) +B.a4q=new A.l(786546) +B.a4r=new A.l(786547) +B.a4s=new A.l(786548) +B.a4t=new A.l(786549) +B.a4u=new A.l(786553) +B.a4v=new A.l(786554) +B.a4w=new A.l(786563) +B.a4x=new A.l(786572) +B.a4y=new A.l(786573) +B.a4z=new A.l(786580) +B.a4A=new A.l(786588) +B.a4B=new A.l(786589) +B.DC=new A.l(786608) +B.DD=new A.l(786609) +B.DE=new A.l(786610) +B.DF=new A.l(786611) +B.DG=new A.l(786612) +B.DH=new A.l(786613) +B.DI=new A.l(786614) +B.DJ=new A.l(786615) +B.DK=new A.l(786616) +B.DL=new A.l(786637) +B.a4C=new A.l(786639) +B.a4D=new A.l(786661) +B.DM=new A.l(786819) +B.a4E=new A.l(786820) +B.a4F=new A.l(786822) +B.DN=new A.l(786826) +B.a4G=new A.l(786829) +B.a4H=new A.l(786830) +B.DO=new A.l(786834) +B.DP=new A.l(786836) +B.a4I=new A.l(786838) +B.a4J=new A.l(786844) +B.a4K=new A.l(786846) +B.DQ=new A.l(786847) +B.DR=new A.l(786850) +B.a4L=new A.l(786855) +B.a4M=new A.l(786859) +B.a4N=new A.l(786862) +B.DS=new A.l(786865) +B.a4O=new A.l(786871) +B.DT=new A.l(786891) +B.a4P=new A.l(786945) +B.a4Q=new A.l(786947) +B.a4R=new A.l(786951) +B.a4S=new A.l(786952) +B.DU=new A.l(786977) +B.DV=new A.l(786979) +B.DW=new A.l(786980) +B.DX=new A.l(786981) +B.DY=new A.l(786982) +B.DZ=new A.l(786983) +B.E_=new A.l(786986) +B.a4T=new A.l(786989) +B.a4U=new A.l(786990) +B.E0=new A.l(786994) +B.a4V=new A.l(787065) +B.E1=new A.l(787081) +B.E2=new A.l(787083) +B.E3=new A.l(787084) +B.E4=new A.l(787101) +B.E5=new A.l(787103) +B.Y5=new A.cu([16,B.AF,17,B.AG,18,B.ek,19,B.AH,20,B.AI,21,B.AJ,22,B.AK,23,B.AL,24,B.AM,65666,B.Dx,65667,B.Dy,65717,B.Dz,392961,B.AN,392962,B.AO,392963,B.AP,392964,B.AQ,392965,B.AR,392966,B.AS,392967,B.AT,392968,B.AU,392969,B.AV,392970,B.AW,392971,B.AX,392972,B.AY,392973,B.AZ,392974,B.B_,392975,B.B0,392976,B.B1,392977,B.B2,392978,B.B3,392979,B.B4,392980,B.B5,392981,B.B6,392982,B.B7,392983,B.B8,392984,B.B9,392985,B.Ba,392986,B.Bb,392987,B.Bc,392988,B.Bd,392989,B.Be,392990,B.Bf,392991,B.Bg,458752,B.a4j,458753,B.a4k,458754,B.a4l,458755,B.a4m,458756,B.Bh,458757,B.Bi,458758,B.Bj,458759,B.Bk,458760,B.Bl,458761,B.Bm,458762,B.Bn,458763,B.Bo,458764,B.Bp,458765,B.Bq,458766,B.Br,458767,B.Bs,458768,B.Bt,458769,B.Bu,458770,B.Bv,458771,B.Bw,458772,B.Bx,458773,B.By,458774,B.Bz,458775,B.BA,458776,B.BB,458777,B.BC,458778,B.BD,458779,B.BE,458780,B.BF,458781,B.BG,458782,B.BH,458783,B.BI,458784,B.BJ,458785,B.BK,458786,B.BL,458787,B.BM,458788,B.BN,458789,B.BO,458790,B.BP,458791,B.BQ,458792,B.BR,458793,B.kN,458794,B.BS,458795,B.BT,458796,B.BU,458797,B.BV,458798,B.BW,458799,B.BX,458800,B.BY,458801,B.BZ,458803,B.C_,458804,B.C0,458805,B.C1,458806,B.C2,458807,B.C3,458808,B.C4,458809,B.cB,458810,B.C5,458811,B.C6,458812,B.C7,458813,B.C8,458814,B.C9,458815,B.Ca,458816,B.Cb,458817,B.Cc,458818,B.Cd,458819,B.Ce,458820,B.Cf,458821,B.Cg,458822,B.Ch,458823,B.hC,458824,B.Ci,458825,B.Cj,458826,B.Ck,458827,B.Cl,458828,B.Cm,458829,B.Cn,458830,B.Co,458831,B.Cp,458832,B.Cq,458833,B.Cr,458834,B.Cs,458835,B.hD,458836,B.Ct,458837,B.Cu,458838,B.Cv,458839,B.Cw,458840,B.Cx,458841,B.Cy,458842,B.Cz,458843,B.CA,458844,B.CB,458845,B.CC,458846,B.CD,458847,B.CE,458848,B.CF,458849,B.CG,458850,B.CH,458851,B.CI,458852,B.CJ,458853,B.CK,458854,B.CL,458855,B.CM,458856,B.CN,458857,B.CO,458858,B.CP,458859,B.CQ,458860,B.CR,458861,B.CS,458862,B.CT,458863,B.CU,458864,B.CV,458865,B.CW,458866,B.CX,458867,B.CY,458868,B.CZ,458869,B.D_,458871,B.D0,458873,B.D1,458874,B.D2,458875,B.D3,458876,B.D4,458877,B.D5,458878,B.D6,458879,B.D7,458880,B.D8,458881,B.D9,458885,B.Da,458887,B.Db,458888,B.Dc,458889,B.Dd,458890,B.De,458891,B.Df,458896,B.Dg,458897,B.Dh,458898,B.Di,458899,B.Dj,458900,B.Dk,458907,B.Dl,458915,B.Dm,458934,B.Dn,458935,B.Do,458939,B.Dp,458960,B.Dq,458961,B.Dr,458962,B.Ds,458963,B.Dt,458964,B.Du,458967,B.a4n,458968,B.Dv,458969,B.Dw,458976,B.dj,458977,B.dk,458978,B.dl,458979,B.dm,458980,B.el,458981,B.em,458982,B.dn,458983,B.en,786528,B.a4o,786529,B.a4p,786543,B.DA,786544,B.DB,786546,B.a4q,786547,B.a4r,786548,B.a4s,786549,B.a4t,786553,B.a4u,786554,B.a4v,786563,B.a4w,786572,B.a4x,786573,B.a4y,786580,B.a4z,786588,B.a4A,786589,B.a4B,786608,B.DC,786609,B.DD,786610,B.DE,786611,B.DF,786612,B.DG,786613,B.DH,786614,B.DI,786615,B.DJ,786616,B.DK,786637,B.DL,786639,B.a4C,786661,B.a4D,786819,B.DM,786820,B.a4E,786822,B.a4F,786826,B.DN,786829,B.a4G,786830,B.a4H,786834,B.DO,786836,B.DP,786838,B.a4I,786844,B.a4J,786846,B.a4K,786847,B.DQ,786850,B.DR,786855,B.a4L,786859,B.a4M,786862,B.a4N,786865,B.DS,786871,B.a4O,786891,B.DT,786945,B.a4P,786947,B.a4Q,786951,B.a4R,786952,B.a4S,786977,B.DU,786979,B.DV,786980,B.DW,786981,B.DX,786982,B.DY,786983,B.DZ,786986,B.E_,786989,B.a4T,786990,B.a4U,786994,B.E0,787065,B.a4V,787081,B.E1,787083,B.E2,787084,B.E3,787101,B.E4,787103,B.E5],A.ab("cu")) +B.a2o={font:0,"font-family":1,"font-size":2,"font-style":3,"font-variant":4,"font-weight":5,"line-height":6,margin:7,"margin-left":8,"margin-right":9,"margin-top":10,"margin-bottom":11,border:12,"border-left":13,"border-right":14,"border-top":15,"border-bottom":16,"border-width":17,"border-left-width":18,"border-top-width":19,"border-right-width":20,"border-bottom-width":21,height:22,width:23,padding:24,"padding-left":25,"padding-top":26,"padding-right":27,"padding-bottom":28} +B.Y6=new A.i(B.a2o,[0,4,3,5,1,2,11,6,7,9,8,10,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28],t.eL) +B.a2u={bold:0,normal:1} +B.Y7=new A.i(B.a2u,[700,400],t.eL) +B.Y8=new A.cu([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"],t.TM) +B.a2C={li:0,dt:1,dd:2} +B.U7=A.a(s(["li"]),t.s) +B.rS=A.a(s(["dt","dd"]),t.s) +B.Y9=new A.i(B.a2C,[B.U7,B.rS,B.rS],t.VJ) +B.a2B={BU:0,DD:1,FX:2,TP:3,YD:4,ZR:5} +B.bK=new A.i(B.a2B,["MM","DE","FR","TL","YE","CD"],t.w) +B.a2g={alias:0,allScroll:1,basic:2,cell:3,click:4,contextMenu:5,copy:6,forbidden:7,grab:8,grabbing:9,help:10,move:11,none:12,noDrop:13,precise:14,progress:15,text:16,resizeColumn:17,resizeDown:18,resizeDownLeft:19,resizeDownRight:20,resizeLeft:21,resizeLeftRight:22,resizeRight:23,resizeRow:24,resizeUp:25,resizeUpDown:26,resizeUpLeft:27,resizeUpRight:28,resizeUpLeftDownRight:29,resizeUpRightDownLeft:30,verticalText:31,wait:32,zoomIn:33,zoomOut:34} +B.Yc=new A.i(B.a2g,["alias","all-scroll","default","cell","pointer","context-menu","copy","not-allowed","grab","grabbing","help","move","none","no-drop","crosshair","progress","text","col-resize","s-resize","sw-resize","se-resize","w-resize","ew-resize","e-resize","row-resize","n-resize","ns-resize","nw-resize","ne-resize","nwse-resize","nesw-resize","vertical-text","wait","zoom-in","zoom-out"],t.w) +B.a2A={type:0} +B.Yd=new A.i(B.a2A,["line"],t.w) +B.Ah={AVRInput:0,AVRPower:1,Accel:2,Accept:3,Again:4,AllCandidates:5,Alphanumeric:6,AltGraph:7,AppSwitch:8,ArrowDown:9,ArrowLeft:10,ArrowRight:11,ArrowUp:12,Attn:13,AudioBalanceLeft:14,AudioBalanceRight:15,AudioBassBoostDown:16,AudioBassBoostToggle:17,AudioBassBoostUp:18,AudioFaderFront:19,AudioFaderRear:20,AudioSurroundModeNext:21,AudioTrebleDown:22,AudioTrebleUp:23,AudioVolumeDown:24,AudioVolumeMute:25,AudioVolumeUp:26,Backspace:27,BrightnessDown:28,BrightnessUp:29,BrowserBack:30,BrowserFavorites:31,BrowserForward:32,BrowserHome:33,BrowserRefresh:34,BrowserSearch:35,BrowserStop:36,Call:37,Camera:38,CameraFocus:39,Cancel:40,CapsLock:41,ChannelDown:42,ChannelUp:43,Clear:44,Close:45,ClosedCaptionToggle:46,CodeInput:47,ColorF0Red:48,ColorF1Green:49,ColorF2Yellow:50,ColorF3Blue:51,ColorF4Grey:52,ColorF5Brown:53,Compose:54,ContextMenu:55,Convert:56,Copy:57,CrSel:58,Cut:59,DVR:60,Delete:61,Dimmer:62,DisplaySwap:63,Eisu:64,Eject:65,End:66,EndCall:67,Enter:68,EraseEof:69,Esc:70,Escape:71,ExSel:72,Execute:73,Exit:74,F1:75,F10:76,F11:77,F12:78,F13:79,F14:80,F15:81,F16:82,F17:83,F18:84,F19:85,F2:86,F20:87,F21:88,F22:89,F23:90,F24:91,F3:92,F4:93,F5:94,F6:95,F7:96,F8:97,F9:98,FavoriteClear0:99,FavoriteClear1:100,FavoriteClear2:101,FavoriteClear3:102,FavoriteRecall0:103,FavoriteRecall1:104,FavoriteRecall2:105,FavoriteRecall3:106,FavoriteStore0:107,FavoriteStore1:108,FavoriteStore2:109,FavoriteStore3:110,FinalMode:111,Find:112,Fn:113,FnLock:114,GoBack:115,GoHome:116,GroupFirst:117,GroupLast:118,GroupNext:119,GroupPrevious:120,Guide:121,GuideNextDay:122,GuidePreviousDay:123,HangulMode:124,HanjaMode:125,Hankaku:126,HeadsetHook:127,Help:128,Hibernate:129,Hiragana:130,HiraganaKatakana:131,Home:132,Hyper:133,Info:134,Insert:135,InstantReplay:136,JunjaMode:137,KanaMode:138,KanjiMode:139,Katakana:140,Key11:141,Key12:142,LastNumberRedial:143,LaunchApplication1:144,LaunchApplication2:145,LaunchAssistant:146,LaunchCalendar:147,LaunchContacts:148,LaunchControlPanel:149,LaunchMail:150,LaunchMediaPlayer:151,LaunchMusicPlayer:152,LaunchPhone:153,LaunchScreenSaver:154,LaunchSpreadsheet:155,LaunchWebBrowser:156,LaunchWebCam:157,LaunchWordProcessor:158,Link:159,ListProgram:160,LiveContent:161,Lock:162,LogOff:163,MailForward:164,MailReply:165,MailSend:166,MannerMode:167,MediaApps:168,MediaAudioTrack:169,MediaClose:170,MediaFastForward:171,MediaLast:172,MediaPause:173,MediaPlay:174,MediaPlayPause:175,MediaRecord:176,MediaRewind:177,MediaSkip:178,MediaSkipBackward:179,MediaSkipForward:180,MediaStepBackward:181,MediaStepForward:182,MediaStop:183,MediaTopMenu:184,MediaTrackNext:185,MediaTrackPrevious:186,MicrophoneToggle:187,MicrophoneVolumeDown:188,MicrophoneVolumeMute:189,MicrophoneVolumeUp:190,ModeChange:191,NavigateIn:192,NavigateNext:193,NavigateOut:194,NavigatePrevious:195,New:196,NextCandidate:197,NextFavoriteChannel:198,NextUserProfile:199,NonConvert:200,Notification:201,NumLock:202,OnDemand:203,Open:204,PageDown:205,PageUp:206,Pairing:207,Paste:208,Pause:209,PinPDown:210,PinPMove:211,PinPToggle:212,PinPUp:213,Play:214,PlaySpeedDown:215,PlaySpeedReset:216,PlaySpeedUp:217,Power:218,PowerOff:219,PreviousCandidate:220,Print:221,PrintScreen:222,Process:223,Props:224,RandomToggle:225,RcLowBattery:226,RecordSpeedNext:227,Redo:228,RfBypass:229,Romaji:230,STBInput:231,STBPower:232,Save:233,ScanChannelsToggle:234,ScreenModeNext:235,ScrollLock:236,Select:237,Settings:238,ShiftLevel5:239,SingleCandidate:240,Soft1:241,Soft2:242,Soft3:243,Soft4:244,Soft5:245,Soft6:246,Soft7:247,Soft8:248,SpeechCorrectionList:249,SpeechInputToggle:250,SpellCheck:251,SplitScreenToggle:252,Standby:253,Subtitle:254,Super:255,Symbol:256,SymbolLock:257,TV:258,TV3DMode:259,TVAntennaCable:260,TVAudioDescription:261,TVAudioDescriptionMixDown:262,TVAudioDescriptionMixUp:263,TVContentsMenu:264,TVDataService:265,TVInput:266,TVInputComponent1:267,TVInputComponent2:268,TVInputComposite1:269,TVInputComposite2:270,TVInputHDMI1:271,TVInputHDMI2:272,TVInputHDMI3:273,TVInputHDMI4:274,TVInputVGA1:275,TVMediaContext:276,TVNetwork:277,TVNumberEntry:278,TVPower:279,TVRadioService:280,TVSatellite:281,TVSatelliteBS:282,TVSatelliteCS:283,TVSatelliteToggle:284,TVTerrestrialAnalog:285,TVTerrestrialDigital:286,TVTimer:287,Tab:288,Teletext:289,Undo:290,Unidentified:291,VideoModeNext:292,VoiceDial:293,WakeUp:294,Wink:295,Zenkaku:296,ZenkakuHankaku:297,ZoomIn:298,ZoomOut:299,ZoomToggle:300} +B.xw=new A.e(4294970632) +B.xx=new A.e(4294970633) +B.vc=new A.e(4294967553) +B.vr=new A.e(4294968577) +B.vs=new A.e(4294968578) +B.vQ=new A.e(4294969089) +B.vR=new A.e(4294969090) +B.hr=new A.e(4294967555) +B.z_=new A.e(4294971393) +B.bo=new A.e(4294968065) +B.bb=new A.e(4294968066) +B.bc=new A.e(4294968067) +B.bp=new A.e(4294968068) +B.vt=new A.e(4294968579) +B.xp=new A.e(4294970625) +B.xq=new A.e(4294970626) +B.xr=new A.e(4294970627) +B.yR=new A.e(4294970882) +B.xs=new A.e(4294970628) +B.xt=new A.e(4294970629) +B.xu=new A.e(4294970630) +B.xv=new A.e(4294970631) +B.yS=new A.e(4294970884) +B.yT=new A.e(4294970885) +B.x0=new A.e(4294969871) +B.x2=new A.e(4294969873) +B.x1=new A.e(4294969872) +B.vF=new A.e(4294968833) +B.vG=new A.e(4294968834) +B.xi=new A.e(4294970369) +B.xj=new A.e(4294970370) +B.xk=new A.e(4294970371) +B.xl=new A.e(4294970372) +B.xm=new A.e(4294970373) +B.xn=new A.e(4294970374) +B.xo=new A.e(4294970375) +B.z0=new A.e(4294971394) +B.vH=new A.e(4294968835) +B.z1=new A.e(4294971395) +B.vu=new A.e(4294968580) +B.xy=new A.e(4294970634) +B.xz=new A.e(4294970635) +B.kl=new A.e(4294968321) +B.wO=new A.e(4294969857) +B.xG=new A.e(4294970642) +B.vS=new A.e(4294969091) +B.xA=new A.e(4294970636) +B.xB=new A.e(4294970637) +B.xC=new A.e(4294970638) +B.xD=new A.e(4294970639) +B.xE=new A.e(4294970640) +B.xF=new A.e(4294970641) +B.vT=new A.e(4294969092) +B.vv=new A.e(4294968581) +B.vU=new A.e(4294969093) +B.vj=new A.e(4294968322) +B.vk=new A.e(4294968323) +B.vl=new A.e(4294968324) +B.yE=new A.e(4294970703) +B.xH=new A.e(4294970643) +B.xI=new A.e(4294970644) +B.w8=new A.e(4294969108) +B.vI=new A.e(4294968836) +B.cx=new A.e(4294968069) +B.z2=new A.e(4294971396) +B.hq=new A.e(4294967309) +B.vm=new A.e(4294968325) +B.vn=new A.e(4294968326) +B.vw=new A.e(4294968582) +B.xJ=new A.e(4294970645) +B.wi=new A.e(4294969345) +B.wr=new A.e(4294969354) +B.ws=new A.e(4294969355) +B.wt=new A.e(4294969356) +B.wu=new A.e(4294969357) +B.wv=new A.e(4294969358) +B.ww=new A.e(4294969359) +B.wx=new A.e(4294969360) +B.wy=new A.e(4294969361) +B.wz=new A.e(4294969362) +B.wA=new A.e(4294969363) +B.wj=new A.e(4294969346) +B.wB=new A.e(4294969364) +B.wC=new A.e(4294969365) +B.wD=new A.e(4294969366) +B.wE=new A.e(4294969367) +B.wF=new A.e(4294969368) +B.wk=new A.e(4294969347) +B.wl=new A.e(4294969348) +B.wm=new A.e(4294969349) +B.wn=new A.e(4294969350) +B.wo=new A.e(4294969351) +B.wp=new A.e(4294969352) +B.wq=new A.e(4294969353) +B.xK=new A.e(4294970646) +B.xL=new A.e(4294970647) +B.xM=new A.e(4294970648) +B.xN=new A.e(4294970649) +B.xO=new A.e(4294970650) +B.xP=new A.e(4294970651) +B.xQ=new A.e(4294970652) +B.xR=new A.e(4294970653) +B.xS=new A.e(4294970654) +B.xT=new A.e(4294970655) +B.xU=new A.e(4294970656) +B.xV=new A.e(4294970657) +B.vV=new A.e(4294969094) +B.vx=new A.e(4294968583) +B.vd=new A.e(4294967559) +B.z3=new A.e(4294971397) +B.z4=new A.e(4294971398) +B.vW=new A.e(4294969095) +B.vX=new A.e(4294969096) +B.vY=new A.e(4294969097) +B.vZ=new A.e(4294969098) +B.xW=new A.e(4294970658) +B.xX=new A.e(4294970659) +B.xY=new A.e(4294970660) +B.w5=new A.e(4294969105) +B.w6=new A.e(4294969106) +B.w9=new A.e(4294969109) +B.z5=new A.e(4294971399) +B.vy=new A.e(4294968584) +B.vN=new A.e(4294968841) +B.wa=new A.e(4294969110) +B.wb=new A.e(4294969111) +B.cy=new A.e(4294968070) +B.ve=new A.e(4294967560) +B.xZ=new A.e(4294970661) +B.km=new A.e(4294968327) +B.y_=new A.e(4294970662) +B.w7=new A.e(4294969107) +B.wc=new A.e(4294969112) +B.wd=new A.e(4294969113) +B.we=new A.e(4294969114) +B.zB=new A.e(4294971905) +B.zC=new A.e(4294971906) +B.z6=new A.e(4294971400) +B.x8=new A.e(4294970118) +B.x3=new A.e(4294970113) +B.xg=new A.e(4294970126) +B.x4=new A.e(4294970114) +B.xe=new A.e(4294970124) +B.xh=new A.e(4294970127) +B.x5=new A.e(4294970115) +B.x6=new A.e(4294970116) +B.x7=new A.e(4294970117) +B.xf=new A.e(4294970125) +B.x9=new A.e(4294970119) +B.xa=new A.e(4294970120) +B.xb=new A.e(4294970121) +B.xc=new A.e(4294970122) +B.xd=new A.e(4294970123) +B.y0=new A.e(4294970663) +B.y1=new A.e(4294970664) +B.y2=new A.e(4294970665) +B.y3=new A.e(4294970666) +B.vJ=new A.e(4294968837) +B.wP=new A.e(4294969858) +B.wQ=new A.e(4294969859) +B.wR=new A.e(4294969860) +B.z8=new A.e(4294971402) +B.y4=new A.e(4294970667) +B.yF=new A.e(4294970704) +B.yQ=new A.e(4294970715) +B.y5=new A.e(4294970668) +B.y6=new A.e(4294970669) +B.y7=new A.e(4294970670) +B.y8=new A.e(4294970671) +B.wS=new A.e(4294969861) +B.y9=new A.e(4294970672) +B.ya=new A.e(4294970673) +B.yb=new A.e(4294970674) +B.yG=new A.e(4294970705) +B.yH=new A.e(4294970706) +B.yI=new A.e(4294970707) +B.yJ=new A.e(4294970708) +B.wT=new A.e(4294969863) +B.yK=new A.e(4294970709) +B.wU=new A.e(4294969864) +B.wV=new A.e(4294969865) +B.yU=new A.e(4294970886) +B.yV=new A.e(4294970887) +B.yX=new A.e(4294970889) +B.yW=new A.e(4294970888) +B.w_=new A.e(4294969099) +B.yL=new A.e(4294970710) +B.yM=new A.e(4294970711) +B.yN=new A.e(4294970712) +B.yO=new A.e(4294970713) +B.wW=new A.e(4294969866) +B.w0=new A.e(4294969100) +B.yc=new A.e(4294970675) +B.yd=new A.e(4294970676) +B.w1=new A.e(4294969101) +B.z7=new A.e(4294971401) +B.ye=new A.e(4294970677) +B.wX=new A.e(4294969867) +B.e6=new A.e(4294968071) +B.e7=new A.e(4294968072) +B.yP=new A.e(4294970714) +B.vo=new A.e(4294968328) +B.vz=new A.e(4294968585) +B.yf=new A.e(4294970678) +B.yg=new A.e(4294970679) +B.yh=new A.e(4294970680) +B.yi=new A.e(4294970681) +B.vA=new A.e(4294968586) +B.yj=new A.e(4294970682) +B.yk=new A.e(4294970683) +B.yl=new A.e(4294970684) +B.vK=new A.e(4294968838) +B.vL=new A.e(4294968839) +B.w2=new A.e(4294969102) +B.wY=new A.e(4294969868) +B.vM=new A.e(4294968840) +B.w3=new A.e(4294969103) +B.vB=new A.e(4294968587) +B.ym=new A.e(4294970685) +B.yn=new A.e(4294970686) +B.yo=new A.e(4294970687) +B.vp=new A.e(4294968329) +B.yp=new A.e(4294970688) +B.wf=new A.e(4294969115) +B.yu=new A.e(4294970693) +B.yv=new A.e(4294970694) +B.wZ=new A.e(4294969869) +B.yq=new A.e(4294970689) +B.yr=new A.e(4294970690) +B.vC=new A.e(4294968588) +B.ys=new A.e(4294970691) +B.vi=new A.e(4294967569) +B.w4=new A.e(4294969104) +B.wG=new A.e(4294969601) +B.wH=new A.e(4294969602) +B.wI=new A.e(4294969603) +B.wJ=new A.e(4294969604) +B.wK=new A.e(4294969605) +B.wL=new A.e(4294969606) +B.wM=new A.e(4294969607) +B.wN=new A.e(4294969608) +B.yY=new A.e(4294971137) +B.yZ=new A.e(4294971138) +B.x_=new A.e(4294969870) +B.yt=new A.e(4294970692) +B.vO=new A.e(4294968842) +B.yw=new A.e(4294970695) +B.vf=new A.e(4294967566) +B.vg=new A.e(4294967567) +B.vh=new A.e(4294967568) +B.yy=new A.e(4294970697) +B.za=new A.e(4294971649) +B.zb=new A.e(4294971650) +B.zc=new A.e(4294971651) +B.zd=new A.e(4294971652) +B.ze=new A.e(4294971653) +B.zf=new A.e(4294971654) +B.zg=new A.e(4294971655) +B.yz=new A.e(4294970698) +B.zh=new A.e(4294971656) +B.zi=new A.e(4294971657) +B.zj=new A.e(4294971658) +B.zk=new A.e(4294971659) +B.zl=new A.e(4294971660) +B.zm=new A.e(4294971661) +B.zn=new A.e(4294971662) +B.zo=new A.e(4294971663) +B.zp=new A.e(4294971664) +B.zq=new A.e(4294971665) +B.zr=new A.e(4294971666) +B.zs=new A.e(4294971667) +B.yA=new A.e(4294970699) +B.zt=new A.e(4294971668) +B.zu=new A.e(4294971669) +B.zv=new A.e(4294971670) +B.zw=new A.e(4294971671) +B.zx=new A.e(4294971672) +B.zy=new A.e(4294971673) +B.zz=new A.e(4294971674) +B.zA=new A.e(4294971675) +B.hp=new A.e(4294967305) +B.yx=new A.e(4294970696) +B.vq=new A.e(4294968330) +B.vb=new A.e(4294967297) +B.yB=new A.e(4294970700) +B.z9=new A.e(4294971403) +B.vP=new A.e(4294968843) +B.yC=new A.e(4294970701) +B.wg=new A.e(4294969116) +B.wh=new A.e(4294969117) +B.vD=new A.e(4294968589) +B.vE=new A.e(4294968590) +B.yD=new A.e(4294970702) +B.Ye=new A.i(B.Ah,[B.xw,B.xx,B.vc,B.vr,B.vs,B.vQ,B.vR,B.hr,B.z_,B.bo,B.bb,B.bc,B.bp,B.vt,B.xp,B.xq,B.xr,B.yR,B.xs,B.xt,B.xu,B.xv,B.yS,B.yT,B.x0,B.x2,B.x1,B.b0,B.vF,B.vG,B.xi,B.xj,B.xk,B.xl,B.xm,B.xn,B.xo,B.z0,B.vH,B.z1,B.vu,B.e5,B.xy,B.xz,B.kl,B.wO,B.xG,B.vS,B.xA,B.xB,B.xC,B.xD,B.xE,B.xF,B.vT,B.vv,B.vU,B.vj,B.vk,B.vl,B.yE,B.aV,B.xH,B.xI,B.w8,B.vI,B.cx,B.z2,B.hq,B.vm,B.e4,B.e4,B.vn,B.vw,B.xJ,B.wi,B.wr,B.ws,B.wt,B.wu,B.wv,B.ww,B.wx,B.wy,B.wz,B.wA,B.wj,B.wB,B.wC,B.wD,B.wE,B.wF,B.wk,B.wl,B.wm,B.wn,B.wo,B.wp,B.wq,B.xK,B.xL,B.xM,B.xN,B.xO,B.xP,B.xQ,B.xR,B.xS,B.xT,B.xU,B.xV,B.vV,B.vx,B.kk,B.vd,B.z3,B.z4,B.vW,B.vX,B.vY,B.vZ,B.xW,B.xX,B.xY,B.w5,B.w6,B.w9,B.z5,B.vy,B.vN,B.wa,B.wb,B.cy,B.ve,B.xZ,B.km,B.y_,B.w7,B.wc,B.wd,B.we,B.zB,B.zC,B.z6,B.x8,B.x3,B.xg,B.x4,B.xe,B.xh,B.x5,B.x6,B.x7,B.xf,B.x9,B.xa,B.xb,B.xc,B.xd,B.y0,B.y1,B.y2,B.y3,B.vJ,B.wP,B.wQ,B.wR,B.z8,B.y4,B.yF,B.yQ,B.y5,B.y6,B.y7,B.y8,B.wS,B.y9,B.ya,B.yb,B.yG,B.yH,B.yI,B.yJ,B.wT,B.yK,B.wU,B.wV,B.yU,B.yV,B.yX,B.yW,B.w_,B.yL,B.yM,B.yN,B.yO,B.wW,B.w0,B.yc,B.yd,B.w1,B.z7,B.hs,B.ye,B.wX,B.e6,B.e7,B.yP,B.vo,B.vz,B.yf,B.yg,B.yh,B.yi,B.vA,B.yj,B.yk,B.yl,B.vK,B.vL,B.w2,B.wY,B.vM,B.w3,B.vB,B.ym,B.yn,B.yo,B.vp,B.yp,B.wf,B.yu,B.yv,B.wZ,B.yq,B.yr,B.ht,B.vC,B.ys,B.vi,B.w4,B.wG,B.wH,B.wI,B.wJ,B.wK,B.wL,B.wM,B.wN,B.yY,B.yZ,B.x_,B.yt,B.vO,B.yw,B.vf,B.vg,B.vh,B.yy,B.za,B.zb,B.zc,B.zd,B.ze,B.zf,B.zg,B.yz,B.zh,B.zi,B.zj,B.zk,B.zl,B.zm,B.zn,B.zo,B.zp,B.zq,B.zr,B.zs,B.yA,B.zt,B.zu,B.zv,B.zw,B.zx,B.zy,B.zz,B.zA,B.hp,B.yx,B.vq,B.vb,B.yB,B.z9,B.vP,B.yC,B.wg,B.wh,B.vD,B.vE,B.yD],A.ab("i")) +B.Yf=new A.i(B.Ah,[4294970632,4294970633,4294967553,4294968577,4294968578,4294969089,4294969090,4294967555,4294971393,4294968065,4294968066,4294968067,4294968068,4294968579,4294970625,4294970626,4294970627,4294970882,4294970628,4294970629,4294970630,4294970631,4294970884,4294970885,4294969871,4294969873,4294969872,4294967304,4294968833,4294968834,4294970369,4294970370,4294970371,4294970372,4294970373,4294970374,4294970375,4294971394,4294968835,4294971395,4294968580,4294967556,4294970634,4294970635,4294968321,4294969857,4294970642,4294969091,4294970636,4294970637,4294970638,4294970639,4294970640,4294970641,4294969092,4294968581,4294969093,4294968322,4294968323,4294968324,4294970703,4294967423,4294970643,4294970644,4294969108,4294968836,4294968069,4294971396,4294967309,4294968325,4294967323,4294967323,4294968326,4294968582,4294970645,4294969345,4294969354,4294969355,4294969356,4294969357,4294969358,4294969359,4294969360,4294969361,4294969362,4294969363,4294969346,4294969364,4294969365,4294969366,4294969367,4294969368,4294969347,4294969348,4294969349,4294969350,4294969351,4294969352,4294969353,4294970646,4294970647,4294970648,4294970649,4294970650,4294970651,4294970652,4294970653,4294970654,4294970655,4294970656,4294970657,4294969094,4294968583,4294967558,4294967559,4294971397,4294971398,4294969095,4294969096,4294969097,4294969098,4294970658,4294970659,4294970660,4294969105,4294969106,4294969109,4294971399,4294968584,4294968841,4294969110,4294969111,4294968070,4294967560,4294970661,4294968327,4294970662,4294969107,4294969112,4294969113,4294969114,4294971905,4294971906,4294971400,4294970118,4294970113,4294970126,4294970114,4294970124,4294970127,4294970115,4294970116,4294970117,4294970125,4294970119,4294970120,4294970121,4294970122,4294970123,4294970663,4294970664,4294970665,4294970666,4294968837,4294969858,4294969859,4294969860,4294971402,4294970667,4294970704,4294970715,4294970668,4294970669,4294970670,4294970671,4294969861,4294970672,4294970673,4294970674,4294970705,4294970706,4294970707,4294970708,4294969863,4294970709,4294969864,4294969865,4294970886,4294970887,4294970889,4294970888,4294969099,4294970710,4294970711,4294970712,4294970713,4294969866,4294969100,4294970675,4294970676,4294969101,4294971401,4294967562,4294970677,4294969867,4294968071,4294968072,4294970714,4294968328,4294968585,4294970678,4294970679,4294970680,4294970681,4294968586,4294970682,4294970683,4294970684,4294968838,4294968839,4294969102,4294969868,4294968840,4294969103,4294968587,4294970685,4294970686,4294970687,4294968329,4294970688,4294969115,4294970693,4294970694,4294969869,4294970689,4294970690,4294967564,4294968588,4294970691,4294967569,4294969104,4294969601,4294969602,4294969603,4294969604,4294969605,4294969606,4294969607,4294969608,4294971137,4294971138,4294969870,4294970692,4294968842,4294970695,4294967566,4294967567,4294967568,4294970697,4294971649,4294971650,4294971651,4294971652,4294971653,4294971654,4294971655,4294970698,4294971656,4294971657,4294971658,4294971659,4294971660,4294971661,4294971662,4294971663,4294971664,4294971665,4294971666,4294971667,4294970699,4294971668,4294971669,4294971670,4294971671,4294971672,4294971673,4294971674,4294971675,4294967305,4294970696,4294968330,4294967297,4294970700,4294971403,4294968843,4294970701,4294969116,4294969117,4294968589,4294968590,4294970702],t.eL) +B.a2D={Abort:0,Again:1,AltLeft:2,AltRight:3,ArrowDown:4,ArrowLeft:5,ArrowRight:6,ArrowUp:7,AudioVolumeDown:8,AudioVolumeMute:9,AudioVolumeUp:10,Backquote:11,Backslash:12,Backspace:13,BracketLeft:14,BracketRight:15,BrightnessDown:16,BrightnessUp:17,BrowserBack:18,BrowserFavorites:19,BrowserForward:20,BrowserHome:21,BrowserRefresh:22,BrowserSearch:23,BrowserStop:24,CapsLock:25,Comma:26,ContextMenu:27,ControlLeft:28,ControlRight:29,Convert:30,Copy:31,Cut:32,Delete:33,Digit0:34,Digit1:35,Digit2:36,Digit3:37,Digit4:38,Digit5:39,Digit6:40,Digit7:41,Digit8:42,Digit9:43,DisplayToggleIntExt:44,Eject:45,End:46,Enter:47,Equal:48,Esc:49,Escape:50,F1:51,F10:52,F11:53,F12:54,F13:55,F14:56,F15:57,F16:58,F17:59,F18:60,F19:61,F2:62,F20:63,F21:64,F22:65,F23:66,F24:67,F3:68,F4:69,F5:70,F6:71,F7:72,F8:73,F9:74,Find:75,Fn:76,FnLock:77,GameButton1:78,GameButton10:79,GameButton11:80,GameButton12:81,GameButton13:82,GameButton14:83,GameButton15:84,GameButton16:85,GameButton2:86,GameButton3:87,GameButton4:88,GameButton5:89,GameButton6:90,GameButton7:91,GameButton8:92,GameButton9:93,GameButtonA:94,GameButtonB:95,GameButtonC:96,GameButtonLeft1:97,GameButtonLeft2:98,GameButtonMode:99,GameButtonRight1:100,GameButtonRight2:101,GameButtonSelect:102,GameButtonStart:103,GameButtonThumbLeft:104,GameButtonThumbRight:105,GameButtonX:106,GameButtonY:107,GameButtonZ:108,Help:109,Home:110,Hyper:111,Insert:112,IntlBackslash:113,IntlRo:114,IntlYen:115,KanaMode:116,KeyA:117,KeyB:118,KeyC:119,KeyD:120,KeyE:121,KeyF:122,KeyG:123,KeyH:124,KeyI:125,KeyJ:126,KeyK:127,KeyL:128,KeyM:129,KeyN:130,KeyO:131,KeyP:132,KeyQ:133,KeyR:134,KeyS:135,KeyT:136,KeyU:137,KeyV:138,KeyW:139,KeyX:140,KeyY:141,KeyZ:142,KeyboardLayoutSelect:143,Lang1:144,Lang2:145,Lang3:146,Lang4:147,Lang5:148,LaunchApp1:149,LaunchApp2:150,LaunchAssistant:151,LaunchControlPanel:152,LaunchMail:153,LaunchScreenSaver:154,MailForward:155,MailReply:156,MailSend:157,MediaFastForward:158,MediaPause:159,MediaPlay:160,MediaPlayPause:161,MediaRecord:162,MediaRewind:163,MediaSelect:164,MediaStop:165,MediaTrackNext:166,MediaTrackPrevious:167,MetaLeft:168,MetaRight:169,MicrophoneMuteToggle:170,Minus:171,NonConvert:172,NumLock:173,Numpad0:174,Numpad1:175,Numpad2:176,Numpad3:177,Numpad4:178,Numpad5:179,Numpad6:180,Numpad7:181,Numpad8:182,Numpad9:183,NumpadAdd:184,NumpadBackspace:185,NumpadClear:186,NumpadClearEntry:187,NumpadComma:188,NumpadDecimal:189,NumpadDivide:190,NumpadEnter:191,NumpadEqual:192,NumpadMemoryAdd:193,NumpadMemoryClear:194,NumpadMemoryRecall:195,NumpadMemoryStore:196,NumpadMemorySubtract:197,NumpadMultiply:198,NumpadParenLeft:199,NumpadParenRight:200,NumpadSubtract:201,Open:202,PageDown:203,PageUp:204,Paste:205,Pause:206,Period:207,Power:208,PrintScreen:209,PrivacyScreenToggle:210,Props:211,Quote:212,Resume:213,ScrollLock:214,Select:215,SelectTask:216,Semicolon:217,ShiftLeft:218,ShiftRight:219,ShowAllWindows:220,Slash:221,Sleep:222,Space:223,Super:224,Suspend:225,Tab:226,Turbo:227,Undo:228,WakeUp:229,ZoomToggle:230} +B.Yg=new A.i(B.a2D,[458907,458873,458978,458982,458833,458832,458831,458834,458881,458879,458880,458805,458801,458794,458799,458800,786544,786543,786980,786986,786981,786979,786983,786977,786982,458809,458806,458853,458976,458980,458890,458876,458875,458828,458791,458782,458783,458784,458785,458786,458787,458788,458789,458790,65717,786616,458829,458792,458798,458793,458793,458810,458819,458820,458821,458856,458857,458858,458859,458860,458861,458862,458811,458863,458864,458865,458866,458867,458812,458813,458814,458815,458816,458817,458818,458878,18,19,392961,392970,392971,392972,392973,392974,392975,392976,392962,392963,392964,392965,392966,392967,392968,392969,392977,392978,392979,392980,392981,392982,392983,392984,392985,392986,392987,392988,392989,392990,392991,458869,458826,16,458825,458852,458887,458889,458888,458756,458757,458758,458759,458760,458761,458762,458763,458764,458765,458766,458767,458768,458769,458770,458771,458772,458773,458774,458775,458776,458777,458778,458779,458780,458781,787101,458896,458897,458898,458899,458900,786836,786834,786891,786847,786826,786865,787083,787081,787084,786611,786609,786608,786637,786610,786612,786819,786615,786613,786614,458979,458983,24,458797,458891,458835,458850,458841,458842,458843,458844,458845,458846,458847,458848,458849,458839,458939,458968,458969,458885,458851,458836,458840,458855,458963,458962,458961,458960,458964,458837,458934,458935,458838,458868,458830,458827,458877,458824,458807,458854,458822,23,458915,458804,21,458823,458871,786850,458803,458977,458981,787103,458808,65666,458796,17,20,458795,22,458874,65667,786994],t.eL) +B.v9=new A.e(32) +B.i0=new A.ay(B.v9,!1,!1,!1,!1) +B.hS=new A.ay(B.hq,!1,!1,!1,!1) +B.kn=new A.e(8589935117) +B.a6E=new A.ay(B.kn,!1,!1,!1,!1) +B.a6j=new A.ay(B.e4,!1,!1,!1,!1) +B.a6k=new A.ay(B.hp,!1,!1,!1,!1) +B.a6l=new A.ay(B.hp,!1,!0,!1,!1) +B.hV=new A.ay(B.bp,!1,!1,!1,!1) +B.hW=new A.ay(B.bo,!1,!1,!1,!1) +B.hZ=new A.ay(B.bb,!1,!1,!1,!1) +B.i_=new A.ay(B.bc,!1,!1,!1,!1) +B.eE=new A.ay(B.e7,!1,!1,!1,!1) +B.eF=new A.ay(B.e6,!1,!1,!1,!1) +B.HR=new A.kq() +B.mv=new A.q5() +B.Ha=new A.iQ() +B.HI=new A.ok() +B.HP=new A.oA() +B.hM=new A.Oj(0,"line") +B.a5l=new A.f7(B.a_,B.hM) +B.a5j=new A.f7(B.a5,B.hM) +B.a5k=new A.f7(B.bR,B.hM) +B.a5m=new A.f7(B.dB,B.hM) +B.Ez=new A.f7(B.a_,B.l3) +B.Yh=new A.cu([B.i0,B.HR,B.hS,B.mv,B.a6E,B.mv,B.a6j,B.Ha,B.a6k,B.HI,B.a6l,B.HP,B.hV,B.a5l,B.hW,B.a5j,B.hZ,B.a5k,B.i_,B.a5m,B.eE,B.Ez,B.eF,B.l4],t.Fp) +B.We=new A.e(33) +B.Wf=new A.e(34) +B.Wg=new A.e(35) +B.Wh=new A.e(36) +B.Wi=new A.e(37) +B.Wj=new A.e(38) +B.Wk=new A.e(39) +B.Wl=new A.e(40) +B.Wm=new A.e(41) +B.va=new A.e(42) +B.zD=new A.e(43) +B.Wn=new A.e(44) +B.zE=new A.e(45) +B.zF=new A.e(46) +B.zG=new A.e(47) +B.zH=new A.e(48) +B.zI=new A.e(49) +B.zJ=new A.e(50) +B.zK=new A.e(51) +B.zL=new A.e(52) +B.zM=new A.e(53) +B.zN=new A.e(54) +B.zO=new A.e(55) +B.zP=new A.e(56) +B.zQ=new A.e(57) +B.Wo=new A.e(58) +B.Wp=new A.e(59) +B.Wq=new A.e(60) +B.Wr=new A.e(61) +B.Ws=new A.e(62) +B.Wt=new A.e(63) +B.Wu=new A.e(64) +B.Xj=new A.e(91) +B.Xk=new A.e(92) +B.Xl=new A.e(93) +B.Xm=new A.e(94) +B.Xn=new A.e(95) +B.Xo=new A.e(96) +B.kz=new A.e(97) +B.zV=new A.e(98) +B.kA=new A.e(99) +B.VW=new A.e(100) +B.v4=new A.e(101) +B.v5=new A.e(102) +B.VX=new A.e(103) +B.VY=new A.e(104) +B.VZ=new A.e(105) +B.W_=new A.e(106) +B.W0=new A.e(107) +B.W1=new A.e(108) +B.W2=new A.e(109) +B.v6=new A.e(110) +B.W3=new A.e(111) +B.v7=new A.e(112) +B.W4=new A.e(113) +B.W5=new A.e(114) +B.W6=new A.e(115) +B.v8=new A.e(116) +B.W7=new A.e(117) +B.ki=new A.e(118) +B.W8=new A.e(119) +B.kj=new A.e(120) +B.W9=new A.e(121) +B.e3=new A.e(122) +B.Wa=new A.e(123) +B.Wb=new A.e(124) +B.Wc=new A.e(125) +B.Wd=new A.e(126) +B.Wv=new A.e(8589934592) +B.Ww=new A.e(8589934593) +B.Wx=new A.e(8589934594) +B.Wy=new A.e(8589934595) +B.Wz=new A.e(8589934608) +B.WA=new A.e(8589934609) +B.WB=new A.e(8589934610) +B.WC=new A.e(8589934611) +B.WD=new A.e(8589934612) +B.WE=new A.e(8589934624) +B.WF=new A.e(8589934625) +B.WG=new A.e(8589934626) +B.WH=new A.e(8589935088) +B.WI=new A.e(8589935090) +B.WJ=new A.e(8589935092) +B.WK=new A.e(8589935094) +B.WL=new A.e(8589935144) +B.WM=new A.e(8589935145) +B.zR=new A.e(8589935146) +B.zS=new A.e(8589935147) +B.WN=new A.e(8589935148) +B.zT=new A.e(8589935149) +B.ko=new A.e(8589935150) +B.zU=new A.e(8589935151) +B.kp=new A.e(8589935152) +B.kq=new A.e(8589935153) +B.kr=new A.e(8589935154) +B.ks=new A.e(8589935155) +B.kt=new A.e(8589935156) +B.ku=new A.e(8589935157) +B.kv=new A.e(8589935158) +B.kw=new A.e(8589935159) +B.kx=new A.e(8589935160) +B.ky=new A.e(8589935161) +B.WO=new A.e(8589935165) +B.WP=new A.e(8589935361) +B.WQ=new A.e(8589935362) +B.WR=new A.e(8589935363) +B.WS=new A.e(8589935364) +B.WT=new A.e(8589935365) +B.WU=new A.e(8589935366) +B.WV=new A.e(8589935367) +B.WW=new A.e(8589935368) +B.WX=new A.e(8589935369) +B.WY=new A.e(8589935370) +B.WZ=new A.e(8589935371) +B.X_=new A.e(8589935372) +B.X0=new A.e(8589935373) +B.X1=new A.e(8589935374) +B.X2=new A.e(8589935375) +B.X3=new A.e(8589935376) +B.X4=new A.e(8589935377) +B.X5=new A.e(8589935378) +B.X6=new A.e(8589935379) +B.X7=new A.e(8589935380) +B.X8=new A.e(8589935381) +B.X9=new A.e(8589935382) +B.Xa=new A.e(8589935383) +B.Xb=new A.e(8589935384) +B.Xc=new A.e(8589935385) +B.Xd=new A.e(8589935386) +B.Xe=new A.e(8589935387) +B.Xf=new A.e(8589935388) +B.Xg=new A.e(8589935389) +B.Xh=new A.e(8589935390) +B.Xi=new A.e(8589935391) +B.Yi=new A.cu([32,B.v9,33,B.We,34,B.Wf,35,B.Wg,36,B.Wh,37,B.Wi,38,B.Wj,39,B.Wk,40,B.Wl,41,B.Wm,42,B.va,43,B.zD,44,B.Wn,45,B.zE,46,B.zF,47,B.zG,48,B.zH,49,B.zI,50,B.zJ,51,B.zK,52,B.zL,53,B.zM,54,B.zN,55,B.zO,56,B.zP,57,B.zQ,58,B.Wo,59,B.Wp,60,B.Wq,61,B.Wr,62,B.Ws,63,B.Wt,64,B.Wu,91,B.Xj,92,B.Xk,93,B.Xl,94,B.Xm,95,B.Xn,96,B.Xo,97,B.kz,98,B.zV,99,B.kA,100,B.VW,101,B.v4,102,B.v5,103,B.VX,104,B.VY,105,B.VZ,106,B.W_,107,B.W0,108,B.W1,109,B.W2,110,B.v6,111,B.W3,112,B.v7,113,B.W4,114,B.W5,115,B.W6,116,B.v8,117,B.W7,118,B.ki,119,B.W8,120,B.kj,121,B.W9,122,B.e3,123,B.Wa,124,B.Wb,125,B.Wc,126,B.Wd,4294967297,B.vb,4294967304,B.b0,4294967305,B.hp,4294967309,B.hq,4294967323,B.e4,4294967423,B.aV,4294967553,B.vc,4294967555,B.hr,4294967556,B.e5,4294967558,B.kk,4294967559,B.vd,4294967560,B.ve,4294967562,B.hs,4294967564,B.ht,4294967566,B.vf,4294967567,B.vg,4294967568,B.vh,4294967569,B.vi,4294968065,B.bo,4294968066,B.bb,4294968067,B.bc,4294968068,B.bp,4294968069,B.cx,4294968070,B.cy,4294968071,B.e6,4294968072,B.e7,4294968321,B.kl,4294968322,B.vj,4294968323,B.vk,4294968324,B.vl,4294968325,B.vm,4294968326,B.vn,4294968327,B.km,4294968328,B.vo,4294968329,B.vp,4294968330,B.vq,4294968577,B.vr,4294968578,B.vs,4294968579,B.vt,4294968580,B.vu,4294968581,B.vv,4294968582,B.vw,4294968583,B.vx,4294968584,B.vy,4294968585,B.vz,4294968586,B.vA,4294968587,B.vB,4294968588,B.vC,4294968589,B.vD,4294968590,B.vE,4294968833,B.vF,4294968834,B.vG,4294968835,B.vH,4294968836,B.vI,4294968837,B.vJ,4294968838,B.vK,4294968839,B.vL,4294968840,B.vM,4294968841,B.vN,4294968842,B.vO,4294968843,B.vP,4294969089,B.vQ,4294969090,B.vR,4294969091,B.vS,4294969092,B.vT,4294969093,B.vU,4294969094,B.vV,4294969095,B.vW,4294969096,B.vX,4294969097,B.vY,4294969098,B.vZ,4294969099,B.w_,4294969100,B.w0,4294969101,B.w1,4294969102,B.w2,4294969103,B.w3,4294969104,B.w4,4294969105,B.w5,4294969106,B.w6,4294969107,B.w7,4294969108,B.w8,4294969109,B.w9,4294969110,B.wa,4294969111,B.wb,4294969112,B.wc,4294969113,B.wd,4294969114,B.we,4294969115,B.wf,4294969116,B.wg,4294969117,B.wh,4294969345,B.wi,4294969346,B.wj,4294969347,B.wk,4294969348,B.wl,4294969349,B.wm,4294969350,B.wn,4294969351,B.wo,4294969352,B.wp,4294969353,B.wq,4294969354,B.wr,4294969355,B.ws,4294969356,B.wt,4294969357,B.wu,4294969358,B.wv,4294969359,B.ww,4294969360,B.wx,4294969361,B.wy,4294969362,B.wz,4294969363,B.wA,4294969364,B.wB,4294969365,B.wC,4294969366,B.wD,4294969367,B.wE,4294969368,B.wF,4294969601,B.wG,4294969602,B.wH,4294969603,B.wI,4294969604,B.wJ,4294969605,B.wK,4294969606,B.wL,4294969607,B.wM,4294969608,B.wN,4294969857,B.wO,4294969858,B.wP,4294969859,B.wQ,4294969860,B.wR,4294969861,B.wS,4294969863,B.wT,4294969864,B.wU,4294969865,B.wV,4294969866,B.wW,4294969867,B.wX,4294969868,B.wY,4294969869,B.wZ,4294969870,B.x_,4294969871,B.x0,4294969872,B.x1,4294969873,B.x2,4294970113,B.x3,4294970114,B.x4,4294970115,B.x5,4294970116,B.x6,4294970117,B.x7,4294970118,B.x8,4294970119,B.x9,4294970120,B.xa,4294970121,B.xb,4294970122,B.xc,4294970123,B.xd,4294970124,B.xe,4294970125,B.xf,4294970126,B.xg,4294970127,B.xh,4294970369,B.xi,4294970370,B.xj,4294970371,B.xk,4294970372,B.xl,4294970373,B.xm,4294970374,B.xn,4294970375,B.xo,4294970625,B.xp,4294970626,B.xq,4294970627,B.xr,4294970628,B.xs,4294970629,B.xt,4294970630,B.xu,4294970631,B.xv,4294970632,B.xw,4294970633,B.xx,4294970634,B.xy,4294970635,B.xz,4294970636,B.xA,4294970637,B.xB,4294970638,B.xC,4294970639,B.xD,4294970640,B.xE,4294970641,B.xF,4294970642,B.xG,4294970643,B.xH,4294970644,B.xI,4294970645,B.xJ,4294970646,B.xK,4294970647,B.xL,4294970648,B.xM,4294970649,B.xN,4294970650,B.xO,4294970651,B.xP,4294970652,B.xQ,4294970653,B.xR,4294970654,B.xS,4294970655,B.xT,4294970656,B.xU,4294970657,B.xV,4294970658,B.xW,4294970659,B.xX,4294970660,B.xY,4294970661,B.xZ,4294970662,B.y_,4294970663,B.y0,4294970664,B.y1,4294970665,B.y2,4294970666,B.y3,4294970667,B.y4,4294970668,B.y5,4294970669,B.y6,4294970670,B.y7,4294970671,B.y8,4294970672,B.y9,4294970673,B.ya,4294970674,B.yb,4294970675,B.yc,4294970676,B.yd,4294970677,B.ye,4294970678,B.yf,4294970679,B.yg,4294970680,B.yh,4294970681,B.yi,4294970682,B.yj,4294970683,B.yk,4294970684,B.yl,4294970685,B.ym,4294970686,B.yn,4294970687,B.yo,4294970688,B.yp,4294970689,B.yq,4294970690,B.yr,4294970691,B.ys,4294970692,B.yt,4294970693,B.yu,4294970694,B.yv,4294970695,B.yw,4294970696,B.yx,4294970697,B.yy,4294970698,B.yz,4294970699,B.yA,4294970700,B.yB,4294970701,B.yC,4294970702,B.yD,4294970703,B.yE,4294970704,B.yF,4294970705,B.yG,4294970706,B.yH,4294970707,B.yI,4294970708,B.yJ,4294970709,B.yK,4294970710,B.yL,4294970711,B.yM,4294970712,B.yN,4294970713,B.yO,4294970714,B.yP,4294970715,B.yQ,4294970882,B.yR,4294970884,B.yS,4294970885,B.yT,4294970886,B.yU,4294970887,B.yV,4294970888,B.yW,4294970889,B.yX,4294971137,B.yY,4294971138,B.yZ,4294971393,B.z_,4294971394,B.z0,4294971395,B.z1,4294971396,B.z2,4294971397,B.z3,4294971398,B.z4,4294971399,B.z5,4294971400,B.z6,4294971401,B.z7,4294971402,B.z8,4294971403,B.z9,4294971649,B.za,4294971650,B.zb,4294971651,B.zc,4294971652,B.zd,4294971653,B.ze,4294971654,B.zf,4294971655,B.zg,4294971656,B.zh,4294971657,B.zi,4294971658,B.zj,4294971659,B.zk,4294971660,B.zl,4294971661,B.zm,4294971662,B.zn,4294971663,B.zo,4294971664,B.zp,4294971665,B.zq,4294971666,B.zr,4294971667,B.zs,4294971668,B.zt,4294971669,B.zu,4294971670,B.zv,4294971671,B.zw,4294971672,B.zx,4294971673,B.zy,4294971674,B.zz,4294971675,B.zA,4294971905,B.zB,4294971906,B.zC,8589934592,B.Wv,8589934593,B.Ww,8589934594,B.Wx,8589934595,B.Wy,8589934608,B.Wz,8589934609,B.WA,8589934610,B.WB,8589934611,B.WC,8589934612,B.WD,8589934624,B.WE,8589934625,B.WF,8589934626,B.WG,8589934848,B.e8,8589934849,B.hu,8589934850,B.df,8589934851,B.e9,8589934852,B.ea,8589934853,B.hv,8589934854,B.eb,8589934855,B.hw,8589935088,B.WH,8589935090,B.WI,8589935092,B.WJ,8589935094,B.WK,8589935117,B.kn,8589935144,B.WL,8589935145,B.WM,8589935146,B.zR,8589935147,B.zS,8589935148,B.WN,8589935149,B.zT,8589935150,B.ko,8589935151,B.zU,8589935152,B.kp,8589935153,B.kq,8589935154,B.kr,8589935155,B.ks,8589935156,B.kt,8589935157,B.ku,8589935158,B.kv,8589935159,B.kw,8589935160,B.kx,8589935161,B.ky,8589935165,B.WO,8589935361,B.WP,8589935362,B.WQ,8589935363,B.WR,8589935364,B.WS,8589935365,B.WT,8589935366,B.WU,8589935367,B.WV,8589935368,B.WW,8589935369,B.WX,8589935370,B.WY,8589935371,B.WZ,8589935372,B.X_,8589935373,B.X0,8589935374,B.X1,8589935375,B.X2,8589935376,B.X3,8589935377,B.X4,8589935378,B.X5,8589935379,B.X6,8589935380,B.X7,8589935381,B.X8,8589935382,B.X9,8589935383,B.Xa,8589935384,B.Xb,8589935385,B.Xc,8589935386,B.Xd,8589935387,B.Xe,8589935388,B.Xf,8589935389,B.Xg,8589935390,B.Xh,8589935391,B.Xi],A.ab("cu")) +B.cz=new A.m3(0,"canvas") +B.kE=new A.m3(1,"card") +B.a1W=new A.m3(2,"circle") +B.kF=new A.m3(3,"button") +B.hy=new A.m3(4,"transparency") +B.hJ=new A.aN(2,2) +B.iH=new A.ck(B.hJ,B.hJ,B.hJ,B.hJ) +B.YL=new A.cu([B.cz,null,B.kE,B.iH,B.a1W,null,B.kF,B.iH,B.hy,null],A.ab("cu")) +B.a2z={attributename:0,attributetype:1,basefrequency:2,baseprofile:3,calcmode:4,clippathunits:5,contentscripttype:6,contentstyletype:7,diffuseconstant:8,edgemode:9,externalresourcesrequired:10,filterres:11,filterunits:12,glyphref:13,gradienttransform:14,gradientunits:15,kernelmatrix:16,kernelunitlength:17,keypoints:18,keysplines:19,keytimes:20,lengthadjust:21,limitingconeangle:22,markerheight:23,markerunits:24,markerwidth:25,maskcontentunits:26,maskunits:27,numoctaves:28,pathlength:29,patterncontentunits:30,patterntransform:31,patternunits:32,pointsatx:33,pointsaty:34,pointsatz:35,preservealpha:36,preserveaspectratio:37,primitiveunits:38,refx:39,refy:40,repeatcount:41,repeatdur:42,requiredextensions:43,requiredfeatures:44,specularconstant:45,specularexponent:46,spreadmethod:47,startoffset:48,stddeviation:49,stitchtiles:50,surfacescale:51,systemlanguage:52,tablevalues:53,targetx:54,targety:55,textlength:56,viewbox:57,viewtarget:58,xchannelselector:59,ychannelselector:60,zoomandpan:61} +B.YM=new A.i(B.a2z,["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","contentScriptType","contentStyleType","diffuseConstant","edgeMode","externalResourcesRequired","filterRes","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"],t.w) +B.A_=new A.i(B.aC,[],A.ab("i")) +B.YO=new A.i(B.aC,[],A.ab("i")) +B.hx=new A.i(B.aC,[],A.ab("i")) +B.YR=new A.i(B.aC,[],A.ab("i")) +B.zY=new A.i(B.aC,[],t.VJ) +B.YQ=new A.i(B.aC,[],A.ab("i")) +B.YP=new A.i(B.aC,[],A.ab("i")) +B.A0=new A.i(B.aC,[],A.ab("i")) +B.zX=new A.i(B.aC,[],A.ab("i")) +B.YN=new A.i(B.aC,[],A.ab("i")) +B.zZ=new A.i(B.aC,[],A.ab("i>")) +B.J=new A.i(B.aC,[],A.ab("i")) +B.a2n={"437":0,"850":1,"852":2,"855":3,"857":4,"860":5,"861":6,"862":7,"863":8,"865":9,"866":10,"869":11,ansix341968:12,ansix341986:13,arabic:14,ascii:15,asmo708:16,big5:17,big5hkscs:18,chinese:19,cp037:20,cp1026:21,cp154:22,cp367:23,cp424:24,cp437:25,cp500:26,cp775:27,cp819:28,cp850:29,cp852:30,cp855:31,cp857:32,cp860:33,cp861:34,cp862:35,cp863:36,cp864:37,cp865:38,cp866:39,cp869:40,cp936:41,cpgr:42,cpis:43,csascii:44,csbig5:45,cseuckr:46,cseucpkdfmtjapanese:47,csgb2312:48,cshproman8:49,csibm037:50,csibm1026:51,csibm424:52,csibm500:53,csibm855:54,csibm857:55,csibm860:56,csibm861:57,csibm863:58,csibm864:59,csibm865:60,csibm866:61,csibm869:62,csiso2022jp:63,csiso2022jp2:64,csiso2022kr:65,csiso58gb231280:66,csisolatin1:67,csisolatin2:68,csisolatin3:69,csisolatin4:70,csisolatin5:71,csisolatin6:72,csisolatinarabic:73,csisolatincyrillic:74,csisolatingreek:75,csisolatinhebrew:76,cskoi8r:77,csksc56011987:78,cspc775baltic:79,cspc850multilingual:80,cspc862latinhebrew:81,cspc8codepage437:82,cspcp852:83,csptcp154:84,csshiftjis:85,csunicode11utf7:86,cyrillic:87,cyrillicasian:88,ebcdiccpbe:89,ebcdiccpca:90,ebcdiccpch:91,ebcdiccphe:92,ebcdiccpnl:93,ebcdiccpus:94,ebcdiccpwt:95,ecma114:96,ecma118:97,elot928:98,eucjp:99,euckr:100,extendedunixcodepackedformatforjapanese:101,gb18030:102,gb2312:103,gb231280:104,gbk:105,greek:106,greek8:107,hebrew:108,hproman8:109,hzgb2312:110,ibm037:111,ibm1026:112,ibm367:113,ibm424:114,ibm437:115,ibm500:116,ibm775:117,ibm819:118,ibm850:119,ibm852:120,ibm855:121,ibm857:122,ibm860:123,ibm861:124,ibm862:125,ibm863:126,ibm864:127,ibm865:128,ibm866:129,ibm869:130,iso2022jp:131,iso2022jp2:132,iso2022kr:133,iso646irv1991:134,iso646us:135,iso88591:136,iso885910:137,iso8859101992:138,iso885911987:139,iso885913:140,iso885914:141,iso8859141998:142,iso885915:143,iso885916:144,iso8859162001:145,iso88592:146,iso885921987:147,iso88593:148,iso885931988:149,iso88594:150,iso885941988:151,iso88595:152,iso885951988:153,iso88596:154,iso885961987:155,iso88597:156,iso885971987:157,iso88598:158,iso885981988:159,iso88599:160,iso885991989:161,isoceltic:162,isoir100:163,isoir101:164,isoir109:165,isoir110:166,isoir126:167,isoir127:168,isoir138:169,isoir144:170,isoir148:171,isoir149:172,isoir157:173,isoir199:174,isoir226:175,isoir58:176,isoir6:177,koi8r:178,koi8u:179,korean:180,ksc5601:181,ksc56011987:182,ksc56011989:183,l1:184,l10:185,l2:186,l3:187,l4:188,l5:189,l6:190,l8:191,latin1:192,latin10:193,latin2:194,latin3:195,latin4:196,latin5:197,latin6:198,latin8:199,latin9:200,ms936:201,mskanji:202,pt154:203,ptcp154:204,r8:205,roman8:206,shiftjis:207,tis620:208,unicode11utf7:209,us:210,usascii:211,utf16:212,utf16be:213,utf16le:214,utf8:215,windows1250:216,windows1251:217,windows1252:218,windows1253:219,windows1254:220,windows1255:221,windows1256:222,windows1257:223,windows1258:224,windows936:225,"x-x-big5":226} +B.YS=new A.i(B.a2n,["cp437","cp850","cp852","cp855","cp857","cp860","cp861","cp862","cp863","cp865","cp866","cp869","ascii","ascii","iso8859-6","ascii","iso8859-6","big5","big5hkscs","gbk","cp037","cp1026","ptcp154","ascii","cp424","cp437","cp500","cp775","windows-1252","cp850","cp852","cp855","cp857","cp860","cp861","cp862","cp863","cp864","cp865","cp866","cp869","gbk","cp869","cp861","ascii","big5","cp949","euc_jp","gbk","hp-roman8","cp037","cp1026","cp424","cp500","cp855","cp857","cp860","cp861","cp863","cp864","cp865","cp866","cp869","iso2022_jp","iso2022_jp_2","iso2022_kr","gbk","windows-1252","iso8859-2","iso8859-3","iso8859-4","windows-1254","iso8859-10","iso8859-6","iso8859-5","iso8859-7","iso8859-8","koi8-r","cp949","cp775","cp850","cp862","cp437","cp852","ptcp154","shift_jis","utf-7","iso8859-5","ptcp154","cp500","cp037","cp500","cp424","cp037","cp037","cp037","iso8859-6","iso8859-7","iso8859-7","euc_jp","cp949","euc_jp","gb18030","gbk","gbk","gbk","iso8859-7","iso8859-7","iso8859-8","hp-roman8","hz","cp037","cp1026","ascii","cp424","cp437","cp500","cp775","windows-1252","cp850","cp852","cp855","cp857","cp860","cp861","cp862","cp863","cp864","cp865","cp866","cp869","iso2022_jp","iso2022_jp_2","iso2022_kr","ascii","ascii","windows-1252","iso8859-10","iso8859-10","windows-1252","iso8859-13","iso8859-14","iso8859-14","iso8859-15","iso8859-16","iso8859-16","iso8859-2","iso8859-2","iso8859-3","iso8859-3","iso8859-4","iso8859-4","iso8859-5","iso8859-5","iso8859-6","iso8859-6","iso8859-7","iso8859-7","iso8859-8","iso8859-8","windows-1254","windows-1254","iso8859-14","windows-1252","iso8859-2","iso8859-3","iso8859-4","iso8859-7","iso8859-6","iso8859-8","iso8859-5","windows-1254","cp949","iso8859-10","iso8859-14","iso8859-16","gbk","ascii","koi8-r","koi8-u","cp949","cp949","cp949","cp949","windows-1252","iso8859-16","iso8859-2","iso8859-3","iso8859-4","windows-1254","iso8859-10","iso8859-14","windows-1252","iso8859-16","iso8859-2","iso8859-3","iso8859-4","windows-1254","iso8859-10","iso8859-14","iso8859-15","gbk","shift_jis","ptcp154","ptcp154","hp-roman8","hp-roman8","shift_jis","cp874","utf-7","ascii","ascii","utf-16","utf-16-be","utf-16-le","utf-8","cp1250","cp1251","cp1252","cp1253","cp1254","cp1255","cp1256","cp1257","cp1258","gbk","big5"],t.w) +B.YV=new A.cu([0,"\ufffd",13,"\r",128,"\u20ac",129,"\x81",130,"\u201a",131,"\u0192",132,"\u201e",133,"\u2026",134,"\u2020",135,"\u2021",136,"\u02c6",137,"\u2030",138,"\u0160",139,"\u2039",140,"\u0152",141,"\x8d",142,"\u017d",143,"\x8f",144,"\x90",145,"\u2018",146,"\u2019",147,"\u201c",148,"\u201d",149,"\u2022",150,"\u2013",151,"\u2014",152,"\u02dc",153,"\u2122",154,"\u0161",155,"\u203a",156,"\u0153",157,"\x9d",158,"\u017e",159,"\u0178"],t.TM) +B.lf=new A.ay(B.bo,!1,!1,!0,!1) +B.lc=new A.ay(B.bb,!1,!1,!0,!1) +B.ld=new A.ay(B.bc,!1,!1,!0,!1) +B.le=new A.ay(B.bp,!1,!1,!0,!1) +B.F5=new A.ay(B.bo,!1,!1,!1,!0) +B.F2=new A.ay(B.bb,!1,!1,!1,!0) +B.F3=new A.ay(B.bc,!1,!1,!1,!0) +B.F4=new A.ay(B.bp,!1,!1,!1,!0) +B.lb=new A.ay(B.e7,!1,!0,!1,!1) +B.lg=new A.ay(B.e6,!1,!0,!1,!1) +B.hY=new A.ay(B.cx,!1,!0,!1,!1) +B.hX=new A.ay(B.cy,!1,!0,!1,!1) +B.EZ=new A.ay(B.bb,!0,!1,!1,!1) +B.F_=new A.ay(B.bc,!0,!1,!1,!1) +B.F0=new A.ay(B.bb,!0,!0,!1,!1) +B.F1=new A.ay(B.bc,!0,!0,!1,!1) +B.hU=new A.ay(B.cx,!1,!1,!1,!1) +B.hT=new A.ay(B.cy,!1,!1,!1,!1) +B.F7=new A.ay(B.cx,!0,!1,!1,!1) +B.F6=new A.ay(B.cy,!0,!1,!1,!1) +B.YW=new A.cu([B.lf,B.B,B.lc,B.B,B.ld,B.B,B.le,B.B,B.F5,B.B,B.F2,B.B,B.F3,B.B,B.F4,B.B,B.lb,B.B,B.lg,B.B,B.hY,B.B,B.hX,B.B,B.hW,B.B,B.hZ,B.B,B.i_,B.B,B.hV,B.B,B.EZ,B.B,B.F_,B.B,B.F0,B.B,B.F1,B.B,B.eE,B.B,B.eF,B.B,B.hU,B.B,B.hT,B.B,B.F7,B.B,B.F6,B.B,B.i0,B.B,B.hS,B.B],t.Fp) +B.a2q={"xlink:actuate":0,"xlink:arcrole":1,"xlink:href":2,"xlink:role":3,"xlink:show":4,"xlink:title":5,"xlink:type":6,"xml:base":7,"xml:lang":8,"xml:space":9,xmlns:10,"xmlns:xlink":11} +B.Gh=new A.ec("xlink","actuate","http://www.w3.org/1999/xlink") +B.Gk=new A.ec("xlink","arcrole","http://www.w3.org/1999/xlink") +B.Gl=new A.ec("xlink","href","http://www.w3.org/1999/xlink") +B.Gj=new A.ec("xlink","role","http://www.w3.org/1999/xlink") +B.Gi=new A.ec("xlink","show","http://www.w3.org/1999/xlink") +B.Gq=new A.ec("xlink","title","http://www.w3.org/1999/xlink") +B.Gp=new A.ec("xlink","type","http://www.w3.org/1999/xlink") +B.Go=new A.ec("xml","base","http://www.w3.org/XML/1998/namespace") +B.Gm=new A.ec("xml","lang","http://www.w3.org/XML/1998/namespace") +B.Gf=new A.ec("xml","space","http://www.w3.org/XML/1998/namespace") +B.Gn=new A.ec(null,"xmlns","http://www.w3.org/2000/xmlns/") +B.Gg=new A.ec("xmlns","xlink","http://www.w3.org/2000/xmlns/") +B.YX=new A.i(B.a2q,[B.Gh,B.Gk,B.Gl,B.Gj,B.Gi,B.Gq,B.Gp,B.Go,B.Gm,B.Gf,B.Gn,B.Gg],A.ab("i")) +B.a2E={AElig:0,"AElig;":1,AMP:2,"AMP;":3,Aacute:4,"Aacute;":5,"Abreve;":6,Acirc:7,"Acirc;":8,"Acy;":9,"Afr;":10,Agrave:11,"Agrave;":12,"Alpha;":13,"Amacr;":14,"And;":15,"Aogon;":16,"Aopf;":17,"ApplyFunction;":18,Aring:19,"Aring;":20,"Ascr;":21,"Assign;":22,Atilde:23,"Atilde;":24,Auml:25,"Auml;":26,"Backslash;":27,"Barv;":28,"Barwed;":29,"Bcy;":30,"Because;":31,"Bernoullis;":32,"Beta;":33,"Bfr;":34,"Bopf;":35,"Breve;":36,"Bscr;":37,"Bumpeq;":38,"CHcy;":39,COPY:40,"COPY;":41,"Cacute;":42,"Cap;":43,"CapitalDifferentialD;":44,"Cayleys;":45,"Ccaron;":46,Ccedil:47,"Ccedil;":48,"Ccirc;":49,"Cconint;":50,"Cdot;":51,"Cedilla;":52,"CenterDot;":53,"Cfr;":54,"Chi;":55,"CircleDot;":56,"CircleMinus;":57,"CirclePlus;":58,"CircleTimes;":59,"ClockwiseContourIntegral;":60,"CloseCurlyDoubleQuote;":61,"CloseCurlyQuote;":62,"Colon;":63,"Colone;":64,"Congruent;":65,"Conint;":66,"ContourIntegral;":67,"Copf;":68,"Coproduct;":69,"CounterClockwiseContourIntegral;":70,"Cross;":71,"Cscr;":72,"Cup;":73,"CupCap;":74,"DD;":75,"DDotrahd;":76,"DJcy;":77,"DScy;":78,"DZcy;":79,"Dagger;":80,"Darr;":81,"Dashv;":82,"Dcaron;":83,"Dcy;":84,"Del;":85,"Delta;":86,"Dfr;":87,"DiacriticalAcute;":88,"DiacriticalDot;":89,"DiacriticalDoubleAcute;":90,"DiacriticalGrave;":91,"DiacriticalTilde;":92,"Diamond;":93,"DifferentialD;":94,"Dopf;":95,"Dot;":96,"DotDot;":97,"DotEqual;":98,"DoubleContourIntegral;":99,"DoubleDot;":100,"DoubleDownArrow;":101,"DoubleLeftArrow;":102,"DoubleLeftRightArrow;":103,"DoubleLeftTee;":104,"DoubleLongLeftArrow;":105,"DoubleLongLeftRightArrow;":106,"DoubleLongRightArrow;":107,"DoubleRightArrow;":108,"DoubleRightTee;":109,"DoubleUpArrow;":110,"DoubleUpDownArrow;":111,"DoubleVerticalBar;":112,"DownArrow;":113,"DownArrowBar;":114,"DownArrowUpArrow;":115,"DownBreve;":116,"DownLeftRightVector;":117,"DownLeftTeeVector;":118,"DownLeftVector;":119,"DownLeftVectorBar;":120,"DownRightTeeVector;":121,"DownRightVector;":122,"DownRightVectorBar;":123,"DownTee;":124,"DownTeeArrow;":125,"Downarrow;":126,"Dscr;":127,"Dstrok;":128,"ENG;":129,ETH:130,"ETH;":131,Eacute:132,"Eacute;":133,"Ecaron;":134,Ecirc:135,"Ecirc;":136,"Ecy;":137,"Edot;":138,"Efr;":139,Egrave:140,"Egrave;":141,"Element;":142,"Emacr;":143,"EmptySmallSquare;":144,"EmptyVerySmallSquare;":145,"Eogon;":146,"Eopf;":147,"Epsilon;":148,"Equal;":149,"EqualTilde;":150,"Equilibrium;":151,"Escr;":152,"Esim;":153,"Eta;":154,Euml:155,"Euml;":156,"Exists;":157,"ExponentialE;":158,"Fcy;":159,"Ffr;":160,"FilledSmallSquare;":161,"FilledVerySmallSquare;":162,"Fopf;":163,"ForAll;":164,"Fouriertrf;":165,"Fscr;":166,"GJcy;":167,GT:168,"GT;":169,"Gamma;":170,"Gammad;":171,"Gbreve;":172,"Gcedil;":173,"Gcirc;":174,"Gcy;":175,"Gdot;":176,"Gfr;":177,"Gg;":178,"Gopf;":179,"GreaterEqual;":180,"GreaterEqualLess;":181,"GreaterFullEqual;":182,"GreaterGreater;":183,"GreaterLess;":184,"GreaterSlantEqual;":185,"GreaterTilde;":186,"Gscr;":187,"Gt;":188,"HARDcy;":189,"Hacek;":190,"Hat;":191,"Hcirc;":192,"Hfr;":193,"HilbertSpace;":194,"Hopf;":195,"HorizontalLine;":196,"Hscr;":197,"Hstrok;":198,"HumpDownHump;":199,"HumpEqual;":200,"IEcy;":201,"IJlig;":202,"IOcy;":203,Iacute:204,"Iacute;":205,Icirc:206,"Icirc;":207,"Icy;":208,"Idot;":209,"Ifr;":210,Igrave:211,"Igrave;":212,"Im;":213,"Imacr;":214,"ImaginaryI;":215,"Implies;":216,"Int;":217,"Integral;":218,"Intersection;":219,"InvisibleComma;":220,"InvisibleTimes;":221,"Iogon;":222,"Iopf;":223,"Iota;":224,"Iscr;":225,"Itilde;":226,"Iukcy;":227,Iuml:228,"Iuml;":229,"Jcirc;":230,"Jcy;":231,"Jfr;":232,"Jopf;":233,"Jscr;":234,"Jsercy;":235,"Jukcy;":236,"KHcy;":237,"KJcy;":238,"Kappa;":239,"Kcedil;":240,"Kcy;":241,"Kfr;":242,"Kopf;":243,"Kscr;":244,"LJcy;":245,LT:246,"LT;":247,"Lacute;":248,"Lambda;":249,"Lang;":250,"Laplacetrf;":251,"Larr;":252,"Lcaron;":253,"Lcedil;":254,"Lcy;":255,"LeftAngleBracket;":256,"LeftArrow;":257,"LeftArrowBar;":258,"LeftArrowRightArrow;":259,"LeftCeiling;":260,"LeftDoubleBracket;":261,"LeftDownTeeVector;":262,"LeftDownVector;":263,"LeftDownVectorBar;":264,"LeftFloor;":265,"LeftRightArrow;":266,"LeftRightVector;":267,"LeftTee;":268,"LeftTeeArrow;":269,"LeftTeeVector;":270,"LeftTriangle;":271,"LeftTriangleBar;":272,"LeftTriangleEqual;":273,"LeftUpDownVector;":274,"LeftUpTeeVector;":275,"LeftUpVector;":276,"LeftUpVectorBar;":277,"LeftVector;":278,"LeftVectorBar;":279,"Leftarrow;":280,"Leftrightarrow;":281,"LessEqualGreater;":282,"LessFullEqual;":283,"LessGreater;":284,"LessLess;":285,"LessSlantEqual;":286,"LessTilde;":287,"Lfr;":288,"Ll;":289,"Lleftarrow;":290,"Lmidot;":291,"LongLeftArrow;":292,"LongLeftRightArrow;":293,"LongRightArrow;":294,"Longleftarrow;":295,"Longleftrightarrow;":296,"Longrightarrow;":297,"Lopf;":298,"LowerLeftArrow;":299,"LowerRightArrow;":300,"Lscr;":301,"Lsh;":302,"Lstrok;":303,"Lt;":304,"Map;":305,"Mcy;":306,"MediumSpace;":307,"Mellintrf;":308,"Mfr;":309,"MinusPlus;":310,"Mopf;":311,"Mscr;":312,"Mu;":313,"NJcy;":314,"Nacute;":315,"Ncaron;":316,"Ncedil;":317,"Ncy;":318,"NegativeMediumSpace;":319,"NegativeThickSpace;":320,"NegativeThinSpace;":321,"NegativeVeryThinSpace;":322,"NestedGreaterGreater;":323,"NestedLessLess;":324,"NewLine;":325,"Nfr;":326,"NoBreak;":327,"NonBreakingSpace;":328,"Nopf;":329,"Not;":330,"NotCongruent;":331,"NotCupCap;":332,"NotDoubleVerticalBar;":333,"NotElement;":334,"NotEqual;":335,"NotEqualTilde;":336,"NotExists;":337,"NotGreater;":338,"NotGreaterEqual;":339,"NotGreaterFullEqual;":340,"NotGreaterGreater;":341,"NotGreaterLess;":342,"NotGreaterSlantEqual;":343,"NotGreaterTilde;":344,"NotHumpDownHump;":345,"NotHumpEqual;":346,"NotLeftTriangle;":347,"NotLeftTriangleBar;":348,"NotLeftTriangleEqual;":349,"NotLess;":350,"NotLessEqual;":351,"NotLessGreater;":352,"NotLessLess;":353,"NotLessSlantEqual;":354,"NotLessTilde;":355,"NotNestedGreaterGreater;":356,"NotNestedLessLess;":357,"NotPrecedes;":358,"NotPrecedesEqual;":359,"NotPrecedesSlantEqual;":360,"NotReverseElement;":361,"NotRightTriangle;":362,"NotRightTriangleBar;":363,"NotRightTriangleEqual;":364,"NotSquareSubset;":365,"NotSquareSubsetEqual;":366,"NotSquareSuperset;":367,"NotSquareSupersetEqual;":368,"NotSubset;":369,"NotSubsetEqual;":370,"NotSucceeds;":371,"NotSucceedsEqual;":372,"NotSucceedsSlantEqual;":373,"NotSucceedsTilde;":374,"NotSuperset;":375,"NotSupersetEqual;":376,"NotTilde;":377,"NotTildeEqual;":378,"NotTildeFullEqual;":379,"NotTildeTilde;":380,"NotVerticalBar;":381,"Nscr;":382,Ntilde:383,"Ntilde;":384,"Nu;":385,"OElig;":386,Oacute:387,"Oacute;":388,Ocirc:389,"Ocirc;":390,"Ocy;":391,"Odblac;":392,"Ofr;":393,Ograve:394,"Ograve;":395,"Omacr;":396,"Omega;":397,"Omicron;":398,"Oopf;":399,"OpenCurlyDoubleQuote;":400,"OpenCurlyQuote;":401,"Or;":402,"Oscr;":403,Oslash:404,"Oslash;":405,Otilde:406,"Otilde;":407,"Otimes;":408,Ouml:409,"Ouml;":410,"OverBar;":411,"OverBrace;":412,"OverBracket;":413,"OverParenthesis;":414,"PartialD;":415,"Pcy;":416,"Pfr;":417,"Phi;":418,"Pi;":419,"PlusMinus;":420,"Poincareplane;":421,"Popf;":422,"Pr;":423,"Precedes;":424,"PrecedesEqual;":425,"PrecedesSlantEqual;":426,"PrecedesTilde;":427,"Prime;":428,"Product;":429,"Proportion;":430,"Proportional;":431,"Pscr;":432,"Psi;":433,QUOT:434,"QUOT;":435,"Qfr;":436,"Qopf;":437,"Qscr;":438,"RBarr;":439,REG:440,"REG;":441,"Racute;":442,"Rang;":443,"Rarr;":444,"Rarrtl;":445,"Rcaron;":446,"Rcedil;":447,"Rcy;":448,"Re;":449,"ReverseElement;":450,"ReverseEquilibrium;":451,"ReverseUpEquilibrium;":452,"Rfr;":453,"Rho;":454,"RightAngleBracket;":455,"RightArrow;":456,"RightArrowBar;":457,"RightArrowLeftArrow;":458,"RightCeiling;":459,"RightDoubleBracket;":460,"RightDownTeeVector;":461,"RightDownVector;":462,"RightDownVectorBar;":463,"RightFloor;":464,"RightTee;":465,"RightTeeArrow;":466,"RightTeeVector;":467,"RightTriangle;":468,"RightTriangleBar;":469,"RightTriangleEqual;":470,"RightUpDownVector;":471,"RightUpTeeVector;":472,"RightUpVector;":473,"RightUpVectorBar;":474,"RightVector;":475,"RightVectorBar;":476,"Rightarrow;":477,"Ropf;":478,"RoundImplies;":479,"Rrightarrow;":480,"Rscr;":481,"Rsh;":482,"RuleDelayed;":483,"SHCHcy;":484,"SHcy;":485,"SOFTcy;":486,"Sacute;":487,"Sc;":488,"Scaron;":489,"Scedil;":490,"Scirc;":491,"Scy;":492,"Sfr;":493,"ShortDownArrow;":494,"ShortLeftArrow;":495,"ShortRightArrow;":496,"ShortUpArrow;":497,"Sigma;":498,"SmallCircle;":499,"Sopf;":500,"Sqrt;":501,"Square;":502,"SquareIntersection;":503,"SquareSubset;":504,"SquareSubsetEqual;":505,"SquareSuperset;":506,"SquareSupersetEqual;":507,"SquareUnion;":508,"Sscr;":509,"Star;":510,"Sub;":511,"Subset;":512,"SubsetEqual;":513,"Succeeds;":514,"SucceedsEqual;":515,"SucceedsSlantEqual;":516,"SucceedsTilde;":517,"SuchThat;":518,"Sum;":519,"Sup;":520,"Superset;":521,"SupersetEqual;":522,"Supset;":523,THORN:524,"THORN;":525,"TRADE;":526,"TSHcy;":527,"TScy;":528,"Tab;":529,"Tau;":530,"Tcaron;":531,"Tcedil;":532,"Tcy;":533,"Tfr;":534,"Therefore;":535,"Theta;":536,"ThickSpace;":537,"ThinSpace;":538,"Tilde;":539,"TildeEqual;":540,"TildeFullEqual;":541,"TildeTilde;":542,"Topf;":543,"TripleDot;":544,"Tscr;":545,"Tstrok;":546,Uacute:547,"Uacute;":548,"Uarr;":549,"Uarrocir;":550,"Ubrcy;":551,"Ubreve;":552,Ucirc:553,"Ucirc;":554,"Ucy;":555,"Udblac;":556,"Ufr;":557,Ugrave:558,"Ugrave;":559,"Umacr;":560,"UnderBar;":561,"UnderBrace;":562,"UnderBracket;":563,"UnderParenthesis;":564,"Union;":565,"UnionPlus;":566,"Uogon;":567,"Uopf;":568,"UpArrow;":569,"UpArrowBar;":570,"UpArrowDownArrow;":571,"UpDownArrow;":572,"UpEquilibrium;":573,"UpTee;":574,"UpTeeArrow;":575,"Uparrow;":576,"Updownarrow;":577,"UpperLeftArrow;":578,"UpperRightArrow;":579,"Upsi;":580,"Upsilon;":581,"Uring;":582,"Uscr;":583,"Utilde;":584,Uuml:585,"Uuml;":586,"VDash;":587,"Vbar;":588,"Vcy;":589,"Vdash;":590,"Vdashl;":591,"Vee;":592,"Verbar;":593,"Vert;":594,"VerticalBar;":595,"VerticalLine;":596,"VerticalSeparator;":597,"VerticalTilde;":598,"VeryThinSpace;":599,"Vfr;":600,"Vopf;":601,"Vscr;":602,"Vvdash;":603,"Wcirc;":604,"Wedge;":605,"Wfr;":606,"Wopf;":607,"Wscr;":608,"Xfr;":609,"Xi;":610,"Xopf;":611,"Xscr;":612,"YAcy;":613,"YIcy;":614,"YUcy;":615,Yacute:616,"Yacute;":617,"Ycirc;":618,"Ycy;":619,"Yfr;":620,"Yopf;":621,"Yscr;":622,"Yuml;":623,"ZHcy;":624,"Zacute;":625,"Zcaron;":626,"Zcy;":627,"Zdot;":628,"ZeroWidthSpace;":629,"Zeta;":630,"Zfr;":631,"Zopf;":632,"Zscr;":633,aacute:634,"aacute;":635,"abreve;":636,"ac;":637,"acE;":638,"acd;":639,acirc:640,"acirc;":641,acute:642,"acute;":643,"acy;":644,aelig:645,"aelig;":646,"af;":647,"afr;":648,agrave:649,"agrave;":650,"alefsym;":651,"aleph;":652,"alpha;":653,"amacr;":654,"amalg;":655,amp:656,"amp;":657,"and;":658,"andand;":659,"andd;":660,"andslope;":661,"andv;":662,"ang;":663,"ange;":664,"angle;":665,"angmsd;":666,"angmsdaa;":667,"angmsdab;":668,"angmsdac;":669,"angmsdad;":670,"angmsdae;":671,"angmsdaf;":672,"angmsdag;":673,"angmsdah;":674,"angrt;":675,"angrtvb;":676,"angrtvbd;":677,"angsph;":678,"angst;":679,"angzarr;":680,"aogon;":681,"aopf;":682,"ap;":683,"apE;":684,"apacir;":685,"ape;":686,"apid;":687,"apos;":688,"approx;":689,"approxeq;":690,aring:691,"aring;":692,"ascr;":693,"ast;":694,"asymp;":695,"asympeq;":696,atilde:697,"atilde;":698,auml:699,"auml;":700,"awconint;":701,"awint;":702,"bNot;":703,"backcong;":704,"backepsilon;":705,"backprime;":706,"backsim;":707,"backsimeq;":708,"barvee;":709,"barwed;":710,"barwedge;":711,"bbrk;":712,"bbrktbrk;":713,"bcong;":714,"bcy;":715,"bdquo;":716,"becaus;":717,"because;":718,"bemptyv;":719,"bepsi;":720,"bernou;":721,"beta;":722,"beth;":723,"between;":724,"bfr;":725,"bigcap;":726,"bigcirc;":727,"bigcup;":728,"bigodot;":729,"bigoplus;":730,"bigotimes;":731,"bigsqcup;":732,"bigstar;":733,"bigtriangledown;":734,"bigtriangleup;":735,"biguplus;":736,"bigvee;":737,"bigwedge;":738,"bkarow;":739,"blacklozenge;":740,"blacksquare;":741,"blacktriangle;":742,"blacktriangledown;":743,"blacktriangleleft;":744,"blacktriangleright;":745,"blank;":746,"blk12;":747,"blk14;":748,"blk34;":749,"block;":750,"bne;":751,"bnequiv;":752,"bnot;":753,"bopf;":754,"bot;":755,"bottom;":756,"bowtie;":757,"boxDL;":758,"boxDR;":759,"boxDl;":760,"boxDr;":761,"boxH;":762,"boxHD;":763,"boxHU;":764,"boxHd;":765,"boxHu;":766,"boxUL;":767,"boxUR;":768,"boxUl;":769,"boxUr;":770,"boxV;":771,"boxVH;":772,"boxVL;":773,"boxVR;":774,"boxVh;":775,"boxVl;":776,"boxVr;":777,"boxbox;":778,"boxdL;":779,"boxdR;":780,"boxdl;":781,"boxdr;":782,"boxh;":783,"boxhD;":784,"boxhU;":785,"boxhd;":786,"boxhu;":787,"boxminus;":788,"boxplus;":789,"boxtimes;":790,"boxuL;":791,"boxuR;":792,"boxul;":793,"boxur;":794,"boxv;":795,"boxvH;":796,"boxvL;":797,"boxvR;":798,"boxvh;":799,"boxvl;":800,"boxvr;":801,"bprime;":802,"breve;":803,brvbar:804,"brvbar;":805,"bscr;":806,"bsemi;":807,"bsim;":808,"bsime;":809,"bsol;":810,"bsolb;":811,"bsolhsub;":812,"bull;":813,"bullet;":814,"bump;":815,"bumpE;":816,"bumpe;":817,"bumpeq;":818,"cacute;":819,"cap;":820,"capand;":821,"capbrcup;":822,"capcap;":823,"capcup;":824,"capdot;":825,"caps;":826,"caret;":827,"caron;":828,"ccaps;":829,"ccaron;":830,ccedil:831,"ccedil;":832,"ccirc;":833,"ccups;":834,"ccupssm;":835,"cdot;":836,cedil:837,"cedil;":838,"cemptyv;":839,cent:840,"cent;":841,"centerdot;":842,"cfr;":843,"chcy;":844,"check;":845,"checkmark;":846,"chi;":847,"cir;":848,"cirE;":849,"circ;":850,"circeq;":851,"circlearrowleft;":852,"circlearrowright;":853,"circledR;":854,"circledS;":855,"circledast;":856,"circledcirc;":857,"circleddash;":858,"cire;":859,"cirfnint;":860,"cirmid;":861,"cirscir;":862,"clubs;":863,"clubsuit;":864,"colon;":865,"colone;":866,"coloneq;":867,"comma;":868,"commat;":869,"comp;":870,"compfn;":871,"complement;":872,"complexes;":873,"cong;":874,"congdot;":875,"conint;":876,"copf;":877,"coprod;":878,copy:879,"copy;":880,"copysr;":881,"crarr;":882,"cross;":883,"cscr;":884,"csub;":885,"csube;":886,"csup;":887,"csupe;":888,"ctdot;":889,"cudarrl;":890,"cudarrr;":891,"cuepr;":892,"cuesc;":893,"cularr;":894,"cularrp;":895,"cup;":896,"cupbrcap;":897,"cupcap;":898,"cupcup;":899,"cupdot;":900,"cupor;":901,"cups;":902,"curarr;":903,"curarrm;":904,"curlyeqprec;":905,"curlyeqsucc;":906,"curlyvee;":907,"curlywedge;":908,curren:909,"curren;":910,"curvearrowleft;":911,"curvearrowright;":912,"cuvee;":913,"cuwed;":914,"cwconint;":915,"cwint;":916,"cylcty;":917,"dArr;":918,"dHar;":919,"dagger;":920,"daleth;":921,"darr;":922,"dash;":923,"dashv;":924,"dbkarow;":925,"dblac;":926,"dcaron;":927,"dcy;":928,"dd;":929,"ddagger;":930,"ddarr;":931,"ddotseq;":932,deg:933,"deg;":934,"delta;":935,"demptyv;":936,"dfisht;":937,"dfr;":938,"dharl;":939,"dharr;":940,"diam;":941,"diamond;":942,"diamondsuit;":943,"diams;":944,"die;":945,"digamma;":946,"disin;":947,"div;":948,divide:949,"divide;":950,"divideontimes;":951,"divonx;":952,"djcy;":953,"dlcorn;":954,"dlcrop;":955,"dollar;":956,"dopf;":957,"dot;":958,"doteq;":959,"doteqdot;":960,"dotminus;":961,"dotplus;":962,"dotsquare;":963,"doublebarwedge;":964,"downarrow;":965,"downdownarrows;":966,"downharpoonleft;":967,"downharpoonright;":968,"drbkarow;":969,"drcorn;":970,"drcrop;":971,"dscr;":972,"dscy;":973,"dsol;":974,"dstrok;":975,"dtdot;":976,"dtri;":977,"dtrif;":978,"duarr;":979,"duhar;":980,"dwangle;":981,"dzcy;":982,"dzigrarr;":983,"eDDot;":984,"eDot;":985,eacute:986,"eacute;":987,"easter;":988,"ecaron;":989,"ecir;":990,ecirc:991,"ecirc;":992,"ecolon;":993,"ecy;":994,"edot;":995,"ee;":996,"efDot;":997,"efr;":998,"eg;":999,egrave:1000,"egrave;":1001,"egs;":1002,"egsdot;":1003,"el;":1004,"elinters;":1005,"ell;":1006,"els;":1007,"elsdot;":1008,"emacr;":1009,"empty;":1010,"emptyset;":1011,"emptyv;":1012,"emsp13;":1013,"emsp14;":1014,"emsp;":1015,"eng;":1016,"ensp;":1017,"eogon;":1018,"eopf;":1019,"epar;":1020,"eparsl;":1021,"eplus;":1022,"epsi;":1023,"epsilon;":1024,"epsiv;":1025,"eqcirc;":1026,"eqcolon;":1027,"eqsim;":1028,"eqslantgtr;":1029,"eqslantless;":1030,"equals;":1031,"equest;":1032,"equiv;":1033,"equivDD;":1034,"eqvparsl;":1035,"erDot;":1036,"erarr;":1037,"escr;":1038,"esdot;":1039,"esim;":1040,"eta;":1041,eth:1042,"eth;":1043,euml:1044,"euml;":1045,"euro;":1046,"excl;":1047,"exist;":1048,"expectation;":1049,"exponentiale;":1050,"fallingdotseq;":1051,"fcy;":1052,"female;":1053,"ffilig;":1054,"fflig;":1055,"ffllig;":1056,"ffr;":1057,"filig;":1058,"fjlig;":1059,"flat;":1060,"fllig;":1061,"fltns;":1062,"fnof;":1063,"fopf;":1064,"forall;":1065,"fork;":1066,"forkv;":1067,"fpartint;":1068,frac12:1069,"frac12;":1070,"frac13;":1071,frac14:1072,"frac14;":1073,"frac15;":1074,"frac16;":1075,"frac18;":1076,"frac23;":1077,"frac25;":1078,frac34:1079,"frac34;":1080,"frac35;":1081,"frac38;":1082,"frac45;":1083,"frac56;":1084,"frac58;":1085,"frac78;":1086,"frasl;":1087,"frown;":1088,"fscr;":1089,"gE;":1090,"gEl;":1091,"gacute;":1092,"gamma;":1093,"gammad;":1094,"gap;":1095,"gbreve;":1096,"gcirc;":1097,"gcy;":1098,"gdot;":1099,"ge;":1100,"gel;":1101,"geq;":1102,"geqq;":1103,"geqslant;":1104,"ges;":1105,"gescc;":1106,"gesdot;":1107,"gesdoto;":1108,"gesdotol;":1109,"gesl;":1110,"gesles;":1111,"gfr;":1112,"gg;":1113,"ggg;":1114,"gimel;":1115,"gjcy;":1116,"gl;":1117,"glE;":1118,"gla;":1119,"glj;":1120,"gnE;":1121,"gnap;":1122,"gnapprox;":1123,"gne;":1124,"gneq;":1125,"gneqq;":1126,"gnsim;":1127,"gopf;":1128,"grave;":1129,"gscr;":1130,"gsim;":1131,"gsime;":1132,"gsiml;":1133,gt:1134,"gt;":1135,"gtcc;":1136,"gtcir;":1137,"gtdot;":1138,"gtlPar;":1139,"gtquest;":1140,"gtrapprox;":1141,"gtrarr;":1142,"gtrdot;":1143,"gtreqless;":1144,"gtreqqless;":1145,"gtrless;":1146,"gtrsim;":1147,"gvertneqq;":1148,"gvnE;":1149,"hArr;":1150,"hairsp;":1151,"half;":1152,"hamilt;":1153,"hardcy;":1154,"harr;":1155,"harrcir;":1156,"harrw;":1157,"hbar;":1158,"hcirc;":1159,"hearts;":1160,"heartsuit;":1161,"hellip;":1162,"hercon;":1163,"hfr;":1164,"hksearow;":1165,"hkswarow;":1166,"hoarr;":1167,"homtht;":1168,"hookleftarrow;":1169,"hookrightarrow;":1170,"hopf;":1171,"horbar;":1172,"hscr;":1173,"hslash;":1174,"hstrok;":1175,"hybull;":1176,"hyphen;":1177,iacute:1178,"iacute;":1179,"ic;":1180,icirc:1181,"icirc;":1182,"icy;":1183,"iecy;":1184,iexcl:1185,"iexcl;":1186,"iff;":1187,"ifr;":1188,igrave:1189,"igrave;":1190,"ii;":1191,"iiiint;":1192,"iiint;":1193,"iinfin;":1194,"iiota;":1195,"ijlig;":1196,"imacr;":1197,"image;":1198,"imagline;":1199,"imagpart;":1200,"imath;":1201,"imof;":1202,"imped;":1203,"in;":1204,"incare;":1205,"infin;":1206,"infintie;":1207,"inodot;":1208,"int;":1209,"intcal;":1210,"integers;":1211,"intercal;":1212,"intlarhk;":1213,"intprod;":1214,"iocy;":1215,"iogon;":1216,"iopf;":1217,"iota;":1218,"iprod;":1219,iquest:1220,"iquest;":1221,"iscr;":1222,"isin;":1223,"isinE;":1224,"isindot;":1225,"isins;":1226,"isinsv;":1227,"isinv;":1228,"it;":1229,"itilde;":1230,"iukcy;":1231,iuml:1232,"iuml;":1233,"jcirc;":1234,"jcy;":1235,"jfr;":1236,"jmath;":1237,"jopf;":1238,"jscr;":1239,"jsercy;":1240,"jukcy;":1241,"kappa;":1242,"kappav;":1243,"kcedil;":1244,"kcy;":1245,"kfr;":1246,"kgreen;":1247,"khcy;":1248,"kjcy;":1249,"kopf;":1250,"kscr;":1251,"lAarr;":1252,"lArr;":1253,"lAtail;":1254,"lBarr;":1255,"lE;":1256,"lEg;":1257,"lHar;":1258,"lacute;":1259,"laemptyv;":1260,"lagran;":1261,"lambda;":1262,"lang;":1263,"langd;":1264,"langle;":1265,"lap;":1266,laquo:1267,"laquo;":1268,"larr;":1269,"larrb;":1270,"larrbfs;":1271,"larrfs;":1272,"larrhk;":1273,"larrlp;":1274,"larrpl;":1275,"larrsim;":1276,"larrtl;":1277,"lat;":1278,"latail;":1279,"late;":1280,"lates;":1281,"lbarr;":1282,"lbbrk;":1283,"lbrace;":1284,"lbrack;":1285,"lbrke;":1286,"lbrksld;":1287,"lbrkslu;":1288,"lcaron;":1289,"lcedil;":1290,"lceil;":1291,"lcub;":1292,"lcy;":1293,"ldca;":1294,"ldquo;":1295,"ldquor;":1296,"ldrdhar;":1297,"ldrushar;":1298,"ldsh;":1299,"le;":1300,"leftarrow;":1301,"leftarrowtail;":1302,"leftharpoondown;":1303,"leftharpoonup;":1304,"leftleftarrows;":1305,"leftrightarrow;":1306,"leftrightarrows;":1307,"leftrightharpoons;":1308,"leftrightsquigarrow;":1309,"leftthreetimes;":1310,"leg;":1311,"leq;":1312,"leqq;":1313,"leqslant;":1314,"les;":1315,"lescc;":1316,"lesdot;":1317,"lesdoto;":1318,"lesdotor;":1319,"lesg;":1320,"lesges;":1321,"lessapprox;":1322,"lessdot;":1323,"lesseqgtr;":1324,"lesseqqgtr;":1325,"lessgtr;":1326,"lesssim;":1327,"lfisht;":1328,"lfloor;":1329,"lfr;":1330,"lg;":1331,"lgE;":1332,"lhard;":1333,"lharu;":1334,"lharul;":1335,"lhblk;":1336,"ljcy;":1337,"ll;":1338,"llarr;":1339,"llcorner;":1340,"llhard;":1341,"lltri;":1342,"lmidot;":1343,"lmoust;":1344,"lmoustache;":1345,"lnE;":1346,"lnap;":1347,"lnapprox;":1348,"lne;":1349,"lneq;":1350,"lneqq;":1351,"lnsim;":1352,"loang;":1353,"loarr;":1354,"lobrk;":1355,"longleftarrow;":1356,"longleftrightarrow;":1357,"longmapsto;":1358,"longrightarrow;":1359,"looparrowleft;":1360,"looparrowright;":1361,"lopar;":1362,"lopf;":1363,"loplus;":1364,"lotimes;":1365,"lowast;":1366,"lowbar;":1367,"loz;":1368,"lozenge;":1369,"lozf;":1370,"lpar;":1371,"lparlt;":1372,"lrarr;":1373,"lrcorner;":1374,"lrhar;":1375,"lrhard;":1376,"lrm;":1377,"lrtri;":1378,"lsaquo;":1379,"lscr;":1380,"lsh;":1381,"lsim;":1382,"lsime;":1383,"lsimg;":1384,"lsqb;":1385,"lsquo;":1386,"lsquor;":1387,"lstrok;":1388,lt:1389,"lt;":1390,"ltcc;":1391,"ltcir;":1392,"ltdot;":1393,"lthree;":1394,"ltimes;":1395,"ltlarr;":1396,"ltquest;":1397,"ltrPar;":1398,"ltri;":1399,"ltrie;":1400,"ltrif;":1401,"lurdshar;":1402,"luruhar;":1403,"lvertneqq;":1404,"lvnE;":1405,"mDDot;":1406,macr:1407,"macr;":1408,"male;":1409,"malt;":1410,"maltese;":1411,"map;":1412,"mapsto;":1413,"mapstodown;":1414,"mapstoleft;":1415,"mapstoup;":1416,"marker;":1417,"mcomma;":1418,"mcy;":1419,"mdash;":1420,"measuredangle;":1421,"mfr;":1422,"mho;":1423,micro:1424,"micro;":1425,"mid;":1426,"midast;":1427,"midcir;":1428,middot:1429,"middot;":1430,"minus;":1431,"minusb;":1432,"minusd;":1433,"minusdu;":1434,"mlcp;":1435,"mldr;":1436,"mnplus;":1437,"models;":1438,"mopf;":1439,"mp;":1440,"mscr;":1441,"mstpos;":1442,"mu;":1443,"multimap;":1444,"mumap;":1445,"nGg;":1446,"nGt;":1447,"nGtv;":1448,"nLeftarrow;":1449,"nLeftrightarrow;":1450,"nLl;":1451,"nLt;":1452,"nLtv;":1453,"nRightarrow;":1454,"nVDash;":1455,"nVdash;":1456,"nabla;":1457,"nacute;":1458,"nang;":1459,"nap;":1460,"napE;":1461,"napid;":1462,"napos;":1463,"napprox;":1464,"natur;":1465,"natural;":1466,"naturals;":1467,nbsp:1468,"nbsp;":1469,"nbump;":1470,"nbumpe;":1471,"ncap;":1472,"ncaron;":1473,"ncedil;":1474,"ncong;":1475,"ncongdot;":1476,"ncup;":1477,"ncy;":1478,"ndash;":1479,"ne;":1480,"neArr;":1481,"nearhk;":1482,"nearr;":1483,"nearrow;":1484,"nedot;":1485,"nequiv;":1486,"nesear;":1487,"nesim;":1488,"nexist;":1489,"nexists;":1490,"nfr;":1491,"ngE;":1492,"nge;":1493,"ngeq;":1494,"ngeqq;":1495,"ngeqslant;":1496,"nges;":1497,"ngsim;":1498,"ngt;":1499,"ngtr;":1500,"nhArr;":1501,"nharr;":1502,"nhpar;":1503,"ni;":1504,"nis;":1505,"nisd;":1506,"niv;":1507,"njcy;":1508,"nlArr;":1509,"nlE;":1510,"nlarr;":1511,"nldr;":1512,"nle;":1513,"nleftarrow;":1514,"nleftrightarrow;":1515,"nleq;":1516,"nleqq;":1517,"nleqslant;":1518,"nles;":1519,"nless;":1520,"nlsim;":1521,"nlt;":1522,"nltri;":1523,"nltrie;":1524,"nmid;":1525,"nopf;":1526,not:1527,"not;":1528,"notin;":1529,"notinE;":1530,"notindot;":1531,"notinva;":1532,"notinvb;":1533,"notinvc;":1534,"notni;":1535,"notniva;":1536,"notnivb;":1537,"notnivc;":1538,"npar;":1539,"nparallel;":1540,"nparsl;":1541,"npart;":1542,"npolint;":1543,"npr;":1544,"nprcue;":1545,"npre;":1546,"nprec;":1547,"npreceq;":1548,"nrArr;":1549,"nrarr;":1550,"nrarrc;":1551,"nrarrw;":1552,"nrightarrow;":1553,"nrtri;":1554,"nrtrie;":1555,"nsc;":1556,"nsccue;":1557,"nsce;":1558,"nscr;":1559,"nshortmid;":1560,"nshortparallel;":1561,"nsim;":1562,"nsime;":1563,"nsimeq;":1564,"nsmid;":1565,"nspar;":1566,"nsqsube;":1567,"nsqsupe;":1568,"nsub;":1569,"nsubE;":1570,"nsube;":1571,"nsubset;":1572,"nsubseteq;":1573,"nsubseteqq;":1574,"nsucc;":1575,"nsucceq;":1576,"nsup;":1577,"nsupE;":1578,"nsupe;":1579,"nsupset;":1580,"nsupseteq;":1581,"nsupseteqq;":1582,"ntgl;":1583,ntilde:1584,"ntilde;":1585,"ntlg;":1586,"ntriangleleft;":1587,"ntrianglelefteq;":1588,"ntriangleright;":1589,"ntrianglerighteq;":1590,"nu;":1591,"num;":1592,"numero;":1593,"numsp;":1594,"nvDash;":1595,"nvHarr;":1596,"nvap;":1597,"nvdash;":1598,"nvge;":1599,"nvgt;":1600,"nvinfin;":1601,"nvlArr;":1602,"nvle;":1603,"nvlt;":1604,"nvltrie;":1605,"nvrArr;":1606,"nvrtrie;":1607,"nvsim;":1608,"nwArr;":1609,"nwarhk;":1610,"nwarr;":1611,"nwarrow;":1612,"nwnear;":1613,"oS;":1614,oacute:1615,"oacute;":1616,"oast;":1617,"ocir;":1618,ocirc:1619,"ocirc;":1620,"ocy;":1621,"odash;":1622,"odblac;":1623,"odiv;":1624,"odot;":1625,"odsold;":1626,"oelig;":1627,"ofcir;":1628,"ofr;":1629,"ogon;":1630,ograve:1631,"ograve;":1632,"ogt;":1633,"ohbar;":1634,"ohm;":1635,"oint;":1636,"olarr;":1637,"olcir;":1638,"olcross;":1639,"oline;":1640,"olt;":1641,"omacr;":1642,"omega;":1643,"omicron;":1644,"omid;":1645,"ominus;":1646,"oopf;":1647,"opar;":1648,"operp;":1649,"oplus;":1650,"or;":1651,"orarr;":1652,"ord;":1653,"order;":1654,"orderof;":1655,ordf:1656,"ordf;":1657,ordm:1658,"ordm;":1659,"origof;":1660,"oror;":1661,"orslope;":1662,"orv;":1663,"oscr;":1664,oslash:1665,"oslash;":1666,"osol;":1667,otilde:1668,"otilde;":1669,"otimes;":1670,"otimesas;":1671,ouml:1672,"ouml;":1673,"ovbar;":1674,"par;":1675,para:1676,"para;":1677,"parallel;":1678,"parsim;":1679,"parsl;":1680,"part;":1681,"pcy;":1682,"percnt;":1683,"period;":1684,"permil;":1685,"perp;":1686,"pertenk;":1687,"pfr;":1688,"phi;":1689,"phiv;":1690,"phmmat;":1691,"phone;":1692,"pi;":1693,"pitchfork;":1694,"piv;":1695,"planck;":1696,"planckh;":1697,"plankv;":1698,"plus;":1699,"plusacir;":1700,"plusb;":1701,"pluscir;":1702,"plusdo;":1703,"plusdu;":1704,"pluse;":1705,plusmn:1706,"plusmn;":1707,"plussim;":1708,"plustwo;":1709,"pm;":1710,"pointint;":1711,"popf;":1712,pound:1713,"pound;":1714,"pr;":1715,"prE;":1716,"prap;":1717,"prcue;":1718,"pre;":1719,"prec;":1720,"precapprox;":1721,"preccurlyeq;":1722,"preceq;":1723,"precnapprox;":1724,"precneqq;":1725,"precnsim;":1726,"precsim;":1727,"prime;":1728,"primes;":1729,"prnE;":1730,"prnap;":1731,"prnsim;":1732,"prod;":1733,"profalar;":1734,"profline;":1735,"profsurf;":1736,"prop;":1737,"propto;":1738,"prsim;":1739,"prurel;":1740,"pscr;":1741,"psi;":1742,"puncsp;":1743,"qfr;":1744,"qint;":1745,"qopf;":1746,"qprime;":1747,"qscr;":1748,"quaternions;":1749,"quatint;":1750,"quest;":1751,"questeq;":1752,quot:1753,"quot;":1754,"rAarr;":1755,"rArr;":1756,"rAtail;":1757,"rBarr;":1758,"rHar;":1759,"race;":1760,"racute;":1761,"radic;":1762,"raemptyv;":1763,"rang;":1764,"rangd;":1765,"range;":1766,"rangle;":1767,raquo:1768,"raquo;":1769,"rarr;":1770,"rarrap;":1771,"rarrb;":1772,"rarrbfs;":1773,"rarrc;":1774,"rarrfs;":1775,"rarrhk;":1776,"rarrlp;":1777,"rarrpl;":1778,"rarrsim;":1779,"rarrtl;":1780,"rarrw;":1781,"ratail;":1782,"ratio;":1783,"rationals;":1784,"rbarr;":1785,"rbbrk;":1786,"rbrace;":1787,"rbrack;":1788,"rbrke;":1789,"rbrksld;":1790,"rbrkslu;":1791,"rcaron;":1792,"rcedil;":1793,"rceil;":1794,"rcub;":1795,"rcy;":1796,"rdca;":1797,"rdldhar;":1798,"rdquo;":1799,"rdquor;":1800,"rdsh;":1801,"real;":1802,"realine;":1803,"realpart;":1804,"reals;":1805,"rect;":1806,reg:1807,"reg;":1808,"rfisht;":1809,"rfloor;":1810,"rfr;":1811,"rhard;":1812,"rharu;":1813,"rharul;":1814,"rho;":1815,"rhov;":1816,"rightarrow;":1817,"rightarrowtail;":1818,"rightharpoondown;":1819,"rightharpoonup;":1820,"rightleftarrows;":1821,"rightleftharpoons;":1822,"rightrightarrows;":1823,"rightsquigarrow;":1824,"rightthreetimes;":1825,"ring;":1826,"risingdotseq;":1827,"rlarr;":1828,"rlhar;":1829,"rlm;":1830,"rmoust;":1831,"rmoustache;":1832,"rnmid;":1833,"roang;":1834,"roarr;":1835,"robrk;":1836,"ropar;":1837,"ropf;":1838,"roplus;":1839,"rotimes;":1840,"rpar;":1841,"rpargt;":1842,"rppolint;":1843,"rrarr;":1844,"rsaquo;":1845,"rscr;":1846,"rsh;":1847,"rsqb;":1848,"rsquo;":1849,"rsquor;":1850,"rthree;":1851,"rtimes;":1852,"rtri;":1853,"rtrie;":1854,"rtrif;":1855,"rtriltri;":1856,"ruluhar;":1857,"rx;":1858,"sacute;":1859,"sbquo;":1860,"sc;":1861,"scE;":1862,"scap;":1863,"scaron;":1864,"sccue;":1865,"sce;":1866,"scedil;":1867,"scirc;":1868,"scnE;":1869,"scnap;":1870,"scnsim;":1871,"scpolint;":1872,"scsim;":1873,"scy;":1874,"sdot;":1875,"sdotb;":1876,"sdote;":1877,"seArr;":1878,"searhk;":1879,"searr;":1880,"searrow;":1881,sect:1882,"sect;":1883,"semi;":1884,"seswar;":1885,"setminus;":1886,"setmn;":1887,"sext;":1888,"sfr;":1889,"sfrown;":1890,"sharp;":1891,"shchcy;":1892,"shcy;":1893,"shortmid;":1894,"shortparallel;":1895,shy:1896,"shy;":1897,"sigma;":1898,"sigmaf;":1899,"sigmav;":1900,"sim;":1901,"simdot;":1902,"sime;":1903,"simeq;":1904,"simg;":1905,"simgE;":1906,"siml;":1907,"simlE;":1908,"simne;":1909,"simplus;":1910,"simrarr;":1911,"slarr;":1912,"smallsetminus;":1913,"smashp;":1914,"smeparsl;":1915,"smid;":1916,"smile;":1917,"smt;":1918,"smte;":1919,"smtes;":1920,"softcy;":1921,"sol;":1922,"solb;":1923,"solbar;":1924,"sopf;":1925,"spades;":1926,"spadesuit;":1927,"spar;":1928,"sqcap;":1929,"sqcaps;":1930,"sqcup;":1931,"sqcups;":1932,"sqsub;":1933,"sqsube;":1934,"sqsubset;":1935,"sqsubseteq;":1936,"sqsup;":1937,"sqsupe;":1938,"sqsupset;":1939,"sqsupseteq;":1940,"squ;":1941,"square;":1942,"squarf;":1943,"squf;":1944,"srarr;":1945,"sscr;":1946,"ssetmn;":1947,"ssmile;":1948,"sstarf;":1949,"star;":1950,"starf;":1951,"straightepsilon;":1952,"straightphi;":1953,"strns;":1954,"sub;":1955,"subE;":1956,"subdot;":1957,"sube;":1958,"subedot;":1959,"submult;":1960,"subnE;":1961,"subne;":1962,"subplus;":1963,"subrarr;":1964,"subset;":1965,"subseteq;":1966,"subseteqq;":1967,"subsetneq;":1968,"subsetneqq;":1969,"subsim;":1970,"subsub;":1971,"subsup;":1972,"succ;":1973,"succapprox;":1974,"succcurlyeq;":1975,"succeq;":1976,"succnapprox;":1977,"succneqq;":1978,"succnsim;":1979,"succsim;":1980,"sum;":1981,"sung;":1982,sup1:1983,"sup1;":1984,sup2:1985,"sup2;":1986,sup3:1987,"sup3;":1988,"sup;":1989,"supE;":1990,"supdot;":1991,"supdsub;":1992,"supe;":1993,"supedot;":1994,"suphsol;":1995,"suphsub;":1996,"suplarr;":1997,"supmult;":1998,"supnE;":1999,"supne;":2000,"supplus;":2001,"supset;":2002,"supseteq;":2003,"supseteqq;":2004,"supsetneq;":2005,"supsetneqq;":2006,"supsim;":2007,"supsub;":2008,"supsup;":2009,"swArr;":2010,"swarhk;":2011,"swarr;":2012,"swarrow;":2013,"swnwar;":2014,szlig:2015,"szlig;":2016,"target;":2017,"tau;":2018,"tbrk;":2019,"tcaron;":2020,"tcedil;":2021,"tcy;":2022,"tdot;":2023,"telrec;":2024,"tfr;":2025,"there4;":2026,"therefore;":2027,"theta;":2028,"thetasym;":2029,"thetav;":2030,"thickapprox;":2031,"thicksim;":2032,"thinsp;":2033,"thkap;":2034,"thksim;":2035,thorn:2036,"thorn;":2037,"tilde;":2038,times:2039,"times;":2040,"timesb;":2041,"timesbar;":2042,"timesd;":2043,"tint;":2044,"toea;":2045,"top;":2046,"topbot;":2047,"topcir;":2048,"topf;":2049,"topfork;":2050,"tosa;":2051,"tprime;":2052,"trade;":2053,"triangle;":2054,"triangledown;":2055,"triangleleft;":2056,"trianglelefteq;":2057,"triangleq;":2058,"triangleright;":2059,"trianglerighteq;":2060,"tridot;":2061,"trie;":2062,"triminus;":2063,"triplus;":2064,"trisb;":2065,"tritime;":2066,"trpezium;":2067,"tscr;":2068,"tscy;":2069,"tshcy;":2070,"tstrok;":2071,"twixt;":2072,"twoheadleftarrow;":2073,"twoheadrightarrow;":2074,"uArr;":2075,"uHar;":2076,uacute:2077,"uacute;":2078,"uarr;":2079,"ubrcy;":2080,"ubreve;":2081,ucirc:2082,"ucirc;":2083,"ucy;":2084,"udarr;":2085,"udblac;":2086,"udhar;":2087,"ufisht;":2088,"ufr;":2089,ugrave:2090,"ugrave;":2091,"uharl;":2092,"uharr;":2093,"uhblk;":2094,"ulcorn;":2095,"ulcorner;":2096,"ulcrop;":2097,"ultri;":2098,"umacr;":2099,uml:2100,"uml;":2101,"uogon;":2102,"uopf;":2103,"uparrow;":2104,"updownarrow;":2105,"upharpoonleft;":2106,"upharpoonright;":2107,"uplus;":2108,"upsi;":2109,"upsih;":2110,"upsilon;":2111,"upuparrows;":2112,"urcorn;":2113,"urcorner;":2114,"urcrop;":2115,"uring;":2116,"urtri;":2117,"uscr;":2118,"utdot;":2119,"utilde;":2120,"utri;":2121,"utrif;":2122,"uuarr;":2123,uuml:2124,"uuml;":2125,"uwangle;":2126,"vArr;":2127,"vBar;":2128,"vBarv;":2129,"vDash;":2130,"vangrt;":2131,"varepsilon;":2132,"varkappa;":2133,"varnothing;":2134,"varphi;":2135,"varpi;":2136,"varpropto;":2137,"varr;":2138,"varrho;":2139,"varsigma;":2140,"varsubsetneq;":2141,"varsubsetneqq;":2142,"varsupsetneq;":2143,"varsupsetneqq;":2144,"vartheta;":2145,"vartriangleleft;":2146,"vartriangleright;":2147,"vcy;":2148,"vdash;":2149,"vee;":2150,"veebar;":2151,"veeeq;":2152,"vellip;":2153,"verbar;":2154,"vert;":2155,"vfr;":2156,"vltri;":2157,"vnsub;":2158,"vnsup;":2159,"vopf;":2160,"vprop;":2161,"vrtri;":2162,"vscr;":2163,"vsubnE;":2164,"vsubne;":2165,"vsupnE;":2166,"vsupne;":2167,"vzigzag;":2168,"wcirc;":2169,"wedbar;":2170,"wedge;":2171,"wedgeq;":2172,"weierp;":2173,"wfr;":2174,"wopf;":2175,"wp;":2176,"wr;":2177,"wreath;":2178,"wscr;":2179,"xcap;":2180,"xcirc;":2181,"xcup;":2182,"xdtri;":2183,"xfr;":2184,"xhArr;":2185,"xharr;":2186,"xi;":2187,"xlArr;":2188,"xlarr;":2189,"xmap;":2190,"xnis;":2191,"xodot;":2192,"xopf;":2193,"xoplus;":2194,"xotime;":2195,"xrArr;":2196,"xrarr;":2197,"xscr;":2198,"xsqcup;":2199,"xuplus;":2200,"xutri;":2201,"xvee;":2202,"xwedge;":2203,yacute:2204,"yacute;":2205,"yacy;":2206,"ycirc;":2207,"ycy;":2208,yen:2209,"yen;":2210,"yfr;":2211,"yicy;":2212,"yopf;":2213,"yscr;":2214,"yucy;":2215,yuml:2216,"yuml;":2217,"zacute;":2218,"zcaron;":2219,"zcy;":2220,"zdot;":2221,"zeetrf;":2222,"zeta;":2223,"zfr;":2224,"zhcy;":2225,"zigrarr;":2226,"zopf;":2227,"zscr;":2228,"zwj;":2229,"zwnj;":2230} +B.kB=new A.i(B.a2E,["\xc6","\xc6","&","&","\xc1","\xc1","\u0102","\xc2","\xc2","\u0410","\ud835\udd04","\xc0","\xc0","\u0391","\u0100","\u2a53","\u0104","\ud835\udd38","\u2061","\xc5","\xc5","\ud835\udc9c","\u2254","\xc3","\xc3","\xc4","\xc4","\u2216","\u2ae7","\u2306","\u0411","\u2235","\u212c","\u0392","\ud835\udd05","\ud835\udd39","\u02d8","\u212c","\u224e","\u0427","\xa9","\xa9","\u0106","\u22d2","\u2145","\u212d","\u010c","\xc7","\xc7","\u0108","\u2230","\u010a","\xb8","\xb7","\u212d","\u03a7","\u2299","\u2296","\u2295","\u2297","\u2232","\u201d","\u2019","\u2237","\u2a74","\u2261","\u222f","\u222e","\u2102","\u2210","\u2233","\u2a2f","\ud835\udc9e","\u22d3","\u224d","\u2145","\u2911","\u0402","\u0405","\u040f","\u2021","\u21a1","\u2ae4","\u010e","\u0414","\u2207","\u0394","\ud835\udd07","\xb4","\u02d9","\u02dd","`","\u02dc","\u22c4","\u2146","\ud835\udd3b","\xa8","\u20dc","\u2250","\u222f","\xa8","\u21d3","\u21d0","\u21d4","\u2ae4","\u27f8","\u27fa","\u27f9","\u21d2","\u22a8","\u21d1","\u21d5","\u2225","\u2193","\u2913","\u21f5","\u0311","\u2950","\u295e","\u21bd","\u2956","\u295f","\u21c1","\u2957","\u22a4","\u21a7","\u21d3","\ud835\udc9f","\u0110","\u014a","\xd0","\xd0","\xc9","\xc9","\u011a","\xca","\xca","\u042d","\u0116","\ud835\udd08","\xc8","\xc8","\u2208","\u0112","\u25fb","\u25ab","\u0118","\ud835\udd3c","\u0395","\u2a75","\u2242","\u21cc","\u2130","\u2a73","\u0397","\xcb","\xcb","\u2203","\u2147","\u0424","\ud835\udd09","\u25fc","\u25aa","\ud835\udd3d","\u2200","\u2131","\u2131","\u0403",">",">","\u0393","\u03dc","\u011e","\u0122","\u011c","\u0413","\u0120","\ud835\udd0a","\u22d9","\ud835\udd3e","\u2265","\u22db","\u2267","\u2aa2","\u2277","\u2a7e","\u2273","\ud835\udca2","\u226b","\u042a","\u02c7","^","\u0124","\u210c","\u210b","\u210d","\u2500","\u210b","\u0126","\u224e","\u224f","\u0415","\u0132","\u0401","\xcd","\xcd","\xce","\xce","\u0418","\u0130","\u2111","\xcc","\xcc","\u2111","\u012a","\u2148","\u21d2","\u222c","\u222b","\u22c2","\u2063","\u2062","\u012e","\ud835\udd40","\u0399","\u2110","\u0128","\u0406","\xcf","\xcf","\u0134","\u0419","\ud835\udd0d","\ud835\udd41","\ud835\udca5","\u0408","\u0404","\u0425","\u040c","\u039a","\u0136","\u041a","\ud835\udd0e","\ud835\udd42","\ud835\udca6","\u0409","<","<","\u0139","\u039b","\u27ea","\u2112","\u219e","\u013d","\u013b","\u041b","\u27e8","\u2190","\u21e4","\u21c6","\u2308","\u27e6","\u2961","\u21c3","\u2959","\u230a","\u2194","\u294e","\u22a3","\u21a4","\u295a","\u22b2","\u29cf","\u22b4","\u2951","\u2960","\u21bf","\u2958","\u21bc","\u2952","\u21d0","\u21d4","\u22da","\u2266","\u2276","\u2aa1","\u2a7d","\u2272","\ud835\udd0f","\u22d8","\u21da","\u013f","\u27f5","\u27f7","\u27f6","\u27f8","\u27fa","\u27f9","\ud835\udd43","\u2199","\u2198","\u2112","\u21b0","\u0141","\u226a","\u2905","\u041c","\u205f","\u2133","\ud835\udd10","\u2213","\ud835\udd44","\u2133","\u039c","\u040a","\u0143","\u0147","\u0145","\u041d","\u200b","\u200b","\u200b","\u200b","\u226b","\u226a","\n","\ud835\udd11","\u2060","\xa0","\u2115","\u2aec","\u2262","\u226d","\u2226","\u2209","\u2260","\u2242\u0338","\u2204","\u226f","\u2271","\u2267\u0338","\u226b\u0338","\u2279","\u2a7e\u0338","\u2275","\u224e\u0338","\u224f\u0338","\u22ea","\u29cf\u0338","\u22ec","\u226e","\u2270","\u2278","\u226a\u0338","\u2a7d\u0338","\u2274","\u2aa2\u0338","\u2aa1\u0338","\u2280","\u2aaf\u0338","\u22e0","\u220c","\u22eb","\u29d0\u0338","\u22ed","\u228f\u0338","\u22e2","\u2290\u0338","\u22e3","\u2282\u20d2","\u2288","\u2281","\u2ab0\u0338","\u22e1","\u227f\u0338","\u2283\u20d2","\u2289","\u2241","\u2244","\u2247","\u2249","\u2224","\ud835\udca9","\xd1","\xd1","\u039d","\u0152","\xd3","\xd3","\xd4","\xd4","\u041e","\u0150","\ud835\udd12","\xd2","\xd2","\u014c","\u03a9","\u039f","\ud835\udd46","\u201c","\u2018","\u2a54","\ud835\udcaa","\xd8","\xd8","\xd5","\xd5","\u2a37","\xd6","\xd6","\u203e","\u23de","\u23b4","\u23dc","\u2202","\u041f","\ud835\udd13","\u03a6","\u03a0","\xb1","\u210c","\u2119","\u2abb","\u227a","\u2aaf","\u227c","\u227e","\u2033","\u220f","\u2237","\u221d","\ud835\udcab","\u03a8",'"','"',"\ud835\udd14","\u211a","\ud835\udcac","\u2910","\xae","\xae","\u0154","\u27eb","\u21a0","\u2916","\u0158","\u0156","\u0420","\u211c","\u220b","\u21cb","\u296f","\u211c","\u03a1","\u27e9","\u2192","\u21e5","\u21c4","\u2309","\u27e7","\u295d","\u21c2","\u2955","\u230b","\u22a2","\u21a6","\u295b","\u22b3","\u29d0","\u22b5","\u294f","\u295c","\u21be","\u2954","\u21c0","\u2953","\u21d2","\u211d","\u2970","\u21db","\u211b","\u21b1","\u29f4","\u0429","\u0428","\u042c","\u015a","\u2abc","\u0160","\u015e","\u015c","\u0421","\ud835\udd16","\u2193","\u2190","\u2192","\u2191","\u03a3","\u2218","\ud835\udd4a","\u221a","\u25a1","\u2293","\u228f","\u2291","\u2290","\u2292","\u2294","\ud835\udcae","\u22c6","\u22d0","\u22d0","\u2286","\u227b","\u2ab0","\u227d","\u227f","\u220b","\u2211","\u22d1","\u2283","\u2287","\u22d1","\xde","\xde","\u2122","\u040b","\u0426","\t","\u03a4","\u0164","\u0162","\u0422","\ud835\udd17","\u2234","\u0398","\u205f\u200a","\u2009","\u223c","\u2243","\u2245","\u2248","\ud835\udd4b","\u20db","\ud835\udcaf","\u0166","\xda","\xda","\u219f","\u2949","\u040e","\u016c","\xdb","\xdb","\u0423","\u0170","\ud835\udd18","\xd9","\xd9","\u016a","_","\u23df","\u23b5","\u23dd","\u22c3","\u228e","\u0172","\ud835\udd4c","\u2191","\u2912","\u21c5","\u2195","\u296e","\u22a5","\u21a5","\u21d1","\u21d5","\u2196","\u2197","\u03d2","\u03a5","\u016e","\ud835\udcb0","\u0168","\xdc","\xdc","\u22ab","\u2aeb","\u0412","\u22a9","\u2ae6","\u22c1","\u2016","\u2016","\u2223","|","\u2758","\u2240","\u200a","\ud835\udd19","\ud835\udd4d","\ud835\udcb1","\u22aa","\u0174","\u22c0","\ud835\udd1a","\ud835\udd4e","\ud835\udcb2","\ud835\udd1b","\u039e","\ud835\udd4f","\ud835\udcb3","\u042f","\u0407","\u042e","\xdd","\xdd","\u0176","\u042b","\ud835\udd1c","\ud835\udd50","\ud835\udcb4","\u0178","\u0416","\u0179","\u017d","\u0417","\u017b","\u200b","\u0396","\u2128","\u2124","\ud835\udcb5","\xe1","\xe1","\u0103","\u223e","\u223e\u0333","\u223f","\xe2","\xe2","\xb4","\xb4","\u0430","\xe6","\xe6","\u2061","\ud835\udd1e","\xe0","\xe0","\u2135","\u2135","\u03b1","\u0101","\u2a3f","&","&","\u2227","\u2a55","\u2a5c","\u2a58","\u2a5a","\u2220","\u29a4","\u2220","\u2221","\u29a8","\u29a9","\u29aa","\u29ab","\u29ac","\u29ad","\u29ae","\u29af","\u221f","\u22be","\u299d","\u2222","\xc5","\u237c","\u0105","\ud835\udd52","\u2248","\u2a70","\u2a6f","\u224a","\u224b","'","\u2248","\u224a","\xe5","\xe5","\ud835\udcb6","*","\u2248","\u224d","\xe3","\xe3","\xe4","\xe4","\u2233","\u2a11","\u2aed","\u224c","\u03f6","\u2035","\u223d","\u22cd","\u22bd","\u2305","\u2305","\u23b5","\u23b6","\u224c","\u0431","\u201e","\u2235","\u2235","\u29b0","\u03f6","\u212c","\u03b2","\u2136","\u226c","\ud835\udd1f","\u22c2","\u25ef","\u22c3","\u2a00","\u2a01","\u2a02","\u2a06","\u2605","\u25bd","\u25b3","\u2a04","\u22c1","\u22c0","\u290d","\u29eb","\u25aa","\u25b4","\u25be","\u25c2","\u25b8","\u2423","\u2592","\u2591","\u2593","\u2588","=\u20e5","\u2261\u20e5","\u2310","\ud835\udd53","\u22a5","\u22a5","\u22c8","\u2557","\u2554","\u2556","\u2553","\u2550","\u2566","\u2569","\u2564","\u2567","\u255d","\u255a","\u255c","\u2559","\u2551","\u256c","\u2563","\u2560","\u256b","\u2562","\u255f","\u29c9","\u2555","\u2552","\u2510","\u250c","\u2500","\u2565","\u2568","\u252c","\u2534","\u229f","\u229e","\u22a0","\u255b","\u2558","\u2518","\u2514","\u2502","\u256a","\u2561","\u255e","\u253c","\u2524","\u251c","\u2035","\u02d8","\xa6","\xa6","\ud835\udcb7","\u204f","\u223d","\u22cd","\\","\u29c5","\u27c8","\u2022","\u2022","\u224e","\u2aae","\u224f","\u224f","\u0107","\u2229","\u2a44","\u2a49","\u2a4b","\u2a47","\u2a40","\u2229\ufe00","\u2041","\u02c7","\u2a4d","\u010d","\xe7","\xe7","\u0109","\u2a4c","\u2a50","\u010b","\xb8","\xb8","\u29b2","\xa2","\xa2","\xb7","\ud835\udd20","\u0447","\u2713","\u2713","\u03c7","\u25cb","\u29c3","\u02c6","\u2257","\u21ba","\u21bb","\xae","\u24c8","\u229b","\u229a","\u229d","\u2257","\u2a10","\u2aef","\u29c2","\u2663","\u2663",":","\u2254","\u2254",",","@","\u2201","\u2218","\u2201","\u2102","\u2245","\u2a6d","\u222e","\ud835\udd54","\u2210","\xa9","\xa9","\u2117","\u21b5","\u2717","\ud835\udcb8","\u2acf","\u2ad1","\u2ad0","\u2ad2","\u22ef","\u2938","\u2935","\u22de","\u22df","\u21b6","\u293d","\u222a","\u2a48","\u2a46","\u2a4a","\u228d","\u2a45","\u222a\ufe00","\u21b7","\u293c","\u22de","\u22df","\u22ce","\u22cf","\xa4","\xa4","\u21b6","\u21b7","\u22ce","\u22cf","\u2232","\u2231","\u232d","\u21d3","\u2965","\u2020","\u2138","\u2193","\u2010","\u22a3","\u290f","\u02dd","\u010f","\u0434","\u2146","\u2021","\u21ca","\u2a77","\xb0","\xb0","\u03b4","\u29b1","\u297f","\ud835\udd21","\u21c3","\u21c2","\u22c4","\u22c4","\u2666","\u2666","\xa8","\u03dd","\u22f2","\xf7","\xf7","\xf7","\u22c7","\u22c7","\u0452","\u231e","\u230d","$","\ud835\udd55","\u02d9","\u2250","\u2251","\u2238","\u2214","\u22a1","\u2306","\u2193","\u21ca","\u21c3","\u21c2","\u2910","\u231f","\u230c","\ud835\udcb9","\u0455","\u29f6","\u0111","\u22f1","\u25bf","\u25be","\u21f5","\u296f","\u29a6","\u045f","\u27ff","\u2a77","\u2251","\xe9","\xe9","\u2a6e","\u011b","\u2256","\xea","\xea","\u2255","\u044d","\u0117","\u2147","\u2252","\ud835\udd22","\u2a9a","\xe8","\xe8","\u2a96","\u2a98","\u2a99","\u23e7","\u2113","\u2a95","\u2a97","\u0113","\u2205","\u2205","\u2205","\u2004","\u2005","\u2003","\u014b","\u2002","\u0119","\ud835\udd56","\u22d5","\u29e3","\u2a71","\u03b5","\u03b5","\u03f5","\u2256","\u2255","\u2242","\u2a96","\u2a95","=","\u225f","\u2261","\u2a78","\u29e5","\u2253","\u2971","\u212f","\u2250","\u2242","\u03b7","\xf0","\xf0","\xeb","\xeb","\u20ac","!","\u2203","\u2130","\u2147","\u2252","\u0444","\u2640","\ufb03","\ufb00","\ufb04","\ud835\udd23","\ufb01","fj","\u266d","\ufb02","\u25b1","\u0192","\ud835\udd57","\u2200","\u22d4","\u2ad9","\u2a0d","\xbd","\xbd","\u2153","\xbc","\xbc","\u2155","\u2159","\u215b","\u2154","\u2156","\xbe","\xbe","\u2157","\u215c","\u2158","\u215a","\u215d","\u215e","\u2044","\u2322","\ud835\udcbb","\u2267","\u2a8c","\u01f5","\u03b3","\u03dd","\u2a86","\u011f","\u011d","\u0433","\u0121","\u2265","\u22db","\u2265","\u2267","\u2a7e","\u2a7e","\u2aa9","\u2a80","\u2a82","\u2a84","\u22db\ufe00","\u2a94","\ud835\udd24","\u226b","\u22d9","\u2137","\u0453","\u2277","\u2a92","\u2aa5","\u2aa4","\u2269","\u2a8a","\u2a8a","\u2a88","\u2a88","\u2269","\u22e7","\ud835\udd58","`","\u210a","\u2273","\u2a8e","\u2a90",">",">","\u2aa7","\u2a7a","\u22d7","\u2995","\u2a7c","\u2a86","\u2978","\u22d7","\u22db","\u2a8c","\u2277","\u2273","\u2269\ufe00","\u2269\ufe00","\u21d4","\u200a","\xbd","\u210b","\u044a","\u2194","\u2948","\u21ad","\u210f","\u0125","\u2665","\u2665","\u2026","\u22b9","\ud835\udd25","\u2925","\u2926","\u21ff","\u223b","\u21a9","\u21aa","\ud835\udd59","\u2015","\ud835\udcbd","\u210f","\u0127","\u2043","\u2010","\xed","\xed","\u2063","\xee","\xee","\u0438","\u0435","\xa1","\xa1","\u21d4","\ud835\udd26","\xec","\xec","\u2148","\u2a0c","\u222d","\u29dc","\u2129","\u0133","\u012b","\u2111","\u2110","\u2111","\u0131","\u22b7","\u01b5","\u2208","\u2105","\u221e","\u29dd","\u0131","\u222b","\u22ba","\u2124","\u22ba","\u2a17","\u2a3c","\u0451","\u012f","\ud835\udd5a","\u03b9","\u2a3c","\xbf","\xbf","\ud835\udcbe","\u2208","\u22f9","\u22f5","\u22f4","\u22f3","\u2208","\u2062","\u0129","\u0456","\xef","\xef","\u0135","\u0439","\ud835\udd27","\u0237","\ud835\udd5b","\ud835\udcbf","\u0458","\u0454","\u03ba","\u03f0","\u0137","\u043a","\ud835\udd28","\u0138","\u0445","\u045c","\ud835\udd5c","\ud835\udcc0","\u21da","\u21d0","\u291b","\u290e","\u2266","\u2a8b","\u2962","\u013a","\u29b4","\u2112","\u03bb","\u27e8","\u2991","\u27e8","\u2a85","\xab","\xab","\u2190","\u21e4","\u291f","\u291d","\u21a9","\u21ab","\u2939","\u2973","\u21a2","\u2aab","\u2919","\u2aad","\u2aad\ufe00","\u290c","\u2772","{","[","\u298b","\u298f","\u298d","\u013e","\u013c","\u2308","{","\u043b","\u2936","\u201c","\u201e","\u2967","\u294b","\u21b2","\u2264","\u2190","\u21a2","\u21bd","\u21bc","\u21c7","\u2194","\u21c6","\u21cb","\u21ad","\u22cb","\u22da","\u2264","\u2266","\u2a7d","\u2a7d","\u2aa8","\u2a7f","\u2a81","\u2a83","\u22da\ufe00","\u2a93","\u2a85","\u22d6","\u22da","\u2a8b","\u2276","\u2272","\u297c","\u230a","\ud835\udd29","\u2276","\u2a91","\u21bd","\u21bc","\u296a","\u2584","\u0459","\u226a","\u21c7","\u231e","\u296b","\u25fa","\u0140","\u23b0","\u23b0","\u2268","\u2a89","\u2a89","\u2a87","\u2a87","\u2268","\u22e6","\u27ec","\u21fd","\u27e6","\u27f5","\u27f7","\u27fc","\u27f6","\u21ab","\u21ac","\u2985","\ud835\udd5d","\u2a2d","\u2a34","\u2217","_","\u25ca","\u25ca","\u29eb","(","\u2993","\u21c6","\u231f","\u21cb","\u296d","\u200e","\u22bf","\u2039","\ud835\udcc1","\u21b0","\u2272","\u2a8d","\u2a8f","[","\u2018","\u201a","\u0142","<","<","\u2aa6","\u2a79","\u22d6","\u22cb","\u22c9","\u2976","\u2a7b","\u2996","\u25c3","\u22b4","\u25c2","\u294a","\u2966","\u2268\ufe00","\u2268\ufe00","\u223a","\xaf","\xaf","\u2642","\u2720","\u2720","\u21a6","\u21a6","\u21a7","\u21a4","\u21a5","\u25ae","\u2a29","\u043c","\u2014","\u2221","\ud835\udd2a","\u2127","\xb5","\xb5","\u2223","*","\u2af0","\xb7","\xb7","\u2212","\u229f","\u2238","\u2a2a","\u2adb","\u2026","\u2213","\u22a7","\ud835\udd5e","\u2213","\ud835\udcc2","\u223e","\u03bc","\u22b8","\u22b8","\u22d9\u0338","\u226b\u20d2","\u226b\u0338","\u21cd","\u21ce","\u22d8\u0338","\u226a\u20d2","\u226a\u0338","\u21cf","\u22af","\u22ae","\u2207","\u0144","\u2220\u20d2","\u2249","\u2a70\u0338","\u224b\u0338","\u0149","\u2249","\u266e","\u266e","\u2115","\xa0","\xa0","\u224e\u0338","\u224f\u0338","\u2a43","\u0148","\u0146","\u2247","\u2a6d\u0338","\u2a42","\u043d","\u2013","\u2260","\u21d7","\u2924","\u2197","\u2197","\u2250\u0338","\u2262","\u2928","\u2242\u0338","\u2204","\u2204","\ud835\udd2b","\u2267\u0338","\u2271","\u2271","\u2267\u0338","\u2a7e\u0338","\u2a7e\u0338","\u2275","\u226f","\u226f","\u21ce","\u21ae","\u2af2","\u220b","\u22fc","\u22fa","\u220b","\u045a","\u21cd","\u2266\u0338","\u219a","\u2025","\u2270","\u219a","\u21ae","\u2270","\u2266\u0338","\u2a7d\u0338","\u2a7d\u0338","\u226e","\u2274","\u226e","\u22ea","\u22ec","\u2224","\ud835\udd5f","\xac","\xac","\u2209","\u22f9\u0338","\u22f5\u0338","\u2209","\u22f7","\u22f6","\u220c","\u220c","\u22fe","\u22fd","\u2226","\u2226","\u2afd\u20e5","\u2202\u0338","\u2a14","\u2280","\u22e0","\u2aaf\u0338","\u2280","\u2aaf\u0338","\u21cf","\u219b","\u2933\u0338","\u219d\u0338","\u219b","\u22eb","\u22ed","\u2281","\u22e1","\u2ab0\u0338","\ud835\udcc3","\u2224","\u2226","\u2241","\u2244","\u2244","\u2224","\u2226","\u22e2","\u22e3","\u2284","\u2ac5\u0338","\u2288","\u2282\u20d2","\u2288","\u2ac5\u0338","\u2281","\u2ab0\u0338","\u2285","\u2ac6\u0338","\u2289","\u2283\u20d2","\u2289","\u2ac6\u0338","\u2279","\xf1","\xf1","\u2278","\u22ea","\u22ec","\u22eb","\u22ed","\u03bd","#","\u2116","\u2007","\u22ad","\u2904","\u224d\u20d2","\u22ac","\u2265\u20d2",">\u20d2","\u29de","\u2902","\u2264\u20d2","<\u20d2","\u22b4\u20d2","\u2903","\u22b5\u20d2","\u223c\u20d2","\u21d6","\u2923","\u2196","\u2196","\u2927","\u24c8","\xf3","\xf3","\u229b","\u229a","\xf4","\xf4","\u043e","\u229d","\u0151","\u2a38","\u2299","\u29bc","\u0153","\u29bf","\ud835\udd2c","\u02db","\xf2","\xf2","\u29c1","\u29b5","\u03a9","\u222e","\u21ba","\u29be","\u29bb","\u203e","\u29c0","\u014d","\u03c9","\u03bf","\u29b6","\u2296","\ud835\udd60","\u29b7","\u29b9","\u2295","\u2228","\u21bb","\u2a5d","\u2134","\u2134","\xaa","\xaa","\xba","\xba","\u22b6","\u2a56","\u2a57","\u2a5b","\u2134","\xf8","\xf8","\u2298","\xf5","\xf5","\u2297","\u2a36","\xf6","\xf6","\u233d","\u2225","\xb6","\xb6","\u2225","\u2af3","\u2afd","\u2202","\u043f","%",".","\u2030","\u22a5","\u2031","\ud835\udd2d","\u03c6","\u03d5","\u2133","\u260e","\u03c0","\u22d4","\u03d6","\u210f","\u210e","\u210f","+","\u2a23","\u229e","\u2a22","\u2214","\u2a25","\u2a72","\xb1","\xb1","\u2a26","\u2a27","\xb1","\u2a15","\ud835\udd61","\xa3","\xa3","\u227a","\u2ab3","\u2ab7","\u227c","\u2aaf","\u227a","\u2ab7","\u227c","\u2aaf","\u2ab9","\u2ab5","\u22e8","\u227e","\u2032","\u2119","\u2ab5","\u2ab9","\u22e8","\u220f","\u232e","\u2312","\u2313","\u221d","\u221d","\u227e","\u22b0","\ud835\udcc5","\u03c8","\u2008","\ud835\udd2e","\u2a0c","\ud835\udd62","\u2057","\ud835\udcc6","\u210d","\u2a16","?","\u225f",'"','"',"\u21db","\u21d2","\u291c","\u290f","\u2964","\u223d\u0331","\u0155","\u221a","\u29b3","\u27e9","\u2992","\u29a5","\u27e9","\xbb","\xbb","\u2192","\u2975","\u21e5","\u2920","\u2933","\u291e","\u21aa","\u21ac","\u2945","\u2974","\u21a3","\u219d","\u291a","\u2236","\u211a","\u290d","\u2773","}","]","\u298c","\u298e","\u2990","\u0159","\u0157","\u2309","}","\u0440","\u2937","\u2969","\u201d","\u201d","\u21b3","\u211c","\u211b","\u211c","\u211d","\u25ad","\xae","\xae","\u297d","\u230b","\ud835\udd2f","\u21c1","\u21c0","\u296c","\u03c1","\u03f1","\u2192","\u21a3","\u21c1","\u21c0","\u21c4","\u21cc","\u21c9","\u219d","\u22cc","\u02da","\u2253","\u21c4","\u21cc","\u200f","\u23b1","\u23b1","\u2aee","\u27ed","\u21fe","\u27e7","\u2986","\ud835\udd63","\u2a2e","\u2a35",")","\u2994","\u2a12","\u21c9","\u203a","\ud835\udcc7","\u21b1","]","\u2019","\u2019","\u22cc","\u22ca","\u25b9","\u22b5","\u25b8","\u29ce","\u2968","\u211e","\u015b","\u201a","\u227b","\u2ab4","\u2ab8","\u0161","\u227d","\u2ab0","\u015f","\u015d","\u2ab6","\u2aba","\u22e9","\u2a13","\u227f","\u0441","\u22c5","\u22a1","\u2a66","\u21d8","\u2925","\u2198","\u2198","\xa7","\xa7",";","\u2929","\u2216","\u2216","\u2736","\ud835\udd30","\u2322","\u266f","\u0449","\u0448","\u2223","\u2225","\xad","\xad","\u03c3","\u03c2","\u03c2","\u223c","\u2a6a","\u2243","\u2243","\u2a9e","\u2aa0","\u2a9d","\u2a9f","\u2246","\u2a24","\u2972","\u2190","\u2216","\u2a33","\u29e4","\u2223","\u2323","\u2aaa","\u2aac","\u2aac\ufe00","\u044c","/","\u29c4","\u233f","\ud835\udd64","\u2660","\u2660","\u2225","\u2293","\u2293\ufe00","\u2294","\u2294\ufe00","\u228f","\u2291","\u228f","\u2291","\u2290","\u2292","\u2290","\u2292","\u25a1","\u25a1","\u25aa","\u25aa","\u2192","\ud835\udcc8","\u2216","\u2323","\u22c6","\u2606","\u2605","\u03f5","\u03d5","\xaf","\u2282","\u2ac5","\u2abd","\u2286","\u2ac3","\u2ac1","\u2acb","\u228a","\u2abf","\u2979","\u2282","\u2286","\u2ac5","\u228a","\u2acb","\u2ac7","\u2ad5","\u2ad3","\u227b","\u2ab8","\u227d","\u2ab0","\u2aba","\u2ab6","\u22e9","\u227f","\u2211","\u266a","\xb9","\xb9","\xb2","\xb2","\xb3","\xb3","\u2283","\u2ac6","\u2abe","\u2ad8","\u2287","\u2ac4","\u27c9","\u2ad7","\u297b","\u2ac2","\u2acc","\u228b","\u2ac0","\u2283","\u2287","\u2ac6","\u228b","\u2acc","\u2ac8","\u2ad4","\u2ad6","\u21d9","\u2926","\u2199","\u2199","\u292a","\xdf","\xdf","\u2316","\u03c4","\u23b4","\u0165","\u0163","\u0442","\u20db","\u2315","\ud835\udd31","\u2234","\u2234","\u03b8","\u03d1","\u03d1","\u2248","\u223c","\u2009","\u2248","\u223c","\xfe","\xfe","\u02dc","\xd7","\xd7","\u22a0","\u2a31","\u2a30","\u222d","\u2928","\u22a4","\u2336","\u2af1","\ud835\udd65","\u2ada","\u2929","\u2034","\u2122","\u25b5","\u25bf","\u25c3","\u22b4","\u225c","\u25b9","\u22b5","\u25ec","\u225c","\u2a3a","\u2a39","\u29cd","\u2a3b","\u23e2","\ud835\udcc9","\u0446","\u045b","\u0167","\u226c","\u219e","\u21a0","\u21d1","\u2963","\xfa","\xfa","\u2191","\u045e","\u016d","\xfb","\xfb","\u0443","\u21c5","\u0171","\u296e","\u297e","\ud835\udd32","\xf9","\xf9","\u21bf","\u21be","\u2580","\u231c","\u231c","\u230f","\u25f8","\u016b","\xa8","\xa8","\u0173","\ud835\udd66","\u2191","\u2195","\u21bf","\u21be","\u228e","\u03c5","\u03d2","\u03c5","\u21c8","\u231d","\u231d","\u230e","\u016f","\u25f9","\ud835\udcca","\u22f0","\u0169","\u25b5","\u25b4","\u21c8","\xfc","\xfc","\u29a7","\u21d5","\u2ae8","\u2ae9","\u22a8","\u299c","\u03f5","\u03f0","\u2205","\u03d5","\u03d6","\u221d","\u2195","\u03f1","\u03c2","\u228a\ufe00","\u2acb\ufe00","\u228b\ufe00","\u2acc\ufe00","\u03d1","\u22b2","\u22b3","\u0432","\u22a2","\u2228","\u22bb","\u225a","\u22ee","|","|","\ud835\udd33","\u22b2","\u2282\u20d2","\u2283\u20d2","\ud835\udd67","\u221d","\u22b3","\ud835\udccb","\u2acb\ufe00","\u228a\ufe00","\u2acc\ufe00","\u228b\ufe00","\u299a","\u0175","\u2a5f","\u2227","\u2259","\u2118","\ud835\udd34","\ud835\udd68","\u2118","\u2240","\u2240","\ud835\udccc","\u22c2","\u25ef","\u22c3","\u25bd","\ud835\udd35","\u27fa","\u27f7","\u03be","\u27f8","\u27f5","\u27fc","\u22fb","\u2a00","\ud835\udd69","\u2a01","\u2a02","\u27f9","\u27f6","\ud835\udccd","\u2a06","\u2a04","\u25b3","\u22c1","\u22c0","\xfd","\xfd","\u044f","\u0177","\u044b","\xa5","\xa5","\ud835\udd36","\u0457","\ud835\udd6a","\ud835\udcce","\u044e","\xff","\xff","\u017a","\u017e","\u0437","\u017c","\u2128","\u03b6","\ud835\udd37","\u0436","\u21dd","\ud835\udd6b","\ud835\udccf","\u200d","\u200c"],t.w) +B.m={d:0,E:1,EEEE:2,LLL:3,LLLL:4,M:5,Md:6,MEd:7,MMM:8,MMMd:9,MMMEd:10,MMMM:11,MMMMd:12,MMMMEEEEd:13,QQQ:14,QQQQ:15,y:16,yM:17,yMd:18,yMEd:19,yMMM:20,yMMMd:21,yMMMEd:22,yMMMM:23,yMMMMd:24,yMMMMEEEEd:25,yQQQ:26,yQQQQ:27,H:28,Hm:29,Hms:30,j:31,jm:32,jms:33,jmv:34,jmz:35,jz:36,m:37,ms:38,s:39,v:40,z:41,zzzz:42,ZZZZ:43} +B.a1e=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE, M/d","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","M/y","M/d/y","EEE, M/d/y","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h\u202fa","h:mm\u202fa","h:mm:ss\u202fa","h:mm\u202fa v","h:mm\u202fa z","h\u202fa z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a2v={in:0,iw:1,ji:2,jw:3,mo:4,aam:5,adp:6,aue:7,ayx:8,bgm:9,bjd:10,ccq:11,cjr:12,cka:13,cmk:14,coy:15,cqu:16,drh:17,drw:18,gav:19,gfx:20,ggn:21,gti:22,guv:23,hrr:24,ibi:25,ilw:26,jeg:27,kgc:28,kgh:29,koj:30,krm:31,ktr:32,kvs:33,kwq:34,kxe:35,kzj:36,kzt:37,lii:38,lmm:39,meg:40,mst:41,mwj:42,myt:43,nad:44,ncp:45,nnx:46,nts:47,oun:48,pcr:49,pmc:50,pmu:51,ppa:52,ppr:53,pry:54,puz:55,sca:56,skk:57,tdu:58,thc:59,thx:60,tie:61,tkk:62,tlw:63,tmp:64,tne:65,tnf:66,tsf:67,uok:68,xba:69,xia:70,xkh:71,xsj:72,ybd:73,yma:74,ymt:75,yos:76,yuu:77} +B.bq=new A.i(B.a2v,["id","he","yi","jv","ro","aas","dz","ktz","nun","bcg","drl","rki","mom","cmr","xch","pij","quh","khk","prs","dev","vaj","gvr","nyc","duz","jal","opa","gal","oyb","tdf","kml","kwv","bmf","dtp","gdj","yam","tvd","dtp","dtp","raq","rmx","cir","mry","vaj","mry","xny","kdz","ngv","pij","vaj","adx","huw","phr","bfy","lcq","prt","pub","hle","oyb","dtp","tpo","oyb","ras","twm","weo","tyj","kak","prs","taj","ema","cax","acn","waw","suj","rki","lrr","mtm","zom","yug"],t.w) +B.a2p={Abort:0,Again:1,AltLeft:2,AltRight:3,ArrowDown:4,ArrowLeft:5,ArrowRight:6,ArrowUp:7,AudioVolumeDown:8,AudioVolumeMute:9,AudioVolumeUp:10,Backquote:11,Backslash:12,Backspace:13,BracketLeft:14,BracketRight:15,BrightnessDown:16,BrightnessUp:17,BrowserBack:18,BrowserFavorites:19,BrowserForward:20,BrowserHome:21,BrowserRefresh:22,BrowserSearch:23,BrowserStop:24,CapsLock:25,Comma:26,ContextMenu:27,ControlLeft:28,ControlRight:29,Convert:30,Copy:31,Cut:32,Delete:33,Digit0:34,Digit1:35,Digit2:36,Digit3:37,Digit4:38,Digit5:39,Digit6:40,Digit7:41,Digit8:42,Digit9:43,DisplayToggleIntExt:44,Eject:45,End:46,Enter:47,Equal:48,Escape:49,Esc:50,F1:51,F10:52,F11:53,F12:54,F13:55,F14:56,F15:57,F16:58,F17:59,F18:60,F19:61,F2:62,F20:63,F21:64,F22:65,F23:66,F24:67,F3:68,F4:69,F5:70,F6:71,F7:72,F8:73,F9:74,Find:75,Fn:76,FnLock:77,GameButton1:78,GameButton10:79,GameButton11:80,GameButton12:81,GameButton13:82,GameButton14:83,GameButton15:84,GameButton16:85,GameButton2:86,GameButton3:87,GameButton4:88,GameButton5:89,GameButton6:90,GameButton7:91,GameButton8:92,GameButton9:93,GameButtonA:94,GameButtonB:95,GameButtonC:96,GameButtonLeft1:97,GameButtonLeft2:98,GameButtonMode:99,GameButtonRight1:100,GameButtonRight2:101,GameButtonSelect:102,GameButtonStart:103,GameButtonThumbLeft:104,GameButtonThumbRight:105,GameButtonX:106,GameButtonY:107,GameButtonZ:108,Help:109,Home:110,Hyper:111,Insert:112,IntlBackslash:113,IntlRo:114,IntlYen:115,KanaMode:116,KeyA:117,KeyB:118,KeyC:119,KeyD:120,KeyE:121,KeyF:122,KeyG:123,KeyH:124,KeyI:125,KeyJ:126,KeyK:127,KeyL:128,KeyM:129,KeyN:130,KeyO:131,KeyP:132,KeyQ:133,KeyR:134,KeyS:135,KeyT:136,KeyU:137,KeyV:138,KeyW:139,KeyX:140,KeyY:141,KeyZ:142,KeyboardLayoutSelect:143,Lang1:144,Lang2:145,Lang3:146,Lang4:147,Lang5:148,LaunchApp1:149,LaunchApp2:150,LaunchAssistant:151,LaunchControlPanel:152,LaunchMail:153,LaunchScreenSaver:154,MailForward:155,MailReply:156,MailSend:157,MediaFastForward:158,MediaPause:159,MediaPlay:160,MediaPlayPause:161,MediaRecord:162,MediaRewind:163,MediaSelect:164,MediaStop:165,MediaTrackNext:166,MediaTrackPrevious:167,MetaLeft:168,MetaRight:169,MicrophoneMuteToggle:170,Minus:171,NonConvert:172,NumLock:173,Numpad0:174,Numpad1:175,Numpad2:176,Numpad3:177,Numpad4:178,Numpad5:179,Numpad6:180,Numpad7:181,Numpad8:182,Numpad9:183,NumpadAdd:184,NumpadBackspace:185,NumpadClear:186,NumpadClearEntry:187,NumpadComma:188,NumpadDecimal:189,NumpadDivide:190,NumpadEnter:191,NumpadEqual:192,NumpadMemoryAdd:193,NumpadMemoryClear:194,NumpadMemoryRecall:195,NumpadMemoryStore:196,NumpadMemorySubtract:197,NumpadMultiply:198,NumpadParenLeft:199,NumpadParenRight:200,NumpadSubtract:201,Open:202,PageDown:203,PageUp:204,Paste:205,Pause:206,Period:207,Power:208,PrintScreen:209,PrivacyScreenToggle:210,Props:211,Quote:212,Resume:213,ScrollLock:214,Select:215,SelectTask:216,Semicolon:217,ShiftLeft:218,ShiftRight:219,ShowAllWindows:220,Slash:221,Sleep:222,Space:223,Super:224,Suspend:225,Tab:226,Turbo:227,Undo:228,WakeUp:229,ZoomToggle:230} +B.A5=new A.i(B.a2p,[B.Dl,B.D1,B.dl,B.dn,B.Cr,B.Cq,B.Cp,B.Cs,B.D9,B.D7,B.D8,B.C1,B.BZ,B.BS,B.BX,B.BY,B.DB,B.DA,B.DW,B.E_,B.DX,B.DV,B.DZ,B.DU,B.DY,B.cB,B.C2,B.CK,B.dj,B.el,B.De,B.D4,B.D3,B.Cm,B.BQ,B.BH,B.BI,B.BJ,B.BK,B.BL,B.BM,B.BN,B.BO,B.BP,B.Dz,B.DK,B.Cn,B.BR,B.BW,B.kN,B.kN,B.C5,B.Ce,B.Cf,B.Cg,B.CN,B.CO,B.CP,B.CQ,B.CR,B.CS,B.CT,B.C6,B.CU,B.CV,B.CW,B.CX,B.CY,B.C7,B.C8,B.C9,B.Ca,B.Cb,B.Cc,B.Cd,B.D6,B.ek,B.AH,B.AN,B.AW,B.AX,B.AY,B.AZ,B.B_,B.B0,B.B1,B.AO,B.AP,B.AQ,B.AR,B.AS,B.AT,B.AU,B.AV,B.B2,B.B3,B.B4,B.B5,B.B6,B.B7,B.B8,B.B9,B.Ba,B.Bb,B.Bc,B.Bd,B.Be,B.Bf,B.Bg,B.D_,B.Ck,B.AF,B.Cj,B.CJ,B.Db,B.Dd,B.Dc,B.Bh,B.Bi,B.Bj,B.Bk,B.Bl,B.Bm,B.Bn,B.Bo,B.Bp,B.Bq,B.Br,B.Bs,B.Bt,B.Bu,B.Bv,B.Bw,B.Bx,B.By,B.Bz,B.BA,B.BB,B.BC,B.BD,B.BE,B.BF,B.BG,B.E4,B.Dg,B.Dh,B.Di,B.Dj,B.Dk,B.DP,B.DO,B.DT,B.DQ,B.DN,B.DS,B.E2,B.E1,B.E3,B.DF,B.DD,B.DC,B.DL,B.DE,B.DG,B.DM,B.DJ,B.DH,B.DI,B.dm,B.en,B.AM,B.BV,B.Df,B.hD,B.CH,B.Cy,B.Cz,B.CA,B.CB,B.CC,B.CD,B.CE,B.CF,B.CG,B.Cw,B.Dp,B.Dv,B.Dw,B.Da,B.CI,B.Ct,B.Cx,B.CM,B.Dt,B.Ds,B.Dr,B.Dq,B.Du,B.Cu,B.Dn,B.Do,B.Cv,B.CZ,B.Co,B.Cl,B.D5,B.Ci,B.C3,B.CL,B.Ch,B.AL,B.Dm,B.C0,B.AJ,B.hC,B.D0,B.DR,B.C_,B.dk,B.em,B.E5,B.C4,B.Dx,B.BU,B.AG,B.AI,B.BT,B.AK,B.D2,B.Dy,B.E0],A.ab("i")) +B.a2r={KeyA:0,KeyB:1,KeyC:2,KeyD:3,KeyE:4,KeyF:5,KeyG:6,KeyH:7,KeyI:8,KeyJ:9,KeyK:10,KeyL:11,KeyM:12,KeyN:13,KeyO:14,KeyP:15,KeyQ:16,KeyR:17,KeyS:18,KeyT:19,KeyU:20,KeyV:21,KeyW:22,KeyX:23,KeyY:24,KeyZ:25,Digit1:26,Digit2:27,Digit3:28,Digit4:29,Digit5:30,Digit6:31,Digit7:32,Digit8:33,Digit9:34,Digit0:35,Minus:36,Equal:37,BracketLeft:38,BracketRight:39,Backslash:40,Semicolon:41,Quote:42,Backquote:43,Comma:44,Period:45,Slash:46} +B.A6=new A.i(B.a2r,["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","1","2","3","4","5","6","7","8","9","0","-","=","[","]","\\",";","'","`",",",".","/"],t.w) +B.dh=new A.ri(2,"severe") +B.dg=new A.ri(1,"warning") +B.Ab=new A.ri(0,"info") +B.A7=new A.cu([B.dh,"\x1b[31m",B.dg,"\x1b[35m",B.Ab,"\x1b[32m"],t.d0) +B.a1G=new A.cu([B.dh,"error",B.dg,"warning",B.Ab,"info"],t.d0) +B.Nj=A.a(s([42,null,null,8589935146]),t.Z) +B.Nk=A.a(s([43,null,null,8589935147]),t.Z) +B.No=A.a(s([45,null,null,8589935149]),t.Z) +B.Np=A.a(s([46,null,null,8589935150]),t.Z) +B.Ns=A.a(s([47,null,null,8589935151]),t.Z) +B.Nt=A.a(s([48,null,null,8589935152]),t.Z) +B.Nu=A.a(s([49,null,null,8589935153]),t.Z) +B.NK=A.a(s([50,null,null,8589935154]),t.Z) +B.NL=A.a(s([51,null,null,8589935155]),t.Z) +B.NM=A.a(s([52,null,null,8589935156]),t.Z) +B.NN=A.a(s([53,null,null,8589935157]),t.Z) +B.NO=A.a(s([54,null,null,8589935158]),t.Z) +B.NP=A.a(s([55,null,null,8589935159]),t.Z) +B.NR=A.a(s([56,null,null,8589935160]),t.Z) +B.NS=A.a(s([57,null,null,8589935161]),t.Z) +B.Ph=A.a(s([8589934852,8589934852,8589934853,null]),t.Z) +B.N7=A.a(s([4294967555,null,4294967555,null]),t.Z) +B.N8=A.a(s([4294968065,null,null,8589935154]),t.Z) +B.N9=A.a(s([4294968066,null,null,8589935156]),t.Z) +B.Na=A.a(s([4294968067,null,null,8589935158]),t.Z) +B.Nb=A.a(s([4294968068,null,null,8589935160]),t.Z) +B.Ng=A.a(s([4294968321,null,null,8589935157]),t.Z) +B.Pi=A.a(s([8589934848,8589934848,8589934849,null]),t.Z) +B.N6=A.a(s([4294967423,null,null,8589935150]),t.Z) +B.Nc=A.a(s([4294968069,null,null,8589935153]),t.Z) +B.N5=A.a(s([4294967309,null,null,8589935117]),t.Z) +B.Nd=A.a(s([4294968070,null,null,8589935159]),t.Z) +B.Nh=A.a(s([4294968327,null,null,8589935152]),t.Z) +B.Pj=A.a(s([8589934854,8589934854,8589934855,null]),t.Z) +B.Ne=A.a(s([4294968071,null,null,8589935155]),t.Z) +B.Nf=A.a(s([4294968072,null,null,8589935161]),t.Z) +B.Pk=A.a(s([8589934850,8589934850,8589934851,null]),t.Z) +B.A8=new A.cu(["*",B.Nj,"+",B.Nk,"-",B.No,".",B.Np,"/",B.Ns,"0",B.Nt,"1",B.Nu,"2",B.NK,"3",B.NL,"4",B.NM,"5",B.NN,"6",B.NO,"7",B.NP,"8",B.NR,"9",B.NS,"Alt",B.Ph,"AltGraph",B.N7,"ArrowDown",B.N8,"ArrowLeft",B.N9,"ArrowRight",B.Na,"ArrowUp",B.Nb,"Clear",B.Ng,"Control",B.Pi,"Delete",B.N6,"End",B.Nc,"Enter",B.N5,"Home",B.Nd,"Insert",B.Nh,"Meta",B.Pj,"PageDown",B.Ne,"PageUp",B.Nf,"Shift",B.Pk],A.ab("cu>")) +B.TZ=A.a(s([B.va,null,null,B.zR]),t.L) +B.U_=A.a(s([B.zD,null,null,B.zS]),t.L) +B.U0=A.a(s([B.zE,null,null,B.zT]),t.L) +B.U1=A.a(s([B.zF,null,null,B.ko]),t.L) +B.U2=A.a(s([B.zG,null,null,B.zU]),t.L) +B.Qh=A.a(s([B.zH,null,null,B.kp]),t.L) +B.Qi=A.a(s([B.zI,null,null,B.kq]),t.L) +B.Qj=A.a(s([B.zJ,null,null,B.kr]),t.L) +B.Qk=A.a(s([B.zK,null,null,B.ks]),t.L) +B.Ql=A.a(s([B.zL,null,null,B.kt]),t.L) +B.Qm=A.a(s([B.zM,null,null,B.ku]),t.L) +B.Qn=A.a(s([B.zN,null,null,B.kv]),t.L) +B.Qo=A.a(s([B.zO,null,null,B.kw]),t.L) +B.VG=A.a(s([B.zP,null,null,B.kx]),t.L) +B.VH=A.a(s([B.zQ,null,null,B.ky]),t.L) +B.Ts=A.a(s([B.ea,B.ea,B.hv,null]),t.L) +B.VN=A.a(s([B.hr,null,B.hr,null]),t.L) +B.Rx=A.a(s([B.bo,null,null,B.kr]),t.L) +B.Ry=A.a(s([B.bb,null,null,B.kt]),t.L) +B.Rz=A.a(s([B.bc,null,null,B.kv]),t.L) +B.SJ=A.a(s([B.bp,null,null,B.kx]),t.L) +B.Ta=A.a(s([B.kl,null,null,B.ku]),t.L) +B.Tt=A.a(s([B.e8,B.e8,B.hu,null]),t.L) +B.PD=A.a(s([B.aV,null,null,B.ko]),t.L) +B.RA=A.a(s([B.cx,null,null,B.kq]),t.L) +B.Ud=A.a(s([B.hq,null,null,B.kn]),t.L) +B.RB=A.a(s([B.cy,null,null,B.kw]),t.L) +B.Tb=A.a(s([B.km,null,null,B.kp]),t.L) +B.Tu=A.a(s([B.eb,B.eb,B.hw,null]),t.L) +B.RC=A.a(s([B.e6,null,null,B.ks]),t.L) +B.Th=A.a(s([B.e7,null,null,B.ky]),t.L) +B.Tv=A.a(s([B.df,B.df,B.e9,null]),t.L) +B.a1H=new A.cu(["*",B.TZ,"+",B.U_,"-",B.U0,".",B.U1,"/",B.U2,"0",B.Qh,"1",B.Qi,"2",B.Qj,"3",B.Qk,"4",B.Ql,"5",B.Qm,"6",B.Qn,"7",B.Qo,"8",B.VG,"9",B.VH,"Alt",B.Ts,"AltGraph",B.VN,"ArrowDown",B.Rx,"ArrowLeft",B.Ry,"ArrowRight",B.Rz,"ArrowUp",B.SJ,"Clear",B.Ta,"Control",B.Tt,"Delete",B.PD,"End",B.RA,"Enter",B.Ud,"Home",B.RB,"Insert",B.Tb,"Meta",B.Tu,"PageDown",B.RC,"PageUp",B.Th,"Shift",B.Tv],A.ab("cu>")) +B.a2l={"null-character":0,"invalid-codepoint":1,"incorrectly-placed-solidus":2,"incorrect-cr-newline-entity":3,"illegal-windows-1252-entity":4,"cant-convert-numeric-entity":5,"illegal-codepoint-for-numeric-entity":6,"numeric-entity-without-semicolon":7,"expected-numeric-entity-but-got-eof":8,"expected-numeric-entity":9,"named-entity-without-semicolon":10,"expected-named-entity":11,"attributes-in-end-tag":12,"self-closing-flag-on-end-tag":13,"expected-tag-name-but-got-right-bracket":14,"expected-tag-name-but-got-question-mark":15,"expected-tag-name":16,[u.g]:17,"expected-closing-tag-but-got-eof":18,"expected-closing-tag-but-got-char":19,"eof-in-tag-name":20,"expected-attribute-name-but-got-eof":21,"eof-in-attribute-name":22,"invalid-character-in-attribute-name":23,"duplicate-attribute":24,"expected-end-of-tag-name-but-got-eof":25,"expected-attribute-value-but-got-eof":26,[u.C]:27,"equals-in-unquoted-attribute-value":28,[u.W]:29,"invalid-character-after-attribute-name":30,[u.H]:31,"eof-in-attribute-value-double-quote":32,"eof-in-attribute-value-single-quote":33,"eof-in-attribute-value-no-quotes":34,"unexpected-EOF-after-solidus-in-tag":35,[u.B]:36,"expected-dashes-or-doctype":37,[u.d]:38,"unexpected-space-after-double-dash-in-comment":39,"incorrect-comment":40,"eof-in-comment":41,"eof-in-comment-end-dash":42,[u.L]:43,"eof-in-comment-double-dash":44,"eof-in-comment-end-space-state":45,"eof-in-comment-end-bang-state":46,"unexpected-char-in-comment":47,"need-space-after-doctype":48,[u.f]:49,"expected-doctype-name-but-got-eof":50,"eof-in-doctype-name":51,"eof-in-doctype":52,[u.t]:53,"unexpected-end-of-doctype":54,"unexpected-char-in-doctype":55,"eof-in-innerhtml":56,"unexpected-doctype":57,"non-html-root":58,"expected-doctype-but-got-eof":59,"unknown-doctype":60,"expected-doctype-but-got-chars":61,"expected-doctype-but-got-start-tag":62,"expected-doctype-but-got-end-tag":63,"end-tag-after-implied-root":64,"expected-named-closing-tag-but-got-eof":65,"two-heads-are-not-better-than-one":66,"unexpected-end-tag":67,"unexpected-start-tag-out-of-my-head":68,"unexpected-start-tag":69,"missing-end-tag":70,"missing-end-tags":71,"unexpected-start-tag-implies-end-tag":72,"unexpected-start-tag-treated-as":73,"deprecated-tag":74,"unexpected-start-tag-ignored":75,"expected-one-end-tag-but-got-another":76,"end-tag-too-early":77,"end-tag-too-early-named":78,"end-tag-too-early-ignored":79,"adoption-agency-1.1":80,"adoption-agency-1.2":81,"adoption-agency-1.3":82,"unexpected-end-tag-treated-as":83,"no-end-tag":84,"unexpected-implied-end-tag-in-table":85,"unexpected-implied-end-tag-in-table-body":86,"unexpected-char-implies-table-voodoo":87,"unexpected-hidden-input-in-table":88,"unexpected-form-in-table":89,[u.M]:90,"unexpected-end-tag-implies-table-voodoo":91,"unexpected-cell-in-table-body":92,"unexpected-cell-end-tag":93,"unexpected-end-tag-in-table-body":94,"unexpected-implied-end-tag-in-table-row":95,"unexpected-end-tag-in-table-row":96,"unexpected-select-in-select":97,"unexpected-input-in-select":98,"unexpected-start-tag-in-select":99,"unexpected-end-tag-in-select":100,[u.a]:101,[u.r]:102,"unexpected-char-after-body":103,"unexpected-start-tag-after-body":104,"unexpected-end-tag-after-body":105,"unexpected-char-in-frameset":106,"unexpected-start-tag-in-frameset":107,[u.J]:108,"unexpected-end-tag-in-frameset":109,"unexpected-char-after-frameset":110,"unexpected-start-tag-after-frameset":111,"unexpected-end-tag-after-frameset":112,"unexpected-end-tag-after-body-innerhtml":113,"expected-eof-but-got-char":114,"expected-eof-but-got-start-tag":115,"expected-eof-but-got-end-tag":116,"eof-in-table":117,"eof-in-select":118,"eof-in-frameset":119,"eof-in-script-in-script":120,"eof-in-foreign-lands":121,"non-void-element-with-trailing-solidus":122,[u.G]:123,"unexpected-end-tag-before-html":124,"undefined-error":125} +B.a1I=new A.i(B.a2l,["Null character in input stream, replaced with U+FFFD.","Invalid codepoint in stream.","Solidus (/) incorrectly placed in tag.","Incorrect CR newline entity, replaced with LF.","Entity used with illegal number (windows-1252 reference).","Numeric entity couldn't be converted to character (codepoint U+%(charAsInt)08x).","Numeric entity represents an illegal codepoint: U+%(charAsInt)08x.","Numeric entity didn't end with ';'.","Numeric entity expected. Got end of file instead.","Numeric entity expected but none found.","Named entity didn't end with ';'.","Named entity expected. Got none.","End tag contains unexpected attributes.","End tag contains unexpected self-closing flag.","Expected tag name. Got '>' instead.","Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)","Expected tag name. Got something else instead","Expected closing tag. Got '>' instead. Ignoring ''.","Expected closing tag. Unexpected end of file.","Expected closing tag. Unexpected character '%(data)s' found.","Unexpected end of file in the tag name.","Unexpected end of file. Expected attribute name instead.","Unexpected end of file in attribute name.","Invalid character in attribute name","Dropped duplicate attribute on tag.","Unexpected end of file. Expected = or end of tag.","Unexpected end of file. Expected attribute value.","Expected attribute value. Got '>' instead.","Unexpected = in unquoted attribute","Unexpected character in unquoted attribute","Unexpected character after attribute name.","Unexpected character after attribute value.",'Unexpected end of file in attribute value (".',"Unexpected end of file in attribute value (').","Unexpected end of file in attribute value.","Unexpected end of file in tag. Expected >","Unexpected character after / in tag. Expected >","Expected '--' or 'DOCTYPE'. Not found.","Unexpected ! after -- in comment","Unexpected space after -- in comment","Incorrect comment.","Unexpected end of file in comment.","Unexpected end of file in comment (-)","Unexpected '-' after '--' found in comment.","Unexpected end of file in comment (--).","Unexpected end of file in comment.","Unexpected end of file in comment.","Unexpected character in comment found.","No space after literal string 'DOCTYPE'.","Unexpected > character. Expected DOCTYPE name.","Unexpected end of file. Expected DOCTYPE name.","Unexpected end of file in DOCTYPE name.","Unexpected end of file in DOCTYPE.","Expected space or '>'. Got '%(data)s'","Unexpected end of DOCTYPE.","Unexpected character in DOCTYPE.","XXX innerHTML EOF","Unexpected DOCTYPE. Ignored.","html needs to be the first start tag.","Unexpected End of file. Expected DOCTYPE.","Erroneous DOCTYPE.","Unexpected non-space characters. Expected DOCTYPE.","Unexpected start tag (%(name)s). Expected DOCTYPE.","Unexpected end tag (%(name)s). Expected DOCTYPE.","Unexpected end tag (%(name)s) after the (implied) root element.","Unexpected end of file. Expected end tag (%(name)s).","Unexpected start tag head in existing head. Ignored.","Unexpected end tag (%(name)s). Ignored.","Unexpected start tag (%(name)s) that can be in head. Moved.","Unexpected start tag (%(name)s).","Missing end tag (%(name)s).","Missing end tags (%(name)s).","Unexpected start tag (%(startName)s) implies end tag (%(endName)s).","Unexpected start tag (%(originalName)s). Treated as %(newName)s.","Unexpected start tag %(name)s. Don't use it!","Unexpected start tag %(name)s. Ignored.","Unexpected end tag (%(gotName)s). Missing end tag (%(expectedName)s).","End tag (%(name)s) seen too early. Expected other end tag.","Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).","End tag (%(name)s) seen too early. Ignored.","End tag (%(name)s) violates step 1, paragraph 1 of the adoption agency algorithm.","End tag (%(name)s) violates step 1, paragraph 2 of the adoption agency algorithm.","End tag (%(name)s) violates step 1, paragraph 3 of the adoption agency algorithm.","Unexpected end tag (%(originalName)s). Treated as %(newName)s.","This element (%(name)s) has no end tag.","Unexpected implied end tag (%(name)s) in the table phase.","Unexpected implied end tag (%(name)s) in the table body phase.","Unexpected non-space characters in table context caused voodoo mode.","Unexpected input with type hidden in table context.","Unexpected form in table context.","Unexpected start tag (%(name)s) in table context caused voodoo mode.","Unexpected end tag (%(name)s) in table context caused voodoo mode.","Unexpected table cell start tag (%(name)s) in the table body phase.","Got table cell end tag (%(name)s) while required end tags are missing.","Unexpected end tag (%(name)s) in the table body phase. Ignored.","Unexpected implied end tag (%(name)s) in the table row phase.","Unexpected end tag (%(name)s) in the table row phase. Ignored.","Unexpected select start tag in the select phase treated as select end tag.","Unexpected input start tag in the select phase.","Unexpected start tag token (%(name)s in the select phase. Ignored.","Unexpected end tag (%(name)s) in the select phase. Ignored.","Unexpected table element start tag (%(name)s) in the select in table phase.","Unexpected table element end tag (%(name)s) in the select in table phase.","Unexpected non-space characters in the after body phase.","Unexpected start tag token (%(name)s) in the after body phase.","Unexpected end tag token (%(name)s) in the after body phase.","Unexpected characters in the frameset phase. Characters ignored.","Unexpected start tag token (%(name)s) in the frameset phase. Ignored.","Unexpected end tag token (frameset) in the frameset phase (innerHTML).","Unexpected end tag token (%(name)s) in the frameset phase. Ignored.","Unexpected non-space characters in the after frameset phase. Ignored.","Unexpected start tag (%(name)s) in the after frameset phase. Ignored.","Unexpected end tag (%(name)s) in the after frameset phase. Ignored.","Unexpected end tag after body(innerHtml)","Unexpected non-space characters. Expected end of file.","Unexpected start tag (%(name)s). Expected end of file.","Unexpected end tag (%(name)s). Expected end of file.","Unexpected end of file. Expected table content.","Unexpected end of file. Expected select content.","Unexpected end of file. Expected frameset content.","Unexpected end of file. Expected script content.","Unexpected end of file. Expected foreign content","Trailing solidus not allowed on element %(name)s","Element %(name)s not allowed in a non-html context","Unexpected end tag (%(name)s) before html.","Undefined error (this sucks and should be fixed)"],t.w) +B.a2m={altglyph:0,altglyphdef:1,altglyphitem:2,animatecolor:3,animatemotion:4,animatetransform:5,clippath:6,feblend:7,fecolormatrix:8,fecomponenttransfer:9,fecomposite:10,feconvolvematrix:11,fediffuselighting:12,fedisplacementmap:13,fedistantlight:14,feflood:15,fefunca:16,fefuncb:17,fefuncg:18,fefuncr:19,fegaussianblur:20,feimage:21,femerge:22,femergenode:23,femorphology:24,feoffset:25,fepointlight:26,fespecularlighting:27,fespotlight:28,fetile:29,feturbulence:30,foreignobject:31,glyphref:32,lineargradient:33,radialgradient:34,textpath:35} +B.a1J=new A.i(B.a2m,["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"],t.w) +B.a2t={af:0,am:1,ar:2,as:3,az:4,be:5,bg:6,bn:7,bs:8,ca:9,cs:10,cy:11,da:12,de:13,de_CH:14,el:15,en:16,en_AU:17,en_CA:18,en_GB:19,en_IE:20,en_IN:21,en_NZ:22,en_SG:23,en_US:24,en_ZA:25,es:26,es_419:27,es_MX:28,es_US:29,et:30,eu:31,fa:32,fi:33,fil:34,fr:35,fr_CA:36,gl:37,gsw:38,gu:39,he:40,hi:41,hr:42,hu:43,hy:44,id:45,is:46,it:47,ja:48,ka:49,kk:50,km:51,kn:52,ko:53,ky:54,lo:55,lt:56,lv:57,mk:58,ml:59,mn:60,mr:61,ms:62,my:63,nb:64,ne:65,nl:66,no:67,or:68,pa:69,pl:70,ps:71,pt:72,pt_PT:73,ro:74,ru:75,si:76,sk:77,sl:78,sq:79,sr:80,sr_Latn:81,sv:82,sw:83,ta:84,te:85,th:86,tl:87,tr:88,uk:89,ur:90,uz:91,vi:92,zh:93,zh_HK:94,zh_TW:95,zu:96} +B.a0n=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd-MM","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","MM-y","y-MM-dd","EEE y-MM-dd","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1l=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE\u1363 M/d","LLL","MMM d","EEE\u1363 MMM d","LLLL","MMMM d","EEEE\u1363 MMMM d","QQQ","QQQQ","y","M/y","d/M/y","EEE\u1363 d/M/y","MMM y","d MMM y","EEE\u1363 MMM d y","MMMM y","d MMMM y","y MMMM d, EEEE","QQQ y","QQQQ y","H","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0S=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/\u200fM","EEE\u060c d/\u200fM","LLL","d MMM","EEE\u060c d MMM","LLLL","d MMMM","EEEE\u060c d MMMM","QQQ","QQQQ","y","M\u200f/y","d\u200f/M\u200f/y","EEE\u060c d/\u200fM/\u200fy","MMM y","d MMM y","EEE\u060c d MMM y","MMMM y","d MMMM y","EEEE\u060c d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1D=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd-MM","EEE, dd-MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM-y","dd-MM-y","EEE, dd-MM-y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","a h","a h:mm","a h:mm:ss","a h:mm v","a h:mm z","a h z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1E=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd.MM","dd.MM, EEE","LLL","d MMM","d MMM, EEE","LLLL","d MMMM","d MMMM, EEEE","QQQ","QQQQ","y","MM.y","dd.MM.y","dd.MM.y, EEE","MMM y","d MMM y","d MMM y, EEE","MMMM y","d MMMM y","d MMMM y, EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1v=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","LLL y","d MMM y","EEE, d MMM y","LLLL y","d MMMM y '\u0433'.","EEEE, d MMMM y '\u0433'.","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1j=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.MM","EEE, d.MM","MM","d.MM","EEE, d.MM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y '\u0433'.","MM.y '\u0433'.","d.MM.y '\u0433'.","EEE, d.MM.y '\u0433'.","MM.y '\u0433'.","d.MM.y '\u0433'.","EEE, d.MM.y '\u0433'.","MMMM y '\u0433'.","d MMMM y '\u0433'.","EEEE, d MMMM y '\u0433'.","QQQ y '\u0433'.","QQQQ y '\u0433'.","HH '\u0447'.","HH:mm '\u0447'.","HH:mm:ss '\u0447'.","HH '\u0447'.","HH:mm '\u0447'.","HH:mm:ss '\u0447'.","HH:mm '\u0447'. v","HH:mm '\u0447'. z","HH '\u0447'. z","m","m:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0K=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d-M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0s=new A.i(B.m,["d.","ccc","cccc","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y.","MM/y","d.M.y.","EEE, d.M.y.","MMM y.","d. MMM y.","EEE, d. MMM y.","LLLL y.","d. MMMM y.","EEEE, d. MMMM y.","QQQ y.","QQQQ y.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm (v)","HH:mm (z)","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0A=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","LLL 'de' y","d MMM 'de' y","EEE, d MMM y","LLLL 'de' y","d MMMM 'de' y","EEEE, d MMMM 'de' y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1_=new A.i(B.m,["d.","ccc","cccc","LLL","LLLL","L","d. M.","EEE d. M.","LLL","d. M.","EEE d. M.","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M/y","d. M. y","EEE d. M. y","LLLL y","d. M. y","EEE d. M. y","LLLL y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0H=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","MMMM d","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1d=new A.i(B.m,["d.","ccc","cccc","MMM","MMMM","M","d.M","EEE d.M","MMM","d. MMM","EEE d. MMM","MMMM","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE d.M.y","MMM y","d. MMM y","EEE d. MMM y","MMMM y","d. MMMM y","EEEE 'den' d. MMMM y","QQQ y","QQQQ y","HH","HH.mm","HH.mm.ss","HH","HH.mm","HH.mm.ss","HH.mm v","HH.mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.A3=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d. MMM y","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH 'Uhr'","HH:mm","HH:mm:ss","HH 'Uhr'","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH 'Uhr' z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1o=new A.i(B.m,["d","ccc","cccc","MMM","MMMM","L","d/M","EEE d/M","MMM","d MMM","EEE d MMM","MMMM","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","LLLL y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.ec=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE, M/d","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","M/y","M/d/y","EEE, M/d/y","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0R=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1B=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","MM-dd","EEE, MM-dd","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","MM/y","y-MM-dd","EEE, y-MM-dd","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0Y=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0B=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1t=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM, y","MMMM y","d MMMM y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0w=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","d/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0t=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1i=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","MM/dd","EEE, MM/dd","LLL","dd MMM","EEE, dd MMM","LLLL","d MMMM","EEEE, dd MMMM","QQQ","QQQQ","y","MM/y","y/MM/dd","EEE, y/MM/dd","MMM y","dd MMM y","EEE, dd MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0U=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0o=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ 'de' y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a17=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1a=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1C=new A.i(B.m,["d","ccc","cccc","MMMM","MMMM","M","d.M","EEE, d.M","MMMM","d. MMM","EEE, d. MMM","MMMM","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d. MMM y","EEE, d. MMMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a15=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","M/d","M/d, EEE","LLL","MMM d","MMM d, EEE","LLLL","MMMM d","MMMM d, EEEE","QQQ","QQQQ","y","y/M","y/M/d","y/M/d, EEE","y MMM","y MMM d","y MMM d, EEE","y('e')'ko' MMMM","y('e')'ko' MMMM'ren' d","y('e')'ko' MMMM'ren' d('a'), EEEE","y('e')'ko' QQQ","y('e')'ko' QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1q=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE M/d","LLL","d LLL","EEE d LLL","LLLL","d LLLL","EEEE d LLLL","QQQ","QQQQ","y","y/M","y/M/d","EEE y/M/d","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","HH:mm (z)","H (z)","m","m:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0i=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M.","EEE d.M.","LLL","d. MMM","ccc d. MMM","LLLL","d. MMMM","cccc d. MMMM","QQQ","QQQQ","y","L.y","d.M.y","EEE d.M.y","LLL y","d. MMM y","EEE d. MMM y","LLLL y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","H","H.mm","H.mm.ss","H","H.mm","H.mm.ss","H.mm v","H.mm z","H z","m","m.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0r=new A.i(B.m,["d","EEE","EEEE","LLL","LLLL","L","dd/MM","EEE dd/MM","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE dd/MM/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH 'h'","HH:mm","HH:mm:ss","HH 'h'","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH 'h' z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0F=new A.i(B.m,["d","EEE","EEEE","LLL","LLLL","L","M-d","EEE M-d","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","y-MM","y-MM-dd","EEE y-MM-dd","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH 'h'","HH 'h' mm","HH 'h' mm 'min' ss 's'","HH 'h'","HH 'h' mm","HH 'h' mm 'min' ss 's'","HH 'h' mm v","HH 'h' mm z","HH 'h' z","m","mm 'min' ss 's'","s","v","z","zzzz","ZZZZ"],t.w) +B.a1F=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d 'de' MMM","EEE, d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM 'de' y","d 'de' MMM 'de' y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0q=new A.i(B.m,["d","EEE","EEEE","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE d. MMM","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","y-M","d.M.y","EEE, y-M-d","MMM y","y MMM d","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","H","HH:mm","HH:mm:ss","H","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0v=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM y","d MMMM, y","EEEE, d MMMM, y","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1p=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d \u05d1MMM","EEE, d \u05d1MMM","LLLL","d \u05d1MMMM","EEEE, d \u05d1MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d \u05d1MMM y","EEE, d \u05d1MMM y","MMMM y","d \u05d1MMMM y","EEEE, d \u05d1MMMM y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0p=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0y=new A.i(B.m,["d.","ccc","cccc","LLL","LLLL","L.","dd. MM.","EEE, dd. MM.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y.","MM. y.","dd. MM. y.","EEE, dd. MM. y.","LLL y.","d. MMM y.","EEE, d. MMM y.","LLLL y.","d. MMMM y.","EEEE, d. MMMM y.","QQQ y.","QQQQ y.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0L=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","M. d.","M. d., EEE","LLL","MMM d.","MMM d., EEE","LLLL","MMMM d.","MMMM d., EEEE","QQQ","QQQQ","y.","y. M.","y. MM. dd.","y. MM. dd., EEE","y. MMM","y. MMM d.","y. MMM d., EEE","y. MMMM","y. MMMM d.","y. MMMM d., EEEE","y. QQQ","y. QQQQ","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1r=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd.MM","dd.MM, EEE","LLL","d MMM","d MMM, EEE","LLLL","MMMM d","d MMMM, EEEE","QQQ","QQQQ","y","MM.y","dd.MM.y","d.MM.y \u0569., EEE","y \u0569. LLL","d MMM, y \u0569.","y \u0569. MMM d, EEE","y \u0569\u2024 LLLL","d MMMM, y \u0569.","y \u0569. MMMM d, EEEE","y \u0569. QQQ","y \u0569. QQQQ","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0u=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH.mm","HH.mm.ss","HH","HH.mm","HH.mm.ss","HH.mm v","HH.mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0T=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M. y","d.M.y","EEE, d.M.y","MMM y","d. MMM y","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","v \u2013 HH:mm","z \u2013 HH:mm","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0N=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a18=new A.i(B.m,["d\u65e5","ccc","cccc","M\u6708","M\u6708","M\u6708","M/d","M/d(EEE)","M\u6708","M\u6708d\u65e5","M\u6708d\u65e5(EEE)","M\u6708","M\u6708d\u65e5","M\u6708d\u65e5EEEE","QQQ","QQQQ","y\u5e74","y/M","y/M/d","y/M/d(EEE)","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5(EEE)","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEEE","y/QQQ","y\u5e74QQQQ","H\u6642","H:mm","H:mm:ss","H\u6642","H:mm","H:mm:ss","H:mm v","H:mm z","H\u6642 z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1z=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM. y","d MMM. y","EEE, d MMM. y","MMMM, y","d MMMM, y","EEEE, d MMMM, y","QQQ, y","QQQQ, y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0W=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd.MM","dd.MM, EEE","LLL","d MMM","d MMM, EEE","LLLL","d MMMM","d MMMM, EEEE","QQQ","QQQQ","y","MM.y","dd.MM.y","dd.MM.y, EEE","y '\u0436'. MMM","y '\u0436'. d MMM","y '\u0436'. d MMM, EEE","y '\u0436'. MMMM","y '\u0436'. d MMMM","y '\u0436'. d MMMM, EEEE","y '\u0436'. QQQ","y '\u0436'. QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0j=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","MMMM d","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a12=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","d/M, EEE","LLL","MMM d","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, M/d/y","MMM y","MMM d,y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0M=new A.i(B.m,["d\uc77c","ccc","cccc","LLL","LLLL","M\uc6d4","M. d.","M. d. (EEE)","LLL","MMM d\uc77c","MMM d\uc77c (EEE)","LLLL","MMMM d\uc77c","MMMM d\uc77c EEEE","QQQ","QQQQ","y\ub144","y. M.","y. M. d.","y. M. d. (EEE)","y\ub144 MMM","y\ub144 MMM d\uc77c","y\ub144 MMM d\uc77c (EEE)","y\ub144 MMMM","y\ub144 MMMM d\uc77c","y\ub144 MMMM d\uc77c EEEE","y\ub144 QQQ","y\ub144 QQQQ","H\uc2dc","HH:mm","H\uc2dc m\ubd84 s\ucd08","a h\uc2dc","a h:mm","a h:mm:ss","a h:mm v","a h:mm z","a h\uc2dc z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0J=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd-MM","dd-MM, EEE","LLL","d-MMM","d-MMM, EEE","LLLL","d-MMMM","d-MMMM, EEEE","QQQ","QQQQ","y","y-MM","y-dd-MM","y-dd-MM, EEE","y-'\u0436'. MMM","y-'\u0436'. d-MMM","y-'\u0436'. d-MMM, EEE","y-'\u0436'., MMMM","y-'\u0436'., d-MMMM","y-'\u0436'., d-MMMM, EEEE","y-'\u0436'., QQQ","y-'\u0436'., QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0D=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE d MMM","LLLL","MMMM d","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a10=new A.i(B.m,["dd","ccc","cccc","LLL","LLLL","MM","MM-d","MM-dd, EEE","MM","MM-dd","MM-dd, EEE","LLLL","MMMM d 'd'.","MMMM d 'd'., EEEE","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","y-MM","y-MM-dd","y-MM-dd, EEE","y 'm'. LLLL","y 'm'. MMMM d 'd'.","y 'm'. MMMM d 'd'., EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm; v","HH:mm; z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0l=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd.MM.","EEE, dd.MM.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y. 'g'.","MM.y.","d.MM.y.","EEE, d.M.y.","y. 'g'. MMM","y. 'g'. d. MMM","EEE, y. 'g'. d. MMM","y. 'g'. MMMM","y. 'gada' d. MMMM","EEEE, y. 'gada' d. MMMM","y. 'g'. QQQ","y. 'g'. QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0z=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y '\u0433'.","d MMM y '\u0433'.","EEE, d MMM y '\u0433'.","MMMM y '\u0433'.","d MMMM y","EEEE, d MMMM y","QQQ y '\u0433'.","QQQQ y '\u0433'.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0V=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","d/M, EEE","LLL","MMM d","MMM d, EEE","LLLL","MMMM d","MMMM d, EEEE","QQQ","QQQQ","y","y-MM","d/M/y","d-M-y, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","y, MMMM d","y, MMMM d, EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0Z=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","LLLLL","MMMMM/dd","MMMMM/dd. EEE","LLL","MMM'\u044b\u043d' d","MMM'\u044b\u043d' d. EEE","LLLL","MMMM'\u044b\u043d' d","MMMM'\u044b\u043d' d. EEEE","QQQ","QQQQ","y","y MMMMM","y.MM.dd","y.MM.dd. EEE","y '\u043e\u043d\u044b' MMM","y '\u043e\u043d\u044b' MMM'\u044b\u043d' d","y '\u043e\u043d\u044b' MMM'\u044b\u043d' d. EEE","y '\u043e\u043d\u044b' MMMM","y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d","y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d, EEEE '\u0433\u0430\u0440\u0430\u0433'","y '\u043e\u043d\u044b' QQQ","y '\u043e\u043d\u044b' QQQQ","HH '\u0446'","HH:mm","HH:mm:ss","HH '\u0446'","HH:mm","HH:mm:ss","HH:mm (v)","HH:mm (z)","HH '\u0446' (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1n=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d, MMM y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","H:mm","H:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1w=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d-M","EEE, d-M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M-y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1u=new A.i(B.m,["d","ccc\u1014\u1031\u1037","cccc\u1014\u1031\u1037","LLL","LLLL","L","d/M","d-M- EEE","LLL","d MMM","MMM d- EEE","LLLL","MMMM d","MMMM d \u101b\u1000\u103a EEEE\u1014\u1031\u1037","QQQ","QQQQ","y","M/y","dd-MM-y","d/M/y- EEE","MMM y","y- MMM d","y- MMM d- EEE","y MMMM","y- MMMM d","y- MMMM d- EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","v HH:mm","z HH:mm","z HH","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.A2=new A.i(B.m,["d.","ccc","cccc","LLL","LLLL","L.","d.M.","EEE d.M.","LLL","d. MMM","EEE d. MMM","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE d.M.y","MMM y","d. MMM y","EEE d. MMM y","MMMM y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a11=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","MM-dd","MM-dd, EEE","LLL","MMM d","MMM d, EEE","LLLL","MMMM d","MMMM d, EEEE","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","y MMMM d","y MMMM d, EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1y=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d-M","EEE d-M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M-y","d-M-y","EEE d-M-y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1f=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, dd-MM.","LLL","d MMM","EEE, d MMM","LLLL","MMMM d","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0m=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.MM","EEE, d.MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM.y","d.MM.y","EEE, d.MM.y","LLL y","d MMM y","EEE, d MMM y","LLLL y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1s=new A.i(B.m,["d","EEE","EEEE","LLL","LLLL","L","MM-dd","MM-dd, EEE","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","\u062f y \u062f MMMM d","EEEE \u062f y \u062f MMMM d","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a13=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, dd/MM","LLL","d 'de' MMM","EEE, d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM 'de' y","d 'de' MMM 'de' y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ 'de' y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0x=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d/MM","EEE, d/MM","LLLL","d 'de' MMMM","cccc, d 'de' MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MM/y","d/MM/y","EEE, d/MM/y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQQ 'de' y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a19=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd.MM","EEE, dd.MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM.y","dd.MM.y","EEE, dd.MM.y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0E=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd.MM","EEE, dd.MM","LLL","d MMM","ccc, d MMM","LLLL","d MMMM","cccc, d MMMM","QQQ","QQQQ","y","MM.y","dd.MM.y","ccc, dd.MM.y '\u0433'.","LLL y '\u0433'.","d MMM y '\u0433'.","EEE, d MMM y '\u0433'.","LLLL y '\u0433'.","d MMMM y '\u0433'.","EEEE, d MMMM y '\u0433'.","QQQ y '\u0433'.","QQQQ y '\u0433'.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1A=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","M-d","M-d, EEE","LLL","MMM d","MMM d EEE","LLLL","MMMM d","MMMM d EEEE","QQQ","QQQQ","y","y-M","y-M-d","y-M-d, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","y MMMM d","y MMMM d, EEEE","y QQQ","y QQQQ","HH","HH.mm","HH.mm.ss","HH","HH.mm","HH.mm.ss","HH.mm v","HH.mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a14=new A.i(B.m,["d.","ccc","cccc","LLL","LLLL","L.","d. M.","EEE d. M.","LLL","d. M.","EEE d. M.","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M/y","d. M. y","EEE d. M. y","M/y","d. M. y","EEE d. M. y","LLLL y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0Q=new A.i(B.m,["d.","ccc","cccc","LLL","LLLL","L","d. M.","EEE, d. M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M/y","d. M. y","EEE, d. M. y","MMM y","d. MMM y","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH'h'","HH:mm","HH:mm:ss","HH'h'","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH'h' z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0X=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ, y","QQQQ, y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a, v","h:mm a, z","h a, z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.A4=new A.i(B.m,["d","EEE","EEEE","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y.","M.y.","d.M.y.","EEE, d.M.y.","MMM y.","d. MMM y.","EEE, d. MMM y.","MMMM y.","d. MMMM y.","EEEE, d. MMMM y.","QQQ y.","QQQQ y.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1x=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","y-MM","y-MM-dd","EEE, y-MM-dd","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a16=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","y QQQ","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1b=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","dd-MM, EEE","LLL","MMM d","MMM d, EEE","LLLL","d MMMM","MMMM d, EEEE","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","a h","a h:mm","a h:mm:ss","a h:mm v","a h:mm z","a h z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0k=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","d/M, EEE","LLL","d MMM","d MMM, EEE","LLLL","d MMMM","d MMMM, EEEE","QQQ","QQQQ","y","M/y","d/M/y","d/M/y, EEE","MMM y","d, MMM y","d MMM, y, EEE","MMMM y","d MMMM, y","d, MMMM y, EEEE","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0P=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE\u0e17\u0e35\u0e48 d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM G y","d MMMM G y","EEEE\u0e17\u0e35\u0e48 d MMMM G y","QQQ y","QQQQ G y","HH","HH:mm \u0e19.","HH:mm:ss","HH","HH:mm \u0e19.","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1k=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","d/MM EEE","LLL","d MMM","d MMMM EEE","LLLL","d MMMM","d MMMM EEEE","QQQ","QQQQ","y","MM/y","dd.MM.y","d.M.y EEE","MMM y","d MMM y","d MMM y EEE","MMMM y","d MMMM y","d MMMM y EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1g=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","LL","dd.MM","EEE, dd.MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM.y","dd.MM.y","EEE, dd.MM.y","LLL y '\u0440'.","d MMM y '\u0440'.","EEE, d MMM y '\u0440'.","LLLL y '\u0440'.","d MMMM y '\u0440'.","EEEE, d MMMM y '\u0440'.","QQQ y","QQQQ y '\u0440'.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1c=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE\u060c d/M","LLL","d MMM","EEE\u060c d MMM","LLLL","d MMMM","EEEE\u060c d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE\u060c d/M/y","MMM y","d MMM\u060c y","EEE\u060c d MMM\u060c y","MMMM y","d MMMM\u060c y","EEEE\u060c d MMMM\u060c y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0O=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","LL","dd/MM","EEE, dd/MM","LLL","d-MMM","EEE, d-MMM","LLLL","d-MMMM","EEEE, d-MMMM","QQQ","QQQQ","y","MM.y","dd/MM/y","EEE, dd/MM/y","MMM, y","d-MMM, y","EEE, d-MMM, y","MMMM, y","d-MMMM, y","EEEE, d-MMMM, y","y, QQQ","y, QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm (v)","HH:mm (z)","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0I=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","dd/M","EEE, dd/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, dd/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM 'n\u0103m' y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ 'n\u0103m' y","HH","H:mm","HH:mm:ss","HH","H:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1m=new A.i(B.m,["d\u65e5","ccc","cccc","LLL","LLLL","M\u6708","M/d","M/dEEE","LLL","M\u6708d\u65e5","M\u6708d\u65e5EEE","LLLL","M\u6708d\u65e5","M\u6708d\u65e5EEEE","QQQ","QQQQ","y\u5e74","y\u5e74M\u6708","y/M/d","y/M/dEEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEEE","y\u5e74\u7b2cQ\u5b63\u5ea6","y\u5e74\u7b2cQ\u5b63\u5ea6","H\u65f6","HH:mm","HH:mm:ss","H\u65f6","HH:mm","HH:mm:ss","v HH:mm","z HH:mm","zH\u65f6","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1h=new A.i(B.m,["d\u65e5","ccc","cccc","LLL","LLLL","M\u6708","d/M","d/M\uff08EEE\uff09","LLL","M\u6708d\u65e5","M\u6708d\u65e5EEE","LLLL","M\u6708d\u65e5","M\u6708d\u65e5EEEE","QQQ","QQQQ","y\u5e74","M/y","d/M/y","d/M/y\uff08EEE\uff09","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEEE","y\u5e74QQQ","y\u5e74QQQQ","H\u6642","HH:mm","HH:mm:ss","ah\u6642","ah:mm","ah:mm:ss","ah:mm [v]","ah:mm [z]","ah\u6642 z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0C=new A.i(B.m,["d\u65e5","ccc","cccc","LLL","LLLL","M\u6708","M/d","M/d\uff08EEE\uff09","LLL","M\u6708d\u65e5","M\u6708d\u65e5 EEE","LLLL","M\u6708d\u65e5","M\u6708d\u65e5 EEEE","QQQ","QQQQ","y\u5e74","y/M","y/M/d","y/M/d\uff08EEE\uff09","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5 EEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5 EEEE","y\u5e74QQQ","y\u5e74QQQQ","H\u6642","HH:mm","HH:mm:ss","ah\u6642","ah:mm","ah:mm:ss","ah:mm [v]","ah:mm [z]","ah\u6642 z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a0G=new A.i(B.m,["d","ccc","cccc","LLL","LLLL","L","MM-dd","MM-dd, EEE","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.a1K=new A.i(B.a2t,[B.a0n,B.a1l,B.a0S,B.a1D,B.a1E,B.a1v,B.a1j,B.a0K,B.a0s,B.a0A,B.a1_,B.a0H,B.a1d,B.A3,B.A3,B.a1o,B.ec,B.a0R,B.a1B,B.a0Y,B.a0B,B.a1t,B.a0w,B.a0t,B.ec,B.a1i,B.a0U,B.a0o,B.a17,B.a1a,B.a1C,B.a15,B.a1q,B.a0i,B.ec,B.a0r,B.a0F,B.a1F,B.a0q,B.a0v,B.a1p,B.a0p,B.a0y,B.a0L,B.a1r,B.a0u,B.a0T,B.a0N,B.a18,B.a1z,B.a0W,B.a0j,B.a12,B.a0M,B.a0J,B.a0D,B.a10,B.a0l,B.a0z,B.a0V,B.a0Z,B.a1n,B.a1w,B.a1u,B.A2,B.a11,B.a1y,B.A2,B.ec,B.a1f,B.a0m,B.a1s,B.a13,B.a0x,B.a19,B.a0E,B.a1A,B.a14,B.a0Q,B.a0X,B.A4,B.A4,B.a1x,B.a16,B.a1b,B.a0k,B.a0P,B.ec,B.a1k,B.a1g,B.a1c,B.a0O,B.a0I,B.a1m,B.a1h,B.a0C,B.a0G],A.ab("i>")) +B.be=new A.eJ(null,null,null,null,null,null,null,null) +B.a1L=new A.xS(null,null,null,null,null,null,null,null) +B.Ja=new A.q(4284790262) +B.J1=new A.q(4282557941) +B.IP=new A.q(4279592384) +B.IO=new A.q(4279060385) +B.Ya=new A.cu([50,B.nr,100,B.no,200,B.jn,300,B.Ja,400,B.J1,500,B.dI,600,B.j9,700,B.ni,800,B.IP,900,B.IO],t.pl) +B.ed=new A.xT(B.Ya,4280391411) +B.JD=new A.q(4294966759) +B.JC=new A.q(4294965700) +B.JB=new A.q(4294964637) +B.JA=new A.q(4294963574) +B.Jz=new A.q(4294962776) +B.Jy=new A.q(4294961979) +B.Jx=new A.q(4294826037) +B.Jw=new A.q(4294688813) +B.Jv=new A.q(4294551589) +B.Jt=new A.q(4294278935) +B.Yb=new A.cu([50,B.JD,100,B.JC,200,B.JB,300,B.JA,400,B.Jz,500,B.Jy,600,B.Jx,700,B.Jw,800,B.Jv,900,B.Jt],t.pl) +B.a1M=new A.xT(B.Yb,4294961979) +B.a1N=new A.b6(0,t.QL) +B.kC=new A.b6(B.L,t.h9) +B.a6G=new A.J(20,44) +B.a1P=new A.b6(B.a6G,t.VY) +B.a6H=new A.J(64,40) +B.a1Q=new A.b6(B.a6H,t.iL) +B.a6I=new A.J(999,44) +B.a1R=new A.b6(B.a6I,t.VY) +B.a6W=new A.fb(B.n) +B.a1S=new A.b6(B.a6W,t.kU) +B.a6J=new A.J(1/0,1/0) +B.a1U=new A.b6(B.a6J,t.iL) +B.aB=new A.c8(0,"hovered") +B.aG=new A.c8(1,"focused") +B.aw=new A.c8(2,"pressed") +B.A9=new A.c8(3,"dragged") +B.br=new A.c8(4,"selected") +B.Aa=new A.c8(5,"scrolledUnder") +B.a3=new A.c8(6,"disabled") +B.a1V=new A.o9(0,"padded") +B.kD=new A.o9(1,"shrinkWrap") +B.a1X=new A.y2(null) +B.a1Y=new A.LT(null) +B.a1Z=new A.rh(null) +B.a2_=new A.of(null) +B.a20=new A.hu("popRoute",null) +B.a21=new A.m5("plugins.flutter.io/url_launcher",B.bE) +B.a22=new A.m5("flutter/service_worker",B.bE) +B.bL=new A.m5("yaru_window",B.bE) +B.a24=new A.oh(0,"clipRect") +B.a25=new A.oh(1,"clipRRect") +B.a26=new A.oh(2,"clipPath") +B.a27=new A.oh(3,"transform") +B.a28=new A.oh(4,"opacity") +B.a29=new A.rm(null,null,null,null,null,null,null,null,null,null,null) +B.a2a=new A.yl(null,null,null,null,null,null,null,null,null,null) +B.kH=new A.a8B(0,"traditional") +B.a2b=new A.oj(!0) +B.a2c=new A.rn(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a2d=new A.Mo(null) +B.a2e=new A.Mp(null) +B.a2f=new A.rq(null) +B.Ai=new A.hw(B.l,B.l) +B.a2K=new A.o(0.2,0) +B.a2M=new A.o(17976931348623157e292,0) +B.agj=new A.o(0,-0.005) +B.a2N=new A.o(-0.3333333333333333,0) +B.a2P=new A.o(1/0,1/0) +B.a2Q=new A.o(0,0.1) +B.a2S=new A.o(1/0,0) +B.a2Y=new A.o(-0.2,0) +B.aD=new A.kh(0,"iOs") +B.hA=new A.kh(1,"android") +B.kI=new A.kh(2,"linux") +B.Ak=new A.kh(3,"windows") +B.bt=new A.kh(4,"macOs") +B.a2Z=new A.kh(5,"unknown") +B.iS=new A.a6L() +B.a3_=new A.ki("flutter/textinput",B.iS) +B.a30=new A.ki("flutter/keyboard",B.bE) +B.Al=new A.ki("flutter/menu",B.bE) +B.cA=new A.ki("flutter/platform",B.iS) +B.kJ=new A.ki("flutter/restoration",B.bE) +B.a31=new A.ki("flutter/mousecursor",B.bE) +B.hB=new A.ki("flutter/navigation",B.iS) +B.a32=new A.rt(0,null) +B.a33=new A.rt(1,null) +B.Am=new A.Mw(0,"portrait") +B.An=new A.Mw(1,"landscape") +B.a34=new A.ru(null) +B.my=new A.Hv() +B.Y4=new A.cu([B.c9,B.n6,B.ca,B.my,B.cM,B.my],t.Ce) +B.a38=new A.yw(B.Y4) +B.aO=new A.MS(0,"fill") +B.ad=new A.MS(1,"stroke") +B.a4g=new A.mg(1/0) +B.bM=new A.MW(0,"nonZero") +B.ej=new A.MW(1,"evenOdd") +B.bf=new A.op(0,"created") +B.ax=new A.op(1,"active") +B.di=new A.op(2,"pendingRetention") +B.a4h=new A.op(3,"pendingUpdate") +B.AE=new A.op(4,"released") +B.a4i=new A.yI(null) +B.hE=new A.mh(0,"baseline") +B.dp=new A.mh(1,"aboveBaseline") +B.kO=new A.mh(2,"belowBaseline") +B.kP=new A.mh(3,"top") +B.c8=new A.mh(4,"bottom") +B.eo=new A.mh(5,"middle") +B.a4W=new A.rA(B.U,B.c8,null,null) +B.kQ=new A.km(0,"cancel") +B.kR=new A.km(1,"add") +B.a4X=new A.km(2,"remove") +B.cC=new A.km(3,"hover") +B.E7=new A.km(4,"down") +B.ep=new A.km(5,"move") +B.kS=new A.km(6,"up") +B.eq=new A.hy(0,"touch") +B.cD=new A.hy(1,"mouse") +B.E8=new A.hy(2,"stylus") +B.cE=new A.hy(4,"trackpad") +B.E9=new A.hy(5,"unknown") +B.dq=new A.rD(0,"none") +B.a4Z=new A.rD(1,"scroll") +B.a5_=new A.rD(3,"scale") +B.a50=new A.rD(4,"unknown") +B.a51=new A.rE(null,null,null,null,null,null,null,null,null,null,null,null) +B.kT=new A.oz(0,"platformDefault") +B.Ea=new A.oz(1,"inAppWebView") +B.Eb=new A.oz(2,"inAppBrowserView") +B.a52=new A.oz(3,"externalApplication") +B.Ec=new A.oz(4,"externalNonBrowserApplication") +B.Ed=new A.ie(0,"incrementable") +B.kU=new A.ie(1,"scrollable") +B.kV=new A.ie(2,"button") +B.Ee=new A.ie(3,"textField") +B.kW=new A.ie(4,"checkable") +B.Ef=new A.ie(5,"image") +B.hF=new A.ie(6,"dialog") +B.kX=new A.ie(7,"platformView") +B.kY=new A.ie(8,"generic") +B.a53=new A.rI(null,null,null,null,null) +B.a54=new A.rM(null,null,null,null,null,null) +B.er=new A.aN(4,4) +B.a55=new A.aN(1.5,1.5) +B.Eg=new A.us(1e5,10) +B.Eh=new A.us(1e4,100) +B.Ei=new A.us(20,5e4) +B.a56=new A.hd(!1,null) +B.Ej=new A.Cd(0,0,1) +B.eu=new A.D(-1e9,-1e9,1e9,1e9) +B.Ek=new A.rR(0,"start") +B.l_=new A.rR(1,"stable") +B.a57=new A.rR(2,"changed") +B.a58=new A.rR(3,"unstable") +B.cF=new A.rS(0,"identical") +B.a59=new A.rS(1,"metadata") +B.a5a=new A.rS(2,"paint") +B.bu=new A.rS(3,"layout") +B.l0=new A.oG(0,"focusable") +B.El=new A.oG(1,"tappable") +B.Em=new A.oG(2,"labelAndValue") +B.hK=new A.oG(3,"liveRegion") +B.l1=new A.oG(4,"routeName") +B.En=new A.bF(B.al,B.n) +B.GD=new A.ck(B.et,B.et,B.F,B.F) +B.a5d=new A.bF(B.GD,B.n) +B.a5b=new A.bF(B.iH,B.n) +B.GE=new A.ck(B.er,B.er,B.er,B.er) +B.a5c=new A.bF(B.GE,B.n) +B.hG=new A.aN(12,12) +B.GF=new A.ck(B.hG,B.hG,B.hG,B.hG) +B.Ep=new A.bF(B.GF,B.n) +B.hH=new A.aN(16,16) +B.GG=new A.ck(B.hH,B.hH,B.hH,B.hH) +B.Eq=new A.bF(B.GG,B.n) +B.hI=new A.aN(28,28) +B.GH=new A.ck(B.hI,B.hI,B.hI,B.hI) +B.Eo=new A.bF(B.GH,B.n) +B.l2=new A.O0(0,"none") +B.a5e=new A.O0(1,"neglect") +B.hL=new A.rY(0,"pop") +B.ev=new A.rY(1,"doNotPop") +B.Er=new A.rY(2,"bubble") +B.Es=new A.h6(null,null) +B.a5f=new A.Oc(null,null) +B.dr=new A.oL(0,"idle") +B.a5g=new A.oL(1,"transientCallbacks") +B.a5h=new A.oL(2,"midFrameMicrotasks") +B.Et=new A.oL(3,"persistentCallbacks") +B.Eu=new A.oL(4,"postFrameCallbacks") +B.v=new A.zg(0,"englishLike") +B.cG=new A.zg(1,"dense") +B.aH=new A.zg(2,"tall") +B.Ew=new A.zj(0,"idle") +B.Ex=new A.zj(1,"forward") +B.Ey=new A.zj(2,"reverse") +B.agk=new A.oN(0,"explicit") +B.cH=new A.oN(1,"keepVisibleAtEnd") +B.cI=new A.oN(2,"keepVisibleAtStart") +B.agl=new A.ack(0,"manual") +B.a5n=new A.zr(0,"left") +B.a5o=new A.zr(1,"right") +B.a5p=new A.zr(3,"bottom") +B.a5r=new A.oP(null,null,null,null,null,null,null,null,null,null,null,null) +B.a5q=new A.oP(null,null,null,null,null,null,null,null,null,3,3,null) +B.a5s=new A.zt(null,null,null,null,null,null,null,null,null,null,null,null) +B.a5t=new A.zu(null,null,null,null,null,null,null,null,null) +B.a5u=new A.zv(null,null) +B.a5v=new A.zy(0,"startEdgeUpdate") +B.ew=new A.zy(1,"endEdgeUpdate") +B.hN=new A.t2(0,"previousLine") +B.hO=new A.t2(1,"nextLine") +B.ex=new A.t2(2,"forward") +B.ey=new A.t2(3,"backward") +B.hP=new A.zz(2,"none") +B.a5x=new A.mt(null,null,B.hP,B.kb,!1) +B.EA=new A.mt(null,null,B.hP,B.kb,!0) +B.aE=new A.mu(0,"next") +B.aP=new A.mu(1,"previous") +B.aF=new A.mu(2,"end") +B.l5=new A.mu(3,"pending") +B.ez=new A.mu(4,"none") +B.l6=new A.zz(0,"uncollapsed") +B.a5y=new A.zz(1,"collapsed") +B.a5z=new A.cO(1048576,"moveCursorBackwardByWord") +B.EB=new A.cO(128,"decrease") +B.a5A=new A.cO(16384,"paste") +B.eA=new A.cO(16,"scrollUp") +B.cJ=new A.cO(1,"tap") +B.a5B=new A.cO(2048,"setSelection") +B.a5C=new A.cO(2097152,"setText") +B.a5D=new A.cO(256,"showOnScreen") +B.a5E=new A.cO(262144,"dismiss") +B.EC=new A.cO(2,"longPress") +B.l7=new A.cO(32768,"didGainAccessibilityFocus") +B.eB=new A.cO(32,"scrollDown") +B.a5F=new A.cO(4096,"copy") +B.eC=new A.cO(4,"scrollLeft") +B.a5G=new A.cO(512,"moveCursorForwardByCharacter") +B.a5H=new A.cO(524288,"moveCursorForwardByWord") +B.ED=new A.cO(64,"increase") +B.l8=new A.cO(65536,"didLoseAccessibilityFocus") +B.a5I=new A.cO(8192,"cut") +B.eD=new A.cO(8,"scrollRight") +B.a5J=new A.cO(1024,"moveCursorBackwardByCharacter") +B.a5K=new A.cp(1024,"isObscured") +B.a5L=new A.cp(1048576,"isReadOnly") +B.EE=new A.cp(128,"isEnabled") +B.a5M=new A.cp(131072,"isToggled") +B.a5N=new A.cp(134217728,"isExpanded") +B.EF=new A.cp(16384,"isImage") +B.a5O=new A.cp(16777216,"isKeyboardKey") +B.a5P=new A.cp(16,"isTextField") +B.EG=new A.cp(1,"hasCheckedState") +B.EH=new A.cp(2048,"scopesRoute") +B.EI=new A.cp(2097152,"isFocusable") +B.a5Q=new A.cp(256,"isInMutuallyExclusiveGroup") +B.a5R=new A.cp(262144,"hasImplicitScrolling") +B.a5S=new A.cp(2,"isChecked") +B.a5T=new A.cp(32768,"isLiveRegion") +B.EJ=new A.cp(32,"isFocused") +B.a5U=new A.cp(33554432,"isCheckStateMixed") +B.EK=new A.cp(4096,"namesRoute") +B.EL=new A.cp(4194304,"isLink") +B.EM=new A.cp(4,"isSelected") +B.EN=new A.cp(512,"isHeader") +B.a5V=new A.cp(524288,"isMultiline") +B.EO=new A.cp(64,"hasEnabledState") +B.a5W=new A.cp(65536,"hasToggledState") +B.a5X=new A.cp(67108864,"hasExpandedState") +B.l9=new A.cp(8192,"isHidden") +B.a5Y=new A.cp(8388608,"isSlider") +B.EP=new A.cp(8,"isButton") +B.a5Z=new A.kz("RenderViewport.twoPane") +B.a6_=new A.kz("RenderViewport.excludeFromScrolling") +B.EQ=new A.zB(0,"idle") +B.a60=new A.zB(1,"updating") +B.a61=new A.zB(2,"postUpdate") +B.a2w={calc:0,"-webkit-calc":1,"-moz-calc":2,min:3,max:4,clamp:5} +B.a62=new A.dI(B.a2w,6,t.fF) +B.a63=new A.ev([B.c9,B.ca,B.i2],A.ab("ev")) +B.a4Y=new A.hy(3,"invertedStylus") +B.hQ=new A.ev([B.eq,B.E8,B.a4Y,B.cE,B.E9],A.ab("ev")) +B.a64=new A.ev([B.aB],t.b4) +B.a2s={click:0,keyup:1,keydown:2,mouseup:3,mousedown:4,pointerdown:5,pointerup:6} +B.a65=new A.dI(B.a2s,7,t.fF) +B.a66=new A.ev([32,8203],t.Ih) +B.a2h={click:0,touchstart:1,touchend:2,pointerdown:3,pointermove:4,pointerup:5} +B.a67=new A.dI(B.a2h,6,t.fF) +B.a2y={javascript:0} +B.a68=new A.dI(B.a2y,1,t.fF) +B.a69=new A.ev([B.aG],t.b4) +B.a2k={"canvaskit.js":0} +B.a6a=new A.dI(B.a2k,1,t.fF) +B.a6b=new A.ev([10,11,12,13,133,8232,8233],t.Ih) +B.hR=new A.dI(B.aC,0,A.ab("dI")) +B.a6c=new A.dI(B.aC,0,A.ab("dI")) +B.a6d=new A.dI(B.aC,0,A.ab("dI")) +B.a2i={mailto:0,tel:1,sms:2} +B.a6f=new A.dI(B.a2i,3,t.fF) +B.a6g=new A.ev([B.aw],t.b4) +B.a2F={serif:0,"sans-serif":1,monospace:2,cursive:3,fantasy:4,"system-ui":5,math:6,emoji:7,fangsong:8} +B.a6h=new A.dI(B.a2F,9,t.fF) +B.a2j={after:0,before:1,"first-letter":2,"first-line":3} +B.a6i=new A.dI(B.a2j,4,t.fF) +B.la=new A.ev([B.bt,B.kI,B.Ak],A.ab("ev")) +B.EU=new A.ay(B.bo,!1,!0,!1,!1) +B.ER=new A.ay(B.bb,!1,!0,!1,!1) +B.ES=new A.ay(B.bc,!1,!0,!1,!1) +B.ET=new A.ay(B.bp,!1,!0,!1,!1) +B.a6r=new A.ay(B.bo,!1,!0,!1,!0) +B.a6o=new A.ay(B.bb,!1,!0,!1,!0) +B.a6p=new A.ay(B.bc,!1,!0,!1,!0) +B.a6q=new A.ay(B.bp,!1,!0,!1,!0) +B.a6n=new A.ay(B.bo,!0,!0,!1,!1) +B.a6m=new A.ay(B.bp,!0,!0,!1,!1) +B.a6t=new A.ay(B.cx,!0,!0,!1,!1) +B.a6s=new A.ay(B.cy,!0,!0,!1,!1) +B.EY=new A.ay(B.bo,!1,!0,!0,!1) +B.EV=new A.ay(B.bb,!1,!0,!0,!1) +B.EW=new A.ay(B.bc,!1,!0,!0,!1) +B.EX=new A.ay(B.bp,!1,!0,!0,!1) +B.Fb=new A.ay(B.kz,!1,!1,!1,!0) +B.Fd=new A.ay(B.kA,!1,!1,!1,!0) +B.Fe=new A.ay(B.ki,!1,!1,!1,!0) +B.Fc=new A.ay(B.kj,!1,!1,!1,!0) +B.a6u=new A.ay(B.e3,!1,!1,!1,!0) +B.a6v=new A.ay(B.e3,!1,!0,!1,!0) +B.lh=new A.ay(B.kz,!0,!1,!1,!1) +B.a6y=new A.ay(B.zV,!0,!1,!1,!1) +B.F9=new A.ay(B.kA,!0,!1,!1,!1) +B.a6w=new A.ay(B.v4,!0,!1,!1,!1) +B.a6x=new A.ay(B.v5,!0,!1,!1,!1) +B.a6z=new A.ay(B.v6,!0,!1,!1,!1) +B.a6A=new A.ay(B.v7,!0,!1,!1,!1) +B.a6D=new A.ay(B.v8,!0,!1,!1,!1) +B.Fa=new A.ay(B.ki,!0,!1,!1,!1) +B.F8=new A.ay(B.kj,!0,!1,!1,!1) +B.a6B=new A.ay(B.e3,!0,!1,!1,!1) +B.a6C=new A.ay(B.e3,!0,!0,!1,!1) +B.a6F=new A.J(1e5,1e5) +B.li=new A.J(34,34) +B.cK=new A.h7(0,0,null,null) +B.a6K=new A.h7(10,null,null,null) +B.Ff=new A.h7(20,null,null,null) +B.a6L=new A.h7(null,20,null,null) +B.a6M=new A.h7(null,5,null,null) +B.a6N=new A.zL(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.a6O=new A.OI(0,"fixed") +B.Fg=new A.OI(1,"floating") +B.agn=new A.zO(3,"hide") +B.a6P=new A.zO(5,"timeout") +B.a6Q=new A.zP(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Fh=new A.OJ(0,"permissive") +B.ago=new A.OJ(1,"normal") +B.a6R=new A.zS(0,"criticallyDamped") +B.a6S=new A.zS(1,"underDamped") +B.a6T=new A.zS(2,"overDamped") +B.eG=new A.OU(0,"loose") +B.Fi=new A.OU(2,"passthrough") +B.a6U=new A.iq("...",-1,"","","",-1,-1,"","...") +B.a6V=new A.iq("",-1,"","","",-1,-1,"","asynchronous suspension") +B.cL=new A.OY(0,"butt") +B.a6X=new A.OY(2,"square") +B.eH=new A.adW(0,"miter") +B.a6Y=new A.cr(0) +B.a78=new A.cr(0) +B.a76=new A.cr(0) +B.a74=new A.cr(0) +B.a75=new A.cr(0) +B.a73=new A.cr(0) +B.a77=new A.cr(0) +B.a72=new A.cr(0) +B.a7_=new A.cr(0) +B.a71=new A.cr(0) +B.a6Z=new A.cr(0) +B.a70=new A.cr(0) +B.a79=new A.cr(1) +B.a7a=new A.cr(10) +B.a7b=new A.cr(11) +B.a7c=new A.cr(12) +B.a7d=new A.cr(13) +B.a7e=new A.cr(14) +B.a7f=new A.cr(15) +B.a7g=new A.cr(16) +B.a7h=new A.cr(2) +B.a7i=new A.cr(3) +B.a7j=new A.cr(4) +B.a7k=new A.cr(5) +B.a7l=new A.cr(6) +B.a7m=new A.cr(7) +B.a7n=new A.cr(8) +B.a7o=new A.cr(9) +B.a7p=new A.tm(null,null,null,null,null,null,null,null,null) +B.a7q=new A.kD("call") +B.a7r=new A.jl("text") +B.a7s=new A.P9(0,"click") +B.a7t=new A.P9(1,"alert") +B.Fj=new A.jm(B.k,null,B.G,null,null,B.au,B.G,null) +B.Fk=new A.jm(B.k,null,B.G,null,null,B.G,B.au,null) +B.L8=new A.nS(0,null) +B.b1=new A.mB(B.L8,!0,5,"additive") +B.jM=new A.nS(null,null) +B.eI=new A.mB(B.jM,!1,0,"cyclic") +B.Fl=new A.mB(B.jM,!1,2,"fixed") +B.aj=new A.mB(B.jM,!0,1,"numeric") +B.o6=new A.nS(1,null) +B.agp=new A.mB(B.o6,!0,4,"symbolic") +B.bN=new A.mB(B.o6,!0,3,"alphabetic") +B.a7u=new A.to(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a7v=new A.aei("tap") +B.r=new A.A4(0,"alphabetic") +B.a7w=new A.tr(null) +B.lk=new A.ts(3,"none") +B.Fm=new A.A5(B.lk) +B.Fn=new A.ts(0,"words") +B.Fo=new A.ts(1,"sentences") +B.Fp=new A.ts(2,"characters") +B.a7x=new A.p2(0,"solid") +B.Fq=new A.p2(1,"double") +B.Fr=new A.p2(2,"dotted") +B.a7y=new A.p2(3,"dashed") +B.a7z=new A.p2(4,"wavy") +B.f=new A.kF(0) +B.eM=new A.kF(1) +B.a7A=new A.kF(2) +B.Fs=new A.kF(4) +B.ll=new A.tu(0,"character") +B.a7B=new A.tu(1,"word") +B.a7C=new A.tu(2,"line") +B.a7D=new A.tu(3,"document") +B.Ft=new A.Pm(0,"proportional") +B.C=new A.Pm(1,"even") +B.du=new A.A8(2,"ellipsis") +B.a7E=new A.A8(3,"visible") +B.a7F=new A.c0(0,B.V) +B.a7G=new A.dx(-1,-1) +B.Fu=new A.Pq(0,"left") +B.Fv=new A.Pq(1,"right") +B.a7H=new A.tv(null,null,null) +B.Fw=new A.is("!rc!",null,null,B.cj,null,null) +B.Fx=new A.is("",null,null,B.cj,null,null) +B.a9E=new A.n(!0,null,null,null,null,null,0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Fy=new A.is("\n",null,null,B.cj,null,B.a9E) +B.IM=new A.q(3506372608) +B.JE=new A.q(4294967040) +B.a8g=new A.n(!0,B.IM,null,"monospace",null,null,48,B.fj,null,null,null,null,null,null,null,null,null,B.eM,B.JE,B.Fq,null,"fallback style; consider putting your text in a Material",null,null,null,null) +B.aai=new A.n(!0,B.j,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.aay=new A.n(!0,null,null,null,null,null,null,B.aL,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.eN=new A.n(!0,null,null,null,null,null,14,B.p,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a87=new A.n(!0,B.N,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.a8F=new A.n(!0,B.N,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.a88=new A.n(!0,B.N,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.a84=new A.n(!0,B.N,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.a9r=new A.n(!0,B.N,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.S=new A.q(3707764736) +B.a9P=new A.n(!0,B.S,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.aaU=new A.n(!0,B.S,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.aaP=new A.n(!0,B.S,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.abl=new A.n(!0,B.k,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.abe=new A.n(!0,B.S,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.a9O=new A.n(!0,B.S,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.aaO=new A.n(!0,B.N,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.a9U=new A.n(!0,B.S,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.a9u=new A.n(!0,B.k,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.ab5=new A.n(!0,B.k,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.abB=new A.dN(B.a87,B.a8F,B.a88,B.a84,B.a9r,B.a9P,B.aaU,B.aaP,B.abl,B.abe,B.a9O,B.aaO,B.a9U,B.a9u,B.ab5) +B.W=new A.A4(1,"ideographic") +B.a9S=new A.n(!1,null,null,null,null,null,112,B.fh,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense displayLarge 2014",null,null,null,null) +B.a8o=new A.n(!1,null,null,null,null,null,56,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense displayMedium 2014",null,null,null,null) +B.aao=new A.n(!1,null,null,null,null,null,45,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense displaySmall 2014",null,null,null,null) +B.a8k=new A.n(!1,null,null,null,null,null,40,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense headlineLarge 2014",null,null,null,null) +B.aaJ=new A.n(!1,null,null,null,null,null,34,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense headlineMedium 2014",null,null,null,null) +B.a8w=new A.n(!1,null,null,null,null,null,24,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense headlineSmall 2014",null,null,null,null) +B.abd=new A.n(!1,null,null,null,null,null,21,B.R,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense titleLarge 2014",null,null,null,null) +B.a8_=new A.n(!1,null,null,null,null,null,17,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense titleMedium 2014",null,null,null,null) +B.a81=new A.n(!1,null,null,null,null,null,15,B.R,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense titleSmall 2014",null,null,null,null) +B.a9o=new A.n(!1,null,null,null,null,null,15,B.R,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense bodyLarge 2014",null,null,null,null) +B.a96=new A.n(!1,null,null,null,null,null,15,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense bodyMedium 2014",null,null,null,null) +B.a8L=new A.n(!1,null,null,null,null,null,13,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense bodySmall 2014",null,null,null,null) +B.a8S=new A.n(!1,null,null,null,null,null,15,B.R,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense labelLarge 2014",null,null,null,null) +B.aa5=new A.n(!1,null,null,null,null,null,12,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense labelMedium 2014",null,null,null,null) +B.a7Q=new A.n(!1,null,null,null,null,null,11,B.p,null,null,null,B.W,null,null,null,null,null,null,null,null,null,"dense labelSmall 2014",null,null,null,null) +B.abC=new A.dN(B.a9S,B.a8o,B.aao,B.a8k,B.aaJ,B.a8w,B.abd,B.a8_,B.a81,B.a9o,B.a96,B.a8L,B.a8S,B.aa5,B.a7Q) +B.a7V=new A.n(!0,B.N,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.a8s=new A.n(!0,B.N,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.a8X=new A.n(!0,B.N,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.ab1=new A.n(!0,B.N,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.abj=new A.n(!0,B.N,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.abg=new A.n(!0,B.S,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.a8O=new A.n(!0,B.S,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.aaV=new A.n(!0,B.S,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.a8B=new A.n(!0,B.k,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.a8K=new A.n(!0,B.S,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.a8h=new A.n(!0,B.S,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.a8W=new A.n(!0,B.N,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.abs=new A.n(!0,B.S,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.aan=new A.n(!0,B.k,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.a9Y=new A.n(!0,B.k,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.abD=new A.dN(B.a7V,B.a8s,B.a8X,B.ab1,B.abj,B.abg,B.a8O,B.aaV,B.a8B,B.a8K,B.a8h,B.a8W,B.abs,B.aan,B.a9Y) +B.a7R=new A.n(!0,B.Q,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.a8R=new A.n(!0,B.Q,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.a7S=new A.n(!0,B.Q,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.a86=new A.n(!0,B.Q,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.a8b=new A.n(!0,B.Q,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.aaM=new A.n(!0,B.j,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.a93=new A.n(!0,B.j,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.a9e=new A.n(!0,B.j,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.a9F=new A.n(!0,B.j,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.aad=new A.n(!0,B.j,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.a9l=new A.n(!0,B.j,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.aaR=new A.n(!0,B.Q,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.aaK=new A.n(!0,B.j,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.a95=new A.n(!0,B.j,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.aaf=new A.n(!0,B.j,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.abE=new A.dN(B.a7R,B.a8R,B.a7S,B.a86,B.a8b,B.aaM,B.a93,B.a9e,B.a9F,B.aad,B.a9l,B.aaR,B.aaK,B.a95,B.aaf) +B.T=A.a(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +B.a9W=new A.n(!0,B.N,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki displayLarge",null,null,null,null) +B.aam=new A.n(!0,B.N,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki displayMedium",null,null,null,null) +B.a9J=new A.n(!0,B.N,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki displaySmall",null,null,null,null) +B.a8v=new A.n(!0,B.N,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki headlineLarge",null,null,null,null) +B.a94=new A.n(!0,B.N,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki headlineMedium",null,null,null,null) +B.a9f=new A.n(!0,B.S,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki headlineSmall",null,null,null,null) +B.aaF=new A.n(!0,B.S,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki titleLarge",null,null,null,null) +B.a8y=new A.n(!0,B.S,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki titleMedium",null,null,null,null) +B.a7O=new A.n(!0,B.k,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki titleSmall",null,null,null,null) +B.ab9=new A.n(!0,B.S,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki bodyLarge",null,null,null,null) +B.a7I=new A.n(!0,B.S,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki bodyMedium",null,null,null,null) +B.aaa=new A.n(!0,B.N,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki bodySmall",null,null,null,null) +B.a8M=new A.n(!0,B.S,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki labelLarge",null,null,null,null) +B.aa_=new A.n(!0,B.k,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki labelMedium",null,null,null,null) +B.abn=new A.n(!0,B.k,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"blackHelsinki labelSmall",null,null,null,null) +B.abF=new A.dN(B.a9W,B.aam,B.a9J,B.a8v,B.a94,B.a9f,B.aaF,B.a8y,B.a7O,B.ab9,B.a7I,B.aaa,B.a8M,B.aa_,B.abn) +B.a8d=new A.n(!1,null,null,null,null,null,112,B.fh,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike displayLarge 2014",null,null,null,null) +B.abm=new A.n(!1,null,null,null,null,null,56,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike displayMedium 2014",null,null,null,null) +B.a9I=new A.n(!1,null,null,null,null,null,45,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike displaySmall 2014",null,null,null,null) +B.aaz=new A.n(!1,null,null,null,null,null,40,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike headlineLarge 2014",null,null,null,null) +B.aae=new A.n(!1,null,null,null,null,null,34,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike headlineMedium 2014",null,null,null,null) +B.a7W=new A.n(!1,null,null,null,null,null,24,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike headlineSmall 2014",null,null,null,null) +B.a8Z=new A.n(!1,null,null,null,null,null,20,B.R,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike titleLarge 2014",null,null,null,null) +B.a8i=new A.n(!1,null,null,null,null,null,16,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike titleMedium 2014",null,null,null,null) +B.aak=new A.n(!1,null,null,null,null,null,14,B.R,null,0.1,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike titleSmall 2014",null,null,null,null) +B.a9X=new A.n(!1,null,null,null,null,null,14,B.R,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike bodyLarge 2014",null,null,null,null) +B.aa1=new A.n(!1,null,null,null,null,null,14,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike bodyMedium 2014",null,null,null,null) +B.a9p=new A.n(!1,null,null,null,null,null,12,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike bodySmall 2014",null,null,null,null) +B.a9s=new A.n(!1,null,null,null,null,null,14,B.R,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike labelLarge 2014",null,null,null,null) +B.a99=new A.n(!1,null,null,null,null,null,12,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike labelMedium 2014",null,null,null,null) +B.aaw=new A.n(!1,null,null,null,null,null,10,B.p,null,1.5,null,B.r,null,null,null,null,null,null,null,null,null,"englishLike labelSmall 2014",null,null,null,null) +B.abG=new A.dN(B.a8d,B.abm,B.a9I,B.aaz,B.aae,B.a7W,B.a8Z,B.a8i,B.aak,B.a9X,B.aa1,B.a9p,B.a9s,B.a99,B.aaw) +B.abh=new A.n(!1,null,null,null,null,null,57,B.p,null,-0.25,null,B.r,1.12,B.C,null,null,null,null,null,null,null,"tall displayLarge 2021",null,null,null,null) +B.aa7=new A.n(!1,null,null,null,null,null,45,B.p,null,0,null,B.r,1.16,B.C,null,null,null,null,null,null,null,"tall displayMedium 2021",null,null,null,null) +B.a9m=new A.n(!1,null,null,null,null,null,36,B.p,null,0,null,B.r,1.22,B.C,null,null,null,null,null,null,null,"tall displaySmall 2021",null,null,null,null) +B.abA=new A.n(!1,null,null,null,null,null,32,B.p,null,0,null,B.r,1.25,B.C,null,null,null,null,null,null,null,"tall headlineLarge 2021",null,null,null,null) +B.abt=new A.n(!1,null,null,null,null,null,28,B.p,null,0,null,B.r,1.29,B.C,null,null,null,null,null,null,null,"tall headlineMedium 2021",null,null,null,null) +B.aax=new A.n(!1,null,null,null,null,null,24,B.p,null,0,null,B.r,1.33,B.C,null,null,null,null,null,null,null,"tall headlineSmall 2021",null,null,null,null) +B.a7M=new A.n(!1,null,null,null,null,null,22,B.p,null,0,null,B.r,1.27,B.C,null,null,null,null,null,null,null,"tall titleLarge 2021",null,null,null,null) +B.abi=new A.n(!1,null,null,null,null,null,16,B.R,null,0.15,null,B.r,1.5,B.C,null,null,null,null,null,null,null,"tall titleMedium 2021",null,null,null,null) +B.a8x=new A.n(!1,null,null,null,null,null,14,B.R,null,0.1,null,B.r,1.43,B.C,null,null,null,null,null,null,null,"tall titleSmall 2021",null,null,null,null) +B.a7J=new A.n(!1,null,null,null,null,null,16,B.p,null,0.5,null,B.r,1.5,B.C,null,null,null,null,null,null,null,"tall bodyLarge 2021",null,null,null,null) +B.aac=new A.n(!1,null,null,null,null,null,14,B.p,null,0.25,null,B.r,1.43,B.C,null,null,null,null,null,null,null,"tall bodyMedium 2021",null,null,null,null) +B.a9R=new A.n(!1,null,null,null,null,null,12,B.p,null,0.4,null,B.r,1.33,B.C,null,null,null,null,null,null,null,"tall bodySmall 2021",null,null,null,null) +B.aav=new A.n(!1,null,null,null,null,null,14,B.R,null,0.1,null,B.r,1.43,B.C,null,null,null,null,null,null,null,"tall labelLarge 2021",null,null,null,null) +B.aab=new A.n(!1,null,null,null,null,null,12,B.R,null,0.5,null,B.r,1.33,B.C,null,null,null,null,null,null,null,"tall labelMedium 2021",null,null,null,null) +B.a8A=new A.n(!1,null,null,null,null,null,11,B.R,null,0.5,null,B.r,1.45,B.C,null,null,null,null,null,null,null,"tall labelSmall 2021",null,null,null,null) +B.abH=new A.dN(B.abh,B.aa7,B.a9m,B.abA,B.abt,B.aax,B.a7M,B.abi,B.a8x,B.a7J,B.aac,B.a9R,B.aav,B.aab,B.a8A) +B.aap=new A.n(!0,B.Q,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.a9v=new A.n(!0,B.Q,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.a92=new A.n(!0,B.Q,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.abf=new A.n(!0,B.Q,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.a8j=new A.n(!0,B.Q,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.a80=new A.n(!0,B.j,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.a9c=new A.n(!0,B.j,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.a9T=new A.n(!0,B.j,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.a9j=new A.n(!0,B.j,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.a9z=new A.n(!0,B.j,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.aaH=new A.n(!0,B.j,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.a82=new A.n(!0,B.Q,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.aa9=new A.n(!0,B.j,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.a9n=new A.n(!0,B.j,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.aaY=new A.n(!0,B.j,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.abI=new A.dN(B.aap,B.a9v,B.a92,B.abf,B.a8j,B.a80,B.a9c,B.a9T,B.a9j,B.a9z,B.aaH,B.a82,B.aa9,B.a9n,B.aaY) +B.a91=new A.n(!1,null,null,null,null,null,112,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall displayLarge 2014",null,null,null,null) +B.a8p=new A.n(!1,null,null,null,null,null,56,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall displayMedium 2014",null,null,null,null) +B.abv=new A.n(!1,null,null,null,null,null,45,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall displaySmall 2014",null,null,null,null) +B.aar=new A.n(!1,null,null,null,null,null,40,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall headlineLarge 2014",null,null,null,null) +B.a8N=new A.n(!1,null,null,null,null,null,34,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall headlineMedium 2014",null,null,null,null) +B.a8I=new A.n(!1,null,null,null,null,null,24,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall headlineSmall 2014",null,null,null,null) +B.abr=new A.n(!1,null,null,null,null,null,21,B.aL,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall titleLarge 2014",null,null,null,null) +B.a8U=new A.n(!1,null,null,null,null,null,17,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall titleMedium 2014",null,null,null,null) +B.abw=new A.n(!1,null,null,null,null,null,15,B.R,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall titleSmall 2014",null,null,null,null) +B.abk=new A.n(!1,null,null,null,null,null,15,B.aL,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall bodyLarge 2014",null,null,null,null) +B.a9b=new A.n(!1,null,null,null,null,null,15,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall bodyMedium 2014",null,null,null,null) +B.aat=new A.n(!1,null,null,null,null,null,13,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall bodySmall 2014",null,null,null,null) +B.aa4=new A.n(!1,null,null,null,null,null,15,B.aL,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall labelLarge 2014",null,null,null,null) +B.aaA=new A.n(!1,null,null,null,null,null,12,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall labelMedium 2014",null,null,null,null) +B.aa2=new A.n(!1,null,null,null,null,null,11,B.p,null,null,null,B.r,null,null,null,null,null,null,null,null,null,"tall labelSmall 2014",null,null,null,null) +B.abJ=new A.dN(B.a91,B.a8p,B.abv,B.aar,B.a8N,B.a8I,B.abr,B.a8U,B.abw,B.abk,B.a9b,B.aat,B.aa4,B.aaA,B.aa2) +B.a9N=new A.n(!0,B.Q,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.aaG=new A.n(!0,B.Q,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.a9d=new A.n(!0,B.Q,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.a9y=new A.n(!0,B.Q,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.a8E=new A.n(!0,B.Q,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.a9x=new A.n(!0,B.j,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.a8P=new A.n(!0,B.j,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.aaq=new A.n(!0,B.j,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.a90=new A.n(!0,B.j,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.a9g=new A.n(!0,B.j,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.a9w=new A.n(!0,B.j,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.a8a=new A.n(!0,B.Q,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.aaD=new A.n(!0,B.j,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.a9B=new A.n(!0,B.j,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.aal=new A.n(!0,B.j,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.abK=new A.dN(B.a9N,B.aaG,B.a9d,B.a9y,B.a8E,B.a9x,B.a8P,B.aaq,B.a90,B.a9g,B.a9w,B.a8a,B.aaD,B.a9B,B.aal) +B.ab6=new A.n(!1,null,null,null,null,null,57,B.p,null,-0.25,null,B.W,1.12,B.C,null,null,null,null,null,null,null,"dense displayLarge 2021",null,null,null,null) +B.ab7=new A.n(!1,null,null,null,null,null,45,B.p,null,0,null,B.W,1.16,B.C,null,null,null,null,null,null,null,"dense displayMedium 2021",null,null,null,null) +B.ab2=new A.n(!1,null,null,null,null,null,36,B.p,null,0,null,B.W,1.22,B.C,null,null,null,null,null,null,null,"dense displaySmall 2021",null,null,null,null) +B.aaI=new A.n(!1,null,null,null,null,null,32,B.p,null,0,null,B.W,1.25,B.C,null,null,null,null,null,null,null,"dense headlineLarge 2021",null,null,null,null) +B.a8c=new A.n(!1,null,null,null,null,null,28,B.p,null,0,null,B.W,1.29,B.C,null,null,null,null,null,null,null,"dense headlineMedium 2021",null,null,null,null) +B.a9Q=new A.n(!1,null,null,null,null,null,24,B.p,null,0,null,B.W,1.33,B.C,null,null,null,null,null,null,null,"dense headlineSmall 2021",null,null,null,null) +B.a83=new A.n(!1,null,null,null,null,null,22,B.p,null,0,null,B.W,1.27,B.C,null,null,null,null,null,null,null,"dense titleLarge 2021",null,null,null,null) +B.a89=new A.n(!1,null,null,null,null,null,16,B.R,null,0.15,null,B.W,1.5,B.C,null,null,null,null,null,null,null,"dense titleMedium 2021",null,null,null,null) +B.a9_=new A.n(!1,null,null,null,null,null,14,B.R,null,0.1,null,B.W,1.43,B.C,null,null,null,null,null,null,null,"dense titleSmall 2021",null,null,null,null) +B.abz=new A.n(!1,null,null,null,null,null,16,B.p,null,0.5,null,B.W,1.5,B.C,null,null,null,null,null,null,null,"dense bodyLarge 2021",null,null,null,null) +B.aaW=new A.n(!1,null,null,null,null,null,14,B.p,null,0.25,null,B.W,1.43,B.C,null,null,null,null,null,null,null,"dense bodyMedium 2021",null,null,null,null) +B.a8H=new A.n(!1,null,null,null,null,null,12,B.p,null,0.4,null,B.W,1.33,B.C,null,null,null,null,null,null,null,"dense bodySmall 2021",null,null,null,null) +B.aaj=new A.n(!1,null,null,null,null,null,14,B.R,null,0.1,null,B.W,1.43,B.C,null,null,null,null,null,null,null,"dense labelLarge 2021",null,null,null,null) +B.a8l=new A.n(!1,null,null,null,null,null,12,B.R,null,0.5,null,B.W,1.33,B.C,null,null,null,null,null,null,null,"dense labelMedium 2021",null,null,null,null) +B.abq=new A.n(!1,null,null,null,null,null,11,B.R,null,0.5,null,B.W,1.45,B.C,null,null,null,null,null,null,null,"dense labelSmall 2021",null,null,null,null) +B.abL=new A.dN(B.ab6,B.ab7,B.ab2,B.aaI,B.a8c,B.a9Q,B.a83,B.a89,B.a9_,B.abz,B.aaW,B.a8H,B.aaj,B.a8l,B.abq) +B.a8n=new A.n(!1,null,null,null,null,null,57,B.p,null,-0.25,null,B.r,1.12,B.C,null,null,null,null,null,null,null,"englishLike displayLarge 2021",null,null,null,null) +B.a8V=new A.n(!1,null,null,null,null,null,45,B.p,null,0,null,B.r,1.16,B.C,null,null,null,null,null,null,null,"englishLike displayMedium 2021",null,null,null,null) +B.ab8=new A.n(!1,null,null,null,null,null,36,B.p,null,0,null,B.r,1.22,B.C,null,null,null,null,null,null,null,"englishLike displaySmall 2021",null,null,null,null) +B.a97=new A.n(!1,null,null,null,null,null,32,B.p,null,0,null,B.r,1.25,B.C,null,null,null,null,null,null,null,"englishLike headlineLarge 2021",null,null,null,null) +B.a9i=new A.n(!1,null,null,null,null,null,28,B.p,null,0,null,B.r,1.29,B.C,null,null,null,null,null,null,null,"englishLike headlineMedium 2021",null,null,null,null) +B.aaL=new A.n(!1,null,null,null,null,null,24,B.p,null,0,null,B.r,1.33,B.C,null,null,null,null,null,null,null,"englishLike headlineSmall 2021",null,null,null,null) +B.aaC=new A.n(!1,null,null,null,null,null,22,B.p,null,0,null,B.r,1.27,B.C,null,null,null,null,null,null,null,"englishLike titleLarge 2021",null,null,null,null) +B.a7X=new A.n(!1,null,null,null,null,null,16,B.R,null,0.15,null,B.r,1.5,B.C,null,null,null,null,null,null,null,"englishLike titleMedium 2021",null,null,null,null) +B.a8r=new A.n(!1,null,null,null,null,null,14,B.R,null,0.1,null,B.r,1.43,B.C,null,null,null,null,null,null,null,"englishLike titleSmall 2021",null,null,null,null) +B.a7N=new A.n(!1,null,null,null,null,null,16,B.p,null,0.5,null,B.r,1.5,B.C,null,null,null,null,null,null,null,"englishLike bodyLarge 2021",null,null,null,null) +B.a7K=new A.n(!1,null,null,null,null,null,14,B.p,null,0.25,null,B.r,1.43,B.C,null,null,null,null,null,null,null,"englishLike bodyMedium 2021",null,null,null,null) +B.aag=new A.n(!1,null,null,null,null,null,12,B.p,null,0.4,null,B.r,1.33,B.C,null,null,null,null,null,null,null,"englishLike bodySmall 2021",null,null,null,null) +B.a8Q=new A.n(!1,null,null,null,null,null,14,B.R,null,0.1,null,B.r,1.43,B.C,null,null,null,null,null,null,null,"englishLike labelLarge 2021",null,null,null,null) +B.aaZ=new A.n(!1,null,null,null,null,null,12,B.R,null,0.5,null,B.r,1.33,B.C,null,null,null,null,null,null,null,"englishLike labelMedium 2021",null,null,null,null) +B.a9a=new A.n(!1,null,null,null,null,null,11,B.R,null,0.5,null,B.r,1.45,B.C,null,null,null,null,null,null,null,"englishLike labelSmall 2021",null,null,null,null) +B.abM=new A.dN(B.a8n,B.a8V,B.ab8,B.a97,B.a9i,B.aaL,B.aaC,B.a7X,B.a8r,B.a7N,B.a7K,B.aag,B.a8Q,B.aaZ,B.a9a) +B.a9K=new A.n(!0,B.N,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.a8Y=new A.n(!0,B.N,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.aba=new A.n(!0,B.N,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.a8e=new A.n(!0,B.N,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.aaS=new A.n(!0,B.N,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.a7T=new A.n(!0,B.S,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.a9k=new A.n(!0,B.S,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.a9A=new A.n(!0,B.S,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.a7L=new A.n(!0,B.k,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.aau=new A.n(!0,B.S,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.a8f=new A.n(!0,B.S,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.abo=new A.n(!0,B.N,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.a9C=new A.n(!0,B.S,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.a85=new A.n(!0,B.k,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.a8m=new A.n(!0,B.k,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.abN=new A.dN(B.a9K,B.a8Y,B.aba,B.a8e,B.aaS,B.a7T,B.a9k,B.a9A,B.a7L,B.aau,B.a8f,B.abo,B.a9C,B.a85,B.a8m) +B.a9t=new A.n(!0,B.Q,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki displayLarge",null,null,null,null) +B.a9G=new A.n(!0,B.Q,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki displayMedium",null,null,null,null) +B.ab_=new A.n(!0,B.Q,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki displaySmall",null,null,null,null) +B.aaB=new A.n(!0,B.Q,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki headlineLarge",null,null,null,null) +B.abp=new A.n(!0,B.Q,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki headlineMedium",null,null,null,null) +B.a9M=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki headlineSmall",null,null,null,null) +B.a8C=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki titleLarge",null,null,null,null) +B.abx=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki titleMedium",null,null,null,null) +B.a8t=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki titleSmall",null,null,null,null) +B.a7P=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki bodyLarge",null,null,null,null) +B.a9h=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki bodyMedium",null,null,null,null) +B.a8T=new A.n(!0,B.Q,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki bodySmall",null,null,null,null) +B.a7Y=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki labelLarge",null,null,null,null) +B.a9L=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki labelMedium",null,null,null,null) +B.a7Z=new A.n(!0,B.j,null,"Roboto",B.T,null,null,null,null,null,null,null,null,null,null,null,null,B.f,null,null,null,"whiteHelsinki labelSmall",null,null,null,null) +B.abO=new A.dN(B.a9t,B.a9G,B.ab_,B.aaB,B.abp,B.a9M,B.a8C,B.abx,B.a8t,B.a7P,B.a9h,B.a8T,B.a7Y,B.a9L,B.a7Z) +B.a9q=new A.n(!0,B.N,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.aaE=new A.n(!0,B.N,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.aa8=new A.n(!0,B.N,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.aah=new A.n(!0,B.N,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.a7U=new A.n(!0,B.N,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.a9Z=new A.n(!0,B.S,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.a8J=new A.n(!0,B.S,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.aa3=new A.n(!0,B.S,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.a8q=new A.n(!0,B.k,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.ab4=new A.n(!0,B.S,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.aaQ=new A.n(!0,B.S,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.a9V=new A.n(!0,B.N,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.a8G=new A.n(!0,B.S,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.a8z=new A.n(!0,B.k,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.aaN=new A.n(!0,B.k,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.abP=new A.dN(B.a9q,B.aaE,B.aa8,B.aah,B.a7U,B.a9Z,B.a8J,B.aa3,B.a8q,B.ab4,B.aaQ,B.a9V,B.a8G,B.a8z,B.aaN) +B.aa6=new A.n(!0,B.Q,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.abu=new A.n(!0,B.Q,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.abb=new A.n(!0,B.Q,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.a8D=new A.n(!0,B.Q,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.ab3=new A.n(!0,B.Q,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.aa0=new A.n(!0,B.j,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.aby=new A.n(!0,B.j,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.a98=new A.n(!0,B.j,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.a9H=new A.n(!0,B.j,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.aaX=new A.n(!0,B.j,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.a8u=new A.n(!0,B.j,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.abc=new A.n(!0,B.Q,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.ab0=new A.n(!0,B.j,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.aaT=new A.n(!0,B.j,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.aas=new A.n(!0,B.j,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.abQ=new A.dN(B.aa6,B.abu,B.abb,B.a8D,B.ab3,B.aa0,B.aby,B.a98,B.a9H,B.aaX,B.a8u,B.abc,B.ab0,B.aaT,B.aas) +B.Fz=new A.tx(0,"uppercase") +B.FA=new A.tx(1,"lowercase") +B.FB=new A.tx(2,"capitalize") +B.u=new A.tx(3,"none") +B.abR=new A.hD("Details",null,null,null,null,null,null,null) +B.cO=new A.jp(0,"system") +B.lm=new A.jp(1,"light") +B.eO=new A.jp(2,"dark") +B.abS=new A.Ab(null) +B.i5=new A.Ad(0,"clamp") +B.FC=new A.Ad(1,"repeated") +B.ln=new A.Ad(3,"decal") +B.abT=new A.Ae(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.abU=new A.Af(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.cb=new A.PA(0.001,0.001) +B.abV=new A.tA(null,null,null,null,null,null,null,null,null,null) +B.abW=new A.tA(null,null,null,null,null,null,null,null,null,B.jE) +B.FD=new A.Ah(0,"identity") +B.FE=new A.Ah(1,"transform2d") +B.i6=new A.Ah(2,"complex") +B.bv=new A.mE(0,"up") +B.bw=new A.mE(1,"right") +B.bx=new A.mE(2,"down") +B.by=new A.mE(3,"left") +B.FF=new A.PF(0,"closedLoop") +B.abX=new A.PF(1,"leaveFlutterView") +B.abY=new A.Ai(null) +B.abZ=A.bn("pS") +B.bO=A.bn("hR") +B.ac_=A.bn("q5") +B.ac0=A.bn("F0") +B.ac1=A.bn("cw") +B.ac2=A.bn("aqv") +B.FG=A.bn("iQ") +B.ac3=A.bn("aHX") +B.ac4=A.bn("hX") +B.ac5=A.bn("aIl") +B.ac6=A.bn("a3L") +B.ac7=A.bn("a3M") +B.ac8=A.bn("i_") +B.ac9=A.bn("mi") +B.aca=A.bn("a6y") +B.acb=A.bn("a6z") +B.acc=A.bn("a6A") +B.acd=A.bn("cE") +B.ace=A.bn("bO>") +B.acf=A.bn("i7") +B.FH=A.bn("ft") +B.acg=A.bn("awj") +B.i7=A.bn("Y") +B.ach=A.bn("ok") +B.aci=A.bn("A") +B.i8=A.bn("h1") +B.acj=A.bn("jb") +B.ack=A.bn("oA") +B.acl=A.bn("kq") +B.acm=A.bn("arv") +B.FI=A.bn("f7") +B.acn=A.bn("oV") +B.aco=A.bn("oW") +B.acp=A.bn("m") +B.FJ=A.bn("fc") +B.acq=A.bn("afA") +B.acr=A.bn("tE") +B.acs=A.bn("afB") +B.act=A.bn("hF") +B.acu=A.bn("arZ") +B.lo=A.bn("i2") +B.FK=A.bn("Z") +B.acv=A.bn("tO") +B.acw=A.bn("kY<@>") +B.acx=A.bn("jz") +B.acy=A.bn("jD") +B.acz=A.bn("jE") +B.lp=A.bn("iw") +B.acA=A.bn("aHW") +B.acB=new A.PI(0,"scope") +B.FL=new A.PI(1,"previouslyFocusedChild") +B.acC=new A.cy(11264,55297,B.e,t.O) +B.acD=new A.cy(1425,1775,B.P,t.O) +B.acE=new A.cy(1786,2303,B.P,t.O) +B.acF=new A.cy(192,214,B.e,t.O) +B.acG=new A.cy(216,246,B.e,t.O) +B.acH=new A.cy(2304,8191,B.e,t.O) +B.acI=new A.cy(248,696,B.e,t.O) +B.acJ=new A.cy(55298,55299,B.P,t.O) +B.acK=new A.cy(55300,55353,B.e,t.O) +B.acL=new A.cy(55354,55355,B.P,t.O) +B.acM=new A.cy(55356,56319,B.e,t.O) +B.acN=new A.cy(63744,64284,B.e,t.O) +B.acO=new A.cy(64285,65023,B.P,t.O) +B.acP=new A.cy(65024,65135,B.e,t.O) +B.acQ=new A.cy(65136,65276,B.P,t.O) +B.acR=new A.cy(65277,65535,B.e,t.O) +B.acS=new A.cy(65,90,B.e,t.O) +B.acT=new A.cy(768,1424,B.e,t.O) +B.acU=new A.cy(8206,8206,B.e,t.O) +B.acV=new A.cy(8207,8207,B.P,t.O) +B.acW=new A.cy(97,122,B.e,t.O) +B.ka=A.a(s([]),A.ab("t")) +B.lq=new A.tH(B.ka,1,"length") +B.a8=new A.p9(B.lq,0,"em") +B.acY=new A.tH(B.ka,2,"auto") +B.X=new A.p9(B.acY,4,"auto") +B.lr=new A.p9(B.lq,3,"rem") +B.q=new A.p9(B.lq,2,"px") +B.acX=new A.tH(B.ka,0,"percent") +B.i9=new A.p9(B.acX,1,"percent") +B.dv=new A.afO(!1) +B.FM=new A.mH(B.l,0,B.H,B.l) +B.lt=new A.mH(B.l,1,B.H,B.l) +B.w=new A.mI(0,"baseline") +B.lu=new A.mI(1,"sub") +B.lv=new A.mI(2,"sup") +B.acZ=new A.mI(3,"top") +B.ad_=new A.mI(4,"bottom") +B.ad0=new A.mI(5,"middle") +B.lw=new A.PR(0,"up") +B.cQ=new A.PR(1,"down") +B.ad1=new A.PS(null) +B.FN=new A.kO(0,0) +B.ad2=new A.kO(-2,-2) +B.bz=new A.ag_(1,"pre") +B.ad3=new A.Q_(B.e) +B.ad4=new A.Q0(B.e) +B.ad5=new A.Q1(B.P) +B.ad6=new A.Q2(B.e) +B.ad7=new A.Q3(B.e) +B.ad8=new A.Q4(B.e) +B.ad9=new A.Q5(B.e) +B.ada=new A.Q6(B.e) +B.adb=new A.Q7(B.e) +B.adc=new A.Q8(B.e) +B.add=new A.Q9(B.e) +B.ade=new A.Qa(B.e) +B.adf=new A.Qb(B.e) +B.adg=new A.Qc(B.e) +B.adh=new A.Ar(B.e) +B.adi=new A.Qd(B.e) +B.adj=new A.Qe(B.e) +B.adk=new A.Qf(B.e) +B.adl=new A.Qg(B.e) +B.adm=new A.Qh(B.e) +B.adn=new A.Qi(B.e) +B.ado=new A.Qj(B.e) +B.adp=new A.Qk(B.e) +B.adq=new A.Ql(B.e) +B.adr=new A.As(B.e) +B.ads=new A.Qm(B.e) +B.adt=new A.Qn(B.e) +B.adu=new A.Qo(B.e) +B.adv=new A.Qp(B.e) +B.adw=new A.Qq(B.e) +B.adx=new A.Qr(B.e) +B.ady=new A.Qs(B.e) +B.adz=new A.Qt(B.e) +B.adA=new A.Qu(B.e) +B.adB=new A.Qv(B.e) +B.adC=new A.Qw(B.e) +B.adD=new A.Qx(B.e) +B.adE=new A.Qy(B.e) +B.adF=new A.Qz(B.e) +B.adG=new A.QA(B.e) +B.adH=new A.QB(B.e) +B.adI=new A.QC(B.e) +B.adJ=new A.QD(B.e) +B.adK=new A.QE(B.e) +B.adL=new A.QF(B.e) +B.adM=new A.At(B.e) +B.adN=new A.QG(B.e) +B.adO=new A.QH(B.e) +B.adP=new A.QI(B.P) +B.adQ=new A.QJ(B.e) +B.adR=new A.QK(B.e) +B.adS=new A.QL(B.e) +B.adT=new A.Au(B.e) +B.adU=new A.QM(B.e) +B.adV=new A.QN(B.e) +B.adW=new A.QO(B.e) +B.adX=new A.QP(B.P) +B.adY=new A.QQ(B.e) +B.adZ=new A.QR(B.e) +B.ae_=new A.QS(B.e) +B.ae0=new A.QT(B.e) +B.ae1=new A.QU(B.e) +B.ae2=new A.QV(B.e) +B.ae3=new A.QW(B.e) +B.ae4=new A.QX(B.e) +B.ae5=new A.QY(B.e) +B.ae6=new A.QZ(B.e) +B.ae7=new A.R_(B.e) +B.ae8=new A.R0(B.e) +B.ae9=new A.R1(B.e) +B.aea=new A.R2(B.e) +B.aeb=new A.R3(B.e) +B.aec=new A.R4(B.e) +B.aed=new A.R5(B.e) +B.aee=new A.R6(B.e) +B.aef=new A.R7(B.e) +B.aeg=new A.R8(B.e) +B.aeh=new A.R9(B.e) +B.aei=new A.Ra(B.e) +B.aej=new A.Rb(B.e) +B.aek=new A.Rc(B.e) +B.ael=new A.Rd(B.e) +B.aem=new A.Re(B.e) +B.aen=new A.Rf(B.e) +B.aeo=new A.Rg(B.e) +B.aep=new A.Rh(B.e) +B.aeq=new A.Ri(B.e) +B.aer=new A.Rj(B.P) +B.aes=new A.Rk(B.e) +B.aet=new A.Av(B.e) +B.aeu=new A.Rl(B.e) +B.aev=new A.Rm(B.e) +B.aew=new A.Rn(B.e) +B.aex=new A.Ro(B.e) +B.aey=new A.Rp(B.e) +B.aez=new A.Rq(B.e) +B.aeA=new A.Rr(B.e) +B.aeB=new A.Rs(B.e) +B.aeC=new A.Aw(B.e) +B.aeD=new A.Rt(B.e) +B.aeE=new A.Ru(B.e) +B.aeF=new A.Rv(B.e) +B.aeG=new A.Rw(B.e) +B.aeH=new A.Rx(B.e) +B.aeI=new A.Ry(B.e) +B.aeJ=new A.Rz(B.e) +B.aeK=new A.RA(B.e) +B.aeL=new A.RB(B.P) +B.aeM=new A.RC(B.e) +B.aeN=new A.RD(B.e) +B.aeO=new A.RE(B.e) +B.FO=new A.RF(B.e) +B.FP=new A.RG(B.e) +B.aeP=new A.Ay(B.e) +B.aeQ=new A.Ax(B.e) +B.aeR=new A.RH(B.e) +B.id=new A.ag7(0,"start") +B.FR=new A.ag8(0,"start") +B.aeT=new A.pd(null) +B.aeU=new A.agf(2,"bottomLeft") +B.lC=new A.AB(0,"compact") +B.FS=new A.AB(1,"labelled") +B.bA=new A.AB(2,"labelledExtended") +B.iZ=new A.Yx() +B.YT=new A.cu([B.ds,B.iZ,B.cM,B.iZ,B.dt,B.iZ],t.Ce) +B.aeV=new A.RS(B.YT) +B.j_=new A.YE() +B.YU=new A.cu([B.ds,B.j_,B.cM,B.j_,B.dt,B.j_],t.Ce) +B.aeW=new A.RS(B.YU) +B.ie=new A.AD(0,"hidden") +B.aeX=new A.AD(1,"undecorated") +B.lD=new A.AD(2,"normal") +B.aeY=new A.jw(0,!0,null,null,null,null,null,null,null,null,null) +B.aeZ=new A.pg(null,null,null,null,null,null,null,null,null,null,null,!0,null,!0,!0,null,null,null,null,null,null,null,"",null,null,null,null) +B.ih=new A.agy(0,"yaru") +B.lW=new A.tL(0,"close") +B.eV=new A.tL(1,"maximize") +B.ii=new A.tL(2,"restore") +B.af_=new A.tL(3,"minimize") +B.af0=new A.hc(null,!1,null,!1,null,!1,null,!1,!1,null,null) +B.af1=new A.AG(null) +B.aJ=new A.tN(0,"forward") +B.lX=new A.tN(1,"reverse") +B.af2=new A.AS(0,"checkbox") +B.af3=new A.AS(1,"radio") +B.af4=new A.AS(2,"toggle") +B.af5=new A.AU(0,"inside") +B.af6=new A.AU(1,"higher") +B.af7=new A.AU(2,"lower") +B.JI=new A.q(67108864) +B.P4=A.a(s([B.JI,B.L]),t.t_) +B.af8=new A.iz(B.P4) +B.af9=new A.iz(null) +B.cR=new A.Bc(0,"ready") +B.afe=new A.Bc(1,"possible") +B.ij=new A.Bc(2,"accepted") +B.ae=new A.u0(0,"initial") +B.cS=new A.u0(1,"active") +B.aff=new A.u0(2,"inactive") +B.FX=new A.u0(3,"defunct") +B.FY=new A.pp(0) +B.afm=new A.TV(1,0,"forward") +B.afn=new A.TV(-1,1,"backward") +B.afo=new A.Bl(0,"regular") +B.afp=new A.Bl(1,"small") +B.afq=new A.Bl(3,"extended") +B.lY=new A.u5(0,"ready") +B.ik=new A.u5(1,"possible") +B.FZ=new A.u5(2,"accepted") +B.G_=new A.u5(3,"started") +B.il=new A.u9(0,"idle") +B.afr=new A.u9(1,"absorb") +B.im=new A.u9(2,"pull") +B.G0=new A.u9(3,"recede") +B.cT=new A.mO(0,"pressed") +B.dx=new A.mO(1,"hover") +B.G1=new A.mO(2,"focus") +B.b3=new A.hJ(1) +B.afs=new A.e6(0,"size") +B.G2=new A.e6(11,"accessibleNavigation") +B.aft=new A.e6(12,"invertColors") +B.lZ=new A.e6(13,"highContrast") +B.afu=new A.e6(16,"boldText") +B.G3=new A.e6(17,"navigationMode") +B.G4=new A.e6(18,"gestureSettings") +B.io=new A.e6(2,"devicePixelRatio") +B.afv=new A.e6(3,"textScaleFactor") +B.G5=new A.e6(4,"textScaler") +B.m_=new A.e6(5,"platformBrightness") +B.ce=new A.e6(6,"padding") +B.m0=new A.e6(7,"viewInsets") +B.afw=new A.e6(9,"viewPadding") +B.m1=new A.mR(1/0,1/0,1/0,1/0,1/0,1/0) +B.afx=new A.cP(B.ee,B.d4) +B.fo=new A.nZ(1,"left") +B.afy=new A.cP(B.ee,B.fo) +B.fp=new A.nZ(2,"right") +B.afz=new A.cP(B.ee,B.fp) +B.afA=new A.cP(B.ee,B.bJ) +B.afB=new A.cP(B.ef,B.d4) +B.afC=new A.cP(B.ef,B.fo) +B.afD=new A.cP(B.ef,B.fp) +B.afE=new A.cP(B.ef,B.bJ) +B.afF=new A.cP(B.eg,B.d4) +B.afG=new A.cP(B.eg,B.fo) +B.afH=new A.cP(B.eg,B.fp) +B.afI=new A.cP(B.eg,B.bJ) +B.afJ=new A.cP(B.eh,B.d4) +B.afK=new A.cP(B.eh,B.fo) +B.afL=new A.cP(B.eh,B.fp) +B.afM=new A.cP(B.eh,B.bJ) +B.afN=new A.cP(B.Ac,B.bJ) +B.afO=new A.cP(B.Ad,B.bJ) +B.afP=new A.cP(B.Ae,B.bJ) +B.afQ=new A.cP(B.Af,B.bJ) +B.afS=new A.Vf(null) +B.afR=new A.Vh(null) +B.G6=new A.ep(0,"staging") +B.ip=new A.ep(1,"add") +B.afV=new A.ep(10,"remove") +B.afW=new A.ep(11,"popping") +B.afX=new A.ep(12,"removing") +B.m2=new A.ep(13,"dispose") +B.afY=new A.ep(14,"disposing") +B.iq=new A.ep(15,"disposed") +B.afZ=new A.ep(2,"adding") +B.m3=new A.ep(3,"push") +B.G7=new A.ep(4,"pushReplace") +B.G8=new A.ep(5,"pushing") +B.ag_=new A.ep(6,"replace") +B.dy=new A.ep(7,"idle") +B.m4=new A.ep(8,"pop") +B.ag0=new A.ep(9,"complete") +B.ir=new A.fD(0,"body") +B.is=new A.fD(1,"appBar") +B.m6=new A.fD(10,"endDrawer") +B.it=new A.fD(11,"statusBar") +B.iu=new A.fD(2,"bodyScrim") +B.iv=new A.fD(3,"bottomSheet") +B.dz=new A.fD(4,"snackBar") +B.iw=new A.fD(5,"materialBanner") +B.m7=new A.fD(6,"persistentFooter") +B.ix=new A.fD(7,"bottomNavigationBar") +B.iy=new A.fD(8,"floatingActionButton") +B.m8=new A.fD(9,"drawer") +B.ag2=new A.Xb(1,"constant") +B.ag3=new A.Xb(2,"lazy") +B.t=new A.alU(0,"created") +B.cU=new A.Xx(0,"trailing") +B.G9=new A.Xx(1,"leading") +B.m9=new A.uA(0,"idle") +B.ag4=new A.uA(1,"absorb") +B.ma=new A.uA(2,"pull") +B.mb=new A.uA(3,"recede") +B.iz=new A.D3(0,"leading") +B.iA=new A.D3(1,"middle") +B.iB=new A.D3(2,"trailing") +B.ag5=new A.XX(0,"minimize") +B.ag6=new A.XX(1,"maximize")})();(function staticFields(){$.fj=null +$.bD=A.aR("canvasKit") +$.dt=A.aR("_instance") +$.aGJ=A.B(t.N,A.ab("al")) +$.axQ=!1 +$.axP=null +$.ch=null +$.aAW=0 +$.fk=null +$.asz=!1 +$.iG=A.a([],t.kZ) +$.axR=0 +$.ane=0 +$.l9=A.a([],A.ab("t")) +$.aps=A.a([],t.nx) +$.DX=null +$.aJo=A.aR("_instance") +$.ae2=null +$.ayf=null +$.atf=A.a([],t.g) +$.azY=B.Ke +$.mZ=A.a([],t.b) +$.DM=B.nI +$.uK=null +$.a6Z=null +$.awK=0 +$.aBK=null +$.aBD=null +$.ax0=null +$.azn=null +$.ayT=0 +$.asA=A.a([],t.no) +$.asL=-1 +$.asu=-1 +$.ast=-1 +$.asG=-1 +$.aAb=-1 +$.ars=null +$.a4P=A.aR("_programCache") +$.awN=null +$.dV=null +$.zA=null +$.azZ=null +$.axM=A.B(A.ab("A6"),A.ab("Pk")) +$.anV=null +$.aA1=-1 +$.aA0=-1 +$.aA2="" +$.aA_="" +$.aA3=-1 +$.ZZ=A.B(t.N,t.e) +$.azM=null +$.ajK=null +$.pO=A.a([],t.jl) +$.ax7=null +$.aar=0 +$.Nc=A.aQs() +$.auq=null +$.aup=null +$.aBd=null +$.aAu=null +$.aBF=null +$.aoQ=null +$.ape=null +$.at0=null +$.al4=A.a([],A.ab("t?>")) +$.uM=null +$.DN=null +$.DO=null +$.asF=!1 +$.ad=B.ar +$.aya="" +$.ayb=null +$.azP=A.B(t.N,t.xd) +$.aO8=null +$.aAa=A.B(t.C_,t.e) +$.bz=A.aR("messages") +$.aJ0=A.aQV() +$.aqP=0 +$.Iz=A.a([],A.ab("t")) +$.aw8=null +$.ZM=0 +$.anB=null +$.asx=!1 +$.fT=null +$.arV=A.a([],A.ab("t")) +$.me=null +$.oE=null +$.cv=null +$.acF=null +$.auR=0 +$.auQ=A.B(t.S,t.I7) +$.aqn=A.B(t.I7,t.S) +$.acU=0 +$.f9=null +$.tn=null +$.arM=null +$.aL=null +$.aug=A.ax(A.ab("pT")) +$.a5E=A.a([B.Hx,B.Id,B.Hy,B.HU,B.H9,B.I0,B.I1],t.ku) +$.aNK=A.B(t.da,A.ab("al")) +$.aNZ=A.B(t.da,A.ab("al")) +$.azE=!1 +$.aP6=A.B(t.da,A.ab("al")) +$.azJ=null +$.aJj=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)}() +$.aJh=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)}() +$.wX=A.a([0.2126,0.7152,0.0722],t.n) +$.aJf=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) +$.aH4=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)}() +$.a1f=A.a([95.047,100,108.883],t.n) +$.azD=null +$.anA=null +$.aJK=A.B(t.S,A.ab("aUw")) +$.aws=null +$.awq=null +$.awr=null +$.as5=A.B(t.nE,t.Uy) +$.ayx=A.B(t.K,t.nE)})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"aXd","cj",()=>{var q="navigator" +return A.aRL(A.aJD(A.y(A.y(self.window,q),"vendor")),B.d.ag9(A.aIa(A.y(self.window,q))))}) +s($,"aXW","dr",()=>A.aRN()) +s($,"aTO","atq",()=>A.M5(8)) +s($,"aXh","a_a",()=>A.y(A.y(A.af(),"ClipOp"),"Intersect")) +s($,"aY5","aER",()=>{var q="FontSlant" +return A.a([A.y(A.y(A.af(),q),"Upright"),A.y(A.y(A.af(),q),"Italic")],t.J)}) +s($,"aY6","aES",()=>{var q="FontWeight" +return A.a([A.y(A.y(A.af(),q),"Thin"),A.y(A.y(A.af(),q),"ExtraLight"),A.y(A.y(A.af(),q),"Light"),A.y(A.y(A.af(),q),"Normal"),A.y(A.y(A.af(),q),"Medium"),A.y(A.y(A.af(),q),"SemiBold"),A.y(A.y(A.af(),q),"Bold"),A.y(A.y(A.af(),q),"ExtraBold"),A.y(A.y(A.af(),q),"ExtraBlack")],t.J)}) +s($,"aYf","aF_",()=>{var q="TextDirection" +return A.a([A.y(A.y(A.af(),q),"RTL"),A.y(A.y(A.af(),q),"LTR")],t.J)}) +s($,"aYc","aEY",()=>{var q="TextAlign" +return A.a([A.y(A.y(A.af(),q),"Left"),A.y(A.y(A.af(),q),"Right"),A.y(A.y(A.af(),q),"Center"),A.y(A.y(A.af(),q),"Justify"),A.y(A.y(A.af(),q),"Start"),A.y(A.y(A.af(),q),"End")],t.J)}) +s($,"aYg","aF0",()=>{var q="TextHeightBehavior" +return A.a([A.y(A.y(A.af(),q),"All"),A.y(A.y(A.af(),q),"DisableFirstAscent"),A.y(A.y(A.af(),q),"DisableLastDescent"),A.y(A.y(A.af(),q),"DisableAll")],t.J)}) +s($,"aY9","aEV",()=>{var q="RectHeightStyle" +return A.a([A.y(A.y(A.af(),q),"Tight"),A.y(A.y(A.af(),q),"Max"),A.y(A.y(A.af(),q),"IncludeLineSpacingMiddle"),A.y(A.y(A.af(),q),"IncludeLineSpacingTop"),A.y(A.y(A.af(),q),"IncludeLineSpacingBottom"),A.y(A.y(A.af(),q),"Strut")],t.J)}) +s($,"aYa","aEW",()=>{var q="RectWidthStyle" +return A.a([A.y(A.y(A.af(),q),"Tight"),A.y(A.y(A.af(),q),"Max")],t.J)}) +s($,"aY3","atQ",()=>A.a([A.y(A.y(A.af(),"ClipOp"),"Difference"),A.y(A.y(A.af(),"ClipOp"),"Intersect")],t.J)) +s($,"aY4","apT",()=>{var q="FillType" +return A.a([A.y(A.y(A.af(),q),"Winding"),A.y(A.y(A.af(),q),"EvenOdd")],t.J)}) +s($,"aY2","aEQ",()=>{var q="BlurStyle" +return A.a([A.y(A.y(A.af(),q),"Normal"),A.y(A.y(A.af(),q),"Solid"),A.y(A.y(A.af(),q),"Outer"),A.y(A.y(A.af(),q),"Inner")],t.J)}) +s($,"aYb","aEX",()=>{var q="StrokeCap" +return A.a([A.y(A.y(A.af(),q),"Butt"),A.y(A.y(A.af(),q),"Round"),A.y(A.y(A.af(),q),"Square")],t.J)}) +s($,"aY7","aET",()=>{var q="PaintStyle" +return A.a([A.y(A.y(A.af(),q),"Fill"),A.y(A.y(A.af(),q),"Stroke")],t.J)}) +s($,"aY1","atP",()=>{var q="BlendMode" +return A.a([A.y(A.y(A.af(),q),"Clear"),A.y(A.y(A.af(),q),"Src"),A.y(A.y(A.af(),q),"Dst"),A.y(A.y(A.af(),q),"SrcOver"),A.y(A.y(A.af(),q),"DstOver"),A.y(A.y(A.af(),q),"SrcIn"),A.y(A.y(A.af(),q),"DstIn"),A.y(A.y(A.af(),q),"SrcOut"),A.y(A.y(A.af(),q),"DstOut"),A.y(A.y(A.af(),q),"SrcATop"),A.y(A.y(A.af(),q),"DstATop"),A.y(A.y(A.af(),q),"Xor"),A.y(A.y(A.af(),q),"Plus"),A.y(A.y(A.af(),q),"Modulate"),A.y(A.y(A.af(),q),"Screen"),A.y(A.y(A.af(),q),"Overlay"),A.y(A.y(A.af(),q),"Darken"),A.y(A.y(A.af(),q),"Lighten"),A.y(A.y(A.af(),q),"ColorDodge"),A.y(A.y(A.af(),q),"ColorBurn"),A.y(A.y(A.af(),q),"HardLight"),A.y(A.y(A.af(),q),"SoftLight"),A.y(A.y(A.af(),q),"Difference"),A.y(A.y(A.af(),q),"Exclusion"),A.y(A.y(A.af(),q),"Multiply"),A.y(A.y(A.af(),q),"Hue"),A.y(A.y(A.af(),q),"Saturation"),A.y(A.y(A.af(),q),"Color"),A.y(A.y(A.af(),q),"Luminosity")],t.J)}) +s($,"aYh","atS",()=>{var q="TileMode" +return A.a([A.y(A.y(A.af(),q),"Clamp"),A.y(A.y(A.af(),q),"Repeat"),A.y(A.y(A.af(),q),"Mirror"),A.y(A.y(A.af(),q),"Decal")],t.J)}) +s($,"aXl","aEm",()=>{var q="FilterMode",p="MipmapMode",o="Linear",n=t.e +return A.K([B.jG,n.a({filter:A.y(A.y(A.af(),q),"Nearest"),mipmap:A.y(A.y(A.af(),p),"None")}),B.jH,n.a({filter:A.y(A.y(A.af(),q),o),mipmap:A.y(A.y(A.af(),p),"None")}),B.nR,n.a({filter:A.y(A.y(A.af(),q),o),mipmap:A.y(A.y(A.af(),p),o)}),B.nS,n.a({B:A.avo(0.3333333333333333),C:A.avo(0.3333333333333333)})],A.ab("nB"),n)}) +s($,"aXv","aEu",()=>{var q=A.M5(2) +q[0]=0 +q[1]=1 +return q}) +s($,"aY0","a_f",()=>A.aSG(4)) +s($,"aYe","aEZ",()=>{var q="DecorationStyle" +return A.a([A.y(A.y(A.af(),q),"Solid"),A.y(A.y(A.af(),q),"Double"),A.y(A.y(A.af(),q),"Dotted"),A.y(A.y(A.af(),q),"Dashed"),A.y(A.y(A.af(),q),"Wavy")],t.J)}) +s($,"aYd","atR",()=>{var q="TextBaseline" +return A.a([A.y(A.y(A.af(),q),"Alphabetic"),A.y(A.y(A.af(),q),"Ideographic")],t.J)}) +s($,"aY8","aEU",()=>{var q="PlaceholderAlignment" +return A.a([A.y(A.y(A.af(),q),"Baseline"),A.y(A.y(A.af(),q),"AboveBaseline"),A.y(A.y(A.af(),q),"BelowBaseline"),A.y(A.y(A.af(),q),"Top"),A.y(A.y(A.af(),q),"Bottom"),A.y(A.y(A.af(),q),"Middle")],t.J)}) +r($,"aUs","apK",()=>{var q=t.S,p=t.t +return new A.J8(A.aIs(),A.B(q,A.ab("aU7")),A.B(q,A.ab("aWk")),A.B(q,A.ab("jj")),A.ax(q),A.a([],p),A.a([],p),$.cB().gjm(),A.B(q,A.ab("bg")))}) +r($,"aXm","aEn",()=>{var q=A.avI(new A.anG()),p=self.window.FinalizationRegistry +p.toString +return A.aPd(p,q)}) +r($,"aYO","aFg",()=>new A.a8A()) +s($,"aXr","aEr",()=>A.aKq(B.VO)) +s($,"aXq","apR",()=>A.a7C(A.aGT($.aEr()))) +s($,"aXg","aEk",()=>A.axB(A.y(A.af(),"ParagraphBuilder"))) +s($,"aTS","aC1",()=>A.azw(A.DL(A.DL(A.DL(A.aBO(),"window"),"flutterCanvasKit"),"Paint"))) +s($,"aTR","aC0",()=>{var q=A.azw(A.DL(A.DL(A.DL(A.aBO(),"window"),"flutterCanvasKit"),"Paint")) +A.aMa(q,0) +return q}) +s($,"aYZ","aFk",()=>{var q=t.N,p=A.ab("+breaks,graphemes,words(tE,tE,tE)"),o=A.ara(B.Eg.a,q,p),n=A.ara(B.Eh.a,q,p) +return new A.Wl(A.ara(B.Ei.a,q,p),n,o)}) +s($,"aXp","aEq",()=>A.K([B.o8,A.aAP("grapheme"),B.o9,A.aAP("word")],A.ab("xo"),t.e)) +s($,"aYr","aF8",()=>A.aAT()) +s($,"aU9","bN",()=>{var q,p=A.y(self.window,"screen") +p=p==null?null:A.y(p,"width") +if(p==null)p=0 +q=A.y(self.window,"screen") +q=q==null?null:A.y(q,"height") +return new A.Ia(A.aM7(p,q==null?0:q))}) +s($,"aYq","aF7",()=>{var q=A.y(self.window,"trustedTypes") +q.toString +return A.aPg(q,"createPolicy",A.aMq("flutter-engine"),t.e.a({createScriptURL:A.avI(new A.ao3())}))}) +r($,"aYv","aFa",()=>self.window.FinalizationRegistry!=null) +s($,"aXn","aEo",()=>B.a6.bV(A.K(["type","fontsChange"],t.N,t.z))) +s($,"aYL","au2",()=>{var q=A.aAQ() +A.av2(q,"width",0) +A.av2(q,"height",0) +A.auY(A.y(q,"style"),"absolute") +return q}) +s($,"aWE","atH",()=>A.M5(4)) +r($,"aY_","a_e",()=>new A.adc()) +s($,"aWj","aDF",()=>A.awC(A.a([0,1,2,2,3,0],t.t))) +s($,"aYk","aF3",()=>A.asZ(A.asZ(A.asZ(self.window,"Image"),"prototype"),"decode")!=null) +s($,"aXc","aEh",()=>A.aH0("ftyp")) +s($,"aXw","atL",()=>8589934852) +s($,"aXx","aEv",()=>8589934853) +s($,"aXy","atM",()=>8589934848) +s($,"aXz","aEw",()=>8589934849) +s($,"aXD","atO",()=>8589934850) +s($,"aXE","aEz",()=>8589934851) +s($,"aXB","atN",()=>8589934854) +s($,"aXC","aEy",()=>8589934855) +s($,"aXJ","aEE",()=>458978) +s($,"aXK","aEF",()=>458982) +s($,"aYJ","au0",()=>458976) +s($,"aYK","au1",()=>458980) +s($,"aXN","aEI",()=>458977) +s($,"aXO","aEJ",()=>458981) +s($,"aXL","aEG",()=>458979) +s($,"aXM","aEH",()=>458983) +s($,"aXA","aEx",()=>A.K([$.atL(),new A.anM(),$.aEv(),new A.anN(),$.atM(),new A.anO(),$.aEw(),new A.anP(),$.atO(),new A.anQ(),$.aEz(),new A.anR(),$.atN(),new A.anS(),$.aEy(),new A.anT()],t.S,A.ab("z(iW)"))) +s($,"aYT","apU",()=>A.aRz(new A.apt())) +r($,"aUp","apJ",()=>new A.J3(A.a([],A.ab("t<~(z)>")),A.avm(self.window,"(forced-colors: active)"))) +s($,"aUa","aY",()=>{var q,p=A.aqL(),o=A.aRX(),n=A.aIu(0) +if(A.aI8($.apJ().b))n.sacl(!0) +p=A.aKE(n.bj(),!1,"/",p,B.G,!1,null,o) +o=A.a([$.bN()],A.ab("t")) +q=A.avm(self.window,"(prefers-color-scheme: dark)") +A.aRE() +q=new A.If(p,o,A.B(t.S,A.ab("qI")),A.B(t.K,A.ab("PU")),q,B.ar) +q.YO() +o=$.apJ() +p=o.a +if(B.b.gP(p))A.azx(o.b,"addListener",o.gKm()) +p.push(q.gMk()) +q.YQ() +q.YU() +A.aBI(q.gri()) +q.U5("flutter/lifecycle",A.a0r(B.ch.dS(B.eY.I())),null) +return q}) +s($,"aUC","apM",()=>{var q=t.N,p=t.S +q=new A.a9T(A.B(q,t._8),A.B(p,t.e),A.ax(q),A.B(p,q)) +q.afq("_default_document_create_element_visible",A.azN()) +q.F4("_default_document_create_element_invisible",A.azN(),!1) +return q}) +r($,"aVL","aDh",()=>new A.abR()) +r($,"aPU","aEp",()=>A.DP()) +s($,"aXY","ak",()=>(A.aAH().gRL()!=null?A.aAH().gRL()==="canvaskit":A.aSv())?new A.F3():new A.a5F()) +r($,"aYw","atX",()=>{var q=self.window.ImageDecoder +q=(q==null?null:q)!=null&&A.aR6()===B.bS +return q}) +s($,"aYR","aFi",()=>A.adV(65532)) +s($,"aUq","aC9",()=>A.bZ("[a-z0-9\\s]+",!1,!1,!1)) +s($,"aUr","aCa",()=>A.bZ("\\b\\d",!0,!1,!1)) +s($,"aZ_","pP",()=>A.aI4(A.DU(0,0))) +s($,"aVV","aDm",()=>{var q=A.aRy("flt-ruler-host"),p=new A.O5(q),o=A.y(q,"style") +A.auY(o,"fixed") +A.aI1(o,"hidden") +A.aI_(o,"hidden") +A.aI0(o,"0") +A.aHZ(o,"0") +A.aI2(o,"0") +A.aHY(o,"0") +A.azx(A.aS0().ga12(),"appendChild",q) +A.aBI(p.gri()) +return p}) +s($,"aYp","atU",()=>A.aMZ(A.a([B.acS,B.acW,B.acF,B.acG,B.acI,B.acT,B.acD,B.acE,B.acH,B.acU,B.acV,B.acC,B.acJ,B.acK,B.acL,B.acM,B.acN,B.acO,B.acP,B.acQ,B.acR],A.ab("t>")),null,A.ab("jn?"))) +r($,"aZ3","Eb",()=>A.aN_("000a!E000b000cF000d!D000w!R000y!A0013!B0018!M001a!N001c001lO001m!L001n!M001t002iK002n!P002p003eK003p!F004q!K004t!I0051!K0053!L0056!K005c005yK0060006uK006w00k7K00ke00lbK00lc00ofG00og00okK00om00onK00oq00otK00ou!M00ov!K00p2!K00p3!L00p400p6K00p8!K00pa00ptK00pv00s5K00s700w1K00w300w9G00wa010vK010x011yK01210124K0126!K0127!L0128013cK013d!M013e!K013l014tG014v!G014x014yG01500151G0153!G015c0162C0167016aC016b!K016c!L016o016tI01700171M0174017eG017g!I017k018qK018r019bG019c019lO019n!O019o!M019q019rK019s!G019t01cjK01cl!K01cm01csG01ct!I01cv01d0G01d101d2K01d301d4G01d601d9G01da01dbK01dc01dlO01dm01doK01dr!K01e7!I01e8!K01e9!G01ea01f3K01f401fuG01fx01idK01ie01ioG01ip!K01j401jdO01je01kaK01kb01kjG01kk01klK01ko!M01kq!K01kt!G01kw01lhK01li01llG01lm!K01ln01lvG01lw!K01lx01lzG01m0!K01m101m5G01mo01ncK01nd01nfG01nk01nuK01pc01pwK01py01qfK01qr01r5G01r6!I01r701s3G01s401tlK01tm01toG01tp!K01tq01u7G01u8!K01u901ufG01ug01upK01uq01urG01uu01v3O01v501vkK01vl01vnG01vp01vwK01vz01w0K01w301woK01wq01wwK01wy!K01x201x5K01x8!G01x9!K01xa01xgG01xj01xkG01xn01xpG01xq!K01xz!G01y401y5K01y701y9K01ya01ybG01ye01ynO01yo01ypK01z0!K01z2!G01z501z7G01z901zeK01zj01zkK01zn0208K020a020gK020i020jK020l020mK020o020pK020s!G020u020yG02130214G02170219G021d!G021l021oK021q!K021y0227O02280229G022a022cK022d!G022p022rG022t0231K02330235K0237023sK023u0240K02420243K02450249K024c!G024d!K024e024lG024n024pG024r024tG024w!K025c025dK025e025fG025i025rO0261!K02620267G0269026bG026d026kK026n026oK026r027cK027e027kK027m027nK027p027tK027w!G027x!K027y0284G02870288G028b028dG028l028nG028s028tK028v028xK028y028zG0292029bO029d!K029u!G029v!K029x02a2K02a602a8K02aa02adK02ah02aiK02ak!K02am02anK02ar02asK02aw02ayK02b202bdK02bi02bmG02bq02bsG02bu02bxG02c0!K02c7!G02cm02cvO02dc02dgG02dh02doK02dq02dsK02du02egK02ei02exK02f1!K02f202f8G02fa02fcG02fe02fhG02fp02fqG02fs02fuK02g002g1K02g202g3G02g602gfO02gw!K02gx02gzG02h102h8K02ha02hcK02he02i0K02i202ibK02id02ihK02ik!G02il!K02im02isG02iu02iwG02iy02j1G02j902jaG02ji!K02jk02jlK02jm02jnG02jq02jzO02k102k2K02kg02kjG02kk02ksK02ku02kwK02ky02m2K02m302m4G02m5!K02m602mcG02me02mgG02mi02mlG02mm!K02ms02muK02mv!G02n302n5K02n602n7G02na02njO02nu02nzK02o102o3G02o502omK02oq02pdK02pf02pnK02pp!K02ps02pyK02q2!G02q702qcG02qe!G02qg02qnG02qu02r3O02r602r7G02sx!G02t002t6G02tj02tqG02ts02u1O02wh!G02wk02wsG02x402x9G02xc02xlO02yo!K02zc02zdG02zk02ztO0305!G0307!G0309!G030e030fG030g030nK030p031oK031t032cG032e032fG032g032kK032l032vG032x033wG0346!G036z037iG037k037tO03860389G038e038gG038i038kG038n038tG038x0390G039e039pG039r!G039s03a1O03a203a5G03a803b9K03bb!K03bh!K03bk03cqK03cs03m0K03m203m5K03m803meK03mg!K03mi03mlK03mo03nsK03nu03nxK03o003owK03oy03p1K03p403paK03pc!K03pe03phK03pk03pyK03q003rkK03rm03rpK03rs03tmK03tp03trG03uo03v3K03vk03xxK03y003y5K03y904fgK04fj04fzK04g0!R04g104gqK04gw04iyK04j204jcK04jk04jwK04jy04k1K04k204k4G04kg04kxK04ky04l0G04lc04ltK04lu04lvG04m804mkK04mm04moK04mq04mrG04ok04pfG04pp!G04ps04q1O04qz04r1G04r2!I04r404rdO04rk04u0K04u804ucK04ud04ueG04uf04vcK04vd!G04ve!K04vk04xhK04xs04ymK04yo04yzG04z404zfG04zq04zzO053k053tO054w055iK055j055nG0579057iG057k058cG058f!G058g058pO058w0595O059s05a8G05c005c4G05c505dfK05dg05dwG05dx05e3K05e805ehO05ez05f7G05fk05fmG05fn05ggK05gh05gtG05gu05gvK05gw05h5O05h605idK05ie05irG05j405k3K05k405knG05kw05l5O05l905lbK05lc05llO05lm05mlK05mo05mwK05n405oaK05od05ofK05ow05oyG05p005pkG05pl05poK05pp!G05pq05pvK05pw!G05px05pyK05pz05q1G05q2!K05q805vjK05vk05x5G05x705xbG05xc0651K06540659K065c066dK066g066lK066o066vK066x!K066z!K0671!K0673067xK0680069gK069i069oK069q!K069u069wK069y06a4K06a806abK06ae06ajK06ao06b0K06b606b8K06ba06bgK06bk06bqR06bs06buR06bw!G06bx!Q06by06bzI06c806c9N06ck!N06cn!L06co06cpF06cq06cuI06cv!P06db06dcP06dg!M06dw!P06e7!R06e806ecI06ee06enI06ep!K06f3!K06fk06fwK06hc06i8G06iq!K06iv!K06iy06j7K06j9!K06jd06jhK06jo!K06jq!K06js!K06ju06jxK06jz06k9K06kc06kfK06kl06kpK06ku!K06lc06mgK079207ahK08ow08q6K08q808riK08rk08v8K08vf08viK08vj08vlG08vm08vnK08w008x1K08x3!K08x9!K08xc08yvK08z3!K08zj!G08zk0906K090g090mK090o090uK090w0912K0914091aK091c091iK091k091qK091s091yK09200926K09280933G094f!K09hc!R09hh!K09ii09inG09ip09itJ09iz09j0K09ll09lmG09ln09loJ09ls09oaJ09oc09ofJ09ol09prK09pt09seK09sw09trK09v409vjJ0a1c0a2mJ0a2o0a53J0vls0wi4K0wk00wl9K0wlc0wssK0wsw0wtbK0wtc0wtlO0wtm0wtnK0wu80wviK0wvj0wvmG0wvo0wvxG0wvz0wwtK0wwu0wwvG0www0wz3K0wz40wz5G0wzs0x4vK0x4y0x56K0x6d0x6pK0x6q!G0x6r0x6tK0x6u!G0x6v0x6yK0x6z!G0x700x7mK0x7n0x7rG0x7w!G0x8g0x9vK0xa80xa9G0xaa0xbnK0xbo0xc5G0xcg0xcpO0xcw0xddG0xde0xdjK0xdn!K0xdp0xdqK0xdr!G0xds0xe1O0xe20xetK0xeu0xf1G0xf40xfqK0xfr0xg3G0xgg0xh8K0xhc0xhfG0xhg0xiqK0xir0xj4G0xjj!K0xjk0xjtO0xk5!G0xkg0xkpO0xkw0xm0K0xm10xmeG0xmo0xmqK0xmr!G0xms0xmzK0xn00xn1G0xn40xndO0xob0xodG0xps!G0xpu0xpwG0xpz0xq0G0xq60xq7G0xq9!G0xr40xreK0xrf0xrjG0xrm0xroK0xrp0xrqG0xs10xs6K0xs90xseK0xsh0xsmK0xsw0xt2K0xt40xtaK0xtc0xuxK0xv40xyaK0xyb0xyiG0xyk0xylG0xyo0xyxO0xz416lfK16ls16meK16mj16nvK1dkw1dl2K1dlf1dljK1dlp!C1dlq!G1dlr1dm0C1dm21dmeC1dmg1dmkC1dmm!C1dmo1dmpC1dmr1dmsC1dmu1dn3C1dn41dptK1dqr1e0tK1e1c1e33K1e361e4nK1e5s1e63K1e681e6nG1e6o!M1e6r!L1e6s!M1e741e7jG1e7n1e7oP1e8d1e8fP1e8g!M1e8i!N1e8k!M1e8l!L1e9c1e9gK1e9i1ed8K1edb!I1edj!N1edo!M1edq!N1eds1ee1O1ee2!L1ee3!M1ee91eeyK1ef3!P1ef51efuK1eg61ehpJ1ehq1ehrG1ehs1eimK1eiq1eivK1eiy1ej3K1ej61ejbK1eje1ejgK1ek91ekbI1ekg1ekrK1ekt1eliK1elk1em2K1em41em5K1em71emlK1emo1en1K1eo01ereK1etc1eusK1eyl!G1f281f30K1f341f4gK1f4w!G1f5s1f6nK1f711f7uK1f801f91K1f921f96G1f9c1fa5K1fa81fb7K1fbc1fbjK1fbl1fbpK1fcw1fh9K1fhc1fhlO1fhs1firK1fiw1fjvK1fk01fl3K1flc1fmrK1fr41fzqK1g001g0lK1g0w1g13K1g5c1g5hK1g5k!K1g5m1g6tK1g6v1g6wK1g70!K1g731g7pK1g801g8mK1g8w1g9qK1gbk1gc2K1gc41gc5K1gcg1gd1K1gdc1ge1K1gg01ghjK1ghq1ghrK1gjk!K1gjl1gjnG1gjp1gjqG1gjw1gjzG1gk01gk3K1gk51gk7K1gk91gl1K1gl41gl6G1glb!G1gm81gn0K1gn41gnwK1gow1gp3K1gp51gpwK1gpx1gpyG1gqo1gs5K1gsg1gt1K1gtc1gtuK1gu81gupK1gxs1gzsK1h1c1h2qK1h341h4iK1h4w1h5vK1h5w1h5zG1h681h6hO1hfk1hgpK1hgr1hgsG1hgw1hgxK1hj41hjwK1hk7!K1hkg1hl1K1hl21hlcG1ho01hokK1hpc1hpyK1hq81hqaG1hqb1hrrK1hrs1hs6G1ht21htbO1htr1htuG1htv1hv3K1hv41hveG1hvh!I1hvx!I1hw01hwoK1hww1hx5O1hxc1hxeG1hxf1hyeK1hyf1hysG1hyu1hz3O1hz8!K1hz91hzaG1hzb!K1hzk1i0iK1i0j!G1i0m!K1i0w1i0yG1i0z1i2aK1i2b1i2oG1i2p1i2sK1i2x1i30G1i321i33G1i341i3dO1i3e!K1i3g!K1i4g1i4xK1i4z1i5nK1i5o1i5zG1i66!G1i801i86K1i88!K1i8a1i8dK1i8f1i8tK1i8v1i94K1i9c1iamK1ian1iayG1ib41ibdO1ibk1ibnG1ibp1ibwK1ibz1ic0K1ic31icoK1icq1icwK1icy1iczK1id11id5K1id71id8G1id9!K1ida1idgG1idj1idkG1idn1idpG1ids!K1idz!G1ie51ie9K1iea1iebG1iee1iekG1ieo1iesG1iio1ik4K1ik51ikmG1ikn1ikqK1ikw1il5O1ila!G1ilb1ildK1im81injK1ink1io3G1io41io5K1io7!K1iog1iopO1itc1iumK1iun1iutG1iuw1iv4G1ivs1ivvK1ivw1ivxG1iww1iy7K1iy81iyoG1iys!K1iz41izdO1j0g1j1mK1j1n1j1zG1j20!K1j281j2hO1j4t1j57G1j5c1j5lO1jb41jcbK1jcc1jcqG1jfk1jhbK1jhc1jhlO1ji71jieK1jih!K1jik1jirK1jit1jiuK1jiw1jjjK1jjk1jjpG1jjr1jjsG1jjv1jjyG1jjz!K1jk0!G1jk1!K1jk21jk3G1jkg1jkpO1jmo1jmvK1jmy1jo0K1jo11jo7G1joa1jogG1joh!K1joj!K1jok!G1jpc!K1jpd1jpmG1jpn1jqqK1jqr1jqxG1jqy!K1jqz1jr2G1jrb!G1jrk!K1jrl1jrvG1jrw1jt5K1jt61jtlG1jtp!K1juo1jw8K1k3k1k3sK1k3u1k4uK1k4v1k52G1k541k5bG1k5c!K1k5s1k61O1k6q1k7jK1k7m1k87G1k891k8mG1kao1kauK1kaw1kaxK1kaz1kc0K1kc11kc6G1kca!G1kcc1kcdG1kcf1kclG1kcm!K1kcn!G1kcw1kd5O1kdc1kdhK1kdj1kdkK1kdm1kehK1kei1kemG1keo1kepG1ker1kevG1kew!K1kf41kfdO1ko01koiK1koj1komG1kts!K1kw01lllK1log1lriK1ls01lxfK1o1s1oviK1ovk1ovsI1s001sg6K1z401zjsK1zk01zkuK1zkw1zl5O1zo01zotK1zow1zp0G1zpc1zqnK1zqo1zquG1zr41zr7K1zrk1zrtO1zs31zsnK1zst1ztbK20cg20e7K20hs20juK20jz!G20k0!K20k120ljG20lr20luG20lv20m7K20o020o1K20o3!K20o4!G20og20ohG2dc0!J2dlw2dlzJ2fpc2fsaK2fsg2fssK2fsw2ft4K2ftc2ftlK2ftp2ftqG2fts2ftvI2jxh2jxlG2jxp2jxuG2jxv2jy2I2jy32jyaG2jyd2jyjG2jze2jzhG2k3m2k3oG2kg02kicK2kie2kkcK2kke2kkfK2kki!K2kkl2kkmK2kkp2kksK2kku2kl5K2kl7!K2kl92klfK2klh2kn9K2knb2kneK2knh2knoK2knq2knwK2kny2kopK2kor2kouK2kow2kp0K2kp2!K2kp62kpcK2kpe2kytK2kyw2kzkK2kzm2l0aK2l0c2l16K2l182l1wK2l1y2l2sK2l2u2l3iK2l3k2l4eK2l4g2l54K2l562l60K2l622l6qK2l6s2l6zK2l722l8fO2lmo2lo6G2lob2lpoG2lpx!G2lqc!G2lqz2lr3G2lr52lrjG2mtc2mtiG2mtk2mu0G2mu32mu9G2mub2mucG2mue2muiG2n0g2n1oK2n1s2n1yG2n1z2n25K2n282n2hO2n2m!K2ncw2ne3K2ne42ne7G2ne82nehO2oe82ojoK2ok02ok6G2olc2on7K2on82oneG2onf!K2onk2ontO2pkw2pkzK2pl12plrK2plt2pluK2plw!K2plz!K2pm12pmaK2pmc2pmfK2pmh!K2pmj!K2pmq!K2pmv!K2pmx!K2pmz!K2pn12pn3K2pn52pn6K2pn8!K2pnb!K2pnd!K2pnf!K2pnh!K2pnj!K2pnl2pnmK2pno!K2pnr2pnuK2pnw2po2K2po42po7K2po92pocK2poe!K2pog2popK2por2pp7K2ppd2ppfK2pph2pplK2ppn2pq3K2q7k2q89K2q8g2q95K2q9c2qa1K2qcm2qdbH2qrf2qrjG2sc02sc9Ojny9!Ijnz4jo1rGjo5cjobzG",231,B.Vg,B.FQ,A.ab("de"))) +s($,"aTN","aC_",()=>{var q=t.N +return new A.a0d(A.K(["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($,"aZ0","a_j",()=>new A.a5Q()) +s($,"aYn","aF5",()=>A.M5(4)) +s($,"aYl","atT",()=>A.M5(16)) +s($,"aYm","aF4",()=>A.aKc($.atT())) +r($,"aYU","dG",()=>A.aI5(A.y(self.window,"console"))) +s($,"aZ2","cB",()=>A.aIw(0,$.aY())) +s($,"aTX","atr",()=>A.aSb("_$dart_dartClosure")) +s($,"aYP","aFh",()=>B.ar.fq(new A.apr())) +s($,"aW6","aDs",()=>A.kJ(A.afz({ +toString:function(){return"$receiver$"}}))) +s($,"aW7","aDt",()=>A.kJ(A.afz({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"aW8","aDu",()=>A.kJ(A.afz(null))) +s($,"aW9","aDv",()=>A.kJ(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aWc","aDy",()=>A.kJ(A.afz(void 0))) +s($,"aWd","aDz",()=>A.kJ(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aWb","aDx",()=>A.kJ(A.ay6(null))) +s($,"aWa","aDw",()=>A.kJ(function(){try{null.$method$}catch(q){return q.message}}())) +s($,"aWf","aDB",()=>A.kJ(A.ay6(void 0))) +s($,"aWe","aDA",()=>A.kJ(function(){try{(void 0).$method$}catch(q){return q.message}}())) +s($,"aXT","aEN",()=>A.adV(254)) +s($,"aXF","aEA",()=>97) +s($,"aXR","aEL",()=>65) +s($,"aXG","aEB",()=>122) +s($,"aXS","aEM",()=>90) +s($,"aXH","aEC",()=>48) +s($,"aWq","atE",()=>A.aNt()) +s($,"aUn","uW",()=>A.ab("a9").a($.aFh())) +s($,"aWh","aDD",()=>new A.afQ().$0()) +s($,"aWi","aDE",()=>new A.afP().$0()) +s($,"aWs","atF",()=>A.aKs(A.jH(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($,"aWr","aDJ",()=>A.awD(0)) +s($,"aWM","atI",()=>typeof process!="undefined"&&Object.prototype.toString.call(process)=="[object process]"&&process.platform=="win32") +s($,"aWN","aDY",()=>A.bZ("^[\\-\\.0-9A-Z_a-z~]*$",!0,!1,!1)) +s($,"aXo","dS",()=>A.n5(B.aci)) +s($,"aVY","jL",()=>{A.aLg() +return $.aar}) +s($,"aXZ","aEP",()=>A.aPz()) +s($,"aXs","aEs",()=>new A.A()) +s($,"aUE","aCf",()=>A.aOn()) +s($,"aUH","aCi",()=>A.aOq()) +s($,"aUF","aCg",()=>A.aOo()) +s($,"aUG","aCh",()=>A.aOp()) +s($,"aUD","aCe",()=>A.aOl()) +s($,"aUI","aCj",()=>A.aOs()) +r($,"aWG","aDT",()=>A.aO9()) +r($,"aWH","aDU",()=>A.aOh()) +s($,"aYi","aF1",()=>A.aOD(0)) +s($,"aYj","aF2",()=>A.aOE(1)) +s($,"aXu","atK",()=>Symbol("jsBoxedDartObjectProperty")) +s($,"aU8","dF",()=>A.rk(A.awC(A.a([1],t.t)).buffer,0,null).getInt8(0)===1?B.ap:B.He) +s($,"aYx","a_g",()=>new A.a0K(A.B(t.N,A.ab("kS")))) +r($,"aXX","apS",()=>B.Hw) +s($,"aYS","aFj",()=>new A.a9W()) +s($,"aXP","aEK",()=>A.dO(B.Aj,B.l,t.r)) +s($,"aXI","aED",()=>A.dO(B.l,B.a2N,t.r)) +r($,"aWw","aDL",()=>A.aHz(B.af9,B.af8)) +s($,"aYo","aF6",()=>new A.ao2().$0()) +s($,"aXe","aEi",()=>new A.an9().$0()) +r($,"aUc","hP",()=>$.aJ0) +s($,"aTP","aO",()=>A.bd(0,null,!1,t.Nw)) +s($,"aWv","Ea",()=>new A.mL(0,$.aDK())) +s($,"aWu","aDK",()=>A.aQv(0)) +s($,"aXi","a_b",()=>A.d9(null,t.N)) +s($,"aXj","atJ",()=>A.aMn()) +s($,"aWo","aDI",()=>A.awD(8)) +s($,"aVX","aDn",()=>A.bZ("^\\s*at ([^\\s]+).*$",!0,!1,!1)) +s($,"aYH","aFf",()=>A.auE(4294967295)) +s($,"aYG","aFe",()=>A.auE(3707764736)) +s($,"aWy","aDN",()=>A.eu(B.nG)) +s($,"aWx","aDM",()=>A.eu(B.ck)) +s($,"aWz","aDO",()=>A.dO(0,0.5,t.V)) +s($,"aWJ","aDV",()=>A.dO(0.75,1,t.V)) +s($,"aWK","aDW",()=>A.eu(B.Ia)) +s($,"aUt","aCb",()=>A.eu(B.bG)) +s($,"aUu","aCc",()=>A.eu(B.La)) +s($,"aX6","aEg",()=>{var q=t.V +return A.a([A.ay5(A.dO(0,0.4,q).hK(A.eu(B.JN)),0.166666,q),A.ay5(A.dO(0.4,1,q).hK(A.eu(B.JQ)),0.833334,q)],A.ab("t>"))}) +s($,"aX5","a_9",()=>A.aMW($.aEg(),t.V)) +s($,"aWZ","aE9",()=>A.dO(0,1,t.V).hK(A.eu(B.Lc))) +s($,"aX_","aEa",()=>A.dO(1.1,1,t.V).hK($.a_9())) +s($,"aX0","aEb",()=>A.dO(0.85,1,t.V).hK($.a_9())) +s($,"aX1","aEc",()=>A.dO(0,0.6,t.PM).hK(A.eu(B.Ld))) +s($,"aX2","aEd",()=>A.dO(1,0,t.V).hK(A.eu(B.Le))) +s($,"aX4","aEf",()=>A.dO(1,1.05,t.V).hK($.a_9())) +s($,"aX3","aEe",()=>A.dO(1,0.9,t.V).hK($.a_9())) +s($,"aWA","aDP",()=>A.dO(0.875,1,t.V).hK(A.eu(B.ck))) +s($,"aW5","aDr",()=>A.aME()) +s($,"aW4","aDq",()=>new A.TR(A.B(A.ab("ub"),t.we),5,A.ab("TR"))) +s($,"aUy","apL",()=>A.aKr(4)) +r($,"aVH","aDd",()=>B.IN) +r($,"aVJ","aDf",()=>{var q=null +return A.axY(q,B.ja,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q,q)}) +r($,"aVI","aDe",()=>{var q=null +return A.arl(q,q,q,q,q,q,q,q,q,B.eJ,B.e,q)}) +s($,"aWL","aDX",()=>A.aKd()) +s($,"aVK","aDg",()=>A.adV(65532)) +s($,"aXQ","a_c",()=>98304) +s($,"aVR","apP",()=>A.ky()) +s($,"aVQ","aDj",()=>A.awA(0)) +s($,"aVS","aDk",()=>A.awA(0)) +s($,"aVT","aDl",()=>A.aKe().a) +s($,"aYY","a_i",()=>{var q=t.N,p=t.L0 +return new A.a9O(A.B(q,A.ab("al")),A.B(q,p),A.B(q,p))}) +s($,"aUv","aCd",()=>A.K([4294967562,B.Ln,4294967564,B.Lo,4294967556,B.Lp],t.S,t.SQ)) +s($,"aVF","apO",()=>new A.aaB(A.a([],A.ab("t<~(ih)>")),A.B(t.v3,t.bd))) +s($,"aVE","aDc",()=>{var q=t.v3 +return A.K([B.afG,A.cn([B.dl],q),B.afH,A.cn([B.dn],q),B.afI,A.cn([B.dl,B.dn],q),B.afF,A.cn([B.dl],q),B.afC,A.cn([B.dk],q),B.afD,A.cn([B.em],q),B.afE,A.cn([B.dk,B.em],q),B.afB,A.cn([B.dk],q),B.afy,A.cn([B.dj],q),B.afz,A.cn([B.el],q),B.afA,A.cn([B.dj,B.el],q),B.afx,A.cn([B.dj],q),B.afK,A.cn([B.dm],q),B.afL,A.cn([B.en],q),B.afM,A.cn([B.dm,B.en],q),B.afJ,A.cn([B.dm],q),B.afN,A.cn([B.cB],q),B.afO,A.cn([B.hD],q),B.afP,A.cn([B.hC],q),B.afQ,A.cn([B.ek],q)],A.ab("cP"),A.ab("bg"))}) +s($,"aVD","atA",()=>A.K([B.dl,B.ea,B.dn,B.hv,B.dk,B.df,B.em,B.e9,B.dj,B.e8,B.el,B.hu,B.dm,B.eb,B.en,B.hw,B.cB,B.e5,B.hD,B.hs,B.hC,B.ht],t.v3,t.bd)) +s($,"aVC","aDb",()=>{var q=A.B(t.v3,t.bd) +q.n(0,B.ek,B.kk) +q.K(0,$.atA()) +return q}) +s($,"aW3","aDp",()=>{var q=$.aDS() +q=new A.Pl(q,A.cn([q],A.ab("A7")),A.B(t.N,A.ab("aVM"))) +q.c=B.a3_ +q.gZJ().py(q.ga3l()) +return q}) +s($,"aWF","aDS",()=>new A.Vx()) +r($,"aWn","aDH",()=>{var q=A.ab("~(bA)") +return A.K([B.ac3,A.auV(!0),B.acA,A.auV(!1),B.acm,new A.NT(A.yo(q)),B.ach,new A.Mf(A.yo(q)),B.ack,new A.Na(A.yo(q)),B.ac2,new A.HV(A.yo(q)),B.FI,A.aLK(),B.acl,new A.Nd(A.yo(q)),B.acu,new A.PY(A.yo(q))],t.u,t.od)}) +s($,"aTZ","apH",()=>{var q,p,o,n=t.vz,m=A.B(t.Vz,n) +for(q=A.ab("ay"),p=0;p<2;++p){o=B.kh[p] +m.K(0,A.K([A.e0(B.b0,!1,!1,!1,o),B.mA,A.e0(B.b0,!1,!0,!1,o),B.mE,A.e0(B.b0,!0,!1,!1,o),B.mC,A.e0(B.aV,!1,!1,!1,o),B.mB,A.e0(B.aV,!1,!0,!1,o),B.mF,A.e0(B.aV,!0,!1,!1,o),B.mD],q,n))}m.n(0,B.hZ,B.iM) +m.n(0,B.i_,B.iN) +m.n(0,B.hV,B.iQ) +m.n(0,B.hW,B.iR) +m.n(0,B.ER,B.mJ) +m.n(0,B.ES,B.mK) +m.n(0,B.ET,B.mR) +m.n(0,B.EU,B.mS) +m.n(0,B.lc,B.dD) +m.n(0,B.ld,B.dE) +m.n(0,B.le,B.iO) +m.n(0,B.lf,B.iP) +m.n(0,B.EV,B.mN) +m.n(0,B.EW,B.mO) +m.n(0,B.EX,B.mL) +m.n(0,B.EY,B.mM) +m.n(0,B.EZ,B.mP) +m.n(0,B.F_,B.mQ) +m.n(0,B.F0,B.Hr) +m.n(0,B.F1,B.Hs) +m.n(0,B.a6m,B.Hn) +m.n(0,B.a6n,B.Ho) +m.n(0,B.eE,B.mT) +m.n(0,B.eF,B.mU) +m.n(0,B.lb,B.mV) +m.n(0,B.lg,B.mW) +m.n(0,B.F8,B.mw) +m.n(0,B.F9,B.mx) +m.n(0,B.Fa,B.n0) +m.n(0,B.lh,B.n2) +m.n(0,B.a6B,B.n4) +m.n(0,B.a6C,B.n1) +m.n(0,B.i0,B.B) +m.n(0,B.hS,B.B) +return m}) +s($,"aTY","ats",()=>$.apH()) +s($,"aU_","aC3",()=>$.ats()) +s($,"aU1","aC5",()=>{var q=A.r7($.apH(),t.Vz,t.vz) +q.n(0,B.hT,B.dD) +q.n(0,B.hU,B.dE) +q.n(0,B.hX,B.mN) +q.n(0,B.hY,B.mO) +return q}) +s($,"aU2","att",()=>{var q,p,o,n=t.vz,m=A.B(t.Vz,n) +for(q=A.ab("ay"),p=0;p<2;++p){o=B.kh[p] +m.K(0,A.K([A.e0(B.b0,!1,!1,!1,o),B.mA,A.e0(B.b0,!0,!1,!1,o),B.mE,A.e0(B.b0,!1,!1,!0,o),B.mC,A.e0(B.aV,!1,!1,!1,o),B.mB,A.e0(B.aV,!0,!1,!1,o),B.mF,A.e0(B.aV,!1,!1,!0,o),B.mD],q,n))}m.n(0,B.hZ,B.iM) +m.n(0,B.i_,B.iN) +m.n(0,B.hV,B.iQ) +m.n(0,B.hW,B.iR) +m.n(0,B.ER,B.mJ) +m.n(0,B.ES,B.mK) +m.n(0,B.ET,B.mR) +m.n(0,B.EU,B.mS) +m.n(0,B.lc,B.mP) +m.n(0,B.ld,B.mQ) +m.n(0,B.le,B.dD) +m.n(0,B.lf,B.dE) +m.n(0,B.EV,B.Ht) +m.n(0,B.EW,B.Hu) +m.n(0,B.EX,B.Hp) +m.n(0,B.EY,B.Hq) +m.n(0,B.F2,B.dD) +m.n(0,B.F3,B.dE) +m.n(0,B.F4,B.iO) +m.n(0,B.F5,B.iP) +m.n(0,B.a6o,B.Hh) +m.n(0,B.a6p,B.Hi) +m.n(0,B.a6q,B.mH) +m.n(0,B.a6r,B.mI) +m.n(0,B.a6D,B.Ib) +m.n(0,B.hT,B.HX) +m.n(0,B.hU,B.HY) +m.n(0,B.hX,B.mH) +m.n(0,B.hY,B.mI) +m.n(0,B.eE,B.Ez) +m.n(0,B.eF,B.l4) +m.n(0,B.lb,B.mV) +m.n(0,B.lg,B.mW) +m.n(0,B.Fc,B.mw) +m.n(0,B.Fd,B.mx) +m.n(0,B.Fe,B.n0) +m.n(0,B.Fb,B.n2) +m.n(0,B.a6u,B.n4) +m.n(0,B.a6v,B.n1) +m.n(0,B.a6w,B.dE) +m.n(0,B.lh,B.dD) +m.n(0,B.a6x,B.iN) +m.n(0,B.a6y,B.iM) +m.n(0,B.a6z,B.iR) +m.n(0,B.a6A,B.iQ) +m.n(0,B.i0,B.B) +m.n(0,B.hS,B.B) +return m}) +s($,"aU0","aC4",()=>$.att()) +s($,"aU4","aC7",()=>{var q=A.r7($.apH(),t.Vz,t.vz) +q.n(0,B.eE,B.mT) +q.n(0,B.eF,B.mU) +q.n(0,B.hT,B.Hj) +q.n(0,B.hU,B.Hk) +q.n(0,B.hX,B.Hl) +q.n(0,B.hY,B.Hm) +q.n(0,B.F6,B.iO) +q.n(0,B.F7,B.iP) +q.n(0,B.a6s,B.mL) +q.n(0,B.a6t,B.mM) +return q}) +s($,"aU3","aC6",()=>{var q,p,o,n=t.vz,m=A.B(t.Vz,n) +for(q=A.ab("ay"),p=0;p<2;++p){o=B.kh[p] +m.K(0,A.K([A.e0(B.b0,!1,!1,!1,o),B.B,A.e0(B.aV,!1,!1,!1,o),B.B,A.e0(B.b0,!0,!1,!1,o),B.B,A.e0(B.aV,!0,!1,!1,o),B.B,A.e0(B.b0,!1,!0,!1,o),B.B,A.e0(B.aV,!1,!0,!1,o),B.B,A.e0(B.b0,!1,!1,!0,o),B.B,A.e0(B.aV,!1,!1,!0,o),B.B],q,n))}m.K(0,B.YW) +m.n(0,B.F8,B.B) +m.n(0,B.Fc,B.B) +m.n(0,B.F9,B.B) +m.n(0,B.Fd,B.B) +m.n(0,B.Fa,B.B) +m.n(0,B.Fe,B.B) +m.n(0,B.lh,B.B) +m.n(0,B.Fb,B.B) +return m}) +r($,"aWD","atG",()=>new A.Ve(B.afR,B.ae)) +s($,"aWC","aDR",()=>A.dO(1,0,t.V)) +s($,"aUz","iI",()=>A.avw()) +s($,"aWI","a_8",()=>{var q=A.aN5(null),p=A.auJ(t.H) +return new A.Vd(B.Es,q,p)}) +s($,"aWB","aDQ",()=>A.cR(16667,0)) +s($,"aVN","aDi",()=>A.axN(0.5,1.1,100)) +s($,"aTU","apG",()=>A.at5(0.78)/A.at5(0.9)) +s($,"aUl","atz",()=>A.lD(7.875,B.q)) +s($,"aUj","atx",()=>A.lD(8.75,B.q)) +s($,"aUg","atv",()=>A.lD(11.375,B.q)) +s($,"aUf","uV",()=>A.lD(14,B.q)) +s($,"aUd","atu",()=>A.lD(15.75,B.q)) +s($,"aUi","atw",()=>A.lD(21,B.q)) +s($,"aUk","aty",()=>A.lD(28,B.q)) +s($,"aUh","apI",()=>A.lD(83,B.i9)) +s($,"aUe","aC8",()=>A.lD(120,B.i9)) +r($,"aYN","au4",()=>{var q=t.N +return A.K(["White","#FFFFFF","Silver","#C0C0C0","Gray","#808080","Black","#000000","Red","#FF0000","Maroon","#800000","Yellow","#FFFF00","Olive","#808000","Lime","#00FF00","Green","#008000","Aqua","#00FFFF","Teal","#008080","Blue","#0000FF","Navy","#000080","Fuchsia","#FF00FF","Purple","#800080"],q,q)}) +s($,"aYF","atZ",()=>A.aqV(B.TV,t.N)) +s($,"aYA","aFb",()=>{var q=null +return A.K(["af",A.ae(B.Mp,B.Sn,B.M,B.u0,B.Tk,6,5,B.uy,"af",B.x,B.ut,B.ON,B.tH,B.cu,B.uj,B.uy,B.x,B.ut,B.tH,B.uj,B.ue,B.E,B.ue,B.o,q),"am",A.ae(B.U8,B.Qb,B.M,B.Rk,B.OT,6,5,B.uF,"am",B.u9,B.oo,B.VF,B.uH,B.RD,B.t2,B.uF,B.u9,B.oo,B.uH,B.t2,B.tf,B.aa,B.tf,B.o,q),"ar",A.ae(B.Ou,B.NG,B.T5,B.PK,B.Sp,5,4,B.hc,"ar",B.uq,B.oH,B.rC,B.hc,B.rC,B.h4,B.hc,B.uq,B.oH,B.hc,B.h4,B.h4,B.aa,B.h4,B.oR,"\u0660"),"as",A.ae(B.OE,B.VI,B.M,B.Sx,B.Pw,6,5,B.rd,"as",B.rp,B.qJ,B.Py,B.qD,B.MW,B.v_,B.rd,B.rp,B.qJ,B.qD,B.v_,B.qy,B.OG,B.qy,B.b7,"\u09e6"),"az",A.ae(B.K,B.O2,B.M,B.N4,B.MJ,0,6,B.tc,"az",B.an,B.qh,B.OO,B.p5,B.UL,B.UH,B.tc,B.an,B.qh,B.p5,B.My,B.tD,B.E,B.tD,B.o,q),"be",A.ae(B.K,B.MD,B.Om,B.Pg,B.NT,0,6,B.S0,"be",B.oM,B.v3,B.Tl,B.QR,B.Po,B.ru,B.SO,B.oM,B.v3,B.OV,B.ru,B.uY,B.OS,B.uY,B.o,q),"bg",A.ae(B.Tg,B.NY,B.ba,B.Sf,B.Rm,0,3,B.qF,"bg",B.oq,B.fA,B.Pf,B.ry,B.TW,B.h6,B.qF,B.oq,B.fA,B.ry,B.h6,B.rV,B.R5,B.rV,B.o,q),"bn",A.ae(B.K,B.fM,B.M,B.RM,B.NQ,6,5,B.kf,"bn",B.t1,B.ox,B.q_,B.PO,B.q_,B.pG,B.kf,B.t1,B.ox,B.kf,B.pG,B.tK,B.aa,B.tK,B.o,"\u09e6"),"bs",A.ae(B.UJ,B.ME,B.uc,B.RO,B.q8,0,6,B.ur,"bs",B.c4,B.tg,B.V0,B.qI,B.Qc,B.hi,B.ur,B.c4,B.hm,B.qI,B.hi,B.fZ,B.E,B.fZ,B.o,q),"ca",A.ae(B.e2,B.Vu,B.Q8,B.TE,B.Sr,0,3,B.Sv,"ca",B.r6,B.ot,B.O1,B.Qr,B.Vl,B.oP,B.TB,B.r6,B.ot,B.Vh,B.oP,B.qX,B.ov,B.qX,B.o,q),"cs",A.ae(B.Rc,B.TP,B.M,B.NH,B.Sq,0,3,B.Tw,"cs",B.an,B.pU,B.Nq,B.rn,B.a7,B.om,B.V1,B.an,B.pU,B.rn,B.om,B.uP,B.fE,B.uP,B.o,q),"cy",A.ae(B.VJ,B.Nl,B.Ri,B.TU,B.OW,0,3,B.p0,"cy",B.pa,B.uZ,B.VQ,B.Q7,B.P3,B.Nw,B.p0,B.pa,B.uZ,B.UX,B.OU,B.pH,B.E,B.pH,B.o,q),"da",A.ae(B.K,B.Qy,B.VC,B.dc,B.dc,0,3,B.oi,"da",B.x,B.c3,B.e_,B.rR,B.RX,B.dZ,B.oi,B.x,B.c3,B.rR,B.Vz,B.d8,B.k0,B.d8,B.o,q),"de",A.ae(B.K,B.k1,B.rA,B.da,B.da,0,3,B.hh,"de",B.x,B.db,B.k7,B.pY,B.a7,B.oS,B.hh,B.x,B.db,B.h5,B.u5,B.fD,B.E,B.fD,B.o,q),"de_CH",A.ae(B.K,B.k1,B.rA,B.da,B.da,0,3,B.hh,"de_CH",B.x,B.db,B.k7,B.pY,B.a7,B.oS,B.hh,B.x,B.db,B.h5,B.u5,B.fD,B.E,B.fD,B.o,q),"el",A.ae(B.Rr,B.tn,B.SL,B.RF,B.Tj,0,3,B.SD,"el",B.oJ,B.pp,B.SR,B.Uy,B.R6,B.to,B.Q1,B.oJ,B.pp,B.Vm,B.to,B.v0,B.aa,B.v0,B.o,q),"en",A.ae(B.K,B.cw,B.bn,B.aU,B.av,6,5,B.af,"en",B.x,B.a2,B.b8,B.ct,B.a7,B.ag,B.af,B.x,B.a2,B.ct,B.ag,B.ah,B.aa,B.ah,B.o,q),"en_AU",A.ae(B.cv,B.fF,B.bn,B.aU,B.av,0,6,B.af,"en_AU",B.x,B.oW,B.b8,B.VA,B.a7,B.ag,B.af,B.x,B.oW,B.ct,B.ag,B.ah,B.aa,B.ah,B.o,q),"en_CA",A.ae(B.c2,B.Qe,B.bn,B.aU,B.av,6,5,B.af,"en_CA",B.x,B.a2,B.b8,B.aM,B.a7,B.ag,B.af,B.x,B.a2,B.aM,B.ag,B.ah,B.aa,B.ah,B.o,q),"en_GB",A.ae(B.cv,B.qj,B.bn,B.aU,B.av,0,3,B.af,"en_GB",B.x,B.a2,B.b8,B.aM,B.a7,B.ag,B.af,B.x,B.a2,B.aM,B.ag,B.ah,B.E,B.ah,B.o,q),"en_IE",A.ae(B.c2,B.oj,B.bn,B.aU,B.av,0,3,B.af,"en_IE",B.x,B.a2,B.b8,B.aM,B.a7,B.ag,B.af,B.x,B.a2,B.aM,B.ag,B.ah,B.E,B.ah,B.o,q),"en_IN",A.ae(B.cv,B.RR,B.bn,B.aU,B.av,6,5,B.af,"en_IN",B.x,B.a2,B.b8,B.aM,B.a7,B.ag,B.af,B.x,B.a2,B.aM,B.ag,B.ah,B.aa,B.ah,B.b7,q),"en_NZ",A.ae(B.cv,B.Oe,B.bn,B.aU,B.av,0,6,B.af,"en_NZ",B.x,B.a2,B.b8,B.aM,B.a7,B.ag,B.af,B.x,B.a2,B.aM,B.ag,B.ah,B.aa,B.ah,B.o,q),"en_SG",A.ae(B.cv,B.fF,B.bn,B.aU,B.av,6,5,B.af,"en_SG",B.x,B.a2,B.b8,B.aM,B.a7,B.ag,B.af,B.x,B.a2,B.aM,B.ag,B.ah,B.aa,B.ah,B.o,q),"en_US",A.ae(B.K,B.cw,B.bn,B.aU,B.av,6,5,B.af,"en_US",B.x,B.a2,B.b8,B.ct,B.a7,B.ag,B.af,B.x,B.a2,B.ct,B.ag,B.ah,B.aa,B.ah,B.o,q),"en_ZA",A.ae(B.cv,B.Sy,B.bn,B.aU,B.av,6,5,B.af,"en_ZA",B.x,B.a2,B.b8,B.aM,B.a7,B.ag,B.af,B.x,B.a2,B.aM,B.ag,B.ah,B.E,B.ah,B.o,q),"es",A.ae(B.e2,B.rx,B.ba,B.ha,B.fH,0,3,B.c5,"es",B.c1,B.qv,B.uN,B.c_,B.bm,B.c0,B.c5,B.c1,B.qv,B.c_,B.c0,B.bZ,B.ov,B.bZ,B.o,q),"es_419",A.ae(B.e2,B.rx,B.ta,B.ha,B.fH,0,3,B.c5,"es_419",B.c1,B.UG,B.fN,B.c_,B.bm,B.c0,B.c5,B.c1,B.b9,B.c_,B.c0,B.bZ,B.E,B.bZ,B.o,q),"es_MX",A.ae(B.e2,B.MV,B.ta,B.ha,B.fH,6,5,B.c5,"es_MX",B.c1,B.b9,B.uN,B.c_,B.bm,B.c0,B.c5,B.c1,B.b9,B.c_,B.c0,B.bZ,B.E,B.bZ,B.o,q),"es_US",A.ae(B.e2,B.Vv,B.ba,B.ha,B.fH,6,5,B.c5,"es_US",B.c1,B.b9,B.fN,B.c_,B.bm,B.c0,B.c5,B.c1,B.b9,B.c_,B.c0,B.bZ,B.aa,B.bZ,B.o,q),"et",A.ae(B.K,B.Pz,B.M,B.UC,B.SP,0,3,B.rU,"et",B.tp,B.hk,B.e_,B.tT,B.cu,B.hk,B.rU,B.tp,B.hk,B.tT,B.hk,B.pu,B.E,B.pu,B.o,q),"eu",A.ae(B.K,B.R1,B.M,B.Sa,B.Qz,0,3,B.Mv,"eu",B.pW,B.q6,B.Ue,B.ub,B.Rw,B.pt,B.T4,B.pW,B.q6,B.ub,B.pt,B.pP,B.pI,B.pP,B.o,q),"fa",A.ae(B.QQ,B.Uf,B.OK,B.VP,B.Og,5,4,B.OZ,"fa",B.rN,B.r7,B.PC,B.kg,B.V5,B.fG,B.kg,B.rN,B.r7,B.kg,B.fG,B.fG,B.oK,B.fG,B.NE,"\u06f0"),"fi",A.ae(B.Q6,B.P5,B.Uv,B.QZ,B.T8,0,3,B.PV,"fi",B.r1,B.t4,B.Ti,B.Vs,B.TI,B.tW,B.Qv,B.r1,B.t4,B.UE,B.tW,B.TT,B.Pc,B.Pa,B.o,q),"fil",A.ae(B.K,B.cw,B.qa,B.aU,B.av,6,5,B.fB,"fil",B.d7,B.c6,B.tZ,B.d7,B.a7,B.c6,B.fB,B.pC,B.c6,B.d7,B.c6,B.hj,B.aa,B.hj,B.o,q),"fr",A.ae(B.K,B.oj,B.pj,B.pc,B.te,0,3,B.h3,"fr",B.x,B.b9,B.qn,B.rQ,B.bm,B.fJ,B.h3,B.x,B.b9,B.rQ,B.fJ,B.fP,B.E,B.fP,B.o,q),"fr_CA",A.ae(B.c2,B.tw,B.pj,B.pc,B.te,6,5,B.h3,"fr_CA",B.x,B.b9,B.qn,B.qo,B.bm,B.fJ,B.h3,B.x,B.b9,B.qo,B.fJ,B.fP,B.OP,B.fP,B.o,q),"gl",A.ae(B.c2,B.QA,B.Sd,B.RT,B.ho,0,3,B.PL,"gl",B.RV,B.Nm,B.fN,B.To,B.bm,B.OA,B.V_,B.Rp,B.Or,B.Pe,B.Nn,B.Rf,B.E,B.UU,B.o,q),"gsw",A.ae(B.TH,B.k1,B.M,B.da,B.da,0,3,B.qQ,"gsw",B.x,B.db,B.k7,B.h5,B.a7,B.u6,B.qQ,B.x,B.db,B.h5,B.u6,B.qk,B.E,B.qk,B.o,q),"gu",A.ae(B.K,B.fM,B.PT,B.MU,B.Qu,6,5,B.qB,"gu",B.uR,B.rM,B.T3,B.rz,B.a7,B.pV,B.qB,B.uR,B.rM,B.rz,B.pV,B.t9,B.r2,B.t9,B.b7,q),"he",A.ae(B.Q_,B.UF,B.Px,B.N_,B.TX,6,5,B.rf,"he",B.an,B.qS,B.NI,B.pb,B.a7,B.tC,B.rf,B.an,B.qS,B.pb,B.tC,B.oI,B.fE,B.oI,B.oR,q),"hi",A.ae(B.cv,B.fF,B.Pr,B.Rh,B.UD,6,5,B.qL,"hi",B.tX,B.fL,B.Tm,B.tU,B.SA,B.rX,B.qL,B.tX,B.fL,B.tU,B.rX,B.oE,B.aa,B.oE,B.b7,q),"hr",A.ae(B.K,B.Ur,B.uc,B.SM,B.V4,0,6,B.NU,"hr",B.rO,B.tg,B.e_,B.tm,B.ST,B.hi,B.PH,B.rO,B.hm,B.tm,B.hi,B.fZ,B.OF,B.fZ,B.o,q),"hu",A.ae(B.R9,B.Vn,B.M,B.QV,B.Oj,0,3,B.pZ,"hu",B.uO,B.td,B.Ok,B.uT,B.VK,B.t6,B.pZ,B.uO,B.td,B.uT,B.t6,B.pk,B.fE,B.pk,B.o,q),"hy",A.ae(B.K,B.SQ,B.ba,B.UZ,B.VL,0,6,B.Vy,"hy",B.pS,B.q7,B.Us,B.oT,B.Pq,B.uo,B.S3,B.pS,B.q7,B.oT,B.uo,B.uW,B.E,B.uW,B.o,q),"id",A.ae(B.K,B.Ov,B.M,B.MC,B.Ru,6,5,B.pq,"id",B.x,B.ty,B.Sc,B.u7,B.cu,B.tG,B.pq,B.x,B.ty,B.u7,B.tG,B.q2,B.k0,B.q2,B.o,q),"is",A.ae(B.Pp,B.N0,B.k6,B.Tf,B.dc,0,3,B.tY,"is",B.t3,B.t8,B.Se,B.tb,B.Pt,B.pB,B.tY,B.t3,B.t8,B.tb,B.pB,B.uS,B.E,B.uS,B.o,q),"it",A.ae(B.K,B.Mq,B.d9,B.OL,B.ho,0,3,B.r3,"it",B.tM,B.tI,B.qP,B.pz,B.bm,B.r_,B.r3,B.tM,B.tI,B.pz,B.r_,B.rF,B.E,B.rF,B.o,q),"ja",A.ae(B.MG,B.QN,B.M,B.ro,B.ro,6,5,B.aN,"ja",B.an,B.fT,B.TK,B.aN,B.a7,B.fT,B.aN,B.an,B.fT,B.aN,B.fT,B.qc,B.P2,B.qc,B.o,q),"ka",A.ae(B.K,B.Vp,B.ba,B.PE,B.TA,0,6,B.pJ,"ka",B.or,B.ow,B.V7,B.ok,B.SK,B.p1,B.pJ,B.or,B.ow,B.ok,B.p1,B.qg,B.E,B.qg,B.o,q),"kk",A.ae(B.K,B.Pl,B.ba,B.PJ,B.S9,0,6,B.Mx,"kk",B.tu,B.qE,B.OD,B.qf,B.S1,B.oz,B.RP,B.tu,B.qE,B.qf,B.oz,B.oZ,B.E,B.oZ,B.o,q),"km",A.ae(B.K,B.tn,B.PN,B.OB,B.NA,6,5,B.hg,"km",B.u8,B.r4,B.qT,B.hg,B.qT,B.pX,B.hg,B.u8,B.r4,B.hg,B.pX,B.St,B.aa,B.Ot,B.o,q),"kn",A.ae(B.Qd,B.QF,B.M,B.QM,B.MN,6,5,B.qK,"kn",B.qV,B.p3,B.QG,B.NX,B.PQ,B.rB,B.qK,B.qV,B.p3,B.Mr,B.rB,B.p4,B.r2,B.p4,B.b7,q),"ko",A.ae(B.N3,B.Ol,B.M,B.R_,B.av,6,5,B.d6,"ko",B.d6,B.h1,B.Ms,B.d6,B.UV,B.h1,B.d6,B.d6,B.h1,B.d6,B.h1,B.t5,B.Nv,B.t5,B.o,q),"ky",A.ae(B.UP,B.P_,B.M,B.S2,B.P7,0,6,B.tO,"ky",B.h0,B.qH,B.On,B.QH,B.Un,B.q0,B.Ub,B.h0,B.qH,B.Sg,B.q0,B.rh,B.E,B.rh,B.o,q),"lo",A.ae(B.Ox,B.Vi,B.ba,B.PA,B.MA,6,5,B.uM,"lo",B.an,B.tB,B.PY,B.q4,B.Rv,B.qG,B.uM,B.an,B.tB,B.q4,B.qG,B.um,B.Ty,B.um,B.o,q),"lt",A.ae(B.S_,B.Qt,B.M,B.TD,B.pF,0,3,B.P1,"lt",B.pR,B.rI,B.Sk,B.oV,B.RU,B.ol,B.UK,B.pR,B.rI,B.oV,B.ol,B.rm,B.E,B.rm,B.o,q),"lv",A.ae(B.T6,B.Uh,B.M,B.OQ,B.TQ,0,6,B.th,"lv",B.x,B.uA,B.Sj,B.po,B.UM,B.Uj,B.th,B.x,B.uA,B.po,B.So,B.UB,B.E,B.Oo,B.o,q),"mk",A.ae(B.UQ,B.UW,B.QO,B.UA,B.MH,0,6,B.tP,"mk",B.hn,B.fA,B.TR,B.qM,B.QS,B.uJ,B.tP,B.hn,B.fA,B.qM,B.uJ,B.up,B.E,B.up,B.o,q),"ml",A.ae(B.K,B.RQ,B.M,B.Ss,B.QY,6,5,B.tA,"ml",B.qb,B.O4,B.tl,B.p9,B.tl,B.rE,B.tA,B.qb,B.Q3,B.p9,B.rE,B.Tz,B.aa,B.Ps,B.b7,q),"mn",A.ae(B.O6,B.S5,B.M,B.Qg,B.QE,6,5,B.TM,"mn",B.rb,B.h_,B.Oz,B.qt,B.RZ,B.h_,B.Mt,B.rb,B.h_,B.qt,B.h_,B.S8,B.pI,B.Oy,B.o,q),"mr",A.ae(B.K,B.fM,B.V3,B.QC,B.R8,6,5,B.oA,"mr",B.qO,B.fL,B.PU,B.rG,B.Sh,B.oQ,B.oA,B.qO,B.fL,B.rG,B.oQ,B.py,B.aa,B.py,B.b7,"\u0966"),"ms",A.ae(B.R2,B.Vo,B.d9,B.pT,B.pT,0,6,B.oD,"ms",B.uE,B.qx,B.TF,B.qR,B.Ro,B.rg,B.oD,B.uE,B.qx,B.qR,B.rg,B.pL,B.aa,B.pL,B.o,q),"my",A.ae(B.O5,B.Pu,B.M,B.QL,B.O3,6,5,B.rw,"my",B.rJ,B.uB,B.rq,B.uX,B.rq,B.fI,B.rw,B.rJ,B.uB,B.uX,B.fI,B.fI,B.Ux,B.fI,B.o,"\u1040"),"nb",A.ae(B.c2,B.pw,B.k6,B.ui,B.dc,0,3,B.fY,"nb",B.x,B.c3,B.e_,B.tx,B.cu,B.dZ,B.fY,B.x,B.c3,B.pO,B.dZ,B.d8,B.E,B.d8,B.o,q),"ne",A.ae(B.Vq,B.Qf,B.d9,B.tF,B.tF,6,5,B.fO,"ne",B.N2,B.oF,B.un,B.fO,B.un,B.ti,B.fO,B.PS,B.oF,B.fO,B.ti,B.uk,B.E,B.uk,B.o,"\u0966"),"nl",A.ae(B.c2,B.QP,B.Rj,B.u0,B.OH,0,3,B.on,"nl",B.x,B.tJ,B.Mu,B.uf,B.cu,B.pd,B.on,B.x,B.tJ,B.uf,B.pd,B.ux,B.E,B.ux,B.o,q),"no",A.ae(B.c2,B.pw,B.k6,B.ui,B.dc,0,3,B.fY,"no",B.x,B.c3,B.e_,B.tx,B.cu,B.dZ,B.fY,B.x,B.c3,B.pO,B.dZ,B.d8,B.E,B.d8,B.o,q),"or",A.ae(B.K,B.cw,B.Ml,B.NZ,B.av,6,5,B.fS,"or",B.pQ,B.t7,B.pf,B.fS,B.pf,B.os,B.fS,B.pQ,B.t7,B.fS,B.os,B.ts,B.aa,B.ts,B.b7,q),"pa",A.ae(B.Oh,B.fF,B.d9,B.Rl,B.OM,6,5,B.rj,"pa",B.qY,B.oO,B.QX,B.v2,B.TC,B.rL,B.rj,B.qY,B.oO,B.v2,B.rL,B.qi,B.aa,B.qi,B.b7,q),"pl",A.ae(B.K,B.Pm,B.d9,B.Ui,B.Rd,0,3,B.Sl,"pl",B.MX,B.Nx,B.Oq,B.pl,B.P6,B.pi,B.Ut,B.SN,B.PW,B.pl,B.pi,B.pg,B.E,B.pg,B.o,q),"ps",A.ae(B.RW,B.SF,B.M,B.Uc,B.U5,5,4,B.ps,"ps",B.Re,B.a2,B.uh,B.ps,B.uh,B.fV,B.OY,B.an,B.a2,B.Q5,B.fV,B.fV,B.oK,B.fV,B.N1,"\u06f0"),"pt",A.ae(B.K,B.US,B.M,B.tv,B.ho,6,5,B.fQ,"pt",B.x,B.fR,B.qP,B.fW,B.bm,B.uv,B.fQ,B.x,B.fR,B.fW,B.uv,B.hd,B.E,B.hd,B.o,q),"pt_PT",A.ae(B.Uk,B.QW,B.MP,B.tv,B.ho,6,2,B.fQ,"pt_PT",B.x,B.fR,B.fN,B.fW,B.bm,B.r0,B.fQ,B.x,B.fR,B.fW,B.r0,B.hd,B.E,B.hd,B.o,q),"ro",A.ae(B.c2,B.Qp,B.ba,B.Tq,B.Mm,0,6,B.pv,"ro",B.qm,B.b9,B.Rg,B.rc,B.ML,B.tt,B.pv,B.qm,B.b9,B.rc,B.tt,B.pN,B.E,B.pN,B.o,q),"ru",A.ae(B.K,B.PX,B.ba,B.Sb,B.RL,0,3,B.Oc,"ru",B.h0,B.qr,B.ph,B.RY,B.qe,B.qu,B.tO,B.h0,B.qr,B.Mn,B.qu,B.pM,B.E,B.pM,B.o,q),"si",A.ae(B.Ni,B.MY,B.M,B.Qx,B.Tp,0,6,B.q3,"si",B.oL,B.oU,B.Od,B.Uz,B.UN,B.qC,B.q3,B.oL,B.oU,B.MZ,B.qC,B.pA,B.k0,B.pA,B.o,q),"sk",A.ae(B.K,B.MF,B.Of,B.Td,B.T9,0,3,B.Vd,"sk",B.c4,B.tV,B.Uw,B.rl,B.a7,B.p_,B.O7,B.c4,B.tV,B.rl,B.p_,B.tL,B.fE,B.tL,B.o,q),"sl",A.ae(B.Vb,B.O9,B.d9,B.Ve,B.pF,0,6,B.oG,"sl",B.c4,B.p7,B.U9,B.oN,B.QJ,B.rt,B.oG,B.c4,B.p7,B.oN,B.rt,B.ud,B.E,B.ud,B.o,q),"sq",A.ae(B.QK,B.QI,B.MM,B.Rn,B.MQ,0,6,B.uC,"sq",B.q5,B.oX,B.Uu,B.qp,B.UO,B.Nr,B.uC,B.q5,B.oX,B.qp,B.U3,B.pn,B.V6,B.pn,B.o,q),"sr",A.ae(B.K,B.u3,B.M,B.Q2,B.U4,0,6,B.u1,"sr",B.hn,B.tj,B.Pv,B.uQ,B.NJ,B.tz,B.u1,B.hn,B.tj,B.uQ,B.tz,B.oB,B.E,B.oB,B.o,q),"sr_Latn",A.ae(B.K,B.u3,B.M,B.QB,B.q8,0,6,B.oY,"sr_Latn",B.c4,B.hm,B.OR,B.us,B.SG,B.u_,B.oY,B.c4,B.hm,B.us,B.u_,B.pE,B.E,B.pE,B.o,q),"sv",A.ae(B.T7,B.tw,B.M,B.Vc,B.dc,0,3,B.rv,"sv",B.x,B.c3,B.Sm,B.tN,B.cu,B.uU,B.rv,B.x,B.c3,B.tN,B.uU,B.qw,B.E,B.qw,B.o,q),"sw",A.ae(B.K,B.qj,B.M,B.R7,B.Q9,0,6,B.ra,"sw",B.x,B.a2,B.uu,B.ri,B.uu,B.h7,B.ra,B.x,B.a2,B.ri,B.h7,B.h7,B.E,B.h7,B.o,q),"ta",A.ae(B.P9,B.fM,B.V2,B.R3,B.UT,6,5,B.q9,"ta",B.qs,B.tR,B.VE,B.uV,B.Qq,B.u2,B.q9,B.qs,B.tR,B.uV,B.u2,B.pD,B.P8,B.pD,B.b7,q),"te",A.ae(B.K,B.VM,B.Oi,B.Q0,B.Tc,6,5,B.tq,"te",B.uz,B.qU,B.Pb,B.r8,B.Qa,B.rK,B.tq,B.uz,B.qU,B.r8,B.rK,B.v1,B.aa,B.v1,B.b7,q),"th",A.ae(B.Up,B.Os,B.M,B.Sz,B.MT,6,5,B.uw,"th",B.fC,B.pK,B.tk,B.fC,B.tk,B.rW,B.uw,B.fC,B.pK,B.fC,B.rW,B.oC,B.Vk,B.oC,B.o,q),"tl",A.ae(B.K,B.cw,B.qa,B.aU,B.av,6,5,B.fB,"tl",B.d7,B.c6,B.tZ,B.d7,B.a7,B.c6,B.fB,B.pC,B.c6,B.d7,B.c6,B.hj,B.aa,B.hj,B.o,q),"tr",A.ae(B.Vr,B.Sw,B.M,B.Va,B.Ny,0,6,B.rH,"tr",B.re,B.rD,B.TG,B.op,B.P0,B.tE,B.rH,B.re,B.rD,B.op,B.tE,B.uK,B.E,B.uK,B.o,q),"uk",A.ae(B.Tn,B.Uq,B.Op,B.Oa,B.PI,0,6,B.QD,"uk",B.Qs,B.qz,B.ph,B.Vj,B.qe,B.h6,B.TL,B.PM,B.qz,B.S6,B.h6,B.tQ,B.E,B.tQ,B.o,q),"ur",A.ae(B.K,B.Tx,B.M,B.ou,B.ou,6,5,B.fX,"ur",B.x,B.a2,B.p6,B.fX,B.p6,B.h9,B.fX,B.x,B.a2,B.fX,B.h9,B.h9,B.aa,B.h9,B.o,q),"uz",A.ae(B.RH,B.S7,B.ba,B.Um,B.Vw,0,6,B.Ow,"uz",B.uG,B.pe,B.Rb,B.RG,B.Tr,B.tr,B.R4,B.uG,B.pe,B.SH,B.tr,B.rP,B.Ra,B.rP,B.o,q),"vi",A.ae(B.Rq,B.PZ,B.MS,B.VR,B.MO,0,6,B.O8,"vi",B.an,B.r5,B.Te,B.Pn,B.a7,B.qd,B.MR,B.an,B.r5,B.O_,B.qd,B.q1,B.E,B.q1,B.o,q),"zh",A.ae(B.k4,B.Nz,B.M,B.hb,B.hb,6,5,B.qW,"zh",B.an,B.dd,B.PG,B.aN,B.V9,B.tS,B.qW,B.an,B.dd,B.aN,B.tS,B.de,B.SB,B.de,B.o,q),"zh_HK",A.ae(B.k4,B.Rt,B.M,B.hb,B.hb,6,5,B.aN,"zh_HK",B.an,B.dd,B.kd,B.aN,B.a7,B.hl,B.aN,B.an,B.dd,B.aN,B.hl,B.de,B.Ob,B.de,B.o,q),"zh_TW",A.ae(B.k4,B.MB,B.M,B.uL,B.uL,6,5,B.aN,"zh_TW",B.an,B.dd,B.kd,B.aN,B.kd,B.hl,B.aN,B.an,B.dd,B.aN,B.hl,B.de,B.Rs,B.de,B.o,q),"zu",A.ae(B.K,B.cw,B.M,B.av,B.av,6,5,B.pr,"zu",B.SC,B.ul,B.Q4,B.ua,B.a7,B.uD,B.pr,B.x,B.ul,B.ua,B.uD,B.qN,B.E,B.qN,B.o,q)],t.N,t.fs)}) +s($,"aYI","au_",()=>A.aqV(B.pm,t.N)) +s($,"aYM","au3",()=>A.aqV(B.pm,t.N)) +s($,"aZ1","aFl",()=>new A.a9Y(A.B(t.N,A.ab("al?(cw?)")))) +r($,"aYD","aFd",()=>new A.aoS().$0()) +s($,"aTM","atp",()=>A.bZ("^[\\w!#%&'*+\\-.^`|~]+$",!0,!1,!1)) +s($,"aXk","aEl",()=>A.bZ("^\\d+$",!0,!1,!1)) +s($,"aYC","aFc",()=>A.ae(B.K,B.cw,B.ba,B.aU,B.av,6,5,B.af,"en_US",B.x,B.a2,B.b8,B.ct,B.a7,B.ag,B.af,B.x,B.a2,B.ct,B.ag,B.ah,B.RK,B.ah,B.o,null)) +r($,"aYQ","au5",()=>{var q=",",p="\xa0",o="%",n="0",m="+",l="-",k="E",j="\u2030",i="\u221e",h="NaN",g="#,##0.###",f="#E0",e="#,##0%",d="\xa4#,##0.00",c=".",b="\u200e+",a="\u200e-",a0="\u0644\u064a\u0633\xa0\u0631\u0642\u0645\u064b\u0627",a1="\u200f#,##0.00\xa0\xa4;\u200f-#,##0.00\xa0\xa4",a2="#,##,##0.###",a3="#,##,##0%",a4="\xa4\xa0#,##,##0.00",a5="INR",a6="#,##0.00\xa0\xa4",a7="#,##0\xa0%",a8="EUR",a9="USD",b0="\xa4\xa0#,##0.00",b1="\xa4\xa0#,##0.00;\xa4-#,##0.00",b2="CHF",b3="\xa4#,##,##0.00",b4="\u2212",b5="\xd710^",b6="[#E0]",b7="\u200f#,##0.00\xa0\u200f\xa4;\u200f-#,##0.00\xa0\u200f\xa4",b8="\xa4\xa0#,##0.00;\xa4\xa0-#,##0.00" +return A.K(["af",A.a5(d,g,q,"ZAR",k,p,i,l,"af",h,o,e,j,m,f,n),"am",A.a5(d,g,c,"ETB",k,q,i,l,"am",h,o,e,j,m,f,n),"ar",A.a5(a1,g,c,"EGP",k,q,i,a,"ar",a0,"\u200e%\u200e",e,j,b,f,n),"ar_DZ",A.a5(a1,g,q,"DZD",k,c,i,a,"ar_DZ",a0,"\u200e%\u200e",e,j,b,f,n),"ar_EG",A.a5("\u200f#,##0.00\xa0\xa4",g,"\u066b","EGP","\u0627\u0633","\u066c",i,"\u061c-","ar_EG","\u0644\u064a\u0633\xa0\u0631\u0642\u0645","\u066a\u061c",e,"\u0609","\u061c+",f,"\u0660"),"as",A.a5(a4,a2,c,a5,k,q,i,l,"as",h,o,a3,j,m,f,"\u09e6"),"az",A.a5(a6,g,q,"AZN",k,c,i,l,"az",h,o,e,j,m,f,n),"be",A.a5(a6,g,q,"BYN",k,p,i,l,"be",h,o,a7,j,m,f,n),"bg",A.a5(a6,g,q,"BGN",k,p,i,l,"bg",h,o,e,j,m,f,n),"bm",A.a5(d,g,c,"XOF",k,q,i,l,"bm",h,o,e,j,m,f,n),"bn",A.a5("#,##,##0.00\xa4",a2,c,"BDT",k,q,i,l,"bn",h,o,e,j,m,f,"\u09e6"),"br",A.a5(a6,g,q,a8,k,p,i,l,"br",h,o,a7,j,m,f,n),"bs",A.a5(a6,g,q,"BAM",k,c,i,l,"bs",h,o,a7,j,m,f,n),"ca",A.a5(a6,g,q,a8,k,c,i,l,"ca",h,o,a7,j,m,f,n),"chr",A.a5(d,g,c,a9,k,q,i,l,"chr",h,o,e,j,m,f,n),"cs",A.a5(a6,g,q,"CZK",k,p,i,l,"cs",h,o,a7,j,m,f,n),"cy",A.a5(d,g,c,"GBP",k,q,i,l,"cy",h,o,e,j,m,f,n),"da",A.a5(a6,g,q,"DKK",k,c,i,l,"da",h,o,a7,j,m,f,n),"de",A.a5(a6,g,q,a8,k,c,i,l,"de",h,o,a7,j,m,f,n),"de_AT",A.a5(b0,g,q,a8,k,p,i,l,"de_AT",h,o,a7,j,m,f,n),"de_CH",A.a5(b1,g,c,b2,k,"\u2019",i,l,"de_CH",h,o,e,j,m,f,n),"el",A.a5(a6,g,q,a8,"e",c,i,l,"el",h,o,e,j,m,f,n),"en",A.a5(d,g,c,a9,k,q,i,l,"en",h,o,e,j,m,f,n),"en_AU",A.a5(d,g,c,"AUD","e",q,i,l,"en_AU",h,o,e,j,m,f,n),"en_CA",A.a5(d,g,c,"CAD",k,q,i,l,"en_CA",h,o,e,j,m,f,n),"en_GB",A.a5(d,g,c,"GBP",k,q,i,l,"en_GB",h,o,e,j,m,f,n),"en_IE",A.a5(d,g,c,a8,k,q,i,l,"en_IE",h,o,e,j,m,f,n),"en_IN",A.a5(b3,a2,c,a5,k,q,i,l,"en_IN",h,o,a3,j,m,f,n),"en_MY",A.a5(d,g,c,"MYR",k,q,i,l,"en_MY",h,o,e,j,m,f,n),"en_NZ",A.a5(d,g,c,"NZD",k,q,i,l,"en_NZ",h,o,e,j,m,f,n),"en_SG",A.a5(d,g,c,"SGD",k,q,i,l,"en_SG",h,o,e,j,m,f,n),"en_US",A.a5(d,g,c,a9,k,q,i,l,"en_US",h,o,e,j,m,f,n),"en_ZA",A.a5(d,g,q,"ZAR",k,p,i,l,"en_ZA",h,o,e,j,m,f,n),"es",A.a5(a6,g,q,a8,k,c,i,l,"es",h,o,a7,j,m,f,n),"es_419",A.a5(d,g,c,"MXN",k,q,i,l,"es_419",h,o,a7,j,m,f,n),"es_ES",A.a5(a6,g,q,a8,k,c,i,l,"es_ES",h,o,a7,j,m,f,n),"es_MX",A.a5(d,g,c,"MXN",k,q,i,l,"es_MX",h,o,e,j,m,f,n),"es_US",A.a5(d,g,c,a9,k,q,i,l,"es_US",h,o,a7,j,m,f,n),"et",A.a5(a6,g,q,a8,b5,p,i,b4,"et",h,o,e,j,m,f,n),"eu",A.a5(a6,g,q,a8,k,c,i,b4,"eu",h,o,"%\xa0#,##0",j,m,f,n),"fa",A.a5("\u200e\xa4#,##0.00",g,"\u066b","IRR","\xd7\u06f1\u06f0^","\u066c",i,"\u200e\u2212","fa","\u0646\u0627\u0639\u062f\u062f","\u066a",e,"\u0609",b,f,"\u06f0"),"fi",A.a5(a6,g,q,a8,k,p,i,b4,"fi","ep\xe4luku",o,a7,j,m,f,n),"fil",A.a5(d,g,c,"PHP",k,q,i,l,"fil",h,o,e,j,m,f,n),"fr",A.a5(a6,g,q,a8,k,"\u202f",i,l,"fr",h,o,a7,j,m,f,n),"fr_CA",A.a5(a6,g,q,"CAD",k,p,i,l,"fr_CA",h,o,a7,j,m,f,n),"fr_CH",A.a5(a6,g,q,b2,k,"\u202f",i,l,"fr_CH",h,o,e,j,m,f,n),"fur",A.a5(b0,g,q,a8,k,c,i,l,"fur",h,o,e,j,m,f,n),"ga",A.a5(d,g,c,a8,k,q,i,l,"ga","Nuimh",o,e,j,m,f,n),"gl",A.a5(a6,g,q,a8,k,c,i,l,"gl",h,o,a7,j,m,f,n),"gsw",A.a5(a6,g,c,b2,k,"\u2019",i,b4,"gsw",h,o,a7,j,m,f,n),"gu",A.a5(b3,a2,c,a5,k,q,i,l,"gu",h,o,a3,j,m,b6,n),"haw",A.a5(d,g,c,a9,k,q,i,l,"haw",h,o,e,j,m,f,n),"he",A.a5(b7,g,c,"ILS",k,q,i,a,"he",h,o,e,j,b,f,n),"hi",A.a5(b3,a2,c,a5,k,q,i,l,"hi",h,o,a3,j,m,b6,n),"hr",A.a5(a6,g,q,a8,k,c,i,b4,"hr",h,o,a7,j,m,f,n),"hu",A.a5(a6,g,q,"HUF",k,p,i,l,"hu",h,o,e,j,m,f,n),"hy",A.a5(a6,g,q,"AMD",k,p,i,l,"hy","\u0548\u0579\u0539",o,e,j,m,f,n),"id",A.a5(d,g,q,"IDR",k,c,i,l,"id",h,o,e,j,m,f,n),"in",A.a5(d,g,q,"IDR",k,c,i,l,"in",h,o,e,j,m,f,n),"is",A.a5(a6,g,q,"ISK",k,c,i,l,"is",h,o,e,j,m,f,n),"it",A.a5(a6,g,q,a8,k,c,i,l,"it",h,o,e,j,m,f,n),"it_CH",A.a5(b1,g,c,b2,k,"\u2019",i,l,"it_CH",h,o,e,j,m,f,n),"iw",A.a5(b7,g,c,"ILS",k,q,i,a,"iw",h,o,e,j,b,f,n),"ja",A.a5(d,g,c,"JPY",k,q,i,l,"ja",h,o,e,j,m,f,n),"ka",A.a5(a6,g,q,"GEL",k,p,i,l,"ka","\u10d0\u10e0\xa0\u10d0\u10e0\u10d8\u10e1\xa0\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8",o,e,j,m,f,n),"kk",A.a5(a6,g,q,"KZT",k,p,i,l,"kk","\u0441\u0430\u043d\xa0\u0435\u043c\u0435\u0441",o,e,j,m,f,n),"km",A.a5("#,##0.00\xa4",g,q,"KHR",k,c,i,l,"km",h,o,e,j,m,f,n),"kn",A.a5(d,g,c,a5,k,q,i,l,"kn",h,o,e,j,m,f,n),"ko",A.a5(d,g,c,"KRW",k,q,i,l,"ko",h,o,e,j,m,f,n),"ky",A.a5(a6,g,q,"KGS",k,p,i,l,"ky","\u0441\u0430\u043d\xa0\u044d\u043c\u0435\u0441",o,e,j,m,f,n),"ln",A.a5(a6,g,q,"CDF",k,c,i,l,"ln",h,o,e,j,m,f,n),"lo",A.a5("\xa4#,##0.00;\xa4-#,##0.00",g,q,"LAK",k,c,i,l,"lo","\u0e9a\u0ecd\u0ec8\u200b\u0ec1\u0ea1\u0ec8\u0e99\u200b\u0ec2\u0e95\u200b\u0ec0\u0ea5\u0e81",o,e,j,m,"#",n),"lt",A.a5(a6,g,q,a8,b5,p,i,b4,"lt",h,o,a7,j,m,f,n),"lv",A.a5(a6,g,q,a8,k,p,i,l,"lv","NS",o,e,j,m,f,n),"mg",A.a5(b0,g,c,"MGA",k,q,i,l,"mg",h,o,e,j,m,f,n),"mk",A.a5(a6,g,q,"MKD",k,c,i,l,"mk",h,o,a7,j,m,f,n),"ml",A.a5(d,a2,c,a5,k,q,i,l,"ml",h,o,e,j,m,f,n),"mn",A.a5(b0,g,c,"MNT",k,q,i,l,"mn",h,o,e,j,m,f,n),"mr",A.a5(d,a2,c,a5,k,q,i,l,"mr",h,o,e,j,m,b6,"\u0966"),"ms",A.a5(d,g,c,"MYR",k,q,i,l,"ms",h,o,e,j,m,f,n),"mt",A.a5(d,g,c,a8,k,q,i,l,"mt",h,o,e,j,m,f,n),"my",A.a5(a6,g,c,"MMK",k,q,i,l,"my","\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a\u101e\u1031\u102c",o,e,j,m,f,"\u1040"),"nb",A.a5(b8,g,q,"NOK",k,p,i,b4,"nb",h,o,a7,j,m,f,n),"ne",A.a5(a4,a2,c,"NPR",k,q,i,l,"ne",h,o,a3,j,m,f,"\u0966"),"nl",A.a5(b8,g,q,a8,k,c,i,l,"nl",h,o,e,j,m,f,n),"no",A.a5(b8,g,q,"NOK",k,p,i,b4,"no",h,o,a7,j,m,f,n),"no_NO",A.a5(b8,g,q,"NOK",k,p,i,b4,"no_NO",h,o,a7,j,m,f,n),"nyn",A.a5(d,g,c,"UGX",k,q,i,l,"nyn",h,o,e,j,m,f,n),"or",A.a5(d,a2,c,a5,k,q,i,l,"or",h,o,e,j,m,f,n),"pa",A.a5(b3,a2,c,a5,k,q,i,l,"pa",h,o,a3,j,m,b6,n),"pl",A.a5(a6,g,q,"PLN",k,p,i,l,"pl",h,o,e,j,m,f,n),"ps",A.a5("\xa4#,##0.00;(\xa4#,##0.00)",g,"\u066b","AFN","\xd7\u06f1\u06f0^","\u066c",i,"\u200e-\u200e","ps",h,"\u066a",e,"\u0609","\u200e+\u200e",f,"\u06f0"),"pt",A.a5(b0,g,q,"BRL",k,c,i,l,"pt",h,o,e,j,m,f,n),"pt_BR",A.a5(b0,g,q,"BRL",k,c,i,l,"pt_BR",h,o,e,j,m,f,n),"pt_PT",A.a5(a6,g,q,a8,k,p,i,l,"pt_PT",h,o,e,j,m,f,n),"ro",A.a5(a6,g,q,"RON",k,c,i,l,"ro",h,o,a7,j,m,f,n),"ru",A.a5(a6,g,q,"RUB",k,p,i,l,"ru","\u043d\u0435\xa0\u0447\u0438\u0441\u043b\u043e",o,a7,j,m,f,n),"si",A.a5(d,g,c,"LKR",k,q,i,l,"si",h,o,e,j,m,"#",n),"sk",A.a5(a6,g,q,a8,"e",p,i,l,"sk",h,o,a7,j,m,f,n),"sl",A.a5(a6,g,q,a8,"e",c,i,b4,"sl",h,o,a7,j,m,f,n),"sq",A.a5(a6,g,q,"ALL",k,p,i,l,"sq",h,o,e,j,m,f,n),"sr",A.a5(a6,g,q,"RSD",k,c,i,l,"sr",h,o,e,j,m,f,n),"sr_Latn",A.a5(a6,g,q,"RSD",k,c,i,l,"sr_Latn",h,o,e,j,m,f,n),"sv",A.a5(a6,g,q,"SEK",b5,p,i,b4,"sv",h,o,a7,j,m,f,n),"sw",A.a5(b0,g,c,"TZS",k,q,i,l,"sw",h,o,e,j,m,f,n),"ta",A.a5(b3,a2,c,a5,k,q,i,l,"ta",h,o,a3,j,m,f,n),"te",A.a5(b3,a2,c,a5,k,q,i,l,"te",h,o,e,j,m,f,n),"th",A.a5(d,g,c,"THB",k,q,i,l,"th",h,o,e,j,m,f,n),"tl",A.a5(d,g,c,"PHP",k,q,i,l,"tl",h,o,e,j,m,f,n),"tr",A.a5(d,g,q,"TRY",k,c,i,l,"tr",h,o,"%#,##0",j,m,f,n),"uk",A.a5(a6,g,q,"UAH","\u0415",p,i,l,"uk",h,o,e,j,m,f,n),"ur",A.a5(d,g,c,"PKR",k,q,i,a,"ur",h,o,e,j,b,f,n),"uz",A.a5(a6,g,q,"UZS",k,p,i,l,"uz","son\xa0emas",o,e,j,m,f,n),"vi",A.a5(a6,g,q,"VND",k,c,i,l,"vi",h,o,e,j,m,f,n),"zh",A.a5(d,g,c,"CNY",k,q,i,l,"zh",h,o,e,j,m,f,n),"zh_CN",A.a5(d,g,c,"CNY",k,q,i,l,"zh_CN",h,o,e,j,m,f,n),"zh_HK",A.a5(d,g,c,"HKD",k,q,i,l,"zh_HK","\u975e\u6578\u503c",o,e,j,m,f,n),"zh_TW",A.a5(d,g,c,"TWD",k,q,i,l,"zh_TW","\u975e\u6578\u503c",o,e,j,m,f,n),"zu",A.a5(d,g,c,"ZAR",k,q,i,l,"zu",h,o,e,j,m,f,n)],t.N,t.zr)}) +r($,"aPA","apQ",()=>A.ay8("initializeDateFormatting()",$.aFc())) +r($,"aRH","a_h",()=>A.ay8("initializeDateFormatting()",B.a1e)) +s($,"aYu","aF9",()=>48) +s($,"aXU","aEO",()=>A.at5(10)) +s($,"aUK","aCk",()=>A.bk(B.J,"decimal","arabic-indic","-","",0,null,". ",B.PP,B.aj)) +s($,"aUL","aCl",()=>{var q=A.f2(9999,1) +return A.bk(A.K([9000,"\u0554",8000,"\u0553",7000,"\u0552",6000,"\u0551",5000,"\u0550",4000,"\u054f",3000,"\u054e",2000,"\u054d",1000,"\u054c",900,"\u054b",800,"\u054a",700,"\u0549",600,"\u0548",500,"\u0547",400,"\u0546",300,"\u0545",200,"\u0544",100,"\u0543",90,"\u0542",80,"\u0541",70,"\u0540",60,"\u053f",50,"\u053e",40,"\u053d",30,"\u053c",20,"\u053b",10,"\u053a",9,"\u0539",8,"\u0538",7,"\u0537",6,"\u0536",5,"\u0535",4,"\u0534",3,"\u0533",2,"\u0532",1,"\u0531"],t.S,t.N),"decimal","armenian","-","",0,q,". ",B.ab,B.b1)}) +s($,"aVg","aCQ",()=>{var q=A.f2(9999,1) +return A.bk(A.K([9000,"\u0584",8000,"\u0583",7000,"\u0582",6000,"\u0581",5000,"\u0580",4000,"\u057f",3000,"\u057e",2000,"\u057d",1000,"\u057c",900,"\u057b",800,"\u057a",700,"\u0579",600,"\u0578",500,"\u0577",400,"\u0576",300,"\u0575",200,"\u0574",100,"\u0573",90,"\u0572",80,"\u0571",70,"\u0570",60,"\u056f",50,"\u056e",40,"\u056d",30,"\u056c",20,"\u056b",10,"\u056a",9,"\u0569",8,"\u0568",7,"\u0567",6,"\u0566",5,"\u0565",4,"\u0564",3,"\u0563",2,"\u0562",1,"\u0561"],t.S,t.N),"decimal","lower-armenian","-","",0,q,". ",B.ab,B.b1)}) +s($,"aVz","aD8",()=>{var q=A.f2(9999,1) +return A.bk(A.K([9000,"\u0554",8000,"\u0553",7000,"\u0552",6000,"\u0551",5000,"\u0550",4000,"\u054f",3000,"\u054e",2000,"\u054d",1000,"\u054c",900,"\u054b",800,"\u054a",700,"\u0549",600,"\u0548",500,"\u0547",400,"\u0546",300,"\u0545",200,"\u0544",100,"\u0543",90,"\u0542",80,"\u0541",70,"\u0540",60,"\u053f",50,"\u053e",40,"\u053d",30,"\u053c",20,"\u053b",10,"\u053a",9,"\u0539",8,"\u0538",7,"\u0537",6,"\u0536",5,"\u0535",4,"\u0534",3,"\u0533",2,"\u0532",1,"\u0531"],t.S,t.N),"decimal","upper-armenian","-","",0,q,". ",B.ab,B.b1)}) +s($,"aUM","aCm",()=>A.bk(B.J,"decimal","bengali","-","",0,null,". ",B.Vt,B.aj)) +s($,"aUN","aCn",()=>A.bk(B.J,"decimal","cambodian","-","",0,null,". ",B.oh,B.aj)) +s($,"aVa","aCK",()=>A.bk(B.J,"decimal","khmer","-","",0,null,". ",B.oh,B.aj)) +s($,"aUO","aCo",()=>A.bk(B.J,"decimal","circle","-","",0,null," ",A.a(["\u25e6"],t.s),B.eI)) +s($,"aUP","aCp",()=>A.bk(B.J,"decimal","cjk-decimal","-","",0,null,"\u3001",B.Ua,B.aj)) +s($,"aUQ","aCq",()=>A.bk(B.J,"decimal","cjk-earthly-branch","-","",0,null,"\u3001",A.a(["\u5b50","\u4e11","\u5bc5","\u536f","\u8fb0","\u5df3","\u5348","\u672a","\u7533","\u9149","\u620c","\u4ea5"],t.s),B.Fl)) +s($,"aUR","aCr",()=>A.bk(B.J,"decimal","cjk-heavenly-stem","-","",0,null,"\u3001",A.a(["\u7532","\u4e59","\u4e19","\u4e01","\u620a","\u5df1","\u5e9a","\u8f9b","\u58ec","\u7678"],t.s),B.Fl)) +s($,"aUS","aCs",()=>A.vV(new A.aad(),"cjk-decimal","cjk-ideographic","\u8ca0",A.f2(9999,-9999),"\u3001")) +s($,"aUT","apN",()=>A.bk(B.J,"decimal","decimal","-","",0,null,". ",B.rT,B.aj)) +s($,"aUU","aCt",()=>A.bk(B.J,"decimal","decimal-leading-zero","-","0",2,null,". ",B.rT,B.aj)) +s($,"aUV","aCu",()=>A.bk(B.J,"decimal","devanagari","-","",0,null,". ",A.a(["\u0966","\u0967","\u0968","\u0969","\u096a","\u096b","\u096c","\u096d","\u096e","\u096f"],t.s),B.aj)) +s($,"aUW","aCv",()=>A.bk(B.J,"decimal","disc","-","",0,null," ",A.a(["\u2022"],t.s),B.eI)) +s($,"aUX","aCw",()=>A.bk(B.J,"decimal","disclosure-closed","-","",0,null," ",A.a(["\u25b8"],t.s),B.eI)) +s($,"aUY","aCx",()=>A.bk(B.J,"decimal","disclosure-open","-","",0,null," ",A.a(["\u25be"],t.s),B.eI)) +s($,"aUZ","aCy",()=>A.vV(A.aRv(),"decimal","ethiopic-numeric","",A.f2(null,1),"/ ")) +s($,"aV_","aCz",()=>{var q=A.f2(19999,1) +return A.bk(A.K([1e4,"\u10f5",9000,"\u10f0",8000,"\u10ef",7000,"\u10f4",6000,"\u10ee",5000,"\u10ed",4000,"\u10ec",3000,"\u10eb",2000,"\u10ea",1000,"\u10e9",900,"\u10e8",800,"\u10e7",700,"\u10e6",600,"\u10e5",500,"\u10e4",400,"\u10f3",300,"\u10e2",200,"\u10e1",100,"\u10e0",90,"\u10df",80,"\u10de",70,"\u10dd",60,"\u10f2",50,"\u10dc",40,"\u10db",30,"\u10da",20,"\u10d9",10,"\u10d8",9,"\u10d7",8,"\u10f1",7,"\u10d6",6,"\u10d5",5,"\u10d4",4,"\u10d3",3,"\u10d2",2,"\u10d1",1,"\u10d0"],t.S,t.N),"decimal","georgian","-","",0,q,". ",B.ab,B.b1)}) +s($,"aV0","aCA",()=>A.bk(B.J,"decimal","gujarati","-","",0,null,". ",A.a(["\u0ae6","\u0ae7","\u0ae8","\u0ae9","\u0aea","\u0aeb","\u0aec","\u0aed","\u0aee","\u0aef"],t.s),B.aj)) +s($,"aV1","aCB",()=>A.bk(B.J,"decimal","gurmukhi","-","",0,null,". ",A.a(["\u0a66","\u0a67","\u0a68","\u0a69","\u0a6a","\u0a6b","\u0a6c","\u0a6d","\u0a6e","\u0a6f"],t.s),B.aj)) +s($,"aV2","aCC",()=>{var q=A.f2(10999,1) +return A.bk(A.K([1e4,"\u05d9\u05f3",9000,"\u05d8\u05f3",8000,"\u05d7\u05f3",7000,"\u05d6\u05f3",6000,"\u05d5\u05f3",5000,"\u05d4\u05f3",4000,"\u05d3\u05f3",3000,"\u05d2\u05f3",2000,"\u05d1\u05f3",1000,"\u05d0\u05f3",400,"\u05ea",300,"\u05e9",200,"\u05e8",100,"\u05e7",90,"\u05e6",80,"\u05e4",70,"\u05e2",60,"\u05e1",50,"\u05e0",40,"\u05de",30,"\u05dc",20,"\u05db",19,"\u05d9\u05d8",18,"\u05d9\u05d7",17,"\u05d9\u05d6",16,"\u05d8\u05d6",15,"\u05d8\u05d5",10,"\u05d9",9,"\u05d8",8,"\u05d7",7,"\u05d6",6,"\u05d5",5,"\u05d4",4,"\u05d3",3,"\u05d2",2,"\u05d1",1,"\u05d0"],t.S,t.N),"decimal","hebrew","-","",0,q,". ",B.ab,B.b1)}) +s($,"aV3","aCD",()=>A.bk(B.J,"decimal","hiragana","-","",0,null,"\u3001",A.a(["\u3042","\u3044","\u3046","\u3048","\u304a","\u304b","\u304d","\u304f","\u3051","\u3053","\u3055","\u3057","\u3059","\u305b","\u305d","\u305f","\u3061","\u3064","\u3066","\u3068","\u306a","\u306b","\u306c","\u306d","\u306e","\u306f","\u3072","\u3075","\u3078","\u307b","\u307e","\u307f","\u3080","\u3081","\u3082","\u3084","\u3086","\u3088","\u3089","\u308a","\u308b","\u308c","\u308d","\u308f","\u3090","\u3091","\u3092","\u3093"],t.s),B.bN)) +s($,"aV4","aCE",()=>A.bk(B.J,"decimal","hiragana-iroha","-","",0,null,"\u3001",A.a(["\u3044","\u308d","\u306f","\u306b","\u307b","\u3078","\u3068","\u3061","\u308a","\u306c","\u308b","\u3092","\u308f","\u304b","\u3088","\u305f","\u308c","\u305d","\u3064","\u306d","\u306a","\u3089","\u3080","\u3046","\u3090","\u306e","\u304a","\u304f","\u3084","\u307e","\u3051","\u3075","\u3053","\u3048","\u3066","\u3042","\u3055","\u304d","\u3086","\u3081","\u307f","\u3057","\u3091","\u3072","\u3082","\u305b","\u3059"],t.s),B.bN)) +s($,"aV6","aCG",()=>{var q=A.f2(9999,-9999) +return A.bk(A.K([9000,"\u4e5d\u5343",8000,"\u516b\u5343",7000,"\u4e03\u5343",6000,"\u516d\u5343",5000,"\u4e94\u5343",4000,"\u56db\u5343",3000,"\u4e09\u5343",2000,"\u4e8c\u5343",1000,"\u5343",900,"\u4e5d\u767e",800,"\u516b\u767e",700,"\u4e03\u767e",600,"\u516d\u767e",500,"\u4e94\u767e",400,"\u56db\u767e",300,"\u4e09\u767e",200,"\u4e8c\u767e",100,"\u767e",90,"\u4e5d\u5341",80,"\u516b\u5341",70,"\u4e03\u5341",60,"\u516d\u5341",50,"\u4e94\u5341",40,"\u56db\u5341",30,"\u4e09\u5341",20,"\u4e8c\u5341",10,"\u5341",9,"\u4e5d",8,"\u516b",7,"\u4e03",6,"\u516d",5,"\u4e94",4,"\u56db",3,"\u4e09",2,"\u4e8c",1,"\u4e00",0,"\u3007"],t.S,t.N),"cjk-decimal","japanese-informal","\u30de\u30a4\u30ca\u30b9","",0,q,"\u3001",B.ab,B.b1)}) +s($,"aV5","aCF",()=>{var q=A.f2(9999,-9999) +return A.bk(A.K([9000,"\u4e5d\u9621",8000,"\u516b\u9621",7000,"\u4e03\u9621",6000,"\u516d\u9621",5000,"\u4f0d\u9621",4000,"\u56db\u9621",3000,"\u53c2\u9621",2000,"\u5f10\u9621",1000,"\u58f1\u9621",900,"\u4e5d\u767e",800,"\u516b\u767e",700,"\u4e03\u767e",600,"\u516d\u767e",500,"\u4f0d\u767e",400,"\u56db\u767e",300,"\u53c2\u767e",200,"\u5f10\u767e",100,"\u58f1\u767e",90,"\u4e5d\u62fe",80,"\u516b\u62fe",70,"\u4e03\u62fe",60,"\u516d\u62fe",50,"\u4f0d\u62fe",40,"\u56db\u62fe",30,"\u53c2\u62fe",20,"\u5f10\u62fe",10,"\u58f1\u62fe",9,"\u4e5d",8,"\u516b",7,"\u4e03",6,"\u516d",5,"\u4f0d",4,"\u56db",3,"\u53c2",2,"\u5f10",1,"\u58f1",0,"\u96f6"],t.S,t.N),"cjk-decimal","japanese-formal","\u30de\u30a4\u30ca\u30b9","",0,q,"\u3001",B.ab,B.b1)}) +s($,"aV7","aCH",()=>A.bk(B.J,"decimal","kannada","-","",0,null,". ",A.a(["\u0ce6","\u0ce7","\u0ce8","\u0ce9","\u0cea","\u0ceb","\u0cec","\u0ced","\u0cee","\u0cef"],t.s),B.aj)) +s($,"aV8","aCI",()=>A.bk(B.J,"decimal","katakana","-","",0,null,"\u3001",A.a(["\u30a2","\u30a4","\u30a6","\u30a8","\u30aa","\u30ab","\u30ad","\u30af","\u30b1","\u30b3","\u30b5","\u30b7","\u30b9","\u30bb","\u30bd","\u30bf","\u30c1","\u30c4","\u30c6","\u30c8","\u30ca","\u30cb","\u30cc","\u30cd","\u30ce","\u30cf","\u30d2","\u30d5","\u30d8","\u30db","\u30de","\u30df","\u30e0","\u30e1","\u30e2","\u30e4","\u30e6","\u30e8","\u30e9","\u30ea","\u30eb","\u30ec","\u30ed","\u30ef","\u30f0","\u30f1","\u30f2","\u30f3"],t.s),B.bN)) +s($,"aV9","aCJ",()=>A.bk(B.J,"decimal","katakana-iroha","-","",0,null,"\u3001",A.a(["\u30a4","\u30ed","\u30cf","\u30cb","\u30db","\u30d8","\u30c8","\u30c1","\u30ea","\u30cc","\u30eb","\u30f2","\u30ef","\u30ab","\u30e8","\u30bf","\u30ec","\u30bd","\u30c4","\u30cd","\u30ca","\u30e9","\u30e0","\u30a6","\u30f0","\u30ce","\u30aa","\u30af","\u30e4","\u30de","\u30b1","\u30d5","\u30b3","\u30a8","\u30c6","\u30a2","\u30b5","\u30ad","\u30e6","\u30e1","\u30df","\u30b7","\u30f1","\u30d2","\u30e2","\u30bb","\u30b9"],t.s),B.bN)) +s($,"aVb","aCL",()=>{var q=A.f2(9999,-9999) +return A.bk(A.K([9000,"\uad6c\ucc9c",8000,"\ud314\ucc9c",7000,"\uce60\ucc9c",6000,"\uc721\ucc9c",5000,"\uc624\ucc9c",4000,"\uc0ac\ucc9c",3000,"\uc0bc\ucc9c",2000,"\uc774\ucc9c",1000,"\uc77c\ucc9c",900,"\uad6c\ubc31",800,"\ud314\ubc31",700,"\uce60\ubc31",600,"\uc721\ubc31",500,"\uc624\ubc31",400,"\uc0ac\ubc31",300,"\uc0bc\ubc31",200,"\uc774\ubc31",100,"\uc77c\ubc31",90,"\uad6c\uc2ed",80,"\ud314\uc2ed",70,"\uce60\uc2ed",60,"\uc721\uc2ed",50,"\uc624\uc2ed",40,"\uc0ac\uc2ed",30,"\uc0bc\uc2ed",20,"\uc774\uc2ed",10,"\uc77c\uc2ed",9,"\uad6c",8,"\ud314",7,"\uce60",6,"\uc721",5,"\uc624",4,"\uc0ac",3,"\uc0bc",2,"\uc774",1,"\uc77c",0,"\uc601"],t.S,t.N),"decimal","korean-hangul-formal","\ub9c8\uc774\ub108\uc2a4 ","",0,q,", ",B.ab,B.b1)}) +s($,"aVc","aCM",()=>{var q=A.f2(9999,-9999) +return A.bk(A.K([9000,"\u4e5d\u4edf",8000,"\u516b\u4edf",7000,"\u4e03\u4edf",6000,"\u516d\u4edf",5000,"\u4e94\u4edf",4000,"\u56db\u4edf",3000,"\u53c3\u4edf",2000,"\u8cb3\u4edf",1000,"\u58f9\u4edf",900,"\u4e5d\u767e",800,"\u516b\u767e",700,"\u4e03\u767e",600,"\u516d\u767e",500,"\u4e94\u767e",400,"\u56db\u767e",300,"\u53c3\u767e",200,"\u8cb3\u767e",100,"\u58f9\u767e",90,"\u4e5d\u62fe",80,"\u516b\u62fe",70,"\u4e03\u62fe",60,"\u516d\u62fe",50,"\u4e94\u62fe",40,"\u56db\u62fe",30,"\u53c3\u62fe",20,"\u8cb3\u62fe",10,"\u58f9\u62fe",9,"\u4e5d",8,"\u516b",7,"\u4e03",6,"\u516d",5,"\u4e94",4,"\u56db",3,"\u53c3",2,"\u8cb3",1,"\u58f9",0,"\u96f6"],t.S,t.N),"decimal","korean-hanja-formal","\ub9c8\uc774\ub108\uc2a4 ","",0,q,", ",B.ab,B.b1)}) +s($,"aVd","aCN",()=>{var q=A.f2(9999,-9999) +return A.bk(A.K([9000,"\u4e5d\u5343",8000,"\u516b\u5343",7000,"\u4e03\u5343",6000,"\u516d\u5343",5000,"\u4e94\u5343",4000,"\u56db\u5343",3000,"\u4e09\u5343",2000,"\u4e8c\u5343",1000,"\u5343",900,"\u4e5d\u767e",800,"\u516b\u767e",700,"\u4e03\u767e",600,"\u516d\u767e",500,"\u4e94\u767e",400,"\u56db\u767e",300,"\u4e09\u767e",200,"\u4e8c\u767e",100,"\u767e",90,"\u4e5d\u5341",80,"\u516b\u5341",70,"\u4e03\u5341",60,"\u516d\u5341",50,"\u4e94\u5341",40,"\u56db\u5341",30,"\u4e09\u5341",20,"\u4e8c\u5341",10,"\u5341",9,"\u4e5d",8,"\u516b",7,"\u4e03",6,"\u516d",5,"\u4e94",4,"\u56db",3,"\u4e09",2,"\u4e8c",1,"\u4e00",0,"\u96f6"],t.S,t.N),"decimal","korean-hanja-informal","\ub9c8\uc774\ub108\uc2a4 ","",0,q,", ",B.ab,B.b1)}) +s($,"aVe","aCO",()=>A.bk(B.J,"decimal","lao","-","",0,null,". ",A.a(["\u0ed0","\u0ed1","\u0ed2","\u0ed3","\u0ed4","\u0ed5","\u0ed6","\u0ed7","\u0ed8","\u0ed9"],t.s),B.aj)) +s($,"aVf","aCP",()=>A.bk(B.J,"decimal","lower-alpha","-","",0,null,". ",A.a(["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],t.s),B.bN)) +s($,"aVh","aCR",()=>A.bk(B.J,"decimal","lower-greek","-","",0,null,". ",A.a(["\u03b1","\u03b2","\u03b3","\u03b4","\u03b5","\u03b6","\u03b7","\u03b8","\u03b9","\u03ba","\u03bb","\u03bc","\u03bd","\u03be","\u03bf","\u03c0","\u03c1","\u03c3","\u03c4","\u03c5","\u03c6","\u03c7","\u03c8","\u03c9"],t.s),B.bN)) +s($,"aVi","aCS",()=>A.bk(B.J,"decimal","lower-latin","-","",0,null,". ",A.a(["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],t.s),B.bN)) +s($,"aVj","aCT",()=>A.bk(A.K([1000,"m",900,"cm",500,"d",400,"cd",100,"c",90,"xc",50,"l",40,"xl",10,"x",9,"ix",5,"v",4,"iv",1,"i"],t.S,t.N),"decimal","lower-roman","-","",0,B.o5,". ",B.ab,B.b1)) +s($,"aVk","aCU",()=>A.bk(B.J,"decimal","malayalam","-","",0,null,". ",A.a(["\u0d66","\u0d67","\u0d68","\u0d69","\u0d6a","\u0d6b","\u0d6c","\u0d6d","\u0d6e","\u0d6f"],t.s),B.aj)) +s($,"aVl","aCV",()=>A.bk(B.J,"decimal","mongolian","-","",0,null,". ",A.a(["\u1810","\u1811","\u1812","\u1813","\u1814","\u1815","\u1816","\u1817","\u1818","\u1819"],t.s),B.aj)) +s($,"aVm","aCW",()=>A.bk(B.J,"decimal","myanmar","-","",0,null,". ",A.a(["\u1040","\u1041","\u1042","\u1043","\u1044","\u1045","\u1046","\u1047","\u1048","\u1049"],t.s),B.aj)) +s($,"aVn","aCX",()=>A.bk(B.J,"decimal","oriya","-","",0,null,". ",A.a(["\u0b66","\u0b67","\u0b68","\u0b69","\u0b6a","\u0b6b","\u0b6c","\u0b6d","\u0b6e","\u0b6f"],t.s),B.aj)) +s($,"aVo","aCY",()=>A.bk(B.J,"decimal","persian","-","",0,null,". ",A.a(["\u06f0","\u06f1","\u06f2","\u06f3","\u06f4","\u06f5","\u06f6","\u06f7","\u06f8","\u06f9"],t.s),B.aj)) +s($,"aVp","aCZ",()=>A.vV(new A.aae(),"cjk-decimal","simp-chinese-formal","\u8d1f",A.f2(9999,-9999),"\u3001")) +s($,"aVq","aD_",()=>A.vV(new A.aaf(),"cjk-decimal","simp-chinese-informal","\u8d1f",A.f2(9999,-9999),"\u3001")) +s($,"aVr","aD0",()=>A.bk(B.J,"decimal","square","-","",0,null," ",A.a(["\u25aa"],t.s),B.eI)) +s($,"aVs","aD1",()=>A.bk(B.J,"decimal","tamil","-","",0,null,". ",A.a(["\u0be6","\u0be7","\u0be8","\u0be9","\u0bea","\u0beb","\u0bec","\u0bed","\u0bee","\u0bef"],t.s),B.aj)) +s($,"aVt","aD2",()=>A.bk(B.J,"decimal","telugu","-","",0,null,". ",A.a(["\u0c66","\u0c67","\u0c68","\u0c69","\u0c6a","\u0c6b","\u0c6c","\u0c6d","\u0c6e","\u0c6f"],t.s),B.aj)) +s($,"aVu","aD3",()=>A.bk(B.J,"decimal","thai","-","",0,null,". ",A.a(["\u0e50","\u0e51","\u0e52","\u0e53","\u0e54","\u0e55","\u0e56","\u0e57","\u0e58","\u0e59"],t.s),B.aj)) +s($,"aVv","aD4",()=>A.bk(B.J,"decimal","tibetan","-","",0,null,". ",A.a(["\u0f20","\u0f21","\u0f22","\u0f23","\u0f24","\u0f25","\u0f26","\u0f27","\u0f28","\u0f29"],t.s),B.aj)) +s($,"aVw","aD5",()=>A.vV(new A.aag(),"cjk-decimal","trad-chinese-formal","\u8ca0",A.f2(9999,-9999),"\u3001")) +s($,"aVx","aD6",()=>A.vV(new A.aah(),"cjk-decimal","trad-chinese-informal","\u8ca0",A.f2(9999,-9999),"\u3001")) +s($,"aVy","aD7",()=>A.bk(B.J,"decimal","upper-alpha","-","",0,null,". ",A.a(["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],t.s),B.bN)) +s($,"aVA","aD9",()=>A.bk(B.J,"decimal","upper-latin","-","",0,null,". ",A.a(["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],t.s),B.bN)) +s($,"aVB","aDa",()=>A.bk(A.K([1000,"M",900,"CM",500,"D",400,"CD",100,"C",90,"XC",50,"L",40,"XL",10,"X",9,"IX",5,"V",4,"IV",1,"I"],t.S,t.N),"decimal","lower-roman","-","",0,B.o5,". ",B.ab,B.b1)) +s($,"aTV","aC2",()=>A.K(["arabic-indic",$.aCk(),"armenian",$.aCl(),"lower-armenian",$.aCQ(),"upper-armenian",$.aD8(),"bengali",$.aCm(),"cambodian",$.aCn(),"khmer",$.aCK(),"circle",$.aCo(),"cjk-decimal",$.aCp(),"cjk-earthly-branch",$.aCq(),"cjk-heavenly-stem",$.aCr(),"cjk-ideographic",$.aCs(),"decimal",$.apN(),"decimal-leading-zero",$.aCt(),"devanagari",$.aCu(),"disc",$.aCv(),"disclosure-closed",$.aCw(),"disclosure-open",$.aCx(),"ethiopic-numeric",$.aCy(),"georgian",$.aCz(),"gujarati",$.aCA(),"gurmukhi",$.aCB(),"hebrew",$.aCC(),"hiragana",$.aCD(),"hiragana-iroha",$.aCE(),"japanese-formal",$.aCF(),"japanese-informal",$.aCG(),"kannada",$.aCH(),"katakana",$.aCI(),"katakana-iroha",$.aCJ(),"korean-hangul-formal",$.aCL(),"korean-hanja-informal",$.aCN(),"korean-hanja-formal",$.aCM(),"lao",$.aCO(),"lower-alpha",$.aCP(),"lower-greek",$.aCR(),"lower-latin",$.aCS(),"lower-roman",$.aCT(),"malayalam",$.aCU(),"mongolian",$.aCV(),"myanmar",$.aCW(),"oriya",$.aCX(),"persian",$.aCY(),"simp-chinese-formal",$.aCZ(),"simp-chinese-informal",$.aD_(),"square",$.aD0(),"tamil",$.aD1(),"telugu",$.aD2(),"thai",$.aD3(),"tibetan",$.aD4(),"trad-chinese-formal",$.aD5(),"trad-chinese-informal",$.aD6(),"upper-alpha",$.aD7(),"upper-latin",$.aD9(),"upper-roman",$.aDa()],t.N,A.ab("vT"))) +s($,"aWm","aDG",()=>$.a_7()) +s($,"aWl","a_7",()=>{var q,p,o,n,m,l,k,j,i,h,g=63.66197723675813*A.a1g(50)/100,f=A.at8(0.1,50),e=$.a1f[0],d=$.a1f[1],c=$.a1f[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.aKb(0.59,0.69,0.9999999999999998),a2=1-0.2777777777777778*A.aRT((-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.E2(e,0.3333333333333333) +l=A.a1g(f)/$.a1f[1] +e=A.aT5(l) +k=0.725/A.E2(l,0.2) +j=[A.E2(m*q[0]*b/100,0.42),A.E2(m*q[1]*a/100,0.42),A.E2(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.afV(l,(40*h[0]+20*h[1]+h[2])/20*k,k,k,a1,1,q,m,A.E2(m,0.25),1.48+e)}) +s($,"aYy","atY",()=>new A.a1o($.atB(),null)) +s($,"aW0","aDo",()=>new A.aab(A.bZ("/",!0,!1,!1),A.bZ("[^/]$",!0,!1,!1),A.bZ("^/",!0,!1,!1))) +s($,"aW2","a_6",()=>new A.ag6(A.bZ("[/\\\\]",!0,!1,!1),A.bZ("[^/\\\\]$",!0,!1,!1),A.bZ("^(\\\\\\\\[^\\\\]+\\\\[^\\\\/]+|[a-zA-Z]:[/\\\\])",!0,!1,!1),A.bZ("^[/\\\\](?![/\\\\])",!0,!1,!1))) +s($,"aW1","E9",()=>new A.afM(A.bZ("/",!0,!1,!1),A.bZ("(^[a-zA-Z][-+.a-zA-Z\\d]*://|[^/])$",!0,!1,!1),A.bZ("[a-zA-Z][-+.a-zA-Z\\d]*://[^/]*",!0,!1,!1),A.bZ("^/",!0,!1,!1))) +s($,"aW_","atB",()=>A.aMs()) +s($,"aUA","a_5",()=>A.avw()) +s($,"aXt","aEt",()=>!t.Cm.b(A.a([],t.Z))) +s($,"aXV","a_d",()=>new A.aj7(A.a([new A.WX("baseScope",A.bS(null,null,t.ob,A.ab("o0>")))],A.ab("t")),A.auJ(t.z))) +s($,"aWg","atC",()=>new A.A()) +r($,"aN2","aDC",()=>{var q=new A.a7X() +q.Hk($.atC()) +return q}) +s($,"aXf","aEj",()=>{var q=null +return A.aqa(!1,q,q,q,q,36,q,q,B.iL,q,88,q,A.aLC(A.er(6),B.n),q,B.ms)}) +s($,"aZa","aFr",()=>A.e8(null,B.k)) +s($,"aZ9","aFq",()=>A.e7(null,B.k,!0,B.j)) +s($,"aZc","aFt",()=>A.e8(null,B.j5)) +s($,"aZb","aFs",()=>A.e7(null,null,!1,B.j5)) +s($,"aZf","aFv",()=>A.e8(null,B.j3)) +s($,"aZe","aFu",()=>A.e7(null,null,!1,B.j3)) +s($,"aWT","aE3",()=>A.dO(B.a2K,B.l,t.r)) +s($,"aWS","aE2",()=>A.dO(B.l,B.a2Y,t.r)) +s($,"aWR","aE1",()=>A.eu(B.cl)) +s($,"aWQ","aE0",()=>A.eu(B.ck)) +s($,"aWY","aE8",()=>A.dO(B.a2Q,B.l,t.r)) +s($,"aWX","aE7",()=>A.dO(B.l,B.l,t.r)) +s($,"aWW","aE6",()=>A.eu(B.cl)) +s($,"aWU","aE4",()=>A.eu(B.ck)) +s($,"aWV","aE5",()=>A.eu(B.JM)) +s($,"aZt","aFJ",()=>A.e8(null,B.dI)) +s($,"aZs","aFI",()=>A.e7(null,null,!1,B.dI)) +s($,"aZv","aFL",()=>A.e8(null,B.ju)) +s($,"aZu","aFK",()=>A.e7(null,null,!1,B.ju)) +s($,"aZx","aFN",()=>A.e8(null,B.jr)) +s($,"aZw","aFM",()=>A.e7(null,null,!1,B.jr)) +s($,"aZz","aFP",()=>A.e8(null,B.jj)) +s($,"aZy","aFO",()=>A.e7(null,null,!1,B.jj)) +s($,"aZB","aFR",()=>A.e8(null,B.j7)) +s($,"aZA","aFQ",()=>A.e7(null,null,!1,B.j7)) +s($,"aZD","aFT",()=>A.e8(null,B.jm)) +s($,"aZC","aFS",()=>A.e7(null,null,!1,B.jm)) +s($,"aYt","atW",()=>A.K([B.ig,$.au7(),B.lP,$.aFn(),B.lN,$.aFH(),B.lM,$.aFz(),B.lK,$.aFV(),B.lL,$.aFB(),B.lI,$.aFp(),B.lO,$.aFD(),B.lQ,$.aFx(),B.lR,$.aFF(),B.lJ,$.aFt(),B.lH,$.aFv(),B.lT,$.aFJ(),B.lU,$.aFL(),B.lV,$.aFN(),B.lS,$.aFP(),B.lF,$.aFR(),B.lE,$.aFT(),B.lG,$.aFX()],t.Aw,t.we)) +s($,"aYs","atV",()=>A.K([B.ig,$.au6(),B.lP,$.aFm(),B.lN,$.aFG(),B.lM,$.aFy(),B.lK,$.aFU(),B.lL,$.aFA(),B.lI,$.aFo(),B.lO,$.aFC(),B.lQ,$.aFw(),B.lR,$.aFE(),B.lJ,$.aFs(),B.lH,$.aFu(),B.lT,$.aFI(),B.lU,$.aFK(),B.lV,$.aFM(),B.lS,$.aFO(),B.lF,$.aFQ(),B.lE,$.aFS(),B.lG,$.aFW()],t.Aw,t.we)) +s($,"aZH","aFX",()=>A.e8(null,B.j2)) +s($,"aZG","aFW",()=>A.e7(null,null,!1,B.j2)) +s($,"aZd","au7",()=>A.e8(B.nh,B.jt)) +s($,"aZ8","au6",()=>A.e7(B.nh,null,!1,B.jt)) +s($,"aZr","aFH",()=>A.e8(null,B.jh)) +s($,"aZq","aFG",()=>A.e7(null,null,!1,B.jh)) +s($,"aZl","aFB",()=>A.e8(null,B.jb)) +s($,"aZk","aFA",()=>A.e7(null,null,!1,B.jb)) +s($,"aZj","aFz",()=>A.e8(null,B.jf)) +s($,"aZi","aFy",()=>A.e7(null,null,!1,B.jf)) +s($,"aZ5","aFn",()=>A.e8(null,B.jl)) +s($,"aZ4","aFm",()=>A.e7(null,null,!1,B.jl)) +s($,"aZF","aFV",()=>A.e8(null,B.j8)) +s($,"aZE","aFU",()=>A.e7(null,null,!1,B.j8)) +s($,"aZn","aFD",()=>A.e8(null,B.jk)) +s($,"aZm","aFC",()=>A.e7(null,null,!1,B.jk)) +s($,"aZp","aFF",()=>A.e8(null,B.jq)) +s($,"aZo","aFE",()=>A.e7(null,null,!1,B.jq)) +s($,"aZ7","aFp",()=>A.e8(null,B.j4)) +s($,"aZ6","aFo",()=>A.e7(null,null,!1,B.j4)) +s($,"aZh","aFx",()=>A.e8(null,B.jo)) +s($,"aZg","aFw",()=>A.e7(null,null,!1,B.jo)) +s($,"aWO","aDZ",()=>A.dO(0,37.69911184307752,t.V).hK(A.eu(B.nD))) +s($,"aWP","aE_",()=>A.dO(-1,1,t.V).hK(A.eu(B.nD))) +s($,"aWp","atD",()=>new A.A()) +r($,"aNf","jM",()=>{var q=new A.agz() +q.Hk($.atD()) +return q})})();(function nativeSupport(){!function(){var s=function(a){var m={} +m[a]=1 +return Object.keys(hunkHelpers.convertToFastObject(m))[0]} +v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} +var r="___dart_isolate_tags_" +var q=Object[r]||(Object[r]=Object.create(null)) +var p="_ZxYxX" +for(var o=0;;o++){var n=s(p+"_"+o+"_") +if(!(n in q)){q[n]=1 +v.isolateTag=n +break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() +hunkHelpers.setOrUpdateInterceptorsByTag({ArrayBuffer:A.ye,ArrayBufferView:A.yi,DataView:A.yf,Float32Array:A.yg,Float64Array:A.M6,Int16Array:A.M7,Int32Array:A.yh,Int8Array:A.M8,Uint16Array:A.M9,Uint32Array:A.yj,Uint8ClampedArray:A.yk,CanvasPixelArray:A.yk,Uint8Array:A.oi}) +hunkHelpers.setOrUpdateLeafTags({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}) +A.rl.$nativeSuperclassTag="ArrayBufferView" +A.BX.$nativeSuperclassTag="ArrayBufferView" +A.BY.$nativeSuperclassTag="ArrayBufferView" +A.m6.$nativeSuperclassTag="ArrayBufferView" +A.BZ.$nativeSuperclassTag="ArrayBufferView" +A.C_.$nativeSuperclassTag="ArrayBufferView" +A.h0.$nativeSuperclassTag="ArrayBufferView"})() +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.$2$1=function(a){return this(a)} +Function.prototype.$1$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$2$0=function(){return this()} +Function.prototype.$1$2=function(a,b){return this(a,b)} +Function.prototype.$7=function(a,b,c,d,e,f,g){return this(a,b,c,d,e,f,g)} +Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} +convertAllToFastObject(w) +convertToFastObject($);(function(a){if(typeof document==="undefined"){a(null) +return}if(typeof document.currentScript!="undefined"){a(document.currentScript) +return}var s=document.scripts +function onLoad(b){for(var q=0;q=3.0.0 <4.0.0' - flutter: '>=3.10.0' - -dependencies: - async: ^2.10.0 - flutter: - sdk: flutter - flutter_html: ^3.0.0-beta.1 - flutter_localizations: - sdk: flutter - handy_window: ^0.3.0 - http: ^1.0.0 - integration_test: - sdk: flutter - intl: ^0.18.0 - meta: ^1.8.0 - provider: ^6.0.5 - safe_change_notifier: ^0.3.0 - ubuntu_service: ^0.3.0 - url_launcher: ^6.1.8 - yaru: ^1.2.1 - yaru_icons: ^2.3.0 - yaru_widgets: ^3.4.0 - -dev_dependencies: - flutter_lints: ^3.0.1 - flutter_test: - sdk: flutter - mocktail: ^1.0.2 - -flutter: - generate: true - uses-material-design: true - assets: - - assets/ diff --git a/screenshots/linux.png b/screenshots/linux.png deleted file mode 100644 index 02e9daf..0000000 Binary files a/screenshots/linux.png and /dev/null differ diff --git a/screenshots/macos.png b/screenshots/macos.png deleted file mode 100644 index 98d317d..0000000 Binary files a/screenshots/macos.png and /dev/null differ diff --git a/screenshots/web.png b/screenshots/web.png deleted file mode 100644 index 823a5c5..0000000 Binary files a/screenshots/web.png and /dev/null differ diff --git a/screenshots/windows.png b/screenshots/windows.png deleted file mode 100644 index 6c971f9..0000000 Binary files a/screenshots/windows.png and /dev/null differ diff --git a/snap/local/numbers.png b/snap/local/numbers.png deleted file mode 100644 index c4f48db..0000000 Binary files a/snap/local/numbers.png and /dev/null differ diff --git a/snap/local/numbers.svg b/snap/local/numbers.svg deleted file mode 100644 index 74bf79a..0000000 --- a/snap/local/numbers.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - 42 - 42 - - diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index 46a931c..0000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: numbers -version: git -summary: Numbers -description: YaruNavigationPage example -confinement: strict -base: core22 -grade: stable -license: GPL-3.0+ -icon: snap/local/numbers.png -architectures: - - build-on: amd64 - build-for: amd64 - - build-on: arm64 - build-for: arm64 - -parts: - numbers: - plugin: flutter - source: . - -apps: - numbers: - command: numbers - desktop: data/flutter_assets/assets/numbers.desktop - extensions: [gnome] - plugs: - - network diff --git a/test/app_test.dart b/test/app_test.dart deleted file mode 100644 index 0ca8235..0000000 --- a/test/app_test.dart +++ /dev/null @@ -1,41 +0,0 @@ -import 'package:async/async.dart'; -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:mocktail/mocktail.dart'; -import 'package:numbers/app.dart'; -import 'package:numbers/numbers.dart'; -import 'package:numbers/settings.dart'; -import 'package:numbers/src/pages/math/math_page.dart'; -import 'package:provider/provider.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; -import 'package:yaru/yaru.dart'; - -void main() { - testWidgets('startup', (tester) async { - final numbers = MockNumbers(); - const value = Number(found: true, number: 42, text: 'foo', type: 'math'); - when(() => numbers.getMath(any())) - .thenAnswer((_) async => Result.value(value)); - registerMockService(numbers); - - final settings = MockSettings(); - when(() => settings.theme).thenReturn(ThemeMode.dark); - when(() => settings.variant).thenReturn(YaruVariant.purple); - - await tester.pumpWidget( - ChangeNotifierProvider.value( - value: settings, - child: const NumbersApp(), - ), - ); - - expect(find.byType(MathPage), findsOneWidget); - final context = tester.element(find.byType(MathPage)); - expect(Theme.of(context).brightness, equals(Brightness.dark)); - expect(YaruTheme.of(context).variant, equals(YaruVariant.purple)); - }); -} - -class MockNumbers extends Mock implements Numbers {} - -class MockSettings extends Mock implements Settings {} diff --git a/test/color_indicator_test.dart b/test/color_indicator_test.dart deleted file mode 100644 index 4f76ee1..0000000 --- a/test/color_indicator_test.dart +++ /dev/null @@ -1,28 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:numbers/widgets.dart'; - -void main() { - final colorVariant = ValueVariant({ - Colors.red, - Colors.green, - Colors.blue, - }); - - testWidgets('golden', (tester) async { - final color = colorVariant.currentValue!; - await tester.pumpWidget( - Center( - child: RepaintBoundary( - child: ColorIndicator(color), - ), - ), - ); - - final hex = color.value.toRadixString(16).padLeft(8, '0'); - await expectLater( - find.byType(ColorIndicator), - matchesGoldenFile('goldens/color-indicator-$hex.png'), - ); - }, variant: colorVariant); -} diff --git a/test/goldens/color-indicator-ff2196f3.png b/test/goldens/color-indicator-ff2196f3.png deleted file mode 100644 index ee9f2ca..0000000 Binary files a/test/goldens/color-indicator-ff2196f3.png and /dev/null differ diff --git a/test/goldens/color-indicator-ff4caf50.png b/test/goldens/color-indicator-ff4caf50.png deleted file mode 100644 index 600df7a..0000000 Binary files a/test/goldens/color-indicator-ff4caf50.png and /dev/null differ diff --git a/test/goldens/color-indicator-fff44336.png b/test/goldens/color-indicator-fff44336.png deleted file mode 100644 index 7763550..0000000 Binary files a/test/goldens/color-indicator-fff44336.png and /dev/null differ diff --git a/test/math_model_test.dart b/test/math_model_test.dart deleted file mode 100644 index bc2d2ac..0000000 --- a/test/math_model_test.dart +++ /dev/null @@ -1,46 +0,0 @@ -import 'package:async/async.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:mocktail/mocktail.dart'; -import 'package:numbers/numbers.dart'; -import 'package:numbers/src/pages/math/math_model.dart'; - -void main() { - test('load', () async { - const value = Number(found: true, number: 123, text: 'foo', type: 'math'); - final result = Result.value(value); - - final numbers = MockNumbers(); - when(() => numbers.getMath(123)).thenAnswer((_) async => result); - - final model = MathModel(numbers); - expect(model.number, equals(0)); - - final wasNotified = ?>[]; - model.addListener(() => wasNotified.add(model.value)); - - await model.load(123); - expect(model.number, equals(123)); - expect(model.value, equals(result)); - expect(wasNotified, equals([result])); - }); - - test('error', () async { - final numbers = MockNumbers(); - final error = Result.error('err'); - - when(() => numbers.getMath(123)).thenAnswer((_) async => error); - - final model = MathModel(numbers); - expect(model.number, equals(0)); - - final wasNotified = ?>[]; - model.addListener(() => wasNotified.add(model.value)); - - await model.load(123); - expect(model.number, equals(123)); - expect(model.value, error); - expect(wasNotified, equals([error])); - }); -} - -class MockNumbers extends Mock implements Numbers {} diff --git a/test/math_page_test.dart b/test/math_page_test.dart deleted file mode 100644 index 527c39e..0000000 --- a/test/math_page_test.dart +++ /dev/null @@ -1,81 +0,0 @@ -import 'package:async/async.dart'; -import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:mocktail/mocktail.dart'; -import 'package:numbers/numbers.dart'; -import 'package:numbers/src/pages/math/math_model.dart'; -import 'package:numbers/src/pages/math/math_page.dart'; -import 'package:provider/provider.dart'; -import 'package:yaru_icons/yaru_icons.dart'; -import 'package:yaru_widgets/yaru_widgets.dart'; - -void main() { - testWidgets('load at init', (tester) async { - final model = mockModel(number: 0); - - await tester.pumpWidget(buildPage(model)); - - verify(() => model.load(any(that: isPositive))).called(1); - }); - - testWidgets('show progress indicator while loading', (tester) async { - final model = mockModel(number: 0, value: null); - - await tester.pumpWidget(buildPage(model)); - - expect(find.byType(YaruCircularProgressIndicator), findsOneWidget); - }); - - testWidgets('present number', (tester) async { - const value = Number(found: true, number: 123, text: 'foo', type: 'math'); - final result = Result.value(value); - final model = mockModel(number: 123, value: result); - - await tester.pumpWidget(buildPage(model)); - - expect(find.text('123'), findsOneWidget); - expect(find.text('foo'), findsOneWidget); - }); - - testWidgets('reload random number', (tester) async { - final model = mockModel(number: 0); - - await tester.pumpWidget(buildPage(model)); - verify(() => model.load(any(that: isPositive))).called(1); - - await tester.tap(find.byIcon(YaruIcons.refresh)); - await tester.pump(); - verify(() => model.load(any(that: isPositive))).called(1); - }); - - testWidgets('error', (tester) async { - final error = Result.error('err'); - final model = mockModel(number: 123, value: error); - - await tester.pumpWidget(buildPage(model)); - - expect(find.text('123'), findsOneWidget); - expect(find.text('err'), findsOneWidget); - }); -} - -class MockMathModel extends Mock implements MathModel {} - -MockMathModel mockModel({required int number, Result? value}) { - final model = MockMathModel(); - when(() => model.number).thenReturn(number); - when(() => model.value).thenReturn(value); - when(() => model.load(any())).thenAnswer((_) async {}); - return model; -} - -Widget buildPage(MathModel model) { - return MaterialApp( - localizationsDelegates: AppLocalizations.localizationsDelegates, - home: ChangeNotifierProvider.value( - value: model, - child: const MathPage(), - ), - ); -} diff --git a/test/numbers_test.dart b/test/numbers_test.dart deleted file mode 100644 index 911f851..0000000 --- a/test/numbers_test.dart +++ /dev/null @@ -1,151 +0,0 @@ -import 'dart:convert'; - -import 'package:flutter_test/flutter_test.dart'; -import 'package:http/http.dart' as http; -import 'package:mocktail/mocktail.dart'; -import 'package:numbers/numbers.dart'; - -void main() { - setUpAll(() => registerFallbackValue(Uri())); - - test('data', () { - final json = { - 'text': 'foo bar baz', - 'found': true, - 'number': 42, - 'type': 'math', - }; - - final value = Number.fromJson(json); - expect(value.toJson(), equals(json)); - - final same = Number.fromJson(json); - expect(value, equals(same)); - expect(value.hashCode, equals(same.hashCode)); - - final different = Number.fromJson({ - ...json, - 'number': 123, - }); - expect(value, isNot(equals(different))); - expect(value.hashCode, isNot(equals(different.hashCode))); - }); - - test('math', () async { - final url = Uri.http('numbersapi.com', '/123/math', {'json': ''}); - final response = { - 'text': '123 is the number', - 'found': true, - 'number': 123, - 'type': 'math', - }; - - final client = MockHttpClient(); - when(() => client.get(url)) - .thenAnswer((_) async => http.Response(json.encode(response), 200)); - - final numbers = Numbers(client: client); - final result = await numbers.getMath(123); - expect(result.isValue, isTrue); - - final value = result.asValue!.value; - expect(value.number, equals(123)); - expect(value.text, equals('123 is the number')); - }); - - test('trivia', () async { - final url = Uri.http('numbersapi.com', '/456/trivia', {'json': ''}); - final response = { - 'text': '456 is an uninteresting number', - 'found': true, - 'number': 456, - 'type': 'trivia', - }; - - final client = MockHttpClient(); - when(() => client.get(url)) - .thenAnswer((_) async => http.Response(json.encode(response), 200)); - - final numbers = Numbers(client: client); - final result = await numbers.getTrivia(456); - expect(result.isValue, isTrue); - - final value = result.asValue!.value; - expect(value.number, equals(456)); - expect(value.text, equals('456 is an uninteresting number')); - }); - - test('year', () async { - final url = Uri.http('numbersapi.com', '/2023/year', {'json': ''}); - final response = { - 'text': '2023 is the year', - 'found': true, - 'number': 2023, - 'type': 'year', - }; - - final client = MockHttpClient(); - when(() => client.get(url)) - .thenAnswer((_) async => http.Response(json.encode(response), 200)); - - final numbers = Numbers(client: client); - final result = await numbers.getYear(2023); - expect(result.isValue, isTrue); - - final value = result.asValue!.value; - expect(value.number, equals(2023)); - expect(value.text, equals('2023 is the year')); - }); - - test('404', () async { - final client = MockHttpClient(); - when(() => client.get(any())).thenAnswer( - (_) async => http.Response('', 404, reasonPhrase: 'not found')); - - final numbers = Numbers(client: client); - final result = await numbers.getYear(789); - expect(result.isError, isTrue); - expect(result.asError!.error.toString(), contains('not found (404)')); - }); - - test('exception', () async { - final client = MockHttpClient(); - when(() => client.get(any())).thenThrow(http.ClientException('err')); - - final numbers = Numbers(client: client); - final result = await numbers.getYear(789); - expect(result.isError, isTrue); - expect(result.asError!.error.toString(), contains('err')); - }); - - test('close', () { - final client = MockHttpClient(); - - final numbers = Numbers(client: client); - numbers.close(); - verify(() => client.close()).called(1); - }); - - test('utf-8', () async { - final url = Uri.http('numbersapi.com', '/123/math', {'json': ''}); - final response = { - 'text': 'nümber', - 'found': true, - 'number': 123, - 'type': 'math', - }; - - final client = MockHttpClient(); - when(() => client.get(url)).thenAnswer((_) async => - http.Response.bytes(utf8.encode(json.encode(response)), 200)); - - final numbers = Numbers(client: client); - final result = await numbers.getMath(123); - expect(result.isValue, isTrue); - - final value = result.asValue!.value; - expect(value.text, equals('nümber')); - }); -} - -class MockHttpClient extends Mock implements http.Client {} diff --git a/version.json b/version.json new file mode 100644 index 0000000..2115bd6 --- /dev/null +++ b/version.json @@ -0,0 +1 @@ +{"app_name":"numbers","package_name":"numbers"} \ No newline at end of file diff --git a/windows/.gitignore b/windows/.gitignore deleted file mode 100644 index d492d0d..0000000 --- a/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/windows/CMakeLists.txt b/windows/CMakeLists.txt deleted file mode 100644 index a44a4e8..0000000 --- a/windows/CMakeLists.txt +++ /dev/null @@ -1,101 +0,0 @@ -# Project-level configuration. -cmake_minimum_required(VERSION 3.14) -project(numbers 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 "numbers") - -# 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/windows/flutter/CMakeLists.txt b/windows/flutter/CMakeLists.txt deleted file mode 100644 index 930d207..0000000 --- a/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/windows/flutter/generated_plugin_registrant.cc b/windows/flutter/generated_plugin_registrant.cc deleted file mode 100644 index fe7ec1c..0000000 --- a/windows/flutter/generated_plugin_registrant.cc +++ /dev/null @@ -1,20 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#include "generated_plugin_registrant.h" - -#include -#include -#include - -void RegisterPlugins(flutter::PluginRegistry* registry) { - ScreenRetrieverPluginRegisterWithRegistrar( - registry->GetRegistrarForPlugin("ScreenRetrieverPlugin")); - UrlLauncherWindowsRegisterWithRegistrar( - registry->GetRegistrarForPlugin("UrlLauncherWindows")); - WindowManagerPluginRegisterWithRegistrar( - registry->GetRegistrarForPlugin("WindowManagerPlugin")); -} diff --git a/windows/flutter/generated_plugin_registrant.h b/windows/flutter/generated_plugin_registrant.h deleted file mode 100644 index dc139d8..0000000 --- a/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/windows/flutter/generated_plugins.cmake b/windows/flutter/generated_plugins.cmake deleted file mode 100644 index fb2dea6..0000000 --- a/windows/flutter/generated_plugins.cmake +++ /dev/null @@ -1,26 +0,0 @@ -# -# Generated file, do not edit. -# - -list(APPEND FLUTTER_PLUGIN_LIST - screen_retriever - url_launcher_windows - window_manager -) - -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/windows/runner/CMakeLists.txt b/windows/runner/CMakeLists.txt deleted file mode 100644 index 394917c..0000000 --- a/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/windows/runner/Runner.rc b/windows/runner/Runner.rc deleted file mode 100644 index 2b1b30b..0000000 --- a/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", "numbers" "\0" - VALUE "FileVersion", VERSION_AS_STRING "\0" - VALUE "InternalName", "numbers" "\0" - VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0" - VALUE "OriginalFilename", "numbers.exe" "\0" - VALUE "ProductName", "numbers" "\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/windows/runner/flutter_window.cpp b/windows/runner/flutter_window.cpp deleted file mode 100644 index b25e363..0000000 --- a/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/windows/runner/flutter_window.h b/windows/runner/flutter_window.h deleted file mode 100644 index 6da0652..0000000 --- a/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/windows/runner/main.cpp b/windows/runner/main.cpp deleted file mode 100644 index 33783b4..0000000 --- a/windows/runner/main.cpp +++ /dev/null @@ -1,42 +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(960, 680); - if (!window.Create(L"numbers", 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/windows/runner/resource.h b/windows/runner/resource.h deleted file mode 100644 index 66a65d1..0000000 --- a/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/windows/runner/resources/app_icon.ico b/windows/runner/resources/app_icon.ico deleted file mode 100644 index c04e20c..0000000 Binary files a/windows/runner/resources/app_icon.ico and /dev/null differ diff --git a/windows/runner/runner.exe.manifest b/windows/runner/runner.exe.manifest deleted file mode 100644 index a42ea76..0000000 --- a/windows/runner/runner.exe.manifest +++ /dev/null @@ -1,20 +0,0 @@ - - - - - PerMonitorV2 - - - - - - - - - - - - - - - diff --git a/windows/runner/utils.cpp b/windows/runner/utils.cpp deleted file mode 100644 index f5bf9fa..0000000 --- a/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/windows/runner/utils.h b/windows/runner/utils.h deleted file mode 100644 index 3879d54..0000000 --- a/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/windows/runner/win32_window.cpp b/windows/runner/win32_window.cpp deleted file mode 100644 index 041a385..0000000 --- a/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/windows/runner/win32_window.h b/windows/runner/win32_window.h deleted file mode 100644 index c86632d..0000000 --- a/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_