diff --git a/.github/workflows/web.yaml b/.github/workflows/web.yaml deleted file mode 100644 index fced163..0000000 --- a/.github/workflows/web.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Gh-Pages - -on: - push: - branches: [preview] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 # Only works with v2 - - uses: subosito/flutter-action@v1 - - uses: bluefireteam/flutter-gh-pages@v7 - with: - baseHref: /E-commerce-App-UI-Flutter/ diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1ba9c33..0000000 --- a/.gitignore +++ /dev/null @@ -1,43 +0,0 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ - -# 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/ -.dart_tool/ -.flutter-plugins -.flutter-plugins-dependencies -.packages -.pub-cache/ -.pub/ -/build/ - -# Web related -lib/generated_plugin_registrant.dart - -# Symbolication related -app.*.symbols - -# Obfuscation related -app.*.map.json - -# Exceptions to above rules. -!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile deleted file mode 100644 index 3e71084..0000000 --- a/.gitpod.Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM gitpod/workspace-full-vnc - -# Install custom tools, runtimes, etc. -# For example "bastet", a command-line tetris clone: -# RUN brew install bastet -# -# More information: https://www.gitpod.io/docs/config-docker/ diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 475c7d9..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,6 +0,0 @@ -image: - file: .gitpod.Dockerfile - -tasks: - - init: 'echo "TODO: Replace with init/build command"' - command: 'echo "TODO: Replace with command to start project"' diff --git a/.last_build_id b/.last_build_id new file mode 100644 index 0000000..c39a1d5 --- /dev/null +++ b/.last_build_id @@ -0,0 +1 @@ +59d71fa668e4874e26b76a17ad93dc15 \ No newline at end of file diff --git a/.metadata b/.metadata deleted file mode 100644 index 009f8af..0000000 --- a/.metadata +++ /dev/null @@ -1,45 +0,0 @@ -# This file tracks properties of this Flutter project. -# Used by Flutter tool to assess capabilities and perform upgrades etc. -# -# This file should be version controlled and should not be manually edited. - -version: - revision: "efbf63d9c66b9f6ec30e9ad4611189aa80003d31" - channel: "stable" - -project_type: app - -# Tracks metadata for the flutter migrate command -migration: - platforms: - - platform: root - create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - - platform: android - create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - - platform: ios - create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - - platform: linux - create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - - platform: macos - create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - - platform: web - create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - - platform: windows - create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31 - - # User provided section - - # List of Local paths (relative to this file) that should be - # ignored by the migrate tool. - # - # Files that are not part of the templates will be ignored by default. - unmanaged_files: - - 'lib/main.dart' - - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/README.md b/README.md deleted file mode 100644 index 83ec7d2..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Flutter E-commerce Mobile App Templates - -## [Watch it on YouTube](https://youtu.be/XBKzpTz65Io) - -**Packages we are using:** - -- flutter_svg: [link](https://pub.dev/packages/flutter_svg) - -Catch a glimpse of our modern Flutter E-commerce app template, up for grabs for free on Github! Designed for an intuitive shopping experience, this Flutter shop app template neatly organizes products under a horizontal scroll of categories. As you dive deeper into a product, the details page unveils its price, a brief description, and an eye-catching 'Buy Now' button set against the product's unique color theme. It's not just about selling; it's about presenting each product in its best light. - -### Flutter Shop App template final preview - -![intro](intro.gif) - -![App UI](/ui.png) diff --git a/analysis_options.yaml b/analysis_options.yaml deleted file mode 100644 index 0d29021..0000000 --- a/analysis_options.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# This file configures the analyzer, which statically analyzes Dart code to -# check for errors, warnings, and lints. -# -# The issues identified by the analyzer are surfaced in the UI of Dart-enabled -# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be -# invoked from the command line by running `flutter analyze`. - -# The following line activates a set of recommended lints for Flutter apps, -# packages, and plugins designed to encourage good coding practices. -include: package:flutter_lints/flutter.yaml - -linter: - # The lint rules applied to this project can be customized in the - # section below to disable rules from the `package:flutter_lints/flutter.yaml` - # included above or to enable additional rules. A list of all available lints - # and their documentation is published at https://dart.dev/lints. - # - # Instead of disabling a lint rule for the entire project in the - # section below, it can also be suppressed for a single line of code - # or a specific dart file by using the `// ignore: name_of_lint` and - # `// ignore_for_file: name_of_lint` syntax on the line or in the file - # producing the lint. - rules: - # avoid_print: false # Uncomment to disable the `avoid_print` rule - # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule - -# Additional information about this file can be found at -# https://dart.dev/guides/language/analysis-options diff --git a/android/.gitignore b/android/.gitignore deleted file mode 100644 index 6f56801..0000000 --- a/android/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -gradle-wrapper.jar -/.gradle -/captures/ -/gradlew -/gradlew.bat -/local.properties -GeneratedPluginRegistrant.java - -# Remember to never publicly share your keystore. -# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app -key.properties -**/*.keystore -**/*.jks diff --git a/android/app/build.gradle b/android/app/build.gradle deleted file mode 100644 index 4e80d7d..0000000 --- a/android/app/build.gradle +++ /dev/null @@ -1,67 +0,0 @@ -plugins { - id "com.android.application" - id "kotlin-android" - id "dev.flutter.flutter-gradle-plugin" -} - -def localProperties = new Properties() -def localPropertiesFile = rootProject.file('local.properties') -if (localPropertiesFile.exists()) { - localPropertiesFile.withReader('UTF-8') { reader -> - localProperties.load(reader) - } -} - -def flutterVersionCode = localProperties.getProperty('flutter.versionCode') -if (flutterVersionCode == null) { - flutterVersionCode = '1' -} - -def flutterVersionName = localProperties.getProperty('flutter.versionName') -if (flutterVersionName == null) { - flutterVersionName = '1.0' -} - -android { - namespace "com.example.shop_app" - compileSdkVersion flutter.compileSdkVersion - ndkVersion flutter.ndkVersion - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = '1.8' - } - - sourceSets { - main.java.srcDirs += 'src/main/kotlin' - } - - defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.shop_app" - // You can update the following values to match your application needs. - // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. - minSdkVersion flutter.minSdkVersion - targetSdkVersion flutter.targetSdkVersion - versionCode flutterVersionCode.toInteger() - versionName flutterVersionName - } - - buildTypes { - release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. - signingConfig signingConfigs.debug - } - } -} - -flutter { - source '../..' -} - -dependencies {} diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 399f698..0000000 --- a/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index d0034fd..0000000 --- a/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - diff --git a/android/app/src/main/kotlin/com/example/shop_app/MainActivity.kt b/android/app/src/main/kotlin/com/example/shop_app/MainActivity.kt deleted file mode 100644 index 30aab6b..0000000 --- a/android/app/src/main/kotlin/com/example/shop_app/MainActivity.kt +++ /dev/null @@ -1,6 +0,0 @@ -package com.example.shop_app - -import io.flutter.embedding.android.FlutterActivity - -class MainActivity: FlutterActivity() { -} diff --git a/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml deleted file mode 100644 index f74085f..0000000 --- a/android/app/src/main/res/drawable-v21/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml deleted file mode 100644 index 304732f..0000000 --- a/android/app/src/main/res/drawable/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index db77bb4..0000000 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 17987b7..0000000 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 09d4391..0000000 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index d5f1c8d..0000000 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 4d6372e..0000000 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/values-night/styles.xml b/android/app/src/main/res/values-night/styles.xml deleted file mode 100644 index 06952be..0000000 --- a/android/app/src/main/res/values-night/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml deleted file mode 100644 index cb1ef88..0000000 --- a/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml deleted file mode 100644 index 399f698..0000000 --- a/android/app/src/profile/AndroidManifest.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - diff --git a/android/build.gradle b/android/build.gradle deleted file mode 100644 index f7eb7f6..0000000 --- a/android/build.gradle +++ /dev/null @@ -1,31 +0,0 @@ -buildscript { - ext.kotlin_version = '1.7.10' - repositories { - google() - mavenCentral() - } - - dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - } -} - -allprojects { - repositories { - google() - mavenCentral() - } -} - -rootProject.buildDir = '../build' -subprojects { - project.buildDir = "${rootProject.buildDir}/${project.name}" -} -subprojects { - project.evaluationDependsOn(':app') -} - -tasks.register("clean", Delete) { - delete rootProject.buildDir -} diff --git a/android/gradle.properties b/android/gradle.properties deleted file mode 100644 index 94adc3a..0000000 --- a/android/gradle.properties +++ /dev/null @@ -1,3 +0,0 @@ -org.gradle.jvmargs=-Xmx1536M -android.useAndroidX=true -android.enableJetifier=true diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 3c472b9..0000000 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,5 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip diff --git a/android/settings.gradle b/android/settings.gradle deleted file mode 100644 index 55c4ca8..0000000 --- a/android/settings.gradle +++ /dev/null @@ -1,20 +0,0 @@ -pluginManagement { - def flutterSdkPath = { - def properties = new Properties() - file("local.properties").withInputStream { properties.load(it) } - def flutterSdkPath = properties.getProperty("flutter.sdk") - assert flutterSdkPath != null, "flutter.sdk not set in local.properties" - return flutterSdkPath - } - settings.ext.flutterSdkPath = flutterSdkPath() - - includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle") - - plugins { - id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false - } -} - -include ":app" - -apply from: "${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle" diff --git a/assets/AssetManifest.bin b/assets/AssetManifest.bin new file mode 100644 index 0000000..e62a521 --- /dev/null +++ b/assets/AssetManifest.bin @@ -0,0 +1 @@ + assets/icons/add_to_cart.svg  assetassets/icons/add_to_cart.svgassets/icons/back.svg  assetassets/icons/back.svgassets/icons/bag_1.svg  assetassets/icons/bag_1.svgassets/icons/cart.svg  assetassets/icons/cart.svgassets/icons/heart.svg  assetassets/icons/heart.svgassets/icons/search.svg  assetassets/icons/search.svgassets/images/bag_1.png  assetassets/images/bag_1.pngassets/images/bag_2.png  assetassets/images/bag_2.pngassets/images/bag_3.png  assetassets/images/bag_3.pngassets/images/bag_4.png  assetassets/images/bag_4.pngassets/images/bag_5.png  assetassets/images/bag_5.pngassets/images/bag_6.png  assetassets/images/bag_6.png2packages/cupertino_icons/assets/CupertinoIcons.ttf  asset2packages/cupertino_icons/assets/CupertinoIcons.ttf \ No newline at end of file diff --git a/assets/AssetManifest.bin.json b/assets/AssetManifest.bin.json new file mode 100644 index 0000000..4e193d6 --- /dev/null +++ b/assets/AssetManifest.bin.json @@ -0,0 +1 @@ +"DQ0HHGFzc2V0cy9pY29ucy9hZGRfdG9fY2FydC5zdmcMAQ0BBwVhc3NldAccYXNzZXRzL2ljb25zL2FkZF90b19jYXJ0LnN2ZwcVYXNzZXRzL2ljb25zL2JhY2suc3ZnDAENAQcFYXNzZXQHFWFzc2V0cy9pY29ucy9iYWNrLnN2ZwcWYXNzZXRzL2ljb25zL2JhZ18xLnN2ZwwBDQEHBWFzc2V0BxZhc3NldHMvaWNvbnMvYmFnXzEuc3ZnBxVhc3NldHMvaWNvbnMvY2FydC5zdmcMAQ0BBwVhc3NldAcVYXNzZXRzL2ljb25zL2NhcnQuc3ZnBxZhc3NldHMvaWNvbnMvaGVhcnQuc3ZnDAENAQcFYXNzZXQHFmFzc2V0cy9pY29ucy9oZWFydC5zdmcHF2Fzc2V0cy9pY29ucy9zZWFyY2guc3ZnDAENAQcFYXNzZXQHF2Fzc2V0cy9pY29ucy9zZWFyY2guc3ZnBxdhc3NldHMvaW1hZ2VzL2JhZ18xLnBuZwwBDQEHBWFzc2V0Bxdhc3NldHMvaW1hZ2VzL2JhZ18xLnBuZwcXYXNzZXRzL2ltYWdlcy9iYWdfMi5wbmcMAQ0BBwVhc3NldAcXYXNzZXRzL2ltYWdlcy9iYWdfMi5wbmcHF2Fzc2V0cy9pbWFnZXMvYmFnXzMucG5nDAENAQcFYXNzZXQHF2Fzc2V0cy9pbWFnZXMvYmFnXzMucG5nBxdhc3NldHMvaW1hZ2VzL2JhZ180LnBuZwwBDQEHBWFzc2V0Bxdhc3NldHMvaW1hZ2VzL2JhZ180LnBuZwcXYXNzZXRzL2ltYWdlcy9iYWdfNS5wbmcMAQ0BBwVhc3NldAcXYXNzZXRzL2ltYWdlcy9iYWdfNS5wbmcHF2Fzc2V0cy9pbWFnZXMvYmFnXzYucG5nDAENAQcFYXNzZXQHF2Fzc2V0cy9pbWFnZXMvYmFnXzYucG5nBzJwYWNrYWdlcy9jdXBlcnRpbm9faWNvbnMvYXNzZXRzL0N1cGVydGlub0ljb25zLnR0ZgwBDQEHBWFzc2V0BzJwYWNrYWdlcy9jdXBlcnRpbm9faWNvbnMvYXNzZXRzL0N1cGVydGlub0ljb25zLnR0Zg==" \ No newline at end of file diff --git a/assets/AssetManifest.json b/assets/AssetManifest.json new file mode 100644 index 0000000..b60765e --- /dev/null +++ b/assets/AssetManifest.json @@ -0,0 +1 @@ +{"assets/icons/add_to_cart.svg":["assets/icons/add_to_cart.svg"],"assets/icons/back.svg":["assets/icons/back.svg"],"assets/icons/bag_1.svg":["assets/icons/bag_1.svg"],"assets/icons/cart.svg":["assets/icons/cart.svg"],"assets/icons/heart.svg":["assets/icons/heart.svg"],"assets/icons/search.svg":["assets/icons/search.svg"],"assets/images/bag_1.png":["assets/images/bag_1.png"],"assets/images/bag_2.png":["assets/images/bag_2.png"],"assets/images/bag_3.png":["assets/images/bag_3.png"],"assets/images/bag_4.png":["assets/images/bag_4.png"],"assets/images/bag_5.png":["assets/images/bag_5.png"],"assets/images/bag_6.png":["assets/images/bag_6.png"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]} \ No newline at end of file diff --git a/assets/FontManifest.json b/assets/FontManifest.json new file mode 100644 index 0000000..464ab58 --- /dev/null +++ b/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}] \ No newline at end of file diff --git a/assets/NOTICES b/assets/NOTICES new file mode 100644 index 0000000..c7b6134 --- /dev/null +++ b/assets/NOTICES @@ -0,0 +1,33441 @@ +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 +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. +-------------------------------------------------------------------------------- +args + +Copyright 2013, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +async +collection +stream_channel + +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 + +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. +-------------------------------------------------------------------------------- +cupertino_icons + +The MIT License (MIT) + +Copyright (c) 2016 Vladimir Kharlampidi + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +In addition, the following condition applies: + +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014 The Polymer Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2006-2008 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2010 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2012 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +engine + +License for the Ahem font embedded below is from: +https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING + +The Ahem font in this directory belongs to the public domain. In +jurisdictions that do not recognize public domain ownership of these +files, the following Creative Commons Zero declaration applies: + + + +which is quoted below: + + The person who has associated a work with this document (the "Work") + affirms that he or she (the "Affirmer") is the/an author or owner of + the Work. The Work may be any work of authorship, including a + database. + + The Affirmer hereby fully, permanently and irrevocably waives and + relinquishes all of her or his copyright and related or neighboring + legal rights in the Work available under any federal or state law, + treaty or contract, including but not limited to moral rights, + publicity and privacy rights, rights protecting against unfair + competition and any rights protecting the extraction, dissemination + and reuse of data, whether such rights are present or future, vested + or contingent (the "Waiver"). The Affirmer makes the Waiver for the + benefit of the public at large and to the detriment of the Affirmer's + heirs or successors. + + The Affirmer understands and intends that the Waiver has the effect + of eliminating and entirely removing from the Affirmer's control all + the copyright and related or neighboring legal rights previously held + by the Affirmer in the Work, to that extent making the Work freely + available to the public for any and all uses and purposes without + restriction of any kind, including commercial use and uses in media + and formats or by methods that have not yet been invented or + conceived. Should the Waiver for any reason be judged legally + ineffective in any jurisdiction, the Affirmer hereby grants a free, + full, permanent, irrevocable, nonexclusive and worldwide license for + all her or his copyright and related or neighboring legal rights in + the Work. +-------------------------------------------------------------------------------- +etc_decoder + +Copyright (c) 2020-2022 Hans-Kristian Arntzen + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2004 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Yury Gribov + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2005 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2017 Rhodri James +Copyright (c) 2022 Thijs Schreijer + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2006 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016 Eric Rahm +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Gaurav +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2016 Gustavo Grieco +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Ed Schouten +Copyright (c) 2017-2022 Rhodri James +Copyright (c) 2017 Václav Slavík +Copyright (c) 2017 Viktor Szakats +Copyright (c) 2017 Chanho Park +Copyright (c) 2017 Rolf Eike Beer +Copyright (c) 2017 Hans Wennborg +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Marco Maggi +Copyright (c) 2018 Mariusz Zaborski +Copyright (c) 2019 David Loffredo +Copyright (c) 2019-2020 Ben Wagner +Copyright (c) 2019 Vadim Zeitlin +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Samanta Navarro +Copyright (c) 2022 Jeffrey Walton +Copyright (c) 2022 Jann Horn + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2002 Fred L. Drake, Jr. +Copyright (c) 2006 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Don Lewis +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Alexander Bluhm +Copyright (c) 2017 Benbuck Nason +Copyright (c) 2017 José Gutiérrez de la Concha +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2009 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Joe Orton +Copyright (c) 2020 Kleber Tarcísio +Copyright (c) 2021 Tim Bray +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2004 Fred L. Drake, Jr. +Copyright (c) 2002-2009 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Franek Korta + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2005 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Boris Kolpackov +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005-2006 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Karl Waclawek +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2018 Sebastian Pipping +Copyright (c) 2018 Marco Maggi + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper +Copyright (c) 2001-2022 Expat maintainers + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1999-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2007 Karl Waclawek +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2003 Greg Stein +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2018 Yury Gribov +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat +harfbuzz + +Copyright (c) 2021 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) <2014> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +fiat + +Copyright (c) 2015-2020 the fiat-crypto authors (see + +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +flatbuffers + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright 2014 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flutter + +Copyright 2014 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +flutter_svg + +Copyright (c) 2018 Dan Field + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +The FreeType Project LICENSE +---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. + +(This is a heavily cut-down "BSD license".) +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2014 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2017 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2018 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2020 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2022 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2023 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +musl as a whole is licensed under the following standard MIT license: + + +Copyright © 2005-2014 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Authors/contributors include: + +Alex Dowad +Alexander Monakov +Anthony G. Basile +Arvid Picciani +Bobby Bingham +Boris Brezillon +Brent Cook +Chris Spiegel +Clément Vasseur +Daniel Micay +Denys Vlasenko +Emil Renner Berthing +Felix Fietkau +Felix Janda +Gianluca Anzolin +Hauke Mehrtens +Hiltjo Posthuma +Isaac Dunham +Jaydeep Patil +Jens Gustedt +Jeremy Huntwork +Jo-Philipp Wich +Joakim Sindholt +John Spencer +Josiah Worcester +Justin Cormack +Khem Raj +Kylie McClain +Luca Barbato +Luka Perkov +M Farkas-Dyck (Strake) +Mahesh Bodapati +Michael Forney +Natanael Copa +Nicholas J. Kain +orc +Pascal Cuoq +Petr Hosek +Pierre Carrier +Rich Felker +Richard Pennington +Shiz +sin +Solar Designer +Stefan Kristiansson +Szabolcs Nagy +Timo Teräs +Trutz Behn +Valentin Ochs +William Haddon + +Portions of this software are derived from third-party works licensed +under terms compatible with the above MIT license: + +Much of the math library code (third_party/math/* and +third_party/complex/*, and third_party/include/libm.h) is +Copyright © 1993,2004 Sun Microsystems or +Copyright © 2003-2011 David Schultz or +Copyright © 2003-2009 Steven G. Kargl or +Copyright © 2003-2009 Bruce D. Evans or +Copyright © 2008 Stephen L. Moshier +and labelled as such in comments in the individual source files. All +have been licensed under extremely permissive terms. + +The smoothsort implementation (third_party/smoothsort/qsort.c) is +Copyright © 2011 Valentin Ochs and is licensed under an MIT-style +license. + +The x86_64 files in third_party/arch were written by Nicholas J. Kain +and is licensed under the standard MIT terms. + +All other files which have no copyright comments are original works +produced specifically for use as part of this library, written either +by Rich Felker, the main author of the library, or by one or more +contibutors listed above. Details on authorship of individual files +can be found in the git version control history of the project. The +omission of copyright and license comments in each file is in the +interest of source tree size. + +In addition, permission is hereby granted for all public header files +(include/* and arch/*/bits/*) and crt files intended to be linked into +applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit +the copyright notice and permission notice otherwise required by the +license, and to use these files without any requirement of +attribution. These files include substantial contributions from: + +Bobby Bingham +John Spencer +Nicholas J. Kain +Rich Felker +Richard Pennington +Stefan Kristiansson +Szabolcs Nagy + +all of whom have explicitly granted such permission. + +This file previously contained text expressing a belief that most of +the files covered by the above exception were sufficiently trivial not +to be subject to copyright, resulting in confusion over whether it +negated the permissions granted in the license. In the spirit of +permissive licensing, and of not having licensing issues being an +obstacle to adoption, that text has been removed. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +icu + +# Copyright (c) 2006-2015 International Business Machines Corporation, + # Apple Inc., and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2002, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2008, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2009,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011,2014-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines * +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008,2010 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011,2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2013, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2005, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2009, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004 - 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2012, International Business Machines Corporation and others. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2014, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation, Google and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010 IBM Corporation and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2017, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010 , Yahoo! Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) The Internet Society (2002). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published +and distributed, in whole or in part, without restriction of any +kind, provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for +copyrights defined in the Internet Standards process must be +followed, or as required to translate it into languages other than +English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +-------------------------------------------------------------------------------- +icu + +Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2004 IBM, Inc. and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2010, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2011-2012 International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2010. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2011. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2012. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2014. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2016. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright 2001 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2004 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2007 Google Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.’s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2023 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. + +Third-Party Software Licenses + +This section contains third-party software notices and/or additional +terms for licensed third-party software components included within ICU +libraries. + +ICU License - ICU 1.8.1 to ICU 57.1 + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1995-2016 International Business Machines Corporation and others +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. + +All trademarks and registered trademarks mentioned herein are the +property of their respective owners. + +Chinese/Japanese Word Break Dictionary Data (cjdict.txt) + +The Google Chrome software developed by Google is licensed under +the BSD license. Other software included in this distribution is +provided under other licenses, as set forth below. + +The BSD License +http://opensource.org/licenses/bsd-license.php +Copyright (C) 2006-2008, Google Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided with +the distribution. +Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The word list in cjdict.txt are generated by combining three word lists +listed below with further processing for compound word breaking. The +frequency is generated with an iterative training against Google web +corpora. + +* Libtabe (Chinese) + - https://sourceforge.net/project/?group_id=1519 + - Its license terms and conditions are shown below. + +* IPADIC (Japanese) + - http://chasen.aist-nara.ac.jp/chasen/distribution.html + - Its license terms and conditions are shown below. + +Copyright (c) 1999 TaBE Project. +Copyright (c) 1999 Pai-Hsiang Hsiao. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the TaBE Project nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (c) 1999 Computer Systems and Communication Lab, + Institute of Information Science, Academia + Sinica. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the Computer Systems and Communication Lab + nor the names of its contributors may be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright 1996 Chih-Hao Tsai @ Beckman Institute, + University of Illinois +c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 + +Copyright 2000, 2001, 2002, 2003 Nara Institute of Science +and Technology. All Rights Reserved. + +Use, reproduction, and distribution of this software is permitted. +Any copy of this software, whether in its original form or modified, +must include both the above copyright notice and the following +paragraphs. + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +Lao Word Break Dictionary Data (laodict.txt) + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2015 International Business Machines Corporation +and others. All Rights Reserved. + +Project: https://github.com/rober42539/lao-dictionary +Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt +License: https://github.com/rober42539/lao-dictionary/LICENSE.txt + (copied below) + +This file is derived from the above dictionary version of Nov 22, 2020 + +Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. Redistributions in binary +form must reproduce the above copyright notice, this list of conditions and +the following disclaimer in the documentation and/or other materials +provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Burmese Word Break Dictionary Data (burmesedict.txt) + +Copyright (c) 2014 International Business Machines Corporation +and others. All Rights Reserved. + +This list is part of a project hosted at: + github.com/kanyawtech/myanmar-karen-word-lists + +Copyright (c) 2013, LeRoy Benjamin Sharon +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: Redistributions of source code must retain the above +copyright notice, this list of conditions and the following +disclaimer. Redistributions in binary form must reproduce the +above copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided +with the distribution. + + Neither the name Myanmar Karen Word Lists, nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +Google double-conversion + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +File: install-sh (only for ICU4C) + + +Copyright 1991 by the Massachusetts Institute of Technology + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of M.I.T. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. M.I.T. makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. +-------------------------------------------------------------------------------- +icu + +punycode.c 0.4.0 (2001-Nov-17-Sat) +http://www.cs.berkeley.edu/~amc/idn/ +Adam M. Costello +http://www.nicemice.net/amc/ + +Disclaimer and license + + Regarding this entire document or any portion of it (including + the pseudocode and C code), the author makes no guarantees and + is not responsible for any damage resulting from its use. The + author grants irrevocable permission to anyone to use, modify, + and distribute it in any way that does not diminish the rights + of anyone else to use, modify, and distribute it, provided that + redistributed derivative works do not contain misleading author or + version information. Derivative works need not be licensed under + similar terms. +-------------------------------------------------------------------------------- +include + +Copyright (C) 2011 Nick Bruun +Copyright (C) 2013 Vlad Lazarenko +Copyright (C) 2014 Nicolas Pauss +-------------------------------------------------------------------------------- +include + +Copyright (c) 2008-2009 Bjoern Hoehrmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2009 Florian Loitsch. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2011 - Nick Bruun. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. If you meet (any of) the author(s), you're encouraged to buy them a beer, + a drink or whatever is suited to the situation, given that you like the + software. +4. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2013-2019 Niels Lohmann . + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Lars Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +json + +Copyright (c) 2013-2022 Niels Lohmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +path_parsing + +Copyright (c) 2018 Dan Field + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +perfetto + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +Copyright (c) 2017, The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +petitparser +xml + +The MIT License + +Copyright (c) 2006-2023 Lukas Renggli. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- +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 + +-------------------------------------------------------------------------------- +skia + +Copyright (C) 2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2005 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006-2012 The Android Open Source Project +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2007 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009-2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +spirv-cross + +Copyright 2014-2016,2021 The Khronos Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +spring_animation + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +sqlite + +The source code for SQLite is in the public domain. No claim of +copyright is made on any part of the core source code. (The +documentation and test code is a different matter - some sections of +documentation and test logic are governed by open-source licenses.) +All contributors to the SQLite core software have signed affidavits +specifically disavowing any copyright interest in the code. This means +that anybody is able to legally do anything they want with the SQLite +source code. + +There are other SQL database engines with liberal licenses that allow +the code to be broadly and freely used. But those other engines are +still governed by copyright law. SQLite is different in that copyright +law simply does not apply. + +The source code files for other SQL database engines typically begin +with a comment describing your legal rights to view and copy that +file. The SQLite source code contains no license since it is not +governed by copyright. Instead of a license, the SQLite source code +offers a blessing: + +May you do good and not evil +May you find forgiveness for yourself and forgive others +May you share freely, never taking more than you give. +-------------------------------------------------------------------------------- +stack_trace + +Copyright 2014, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +term_glyph + +Copyright 2017, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +test_api + +Copyright 2018, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +vector_graphics +vector_graphics_codec +vector_graphics_compiler + +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. + +-------------------------------------------------------------------------------- +vector_math + +Copyright 2015, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (C) 2013 Andrew Magill + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +-------------------------------------------------------------------------------- +vulkan-validation-layers + +Copyright (C) 2012-2020 Yann Collet + +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +vulkan-validation-layers +vulkan_memory_allocator + +Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +vulkanmemoryallocator + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +web + +Copyright 2023, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +web_locale_keymap + +Copyright (c) 2022 Google LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet. + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +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/icons/add_to_cart.svg b/assets/assets/icons/add_to_cart.svg similarity index 100% rename from assets/icons/add_to_cart.svg rename to assets/assets/icons/add_to_cart.svg diff --git a/assets/icons/back.svg b/assets/assets/icons/back.svg similarity index 100% rename from assets/icons/back.svg rename to assets/assets/icons/back.svg diff --git a/assets/icons/bag_1.svg b/assets/assets/icons/bag_1.svg similarity index 100% rename from assets/icons/bag_1.svg rename to assets/assets/icons/bag_1.svg diff --git a/assets/icons/cart.svg b/assets/assets/icons/cart.svg similarity index 100% rename from assets/icons/cart.svg rename to assets/assets/icons/cart.svg diff --git a/assets/icons/heart.svg b/assets/assets/icons/heart.svg similarity index 100% rename from assets/icons/heart.svg rename to assets/assets/icons/heart.svg diff --git a/assets/icons/search.svg b/assets/assets/icons/search.svg similarity index 100% rename from assets/icons/search.svg rename to assets/assets/icons/search.svg diff --git a/assets/images/bag_1.png b/assets/assets/images/bag_1.png similarity index 100% rename from assets/images/bag_1.png rename to assets/assets/images/bag_1.png diff --git a/assets/images/bag_2.png b/assets/assets/images/bag_2.png similarity index 100% rename from assets/images/bag_2.png rename to assets/assets/images/bag_2.png diff --git a/assets/images/bag_3.png b/assets/assets/images/bag_3.png similarity index 100% rename from assets/images/bag_3.png rename to assets/assets/images/bag_3.png diff --git a/assets/images/bag_4.png b/assets/assets/images/bag_4.png similarity index 100% rename from assets/images/bag_4.png rename to assets/assets/images/bag_4.png diff --git a/assets/images/bag_5.png b/assets/assets/images/bag_5.png similarity index 100% rename from assets/images/bag_5.png rename to assets/assets/images/bag_5.png diff --git a/assets/images/bag_6.png b/assets/assets/images/bag_6.png similarity index 100% rename from assets/images/bag_6.png rename to assets/assets/images/bag_6.png diff --git a/assets/fonts/MaterialIcons-Regular.otf b/assets/fonts/MaterialIcons-Regular.otf new file mode 100644 index 0000000..4355e70 Binary files /dev/null and b/assets/fonts/MaterialIcons-Regular.otf differ diff --git a/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf b/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf new file mode 100644 index 0000000..e6b745f Binary files /dev/null and b/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf 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..0a2ad3a Binary files /dev/null and b/canvaskit/canvaskit.wasm differ diff --git a/canvaskit/chromium/canvaskit.js b/canvaskit/chromium/canvaskit.js new file mode 100644 index 0000000..43e946e --- /dev/null +++ b/canvaskit/chromium/canvaskit.js @@ -0,0 +1,217 @@ + +var CanvasKitInit = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +var r=moduleArg,aa,ba;r.ready=new Promise((a,b)=>{aa=a;ba=b}); +(function(a){a.Hd=a.Hd||[];a.Hd.push(function(){a.MakeSWCanvasSurface=function(b){var c=b,e="undefined"!==typeof OffscreenCanvas&&c instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&c instanceof HTMLCanvasElement||e||(c=document.getElementById(b),c)))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.he=c;return b};a.MakeCanvasSurface||(a.MakeCanvasSurface=a.MakeSWCanvasSurface);a.MakeSurface=function(b,c){var e={width:b,height:c,colorType:a.ColorType.RGBA_8888, +alphaType:a.AlphaType.Unpremul,colorSpace:a.ColorSpace.SRGB},f=b*c*4,k=a._malloc(f);if(e=a.Surface._makeRasterDirect(e,k,4*b))e.he=null,e.Pe=b,e.Me=c,e.Ne=f,e.se=k,e.getCanvas().clear(a.TRANSPARENT);return e};a.MakeRasterDirectSurface=function(b,c,e){return a.Surface._makeRasterDirect(b,c.byteOffset,e)};a.Surface.prototype.flush=function(b){a.Ed(this.Dd);this._flush();if(this.he){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.se,this.Ne);c=new ImageData(c,this.Pe,this.Me);b?this.he.getContext("2d").putImageData(c, +0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.he.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose=function(){this.se&&a._free(this.se);this.delete()};a.Ed=a.Ed||function(){};a.ie=a.ie||function(){return null}})})(r); +(function(a){a.Hd=a.Hd||[];a.Hd.push(function(){function b(m,q,w){return m&&m.hasOwnProperty(q)?m[q]:w}function c(m){var q=da(ea);ea[q]=m;return q}function e(m){return m.naturalHeight||m.videoHeight||m.displayHeight||m.height}function f(m){return m.naturalWidth||m.videoWidth||m.displayWidth||m.width}function k(m,q,w,y){m.bindTexture(m.TEXTURE_2D,q);y||w.alphaType!==a.AlphaType.Premul||m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return q}function l(m,q,w){w||q.alphaType!==a.AlphaType.Premul|| +m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);m.bindTexture(m.TEXTURE_2D,null)}a.GetWebGLContext=function(m,q){if(!m)throw"null canvas passed into makeWebGLContext";var w={alpha:b(q,"alpha",1),depth:b(q,"depth",1),stencil:b(q,"stencil",8),antialias:b(q,"antialias",0),premultipliedAlpha:b(q,"premultipliedAlpha",1),preserveDrawingBuffer:b(q,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(q,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(q,"failIfMajorPerformanceCaveat", +0),enableExtensionsByDefault:b(q,"enableExtensionsByDefault",1),explicitSwapControl:b(q,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(q,"renderViaOffscreenBackBuffer",0)};w.majorVersion=q&&q.majorVersion?q.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(w.explicitSwapControl)throw"explicitSwapControl is not supported";m=fa(m,w);if(!m)return 0;ha(m);x.Pd.getExtension("WEBGL_debug_renderer_info");return m};a.deleteContext=function(m){x===ia[m]&&(x=null);"object"==typeof JSEvents&& +JSEvents.tf(ia[m].Pd.canvas);ia[m]&&ia[m].Pd.canvas&&(ia[m].Pd.canvas.Ke=void 0);ia[m]=null};a._setTextureCleanup({deleteTexture:function(m,q){var w=ea[q];w&&ia[m].Pd.deleteTexture(w);ea[q]=null}});a.MakeWebGLContext=function(m){if(!this.Ed(m))return null;var q=this._MakeGrContext();if(!q)return null;q.Dd=m;var w=q.delete.bind(q);q["delete"]=function(){a.Ed(this.Dd);w()}.bind(q);return x.ue=q};a.MakeGrContext=a.MakeWebGLContext;a.GrDirectContext.prototype.getResourceCacheLimitBytes=function(){a.Ed(this.Dd); +this._getResourceCacheLimitBytes()};a.GrDirectContext.prototype.getResourceCacheUsageBytes=function(){a.Ed(this.Dd);this._getResourceCacheUsageBytes()};a.GrDirectContext.prototype.releaseResourcesAndAbandonContext=function(){a.Ed(this.Dd);this._releaseResourcesAndAbandonContext()};a.GrDirectContext.prototype.setResourceCacheLimitBytes=function(m){a.Ed(this.Dd);this._setResourceCacheLimitBytes(m)};a.MakeOnScreenGLSurface=function(m,q,w,y,B,D){if(!this.Ed(m.Dd))return null;q=void 0===B||void 0===D? +this._MakeOnScreenGLSurface(m,q,w,y):this._MakeOnScreenGLSurface(m,q,w,y,B,D);if(!q)return null;q.Dd=m.Dd;return q};a.MakeRenderTarget=function(){var m=arguments[0];if(!this.Ed(m.Dd))return null;if(3===arguments.length){var q=this._MakeRenderTargetWH(m,arguments[1],arguments[2]);if(!q)return null}else if(2===arguments.length){if(q=this._MakeRenderTargetII(m,arguments[1]),!q)return null}else return null;q.Dd=m.Dd;return q};a.MakeWebGLCanvasSurface=function(m,q,w){q=q||null;var y=m,B="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||B||(y=document.getElementById(m),y)))throw"Canvas with id "+m+" was not found";m=this.GetWebGLContext(y,w);if(!m||0>m)throw"failed to create webgl context: err "+m;m=this.MakeWebGLContext(m);q=this.MakeOnScreenGLSurface(m,y.width,y.height,q);return q?q:(q=y.cloneNode(!0),y.parentNode.replaceChild(q,y),q.classList.add("ck-replaced"),a.MakeSWCanvasSurface(q))};a.MakeCanvasSurface= +a.MakeWebGLCanvasSurface;a.Surface.prototype.makeImageFromTexture=function(m,q){a.Ed(this.Dd);m=c(m);if(q=this._makeImageFromTexture(this.Dd,m,q))q.ce=m;return q};a.Surface.prototype.makeImageFromTextureSource=function(m,q,w){q||(q={height:e(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);a.Ed(this.Dd);var y=x.Pd;w=k(y,y.createTexture(),q,w);2===x.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,q.width,q.height, +0,y.RGBA,y.UNSIGNED_BYTE,m):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,m);l(y,q);this._resetContext();return this.makeImageFromTexture(w,q)};a.Surface.prototype.updateTextureFromSource=function(m,q,w){if(m.ce){a.Ed(this.Dd);var y=m.getImageInfo(),B=x.Pd,D=k(B,ea[m.ce],y,w);2===x.version?B.texImage2D(B.TEXTURE_2D,0,B.RGBA,f(q),e(q),0,B.RGBA,B.UNSIGNED_BYTE,q):B.texImage2D(B.TEXTURE_2D,0,B.RGBA,B.RGBA,B.UNSIGNED_BYTE,q);l(B,y,w);this._resetContext();ea[m.ce]=null;m.ce=c(D);y.colorSpace= +m.getColorSpace();q=this._makeImageFromTexture(this.Dd,m.ce,y);w=m.jd.Fd;B=m.jd.Kd;m.jd.Fd=q.jd.Fd;m.jd.Kd=q.jd.Kd;q.jd.Fd=w;q.jd.Kd=B;q.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(m,q,w){q||(q={height:e(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var B=x,D=B.Pd,u=k(D,D.createTexture(),q,w);2===B.version?D.texImage2D(D.TEXTURE_2D,0,D.RGBA, +q.width,q.height,0,D.RGBA,D.UNSIGNED_BYTE,m):D.texImage2D(D.TEXTURE_2D,0,D.RGBA,D.RGBA,D.UNSIGNED_BYTE,m);l(D,q,w);return c(u)},freeSrc:function(){}};"VideoFrame"===m.constructor.name&&(y.freeSrc=function(){m.close()});return a.Image._makeFromGenerator(q,y)};a.Ed=function(m){return m?ha(m):!1};a.ie=function(){return x&&x.ue&&!x.ue.isDeleted()?x.ue:null}})})(r); +(function(a){function b(g){return(f(255*g[3])<<24|f(255*g[0])<<16|f(255*g[1])<<8|f(255*g[2])<<0)>>>0}function c(g){if(g&&g._ck)return g;if(g instanceof Float32Array){for(var d=Math.floor(g.length/4),h=new Uint32Array(d),n=0;nz;z++)a.HEAPF32[t+n]=g[v][z],n++;g=h}else g=M;d.Md=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return d}function q(g){if(!g)return M;var d=T.toTypedArray();if(g.length){if(6===g.length||9===g.length)return l(g,"HEAPF32",H),6===g.length&&a.HEAPF32.set(fd,6+H/4),H;if(16===g.length)return d[0]=g[0],d[1]=g[1],d[2]=g[3],d[3]=g[4],d[4]=g[5],d[5]=g[7],d[6]=g[12],d[7]=g[13],d[8]=g[15],H;throw"invalid matrix size"; +}if(void 0===g.m11)throw"invalid matrix argument";d[0]=g.m11;d[1]=g.m21;d[2]=g.m41;d[3]=g.m12;d[4]=g.m22;d[5]=g.m42;d[6]=g.m14;d[7]=g.m24;d[8]=g.m44;return H}function w(g){if(!g)return M;var d=Y.toTypedArray();if(g.length){if(16!==g.length&&6!==g.length&&9!==g.length)throw"invalid matrix size";if(16===g.length)return l(g,"HEAPF32",ca);d.fill(0);d[0]=g[0];d[1]=g[1];d[3]=g[2];d[4]=g[3];d[5]=g[4];d[7]=g[5];d[10]=1;d[12]=g[6];d[13]=g[7];d[15]=g[8];6===g.length&&(d[12]=0,d[13]=0,d[15]=1);return ca}if(void 0=== +g.m11)throw"invalid matrix argument";d[0]=g.m11;d[1]=g.m21;d[2]=g.m31;d[3]=g.m41;d[4]=g.m12;d[5]=g.m22;d[6]=g.m32;d[7]=g.m42;d[8]=g.m13;d[9]=g.m23;d[10]=g.m33;d[11]=g.m43;d[12]=g.m14;d[13]=g.m24;d[14]=g.m34;d[15]=g.m44;return ca}function y(g,d){return l(g,"HEAPF32",d||va)}function B(g,d,h,n){var t=Ma.toTypedArray();t[0]=g;t[1]=d;t[2]=h;t[3]=n;return va}function D(g){for(var d=new Float32Array(4),h=0;4>h;h++)d[h]=a.HEAPF32[g/4+h];return d}function u(g,d){return l(g,"HEAPF32",d||X)}function F(g,d){return l(g, +"HEAPF32",d||Eb)}a.Color=function(g,d,h,n){void 0===n&&(n=1);return a.Color4f(f(g)/255,f(d)/255,f(h)/255,n)};a.ColorAsInt=function(g,d,h,n){void 0===n&&(n=255);return(f(n)<<24|f(g)<<16|f(d)<<8|f(h)<<0&268435455)>>>0};a.Color4f=function(g,d,h,n){void 0===n&&(n=1);return Float32Array.of(g,d,h,n)};Object.defineProperty(a,"TRANSPARENT",{get:function(){return a.Color4f(0,0,0,0)}});Object.defineProperty(a,"BLACK",{get:function(){return a.Color4f(0,0,0,1)}});Object.defineProperty(a,"WHITE",{get:function(){return a.Color4f(1, +1,1,1)}});Object.defineProperty(a,"RED",{get:function(){return a.Color4f(1,0,0,1)}});Object.defineProperty(a,"GREEN",{get:function(){return a.Color4f(0,1,0,1)}});Object.defineProperty(a,"BLUE",{get:function(){return a.Color4f(0,0,1,1)}});Object.defineProperty(a,"YELLOW",{get:function(){return a.Color4f(1,1,0,1)}});Object.defineProperty(a,"CYAN",{get:function(){return a.Color4f(0,1,1,1)}});Object.defineProperty(a,"MAGENTA",{get:function(){return a.Color4f(1,0,1,1)}});a.getColorComponents=function(g){return[Math.floor(255* +g[0]),Math.floor(255*g[1]),Math.floor(255*g[2]),g[3]]};a.parseColorString=function(g,d){g=g.toLowerCase();if(g.startsWith("#")){d=255;switch(g.length){case 9:d=parseInt(g.slice(7,9),16);case 7:var h=parseInt(g.slice(1,3),16);var n=parseInt(g.slice(3,5),16);var t=parseInt(g.slice(5,7),16);break;case 5:d=17*parseInt(g.slice(4,5),16);case 4:h=17*parseInt(g.slice(1,2),16),n=17*parseInt(g.slice(2,3),16),t=17*parseInt(g.slice(3,4),16)}return a.Color(h,n,t,d/255)}return g.startsWith("rgba")?(g=g.slice(5, +-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],e(g[3]))):g.startsWith("rgb")?(g=g.slice(4,-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],e(g[3]))):g.startsWith("gray(")||g.startsWith("hsl")||!d||(g=d[g],void 0===g)?a.BLACK:g};a.multiplyByAlpha=function(g,d){g=g.slice();g[3]=Math.max(0,Math.min(g[3]*d,1));return g};a.Malloc=function(g,d){var h=a._malloc(d*g.BYTES_PER_ELEMENT);return{_ck:!0,length:d,byteOffset:h,Xd:null,subarray:function(n,t){n=this.toTypedArray().subarray(n,t);n._ck=!0;return n},toTypedArray:function(){if(this.Xd&& +this.Xd.length)return this.Xd;this.Xd=new g(a.HEAPU8.buffer,h,d);this.Xd._ck=!0;return this.Xd}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.Xd=null};var H=M,T,ca=M,Y,va=M,Ma,na,X=M,fc,Ba=M,gc,Fb=M,hc,Gb=M,hb,Sa=M,ic,Eb=M,jc,kc=M,fd=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(d,h,n,t,v,z,E){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var J=z*t.height;var I=v?v.byteOffset:a._malloc(J); +if(E?!d._readPixels(t,I,z,h,n,E):!d._readPixels(t,I,z,h,n))return v||a._free(I),null;if(v)return v.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,I,J)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,I,J)).slice();break;default:return null}a._free(I);return d}Ma=a.Malloc(Float32Array,4);va=Ma.byteOffset;Y=a.Malloc(Float32Array,16);ca=Y.byteOffset;T=a.Malloc(Float32Array,9);H=T.byteOffset;ic=a.Malloc(Float32Array, +12);Eb=ic.byteOffset;jc=a.Malloc(Float32Array,12);kc=jc.byteOffset;na=a.Malloc(Float32Array,4);X=na.byteOffset;fc=a.Malloc(Float32Array,4);Ba=fc.byteOffset;gc=a.Malloc(Float32Array,3);Fb=gc.byteOffset;hc=a.Malloc(Float32Array,3);Gb=hc.byteOffset;hb=a.Malloc(Int32Array,4);Sa=hb.byteOffset;a.ColorSpace.SRGB=a.ColorSpace._MakeSRGB();a.ColorSpace.DISPLAY_P3=a.ColorSpace._MakeDisplayP3();a.ColorSpace.ADOBE_RGB=a.ColorSpace._MakeAdobeRGB();a.GlyphRunFlags={IsWhiteSpace:a._GlyphRunFlags_isWhiteSpace};a.Path.MakeFromCmds= +function(d){var h=l(d,"HEAPF32"),n=a.Path._MakeFromCmds(h,d.length);k(h,d);return n};a.Path.MakeFromVerbsPointsWeights=function(d,h,n){var t=l(d,"HEAPU8"),v=l(h,"HEAPF32"),z=l(n,"HEAPF32"),E=a.Path._MakeFromVerbsPointsWeights(t,d.length,v,h.length,z,n&&n.length||0);k(t,d);k(v,h);k(z,n);return E};a.Path.prototype.addArc=function(d,h,n){d=u(d);this._addArc(d,h,n);return this};a.Path.prototype.addCircle=function(d,h,n,t){this._addCircle(d,h,n,!!t);return this};a.Path.prototype.addOval=function(d,h,n){void 0=== +n&&(n=1);d=u(d);this._addOval(d,!!h,n);return this};a.Path.prototype.addPath=function(){var d=Array.prototype.slice.call(arguments),h=d[0],n=!1;"boolean"===typeof d[d.length-1]&&(n=d.pop());if(1===d.length)this._addPath(h,1,0,0,0,1,0,0,0,1,n);else if(2===d.length)d=d[1],this._addPath(h,d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1,n);else if(7===d.length||10===d.length)this._addPath(h,d[1],d[2],d[3],d[4],d[5],d[6],d[7]||0,d[8]||0,d[9]||1,n);else return null;return this};a.Path.prototype.addPoly= +function(d,h){var n=l(d,"HEAPF32");this._addPoly(n,d.length/2,h);k(n,d);return this};a.Path.prototype.addRect=function(d,h){d=u(d);this._addRect(d,!!h);return this};a.Path.prototype.addRRect=function(d,h){d=F(d);this._addRRect(d,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(d,h,n){var t=l(d,"HEAPU8"),v=l(h,"HEAPF32"),z=l(n,"HEAPF32");this._addVerbsPointsWeights(t,d.length,v,h.length,z,n&&n.length||0);k(t,d);k(v,h);k(z,n)};a.Path.prototype.arc=function(d,h,n,t,v,z){d=a.LTRBRect(d- +n,h-n,d+n,h+n);v=(v-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(d,t/Math.PI*180,v);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(d,h,n,t){d=u(d);this._arcToOval(d,h,n,t);return this};a.Path.prototype.arcToRotated=function(d,h,n,t,v,z,E){this._arcToRotated(d,h,n,!!t,!!v,z,E);return this};a.Path.prototype.arcToTangent=function(d,h,n,t,v){this._arcToTangent(d,h,n,t,v);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(d,h,n,t,v){this._conicTo(d,h,n,t,v);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.cubicTo=function(d,h,n,t,v,z){this._cubicTo(d,h,n,t,v,z);return this};a.Path.prototype.dash=function(d,h,n){return this._dash(d,h,n)?this:null};a.Path.prototype.getBounds=function(d){this._getBounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.lineTo=function(d, +h){this._lineTo(d,h);return this};a.Path.prototype.moveTo=function(d,h){this._moveTo(d,h);return this};a.Path.prototype.offset=function(d,h){this._transform(1,0,d,0,1,h,0,0,1);return this};a.Path.prototype.quadTo=function(d,h,n,t){this._quadTo(d,h,n,t);return this};a.Path.prototype.rArcTo=function(d,h,n,t,v,z,E){this._rArcTo(d,h,n,t,v,z,E);return this};a.Path.prototype.rConicTo=function(d,h,n,t,v){this._rConicTo(d,h,n,t,v);return this};a.Path.prototype.rCubicTo=function(d,h,n,t,v,z){this._rCubicTo(d, +h,n,t,v,z);return this};a.Path.prototype.rLineTo=function(d,h){this._rLineTo(d,h);return this};a.Path.prototype.rMoveTo=function(d,h){this._rMoveTo(d,h);return this};a.Path.prototype.rQuadTo=function(d,h,n,t){this._rQuadTo(d,h,n,t);return this};a.Path.prototype.stroke=function(d){d=d||{};d.width=d.width||1;d.miter_limit=d.miter_limit||4;d.cap=d.cap||a.StrokeCap.Butt;d.join=d.join||a.StrokeJoin.Miter;d.precision=d.precision||1;return this._stroke(d)?this:null};a.Path.prototype.transform=function(){if(1=== +arguments.length){var d=arguments[0];this._transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1)}else if(6===arguments.length||9===arguments.length)d=arguments,this._transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1);else throw"transform expected to take 1 or 9 arguments. Got "+arguments.length;return this};a.Path.prototype.trim=function(d,h,n){return this._trim(d,h,!!n)?this:null};a.Image.prototype.encodeToBytes=function(d,h){var n=a.ie();d=d||a.ImageFormat.PNG;h=h||100; +return n?this._encodeToBytes(d,h,n):this._encodeToBytes(d,h)};a.Image.prototype.makeShaderCubic=function(d,h,n,t,v){v=q(v);return this._makeShaderCubic(d,h,n,t,v)};a.Image.prototype.makeShaderOptions=function(d,h,n,t,v){v=q(v);return this._makeShaderOptions(d,h,n,t,v)};a.Image.prototype.readPixels=function(d,h,n,t,v){var z=a.ie();return g(this,d,h,n,t,v,z)};a.Canvas.prototype.clear=function(d){a.Ed(this.Dd);d=y(d);this._clear(d)};a.Canvas.prototype.clipRRect=function(d,h,n){a.Ed(this.Dd);d=F(d);this._clipRRect(d, +h,n)};a.Canvas.prototype.clipRect=function(d,h,n){a.Ed(this.Dd);d=u(d);this._clipRect(d,h,n)};a.Canvas.prototype.concat=function(d){a.Ed(this.Dd);d=w(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,h,n,t,v){a.Ed(this.Dd);d=u(d);this._drawArc(d,h,n,t,v)};a.Canvas.prototype.drawAtlas=function(d,h,n,t,v,z,E){if(d&&t&&h&&n&&h.length===n.length){a.Ed(this.Dd);v||(v=a.BlendMode.SrcOver);var J=l(h,"HEAPF32"),I=l(n,"HEAPF32"),U=n.length/4,V=l(c(z),"HEAPU32");if(E&&"B"in E&&"C"in E)this._drawAtlasCubic(d, +I,J,V,U,v,E.B,E.C,t);else{let p=a.FilterMode.Linear,A=a.MipmapMode.None;E&&(p=E.filter,"mipmap"in E&&(A=E.mipmap));this._drawAtlasOptions(d,I,J,V,U,v,p,A,t)}k(J,h);k(I,n);k(V,z)}};a.Canvas.prototype.drawCircle=function(d,h,n,t){a.Ed(this.Dd);this._drawCircle(d,h,n,t)};a.Canvas.prototype.drawColor=function(d,h){a.Ed(this.Dd);d=y(d);void 0!==h?this._drawColor(d,h):this._drawColor(d)};a.Canvas.prototype.drawColorInt=function(d,h){a.Ed(this.Dd);this._drawColorInt(d,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(d,h,n,t,v){a.Ed(this.Dd);d=B(d,h,n,t);void 0!==v?this._drawColor(d,v):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,h,n){a.Ed(this.Dd);d=F(d,Eb);h=F(h,kc);this._drawDRRect(d,h,n)};a.Canvas.prototype.drawImage=function(d,h,n,t){a.Ed(this.Dd);this._drawImage(d,h,n,t||null)};a.Canvas.prototype.drawImageCubic=function(d,h,n,t,v,z){a.Ed(this.Dd);this._drawImageCubic(d,h,n,t,v,z||null)};a.Canvas.prototype.drawImageOptions=function(d,h,n,t,v,z){a.Ed(this.Dd);this._drawImageOptions(d, +h,n,t,v,z||null)};a.Canvas.prototype.drawImageNine=function(d,h,n,t,v){a.Ed(this.Dd);h=l(h,"HEAP32",Sa);n=u(n);this._drawImageNine(d,h,n,t,v||null)};a.Canvas.prototype.drawImageRect=function(d,h,n,t,v){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRect(d,X,Ba,t,!!v)};a.Canvas.prototype.drawImageRectCubic=function(d,h,n,t,v,z){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRectCubic(d,X,Ba,t,v,z||null)};a.Canvas.prototype.drawImageRectOptions=function(d,h,n,t,v,z){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRectOptions(d, +X,Ba,t,v,z||null)};a.Canvas.prototype.drawLine=function(d,h,n,t,v){a.Ed(this.Dd);this._drawLine(d,h,n,t,v)};a.Canvas.prototype.drawOval=function(d,h){a.Ed(this.Dd);d=u(d);this._drawOval(d,h)};a.Canvas.prototype.drawPaint=function(d){a.Ed(this.Dd);this._drawPaint(d)};a.Canvas.prototype.drawParagraph=function(d,h,n){a.Ed(this.Dd);this._drawParagraph(d,h,n)};a.Canvas.prototype.drawPatch=function(d,h,n,t,v){if(24>d.length)throw"Need 12 cubic points";if(h&&4>h.length)throw"Need 4 colors";if(n&&8>n.length)throw"Need 4 shader coordinates"; +a.Ed(this.Dd);const z=l(d,"HEAPF32"),E=h?l(c(h),"HEAPU32"):M,J=n?l(n,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,E,J,t,v);k(J,n);k(E,h);k(z,d)};a.Canvas.prototype.drawPath=function(d,h){a.Ed(this.Dd);this._drawPath(d,h)};a.Canvas.prototype.drawPicture=function(d){a.Ed(this.Dd);this._drawPicture(d)};a.Canvas.prototype.drawPoints=function(d,h,n){a.Ed(this.Dd);var t=l(h,"HEAPF32");this._drawPoints(d,t,h.length/2,n);k(t,h)};a.Canvas.prototype.drawRRect=function(d,h){a.Ed(this.Dd);d=F(d); +this._drawRRect(d,h)};a.Canvas.prototype.drawRect=function(d,h){a.Ed(this.Dd);d=u(d);this._drawRect(d,h)};a.Canvas.prototype.drawRect4f=function(d,h,n,t,v){a.Ed(this.Dd);this._drawRect4f(d,h,n,t,v)};a.Canvas.prototype.drawShadow=function(d,h,n,t,v,z,E){a.Ed(this.Dd);var J=l(v,"HEAPF32"),I=l(z,"HEAPF32");h=l(h,"HEAPF32",Fb);n=l(n,"HEAPF32",Gb);this._drawShadow(d,h,n,t,J,I,E);k(J,v);k(I,z)};a.getShadowLocalBounds=function(d,h,n,t,v,z,E){d=q(d);n=l(n,"HEAPF32",Fb);t=l(t,"HEAPF32",Gb);if(!this._getShadowLocalBounds(d, +h,n,t,v,z,X))return null;h=na.toTypedArray();return E?(E.set(h),E):h.slice()};a.Canvas.prototype.drawTextBlob=function(d,h,n,t){a.Ed(this.Dd);this._drawTextBlob(d,h,n,t)};a.Canvas.prototype.drawVertices=function(d,h,n){a.Ed(this.Dd);this._drawVertices(d,h,n)};a.Canvas.prototype.getDeviceClipBounds=function(d){this._getDeviceClipBounds(Sa);var h=hb.toTypedArray();d?d.set(h):d=h.slice();return d};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(ca);for(var d=ca,h=Array(16),n=0;16> +n;n++)h[n]=a.HEAPF32[d/4+n];return h};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(H);for(var d=Array(9),h=0;9>h;h++)d[h]=a.HEAPF32[H/4+h];return d};a.Canvas.prototype.makeSurface=function(d){d=this._makeSurface(d);d.Dd=this.Dd;return d};a.Canvas.prototype.readPixels=function(d,h,n,t,v){a.Ed(this.Dd);return g(this,d,h,n,t,v)};a.Canvas.prototype.saveLayer=function(d,h,n,t){h=u(h);return this._saveLayer(d||null,h,n||null,t||0)};a.Canvas.prototype.writePixels=function(d,h,n,t,v, +z,E,J){if(d.byteLength%(h*n))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Ed(this.Dd);var I=d.byteLength/(h*n);z=z||a.AlphaType.Unpremul;E=E||a.ColorType.RGBA_8888;J=J||a.ColorSpace.SRGB;var U=I*h;I=l(d,"HEAPU8");h=this._writePixels({width:h,height:n,colorType:E,alphaType:z,colorSpace:J},I,U,t,v);k(I,d);return h};a.ColorFilter.MakeBlend=function(d,h,n){d=y(d);n=n||a.ColorSpace.SRGB;return a.ColorFilter._MakeBlend(d,h,n)};a.ColorFilter.MakeMatrix=function(d){if(!d||20!==d.length)throw"invalid color matrix"; +var h=l(d,"HEAPF32"),n=a.ColorFilter._makeMatrix(h);k(h,d);return n};a.ContourMeasure.prototype.getPosTan=function(d,h){this._getPosTan(d,X);d=na.toTypedArray();return h?(h.set(d),h):d.slice()};a.ImageFilter.prototype.getOutputBounds=function(d,h,n){d=u(d,X);h=q(h);this._getOutputBounds(d,h,Sa);h=hb.toTypedArray();return n?(n.set(h),n):h.slice()};a.ImageFilter.MakeDropShadow=function(d,h,n,t,v,z){v=y(v,va);return a.ImageFilter._MakeDropShadow(d,h,n,t,v,z)};a.ImageFilter.MakeDropShadowOnly=function(d, +h,n,t,v,z){v=y(v,va);return a.ImageFilter._MakeDropShadowOnly(d,h,n,t,v,z)};a.ImageFilter.MakeImage=function(d,h,n,t){n=u(n,X);t=u(t,Ba);if("B"in h&&"C"in h)return a.ImageFilter._MakeImageCubic(d,h.B,h.C,n,t);const v=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(d,v,z,n,t)};a.ImageFilter.MakeMatrixTransform=function(d,h,n){d=q(d);if("B"in h&&"C"in h)return a.ImageFilter._MakeMatrixTransformCubic(d,h.B,h.C,n);const t=h.filter;let v=a.MipmapMode.None; +"mipmap"in h&&(v=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,t,v,n)};a.Paint.prototype.getColor=function(){this._getColor(va);return D(va)};a.Paint.prototype.setColor=function(d,h){h=h||null;d=y(d);this._setColor(d,h)};a.Paint.prototype.setColorComponents=function(d,h,n,t,v){v=v||null;d=B(d,h,n,t);this._setColor(d,v)};a.Path.prototype.getPoint=function(d,h){this._getPoint(d,X);d=na.toTypedArray();return h?(h[0]=d[0],h[1]=d[1],h):d.slice(0,2)};a.Picture.prototype.makeShader=function(d, +h,n,t,v){t=q(t);v=u(v);return this._makeShader(d,h,n,t,v)};a.Picture.prototype.cullRect=function(d){this._cullRect(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.PictureRecorder.prototype.beginRecording=function(d,h){d=u(d);return this._beginRecording(d,!!h)};a.Surface.prototype.getCanvas=function(){var d=this._getCanvas();d.Dd=this.Dd;return d};a.Surface.prototype.makeImageSnapshot=function(d){a.Ed(this.Dd);d=l(d,"HEAP32",Sa);return this._makeImageSnapshot(d)};a.Surface.prototype.makeSurface= +function(d){a.Ed(this.Dd);d=this._makeSurface(d);d.Dd=this.Dd;return d};a.Surface.prototype.Oe=function(d,h){this.be||(this.be=this.getCanvas());return requestAnimationFrame(function(){a.Ed(this.Dd);d(this.be);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame||(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Oe);a.Surface.prototype.Le=function(d,h){this.be||(this.be=this.getCanvas());requestAnimationFrame(function(){a.Ed(this.Dd);d(this.be);this.flush(h);this.dispose()}.bind(this))}; +a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Le);a.PathEffect.MakeDash=function(d,h){h||(h=0);if(!d.length||1===d.length%2)throw"Intervals array must have even length";var n=l(d,"HEAPF32");h=a.PathEffect._MakeDash(n,d.length,h);k(n,d);return h};a.PathEffect.MakeLine2D=function(d,h){h=q(h);return a.PathEffect._MakeLine2D(d,h)};a.PathEffect.MakePath2D=function(d,h){d=q(d);return a.PathEffect._MakePath2D(d,h)};a.Shader.MakeColor=function(d,h){h=h||null;d=y(d);return a.Shader._MakeColor(d, +h)};a.Shader.Blend=a.Shader.MakeBlend;a.Shader.Color=a.Shader.MakeColor;a.Shader.MakeLinearGradient=function(d,h,n,t,v,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=q(z);var V=na.toTypedArray();V.set(d);V.set(h,2);d=a.Shader._MakeLinearGradient(X,I.Md,I.colorType,U,I.count,v,E,z,J);k(I.Md,n);t&&k(U,t);return d};a.Shader.MakeRadialGradient=function(d,h,n,t,v,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=q(z);d=a.Shader._MakeRadialGradient(d[0],d[1],h,I.Md,I.colorType,U,I.count,v,E, +z,J);k(I.Md,n);t&&k(U,t);return d};a.Shader.MakeSweepGradient=function(d,h,n,t,v,z,E,J,I,U){U=U||null;var V=m(n),p=l(t,"HEAPF32");E=E||0;J=J||0;I=I||360;z=q(z);d=a.Shader._MakeSweepGradient(d,h,V.Md,V.colorType,p,V.count,v,J,I,E,z,U);k(V.Md,n);t&&k(p,t);return d};a.Shader.MakeTwoPointConicalGradient=function(d,h,n,t,v,z,E,J,I,U){U=U||null;var V=m(v),p=l(z,"HEAPF32");I=I||0;J=q(J);var A=na.toTypedArray();A.set(d);A.set(n,2);d=a.Shader._MakeTwoPointConicalGradient(X,h,t,V.Md,V.colorType,p,V.count,E, +I,J,U);k(V.Md,v);z&&k(p,z);return d};a.Vertices.prototype.bounds=function(d){this._bounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Hd&&a.Hd.forEach(function(d){d()})};a.computeTonalColors=function(g){var d=l(g.ambient,"HEAPF32"),h=l(g.spot,"HEAPF32");this._computeTonalColors(d,h);var n={ambient:D(d),spot:D(h)};k(d,g.ambient);k(h,g.spot);return n};a.LTRBRect=function(g,d,h,n){return Float32Array.of(g,d,h,n)};a.XYWHRect=function(g,d,h,n){return Float32Array.of(g,d,g+h,d+n)};a.LTRBiRect= +function(g,d,h,n){return Int32Array.of(g,d,h,n)};a.XYWHiRect=function(g,d,h,n){return Int32Array.of(g,d,g+h,d+n)};a.RRectXY=function(g,d,h){return Float32Array.of(g[0],g[1],g[2],g[3],d,h,d,h,d,h,d,h)};a.MakeAnimatedImageFromEncoded=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._decodeAnimatedImage(d,g.byteLength))?g:null};a.MakeImageFromEncoded=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._decodeImage(d,g.byteLength))? +g:null};var Ta=null;a.MakeImageFromCanvasImageSource=function(g){var d=g.width,h=g.height;Ta||(Ta=document.createElement("canvas"));Ta.width=d;Ta.height=h;var n=Ta.getContext("2d",{willReadFrequently:!0});n.drawImage(g,0,0);g=n.getImageData(0,0,d,h);return a.MakeImage({width:d,height:h,alphaType:a.AlphaType.Unpremul,colorType:a.ColorType.RGBA_8888,colorSpace:a.ColorSpace.SRGB},g.data,4*d)};a.MakeImage=function(g,d,h){var n=a._malloc(d.length);a.HEAPU8.set(d,n);return a._MakeImage(g,n,d.length,h)}; +a.MakeVertices=function(g,d,h,n,t,v){var z=t&&t.length||0,E=0;h&&h.length&&(E|=1);n&&n.length&&(E|=2);void 0===v||v||(E|=4);g=new a._VerticesBuilder(g,d.length/2,z,E);l(d,"HEAPF32",g.positions());g.texCoords()&&l(h,"HEAPF32",g.texCoords());g.colors()&&l(c(n),"HEAPU32",g.colors());g.indices()&&l(t,"HEAPU16",g.indices());return g.detach()};(function(g){g.Hd=g.Hd||[];g.Hd.push(function(){function d(p){p&&(p.dir=0===p.dir?g.TextDirection.RTL:g.TextDirection.LTR);return p}function h(p){if(!p||!p.length)return[]; +for(var A=[],O=0;Od)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,d,h,n){var t=l(g,"HEAPU16"),v=l(d,"HEAPF32");return this._getGlyphIntercepts(t, +g.length,!(g&&g._ck),v,d.length,!(d&&d._ck),h,n)};a.Font.prototype.getGlyphWidths=function(g,d,h){var n=l(g,"HEAPU16"),t=a._malloc(4*g.length);this._getGlyphWidthBounds(n,g.length,t,M,d||null);d=new Float32Array(a.HEAPU8.buffer,t,g.length);k(n,g);if(h)return h.set(d),a._free(t),h;g=Float32Array.from(d);a._free(t);return g};a.FontMgr.FromData=function(){if(!arguments.length)return null;var g=arguments;1===g.length&&Array.isArray(g[0])&&(g=arguments[0]);if(!g.length)return null;for(var d=[],h=[],n= +0;nd)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.TextBlob.MakeOnPath=function(g,d,h,n){if(g&&g.length&&d&&d.countPoints()){if(1===d.countPoints())return this.MakeFromText(g,h);n||(n=0);var t=h.getGlyphIDs(g);t=h.getGlyphWidths(t);var v=[];d=new a.ContourMeasureIter(d,!1,1);for(var z=d.next(),E=new Float32Array(4),J=0;Jz.length()){z.delete();z= +d.next();if(!z){g=g.substring(0,J);break}n=I/2}z.getPosTan(n,E);var U=E[2],V=E[3];v.push(U,V,E[0]-I/2*U,E[1]-I/2*V);n+=I/2}g=this.MakeFromRSXform(g,v,h);z&&z.delete();d.delete();return g}};a.TextBlob.MakeFromRSXform=function(g,d,h){var n=ja(g)+1,t=a._malloc(n);ka(g,C,t,n);g=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXform(t,n-1,g,h);a._free(t);return h?h:null};a.TextBlob.MakeFromRSXformGlyphs=function(g,d,h){var n=l(g,"HEAPU16");d=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXformGlyphs(n,2*g.length,d,h);k(n, +g);return h?h:null};a.TextBlob.MakeFromGlyphs=function(g,d){var h=l(g,"HEAPU16");d=a.TextBlob._MakeFromGlyphs(h,2*g.length,d);k(h,g);return d?d:null};a.TextBlob.MakeFromText=function(g,d){var h=ja(g)+1,n=a._malloc(h);ka(g,C,n,h);g=a.TextBlob._MakeFromText(n,h-1,d);a._free(n);return g?g:null};a.MallocGlyphIDs=function(g){return a.Malloc(Uint16Array,g)}});a.Hd=a.Hd||[];a.Hd.push(function(){a.MakePicture=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._MakePicture(d, +g.byteLength))?g:null}});a.Hd=a.Hd||[];a.Hd.push(function(){a.RuntimeEffect.Make=function(g,d){return a.RuntimeEffect._Make(g,{onError:d||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.MakeForBlender=function(g,d){return a.RuntimeEffect._MakeForBlender(g,{onError:d||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.prototype.makeShader=function(g,d){var h=!g._ck,n=l(g,"HEAPF32");d=q(d);return this._makeShader(n,4*g.length,h,d)};a.RuntimeEffect.prototype.makeShaderWithChildren= +function(g,d,h){var n=!g._ck,t=l(g,"HEAPF32");h=q(h);for(var v=[],z=0;z{throw b;},pa="object"==typeof window,ra="function"==typeof importScripts,sa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ta="",ua,wa,xa; +if(sa){var fs=require("fs"),ya=require("path");ta=ra?ya.dirname(ta)+"/":__dirname+"/";ua=(a,b)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};xa=a=>{a=ua(a,!0);a.buffer||(a=new Uint8Array(a));return a};wa=(a,b,c,e=!0)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);fs.readFile(a,e?void 0:"utf8",(f,k)=>{f?c(f):b(e?k.buffer:k)})};!r.thisProgram&&1{process.exitCode= +a;throw b;};r.inspect=()=>"[Emscripten Module object]"}else if(pa||ra)ra?ta=self.location.href:"undefined"!=typeof document&&document.currentScript&&(ta=document.currentScript.src),_scriptDir&&(ta=_scriptDir),0!==ta.indexOf("blob:")?ta=ta.substr(0,ta.replace(/[?#].*/,"").lastIndexOf("/")+1):ta="",ua=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(xa=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}), +wa=(a,b,c)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?b(e.response):c()};e.onerror=c;e.send(null)};var Aa=r.print||console.log.bind(console),Ca=r.printErr||console.error.bind(console);Object.assign(r,la);la=null;r.thisProgram&&(ma=r.thisProgram);r.quit&&(oa=r.quit);var Da;r.wasmBinary&&(Da=r.wasmBinary);var noExitRuntime=r.noExitRuntime||!0;"object"!=typeof WebAssembly&&Ea("no native wasm support detected"); +var Fa,G,Ga=!1,Ha,C,Ia,Ja,K,L,N,Ka;function La(){var a=Fa.buffer;r.HEAP8=Ha=new Int8Array(a);r.HEAP16=Ia=new Int16Array(a);r.HEAP32=K=new Int32Array(a);r.HEAPU8=C=new Uint8Array(a);r.HEAPU16=Ja=new Uint16Array(a);r.HEAPU32=L=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=Ka=new Float64Array(a)}var Na,Oa=[],Pa=[],Qa=[];function Ra(){var a=r.preRun.shift();Oa.unshift(a)}var Ua=0,Va=null,Wa=null; +function Ea(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Ca(a);Ga=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function Xa(a){return a.startsWith("data:application/octet-stream;base64,")}var Ya;Ya="canvaskit.wasm";if(!Xa(Ya)){var Za=Ya;Ya=r.locateFile?r.locateFile(Za,ta):ta+Za}function $a(a){if(a==Ya&&Da)return new Uint8Array(Da);if(xa)return xa(a);throw"both async and sync fetching of the wasm failed";} +function ab(a){if(!Da&&(pa||ra)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(b=>{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>$a(a));if(wa)return new Promise((b,c)=>{wa(a,e=>b(new Uint8Array(e)),c)})}return Promise.resolve().then(()=>$a(a))}function bb(a,b,c){return ab(a).then(e=>WebAssembly.instantiate(e,b)).then(e=>e).then(c,e=>{Ca("failed to asynchronously prepare wasm: "+e);Ea(e)})} +function cb(a,b){var c=Ya;return Da||"function"!=typeof WebAssembly.instantiateStreaming||Xa(c)||c.startsWith("file://")||sa||"function"!=typeof fetch?bb(c,a,b):fetch(c,{credentials:"same-origin"}).then(e=>WebAssembly.instantiateStreaming(e,a).then(b,function(f){Ca("wasm streaming compile failed: "+f);Ca("falling back to ArrayBuffer instantiation");return bb(c,a,b)}))}function db(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a}var eb=a=>{for(;0>2]=b};this.re=function(b){L[this.Fd+8>>2]=b};this.Ud=function(b,c){this.qe();this.Je(b);this.re(c)};this.qe=function(){L[this.Fd+16>>2]=0}} +var gb=0,ib=0,jb="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,kb=(a,b,c)=>{var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}, +lb={};function mb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function nb(a){return this.fromWireType(K[a>>2])}var ob={},pb={},qb={},rb=void 0;function sb(a){throw new rb(a);} +function tb(a,b,c){function e(m){m=c(m);m.length!==a.length&&sb("Mismatched type converter count");for(var q=0;q{pb.hasOwnProperty(m)?f[q]=pb[m]:(k.push(m),ob.hasOwnProperty(m)||(ob[m]=[]),ob[m].push(()=>{f[q]=pb[m];++l;l===k.length&&e(f)}))});0===k.length&&e(f)} +function vb(a){switch(a){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError(`Unknown type size: ${a}`);}}var wb=void 0;function P(a){for(var b="";C[a];)b+=wb[C[a++]];return b}var xb=void 0;function Q(a){throw new xb(a);} +function yb(a,b,c={}){var e=b.name;a||Q(`type "${e}" must have a positive integer typeid pointer`);if(pb.hasOwnProperty(a)){if(c.af)return;Q(`Cannot register type '${e}' twice`)}pb[a]=b;delete qb[a];ob.hasOwnProperty(a)&&(b=ob[a],delete ob[a],b.forEach(f=>f()))}function ub(a,b,c={}){if(!("argPackAdvance"in b))throw new TypeError("registerType registeredInstance requires argPackAdvance");yb(a,b,c)}function zb(a){Q(a.jd.Id.Gd.name+" instance already deleted")}var Ab=!1;function Bb(){} +function Cb(a){--a.count.value;0===a.count.value&&(a.Kd?a.Od.Sd(a.Kd):a.Id.Gd.Sd(a.Fd))}function Db(a,b,c){if(b===c)return a;if(void 0===c.Ld)return null;a=Db(a,b,c.Ld);return null===a?null:c.Te(a)}var Jb={},Kb=[];function Lb(){for(;Kb.length;){var a=Kb.pop();a.jd.$d=!1;a["delete"]()}}var Mb=void 0,Nb={};function Ob(a,b){for(void 0===b&&Q("ptr should not be undefined");a.Ld;)b=a.fe(b),a=a.Ld;return Nb[b]} +function Pb(a,b){b.Id&&b.Fd||sb("makeClassHandle requires ptr and ptrType");!!b.Od!==!!b.Kd&&sb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Qb(Object.create(a,{jd:{value:b}}))}function Qb(a){if("undefined"===typeof FinalizationRegistry)return Qb=b=>b,a;Ab=new FinalizationRegistry(b=>{Cb(b.jd)});Qb=b=>{var c=b.jd;c.Kd&&Ab.register(b,{jd:c},b);return b};Bb=b=>{Ab.unregister(b)};return Qb(a)}function Rb(){} +function Sb(a){if(void 0===a)return"_unknown";a=a.replace(/[^a-zA-Z0-9_]/g,"$");var b=a.charCodeAt(0);return 48<=b&&57>=b?`_${a}`:a}function Tb(a,b){a=Sb(a);return{[a]:function(){return b.apply(this,arguments)}}[a]} +function Ub(a,b,c){if(void 0===a[b].Jd){var e=a[b];a[b]=function(){a[b].Jd.hasOwnProperty(arguments.length)||Q(`Function '${c}' called with an invalid number of arguments (${arguments.length}) - expects one of (${a[b].Jd})!`);return a[b].Jd[arguments.length].apply(this,arguments)};a[b].Jd=[];a[b].Jd[e.Yd]=e}} +function Vb(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Jd&&void 0!==r[a].Jd[c])&&Q(`Cannot register public name '${a}' twice`),Ub(r,a,a),r.hasOwnProperty(c)&&Q(`Cannot register multiple overloads of a function with the same number of arguments (${c})!`),r[a].Jd[c]=b):(r[a]=b,void 0!==c&&(r[a].sf=c))}function Wb(a,b,c,e,f,k,l,m){this.name=a;this.constructor=b;this.ae=c;this.Sd=e;this.Ld=f;this.We=k;this.fe=l;this.Te=m;this.ef=[]} +function Xb(a,b,c){for(;b!==c;)b.fe||Q(`Expected null or instance of ${c.name}, got an instance of ${b.name}`),a=b.fe(a),b=b.Ld;return a}function Yb(a,b){if(null===b)return this.ve&&Q(`null is not a valid ${this.name}`),0;b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);return Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd)} +function $b(a,b){if(null===b){this.ve&&Q(`null is not a valid ${this.name}`);if(this.ke){var c=this.we();null!==a&&a.push(this.Sd,c);return c}return 0}b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);!this.je&&b.jd.Id.je&&Q(`Cannot convert argument of type ${b.jd.Od?b.jd.Od.name:b.jd.Id.name} to parameter type ${this.name}`);c=Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd);if(this.ke)switch(void 0===b.jd.Kd&&Q("Passing raw pointer to smart pointer is illegal"), +this.kf){case 0:b.jd.Od===this?c=b.jd.Kd:Q(`Cannot convert argument of type ${b.jd.Od?b.jd.Od.name:b.jd.Id.name} to parameter type ${this.name}`);break;case 1:c=b.jd.Kd;break;case 2:if(b.jd.Od===this)c=b.jd.Kd;else{var e=b.clone();c=this.ff(c,ac(function(){e["delete"]()}));null!==a&&a.push(this.Sd,c)}break;default:Q("Unsupporting sharing policy")}return c} +function bc(a,b){if(null===b)return this.ve&&Q(`null is not a valid ${this.name}`),0;b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);b.jd.Id.je&&Q(`Cannot convert argument of type ${b.jd.Id.name} to parameter type ${this.name}`);return Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd)} +function cc(a,b,c,e,f,k,l,m,q,w,y){this.name=a;this.Gd=b;this.ve=c;this.je=e;this.ke=f;this.df=k;this.kf=l;this.Fe=m;this.we=q;this.ff=w;this.Sd=y;f||void 0!==b.Ld?this.toWireType=$b:(this.toWireType=e?Yb:bc,this.Nd=null)}function dc(a,b,c){r.hasOwnProperty(a)||sb("Replacing nonexistant public symbol");void 0!==r[a].Jd&&void 0!==c?r[a].Jd[c]=b:(r[a]=b,r[a].Yd=c)} +var ec=(a,b)=>{var c=[];return function(){c.length=0;Object.assign(c,arguments);if(a.includes("j")){var e=r["dynCall_"+a];e=c&&c.length?e.apply(null,[b].concat(c)):e.call(null,b)}else e=Na.get(b).apply(null,c);return e}};function mc(a,b){a=P(a);var c=a.includes("j")?ec(a,b):Na.get(b);"function"!=typeof c&&Q(`unknown function pointer with signature ${a}: ${b}`);return c}var nc=void 0;function oc(a){a=pc(a);var b=P(a);qc(a);return b} +function rc(a,b){function c(k){f[k]||pb[k]||(qb[k]?qb[k].forEach(c):(e.push(k),f[k]=!0))}var e=[],f={};b.forEach(c);throw new nc(`${a}: `+e.map(oc).join([", "]));} +function sc(a,b,c,e,f){var k=b.length;2>k&&Q("argTypes array size mismatch! Must at least get return value and 'this' types!");var l=null!==b[1]&&null!==c,m=!1;for(c=1;c>2]);return c}function uc(){this.Rd=[void 0];this.De=[]}var vc=new uc;function wc(a){a>=vc.Ud&&0===--vc.get(a).Ge&&vc.re(a)} +var xc=a=>{a||Q("Cannot use deleted val. handle = "+a);return vc.get(a).value},ac=a=>{switch(a){case void 0:return 1;case null:return 2;case !0:return 3;case !1:return 4;default:return vc.qe({Ge:1,value:a})}};function yc(a,b,c){switch(b){case 0:return function(e){return this.fromWireType((c?Ha:C)[e])};case 1:return function(e){return this.fromWireType((c?Ia:Ja)[e>>1])};case 2:return function(e){return this.fromWireType((c?K:L)[e>>2])};default:throw new TypeError("Unknown integer type: "+a);}} +function zc(a,b){var c=pb[a];void 0===c&&Q(b+" has unknown type "+oc(a));return c}function Zb(a){if(null===a)return"null";var b=typeof a;return"object"===b||"array"===b||"function"===b?a.toString():""+a}function Ac(a,b){switch(b){case 2:return function(c){return this.fromWireType(N[c>>2])};case 3:return function(c){return this.fromWireType(Ka[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Bc(a,b,c){switch(b){case 0:return c?function(e){return Ha[e]}:function(e){return C[e]};case 1:return c?function(e){return Ia[e>>1]}:function(e){return Ja[e>>1]};case 2:return c?function(e){return K[e>>2]}:function(e){return L[e>>2]};default:throw new TypeError("Unknown integer type: "+a);}} +var ka=(a,b,c,e)=>{if(!(0=l){var m=a.charCodeAt(++k);l=65536+((l&1023)<<10)|m&1023}if(127>=l){if(c>=e)break;b[c++]=l}else{if(2047>=l){if(c+1>=e)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=e)break;b[c++]=224|l>>12}else{if(c+3>=e)break;b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},ja=a=>{for(var b=0,c=0;c=e?b++:2047>= +e?b+=2:55296<=e&&57343>=e?(b+=4,++c):b+=3}return b},Cc="undefined"!=typeof TextDecoder?new TextDecoder("utf-16le"):void 0,Dc=(a,b)=>{var c=a>>1;for(var e=c+b/2;!(c>=e)&&Ja[c];)++c;c<<=1;if(32=b/2);++e){var f=Ia[a+2*e>>1];if(0==f)break;c+=String.fromCharCode(f)}return c},Ec=(a,b,c)=>{void 0===c&&(c=2147483647);if(2>c)return 0;c-=2;var e=b;c=c<2*a.length?c/2:a.length;for(var f=0;f>1]=a.charCodeAt(f),b+=2;Ia[b>>1]=0;return b-e}, +Fc=a=>2*a.length,Gc=(a,b)=>{for(var c=0,e="";!(c>=b/4);){var f=K[a+4*c>>2];if(0==f)break;++c;65536<=f?(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023)):e+=String.fromCharCode(f)}return e},Hc=(a,b,c)=>{void 0===c&&(c=2147483647);if(4>c)return 0;var e=b;c=e+c-4;for(var f=0;f=k){var l=a.charCodeAt(++f);k=65536+((k&1023)<<10)|l&1023}K[b>>2]=k;b+=4;if(b+4>c)break}K[b>>2]=0;return b-e},Ic=a=>{for(var b=0,c=0;c=e&&++c;b+=4}return b},Jc={};function Kc(a){var b=Jc[a];return void 0===b?P(a):b}var Lc=[]; +function Mc(){function a(b){b.$$$embind_global$$$=b;var c="object"==typeof $$$embind_global$$$&&b.$$$embind_global$$$==b;c||delete b.$$$embind_global$$$;return c}if("object"==typeof globalThis)return globalThis;if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;"object"==typeof global&&a(global)?$$$embind_global$$$=global:"object"==typeof self&&a(self)&&($$$embind_global$$$=self);if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;throw Error("unable to get global object."); +}function Nc(a){var b=Lc.length;Lc.push(a);return b}function Oc(a,b){for(var c=Array(a),e=0;e>2],"parameter "+e);return c}var Pc=[];function Qc(a){var b=Array(a+1);return function(c,e,f){b[0]=c;for(var k=0;k>2],"parameter "+k);b[k+1]=l.readValueFromPointer(f);f+=l.argPackAdvance}c=new (c.bind.apply(c,b));return ac(c)}}var Rc={}; +function Sc(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,e){b.vertexAttribDivisorANGLE(c,e)},a.drawArraysInstanced=function(c,e,f,k){b.drawArraysInstancedANGLE(c,e,f,k)},a.drawElementsInstanced=function(c,e,f,k,l){b.drawElementsInstancedANGLE(c,e,f,k,l)})} +function Tc(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Uc(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +var Vc=1,Wc=[],Xc=[],Yc=[],Zc=[],ea=[],$c=[],ad=[],ia=[],bd=[],cd=[],dd={},ed={},gd=4;function R(a){hd||(hd=a)}function da(a){for(var b=Vc++,c=a.length;ca.version||!b.Be)b.Be=b.getExtension("EXT_disjoint_timer_query");b.rf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var x,hd,ld={},nd=()=>{if(!md){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in ld)void 0===ld[b]?delete a[b]:a[b]=ld[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);md=c}return md},md,od=[null,[],[]];function pd(a){S.bindVertexArray(ad[a])} +function qd(a,b){for(var c=0;c>2];S.deleteVertexArray(ad[e]);ad[e]=null}}var rd=[];function sd(a,b,c,e){S.drawElements(a,b,c,e)}function td(a,b,c,e){for(var f=0;f>2]=l}}function ud(a,b){td(a,b,"createVertexArray",ad)} +function vd(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&R(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=S.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>x.version){R(1282);return}e=2*(S.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>x.version){R(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=S.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":R(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:e=0;break;default:R(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:N[b+4*a>>2]=f[a];break;case 4:Ha[b+a>>0]=f[a]?1:0}return}try{e=f.name|0}catch(k){R(1280); +Ca("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:R(1280);Ca("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=e;L[b>>2]=c;L[b+4>>2]=(c-L[b>>2])/4294967296;break;case 0:K[b>>2]=e;break;case 2:N[b>>2]=e;break;case 4:Ha[b>>0]=e?1:0}}else R(1281)}var xd=a=>{var b=ja(a)+1,c=wd(b);c&&ka(a,C,c,b);return c}; +function yd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function zd(a){a-=5120;return 0==a?Ha:1==a?C:2==a?Ia:4==a?K:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?L:Ja}function Ad(a,b,c,e,f){a=zd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),l=gd;return a.subarray(f>>k,f+e*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>k)} +function W(a){var b=S.Re;if(b){var c=b.ee[a];"number"==typeof c&&(b.ee[a]=c=S.getUniformLocation(b,b.He[a]+(00===a%4&&(0!==a%100||0===a%400),Ed=[31,29,31,30,31,30,31,31,30,31,30,31],Fd=[31,28,31,30,31,30,31,31,30,31,30,31];function Gd(a){var b=Array(ja(a)+1);ka(a,b,0,b.length);return b} +var Hd=(a,b,c,e)=>{function f(u,F,H){for(u="number"==typeof u?u.toString():u||"";u.lengthca?-1:0T-u.getDate())F-=T-u.getDate()+1,u.setDate(1),11>H?u.setMonth(H+1):(u.setMonth(0),u.setFullYear(u.getFullYear()+1));else{u.setDate(u.getDate()+F);break}}H=new Date(u.getFullYear()+1,0,4);F=m(new Date(u.getFullYear(), +0,4));H=m(H);return 0>=l(F,u)?0>=l(H,u)?u.getFullYear()+1:u.getFullYear():u.getFullYear()-1}var w=K[e+40>>2];e={nf:K[e>>2],mf:K[e+4>>2],oe:K[e+8>>2],xe:K[e+12>>2],pe:K[e+16>>2],Wd:K[e+20>>2],Qd:K[e+24>>2],Vd:K[e+28>>2],uf:K[e+32>>2],lf:K[e+36>>2],pf:w?w?kb(C,w):"":""};c=c?kb(C,c):"";w={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in w)c=c.replace(new RegExp(y,"g"),w[y]);var B="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),D="January February March April May June July August September October November December".split(" ");w={"%a":u=>B[u.Qd].substring(0,3),"%A":u=>B[u.Qd],"%b":u=>D[u.pe].substring(0,3),"%B":u=>D[u.pe],"%C":u=>k((u.Wd+1900)/ +100|0,2),"%d":u=>k(u.xe,2),"%e":u=>f(u.xe,2," "),"%g":u=>q(u).toString().substring(2),"%G":u=>q(u),"%H":u=>k(u.oe,2),"%I":u=>{u=u.oe;0==u?u=12:12{for(var F=0,H=0;H<=u.pe-1;F+=(Dd(u.Wd+1900)?Ed:Fd)[H++]);return k(u.xe+F,3)},"%m":u=>k(u.pe+1,2),"%M":u=>k(u.mf,2),"%n":()=>"\n","%p":u=>0<=u.oe&&12>u.oe?"AM":"PM","%S":u=>k(u.nf,2),"%t":()=>"\t","%u":u=>u.Qd||7,"%U":u=>k(Math.floor((u.Vd+7-u.Qd)/7),2),"%V":u=>{var F=Math.floor((u.Vd+7-(u.Qd+6)%7)/7);2>=(u.Qd+371-u.Vd- +2)%7&&F++;if(F)53==F&&(H=(u.Qd+371-u.Vd)%7,4==H||3==H&&Dd(u.Wd)||(F=1));else{F=52;var H=(u.Qd+7-u.Vd-1)%7;(4==H||5==H&&Dd(u.Wd%400-1))&&F++}return k(F,2)},"%w":u=>u.Qd,"%W":u=>k(Math.floor((u.Vd+7-(u.Qd+6)%7)/7),2),"%y":u=>(u.Wd+1900).toString().substring(2),"%Y":u=>u.Wd+1900,"%z":u=>{u=u.lf;var F=0<=u;u=Math.abs(u)/60;return(F?"+":"-")+String("0000"+(u/60*100+u%60)).slice(-4)},"%Z":u=>u.pf,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in w)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),w[y](e))); +c=c.replace(/\0\0/g,"%");y=Gd(c);if(y.length>b)return 0;Ha.set(y,a);return y.length-1};rb=r.InternalError=class extends Error{constructor(a){super(a);this.name="InternalError"}};for(var Id=Array(256),Jd=0;256>Jd;++Jd)Id[Jd]=String.fromCharCode(Jd);wb=Id;xb=r.BindingError=class extends Error{constructor(a){super(a);this.name="BindingError"}}; +Rb.prototype.isAliasOf=function(a){if(!(this instanceof Rb&&a instanceof Rb))return!1;var b=this.jd.Id.Gd,c=this.jd.Fd,e=a.jd.Id.Gd;for(a=a.jd.Fd;b.Ld;)c=b.fe(c),b=b.Ld;for(;e.Ld;)a=e.fe(a),e=e.Ld;return b===e&&c===a}; +Rb.prototype.clone=function(){this.jd.Fd||zb(this);if(this.jd.de)return this.jd.count.value+=1,this;var a=Qb,b=Object,c=b.create,e=Object.getPrototypeOf(this),f=this.jd;a=a(c.call(b,e,{jd:{value:{count:f.count,$d:f.$d,de:f.de,Fd:f.Fd,Id:f.Id,Kd:f.Kd,Od:f.Od}}}));a.jd.count.value+=1;a.jd.$d=!1;return a};Rb.prototype["delete"]=function(){this.jd.Fd||zb(this);this.jd.$d&&!this.jd.de&&Q("Object already scheduled for deletion");Bb(this);Cb(this.jd);this.jd.de||(this.jd.Kd=void 0,this.jd.Fd=void 0)}; +Rb.prototype.isDeleted=function(){return!this.jd.Fd};Rb.prototype.deleteLater=function(){this.jd.Fd||zb(this);this.jd.$d&&!this.jd.de&&Q("Object already scheduled for deletion");Kb.push(this);1===Kb.length&&Mb&&Mb(Lb);this.jd.$d=!0;return this};r.getInheritedInstanceCount=function(){return Object.keys(Nb).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in Nb)Nb.hasOwnProperty(b)&&a.push(Nb[b]);return a};r.flushPendingDeletes=Lb;r.setDelayFunction=function(a){Mb=a;Kb.length&&Mb&&Mb(Lb)}; +cc.prototype.Xe=function(a){this.Fe&&(a=this.Fe(a));return a};cc.prototype.ze=function(a){this.Sd&&this.Sd(a)};cc.prototype.argPackAdvance=8;cc.prototype.readValueFromPointer=nb;cc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +cc.prototype.fromWireType=function(a){function b(){return this.ke?Pb(this.Gd.ae,{Id:this.df,Fd:c,Od:this,Kd:a}):Pb(this.Gd.ae,{Id:this,Fd:a})}var c=this.Xe(a);if(!c)return this.ze(a),null;var e=Ob(this.Gd,c);if(void 0!==e){if(0===e.jd.count.value)return e.jd.Fd=c,e.jd.Kd=a,e.clone();e=e.clone();this.ze(a);return e}e=this.Gd.We(c);e=Jb[e];if(!e)return b.call(this);e=this.je?e.Qe:e.pointerType;var f=Db(c,this.Gd,e.Gd);return null===f?b.call(this):this.ke?Pb(e.Gd.ae,{Id:e,Fd:f,Od:this,Kd:a}):Pb(e.Gd.ae, +{Id:e,Fd:f})};nc=r.UnboundTypeError=function(a,b){var c=Tb(b,function(e){this.name=b;this.message=e;e=Error(e).stack;void 0!==e&&(this.stack=this.toString()+"\n"+e.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(a.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:`${this.name}: ${this.message}`};return c}(Error,"UnboundTypeError"); +Object.assign(uc.prototype,{get(a){return this.Rd[a]},has(a){return void 0!==this.Rd[a]},qe(a){var b=this.De.pop()||this.Rd.length;this.Rd[b]=a;return b},re(a){this.Rd[a]=void 0;this.De.push(a)}});vc.Rd.push({value:void 0},{value:null},{value:!0},{value:!1});vc.Ud=vc.Rd.length;r.count_emval_handles=function(){for(var a=0,b=vc.Ud;bKd;++Kd)rd.push(Array(Kd));var Ld=new Float32Array(288); +for(Kd=0;288>Kd;++Kd)Bd[Kd]=Ld.subarray(0,Kd+1);var Md=new Int32Array(288);for(Kd=0;288>Kd;++Kd)Cd[Kd]=Md.subarray(0,Kd+1); +var $d={H:function(a,b,c){(new fb(a)).Ud(b,c);gb=a;ib++;throw gb;},T:function(){return 0},tb:()=>{},vb:function(){return 0},rb:()=>{},wb:function(){},sb:()=>{},C:function(a){var b=lb[a];delete lb[a];var c=b.we,e=b.Sd,f=b.Ce,k=f.map(l=>l.$e).concat(f.map(l=>l.hf));tb([a],k,l=>{var m={};f.forEach((q,w)=>{var y=l[w],B=q.Ye,D=q.Ze,u=l[w+f.length],F=q.gf,H=q.jf;m[q.Ve]={read:T=>y.fromWireType(B(D,T)),write:(T,ca)=>{var Y=[];F(H,T,u.toWireType(Y,ca));mb(Y)}}});return[{name:b.name,fromWireType:function(q){var w= +{},y;for(y in m)w[y]=m[y].read(q);e(q);return w},toWireType:function(q,w){for(var y in m)if(!(y in w))throw new TypeError(`Missing field: "${y}"`);var B=c();for(y in m)m[y].write(B,w[y]);null!==q&&q.push(e,B);return B},argPackAdvance:8,readValueFromPointer:nb,Nd:e}]})},jb:function(){},Ab:function(a,b,c,e,f){var k=vb(c);b=P(b);ub(a,{name:b,fromWireType:function(l){return!!l},toWireType:function(l,m){return m?e:f},argPackAdvance:8,readValueFromPointer:function(l){if(1===c)var m=Ha;else if(2===c)m=Ia; +else if(4===c)m=K;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(m[l>>k])},Nd:null})},l:function(a,b,c,e,f,k,l,m,q,w,y,B,D){y=P(y);k=mc(f,k);m&&(m=mc(l,m));w&&(w=mc(q,w));D=mc(B,D);var u=Sb(y);Vb(u,function(){rc(`Cannot construct ${y} due to unbound types`,[e])});tb([a,b,c],e?[e]:[],function(F){F=F[0];if(e){var H=F.Gd;var T=H.ae}else T=Rb.prototype;F=Tb(u,function(){if(Object.getPrototypeOf(this)!==ca)throw new xb("Use 'new' to construct "+y);if(void 0===Y.Td)throw new xb(y+ +" has no accessible constructor");var Ma=Y.Td[arguments.length];if(void 0===Ma)throw new xb(`Tried to invoke ctor of ${y} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(Y.Td).toString()}) parameters instead!`);return Ma.apply(this,arguments)});var ca=Object.create(T,{constructor:{value:F}});F.prototype=ca;var Y=new Wb(y,F,ca,D,H,k,m,w);Y.Ld&&(void 0===Y.Ld.ge&&(Y.Ld.ge=[]),Y.Ld.ge.push(Y));H=new cc(y,Y,!0,!1,!1);T=new cc(y+"*",Y,!1,!1,!1);var va=new cc(y+" const*", +Y,!1,!0,!1);Jb[a]={pointerType:T,Qe:va};dc(u,F);return[H,T,va]})},e:function(a,b,c,e,f,k,l){var m=tc(c,e);b=P(b);k=mc(f,k);tb([],[a],function(q){function w(){rc(`Cannot call ${y} due to unbound types`,m)}q=q[0];var y=`${q.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var B=q.Gd.constructor;void 0===B[b]?(w.Yd=c-1,B[b]=w):(Ub(B,b,y),B[b].Jd[c-1]=w);tb([],m,function(D){D=[D[0],null].concat(D.slice(1));D=sc(y,D,null,k,l);void 0===B[b].Jd?(D.Yd=c-1,B[b]=D):B[b].Jd[c-1]=D;if(q.Gd.ge)for(const u of q.Gd.ge)u.constructor.hasOwnProperty(b)|| +(u.constructor[b]=D);return[]});return[]})},A:function(a,b,c,e,f,k){var l=tc(b,c);f=mc(e,f);tb([],[a],function(m){m=m[0];var q=`constructor ${m.name}`;void 0===m.Gd.Td&&(m.Gd.Td=[]);if(void 0!==m.Gd.Td[b-1])throw new xb(`Cannot register multiple constructors with identical number of parameters (${b-1}) for class '${m.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);m.Gd.Td[b-1]=()=>{rc(`Cannot construct ${m.name} due to unbound types`,l)}; +tb([],l,function(w){w.splice(1,0,null);m.Gd.Td[b-1]=sc(q,w,null,f,k);return[]});return[]})},a:function(a,b,c,e,f,k,l,m){var q=tc(c,e);b=P(b);k=mc(f,k);tb([],[a],function(w){function y(){rc(`Cannot call ${B} due to unbound types`,q)}w=w[0];var B=`${w.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);m&&w.Gd.ef.push(b);var D=w.Gd.ae,u=D[b];void 0===u||void 0===u.Jd&&u.className!==w.name&&u.Yd===c-2?(y.Yd=c-2,y.className=w.name,D[b]=y):(Ub(D,b,B),D[b].Jd[c-2]=y);tb([],q,function(F){F=sc(B,F, +w,k,l);void 0===D[b].Jd?(F.Yd=c-2,D[b]=F):D[b].Jd[c-2]=F;return[]});return[]})},t:function(a,b,c){a=P(a);tb([],[b],function(e){e=e[0];r[a]=e.fromWireType(c);return[]})},zb:function(a,b){b=P(b);ub(a,{name:b,fromWireType:function(c){var e=xc(c);wc(c);return e},toWireType:function(c,e){return ac(e)},argPackAdvance:8,readValueFromPointer:nb,Nd:null})},i:function(a,b,c,e){function f(){}c=vb(c);b=P(b);f.values={};ub(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k, +l){return l.value},argPackAdvance:8,readValueFromPointer:yc(b,c,e),Nd:null});Vb(b,f)},b:function(a,b,c){var e=zc(a,"enum");b=P(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Tb(`${e.name}_${b}`,function(){})}});a.values[c]=e;a[b]=e},W:function(a,b,c){c=vb(c);b=P(b);ub(a,{name:b,fromWireType:function(e){return e},toWireType:function(e,f){return f},argPackAdvance:8,readValueFromPointer:Ac(b,c),Nd:null})},v:function(a,b,c,e,f,k){var l=tc(b,c);a=P(a);f= +mc(e,f);Vb(a,function(){rc(`Cannot call ${a} due to unbound types`,l)},b-1);tb([],l,function(m){m=[m[0],null].concat(m.slice(1));dc(a,sc(a,m,null,f,k),b-1);return[]})},E:function(a,b,c,e,f){b=P(b);-1===f&&(f=4294967295);f=vb(c);var k=m=>m;if(0===e){var l=32-8*c;k=m=>m<>>l}c=b.includes("unsigned")?function(m,q){return q>>>0}:function(m,q){return q};ub(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Bc(b,f,0!==e),Nd:null})},s:function(a,b,c){function e(k){k>>=2;var l= +L;return new f(l.buffer,l[k+1],l[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=P(c);ub(a,{name:c,fromWireType:e,argPackAdvance:8,readValueFromPointer:e},{af:!0})},q:function(a,b,c,e,f,k,l,m,q,w,y,B){c=P(c);k=mc(f,k);m=mc(l,m);w=mc(q,w);B=mc(y,B);tb([a],[b],function(D){D=D[0];return[new cc(c,D.Gd,!1,!1,!0,D,e,k,m,w,B)]})},V:function(a,b){b=P(b);var c="std::string"===b;ub(a,{name:b,fromWireType:function(e){var f=L[e>>2],k=e+4;if(c)for(var l= +k,m=0;m<=f;++m){var q=k+m;if(m==f||0==C[q]){l=l?kb(C,l,q-l):"";if(void 0===w)var w=l;else w+=String.fromCharCode(0),w+=l;l=q+1}}else{w=Array(f);for(m=0;m>2]= +l;if(c&&k)ka(f,C,q,l+1);else if(k)for(k=0;kJa;var m=1}else 4===b&&(e=Gc,f=Hc,k=Ic,l=()=>L,m=2);ub(a,{name:c,fromWireType:function(q){for(var w=L[q>>2],y=l(),B,D=q+4,u=0;u<=w;++u){var F= +q+4+u*b;if(u==w||0==y[F>>m])D=e(D,F-D),void 0===B?B=D:(B+=String.fromCharCode(0),B+=D),D=F+b}qc(q);return B},toWireType:function(q,w){"string"!=typeof w&&Q(`Cannot pass non-string to C++ string type ${c}`);var y=k(w),B=wd(4+y+b);L[B>>2]=y>>m;f(w,B+4,y+b);null!==q&&q.push(qc,B);return B},argPackAdvance:8,readValueFromPointer:nb,Nd:function(q){qc(q)}})},D:function(a,b,c,e,f,k){lb[a]={name:P(b),we:mc(c,e),Sd:mc(f,k),Ce:[]}},d:function(a,b,c,e,f,k,l,m,q,w){lb[a].Ce.push({Ve:P(b),$e:c,Ye:mc(e,f),Ze:k, +hf:l,gf:mc(m,q),jf:w})},Bb:function(a,b){b=P(b);ub(a,{cf:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},yb:()=>!0,nb:()=>{throw Infinity;},F:function(a,b,c){a=xc(a);b=zc(b,"emval::as");var e=[],f=ac(e);L[c>>2]=f;return b.toWireType(e,a)},O:function(a,b,c,e,f){a=Lc[a];b=xc(b);c=Kc(c);var k=[];L[e>>2]=ac(k);return a(b,c,k,f)},u:function(a,b,c,e){a=Lc[a];b=xc(b);c=Kc(c);a(b,c,null,e)},c:wc,K:function(a){if(0===a)return ac(Mc());a=Kc(a);return ac(Mc()[a])},r:function(a, +b){var c=Oc(a,b),e=c[0];b=e.name+"_$"+c.slice(1).map(function(l){return l.name}).join("_")+"$";var f=Pc[b];if(void 0!==f)return f;var k=Array(a-1);f=Nc((l,m,q,w)=>{for(var y=0,B=0;B{Ea("")},xb:()=>performance.now(),ob:a=>{var b=C.length;a>>>=0;if(2147483648=c;c*=2){var e=b*(1+.2/c); +e=Math.min(e,a+100663296);var f=Math;e=Math.max(a,e);a:{f=f.min.call(f,2147483648,e+(65536-e%65536)%65536)-Fa.buffer.byteLength+65535>>>16;try{Fa.grow(f);La();var k=1;break a}catch(l){}k=void 0}if(k)return!0}return!1},eb:function(){return x?x.handle:0},pb:(a,b)=>{var c=0;nd().forEach(function(e,f){var k=b+c;f=L[a+4*f>>2]=k;for(k=0;k>0]=e.charCodeAt(k);Ha[f>>0]=0;c+=e.length+1});return 0},qb:(a,b)=>{var c=nd();L[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});L[b>> +2]=e;return 0},Cb:a=>{if(!noExitRuntime){if(r.onExit)r.onExit(a);Ga=!0}oa(a,new db(a))},U:()=>52,fb:function(){return 52},ub:()=>52,ib:function(){return 70},S:(a,b,c,e)=>{for(var f=0,k=0;k>2],m=L[b+4>>2];b+=8;for(var q=0;q>2]=f;return 0},Vc:function(a){S.activeTexture(a)},Wc:function(a,b){S.attachShader(Xc[a],$c[b])},Xc:function(a,b,c){S.bindAttribLocation(Xc[a],b,c?kb(C,c):"")},Yc:function(a, +b){35051==a?S.te=b:35052==a&&(S.Zd=b);S.bindBuffer(a,Wc[b])},_:function(a,b){S.bindFramebuffer(a,Yc[b])},Zb:function(a,b){S.bindRenderbuffer(a,Zc[b])},Jb:function(a,b){S.bindSampler(a,bd[b])},Zc:function(a,b){S.bindTexture(a,ea[b])},rc:pd,uc:pd,_c:function(a,b,c,e){S.blendColor(a,b,c,e)},$:function(a){S.blendEquation(a)},aa:function(a,b){S.blendFunc(a,b)},Tb:function(a,b,c,e,f,k,l,m,q,w){S.blitFramebuffer(a,b,c,e,f,k,l,m,q,w)},ba:function(a,b,c,e){2<=x.version?c&&b?S.bufferData(a,C,e,c,b):S.bufferData(a, +b,e):S.bufferData(a,c?C.subarray(c,c+b):b,e)},ca:function(a,b,c,e){2<=x.version?c&&S.bufferSubData(a,b,C,e,c):S.bufferSubData(a,b,C.subarray(e,e+c))},_b:function(a){return S.checkFramebufferStatus(a)},Q:function(a){S.clear(a)},Z:function(a,b,c,e){S.clearColor(a,b,c,e)},R:function(a){S.clearStencil(a)},lb:function(a,b,c,e){return S.clientWaitSync(cd[a],b,(c>>>0)+4294967296*e)},da:function(a,b,c,e){S.colorMask(!!a,!!b,!!c,!!e)},ea:function(a){S.compileShader($c[a])},fa:function(a,b,c,e,f,k,l,m){2<= +x.version?S.Zd||!l?S.compressedTexImage2D(a,b,c,e,f,k,l,m):S.compressedTexImage2D(a,b,c,e,f,k,C,m,l):S.compressedTexImage2D(a,b,c,e,f,k,m?C.subarray(m,m+l):null)},ga:function(a,b,c,e,f,k,l,m,q){2<=x.version?S.Zd||!m?S.compressedTexSubImage2D(a,b,c,e,f,k,l,m,q):S.compressedTexSubImage2D(a,b,c,e,f,k,l,C,q,m):S.compressedTexSubImage2D(a,b,c,e,f,k,l,q?C.subarray(q,q+m):null)},Rb:function(a,b,c,e,f){S.copyBufferSubData(a,b,c,e,f)},ha:function(a,b,c,e,f,k,l,m){S.copyTexSubImage2D(a,b,c,e,f,k,l,m)},ia:function(){var a= +da(Xc),b=S.createProgram();b.name=a;b.ne=b.le=b.me=0;b.ye=1;Xc[a]=b;return a},ja:function(a){var b=da($c);$c[b]=S.createShader(a);return b},ka:function(a){S.cullFace(a)},la:function(a,b){for(var c=0;c>2],f=Wc[e];f&&(S.deleteBuffer(f),f.name=0,Wc[e]=null,e==S.te&&(S.te=0),e==S.Zd&&(S.Zd=0))}},$b:function(a,b){for(var c=0;c>2],f=Yc[e];f&&(S.deleteFramebuffer(f),f.name=0,Yc[e]=null)}},ma:function(a){if(a){var b=Xc[a];b?(S.deleteProgram(b),b.name=0,Xc[a]=null): +R(1281)}},ac:function(a,b){for(var c=0;c>2],f=Zc[e];f&&(S.deleteRenderbuffer(f),f.name=0,Zc[e]=null)}},Kb:function(a,b){for(var c=0;c>2],f=bd[e];f&&(S.deleteSampler(f),f.name=0,bd[e]=null)}},na:function(a){if(a){var b=$c[a];b?(S.deleteShader(b),$c[a]=null):R(1281)}},Sb:function(a){if(a){var b=cd[a];b?(S.deleteSync(b),b.name=0,cd[a]=null):R(1281)}},oa:function(a,b){for(var c=0;c>2],f=ea[e];f&&(S.deleteTexture(f),f.name=0,ea[e]=null)}}, +sc:qd,vc:qd,pa:function(a){S.depthMask(!!a)},qa:function(a){S.disable(a)},ra:function(a){S.disableVertexAttribArray(a)},sa:function(a,b,c){S.drawArrays(a,b,c)},pc:function(a,b,c,e){S.drawArraysInstanced(a,b,c,e)},nc:function(a,b,c,e,f){S.Ae.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},lc:function(a,b){for(var c=rd[a],e=0;e>2];S.drawBuffers(c)},ta:sd,qc:function(a,b,c,e,f){S.drawElementsInstanced(a,b,c,e,f)},oc:function(a,b,c,e,f,k,l){S.Ae.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,e,f,k,l)},fc:function(a,b,c,e,f,k){sd(a,e,f,k)},ua:function(a){S.enable(a)},va:function(a){S.enableVertexAttribArray(a)},Pb:function(a,b){return(a=S.fenceSync(a,b))?(b=da(cd),a.name=b,cd[b]=a,b):0},wa:function(){S.finish()},xa:function(){S.flush()},bc:function(a,b,c,e){S.framebufferRenderbuffer(a,b,c,Zc[e])},cc:function(a,b,c,e,f){S.framebufferTexture2D(a,b,c,ea[e],f)},ya:function(a){S.frontFace(a)},za:function(a,b){td(a,b,"createBuffer",Wc)},dc:function(a,b){td(a,b,"createFramebuffer",Yc)},ec:function(a, +b){td(a,b,"createRenderbuffer",Zc)},Lb:function(a,b){td(a,b,"createSampler",bd)},Aa:function(a,b){td(a,b,"createTexture",ea)},tc:ud,wc:ud,Vb:function(a){S.generateMipmap(a)},Ba:function(a,b,c){c?K[c>>2]=S.getBufferParameter(a,b):R(1281)},Ca:function(){var a=S.getError()||hd;hd=0;return a},Da:function(a,b){vd(a,b,2)},Wb:function(a,b,c,e){a=S.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;K[e>>2]=a},L:function(a,b){vd(a,b,0)},Ea:function(a, +b,c,e){a=S.getProgramInfoLog(Xc[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Fa:function(a,b,c){if(c)if(a>=Vc)R(1281);else if(a=Xc[a],35716==b)a=S.getProgramInfoLog(a),null===a&&(a="(unknown error)"),K[c>>2]=a.length+1;else if(35719==b){if(!a.ne)for(b=0;b>2]=a.ne}else if(35722==b){if(!a.le)for(b=0;b>2]=a.le}else if(35381==b){if(!a.me)for(b=0;b>2]=a.me}else K[c>>2]=S.getProgramParameter(a,b);else R(1281)},Xb:function(a,b,c){c?K[c>>2]=S.getRenderbufferParameter(a,b):R(1281)},Ga:function(a,b,c,e){a=S.getShaderInfoLog($c[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Gb:function(a,b,c,e){a=S.getShaderPrecisionFormat(a,b);K[c>>2]=a.rangeMin;K[c+4>> +2]=a.rangeMax;K[e>>2]=a.precision},Ha:function(a,b,c){c?35716==b?(a=S.getShaderInfoLog($c[a]),null===a&&(a="(unknown error)"),K[c>>2]=a?a.length+1:0):35720==b?(a=S.getShaderSource($c[a]),K[c>>2]=a?a.length+1:0):K[c>>2]=S.getShaderParameter($c[a],b):R(1281)},P:function(a){var b=dd[a];if(!b){switch(a){case 7939:b=S.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=xd(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=S.getParameter(a))||R(1280);b=b&&xd(b);break; +case 7938:b=S.getParameter(7938);b=2<=x.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=xd(b);break;case 35724:b=S.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=xd(b);break;default:R(1280)}dd[a]=b}return b},cb:function(a,b){if(2>x.version)return R(1282),0;var c=ed[a];if(c)return 0>b||b>=c.length?(R(1281),0):c[b];switch(a){case 7939:return c=S.getSupportedExtensions()||[], +c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return xd(e)}),c=ed[a]=c,0>b||b>=c.length?(R(1281),0):c[b];default:return R(1280),0}},Ia:function(a,b){b=b?kb(C,b):"";if(a=Xc[a]){var c=a,e=c.ee,f=c.Ie,k;if(!e)for(c.ee=e={},c.He={},k=0;k>>0,f=b.slice(0, +k));if((f=a.Ie[f])&&e>2];S.invalidateFramebuffer(a,e)},Ib:function(a,b,c,e,f,k,l){for(var m=rd[b],q=0;q>2];S.invalidateSubFramebuffer(a,m,e,f,k,l)},Qb:function(a){return S.isSync(cd[a])},Ja:function(a){return(a=ea[a])?S.isTexture(a):0},Ka:function(a){S.lineWidth(a)},La:function(a){a=Xc[a];S.linkProgram(a);a.ee=0;a.Ie={}},jc:function(a, +b,c,e,f,k){S.Ee.multiDrawArraysInstancedBaseInstanceWEBGL(a,K,b>>2,K,c>>2,K,e>>2,L,f>>2,k)},kc:function(a,b,c,e,f,k,l,m){S.Ee.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,K,b>>2,c,K,e>>2,K,f>>2,K,k>>2,L,l>>2,m)},Ma:function(a,b){3317==a&&(gd=b);S.pixelStorei(a,b)},mc:function(a){S.readBuffer(a)},Na:function(a,b,c,e,f,k,l){if(2<=x.version)if(S.te)S.readPixels(a,b,c,e,f,k,l);else{var m=zd(k);S.readPixels(a,b,c,e,f,k,m,l>>31-Math.clz32(m.BYTES_PER_ELEMENT))}else(l=Ad(k,f,c,e,l))?S.readPixels(a, +b,c,e,f,k,l):R(1280)},Yb:function(a,b,c,e){S.renderbufferStorage(a,b,c,e)},Ub:function(a,b,c,e,f){S.renderbufferStorageMultisample(a,b,c,e,f)},Mb:function(a,b,c){S.samplerParameterf(bd[a],b,c)},Nb:function(a,b,c){S.samplerParameteri(bd[a],b,c)},Ob:function(a,b,c){S.samplerParameteri(bd[a],b,K[c>>2])},Oa:function(a,b,c,e){S.scissor(a,b,c,e)},Pa:function(a,b,c,e){for(var f="",k=0;k>2]:-1,m=K[c+4*k>>2];l=m?kb(C,m,0>l?void 0:l):"";f+=l}S.shaderSource($c[a],f)},Qa:function(a,b, +c){S.stencilFunc(a,b,c)},Ra:function(a,b,c,e){S.stencilFuncSeparate(a,b,c,e)},Sa:function(a){S.stencilMask(a)},Ta:function(a,b){S.stencilMaskSeparate(a,b)},Ua:function(a,b,c){S.stencilOp(a,b,c)},Va:function(a,b,c,e){S.stencilOpSeparate(a,b,c,e)},Wa:function(a,b,c,e,f,k,l,m,q){if(2<=x.version)if(S.Zd)S.texImage2D(a,b,c,e,f,k,l,m,q);else if(q){var w=zd(m);S.texImage2D(a,b,c,e,f,k,l,m,w,q>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texImage2D(a,b,c,e,f,k,l,m,null);else S.texImage2D(a,b,c,e,f,k,l,m,q? +Ad(m,l,e,f,q):null)},Xa:function(a,b,c){S.texParameterf(a,b,c)},Ya:function(a,b,c){S.texParameterf(a,b,N[c>>2])},Za:function(a,b,c){S.texParameteri(a,b,c)},_a:function(a,b,c){S.texParameteri(a,b,K[c>>2])},gc:function(a,b,c,e,f){S.texStorage2D(a,b,c,e,f)},$a:function(a,b,c,e,f,k,l,m,q){if(2<=x.version)if(S.Zd)S.texSubImage2D(a,b,c,e,f,k,l,m,q);else if(q){var w=zd(m);S.texSubImage2D(a,b,c,e,f,k,l,m,w,q>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texSubImage2D(a,b,c,e,f,k,l,m,null);else w=null,q&&(w= +Ad(m,l,f,k,q)),S.texSubImage2D(a,b,c,e,f,k,l,m,w)},ab:function(a,b){S.uniform1f(W(a),b)},bb:function(a,b,c){if(2<=x.version)b&&S.uniform1fv(W(a),N,c>>2,b);else{if(288>=b)for(var e=Bd[b-1],f=0;f>2];else e=N.subarray(c>>2,c+4*b>>2);S.uniform1fv(W(a),e)}},Rc:function(a,b){S.uniform1i(W(a),b)},Sc:function(a,b,c){if(2<=x.version)b&&S.uniform1iv(W(a),K,c>>2,b);else{if(288>=b)for(var e=Cd[b-1],f=0;f>2];else e=K.subarray(c>>2,c+4*b>>2);S.uniform1iv(W(a),e)}},Tc:function(a, +b,c){S.uniform2f(W(a),b,c)},Uc:function(a,b,c){if(2<=x.version)b&&S.uniform2fv(W(a),N,c>>2,2*b);else{if(144>=b)for(var e=Bd[2*b-1],f=0;f<2*b;f+=2)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2];else e=N.subarray(c>>2,c+8*b>>2);S.uniform2fv(W(a),e)}},Qc:function(a,b,c){S.uniform2i(W(a),b,c)},Pc:function(a,b,c){if(2<=x.version)b&&S.uniform2iv(W(a),K,c>>2,2*b);else{if(144>=b)for(var e=Cd[2*b-1],f=0;f<2*b;f+=2)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2];else e=K.subarray(c>>2,c+8*b>>2);S.uniform2iv(W(a),e)}},Oc:function(a, +b,c,e){S.uniform3f(W(a),b,c,e)},Nc:function(a,b,c){if(2<=x.version)b&&S.uniform3fv(W(a),N,c>>2,3*b);else{if(96>=b)for(var e=Bd[3*b-1],f=0;f<3*b;f+=3)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2],e[f+2]=N[c+(4*f+8)>>2];else e=N.subarray(c>>2,c+12*b>>2);S.uniform3fv(W(a),e)}},Mc:function(a,b,c,e){S.uniform3i(W(a),b,c,e)},Lc:function(a,b,c){if(2<=x.version)b&&S.uniform3iv(W(a),K,c>>2,3*b);else{if(96>=b)for(var e=Cd[3*b-1],f=0;f<3*b;f+=3)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2],e[f+2]=K[c+(4*f+8)>>2];else e= +K.subarray(c>>2,c+12*b>>2);S.uniform3iv(W(a),e)}},Kc:function(a,b,c,e,f){S.uniform4f(W(a),b,c,e,f)},Jc:function(a,b,c){if(2<=x.version)b&&S.uniform4fv(W(a),N,c>>2,4*b);else{if(72>=b){var e=Bd[4*b-1],f=N;c>>=2;for(var k=0;k<4*b;k+=4){var l=c+k;e[k]=f[l];e[k+1]=f[l+1];e[k+2]=f[l+2];e[k+3]=f[l+3]}}else e=N.subarray(c>>2,c+16*b>>2);S.uniform4fv(W(a),e)}},xc:function(a,b,c,e,f){S.uniform4i(W(a),b,c,e,f)},yc:function(a,b,c){if(2<=x.version)b&&S.uniform4iv(W(a),K,c>>2,4*b);else{if(72>=b)for(var e=Cd[4*b- +1],f=0;f<4*b;f+=4)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2],e[f+2]=K[c+(4*f+8)>>2],e[f+3]=K[c+(4*f+12)>>2];else e=K.subarray(c>>2,c+16*b>>2);S.uniform4iv(W(a),e)}},zc:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix2fv(W(a),!!c,N,e>>2,4*b);else{if(72>=b)for(var f=Bd[4*b-1],k=0;k<4*b;k+=4)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2];else f=N.subarray(e>>2,e+16*b>>2);S.uniformMatrix2fv(W(a),!!c,f)}},Ac:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix3fv(W(a), +!!c,N,e>>2,9*b);else{if(32>=b)for(var f=Bd[9*b-1],k=0;k<9*b;k+=9)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2],f[k+4]=N[e+(4*k+16)>>2],f[k+5]=N[e+(4*k+20)>>2],f[k+6]=N[e+(4*k+24)>>2],f[k+7]=N[e+(4*k+28)>>2],f[k+8]=N[e+(4*k+32)>>2];else f=N.subarray(e>>2,e+36*b>>2);S.uniformMatrix3fv(W(a),!!c,f)}},Bc:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix4fv(W(a),!!c,N,e>>2,16*b);else{if(18>=b){var f=Bd[16*b-1],k=N;e>>=2;for(var l=0;l<16*b;l+=16){var m=e+l;f[l]= +k[m];f[l+1]=k[m+1];f[l+2]=k[m+2];f[l+3]=k[m+3];f[l+4]=k[m+4];f[l+5]=k[m+5];f[l+6]=k[m+6];f[l+7]=k[m+7];f[l+8]=k[m+8];f[l+9]=k[m+9];f[l+10]=k[m+10];f[l+11]=k[m+11];f[l+12]=k[m+12];f[l+13]=k[m+13];f[l+14]=k[m+14];f[l+15]=k[m+15]}}else f=N.subarray(e>>2,e+64*b>>2);S.uniformMatrix4fv(W(a),!!c,f)}},Cc:function(a){a=Xc[a];S.useProgram(a);S.Re=a},Dc:function(a,b){S.vertexAttrib1f(a,b)},Ec:function(a,b){S.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Fc:function(a,b){S.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])}, +Gc:function(a,b){S.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},hc:function(a,b){S.vertexAttribDivisor(a,b)},ic:function(a,b,c,e,f){S.vertexAttribIPointer(a,b,c,e,f)},Hc:function(a,b,c,e,f,k){S.vertexAttribPointer(a,b,c,!!e,f,k)},Ic:function(a,b,c,e){S.viewport(a,b,c,e)},kb:function(a,b,c,e){S.waitSync(cd[a],b,(c>>>0)+4294967296*e)},o:Nd,n:Od,j:Pd,N:Qd,Y:Rd,X:Sd,x:Td,y:Ud,p:Vd,w:Wd,Db:Xd,Eb:Yd,Fb:Zd,mb:(a,b,c,e)=>Hd(a,b,c,e)}; +(function(){function a(c){G=c=c.exports;Fa=G.$c;La();Na=G.bd;Pa.unshift(G.ad);Ua--;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(0==Ua&&(null!==Va&&(clearInterval(Va),Va=null),Wa)){var e=Wa;Wa=null;e()}return c}var b={a:$d};Ua++;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){Ca("Module.instantiateWasm callback failed with error: "+c),ba(c)}cb(b,function(c){a(c.instance)}).catch(ba);return{}})(); +var qc=r._free=a=>(qc=r._free=G.cd)(a),wd=r._malloc=a=>(wd=r._malloc=G.dd)(a),pc=a=>(pc=G.ed)(a);r.__embind_initialize_bindings=()=>(r.__embind_initialize_bindings=G.fd)();var ae=(a,b)=>(ae=G.gd)(a,b),be=()=>(be=G.hd)(),ce=a=>(ce=G.id)(a);r.dynCall_viji=(a,b,c,e,f)=>(r.dynCall_viji=G.kd)(a,b,c,e,f);r.dynCall_vijiii=(a,b,c,e,f,k,l)=>(r.dynCall_vijiii=G.ld)(a,b,c,e,f,k,l);r.dynCall_viiiiij=(a,b,c,e,f,k,l,m)=>(r.dynCall_viiiiij=G.md)(a,b,c,e,f,k,l,m);r.dynCall_jii=(a,b,c)=>(r.dynCall_jii=G.nd)(a,b,c); +r.dynCall_vij=(a,b,c,e)=>(r.dynCall_vij=G.od)(a,b,c,e);r.dynCall_iiij=(a,b,c,e,f)=>(r.dynCall_iiij=G.pd)(a,b,c,e,f);r.dynCall_iiiij=(a,b,c,e,f,k)=>(r.dynCall_iiiij=G.qd)(a,b,c,e,f,k);r.dynCall_viij=(a,b,c,e,f)=>(r.dynCall_viij=G.rd)(a,b,c,e,f);r.dynCall_viiij=(a,b,c,e,f,k)=>(r.dynCall_viiij=G.sd)(a,b,c,e,f,k);r.dynCall_ji=(a,b)=>(r.dynCall_ji=G.td)(a,b);r.dynCall_iij=(a,b,c,e)=>(r.dynCall_iij=G.ud)(a,b,c,e);r.dynCall_jiiiiii=(a,b,c,e,f,k,l)=>(r.dynCall_jiiiiii=G.vd)(a,b,c,e,f,k,l); +r.dynCall_jiiiiji=(a,b,c,e,f,k,l,m)=>(r.dynCall_jiiiiji=G.wd)(a,b,c,e,f,k,l,m);r.dynCall_iijj=(a,b,c,e,f,k)=>(r.dynCall_iijj=G.xd)(a,b,c,e,f,k);r.dynCall_jiji=(a,b,c,e,f)=>(r.dynCall_jiji=G.yd)(a,b,c,e,f);r.dynCall_viijii=(a,b,c,e,f,k,l)=>(r.dynCall_viijii=G.zd)(a,b,c,e,f,k,l);r.dynCall_iiiiij=(a,b,c,e,f,k,l)=>(r.dynCall_iiiiij=G.Ad)(a,b,c,e,f,k,l);r.dynCall_iiiiijj=(a,b,c,e,f,k,l,m,q)=>(r.dynCall_iiiiijj=G.Bd)(a,b,c,e,f,k,l,m,q); +r.dynCall_iiiiiijj=(a,b,c,e,f,k,l,m,q,w)=>(r.dynCall_iiiiiijj=G.Cd)(a,b,c,e,f,k,l,m,q,w);function Wd(a,b,c,e,f){var k=be();try{Na.get(a)(b,c,e,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Od(a,b,c){var e=be();try{return Na.get(a)(b,c)}catch(f){ce(e);if(f!==f+0)throw f;ae(1,0)}}function Ud(a,b,c){var e=be();try{Na.get(a)(b,c)}catch(f){ce(e);if(f!==f+0)throw f;ae(1,0)}}function Nd(a,b){var c=be();try{return Na.get(a)(b)}catch(e){ce(c);if(e!==e+0)throw e;ae(1,0)}} +function Td(a,b){var c=be();try{Na.get(a)(b)}catch(e){ce(c);if(e!==e+0)throw e;ae(1,0)}}function Pd(a,b,c,e){var f=be();try{return Na.get(a)(b,c,e)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}}function Zd(a,b,c,e,f,k,l,m,q,w){var y=be();try{Na.get(a)(b,c,e,f,k,l,m,q,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}function Vd(a,b,c,e){var f=be();try{Na.get(a)(b,c,e)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}} +function Yd(a,b,c,e,f,k,l){var m=be();try{Na.get(a)(b,c,e,f,k,l)}catch(q){ce(m);if(q!==q+0)throw q;ae(1,0)}}function Qd(a,b,c,e,f){var k=be();try{return Na.get(a)(b,c,e,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Rd(a,b,c,e,f,k,l){var m=be();try{return Na.get(a)(b,c,e,f,k,l)}catch(q){ce(m);if(q!==q+0)throw q;ae(1,0)}}function Xd(a,b,c,e,f,k){var l=be();try{Na.get(a)(b,c,e,f,k)}catch(m){ce(l);if(m!==m+0)throw m;ae(1,0)}} +function Sd(a,b,c,e,f,k,l,m,q,w){var y=be();try{return Na.get(a)(b,c,e,f,k,l,m,q,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}var de;Wa=function ee(){de||fe();de||(Wa=ee)}; +function fe(){function a(){if(!de&&(de=!0,r.calledRun=!0,!Ga)){eb(Pa);aa(r);if(r.onRuntimeInitialized)r.onRuntimeInitialized();if(r.postRun)for("function"==typeof r.postRun&&(r.postRun=[r.postRun]);r.postRun.length;){var b=r.postRun.shift();Qa.unshift(b)}eb(Qa)}}if(!(0 CanvasKitInit); diff --git a/canvaskit/chromium/canvaskit.wasm b/canvaskit/chromium/canvaskit.wasm new file mode 100644 index 0000000..390d080 Binary files /dev/null and b/canvaskit/chromium/canvaskit.wasm differ diff --git a/canvaskit/skwasm.js b/canvaskit/skwasm.js new file mode 100644 index 0000000..4833fcf --- /dev/null +++ b/canvaskit/skwasm.js @@ -0,0 +1,169 @@ + +var skwasm = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +function aa(){d.buffer!=h.buffer&&k();return h}function p(){d.buffer!=h.buffer&&k();return ca}function q(){d.buffer!=h.buffer&&k();return da}function t(){d.buffer!=h.buffer&&k();return ea}function v(){d.buffer!=h.buffer&&k();return fa}function ha(){d.buffer!=h.buffer&&k();return ia}var w=moduleArg,ja,ka;w.ready=new Promise((a,b)=>{ja=a;ka=b}); +var la=Object.assign({},w),ma="./this.program",na=(a,b)=>{throw b;},oa="object"==typeof window,pa="function"==typeof importScripts,x="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,A=w.ENVIRONMENT_IS_PTHREAD||!1,C="";function qa(a){return w.locateFile?w.locateFile(a,C):C+a}var ra,sa,ta; +if(x){var fs=require("fs"),ua=require("path");C=pa?ua.dirname(C)+"/":__dirname+"/";ra=(b,c)=>{b=b.startsWith("file://")?new URL(b):ua.normalize(b);return fs.readFileSync(b,c?void 0:"utf8")};ta=b=>{b=ra(b,!0);b.buffer||(b=new Uint8Array(b));return b};sa=(b,c,e,f=!0)=>{b=b.startsWith("file://")?new URL(b):ua.normalize(b);fs.readFile(b,f?void 0:"utf8",(g,l)=>{g?e(g):c(f?l.buffer:l)})};!w.thisProgram&&1{process.exitCode= +b;throw c;};w.inspect=()=>"[Emscripten Module object]";let a;try{a=require("worker_threads")}catch(b){throw console.error('The "worker_threads" module is not supported in this node.js build - perhaps a newer version is needed?'),b;}global.Worker=a.Worker}else if(oa||pa)pa?C=self.location.href:"undefined"!=typeof document&&document.currentScript&&(C=document.currentScript.src),_scriptDir&&(C=_scriptDir),0!==C.indexOf("blob:")?C=C.substr(0,C.replace(/[?#].*/,"").lastIndexOf("/")+1):C="",x||(ra=a=>{var b= +new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},pa&&(ta=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),sa=(a,b,c)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?b(e.response):c()};e.onerror=c;e.send(null)});x&&"undefined"==typeof performance&&(global.performance=require("perf_hooks").performance); +var va=console.log.bind(console),wa=console.error.bind(console);x&&(va=(...a)=>fs.writeSync(1,a.join(" ")+"\n"),wa=(...a)=>fs.writeSync(2,a.join(" ")+"\n"));var xa=w.print||va,D=w.printErr||wa;Object.assign(w,la);la=null;w.thisProgram&&(ma=w.thisProgram);w.quit&&(na=w.quit);var ya;w.wasmBinary&&(ya=w.wasmBinary);var noExitRuntime=w.noExitRuntime||!0;"object"!=typeof WebAssembly&&za("no native wasm support detected");var d,F,Aa,Ba=!1,Ca,h,ca,Da,Ea,da,ea,fa,ia; +function k(){var a=d.buffer;w.HEAP8=h=new Int8Array(a);w.HEAP16=Da=new Int16Array(a);w.HEAP32=da=new Int32Array(a);w.HEAPU8=ca=new Uint8Array(a);w.HEAPU16=Ea=new Uint16Array(a);w.HEAPU32=ea=new Uint32Array(a);w.HEAPF32=fa=new Float32Array(a);w.HEAPF64=ia=new Float64Array(a)}var Fa=w.INITIAL_MEMORY||16777216;65536<=Fa||za("INITIAL_MEMORY should be larger than STACK_SIZE, was "+Fa+"! (STACK_SIZE=65536)"); +if(A)d=w.wasmMemory;else if(w.wasmMemory)d=w.wasmMemory;else if(d=new WebAssembly.Memory({initial:Fa/65536,maximum:32768,shared:!0}),!(d.buffer instanceof SharedArrayBuffer))throw D("requested a shared WebAssembly.Memory but the returned buffer is not a SharedArrayBuffer, indicating that while the browser has SharedArrayBuffer it does not have WebAssembly threads support - you may need to set a flag"),x&&D("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)"), +Error("bad memory");k();Fa=d.buffer.byteLength;var G,Ga=[],Ha=[],Ia=[],Ja=0;function Ka(){return noExitRuntime||0{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>Ra(a));if(sa)return new Promise((b,c)=>{sa(a,e=>b(new Uint8Array(e)),c)})}return Promise.resolve().then(()=>Ra(a))}function Ta(a,b,c){return Sa(a).then(e=>WebAssembly.instantiate(e,b)).then(e=>e).then(c,e=>{D("failed to asynchronously prepare wasm: "+e);za(e)})} +function Ua(a,b){var c=Qa;return ya||"function"!=typeof WebAssembly.instantiateStreaming||Pa(c)||c.startsWith("file://")||x||"function"!=typeof fetch?Ta(c,a,b):fetch(c,{credentials:"same-origin"}).then(e=>WebAssembly.instantiateStreaming(e,a).then(b,function(f){D("wasm streaming compile failed: "+f);D("falling back to ArrayBuffer instantiation");return Ta(c,a,b)}))}function Va(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a} +function Wa(a){a.terminate();a.onmessage=()=>{}}function Xa(a){(a=I.g[a])||za();I.va(a)}function Ya(a){var b=I.la();if(!b)return 6;I.u.push(b);I.g[a.m]=b;b.m=a.m;var c={cmd:"run",start_routine:a.wa,arg:a.ia,pthread_ptr:a.m};c.D=a.D;c.P=a.P;x&&b.unref();b.postMessage(c,a.Da);return 0} +var Za="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,$a=(a,b,c)=>{var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}, +J=(a,b)=>a?$a(p(),a,b):"";function ab(a){if(A)return K(1,1,a);Ca=a;if(!Ka()){I.ya();if(w.onExit)w.onExit(a);Ba=!0}na(a,new Va(a))} +var cb=a=>{Ca=a;if(A)throw bb(a),"unwind";ab(a)},I={o:[],u:[],fa:[],g:{},O:function(){A?I.qa():I.pa()},pa:function(){for(var a=1;a--;)I.V();Ga.unshift(()=>{Na();I.sa(()=>Oa())})},qa:function(){I.receiveObjectTransfer=I.ua;I.threadInitTLS=I.ea;I.setExitStatus=I.da;noExitRuntime=!1},da:function(a){Ca=a},Ka:["$terminateWorker"],ya:function(){for(var a of I.u)Wa(a);for(a of I.o)Wa(a);I.o=[];I.u=[];I.g=[]},va:function(a){var b=a.m;delete I.g[b];I.o.push(a);I.u.splice(I.u.indexOf(a),1);a.m=0;db(b)},ua:function(a){"undefined"!= +typeof eb&&(Object.assign(L,a.P),!w.canvas&&a.D&&L[a.D]&&(w.canvas=L[a.D].F,w.canvas.id=a.D))},ea:function(){I.fa.forEach(a=>a())},$:a=>new Promise(b=>{a.onmessage=g=>{g=g.data;var l=g.cmd;if(g.targetThread&&g.targetThread!=fb()){var n=I.g[g.Ja];n?n.postMessage(g,g.transferList):D('Internal error! Worker sent a message "'+l+'" to target pthread '+g.targetThread+", but that thread no longer exists!")}else if("checkMailbox"===l)gb();else if("spawnThread"===l)Ya(g);else if("cleanupThread"===l)Xa(g.thread); +else if("killThread"===l)g=g.thread,l=I.g[g],delete I.g[g],Wa(l),db(g),I.u.splice(I.u.indexOf(l),1),l.m=0;else if("cancelThread"===l)I.g[g.thread].postMessage({cmd:"cancel"});else if("loaded"===l)a.loaded=!0,x&&!a.m&&a.unref(),b(a);else if("alert"===l)alert("Thread "+g.threadId+": "+g.text);else if("setimmediate"===g.target)a.postMessage(g);else if("callHandler"===l)w[g.handler](...g.args);else l&&D("worker sent an unknown command "+l)};a.onerror=g=>{D("worker sent an error! "+g.filename+":"+g.lineno+ +": "+g.message);throw g;};x&&(a.on("message",function(g){a.onmessage({data:g})}),a.on("error",function(g){a.onerror(g)}));var c=[],e=["onExit","onAbort","print","printErr"],f;for(f of e)w.hasOwnProperty(f)&&c.push(f);a.postMessage({cmd:"load",handlers:c,urlOrBlob:w.mainScriptUrlOrBlob||_scriptDir,wasmMemory:d,wasmModule:Aa})}),sa:function(a){if(A)return a();Promise.all(I.o.map(I.$)).then(a)},V:function(){var a=qa("skwasm.worker.js");a=new Worker(a);I.o.push(a)},la:function(){0==I.o.length&&(I.V(), +I.$(I.o[0]));return I.o.pop()}};w.PThread=I;var hb=a=>{for(;0>2];a=q()[a+56>>2];ib(b,b-a);M(b)};function bb(a){if(A)return K(2,0,a);cb(a)}w.invokeEntryPoint=function(a,b){a=G.get(a)(b);Ka()?I.da(a):jb(a)};function kb(a){this.C=a-24;this.ta=function(b){t()[this.C+4>>2]=b};this.ra=function(b){t()[this.C+8>>2]=b};this.O=function(b,c){this.ma();this.ta(b);this.ra(c)};this.ma=function(){t()[this.C+16>>2]=0}}var lb=0,mb=0; +function nb(a,b,c,e){return A?K(3,1,a,b,c,e):ob(a,b,c,e)} +function ob(a,b,c,e){if("undefined"==typeof SharedArrayBuffer)return D("Current environment does not support SharedArrayBuffer, pthreads are not available!"),6;var f=[],g=0,l=b?t()[b+40>>2]:0;4294967295==l?l="#canvas":l&&(l=J(l).trim());l&&(l=l.split(","));var n={},r=w.canvas?w.canvas.id:"",u;for(u in l){var y=l[u].trim();try{if("#canvas"==y){if(!w.canvas){D('pthread_create: could not find canvas with ID "'+y+'" to transfer to thread!');g=28;break}y=w.canvas.id}if(L[y]){var V=L[y];L[y]=null;w.canvas instanceof +OffscreenCanvas&&y===w.canvas.id&&(w.canvas=null)}else if(!A){var E=w.canvas&&w.canvas.id===y?w.canvas:document.querySelector(y);if(!E){D('pthread_create: could not find canvas with ID "'+y+'" to transfer to thread!');g=28;break}if(E.W){D('pthread_create: cannot transfer canvas with ID "'+y+'" to thread, since the current thread does not have control over it!');g=63;break}if(E.transferControlToOffscreen)E.h||(E.h=pb(12),q()[E.h>>2]=E.width,q()[E.h+4>>2]=E.height,q()[E.h+8>>2]=0),V={F:E.transferControlToOffscreen(), +h:E.h,id:E.id},E.W=!0;else return D('pthread_create: cannot transfer control of canvas "'+y+'" to pthread, because current browser does not support OffscreenCanvas!'),D("pthread_create: Build with -sOFFSCREEN_FRAMEBUFFER to enable fallback proxying of GL commands from pthread to main thread."),52}V&&(f.push(V.F),n[V.id]=V)}catch(m){return D('pthread_create: failed to transfer control of canvas "'+y+'" to OffscreenCanvas! Error: '+m),28}}if(A&&(0===f.length||g))return nb(a,b,c,e);if(g)return g;for(E of Object.values(n))q()[E.h+ +8>>2]=a;a={wa:c,m:a,ia:e,D:r,P:n,Da:f};return A?(a.Fa="spawnThread",postMessage(a,f),0):Ya(a)}function qb(a,b,c){return A?K(4,1,a,b,c):0}function rb(a,b){if(A)return K(5,1,a,b)}function sb(a,b,c){return A?K(6,1,a,b,c):0}function tb(a,b,c,e){if(A)return K(7,1,a,b,c,e)}var ub=a=>{if(!Ba)try{if(a(),!Ka())try{A?jb(Ca):cb(Ca)}catch(b){b instanceof Va||"unwind"==b||na(1,b)}}catch(b){b instanceof Va||"unwind"==b||na(1,b)}}; +function vb(a){"function"===typeof Atomics.Ea&&(Atomics.Ea(q(),a>>2,a).value.then(gb),a+=128,Atomics.store(q(),a>>2,1))}w.__emscripten_thread_mailbox_await=vb;function gb(){var a=fb();a&&(vb(a),ub(()=>wb()))}w.checkMailbox=gb; +var xb=a=>{var b=N();a=a();M(b);return a},yb=a=>{for(var b=0,c=0;c=e?b++:2047>=e?b+=2:55296<=e&&57343>=e?(b+=4,++c):b+=3}return b},zb=(a,b,c,e)=>{if(!(0=l){var n=a.charCodeAt(++g);l=65536+((l&1023)<<10)|n&1023}if(127>=l){if(c>=e)break;b[c++]=l}else{if(2047>=l){if(c+1>=e)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=e)break;b[c++]=224|l>>12}else{if(c+3>=e)break; +b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},Ab=a=>{var b=yb(a)+1,c=pb(b);c&&zb(a,p(),c,b);return c};function Bb(a,b,c,e){b=b?J(b):"";xb(function(){var f=Cb(12),g=0;b&&(g=Ab(b));q()[f>>2]=g;q()[f+4>>2]=c;q()[f+8>>2]=e;Db(a,654311424,0,g,f)})} +function Eb(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,e){b.vertexAttribDivisorANGLE(c,e)},a.drawArraysInstanced=function(c,e,f,g){b.drawArraysInstancedANGLE(c,e,f,g)},a.drawElementsInstanced=function(c,e,f,g,l){b.drawElementsInstancedANGLE(c,e,f,g,l)})} +function Fb(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Gb(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +function Hb(a){a.X=a.getExtension("WEBGL_draw_instanced_base_vertex_base_instance")}function Ib(a){a.ba=a.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance")}function Jb(a){a.Ia=a.getExtension("WEBGL_multi_draw")}var Kb=1,Lb=[],O=[],Mb=[],Nb=[],P=[],Q=[],Ob=[],Pb={},L={},R=[],Qb=[],Rb={},Sb={},Tb=4;function S(a){Ub||(Ub=a)}function Vb(a){for(var b=Kb++,c=a.length;c>2]=fb();var e={handle:c,attributes:b,version:b.aa,s:a};a.canvas&&(a.canvas.H=e);Pb[c]=e;("undefined"==typeof b.Z||b.Z)&&Yb(e);return c} +function Yb(a){a||(a=T);if(!a.oa){a.oa=!0;var b=a.s;Eb(b);Fb(b);Gb(b);Hb(b);Ib(b);2<=a.version&&(b.Y=b.getExtension("EXT_disjoint_timer_query_webgl2"));if(2>a.version||!b.Y)b.Y=b.getExtension("EXT_disjoint_timer_query");Jb(b);(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}}var eb={},Ub,T; +function Zb(a){a=2>2]=b,q()[e.h+4>>2]=c);if(e.F||!e.W)e.F&&(e=e.F),a=!1,e.H&&e.H.s&&(a=e.H.s.getParameter(2978),a=0===a[0]&&0===a[1]&&a[2]===e.width&&a[3]===e.height),e.width=b,e.height=c,a&&e.H.s.viewport(0,0,b,c);else return e.h?(e=q()[e.h+8>>2],Bb(e,a,b,c),1):-4;return 0} +function ac(a,b,c){return A?K(8,1,a,b,c):$b(a,b,c)}function bc(a,b,c,e,f,g,l,n){return A?K(9,1,a,b,c,e,f,g,l,n):-52}function cc(a,b,c,e,f,g,l){if(A)return K(10,1,a,b,c,e,f,g,l)}function dc(a,b){U.bindFramebuffer(a,Mb[b])}function ec(a){U.clear(a)}function fc(a,b,c,e){U.clearColor(a,b,c,e)}function gc(a){U.clearStencil(a)} +function hc(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&S(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=U.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>T.version){S(1282);return}e=2*(U.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>T.version){S(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=U.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":S(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:e=0;break;default:S(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:v()[b+4*a>>2]=f[a];break;case 4:aa()[b+a>>0]=f[a]?1:0}return}try{e=f.name| +0}catch(g){S(1280);D("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+g+")");return}}break;default:S(1280);D("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=e;t()[b>>2]=c;t()[b+4>>2]=(c-t()[b>>2])/4294967296;break;case 0:q()[b>>2]=e;break;case 2:v()[b>>2]=e;break;case 4:aa()[b>>0]=e?1:0}}else S(1281)}function ic(a,b){hc(a,b,0)} +function K(a,b){var c=arguments.length-2,e=arguments;return xb(()=>{for(var f=Cb(8*c),g=f>>3,l=0;l{if(!mc){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in lc)void 0===lc[b]?delete a[b]:a[b]=lc[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);mc=c}return mc},mc; +function oc(a,b){if(A)return K(11,1,a,b);var c=0;nc().forEach(function(e,f){var g=b+c;f=t()[a+4*f>>2]=g;for(g=0;g>0]=e.charCodeAt(g);aa()[f>>0]=0;c+=e.length+1});return 0}function pc(a,b){if(A)return K(12,1,a,b);var c=nc();t()[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});t()[b>>2]=e;return 0}function qc(a){return A?K(13,1,a):52}function rc(a,b,c,e,f,g){return A?K(14,1,a,b,c,e,f,g):52}function sc(a,b,c,e){return A?K(15,1,a,b,c,e):52} +function tc(a,b,c,e,f){return A?K(16,1,a,b,c,e,f):70}var uc=[null,[],[]];function vc(a,b,c,e){if(A)return K(17,1,a,b,c,e);for(var f=0,g=0;g>2],n=t()[b+4>>2];b+=8;for(var r=0;r>2]=f;return 0}function wc(a){U.bindVertexArray(Ob[a])}function xc(a,b){for(var c=0;c>2];U.deleteVertexArray(Ob[e]);Ob[e]=null}}var yc=[]; +function zc(a,b,c,e){U.drawElements(a,b,c,e)}function Ac(a,b,c,e){for(var f=0;f>2]=l}}function Bc(a,b){Ac(a,b,"createVertexArray",Ob)}function Cc(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function Dc(a){a-=5120;0==a?a=aa():1==a?a=p():2==a?(d.buffer!=h.buffer&&k(),a=Da):4==a?a=q():6==a?a=v():5==a||28922==a||28520==a||30779==a||30782==a?a=t():(d.buffer!=h.buffer&&k(),a=Ea);return a} +function Ec(a,b,c,e,f){a=Dc(a);var g=31-Math.clz32(a.BYTES_PER_ELEMENT),l=Tb;return a.subarray(f>>g,f+e*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>g)}function W(a){var b=U.ka;if(b){var c=b.G[a];"number"==typeof c&&(b.G[a]=c=U.getUniformLocation(b,b.ga[a]+(00===a%4&&(0!==a%100||0===a%400),Qc=[31,29,31,30,31,30,31,31,30,31,30,31],Rc=[31,28,31,30,31,30,31,31,30,31,30,31];function Sc(a){var b=Array(yb(a)+1);zb(a,b,0,b.length);return b} +var Tc=(a,b)=>{aa().set(a,b)},Uc=(a,b,c,e)=>{function f(m,z,B){for(m="number"==typeof m?m.toString():m||"";m.lengthHc?-1:0ba-m.getDate())z-=ba-m.getDate()+1,m.setDate(1),11>B?m.setMonth(B+1):(m.setMonth(0),m.setFullYear(m.getFullYear()+1));else{m.setDate(m.getDate()+z);break}}B=new Date(m.getFullYear()+1,0,4);z=n(new Date(m.getFullYear(), +0,4));B=n(B);return 0>=l(z,m)?0>=l(B,m)?m.getFullYear()+1:m.getFullYear():m.getFullYear()-1}var u=q()[e+40>>2];e={Ba:q()[e>>2],Aa:q()[e+4>>2],L:q()[e+8>>2],T:q()[e+12>>2],M:q()[e+16>>2],A:q()[e+20>>2],l:q()[e+24>>2],v:q()[e+28>>2],La:q()[e+32>>2],za:q()[e+36>>2],Ca:u?J(u):""};c=J(c);u={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in u)c=c.replace(new RegExp(y,"g"),u[y]);var V="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),E="January February March April May June July August September October November December".split(" ");u={"%a":m=>V[m.l].substring(0,3),"%A":m=>V[m.l],"%b":m=>E[m.M].substring(0,3),"%B":m=>E[m.M],"%C":m=>g((m.A+1900)/100| +0,2),"%d":m=>g(m.T,2),"%e":m=>f(m.T,2," "),"%g":m=>r(m).toString().substring(2),"%G":m=>r(m),"%H":m=>g(m.L,2),"%I":m=>{m=m.L;0==m?m=12:12{for(var z=0,B=0;B<=m.M-1;z+=(Pc(m.A+1900)?Qc:Rc)[B++]);return g(m.T+z,3)},"%m":m=>g(m.M+1,2),"%M":m=>g(m.Aa,2),"%n":()=>"\n","%p":m=>0<=m.L&&12>m.L?"AM":"PM","%S":m=>g(m.Ba,2),"%t":()=>"\t","%u":m=>m.l||7,"%U":m=>g(Math.floor((m.v+7-m.l)/7),2),"%V":m=>{var z=Math.floor((m.v+7-(m.l+6)%7)/7);2>=(m.l+371-m.v-2)%7&&z++;if(z)53==z&& +(B=(m.l+371-m.v)%7,4==B||3==B&&Pc(m.A)||(z=1));else{z=52;var B=(m.l+7-m.v-1)%7;(4==B||5==B&&Pc(m.A%400-1))&&z++}return g(z,2)},"%w":m=>m.l,"%W":m=>g(Math.floor((m.v+7-(m.l+6)%7)/7),2),"%y":m=>(m.A+1900).toString().substring(2),"%Y":m=>m.A+1900,"%z":m=>{m=m.za;var z=0<=m;m=Math.abs(m)/60;return(z?"+":"-")+String("0000"+(m/60*100+m%60)).slice(-4)},"%Z":m=>m.Ca,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in u)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),u[y](e)));c=c.replace(/\0\0/g,"%");y=Sc(c); +if(y.length>b)return 0;Tc(y,a);return y.length-1},Vc=void 0,Wc=[];I.O();for(var U,Y=0;32>Y;++Y)yc.push(Array(Y));var Xc=new Float32Array(288);for(Y=0;288>Y;++Y)X[Y]=Xc.subarray(0,Y+1);var Yc=new Int32Array(288);for(Y=0;288>Y;++Y)Fc[Y]=Yc.subarray(0,Y+1); +(function(){const a=new Map,b=new Map;Oc=function(c,e,f){I.g[c].postMessage({S:"setAssociatedObject",R:e,object:f},[f])};Lc=function(c){return b.get(c)};Mc=function(c){function e({data:f}){var g=f.S;if(g)switch(g){case "onRenderComplete":Zc(f.xa,f.ja,f.na);break;case "setAssociatedObject":b.set(f.R,f.object);break;case "disposeAssociatedObject":f=f.R;g=b.get(f);g.close&&g.close();b.delete(f);break;default:console.warn(`unrecognized skwasm message: ${g}`)}}c?I.g[c].addEventListener("message",e):addEventListener("message", +e)};Jc=function(c,e){c=new OffscreenCanvas(c,e);e=Wb(c);a.set(e,c);return e};Nc=function(c,e,f){c=a.get(c);c.width=e;c.height=f};Gc=async function(c,e,f,g,l){e=a.get(e);g=await createImageBitmap(e,0,0,g,l);postMessage({S:"onRenderComplete",xa:c,ja:f,na:g},[g])};Ic=function(c,e,f){const g=T.s,l=g.createTexture();g.bindTexture(g.TEXTURE_2D,l);g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);g.texImage2D(g.TEXTURE_2D,0,g.RGBA,e,f,0,g.RGBA,g.UNSIGNED_BYTE,c);g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL, +!1);g.bindTexture(g.TEXTURE_2D,null);c=Vb(P);P[c]=l;return c};Kc=function(c,e){I.g[c].postMessage({S:"disposeAssociatedObject",R:e})}})(); +var $c=[null,ab,bb,nb,qb,rb,sb,tb,ac,bc,cc,oc,pc,qc,rc,sc,tc,vc],md={__cxa_throw:function(a,b,c){(new kb(a)).O(b,c);lb=a;mb++;throw lb;},__emscripten_init_main_thread_js:function(a){ad(a,!pa,1,!oa,65536,!1);I.ea()},__emscripten_thread_cleanup:function(a){A?postMessage({cmd:"cleanupThread",thread:a}):Xa(a)},__pthread_create_js:ob,__syscall_fcntl64:qb,__syscall_fstat64:rb,__syscall_ioctl:sb,__syscall_openat:tb,_emscripten_get_now_is_monotonic:()=>!0,_emscripten_notify_mailbox_postmessage:function(a, +b){a==b?setTimeout(()=>gb()):A?postMessage({targetThread:a,cmd:"checkMailbox"}):(a=I.g[a])&&a.postMessage({cmd:"checkMailbox"})},_emscripten_set_offscreencanvas_size:function(a,b,c){return Zb(a)?$b(a,b,c):ac(a,b,c)},_emscripten_thread_mailbox_await:vb,_emscripten_thread_set_strongref:function(a){x&&I.g[a].ref()},_emscripten_throw_longjmp:()=>{throw Infinity;},_mmap_js:bc,_munmap_js:cc,abort:()=>{za("")},emscripten_check_blocking_allowed:function(){},emscripten_exit_with_live_runtime:()=>{Ja+=1;throw"unwind"; +},emscripten_get_now:()=>performance.timeOrigin+performance.now(),emscripten_glBindFramebuffer:dc,emscripten_glClear:ec,emscripten_glClearColor:fc,emscripten_glClearStencil:gc,emscripten_glGetIntegerv:ic,emscripten_receive_on_main_thread_js:function(a,b,c,e){I.Ha=b;kc.length=c;b=e>>3;for(e=0;e{var b=p().length;a>>>=0;if(a<=b||2147483648=c;c*=2){var e=b*(1+.2/c);e=Math.min(e,a+100663296);var f=Math; +e=Math.max(a,e);a:{f=f.min.call(f,2147483648,e+(65536-e%65536)%65536)-d.buffer.byteLength+65535>>>16;try{d.grow(f);k();var g=1;break a}catch(l){}g=void 0}if(g)return!0}return!1},emscripten_webgl_enable_extension:function(a,b){a=Pb[a];b=J(b);b.startsWith("GL_")&&(b=b.substr(3));"ANGLE_instanced_arrays"==b&&Eb(U);"OES_vertex_array_object"==b&&Fb(U);"WEBGL_draw_buffers"==b&&Gb(U);"WEBGL_draw_instanced_base_vertex_base_instance"==b&&Hb(U);"WEBGL_multi_draw_instanced_base_vertex_base_instance"==b&&Ib(U); +"WEBGL_multi_draw"==b&&Jb(U);return!!a.s.getExtension(b)},emscripten_webgl_get_current_context:function(){return T?T.handle:0},emscripten_webgl_make_context_current:function(a){T=Pb[a];w.Ga=U=T&&T.s;return!a||U?0:-5},environ_get:oc,environ_sizes_get:pc,exit:cb,fd_close:qc,fd_pread:rc,fd_read:sc,fd_seek:tc,fd_write:vc,glActiveTexture:function(a){U.activeTexture(a)},glAttachShader:function(a,b){U.attachShader(O[a],Q[b])},glBindAttribLocation:function(a,b,c){U.bindAttribLocation(O[a],b,J(c))},glBindBuffer:function(a, +b){35051==a?U.N=b:35052==a&&(U.B=b);U.bindBuffer(a,Lb[b])},glBindFramebuffer:dc,glBindRenderbuffer:function(a,b){U.bindRenderbuffer(a,Nb[b])},glBindSampler:function(a,b){U.bindSampler(a,R[b])},glBindTexture:function(a,b){U.bindTexture(a,P[b])},glBindVertexArray:wc,glBindVertexArrayOES:wc,glBlendColor:function(a,b,c,e){U.blendColor(a,b,c,e)},glBlendEquation:function(a){U.blendEquation(a)},glBlendFunc:function(a,b){U.blendFunc(a,b)},glBlitFramebuffer:function(a,b,c,e,f,g,l,n,r,u){U.blitFramebuffer(a, +b,c,e,f,g,l,n,r,u)},glBufferData:function(a,b,c,e){2<=T.version?c&&b?U.bufferData(a,p(),e,c,b):U.bufferData(a,b,e):U.bufferData(a,c?p().subarray(c,c+b):b,e)},glBufferSubData:function(a,b,c,e){2<=T.version?c&&U.bufferSubData(a,b,p(),e,c):U.bufferSubData(a,b,p().subarray(e,e+c))},glCheckFramebufferStatus:function(a){return U.checkFramebufferStatus(a)},glClear:ec,glClearColor:fc,glClearStencil:gc,glClientWaitSync:function(a,b,c,e){return U.clientWaitSync(Qb[a],b,(c>>>0)+4294967296*e)},glColorMask:function(a, +b,c,e){U.colorMask(!!a,!!b,!!c,!!e)},glCompileShader:function(a){U.compileShader(Q[a])},glCompressedTexImage2D:function(a,b,c,e,f,g,l,n){2<=T.version?U.B||!l?U.compressedTexImage2D(a,b,c,e,f,g,l,n):U.compressedTexImage2D(a,b,c,e,f,g,p(),n,l):U.compressedTexImage2D(a,b,c,e,f,g,n?p().subarray(n,n+l):null)},glCompressedTexSubImage2D:function(a,b,c,e,f,g,l,n,r){2<=T.version?U.B||!n?U.compressedTexSubImage2D(a,b,c,e,f,g,l,n,r):U.compressedTexSubImage2D(a,b,c,e,f,g,l,p(),r,n):U.compressedTexSubImage2D(a, +b,c,e,f,g,l,r?p().subarray(r,r+n):null)},glCopyBufferSubData:function(a,b,c,e,f){U.copyBufferSubData(a,b,c,e,f)},glCopyTexSubImage2D:function(a,b,c,e,f,g,l,n){U.copyTexSubImage2D(a,b,c,e,f,g,l,n)},glCreateProgram:function(){var a=Vb(O),b=U.createProgram();b.name=a;b.K=b.I=b.J=0;b.U=1;O[a]=b;return a},glCreateShader:function(a){var b=Vb(Q);Q[b]=U.createShader(a);return b},glCullFace:function(a){U.cullFace(a)},glDeleteBuffers:function(a,b){for(var c=0;c>2],f=Lb[e];f&&(U.deleteBuffer(f), +f.name=0,Lb[e]=null,e==U.N&&(U.N=0),e==U.B&&(U.B=0))}},glDeleteFramebuffers:function(a,b){for(var c=0;c>2],f=Mb[e];f&&(U.deleteFramebuffer(f),f.name=0,Mb[e]=null)}},glDeleteProgram:function(a){if(a){var b=O[a];b?(U.deleteProgram(b),b.name=0,O[a]=null):S(1281)}},glDeleteRenderbuffers:function(a,b){for(var c=0;c>2],f=Nb[e];f&&(U.deleteRenderbuffer(f),f.name=0,Nb[e]=null)}},glDeleteSamplers:function(a,b){for(var c=0;c>2],f=R[e]; +f&&(U.deleteSampler(f),f.name=0,R[e]=null)}},glDeleteShader:function(a){if(a){var b=Q[a];b?(U.deleteShader(b),Q[a]=null):S(1281)}},glDeleteSync:function(a){if(a){var b=Qb[a];b?(U.deleteSync(b),b.name=0,Qb[a]=null):S(1281)}},glDeleteTextures:function(a,b){for(var c=0;c>2],f=P[e];f&&(U.deleteTexture(f),f.name=0,P[e]=null)}},glDeleteVertexArrays:xc,glDeleteVertexArraysOES:xc,glDepthMask:function(a){U.depthMask(!!a)},glDisable:function(a){U.disable(a)},glDisableVertexAttribArray:function(a){U.disableVertexAttribArray(a)}, +glDrawArrays:function(a,b,c){U.drawArrays(a,b,c)},glDrawArraysInstanced:function(a,b,c,e){U.drawArraysInstanced(a,b,c,e)},glDrawArraysInstancedBaseInstanceWEBGL:function(a,b,c,e,f){U.X.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},glDrawBuffers:function(a,b){for(var c=yc[a],e=0;e>2];U.drawBuffers(c)},glDrawElements:zc,glDrawElementsInstanced:function(a,b,c,e,f){U.drawElementsInstanced(a,b,c,e,f)},glDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,e,f,g,l){U.X.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,e,f,g,l)},glDrawRangeElements:function(a,b,c,e,f,g){zc(a,e,f,g)},glEnable:function(a){U.enable(a)},glEnableVertexAttribArray:function(a){U.enableVertexAttribArray(a)},glFenceSync:function(a,b){return(a=U.fenceSync(a,b))?(b=Vb(Qb),a.name=b,Qb[b]=a,b):0},glFinish:function(){U.finish()},glFlush:function(){U.flush()},glFramebufferRenderbuffer:function(a,b,c,e){U.framebufferRenderbuffer(a,b,c,Nb[e])},glFramebufferTexture2D:function(a,b,c,e,f){U.framebufferTexture2D(a,b,c,P[e],f)},glFrontFace:function(a){U.frontFace(a)}, +glGenBuffers:function(a,b){Ac(a,b,"createBuffer",Lb)},glGenFramebuffers:function(a,b){Ac(a,b,"createFramebuffer",Mb)},glGenRenderbuffers:function(a,b){Ac(a,b,"createRenderbuffer",Nb)},glGenSamplers:function(a,b){Ac(a,b,"createSampler",R)},glGenTextures:function(a,b){Ac(a,b,"createTexture",P)},glGenVertexArrays:Bc,glGenVertexArraysOES:Bc,glGenerateMipmap:function(a){U.generateMipmap(a)},glGetBufferParameteriv:function(a,b,c){c?q()[c>>2]=U.getBufferParameter(a,b):S(1281)},glGetError:function(){var a= +U.getError()||Ub;Ub=0;return a},glGetFloatv:function(a,b){hc(a,b,2)},glGetFramebufferAttachmentParameteriv:function(a,b,c,e){a=U.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;q()[e>>2]=a},glGetIntegerv:ic,glGetProgramInfoLog:function(a,b,c,e){a=U.getProgramInfoLog(O[a]);null===a&&(a="(unknown error)");var f;0>2]=b)},glGetProgramiv:function(a,b,c){if(c)if(a>=Kb)S(1281);else if(a=O[a],35716==b)a= +U.getProgramInfoLog(a),null===a&&(a="(unknown error)"),q()[c>>2]=a.length+1;else if(35719==b){if(!a.K)for(b=0;b>2]=a.K}else if(35722==b){if(!a.I)for(b=0;b>2]=a.I}else if(35381==b){if(!a.J)for(b=0;b>2]=a.J}else q()[c>> +2]=U.getProgramParameter(a,b);else S(1281)},glGetRenderbufferParameteriv:function(a,b,c){c?q()[c>>2]=U.getRenderbufferParameter(a,b):S(1281)},glGetShaderInfoLog:function(a,b,c,e){a=U.getShaderInfoLog(Q[a]);null===a&&(a="(unknown error)");var f;0>2]=b)},glGetShaderPrecisionFormat:function(a,b,c,e){a=U.getShaderPrecisionFormat(a,b);q()[c>>2]=a.rangeMin;q()[c+4>>2]=a.rangeMax;q()[e>>2]=a.precision},glGetShaderiv:function(a,b,c){c?35716==b?(a=U.getShaderInfoLog(Q[a]), +null===a&&(a="(unknown error)"),a=a?a.length+1:0,q()[c>>2]=a):35720==b?(a=(a=U.getShaderSource(Q[a]))?a.length+1:0,q()[c>>2]=a):q()[c>>2]=U.getShaderParameter(Q[a],b):S(1281)},glGetString:function(a){var b=Rb[a];if(!b){switch(a){case 7939:b=U.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=Ab(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=U.getParameter(a))||S(1280);b=b&&Ab(b);break;case 7938:b=U.getParameter(7938);b=2<=T.version?"OpenGL ES 3.0 ("+b+")": +"OpenGL ES 2.0 ("+b+")";b=Ab(b);break;case 35724:b=U.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=Ab(b);break;default:S(1280)}Rb[a]=b}return b},glGetStringi:function(a,b){if(2>T.version)return S(1282),0;var c=Sb[a];if(c)return 0>b||b>=c.length?(S(1281),0):c[b];switch(a){case 7939:return c=U.getSupportedExtensions()||[],c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return Ab(e)}), +c=Sb[a]=c,0>b||b>=c.length?(S(1281),0):c[b];default:return S(1280),0}},glGetUniformLocation:function(a,b){b=J(b);if(a=O[a]){var c=a,e=c.G,f=c.ha,g;if(!e)for(c.G=e={},c.ga={},g=0;g>>0,f=b.slice(0,g));if((f=a.ha[f])&&e>2];U.invalidateFramebuffer(a,e)},glInvalidateSubFramebuffer:function(a,b,c,e,f,g,l){for(var n=yc[b],r=0;r>2];U.invalidateSubFramebuffer(a,n,e,f,g,l)},glIsSync:function(a){return U.isSync(Qb[a])},glIsTexture:function(a){return(a=P[a])?U.isTexture(a):0},glLineWidth:function(a){U.lineWidth(a)},glLinkProgram:function(a){a=O[a];U.linkProgram(a);a.G=0;a.ha={}},glMultiDrawArraysInstancedBaseInstanceWEBGL:function(a, +b,c,e,f,g){U.ba.multiDrawArraysInstancedBaseInstanceWEBGL(a,q(),b>>2,q(),c>>2,q(),e>>2,t(),f>>2,g)},glMultiDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,e,f,g,l,n){U.ba.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,q(),b>>2,c,q(),e>>2,q(),f>>2,q(),g>>2,t(),l>>2,n)},glPixelStorei:function(a,b){3317==a&&(Tb=b);U.pixelStorei(a,b)},glReadBuffer:function(a){U.readBuffer(a)},glReadPixels:function(a,b,c,e,f,g,l){if(2<=T.version)if(U.N)U.readPixels(a,b,c,e,f,g,l);else{var n=Dc(g); +U.readPixels(a,b,c,e,f,g,n,l>>31-Math.clz32(n.BYTES_PER_ELEMENT))}else(l=Ec(g,f,c,e,l))?U.readPixels(a,b,c,e,f,g,l):S(1280)},glRenderbufferStorage:function(a,b,c,e){U.renderbufferStorage(a,b,c,e)},glRenderbufferStorageMultisample:function(a,b,c,e,f){U.renderbufferStorageMultisample(a,b,c,e,f)},glSamplerParameterf:function(a,b,c){U.samplerParameterf(R[a],b,c)},glSamplerParameteri:function(a,b,c){U.samplerParameteri(R[a],b,c)},glSamplerParameteriv:function(a,b,c){c=q()[c>>2];U.samplerParameteri(R[a], +b,c)},glScissor:function(a,b,c,e){U.scissor(a,b,c,e)},glShaderSource:function(a,b,c,e){for(var f="",g=0;g>2]:-1;f+=J(q()[c+4*g>>2],0>l?void 0:l)}U.shaderSource(Q[a],f)},glStencilFunc:function(a,b,c){U.stencilFunc(a,b,c)},glStencilFuncSeparate:function(a,b,c,e){U.stencilFuncSeparate(a,b,c,e)},glStencilMask:function(a){U.stencilMask(a)},glStencilMaskSeparate:function(a,b){U.stencilMaskSeparate(a,b)},glStencilOp:function(a,b,c){U.stencilOp(a,b,c)},glStencilOpSeparate:function(a, +b,c,e){U.stencilOpSeparate(a,b,c,e)},glTexImage2D:function(a,b,c,e,f,g,l,n,r){if(2<=T.version)if(U.B)U.texImage2D(a,b,c,e,f,g,l,n,r);else if(r){var u=Dc(n);U.texImage2D(a,b,c,e,f,g,l,n,u,r>>31-Math.clz32(u.BYTES_PER_ELEMENT))}else U.texImage2D(a,b,c,e,f,g,l,n,null);else U.texImage2D(a,b,c,e,f,g,l,n,r?Ec(n,l,e,f,r):null)},glTexParameterf:function(a,b,c){U.texParameterf(a,b,c)},glTexParameterfv:function(a,b,c){c=v()[c>>2];U.texParameterf(a,b,c)},glTexParameteri:function(a,b,c){U.texParameteri(a,b,c)}, +glTexParameteriv:function(a,b,c){c=q()[c>>2];U.texParameteri(a,b,c)},glTexStorage2D:function(a,b,c,e,f){U.texStorage2D(a,b,c,e,f)},glTexSubImage2D:function(a,b,c,e,f,g,l,n,r){if(2<=T.version)if(U.B)U.texSubImage2D(a,b,c,e,f,g,l,n,r);else if(r){var u=Dc(n);U.texSubImage2D(a,b,c,e,f,g,l,n,u,r>>31-Math.clz32(u.BYTES_PER_ELEMENT))}else U.texSubImage2D(a,b,c,e,f,g,l,n,null);else u=null,r&&(u=Ec(n,l,f,g,r)),U.texSubImage2D(a,b,c,e,f,g,l,n,u)},glUniform1f:function(a,b){U.uniform1f(W(a),b)},glUniform1fv:function(a, +b,c){if(2<=T.version)b&&U.uniform1fv(W(a),v(),c>>2,b);else{if(288>=b)for(var e=X[b-1],f=0;f>2];else e=v().subarray(c>>2,c+4*b>>2);U.uniform1fv(W(a),e)}},glUniform1i:function(a,b){U.uniform1i(W(a),b)},glUniform1iv:function(a,b,c){if(2<=T.version)b&&U.uniform1iv(W(a),q(),c>>2,b);else{if(288>=b)for(var e=Fc[b-1],f=0;f>2];else e=q().subarray(c>>2,c+4*b>>2);U.uniform1iv(W(a),e)}},glUniform2f:function(a,b,c){U.uniform2f(W(a),b,c)},glUniform2fv:function(a,b,c){if(2<= +T.version)b&&U.uniform2fv(W(a),v(),c>>2,2*b);else{if(144>=b)for(var e=X[2*b-1],f=0;f<2*b;f+=2)e[f]=v()[c+4*f>>2],e[f+1]=v()[c+(4*f+4)>>2];else e=v().subarray(c>>2,c+8*b>>2);U.uniform2fv(W(a),e)}},glUniform2i:function(a,b,c){U.uniform2i(W(a),b,c)},glUniform2iv:function(a,b,c){if(2<=T.version)b&&U.uniform2iv(W(a),q(),c>>2,2*b);else{if(144>=b)for(var e=Fc[2*b-1],f=0;f<2*b;f+=2)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+(4*f+4)>>2];else e=q().subarray(c>>2,c+8*b>>2);U.uniform2iv(W(a),e)}},glUniform3f:function(a, +b,c,e){U.uniform3f(W(a),b,c,e)},glUniform3fv:function(a,b,c){if(2<=T.version)b&&U.uniform3fv(W(a),v(),c>>2,3*b);else{if(96>=b)for(var e=X[3*b-1],f=0;f<3*b;f+=3)e[f]=v()[c+4*f>>2],e[f+1]=v()[c+(4*f+4)>>2],e[f+2]=v()[c+(4*f+8)>>2];else e=v().subarray(c>>2,c+12*b>>2);U.uniform3fv(W(a),e)}},glUniform3i:function(a,b,c,e){U.uniform3i(W(a),b,c,e)},glUniform3iv:function(a,b,c){if(2<=T.version)b&&U.uniform3iv(W(a),q(),c>>2,3*b);else{if(96>=b)for(var e=Fc[3*b-1],f=0;f<3*b;f+=3)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+ +(4*f+4)>>2],e[f+2]=q()[c+(4*f+8)>>2];else e=q().subarray(c>>2,c+12*b>>2);U.uniform3iv(W(a),e)}},glUniform4f:function(a,b,c,e,f){U.uniform4f(W(a),b,c,e,f)},glUniform4fv:function(a,b,c){if(2<=T.version)b&&U.uniform4fv(W(a),v(),c>>2,4*b);else{if(72>=b){var e=X[4*b-1],f=v();c>>=2;for(var g=0;g<4*b;g+=4){var l=c+g;e[g]=f[l];e[g+1]=f[l+1];e[g+2]=f[l+2];e[g+3]=f[l+3]}}else e=v().subarray(c>>2,c+16*b>>2);U.uniform4fv(W(a),e)}},glUniform4i:function(a,b,c,e,f){U.uniform4i(W(a),b,c,e,f)},glUniform4iv:function(a, +b,c){if(2<=T.version)b&&U.uniform4iv(W(a),q(),c>>2,4*b);else{if(72>=b)for(var e=Fc[4*b-1],f=0;f<4*b;f+=4)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+(4*f+4)>>2],e[f+2]=q()[c+(4*f+8)>>2],e[f+3]=q()[c+(4*f+12)>>2];else e=q().subarray(c>>2,c+16*b>>2);U.uniform4iv(W(a),e)}},glUniformMatrix2fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix2fv(W(a),!!c,v(),e>>2,4*b);else{if(72>=b)for(var f=X[4*b-1],g=0;g<4*b;g+=4)f[g]=v()[e+4*g>>2],f[g+1]=v()[e+(4*g+4)>>2],f[g+2]=v()[e+(4*g+8)>>2],f[g+3]=v()[e+(4*g+12)>>2];else f= +v().subarray(e>>2,e+16*b>>2);U.uniformMatrix2fv(W(a),!!c,f)}},glUniformMatrix3fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix3fv(W(a),!!c,v(),e>>2,9*b);else{if(32>=b)for(var f=X[9*b-1],g=0;g<9*b;g+=9)f[g]=v()[e+4*g>>2],f[g+1]=v()[e+(4*g+4)>>2],f[g+2]=v()[e+(4*g+8)>>2],f[g+3]=v()[e+(4*g+12)>>2],f[g+4]=v()[e+(4*g+16)>>2],f[g+5]=v()[e+(4*g+20)>>2],f[g+6]=v()[e+(4*g+24)>>2],f[g+7]=v()[e+(4*g+28)>>2],f[g+8]=v()[e+(4*g+32)>>2];else f=v().subarray(e>>2,e+36*b>>2);U.uniformMatrix3fv(W(a),!!c,f)}}, +glUniformMatrix4fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix4fv(W(a),!!c,v(),e>>2,16*b);else{if(18>=b){var f=X[16*b-1],g=v();e>>=2;for(var l=0;l<16*b;l+=16){var n=e+l;f[l]=g[n];f[l+1]=g[n+1];f[l+2]=g[n+2];f[l+3]=g[n+3];f[l+4]=g[n+4];f[l+5]=g[n+5];f[l+6]=g[n+6];f[l+7]=g[n+7];f[l+8]=g[n+8];f[l+9]=g[n+9];f[l+10]=g[n+10];f[l+11]=g[n+11];f[l+12]=g[n+12];f[l+13]=g[n+13];f[l+14]=g[n+14];f[l+15]=g[n+15]}}else f=v().subarray(e>>2,e+64*b>>2);U.uniformMatrix4fv(W(a),!!c,f)}},glUseProgram:function(a){a= +O[a];U.useProgram(a);U.ka=a},glVertexAttrib1f:function(a,b){U.vertexAttrib1f(a,b)},glVertexAttrib2fv:function(a,b){U.vertexAttrib2f(a,v()[b>>2],v()[b+4>>2])},glVertexAttrib3fv:function(a,b){U.vertexAttrib3f(a,v()[b>>2],v()[b+4>>2],v()[b+8>>2])},glVertexAttrib4fv:function(a,b){U.vertexAttrib4f(a,v()[b>>2],v()[b+4>>2],v()[b+8>>2],v()[b+12>>2])},glVertexAttribDivisor:function(a,b){U.vertexAttribDivisor(a,b)},glVertexAttribIPointer:function(a,b,c,e,f){U.vertexAttribIPointer(a,b,c,e,f)},glVertexAttribPointer:function(a, +b,c,e,f,g){U.vertexAttribPointer(a,b,c,!!e,f,g)},glViewport:function(a,b,c,e){U.viewport(a,b,c,e)},glWaitSync:function(a,b,c,e){U.waitSync(Qb[a],b,(c>>>0)+4294967296*e)},invoke_ii:bd,invoke_iii:cd,invoke_iiii:dd,invoke_iiiii:ed,invoke_iiiiiii:fd,invoke_vi:gd,invoke_vii:hd,invoke_viii:jd,invoke_viiii:kd,invoke_viiiiiii:ld,memory:d||w.wasmMemory,skwasm_captureImageBitmap:Gc,skwasm_createGlTextureFromTextureSource:Ic,skwasm_createOffscreenCanvas:Jc,skwasm_disposeAssociatedObjectOnThread:Kc,skwasm_getAssociatedObject:Lc, +skwasm_registerMessageListener:Mc,skwasm_resizeCanvas:Nc,skwasm_setAssociatedObjectOnThread:Oc,strftime_l:(a,b,c,e)=>Uc(a,b,c,e)}; +(function(){function a(c,e){F=c=c.exports;w.wasmExports=F;I.fa.push(F._emscripten_tls_init);G=F.__indirect_function_table;Ha.unshift(F.__wasm_call_ctors);Aa=e;Oa();return c}var b={env:md,wasi_snapshot_preview1:md};Na();if(w.instantiateWasm)try{return w.instantiateWasm(b,a)}catch(c){D("Module.instantiateWasm callback failed with error: "+c),ka(c)}Ua(b,function(c){a(c.instance,c.module)}).catch(ka);return{}})();w._canvas_saveLayer=(a,b,c,e)=>(w._canvas_saveLayer=F.canvas_saveLayer)(a,b,c,e); +w._canvas_save=a=>(w._canvas_save=F.canvas_save)(a);w._canvas_restore=a=>(w._canvas_restore=F.canvas_restore)(a);w._canvas_restoreToCount=(a,b)=>(w._canvas_restoreToCount=F.canvas_restoreToCount)(a,b);w._canvas_getSaveCount=a=>(w._canvas_getSaveCount=F.canvas_getSaveCount)(a);w._canvas_translate=(a,b,c)=>(w._canvas_translate=F.canvas_translate)(a,b,c);w._canvas_scale=(a,b,c)=>(w._canvas_scale=F.canvas_scale)(a,b,c);w._canvas_rotate=(a,b)=>(w._canvas_rotate=F.canvas_rotate)(a,b); +w._canvas_skew=(a,b,c)=>(w._canvas_skew=F.canvas_skew)(a,b,c);w._canvas_transform=(a,b)=>(w._canvas_transform=F.canvas_transform)(a,b);w._canvas_clipRect=(a,b,c,e)=>(w._canvas_clipRect=F.canvas_clipRect)(a,b,c,e);w._canvas_clipRRect=(a,b,c)=>(w._canvas_clipRRect=F.canvas_clipRRect)(a,b,c);w._canvas_clipPath=(a,b,c)=>(w._canvas_clipPath=F.canvas_clipPath)(a,b,c);w._canvas_drawColor=(a,b,c)=>(w._canvas_drawColor=F.canvas_drawColor)(a,b,c); +w._canvas_drawLine=(a,b,c,e,f,g)=>(w._canvas_drawLine=F.canvas_drawLine)(a,b,c,e,f,g);w._canvas_drawPaint=(a,b)=>(w._canvas_drawPaint=F.canvas_drawPaint)(a,b);w._canvas_drawRect=(a,b,c)=>(w._canvas_drawRect=F.canvas_drawRect)(a,b,c);w._canvas_drawRRect=(a,b,c)=>(w._canvas_drawRRect=F.canvas_drawRRect)(a,b,c);w._canvas_drawDRRect=(a,b,c,e)=>(w._canvas_drawDRRect=F.canvas_drawDRRect)(a,b,c,e);w._canvas_drawOval=(a,b,c)=>(w._canvas_drawOval=F.canvas_drawOval)(a,b,c); +w._canvas_drawCircle=(a,b,c,e,f)=>(w._canvas_drawCircle=F.canvas_drawCircle)(a,b,c,e,f);w._canvas_drawArc=(a,b,c,e,f,g)=>(w._canvas_drawArc=F.canvas_drawArc)(a,b,c,e,f,g);w._canvas_drawPath=(a,b,c)=>(w._canvas_drawPath=F.canvas_drawPath)(a,b,c);w._canvas_drawShadow=(a,b,c,e,f,g)=>(w._canvas_drawShadow=F.canvas_drawShadow)(a,b,c,e,f,g);w._canvas_drawParagraph=(a,b,c,e)=>(w._canvas_drawParagraph=F.canvas_drawParagraph)(a,b,c,e); +w._canvas_drawPicture=(a,b)=>(w._canvas_drawPicture=F.canvas_drawPicture)(a,b);w._canvas_drawImage=(a,b,c,e,f,g)=>(w._canvas_drawImage=F.canvas_drawImage)(a,b,c,e,f,g);w._canvas_drawImageRect=(a,b,c,e,f,g)=>(w._canvas_drawImageRect=F.canvas_drawImageRect)(a,b,c,e,f,g);w._canvas_drawImageNine=(a,b,c,e,f,g)=>(w._canvas_drawImageNine=F.canvas_drawImageNine)(a,b,c,e,f,g);w._canvas_drawVertices=(a,b,c,e)=>(w._canvas_drawVertices=F.canvas_drawVertices)(a,b,c,e); +w._canvas_drawPoints=(a,b,c,e,f)=>(w._canvas_drawPoints=F.canvas_drawPoints)(a,b,c,e,f);w._canvas_drawAtlas=(a,b,c,e,f,g,l,n,r)=>(w._canvas_drawAtlas=F.canvas_drawAtlas)(a,b,c,e,f,g,l,n,r);w._canvas_getTransform=(a,b)=>(w._canvas_getTransform=F.canvas_getTransform)(a,b);w._canvas_getLocalClipBounds=(a,b)=>(w._canvas_getLocalClipBounds=F.canvas_getLocalClipBounds)(a,b);w._canvas_getDeviceClipBounds=(a,b)=>(w._canvas_getDeviceClipBounds=F.canvas_getDeviceClipBounds)(a,b); +w._contourMeasureIter_create=(a,b,c)=>(w._contourMeasureIter_create=F.contourMeasureIter_create)(a,b,c);w._contourMeasureIter_next=a=>(w._contourMeasureIter_next=F.contourMeasureIter_next)(a);w._contourMeasureIter_dispose=a=>(w._contourMeasureIter_dispose=F.contourMeasureIter_dispose)(a);w._contourMeasure_dispose=a=>(w._contourMeasure_dispose=F.contourMeasure_dispose)(a);w._contourMeasure_length=a=>(w._contourMeasure_length=F.contourMeasure_length)(a); +w._contourMeasure_isClosed=a=>(w._contourMeasure_isClosed=F.contourMeasure_isClosed)(a);w._contourMeasure_getPosTan=(a,b,c,e)=>(w._contourMeasure_getPosTan=F.contourMeasure_getPosTan)(a,b,c,e);w._contourMeasure_getSegment=(a,b,c,e)=>(w._contourMeasure_getSegment=F.contourMeasure_getSegment)(a,b,c,e);w._skData_create=a=>(w._skData_create=F.skData_create)(a);w._skData_getPointer=a=>(w._skData_getPointer=F.skData_getPointer)(a);w._skData_getConstPointer=a=>(w._skData_getConstPointer=F.skData_getConstPointer)(a); +w._skData_getSize=a=>(w._skData_getSize=F.skData_getSize)(a);w._skData_dispose=a=>(w._skData_dispose=F.skData_dispose)(a);w._imageFilter_createBlur=(a,b,c)=>(w._imageFilter_createBlur=F.imageFilter_createBlur)(a,b,c);w._imageFilter_createDilate=(a,b)=>(w._imageFilter_createDilate=F.imageFilter_createDilate)(a,b);w._imageFilter_createErode=(a,b)=>(w._imageFilter_createErode=F.imageFilter_createErode)(a,b); +w._imageFilter_createMatrix=(a,b)=>(w._imageFilter_createMatrix=F.imageFilter_createMatrix)(a,b);w._imageFilter_createFromColorFilter=a=>(w._imageFilter_createFromColorFilter=F.imageFilter_createFromColorFilter)(a);w._imageFilter_compose=(a,b)=>(w._imageFilter_compose=F.imageFilter_compose)(a,b);w._imageFilter_dispose=a=>(w._imageFilter_dispose=F.imageFilter_dispose)(a);w._imageFilter_getFilterBounds=(a,b)=>(w._imageFilter_getFilterBounds=F.imageFilter_getFilterBounds)(a,b); +w._colorFilter_createMode=(a,b)=>(w._colorFilter_createMode=F.colorFilter_createMode)(a,b);w._colorFilter_createMatrix=a=>(w._colorFilter_createMatrix=F.colorFilter_createMatrix)(a);w._colorFilter_createSRGBToLinearGamma=()=>(w._colorFilter_createSRGBToLinearGamma=F.colorFilter_createSRGBToLinearGamma)();w._colorFilter_createLinearToSRGBGamma=()=>(w._colorFilter_createLinearToSRGBGamma=F.colorFilter_createLinearToSRGBGamma)(); +w._colorFilter_compose=(a,b)=>(w._colorFilter_compose=F.colorFilter_compose)(a,b);w._colorFilter_dispose=a=>(w._colorFilter_dispose=F.colorFilter_dispose)(a);w._maskFilter_createBlur=(a,b)=>(w._maskFilter_createBlur=F.maskFilter_createBlur)(a,b);w._maskFilter_dispose=a=>(w._maskFilter_dispose=F.maskFilter_dispose)(a);w._fontCollection_create=()=>(w._fontCollection_create=F.fontCollection_create)();w._fontCollection_dispose=a=>(w._fontCollection_dispose=F.fontCollection_dispose)(a); +w._typeface_create=a=>(w._typeface_create=F.typeface_create)(a);w._typeface_dispose=a=>(w._typeface_dispose=F.typeface_dispose)(a);w._typefaces_filterCoveredCodePoints=(a,b,c,e)=>(w._typefaces_filterCoveredCodePoints=F.typefaces_filterCoveredCodePoints)(a,b,c,e);w._fontCollection_registerTypeface=(a,b,c)=>(w._fontCollection_registerTypeface=F.fontCollection_registerTypeface)(a,b,c);w._fontCollection_clearCaches=a=>(w._fontCollection_clearCaches=F.fontCollection_clearCaches)(a); +w._image_createFromPicture=(a,b,c)=>(w._image_createFromPicture=F.image_createFromPicture)(a,b,c);w._image_createFromPixels=(a,b,c,e,f)=>(w._image_createFromPixels=F.image_createFromPixels)(a,b,c,e,f);w._image_createFromTextureSource=(a,b,c,e)=>(w._image_createFromTextureSource=F.image_createFromTextureSource)(a,b,c,e);w._image_ref=a=>(w._image_ref=F.image_ref)(a);w._image_dispose=a=>(w._image_dispose=F.image_dispose)(a);w._image_getWidth=a=>(w._image_getWidth=F.image_getWidth)(a); +w._image_getHeight=a=>(w._image_getHeight=F.image_getHeight)(a);w._paint_create=()=>(w._paint_create=F.paint_create)();w._paint_dispose=a=>(w._paint_dispose=F.paint_dispose)(a);w._paint_setBlendMode=(a,b)=>(w._paint_setBlendMode=F.paint_setBlendMode)(a,b);w._paint_setStyle=(a,b)=>(w._paint_setStyle=F.paint_setStyle)(a,b);w._paint_getStyle=a=>(w._paint_getStyle=F.paint_getStyle)(a);w._paint_setStrokeWidth=(a,b)=>(w._paint_setStrokeWidth=F.paint_setStrokeWidth)(a,b); +w._paint_getStrokeWidth=a=>(w._paint_getStrokeWidth=F.paint_getStrokeWidth)(a);w._paint_setStrokeCap=(a,b)=>(w._paint_setStrokeCap=F.paint_setStrokeCap)(a,b);w._paint_getStrokeCap=a=>(w._paint_getStrokeCap=F.paint_getStrokeCap)(a);w._paint_setStrokeJoin=(a,b)=>(w._paint_setStrokeJoin=F.paint_setStrokeJoin)(a,b);w._paint_getStrokeJoin=a=>(w._paint_getStrokeJoin=F.paint_getStrokeJoin)(a);w._paint_setAntiAlias=(a,b)=>(w._paint_setAntiAlias=F.paint_setAntiAlias)(a,b); +w._paint_getAntiAlias=a=>(w._paint_getAntiAlias=F.paint_getAntiAlias)(a);w._paint_setColorInt=(a,b)=>(w._paint_setColorInt=F.paint_setColorInt)(a,b);w._paint_getColorInt=a=>(w._paint_getColorInt=F.paint_getColorInt)(a);w._paint_setMiterLimit=(a,b)=>(w._paint_setMiterLimit=F.paint_setMiterLimit)(a,b);w._paint_getMiterLImit=a=>(w._paint_getMiterLImit=F.paint_getMiterLImit)(a);w._paint_setShader=(a,b)=>(w._paint_setShader=F.paint_setShader)(a,b); +w._paint_setImageFilter=(a,b)=>(w._paint_setImageFilter=F.paint_setImageFilter)(a,b);w._paint_setColorFilter=(a,b)=>(w._paint_setColorFilter=F.paint_setColorFilter)(a,b);w._paint_setMaskFilter=(a,b)=>(w._paint_setMaskFilter=F.paint_setMaskFilter)(a,b);w._path_create=()=>(w._path_create=F.path_create)();w._path_dispose=a=>(w._path_dispose=F.path_dispose)(a);w._path_copy=a=>(w._path_copy=F.path_copy)(a);w._path_setFillType=(a,b)=>(w._path_setFillType=F.path_setFillType)(a,b); +w._path_getFillType=a=>(w._path_getFillType=F.path_getFillType)(a);w._path_moveTo=(a,b,c)=>(w._path_moveTo=F.path_moveTo)(a,b,c);w._path_relativeMoveTo=(a,b,c)=>(w._path_relativeMoveTo=F.path_relativeMoveTo)(a,b,c);w._path_lineTo=(a,b,c)=>(w._path_lineTo=F.path_lineTo)(a,b,c);w._path_relativeLineTo=(a,b,c)=>(w._path_relativeLineTo=F.path_relativeLineTo)(a,b,c);w._path_quadraticBezierTo=(a,b,c,e,f)=>(w._path_quadraticBezierTo=F.path_quadraticBezierTo)(a,b,c,e,f); +w._path_relativeQuadraticBezierTo=(a,b,c,e,f)=>(w._path_relativeQuadraticBezierTo=F.path_relativeQuadraticBezierTo)(a,b,c,e,f);w._path_cubicTo=(a,b,c,e,f,g,l)=>(w._path_cubicTo=F.path_cubicTo)(a,b,c,e,f,g,l);w._path_relativeCubicTo=(a,b,c,e,f,g,l)=>(w._path_relativeCubicTo=F.path_relativeCubicTo)(a,b,c,e,f,g,l);w._path_conicTo=(a,b,c,e,f,g)=>(w._path_conicTo=F.path_conicTo)(a,b,c,e,f,g);w._path_relativeConicTo=(a,b,c,e,f,g)=>(w._path_relativeConicTo=F.path_relativeConicTo)(a,b,c,e,f,g); +w._path_arcToOval=(a,b,c,e,f)=>(w._path_arcToOval=F.path_arcToOval)(a,b,c,e,f);w._path_arcToRotated=(a,b,c,e,f,g,l,n)=>(w._path_arcToRotated=F.path_arcToRotated)(a,b,c,e,f,g,l,n);w._path_relativeArcToRotated=(a,b,c,e,f,g,l,n)=>(w._path_relativeArcToRotated=F.path_relativeArcToRotated)(a,b,c,e,f,g,l,n);w._path_addRect=(a,b)=>(w._path_addRect=F.path_addRect)(a,b);w._path_addOval=(a,b)=>(w._path_addOval=F.path_addOval)(a,b);w._path_addArc=(a,b,c,e)=>(w._path_addArc=F.path_addArc)(a,b,c,e); +w._path_addPolygon=(a,b,c,e)=>(w._path_addPolygon=F.path_addPolygon)(a,b,c,e);w._path_addRRect=(a,b)=>(w._path_addRRect=F.path_addRRect)(a,b);w._path_addPath=(a,b,c,e)=>(w._path_addPath=F.path_addPath)(a,b,c,e);w._path_close=a=>(w._path_close=F.path_close)(a);w._path_reset=a=>(w._path_reset=F.path_reset)(a);w._path_contains=(a,b,c)=>(w._path_contains=F.path_contains)(a,b,c);w._path_transform=(a,b)=>(w._path_transform=F.path_transform)(a,b); +w._path_getBounds=(a,b)=>(w._path_getBounds=F.path_getBounds)(a,b);w._path_combine=(a,b,c)=>(w._path_combine=F.path_combine)(a,b,c);w._pictureRecorder_create=()=>(w._pictureRecorder_create=F.pictureRecorder_create)();w._pictureRecorder_dispose=a=>(w._pictureRecorder_dispose=F.pictureRecorder_dispose)(a);w._pictureRecorder_beginRecording=(a,b)=>(w._pictureRecorder_beginRecording=F.pictureRecorder_beginRecording)(a,b);w._pictureRecorder_endRecording=a=>(w._pictureRecorder_endRecording=F.pictureRecorder_endRecording)(a); +w._picture_getCullRect=(a,b)=>(w._picture_getCullRect=F.picture_getCullRect)(a,b);w._picture_dispose=a=>(w._picture_dispose=F.picture_dispose)(a);w._picture_approximateBytesUsed=a=>(w._picture_approximateBytesUsed=F.picture_approximateBytesUsed)(a);w._shader_createLinearGradient=(a,b,c,e,f,g)=>(w._shader_createLinearGradient=F.shader_createLinearGradient)(a,b,c,e,f,g);w._shader_createRadialGradient=(a,b,c,e,f,g,l,n)=>(w._shader_createRadialGradient=F.shader_createRadialGradient)(a,b,c,e,f,g,l,n); +w._shader_createConicalGradient=(a,b,c,e,f,g,l,n)=>(w._shader_createConicalGradient=F.shader_createConicalGradient)(a,b,c,e,f,g,l,n);w._shader_createSweepGradient=(a,b,c,e,f,g,l,n,r)=>(w._shader_createSweepGradient=F.shader_createSweepGradient)(a,b,c,e,f,g,l,n,r);w._shader_dispose=a=>(w._shader_dispose=F.shader_dispose)(a);w._runtimeEffect_create=a=>(w._runtimeEffect_create=F.runtimeEffect_create)(a);w._runtimeEffect_dispose=a=>(w._runtimeEffect_dispose=F.runtimeEffect_dispose)(a); +w._runtimeEffect_getUniformSize=a=>(w._runtimeEffect_getUniformSize=F.runtimeEffect_getUniformSize)(a);w._shader_createRuntimeEffectShader=(a,b,c,e)=>(w._shader_createRuntimeEffectShader=F.shader_createRuntimeEffectShader)(a,b,c,e);w._shader_createFromImage=(a,b,c,e,f)=>(w._shader_createFromImage=F.shader_createFromImage)(a,b,c,e,f);w._skString_allocate=a=>(w._skString_allocate=F.skString_allocate)(a);w._skString_getData=a=>(w._skString_getData=F.skString_getData)(a); +w._skString_free=a=>(w._skString_free=F.skString_free)(a);w._skString16_allocate=a=>(w._skString16_allocate=F.skString16_allocate)(a);w._skString16_getData=a=>(w._skString16_getData=F.skString16_getData)(a);w._skString16_free=a=>(w._skString16_free=F.skString16_free)(a);var Db=(a,b,c,e,f)=>(Db=F.emscripten_dispatch_to_thread_)(a,b,c,e,f);w._surface_create=()=>(w._surface_create=F.surface_create)();w._surface_getThreadId=a=>(w._surface_getThreadId=F.surface_getThreadId)(a); +w._surface_setCallbackHandler=(a,b)=>(w._surface_setCallbackHandler=F.surface_setCallbackHandler)(a,b);w._surface_destroy=a=>(w._surface_destroy=F.surface_destroy)(a);w._surface_renderPicture=(a,b)=>(w._surface_renderPicture=F.surface_renderPicture)(a,b);w._surface_rasterizeImage=(a,b,c)=>(w._surface_rasterizeImage=F.surface_rasterizeImage)(a,b,c);var Zc=w._surface_onRenderComplete=(a,b,c)=>(Zc=w._surface_onRenderComplete=F.surface_onRenderComplete)(a,b,c); +w._lineMetrics_create=(a,b,c,e,f,g,l,n,r)=>(w._lineMetrics_create=F.lineMetrics_create)(a,b,c,e,f,g,l,n,r);w._lineMetrics_dispose=a=>(w._lineMetrics_dispose=F.lineMetrics_dispose)(a);w._lineMetrics_getHardBreak=a=>(w._lineMetrics_getHardBreak=F.lineMetrics_getHardBreak)(a);w._lineMetrics_getAscent=a=>(w._lineMetrics_getAscent=F.lineMetrics_getAscent)(a);w._lineMetrics_getDescent=a=>(w._lineMetrics_getDescent=F.lineMetrics_getDescent)(a); +w._lineMetrics_getUnscaledAscent=a=>(w._lineMetrics_getUnscaledAscent=F.lineMetrics_getUnscaledAscent)(a);w._lineMetrics_getHeight=a=>(w._lineMetrics_getHeight=F.lineMetrics_getHeight)(a);w._lineMetrics_getWidth=a=>(w._lineMetrics_getWidth=F.lineMetrics_getWidth)(a);w._lineMetrics_getLeft=a=>(w._lineMetrics_getLeft=F.lineMetrics_getLeft)(a);w._lineMetrics_getBaseline=a=>(w._lineMetrics_getBaseline=F.lineMetrics_getBaseline)(a);w._lineMetrics_getLineNumber=a=>(w._lineMetrics_getLineNumber=F.lineMetrics_getLineNumber)(a); +w._lineMetrics_getStartIndex=a=>(w._lineMetrics_getStartIndex=F.lineMetrics_getStartIndex)(a);w._lineMetrics_getEndIndex=a=>(w._lineMetrics_getEndIndex=F.lineMetrics_getEndIndex)(a);w._paragraph_dispose=a=>(w._paragraph_dispose=F.paragraph_dispose)(a);w._paragraph_getWidth=a=>(w._paragraph_getWidth=F.paragraph_getWidth)(a);w._paragraph_getHeight=a=>(w._paragraph_getHeight=F.paragraph_getHeight)(a);w._paragraph_getLongestLine=a=>(w._paragraph_getLongestLine=F.paragraph_getLongestLine)(a); +w._paragraph_getMinIntrinsicWidth=a=>(w._paragraph_getMinIntrinsicWidth=F.paragraph_getMinIntrinsicWidth)(a);w._paragraph_getMaxIntrinsicWidth=a=>(w._paragraph_getMaxIntrinsicWidth=F.paragraph_getMaxIntrinsicWidth)(a);w._paragraph_getAlphabeticBaseline=a=>(w._paragraph_getAlphabeticBaseline=F.paragraph_getAlphabeticBaseline)(a);w._paragraph_getIdeographicBaseline=a=>(w._paragraph_getIdeographicBaseline=F.paragraph_getIdeographicBaseline)(a); +w._paragraph_getDidExceedMaxLines=a=>(w._paragraph_getDidExceedMaxLines=F.paragraph_getDidExceedMaxLines)(a);w._paragraph_layout=(a,b)=>(w._paragraph_layout=F.paragraph_layout)(a,b);w._paragraph_getPositionForOffset=(a,b,c,e)=>(w._paragraph_getPositionForOffset=F.paragraph_getPositionForOffset)(a,b,c,e);w._paragraph_getWordBoundary=(a,b,c)=>(w._paragraph_getWordBoundary=F.paragraph_getWordBoundary)(a,b,c);w._paragraph_getLineCount=a=>(w._paragraph_getLineCount=F.paragraph_getLineCount)(a); +w._paragraph_getLineNumberAt=(a,b)=>(w._paragraph_getLineNumberAt=F.paragraph_getLineNumberAt)(a,b);w._paragraph_getLineMetricsAtIndex=(a,b)=>(w._paragraph_getLineMetricsAtIndex=F.paragraph_getLineMetricsAtIndex)(a,b);w._textBoxList_dispose=a=>(w._textBoxList_dispose=F.textBoxList_dispose)(a);w._textBoxList_getLength=a=>(w._textBoxList_getLength=F.textBoxList_getLength)(a);w._textBoxList_getBoxAtIndex=(a,b,c)=>(w._textBoxList_getBoxAtIndex=F.textBoxList_getBoxAtIndex)(a,b,c); +w._paragraph_getBoxesForRange=(a,b,c,e,f)=>(w._paragraph_getBoxesForRange=F.paragraph_getBoxesForRange)(a,b,c,e,f);w._paragraph_getBoxesForPlaceholders=a=>(w._paragraph_getBoxesForPlaceholders=F.paragraph_getBoxesForPlaceholders)(a);w._paragraph_getUnresolvedCodePoints=(a,b,c)=>(w._paragraph_getUnresolvedCodePoints=F.paragraph_getUnresolvedCodePoints)(a,b,c);w._paragraphBuilder_create=(a,b)=>(w._paragraphBuilder_create=F.paragraphBuilder_create)(a,b); +w._paragraphBuilder_dispose=a=>(w._paragraphBuilder_dispose=F.paragraphBuilder_dispose)(a);w._paragraphBuilder_addPlaceholder=(a,b,c,e,f,g)=>(w._paragraphBuilder_addPlaceholder=F.paragraphBuilder_addPlaceholder)(a,b,c,e,f,g);w._paragraphBuilder_addText=(a,b)=>(w._paragraphBuilder_addText=F.paragraphBuilder_addText)(a,b);w._paragraphBuilder_getUtf8Text=(a,b)=>(w._paragraphBuilder_getUtf8Text=F.paragraphBuilder_getUtf8Text)(a,b); +w._paragraphBuilder_pushStyle=(a,b)=>(w._paragraphBuilder_pushStyle=F.paragraphBuilder_pushStyle)(a,b);w._paragraphBuilder_pop=a=>(w._paragraphBuilder_pop=F.paragraphBuilder_pop)(a);w._paragraphBuilder_build=a=>(w._paragraphBuilder_build=F.paragraphBuilder_build)(a);w._unicodePositionBuffer_create=a=>(w._unicodePositionBuffer_create=F.unicodePositionBuffer_create)(a);w._unicodePositionBuffer_getDataPointer=a=>(w._unicodePositionBuffer_getDataPointer=F.unicodePositionBuffer_getDataPointer)(a); +w._unicodePositionBuffer_free=a=>(w._unicodePositionBuffer_free=F.unicodePositionBuffer_free)(a);w._lineBreakBuffer_create=a=>(w._lineBreakBuffer_create=F.lineBreakBuffer_create)(a);w._lineBreakBuffer_getDataPointer=a=>(w._lineBreakBuffer_getDataPointer=F.lineBreakBuffer_getDataPointer)(a);w._lineBreakBuffer_free=a=>(w._lineBreakBuffer_free=F.lineBreakBuffer_free)(a); +w._paragraphBuilder_setGraphemeBreaksUtf16=(a,b)=>(w._paragraphBuilder_setGraphemeBreaksUtf16=F.paragraphBuilder_setGraphemeBreaksUtf16)(a,b);w._paragraphBuilder_setWordBreaksUtf16=(a,b)=>(w._paragraphBuilder_setWordBreaksUtf16=F.paragraphBuilder_setWordBreaksUtf16)(a,b);w._paragraphBuilder_setLineBreaksUtf16=(a,b)=>(w._paragraphBuilder_setLineBreaksUtf16=F.paragraphBuilder_setLineBreaksUtf16)(a,b);w._paragraphStyle_create=()=>(w._paragraphStyle_create=F.paragraphStyle_create)(); +w._paragraphStyle_dispose=a=>(w._paragraphStyle_dispose=F.paragraphStyle_dispose)(a);w._paragraphStyle_setTextAlign=(a,b)=>(w._paragraphStyle_setTextAlign=F.paragraphStyle_setTextAlign)(a,b);w._paragraphStyle_setTextDirection=(a,b)=>(w._paragraphStyle_setTextDirection=F.paragraphStyle_setTextDirection)(a,b);w._paragraphStyle_setMaxLines=(a,b)=>(w._paragraphStyle_setMaxLines=F.paragraphStyle_setMaxLines)(a,b); +w._paragraphStyle_setHeight=(a,b)=>(w._paragraphStyle_setHeight=F.paragraphStyle_setHeight)(a,b);w._paragraphStyle_setTextHeightBehavior=(a,b,c)=>(w._paragraphStyle_setTextHeightBehavior=F.paragraphStyle_setTextHeightBehavior)(a,b,c);w._paragraphStyle_setEllipsis=(a,b)=>(w._paragraphStyle_setEllipsis=F.paragraphStyle_setEllipsis)(a,b);w._paragraphStyle_setStrutStyle=(a,b)=>(w._paragraphStyle_setStrutStyle=F.paragraphStyle_setStrutStyle)(a,b); +w._paragraphStyle_setTextStyle=(a,b)=>(w._paragraphStyle_setTextStyle=F.paragraphStyle_setTextStyle)(a,b);w._strutStyle_create=()=>(w._strutStyle_create=F.strutStyle_create)();w._strutStyle_dispose=a=>(w._strutStyle_dispose=F.strutStyle_dispose)(a);w._strutStyle_setFontFamilies=(a,b,c)=>(w._strutStyle_setFontFamilies=F.strutStyle_setFontFamilies)(a,b,c);w._strutStyle_setFontSize=(a,b)=>(w._strutStyle_setFontSize=F.strutStyle_setFontSize)(a,b); +w._strutStyle_setHeight=(a,b)=>(w._strutStyle_setHeight=F.strutStyle_setHeight)(a,b);w._strutStyle_setHalfLeading=(a,b)=>(w._strutStyle_setHalfLeading=F.strutStyle_setHalfLeading)(a,b);w._strutStyle_setLeading=(a,b)=>(w._strutStyle_setLeading=F.strutStyle_setLeading)(a,b);w._strutStyle_setFontStyle=(a,b,c)=>(w._strutStyle_setFontStyle=F.strutStyle_setFontStyle)(a,b,c);w._strutStyle_setForceStrutHeight=(a,b)=>(w._strutStyle_setForceStrutHeight=F.strutStyle_setForceStrutHeight)(a,b); +w._textStyle_create=()=>(w._textStyle_create=F.textStyle_create)();w._textStyle_copy=a=>(w._textStyle_copy=F.textStyle_copy)(a);w._textStyle_dispose=a=>(w._textStyle_dispose=F.textStyle_dispose)(a);w._textStyle_setColor=(a,b)=>(w._textStyle_setColor=F.textStyle_setColor)(a,b);w._textStyle_setDecoration=(a,b)=>(w._textStyle_setDecoration=F.textStyle_setDecoration)(a,b);w._textStyle_setDecorationColor=(a,b)=>(w._textStyle_setDecorationColor=F.textStyle_setDecorationColor)(a,b); +w._textStyle_setDecorationStyle=(a,b)=>(w._textStyle_setDecorationStyle=F.textStyle_setDecorationStyle)(a,b);w._textStyle_setDecorationThickness=(a,b)=>(w._textStyle_setDecorationThickness=F.textStyle_setDecorationThickness)(a,b);w._textStyle_setFontStyle=(a,b,c)=>(w._textStyle_setFontStyle=F.textStyle_setFontStyle)(a,b,c);w._textStyle_setTextBaseline=(a,b)=>(w._textStyle_setTextBaseline=F.textStyle_setTextBaseline)(a,b);w._textStyle_clearFontFamilies=a=>(w._textStyle_clearFontFamilies=F.textStyle_clearFontFamilies)(a); +w._textStyle_addFontFamilies=(a,b,c)=>(w._textStyle_addFontFamilies=F.textStyle_addFontFamilies)(a,b,c);w._textStyle_setFontSize=(a,b)=>(w._textStyle_setFontSize=F.textStyle_setFontSize)(a,b);w._textStyle_setLetterSpacing=(a,b)=>(w._textStyle_setLetterSpacing=F.textStyle_setLetterSpacing)(a,b);w._textStyle_setWordSpacing=(a,b)=>(w._textStyle_setWordSpacing=F.textStyle_setWordSpacing)(a,b);w._textStyle_setHeight=(a,b)=>(w._textStyle_setHeight=F.textStyle_setHeight)(a,b); +w._textStyle_setHalfLeading=(a,b)=>(w._textStyle_setHalfLeading=F.textStyle_setHalfLeading)(a,b);w._textStyle_setLocale=(a,b)=>(w._textStyle_setLocale=F.textStyle_setLocale)(a,b);w._textStyle_setBackground=(a,b)=>(w._textStyle_setBackground=F.textStyle_setBackground)(a,b);w._textStyle_setForeground=(a,b)=>(w._textStyle_setForeground=F.textStyle_setForeground)(a,b);w._textStyle_addShadow=(a,b,c,e,f)=>(w._textStyle_addShadow=F.textStyle_addShadow)(a,b,c,e,f); +w._textStyle_addFontFeature=(a,b,c)=>(w._textStyle_addFontFeature=F.textStyle_addFontFeature)(a,b,c);w._textStyle_setFontVariations=(a,b,c,e)=>(w._textStyle_setFontVariations=F.textStyle_setFontVariations)(a,b,c,e);w._vertices_create=(a,b,c,e,f,g,l)=>(w._vertices_create=F.vertices_create)(a,b,c,e,f,g,l);w._vertices_dispose=a=>(w._vertices_dispose=F.vertices_dispose)(a);var fb=w._pthread_self=()=>(fb=w._pthread_self=F.pthread_self)(),pb=a=>(pb=F.malloc)(a); +w.__emscripten_tls_init=()=>(w.__emscripten_tls_init=F._emscripten_tls_init)();var ad=w.__emscripten_thread_init=(a,b,c,e,f,g)=>(ad=w.__emscripten_thread_init=F._emscripten_thread_init)(a,b,c,e,f,g);w.__emscripten_thread_crashed=()=>(w.__emscripten_thread_crashed=F._emscripten_thread_crashed)(); +var jc=(a,b,c,e)=>(jc=F._emscripten_run_in_main_runtime_thread_js)(a,b,c,e),db=a=>(db=F._emscripten_thread_free_data)(a),jb=w.__emscripten_thread_exit=a=>(jb=w.__emscripten_thread_exit=F._emscripten_thread_exit)(a),wb=w.__emscripten_check_mailbox=()=>(wb=w.__emscripten_check_mailbox=F._emscripten_check_mailbox)(),Z=(a,b)=>(Z=F.setThrew)(a,b),ib=(a,b)=>(ib=F.emscripten_stack_set_limits)(a,b),N=()=>(N=F.stackSave)(),M=a=>(M=F.stackRestore)(a),Cb=w.stackAlloc=a=>(Cb=w.stackAlloc=F.stackAlloc)(a); +function cd(a,b,c){var e=N();try{return G.get(a)(b,c)}catch(f){M(e);if(f!==f+0)throw f;Z(1,0)}}function hd(a,b,c){var e=N();try{G.get(a)(b,c)}catch(f){M(e);if(f!==f+0)throw f;Z(1,0)}}function bd(a,b){var c=N();try{return G.get(a)(b)}catch(e){M(c);if(e!==e+0)throw e;Z(1,0)}}function jd(a,b,c,e){var f=N();try{G.get(a)(b,c,e)}catch(g){M(f);if(g!==g+0)throw g;Z(1,0)}}function dd(a,b,c,e){var f=N();try{return G.get(a)(b,c,e)}catch(g){M(f);if(g!==g+0)throw g;Z(1,0)}} +function kd(a,b,c,e,f){var g=N();try{G.get(a)(b,c,e,f)}catch(l){M(g);if(l!==l+0)throw l;Z(1,0)}}function ld(a,b,c,e,f,g,l,n){var r=N();try{G.get(a)(b,c,e,f,g,l,n)}catch(u){M(r);if(u!==u+0)throw u;Z(1,0)}}function gd(a,b){var c=N();try{G.get(a)(b)}catch(e){M(c);if(e!==e+0)throw e;Z(1,0)}}function fd(a,b,c,e,f,g,l){var n=N();try{return G.get(a)(b,c,e,f,g,l)}catch(r){M(n);if(r!==r+0)throw r;Z(1,0)}} +function ed(a,b,c,e,f){var g=N();try{return G.get(a)(b,c,e,f)}catch(l){M(g);if(l!==l+0)throw l;Z(1,0)}}w.keepRuntimeAlive=Ka;w.wasmMemory=d;w.wasmExports=F; +w.addFunction=function(a,b){if(!Vc){Vc=new WeakMap;var c=G.length;if(Vc)for(var e=0;e<0+c;e++){var f=G.get(e);f&&Vc.set(f,e)}}if(c=Vc.get(a)||0)return c;if(Wc.length)c=Wc.pop();else{try{G.grow(1)}catch(n){if(!(n instanceof RangeError))throw n;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH.";}c=G.length-1}try{G.set(c,a)}catch(n){if(!(n instanceof TypeError))throw n;if("function"==typeof WebAssembly.Function){e=WebAssembly.Function;f={i:"i32",j:"i64",f:"f32",d:"f64",p:"i32"};for(var g={parameters:[], +results:"v"==b[0]?[]:[f[b[0]]]},l=1;ll?e.push(l):e.push(l%128|128,l>>7);for(l=0;lf?b.push(f):b.push(f%128|128,f>>7);b.push.apply(b,e);b.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);b=new WebAssembly.Module(new Uint8Array(b));b=(new WebAssembly.Instance(b, +{e:{f:a}})).exports.f}G.set(c,b)}Vc.set(a,c);return c};w.ExitStatus=Va;w.PThread=I;var nd;Ma=function od(){nd||pd();nd||(Ma=od)}; +function pd(){function a(){if(!nd&&(nd=!0,w.calledRun=!0,!Ba)){A||hb(Ha);ja(w);if(w.onRuntimeInitialized)w.onRuntimeInitialized();if(!A){if(w.postRun)for("function"==typeof w.postRun&&(w.postRun=[w.postRun]);w.postRun.length;){var b=w.postRun.shift();Ia.unshift(b)}hb(Ia)}}}if(!(0 skwasm); diff --git a/canvaskit/skwasm.wasm b/canvaskit/skwasm.wasm new file mode 100644 index 0000000..3d245a7 Binary files /dev/null and b/canvaskit/skwasm.wasm differ diff --git a/canvaskit/skwasm.worker.js b/canvaskit/skwasm.worker.js new file mode 100644 index 0000000..201afe5 --- /dev/null +++ b/canvaskit/skwasm.worker.js @@ -0,0 +1 @@ +"use strict";var Module={};var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";if(ENVIRONMENT_IS_NODE){var nodeWorkerThreads=require("worker_threads");var parentPort=nodeWorkerThreads.parentPort;parentPort.on("message",data=>onmessage({data:data}));var fs=require("fs");Object.assign(global,{self:global,require:require,Module:Module,location:{href:__filename},Worker:nodeWorkerThreads.Worker,importScripts:f=>(0,eval)(fs.readFileSync(f,"utf8")+"//# sourceURL="+f),postMessage:msg=>parentPort.postMessage(msg),performance:global.performance||{now:Date.now}})}var initializedJS=false;function threadPrintErr(){var text=Array.prototype.slice.call(arguments).join(" ");if(ENVIRONMENT_IS_NODE){fs.writeSync(2,text+"\n");return}console.error(text)}function threadAlert(){var text=Array.prototype.slice.call(arguments).join(" ");postMessage({cmd:"alert",text:text,threadId:Module["_pthread_self"]()})}var err=threadPrintErr;self.alert=threadAlert;Module["instantiateWasm"]=(info,receiveInstance)=>{var module=Module["wasmModule"];Module["wasmModule"]=null;var instance=new WebAssembly.Instance(module,info);return receiveInstance(instance)};self.onunhandledrejection=e=>{throw e.reason??e};function handleMessage(e){try{if(e.data.cmd==="load"){let messageQueue=[];self.onmessage=e=>messageQueue.push(e);self.startWorker=instance=>{Module=instance;postMessage({"cmd":"loaded"});for(let msg of messageQueue){handleMessage(msg)}self.onmessage=handleMessage};Module["wasmModule"]=e.data.wasmModule;for(const handler of e.data.handlers){Module[handler]=(...args)=>{postMessage({cmd:"callHandler",handler:handler,args:args})}}Module["wasmMemory"]=e.data.wasmMemory;Module["buffer"]=Module["wasmMemory"].buffer;Module["ENVIRONMENT_IS_PTHREAD"]=true;if(typeof e.data.urlOrBlob=="string"){importScripts(e.data.urlOrBlob)}else{var objectUrl=URL.createObjectURL(e.data.urlOrBlob);importScripts(objectUrl);URL.revokeObjectURL(objectUrl)}skwasm(Module)}else if(e.data.cmd==="run"){Module["__emscripten_thread_init"](e.data.pthread_ptr,/*isMainBrowserThread=*/0,/*isMainRuntimeThread=*/0,/*canBlock=*/1);Module["__emscripten_thread_mailbox_await"](e.data.pthread_ptr);Module["establishStackSpace"]();Module["PThread"].receiveObjectTransfer(e.data);Module["PThread"].threadInitTLS();if(!initializedJS){initializedJS=true}try{Module["invokeEntryPoint"](e.data.start_routine,e.data.arg)}catch(ex){if(ex!="unwind"){throw ex}}}else if(e.data.cmd==="cancel"){if(Module["_pthread_self"]()){Module["__emscripten_thread_exit"](-1)}}else if(e.data.target==="setimmediate"){}else if(e.data.cmd==="checkMailbox"){if(initializedJS){Module["checkMailbox"]()}}else if(e.data.cmd){err("worker.js received unknown command "+e.data.cmd);err(e.data)}}catch(ex){if(Module["__emscripten_thread_crashed"]){Module["__emscripten_thread_crashed"]()}throw ex}}self.onmessage=handleMessage; diff --git a/web/favicon.png b/favicon.png similarity index 100% rename from web/favicon.png rename to favicon.png diff --git a/flutter.js b/flutter.js new file mode 100644 index 0000000..4fd0e51 --- /dev/null +++ b/flutter.js @@ -0,0 +1,377 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +if (!_flutter) { + var _flutter = {}; +} +_flutter.loader = null; + +(function () { + "use strict"; + + const baseUri = ensureTrailingSlash(getBaseURI()); + + function getBaseURI() { + const base = document.querySelector("base"); + return (base && base.getAttribute("href")) || ""; + } + + function ensureTrailingSlash(uri) { + if (uri == "") { + return uri; + } + return uri.endsWith("/") ? uri : `${uri}/`; + } + + /** + * Wraps `promise` in a timeout of the given `duration` in ms. + * + * Resolves/rejects with whatever the original `promises` does, or rejects + * if `promise` takes longer to complete than `duration`. In that case, + * `debugName` is used to compose a legible error message. + * + * If `duration` is < 0, the original `promise` is returned unchanged. + * @param {Promise} promise + * @param {number} duration + * @param {string} debugName + * @returns {Promise} a wrapped promise. + */ + async function timeout(promise, duration, debugName) { + if (duration < 0) { + return promise; + } + let timeoutId; + const _clock = new Promise((_, reject) => { + timeoutId = setTimeout(() => { + reject( + new Error( + `${debugName} took more than ${duration}ms to resolve. Moving on.`, + { + cause: timeout, + } + ) + ); + }, duration); + }); + + return Promise.race([promise, _clock]).finally(() => { + clearTimeout(timeoutId); + }); + } + + /** + * Handles the creation of a TrustedTypes `policy` that validates URLs based + * on an (optional) incoming array of RegExes. + */ + class FlutterTrustedTypesPolicy { + /** + * Constructs the policy. + * @param {[RegExp]} validPatterns the patterns to test URLs + * @param {String} policyName the policy name (optional) + */ + constructor(validPatterns, policyName = "flutter-js") { + const patterns = validPatterns || [ + /\.js$/, + ]; + if (window.trustedTypes) { + this.policy = trustedTypes.createPolicy(policyName, { + createScriptURL: function(url) { + const parsed = new URL(url, window.location); + const file = parsed.pathname.split("/").pop(); + const matches = patterns.some((pattern) => pattern.test(file)); + if (matches) { + return parsed.toString(); + } + console.error( + "URL rejected by TrustedTypes policy", + policyName, ":", url, "(download prevented)"); + } + }); + } + } + } + + /** + * Handles loading/reloading Flutter's service worker, if configured. + * + * @see: https://developers.google.com/web/fundamentals/primers/service-workers + */ + class FlutterServiceWorkerLoader { + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Returns a Promise that resolves when the latest Flutter service worker, + * configured by `settings` has been loaded and activated. + * + * Otherwise, the promise is rejected with an error message. + * @param {*} settings Service worker settings + * @returns {Promise} that resolves when the latest serviceWorker is ready. + */ + loadServiceWorker(settings) { + if (settings == null) { + // In the future, settings = null -> uninstall service worker? + console.debug("Null serviceWorker configuration. Skipping."); + return Promise.resolve(); + } + if (!("serviceWorker" in navigator)) { + let errorMessage = "Service Worker API unavailable."; + if (!window.isSecureContext) { + errorMessage += "\nThe current context is NOT secure." + errorMessage += "\nRead more: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts"; + } + return Promise.reject( + new Error(errorMessage) + ); + } + const { + serviceWorkerVersion, + serviceWorkerUrl = `${baseUri}flutter_service_worker.js?v=${serviceWorkerVersion}`, + timeoutMillis = 4000, + } = settings; + + // Apply the TrustedTypes policy, if present. + let url = serviceWorkerUrl; + if (this._ttPolicy != null) { + url = this._ttPolicy.createScriptURL(url); + } + + const serviceWorkerActivation = navigator.serviceWorker + .register(url) + .then((serviceWorkerRegistration) => this._getNewServiceWorker(serviceWorkerRegistration, serviceWorkerVersion)) + .then(this._waitForServiceWorkerActivation); + + // Timeout race promise + return timeout( + serviceWorkerActivation, + timeoutMillis, + "prepareServiceWorker" + ); + } + + /** + * Returns the latest service worker for the given `serviceWorkerRegistration`. + * + * This might return the current service worker, if there's no new service worker + * awaiting to be installed/updated. + * + * @param {ServiceWorkerRegistration} serviceWorkerRegistration + * @param {String} serviceWorkerVersion + * @returns {Promise} + */ + async _getNewServiceWorker(serviceWorkerRegistration, serviceWorkerVersion) { + if (!serviceWorkerRegistration.active && (serviceWorkerRegistration.installing || serviceWorkerRegistration.waiting)) { + // No active web worker and we have installed or are installing + // one for the first time. Simply wait for it to activate. + console.debug("Installing/Activating first service worker."); + return serviceWorkerRegistration.installing || serviceWorkerRegistration.waiting; + } else if (!serviceWorkerRegistration.active.scriptURL.endsWith(serviceWorkerVersion)) { + // When the app updates the serviceWorkerVersion changes, so we + // need to ask the service worker to update. + const newRegistration = await serviceWorkerRegistration.update(); + console.debug("Updating service worker."); + return newRegistration.installing || newRegistration.waiting || newRegistration.active; + } else { + console.debug("Loading from existing service worker."); + return serviceWorkerRegistration.active; + } + } + + /** + * Returns a Promise that resolves when the `serviceWorker` changes its + * state to "activated". + * + * @param {ServiceWorker} serviceWorker + * @returns {Promise} + */ + async _waitForServiceWorkerActivation(serviceWorker) { + if (!serviceWorker || serviceWorker.state == "activated") { + if (!serviceWorker) { + throw new Error("Cannot activate a null service worker!"); + } else { + console.debug("Service worker already active."); + return; + } + } + return new Promise((resolve, _) => { + serviceWorker.addEventListener("statechange", () => { + if (serviceWorker.state == "activated") { + console.debug("Activated new service worker."); + resolve(); + } + }); + }); + } + } + + /** + * Handles injecting the main Flutter web entrypoint (main.dart.js), and notifying + * the user when Flutter is ready, through `didCreateEngineInitializer`. + * + * @see https://docs.flutter.dev/development/platform-integration/web/initialization + */ + class FlutterEntrypointLoader { + /** + * Creates a FlutterEntrypointLoader. + */ + constructor() { + // Watchdog to prevent injecting the main entrypoint multiple times. + this._scriptLoaded = false; + } + + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Loads flutter main entrypoint, specified by `entrypointUrl`, and calls a + * user-specified `onEntrypointLoaded` callback with an EngineInitializer + * object when it's done. + * + * @param {*} options + * @returns {Promise | undefined} that will eventually resolve with an + * EngineInitializer, or will be rejected with the error caused by the loader. + * Returns undefined when an `onEntrypointLoaded` callback is supplied in `options`. + */ + async loadEntrypoint(options) { + const { entrypointUrl = `${baseUri}main.dart.js`, onEntrypointLoaded } = + options || {}; + + return this._loadEntrypoint(entrypointUrl, onEntrypointLoaded); + } + + /** + * Resolves the promise created by loadEntrypoint, and calls the `onEntrypointLoaded` + * function supplied by the user (if needed). + * + * Called by Flutter through `_flutter.loader.didCreateEngineInitializer` method, + * which is bound to the correct instance of the FlutterEntrypointLoader by + * the FlutterLoader object. + * + * @param {Function} engineInitializer @see https://github.com/flutter/engine/blob/main/lib/web_ui/lib/src/engine/js_interop/js_loader.dart#L42 + */ + didCreateEngineInitializer(engineInitializer) { + if (typeof this._didCreateEngineInitializerResolve === "function") { + this._didCreateEngineInitializerResolve(engineInitializer); + // Remove the resolver after the first time, so Flutter Web can hot restart. + this._didCreateEngineInitializerResolve = null; + // Make the engine revert to "auto" initialization on hot restart. + delete _flutter.loader.didCreateEngineInitializer; + } + if (typeof this._onEntrypointLoaded === "function") { + this._onEntrypointLoaded(engineInitializer); + } + } + + /** + * Injects a script tag into the DOM, and configures this loader to be able to + * handle the "entrypoint loaded" notifications received from Flutter web. + * + * @param {string} entrypointUrl the URL of the script that will initialize + * Flutter. + * @param {Function} onEntrypointLoaded a callback that will be called when + * Flutter web notifies this object that the entrypoint is + * loaded. + * @returns {Promise | undefined} a Promise that resolves when the entrypoint + * is loaded, or undefined if `onEntrypointLoaded` + * is a function. + */ + _loadEntrypoint(entrypointUrl, onEntrypointLoaded) { + const useCallback = typeof onEntrypointLoaded === "function"; + + if (!this._scriptLoaded) { + this._scriptLoaded = true; + const scriptTag = this._createScriptTag(entrypointUrl); + if (useCallback) { + // Just inject the script tag, and return nothing; Flutter will call + // `didCreateEngineInitializer` when it's done. + console.debug("Injecting diff --git a/intro.gif b/intro.gif deleted file mode 100644 index 9297587..0000000 Binary files a/intro.gif and /dev/null differ diff --git a/ios/.gitignore b/ios/.gitignore deleted file mode 100644 index 7a7f987..0000000 --- a/ios/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -**/dgph -*.mode1v3 -*.mode2v3 -*.moved-aside -*.pbxuser -*.perspectivev3 -**/*sync/ -.sconsign.dblite -.tags* -**/.vagrant/ -**/DerivedData/ -Icon? -**/Pods/ -**/.symlinks/ -profile -xcuserdata -**/.generated/ -Flutter/App.framework -Flutter/Flutter.framework -Flutter/Flutter.podspec -Flutter/Generated.xcconfig -Flutter/ephemeral/ -Flutter/app.flx -Flutter/app.zip -Flutter/flutter_assets/ -Flutter/flutter_export_environment.sh -ServiceDefinitions.json -Runner/GeneratedPluginRegistrant.* - -# Exceptions to above rules. -!default.mode1v3 -!default.mode2v3 -!default.pbxuser -!default.perspectivev3 diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist deleted file mode 100644 index 9625e10..0000000 --- a/ios/Flutter/AppFrameworkInfo.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - App - CFBundleIdentifier - io.flutter.flutter.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - App - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - MinimumOSVersion - 11.0 - - diff --git a/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig deleted file mode 100644 index 592ceee..0000000 --- a/ios/Flutter/Debug.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "Generated.xcconfig" diff --git a/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig deleted file mode 100644 index 592ceee..0000000 --- a/ios/Flutter/Release.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "Generated.xcconfig" diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj deleted file mode 100644 index 3bc7c90..0000000 --- a/ios/Runner.xcodeproj/project.pbxproj +++ /dev/null @@ -1,614 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXBuildFile section */ - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; - 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 97C146E61CF9000F007C117D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 97C146ED1CF9000F007C117D; - remoteInfo = Runner; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9705A1C41CF9048500538489 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; - 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; - 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; - 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; }; - 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 97C146EB1CF9000F007C117D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9740EEB11CF90186004384FC /* Flutter */ = { - isa = PBXGroup; - children = ( - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, - 9740EEB21CF90195004384FC /* Debug.xcconfig */, - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, - 9740EEB31CF90195004384FC /* Generated.xcconfig */, - ); - name = Flutter; - sourceTree = ""; - }; - 331C8082294A63A400263BE5 /* RunnerTests */ = { - isa = PBXGroup; - children = ( - 331C807B294A618700263BE5 /* RunnerTests.swift */, - ); - path = RunnerTests; - sourceTree = ""; - }; - 97C146E51CF9000F007C117D = { - isa = PBXGroup; - children = ( - 9740EEB11CF90186004384FC /* Flutter */, - 97C146F01CF9000F007C117D /* Runner */, - 97C146EF1CF9000F007C117D /* Products */, - 331C8082294A63A400263BE5 /* RunnerTests */, - ); - sourceTree = ""; - }; - 97C146EF1CF9000F007C117D /* Products */ = { - isa = PBXGroup; - children = ( - 97C146EE1CF9000F007C117D /* Runner.app */, - 331C8081294A63A400263BE5 /* RunnerTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 97C146F01CF9000F007C117D /* Runner */ = { - isa = PBXGroup; - children = ( - 97C146FA1CF9000F007C117D /* Main.storyboard */, - 97C146FD1CF9000F007C117D /* Assets.xcassets */, - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, - 97C147021CF9000F007C117D /* Info.plist */, - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, - ); - path = Runner; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 331C8080294A63A400263BE5 /* RunnerTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */; - buildPhases = ( - 331C807D294A63A400263BE5 /* Sources */, - 331C807E294A63A400263BE5 /* Frameworks */, - 331C807F294A63A400263BE5 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 331C8086294A63A400263BE5 /* PBXTargetDependency */, - ); - name = RunnerTests; - productName = RunnerTests; - productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 97C146ED1CF9000F007C117D /* Runner */ = { - isa = PBXNativeTarget; - buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; - buildPhases = ( - 9740EEB61CF901F6004384FC /* Run Script */, - 97C146EA1CF9000F007C117D /* Sources */, - 97C146EB1CF9000F007C117D /* Frameworks */, - 97C146EC1CF9000F007C117D /* Resources */, - 9705A1C41CF9048500538489 /* Embed Frameworks */, - 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Runner; - productName = Runner; - productReference = 97C146EE1CF9000F007C117D /* Runner.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 97C146E61CF9000F007C117D /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1430; - ORGANIZATIONNAME = ""; - TargetAttributes = { - 331C8080294A63A400263BE5 = { - CreatedOnToolsVersion = 14.0; - TestTargetID = 97C146ED1CF9000F007C117D; - }; - 97C146ED1CF9000F007C117D = { - CreatedOnToolsVersion = 7.3.1; - LastSwiftMigration = 1100; - }; - }; - }; - buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 97C146E51CF9000F007C117D; - productRefGroup = 97C146EF1CF9000F007C117D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 97C146ED1CF9000F007C117D /* Runner */, - 331C8080294A63A400263BE5 /* RunnerTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 331C807F294A63A400263BE5 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 97C146EC1CF9000F007C117D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}", - ); - name = "Thin Binary"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; - }; - 9740EEB61CF901F6004384FC /* Run Script */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Run Script"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 331C807D294A63A400263BE5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 97C146EA1CF9000F007C117D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 331C8086294A63A400263BE5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 97C146ED1CF9000F007C117D /* Runner */; - targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 97C146FA1CF9000F007C117D /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C146FB1CF9000F007C117D /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C147001CF9000F007C117D /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 249021D3217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Profile; - }; - 249021D4217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.shopApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Profile; - }; - 331C8088294A63A400263BE5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AE0B7B92F70575B8D7E0D07E /* Pods-RunnerTests.debug.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.shopApp.RunnerTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; - }; - name = Debug; - }; - 331C8089294A63A400263BE5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 89B67EB44CE7B6631473024E /* Pods-RunnerTests.release.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.shopApp.RunnerTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; - }; - name = Release; - }; - 331C808A294A63A400263BE5 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 640959BDD8F10B91D80A66BE /* Pods-RunnerTests.profile.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.shopApp.RunnerTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; - }; - name = Profile; - }; - 97C147031CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 97C147041CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 97C147061CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.shopApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 97C147071CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.shopApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 331C8088294A63A400263BE5 /* Debug */, - 331C8089294A63A400263BE5 /* Release */, - 331C808A294A63A400263BE5 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147031CF9000F007C117D /* Debug */, - 97C147041CF9000F007C117D /* Release */, - 249021D3217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147061CF9000F007C117D /* Debug */, - 97C147071CF9000F007C117D /* Release */, - 249021D4217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 97C146E61CF9000F007C117D /* Project object */; -} diff --git a/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme deleted file mode 100644 index 87131a0..0000000 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/Runner.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 1d526a1..0000000 --- a/ios/Runner.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift deleted file mode 100644 index 70693e4..0000000 --- a/ios/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import UIKit -import Flutter - -@UIApplicationMain -@objc class AppDelegate: FlutterAppDelegate { - override func application( - _ application: UIApplication, - didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? - ) -> Bool { - GeneratedPluginRegistrant.register(with: self) - return super.application(application, didFinishLaunchingWithOptions: launchOptions) - } -} diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index d36b1fa..0000000 --- a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "images" : [ - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@3x.png", - "scale" : "3x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@3x.png", - "scale" : "3x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@3x.png", - "scale" : "3x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@2x.png", - "scale" : "2x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@3x.png", - "scale" : "3x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@1x.png", - "scale" : "1x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@1x.png", - "scale" : "1x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@1x.png", - "scale" : "1x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@2x.png", - "scale" : "2x" - }, - { - "size" : "83.5x83.5", - "idiom" : "ipad", - "filename" : "Icon-App-83.5x83.5@2x.png", - "scale" : "2x" - }, - { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "filename" : "Icon-App-1024x1024@1x.png", - "scale" : "1x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png deleted file mode 100644 index dc9ada4..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png deleted file mode 100644 index 7353c41..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png deleted file mode 100644 index 797d452..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png deleted file mode 100644 index 6ed2d93..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png deleted file mode 100644 index 4cd7b00..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png deleted file mode 100644 index fe73094..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png deleted file mode 100644 index 321773c..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png deleted file mode 100644 index 797d452..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png deleted file mode 100644 index 502f463..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png deleted file mode 100644 index 0ec3034..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png deleted file mode 100644 index 0ec3034..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png deleted file mode 100644 index e9f5fea..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png deleted file mode 100644 index 84ac32a..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png deleted file mode 100644 index 8953cba..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png deleted file mode 100644 index 0467bf1..0000000 Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json deleted file mode 100644 index 0bedcf2..0000000 --- a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "LaunchImage.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png and /dev/null differ diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md deleted file mode 100644 index 89c2725..0000000 --- a/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Launch Screen Assets - -You can customize the launch screen with your own desired assets by replacing the image files in this directory. - -You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. \ No newline at end of file diff --git a/ios/Runner/Base.lproj/LaunchScreen.storyboard b/ios/Runner/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index f2e259c..0000000 --- a/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/Runner/Base.lproj/Main.storyboard b/ios/Runner/Base.lproj/Main.storyboard deleted file mode 100644 index f3c2851..0000000 --- a/ios/Runner/Base.lproj/Main.storyboard +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist deleted file mode 100644 index 6317e60..0000000 --- a/ios/Runner/Info.plist +++ /dev/null @@ -1,49 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - Shop App - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - shop_app - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - CADisableMinimumFrameDurationOnPhone - - UIApplicationSupportsIndirectInputEvents - - - diff --git a/ios/Runner/Runner-Bridging-Header.h b/ios/Runner/Runner-Bridging-Header.h deleted file mode 100644 index 308a2a5..0000000 --- a/ios/Runner/Runner-Bridging-Header.h +++ /dev/null @@ -1 +0,0 @@ -#import "GeneratedPluginRegistrant.h" diff --git a/ios/RunnerTests/RunnerTests.swift b/ios/RunnerTests/RunnerTests.swift deleted file mode 100644 index 86a7c3b..0000000 --- a/ios/RunnerTests/RunnerTests.swift +++ /dev/null @@ -1,12 +0,0 @@ -import Flutter -import UIKit -import XCTest - -class RunnerTests: XCTestCase { - - func testExample() { - // If you add code to the Runner application, consider adding tests here. - // See https://developer.apple.com/documentation/xctest for more information about using XCTest. - } - -} diff --git a/lib/constants.dart b/lib/constants.dart deleted file mode 100644 index 53cfef2..0000000 --- a/lib/constants.dart +++ /dev/null @@ -1,6 +0,0 @@ -import 'package:flutter/material.dart'; - -const kTextColor = Color(0xFF535353); -const kTextLightColor = Color(0xFFACACAC); - -const kDefaultPaddin = 20.0; diff --git a/lib/main.dart b/lib/main.dart deleted file mode 100644 index 36f7dd4..0000000 --- a/lib/main.dart +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:shop_app/constants.dart'; -import 'package:shop_app/screens/home/home_screen.dart'; - -void main() { - runApp(MyApp()); -} - -class MyApp extends StatelessWidget { - // This widget is the root of your application. - @override - Widget build(BuildContext context) { - return MaterialApp( - debugShowCheckedModeBanner: false, - title: 'The Flutter Way', - theme: ThemeData( - textTheme: Theme.of(context).textTheme.apply(bodyColor: kTextColor), - visualDensity: VisualDensity.adaptivePlatformDensity, - ), - home: HomeScreen(), - ); - } -} diff --git a/lib/models/Product.dart b/lib/models/Product.dart deleted file mode 100644 index 2dcddbd..0000000 --- a/lib/models/Product.dart +++ /dev/null @@ -1,71 +0,0 @@ -import 'package:flutter/material.dart'; - -class Product { - final String image, title, description; - final int price, size, id; - final Color color; - - Product( - {required this.image, - required this.title, - required this.description, - required this.price, - required this.size, - required this.id, - required this.color}); -} - -List products = [ - Product( - id: 1, - title: "Office Code", - price: 234, - size: 12, - description: dummyText, - image: "assets/images/bag_1.png", - color: Color(0xFF3D82AE)), - Product( - id: 2, - title: "Belt Bag", - price: 234, - size: 8, - description: dummyText, - image: "assets/images/bag_2.png", - color: Color(0xFFD3A984)), - Product( - id: 3, - title: "Hang Top", - price: 234, - size: 10, - description: dummyText, - image: "assets/images/bag_3.png", - color: Color(0xFF989493)), - Product( - id: 4, - title: "Old Fashion", - price: 234, - size: 11, - description: dummyText, - image: "assets/images/bag_4.png", - color: Color(0xFFE6B398)), - Product( - id: 5, - title: "Office Code", - price: 234, - size: 12, - description: dummyText, - image: "assets/images/bag_5.png", - color: Color(0xFFFB7883)), - Product( - id: 6, - title: "Office Code", - price: 234, - size: 12, - description: dummyText, - image: "assets/images/bag_6.png", - color: Color(0xFFAEAEAE), - ), -]; - -String dummyText = - "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since. When an unknown printer took a galley."; diff --git a/lib/screens/details/components/add_to_cart.dart b/lib/screens/details/components/add_to_cart.dart deleted file mode 100644 index 43a149e..0000000 --- a/lib/screens/details/components/add_to_cart.dart +++ /dev/null @@ -1,57 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_svg/flutter_svg.dart'; -import 'package:shop_app/models/Product.dart'; - -import '../../../constants.dart'; - -class AddToCart extends StatelessWidget { - const AddToCart({super.key, required this.product}); - - final Product product; - @override - Widget build(BuildContext context) { - return Padding( - padding: const EdgeInsets.symmetric(vertical: kDefaultPaddin), - child: Row( - children: [ - Container( - margin: EdgeInsets.only(right: kDefaultPaddin), - height: 50, - width: 58, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(18), - border: Border.all( - color: product.color, - ), - ), - child: IconButton( - icon: SvgPicture.asset( - "assets/icons/add_to_cart.svg", - colorFilter: ColorFilter.mode(product.color, BlendMode.srcIn), - ), - onPressed: () {}, - ), - ), - Expanded( - child: ElevatedButton( - onPressed: () {}, - style: ElevatedButton.styleFrom( - minimumSize: Size(double.infinity, 48), - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(18)), - backgroundColor: product.color, - ), - child: Text( - "Buy Now".toUpperCase(), - style: TextStyle( - fontWeight: FontWeight.bold, - color: Colors.white, - ), - ), - ), - ), - ], - ), - ); - } -} diff --git a/lib/screens/details/components/cart_counter.dart b/lib/screens/details/components/cart_counter.dart deleted file mode 100644 index 3858af7..0000000 --- a/lib/screens/details/components/cart_counter.dart +++ /dev/null @@ -1,67 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../../constants.dart'; - -class CartCounter extends StatefulWidget { - @override - _CartCounterState createState() => _CartCounterState(); -} - -class _CartCounterState extends State { - int numOfItems = 1; - @override - Widget build(BuildContext context) { - return Row( - children: [ - SizedBox( - width: 40, - height: 32, - child: OutlinedButton( - style: OutlinedButton.styleFrom( - padding: EdgeInsets.zero, - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(13), - ), - ), - onPressed: () { - setState(() { - if (numOfItems > 1) { - setState(() { - numOfItems--; - }); - } - }); - }, - child: Icon(Icons.remove), - ), - ), - Padding( - padding: const EdgeInsets.symmetric(horizontal: kDefaultPaddin / 2), - child: Text( - // if our item is less then 10 then it shows 01 02 like that - numOfItems.toString().padLeft(2, "0"), - style: Theme.of(context).textTheme.titleMedium, - ), - ), - SizedBox( - width: 40, - height: 32, - child: OutlinedButton( - style: OutlinedButton.styleFrom( - padding: EdgeInsets.zero, - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(13), - ), - ), - onPressed: () { - setState(() { - numOfItems++; - }); - }, - child: Icon(Icons.add), - ), - ), - ], - ); - } -} diff --git a/lib/screens/details/components/color_and_size.dart b/lib/screens/details/components/color_and_size.dart deleted file mode 100644 index ce67fb8..0000000 --- a/lib/screens/details/components/color_and_size.dart +++ /dev/null @@ -1,86 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:shop_app/models/Product.dart'; - -import '../../../constants.dart'; - -class ColorAndSize extends StatelessWidget { - const ColorAndSize({super.key, required this.product}); - - final Product product; - @override - Widget build(BuildContext context) { - return Row( - children: [ - Expanded( - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Text("Color"), - Row( - children: [ - ColorDot( - color: Color(0xFF356C95), - isSelected: true, - ), - ColorDot( - color: Color(0xFFF8C078), - isSelected: true, - ), - ColorDot(color: Color(0xFFA29B9B), isSelected: false), - ], - ), - ], - ), - ), - Expanded( - child: RichText( - text: TextSpan( - style: TextStyle(color: kTextColor), - children: [ - TextSpan(text: "Size\n"), - TextSpan( - text: "${product.size} cm", - style: Theme.of(context) - .textTheme - .titleLarge! - .copyWith(fontWeight: FontWeight.bold), - ) - ], - ), - ), - ), - ], - ); - } -} - -class ColorDot extends StatelessWidget { - const ColorDot({super.key, required this.color, required this.isSelected}); - - final Color color; - final bool isSelected; - @override - Widget build(BuildContext context) { - return Container( - margin: EdgeInsets.only( - top: kDefaultPaddin / 4, - right: kDefaultPaddin / 2, - ), - padding: EdgeInsets.all(2.5), - height: 24, - width: 24, - decoration: BoxDecoration( - shape: BoxShape.circle, - border: Border.all( - color: isSelected ? color : Colors.transparent, - ), - ), - child: DecoratedBox( - decoration: BoxDecoration( - color: color, - shape: BoxShape.circle, - ), - ), - ); - } -} diff --git a/lib/screens/details/components/counter_with_fav_btn.dart b/lib/screens/details/components/counter_with_fav_btn.dart deleted file mode 100644 index 4ea237f..0000000 --- a/lib/screens/details/components/counter_with_fav_btn.dart +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_svg/flutter_svg.dart'; - -import 'cart_counter.dart'; - -class CounterWithFavBtn extends StatelessWidget { - @override - Widget build(BuildContext context) { - return Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - CartCounter(), - Container( - padding: EdgeInsets.all(8), - height: 32, - width: 32, - decoration: BoxDecoration( - color: Color(0xFFFF6464), - shape: BoxShape.circle, - ), - child: SvgPicture.asset("assets/icons/heart.svg"), - ) - ], - ); - } -} diff --git a/lib/screens/details/components/description.dart b/lib/screens/details/components/description.dart deleted file mode 100644 index 24f8353..0000000 --- a/lib/screens/details/components/description.dart +++ /dev/null @@ -1,20 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:shop_app/models/Product.dart'; - -import '../../../constants.dart'; - -class Description extends StatelessWidget { - const Description({super.key, required this.product}); - - final Product product; - @override - Widget build(BuildContext context) { - return Padding( - padding: const EdgeInsets.symmetric(vertical: kDefaultPaddin), - child: Text( - product.description, - style: TextStyle(height: 1.5), - ), - ); - } -} diff --git a/lib/screens/details/components/product_title_with_image.dart b/lib/screens/details/components/product_title_with_image.dart deleted file mode 100644 index 9d41ec7..0000000 --- a/lib/screens/details/components/product_title_with_image.dart +++ /dev/null @@ -1,62 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:shop_app/models/Product.dart'; - -import '../../../constants.dart'; - -class ProductTitleWithImage extends StatelessWidget { - const ProductTitleWithImage({super.key, required this.product}); - - final Product product; - @override - Widget build(BuildContext context) { - return Padding( - padding: const EdgeInsets.symmetric(horizontal: kDefaultPaddin), - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Text( - "Aristocratic Hand Bag", - style: TextStyle(color: Colors.white), - ), - Text( - product.title, - style: Theme.of(context) - .textTheme - .titleLarge! - .copyWith(color: Colors.white, fontWeight: FontWeight.bold), - ), - SizedBox(height: kDefaultPaddin), - Row( - children: [ - RichText( - text: TextSpan( - children: [ - TextSpan(text: "Price\n"), - TextSpan( - text: "\$${product.price}", - style: Theme.of(context) - .textTheme - .headlineSmall! - .copyWith( - color: Colors.white, fontWeight: FontWeight.bold), - ), - ], - ), - ), - SizedBox(width: kDefaultPaddin), - Expanded( - child: Hero( - tag: "${product.id}", - child: Image.asset( - product.image, - fit: BoxFit.fill, - ), - ), - ) - ], - ) - ], - ), - ); - } -} diff --git a/lib/screens/details/details_screen.dart b/lib/screens/details/details_screen.dart deleted file mode 100644 index 018947b..0000000 --- a/lib/screens/details/details_screen.dart +++ /dev/null @@ -1,88 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_svg/svg.dart'; -import 'package:shop_app/constants.dart'; -import 'package:shop_app/models/Product.dart'; - -import 'components/add_to_cart.dart'; -import 'components/color_and_size.dart'; -import 'components/counter_with_fav_btn.dart'; -import 'components/description.dart'; -import 'components/product_title_with_image.dart'; - -class DetailsScreen extends StatelessWidget { - const DetailsScreen({super.key, required this.product}); - - final Product product; - - @override - Widget build(BuildContext context) { - final Size size = MediaQuery.of(context).size; - return Scaffold( - // each product have a color - backgroundColor: product.color, - appBar: AppBar( - backgroundColor: product.color, - elevation: 0, - leading: IconButton( - icon: SvgPicture.asset( - 'assets/icons/back.svg', - colorFilter: ColorFilter.mode(Colors.white, BlendMode.srcIn), - ), - onPressed: () => Navigator.pop(context), - ), - actions: [ - IconButton( - icon: SvgPicture.asset("assets/icons/search.svg"), - onPressed: () {}, - ), - IconButton( - icon: SvgPicture.asset("assets/icons/cart.svg"), - onPressed: () {}, - ), - SizedBox(width: kDefaultPaddin / 2) - ], - ), - body: SingleChildScrollView( - child: Column( - children: [ - SizedBox( - height: size.height, - child: Stack( - children: [ - Container( - margin: EdgeInsets.only(top: size.height * 0.3), - padding: EdgeInsets.only( - top: size.height * 0.12, - left: kDefaultPaddin, - right: kDefaultPaddin, - ), - // height: 500, - decoration: BoxDecoration( - color: Colors.white, - borderRadius: BorderRadius.only( - topLeft: Radius.circular(24), - topRight: Radius.circular(24), - ), - ), - child: Column( - children: [ - ColorAndSize(product: product), - SizedBox(height: kDefaultPaddin / 2), - Description(product: product), - SizedBox(height: kDefaultPaddin / 2), - CounterWithFavBtn(), - SizedBox(height: kDefaultPaddin / 2), - AddToCart(product: product) - ], - ), - ), - ProductTitleWithImage(product: product) - ], - ), - ) - ], - ), - ), - ); - } -} diff --git a/lib/screens/home/components/categorries.dart b/lib/screens/home/components/categorries.dart deleted file mode 100644 index 6f138e5..0000000 --- a/lib/screens/home/components/categorries.dart +++ /dev/null @@ -1,61 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../../../constants.dart'; - -// We need satefull widget for our categories - -class Categories extends StatefulWidget { - @override - _CategoriesState createState() => _CategoriesState(); -} - -class _CategoriesState extends State { - List categories = ["Hand bag", "Jewellery", "Footwear", "Dresses"]; - // By default our first item will be selected - int selectedIndex = 0; - @override - Widget build(BuildContext context) { - return Padding( - padding: const EdgeInsets.symmetric(vertical: kDefaultPaddin), - child: SizedBox( - height: 25, - child: ListView.builder( - scrollDirection: Axis.horizontal, - itemCount: categories.length, - itemBuilder: (context, index) => buildCategory(index), - ), - ), - ); - } - - Widget buildCategory(int index) { - return GestureDetector( - onTap: () { - setState(() { - selectedIndex = index; - }); - }, - child: Padding( - padding: const EdgeInsets.symmetric(horizontal: kDefaultPaddin), - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Text( - categories[index], - style: TextStyle( - fontWeight: FontWeight.bold, - color: selectedIndex == index ? kTextColor : kTextLightColor, - ), - ), - Container( - margin: EdgeInsets.only(top: kDefaultPaddin / 4), //top padding 5 - height: 2, - width: 30, - color: selectedIndex == index ? Colors.black : Colors.transparent, - ) - ], - ), - ), - ); - } -} diff --git a/lib/screens/home/components/item_card.dart b/lib/screens/home/components/item_card.dart deleted file mode 100644 index 19b977c..0000000 --- a/lib/screens/home/components/item_card.dart +++ /dev/null @@ -1,48 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:shop_app/models/Product.dart'; - -import '../../../constants.dart'; - -class ItemCard extends StatelessWidget { - const ItemCard({super.key, required this.product, required this.press}); - - final Product product; - final VoidCallback press; - - @override - Widget build(BuildContext context) { - return GestureDetector( - onTap: press, - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Expanded( - child: Container( - padding: EdgeInsets.all(kDefaultPaddin), - decoration: BoxDecoration( - color: product.color, - borderRadius: BorderRadius.circular(16), - ), - child: Hero( - tag: "${product.id}", - child: Image.asset(product.image), - ), - ), - ), - Padding( - padding: const EdgeInsets.symmetric(vertical: kDefaultPaddin / 4), - child: Text( - // products is out demo list - product.title, - style: TextStyle(color: kTextLightColor), - ), - ), - Text( - "\$${product.price}", - style: TextStyle(fontWeight: FontWeight.bold), - ) - ], - ), - ); - } -} diff --git a/lib/screens/home/home_screen.dart b/lib/screens/home/home_screen.dart deleted file mode 100644 index 7379917..0000000 --- a/lib/screens/home/home_screen.dart +++ /dev/null @@ -1,82 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_svg/svg.dart'; -import 'package:shop_app/constants.dart'; - -import '../../models/Product.dart'; -import '../details/details_screen.dart'; -import 'components/categorries.dart'; -import 'components/item_card.dart'; - -class HomeScreen extends StatelessWidget { - @override - Widget build(BuildContext context) { - return Scaffold( - appBar: AppBar( - backgroundColor: Colors.white, - elevation: 0, - leading: IconButton( - icon: SvgPicture.asset("assets/icons/back.svg"), - onPressed: () {}, - ), - actions: [ - IconButton( - icon: SvgPicture.asset( - "assets/icons/search.svg", - colorFilter: ColorFilter.mode(kTextColor, BlendMode.srcIn), - ), - onPressed: () {}, - ), - IconButton( - icon: SvgPicture.asset( - "assets/icons/cart.svg", - colorFilter: ColorFilter.mode(kTextColor, BlendMode.srcIn), - ), - onPressed: () {}, - ), - SizedBox(width: kDefaultPaddin / 2) - ], - ), - body: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Padding( - padding: const EdgeInsets.symmetric(horizontal: kDefaultPaddin), - child: Text( - "Women", - style: Theme.of(context) - .textTheme - .titleLarge! - .copyWith(fontWeight: FontWeight.bold), - ), - ), - Categories(), - Expanded( - child: Padding( - padding: const EdgeInsets.symmetric(horizontal: kDefaultPaddin), - child: GridView.builder( - itemCount: products.length, - gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( - crossAxisCount: 2, - mainAxisSpacing: kDefaultPaddin, - crossAxisSpacing: kDefaultPaddin, - childAspectRatio: 0.75, - ), - itemBuilder: (context, index) => ItemCard( - product: products[index], - press: () => Navigator.push( - context, - MaterialPageRoute( - builder: (context) => DetailsScreen( - product: products[index], - ), - ), - ), - ), - ), - ), - ), - ], - ), - ); - } -} diff --git a/main.dart.js b/main.dart.js new file mode 100644 index 0000000..40707de --- /dev/null +++ b/main.dart.js @@ -0,0 +1,77148 @@ +(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.bI(a,0,4294967295,"length",null)) +return J.pA(new Array(a),b)}, +v_(a,b){if(a<0)throw A.d(A.c9("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("r<0>"))}, +ak_(a,b){if(a<0)throw A.d(A.c9("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("r<0>"))}, +pA(a,b){return J.Z6(A.a(a,b.h("r<0>")))}, +Z6(a){a.fixed$length=Array +return a}, +ak0(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +aul(a,b){return J.SM(a,b)}, +ak1(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}}, +ak2(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.ak1(r))break}return b}, +i7(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.pB.prototype +return J.v3.prototype}if(typeof a=="string")return J.jE.prototype +if(a==null)return J.v2.prototype +if(typeof a=="boolean")return J.v0.prototype +if(Array.isArray(a))return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iD.prototype +if(typeof a=="symbol")return J.mW.prototype +if(typeof a=="bigint")return J.mV.prototype +return a}if(a instanceof A.F)return a +return J.Sw(a)}, +aBx(a){if(typeof a=="number")return J.l1.prototype +if(typeof a=="string")return J.jE.prototype +if(a==null)return a +if(Array.isArray(a))return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iD.prototype +if(typeof a=="symbol")return J.mW.prototype +if(typeof a=="bigint")return J.mV.prototype +return a}if(a instanceof A.F)return a +return J.Sw(a)}, +aI(a){if(typeof a=="string")return J.jE.prototype +if(a==null)return a +if(Array.isArray(a))return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iD.prototype +if(typeof a=="symbol")return J.mW.prototype +if(typeof a=="bigint")return J.mV.prototype +return a}if(a instanceof A.F)return a +return J.Sw(a)}, +bT(a){if(a==null)return a +if(Array.isArray(a))return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iD.prototype +if(typeof a=="symbol")return J.mW.prototype +if(typeof a=="bigint")return J.mV.prototype +return a}if(a instanceof A.F)return a +return J.Sw(a)}, +aBy(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.pB.prototype +return J.v3.prototype}if(a==null)return a +if(!(a instanceof A.F))return J.j2.prototype +return a}, +Sv(a){if(typeof a=="number")return J.l1.prototype +if(a==null)return a +if(!(a instanceof A.F))return J.j2.prototype +return a}, +aor(a){if(typeof a=="number")return J.l1.prototype +if(typeof a=="string")return J.jE.prototype +if(a==null)return a +if(!(a instanceof A.F))return J.j2.prototype +return a}, +Bv(a){if(typeof a=="string")return J.jE.prototype +if(a==null)return a +if(!(a instanceof A.F))return J.j2.prototype +return a}, +eY(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.iD.prototype +if(typeof a=="symbol")return J.mW.prototype +if(typeof a=="bigint")return J.mV.prototype +return a}if(a instanceof A.F)return a +return J.Sw(a)}, +ed(a){if(a==null)return a +if(!(a instanceof A.F))return J.j2.prototype +return a}, +arp(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.aBx(a).X(a,b)}, +e(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.i7(a).j(a,b)}, +arq(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.aor(a).Z(a,b)}, +arr(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.Sv(a).a3(a,b)}, +bs(a,b){if(typeof b==="number")if(Array.isArray(a)||typeof a=="string"||A.aow(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.aBy(a).gCR(a)}, +aij(a){return J.eY(a).gA(a)}, +arC(a){return J.ed(a).gCZ(a)}, +jj(a){return J.ed(a).gm(a)}, +arD(a){return J.eY(a).gaD(a)}, +arE(a,b,c){return J.bT(a).qG(a,b,c)}, +aeO(a,b){return J.ed(a).bz(a,b)}, +aeP(a,b){return J.aI(a).dz(a,b)}, +arF(a){return J.ed(a).pV(a)}, +aik(a){return J.bT(a).lm(a)}, +arG(a,b){return J.bT(a).bi(a,b)}, +arH(a,b){return J.ed(a).a7s(a,b)}, +oy(a,b,c){return J.bT(a).hC(a,b,c)}, +arI(a,b,c,d){return J.bT(a).pZ(a,b,c,d)}, +arJ(a,b,c){return J.Bv(a).Mv(a,b,c)}, +arK(a,b){return J.i7(a).G(a,b)}, +arL(a,b,c,d,e){return J.ed(a).it(a,b,c,d,e)}, +BO(a,b,c){return J.eY(a).b9(a,b,c)}, +arM(a){return J.bT(a).ke(a)}, +m6(a,b){return J.bT(a).v(a,b)}, +arN(a){return J.bT(a).dk(a)}, +arO(a,b){return J.eY(a).M(a,b)}, +aeQ(a){return J.Sv(a).aX(a)}, +ail(a,b){return J.ed(a).aH(a,b)}, +arP(a,b){return J.aI(a).su(a,b)}, +arQ(a,b,c,d,e){return J.bT(a).br(a,b,c,d,e)}, +aeR(a,b){return J.bT(a).hS(a,b)}, +aim(a,b){return J.bT(a).e4(a,b)}, +ain(a,b){return J.Bv(a).hT(a,b)}, +arR(a){return J.ed(a).D2(a)}, +arS(a,b){return J.bT(a).qm(a,b)}, +arT(a){return J.Sv(a).V(a)}, +aeS(a){return J.bT(a).dl(a)}, +arU(a,b){return J.Sv(a).fe(a,b)}, +arV(a){return J.bT(a).h3(a)}, +ee(a){return J.i7(a).i(a)}, +aio(a){return J.Bv(a).em(a)}, +arW(a){return J.Bv(a).a9h(a)}, +arX(a,b){return J.ed(a).O7(a,b)}, +aip(a,b){return J.bT(a).hN(a,b)}, +py:function py(){}, +v0:function v0(){}, +v2:function v2(){}, +c:function c(){}, +l5:function l5(){}, +GS:function GS(){}, +j2:function j2(){}, +iD:function iD(){}, +mV:function mV(){}, +mW:function mW(){}, +r:function r(a){this.$ti=a}, +Zb:function Zb(a){this.$ti=a}, +dN:function dN(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +l1:function l1(){}, +pB:function pB(){}, +v3:function v3(){}, +jE:function jE(){}},A={ +aAz(){var s=$.bQ() +return s}, +aBb(a,b){if(a==="Google Inc.")return B.bd +else if(a==="Apple Computer, Inc.")return B.A +else if(B.d.p(b,"Edg/"))return B.bd +else if(a===""&&B.d.p(b,"firefox"))return B.b2 +A.BD("WARNING: failed to detect current browser engine. Assuming this is a Chromium-compatible browser.") +return B.bd}, +aBd(){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.bE(s,"Mac")){o=self.window +o=o.navigator.maxTouchPoints +if(o==null)o=p +o=o==null?p:B.c.V(o) +q=o +if((q==null?0:q)>2)return B.a5 +return B.aS}else if(B.d.p(s.toLowerCase(),"iphone")||B.d.p(s.toLowerCase(),"ipad")||B.d.p(s.toLowerCase(),"ipod"))return B.a5 +else if(B.d.p(r,"Android"))return B.ex +else if(B.d.bE(s,"Linux"))return B.hJ +else if(B.d.bE(s,"Win"))return B.qo +else return B.Ix}, +aBP(){var s=$.cX() +return B.ia.p(0,s)}, +aBQ(){var s=$.cX() +return s===B.a5&&B.d.p(self.window.navigator.userAgent,"OS 15_")}, +fu(){var s,r=A.rO(1,1) +if(A.hi(r,"webgl2",null)!=null){s=$.cX() +if(s===B.a5)return 1 +return 2}if(A.hi(r,"webgl",null)!=null)return 1 +return-1}, +anV(){return self.Intl.v8BreakIterator!=null&&self.Intl.Segmenter!=null}, +aa(){return $.bb.aL()}, +apc(a){return a===B.dV?$.bb.aL().FilterMode.Nearest:$.bb.aL().FilterMode.Linear}, +ape(a){return a===B.kI?$.bb.aL().MipmapMode.Linear:$.bb.aL().MipmapMode.None}, +aww(a){var s=a.encodeToBytes() +return s==null?null:s}, +awy(a,b){return a.setColorInt(b)}, +apd(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}, +ahN(a){var s,r,q=new Float32Array(9) +for(s=0;s<9;++s){r=B.l2[s] +if(r<16)q[s]=a[r] +else q[s]=0}return q}, +ahO(a){var s,r,q,p=new Float32Array(9) +for(s=a.length,r=0;r<9;++r){q=B.l2[r] +if(q>>16&255)/255 +s[1]=(r>>>8&255)/255 +s[2]=(r&255)/255 +s[3]=(r>>>24&255)/255 +return s}, +fx(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +ahp(a){return new A.C(a[0],a[1],a[2],a[3])}, +BG(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}, +ahK(a){var s,r=a.length,q=new Uint32Array(r) +for(s=0;s"))}, +aAB(a,b){return b+a}, +St(){var s=0,r=A.a0(t.e),q,p,o +var $async$St=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:s=3 +return A.a8(A.ad4(A.ayQ()),$async$St) +case 3:p=t.e +s=4 +return A.a8(A.h9(self.window.CanvasKitInit(p.a({locateFile:A.be(A.azf())})),p),$async$St) +case 4:o=b +if(A.alk(o.ParagraphBuilder)&&!A.anV())throw A.d(A.c6("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.Z(q,r)}}) +return A.a_($async$St,r)}, +ad4(a){var s=0,r=A.a0(t.H),q,p,o,n +var $async$ad4=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:p=new A.dY(a,a.gu(a)),o=A.m(p).c +case 3:if(!p.t()){s=4 +break}n=p.d +s=5 +return A.a8(A.az8(n==null?o.a(n):n),$async$ad4) +case 5:if(c){s=1 +break}s=3 +break +case 4:throw A.d(A.c6("Failed to download any of the following CanvasKit URLs: "+a.i(0))) +case 1:return A.Z(q,r)}}) +return A.a_($async$ad4,r)}, +az8(a){var s,r,q,p,o,n=$.bS +n=(n==null?$.bS=A.el(self.window.flutterConfiguration):n).b +n=n==null?null:A.afN(n) +s=A.aP(self.document,"script") +if(n!=null)s.nonce=n +s.src=A.aB3(a) +n=new A.at($.ag,t.tr) +r=new A.bD(n,t.VY) +q=A.ba("loadCallback") +p=A.ba("errorCallback") +o=t.e +q.sbK(o.a(A.be(new A.ad3(s,r)))) +p.sbK(o.a(A.be(new A.ad2(s,r)))) +A.bM(s,"load",q.am(),null) +A.bM(s,"error",p.am(),null) +self.document.head.appendChild(s) +return n}, +ZS(a){var s="ColorFilter",r=new A.Fy(a),q=new A.dS(s,t.R) +q.fj(r,a.oe(),s,t.e) +r.b!==$&&A.cu() +r.b=q +return r}, +ayW(){var s,r=new Float32Array(20) +for(s=0;s<4;++s)r[B.E3[s]]=1 +return $.azw=r}, +aB2(a,b){var s +if((a.a>>>24&255)/255===0)return $.bb.aL().ColorFilter.MakeMatrix($.aqu()) +s=$.bb.aL().ColorFilter.MakeBlend(A.adp($.SH(),a),$.aeI()[b.a]) +if(s==null)throw A.d(A.c9("Invalid parameters for blend mode ColorFilter",null)) +return s}, +ast(a){return new A.oQ(a)}, +aAV(a){var s,r +switch(a.d.a){case 0:s=a.a +if(s==null||a.b==null)return null +s.toString +r=a.b +r.toString +return new A.tz(s,r) +case 1:s=a.c +if(s==null)return null +return new A.oQ(s) +case 2:return B.xT +case 3:return B.xU +default:throw A.d(A.O("Unknown mode "+a.i(0)+".type for ColorFilter."))}}, +afW(a){var s=null +return new A.hz(B.HY,s,s,s,a,s)}, +atG(){var s=t.qN +return new A.DV(A.a([],s),A.a([],s))}, +aBf(a,b){var s,r,q,p,o +if(a.length===0||b.length===0)return null +s=new A.adM(a,b) +r=new A.adL(a,b) +q=B.b.dz(a,B.b.gK(b)) +p=B.b.AB(a,B.b.gN(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}, +akX(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.nv(b,a,c)}, +aCy(a,b,c){var s,r,q,p,o,n,m,l,k,j,i="encoded image bytes" +if($.arj()&&b==null&&c==null)return A.U6(a,i) +else{s=new A.Cx(i,a,b,c) +r=$.bb.aL().MakeAnimatedImageFromEncoded(a) +if(r==null)A.a2(A.pr("Failed to decode image data.\nImage source: encoded image bytes")) +q=b==null +if(!q||c!=null)if(r.getFrameCount()>1)$.da().$1("targetWidth and targetHeight for multi-frame images not supported") +else{p=r.makeImageAtCurrentFrame() +if(!q&&b<=0)b=null +if(c!=null&&c<=0)c=null +q=b==null +if(q&&c!=null)b=B.c.aX(c*(p.width()/p.height())) +else if(c==null&&!q)c=B.f.hd(b,p.width()/p.height()) +o=new A.kP() +n=o.oT(B.eG) +m=A.CH() +q=A.U7(p,null) +l=p.width() +k=p.height() +b.toString +c.toString +n.hp(q,new A.C(0,0,0+l,0+k),new A.C(0,0,b,c),m) +k=m.b +k===$&&A.b() +k.l() +k=o.jM().qp(b,c).b +k===$&&A.b() +k=k.a +k===$&&A.b() +k=k.a +k.toString +j=A.aww(k) +if(j==null)A.a2(A.pr("Failed to re-size image")) +r=$.bb.aL().MakeAnimatedImageFromEncoded(j) +if(r==null)A.a2(A.pr("Failed to decode re-sized image data.\nImage source: encoded image bytes"))}s.d=B.c.V(r.getFrameCount()) +s.e=B.c.V(r.getRepetitionCount()) +q=new A.dS("Codec",t.R) +q.fj(s,r,"Codec",t.e) +s.a!==$&&A.cu() +s.a=q +return s}}, +pr(a){return new A.EY(a)}, +U7(a,b){var s=new A.mj($,b),r=A.asJ(a,s,"SkImage",t.XY,t.e) +s.b!==$&&A.cu() +s.b=r +s.G0() +return s}, +ass(a,b,c){return new A.tA(a,b,c,new A.rY(new A.TA()))}, +U6(a,b){var s=0,r=A.a0(t.Lh),q,p,o +var $async$U6=A.a1(function(c,d){if(c===1)return A.Y(d,r) +while(true)switch(s){case 0:o=A.aBc(a) +if(o==null)throw A.d(A.pr("Failed to detect image file format using the file header.\nFile header was "+(!B.W.gP(a)?"["+A.aAA(B.W.bH(a,0,Math.min(10,a.length)))+"]":"empty")+".\nImage source: "+b)) +p=A.ass(o,a,b) +s=3 +return A.a8(p.m4(),$async$U6) +case 3:q=p +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$U6,r)}, +asJ(a,b,c,d,e){var s=new A.D8(A.aE(d),d.h("@<0>").H(e).h("D8<1,2>")),r=new A.dS(c,e.h("dS<0>")) +r.fj(s,a,c,e) +s.a!==$&&A.cu() +s.a=r +return s}, +CH(){var s,r=new self.window.flutterCanvasKit.Paint(),q=new A.oR(r,B.br,B.an,B.bo,B.du,B.dV) +r.setAntiAlias(!0) +r.setColorInt(4278190080) +s=new A.dS("Paint",t.R) +s.fj(q,r,"Paint",t.e) +q.b!==$&&A.cu() +q.b=s +return q}, +aiL(a,b){var s=new A.tB(b),r=new A.dS("Path",t.R) +r.fj(s,a,"Path",t.e) +s.a!==$&&A.cu() +s.a=r +return s}, +iX(){var s,r,q,p=$.alz +if(p==null){p=$.bS +p=(p==null?$.bS=A.el(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.V(p)}if(p==null)p=8 +s=A.aP(self.document,"flt-canvas-container") +r=t.y1 +q=A.a([],r) +r=A.a([],r) +r=$.alz=new A.J8(new A.iW(s),Math.max(p,1),q,r) +p=r}return p}, +asu(a,b){var s,r,q +t.S3.a(a) +s=t.e.a({}) +r=A.ah2(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.p:A.alm(s,!0) +break +case B.wc:A.alm(s,!1) +break}s.leading=a.e +r=A.ahM(a.f,a.r) +s.fontStyle=r +s.forceStrutHeight=a.w +s.strutEnabled=!0 +return s}, +af1(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.tC(b,c,d,e,f,m,k,a0,g,h,j,q,a1,o,p,r,a,n,s,i,l)}, +ahM(a,b){var s=t.e.a({}) +if(a!=null)s.weight=$.aqY()[a.a] +return s}, +ah2(a,b){var s=A.a([],t.s) +if(a!=null)s.push(a) +if(b!=null&&!B.b.u0(b,new A.ad8(a)))B.b.C(s,b) +B.b.C(s,$.af().gpG().gA0().as) +return s}, +awk(a,b){var s=b.length +if(s<=B.v7.b)return a.c +if(s<=B.v8.b)return a.b +if(s<=B.v9.b)return a.a +return null}, +aol(a,b){var s,r=new A.DN(t.e.a($.aqv().k(0,b).segment(a)[self.Symbol.iterator]()),t.yN),q=A.a([],t.t) +for(;r.t();){s=r.b +s===$&&A.b() +q.push(B.c.V(s.index))}q.push(a.length) +return new Uint32Array(A.eb(q))}, +aBt(a){var s,r,q,p,o=A.anU(a,a,$.arh()),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.gm(a)>>>8&255)/255 +s[2]=(a.gm(a)&255)/255 +s[3]=(a.gm(a)>>>24&255)/255 +return s}, +asv(a,b,c,d,e){var s,r,q,p,o="Vertices",n=d==null +if(!n&&B.I_.iL(d,new A.Uc(b)))throw A.d(A.c9('"indices" values must be valid indices in the positions list.',null)) +s=$.ar8()[a.a] +r=new A.CN(s,b,e,null,d) +q=$.bb.aL() +p=new A.dS(o,t.R) +p.fj(r,A.a3(q,"MakeVertices",[s,b,null,null,n?null:d]),o,t.e) +r.f!==$&&A.cu() +r.f=p +return r}, +af9(){return self.window.navigator.clipboard!=null?new A.Ul():new A.Wu()}, +ag3(){var s=$.bQ() +return s===B.b2||self.window.navigator.clipboard==null?new A.Wv():new A.Um()}, +ao3(){var s=$.bS +return s==null?$.bS=A.el(self.window.flutterConfiguration):s}, +el(a){var s=new A.WO() +if(a!=null){s.a=!0 +s.b=a}return s}, +afN(a){var s=a.nonce +return s==null?null:s}, +aw9(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}}, +ajm(a){var s=a.innerHeight +return s==null?null:s}, +ajn(a,b){return a.matchMedia(b)}, +afp(a,b){return a.getComputedStyle(b)}, +atj(a){return new A.Vx(a)}, +ato(a){return a.userAgent}, +atn(a){var s=a.languages +if(s==null)s=null +else{s=J.oy(s,new A.VA(),t.N) +s=A.a6(s,!0,A.m(s).h("aY.E"))}return s}, +aP(a,b){return a.createElement(b)}, +bM(a,b,c,d){if(c!=null)if(d==null)a.addEventListener(b,c) +else a.addEventListener(b,c,d)}, +dC(a,b,c,d){if(c!=null)if(d==null)a.removeEventListener(b,c) +else a.removeEventListener(b,c,d)}, +aAY(a){return t.e.a(A.be(a))}, +ek(a){var s=a.timeStamp +return s==null?null:s}, +aje(a,b){a.textContent=b +return b}, +VB(a,b){return a.cloneNode(b)}, +aAX(a){return A.aP(self.document,a)}, +atl(a){return a.tagName}, +aj2(a,b,c){var s=A.ab(c) +if(s==null)s=t.K.a(s) +return a.setAttribute(b,s)}, +atk(a){var s +for(;a.firstChild!=null;){s=a.firstChild +s.toString +a.removeChild(s)}}, +atg(a,b){return A.n(a,"width",b)}, +atb(a,b){return A.n(a,"height",b)}, +aiZ(a,b){return A.n(a,"position",b)}, +ate(a,b){return A.n(a,"top",b)}, +atc(a,b){return A.n(a,"left",b)}, +atf(a,b){return A.n(a,"visibility",b)}, +atd(a,b){return A.n(a,"overflow",b)}, +n(a,b,c){a.setProperty(b,c,"")}, +Vy(a){var s=a.src +return s==null?null:s}, +aj3(a,b){a.src=b +return b}, +ao6(a){var s=A.aP(self.document,"style") +if(a!=null)s.nonce=a +return s}, +rO(a,b){var s +$.aoc=$.aoc+1 +s=A.aP(self.window.document,"canvas") +if(b!=null)A.p8(s,b) +if(a!=null)A.p7(s,a) +return s}, +p8(a,b){a.width=b +return b}, +p7(a,b){a.height=b +return b}, +hi(a,b,c){var s +if(c==null)return a.getContext(b) +else{s=A.ab(c) +if(s==null)s=t.K.a(s) +return a.getContext(b,s)}}, +ati(a){var s=A.hi(a,"2d",null) +s.toString +return t.e.a(s)}, +ath(a,b){var s +if(b===1){s=A.hi(a,"webgl",null) +s.toString +return t.e.a(s)}s=A.hi(a,"webgl2",null) +s.toString +return t.e.a(s)}, +Vv(a,b){var s=b==null?null:b +a.fillStyle=s +return s}, +afi(a,b){a.lineWidth=b +return b}, +Vw(a,b){var s=b +a.strokeStyle=s +return s}, +Vu(a,b){if(b==null)a.fill() +else a.fill(b)}, +aj_(a,b,c,d){a.fillText(b,c,d)}, +aj0(a,b,c,d,e,f,g){return A.a3(a,"setTransform",[b,c,d,e,f,g])}, +aj1(a,b,c,d,e,f,g){return A.a3(a,"transform",[b,c,d,e,f,g])}, +Vt(a,b){if(b==null)a.clip() +else a.clip(b)}, +afh(a,b){a.filter=b +return b}, +afk(a,b){a.shadowOffsetX=b +return b}, +afl(a,b){a.shadowOffsetY=b +return b}, +afj(a,b){a.shadowColor=b +return b}, +rR(a){return A.aBC(a)}, +aBC(a){var s=0,r=A.a0(t.Lk),q,p=2,o,n,m,l,k +var $async$rR=A.a1(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a8(A.h9(self.window.fetch(a),t.e),$async$rR) +case 7:n=c +q=new A.EV(a,n) +s=1 +break +p=2 +s=6 +break +case 4:p=3 +k=o +m=A.as(k) +throw A.d(new A.ET(a,m)) +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$rR,r)}, +adZ(a){var s=0,r=A.a0(t.pI),q +var $async$adZ=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:s=3 +return A.a8(A.rR(a),$async$adZ) +case 3:q=c.guU().mx() +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$adZ,r)}, +aAZ(a,b,c){var s,r +if(c==null)return new self.FontFace(a,b) +else{s=self.FontFace +r=A.ab(c) +if(r==null)r=t.K.a(r) +return new s(a,b,r)}}, +ajj(a){var s=a.height +return s==null?null:s}, +ajb(a,b){var s=b==null?null:b +a.value=s +return s}, +aj9(a){var s=a.selectionStart +return s==null?null:s}, +aj8(a){var s=a.selectionEnd +return s==null?null:s}, +aja(a){var s=a.value +return s==null?null:s}, +mq(a){var s=a.code +return s==null?null:s}, +is(a){var s=a.key +return s==null?null:s}, +ajc(a){var s=a.state +if(s==null)s=null +else{s=A.ahm(s) +s.toString}return s}, +aAW(a){var s=self +return new s.Blob(a)}, +atm(a){return a.matches}, +ajd(a){var s=a.matches +return s==null?null:s}, +hj(a){var s=a.buttons +return s==null?null:s}, +ajg(a){var s=a.pointerId +return s==null?null:s}, +afo(a){var s=a.pointerType +return s==null?null:s}, +ajh(a){var s=a.tiltX +return s==null?null:s}, +aji(a){var s=a.tiltY +return s==null?null:s}, +ajk(a){var s=a.wheelDeltaX +return s==null?null:s}, +ajl(a){var s=a.wheelDeltaY +return s==null?null:s}, +atp(a){var s=a.identifier +return s==null?null:s}, +Vz(a,b){a.type=b +return b}, +aj7(a,b){var s=b==null?null:b +a.value=s +return s}, +afn(a){var s=a.value +return s==null?null:s}, +afm(a){var s=a.disabled +return s==null?null:s}, +aj6(a,b){a.disabled=b +return b}, +aj5(a){var s=a.selectionStart +return s==null?null:s}, +aj4(a){var s=a.selectionEnd +return s==null?null:s}, +ajf(a,b,c){var s +if(c==null)return a.getContext(b) +else{s=A.ab(c) +if(s==null)s=t.K.a(s) +return a.getContext(b,s)}}, +ir(a,b,c){return a.insertRule(b,c)}, +ca(a,b,c){var s=t.e.a(A.be(c)) +a.addEventListener(b,s) +return new A.DP(b,a,s)}, +aB_(a){return new self.ResizeObserver(A.be(new A.adG(a)))}, +aB3(a){if(self.window.trustedTypes!=null)return $.arg().createScriptURL(a) +return a}, +ao8(a){var s,r +if(self.Intl.Segmenter==null)throw A.d(A.ce("Intl.Segmenter() is not supported.")) +s=self.Intl.Segmenter +r=t.N +r=A.ab(A.aU(["granularity",a],r,r)) +if(r==null)r=t.K.a(r) +return new s([],r)}, +aob(){var s,r +if(self.Intl.v8BreakIterator==null)throw A.d(A.ce("v8BreakIterator is not supported.")) +s=self.Intl.v8BreakIterator +r=A.ab(B.Hr) +if(r==null)r=t.K.a(r) +return new s([],r)}, +aBr(){var s=$.dx +s.toString +return s}, +SA(a,b){var s +if(b.j(0,B.h))return a +s=new A.bo(new Float32Array(16)) +s.aF(a) +s.ac(0,b.a,b.b) +return s}, +aoe(a,b,c){var s=a.a94() +if(c!=null)A.ahG(s,A.SA(c,b).a) +return s}, +ahE(){var s=0,r=A.a0(t.z) +var $async$ahE=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:if(!$.ah0){$.ah0=!0 +self.window.requestAnimationFrame(A.be(new A.aep()))}return A.Z(null,r)}}) +return A.a_($async$ahE,r)}, +au3(a,b){var s=t.S,r=A.dp(null,t.H),q=A.a(["Roboto"],t.s) +s=new A.X8(a,A.aE(s),A.aE(s),b,B.b.lQ(b,new A.X9()),B.b.lQ(b,new A.Xa()),B.b.lQ(b,new A.Xb()),B.b.lQ(b,new A.Xc()),B.b.lQ(b,new A.Xd()),B.b.lQ(b,new A.Xe()),r,q,A.aE(s)) +q=t.Te +s.b=new A.Ec(s,A.aE(q),A.z(t.N,q)) +return s}, +aym(a,b,c){var s,r,q,p,o,n,m,l=A.a([],t.t),k=A.a([],c.h("r<0>")) +for(s=a.length,r=0,q=0,p=1,o=0;o"))}, +Su(a){return A.aBk(a)}, +aBk(a){var s=0,r=A.a0(t.bY),q,p,o,n,m,l +var $async$Su=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:n={} +l=t.Lk +s=3 +return A.a8(A.rR(a.qz("FontManifest.json")),$async$Su) +case 3:m=l.a(c) +if(!m.gAd()){$.da().$1("Font manifest does not exist at `"+m.a+"` - ignoring.") +q=new A.uG(A.a([],t.z8)) +s=1 +break}p=B.bp.Qo(B.kX) +n.a=null +o=p.hU(new A.PG(new A.adQ(n),[],t.xm)) +s=4 +return A.a8(m.guU().v7(0,new A.adR(o),t.H3),$async$Su) +case 4:o.aU(0) +n=n.a +if(n==null)throw A.d(A.mb(u.u)) +n=J.oy(t.j.a(n),new A.adS(),t.VW) +q=new A.uG(A.a6(n,!0,A.m(n).h("aY.E"))) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$Su,r)}, +au2(a,b){return new A.uE()}, +anP(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("j.E") +A.ir(s,l+" flt-scene-host {\n font: "+c+";\n }\n ",J.bC(A.bL(new A.dw(s.cssRules,p),o,q).a)) +n=$.bQ() +if(n===B.A)A.ir(s," "+b+" * {\n -webkit-tap-highlight-color: transparent;\n }\n ",J.bC(A.bL(new A.dw(s.cssRules,p),o,q).a)) +if(n===B.b2)A.ir(s," "+b+" flt-paragraph,\n "+b+" flt-span {\n line-height: 100%;\n }\n ",J.bC(A.bL(new A.dw(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.bC(A.bL(new A.dw(s.cssRules,p),o,q).a)) +if(n===B.A)A.ir(s," "+b+" flt-semantics input[type=range]::-webkit-slider-thumb {\n -webkit-appearance: none;\n }\n ",J.bC(A.bL(new A.dw(s.cssRules,p),o,q).a)) +A.ir(s,l+" input::selection {\n background-color: transparent;\n }\n ",J.bC(A.bL(new A.dw(s.cssRules,p),o,q).a)) +A.ir(s,l+" textarea::selection {\n background-color: transparent;\n }\n ",J.bC(A.bL(new A.dw(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.bC(A.bL(new A.dw(s.cssRules,p),o,q).a)) +A.ir(s,l+" .flt-text-editing::placeholder {\n opacity: 0;\n }\n ",J.bC(A.bL(new A.dw(s.cssRules,p),o,q).a)) +if(n!==B.bd)l=n===B.A +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.bC(A.bL(new A.dw(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.bC(A.bL(new A.dw(s.cssRules,p),o,q).a))}catch(m){l=A.as(m) +if(q.b(l)){r=l +self.window.console.warn(J.ee(r))}else throw m}}, +as6(a,b,c){var s,r,q,p,o,n,m,l=A.aP(self.document,"flt-canvas"),k=A.a([],t.J) +$.bw() +s=self.window.devicePixelRatio +if(s===0)s=1 +r=a.a +q=a.c-r +p=A.Tr(q) +o=a.b +n=a.d-o +m=A.Tq(n) +n=new A.TW(A.Tr(q),A.Tq(n),c,A.a([],t.vj),A.d0()) +s=new A.jn(a,l,n,k,p,m,s,c,b) +A.n(l.style,"position","absolute") +s.z=B.c.dh(r)-1 +s.Q=B.c.dh(o)-1 +s.IL() +n.z=l +s.HN() +return s}, +Tr(a){var s +$.bw() +s=self.window.devicePixelRatio +if(s===0)s=1 +return B.c.c2((a+1)*s)+2}, +Tq(a){var s +$.bw() +s=self.window.devicePixelRatio +if(s===0)s=1 +return B.c.c2((a+1)*s)+2}, +as7(a){a.remove()}, +ady(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.ce("Flutter Web does not support the blend mode: "+a.i(0)))}}, +anT(a){switch(a.a){case 0:return B.Lr +case 3:return B.Ls +case 5:return B.Lt +case 7:return B.Lv +case 9:return B.Lw +case 4:return B.Lx +case 6:return B.Ly +case 8:return B.Lz +case 10:return B.LA +case 12:return B.LB +case 1:return B.LC +case 11:return B.Lu +case 24:case 13:return B.LL +case 14:return B.LM +case 15:return B.LP +case 16:return B.LN +case 17:return B.LO +case 18:return B.LQ +case 19:return B.LR +case 20:return B.LS +case 21:return B.LE +case 22:return B.LF +case 23:return B.LG +case 25:return B.LH +case 26:return B.LI +case 27:return B.LJ +case 28:return B.LK +default:return B.LD}}, +ap8(a){if(a==null)return null +switch(a.a){case 0:return"butt" +case 1:return"round" +case 2:default:return"square"}}, +aCC(a){switch(a.a){case 1:return"round" +case 2:return"bevel" +case 0:default:return"miter"}}, +agY(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;q>>16&255)/255,0,0,0,0,(r>>>8&255)/255,0,0,0,0,(r&255)/255,0,0,0,1,0],t.n),"recolor") +s.qP("recolor",m,1,0,0,0,6,n) +q=s.aN() +break +case 15:r=A.anT(B.jb) +r.toString +q=A.an0(a,r,!0) +break +case 26:case 18:case 19:case 25:case 27:case 28:case 24:case 14:case 16:case 17:case 20:case 21:case 22:case 23:r=A.anT(b) +r.toString +q=A.an0(a,r,!1) +break +case 1:case 2:case 6:case 8:case 4:case 0:case 3:throw A.d(A.ce("Blend mode not supported in HTML renderer: "+b.i(0))) +default:q=null}return q}, +nR(){var s,r=A.VB($.aif(),!1),q=self.document.createElementNS("http://www.w3.org/2000/svg","filter"),p=$.alC+1 +$.alC=p +p="_fcf"+p +q.id=p +s=q.filterUnits +s.toString +A.a2B(s,2) +s=q.x.baseVal +s.toString +A.a2D(s,"0%") +s=q.y.baseVal +s.toString +A.a2D(s,"0%") +s=q.width.baseVal +s.toString +A.a2D(s,"100%") +s=q.height.baseVal +s.toString +A.a2D(s,"100%") +return new A.a4N(p,r,q)}, +apb(a){var s=A.nR() +s.vQ(a,"comp") +return s.aN()}, +an0(a,b,c){var s="flood",r="SourceGraphic",q=A.nR(),p=A.cg(a.a) +q.lL(p,"1",s) +p=b.b +if(c)q.CI(r,s,p) +else q.CI(s,r,p) +return q.aN()}, +Bp(a,b){var s,r,q,p,o=a.a,n=a.c,m=Math.min(o,n),l=a.b,k=a.d,j=Math.min(l,k) +n-=o +s=Math.abs(n) +k-=l +r=Math.abs(k) +q=b.b +p=b.c +if(p==null)p=0 +if(q===B.S&&p>0){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.C(m,j,m+s,j+r) +return a}, +Bq(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=A.aP(self.document,c),i=b.b===B.S,h=b.c +if(h==null)h=0 +if(d.pV(0)){s=a.a +r=a.b +q="translate("+A.h(s)+"px, "+A.h(r)+"px)"}else{s=new Float32Array(16) +p=new A.bo(s) +p.aF(d) +r=a.a +o=a.b +p.ac(0,r,o) +q=A.h7(s) +s=r +r=o}n=j.style +A.n(n,"position","absolute") +A.n(n,"transform-origin","0 0 0") +A.n(n,"transform",q) +m=A.cg(b.r) +o=b.x +if(o!=null){l=o.b +o=$.bQ() +if(o===B.A&&!i){A.n(n,"box-shadow","0px 0px "+A.h(l*2)+"px "+m) +o=b.r +m=A.cg(((B.c.aX((1-Math.min(Math.sqrt(l)/6.283185307179586,1))*(o>>>24&255))&255)<<24|o&16777215)>>>0)}else A.n(n,"filter","blur("+A.h(l)+"px)")}A.n(n,"width",A.h(a.c-s)+"px") +A.n(n,"height",A.h(a.d-r)+"px") +if(i)A.n(n,"border",A.kw(h)+" solid "+m) +else{A.n(n,"background-color",m) +k=A.azr(b.w,a) +A.n(n,"background-image",k!==""?"url('"+k+"'":"")}return j}, +azr(a,b){var s +if(a!=null){if(a instanceof A.mt){s=A.Vy(a.e.gul()) +return s==null?"":s}if(a instanceof A.pd)return A.c3(a.pd(b,1,!0))}return""}, +anQ(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.n(a,"border-radius",A.kw(b.z)) +return}A.n(a,"border-top-left-radius",A.kw(q)+" "+A.kw(b.f)) +A.n(a,"border-top-right-radius",A.kw(p)+" "+A.kw(b.w)) +A.n(a,"border-bottom-left-radius",A.kw(b.z)+" "+A.kw(b.Q)) +A.n(a,"border-bottom-right-radius",A.kw(b.x)+" "+A.kw(b.y))}, +kw(a){return B.c.R(a===0?1:a,3)+"px"}, +af5(a,b,c){var s,r,q,p,o,n,m +if(0===b){c.push(new A.q(a.c,a.d)) +c.push(new A.q(a.e,a.f)) +return}s=new A.KY() +a.Eq(s) +r=s.a +r.toString +q=s.b +q.toString +p=a.b +o=a.f +if(A.dg(p,a.d,o)){n=r.f +if(!A.dg(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}, +ayU(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}, +aoh(a,b,c,d,e){return(((d+3*(b-c)-a)*e+3*(c-b-b+a))*e+3*(b-a))*e+a}, +agp(){var s=new A.nQ(A.akH(),B.aT) +s.Hd() +return s}, +acW(a,b,c,d){var s=a+b +if(s<=c)return d +return Math.min(c/s,d)}, +akF(a,b){var s=new A.a0u(a,!0,a.w) +if(a.Q)a.wL() +if(!a.as)s.z=a.w +return s}, +akH(){var s=new Float32Array(16) +s=new A.pX(s,new Uint8Array(8)) +s.e=s.c=8 +s.CW=172 +return s}, +av9(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}, +SB(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}, +aBT(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}, +all(a,b,c,d,e,f){return new A.a41(e-2*c+a,f-2*d+b,2*(c-a),2*(d-b),a,b)}, +a0w(a,b,c,d,e,f){if(d===f)return A.dg(c,a,e)&&a!==e +else return a===c&&b===d}, +avb(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.SB(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}, +aCI(a,b,c,d){var s,r,q,p,o=a[1],n=a[3] +if(!A.dg(o,c,n))return +s=a[0] +r=a[2] +if(!A.dg(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.q(q,p))}, +aCJ(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.dg(i,c,h)&&!A.dg(h,c,g))return +s=a[0] +r=a[2] +q=a[4] +if(!A.dg(s,b,r)&&!A.dg(r,b,q))return +p=new A.jV() +o=p.jZ(i-2*h+g,2*(h-i),i-c) +for(n=q-2*r+s,m=2*(r-s),l=0;l30)B.b.hJ($.kA,0).d.l()}else a.d.l()}}, +a0A(a,b){if(a<=0)return b*0.1 +else return Math.min(Math.max(b*0.5,a*10),b)}, +ayZ(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.c2(a6/2)*2) +s=a8*a9 +if(s*a6*a6>4194304&&a6>2)a6=3355443.2/s}else a6=Math.max(2/B.c.dh(2/a6),0.0001) +return a6}, +oq(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}, +az_(a9,b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=a9[0],a7=a9[1],a8=a9.length +for(s=a7,r=a6,q=2;q>>16&255)/255 +m[1]=(k>>>8&255)/255 +m[2]=(k&255)/255 +m[3]=(k>>>24&255)/255 +j[0]=0 +i=4 +h=1}else{i=0 +h=0}for(k=a1.length,g=0;g>>16&255)/255 +i=f+1 +m[f]=(e>>>8&255)/255 +f=i+1 +m[i]=(e&255)/255 +i=f+1 +m[f]=(e>>>24&255)/255}for(k=a2.length,g=0;g>>16&255)/255 +i=f+1 +m[f]=(k>>>8&255)/255 +m[i]=(k&255)/255 +m[i+1]=(k>>>24&255)/255 +j[h]=1}c=4*n +for(b=0;b>>2 +l[b]=(m[b+4]-m[b])/(j[h+1]-j[h])}l[c]=0 +l[c+1]=0 +l[c+2]=0 +l[c+3]=0 +for(b=0;b 1.0) {") +m.push(" "+a.glf().a+" = vec4(0, 0, 0, 0);") +m.push(" return;") +m.push("}")}return o}, +ao7(a){var s,r +if(a==null)return null +switch(a.d.a){case 0:s=a.a +if(s==null||a.b==null)return null +s.toString +r=a.b +r.toString +return new A.pM(s,r) +case 1:s=a.c +if(s==null)return null +return new A.pK(s) +case 2:throw A.d(A.ce("ColorFilter.linearToSrgbGamma not implemented for HTML renderer")) +case 3:throw A.d(A.ce("ColorFilter.srgbToLinearGamma not implemented for HTML renderer.")) +default:throw A.d(A.O("Unknown mode "+a.i(0)+".type for ColorFilter."))}}, +alg(a){return new A.IE(A.a([],t.zz),A.a([],t.fe),a===2,!1,new A.c1(""))}, +IF(a){return new A.IE(A.a([],t.zz),A.a([],t.fe),a===2,!0,new A.c1(""))}, +awr(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.c9(null,null))}, +agz(){var s,r=$.alX +if(r==null){r=$.cf +s=A.alg(r==null?$.cf=A.fu():r) +s.jH(11,"position") +s.jH(11,"color") +s.cB(14,"u_ctransform") +s.cB(11,"u_scale") +s.cB(11,"u_shift") +s.Jc(11,"v_color") +r=A.a([],t.s) +s.c.push(new A.iU("main",r)) +r.push(u.y) +r.push("v_color = color.zyxw;") +r=$.alX=s.aN()}return r}, +alZ(){var s,r=$.alY +if(r==null){r=$.cf +s=A.alg(r==null?$.cf=A.fu():r) +s.jH(11,"position") +s.cB(14,"u_ctransform") +s.cB(11,"u_scale") +s.cB(11,"u_textransform") +s.cB(11,"u_shift") +s.Jc(9,"v_texcoord") +r=A.a([],t.s) +s.c.push(new A.iU("main",r)) +r.push(u.y) +r.push("v_texcoord = vec2((u_textransform.z + position.x) * u_textransform.x, ((u_textransform.w + position.y) * u_textransform.y));") +r=$.alY=s.aN()}return r}, +ajG(a,b,c){var s,r,q,p="texture2D",o=$.cf,n=A.IF(o==null?$.cf=A.fu():o) +n.e=1 +n.jH(9,"v_texcoord") +n.cB(16,"u_texture") +o=A.a([],t.s) +s=new A.iU("main",o) +n.c.push(s) +if(!a)r=b===B.ay&&c===B.ay +else r=!0 +if(r){r=n.glf() +q=n.y?"texture":p +o.push(r.a+" = "+q+"(u_texture, v_texcoord);")}else{s.Jk("v_texcoord.x","u",b) +s.Jk("v_texcoord.y","v",c) +o.push("vec2 uv = vec2(u, v);") +r=n.glf() +q=n.y?"texture":p +o.push(r.a+" = "+q+"(u_texture, uv);")}return n.aN()}, +aAG(a){var s,r,q,p=$.aei,o=p.length +if(o!==0)try{if(o>1)B.b.e4(p,new A.adE()) +for(p=$.aei,o=p.length,r=0;r=s)return!1 +if(a[n]!==o.charCodeAt(p))continue $label0$0}return!0}return!1}, +aoZ(a){$.m0.push(a)}, +ae2(a){return A.aBI(a)}, +aBI(a){var s=0,r=A.a0(t.H),q,p,o,n +var $async$ae2=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:n={} +if($.Bj!==B.kD){s=1 +break}$.Bj=B.Cl +p=$.bS +if(p==null)p=$.bS=A.el(self.window.flutterConfiguration) +if(a!=null)p.b=a +A.aCv("ext.flutter.disassemble",new A.ae4()) +n.a=!1 +$.ap_=new A.ae5(n) +n=$.bS +n=(n==null?$.bS=A.el(self.window.flutterConfiguration):n).b +if(n==null)n=null +else{n=n.assetBase +if(n==null)n=null}o=new A.Td(n) +A.aA8(o) +s=3 +return A.a8(A.mH(A.a([new A.ae6().$0(),A.Sk()],t.mo),t.H),$async$ae2) +case 3:$.Bj=B.kE +case 1:return A.Z(q,r)}}) +return A.a_($async$ae2,r)}, +ahu(){var s=0,r=A.a0(t.H),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$ahu=A.a1(function(a0,a1){if(a0===1)return A.Y(a1,r) +while(true)switch(s){case 0:if($.Bj!==B.kE){s=1 +break}$.Bj=B.Cm +p=$.cX() +if($.ag9==null)$.ag9=A.avP(p===B.aS) +if($.dx==null){o=$.bS +o=(o==null?$.bS=A.el(self.window.flutterConfiguration):o).b +o=o==null?null:o.hostElement +n=A.atH(o) +m=new A.Ep(n) +l=$.c5() +l.r=A.at3(o) +o=$.af() +k=t.N +n.LZ(0,A.aU(["flt-renderer",o.gNp()+" (auto-selected)","flt-build-mode","release","spellcheck","false"],k,k)) +j=m.f=A.aP(self.document,"flutter-view") +i=m.r=A.aP(self.document,"flt-glass-pane") +n.JE(j) +j.appendChild(i) +if(i.attachShadow==null)A.a2(A.V("ShadowDOM is not supported in this browser.")) +n=A.ab(A.aU(["mode","open","delegatesFocus",!1],k,t.z)) +if(n==null)n=t.K.a(n) +n=m.w=i.attachShadow(n) +i=$.bS +k=(i==null?$.bS=A.el(self.window.flutterConfiguration):i).b +h=A.ao6(k==null?null:A.afN(k)) +h.id="flt-internals-stylesheet" +n.appendChild(h) +A.anP(h,"","normal normal 14px sans-serif") +k=$.bS +k=(k==null?$.bS=A.el(self.window.flutterConfiguration):k).b +k=k==null?null:A.afN(k) +g=A.aP(self.document,"flt-text-editing-host") +f=A.ao6(k) +f.id="flt-text-editing-stylesheet" +j.appendChild(f) +A.anP(f,"flutter-view","normal normal 14px sans-serif") +j.appendChild(g) +m.x=g +j=A.aP(self.document,"flt-scene-host") +A.n(j.style,"pointer-events","none") +m.b=j +o.Nt(0,m) +e=A.aP(self.document,"flt-semantics-host") +o=e.style +A.n(o,"position","absolute") +A.n(o,"transform-origin","0 0 0") +m.d=e +m.O4() +o=$.dn +d=(o==null?$.dn=A.jw():o).w.a.MS() +c=A.aP(self.document,"flt-announcement-host") +b=A.aiq(B.fo) +a=A.aiq(B.fp) +c.append(b) +c.append(a) +m.y=new A.SO(b,a) +n.append(d) +o=m.b +o.toString +n.append(o) +n.append(c) +m.f.appendChild(e) +o=$.bS +if((o==null?$.bS=A.el(self.window.flutterConfiguration):o).ga3V())A.n(m.b.style,"opacity","0.3") +o=$.Zo +if(o==null)o=$.Zo=A.aur() +n=m.f +o=o.go7() +if($.akJ==null){o=new A.GX(n,new A.a0Q(A.z(t.S,t.mm)),o) +n=$.bQ() +if(n===B.A)p=p===B.a5 +else p=!1 +if(p)$.apC().a9z() +o.e=o.Vg() +$.akJ=o}p=l.r +p.gMI(p).a7r(m.gZd()) +$.dx=m}$.Bj=B.Cn +case 1:return A.Z(q,r)}}) +return A.a_($async$ahu,r)}, +aA8(a){if(a===$.rJ)return +$.rJ=a}, +Sk(){var s=0,r=A.a0(t.H),q,p,o +var $async$Sk=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:p=$.af() +p.gpG().O(0) +s=$.rJ!=null?2:3 +break +case 2:p=p.gpG() +q=$.rJ +q.toString +o=p +s=5 +return A.a8(A.Su(q),$async$Sk) +case 5:s=4 +return A.a8(o.j4(b),$async$Sk) +case 4:case 3:return A.Z(null,r)}}) +return A.a_($async$Sk,r)}, +atX(a,b){return t.e.a({initializeEngine:A.be(new A.WP(b)),autoStart:A.be(new A.WQ(a))})}, +atW(a){return t.e.a({runApp:A.be(new A.WN(a))})}, +ahq(a,b){var s=A.be(new A.adW(a,b)) +return new self.Promise(s)}, +ah_(a){var s=B.c.V(a) +return A.cx(B.c.V((a-s)*1000),s)}, +ayL(a,b){var s={} +s.a=null +return new A.acR(s,a,b)}, +aur(){var s=new A.Fe(A.z(t.N,t.e)) +s.TE() +return s}, +aut(a){switch(a.a){case 0:case 4:return new A.vk(A.ahQ("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.vk(A.ahQ(';b1{bc1&cf1[fg1]gm2y')) +case 1:case 2:case 5:return new A.vk(A.ahQ("8a2@q\u03a9qk1&kq3@q\xc6a\xe6aw2xy2\xa5\xff\u2190\xffz51)s.push(new A.la(B.b.gK(o),B.b.gN(o))) +else s.push(new A.la(p,null))}return s}, +azv(a,b){var s=a.fG(b),r=A.rQ(A.c3(s.b)) +switch(s.a){case"setDevicePixelRatio":$.bw().d=r +$.aJ().r.$0() +return!0}return!1}, +kD(a,b){if(a==null)return +if(b===$.ag)a.$0() +else b.ql(a)}, +Bw(a,b,c,d){if(a==null)return +if(b===$.ag)a.$1(c) +else b.BI(a,c,d)}, +aBM(a,b,c,d){if(b===$.ag)a.$2(c,d) +else b.ql(new A.ae8(a,c,d))}, +aBm(){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.aoJ(A.afp(self.window,p).getPropertyValue("font-size")) +return(q==null?16:q)/16}, +ave(a,b,c,d,e,f,g,h){return new A.GT(a,!1,f,e,h,d,c,g)}, +an9(a,b){b.toString +t.pE.a(b) +return A.aP(self.document,A.c3(J.bs(b,"tagName")))}, +aAN(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return B.f.PF(1,a)}}, +o8(a){var s=B.c.V(a) +return A.cx(B.c.V((a-s)*1000),s)}, +ahj(a,b){var s,r,q,p,o=$.dn +if((o==null?$.dn=A.jw():o).x&&a.offsetX===0&&a.offsetY===0)return A.ayY(a,b) +o=$.dx.x +o===$&&A.b() +s=a.target +s.toString +if(o.contains(s)){o=$.SL() +r=o.gfg().w +if(r!=null){a.target.toString +o.gfg().c.toString +q=new A.bo(r.c).q8(a.offsetX,a.offsetY,0) +return new A.q(q.a,q.b)}}if(!J.e(a.target,b)){p=b.getBoundingClientRect() +return new A.q(a.clientX-p.x,a.clientY-p.y)}return new A.q(a.offsetX,a.offsetY)}, +ayY(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.q(q,p)}, +aeu(a,b){var s=b.$0() +return s}, +aBv(){if($.aJ().ch==null)return +$.ahd=A.Bn()}, +aBu(){if($.aJ().ch==null)return +$.agX=A.Bn()}, +aom(){if($.aJ().ch==null)return +$.agW=A.Bn()}, +aoo(){if($.aJ().ch==null)return +$.ah7=A.Bn()}, +aon(){var s,r,q=$.aJ() +if(q.ch==null)return +s=$.anB=A.Bn() +$.ah1.push(new A.jz(A.a([$.ahd,$.agX,$.agW,$.ah7,s,s,0,0,0,0,1],t.t))) +$.anB=$.ah7=$.agW=$.agX=$.ahd=-1 +if(s-$.aqt()>1e5){$.azk=s +r=$.ah1 +A.Bw(q.ch,q.CW,r,t.Px) +$.ah1=A.a([],t.no)}}, +Bn(){return B.c.V(self.window.performance.now()*1000)}, +avP(a){var s=new A.a1f(A.z(t.N,t.qe),a) +s.TJ(a) +return s}, +azU(a){}, +ahr(a,b){return a[b]}, +aoJ(a){var s=self.window.parseFloat(a) +if(s==null||isNaN(s))return null +return s}, +aC6(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.aoJ(A.afp(self.window,a).getPropertyValue("font-size")):q}, +aCR(a,b){var s,r=self.document.createElement("CANVAS") +if(r==null)return null +try{A.p8(r,a) +A.p7(r,b)}catch(s){return null}return r}, +afB(a){var s,r,q,p="premultipliedAlpha" +if(A.ag_()){s=a.a +s.toString +r=t.N +q=A.ajf(s,"webgl2",A.aU([p,!1],r,t.z)) +q.toString +q=new A.EF(q) +$.XR.b=A.z(r,t.eS) +q.dy=s +s=q}else{s=a.b +s.toString +r=$.cf +r=(r==null?$.cf=A.fu():r)===1?"webgl":"webgl2" +q=t.N +r=A.hi(s,r,A.aU([p,!1],q,t.z)) +r.toString +r=new A.EF(r) +$.XR.b=A.z(q,t.eS) +r.dy=s +s=r}return s}, +ap6(a,b,c,d,e,f,g){var s,r="uniform4f",q=b.a,p=a.eq(0,q,"u_ctransform"),o=new Float32Array(16),n=new A.bo(o) +n.aF(g) +n.ac(0,-c,-d) +s=a.a +A.a3(s,"uniformMatrix4fv",[p,!1,o]) +A.a3(s,r,[a.eq(0,q,"u_scale"),2/e,-2/f,1,1]) +A.a3(s,r,[a.eq(0,q,"u_shift"),-1,1,0,0])}, +anW(a,b,c){var s,r,q,p,o="bufferData" +if(c===1){s=a.glo() +A.a3(a.a,o,[a.gf6(),b,s])}else{r=b.length +q=new Float32Array(r) +for(p=0;p=h.length)h.push(r) +else h[o]=r +if(o>s)s=o}m=A.bg(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +awn(a){var s,r=$.xh +if(r!=null)s=r.a===a +else s=!1 +if(s){r.toString +return r}return $.xh=new A.a3L(a,A.a([],t.Up),$,$,$,null)}, +agC(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new A.a6M(new A.JL(s,0),r,A.cS(r.buffer,0,null))}, +ao2(a){if(a===0)return B.h +return new A.q(200*a/600,400*a/600)}, +aAK(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.C(r-o,p-n,s+o,q+n).cK(A.ao2(b)).eg(20)}, +aAL(a,b){if(b===0)return null +return new A.a4I(Math.min(b*((800+(a.c-a.a)*0.5)/600),b*((800+(a.d-a.b)*0.5)/600)),A.ao2(b))}, +ao9(){var s=self.document.createElementNS("http://www.w3.org/2000/svg","svg"),r=A.ab("1.1") +if(r==null)r=t.K.a(r) +s.setAttribute("version",r) +return s}, +a2D(a,b){a.valueAsString=b +return b}, +a2B(a,b){a.baseVal=b +return b}, +qc(a,b){a.baseVal=b +return b}, +a2C(a,b){a.baseVal=b +return b}, +afQ(a,b,c,d,e,f,g,h){return new A.hw($,$,$,$,$,$,$,$,0,c,d,e,f,g,h,a,b)}, +ak6(a,b,c,d,e,f){var s=new A.ZI(d,f,a,b,e,c) +s.ot() +return s}, +aof(){var s=$.adj +if(s==null){s=t.jQ +s=$.adj=new A.kb(A.ahc(u.K,937,B.l1,s),B.av,A.z(t.S,s),t.MX)}return s}, +auu(a){if(self.Intl.v8BreakIterator!=null)return new A.a6E(A.aob(),a) +return new A.Ww(a)}, +anU(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.V(c.current()) +for(p=r,o=0,n=0;p0){k.push(new A.l6(B.bD,o,n,r,p)) +r=p +o=0 +n=0}}if(o>0)l=B.bh +else l=q===s?B.bi:B.bD +k.push(new A.l6(l,o,n,r,q))}if(k.length===0||B.b.gN(k).c===B.bh)k.push(new A.l6(B.bi,0,0,s,s)) +return k}, +ayX(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.Bu(a1,0) +r=A.aof().n7(s) +a.c=a.d=a.e=a.f=0 +q=new A.acV(a,a1,a0) +q.$2(B.m,2) +p=++a.f +for(o=a1.length,n=t.jQ,m=t.S,l=t.MX,k=B.av,j=0;p<=o;p=++a.f){a.b=a.a +a.a=r +if(s!=null&&s>65535){q.$2(B.m,-1) +p=++a.f}s=A.Bu(a1,p) +p=$.adj +r=(p==null?$.adj=new A.kb(A.ahc(u.K,937,B.l1,n),B.av,A.z(m,n),l):p).n7(s) +i=a.a +j=i===B.e7?j+1:0 +if(i===B.cQ||i===B.e5){q.$2(B.bh,5) +continue}if(i===B.e9){if(r===B.cQ)q.$2(B.m,5) +else q.$2(B.bh,5) +continue}if(r===B.cQ||r===B.e5||r===B.e9){q.$2(B.m,6) +continue}p=a.f +if(p>=o)break +if(r===B.c4||r===B.h9){q.$2(B.m,7) +continue}if(i===B.c4){q.$2(B.bD,18) +continue}if(i===B.h9){q.$2(B.bD,8) +continue}if(i===B.ha){q.$2(B.m,8) +continue}h=i!==B.h4 +if(h&&!0)k=i==null?B.av:i +if(r===B.h4||r===B.ha){if(k!==B.c4){if(k===B.e7)--j +q.$2(B.m,9) +r=k +continue}r=B.av}if(!h||!1){a.a=k +h=k}else h=i +if(r===B.hc||h===B.hc){q.$2(B.m,11) +continue}if(h===B.h7){q.$2(B.m,12) +continue}g=h!==B.c4 +if(!(!g||h===B.e2||h===B.cP)&&r===B.h7){q.$2(B.m,12) +continue}if(g)g=r===B.h6||r===B.cO||r===B.l_||r===B.e3||r===B.h5 +else g=!1 +if(g){q.$2(B.m,13) +continue}if(h===B.cN){q.$2(B.m,14) +continue}g=h===B.hf +if(g&&r===B.cN){q.$2(B.m,15) +continue}f=h!==B.h6 +if((!f||h===B.cO)&&r===B.h8){q.$2(B.m,16) +continue}if(h===B.hb&&r===B.hb){q.$2(B.m,17) +continue}if(g||r===B.hf){q.$2(B.m,19) +continue}if(h===B.he||r===B.he){q.$2(B.bD,20) +continue}if(r===B.e2||r===B.cP||r===B.h8||h===B.kY){q.$2(B.m,21) +continue}if(a.b===B.au)g=h===B.cP||h===B.e2 +else g=!1 +if(g){q.$2(B.m,21) +continue}g=h===B.h5 +if(g&&r===B.au){q.$2(B.m,21) +continue}if(r===B.kZ){q.$2(B.m,22) +continue}e=h!==B.av +if(!((!e||h===B.au)&&r===B.bj))if(h===B.bj)d=r===B.av||r===B.au +else d=!1 +else d=!0 +if(d){q.$2(B.m,23) +continue}d=h===B.ea +if(d)c=r===B.hd||r===B.e6||r===B.e8 +else c=!1 +if(c){q.$2(B.m,23) +continue}if((h===B.hd||h===B.e6||h===B.e8)&&r===B.bE){q.$2(B.m,23) +continue}c=!d +if(!c||h===B.bE)b=r===B.av||r===B.au +else b=!1 +if(b){q.$2(B.m,24) +continue}if(!e||h===B.au)b=r===B.ea||r===B.bE +else b=!1 +if(b){q.$2(B.m,24) +continue}if(!f||h===B.cO||h===B.bj)f=r===B.bE||r===B.ea +else f=!1 +if(f){q.$2(B.m,25) +continue}f=h!==B.bE +if((!f||d)&&r===B.cN){q.$2(B.m,25) +continue}if((!f||!c||h===B.cP||h===B.e3||h===B.bj||g)&&r===B.bj){q.$2(B.m,25) +continue}g=h===B.e4 +if(g)f=r===B.e4||r===B.cR||r===B.cT||r===B.cU +else f=!1 +if(f){q.$2(B.m,26) +continue}f=h!==B.cR +if(!f||h===B.cT)c=r===B.cR||r===B.cS +else c=!1 +if(c){q.$2(B.m,26) +continue}c=h!==B.cS +if((!c||h===B.cU)&&r===B.cS){q.$2(B.m,26) +continue}if((g||!f||!c||h===B.cT||h===B.cU)&&r===B.bE){q.$2(B.m,27) +continue}if(d)g=r===B.e4||r===B.cR||r===B.cS||r===B.cT||r===B.cU +else g=!1 +if(g){q.$2(B.m,27) +continue}if(!e||h===B.au)g=r===B.av||r===B.au +else g=!1 +if(g){q.$2(B.m,28) +continue}if(h===B.e3)g=r===B.av||r===B.au +else g=!1 +if(g){q.$2(B.m,29) +continue}if(!e||h===B.au||h===B.bj)if(r===B.cN){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.m,30) +continue}if(h===B.cO){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.av||r===B.au||r===B.bj +else p=!1}else p=!1 +if(p){q.$2(B.m,30) +continue}if(r===B.e7){if((j&1)===1)q.$2(B.m,30) +else q.$2(B.bD,30) +continue}if(h===B.e6&&r===B.e8){q.$2(B.m,30) +continue}q.$2(B.bD,31)}q.$2(B.bi,3) +return a0}, +m4(a,b,c,d,e){var s,r,q,p +if(c===d)return 0 +s=a.font +if(c===$.anq&&d===$.anp&&b===$.anr&&s===$.ano)r=$.ans +else{q=c===0&&d===b.length?b:B.d.a8(b,c,d) +p=a.measureText(q).width +if(p==null)p=null +p.toString +r=p}$.anq=c +$.anp=d +$.anr=b +$.ano=s +$.ans=r +if(e==null)e=0 +return B.c.aX((e!==0?r+e*(d-c):r)*100)/100}, +ajv(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.uk(b,c,d,e,f,m,k,a1,!s,r,h,i,l,j,p,a2,o,q,a,n,a0)}, +aok(a){if(a==null)return null +return A.aoj(a.a)}, +aoj(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""}, +aA9(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.q +r=$.ai9().n7(q) +if(r!=null)return r +return null}, +ah3(a,b){var s=A.Bu(a,b) +s.toString +if(s>=48&&s<=57)return B.dY +if(s>=1632&&s<=1641)return B.kO +switch($.ai9().n7(s)){case B.q:return B.kN +case B.P:return B.kO +case null:case void 0:return B.h1}}, +Bu(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}, +axd(a,b,c){return new A.kb(a,b,A.z(t.S,c),c.h("kb<0>"))}, +axe(a,b,c,d,e){return new A.kb(A.ahc(a,b,c,e),d,A.z(t.S,e),e.h("kb<0>"))}, +ahc(a,b,c,d){var s,r,q,p,o,n=A.a([],d.h("r>")),m=a.length +for(s=d.h("c8<0>"),r=0;r=0&&q<=r))break +q+=s +if(A.axo(b,q))break}return A.m1(q,0,r)}, +axo(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=$.BL().u6(0,a,b) +q=$.BL().u6(0,a,s) +if(q===B.f2&&r===B.f3)return!1 +if(A.du(q,B.iO,B.f2,B.f3,j,j))return!0 +if(A.du(r,B.iO,B.f2,B.f3,j,j))return!0 +if(q===B.iN&&r===B.iN)return!1 +if(A.du(r,B.dA,B.dB,B.dz,j,j))return!1 +for(p=0;A.du(q,B.dA,B.dB,B.dz,j,j);){++p +s=b-p-1 +if(s<0)return!0 +o=$.BL() +n=A.Bu(a,s) +q=n==null?o.b:o.n7(n)}if(A.du(q,B.aI,B.ad,j,j,j)&&A.du(r,B.aI,B.ad,j,j,j))return!1 +m=0 +do{++m +l=$.BL().u6(0,a,b+m)}while(A.du(l,B.dA,B.dB,B.dz,j,j)) +do{++p +k=$.BL().u6(0,a,b-p-1)}while(A.du(k,B.dA,B.dB,B.dz,j,j)) +if(A.du(q,B.aI,B.ad,j,j,j)&&A.du(r,B.iL,B.dy,B.co,j,j)&&A.du(l,B.aI,B.ad,j,j,j))return!1 +if(A.du(k,B.aI,B.ad,j,j,j)&&A.du(q,B.iL,B.dy,B.co,j,j)&&A.du(r,B.aI,B.ad,j,j,j))return!1 +s=q===B.ad +if(s&&r===B.co)return!1 +if(s&&r===B.iK&&l===B.ad)return!1 +if(k===B.ad&&q===B.iK&&r===B.ad)return!1 +s=q===B.b9 +if(s&&r===B.b9)return!1 +if(A.du(q,B.aI,B.ad,j,j,j)&&r===B.b9)return!1 +if(s&&A.du(r,B.aI,B.ad,j,j,j))return!1 +if(k===B.b9&&A.du(q,B.iM,B.dy,B.co,j,j)&&r===B.b9)return!1 +if(s&&A.du(r,B.iM,B.dy,B.co,j,j)&&l===B.b9)return!1 +if(q===B.dC&&r===B.dC)return!1 +if(A.du(q,B.aI,B.ad,B.b9,B.dC,B.f1)&&r===B.f1)return!1 +if(q===B.f1&&A.du(r,B.aI,B.ad,B.b9,B.dC,j))return!1 +return!0}, +du(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}, +atL(a){switch(a){case"TextInputAction.continueAction":case"TextInputAction.next":return B.yw +case"TextInputAction.previous":return B.yF +case"TextInputAction.done":return B.y1 +case"TextInputAction.go":return B.yk +case"TextInputAction.newline":return B.y5 +case"TextInputAction.search":return B.yL +case"TextInputAction.send":return B.yM +case"TextInputAction.emergencyCall":case"TextInputAction.join":case"TextInputAction.none":case"TextInputAction.route":case"TextInputAction.unspecified":default:return B.yx}}, +ajt(a,b){switch(a){case"TextInputType.number":return b?B.xV:B.yy +case"TextInputType.phone":return B.yD +case"TextInputType.emailAddress":return B.y2 +case"TextInputType.url":return B.yY +case"TextInputType.multiline":return B.yu +case"TextInputType.none":return B.jP +case"TextInputType.text":default:return B.yU}}, +awW(a){var s +if(a==="TextCapitalization.words")s=B.w5 +else if(a==="TextCapitalization.characters")s=B.w7 +else s=a==="TextCapitalization.sentences"?B.w6:B.iA +return new A.xT(s)}, +aza(a){}, +Sq(a,b,c,d){var s,r="transparent",q="none",p=a.style +A.n(p,"white-space","pre-wrap") +A.n(p,"align-content","center") +A.n(p,"padding","0") +A.n(p,"opacity","1") +A.n(p,"color",r) +A.n(p,"background-color",r) +A.n(p,"background",r) +A.n(p,"outline",q) +A.n(p,"border",q) +A.n(p,"resize",q) +A.n(p,"text-shadow",r) +A.n(p,"transform-origin","0 0 0") +if(b){A.n(p,"top","-9999px") +A.n(p,"left","-9999px")}if(d){A.n(p,"width","0") +A.n(p,"height","0")}if(c)A.n(p,"pointer-events",q) +s=$.bQ() +if(s!==B.bd)s=s===B.A +else s=!0 +if(s)a.classList.add("transparentTextEditing") +A.n(p,"caret-color",r)}, +atJ(a6,a7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5=null +if(a6==null)return a5 +s=t.N +r=A.z(s,t.e) +q=A.z(s,t.M1) +p=A.aP(self.document,"form") +o=$.SL().gfg() instanceof A.Ic +p.noValidate=!0 +p.method="post" +p.action="#" +A.bM(p,"submit",$.aeK(),a5) +A.Sq(p,!1,o,!0) +n=J.v_(0,s) +m=A.aeY(a6,B.w4) +if(a7!=null)for(s=t.a,l=J.ji(a7,s),l=new A.dY(l,l.gu(l)),k=m.b,j=A.m(l).c,i=!o,h=a5,g=!1;l.t();){f=l.d +if(f==null)f=j.a(f) +e=J.aI(f) +d=s.a(e.k(f,"autofill")) +c=A.c3(e.k(f,"textCapitalization")) +if(c==="TextCapitalization.words")c=B.w5 +else if(c==="TextCapitalization.characters")c=B.w7 +else c=c==="TextCapitalization.sentences"?B.w6:B.iA +b=A.aeY(d,new A.xT(c)) +c=b.b +n.push(c) +if(c!==k){a=A.ajt(A.c3(J.bs(s.a(e.k(f,"inputType")),"name")),!1).za() +b.a.dL(a) +b.dL(a) +A.Sq(a,!1,o,i) +q.n(0,c,b) +r.n(0,c,a) +p.append(a) +if(g){h=a +g=!1}}else g=!0}else{n.push(m.b) +h=a5}B.b.hc(n) +for(s=n.length,a0=0,l="";a00?l+"*":l)+a1}a2=l.charCodeAt(0)==0?l:l +a3=$.Bt.k(0,a2) +if(a3!=null)a3.remove() +a4=A.aP(self.document,"input") +A.Sq(a4,!0,!1,!0) +a4.className="submitBtn" +A.Vz(a4,"submit") +p.append(a4) +return new A.W5(p,r,q,h==null?a4:h,a2)}, +aeY(a,b){var s,r=J.aI(a),q=A.c3(r.k(a,"uniqueIdentifier")),p=t.kc.a(r.k(a,"hints")),o=p==null||J.ia(p)?null:A.c3(J.kI(p)),n=A.ajr(t.a.a(r.k(a,"editingValue"))) +if(o!=null){s=$.apg().a.k(0,o) +if(s==null)s=o}else s=null +return new A.C8(n,q,s,A.cL(r.k(a,"hintText")))}, +ah8(a,b,c){var s=c.a,r=c.b,q=Math.min(s,r) +r=Math.max(s,r) +return B.d.a8(a,0,q)+b+B.d.cM(a,r)}, +awY(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.qG(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.ah8(h,g,new A.d4(f,e)) +f=a1.a +f.toString +if(m!==f){l=B.d.p(g,".") +for(e=A.e0(A.ahB(g),!0,!1).oM(0,f),e=new A.yo(e.a,e.b,e.c),d=t.Qz,b=h.length;e.t();){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.ah8(h,g,new A.d4(r,j))}else{j=l?r+a[0].length-1:r+a[0].length +i=A.ah8(h,g,new A.d4(r,j))}if(i===f){a0.c=r +a0.d=j +break}}}}a0.e=a1.b +a0.f=a1.c +return a0}, +ue(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.pa(e,r,Math.max(0,s),b,c)}, +ajr(a){var s=J.aI(a),r=A.cL(s.k(a,"text")),q=B.c.V(A.Bg(s.k(a,"selectionBase"))),p=B.c.V(A.Bg(s.k(a,"selectionExtent"))),o=A.afP(a,"composingBase"),n=A.afP(a,"composingExtent") +s=o==null?-1:o +return A.ue(q,s,n==null?-1:n,p,r)}, +ajq(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.afn(a) +r=A.aj4(a) +r=r==null?p:B.c.V(r) +q=A.aj5(a) +return A.ue(r,-1,-1,q==null?p:B.c.V(q),s)}else{s=A.afn(a) +r=A.aj5(a) +r=r==null?p:B.c.V(r) +q=A.aj4(a) +return A.ue(r,-1,-1,q==null?p:B.c.V(q),s)}}else{o=globalThis.HTMLTextAreaElement +if(o!=null&&a instanceof o){s=a.selectionDirection +if((s==null?p:s)==="backward"){s=A.aja(a) +r=A.aj8(a) +r=r==null?p:B.c.V(r) +q=A.aj9(a) +return A.ue(r,-1,-1,q==null?p:B.c.V(q),s)}else{s=A.aja(a) +r=A.aj9(a) +r=r==null?p:B.c.V(r) +q=A.aj8(a) +return A.ue(r,-1,-1,q==null?p:B.c.V(q),s)}}else throw A.d(A.V("Initialized with unsupported input type"))}}, +ajX(a){var s,r,q,p,o,n="inputType",m="autofill",l=J.aI(a),k=t.a,j=A.c3(J.bs(k.a(l.k(a,n)),"name")),i=A.Be(J.bs(k.a(l.k(a,n)),"decimal")) +j=A.ajt(j,i===!0) +i=A.cL(l.k(a,"inputAction")) +if(i==null)i="TextInputAction.done" +s=A.Be(l.k(a,"obscureText")) +r=A.Be(l.k(a,"readOnly")) +q=A.Be(l.k(a,"autocorrect")) +p=A.awW(A.c3(l.k(a,"textCapitalization"))) +k=l.a1(a,m)?A.aeY(k.a(l.k(a,m)),B.w4):null +o=A.atJ(t.nA.a(l.k(a,m)),t.kc.a(l.k(a,"fields"))) +l=A.Be(l.k(a,"enableDeltaModel")) +return new A.Z2(j,i,r===!0,s===!0,q!==!1,l===!0,k,o,p)}, +au9(a){return new A.EH(a,A.a([],t.Up),$,$,$,null)}, +aCx(){$.Bt.U(0,new A.aen())}, +aAC(){var s,r,q +for(s=$.Bt.gaD($.Bt),s=new A.d_(J.ap(s.a),s.b),r=A.m(s).z[1];s.t();){q=s.a +if(q==null)q=r.a(q) +q.remove()}$.Bt.O(0)}, +aty(a){var s=J.aI(a),r=A.n3(J.oy(t.j.a(s.k(a,"transform")),new A.VR(),t.z),!0,t.i) +return new A.VQ(A.Bg(s.k(a,"width")),A.Bg(s.k(a,"height")),new Float32Array(A.eb(r)))}, +ahG(a,b){var s=a.style +A.n(s,"transform-origin","0 0 0") +A.n(s,"transform",A.h7(b))}, +h7(a){var s=A.aev(a) +if(s===B.wg)return"matrix("+A.h(a[0])+","+A.h(a[1])+","+A.h(a[4])+","+A.h(a[5])+","+A.h(a[12])+","+A.h(a[13])+")" +else if(s===B.f0)return A.aBq(a) +else return"none"}, +aev(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.f0 +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.wf +else return B.wg}, +aBq(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.h(a[12])+"px, "+A.h(a[13])+"px, 0px)" +else return"matrix3d("+A.h(s)+","+A.h(a[1])+","+A.h(a[2])+","+A.h(a[3])+","+A.h(a[4])+","+A.h(a[5])+","+A.h(a[6])+","+A.h(a[7])+","+A.h(a[8])+","+A.h(a[9])+","+A.h(a[10])+","+A.h(a[11])+","+A.h(a[12])+","+A.h(a[13])+","+A.h(a[14])+","+A.h(a[15])+")"}, +ahP(a,b){var s=$.arb() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +A.aew(a,s) +return new A.C(s[0],s[1],s[2],s[3])}, +aew(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.ai8() +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=$.ara().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}, +aoX(a,b){return a.a<=b.a&&a.b<=b.b&&a.c>=b.c&&a.d>=b.d}, +cg(a){var s,r +if(a===4278190080)return"#000000" +if((a&4278190080)>>>0===4278190080){s=B.f.fe(a&16777215,16) +switch(s.length){case 1:return"#00000"+s +case 2:return"#0000"+s +case 3:return"#000"+s +case 4:return"#00"+s +case 5:return"#0"+s +default:return"#"+s}}else{r=""+"rgba("+B.f.i(a>>>16&255)+","+B.f.i(a>>>8&255)+","+B.f.i(a&255)+","+B.c.i((a>>>24&255)/255)+")" +return r.charCodeAt(0)==0?r:r}}, +aAE(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.R(d/255,2)+")"}, +ang(){if(A.aBQ())return"BlinkMacSystemFont" +var s=$.cX() +if(s!==B.a5)s=s===B.aS +else s=!0 +if(s)return"-apple-system, BlinkMacSystemFont" +return"Arial"}, +adD(a){var s +if(B.KH.p(0,a))return a +s=$.cX() +if(s!==B.a5)s=s===B.aS +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.ang() +return'"'+A.h(a)+'", '+A.ang()+", sans-serif"}, +m1(a,b,c){if(ac)return c +else return a}, +rS(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s")).bi(0," ")}, +d8(a,b,c){A.n(a.style,b,c)}, +ap5(a){var s=self.document.querySelector("#flutterweb-theme") +if(a!=null){if(s==null){s=A.aP(self.document,"meta") +s.id="flutterweb-theme" +s.name="theme-color" +self.document.head.append(s)}s.content=A.cg(a.a)}else if(s!=null)s.remove()}, +Bs(a,b,c,d,e,f,g,h,i){var s=$.anb +if(s==null?$.anb=a.ellipse!=null:s)A.a3(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.a3(a,"arc",[0,0,1,g,h,i]) +a.restore()}}, +ahC(a){var s +for(;a.lastChild!=null;){s=a.lastChild +if(s.parentNode!=null)s.parentNode.removeChild(s)}}, +afR(a,b,c){var s=b.h("@<0>").H(c),r=new A.yU(s.h("yU<+key,value(1,2)>")) +r.a=r +r.b=r +return new A.Fv(a,new A.u6(r,s.h("u6<+key,value(1,2)>")),A.z(b,s.h("ajo<+key,value(1,2)>")),s.h("Fv<1,2>"))}, +d0(){var s=new Float32Array(16) +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1 +return new A.bo(s)}, +auI(a){return new A.bo(a)}, +auL(a){var s=new A.bo(new Float32Array(16)) +if(s.eC(a)===0)return null +return s}, +rV(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}, +asP(a){var s=new A.Dj(a,A.alx(t.FW)) +s.Ty(a) +return s}, +at3(a){var s,r +if(a!=null)return A.asP(a) +else{s=new A.Ez(A.alx(t.tW)) +r=self.window.visualViewport +if(r==null)r=self.window +s.a=A.ca(r,"resize",s.gZB()) +return s}}, +atH(a){if(a!=null){A.atk(a) +return new A.UQ(a)}else return new A.Xm()}, +atK(a,b){var s=new A.DZ(a,b,A.dp(null,t.H),B.dx) +s.Tz(a,b) +return s}, +rY:function rY(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +T6:function T6(a,b){this.a=a +this.b=b}, +T8:function T8(a){this.a=a}, +T9:function T9(a){this.a=a}, +T7:function T7(a){this.a=a}, +tp:function tp(a,b){this.a=a +this.b=b}, +jK:function jK(a,b){this.a=a +this.b=b}, +TW:function TW(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}, +UG:function UG(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}, +Ph:function Ph(){}, +f0:function f0(a){this.a=a}, +acS:function acS(){}, +ad3:function ad3(a,b){this.a=a +this.b=b}, +ad2:function ad2(a,b){this.a=a +this.b=b}, +TS:function TS(a){this.a=a}, +Fy:function Fy(a){this.a=a +this.b=$}, +Cy:function Cy(){}, +tz:function tz(a,b){this.a=a +this.b=b}, +oQ:function oQ(a){this.a=a}, +CF:function CF(){}, +CL:function CL(){}, +oP:function oP(a,b){this.a=a +this.b=b}, +ES:function ES(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}, +Yp:function Yp(){}, +Yq:function Yq(a){this.a=a}, +Ym:function Ym(){}, +Yn:function Yn(a){this.a=a}, +Yo:function Yo(a){this.a=a}, +lf:function lf(a,b){this.a=a +this.b=b}, +na:function na(a,b){this.a=a +this.b=b}, +hz:function hz(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +vG:function vG(a){this.a=a}, +DV:function DV(a,b){this.a=a +this.b=b}, +j4:function j4(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +adM:function adM(a,b){this.a=a +this.b=b}, +adL:function adL(a,b){this.a=a +this.b=b}, +IK:function IK(a,b,c,d,e){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.f=e +_.w=_.r=null}, +a43:function a43(){}, +a44:function a44(){}, +a45:function a45(a){this.a=a}, +a46:function a46(a){this.a=a}, +a47:function a47(){}, +nv:function nv(a,b,c){this.a=a +this.b=b +this.c=c}, +lG:function lG(a,b,c){this.a=a +this.b=b +this.c=c}, +mF:function mF(a,b,c){this.a=a +this.b=b +this.c=c}, +a42:function a42(a){this.a=a}, +EY:function EY(a){this.a=a}, +mj:function mj(a,b){var _=this +_.a=$ +_.b=a +_.c=b +_.d=!1}, +CC:function CC(){}, +yC:function yC(a,b){this.a=a +this.b=b +this.d=$}, +Cx:function Cx(a,b,c,d){var _=this +_.a=$ +_.b=a +_.c=b +_.d=0 +_.e=-1 +_.f=c +_.r=d +_.w=!1}, +tA:function tA(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=$ +_.f=!1 +_.r=0 +_.w=null +_.x=d}, +dX:function dX(){}, +a12:function a12(a){this.c=a}, +a0h:function a0h(a,b){this.a=a +this.b=b}, +p0:function p0(){}, +I2:function I2(a,b){this.c=a +this.a=null +this.b=b}, +CR:function CR(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +CV:function CV(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +CT:function CT(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Ge:function Ge(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +y8:function y8(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +Gc:function Gc(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +F0:function F0(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +YJ:function YJ(a,b){this.a=a +this.b=b}, +GR:function GR(a,b,c){var _=this +_.c=a +_.d=b +_.a=null +_.b=c}, +D_:function D_(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +Fh:function Fh(a){this.a=a}, +ZD:function ZD(a){this.a=a +this.b=$}, +ZE:function ZE(a,b){this.a=a +this.b=b}, +Xi:function Xi(a,b,c){this.a=a +this.b=b +this.c=c}, +Xj:function Xj(a,b,c){this.a=a +this.b=b +this.c=c}, +Xk:function Xk(a,b,c){this.a=a +this.b=b +this.c=c}, +UB:function UB(){}, +U8:function U8(a,b){this.a=a +this.b=b +this.c=$}, +CG:function CG(a){this.a=a}, +ad5:function ad5(){}, +a_N:function a_N(){}, +dS:function dS(a,b){this.a=null +this.b=a +this.$ti=b}, +D8:function D8(a,b){var _=this +_.a=$ +_.b=1 +_.c=a +_.$ti=b}, +oR:function oR(a,b,c,d,e,f){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.e=c +_.f=0 +_.r=d +_.w=e +_.x=!0 +_.y=4278190080 +_.z=!1 +_.ax=_.at=_.as=_.Q=null +_.ay=f +_.CW=_.ch=null +_.cx=0}, +U9:function U9(a){this.a=a}, +tB:function tB(a){this.a=$ +this.b=a}, +CK:function CK(){this.a=$ +this.b=!1 +this.c=null}, +kP:function kP(){this.b=this.a=null}, +a1d:function a1d(a,b){this.a=a +this.b=b}, +oO:function oO(a,b){this.a=a +this.b=b}, +Cq:function Cq(){var _=this +_.a=null +_.b=$ +_.c=null +_.d=$}, +TT:function TT(a){this.a=a}, +IH:function IH(){}, +CA:function CA(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=$}, +CB:function CB(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=$}, +Cz:function Cz(a,b,c,d,e,f,g,h){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.a=$}, +CD:function CD(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=null +_.r=$ +_.w=!1}, +xI:function xI(a,b){this.a=a +this.b=b}, +iW:function iW(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}, +a4J:function a4J(a){this.a=a}, +CM:function CM(a,b){this.a=a +this.b=b +this.c=!1}, +J8:function J8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=$ +_.d=c +_.e=d}, +CJ:function CJ(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +tC:function tC(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=$}, +Ub:function Ub(a){this.a=a}, +CI:function CI(a){var _=this +_.a=$ +_.b=-1/0 +_.c=a +_.d=0 +_.e=!1 +_.z=_.y=_.x=_.w=_.r=_.f=0 +_.Q=$ +_.as=!1}, +CE:function CE(a){this.a=a}, +Ua:function Ua(a,b,c){this.a=a +this.b=b +this.e=c}, +ad8:function ad8(a){this.a=a}, +uZ:function uZ(a,b){this.a=a +this.b=b}, +Cp:function Cp(a){this.a=a}, +CN:function CN(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=$}, +Uc:function Uc(a){this.a=a}, +tG:function tG(a,b){this.a=a +this.b=b}, +Ut:function Ut(a,b){this.a=a +this.b=b}, +Uu:function Uu(a,b){this.a=a +this.b=b}, +Uo:function Uo(a){this.a=a}, +Up:function Up(a,b){this.a=a +this.b=b}, +Un:function Un(a){this.a=a}, +Ur:function Ur(a){this.a=a}, +Us:function Us(a){this.a=a}, +Uq:function Uq(a){this.a=a}, +Ul:function Ul(){}, +Um:function Um(){}, +Wu:function Wu(){}, +Wv:function Wv(){}, +D0:function D0(a,b){this.a=a +this.b=b}, +ms:function ms(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +WO:function WO(){this.a=!1 +this.b=null}, +DY:function DY(a){this.b=a +this.d=null}, +a2U:function a2U(){}, +Vx:function Vx(a){this.a=a}, +VA:function VA(){}, +EV:function EV(a,b){this.a=a +this.b=b}, +Yr:function Yr(a){this.a=a}, +EU:function EU(a,b){this.a=a +this.b=b}, +ET:function ET(a,b){this.a=a +this.b=b}, +DP:function DP(a,b,c){this.a=a +this.b=b +this.c=c}, +u3:function u3(a,b){this.a=a +this.b=b}, +adG:function adG(a){this.a=a}, +adw:function adw(){}, +LG:function LG(a,b){this.a=a +this.b=-1 +this.$ti=b}, +dw:function dw(a,b){this.a=a +this.$ti=b}, +LL:function LL(a,b){this.a=a +this.b=-1 +this.$ti=b}, +ki:function ki(a,b){this.a=a +this.$ti=b}, +DN:function DN(a,b){this.a=a +this.b=$ +this.$ti=b}, +Ep:function Ep(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null +_.y=_.x=_.w=_.r=_.f=$}, +W8:function W8(){}, +If:function If(a,b){this.a=a +this.b=b}, +nC:function nC(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Pg:function Pg(a,b){this.a=a +this.b=b}, +a2H:function a2H(){}, +aep:function aep(){}, +aeo:function aeo(){}, +X8:function X8(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=$}, +X9:function X9(){}, +Xa:function Xa(){}, +Xb:function Xb(){}, +Xc:function Xc(){}, +Xd:function Xd(){}, +Xe:function Xe(){}, +Xg:function Xg(a){this.a=a}, +Xh:function Xh(){}, +Xf:function Xf(a){this.a=a}, +QR:function QR(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Ec:function Ec(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.f=null}, +WA:function WA(a,b,c){this.a=a +this.b=b +this.c=c}, +pj:function pj(a,b){this.a=a +this.b=b}, +mG:function mG(a,b){this.a=a +this.b=b}, +uG:function uG(a){this.a=a}, +adQ:function adQ(a){this.a=a}, +adR:function adR(a){this.a=a}, +adS:function adS(){}, +adP:function adP(){}, +dD:function dD(){}, +Ev:function Ev(){}, +uE:function uE(){}, +uF:function uF(){}, +td:function td(){}, +eH:function eH(a){this.a=a}, +Da:function Da(a){this.b=this.a=null +this.$ti=a}, +qZ:function qZ(a,b,c){this.a=a +this.b=b +this.$ti=c}, +jn:function jn(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}, +c_:function c_(a){this.b=a}, +a4D:function a4D(a){this.a=a}, +yP:function yP(){}, +wb:function wb(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.eF$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +GL:function GL(a,b,c,d,e,f){var _=this +_.CW=a +_.cx=b +_.eF$=c +_.x=d +_.a=e +_.b=-1 +_.c=f +_.w=_.r=_.f=_.e=_.d=null}, +wa:function wa(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}, +wc:function wc(a,b,c,d){var _=this +_.CW=null +_.cx=a +_.cy=null +_.x=b +_.a=c +_.b=-1 +_.c=d +_.w=_.r=_.f=_.e=_.d=null}, +a4N:function a4N(a,b,c){this.a=a +this.b=b +this.c=c}, +a4M:function a4M(a,b){this.a=a +this.b=b}, +Vs:function Vs(a,b,c,d){var _=this +_.a=a +_.Lf$=b +_.pC$=c +_.iV$=d}, +wd:function wd(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}, +we:function we(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}, +wf:function wf(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}, +qy:function qy(a){this.a=a +this.b=!1}, +J9:function J9(){var _=this +_.e=_.d=_.c=_.b=_.a=null +_.f=!0 +_.r=4278190080 +_.z=_.y=_.x=_.w=null}, +fB:function fB(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +a1a:function a1a(){var _=this +_.d=_.c=_.b=_.a=0}, +UC:function UC(){var _=this +_.d=_.c=_.b=_.a=0}, +KY:function KY(){this.b=this.a=null}, +UI:function UI(){var _=this +_.d=_.c=_.b=_.a=0}, +nQ:function nQ(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.e=_.d=-1}, +a0u:function a0u(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=0 +_.f=-1 +_.Q=_.z=_.y=_.x=_.w=_.r=0}, +pX:function pX(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}, +nh:function nh(a){var _=this +_.a=a +_.b=-1 +_.e=_.d=_.c=0}, +jV:function jV(){this.b=this.a=null}, +a41:function a41(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a0v:function a0v(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=0 +_.f=d}, +lg:function lg(a,b){this.a=a +this.b=b}, +GO:function GO(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}, +a0z:function a0z(a){this.a=a}, +a1A:function a1A(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.f=_.e=!1 +_.r=1}, +cj:function cj(){}, +ua:function ua(){}, +w3:function w3(){}, +Gz:function Gz(){}, +GD:function GD(a,b){this.a=a +this.b=b}, +GB:function GB(a,b){this.a=a +this.b=b}, +GA:function GA(a){this.a=a}, +GC:function GC(a){this.a=a}, +Gm:function Gm(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gl:function Gl(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gk:function Gk(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gq:function Gq(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gs:function Gs(a){var _=this +_.f=a +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gy:function Gy(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gw:function Gw(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gv:function Gv(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Go:function Go(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.x=null +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gr:function Gr(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gn:function Gn(a,b,c){var _=this +_.f=a +_.r=b +_.w=c +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gu:function Gu(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gx:function Gx(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gp:function Gp(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +Gt:function Gt(a,b){var _=this +_.f=a +_.r=b +_.a=!1 +_.c=_.b=-1/0 +_.e=_.d=1/0}, +aaR:function aaR(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}, +a24:function a24(){var _=this +_.d=_.c=_.b=_.a=!1}, +Ja:function Ja(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1}, +oo:function oo(){}, +Yk:function Yk(){this.b=this.a=$}, +Yl:function Yl(){}, +qz:function qz(a){this.a=a}, +wg:function wg(a,b,c){var _=this +_.CW=null +_.x=a +_.a=b +_.b=-1 +_.c=c +_.w=_.r=_.f=_.e=_.d=null}, +a4E:function a4E(a){this.a=a}, +a4G:function a4G(a){this.a=a}, +a4H:function a4H(a){this.a=a}, +mt:function mt(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=d +_.r=_.f=!1}, +a0_:function a0_(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a00:function a00(){}, +a3S:function a3S(){this.a=null +this.b=!1}, +pd:function pd(){}, +EJ:function EJ(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f}, +XT:function XT(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +pm:function pm(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f}, +XU:function XU(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +EI:function EI(a,b,c,d,e,f,g,h){var _=this +_.x=a +_.y=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h}, +jv:function jv(){}, +zo:function zo(a,b){this.a=a +this.b=b}, +E_:function E_(){}, +pM:function pM(a,b){this.b=a +this.c=b +this.a=null}, +pK:function pK(a){this.b=a +this.a=null}, +IE:function IE(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}, +iU:function iU(a,b){this.b=a +this.c=b +this.d=1}, +nL:function nL(a,b,c){this.a=a +this.b=b +this.c=c}, +adE:function adE(){}, +ni:function ni(a,b){this.a=a +this.b=b}, +cU:function cU(){}, +GN:function GN(){}, +de:function de(){}, +a0y:function a0y(){}, +lV:function lV(a,b,c){this.a=a +this.b=b +this.c=c}, +a13:function a13(){this.a=0}, +wh:function wh(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}, +ER:function ER(){}, +Ye:function Ye(a,b,c){this.a=a +this.b=b +this.c=c}, +Yf:function Yf(a,b){this.a=a +this.b=b}, +Yc:function Yc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Yd:function Yd(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +EQ:function EQ(a){this.a=a}, +xt:function xt(a){this.a=a}, +uP:function uP(a,b,c){var _=this +_.a=a +_.c=_.b=!1 +_.d=b +_.e=c}, +Cl:function Cl(){}, +TA:function TA(){}, +TB:function TB(a){this.a=a}, +t0:function t0(a,b){this.a=a +this.b=b}, +jC:function jC(a,b){this.a=a +this.b=b}, +mp:function mp(a,b){this.a=a +this.b=b}, +ae4:function ae4(){}, +ae5:function ae5(a){this.a=a}, +ae3:function ae3(a){this.a=a}, +ae6:function ae6(){}, +WP:function WP(a){this.a=a}, +WQ:function WQ(a){this.a=a}, +WN:function WN(a){this.a=a}, +adW:function adW(a,b){this.a=a +this.b=b}, +adU:function adU(a,b){this.a=a +this.b=b}, +adV:function adV(a){this.a=a}, +ada:function ada(){}, +adb:function adb(){}, +adc:function adc(){}, +add:function add(){}, +ade:function ade(){}, +adf:function adf(){}, +adg:function adg(){}, +adh:function adh(){}, +acR:function acR(a,b,c){this.a=a +this.b=b +this.c=c}, +Fe:function Fe(a){this.a=$ +this.b=a}, +Zl:function Zl(a){this.a=a}, +Zm:function Zm(a){this.a=a}, +Zn:function Zn(a){this.a=a}, +Zp:function Zp(a){this.a=a}, +iw:function iw(a){this.a=a}, +Zq:function Zq(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=!1 +_.f=d +_.r=e}, +Zw:function Zw(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Zx:function Zx(a){this.a=a}, +Zy:function Zy(a,b,c){this.a=a +this.b=b +this.c=c}, +Zz:function Zz(a,b){this.a=a +this.b=b}, +Zs:function Zs(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Zt:function Zt(a,b,c){this.a=a +this.b=b +this.c=c}, +Zu:function Zu(a,b){this.a=a +this.b=b}, +Zv:function Zv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Zr:function Zr(a,b,c){this.a=a +this.b=b +this.c=c}, +ZA:function ZA(a,b){this.a=a +this.b=b}, +UF:function UF(a){this.a=a +this.b=!0}, +a_j:function a_j(a){this.a=a}, +aej:function aej(){}, +Tz:function Tz(){}, +vF:function vF(a){var _=this +_.d=a +_.a=_.e=$ +_.c=_.b=!1}, +a_u:function a_u(){}, +xs:function xs(a,b){var _=this +_.d=a +_.e=b +_.f=null +_.a=$ +_.c=_.b=!1}, +a4_:function a4_(){}, +a40:function a40(){}, +jJ:function jJ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=0 +_.f=e}, +ux:function ux(a){this.a=a +this.b=$ +this.c=0}, +Wz:function Wz(){}, +E1:function E1(){this.a=null +this.b=$ +this.c=!1}, +E0:function E0(a){this.a=!1 +this.b=a}, +EN:function EN(a,b){this.a=a +this.b=b +this.c=$}, +E2:function E2(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}, +Wl:function Wl(a,b,c){this.a=a +this.b=b +this.c=c}, +Wk:function Wk(a,b){this.a=a +this.b=b}, +Wg:function Wg(a,b){this.a=a +this.b=b}, +Wh:function Wh(a,b){this.a=a +this.b=b}, +Wi:function Wi(){}, +Wj:function Wj(a,b){this.a=a +this.b=b}, +Wf:function Wf(a){this.a=a}, +We:function We(a){this.a=a}, +Wd:function Wd(a){this.a=a}, +Wm:function Wm(a,b){this.a=a +this.b=b}, +ae8:function ae8(a,b,c){this.a=a +this.b=b +this.c=c}, +K_:function K_(){}, +GT:function GT(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}, +a0L:function a0L(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a0M:function a0M(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a0N:function a0N(a,b){this.b=a +this.c=b}, +a2F:function a2F(){}, +a2G:function a2G(){}, +GX:function GX(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.e=$}, +a1_:function a1_(){}, +zi:function zi(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a7z:function a7z(){}, +a7A:function a7A(a){this.a=a}, +R0:function R0(){}, +ja:function ja(a,b){this.a=a +this.b=b}, +o9:function o9(){this.a=0}, +aaV:function aaV(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +aaX:function aaX(){}, +aaW:function aaW(a,b,c){this.a=a +this.b=b +this.c=c}, +aaY:function aaY(a){this.a=a}, +aaZ:function aaZ(a){this.a=a}, +ab_:function ab_(a){this.a=a}, +ab0:function ab0(a){this.a=a}, +ab1:function ab1(a){this.a=a}, +ab2:function ab2(a){this.a=a}, +ac6:function ac6(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +ac7:function ac7(a,b,c){this.a=a +this.b=b +this.c=c}, +ac8:function ac8(a){this.a=a}, +ac9:function ac9(a){this.a=a}, +aca:function aca(a){this.a=a}, +acb:function acb(a){this.a=a}, +aat:function aat(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +aau:function aau(a,b,c){this.a=a +this.b=b +this.c=c}, +aav:function aav(a){this.a=a}, +aaw:function aaw(a){this.a=a}, +aax:function aax(a){this.a=a}, +aay:function aay(a){this.a=a}, +aaz:function aaz(a){this.a=a}, +rs:function rs(a,b){this.a=null +this.b=a +this.c=b}, +a0Q:function a0Q(a){this.a=a +this.b=0}, +a0R:function a0R(a,b){this.a=a +this.b=b}, +ag8:function ag8(){}, +a1f:function a1f(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=0 +_.e=b}, +a1g:function a1g(a){this.a=a}, +a1h:function a1h(a){this.a=a}, +a1i:function a1i(a){this.a=a}, +a1k:function a1k(a,b,c){this.a=a +this.b=b +this.c=c}, +a1l:function a1l(a){this.a=a}, +EG:function EG(a){this.a=a}, +EF:function EF(a){var _=this +_.a=a +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=_.e=_.d=_.c=null}, +a02:function a02(a,b){var _=this +_.b=_.a=null +_.c=a +_.d=b}, +tc:function tc(a,b){this.a=a +this.b=b}, +SO:function SO(a,b){this.a=a +this.b=b}, +SP:function SP(a){this.a=a}, +yB:function yB(a,b){this.a=a +this.b=b}, +U4:function U4(a,b,c){var _=this +_.e=a +_.a=b +_.b=c +_.c=null}, +DE:function DE(a,b){this.a=a +this.b=b +this.c=null}, +qa:function qa(a,b){this.d=null +this.a=a +this.b=b}, +a2v:function a2v(a){this.a=a}, +pi:function pi(a,b,c){this.d=a +this.a=b +this.b=c}, +oz:function oz(a){this.a=a +this.b=null}, +SR:function SR(a){this.a=a}, +SS:function SS(a){this.a=a}, +SQ:function SQ(a,b,c){this.a=a +this.b=b +this.c=c}, +YQ:function YQ(a,b){var _=this +_.e=null +_.a=a +_.b=b +_.c=null}, +YY:function YY(a,b,c,d){var _=this +_.e=a +_.f=b +_.r=1 +_.w=null +_.x=!1 +_.a=c +_.b=d +_.c=null}, +YZ:function YZ(a,b){this.a=a +this.b=b}, +Z_:function Z_(a){this.a=a}, +va:function va(a,b){this.a=a +this.b=b}, +n4:function n4(a,b){this.d=null +this.a=a +this.b=b}, +a0O:function a0O(a,b){this.a=a +this.b=b +this.c=null}, +a37:function a37(a,b,c){var _=this +_.e=null +_.f=a +_.r=null +_.w=0 +_.a=b +_.b=c +_.c=null}, +a3e:function a3e(a){this.a=a}, +a3f:function a3f(a){this.a=a}, +a3g:function a3g(a){this.a=a}, +pc:function pc(a){this.a=a}, +W4:function W4(a){this.a=a}, +ID:function ID(a){this.a=a}, +IB:function IB(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}, +hC:function hC(a,b){this.a=a +this.b=b}, +nz:function nz(a,b){this.a=a +this.b=b}, +H1:function H1(){}, +Xu:function Xu(a,b){this.a=a +this.b=b +this.c=null}, +jX:function jX(){}, +nJ:function nJ(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}, +a3E:function a3E(a){this.a=a}, +ST:function ST(a,b){this.a=a +this.b=b}, +mI:function mI(a,b){this.a=a +this.b=b}, +xi:function xi(a,b){this.a=a +this.b=b}, +Wn:function Wn(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}, +Wo:function Wo(a){this.a=a}, +Wp:function Wp(a,b){this.a=a +this.b=b}, +Wr:function Wr(){}, +Wq:function Wq(a){this.a=a}, +ui:function ui(a,b){this.a=a +this.b=b}, +a3z:function a3z(a){this.a=a}, +a3v:function a3v(){}, +V2:function V2(){this.a=null}, +V3:function V3(a){this.a=a}, +a_b:function a_b(){var _=this +_.b=_.a=null +_.c=0 +_.d=!1}, +a_d:function a_d(a){this.a=a}, +a_c:function a_c(a){this.a=a}, +TG:function TG(a,b){this.a=a +this.b=b +this.c=null}, +xO:function xO(a,b){this.d=null +this.a=a +this.b=b}, +a5a:function a5a(a){this.a=a}, +a3L:function a3L(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}, +a5f:function a5f(a,b){var _=this +_.f=_.e=null +_.a=a +_.b=b +_.c=null}, +a5g:function a5g(a){this.a=a}, +a5h:function a5h(a){this.a=a}, +a5i:function a5i(a){this.a=a}, +a5j:function a5j(a,b){this.a=a +this.b=b}, +a5k:function a5k(a){this.a=a}, +a5l:function a5l(a){this.a=a}, +a5m:function a5m(a){this.a=a}, +je:function je(){}, +ML:function ML(){}, +JL:function JL(a,b){this.a=a +this.b=b}, +fN:function fN(a,b){this.a=a +this.b=b}, +Z7:function Z7(){}, +Z9:function Z9(){}, +a4r:function a4r(){}, +a4t:function a4t(a,b){this.a=a +this.b=b}, +a4v:function a4v(){}, +a6M:function a6M(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c}, +He:function He(a){this.a=a +this.b=0}, +a4I:function a4I(a,b){this.a=a +this.b=b}, +Cr:function Cr(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1 +_.f=null +_.w=_.r=$ +_.x=null +_.y=!1}, +TV:function TV(){}, +w5:function w5(a,b,c){this.a=a +this.b=b +this.c=c}, +qx:function qx(){}, +Cv:function Cv(a,b){this.b=a +this.c=b +this.a=null}, +I3:function I3(a){this.b=a +this.a=null}, +TU:function TU(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=f +_.w=!0}, +Yg:function Yg(){}, +Yh:function Yh(a,b,c){this.a=a +this.b=b +this.c=c}, +Yi:function Yi(a){this.a=a}, +Yj:function Yj(a){this.a=a}, +a5o:function a5o(){}, +a5n:function a5n(){}, +ZF:function ZF(a,b){this.b=a +this.a=b}, +a8l:function a8l(){}, +hw:function hw(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.u2$=a +_.n0$=b +_.ee$=c +_.ic$=d +_.jO$=e +_.jP$=f +_.jQ$=g +_.de$=h +_.df$=i +_.c=j +_.d=k +_.e=l +_.f=m +_.r=n +_.w=o +_.a=p +_.b=q}, +a9c:function a9c(){}, +a9d:function a9d(){}, +a9b:function a9b(){}, +DU:function DU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.u2$=a +_.n0$=b +_.ee$=c +_.ic$=d +_.jO$=e +_.jP$=f +_.jQ$=g +_.de$=h +_.df$=i +_.c=j +_.d=k +_.e=l +_.f=m +_.r=n +_.w=o +_.a=p +_.b=q}, +lC:function lC(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=$}, +ZI:function ZI(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}, +IZ:function IZ(a){this.a=a +this.c=this.b=null}, +l7:function l7(a,b){this.a=a +this.b=b}, +Ww:function Ww(a){this.a=a}, +a6E:function a6E(a,b){this.b=a +this.a=b}, +l6:function l6(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=e}, +acV:function acV(a,b,c){this.a=a +this.b=b +this.c=c}, +I9:function I9(a){this.a=a}, +a5H:function a5H(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}, +iL:function iL(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}, +uj:function uj(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}, +uk:function uk(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=$}, +xV:function xV(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=$}, +a5c:function a5c(a){this.a=a +this.b=null}, +Jl:function Jl(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=c +_.r=_.f=$}, +pk:function pk(a,b){this.a=a +this.b=b}, +mc:function mc(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=d}, +yD:function yD(a,b){this.a=a +this.b=b}, +c8:function c8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +kb:function kb(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +M6:function M6(a,b,c){this.c=a +this.a=b +this.b=c}, +Ty:function Ty(a){this.a=a}, +D3:function D3(){}, +Wb:function Wb(){}, +a_X:function a_X(){}, +Ws:function Ws(){}, +VC:function VC(){}, +XS:function XS(){}, +a_W:function a_W(){}, +a14:function a14(){}, +a3i:function a3i(){}, +a3N:function a3N(){}, +Wc:function Wc(){}, +a_Z:function a_Z(){}, +a5B:function a5B(){}, +a01:function a01(){}, +UV:function UV(){}, +a0B:function a0B(){}, +W1:function W1(){}, +a6z:function a6z(){}, +FU:function FU(){}, +qF:function qF(a,b){this.a=a +this.b=b}, +xT:function xT(a){this.a=a}, +W5:function W5(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +W6:function W6(a,b){this.a=a +this.b=b}, +W7:function W7(a,b,c){this.a=a +this.b=b +this.c=c}, +C8:function C8(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +qG:function qG(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}, +pa:function pa(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Z2:function Z2(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}, +EH:function EH(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}, +Ic:function Ic(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}, +a2E:function a2E(a){this.a=a}, +tW:function tW(){}, +UY:function UY(a){this.a=a}, +UZ:function UZ(){}, +V_:function V_(){}, +V0:function V0(){}, +Yv:function Yv(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}, +Yy:function Yy(a){this.a=a}, +Yz:function Yz(a,b){this.a=a +this.b=b}, +Yw:function Yw(a){this.a=a}, +Yx:function Yx(a){this.a=a}, +T2:function T2(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}, +T3:function T3(a){this.a=a}, +WD:function WD(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}, +WF:function WF(a){this.a=a}, +WG:function WG(a){this.a=a}, +WE:function WE(a){this.a=a}, +a5q:function a5q(){}, +a5v:function a5v(a,b){this.a=a +this.b=b}, +a5C:function a5C(){}, +a5x:function a5x(a){this.a=a}, +a5A:function a5A(){}, +a5w:function a5w(a){this.a=a}, +a5z:function a5z(a){this.a=a}, +a5p:function a5p(){}, +a5s:function a5s(){}, +a5y:function a5y(){}, +a5u:function a5u(){}, +a5t:function a5t(){}, +a5r:function a5r(a){this.a=a}, +aen:function aen(){}, +a5d:function a5d(a){this.a=a}, +a5e:function a5e(a){this.a=a}, +Ys:function Ys(){var _=this +_.a=$ +_.b=null +_.c=!1 +_.d=null +_.f=$}, +Yu:function Yu(a){this.a=a}, +Yt:function Yt(a){this.a=a}, +VS:function VS(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +VQ:function VQ(a,b,c){this.a=a +this.b=b +this.c=c}, +VR:function VR(){}, +y9:function y9(a,b){this.a=a +this.b=b}, +adC:function adC(){}, +Fv:function Fv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +bo:function bo(a){this.a=a}, +WB:function WB(a){this.a=a +this.c=this.b=0}, +Dj:function Dj(a,b){this.a=a +this.b=$ +this.c=b}, +UP:function UP(a){this.a=a}, +UO:function UO(){}, +V8:function V8(){}, +Ez:function Ez(a){this.a=$ +this.b=a}, +UQ:function UQ(a){this.b=a +this.a=null}, +UR:function UR(a){this.a=a}, +W2:function W2(){}, +Xm:function Xm(){this.a=null}, +Xn:function Xn(a){this.a=a}, +DZ:function DZ(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=null +_.f=c +_.r=$ +_.w=d +_.x=null}, +W9:function W9(a){this.a=a}, +Wa:function Wa(a,b){this.a=a +this.b=b}, +K0:function K0(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Lv:function Lv(){}, +LF:function LF(){}, +MT:function MT(){}, +MU:function MU(){}, +MV:function MV(){}, +NP:function NP(){}, +NQ:function NQ(){}, +Rx:function Rx(){}, +RG:function RG(){}, +afM:function afM(){}, +aB1(){return $}, +bL(a,b,c){if(b.h("R<0>").b(a))return new A.yY(a,b.h("@<0>").H(c).h("yY<1,2>")) +return new A.mh(a,b.h("@<0>").H(c).h("mh<1,2>"))}, +jF(a){return new A.fb("Field '"+a+"' has not been initialized.")}, +iE(a){return new A.fb("Local '"+a+"' has not been initialized.")}, +ZC(a){return new A.fb("Local '"+a+"' has already been initialized.")}, +asC(a){return new A.ik(a)}, +adY(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +aC7(a,b){var s=A.adY(a.charCodeAt(b)),r=A.adY(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}, +dt(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +awP(a,b,c){return A.dt(A.x(A.x(c,a),b))}, +awQ(a,b,c,d,e){return A.dt(A.x(A.x(A.x(A.x(e,a),b),c),d))}, +ec(a,b,c){return a}, +ahv(a){var s,r +for(s=$.ot.length,r=0;rc)A.a2(A.bI(b,0,c,"start",null))}return new A.U(a,b,c,d.h("U<0>"))}, +vq(a,b,c,d){if(t.Ee.b(a))return new A.mr(a,b,c.h("@<0>").H(d).h("mr<1,2>")) +return new A.en(a,b,c.h("@<0>").H(d).h("en<1,2>"))}, +awS(a,b,c){var s="takeCount" +A.C0(b,s) +A.e_(b,s) +if(t.Ee.b(a))return new A.ug(a,b,c.h("ug<0>")) +return new A.nT(a,b,c.h("nT<0>"))}, +alr(a,b,c){var s="count" +if(t.Ee.b(a)){A.C0(b,s) +A.e_(b,s) +return new A.pb(a,b,c.h("pb<0>"))}A.C0(b,s) +A.e_(b,s) +return new A.k_(a,b,c.h("k_<0>"))}, +ajE(a,b,c){if(c.h("R<0>").b(b))return new A.uf(a,b,c.h("uf<0>")) +return new A.jy(a,b,c.h("jy<0>"))}, +bV(){return new A.hN("No element")}, +afJ(){return new A.hN("Too many elements")}, +ajY(){return new A.hN("Too few elements")}, +i_:function i_(){}, +Cs:function Cs(a,b){this.a=a +this.$ti=b}, +mh:function mh(a,b){this.a=a +this.$ti=b}, +yY:function yY(a,b){this.a=a +this.$ti=b}, +yA:function yA(){}, +eh:function eh(a,b){this.a=a +this.$ti=b}, +jr:function jr(a,b,c){this.a=a +this.b=b +this.$ti=c}, +mi:function mi(a,b){this.a=a +this.$ti=b}, +TZ:function TZ(a,b){this.a=a +this.b=b}, +TY:function TY(a,b){this.a=a +this.b=b}, +TX:function TX(a){this.a=a}, +jq:function jq(a,b){this.a=a +this.$ti=b}, +fb:function fb(a){this.a=a}, +ik:function ik(a){this.a=a}, +aef:function aef(){}, +a3O:function a3O(){}, +R:function R(){}, +aY:function aY(){}, +U:function U(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +dY:function dY(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +en:function en(a,b,c){this.a=a +this.b=b +this.$ti=c}, +mr:function mr(a,b,c){this.a=a +this.b=b +this.$ti=c}, +d_:function d_(a,b){this.a=null +this.b=a +this.c=b}, +ad:function ad(a,b,c){this.a=a +this.b=b +this.$ti=c}, +b_:function b_(a,b,c){this.a=a +this.b=b +this.$ti=c}, +qS:function qS(a,b){this.a=a +this.b=b}, +jx:function jx(a,b,c){this.a=a +this.b=b +this.$ti=c}, +E8:function E8(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +nT:function nT(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ug:function ug(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Jh:function Jh(a,b){this.a=a +this.b=b}, +k_:function k_(a,b,c){this.a=a +this.b=b +this.$ti=c}, +pb:function pb(a,b,c){this.a=a +this.b=b +this.$ti=c}, +IL:function IL(a,b){this.a=a +this.b=b}, +xv:function xv(a,b,c){this.a=a +this.b=b +this.$ti=c}, +IM:function IM(a,b){this.a=a +this.b=b +this.c=!1}, +f7:function f7(a){this.$ti=a}, +DW:function DW(){}, +jy:function jy(a,b,c){this.a=a +this.b=b +this.$ti=c}, +uf:function uf(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Eu:function Eu(a,b){this.a=a +this.b=b}, +hU:function hU(a,b){this.a=a +this.$ti=b}, +qT:function qT(a,b){this.a=a +this.$ti=b}, +uz:function uz(){}, +JP:function JP(){}, +qQ:function qQ(){}, +cI:function cI(a,b){this.a=a +this.$ti=b}, +k4:function k4(a){this.a=a}, +B3:function B3(){}, +af6(a,b,c){var s,r,q,p,o,n,m=A.n3(new A.aB(a,A.m(a).h("aB<1>")),!0,b),l=m.length,k=0 +while(!0){if(!(k").H(c).h("b0<1,2>")) +n.$keys=m +return n}return new A.mm(A.auv(a,b,c),b.h("@<0>").H(c).h("mm<1,2>"))}, +af7(){throw A.d(A.V("Cannot modify unmodifiable Map"))}, +af8(){throw A.d(A.V("Cannot modify constant Set"))}, +aBK(a,b){var s=new A.iB(a,b.h("iB<0>")) +s.TD(a) +return s}, +apf(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aow(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +h(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.ee(a) +return s}, +K(a,b,c,d,e,f){return new A.v1(a,c,d,e,f)}, +aGC(a,b,c,d,e,f){return new A.v1(a,c,d,e,f)}, +eN(a){var s,r=$.akR +if(r==null)r=$.akR=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +ag7(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.bI(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)}, +H3(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.em(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +a18(a){return A.avA(a)}, +avA(a){var s,r,q,p +if(a instanceof A.F)return A.eX(A.a9(a),null) +s=J.i7(a) +if(s===B.DL||s===B.DS||t.kk.b(a)){r=B.jN(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.eX(A.a9(a),null)}, +akT(a){if(a==null||typeof a=="number"||A.kz(a))return J.ee(a) +if(typeof a=="string")return JSON.stringify(a) +if(a instanceof A.kQ)return a.i(0) +if(a instanceof A.i2)return a.Il(!0) +return"Instance of '"+A.a18(a)+"'"}, +avB(){return Date.now()}, +avJ(){var s,r +if($.a19!==0)return +$.a19=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 +$.a19=1e6 +$.H4=new A.a17(r)}, +akQ(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.avK(a)}return A.akQ(a)}, +avL(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.bI(a,0,1114111,null,null))}, +fm(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +avI(a){return a.b?A.fm(a).getUTCFullYear()+0:A.fm(a).getFullYear()+0}, +avG(a){return a.b?A.fm(a).getUTCMonth()+1:A.fm(a).getMonth()+1}, +avC(a){return a.b?A.fm(a).getUTCDate()+0:A.fm(a).getDate()+0}, +avD(a){return a.b?A.fm(a).getUTCHours()+0:A.fm(a).getHours()+0}, +avF(a){return a.b?A.fm(a).getUTCMinutes()+0:A.fm(a).getMinutes()+0}, +avH(a){return a.b?A.fm(a).getUTCSeconds()+0:A.fm(a).getSeconds()+0}, +avE(a){return a.b?A.fm(a).getUTCMilliseconds()+0:A.fm(a).getMilliseconds()+0}, +lo(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +B.b.C(s,b) +q.b="" +if(c!=null&&c.a!==0)c.U(0,new A.a16(q,r,s)) +return J.arK(a,new A.v1(B.M_,0,s,r,0))}, +akS(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.avz(a,b,c)}, +avz(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.a6(b,!0,t.z),f=g.length,e=a.$R +if(fn)return A.lo(a,g,null) +if(fe)return A.lo(a,g,c) +if(g===b)g=A.a6(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return A.cq(b,s,a,null,r) +return A.H9(b,r)}, +aBe(a,b,c){if(a>c)return A.bI(a,0,c,"start",null) +if(b!=null)if(bc)return A.bI(b,a,c,"end",null) +return new A.hd(!0,b,"end",null)}, +rM(a){return new A.hd(!0,a,null,null)}, +jg(a){return a}, +d(a){return A.aou(new Error(),a)}, +aou(a,b){var s +if(b==null)b=new A.k9() +a.dartException=b +s=A.aCO +if("defineProperty" in Object){Object.defineProperty(a,"message",{get:s}) +a.name=""}else a.toString=s +return a}, +aCO(){return J.ee(this.dartException)}, +a2(a){throw A.d(a)}, +aes(a,b){throw A.aou(b,a)}, +E(a){throw A.d(A.bH(a))}, +ka(a){var s,r,q,p,o,n +a=A.ahB(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.a6p(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)}, +a6q(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +alT(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +afO(a,b){var s=b==null,r=s?null:b.method +return new A.F9(a,r,s?null:b.receiver)}, +as(a){if(a==null)return new A.G8(a) +if(a instanceof A.un)return A.m5(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.m5(a,a.dartException) +return A.aAm(a)}, +m5(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +aAm(a){var s,r,q,p,o,n,m,l,k,j,i,h,g +if(!("message" in a))return a +s=a.message +if("number" in a&&typeof a.number=="number"){r=a.number +q=r&65535 +if((B.f.dH(r,16)&8191)===10)switch(q){case 438:return A.m5(a,A.afO(A.h(s)+" (Error "+q+")",null)) +case 445:case 5007:A.h(s) +return A.m5(a,new A.vU())}}if(a instanceof TypeError){p=$.apO() +o=$.apP() +n=$.apQ() +m=$.apR() +l=$.apU() +k=$.apV() +j=$.apT() +$.apS() +i=$.apX() +h=$.apW() +g=p.im(s) +if(g!=null)return A.m5(a,A.afO(s,g)) +else{g=o.im(s) +if(g!=null){g.method="call" +return A.m5(a,A.afO(s,g))}else if(n.im(s)!=null||m.im(s)!=null||l.im(s)!=null||k.im(s)!=null||j.im(s)!=null||m.im(s)!=null||i.im(s)!=null||h.im(s)!=null)return A.m5(a,new A.vU())}return A.m5(a,new A.JO(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.xD() +s=function(b){try{return String(b)}catch(f){}return null}(a) +return A.m5(a,new A.hd(!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.xD() +return a}, +aN(a){var s +if(a instanceof A.un)return a.b +if(a==null)return new A.At(a) +s=a.$cachedTrace +if(s!=null)return s +s=new A.At(a) +if(typeof a==="object")a.$cachedTrace=s +return s}, +os(a){if(a==null)return J.p(a) +if(typeof a=="object")return A.eN(a) +return J.p(a)}, +aAM(a){if(typeof a=="number")return B.c.gq(a) +if(a instanceof A.AI)return A.eN(a) +if(a instanceof A.i2)return a.gq(a) +if(a instanceof A.k4)return a.gq(a) +return A.os(a)}, +aoi(a,b){var s,r,q,p=a.length +for(s=0;s=0}, +aog(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +ahB(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +rU(a,b,c){var s +if(typeof b=="string")return A.aCE(a,b,c) +if(b instanceof A.v4){s=b.gGv() +s.lastIndex=0 +return a.replace(s,A.aog(c))}return A.aCD(a,b,c)}, +aCD(a,b,c){var s,r,q,p +for(s=J.aig(b,a),s=s.gT(s),r=0,q="";s.t();){p=s.gE(s) +q=q+a.substring(r,p.gvY(p))+c +r=p.giT(p)}s=q+a.substring(r) +return s.charCodeAt(0)==0?s:s}, +aCE(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.ahB(b),"g"),A.aog(c))}, +anK(a){return a}, +ahI(a,b,c,d){var s,r,q,p,o,n,m +for(s=b.oM(0,a),s=new A.yo(s.a,s.b,s.c),r=t.Qz,q=0,p="";s.t();){o=s.d +if(o==null)o=r.a(o) +n=o.b +m=n.index +p=p+A.h(A.anK(B.d.a8(a,q,m)))+A.h(c.$1(o)) +q=m+n[0].length}s=p+A.h(A.anK(B.d.cM(a,q))) +return s.charCodeAt(0)==0?s:s}, +aCF(a,b,c,d){var s=a.indexOf(b,d) +if(s<0)return a +return A.ap9(a,s,s+b.length,c)}, +ap9(a,b,c,d){return a.substring(0,b)+d+a.substring(c)}, +e5:function e5(a,b){this.a=a +this.b=b}, +ru:function ru(a,b){this.a=a +this.b=b}, +OH:function OH(a,b){this.a=a +this.b=b}, +OI:function OI(a,b){this.a=a +this.b=b}, +OJ:function OJ(a,b,c){this.a=a +this.b=b +this.c=c}, +OK:function OK(a,b,c){this.a=a +this.b=b +this.c=c}, +OL:function OL(a,b,c){this.a=a +this.b=b +this.c=c}, +zN:function zN(a,b,c){this.a=a +this.b=b +this.c=c}, +zO:function zO(a){this.a=a}, +mm:function mm(a,b){this.a=a +this.$ti=b}, +p_:function p_(){}, +UD:function UD(a,b,c){this.a=a +this.b=b +this.c=c}, +b0:function b0(a,b,c){this.a=a +this.b=b +this.$ti=c}, +od:function od(a,b){this.a=a +this.$ti=b}, +rf:function rf(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +cz:function cz(a,b){this.a=a +this.$ti=b}, +tK:function tK(){}, +fC:function fC(a,b,c){this.a=a +this.b=b +this.$ti=c}, +dE:function dE(a,b){this.a=a +this.$ti=b}, +F7:function F7(){}, +iB:function iB(a,b){this.a=a +this.$ti=b}, +v1:function v1(a,b,c,d,e){var _=this +_.a=a +_.c=b +_.d=c +_.e=d +_.f=e}, +a17:function a17(a){this.a=a}, +a16:function a16(a,b,c){this.a=a +this.b=b +this.c=c}, +a6p:function a6p(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +vU:function vU(){}, +F9:function F9(a,b,c){this.a=a +this.b=b +this.c=c}, +JO:function JO(a){this.a=a}, +G8:function G8(a){this.a=a}, +un:function un(a,b){this.a=a +this.b=b}, +At:function At(a){this.a=a +this.b=null}, +kQ:function kQ(){}, +CW:function CW(){}, +CX:function CX(){}, +Jj:function Jj(){}, +J4:function J4(){}, +oJ:function oJ(a,b){this.a=a +this.b=b}, +Ln:function Ln(a){this.a=a}, +Ib:function Ib(a){this.a=a}, +abi:function abi(){}, +fa:function fa(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +Zf:function Zf(a){this.a=a}, +Ze:function Ze(a,b){this.a=a +this.b=b}, +Zd:function Zd(a){this.a=a}, +ZJ:function ZJ(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +aB:function aB(a,b){this.a=a +this.$ti=b}, +ve:function ve(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +mX:function mX(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +ae_:function ae_(a){this.a=a}, +ae0:function ae0(a){this.a=a}, +ae1:function ae1(a){this.a=a}, +i2:function i2(){}, +OE:function OE(){}, +OF:function OF(){}, +OG:function OG(){}, +v4:function v4(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +rj:function rj(a){this.b=a}, +Km:function Km(a,b,c){this.a=a +this.b=b +this.c=c}, +yo:function yo(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +qu:function qu(a,b){this.a=a +this.c=b}, +Q0:function Q0(a,b,c){this.a=a +this.b=b +this.c=c}, +abX:function abX(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aCM(a){A.aes(new A.fb("Field '"+a+u.N),new Error())}, +b(){A.aes(new A.fb("Field '' has not been initialized."),new Error())}, +cu(){A.aes(new A.fb("Field '' has already been initialized."),new Error())}, +au(){A.aes(new A.fb("Field '' has been assigned during initialization."),new Error())}, +ba(a){var s=new A.a8h(a) +return s.b=s}, +bd(a,b){var s=new A.a9J(a,b) +return s.b=s}, +a8h:function a8h(a){this.a=a +this.b=null}, +a9J:function a9J(a,b){this.a=a +this.b=null +this.c=b}, +Bh(a,b,c){}, +eb(a){return a}, +auV(a){return new DataView(new ArrayBuffer(a))}, +fh(a,b,c){A.Bh(a,b,c) +return c==null?new DataView(a,b):new DataView(a,b,c)}, +FW(a){return new Float32Array(a)}, +auW(a){return new Float32Array(A.eb(a))}, +akm(a,b,c){A.Bh(a,b,c) +return new Float32Array(a,b,c)}, +auX(a){return new Float64Array(a)}, +afX(a,b,c){A.Bh(a,b,c) +return new Float64Array(a,b,c)}, +akn(a){return new Int32Array(a)}, +afY(a,b,c){A.Bh(a,b,c) +return new Int32Array(a,b,c)}, +auY(a){return new Int8Array(a)}, +ako(a){return new Uint16Array(A.eb(a))}, +afZ(a){return new Uint8Array(a)}, +cS(a,b,c){A.Bh(a,b,c) +return c==null?new Uint8Array(a,b):new Uint8Array(a,b,c)}, +kx(a,b,c){if(a>>>0!==a||a>=c)throw A.d(A.rP(b,a))}, +m_(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.aBe(a,b,c)) +if(b==null)return c +return b}, +vH:function vH(){}, +vL:function vL(){}, +vI:function vI(){}, +pO:function pO(){}, +le:function le(){}, +fi:function fi(){}, +vJ:function vJ(){}, +FX:function FX(){}, +FY:function FY(){}, +vK:function vK(){}, +FZ:function FZ(){}, +vM:function vM(){}, +G_:function G_(){}, +vN:function vN(){}, +nb:function nb(){}, +zv:function zv(){}, +zw:function zw(){}, +zx:function zx(){}, +zy:function zy(){}, +al6(a,b){var s=b.c +return s==null?b.c=A.agS(a,b.y,!0):s}, +agd(a,b){var s=b.c +return s==null?b.c=A.AL(a,"ac",[b.y]):s}, +aw2(a){var s=a.d +if(s!=null)return s +return a.d=new Map()}, +al7(a){var s=a.x +if(s===6||s===7||s===8)return A.al7(a.y) +return s===12||s===13}, +aw1(a){return a.at}, +aC5(a,b){var s,r=b.length +for(s=0;s") +for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, +anh(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}, +eX(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.eX(a.y,b) +return s}if(m===7){r=a.y +s=A.eX(r,b) +q=r.x +return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.eX(a.y,b)+">" +if(m===9){p=A.aAl(a.y) +o=a.z +return o.length>0?p+("<"+A.anF(o,b)+">"):p}if(m===11)return A.aA3(a,b) +if(m===12)return A.anh(a,b,null) +if(m===13)return A.anh(a.y,b,a.z) +if(m===14){n=a.y +return b[b.length-1-n]}return"?"}, +aAl(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +ayx(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +ayw(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.QS(a,b,!1) +else if(typeof m=="number"){s=m +r=A.AM(a,5,"#") +q=A.acn(s) +for(p=0;p0)p+="<"+A.AK(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.fS(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.kt(a,r) +a.eC.set(p,q) +return q}, +agQ(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.AK(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.fS(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.kt(a,o) +a.eC.set(q,n) +return n}, +ayt(a,b,c){var s,r,q="+"+(b+"("+A.AK(c)+")"),p=a.eC.get(q) +if(p!=null)return p +s=new A.fS(null,null) +s.x=11 +s.y=b +s.z=c +s.at=q +r=A.kt(a,s) +a.eC.set(q,r) +return r}, +amz(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.AK(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.AK(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.ayn(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.fS(null,null) +p.x=12 +p.y=b +p.z=c +p.at=r +o=A.kt(a,p) +a.eC.set(r,o) +return o}, +agR(a,b,c,d){var s,r=b.at+("<"+A.AK(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.ayp(a,b,c,r,d) +a.eC.set(r,s) +return s}, +ayp(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=A.acn(s) +for(q=0,p=0;p0){n=A.kB(a,b,r,0) +m=A.Bo(a,c,r,0) +return A.agR(a,n,m,c!==m)}}l=new A.fS(null,null) +l.x=13 +l.y=b +l.z=c +l.at=d +return A.kt(a,l)}, +aml(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +amn(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.axW(r+1,q,l,k) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.amm(a,r,l,k,!1) +else if(q===46)r=A.amm(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.lU(a.u,a.e,k.pop())) +break +case 94:k.push(A.ays(a.u,k.pop())) +break +case 35:k.push(A.AM(a.u,5,"#")) +break +case 64:k.push(A.AM(a.u,2,"@")) +break +case 126:k.push(A.AM(a.u,3,"~")) +break +case 60:k.push(a.p) +a.p=k.length +break +case 62:A.axY(a,k) +break +case 38:A.axX(a,k) +break +case 42:p=a.u +k.push(A.amB(p,A.lU(p,a.e,k.pop()),a.n)) +break +case 63:p=a.u +k.push(A.agS(p,A.lU(p,a.e,k.pop()),a.n)) +break +case 47:p=a.u +k.push(A.amA(p,A.lU(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.axV(a,k) +break +case 91:k.push(a.p) +a.p=k.length +break +case 93:o=k.splice(a.p) +A.amo(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.ay_(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.lU(a.u,a.e,m)}, +axW(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}, +amm(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.ayx(s,o.y)[p] +if(n==null)A.a2('No "'+p+'" in "'+A.aw1(o)+'"') +d.push(A.AN(s,o,n))}else d.push(p) +return m}, +axY(a,b){var s,r=a.u,q=A.amk(a,b),p=b.pop() +if(typeof p=="string")b.push(A.AL(r,p,q)) +else{s=A.lU(r,a.e,p) +switch(s.x){case 12:b.push(A.agR(r,s,q,a.n)) +break +default:b.push(A.agQ(r,s,q)) +break}}}, +axV(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.amk(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.lU(m,a.e,l) +o=new A.Ml() +o.a=q +o.b=s +o.c=r +b.push(A.amz(m,p,o)) +return +case-4:b.push(A.ayt(m,b.pop(),q)) +return +default:throw A.d(A.mb("Unexpected state under `()`: "+A.h(l)))}}, +axX(a,b){var s=b.pop() +if(0===s){b.push(A.AM(a.u,1,"0&")) +return}if(1===s){b.push(A.AM(a.u,4,"1&")) +return}throw A.d(A.mb("Unexpected extended operation "+A.h(s)))}, +amk(a,b){var s=b.splice(a.p) +A.amo(a.u,a.e,s) +a.p=b.pop() +return s}, +lU(a,b,c){if(typeof c=="string")return A.AL(a,c,a.sEA) +else if(typeof c=="number"){b.toString +return A.axZ(a,b,c)}else return c}, +amo(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}, +fS:function fS(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.e=_.d=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +Ml:function Ml(){this.c=this.b=this.a=null}, +AI:function AI(a){this.a=a}, +LX:function LX(){}, +AJ:function AJ(a){this.a=a}, +aBB(a,b){var s,r +if(B.d.bE(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.hE.k(0,a) +return r==null?null:r.charCodeAt(0)}if(!(s>=$.aqD()&&s<=$.aqE()))r=s>=$.aqO()&&s<=$.aqP() +else r=!0 +if(r)return b.toLowerCase().charCodeAt(0) +return null}, +ayi(a){return new A.abZ(a,A.akc(B.hE.gec(B.hE).hC(0,new A.ac_(),t.q9),t.S,t.N))}, +aAk(a){var s,r,q,p,o=a.N9(),n=A.z(t.N,t.S) +for(s=a.a,r=0;r=2)return null +return a.toLowerCase().charCodeAt(0)}, +abZ:function abZ(a,b){this.a=a +this.b=b +this.c=0}, +ac_:function ac_(){}, +vk:function vk(a){this.a=a}, +bk:function bk(a,b){this.a=a +this.b=b}, +cK:function cK(a,b){this.a=a +this.b=b}, +axr(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.aAp() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.rN(new A.a7n(q),1)).observe(s,{childList:true}) +return new A.a7m(q,s,r)}else if(self.setImmediate!=null)return A.aAq() +return A.aAr()}, +axs(a){self.scheduleImmediate(A.rN(new A.a7o(a),0))}, +axt(a){self.setImmediate(A.rN(new A.a7p(a),0))}, +axu(a){A.alN(B.o,a)}, +alN(a,b){var s=B.f.cq(a.a,1000) +return A.ayj(s<0?0:s,b)}, +ayj(a,b){var s=new A.Qm(!0) +s.TP(a,b) +return s}, +a0(a){return new A.ys(new A.at($.ag,a.h("at<0>")),a.h("ys<0>"))}, +a_(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +a8(a,b){A.ayK(a,b)}, +Z(a,b){b.dM(0,a)}, +Y(a,b){b.mG(A.as(a),A.aN(a))}, +ayK(a,b){var s,r,q=new A.acN(b),p=new A.acO(b) +if(a instanceof A.at)a.Ih(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.el(q,p,s) +else{r=new A.at($.ag,t.LR) +r.a=8 +r.c=a +r.Ih(q,p,s)}}}, +a1(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 $.ag.v9(new A.adx(s),t.H,t.S,t.z)}, +amw(a,b,c){return 0}, +Tg(a,b){var s=A.ec(a,"error",t.K) +return new A.C3(s,b==null?A.C4(a):b)}, +C4(a){var s +if(t.Lt.b(a)){s=a.gqU() +if(s!=null)return s}return B.z6}, +au7(a,b){var s=new A.at($.ag,b.h("at<0>")) +A.cd(B.o,new A.Xr(s,a)) +return s}, +dp(a,b){var s=a==null?b.a(a):a,r=new A.at($.ag,b.h("at<0>")) +r.kB(s) +return r}, +afx(a,b,c){var s,r +A.ec(a,"error",t.K) +s=$.ag +if(s!==B.R){r=s.zN(a,b) +if(r!=null){a=r.a +b=r.b}}if(b==null)b=A.C4(a) +s=new A.at($.ag,c.h("at<0>")) +s.ra(a,b) +return s}, +EA(a,b,c){var s,r +if(b==null)s=!c.b(null) +else s=!1 +if(s)throw A.d(A.jm(null,"computation","The type parameter is not nullable")) +r=new A.at($.ag,c.h("at<0>")) +A.cd(a,new A.Xq(b,r,c)) +return r}, +mH(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.at($.ag,b.h("at>")) +i.a=null +i.b=0 +s=A.ba("error") +r=A.ba("stackTrace") +q=new A.Xt(i,h,g,f,s,r) +try{for(l=J.ap(a),k=t.P;l.t();){p=l.gE(l) +o=i.b +p.el(new A.Xs(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.o5(A.a([],b.h("r<0>"))) +return l}i.a=A.bg(l,null,!1,b.h("0?"))}catch(j){n=A.as(j) +m=A.aN(j) +if(i.b===0||g)return A.afx(n,m,b.h("A<0>")) +else{s.b=n +r.b=m}}return f}, +au6(a,b,c,d){var s,r,q=new A.Xp(d,null,b,c) +if(a instanceof A.at){s=$.ag +r=new A.at(s,c.h("at<0>")) +if(s!==B.R)q=s.v9(q,c.h("0/"),t.K,t.Km) +a.lZ(new A.h5(r,2,null,q,a.$ti.h("@<1>").H(c).h("h5<1,2>"))) +return r}return a.el(new A.Xo(c),q,c)}, +asG(a){return new A.bD(new A.at($.ag,a.h("at<0>")),a.h("bD<0>"))}, +an4(a,b,c){var s=$.ag.zN(b,c) +if(s!=null){b=s.a +c=s.b}else if(c==null)c=A.C4(b) +a.fn(b,c)}, +kk(a,b){var s=new A.at($.ag,b.h("at<0>")) +s.a=8 +s.c=a +return s}, +agE(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.rX() +b.rd(a) +A.r8(b,r)}else{r=b.c +b.HF(a) +a.xZ(r)}}, +axP(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.HF(p) +q.a.xZ(r) +return}if((s&16)===0&&b.c==null){b.rd(p) +return}b.a^=2 +b.b.lK(new A.a9h(q,b))}, +r8(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){s=e.c +e.b.uj(s.a,s.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +A.r8(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){e=q.b +e=!(e===j||e.gmY()===j.gmY())}else e=!1 +if(e){e=f.a +s=e.c +e.b.uj(s.a,s.b) +return}i=$.ag +if(i!==j)$.ag=j +else i=null +e=r.a.c +if((e&15)===8)new A.a9o(r,f,o).$0() +else if(p){if((e&1)!==0)new A.a9n(r,l).$0()}else if((e&2)!==0)new A.a9m(f,r).$0() +if(i!=null)$.ag=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.h("ac<2>").b(e)||!q.z[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof A.at)if((e.a&24)!==0){g=h.c +h.c=null +b=h.t0(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else A.agE(e,h) +else h.ww(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.t0(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}}, +anC(a,b){if(t.Hg.b(a))return b.v9(a,t.z,t.K,t.Km) +if(t.C_.b(a))return b.va(a,t.z,t.K) +throw A.d(A.jm(a,"onError",u.w))}, +azS(){var s,r +for(s=$.rK;s!=null;s=$.rK){$.Bm=null +r=s.b +$.rK=r +if(r==null)$.Bl=null +s.a.$0()}}, +aAb(){$.ah6=!0 +try{A.azS()}finally{$.Bm=null +$.ah6=!1 +if($.rK!=null)$.ahZ().$1(A.anS())}}, +anI(a){var s=new A.Kz(a),r=$.Bl +if(r==null){$.rK=$.Bl=s +if(!$.ah6)$.ahZ().$1(A.anS())}else $.Bl=r.b=s}, +aA7(a){var s,r,q,p=$.rK +if(p==null){A.anI(a) +$.Bm=$.Bl +return}s=new A.Kz(a) +r=$.Bm +if(r==null){s.b=p +$.rK=$.Bm=s}else{q=r.b +s.b=q +$.Bm=r.b=s +if(q==null)$.Bl=s}}, +eB(a){var s,r=null,q=$.ag +if(B.R===q){A.ads(r,r,B.R,a) +return}if(B.R===q.ga00().a)s=B.R.gmY()===q.gmY() +else s=!1 +if(s){A.ads(r,r,q,q.qg(a,t.H)) +return}s=$.ag +s.lK(s.z_(a))}, +aEk(a){A.ec(a,"stream",t.K) +return new A.PZ()}, +alx(a){return new A.yt(null,null,a.h("yt<0>"))}, +Sp(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=A.as(q) +r=A.aN(q) +$.ag.uj(s,r)}}, +axz(a,b,c,d,e,f){var s,r=$.ag,q=e?1:0,p=A.am9(r,b,f) +A.ama(r,c) +s=d==null?A.anR():d +return new A.oa(a,p,r.qg(s,t.H),r,q,f.h("oa<0>"))}, +am9(a,b,c){return a.va(b,t.H,c)}, +ama(a,b){if(b==null)b=A.aAs() +if(t.hK.b(b))return a.v9(b,t.z,t.K,t.Km) +if(t.lO.b(b))return a.va(b,t.z,t.K) +throw A.d(A.c9("handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",null))}, +azW(a,b){$.ag.uj(a,b)}, +azV(){}, +cd(a,b){var s=$.ag +if(s===B.R)return s.Ks(a,b) +return s.Ks(a,s.z_(b))}, +aha(a,b){A.aA7(new A.adr(a,b))}, +anD(a,b,c,d){var s,r=$.ag +if(r===c)return d.$0() +$.ag=c +s=r +try{r=d.$0() +return r}finally{$.ag=s}}, +anE(a,b,c,d,e){var s,r=$.ag +if(r===c)return d.$1(e) +$.ag=c +s=r +try{r=d.$1(e) +return r}finally{$.ag=s}}, +aA4(a,b,c,d,e,f){var s,r=$.ag +if(r===c)return d.$2(e,f) +$.ag=c +s=r +try{r=d.$2(e,f) +return r}finally{$.ag=s}}, +ads(a,b,c,d){var s,r +if(B.R!==c){s=B.R.gmY() +r=c.gmY() +d=s!==r?c.z_(d):c.a2r(d,t.H)}A.anI(d)}, +a7n:function a7n(a){this.a=a}, +a7m:function a7m(a,b,c){this.a=a +this.b=b +this.c=c}, +a7o:function a7o(a){this.a=a}, +a7p:function a7p(a){this.a=a}, +Qm:function Qm(a){this.a=a +this.b=null +this.c=0}, +ac2:function ac2(a,b){this.a=a +this.b=b}, +ys:function ys(a,b){this.a=a +this.b=!1 +this.$ti=b}, +acN:function acN(a){this.a=a}, +acO:function acO(a){this.a=a}, +adx:function adx(a){this.a=a}, +i5:function i5(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null}, +eW:function eW(a,b){this.a=a +this.$ti=b}, +C3:function C3(a,b){this.a=a +this.b=b}, +kf:function kf(a,b){this.a=a +this.$ti=b}, +qX:function qX(a,b,c,d,e,f){var _=this +_.ay=0 +_.CW=_.ch=null +_.w=a +_.a=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null +_.$ti=f}, +yw:function yw(){}, +yt:function yt(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.r=_.e=_.d=null +_.$ti=c}, +Xr:function Xr(a,b){this.a=a +this.b=b}, +Xq:function Xq(a,b,c){this.a=a +this.b=b +this.c=c}, +Xt:function Xt(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Xs:function Xs(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +Xp:function Xp(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Xo:function Xo(a){this.a=a}, +yE:function yE(){}, +bD:function bD(a,b){this.a=a +this.$ti=b}, +h5:function h5(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +at:function at(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +a9e:function a9e(a,b){this.a=a +this.b=b}, +a9l:function a9l(a,b){this.a=a +this.b=b}, +a9i:function a9i(a){this.a=a}, +a9j:function a9j(a){this.a=a}, +a9k:function a9k(a,b,c){this.a=a +this.b=b +this.c=c}, +a9h:function a9h(a,b){this.a=a +this.b=b}, +a9g:function a9g(a,b){this.a=a +this.b=b}, +a9f:function a9f(a,b,c){this.a=a +this.b=b +this.c=c}, +a9o:function a9o(a,b,c){this.a=a +this.b=b +this.c=c}, +a9p:function a9p(a){this.a=a}, +a9n:function a9n(a,b){this.a=a +this.b=b}, +a9m:function a9m(a,b){this.a=a +this.b=b}, +Kz:function Kz(a){this.a=a +this.b=null}, +k2:function k2(){}, +a4z:function a4z(a,b){this.a=a +this.b=b}, +a4A:function a4A(a,b){this.a=a +this.b=b}, +Aw:function Aw(){}, +abV:function abV(a){this.a=a}, +abU:function abU(a){this.a=a}, +KA:function KA(){}, +qW:function qW(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +lL:function lL(a,b){this.a=a +this.$ti=b}, +oa:function oa(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null +_.$ti=f}, +yx:function yx(){}, +a7D:function a7D(a){this.a=a}, +rA:function rA(){}, +Ly:function Ly(){}, +r1:function r1(a){this.b=a +this.a=null}, +a8P:function a8P(){}, +zJ:function zJ(){this.a=0 +this.c=this.b=null}, +aaU:function aaU(a,b){this.a=a +this.b=b}, +yR:function yR(a){this.a=1 +this.b=a +this.c=null}, +PZ:function PZ(){}, +Rd:function Rd(a,b){this.a=a +this.b=b}, +Rc:function Rc(){}, +adr:function adr(a,b){this.a=a +this.b=b}, +Pc:function Pc(){}, +abr:function abr(a,b,c){this.a=a +this.b=b +this.c=c}, +abp:function abp(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +abq:function abq(a,b){this.a=a +this.b=b}, +hs(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.kl(d.h("@<0>").H(e).h("kl<1,2>")) +b=A.ao0()}else{if(A.aAU()===b&&A.aAT()===a)return new A.lP(d.h("@<0>").H(e).h("lP<1,2>")) +if(a==null)a=A.ao_()}else{if(b==null)b=A.ao0() +if(a==null)a=A.ao_()}return A.axA(a,b,c,d,e)}, +agF(a,b){var s=a[b] +return s===a?null:s}, +agH(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +agG(){var s=Object.create(null) +A.agH(s,"",s) +delete s[""] +return s}, +axA(a,b,c,d,e){var s=c!=null?c:new A.a8z(d) +return new A.yN(a,b,s,d.h("@<0>").H(e).h("yN<1,2>"))}, +n_(a,b){return new A.fa(a.h("@<0>").H(b).h("fa<1,2>"))}, +aU(a,b,c){return A.aoi(a,new A.fa(b.h("@<0>").H(c).h("fa<1,2>")))}, +z(a,b){return new A.fa(a.h("@<0>").H(b).h("fa<1,2>"))}, +cQ(a){return new A.j6(a.h("j6<0>"))}, +agI(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +jH(a){return new A.eU(a.h("eU<0>"))}, +aE(a){return new A.eU(a.h("eU<0>"))}, +cR(a,b){return A.aBl(a,new A.eU(b.h("eU<0>")))}, +agJ(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +dU(a,b){var s=new A.rg(a,b) +s.c=a.e +return s}, +az4(a,b){return J.e(a,b)}, +az5(a){return J.p(a)}, +auv(a,b,c){var s=A.n_(b,c) +a.U(0,new A.ZK(s,b,c)) +return s}, +n0(a,b,c){var s=A.n_(b,c) +s.C(0,a) +return s}, +vf(a,b){var s,r,q=A.jH(b) +for(s=a.length,r=0;r"))}, +aux(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return A.ak7(a) +return a}, +ak7(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +az9(a,b){return J.SM(a,b)}, +az3(a){if(a.h("o(0,0)").b(A.ao4()))return A.ao4() +return A.aAD()}, +agl(a,b){var s=A.az3(a) +return new A.xB(s,new A.a4j(a),a.h("@<0>").H(b).h("xB<1,2>"))}, +a4k(a,b,c){return new A.qt(a,b,c.h("qt<0>"))}, +kl:function kl(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +a9s:function a9s(a){this.a=a}, +lP:function lP(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +yN:function yN(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=d}, +a8z:function a8z(a){this.a=a}, +oc:function oc(a,b){this.a=a +this.$ti=b}, +z7:function z7(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +j6:function j6(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +lN:function lN(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +eU:function eU(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +aa_:function aa_(a){this.a=a +this.c=this.b=null}, +rg:function rg(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +ZK:function ZK(a,b,c){this.a=a +this.b=b +this.c=c}, +n1:function n1(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +zh:function zh(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +fc:function fc(){}, +t:function t(){}, +az:function az(){}, +ZT:function ZT(a){this.a=a}, +ZU:function ZU(a,b){this.a=a +this.b=b}, +zk:function zk(a,b){this.a=a +this.$ti=b}, +N3:function N3(a,b){this.a=a +this.b=b +this.c=null}, +QT:function QT(){}, +vp:function vp(){}, +o2:function o2(a,b){this.a=a +this.$ti=b}, +yT:function yT(){}, +yS:function yS(a,b,c){var _=this +_.c=a +_.d=b +_.b=_.a=null +_.$ti=c}, +yU:function yU(a){this.b=this.a=null +this.$ti=a}, +u6:function u6(a,b){this.a=a +this.b=0 +this.$ti=b}, +LM:function LM(a,b){this.a=a +this.b=b +this.c=null}, +vg:function vg(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +N0:function N0(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +fU:function fU(){}, +ry:function ry(){}, +PV:function PV(){}, +ey:function ey(a,b){var _=this +_.a=a +_.c=_.b=null +_.$ti=b}, +e8:function e8(a,b,c){var _=this +_.d=a +_.a=b +_.c=_.b=null +_.$ti=c}, +PU:function PU(){}, +xB:function xB(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a4j:function a4j(a){this.a=a}, +jb:function jb(){}, +kq:function kq(a,b){this.a=a +this.$ti=b}, +ol:function ol(a,b){this.a=a +this.$ti=b}, +Ao:function Ao(a,b){this.a=a +this.$ti=b}, +kr:function kr(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +As:function As(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +ok:function ok(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +qt:function qt(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a4m:function a4m(a,b){this.a=a +this.b=b}, +a4l:function a4l(a,b){this.a=a +this.b=b}, +Ap:function Ap(){}, +Aq:function Aq(){}, +Ar:function Ar(){}, +AO:function AO(){}, +anz(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=A.as(r) +q=A.bE(String(s),null,null) +throw A.d(q)}q=A.acY(p) +return q}, +acY(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new A.MO(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +axi(a,b,c,d){var s=a?$.apZ():$.apY() +if(s==null)return null +if(0===c&&d===b.length)return A.alW(s,b) +return A.alW(s,b.subarray(c,A.cV(c,d,b.length,null,null)))}, +alW(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +aiv(a,b,c,d,e,f){if(B.f.bR(f,4)!==0)throw A.d(A.bE("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.d(A.bE("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.d(A.bE("Invalid base64 padding, more than two '=' characters",a,b))}, +axy(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.jm(b,"Not a byte value at index "+s+": 0x"+J.arU(b[s],16),null))}, +axx(a,b,c,d,e,f){var s,r,q,p,o,n,m="Invalid encoding before padding",l="Invalid character",k=B.f.dH(f,2),j=f&3,i=$.ai_() +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.bE(m,a,s)) +d[e]=k>>>10 +d[e+1]=k>>>2}else{if((k&15)!==0)throw A.d(A.bE(m,a,s)) +d[e]=k>>>4}n=(3-j)*3 +if(q===37)n+=2 +return A.am8(a,s+1,c,-n-1)}throw A.d(A.bE(l,a,s))}if(r>=0&&r<=127)return(k<<2|j)>>>0 +for(s=b;s127)break +throw A.d(A.bE(l,a,s))}, +axv(a,b,c,d){var s=A.axw(a,b,c),r=(d&3)+(s-b),q=B.f.dH(r,2)*3,p=r&3 +if(p!==0&&s0)return new Uint8Array(q) +return $.aq2()}, +axw(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}, +am8(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.bE("Invalid padding character",a,b)) +return-s-1}, +ak4(a,b,c){return new A.v5(a,b)}, +az6(a){return a.BT()}, +axR(a,b){return new A.a9W(a,[],A.aAQ())}, +axS(a,b,c){var s,r=new A.c1("") +A.amj(a,r,b,c) +s=r.a +return s.charCodeAt(0)==0?s:s}, +amj(a,b,c,d){var s=A.axR(b,c) +s.vr(a)}, +amT(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""}}, +ayG(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) +for(s=J.aI(a),r=0;r>>0!==0?255:q}return o}, +MO:function MO(a,b){this.a=a +this.b=b +this.c=null}, +a9V:function a9V(a){this.a=a}, +MP:function MP(a){this.a=a}, +ze:function ze(a,b,c){this.b=a +this.c=b +this.a=c}, +a6C:function a6C(){}, +a6B:function a6B(){}, +Tk:function Tk(){}, +Tm:function Tm(){}, +a7x:function a7x(a){this.a=0 +this.b=a}, +a7y:function a7y(){}, +acl:function acl(a,b){this.a=a +this.b=b}, +Tl:function Tl(){}, +KE:function KE(){this.a=0}, +a7w:function a7w(a,b){this.a=a +this.b=b}, +TI:function TI(){}, +a87:function a87(a){this.a=a}, +Cw:function Cw(){}, +PG:function PG(a,b,c){this.a=a +this.b=b +this.$ti=c}, +CY:function CY(){}, +tM:function tM(){}, +Mm:function Mm(a,b){this.a=a +this.b=b}, +W3:function W3(){}, +v5:function v5(a,b){this.a=a +this.b=b}, +Fa:function Fa(a,b){this.a=a +this.b=b}, +Zg:function Zg(){}, +Zi:function Zi(a){this.b=a}, +a9U:function a9U(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1}, +Zh:function Zh(a){this.a=a}, +a9X:function a9X(){}, +a9Y:function a9Y(a,b){this.a=a +this.b=b}, +a9W:function a9W(a,b,c){this.c=a +this.a=b +this.b=c}, +J6:function J6(){}, +a8k:function a8k(a,b){this.a=a +this.b=b}, +abY:function abY(a,b){this.a=a +this.b=b}, +Az:function Az(){}, +QW:function QW(a,b,c){this.a=a +this.b=b +this.c=c}, +a6A:function a6A(){}, +a6D:function a6D(){}, +QV:function QV(a){this.b=this.a=0 +this.c=a}, +acm:function acm(a,b){var _=this +_.d=a +_.b=_.a=0 +_.c=b}, +JT:function JT(a){this.a=a}, +AR:function AR(a){this.a=a +this.b=16 +this.c=0}, +Se:function Se(){}, +aBE(a){return A.os(a)}, +au5(a,b){return A.akS(a,b,null)}, +atP(){return new A.us(new WeakMap())}, +Ea(a){if(A.kz(a)||typeof a=="number"||typeof a=="string"||a instanceof A.i2)A.mv(a)}, +mv(a){throw A.d(A.jm(a,"object","Expandos are not allowed on strings, numbers, bools, records or null"))}, +eZ(a,b){var s=A.ag7(a,b) +if(s!=null)return s +throw A.d(A.bE(a,null,null))}, +rQ(a){var s=A.H3(a) +if(s!=null)return s +throw A.d(A.bE("Invalid double",a,null))}, +atN(a,b){a=A.d(a) +a.stack=b.i(0) +throw a +throw A.d("unreachable")}, +asU(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.a2(A.c9("DateTime is outside valid range: "+a,null)) +A.ec(!0,"isUtc",t.y) +return new A.f3(a,!0)}, +bg(a,b,c,d){var s,r=c?J.v_(a,d):J.afK(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.ap(a);s.t();)r.push(s.gE(s)) +if(b)return r +return J.Z6(r)}, +a6(a,b,c){var s +if(b)return A.ak8(a,c) +s=J.Z6(A.ak8(a,c)) +return s}, +ak8(a,b){var s,r +if(Array.isArray(a))return A.a(a.slice(0),b.h("r<0>")) +s=A.a([],b.h("r<0>")) +for(r=J.ap(a);r.t();)s.push(r.gE(r)) +return s}, +Fp(a,b){return J.ak0(A.n3(a,!1,b))}, +ago(a,b,c){var s,r,q=null +if(Array.isArray(a)){s=a +r=s.length +c=A.cV(b,c,r,q,q) +return A.akU(b>0||c>>4]&1<<(o&15))!==0)p+=A.df(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +awG(){return A.aN(new Error())}, +asF(a,b){return J.SM(a,b)}, +asT(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.a2(A.c9("DateTime is outside valid range: "+a,null)) +A.ec(b,"isUtc",t.y) +return new A.f3(a,b)}, +asV(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}, +asW(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +Dm(a){if(a>=10)return""+a +return"0"+a}, +cx(a,b){return new A.aS(a+1000*b)}, +atM(a,b){var s,r +for(s=0;s<3;++s){r=a[s] +if(r.b===b)return r}throw A.d(A.jm(b,"name","No enum value with that name"))}, +mu(a){if(typeof a=="number"||A.kz(a)||a==null)return J.ee(a) +if(typeof a=="string")return JSON.stringify(a) +return A.akT(a)}, +atO(a,b){A.ec(a,"error",t.K) +A.ec(b,"stackTrace",t.Km) +A.atN(a,b)}, +mb(a){return new A.ma(a)}, +c9(a,b){return new A.hd(!1,null,b,a)}, +jm(a,b,c){return new A.hd(!0,a,b,c)}, +C0(a,b){return a}, +H9(a,b){return new A.wt(null,null,!0,a,b,"Value not in range")}, +bI(a,b,c,d,e){return new A.wt(b,c,!0,a,d,"Invalid value")}, +akW(a,b,c,d){if(ac)throw A.d(A.bI(a,b,c,d,null)) +return a}, +cV(a,b,c,d,e){if(0>a||a>c)throw A.d(A.bI(a,0,c,d==null?"start":d,null)) +if(b!=null){if(a>b||b>c)throw A.d(A.bI(b,a,c,e==null?"end":e,null)) +return b}return c}, +e_(a,b){if(a<0)throw A.d(A.bI(a,0,null,b,null)) +return a}, +ajT(a,b){var s=b.b +return new A.uV(s,!0,a,null,"Index out of range")}, +cq(a,b,c,d,e){return new A.uV(b,!0,a,e,"Index out of range")}, +ajU(a,b,c,d){if(0>a||a>=b)throw A.d(A.cq(a,b,c,null,d==null?"index":d)) +return a}, +V(a){return new A.o3(a)}, +ce(a){return new A.o1(a)}, +O(a){return new A.hN(a)}, +bH(a){return new A.D4(a)}, +c6(a){return new A.LY(a)}, +bE(a,b,c){return new A.kX(a,b,c)}, +auk(a,b,c){if(a<=0)return new A.f7(c.h("f7<0>")) +return new A.z3(a,b,c.h("z3<0>"))}, +ajZ(a,b,c){var s,r +if(A.ahv(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.a([],t.s) +$.ot.push(a) +try{A.azM(a,s)}finally{$.ot.pop()}r=A.agm(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +mU(a,b,c){var s,r +if(A.ahv(a))return b+"..."+c +s=new A.c1(b) +$.ot.push(a) +try{r=s +r.a=A.agm(r.a,a,", ")}finally{$.ot.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +azM(a,b){var s,r,q,p,o,n,m,l=J.ap(a),k=0,j=0 +while(!0){if(!(k<80||j<3))break +if(!l.t())return +s=A.h(l.gE(l)) +b.push(s) +k+=s.length+2;++j}if(!l.t()){if(j<=5)return +r=b.pop() +q=b.pop()}else{p=l.gE(l);++j +if(!l.t()){if(j<=4){b.push(A.h(p)) +return}r=A.h(p) +q=b.pop() +k+=r.length+2}else{o=l.gE(l);++j +for(;l.t();p=o,o=n){n=l.gE(l);++j +if(j>100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=A.h(p) +r=A.h(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)}, +akd(a,b,c,d,e){return new A.mi(a,b.h("@<0>").H(c).H(d).H(e).h("mi<1,2,3,4>"))}, +akc(a,b,c){var s=A.z(b,c) +s.J6(s,a) +return s}, +D(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s +if(B.a===c)return A.awP(J.p(a),J.p(b),$.dh()) +if(B.a===d){s=J.p(a) +b=J.p(b) +c=J.p(c) +return A.dt(A.x(A.x(A.x($.dh(),s),b),c))}if(B.a===e)return A.awQ(J.p(a),J.p(b),J.p(c),J.p(d),$.dh()) +if(B.a===f){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +return A.dt(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e))}if(B.a===g){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +return A.dt(A.x(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e),f))}if(B.a===h){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +return A.dt(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e),f),g))}if(B.a===i){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +return A.dt(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e),f),g),h))}if(B.a===j){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +return A.dt(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e),f),g),h),i))}if(B.a===k){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +return A.dt(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e),f),g),h),i),j))}if(B.a===l){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +return A.dt(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e),f),g),h),i),j),k))}if(B.a===m){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +return A.dt(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x(A.x($.dh(),s),b),c),d),e),f),g),h),i),j),k),l))}if(B.a===n){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m))}if(B.a===o){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m),n))}if(B.a===p){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o))}if(B.a===q){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p))}if(B.a===r){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q))}if(B.a===a0){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +r=J.p(r) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r))}if(B.a===a1){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +r=J.p(r) +a0=J.p(a0) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0))}s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +r=J.p(r) +a0=J.p(a0) +a1=J.p(a1) +return A.dt(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($.dh(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0),a1))}, +bm(a){var s,r,q=$.dh() +for(s=a.length,r=0;r").H(d).h("jr<1,2>"))}, +awJ(){$.jh() +return new A.iV()}, +an3(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +o4(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=null,a4=a5.length +if(a4>=5){s=((a5.charCodeAt(4)^58)*3|a5.charCodeAt(0)^100|a5.charCodeAt(1)^97|a5.charCodeAt(2)^116|a5.charCodeAt(3)^97)>>>0 +if(s===0)return A.alU(a4=14)r[7]=a4 +q=r[1] +if(q>=0)if(A.anH(a5,0,q,20,r)===20)r[7]=q +p=r[2]+1 +o=r[3] +n=r[4] +m=r[5] +l=r[6] +if(lq+3){j=a3 +k=!1}else{i=o>0 +if(i&&o+1===n){j=a3 +k=!1}else{if(!B.d.dn(a5,"\\",n))if(p>0)h=B.d.dn(a5,"\\",p-1)||B.d.dn(a5,"\\",p-2) +else h=!1 +else h=!0 +if(h){j=a3 +k=!1}else{if(!(mn+2&&B.d.dn(a5,"/..",m-3) +else h=!0 +if(h){j=a3 +k=!1}else{if(q===4)if(B.d.dn(a5,"file",0)){if(p<=0){if(!B.d.dn(a5,"/",n)){g="file:///" +s=3}else{g="file://" +s=2}a5=g+B.d.a8(a5,n,a4) +q-=0 +i=s-0 +m+=i +l+=i +a4=a5.length +p=7 +o=7 +n=7}else if(n===m){++l +f=m+1 +a5=B.d.nq(a5,n,m,"/");++a4 +m=f}j="file"}else if(B.d.dn(a5,"http",0)){if(i&&o+3===n&&B.d.dn(a5,"80",o+1)){l-=3 +e=n-3 +m-=3 +a5=B.d.nq(a5,o,n,"") +a4-=3 +n=e}j="http"}else j=a3 +else if(q===5&&B.d.dn(a5,"https",0)){if(i&&o+4===n&&B.d.dn(a5,"443",o+1)){l-=4 +e=n-4 +m-=4 +a5=B.d.nq(a5,o,n,"") +a4-=3 +n=e}j="https"}else j=a3 +k=!0}}}}else j=a3 +if(k){if(a40)j=A.ayD(a5,0,q) +else{if(q===0)A.rF(a5,0,"Invalid empty scheme") +j=""}if(p>0){d=q+3 +c=d9)k.$2("invalid character",s)}else{if(q===3)k.$2(m,s) +o=A.eZ(B.d.a8(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.eZ(B.d.a8(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +alV(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.a6x(a),c=new A.a6y(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=b&&q=b&&s>>4]&1<<(p&15))!==0){if(q&&65<=p&&90>=p){if(i==null)i=new A.c1("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.c1("") +if(r>>4]&1<<(o&15))!==0)A.rF(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.rF(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.d.a8(a,b,c) +return A.ayy(r?a.toLowerCase():a)}, +ayy(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +amM(a,b,c){if(a==null)return"" +return A.AQ(a,b,c,B.EY,!1,!1)}, +amJ(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null)return r?"/":"" +else s=A.AQ(a,b,c,B.l7,!0,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.d.bE(s,"/"))s="/"+s +return A.ayE(s,e,f)}, +ayE(a,b,c){var s=b.length===0 +if(s&&!c&&!B.d.bE(a,"/")&&!B.d.bE(a,"\\"))return A.amP(a,!s||c) +return A.amR(a)}, +amL(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.d(A.c9("Both query and queryParameters specified",null)) +return A.AQ(a,b,c,B.ef,!0,!1)}if(d==null)return null +s=new A.c1("") +r.a="" +d.U(0,new A.aci(new A.acj(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +amH(a,b,c){if(a==null)return null +return A.AQ(a,b,c,B.ef,!0,!1)}, +agU(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.adY(s) +p=A.adY(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.ed[B.f.dH(o,4)]&1<<(o&15))!==0)return A.df(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.d.a8(a,b,b+3).toUpperCase() +return null}, +agT(a){var s,r,q,p,o,n="0123456789ABCDEF" +if(a<128){s=new Uint8Array(3) +s[0]=37 +s[1]=n.charCodeAt(a>>>4) +s[2]=n.charCodeAt(a&15)}else{if(a>2047)if(a>65535){r=240 +q=4}else{r=224 +q=3}else{r=192 +q=2}s=new Uint8Array(3*q) +for(p=0;--q,q>=0;r=128){o=B.f.a0s(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.ago(s,0,null)}, +AQ(a,b,c,d,e,f){var s=A.amO(a,b,c,d,e,f) +return s==null?B.d.a8(a,b,c):s}, +amO(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.agU(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.l8[o>>>4]&1<<(o&15))!==0){A.rF(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.amG(a.charCodeAt(0)))for(s=1;s127||(B.l4[r>>>4]&1<<(r&15))===0)break}return a}, +ayB(){return A.a([],t.s)}, +amS(a){var s,r,q,p,o,n=A.z(t.N,t.yp),m=new A.ack(a,B.Q,n) +for(s=a.length,r=0,q=0,p=-1;r127)throw A.d(A.c9("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.d(A.c9("Truncated URI",null)) +p.push(A.ayC(a,o+1)) +o+=2}else if(e&&r===43)p.push(32) +else p.push(r)}}return d.dN(0,p)}, +amG(a){var s=a|32 +return 97<=s&&s<=122}, +alU(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.bE(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.b.gN(j) +if(p!==44||r!==n+7||!B.d.dn(a,"base64",n+1))throw A.d(A.bE("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.xS.a81(0,a,m,s) +else{l=A.amO(a,m,s,B.ef,!0,!1) +if(l!=null)a=B.d.nq(a,m,s,l)}return new A.a6v(a,j,c)}, +az1(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.ak_(22,t.H3) +for(s=0;s<22;++s)f[s]=new Uint8Array(96) +r=new A.acZ(f) +q=new A.ad_() +p=new A.ad0() +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}, +anH(a,b,c,d,e){var s,r,q,p,o=$.aqT() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +aAi(a,b){return A.Fp(b,t.N)}, +kv:function kv(a){this.a=a}, +a_Y:function a_Y(a,b){this.a=a +this.b=b}, +f3:function f3(a,b){this.a=a +this.b=b}, +aS:function aS(a){this.a=a}, +a8W:function a8W(){}, +bz:function bz(){}, +ma:function ma(a){this.a=a}, +k9:function k9(){}, +hd:function hd(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +wt:function wt(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.a=c +_.b=d +_.c=e +_.d=f}, +uV:function uV(a,b,c,d,e){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e}, +G4:function G4(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +o3:function o3(a){this.a=a}, +o1:function o1(a){this.a=a}, +hN:function hN(a){this.a=a}, +D4:function D4(a){this.a=a}, +Gh:function Gh(){}, +xD:function xD(){}, +LY:function LY(a){this.a=a}, +kX:function kX(a,b,c){this.a=a +this.b=b +this.c=c}, +j:function j(){}, +z3:function z3(a,b,c){this.a=a +this.b=b +this.$ti=c}, +F8:function F8(){}, +bi:function bi(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aV:function aV(){}, +F:function F(){}, +Q3:function Q3(){}, +iV:function iV(){this.b=this.a=0}, +wW:function wW(a){this.a=a}, +Ia:function Ia(a){var _=this +_.a=a +_.c=_.b=0 +_.d=-1}, +c1:function c1(a){this.a=a}, +a6w:function a6w(a){this.a=a}, +a6x:function a6x(a){this.a=a}, +a6y:function a6y(a,b){this.a=a +this.b=b}, +AP:function AP(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.Q=_.y=_.x=_.w=$}, +acj:function acj(a,b){this.a=a +this.b=b}, +aci:function aci(a){this.a=a}, +ack:function ack(a,b,c){this.a=a +this.b=b +this.c=c}, +a6v:function a6v(a,b,c){this.a=a +this.b=b +this.c=c}, +acZ:function acZ(a){this.a=a}, +ad_:function ad_(){}, +ad0:function ad0(){}, +PH:function PH(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=null}, +Lp:function Lp(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.Q=_.y=_.x=_.w=$}, +us:function us(a){this.a=a}, +awo(a){A.ec(a,"result",t.N) +return new A.lw()}, +aCv(a,b){var s=t.N +A.ec(a,"method",s) +if(!B.d.bE(a,"ext."))throw A.d(A.jm(a,"method","Must begin with ext.")) +if($.ane.k(0,a)!=null)throw A.d(A.c9("Extension already registered: "+a,null)) +A.ec(b,"handler",t.xd) +$.ane.n(0,a,$.ag.a2q(b,t.Z9,s,t.GU))}, +lw:function lw(){}, +aq:function aq(){}, +BQ:function BQ(){}, +BV:function BV(){}, +C_:function C_(){}, +th:function th(){}, +ii:function ii(){}, +Db:function Db(){}, +bU:function bU(){}, +p2:function p2(){}, +UH:function UH(){}, +ei:function ei(){}, +hg:function hg(){}, +Dc:function Dc(){}, +Dd:function Dd(){}, +Dl:function Dl(){}, +DM:function DM(){}, +u4:function u4(){}, +u5:function u5(){}, +DO:function DO(){}, +DQ:function DQ(){}, +am:function am(){}, +T:function T(){}, +fG:function fG(){}, +Ed:function Ed(){}, +Ee:function Ee(){}, +Ew:function Ew(){}, +fI:function fI(){}, +EO:function EO(){}, +mN:function mN(){}, +Ft:function Ft(){}, +FJ:function FJ(){}, +FO:function FO(){}, +a_7:function a_7(a){this.a=a}, +a_8:function a_8(a){this.a=a}, +FP:function FP(){}, +a_9:function a_9(a){this.a=a}, +a_a:function a_a(a){this.a=a}, +fO:function fO(){}, +FQ:function FQ(){}, +bj:function bj(){}, +vS:function vS(){}, +fR:function fR(){}, +GU:function GU(){}, +I8:function I8(){}, +a2z:function a2z(a){this.a=a}, +a2A:function a2A(a){this.a=a}, +It:function It(){}, +fV:function fV(){}, +IY:function IY(){}, +fW:function fW(){}, +J_:function J_(){}, +fX:function fX(){}, +J5:function J5(){}, +a4x:function a4x(a){this.a=a}, +a4y:function a4y(a){this.a=a}, +eP:function eP(){}, +h_:function h_(){}, +eR:function eR(){}, +Jt:function Jt(){}, +Ju:function Ju(){}, +Jy:function Jy(){}, +h1:function h1(){}, +JC:function JC(){}, +JD:function JD(){}, +JR:function JR(){}, +JY:function JY(){}, +Lf:function Lf(){}, +yQ:function yQ(){}, +Mn:function Mn(){}, +zu:function zu(){}, +PT:function PT(){}, +Q4:function Q4(){}, +cB:function cB(){}, +Ei:function Ei(a,b){var _=this +_.a=a +_.b=b +_.c=-1 +_.d=null}, +Lg:function Lg(){}, +LH:function LH(){}, +LI:function LI(){}, +LJ:function LJ(){}, +LK:function LK(){}, +M1:function M1(){}, +M2:function M2(){}, +Mv:function Mv(){}, +Mw:function Mw(){}, +Nd:function Nd(){}, +Ne:function Ne(){}, +Nf:function Nf(){}, +Ng:function Ng(){}, +Ns:function Ns(){}, +Nt:function Nt(){}, +NT:function NT(){}, +NU:function NU(){}, +Pe:function Pe(){}, +Am:function Am(){}, +An:function An(){}, +PR:function PR(){}, +PS:function PS(){}, +PY:function PY(){}, +Qg:function Qg(){}, +Qh:function Qh(){}, +AD:function AD(){}, +AE:function AE(){}, +Qq:function Qq(){}, +Qr:function Qr(){}, +Ri:function Ri(){}, +Rj:function Rj(){}, +Rq:function Rq(){}, +Rr:function Rr(){}, +Rz:function Rz(){}, +RA:function RA(){}, +RU:function RU(){}, +RV:function RV(){}, +RW:function RW(){}, +RX:function RX(){}, +az0(a){var s,r=a.$dart_jsFunction +if(r!=null)return r +s=function(b,c){return function(){return b(c,Array.prototype.slice.apply(arguments))}}(A.ayN,a) +s[$.ahT()]=a +a.$dart_jsFunction=s +return s}, +ayN(a,b){return A.au5(a,b)}, +be(a){if(typeof a=="function")return a +else return A.az0(a)}, +any(a){return a==null||A.kz(a)||typeof a=="number"||typeof a=="string"||t.pT.b(a)||t.H3.b(a)||t.W1.b(a)||t.JZ.b(a)||t.w7.b(a)||t.XO.b(a)||t.rd.b(a)||t.s4.b(a)||t.OE.b(a)||t.pI.b(a)||t.V4.b(a)}, +ab(a){if(A.any(a))return a +return new A.ae9(new A.lP(t.Fy)).$1(a)}, +y(a,b){return a[b]}, +Bi(a,b){return a[b]}, +a3(a,b,c){return a[b].apply(a,c)}, +ayO(a,b){return a[b]()}, +an2(a,b,c){return a[b](c)}, +ayP(a,b,c,d){return a[b](c,d)}, +an1(a){return new a()}, +ayM(a,b){return new a(b)}, +h9(a,b){var s=new A.at($.ag,b.h("at<0>")),r=new A.bD(s,b.h("bD<0>")) +a.then(A.rN(new A.aek(r),1),A.rN(new A.ael(r),1)) +return s}, +anx(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}, +ahm(a){if(A.anx(a))return a +return new A.adH(new A.lP(t.Fy)).$1(a)}, +ae9:function ae9(a){this.a=a}, +aek:function aek(a){this.a=a}, +ael:function ael(a){this.a=a}, +adH:function adH(a){this.a=a}, +G7:function G7(a){this.a=a}, +hx:function hx(){}, +Fl:function Fl(){}, +hA:function hA(){}, +G9:function G9(){}, +GV:function GV(){}, +J7:function J7(){}, +hQ:function hQ(){}, +JG:function JG(){}, +MW:function MW(){}, +MX:function MX(){}, +NA:function NA(){}, +NB:function NB(){}, +Q1:function Q1(){}, +Q2:function Q2(){}, +Qw:function Qw(){}, +Qx:function Qx(){}, +TJ(a){var s=a.BYTES_PER_ELEMENT,r=A.cV(0,null,B.f.hd(a.byteLength,s),null,null) +return A.fh(a.buffer,a.byteOffset+0*s,(r-0)*s)}, +a6t(a,b,c){var s=J.arA(a) +c=A.cV(b,c,B.f.hd(a.byteLength,s),null,null) +return A.cS(a.buffer,a.byteOffset+b*s,(c-b)*s)}, +DX:function DX(){}, +Gd(a,b,c){if(b==null)if(a==null)return null +else return a.Z(0,1-c) +else if(a==null)return b.Z(0,c) +else return new A.q(A.jf(a.a,b.a,c),A.jf(a.b,b.b,c))}, +awv(a,b){return new A.Q(a,b)}, +agk(a,b,c){if(b==null)if(a==null)return null +else return a.Z(0,1-c) +else if(a==null)return b.Z(0,c) +else return new A.Q(A.jf(a.a,b.a,c),A.jf(a.b,b.b,c))}, +q4(a,b){var s=a.a,r=b*2/2,q=a.b +return new A.C(s-r,q-r,s+r,q+r)}, +avS(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 +return new A.C(s-r,q-p,s+r,q+p)}, +agb(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new A.C(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +avT(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new A.C(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.C(r*c,q*c,p*c,o*c) +else return new A.C(A.jf(a.a,r,c),A.jf(a.b,q,c),A.jf(a.c,p,c),A.jf(a.d,o,c))}}, +ws(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new A.aM(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new A.aM(r*c,q*c) +else return new A.aM(A.jf(a.a,r,c),A.jf(a.b,q,c))}}, +a1c(a,b){var s=b.a,r=b.b +return new A.hD(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, +akV(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.hD(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)}, +a1b(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.hD(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, +aup(a){switch(a.a){case 1:return"up" +case 0:return"down" +case 2:return"repeat"}}, +S(a,b,c){var s +if(a!=b){s=a==null?null:isNaN(a) +if(s===!0){s=b==null?null:isNaN(b) +s=s===!0}else s=!1}else s=!0 +if(s)return a==null?null:a +if(a==null)a=0 +if(b==null)b=0 +return a*(1-c)+b*c}, +jf(a,b,c){return a*(1-c)+b*c}, +adi(a,b,c){return a*(1-c)+b*c}, +N(a,b,c){if(ac)return c +if(isNaN(a))return c +return a}, +anG(a,b){return A.W(A.m1(B.c.aX((a.gm(a)>>>24&255)*b),0,255),a.gm(a)>>>16&255,a.gm(a)>>>8&255,a.gm(a)&255)}, +mk(a){return new A.G(a>>>0)}, +W(a,b,c,d){return new A.G(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +af2(a,b,c,d){return new A.G(((B.c.cq(d*255,1)&255)<<24|(a&255)<<16|(b&255)<<8|c&255)>>>0)}, +af4(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.anG(a,1-c) +else if(a==null)return A.anG(b,c) +else return A.W(A.m1(B.c.V(A.adi(a.gm(a)>>>24&255,b.gm(b)>>>24&255,c)),0,255),A.m1(B.c.V(A.adi(a.gm(a)>>>16&255,b.gm(b)>>>16&255,c)),0,255),A.m1(B.c.V(A.adi(a.gm(a)>>>8&255,b.gm(b)>>>8&255,c)),0,255),A.m1(B.c.V(A.adi(a.gm(a)&255,b.gm(b)&255,c)),0,255))}, +asE(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.gm(b)>>>24&255 +q=n&255 +p=n>>>16&255 +n=n>>>8&255 +if(r===255)return A.W(255,B.f.cq(m*p+s*(b.gm(b)>>>16&255),255),B.f.cq(m*n+s*(b.gm(b)>>>8&255),255),B.f.cq(m*q+s*(b.gm(b)&255),255)) +else{r=B.f.cq(r*s,255) +o=m+r +return A.W(o,B.f.hd(p*m+(b.gm(b)>>>16&255)*r,o),B.f.hd(n*m+(b.gm(b)>>>8&255)*r,o),B.f.hd(q*m+(b.gm(b)&255)*r,o))}}, +akB(){return $.af().b4()}, +afC(a,b,c,d,e){return $.af().Km(0,a,b,c,d,e,null)}, +aua(a,b,c,d,e,f,g){var s,r +if(c.length!==d.length)A.a2(A.c9('"colors" and "colorStops" arguments must have equal length.',null)) +s=f!=null?A.rV(f):null +if(g!=null)r=g.j(0,a)&&!0 +else r=!0 +if(r)return $.af().Kp(0,a,b,c,d,e,s) +else return $.af().Kj(g,0,a,b,c,d,e,s)}, +Sx(a,b){return A.aBL(a,b)}, +aBL(a,b){var s=0,r=A.a0(t.hP),q,p=2,o,n=[],m,l,k,j,i,h,g,f +var $async$Sx=A.a1(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=$.af() +g=a.a +g.toString +q=h.Am(g) +s=1 +break +s=4 +break +case 5:h=$.af() +g=a.a +g.toString +s=6 +return A.a8(h.Am(g),$async$Sx) +case 6:m=d +p=7 +s=10 +return A.a8(m.h6(),$async$Sx) +case 10:l=d +try{g=J.SN(l) +k=g.gby(g) +g=J.SN(l) +j=g.gb7(g) +i=b.$2(k,j) +g=a.a +g.toString +f=i.a +f=h.ik(g,!1,i.b,f) +q=f +n=[1] +s=8 +break}finally{J.SN(l).l()}n.push(9) +s=8 +break +case 7:n=[2] +case 8:p=2 +m.l() +s=n.pop() +break +case 9:case 4:case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$Sx,r)}, +aws(a,b,c){var s,r,q=A.w(a.a,b.a,c) +q.toString +s=A.Gd(a.b,b.b,c) +s.toString +r=A.jf(a.c,b.c,c) +return new A.lx(q,s,r)}, +awt(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)a=A.a([],t.kO) +if(b==null)b=A.a([],t.kO) +s=A.a([],t.kO) +r=Math.min(a.length,b.length) +for(q=0;q=0)return 145 +return 64}throw A.d(A.O("Unexpected state: "+B.f.fe(d,16)))}, +aoD(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.m3(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +aoC(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.BA(r) +else{if(s>b){--s +p=a.charCodeAt(s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=A.m3(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +aCt(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.BA(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.m3(n,r) +s=o}else q=2}else q=2 +if(q===6)m=A.aoD(a,b,s)!==144?160:48 +else{l=q===1 +if(l||q===4)if(A.aoC(a,b,s)>=0)m=l?144:128 +else m=48 +else m=u.S.charCodeAt(q|176)}return new A.Tx(a,a.length,d,m).AS()}, +Tx:function Tx(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Tj:function Tj(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Du:function Du(){}, +Fn:function Fn(a,b){this.a=a +this.$ti=b}, +lX:function lX(){}, +qR:function qR(a,b){this.a=a +this.$ti=b}, +ql:function ql(a,b){this.a=a +this.$ti=b}, +ri:function ri(a,b,c){this.a=a +this.b=b +this.c=c}, +vn:function vn(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Ds:function Ds(){}, +EM:function EM(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +ib:function ib(a,b){this.a=a +this.b=b}, +cv:function cv(){}, +ef(a,b,c,d,e){var s=new A.oD(0,1,a,B.wQ,b,c,B.aq,B.E,new A.bt(A.a([],t.W),t.Y),new A.bt(A.a([],t.u),t.wi)) +s.r=e.tM(s.gE5()) +s.xA(d==null?0:d) +return s}, +ais(a,b,c){var s=new A.oD(-1/0,1/0,a,B.wR,null,null,B.aq,B.E,new A.bt(A.a([],t.W),t.Y),new A.bt(A.a([],t.u),t.wi)) +s.r=c.tM(s.gE5()) +s.xA(b) +return s}, +Kv:function Kv(a,b){this.a=a +this.b=b}, +BX:function BX(a,b){this.a=a +this.b=b}, +oD:function oD(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 +_.bU$=i +_.cc$=j}, +a9S:function a9S(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +Ks:function Ks(){}, +Kt:function Kt(){}, +Ku:function Ku(){}, +H8(a){var s=new A.wp(new A.bt(A.a([],t.W),t.Y),new A.bt(A.a([],t.u),t.wi),0) +s.c=a +if(a==null){s.a=B.E +s.b=0}return s}, +fE(a,b,c){var s,r=new A.tP(b,a,c) +r.IA(b.gaT(b)) +b.bm() +s=b.bU$ +s.b=!0 +s.a.push(r.gIz()) +return r}, +agx(a,b,c){var s,r,q=new A.o0(a,b,c,new A.bt(A.a([],t.W),t.Y),new A.bt(A.a([],t.u),t.wi)) +if(J.e(a.gm(a),b.gm(b))){q.a=b +q.b=null +s=b}else{if(a.gm(a)>b.gm(b))q.c=B.S8 +else q.c=B.S7 +s=a}s.ez(q.gmj()) +s=q.gyB() +q.a.a0(0,s) +r=q.b +if(r!=null){r.bm() +r=r.cc$ +r.b=!0 +r.a.push(s)}return q}, +ait(a,b,c){return new A.t6(a,b,new A.bt(A.a([],t.W),t.Y),new A.bt(A.a([],t.u),t.wi),0,c.h("t6<0>"))}, +Kn:function Kn(){}, +Ko:function Ko(){}, +t7:function t7(){}, +wp:function wp(a,b,c){var _=this +_.c=_.b=_.a=null +_.bU$=a +_.cc$=b +_.jN$=c}, +hF:function hF(a,b,c){this.a=a +this.bU$=b +this.jN$=c}, +tP:function tP(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +Qv:function Qv(a,b){this.a=a +this.b=b}, +o0:function o0(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.bU$=d +_.cc$=e}, +oZ:function oZ(){}, +t6:function t6(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.bU$=c +_.cc$=d +_.jN$=e +_.$ti=f}, +yF:function yF(){}, +yG:function yG(){}, +yH:function yH(){}, +Lm:function Lm(){}, +Os:function Os(){}, +Ot:function Ot(){}, +Ou:function Ou(){}, +P9:function P9(){}, +Pa:function Pa(){}, +Qs:function Qs(){}, +Qt:function Qt(){}, +Qu:function Qu(){}, +w6:function w6(){}, +eE:function eE(){}, +zg:function zg(){}, +iC:function iC(a,b,c){this.a=a +this.b=b +this.c=c}, +Jx:function Jx(){}, +ej:function ej(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Jw:function Jw(){}, +pf:function pf(a){this.a=a}, +Lr:function Lr(){}, +t5:function t5(){}, +t4:function t4(){}, +m9:function m9(){}, +kJ:function kJ(){}, +fp(a,b,c){return new A.aW(a,b,c.h("aW<0>"))}, +kS(a){return new A.jt(a)}, +aH:function aH(){}, +b9:function b9(a,b,c){this.a=a +this.b=b +this.$ti=c}, +i0:function i0(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aW:function aW(a,b,c){this.a=a +this.b=b +this.$ti=c}, +wS:function wS(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +il:function il(a,b){this.a=a +this.b=b}, +wy:function wy(a,b){this.a=a +this.b=b}, +mS:function mS(a,b){this.a=a +this.b=b}, +jt:function jt(a){this.a=a}, +B1:function B1(){}, +axa(a,b){var s=new A.ya(A.a([],b.h("r>")),A.a([],t.mz),b.h("ya<0>")) +s.TN(a,b) +return s}, +alS(a,b,c){return new A.qN(a,b,c.h("qN<0>"))}, +ya:function ya(a,b,c){this.a=a +this.b=b +this.$ti=c}, +qN:function qN(a,b,c){this.a=a +this.b=b +this.$ti=c}, +MN:function MN(a,b){this.a=a +this.b=b}, +asK(a,b){if(a==null)return null +return a instanceof A.fD?a.Nw(b):a}, +fD:function fD(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}, +UK:function UK(a){this.a=a}, +Lh:function Lh(){}, +aiQ(a,b,c,d,e,f,g,h){return new A.De(g,b,h,c,e,a,d,f)}, +De:function De(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}, +Li:function Li(){}, +Lj:function Lj(){}, +Dt:function Dt(){}, +asL(a){var s +if(a.gAs())return!1 +s=a.l6$ +if(s!=null&&s.length!==0)return!1 +s=a.glv() +if(s===B.di)return!1 +s=a.go +if(s.gaT(s)!==B.U)return!1 +s=a.id +if(s.gaT(s)!==B.E)return!1 +if(a.a.cx.a)return!1 +return!0}, +asM(a,b,c,d,e,f){var s,r,q,p=a.a.cx.a,o=p?c:A.fE(B.jT,c,new A.pf(B.jT)),n=$.aqN(),m=t.ve +m.a(o) +s=p?d:A.fE(B.kA,d,B.Cc) +r=$.aqG() +m.a(s) +p=p?c:A.fE(B.kA,c,null) +q=$.aq4() +return new A.Df(new A.b9(o,n,n.$ti.h("b9")),new A.b9(s,r,r.$ti.h("b9")),new A.b9(m.a(p),q,A.m(q).h("b9")),new A.r_(e,new A.UM(a),new A.UN(a,f),null,f.h("r_<0>")),null)}, +a8r(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.ae(s).h("ad<1,G>") +r=new A.i1(A.a6(new A.ad(s,new A.a8s(c),r),!0,r.h("aY.E"))) +s=r}return s}if(b==null){s=a.a +if(s==null)s=a +else{r=A.ae(s).h("ad<1,G>") +r=new A.i1(A.a6(new A.ad(s,new A.a8t(c),r),!0,r.h("aY.E"))) +s=r}return s}s=A.a([],t.t_) +for(r=b.a,q=a.a,p=0;p"))) +return new A.mD(r)}, +WR(a){return new A.mD(a)}, +atZ(a){return a}, +ajx(a,b){if(a.r&&!0)return +if($.afs===0||!1)A.aB4(J.ee(a.a),100,a.b) +else A.ahA().$1("Another exception was thrown: "+a.gQ4().i(0)) +$.afs=$.afs+1}, +au_(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.aU(["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.awE(J.arG(a,"\n")) +for(s=0,r=0;q=d.length,r0)q.push(h.a)}B.b.hc(q) +if(s===1)j.push("(elided one frame from "+B.b.gc9(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+B.b.gN(q) +l="(elided "+s +if(q.length>2)j.push(l+" frames from "+B.b.bi(q,", ")+")") +else j.push(l+" frames from "+B.b.bi(q," ")+")")}return j}, +dd(a){var s=$.hb() +if(s!=null)s.$1(a)}, +aB4(a,b,c){var s,r +A.ahA().$1(a) +s=A.a(B.d.BY(J.ee(c==null?A.awG():A.atZ(c))).split("\n"),t.s) +r=s.length +s=J.arS(r!==0?new A.xv(s,new A.adI(),t.Ws):s,b) +A.ahA().$1(B.b.bi(A.au_(s),"\n"))}, +axN(a,b,c){return new A.Ma(c,a,!0,!0,null,b)}, +lM:function lM(){}, +pe:function pe(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}, +E6:function E6(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}, +E3:function E3(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}, +bA:function bA(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +WS:function WS(a){this.a=a}, +mD:function mD(a){this.a=a}, +WT:function WT(){}, +WU:function WU(){}, +WV:function WV(){}, +adI:function adI(){}, +Ma:function Ma(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +Mc:function Mc(){}, +Mb:function Mb(){}, +Cc:function Cc(){}, +Tp:function Tp(a){this.a=a}, +axj(a){return new A.fr(a,$.aR())}, +ai:function ai(){}, +eD:function eD(){}, +U0:function U0(a){this.a=a}, +zr:function zr(a){this.a=a}, +fr:function fr(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +at1(a,b,c){var s=null +return A.io("",s,b,B.aA,a,!1,s,s,B.ab,s,!1,!1,!0,c,s,t.H)}, +io(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.eF(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.h("eF<0>"))}, +afd(a,b,c){return new A.DC(c,a,!0,!0,null,b)}, +b7(a){return B.d.j7(B.f.fe(J.p(a)&1048575,16),5,"0")}, +at0(a,b,c,d,e,f,g){return new A.DD(b,d,"",g,a,c,!0,!0,null,f)}, +u_:function u_(a,b){this.a=a +this.b=b}, +ip:function ip(a,b){this.a=a +this.b=b}, +aaB:function aaB(){}, +dB:function dB(){}, +eF:function eF(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}, +u0:function u0(){}, +DC:function DC(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +a5:function a5(){}, +V7:function V7(){}, +hh:function hh(){}, +DD:function DD(a,b,c,d,e,f,g,h,i,j){var _=this +_.f=a +_.r=b +_.x=c +_.y=d +_.z=e +_.a=f +_.b=g +_.c=h +_.d=i +_.e=j}, +Lz:function Lz(){}, +em:function em(){}, +Fs:function Fs(){}, +yb:function yb(){}, +ew:function ew(a,b){this.a=a +this.$ti=b}, +agP:function agP(a){this.$ti=a}, +fL:function fL(){}, +vc:function vc(){}, +vV(a){return new A.bt(A.a([],a.h("r<0>")),a.h("bt<0>"))}, +bt:function bt(a,b){var _=this +_.a=a +_.b=!1 +_.c=$ +_.$ti=b}, +uM:function uM(a,b){this.a=a +this.$ti=b}, +azQ(a){return A.bg(a,null,!1,t.X)}, +wi:function wi(a){this.a=a}, +acc:function acc(){}, +Mk:function Mk(a){this.a=a}, +lK:function lK(a,b){this.a=a +this.b=b}, +z6:function z6(a,b){this.a=a +this.b=b}, +d3:function d3(a,b){this.a=a +this.b=b}, +a6O(a){var s=new DataView(new ArrayBuffer(8)),r=A.cS(s.buffer,0,null) +return new A.a6N(new Uint8Array(a),s,r)}, +a6N:function a6N(a,b,c){var _=this +_.a=a +_.b=0 +_.c=!1 +_.d=b +_.e=c}, +wx:function wx(a){this.a=a +this.b=0}, +awE(a){var s=t.ZK +return A.a6(new A.hU(new A.en(new A.b_(A.a(B.d.em(a).split("\n"),t.s),new A.a4p(),t.Hd),A.aCz(),t.C9),s),!0,s.h("j.E"))}, +awD(a){var s,r,q="",p=$.apI().zY(a) +if(p==null)return null +s=A.a(p.b[1].split("."),t.s) +r=s.length>1?B.b.gK(s):q +return new A.hM(a,-1,q,q,q,-1,-1,r,s.length>1?A.dR(s,1,null,t.N).bi(0,"."):B.b.gc9(s))}, +awF(a){var s,r,q,p,o,n,m,l,k,j,i="" +if(a==="")return B.Lf +else if(a==="...")return B.Le +if(!B.d.bE(a,"#"))return A.awD(a) +s=A.e0("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0,!1).zY(a).b +r=s[2] +r.toString +q=A.rU(r,".","") +if(B.d.bE(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:i +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.o4(r) +m=n.gfX(n) +if(n.gnB()==="dart"||n.gnB()==="package"){l=n.guT()[0] +m=B.d.np(n.gfX(n),A.h(n.guT()[0])+"/","")}else l=i +r=s[1] +r.toString +r=A.eZ(r,null) +k=n.gnB() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=A.eZ(j,null)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=A.eZ(s,null)}return new A.hM(a,r,k,l,m,j,s,p,q)}, +hM:function hM(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}, +a4p:function a4p(){}, +bO:function bO(a,b){this.a=a +this.$ti=b}, +a50:function a50(a){this.a=a}, +ED:function ED(a,b){this.a=a +this.b=b}, +cZ:function cZ(){}, +EB:function EB(a,b,c){this.a=a +this.b=b +this.c=c}, +r9:function r9(a){var _=this +_.a=a +_.b=!0 +_.d=_.c=!1 +_.e=null}, +a9q:function a9q(a){this.a=a}, +Xv:function Xv(a){this.a=a}, +Xx:function Xx(a,b){this.a=a +this.b=b}, +Xw:function Xw(a,b,c){this.a=a +this.b=b +this.c=c}, +atY(a,b,c,d,e,f,g){return new A.uB(c,g,f,a,e,!1)}, +abj:function abj(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}, +pl:function pl(){}, +Xy:function Xy(a){this.a=a}, +Xz:function Xz(a,b){this.a=a +this.b=b}, +uB:function uB(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +anL(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}}, +avk(a,b){var s=A.ae(a) +return new A.hU(new A.en(new A.b_(a,new A.a0S(),s.h("b_<1>")),new A.a0T(b),s.h("en<1,aO?>")),t.FI)}, +a0S:function a0S(){}, +a0T:function a0T(a){this.a=a}, +ju:function ju(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}, +f4:function f4(a,b){this.a=a +this.b=b}, +a0V(a,b){var s,r +if(a==null)return b +s=new A.fs(new Float64Array(3)) +s.lM(b.a,b.b,0) +r=a.uW(s).a +return new A.q(r[0],r[1])}, +a0U(a,b,c,d){if(a==null)return c +if(b==null)b=A.a0V(a,d) +return b.a3(0,A.a0V(a,d.a3(0,c)))}, +ag5(a){var s,r,q=new Float64Array(4),p=new A.j3(q) +p.vV(0,0,1,0) +s=new Float64Array(16) +r=new A.bl(s) +r.aF(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.vU(2,p) +return r}, +avh(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.nk(o,d,n,0,e,a,h,B.h,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +avr(a,b,c,d,e,f,g,h,i,j,k,l){return new A.np(l,c,k,0,d,a,f,B.h,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +avm(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.jS(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)}, +avj(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.lm(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)}, +avl(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.ln(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)}, +avi(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.jR(a0,d,s,h,e,b,i,B.h,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +avn(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.nm(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)}, +avv(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.ns(a1,e,a0,i,f,b,j,B.h,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +avt(a,b,c,d,e,f,g){return new A.nq(e,g,b,f,0,c,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +avu(a,b,c,d,e,f){return new A.nr(f,b,e,0,c,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +avs(a,b,c,d,e,f,g){return new A.GY(e,g,b,f,0,c,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +avp(a,b,c,d,e,f,g){return new A.jT(g,b,f,c,B.bn,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +avq(a,b,c,d,e,f,g,h,i,j,k){return new A.no(c,d,h,g,k,b,j,e,B.bn,a,f,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,i,null,null)}, +avo(a,b,c,d,e,f,g){return new A.nn(g,b,f,c,B.bn,a,d,B.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +akK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.nl(a0,e,s,i,f,b,j,B.h,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +Br(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}}, +aAJ(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}}, +aO:function aO(){}, +d6:function d6(){}, +Ki:function Ki(){}, +QC:function QC(){}, +L_:function L_(){}, +nk:function nk(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}, +Qy:function Qy(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L9:function L9(){}, +np:function np(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}, +QJ:function QJ(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L4:function L4(){}, +jS:function jS(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}, +QE:function QE(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L2:function L2(){}, +lm:function lm(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}, +QB:function QB(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L3:function L3(){}, +ln:function ln(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}, +QD:function QD(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L1:function L1(){}, +jR:function jR(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}, +QA:function QA(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L5:function L5(){}, +nm:function nm(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}, +QF:function QF(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Ld:function Ld(){}, +ns:function ns(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}, +QN:function QN(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +dZ:function dZ(){}, +Lb:function Lb(){}, +nq:function nq(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 +_.J=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}, +QL:function QL(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Lc:function Lc(){}, +nr:function nr(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}, +QM:function QM(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +La:function La(){}, +GY:function GY(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 +_.J=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}, +QK:function QK(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L7:function L7(){}, +jT:function jT(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}, +QH:function QH(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L8:function L8(){}, +no:function no(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}, +QI:function QI(a,b){var _=this +_.d=_.c=$ +_.e=a +_.f=b +_.b=_.a=$}, +L6:function L6(){}, +nn:function nn(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}, +QG:function QG(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +L0:function L0(){}, +nl:function nl(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}, +Qz:function Qz(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +NV:function NV(){}, +NW:function NW(){}, +NX:function NX(){}, +NY:function NY(){}, +NZ:function NZ(){}, +O_:function O_(){}, +O0:function O0(){}, +O1:function O1(){}, +O2:function O2(){}, +O3:function O3(){}, +O4:function O4(){}, +O5:function O5(){}, +O6:function O6(){}, +O7:function O7(){}, +O8:function O8(){}, +O9:function O9(){}, +Oa:function Oa(){}, +Ob:function Ob(){}, +Oc:function Oc(){}, +Od:function Od(){}, +Oe:function Oe(){}, +Of:function Of(){}, +Og:function Og(){}, +Oh:function Oh(){}, +Oi:function Oi(){}, +Oj:function Oj(){}, +Ok:function Ok(){}, +Ol:function Ol(){}, +Om:function Om(){}, +On:function On(){}, +Oo:function Oo(){}, +RY:function RY(){}, +RZ:function RZ(){}, +S_:function S_(){}, +S0:function S0(){}, +S1:function S1(){}, +S2:function S2(){}, +S3:function S3(){}, +S4:function S4(){}, +S5:function S5(){}, +S6:function S6(){}, +S7:function S7(){}, +S8:function S8(){}, +S9:function S9(){}, +Sa:function Sa(){}, +Sb:function Sb(){}, +Sc:function Sc(){}, +Sd:function Sd(){}, +ajF(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?A.N(s,0,1):s}, +r6:function r6(a,b){this.a=a +this.b=b}, +hp:function hp(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}, +DB:function DB(a){this.a=a}, +afE(){var s=A.a([],t.om),r=new A.bl(new Float64Array(16)) +r.cS() +return new A.jA(s,A.a([r],t.rE),A.a([],t.cR))}, +ix:function ix(a,b){this.a=a +this.b=null +this.$ti=b}, +rE:function rE(){}, +zp:function zp(a){this.a=a}, +ro:function ro(a){this.a=a}, +jA:function jA(a,b,c){this.a=a +this.b=b +this.c=c}, +ak9(a,b,c){var s=b==null?B.kH:b,r=t.S,q=A.cQ(r),p=A.aoA() +return new A.eM(s,null,B.bf,A.z(r,t.o),q,a,c,p,A.z(r,t.Au))}, +auB(a){return a===1||a===2||a===4}, +pG:function pG(a){this.b=a}, +vm:function vm(a){this.b=a}, +pF:function pF(a,b){this.b=a +this.c=b}, +eM:function eM(a,b,c,d,e,f,g,h,i){var _=this +_.k2=!1 +_.b1=_.bM=_.b6=_.ai=_.au=_.bB=_.aE=_.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}, +ZO:function ZO(a,b){this.a=a +this.b=b}, +ZN:function ZN(a,b){this.a=a +this.b=b}, +ZM:function ZM(a,b){this.a=a +this.b=b}, +ku:function ku(a,b,c){this.a=a +this.b=b +this.c=c}, +agK:function agK(a,b){this.a=a +this.b=b}, +a10:function a10(a){this.a=a +this.b=$}, +a11:function a11(){}, +Fk:function Fk(a,b,c){this.a=a +this.b=b +this.c=c}, +atr(a){var s=a.gc7(a) +$.jh() +return new A.hR(s,new A.iV(),A.bg(20,null,!1,t.av))}, +ats(a){return a===1}, +am_(a,b){var s=t.S,r=A.cQ(s),q=A.ahz() +return new A.hS(B.aM,A.ahy(),B.bU,A.z(s,t.GY),A.aE(s),A.z(s,t.o),r,a,b,q,A.z(s,t.Au))}, +afF(a,b){var s=t.S,r=A.cQ(s),q=A.ahz() +return new A.ht(B.aM,A.ahy(),B.bU,A.z(s,t.GY),A.aE(s),A.z(s,t.o),r,a,b,q,A.z(s,t.Au))}, +yV:function yV(a,b){this.a=a +this.b=b}, +u9:function u9(){}, +VD:function VD(a,b){this.a=a +this.b=b}, +VI:function VI(a,b){this.a=a +this.b=b}, +VJ:function VJ(a,b){this.a=a +this.b=b}, +VE:function VE(){}, +VF:function VF(a,b){this.a=a +this.b=b}, +VG:function VG(a){this.a=a}, +VH:function VH(a,b){this.a=a +this.b=b}, +hS:function hS(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}, +ht:function ht(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}, +hB:function hB(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}, +atq(a){return a===1}, +Le:function Le(){this.a=!1}, +rC:function rC(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=!1}, +hk:function hk(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}, +a0W:function a0W(a,b){this.a=a +this.b=b}, +a0Y:function a0Y(){}, +a0X:function a0X(a,b,c){this.a=a +this.b=b +this.c=c}, +a0Z:function a0Z(){this.b=this.a=null}, +au8(a){return!0}, +VL:function VL(a,b){this.a=a +this.b=b}, +cF:function cF(){}, +vY:function vY(){}, +uI:function uI(a,b){this.a=a +this.b=b}, +q_:function q_(){}, +a15:function a15(a,b){this.a=a +this.b=b}, +fQ:function fQ(a,b){this.a=a +this.b=b}, +Mo:function Mo(){}, +awT(a,b){var s=t.S,r=A.cQ(s) +return new A.eQ(B.aB,18,B.bf,A.z(s,t.o),r,a,b,A.aem(),A.z(s,t.Au))}, +qD:function qD(a,b){this.a=a +this.c=b}, +qE:function qE(){}, +Cb:function Cb(){}, +eQ:function eQ(a,b,c,d,e,f,g,h,i){var _=this +_.aS=_.aA=_.a7=_.a5=_.I=_.J=_.b1=_.bM=_.b6=_.ai=_.au=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}, +a54:function a54(a,b){this.a=a +this.b=b}, +a55:function a55(a,b){this.a=a +this.b=b}, +a56:function a56(a,b){this.a=a +this.b=b}, +a57:function a57(a,b){this.a=a +this.b=b}, +a58:function a58(a){this.a=a}, +aud(a){var s=t.av,r=A.bg(20,null,!1,s) +$.jh() +return new A.mO(r,a,new A.iV(),A.bg(20,null,!1,s))}, +h2:function h2(a){this.a=a}, +lH:function lH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +zL:function zL(a,b){this.a=a +this.b=b}, +hR:function hR(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=0}, +mO:function mO(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +pH:function pH(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +arY(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.BS(r,q,p,n)}, +BS:function BS(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Kk:function Kk(){}, +auF(){return new A.uN(new A.ZW(),A.z(t.K,t.Qu))}, +a65:function a65(a,b){this.a=a +this.b=b}, +vv:function vv(a,b,c,d,e){var _=this +_.e=a +_.cx=b +_.db=c +_.R8=d +_.a=e}, +ZW:function ZW(){}, +a__:function a__(){}, +zl:function zl(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +aa4:function aa4(){}, +aa5:function aa5(){}, +aiu(a,b,c,d){return new A.ta(d,a,c,b,new A.Oq(null,null,1/0,56),null)}, +as3(a,b){var s=A.ao(a).RG.Q +if(s==null)s=56 +return s+0}, +ac3:function ac3(a){this.b=a}, +Oq:function Oq(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +ta:function ta(a,b,c,d,e,f){var _=this +_.c=a +_.f=b +_.x=c +_.ax=d +_.fx=e +_.a=f}, +T5:function T5(a,b){this.a=a +this.b=b}, +yr:function yr(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +a7k:function a7k(){}, +a7j:function a7j(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}, +as1(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.oE(b==null?null:b,e,d,g,h,j,i,f,a,c,l,n,o,m,k)}, +as2(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.S(a.c,b.c,c) +p=A.S(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.cW(a.r,b.r,c) +l=A.jB(a.w,b.w,c) +k=A.jB(a.x,b.x,c) +j=c<0.5 +if(j)i=a.y +else i=b.y +h=A.S(a.z,b.z,c) +g=A.S(a.Q,b.Q,c) +f=A.aQ(a.as,b.as,c) +e=A.aQ(a.at,b.at,c) +if(j)j=a.ax +else j=b.ax +return A.as1(k,s,i,q,r,l,p,o,m,n,j,h,e,g,f)}, +oE:function oE(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}, +Kx:function Kx(){}, +azR(a,b){var s,r,q,p,o=A.ba("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.am()}, +vy:function vy(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +ZY:function ZY(a,b){this.a=a +this.b=b}, +qY:function qY(a,b){this.a=a +this.b=b}, +kh:function kh(a,b){this.a=a +this.b=b}, +pI:function pI(a,b){var _=this +_.e=!0 +_.r=_.f=$ +_.a=a +_.b=b}, +ZZ:function ZZ(a,b){this.a=a +this.b=b}, +as5(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.S(a.c,b.c,c) +p=A.S(a.d,b.d,c) +o=A.aQ(a.e,b.e,c) +n=A.dm(a.f,b.f,c) +m=A.BU(a.r,b.r,c) +return new A.tg(s,r,q,p,o,n,m,A.Gd(a.w,b.w,c))}, +tg:function tg(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}, +KD:function KD(){}, +vw:function vw(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}, +N4:function N4(){}, +as9(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.S(a.b,b.b,c) +if(c<0.5)q=a.c +else q=b.c +p=A.S(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +return new A.tj(s,r,q,p,o,n,A.dm(a.r,b.r,c))}, +tj:function tj(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +KJ:function KJ(){}, +asa(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.S(a.b,b.b,c) +q=A.jB(a.c,b.c,c) +p=A.jB(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.w(a.f,b.f,c) +m=A.aQ(a.r,b.r,c) +l=A.aQ(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.tk(s,r,q,p,o,n,m,l,j,i,h,g,f,k)}, +tk:function tk(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}, +KK:function KK(){}, +asb(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.S(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.S(a.r,b.r,c) +l=A.cW(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.agk(a.z,b.z,c) +if(k)k=a.Q +else k=b.Q +return new A.tl(s,r,q,p,o,n,m,l,j,i,h,k,A.me(a.as,b.as,c))}, +tl:function tl(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}, +KL:function KL(){}, +ww:function ww(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}, +Oy:function Oy(a,b){var _=this +_.n1$=a +_.a=null +_.b=b +_.c=null}, +MJ:function MJ(a,b,c){this.e=a +this.c=b +this.a=c}, +OS:function OS(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abd:function abd(a,b){this.a=a +this.b=b}, +RH:function RH(){}, +asg(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=c<0.5 +if(s)r=a.a +else r=b.a +if(s)q=a.b +else q=b.b +if(s)p=a.c +else p=b.c +o=A.S(a.d,b.d,c) +n=A.S(a.e,b.e,c) +m=A.dm(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.tq(r,q,p,o,n,m,l,k,s)}, +tq:function tq(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}, +KM:function KM(){}, +Cm(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.b8(a1,c,g,m,o,s,d,n,k,f,j,h,i,q,p,l,a2,a0,b,e,a,r)}, +ih(a6,a7,a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5=null +if(a6==a7)return a6 +s=a6==null +r=s?a5:a6.a +q=a7==null +p=q?a5:a7.a +p=A.aC(r,p,a8,A.BF(),t.p8) +r=s?a5:a6.b +o=q?a5:a7.b +n=t._ +o=A.aC(r,o,a8,A.by(),n) +r=s?a5:a6.c +r=A.aC(r,q?a5:a7.c,a8,A.by(),n) +m=s?a5:a6.d +m=A.aC(m,q?a5:a7.d,a8,A.by(),n) +l=s?a5:a6.e +l=A.aC(l,q?a5:a7.e,a8,A.by(),n) +k=s?a5:a6.f +k=A.aC(k,q?a5:a7.f,a8,A.by(),n) +j=s?a5:a6.r +i=q?a5:a7.r +h=t.PM +i=A.aC(j,i,a8,A.BI(),h) +j=s?a5:a6.w +g=q?a5:a7.w +g=A.aC(j,g,a8,A.ahn(),t.pc) +j=s?a5:a6.x +f=q?a5:a7.x +e=t.tW +f=A.aC(j,f,a8,A.BH(),e) +j=s?a5:a6.y +j=A.aC(j,q?a5:a7.y,a8,A.BH(),e) +d=s?a5:a6.z +e=A.aC(d,q?a5:a7.z,a8,A.BH(),e) +d=s?a5:a6.Q +n=A.aC(d,q?a5:a7.Q,a8,A.by(),n) +d=s?a5:a6.as +h=A.aC(d,q?a5:a7.as,a8,A.BI(),h) +d=s?a5:a6.at +d=A.ash(d,q?a5:a7.at,a8) +c=s?a5:a6.ax +b=q?a5:a7.ax +b=A.aC(c,b,a8,A.ahg(),t.KX) +c=a8<0.5 +if(c)a=s?a5:a6.ay +else a=q?a5:a7.ay +if(c)a0=s?a5:a6.ch +else a0=q?a5:a7.ch +if(c)a1=s?a5:a6.CW +else a1=q?a5:a7.CW +if(c)a2=s?a5:a6.cx +else a2=q?a5:a7.cx +if(c)a3=s?a5:a6.cy +else a3=q?a5:a7.cy +a4=s?a5:a6.db +a4=A.BU(a4,q?a5:a7.db,a8) +if(c)s=s?a5:a6.dx +else s=q?a5:a7.dx +return A.Cm(a4,a2,o,i,a3,j,r,n,h,e,f,a,m,g,l,b,d,s,k,a1,p,a0)}, +ash(a,b,c){if(a==null&&b==null)return null +return new A.MY(a,b,c)}, +b8:function b8(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}, +MY:function MY(a,b,c){this.a=a +this.b=b +this.c=c}, +KN:function KN(){}, +aiJ(a,b,c,d){var s +$label0$0:{if(d<=1){s=a +break $label0$0}if(d<2){s=A.dm(a,b,d-1) +s.toString +break $label0$0}if(d<3){s=A.dm(b,c,d-2) +s.toString +break $label0$0}s=c +break $label0$0}return s}, +tr:function tr(){}, +yy:function yy(a,b,c){var _=this +_.r=_.f=_.e=_.d=null +_.cY$=a +_.bb$=b +_.a=null +_.b=c +_.c=null}, +a86:function a86(){}, +a83:function a83(a,b,c){this.a=a +this.b=b +this.c=c}, +a84:function a84(a,b){this.a=a +this.b=b}, +a85:function a85(a,b,c){this.a=a +this.b=b +this.c=c}, +a7H:function a7H(){}, +a7I:function a7I(){}, +a7J:function a7J(){}, +a7U:function a7U(){}, +a7X:function a7X(){}, +a7Y:function a7Y(){}, +a7Z:function a7Z(){}, +a8_:function a8_(){}, +a80:function a80(){}, +a81:function a81(){}, +a82:function a82(){}, +a7K:function a7K(){}, +a7L:function a7L(){}, +a7M:function a7M(){}, +a7V:function a7V(a){this.a=a}, +a7F:function a7F(a){this.a=a}, +a7W:function a7W(a){this.a=a}, +a7E:function a7E(a){this.a=a}, +a7N:function a7N(){}, +a7O:function a7O(){}, +a7P:function a7P(){}, +a7Q:function a7Q(){}, +a7R:function a7R(){}, +a7S:function a7S(){}, +a7T:function a7T(a){this.a=a}, +a7G:function a7G(){}, +Nj:function Nj(a){this.a=a}, +MK:function MK(a,b,c){this.e=a +this.c=b +this.a=c}, +OT:function OT(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abe:function abe(a,b){this.a=a +this.b=b}, +B2:function B2(){}, +TH:function TH(a,b){this.a=a +this.b=b}, +Cn:function Cn(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.as=f +_.at=g +_.ax=h}, +KO:function KO(){}, +ask(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.S(a.e,b.e,c) +n=A.dm(a.f,b.f,c) +return new A.ts(s,r,q,p,o,n,A.cW(a.r,b.r,c))}, +ts:function ts(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +KQ:function KQ(){}, +asm(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.aC(a.b,b.b,c,A.by(),q) +o=A.aC(a.c,b.c,c,A.by(),q) +q=A.aC(a.d,b.d,c,A.by(),q) +n=A.S(a.e,b.e,c) +if(s)m=a.f +else m=b.f +if(s)s=a.r +else s=b.r +l=t.KX.a(A.cW(a.w,b.w,c)) +return new A.tv(r,p,o,q,n,m,s,l,A.asl(a.x,b.x,c))}, +asl(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.aw(a,b,c)}, +tv:function tv(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}, +KT:function KT(){}, +asr(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.aC(a3.a,a4.a,a5,A.by(),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.dm(a3.Q,a4.Q,a5) +f=A.dm(a3.as,a4.as,a5) +e=A.asq(a3.at,a4.at,a5) +d=A.asp(a3.ax,a4.ax,a5) +c=A.aQ(a3.ay,a4.ay,a5) +b=A.aQ(a3.ch,a4.ch,a5) +if(j){j=a3.CW +if(j==null)j=B.V}else{j=a4.CW +if(j==null)j=B.V}a=A.S(a3.cx,a4.cx,a5) +a0=A.S(a3.cy,a4.cy,a5) +a1=a3.db +if(a1==null)a2=a4.db!=null +else a2=!0 +if(a2)a1=A.jB(a1,a4.db,a5) +else a1=null +return new A.tx(s,r,q,p,o,n,m,l,k,i,h,g,f,e,d,c,b,j,a,a0,a1)}, +asq(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a.a +return A.aw(new A.bx(A.W(0,s>>>16&255,s>>>8&255,s&255),0,B.J,-1),b,c)}if(b==null){s=a.a.a +return A.aw(new A.bx(A.W(0,s>>>16&255,s>>>8&255,s&255),0,B.J,-1),a,c)}return A.aw(a,b,c)}, +asp(a,b,c){if(a==null&&b==null)return null +return t.KX.a(A.cW(a,b,c))}, +tx:function tx(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}, +KV:function KV(){}, +af3(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.oX(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)}, +asD(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.af3(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)}, +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,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}, +KW:function KW(){}, +FA:function FA(a,b){this.b=a +this.a=b}, +asQ(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.UW(a.a,b.a,c) +r=t._ +q=A.aC(a.b,b.b,c,A.by(),r) +p=A.S(a.c,b.c,c) +o=A.S(a.d,b.d,c) +n=A.aQ(a.e,b.e,c) +r=A.aC(a.f,b.f,c,A.by(),r) +m=A.S(a.r,b.r,c) +l=A.aQ(a.w,b.w,c) +k=A.S(a.x,b.x,c) +j=A.S(a.y,b.y,c) +i=A.S(a.z,b.z,c) +h=A.S(a.Q,b.Q,c) +g=c<0.5 +f=g?a.as:b.as +g=g?a.at:b.at +return new A.tU(s,q,p,o,n,r,m,l,k,j,i,h,f,g)}, +tU:function tU(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}, +Lo:function Lo(){}, +asS(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.S(b6.b,b7.b,b8) +q=A.w(b6.c,b7.c,b8) +p=A.w(b6.d,b7.d,b8) +o=A.cW(b6.e,b7.e,b8) +n=A.w(b6.f,b7.f,b8) +m=A.w(b6.r,b7.r,b8) +l=A.aQ(b6.w,b7.w,b8) +k=A.aQ(b6.x,b7.x,b8) +j=A.aQ(b6.y,b7.y,b8) +i=A.aQ(b6.z,b7.z,b8) +h=t._ +g=A.aC(b6.Q,b7.Q,b8,A.by(),h) +f=A.aC(b6.as,b7.as,b8,A.by(),h) +e=A.aC(b6.at,b7.at,b8,A.by(),h) +d=A.aC(b6.ax,b7.ax,b8,A.by(),h) +c=A.aC(b6.ay,b7.ay,b8,A.by(),h) +b=A.asR(b6.ch,b7.ch,b8) +a=A.aQ(b6.CW,b7.CW,b8) +a0=A.aC(b6.cx,b7.cx,b8,A.by(),h) +a1=A.aC(b6.cy,b7.cy,b8,A.by(),h) +a2=A.aC(b6.db,b7.db,b8,A.by(),h) +a3=A.w(b6.dx,b7.dx,b8) +a4=A.S(b6.dy,b7.dy,b8) +a5=A.w(b6.fr,b7.fr,b8) +a6=A.w(b6.fx,b7.fx,b8) +a7=A.cW(b6.fy,b7.fy,b8) +a8=A.w(b6.go,b7.go,b8) +a9=A.w(b6.id,b7.id,b8) +b0=A.aQ(b6.k1,b7.k1,b8) +b1=A.aQ(b6.k2,b7.k2,b8) +b2=A.w(b6.k3,b7.k3,b8) +h=A.aC(b6.k4,b7.k4,b8,A.by(),h) +b3=A.w(b6.ok,b7.ok,b8) +if(b8<0.5)b4=b6.p1 +else b4=b7.p1 +b5=A.ih(b6.p2,b7.p2,b8) +return new A.tV(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.ih(b6.p3,b7.p3,b8))}, +asR(a,b,c){var s +if(a==b)return a +if(a==null){s=b.a.a +return A.aw(new A.bx(A.W(0,s>>>16&255,s>>>8&255,s&255),0,B.J,-1),b,c)}s=a.a.a +return A.aw(a,new A.bx(A.W(0,s>>>16&255,s>>>8&255,s&255),0,B.J,-1),c)}, +tV:function tV(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}, +Lq:function Lq(){}, +at2(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.S(a.b,b.b,c) +q=A.w(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.cW(a.e,b.e,c) +n=A.BU(a.f,b.f,c) +m=A.w(a.y,b.y,c) +l=A.aQ(a.r,b.r,c) +k=A.aQ(a.w,b.w,c) +return new A.u1(s,r,q,p,o,n,l,k,A.dm(a.x,b.x,c),m)}, +u1:function u1(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}, +LA:function LA(){}, +at8(a,b,c){var s,r,q,p +if(a===b&&!0)return a +s=A.w(a.a,b.a,c) +r=A.S(a.b,b.b,c) +q=A.S(a.c,b.c,c) +p=A.S(a.d,b.d,c) +return new A.u2(s,r,q,p,A.S(a.e,b.e,c))}, +u2:function u2(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +LE:function LE(){}, +atv(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.S(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.cW(a.f,b.f,c) +m=A.cW(a.r,b.r,c) +return new A.ub(s,r,q,p,o,n,m,A.S(a.w,b.w,c))}, +ub:function ub(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}, +LN:function LN(){}, +atw(a,b,c){var s,r +if(a===b&&!0)return a +s=A.aQ(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.uc(s,r,A.afV(a.c,b.c,c))}, +uc:function uc(a,b,c){this.a=a +this.b=b +this.c=c}, +LO:function LO(){}, +atE(a,b,c,d,e,f,g,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(d==null)s=h +else s=d +r=new A.yZ(c,s) +q=a2==null?h:a2 +if(e==null)p=h +else p=e +o=q==null +n=o&&p==null?h:new A.yZ(q,p) +m=o?h:new A.LS(q) +l=g==null?h:new A.LQ(g) +o=a6==null?h:new A.bc(a6,t.h9) +k=a5==null?h:new A.bc(a5,t.Ak) +j=t.iL +i=a3==null?h:new A.bc(a3,j) +return A.Cm(a,b,r,l,a0,h,n,h,h,i,new A.bc(a4,j),new A.LR(a1,f),m,k,o,new A.bc(a7,t.kU),h,a8,h,a9,new A.bc(b0,t.wG),b1)}, +aA5(a){var s +A.ao(a) +s=A.d1(a,B.iS) +s=s==null?null:s.gdC() +if(s==null)s=B.az +return A.aiJ(new A.b1(24,0,24,0),new A.b1(12,0,12,0),new A.b1(6,0,6,0),s.a)}, +DT:function DT(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.as=j +_.a=k}, +yZ:function yZ(a,b){this.a=a +this.b=b}, +LS:function LS(a){this.a=a}, +LQ:function LQ(a){this.a=a}, +LR:function LR(a,b){this.a=a +this.b=b}, +LT:function LT(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}, +a8Q:function a8Q(a){this.a=a}, +a8S:function a8S(a){this.a=a}, +a8U:function a8U(a){this.a=a}, +a8R:function a8R(){}, +a8T:function a8T(){}, +Rk:function Rk(){}, +Rl:function Rl(){}, +Rm:function Rm(){}, +Rn:function Rn(){}, +atD(a,b,c){if(a===b)return a +return new A.uh(A.ih(a.a,b.a,c))}, +uh:function uh(a){this.a=a}, +LU:function LU(){}, +ajs(a,b,c){if(b!=null&&!b.j(0,B.H))return A.asE(A.W(B.c.aX(255*A.atF(c)),b.gm(b)>>>16&255,b.gm(b)>>>8&255,b.gm(b)&255),a) +return a}, +atF(a){var s,r,q,p,o,n +if(a<0)return 0 +for(s=0;r=B.l5[s],q=r.a,a>=q;){if(a===q||s+1===6)return r.b;++s}p=B.l5[s-1] +o=p.a +n=p.b +return n+(a-o)/(q-o)*(r.b-n)}, +kj:function kj(a,b){this.a=a +this.b=b}, +atQ(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.dm(a.c,b.c,c) +p=A.BU(a.d,b.d,c) +o=A.dm(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.cW(a.y,b.y,c) +return new A.ut(s,r,q,p,o,n,m,l,k,j,A.cW(a.z,b.z,c))}, +ut:function ut(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}, +M_:function M_(){}, +atS(a,b,c){if(a===b)return a +return new A.uy(A.ih(a.a,b.a,c))}, +uy:function uy(a){this.a=a}, +M3:function M3(){}, +uA:function uA(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}, +a8E:function a8E(){}, +M9:function M9(a,b){this.a=a +this.b=b}, +El:function El(a,b,c,d){var _=this +_.c=a +_.z=b +_.k1=c +_.a=d}, +LP:function LP(a,b){this.a=a +this.b=b}, +KU:function KU(a,b){this.c=a +this.a=b}, +ON:function ON(a,b,c,d){var _=this +_.D=null +_.a2=a +_.af=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a8Y:function a8Y(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}, +awH(a,b){return a.r.a-16-a.e.c-a.a.a+b}, +am7(a,b,c,d,e){return new A.yq(c,d,a,b,new A.bt(A.a([],t.W),t.Y),new A.bt(A.a([],t.u),t.wi),0,e.h("yq<0>"))}, +WL:function WL(){}, +a4q:function a4q(){}, +Wy:function Wy(){}, +Wx:function Wx(){}, +a8V:function a8V(){}, +WK:function WK(){}, +abH:function abH(){}, +yq:function yq(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.a=c +_.b=d +_.d=_.c=null +_.bU$=e +_.cc$=f +_.jN$=g +_.$ti=h}, +Ro:function Ro(){}, +Rp:function Rp(){}, +atT(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.pg(k,a,i,m,a1,c,j,n,b,l,r,d,o,s,a0,p,g,e,f,h,q)}, +atU(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.S(a2.f,a3.f,a4) +m=A.S(a2.r,a3.r,a4) +l=A.S(a2.w,a3.w,a4) +k=A.S(a2.x,a3.x,a4) +j=A.S(a2.y,a3.y,a4) +i=A.cW(a2.z,a3.z,a4) +h=a4<0.5 +if(h)g=a2.Q +else g=a3.Q +f=A.S(a2.as,a3.as,a4) +e=A.me(a2.at,a3.at,a4) +d=A.me(a2.ax,a3.ax,a4) +c=A.me(a2.ay,a3.ay,a4) +b=A.me(a2.ch,a3.ch,a4) +a=A.S(a2.CW,a3.CW,a4) +a0=A.dm(a2.cx,a3.cx,a4) +a1=A.aQ(a2.cy,a3.cy,a4) +if(h)h=a2.db +else h=a3.db +return A.atT(r,k,n,g,a,a0,b,a1,q,m,s,j,p,l,f,c,h,i,e,d,o)}, +pg:function pg(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}, +M8:function M8(){}, +po(a,b,c,d,e){return new A.EW(b,a,c,e,d,null)}, +YA(a,b,c,d,e,f,g,h,i,j,k,l,m,a0){var s,r,q,p=null,o=g==null,n=o&&!0?p:new A.Mx(g,b) +if(o)o=!0 +else o=!1 +s=o?p:new A.Mz(g,f,i,h) +o=l==null?p:new A.bc(l,t.iL) +r=k==null?p:new A.bc(k,t.iL) +q=j==null?p:new A.bc(j,t.QL) +return A.Cm(a,p,p,p,d,p,n,p,q,r,o,new A.My(e,c),s,p,p,p,p,p,p,p,p,a0)}, +a9D:function a9D(a,b){this.a=a +this.b=b}, +EW:function EW(a,b,c,d,e,f){var _=this +_.w=a +_.z=b +_.ax=c +_.cx=d +_.dx=e +_.a=f}, +Ag:function Ag(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}, +Pr:function Pr(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +MB:function MB(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.ax=a +_.ay=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.as=l +_.a=m}, +a9C:function a9C(a){this.a=a}, +Mx:function Mx(a,b){this.a=a +this.b=b}, +Mz:function Mz(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +My:function My(a,b){this.a=a +this.b=b}, +MA:function MA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){var _=this +_.dy=a +_.fx=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3}, +a9z:function a9z(a){this.a=a}, +a9B:function a9B(a){this.a=a}, +a9A:function a9A(){}, +M4:function M4(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4){var _=this +_.dy=a +_.fr=b +_.fx=$ +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h +_.r=i +_.w=j +_.x=k +_.y=l +_.z=m +_.Q=n +_.as=o +_.at=p +_.ax=q +_.ay=r +_.ch=s +_.CW=a0 +_.cx=a1 +_.cy=a2 +_.db=a3 +_.dx=a4}, +a8Z:function a8Z(a){this.a=a}, +a9_:function a9_(a){this.a=a}, +a91:function a91(a){this.a=a}, +a90:function a90(){}, +M5:function M5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4){var _=this +_.dy=a +_.fr=b +_.fx=$ +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h +_.r=i +_.w=j +_.x=k +_.y=l +_.z=m +_.Q=n +_.as=o +_.at=p +_.ax=q +_.ay=r +_.ch=s +_.CW=a0 +_.cx=a1 +_.cy=a2 +_.db=a3 +_.dx=a4}, +a92:function a92(a){this.a=a}, +a93:function a93(a){this.a=a}, +a95:function a95(a){this.a=a}, +a94:function a94(){}, +NH:function NH(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){var _=this +_.dy=a +_.fx=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3}, +aaH:function aaH(a){this.a=a}, +aaI:function aaI(a){this.a=a}, +aaK:function aaK(a){this.a=a}, +aaL:function aaL(a){this.a=a}, +aaJ:function aaJ(){}, +Rt:function Rt(){}, +aue(a,b,c){if(a===b)return a +return new A.mP(A.ih(a.a,b.a,c))}, +ajN(a,b){return new A.uR(b,a,null)}, +ajO(a){var s=a.ah(t.g5),r=s==null?null:s.w +return r==null?A.ao(a).aS:r}, +mP:function mP(a){this.a=a}, +uR:function uR(a,b,c){this.w=a +this.b=b +this.a=c}, +MC:function MC(){}, +l0:function l0(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}, +azs(a,b,c){if(c!=null)return c +if(b)return new A.ad7(a) +return null}, +ad7:function ad7(a){this.a=a}, +a9R:function a9R(){}, +uY:function uY(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}, +ajV(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0){var s=null +return new A.F5(c,o,s,s,s,s,n,s,s,s,s,l,m,j,!0,B.b1,s,s,d,f,i,h,p,q,r,e!==!1,!1,k,!1,g,b,a0,s,s)}, +mT:function mT(){}, +px:function px(){}, +zI:function zI(a,b,c){this.f=a +this.b=b +this.a=c}, +uX:function uX(){}, +zd:function zd(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}, +lO:function lO(a,b){this.a=a +this.b=b}, +zc:function zc(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.w=$ +_.x=null +_.y=b +_.z=null +_.Q=!1 +_.ie$=c +_.a=null +_.b=d +_.c=null}, +a9P:function a9P(){}, +a9L:function a9L(a){this.a=a}, +a9O:function a9O(){}, +a9Q:function a9Q(a,b){this.a=a +this.b=b}, +a9K:function a9K(a,b){this.a=a +this.b=b}, +a9N:function a9N(a){this.a=a}, +a9M:function a9M(a,b){this.a=a +this.b=b}, +F5:function F5(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}, +B6:function B6(){}, +atV(a){if(a===-1)return"FloatingLabelAlignment.start" +if(a===0)return"FloatingLabelAlignment.center" +return"FloatingLabelAlignment(x: "+B.f.R(a,1)+")"}, +WM:function WM(a,b){this.a=a +this.b=b}, +Em:function Em(){}, +F6:function F6(){}, +MI:function MI(){}, +auy(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.vh(b,l,m,j,e,o,r,n,f,a,p,k,d,h,g,c,i,s,q)}, +auz(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.cW(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.aQ(a0.r,a1.r,a2) +k=A.aQ(a0.w,a1.w,a2) +j=A.aQ(a0.x,a1.x,a2) +i=A.dm(a0.y,a1.y,a2) +h=A.w(a0.z,a1.z,a2) +g=A.w(a0.Q,a1.Q,a2) +f=A.S(a0.as,a1.as,a2) +e=A.S(a0.at,a1.at,a2) +d=A.S(a0.ax,a1.ax,a2) +if(s)c=a0.ay +else c=a1.ay +if(s)b=a0.ch +else b=a1.ch +if(s)a=a0.CW +else a=a1.CW +if(s)s=a0.cx +else s=a1.cx +return A.auy(i,r,c,f,n,j,d,e,b,o,g,q,p,k,m,h,s,l,a)}, +vh:function vh(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}, +N1:function N1(){}, +ZV(a,b,c,d,e,f,g,h,i,j,k){return new A.vu(b,k,e,d,g,i,j,h,c,a,f)}, +auj(a,b){var s,r,q,p,o,n,m,l,k,j,i=t.d,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.B)||!o.lu(r))return null +h.push(o) +r=o}if(q<=p){n=s.d +if(!(n instanceof A.B)||!n.lu(s))return null +g.push(n) +s=n}}m=new A.bl(new Float64Array(16)) +m.cS() +l=new A.bl(new Float64Array(16)) +l.cS() +for(k=g.length-1;k>0;k=j){j=k-1 +g[k].cC(g[j],m)}for(k=h.length-1;k>0;k=j){j=k-1 +h[k].cC(h[j],l)}if(l.eC(l)!==0){l.ck(0,m) +i=l}else i=null +return i}, +lc:function lc(a,b){this.a=a +this.b=b}, +vu:function vu(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.Q=i +_.as=j +_.a=k}, +N8:function N8(a,b,c,d){var _=this +_.d=a +_.cY$=b +_.bb$=c +_.a=null +_.b=d +_.c=null}, +aal:function aal(a){this.a=a}, +zS:function zS(a,b,c,d){var _=this +_.D=a +_.af=b +_.bh=null +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +MH:function MH(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +l_:function l_(){}, +nN:function nN(a,b){this.a=a +this.b=b}, +zm:function zm(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.c=i +_.d=j +_.e=k +_.a=l}, +N5:function N5(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.l8$=a +_.hu$=b +_.a=null +_.b=c +_.c=null}, +aa6:function aa6(){}, +aa7:function aa7(){}, +aa8:function aa8(){}, +aa9:function aa9(){}, +Aj:function Aj(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Pz:function Pz(a,b,c){this.b=a +this.c=b +this.a=c}, +Rv:function Rv(){}, +N6:function N6(){}, +Dv:function Dv(){}, +n6(a,b,c){if(c.h("b5<0>").b(a))return a.Y(b) +return a}, +aC(a,b,c,d,e){if(a==null&&b==null)return null +return new A.zf(a,b,c,d,e.h("zf<0>"))}, +afT(a){var s=A.aE(t.ui) +if(a!=null)s.C(0,a) +return new A.FE(s,$.aR())}, +cc:function cc(a,b){this.a=a +this.b=b}, +FD:function FD(){}, +LW:function LW(){}, +b5:function b5(){}, +zf:function zf(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +br:function br(a,b){this.a=a +this.$ti=b}, +bc:function bc(a,b){this.a=a +this.$ti=b}, +FE:function FE(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +FC:function FC(){}, +a_2:function a_2(a,b,c){this.a=a +this.b=b +this.c=c}, +a_0:function a_0(){}, +a_1:function a_1(){}, +auM(a,b,c){if(a===b)return a +return new A.FL(A.afV(a.a,b.a,c))}, +FL:function FL(a){this.a=a}, +auN(a,b,c){if(a===b)return a +return new A.vA(A.ih(a.a,b.a,c))}, +vA:function vA(a){this.a=a}, +Na:function Na(){}, +afV(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.aC(r,p,c,A.by(),o) +r=s?d:a.b +r=A.aC(r,q?d:b.b,c,A.by(),o) +n=s?d:a.c +o=A.aC(n,q?d:b.c,c,A.by(),o) +n=s?d:a.d +m=q?d:b.d +m=A.aC(n,m,c,A.BI(),t.PM) +n=s?d:a.e +l=q?d:b.e +l=A.aC(n,l,c,A.ahn(),t.pc) +n=s?d:a.f +k=q?d:b.f +j=t.tW +k=A.aC(n,k,c,A.BH(),j) +n=s?d:a.r +n=A.aC(n,q?d:b.r,c,A.BH(),j) +i=s?d:a.w +j=A.aC(i,q?d:b.w,c,A.BH(),j) +i=s?d:a.x +h=q?d:b.x +g=s?d:a.y +f=q?d:b.y +f=A.aC(g,f,c,A.ahg(),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.FM(p,r,o,m,l,k,n,j,new A.N_(i,h,c),f,e,g,A.BU(s,q?d:b.as,c))}, +FM:function FM(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}, +N_:function N_(a,b,c){this.a=a +this.b=b +this.c=c}, +Nb:function Nb(){}, +auO(a,b,c){if(a===b)return a +return new A.pL(A.afV(a.a,b.a,c))}, +pL:function pL(a){this.a=a}, +Nc:function Nc(){}, +auZ(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.S(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.S(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.cW(a.r,b.r,c) +l=A.aC(a.w,b.w,c,A.BF(),t.p8) +k=A.aC(a.x,b.x,c,A.aot(),t.lF) +if(c<0.5)j=a.y +else j=b.y +return new A.vO(s,r,q,p,o,n,m,l,k,j)}, +vO:function vO(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}, +Np:function Np(){}, +av_(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=A.S(a.a,b.a,c) +r=A.w(a.b,b.b,c) +q=A.S(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.cW(a.r,b.r,c) +l=a.w +l=A.agk(l,l,c) +k=A.aC(a.x,b.x,c,A.BF(),t.p8) +return new A.vP(s,r,q,p,o,n,m,l,k,A.aC(a.y,b.y,c,A.aot(),t.lF))}, +vP:function vP(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}, +Nq:function Nq(){}, +av0(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.S(a.b,b.b,c) +q=A.aQ(a.c,b.c,c) +p=A.aQ(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.jB(o,b.e,c) +n=a.f +if(n==null)m=b.f==null +else m=!1 +if(m)n=null +else n=A.jB(n,b.f,c) +m=A.S(a.r,b.r,c) +l=c<0.5 +if(l)k=a.w +else k=b.w +if(l)l=a.x +else l=b.x +j=A.w(a.y,b.y,c) +i=A.cW(a.z,b.z,c) +h=A.S(a.Q,b.Q,c) +return new A.vQ(s,r,q,p,o,n,m,k,l,j,i,h,A.S(a.as,b.as,c))}, +vQ:function vQ(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}, +Nr:function Nr(){}, +akw(a,b,c){var s=null +return new A.Gi(b,s,s,s,c,B.M,s,!1,s,a,s)}, +akx(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=null,h=a2==null?i:a2 +if(e==null)s=i +else s=e +r=h==null +q=r&&s==null?i:new A.zE(h,s) +p=c==null +if(p&&d==null)o=i +else if(d==null){p=p?i:new A.bc(c,t.Il) +o=p}else{p=new A.zE(c,d) +o=p}n=r?i:new A.NE(h) +r=b1==null?i:new A.bc(b1,t.XL) +p=a6==null?i:new A.bc(a6,t.h9) +m=g==null?i:new A.bc(g,t.QL) +l=a4==null?i:new A.bc(a4,t.iL) +k=a3==null?i:new A.bc(a3,t.iL) +j=a8==null?i:new A.bc(a8,t.e1) +return A.Cm(a,b,o,m,a0,i,q,i,i,k,l,new A.ND(a1,f),n,new A.bc(a5,t.Ak),p,new A.bc(a7,t.kU),j,a9,i,b0,r,b2)}, +aA6(a){var s +A.ao(a) +s=A.d1(a,B.iS) +s=s==null?null:s.gdC() +if(s==null)s=B.az +return A.aiJ(new A.b1(24,0,24,0),new A.b1(12,0,12,0),new A.b1(6,0,6,0),s.a)}, +Gi:function Gi(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.as=j +_.a=k}, +zE:function zE(a,b){this.a=a +this.b=b}, +NE:function NE(a){this.a=a}, +ND:function ND(a,b){this.a=a +this.b=b}, +NF:function NF(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}, +aaD:function aaD(a){this.a=a}, +aaF:function aaF(a){this.a=a}, +aaG:function aaG(a){this.a=a}, +aaE:function aaE(){}, +RC:function RC(){}, +RD:function RD(){}, +RE:function RE(){}, +av6(a,b,c){if(a===b)return a +return new A.w_(A.ih(a.a,b.a,c))}, +w_:function w_(a){this.a=a}, +NG:function NG(){}, +ake(a,b,c){var s=null,r=A.a([],t.Zt),q=$.ag,p=A.H8(B.cB),o=A.a([],t.fy),n=$.aR(),m=$.ag,l=b==null?B.vf:b +return new A.hy(a,!1,!0,!1,r,A.aE(t.ZD),new A.cb(s,c.h("cb>")),new A.cb(s,t.re),new A.a0e(),s,0,new A.bD(new A.at(q,c.h("at<0?>")),c.h("bD<0?>")),p,o,l,new A.fr(s,n),new A.bD(new A.at(m,c.h("at<0?>")),c.h("bD<0?>")),c.h("hy<0>"))}, +hy:function hy(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.jW=a +_.bM=b +_.b1=c +_.J=d +_.fy=!1 +_.id=_.go=null +_.k1=e +_.k2=f +_.k3=g +_.k4=h +_.ok=i +_.p1=$ +_.p2=null +_.p3=$ +_.l6$=j +_.Le$=k +_.y=l +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=m +_.CW=_.ch=null +_.e=n +_.a=null +_.b=o +_.c=p +_.d=q +_.$ti=r}, +FB:function FB(){}, +zn:function zn(){}, +anM(a,b,c){var s,r +a.cS() +if(b===1)return +a.cJ(0,b,b) +s=c.a +r=c.b +a.ac(0,-((s*b-s)/2),-((r*b-r)/2))}, +amW(a,b,c,d){var s=new A.B_(c,a,d,b,new A.bl(new Float64Array(16)),A.ar(),A.ar(),$.aR()),r=s.gej() +a.a0(0,r) +a.ez(s.gop()) +d.a.a0(0,r) +b.a0(0,r) +return s}, +amX(a,b,c,d){var s=new A.B0(c,d,b,a,new A.bl(new Float64Array(16)),A.ar(),A.ar(),$.aR()),r=s.gej() +d.a.a0(0,r) +b.a0(0,r) +a.ez(s.gop()) +return s}, +Rg:function Rg(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +acF:function acF(a){this.a=a}, +acG:function acG(a){this.a=a}, +acH:function acH(a){this.a=a}, +acI:function acI(a){this.a=a}, +lY:function lY(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Re:function Re(a,b,c,d){var _=this +_.d=$ +_.jR$=a +_.iU$=b +_.jS$=c +_.a=null +_.b=d +_.c=null}, +lZ:function lZ(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Rf:function Rf(a,b,c,d){var _=this +_.d=$ +_.jR$=a +_.iU$=b +_.jS$=c +_.a=null +_.b=d +_.c=null}, +jN:function jN(){}, +Kg:function Kg(){}, +Dg:function Dg(){}, +Gj:function Gj(){}, +a0g:function a0g(a){this.a=a}, +rH:function rH(){}, +B_:function B_(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.fx$=0 +_.fy$=h +_.id$=_.go$=0 +_.k1$=!1}, +acD:function acD(a,b){this.a=a +this.b=b}, +B0:function B0(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.fx$=0 +_.fy$=h +_.id$=_.go$=0 +_.k1$=!1}, +acE:function acE(a,b){this.a=a +this.b=b}, +NM:function NM(){}, +Bc:function Bc(){}, +Bd:function Bd(){}, +avw(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.cW(a.b,b.b,c) +q=A.S(a.c,b.c,c) +p=A.w(a.d,b.d,c) +o=A.w(a.e,b.e,c) +n=A.aQ(a.f,b.f,c) +m=A.aC(a.r,b.r,c,A.BF(),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.wl(s,r,q,p,o,n,m,k,j,l,i,A.S(a.Q,b.Q,c))}, +wl:function wl(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}, +Op:function Op(){}, +avM(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.S(a.c,b.c,c) +p=A.w(a.d,b.d,c) +return new A.wo(s,r,q,p,A.w(a.e,b.e,c))}, +wo:function wo(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Or:function Or(){}, +avN(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.aC(a.b,b.b,c,A.by(),q) +if(s)o=a.e +else o=b.e +q=A.aC(a.c,b.c,c,A.by(),q) +n=A.S(a.d,b.d,c) +if(s)s=a.f +else s=b.f +return new A.wr(r,p,q,n,o,s)}, +wr:function wr(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Ov:function Ov(){}, +al8(a,b,c){return new A.wX(a,c,b,null)}, +a2N(a){var s=a.u8(t.Np) +if(s!=null)return s +throw A.d(A.WR(A.a([A.um("Scaffold.of() called with a context that does not contain a Scaffold."),A.bh("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.E4('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.E4("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.a45("The context used was")],t.E)))}, +eV:function eV(a,b){this.a=a +this.b=b}, +wY:function wY(a,b){this.c=a +this.a=b}, +Ih:function Ih(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.r=c +_.y=_.x=null +_.cY$=d +_.bb$=e +_.a=null +_.b=f +_.c=null}, +a2I:function a2I(a,b,c){this.a=a +this.b=b +this.c=c}, +A4:function A4(a,b,c){this.f=a +this.b=b +this.a=c}, +a2J:function a2J(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}, +Ig:function Ig(a,b){this.a=a +this.b=b}, +Pi:function Pi(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.fx$=0 +_.fy$=c +_.id$=_.go$=0 +_.k1$=!1}, +yv:function yv(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g}, +KH:function KH(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +abF:function abF(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}, +z_:function z_(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +z0:function z0(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.y=null +_.cY$=a +_.bb$=b +_.a=null +_.b=c +_.c=null}, +a96:function a96(a,b){this.a=a +this.b=b}, +wX:function wX(a,b,c,d){var _=this +_.e=a +_.f=b +_.ch=c +_.a=d}, +qd:function qd(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 +_.bn$=i +_.fI$=j +_.u1$=k +_.ed$=l +_.fJ$=m +_.cY$=n +_.bb$=o +_.a=null +_.b=p +_.c=null}, +a2L:function a2L(a,b){this.a=a +this.b=b}, +a2K:function a2K(a,b){this.a=a +this.b=b}, +a2M:function a2M(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +LC:function LC(a,b){this.e=a +this.a=b +this.b=null}, +Pj:function Pj(a,b,c){this.f=a +this.b=b +this.a=c}, +abG:function abG(){}, +A5:function A5(){}, +A6:function A6(){}, +A7:function A7(){}, +B4:function B4(){}, +Ir:function Ir(a,b,c){this.c=a +this.d=b +this.a=c}, +rk:function rk(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}, +N7:function N7(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=$ +_.cY$=b +_.bb$=c +_.a=null +_.b=d +_.c=null}, +aae:function aae(a){this.a=a}, +aab:function aab(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aad:function aad(a,b,c){this.a=a +this.b=b +this.c=c}, +aac:function aac(a,b,c){this.a=a +this.b=b +this.c=c}, +aaa:function aaa(a){this.a=a}, +aak:function aak(a){this.a=a}, +aaj:function aaj(a){this.a=a}, +aai:function aai(a){this.a=a}, +aag:function aag(a){this.a=a}, +aah:function aah(a){this.a=a}, +aaf:function aaf(a){this.a=a}, +awf(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.aC(a.a,b.a,c,A.ap0(),s) +q=A.aC(a.b,b.b,c,A.BI(),t.PM) +s=A.aC(a.c,b.c,c,A.ap0(),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.ws(a.f,b.f,c) +m=t._ +l=A.aC(a.r,b.r,c,A.by(),m) +k=A.aC(a.w,b.w,c,A.by(),m) +m=A.aC(a.x,b.x,c,A.by(),m) +j=A.S(a.y,b.y,c) +i=A.S(a.z,b.z,c) +return new A.xa(r,q,s,p,o,n,l,k,m,j,i,A.S(a.Q,b.Q,c))}, +azO(a,b,c){return c<0.5?a:b}, +xa:function xa(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}, +Pn:function Pn(){}, +awh(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.aC(a.a,b.a,c,A.BI(),t.PM) +r=t._ +q=A.aC(a.b,b.b,c,A.by(),r) +p=A.aC(a.c,b.c,c,A.by(),r) +o=A.aC(a.d,b.d,c,A.by(),r) +r=A.aC(a.e,b.e,c,A.by(),r) +n=A.awg(a.f,b.f,c) +m=A.aC(a.r,b.r,c,A.ahg(),t.KX) +l=A.aC(a.w,b.w,c,A.ahn(),t.pc) +k=t.p8 +j=A.aC(a.x,b.x,c,A.BF(),k) +k=A.aC(a.y,b.y,c,A.BF(),k) +i=A.me(a.z,b.z,c) +if(c<0.5)h=a.Q +else h=b.Q +return new A.xb(s,q,p,o,r,n,m,l,j,k,i,h)}, +awg(a,b,c){if(a==b)return a +return new A.MZ(a,b,c)}, +xb:function xb(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}, +MZ:function MZ(a,b,c){this.a=a +this.b=b +this.c=c}, +Po:function Po(){}, +awj(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.S(a.b,b.b,c) +q=A.w(a.c,b.c,c) +p=A.awi(a.d,b.d,c) +o=A.akv(a.e,b.e,c) +n=a.f +m=b.f +l=A.aQ(n,m,c) +n=A.aQ(n,m,c) +m=A.me(a.w,b.w,c) +return new A.xc(s,r,q,p,o,l,n,m,A.w(a.x,b.x,c))}, +awi(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.aw(a,b,c)}, +xc:function xc(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}, +Pp:function Pp(){}, +awl(a,b,c){var s,r +if(a===b&&!0)return a +s=A.ih(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.xd(s,r)}, +xd:function xd(a,b){this.a=a +this.b=b}, +Pq:function Pq(){}, +awz(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.S(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.aQ(b2.go,b3.go,b4) +a9=A.S(b2.id,b3.id,b4) +b0=c?b2.k1:b3.k1 +b1=c?b2.k2:b3.k2 +return new A.xw(s,r,q,p,o,m,n,l,k,j,i,h,g,f,e,d,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,c?b2.k3:b3.k3)}, +xw:function xw(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}, +PL:function PL(){}, +xy:function xy(a,b){this.a=a +this.b=b}, +awC(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.aQ(a.d,b.d,c) +o=A.S(a.e,b.e,c) +n=A.cW(a.f,b.f,c) +if(c<0.5)m=a.r +else m=b.r +l=A.S(a.w,b.w,c) +k=A.afq(a.x,b.x,c) +j=A.w(a.z,b.z,c) +i=A.S(a.Q,b.Q,c) +h=A.w(a.as,b.as,c) +return new A.xz(s,r,q,p,o,n,m,l,k,j,i,h,A.w(a.at,b.at,c))}, +xz:function xz(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}, +PQ:function PQ(){}, +awO(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=t._ +r=A.aC(a.a,b.a,c,A.by(),s) +q=A.aC(a.b,b.b,c,A.by(),s) +p=A.aC(a.c,b.c,c,A.by(),s) +o=A.aC(a.d,b.d,c,A.BI(),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.aC(a.r,b.r,c,A.by(),s) +k=A.S(a.w,b.w,c) +if(n)n=a.x +else n=b.x +return new A.xL(r,q,p,o,m,l,s,k,n)}, +xL:function xL(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}, +Q5:function Q5(){}, +awR(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.UW(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.dm(a.r,b.r,c) +k=A.aQ(a.w,b.w,c) +j=A.w(a.x,b.x,c) +i=A.aQ(a.y,b.y,c) +h=A.aC(a.z,b.z,c,A.by(),t._) +g=q?a.Q:b.Q +f=q?a.as:b.as +return new A.xN(s,r,p,o,n,m,l,k,j,i,h,g,f,q?a.at:b.at)}, +xN:function xN(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}, +Q8:function Q8(){}, +awV(a,b,c){if(a===b)return a +return new A.xS(A.ih(a.a,b.a,c))}, +xS:function xS(a){this.a=a}, +Q9:function Q9(){}, +awZ(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.y0(s,r,A.w(a.c,b.c,c))}, +y0:function y0(a,b,c){this.a=a +this.b=b +this.c=c}, +Qc:function Qc(){}, +agu(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.d5(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, +qJ(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.aQ(a.a,b.a,c) +r=A.aQ(a.b,b.b,c) +q=A.aQ(a.c,b.c,c) +p=A.aQ(a.d,b.d,c) +o=A.aQ(a.e,b.e,c) +n=A.aQ(a.f,b.f,c) +m=A.aQ(a.r,b.r,c) +l=A.aQ(a.w,b.w,c) +k=A.aQ(a.x,b.x,c) +j=A.aQ(a.y,b.y,c) +i=A.aQ(a.z,b.z,c) +h=A.aQ(a.Q,b.Q,c) +g=A.aQ(a.as,b.as,c) +f=A.aQ(a.at,b.at,c) +return A.agu(j,i,h,s,r,q,p,o,n,g,f,A.aQ(a.ax,b.ax,c),m,l,k)}, +d5:function d5(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}, +Qf:function Qf(){}, +ao(a){var s,r=a.ah(t.Nr),q=A.auA(a,B.Qb,t.c4)==null?null:B.vi +if(q==null)q=B.vi +s=r==null?null:r.w.c +if(s==null)s=$.apM() +return A.ax3(s,s.p4.OH(q))}, +Jv:function Jv(a,b,c){this.c=a +this.d=b +this.a=c}, +zb:function zb(a,b,c){this.w=a +this.b=b +this.a=c}, +nX:function nX(a,b){this.a=a +this.b=b}, +t2:function t2(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +Kr:function Kr(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.l8$=a +_.hu$=b +_.a=null +_.b=c +_.c=null}, +a7i:function a7i(){}, +alJ(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,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9=null,d0=A.a([],t.FO),d1=A.m2() +switch(d1.a){case 0:case 1:case 2:s=B.HL +break +case 3:case 4:case 5:s=B.HM +break +default:s=c9}if(d5==null)d5=A.am3(d1) +r=B.z3 +if(d2==null)q=c9 +else q=d2 +if(q==null)q=B.V +p=q===B.aa +o=p?B.zm:B.zl +n=p?o.cy:o.b +m=p?o.db:o.c +l=o.CW +k=o.cy +j=o.fr +if(j==null)j=o.cx +i=o.at +h=d2===B.aa +g=l +f=n +e=m +d=g +c=k +b=d +if(f==null)f=p?B.zR:B.eq +a=A.a63(f) +a0=p?B.AI:B.km +a1=p?B.k:B.k9 +a2=a===B.aa +if(p)a3=B.kf +else{a4=o==null?c9:o.f +a3=a4==null?B.fJ:a4}a5=p?A.W(31,255,255,255):A.W(31,0,0,0) +a6=p?A.W(10,255,255,255):A.W(10,0,0,0) +if(l==null)l=p?B.kc:B.BA +if(g==null)g=l +if(c==null)c=p?B.fK:B.i +if(j==null)j=p?B.C6:B.C5 +if(o==null){a7=p?B.kf:B.ka +a4=p?B.fM:B.fO +a8=A.a63(B.eq)===B.aa +a9=A.a63(a7) +b0=a8?B.i:B.k +a9=a9===B.aa?B.i:B.k +b1=p?B.i:B.k +b2=a8?B.i:B.k +o=A.af3(a4,q,B.ko,c9,c9,c9,b2,p?B.k:B.i,c9,c9,b0,c9,a9,c9,b1,c9,c9,c9,c9,c9,B.eq,c9,c9,a7,c9,c9,c,c9,c9,c9,c9)}b3=p?B.x:B.w +b4=p?B.fM:B.kq +if(d==null)d=p?B.fK:B.i +if(e==null){e=o.f +if(e.j(0,f))e=B.i}b5=p?B.zt:A.W(153,0,0,0) +b6=new A.Cn(p?B.fJ:B.Ba,c9,a5,a6,c9,c9,o,s) +b7=p?B.zp:B.zo +b8=p?B.k4:B.fH +b9=p?B.k4:B.zr +c0=A.axb(d1,c9,c9,B.PJ,B.PI,B.PF) +a4=o.a===B.V +c1=a4?o.db:o.cy +c2=a4?o.cy:o.db +a4=c0.a.Jv(c1,c1,c1) +a9=c0.b.Jv(c2,c2,c2) +c3=new A.qO(a4,a9,c0.c,c0.d,c0.e) +c4=p?c3.b:c3.a +c5=a2?c3.b:c3.a +d3=c4.bY(d3) +c6=c5.bY(c9) +c7=p?new A.cA(c9,c9,c9,c9,c9,$.aic(),c9,c9):new A.cA(c9,c9,c9,c9,c9,$.aib(),c9,c9) +c8=a2?B.Dw:B.Dv +if(i==null)i=B.ko +if(b==null)b=p?B.fM:B.fO +if(k==null)k=p?B.fK:B.i +return A.agv(c9,B.wS,h===!0,b,B.wT,B.HJ,k,B.xA,B.xB,B.xC,B.xM,b6,l,c,B.zc,B.zd,B.ze,o,c9,B.Cj,B.Ck,d,B.Cy,b7,j,B.Cz,B.CK,B.CL,B.D1,i,B.D5,A.ax1(d0),B.D7,B.D9,a5,b8,b5,a6,B.Dr,c7,e,B.ym,B.E0,s,B.HP,B.HQ,B.HR,B.I0,B.I1,B.I3,B.IC,B.yB,d1,B.Jq,f,a1,a0,c8,c6,B.Jr,B.Js,g,B.JS,B.JT,B.JU,b4,B.JV,B.Bs,B.k,B.L7,B.L9,b9,r,B.LZ,B.M5,B.M7,B.Mr,d3,B.PR,B.PS,a3,B.PT,c3,b3,!0,d5)}, +agv(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.h0(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)}, +ax_(){return A.alJ(B.V,null,null,null)}, +ax3(a,b){return $.apL().b9(0,new A.rc(a,b),new A.a64(a,b))}, +a63(a){var s=0.2126*A.af4((a.gm(a)>>>16&255)/255)+0.7152*A.af4((a.gm(a)>>>8&255)/255)+0.0722*A.af4((a.gm(a)&255)/255)+0.05 +if(s*s>0.15)return B.V +return B.aa}, +ax0(a,b,c){var s=a.c,r=s.pZ(s,new A.a61(b,c),t.K,t.Ag) +s=b.c +r.J6(r,s.gec(s).hN(0,new A.a62(a))) +return r}, +ax1(a){var s,r,q=t.K,p=t.ZF,o=A.z(q,p) +for(s=0;!1;++s){r=a[s] +o.n(0,r.gvn(r),p.a(r))}return A.af6(o,q,t.Ag)}, +ax2(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.ax0(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.awf(h4.w,h5.w,h6) +j=s?h4.x:h5.x +i=A.axk(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.asD(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.jB(h4.ok,h5.ok,h6) +b2=A.jB(h4.p1,h5.p1,h6) +b3=A.qJ(h4.p2,h5.p2,h6) +b4=A.qJ(h4.p3,h5.p3,h6) +b5=A.axc(h4.p4,h5.p4,h6) +b6=A.arY(h4.R8,h5.R8,h6) +b7=A.as2(h4.RG,h5.RG,h6) +b8=A.as5(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.aQ(b9.e,c0.e,h6) +c6=A.S(b9.f,c0.f,h6) +c7=A.dm(b9.r,c0.r,h6) +b9=A.dm(b9.w,c0.w,h6) +c0=A.as9(h4.to,h5.to,h6) +c8=A.asa(h4.x1,h5.x1,h6) +c9=A.asb(h4.x2,h5.x2,h6) +d0=A.asg(h4.xr,h5.xr,h6) +s=s?h4.y1:h5.y1 +d1=A.ask(h4.y2,h5.y2,h6) +d2=A.asm(h4.aE,h5.aE,h6) +d3=A.asr(h4.bB,h5.bB,h6) +d4=A.asQ(h4.au,h5.au,h6) +d5=A.asS(h4.ai,h5.ai,h6) +d6=A.at2(h4.b6,h5.b6,h6) +d7=A.at8(h4.bM,h5.bM,h6) +d8=A.atv(h4.b1,h5.b1,h6) +d9=A.atw(h4.J,h5.J,h6) +e0=A.atD(h4.I,h5.I,h6) +e1=A.atQ(h4.a5,h5.a5,h6) +e2=A.atS(h4.a7,h5.a7,h6) +e3=A.atU(h4.aA,h5.aA,h6) +e4=A.aue(h4.aS,h5.aS,h6) +e5=A.auz(h4.b_,h5.b_,h6) +e6=A.auM(h4.bg,h5.bg,h6) +e7=A.auN(h4.bW,h5.bW,h6) +e8=A.auO(h4.c4,h5.c4,h6) +e9=A.auZ(h4.bv,h5.bv,h6) +f0=A.av_(h4.dg,h5.dg,h6) +f1=A.av0(h4.cZ,h5.cZ,h6) +f2=A.av6(h4.cO,h5.cO,h6) +f3=A.avw(h4.f1,h5.f1,h6) +f4=A.avM(h4.iW,h5.iW,h6) +f5=A.avN(h4.f2,h5.f2,h6) +f6=A.awh(h4.fN,h5.fN,h6) +f7=A.awj(h4.eG,h5.eG,h6) +f8=A.awl(h4.f3,h5.f3,h6) +f9=A.awz(h4.f4,h5.f4,h6) +g0=A.awC(h4.bG,h5.bG,h6) +g1=A.awO(h4.ig,h5.ig,h6) +g2=A.awR(h4.iX,h5.iX,h6) +g3=A.awV(h4.n4,h5.n4,h6) +g4=A.awZ(h4.jU,h5.jU,h6) +g5=A.ax4(h4.jV,h5.jV,h6) +g6=A.ax5(h4.fO,h5.fO,h6) +g7=A.ax8(h4.ld,h5.ld,h6) +g8=h4.D +g8.toString +g9=h5.D +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.n5 +g8.toString +h1=h5.n5 +h1.toString +h1=A.w(g8,h1,h6) +g8=h4.jW +g8.toString +h2=h5.jW +h2.toString +h2=A.w(g8,h2,h6) +g8=h4.Q +g8.toString +h3=h5.Q +h3.toString +return A.agv(b6,b7,r,h2,b8,new A.vw(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)}, +am3(a){switch(a.a){case 0:case 2:case 1:break +case 3:case 4:case 5:return B.QW}return B.cn}, +axk(a,b,c){var s,r +if(a===b)return a +s=A.S(a.a,b.a,c) +s.toString +r=A.S(a.b,b.b,c) +r.toString +return new A.kc(s,r)}, +n7:function n7(a,b){this.a=a +this.b=b}, +h0:function h0(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 +_.aE=c8 +_.bB=c9 +_.au=d0 +_.ai=d1 +_.b6=d2 +_.bM=d3 +_.b1=d4 +_.J=d5 +_.I=d6 +_.a5=d7 +_.a7=d8 +_.aA=d9 +_.aS=e0 +_.b_=e1 +_.bg=e2 +_.bW=e3 +_.c4=e4 +_.bv=e5 +_.dg=e6 +_.cZ=e7 +_.cO=e8 +_.f1=e9 +_.iW=f0 +_.f2=f1 +_.fN=f2 +_.eG=f3 +_.f3=f4 +_.f4=f5 +_.bG=f6 +_.ig=f7 +_.iX=f8 +_.n4=f9 +_.jU=g0 +_.jV=g1 +_.fO=g2 +_.ld=g3 +_.n5=g4 +_.jW=g5 +_.D=g6}, +a64:function a64(a,b){this.a=a +this.b=b}, +a61:function a61(a,b){this.a=a +this.b=b}, +a62:function a62(a){this.a=a}, +ZX:function ZX(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}, +rc:function rc(a,b){this.a=a +this.b=b}, +M0:function M0(a,b,c){this.a=a +this.b=b +this.$ti=c}, +kc:function kc(a,b){this.a=a +this.b=b}, +Qj:function Qj(){}, +R_:function R_(){}, +ax4(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.aw(s,r,a4)}}r=A.w(a2.a,a3.a,a4) +q=A.ih(a2.b,a3.b,a4) +p=A.ih(a2.c,a3.c,a4) +o=A.w(a2.e,a3.e,a4) +n=t.KX.a(A.cW(a2.f,a3.f,a4)) +m=A.w(a2.r,a3.r,a4) +l=A.aQ(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.aQ(a2.Q,a3.Q,a4) +g=A.S(a2.as,a3.as,a4) +f=A.w(a2.at,a3.at,a4) +e=A.aQ(a2.ax,a3.ax,a4) +d=A.w(a2.ay,a3.ay,a4) +c=A.cW(a2.ch,a3.ch,a4) +b=A.w(a2.CW,a3.CW,a4) +a=A.aQ(a2.cx,a3.cx,a4) +if(a4<0.5)a0=a2.cy +else a0=a3.cy +a1=A.dm(a2.db,a3.db,a4) +return new A.y3(r,q,p,s,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,A.cW(a2.dx,a3.dx,a4))}, +y3:function y3(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}, +Ql:function Ql(){}, +ax5(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.aQ(a.a,b.a,c) +r=A.me(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.oI(a.ax,b.ax,c) +return new A.y4(s,r,q,p,o,n,m,l,j,k,i,h,g,A.S(a.at,b.at,c),f)}, +y4:function y4(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}, +Qn:function Qn(){}, +ame(a,b,c){return new A.LZ(b,null,c,B.cC,a,null)}, +ax6(a,b){return new A.y6(b,a,null)}, +ax9(){var s,r,q +if($.o_.length!==0){s=A.a($.o_.slice(0),A.ae($.o_)) +for(r=s.length,q=0;q>>16&255,r>>>8&255,r&255) +break +default:p=null}switch(q.a){case 1:o=b.a +break +case 0:r=b.a.a +o=A.W(0,r>>>16&255,r>>>8&255,r&255) +break +default:o=null}r=a.d +q=b.d +if(r!==q){n=A.w(p,o,c) +n.toString +q=A.S(r,q,c) +q.toString +return new A.bx(n,s,B.J,q)}q=A.w(p,o,c) +q.toString +return new A.bx(q,s,B.J,r)}, +cW(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.cv(a,c):null +if(s==null&&a!=null)s=a.cw(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +akv(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.cv(a,c):null +if(s==null&&a!=null)s=a.cw(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +amb(a,b,c){var s,r,q,p,o,n,m=a instanceof A.h4?a.a:A.a([a],t.Fi),l=b instanceof A.h4?b.a:A.a([b],t.Fi),k=A.a([],t.N_),j=Math.max(m.length,l.length) +for(s=1-c,r=0;ro/m?new A.Q(o*p/m,p):new A.Q(q,m*q/o) +r=b +break +case 2:q=c.a +p=c.b +o=b.a +r=q/p>o/m?new A.Q(o,o*p/q):new A.Q(m*q/p,m) +s=c +break +case 3:q=c.a +p=c.b +o=b.a +if(q/p>o/m){r=new A.Q(o,o*p/q) +s=c}else{s=new A.Q(q,m*q/o) +r=b}break +case 4:q=c.a +p=c.b +o=b.a +if(q/p>o/m){s=new A.Q(o*p/m,p) +r=b}else{r=new A.Q(m*q/p,m) +s=c}break +case 5:r=new A.Q(Math.min(b.a,c.a),Math.min(m,c.b)) +s=r +break +case 6:n=b.a/m +q=c.b +s=m>q?new A.Q(q*n,q):b +m=c.a +if(s.a>m)s=new A.Q(m,m/n) +r=b +break +default:r=null +s=null}return new A.Eg(r,s)}, +to:function to(a,b){this.a=a +this.b=b}, +Eg:function Eg(a,b){this.a=a +this.b=b}, +asf(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.Gd(a.b,b.b,c) +r.toString +q=A.S(a.c,b.c,c) +q.toString +p=A.S(a.d,b.d,c) +p.toString +o=a.e +return new A.jp(p,o===B.je?b.e:o,s,r,q)}, +aiI(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.aaM(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new A.acf(o,s,b,(c-s*b)/o)}, +a4n:function a4n(a,b,c){this.a=a +this.b=b +this.c=c}, +xC:function xC(a,b){this.a=a +this.b=b}, +J0:function J0(){}, +nG:function nG(a,b,c){this.b=a +this.c=b +this.a=c}, +a8p:function a8p(a,b,c){this.a=a +this.b=b +this.c=c}, +aaM:function aaM(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +acf:function acf(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +JB:function JB(a,b){this.a=a +this.c=b}, +axB(a){}, +q6:function q6(){}, +a2d:function a2d(a){this.a=a}, +a2f:function a2f(a){this.a=a}, +a2e:function a2e(a){this.a=a}, +a2c:function a2c(a){this.a=a}, +a2b:function a2b(a){this.a=a}, +KF:function KF(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +Lt:function Lt(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}, +P8:function P8(a,b,c,d){var _=this +_.J=!1 +_.fx=a +_.fy=null +_.go=b +_.k1=null +_.fr$=c +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +tn(a){var s=a.a,r=a.b +return new A.aX(s,s,r,r)}, +oK(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.aX(p,q,r,s?1/0:a)}, +af0(a){return new A.aX(0,a.a,0,a.b)}, +me(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.Z(0,c) +if(b==null)return a.Z(0,1-c) +s=a.a +if(isFinite(s)){s=A.S(s,b.a,c) +s.toString}else s=1/0 +r=a.b +if(isFinite(r)){r=A.S(r,b.b,c) +r.toString}else r=1/0 +q=a.c +if(isFinite(q)){q=A.S(q,b.c,c) +q.toString}else q=1/0 +p=a.d +if(isFinite(p)){p=A.S(p,b.d,c) +p.toString}else p=1/0 +return new A.aX(s,r,q,p)}, +aiH(a){return new A.kN(a.a,a.b,a.c)}, +aX:function aX(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Tv:function Tv(){}, +kN:function kN(a,b,c){this.a=a +this.b=b +this.c=c}, +mf:function mf(a,b){this.c=a +this.a=b +this.b=null}, +f_:function f_(a){this.a=a}, +tL:function tL(){}, +H:function H(){}, +a1F:function a1F(a,b){this.a=a +this.b=b}, +a1E:function a1E(a,b){this.a=a +this.b=b}, +e1:function e1(){}, +a1D:function a1D(a,b,c){this.a=a +this.b=b +this.c=c}, +yJ:function yJ(){}, +fP:function fP(a,b,c){var _=this +_.e=null +_.bV$=a +_.ae$=b +_.a=c}, +a_s:function a_s(){}, +Ho:function Ho(a,b,c,d,e){var _=this +_.J=a +_.dw$=b +_.aa$=c +_.cN$=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}, +zQ:function zQ(){}, +OO:function OO(){}, +al_(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d={} +d.a=b +if(a==null)a=B.hj +s=J.aI(a) +r=s.gu(a)-1 +q=A.bg(0,e,!1,t.LQ) +p=0<=r +while(!0){if(!!1)break +s.k(a,0) +o=b[0] +o.guw(o) +break}while(!0){if(!!1)break +s.k(a,r) +n=b[-1] +n.guw(n) +break}m=A.ba("oldKeyedChildren") +if(p){m.sbK(A.z(t.D2,t.bu)) +for(l=m.a,k=0;k<=r;){j=s.k(a,k) +i=j.a +if(i!=null){h=m.b +if(h===m)A.a2(A.iE(l)) +J.i9(h,i,j)}++k}p=!0}else k=0 +for(l=m.a,g=0;!1;){o=d.a[g] +if(p){f=o.guw(o) +i=m.b +if(i===m)A.a2(A.iE(l)) +j=J.bs(i,f) +if(j!=null){o.guw(o) +j=e}}else j=e +q[g]=A.akZ(j,o);++g}s.gu(a) +while(!0){if(!!1)break +q[g]=A.akZ(s.k(a,k),d.a[g]);++g;++k}return new A.eh(q,A.ae(q).h("eh<1,bZ>"))}, +akZ(a,b){var s,r=a==null?A.IA(b.guw(b),null):a,q=b.gMY(),p=A.jZ() +q.gPQ() +p.k2=q.gPQ() +p.e=!0 +q.ga2N(q) +s=q.ga2N(q) +p.b2(B.vs,!0) +p.b2(B.Ki,s) +q.ga7Q() +s=q.ga7Q() +p.b2(B.vs,!0) +p.b2(B.Kk,s) +q.gPo(q) +p.b2(B.Km,q.gPo(q)) +q.ga2C(q) +p.b2(B.vz,q.ga2C(q)) +q.ga52(q) +s=q.ga52(q) +p.b2(B.Kp,!0) +p.b2(B.Kd,s) +q.ga7q() +p.b2(B.Kl,q.ga7q()) +q.ga91() +p.b2(B.Kf,q.ga91()) +q.gPN() +p.b2(B.Kq,q.gPN()) +q.ga7j() +p.b2(B.Ke,q.ga7j()) +q.ga8I(q) +p.b2(B.Kb,q.ga8I(q)) +q.ga5j() +p.b2(B.vu,q.ga5j()) +q.ga5k(q) +p.b2(B.vv,q.ga5k(q)) +q.gmV(q) +s=q.gmV(q) +p.b2(B.vy,!0) +p.b2(B.vq,s) +q.ga6F() +p.b2(B.Kg,q.ga6F()) +q.gq6() +p.b2(B.Ka,q.gq6()) +q.ga7T(q) +p.b2(B.Kn,q.ga7T(q)) +q.ga6r(q) +p.b2(B.i9,q.ga6r(q)) +q.ga6o() +p.b2(B.vx,q.ga6o()) +q.gPk() +p.b2(B.vt,q.gPk()) +q.ga8_() +p.b2(B.vw,q.ga8_()) +q.ga7u() +p.b2(B.Kj,q.ga7u()) +q.gAM() +p.sAM(q.gAM()) +q.gzg() +p.szg(q.gzg()) +q.ga9b() +s=q.ga9b() +p.b2(B.Ko,!0) +p.b2(B.Kc,s) +q.gfQ(q) +p.b2(B.vr,q.gfQ(q)) +q.ga7k(q) +p.RG=new A.cw(q.ga7k(q),B.a3) +p.e=!0 +q.gm(q) +p.rx=new A.cw(q.gm(q),B.a3) +p.e=!0 +q.ga6G() +p.ry=new A.cw(q.ga6G(),B.a3) +p.e=!0 +q.ga42() +p.to=new A.cw(q.ga42(),B.a3) +p.e=!0 +q.ga6w(q) +p.x1=new A.cw(q.ga6w(q),B.a3) +p.e=!0 +q.gbQ() +p.aE=q.gbQ() +p.e=!0 +q.gkc() +p.skc(q.gkc()) +q.gkb() +p.skb(q.gkb()) +q.guM() +p.suM(q.guM()) +q.guN() +p.suN(q.guN()) +q.guO() +p.suO(q.guO()) +q.guL() +p.suL(q.guL()) +q.gB2() +p.sB2(q.gB2()) +q.gAW() +p.sAW(q.gAW()) +q.gAU(q) +p.sAU(0,q.gAU(q)) +q.gAV(q) +p.sAV(0,q.gAV(q)) +q.gB8(q) +p.sB8(0,q.gB8(q)) +q.gB6() +p.sB6(q.gB6()) +q.gB4() +p.sB4(q.gB4()) +q.gB7() +p.sB7(q.gB7()) +q.gB5() +p.sB5(q.gB5()) +q.gBc() +p.sBc(q.gBc()) +q.gBd() +p.sBd(q.gBd()) +q.gAX() +p.sAX(q.gAX()) +q.gAY() +p.sAY(q.gAY()) +q.guK() +p.suK(q.guK()) +r.kk(0,B.hj,p) +r.sav(0,b.gav(b)) +r.sbx(0,b.gbx(b)) +r.dy=b.gaai() +return r}, +Dk:function Dk(){}, +Hp:function Hp(a,b,c,d,e,f,g){var _=this +_.D=a +_.a2=b +_.af=c +_.bh=d +_.cu=e +_.iY=_.hv=_.ef=_.bw=null +_.fr$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +UT:function UT(){}, +Hs:function Hs(a,b){var _=this +_.J=a +_.I=$ +_.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}, +anJ(a,b,c){switch(a.a){case 0:switch(b){case B.q:return!0 +case B.P:return!1 +case null:case void 0:return null}break +case 1:switch(c){case B.iJ:return!0 +case B.QV:return!1 +case null:case void 0:return null}break}}, +WH:function WH(a,b){this.a=a +this.b=b}, +eG:function eG(a,b,c){var _=this +_.f=_.e=null +_.bV$=a +_.ae$=b +_.a=c}, +Fx:function Fx(a,b){this.a=a +this.b=b}, +Fw:function Fw(a,b){this.a=a +this.b=b}, +mo:function mo(a,b){this.a=a +this.b=b}, +Hu:function Hu(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.J=a +_.I=b +_.a5=c +_.a7=d +_.aA=e +_.aS=f +_.b_=g +_.bg=0 +_.bW=h +_.c4=i +_.a55$=j +_.aa2$=k +_.dw$=l +_.aa$=m +_.cN$=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}, +a9Z:function a9Z(a,b,c){this.a=a +this.b=b +this.c=c}, +OQ:function OQ(){}, +OR:function OR(){}, +zR:function zR(){}, +Hw:function Hw(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.I=_.J=null +_.a5=a +_.a7=b +_.aA=c +_.aS=d +_.b_=e +_.bg=null +_.bW=f +_.c4=g +_.bv=h +_.dg=i +_.cZ=j +_.cO=k +_.f1=l +_.iW=m +_.f2=n +_.fN=o +_.eG=p +_.f3=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}, +ar(){return new A.Fg()}, +avc(a){return new A.a0C(a,A.z(t.S,t.M),A.ar())}, +av2(a){return new A.iI(a,A.z(t.S,t.M),A.ar())}, +alR(a){return new A.lE(a,B.h,A.z(t.S,t.M),A.ar())}, +aku(){return new A.Gf(B.h,A.z(t.S,t.M),A.ar())}, +t9:function t9(a,b,c){this.a=a +this.b=b +this.$ti=c}, +BZ:function BZ(a,b){this.a=a +this.$ti=b}, +Ff:function Ff(){}, +Fg:function Fg(){this.a=null}, +a0C:function a0C(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}, +D6:function D6(){}, +iI:function iI(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}, +tF:function tF(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}, +CU:function CU(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}, +CS:function CS(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}, +Uw:function Uw(a,b){var _=this +_.ay=_.ax=_.k3=null +_.a=a +_.b=0 +_.d=!1 +_.e=b +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +uU:function uU(a,b,c,d){var _=this +_.aE=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}, +lE:function lE(a,b,c,d){var _=this +_.aE=a +_.au=_.bB=null +_.ai=!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}, +Gf:function Gf(a,b,c){var _=this +_.aE=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}, +BY:function BY(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}, +MS:function MS(){}, +auR(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.gbj(s).j(0,b.gbj(b))}, +auQ(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.gnv() +p=a4.ghL(a4) +o=a4.gbD() +n=a4.gc7(a4) +m=a4.gfH(a4) +l=a4.gbj(a4) +k=a4.gpi() +j=a4.gcV(a4) +a4.gq6() +i=a4.gv2() +h=a4.gqb() +g=a4.gdQ() +f=a4.gzC() +e=a4.gA(a4) +d=a4.gBt() +c=a4.gBw() +b=a4.gBv() +a=a4.gBu() +a0=a4.gBg(a4) +a1=a4.gBQ() +s.U(0,new A.a_m(r,A.avl(j,k,m,g,f,a4.gtX(),0,n,!1,a0,o,l,h,i,d,a,b,c,e,a4.gnY(),a1,p,q).al(a4.gbx(a4)),s)) +q=A.m(r).h("aB<1>") +p=q.h("b_") +a2=A.a6(new A.b_(new A.aB(r,q),new A.a_n(s),p),!0,p.h("j.E")) +p=a4.gnv() +q=a4.ghL(a4) +a1=a4.gbD() +e=a4.gc7(a4) +c=a4.gfH(a4) +b=a4.gbj(a4) +a=a4.gpi() +d=a4.gcV(a4) +a4.gq6() +i=a4.gv2() +h=a4.gqb() +l=a4.gdQ() +o=a4.gzC() +a0=a4.gA(a4) +n=a4.gBt() +f=a4.gBw() +g=a4.gBv() +m=a4.gBu() +k=a4.gBg(a4) +j=a4.gBQ() +a3=A.avj(d,a,c,l,o,a4.gtX(),0,e,!1,k,a1,b,h,i,n,m,g,f,a0,a4.gnY(),j,q,p).al(a4.gbx(a4)) +for(q=new A.cI(a2,A.ae(a2).h("cI<1>")),q=new A.dY(q,q.gu(q)),p=A.m(q).c;q.t();){o=q.d +if(o==null)o=p.a(o) +if(o.gC9()&&o.gB0(o)!=null){n=o.gB0(o) +n.toString +n.$1(a3.al(r.k(0,o)))}}}, +Nl:function Nl(a,b){this.a=a +this.b=b}, +Nm:function Nm(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +FS:function FS(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.fx$=0 +_.fy$=d +_.id$=_.go$=0 +_.k1$=!1}, +a_o:function a_o(){}, +a_r:function a_r(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a_q:function a_q(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a_p:function a_p(a){this.a=a}, +a_m:function a_m(a,b,c){this.a=a +this.b=b +this.c=c}, +a_n:function a_n(a){this.a=a}, +Ry:function Ry(){}, +akC(a,b,c){var s,r,q=a.ch,p=t.dJ.a(q.a) +if(p==null){s=a.qu(null) +q.saB(0,s) +q=s}else{p.Bz() +a.qu(p) +q=p}a.db=!1 +r=new A.lh(q,a.gip()) +b=r +a.xX(b,B.h) +b.qW()}, +av7(a){var s=a.ch.a +s.toString +a.qu(t.gY.a(s)) +a.db=!1}, +avd(a,b,c){var s=t.d +return new A.jP(a,c,b,A.a([],s),A.a([],s),A.a([],s),A.aE(t.I9),A.aE(t.sv))}, +avX(a){a.Er()}, +avY(a){a.a_h()}, +amv(a,b){if(a==null)return null +if(a.gP(a)||b.Mf())return B.u +return A.aki(b,a)}, +ayg(a,b,c,d){var s,r,q=b.d +q.toString +for(s=q;s!==a;s=q,b=r){s.cC(b,c) +q=s.d +q.toString +r=b.d +r.toString}a.cC(b,c) +a.cC(b,d)}, +amu(a,b){if(a==null)return b +if(b==null)return a +return a.di(b)}, +c7:function c7(){}, +lh:function lh(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +a0k:function a0k(a,b,c){this.a=a +this.b=b +this.c=c}, +a0j:function a0j(a,b,c){this.a=a +this.b=b +this.c=c}, +a0i:function a0i(a,b,c){this.a=a +this.b=b +this.c=c}, +UE:function UE(){}, +jP:function jP(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}, +a0E:function a0E(){}, +a0D:function a0D(){}, +a0F:function a0F(){}, +a0G:function a0G(){}, +B:function B(){}, +a1N:function a1N(a){this.a=a}, +a1Q:function a1Q(a,b,c){this.a=a +this.b=b +this.c=c}, +a1O:function a1O(a){this.a=a}, +a1P:function a1P(){}, +a1K:function a1K(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}, +a1L:function a1L(a,b,c){this.a=a +this.b=b +this.c=c}, +a1M:function a1M(a,b){this.a=a +this.b=b}, +aF:function aF(){}, +dA:function dA(){}, +ay:function ay(){}, +wz:function wz(){}, +a1C:function a1C(a){this.a=a}, +abN:function abN(){}, +KZ:function KZ(a,b,c){this.b=a +this.c=b +this.a=c}, +ex:function ex(){}, +Pb:function Pb(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +z9:function z9(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +om:function om(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}, +Pw:function Pw(){var _=this +_.b=_.a=null +_.d=_.c=$ +_.e=!1}, +NR:function NR(){}, +OU:function OU(){}, +avV(a,b,c){var s=a.b +s.toString +t.tq.a(s) +return B.Jl}, +agO(a,b){var s=a.a,r=b.a +if(sr)return-1 +else{s=a.b +if(s===b.b)return 0 +else return s===B.ap?1:-1}}, +lD:function lD(a,b){var _=this +_.b=_.a=null +_.bV$=a +_.ae$=b}, +a1I:function a1I(){}, +a1J:function a1J(a){this.a=a}, +wH:function wH(a,b,c,d,e,f,g,h,i){var _=this +_.J=a +_.aA=_.a7=_.a5=_.I=null +_.aS=b +_.b_=c +_.bg=d +_.bW=null +_.c4=!1 +_.cO=_.cZ=_.dg=_.bv=null +_.zU$=e +_.dw$=f +_.aa$=g +_.cN$=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}, +a1T:function a1T(){}, +a1U:function a1U(){}, +a1R:function a1R(){}, +a1S:function a1S(a,b){this.a=a +this.b=b}, +kp:function kp(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=null +_.f=!1 +_.w=_.r=null +_.x=$ +_.y=null +_.fx$=0 +_.fy$=d +_.id$=_.go$=0 +_.k1$=!1}, +zU:function zU(){}, +OV:function OV(){}, +OW:function OW(){}, +AC:function AC(){}, +RO:function RO(){}, +RP:function RP(){}, +akY(a){var s=new A.Hn(a,null,A.ar()) +s.aw() +s.saI(null) +return s}, +avW(a,b,c,d,e,f){var s=b==null?B.ag:b +s=new A.wG(!0,c,e,d,a,s,null,A.ar()) +s.aw() +s.saI(null) +return s}, +HH:function HH(){}, +fn:function fn(){}, +uO:function uO(a,b){this.a=a +this.b=b}, +wI:function wI(){}, +Hn:function Hn(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Hy:function Hy(a,b,c,d){var _=this +_.D=a +_.a2=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +wB:function wB(){}, +Hj:function Hj(a,b,c,d,e,f){var _=this +_.mZ$=a +_.zR$=b +_.n_$=c +_.zS$=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +tQ:function tQ(){}, +nM:function nM(a,b){this.b=a +this.c=b}, +rv:function rv(){}, +Hm:function Hm(a,b,c,d){var _=this +_.D=a +_.a2=null +_.af=b +_.cu=_.bh=null +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Hl:function Hl(a,b,c,d){var _=this +_.D=a +_.a2=null +_.af=b +_.cu=_.bh=null +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +zV:function zV(){}, +HC:function HC(a,b,c,d,e,f,g,h,i){var _=this +_.zP=a +_.zQ=b +_.cj=c +_.f0=d +_.ht=e +_.D=f +_.a2=null +_.af=g +_.cu=_.bh=null +_.fr$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a1V:function a1V(a,b){this.a=a +this.b=b}, +HD:function HD(a,b,c,d,e,f,g){var _=this +_.cj=a +_.f0=b +_.ht=c +_.D=d +_.a2=null +_.af=e +_.cu=_.bh=null +_.fr$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a1W:function a1W(a,b){this.a=a +this.b=b}, +Dq:function Dq(a,b){this.a=a +this.b=b}, +Hr:function Hr(a,b,c,d,e){var _=this +_.D=null +_.a2=a +_.af=b +_.bh=c +_.fr$=d +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=e +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +HO:function HO(a,b,c){var _=this +_.af=_.a2=_.D=null +_.bh=a +_.bw=_.cu=null +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a25:function a25(a){this.a=a}, +wE:function wE(a,b,c,d,e,f){var _=this +_.D=null +_.a2=a +_.af=b +_.bh=c +_.bw=_.cu=null +_.ef=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a1G:function a1G(a){this.a=a}, +Hv:function Hv(a,b,c,d){var _=this +_.D=a +_.a2=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a1H:function a1H(a){this.a=a}, +HF:function HF(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.cb=a +_.cX=b +_.c6=c +_.cG=d +_.cj=e +_.f0=f +_.ht=g +_.a54=h +_.Ld=i +_.D=j +_.fr$=k +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=l +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +wG:function wG(a,b,c,d,e,f,g,h){var _=this +_.cb=a +_.cX=b +_.c6=c +_.cG=d +_.cj=e +_.f0=!0 +_.D=f +_.fr$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +HI:function HI(a,b){var _=this +_.a2=_.D=0 +_.fr$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +wF:function wF(a,b,c,d){var _=this +_.D=a +_.a2=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +HA:function HA(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +wA:function wA(a,b,c,d){var _=this +_.D=a +_.a2=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +jW:function jW(a,b,c){var _=this +_.cj=_.cG=_.c6=_.cX=_.cb=null +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +wJ:function wJ(a,b,c,d,e,f,g,h){var _=this +_.D=a +_.a2=b +_.af=c +_.bh=d +_.cu=e +_.Lg=_.iY=_.hv=_.ef=_.bw=null +_.jX=f +_.fr$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Hk:function Hk(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Hz:function Hz(a,b){var _=this +_.fr$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Ht:function Ht(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Hx:function Hx(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +wC:function wC(a,b,c,d,e){var _=this +_.D=a +_.a2=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null +_.$ti=e}, +OM:function OM(){}, +zW:function zW(){}, +zX:function zX(){}, +a3l(a,b){var s +if(a.p(0,b))return B.a7 +s=b.b +if(sa.d)return B.a6 +return b.a>=a.c?B.a6:B.aj}, +alf(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.q?new A.q(a.a,r):new A.q(a.c,r) +else{s=a.d +return c===B.q?new A.q(a.c,s):new A.q(a.a,s)}}, +ald(a,b){return new A.xe(a,b==null?B.iB:b,B.JW)}, +alc(a,b){return new A.xe(a,b==null?B.iB:b,B.dj)}, +lv:function lv(a,b){this.a=a +this.b=b}, +dr:function dr(){}, +Iw:function Iw(){}, +xf:function xf(a,b){this.a=a +this.b=b}, +qH:function qH(a,b){this.a=a +this.b=b}, +a3k:function a3k(){}, +tD:function tD(a){this.a=a}, +xe:function xe(a,b,c){this.b=a +this.c=b +this.a=c}, +qh:function qh(a,b){this.a=a +this.b=b}, +xg:function xg(a,b){this.a=a +this.b=b}, +lu:function lu(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +nH:function nH(a,b,c){this.a=a +this.b=b +this.c=c}, +Js:function Js(a,b){this.a=a +this.b=b}, +Pt:function Pt(){}, +HJ:function HJ(){}, +a1X:function a1X(a,b,c){this.a=a +this.b=b +this.c=c}, +HB:function HB(a,b,c,d){var _=this +_.D=null +_.a2=a +_.af=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Hi:function Hi(){}, +HG:function HG(a,b,c,d,e,f){var _=this +_.c6=a +_.cG=b +_.D=null +_.a2=c +_.af=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a3Y:function a3Y(){}, +Hq:function Hq(a,b,c){var _=this +_.D=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +zY:function zY(){}, +kC(a,b){switch(b.a){case 0:return a +case 1:return A.aBo(a)}}, +aAn(a,b){switch(b.a){case 0:return a +case 1:return A.aBp(a)}}, +k0(a,b,c,d,e,f,g,h,i){var s=d==null?f:d,r=c==null?f:c,q=a==null?d:a +if(q==null)q=f +return new A.IP(h,g,f,s,e,r,f>0,b,i,q)}, +EL:function EL(a,b){this.a=a +this.b=b}, +ly:function ly(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}, +IP:function IP(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j}, +qr:function qr(a,b,c){this.a=a +this.b=b +this.c=c}, +IR:function IR(a,b,c){var _=this +_.c=a +_.d=b +_.a=c +_.b=null}, +xx:function xx(){}, +lA:function lA(a){this.a=a}, +k1:function k1(a,b,c){this.bV$=a +this.ae$=b +this.a=c}, +cD:function cD(){}, +a1Y:function a1Y(){}, +a1Z:function a1Z(a,b){this.a=a +this.b=b}, +PM:function PM(){}, +PP:function PP(){}, +a4b:function a4b(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a4c:function a4c(){}, +a4d:function a4d(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a49:function a49(){}, +a4a:function a4a(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +qq:function qq(a,b,c){var _=this +_.b=_.w=null +_.c=!1 +_.n3$=a +_.bV$=b +_.ae$=c +_.a=null}, +HK:function HK(a,b,c,d,e,f,g){var _=this +_.fO=a +_.au=b +_.ai=c +_.b6=$ +_.bM=!0 +_.dw$=d +_.aa$=e +_.cN$=f +_.fx=null +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +HL:function HL(a,b,c,d,e,f){var _=this +_.au=a +_.ai=b +_.b6=$ +_.bM=!0 +_.dw$=c +_.aa$=d +_.cN$=e +_.fx=null +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a2_:function a2_(a,b,c){this.a=a +this.b=b +this.c=c}, +hv:function hv(){}, +a23:function a23(){}, +et:function et(a,b,c){var _=this +_.b=null +_.c=!1 +_.n3$=a +_.bV$=b +_.ae$=c +_.a=null}, +nw:function nw(){}, +a20:function a20(a,b,c){this.a=a +this.b=b +this.c=c}, +a22:function a22(a,b){this.a=a +this.b=b}, +a21:function a21(){}, +A_:function A_(){}, +OZ:function OZ(){}, +P_:function P_(){}, +PN:function PN(){}, +PO:function PO(){}, +wK:function wK(){}, +HM:function HM(a,b,c,d){var _=this +_.bG=null +_.ig=a +_.iX=b +_.fr$=c +_.fx=null +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +OY:function OY(){}, +al0(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.bs.BP(c.a-s-n)}else{n=b.x +r=n!=null?B.bs.BP(n):B.bs}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.BO(c.b-s-n)}a.c8(r,!0) +q=b.w +if(!(q!=null)){n=b.f +q=n!=null?c.a-n-a.gA(a).a:d.kO(t.EP.a(c.a3(0,a.gA(a)))).a}p=(q<0||q+a.gA(a).a>c.a)&&!0 +o=b.e +if(!(o!=null)){n=b.r +o=n!=null?c.b-n-a.gA(a).b:d.kO(t.EP.a(c.a3(0,a.gA(a)))).b}if(o<0||o+a.gA(a).b>c.b)p=!0 +b.a=new A.q(q,o) +return p}, +a1B:function a1B(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +dK:function dK(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=null +_.bV$=a +_.ae$=b +_.a=c}, +J2:function J2(a,b){this.a=a +this.b=b}, +wL:function wL(a,b,c,d,e,f,g,h,i){var _=this +_.J=!1 +_.I=null +_.a5=a +_.a7=b +_.aA=c +_.aS=d +_.b_=e +_.dw$=f +_.aa$=g +_.cN$=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}, +P0:function P0(){}, +P1:function P1(){}, +ye:function ye(a,b){this.a=a +this.b=b}, +nx:function nx(){}, +P2:function P2(){}, +avU(a){var s +for(s=t.NW;a!=null;){if(s.b(a))return a +a=a.d}return null}, +aw_(a,b,c){var s=b.aq.a)return q +else if(a0)return a.a9I(0,1e5) +return!0}, +r7:function r7(a){this.a=a +this.b=null}, +nD:function nD(a,b){this.a=a +this.b=b}, +a0x:function a0x(a){this.a=a}, +dJ:function dJ(){}, +a2P:function a2P(a){this.a=a}, +a2R:function a2R(a){this.a=a}, +a2S:function a2S(a,b){this.a=a +this.b=b}, +a2T:function a2T(a){this.a=a}, +a2O:function a2O(a){this.a=a}, +a2Q:function a2Q(a){this.a=a}, +agw(){var s=new A.nY(new A.bD(new A.at($.ag,t.U),t.b)) +s.Ij() +return s}, +qK:function qK(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=$}, +nY:function nY(a){this.a=a +this.c=this.b=null}, +a66:function a66(a){this.a=a}, +y1:function y1(a){this.a=a}, +Iy:function Iy(){}, +a3y:function a3y(a){this.a=a}, +aiU(a){var s=$.aiS.k(0,a) +if(s==null){s=$.aiT +$.aiT=s+1 +$.aiS.n(0,a,s) +$.aiR.n(0,s,a)}return s}, +awm(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s=0){q.a8(r,0,p).split("\n") +q.cM(r,p+2) +n.push(new A.vc())}else n.push(new A.vc())}return n}, +awp(a){switch(a){case"AppLifecycleState.resumed":return B.dD +case"AppLifecycleState.inactive":return B.fm +case"AppLifecycleState.hidden":return B.fn +case"AppLifecycleState.paused":return B.dE +case"AppLifecycleState.detached":return B.ct}return null}, +qk:function qk(){}, +a3Q:function a3Q(a){this.a=a}, +a3P:function a3P(a){this.a=a}, +a8A:function a8A(){}, +a8B:function a8B(a){this.a=a}, +a8C:function a8C(a){this.a=a}, +auq(a){var s,r,q=a.c,p=B.Hm.k(0,q) +if(p==null)p=new A.k(q) +q=a.d +s=B.Hx.k(0,q) +if(s==null)s=new A.f(q) +r=a.a +switch(a.b.a){case 0:return new A.mY(p,s,a.e,r,a.f) +case 1:return new A.l4(p,s,null,r,a.f) +case 2:return new A.v9(p,s,a.e,r,!1)}}, +pD:function pD(a,b,c){this.c=a +this.a=b +this.b=c}, +l2:function l2(){}, +mY:function mY(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +l4:function l4(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +v9:function v9(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +XW:function XW(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=null}, +Fc:function Fc(a,b){this.a=a +this.b=b}, +v8:function v8(a,b){this.a=a +this.b=b}, +Fd:function Fd(a,b,c,d){var _=this +_.a=null +_.b=a +_.c=b +_.d=null +_.e=c +_.f=d}, +MQ:function MQ(){}, +ZB:function ZB(){}, +f:function f(a){this.a=a}, +k:function k(a){this.a=a}, +MR:function MR(){}, +ag4(a,b,c,d){return new A.wk(a,c,b,d)}, +auP(a){return new A.vC(a)}, +iF:function iF(a,b){this.a=a +this.b=b}, +wk:function wk(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +vC:function vC(a){this.a=a}, +a4C:function a4C(){}, +Z8:function Z8(){}, +Za:function Za(){}, +a4s:function a4s(){}, +a4u:function a4u(a,b){this.a=a +this.b=b}, +a4w:function a4w(){}, +axC(a){var s,r,q +for(s=new A.d_(J.ap(a.a),a.b),r=A.m(s).z[1];s.t();){q=s.a +if(q==null)q=r.a(q) +if(!q.j(0,B.cC))return q}return null}, +a_k:function a_k(a,b){this.a=a +this.b=b}, +vD:function vD(){}, +cr:function cr(){}, +Lx:function Lx(){}, +Q7:function Q7(a,b){this.a=a +this.b=b}, +iY:function iY(a){this.a=a}, +Nk:function Nk(){}, +kM:function kM(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Tn:function Tn(a,b){this.a=a +this.b=b}, +vB:function vB(a,b){this.a=a +this.b=b}, +a_6:function a_6(a,b){this.a=a +this.b=b}, +jL:function jL(a,b){this.a=a +this.b=b}, +avO(a){var s,r,q,p,o={} +o.a=null +s=new A.a1e(o,a).$0() +r=$.aeC().d +q=A.m(r).h("aB<1>") +p=A.fM(new A.aB(r,q),q.h("j.E")).p(0,s.ghH()) +q=J.bs(a,"type") +q.toString +A.c3(q) +switch(q){case"keydown":return new A.iO(o.a,p,s) +case"keyup":return new A.q2(null,!1,s) +default:throw A.d(A.En("Unknown key event type: "+q))}}, +mZ:function mZ(a,b){this.a=a +this.b=b}, +fd:function fd(a,b){this.a=a +this.b=b}, +wv:function wv(){}, +hE:function hE(){}, +a1e:function a1e(a,b){this.a=a +this.b=b}, +iO:function iO(a,b,c){this.a=a +this.b=b +this.c=c}, +q2:function q2(a,b,c){this.a=a +this.b=b +this.c=c}, +a1j:function a1j(a,b){this.a=a +this.d=b}, +co:function co(a,b){this.a=a +this.b=b}, +Ox:function Ox(){}, +Ow:function Ow(){}, +Hd:function Hd(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +wR:function wR(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +a2m:function a2m(a){this.a=a}, +a2n:function a2n(a){this.a=a}, +cH:function cH(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}, +a2j:function a2j(){}, +a2k:function a2k(){}, +a2i:function a2i(){}, +a2l:function a2l(){}, +a51(a){var s=0,r=A.a0(t.H) +var $async$a51=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:s=2 +return A.a8(B.bl.f5(u.p,A.aU(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$a51) +case 2:return A.Z(null,r)}}) +return A.a_($async$a51,r)}, +alD(a){if($.qC!=null){$.qC=a +return}if(a.j(0,$.agq))return +$.qC=a +A.eB(new A.a52())}, +Ta:function Ta(a,b){this.a=a +this.b=b}, +iZ:function iZ(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}, +a52:function a52(){}, +Jg(a){var s=0,r=A.a0(t.H) +var $async$Jg=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:s=2 +return A.a8(B.bl.f5("SystemSound.play",a.F(),t.H),$async$Jg) +case 2:return A.Z(null,r)}}) +return A.a_($async$Jg,r)}, +Jf:function Jf(a,b){this.a=a +this.b=b}, +a5b:function a5b(){}, +Cu:function Cu(a){this.a=a}, +ZH:function ZH(a){this.a=a}, +Vr:function Vr(a){this.a=a}, +Jr(a,b,c,d){var s=b?").b(s))return s +else return null}, +arZ(a,b,c){var s={} +s.a=null +A.SY(a,new A.T_(s,b,a,c)) +return s.a}, +aiY(a){return new A.DK(a,new A.bt(A.a([],t.ot),t.wS))}, +ad9:function ad9(a){this.a=a}, +aK:function aK(){}, +bn:function bn(){}, +f2:function f2(){}, +mg:function mg(a,b,c){var _=this +_.c=a +_.a=b +_.b=null +_.$ti=c}, +SU:function SU(){}, +jk:function jk(a,b,c){this.d=a +this.e=b +this.a=c}, +SW:function SW(a){this.a=a}, +SZ:function SZ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +SX:function SX(a,b,c){this.a=a +this.b=b +this.c=c}, +T_:function T_(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +yn:function yn(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +a7b:function a7b(a){this.a=a}, +ym:function ym(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +K4:function K4(a){this.a=a +this.b=null}, +DK:function DK(a,b){this.c=a +this.a=b +this.b=null}, +oA:function oA(){}, +oM:function oM(){}, +iq:function iq(){}, +DI:function DI(){}, +jU:function jU(){}, +H5:function H5(a){var _=this +_.f=_.e=$ +_.a=a +_.b=null}, +NL:function NL(){}, +zG:function zG(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.a9Z$=c +_.aa_$=d +_.aa0$=e +_.aa1$=f +_.a=g +_.b=null +_.$ti=h}, +yK:function yK(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=null +_.$ti=d}, +Kl:function Kl(){}, +Kj:function Kj(){}, +MM:function MM(){}, +B7:function B7(){}, +t8:function t8(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +aAu(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.gK(a0) +s=t.N +r=t.da +q=A.hs(b,b,b,s,r) +p=A.hs(b,b,b,s,r) +o=A.hs(b,b,b,s,r) +n=A.hs(b,b,b,s,r) +m=A.hs(b,b,b,t.ob,r) +for(l=0;l<1;++l){k=a0[l] +s=k.a +r=B.aR.k(0,s) +if(r==null)r=s +j=k.c +i=B.b7.k(0,j) +if(i==null)i=j +i=r+"_null_"+A.h(i) +if(q.k(0,i)==null)q.n(0,i,k) +r=B.aR.k(0,s) +r=(r==null?s:r)+"_null" +if(o.k(0,r)==null)o.n(0,r,k) +r=B.aR.k(0,s) +if(r==null)r=s +i=B.b7.k(0,j) +if(i==null)i=j +i=r+"_"+A.h(i) +if(p.k(0,i)==null)p.n(0,i,k) +r=B.aR.k(0,s) +s=r==null?s:r +if(n.k(0,s)==null)n.n(0,s,k) +s=B.b7.k(0,j) +if(s==null)s=j +if(m.k(0,s)==null)m.n(0,s,k)}for(h=b,g=h,f=0;f>")) +for(s=new A.dY(n,n.gu(n)),r=A.m(s).c,q=null;s.t();){p=s.d +o=p==null?r.a(p):p +q=(q==null?o:q).pT(0,o)}if(q.gP(q))return B.b.gK(a).a +return B.b.a5f(B.b.gK(a).gKM(),q.giP(q)).w}, +amr(a,b){A.kF(a,new A.ab8(b),t.zP)}, +ay7(a,b){A.kF(a,new A.ab5(b),t.h7)}, +aga(){return new A.a1w(A.z(t.l5,t.UJ),A.aBs())}, +ajC(a,b){return new A.uD(b==null?A.aga():b,a,null)}, +X4(a){var s +for(;s=a.Q,s!=null;a=s){if(a.e==null)return null +if(a instanceof A.z2)return a}return null}, +Es(a){var s,r=A.afv(a,!1,!0) +if(r==null)return null +s=A.X4(r) +return s==null?null:s.dy}, +ad6:function ad6(a){this.a=a}, +r5:function r5(a,b){this.b=a +this.c=b}, +lF:function lF(a,b){this.a=a +this.b=b}, +JK:function JK(a,b){this.a=a +this.b=b}, +Et:function Et(){}, +X5:function X5(){}, +X7:function X7(a,b){this.a=a +this.b=b}, +X6:function X6(a){this.a=a}, +r2:function r2(a,b){this.a=a +this.b=b}, +LB:function LB(a){this.a=a}, +V9:function V9(){}, +ab9:function ab9(a){this.a=a}, +Vh:function Vh(a,b){this.a=a +this.b=b}, +Vj:function Vj(a){this.a=a}, +Vi:function Vi(a){this.a=a}, +Vk:function Vk(a){this.a=a}, +Vl:function Vl(a){this.a=a}, +Vb:function Vb(a){this.a=a}, +Vc:function Vc(a){this.a=a}, +Vd:function Vd(){}, +Ve:function Ve(a){this.a=a}, +Vf:function Vf(a){this.a=a}, +Vg:function Vg(){}, +Va:function Va(a,b,c){this.a=a +this.b=b +this.c=c}, +Vm:function Vm(a){this.a=a}, +Vn:function Vn(a){this.a=a}, +Vo:function Vo(a){this.a=a}, +Vp:function Vp(a){this.a=a}, +d7:function d7(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +ab6:function ab6(){}, +ab8:function ab8(a){this.a=a}, +ab7:function ab7(){}, +j8:function j8(a){this.a=a +this.b=null}, +ab4:function ab4(){}, +ab5:function ab5(a){this.a=a}, +a1w:function a1w(a,b){this.pB$=a +this.a=b}, +a1x:function a1x(){}, +a1y:function a1y(){}, +a1z:function a1z(a){this.a=a}, +uD:function uD(a,b,c){this.c=a +this.f=b +this.a=c}, +z2:function z2(a,b,c,d,e,f,g,h,i){var _=this +_.dy=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=null +_.f=f +_.r=g +_.Q=_.y=_.x=_.w=null +_.as=h +_.ax=_.at=null +_.ay=!1 +_.fx$=0 +_.fy$=i +_.id$=_.go$=0 +_.k1$=!1}, +Mi:function Mi(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +HV:function HV(a){this.a=a +this.b=null}, +ne:function ne(){}, +G2:function G2(a){this.a=a +this.b=null}, +nu:function nu(){}, +H0:function H0(a){this.a=a +this.b=null}, +DG:function DG(a){this.a=a +this.b=null}, +Mj:function Mj(){}, +OD:function OD(){}, +RI:function RI(){}, +RJ:function RJ(){}, +axQ(a){a.cW() +a.aY(A.adT())}, +atA(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}, +atB(a,b){var s=A.ae(b).h("ad<1,dB>") +return A.at0(!0,A.a6(new A.ad(b,new A.VV(),s),!0,s.h("aY.E")),a,B.Fg,!0,B.Cx,null)}, +atz(a){a.ca() +a.aY(A.aop())}, +Wt(a){var s=a.a,r=s instanceof A.mD?s:null +return new A.E7("",r,new A.yb())}, +awI(a){var s=a.ar(),r=new A.fY(s,a,B.T) +s.c=r +s.a=a +return r}, +auh(a){return new A.f9(A.hs(null,null,null,t.Q,t.X),a,B.T)}, +auS(a){return new A.ff(A.cQ(t.Q),a,B.T)}, +ah9(a,b,c,d){var s=new A.bA(b,c,"widgets library",a,d,!1) +A.dd(s) +return s}, +hq:function hq(){}, +cb:function cb(a,b){this.a=a +this.$ti=b}, +mK:function mK(a,b){this.a=a +this.$ti=b}, +l:function l(){}, +aZ:function aZ(){}, +ak:function ak(){}, +abT:function abT(a,b){this.a=a +this.b=b}, +aA:function aA(){}, +aL:function aL(){}, +dG:function dG(){}, +b3:function b3(){}, +ax:function ax(){}, +Fj:function Fj(){}, +b2:function b2(){}, +fg:function fg(){}, +r3:function r3(a,b){this.a=a +this.b=b}, +MG:function MG(a){this.a=!1 +this.b=a}, +a9I:function a9I(a,b){this.a=a +this.b=b}, +TE:function TE(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}, +TF:function TF(a,b,c){this.a=a +this.b=b +this.c=c}, +vT:function vT(){}, +aaC:function aaC(a,b){this.a=a +this.b=b}, +aT:function aT(){}, +VY:function VY(a){this.a=a}, +VW:function VW(a){this.a=a}, +VV:function VV(){}, +VZ:function VZ(a){this.a=a}, +W_:function W_(a){this.a=a}, +W0:function W0(a){this.a=a}, +VT:function VT(a){this.a=a}, +VX:function VX(){}, +VU:function VU(a){this.a=a}, +E7:function E7(a,b,c){this.d=a +this.e=b +this.a=c}, +tJ:function tJ(){}, +Uz:function Uz(){}, +UA:function UA(){}, +J3:function J3(a,b){var _=this +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +fY:function fY(a,b,c){var _=this +_.k3=a +_.k4=!1 +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +wq:function wq(){}, +lj:function lj(a,b,c){var _=this +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +a0m:function a0m(a){this.a=a}, +f9:function f9(a,b,c){var _=this +_.y2=a +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +bu:function bu(){}, +a2s:function a2s(){}, +Fi:function Fi(a,b){var _=this +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +xr:function xr(a,b){var _=this +_.c=_.b=_.a=_.ch=_.ax=_.k4=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +ff:function ff(a,b,c){var _=this +_.k4=$ +_.ok=a +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +a_t:function a_t(a){this.a=a}, +HP:function HP(){}, +pv:function pv(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Nv:function Nv(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}, +Ny:function Ny(a){this.a=a}, +PX:function PX(){}, +XA(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.EC(b,a1,a2,s,a0,o,q,r,p,f,k,h,j,i,g,l,n,m,a,d,c,e)}, +mJ:function mJ(){}, +cG:function cG(a,b,c){this.a=a +this.b=b +this.$ti=c}, +EC:function EC(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 +_.aE=o +_.bB=p +_.ai=q +_.b6=r +_.b_=s +_.bg=a0 +_.bW=a1 +_.a=a2}, +XB:function XB(a){this.a=a}, +XC:function XC(a,b){this.a=a +this.b=b}, +XD:function XD(a){this.a=a}, +XH:function XH(a,b){this.a=a +this.b=b}, +XI:function XI(a){this.a=a}, +XJ:function XJ(a,b){this.a=a +this.b=b}, +XK:function XK(a){this.a=a}, +XL:function XL(a,b){this.a=a +this.b=b}, +XM:function XM(a){this.a=a}, +XN:function XN(a,b){this.a=a +this.b=b}, +XO:function XO(a){this.a=a}, +XE:function XE(a,b){this.a=a +this.b=b}, +XF:function XF(a){this.a=a}, +XG:function XG(a,b){this.a=a +this.b=b}, +lq:function lq(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +q1:function q1(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +Mp:function Mp(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a3x:function a3x(){}, +a8G:function a8G(a){this.a=a}, +a8L:function a8L(a){this.a=a}, +a8K:function a8K(a){this.a=a}, +a8H:function a8H(a){this.a=a}, +a8I:function a8I(a){this.a=a}, +a8J:function a8J(a,b){this.a=a +this.b=b}, +a8M:function a8M(a){this.a=a}, +a8N:function a8N(a){this.a=a}, +a8O:function a8O(a,b){this.a=a +this.b=b}, +afD(a,b){return new A.mL(b,a,null)}, +ajJ(a,b,c){var s=A.z(t.K,t.U3) +a.aY(new A.Y4(c,new A.Y3(s,b))) +return s}, +ami(a,b){var s,r=a.gW() +r.toString +t.x.a(r) +s=r.bz(0,b==null?null:b.gW()) +r=r.gA(r) +return A.eo(s,new A.C(0,0,0+r.a,0+r.b))}, +pn:function pn(a,b){this.a=a +this.b=b}, +mL:function mL(a,b,c){this.c=a +this.e=b +this.a=c}, +Y3:function Y3(a,b){this.a=a +this.b=b}, +Y4:function Y4(a,b){this.a=a +this.b=b}, +rb:function rb(a,b){var _=this +_.d=a +_.e=null +_.f=!0 +_.a=null +_.b=b +_.c=null}, +a9x:function a9x(a,b){this.a=a +this.b=b}, +a9w:function a9w(){}, +a9t:function a9t(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=$}, +km:function km(a,b){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.f=_.e=$ +_.r=null +_.x=_.w=!1}, +a9u:function a9u(a){this.a=a}, +a9v:function a9v(a,b){this.a=a +this.b=b}, +uN:function uN(a,b){this.a=a +this.b=b}, +Y2:function Y2(){}, +Y1:function Y1(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Y0:function Y0(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +ajM(a,b){return new A.uQ(a,b,null)}, +uQ:function uQ(a,b,c){this.c=a +this.z=b +this.a=c}, +pp:function pp(a,b){this.a=a +this.d=b}, +afG(a,b,c){return new A.mQ(b,a,c)}, +EX(a,b){return new A.ig(new A.YB(null,b,a),null)}, +ajQ(a){var s,r,q,p,o,n,m=A.ajP(a).Y(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.gcl(m)!=null)l=m +else{if(k)l=24 +k=m.b +if(k==null)k=0 +s=m.c +if(s==null)s=400 +r=m.d +if(r==null)r=0 +q=m.e +if(q==null)q=48 +p=m.f +if(p==null)p=B.k +o=m.gcl(m) +if(o==null)o=B.h3.gcl(B.h3) +n=m.w +l=m.pb(p,k,r,o,q,n==null?null:n,l,s)}return l}, +ajP(a){var s=a.ah(t.Oh),r=s==null?null:s.w +return r==null?B.h3:r}, +mQ:function mQ(a,b,c){this.w=a +this.b=b +this.a=c}, +YB:function YB(a,b,c){this.a=a +this.b=b +this.c=c}, +jB(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.S(r,q?j:b.a,c) +p=s?j:a.b +p=A.S(p,q?j:b.b,c) +o=s?j:a.c +o=A.S(o,q?j:b.c,c) +n=s?j:a.d +n=A.S(n,q?j:b.d,c) +m=s?j:a.e +m=A.S(m,q?j:b.e,c) +l=s?j:a.f +l=A.w(l,q?j:b.f,c) +k=s?j:a.gcl(a) +k=A.S(k,q?j:b.gcl(b),c) +s=s?j:a.w +return new A.cA(r,p,o,n,m,l,k,A.awt(s,q?j:b.w,c))}, +cA:function cA(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}, +MD:function MD(){}, +ahl(a,b){var s=A.aiW(a),r=A.d1(a,B.f8) +r=r==null?null:r.b +if(r==null)r=1 +return new A.uT(s,r,A.ZL(a),A.dW(a),b,A.m2())}, +ajR(a,b){var s=null +return new A.uS(A.avZ(s,s,new A.te(a,s,s)),b,s)}, +uS:function uS(a,b,c){this.c=a +this.as=b +this.a=c}, +z8:function z8(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}, +a9E:function a9E(a,b,c){this.a=a +this.b=b +this.c=c}, +a9F:function a9F(a){this.a=a}, +a9G:function a9G(a){this.a=a}, +a9H:function a9H(a){this.a=a}, +Ru:function Ru(){}, +Dr:function Dr(a,b){this.a=a +this.b=b}, +ud:function ud(a,b){this.a=a +this.b=b}, +md:function md(a,b){this.a=a +this.b=b}, +nW:function nW(a,b){this.a=a +this.b=b}, +F2:function F2(){}, +pu:function pu(){}, +YX:function YX(a){this.a=a}, +YW:function YW(a){this.a=a}, +YV:function YV(a,b){this.a=a +this.b=b}, +oC:function oC(){}, +T4:function T4(){}, +t_:function t_(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +Kp:function Kp(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.l8$=a +_.hu$=b +_.a=null +_.b=c +_.c=null}, +a7c:function a7c(){}, +t1:function t1(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}, +Kq:function Kq(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.l8$=a +_.hu$=b +_.a=null +_.b=c +_.c=null}, +a7d:function a7d(){}, +a7e:function a7e(){}, +a7f:function a7f(){}, +a7g:function a7g(){}, +rd:function rd(){}, +aui(a,b,c,d){var s,r=a.jl(d) +if(r==null)return +c.push(r) +s=r.e +s.toString +d.a(s) +return}, +dq(a,b,c){var s,r,q,p,o,n +if(b==null)return a.ah(c) +s=A.a([],t.Fa) +A.aui(a,b,s,c) +if(s.length===0)return null +r=B.b.gN(s) +for(q=s.length,p=0;p>")),i).ba(new A.adm(k,h),t.e3)}, +ZL(a){var s=a.ah(t.Gk) +return s==null?null:s.r.f}, +auA(a,b,c){var s=a.ah(t.Gk) +return s==null?null:c.h("0?").a(J.bs(s.r.e,b))}, +rq:function rq(a,b){this.a=a +this.b=b}, +adk:function adk(a){this.a=a}, +adl:function adl(){}, +adm:function adm(a,b){this.a=a +this.b=b}, +eL:function eL(){}, +R2:function R2(){}, +Dz:function Dz(){}, +zj:function zj(a,b,c,d){var _=this +_.r=a +_.w=b +_.b=c +_.a=d}, +vl:function vl(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +N2:function N2(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +aa2:function aa2(a){this.a=a}, +aa3:function aa3(a,b){this.a=a +this.b=b}, +aa1:function aa1(a,b,c){this.a=a +this.b=b +this.c=c}, +auC(a,b){var s,r +a.ah(t.bS) +s=A.auE(a,b) +if(s==null)return null +a.w8(s,null) +r=s.e +r.toString +return b.a(r)}, +auE(a,b){var s,r,q,p=a.jl(b) +if(p==null)return null +s=a.jl(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}, +auD(a,b){var s={} +s.a=null +a.nw(new A.ZR(s,b)) +s=s.a +if(s==null)s=null +else{s=s.k3 +s.toString}return b.h("0?").a(s)}, +akb(a,b){var s={} +s.a=null +a.nw(new A.ZQ(s,b)) +s=s.a +s=s==null?null:s.gW() +return b.h("0?").a(s)}, +ZR:function ZR(a,b){this.a=a +this.b=b}, +ZQ:function ZQ(a,b){this.a=a +this.b=b}, +FK(a,b,c){return new A.n9(b,a,c)}, +d1(a,b){var s=A.dq(a,b,t.w) +return s==null?null:s.w}, +Gg:function Gg(a,b){this.a=a +this.b=b}, +dL:function dL(a,b){this.a=a +this.b=b}, +vz:function vz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,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}, +n9:function n9(a,b,c){this.w=a +this.b=b +this.a=c}, +a_O:function a_O(a,b){this.a=a +this.b=b}, +zq:function zq(a,b,c){this.c=a +this.e=b +this.a=c}, +N9:function N9(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +aam:function aam(a,b){this.a=a +this.b=b}, +Rw:function Rw(){}, +akj(a,b,c,d,e,f,g){return new A.FR(c,!1,e,!0,f,b,g,null)}, +FR:function FR(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}, +a_e:function a_e(a,b){this.a=a +this.b=b}, +qV:function qV(a,b,c,d,e,f,g,h,i){var _=this +_.au=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}, +Kw:function Kw(a){this.a=a}, +Ni:function Ni(a,b,c){this.c=a +this.d=b +this.a=c}, +G0:function G0(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +AG:function AG(a,b){this.a=a +this.b=b}, +ac4:function ac4(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +a_V(a){var s,r +if(a instanceof A.fY){s=a.k3 +s.toString +s=s instanceof A.iH}else s=!1 +if(s){s=a.k3 +s.toString +t.uK.a(s) +r=s}else r=null +if(r==null)r=a.u8(t.uK) +s=r +s.toString +return s}, +av1(a,b){var s,r,q,p,o,n,m,l=null,k=A.a([],t.ny) +if(B.d.bE(b,"/")&&b.length>1){b=B.d.cM(b,1) +s=t.z +k.push(a.t1("/",!0,l,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +ayf(a){return a.ga9x()}, +amt(a){return new A.abw(a)}, +akp(a,b){var s,r,q,p +for(s=a.a,r=s.guP(),q=r.length,p=0;p2?s[2]:null,B.iX) +case 1:s=s.dr(a,1)[1] +s.toString +t.pO.a(A.avf(new A.TR(A.eA(s)))) +return null}}, +qb:function qb(a,b){this.a=a +this.b=b}, +cl:function cl(){}, +a2y:function a2y(a){this.a=a}, +a2x:function a2x(a){this.a=a}, +hG:function hG(a,b){this.a=a +this.b=b}, +nd:function nd(){}, +mM:function mM(a,b,c){this.f=a +this.b=b +this.a=c}, +a2w:function a2w(){}, +JI:function JI(){}, +Dy:function Dy(){}, +vR:function vR(a,b,c,d,e,f,g,h,i){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.Q=f +_.as=g +_.at=h +_.a=i}, +a_U:function a_U(){}, +e7:function e7(a,b){this.a=a +this.b=b}, +Nu:function Nu(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +ft:function ft(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}, +abv:function abv(a,b){this.a=a +this.b=b}, +abt:function abt(){}, +abu:function abu(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +abs:function abs(a,b){this.a=a +this.b=b}, +abw:function abw(a){this.a=a}, +lS:function lS(){}, +rn:function rn(a,b){this.a=a +this.b=b}, +rm:function rm(a,b){this.a=a +this.b=b}, +zz:function zz(a,b){this.a=a +this.b=b}, +zA:function zA(a,b){this.a=a +this.b=b}, +Mt:function Mt(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +iH:function iH(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 +_.bn$=j +_.fI$=k +_.u1$=l +_.ed$=m +_.fJ$=n +_.cY$=o +_.bb$=p +_.a=null +_.b=q +_.c=null}, +a_R:function a_R(a,b){this.a=a +this.b=b}, +a_T:function a_T(a){this.a=a}, +a_Q:function a_Q(){}, +a_P:function a_P(a){this.a=a}, +a_S:function a_S(a,b){this.a=a +this.b=b}, +A3:function A3(a,b){this.a=a +this.b=b}, +P6:function P6(){}, +No:function No(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +agD:function agD(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +Mu:function Mu(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=a +_.id$=_.go$=0 +_.k1$=!1}, +a9y:function a9y(){}, +nc:function nc(a){this.a=a}, +aaA:function aaA(){}, +zB:function zB(){}, +zC:function zC(){}, +Rs:function Rs(){}, +G6:function G6(){}, +cT:function cT(a,b,c,d){var _=this +_.d=a +_.b=b +_.a=c +_.$ti=d}, +zD:function zD(a,b,c){var _=this +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +fK:function fK(){}, +RB:function RB(){}, +ag0(a,b){return new A.jM(a,b,new A.fr(null,$.aR()),new A.cb(null,t.af))}, +ayb(a){return a.a4(0)}, +aya(a,b){var s,r=a.ah(t.An) +if(r!=null)return r +s=A.a([A.um("No Overlay widget found."),A.bh(A.v(a.ga9v()).i(0)+" widgets require an Overlay widget ancestor.\nAn overlay lets widgets float on top of other widget children."),A.E4("To introduce an Overlay widget, you can either directly include one, or use a widget that contains an Overlay itself, such as a Navigator, WidgetApp, MaterialApp, or CupertinoApp.")],t.E) +B.b.C(s,a.a46(B.Qe)) +throw A.d(A.WR(s))}, +jM:function jM(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=null +_.f=d +_.r=!1}, +a07:function a07(a){this.a=a}, +kn:function kn(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +zF:function zF(a){var _=this +_.d=$ +_.e=null +_.r=_.f=$ +_.a=null +_.b=a +_.c=null}, +aaN:function aaN(){}, +pP:function pP(a,b,c){this.c=a +this.d=b +this.a=c}, +pR:function pR(a,b,c,d){var _=this +_.d=a +_.cY$=b +_.bb$=c +_.a=null +_.b=d +_.c=null}, +a0c:function a0c(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a0b:function a0b(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a0d:function a0d(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a0a:function a0a(){}, +a09:function a09(){}, +AF:function AF(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Qi:function Qi(a,b,c){var _=this +_.k4=$ +_.ok=a +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +oj:function oj(){}, +abh:function abh(a){this.a=a}, +rD:function rD(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=_.at=null +_.bV$=a +_.ae$=b +_.a=c}, +oh:function oh(a,b,c,d,e,f,g,h){var _=this +_.J=null +_.I=a +_.a5=b +_.a7=c +_.aA=!1 +_.aS=d +_.dw$=e +_.aa$=f +_.cN$=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}, +a08:function a08(){this.b=this.a=null}, +w0:function w0(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +NJ:function NJ(a){var _=this +_.d=null +_.e=!0 +_.a=_.f=null +_.b=a +_.c=null}, +aaO:function aaO(a,b){this.a=a +this.b=b}, +aaQ:function aaQ(a,b){this.a=a +this.b=b}, +aaP:function aaP(a){this.a=a}, +lT:function lT(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.fM$=_.fL$=_.fK$=_.e=_.d=null}, +oi:function oi(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +rp:function rp(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +NI:function NI(a,b){var _=this +_.c=_.b=_.a=_.ch=_.ax=_.ok=_.k4=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +Lw:function Lw(a,b){this.c=a +this.a=b}, +lW:function lW(a,b,c){var _=this +_.D=a +_.a2=!1 +_.af=!0 +_.cu=_.bh=!1 +_.fM$=_.fL$=_.fK$=null +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abb:function abb(a){this.a=a}, +abc:function abc(a){this.a=a}, +zT:function zT(a,b){var _=this +_.D=null +_.fr$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +NK:function NK(){}, +RK:function RK(){}, +RL:function RL(){}, +B9:function B9(){}, +RM:function RM(){}, +ajI(a,b,c){return new A.uJ(a,c,b,null)}, +amh(a,b,c){var s,r,q=null,p=t.H7,o=new A.aW(0,0,p),n=new A.aW(0,0,p),m=new A.z4(B.f6,o,n,b,a,$.aR()),l=A.ef(q,q,q,q,c) +l.bm() +s=l.bU$ +s.b=!0 +s.a.push(m.gwx()) +m.b!==$&&A.cu() +m.b=l +r=A.fE(B.k_,l,q) +r.a.a0(0,m.gej()) +t.ve.a(r) +p=p.h("b9") +m.r!==$&&A.cu() +m.r=new A.b9(r,o,p) +m.x!==$&&A.cu() +m.x=new A.b9(r,n,p) +p=c.tM(m.ga0L()) +m.y!==$&&A.cu() +m.y=p +return m}, +uJ:function uJ(a,b,c,d){var _=this +_.e=a +_.f=b +_.w=c +_.a=d}, +z5:function z5(a,b,c,d){var _=this +_.r=_.f=_.e=_.d=null +_.w=a +_.cY$=b +_.bb$=c +_.a=null +_.b=d +_.c=null}, +ra:function ra(a,b){this.a=a +this.b=b}, +z4:function z4(a,b,c,d,e,f){var _=this +_.a=a +_.b=$ +_.c=null +_.e=_.d=0 +_.f=b +_.r=$ +_.w=c +_.y=_.x=$ +_.z=null +_.as=_.Q=0.5 +_.at=0 +_.ax=d +_.ay=e +_.fx$=0 +_.fy$=f +_.id$=_.go$=0 +_.k1$=!1}, +a9r:function a9r(a){this.a=a}, +Mq:function Mq(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +Q_:function Q_(a,b){this.a=a +this.b=b}, +xE:function xE(a,b,c,d){var _=this +_.c=a +_.e=b +_.f=c +_.a=d}, +Ay:function Ay(a,b,c){var _=this +_.d=$ +_.f=_.e=null +_.r=0 +_.w=!0 +_.cY$=a +_.bb$=b +_.a=null +_.b=c +_.c=null}, +abW:function abW(a,b,c){this.a=a +this.b=b +this.c=c}, +rB:function rB(a,b){this.a=a +this.b=b}, +Ax:function Ax(a,b,c,d){var _=this +_.b=_.a=$ +_.c=a +_.d=b +_.e=0 +_.f=c +_.fx$=0 +_.fy$=d +_.id$=_.go$=0 +_.k1$=!1}, +w1:function w1(a,b){this.a=a +this.eE$=b}, +zH:function zH(){}, +B5:function B5(){}, +Bb:function Bb(){}, +aky(a,b){var s=a.e +s.toString +return!(s instanceof A.pS)}, +akA(a){var s=a.Lj(t.Mf) +return s==null?null:s.d}, +Au:function Au(a){this.a=a}, +a0e:function a0e(){this.a=null}, +a0f:function a0f(a){this.a=a}, +pS:function pS(a,b,c){this.c=a +this.d=b +this.a=c}, +w2:function w2(){}, +a_5:function a_5(){}, +a0K:function a0K(){}, +Dw:function Dw(a,b){this.a=a +this.d=b}, +akO(a){return new A.q0(null,null,B.KF,a,null)}, +akP(a,b){var s,r=a.Lj(t.bb) +if(r==null)return!1 +s=A.age(a).kn(a) +if(r.w.p(0,s))return r.r===b +return!1}, +H2(a){var s=a.ah(t.bb) +return s==null?null:s.f}, +q0:function q0(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +q8(a){var s=a.ah(t.lQ) +return s==null?null:s.f}, +a6u(a,b){return new A.yc(a,b,null)}, +lr:function lr(a,b,c){this.c=a +this.d=b +this.a=c}, +P7:function P7(a,b,c,d,e,f){var _=this +_.bn$=a +_.fI$=b +_.u1$=c +_.ed$=d +_.fJ$=e +_.a=null +_.b=f +_.c=null}, +yc:function yc(a,b,c){this.f=a +this.b=b +this.a=c}, +wU:function wU(a,b,c){this.c=a +this.d=b +this.a=c}, +A2:function A2(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.w=!1 +_.a=null +_.b=a +_.c=null}, +abo:function abo(a){this.a=a}, +abn:function abn(a,b){this.a=a +this.b=b}, +dI:function dI(){}, +iS:function iS(){}, +a2o:function a2o(a,b){this.a=a +this.b=b}, +acJ:function acJ(){}, +RN:function RN(){}, +ck:function ck(){}, +i3:function i3(){}, +A0:function A0(){}, +wQ:function wQ(a,b,c){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1 +_.$ti=c}, +wP:function wP(a,b){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +acK:function acK(){}, +nA:function nA(a,b){this.b=a +this.c=b}, +I6:function I6(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f +_.$ti=g}, +I5:function I5(a,b){this.a=a +this.b=b}, +rx:function rx(a,b,c,d,e,f,g,h){var _=this +_.e=_.d=null +_.f=a +_.r=$ +_.w=!1 +_.bn$=b +_.fI$=c +_.u1$=d +_.ed$=e +_.fJ$=f +_.a=null +_.b=g +_.c=null +_.$ti=h}, +abD:function abD(a){this.a=a}, +abE:function abE(a){this.a=a}, +abC:function abC(a){this.a=a}, +abA:function abA(a,b,c){this.a=a +this.b=b +this.c=c}, +abx:function abx(a){this.a=a}, +aby:function aby(a,b){this.a=a +this.b=b}, +abB:function abB(){}, +abz:function abz(){}, +Pd:function Pd(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +P4:function P4(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=a +_.id$=_.go$=0 +_.k1$=!1}, +rI:function rI(){}, +a_g(a,b){var s=a.ah(t.Fe),r=s==null?null:s.x +return b.h("ld<0>?").a(r)}, +pQ:function pQ(){}, +eS:function eS(){}, +a6o:function a6o(a,b,c){this.a=a +this.b=b +this.c=c}, +a6m:function a6m(a,b,c){this.a=a +this.b=b +this.c=c}, +a6n:function a6n(a,b,c){this.a=a +this.b=b +this.c=c}, +a6l:function a6l(a,b){this.a=a +this.b=b}, +Fr:function Fr(){}, +LD:function LD(a,b){this.e=a +this.a=b +this.b=null}, +zt:function zt(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.b=e +_.a=f}, +rl:function rl(a,b,c){this.c=a +this.a=b +this.$ti=c}, +og:function og(a,b,c,d){var _=this +_.d=null +_.e=$ +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +aan:function aan(a){this.a=a}, +aar:function aar(a){this.a=a}, +aas:function aas(a){this.a=a}, +aaq:function aaq(a){this.a=a}, +aao:function aao(a){this.a=a}, +aap:function aap(a){this.a=a}, +ld:function ld(){}, +a_h:function a_h(a,b){this.a=a +this.b=b}, +a_i:function a_i(){}, +a_f:function a_f(){}, +of:function of(){}, +aw4(a,b,c){return new A.Id(c,a,b,null)}, +Id:function Id(a,b,c,d){var _=this +_.d=a +_.f=b +_.x=c +_.a=d}, +Ij:function Ij(){}, +kY:function kY(a){this.a=a +this.b=!1}, +Y5:function Y5(a,b){this.c=a +this.a=b +this.b=!1}, +a30:function a30(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +VK:function VK(a,b){this.c=a +this.a=b +this.b=!1}, +Ca:function Ca(a,b){var _=this +_.c=$ +_.d=a +_.a=b +_.b=!1}, +DS:function DS(a){var _=this +_.d=_.c=$ +_.a=a +_.b=!1}, +wZ:function wZ(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a2X:function a2X(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a2W:function a2W(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +age(a){var s=a.ah(t.Cy),r=s==null?null:s.f +return r==null?B.yI:r}, +Ik:function Ik(){}, +a2Y:function a2Y(){}, +a2Z:function a2Z(){}, +a3_:function a3_(){}, +x_:function x_(a,b,c){this.f=a +this.b=b +this.a=c}, +agf(){return new A.Il(A.a([],t.ZP),$.aR())}, +Il:function Il(a,b){var _=this +_.f=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +anl(a,b){return b}, +a48:function a48(){}, +Pf:function Pf(a){this.a=a}, +IO:function IO(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.w=f}, +Ah:function Ah(a,b){this.c=a +this.a=b}, +Ai:function Ai(a,b){var _=this +_.f=_.e=_.d=null +_.r=!1 +_.ie$=a +_.a=null +_.b=b +_.c=null}, +abM:function abM(a,b){this.a=a +this.b=b}, +RR:function RR(){}, +jY:function jY(){}, +Eh:function Eh(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +M7:function M7(){}, +agg(a,b,c,d,e){var s=new A.hH(c,e,d,a,0) +if(b!=null)s.eE$=b +return s}, +aB7(a){return a.eE$===0}, +eT:function eT(){}, +K1:function K1(){}, +eq:function eq(){}, +x4:function x4(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eE$=d}, +hH:function hH(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.eE$=e}, +iJ:function iJ(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.eE$=f}, +ls:function ls(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eE$=d}, +JS:function JS(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eE$=d}, +Aa:function Aa(){}, +A9:function A9(a,b,c){this.f=a +this.b=b +this.a=c}, +lQ:function lQ(a){var _=this +_.a=a +_.fM$=_.fL$=_.fK$=null}, +x1:function x1(a,b){this.c=a +this.a=b}, +x2:function x2(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +a31:function a31(a){this.a=a}, +a32:function a32(a){this.a=a}, +a33:function a33(a){this.a=a}, +asc(a,b,c){var s,r +if(a>0){s=a/c +if(b"))}, +ah4(a,b){var s=$.aG.I$.z.k(0,a).gW() +s.toString +return t.x.a(s).lI(b)}, +x8:function x8(a,b){this.a=a +this.b=b}, +x9:function x9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=!1 +_.CW=_.ch=null +_.cy=_.cx=$ +_.dx=_.db=null +_.fx$=0 +_.fy$=o +_.id$=_.go$=0 +_.k1$=!1}, +a3h:function a3h(){}, +q3:function q3(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}, +iP:function iP(a,b,c,d,e){var _=this +_.w=_.r=_.f=_.e=_.d=null +_.y=_.x=$ +_.z=a +_.as=_.Q=!1 +_.at=$ +_.cY$=b +_.bb$=c +_.a=null +_.b=d +_.c=null +_.$ti=e}, +a1t:function a1t(a){this.a=a}, +a1p:function a1p(a){this.a=a}, +a1q:function a1q(a){this.a=a}, +a1m:function a1m(a){this.a=a}, +a1n:function a1n(a){this.a=a}, +a1o:function a1o(a){this.a=a}, +a1r:function a1r(a){this.a=a}, +a1s:function a1s(a){this.a=a}, +a1u:function a1u(a){this.a=a}, +a1v:function a1v(a){this.a=a}, +jc:function jc(a,b,c,d,e,f,g,h,i,j){var _=this +_.f2=a +_.k2=!1 +_.b1=_.bM=_.b6=_.ai=_.au=_.bB=_.aE=_.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}, +jd:function jd(a,b,c,d,e,f,g,h,i,j){var _=this +_.jV=a +_.aS=_.aA=_.a7=_.a5=_.I=_.J=_.b1=_.bM=_.b6=_.ai=_.au=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}, +rt:function rt(){}, +auU(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}, +auT(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}, +pN:function pN(){}, +a_I:function a_I(a){this.a=a}, +a_J:function a_J(a,b,c){this.a=a +this.b=b +this.c=c}, +a_K:function a_K(){}, +a_G:function a_G(a,b){this.a=a +this.b=b}, +a_H:function a_H(a){this.a=a}, +a_L:function a_L(a,b){this.a=a +this.b=b}, +a_M:function a_M(a){this.a=a}, +a_x:function a_x(a){this.a=a}, +a_y:function a_y(a){this.a=a}, +a_z:function a_z(a){this.a=a}, +a_A:function a_A(a){this.a=a}, +a_B:function a_B(a){this.a=a}, +a_C:function a_C(a){this.a=a}, +a_D:function a_D(a){this.a=a}, +a_E:function a_E(a){this.a=a}, +a_F:function a_F(a){this.a=a}, +Nn:function Nn(){}, +Iv(a){var s=a.ah(t.Wu) +return s==null?null:s.f}, +ale(a,b){return new A.qi(b,a,null)}, +qg:function qg(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Ps:function Ps(a,b,c,d){var _=this +_.d=a +_.n2$=b +_.l9$=c +_.a=null +_.b=d +_.c=null}, +qi:function qi(a,b,c){this.f=a +this.b=b +this.a=c}, +Iu:function Iu(){}, +RQ:function RQ(){}, +Ba:function Ba(){}, +xo:function xo(a,b){this.c=a +this.a=b}, +PA:function PA(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +PB:function PB(a,b,c){this.x=a +this.b=b +this.a=c}, +ds(a,b,c,d,e){return new A.av(a,c,e,b,d)}, +awu(a){var s=A.z(t.y6,t.Xw) +a.U(0,new A.a3U(s)) +return s}, +agi(a,b,c){return new A.nO(null,c,a,b,null)}, +av:function av(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +o6:function o6(a,b){this.a=a +this.b=b}, +qn:function qn(a,b){var _=this +_.b=a +_.c=null +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +a3U:function a3U(a){this.a=a}, +a3T:function a3T(){}, +a3V:function a3V(a){this.a=a}, +a3W:function a3W(a){this.a=a}, +nO:function nO(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Al:function Al(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +IG:function IG(a,b){var _=this +_.c=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +xp:function xp(a,b){this.c=a +this.a=b}, +Ak:function Ak(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +PE:function PE(a,b,c){this.f=a +this.b=b +this.a=c}, +PC:function PC(){}, +PD:function PD(){}, +PF:function PF(){}, +PI:function PI(){}, +PJ:function PJ(){}, +Rh:function Rh(){}, +II:function II(a,b){this.x=a +this.a=b}, +a3Z:function a3Z(a,b,c){this.a=a +this.b=b +this.c=c}, +rz:function rz(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +PK:function PK(a,b){var _=this +_.c=_.b=_.a=_.ch=_.ax=_.k4=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +zZ:function zZ(a,b,c,d,e,f){var _=this +_.J=a +_.I=b +_.a5=c +_.a7=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +abg:function abg(a,b){this.a=a +this.b=b}, +abf:function abf(a,b){this.a=a +this.b=b}, +B8:function B8(){}, +RS:function RS(){}, +RT:function RT(){}, +alt(a,b){return new A.qs(b,A.agl(t.S,t.Dv),a,B.T)}, +awA(a,b,c,d,e){if(b===e-1)return d +return d+(d-c)/(b-a+1)*(e-b-1)}, +auo(a,b){return new A.v6(b,a,null)}, +IU:function IU(){}, +lz:function lz(){}, +IS:function IS(a,b){this.d=a +this.a=b}, +IQ:function IQ(a,b,c){this.f=a +this.d=b +this.a=c}, +qs:function qs(a,b,c,d){var _=this +_.k4=a +_.ok=b +_.p2=_.p1=null +_.p3=!1 +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=c +_.f=null +_.r=d +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +a4h:function a4h(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a4f:function a4f(){}, +a4g:function a4g(a,b){this.a=a +this.b=b}, +a4e:function a4e(a,b,c){this.a=a +this.b=b +this.c=c}, +a4i:function a4i(a,b){this.a=a +this.b=b}, +v6:function v6(a,b,c){this.f=a +this.b=b +this.a=c}, +alu(a,b,c,d,e){return new A.IX(c,d,!0,e,b,null)}, +IV:function IV(a,b){this.a=a +this.b=b}, +xA:function xA(a){var _=this +_.a=!1 +_.fx$=0 +_.fy$=a +_.id$=_.go$=0 +_.k1$=!1}, +IX:function IX(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +rw:function rw(a,b,c,d,e,f,g){var _=this +_.D=a +_.a2=b +_.af=c +_.bh=d +_.cu=e +_.ef=_.bw=null +_.hv=!1 +_.iY=null +_.fr$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +IW:function IW(){}, +Lu:function Lu(){}, +Ji:function Ji(a,b){this.c=a +this.a=b}, +HN:function HN(a,b,c,d,e,f){var _=this +_.cb=a +_.cX=b +_.c6=c +_.D=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +V1(a,b,c,d,e,f,g,h){return new A.p4(e,f,d,c,b,h,g,a,null)}, +k5(a,b){return new A.xP(a,null,b,null,null)}, +p4:function p4(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}, +Nz:function Nz(a){this.a=a}, +xP:function xP(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.a=e}, +a5Z:function a5Z(a){this.a=a}, +a60:function a60(a){this.a=a}, +a6_:function a6_(a){this.a=a}, +DL:function DL(){}, +DH:function DH(){}, +tX:function tX(){}, +tZ:function tZ(){}, +tY:function tY(){}, +DF:function DF(){}, +mw:function mw(){}, +my:function my(){}, +uw:function uw(){}, +up:function up(){}, +uq:function uq(){}, +hm:function hm(){}, +mz:function mz(){}, +mA:function mA(){}, +uu:function uu(){}, +uv:function uv(){}, +mx:function mx(){}, +x5:function x5(){}, +Is:function Is(){}, +tN:function tN(){}, +GH:function GH(){}, +Hf:function Hf(){}, +JM:function JM(){}, +JJ:function JJ(){}, +alL(a){var s=a.ah(t.l3),r=s==null?null:s.f +return r!==!1}, +alK(a){var s=a.vx(t.l3),r=s==null?null:s.r +return r==null?B.yZ:r}, +qL:function qL(a,b,c){this.c=a +this.d=b +this.a=c}, +Qk:function Qk(a,b){var _=this +_.d=!0 +_.e=a +_.a=null +_.b=b +_.c=null}, +yX:function yX(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +qo:function qo(){}, +ev:function ev(){}, +R1:function R1(a,b,c){var _=this +_.w=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=$}, +yI:function yI(){}, +Jz:function Jz(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +als(a,b,c,d){return new A.IN(c,d,a,b,null)}, +al9(a,b){return new A.Ii(A.aCQ(),B.a8,null,a,b,null)}, +aw7(a){return A.FF(a,a,1)}, +al5(a,b){return new A.I4(A.aCP(),B.a8,null,a,b,null)}, +aw0(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.bl(p)}, +ajw(a,b){return new A.Eb(b,a,null)}, +oB(a,b,c){return new A.BW(b,c,a,null)}, +t3:function t3(){}, +yp:function yp(a){this.a=null +this.b=a +this.c=null}, +a7h:function a7h(){}, +IN:function IN(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +FH:function FH(){}, +Ii:function Ii(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +I4:function I4(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +Eb:function Eb(a,b,c){this.e=a +this.c=b +this.a=c}, +Dp:function Dp(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +vi:function vi(){}, +BW:function BW(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +am0(a){var s=A.auC(a,t._l) +return s==null?null:s.f}, +am1(a){var s=a.ah(t.Li) +s=s==null?null:s.f +if(s==null){s=$.ny.cx$ +s===$&&A.b()}return s}, +JZ:function JZ(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +a6I:function a6I(a){this.a=a}, +zM:function zM(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +OB:function OB(a,b){var _=this +_.bB=$ +_.c=_.b=_.a=_.ch=_.ax=_.ai=_.au=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +on:function on(a,b,c){this.f=a +this.b=b +this.a=c}, +zK:function zK(a,b,c){this.f=a +this.b=b +this.a=c}, +yO:function yO(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +am2(a,b){var s +switch(b.a){case 0:s=a.ah(t.I) +s.toString +return A.ahJ(s.w) +case 1:return B.F +case 2:s=a.ah(t.I) +s.toString +return A.ahJ(s.w) +case 3:return B.F}}, +yf:function yf(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.r=b +_.w=c +_.x=d +_.y=e +_.Q=f +_.c=g +_.a=h}, +QZ:function QZ(a,b,c){var _=this +_.ai=!1 +_.b6=null +_.k4=$ +_.ok=a +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +Sf:function Sf(){}, +Sg:function Sg(){}, +axl(a,b){var s={},r=A.a([],t.F),q=A.a([14],t.n) +s.a=0 +new A.a6K(s,q,b,r).$1(a) +return r}, +a6K:function a6K(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +TK:function TK(a,b){this.a=a +this.b=b}, +TM:function TM(a,b,c){this.a=a +this.b=b +this.c=c}, +Jd:function Jd(){}, +k3:function k3(){}, +a4P:function a4P(a){this.a=a}, +a4O:function a4O(a){this.a=a}, +a4Q:function a4Q(a,b){this.a=a +this.b=b}, +Jb:function Jb(a,b,c){this.a=a +this.b=b +this.c=c}, +Ky:function Ky(a,b,c){this.a=a +this.b=b +this.c=c}, +xJ:function xJ(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=e}, +nS(a,b){var s,r=null +if(b==null)s=r +else s=b +return new A.Jc(new A.xJ(a,r,r,B.yN,r),s,r)}, +a4K:function a4K(a){this.b=a}, +Jc:function Jc(a,b,c){this.r=a +this.at=b +this.a=c}, +aBO(a){return a===B.it||a===B.iu||a===B.im||a===B.io}, +aBS(a){return a===B.iv||a===B.iw||a===B.ip||a===B.iq}, +ava(){return new A.GK(B.bN,B.cq,B.cq,B.cq)}, +bG:function bG(a,b){this.a=a +this.b=b}, +a5_:function a5_(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.d=c}, +GK:function GK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=_.e=!1}, +a4Z:function a4Z(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +cJ:function cJ(a,b){this.a=a +this.b=b}, +p1:function p1(a,b){this.a=a +this.b=b}, +al:function al(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.$ti=d}, +I0:function I0(){}, +ct:function ct(a,b,c){this.e=a +this.a=b +this.b=c}, +GG:function GG(a){this.a=a}, +a7:function a7(){}, +alO(a,b){var s,r,q,p,o +for(s=new A.vt(new A.y5($.apN(),t.ZL),a,0,!1,t.E0),s=s.gT(s),r=1,q=0;s.t();q=o){p=s.e +p===$&&A.b() +o=p.d +if(b").H(d).h("vo<1,2>"))}, +vo:function vo(a,b,c){this.b=a +this.a=b +this.$ti=c}, +y5:function y5(a,b){this.a=a +this.$ti=b}, +ahh(a,b){var s=new A.ad(new A.ik(a),A.anZ(),t.Hz.h("ad")).lm(0) +return new A.nP(new A.xq(a.charCodeAt(0)),'"'+s+'" expected')}, +xq:function xq(a){this.a=a}, +ml:function ml(a){this.a=a}, +Fu:function Fu(a,b,c){this.a=a +this.b=b +this.c=c}, +G5:function G5(a){this.a=a}, +aC2(a){var s,r,q,p,o,n,m,l,k=A.a6(a,!1,t.eg) +B.b.e4(k,new A.aeg()) +s=A.a([],t.Am) +for(r=k.length,q=0;q=p.a){n=p.b +s[s.length-1]=new A.dH(o.a,n)}else s.push(p)}}m=B.b.Lp(s,0,new A.aeh()) +if(m===0)return B.C8 +else if(m-1===65535)return B.C9 +else if(s.length===1){r=s[0] +n=r.a +return n===r.b?new A.xq(n):r}else{r=B.b.gK(s) +n=B.b.gN(s) +l=B.f.dH(B.b.gN(s).b-B.b.gK(s).a+1+31,5) +r=new A.Fu(r.a,n.b,new Uint32Array(l)) +r.TF(s) +return r}}, +aeg:function aeg(){}, +aeh:function aeh(){}, +aoT(a,b){var s=$.aqR().an(new A.p1(a,0)) +s=s.gm(s) +return new A.nP(s,b==null?"["+new A.ad(new A.ik(a),A.anZ(),t.Hz.h("ad")).lm(0)+"] expected":b)}, +adu:function adu(){}, +adq:function adq(){}, +adt:function adt(){}, +ado:function ado(){}, +db:function db(){}, +dH:function dH(a,b){this.a=a +this.b=b}, +K5:function K5(){}, +kO(a,b,c){return A.aiK(a,b,c)}, +aiK(a,b,c){var s=b==null?A.aBK(A.aBj(),c):b +return new A.ty(s,A.a6(a,!1,c.h("a7<0>")),c.h("ty<0>"))}, +ty:function ty(a,b,c){this.b=a +this.a=b +this.$ti=c}, +cO:function cO(){}, +ahF(a,b,c,d){return new A.xj(a,b,c.h("@<0>").H(d).h("xj<1,2>"))}, +akD(a,b,c,d,e){return A.lb(a,new A.a0n(b,c,d,e),c.h("@<0>").H(d).h("bB<1,2>"),e)}, +xj:function xj(a,b,c){this.a=a +this.b=b +this.$ti=c}, +bB:function bB(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a0n:function a0n(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ha(a,b,c,d,e,f){return new A.xk(a,b,c,d.h("@<0>").H(e).H(f).h("xk<1,2,3>"))}, +ng(a,b,c,d,e,f){return A.lb(a,new A.a0o(b,c,d,e,f),c.h("@<0>").H(d).H(e).h("iT<1,2,3>"),f)}, +xk:function xk(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +iT:function iT(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +a0o:function a0o(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aeq(a,b,c,d,e,f,g,h){return new A.xl(a,b,c,d,e.h("@<0>").H(f).H(g).H(h).h("xl<1,2,3,4>"))}, +a0p(a,b,c,d,e,f,g){return A.lb(a,new A.a0q(b,c,d,e,f,g),c.h("@<0>").H(d).H(e).H(f).h("hK<1,2,3,4>"),g)}, +xl:function xl(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +hK:function hK(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +a0q:function a0q(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +ap4(a,b,c,d,e,f,g,h,i,j){return new A.xm(a,b,c,d,e,f.h("@<0>").H(g).H(h).H(i).H(j).h("xm<1,2,3,4,5>"))}, +akE(a,b,c,d,e,f,g,h){return A.lb(a,new A.a0r(b,c,d,e,f,g,h),c.h("@<0>").H(d).H(e).H(f).H(g).h("fT<1,2,3,4,5>"),h)}, +xm:function xm(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.$ti=f}, +fT:function fT(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.$ti=f}, +a0r:function a0r(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +av8(a,b,c,d,e,f,g,h,i,j,k){return A.lb(a,new A.a0s(b,c,d,e,f,g,h,i,j,k),c.h("@<0>").H(d).H(e).H(f).H(g).H(h).H(i).H(j).h("er<1,2,3,4,5,6,7,8>"),k)}, +xn:function xn(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 +_.$ti=i}, +er:function er(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 +_.$ti=i}, +a0s:function a0s(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}, +n2:function n2(){}, +av4(a,b){return new A.fj(null,a,b.h("fj<0?>"))}, +fj:function fj(a,b,c){this.b=a +this.a=b +this.$ti=c}, +xu:function xu(a,b,c,d){var _=this +_.b=a +_.c=b +_.a=c +_.$ti=d}, +ul:function ul(a,b){this.a=a +this.$ti=b}, +G1:function G1(a){this.a=a}, +ahf(){return new A.fA("input expected")}, +fA:function fA(a){this.a=a}, +nP:function nP(a,b){this.a=a +this.b=b}, +H_:function H_(a,b,c){this.a=a +this.b=b +this.c=c}, +bq(a){var s=a.length +if(s===0)return new A.ul(a,t.oy) +else if(s===1){s=A.ahh(a,null) +return s}else{s=A.aCA(a,null) +return s}}, +aCA(a,b){return new A.H_(a.length,new A.aer(a),'"'+a+'" expected')}, +aer:function aer(a){this.a=a}, +al3(a,b,c,d){return new A.HU(a.a,d,b,c)}, +HU:function HU(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +eK:function eK(a,b,c,d,e){var _=this +_.e=a +_.b=b +_.c=c +_.a=d +_.$ti=e}, +vd:function vd(){}, +avy(a,b){return A.ag6(a,0,9007199254740991,b)}, +ag6(a,b,c,d){return new A.wm(b,c,a,d.h("wm<0>"))}, +wm:function wm(a,b,c,d){var _=this +_.b=a +_.c=b +_.a=c +_.$ti=d}, +wN:function wN(){}, +aBX(){var s,r,q,p,o,n,m=null +if($.aG==null)A.axn() +s=$.aG +s.toString +r=$.aJ().e +q=r.k(0,0) +q.toString +p=s.guX() +o=s.CW$ +if(o===$){r=r.k(0,0) +r.toString +n=new A.P8(B.O,r,m,A.ar()) +n.aw() +n.saI(m) +s.CW$!==$&&A.au() +s.CW$=n +o=n}s.Ph(new A.JZ(q,new A.FV(m),p,o,m)) +s.CB()}, +FV:function FV(a){this.a=a}, +wn(a,b,c,d,e,f,g){return new A.H6(d,g,b,e,f,c,a)}, +H6:function H6(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +BT:function BT(a,b){this.c=a +this.a=b}, +T0:function T0(){}, +T1:function T1(){}, +tt:function tt(a){this.a=a}, +KR:function KR(a){var _=this +_.d=1 +_.a=null +_.b=a +_.c=null}, +a8c:function a8c(a){this.a=a}, +a8b:function a8b(a){this.a=a}, +a89:function a89(a){this.a=a}, +a8d:function a8d(a){this.a=a}, +a8a:function a8a(a){this.a=a}, +CZ:function CZ(a,b){this.c=a +this.a=b}, +oW:function oW(a,b,c){this.c=a +this.d=b +this.a=c}, +D9:function D9(a){this.a=a}, +DA:function DA(a,b){this.c=a +this.a=b}, +H7:function H7(a,b){this.c=a +this.a=b}, +p6:function p6(a,b){this.c=a +this.a=b}, +V4:function V4(a){this.a=a}, +V5:function V5(){}, +V6:function V6(){}, +tu:function tu(a){this.a=a}, +KS:function KS(a,b){var _=this +_.d=a +_.e=0 +_.a=null +_.b=b +_.c=null}, +a8g:function a8g(a){this.a=a}, +a8f:function a8f(a,b){this.a=a +this.b=b}, +a8e:function a8e(a,b){this.a=a +this.b=b}, +pz:function pz(a,b,c){this.c=a +this.d=b +this.a=c}, +EP:function EP(a){this.a=a}, +Y8:function Y8(){}, +Y9:function Y9(){}, +Ya:function Ya(){}, +Yb:function Yb(){}, +Y7:function Y7(a,b){this.a=a +this.b=b}, +Y6:function Y6(a){this.a=a}, +HS:function HS(a,b,c,d,e,f,g,h,i){var _=this +_.J=a +_.I=b +_.a5=c +_.a7=1 +_.aA=d +_.aS=e +_.b_=f +_.bg=g +_.bW=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}, +a2a:function a2a(a){this.a=a}, +a29:function a29(a){this.a=a}, +a28:function a28(a){this.a=a}, +aB5(a,b,c,d,e,f){var s,r,q,p,o +try{s=new A.adJ(c,d,f,b,e,a) +p=s.$0() +return p}catch(o){r=A.as(o) +q=A.aN(o) +p=$.aA2.v(0,c) +if(p!=null)p.mG(r,q) +throw A.d(new A.JU(c,r))}}, +ajy(a,b,c,d,e,f,g,h){var s=t.S +return new A.WW(a,b,e,f,g,c,d,A.a([],t.n9),A.a([],t.Cg),A.a([],t.Qe),A.a([],t.D8),A.a([],t.mg),A.a([],t.mo),A.z(s,t.lu),A.z(s,t.VE),B.O)}, +fl:function fl(a,b){this.a=a +this.b=b}, +adJ:function adJ(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +adK:function adK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aaT:function aaT(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +NN:function NN(){this.c=this.b=this.a=null}, +a8F:function a8F(){}, +WW:function WW(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=o +_.ch=null +_.CW=p +_.cx=!1 +_.cy=null +_.db=0 +_.dy=_.dx=null}, +WX:function WX(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +WZ:function WZ(a){this.a=a}, +WY:function WY(){}, +X_:function X_(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +X0:function X0(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Qb:function Qb(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Qa:function Qa(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}, +JU:function JU(a,b){this.a=a +this.b=b}, +oN:function oN(){}, +wu:function wu(a,b,c){this.a=a +this.b=b +this.c=c}, +Hb:function Hb(a,b,c){this.a=a +this.b=b +this.c=c}, +HQ:function HQ(a,b,c,d,e,f,g){var _=this +_.J=a +_.I=b +_.a5=c +_.a7=d +_.aA=1 +_.aS=e +_.b_=f +_.fy=_.fx=_.bg=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}, +HE:function HE(a,b,c,d){var _=this +_.J=a +_.I=b +_.a5=1 +_.a7=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}, +HT:function HT(a,b){this.a=a +this.b=b}, +yd:function yd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){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 +_.a=p}, +ko:function ko(a,b,c){this.a=a +this.b=b +this.c=c}, +rr:function rr(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +QX:function QX(a){var _=this +_.a=_.w=_.r=_.f=_.e=_.d=null +_.b=a +_.c=null}, +acu:function acu(a,b,c){this.a=a +this.b=b +this.c=c}, +act:function act(a){this.a=a}, +acv:function acv(a){this.a=a}, +acw:function acw(a){this.a=a}, +aco:function aco(a,b,c){this.a=a +this.b=b +this.c=c}, +acr:function acr(a,b){this.a=a +this.b=b}, +acs:function acs(a,b,c){this.a=a +this.b=b +this.c=c}, +acq:function acq(a,b){this.a=a +this.b=b}, +OA:function OA(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.c=f +_.a=g}, +OC:function OC(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +Oz:function Oz(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Dn:function Dn(a,b){this.a=a +this.b=b}, +a6G:function a6G(){}, +a6H:function a6H(){}, +j5:function j5(a,b){this.a=a +this.b=b}, +a6F:function a6F(a,b,c){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=$ +_.z=_.y=_.x=_.w=_.r=_.f=_.e=0 +_.Q=!1 +_.as=c}, +ab3:function ab3(a){this.a=a +this.b=0}, +VM:function VM(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}, +VN:function VN(a){this.a=a}, +nj(a,b,c){return new A.bp(A.aoy(a.a,b.a,c),A.aoy(a.b,b.b,c))}, +GW(a,b){var s=a.a-b.a,r=a.b-b.b +return Math.sqrt(s*s+r*r)}, +bp:function bp(a,b){this.a=a +this.b=b}, +eO:function eO(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +EZ:function EZ(a,b){this.a=a +this.b=b}, +DR:function DR(a,b,c){this.a=a +this.b=b +this.c=c}, +jl(a,b,c,d,e,f,g){return new A.hc(a,b,c,d,e,f,g==null?a:g)}, +aAj(a9,b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=b0.a,a1=b0.b,a2=b0.c-a0,a3=b0.d-a1,a4=a9[0],a5=a4*a2,a6=a9[4],a7=a6*a3,a8=a4*a0+a6*a1+a9[12] +a6=a9[1] +s=a6*a2 +a4=a9[5] +r=a4*a3 +q=a6*a0+a4*a1+a9[13] +a4=a9[3] +if(a4===0&&a9[7]===0&&a9[15]===1){p=a8+a5 +if(a5<0)o=a8 +else{o=p +p=a8}if(a7<0)p+=a7 +else o+=a7 +n=q+s +if(s<0)m=q +else{m=n +n=q}if(r<0)n+=r +else m+=r +return new A.eO(p,n,o,m)}else{a6=a9[7] +l=a6*a3 +k=a4*a0+a6*a1+a9[15] +j=a8/k +i=q/k +a6=a8+a5 +a4=k+a4*a2 +h=a6/a4 +g=q+s +f=g/a4 +e=k+l +d=(a8+a7)/e +c=(q+r)/e +a4+=l +b=(a6+a7)/a4 +a=(g+r)/a4 +return new A.eO(A.anv(j,h,d,b),A.anv(i,f,c,a),A.ant(j,h,d,b),A.ant(i,f,c,a))}}, +anv(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +hc:function hc(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +aiP(a,b,c,d,e){var s=A.nj(a,b,e),r=A.nj(b,c,e),q=A.nj(c,d,e),p=A.nj(s,r,e),o=A.nj(r,q,e) +return A.a([a,s,p,A.nj(p,o,e),o,q,d],t.Ic)}, +GI(a,b){var s=A.a([],t.l) +B.b.C(s,a) +return new A.dQ(s,b)}, +aoN(a,b){var s,r,q,p +if(a==="")return A.GI(B.Fd,b==null?B.aG:b) +s=new A.a5_(a,B.bN,a.length) +s.oA() +r=A.a([],t.l) +q=new A.fk(r,b==null?B.aG:b) +p=new A.a4Z(B.cq,B.cq,B.cq,B.bN) +for(r=new A.i5(s.MO().a());r.t();)p.a4F(r.b,q) +return q.lD()}, +GJ:function GJ(a,b){this.a=a +this.b=b}, +pV:function pV(a,b){this.a=a +this.b=b}, +lk:function lk(){}, +dF:function dF(a,b,c){this.b=a +this.c=b +this.a=c}, +fe:function fe(a,b,c){this.b=a +this.c=b +this.a=c}, +dl:function dl(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +UJ:function UJ(){}, +tH:function tH(a){this.a=a}, +fk:function fk(a,b){this.a=a +this.b=b}, +dQ:function dQ(a,b){this.a=a +this.b=b}, +a8j:function a8j(a){this.a=a +this.b=0}, +aaS:function aaS(a,b,c,d){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=$ +_.f=d}, +w8:function w8(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +auf(a){var s,r,q=null +if(a.length===0)throw A.d(A.c9("bytes was empty",q)) +s=a.byteLength +if(s>20&&a[0]===137&&a[1]===80&&a[2]===78&&a[3]===71&&a[4]===13&&a[5]===10&&a[6]===26&&a[7]===10){s=A.fh(a.buffer,0,q) +return new A.a0P(s.getUint32(16,!1),s.getUint32(20,!1))}if(s>8)if(a[0]===71)if(a[1]===73)if(a[2]===70)if(a[3]===56){r=a[4] +r=(r===55||r===57)&&a[5]===97}else r=!1 +else r=!1 +else r=!1 +else r=!1 +else r=!1 +if(r){s=A.fh(a.buffer,0,q) +return new A.XP(s.getUint16(6,!0),s.getUint16(8,!0))}if(s>12&&a[0]===255&&a[1]===216&&a[2]===255)return A.aun(A.fh(a.buffer,0,q)) +if(s>28&&a[0]===82&&a[1]===73&&a[2]===70&&a[3]===70&&a[8]===87&&a[9]===69&&a[10]===66&&a[11]===80){s=A.fh(a.buffer,0,q) +return new A.a6J(s.getUint16(26,!0),s.getUint16(28,!0))}if(s>22&&a[0]===66&&a[1]===77){s=A.fh(a.buffer,0,q) +return new A.Tt(s.getInt32(18,!0),s.getInt32(22,!0))}throw A.d(A.c9("unknown image type",q))}, +aun(a){var s,r=4+a.getUint16(4,!1) +for(;r>>0)}, +aiO(a,b,c,d){return new A.J(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +J:function J(a){this.a=a}, +hr:function hr(){}, +l9:function l9(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h}, +uK:function uK(a,b){this.a=a +this.b=b}, +lp:function lp(a,b,c,d,e,f,g,h,i){var _=this +_.r=a +_.w=b +_.x=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i}, +iK:function iK(a,b,c){this.a=a +this.b=b +this.c=c}, +xF:function xF(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +mB:function mB(a,b){this.a=a +this.b=b}, +di:function di(a,b){this.a=a +this.b=b}, +GF:function GF(a,b){this.a=a +this.b=b}, +xG:function xG(a,b){this.a=a +this.b=b}, +xH:function xH(a,b){this.a=a +this.b=b}, +y2:function y2(a,b){this.a=a +this.b=b}, +xY:function xY(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +xU:function xU(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}, +ho:function ho(a,b){this.a=a +this.b=b}, +nV:function nV(a,b){this.a=a +this.b=b}, +nU:function nU(a){this.a=a}, +agA(a,b,c,d,e){var s=b==null?A.a([],t.f2):b +return new A.K2(e,c,s,a,d)}, +nf(a,b,c){var s=b==null?A.a([],t.f2):b +return new A.pU(s,a,c==null?a.r:c)}, +alI(a,b){var s=A.a([],t.f2) +return new A.Jq(b,s,a,a.r)}, +aw5(a,b,c){return new A.Ie(c,b,a,B.a0)}, +akG(a,b){return new A.pW(a,b,b.r)}, +aiX(a,b,c){return new A.p5(b,c,a,a.r)}, +alF(a,b){return new A.Jo(a,b,b.r)}, +ajS(a,b,c){return new A.F1(a,b,c,c.r)}, +bW:function bW(){}, +LV:function LV(){}, +JH:function JH(){}, +eg:function eg(){}, +K2:function K2(a,b,c,d,e){var _=this +_.r=a +_.w=b +_.d=c +_.b=d +_.a=e}, +pU:function pU(a,b,c){this.d=a +this.b=b +this.a=c}, +Jq:function Jq(a,b,c,d){var _=this +_.r=a +_.d=b +_.b=c +_.a=d}, +Ie:function Ie(a,b,c,d){var _=this +_.r=a +_.d=b +_.b=c +_.a=d}, +tE:function tE(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +vs:function vs(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +pW:function pW(a,b,c){this.d=a +this.b=b +this.a=c}, +p5:function p5(a,b,c,d){var _=this +_.d=a +_.e=b +_.b=c +_.a=d}, +Jo:function Jo(a,b,c){this.d=a +this.b=b +this.a=c}, +F1:function F1(a,b,c,d){var _=this +_.d=a +_.e=b +_.b=c +_.a=d}, +w9:function w9(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +axJ(a,b){var s,r,q=a.GN() +if(a.Q!=null){a.r.d6(0,new A.AA("svg",A.agA(a.as,null,q.b,q.c,q.a))) +return}s=A.agA(a.as,null,q.b,q.c,q.a) +a.Q=s +r=a.at +r.toString +a.mo(r,s) +return}, +axE(a,b){var s,r,q,p,o=a.at +if((o==null?null:o.r)===!0)return +o=a.r +s=o.gN(o).b +o=a.as +r=A.nf(o,null,null) +q=a.f +p=q.gkm() +s.oJ(r,o.y,q.glF(),a.cD("mask"),p,q.qF(a),p) +p=a.at +p.toString +a.mo(p,r) +return}, +axL(a,b){var s,r,q,p,o=a.at +if((o==null?null:o.r)===!0)return +o=a.r +s=o.gN(o).b +r=a.at +q=A.alI(a.as,r.gAE(r)==="text") +o=a.f +p=o.gkm() +s.oJ(q,a.as.y,o.glF(),a.cD("mask"),p,o.qF(a),p) +a.mo(r,q) +return}, +axK(a,b){var s=A.nf(a.as,null,null),r=a.at +r.toString +a.mo(r,s) +return}, +axH(a,b){var s,r,q,p,o,n,m,l,k=null,j=a.as,i=a.cD("width") +if(i==null)i="" +s=a.cD("height") +if(s==null)s="" +r=A.aoK(i,"width",a.Q) +q=A.aoK(s,"height",a.Q) +if(r==null||q==null){p=a.GN() +r=p.a +q=p.b}o=j.a +n=o.k(0,"x") +m=o.k(0,"y") +a.z.B(0,"url(#"+A.h(a.as.b)+")") +l=A.nf(A.alB(j.z,j.y,j.x,j.d,k,k,j.f,j.w,j.Q,j.at,j.as,q,j.c,j.b,o,j.e,k,k,k,k,j.r,r,A.u8(n),A.u8(m)),k,k) +o=a.at +o.toString +a.mo(o,l) +return}, +axM(a,b){var s,r,q,p=a.r,o=p.gN(p).b,n=a.as.c +if(n==null||n.length===0)return +p=A.Sy(a.cD("transform")) +if(p==null)p=B.a0 +s=a.a +r=A.cN(a.bP("x","0"),s,!1) +r.toString +s=A.cN(a.bP("y","0"),s,!1) +s.toString +q=A.nf(B.bM,null,p.qs(r,s)) +s=a.f +r=s.gkm() +p=s.glF() +q.yH(A.aiX(a.as,"url("+A.h(n)+")",r),p,r,r) +a.tz(q) +o.oJ(q,a.as.y,p,a.cD("mask"),r,s.qF(a),r) +return}, +amc(a,b,c){var s,r,q,p,o="stop-color" +for(s=new A.i5(a.rT().a());s.t();){r=s.b +if(r instanceof A.e4)continue +if(r instanceof A.dT){r=a.as.a.k(0,"stop-opacity") +if(r==null)r="1" +q=a.as.a.k(0,o) +if(q==null)q=null +p=a.q7(q,o,a.as.b) +if(p==null)p=B.bu +r=A.c0(r,!1) +r.toString +q=p.a +b.push(A.oV(q>>>16&255,q>>>8&255,q&255,r)) +r=a.as.a.k(0,"offset") +c.push(A.kH(r==null?"0%":r))}}return}, +axI(a,b){var s,r,q,p,o,n,m,l,k=a.MN(),j=a.bP("cx","50%"),i=a.bP("cy","50%"),h=a.bP("r","50%"),g=a.bP("fx",j),f=a.bP("fy",i),e=a.MP(),d=a.as,c=A.Sy(a.cD("gradientTransform")) +if(!a.at.r){s=A.a([],t.n) +r=A.a([],t.Ai) +A.amc(a,r,s)}else{s=null +r=null}j.toString +q=A.kH(j) +i.toString +p=A.kH(i) +h.toString +o=A.kH(h) +g.toString +n=A.kH(g) +f.toString +m=A.kH(f) +l=n!==q||m!==p?new A.bp(n,m):null +a.f.J8(new A.lp(new A.bp(q,p),o,l,"url(#"+A.h(d.b)+")",r,s,e,k,c),a.as.c) +return}, +axG(a,b){var s,r,q,p,o,n,m,l,k=a.MN(),j=a.bP("x1","0%") +j.toString +s=a.bP("x2","100%") +s.toString +r=a.bP("y1","0%") +r.toString +q=a.bP("y2","0%") +q.toString +p=a.as +o=A.Sy(a.cD("gradientTransform")) +n=a.MP() +if(!a.at.r){m=A.a([],t.n) +l=A.a([],t.Ai) +A.amc(a,l,m)}else{m=null +l=null}a.f.J8(new A.l9(new A.bp(A.kH(j),A.kH(r)),new A.bp(A.kH(s),A.kH(q)),"url(#"+A.h(p.b)+")",l,m,n,k,o),a.as.c) +return}, +axD(a,b){var s,r,q,p,o,n,m,l,k,j=a.as,i=A.a([],t.f2) +for(s=new A.i5(a.rT().a()),r=a.f,q=r.gkm(),p=t.l,o=a.r;s.t();){n=s.b +if(n instanceof A.e4)continue +if(n instanceof A.dT){n=n.e +m=B.q6.k(0,n) +if(m!=null){n=m.$1(a) +n.toString +l=o.gN(o).b +n=a.a25(n,l.a).a +n=A.a(n.slice(0),A.ae(n)) +l=a.as.x +if(l==null)l=B.aG +k=A.a([],p) +B.b.C(k,n) +n=a.as +i.push(new A.pW(new A.dQ(k,l),n,n.r))}else if(n==="use"){n=a.as +i.push(new A.p5("url("+A.h(n.c)+")",q,n,n.r))}}}r.c.n(0,"url(#"+A.h(j.b)+")",i) +return}, +axF(a,b){var s,r,q,p,o,n,m,l=a.as.c +if(l==null)return +if(B.d.bE(l,"data:")){s=B.d.dz(l,";")+1 +r=B.d.hx(l,",",s) +q=B.d.a8(l,B.d.dz(l,"/")+1,s-1) +p=$.aia() +o=A.rU(q,p,"").toLowerCase() +n=B.HG.k(0,o) +if(n==null){A.BD("Warning: Unsupported image format "+o) +return}r=B.d.cM(l,r+1) +m=A.ajS(B.jj.cs(A.rU(r,p,"")),n,a.as) +r=a.r +q=a.f +p=q.gkm() +r.gN(r).b.yH(m,q.glF(),p,p) +a.tz(m) +return}return}, +ay0(a){var s,r,q,p=a.a,o=A.cN(a.bP("cx","0"),p,!1) +o.toString +s=A.cN(a.bP("cy","0"),p,!1) +s.toString +p=A.cN(a.bP("r","0"),p,!1) +p.toString +r=a.as.w +q=A.a([],t.l) +return new A.fk(q,r==null?B.aG:r).mp(new A.eO(o-p,s-p,o+p,s+p)).lD()}, +ay3(a){var s=a.bP("d","") +s.toString +return A.aoN(s,a.as.w)}, +ay6(a){var s,r,q,p,o,n,m,l,k=a.a,j=A.cN(a.bP("x","0"),k,!1) +j.toString +s=A.cN(a.bP("y","0"),k,!1) +s.toString +r=A.cN(a.bP("width","0"),k,!1) +r.toString +q=A.cN(a.bP("height","0"),k,!1) +q.toString +p=a.cD("rx") +o=a.cD("ry") +if(p==null)p=o +if(o==null)o=p +if(p!=null&&p!==""){n=A.cN(p,k,!1) +n.toString +k=A.cN(o,k,!1) +k.toString +m=a.as.w +l=A.a([],t.l) +return new A.fk(l,m==null?B.aG:m).a1P(new A.eO(j,s,j+r,s+q),n,k).lD()}k=a.as.w +n=A.a([],t.l) +return new A.fk(n,k==null?B.aG:k).kM(new A.eO(j,s,j+r,s+q)).lD()}, +ay4(a){return A.amp(a,!0)}, +ay5(a){return A.amp(a,!1)}, +amp(a,b){var s,r=a.bP("points","") +r.toString +if(r==="")return null +s=b?"z":"" +return A.aoN("M"+r+s,a.as.w)}, +ay1(a){var s,r,q,p,o=a.a,n=A.cN(a.bP("cx","0"),o,!1) +n.toString +s=A.cN(a.bP("cy","0"),o,!1) +s.toString +r=A.cN(a.bP("rx","0"),o,!1) +r.toString +o=A.cN(a.bP("ry","0"),o,!1) +o.toString +n-=r +s-=o +q=a.as.w +p=A.a([],t.l) +return new A.fk(p,q==null?B.aG:q).mp(new A.eO(n,s,n+r*2,s+o*2)).lD()}, +ay2(a){var s,r,q,p,o=a.a,n=A.cN(a.bP("x1","0"),o,!1) +n.toString +s=A.cN(a.bP("x2","0"),o,!1) +s.toString +r=A.cN(a.bP("y1","0"),o,!1) +r.toString +o=A.cN(a.bP("y2","0"),o,!1) +o.toString +q=a.as.w +p=A.a([],t.l) +if(q==null)q=B.aG +p.push(new A.fe(n,r,B.bm)) +p.push(new A.dF(s,o,B.ao)) +return new A.fk(p,q).lD()}, +alB(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4){return new A.qA(o,n,m,d,p,g,a1,h,c,b,a,i,k,j,r,a0,s,a2,l,a3,q,a4,e,f)}, +u8(a){var s +if(a==null||a==="")return null +if(A.aox(a))return new A.u7(A.aoL(a,1),!0) +s=A.c0(a,!1) +s.toString +return new A.u7(s,!1)}, +AA:function AA(a,b){this.a=a +this.b=b}, +hO:function hO(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 +_.y=_.x=_.w=!0 +_.z=h +_.Q=null +_.as=i +_.at=null +_.ax=0 +_.ay=null +_.ch=!1}, +a4R:function a4R(){}, +a4S:function a4S(){}, +a4T:function a4T(){}, +a4U:function a4U(a){this.a=a}, +a4V:function a4V(a){this.a=a}, +a4W:function a4W(a){this.a=a}, +a4X:function a4X(){}, +a4Y:function a4Y(){}, +P3:function P3(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=d}, +abm:function abm(a,b){this.a=a +this.b=b}, +abl:function abl(){}, +abk:function abk(){}, +QY:function QY(a,b,c){this.a=a +this.b=b +this.c=c}, +qA:function qA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4}, +a4L:function a4L(){}, +u7:function u7(a,b){this.a=a +this.b=b}, +xK:function xK(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}, +qB:function qB(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +js:function js(a,b){this.a=a +this.b=b}, +a2h:function a2h(){this.a=$}, +I_:function I_(a,b){this.a=a +this.b=b}, +HZ:function HZ(a,b){this.a=a +this.b=b}, +q7:function q7(a,b,c){this.a=a +this.b=b +this.c=c}, +HW:function HW(a,b){this.a=a +this.b=b}, +HX:function HX(a,b,c){this.a=a +this.b=b +this.c=c}, +wO:function wO(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +HY:function HY(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}, +Je:function Je(a,b,c){this.a=a +this.b=b +this.c=c}, +K3:function K3(){}, +E5:function E5(){}, +Ux:function Ux(a){var _=this +_.a=a +_.c=_.b=$ +_.d=null}, +Uy:function Uy(a,b){this.a=a +this.b=b}, +KX:function KX(){}, +JV:function JV(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}, +hl:function hl(a,b){this.a=a +this.b=b}, +f5:function f5(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +n8:function n8(a){this.a=a}, +o5:function o5(a){this.a=a}, +FG(a){var s=new A.bl(new Float64Array(16)) +if(s.eC(a)===0)return null +return s}, +auJ(){return new A.bl(new Float64Array(16))}, +auK(){var s=new A.bl(new Float64Array(16)) +s.cS() +return s}, +pJ(a,b,c){var s=new Float64Array(16),r=new A.bl(s) +r.cS() +s[14]=c +s[13]=b +s[12]=a +return r}, +FF(a,b,c){var s=new Float64Array(16) +s[15]=1 +s[10]=c +s[5]=b +s[0]=a +return new A.bl(s)}, +bl:function bl(a){this.a=a}, +fs:function fs(a){this.a=a}, +j3:function j3(a){this.a=a}, +dc:function dc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aAf(a){var s=a.lJ(0) +s.toString +switch(s){case"<":return"<" +case"&":return"&" +case"]]>":return"]]>" +default:return A.agV(s)}}, +aAa(a){var s=a.lJ(0) +s.toString +switch(s){case"'":return"'" +case"&":return"&" +case"<":return"<" +default:return A.agV(s)}}, +az7(a){var s=a.lJ(0) +s.toString +switch(s){case'"':return""" +case"&":return"&" +case"<":return"<" +default:return A.agV(s)}}, +agV(a){return A.vq(new A.wW(a),new A.acM(),t.Dc.h("j.E"),t.N).lm(0)}, +K9:function K9(){}, +acM:function acM(){}, +lI:function lI(){}, +cn:function cn(a,b,c){this.c=a +this.a=b +this.b=c}, +kd:function kd(a,b){this.a=a +this.b=b}, +Kd:function Kd(){}, +a78:function a78(){}, +axp(a,b,c){return new A.Kf(b,c,$,$,$,a)}, +Kf:function Kf(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.zV$=c +_.zW$=d +_.zX$=e +_.a=f}, +Ra:function Ra(){}, +K8:function K8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +qU:function qU(a,b){this.a=a +this.b=b}, +a6P:function a6P(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +a79:function a79(){}, +a7a:function a7a(){}, +Ke:function Ke(){}, +a6Q:function a6Q(a){this.a=a}, +R6:function R6(a,b){this.a=a +this.b=b}, +Si:function Si(){}, +c2:function c2(){}, +R7:function R7(){}, +R8:function R8(){}, +R9:function R9(){}, +h3:function h3(a,b,c,d,e){var _=this +_.e=a +_.lc$=b +_.la$=c +_.lb$=d +_.jT$=e}, +hW:function hW(a,b,c,d,e){var _=this +_.e=a +_.lc$=b +_.la$=c +_.lb$=d +_.jT$=e}, +hX:function hX(a,b,c,d,e){var _=this +_.e=a +_.lc$=b +_.la$=c +_.lb$=d +_.jT$=e}, +hY:function hY(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.lc$=d +_.la$=e +_.lb$=f +_.jT$=g}, +e4:function e4(a,b,c,d,e){var _=this +_.e=a +_.lc$=b +_.la$=c +_.lb$=d +_.jT$=e}, +R3:function R3(){}, +hZ:function hZ(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.lc$=c +_.la$=d +_.lb$=e +_.jT$=f}, +dT:function dT(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.lc$=d +_.la$=e +_.lb$=f +_.jT$=g}, +Rb:function Rb(){}, +lJ:function lJ(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=$ +_.lc$=c +_.la$=d +_.lb$=e +_.jT$=f}, +Ka:function Ka(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +a6R:function a6R(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +Kb:function Kb(a){this.a=a}, +a6Y:function a6Y(a){this.a=a}, +a77:function a77(){}, +a6W:function a6W(a){this.a=a}, +a6S:function a6S(){}, +a6T:function a6T(){}, +a6V:function a6V(){}, +a6U:function a6U(){}, +a74:function a74(){}, +a6Z:function a6Z(){}, +a6X:function a6X(){}, +a7_:function a7_(){}, +a75:function a75(){}, +a76:function a76(){}, +a73:function a73(){}, +a71:function a71(){}, +a70:function a70(){}, +a72:function a72(){}, +adO:function adO(){}, +D7:function D7(a){this.a=a}, +dv:function dv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.jT$=d}, +R4:function R4(){}, +R5:function R5(){}, +yj:function yj(){}, +Kc:function Kc(){}, +aea(){var s=0,r=A.a0(t.H) +var $async$aea=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:s=2 +return A.a8(A.adz(new A.aeb(),new A.aec()),$async$aea) +case 2:return A.Z(null,r)}}) +return A.a_($async$aea,r)}, +aec:function aec(){}, +aeb:function aeb(){}, +aoz(a){return Math.log(a)}, +asO(a){a.ah(t.H5) +return null}, +aoU(a){if(typeof dartPrint=="function"){dartPrint(a) +return}if(typeof console=="object"&&typeof console.log!="undefined"){console.log(a) +return}if(typeof print=="function"){print(a) +return}throw"Unable to print message: "+String(a)}, +an6(a){var s,r,q +if(a==null)return a +if(typeof a=="string"||typeof a=="number"||A.kz(a))return a +if(A.aBR(a))return A.h6(a) +s=Array.isArray(a) +s.toString +if(s){r=[] +q=0 +while(!0){s=a.length +s.toString +if(!(q>>6)+(a&63),r=s&1,q=u.I.charCodeAt(s>>>1) +return q>>>4&-r|q&15&r-1}, +m3(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}, +adF(a,b,c,d,e){return A.aAI(a,b,c,d,e,e)}, +aAI(a,b,c,d,e,f){var s=0,r=A.a0(f),q,p +var $async$adF=A.a1(function(g,h){if(g===1)return A.Y(h,r) +while(true)switch(s){case 0:p=A.kk(null,t.P) +s=3 +return A.a8(p,$async$adF) +case 3:q=a.$1(b) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$adF,r)}, +ahH(a,b){var s,r,q +if(a==null)return b==null +if(b==null||a.a!==b.a)return!1 +if(a===b)return!0 +for(s=A.dU(a,a.r),r=A.m(s).c;s.t();){q=s.d +if(!b.p(0,q==null?r.a(q):q))return!1}return!0}, +dy(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +if(a===b)return!0 +for(s=0;s1e6){if(p.b==null)p.b=$.H4.$0() +p.fd(0) +$.Sj=0}while(!0){if($.Sj<12288){p=$.SE() +p=!p.gP(p)}else p=q +if(!p)break +s=$.SE().qi() +$.Sj=$.Sj+s.length +r=$.aoV +if(r==null)A.aoU(s) +else r.$1(s)}q=$.SE() +if(!q.gP(q)){$.agZ=!0 +$.Sj=0 +A.cd(B.fU,A.aCu()) +if($.ad1==null)$.ad1=new A.bD(new A.at($.ag,t.U),t.b)}else{$.ai1().ku(0) +q=$.ad1 +if(q!=null)q.fE(0) +$.ad1=null}}, +WC(a){var s=0,r=A.a0(t.H),q +var $async$WC=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)$async$outer:switch(s){case 0:a.gW().vO(B.M6) +switch(A.ao(a).r.a){case 0:case 1:q=A.Jg(B.M1) +s=1 +break $async$outer +case 2:case 3:case 4:case 5:q=A.dp(null,t.H) +s=1 +break $async$outer}case 1:return A.Z(q,r)}}) +return A.a_($async$WC,r)}, +atR(a){a.gW().vO(B.Hi) +switch(A.ao(a).r.a){case 0:case 1:return A.XV() +case 2:case 3:case 4:case 5:return A.dp(null,t.H)}}, +aCs(a,b,c,d,e){var s,r,q=d.b,p=q+e,o=a.b,n=c.b-10,m=p+o<=n +o=q-e-o +s=(o>=10===m?b:m)?Math.min(p,n):Math.max(o,10) +q=a.a +r=c.a-q +return new A.q(r<=20?r/2:A.N(d.a-q/2,10,r-10),s)}, +aub(a,b,c){return a}, +a_4(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.q(s[12],s[13]) +return null}, +afU(a,b){var s,r,q +if(a==b)return!0 +if(a==null){b.toString +return A.FI(b)}if(b==null)return A.FI(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]}, +FI(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}, +cC(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.q(p,o) +else return new A.q(p/n,o/n)}, +a_3(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=$.aeB() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.aeB() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +eo(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.a_3(a4,a5,a6,!0,s) +A.a_3(a4,a7,a6,!1,s) +A.a_3(a4,a5,a9,!1,s) +A.a_3(a4,a7,a9,!1,s) +a7=$.aeB() +return new A.C(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.C(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.C(A.akg(f,d,a0,a2),A.akg(e,b,a1,a3),A.akf(f,d,a0,a2),A.akf(e,b,a1,a3))}}, +akg(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +aki(a,b){var s +if(A.FI(a))return b +s=new A.bl(new Float64Array(16)) +s.aF(a) +s.eC(s) +return A.eo(s,b)}, +akh(a){var s,r=new A.bl(new Float64Array(16)) +r.cS() +s=new A.j3(new Float64Array(4)) +s.vV(0,0,0,a.a) +r.vU(0,s) +s=new A.j3(new Float64Array(4)) +s.vV(0,0,0,a.b) +r.vU(1,s) +return r}, +BC(a,b,c){if(a==null||!1)return a===b +return a>b-c&&a").b(s))return s +return new A.bO(s,e.h("bO<0>"))}, +aCw(a,b){var s,r,q,p,o,n,m,l,k=t._X,j=A.z(t.yk,k) +a=A.ana(a,j,b) +s=A.a([a],t.C) +r=A.cR([a],k) +for(k=t.z;s.length!==0;){q=s.pop() +for(p=q.geX(q),o=p.length,n=0;n"),p=A.aE(q) +for(;q.b(a);){if(b.a1(0,a)){q=b.k(0,a) +q.toString +return c.h("a7<0>").a(q)}else if(!p.B(0,a))throw A.d(A.O("Recursive references detected: "+p.i(0))) +a=a.$ti.h("a7<1>").a(A.akS(a.a,a.b,null))}for(q=A.dU(p,p.r),s=A.m(q).c;q.t();){r=q.d +b.n(0,r==null?s.a(r):r,a)}return a}, +aAh(a){switch(a){case 8:return"\\b" +case 9:return"\\t" +case 10:return"\\n" +case 11:return"\\v" +case 12:return"\\f" +case 13:return"\\r" +case 34:return'\\"' +case 39:return"\\'" +case 92:return"\\\\"}if(a<32)return"\\x"+B.d.j7(B.f.fe(a,16),2,"0") +return A.df(a)}, +ap2(a,b){return a}, +ap3(a,b){return b}, +ap1(a,b){return a.b<=b.b?b:a}, +aCS(){var s,r,q,p,o=$.acQ +if(o!=null)return o +o=$.af() +q=o.mJ() +o.mI(q,null) +s=q.jM() +r=null +try{r=s.qp(1,1) +$.acQ=!1}catch(p){if(t.fS.b(A.as(p)))$.acQ=!0 +else throw p}finally{o=r +if(o!=null)o.l() +s.l()}o=$.acQ +o.toString +return o}, +aCN(a){var s,r,q,p=a.getUint16(0,!1)&65535,o=p&32768,n=p>>>10&31,m=p&1023 +if(n===0){if(m!==0){a.setUint32(0,1056964608+m,!1) +s=a.getFloat32(0,!1)-$.apo().getFloat32(0,!1) +return o===0?s:-s}r=0 +q=0}else{q=m<<13 +if(n===31){if(q!==0)q|=4194304 +r=255}else r=n-15+127}a.setUint32(0,(o<<16|r<<23|q)>>>0,!1) +return a.getFloat32(0,!1)}, +c0(a,b){if(a==null)return null +a=B.d.em(B.d.np(B.d.np(B.d.np(B.d.np(B.d.np(a,"rem",""),"em",""),"ex",""),"px",""),"pt","")) +if(b)return A.H3(a) +return A.rQ(a)}, +cN(a,b,c){var s,r,q=null,p=a==null,o=p?q:B.d.p(a,"pt") +if(o===!0)s=1.3333333333333333 +else{o=p?q:B.d.p(a,"rem") +if(o===!0)s=b.b +else{o=p?q:B.d.p(a,"em") +if(o===!0)s=b.b +else{p=p?q:B.d.p(a,"ex") +s=p===!0?b.c:1}}}r=A.c0(a,c) +return r!=null?r*s:q}, +Sy(a){var s,r,q,p,o,n,m,l,k +if(a==null||a==="")return null +s=$.arf() +if(!s.b.test(a))throw A.d(A.O("illegal or unsupported transform: "+a)) +s=$.are().oM(0,a) +s=A.a6(s,!0,A.m(s).h("j.E")) +r=new A.cI(s,A.ae(s).h("cI<1>")) +for(s=new A.dY(r,r.gu(r)),q=A.m(s).c,p=B.a0;s.t();){o=s.d +if(o==null)o=q.a(o) +n=o.lJ(1) +n.toString +m=B.d.em(n) +o=o.lJ(2) +o.toString +l=B.d.em(o) +k=B.Hz.k(0,m) +if(k==null)throw A.d(A.O("Unsupported transform: "+m)) +p=k.$2(l,p)}return p}, +azX(a,b){var s,r,q,p,o,n=B.d.hT(B.d.em(a),$.SI()),m=A.c0(n[0],!1) +m.toString +s=A.c0(n[1],!1) +s.toString +r=A.c0(n[2],!1) +r.toString +q=A.c0(n[3],!1) +q.toString +p=A.c0(n[4],!1) +p.toString +o=A.c0(n[5],!1) +o.toString +return A.jl(m,s,r,q,p,o,null).d0(b)}, +aA_(a,b){var s=A.c0(a,!1) +s.toString +return A.jl(1,0,Math.tan(s),1,0,0,null).d0(b)}, +aA0(a,b){var s=A.c0(a,!1) +s.toString +return A.jl(1,Math.tan(s),0,1,0,0,null).d0(b)}, +aA1(a,b){var s,r,q=B.d.hT(a,$.SI()),p=A.c0(q[0],!1) +p.toString +if(q.length<2)s=0 +else{r=A.c0(q[1],!1) +r.toString +s=r}return A.jl(1,0,0,1,p,s,null).d0(b)}, +azZ(a,b){var s,r,q=B.d.hT(a,$.SI()),p=A.c0(q[0],!1) +p.toString +if(q.length<2)s=p +else{r=A.c0(q[1],!1) +r.toString +s=r}return A.jl(p,0,0,s,0,0,null).d0(b)}, +azY(a,b){var s,r,q,p=B.d.hT(a,$.SI()),o=A.c0(p[0],!1) +o.toString +s=B.a0.a90(o*3.141592653589793/180) +if(p.length>1){o=A.c0(p[1],!1) +o.toString +if(p.length===3){r=A.c0(p[2],!1) +r.toString +q=r}else q=o +return A.jl(1,0,0,1,o,q,null).d0(s).qs(-o,-q).d0(b)}else return s.d0(b)}, +aoM(a){if(a==="inherit"||a==null)return null +return a!=="evenodd"?B.aG:B.IG}, +kH(a){var s +if(A.aox(a))return A.aoL(a,1) +else{s=A.c0(a,!1) +s.toString +return s}}, +aoL(a,b){var s=A.c0(B.d.a8(a,0,a.length-1),!1) +s.toString +return s/100*b}, +aox(a){var s=B.d.tZ(a,"%") +return s}, +aoK(a,b,c){var s,r,q +if(c!=null)if(b==="width")s=c.r +else s=b==="height"?c.w:null +else s=null +if(B.d.p(a,"%")){r=A.rQ(B.d.a8(a,0,a.length-1)) +s.toString +q=r/100*s}else if(B.d.bE(a,"0.")){r=A.rQ(a) +s.toString +q=r*s}else q=a.length!==0?A.rQ(a):null +return q}, +fw(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +if(a===b)return!0 +for(s=0;s")) +g.ap(i,0,2,h.h("t.E")) +B.b.C(j,g) +c4.a.push(l) +l=k.length +c3.setUint32(0,l,!0) +g=c4.a +j=c4.d +i=A.a9(j) +h=new A.U(j,0,4,i.h("U")) +h.ap(j,0,4,i.h("t.E")) +B.b.C(g,h) +h=c4.a +g=k.buffer +k=k.byteOffset +l=new Uint8Array(g,k,l) +B.b.C(h,l)}for(p=c5.c,o=p.length,n=0;l=p.length,n")) +g.ap(i,0,4,h.h("t.E")) +B.b.C(o,g) +c4.a.push(k.a) +c3.setUint16(0,j,!0) +k=c4.a +g=c4.d +o=A.a9(g) +i=new A.U(g,0,2,o.h("U")) +i.ap(g,0,2,o.h("t.E")) +B.b.C(k,i) +c3.setUint16(0,b==null?c0:b,!0) +o=c4.a +k=c4.d +i=A.a9(k) +h=new A.U(k,0,2,i.h("U")) +h.ap(k,0,2,i.h("t.E")) +B.b.C(o,h) +s.n(0,e,j)}if(c!=null){b=q.k(0,c.b) +o=c.a +k=c.c +k=k==null?b9:k.a +if(k==null)k=0 +j=c.d +j=j==null?b9:j.a +if(j==null)j=0 +i=f.a +h=c.e +if(h==null)h=4 +g=c.f +if(g==null)g=1 +c4.d7(B.ww) +a=c4.e++ +c4.a.push(29) +c3.setUint32(0,o.a,!0) +o=c4.a +a0=c4.d +a1=A.a9(a0) +a2=new A.U(a0,0,4,a1.h("U")) +a2.ap(a0,0,4,a1.h("t.E")) +B.b.C(o,a2) +c4.a.push(k) +c4.a.push(j) +c4.a.push(i.a) +c3.setFloat32(0,h,!0) +h=c4.a +i=c4.d +o=A.a9(i) +k=new A.U(i,0,4,o.h("U")) +k.ap(i,0,4,o.h("t.E")) +B.b.C(h,k) +c3.setFloat32(0,g,!0) +g=c4.a +k=c4.d +o=A.a9(k) +j=new A.U(k,0,4,o.h("U")) +j.ap(k,0,4,o.h("t.E")) +B.b.C(g,j) +c3.setUint16(0,a,!0) +j=c4.a +g=c4.d +o=A.a9(g) +k=new A.U(g,0,2,o.h("U")) +k.ap(g,0,2,o.h("t.E")) +B.b.C(j,k) +c3.setUint16(0,b==null?c0:b,!0) +o=c4.a +k=c4.d +j=A.a9(k) +i=new A.U(k,0,2,j.h("U")) +i.ap(k,0,2,j.h("t.E")) +B.b.C(o,i) +r.n(0,e,a)}++e}a3=A.z(c2,c2) +for(c2=c5.d,p=c2.length,o=t.ZC,l=t.n,k=t.JO,j=t.wd,a4=0,n=0;n")) +a2.ap(a0,0,2,a1.h("t.E")) +B.b.C(g,a2) +a2=i.length +c3.setUint32(0,a2,!0) +g=c4.a +a1=c4.d +a0=A.a9(a1) +b0=new A.U(a1,0,4,a0.h("U")) +b0.ap(a1,0,4,a0.h("t.E")) +B.b.C(g,b0) +b0=c4.a +g=i.buffer +i=i.byteOffset +i=new Uint8Array(g,i,a2) +B.b.C(b0,i) +i=h.length +c3.setUint32(0,i,!0) +g=c4.a +a0=c4.d +a1=A.a9(a0) +a2=new A.U(a0,0,4,a1.h("U")) +a2.ap(a0,0,4,a1.h("t.E")) +B.b.C(g,a2) +g=c4.a +b1=B.f.bR(g.length,4) +if(b1!==0){a0=$.ou() +a1=4-b1 +a2=A.a9(a0) +b0=new A.U(a0,0,a1,a2.h("U")) +b0.ap(a0,0,a1,a2.h("t.E")) +B.b.C(g,b0)}g=c4.a +a0=h.buffer +h=h.byteOffset +i=new Uint8Array(a0,h,4*i) +B.b.C(g,i) +a3.n(0,a4,a);++a4}for(c2=c5.y,p=c2.length,n=0;n")) +a1.ap(a,0,2,a0.h("t.E")) +B.b.C(g,a1) +c3.setFloat32(0,o==null?0/0:o,!0) +o=c4.a +g=c4.d +a=A.a9(g) +a0=new A.U(g,0,4,a.h("U")) +a0.ap(g,0,4,a.h("t.E")) +B.b.C(o,a0) +c3.setFloat32(0,l==null?0/0:l,!0) +o=c4.a +l=c4.d +g=A.a9(l) +a=new A.U(l,0,4,g.h("U")) +a.ap(l,0,4,g.h("t.E")) +B.b.C(o,a) +c3.setFloat32(0,k==null?0/0:k,!0) +o=c4.a +l=c4.d +k=A.a9(l) +g=new A.U(l,0,4,k.h("U")) +g.ap(l,0,4,k.h("t.E")) +B.b.C(o,g) +c3.setFloat32(0,j==null?0/0:j,!0) +o=c4.a +l=c4.d +k=A.a9(l) +j=new A.U(l,0,4,k.h("U")) +j.ap(l,0,4,k.h("t.E")) +B.b.C(o,j) +o=i?1:0 +c4.a.push(o) +o=c4.a +if(h!=null){l=h.length +o.push(l) +o=c4.a +b1=B.f.bR(o.length,8) +if(b1!==0){k=$.ou() +j=8-b1 +i=A.a9(k) +g=new A.U(k,0,j,i.h("U")) +g.ap(k,0,j,i.h("t.E")) +B.b.C(o,g)}o=c4.a +k=h.buffer +h=h.byteOffset +l=new Uint8Array(k,h,8*l) +B.b.C(o,l)}else o.push(0)}for(c2=c5.f,p=c2.length,n=0;n")) +b0.ap(a1,0,2,a2.h("t.E")) +B.b.C(a0,b0) +c3.setFloat32(0,k,!0) +k=c4.a +b0=c4.d +a0=A.a9(b0) +a1=new A.U(b0,0,4,a0.h("U")) +a1.ap(b0,0,4,a0.h("t.E")) +B.b.C(k,a1) +c3.setFloat32(0,i,!0) +i=c4.a +a1=c4.d +k=A.a9(a1) +a0=new A.U(a1,0,4,k.h("U")) +a0.ap(a1,0,4,k.h("t.E")) +B.b.C(i,a0) +c4.a.push(j.a) +c4.a.push(h.a) +c4.a.push(g.a) +c3.setUint32(0,a.a,!0) +a=c4.a +g=c4.d +k=A.a9(g) +j=new A.U(g,0,4,k.h("U")) +j.ap(g,0,4,k.h("t.E")) +B.b.C(a,j) +if(l!=null){b4=B.b3.cs(l) +l=b4.length +c3.setUint16(0,l,!0) +k=c4.a +j=c4.d +i=A.a9(j) +h=new A.U(j,0,2,i.h("U")) +h.ap(j,0,2,i.h("t.E")) +B.b.C(k,h) +h=c4.a +k=b4.buffer +i=b4.byteOffset +l=new Uint8Array(k,i,l) +B.b.C(h,l)}else{c3.setUint16(0,0,!0) +l=c4.a +k=c4.d +j=A.a9(k) +i=new A.U(k,0,2,j.h("U")) +i.ap(k,0,2,j.h("t.E")) +B.b.C(l,i)}b4=B.b3.cs(o) +o=b4.length +c3.setUint16(0,o,!0) +l=c4.a +k=c4.d +j=A.a9(k) +i=new A.U(k,0,2,j.h("U")) +i.ap(k,0,2,j.h("t.E")) +B.b.C(l,i) +i=c4.a +l=b4.buffer +j=b4.byteOffset +o=new Uint8Array(l,j,o) +B.b.C(i,o)}for(c2=c5.z,p=c2.length,o=c5.w,l=c5.x,k=c5.e,n=0;n")) +a0.ap(g,0,2,a.h("t.E")) +B.b.C(j,a0) +c3.setUint16(0,i.gu(i),!0) +a0=c4.a +j=c4.d +g=A.a9(j) +a=new A.U(j,0,2,g.h("U")) +a.ap(j,0,2,g.h("t.E")) +B.b.C(a0,a) +a=c4.a +b1=B.f.bR(a.length,4) +if(b1!==0){j=$.ou() +g=4-b1 +a0=A.a9(j) +a1=new A.U(j,0,g,a0.h("U")) +a1.ap(j,0,g,a0.h("t.E")) +B.b.C(a,a1)}j=c4.a +g=i.buffer +a=i.byteOffset +i=i.gu(i) +i=new Uint8Array(g,a,4*i) +B.b.C(j,i) +c3.setUint16(0,h.gu(h),!0) +j=c4.a +i=c4.d +g=A.a9(i) +a=new A.U(i,0,2,g.h("U")) +a.ap(i,0,2,g.h("t.E")) +B.b.C(j,a) +a=c4.a +b1=B.f.bR(a.length,2) +if(b1!==0){j=$.ou() +i=2-b1 +g=A.a9(j) +a0=new A.U(j,0,i,g.h("U")) +a0.ap(j,0,i,g.h("t.E")) +B.b.C(a,a0)}j=c4.a +i=h.buffer +g=h.byteOffset +h=h.gu(h) +i=new Uint8Array(i,g,2*h) +B.b.C(j,i) +break +case 2:j=s.k(0,a9.d) +j.toString +c4.d7(B.b0) +c4.iD() +c4.a.push(37) +c3.setUint16(0,j,!0) +j=c4.a +i=c4.d +h=A.a9(i) +g=new A.U(i,0,2,h.h("U")) +g.ap(i,0,2,h.h("t.E")) +B.b.C(j,g) +break +case 3:c4.d7(B.b0) +c4.iD() +c4.a.push(38) +break +case 4:j=a3.k(0,a9.c) +j.toString +c4.d7(B.b0) +c4.iD() +c4.a.push(42) +c3.setUint16(0,j,!0) +j=c4.a +i=c4.d +h=A.a9(i) +g=new A.U(i,0,2,h.h("U")) +g.ap(i,0,2,h.h("t.E")) +B.b.C(j,g) +break +case 5:c4.d7(B.b0) +c4.iD() +c4.a.push(43) +break +case 8:j=a9.f +j.toString +b6=l[j] +j=b6.a +i=b6.b +h=b6.c +g=b6.d +a=b6.e.lC() +c4.d7(B.b0) +a0=c4.z++ +c4.a.push(49) +c3.setUint16(0,a0,!0) +a0=c4.a +a1=c4.d +a2=A.a9(a1) +b0=new A.U(a1,0,2,a2.h("U")) +b0.ap(a1,0,2,a2.h("t.E")) +B.b.C(a0,b0) +c3.setFloat32(0,j,!0) +j=c4.a +b0=c4.d +a0=A.a9(b0) +a1=new A.U(b0,0,4,a0.h("U")) +a1.ap(b0,0,4,a0.h("t.E")) +B.b.C(j,a1) +c3.setFloat32(0,i,!0) +i=c4.a +a1=c4.d +j=A.a9(a1) +a0=new A.U(a1,0,4,j.h("U")) +a0.ap(a1,0,4,j.h("t.E")) +B.b.C(i,a0) +c3.setFloat32(0,h,!0) +h=c4.a +a0=c4.d +j=A.a9(a0) +i=new A.U(a0,0,4,j.h("U")) +i.ap(a0,0,4,j.h("t.E")) +B.b.C(h,i) +c3.setFloat32(0,g,!0) +g=c4.a +i=c4.d +j=A.a9(i) +h=new A.U(i,0,4,j.h("U")) +h.ap(i,0,4,j.h("t.E")) +B.b.C(g,h) +j=a.length +c4.a.push(j) +i=c4.a +b1=B.f.bR(i.length,8) +if(b1!==0){h=$.ou() +g=8-b1 +a0=A.a9(h) +a1=new A.U(h,0,g,a0.h("U")) +a1.ap(h,0,g,a0.h("t.E")) +B.b.C(i,a1)}i=c4.a +h=a.buffer +a=a.byteOffset +j=new Uint8Array(h,a,8*j) +B.b.C(i,j) +break +case 9:j=a9.c +j.toString +c4.d7(B.b0) +c4.iD() +c4.a.push(51) +c3.setUint16(0,j,!0) +j=c4.a +i=c4.d +h=A.a9(i) +g=new A.U(i,0,2,h.h("U")) +g.ap(i,0,2,h.h("t.E")) +B.b.C(j,g) +break +case 6:j=a9.c +j.toString +i=a9.d +h=s.k(0,i) +i=r.k(0,i) +g=a9.e +c4.d7(B.b0) +c4.iD() +c4.a.push(44) +c3.setUint16(0,j,!0) +j=c4.a +a=c4.d +a0=A.a9(a) +a1=new A.U(a,0,2,a0.h("U")) +a1.ap(a,0,2,a0.h("t.E")) +B.b.C(j,a1) +c3.setUint16(0,h==null?c0:h,!0) +j=c4.a +h=c4.d +a=A.a9(h) +a0=new A.U(h,0,2,a.h("U")) +a0.ap(h,0,2,a.h("t.E")) +B.b.C(j,a0) +c3.setUint16(0,i==null?c0:i,!0) +j=c4.a +i=c4.d +h=A.a9(i) +a=new A.U(i,0,2,h.h("U")) +a.ap(i,0,2,h.h("t.E")) +B.b.C(j,a) +c3.setUint16(0,g==null?c0:g,!0) +j=c4.a +i=c4.d +h=A.a9(i) +g=new A.U(i,0,2,h.h("U")) +g.ap(i,0,2,h.h("t.E")) +B.b.C(j,g) +break +case 7:j=a9.c +j.toString +b7=o[j] +j=b7.a +i=b7.b +h=i.a +g=i.b +a=b7.c +a=a==null?b9:a.lC() +c4.d7(B.b0) +c4.iD() +c4.a.push(47) +c3.setUint16(0,j,!0) +j=c4.a +a0=c4.d +a1=A.a9(a0) +a2=new A.U(a0,0,2,a1.h("U")) +a2.ap(a0,0,2,a1.h("t.E")) +B.b.C(j,a2) +c3.setFloat32(0,h,!0) +a2=c4.a +j=c4.d +a0=A.a9(j) +a1=new A.U(j,0,4,a0.h("U")) +a1.ap(j,0,4,a0.h("t.E")) +B.b.C(a2,a1) +c3.setFloat32(0,g,!0) +a1=c4.a +a2=c4.d +j=A.a9(a2) +a0=new A.U(a2,0,4,j.h("U")) +a0.ap(a2,0,4,j.h("t.E")) +B.b.C(a1,a0) +c3.setFloat32(0,i.c-h,!0) +h=c4.a +a0=c4.d +j=A.a9(a0) +a1=new A.U(a0,0,4,j.h("U")) +a1.ap(a0,0,4,j.h("t.E")) +B.b.C(h,a1) +c3.setFloat32(0,i.d-g,!0) +g=c4.a +i=c4.d +j=A.a9(i) +h=new A.U(i,0,4,j.h("U")) +h.ap(i,0,4,j.h("t.E")) +B.b.C(g,h) +j=c4.a +if(a!=null){i=a.length +j.push(i) +j=c4.a +b1=B.f.bR(j.length,8) +if(b1!==0){h=$.ou() +g=8-b1 +a0=A.a9(h) +a1=new A.U(h,0,g,a0.h("U")) +a1.ap(h,0,g,a0.h("t.E")) +B.b.C(j,a1)}j=c4.a +h=a.buffer +a=a.byteOffset +i=new Uint8Array(h,a,8*i) +B.b.C(j,i)}else j.push(0) +break}}if(c4.b)A.a2(A.O("done() must not be called more than once on the same VectorGraphicsBuffer.")) +b8=A.fh(new Uint8Array(A.eb(c4.a)).buffer,0,b9) +c4.a=A.a([],c1) +c4.b=!0 +return A.cS(b8.buffer,0,b9)}},B={} +var w=[A,J,B] +var $={} +A.rY.prototype={ +szi(a){var s,r,q,p=this +if(J.e(a,p.c))return +if(a==null){p.wv() +p.c=null +return}s=p.a.$0() +r=a.a +q=s.a +if(rr){p.wv() +p.b=A.cd(A.cx(0,r-q),p.gyn())}p.c=a}, +wv(){var s=this.b +if(s!=null)s.bt(0) +this.b=null}, +a0O(){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.cd(A.cx(0,q-p),s.gyn())}} +A.T6.prototype={ +my(){var s=0,r=A.a0(t.H),q=this,p +var $async$my=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:s=2 +return A.a8(q.a.$0(),$async$my) +case 2:p=q.b.$0() +s=3 +return A.a8(t.L0.b(p)?p:A.kk(p,t.z),$async$my) +case 3:return A.Z(null,r)}}) +return A.a_($async$my,r)}, +a8w(){return A.atX(new A.T8(this),new A.T9(this))}, +a_e(){return A.atW(new A.T7(this))}} +A.T8.prototype={ +$0(){var s=0,r=A.a0(t.e),q,p=this +var $async$$0=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:s=3 +return A.a8(p.a.my(),$async$$0) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$$0,r)}, +$S:163} +A.T9.prototype={ +$1(a){return this.Oz(a)}, +$0(){return this.$1(null)}, +Oz(a){var s=0,r=A.a0(t.e),q,p=this,o +var $async$$1=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:o=p.a +s=3 +return A.a8(o.a.$1(a),$async$$1) +case 3:q=o.a_e() +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$$1,r)}, +$S:90} +A.T7.prototype={ +$1(a){return this.Oy(a)}, +$0(){return this.$1(null)}, +Oy(a){var s=0,r=A.a0(t.e),q,p=this,o +var $async$$1=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:o=p.a.b.$0() +s=3 +return A.a8(t.L0.b(o)?o:A.kk(o,t.z),$async$$1) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$$1,r)}, +$S:90} +A.tp.prototype={ +F(){return"BrowserEngine."+this.b}} +A.jK.prototype={ +F(){return"OperatingSystem."+this.b}} +A.TW.prototype={ +gaJ(a){var s=this.d +if(s==null){this.EL() +s=this.d}s.toString +return s}, +gbJ(){if(this.y==null)this.EL() +var s=this.e +s.toString +return s}, +EL(){var s,r,q,p,o,n,m,l,k=this,j=!1,i=null,h=k.y +if(h!=null){A.p8(h,0) +h=k.y +h.toString +A.p7(h,0) +k.y=null}h=k.x +if(h!=null&&h.length!==0){h.toString +s=B.b.hJ(h,0) +k.y=s +i=s +j=!0 +r=!0}else{h=k.f +$.bw() +q=self.window.devicePixelRatio +if(q===0)q=1 +p=k.r +o=self.window.devicePixelRatio +if(o===0)o=1 +i=k.E2(h,p) +n=i +k.y=n +if(n==null){A.aoY() +i=k.E2(h,p)}n=i.style +A.n(n,"position","absolute") +A.n(n,"width",A.h(h/q)+"px") +A.n(n,"height",A.h(p/o)+"px") +r=!1}if(!J.e(k.z.lastChild,i))k.z.append(i) +try{if(j)i.style.removeProperty("z-index") +h=A.hi(i,"2d",null) +h.toString +k.d=t.e.a(h)}catch(m){}h=k.d +if(h==null){A.aoY() +h=A.hi(i,"2d",null) +h.toString +h=k.d=t.e.a(h)}q=k.as +k.e=new A.UG(h,k,q,B.br,B.bo,B.du) +l=k.gaJ(k) +l.save();++k.Q +A.aj0(l,1,0,0,1,0,0) +if(r)l.clearRect(0,0,k.f*q,k.r*q) +$.bw() +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.a_E()}, +E2(a,b){var s=this.as +return A.aCR(B.c.c2(a*s),B.c.c2(b*s))}, +O(a){var s,r,q,p,o,n=this +n.SJ(0) +if(n.y!=null){s=n.d +if(s!=null)try{s.font=""}catch(q){r=A.as(q) +if(!J.e(r.name,"NS_ERROR_FAILURE"))throw q}}if(n.y!=null){n.y9() +n.e.fd(0) +p=n.w +if(p==null)p=n.w=A.a([],t.J) +o=n.y +o.toString +p.push(o) +n.e=n.d=null}n.x=n.w +n.e=n.d=n.y=n.w=null}, +Hb(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.gaJ(i) +if(d!=null)for(s=d.length,r=i.as,q=t.Ci;a>>16&255,p>>>8&255,p&255).a)) +s.translate(-5e4,0) +l=new Float32Array(2) +$.c5() +p=$.bw().d +if(p==null){p=self.window.devicePixelRatio +if(p===0)p=1}l[0]=5e4*p +p=i.b +p.c.NX(l) +k=l[0] +j=l[1] +l[1]=0 +l[0]=0 +p.c.NX(l) +A.afk(s,k-l[0]) +A.afl(s,j-l[1])}}, +jf(){var s=this,r=s.z +if((r==null?null:r.x)!=null){r=$.bQ() +r=r===B.A||!1}else r=!1 +if(r)s.a.restore() +r=s.Q +if(r!=null){s.a.translate(-r.a,-r.b) +s.Q=null}}, +eJ(a){var s=this.a +if(a===B.S)s.stroke() +else A.Vu(s,null)}, +fd(a){var s,r=this,q=r.a +A.Vv(q,"") +s=q.fillStyle +r.r=s==null?null:s +A.Vw(q,"") +s=q.strokeStyle +r.w=s==null?null:s +q.shadowBlur=0 +A.afj(q,"none") +A.afk(q,0) +A.afl(q,0) +q.globalCompositeOperation="source-over" +r.d=B.br +A.afi(q,1) +r.x=1 +q.lineCap="butt" +r.e=B.bo +q.lineJoin="miter" +r.f=B.du +r.Q=null}} +A.Ph.prototype={ +O(a){B.b.O(this.a) +this.b=null +this.c=A.d0()}, +bq(a){var s=this.c,r=new A.bo(new Float32Array(16)) +r.aF(s) +s=this.b +s=s==null?null:A.n3(s,!0,t.Sv) +this.a.push(new A.If(r,s))}, +aW(a){var s,r=this.a +if(r.length===0)return +s=r.pop() +this.c=s.a +this.b=s.b}, +ac(a,b,c){this.c.ac(0,b,c)}, +cJ(a,b,c){this.c.cJ(0,b,c)}, +kh(a,b){this.c.NC(0,B.va,b)}, +a9(a,b){this.c.ck(0,new A.bo(b))}, +i6(a){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bo(new Float32Array(16)) +r.aF(s) +q.push(new A.nC(a,null,null,r))}, +kT(a){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bo(new Float32Array(16)) +r.aF(s) +q.push(new A.nC(null,a,null,r))}, +fC(a,b){var s,r,q=this.b +if(q==null)q=this.b=A.a([],t.CK) +s=this.c +r=new A.bo(new Float32Array(16)) +r.aF(s) +q.push(new A.nC(null,null,b,r))}} +A.f0.prototype={ +hp(a,b,c,d){var s=d.ay,r=this.a,q=a.b,p=d.a +if(s===B.fZ){q===$&&A.b() +q=q.a +q===$&&A.b() +q=q.a +q.toString +A.a3(r,"drawImageRectCubic",[q,A.fx(b),A.fx(c),0.3333333333333333,0.3333333333333333,p])}else{q===$&&A.b() +q=q.a +q===$&&A.b() +q=q.a +q.toString +A.a3(r,"drawImageRectOptions",[q,A.fx(b),A.fx(c),A.apc(s),A.ape(s),p])}}, +dD(a,b){var s=b==null?null:b.a +A.alj(this.a,s,A.fx(a),null,null)}} +A.acS.prototype={ +$1(a){var s=$.bS +s=(s==null?$.bS=A.el(self.window.flutterConfiguration):s).b +if(s==null)s=null +else{s=s.canvasKitBaseUrl +if(s==null)s=null}return(s==null?"https://www.gstatic.com/flutter-canvaskit/74d16627b940bb15e50891f82cad6c3e3465bd6d/":s)+a}, +$S:68} +A.ad3.prototype={ +$1(a){this.a.remove() +this.b.dM(0,!0)}, +$S:1} +A.ad2.prototype={ +$1(a){this.a.remove() +this.b.dM(0,!1)}, +$S:1} +A.TS.prototype={ +bq(a){B.c.V(this.a.a.save())}, +dD(a,b){var s=t.G,r=this.a +if(a==null){s.a(b) +A.alj(r.a,b.a,null,null,null)}else r.dD(a,s.a(b))}, +aW(a){this.a.a.restore()}, +vg(a){this.a.a.restoreToCount(a)}, +Cq(){return B.c.V(this.a.a.getSaveCount())}, +ac(a,b,c){this.a.a.translate(b,c)}, +cJ(a,b,c){var s=c==null?b:c +this.a.a.scale(b,s) +return null}, +aH(a,b){return this.cJ(a,b,null)}, +kh(a,b){this.a.a.rotate(b*180/3.141592653589793,0,0)}, +a9(a,b){if(b.length!==16)throw A.d(A.c9('"matrix4" must have 16 entries.',null)) +this.a.a.concat(A.apd(A.rV(b)))}, +p_(a,b,c){this.a.a.clipRect(A.fx(a),$.ai7()[b.a],c)}, +i6(a){return this.p_(a,B.c0,!0)}, +JW(a,b){return this.p_(a,B.c0,b)}, +tC(a,b){this.a.a.clipRRect(A.BG(a),$.SD(),b)}, +kT(a){return this.tC(a,!0)}, +tB(a,b,c){var s=t.E_.a(b).a +s===$&&A.b() +s=s.a +s.toString +this.a.a.clipPath(s,$.SD(),c)}, +fC(a,b){return this.tB(a,b,!0)}, +ps(a,b,c){A.a3(this.a.a,"drawLine",[a.a,a.b,b.a,b.b,t.G.a(c).a])}, +mT(a){this.a.a.drawPaint(t.G.a(a).a)}, +ct(a,b){t.G.a(b) +this.a.a.drawRect(A.fx(a),b.a)}, +dc(a,b){t.G.a(b) +this.a.a.drawRRect(A.BG(a),b.a)}, +mS(a,b,c){t.G.a(c) +this.a.a.drawDRRect(A.BG(a),A.BG(b),c.a)}, +pt(a,b){t.G.a(b) +this.a.a.drawOval(A.fx(a),b.a)}, +ia(a,b,c){this.a.a.drawCircle(a.a,a.b,b,t.G.a(c).a)}, +da(a,b){var s +t.E_.a(a) +t.G.a(b) +s=a.a +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawPath(s,b.a)}, +hp(a,b,c,d){this.a.hp(t.XY.a(a),b,c,t.G.a(d))}, +l1(a){var s=t.Bn.a(a).a +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawPicture(s)}, +iS(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)}, +pu(a,b,c){var s +t.V1.a(a) +t.G.a(c) +s=a.f +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawVertices(s,$.aeI()[b.a],c.a)}, +mU(a,b,c,d){var s,r,q,p,o,n,m,l +t.E_.a(a) +$.c5() +s=$.bw().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}r=d?5:4 +q=A.W(B.c.aX((b.gm(b)>>>24&255)*0.039),b.gm(b)>>>16&255,b.gm(b)>>>8&255,b.gm(b)&255) +p=A.W(B.c.aX((b.gm(b)>>>24&255)*0.25),b.gm(b)>>>16&255,b.gm(b)>>>8&255,b.gm(b)&255) +o=t.e.a({ambient:A.rT(q),spot:A.rT(p)}) +n=$.bb.aL().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.a3(this.a.a,"drawShadow",[m,l,s,1.3333333333333333,n.ambient,n.spot,r|4])}} +A.Fy.prototype={ +gq(a){var s=this.a +return s.gq(s)}, +j(a,b){if(b==null)return!1 +if(A.v(this)!==J.M(b))return!1 +return b instanceof A.Fy&&b.a.j(0,this.a)}, +i(a){return this.a.i(0)}} +A.Cy.prototype={$iij:1} +A.tz.prototype={ +oe(){return A.aB2(this.a,this.b)}, +gq(a){return A.D(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,b){if(b==null)return!1 +if(A.v(this)!==J.M(b))return!1 +return b instanceof A.tz&&b.a.j(0,this.a)&&b.b===this.b}, +i(a){return"ColorFilter.mode("+this.a.i(0)+", "+this.b.i(0)+")"}} +A.oQ.prototype={ +gZk(){var s,r,q=new Float32Array(20) +for(s=this.a,r=0;r<20;++r)if(B.b.p(B.Et,r))q[r]=s[r]/255 +else q[r]=s[r] +return q}, +oe(){return $.bb.aL().ColorFilter.MakeMatrix(this.gZk())}, +gq(a){return A.bm(this.a)}, +j(a,b){if(b==null)return!1 +return A.v(this)===J.M(b)&&b instanceof A.oQ&&A.rS(this.a,b.a)}, +i(a){return"ColorFilter.matrix("+A.h(this.a)+")"}} +A.CF.prototype={ +oe(){return $.bb.aL().ColorFilter.MakeLinearToSRGBGamma()}, +j(a,b){if(b==null)return!1 +return A.v(this)===J.M(b)}, +gq(a){return A.eN(A.v(this))}, +i(a){return"ColorFilter.linearToSrgbGamma()"}} +A.CL.prototype={ +oe(){return $.bb.aL().ColorFilter.MakeSRGBToLinearGamma()}, +j(a,b){if(b==null)return!1 +return A.v(this)===J.M(b)}, +gq(a){return A.eN(A.v(this))}, +i(a){return"ColorFilter.srgbToLinearGamma()"}} +A.oP.prototype={ +oe(){var s,r=$.bb.aL().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)}, +j(a,b){if(b==null)return!1 +if(!(b instanceof A.oP))return!1 +return b.a.j(0,this.a)&&b.b.j(0,this.b)}, +gq(a){return A.D(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)}, +i(a){return"ColorFilter.compose("+this.a.i(0)+", "+this.b.i(0)+")"}} +A.ES.prototype={ +OY(){var s=this.b.a +return new A.ad(s,new A.Yp(),A.ae(s).h("ad<1,f0>"))}, +UR(a){var s,r,q,p,o,n,m=this.Q +if(m.a1(0,a)){s=null.querySelector("#sk_path_defs") +s.toString +r=A.a([],t.J) +q=m.k(0,a) +q.toString +for(p=t.qr,p=A.bL(new A.dw(s.children,p),p.h("j.E"),t.e),s=J.ap(p.a),p=A.m(p),p=p.h("@<1>").H(p.z[1]).z[1];s.t();){o=p.a(s.gE(s)) +if(q.p(0,o.id))r.push(o)}for(s=r.length,n=0;n") +a2.KQ(A.fM(new A.b_(m,new A.Yq(a4),k),k.h("j.E"))) +B.b.C(a3,s) +h.Ni(s) +a3=a4.c +if(a3){m=a4.d +m.toString +m=a2.d.k(0,m) +g=m.gvi(m)}else g=null +for(m=a4.b,k=m.length,f=a2.d,e=$.cY.a,j=0;j") +q=A.a6(new A.ad(s,new A.Ym(),r),!0,r.h("aY.E")) +if(q.length>A.iX().b-1)B.b.dk(q) +r=m.gYy() +p=m.e +if(l){l=A.iX() +o=l.d +B.b.C(l.e,o) +B.b.O(o) +p.O(0) +B.b.U(q,r)}else{l=A.m(p).h("aB<1>") +n=A.a6(new A.aB(p,l),!0,l.h("j.E")) +new A.b_(n,new A.Yn(q),A.ae(n).h("b_<1>")).U(0,m.ga_u()) +new A.b_(q,new A.Yo(m),A.ae(q).h("b_<1>")).U(0,r)}}, +OZ(a){var s,r,q,p,o,n,m,l,k=A.iX().b-1 +if(k===0)return B.Fj +s=A.a([],t.jT) +r=t.t +q=new A.lf(A.a([],r),!1) +for(p=0;p")) +return new A.dY(s,s.gu(s))}} +A.DV.prototype={} +A.j4.prototype={} +A.adM.prototype={ +$1(a){var s,r,q,p,o=null +for(s=this.a,r=this.b,q=0;p=q+a,p=0;++q){if(!J.e(r[p],s[s.length-1-q]))return o +if(q===s.length-1){s=r.length +if(a===s-1)return new A.j4(B.b.bH(r,0,s-q-1),B.cV,!1,o) +else if(a===q)return new A.j4(B.b.dr(r,a+1),B.cV,!1,o) +else return o}}return new A.j4(B.b.dr(r,a+1),B.b.bH(s,0,s.length-1-a),!0,B.b.gK(r))}, +$S:149} +A.IK.prototype={ +gA0(){var s,r=this.b +if(r===$){s=$.bS +s=(s==null?$.bS=A.el(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.au3(new A.a42(this),A.a([A.L("Noto Sans","notosans/v30/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf",!0),A.L("Noto Color Emoji","notocoloremoji/v25/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf",s),A.L("Noto Emoji","notoemoji/v39/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf",!s),A.L("Noto Sans Symbols","notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf",!0),A.L("Noto Sans Symbols 2","notosanssymbols2/v21/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf",!0),A.L("Noto Sans Adlam","notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf",!0),A.L("Noto Sans Anatolian Hieroglyphs","notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf",!0),A.L("Noto Sans Arabic","notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf",!0),A.L("Noto Sans Armenian","notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf",!0),A.L("Noto Sans Avestan","notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf",!0),A.L("Noto Sans Balinese","notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf",!0),A.L("Noto Sans Bamum","notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf",!0),A.L("Noto Sans Bassa Vah","notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf",!0),A.L("Noto Sans Batak","notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf",!0),A.L("Noto Sans Bengali","notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf",!0),A.L("Noto Sans Bhaiksuki","notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf",!0),A.L("Noto Sans Brahmi","notosansbrahmi/v18/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf",!0),A.L("Noto Sans Buginese","notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf",!0),A.L("Noto Sans Buhid","notosansbuhid/v18/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf",!0),A.L("Noto Sans Canadian Aboriginal","notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf",!0),A.L("Noto Sans Carian","notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf",!0),A.L("Noto Sans Caucasian Albanian","notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf",!0),A.L("Noto Sans Chakma","notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf",!0),A.L("Noto Sans Cham","notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf",!0),A.L("Noto Sans Cherokee","notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf",!0),A.L("Noto Sans Coptic","notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf",!0),A.L("Noto Sans Cuneiform","notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf",!0),A.L("Noto Sans Cypriot","notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf",!0),A.L("Noto Sans Deseret","notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf",!0),A.L("Noto Sans Devanagari","notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf",!0),A.L("Noto Sans Duployan","notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf",!0),A.L("Noto Sans Egyptian Hieroglyphs","notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf",!0),A.L("Noto Sans Elbasan","notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf",!0),A.L("Noto Sans Elymaic","notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf",!0),A.L("Noto Sans Georgian","notosansgeorgian/v42/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf",!0),A.L("Noto Sans Glagolitic","notosansglagolitic/v17/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf",!0),A.L("Noto Sans Gothic","notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf",!0),A.L("Noto Sans Grantha","notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf",!0),A.L("Noto Sans Gujarati","notosansgujarati/v23/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf",!0),A.L("Noto Sans Gunjala Gondi","notosansgunjalagondi/v17/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf",!0),A.L("Noto Sans Gurmukhi","notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf",!0),A.L("Noto Sans HK","notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf",!0),A.L("Noto Sans Hanunoo","notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf",!0),A.L("Noto Sans Hatran","notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf",!0),A.L("Noto Sans Hebrew","notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf",!0),A.L("Noto Sans Imperial Aramaic","notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf",!0),A.L("Noto Sans Indic Siyaq Numbers","notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf",!0),A.L("Noto Sans Inscriptional Pahlavi","notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf",!0),A.L("Noto Sans Inscriptional Parthian","notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf",!0),A.L("Noto Sans JP","notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf",!0),A.L("Noto Sans Javanese","notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf",!0),A.L("Noto Sans KR","notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf",!0),A.L("Noto Sans Kaithi","notosanskaithi/v18/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf",!0),A.L("Noto Sans Kannada","notosanskannada/v26/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf",!0),A.L("Noto Sans Kayah Li","notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf",!0),A.L("Noto Sans Kharoshthi","notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf",!0),A.L("Noto Sans Khmer","notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf",!0),A.L("Noto Sans Khojki","notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf",!0),A.L("Noto Sans Khudawadi","notosanskhudawadi/v18/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf",!0),A.L("Noto Sans Lao","notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf",!0),A.L("Noto Sans Lepcha","notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf",!0),A.L("Noto Sans Limbu","notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf",!0),A.L("Noto Sans Linear A","notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf",!0),A.L("Noto Sans Linear B","notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf",!0),A.L("Noto Sans Lisu","notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf",!0),A.L("Noto Sans Lycian","notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf",!0),A.L("Noto Sans Lydian","notosanslydian/v17/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf",!0),A.L("Noto Sans Mahajani","notosansmahajani/v17/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf",!0),A.L("Noto Sans Malayalam","notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf",!0),A.L("Noto Sans Mandaic","notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf",!0),A.L("Noto Sans Manichaean","notosansmanichaean/v17/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf",!0),A.L("Noto Sans Marchen","notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf",!0),A.L("Noto Sans Masaram Gondi","notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf",!0),A.L("Noto Sans Math","notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf",!0),A.L("Noto Sans Mayan Numerals","notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf",!0),A.L("Noto Sans Medefaidrin","notosansmedefaidrin/v22/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf",!0),A.L("Noto Sans Meetei Mayek","notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf",!0),A.L("Noto Sans Meroitic","notosansmeroitic/v17/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf",!0),A.L("Noto Sans Miao","notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf",!0),A.L("Noto Sans Modi","notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf",!0),A.L("Noto Sans Mongolian","notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf",!0),A.L("Noto Sans Mro","notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf",!0),A.L("Noto Sans Multani","notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf",!0),A.L("Noto Sans Myanmar","notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf",!0),A.L("Noto Sans NKo","notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf",!0),A.L("Noto Sans Nabataean","notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf",!0),A.L("Noto Sans New Tai Lue","notosansnewtailue/v20/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf",!0),A.L("Noto Sans Newa","notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf",!0),A.L("Noto Sans Nushu","notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf",!0),A.L("Noto Sans Ogham","notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf",!0),A.L("Noto Sans Ol Chiki","notosansolchiki/v21/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf",!0),A.L("Noto Sans Old Hungarian","notosansoldhungarian/v16/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf",!0),A.L("Noto Sans Old Italic","notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf",!0),A.L("Noto Sans Old North Arabian","notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf",!0),A.L("Noto Sans Old Permic","notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf",!0),A.L("Noto Sans Old Persian","notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf",!0),A.L("Noto Sans Old Sogdian","notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf",!0),A.L("Noto Sans Old South Arabian","notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf",!0),A.L("Noto Sans Old Turkic","notosansoldturkic/v16/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf",!0),A.L("Noto Sans Oriya","notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf",!0),A.L("Noto Sans Osage","notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf",!0),A.L("Noto Sans Osmanya","notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf",!0),A.L("Noto Sans Pahawh Hmong","notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf",!0),A.L("Noto Sans Palmyrene","notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf",!0),A.L("Noto Sans Pau Cin Hau","notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf",!0),A.L("Noto Sans Phags Pa","notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf",!0),A.L("Noto Sans Phoenician","notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf",!0),A.L("Noto Sans Psalter Pahlavi","notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf",!0),A.L("Noto Sans Rejang","notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf",!0),A.L("Noto Sans Runic","notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf",!0),A.L("Noto Sans SC","notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf",!0),A.L("Noto Sans Saurashtra","notosanssaurashtra/v19/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf",!0),A.L("Noto Sans Sharada","notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf",!0),A.L("Noto Sans Shavian","notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf",!0),A.L("Noto Sans Siddham","notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf",!0),A.L("Noto Sans Sinhala","notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf",!0),A.L("Noto Sans Sogdian","notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf",!0),A.L("Noto Sans Sora Sompeng","notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf",!0),A.L("Noto Sans Soyombo","notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf",!0),A.L("Noto Sans Sundanese","notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf",!0),A.L("Noto Sans Syloti Nagri","notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf",!0),A.L("Noto Sans Syriac","notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf",!0),A.L("Noto Sans TC","notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",!0),A.L("Noto Sans Tagalog","notosanstagalog/v18/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf",!0),A.L("Noto Sans Tagbanwa","notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf",!0),A.L("Noto Sans Tai Le","notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf",!0),A.L("Noto Sans Tai Tham","notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf",!0),A.L("Noto Sans Tai Viet","notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf",!0),A.L("Noto Sans Takri","notosanstakri/v23/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf",!0),A.L("Noto Sans Tamil","notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf",!0),A.L("Noto Sans Tamil Supplement","notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf",!0),A.L("Noto Sans Telugu","notosanstelugu/v25/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf",!0),A.L("Noto Sans Thaana","notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf",!0),A.L("Noto Sans Thai","notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf",!0),A.L("Noto Sans Tifinagh","notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf",!0),A.L("Noto Sans Tirhuta","notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf",!0),A.L("Noto Sans Ugaritic","notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf",!0),A.L("Noto Sans Vai","notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf",!0),A.L("Noto Sans Wancho","notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf",!0),A.L("Noto Sans Warang Citi","notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf",!0),A.L("Noto Sans Yi","notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf",!0),A.L("Noto Sans Zanabazar Square","notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf",!0)],t.Qg))}return r}, +a_s(){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=$.bb.aL().TypefaceFontProvider.Make() +m=$.bb.aL().FontCollection.Make() +n.w=m +m.enableFontFallback() +n.w.setDefaultFontManager(n.r) +m=n.f +m.O(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.l4(n)}}return q}, +j9(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.eJ(a)}}} +A.I2.prototype={ +eJ(a){this.j9(a)}} +A.CR.prototype={ +ja(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new A.hz(B.HX,q,q,p,q,q)) +s=this.lx(a,b) +p=p.a +p===$&&A.b() +r=A.ahp(p.a.getBounds()) +if(s.Bi(r))this.b=s.di(r) +o.pop()}, +eJ(a){var s,r=this,q=a.a +q.bq(0) +s=r.r +q.a2W(0,r.f,s!==B.al) +s=s===B.c1 +if(s)q.dD(r.b,null) +r.j9(a) +if(s)q.aW(0) +q.aW(0)}, +$iUi:1} +A.CV.prototype={ +ja(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new A.hz(B.HV,q,r,r,r,r)) +s=this.lx(a,b) +if(s.Bi(q))this.b=s.di(q) +p.pop()}, +eJ(a){var s,r,q=a.a +q.bq(0) +s=this.f +r=this.r +q.a3_(s,B.c0,r!==B.al) +r=r===B.c1 +if(r)q.dD(s,null) +this.j9(a) +if(r)q.aW(0) +q.aW(0)}, +$iUk:1} +A.CT.prototype={ +ja(a,b){var s,r,q,p,o=null,n=this.f,m=a.c.a +m.push(new A.hz(B.HW,o,n,o,o,o)) +s=this.lx(a,b) +r=n.a +q=n.b +p=n.c +n=n.d +if(s.Bi(new A.C(r,q,p,n)))this.b=s.di(new A.C(r,q,p,n)) +m.pop()}, +eJ(a){var s,r=this,q=a.a +q.bq(0) +s=r.r +q.a2Y(r.f,s!==B.al) +s=s===B.c1 +if(s)q.dD(r.b,null) +r.j9(a) +if(s)q.aW(0) +q.aW(0)}, +$iUj:1} +A.Ge.prototype={ +ja(a,b){var s,r,q,p,o=this,n=null,m=new A.bo(new Float32Array(16)) +m.aF(b) +s=o.r +r=s.a +s=s.b +m.ac(0,r,s) +q=A.d0() +q.jo(r,s,0) +p=a.c.a +p.push(A.afW(q)) +p.push(new A.hz(B.HZ,n,n,n,n,o.f)) +o.Qk(a,m) +p.pop() +p.pop() +o.b=o.b.ac(0,r,s)}, +eJ(a){var s,r,q,p=this,o=A.CH() +o.sag(0,A.W(p.f,0,0,0)) +s=a.a +s.bq(0) +r=p.r +q=r.a +r=r.b +s.ac(0,q,r) +s.dD(p.b.cK(new A.q(-q,-r)),o) +r=o.b +r===$&&A.b() +r.l() +p.j9(a) +s.aW(0) +s.aW(0)}, +$ia06:1} +A.y8.prototype={ +ja(a,b){var s=this.f,r=b.d0(s),q=a.c.a +q.push(A.afW(s)) +this.b=A.ahP(s,this.lx(a,r)) +q.pop()}, +eJ(a){var s=a.a +s.bq(0) +s.a9(0,this.f.a) +this.j9(a) +s.aW(0)}, +$iJF:1} +A.Gc.prototype={$ia04:1} +A.F0.prototype={ +ja(a,b){var s,r,q,p,o=this,n=new A.bo(new Float32Array(16)) +n.aF(b) +s=o.f +r=s.a +s=s.b +n.ac(0,r,s) +q=A.d0() +q.jo(r,s,0) +s=a.c.a +s.push(A.afW(q)) +p=o.lx(a,n) +q=t.p1.a(o.r).d +q===$&&A.b() +q=q.a +q.toString +new A.YJ(o,p).$1(q) +s.pop()}, +eJ(a){var s,r,q=this,p=a.a +p.bq(0) +s=q.f +p.ac(0,s.a,s.b) +r=A.CH() +r.sa6C(q.r) +p.dD(q.b,r) +s=r.b +s===$&&A.b() +s.l() +q.j9(a) +p.aW(0) +p.aW(0)}, +$iYI:1} +A.YJ.prototype={ +$1(a){var s=a.getOutputBounds(A.fx(this.b)) +this.a.b=new A.C(s[0],s[1],s[2],s[3])}, +$S:1} +A.GR.prototype={ +ja(a,b){var s=this.c.a +s===$&&A.b() +this.b=A.ahp(s.a.cullRect()).cK(this.d)}, +eJ(a){var s,r=a.b.a +B.c.V(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.D_.prototype={ +eJ(a){var s,r,q=A.CH() +q.sfD(this.f) +s=a.a +s.dD(this.b,q) +r=q.b +r===$&&A.b() +r.l() +this.j9(a) +s.aW(0)}, +$iUv:1} +A.Fh.prototype={ +l(){}} +A.ZD.prototype={ +Jd(a,b,c,d){var s,r=this.b +r===$&&A.b() +s=new A.GR(t.Bn.a(b),a,B.u) +s.a=r +r.c.push(s)}, +Jg(a){var s=this.b +s===$&&A.b() +t.L6.a(a) +a.a=s +s.c.push(a)}, +aN(){return new A.Fh(new A.ZE(this.a,$.c5().gir()))}, +eK(){var s=this.b +s===$&&A.b() +if(s===this.a)return +s=s.a +s.toString +this.b=s}, +N_(a,b,c){return this.kd(new A.CR(t.E_.a(a),b,A.a([],t.k5),B.u))}, +N1(a,b,c){return this.kd(new A.CT(a,b,A.a([],t.k5),B.u))}, +N2(a,b,c){return this.kd(new A.CV(a,b,A.a([],t.k5),B.u))}, +N3(a,b){return this.kd(new A.D_(a,A.a([],t.k5),B.u))}, +N4(a,b,c){return this.kd(new A.F0(b,a,A.a([],t.k5),B.u))}, +Bp(a,b,c){var s=A.d0() +s.jo(a,b,0) +return this.kd(new A.Gc(s,A.a([],t.k5),B.u))}, +N5(a,b,c){return this.kd(new A.Ge(a,b,A.a([],t.k5),B.u))}, +N7(a,b){return this.kd(new A.y8(new A.bo(A.rV(a)),A.a([],t.k5),B.u))}, +a8C(a){var s=this.b +s===$&&A.b() +a.a=s +s.c.push(a) +return this.b=a}, +kd(a){return this.a8C(a,t.vn)}} +A.ZE.prototype={} +A.Xi.prototype={ +a8E(a,b){A.aeu("preroll_frame",new A.Xj(this,a,!0)) +A.aeu("apply_frame",new A.Xk(this,a,!0)) +return!0}} +A.Xj.prototype={ +$0(){var s=this.b.a +s.b=s.lx(new A.a12(new A.vG(A.a([],t.YE))),A.d0())}, +$S:0} +A.Xk.prototype={ +$0(){var s=this.a,r=A.a([],t.iW),q=new A.CG(r),p=s.a +r.push(p) +s.c.OY().U(0,q.ga1I()) +s=this.b.a +r=s.b +if(!r.gP(r))s.j9(new A.a0h(q,p))}, +$S:0} +A.UB.prototype={} +A.U8.prototype={} +A.CG.prototype={ +a1J(a){this.a.push(a)}, +bq(a){var s,r,q +for(s=this.a,r=0,q=0;q0))p.ax=null +else{r=a.a +q=new A.U8(r,s) +s=$.bb.aL().MaskFilter.MakeBlur($.aqX()[r.a],s,!0) +s.toString +r=new A.dS(o,t.R) +r.fj(q,s,o,t.e) +q.c!==$&&A.cu() +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)}, +sjY(a){var s,r=this +if(r.ay===a)return +r.ay=a +s=r.as +s=s==null?null:s.vC(a) +r.a.setShader(s)}, +sfD(a){var s,r=this +if(r.ch===a)return +r.ch=a +r.Q=null +s=A.aAV(a) +s.toString +s=r.CW=A.ZS(s) +if(r.z){r.Q=s +s=r.CW=A.ZS(new A.oP($.aeG(),s))}s=s.b +s===$&&A.b() +s=s.a +s.toString +r.a.setColorFilter(s)}, +sD1(a){if(this.cx===a)return +this.cx=a +this.a.setStrokeMiter(a)}, +sa6C(a){if(J.e(this.c,a))return +t.fz.a(a) +a.a6D(new A.U9(this)) +this.c=a}, +$ipT:1} +A.U9.prototype={ +$1(a){this.a.a.setImageFilter(a)}, +$S:1} +A.tB.prototype={ +gn6(){return this.b}, +sn6(a){var s +if(this.b===a)return +this.b=a +s=this.a +s===$&&A.b() +s=s.a +s.toString +s.setFillType($.aeJ()[a.a])}, +mp(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addOval(A.fx(a),!1,1)}, +fv(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRRect(A.BG(a),!1)}, +kM(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRect(A.fx(a))}, +aU(a){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)}, +Kv(a,b,c,d,e,f){var s=this.a +s===$&&A.b() +s=s.a +s.toString +A.a3(s,"cubicTo",[a,b,c,d,e,f])}, +ep(a){var s=this.a +s===$&&A.b() +return A.ahp(s.a.getBounds())}, +d_(a,b,c){var s=this.a +s===$&&A.b() +s.a.lineTo(b,c)}, +hD(a,b,c){var s=this.a +s===$&&A.b() +s.a.moveTo(b,c)}, +fd(a){var s +this.b=B.aT +s=this.a +s===$&&A.b() +s.a.reset()}, +cK(a){var s,r=this.a +r===$&&A.b() +s=r.a.copy() +A.a3(s,"transform",[1,0,a.a,0,1,a.b,0,0,1]) +r=this.b +s.setFillType($.aeJ()[r.a]) +return A.aiL(s,r)}, +$ia0t:1} +A.CK.prototype={ +l(){this.b=!0 +var s=this.a +s===$&&A.b() +s.l()}, +qp(a,b){var s,r,q,p,o=A.iX(),n=o.c +if(n===$){s=A.aP(self.document,"flt-canvas-container") +o.c!==$&&A.au() +n=o.c=new A.iW(s)}o=n.zb(new A.Q(a,b)).a +s=o.getCanvas() +s.clear(A.adp($.SH(),B.H)) +r=this.a +r===$&&A.b() +r=r.a +r.toString +s.drawPicture(r) +q=o.makeImageSnapshot() +o=$.bb.aL().AlphaType.Premul +r=$.bb.aL().ColorType.RGBA_8888 +p=A.awx(o,self.window.flutterCanvasKit.ColorSpace.SRGB,r,b,a) +r=q.readPixels(0,0,p) +r=$.bb.aL().MakeImage(p,r,4*a) +if(r==null)throw A.d(A.O("Unable to convert image pixels into SkImage.")) +return A.U7(r,null)}} +A.kP.prototype={ +oT(a){var s=new self.window.flutterCanvasKit.PictureRecorder() +this.a=s +return this.b=new A.f0(s.beginRecording(A.fx(a),!0))}, +jM(){var s,r,q,p=this.a +if(p==null)throw A.d(A.O("PictureRecorder is not recording")) +s=p.finishRecordingAsPicture() +p.delete() +this.a=null +r=new A.CK() +q=new A.dS("Picture",t.R) +q.fj(r,s,"Picture",t.e) +r.a!==$&&A.cu() +r.a=q +return r}, +gMa(){return this.a!=null}} +A.a1d.prototype={ +a4A(a){var s,r,q,p +try{p=a.b +if(p.gP(p))return +s=A.iX().a.J3(p) +$.aeA().x=p +r=new A.f0(s.a.a.getCanvas()) +r.a.clear(A.adp($.SH(),B.H)) +q=new A.Xi(r,null,$.aeA()) +q.a8E(a,!0) +p=A.iX().a +if(!p.ax)$.cY.aL().c.prepend(p.x) +p.ax=!0 +J.arR(s) +$.aeA().Q3(0)}finally{this.a_W()}}, +a_W(){var s,r +for(s=this.b,r=0;!1;++r)s[r].$0() +for(s=$.h8,r=0;rq.a||a.b>q.b +else r=!1 +if(r){p=a.Z(0,1.4) +r=j.a +if(r!=null)r.l() +j.a=null +r=j.y +r.toString +o=p.a +A.p8(r,o) +r=j.y +r.toString +n=p.b +A.p7(r,n) +j.ay=p +j.z=B.c.c2(o) +j.Q=B.c.c2(n) +j.t9()}}if(j.b||j.ay==null){r=j.a +if(r!=null)r.l() +j.a=null +j.ax=!1 +r=j.f +if(r!=null)r.releaseResourcesAndAbandonContext() +r=j.f +if(r!=null)r.delete() +j.f=null +r=j.y +if(r!=null){A.dC(r,i,j.e,!1) +r=j.y +r.toString +A.dC(r,h,j.d,!1) +j.y.remove() +j.d=j.e=null}j.z=B.c.c2(a.a) +r=B.c.c2(a.b) +j.Q=r +m=j.y=A.rO(r,j.z) +r=A.ab("true") +if(r==null)r=t.K.a(r) +m.setAttribute("aria-hidden",r) +A.n(m.style,"position","absolute") +j.t9() +r=t.e +j.e=r.a(A.be(j.gVb())) +o=r.a(A.be(j.gV9())) +j.d=o +A.bM(m,h,o,!1) +A.bM(m,i,j.e,!1) +j.c=j.b=!1 +o=$.cf +if((o==null?$.cf=A.fu():o)!==-1){o=$.bS +o=!(o==null?$.bS=A.el(self.window.flutterConfiguration):o).gJR()}else o=!1 +if(o){o=$.bb.aL() +n=$.cf +if(n==null)n=$.cf=A.fu() +l=j.r=B.c.V(o.GetWebGLContext(m,r.a({antialias:0,majorVersion:n}))) +if(l!==0){j.f=$.bb.aL().MakeGrContext(l) +if(j.as===-1||j.at===-1){r=j.y +r.toString +o=$.cf +k=A.ath(r,o==null?$.cf=A.fu():o) +j.as=B.c.V(k.getParameter(B.c.V(k.SAMPLES))) +j.at=B.c.V(k.getParameter(B.c.V(k.STENCIL_BITS)))}j.I7()}}j.x.append(m) +j.ay=a}else{$.c5() +r=$.bw().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}if(r!==j.CW)j.t9()}$.c5() +r=$.bw().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}j.CW=r +j.ch=a +j.Io() +r=j.a +if(r!=null)r.l() +return j.a=j.Vo(a)}, +t9(){var s,r,q,p,o=this.z +$.c5() +s=$.bw() +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.n(p,"width",A.h(o/r)+"px") +A.n(p,"height",A.h(q/s)+"px")}, +Io(){var s,r=B.c.c2(this.ch.b),q=this.Q +$.c5() +s=$.bw().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.n(this.y.style,"transform","translate(0, -"+A.h((q-r)/s)+"px)")}, +Vc(a){this.c=!1 +$.aJ().Ap() +a.stopPropagation() +a.preventDefault()}, +Va(a){var s=this,r=A.iX() +s.c=!0 +if(r.a79(s)){s.b=!0 +a.preventDefault()}else s.l()}, +Vo(a){var s,r=this,q=$.cf +if((q==null?$.cf=A.fu():q)===-1){q=r.y +q.toString +return r.rF(q,"WebGL support not detected")}else{q=$.bS +if((q==null?$.bS=A.el(self.window.flutterConfiguration):q).gJR()){q=r.y +q.toString +return r.rF(q,"CPU rendering forced by application")}else if(r.r===0){q=r.y +q.toString +return r.rF(q,"Failed to initialize WebGL context")}else{q=$.bb.aL() +s=r.f +s.toString +s=A.a3(q,"MakeOnScreenGLSurface",[s,B.c.ND(a.a),B.c.ND(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB,r.as,r.at]) +if(s==null){q=r.y +q.toString +return r.rF(q,"Failed to initialize WebGL surface")}return new A.CM(s,r.r)}}}, +rF(a,b){if(!$.alA){$.da().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.alA=!0}return new A.CM($.bb.aL().MakeSWCanvasSurface(a),null)}, +l(){var s=this,r=s.y +if(r!=null)A.dC(r,"webglcontextlost",s.d,!1) +r=s.y +if(r!=null)A.dC(r,"webglcontextrestored",s.e,!1) +s.e=s.d=null +s.x.remove() +r=s.a +if(r!=null)r.l()}} +A.a4J.prototype={ +$2(a,b){this.a.a.a.flush() +return!0}, +$S:348} +A.CM.prototype={ +l(){if(this.c)return +this.a.dispose() +this.c=!0}} +A.J8.prototype={ +Pa(){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.V($.bb.aL().OverlineDecoration))>>>0 +if((s|4)===s)r=(r|B.c.V($.bb.aL().LineThroughDecoration))>>>0 +b1.decoration=r}if(b!=null)b1.decorationThickness=b +if(d!=null){s=A.rT(d) +b1.decorationColor=s}if(c!=null)b1.decorationStyle=$.ar5()[c.a] +if(a0!=null)b1.textBaseline=$.ar4()[a0.a] +if(a1!=null)A.alo(b1,a1) +if(a2!=null)b1.letterSpacing=a2 +if(a3!=null)b1.wordSpacing=a3 +if(a4!=null)A.alq(b1,a4) +switch(g.ax){case null:case void 0:break +case B.p:A.alp(b1,!0) +break +case B.wc:A.alp(b1,!1) +break}if(a5!=null){s=a5.GX("-") +b1.locale=s}q=g.dx +if(q===$){p=A.ah2(g.x,g.y) +g.dx!==$&&A.au() +g.dx=p +q=p}A.aln(b1,q) +if(a!=null||!1)b1.fontStyle=A.ahM(a,g.r) +if(a7!=null){g=A.rT(new A.G(a7.y)) +b1.foregroundColor=g}if(a8!=null){o=A.a([],t.J) +for(g=a8.length,n=0;n=q.startIndex&&s<=q.endIndex)return new A.d4(B.c.V(q.startIndex),B.c.V(q.endIndex))}return B.Mq}, +tD(){var s,r,q,p=this.a +p===$&&A.b() +p=J.ji(p.a.getLineMetrics(),t.e) +s=A.a([],t.ER) +for(p=new A.dY(p,p.gu(p)),r=A.m(p).c;p.t();){q=p.d +s.push(new A.CE(q==null?r.a(q):q))}return s}, +l(){var s=this.a +s===$&&A.b() +s.l() +this.as=!0}} +A.CE.prototype={ +gJC(){return this.a.ascent}, +gKE(){return this.a.descent}, +gNY(){return this.a.ascent}, +gLJ(){return this.a.isHardBreak}, +gtu(){return this.a.baseline}, +gb7(a){var s=this.a +return B.c.aX(s.ascent+s.descent)}, +gf8(a){return this.a.left}, +gby(a){return this.a.width}, +gAD(a){return B.c.V(this.a.lineNumber)}, +$il8:1} +A.Ua.prototype={ +mr(a){var s=A.a([],t.s),r=B.b.gN(this.e),q=r.x +if(q!=null)s.push(q) +q=r.y +if(q!=null)B.b.C(s,q) +$.af().gpG().gA0().a4R(a,s) +this.a.addText(a)}, +aN(){var s,r,q,p,o,n,m,l,k,j="Paragraph" +if($.aqo()){s=this.a +r=B.Q.dN(0,new A.ik(s.getText())) +q=A.awk($.arn(),r) +p=q==null +o=p?null:q.k(0,r) +if(o!=null)n=o +else{m=A.aol(r,B.kW) +l=A.aol(r,B.kV) +n=new A.OK(A.aBt(r),l,m)}if(!p){p=q.c +k=p.k(0,r) +if(k==null)q.DJ(0,r,n) +else{m=k.d +if(!J.e(m.b,n)){k.ke(0) +q.DJ(0,r,n)}else{k.ke(0) +l=q.b +l.tl(m) +l=l.a.b.r9() +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.CI(this.b) +r=new A.dS(j,t.R) +r.fj(s,n,j,t.e) +s.a!==$&&A.cu() +s.a=r +return s}, +eK(){var s=this.e +if(s.length<=1)return +s.pop() +this.a.pop()}, +qd(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this.e,a4=B.b.gN(a3) +t.BQ.a(a5) +s=a5.a +if(s==null)s=a4.a +r=a5.b +if(r==null)r=a4.b +q=a5.c +if(q==null)q=a4.c +p=a5.d +if(p==null)p=a4.d +o=a5.e +if(o==null)o=a4.e +n=a5.f +if(n==null)n=a4.f +m=a5.w +if(m==null)m=a4.w +l=a5.x +if(l==null)l=a4.x +k=a5.y +if(k==null)k=a4.y +j=a5.z +if(j==null)j=a4.z +i=a5.Q +if(i==null)i=a4.Q +h=a5.as +if(h==null)h=a4.as +g=a5.at +if(g==null)g=a4.at +f=a5.ax +if(f==null)f=a4.ax +e=a5.ay +if(e==null)e=a4.ay +d=a5.ch +if(d==null)d=a4.ch +c=a5.CW +if(c==null)c=a4.CW +b=a5.cx +if(b==null)b=a4.cx +a=a5.db +if(a==null)a=a4.db +a0=A.af1(d,s,r,q,p,o,l,k,a4.cy,j,a4.r,a,n,c,g,f,i,e,b,m,h) +a3.push(a0) +a3=a0.CW +s=a3==null +if(!s||a0.ch!=null){a1=s?null:a3.a +if(a1==null){a1=$.api() +a3=a0.a +a3=a3==null?null:a3.gm(a3) +if(a3==null)a3=4278190080 +a1.setColorInt(a3)}a3=a0.ch +a2=a3==null?null:a3.a +if(a2==null)a2=$.aph() +this.a.pushPaintStyle(a0.gCU(),a1,a2)}else this.a.pushStyle(a0.gCU())}} +A.ad8.prototype={ +$1(a){return this.a===a}, +$S:43} +A.uZ.prototype={ +F(){return"IntlSegmenterGranularity."+this.b}} +A.Cp.prototype={ +i(a){return"CanvasKitError: "+this.a}} +A.CN.prototype={ +l(){var s=this.f +s===$&&A.b() +s.l()}} +A.Uc.prototype={ +$1(a){return a<0||a>=this.a.length}, +$S:20} +A.tG.prototype={ +Px(a,b){var s={} +s.a=!1 +this.a.nE(0,A.cL(J.bs(a.b,"text"))).ba(new A.Ut(s,b),t.P).kR(new A.Uu(s,b))}, +ON(a){this.b.nz(0).ba(new A.Uo(a),t.P).kR(new A.Up(this,a))}, +a6l(a){this.b.nz(0).ba(new A.Ur(a),t.P).kR(new A.Us(a))}} +A.Ut.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(B.K.bu([!0]))}else{s.toString +s.$1(B.K.bu(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:63} +A.Uu.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(B.K.bu(["copy_fail","Clipboard.setData failed",null]))}}, +$S:23} +A.Uo.prototype={ +$1(a){var s=A.aU(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(B.K.bu([s]))}, +$S:118} +A.Up.prototype={ +$1(a){var s +if(a instanceof A.o1){A.EA(B.o,null,t.H).ba(new A.Un(this.b),t.P) +return}s=this.b +A.BD("Could not get text from clipboard: "+A.h(a)) +s.toString +s.$1(B.K.bu(["paste_fail","Clipboard.getData failed",null]))}, +$S:23} +A.Un.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:16} +A.Ur.prototype={ +$1(a){var s=A.aU(["value",a.length!==0],t.N,t.z),r=this.a +r.toString +r.$1(B.K.bu([s]))}, +$S:118} +A.Us.prototype={ +$1(a){var s,r +if(a instanceof A.o1){A.EA(B.o,null,t.H).ba(new A.Uq(this.a),t.P) +return}s=A.aU(["value",!1],t.N,t.z) +r=this.a +r.toString +r.$1(B.K.bu([s]))}, +$S:23} +A.Uq.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:16} +A.Ul.prototype={ +nE(a,b){return this.Pw(0,b)}, +Pw(a,b){var s=0,r=A.a0(t.y),q,p=2,o,n,m,l,k +var $async$nE=A.a1(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:p=4 +m=self.window.navigator.clipboard +m.toString +b.toString +s=7 +return A.a8(A.h9(m.writeText(b),t.z),$async$nE) +case 7:p=2 +s=6 +break +case 4:p=3 +k=o +n=A.as(k) +A.BD("copy is not successful "+A.h(n)) +m=A.dp(!1,t.y) +q=m +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=A.dp(!0,t.y) +s=1 +break +case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$nE,r)}} +A.Um.prototype={ +nz(a){var s=0,r=A.a0(t.N),q +var $async$nz=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:q=A.h9(self.window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$nz,r)}} +A.Wu.prototype={ +nE(a,b){return A.dp(this.a0g(b),t.y)}, +a0g(a){var s,r,q,p,o="-99999px",n="transparent",m=A.aP(self.document,"textarea"),l=m.style +A.n(l,"position","absolute") +A.n(l,"top",o) +A.n(l,"left",o) +A.n(l,"opacity","0") +A.n(l,"color",n) +A.n(l,"background-color",n) +A.n(l,"background",n) +self.document.body.append(m) +s=m +A.ajb(s,a) +s.focus() +s.select() +r=!1 +try{r=self.document.execCommand("copy") +if(!r)A.BD("copy is not successful")}catch(p){q=A.as(p) +A.BD("copy is not successful "+A.h(q))}finally{s.remove()}return r}} +A.Wv.prototype={ +nz(a){return A.afx(new A.o1("Paste is not implemented for this browser."),null,t.N)}} +A.D0.prototype={ +F(){return"ColorFilterType."+this.b}} +A.ms.prototype={ +i(a){var s=this +switch(s.d.a){case 0:return"ColorFilter.mode("+A.h(s.a)+", "+A.h(s.b)+")" +case 1:return"ColorFilter.matrix("+A.h(s.c)+")" +case 2:return"ColorFilter.linearToSrgbGamma()" +case 3:return"ColorFilter.srgbToLinearGamma()"}}} +A.WO.prototype={ +gJR(){var s=this.b +if(s==null)s=null +else{s=s.canvasKitForceCpuOnly +if(s==null)s=null}return s===!0}, +ga3V(){var s=this.b +if(s==null)s=null +else{s=s.debugShowSemanticsNodes +if(s==null)s=null}return s===!0}, +gNs(){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.DY.prototype={} +A.a2U.prototype={ +qS(a){return this.PC(a)}, +PC(a){var s=0,r=A.a0(t.y),q,p=2,o,n,m,l,k,j,i +var $async$qS=A.a1(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.aI(a) +s=l.gP(a)?7:9 +break +case 7:n.unlock() +q=!0 +s=1 +break +s=8 +break +case 9:m=A.aw9(A.cL(l.gK(a))) +s=m!=null?10:11 +break +case 10:p=13 +s=16 +return A.a8(A.h9(n.lock(m),t.z),$async$qS) +case 16:q=!0 +s=1 +break +p=2 +s=15 +break +case 13:p=12 +i=o +l=A.dp(!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.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$qS,r)}} +A.Vx.prototype={ +$1(a){return this.a.warn(a)}, +$S:7} +A.VA.prototype={ +$1(a){a.toString +return A.c3(a)}, +$S:246} +A.EV.prototype={ +gaT(a){return A.eA(this.b.status)}, +gAd(){var s=this.b,r=A.eA(s.status)>=200&&A.eA(s.status)<300,q=A.eA(s.status),p=A.eA(s.status),o=A.eA(s.status)>307&&A.eA(s.status)<400 +return r||q===0||p===304||o}, +guU(){var s=this +if(!s.gAd())throw A.d(new A.EU(s.a,s.gaT(s))) +return new A.Yr(s.b)}, +$iajL:1} +A.Yr.prototype={ +v7(a,b,c){var s=0,r=A.a0(t.H),q=this,p,o,n +var $async$v7=A.a1(function(d,e){if(d===1)return A.Y(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.a8(A.h9(n.read(),p),$async$v7) +case 4:o=e +if(o.done){s=3 +break}b.$1(c.a(o.value)) +s=2 +break +case 3:return A.Z(null,r)}}) +return A.a_($async$v7,r)}, +mx(){var s=0,r=A.a0(t.pI),q,p=this,o +var $async$mx=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:s=3 +return A.a8(A.h9(p.a.arrayBuffer(),t.X),$async$mx) +case 3:o=b +o.toString +q=t.pI.a(o) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$mx,r)}} +A.EU.prototype={ +i(a){return'Flutter Web engine failed to fetch "'+this.a+'". HTTP request succeeded, but the server responded with HTTP status '+this.b+"."}, +$ici:1} +A.ET.prototype={ +i(a){return'Flutter Web engine failed to complete HTTP request to fetch "'+this.a+'": '+A.h(this.b)}, +$ici:1} +A.DP.prototype={} +A.u3.prototype={} +A.adG.prototype={ +$2(a,b){this.a.$2(J.ji(a,t.e),b)}, +$S:228} +A.adw.prototype={ +$1(a){var s=A.o4(a) +if(B.KD.p(0,B.b.gN(s.guT())))return s.i(0) +self.window.console.error("URL rejected by TrustedTypes policy flutter-engine: "+a+"(download prevented)") +return null}, +$S:226} +A.LG.prototype={ +t(){var s=++this.b,r=this.a +if(s>r.length)throw A.d(A.O("Iterator out of bounds")) +return s"))}, +gu(a){return B.c.V(this.a.length)}} +A.LL.prototype={ +t(){var s=++this.b,r=this.a +if(s>r.length)throw A.d(A.O("Iterator out of bounds")) +return s"))}, +gu(a){return B.c.V(this.a.length)}} +A.DN.prototype={ +gE(a){var s=this.b +s===$&&A.b() +return s}, +t(){var s=this.a.next() +if(s.done)return!1 +this.b=this.$ti.c.a(s.value) +return!0}} +A.Ep.prototype={ +Jj(a){var s,r=this +if(!J.e(a,r.e)){s=r.e +if(s!=null)s.remove() +r.e=a +s=r.b +s.toString +a.toString +s.append(a)}}, +gWO(){var s=this.w +s===$&&A.b() +return s}, +O4(){var s,r=this.d.style +$.c5() +s=$.bw().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.n(r,"transform","scale("+A.h(1/s)+")")}, +Ze(a){var s +this.O4() +s=$.cX() +if(!B.ia.p(0,s)&&!$.c5().a7e()&&$.SL().c){$.c5().K1(!0) +$.aJ().Ap()}else{s=$.c5() +s.kU() +s.K1(!1) +$.aJ().Ap()}}, +Jf(a){var s,r=this,q=$.bQ(),p=r.c +if(p==null){s=A.aP(self.document,"flt-svg-filters") +A.n(s.style,"visibility","hidden") +if(q===B.A){q=r.f +q===$&&A.b() +r.a.JF(s,q)}else{q=r.w +q===$&&A.b() +q.insertBefore(s,q.firstChild)}r.c=s +q=s}else q=p +q.append(a)}, +vd(a){if(a==null)return +a.remove()}} +A.W8.prototype={} +A.If.prototype={} +A.nC.prototype={} +A.Pg.prototype={} +A.a2H.prototype={ +bq(a){var s,r,q=this,p=q.pC$ +p=p.length===0?q.a:B.b.gN(p) +s=q.iV$ +r=new A.bo(new Float32Array(16)) +r.aF(s) +q.Lf$.push(new A.Pg(p,r))}, +aW(a){var s,r,q,p=this,o=p.Lf$ +if(o.length===0)return +s=o.pop() +p.iV$=s.b +o=p.pC$ +r=s.a +q=p.a +while(!0){if(!!J.e(o.length===0?q:B.b.gN(o),r))break +o.pop()}}, +ac(a,b,c){this.iV$.ac(0,b,c)}, +cJ(a,b,c){this.iV$.cJ(0,b,c)}, +kh(a,b){this.iV$.NC(0,B.va,b)}, +a9(a,b){this.iV$.ck(0,new A.bo(b))}} +A.aep.prototype={ +$1(a){$.ah0=!1 +$.aJ().hy("flutter/system",$.aqs(),new A.aeo())}, +$S:122} +A.aeo.prototype={ +$1(a){}, +$S:18} +A.X8.prototype={ +a4R(a,b){var s,r,q,p,o,n=this,m=A.aE(t.S) +for(s=new A.Ia(a),r=n.d,q=n.c;s.t();){p=s.d +if(!(p<160||r.p(0,p)||q.p(0,p)))m.B(0,p)}if(m.a===0)return +o=A.a6(m,!0,m.$ti.c) +if(n.a.OU(o,b).length!==0)n.a1N(o)}, +a1N(a){var s=this +s.at.C(0,a) +if(!s.ax){s.ax=!0 +s.Q=A.EA(B.o,new A.Xg(s),t.H)}}, +W1(){var s,r +this.ax=!1 +s=this.at +if(s.a===0)return +r=A.a6(s,!0,A.m(s).c) +s.O(0) +this.a5a(r)}, +a5a(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=A.a([],t.t),d=A.a([],t._m),c=t.Qg,b=A.a([],c) +for(s=a.length,r=t.Ie,q=0;qr){B.b.O(k) +k.push(o) +r=o.e +q=o}else if(n===r){k.push(o) +if(o.d1)if(B.b.u0(k,new A.Xf(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}, +Vw(a){var s,r,q,p=A.a([],t._m) +for(s=a.split(","),r=s.length,q=0;q=q[r])s=r+1 +else p=r}}} +A.Ec.prototype={ +a9t(){var s=this.f +if(s==null)return A.dp(null,t.H) +else return s.a}, +B(a,b){var s,r,q=this +if(q.c.p(0,b)||q.d.a1(0,b.b))return +s=q.d +r=s.a +s.n(0,b.b,b) +if(q.f==null)q.f=new A.bD(new A.at($.ag,t.U),t.b) +if(r===0)A.cd(B.o,q.gPX())}, +lR(){var s=0,r=A.a0(t.H),q=this,p,o,n,m,l,k,j,i +var $async$lR=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:j=A.z(t.N,t.uz) +i=A.a([],t.s) +for(p=q.d,o=p.gaD(p),o=new A.d_(J.ap(o.a),o.b),n=t.H,m=A.m(o).z[1];o.t();){l=o.a +if(l==null)l=m.a(l) +j.n(0,l.b,A.au7(new A.WA(q,l,i),n))}s=2 +return A.a8(A.mH(j.gaD(j),n),$async$lR) +case 2:B.b.hc(i) +for(o=i.length,n=q.a,m=n.as,k=0;k>")) +s=q.k(0,a) +if(s==null){s=A.a([],r.$ti.h("r>")) +q.n(0,a,s) +q=s}else q=s +q.push(b)}, +a8X(a){var s,r,q=this.b +if(q==null)return null +s=q.k(0,a) +if(s==null||s.length===0)return null +r=(s&&B.b).hJ(s,0) +this.DT(a,r) +return r.a}} +A.qZ.prototype={} +A.jn.prototype={ +sz0(a,b){var s,r,q=this +q.a=b +s=B.c.dh(b.a)-1 +r=B.c.dh(q.a.b)-1 +if(q.z!==s||q.Q!==r){q.z=s +q.Q=r +q.IL()}}, +IL(){A.n(this.c.style,"transform","translate("+this.z+"px, "+this.Q+"px)")}, +HN(){var s=this,r=s.a,q=r.a +r=r.b +s.d.ac(0,-q+(q-1-s.z)+1,-r+(r-1-s.Q)+1)}, +KR(a,b){return this.r>=A.Tr(a.c-a.a)&&this.w>=A.Tq(a.d-a.b)&&this.ay===b}, +O(a){var s,r,q,p,o,n=this +n.at=!1 +n.d.O(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.Bs(b,a,n+i,k,i,0,4.71238898038469,6.283185307179586,!1) +a=m-d +b.lineTo(o,a) +A.Bs(b,o-f,a,f,d,0,0,1.5707963267948966,!1) +a=p+g +b.lineTo(a,m) +A.Bs(b,a,m-e,g,e,0,1.5707963267948966,3.141592653589793,!1) +a=n+h +b.lineTo(p,a) +A.Bs(b,p+j,a,j,h,0,3.141592653589793,4.71238898038469,!1) +a1.gbJ().eJ(c) +a1.gbJ().jf()}}, +pt(a,b){var s,r,q,p,o,n,m=this.d +if(this.tg(b)){a=A.Bp(a,b) +s=A.Bq(a,b,"draw-oval",m.c) +m=a.a +r=a.b +this.o8(s,new A.q(m,r),b) +A.n(s.style,"border-radius",A.h((a.c-m)/2)+"px / "+A.h((a.d-r)/2)+"px")}else{m.gbJ().iy(b,a) +r=b.b +m.gaJ(m).beginPath() +q=m.gbJ().Q +p=q==null +o=p?a.gaM().a:a.gaM().a-q.a +n=p?a.gaM().b:a.gaM().b-q.b +A.Bs(m.gaJ(m),o,n,(a.c-a.a)/2,(a.d-a.b)/2,0,0,6.283185307179586,!1) +m.gbJ().eJ(r) +m.gbJ().jf()}}, +ia(a,b,c){var s,r,q,p,o,n,m,l,k=this +if(k.yz(c)){s=A.Bp(A.q4(a,b),c) +r=A.Bq(s,c,"draw-circle",k.d.c) +k.o8(r,new A.q(s.a,s.b),c) +A.n(r.style,"border-radius","50%")}else{q=c.w!=null?A.q4(a,b):null +p=k.d +p.gbJ().iy(c,q) +q=c.b +p.gaJ(p).beginPath() +o=p.gbJ().Q +n=o==null +m=a.a +m=n?m:m-o.a +l=a.b +l=n?l:l-o.b +A.Bs(p.gaJ(p),m,l,b,b,0,0,6.283185307179586,!1) +p.gbJ().eJ(q) +p.gbJ().jf()}}, +da(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this +if(h.tg(b)){s=h.d +r=s.c +t.Ci.a(a) +q=a.a.Cp() +if(q!=null){h.ct(q,b) +return}p=a.a +o=p.ax?p.Fu():null +if(o!=null){h.dc(o,b) +return}n=A.ao9() +p=A.ab("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.S)if(m!==B.an){m=b.c +m=m!==0&&m!=null}else m=!1 +else m=!0 +l=b.r +if(m){m=A.ab(A.cg(l)) +if(m==null)m=t.K.a(m) +p.setAttribute("stroke",m) +m=b.c +m=A.ab(A.h(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.ab(A.h(A.ap8(m))) +if(m==null)m=t.K.a(m) +p.setAttribute("stroke-linecap",m)}m=A.ab("none") +if(m==null)m=t.K.a(m) +p.setAttribute("fill",m)}else{m=A.ab(A.cg(l)) +if(m==null)m=t.K.a(m) +p.setAttribute("fill",m)}if(a.b===B.c8){m=A.ab("evenodd") +if(m==null)m=t.K.a(m) +p.setAttribute("fill-rule",m)}m=A.ab(A.aoS(a.a,0,0)) +if(m==null)m=t.K.a(m) +p.setAttribute("d",m) +if(s.b==null){k=n.style +A.n(k,"position","absolute") +if(!r.pV(0)){A.n(k,"transform",A.h7(r.a)) +A.n(k,"transform-origin","0 0 0")}}if(b.x!=null){s=b.b +j=A.cg(b.r) +i=b.x.b +p=$.bQ() +if(p===B.A&&s!==B.S)A.n(n.style,"box-shadow","0px 0px "+A.h(i*2)+"px "+j) +else A.n(n.style,"filter","blur("+A.h(i)+"px)")}h.o8(n,B.h,b)}else{s=b.w!=null?a.ep(0):null +p=h.d +p.gbJ().iy(b,s) +s=b.b +if(s==null&&b.c!=null)p.da(a,B.S) +else p.da(a,s) +p.gbJ().jf()}}, +mU(a,b,c,d){var s,r,q,p,o,n=this.d,m=A.aAL(a.ep(0),c) +if(m!=null){s=(B.c.aX(0.3*(b.gm(b)>>>24&255))&255)<<24|b.gm(b)&16777215 +r=A.aAE(s>>>16&255,s>>>8&255,s&255,255) +n.gaJ(n).save() +q=n.gaJ(n) +q.globalAlpha=(s>>>24&255)/255 +if(d){s=$.bQ() +s=s!==B.A}else s=!1 +q=m.b +p=m.a +o=q.a +q=q.b +if(s){n.gaJ(n).translate(o,q) +A.afh(n.gaJ(n),A.aoE(new A.vr(B.je,p))) +A.Vw(n.gaJ(n),"") +A.Vv(n.gaJ(n),r)}else{A.afh(n.gaJ(n),"none") +A.Vw(n.gaJ(n),"") +A.Vv(n.gaJ(n),r) +n.gaJ(n).shadowBlur=p +A.afj(n.gaJ(n),r) +A.afk(n.gaJ(n),o) +A.afl(n.gaJ(n),q)}n.md(n.gaJ(n),a) +A.Vu(n.gaJ(n),null) +n.gaJ(n).restore()}}, +ya(a){var s,r,q,p=a.a,o=A.Vy(p) +o.toString +s=this.b +if(s!=null){r=s.a8X(o) +if(r!=null)return r}if(!a.b){a.b=!0 +A.n(p.style,"position","absolute")}q=A.VB(p,!0) +p=this.b +if(p!=null)p.DT(o,new A.qZ(q,A.azd(),p.$ti.h("qZ<1>"))) +return q}, +F4(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.ao7(c.z) +if(r instanceof A.pM)q=h.Vn(a,r.b,r.c,c) +else if(r instanceof A.pK){p=A.apb(r.b) +o=p.b +h.c.append(o) +h.f.push(o) +q=h.ya(a) +A.n(q.style,"filter","url(#"+p.a+")")}else q=h.ya(a) +o=q.style +n=A.ady(s) +A.n(o,"mix-blend-mode",n==null?"":n) +if(h.ax&&!0){o=h.d +o.gbJ().iy(c,null) +o.gaJ(o).drawImage(q,b.a,b.b) +o.gbJ().jf()}else{o=h.d +if(o.b!=null){n=q.style +n.removeProperty("width") +n.removeProperty("height") +n=o.b +n.toString +m=A.agY(n,q,b,o.c) +for(o=m.length,n=h.c,l=h.f,k=0;k=0)s.c=-r +s.e=s.d=-1}, +kM(a){this.tn(a,0,0)}, +rA(){var s,r=this.a,q=r.w +for(r=r.r,s=0;s=c||d>=b)g.tn(a,0,3) +else if(A.aBT(a1))g.DR(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.acW(j,i,q,A.acW(l,k,q,A.acW(n,m,r,A.acW(p,o,r,1)))) +a0=b-h*j +g.hD(0,e,a0) +g.d_(0,e,d+h*l) +g.fF(e,d,e+h*p,d,0.707106781) +g.d_(0,c-h*o,d) +g.fF(c,d,c,d+h*k,0.707106781) +g.d_(0,c,b-h*i) +g.fF(c,b,c-h*m,b,0.707106781) +g.d_(0,e+h*n,b) +g.fF(e,b,e,a0,0.707106781) +g.aU(0) +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.ep(0) +r=a5.a +q=a5.b +if(rs.c||q>s.d)return!1 +p=a3.a +o=new A.a0v(p,r,q,new Float32Array(18)) +o.a1A() +n=B.c8===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.akF(a3.a,!0) +j=new Float32Array(18) +i=A.a([],t.yv) +p=k.a +h=!1 +do{g=i.length +switch(k.k9(0,j)){case 0:case 5:break +case 1:A.aCI(j,r,q,i) +break +case 2:A.aCJ(j,r,q,i) +break +case 3:f=k.f +A.aCG(j,r,q,p.y[f],i) +break +case 4:A.aCH(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.hJ(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.hJ(i,e) +if(a!==i.length)i[a]=a2 +break}}}}while(!h) +return i.length!==0}, +cK(a){var s,r=a.a,q=a.b,p=this.a,o=A.av9(p,r,q),n=p.e,m=new Uint8Array(n) +B.W.nD(m,0,p.r) +o=new A.pX(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.hG.nD(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.ac(0,r,q) +n=p.b +o.b=n==null?null:n.ac(0,r,q) +o.as=p.as}o.cx=p.cx +o.at=p.at +o.ax=p.ax +o.ay=p.ay +o.ch=p.ch +o.CW=p.CW +r=new A.nQ(o,B.aT) +r.EJ(this) +return r}, +ep(e2){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.ep(0) +if(!e1.Q&&e1.b!=null){e1=e1.b +e1.toString +return e1}r=new A.nh(e1) +r.nZ(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.a80(),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.a1a() +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.UC() +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.jV() +c1=a4-a +c2=s*(a2-a) +if(c0.jZ(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.jZ(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.UI() +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.C(o,n,m,l):B.u +e0.a.ep(0) +return e0.a.b=d9}, +i(a){return this.aQ(0)}, +$ia0t:1} +A.a0u.prototype={ +wt(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}}, +rf(){var s,r,q=this +if(q.e===1){q.e=2 +return new A.q(q.x,q.y)}s=q.a.f +r=q.Q +return new A.q(s[r-2],s[r-1])}, +k9(a,b){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.wt(b))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.wt(b) +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 +b[0]=p +b[1]=o +m.e=1 +m.r=p +m.w=o +m.d=!0 +break +case 1:n=m.rf() +l=k.f +k=m.Q +s=m.Q=k+1 +p=l[k] +m.Q=s+1 +o=l[s] +b[0]=n.a +b[1]=n.b +b[2]=p +b[3]=o +m.r=p +m.w=o +break +case 3:++m.f +n=m.rf() +b[0]=n.a +b[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +b[2]=l[k] +k=m.Q=s+1 +b[3]=l[s] +s=m.Q=k+1 +k=l[k] +b[4]=k +m.r=k +m.Q=s+1 +s=l[s] +b[5]=s +m.w=s +break +case 2:n=m.rf() +b[0]=n.a +b[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +b[2]=l[k] +k=m.Q=s+1 +b[3]=l[s] +s=m.Q=k+1 +k=l[k] +b[4]=k +m.r=k +m.Q=s+1 +s=l[s] +b[5]=s +m.w=s +break +case 4:n=m.rf() +b[0]=n.a +b[1]=n.b +l=k.f +k=m.Q +s=m.Q=k+1 +b[2]=l[k] +k=m.Q=s+1 +b[3]=l[s] +s=m.Q=k+1 +b[4]=l[k] +k=m.Q=s+1 +b[5]=l[s] +s=m.Q=k+1 +k=l[k] +b[6]=k +m.r=k +m.Q=s+1 +s=l[s] +b[7]=s +m.w=s +break +case 5:r=m.wt(b) +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.bE("Unsupport Path verb "+r,null,null))}return r}} +A.pX.prototype={ +e1(a,b,c){var s=a*2,r=this.f +r[s]=b +r[s+1]=c}, +fw(a){var s=this.f,r=a*2 +return new A.q(s[r],s[r+1])}, +Cp(){var s=this +if(s.ay)return new A.C(s.fw(0).a,s.fw(0).b,s.fw(1).a,s.fw(2).b) +else return s.w===4?s.VG():null}, +ep(a){var s +if(this.Q)this.wL() +s=this.a +s.toString +return s}, +VG(){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.fw(0).a,h=k.fw(0).b,g=k.fw(1).a,f=k.fw(1).b +if(k.r[1]!==1||f!==h)return j +s=g-i +r=k.fw(2).a +q=k.fw(2).b +if(k.r[2]!==1||r!==g)return j +p=q-f +o=k.fw(3) +n=k.fw(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.C(m,l,m+Math.abs(s),l+Math.abs(p))}, +P9(){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.C(r,q,p,o) +return null}, +Fu(){var s,r,q,p,o,n,m,l,k,j,i,h={},g=this.ep(0),f=A.a([],t.kG),e=new A.nh(this) +e.nZ(this) +s=new Float32Array(8) +h.a=e.k9(0,s) +h.b=0 +for(;r=h.a=e.k9(0,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.aM(k,j));++h.b}m=f[0] +l=f[1] +i=f[2] +return A.a1b(g,f[3],i,m,l)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.pX&&this.a4V(b)}, +gq(a){var s=this +return A.D(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)}, +a4V(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.hG.nD(r,0,q.f) +q.f=r}q.d=a}, +a_L(a){var s,r,q=this +if(a>q.e){s=a+8 +q.e=s +r=new Uint8Array(s) +B.W.nD(r,0,q.r) +q.r=r}q.w=a}, +a_I(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.hG.nD(r,0,s) +q.y=r}q.z=a}, +wL(){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.u +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.a41.prototype={ +La(a){return(this.a*a+this.c)*a+this.e}, +Lb(a){return(this.b*a+this.d)*a+this.f}} +A.a0v.prototype={ +a1A(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=e.a,c=A.akF(d,!0) +for(s=e.f,r=t.td;q=c.k9(0,s),q!==6;)switch(q){case 0:case 5:break +case 1:e.V4() +break +case 2:p=!A.akI(s)?A.avb(s):0 +o=e.EC(s[0],s[1],s[2],s[3],s[4],s[5]) +e.d+=p>0?o+e.EC(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.akI(s) +f=A.a([],r) +new A.fB(m,l,k,j,i,h,n).a2T(f) +e.EB(f[0]) +if(!g&&f.length===2)e.EB(f[1]) +break +case 4:e.V1() +break}}, +V4(){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.a0w(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.aw3(o)===q)q=0 +n.d+=q}, +EC(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.a0w(o,p,a,b,e,f)){++k.e +return 0}if(p===s)return 0 +n=new A.jV() +if(0===n.jZ(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 mf){s=g +r=f +q=-1}else{s=f +r=g +q=1}p=h.c +if(ps)return +o=h.b +n=a.a +m=a.e +if(A.a0w(o,p,n,g,m,f)){++h.e +return}if(p===s)return +l=a.r +k=a.d*l-p*l+p +j=new A.jV() +if(0===j.jZ(f+(g-2*k),2*(k-g),g-p))n=q===1?n:m +else{i=j.a +i.toString +n=A.asI(n,a.c,m,l,i)/A.asH(l,i)}if(Math.abs(n-o)<0.000244140625)if(o!==m||p!==a.f){++h.e +return}p=h.d +h.d=p+(nq){p=b +o=q +n=-1}else{p=q +o=b +n=1}m=g.c +if(mp)return +l=g.b +if(A.a0w(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.anY(f,a0,m) +if(i==null)return +h=A.aoh(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<$.kA.length;++m){l=$.kA[m] +$.bw() +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.c2(s*(g===0?1:g))+2){g=self.window.devicePixelRatio +f=l.w>=B.c.c2(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($.kA,o) +o.sz0(0,a0) +o.b=c.fx +return o}d=A.as6(a0,c.cy.b.d,c.dy) +d.b=c.fx +return d}, +E8(){A.n(this.d.style,"transform","translate("+A.h(this.CW)+"px, "+A.h(this.cx)+"px)")}, +d8(){this.E8() +this.r8(null)}, +aN(){this.wN(null) +this.fr=!0 +this.Dk()}, +b0(a,b){var s,r,q=this +q.Do(0,b) +q.fx=b.fx +if(b!==q)b.fx=null +if(q.CW!==b.CW||q.cx!==b.cx)q.E8() +q.wN(b) +if(q.cy===b.cy){s=q.ch +r=s instanceof A.jn&&q.dy!==s.ay +if(q.fr||r)q.r8(b) +else q.ch=b.ch}else q.r8(b)}, +kg(){var s=this +s.Dn() +s.wN(s) +if(s.fr)s.r8(s)}, +ho(){A.So(this.ch) +this.ch=null +this.Dl()}} +A.a0z.prototype={ +$0(){var s,r=this.a,q=r.fy +q.toString +s=r.ch=r.Wk(q) +s.b=r.fx +q=r.d +q.toString +A.ahC(q) +r.d.append(s.c) +s.O(0) +q=r.cy.b +q.toString +r=r.fy +r.toString +q.yO(s,r) +s.mX()}, +$S:0} +A.a1A.prototype={ +yO(a,b){var s,r,q,p,o,n,m,l,k,j +try{m=this.b +m.toString +m=A.aoX(b,m) +l=this.c +k=l.length +if(m){s=k +for(r=0;r1){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.gN(s) instanceof A.w3)s.pop() +else s.push(B.yC);--q.r}, +vg(a){var s +while(!0){s=this.r +if(!(a1))break +this.aW(0)}}, +iN(a,b){var s=new A.Gm(a,b) +switch(b.a){case 1:this.a.iN(a,s) +break +case 0:break}this.d.c=!0 +this.c.push(s)}, +ct(a,b){var s,r,q=this,p=b.a +if(p.w!=null)q.d.c=!0 +q.e=!0 +s=A.oq(b) +b.b=!0 +r=new A.Gw(a,p) +p=q.a +if(s!==0)p.jn(a.eg(s),r) +else p.jn(a,r) +q.c.push(r)}, +dc(a,b){var s,r,q,p,o,n,m,l,k=this,j=b.a +if(j.w!=null||!a.as)k.d.c=!0 +k.e=!0 +s=A.oq(b) +r=a.a +q=a.c +p=Math.min(r,q) +o=a.b +n=a.d +m=Math.min(o,n) +q=Math.max(r,q) +n=Math.max(o,n) +b.b=!0 +l=new A.Gv(a,j) +k.a.kp(p-s,m-s,q+s,n+s,l) +k.c.push(l)}, +mS(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=this,a4=new A.C(b1.a,b1.b,b1.c,b1.d),a5=b0.a,a6=b0.b,a7=b0.c,a8=b0.d,a9=new A.C(a5,a6,a7,a8) +if(a9.j(0,a4)||!a9.di(a4).j(0,a4))return +s=b0.qM() +r=b1.qM() +q=s.e +p=s.f +o=s.r +n=s.w +m=s.z +l=s.Q +k=s.x +j=s.y +i=r.e +h=r.f +g=r.r +f=r.w +e=r.z +d=r.Q +c=r.x +b=r.y +if(i*i+h*h>q*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.oq(b2) +b2.b=!0 +a0=new A.Go(b0,b1,b2.a) +q=$.af().d9() +q.sn6(B.c8) +q.fv(b0) +q.fv(b1) +q.aU(0) +a0.x=q +a1=Math.min(a5,a7) +a2=Math.max(a5,a7) +a3.a.kp(a1-a,Math.min(a6,a8)-a,a2+a,Math.max(a6,a8)+a,a0) +a3.c.push(a0)}, +da(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.Cp() +if(s!=null){b.ct(s,a0) +return}r=a.a +q=r.ax?r.Fu():null +if(q!=null){b.dc(q,a0) +return}p=a.a.P9() +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.scL(0,B.an) +b.ct(new A.C(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.ep(0) +e=A.oq(a0) +if(e!==0)f=f.eg(e) +r=a.a +o=new A.pX(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.nQ(o,B.aT) +d.EJ(a) +a0.b=!0 +c=new A.Gu(d,a0.a) +b.a.jn(f,c) +d.b=a.b +b.c.push(c)}}, +l1(a){var s,r,q=this,p=t.S9.a(a).b +if(p==null)return +if(p.e)q.e=!0 +s=q.d +r=p.d +s.a=B.bg.kq(s.a,r.a) +s.b=B.bg.kq(s.b,r.b) +s.c=B.bg.kq(s.c,r.c) +q.bq(0) +B.b.C(q.c,p.c) +q.aW(0) +p=p.b +if(p!=null)q.a.Pe(p)}, +iS(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.Gt(a,b) +q=a.ge6().z +s=b.a +p=b.b +o.a.kp(s+q.a,p+q.b,s+q.c,p+q.d,r) +o.c.push(r)}, +WQ(a,b,c,d){var s,r,q,p,o,n,m,l=a[0],k=a[1],j=a.length +for(s=k,r=l,q=2;qa.d||s.da.c}} +A.w3.prototype={ +cr(a){a.bq(0)}, +i(a){return this.aQ(0)}} +A.Gz.prototype={ +cr(a){a.aW(0)}, +i(a){return this.aQ(0)}} +A.GD.prototype={ +cr(a){a.ac(0,this.a,this.b)}, +i(a){return this.aQ(0)}} +A.GB.prototype={ +cr(a){a.cJ(0,this.a,this.b)}, +i(a){return this.aQ(0)}} +A.GA.prototype={ +cr(a){a.kh(0,this.a)}, +i(a){return this.aQ(0)}} +A.GC.prototype={ +cr(a){a.a9(0,this.a)}, +i(a){return this.aQ(0)}} +A.Gm.prototype={ +cr(a){a.iN(this.f,this.r)}, +i(a){return this.aQ(0)}} +A.Gl.prototype={ +cr(a){a.kT(this.f)}, +i(a){return this.aQ(0)}} +A.Gk.prototype={ +cr(a){a.fC(0,this.f)}, +i(a){return this.aQ(0)}} +A.Gq.prototype={ +cr(a){a.ps(this.f,this.r,this.w)}, +i(a){return this.aQ(0)}} +A.Gs.prototype={ +cr(a){a.mT(this.f)}, +i(a){return this.aQ(0)}} +A.Gy.prototype={ +cr(a){a.pu(this.f,this.r,this.w)}, +i(a){return this.aQ(0)}} +A.Gw.prototype={ +cr(a){a.ct(this.f,this.r)}, +i(a){return this.aQ(0)}} +A.Gv.prototype={ +cr(a){a.dc(this.f,this.r)}, +i(a){return this.aQ(0)}} +A.Go.prototype={ +cr(a){var s=this.w +if(s.b==null)s.b=B.an +a.da(this.x,s)}, +i(a){return this.aQ(0)}} +A.Gr.prototype={ +cr(a){a.pt(this.f,this.r)}, +i(a){return this.aQ(0)}} +A.Gn.prototype={ +cr(a){a.ia(this.f,this.r,this.w)}, +i(a){return this.aQ(0)}} +A.Gu.prototype={ +cr(a){a.da(this.f,this.r)}, +i(a){return this.aQ(0)}} +A.Gx.prototype={ +cr(a){var s=this +a.mU(s.f,s.r,s.w,s.x)}, +i(a){return this.aQ(0)}} +A.Gp.prototype={ +cr(a){var s=this +a.hp(s.f,s.r,s.w,s.x)}, +i(a){return this.aQ(0)}} +A.Gt.prototype={ +cr(a){a.iS(this.f,this.r)}, +i(a){return this.aQ(0)}} +A.aaR.prototype={ +iN(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=$.aeE() +s[0]=n +s[1]=m +s[2]=l +s[3]=k +A.aew(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}}, +jn(a,b){this.kp(a.a,a.b,a.c,a.d,b)}, +kp(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=$.aeE() +s[0]=a +s[1]=b +s[2]=c +s[3]=d +A.aew(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}, +Pe(a){var s,r,q,p,o,n=this,m=a.a,l=a.b,k=a.c,j=a.d +if(m===k||l===j)return +if(!n.x){s=$.aeE() +s[0]=m +s[1]=l +s[2]=k +s[3]=j +A.aew(n.y,s) +r=s[0] +q=s[1] +p=s[2] +o=s[3]}else{o=j +p=k +q=l +r=m}if(n.b){n.c=Math.min(Math.min(n.c,r),p) +n.e=Math.max(Math.max(n.e,r),p) +n.d=Math.min(Math.min(n.d,q),o) +n.f=Math.max(Math.max(n.f,q),o)}else{n.c=Math.min(r,p) +n.e=Math.max(r,p) +n.d=Math.min(q,o) +n.f=Math.max(q,o)}n.b=!0}, +vH(){var s=this,r=s.y,q=new A.bo(new Float32Array(16)) +q.aF(r) +s.r.push(q) +r=s.z?new A.C(s.Q,s.as,s.at,s.ax):null +s.w.push(r)}, +a3c(){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.b)return B.u +s=i.a +r=s.a +if(isNaN(r))r=-1/0 +q=s.c +if(isNaN(q))q=1/0 +p=s.b +if(isNaN(p))p=-1/0 +o=s.d +if(isNaN(o))o=1/0 +s=i.c +n=i.e +m=Math.min(s,n) +l=Math.max(s,n) +n=i.d +s=i.f +k=Math.min(n,s) +j=Math.max(n,s) +if(lc1||b7>c2)return +if(b8-b6$.afz||r>$.afy){k=$.XQ +if(k!=null){h=k.a.getExtension("WEBGL_lose_context") +if(h!=null)h.loseContext()}$.afA=$.XQ=null +$.afz=Math.max($.afz,s) +$.afy=Math.max($.afy,s)}k=$.afA +if(k==null)k=$.afA=A.a03(s,r) +g=$.XQ +k=g==null?$.XQ=A.afB(k):g +k.fr=s +k.fx=r +f=k.tx(l,i) +g=k.a +e=f.a +A.a3(g,"useProgram",[e]) +d=k.vt(e,"position") +A.ap6(k,f,q,p,s,r,c3) +c=!o +if(c){b=m.e +a=B.f.d4(1,b.gby(b).BR(0)) +b=B.f.d4(1,b.gb7(b).BR(0)) +A.a3(g,"uniform4f",[k.eq(0,e,"u_textransform"),a,b,0,0])}b=g.createBuffer() +b.toString +if(c)if(n){a0=g.createVertexArray() +a0.toString +A.a3(g,"bindVertexArray",[a0])}else a0=null +else a0=null +A.a3(g,a9,[d]) +A.a3(g,b0,[k.gf6(),b]) +A.anW(k,b4,1) +A.a3(g,b1,[d,2,k.gAz(),!1,0,0]) +a1=b4.length/2|0 +if(o){a2=g.createBuffer() +A.a3(g,b0,[k.gf6(),a2]) +a3=new Uint32Array(a1) +for(o=c6.r,a4=0;a41;)s.pop() +t.IF.a(B.b.gK(s)).lw(new A.a13())}, +$S:0} +A.a4H.prototype={ +$0(){var s,r,q=t.IF,p=this.a.a +if($.a4F==null)q.a(B.b.gK(p)).aN() +else{s=q.a(B.b.gK(p)) +r=$.a4F +r.toString +s.b0(0,r)}A.aAG(q.a(B.b.gK(p))) +$.a4F=q.a(B.b.gK(p)) +return new A.qz(q.a(B.b.gK(p)).d)}, +$S:205} +A.mt.prototype={ +pe(b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=this,a7="bindBuffer",a8="texParameteri",a9=a6.a,b0=a6.b +if(a9!==B.ay&&b0!==B.ay){s=a6.a_N(a6.e,a9,b0) +s.toString +r=a9===B.dv||a9===B.dw +q=b0===B.dv||b0===B.dw +if(r)p=q?"repeat":"repeat-x" +else p=q?"repeat-y":"no-repeat" +p=b1.createPattern(s,p) +p.toString +return p}else{if($.fv==null)$.fv=new A.oo() +b2.toString +$.c5() +s=$.bw() +o=s.d +if(o==null){p=self.window.devicePixelRatio +o=p===0?1:p}p=b2.a +n=B.c.c2((b2.c-p)*o) +m=b2.b +l=B.c.c2((b2.d-m)*o) +k=$.cf +j=(k==null?$.cf=A.fu():k)===2 +i=A.alZ() +h=A.ajG(j,a9,b0) +g=A.afB(A.a03(n,l)) +g.fr=n +g.fx=l +f=g.tx(i,h) +k=g.a +e=f.a +A.a3(k,"useProgram",[e]) +d=new Float32Array(12) +c=b2.ac(0,-p,-m) +b=c.a +d[0]=b +a=c.b +d[1]=a +a0=c.c +d[2]=a0 +d[3]=a +d[4]=a0 +a1=c.d +d[5]=a1 +d[6]=a0 +d[7]=a1 +d[8]=b +d[9]=a1 +d[10]=b +d[11]=a +a2=g.vt(e,"position") +A.ap6(g,f,0,0,n,l,new A.bo(a6.c)) +a6.f=p!==0||m!==0 +b=a6.e +a=B.f.d4(1,b.gby(b).BR(0)) +a0=B.f.d4(1,b.gb7(b).BR(0)) +A.a3(k,"uniform4f",[g.eq(0,e,"u_textransform"),a,a0,p,m]) +m=k.createBuffer() +m.toString +if(j){a3=k.createVertexArray() +a3.toString +A.a3(k,"bindVertexArray",[a3])}else a3=null +A.a3(k,"enableVertexAttribArray",[a2]) +A.a3(k,a7,[g.gf6(),m]) +s=s.d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.anW(g,d,s) +A.a3(k,"vertexAttribPointer",[a2,2,g.gAz(),!1,0,0]) +a4=k.createTexture() +k.activeTexture(g.gMh()) +A.a3(k,"bindTexture",[g.gdW(),a4]) +g.NG(0,g.gdW(),0,g.gus(),g.gus(),g.guv(),b.gul()) +if(j){A.a3(k,a8,[g.gdW(),g.gut(),A.aet(g,a9)]) +A.a3(k,a8,[g.gdW(),g.guu(),A.aet(g,b0)]) +A.a3(k,"generateMipmap",[g.gdW()])}else{A.a3(k,a8,[g.gdW(),g.gut(),g.gne()]) +A.a3(k,a8,[g.gdW(),g.guu(),g.gne()]) +A.a3(k,a8,[g.gdW(),g.gMi(),g.gMg()])}A.a3(k,"clear",[g.gAy()]) +g.KX(6,B.iI) +if(a3!=null)k.bindVertexArray(null) +a5=g.Na(!1) +A.a3(k,a7,[g.gf6(),null]) +A.a3(k,a7,[g.gln(),null]) +a5.toString +s=b1.createPattern(a5,"no-repeat") +s.toString +return s}}, +a_N(a,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=a0===B.dw?2:1,b=a1===B.dw?2:1 +if(c===1&&b===1)return a.gul() +s=a.gby(a) +r=a.gb7(a) +q=s.Z(0,c) +p=r.Z(0,b) +o=A.a03(q,p) +n=o.a +if(n!=null)n=A.ajf(n,"2d",null) +else{n=o.b +n.toString +n=A.hi(n,"2d",null)}n.toString +for(m=0;m>>24&255)<1}, +$S:224} +A.a3S.prototype={ +JT(a,b){var s,r,q=this +q.b=!0 +s=q.a +if(s==null)q.a=A.a03(a,b) +else if(a!==s.c&&b!==s.d){s.c=a +s.d=b +r=s.a +if(r!=null){r.width=a +s=s.a +s.toString +s.height=b}else{r=s.b +if(r!=null){A.p8(r,a) +r=s.b +r.toString +A.p7(r,b) +r=s.b +r.toString +s.Iw(r)}}}s=q.a +s.toString +return A.afB(s)}} +A.pd.prototype={$ifo:1} +A.EJ.prototype={ +pe(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.f +if(h===B.ay||h===B.bR){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.NW(0,n-l,p-k) +p=s.b +n=s.c +s.NW(0,m-l,o-k) +j=a.createLinearGradient(p+l-r,n+k-q,s.b+l-r,s.c+k-q)}else j=a.createLinearGradient(n-r,p-q,m-r,o-q) +A.amY(j,i.d,i.e,h===B.bR) +return j}else{h=a.createPattern(i.pd(b,c,!1),"no-repeat") +h.toString +return h}}, +pd(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.c2(b7) +r=b9.d +q=b9.b +r-=q +p=B.c.c2(r) +if($.fv==null)$.fv=new A.oo() +o=$.SG().JT(s,p) +o.fr=s +o.fx=p +n=A.akr(b4.d,b4.e) +m=A.agz() +l=b4.f +k=$.cf +j=A.IF(k==null?$.cf=A.fu():k) +j.e=1 +j.jH(11,"v_color") +j.cB(9,b5) +j.cB(14,b6) +i=j.glf() +k=A.a([],t.s) +h=new A.iU("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.ahe(j,h,n,l)+" * scale + bias;") +g=o.tx(m,j.aN()) +m=o.a +k=g.a +A.a3(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.ay +a5=a4?b7/2:(e+c)/2-b8 +a6=a4?r/2:(d+b)/2-q +a7=A.d0() +a7.jo(-a5,-a6,0) +a8=A.d0() +a9=a8.a +a9[0]=a3 +a9[1]=a2 +a9[4]=-a2 +a9[5]=a3 +b0=A.d0() +b0.a9f(0,0.5) +if(a1>11920929e-14)b0.aH(0,1/a1) +b7=b4.r +if(b7!=null){b1=new A.bo(new Float32Array(16)) +b1.eC(new A.bo(b7.a)) +b2=b9.gaM() +b7=b2.a +b8=b2.b +b0.ac(0,-b7,-b8) +b0.ck(0,b1) +b0.ac(0,b7,b8)}b0.ck(0,a8) +b0.ck(0,a7) +n.CP(o,g) +A.a3(m,"uniformMatrix4fv",[o.eq(0,k,b6),!1,b0.a]) +A.a3(m,"uniform2f",[o.eq(0,k,b5),s,p]) +b3=new A.XT(c1,b9,o,g,n,s,p).$0() +$.SG().b=!1 +return b3}} +A.XT.prototype={ +$0(){var s=this,r=$.fv,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.KW(new A.C(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +else{r=r.KU(new A.C(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +r.toString +return r}}, +$S:129} +A.pm.prototype={ +pe(a,b,c){var s,r=this +if(r.r==null){s=r.f +s=s===B.ay||s===B.bR}else s=!1 +if(s)return r.EM(a,b,c) +else{s=a.createPattern(r.pd(b,c,!1),"no-repeat") +s.toString +return s}}, +EM(a,b,c){var s=this,r=s.b,q=r.a-b.a +r=r.b-b.b +r=A.a3(a,"createRadialGradient",[q,r,0,q,r,s.c]) +A.amY(r,s.d,s.e,s.f===B.bR) +return r}, +pd(a,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=a.c,b=a.a +c-=b +s=B.c.c2(c) +r=a.d +q=a.b +r-=q +p=B.c.c2(r) +if($.fv==null)$.fv=new A.oo() +o=$.SG().JT(s,p) +o.fr=s +o.fx=p +n=A.akr(d.d,d.e) +m=o.tx(A.agz(),d.wU(n,a,d.f)) +l=o.a +k=m.a +A.a3(l,"useProgram",[k]) +j=d.b +i=j.a +j=j.b +A.a3(l,"uniform2f",[o.eq(0,k,"u_tile_offset"),2*(c*((i-b)/c-0.5)),2*(r*(0.5-(j-q)/r))]) +A.a3(l,"uniform1f",[o.eq(0,k,"u_radius"),d.c]) +n.CP(o,m) +h=o.eq(0,k,"m_gradient") +g=A.d0() +c=d.r +if(c!=null){f=new A.bo(new Float32Array(16)) +f.eC(new A.bo(c)) +g.ac(0,-i,-j) +g.ck(0,f) +g.ac(0,i,j)}A.a3(l,"uniformMatrix4fv",[h,!1,g.a]) +e=new A.XU(a1,a,o,m,n,s,p).$0() +$.SG().b=!1 +return e}, +wU(a,b,c){var s,r,q=$.cf,p=A.IF(q==null?$.cf=A.fu():q) +p.e=1 +p.jH(11,"v_color") +p.cB(9,"u_resolution") +p.cB(9,"u_tile_offset") +p.cB(2,"u_radius") +p.cB(14,"m_gradient") +s=p.glf() +q=A.a([],t.s) +r=new A.iU("main",q) +p.c.push(r) +q.push(u.J) +q.push(u.E) +q.push("float dist = length(localCoord);") +q.push("float st = abs(dist / u_radius);") +q.push(s.a+" = "+A.ahe(p,r,a,c)+" * scale + bias;") +return p.aN()}} +A.XU.prototype={ +$0(){var s=this,r=$.fv,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.KW(new A.C(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +else{r=r.KU(new A.C(0,0,0+(k-j),0+(i-q)),p,o,n,m,l) +r.toString +return r}}, +$S:129} +A.EI.prototype={ +pe(a,b,c){var s=this,r=s.f +if((r===B.ay||r===B.bR)&&s.y===0&&s.x.j(0,B.h))return s.EM(a,b,c) +else{if($.fv==null)$.fv=new A.oo() +r=a.createPattern(s.pd(b,c,!1),"no-repeat") +r.toString +return r}}, +wU(a,b,c){var s,r,q,p,o=this,n=o.b,m=o.x,l=n.a-m.a,k=n.b-m.b,j=l*l+k*k +if(j<14210854822304103e-30)return o.QC(a,b,c) +Math.sqrt(j) +n=$.cf +s=A.IF(n==null?$.cf=A.fu():n) +s.e=1 +s.jH(11,"v_color") +s.cB(9,"u_resolution") +s.cB(9,"u_tile_offset") +s.cB(2,"u_radius") +s.cB(14,"m_gradient") +r=s.glf() +n=A.a([],t.s) +q=new A.iU("main",n) +s.c.push(q) +n.push(u.J) +n.push(u.E) +n.push("float dist = length(localCoord);") +m=o.y +p=B.c.NR(m/(Math.min(b.c-b.a,b.d-b.b)/2),8) +n.push(m===0?"float st = dist / u_radius;":"float st = ((dist / u_radius) - "+p+") / (1.0 - "+p+");") +if(c===B.ay)n.push("if (st < 0.0) { st = -1.0; }") +n.push(r.a+" = "+A.ahe(s,q,a,c)+" * scale + bias;") +return s.aN()}} +A.jv.prototype={ +ga57(){return""}} +A.zo.prototype={ +ga9e(){return A.h7(this.a)}, +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.zo&&b.b===this.b&&A.rS(b.a,this.a)}, +gq(a){return A.D(A.bm(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)}, +i(a){return"ImageFilter.matrix("+A.h(this.a)+", "+this.b.i(0)+")"}} +A.E_.prototype={$ijv:1} +A.pM.prototype={ +AI(a){var s,r,q,p=this,o=p.c +switch(o.a){case 0:case 8:case 7:A.n(a.style,"visibility","hidden") +return null +case 2:case 6:return null +case 1:case 3:o=p.c=B.bY +break +case 4:case 5:case 9:case 10:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:case 22:case 23:case 24:case 25:case 26:case 27:case 28:break}s=p.b +r=A.apa(s,o) +o=r.b +$.dx.Jf(o) +p.a=r.a +q=p.c +if(q===B.fr||q===B.jc||q===B.fq)A.n(a.style,"background-color",A.cg(s.a)) +return o}} +A.pK.prototype={ +AI(a){var s=A.apb(this.b),r=s.b +$.dx.Jf(r) +this.a=s.a +return r}} +A.IE.prototype={ +glf(){var s=this.Q +if(s==null)s=this.Q=new A.nL(this.y?"gFragColor":"gl_FragColor",11,3) +return s}, +jH(a,b){var s=new A.nL(b,a,1) +this.b.push(s) +return s}, +cB(a,b){var s=new A.nL(b,a,2) +this.b.push(s) +return s}, +Jc(a,b){var s=new A.nL(b,a,3) +this.b.push(s) +return s}, +J1(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.awr(b.b)+" "+b.a +if(o===0)o=s.a=r+" = " +else o=r +s.a=o+";\n"}, +aN(){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.J1(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.dz(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)}}, +Z_(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.ayL(new A.Zs(h,e,a,p,q),t.S) +if(f.type!=="keydown")if(h.b){r=A.mq(f) +r.toString +r=r==="CapsLock" +n=r}else n=!1 +else n=!0 +if(h.b){r=A.mq(f) +r.toString +r=r==="CapsLock"}else r=!1 +if(r){h.Hn(B.o,new A.Zt(s,q,o),new A.Zu(h,q)) +m=B.aO}else if(n){r=h.f +if(r.k(0,q)!=null){l=f.repeat +if(l==null)l=g +if(l===!0)m=B.DX +else{l=h.d +l.toString +l.$1(new A.eJ(s,B.at,q,o.$0(),g,!0)) +r.v(0,q) +m=B.aO}}else m=B.aO}else{if(h.f.k(0,q)==null){f.preventDefault() +return}m=B.at}r=h.f +k=r.k(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) +$.aqA().U(0,new A.Zv(h,o,a,s)) +if(p)if(!l)h.a0D(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.at?g:i +if(h.d.$1(new A.eJ(s,m,q,e,r,!1)))f.preventDefault()}, +k_(a){var s=this,r={} +r.a=!1 +s.d=new A.ZA(r,s) +try{s.Xp(a)}finally{if(!r.a)s.d.$1(B.DW) +s.d=null}}, +wf(a,b,c,d,e){var s=this,r=$.aqH(),q=$.aqI(),p=$.ai3() +s.t7(r,q,p,a?B.aO:B.at,e) +r=$.aid() +q=$.aie() +p=$.ai4() +s.t7(r,q,p,b?B.aO:B.at,e) +r=$.aqJ() +q=$.aqK() +p=$.ai5() +s.t7(r,q,p,c?B.aO:B.at,e) +r=$.aqL() +q=$.aqM() +p=$.ai6() +s.t7(r,q,p,d?B.aO:B.at,e)}, +t7(a,b,c,d,e){var s,r=this,q=r.f,p=q.a1(0,a),o=q.a1(0,b),n=p||o,m=d===B.aO&&!n,l=d===B.at&&n +if(m){r.a.$1(new A.eJ(A.ah_(e),B.aO,a,c,null,!0)) +q.n(0,a,c)}if(l&&p){s=q.k(0,a) +s.toString +r.I9(e,a,s)}if(l&&o){q=q.k(0,b) +q.toString +r.I9(e,b,q)}}, +I9(a,b,c){this.a.$1(new A.eJ(A.ah_(a),B.at,b,c,null,!0)) +this.f.v(0,b)}} +A.Zw.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.e){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:16} +A.Zx.prototype={ +$0(){this.a.a=!0}, +$S:0} +A.Zy.prototype={ +$0(){return new A.eJ(new A.aS(this.a.a+2e6),B.at,this.b,this.c,null,!0)}, +$S:116} +A.Zz.prototype={ +$0(){this.a.f.v(0,this.b)}, +$S:0} +A.Zs.prototype={ +$0(){var s,r,q,p,o,n=this,m=n.b,l=B.Ht.k(0,m) +if(l!=null)return l +s=n.c.a +if(B.qd.a1(0,A.is(s))){m=A.is(s) +m.toString +m=B.qd.k(0,m) +r=m==null?null:m[B.c.V(s.location)] +r.toString +return r}if(n.d){q=n.a.c.OS(A.mq(s),A.is(s),B.c.V(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.gq(m)+98784247808}, +$S:54} +A.Zt.prototype={ +$0(){return new A.eJ(this.a,B.at,this.b,this.c.$0(),null,!0)}, +$S:116} +A.Zu.prototype={ +$0(){this.a.f.v(0,this.b)}, +$S:0} +A.Zv.prototype={ +$2(a,b){var s,r,q=this +if(J.e(q.b.$0(),a))return +s=q.a +r=s.f +if(r.a3i(0,a)&&!b.$1(q.c))r.BB(r,new A.Zr(s,a,q.d))}, +$S:438} +A.Zr.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.d.$1(new A.eJ(this.c,B.at,a,s,null,!0)) +return!0}, +$S:439} +A.ZA.prototype={ +$1(a){this.a.a=!0 +return this.b.a.$1(a)}, +$S:74} +A.UF.prototype={ +f_(a){if(!this.b)return +this.b=!1 +A.bM(this.a,"contextmenu",$.aeK(),null)}, +a4G(a){if(this.b)return +this.b=!0 +A.dC(this.a,"contextmenu",$.aeK(),null)}} +A.a_j.prototype={} +A.aej.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.Tz.prototype={ +ga10(){var s=this.a +s===$&&A.b() +return s}, +l(){var s=this +if(s.c||s.gkl()==null)return +s.c=!0 +s.a11()}, +py(){var s=0,r=A.a0(t.H),q=this +var $async$py=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:s=q.gkl()!=null?2:3 +break +case 2:s=4 +return A.a8(q.iu(),$async$py) +case 4:s=5 +return A.a8(q.gkl().qJ(0,-1),$async$py) +case 5:case 3:return A.Z(null,r)}}) +return A.a_($async$py,r)}, +giQ(){var s=this.gkl() +s=s==null?null:s.P0() +return s==null?"/":s}, +gbT(){var s=this.gkl() +return s==null?null:s.Cr(0)}, +a11(){return this.ga10().$0()}} +A.vF.prototype={ +TG(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.yJ(r.gBa(r)) +if(!r.xu(r.gbT())){s=t.z +q.lB(0,A.aU(["serialCount",0,"state",r.gbT()],s,s),"flutter",r.giQ())}r.e=r.gwV()}, +gwV(){if(this.xu(this.gbT())){var s=this.gbT() +s.toString +return B.c.V(A.acL(J.bs(t.f.a(s),"serialCount")))}return 0}, +xu(a){return t.f.b(a)&&J.bs(a,"serialCount")!=null}, +qT(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.aU(["serialCount",r,"state",c],s,s) +a.toString +q.lB(0,s,"flutter",a)}else{r===$&&A.b();++r +this.e=r +s=A.aU(["serialCount",r,"state",c],s,s) +a.toString +q.N6(0,s,"flutter",a)}}}, +CO(a){return this.qT(a,!1,null)}, +Bb(a,b){var s,r,q,p,o=this +if(!o.xu(b)){s=o.d +s.toString +r=o.e +r===$&&A.b() +q=t.z +s.lB(0,A.aU(["serialCount",r+1,"state",b],q,q),"flutter",o.giQ())}o.e=o.gwV() +s=$.aJ() +r=o.giQ() +t.Xx.a(b) +q=b==null?null:J.bs(b,"state") +p=t.z +s.hy("flutter/navigation",B.ae.hr(new A.fN("pushRouteInformation",A.aU(["location",r,"state",q],p,p))),new A.a_u())}, +iu(){var s=0,r=A.a0(t.H),q,p=this,o,n,m +var $async$iu=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:p.l() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.gwV() +s=o>0?3:4 +break +case 3:s=5 +return A.a8(p.d.qJ(0,-o),$async$iu) +case 5:case 4:n=p.gbT() +n.toString +t.f.a(n) +m=p.d +m.toString +m.lB(0,J.bs(n,"state"),"flutter",p.giQ()) +case 1:return A.Z(q,r)}}) +return A.a_($async$iu,r)}, +gkl(){return this.d}} +A.a_u.prototype={ +$1(a){}, +$S:18} +A.xs.prototype={ +TM(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.yJ(r.gBa(r)) +s=r.giQ() +if(!A.agj(A.ajc(self.window.history))){q.lB(0,A.aU(["origin",!0,"state",r.gbT()],t.N,t.z),"origin","") +r.a0m(q,s)}}, +qT(a,b,c){var s=this.d +if(s!=null)this.ye(s,a,!0)}, +CO(a){return this.qT(a,!1,null)}, +Bb(a,b){var s,r=this,q="flutter/navigation" +if(A.ali(b)){s=r.d +s.toString +r.a0l(s) +$.aJ().hy(q,B.ae.hr(B.HS),new A.a4_())}else if(A.agj(b)){s=r.f +s.toString +r.f=null +$.aJ().hy(q,B.ae.hr(new A.fN("pushRoute",s)),new A.a40())}else{r.f=r.giQ() +r.d.qJ(0,-1)}}, +ye(a,b,c){var s +if(b==null)b=this.giQ() +s=this.e +if(c)a.lB(0,s,"flutter",b) +else a.N6(0,s,"flutter",b)}, +a0m(a,b){return this.ye(a,b,!1)}, +a0l(a){return this.ye(a,null,!1)}, +iu(){var s=0,r=A.a0(t.H),q,p=this,o,n +var $async$iu=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:p.l() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.d +s=3 +return A.a8(o.qJ(0,-1),$async$iu) +case 3:n=p.gbT() +n.toString +o.lB(0,J.bs(t.f.a(n),"state"),"flutter",p.giQ()) +case 1:return A.Z(q,r)}}) +return A.a_($async$iu,r)}, +gkl(){return this.d}} +A.a4_.prototype={ +$1(a){}, +$S:18} +A.a40.prototype={ +$1(a){}, +$S:18} +A.jJ.prototype={} +A.ux.prototype={ +gwi(){var s,r,q=this,p=q.b +if(p===$){s=q.a +r=A.Fp(new A.b_(s,new A.Wz(),A.ae(s).h("b_<1>")),t.Te) +q.b!==$&&A.au() +q.b=r +p=r}return p}} +A.Wz.prototype={ +$1(a){return a.c}, +$S:17} +A.E1.prototype={ +oT(a){var s +this.b=a +this.c=!0 +s=A.a([],t.EO) +return this.a=new A.a1A(new A.aaR(a,A.a([],t.Xr),A.a([],t.cA),A.d0()),s,new A.a24())}, +gMa(){return this.c}, +jM(){var s,r=this +if(!r.c)r.oT(B.eG) +r.c=!1 +s=r.a +s.b=s.a.a3c() +s.f=!0 +s=r.a +r.b===$&&A.b() +return new A.E0(s)}} +A.E0.prototype={ +qp(a,b){throw A.d(A.V("toImageSync is not supported on the HTML backend. Use drawPicture instead, or toImage."))}, +l(){this.a=!0}} +A.EN.prototype={ +gGB(){var s,r=this,q=r.c +if(q===$){s=t.e.a(A.be(r.gZn())) +r.c!==$&&A.au() +r.c=s +q=s}return q}, +Zo(a){var s,r,q,p=A.ajd(a) +p.toString +for(s=this.a,r=s.length,q=0;q>>0)) +f.dB(c,B.K.bu([!0])) +return +case"SystemChrome.setSystemUIOverlayStyle":l=A.Bf(J.bs(t.xE.a(s.b),"statusBarColor")) +A.ap5(l==null?null:new A.G(l>>>0)) +f.dB(c,B.K.bu([!0])) +return +case"SystemChrome.setPreferredOrientations":B.yH.qS(t.j.a(s.b)).ba(new A.Wh(f,c),t.P) +return +case"SystemSound.play":f.dB(c,B.K.bu([!0])) +return +case"Clipboard.setData":new A.tG(A.af9(),A.ag3()).Px(s,c) +return +case"Clipboard.getData":new A.tG(A.af9(),A.ag3()).ON(c) +return +case"Clipboard.hasStrings":new A.tG(A.af9(),A.ag3()).a6l(c) +return}break +case"flutter/service_worker":q=self.window +k=self.document.createEvent("Event") +k.initEvent("flutter-first-frame",!0,!0) +q.dispatchEvent(k) +return +case"flutter/textinput":q=$.SL() +q.goZ(q).a6f(b,c) +return +case"flutter/contextmenu":switch(B.ae.fG(b).a){case"enableContextMenu":f.e.k(0,0).gK7().a4G(0) +f.dB(c,B.K.bu([!0])) +return +case"disableContextMenu":f.e.k(0,0).gK7().f_(0) +f.dB(c,B.K.bu([!0])) +return}return +case"flutter/mousecursor":s=B.bZ.fG(b) +o=t.f.a(s.b) +switch(s.a){case"activateSystemCursor":q=f.e.k(0,0) +j=q.c +if(j===$){k=$.dx.f +k===$&&A.b() +j!==$&&A.au() +j=q.c=new A.a_j(k)}q=A.cL(J.bs(o,"kind")) +k=j.a.style +q=B.Hq.k(0,q) +A.n(k,"cursor",q==null?"default":q) +break}return +case"flutter/web_test_e2e":f.dB(c,B.K.bu([A.azv(B.ae,b)])) +return +case"flutter/platform_views":q=f.db +if(q==null)q=f.db=new A.a0N($.ahX(),new A.Wi()) +c.toString +q.a5P(b,c) +return +case"flutter/accessibility":q=$.dx.y +q===$&&A.b() +k=t.f +i=k.a(J.bs(k.a(B.be.e9(b)),"data")) +h=A.cL(J.bs(i,"message")) +if(h!=null&&h.length!==0){g=A.afP(i,"assertiveness") +q.Js(h,B.EF[g==null?0:g])}f.dB(c,B.be.bu(!0)) +return +case"flutter/navigation":f.e.k(0,0).A5(b).ba(new A.Wj(f,c),t.P) +f.to="/" +return}f.dB(c,null)}, +od(a,b){return this.Xs(a,b)}, +Xs(a,b){var s=0,r=A.a0(t.H),q=1,p,o=this,n,m,l,k,j,i +var $async$od=A.a1(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.a8(A.rR($.rJ.qz(a)),$async$od) +case 6:n=i.a(d) +s=7 +return A.a8(n.guU().mx(),$async$od) +case 7:m=d +o.dB(b,A.fh(m,0,null)) +q=1 +s=5 +break +case 3:q=2 +j=p +l=A.as(j) +$.da().$1("Error while trying to load an asset: "+A.h(l)) +o.dB(b,null) +s=5 +break +case 2:s=1 +break +case 5:return A.Z(null,r) +case 1:return A.Y(p,r)}}) +return A.a_($async$od,r)}, +WD(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}}, +ix(){var s=$.ap_ +if(s==null)throw A.d(A.c6("scheduleFrameCallback must be initialized first.")) +s.$0()}, +TZ(){var s=this +if(s.fr!=null)return +s.a=s.a.Kc(A.afr()) +s.fr=A.ca(self.window,"languagechange",new A.Wf(s))}, +TV(){var s,r,q,p=new self.MutationObserver(A.be(new A.We(this))) +this.go=p +s=self.document.documentElement +s.toString +r=A.a(["style"],t.s) +q=A.z(t.N,t.z) +q.n(0,"attributes",!0) +q.n(0,"attributeFilter",r) +r=A.ab(q) +if(r==null)r=t.K.a(r) +p.observe(s,r)}, +IJ(a){var s=this,r=s.a +if(r.d!==a){s.a=r.a3v(a) +A.kD(null,null) +A.kD(s.k4,s.ok)}}, +a15(a){var s=this.a,r=s.a +if((r.a&32)!==0!==a){this.a=s.Ka(r.a3t(a)) +A.kD(null,null)}}, +TS(){var s,r=this,q=r.k2 +r.IJ(q.matches?B.aa:B.V) +s=t.e.a(A.be(new A.Wd(r))) +r.k3=s +q.addListener(s)}, +hz(a,b,c){A.Bw(this.R8,this.RG,new A.nI(b,0,a,c),t.KL)}, +gzm(){var s=this.to +return s==null?this.to=this.e.k(0,0).gtv().giQ():s}, +dB(a,b){A.EA(B.o,null,t.H).ba(new A.Wm(a,b),t.P)}} +A.Wl.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +A.Wk.prototype={ +$1(a){this.a.BI(this.b,a,t.CD)}, +$S:18} +A.Wg.prototype={ +$1(a){this.a.dB(this.b,B.K.bu([!0]))}, +$S:16} +A.Wh.prototype={ +$1(a){this.a.dB(this.b,B.K.bu([a]))}, +$S:63} +A.Wi.prototype={ +$1(a){var s=$.dx.r +s===$&&A.b() +s.append(a)}, +$S:1} +A.Wj.prototype={ +$1(a){var s=this.b +if(a)this.a.dB(s,B.K.bu([!0])) +else if(s!=null)s.$1(null)}, +$S:63} +A.Wf.prototype={ +$1(a){var s=this.a +s.a=s.a.Kc(A.afr()) +A.kD(s.fx,s.fy)}, +$S:1} +A.We.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null +for(s=J.ap(a),r=t.e,q=this.a;s.t();){p=s.gE(s) +p.toString +r.a(p) +o=p.type +if((o==null?l:o)==="attributes"){o=p.attributeName +o=(o==null?l:o)==="style"}else o=!1 +if(o){o=self.document.documentElement +o.toString +n=A.aC6(o) +m=(n==null?16:n)/16 +o=q.a +if(o.e!==m){q.a=o.a3x(m) +A.kD(l,l) +A.kD(q.id,q.k1)}}}}, +$S:484} +A.Wd.prototype={ +$1(a){var s=A.ajd(a) +s.toString +s=s?B.aa:B.V +this.a.IJ(s)}, +$S:1} +A.Wm.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:16} +A.ae8.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +A.K_.prototype={ +i(a){return A.v(this).i(0)+"[view: null, geometry: "+B.u.i(0)+"]"}} +A.GT.prototype={ +pa(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.GT(r,!1,q,p,o,n,s.r,s.w)}, +Ka(a){return this.pa(a,null,null,null,null)}, +Kc(a){return this.pa(null,a,null,null,null)}, +a3x(a){return this.pa(null,null,null,null,a)}, +a3v(a){return this.pa(null,null,a,null,null)}, +a3w(a){return this.pa(null,null,null,a,null)}} +A.a0L.prototype={ +Nh(a,b,c){var s=this.a +if(s.a1(0,a))return!1 +s.n(0,a,b) +if(!c)this.c.B(0,a) +return!0}, +a8L(a,b){return this.Nh(a,b,!0)}, +a8R(a,b,c){this.d.n(0,b,a) +return this.b.b9(0,b,new A.a0M(this,b,"flt-pv-slot-"+b,a,c))}, +a_Z(a){var s,r,q +if(a==null)return +s=$.bQ() +if(s!==B.A){a.remove() +return}s=a.getAttribute("slot") +r="tombstone-"+A.h(s==null?null:s) +q=A.aP(self.document,"slot") +A.n(q.style,"display","none") +s=A.ab(r) +if(s==null)s=t.K.a(s) +q.setAttribute("name",s) +s=$.dx.w +s===$&&A.b() +s.append(q) +s=A.ab(r) +if(s==null)s=t.K.a(s) +a.setAttribute("slot",s) +a.remove() +q.remove()}} +A.a0M.prototype={ +$0(){var s,r,q,p,o=this,n=A.aP(self.document,"flt-platform-view"),m=o.b +n.id="flt-pv-"+m +s=A.ab(o.c) +if(s==null)s=t.K.a(s) +n.setAttribute("slot",s) +s=o.d +r=o.a.a.k(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){$.da().$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.n(p.style,"height","100%")}if(p.style.getPropertyValue("width").length===0){$.da().$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.n(p.style,"width","100%")}n.append(p) +return n}, +$S:61} +A.a0N.prototype={ +Vq(a,b){var s=t.f.a(a.b),r=J.aI(s),q=B.c.V(A.Bg(r.k(s,"id"))),p=A.c3(r.k(s,"viewType")),o=r.k(s,"params") +r=this.b +if(!r.a.a1(0,p)){b.$1(B.bZ.l3("unregistered_view_type","If you are the author of the PlatformView, make sure `registerViewFactory` is invoked.","A HtmlElementView widget is trying to create a platform view with an unregistered type: <"+p+">.")) +return}if(r.b.a1(0,q)){b.$1(B.bZ.l3("recreating_view","view id: "+q,"trying to create an already created view")) +return}this.c.$1(r.a8R(p,q,o)) +b.$1(B.bZ.pw(null))}, +a5P(a,b){var s,r=B.bZ.fG(a) +switch(r.a){case"create":this.Vq(r,b) +return +case"dispose":s=this.b +s.a_Z(s.b.v(0,A.eA(r.b))) +b.$1(B.bZ.pw(null)) +return}b.$1(null)}} +A.a2F.prototype={ +a9z(){A.bM(self.document,"touchstart",t.e.a(A.be(new A.a2G())),null)}} +A.a2G.prototype={ +$1(a){}, +$S:1} +A.GX.prototype={ +Vg(){var s,r=this +if("PointerEvent" in self.window){s=new A.aaV(A.z(t.S,t.ZW),A.a([],t.he),r.a,r.gxR(),r.c,r.d) +s.nG() +return s}if("TouchEvent" in self.window){s=new A.ac6(A.aE(t.S),A.a([],t.he),r.a,r.gxR(),r.c,r.d) +s.nG() +return s}if("MouseEvent" in self.window){s=new A.aat(new A.o9(),A.a([],t.he),r.a,r.gxR(),r.c,r.d) +s.nG() +return s}throw A.d(A.V("This browser does not support pointer, touch, or mouse events."))}, +Zt(a){var s=A.a(a.slice(0),A.ae(a)),r=$.aJ() +A.Bw(r.as,r.at,new A.pY(s),t.kf)}} +A.a1_.prototype={ +i(a){return"pointers:"+("PointerEvent" in self.window)+", touch:"+("TouchEvent" in self.window)+", mouse:"+("MouseEvent" in self.window)}} +A.zi.prototype={} +A.a7z.prototype={ +yI(a,b,c,d,e){var s=t.e.a(A.be(new A.a7A(d))) +A.bM(b,c,s,e) +this.a.push(new A.zi(c,b,s,e,!1))}, +a1L(a,b,c,d){return this.yI(a,b,c,d,!0)}} +A.a7A.prototype={ +$1(a){var s=$.dn +if((s==null?$.dn=A.jw():s).Nc(a))this.a.$1(a)}, +$S:1} +A.R0.prototype={ +Ga(a,b){if(b==null)return!1 +return Math.abs(b- -3*a)>1}, +YJ(a){var s,r,q,p,o,n=this,m=$.bQ() +if(m===B.b2)return!1 +if(n.Ga(a.deltaX,A.ajk(a))||n.Ga(a.deltaY,A.ajl(a)))return!1 +if(!(B.c.bR(a.deltaX,120)===0&&B.c.bR(a.deltaY,120)===0)){m=A.ajk(a) +if(B.c.bR(m==null?1:m,120)===0){m=A.ajl(a) +m=B.c.bR(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.ek(a)!=null)m=(r?null:A.ek(s))!=null +else m=!1 +if(m){m=A.ek(a) +m.toString +s.toString +s=A.ek(s) +s.toString +if(m-s<50&&n.r)return!0}return!1}}return!0}, +Vf(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +if(d.YJ(a)){s=B.bn +r=-2}else{s=B.bJ +r=-1}q=a.deltaX +p=a.deltaY +switch(B.c.V(a.deltaMode)){case 1:o=$.amV +if(o==null){n=A.aP(self.document,"div") +o=n.style +A.n(o,"font-size","initial") +A.n(o,"display","none") +self.document.body.append(n) +o=A.afp(self.window,n).getPropertyValue("font-size") +if(B.d.p(o,"px"))m=A.H3(A.rU(o,"px","")) +else m=null +n.remove() +o=$.amV=m==null?16:m/4}q*=o +p*=o +break +case 2:o=$.c5() +q*=o.gir().a +p*=o.gir().b +break +case 0:o=$.cX() +if(o===B.aS){o=$.bQ() +if(o!==B.A)o=o===B.b2 +else o=!0}else o=!1 +if(o){$.c5() +o=$.bw() +l=o.d +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}q*=l +o=o.d +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}p*=o}break +default:break}k=A.a([],t.v) +j=A.ahj(a,d.b) +o=$.cX() +if(o===B.aS){o=$.Zo +o=o==null?null:o.go7().f.a1(0,$.aid()) +if(o!==!0){o=$.Zo +o=o==null?null:o.go7().f.a1(0,$.aie()) +i=o===!0}else i=!0}else i=!1 +o=a.ctrlKey&&!i +l=d.d +h=j.a +if(o){o=A.ek(a) +o.toString +o=A.o8(o) +$.c5() +g=$.bw() +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.hj(a) +e.toString +l.a3m(k,B.c.V(e),B.bI,r,s,h*f,j.b*g,1,1,Math.exp(-p/200),B.Jo,o)}else{o=A.ek(a) +o.toString +o=A.o8(o) +$.c5() +g=$.bw() +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.hj(a) +e.toString +l.a3o(k,B.c.V(e),B.bI,r,s,h*f,j.b*g,1,1,q,p,B.Jn,o)}d.f=a +d.r=s===B.bn +return k}, +DV(a){var s=this.b,r=t.e.a(A.be(a)),q=t.K,p=A.ab(A.aU(["capture",!1,"passive",!1],t.N,q)) +q=p==null?q.a(p):p +s.addEventListener("wheel",r,q) +this.a.push(new A.zi("wheel",s,r,!1,!0))}, +FU(a){this.c.$1(this.Vf(a)) +a.preventDefault()}} +A.ja.prototype={ +i(a){return A.v(this).i(0)+"(change: "+this.a.i(0)+", buttons: "+this.b+")"}} +A.o9.prototype={ +Cw(a,b){var s +if(this.a!==0)return this.vG(b) +s=(b===0&&a>-1?A.aAN(a):b)&1073741823 +this.a=s +return new A.ja(B.v2,s)}, +vG(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new A.ja(B.bI,r) +this.a=s +return new A.ja(s===0?B.bI:B.df,s)}, +qK(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new A.ja(B.hP,0)}return null}, +Cx(a){if((a&1073741823)===0){this.a=0 +return new A.ja(B.bI,0)}return null}, +Cy(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new A.ja(B.hP,s) +else return new A.ja(B.df,s)}} +A.aaV.prototype={ +x3(a){return this.w.b9(0,a,new A.aaX())}, +Ha(a){if(A.afo(a)==="touch")this.w.v(0,A.ajg(a))}, +wo(a,b,c,d,e){this.yI(0,a,b,new A.aaW(this,d,c),e)}, +wn(a,b,c){return this.wo(a,b,c,!0,!0)}, +U_(a,b,c,d){return this.wo(a,b,c,d,!0)}, +nG(){var s=this,r=s.b +s.wn(r,"pointerdown",new A.aaY(s)) +s.wn(self.window,"pointermove",new A.aaZ(s)) +s.wo(r,"pointerleave",new A.ab_(s),!1,!1) +s.wn(self.window,"pointerup",new A.ab0(s)) +s.U_(r,"pointercancel",new A.ab1(s),!1) +s.DV(new A.ab2(s))}, +es(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=A.afo(c) +j.toString +s=k.GT(j) +j=A.ajh(c) +j.toString +r=A.aji(c) +r.toString +j=Math.abs(j)>Math.abs(r)?A.ajh(c):A.aji(c) +j.toString +r=A.ek(c) +r.toString +q=A.o8(r) +p=c.pressure +if(p==null)p=null +o=A.ahj(c,k.b) +r=k.m5(c) +$.c5() +n=$.bw() +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.a3n(a,b.b,b.a,r,s,o.a*m,o.b*n,l,1,B.cg,j/180*3.141592653589793,q)}, +W8(a){var s,r +if("getCoalescedEvents" in a){s=J.ji(a.getCoalescedEvents(),t.e) +r=new A.eh(s.a,s.$ti.h("eh<1,c>")) +if(!r.gP(r))return r}return A.a([a],t.J)}, +GT(a){switch(a){case"mouse":return B.bJ +case"pen":return B.hQ +case"touch":return B.cf +default:return B.hR}}, +m5(a){var s=A.afo(a) +s.toString +if(this.GT(s)===B.bJ)s=-1 +else{s=A.ajg(a) +s.toString +s=B.c.V(s)}return s}} +A.aaX.prototype={ +$0(){return new A.o9()}, +$S:490} +A.aaW.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.ek(a) +o.toString +this.a.e.wf(s,r,q,p,o)}this.c.$1(a)}, +$S:1} +A.aaY.prototype={ +$1(a){var s,r,q=this.a,p=q.m5(a),o=A.a([],t.v),n=q.x3(p),m=A.hj(a) +m.toString +s=n.qK(B.c.V(m)) +if(s!=null)q.es(o,s,a) +m=B.c.V(a.button) +r=A.hj(a) +r.toString +q.es(o,n.Cw(m,B.c.V(r)),a) +q.c.$1(o)}, +$S:9} +A.aaZ.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.x3(o.m5(a)),m=A.a([],t.v) +for(s=J.ap(o.W8(a));s.t();){r=s.gE(s) +q=r.buttons +if(q==null)q=null +q.toString +p=n.qK(B.c.V(q)) +if(p!=null)o.es(m,p,r) +q=r.buttons +if(q==null)q=null +q.toString +o.es(m,n.vG(B.c.V(q)),r)}o.c.$1(m)}, +$S:9} +A.ab_.prototype={ +$1(a){var s,r=this.a,q=r.x3(r.m5(a)),p=A.a([],t.v),o=A.hj(a) +o.toString +s=q.Cx(B.c.V(o)) +if(s!=null){r.es(p,s,a) +r.c.$1(p)}}, +$S:9} +A.ab0.prototype={ +$1(a){var s,r,q,p=this.a,o=p.m5(a),n=p.w +if(n.a1(0,o)){s=A.a([],t.v) +n=n.k(0,o) +n.toString +r=A.hj(a) +q=n.Cy(r==null?null:B.c.V(r)) +p.Ha(a) +if(q!=null){p.es(s,q,a) +p.c.$1(s)}}}, +$S:9} +A.ab1.prototype={ +$1(a){var s,r=this.a,q=r.m5(a),p=r.w +if(p.a1(0,q)){s=A.a([],t.v) +p=p.k(0,q) +p.toString +p.a=0 +r.Ha(a) +r.es(s,new A.ja(B.hN,0),a) +r.c.$1(s)}}, +$S:9} +A.ab2.prototype={ +$1(a){this.a.FU(a)}, +$S:1} +A.ac6.prototype={ +r7(a,b,c){this.a1L(0,a,b,new A.ac7(this,!0,c))}, +nG(){var s=this,r=s.b +s.r7(r,"touchstart",new A.ac8(s)) +s.r7(r,"touchmove",new A.ac9(s)) +s.r7(r,"touchend",new A.aca(s)) +s.r7(r,"touchcancel",new A.acb(s))}, +rg(a,b,c,d,e){var s,r,q,p,o,n=A.atp(e) +n.toString +n=B.c.V(n) +s=e.clientX +$.c5() +r=$.bw() +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.a3k(b,o,a,n,s*q,p*r,1,1,B.cg,d)}} +A.ac7.prototype={ +$1(a){var s=a.altKey,r=a.ctrlKey,q=a.metaKey,p=a.shiftKey,o=A.ek(a) +o.toString +this.a.e.wf(s,r,q,p,o) +this.c.$1(a)}, +$S:1} +A.ac8.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.ek(a) +l.toString +s=A.o8(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.bL(new A.ki(a.changedTouches,q),q.h("j.E"),l),l=A.bL(q.a,A.m(q).c,l),q=J.ap(l.a),l=A.m(l),l=l.h("@<1>").H(l.z[1]).z[1],p=this.a;q.t();){o=l.a(q.gE(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(!m.p(0,B.c.V(n))){n=o.identifier +if(n==null)n=null +n.toString +m.B(0,B.c.V(n)) +p.rg(B.v2,r,!0,s,o)}}p.c.$1(r)}, +$S:9} +A.ac9.prototype={ +$1(a){var s,r,q,p,o,n,m +a.preventDefault() +s=A.ek(a) +s.toString +r=A.o8(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.bL(new A.ki(a.changedTouches,p),p.h("j.E"),s),s=A.bL(p.a,A.m(p).c,s),p=J.ap(s.a),s=A.m(s),s=s.h("@<1>").H(s.z[1]).z[1],o=this.a;p.t();){n=s.a(p.gE(p)) +m=n.identifier +if(m==null)m=null +m.toString +if(o.w.p(0,B.c.V(m)))o.rg(B.df,q,!0,r,n)}o.c.$1(q)}, +$S:9} +A.aca.prototype={ +$1(a){var s,r,q,p,o,n,m,l +a.preventDefault() +s=A.ek(a) +s.toString +r=A.o8(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.bL(new A.ki(a.changedTouches,p),p.h("j.E"),s),s=A.bL(p.a,A.m(p).c,s),p=J.ap(s.a),s=A.m(s),s=s.h("@<1>").H(s.z[1]).z[1],o=this.a;p.t();){n=s.a(p.gE(p)) +m=n.identifier +if(m==null)m=null +m.toString +l=o.w +if(l.p(0,B.c.V(m))){m=n.identifier +if(m==null)m=null +m.toString +l.v(0,B.c.V(m)) +o.rg(B.hP,q,!1,r,n)}}o.c.$1(q)}, +$S:9} +A.acb.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.ek(a) +l.toString +s=A.o8(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.bL(new A.ki(a.changedTouches,q),q.h("j.E"),l),l=A.bL(q.a,A.m(q).c,l),q=J.ap(l.a),l=A.m(l),l=l.h("@<1>").H(l.z[1]).z[1],p=this.a;q.t();){o=l.a(q.gE(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(m.p(0,B.c.V(n))){n=o.identifier +if(n==null)n=null +n.toString +m.v(0,B.c.V(n)) +p.rg(B.hN,r,!1,s,o)}}p.c.$1(r)}, +$S:9} +A.aat.prototype={ +DQ(a,b,c,d){this.yI(0,a,b,new A.aau(this,!0,c),d)}, +wl(a,b,c){return this.DQ(a,b,c,!0)}, +nG(){var s=this,r=s.b +s.wl(r,"mousedown",new A.aav(s)) +s.wl(self.window,"mousemove",new A.aaw(s)) +s.DQ(r,"mouseleave",new A.aax(s),!1) +s.wl(self.window,"mouseup",new A.aay(s)) +s.DV(new A.aaz(s))}, +es(a,b,c){var s,r,q=A.ahj(c,this.b),p=A.ek(c) +p.toString +p=A.o8(p) +$.c5() +s=$.bw() +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.a3l(a,b.b,b.a,-1,B.bJ,q.a*r,q.b*s,1,1,B.cg,p)}} +A.aau.prototype={ +$1(a){var s=a.getModifierState("Alt"),r=a.getModifierState("Control"),q=a.getModifierState("Meta"),p=a.getModifierState("Shift"),o=A.ek(a) +o.toString +this.a.e.wf(s,r,q,p,o) +this.c.$1(a)}, +$S:1} +A.aav.prototype={ +$1(a){var s,r,q=A.a([],t.v),p=this.a,o=p.w,n=A.hj(a) +n.toString +s=o.qK(B.c.V(n)) +if(s!=null)p.es(q,s,a) +n=B.c.V(a.button) +r=A.hj(a) +r.toString +p.es(q,o.Cw(n,B.c.V(r)),a) +p.c.$1(q)}, +$S:9} +A.aaw.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=q.w,o=A.hj(a) +o.toString +s=p.qK(B.c.V(o)) +if(s!=null)q.es(r,s,a) +o=A.hj(a) +o.toString +q.es(r,p.vG(B.c.V(o)),a) +q.c.$1(r)}, +$S:9} +A.aax.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=A.hj(a) +p.toString +s=q.w.Cx(B.c.V(p)) +if(s!=null){q.es(r,s,a) +q.c.$1(r)}}, +$S:9} +A.aay.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=A.hj(a) +p=p==null?null:B.c.V(p) +s=q.w.Cy(p) +if(s!=null){q.es(r,s,a) +q.c.$1(r)}}, +$S:9} +A.aaz.prototype={ +$1(a){this.a.FU(a)}, +$S:1} +A.rs.prototype={} +A.a0Q.prototype={ +rl(a,b,c){return this.a.b9(0,a,new A.a0R(b,c))}, +kD(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.k(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.akL(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)}, +xE(a,b,c){var s=this.a.k(0,a) +s.toString +return s.b!==b||s.c!==c}, +jB(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.k(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.akL(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.cg,a5,!0,a6,a7)}, +p8(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var s,r,q,p=this +if(m===B.cg)switch(c.a){case 1:p.rl(d,f,g) +a.push(p.kD(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.a1(0,d) +p.rl(d,f,g) +if(!s)a.push(p.jB(b,B.hO,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.kD(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.a1(0,d) +p.rl(d,f,g).a=$.amq=$.amq+1 +if(!s)a.push(p.jB(b,B.hO,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.xE(d,f,g))a.push(p.jB(0,B.bI,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.kD(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.kD(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.k(0,d) +q.toString +if(c===B.hN){f=q.b +g=q.c}if(p.xE(d,f,g))a.push(p.jB(p.b,B.df,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.kD(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.cf){a.push(p.jB(0,B.Jm,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.k(0,d) +q.toString +a.push(p.kD(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.a1(0,d) +p.rl(d,f,g) +if(!s)a.push(p.jB(b,B.hO,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.xE(d,f,g))if(b!==0)a.push(p.jB(b,B.df,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.jB(b,B.bI,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.kD(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}}, +a3m(a,b,c,d,e,f,g,h,i,j,k,l){return this.p8(a,b,c,d,e,f,g,h,i,j,0,0,k,0,l)}, +a3o(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.p8(a,b,c,d,e,f,g,h,i,1,j,k,l,0,m)}, +a3l(a,b,c,d,e,f,g,h,i,j,k){return this.p8(a,b,c,d,e,f,g,h,i,1,0,0,j,0,k)}, +a3k(a,b,c,d,e,f,g,h,i,j){return this.p8(a,b,c,d,B.cf,e,f,g,h,1,0,0,i,0,j)}, +a3n(a,b,c,d,e,f,g,h,i,j,k,l){return this.p8(a,b,c,d,e,f,g,h,i,1,0,0,j,k,l)}} +A.a0R.prototype={ +$0(){return new A.rs(this.a,this.b)}, +$S:487} +A.ag8.prototype={} +A.a1f.prototype={ +TJ(a){var s=this,r=t.e +s.b=r.a(A.be(new A.a1g(s))) +A.bM(self.window,"keydown",s.b,null) +s.c=r.a(A.be(new A.a1h(s))) +A.bM(self.window,"keyup",s.c,null) +$.m0.push(new A.a1i(s))}, +l(){var s,r,q=this +A.dC(self.window,"keydown",q.b,null) +A.dC(self.window,"keyup",q.c,null) +for(s=q.a,r=A.jG(s,s.r);r.t();)s.k(0,r.d).bt(0) +s.O(0) +$.ag9=q.c=q.b=null}, +FN(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.mq(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.k(0,r) +if(p!=null)p.bt(0) +if(a.type==="keydown")p=a.ctrlKey||a.shiftKey||a.altKey||a.metaKey +else p=!1 +if(p)q.n(0,r,A.cd(B.fV,new A.a1k(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.mq(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=$.cX() +r=r===B.hJ}else r=!1 +if(r){r=o|8 +m.d=r}else r=o}else r=o +n=A.aU(["type",a.type,"keymap","web","code",A.mq(a),"key",A.is(a),"location",B.c.V(a.location),"metaState",r,"keyCode",B.c.V(a.keyCode)],t.N,t.z) +$.aJ().hy("flutter/keyevent",B.K.bu(n),new A.a1l(s))}} +A.a1g.prototype={ +$1(a){this.a.FN(a)}, +$S:1} +A.a1h.prototype={ +$1(a){this.a.FN(a)}, +$S:1} +A.a1i.prototype={ +$0(){this.a.l()}, +$S:0} +A.a1k.prototype={ +$0(){var s,r,q=this.a +q.a.v(0,this.b) +s=this.c.a +r=A.aU(["type","keyup","keymap","web","code",A.mq(s),"key",A.is(s),"location",B.c.V(s.location),"metaState",q.d,"keyCode",B.c.V(s.keyCode)],t.N,t.z) +$.aJ().hy("flutter/keyevent",B.K.bu(r),A.aze())}, +$S:0} +A.a1l.prototype={ +$1(a){if(a==null)return +if(A.op(J.bs(t.a.a(B.K.e9(a)),"handled")))this.a.a.preventDefault()}, +$S:18} +A.EG.prototype={} +A.EF.prototype={ +zH(a,b,c,d){var s=this.dy,r=this.fr,q=this.fx +A.a3(b,"drawImage",[s,0,0,r,q,c,d,r,q])}, +tx(a,b){var s,r,q,p,o,n=this,m="attachShader",l=a+"||"+b,k=J.bs($.XR.aL(),l) +if(k==null){s=n.JY(0,"VERTEX_SHADER",a) +r=n.JY(0,"FRAGMENT_SHADER",b) +q=n.a +p=q.createProgram() +A.a3(q,m,[p,s]) +A.a3(q,m,[p,r]) +A.a3(q,"linkProgram",[p]) +o=n.ay +if(!A.a3(q,"getProgramParameter",[p,o==null?n.ay=q.LINK_STATUS:o]))A.a2(A.c6(A.a3(q,"getProgramInfoLog",[p]))) +k=new A.EG(p) +J.i9($.XR.aL(),l,k)}return k}, +JY(a,b,c){var s,r=this.a,q=r.createShader(r[b]) +if(q==null)throw A.d(A.c6(A.ayO(r,"getError"))) +A.a3(r,"shaderSource",[q,c]) +A.a3(r,"compileShader",[q]) +s=this.c +if(!A.a3(r,"getShaderParameter",[q,s==null?this.c=r.COMPILE_STATUS:s]))throw A.d(A.c6("Shader compilation failed: "+A.h(A.a3(r,"getShaderInfoLog",[q])))) +return q}, +NG(a,b,c,d,e,f,g){A.a3(this.a,"texImage2D",[b,c,d,e,f,g])}, +KX(a,b){A.a3(this.a,"drawArrays",[this.a0W(b),0,a])}, +a0W(a){var s,r=this +switch(a.a){case 0:return r.gAA() +case 2:s=r.ax +return s==null?r.ax=r.a.TRIANGLE_FAN:s +case 1:s=r.ax +return s==null?r.ax=r.a.TRIANGLE_STRIP:s}}, +gf6(){var s=this.d +return s==null?this.d=this.a.ARRAY_BUFFER:s}, +gln(){var s=this.e +return s==null?this.e=this.a.ELEMENT_ARRAY_BUFFER:s}, +gAz(){var s=this.r +return s==null?this.r=this.a.FLOAT:s}, +gus(){var s=this.cx +return s==null?this.cx=this.a.RGBA:s}, +guv(){var s=this.ch +return s==null?this.ch=this.a.UNSIGNED_BYTE:s}, +gMj(){var s=this.CW +return s==null?this.CW=this.a.UNSIGNED_SHORT:s}, +glo(){var s=this.f +return s==null?this.f=this.a.STATIC_DRAW:s}, +gAA(){var s=this.ax +return s==null?this.ax=this.a.TRIANGLES:s}, +gAy(){var s=this.w +return s==null?this.w=this.a.COLOR_BUFFER_BIT:s}, +gdW(){var s=this.x +return s==null?this.x=this.a.TEXTURE_2D:s}, +gMh(){var s=this.dx +return s==null?this.dx=this.a.TEXTURE0:s}, +gut(){var s=this.y +return s==null?this.y=this.a.TEXTURE_WRAP_S:s}, +guu(){var s=this.z +return s==null?this.z=this.a.TEXTURE_WRAP_T:s}, +gne(){var s=this.as +return s==null?this.as=this.a.CLAMP_TO_EDGE:s}, +gMg(){var s=this.cy +return s==null?this.cy=this.a.LINEAR:s}, +gMi(){var s=this.db +return s==null?this.db=this.a.TEXTURE_MIN_FILTER:s}, +eq(a,b,c){var s=A.a3(this.a,"getUniformLocation",[b,c]) +if(s==null)throw A.d(A.c6(c+" not found")) +else return s}, +vt(a,b){var s=A.a3(this.a,"getAttribLocation",[a,b]) +if(s==null)throw A.d(A.c6(b+" not found")) +else return s}, +Na(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.rO(q.fx,s) +s=A.hi(r,"2d",null) +s.toString +q.zH(0,t.e.a(s),0,0) +return r}}} +A.a02.prototype={ +Iw(a){var s,r,q,p,o=this.c +$.bw() +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.n(p,"position","absolute") +A.n(p,"width",A.h(o/s)+"px") +A.n(p,"height",A.h(r/q)+"px")}} +A.tc.prototype={ +F(){return"Assertiveness."+this.b}} +A.SO.prototype={ +a26(a){switch(a.a){case 0:return this.a +case 1:return this.b}}, +Js(a,b){var s=this.a26(b),r=A.aP(self.document,"div") +A.aje(r,a) +s.append(r) +A.cd(B.bx,new A.SP(r))}} +A.SP.prototype={ +$0(){return this.a.remove()}, +$S:0} +A.yB.prototype={ +F(){return"_CheckableKind."+this.b}} +A.U4.prototype={ +d2(a){var s,r,q,p,o=this,n="true" +o.iB(0) +s=o.b +if((s.k3&1)!==0){switch(o.e.a){case 0:r=A.ab("checkbox") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 1:r=A.ab("radio") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 2:r=A.ab("switch") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break}if(s.zL()===B.dU){q=s.k2 +r=A.ab(n) +if(r==null)r=t.K.a(r) +q.setAttribute("aria-disabled",r) +r=A.ab(n) +if(r==null)r=t.K.a(r) +q.setAttribute("disabled",r)}else o.H6() +r=s.a +p=A.ab((r&2)!==0||(r&131072)!==0?n:"false") +r=p==null?t.K.a(p):p +s.k2.setAttribute("aria-checked",r)}}, +l(){this.nT() +this.H6()}, +H6(){var s=this.b.k2 +s.removeAttribute("aria-disabled") +s.removeAttribute("disabled")}} +A.DE.prototype={ +d2(a){var s,r,q +this.iB(0) +s=this.b +if((s.a&4096)!==0){r=s.z +s=s.k2 +q=A.ab(r==null?"":r) +if(q==null)q=t.K.a(q) +s.setAttribute("aria-label",q) +q=A.ab("dialog") +if(q==null)q=t.K.a(q) +s.setAttribute("role",q)}}, +KF(a){var s,r=this.b +if((r.a&4096)!==0)return +r=r.k2 +s=A.ab("dialog") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.ab(a.b.k2.id) +if(s==null)s=t.K.a(s) +r.setAttribute("aria-describedby",s)}} +A.qa.prototype={ +d2(a){var s,r=this,q=r.b +if((q.a&4096)===0)return +if((q.k3&1024)!==0){s=r.d +if(s!=null)s.KF(r) +else q.k1.e.push(new A.a2v(r))}}, +YV(){var s,r,q=this.b.ok +while(!0){s=q!=null +if(s){r=q.p2 +r=(r==null?null:r.a)!==B.eB}else r=!1 +if(!r)break +q=q.ok}if(s){s=q.p2 +s=(s==null?null:s.a)===B.eB}else s=!1 +if(s){s=q.p2 +s.toString +this.d=t.JX.a(s)}}} +A.a2v.prototype={ +$0(){var s,r=this.a +r.YV() +s=r.d +if(s!=null)s.KF(r)}, +$S:0} +A.pi.prototype={ +d2(a){var s,r=this.b +if((r.a&2097152)!==0){s=this.d +if(s.b==null)s.Ms(r.id,r.k2) +r=r.a +if((r&32)!==0)r=(r&64)===0||(r&128)!==0 +else r=!1 +s.JS(r)}else this.d.w0()}} +A.oz.prototype={ +Ms(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.zO([o[0],r,s,a]) +return}if(!o)q.w0() +o=t.e +s=o.a(A.be(new A.SR(q))) +s=[o.a(A.be(new A.SS(q))),s,b,a] +q.b=new A.zO(s) +b.tabIndex=0 +A.bM(b,"focus",s[1],null) +A.bM(b,"blur",s[0],null)}, +w0(){var s,r=this.b +this.b=null +if(r==null)return +s=r.a +A.dC(s[2],"focus",s[1],null) +A.dC(s[2],"blur",s[0],null) +s[2].blur()}, +HG(a){var s,r,q=this.b +if(q==null)return +s=$.aJ() +r=q.a[3] +s.hz(r,a?B.i7:B.i8,null)}, +JS(a){var s=this.b +if(s==null)return +this.a.e.push(new A.SQ(this,s,a))}} +A.SR.prototype={ +$1(a){return this.a.HG(!0)}, +$S:1} +A.SS.prototype={ +$1(a){return this.a.HG(!1)}, +$S:1} +A.SQ.prototype={ +$0(){var s=this.b +if(!J.e(this.a.b,s))return +s=s.a +if(this.c)s[2].focus() +else s[2].blur()}, +$S:0} +A.YQ.prototype={ +d2(a){var s,r,q,p=this +p.iB(0) +s=p.b +if(s.gAx()){r=s.dy +r=r!=null&&!B.da.gP(r)}else r=!1 +if(r){if(p.e==null){p.e=A.aP(self.document,"flt-semantics-img") +r=s.dy +if(r!=null&&!B.da.gP(r)){r=p.e.style +A.n(r,"position","absolute") +A.n(r,"top","0") +A.n(r,"left","0") +q=s.y +A.n(r,"width",A.h(q.c-q.a)+"px") +q=s.y +A.n(r,"height",A.h(q.d-q.b)+"px")}A.n(p.e.style,"font-size","6px") +r=p.e +r.toString +s.k2.append(r)}s=p.e +s.toString +r=A.ab("img") +if(r==null)r=t.K.a(r) +s.setAttribute("role",r) +p.HI(p.e)}else{r=s.k2 +if(s.gAx()){s=A.ab("img") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +p.HI(r) +p.wC()}else{p.wC() +r.removeAttribute("aria-label")}}}, +HI(a){var s=this.b.z +if(s!=null&&s.length!==0){a.toString +s.toString +s=A.ab(s) +if(s==null)s=t.K.a(s) +a.setAttribute("aria-label",s)}}, +wC(){var s=this.e +if(s!=null){s.remove() +this.e=null}}, +l(){this.nT() +this.wC() +this.b.k2.removeAttribute("aria-label")}} +A.YY.prototype={ +TC(a){var s,r=this,q=r.b +r.ey(new A.n4(B.eH,q)) +r.ey(new A.qa(B.hZ,q)) +r.ey(new A.va(B.vc,q)) +q=r.e +a.k2.append(q) +A.Vz(q,"range") +s=A.ab("slider") +if(s==null)s=t.K.a(s) +q.setAttribute("role",s) +A.bM(q,"change",t.e.a(A.be(new A.YZ(r,a))),null) +s=new A.Z_(r) +r.w=s +a.k1.as.push(s) +r.f.Ms(a.id,q)}, +d2(a){var s,r=this +r.iB(0) +s=r.b +switch(s.k1.z.a){case 1:r.VX() +r.a17() +break +case 0:r.EY() +break}r.f.JS((s.a&32)!==0)}, +VX(){var s=this.e,r=A.afm(s) +r.toString +if(!r)return +A.aj6(s,!1)}, +a17(){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.aj7(s,q) +p=A.ab(q) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuenow",p) +p=l.b +o=p.ax +o.toString +o=A.ab(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.ab(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.ab(m) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuemin",p)}, +EY(){var s=this.e,r=A.afm(s) +r.toString +if(r)return +A.aj6(s,!0)}, +l(){var s=this +s.nT() +s.f.w0() +B.b.v(s.b.k1.as,s.w) +s.w=null +s.EY() +s.e.remove()}} +A.YZ.prototype={ +$1(a){var s,r=this.a,q=r.e,p=A.afm(q) +p.toString +if(p)return +r.x=!0 +q=A.afn(q) +q.toString +s=A.eZ(q,null) +q=r.r +if(s>q){r.r=q+1 +$.aJ().hz(this.b.id,B.vp,null)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aJ().hz(p,B.dn,n) +else $.aJ().hz(p,B.dq,n)}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aJ().hz(p,B.dp,n) +else $.aJ().hz(p,B.dr,n)}}}, +d2(a){var s,r,q,p=this +p.iB(0) +s=p.b +r=s.k1 +r.e.push(new A.a3e(p)) +if(p.r==null){s=s.k2 +A.n(s.style,"touch-action","none") +p.Fk() +q=new A.a3f(p) +p.e=q +r.as.push(q) +q=t.e.a(A.be(new A.a3g(p))) +p.r=q +A.bM(s,"scroll",q,null)}}, +gF2(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.k2 +if(r)return B.c.V(s.scrollTop) +else return B.c.V(s.scrollLeft)}, +Gw(){var s,r,q,p,o=this,n="transform",m=o.b,l=m.k2,k=m.y +if(k==null){$.da().$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.c2(q) +r=r.style +A.n(r,n,"translate(0px,"+(s+10)+"px)") +A.n(r,"width",""+B.c.aX(p)+"px") +A.n(r,"height","10px") +l.scrollTop=10 +m.p3=o.w=B.c.V(l.scrollTop) +m.p4=0}else{s=B.c.c2(p) +r=r.style +A.n(r,n,"translate("+(s+10)+"px,0px)") +A.n(r,"width","10px") +A.n(r,"height",""+B.c.aX(q)+"px") +l.scrollLeft=10 +q=B.c.V(l.scrollLeft) +o.w=q +m.p3=0 +m.p4=q}}, +Fk(){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.n(p.style,s,"scroll") +else A.n(p.style,r,"scroll") +break +case 0:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.n(p.style,s,"hidden") +else A.n(p.style,r,"hidden") +break}}, +l(){var s,r,q,p,o=this +o.nT() +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.dC(r,"scroll",p,null) +B.b.v(s.k1.as,o.e) +o.e=null}} +A.a3e.prototype={ +$0(){var s=this.a +s.Gw() +s.b.Bx()}, +$S:0} +A.a3f.prototype={ +$1(a){this.a.Fk()}, +$S:93} +A.a3g.prototype={ +$1(a){this.a.a_q()}, +$S:1} +A.pc.prototype={ +i(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.h(s)}, +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.pc&&b.a===this.a}, +gq(a){return B.f.gq(this.a)}, +Kd(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.pc((r&64)!==0?s|64:s&4294967231)}, +a3t(a){return this.Kd(null,a)}, +a3r(a){return this.Kd(a,null)}} +A.W4.prototype={ +sa6u(a){var s=this.a +this.a=a?s|32:s&4294967263}, +aN(){return new A.pc(this.a)}} +A.ID.prototype={$iagh:1} +A.IB.prototype={} +A.hC.prototype={ +F(){return"PrimaryRole."+this.b}} +A.nz.prototype={ +F(){return"Role."+this.b}} +A.H1.prototype={ +o_(a,b){var s=this,r=s.b +s.ey(new A.pi(new A.oz(r.k1),B.hY,r)) +s.ey(new A.n4(B.eH,r)) +s.ey(new A.qa(B.hZ,r)) +s.ey(new A.va(B.vc,r)) +s.ey(new A.xO(B.vb,r))}, +ey(a){var s=this.c;(s==null?this.c=A.a([],t.VM):s).push(a)}, +d2(a){var s,r,q=this.c +if(q==null)return +for(s=q.length,r=0;r1)for(p=0;p=0;--p){g=l[p] +s=g.id +if(!B.b.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}, +WI(){var s,r,q=this +if(q.go!==-1)return B.hV +else if((q.a&16)!==0)return B.v5 +else{s=q.b +s.toString +if((s&64)!==0||(s&128)!==0)return B.v4 +else if(q.gAx())return B.v6 +else{s=q.a +if((s&1)!==0||(s&65536)!==0)return B.hU +else if((s&8)!==0)return B.hT +else{r=q.b +r.toString +if((r&32)!==0||(r&16)!==0||(r&4)!==0||(r&8)!==0)return B.hS +else if((s&2048)!==0)return B.eB +else return B.hW}}}}, +Vr(a){var s,r,q,p=this +switch(a.a){case 3:s=new A.a5f(B.v5,p) +s.a0k() +break +case 1:s=A.aP(self.document,"flt-semantics-scroll-overflow") +r=new A.a37(s,B.hS,p) +r.o_(B.hS,p) +q=s.style +A.n(q,"position","absolute") +A.n(q,"transform-origin","0 0 0") +A.n(q,"pointer-events","none") +p.k2.append(s) +s=r +break +case 0:s=A.aug(p) +break +case 2:s=new A.TG(B.hT,p) +s.o_(B.hT,p) +r=A.ab("button") +if(r==null)r=t.K.a(r) +p.k2.setAttribute("role",r) +break +case 4:s=new A.U4(A.ayS(p),B.hU,p) +s.o_(B.hU,p) +break +case 6:s=new A.DE(B.eB,p) +s.ey(new A.pi(new A.oz(p.k1),B.hY,p)) +s.ey(new A.n4(B.eH,p)) +break +case 5:s=new A.YQ(B.v6,p) +s.ey(new A.pi(new A.oz(p.k1),B.hY,p)) +s.ey(new A.n4(B.eH,p)) +s.ey(new A.qa(B.hZ,p)) +s.ey(new A.xO(B.vb,p)) +break +case 7:s=new A.a0O(B.hV,p) +s.o_(B.hV,p) +break +case 8:s=new A.Xu(B.hW,p) +s.o_(B.hW,p) +break +default:s=null}return s}, +a1g(){var s=this,r=s.p2,q=s.WI() +if(r!=null)if(r.a===q){r.d2(0) +return}else{r.l() +r=s.p2=null}if(r==null){r=s.Vr(q) +s.p2=r +r.d2(0)}}, +Bx(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.k2,g=h.style,f=i.y +A.n(g,"width",A.h(f.c-f.a)+"px") +f=i.y +A.n(g,"height",A.h(f.d-f.b)+"px") +g=i.dy +s=g!=null&&!B.da.gP(g)?i.Cm():null +g=i.y +r=g.b===0&&g.a===0 +q=i.dx +g=q==null +p=g||A.aev(q)===B.wf +if(r&&p&&i.p3===0&&i.p4===0){A.a3D(h) +if(s!=null)A.a3D(s) +return}o=A.ba("effectiveTransform") +if(!r)if(g){g=i.y +n=g.a +m=g.b +g=A.d0() +g.jo(n,m,0) +o.b=g +l=n===0&&m===0}else{g=new A.bo(new Float32Array(16)) +g.aF(new A.bo(q)) +f=i.y +g.ac(0,f.a,f.b) +o.b=g +l=J.arF(o.am())}else if(!p){o.b=new A.bo(q) +l=!1}else l=!0 +if(!l){h=h.style +A.n(h,"transform-origin","0 0 0") +A.n(h,"transform",A.h7(o.am().a))}else A.a3D(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.n(j,"top",A.h(-h+k)+"px") +A.n(j,"left",A.h(-g+f)+"px")}else A.a3D(s)}, +Od(a){var s +a.$1(this) +s=this.p1 +if(s!=null)B.b.U(s,new A.a3E(a))}, +i(a){return this.aQ(0)}} +A.a3E.prototype={ +$1(a){a.Od(this.a)}, +$S:94} +A.ST.prototype={ +F(){return"AccessibilityMode."+this.b}} +A.mI.prototype={ +F(){return"GestureMode."+this.b}} +A.xi.prototype={ +F(){return"SemanticsUpdatePhase."+this.b}} +A.Wn.prototype={ +TA(){$.m0.push(new A.Wo(this))}, +Wc(){var s,r,q,p,o,n,m,l,k,j,i,h=this +for(r=h.d,q=r.length,p=h.b,o=t.Qo,n=0;n>>0}n=m.cx +if(l.ax!==n){l.ax=n +l.k3=(l.k3|4096)>>>0}n=m.cy +if(l.ay!==n){l.ay=n +l.k3=(l.k3|4096)>>>0}n=m.ax +if(l.z!==n){l.z=n +l.k3=(l.k3|1024)>>>0}n=m.ay +if(l.Q!==n){l.Q=n +l.k3=(l.k3|1024)>>>0}n=m.at +if(!J.e(l.y,n)){l.y=n +l.k3=(l.k3|512)>>>0}n=m.go +if(l.dx!==n){l.dx=n +l.k3=(l.k3|65536)>>>0}n=m.z +if(l.r!==n){l.r=n +l.k3=(l.k3|64)>>>0}n=m.c +if(l.b!==n){l.b=n +l.k3=(l.k3|2)>>>0}n=m.f +if(l.c!==n){l.c=n +l.k3=(l.k3|4)>>>0}n=m.r +if(l.d!==n){l.d=n +l.k3=(l.k3|8)>>>0}n=m.x +if(l.e!==n){l.e=n +l.k3=(l.k3|16)>>>0}n=m.y +if(l.f!==n){l.f=n +l.k3=(l.k3|32)>>>0}n=m.Q +if(l.w!==n){l.w=n +l.k3=(l.k3|128)>>>0}n=m.as +if(l.x!==n){l.x=n +l.k3=(l.k3|256)>>>0}n=m.ch +if(l.as!==n){l.as=n +l.k3=(l.k3|2048)>>>0}n=m.CW +if(l.at!==n){l.at=n +l.k3=(l.k3|2048)>>>0}n=m.db +if(l.ch!==n){l.ch=n +l.k3=(l.k3|8192)>>>0}n=m.dx +if(l.CW!==n){l.CW=n +l.k3=(l.k3|8192)>>>0}n=m.dy +if(l.cx!==n){l.cx=n +l.k3=(l.k3|16384)>>>0}n=m.fr +if(l.cy!==n){l.cy=n +l.k3=(l.k3|16384)>>>0}n=m.fx +if(l.fy!==n){l.fy=n +l.k3=(l.k3|4194304)>>>0}n=m.fy +if(l.db!=n){l.db=n +l.k3=(l.k3|32768)>>>0}n=m.k1 +if(l.fr!==n){l.fr=n +l.k3=(l.k3|1048576)>>>0}n=m.id +if(l.dy!==n){l.dy=n +l.k3=(l.k3|524288)>>>0}n=m.k2 +if(l.fx!==n){l.fx=n +l.k3=(l.k3|2097152)>>>0}n=m.w +if(l.go!==n){l.go=n +l.k3=(l.k3|8388608)>>>0}l.a1g() +n=l.k3 +if((n&512)!==0||(n&65536)!==0||(n&64)!==0)l.Bx() +n=l.dy +n=!(n!=null&&!B.da.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.Kz.p(0,a.type))return!0 +if(i.a!=null)return!1 +r=A.ba("activationPoint") +switch(a.type){case"click":r.sbK(new A.u3(a.offsetX,a.offsetY)) +break +case"touchstart":case"touchend":s=t.VA +s=A.bL(new A.ki(a.changedTouches,s),s.h("j.E"),t.e) +s=A.m(s).z[1].a(J.kI(s.a)) +r.sbK(new A.u3(s.clientX,s.clientY)) +break +case"pointerdown":case"pointerup":r.sbK(new A.u3(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.am().a-(s+(p-o)/2) +j=r.am().b-(n+(m-l)/2) +if(k*k+j*j<1&&!0){i.d=!0 +i.a=A.cd(B.bx,new A.a_d(i)) +return!1}return!0}, +MS(){var s,r=this.b=A.aP(self.document,"flt-semantics-placeholder") +A.bM(r,"click",t.e.a(A.be(new A.a_c(this))),!0) +s=A.ab("button") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.ab("Enable accessibility") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-label",s) +s=r.style +A.n(s,"position","absolute") +A.n(s,"left","0") +A.n(s,"top","0") +A.n(s,"right","0") +A.n(s,"bottom","0") +return r}, +l(){var s=this.b +if(s!=null)s.remove() +this.a=this.b=null}} +A.a_d.prototype={ +$0(){this.a.l() +var s=$.dn;(s==null?$.dn=A.jw():s).svM(!0)}, +$S:0} +A.a_c.prototype={ +$1(a){this.a.vm(a)}, +$S:1} +A.TG.prototype={ +d2(a){var s,r +this.iB(0) +s=this.b +r=s.k2 +if(s.zL()===B.dU){s=A.ab("true") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-disabled",s)}else r.removeAttribute("aria-disabled")}} +A.xO.prototype={ +d2(a){var s=this,r=s.b,q=r.b +q.toString +if((q&1)===0||r.zL()===B.dU)s.a0G() +else if(s.d==null){q=t.e.a(A.be(new A.a5a(s))) +s.d=q +A.bM(r.k2,"click",q,null)}}, +a0G(){var s=this.d +if(s==null)return +A.dC(this.b.k2,"click",s,null) +this.d=null}} +A.a5a.prototype={ +$1(a){var s=this.a.b +if(s.k1.z!==B.bz)return +$.aJ().hz(s.id,B.eM,null)}, +$S:1} +A.a3L.prototype={ +zK(a,b,c,d){this.CW=b +this.x=d +this.y=c}, +a1E(a){var s,r,q=this,p=q.ch +if(p===a)return +else if(p!=null)q.f_(0) +q.ch=a +q.c=a.e +q.I8() +p=q.CW +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.Qs(0,p,r,s)}, +f_(a){var s,r,q,p=this +if(!p.b)return +p.b=!1 +p.w=p.r=null +for(s=p.z,r=0;r=this.b)throw A.d(A.ajT(b,this)) +return this.a[b]}, +n(a,b,c){if(b>=this.b)throw A.d(A.ajT(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.wR(b) +B.W.e2(q,0,p.b,p.a) +p.a=q}}p.b=b}, +d5(a,b){var s=this,r=s.b +if(r===s.a.length)s.DK(r) +s.a[s.b++]=b}, +B(a,b){var s=this,r=s.b +if(r===s.a.length)s.DK(r) +s.a[s.b++]=b}, +tj(a,b,c,d){A.e_(c,"start") +if(d!=null&&c>d)throw A.d(A.bI(d,c,null,"end",null)) +this.TQ(b,c,d)}, +C(a,b){return this.tj(a,b,0,null)}, +TQ(a,b,c){var s,r,q,p=this +if(A.m(p).h("A").b(a))c=c==null?a.length:c +if(c!=null){p.YD(p.b,a,b,c) +return}for(s=J.ap(a),r=0;s.t();){q=s.gE(s) +if(r>=b)p.d5(0,q);++r}if(ro.gu(b)||d>o.gu(b))throw A.d(A.O("Too few elements")) +s=d-c +r=p.b+s +p.W0(r) +o=p.a +q=a+s +B.W.br(o,q,p.b+s,o,a) +B.W.br(p.a,a,q,b,c) +p.b=r}, +W0(a){var s,r=this +if(a<=r.a.length)return +s=r.wR(a) +B.W.e2(s,0,r.b,r.a) +r.a=s}, +wR(a){var s=this.a.length*2 +if(a!=null&&ss)throw A.d(A.bI(c,0,s,null,null)) +s=this.a +if(A.m(this).h("je").b(d))B.W.br(s,b,c,d.a,e) +else B.W.br(s,b,c,d,e)}, +e2(a,b,c,d){return this.br(a,b,c,d,0)}} +A.ML.prototype={} +A.JL.prototype={} +A.fN.prototype={ +i(a){return A.v(this).i(0)+"("+this.a+", "+A.h(this.b)+")"}} +A.Z7.prototype={ +bu(a){return A.fh(B.b3.cs(B.cy.L4(a)).buffer,0,null)}, +e9(a){if(a==null)return a +return B.cy.dN(0,B.bp.cs(A.cS(a.buffer,0,null)))}} +A.Z9.prototype={ +hr(a){return B.K.bu(A.aU(["method",a.a,"args",a.b],t.N,t.z))}, +fG(a){var s,r,q,p=null,o=B.K.e9(a) +if(!t.f.b(o))throw A.d(A.bE("Expected method call Map, got "+A.h(o),p,p)) +s=J.aI(o) +r=s.k(o,"method") +q=s.k(o,"args") +if(typeof r=="string")return new A.fN(r,q) +throw A.d(A.bE("Invalid method call: "+A.h(o),p,p))}} +A.a4r.prototype={ +bu(a){var s=A.agC() +this.d3(0,s,!0) +return s.jL()}, +e9(a){var s,r +if(a==null)return null +s=new A.He(a) +r=this.fY(0,s) +if(s.b=b.a.byteLength)throw A.d(B.as) +return this.jc(b.hQ(0),b)}, +jc(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.X===$.d9()) +b.b+=4 +s=r +break +case 4:s=b.vy(0) +break +case 5:q=k.dA(b) +s=A.eZ(B.bp.cs(b.jm(q)),16) +break +case 6:b.jt(8) +r=b.a.getFloat64(b.b,B.X===$.d9()) +b.b+=8 +s=r +break +case 7:q=k.dA(b) +s=B.bp.cs(b.jm(q)) +break +case 8:s=b.jm(k.dA(b)) +break +case 9:q=k.dA(b) +b.jt(4) +p=b.a +o=A.afY(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.vz(k.dA(b)) +break +case 11:q=k.dA(b) +b.jt(8) +p=b.a +o=A.afX(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.dA(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)A.a2(B.as) +b.b=m+1 +s.push(k.jc(p.getUint8(m),b))}break +case 13:q=k.dA(b) +p=t.z +s=A.z(p,p) +for(p=b.a,n=0;n=p.byteLength)A.a2(B.as) +b.b=m+1 +m=k.jc(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)A.a2(B.as) +b.b=l+1 +s.n(0,m,k.jc(p.getUint8(l),b))}break +default:throw A.d(B.as)}return s}, +eo(a,b){var s,r,q +if(b<254)a.b.d5(0,b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.d5(0,254) +r.setUint16(0,b,B.X===$.d9()) +s.tj(0,q,0,2)}else{s.d5(0,255) +r.setUint32(0,b,B.X===$.d9()) +s.tj(0,q,0,4)}}}, +dA(a){var s=a.hQ(0) +switch(s){case 254:s=a.a.getUint16(a.b,B.X===$.d9()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,B.X===$.d9()) +a.b+=4 +return s +default:return s}}} +A.a4t.prototype={ +$2(a,b){var s=this.a,r=this.b +s.d3(0,r,a) +s.d3(0,r,b)}, +$S:97} +A.a4v.prototype={ +fG(a){var s,r,q +a.toString +s=new A.He(a) +r=B.be.fY(0,s) +q=B.be.fY(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.fN(r,q) +else throw A.d(B.kM)}, +pw(a){var s=A.agC() +s.b.d5(0,0) +B.be.d3(0,s,a) +return s.jL()}, +l3(a,b,c){var s=A.agC() +s.b.d5(0,1) +B.be.d3(0,s,a) +B.be.d3(0,s,c) +B.be.d3(0,s,b) +return s.jL()}} +A.a6M.prototype={ +jt(a){var s,r,q=this.b,p=B.f.bR(q.b,a) +if(p!==0)for(s=a-p,r=0;r0)b=c +else{$.c5() +f=$.bw().d +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}b=1/f}f=d==null?a8:A.cg(d.gm(d)) +b0.setProperty("-webkit-text-stroke",A.h(b)+"px "+A.h(f),"")}else if(d!=null){f=A.cg(d.gm(d)) +b0.setProperty("color",f,"")}f=g.cx +a=f==null?a8:f.gag(f) +if(a!=null){f=A.cg(a.a) +b0.setProperty("background-color",f,"")}a0=g.at +if(a0!=null){f=B.c.dh(a0) +b0.setProperty("font-size",""+f+"px","")}f=g.f +if(f!=null){f=A.aok(f) +f.toString +b0.setProperty("font-weight",f,"")}f=A.adD(g.y) +f.toString +b0.setProperty("font-family",f,"") +f=g.ax +if(f!=null)b0.setProperty("letter-spacing",A.h(f)+"px","") +f=g.ay +if(f!=null)b0.setProperty("word-spacing",A.h(f)+"px","") +f=g.b +e=f!=null +a1=e&&!0 +a2=g.db +if(a2!=null){a3=A.aA9(a2) +b0.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.h(A.az2(e)) +a4=f.length===0?a8:f.charCodeAt(0)==0?f:f +if(a4!=null){f=$.bQ() +if(f===B.A){f=h.style +f.setProperty("-webkit-text-decoration",a4,"")}else b0.setProperty("text-decoration",a4,"") +a5=g.c +if(a5!=null){f=A.cg(a5.a) +b0.setProperty("text-decoration-color",f,"")}}}a6=g.as +if(a6!=null&&a6.length!==0){g=A.azj(a6) +b0.setProperty("font-variation-settings",g,"")}g=j.NO() +f=g.a +e=g.b +a3=h.style +a3.setProperty("position","absolute","") +a3.setProperty("top",A.h(e)+"px","") +a3.setProperty("left",A.h(f)+"px","") +a3.setProperty("width",A.h(g.c-f)+"px","") +a3.setProperty("line-height",A.h(g.d-e)+"px","") +h.append(self.document.createTextNode(i)) +a9.append(h)}++q}return a9}, +qA(){return this.ge6().qA()}, +qB(a,b,c,d){return this.ge6().OK(a,b,c,d)}, +vu(a,b,c){return this.qB(a,b,c,B.dG)}, +eN(a){return this.ge6().eN(a)}, +vF(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.d4(A.am5(B.Rt,r,s+1),A.am5(B.Rs,r,s))}, +Ck(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.au() +q=n.r=new A.lC(n,r,B.u) +p=q +s=p}else p=s +if(!(k=o.b&&m") +return A.a6(new A.ad(s,new A.TV(),r),!0,r.h("aY.E"))}, +l(){this.y=!0}} +A.TV.prototype={ +$1(a){return a.a}, +$S:486} +A.w5.prototype={} +A.qx.prototype={ +Nx(){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.gwH(b) +r=b.gwW() +q=b.gwX() +p=b.gwY() +o=b.gwZ() +n=b.gxi(b) +m=b.gxg(b) +l=b.gyj() +k=b.gxc(b) +j=b.gxd() +i=b.gxe() +h=b.gxh() +g=b.gxf(b) +f=b.gxB(b) +e=b.gyD(b) +d=b.gwh(b) +c=b.gxD() +e=b.a=A.ajv(b.gwu(b),s,r,q,p,o,k,j,i,g,m,h,n,b.grm(),d,f,c,b.gyf(),l,e) +return e}return a}} +A.Cv.prototype={ +gwH(a){var s=this.c.a +if(s==null)if(this.grm()==null){s=this.b +s=s.gwH(s)}else s=null +return s}, +gwW(){var s=this.c.b +return s==null?this.b.gwW():s}, +gwX(){var s=this.c.c +return s==null?this.b.gwX():s}, +gwY(){var s=this.c.d +return s==null?this.b.gwY():s}, +gwZ(){var s=this.c.e +return s==null?this.b.gwZ():s}, +gxi(a){var s=this.c.f +if(s==null){s=this.b +s=s.gxi(s)}return s}, +gxg(a){var s=this.b +s=s.gxg(s) +return s}, +gyj(){var s=this.c.w +return s==null?this.b.gyj():s}, +gxd(){var s=this.c.z +return s==null?this.b.gxd():s}, +gxe(){var s=this.b.gxe() +return s}, +gxh(){var s=this.c.as +return s==null?this.b.gxh():s}, +gxf(a){var s=this.c.at +if(s==null){s=this.b +s=s.gxf(s)}return s}, +gxB(a){var s=this.c.ax +if(s==null){s=this.b +s=s.gxB(s)}return s}, +gyD(a){var s=this.c.ay +if(s==null){s=this.b +s=s.gyD(s)}return s}, +gwh(a){var s=this.c.ch +if(s==null){s=this.b +s=s.gwh(s)}return s}, +gxD(){var s=this.c.CW +return s==null?this.b.gxD():s}, +gwu(a){var s=this.c.cx +if(s==null){s=this.b +s=s.gwu(s)}return s}, +grm(){var s=this.c.cy +return s==null?this.b.grm():s}, +gyf(){var s=this.c.db +return s==null?this.b.gyf():s}, +gxc(a){var s=this.c +if(s.x)s=s.y +else{s=this.b +s=s.gxc(s)}return s}} +A.I3.prototype={ +gwH(a){return null}, +gwW(){return null}, +gwX(){return null}, +gwY(){return null}, +gwZ(){return null}, +gxi(a){return this.b.c}, +gxg(a){return this.b.d}, +gyj(){return null}, +gxc(a){var s=this.b.f +return s==null?"sans-serif":s}, +gxd(){return null}, +gxe(){return null}, +gxh(){return null}, +gxf(a){var s=this.b.r +return s==null?14:s}, +gxB(a){return null}, +gyD(a){return null}, +gwh(a){return this.b.w}, +gxD(){return this.b.Q}, +gwu(a){return null}, +grm(){return null}, +gyf(){return null}} +A.TU.prototype={ +gEQ(){var s=this.d,r=s.length +return r===0?this.e:s[r-1]}, +qd(a){this.d.push(new A.Cv(this.gEQ(),t.Q4.a(a)))}, +eK(){var s=this.d +if(s.length!==0)s.pop()}, +mr(a){var s,r=this,q=r.a,p=q.a,o=p+a +q.a=o +s=r.gEQ().Nx() +r.a12(s) +r.c.push(new A.w5(s,p.length,o.length))}, +a12(a){var s,r,q,p,o=this +if(!o.w)return +s=a.ax +if(s!=null&&s!==0){o.w=!1 +return}r=a.b +if(r!=null){q=r.a +q=B.e.a!==q}else q=!1 +if(q){o.w=!1 +return}p=a.as +if(p!=null&&p.length!==0){o.w=!1 +return}}, +aN(){var s,r=this,q=r.c +if(q.length===0)q.push(new A.w5(r.e.Nx(),0,0)) +s=r.a.a +return new A.Cr(q,r.b,s.charCodeAt(0)==0?s:s,r.w)}} +A.Yg.prototype={ +j4(a){return this.a7v(a)}, +a7v(a0){var s=0,r=A.a0(t.S7),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$j4=A.a1(function(a1,a2){if(a1===1)return A.Y(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.df$=(a-p.a.f)/(p.f-s)*r}} +A.a9b.prototype={ +gId(){var s,r,q,p,o,n,m,l,k=this,j=k.u2$ +if(j===$){s=k.ee$ +s===$&&A.b() +r=k.gf8(k) +q=k.ee$.a +p=k.jO$ +p===$&&A.b() +o=k.gnt(k) +n=k.ee$ +m=k.jP$ +m===$&&A.b() +l=k.d +l.toString +k.u2$!==$&&A.au() +j=k.u2$=new A.e3(s.a.r+r,q.w-p,q.r+o,n.a.w+m,l)}return j}, +NO(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.ee$ +h===$&&A.b() +if(i.b>h.c-h.e){s=i.d +s.toString +h=h.a.r +if(s===B.q){s=i.gf8(i) +r=i.ee$.a +q=i.jO$ +q===$&&A.b() +p=i.gnt(i) +o=i.de$ +o===$&&A.b() +n=i.df$ +m=i.jQ$ +m===$&&A.b() +l=i.ee$ +k=i.jP$ +k===$&&A.b() +j=i.d +j.toString +j=new A.e3(h+s,r.w-q,r.r+p-(o+n-m),l.a.w+k,j) +h=j}else{s=i.gf8(i) +r=i.de$ +r===$&&A.b() +q=i.df$ +p=i.jQ$ +p===$&&A.b() +o=i.ee$.a +n=i.jO$ +n===$&&A.b() +m=i.gnt(i) +l=i.ee$ +k=i.jP$ +k===$&&A.b() +j=i.d +j.toString +j=new A.e3(h+s+(r+q-p),o.w-n,o.r+m,l.a.w+k,j) +h=j}return h}return i.gId()}, +NT(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.gId() +if(r)q=0 +else{r=j.ic$ +r===$&&A.b() +r.skX(j.f) +r=j.ic$ +p=$.ov() +o=r.a.c +o===$&&A.b() +q=A.m4(p,o,s,b,r.c.a.ax)}s=j.b-j.r +if(a>=s)n=0 +else{r=j.ic$ +r===$&&A.b() +r.skX(j.f) +r=j.ic$ +p=$.ov() +o=r.a.c +o===$&&A.b() +n=A.m4(p,o,a,s,r.c.a.ax)}s=j.d +s.toString +if(s===B.q){m=j.gf8(j)+q +l=j.gnt(j)-n}else{m=j.gf8(j)+n +l=j.gnt(j)-q}s=j.ee$ +s===$&&A.b() +s=s.a +r=s.r +s=s.w +p=j.jO$ +p===$&&A.b() +o=j.jP$ +o===$&&A.b() +k=j.d +k.toString +return new A.e3(r+m,s-p,r+l,s+o,k)}, +a99(){return this.NT(null,null)}, +P1(a){var s,r,q,p,o,n,m,l,k,j=this +a=j.YY(a) +s=j.a +r=j.b-j.r +q=r-s +if(q===0)return new A.bF(s,B.D) +if(q===1){p=j.de$ +p===$&&A.b() +return aq.c;){if(q.ga2F()){q.a6P() +s.push(q.aN()) +a0.x=!0 +break $label0$0}if(q.ga77())q.a8Z() +else q.a5m() +n+=q.a20(o,n+1) +s.push(q.aN()) +q=q.MB()}a1=q.a +if(a1.length!==0){a1=B.b.gN(a1).c +a1=a1===B.bh||a1===B.bi}else a1=!1 +if(a1){s.push(q.aN()) +q=q.MB()}}a1=r.b +l=a1.e +if(l!=null&&s.length>l){a0.x=!0 +B.b.BA(s,l,s.length)}for(r=s.length,k=1/0,j=-1/0,i=0;ij)j=c}a0.z=new A.C(k,0,j,a0.c) +if(r!==0)if(isFinite(a0.b)&&a1.a===B.eZ)for(n=0;n=d;--s){q=o[s] +q.n0$=e+r +if(q.d==null)q.d=a +p=q.de$ +p===$&&A.b() +r+=p+q.df$}return r}, +qA(){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.bF(l.c-l.d,B.ap) +s=k-j +for(k=l.w,j=k.length,r=0;r1 +return this.as>0}, +ga1V(){var s=this.c-this.w,r=this.d.b,q=r.a +switch((q==null?B.aH:q).a){case 2:return s/2 +case 1:return s +case 4:r=r.b +return(r==null?B.q:r)===B.P?s:0 +case 5:r=r.b +return(r==null?B.q:r)===B.P?0:s +default:return 0}}, +ga2F(){var s,r=this.d.b +if(r.z==null)return!1 +s=r.e +return s==null||s===this.f+1}, +gUw(){var s=this.a +if(s.length!==0){s=B.b.gN(s).c +s=s===B.bh||s===B.bi}else s=!1 +if(s)return!1 +s=this.b +s=s==null?null:s.length!==0 +if(s===!0)return!1 +return!0}, +J7(a){var s=this +s.ta(a) +if(a.c!==B.m)s.Q=s.a.length +B.b.B(s.a,a)}, +ta(a){var s,r=this,q=a.w +r.at=r.at+q +if(a.gAv())r.ax+=q +else{r.ax=q +q=r.x +s=a.jQ$ +s===$&&A.b() +r.w=q+s}q=r.x +s=a.de$ +s===$&&A.b() +r.x=q+(s+a.df$) +if(a.gj2())r.U5(a) +if(a.c!==B.m)++r.as +q=r.y +s=a.jO$ +s===$&&A.b() +r.y=Math.max(q,s) +s=r.z +q=a.jP$ +q===$&&A.b() +r.z=Math.max(s,q)}, +U5(a){var s,r,q,p,o,n=this,m=t.mX.a(a.f) +switch(m.ghk()){case B.uZ:s=n.y +r=m.gb7(m).a3(0,n.y) +break +case B.hM:s=m.gb7(m).a3(0,n.z) +r=n.z +break +case B.v_:q=n.y +p=n.z +o=m.gb7(m).d4(0,2).a3(0,(q+p)/2) +s=B.c.X(n.y,o) +r=B.c.X(n.z,o) +break +case B.uX:s=m.gb7(m) +r=0 +break +case B.uY:r=m.gb7(m) +s=0 +break +case B.uW:s=m.ga9T() +r=m.gb7(m).a3(0,s) +break +default:s=null +r=null}q=a.jQ$ +q===$&&A.b() +p=a.de$ +p===$&&A.b() +a.qR(n.e,s,r,q,p+a.df$)}, +ot(){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.gN(s) +if(q.gj2()){if(r){p=g.b +p.toString +B.b.li(p,0,B.b.dk(s)) +g.ot()}return}p=g.e +p.skX(q.f) +o=g.x +n=q.de$ +n===$&&A.b() +m=q.df$ +l=q.b-q.r +k=p.Lq(q.a,l,r,b-(o-(n+m))) +if(k===l)return +B.b.dk(s) +g.ot() +j=q.hT(0,k) +i=B.b.gK(j) +if(i!=null){p.AN(i) +g.J7(i)}h=B.b.gN(j) +if(h!=null){p.AN(h) +s=g.b +s.toString +B.b.li(s,0,h)}}, +a5m(){return this.Lr(!1,null)}, +a6P(){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.skX(B.b.gN(r).f) +q=$.ov() +p=f.length +o=A.m4(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.gN(r) +j=k.de$ +j===$&&A.b() +k=l-(j+k.df$) +l=k}else l=0 +if(!(l>m))break +l=g.b +l.toString +B.b.li(l,0,B.b.dk(r)) +g.ot() +s.skX(B.b.gN(r).f) +o=A.m4(q,f,0,p,null) +m=n-o}i=B.b.gN(r) +g.Lr(!0,m) +f=g.gL7() +h=new A.DU($,$,$,$,$,$,$,$,0,B.bi,null,B.h1,i.f,0,0,f,f) +f=i.jO$ +f===$&&A.b() +r=i.jP$ +r===$&&A.b() +h.qR(s,f,r,o,o) +g.J7(h)}, +a8Z(){var s,r=this.a,q=r.length,p=q-2 +for(;r[p].c===B.m;)--p +s=p+1 +A.cV(s,q,q,null,null) +this.b=A.dR(r,s,q,A.ae(r).c).dl(0) +B.b.BA(r,s,r.length) +this.ot()}, +a20(a,b){var s,r=this,q=r.a,p=b +while(!0){if(r.gUw())if(p1;){p=B.f.cq(q+r,2) +o=$.ov() +s===$&&A.b() +n=A.m4(o,s,a,p,this.c.a.ax) +if(nd?q:p +r=p}}return q===a&&!c?q+1:q}} +A.l7.prototype={ +F(){return"LineBreakType."+this.b}} +A.Ww.prototype={ +u9(){return A.ayX(this.a)}} +A.a6E.prototype={ +u9(){var s=this.a +return A.anU(s,s,this.b)}} +A.l6.prototype={ +gq(a){var s=this +return A.D(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,b){var s=this +if(b==null)return!1 +return b instanceof A.l6&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +i(a){return"LineBreakFragment("+this.a+", "+this.b+", "+this.c.i(0)+")"}} +A.acV.prototype={ +$2(a,b){var s=this,r=a===B.bi?s.b.length:s.a.f,q=s.a,p=q.a +if(p===B.c4)++q.d +else if(p===B.cQ||p===B.e5||p===B.e9){++q.e;++q.d}if(a===B.m)return +p=q.c +s.c.push(new A.l6(a,q.e,q.d,p,r)) +q.c=q.f +q.d=q.e=0 +q.a=q.b=null}, +$S:437} +A.I9.prototype={ +l(){this.a.remove()}} +A.a5H.prototype={ +aC(a,b){var s,r,q,p,o,n,m,l=this.a.ge6().y +for(s=l.length,r=0;rthis.b)return B.R8 +return B.R7}} +A.kb.prototype={ +u6(a,b,c){var s=A.Bu(b,c) +return s==null?this.b:this.n7(s)}, +n7(a){var s,r,q,p,o=this +if(a==null)return o.b +s=o.c +r=s.k(0,a) +if(r!=null)return r +q=o.Ug(a) +p=q===-1?o.b:o.a[q].c +s.n(0,a,p) +return p}, +Ug(a){var s,r,q=this.a,p=q.length +for(s=0;s")).U(0,new A.W6(this,r)) +return r}} +A.W6.prototype={ +$1(a){var s=this.a,r=s.b.k(0,a) +r.toString +this.b.push(A.ca(r,"input",new A.W7(s,a,r)))}, +$S:417} +A.W7.prototype={ +$1(a){var s,r=this.a.c,q=this.b +if(r.k(0,q)==null)throw A.d(A.O("AutofillInfo must have a valid uniqueIdentifier.")) +else{r=r.k(0,q) +r.toString +s=A.ajq(this.c) +$.aJ().hy("flutter/textinput",B.ae.hr(new A.fN("TextInputClient.updateEditingStateWithTag",[0,A.aU([r.b,s.NM()],t.ob,t.z)])),A.Sl())}}, +$S:1} +A.C8.prototype={ +Jy(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.Vz(a,q) +else A.Vz(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.ab(s?"on":p) +s=r==null?t.K.a(r):r +a.setAttribute("autocomplete",s)}}}, +dL(a){return this.Jy(a,!1)}} +A.qG.prototype={} +A.pa.prototype={ +guH(){return Math.min(this.b,this.c)}, +guE(){return Math.max(this.b,this.c)}, +NM(){var s=this +return A.aU(["text",s.a,"selectionBase",s.b,"selectionExtent",s.c,"composingBase",s.d,"composingExtent",s.e],t.N,t.z)}, +gq(a){var s=this +return A.D(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,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(A.v(s)!==J.M(b))return!1 +return b instanceof A.pa&&b.a==s.a&&b.guH()===s.guH()&&b.guE()===s.guE()&&b.d===s.d&&b.e===s.e}, +i(a){return this.aQ(0)}, +dL(a){var s,r,q=this,p=globalThis.HTMLInputElement +if(p!=null&&a instanceof p){a.toString +A.aj7(a,q.a) +s=q.guH() +r=q.guE() +a.setSelectionRange(s,r)}else{p=globalThis.HTMLTextAreaElement +if(p!=null&&a instanceof p){a.toString +A.ajb(a,q.a) +s=q.guH() +r=q.guE() +a.setSelectionRange(s,r)}else{s=a==null?null:A.atl(a) +throw A.d(A.V("Unsupported DOM element type: <"+A.h(s)+"> ("+J.M(a).i(0)+")"))}}}} +A.Z2.prototype={} +A.EH.prototype={ +hI(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.dL(s)}q=r.d +q===$&&A.b() +if(q.w!=null){r.qa() +q=r.e +if(q!=null)q.dL(r.c) +r.gLo().focus() +r.c.focus()}}} +A.Ic.prototype={ +hI(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.dL(s)}q=r.d +q===$&&A.b() +if(q.w!=null)A.cd(B.o,new A.a2E(r))}, +pQ(){if(this.w!=null)this.hI() +this.c.focus()}} +A.a2E.prototype={ +$0(){var s,r=this.a +r.qa() +r.gLo().focus() +r.c.focus() +s=r.e +if(s!=null){r=r.c +r.toString +s.dL(r)}}, +$S:0} +A.tW.prototype={ +ghq(){var s=null,r=this.f +if(r==null){r=this.e.a +r.toString +r=this.f=new A.qG(r,"",-1,-1,s,s,s,s)}return r}, +gLo(){var s=this.d +s===$&&A.b() +s=s.w +return s==null?null:s.a}, +nb(a,b,c){var s,r,q,p=this,o="none",n="transparent" +p.c=a.a.za() +p.yP(a) +s=p.c +s.classList.add("flt-text-editing") +r=s.style +A.n(r,"forced-color-adjust",o) +A.n(r,"white-space","pre-wrap") +A.n(r,"align-content","center") +A.n(r,"position","absolute") +A.n(r,"top","0") +A.n(r,"left","0") +A.n(r,"padding","0") +A.n(r,"opacity","1") +A.n(r,"color",n) +A.n(r,"background-color",n) +A.n(r,"background",n) +A.n(r,"caret-color",n) +A.n(r,"outline",o) +A.n(r,"border",o) +A.n(r,"resize",o) +A.n(r,"text-shadow",o) +A.n(r,"overflow","hidden") +A.n(r,"transform-origin","0 0 0") +q=$.bQ() +if(q!==B.bd)q=q===B.A +else q=!0 +if(q)s.classList.add("transparentTextEditing") +s=p.r +if(s!=null){q=p.c +q.toString +s.dL(q)}s=p.d +s===$&&A.b() +if(s.w==null){s=$.dx.x +s===$&&A.b() +q=p.c +q.toString +s.append(q) +p.Q=!1}p.pQ() +p.b=!0 +p.x=c +p.y=b}, +yP(a){var s,r,q,p,o,n=this +n.d=a +s=n.c +if(a.c){s.toString +r=A.ab("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.ab("password") +if(r==null)r=t.K.a(r) +s.setAttribute("type",r)}if(a.a===B.jP){s=n.c +s.toString +r=A.ab("none") +if(r==null)r=t.K.a(r) +s.setAttribute("inputmode",r)}q=A.atL(a.b) +s=n.c +s.toString +q.a3f(s) +p=a.r +s=n.c +if(p!=null){s.toString +p.Jy(s,!0)}else{s.toString +r=A.ab("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.ab(o) +if(r==null)r=t.K.a(r) +s.setAttribute("autocorrect",r)}, +pQ(){this.hI()}, +oK(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.C(q.z,p.oL()) +p=q.z +s=q.c +s.toString +r=q.gpJ() +p.push(A.ca(s,"input",r)) +s=q.c +s.toString +p.push(A.ca(s,"keydown",q.gq1())) +p.push(A.ca(self.document,"selectionchange",r)) +r=q.c +r.toString +A.bM(r,"beforeinput",t.e.a(A.be(q.gua())),null) +r=q.c +r.toString +q.tk(r) +r=q.c +r.toString +p.push(A.ca(r,"blur",new A.UY(q))) +q.v3()}, +C2(a){this.w=a +if(this.b)this.hI()}, +C3(a){var s +this.r=a +if(this.b){s=this.c +s.toString +a.dL(s)}}, +f_(a){var s,r,q,p=this,o=null +p.b=!1 +p.w=p.r=p.f=p.e=null +for(s=p.z,r=0;r=0&&a.c>=0) +else s=!0 +if(s)return +a.dL(this.c)}, +hI(){this.c.focus()}, +qa(){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=$.dx.x +q===$&&A.b() +q.append(r) +this.Q=!0}, +LA(a){var s,r,q=this,p=q.c +p.toString +s=q.a47(A.ajq(p)) +p=q.d +p===$&&A.b() +if(p.f){q.ghq().r=s.d +q.ghq().w=s.e +r=A.awY(s,q.e,q.ghq())}else r=null +if(!s.j(0,q.e)){q.e=s +q.f=r +q.x.$2(s,r)}q.f=null}, +a5q(a){var s,r,q,p=this,o=A.cL(a.data),n=A.cL(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.ghq().b="" +p.ghq().d=r}else if(n==="insertLineBreak"){p.ghq().b="\n" +p.ghq().c=r +p.ghq().d=r}else if(o!=null){p.ghq().b=o +p.ghq().c=r +p.ghq().d=r}}}, +a7N(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.FU))a.preventDefault()}}, +zK(a,b,c,d){var s,r=this +r.nb(b,c,d) +r.oK() +s=r.e +if(s!=null)r.CH(s) +r.c.focus()}, +v3(){var s=this,r=s.z,q=s.c +q.toString +r.push(A.ca(q,"mousedown",new A.UZ())) +q=s.c +q.toString +r.push(A.ca(q,"mouseup",new A.V_())) +q=s.c +q.toString +r.push(A.ca(q,"mousemove",new A.V0()))}} +A.UY.prototype={ +$1(a){this.a.c.focus()}, +$S:1} +A.UZ.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.V_.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.V0.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.Yv.prototype={ +nb(a,b,c){var s,r=this +r.w6(a,b,c) +s=r.c +s.toString +a.a.K4(s) +s=r.d +s===$&&A.b() +if(s.w!=null)r.qa() +s=r.c +s.toString +a.x.CE(s)}, +pQ(){A.n(this.c.style,"transform","translate(-9999px, -9999px)") +this.p1=!1}, +oK(){var s,r,q,p=this,o=p.d +o===$&&A.b() +o=o.w +if(o!=null)B.b.C(p.z,o.oL()) +o=p.z +s=p.c +s.toString +r=p.gpJ() +o.push(A.ca(s,"input",r)) +s=p.c +s.toString +o.push(A.ca(s,"keydown",p.gq1())) +o.push(A.ca(self.document,"selectionchange",r)) +r=p.c +r.toString +A.bM(r,"beforeinput",t.e.a(A.be(p.gua())),null) +r=p.c +r.toString +p.tk(r) +r=p.c +r.toString +o.push(A.ca(r,"focus",new A.Yy(p))) +p.U1() +q=new A.iV() +$.jh() +q.ku(0) +r=p.c +r.toString +o.push(A.ca(r,"blur",new A.Yz(p,q)))}, +C2(a){var s=this +s.w=a +if(s.b&&s.p1)s.hI()}, +f_(a){var s +this.Qr(0) +s=this.ok +if(s!=null)s.bt(0) +this.ok=null}, +U1(){var s=this.c +s.toString +this.z.push(A.ca(s,"click",new A.Yw(this)))}, +Hp(){var s=this.ok +if(s!=null)s.bt(0) +this.ok=A.cd(B.aB,new A.Yx(this))}, +hI(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.dL(r)}}} +A.Yy.prototype={ +$1(a){this.a.Hp()}, +$S:1} +A.Yz.prototype={ +$1(a){var s=A.cx(this.b.gL0(),0).a<2e5,r=self.document.hasFocus()&&s,q=this.a +if(r)q.c.focus() +else q.a.vP()}, +$S:1} +A.Yw.prototype={ +$1(a){var s=this.a +if(s.p1){s.pQ() +s.Hp()}}, +$S:1} +A.Yx.prototype={ +$0(){var s=this.a +s.p1=!0 +s.hI()}, +$S:0} +A.T2.prototype={ +nb(a,b,c){var s,r,q=this +q.w6(a,b,c) +s=q.c +s.toString +a.a.K4(s) +s=q.d +s===$&&A.b() +if(s.w!=null)q.qa() +else{s=$.dx.x +s===$&&A.b() +r=q.c +r.toString +s.append(r)}s=q.c +s.toString +a.x.CE(s)}, +oK(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.C(q.z,p.oL()) +p=q.z +s=q.c +s.toString +r=q.gpJ() +p.push(A.ca(s,"input",r)) +s=q.c +s.toString +p.push(A.ca(s,"keydown",q.gq1())) +p.push(A.ca(self.document,"selectionchange",r)) +r=q.c +r.toString +A.bM(r,"beforeinput",t.e.a(A.be(q.gua())),null) +r=q.c +r.toString +q.tk(r) +r=q.c +r.toString +p.push(A.ca(r,"blur",new A.T3(q))) +q.v3()}, +hI(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.dL(r)}}} +A.T3.prototype={ +$1(a){var s=this.a +if(self.document.hasFocus())s.c.focus() +else s.a.vP()}, +$S:1} +A.WD.prototype={ +nb(a,b,c){var s +this.w6(a,b,c) +s=this.d +s===$&&A.b() +if(s.w!=null)this.qa()}, +oK(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.C(q.z,p.oL()) +p=q.z +s=q.c +s.toString +r=q.gpJ() +p.push(A.ca(s,"input",r)) +s=q.c +s.toString +p.push(A.ca(s,"keydown",q.gq1())) +s=q.c +s.toString +A.bM(s,"beforeinput",t.e.a(A.be(q.gua())),null) +s=q.c +s.toString +q.tk(s) +s=q.c +s.toString +p.push(A.ca(s,"keyup",new A.WF(q))) +s=q.c +s.toString +p.push(A.ca(s,"select",r)) +r=q.c +r.toString +p.push(A.ca(r,"blur",new A.WG(q))) +q.v3()}, +a_d(){A.cd(B.o,new A.WE(this))}, +hI(){var s,r,q=this +q.c.focus() +s=q.w +if(s!=null){r=q.c +r.toString +s.dL(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.dL(r)}}} +A.WF.prototype={ +$1(a){this.a.LA(a)}, +$S:1} +A.WG.prototype={ +$1(a){this.a.a_d()}, +$S:1} +A.WE.prototype={ +$0(){this.a.c.focus()}, +$S:0} +A.a5q.prototype={} +A.a5v.prototype={ +h0(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.gfg().f_(0)}a.b=this.a +a.d=this.b}} +A.a5C.prototype={ +h0(a){var s=a.gfg(),r=a.d +r.toString +s.yP(r)}} +A.a5x.prototype={ +h0(a){a.gfg().CH(this.a)}} +A.a5A.prototype={ +h0(a){if(!a.c)a.a0C()}} +A.a5w.prototype={ +h0(a){a.gfg().C2(this.a)}} +A.a5z.prototype={ +h0(a){a.gfg().C3(this.a)}} +A.a5p.prototype={ +h0(a){if(a.c){a.c=!1 +a.gfg().f_(0)}}} +A.a5s.prototype={ +h0(a){if(a.c){a.c=!1 +a.gfg().f_(0)}}} +A.a5y.prototype={ +h0(a){}} +A.a5u.prototype={ +h0(a){}} +A.a5t.prototype={ +h0(a){}} +A.a5r.prototype={ +h0(a){a.vP() +if(this.a)A.aCx() +A.aAC()}} +A.aen.prototype={ +$2(a,b){var s=t.qr +s=A.bL(new A.dw(b.getElementsByClassName("submitBtn"),s),s.h("j.E"),t.e) +A.m(s).z[1].a(J.kI(s.a)).click()}, +$S:412} +A.a5d.prototype={ +a6f(a,b){var s,r,q,p,o,n,m,l,k=B.ae.fG(a) +switch(k.a){case"TextInput.setClient":s=k.b +r=J.aI(s) +q=new A.a5v(A.eA(r.k(s,0)),A.ajX(t.a.a(r.k(s,1)))) +break +case"TextInput.updateConfig":this.a.d=A.ajX(t.a.a(k.b)) +q=B.yV +break +case"TextInput.setEditingState":q=new A.a5x(A.ajr(t.a.a(k.b))) +break +case"TextInput.show":q=B.yT +break +case"TextInput.setEditableSizeAndTransform":q=new A.a5w(A.aty(t.a.a(k.b))) +break +case"TextInput.setStyle":s=t.a.a(k.b) +r=J.aI(s) +p=A.eA(r.k(s,"textAlignIndex")) +o=A.eA(r.k(s,"textDirectionIndex")) +n=A.Bf(r.k(s,"fontWeightIndex")) +m=n!=null?A.aoj(n):"normal" +l=A.an_(r.k(s,"fontSize")) +if(l==null)l=null +q=new A.a5z(new A.VS(l,m,A.cL(r.k(s,"fontFamily")),B.Fx[p],B.l6[o])) +break +case"TextInput.clearClient":q=B.yO +break +case"TextInput.hide":q=B.yP +break +case"TextInput.requestAutofill":q=B.yQ +break +case"TextInput.finishAutofillContext":q=new A.a5r(A.op(k.b)) +break +case"TextInput.setMarkedTextRect":q=B.yS +break +case"TextInput.setCaretRect":q=B.yR +break +default:$.aJ().dB(b,null) +return}q.h0(this.a) +new A.a5e(b).$0()}} +A.a5e.prototype={ +$0(){$.aJ().dB(this.a,B.K.bu([!0]))}, +$S:0} +A.Ys.prototype={ +goZ(a){var s=this.a +if(s===$){s!==$&&A.au() +s=this.a=new A.a5d(this)}return s}, +gfg(){var s,r,q,p,o=this,n=null,m=o.f +if(m===$){s=$.dn +if((s==null?$.dn=A.jw():s).x){s=A.awn(o) +r=s}else{s=$.bQ() +if(s===B.A){q=$.cX() +q=q===B.a5}else q=!1 +if(q)p=new A.Yv(o,A.a([],t.Up),$,$,$,n) +else if(s===B.A)p=new A.Ic(o,A.a([],t.Up),$,$,$,n) +else{if(s===B.bd){q=$.cX() +q=q===B.ex}else q=!1 +if(q)p=new A.T2(o,A.a([],t.Up),$,$,$,n) +else p=s===B.b2?new A.WD(o,A.a([],t.Up),$,$,$,n):A.au9(o)}r=p}o.f!==$&&A.au() +m=o.f=r}return m}, +a0C(){var s,r,q=this +q.c=!0 +s=q.gfg() +r=q.d +r.toString +s.zK(0,r,new A.Yt(q),new A.Yu(q))}, +vP(){var s,r=this +if(r.c){r.c=!1 +r.gfg().f_(0) +r.goZ(r) +s=r.b +$.aJ().hy("flutter/textinput",B.ae.hr(new A.fN("TextInputClient.onConnectionClosed",[s])),A.Sl())}}} +A.Yu.prototype={ +$2(a,b){var s,r,q="flutter/textinput",p=this.a +if(p.d.f){p.goZ(p) +p=p.b +s=t.N +r=t.z +$.aJ().hy(q,B.ae.hr(new A.fN("TextInputClient.updateEditingStateWithDeltas",[p,A.aU(["deltas",A.a([A.aU(["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.Sl())}else{p.goZ(p) +p=p.b +$.aJ().hy(q,B.ae.hr(new A.fN("TextInputClient.updateEditingState",[p,a.NM()])),A.Sl())}}, +$S:388} +A.Yt.prototype={ +$1(a){var s=this.a +s.goZ(s) +s=s.b +$.aJ().hy("flutter/textinput",B.ae.hr(new A.fN("TextInputClient.performAction",[s,a])),A.Sl())}, +$S:373} +A.VS.prototype={ +dL(a){var s=this,r=a.style +A.n(r,"text-align",A.aCK(s.d,s.e)) +A.n(r,"font",s.b+" "+A.h(s.a)+"px "+A.h(A.adD(s.c)))}} +A.VQ.prototype={ +dL(a){var s=A.h7(this.c),r=a.style +A.n(r,"width",A.h(this.a)+"px") +A.n(r,"height",A.h(this.b)+"px") +A.n(r,"transform",s)}} +A.VR.prototype={ +$1(a){return A.Bg(a)}, +$S:372} +A.y9.prototype={ +F(){return"TransformKind."+this.b}} +A.adC.prototype={ +$1(a){return"0x"+B.d.j7(B.f.fe(a,16),2,"0")}, +$S:52} +A.Fv.prototype={ +gu(a){return this.b.b}, +k(a,b){var s=this.c.k(0,b) +return s==null?null:s.d.b}, +DJ(a,b,c){var s,r,q,p=this.b +p.tl(new A.OH(b,c)) +s=this.c +r=p.a +q=r.b.r9() +q.toString +s.n(0,b,q) +if(p.b>this.a){s.v(0,r.a.gtY().a) +p.dk(0)}}} +A.bo.prototype={ +aF(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]}, +k(a,b){return this.a[b]}, +ac(a,b,a0){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] +s[12]=r*b+q*a0+p*0+o +s[13]=n*b+m*a0+l*0+k +s[14]=j*b+i*a0+h*0+g +s[15]=f*b+e*a0+d*0+c}, +a9f(a,b){return this.ac(a,b,0)}, +h9(a,b,c,d){var s=c==null?b:c,r=d==null?b:d,q=this.a +q[15]=q[15] +q[0]=q[0]*b +q[1]=q[1]*b +q[2]=q[2]*b +q[3]=q[3]*b +q[4]=q[4]*s +q[5]=q[5]*s +q[6]=q[6]*s +q[7]=q[7]*s +q[8]=q[8]*r +q[9]=q[9]*r +q[10]=q[10]*r +q[11]=q[11]*r +q[12]=q[12] +q[13]=q[13] +q[14]=q[14]}, +aH(a,b){return this.h9(a,b,null,null)}, +cJ(a,b,c){return this.h9(a,b,c,null)}, +q8(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.zN((r*a+q*b+p*c+o)*f,(n*a+m*b+l*c+k)*f,(j*a+i*b+h*c+g)*f)}, +pV(a){var s=this.a +return s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[12]===0&&s[13]===0&&s[14]===0&&s[15]===1}, +NC(b0,b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=b1.a,a0=b1.b,a1=b1.c,a2=Math.sqrt(a*a+a0*a0+a1*a1),a3=a/a2,a4=a0/a2,a5=a1/a2,a6=Math.cos(b2),a7=Math.sin(b2),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}, +jo(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +eC(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.aF(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}, +ck(b5,b6){var s=this.a,r=s[15],q=s[0],p=s[4],o=s[8],n=s[12],m=s[1],l=s[5],k=s[9],j=s[13],i=s[2],h=s[6],g=s[10],f=s[14],e=s[3],d=s[7],c=s[11],b=b6.a,a=b[15],a0=b[0],a1=b[4],a2=b[8],a3=b[12],a4=b[1],a5=b[5],a6=b[9],a7=b[13],a8=b[2],a9=b[6],b0=b[10],b1=b[14],b2=b[3],b3=b[7],b4=b[11] +s[0]=q*a0+p*a4+o*a8+n*b2 +s[4]=q*a1+p*a5+o*a9+n*b3 +s[8]=q*a2+p*a6+o*b0+n*b4 +s[12]=q*a3+p*a7+o*b1+n*a +s[1]=m*a0+l*a4+k*a8+j*b2 +s[5]=m*a1+l*a5+k*a9+j*b3 +s[9]=m*a2+l*a6+k*b0+j*b4 +s[13]=m*a3+l*a7+k*b1+j*a +s[2]=i*a0+h*a4+g*a8+f*b2 +s[6]=i*a1+h*a5+g*a9+f*b3 +s[10]=i*a2+h*a6+g*b0+f*b4 +s[14]=i*a3+h*a7+g*b1+f*a +s[3]=e*a0+d*a4+c*a8+r*b2 +s[7]=e*a1+d*a5+c*a9+r*b3 +s[11]=e*a2+d*a6+c*b0+r*b4 +s[15]=e*a3+d*a7+c*b1+r*a}, +d0(a){var s=new A.bo(new Float32Array(16)) +s.aF(this) +s.ck(0,a) +return s}, +NX(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]}, +i(a){return this.aQ(0)}} +A.WB.prototype={ +NW(a,b,c){var s=this.a +this.b=s[12]+s[0]*b+s[4]*c +this.c=s[13]+s[1]*b+s[5]*c}} +A.Dj.prototype={ +Ty(a){var s=A.aB_(new A.UP(this)) +this.b=s +s.observe(this.a)}, +Ui(a){this.c.B(0,a)}, +aU(a){var s=this.b +s===$&&A.b() +s.disconnect() +this.c.aU(0)}, +gMI(a){var s=this.c +return new A.kf(s,A.m(s).h("kf<1>"))}, +kU(){var s,r +$.c5() +s=$.bw().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}r=this.a +return new A.Q(r.clientWidth*s,r.clientHeight*s)}, +JZ(a,b){return B.dx}} +A.UP.prototype={ +$2(a,b){new A.ad(a,new A.UO(),a.$ti.h("ad")).U(0,this.a.gUh())}, +$S:366} +A.UO.prototype={ +$1(a){return new A.Q(a.contentRect.width,a.contentRect.height)}, +$S:365} +A.V8.prototype={} +A.Ez.prototype={ +ZC(a){this.b.B(0,null)}, +aU(a){var s=this.a +s===$&&A.b() +s.b.removeEventListener(s.a,s.c) +this.b.aU(0)}, +gMI(a){var s=this.b +return new A.kf(s,A.m(s).h("kf<1>"))}, +kU(){var s,r,q,p=A.ba("windowInnerWidth"),o=A.ba("windowInnerHeight"),n=self.window.visualViewport +$.c5() +s=$.bw().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}if(n!=null){r=$.cX() +if(r===B.a5){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.ajj(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.ajm(self.window) +r.toString +o.b=r*s}return new A.Q(p.am(),o.am())}, +JZ(a,b){var s,r,q,p +$.c5() +s=$.bw().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}q=self.window.visualViewport +p=A.ba("windowInnerHeight") +if(q!=null){r=$.cX() +if(r===B.a5&&!b)p.b=self.document.documentElement.clientHeight*s +else{r=A.ajj(q) +r.toString +p.b=r*s}}else{r=A.ajm(self.window) +r.toString +p.b=r*s}return new A.K0(0,0,0,a-p.am())}} +A.UQ.prototype={ +LZ(a,b){var s +b.gec(b).U(0,new A.UR(this)) +s=A.ab("custom-element") +if(s==null)s=t.K.a(s) +this.b.setAttribute("flt-embedding",s)}, +JE(a){A.n(a.style,"width","100%") +A.n(a.style,"height","100%") +A.n(a.style,"display","block") +A.n(a.style,"overflow","hidden") +A.n(a.style,"position","relative") +this.b.appendChild(a) +this.qh(a)}, +JF(a,b){this.b.insertBefore(a,b) +this.qh(a)}} +A.UR.prototype={ +$1(a){var s=A.ab(a.b) +if(s==null)s=t.K.a(s) +this.a.b.setAttribute(a.a,s)}, +$S:141} +A.W2.prototype={ +qh(a){}} +A.Xm.prototype={ +LZ(a,b){var s,r,q="0",p="none" +b.gec(b).U(0,new A.Xn(this)) +s=self.document.body +s.toString +r=A.ab("full-page") +if(r==null)r=t.K.a(r) +s.setAttribute("flt-embedding",r) +this.Ud() +r=self.document.body +r.toString +A.d8(r,"position","fixed") +A.d8(r,"top",q) +A.d8(r,"right",q) +A.d8(r,"bottom",q) +A.d8(r,"left",q) +A.d8(r,"overflow","hidden") +A.d8(r,"padding",q) +A.d8(r,"margin",q) +A.d8(r,"user-select",p) +A.d8(r,"-webkit-user-select",p) +A.d8(r,"touch-action",p)}, +JE(a){var s=a.style +A.n(s,"position","absolute") +A.n(s,"top","0") +A.n(s,"right","0") +A.n(s,"bottom","0") +A.n(s,"left","0") +self.document.body.append(a) +this.qh(a)}, +JF(a,b){self.document.body.insertBefore(a,b) +this.qh(a)}, +Ud(){var s,r,q +for(s=t.qr,s=A.bL(new A.dw(self.document.head.querySelectorAll('meta[name="viewport"]'),s),s.h("j.E"),t.e),r=J.ap(s.a),s=A.m(s),s=s.h("@<1>").H(s.z[1]).z[1];r.t();)s.a(r.gE(r)).remove() +q=A.aP(self.document,"meta") +s=A.ab("") +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.qh(q)}} +A.Xn.prototype={ +$1(a){var s,r=self.document.body +r.toString +s=A.ab(a.b) +if(s==null)s=t.K.a(s) +r.setAttribute(a.a,s)}, +$S:141} +A.DZ.prototype={ +Tz(a,b){var s=this,r=s.b,q=s.a +r.e.n(0,q,s) +r.f.n(0,q,B.jV) +$.m0.push(new A.W9(s))}, +gK7(){var s,r=this.d +if(r===$){s=$.dx.f +s===$&&A.b() +r!==$&&A.au() +r=this.d=new A.UF(s)}return r}, +gtv(){var s=this.e +if(s==null){s=$.aeH() +s=this.e=A.ahk(s)}return s}, +oH(){var s=0,r=A.a0(t.H),q,p=this,o,n +var $async$oH=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.aeH() +n=p.e=A.ahk(n)}if(n instanceof A.xs){s=1 +break}o=n.gkl() +n=p.e +n=n==null?null:n.iu() +s=3 +return A.a8(t.uz.b(n)?n:A.kk(n,t.H),$async$oH) +case 3:p.e=A.alh(o) +case 1:return A.Z(q,r)}}) +return A.a_($async$oH,r)}, +th(){var s=0,r=A.a0(t.H),q,p=this,o,n +var $async$th=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.aeH() +n=p.e=A.ahk(n)}if(n instanceof A.vF){s=1 +break}o=n.gkl() +n=p.e +n=n==null?null:n.iu() +s=3 +return A.a8(t.uz.b(n)?n:A.kk(n,t.H),$async$th) +case 3:p.e=A.akk(o) +case 1:return A.Z(q,r)}}) +return A.a_($async$th,r)}, +oI(a){return this.a1z(a)}, +a1z(a){var s=0,r=A.a0(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$oI=A.a1(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.f +j=new A.bD(new A.at($.ag,t.U),t.b) +m.f=j.a +s=3 +return A.a8(k,$async$oI) +case 3:l=!1 +p=4 +s=7 +return A.a8(a.$0(),$async$oI) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +J.arv(j) +s=n.pop() +break +case 6:q=l +s=1 +break +case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$oI,r)}, +A5(a){return this.a5N(a)}, +a5N(a){var s=0,r=A.a0(t.y),q,p=this +var $async$A5=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:q=p.oI(new A.Wa(p,a)) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$A5,r)}, +gkL(){var s=this.b.f.k(0,this.a) +return s==null?B.jV:s}, +gir(){if(this.x==null)this.kU() +var s=this.x +s.toString +return s}, +kU(){var s=this.r +s===$&&A.b() +this.x=s.kU()}, +K1(a){var s=this.r +s===$&&A.b() +this.w=s.JZ(this.x.b,a)}, +a7e(){var s,r,q,p +if(this.x!=null){s=this.r +s===$&&A.b() +r=s.kU() +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

").H(b).h("eh<1,2>"))}, +B(a,b){if(!!a.fixed$length)A.a2(A.V("add")) +a.push(b)}, +hJ(a,b){if(!!a.fixed$length)A.a2(A.V("removeAt")) +if(b<0||b>=a.length)throw A.d(A.H9(b,null)) +return a.splice(b,1)[0]}, +li(a,b,c){if(!!a.fixed$length)A.a2(A.V("insert")) +if(b<0||b>a.length)throw A.d(A.H9(b,null)) +a.splice(b,0,c)}, +M0(a,b,c){var s,r +if(!!a.fixed$length)A.a2(A.V("insertAll")) +A.akW(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.aeS(c) +s=J.bC(c) +a.length=a.length+s +r=b+s +this.br(a,r,a.length,a,b) +this.e2(a,b,r,c)}, +dk(a){if(!!a.fixed$length)A.a2(A.V("removeLast")) +if(a.length===0)throw A.d(A.rP(a,-1)) +return a.pop()}, +v(a,b){var s +if(!!a.fixed$length)A.a2(A.V("remove")) +for(s=0;s"))}, +C(a,b){var s +if(!!a.fixed$length)A.a2(A.V("addAll")) +if(Array.isArray(b)){this.TR(a,b) +return}for(s=J.ap(b);s.t();)a.push(s.gE(s))}, +TR(a,b){var s,r=b.length +if(r===0)return +if(a===b)throw A.d(A.bH(a)) +for(s=0;s").H(c).h("ad<1,2>"))}, +bi(a,b){var s,r=A.bg(a.length,"",!1,t.N) +for(s=0;sa.length)throw A.d(A.bI(b,0,a.length,"start",null)) +if(c==null)c=a.length +else if(ca.length)throw A.d(A.bI(c,b,a.length,"end",null)) +if(b===c)return A.a([],A.ae(a)) +return A.a(a.slice(b,c),A.ae(a))}, +dr(a,b){return this.bH(a,b,null)}, +qG(a,b,c){A.cV(b,c,a.length,null,null) +return A.dR(a,b,c,A.ae(a).c)}, +gK(a){if(a.length>0)return a[0] +throw A.d(A.bV())}, +gN(a){var s=a.length +if(s>0)return a[s-1] +throw A.d(A.bV())}, +gc9(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw A.d(A.bV()) +throw A.d(A.afJ())}, +BA(a,b,c){if(!!a.fixed$length)A.a2(A.V("removeRange")) +A.cV(b,c,a.length,null,null) +a.splice(b,c-b)}, +br(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)A.a2(A.V("setRange")) +A.cV(b,c,a.length,null,null) +s=c-b +if(s===0)return +A.e_(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.aeR(d,e).d1(0,!1) +q=0}p=J.aI(r) +if(q+s>p.gu(r))throw A.d(A.ajY()) +if(q=0;--o)a[b+o]=p.k(r,q+o) +else for(o=0;o0){a[0]=q +a[1]=r}return}if(A.ae(a).c.b(null)){for(p=0,o=0;o0)this.a_C(a,p)}, +hc(a){return this.e4(a,null)}, +a_C(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}}, +dz(a,b){var s,r=a.length +if(0>=r)return-1 +for(s=0;s=r +for(s=q;s>=0;--s)if(J.e(a[s],b))return s +return-1}, +p(a,b){var s +for(s=0;sa.length)A.ae(a).c.a(null) +a.length=b}, +k(a,b){if(!(b>=0&&b=0&&b=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.l1.prototype={ +aZ(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.gpW(b) +if(this.gpW(a)===s)return 0 +if(this.gpW(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +gpW(a){return a===0?1/a<0:a<0}, +gCR(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +V(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.V(""+a+".toInt()"))}, +c2(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.V(""+a+".ceil()"))}, +dh(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.V(""+a+".floor()"))}, +aX(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.V(""+a+".round()"))}, +ND(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +eY(a,b,c){if(B.f.aZ(b,c)>0)throw A.d(A.rM(b)) +if(this.aZ(a,b)<0)return b +if(this.aZ(a,c)>0)return c +return a}, +R(a,b){var s +if(b>20)throw A.d(A.bI(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.gpW(a))return"-"+s +return s}, +NR(a,b){var s +if(b<1||b>21)throw A.d(A.bI(b,1,21,"precision",null)) +s=a.toPrecision(b) +if(a===0&&this.gpW(a))return"-"+s +return s}, +fe(a,b){var s,r,q,p +if(b<2||b>36)throw A.d(A.bI(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.a2(A.V("Unexpected toString result: "+s)) +s=r[1] +q=+r[3] +p=r[2] +if(p!=null){s+=p +q-=p.length}return s+B.d.Z("0",q)}, +i(a){if(a===0&&1/a<0)return"-0.0" +else return""+a}, +gq(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}, +X(a,b){return a+b}, +a3(a,b){return a-b}, +d4(a,b){return a/b}, +Z(a,b){return a*b}, +bR(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}, +hd(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.Ic(a,b)}, +cq(a,b){return(a|0)===a?a/b|0:this.Ic(a,b)}, +Ic(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.V("Result of truncating division is "+A.h(s)+": "+A.h(a)+" ~/ "+A.h(b)))}, +PF(a,b){if(b<0)throw A.d(A.rM(b)) +return b>31?0:a<>>0}, +a0n(a,b){return b>31?0:a<>>0}, +dH(a,b){var s +if(a>0)s=this.HS(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +a0s(a,b){if(0>b)throw A.d(A.rM(b)) +return this.HS(a,b)}, +HS(a,b){return b>31?0:a>>>b}, +mi(a,b){if(b>31)return 0 +return a>>>b}, +gcn(a){return A.bP(t.Jy)}, +$ich:1, +$iP:1, +$ic4:1} +J.pB.prototype={ +gCR(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +gcn(a){return A.bP(t.S)}, +$ibR:1, +$io:1} +J.v3.prototype={ +gcn(a){return A.bP(t.i)}, +$ibR:1} +J.jE.prototype={ +iO(a,b){if(b<0)throw A.d(A.rP(a,b)) +if(b>=a.length)A.a2(A.rP(a,b)) +return a.charCodeAt(b)}, +yM(a,b,c){var s=b.length +if(c>s)throw A.d(A.bI(c,0,s,null,null)) +return new A.Q0(b,a,c)}, +oM(a,b){return this.yM(a,b,0)}, +Mv(a,b,c){var s,r,q=null +if(c<0||c>b.length)throw A.d(A.bI(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.cM(a,r-s)}, +np(a,b,c){A.akW(0,0,a.length,"startIndex") +return A.aCF(a,b,c,0)}, +hT(a,b){if(typeof b=="string")return A.a(a.split(b),t.s) +else if(b instanceof A.v4&&b.gGu().exec("").length-2===0)return A.a(a.split(b.b),t.s) +else return this.VF(a,b)}, +nq(a,b,c,d){var s=A.cV(b,c,a.length,null,null) +return A.ap9(a,b,s,d)}, +VF(a,b){var s,r,q,p,o,n,m=A.a([],t.s) +for(s=J.aig(b,a),s=s.gT(s),r=0,q=1;s.t();){p=s.gE(s) +o=p.gvY(p) +n=p.giT(p) +q=n-o +if(q===0&&r===o)continue +m.push(this.a8(a,r,o)) +r=n}if(r0)m.push(this.cM(a,r)) +return m}, +dn(a,b,c){var s +if(c<0||c>a.length)throw A.d(A.bI(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.arJ(b,a,c)!=null}, +bE(a,b){return this.dn(a,b,0)}, +a8(a,b,c){return a.substring(b,A.cV(b,c,a.length,null,null))}, +cM(a,b){return this.a8(a,b,null)}, +a96(a){return a.toLowerCase()}, +a9a(a){return a.toUpperCase()}, +em(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(p.charCodeAt(0)===133){s=J.ak2(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=p.charCodeAt(r)===133?J.ak3(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +a9h(a){var s=a.trimStart() +if(s.length===0)return s +if(s.charCodeAt(0)!==133)return s +return s.substring(J.ak2(s,1))}, +BY(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.ak3(r,s))}, +Z(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.yA) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +j7(a,b,c){var s=b-a.length +if(s<=0)return a +return this.Z(c,s)+a}, +hx(a,b,c){var s +if(c<0||c>a.length)throw A.d(A.bI(c,0,a.length,null,null)) +s=a.indexOf(b,c) +return s}, +dz(a,b){return this.hx(a,b,0)}, +a7l(a,b,c){var s,r +if(c==null)c=a.length +else if(c<0||c>a.length)throw A.d(A.bI(c,0,a.length,null,null)) +s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}, +AB(a,b){return this.a7l(a,b,null)}, +a3h(a,b,c){var s=a.length +if(c>s)throw A.d(A.bI(c,0,s,null,null)) +return A.aCB(a,b,c)}, +p(a,b){return this.a3h(a,b,0)}, +aZ(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}, +gcn(a){return A.bP(t.N)}, +gu(a){return a.length}, +k(a,b){if(!(b>=0&&b").H(s.z[1]).h("Cs<1,2>"))}, +gu(a){return J.bC(this.gew())}, +gP(a){return J.ia(this.gew())}, +gbo(a){return J.ox(this.gew())}, +hS(a,b){var s=A.m(this) +return A.bL(J.aeR(this.gew(),b),s.c,s.z[1])}, +aK(a,b){return A.m(this).z[1].a(J.BN(this.gew(),b))}, +gK(a){return A.m(this).z[1].a(J.kI(this.gew()))}, +gN(a){return A.m(this).z[1].a(J.rX(this.gew()))}, +p(a,b){return J.BM(this.gew(),b)}, +i(a){return J.ee(this.gew())}} +A.Cs.prototype={ +t(){return this.a.t()}, +gE(a){var s=this.a +return this.$ti.z[1].a(s.gE(s))}} +A.mh.prototype={ +fA(a,b){return A.bL(this.a,A.m(this).c,b)}, +gew(){return this.a}} +A.yY.prototype={$iR:1} +A.yA.prototype={ +k(a,b){return this.$ti.z[1].a(J.bs(this.a,b))}, +n(a,b,c){J.i9(this.a,b,this.$ti.c.a(c))}, +su(a,b){J.arP(this.a,b)}, +B(a,b){J.eC(this.a,this.$ti.c.a(b))}, +v(a,b){return J.m6(this.a,b)}, +dk(a){return this.$ti.z[1].a(J.arN(this.a))}, +qG(a,b,c){var s=this.$ti +return A.bL(J.arE(this.a,b,c),s.c,s.z[1])}, +br(a,b,c,d,e){var s=this.$ti +J.arQ(this.a,b,c,A.bL(d,s.z[1],s.c),e)}, +e2(a,b,c,d){return this.br(a,b,c,d,0)}, +$iR:1, +$iA:1} +A.eh.prototype={ +fA(a,b){return new A.eh(this.a,this.$ti.h("@<1>").H(b).h("eh<1,2>"))}, +gew(){return this.a}} +A.jr.prototype={ +fA(a,b){return new A.jr(this.a,this.b,this.$ti.h("@<1>").H(b).h("jr<1,2>"))}, +B(a,b){return this.a.B(0,this.$ti.c.a(b))}, +C(a,b){var s=this.$ti +this.a.C(0,A.bL(b,s.z[1],s.c))}, +v(a,b){return this.a.v(0,b)}, +pT(a,b){var s,r=this +if(r.b!=null)return r.V8(b,!0) +s=r.$ti +return new A.jr(r.a.pT(0,b),null,s.h("@<1>").H(s.z[1]).h("jr<1,2>"))}, +V8(a,b){var s,r=this.b,q=this.$ti,p=q.z[1],o=r==null?A.jH(p):r.$1$0(p) +for(p=this.a,p=p.gT(p),q=q.z[1];p.t();){s=q.a(p.gE(p)) +if(b===a.p(0,s))o.B(0,s)}return o}, +UW(){var s=this.b,r=this.$ti.z[1],q=s==null?A.jH(r):s.$1$0(r) +q.C(0,this) +return q}, +h3(a){var s=this.b,r=this.$ti.z[1],q=s==null?A.jH(r):s.$1$0(r) +q.C(0,this) +return q}, +$iR:1, +$ibv:1, +gew(){return this.a}} +A.mi.prototype={ +kQ(a,b,c){var s=this.$ti +return new A.mi(this.a,s.h("@<1>").H(s.z[1]).H(b).H(c).h("mi<1,2,3,4>"))}, +a1(a,b){return J.rW(this.a,b)}, +k(a,b){return this.$ti.h("4?").a(J.bs(this.a,b))}, +n(a,b,c){var s=this.$ti +J.i9(this.a,s.c.a(b),s.z[1].a(c))}, +b9(a,b,c){var s=this.$ti +return s.z[3].a(J.BO(this.a,s.c.a(b),new A.TZ(this,c)))}, +v(a,b){return this.$ti.h("4?").a(J.m6(this.a,b))}, +U(a,b){J.ow(this.a,new A.TY(this,b))}, +gbd(a){var s=this.$ti +return A.bL(J.aeN(this.a),s.c,s.z[2])}, +gaD(a){var s=this.$ti +return A.bL(J.arD(this.a),s.z[1],s.z[3])}, +gu(a){return J.bC(this.a)}, +gP(a){return J.ia(this.a)}, +gbo(a){return J.ox(this.a)}, +gec(a){var s=J.aii(this.a) +return s.hC(s,new A.TX(this),this.$ti.h("bi<3,4>"))}} +A.TZ.prototype={ +$0(){return this.a.$ti.z[1].a(this.b.$0())}, +$S(){return this.a.$ti.h("2()")}} +A.TY.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.TX.prototype={ +$1(a){var s=this.a.$ti,r=s.z[3] +return new A.bi(s.z[2].a(a.a),r.a(a.b),s.h("@<3>").H(r).h("bi<1,2>"))}, +$S(){return this.a.$ti.h("bi<3,4>(bi<1,2>)")}} +A.jq.prototype={ +fA(a,b){return new A.jq(this.a,this.$ti.h("@<1>").H(b).h("jq<1,2>"))}, +$iR:1, +gew(){return this.a}} +A.fb.prototype={ +i(a){return"LateInitializationError: "+this.a}} +A.ik.prototype={ +gu(a){return this.a.length}, +k(a,b){return this.a.charCodeAt(b)}} +A.aef.prototype={ +$0(){return A.dp(null,t.P)}, +$S:59} +A.a3O.prototype={} +A.R.prototype={} +A.aY.prototype={ +gT(a){return new A.dY(this,this.gu(this))}, +U(a,b){var s,r=this,q=r.gu(r) +for(s=0;s").H(c).h("ad<1,2>"))}, +hS(a,b){return A.dR(this,b,null,A.m(this).h("aY.E"))}, +d1(a,b){return A.a6(this,b,A.m(this).h("aY.E"))}, +dl(a){return this.d1(a,!0)}, +h3(a){var s,r=this,q=A.jH(A.m(r).h("aY.E")) +for(s=0;ss)throw A.d(A.bI(r,0,s,"start",null))}}, +gW_(){var s=J.bC(this.a),r=this.c +if(r==null||r>s)return s +return r}, +ga0E(){var s=J.bC(this.a),r=this.b +if(r>s)return s +return r}, +gu(a){var s,r=J.bC(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +aK(a,b){var s=this,r=s.ga0E()+b +if(b<0||r>=s.gW_())throw A.d(A.cq(b,s.gu(s),s,null,"index")) +return J.BN(s.a,r)}, +hS(a,b){var s,r,q=this +A.e_(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new A.f7(q.$ti.h("f7<1>")) +return A.dR(q.a,s,r,q.$ti.c)}, +qm(a,b){var s,r,q,p=this +A.e_(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return A.dR(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.aK(q,s);++r.c +return!0}} +A.en.prototype={ +gT(a){return new A.d_(J.ap(this.a),this.b)}, +gu(a){return J.bC(this.a)}, +gP(a){return J.ia(this.a)}, +gK(a){return this.b.$1(J.kI(this.a))}, +gN(a){return this.b.$1(J.rX(this.a))}, +aK(a,b){return this.b.$1(J.BN(this.a,b))}} +A.mr.prototype={$iR:1} +A.d_.prototype={ +t(){var s=this,r=s.b +if(r.t()){s.a=s.c.$1(r.gE(r)) +return!0}s.a=null +return!1}, +gE(a){var s=this.a +return s==null?A.m(this).z[1].a(s):s}} +A.ad.prototype={ +gu(a){return J.bC(this.a)}, +aK(a,b){return this.b.$1(J.BN(this.a,b))}} +A.b_.prototype={ +gT(a){return new A.qS(J.ap(this.a),this.b)}, +hC(a,b,c){return new A.en(this,b,this.$ti.h("@<1>").H(c).h("en<1,2>"))}} +A.qS.prototype={ +t(){var s,r +for(s=this.a,r=this.b;s.t();)if(r.$1(s.gE(s)))return!0 +return!1}, +gE(a){var s=this.a +return s.gE(s)}} +A.jx.prototype={ +gT(a){return new A.E8(J.ap(this.a),this.b,B.jv)}} +A.E8.prototype={ +gE(a){var s=this.d +return s==null?A.m(this).z[1].a(s):s}, +t(){var s,r,q=this,p=q.c +if(p==null)return!1 +for(s=q.a,r=q.b;!p.t();){q.d=null +if(s.t()){q.c=null +p=J.ap(r.$1(s.gE(s))) +q.c=p}else return!1}p=q.c +q.d=p.gE(p) +return!0}} +A.nT.prototype={ +gT(a){return new A.Jh(J.ap(this.a),this.b)}} +A.ug.prototype={ +gu(a){var s=J.bC(this.a),r=this.b +if(s>r)return r +return s}, +$iR:1} +A.Jh.prototype={ +t(){if(--this.b>=0)return this.a.t() +this.b=-1 +return!1}, +gE(a){var s +if(this.b<0){A.m(this).c.a(null) +return null}s=this.a +return s.gE(s)}} +A.k_.prototype={ +hS(a,b){A.C0(b,"count") +A.e_(b,"count") +return new A.k_(this.a,this.b+b,A.m(this).h("k_<1>"))}, +gT(a){return new A.IL(J.ap(this.a),this.b)}} +A.pb.prototype={ +gu(a){var s=J.bC(this.a)-this.b +if(s>=0)return s +return 0}, +hS(a,b){A.C0(b,"count") +A.e_(b,"count") +return new A.pb(this.a,this.b+b,this.$ti)}, +$iR:1} +A.IL.prototype={ +t(){var s,r +for(s=this.a,r=0;r"))}, +hS(a,b){A.e_(b,"count") +return this}, +d1(a,b){var s=this.$ti.c +return b?J.v_(0,s):J.afK(0,s)}, +dl(a){return this.d1(a,!0)}, +h3(a){return A.jH(this.$ti.c)}} +A.DW.prototype={ +t(){return!1}, +gE(a){throw A.d(A.bV())}} +A.jy.prototype={ +gT(a){return new A.Eu(J.ap(this.a),this.b)}, +gu(a){return J.bC(this.a)+J.bC(this.b)}, +gP(a){return J.ia(this.a)&&J.ia(this.b)}, +gbo(a){return J.ox(this.a)||J.ox(this.b)}, +p(a,b){return J.BM(this.a,b)||J.BM(this.b,b)}, +gK(a){var s=J.ap(this.a) +if(s.t())return s.gE(s) +return J.kI(this.b)}, +gN(a){var s,r=J.ap(this.b) +if(r.t()){s=r.gE(r) +for(;r.t();)s=r.gE(r) +return s}return J.rX(this.a)}} +A.uf.prototype={ +aK(a,b){var s=this.a,r=J.aI(s),q=r.gu(s) +if(b"))}} +A.qT.prototype={ +t(){var s,r +for(s=this.a,r=this.$ti.c;s.t();)if(r.b(s.gE(s)))return!0 +return!1}, +gE(a){var s=this.a +return this.$ti.c.a(s.gE(s))}} +A.uz.prototype={ +su(a,b){throw A.d(A.V("Cannot change the length of a fixed-length list"))}, +B(a,b){throw A.d(A.V("Cannot add to a fixed-length list"))}, +v(a,b){throw A.d(A.V("Cannot remove from a fixed-length list"))}, +dk(a){throw A.d(A.V("Cannot remove from a fixed-length list"))}} +A.JP.prototype={ +n(a,b,c){throw A.d(A.V("Cannot modify an unmodifiable list"))}, +su(a,b){throw A.d(A.V("Cannot change the length of an unmodifiable list"))}, +B(a,b){throw A.d(A.V("Cannot add to an unmodifiable list"))}, +v(a,b){throw A.d(A.V("Cannot remove from an unmodifiable list"))}, +dk(a){throw A.d(A.V("Cannot remove from an unmodifiable list"))}, +br(a,b,c,d,e){throw A.d(A.V("Cannot modify an unmodifiable list"))}, +e2(a,b,c,d){return this.br(a,b,c,d,0)}} +A.qQ.prototype={} +A.cI.prototype={ +gu(a){return J.bC(this.a)}, +aK(a,b){var s=this.a,r=J.aI(s) +return r.aK(s,r.gu(s)-1-b)}} +A.k4.prototype={ +gq(a){var s=this._hashCode +if(s!=null)return s +s=664597*B.d.gq(this.a)&536870911 +this._hashCode=s +return s}, +i(a){return'Symbol("'+this.a+'")'}, +j(a,b){if(b==null)return!1 +return b instanceof A.k4&&this.a===b.a}, +$ixM:1} +A.B3.prototype={} +A.e5.prototype={$r:"+(1,2)",$s:1} +A.ru.prototype={$r:"+cacheSize,maxTextLength(1,2)",$s:2} +A.OH.prototype={$r:"+key,value(1,2)",$s:3} +A.OI.prototype={$r:"+wordEnd,wordStart(1,2)",$s:4} +A.OJ.prototype={$r:"+(1,2,3)",$s:5} +A.OK.prototype={$r:"+breaks,graphemes,words(1,2,3)",$s:6} +A.OL.prototype={$r:"+large,medium,small(1,2,3)",$s:7} +A.zN.prototype={$r:"+x,y,z(1,2,3)",$s:8} +A.zO.prototype={$r:"+domBlurListener,domFocusListener,element,semanticsNodeId(1,2,3,4)",$s:9} +A.mm.prototype={} +A.p_.prototype={ +kQ(a,b,c){var s=A.m(this) +return A.akd(this,s.c,s.z[1],b,c)}, +gP(a){return this.gu(this)===0}, +gbo(a){return this.gu(this)!==0}, +i(a){return A.afS(this)}, +n(a,b,c){A.af7()}, +b9(a,b,c){A.af7()}, +v(a,b){A.af7()}, +gec(a){return new A.eW(this.a4T(0),A.m(this).h("eW>"))}, +a4T(a){var s=this +return function(){var r=a +var q=0,p=1,o,n,m,l +return function $async$gec(b,c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:n=s.gbd(s),n=n.gT(n),m=A.m(s),m=m.h("@<1>").H(m.z[1]).h("bi<1,2>") +case 2:if(!n.t()){q=3 +break}l=n.gE(n) +q=4 +return b.b=new A.bi(l,s.k(0,l),m),1 +case 4:q=2 +break +case 3:return 0 +case 1:return b.c=o,3}}}}, +pZ(a,b,c,d){var s=A.z(c,d) +this.U(0,new A.UD(this,b,s)) +return s}, +$iaD:1} +A.UD.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.n(0,s.a,s.b)}, +$S(){return A.m(this.a).h("~(1,2)")}} +A.b0.prototype={ +gu(a){return this.b.length}, +gGd(){var s=this.$keys +if(s==null){s=Object.keys(this.a) +this.$keys=s}return s}, +a1(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +k(a,b){if(!this.a1(0,b))return null +return this.b[this.a[b]]}, +U(a,b){var s,r,q=this.gGd(),p=this.b +for(s=q.length,r=0;r"))}, +gaD(a){return new A.od(this.b,this.$ti.h("od<2>"))}} +A.od.prototype={ +gu(a){return this.a.length}, +gP(a){return 0===this.a.length}, +gbo(a){return 0!==this.a.length}, +gT(a){var s=this.a +return new A.rf(s,s.length)}} +A.rf.prototype={ +gE(a){var s=this.d +return s==null?A.m(this).c.a(s):s}, +t(){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.cz.prototype={ +jx(){var s,r=this,q=r.$map +if(q==null){s=r.$ti +q=new A.mX(s.h("@<1>").H(s.z[1]).h("mX<1,2>")) +A.aoi(r.a,q) +r.$map=q}return q}, +a1(a,b){return this.jx().a1(0,b)}, +k(a,b){return this.jx().k(0,b)}, +U(a,b){this.jx().U(0,b)}, +gbd(a){var s=this.jx() +return new A.aB(s,A.m(s).h("aB<1>"))}, +gaD(a){var s=this.jx() +return s.gaD(s)}, +gu(a){return this.jx().a}} +A.tK.prototype={ +B(a,b){A.af8()}, +C(a,b){A.af8()}, +v(a,b){A.af8()}} +A.fC.prototype={ +gu(a){return this.b}, +gP(a){return this.b===0}, +gbo(a){return this.b!==0}, +gT(a){var s,r=this.$keys +if(r==null){r=Object.keys(this.a) +this.$keys=r}s=r +return new A.rf(s,s.length)}, +p(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +h3(a){return A.fM(this,this.$ti.c)}} +A.dE.prototype={ +gu(a){return this.a.length}, +gP(a){return this.a.length===0}, +gbo(a){return this.a.length!==0}, +gT(a){var s=this.a +return new A.rf(s,s.length)}, +jx(){var s,r,q,p,o=this,n=o.$map +if(n==null){s=o.$ti +n=new A.mX(s.h("@<1>").H(s.c).h("mX<1,2>")) +for(s=o.a,r=s.length,q=0;q")}} +A.iB.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.aov(A.Ss(this.a),this.$ti)}} +A.v1.prototype={ +ga7P(){var s=this.a +if(s instanceof A.k4)return s +return this.a=new A.k4(s)}, +ga8u(){var s,r,q,p,o,n=this +if(n.c===1)return B.j +s=n.d +r=J.aI(s) +q=r.gu(s)-J.bC(n.e)-n.f +if(q===0)return B.j +p=[] +for(o=0;o>>0}, +i(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.a18(this.a)+"'")}} +A.Ln.prototype={ +i(a){return"Reading static variable '"+this.a+"' during its initialization"}} +A.Ib.prototype={ +i(a){return"RuntimeError: "+this.a}} +A.abi.prototype={} +A.fa.prototype={ +gu(a){return this.a}, +gP(a){return this.a===0}, +gbo(a){return this.a!==0}, +gbd(a){return new A.aB(this,A.m(this).h("aB<1>"))}, +gaD(a){var s=A.m(this) +return A.vq(new A.aB(this,s.h("aB<1>")),new A.Zf(this),s.c,s.z[1])}, +a1(a,b){var s,r +if(typeof b=="string"){s=this.b +if(s==null)return!1 +return s[b]!=null}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=this.c +if(r==null)return!1 +return r[b]!=null}else return this.a6W(b)}, +a6W(a){var s=this.d +if(s==null)return!1 +return this.pS(s[this.pR(a)],a)>=0}, +a3i(a,b){return new A.aB(this,A.m(this).h("aB<1>")).iL(0,new A.Ze(this,b))}, +C(a,b){J.ow(b,new A.Zd(this))}, +k(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.a6X(b)}, +a6X(a){var s,r,q=this.d +if(q==null)return null +s=q[this.pR(a)] +r=this.pS(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.DO(s==null?q.b=q.xK():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=q.c +q.DO(r==null?q.c=q.xK():r,b,c)}else q.a6Z(b,c)}, +a6Z(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.xK() +s=p.pR(a) +r=o[s] +if(r==null)o[s]=[p.xL(a,b)] +else{q=p.pS(r,a) +if(q>=0)r[q].b=b +else r.push(p.xL(a,b))}}, +b9(a,b,c){var s,r,q=this +if(q.a1(0,b)){s=q.k(0,b) +return s==null?A.m(q).z[1].a(s):s}r=c.$0() +q.n(0,b,r) +return r}, +v(a,b){var s=this +if(typeof b=="string")return s.H9(s.b,b) +else if(typeof b=="number"&&(b&0x3fffffff)===b)return s.H9(s.c,b) +else return s.a6Y(b)}, +a6Y(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.pR(a) +r=n[s] +q=o.pS(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.Ir(p) +if(r.length===0)delete n[s] +return p.b}, +O(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.xI()}}, +U(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.bH(s)) +r=r.c}}, +DO(a,b,c){var s=a[b] +if(s==null)a[b]=this.xL(b,c) +else s.b=c}, +H9(a,b){var s +if(a==null)return null +s=a[b] +if(s==null)return null +this.Ir(s) +delete a[b] +return s.b}, +xI(){this.r=this.r+1&1073741823}, +xL(a,b){var s,r=this,q=new A.ZJ(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.xI() +return q}, +Ir(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.xI()}, +pR(a){return J.p(a)&1073741823}, +pS(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}} +A.Zf.prototype={ +$1(a){var s=this.a,r=s.k(0,a) +return r==null?A.m(s).z[1].a(r):r}, +$S(){return A.m(this.a).h("2(1)")}} +A.Ze.prototype={ +$1(a){return J.e(this.a.k(0,a),this.b)}, +$S(){return A.m(this.a).h("I(1)")}} +A.Zd.prototype={ +$2(a,b){this.a.n(0,a,b)}, +$S(){return A.m(this.a).h("~(1,2)")}} +A.ZJ.prototype={} +A.aB.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gT(a){var s=this.a,r=new A.ve(s,s.r) +r.c=s.e +return r}, +p(a,b){return this.a.a1(0,b)}, +U(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.bH(s)) +r=r.c}}} +A.ve.prototype={ +gE(a){return this.d}, +t(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.d(A.bH(q)) +s=r.c +if(s==null){r.d=null +return!1}else{r.d=s.a +r.c=s.c +return!0}}} +A.mX.prototype={ +pR(a){return A.aAM(a)&1073741823}, +pS(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r0;){--q;--s +j[q]=r[s]}}return A.Fp(j,k)}} +A.OE.prototype={ +ro(){return[this.a,this.b]}, +j(a,b){if(b==null)return!1 +return b instanceof A.OE&&this.$s===b.$s&&J.e(this.a,b.a)&&J.e(this.b,b.b)}, +gq(a){return A.D(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.OF.prototype={ +ro(){return[this.a,this.b,this.c]}, +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.OF&&s.$s===b.$s&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)}, +gq(a){var s=this +return A.D(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.OG.prototype={ +ro(){return this.a}, +j(a,b){if(b==null)return!1 +return b instanceof A.OG&&this.$s===b.$s&&A.ay9(this.a,b.a)}, +gq(a){return A.D(this.$s,A.bm(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.v4.prototype={ +i(a){return"RegExp/"+this.a+"/"+this.b.flags}, +gGv(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.afL(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +gGu(){var s=this,r=s.d +if(r!=null)return r +r=s.b +return s.d=A.afL(s.a+"|()",r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +zY(a){var s=this.b.exec(a) +if(s==null)return null +return new A.rj(s)}, +Q1(a){var s=this.zY(a) +if(s!=null)return s.b[0] +return null}, +yM(a,b,c){var s=b.length +if(c>s)throw A.d(A.bI(c,0,s,null,null)) +return new A.Km(this,b,c)}, +oM(a,b){return this.yM(a,b,0)}, +W5(a,b){var s,r=this.gGv() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.rj(s)}, +W4(a,b){var s,r=this.gGu() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +if(s.pop()!=null)return null +return new A.rj(s)}, +Mv(a,b,c){if(c<0||c>b.length)throw A.d(A.bI(c,0,b.length,null,null)) +return this.W4(b,c)}} +A.rj.prototype={ +gvY(a){return this.b.index}, +giT(a){var s=this.b +return s.index+s[0].length}, +lJ(a){return this.b[a]}, +k(a,b){return this.b[b]}, +$in5:1, +$iHg:1} +A.Km.prototype={ +gT(a){return new A.yo(this.a,this.b,this.c)}} +A.yo.prototype={ +gE(a){var s=this.d +return s==null?t.Qz.a(s):s}, +t(){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.W5(m,s) +if(p!=null){n.d=p +o=p.giT(p) +if(p.b.index===o){if(q.b.unicode){s=n.c +q=s+1 +if(q=55296&&s<=56319){s=m.charCodeAt(q) +s=s>=56320&&s<=57343}else s=!1}else s=!1}else s=!1 +o=(s?o+1:o)+1}n.c=o +return!0}}n.b=n.d=null +return!1}} +A.qu.prototype={ +giT(a){return this.a+this.c.length}, +k(a,b){if(b!==0)A.a2(A.H9(b,null)) +return this.c}, +lJ(a){if(a!==0)throw A.d(A.H9(a,null)) +return this.c}, +$in5:1, +gvY(a){return this.a}} +A.Q0.prototype={ +gT(a){return new A.abX(this.a,this.b,this.c)}, +gK(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new A.qu(r,s) +throw A.d(A.bV())}} +A.abX.prototype={ +t(){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.qu(s,o) +q.c=r===q.c?r+1:r +return!0}, +gE(a){var s=this.d +s.toString +return s}} +A.a8h.prototype={ +am(){var s=this.b +if(s===this)throw A.d(new A.fb("Local '"+this.a+"' has not been initialized.")) +return s}, +aL(){var s=this.b +if(s===this)throw A.d(A.jF(this.a)) +return s}, +sbK(a){var s=this +if(s.b!==s)throw A.d(new A.fb("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +A.a9J.prototype={ +L(){var s,r=this,q=r.b +if(q===r){s=r.c.$0() +if(r.b!==r)throw A.d(new A.fb("Local '"+r.a+u.N)) +r.b=s +q=s}return q}} +A.vH.prototype={ +gcn(a){return B.PY}, +Jz(a,b,c){throw A.d(A.V("Int64List not supported by dart2js."))}, +$ibR:1, +$iCo:1} +A.vL.prototype={ +gL2(a){return a.BYTES_PER_ELEMENT}, +YG(a,b,c,d){var s=A.bI(b,0,c,d,null) +throw A.d(s)}, +Em(a,b,c,d){if(b>>>0!==b||b>c)this.YG(a,b,c,d)}} +A.vI.prototype={ +gcn(a){return B.PZ}, +gL2(a){return 1}, +Ci(a,b,c){throw A.d(A.V("Int64 accessor not supported by dart2js."))}, +CL(a,b,c,d){throw A.d(A.V("Int64 accessor not supported by dart2js."))}, +PE(a,b,c,d){return a.setUint32(b,c,B.X===d)}, +PD(a,b,c){return this.PE(a,b,c,B.jw)}, +$ibR:1, +$ibK:1} +A.pO.prototype={ +gu(a){return a.length}, +HK(a,b,c,d,e){var s,r,q=a.length +this.Em(a,b,q,"start") +this.Em(a,c,q,"end") +if(b>c)throw A.d(A.bI(b,0,c,null,null)) +s=c-b +if(e<0)throw A.d(A.c9(e,null)) +r=d.length +if(r-e").b(b))s.Ei(b) +else s.o5(b)}}, +mG(a,b){var s +if(b==null)b=A.C4(a) +s=this.a +if(this.b)s.fn(a,b) +else s.ra(a,b)}, +$iD2:1} +A.acN.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:26} +A.acO.prototype={ +$2(a,b){this.a.$2(1,new A.un(a,b))}, +$S:321} +A.adx.prototype={ +$2(a,b){this.a(a,b)}, +$S:320} +A.i5.prototype={ +gE(a){return this.b}, +a_Q(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}}, +t(){var s,r,q,p,o=this,n=null,m=0 +for(;!0;){s=o.d +if(s!=null)try{if(s.t()){o.b=J.arz(s) +return!0}else o.d=null}catch(r){n=r +m=1 +o.d=null}q=o.a_Q(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.amw +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.amw +throw n +return!1}o.a=p.pop() +m=1 +continue}throw A.d(A.O("sync*"))}return!1}, +yE(a){var s,r,q=this +if(a instanceof A.eW){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.ap(a) +return 2}}} +A.eW.prototype={ +gT(a){return new A.i5(this.a())}} +A.C3.prototype={ +i(a){return A.h(this.a)}, +$ibz:1, +gqU(){return this.b}} +A.kf.prototype={} +A.qX.prototype={ +xQ(){}, +xS(){}} +A.yw.prototype={ +gCZ(a){return new A.kf(this,A.m(this).h("kf<1>"))}, +gGp(){return this.c<4}, +a_z(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}, +I5(a,b,c,d){var s,r,q,p,o,n,m,l=this +if((l.c&4)!==0){s=$.ag +r=new A.yR(s) +A.eB(r.gZr()) +if(c!=null)r.c=s.qg(c,t.H) +return r}s=A.m(l) +r=$.ag +q=d?1:0 +p=A.am9(r,a,s.c) +A.ama(r,b) +o=c==null?A.anR():c +n=new A.qX(l,p,r.qg(o,t.H),r,q,s.h("qX<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.Sp(l.a) +return n}, +GZ(a){var s,r=this +A.m(r).h("qX<1>").a(a) +if(a.ch===a)return null +s=a.ay +if((s&2)!==0)a.ay=s|4 +else{r.a_z(a) +if((r.c&2)===0&&r.d==null)r.Uu()}return null}, +H_(a){}, +H0(a){}, +DM(){if((this.c&4)!==0)return new A.hN("Cannot add new events after calling close") +return new A.hN("Cannot add new events while doing an addStream")}, +B(a,b){if(!this.gGp())throw A.d(this.DM()) +this.ox(b)}, +aU(a){var s,r,q=this +if((q.c&4)!==0){s=q.r +s.toString +return s}if(!q.gGp())throw A.d(q.DM()) +q.c|=4 +r=q.r +if(r==null)r=q.r=new A.at($.ag,t.U) +q.oy() +return r}, +Uu(){if((this.c&4)!==0){var s=this.r +if((s.a&30)===0)s.kB(null)}A.Sp(this.b)}} +A.yt.prototype={ +ox(a){var s +for(s=this.d;s!=null;s=s.ch)s.r6(new A.r1(a))}, +oy(){var s=this.d +if(s!=null)for(;s!=null;s=s.ch)s.r6(B.fD) +else this.r.kB(null)}} +A.Xr.prototype={ +$0(){var s,r,q +try{this.a.re(this.b.$0())}catch(q){s=A.as(q) +r=A.aN(q) +A.an4(this.a,s,r)}}, +$S:0} +A.Xq.prototype={ +$0(){var s,r,q,p=this,o=p.a +if(o==null){p.c.a(null) +p.b.re(null)}else try{p.b.re(o.$0())}catch(q){s=A.as(q) +r=A.aN(q) +A.an4(p.b,s,r)}}, +$S:0} +A.Xt.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.fn(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.fn(s.e.am(),s.f.am())}, +$S:62} +A.Xs.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.i9(s,r.b,a) +if(q.b===0)r.c.o5(A.n3(s,!0,r.w))}else if(q.b===0&&!r.e)r.c.fn(r.f.am(),r.r.am())}, +$S(){return this.w.h("aV(0)")}} +A.Xp.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/(F,cE)")}} +A.Xo.prototype={ +$1(a){return a}, +$S(){return this.a.h("0(0)")}} +A.yE.prototype={ +mG(a,b){var s +A.ec(a,"error",t.K) +if((this.a.a&30)!==0)throw A.d(A.O("Future already completed")) +s=$.ag.zN(a,b) +if(s!=null){a=s.a +b=s.b}else if(b==null)b=A.C4(a) +this.fn(a,b)}, +mF(a){return this.mG(a,null)}, +$iD2:1} +A.bD.prototype={ +dM(a,b){var s=this.a +if((s.a&30)!==0)throw A.d(A.O("Future already completed")) +s.kB(b)}, +fE(a){return this.dM(a,null)}, +fn(a,b){this.a.ra(a,b)}} +A.h5.prototype={ +a7J(a){if((this.c&15)!==6)return!0 +return this.b.b.BH(this.d,a.a,t.y,t.K)}, +a5u(a){var s,r=this.e,q=null,p=t.z,o=t.K,n=a.a,m=this.b.b +if(t.Hg.b(r))q=m.NF(r,n,a.b,p,o,t.Km) +else q=m.BH(r,n,p,o) +try{p=q +return p}catch(s){if(t.ns.b(A.as(s))){if((this.c&1)!==0)throw A.d(A.c9("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.d(A.c9("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.at.prototype={ +HF(a){this.a=this.a&1|4 +this.c=a}, +el(a,b,c){var s,r,q=$.ag +if(q===B.R){if(b!=null&&!t.Hg.b(b)&&!t.C_.b(b))throw A.d(A.jm(b,"onError",u.w))}else{a=q.va(a,c.h("0/"),this.$ti.c) +if(b!=null)b=A.anC(b,q)}s=new A.at($.ag,c.h("at<0>")) +r=b==null?1:3 +this.lZ(new A.h5(s,r,a,b,this.$ti.h("@<1>").H(c).h("h5<1,2>"))) +return s}, +ba(a,b){return this.el(a,null,b)}, +Ih(a,b,c){var s=new A.at($.ag,c.h("at<0>")) +this.lZ(new A.h5(s,19,a,b,this.$ti.h("@<1>").H(c).h("h5<1,2>"))) +return s}, +mB(a,b){var s=this.$ti,r=$.ag,q=new A.at(r,s) +if(r!==B.R)a=A.anC(a,r) +this.lZ(new A.h5(q,2,b,a,s.h("@<1>").H(s.c).h("h5<1,2>"))) +return q}, +kR(a){return this.mB(a,null)}, +iv(a){var s=this.$ti,r=$.ag,q=new A.at(r,s) +if(r!==B.R)a=r.qg(a,t.z) +this.lZ(new A.h5(q,8,a,null,s.h("@<1>").H(s.c).h("h5<1,2>"))) +return q}, +a0h(a){this.a=this.a&1|16 +this.c=a}, +rd(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +lZ(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.lZ(a) +return}s.rd(r)}s.b.lK(new A.a9e(s,a))}}, +xZ(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.xZ(a) +return}n.rd(s)}m.a=n.t0(a) +n.b.lK(new A.a9l(m,n))}}, +rX(){var s=this.c +this.c=null +return this.t0(s)}, +t0(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +ww(a){var s,r,q,p=this +p.a^=2 +try{a.el(new A.a9i(p),new A.a9j(p),t.P)}catch(q){s=A.as(q) +r=A.aN(q) +A.eB(new A.a9k(p,s,r))}}, +re(a){var s,r=this,q=r.$ti +if(q.h("ac<1>").b(a))if(q.b(a))A.agE(a,r) +else r.ww(a) +else{s=r.rX() +r.a=8 +r.c=a +A.r8(r,s)}}, +o5(a){var s=this,r=s.rX() +s.a=8 +s.c=a +A.r8(s,r)}, +fn(a,b){var s=this.rX() +this.a0h(A.Tg(a,b)) +A.r8(this,s)}, +kB(a){if(this.$ti.h("ac<1>").b(a)){this.Ei(a) +return}this.Ue(a)}, +Ue(a){this.a^=2 +this.b.lK(new A.a9g(this,a))}, +Ei(a){if(this.$ti.b(a)){A.axP(a,this) +return}this.ww(a)}, +ra(a,b){this.a^=2 +this.b.lK(new A.a9f(this,a,b))}, +$iac:1} +A.a9e.prototype={ +$0(){A.r8(this.a,this.b)}, +$S:0} +A.a9l.prototype={ +$0(){A.r8(this.b,this.a.a)}, +$S:0} +A.a9i.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.o5(p.$ti.c.a(a))}catch(q){s=A.as(q) +r=A.aN(q) +p.fn(s,r)}}, +$S:23} +A.a9j.prototype={ +$2(a,b){this.a.fn(a,b)}, +$S:40} +A.a9k.prototype={ +$0(){this.a.fn(this.b,this.c)}, +$S:0} +A.a9h.prototype={ +$0(){A.agE(this.a.a,this.b)}, +$S:0} +A.a9g.prototype={ +$0(){this.a.o5(this.b)}, +$S:0} +A.a9f.prototype={ +$0(){this.a.fn(this.b,this.c)}, +$S:0} +A.a9o.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.BG(q.d,t.z)}catch(p){s=A.as(p) +r=A.aN(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.Tg(s,r) +o.b=!0 +return}if(l instanceof A.at&&(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.ba(new A.a9p(n),t.z) +q.b=!1}}, +$S:0} +A.a9p.prototype={ +$1(a){return this.a}, +$S:305} +A.a9n.prototype={ +$0(){var s,r,q,p,o,n +try{q=this.a +p=q.a +o=p.$ti +q.c=p.b.b.BH(p.d,this.b,o.h("2/"),o.c)}catch(n){s=A.as(n) +r=A.aN(n) +q=this.a +q.c=A.Tg(s,r) +q.b=!0}}, +$S:0} +A.a9m.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.a7J(s)&&p.a.e!=null){p.c=p.a.a5u(s) +p.b=!1}}catch(o){r=A.as(o) +q=A.aN(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.Tg(r,q) +n.b=!0}}, +$S:0} +A.Kz.prototype={} +A.k2.prototype={ +gu(a){var s={},r=new A.at($.ag,t.wJ) +s.a=0 +this.Mn(new A.a4z(s,this),!0,new A.a4A(s,r),r.gV0()) +return r}} +A.a4z.prototype={ +$1(a){++this.a.a}, +$S(){return A.m(this.b).h("~(1)")}} +A.a4A.prototype={ +$0(){this.b.re(this.a.a)}, +$S:0} +A.Aw.prototype={ +gCZ(a){return new A.lL(this,A.m(this).h("lL<1>"))}, +gZV(){if((this.b&8)===0)return this.a +return this.a.gCa()}, +Fa(){var s,r=this +if((r.b&8)===0){s=r.a +return s==null?r.a=new A.zJ():s}s=r.a.gCa() +return s}, +gI6(){var s=this.a +return(this.b&8)!==0?s.gCa():s}, +Ec(){if((this.b&4)!==0)return new A.hN("Cannot add event after closing") +return new A.hN("Cannot add event while adding a stream")}, +F8(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.ahW():new A.at($.ag,t.U) +return s}, +B(a,b){var s=this,r=s.b +if(r>=4)throw A.d(s.Ec()) +if((r&1)!==0)s.ox(b) +else if((r&3)===0)s.Fa().B(0,new A.r1(b))}, +aU(a){var s=this,r=s.b +if((r&4)!==0)return s.F8() +if(r>=4)throw A.d(s.Ec()) +r=s.b=r|4 +if((r&1)!==0)s.oy() +else if((r&3)===0)s.Fa().B(0,B.fD) +return s.F8()}, +I5(a,b,c,d){var s,r,q,p,o=this +if((o.b&3)!==0)throw A.d(A.O("Stream has already been listened to.")) +s=A.axz(o,a,b,c,d,A.m(o).c) +r=o.gZV() +q=o.b|=1 +if((q&8)!==0){p=o.a +p.sCa(s) +p.a8W(0)}else o.a=s +s.a0i(r) +q=s.e +s.e=q|32 +new A.abV(o).$0() +s.e&=4294967263 +s.En((q&4)!==0) +return s}, +GZ(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.bt(0) +l.a=null +l.b=l.b&4294967286|2 +s=l.r +if(s!=null)if(k==null)try{r=s.$0() +if(t.uz.b(r))k=r}catch(o){q=A.as(o) +p=A.aN(o) +n=new A.at($.ag,t.U) +n.ra(q,p) +k=n}else k=k.iv(s) +m=new A.abU(l) +if(k!=null)k=k.iv(m) +else m.$0() +return k}, +H_(a){if((this.b&8)!==0)this.a.aae(0) +A.Sp(this.e)}, +H0(a){if((this.b&8)!==0)this.a.a8W(0) +A.Sp(this.f)}} +A.abV.prototype={ +$0(){A.Sp(this.a.d)}, +$S:0} +A.abU.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.kB(null)}, +$S:0} +A.KA.prototype={ +ox(a){this.gI6().r6(new A.r1(a))}, +oy(){this.gI6().r6(B.fD)}} +A.qW.prototype={} +A.lL.prototype={ +gq(a){return(A.eN(this.a)^892482866)>>>0}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.lL&&b.a===this.a}} +A.oa.prototype={ +GA(){return this.w.GZ(this)}, +xQ(){this.w.H_(this)}, +xS(){this.w.H0(this)}} +A.yx.prototype={ +a0i(a){if(a==null)return +this.r=a +if(a.c!=null){this.e|=64 +a.vJ(this)}}, +UA(){var s,r=this,q=r.e|=8 +if((q&64)!==0){s=r.r +if(s.a===1)s.a=3}if((q&32)===0)r.r=null +r.f=r.GA()}, +xQ(){}, +xS(){}, +GA(){return null}, +r6(a){var s,r=this,q=r.r +if(q==null)q=r.r=new A.zJ() +q.B(0,a) +s=r.e +if((s&64)===0){s|=64 +r.e=s +if(s<128)q.vJ(r)}}, +ox(a){var s=this,r=s.e +s.e=r|32 +s.d.BI(s.a,a,A.m(s).c) +s.e&=4294967263 +s.En((r&4)!==0)}, +oy(){var s,r=this,q=new A.a7D(r) +r.UA() +r.e|=16 +s=r.f +if(s!=null&&s!==$.ahW())s.iv(q) +else q.$0()}, +En(a){var s,r,q=this,p=q.e +if((p&64)!==0&&q.r.c==null){p=q.e=p&4294967231 +if((p&4)!==0)if(p<128){s=q.r +s=s==null?null:s.c==null +s=s!==!1}else s=!1 +else s=!1 +if(s){p&=4294967291 +q.e=p}}for(;!0;a=r){if((p&8)!==0){q.r=null +return}r=(p&4)!==0 +if(a===r)break +q.e=p^32 +if(r)q.xQ() +else q.xS() +p=q.e&=4294967263}if((p&64)!==0&&p<128)q.r.vJ(q)}} +A.a7D.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=r|42 +s.d.ql(s.c) +s.e&=4294967263}, +$S:0} +A.rA.prototype={ +Mn(a,b,c,d){return this.a.I5(a,d,c,b===!0)}, +a7r(a){return this.Mn(a,null,null,null)}} +A.Ly.prototype={ +ghF(a){return this.a}, +shF(a,b){return this.a=b}} +A.r1.prototype={ +MQ(a){a.ox(this.b)}} +A.a8P.prototype={ +MQ(a){a.oy()}, +ghF(a){return null}, +shF(a,b){throw A.d(A.O("No events after a done."))}} +A.zJ.prototype={ +vJ(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}A.eB(new A.aaU(s,a)) +s.a=1}, +B(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.shF(0,b) +s.c=b}}} +A.aaU.prototype={ +$0(){var s,r,q=this.a,p=q.a +q.a=0 +if(p===3)return +s=q.b +r=s.ghF(s) +q.b=r +if(r==null)q.c=null +s.MQ(this.b)}, +$S:0} +A.yR.prototype={ +Zs(){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.ql(r)}}else p.a=o}} +A.PZ.prototype={} +A.Rd.prototype={} +A.Rc.prototype={$iyl:1} +A.adr.prototype={ +$0(){A.atO(this.a,this.b)}, +$S:0} +A.Pc.prototype={ +ga00(){return B.S9}, +gmY(){return this}, +ql(a){var s,r,q +try{if(B.R===$.ag){a.$0() +return}A.anD(null,null,this,a)}catch(q){s=A.as(q) +r=A.aN(q) +A.aha(s,r)}}, +BI(a,b){var s,r,q +try{if(B.R===$.ag){a.$1(b) +return}A.anE(null,null,this,a,b)}catch(q){s=A.as(q) +r=A.aN(q) +A.aha(s,r)}}, +a2r(a,b){return new A.abr(this,a,b)}, +a2q(a,b,c,d){return new A.abp(this,a,c,d,b)}, +z_(a){return new A.abq(this,a)}, +k(a,b){return null}, +uj(a,b){A.aha(a,b)}, +BG(a){if($.ag===B.R)return a.$0() +return A.anD(null,null,this,a)}, +BH(a,b){if($.ag===B.R)return a.$1(b) +return A.anE(null,null,this,a,b)}, +NF(a,b,c){if($.ag===B.R)return a.$2(b,c) +return A.aA4(null,null,this,a,b,c)}, +qg(a){return a}, +va(a){return a}, +v9(a){return a}, +zN(a,b){return null}, +lK(a){A.ads(null,null,this,a)}, +Ks(a,b){return A.alN(a,b)}} +A.abr.prototype={ +$0(){return this.a.BG(this.b,this.c)}, +$S(){return this.c.h("0()")}} +A.abp.prototype={ +$2(a,b){var s=this +return s.a.NF(s.b,a,b,s.e,s.c,s.d)}, +$S(){return this.e.h("@<0>").H(this.c).H(this.d).h("1(2,3)")}} +A.abq.prototype={ +$0(){return this.a.ql(this.b)}, +$S:0} +A.kl.prototype={ +gu(a){return this.a}, +gP(a){return this.a===0}, +gbo(a){return this.a!==0}, +gbd(a){return new A.oc(this,A.m(this).h("oc<1>"))}, +gaD(a){var s=A.m(this) +return A.vq(new A.oc(this,s.h("oc<1>")),new A.a9s(this),s.c,s.z[1])}, +a1(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.m_(b)}, +m_(a){var s=this.d +if(s==null)return!1 +return this.ev(this.Fm(s,a),a)>=0}, +k(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:A.agF(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:A.agF(q,b) +return r}else return this.Fl(0,b)}, +Fl(a,b){var s,r,q=this.d +if(q==null)return null +s=this.Fm(q,b) +r=this.ev(s,b) +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.Ev(s==null?q.b=A.agG():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.Ev(r==null?q.c=A.agG():r,b,c)}else q.HE(b,c)}, +HE(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=A.agG() +s=p.eR(a) +r=o[s] +if(r==null){A.agH(o,s,[a,b]);++p.a +p.e=null}else{q=p.ev(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +b9(a,b,c){var s,r,q=this +if(q.a1(0,b)){s=q.k(0,b) +return s==null?A.m(q).z[1].a(s):s}r=c.$0() +q.n(0,b,r) +return r}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.ju(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.ju(s.c,b) +else return s.iI(0,b)}, +iI(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.eR(b) +r=n[s] +q=o.ev(r,b) +if(q<0)return null;--o.a +o.e=null +p=r.splice(q,2)[1] +if(0===r.length)delete n[s] +return p}, +U(a,b){var s,r,q,p,o,n=this,m=n.wM() +for(s=m.length,r=A.m(n).z[1],q=0;q=r.length){s.d=null +return!1}else{s.d=r[q] +s.c=q+1 +return!0}}} +A.j6.prototype={ +ma(){return new A.j6(A.m(this).h("j6<1>"))}, +oo(a){return new A.j6(a.h("j6<0>"))}, +xN(){return this.oo(t.z)}, +gT(a){return new A.lN(this,this.o6())}, +gu(a){return this.a}, +gP(a){return this.a===0}, +gbo(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.wP(b)}, +wP(a){var s=this.d +if(s==null)return!1 +return this.ev(s[this.eR(a)],a)>=0}, +B(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.o3(s==null?q.b=A.agI():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.o3(r==null?q.c=A.agI():r,b)}else return q.d6(0,b)}, +d6(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.agI() +s=q.eR(b) +r=p[s] +if(r==null)p[s]=[b] +else{if(q.ev(r,b)>=0)return!1 +r.push(b)}++q.a +q.e=null +return!0}, +C(a,b){var s +for(s=J.ap(b);s.t();)this.B(0,s.gE(s))}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.ju(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.ju(s.c,b) +else return s.iI(0,b)}, +iI(a,b){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.eR(b) +r=o[s] +q=p.ev(r,b) +if(q<0)return!1;--p.a +p.e=null +r.splice(q,1) +if(0===r.length)delete o[s] +return!0}, +O(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +o6(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=A.bg(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.eU.prototype={ +ma(){return new A.eU(A.m(this).h("eU<1>"))}, +oo(a){return new A.eU(a.h("eU<0>"))}, +xN(){return this.oo(t.z)}, +gT(a){var s=new A.rg(this,this.r) +s.c=this.e +return s}, +gu(a){return this.a}, +gP(a){return this.a===0}, +gbo(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.wP(b)}, +wP(a){var s=this.d +if(s==null)return!1 +return this.ev(s[this.eR(a)],a)>=0}, +U(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.bH(s)) +r=r.b}}, +gK(a){var s=this.e +if(s==null)throw A.d(A.O("No elements")) +return s.a}, +gN(a){var s=this.f +if(s==null)throw A.d(A.O("No elements")) +return s.a}, +B(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.o3(s==null?q.b=A.agJ():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.o3(r==null?q.c=A.agJ():r,b)}else return q.d6(0,b)}, +d6(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.agJ() +s=q.eR(b) +r=p[s] +if(r==null)p[s]=[q.wG(b)] +else{if(q.ev(r,b)>=0)return!1 +r.push(q.wG(b))}return!0}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.ju(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.ju(s.c,b) +else return s.iI(0,b)}, +iI(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.eR(b) +r=n[s] +q=o.ev(r,b) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.Ew(p) +return!0}, +Wa(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.bH(o)) +if(!0===p)o.v(0,s)}}, +O(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.wF()}}, +o3(a,b){if(a[b]!=null)return!1 +a[b]=this.wG(b) +return!0}, +ju(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.Ew(s) +delete a[b] +return!0}, +wF(){this.r=this.r+1&1073741823}, +wG(a){var s,r=this,q=new A.aa_(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.wF() +return q}, +Ew(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.wF()}, +eR(a){return J.p(a)&1073741823}, +ev(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r").H(c).h("ad<1,2>"))}, +hS(a,b){return A.dR(a,b,null,A.a9(a).h("t.E"))}, +d1(a,b){var s,r,q,p,o=this +if(o.gP(a)){s=J.v_(0,A.a9(a).h("t.E")) +return s}r=o.k(a,0) +q=A.bg(o.gu(a),r,!0,A.a9(a).h("t.E")) +for(p=1;p").H(b).h("eh<1,2>"))}, +dk(a){var s,r=this +if(r.gu(a)===0)throw A.d(A.bV()) +s=r.k(a,r.gu(a)-1) +r.su(a,r.gu(a)-1) +return s}, +X(a,b){var s=A.a6(a,!0,A.a9(a).h("t.E")) +B.b.C(s,b) +return s}, +bH(a,b,c){var s=this.gu(a) +if(c==null)c=s +A.cV(b,c,s,null,null) +return A.n3(this.qG(a,b,c),!0,A.a9(a).h("t.E"))}, +dr(a,b){return this.bH(a,b,null)}, +qG(a,b,c){A.cV(b,c,this.gu(a),null,null) +return A.dR(a,b,c,A.a9(a).h("t.E"))}, +a56(a,b,c,d){var s +A.cV(b,c,this.gu(a),null,null) +for(s=b;s").b(d)){r=e +q=d}else{q=J.aeR(d,e).d1(0,!1) +r=0}p=J.aI(q) +if(r+s>p.gu(q))throw A.d(A.ajY()) +if(r=0;--o)this.n(a,b+o,p.k(q,r+o)) +else for(o=0;o"))}, +pZ(a,b,c,d){var s,r,q,p,o,n=A.z(c,d) +for(s=J.ap(this.gbd(a)),r=A.a9(a).h("az.V");s.t();){q=s.gE(s) +p=this.k(a,q) +o=b.$2(q,p==null?r.a(p):p) +n.n(0,o.a,o.b)}return n}, +J6(a,b){var s,r +for(s=b.gT(b);s.t();){r=s.gE(s) +this.n(a,r.a,r.b)}}, +BB(a,b){var s,r,q,p,o=A.a9(a),n=A.a([],o.h("r")) +for(s=J.ap(this.gbd(a)),o=o.h("az.V");s.t();){r=s.gE(s) +q=this.k(a,r) +if(b.$2(r,q==null?o.a(q):q))n.push(r)}for(o=n.length,p=0;p").H(s.h("az.V")).h("zk<1,2>"))}, +i(a){return A.afS(a)}, +$iaD:1} +A.ZT.prototype={ +$1(a){var s=this.a,r=J.bs(s,a) +if(r==null)r=A.a9(s).h("az.V").a(r) +s=A.a9(s) +return new A.bi(a,r,s.h("@").H(s.h("az.V")).h("bi<1,2>"))}, +$S(){return A.a9(this.a).h("bi(az.K)")}} +A.ZU.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.h(a) +r.a=s+": " +r.a+=A.h(b)}, +$S:65} +A.zk.prototype={ +gu(a){return J.bC(this.a)}, +gP(a){return J.ia(this.a)}, +gbo(a){return J.ox(this.a)}, +gK(a){var s=this.a,r=J.eY(s) +s=r.k(s,J.kI(r.gbd(s))) +return s==null?this.$ti.z[1].a(s):s}, +gN(a){var s=this.a,r=J.eY(s) +s=r.k(s,J.rX(r.gbd(s))) +return s==null?this.$ti.z[1].a(s):s}, +gT(a){var s=this.a +return new A.N3(J.ap(J.aeN(s)),s)}} +A.N3.prototype={ +t(){var s=this,r=s.a +if(r.t()){s.c=J.bs(s.b,r.gE(r)) +return!0}s.c=null +return!1}, +gE(a){var s=this.c +return s==null?A.m(this).z[1].a(s):s}} +A.QT.prototype={ +n(a,b,c){throw A.d(A.V("Cannot modify unmodifiable map"))}, +v(a,b){throw A.d(A.V("Cannot modify unmodifiable map"))}, +b9(a,b,c){throw A.d(A.V("Cannot modify unmodifiable map"))}} +A.vp.prototype={ +kQ(a,b,c){var s=this.a +return s.kQ(s,b,c)}, +k(a,b){return this.a.k(0,b)}, +n(a,b,c){this.a.n(0,b,c)}, +b9(a,b,c){return this.a.b9(0,b,c)}, +a1(a,b){return this.a.a1(0,b)}, +U(a,b){this.a.U(0,b)}, +gP(a){var s=this.a +return s.gP(s)}, +gbo(a){var s=this.a +return s.gbo(s)}, +gu(a){var s=this.a +return s.gu(s)}, +gbd(a){var s=this.a +return s.gbd(s)}, +v(a,b){return this.a.v(0,b)}, +i(a){var s=this.a +return s.i(s)}, +gaD(a){var s=this.a +return s.gaD(s)}, +gec(a){var s=this.a +return s.gec(s)}, +pZ(a,b,c,d){var s=this.a +return s.pZ(s,b,c,d)}, +$iaD:1} +A.o2.prototype={ +kQ(a,b,c){var s=this.a +return new A.o2(s.kQ(s,b,c),b.h("@<0>").H(c).h("o2<1,2>"))}} +A.yT.prototype={ +YM(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=s +if(b!=null)b.a=s}, +a0X(){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.yS.prototype={ +H4(a){var s,r,q=this +q.c=null +s=q.a +if(s!=null)s.b=q.b +r=q.b +if(r!=null)r.a=s +q.a=q.b=null +return q.d}, +ke(a){var s=this,r=s.c +if(r!=null)--r.b +s.c=null +s.a0X() +return s.d}, +r9(){return this}, +$iajo:1, +gtY(){return this.d}} +A.yU.prototype={ +r9(){return null}, +H4(a){throw A.d(A.bV())}, +gtY(){throw A.d(A.bV())}} +A.u6.prototype={ +fA(a,b){return new A.jq(this,this.$ti.h("@<1>").H(b).h("jq<1,2>"))}, +gu(a){return this.b}, +tl(a){var s=this.a +new A.yS(this,a,s.$ti.h("yS<1>")).YM(s,s.b);++this.b}, +dk(a){var s=this.a.a.H4(0);--this.b +return s}, +gK(a){return this.a.b.gtY()}, +gN(a){return this.a.a.gtY()}, +gP(a){var s=this.a +return s.b===s}, +gT(a){return new A.LM(this,this.a.b)}, +i(a){return A.mU(this,"{","}")}, +$iR:1} +A.LM.prototype={ +t(){var s=this,r=s.b,q=r==null?null:r.r9() +if(q==null){s.a=s.b=s.c=null +return!1}r=s.a +if(r!=q.c)throw A.d(A.bH(r)) +s.c=q.d +s.b=q.b +return!0}, +gE(a){var s=this.c +return s==null?A.m(this).c.a(s):s}} +A.vg.prototype={ +fA(a,b){return new A.jq(this,this.$ti.h("@<1>").H(b).h("jq<1,2>"))}, +gT(a){var s=this +return new A.N0(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}, +gK(a){var s=this,r=s.b +if(r===s.c)throw A.d(A.bV()) +r=s.a[r] +return r==null?s.$ti.c.a(r):r}, +gN(a){var s=this,r=s.b,q=s.c +if(r===q)throw A.d(A.bV()) +r=s.a +r=r[(q-1&r.length-1)>>>0] +return r==null?s.$ti.c.a(r):r}, +aK(a,b){var s,r=this +A.ajU(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}, +d1(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.v_(0,m.$ti.c) +return s}s=m.$ti.c +r=A.bg(k,m.gK(m),!0,s) +for(q=m.a,p=m.b,o=0;o>>0] +r[o]=n==null?s.a(n):n}return r}, +dl(a){return this.d1(a,!0)}, +C(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.h("A<1>").b(b)){s=b.length +r=k.gu(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=A.bg(A.ak7(q+(q>>>1)),null,!1,j.h("1?")) +k.c=k.a1C(n) +k.a=n +k.b=0 +B.b.br(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}}, +i(a){return A.mU(this,"{","}")}, +tl(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.FE();++s.d}, +qi(){var s,r,q=this,p=q.b +if(p===q.c)throw A.d(A.bV());++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}, +dk(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw A.d(A.bV());++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}, +d6(a,b){var s=this,r=s.a,q=s.c +r[q]=b +r=(q+1&r.length-1)>>>0 +s.c=r +if(s.b===r)s.FE();++s.d}, +FE(){var s=this,r=A.bg(s.a.length*2,null,!1,s.$ti.h("1?")),q=s.a,p=s.b,o=q.length-p +B.b.br(r,0,o,q,p) +B.b.br(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +a1C(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +B.b.br(a,0,s,n,p) +return s}else{r=n.length-p +B.b.br(a,0,r,n,p) +B.b.br(a,r,r+q.c,q.a,0) +return q.c+r}}} +A.N0.prototype={ +gE(a){var s=this.e +return s==null?A.m(this).c.a(s):s}, +t(){var s,r=this,q=r.a +if(r.c!==q.d)A.a2(A.bH(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.fU.prototype={ +gP(a){return this.gu(this)===0}, +gbo(a){return this.gu(this)!==0}, +fA(a,b){return A.a3R(this,null,A.m(this).c,b)}, +C(a,b){var s +for(s=J.ap(b);s.t();)this.B(0,s.gE(s))}, +Ni(a){var s,r +for(s=a.length,r=0;r").H(c).h("mr<1,2>"))}, +gc9(a){var s,r=this +if(r.gu(r)>1)throw A.d(A.afJ()) +s=r.gT(r) +if(!s.t())throw A.d(A.bV()) +return s.gE(s)}, +i(a){return A.mU(this,"{","}")}, +u0(a,b){var s +for(s=this.gT(this);s.t();)if(!b.$1(s.gE(s)))return!1 +return!0}, +iL(a,b){var s +for(s=this.gT(this);s.t();)if(b.$1(s.gE(s)))return!0 +return!1}, +hS(a,b){return A.alr(this,b,A.m(this).c)}, +gK(a){var s=this.gT(this) +if(!s.t())throw A.d(A.bV()) +return s.gE(s)}, +gN(a){var s,r=this.gT(this) +if(!r.t())throw A.d(A.bV()) +do s=r.gE(r) +while(r.t()) +return s}, +aK(a,b){var s,r +A.e_(b,"index") +s=this.gT(this) +for(r=b;s.t();){if(r===0)return s.gE(s);--r}throw A.d(A.cq(b,b-r,this,null,"index"))}, +$iR:1, +$ij:1, +$ibv:1} +A.ry.prototype={ +fA(a,b){return A.a3R(this,this.gxM(),A.m(this).c,b)}, +l0(a){var s,r,q=this.ma() +for(s=this.gT(this);s.t();){r=s.gE(s) +if(!a.p(0,r))q.B(0,r)}return q}, +pT(a,b){var s,r,q=this.ma() +for(s=this.gT(this);s.t();){r=s.gE(s) +if(b.p(0,r))q.B(0,r)}return q}, +h3(a){var s=this.ma() +s.C(0,this) +return s}} +A.PV.prototype={} +A.ey.prototype={} +A.e8.prototype={ +a_D(a){var s=this,r=s.$ti +r=new A.e8(a,s.a,r.h("@<1>").H(r.z[1]).h("e8<1,2>")) +r.b=s.b +r.c=s.c +return r}} +A.PU.prototype={ +hi(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.gcA() +if(f==null){h.wJ(a,a) +return-1}s=h.gwI() +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.gcA()!==q){h.scA(q);++h.c}return r}, +a0A(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}, +HW(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}, +iI(a,b){var s,r,q,p,o=this +if(o.gcA()==null)return null +if(o.hi(b)!==0)return null +s=o.gcA() +r=s.b;--o.a +q=s.c +if(r==null)o.scA(q) +else{p=o.HW(r) +p.c=q +o.scA(p)}++o.b +return s}, +wm(a,b){var s,r=this;++r.a;++r.b +s=r.gcA() +if(s==null){r.scA(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.scA(a)}, +gFf(){var s=this,r=s.gcA() +if(r==null)return null +s.scA(s.a0A(r)) +return s.gcA()}, +gGe(){var s=this,r=s.gcA() +if(r==null)return null +s.scA(s.HW(r)) +return s.gcA()}, +m_(a){return this.yA(a)&&this.hi(a)===0}, +wJ(a,b){return this.gwI().$2(a,b)}, +yA(a){return this.ga9S().$1(a)}} +A.xB.prototype={ +k(a,b){var s=this +if(!s.f.$1(b))return null +if(s.d!=null)if(s.hi(b)===0)return s.d.d +return null}, +v(a,b){var s +if(!this.f.$1(b))return null +s=this.iI(0,b) +if(s!=null)return s.d +return null}, +n(a,b,c){var s,r=this,q=r.hi(b) +if(q===0){r.d=r.d.a_D(c);++r.c +return}s=r.$ti +r.wm(new A.e8(c,b,s.h("@<1>").H(s.z[1]).h("e8<1,2>")),q)}, +b9(a,b,c){var s,r,q,p,o=this,n=o.hi(b) +if(n===0)return o.d.d +s=o.b +r=o.c +q=c.$0() +if(s!==o.b)throw A.d(A.bH(o)) +if(r!==o.c)n=o.hi(b) +p=o.$ti +o.wm(new A.e8(q,b,p.h("@<1>").H(p.z[1]).h("e8<1,2>")),n) +return q}, +gP(a){return this.d==null}, +gbo(a){return this.d!=null}, +U(a,b){var s,r,q=this.$ti +q=q.h("@<1>").H(q.z[1]) +s=new A.ok(this,A.a([],q.h("r>")),this.c,q.h("ok<1,2>")) +for(;s.t();){r=s.gE(s) +b.$2(r.a,r.b)}}, +gu(a){return this.a}, +a1(a,b){return this.m_(b)}, +gbd(a){var s=this.$ti +return new A.kq(this,s.h("@<1>").H(s.h("e8<1,2>")).h("kq<1,2>"))}, +gaD(a){var s=this.$ti +return new A.ol(this,s.h("@<1>").H(s.z[1]).h("ol<1,2>"))}, +gec(a){var s=this.$ti +return new A.Ao(this,s.h("@<1>").H(s.z[1]).h("Ao<1,2>"))}, +a5d(){if(this.d==null)return null +return this.gFf().a}, +Mk(){if(this.d==null)return null +return this.gGe().a}, +a7m(a){var s,r,q,p=this +if(p.d==null)return null +if(p.hi(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}, +a5e(a){var s,r,q,p=this +if(p.d==null)return null +if(p.hi(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}, +$iaD:1, +wJ(a,b){return this.e.$2(a,b)}, +yA(a){return this.f.$1(a)}, +gcA(){return this.d}, +gwI(){return this.e}, +scA(a){return this.d=a}} +A.a4j.prototype={ +$1(a){return this.a.b(a)}, +$S:82} +A.jb.prototype={ +gE(a){var s=this.b +if(s.length===0){A.m(this).h("jb.T").a(null) +return null}return this.xj(B.b.gN(s))}, +a_n(a){var s,r,q=this.b +B.b.O(q) +s=this.a +s.hi(a) +r=s.gcA() +r.toString +q.push(r) +this.d=s.c}, +t(){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.gcA() +for(p=q.b;s!=null;){p.push(s) +s=s.b}return p.length!==0}throw A.d(A.bH(o))}p=q.b +if(p.length===0)return!1 +if(q.d!==o.c)q.a_n(B.b.gN(p).a) +s=B.b.gN(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.gN(p).c===s))break +s=p.pop()}return p.length!==0}} +A.kq.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gT(a){var s=this.a,r=this.$ti +return new A.kr(s,A.a([],r.h("r<2>")),s.c,r.h("@<1>").H(r.z[1]).h("kr<1,2>"))}, +p(a,b){return this.a.m_(b)}, +h3(a){var s=this.a,r=this.$ti,q=A.a4k(s.e,s.f,r.c) +q.a=s.a +q.d=q.EK(s.d,r.z[1]) +return q}} +A.ol.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gT(a){var s=this.a,r=this.$ti +r=r.h("@<1>").H(r.z[1]) +return new A.As(s,A.a([],r.h("r>")),s.c,r.h("As<1,2>"))}} +A.Ao.prototype={ +gu(a){return this.a.a}, +gP(a){return this.a.a===0}, +gT(a){var s=this.a,r=this.$ti +r=r.h("@<1>").H(r.z[1]) +return new A.ok(s,A.a([],r.h("r>")),s.c,r.h("ok<1,2>"))}} +A.kr.prototype={ +xj(a){return a.a}} +A.As.prototype={ +xj(a){return a.d}} +A.ok.prototype={ +xj(a){var s=this.$ti +return new A.bi(a.a,a.d,s.h("@<1>").H(s.z[1]).h("bi<1,2>"))}} +A.qt.prototype={ +Gx(a){return A.a4k(new A.a4m(this,a),this.f,a)}, +ma(){return this.Gx(t.z)}, +fA(a,b){return A.a3R(this,this.gZj(),this.$ti.c,b)}, +gT(a){var s=this.$ti +return new A.kr(this,A.a([],s.h("r>")),this.c,s.h("@<1>").H(s.h("ey<1>")).h("kr<1,2>"))}, +gu(a){return this.a}, +gP(a){return this.d==null}, +gbo(a){return this.d!=null}, +gK(a){if(this.a===0)throw A.d(A.bV()) +return this.gFf().a}, +gN(a){if(this.a===0)throw A.d(A.bV()) +return this.gGe().a}, +p(a,b){return this.f.$1(b)&&this.hi(this.$ti.c.a(b))===0}, +B(a,b){return this.d6(0,b)}, +d6(a,b){var s=this.hi(b) +if(s===0)return!1 +this.wm(new A.ey(b,this.$ti.h("ey<1>")),s) +return!0}, +v(a,b){if(!this.f.$1(b))return!1 +return this.iI(0,this.$ti.c.a(b))!=null}, +C(a,b){var s,r +for(s=J.ap(b.gew()),r=A.m(b),r=r.h("@<1>").H(r.z[1]).z[1];s.t();)this.d6(0,r.a(s.gE(s)))}, +pT(a,b){var s,r=this,q=r.$ti,p=A.a4k(r.e,r.f,q.c) +for(q=new A.kr(r,A.a([],q.h("r>")),r.c,q.h("@<1>").H(q.h("ey<1>")).h("kr<1,2>"));q.t();){s=q.gE(q) +if(b.p(0,s))p.d6(0,s)}return p}, +EK(a,b){var s +if(a==null)return null +s=new A.ey(a.a,this.$ti.h("ey<1>")) +new A.a4l(this,b).$2(a,s) +return s}, +h3(a){var s=this,r=s.$ti,q=A.a4k(s.e,s.f,r.c) +q.a=s.a +q.d=s.EK(s.d,r.h("ey<1>")) +return q}, +i(a){return A.mU(this,"{","}")}, +$iR:1, +$ibv:1, +wJ(a,b){return this.e.$2(a,b)}, +yA(a){return this.f.$1(a)}, +gcA(){return this.d}, +gwI(){return this.e}, +scA(a){return this.d=a}} +A.a4m.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("o(0,0)")}} +A.a4l.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a.$ti.h("ey<1>") +do{s=a.b +r=a.c +if(s!=null){q=new A.ey(s.a,n) +b.b=q +this.$2(s,q)}p=r!=null +if(p){o=new A.ey(r.a,n) +b.c=o +b=o +a=r}}while(p)}, +$S(){return this.a.$ti.H(this.b).h("~(1,ey<2>)")}} +A.Ap.prototype={} +A.Aq.prototype={} +A.Ar.prototype={} +A.AO.prototype={} +A.MO.prototype={ +k(a,b){var s,r=this.b +if(r==null)return this.c.k(0,b) +else if(typeof b!="string")return null +else{s=r[b] +return typeof s=="undefined"?this.a_f(b):s}}, +gu(a){return this.b==null?this.c.a:this.m0().length}, +gP(a){return this.gu(this)===0}, +gbo(a){return this.gu(this)>0}, +gbd(a){var s +if(this.b==null){s=this.c +return new A.aB(s,A.m(s).h("aB<1>"))}return new A.MP(this)}, +gaD(a){var s,r=this +if(r.b==null){s=r.c +return s.gaD(s)}return A.vq(r.m0(),new A.a9V(r),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.a1(0,b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.IT().n(0,b,c)}, +a1(a,b){if(this.b==null)return this.c.a1(0,b) +if(typeof b!="string")return!1 +return Object.prototype.hasOwnProperty.call(this.a,b)}, +b9(a,b,c){var s +if(this.a1(0,b))return this.k(0,b) +s=c.$0() +this.n(0,b,s) +return s}, +v(a,b){if(this.b!=null&&!this.a1(0,b))return null +return this.IT().v(0,b)}, +U(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.U(0,b) +s=o.m0() +for(r=0;r=0){i=u.U.charCodeAt(h) +if(i===k)continue +k=i}else{if(h===-1){if(o<0){g=p==null?c:p.a.length +if(g==null)g=0 +o=g+(r-q) +n=r}++m +if(k===61)continue}k=i}if(h!==-2){if(p==null){p=new A.c1("") +g=p}else g=p +g.a+=B.d.a8(a0,q,r) +g.a+=A.df(k) +q=l +continue}}throw A.d(A.bE("Invalid base64 data",a0,r))}if(p!=null){g=p.a+=B.d.a8(a0,q,a2) +f=g.length +if(o>=0)A.aiv(a0,n,a2,o,m,f) +else{e=B.f.bR(f-1,4)+1 +if(e===1)throw A.d(A.bE(b,a0,a2)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return B.d.nq(a0,a1,a2,g.charCodeAt(0)==0?g:g)}d=a2-a1 +if(o>=0)A.aiv(a0,n,a2,o,m,d) +else{e=B.f.bR(d,4) +if(e===1)throw A.d(A.bE(b,a0,a2)) +if(e>1)a0=B.d.nq(a0,a2,a2,e===2?"==":"=")}return a0}} +A.Tm.prototype={ +hU(a){return new A.acl(new A.QW(new A.AR(!1),a,a.a),new A.a7x(u.U))}} +A.a7x.prototype={ +a3J(a,b){return new Uint8Array(b)}, +a4I(a,b,c,d){var s,r=this,q=(r.a&3)+(c-b),p=B.f.cq(q,3),o=p*4 +if(d&&q-p*3>0)o+=4 +s=r.a3J(0,o) +r.a=A.axy(r.b,a,b,c,d,s,0,r.a) +if(o>0)return s +return null}} +A.a7y.prototype={ +B(a,b){this.EH(0,b,0,b.length,!1)}, +aU(a){this.EH(0,B.cV,0,0,!0)}} +A.acl.prototype={ +EH(a,b,c,d,e){var s=this.b.a4I(b,c,d,e) +if(s!=null)this.a.kN(s,0,s.length,e)}} +A.Tl.prototype={ +a3p(a,b){var s,r,q=A.cV(b,null,a.length,null,null) +if(b===q)return new Uint8Array(0) +s=new A.KE() +r=s.zk(0,a,b,q) +r.toString +s.z5(0,a,q) +return r}, +cs(a){return this.a3p(a,0)}, +hU(a){return new A.a7w(a,new A.KE())}} +A.KE.prototype={ +zk(a,b,c,d){var s,r=this,q=r.a +if(q<0){r.a=A.am8(b,c,d,q) +return null}if(c===d)return new Uint8Array(0) +s=A.axv(b,c,d,q) +r.a=A.axx(b,c,d,s,0,r.a) +return s}, +z5(a,b,c){var s=this.a +if(s<-1)throw A.d(A.bE("Missing padding character",b,c)) +if(s>0)throw A.d(A.bE("Invalid length, must be multiple of four",b,c)) +this.a=-1}} +A.a7w.prototype={ +B(a,b){var s,r=b.length +if(r===0)return +s=this.b.zk(0,b,0,r) +if(s!=null)this.a.a.a+=s}, +aU(a){this.b.z5(0,null,null) +this.a.aU(0)}, +kN(a,b,c,d){var s,r +A.cV(b,c,a.length,null,null) +if(b===c)return +s=this.b +r=s.zk(0,a,b,c) +if(r!=null)this.a.a.a+=r +if(d){s.z5(0,a,c) +this.a.aU(0)}}} +A.TI.prototype={} +A.a87.prototype={ +B(a,b){this.a.a.a+=b}, +aU(a){this.a.aU(0)}} +A.Cw.prototype={} +A.PG.prototype={ +B(a,b){this.b.push(b)}, +aU(a){this.a.$1(this.b)}} +A.CY.prototype={} +A.tM.prototype={ +a5o(a){return new A.Mm(this,a)}, +hU(a){throw A.d(A.V("This converter does not support chunked conversions: "+this.i(0)))}} +A.Mm.prototype={ +hU(a){return this.a.hU(new A.ze(this.b.a,a,new A.c1("")))}} +A.W3.prototype={} +A.v5.prototype={ +i(a){var s=A.mu(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +A.Fa.prototype={ +i(a){return"Cyclic error in JSON stringify"}} +A.Zg.prototype={ +dN(a,b){var s=A.anz(b,this.ga40().a) +return s}, +L4(a){var s=A.axS(a,this.ga4K().b,null) +return s}, +ga4K(){return B.DT}, +ga40(){return B.kX}} +A.Zi.prototype={ +hU(a){return new A.a9U(null,this.b,a)}} +A.a9U.prototype={ +B(a,b){var s,r=this +if(r.d)throw A.d(A.O("Only one call to add allowed")) +r.d=!0 +s=r.c.JB() +A.amj(b,s,r.b,r.a) +s.aU(0)}, +aU(a){}} +A.Zh.prototype={ +hU(a){return new A.ze(this.a,a,new A.c1(""))}} +A.a9X.prototype={ +Ow(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.vs(a,s,r) +s=r+1 +n.co(92) +n.co(117) +n.co(100) +p=q>>>8&15 +n.co(p<10?48+p:87+p) +p=q>>>4&15 +n.co(p<10?48+p:87+p) +p=q&15 +n.co(p<10?48+p:87+p)}}continue}if(q<32){if(r>s)n.vs(a,s,r) +s=r+1 +n.co(92) +switch(q){case 8:n.co(98) +break +case 9:n.co(116) +break +case 10:n.co(110) +break +case 12:n.co(102) +break +case 13:n.co(114) +break +default:n.co(117) +n.co(48) +n.co(48) +p=q>>>4&15 +n.co(p<10?48+p:87+p) +p=q&15 +n.co(p<10?48+p:87+p) +break}}else if(q===34||q===92){if(r>s)n.vs(a,s,r) +s=r+1 +n.co(92) +n.co(q)}}if(s===0)n.eM(a) +else if(s16)this.x8()}, +nx(a,b){if(this.a.a.length!==0)this.x8() +this.b.B(0,b)}, +x8(){var s=this.a,r=s.a +s.a="" +this.b.B(0,r.charCodeAt(0)==0?r:r)}} +A.Az.prototype={ +aU(a){}, +kN(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.ti() +return!1}}, +Fc(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.J0(p,a.charCodeAt(n)))q=n}else if(o===56320){if(l.b+3>r)break +l.ti()}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.acm.prototype={ +aU(a){if(this.a!==0){this.kN("",0,0,!0) +return}this.d.a.aU(0)}, +kN(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.J0(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.Fc(a,b,c) +o=d&&b===c +if(b===q&&(a.charCodeAt(b)&64512)===55296){if(d&&n.b1000){s=B.f.cq(b+c,2) +r=q.wQ(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.wQ(a,s,c,d)}return q.a4_(a,b,c,d)}, +a5h(a,b){var s=this.b +this.b=0 +if(s<=32)return +if(this.a)b.a+=A.df(65533) +else throw A.d(A.bE(A.amT(77),null,null))}, +a4_(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.c1(""),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.df(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.df(k) +break +case 65:h.a+=A.df(k);--g +break +default:q=h.a+=A.df(k) +h.a=q+A.df(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.df(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.Se.prototype={} +A.kv.prototype={} +A.a_Y.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.mu(b) +r.a=", "}, +$S:294} +A.f3.prototype={ +B(a,b){return A.asT(this.a+B.f.cq(b.a,1000),this.b)}, +j(a,b){if(b==null)return!1 +return b instanceof A.f3&&this.a===b.a&&this.b===b.b}, +aZ(a,b){return B.f.aZ(this.a,b.a)}, +gq(a){var s=this.a +return(s^B.f.dH(s,30))&1073741823}, +i(a){var s=this,r=A.asV(A.avI(s)),q=A.Dm(A.avG(s)),p=A.Dm(A.avC(s)),o=A.Dm(A.avD(s)),n=A.Dm(A.avF(s)),m=A.Dm(A.avH(s)),l=A.asW(A.avE(s)),k=r+"-"+q +if(s.b)return k+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return k+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$ich:1} +A.aS.prototype={ +X(a,b){return new A.aS(this.a+b.a)}, +a3(a,b){return new A.aS(this.a-b.a)}, +Z(a,b){return new A.aS(B.c.aX(this.a*b))}, +j(a,b){if(b==null)return!1 +return b instanceof A.aS&&this.a===b.a}, +gq(a){return B.f.gq(this.a)}, +aZ(a,b){return B.f.aZ(this.a,b.a)}, +i(a){var s,r,q,p,o,n=this.a,m=B.f.cq(n,36e8),l=n%36e8 +if(n<0){m=0-m +n=0-l +s="-"}else{n=l +s=""}r=B.f.cq(n,6e7) +n%=6e7 +q=r<10?"0":"" +p=B.f.cq(n,1e6) +o=p<10?"0":"" +return s+m+":"+q+r+":"+o+p+"."+B.d.j7(B.f.i(n%1e6),6,"0")}, +$ich:1} +A.a8W.prototype={ +i(a){return this.F()}} +A.bz.prototype={ +gqU(){return A.aN(this.$thrownJsError)}} +A.ma.prototype={ +i(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.mu(s) +return"Assertion failed"}, +gbp(a){return this.a}} +A.k9.prototype={} +A.hd.prototype={ +gx5(){return"Invalid argument"+(!this.a?"(s)":"")}, +gx4(){return""}, +i(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+A.h(p),n=s.gx5()+q+o +if(!s.a)return n +return n+s.gx4()+": "+A.mu(s.gAn())}, +gAn(){return this.b}} +A.wt.prototype={ +gAn(){return this.b}, +gx5(){return"RangeError"}, +gx4(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+A.h(q):"" +else if(q==null)s=": Not greater than or equal to "+A.h(r) +else if(q>r)s=": Not in inclusive range "+A.h(r)+".."+A.h(q) +else s=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.d.a8(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.a8(e,k,l)+i+"\n"+B.d.Z(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.h(f)+")"):g}, +$ici:1} +A.j.prototype={ +fA(a,b){return A.bL(this,A.a9(this).h("j.E"),b)}, +A_(a,b){var s=this,r=A.a9(s) +if(r.h("R").b(s))return A.ajE(s,b,r.h("j.E")) +return new A.jy(s,b,r.h("jy"))}, +hC(a,b,c){return A.vq(this,b,A.a9(this).h("j.E"),c)}, +hN(a,b){return new A.b_(this,b,A.a9(this).h("b_"))}, +p(a,b){var s +for(s=this.gT(this);s.t();)if(J.e(s.gE(s),b))return!0 +return!1}, +U(a,b){var s +for(s=this.gT(this);s.t();)b.$1(s.gE(s))}, +bi(a,b){var s,r,q=this.gT(this) +if(!q.t())return"" +s=J.ee(q.gE(q)) +if(!q.t())return s +if(b.length===0){r=s +do r+=J.ee(q.gE(q)) +while(q.t())}else{r=s +do r=r+b+J.ee(q.gE(q)) +while(q.t())}return r.charCodeAt(0)==0?r:r}, +lm(a){return this.bi(a,"")}, +iL(a,b){var s +for(s=this.gT(this);s.t();)if(b.$1(s.gE(s)))return!0 +return!1}, +d1(a,b){return A.a6(this,b,A.a9(this).h("j.E"))}, +dl(a){return this.d1(a,!0)}, +h3(a){return A.fM(this,A.a9(this).h("j.E"))}, +gu(a){var s,r=this.gT(this) +for(s=0;r.t();)++s +return s}, +gP(a){return!this.gT(this).t()}, +gbo(a){return!this.gP(this)}, +qm(a,b){return A.awS(this,b,A.a9(this).h("j.E"))}, +hS(a,b){return A.alr(this,b,A.a9(this).h("j.E"))}, +gK(a){var s=this.gT(this) +if(!s.t())throw A.d(A.bV()) +return s.gE(s)}, +gN(a){var s,r=this.gT(this) +if(!r.t())throw A.d(A.bV()) +do s=r.gE(r) +while(r.t()) +return s}, +a7n(a,b){var s,r,q=this.gT(this) +do{if(!q.t())throw A.d(A.bV()) +s=q.gE(q)}while(!b.$1(s)) +for(;q.t();){r=q.gE(q) +if(b.$1(r))s=r}return s}, +aK(a,b){var s,r +A.e_(b,"index") +s=this.gT(this) +for(r=b;s.t();){if(r===0)return s.gE(s);--r}throw A.d(A.cq(b,b-r,this,null,"index"))}, +i(a){return A.ajZ(this,"(",")")}} +A.z3.prototype={ +aK(a,b){A.ajU(b,this.a,this,null) +return this.b.$1(b)}, +gu(a){return this.a}} +A.F8.prototype={} +A.bi.prototype={ +i(a){return"MapEntry("+A.h(this.a)+": "+A.h(this.b)+")"}} +A.aV.prototype={ +gq(a){return A.F.prototype.gq.call(this,this)}, +i(a){return"null"}} +A.F.prototype={$iF:1, +j(a,b){return this===b}, +gq(a){return A.eN(this)}, +i(a){return"Instance of '"+A.a18(this)+"'"}, +G(a,b){throw A.d(A.akq(this,b))}, +gcn(a){return A.v(this)}, +toString(){return this.i(this)}, +$0(){return this.G(this,A.K("$0","$0",0,[],[],0))}, +$1(a){return this.G(this,A.K("$1","$1",0,[a],[],0))}, +$2(a,b){return this.G(this,A.K("$2","$2",0,[a,b],[],0))}, +$3$1(a,b,c,d){return this.G(this,A.K("$3$1","$3$1",0,[a,b,c,d],[],3))}, +$1$2$onError(a,b,c){return this.G(this,A.K("$1$2$onError","$1$2$onError",0,[a,b,c],["onError"],1))}, +$2$1(a,b,c){return this.G(this,A.K("$2$1","$2$1",0,[a,b,c],[],2))}, +$1$1(a,b){return this.G(this,A.K("$1$1","$1$1",0,[a,b],[],1))}, +$3(a,b,c){return this.G(this,A.K("$3","$3",0,[a,b,c],[],0))}, +$4(a,b,c,d){return this.G(this,A.K("$4","$4",0,[a,b,c,d],[],0))}, +$3$3(a,b,c,d,e,f){return this.G(this,A.K("$3$3","$3$3",0,[a,b,c,d,e,f],[],3))}, +$2$2(a,b,c,d){return this.G(this,A.K("$2$2","$2$2",0,[a,b,c,d],[],2))}, +$1$hostElementAttributes(a){return this.G(this,A.K("$1$hostElementAttributes","$1$hostElementAttributes",0,[a],["hostElementAttributes"],0))}, +$1$highContrast(a){return this.G(this,A.K("$1$highContrast","$1$highContrast",0,[a],["highContrast"],0))}, +$1$accessibilityFeatures(a){return this.G(this,A.K("$1$accessibilityFeatures","$1$accessibilityFeatures",0,[a],["accessibilityFeatures"],0))}, +$3$replace$state(a,b,c){return this.G(this,A.K("$3$replace$state","$3$replace$state",0,[a,b,c],["replace","state"],0))}, +$2$path(a,b){return this.G(this,A.K("$2$path","$2$path",0,[a,b],["path"],0))}, +$1$2(a,b,c){return this.G(this,A.K("$1$2","$1$2",0,[a,b,c],[],1))}, +$1$growable(a){return this.G(this,A.K("$1$growable","$1$growable",0,[a],["growable"],0))}, +$2$params(a,b){return this.G(this,A.K("$2$params","$2$params",0,[a,b],["params"],0))}, +$3$onAction$onChange(a,b,c){return this.G(this,A.K("$3$onAction$onChange","$3$onAction$onChange",0,[a,b,c],["onAction","onChange"],0))}, +$1$0(a){return this.G(this,A.K("$1$0","$1$0",0,[a],[],1))}, +$1$locales(a){return this.G(this,A.K("$1$locales","$1$locales",0,[a],["locales"],0))}, +$1$textScaleFactor(a){return this.G(this,A.K("$1$textScaleFactor","$1$textScaleFactor",0,[a],["textScaleFactor"],0))}, +$1$platformBrightness(a){return this.G(this,A.K("$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.K("$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.K("$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.K("$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.K("$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.K("$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.K("$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.K("$1$accessibleNavigation","$1$accessibleNavigation",0,[a],["accessibleNavigation"],0))}, +$1$semanticsEnabled(a){return this.G(this,A.K("$1$semanticsEnabled","$1$semanticsEnabled",0,[a],["semanticsEnabled"],0))}, +$4$cancelOnError$onDone$onError(a,b,c,d){return this.G(this,A.K("$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.K("$1$style","$1$style",0,[a],["style"],0))}, +$2$priority$scheduler(a,b){return this.G(this,A.K("$2$priority$scheduler","$2$priority$scheduler",0,[a,b],["priority","scheduler"],0))}, +$2$position(a,b){return this.G(this,A.K("$2$position","$2$position",0,[a,b],["position"],0))}, +$1$includeChildren(a){return this.G(this,A.K("$1$includeChildren","$1$includeChildren",0,[a],["includeChildren"],0))}, +$2$aspect(a,b){return this.G(this,A.K("$2$aspect","$2$aspect",0,[a,b],["aspect"],0))}, +$1$bodyColor(a){return this.G(this,A.K("$1$bodyColor","$1$bodyColor",0,[a],["bodyColor"],0))}, +$1$findFirstFocus(a){return this.G(this,A.K("$1$findFirstFocus","$1$findFirstFocus",0,[a],["findFirstFocus"],0))}, +$1$withDelay(a){return this.G(this,A.K("$1$withDelay","$1$withDelay",0,[a],["withDelay"],0))}, +$1$2$arguments(a,b,c){return this.G(this,A.K("$1$2$arguments","$1$2$arguments",0,[a,b,c],["arguments"],1))}, +$5(a,b,c,d,e){return this.G(this,A.K("$5","$5",0,[a,b,c,d,e],[],0))}, +$1$range(a){return this.G(this,A.K("$1$range","$1$range",0,[a],["range"],0))}, +$2$after(a,b){return this.G(this,A.K("$2$after","$2$after",0,[a,b],["after"],0))}, +$1$reversed(a){return this.G(this,A.K("$1$reversed","$1$reversed",0,[a],["reversed"],0))}, +$4$axis$rect(a,b,c,d){return this.G(this,A.K("$4$axis$rect","$4$axis$rect",0,[a,b,c,d],["axis","rect"],0))}, +$2$alignmentPolicy(a,b){return this.G(this,A.K("$2$alignmentPolicy","$2$alignmentPolicy",0,[a,b],["alignmentPolicy"],0))}, +$2$ignoreCurrentFocus(a,b){return this.G(this,A.K("$2$ignoreCurrentFocus","$2$ignoreCurrentFocus",0,[a,b],["ignoreCurrentFocus"],0))}, +$1$paragraphWidth(a){return this.G(this,A.K("$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.K("$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.K("$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.K("$4$boxHeightStyle$boxWidthStyle","$4$boxHeightStyle$boxWidthStyle",0,[a,b,c,d],["boxHeightStyle","boxWidthStyle"],0))}, +$2$end$start(a,b){return this.G(this,A.K("$2$end$start","$2$end$start",0,[a,b],["end","start"],0))}, +$3$boxHeightStyle(a,b,c){return this.G(this,A.K("$3$boxHeightStyle","$3$boxHeightStyle",0,[a,b,c],["boxHeightStyle"],0))}, +$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(a,b,c,d,e,f,g,h){return this.G(this,A.K("$8$color$fill$grade$opacity$opticalSize$shadows$size$weight","$8$color$fill$grade$opacity$opticalSize$shadows$size$weight",0,[a,b,c,d,e,f,g,h],["color","fill","grade","opacity","opticalSize","shadows","size","weight"],0))}, +$1$color(a){return this.G(this,A.K("$1$color","$1$color",0,[a],["color"],0))}, +$3$textDirection(a,b,c){return this.G(this,A.K("$3$textDirection","$3$textDirection",0,[a,b,c],["textDirection"],0))}, +$3$debugReport(a,b,c){return this.G(this,A.K("$3$debugReport","$3$debugReport",0,[a,b,c],["debugReport"],0))}, +$3$cancel$down$reason(a,b,c){return this.G(this,A.K("$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.K("$2$down$up","$2$down$up",0,[a,b],["down","up"],0))}, +$1$down(a){return this.G(this,A.K("$1$down","$1$down",0,[a],["down"],0))}, +$2$value(a,b){return this.G(this,A.K("$2$value","$2$value",0,[a,b],["value"],0))}, +$1$context(a){return this.G(this,A.K("$1$context","$1$context",0,[a],["context"],0))}, +$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(a,b,c,d,e,f,g,h,i,j,k){return this.G(this,A.K("$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection","$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection",0,[a,b,c,d,e,f,g,h,i,j,k],["borderRadius","color","containedInkWell","controller","customBorder","onRemoved","position","radius","rectCallback","referenceBox","textDirection"],0))}, +$1$details(a){return this.G(this,A.K("$1$details","$1$details",0,[a],["details"],0))}, +$2$textDirection(a,b){return this.G(this,A.K("$2$textDirection","$2$textDirection",0,[a,b],["textDirection"],0))}, +$2$reversed(a,b){return this.G(this,A.K("$2$reversed","$2$reversed",0,[a,b],["reversed"],0))}, +$2$minHeight$minWidth(a,b){return this.G(this,A.K("$2$minHeight$minWidth","$2$minHeight$minWidth",0,[a,b],["minHeight","minWidth"],0))}, +$1$5(a,b,c,d,e,f){return this.G(this,A.K("$1$5","$1$5",0,[a,b,c,d,e,f],[],1))}, +$1$fontWeight(a){return this.G(this,A.K("$1$fontWeight","$1$fontWeight",0,[a],["fontWeight"],0))}, +$2$bottom$top(a,b){return this.G(this,A.K("$2$bottom$top","$2$bottom$top",0,[a,b],["bottom","top"],0))}, +$2$left$right(a,b){return this.G(this,A.K("$2$left$right","$2$left$right",0,[a,b],["left","right"],0))}, +$1$padding(a){return this.G(this,A.K("$1$padding","$1$padding",0,[a],["padding"],0))}, +$2$hitTest$paintTransform(a,b){return this.G(this,A.K("$2$hitTest$paintTransform","$2$hitTest$paintTransform",0,[a,b],["hitTest","paintTransform"],0))}, +$3$crossAxisPosition$mainAxisPosition(a,b,c){return this.G(this,A.K("$3$crossAxisPosition$mainAxisPosition","$3$crossAxisPosition$mainAxisPosition",0,[a,b,c],["crossAxisPosition","mainAxisPosition"],0))}, +$2$hitTest$paintOffset(a,b){return this.G(this,A.K("$2$hitTest$paintOffset","$2$hitTest$paintOffset",0,[a,b],["hitTest","paintOffset"],0))}, +$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.G(this,A.K("$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.K("$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.K("$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.K("$1$bottom","$1$bottom",0,[a],["bottom"],0))}, +$1$floatingActionButtonScale(a){return this.G(this,A.K("$1$floatingActionButtonScale","$1$floatingActionButtonScale",0,[a],["floatingActionButtonScale"],0))}, +$2$viewInsets$viewPadding(a,b){return this.G(this,A.K("$2$viewInsets$viewPadding","$2$viewInsets$viewPadding",0,[a,b],["viewInsets","viewPadding"],0))}, +$2$padding$viewPadding(a,b){return this.G(this,A.K("$2$padding$viewPadding","$2$padding$viewPadding",0,[a,b],["padding","viewPadding"],0))}, +$3$foregroundColor$iconSize$overlayColor(a,b,c){return this.G(this,A.K("$3$foregroundColor$iconSize$overlayColor","$3$foregroundColor$iconSize$overlayColor",0,[a,b,c],["foregroundColor","iconSize","overlayColor"],0))}, +$5$colors$indices$textureCoordinates(a,b,c,d,e){return this.G(this,A.K("$5$colors$indices$textureCoordinates","$5$colors$indices$textureCoordinates",0,[a,b,c,d,e],["colors","indices","textureCoordinates"],0))}, +$3$context$exception$stack(a,b,c){return this.G(this,A.K("$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.K("$4$allowUpscaling$targetHeight$targetWidth","$4$allowUpscaling$targetHeight$targetWidth",0,[a,b,c,d],["allowUpscaling","targetHeight","targetWidth"],0))}, +$6(a,b,c,d,e,f){return this.G(this,A.K("$6","$6",0,[a,b,c,d,e,f],[],0))}, +$8(a,b,c,d,e,f,g,h){return this.G(this,A.K("$8","$8",0,[a,b,c,d,e,f,g,h],[],0))}, +$2$replace(a,b){return this.G(this,A.K("$2$replace","$2$replace",0,[a,b],["replace"],0))}, +$4$clipResolver$maskResolver$patternResolver(a,b,c,d){return this.G(this,A.K("$4$clipResolver$maskResolver$patternResolver","$4$clipResolver$maskResolver$patternResolver",0,[a,b,c,d],["clipResolver","maskResolver","patternResolver"],0))}, +$2$maxWidth$minWidth(a,b){return this.G(this,A.K("$2$maxWidth$minWidth","$2$maxWidth$minWidth",0,[a,b],["maxWidth","minWidth"],0))}, +$2$maxHeight$minHeight(a,b){return this.G(this,A.K("$2$maxHeight$minHeight","$2$maxHeight$minHeight",0,[a,b],["maxHeight","minHeight"],0))}, +$1$side(a){return this.G(this,A.K("$1$side","$1$side",0,[a],["side"],0))}, +$2$color$fontSize(a,b){return this.G(this,A.K("$2$color$fontSize","$2$color$fontSize",0,[a,b],["color","fontSize"],0))}, +$2$color$fontWeight(a,b){return this.G(this,A.K("$2$color$fontWeight","$2$color$fontWeight",0,[a,b],["color","fontWeight"],0))}, +$3$bodyColor$decorationColor$displayColor(a,b,c){return this.G(this,A.K("$3$bodyColor$decorationColor$displayColor","$3$bodyColor$decorationColor$displayColor",0,[a,b,c],["bodyColor","decorationColor","displayColor"],0))}, +$1$direction(a){return this.G(this,A.K("$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.K("$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))}, +$3$code$details$message(a,b,c){return this.G(this,A.K("$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.K("$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.K("$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes","$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes",0,[a,b,c,d,e],["elevationAdjustment","parentPaintClipRect","parentSemanticsClipRect","result","siblingNodes"],0))}, +$2$0(a,b){return this.G(this,A.K("$2$0","$2$0",0,[a,b],[],2))}, +$1$config(a){return this.G(this,A.K("$1$config","$1$config",0,[a],["config"],0))}, +$2$descendant$rect(a,b){return this.G(this,A.K("$2$descendant$rect","$2$descendant$rect",0,[a,b],["descendant","rect"],0))}, +$3$rect(a,b,c){return this.G(this,A.K("$3$rect","$3$rect",0,[a,b,c],["rect"],0))}, +$4$curve$descendant$duration$rect(a,b,c,d){return this.G(this,A.K("$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.K("$2$ignoreRasterCache","$2$ignoreRasterCache",0,[a,b],["ignoreRasterCache"],0))}, +$1$3$onlyFirst(a,b,c,d){return this.G(this,A.K("$1$3$onlyFirst","$1$3$onlyFirst",0,[a,b,c,d],["onlyFirst"],1))}, +$3$oldLayer(a,b,c){return this.G(this,A.K("$3$oldLayer","$3$oldLayer",0,[a,b,c],["oldLayer"],0))}, +$2$oldLayer(a,b){return this.G(this,A.K("$2$oldLayer","$2$oldLayer",0,[a,b],["oldLayer"],0))}, +$1$oldLayer(a){return this.G(this,A.K("$1$oldLayer","$1$oldLayer",0,[a],["oldLayer"],0))}, +$3$offset$oldLayer(a,b,c){return this.G(this,A.K("$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.K("$4$isComplexHint$willChangeHint","$4$isComplexHint$willChangeHint",0,[a,b,c,d],["isComplexHint","willChangeHint"],0))}, +$4$in1$in2$operator$result(a,b,c,d){return this.G(this,A.K("$4$in1$in2$operator$result","$4$in1$in2$operator$result",0,[a,b,c,d],["in1","in2","operator","result"],0))}, +$3$clipBehavior$oldLayer(a,b,c){return this.G(this,A.K("$3$clipBehavior$oldLayer","$3$clipBehavior$oldLayer",0,[a,b,c],["clipBehavior","oldLayer"],0))}, +$2$doAntiAlias(a,b){return this.G(this,A.K("$2$doAntiAlias","$2$doAntiAlias",0,[a,b],["doAntiAlias"],0))}, +$2$nextTo(a,b){return this.G(this,A.K("$2$nextTo","$2$nextTo",0,[a,b],["nextTo"],0))}, +$5$borderRadius$shape$textDirection(a,b,c,d,e){return this.G(this,A.K("$5$borderRadius$shape$textDirection","$5$borderRadius$shape$textDirection",0,[a,b,c,d,e],["borderRadius","shape","textDirection"],0))}, +$2$filterQuality(a,b){return this.G(this,A.K("$2$filterQuality","$2$filterQuality",0,[a,b],["filterQuality"],0))}, +$2$parentUsesSize(a,b){return this.G(this,A.K("$2$parentUsesSize","$2$parentUsesSize",0,[a,b],["parentUsesSize"],0))}, +$4$isScrolling$newPosition$oldPosition$velocity(a,b,c,d){return this.G(this,A.K("$4$isScrolling$newPosition$oldPosition$velocity","$4$isScrolling$newPosition$oldPosition$velocity",0,[a,b,c,d],["isScrolling","newPosition","oldPosition","velocity"],0))}, +$1$height(a){return this.G(this,A.K("$1$height","$1$height",0,[a],["height"],0))}, +$1$maxWidth(a){return this.G(this,A.K("$1$maxWidth","$1$maxWidth",0,[a],["maxWidth"],0))}, +$1$width(a){return this.G(this,A.K("$1$width","$1$width",0,[a],["width"],0))}, +$2$bottomNavigationBarTop$floatingActionButtonArea(a,b){return this.G(this,A.K("$2$bottomNavigationBarTop$floatingActionButtonArea","$2$bottomNavigationBarTop$floatingActionButtonArea",0,[a,b],["bottomNavigationBarTop","floatingActionButtonArea"],0))}, +k(a,b){return this.G(a,A.K("k","k",0,[b],[],0))}, +BT(){return this.G(this,A.K("BT","BT",0,[],[],0))}, +yE(a){return this.G(this,A.K("yE","yE",0,[a],[],0))}, +rV(a){return this.G(this,A.K("rV","rV",0,[a],[],0))}, +bm(){return this.G(this,A.K("bm","bm",0,[],[],0))}, +iR(){return this.G(this,A.K("iR","iR",0,[],[],0))}, +a3(a,b){return this.G(a,A.K("a3","a3",0,[b],[],0))}, +Z(a,b){return this.G(a,A.K("Z","Z",0,[b],[],0))}, +X(a,b){return this.G(a,A.K("X","X",0,[b],[],0))}, +gu(a){return this.G(a,A.K("gu","gu",1,[],[],0))}, +gc1(a){return this.G(a,A.K("gc1","gc1",1,[],[],0))}, +geS(){return this.G(this,A.K("geS","geS",1,[],[],0))}, +gbF(){return this.G(this,A.K("gbF","gbF",1,[],[],0))}, +gfo(){return this.G(this,A.K("gfo","gfo",1,[],[],0))}, +seS(a){return this.G(this,A.K("seS","seS",2,[a],[],0))}, +sbF(a){return this.G(this,A.K("sbF","sbF",2,[a],[],0))}, +sfo(a){return this.G(this,A.K("sfo","sfo",2,[a],[],0))}, +sc1(a,b){return this.G(a,A.K("sc1","sc1",2,[b],[],0))}} +A.Q3.prototype={ +i(a){return""}, +$icE:1} +A.iV.prototype={ +gL0(){var s=this.gL1() +if($.jh()===1e6)return s +return s*1000}, +gzJ(){var s=this.gL1() +if($.jh()===1000)return s +return B.f.cq(s,1000)}, +ku(a){var s=this,r=s.b +if(r!=null){s.a=s.a+($.H4.$0()-r) +s.b=null}}, +fd(a){var s=this.b +this.a=s==null?$.H4.$0():s}, +gL1(){var s=this.b +if(s==null)s=$.H4.$0() +return s-this.a}} +A.wW.prototype={ +gT(a){return new A.Ia(this.a)}, +gN(a){var s,r,q=this.a,p=q.length +if(p===0)throw A.d(A.O("No elements.")) +s=q.charCodeAt(p-1) +if((s&64512)===56320&&p>1){r=q.charCodeAt(p-2) +if((r&64512)===55296)return A.an3(r,s)}return s}} +A.Ia.prototype={ +gE(a){return this.d}, +t(){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.eZ(B.d.a8(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:281} +A.AP.prototype={ +goF(){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.h(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.au() +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +guT(){var s,r,q=this,p=q.x +if(p===$){s=q.e +if(s.length!==0&&s.charCodeAt(0)===47)s=B.d.cM(s,1) +r=s.length===0?B.l9:A.Fp(new A.ad(A.a(s.split("/"),t.s),A.aAR(),t.Gf),t.N) +q.x!==$&&A.au() +p=q.x=r}return p}, +gq(a){var s,r=this,q=r.y +if(q===$){s=B.d.gq(r.goF()) +r.y!==$&&A.au() +r.y=s +q=s}return q}, +gjb(){var s,r,q=this,p=q.Q +if(p===$){s=q.f +r=A.ayA(s==null?"":s) +q.Q!==$&&A.au() +q.Q=r +p=r}return p}, +gO8(){return this.b}, +gAg(a){var s=this.c +if(s==null)return"" +if(B.d.bE(s,"["))return B.d.a8(s,1,s.length-1) +return s}, +gBn(a){var s=this.d +return s==null?A.amE(this.a):s}, +gBs(a){var s=this.f +return s==null?"":s}, +gii(){var s=this.r +return s==null?"":s}, +gLP(){return this.a.length!==0}, +gLL(){return this.c!=null}, +gLO(){return this.f!=null}, +gLM(){return this.r!=null}, +i(a){return this.goF()}, +j(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.gnB())if(q.c!=null===b.gLL())if(q.b===b.gO8())if(q.gAg(q)===b.gAg(b))if(q.gBn(q)===b.gBn(b))if(q.e===b.gfX(b)){s=q.f +r=s==null +if(!r===b.gLO()){if(r)s="" +if(s===b.gBs(b)){s=q.r +r=s==null +if(!r===b.gLM()){if(r)s="" +s=s===b.gii()}else s=!1}else s=!1}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}, +$iJQ:1, +gnB(){return this.a}, +gfX(a){return this.e}} +A.acj.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=A.QU(B.ed,a,B.Q,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.QU(B.ed,b,B.Q,!0)}}, +$S:280} +A.aci.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.ap(b),r=this.a;s.t();)r.$2(a,s.gE(s))}, +$S:12} +A.ack.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.rG(s,a,c,r,!0) +p=""}else{q=A.rG(s,a,b,r,!0) +p=A.rG(s,b+1,c,r,!0)}J.eC(this.c.b9(0,q,A.aAS()),p)}, +$S:278} +A.a6v.prototype={ +gjj(){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.hx(m,"?",s) +q=m.length +if(r>=0){p=A.AQ(m,r+1,q,B.ef,!1,!1) +q=r}else p=n +m=o.c=new A.Lp("data","",n,n,A.AQ(m,s,q,B.l7,!1,!1),p,n)}return m}, +i(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.acZ.prototype={ +$2(a,b){var s=this.a[a] +B.W.a56(s,0,96,b) +return s}, +$S:274} +A.ad_.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:108} +A.PH.prototype={ +gLP(){return this.b>0}, +gLL(){return this.c>0}, +ga6j(){return this.c>0&&this.d+1r?B.d.a8(this.a,r,s-1):""}, +gAg(a){var s=this.c +return s>0?B.d.a8(this.a,s,this.d):""}, +gBn(a){var s,r=this +if(r.ga6j())return A.eZ(B.d.a8(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.d.bE(r.a,"http"))return 80 +if(s===5&&B.d.bE(r.a,"https"))return 443 +return 0}, +gfX(a){return B.d.a8(this.a,this.e,this.f)}, +gBs(a){var s=this.f,r=this.r +return s=r.r)return B.q8 +s=A.amS(r.gBs(r)) +s.NZ(s,A.ao5()) +return A.af6(s,t.N,t.yp)}, +gq(a){var s=this.x +return s==null?this.x=B.d.gq(this.a):s}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return t.Xu.b(b)&&this.a===b.i(0)}, +i(a){return this.a}, +$iJQ:1} +A.Lp.prototype={} +A.us.prototype={ +k(a,b){if(A.kz(b)||typeof b=="number"||typeof b=="string"||b instanceof A.i2)A.mv(b) +return this.a.get(b)}, +n(a,b,c){if(b instanceof A.i2)A.mv(b) +this.a.set(b,c)}, +i(a){return"Expando:null"}} +A.lw.prototype={} +A.aq.prototype={} +A.BQ.prototype={ +gu(a){return a.length}} +A.BV.prototype={ +i(a){var s=String(a) +s.toString +return s}} +A.C_.prototype={ +i(a){var s=String(a) +s.toString +return s}} +A.th.prototype={} +A.ii.prototype={ +gu(a){return a.length}} +A.Db.prototype={ +gu(a){return a.length}} +A.bU.prototype={$ibU:1} +A.p2.prototype={ +gu(a){var s=a.length +s.toString +return s}} +A.UH.prototype={} +A.ei.prototype={} +A.hg.prototype={} +A.Dc.prototype={ +gu(a){return a.length}} +A.Dd.prototype={ +gu(a){return a.length}} +A.Dl.prototype={ +gu(a){return a.length}, +k(a,b){var s=a[b] +s.toString +return s}} +A.DM.prototype={ +i(a){var s=String(a) +s.toString +return s}} +A.u4.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.u5.prototype={ +i(a){var s,r=a.left +r.toString +s=a.top +s.toString +return"Rectangle ("+A.h(r)+", "+A.h(s)+") "+A.h(this.gby(a))+" x "+A.h(this.gb7(a))}, +j(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.eY(b) +if(s===r.gf8(b)){s=a.top +s.toString +s=s===r.gBX(b)&&this.gby(a)===r.gby(b)&&this.gb7(a)===r.gb7(b)}else s=!1}else s=!1 +return s}, +gq(a){var s,r=a.left +r.toString +s=a.top +s.toString +return A.D(r,s,this.gby(a),this.gb7(a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gFV(a){return a.height}, +gb7(a){var s=this.gFV(a) +s.toString +return s}, +gf8(a){var s=a.left +s.toString +return s}, +gBX(a){var s=a.top +s.toString +return s}, +gIZ(a){return a.width}, +gby(a){var s=this.gIZ(a) +s.toString +return s}, +$iiQ:1} +A.DO.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.DQ.prototype={ +gu(a){var s=a.length +s.toString +return s}} +A.am.prototype={ +i(a){var s=a.localName +s.toString +return s}} +A.T.prototype={} +A.fG.prototype={$ifG:1} +A.Ed.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.Ee.prototype={ +gu(a){return a.length}} +A.Ew.prototype={ +gu(a){return a.length}} +A.fI.prototype={$ifI:1} +A.EO.prototype={ +gu(a){var s=a.length +s.toString +return s}} +A.mN.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.Ft.prototype={ +i(a){var s=String(a) +s.toString +return s}} +A.FJ.prototype={ +gu(a){return a.length}} +A.FO.prototype={ +a1(a,b){return A.h6(a.get(b))!=null}, +k(a,b){return A.h6(a.get(b))}, +U(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.h6(s.value[1]))}}, +gbd(a){var s=A.a([],t.s) +this.U(a,new A.a_7(s)) +return s}, +gaD(a){var s=A.a([],t.n4) +this.U(a,new A.a_8(s)) +return s}, +gu(a){var s=a.size +s.toString +return s}, +gP(a){var s=a.size +s.toString +return s===0}, +gbo(a){var s=a.size +s.toString +return s!==0}, +n(a,b,c){throw A.d(A.V("Not supported"))}, +b9(a,b,c){throw A.d(A.V("Not supported"))}, +v(a,b){throw A.d(A.V("Not supported"))}, +$iaD:1} +A.a_7.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.a_8.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.FP.prototype={ +a1(a,b){return A.h6(a.get(b))!=null}, +k(a,b){return A.h6(a.get(b))}, +U(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.h6(s.value[1]))}}, +gbd(a){var s=A.a([],t.s) +this.U(a,new A.a_9(s)) +return s}, +gaD(a){var s=A.a([],t.n4) +this.U(a,new A.a_a(s)) +return s}, +gu(a){var s=a.size +s.toString +return s}, +gP(a){var s=a.size +s.toString +return s===0}, +gbo(a){var s=a.size +s.toString +return s!==0}, +n(a,b,c){throw A.d(A.V("Not supported"))}, +b9(a,b,c){throw A.d(A.V("Not supported"))}, +v(a,b){throw A.d(A.V("Not supported"))}, +$iaD:1} +A.a_9.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.a_a.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.fO.prototype={$ifO:1} +A.FQ.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.bj.prototype={ +i(a){var s=a.nodeValue +return s==null?this.QJ(a):s}, +$ibj:1} +A.vS.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.fR.prototype={ +gu(a){return a.length}, +$ifR:1} +A.GU.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.I8.prototype={ +a1(a,b){return A.h6(a.get(b))!=null}, +k(a,b){return A.h6(a.get(b))}, +U(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.h6(s.value[1]))}}, +gbd(a){var s=A.a([],t.s) +this.U(a,new A.a2z(s)) +return s}, +gaD(a){var s=A.a([],t.n4) +this.U(a,new A.a2A(s)) +return s}, +gu(a){var s=a.size +s.toString +return s}, +gP(a){var s=a.size +s.toString +return s===0}, +gbo(a){var s=a.size +s.toString +return s!==0}, +n(a,b,c){throw A.d(A.V("Not supported"))}, +b9(a,b,c){throw A.d(A.V("Not supported"))}, +v(a,b){throw A.d(A.V("Not supported"))}, +$iaD:1} +A.a2z.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.a2A.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.It.prototype={ +gu(a){return a.length}} +A.fV.prototype={$ifV:1} +A.IY.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.fW.prototype={$ifW:1} +A.J_.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.fX.prototype={ +gu(a){return a.length}, +$ifX:1} +A.J5.prototype={ +a1(a,b){return a.getItem(A.c3(b))!=null}, +k(a,b){return a.getItem(A.c3(b))}, +n(a,b,c){a.setItem(b,c)}, +b9(a,b,c){var s +if(a.getItem(b)==null)a.setItem(b,c.$0()) +s=a.getItem(b) +return s==null?A.c3(s):s}, +v(a,b){var s +A.c3(b) +s=a.getItem(b) +a.removeItem(b) +return s}, +U(a,b){var s,r,q +for(s=0;!0;++s){r=a.key(s) +if(r==null)return +q=a.getItem(r) +q.toString +b.$2(r,q)}}, +gbd(a){var s=A.a([],t.s) +this.U(a,new A.a4x(s)) +return s}, +gaD(a){var s=A.a([],t.s) +this.U(a,new A.a4y(s)) +return s}, +gu(a){var s=a.length +s.toString +return s}, +gP(a){return a.key(0)==null}, +gbo(a){return a.key(0)!=null}, +$iaD:1} +A.a4x.prototype={ +$2(a,b){return this.a.push(a)}, +$S:109} +A.a4y.prototype={ +$2(a,b){return this.a.push(b)}, +$S:109} +A.eP.prototype={$ieP:1} +A.h_.prototype={$ih_:1} +A.eR.prototype={$ieR:1} +A.Jt.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.Ju.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.Jy.prototype={ +gu(a){var s=a.length +s.toString +return s}} +A.h1.prototype={$ih1:1} +A.JC.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.JD.prototype={ +gu(a){return a.length}} +A.JR.prototype={ +i(a){var s=String(a) +s.toString +return s}} +A.JY.prototype={ +gu(a){return a.length}} +A.Lf.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.yQ.prototype={ +i(a){var s,r,q,p=a.left +p.toString +s=a.top +s.toString +r=a.width +r.toString +q=a.height +q.toString +return"Rectangle ("+A.h(p)+", "+A.h(s)+") "+A.h(r)+" x "+A.h(q)}, +j(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.eY(b) +if(s===r.gf8(b)){s=a.top +s.toString +if(s===r.gBX(b)){s=a.width +s.toString +if(s===r.gby(b)){s=a.height +s.toString +r=s===r.gb7(b) +s=r}else s=!1}else s=!1}else s=!1}else s=!1 +return s}, +gq(a){var s,r,q,p=a.left +p.toString +s=a.top +s.toString +r=a.width +r.toString +q=a.height +q.toString +return A.D(p,s,r,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gFV(a){return a.height}, +gb7(a){var s=a.height +s.toString +return s}, +gIZ(a){return a.width}, +gby(a){var s=a.width +s.toString +return s}} +A.Mn.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +return a[b]}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw A.d(A.O("No elements"))}, +gN(a){var s=a.length +if(s>0)return a[s-1] +throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.zu.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.PT.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.Q4.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.cq(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return a[b]}, +$iR:1, +$ib4:1, +$ij:1, +$iA:1} +A.cB.prototype={ +gT(a){return new A.Ei(a,this.gu(a))}, +B(a,b){throw A.d(A.V("Cannot add to immutable List."))}, +dk(a){throw A.d(A.V("Cannot remove from immutable List."))}, +v(a,b){throw A.d(A.V("Cannot remove from immutable List."))}, +br(a,b,c,d,e){throw A.d(A.V("Cannot setRange on immutable List."))}, +e2(a,b,c,d){return this.br(a,b,c,d,0)}} +A.Ei.prototype={ +t(){var s=this,r=s.c+1,q=s.b +if(r>>0!==b||b>=s +s.toString +if(s)throw A.d(A.cq(b,this.gu(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return this.k(a,b)}, +$iR:1, +$ij:1, +$iA:1} +A.hA.prototype={$ihA:1} +A.G9.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.d(A.cq(b,this.gu(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return this.k(a,b)}, +$iR:1, +$ij:1, +$iA:1} +A.GV.prototype={ +gu(a){return a.length}} +A.J7.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.d(A.cq(b,this.gu(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return this.k(a,b)}, +$iR:1, +$ij:1, +$iA:1} +A.hQ.prototype={$ihQ:1} +A.JG.prototype={ +gu(a){var s=a.length +s.toString +return s}, +k(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.d(A.cq(b,this.gu(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +n(a,b,c){throw A.d(A.V("Cannot assign element of immutable List."))}, +su(a,b){throw A.d(A.V("Cannot resize immutable List."))}, +gK(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.O("No elements"))}, +gN(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.O("No elements"))}, +aK(a,b){return this.k(a,b)}, +$iR:1, +$ij:1, +$iA:1} +A.MW.prototype={} +A.MX.prototype={} +A.NA.prototype={} +A.NB.prototype={} +A.Q1.prototype={} +A.Q2.prototype={} +A.Qw.prototype={} +A.Qx.prototype={} +A.DX.prototype={} +A.CP.prototype={ +F(){return"ClipOp."+this.b}} +A.JW.prototype={ +F(){return"VertexMode."+this.b}} +A.w7.prototype={ +F(){return"PathFillType."+this.b}} +A.a8i.prototype={ +fR(a,b){A.aBM(this.a,this.b,a,b)}} +A.Av.prototype={ +ei(a){A.Bw(this.b,this.c,a,t.CD)}} +A.kg.prototype={ +gu(a){var s=this.a +return s.gu(s)}, +v5(a){var s,r,q=this +if(!q.d&&q.e!=null){q.e.fR(a.a,a.gM4()) +return!1}s=q.c +if(s<=0)return!0 +r=q.F6(s-1) +q.a.d6(0,a) +return r}, +F6(a){var s,r,q,p +for(s=this.a,r=t.CD,q=!1;(s.c-s.b&s.a.length-1)>>>0>a;q=!0){p=s.qi() +A.Bw(p.b,p.c,null,r)}return q}, +VU(){var s=this,r=s.a +if(!r.gP(r)&&s.e!=null){r=r.qi() +s.e.fR(r.a,r.gM4()) +A.eB(s.gF3())}else s.d=!1}} +A.U1.prototype={ +a8A(a,b,c){this.a.b9(0,a,new A.U2()).v5(new A.Av(b,c,$.ag))}, +Pz(a,b){var s=this.a.b9(0,a,new A.U3()),r=s.e +s.e=new A.a8i(b,$.ag) +if(r==null&&!s.d){s.d=!0 +A.eB(s.gF3())}}, +a5H(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.cS(a.buffer,a.byteOffset,a.byteLength) +if(j[0]===7){s=j[1] +if(s>=254)throw A.d(A.c6("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +r=2+s +q=B.Q.dN(0,B.W.bH(j,2,r)) +switch(q){case"resize":if(j[r]!==12)throw A.d(A.c6(l)) +p=r+1 +if(j[p]<2)throw A.d(A.c6(l));++p +if(j[p]!==7)throw A.d(A.c6("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.c6("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +n=B.Q.dN(0,B.W.bH(j,p,r)) +if(j[r]!==3)throw A.d(A.c6("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +this.Nv(0,n,a.getUint32(r+1,B.X===$.d9())) +break +case"overflow":if(j[r]!==12)throw A.d(A.c6(k)) +p=r+1 +if(j[p]<2)throw A.d(A.c6(k));++p +if(j[p]!==7)throw A.d(A.c6("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.c6("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +B.Q.dN(0,B.W.bH(j,p,r)) +r=j[r] +if(r!==1&&r!==2)throw A.d(A.c6("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:throw A.d(A.c6("Unrecognized method '"+q+"' sent to dev.flutter/channel-buffers"))}}else{m=A.a(B.Q.dN(0,j).split("\r"),t.s) +if(m.length===3&&J.e(m[0],"resize"))this.Nv(0,m[1],A.eZ(m[2],null)) +else throw A.d(A.c6("Unrecognized message "+A.h(m)+" sent to dev.flutter/channel-buffers."))}}, +Nv(a,b,c){var s=this.a,r=s.k(0,b) +if(r==null)s.n(0,b,new A.kg(A.jI(c,t.S8),c)) +else{r.c=c +r.F6(c)}}} +A.U2.prototype={ +$0(){return new A.kg(A.jI(1,t.S8),1)}, +$S:111} +A.U3.prototype={ +$0(){return new A.kg(A.jI(1,t.S8),1)}, +$S:111} +A.Gb.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.Gb&&b.a===this.a&&b.b===this.b}, +gq(a){return A.D(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)}, +i(a){return"OffsetBase("+B.c.R(this.a,1)+", "+B.c.R(this.b,1)+")"}} +A.q.prototype={ +gdQ(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gtW(){var s=this.a,r=this.b +return s*s+r*r}, +a3(a,b){return new A.q(this.a-b.a,this.b-b.b)}, +X(a,b){return new A.q(this.a+b.a,this.b+b.b)}, +Z(a,b){return new A.q(this.a*b,this.b*b)}, +d4(a,b){return new A.q(this.a/b,this.b/b)}, +j(a,b){if(b==null)return!1 +return b instanceof A.q&&b.a===this.a&&b.b===this.b}, +gq(a){return A.D(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)}, +i(a){return"Offset("+B.c.R(this.a,1)+", "+B.c.R(this.b,1)+")"}} +A.Q.prototype={ +gP(a){return this.a<=0||this.b<=0}, +a3(a,b){var s=this +if(b instanceof A.Q)return new A.q(s.a-b.a,s.b-b.b) +if(b instanceof A.q)return new A.Q(s.a-b.a,s.b-b.b) +throw A.d(A.c9(b,null))}, +X(a,b){return new A.Q(this.a+b.a,this.b+b.b)}, +Z(a,b){return new A.Q(this.a*b,this.b*b)}, +d4(a,b){return new A.Q(this.a/b,this.b/b)}, +iM(a){return new A.q(a.a+this.a/2,a.b+this.b/2)}, +a2v(a,b){return new A.q(b.a+this.a,b.b+this.b)}, +p(a,b){var s=b.a +if(s>=0)if(s=0&&s=s.c||s.b>=s.d}, +cK(a){var s=this,r=a.a,q=a.b +return new A.C(s.a+r,s.b+q,s.c+r,s.d+q)}, +ac(a,b,c){var s=this +return new A.C(s.a+b,s.b+c,s.c+b,s.d+c)}, +eg(a){var s=this +return new A.C(s.a-a,s.b-a,s.c+a,s.d+a)}, +di(a){var s=this +return new A.C(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +l4(a){var s=this +return new A.C(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +Bi(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}, +gha(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +gaM(){var s=this,r=s.a,q=s.b +return new A.q(r+(s.c-r)/2,q+(s.d-q)/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}, +qM(){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.rr(s.rr(s.rr(s.rr(1,l,k,m),j,i,p),h,g,m),f,e,p) +if(d<1)return new A.hD(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new A.hD(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.qM() +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}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(A.v(s)!==J.M(b))return!1 +return b instanceof A.hD&&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}, +gq(a){var s=this +return A.D(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)}, +i(a){var s,r,q=this,p=B.c.R(q.a,1)+", "+B.c.R(q.b,1)+", "+B.c.R(q.c,1)+", "+B.c.R(q.d,1),o=q.e,n=q.f,m=q.r,l=q.w +if(new A.aM(o,n).j(0,new A.aM(m,l))){s=q.x +r=q.y +s=new A.aM(m,l).j(0,new A.aM(s,r))&&new A.aM(s,r).j(0,new A.aM(q.z,q.Q))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.c.R(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+B.c.R(o,1)+", "+B.c.R(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.aM(o,n).i(0)+", topRight: "+new A.aM(m,l).i(0)+", bottomRight: "+new A.aM(q.x,q.y).i(0)+", bottomLeft: "+new A.aM(q.z,q.Q).i(0)+")"}} +A.v7.prototype={ +F(){return"KeyEventType."+this.b}} +A.eJ.prototype={ +YU(){var s=this.d +return"0x"+B.f.fe(s,16)+new A.Zj(B.c.dh(s/4294967296)).$0()}, +W2(){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+'"'}}, +a_l(){var s=this.e +if(s==null)return"" +return" (0x"+new A.ad(new A.ik(s),new A.Zk(),t.Hz.h("ad")).bi(0," ")+")"}, +i(a){var s=this,r=A.aup(s.b),q=B.f.fe(s.c,16),p=s.YU(),o=s.W2(),n=s.a_l(),m=s.f?", synthesized":"" +return"KeyData(type: "+r+", physical: 0x"+q+", logical: "+p+", character: "+o+n+m+")"}} +A.Zj.prototype={ +$0(){switch(this.a){case 0:return" (Unicode)" +case 1:return" (Unprintable)" +case 2:return" (Flutter)" +case 23:return" (Web)"}return""}, +$S:27} +A.Zk.prototype={ +$1(a){return B.d.j7(B.f.fe(a,16),2,"0")}, +$S:52} +A.G.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.G&&b.gm(b)===s.gm(s)}, +gq(a){return B.f.gq(this.gm(this))}, +i(a){return"Color(0x"+B.d.j7(B.f.fe(this.gm(this),16),8,"0")+")"}, +gm(a){return this.a}} +A.qv.prototype={ +F(){return"StrokeCap."+this.b}} +A.qw.prototype={ +F(){return"StrokeJoin."+this.b}} +A.GE.prototype={ +F(){return"PaintingStyle."+this.b}} +A.bJ.prototype={ +F(){return"BlendMode."+this.b}} +A.oT.prototype={ +F(){return"Clip."+this.b}} +A.Ts.prototype={ +F(){return"BlurStyle."+this.b}} +A.vr.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.vr&&b.a===this.a&&b.b===this.b}, +gq(a){return A.D(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)}, +i(a){return"MaskFilter.blur("+this.a.i(0)+", "+B.c.R(this.b,1)+")"}} +A.mC.prototype={ +F(){return"FilterQuality."+this.b}} +A.afI.prototype={} +A.lx.prototype={ +aH(a,b){return new A.lx(this.a,this.b.Z(0,b),this.c*b)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.lx&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c===s.c}, +gq(a){return A.D(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)}, +i(a){return"TextShadow("+this.a.i(0)+", "+this.b.i(0)+", "+A.h(this.c)+")"}} +A.iy.prototype={ +gu(a){return this.b}} +A.F_.prototype={ +Al(){var s=0,r=A.a0(t.hP),q,p=this,o +var $async$Al=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:o=p.a +if(o==null)throw A.d(A.O("Object is disposed")) +o=$.af().ik(o,!1,null,null) +q=o +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$Al,r)}} +A.a0J.prototype={} +A.jz.prototype={ +i(a){var s,r=A.v(this).i(0),q=this.a,p=A.cx(q[2],0),o=q[1],n=A.cx(o,0),m=q[4],l=A.cx(m,0),k=A.cx(q[3],0) +o=A.cx(o,0) +s=q[0] +return r+"(buildDuration: "+(A.h((p.a-n.a)*0.001)+"ms")+", rasterDuration: "+(A.h((l.a-k.a)*0.001)+"ms")+", vsyncOverhead: "+(A.h((o.a-A.cx(s,0).a)*0.001)+"ms")+", totalSpan: "+(A.h((A.cx(m,0).a-A.cx(s,0).a)*0.001)+"ms")+", layerCacheCount: "+q[6]+", layerCacheBytes: "+q[7]+", pictureCacheCount: "+q[8]+", pictureCacheBytes: "+q[9]+", frameNumber: "+B.b.gN(q)+")"}} +A.ic.prototype={ +F(){return"AppLifecycleState."+this.b}} +A.tb.prototype={ +F(){return"AppExitResponse."+this.b}} +A.la.prototype={ +gng(a){var s=this.a,r=B.aR.k(0,s) +return r==null?s:r}, +gtI(){var s=this.c,r=B.b7.k(0,s) +return r==null?s:r}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(b instanceof A.la)if(b.gng(b)===r.gng(r))s=b.gtI()==r.gtI() +else s=!1 +else s=!1 +return s}, +gq(a){return A.D(this.gng(this),null,this.gtI(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return this.GX("_")}, +GX(a){var s=this,r=s.gng(s) +if(s.c!=null)r+=a+A.h(s.gtI()) +return r.charCodeAt(0)==0?r:r}} +A.US.prototype={ +F(){return"DartPerformanceMode."+this.b}} +A.nI.prototype={} +A.jQ.prototype={ +F(){return"PointerChange."+this.b}} +A.iN.prototype={ +F(){return"PointerDeviceKind."+this.b}} +A.pZ.prototype={ +F(){return"PointerSignalKind."+this.b}} +A.iM.prototype={ +i(a){return"PointerData(x: "+A.h(this.x)+", y: "+A.h(this.y)+")"}} +A.pY.prototype={} +A.cm.prototype={ +i(a){return"SemanticsAction."+this.b}} +A.bY.prototype={ +i(a){return"SemanticsFlag."+this.b}} +A.a3M.prototype={} +A.ll.prototype={ +F(){return"PlaceholderAlignment."+this.b}} +A.fH.prototype={ +i(a){var s=B.Hn.k(0,this.a) +s.toString +return s}} +A.kW.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.kW&&b.a===this.a&&b.b===this.b}, +gq(a){return A.D(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)}, +i(a){return"FontVariation('"+this.a+"', "+A.h(this.b)+")"}} +A.hP.prototype={ +F(){return"TextAlign."+this.b}} +A.xR.prototype={ +F(){return"TextBaseline."+this.b}} +A.k6.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.k6&&b.a===this.a}, +gq(a){return B.f.gq(this.a)}, +i(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.bi(s,", ")+"])"}} +A.lB.prototype={ +F(){return"TextDecorationStyle."+this.b}} +A.Jn.prototype={ +F(){return"TextLeadingDistribution."+this.b}} +A.Jk.prototype={ +j(a,b){var s +if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +if(b instanceof A.Jk)s=b.c===this.c +else s=!1 +return s}, +gq(a){return A.D(!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)}, +i(a){return"TextHeightBehavior(applyHeightToFirstAscent: true, applyHeightToLastDescent: true, leadingDistribution: "+this.c.i(0)+")"}} +A.j_.prototype={ +F(){return"TextDirection."+this.b}} +A.e3.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.e3&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gq(a){var s=this +return A.D(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)}, +i(a){var s=this +return"TextBox.fromLTRBD("+B.c.R(s.a,1)+", "+B.c.R(s.b,1)+", "+B.c.R(s.c,1)+", "+B.c.R(s.d,1)+", "+s.e.i(0)+")"}} +A.xQ.prototype={ +F(){return"TextAffinity."+this.b}} +A.bF.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.bF&&b.a===this.a&&b.b===this.b}, +gq(a){return A.D(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)}, +i(a){return A.v(this).i(0)+"(offset: "+this.a+", affinity: "+this.b.i(0)+")"}} +A.d4.prototype={ +gll(){return this.a>=0&&this.b>=0}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.d4&&b.a===this.a&&b.b===this.b}, +gq(a){return A.D(B.f.gq(this.a),B.f.gq(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)}, +i(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} +A.li.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.li&&b.a===this.a}, +gq(a){return B.c.gq(this.a)}, +i(a){return A.v(this).i(0)+"(width: "+A.h(this.a)+")"}} +A.Ch.prototype={ +F(){return"BoxHeightStyle."+this.b}} +A.Tw.prototype={ +F(){return"BoxWidthStyle."+this.b}} +A.nZ.prototype={ +F(){return"TileMode."+this.b}} +A.Vq.prototype={} +A.ph.prototype={} +A.IJ.prototype={} +A.oL.prototype={ +F(){return"Brightness."+this.b}} +A.TR.prototype={ +j(a,b){if(b==null)return!1 +return this===b}, +gq(a){return A.F.prototype.gq.call(this,this)}} +A.EE.prototype={ +j(a,b){var s +if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +if(b instanceof A.EE)s=!0 +else s=!1 +return s}, +gq(a){return A.D(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)}, +i(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} +A.Td.prototype={ +qz(a){var s,r,q +if(A.o4(a).gLP())return A.QU(B.hg,a,B.Q,!1) +s=this.b +if(s==null){s=self.window.document.querySelector("meta[name=assetBase]") +r=s==null?null:s.content +s=r==null +if(!s)self.window.console.warn("The `assetBase` meta tag is now deprecated.\nUse engineInitializer.initializeEngine(config) instead.\nSee: https://docs.flutter.dev/development/platform-integration/web/initialization") +q=this.b=s?"":r +s=q}return A.QU(B.hg,s+"assets/"+a,B.Q,!1)}} +A.adA.prototype={ +$1(a){return this.OG(a)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +OG(a){var s=0,r=A.a0(t.H) +var $async$$1=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:s=2 +return A.a8(A.ae2(a),$async$$1) +case 2:return A.Z(null,r)}}) +return A.a_($async$$1,r)}, +$S:263} +A.adB.prototype={ +$0(){var s=0,r=A.a0(t.P),q=this +var $async$$0=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:q.a.$0() +s=2 +return A.a8(A.ahu(),$async$$0) +case 2:q.b.$0() +return A.Z(null,r)}}) +return A.a_($async$$0,r)}, +$S:59} +A.TC.prototype={ +Cn(a){return $.anA.b9(0,a,new A.TD(a))}} +A.TD.prototype={ +$0(){return t.e.a(A.be(this.a))}, +$S:61} +A.XX.prototype={ +yJ(a){var s=new A.Y_(a) +A.bM(self.window,"popstate",B.jk.Cn(s),null) +return new A.XZ(this,s)}, +P0(){var s=self.window.location.hash +if(s.length===0||s==="#")return"/" +return B.d.cM(s,1)}, +Cr(a){return A.ajc(self.window.history)}, +MT(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}, +N6(a,b,c,d){var s=this.MT(d),r=self.window.history,q=A.ab(b) +if(q==null)q=t.K.a(q) +r.pushState(q,c,s)}, +lB(a,b,c,d){var s,r=this.MT(d),q=self.window.history +if(b==null)s=null +else{s=A.ab(b) +if(s==null)s=t.K.a(s)}q.replaceState(s,c,r)}, +qJ(a,b){var s=self.window.history +s.go(b) +return this.a1y()}, +a1y(){var s=new A.at($.ag,t.U),r=A.ba("unsubscribe") +r.b=this.yJ(new A.XY(r,new A.bD(s,t.b))) +return s}} +A.Y_.prototype={ +$1(a){var s=t.e.a(a).state +if(s==null)s=null +else{s=A.ahm(s) +s.toString}this.a.$1(s)}, +$S:262} +A.XZ.prototype={ +$0(){var s=this.b +A.dC(self.window,"popstate",B.jk.Cn(s),null) +$.anA.v(0,s) +return null}, +$S:0} +A.XY.prototype={ +$1(a){this.a.am().$0() +this.b.fE(0)}, +$S:7} +A.C5.prototype={ +gu(a){return a.length}} +A.C6.prototype={ +a1(a,b){return A.h6(a.get(b))!=null}, +k(a,b){return A.h6(a.get(b))}, +U(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.h6(s.value[1]))}}, +gbd(a){var s=A.a([],t.s) +this.U(a,new A.Th(s)) +return s}, +gaD(a){var s=A.a([],t.n4) +this.U(a,new A.Ti(s)) +return s}, +gu(a){var s=a.size +s.toString +return s}, +gP(a){var s=a.size +s.toString +return s===0}, +gbo(a){var s=a.size +s.toString +return s!==0}, +n(a,b,c){throw A.d(A.V("Not supported"))}, +b9(a,b,c){throw A.d(A.V("Not supported"))}, +v(a,b){throw A.d(A.V("Not supported"))}, +$iaD:1} +A.Th.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.Ti.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.C7.prototype={ +gu(a){return a.length}} +A.kL.prototype={} +A.Ga.prototype={ +gu(a){return a.length}} +A.KB.prototype={} +A.a4B.prototype={ +gE(a){var s=this,r=s.d +return r==null?s.d=B.d.a8(s.a,s.b,s.c):r}, +t(){return this.U6(1,this.c)}, +U6(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.BA(o)) +if(((p>=208?k.d=A.ahw(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.m3(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.ahw(r,s,p,l):l)&1)===0)return q}p=k.d=j.charCodeAt(k.d&240|15) +if(((p>=208?k.d=A.ahw(r,s,q,p):p)&1)===0)return k.c +return-1}} +A.Du.prototype={ +eD(a,b){return J.e(a,b)}, +dT(a,b){return J.p(b)}} +A.Fn.prototype={ +eD(a,b){var s,r,q,p,o +if(a===b)return!0 +s=J.aI(a) +r=s.gu(a) +q=J.aI(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.lX.prototype={ +eD(a,b){var s,r,q,p,o +if(a===b)return!0 +s=this.a +r=A.hs(s.ga4U(),s.ga6n(s),s.ga7g(),A.m(this).h("lX.E"),t.S) +for(s=J.ap(a),q=0;s.t();){p=s.gE(s) +o=r.k(0,p) +r.n(0,p,(o==null?0:o)+1);++q}for(s=J.ap(b);s.t();){p=s.gE(s) +o=r.k(0,p) +if(o==null||o===0)return!1 +r.n(0,p,o-1);--q}return q===0}, +dT(a,b){var s,r,q +for(s=J.ap(b),r=this.a,q=0;s.t();)q=q+r.dT(0,s.gE(s))&2147483647 +q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.qR.prototype={} +A.ql.prototype={} +A.ri.prototype={ +gq(a){var s=this.a +return 3*s.a.dT(0,this.b)+7*s.b.dT(0,this.c)&2147483647}, +j(a,b){var s +if(b==null)return!1 +if(b instanceof A.ri){s=this.a +s=s.a.eD(this.b,b.b)&&s.b.eD(this.c,b.c)}else s=!1 +return s}} +A.vn.prototype={ +eD(a,b){var s,r,q,p,o,n,m +if(a===b)return!0 +s=J.aI(a) +r=J.aI(b) +if(s.gu(a)!==r.gu(b))return!1 +q=A.hs(null,null,null,t.PJ,t.S) +for(p=J.ap(s.gbd(a));p.t();){o=p.gE(p) +n=new A.ri(this,o,s.k(a,o)) +m=q.k(0,n) +q.n(0,n,(m==null?0:m)+1)}for(s=J.ap(r.gbd(b));s.t();){o=s.gE(s) +n=new A.ri(this,o,r.k(b,o)) +m=q.k(0,n) +if(m==null||m===0)return!1 +q.n(0,n,m-1)}return!0}, +dT(a,b){var s,r,q,p,o,n,m,l,k +for(s=J.eY(b),r=J.ap(s.gbd(b)),q=this.a,p=this.b,o=this.$ti.z[1],n=0;r.t();){m=r.gE(r) +l=q.dT(0,m) +k=s.k(b,m) +n=n+3*l+7*p.dT(0,k==null?o.a(k):k)&2147483647}n=n+(n<<3>>>0)&2147483647 +n^=n>>>11 +return n+(n<<15>>>0)&2147483647}} +A.Ds.prototype={ +eD(a,b){var s,r=this,q=t.Ro +if(q.b(a))return q.b(b)&&new A.ql(r,t.n5).eD(a,b) +q=t.f +if(q.b(a))return q.b(b)&&new A.vn(r,r,t.Dx).eD(a,b) +q=t.JY +if(q.b(a)){s=t.j +if(s.b(a)!==s.b(b))return!1 +return q.b(b)&&new A.qR(r,t.N2).eD(a,b)}return J.e(a,b)}, +dT(a,b){var s=this +if(t.Ro.b(b))return new A.ql(s,t.n5).dT(0,b) +if(t.f.b(b))return new A.vn(s,s,t.Dx).dT(0,b) +if(t.JY.b(b))return new A.qR(s,t.N2).dT(0,b) +return J.p(b)}, +a7h(a){!t.JY.b(a) +return!0}} +A.EM.prototype={ +ri(a){var s=this.b[a] +if(s==null){this.$ti.c.a(null) +s=null}return s}, +gu(a){return this.c}, +i(a){var s=this.b +return A.ajZ(A.dR(s,0,A.ec(this.c,"count",t.S),A.ae(s).c),"(",")")}, +Uj(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.ib.prototype={ +F(){return"AnimationStatus."+this.b}} +A.cv.prototype={ +i(a){return"#"+A.b7(this)+"("+this.vk()+")"}, +vk(){switch(this.gaT(this).a){case 1:return"\u25b6" +case 2:return"\u25c0" +case 3:return"\u23ed" +case 0:return"\u23ee"}}} +A.Kv.prototype={ +F(){return"_AnimationDirection."+this.b}} +A.BX.prototype={ +F(){return"AnimationBehavior."+this.b}} +A.oD.prototype={ +gm(a){var s=this.x +s===$&&A.b() +return s}, +sm(a,b){var s=this +s.hV(0) +s.xA(b) +s.aj() +s.rb()}, +gen(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.w +s.toString +return s.ea(0,this.y.a/1e6)}, +xA(a){var s=this,r=s.a,q=s.b,p=s.x=A.N(a,r,q) +if(p===r)s.Q=B.E +else if(p===q)s.Q=B.U +else s.Q=s.z===B.aq?B.aJ:B.ar}, +gaT(a){var s=this.Q +s===$&&A.b() +return s}, +le(a,b){var s=this +s.z=B.aq +if(b!=null)s.sm(0,b) +return s.E3(s.b)}, +dS(a){return this.le(a,null)}, +NB(a,b){var s=this +s.z=B.iQ +if(b!=null)s.sm(0,b) +return s.E3(s.a)}, +hK(a){return this.NB(a,null)}, +kz(a,b,c){var s,r,q,p,o,n,m=this,l=$.a3m.c6$ +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.iQ&&m.f!=null){l=m.f +l.toString +p=l}else{l=m.e +l.toString +p=l}o=new A.aS(B.c.aX(p.a*q))}else{l=m.x +l===$&&A.b() +o=a===l?B.o:c}m.hV(0) +l=o.a +if(l===B.o.a){l=m.x +l===$&&A.b() +if(l!==a){m.x=A.N(a,m.a,m.b) +m.aj()}m.Q=m.z===B.aq?B.U:B.E +m.rb() +return A.agw()}n=m.x +n===$&&A.b() +return m.I2(new A.a9S(l*s/1e6,n,a,b,B.bS))}, +E3(a){return this.kz(a,B.ak,null)}, +I2(a){var s,r=this +r.w=a +r.y=B.o +r.x=A.N(a.dm(0,0),r.a,r.b) +s=r.r.ku(0) +r.Q=r.z===B.aq?B.aJ:B.ar +r.rb() +return s}, +nO(a,b){this.y=this.w=null +this.r.nO(0,b)}, +hV(a){return this.nO(a,!0)}, +l(){var s=this +s.r.l() +s.r=null +s.bU$.O(0) +s.cc$.O(0) +s.w3()}, +rb(){var s=this,r=s.Q +r===$&&A.b() +if(s.as!==r){s.as=r +s.q5(r)}}, +U7(a){var s,r=this +r.y=a +s=a.a/1e6 +r.x=A.N(r.w.dm(0,s),r.a,r.b) +if(r.w.lj(s)){r.Q=r.z===B.aq?B.U:B.E +r.nO(0,!1)}r.aj() +r.rb()}, +vk(){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.w2() +q=this.x +q===$&&A.b() +return r+" "+B.c.R(q,3)+p+s}} +A.a9S.prototype={ +dm(a,b){var s,r,q=this,p=A.N(b/q.b,0,1) +if(p===0)return q.c +else{s=q.d +if(p===1)return s +else{r=q.c +return r+(s-r)*q.e.a9(0,p)}}}, +ea(a,b){return(this.dm(0,b+0.001)-this.dm(0,b-0.001))/0.002}, +lj(a){return a>this.b}} +A.Ks.prototype={} +A.Kt.prototype={} +A.Ku.prototype={} +A.Kn.prototype={ +a0(a,b){}, +M(a,b){}, +ez(a){}, +cz(a){}, +gaT(a){return B.U}, +gm(a){return 1}, +i(a){return"kAlwaysCompleteAnimation"}} +A.Ko.prototype={ +a0(a,b){}, +M(a,b){}, +ez(a){}, +cz(a){}, +gaT(a){return B.E}, +gm(a){return 0}, +i(a){return"kAlwaysDismissedAnimation"}} +A.t7.prototype={ +a0(a,b){return this.gcm(this).a0(0,b)}, +M(a,b){return this.gcm(this).M(0,b)}, +ez(a){return this.gcm(this).ez(a)}, +cz(a){return this.gcm(this).cz(a)}, +gaT(a){var s=this.gcm(this) +return s.gaT(s)}} +A.wp.prototype={ +scm(a,b){var s,r=this,q=r.c +if(b==q)return +if(q!=null){r.a=q.gaT(q) +q=r.c +r.b=q.gm(q) +if(r.jN$>0)r.tS()}r.c=b +if(b!=null){if(r.jN$>0)r.tR() +q=r.b +s=r.c +s=s.gm(s) +if(q==null?s!=null:q!==s)r.aj() +q=r.a +s=r.c +if(q!==s.gaT(s)){q=r.c +r.q5(q.gaT(q))}r.b=r.a=null}}, +tR(){var s=this,r=s.c +if(r!=null){r.a0(0,s.gej()) +s.c.ez(s.gMD())}}, +tS(){var s=this,r=s.c +if(r!=null){r.M(0,s.gej()) +s.c.cz(s.gMD())}}, +gaT(a){var s=this.c +if(s!=null)s=s.gaT(s) +else{s=this.a +s.toString}return s}, +gm(a){var s=this.c +if(s!=null)s=s.gm(s) +else{s=this.b +s.toString}return s}, +i(a){var s=this,r=s.c +if(r==null)return"ProxyAnimation(null; "+s.w2()+" "+B.c.R(s.gm(s),3)+")" +return r.i(0)+"\u27a9ProxyAnimation"}} +A.hF.prototype={ +a0(a,b){this.bm() +this.a.a0(0,b)}, +M(a,b){this.a.M(0,b) +this.iR()}, +tR(){this.a.ez(this.gmj())}, +tS(){this.a.cz(this.gmj())}, +t6(a){this.q5(this.Hi(a))}, +gaT(a){var s=this.a +return this.Hi(s.gaT(s))}, +gm(a){var s=this.a +return 1-s.gm(s)}, +Hi(a){switch(a.a){case 1:return B.ar +case 2:return B.aJ +case 3:return B.E +case 0:return B.U}}, +i(a){return this.a.i(0)+"\u27aaReverseAnimation"}} +A.tP.prototype={ +IA(a){var s=this +switch(a.a){case 0:case 3:s.d=null +break +case 1:if(s.d==null)s.d=B.aJ +break +case 2:if(s.d==null)s.d=B.ar +break}}, +gIU(){if(this.c!=null){var s=this.d +if(s==null){s=this.a +s=s.gaT(s)}s=s!==B.ar}else s=!0 +return s}, +l(){this.a.cz(this.gIz())}, +gm(a){var s=this,r=s.gIU()?s.b:s.c,q=s.a,p=q.gm(q) +if(r==null)return p +if(p===0||p===1)return p +return r.a9(0,p)}, +i(a){var s=this,r=s.c +if(r==null)return s.a.i(0)+"\u27a9"+s.b.i(0) +if(s.gIU())return s.a.i(0)+"\u27a9"+s.b.i(0)+"\u2092\u2099/"+r.i(0) +return s.a.i(0)+"\u27a9"+s.b.i(0)+"/"+r.i(0)+"\u2092\u2099"}, +gcm(a){return this.a}} +A.Qv.prototype={ +F(){return"_TrainHoppingMode."+this.b}} +A.o0.prototype={ +t6(a){if(a!==this.e){this.aj() +this.e=a}}, +gaT(a){var s=this.a +return s.gaT(s)}, +a1w(){var s,r,q=this,p=q.b +if(p!=null){switch(q.c.a){case 0:p=p.gm(p) +s=q.a +r=p<=s.gm(s) +break +case 1:p=p.gm(p) +s=q.a +r=p>=s.gm(s) +break +default:r=!1}if(r){p=q.a +s=q.gmj() +p.cz(s) +p.M(0,q.gyB()) +p=q.b +q.a=p +q.b=null +p.ez(s) +s=q.a +q.t6(s.gaT(s))}}else r=!1 +p=q.a +p=p.gm(p) +if(p!==q.f){q.aj() +q.f=p}if(r&&q.d!=null)q.d.$0()}, +gm(a){var s=this.a +return s.gm(s)}, +l(){var s,r,q=this +q.a.cz(q.gmj()) +s=q.gyB() +q.a.M(0,s) +q.a=null +r=q.b +if(r!=null)r.M(0,s) +q.b=null +q.cc$.O(0) +q.bU$.O(0) +q.w3()}, +i(a){var s=this +if(s.b!=null)return A.h(s.a)+"\u27a9TrainHoppingAnimation(next: "+A.h(s.b)+")" +return A.h(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} +A.oZ.prototype={ +tR(){var s,r=this,q=r.a,p=r.gGq() +q.a0(0,p) +s=r.gGr() +q.ez(s) +q=r.b +q.a0(0,p) +q.ez(s)}, +tS(){var s,r=this,q=r.a,p=r.gGq() +q.M(0,p) +s=r.gGr() +q.cz(s) +q=r.b +q.M(0,p) +q.cz(s)}, +gaT(a){var s=this.b +if(s.gaT(s)===B.aJ||s.gaT(s)===B.ar)return s.gaT(s) +s=this.a +return s.gaT(s)}, +i(a){return"CompoundAnimation("+this.a.i(0)+", "+this.b.i(0)+")"}, +Z7(a){var s=this +if(s.gaT(s)!==s.c){s.c=s.gaT(s) +s.q5(s.gaT(s))}}, +Z6(){var s=this +if(!J.e(s.gm(s),s.d)){s.d=s.gm(s) +s.aj()}}} +A.t6.prototype={ +gm(a){var s,r=this.a +r=r.gm(r) +s=this.b +s=s.gm(s) +return Math.min(A.jg(r),A.jg(s))}} +A.yF.prototype={} +A.yG.prototype={} +A.yH.prototype={} +A.Lm.prototype={} +A.Os.prototype={} +A.Ot.prototype={} +A.Ou.prototype={} +A.P9.prototype={} +A.Pa.prototype={} +A.Qs.prototype={} +A.Qt.prototype={} +A.Qu.prototype={} +A.w6.prototype={ +a9(a,b){return this.kj(b)}, +kj(a){throw A.d(A.ce(null))}, +i(a){return"ParametricCurve"}} +A.eE.prototype={ +a9(a,b){if(b===0||b===1)return b +return this.Ra(0,b)}} +A.zg.prototype={ +kj(a){return a}} +A.iC.prototype={ +kj(a){var s=this.a +a=A.N((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.a9(0,a)}, +i(a){var s=this,r=s.c +if(!(r instanceof A.zg))return"Interval("+A.h(s.a)+"\u22ef"+A.h(s.b)+")\u27a9"+r.i(0) +return"Interval("+A.h(s.a)+"\u22ef"+A.h(s.b)+")"}} +A.Jx.prototype={ +kj(a){return a<0.5?0:1}} +A.ej.prototype={ +Fb(a,b,c){var s=1-c +return 3*a*s*s*c+3*b*s*c*c+c*c*c}, +kj(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.Fb(s,r,o) +if(Math.abs(a-n)<0.001)return m.Fb(m.b,m.d,o) +if(n"))}} +A.b9.prototype={ +gm(a){var s=this.a +return this.b.a9(0,s.gm(s))}, +i(a){var s=this.a,r=this.b +return s.i(0)+"\u27a9"+r.i(0)+"\u27a9"+A.h(r.a9(0,s.gm(s)))}, +vk(){return this.w2()+" "+this.b.i(0)}, +gcm(a){return this.a}} +A.i0.prototype={ +a9(a,b){return this.b.a9(0,this.a.a9(0,b))}, +i(a){return this.a.i(0)+"\u27a9"+this.b.i(0)}} +A.aW.prototype={ +dY(a){var s=this.a +return A.m(this).h("aW.T").a(J.arp(s,J.arq(J.arr(this.b,s),a)))}, +a9(a,b){var s,r=this +if(b===0){s=r.a +return s==null?A.m(r).h("aW.T").a(s):s}if(b===1){s=r.b +return s==null?A.m(r).h("aW.T").a(s):s}return r.dY(b)}, +i(a){return"Animatable("+A.h(this.a)+" \u2192 "+A.h(this.b)+")"}, +syZ(a){return this.a=a}, +siT(a,b){return this.b=b}} +A.wS.prototype={ +dY(a){return this.c.dY(1-a)}} +A.il.prototype={ +dY(a){return A.w(this.a,this.b,a)}} +A.wy.prototype={ +dY(a){return A.avT(this.a,this.b,a)}} +A.mS.prototype={ +dY(a){var s,r=this.a +r.toString +s=this.b +s.toString +return B.c.aX(r+(s-r)*a)}} +A.jt.prototype={ +a9(a,b){if(b===0||b===1)return b +return this.a.a9(0,b)}, +i(a){return"CurveTween(curve: "+this.a.i(0)+")"}} +A.B1.prototype={} +A.ya.prototype={ +TN(a,b){var s,r,q,p,o,n,m,l=this.a +B.b.C(l,a) +for(s=l.length,r=0,q=0;q=n&&b"}} +A.fD.prototype={ +gm(a){return this.b.a}, +goi(){var s=this +return!s.e.j(0,s.f)||!s.x.j(0,s.y)||!s.r.j(0,s.w)||!s.z.j(0,s.Q)}, +gog(){var s=this +return!s.e.j(0,s.r)||!s.f.j(0,s.w)||!s.x.j(0,s.z)||!s.y.j(0,s.Q)}, +goh(){var s=this +return!s.e.j(0,s.x)||!s.f.j(0,s.y)||!s.r.j(0,s.z)||!s.w.j(0,s.Q)}, +Nw(a){var s,r,q,p,o,n=this,m=null +if(n.goi()){s=a.ah(t.WD) +r=s==null?m:s.f.c.goW() +if(r==null){r=A.d1(a,B.wH) +r=r==null?m:r.e +q=r}else q=r +if(q==null)q=B.V}else q=B.V +if(n.gog()){r=A.d1(a,B.wE) +r=r==null?m:r.as +p=r===!0}else p=!1 +if(n.goh())A.asO(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.fD(o,n.c,m,n.e,n.f,n.r,n.w,n.x,n.y,n.z,n.Q,0)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.fD&&b.b.a===s.b.a&&b.e.j(0,s.e)&&b.f.j(0,s.f)&&b.r.j(0,s.r)&&b.w.j(0,s.w)&&b.x.j(0,s.x)&&b.y.j(0,s.y)&&b.z.j(0,s.z)&&b.Q.j(0,s.Q)}, +gq(a){var s=this +return A.D(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)}, +i(a){var s=this,r=new A.UK(s),q=A.a([r.$2("color",s.e)],t.s) +if(s.goi())q.push(r.$2("darkColor",s.f)) +if(s.gog())q.push(r.$2("highContrastColor",s.r)) +if(s.goi()&&s.gog())q.push(r.$2("darkHighContrastColor",s.w)) +if(s.goh())q.push(r.$2("elevatedColor",s.x)) +if(s.goi()&&s.goh())q.push(r.$2("darkElevatedColor",s.y)) +if(s.gog()&&s.goh())q.push(r.$2("highContrastElevatedColor",s.z)) +if(s.goi()&&s.gog()&&s.goh())q.push(r.$2("darkHighContrastElevatedColor",s.Q)) +r=s.c +if(r==null)r="CupertinoDynamicColor" +q=B.b.bi(q,", ") +return r+"("+q+", resolved by: UNRESOLVED)"}} +A.UK.prototype={ +$2(a,b){var s=b.j(0,this.a.b)?"*":"" +return s+a+" = "+b.i(0)+s}, +$S:253} +A.Lh.prototype={} +A.De.prototype={ +Y(a){var s=this.f,r=A.asK(s,a) +return J.e(r,s)?this:this.i9(r)}, +pb(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.gcl(s):d +return A.aiQ(m,q,o,l,n,f==null?s.w:f,r,p)}, +i9(a){return this.pb(a,null,null,null,null,null,null,null)}} +A.Li.prototype={} +A.Lj.prototype={ +Aw(a){return a.gng(a)==="en"}, +il(a,b){return new A.bO(B.xX,t.Vr)}, +vX(a){return!1}, +i(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +A.Dt.prototype={$iUL:1} +A.UM.prototype={ +$0(){return A.asL(this.a)}, +$S:2} +A.UN.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s=s.at +s.toString +r.a4a() +return new A.yL(s,r)}, +$S(){return this.b.h("yL<0>()")}} +A.Df.prototype={ +S(a){var s,r=this,q=a.ah(t.I) +q.toString +s=q.w +q=r.e +return A.als(A.als(new A.Dp(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} +A.r_.prototype={ +ar(){return new A.r0(B.l,this.$ti.h("r0<1>"))}, +a4H(){return this.d.$0()}, +a8c(){return this.e.$0()}} +A.r0.prototype={ +aP(){var s,r=this +r.bk() +s=A.afF(r,null) +s.ay=r.gXi() +s.ch=r.gXk() +s.CW=r.gXg() +s.cx=r.gXd() +r.e=s}, +l(){var s=this.e +s===$&&A.b() +s.ok.O(0) +s.nR() +this.aR()}, +Xj(a){this.d=this.a.a8c()}, +Xl(a){var s,r,q=this.d +q.toString +s=a.c +s.toString +r=this.c +r=this.EI(s/r.gA(r).a) +q=q.a +s=q.x +s===$&&A.b() +q.sm(0,s-r)}, +Xh(a){var s,r=this,q=r.d +q.toString +s=r.c +q.KT(r.EI(a.a.a.a/s.gA(s).a)) +r.d=null}, +Xe(){var s=this.d +if(s!=null)s.KT(0) +this.d=null}, +a_U(a){var s +if(this.a.a4H()){s=this.e +s===$&&A.b() +s.Je(a)}}, +EI(a){var s=this.c.ah(t.I) +s.toString +switch(s.w.a){case 0:return-a +case 1:return a}}, +S(a){var s,r,q=null,p=a.ah(t.I) +p.toString +s=t.w +r=p.w===B.q?A.dq(a,B.bq,s).w.r.a:A.dq(a,B.bq,s).w.r.c +r=Math.max(r,20) +return A.a4o(B.fk,A.a([this.a.c,new A.GZ(0,0,0,r,A.vj(B.cJ,q,q,this.ga_T(),q,q,q),q)],t.F),B.Ld)}} +A.yL.prototype={ +KT(a){var s,r,q,p,o=this +if(Math.abs(a)>=1)s=a<=0 +else{r=o.a.x +r===$&&A.b() +s=r>0.5}if(s){r=o.a +q=r.x +q===$&&A.b() +q=A.S(800,0,q) +q.toString +q=A.cx(0,Math.min(B.c.dh(q),300)) +r.z=B.aq +r.kz(1,B.kz,q)}else{o.b.eK() +r=o.a +q=r.r +if(q!=null&&q.a!=null){q=r.x +q===$&&A.b() +q=A.S(0,800,q) +q.toString +q=A.cx(0,B.c.dh(q)) +r.z=B.iQ +r.kz(0,B.kz,q)}}q=r.r +if(q!=null&&q.a!=null){p=A.ba("animationStatusCallback") +p.b=new A.a8q(o,p) +q=p.am() +r.bm() +r=r.bU$ +r.b=!0 +r.a.push(q)}else o.b.tU()}} +A.a8q.prototype={ +$1(a){var s=this.a +s.b.tU() +s.a.cz(this.b.am())}, +$S:4} +A.i1.prototype={ +cv(a,b){var s +if(a instanceof A.i1){s=A.a8r(a,this,b) +s.toString +return s}s=A.a8r(null,this,b) +s.toString +return s}, +cw(a,b){var s +if(a instanceof A.i1){s=A.a8r(this,a,b) +s.toString +return s}s=A.a8r(this,null,b) +s.toString +return s}, +Ki(a){return new A.a8u(this,a)}, +j(a,b){var s,r +if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +if(b instanceof A.i1){s=b.a +r=this.a +r=s==null?r==null:s===r +s=r}else s=!1 +return s}, +gq(a){return J.p(this.a)}} +A.a8s.prototype={ +$1(a){var s=A.w(null,a,this.a) +s.toString +return s}, +$S:125} +A.a8t.prototype={ +$1(a){var s=A.w(null,a,1-this.a) +s.toString +return s}, +$S:125} +A.a8u.prototype={ +Bj(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.uL() +break +case 0:if(Math.abs(b.a.a)<10&&Math.abs(a.a-r.db)>0)A.uL() +break}}, +l(){var s=this.cy +s===$&&A.b() +s.l() +this.Dq()}} +A.a8w.prototype={ +$0(){this.a.qw()}, +$S:0} +A.a8v.prototype={ +$1(a){return A.uL()}, +$S:238} +A.Dh.prototype={ +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.Dh)if(b.a.j(0,r.a))if(b.b.j(0,r.b))s=!0 +else s=!1 +else s=!1 +else s=!1 +return s}, +gq(a){var s=this +return A.D(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.Qe.prototype={ +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.Qe&&B.dQ.j(0,B.dQ)&&B.dP.j(0,B.dP)}, +gq(a){return A.D(B.dQ,B.dP,B.a,B.a,B.a,B.a,B.a,B.a,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.Lk.prototype={} +A.Di.prototype={ +S(a){var s=null +return new A.za(this,A.afG(this.d,A.aiQ(this.c.gnn(),s,s,s,s,s,s,s),s),s)}} +A.za.prototype={ +bO(a){return!this.f.c.j(0,a.f.c)}} +A.tO.prototype={ +gnn(){var s=this.b +return s==null?B.Cf:s}, +gv4(){var s=this.c +return s==null?B.kC:s}, +gBK(){var s=null,r=this.d +return r==null?new A.a8D(B.dQ,B.dP,B.z7,this.gnn(),s,s,s,s,s,s,s,s):r}, +gyX(){var s=this.e +return s==null?B.Cg:s}, +gqL(){var s=this.f +return s==null?B.kC:s}, +gyT(){var s=this.r +return s==null?!1:s}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.tO)if(b.goW()==r.goW())if(b.gnn().j(0,r.gnn()))if(b.gv4().j(0,r.gv4()))if(b.gBK().j(0,r.gBK()))if(b.gyX().j(0,r.gyX()))if(b.gqL().j(0,r.gqL())){b.gyT() +r.gyT() +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}, +gq(a){var s=this,r=s.goW(),q=s.gnn(),p=s.gv4(),o=s.gBK(),n=s.gyX(),m=s.gqL() +s.gyT() +return A.D(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.G3.prototype={ +goW(){return this.a}} +A.a8y.prototype={} +A.a8x.prototype={} +A.a8D.prototype={} +A.Ll.prototype={} +A.adv.prototype={ +$0(){return null}, +$S:234} +A.acP.prototype={ +$0(){var s=self,r=s.window.navigator.platform.toLowerCase() +if(B.d.bE(r,"mac"))return B.bP +if(B.d.bE(r,"win"))return B.cm +if(B.d.p(r,"iphone")||B.d.p(r,"ipad")||B.d.p(r,"ipod"))return B.aV +if(B.d.p(r,"android"))return B.aU +if(s.window.matchMedia("only screen and (pointer: fine)").matches)return B.cl +return B.aU}, +$S:128} +A.lM.prototype={ +qq(a,b){var s=A.eF.prototype.gm.call(this,this) +s.toString +return J.aik(s)}, +i(a){return this.qq(a,B.ab)}} +A.pe.prototype={} +A.E6.prototype={} +A.E3.prototype={} +A.bA.prototype={ +a5_(){var s,r,q,p,o,n,m,l=this.a +if(t.vp.b(l)){s=l.gbp(l) +r=l.i(0) +if(typeof s=="string"&&s!==r){q=r.length +p=J.aI(s) +if(q>p.gu(s)){o=B.d.AB(r,s) +if(o===q-p.gu(s)&&o>2&&B.d.a8(r,o-2,o)===": "){n=B.d.a8(r,0,o-2) +m=B.d.dz(n," Failed assertion:") +if(m>=0)n=B.d.a8(n,0,m)+"\n"+B.d.cM(n,m+1) +l=p.BY(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.ee(l):" "+A.h(l) +l=B.d.BY(l) +return l.length===0?" ":l}, +gQ4(){return A.at1(new A.WS(this).$0(),!0,B.fT)}, +c_(){return"Exception caught by "+this.c}, +i(a){A.axN(null,B.Cw,this) +return""}} +A.WS.prototype={ +$0(){return J.arW(this.a.a5_().split("\n")[0])}, +$S:27} +A.mD.prototype={ +gbp(a){return this.i(0)}, +c_(){return"FlutterError"}, +i(a){var s,r,q=new A.hU(this.a,t.ow) +if(!q.gP(q)){s=q.gK(q) +r=J.ed(s) +s=A.eF.prototype.gm.call(r,s) +s.toString +s=J.aik(s)}else s="FlutterError" +return s}, +$ima:1} +A.WT.prototype={ +$1(a){return A.bh(a)}, +$S:233} +A.WU.prototype={ +$1(a){return a+1}, +$S:130} +A.WV.prototype={ +$1(a){return a+1}, +$S:130} +A.adI.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:43} +A.Ma.prototype={} +A.Mc.prototype={} +A.Mb.prototype={} +A.Cc.prototype={ +eh(){}, +lh(){}, +a7D(a){var s;++this.c +s=a.$0() +s.iv(new A.Tp(this)) +return s}, +C0(){}, +i(a){return""}} +A.Tp.prototype={ +$0(){var s,r,q,p=this.a +if(--p.c<=0)try{p.T7() +if(p.p1$.c!==0)p.F9()}catch(q){s=A.as(q) +r=A.aN(q) +p=A.bh("while handling pending events") +A.dd(new A.bA(s,r,"foundation",p,null,!1))}}, +$S:44} +A.ai.prototype={} +A.eD.prototype={ +a0(a,b){var s,r,q,p,o=this +if(o.gc1(o)===o.gbF().length){s=t.Nw +if(o.gc1(o)===0)o.sbF(A.bg(1,null,!1,s)) +else{r=A.bg(o.gbF().length*2,null,!1,s) +for(q=0;q0){r.gbF()[s]=null +r.sfo(r.gfo()+1)}else r.rV(s) +break}}, +l(){this.sbF($.aR()) +this.sc1(0,0)}, +aj(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(f.gc1(f)===0)return +f.seS(f.geS()+1) +p=f.gc1(f) +for(s=0;s0){l=f.gc1(f)-f.gfo() +if(l*2<=f.gbF().length){k=A.bg(l,null,!1,t.Nw) +for(j=0,s=0;s#"+A.b7(this)+"("+A.h(this.a)+")"}} +A.u_.prototype={ +F(){return"DiagnosticLevel."+this.b}} +A.ip.prototype={ +F(){return"DiagnosticsTreeStyle."+this.b}} +A.aaB.prototype={} +A.dB.prototype={ +qq(a,b){return this.aQ(0)}, +i(a){return this.qq(a,B.ab)}} +A.eF.prototype={ +gm(a){this.Z3() +return this.at}, +Z3(){return}} +A.u0.prototype={} +A.DC.prototype={} +A.a5.prototype={ +c_(){return"#"+A.b7(this)}, +qq(a,b){var s=this.c_() +return s}, +i(a){return this.qq(a,B.ab)}} +A.V7.prototype={ +c_(){return"#"+A.b7(this)}} +A.hh.prototype={ +i(a){return this.NL(B.fT).aQ(0)}, +c_(){return"#"+A.b7(this)}, +a92(a,b){return A.afd(a,b,this)}, +NL(a){return this.a92(null,a)}} +A.DD.prototype={} +A.Lz.prototype={} +A.em.prototype={} +A.Fs.prototype={} +A.yb.prototype={ +i(a){return"[#"+A.b7(this)+"]"}} +A.ew.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return A.m(this).h("ew").b(b)&&J.e(b.a,this.a)}, +gq(a){return A.D(A.v(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)}, +i(a){var s=A.m(this),r=s.h("ew.T"),q=this.a,p=A.bP(r)===B.Ql?"<'"+A.h(q)+"'>":"<"+A.h(q)+">" +if(A.v(this)===A.bP(s.h("ew")))return"["+p+"]" +return"["+A.bP(r).i(0)+" "+p+"]"}} +A.agP.prototype={} +A.fL.prototype={} +A.vc.prototype={} +A.bt.prototype={ +grQ(){var s,r=this,q=r.c +if(q===$){s=A.cQ(r.$ti.c) +r.c!==$&&A.au() +r.c=s +q=s}return q}, +v(a,b){this.b=!0 +this.grQ().O(0) +return B.b.v(this.a,b)}, +O(a){this.b=!1 +B.b.O(this.a) +this.grQ().O(0)}, +p(a,b){var s=this,r=s.a +if(r.length<3)return B.b.p(r,b) +if(s.b){s.grQ().C(0,r) +s.b=!1}return s.grQ().p(0,b)}, +gT(a){var s=this.a +return new J.dN(s,s.length)}, +gP(a){return this.a.length===0}, +gbo(a){return this.a.length!==0}, +d1(a,b){var s=this.a,r=A.ae(s) +return b?A.a(s.slice(0),r):J.pA(s.slice(0),r.c)}, +dl(a){return this.d1(a,!0)}} +A.uM.prototype={ +v(a,b){var s=this.a,r=s.k(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.a1(0,b)}, +gT(a){var s=this.a +return A.jG(s,s.r)}, +gP(a){return this.a.a===0}, +gbo(a){return this.a.a!==0}} +A.wi.prototype={ +a8D(a,b,c){var s=this.a,r=s==null?$.BJ():s,q=r.it(0,0,b,A.eN(b),c) +if(q===s)return this +return new A.wi(q)}, +k(a,b){var s=this.a +if(s==null)return null +return s.ny(0,0,b,J.p(b))}} +A.acc.prototype={} +A.Mk.prototype={ +it(a,b,c,d,e){var s,r,q,p,o=B.f.mi(d,b)&31,n=this.a,m=n[o] +if(m==null)m=$.BJ() +s=m.it(0,b+5,c,d,e) +if(s===m)n=this +else{r=n.length +q=A.bg(r,null,!1,t.X) +for(p=0;p>>0,a1=c.a,a2=(a1&a0-1)>>>0,a3=a2-(a2>>>1&1431655765) +a3=(a3&858993459)+(a3>>>2&858993459) +a3=a3+(a3>>>4)&252645135 +a3+=a3>>>8 +s=a3+(a3>>>16)&63 +if((a1&a0)>>>0!==0){a=c.b +a2=2*s +r=a[a2] +q=a2+1 +p=a[q] +if(r==null){o=J.arL(p,a5+5,a6,a7,a8) +if(o===p)return c +a2=a.length +n=A.bg(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.Yu(a5) +a1.a[a]=$.BJ().it(0,a5+5,a6,a7,a8) +return a1}else{h=2*s +g=2*i +f=A.bg(g+2,b,!1,t.X) +for(a=c.b,e=0;e>>0,f)}}}, +ny(a,b,c,d){var s,r,q,p,o=1<<(B.f.mi(d,b)&31)>>>0,n=this.a +if((n&o)>>>0===0)return null +n=(n&o-1)>>>0 +s=n-(n>>>1&1431655765) +s=(s&858993459)+(s>>>2&858993459) +s=s+(s>>>4)&252645135 +s+=s>>>8 +n=this.b +r=2*(s+(s>>>16)&63) +q=n[r] +p=n[r+1] +if(q==null)return p.ny(0,b+5,c,d) +if(c===q)return p +return null}, +Yu(a){var s,r,q,p,o,n,m,l=A.bg(32,null,!1,t.X) +for(s=this.a,r=a+5,q=this.b,p=0,o=0;o<32;++o)if((B.f.mi(s,o)&1)!==0){n=q[p] +m=p+1 +if(n==null)l[o]=q[m] +else l[o]=$.BJ().it(0,r,n,J.p(n),q[m]) +p+=2}return new A.Mk(l)}} +A.z6.prototype={ +it(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=this,i=j.a +if(d===i){s=j.FY(c) +if(s!==-1){i=j.b +r=s+1 +q=i[r] +if(q==null?e==null:q===e)i=j +else{q=i.length +p=A.bg(q,null,!1,t.X) +for(o=0;o>>0,k).it(0,b,c,d,e)}, +ny(a,b,c,d){var s=this.FY(c) +return s<0?null:this.b[s+1]}, +FY(a){var s,r,q=this.b,p=q.length +for(s=J.i7(a),r=0;r=s.a.length)s.y7(q) +B.W.e2(s.a,s.b,q,a) +s.b+=r}, +oz(a,b,c){var s=this,r=c==null?s.e.length:c,q=s.b+(r-b) +if(q>=s.a.length)s.y7(q) +B.W.e2(s.a,s.b,q,a) +s.b=q}, +a0f(a){return this.oz(a,0,null)}, +y7(a){var s=this.a,r=s.length,q=a==null?0:a,p=Math.max(q,r*2),o=new Uint8Array(p) +B.W.e2(o,0,r,s) +this.a=o}, +a_H(){return this.y7(null)}, +i0(a){var s=B.f.bR(this.b,a) +if(s!==0)this.oz($.aq1(),0,a-s)}, +jL(){var s,r=this +if(r.c)throw A.d(A.O("done() must not be called more than once on the same "+A.v(r).i(0)+".")) +s=A.fh(r.a.buffer,0,r.b) +r.a=new Uint8Array(0) +r.c=!0 +return s}} +A.wx.prototype={ +hQ(a){return this.a.getUint8(this.b++)}, +vy(a){var s=this.b,r=$.d9() +B.d9.Ci(this.a,s,r)}, +jm(a){var s=this.a,r=A.cS(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +vz(a){var s +this.i0(8) +s=this.a +B.ql.Jz(s.buffer,s.byteOffset+this.b,a)}, +i0(a){var s=this.b,r=B.f.bR(s,a) +if(r!==0)this.b=s+(a-r)}} +A.hM.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.hM&&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}, +i(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.a4p.prototype={ +$1(a){return a.length!==0}, +$S:43} +A.bO.prototype={ +mB(a,b){return new A.at($.ag,this.$ti.h("at<1>"))}, +kR(a){return this.mB(a,null)}, +el(a,b,c){var s=a.$1(this.a) +if(c.h("ac<0>").b(s))return s +return new A.bO(s,c.h("bO<0>"))}, +ba(a,b){return this.el(a,null,b)}, +iv(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=s.ba(new A.a50(n),n.$ti.c) +return p}return n}catch(o){r=A.as(o) +q=A.aN(o) +p=A.afx(r,q,n.$ti.c) +return p}}, +$iac:1} +A.a50.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.h("1(@)")}} +A.ED.prototype={ +F(){return"GestureDisposition."+this.b}} +A.cZ.prototype={} +A.EB.prototype={} +A.r9.prototype={ +i(a){var s=this,r=s.a +r=r.length===0?""+"":""+new A.ad(r,new A.a9q(s),A.ae(r).h("ad<1,i>")).bi(0,", ") +if(s.b)r+=" [open]" +if(s.c)r+=" [held]" +if(s.d)r+=" [hasPendingSweep]" +return r.charCodeAt(0)==0?r:r}} +A.a9q.prototype={ +$1(a){if(a===this.a.e)return a.i(0)+" (eager winner)" +return a.i(0)}, +$S:220} +A.Xv.prototype={ +J4(a,b,c){this.a.b9(0,b,new A.Xx(this,b)).a.push(c) +return new A.EB(this,b,c)}, +a32(a,b){var s=this.a.k(0,b) +if(s==null)return +s.b=!1 +this.Ip(b,s)}, +DI(a){var s,r=this.a,q=r.k(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.gK(r).i3(a) +for(s=1;s0.4){r.dy=B.wA +r.Y(B.by)}else if(a.gpi().gtW()>A.Br(a.gc7(a),r.b))r.Y(B.a2) +if(s>0.4&&r.dy===B.wz)r.dy=B.wA}r.CY(a)}, +i3(a){if(this.dy===B.f5)this.dy=B.wz}, +tT(a){if(this.dy===B.f5){this.Y(B.a2) +return}this.dy=B.iR}, +jd(a){this.hW(a) +this.tT(a)}} +A.DB.prototype={ +gq(a){return A.D(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)}, +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.DB&&b.a==this.a}, +i(a){return"DeviceGestureSettings(touchSlop: "+A.h(this.a)+")"}} +A.ix.prototype={ +i(a){return"#"+A.b7(this)+"("+this.a.i(0)+")"}} +A.rE.prototype={} +A.zp.prototype={ +ck(a,b){return this.a.d0(b)}} +A.ro.prototype={ +ck(a,b){var s,r,q,p,o=new Float64Array(16),n=new A.bl(o) +n.aF(b) +s=this.a +r=s.a +q=s.b +s=o[0] +p=o[3] +o[0]=s+r*p +o[1]=o[1]+q*p +o[2]=o[2]+0*p +o[3]=p +p=o[4] +s=o[7] +o[4]=p+r*s +o[5]=o[5]+q*s +o[6]=o[6]+0*s +o[7]=s +s=o[8] +p=o[11] +o[8]=s+r*p +o[9]=o[9]+q*p +o[10]=o[10]+0*p +o[11]=p +p=o[12] +s=o[15] +o[12]=p+r*s +o[13]=o[13]+q*s +o[14]=o[14]+0*s +o[15]=s +return n}} +A.jA.prototype={ +WP(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=B.b.gN(s) +for(q=o.length,p=0;p":B.b.bi(s,", "))+")"}} +A.pG.prototype={} +A.vm.prototype={} +A.pF.prototype={} +A.eM.prototype={ +fS(a){var s,r=this +switch(a.gcV(a)){case 1:if(r.p1==null&&r.p3==null&&r.p2==null&&r.p4==null&&r.RG==null&&r.R8==null)return!1 +break +case 2:s=!0 +if(s)return!1 +break +case 4:s=!0 +if(s)return!1 +break +default:return!1}return r.nQ(a)}, +zv(){var s,r=this +r.Y(B.by) +r.k2=!0 +s=r.CW +s.toString +r.Dp(s) +r.UI()}, +LE(a){var s,r=this +if(!a.gnY()){if(t.pY.b(a)){s=a.gc7(a) +$.jh() +s=new A.hR(s,new A.iV(),A.bg(20,null,!1,t.av)) +r.b1=s +s.mq(a.ghL(a),a.gdj())}if(t.n2.b(a)){s=r.b1 +s.toString +s.mq(a.ghL(a),a.gdj())}}if(t.oN.b(a)){if(r.k2)r.UG(a) +else r.Y(B.a2) +r.y6()}else if(t.Ko.b(a)){r.El() +r.y6()}else if(t.pY.b(a)){r.k3=new A.fQ(a.gdj(),a.gbj(a)) +r.k4=a.gcV(a) +r.UF(a)}else if(t.n2.b(a))if(a.gcV(a)!==r.k4&&!r.k2){r.Y(B.a2) +s=r.CW +s.toString +r.hW(s)}else if(r.k2)r.UH(a)}, +UF(a){this.k3.toString +this.e.k(0,a.gbD()).toString +switch(this.k4){case 1:break +case 2:break +case 4:break}}, +El(){var s,r=this +if(r.ch===B.dZ)switch(r.k4){case 1:s=r.p1 +if(s!=null)r.cQ("onLongPressCancel",s) +break +case 2:break +case 4:break}}, +UI(){var s,r=this +switch(r.k4){case 1:if(r.p3!=null){s=r.k3.a +r.cQ("onLongPressStart",new A.ZO(r,new A.pG(s)))}s=r.p2 +if(s!=null)r.cQ("onLongPress",s) +break +case 2:break +case 4:break}}, +UH(a){var s,r=this +a.gbj(a) +s=a.gdj() +a.gbj(a).a3(0,r.k3.b) +a.gdj().a3(0,r.k3.a) +switch(r.k4){case 1:if(r.p4!=null)r.cQ("onLongPressMoveUpdate",new A.ZN(r,new A.vm(s))) +break +case 2:break +case 4:break}}, +UG(a){var s,r=this,q=r.b1.qI(),p=q==null?B.bT:new A.h2(q.a) +a.gbj(a) +s=a.gdj() +r.b1=null +switch(r.k4){case 1:if(r.RG!=null)r.cQ("onLongPressEnd",new A.ZM(r,new A.pF(s,p))) +s=r.R8 +if(s!=null)r.cQ("onLongPressUp",s) +break +case 2:break +case 4:break}}, +y6(){var s=this +s.k2=!1 +s.b1=s.k4=s.k3=null}, +Y(a){var s=this +if(a===B.a2)if(s.k2)s.y6() +else s.El() +s.Dj(a)}, +i3(a){}} +A.ZO.prototype={ +$0(){return this.a.p3.$1(this.b)}, +$S:0} +A.ZN.prototype={ +$0(){return this.a.p4.$1(this.b)}, +$S:0} +A.ZM.prototype={ +$0(){return this.a.RG.$1(this.b)}, +$S:0} +A.ku.prototype={ +k(a,b){return this.c[b+this.a]}, +Z(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.mU(A.a6(new A.ad(s,new A.a11(),r),!0,r.h("aY.E")),"[","]") +r=this.b +r===$&&A.b() +return"PolynomialFit("+q+", confidence: "+B.c.R(r,3)+")"}} +A.a11.prototype={ +$1(a){return B.c.NR(a,3)}, +$S:184} +A.Fk.prototype={ +CV(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.a10(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.ku(c*a5,a5,q).Z(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.N(r,-q,q) +return new A.f4(new A.h2(new A.q(0,p)),p)}, +xv(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.Br(a,this.b)}, +ob(a){return new A.q(0,a.b)}, +oc(a){return a.b}} +A.ht.prototype={ +wO(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.Br(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.N(r,-q,q) +return new A.f4(new A.h2(new A.q(p,0)),p)}, +xv(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.Br(a,this.b)}, +ob(a){return new A.q(a.a,0)}, +oc(a){return a.a}} +A.hB.prototype={ +wO(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.Br(b,o.b) +r=a.a +if(!(r.gtW()>n*n&&a.d.gtW()>s*s))return null +q=o.db +if(q==null)q=50 +p=o.dx +if(p==null)p=8000 +return new A.f4(new A.h2(r).a2V(q,p),null)}, +xv(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.aAJ(a,this.b)}, +ob(a){return a}, +oc(a){return null}} +A.Le.prototype={ +Zy(){this.a=!0}} +A.rC.prototype={ +hW(a){if(this.r){this.r=!1 +$.eI.bv$.Nm(this.b,a)}}, +Me(a,b){return a.gbj(a).a3(0,this.d).gdQ()<=b}} +A.hk.prototype={ +fS(a){var s,r=this +if(r.y==null)if(r.r==null&&!0)return!1 +s=r.nQ(a) +if(!s)r.kF() +return s}, +i4(a){var s=this,r=s.y +if(r!=null)if(!r.Me(a,100))return +else{r=s.y +if(!r.f.a||a.gcV(a)!==r.e){s.kF() +return s.In(a)}}s.In(a)}, +In(a){var s,r,q,p,o,n,m=this +m.I3() +s=$.eI.dg$.J4(0,a.gbD(),m) +r=a.gbD() +q=a.gbj(a) +p=a.gcV(a) +o=new A.Le() +A.cd(B.CT,o.gZx()) +n=new A.rC(r,s,q,p,o) +m.z.n(0,a.gbD(),n) +o=a.gbx(a) +if(!n.r){n.r=!0 +$.eI.bv$.Jh(r,m.grP(),o)}}, +Zg(a){var s,r=this,q=r.z,p=q.k(0,a.gbD()) +p.toString +if(t.oN.b(a)){s=r.y +if(s==null){if(r.x==null)r.x=A.cd(B.bx,r.gZh()) +s=p.b +$.eI.dg$.a6B(s) +p.hW(r.grP()) +q.v(0,s) +r.Et() +r.y=p}else{s=s.c +s.a.ow(s.b,s.c,B.by) +s=p.c +s.a.ow(s.b,s.c,B.by) +p.hW(r.grP()) +q.v(0,p.b) +q=r.r +if(q!=null)r.cQ("onDoubleTap",q) +r.kF()}}else if(t.n2.b(a)){if(!p.Me(a,18))r.ou(p)}else if(t.Ko.b(a))r.ou(p)}, +i3(a){}, +jd(a){var s,r=this,q=r.z.k(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.ou(q)}, +ou(a){var s,r=this,q=r.z +q.v(0,a.b) +s=a.c +s.a.ow(s.b,s.c,B.a2) +a.hW(r.grP()) +s=r.y +if(s!=null)if(a===s)r.kF() +else{r.Ej() +if(q.a===0)r.kF()}}, +l(){this.kF() +this.Dc()}, +kF(){var s,r=this +r.I3() +if(r.y!=null){if(r.z.a!==0)r.Ej() +s=r.y +s.toString +r.y=null +r.ou(s) +$.eI.dg$.a8M(0,s.b)}r.Et()}, +Et(){var s=this.z +s=s.gaD(s) +B.b.U(A.a6(s,!0,A.m(s).h("j.E")),this.ga_t())}, +I3(){var s=this.x +if(s!=null){s.bt(0) +this.x=null}}, +Ej(){}} +A.a0W.prototype={ +Jh(a,b,c){J.i9(this.a.b9(0,a,new A.a0Y()),b,c)}, +Nm(a,b){var s,r=this.a,q=r.k(0,a) +q.toString +s=J.bT(q) +s.v(q,b) +if(s.gP(q))r.v(0,a)}, +VL(a,b,c){var s,r,q,p +try{b.$1(a.al(c))}catch(q){s=A.as(q) +r=A.aN(q) +p=A.bh("while routing a pointer event") +A.dd(new A.bA(s,r,"gesture library",p,null,!1))}}, +NE(a){var s=this,r=s.a.k(0,a.gbD()),q=s.b,p=t.Ld,o=t.iD,n=A.n0(q,p,o) +if(r!=null)s.F_(a,r,A.n0(r,p,o)) +s.F_(a,q,n)}, +F_(a,b,c){c.U(0,new A.a0X(this,b,a))}} +A.a0Y.prototype={ +$0(){return A.z(t.Ld,t.iD)}, +$S:173} +A.a0X.prototype={ +$2(a,b){if(J.rW(this.b,a))this.a.VL(this.c,a,b)}, +$S:164} +A.a0Z.prototype={ +Nf(a,b,c){if(this.a!=null)return +this.b=b +this.a=c}, +Y(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.as(p) +r=A.aN(p) +n=A.bh("while resolving a PointerSignalEvent") +A.dd(new A.bA(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +A.VL.prototype={ +F(){return"DragStartBehavior."+this.b}} +A.cF.prototype={ +yG(a){}, +Je(a){var s=this +s.e.n(0,a.gbD(),a.gc7(a)) +if(s.fS(a))s.i4(a) +else s.pM(a)}, +i4(a){}, +pM(a){}, +fS(a){var s=this.c +return(s==null||s.p(0,a.gc7(a)))&&this.d.$1(a.gcV(a))}, +a7d(a){var s=this.c +return s==null||s.p(0,a.gc7(a))}, +l(){}, +M5(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=A.as(q) +r=A.aN(q) +p=A.bh("while handling a gesture") +A.dd(new A.bA(s,r,"gesture",p,null,!1))}return o}, +cQ(a,b){return this.M5(a,b,null,t.z)}, +a71(a,b,c){return this.M5(a,b,c,t.z)}} +A.vY.prototype={ +i4(a){this.qV(a.gbD(),a.gbx(a))}, +pM(a){this.Y(B.a2)}, +i3(a){}, +jd(a){}, +Y(a){var s,r,q=this.f,p=A.a6(q.gaD(q),!0,t.o) +q.O(0) +for(q=p.length,s=0;s18 +else s=!1 +if(p.cy){r=p.ay +q=r!=null&&p.Fo(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.Y(B.a2) +r=p.CW +r.toString +p.hW(r)}else p.LE(a)}p.CY(a)}, +zv(){}, +i3(a){if(a===this.CW){this.mk() +this.cy=!0}}, +jd(a){var s=this +if(a===s.CW&&s.ch===B.dZ){s.mk() +s.ch=B.Dp}}, +tT(a){var s=this +s.mk() +s.ch=B.bf +s.cx=null +s.cy=!1}, +l(){this.mk() +this.nR()}, +mk(){var s=this.db +if(s!=null){s.bt(0) +this.db=null}}, +Fo(a){return a.gbj(a).a3(0,this.cx.b).gdQ()}} +A.a15.prototype={ +$0(){this.a.zv() +return null}, +$S:0} +A.fQ.prototype={ +X(a,b){return new A.fQ(this.a.X(0,b.a),this.b.X(0,b.b))}, +a3(a,b){return new A.fQ(this.a.a3(0,b.a),this.b.a3(0,b.b))}, +i(a){return"OffsetPair(local: "+this.a.i(0)+", global: "+this.b.i(0)+")"}} +A.Mo.prototype={} +A.qD.prototype={} +A.qE.prototype={} +A.Cb.prototype={ +i4(a){var s=this +if(s.ch===B.bf){if(s.k4!=null&&s.ok!=null)s.oE() +s.k4=a}if(s.k4!=null)s.Re(a)}, +qV(a,b){this.R5(a,b)}, +LE(a){var s,r,q=this +if(t.oN.b(a)){q.ok=a +q.Eo()}else if(t.Ko.b(a)){q.Y(B.a2) +if(q.k2){s=q.k4 +s.toString +q.uf(a,s,"")}q.oE()}else{s=a.gcV(a) +r=q.k4 +if(s!==r.gcV(r)){q.Y(B.a2) +s=q.CW +s.toString +q.hW(s)}}}, +Y(a){var s,r=this +if(r.k3&&a===B.a2){s=r.k4 +s.toString +r.uf(null,s,"spontaneous") +r.oE()}r.Dj(a)}, +zv(){this.Ia()}, +i3(a){var s=this +s.Dp(a) +if(a===s.CW){s.Ia() +s.k3=!0 +s.Eo()}}, +jd(a){var s,r=this +r.Rf(a) +if(a===r.CW){if(r.k2){s=r.k4 +s.toString +r.uf(null,s,"forced")}r.oE()}}, +Ia(){var s,r=this +if(r.k2)return +s=r.k4 +s.toString +r.LG(s) +r.k2=!0}, +Eo(){var s,r,q=this +if(!q.k3||q.ok==null)return +s=q.k4 +s.toString +r=q.ok +r.toString +q.LH(s,r) +q.oE()}, +oE(){var s=this +s.k3=s.k2=!1 +s.k4=s.ok=null}} +A.eQ.prototype={ +fS(a){var s=this +switch(a.gcV(a)){case 1:if(s.au==null&&s.b6==null&&s.ai==null&&s.bM==null)return!1 +break +case 2:if(s.b1==null&&s.J==null&&s.I==null&&s.a5==null)return!1 +break +case 4:return!1 +break +default:return!1}return s.nQ(a)}, +LG(a){var s,r=this,q=a.gbj(a),p=a.gdj() +r.e.k(0,a.gbD()).toString +s=new A.qD(q,p) +switch(a.gcV(a)){case 1:if(r.au!=null)r.cQ("onTapDown",new A.a54(r,s)) +break +case 2:if(r.J!=null)r.cQ("onSecondaryTapDown",new A.a55(r,s)) +break +case 4:break}}, +LH(a,b){var s,r,q=this +b.gc7(b) +b.gbj(b) +b.gdj() +s=new A.qE() +switch(a.gcV(a)){case 1:if(q.ai!=null)q.cQ("onTapUp",new A.a56(q,s)) +r=q.b6 +if(r!=null)q.cQ("onTap",r) +break +case 2:if(q.I!=null)q.cQ("onSecondaryTapUp",new A.a57(q,s)) +if(q.b1!=null)q.cQ("onSecondaryTap",new A.a58(q)) +break +case 4:break}}, +uf(a,b,c){var s,r=this,q=c===""?c:c+" " +switch(b.gcV(b)){case 1:s=r.bM +if(s!=null)r.cQ(q+"onTapCancel",s) +break +case 2:s=r.a5 +if(s!=null)r.cQ(q+"onSecondaryTapCancel",s) +break +case 4:break}}} +A.a54.prototype={ +$0(){return this.a.au.$1(this.b)}, +$S:0} +A.a55.prototype={ +$0(){return this.a.J.$1(this.b)}, +$S:0} +A.a56.prototype={ +$0(){return this.a.ai.$1(this.b)}, +$S:0} +A.a57.prototype={ +$0(){return this.a.I.$1(this.b)}, +$S:0} +A.a58.prototype={ +$0(){return this.a.b1.$0()}, +$S:0} +A.h2.prototype={ +a3(a,b){return new A.h2(this.a.a3(0,b.a))}, +X(a,b){return new A.h2(this.a.X(0,b.a))}, +a2V(a,b){var s=this.a,r=s.gtW() +if(r>b*b)return new A.h2(s.d4(0,s.gdQ()).Z(0,b)) +if(r40)return B.iH +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.Fk(o,r,p).CV(2) +if(d!=null){c=new A.Fk(o,q,p).CV(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.lH(new A.q(s*1000,g*1000),b*a,new A.aS(l-k.a.a),m.b.a3(0,k.b))}}}return new A.lH(B.h,1,new A.aS(l-k.a.a),m.b.a3(0,k.b))}} +A.mO.prototype={ +mq(a,b){var s=this,r=s.b +r.ku(0) +r.fd(0) +r=(s.d+1)%20 +s.d=r +s.e[r]=new A.zL(a,b)}, +mb(a){var s,r,q=this.d+a,p=B.f.bR(q,20),o=B.f.bR(q-1,20) +q=this.e +s=q[p] +r=q[o] +if(s==null||r==null)return B.h +q=s.a.a-r.a.a +return q>0?s.b.a3(0,r.b).Z(0,1000).d4(0,q/1000):B.h}, +qI(){var s,r,q,p,o,n,m=this +if(m.b.gzJ()>40)return B.iH +s=m.mb(-2).Z(0,0.6).X(0,m.mb(-1).Z(0,0.35)).X(0,m.mb(0).Z(0,0.05)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.f.bR(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.wn +else return new A.lH(s,1,new A.aS(p.a.a-o.a.a),p.b.a3(0,o.b))}} +A.pH.prototype={ +qI(){var s,r,q,p,o,n,m=this +if(m.b.gzJ()>40)return B.iH +s=m.mb(-2).Z(0,0.15).X(0,m.mb(-1).Z(0,0.65)).X(0,m.mb(0).Z(0,0.2)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.f.bR(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.wn +else return new A.lH(s,1,new A.aS(p.a.a-o.a.a),p.b.a3(0,o.b))}} +A.BS.prototype={ +gq(a){var s=this +return A.bm([s.a,s.b,s.c,s.d])}, +j(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +if(b instanceof A.BS)s=!0 +else s=!1 +return s}} +A.Kk.prototype={} +A.a65.prototype={ +F(){return"ThemeMode."+this.b}} +A.vv.prototype={ +ar(){return new A.zl(B.l)}} +A.ZW.prototype={ +$2(a,b){return new A.pI(a,b)}, +$S:159} +A.a__.prototype={ +kn(a){return A.ao(a).r}, +JN(a,b,c){switch(A.b6(c.a).a){case 0:return b +case 1:switch(A.ao(a).r.a){case 3:case 4:case 5:return new A.Ir(b,c.b,null) +case 0:case 1:case 2:return b}break}}, +JM(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.xE(c.a,c.d,b,null)}case 1:break}return A.ajI(c.a,b,A.ao(a).ax.f)}} +A.zl.prototype={ +aP(){this.bk() +this.d=A.auF()}, +l(){var s=this.d +s===$&&A.b() +s.l() +this.aR()}, +gYT(){var s=A.a([],t.a9) +this.a.toString +s.push(B.z4) +s.push(B.z_) +return s}, +YF(a,b){return new A.El(B.Dx,b,B.Ru,null)}, +Z1(a,b){var s,r,q,p,o,n,m,l,k=this,j=null +k.a.toString +s=A.d1(a,B.wH) +r=s==null?j:s.e +if(r==null)r=B.V +q=r===B.aa +s=A.d1(a,B.wE) +s=s==null?j:s.as +p=s===!0 +if(q)if(p)k.a.toString +if(q)k.a.toString +if(p)k.a.toString +o=k.a.db +s=o.jU +n=s.b +if(n==null){m=o.ax.b +n=A.W(102,m.gm(m)>>>16&255,m.gm(m)>>>8&255,m.gm(m)&255)}l=s.a +if(l==null)l=o.ax.b +k.a.toString +s=b==null?B.ij:b +return new A.wY(A.afc(new A.t2(o,s,B.ak,B.af,j,j),l,j,j,n),j)}, +Us(a){var s,r,q=this,p=null,o=q.a,n=o.db +n=n.fr +s=n +if(s==null)s=B.eq +n=o.e +o=o.cx +r=q.gYT() +q.a.toString +return new A.yg(p,p,p,new A.aa4(),p,p,p,p,p,n,B.HA,p,p,p,B.Fm,q.gZ0(),o,p,B.MW,s,p,r,p,p,B.l3,!1,!1,!1,!1,q.gYE(),!1,p,p,p,new A.mK(q,t.bT))}, +S(a){var s,r=null,q=A.Eq(!1,!1,this.Us(a),r,r,r,r,!0,r,r,new A.aa5(),r,r,r) +this.a.toString +s=this.d +s===$&&A.b() +return new A.x_(B.yt,new A.mM(s,q,r),r)}} +A.aa4.prototype={ +$1$2(a,b,c){return A.ake(b,a,c)}, +$2(a,b){return this.$1$2(a,b,t.z)}, +$S:155} +A.aa5.prototype={ +$2(a,b){if(!(b instanceof A.iO)||!b.c.gpY().j(0,B.cX))return B.cM +return A.ax9()?B.cL:B.cM}, +$S:148} +A.ac3.prototype={ +Ce(a){return a.BO(this.b)}, +vB(a){return new A.Q(a.b,this.b)}, +Co(a,b){return new A.q(0,a.b-b.b)}, +nI(a){return this.b!==a.b}} +A.Oq.prototype={} +A.ta.prototype={ +WB(a){var s=new A.T5(this,a).$0() +return s}, +ar(){return new A.yr(B.l)}, +ka(a){return A.BE().$1(a)}} +A.T5.prototype={ +$0(){switch(this.b.r.a){case 0:case 1:case 3:case 5:return!1 +case 2:case 4:return!1}}, +$S:2} +A.yr.prototype={ +b5(){var s,r=this +r.cU() +s=r.d +if(s!=null)s.M(0,r.gwr()) +s=r.c.ah(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.xy(s.c,new A.lQ(r.gwr()),!1)}}, +l(){var s=this,r=s.d +if(r!=null){r.M(0,s.gwr()) +s.d=null}s.aR()}, +U9(a){var s,r,q,p=this +if(a instanceof A.hH&&p.a.ka(a)){s=p.e +r=a.a +switch(r.e.a){case 0:q=p.e=Math.max(r.gfa()-r.gce(),0)>0 +break +case 2:q=p.e=Math.max(r.gce()-r.gfb(),0)>0 +break +case 1:case 3:q=s +break +default:q=s}if(q!==s)p.ao(new A.a7k())}}, +S(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=this,a5=null,a6=A.ao(b1),a7=A.ajO(b1),a8=A.ao(b1).RG,a9=new A.a7j(b1,a5,a5,0,3,a5,a5,a5,a5,a5,a5,16,64,a5,a5,a5),b0=b1.u8(t.Np) +A.a_g(b1,t.X) +b1.ah(t.N8) +s=A.aE(t.ui) +r=a4.e +if(r)s.B(0,B.qg) +r=b0==null +if(r)q=a5 +else{b0.a.toString +q=!1}if(r)b0=a5 +else{b0.a.toString +b0=!1}r=a4.a +r.toString +p=a8.Q +if(p==null)p=56 +o=a9.gbS(a9) +n=t._ +r=A.n6(r.ax,s,n) +if(r==null)r=A.n6(a8.a,s,n) +if(r==null)r=A.n6(o,s,t.n8) +a4.a.toString +m=a8.b +l=m==null?a9.gcd():m +k=a4.a.x +if(s.p(0,B.qg)){a4.a.toString +s=a8.d +if(s==null)s=a9.d +j=s==null?k:s}else j=k +a4.a.toString +i=a8.w +h=i==null?a9.gna().i9(l):i +a4.a.toString +s=a8.x +if(s==null)s=a5 +if(s==null)s=i +if(s==null){s=a9.gmn().i9(m) +g=s}else g=s +if(g==null)g=h +a4.a.toString +f=a8.as +if(f==null){s=a9.gqr() +f=s==null?a5:s.i9(l)}a4.a.toString +if(a8.at==null){s=a9.gqo() +if(s!=null)s.i9(l)}s=a4.a +e=s.c +if(h.j(0,a9.gna()))d=a7 +else{c=A.YA(a5,a5,a5,a5,a5,a5,h.f,a5,a5,h.a,a5,a5,a5,a5) +s=a7.a +d=new A.mP(s==null?a5:s.Kh(c.c,c.as,c.d))}s=A.U_(e,a5,a5) +e=A.ajN(s,d) +a4.a.toString +e=new A.hf(A.oK(a5,56),e,a5) +s=a4.a +b=A.nB(s.f,B.aK,B.ah,B.q5) +if(g.j(0,a9.gmn()))a=a7 +else{a0=A.YA(a5,a5,a5,a5,a5,a5,g.f,a5,a5,g.a,a5,a5,a5,a5) +b0=a7.a +a=new A.mP(b0==null?a5:b0.Kh(a0.c,a0.as,a0.d))}b=A.ajN(A.EX(b,g),a) +b0=a4.a.WB(a6) +a4.a.toString +s=a8.z +if(s==null)s=16 +f.toString +a1=A.aiM(new A.tT(new A.ac3(p),A.EX(A.V1(new A.G0(e,a5,b,b0,s,a5),a5,B.bQ,!0,f,a5,a5,B.aW),h),a5),B.al) +a1=A.aw4(!1,a1,!0) +b0=A.a63(r) +a2=b0===B.aa?B.M3:B.M4 +a3=new A.iZ(a5,a5,a5,a5,B.H,a2.f,a2.r,a2.w) +a4.a.toString +b0=a8.e +if(b0==null)b0=a9.gc5(a9) +a4.a.toString +s=a8.f +if(s==null)s=a9.gcp() +a4.a.toString +q=a8.r +if(q==null)q=a9.r +return A.e2(a5,new A.t8(a3,A.ZV(B.af,A.e2(a5,new A.m7(B.wO,a5,a5,a1,a5),!1,a5,!0,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5),B.M,r,j,a5,b0,q,s,a5,B.eu),a5,t.ph),!0,a5,!1,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5)}} +A.a7k.prototype={ +$0(){}, +$S:0} +A.a7j.prototype={ +gIg(){var s,r=this,q=r.ch +if(q===$){s=A.ao(r.ay) +r.ch!==$&&A.au() +r.ch=s +q=s}return q}, +go1(){var s,r=this,q=r.CW +if(q===$){s=r.gIg() +r.CW!==$&&A.au() +q=r.CW=s.ax}return q}, +gIf(){var s,r=this,q=r.cx +if(q===$){s=r.gIg() +r.cx!==$&&A.au() +q=r.cx=s.p3}return q}, +gbS(a){return this.go1().cy}, +gcd(){return this.go1().db}, +gc5(a){return B.H}, +gcp(){var s=this.go1(),r=s.k3 +return r==null?s.b:r}, +gna(){var s=null +return new A.cA(24,s,s,s,s,this.go1().db,s,s)}, +gmn(){var s=null,r=this.go1(),q=r.dy +return new A.cA(24,s,s,s,s,q==null?r.db:q,s,s)}, +gqr(){return this.gIf().z}, +gqo(){return this.gIf().r}} +A.oE.prototype={ +gq(a){var s=this +return A.D(s.gbS(s),s.gcd(),s.c,s.d,s.gc5(s),s.gcp(),s.r,s.gna(),s.gmn(),s.y,s.z,s.Q,s.gqr(),s.gqo(),s.ax,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.oE&&J.e(b.gbS(b),s.gbS(s))&&J.e(b.gcd(),s.gcd())&&b.c==s.c&&b.d==s.d&&J.e(b.gc5(b),s.gc5(s))&&J.e(b.gcp(),s.gcp())&&J.e(b.r,s.r)&&J.e(b.gna(),s.gna())&&J.e(b.gmn(),s.gmn())&&b.z==s.z&&b.Q==s.Q&&J.e(b.gqr(),s.gqr())&&J.e(b.gqo(),s.gqo())&&!0}, +gbS(a){return this.a}, +gcd(){return this.b}, +gc5(a){return this.e}, +gcp(){return this.f}, +gna(){return this.w}, +gmn(){return this.x}, +gqr(){return this.as}, +gqo(){return this.at}} +A.Kx.prototype={} +A.vy.prototype={ +iG(){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.a3(0,f) +q=Math.abs(r.a) +p=Math.abs(r.b) +o=r.gdQ() +n=s.a +m=f.b +l=new A.q(n,m) +k=new A.ZY(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q>>16&255,q>>>8&255,q&255),0,B.J,-1),s,r.c)}if(s==null){q=p.a.a +return A.aw(p,new A.bx(A.W(0,q>>>16&255,q>>>8&255,q&255),0,B.J,-1),r.c)}return A.aw(p,s,r.c)}, +$ib5:1} +A.KN.prototype={} +A.tr.prototype={ +ar(){return new A.yy(null,null,B.l)}} +A.yy.prototype={ +Aa(){this.ao(new A.a86())}, +gcT(){var s=this.a.z +if(s==null){s=this.r +s.toString}return s}, +pO(){var s,r=this +if(r.a.z==null)r.r=A.afT(null) +s=r.gcT() +r.a.toString +s.e0(0,B.t,!1) +r.gcT().a0(0,r.glg())}, +aP(){this.bk() +this.pO()}, +aO(a){var s,r=this +r.bs(a) +s=a.z +if(r.a.z!=s){if(s!=null)s.M(0,r.glg()) +if(r.a.z!=null){s=r.r +if(s!=null){s.fy$=$.aR() +s.fx$=0}r.r=null}r.pO()}r.a.toString}, +l(){var s,r=this +r.gcT().M(0,r.glg()) +s=r.r +if(s!=null){s.fy$=$.aR() +s.fx$=0}s=r.d +if(s!=null)s.l() +r.Th()}, +S(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.a83(c2.r,c2.BM(c5),c0.a.zn(c5)),c4=new A.a84(c0,c3) +c2=t.PM +s=c4.$1$1(new A.a7H(),c2) +r=c4.$1$1(new A.a7I(),t.p8) +q=t._ +p=c4.$1$1(new A.a7J(),q) +o=c4.$1$1(new A.a7U(),q) +n=c4.$1$1(new A.a7X(),q) +m=c4.$1$1(new A.a7Y(),q) +l=c4.$1$1(new A.a7Z(),t.pc) +k=t.tW +j=c4.$1$1(new A.a8_(),k) +i=c4.$1$1(new A.a80(),k) +h=c4.$1$1(new A.a81(),k) +g=c4.$1$1(new A.a82(),q) +f=c4.$1$1(new A.a7K(),c2) +e=c4.$1$1(new A.a7L(),t.oI) +d=c4.$1$1(new A.a7M(),t.KX) +c=c3.$1$1(new A.a7N(),t.X3) +b=c3.$1$1(new A.a7O(),t.Oc) +a=c3.$1$1(new A.a7P(),t.Tu) +a0=c3.$1$1(new A.a7Q(),t.y) +a1=c3.$1$1(new A.a7R(),t.pC) +a2=new A.q(c.a,c.b).Z(0,4) +a3=c3.$1$1(new A.a7S(),t.Ya) +c2=j.a +q=j.b +a4=c.KZ(new A.aX(c2,h.a,q,h.b)) +if(i!=null){a5=a4.bI(i) +c2=a5.a +if(isFinite(c2))a4=a4.a3C(c2,c2) +c2=a5.b +if(isFinite(c2))a4=a4.a3B(c2,c2)}a6=a2.b +c2=a2.a +a7=Math.max(0,c2) +a8=l.B(0,new A.b1(a7,a6,a7,a6)).eY(0,B.aN,B.wI) +if(a.a>0){q=c0.e +if(q!=null){k=c0.f +if(k!=null)if(q!==s)if(k.gm(k)!==p.gm(p)){q=c0.f +q=(q.gm(q)>>>24&255)/255===1&&(p.gm(p)>>>24&255)/255<1&&s===0}else q=!1 +else q=!1 +else q=!1}else q=!1}else q=!1 +if(q){q=c0.d +if(!J.e(q==null?c1:q.e,a)){q=c0.d +if(q!=null)q.l() +q=A.ef(c1,a,c1,c1,c0) +q.bm() +k=q.bU$ +k.b=!0 +k.a.push(new A.a7T(c0)) +c0.d=q}p=c0.f +c0.d.sm(0,0) +c0.d.dS(0)}c0.e=s +c0.f=p +s.toString +q=r==null?c1:r.i9(o) +k=d.kV(e) +a9=p==null?B.ev:B.hF +b0=c0.a +b1=b0.w +b2=b0.c +b3=b0.d +b4=b0.e +b5=b0.x +b0=b0.f +b6=d.kV(e) +b7=c0.gcT() +b8=g==null?o:g +a1.toString +a9=A.ZV(a,A.ajV(!1,!0,A.EX(new A.dP(a8,new A.m7(a1,1,1,c0.a.as,c1),c1),new A.cA(f,c1,c1,c1,c1,b8,c1,c1)),b6,a0,c1,b5,B.H,c1,new A.Nj(new A.a7V(c3)),b0,c1,b4,b3,b2,new A.br(new A.a7W(c3),t.T),c1,a3,b7),b1,p,s,c1,n,k,m,q,a9) +switch(b.a){case 0:b9=new A.Q(48+c2,48+a6) +break +case 1:b9=B.O +break +default:b9=c1}return A.e2(!0,new A.MK(b9,new A.hf(a4,a9,c1),c1),!0,!0,!1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1)}} +A.a86.prototype={ +$0(){}, +$S:0} +A.a83.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:153} +A.a84.prototype={ +$1$1(a,b){return this.b.$1$1(new A.a85(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:154} +A.a85.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.Y(this.a.gcT().a)}, +$S(){return this.c.h("0?(b8?)")}} +A.a7H.prototype={ +$1(a){return a==null?null:a.gdd(a)}, +$S:147} +A.a7I.prototype={ +$1(a){return a==null?null:a.gki()}, +$S:156} +A.a7J.prototype={ +$1(a){return a==null?null:a.gbS(a)}, +$S:38} +A.a7U.prototype={ +$1(a){return a==null?null:a.gcd()}, +$S:38} +A.a7X.prototype={ +$1(a){return a==null?null:a.gc5(a)}, +$S:38} +A.a7Y.prototype={ +$1(a){return a==null?null:a.gcp()}, +$S:38} +A.a7Z.prototype={ +$1(a){return a==null?null:a.gbZ(a)}, +$S:158} +A.a8_.prototype={ +$1(a){return a==null?null:a.gfU()}, +$S:69} +A.a80.prototype={ +$1(a){return a==null?null:a.y}, +$S:69} +A.a81.prototype={ +$1(a){return a==null?null:a.gfT()}, +$S:69} +A.a82.prototype={ +$1(a){return a==null?null:a.Q}, +$S:38} +A.a7K.prototype={ +$1(a){return a==null?null:a.gdU()}, +$S:147} +A.a7L.prototype={ +$1(a){return a==null?null:a.ghb()}, +$S:160} +A.a7M.prototype={ +$1(a){return a==null?null:a.gc0(a)}, +$S:161} +A.a7V.prototype={ +$1(a){return this.a.$1$1(new A.a7F(a),t.Pb)}, +$S:162} +A.a7F.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gfV() +s=s==null?null:s.Y(this.a)}return s}, +$S:245} +A.a7W.prototype={ +$1(a){return this.a.$1$1(new A.a7E(a),t.n8)}, +$S:81} +A.a7E.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gfW() +s=s==null?null:s.Y(this.a)}return s}, +$S:165} +A.a7N.prototype={ +$1(a){return a==null?null:a.gh4()}, +$S:166} +A.a7O.prototype={ +$1(a){return a==null?null:a.gh1()}, +$S:167} +A.a7P.prototype={ +$1(a){return a==null?null:a.cx}, +$S:168} +A.a7Q.prototype={ +$1(a){return a==null?null:a.cy}, +$S:169} +A.a7R.prototype={ +$1(a){return a==null?null:a.db}, +$S:170} +A.a7S.prototype={ +$1(a){return a==null?null:a.gff()}, +$S:171} +A.a7T.prototype={ +$1(a){if(a===B.U)this.a.ao(new A.a7G())}, +$S:4} +A.a7G.prototype={ +$0(){}, +$S:0} +A.Nj.prototype={ +Y(a){var s=this.a.$1(a) +s.toString +return s}, +gpg(){return"ButtonStyleButton_MouseCursor"}} +A.MK.prototype={ +aq(a){var s=new A.OT(this.e,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sAQ(this.e)}} +A.OT.prototype={ +sAQ(a){if(this.D.j(0,a))return +this.D=a +this.a6()}, +ED(a,b){var s,r,q=this.fr$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.D +return a.bI(new A.Q(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.O}, +c3(a){return this.ED(a,A.By())}, +bC(){var s,r,q,p=this +p.id=p.ED(t.k.a(A.B.prototype.ga_.call(p)),A.Bz()) +s=p.fr$ +if(s!=null){s=s.b +s.toString +t.q.a(s) +r=p.gA(p) +q=p.fr$ +s.a=B.a8.kO(t.EP.a(r.a3(0,q.gA(q))))}}, +bX(a,b){var s,r +if(this.iC(a,b))return!0 +s=this.fr$ +r=s.gA(s).iM(B.h) +return a.yL(new A.abe(this,r),r,A.akh(r))}} +A.abe.prototype={ +$2(a,b){return this.a.fr$.bX(a,this.b)}, +$S:11} +A.B2.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.TH.prototype={ +F(){return"ButtonTextTheme."+this.b}} +A.Cn.prototype={ +gbZ(a){switch(0){case 0:case 1:return B.CY}}, +gc0(a){switch(0){case 0:case 1:return B.JE}}, +j(a,b){var s=this +if(b==null)return!1 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.Cn&&b.gbZ(b).j(0,s.gbZ(s))&&b.gc0(b).j(0,s.gc0(s))&&J.e(b.w,s.w)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.at,s.at)&&b.ax==s.ax}, +gq(a){var s=this +return A.D(B.xN,88,36,s.gbZ(s),s.gc0(s),!1,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.KO.prototype={} +A.ts.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.ts&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&b.e==s.e&&J.e(b.f,s.f)&&J.e(b.r,s.r)}} +A.KQ.prototype={} +A.tv.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.tv&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.KT.prototype={} +A.tx.prototype={ +gq(a){var s=this +return A.bm([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])}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.tx&&b.a==s.a&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&b.y==s.y&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&J.e(b.as,s.as)&&J.e(b.at,s.at)&&J.e(b.ax,s.ax)&&J.e(b.ay,s.ay)&&J.e(b.ch,s.ch)&&b.CW==s.CW&&b.cx==s.cx&&b.cy==s.cy&&J.e(b.db,s.db)}} +A.KV.prototype={} +A.oX.prototype={ +j(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.M(a0)!==A.v(b))return!1 +if(a0 instanceof A.oX)if(a0.a===b.a){s=a0.b +r=b.b +if(s.j(0,r)){q=a0.c +p=b.c +if(q.j(0,p)){o=a0.d +if(o==null)o=s +n=b.d +if(o.j(0,n==null?r:n)){o=a0.e +if(o==null)o=q +n=b.e +if(o.j(0,n==null?p:n)){o=a0.f +n=b.f +if(o.j(0,n)){m=a0.r +l=b.r +if(m.j(0,l)){k=a0.w +if(k==null)k=o +j=b.w +if(k.j(0,j==null?n:j)){k=a0.x +if(k==null)k=m +j=b.x +if(k.j(0,j==null?l:j)){k=a0.y +j=k==null +i=j?o:k +h=b.y +g=h==null +if(i.j(0,g?n:h)){i=a0.z +f=i==null +e=f?m:i +d=b.z +c=d==null +if(e.j(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.j(0,n)){o=a0.as +if(o==null)o=f?m:i +n=b.as +if(n==null)n=c?l:d +if(o.j(0,n)){o=a0.at +n=b.at +if(o.j(0,n)){m=a0.ax +l=b.ax +if(m.j(0,l)){k=a0.ay +o=k==null?o:k +k=b.ay +if(o.j(0,k==null?n:k)){o=a0.ch +if(o==null)o=m +n=b.ch +if(o.j(0,n==null?l:n))if(a0.CW.j(0,b.CW)){o=a0.cx +n=b.cx +if(o.j(0,n)){m=a0.cy +l=b.cy +if(m.j(0,l)){k=a0.db +j=b.db +if(k.j(0,j)){i=a0.dx +if(i==null)i=m +h=b.dx +if(i.j(0,h==null?l:h)){i=a0.dy +if(i==null)i=k +h=b.dy +if(i.j(0,h==null?j:h)){i=a0.fr +if(i==null)i=o +h=b.fr +if(i.j(0,h==null?n:h)){i=a0.fx +o=i==null?o:i +i=b.fx +if(o.j(0,i==null?n:i)){o=a0.fy +if(o==null)o=B.k +n=b.fy +if(o.j(0,n==null?B.k:n)){o=a0.go +if(o==null)o=B.k +n=b.go +if(o.j(0,n==null?B.k:n)){o=a0.id +if(o==null)o=k +n=b.id +if(o.j(0,n==null?j:n)){o=a0.k1 +if(o==null)o=m +n=b.k1 +if(o.j(0,n==null?l:n)){o=a0.k2 +q=o==null?q:o +o=b.k2 +if(q.j(0,o==null?p:o)){q=a0.k3 +s=q==null?s:q +q=b.k3 +s=s.j(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}, +gq(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.D(a7.a,a8,a9,b0,s,r,q,p,o,l,i,n,m,k,j,h,g,a7.CW,f,A.D(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.KW.prototype={} +A.FA.prototype={} +A.tU.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.tU)if(J.e(b.a,r.a))if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(J.e(b.e,r.e))if(b.f==r.f)if(b.r==r.r)if(J.e(b.w,r.w))if(b.x==r.x)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Lo.prototype={} +A.tV.prototype={ +gq(a){var s=this +return A.bm([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])}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.tV&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&b.Q==s.Q&&b.as==s.as&&b.at==s.at&&b.ax==s.ax&&b.ay==s.ay&&J.e(b.ch,s.ch)&&J.e(b.CW,s.CW)&&b.cx==s.cx&&b.cy==s.cy&&b.db==s.db&&J.e(b.dx,s.dx)&&b.dy==s.dy&&J.e(b.fr,s.fr)&&J.e(b.fx,s.fx)&&J.e(b.fy,s.fy)&&J.e(b.go,s.go)&&J.e(b.id,s.id)&&J.e(b.k1,s.k1)&&J.e(b.k2,s.k2)&&J.e(b.k3,s.k3)&&b.k4==s.k4&&J.e(b.ok,s.ok)&&J.e(b.p2,s.p2)&&J.e(b.p3,s.p3)}} +A.Lq.prototype={} +A.u1.prototype={ +gq(a){return J.p(this.e)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.u1&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.y,s.y)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.LA.prototype={} +A.u2.prototype={ +gq(a){var s=this +return A.D(s.gag(s),s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.u2&&J.e(b.gag(b),s.gag(s))&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}, +gag(a){return this.a}} +A.LE.prototype={} +A.ub.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.ub&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&b.w==s.w}} +A.LN.prototype={} +A.uc.prototype={ +gq(a){return A.D(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,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.uc)if(J.e(b.a,r.a))s=J.e(b.c,r.c) +else s=!1 +else s=!1 +return s}} +A.LO.prototype={} +A.DT.prototype={ +zn(a){var s=null +A.ao(a) +A.ao(a) +return new A.LT(a,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.af,!0,B.a8,s)}, +BM(a){var s +a.ah(t.dq) +s=A.ao(a) +return s.I.a}} +A.yZ.prototype={ +Y(a){if(a.p(0,B.t))return this.b +return this.a}} +A.LS.prototype={ +Y(a){var s +if(a.p(0,B.I)){s=this.a.a +return A.W(61,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=this.a.a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=this.a.a +return A.W(61,s>>>16&255,s>>>8&255,s&255)}return null}} +A.LQ.prototype={ +Y(a){var s=this +if(a.p(0,B.t))return 0 +if(a.p(0,B.I))return s.a+6 +if(a.p(0,B.L))return s.a+2 +if(a.p(0,B.N))return s.a+2 +return s.a}} +A.LR.prototype={ +Y(a){if(a.p(0,B.t))return this.b +return this.a}} +A.LT.prototype={ +giF(){var s,r=this,q=r.fr +if(q===$){s=A.ao(r.dy) +r.fr!==$&&A.au() +q=r.fr=s.ax}return q}, +gki(){return new A.bc(A.ao(this.dy).p3.as,t.wG)}, +gbS(a){return new A.br(new A.a8Q(this),t.T)}, +gcd(){return new A.br(new A.a8S(this),t.T)}, +gfW(){return new A.br(new A.a8U(this),t.T)}, +gc5(a){var s=this.giF().fy +if(s==null)s=B.k +return new A.bc(s,t.h9)}, +gcp(){var s=this.giF(),r=s.k3 +s=r==null?s.b:r +return new A.bc(s,t.h9)}, +gdd(a){return new A.br(new A.a8R(),t.pj)}, +gbZ(a){return new A.bc(A.aA5(this.dy),t.Ak)}, +gfU(){return B.qe}, +gfT(){return B.c7}, +gc0(a){return B.c6}, +gfV(){return new A.br(new A.a8T(),t.Y6)}, +gh4(){return A.ao(this.dy).z}, +gh1(){return A.ao(this.dy).e}, +gff(){return A.ao(this.dy).x}} +A.a8Q.prototype={ +$1(a){var s +if(a.p(0,B.t)){s=this.a.giF().db.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}return this.a.giF().cy}, +$S:5} +A.a8S.prototype={ +$1(a){var s +if(a.p(0,B.t)){s=this.a.giF().db.a +return A.W(97,s>>>16&255,s>>>8&255,s&255)}return this.a.giF().b}, +$S:5} +A.a8U.prototype={ +$1(a){var s +if(a.p(0,B.I)){s=this.a.giF().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.L)){s=this.a.giF().b +return A.W(20,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.N)){s=this.a.giF().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}return null}, +$S:81} +A.a8R.prototype={ +$1(a){if(a.p(0,B.t))return 0 +if(a.p(0,B.I))return 1 +if(a.p(0,B.L))return 3 +if(a.p(0,B.N))return 1 +return 1}, +$S:142} +A.a8T.prototype={ +$1(a){if(a.p(0,B.t))return B.b8 +return B.bO}, +$S:32} +A.Rk.prototype={} +A.Rl.prototype={} +A.Rm.prototype={} +A.Rn.prototype={} +A.uh.prototype={ +gq(a){return J.p(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.uh&&J.e(b.a,this.a)}} +A.LU.prototype={} +A.kj.prototype={} +A.ut.prototype={ +gq(a){var s=this +return A.D(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,null,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.ut&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&!0}} +A.M_.prototype={} +A.uy.prototype={ +gq(a){return J.p(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.uy&&J.e(b.a,this.a)}} +A.M3.prototype={} +A.uA.prototype={ +bO(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.a8E.prototype={ +i(a){return""}} +A.M9.prototype={ +F(){return"_FloatingActionButtonType."+this.b}} +A.El.prototype={ +S(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.aA,a2=this.k1,a3=new A.a8Y(a5,a2,!0,a,a,a,a,a,6,6,8,a,6,a,!0,a,B.xG,B.xF,B.xH,B.xI,8,a,a,a),a4=a1.a +if(a4==null)a4=a3.gcd() +s=a1.b +if(s==null)s=a3.gbS(a3) +r=a1.c +if(r==null)r=a3.gpF() +q=a1.d +if(q==null)q=a3.gpN() +p=a1.e +if(p==null)p=a3.gnM() +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.gdU() +n.toString +h=n}n=a1.cy +if(n==null){n=a3.gpA() +n.toString}g=n.i9(a4) +f=a1.z +if(f==null){n=a3.gc0(a3) +n.toString +f=n}n=this.c +e=A.EX(n,new A.cA(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.gpz() +a2=A.a([],t.F) +a2.push(n) +e=new A.KU(new A.dP(c,A.nB(a2,B.aK,B.ah,B.q5),a),a) +break +default:d=a}b=A.afD(new A.ww(this.z,new A.LP(a,a1.db),g,s,r,q,p,o,l,m,j,k,d,f,e,a0.e,a,!1,B.M,i,a),B.z1) +return new A.FN(b,a)}} +A.LP.prototype={ +Y(a){var s=A.n6(this.a,a,t.WV) +if(s==null)s=null +return s==null?B.k0.Y(a):s}, +gpg(){return"MaterialStateMouseCursor(FloatActionButton)"}} +A.KU.prototype={ +aq(a){var s=a.ah(t.I) +s.toString +s=new A.ON(B.a8,s.w,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){var s=a.ah(t.I) +s.toString +b.sbQ(s.w)}} +A.ON.prototype={ +c3(a){var s,r=this.fr$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.jk(B.bs) +return new A.Q(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.Q(A.N(1/0,q,p),A.N(1/0,o,n))}, +bC(){var s=this,r=t.k.a(A.B.prototype.ga_.call(s)),q=s.fr$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.c8(B.bs,!0) +q=s.fr$ +q=Math.max(p,Math.min(o,q.gA(q).a)) +o=s.fr$ +s.id=new A.Q(q,Math.max(n,Math.min(m,o.gA(o).b))) +s.Jo()}else s.id=new A.Q(A.N(1/0,p,o),A.N(1/0,n,m))}} +A.a8Y.prototype={ +go4(){var s,r=this,q=r.fx +if(q===$){s=A.ao(r.dx) +r.fx!==$&&A.au() +q=r.fx=s.ax}return q}, +gcd(){var s=this.go4(),r=s.e +return r==null?s.c:r}, +gbS(a){var s=this.go4(),r=s.d +return r==null?s.b:r}, +gnM(){var s=this.go4(),r=s.e +s=(r==null?s.c:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}, +gpF(){var s=this.go4(),r=s.e +s=(r==null?s.c:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}, +gpN(){var s=this.go4(),r=s.e +s=(r==null?s.c:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}, +gc0(a){switch(this.dy.a){case 0:return B.vd +case 1:return B.JC +case 2:return B.JD +case 3:return B.vd}}, +gdU(){switch(this.dy.a){case 0:return 24 +case 1:return 24 +case 2:return 36 +case 3:return 24}}, +gpz(){return new A.f6(this.fr&&this.dy===B.Rv?16:20,0,20,0)}, +gpA(){var s,r=this,q=r.fy +if(q===$){s=A.ao(r.dx) +r.fy!==$&&A.au() +q=r.fy=s.p3}return q.as}} +A.WL.prototype={ +i(a){return"FloatingActionButtonLocation"}} +A.a4q.prototype={ +a7a(){return!1}, +Cl(a){var s=this.a7a()?4:0 +return new A.q(this.OW(a,s),this.OX(a,s))}} +A.Wy.prototype={ +OX(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.Wx.prototype={ +OW(a,b){switch(a.y.a){case 0:return 16+a.e.a-b +case 1:return A.awH(a,b)}}} +A.a8V.prototype={ +i(a){return"FloatingActionButtonLocation.endFloat"}} +A.WK.prototype={ +i(a){return"FloatingActionButtonAnimator"}} +A.abH.prototype={ +OV(a,b,c){if(c<0.5)return a +else return b}} +A.yq.prototype={ +gm(a){var s=this,r=s.w.x +r===$&&A.b() +if(r>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +return s}if(a.p(0,B.L)){s=q.c +r=q.a +s=r==null?p:A.W(20,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +return s}if(a.p(0,B.N)){s=q.b +r=q.a +s=r==null?p:A.W(31,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +return s}}if(a.p(0,B.I)){s=q.d +r=q.a +s=r==null?p:A.W(31,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +return s}if(a.p(0,B.L)){s=q.c +r=q.a +s=r==null?p:A.W(20,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +return s}if(a.p(0,B.N)){s=q.b +r=q.a +s=r==null?p:A.W(20,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +return s}return p}, +i(a){return"{hovered: "+A.h(this.c)+", focused: "+A.h(this.b)+", pressed: "+A.h(this.d)+", otherwise: null}"}} +A.My.prototype={ +Y(a){if(a.p(0,B.t))return this.b +return this.a}} +A.MA.prototype={ +gak(){var s,r=this,q=r.fx +if(q===$){s=A.ao(r.dy) +r.fx!==$&&A.au() +q=r.fx=s.ax}return q}, +gbS(a){return B.HK}, +gcd(){return new A.br(new A.a9z(this),t.T)}, +gfW(){return new A.br(new A.a9B(this),t.T)}, +gdd(a){return B.d4}, +gc5(a){return B.aE}, +gcp(){return B.aE}, +gbZ(a){return B.et}, +gfU(){return B.es}, +gfT(){return B.c7}, +gdU(){return B.er}, +ghb(){return null}, +gc0(a){return B.c6}, +gfV(){return new A.br(new A.a9A(),t.Y6)}, +gh4(){return B.cn}, +gh1(){return A.ao(this.dy).e}, +gff(){return A.ao(this.dy).x}} +A.a9z.prototype={ +$1(a){var s,r +if(a.p(0,B.t)){s=this.a.gak().db.a +return A.W(97,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.a4))return this.a.gak().b +s=this.a.gak() +r=s.dy +return r==null?s.db:r}, +$S:5} +A.a9B.prototype={ +$1(a){var s,r,q=this +if(a.p(0,B.a4)){if(a.p(0,B.I)){s=q.a.gak().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.L)){s=q.a.gak().b +return A.W(20,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.N)){s=q.a.gak().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}}if(a.p(0,B.I)){s=q.a.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=q.a.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=q.a.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}return B.H}, +$S:5} +A.a9A.prototype={ +$1(a){if(a.p(0,B.t))return B.b8 +return B.bO}, +$S:32} +A.M4.prototype={ +gak(){var s,r=this,q=r.fx +if(q===$){s=A.ao(r.dy) +r.fx!==$&&A.au() +q=r.fx=s.ax}return q}, +gbS(a){return new A.br(new A.a8Z(this),t.T)}, +gcd(){return new A.br(new A.a9_(this),t.T)}, +gfW(){return new A.br(new A.a91(this),t.T)}, +gdd(a){return B.d4}, +gc5(a){return B.aE}, +gcp(){return B.aE}, +gbZ(a){return B.et}, +gfU(){return B.es}, +gfT(){return B.c7}, +gdU(){return B.er}, +ghb(){return null}, +gc0(a){return B.c6}, +gfV(){return new A.br(new A.a90(),t.Y6)}, +gh4(){return B.cn}, +gh1(){return A.ao(this.dy).e}, +gff(){return A.ao(this.dy).x}} +A.a8Z.prototype={ +$1(a){var s,r +if(a.p(0,B.t)){s=this.a.gak().db.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.a4))return this.a.gak().b +s=this.a +if(s.fr){s=s.gak() +r=s.dx +return r==null?s.cy:r}return s.gak().b}, +$S:5} +A.a9_.prototype={ +$1(a){var s +if(a.p(0,B.t)){s=this.a.gak().db.a +return A.W(97,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.a4))return this.a.gak().c +s=this.a +if(s.fr)return s.gak().b +return s.gak().c}, +$S:5} +A.a91.prototype={ +$1(a){var s,r=this +if(a.p(0,B.a4)){if(a.p(0,B.I)){s=r.a.gak().c.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=r.a.gak().c.a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=r.a.gak().c.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}}s=r.a +if(s.fr){if(a.p(0,B.I)){s=s.gak().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.L)){s=s.gak().b +return A.W(20,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.N)){s=s.gak().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}}if(a.p(0,B.I)){s=s.gak().c.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=s.gak().c.a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=s.gak().c.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}return B.H}, +$S:5} +A.a90.prototype={ +$1(a){if(a.p(0,B.t))return B.b8 +return B.bO}, +$S:32} +A.M5.prototype={ +gak(){var s,r=this,q=r.fx +if(q===$){s=A.ao(r.dy) +r.fx!==$&&A.au() +q=r.fx=s.ax}return q}, +gbS(a){return new A.br(new A.a92(this),t.T)}, +gcd(){return new A.br(new A.a93(this),t.T)}, +gfW(){return new A.br(new A.a95(this),t.T)}, +gdd(a){return B.d4}, +gc5(a){return B.aE}, +gcp(){return B.aE}, +gbZ(a){return B.et}, +gfU(){return B.es}, +gfT(){return B.c7}, +gdU(){return B.er}, +ghb(){return null}, +gc0(a){return B.c6}, +gfV(){return new A.br(new A.a94(),t.Y6)}, +gh4(){return B.cn}, +gh1(){return A.ao(this.dy).e}, +gff(){return A.ao(this.dy).x}} +A.a92.prototype={ +$1(a){var s,r +if(a.p(0,B.t)){s=this.a.gak().db.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.a4)){s=this.a.gak() +r=s.w +return r==null?s.f:r}s=this.a +if(s.fr){s=s.gak() +r=s.dx +return r==null?s.cy:r}s=s.gak() +r=s.w +return r==null?s.f:r}, +$S:5} +A.a93.prototype={ +$1(a){var s,r +if(a.p(0,B.t)){s=this.a.gak().db.a +return A.W(97,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.a4)){s=this.a.gak() +r=s.x +return r==null?s.r:r}s=this.a +if(s.fr){s=s.gak() +r=s.dy +return r==null?s.db:r}s=s.gak() +r=s.x +return r==null?s.r:r}, +$S:5} +A.a95.prototype={ +$1(a){var s,r,q=this +if(a.p(0,B.a4)){if(a.p(0,B.I)){s=q.a.gak() +r=s.x +s=(r==null?s.r:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=q.a.gak() +r=s.x +s=(r==null?s.r:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=q.a.gak() +r=s.x +s=(r==null?s.r:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}}s=q.a +if(s.fr){if(a.p(0,B.I)){s=s.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=s.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=s.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}}if(a.p(0,B.I)){s=s.gak() +r=s.x +s=(r==null?s.r:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=s.gak() +r=s.x +s=(r==null?s.r:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=s.gak() +r=s.x +s=(r==null?s.r:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}return B.H}, +$S:5} +A.a94.prototype={ +$1(a){if(a.p(0,B.t))return B.b8 +return B.bO}, +$S:32} +A.NH.prototype={ +gak(){var s,r=this,q=r.fx +if(q===$){s=A.ao(r.dy) +r.fx!==$&&A.au() +q=r.fx=s.ax}return q}, +gbS(a){return new A.br(new A.aaH(this),t.T)}, +gcd(){return new A.br(new A.aaI(this),t.T)}, +gfW(){return new A.br(new A.aaK(this),t.T)}, +gdd(a){return B.d4}, +gc5(a){return B.aE}, +gcp(){return B.aE}, +gbZ(a){return B.et}, +gfU(){return B.es}, +gfT(){return B.c7}, +gdU(){return B.er}, +ghb(){return new A.br(new A.aaL(this),t.Sq)}, +gc0(a){return B.c6}, +gfV(){return new A.br(new A.aaJ(),t.Y6)}, +gh4(){return B.cn}, +gh1(){return A.ao(this.dy).e}, +gff(){return A.ao(this.dy).x}} +A.aaH.prototype={ +$1(a){var s,r +if(a.p(0,B.t)){if(a.p(0,B.a4)){s=this.a.gak().db.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}return B.H}if(a.p(0,B.a4)){s=this.a.gak() +r=s.id +return r==null?s.db:r}return B.H}, +$S:5} +A.aaI.prototype={ +$1(a){var s,r +if(a.p(0,B.t)){s=this.a.gak().db.a +return A.W(97,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.a4)){s=this.a.gak() +r=s.k1 +return r==null?s.cy:r}s=this.a.gak() +r=s.dy +return r==null?s.db:r}, +$S:5} +A.aaK.prototype={ +$1(a){var s,r,q=this +if(a.p(0,B.a4)){if(a.p(0,B.I)){s=q.a.gak() +r=s.k1 +s=(r==null?s.cy:r).a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=q.a.gak() +r=s.k1 +s=(r==null?s.cy:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=q.a.gak() +r=s.k1 +s=(r==null?s.cy:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}}if(a.p(0,B.I)){s=q.a.gak().db.a +return A.W(31,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.L)){s=q.a.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}if(a.p(0,B.N)){s=q.a.gak() +r=s.dy +s=(r==null?s.db:r).a +return A.W(20,s>>>16&255,s>>>8&255,s&255)}return B.H}, +$S:5} +A.aaL.prototype={ +$1(a){var s,r +if(a.p(0,B.a4))return null +else{if(a.p(0,B.t)){s=this.a.gak().db.a +return new A.bx(A.W(31,s>>>16&255,s>>>8&255,s&255),1,B.J,-1)}s=this.a.gak() +r=s.fr +return new A.bx(r==null?s.cx:r,1,B.J,-1)}}, +$S:176} +A.aaJ.prototype={ +$1(a){if(a.p(0,B.t))return B.b8 +return B.bO}, +$S:32} +A.Rt.prototype={} +A.mP.prototype={ +gq(a){return J.p(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.mP&&J.e(b.a,this.a)}} +A.uR.prototype={ +bO(a){return!this.w.j(0,a.w)}} +A.MC.prototype={} +A.l0.prototype={ +WT(a){var s +if(a===B.E&&!this.CW){s=this.ch +s===$&&A.b() +s.l() +this.kv()}}, +l(){var s=this.ch +s===$&&A.b() +s.l() +this.kv()}, +GF(a,b,c){var s,r,q=this +a.bq(0) +s=q.f +if(s!=null)a.fC(0,s.h7(b,q.ax)) +switch(q.z.a){case 1:s=b.gaM() +r=q.Q +a.ia(s,r==null?35:r,c) +break +case 0:s=q.as +if(!s.j(0,B.a9))a.dc(A.a1b(b,s.c,s.d,s.a,s.b),c) +else a.ct(b,c) +break}a.aW(0)}, +ML(a,b){var s,r,q,p=this,o=$.af().b4(),n=p.e,m=p.ay +m===$&&A.b() +s=m.a +o.sag(0,A.W(m.b.a9(0,s.gm(s)),n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)) +r=A.a_4(b) +n=p.at +if(n!=null)q=n.$0() +else{n=p.b +n=n.gA(n) +q=new A.C(0,0,0+n.a,0+n.b)}if(r==null){a.bq(0) +a.a9(0,b.a) +p.GF(a,q,o) +a.aW(0)}else p.GF(a,q.cK(r),o)}} +A.ad7.prototype={ +$0(){var s=this.a +s=s.gA(s) +return new A.C(0,0,0+s.a,0+s.b)}, +$S:177} +A.a9R.prototype={ +a3I(a,b,c,d,e,f,g,a0,a1,a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(a1==null){if(a2!=null){s=a2.$0() +r=new A.Q(s.c-s.a,s.d-s.b)}else r=a3.gA(a3) +s=Math.max(r.a2v(0,B.h).gdQ(),new A.q(0+r.a,0).a3(0,new A.q(0,0+r.b)).gdQ())/2}else s=a1 +q=new A.uY(a0,B.a9,s,A.azs(a3,d,a2),a4,c,f,e,a3,g) +p=e.D +o=A.ef(h,B.fX,h,h,p) +n=e.gf9() +o.bm() +m=o.cc$ +m.b=!0 +m.a.push(n) +o.dS(0) +q.cx=o +m=c.gm(c) +l=t.ve +k=t.gD +q.CW=new A.b9(l.a(o),new A.mS(0,m>>>24&255),k.h("b9")) +m=A.ef(h,B.fU,h,h,p) +m.bm() +o=m.cc$ +o.b=!0 +o.a.push(n) +m.dS(0) +q.ch=m +o=t.H7 +j=$.apt() +i=o.h("i0") +q.ay=new A.b9(l.a(m),new A.i0(j,new A.aW(s*0.3,s+5,o),i),i.h("b9")) +p=A.ef(h,B.kG,h,h,p) +p.bm() +i=p.cc$ +i.b=!0 +i.a.push(n) +p.bm() +n=p.bU$ +n.b=!0 +n.a.push(q.gYA()) +q.db=p +n=c.gm(c) +i=$.apu() +k=k.h("i0") +q.cy=new A.b9(l.a(p),new A.i0(i,new A.mS(n>>>24&255,0),k),k.h("b9")) +e.Jb(q) +return q}} +A.uY.prototype={ +tG(a){var s=this.ch +s===$&&A.b() +s.e=B.CQ +s.dS(0) +s=this.cx +s===$&&A.b() +s.dS(0) +s=this.db +s===$&&A.b() +s.z=B.aq +s.kz(1,B.ak,B.kG)}, +bt(a){var s,r=this,q=r.cx +q===$&&A.b() +q.hV(0) +q=r.cx.x +q===$&&A.b() +s=1-q +q=r.db +q===$&&A.b() +q.sm(0,s) +if(s<1){q=r.db +q.z=B.aq +q.kz(1,B.ak,B.fX)}}, +YB(a){if(a===B.U)this.l()}, +l(){var s=this,r=s.ch +r===$&&A.b() +r.l() +r=s.cx +r===$&&A.b() +r.l() +r=s.db +r===$&&A.b() +r.l() +s.kv()}, +ML(a,b){var s,r,q,p,o,n,m=this,l=m.cx +l===$&&A.b() +l=l.r +if(l!=null&&l.a!=null){l=m.CW +l===$&&A.b() +s=l.a +r=l.b.a9(0,s.gm(s))}else{l=m.cy +l===$&&A.b() +s=l.a +r=l.b.a9(0,s.gm(s))}q=$.af().b4() +l=m.e +q.sag(0,A.W(r,l.gm(l)>>>16&255,l.gm(l)>>>8&255,l.gm(l)&255)) +l=m.at +if(l!=null)p=l.$0() +else p=null +if(p!=null)s=p.gaM() +else{s=m.b +s=s.gA(s).iM(B.h)}o=m.ch +o===$&&A.b() +o=o.x +o===$&&A.b() +o=A.Gd(m.z,s,B.aL.a9(0,o)) +o.toString +s=m.ay +s===$&&A.b() +n=s.a +n=s.b.a9(0,n.gm(n)) +m.a8g(m.Q,a,o,l,m.f,q,n,m.ax,b)}} +A.mT.prototype={ +tG(a){}, +bt(a){}, +sag(a,b){if(b.j(0,this.e))return +this.e=b +this.a.ad()}, +szh(a){if(J.e(a,this.f))return +this.f=a +this.a.ad()}, +a8g(a,b,c,d,e,f,g,h,i){var s,r=A.a_4(i) +b.bq(0) +if(r==null)b.a9(0,i.a) +else b.ac(0,r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.fC(0,e.h7(s,h)) +else if(!a.j(0,B.a9))b.kT(A.a1b(s,a.c,a.d,a.a,a.b)) +else b.i6(s)}b.ia(c,g,f) +b.aW(0)}} +A.px.prototype={} +A.zI.prototype={ +bO(a){return this.f!==a.f}} +A.uX.prototype={ +P3(a){return null}, +S(a){var s=this,r=a.ah(t.sZ),q=r==null?null:r.f +return new A.zd(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.gP2(),s.ga3T(),s.p1,s.p2,null)}, +a3U(a){return!0}} +A.zd.prototype={ +ar(){return new A.zc(A.z(t.R9,t.Pr),new A.bt(A.a([],t.ML),t.yw),null,B.l)}} +A.lO.prototype={ +F(){return"_HighlightType."+this.b}} +A.zc.prototype={ +ga6v(){var s=this.r +s=s.gaD(s) +s=new A.b_(s,new A.a9P(),A.m(s).h("b_")) +return!s.gP(s)}, +AJ(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.AJ(this,s)}}, +a1G(a){var s=this,r=s.z +if(r!=null)r.bt(0) +s.z=null +r=s.c +r.toString +s.I_(r) +r=s.e +if(r!=null)r.tG(0) +s.e=null +r=s.a +if(r.id){r=s.c +r.toString +A.WC(r)}s.a.d.$0() +s.z=A.cd(B.aB,new A.a9L(s))}, +CS(a){var s=this.c +s.toString +this.I_(s) +this.LF()}, +PL(){return this.CS(null)}, +Aa(){this.ao(new A.a9O())}, +gcT(){var s=this.a.p4 +if(s==null){s=this.x +s.toString}return s}, +pO(){var s,r,q=this +if(q.a.p4==null)q.x=A.afT(null) +s=q.gcT() +r=q.a +r.toString +s.e0(0,B.t,!(q.eT(r)||q.eU(r))) +q.gcT().a0(0,q.glg())}, +aP(){var s,r,q +this.Tl() +this.pO() +s=this.gLC() +r=$.aG.I$.f.a.d.a +q=r.k(0,s) +r.n(0,s,(q==null?0:q)+1)}, +aO(a){var s,r,q,p,o=this +o.bs(a) +s=a.p4 +if(o.a.p4!=s){if(s!=null)s.M(0,o.glg()) +if(o.a.p4!=null){s=o.x +if(s!=null){s.fy$=$.aR() +s.fx$=0}o.x=null}o.pO()}s=o.a +if(s.cx!=a.cx||s.CW!==a.CW||!1){s=o.r +r=s.k(0,B.cp) +if(r!=null){q=r.ch +q===$&&A.b() +q.l() +r.kv() +o.C5(B.cp,!1,o.f)}p=s.k(0,B.wC) +if(p!=null){s=p.ch +s===$&&A.b() +s.l() +p.kv()}}if(!J.e(o.a.db,a.db))o.a16() +s=o.a +s.toString +s=o.eT(s)||o.eU(s) +if(s!==(o.eT(a)||o.eU(a))){s=o.gcT() +q=o.a +q.toString +s.e0(0,B.t,!(o.eT(q)||o.eU(q))) +s=o.a +s.toString +if(!(o.eT(s)||o.eU(s))){o.gcT().e0(0,B.I,!1) +r=o.r.k(0,B.cp) +if(r!=null){s=r.ch +s===$&&A.b() +s.l() +r.kv()}}o.C5(B.cp,!1,o.f)}o.C4()}, +l(){var s,r=this +$.aG.I$.f.a.d.v(0,r.gLC()) +r.gcT().M(0,r.glg()) +s=r.x +if(s!=null){s.fy$=$.aR() +s.fx$=0}s=r.z +if(s!=null)s.bt(0) +r.z=null +r.aR()}, +gvq(){if(!this.ga6v()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +OQ(a){switch(a.a){case 0:return B.af +case 1:case 2:this.a.toString +return B.CU}}, +C5(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.r,e=f.k(0,a),d=a.a +switch(d){case 0:h.gcT().e0(0,B.I,c) +break +case 1:if(b)h.gcT().e0(0,B.L,c) +break +case 2:break}if(a===B.bW){s=h.a.p1 +if(s!=null)s.AJ(h,c)}s=e==null +if(c===(!s&&e.CW))return +if(c)if(s){s=h.a.fx +if(s==null)r=g +else{q=h.gcT().a +r=s.a.$1(q)}if(r==null){s=h.c +s.toString +p=A.ao(s) +switch(d){case 0:r=h.a.fr +if(r==null)r=p.cy +break +case 2:r=h.a.dx +if(r==null)r=p.cx +break +case 1:r=h.a.dy +if(r==null)r=p.dx +break}}s=h.c.gW() +s.toString +t.x.a(s) +q=h.c +q.toString +q=A.akb(q,t.zd) +q.toString +o=h.a +o.toString +o=h.eT(o)||h.eU(o)?r:A.W(0,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +n=h.a +m=n.CW +l=n.cx +k=n.db +n=n.p2.$1(s) +j=h.c.ah(t.I) +j.toString +i=h.OQ(a) +s=new A.l0(m,l,B.a9,n,j.w,o,k,q,s,new A.a9Q(h,a)) +i=A.ef(g,i,g,g,q.D) +i.bm() +o=i.cc$ +o.b=!0 +o.a.push(q.gf9()) +i.bm() +o=i.bU$ +o.b=!0 +o.a.push(s.gWS()) +i.dS(0) +s.ch=i +o=s.e +o=o.gm(o) +s.ay=new A.b9(t.ve.a(i),new A.mS(0,o>>>24&255),t.gD.h("b9")) +q.Jb(s) +f.n(0,a,s) +h.qv()}else{e.CW=!0 +f=e.ch +f===$&&A.b() +f.dS(0)}else{e.CW=!1 +f=e.ch +f===$&&A.b() +f.hK(0)}switch(d){case 0:f=h.a.at +if(f!=null)f.$1(c) +break +case 1:if(b){f=h.a.ax +if(f!=null)f.$1(c)}break +case 2:break}}, +ji(a,b){return this.C5(a,!0,b)}, +a16(){var s,r,q,p=this +for(s=p.r,s=s.gaD(s),s=new A.d_(J.ap(s.a),s.b),r=A.m(s).z[1];s.t();){q=s.a +if(q==null)q=r.a(q) +if(q!=null)q.szh(p.a.db)}s=p.e +if(s!=null)s.szh(p.a.db) +s=p.d +if(s!=null&&s.a!==0)for(s=new A.lN(s,s.o6()),r=A.m(s).c;s.t();){q=s.d +if(q==null)q=r.a(q) +q.szh(p.a.db)}}, +Vu(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c +g.toString +g=A.akb(g,t.zd) +g.toString +s=i.c.gW() +s.toString +t.x.a(s) +r=s.lI(a) +q=i.a.fx +if(q==null)q=null +else{p=i.gcT().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.ah(t.I) +j.toString +return h.a=q.a3I(0,m,o,k,g,l,new A.a9K(h,i),r,p,n,s,j.w)}, +a5w(a){if(this.c==null)return +this.ao(new A.a9N(this))}, +ga0p(){var s,r=this,q=r.c +q.toString +q=A.d1(q,B.wF) +s=q==null?null:q.ch +switch((s==null?B.hH:s).a){case 0:q=r.a +q.toString +return(r.eT(q)||r.eU(q))&&r.Q +case 1:return r.Q}}, +C4(){var s,r=$.aG.I$.f.a.b +switch((r==null?A.Ms():r).a){case 0:s=!1 +break +case 1:s=this.ga0p() +break +default:s=null}this.ji(B.wC,s)}, +a5y(a){var s,r=this +r.Q=a +r.gcT().e0(0,B.N,a) +r.C4() +s=r.a.k2 +if(s!=null)s.$1(a)}, +Ly(a){if(this.y.a.length!==0)return +this.a0F(a)}, +a6c(a){this.Ly(a) +this.a.toString}, +a6e(a){this.a.toString}, +a61(a){this.Ly(a) +this.a.toString}, +a63(a){this.a.toString}, +I0(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gW() +s.toString +t.x.a(s) +r=s.gA(s) +r=new A.C(0,0,0+r.a,0+r.b).gaM() +q=A.cC(s.bz(0,null),r)}else q=b.a +o.gcT().e0(0,B.I,!0) +p=o.Vu(q) +s=o.d;(s==null?o.d=A.cQ(t.nQ):s).B(0,p) +s=o.e +if(s!=null)s.bt(0) +o.e=p +o.qv() +o.ji(B.bW,!0)}, +I_(a){return this.I0(a,null)}, +a0F(a){return this.I0(null,a)}, +LF(){var s=this,r=s.e +if(r!=null)r.tG(0) +s.e=null +s.ji(B.bW,!1) +r=s.a +if(r.id){r=s.c +r.toString +A.WC(r)}s.a.d.$0()}, +a6a(){var s=this,r=s.e +if(r!=null)r.bt(0) +s.e=null +s.a.toString +s.ji(B.bW,!1)}, +a5Y(){var s=this,r=s.e +if(r!=null)r.tG(0) +s.e=null +s.ji(B.bW,!1) +s.a.toString}, +a6_(){var s=this,r=s.e +if(r!=null)r.bt(0) +s.e=null +s.a.toString +s.ji(B.bW,!1)}, +cW(){var s,r,q,p,o,n,m,l=this,k=l.d +if(k!=null){l.d=null +for(k=new A.lN(k,k.o6()),s=A.m(k).c;k.t();){r=k.d;(r==null?s.a(r):r).l()}l.e=null}for(k=l.r,s=A.jG(k,k.r);s.t();){r=s.d +q=k.k(0,r) +if(q!=null){p=q.ch +p===$&&A.b() +p.r.l() +p.r=null +o=p.bU$ +o.b=!1 +B.b.O(o.a) +n=o.c +if(n===$){m=A.cQ(o.$ti.c) +o.c!==$&&A.au() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.cc$ +o.b=!1 +B.b.O(o.a) +n=o.c +if(n===$){m=A.cQ(o.$ti.c) +o.c!==$&&A.au() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.w3() +q.kv()}k.n(0,r,null)}k=l.a.p1 +if(k!=null)k.AJ(l,!1) +l.Tk()}, +eT(a){return!0}, +eU(a){return!1}, +a5K(a){var s=this,r=s.f=!0,q=s.a +q.toString +if(!s.eT(q)?s.eU(q):r)s.ji(B.cp,s.f)}, +a5M(a){this.f=!1 +this.ji(B.cp,!1)}, +gUz(){var s,r=this,q=r.c +q.toString +q=A.d1(q,B.wF) +s=q==null?null:q.ch +switch((s==null?B.hH:s).a){case 0:q=r.a +q.toString +return(r.eT(q)||r.eU(q))&&r.a.ok +case 1:return!0}}, +S(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.D4(a) +s=new A.a9M(e,a) +for(r=e.r,q=A.jG(r,r.r);q.t();){p=q.d +o=r.k(0,p) +if(o!=null)o.sag(0,s.$1(p))}r=e.e +if(r!=null){q=e.a.fx +if(q==null)q=d +else{p=e.gcT().a +p=q.a.$1(p) +q=p}if(q==null)q=e.a.fy +r.sag(0,q==null?A.ao(a).k3:q)}r=e.a.ay +if(r==null)r=B.k0 +n=A.n6(r,e.gcT().a,t.Pb) +m=e.w +if(m===$){r=e.ga1F() +q=t.ot +p=t.wS +l=A.aU([B.PW,new A.mg(r,new A.bt(A.a([],q),p),t.wY),B.PX,new A.mg(r,new A.bt(A.a([],q),p),t.nz)],t.A,t.od) +e.w!==$&&A.au() +e.w=l +m=l}r=e.a.k4 +q=e.gUz() +p=e.a +p.toString +p=e.eT(p)?e.ga6b():d +o=e.a +o.toString +o=e.eT(o)?e.ga6d():d +k=e.a +k.toString +k=e.eT(k)?e.ga68():d +j=e.a +j.toString +j=e.eT(j)?e.ga69():d +i=e.a +i.toString +i=e.eU(i)?e.ga60():d +h=e.a +h.toString +h=e.eU(h)?e.ga62():d +g=e.a +g.toString +g=e.eU(g)?e.ga5X():d +f=e.a +f.toString +f=e.eU(f)?e.ga5Z():d +return new A.zI(e,A.SV(m,A.Eq(!1,q,A.a_l(A.asY(A.e2(d,A.XA(B.ag,e.a.c,B.aM,!0,d,d,d,d,d,d,d,d,d,d,g,f,i,h,k,j,p,o),!1,d,!1,d,d,d,d,d,d,d,d,e.gPK(),d,d,d,d,d,d,d),n),n,e.ga5J(),e.ga5L(),d),d,d,d,r,!0,d,e.ga5x(),d,d,d,d)),d)}, +$iagL:1} +A.a9P.prototype={ +$1(a){return a!=null}, +$S:187} +A.a9L.prototype={ +$0(){this.a.ji(B.bW,!1)}, +$S:0} +A.a9O.prototype={ +$0(){}, +$S:0} +A.a9Q.prototype={ +$0(){var s=this.a +s.r.n(0,this.b,null) +s.qv()}, +$S:0} +A.a9K.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.qv()}}, +$S:0} +A.a9N.prototype={ +$0(){this.a.C4()}, +$S:0} +A.a9M.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.KG) +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.KC) +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.Kw) +s=r==null?s.a.dy:r +return s==null?p.dx:s}}, +$S:188} +A.F5.prototype={} +A.B6.prototype={ +aP(){this.bk() +if(this.gvq())this.rk()}, +cW(){var s=this.ie$ +if(s!=null){s.aj() +s.e5() +this.ie$=null}this.r3()}} +A.WM.prototype={ +F(){return"FloatingLabelBehavior."+this.b}} +A.Em.prototype={ +gq(a){return B.f.gq(-1)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.Em&&!0}, +i(a){return A.atV(-1)}} +A.F6.prototype={ +gq(a){var s=null +return A.D(s,s,s,s,s,s,s,B.Da,B.fz,!1,s,!1,s,s,s,s,s,s,!1,A.D(s,s,s,s,s,s,s,s,s,s,s,!1,s,s,B.a,B.a,B.a,B.a,B.a,B.a))}, +j(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +if(b instanceof A.F6)if(B.fz.j(0,B.fz))s=!0 +else s=!1 +else s=!1 +return s}} +A.MI.prototype={} +A.vh.prototype={ +gq(a){var s=this +return A.D(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,B.a)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.vh)if(J.e(b.b,r.b))if(b.c==r.c)if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.r,r.r))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(J.e(b.f,r.f))if(J.e(b.y,r.y))if(J.e(b.z,r.z))if(J.e(b.Q,r.Q))if(b.as==r.as)if(b.at==r.at)if(b.ax==r.ax)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.N1.prototype={} +A.lc.prototype={ +F(){return"MaterialType."+this.b}} +A.vu.prototype={ +ar(){return new A.N8(new A.cb("ink renderer",t.re),null,null,B.l)}} +A.N8.prototype={ +Wx(a){var s=A.ao(a),r=this.a,q=r.f +if(q==null)switch(r.d.a){case 0:q=s.as +break +case 1:q=s.at +break +case 3:case 2:case 4:break}return q}, +S(a){var s,r,q,p,o,n,m,l=this,k=null,j=A.ao(a),i=l.Wx(a),h=l.a,g=h.r +if(g==null){s=j.ax.fy +if(s==null)s=B.k +g=s}r=h.e +q=h.c +s=h.x +if(s==null){h=A.ao(a).p3.z +h.toString}else h=s +s=l.a +q=new A.t_(q,h,B.ak,s.as,k,k) +h=s +s=h.d +q=new A.cT(new A.aal(l),new A.MH(i,l,s!==B.ev,q,l.d),k,t.Tm) +if(s===B.eu&&h.y==null&&!0){A.ao(a) +i.toString +h=l.a +p=A.ajs(i,h.w,h.e) +h=l.a +s=h.as +return new A.t1(q,B.b1,h.Q,r,p,!1,g,B.c2,s,k,k)}o=l.WN() +h=l.a +if(h.d===B.ev)return A.asw(new A.Aj(q,o,!0,k),h.Q,new A.nM(o,A.dW(a))) +s=h.as +n=h.Q +m=h.e +i.toString +return new A.zm(q,o,!0,n,m,i,g,h.w,B.c2,s,k,k)}, +WN(){var s=this.a,r=s.y +if(r!=null)return r +s=s.d +switch(s.a){case 0:case 4:return B.JB +case 1:case 3:s=B.Hy.k(0,s) +s.toString +return new A.cs(s,B.r) +case 2:return B.zf}}} +A.aal.prototype={ +$1(a){var s,r=$.aG.I$.z.k(0,this.a.d).gW() +r.toString +t.zd.a(r) +s=r.bh +s=s==null?null:s.length!==0 +if(s===!0)r.ad() +return!1}, +$S:189} +A.zS.prototype={ +Jb(a){var s=this.bh;(s==null?this.bh=A.a([],t.VB):s).push(a) +this.ad()}, +hw(a){return this.af}, +aC(a,b){var s,r,q,p,o,n=this,m=n.bh +if(m!=null&&m.length!==0){s=a.gb3(a) +s.bq(0) +s.ac(0,b.a,b.b) +r=n.gA(n) +s.i6(new A.C(0,0,0+r.a,0+r.b)) +for(r=m.length,q=0;q#"+A.b7(this)}} +A.nN.prototype={ +dY(a){return A.cW(this.a,this.b,a)}} +A.zm.prototype={ +ar(){return new A.N5(null,null,B.l)}} +A.N5.prototype={ +pH(a){var s,r,q=this +q.CW=t.ir.a(a.$3(q.CW,q.a.z,new A.aa6())) +s=q.a +r=t.YJ +s=r.a(a.$3(q.cy,s.as,new A.aa7())) +q.cy=s +s=q.a.at +q.cx=s!=null?r.a(a.$3(q.cx,s,new A.aa8())):null +q.db=t.TZ.a(a.$3(q.db,q.a.w,new A.aa9()))}, +S(a){var s,r,q,p,o,n,m=this,l=null,k=m.db +k.toString +s=m.gfk() +s=k.a9(0,s.gm(s)) +s.toString +k=m.CW +k.toString +r=m.gfk() +q=k.a9(0,r.gm(r)) +A.ao(a) +k=m.a.Q +r=m.cx +if(r==null)r=l +else{p=m.gfk() +p=r.a9(0,p.gm(p)) +r=p}o=A.ajs(k,r,q) +m.a.toString +k=m.cy +if(k==null)n=l +else{r=m.gfk() +r=k.a9(0,r.gm(r)) +n=r}if(n==null)n=B.H +k=A.dW(a) +r=m.a +return new A.GQ(new A.nM(s,k),r.y,q,o,n,new A.Aj(r.r,s,!0,l),l)}} +A.aa6.prototype={ +$1(a){return new A.aW(A.acL(a),null,t.H7)}, +$S:137} +A.aa7.prototype={ +$1(a){return new A.il(t.n8.a(a),null)}, +$S:50} +A.aa8.prototype={ +$1(a){return new A.il(t.n8.a(a),null)}, +$S:50} +A.aa9.prototype={ +$1(a){return new A.nN(t.RY.a(a),null)}, +$S:192} +A.Aj.prototype={ +S(a){var s=A.dW(a) +return A.afa(this.c,new A.Pz(this.d,s,null),null,null)}} +A.Pz.prototype={ +aC(a,b){this.b.io(a,new A.C(0,0,0+b.a,0+b.b),this.c)}, +kt(a){return!a.b.j(0,this.b)}} +A.Rv.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.N6.prototype={ +Aw(a){return a.gng(a)==="en"}, +il(a,b){return new A.bO(B.xZ,t.az)}, +vX(a){return!1}, +i(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +A.Dv.prototype={$ivx:1} +A.cc.prototype={ +F(){return"MaterialState."+this.b}} +A.FD.prototype={ +tL(a){return this.Y(A.aE(t.ui)).tL(a)}, +$ib5:1} +A.LW.prototype={ +Y(a){if(a.p(0,B.t))return B.b8 +return B.bO}, +gpg(){return"MaterialStateMouseCursor(clickable)"}} +A.b5.prototype={} +A.zf.prototype={ +Y(a){var s,r=this,q=r.a,p=q==null?null:q.Y(a) +q=r.b +s=q==null?null:q.Y(a) +return r.d.$3(p,s,r.c)}, +$ib5:1} +A.br.prototype={ +Y(a){return this.a.$1(a)}, +$ib5:1} +A.bc.prototype={ +Y(a){return this.a}, +i(a){var s="MaterialStatePropertyAll(",r=this.a +if(typeof r=="number")return s+A.i6(r)+")" +else return s+A.h(r)+")"}, +$ib5:1} +A.FE.prototype={ +e0(a,b,c){var s=this.a +if(c?J.eC(s,b):J.m6(s,b))this.aj()}} +A.FC.prototype={ +O2(a,b){return new A.a_2(this,a,b)}, +O1(a){return this.O2(a,null)}, +a1M(a){if(this.n1$.B(0,a))this.ao(new A.a_0())}, +vc(a){if(this.n1$.v(0,a))this.ao(new A.a_1())}} +A.a_2.prototype={ +$1(a){var s=this.a,r=this.b +if(s.n1$.p(0,r)===a)return +if(a)s.a1M(r) +else s.vc(r)}, +$S:29} +A.a_0.prototype={ +$0(){}, +$S:0} +A.a_1.prototype={ +$0(){}, +$S:0} +A.FL.prototype={} +A.vA.prototype={ +gq(a){return J.p(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.vA&&J.e(b.a,this.a)}} +A.Na.prototype={} +A.FM.prototype={ +gq(a){var s=this +return A.bm([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])}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.FM)if(b.a==r.a)if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(b.e==r.e)if(b.f==r.f)if(b.r==r.r)if(b.w==r.w)if(b.x===r.x)if(b.y==r.y)s=J.e(b.as,r.as) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.N_.prototype={ +Y(a){var s,r=this,q=r.a,p=q==null?null:q.Y(a) +q=r.b +s=q==null?null:q.Y(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a.a +return A.aw(new A.bx(A.W(0,q>>>16&255,q>>>8&255,q&255),0,B.J,-1),s,r.c)}if(s==null){q=p.a.a +return A.aw(p,new A.bx(A.W(0,q>>>16&255,q>>>8&255,q&255),0,B.J,-1),r.c)}return A.aw(p,s,r.c)}, +$ib5:1} +A.Nb.prototype={} +A.pL.prototype={ +gq(a){return J.p(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.pL&&J.e(b.a,this.a)}} +A.Nc.prototype={} +A.vO.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.vO&&b.a==s.a&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&b.w==s.w&&b.x==s.x&&!0}} +A.Np.prototype={} +A.vP.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.vP&&b.a==s.a&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&b.x==s.x&&b.y==s.y}} +A.Nq.prototype={} +A.vQ.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.vQ&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&b.r==s.r&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&b.Q==s.Q&&b.as==s.as}} +A.Nr.prototype={} +A.Gi.prototype={ +zn(a){var s=null +A.ao(a) +A.ao(a) +return new A.NF(a,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.af,!0,B.a8,s)}, +BM(a){var s +a.ah(t.BR) +s=A.ao(a) +return s.cO.a}} +A.zE.prototype={ +Y(a){if(a.p(0,B.t))return this.b +return this.a}} +A.NE.prototype={ +Y(a){var s +if(a.p(0,B.I)){s=this.a +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.L)){s=this.a +return A.W(10,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.N)){s=this.a +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}return null}} +A.ND.prototype={ +Y(a){if(a.p(0,B.t))return this.b +return this.a}} +A.NF.prototype={ +gkG(){var s,r=this,q=r.fr +if(q===$){s=A.ao(r.dy) +r.fr!==$&&A.au() +q=r.fr=s.ax}return q}, +gki(){return new A.bc(A.ao(this.dy).p3.as,t.wG)}, +gbS(a){return B.aE}, +gcd(){return new A.br(new A.aaD(this),t.T)}, +gfW(){return new A.br(new A.aaF(this),t.T)}, +gc5(a){return B.aE}, +gcp(){return B.aE}, +gdd(a){return B.d4}, +gbZ(a){return new A.bc(A.aA6(this.dy),t.Ak)}, +gfU(){return B.qe}, +gfT(){return B.c7}, +ghb(){return new A.br(new A.aaG(this),t.yI)}, +gc0(a){return B.c6}, +gfV(){return new A.br(new A.aaE(),t.Y6)}, +gh4(){return A.ao(this.dy).z}, +gh1(){return A.ao(this.dy).e}, +gff(){return A.ao(this.dy).x}} +A.aaD.prototype={ +$1(a){var s +if(a.p(0,B.t)){s=this.a.gkG().db.a +return A.W(97,s>>>16&255,s>>>8&255,s&255)}return this.a.gkG().b}, +$S:5} +A.aaF.prototype={ +$1(a){var s +if(a.p(0,B.I)){s=this.a.gkG().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.L)){s=this.a.gkG().b +return A.W(20,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.p(0,B.N)){s=this.a.gkG().b +return A.W(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}return null}, +$S:81} +A.aaG.prototype={ +$1(a){var s,r +if(a.p(0,B.t)){s=this.a.gkG().db.a +return new A.bx(A.W(31,s>>>16&255,s>>>8&255,s&255),1,B.J,-1)}s=this.a.gkG() +r=s.fr +return new A.bx(r==null?s.cx:r,1,B.J,-1)}, +$S:193} +A.aaE.prototype={ +$1(a){if(a.p(0,B.t))return B.b8 +return B.bO}, +$S:32} +A.RC.prototype={} +A.RD.prototype={} +A.RE.prototype={} +A.w_.prototype={ +gq(a){return J.p(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.w_&&J.e(b.a,this.a)}} +A.NG.prototype={} +A.hy.prototype={} +A.FB.prototype={} +A.zn.prototype={} +A.Rg.prototype={ +S(a){var s=this +return new A.p9(s.c,new A.acF(s),new A.acG(s),new A.p9(new A.hF(s.d,new A.bt(A.a([],t.W),t.Y),0),new A.acH(s),new A.acI(s),s.f,null),null)}} +A.acF.prototype={ +$3(a,b,c){return new A.lY(b,c,this.a.e&&!0,!1,null)}, +$C:"$3", +$R:3, +$S:136} +A.acG.prototype={ +$3(a,b,c){return new A.lZ(b,this.a.e,!0,c,null)}, +$C:"$3", +$R:3, +$S:135} +A.acH.prototype={ +$3(a,b,c){return new A.lY(b,c,this.a.e&&!0,!0,null)}, +$C:"$3", +$R:3, +$S:136} +A.acI.prototype={ +$3(a,b,c){return new A.lZ(b,this.a.e,!1,c,null)}, +$C:"$3", +$R:3, +$S:135} +A.lY.prototype={ +ar(){return new A.Re(new A.xA($.aR()),$,$,B.l)}} +A.Re.prototype={ +gC8(){return!1}, +oq(){var s,r=this,q=r.a,p=q.f +if(p)s=B.cA +else{s=$.aqe() +s=new A.b9(q.c,s,s.$ti.h("b9"))}r.iU$=s +p=p?$.aqf():$.aqg() +q=q.c +r.jS$=new A.b9(q,p,p.$ti.h("b9")) +q.a0(0,r.gnl()) +r.a.c.ez(r.gnk())}, +aP(){var s,r,q,p,o=this +o.oq() +s=o.a +r=s.f +q=o.iU$ +q===$&&A.b() +p=o.jS$ +p===$&&A.b() +o.d=A.amW(s.c,q,r,p) +o.bk()}, +aO(a){var s,r,q,p=this,o=p.a +if(a.f!==o.f||a.c!==o.c){o=a.c +o.M(0,p.gnl()) +o.cz(p.gnk()) +p.oq() +o=p.d +o===$&&A.b() +o.l() +o=p.a +s=o.f +r=p.iU$ +r===$&&A.b() +q=p.jS$ +q===$&&A.b() +p.d=A.amW(o.c,r,s,q)}p.bs(a)}, +l(){var s,r=this +r.a.c.M(0,r.gnl()) +r.a.c.cz(r.gnk()) +s=r.d +s===$&&A.b() +s.l() +r.Tv()}, +S(a){var s=this.d +s===$&&A.b() +return A.alu(!0,this.a.d,this.jR$,B.w1,s)}} +A.lZ.prototype={ +ar(){return new A.Rf(new A.xA($.aR()),$,$,B.l)}} +A.Rf.prototype={ +gC8(){return!1}, +oq(){var s,r=this,q=r.a,p=q.e +if(p){s=$.aqi() +s=new A.b9(q.c,s,s.$ti.h("b9"))}else s=B.cA +r.iU$=s +p=p?$.aqj():$.aqk() +q=q.c +r.jS$=new A.b9(q,p,p.$ti.h("b9")) +q.a0(0,r.gnl()) +r.a.c.ez(r.gnk())}, +aP(){var s,r,q,p,o=this +o.oq() +s=o.a +r=s.e +q=o.iU$ +q===$&&A.b() +p=o.jS$ +p===$&&A.b() +o.d=A.amX(s.c,q,r,p) +o.bk()}, +aO(a){var s,r,q,p=this,o=p.a +if(a.e!==o.e||a.c!==o.c){o=a.c +o.M(0,p.gnl()) +o.cz(p.gnk()) +p.oq() +o=p.d +o===$&&A.b() +o.l() +o=p.a +s=o.e +r=p.iU$ +r===$&&A.b() +q=p.jS$ +q===$&&A.b() +p.d=A.amX(o.c,r,s,q)}p.bs(a)}, +l(){var s,r=this +r.a.c.M(0,r.gnl()) +r.a.c.cz(r.gnk()) +s=r.d +s===$&&A.b() +s.l() +r.Tw()}, +S(a){var s=this.d +s===$&&A.b() +return A.alu(!0,this.a.f,this.jR$,B.w1,s)}} +A.jN.prototype={} +A.Kg.prototype={ +JO(a,b,c,d,e){return new A.Rg(c,d,!0,e,!0,null)}} +A.Dg.prototype={ +JO(a,b,c,d,e,f){return A.asM(a,b,c,d,e,f)}} +A.Gj.prototype={ +wp(a){var s=t.Tr +return A.a6(new A.ad(B.FG,new A.a0g(a),s),!0,s.h("aY.E"))}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +s=b instanceof A.Gj +if(s&&!0)return!0 +return s&&A.dy(r.wp(B.eo),r.wp(B.eo))}, +gq(a){return A.bm(this.wp(B.eo))}} +A.a0g.prototype={ +$1(a){return this.a.k(0,a)}, +$S:196} +A.rH.prototype={ +a83(){var s,r=this,q=r.jS$ +q===$&&A.b() +s=q.a +if(J.e(q.b.a9(0,s.gm(s)),1)){q=r.iU$ +q===$&&A.b() +if(!J.e(q.gm(q),0)){q=r.iU$ +q=J.e(q.gm(q),1)}else q=!0}else q=!1 +s=r.jR$ +if(q)s.str(!1) +else{r.gC8() +s.str(!1)}}, +a82(a){switch(a.a){case 0:case 3:this.jR$.str(!1) +break +case 1:case 2:this.gC8() +this.jR$.str(!1) +break}}} +A.B_.prototype={ +xT(a){this.aj()}, +VV(a,b,c){var s,r,q,p,o +if(!this.r){s=this.w +s=s.gaT(s)!==B.U}else s=!1 +if(s){s=this.w +s=$.aqh().a9(0,s.gm(s)) +s.toString +r=s}else r=0 +if(r>0){s=a.gb3(a) +q=b.a +p=b.b +o=$.af().b4() +o.sag(0,A.W(B.c.aX(255*r),0,0,0)) +s.ct(new A.C(q,p,q+c.a,p+c.b),o)}}, +uQ(a,b,c,d){var s,r,q=this,p=q.w +switch(p.gaT(p).a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}q.VV(a,b,c) +p=q.z +s=q.x +r=s.a +A.anM(p,s.b.a9(0,r.gm(r)),c) +r=q.as +r.saB(0,a.qe(!0,b,p,new A.acD(q,d),r.a))}, +l(){var s=this,r=s.w,q=s.gej() +r.M(0,q) +r.cz(s.gop()) +s.x.a.M(0,q) +s.y.M(0,q) +s.Q.saB(0,null) +s.as.saB(0,null) +s.e5()}, +kt(a){var s,r,q,p,o=this +if(a.r===o.r){s=a.w +r=o.w +if(J.e(s.gm(s),r.gm(r))){s=a.x +r=s.a +q=o.x +p=q.a +if(J.e(s.b.a9(0,r.gm(r)),q.b.a9(0,p.gm(p)))){s=a.y +r=o.y +r=!J.e(s.gm(s),r.gm(r)) +s=r}else s=!0}else s=!0}else s=!0 +return s}} +A.acD.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.y +r.saB(0,a.Bq(b,B.c.aX(s.gm(s)*255),this.b,r.a))}, +$S:8} +A.B0.prototype={ +xT(a){this.aj()}, +uQ(a,b,c,d){var s,r,q=this,p=q.y +switch(p.gaT(p).a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}p=q.z +s=q.w +r=s.a +A.anM(p,s.b.a9(0,r.gm(r)),c) +r=q.as +r.saB(0,a.qe(!0,b,p,new A.acE(q,d),r.a))}, +kt(a){var s,r,q,p +if(a.r===this.r){s=a.x +r=this.x +if(J.e(s.gm(s),r.gm(r))){s=a.w +r=s.a +q=this.w +p=q.a +p=!J.e(s.b.a9(0,r.gm(r)),q.b.a9(0,p.gm(p))) +s=p}else s=!0}else s=!0 +return s}, +l(){var s,r=this +r.Q.saB(0,null) +r.as.saB(0,null) +s=r.gej() +r.w.a.M(0,s) +r.x.M(0,s) +r.y.cz(r.gop()) +r.e5()}} +A.acE.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.x +r.saB(0,a.Bq(b,B.c.aX(s.gm(s)*255),this.b,r.a))}, +$S:8} +A.NM.prototype={} +A.Bc.prototype={ +l(){var s=this.jR$ +s.fy$=$.aR() +s.fx$=0 +this.aR()}} +A.Bd.prototype={ +l(){var s=this.jR$ +s.fy$=$.aR() +s.fx$=0 +this.aR()}} +A.wl.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.wl&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&b.r==s.r&&J.e(b.z,s.z)&&b.Q==s.Q}} +A.Op.prototype={} +A.wo.prototype={ +gq(a){var s=this +return A.D(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,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.wo&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)}} +A.Or.prototype={} +A.wr.prototype={ +gq(a){var s=this +return A.D(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,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.wr)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.Ov.prototype={} +A.eV.prototype={ +F(){return"_ScaffoldSlot."+this.b}} +A.wY.prototype={ +ar(){var s=null +return new A.Ih(A.jH(t.Np),A.jI(s,t.nY),A.jI(s,t.BL),s,s,B.l)}} +A.Ih.prototype={ +b5(){var s,r=this,q=r.c +q.toString +s=A.dq(q,B.wD,t.w).w.z +q=r.y +if(q===!0)if(!s){q=r.x +q=q!=null&&q.b==null}else q=!1 +else q=!1 +if(q)r.a6t(B.L8) +r.y=s +r.cU()}, +a6t(a){var s,r,q=this,p=null,o=q.r +if(o.b!==o.c){p.gaT(p) +s=!1}else s=!0 +if(s)return +r=o.gK(o).b +o=q.y +o.toString +if(o){p.sm(0,0) +r.dM(0,a)}else p.hK(0).ba(new A.a2I(q,r,a),t.H) +o=q.x +if(o!=null)o.bt(0) +q.x=null}, +S(a){var s,r,q=this +q.y=A.dq(a,B.wD,t.w).w.z +s=q.r +if(!s.gP(s)){r=A.a_g(a,t.X) +if(r==null||r.gnd())null.gaa5()}return new A.A4(q,q.a.c,null)}, +l(){var s=this.x +if(s!=null)s.bt(0) +this.x=null +this.ST()}} +A.a2I.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.dM(0,this.c)}, +$S:16} +A.A4.prototype={ +bO(a){return this.f!==a.f}} +A.a2J.prototype={} +A.Ig.prototype={ +a3z(a,b){var s=a==null?this.a:a +return new A.Ig(s,b==null?this.b:b)}} +A.Pi.prototype={ +IS(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.a3z(a,b) +s.aj()}, +IR(a){return this.IS(null,null,a)}, +a1s(a,b){return this.IS(a,b,null)}} +A.yv.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(!s.Qe(0,b))return!1 +return b instanceof A.yv&&b.r===s.r&&b.e===s.e&&b.f===s.f}, +gq(a){var s=this +return A.D(A.aX.prototype.gq.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.KH.prototype={ +S(a){return this.c}} +A.abF.prototype={ +uV(a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=A.af0(a8),a5=a8.a,a6=a4.BP(a5),a7=a8.b +if(a3.b.k(0,B.fb)!=null){s=a3.dX(B.fb,a6).b +a3.ek(B.fb,B.h) +r=s}else{r=0 +s=0}if(a3.b.k(0,B.j_)!=null){q=0+a3.dX(B.j_,a6).b +p=Math.max(0,a7-q) +a3.ek(B.j_,new A.q(0,p))}else{q=0 +p=null}if(a3.b.k(0,B.iZ)!=null){q+=a3.dX(B.iZ,new A.aX(0,a6.b,0,Math.max(0,a7-q-r))).b +a3.ek(B.iZ,new A.q(0,Math.max(0,a7-q)))}if(a3.b.k(0,B.ff)!=null){o=a3.dX(B.ff,a6) +a3.ek(B.ff,new A.q(0,s)) +if(!a3.ay)r+=o.b}else o=B.O +n=a3.f +m=Math.max(0,a7-Math.max(n.d,q)) +if(a3.b.k(0,B.fa)!=null){l=Math.max(0,m-r) +k=a3.d +if(k)l=A.N(l+q,0,a4.d-r) +k=k?q:0 +a3.dX(B.fa,new A.yv(k,s,o.b,0,a6.b,0,l)) +a3.ek(B.fa,new A.q(0,r))}if(a3.b.k(0,B.fd)!=null){a3.dX(B.fd,new A.aX(0,a6.b,0,m)) +a3.ek(B.fd,B.h)}k=a3.b.k(0,B.cs)!=null&&!a3.at?a3.dX(B.cs,a6):B.O +if(a3.b.k(0,B.fe)!=null){j=a3.dX(B.fe,new A.aX(0,a6.b,0,Math.max(0,m-r))) +a3.ek(B.fe,new A.q((a5-j.a)/2,m-j.b))}else j=B.O +i=A.ba("floatingActionButtonRect") +if(a3.b.k(0,B.fg)!=null){h=a3.dX(B.fg,a4) +g=new A.a2J(h,j,m,s,n,a3.r,a8,k,a3.w) +f=a3.z.Cl(g) +e=a3.as.OV(a3.y.Cl(g),f,a3.Q) +a3.ek(B.fg,e) +d=e.a +c=e.b +i.b=new A.C(d,c,d+h.a,c+h.b)}if(a3.b.k(0,B.cs)!=null){d=a3.ax +b=d!=null&&d") +k=t.W +j=t.Y +i=t.i +h=A.am7(new A.hF(new A.b9(p,new A.jt(new A.pf(B.kU)),l),new A.bt(A.a([],k),j),0),new A.b9(p,new A.jt(B.kU),l),p,0.5,i) +p=d.a.d +g=$.aq9() +m.a(p) +f=$.aqa() +e=A.am7(new A.b9(p,g,g.$ti.h("b9")),new A.hF(new A.b9(p,f,A.m(f).h("b9")),new A.bt(A.a([],k),j),0),p,0.5,i) +d.e=A.ait(h,s,i) +i=A.ait(h,q,i) +d.r=i +d.w=new A.b9(m.a(i),new A.jt(B.DN),l) +d.f=A.agx(new A.b9(r,new A.aW(1,1,b),b.h("b9")),e,c) +d.x=A.agx(new A.b9(o,n,n.$ti.h("b9")),e,c) +n=d.r +o=d.gZu() +n.bm() +n=n.cc$ +n.b=!0 +n.a.push(o) +n=d.e +n.bm() +n=n.cc$ +n.b=!0 +n.a.push(o)}, +Y0(a){this.ao(new A.a96(this,a))}, +S(a){var s,r,q=this,p=A.a([],t.F),o=q.d +o===$&&A.b() +o=o.Q +o===$&&A.b() +if(o!==B.E){o=q.e +s=q.y +o===$&&A.b() +r=q.f +r===$&&A.b() +p.push(A.al9(A.al5(s,r),o))}o=q.a +s=q.r +o=o.c +s===$&&A.b() +r=q.x +r===$&&A.b() +p.push(A.al9(A.al5(o,r),s)) +return A.a4o(B.fl,p,B.ik)}, +Zv(){var s,r,q=this.e +q===$&&A.b() +s=q.a +s=s.gm(s) +q=q.b +q=q.gm(q) +q=Math.min(A.jg(s),A.jg(q)) +s=this.r +s===$&&A.b() +r=s.a +r=r.gm(r) +s=s.b +s=s.gm(s) +s=Math.max(q,Math.min(A.jg(r),A.jg(s))) +this.a.f.IR(s)}} +A.a96.prototype={ +$0(){this.a.a.toString}, +$S:0} +A.wX.prototype={ +ar(){var s=null,r=t.bR,q=t.re,p=$.aR() +return new A.qd(new A.cb(s,r),new A.cb(s,r),new A.cb(s,q),new A.wP(!1,p),new A.wP(!1,p),A.a([],t.Z4),new A.cb(s,q),B.k,s,A.z(t.yb,t.M),s,!0,s,s,s,B.l)}} +A.qd.prototype={ +gcR(){this.a.toString +return null}, +je(a,b){var s=this +s.no(s.w,"drawer_open") +s.no(s.x,"end_drawer_open")}, +a1o(){var s,r=this,q=r.y.r +if(!q.gP(q)){q=r.y.r +s=q.gK(q)}else s=null +if(r.z!=s)r.ao(new A.a2L(r,s))}, +a1c(){var s,r=this,q=r.y.e +if(!q.gP(q)){q=r.y.e +s=q.gK(q)}else s=null +if(r.Q!=s)r.ao(new A.a2K(r,s))}, +Z2(){this.a.toString}, +Yg(){var s,r=this.c +r.toString +s=A.H2(r) +if(s!=null&&s.f.length!==0)s.iK(0,B.Cd,B.fU)}, +gmc(){this.a.toString +return!0}, +aP(){var s,r=this,q=null +r.bk() +s=r.c +s.toString +r.dx=new A.Pi(s,B.JG,$.aR()) +r.a.toString +r.cy=B.fF +r.CW=B.z5 +r.cx=B.fF +r.ch=A.ef(q,new A.aS(4e5),q,1,r) +r.db=A.ef(q,B.af,q,q,r)}, +aO(a){this.SW(a) +this.a.toString}, +b5(){var s,r,q=this,p=q.c.ah(t.Pu),o=p==null?null:p.f,n=q.y,m=n==null +if(!m)s=o==null||n!==o +else s=!1 +if(s)if(!m)n.d.v(0,q) +q.y=o +if(o!=null){n=o.d +n.B(0,q) +r=q.c.u8(t.Np) +if(r==null||!n.p(0,r)){n=o.r +if(!n.gP(n))q.a1o() +n=o.e +if(!n.gP(n))q.a1c()}}q.Z2() +q.SV()}, +l(){var s=this,r=s.dx +r===$&&A.b() +r.fy$=$.aR() +r.fx$=0 +r=s.ch +r===$&&A.b() +r.l() +r=s.db +r===$&&A.b() +r.l() +r=s.y +if(r!=null)r.d.v(0,s) +s.w.l() +s.x.l() +s.SX()}, +wk(a,b,c,d,e,f,g,h,i){var s,r=this.c +r.toString +s=A.dq(r,null,t.w).w.Nl(f,g,h,i) +if(e)s=s.a8P(!0) +if(d&&s.f.d!==0)s=s.z8(s.r.z7(s.w.d)) +if(b!=null)a.push(A.ZG(A.FK(b,s,null),c))}, +TW(a,b,c,d,e,f,g,h){return this.wk(a,b,c,!1,d,e,f,g,h)}, +o0(a,b,c,d,e,f,g){return this.wk(a,b,c,!1,!1,d,e,f,g)}, +DP(a,b,c,d,e,f,g,h){return this.wk(a,b,c,d,!1,e,f,g,h)}, +Ee(a,b){this.a.toString}, +Ed(a,b){this.a.toString}, +S(a){var s,r,q,p,o,n,m,l,k,j=this,i=null,h={},g=A.ao(a),f=a.ah(t.I) +f.toString +s=f.w +r=A.a([],t.s9) +f=j.a.f +j.gmc() +j.TW(r,new A.KH(new A.pE(f,j.f),!1,!1,i),B.fa,!0,!1,!1,!1,!0) +if(j.dy)j.o0(r,A.akj(!0,i,j.fr,!1,i,i,i),B.fd,!0,!0,!0,!0) +j.a.toString +f=A.dq(a,B.bq,t.w).w +f=j.r=A.as3(a,j.a.e.fx)+f.r.b +q=j.a.e +j.o0(r,new A.hf(new A.aX(0,1/0,0,f),new A.uA(1,f,f,f,i,i,q,i),i),B.fb,!0,!1,!1,!1) +h.a=!1 +h.b=null +if(j.at!=null||j.as.length!==0){f=A.a6(j.as,!0,t.l7) +q=j.at +if(q!=null)f.push(q.a) +p=A.a4o(B.wN,f,B.ik) +j.gmc() +j.o0(r,p,B.fe,!0,!1,!1,!0)}f=j.z +if(f!=null){f.a.ga9U() +h.a=!1 +f=j.z +if(f!=null){f=f.a +f.gby(f)}h.b=g.bG.w +f=j.z +f=f==null?i:f.a +j.a.toString +j.gmc() +j.DP(r,f,B.cs,!1,!1,!1,!1,!0)}h.c=!1 +if(j.Q!=null){a.ah(t.iB) +f=A.ao(a) +o=f.ry.f +h.c=(o==null?0:o)!==0 +f=j.Q +f=f==null?i:f.a +j.a.toString +j.gmc() +j.DP(r,f,B.ff,!1,!0,!1,!1,!0)}j.a.toString +f=j.ch +f===$&&A.b() +q=j.CW +q===$&&A.b() +n=j.dx +n===$&&A.b() +m=j.db +m===$&&A.b() +j.o0(r,new A.z_(i,f,q,n,m,i),B.fg,!0,!0,!0,!0) +switch(g.r.a){case 2:case 4:j.o0(r,A.XA(B.ag,i,B.aM,!0,i,i,i,i,i,i,i,i,i,i,i,i,i,i,j.gYf(),i,i,i),B.fc,!0,!1,!1,!0) +break +case 0:case 1:case 3:case 5:break}f=j.x +q=f.y +if(q==null?A.m(f).h("ck.T").a(q):q){j.Ed(r,s) +j.Ee(r,s)}else{j.Ee(r,s) +j.Ed(r,s)}f=t.w +q=A.dq(a,B.bq,f).w +j.gmc() +n=A.dq(a,B.iT,f).w +l=q.r.z7(n.f.d) +q=A.dq(a,B.RB,f).w +j.gmc() +f=A.dq(a,B.iT,f).w +f=f.f.d!==0?0:i +k=q.w.z7(f) +if(l.d<=0)j.a.toString +f=j.a.ch +if(f==null)f=g.go +return new A.Pj(!1,new A.x1(A.ZV(B.af,A.oB(j.ch,new A.a2M(h,j,!1,l,k,s,r),i),B.M,f,0,i,i,i,i,i,B.eu),i),i)}} +A.a2L.prototype={ +$0(){this.a.z=this.b}, +$S:0} +A.a2K.prototype={ +$0(){this.a.Q=this.b}, +$S:0} +A.a2M.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=A.aU([B.wh,new A.LC(a,new A.bt(A.a([],t.ot),t.wS))],t.A,t.od),j=l.b +j.a.toString +s=j.cy +s.toString +r=j.ch +r===$&&A.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.SV(k,new A.tR(new A.abF(l.c,!1,l.d,l.e,l.f,p,j,s,r,q,n,o.b,m),l.r,null))}, +$S:198} +A.LC.prototype={ +j0(a,b){var s=this.e,r=A.a2N(s).w,q=r.y +if(!(q==null?A.m(r).h("ck.T").a(q):q)){s=A.a2N(s).x +r=s.y +s=r==null?A.m(s).h("ck.T").a(r):r}else s=!0 +return s}, +ei(a){var s=this.e +A.a2N(s).a.toString +A.a2N(s).a.toString}} +A.Pj.prototype={ +bO(a){return this.f!==a.f}} +A.abG.prototype={ +$2(a,b){if(!a.a)a.M(0,b)}, +$S:41} +A.A5.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.A6.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.A7.prototype={ +aO(a){this.bs(a) +this.pq()}, +b5(){var s,r,q,p,o=this +o.cU() +s=o.bn$ +r=o.gns() +q=o.c +q.toString +q=A.q8(q) +o.fJ$=q +p=o.ml(q,r) +if(r){o.je(s,o.ed$) +o.ed$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fI$.U(0,new A.abG()) +s=r.bn$ +if(s!=null)s.l() +r.bn$=null +r.SU()}} +A.B4.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.Ir.prototype={ +S(a){var s=this,r=null +if(A.ao(a).r===B.aV)return new A.p3(8,B.dg,s.c,s.d,!1,B.Ju,3,r,B.CR,B.CM,B.aB,A.BE(),r,r,r) +return new A.rk(r,s.c,s.d,r,r,r,r,B.bx,B.cI,B.o,A.BE(),r,r,r)}} +A.rk.prototype={ +ar(){return new A.N7(new A.cb(null,t.re),null,null,B.l)}} +A.N7.prototype={ +glP(){var s=this.a.e +if(s==null){s=this.fr +s===$&&A.b() +s=s.a +s=s==null?null:s.Y(this.goC())}return s==null?!1:s}, +gl2(){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}, +gt8(){return new A.br(new A.aae(this),t.Ne)}, +goC(){var s=A.aE(t.ui) +if(this.db)s.B(0,B.qf) +if(this.dx)s.B(0,B.L) +return s}, +ga0K(){var s,r,q,p,o,n,m,l=this,k=l.dy +k===$&&A.b() +s=k.db +r=A.ba("dragColor") +q=A.ba("hoverColor") +p=A.ba("idleColor") +switch(k.a.a){case 1:k=s.a +o=k>>>16&255 +n=k>>>8&255 +k&=255 +r.b=A.W(153,o,n,k) +q.b=A.W(B.c.aX(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.W(255,k>>>16&255,k>>>8&255,k&255)}else k=A.W(B.c.aX(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.W(191,o,n,k) +q.b=A.W(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.W(255,k>>>16&255,k>>>8&255,k&255)}else k=A.W(B.c.aX(76.5),o,n,k) +p.b=k +break}return new A.br(new A.aab(l,r,q,p),t.h2)}, +ga0U(){var s=this.dy +s===$&&A.b() +return new A.br(new A.aad(this,s.a,s.db),t.h2)}, +ga0T(){var s=this.dy +s===$&&A.b() +return new A.br(new A.aac(this,s.a,s.db),t.h2)}, +ga0J(){return new A.br(new A.aaa(this),t.pj)}, +aP(){var s,r=this +r.Dt() +s=r.cy=A.ef(null,B.af,null,null,r) +s.bm() +s=s.cc$ +s.b=!0 +s.a.push(new A.aak(r))}, +b5(){var s,r=this,q=r.c +q.toString +s=A.ao(q) +r.dy=s.ax +q=r.c +q.ah(t.NF) +q=A.ao(q) +r.fr=q.w +switch(s.r.a){case 0:r.fx=!0 +break +case 2:case 3:case 1:case 4:case 5:r.fx=!1 +break}r.Rj()}, +qw(){var s,r=this,q=r.at +q===$&&A.b() +q.sag(0,r.ga0K().a.$1(r.goC())) +q.sNV(r.ga0U().a.$1(r.goC())) +q.sNU(r.ga0T().a.$1(r.goC())) +s=r.c.ah(t.I) +s.toString +q.sbQ(s.w) +q.sBN(r.ga0J().a.$1(r.goC())) +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.Jt}q.sqf(s) +s=r.fr +s===$&&A.b() +s=s.y +if(s==null){s=r.fx +s===$&&A.b() +s=s?0:2}q.szf(s) +s=r.fr.z +q.sAH(s==null?0:s) +s=r.fr.Q +q.sAP(0,s==null?48:s) +s=r.c +s.toString +q.sbZ(0,A.dq(s,B.bq,t.w).w.r) +q.svL(r.a.db) +q.sLW(!r.gl2())}, +ui(a){this.Ds(a) +this.ao(new A.aaj(this))}, +uh(a,b){this.Dr(a,b) +this.ao(new A.aai(this))}, +A2(a){var s,r=this +r.Rk(a) +if(r.M8(a.gbj(a),a.gc7(a),!0)){r.ao(new A.aag(r)) +s=r.cy +s===$&&A.b() +s.dS(0)}else if(r.dx){r.ao(new A.aah(r)) +s=r.cy +s===$&&A.b() +s.hK(0)}}, +A3(a){var s,r=this +r.Rl(a) +r.ao(new A.aaf(r)) +s=r.cy +s===$&&A.b() +s.hK(0)}, +l(){var s=this.cy +s===$&&A.b() +s.l() +this.Dq()}} +A.aae.prototype={ +$1(a){var s,r +if(a.p(0,B.L)){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.Y(a) +return s==null?!1:s}, +$S:200} +A.aab.prototype={ +$1(a){var s,r,q,p=this,o=null +if(a.p(0,B.qf)){s=p.a.fr +s===$&&A.b() +s=s.r +s=s==null?o:s.Y(a) +return s==null?p.b.am():s}s=p.a +if(s.gt8().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.r +s=s==null?o:s.Y(a) +return s==null?p.c.am():s}r=s.fr +r===$&&A.b() +r=r.r +r=r==null?o:r.Y(a) +if(r==null)r=p.d.am() +q=s.fr.r +q=q==null?o:q.Y(a) +if(q==null)q=p.c.am() +s=s.cy +s===$&&A.b() +s=s.x +s===$&&A.b() +s=A.w(r,q,s) +s.toString +return s}, +$S:5} +A.aad.prototype={ +$1(a){var s=this.a +if(s.glP()&&s.gt8().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.w +s=s==null?null:s.Y(a) +if(s==null){s=this.c.a +s=this.b===B.V?A.W(8,s>>>16&255,s>>>8&255,s&255):A.W(13,s>>>16&255,s>>>8&255,s&255)}return s}return B.H}, +$S:5} +A.aac.prototype={ +$1(a){var s=this.a +if(s.glP()&&s.gt8().a.$1(a)){s=s.fr +s===$&&A.b() +s=s.x +s=s==null?null:s.Y(a) +if(s==null){s=this.c.a +s=this.b===B.V?A.W(B.c.aX(25.5),s>>>16&255,s>>>8&255,s&255):A.W(64,s>>>16&255,s>>>8&255,s&255)}return s}return B.H}, +$S:5} +A.aaa.prototype={ +$1(a){var s,r +if(a.p(0,B.L)&&this.a.gt8().a.$1(a)){s=this.a.fr +s===$&&A.b() +s=s.b +s=s==null?null:s.Y(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.Y(a)}if(r==null){s=s.fx +s===$&&A.b() +r=8/(s?2:1) +s=r}else s=r +return s}, +$S:142} +A.aak.prototype={ +$0(){this.a.qw()}, +$S:0} +A.aaj.prototype={ +$0(){this.a.db=!0}, +$S:0} +A.aai.prototype={ +$0(){this.a.db=!1}, +$S:0} +A.aag.prototype={ +$0(){this.a.dx=!0}, +$S:0} +A.aah.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.aaf.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.xa.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.xa&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.e(b.f,s.f)&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q}} +A.Pn.prototype={} +A.xb.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.xb&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&J.e(b.z,s.z)&&!0}} +A.MZ.prototype={ +Y(a){var s,r=this,q=r.a,p=q==null?null:q.Y(a) +q=r.b +s=q==null?null:q.Y(a) +if(p==s)return p +if(p==null){q=s.a.a +return A.aw(new A.bx(A.W(0,q>>>16&255,q>>>8&255,q&255),0,B.J,-1),s,r.c)}if(s==null){q=p.a.a +return A.aw(p,new A.bx(A.W(0,q>>>16&255,q>>>8&255,q&255),0,B.J,-1),r.c)}return A.aw(p,s,r.c)}, +$ib5:1} +A.Po.prototype={} +A.xc.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.xc&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.Pp.prototype={} +A.xd.prototype={ +gq(a){return A.D(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,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.xd&&J.e(b.a,this.a)&&!0}} +A.Pq.prototype={} +A.xw.prototype={ +gq(a){var s=this +return A.D(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.D(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))}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.xw)if(b.a==r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.r,r.r))if(J.e(b.f,r.f))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(J.e(b.y,r.y))if(J.e(b.z,r.z))if(J.e(b.Q,r.Q))if(J.e(b.as,r.as))if(J.e(b.at,r.at))if(J.e(b.ax,r.ax))if(J.e(b.ay,r.ay))if(J.e(b.go,r.go))if(b.id==r.id)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.PL.prototype={} +A.xy.prototype={ +F(){return"SnackBarClosedReason."+this.b}} +A.xz.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.xz&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&b.e==s.e&&J.e(b.f,s.f)&&b.w==s.w&&J.e(b.x,s.x)&&J.e(b.z,s.z)&&b.Q==s.Q&&J.e(b.as,s.as)&&J.e(b.at,s.at)}} +A.PQ.prototype={} +A.xL.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.xL&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.r==s.r&&b.w==s.w&&!0}} +A.Q5.prototype={} +A.xN.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.xN)if(J.e(b.a,r.a))if(J.e(b.b,r.b))if(J.e(b.d,r.d))if(J.e(b.f,r.f))if(J.e(b.r,r.r))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(J.e(b.y,r.y))if(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.Q8.prototype={} +A.xS.prototype={ +gq(a){return J.p(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.xS&&J.e(b.a,this.a)}} +A.Q9.prototype={} +A.y0.prototype={ +gq(a){return A.D(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,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.y0&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}} +A.Qc.prototype={} +A.d5.prototype={ +bY(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.bY(b3.a) +if(r==null)r=b3.a +q=b1.b +p=q==null?b2:q.bY(b3.b) +if(p==null)p=b3.b +o=b1.c +n=o==null?b2:o.bY(b3.c) +if(n==null)n=b3.c +m=b1.d +l=m==null?b2:m.bY(b3.d) +if(l==null)l=b3.d +k=b1.e +j=k==null?b2:k.bY(b3.e) +if(j==null)j=b3.e +i=b1.f +h=i==null?b2:i.bY(b3.f) +if(h==null)h=b3.f +g=b1.r +f=g==null?b2:g.bY(b3.r) +if(f==null)f=b3.r +e=b1.w +d=e==null?b2:e.bY(b3.w) +if(d==null)d=b3.w +c=b1.x +b=c==null?b2:c.bY(b3.x) +if(b==null)b=b3.x +a=b1.y +a0=a==null?b2:a.bY(b3.y) +if(a0==null)a0=b3.y +a1=b1.z +a2=a1==null?b2:a1.bY(b3.z) +if(a2==null)a2=b3.z +a3=b1.Q +a4=a3==null?b2:a3.bY(b3.Q) +if(a4==null)a4=b3.Q +a5=b1.as +a6=a5==null?b2:a5.bY(b3.as) +if(a6==null)a6=b3.as +a7=b1.at +a8=a7==null?b2:a7.bY(b3.at) +if(a8==null)a8=b3.at +a9=b1.ax +b0=a9==null?b2:a9.bY(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.agu(j,i,h,s,r,q,p,o,n,g,f,e==null?a9:e,m,l,k)}, +Jw(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.e8(a0,d,b,d,a1,a2,0,1,a3) +s=e.b +s=s==null?d:s.e8(a0,d,b,d,a1,a2,0,1,a3) +r=e.c +r=r==null?d:r.e8(a0,d,b,d,a1,a2,0,1,a3) +q=e.d +q=q==null?d:q.e8(a0,d,b,d,a1,a2,0,1,a3) +p=e.e +p=p==null?d:p.e8(a0,d,b,d,a1,a2,0,1,a3) +o=e.f +o=o==null?d:o.e8(a,d,b,d,a1,a2,0,1,a3) +n=e.r +n=n==null?d:n.e8(a,d,b,d,a1,a2,0,1,a3) +m=e.w +m=m==null?d:m.e8(a,d,b,d,a1,a2,0,1,a3) +l=e.x +l=l==null?d:l.e8(a,d,b,d,a1,a2,0,1,a3) +k=e.y +k=k==null?d:k.e8(a,d,b,d,a1,a2,0,1,a3) +j=e.z +j=j==null?d:j.e8(a,d,b,d,a1,a2,0,1,a3) +i=e.Q +i=i==null?d:i.e8(a0,d,b,d,a1,a2,0,1,a3) +h=e.as +h=h==null?d:h.e8(a,d,b,d,a1,a2,0,1,a3) +g=e.at +g=g==null?d:g.e8(a,d,b,d,a1,a2,0,1,a3) +f=e.ax +return A.agu(k,j,i,c,s,r,q,p,o,h,g,f==null?d:f.e8(a,d,b,d,a1,a2,0,1,a3),n,m,l)}, +a21(a){return this.Jw(a,null,null,null,null,null)}, +Jv(a,b,c){return this.Jw(a,b,c,null,null,null)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.d5&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)&&J.e(s.d,b.d)&&J.e(s.e,b.e)&&J.e(s.f,b.f)&&J.e(s.r,b.r)&&J.e(s.w,b.w)&&J.e(s.x,b.x)&&J.e(s.y,b.y)&&J.e(s.z,b.z)&&J.e(s.Q,b.Q)&&J.e(s.as,b.as)&&J.e(s.at,b.at)&&J.e(s.ax,b.ax)}, +gq(a){var s=this +return A.D(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.Qf.prototype={} +A.Jv.prototype={ +S(a){var s,r,q=null,p=this.c,o=B.bw.a,n=B.bw.b,m=B.bw.c,l=B.bw.d,k=B.bw.e,j=B.bw.f,i=B.bw.r,h=a.ah(t.Uf) +if(h==null)h=B.dS +s=p.jU +r=s.b +if(r==null)r=h.x +s=s.a +h=s==null?h.w:s +return new A.zb(this,new A.Di(new A.ZX(p,new A.G3(o,n,m,l,k,j,i),B.jZ,o,n,m,l,k,j,i),A.afG(A.afc(this.d,h,q,q,r),p.ok,q),q),q)}} +A.zb.prototype={ +bO(a){return!this.w.c.j(0,a.w.c)}} +A.nX.prototype={ +dY(a){var s,r=this.a +r.toString +s=this.b +s.toString +return A.ax2(r,s,a)}} +A.t2.prototype={ +ar(){return new A.Kr(null,null,B.l)}} +A.Kr.prototype={ +pH(a){var s=a.$3(this.CW,this.a.r,new A.a7i()) +s.toString +this.CW=t.ZM.a(s)}, +S(a){var s,r=this.CW +r.toString +s=this.gfk() +return new A.Jv(r.a9(0,s.gm(s)),this.a.w,null)}} +A.a7i.prototype={ +$1(a){return new A.nX(t.we.a(a),null)}, +$S:201} +A.n7.prototype={ +F(){return"MaterialTapTargetSize."+this.b}} +A.h0.prototype={ +j(a,b){var s,r,q=this +if(b==null)return!1 +if(J.M(b)!==A.v(q))return!1 +if(b instanceof A.h0)if(b.a===q.a)if(A.aee(b.c,q.c))if(b.d.j(0,q.d))if(b.e===q.e)if(b.f.j(0,q.f))if(b.r===q.r)if(b.w.j(0,q.w))if(b.x===q.x)if(b.z.j(0,q.z))if(b.as.j(0,q.as))if(b.at.j(0,q.at))if(b.ax.j(0,q.ax))if(b.ay.j(0,q.ay))if(b.ch.j(0,q.ch))if(b.CW.j(0,q.CW))if(b.cx.j(0,q.cx))if(b.cy.j(0,q.cy))if(b.db.j(0,q.db))if(b.dx.j(0,q.dx))if(b.dy.j(0,q.dy))if(b.fr.j(0,q.fr))if(b.fx.j(0,q.fx))if(b.fy.j(0,q.fy))if(b.go.j(0,q.go))if(b.id.j(0,q.id))if(b.k2.j(0,q.k2))if(b.k3.j(0,q.k3))if(b.k4.j(0,q.k4))if(b.ok.j(0,q.ok))if(b.p1.j(0,q.p1))if(b.p2.j(0,q.p2))if(b.p3.j(0,q.p3))if(b.p4.j(0,q.p4))if(J.e(b.R8,q.R8))if(b.RG.j(0,q.RG))if(b.rx.j(0,q.rx))if(b.ry.j(0,q.ry))if(b.to.j(0,q.to))if(b.x1.j(0,q.x1))if(b.x2.j(0,q.x2))if(b.xr.j(0,q.xr))if(b.y1.j(0,q.y1))if(b.y2.j(0,q.y2))if(b.aE.j(0,q.aE))if(b.bB.j(0,q.bB))if(b.au.j(0,q.au))if(b.ai.j(0,q.ai))if(b.b6.j(0,q.b6))if(b.bM.j(0,q.bM))if(b.b1.j(0,q.b1))if(b.J.j(0,q.J))if(b.I.j(0,q.I))if(b.a5.j(0,q.a5))if(b.a7.j(0,q.a7))if(b.aA.j(0,q.aA))if(b.aS.j(0,q.aS))if(b.b_.j(0,q.b_))if(b.bg.j(0,q.bg))if(b.bW.j(0,q.bW))if(b.c4.j(0,q.c4))if(b.bv.j(0,q.bv))if(b.dg.j(0,q.dg))if(b.cZ.j(0,q.cZ))if(b.cO.j(0,q.cO))if(b.f1.j(0,q.f1))if(b.iW.j(0,q.iW))if(b.f2.j(0,q.f2))if(b.fN.j(0,q.fN))if(b.eG.j(0,q.eG))if(b.f3.j(0,q.f3))if(b.f4.j(0,q.f4))if(b.bG.j(0,q.bG))if(b.ig.j(0,q.ig))if(b.iX.j(0,q.iX))if(b.n4.j(0,q.n4))if(b.jU.j(0,q.jU))if(b.jV.j(0,q.jV))if(b.fO.j(0,q.fO))if(b.ld.j(0,q.ld)){s=b.D +s.toString +r=q.D +r.toString +if(s.j(0,r)){s=b.k1 +s.toString +r=q.k1 +r.toString +if(s.j(0,r)){s=b.n5 +s.toString +r=q.n5 +r.toString +if(s.j(0,r)){s=b.jW +s.toString +r=q.jW +r.toString +if(s.j(0,r)){s=b.Q +s.toString +r=q.Q +r.toString +r=s.j(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}, +gq(a){var s=this,r=[s.a,s.b],q=s.c +B.b.C(r,q.gbd(q)) +B.b.C(r,q.gaD(q)) +r.push(s.d) +r.push(s.e) +r.push(s.f) +r.push(s.r) +r.push(s.w) +r.push(s.x) +r.push(!0) +r.push(s.z) +r.push(s.as) +r.push(s.at) +r.push(s.ax) +r.push(s.ay) +r.push(s.ch) +r.push(s.CW) +r.push(s.cx) +r.push(s.cy) +r.push(s.db) +r.push(s.dx) +r.push(s.dy) +r.push(s.fr) +r.push(s.fx) +r.push(s.fy) +r.push(s.go) +r.push(s.id) +r.push(s.k2) +r.push(s.k3) +r.push(s.k4) +r.push(s.ok) +r.push(s.p1) +r.push(s.p2) +r.push(s.p3) +r.push(s.p4) +r.push(s.R8) +r.push(s.RG) +r.push(s.rx) +r.push(s.ry) +r.push(s.to) +r.push(s.x1) +r.push(s.x2) +r.push(s.xr) +r.push(s.y1) +r.push(s.y2) +r.push(s.aE) +r.push(s.bB) +r.push(s.au) +r.push(s.ai) +r.push(s.b6) +r.push(s.bM) +r.push(s.b1) +r.push(s.J) +r.push(s.I) +r.push(s.a5) +r.push(s.a7) +r.push(s.aA) +r.push(s.aS) +r.push(s.b_) +r.push(s.bg) +r.push(s.bW) +r.push(s.c4) +r.push(s.bv) +r.push(s.dg) +r.push(s.cZ) +r.push(s.cO) +r.push(s.f1) +r.push(s.iW) +r.push(s.f2) +r.push(s.fN) +r.push(s.eG) +r.push(s.f3) +r.push(s.f4) +r.push(s.bG) +r.push(s.ig) +r.push(s.iX) +r.push(s.n4) +r.push(s.jU) +r.push(s.jV) +r.push(s.fO) +r.push(s.ld) +q=s.D +q.toString +r.push(q) +q=s.k1 +q.toString +r.push(q) +q=s.n5 +q.toString +r.push(q) +q=s.jW +q.toString +r.push(q) +q=s.Q +q.toString +r.push(q) +return A.bm(r)}} +A.a64.prototype={ +$0(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1=null,b2=this.a,b3=this.b,b4=b3.bY(b2.p2) +b3=b3.bY(b2.p3) +s=b2.ax +r=s.b +q=s.c +p=s.d +if(p==null)p=r +o=s.e +if(o==null)o=q +n=s.f +m=s.r +l=s.w +if(l==null)l=n +k=s.x +if(k==null)k=m +j=s.y +i=j==null?n:j +h=s.z +g=h==null?m:h +f=s.Q +if(f==null){if(j==null)j=n}else j=f +f=s.as +if(f==null){if(h==null)h=m}else h=f +f=s.at +e=s.ax +d=s.ay +if(d==null)d=f +c=s.ch +if(c==null)c=e +b=s.cx +a=s.cy +a0=s.db +a1=s.dx +if(a1==null)a1=a +a2=s.dy +if(a2==null)a2=a0 +a3=s.fr +if(a3==null)a3=b +a4=s.fx +if(a4==null)a4=b +a5=s.fy +if(a5==null)a5=B.k +a6=s.go +if(a6==null)a6=B.k +a7=s.id +if(a7==null)a7=a0 +a8=s.k1 +if(a8==null)a8=a +a9=s.k2 +if(a9==null)a9=q +b0=s.k3 +if(b0==null)b0=r +j=A.af3(s.CW,s.a,f,d,a9,a7,b,e,c,a8,q,o,m,k,a0,a2,g,h,a3,a4,r,p,a6,n,l,a5,a,b0,a1,i,j) +return A.agv(b2.R8,b2.RG,b2.a,b2.jW,b2.rx,b2.ry,b2.Q,b2.to,b2.x1,b2.x2,b2.xr,b2.y1,b2.as,b2.at,b2.y2,b2.aE,b2.bB,j,b2.b,b2.au,b2.ai,b2.ay,b2.b6,b2.ch,b2.CW,b2.bM,b2.b1,b2.J,b2.I,b2.n5,b2.a5,b2.c,b2.a7,b2.aA,b2.cx,b2.cy,b2.db,b2.dx,b2.aS,b2.ok,b2.dy,b2.d,b2.b_,b2.e,b2.bg,b2.bW,b2.c4,b2.bv,b2.dg,b2.cZ,b2.cO,b2.f,b2.r,b2.f1,b2.fr,b2.fx,b2.fy,b2.p1,b4,b2.iW,b2.f2,b2.go,b2.w,b2.fN,b2.eG,b2.id,b2.f3,b2.k1,b2.k2,b2.f4,b2.bG,b2.k3,b2.x,b2.ig,b2.iX,b2.n4,b2.jU,b3,b2.jV,b2.fO,b2.D,b2.ld,b2.p4,b2.k4,!0,b2.z)}, +$S:202} +A.a61.prototype={ +$2(a,b){return new A.bi(a,b.aa6(this.a.c.k(0,a),this.b),t.sw)}, +$S:203} +A.a62.prototype={ +$1(a){return!this.a.c.a1(0,a.a)}, +$S:204} +A.ZX.prototype={ +goW(){return this.ay.ax.a}, +gnn(){return this.ay.ax.b}, +gv4(){return this.ay.ax.c}, +gqL(){return this.ay.go}} +A.rc.prototype={ +gq(a){return(A.os(this.a)^A.os(this.b))>>>0}, +j(a,b){if(b==null)return!1 +return b instanceof A.rc&&b.a===this.a&&b.b===this.b}} +A.M0.prototype={ +b9(a,b,c){var s,r=this.a,q=r.k(0,b) +if(q!=null)return q +if(r.a===this.b){s=new A.aB(r,A.m(r).h("aB<1>")) +r.v(0,s.gK(s))}s=c.$0() +r.n(0,b,s) +return s}} +A.kc.prototype={ +KZ(a){var s=this.a,r=this.b,q=A.N(a.a+new A.q(s,r).Z(0,4).a,0,a.b) +return a.a3D(A.N(a.c+new A.q(s,r).Z(0,4).b,0,a.d),q)}, +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.kc&&b.a===this.a&&b.b===this.b}, +gq(a){return A.D(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)}, +c_(){return this.Qu()+"(h: "+A.i6(this.a)+", v: "+A.i6(this.b)+")"}} +A.Qj.prototype={} +A.R_.prototype={} +A.y3.prototype={ +gq(a){var s=this +return A.bm([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])}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.y3&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&b.as==s.as&&J.e(b.at,s.at)&&J.e(b.ax,s.ax)&&J.e(b.ay,s.ay)&&J.e(b.ch,s.ch)&&J.e(b.CW,s.CW)&&J.e(b.cx,s.cx)&&J.e(b.db,s.db)&&J.e(b.dx,s.dx)}} +A.Ql.prototype={} +A.y4.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.y4&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.y,s.y)&&J.e(b.x,s.x)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&J.e(b.as,s.as)&&J.e(b.ax,s.ax)&&b.at==s.at}} +A.Qn.prototype={} +A.LZ.prototype={ +aq(a){var s=new A.OP(!0,this.e,null,this.r,B.cC,B.ag,null,A.ar()) +s.aw() +s.saI(null) +return s}} +A.OP.prototype={ +bX(a,b){var s,r=this,q=$.agN +$.agN=!1 +if(r.gA(r).p(0,b)){s=r.cP(a,b)||r.D===B.ag +if((s||r.D===B.cJ)&&!$.agM){$.agM=!0 +a.B(0,new A.mf(b,r))}}else s=!1 +if(q){$.agN=!0 +$.agM=!1}return s}} +A.y6.prototype={ +ar(){return new A.qM(new A.a08(),A.aE(t.S),B.E,null,null,B.l)}} +A.qM.prototype={ +ga0r(){this.a.toString +this.f===$&&A.b() +return B.CO}, +gVY(){this.a.toString +this.f===$&&A.b() +return!0}, +gyo(){var s=this.a.c +return s==null?null.aaj():s}, +gjC(){var s,r=this,q=r.w +if(q==null){q=A.ef(null,B.CN,B.fX,null,r) +q.bm() +s=q.bU$ +s.b=!0 +s.a.push(r.ga0R()) +r.w=q}return q}, +a0S(a){var s,r,q,p,o,n,m,l,k,j,i=this +$label0$0:{s=new A.e5(A.alQ(i.Q),A.alQ(a)) +r=A.bd("#0#1",new A.a6d(s)) +q=A.bd("#0#3",new A.a6e(r)) +p=A.bd("#0#4",new A.a6f(s)) +o=A.bd("#0#6",new A.a6g(p)) +n=A.bd("#0#7",new A.a6h(r)) +m=A.bd("#0#8",new A.a6i(p)) +if(q.L()&&o.L()){B.b.v($.o_,i) +l=i.d +k=l.a +if(k!=null)k.a6s() +else l.b=null +break $label0$0}if(n.L()&&m.L()){l=i.d +k=l.a +j=$.ag1+1 +if(k!=null){$.ag1=j +k.PJ(0,j)}else l.b=$.ag1=j +$.o_.push(i) +A.a3K(i.gyo()) +break $label0$0}if(!(q.L()&&m.L()))l=n.L()&&o.L() +else l=!0 +if(l)break $label0$0}i.Q=a}, +a03(a,b){var s,r,q=this,p=new A.a6k(q,a) +$label0$0:{s=q.gjC().Q +s===$&&A.b() +r=A.bd("#0#2",new A.a6j(s)) +if(r.L()&&b.a>0){if(q.r==null)q.r=A.cd(b,p) +break $label0$0}if(r.L()||B.aJ===s||B.ar===s||B.U===s)p.$0()}}, +Hr(a){return this.a03(null,a)}, +me(a){var s=this,r=s.r +if(r!=null)r.bt(0) +s.r=null +r=s.w +if(r==null)r=null +else{r=r.Q +r===$&&A.b()}switch(r){case null:case void 0:case B.ar:case B.E:break +case B.aJ:case B.U:if(a.a>0){r=s.gjC() +s.r=A.cd(a,r.gNA(r))}else s.gjC().hK(0) +break}}, +a0Q(a){var s,r=this +r.a.toString +r.f===$&&A.b() +switch(1){case 1:s=r.x +if(s==null)s=r.x=A.ak9(r,null,B.KA) +s.p1=r.gYi() +s.p2=r.gXB() +s.R8=r.gXY() +s.Je(a) +break}}, +Xu(a){var s=this,r=s.y +r=r==null?null:r.CW +if(r!==a.gbD()){r=s.x +r=r==null?null:r.CW +r=r===a.gbD()}else r=!0 +if(r)return +if(s.r==null){r=s.gjC().Q +r===$&&A.b() +r=r===B.E}else r=!1 +if(r||!t.pY.b(a))return +s.me(B.o) +s.z.O(0)}, +Yj(){this.me(B.o) +this.z.O(0)}, +XC(){var s=this,r=s.e +r===$&&A.b() +if(!r)return +r=s.gjC().Q +r===$&&A.b() +if(r===B.E){s.gVY() +r=!0}else r=!1 +if(r){r=s.c +r.toString +A.atR(r)}s.a.toString +s.Hr(B.o)}, +XZ(){if(this.z.a!==0)return +this.me(this.ga0r())}, +XD(a){var s,r,q,p,o,n,m=this +m.z.B(0,a.gfH(a)) +s=A.a($.o_.slice(0),A.ae($.o_)) +for(r=s.length,q=!1,p=0;p") +return new A.h4(A.a6(new A.ad(s,new A.a8n(b),r),!0,r.h("aY.E")))}, +cv(a,b){return A.amb(a,this,b)}, +cw(a,b){return A.amb(this,a,b)}, +h7(a,b){return B.b.gK(this.a).h7(a,b)}, +io(a,b,c){var s,r,q,p,o +for(s=this.a,r=s.length,q=0;q") +return new A.ad(new A.cI(s,r),new A.a8o(),r.h("ad")).bi(0," + ")}} +A.a8m.prototype={ +$2(a,b){return a.B(0,b.gmQ())}, +$S:212} +A.a8n.prototype={ +$1(a){return a.aH(0,this.a)}, +$S:213} +A.a8o.prototype={ +$1(a){return a.i(0)}, +$S:214} +A.KI.prototype={} +A.Ck.prototype={ +F(){return"BoxShape."+this.b}} +A.Cg.prototype={ +fu(a,b,c){return null}, +B(a,b){return this.fu(a,b,!1)}, +h7(a,b){var s=$.af().d9() +s.kM(a) +return s}} +A.dz.prototype={ +gmQ(){var s,r=this +if(r.gJ_()){s=r.a.gdq() +return new A.b1(s,s,s,s)}return new A.b1(r.d.gdq(),r.a.gdq(),r.b.gdq(),r.c.gdq())}, +gpX(){var s,r=this,q=r.a,p=q.a,o=r.d +if(o.a.j(0,p)&&r.c.a.j(0,p)&&r.b.a.j(0,p))if(r.gJ_())if(r.goD()){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}, +gJ_(){var s=this,r=s.a.b +return s.d.b===r&&s.c.b===r&&s.b.b===r}, +goD(){var s=this,r=s.a.c +return s.d.c===r&&s.c.c===r&&s.b.c===r}, +fu(a,b,c){var s=this +if(b instanceof A.dz&&A.jo(s.a,b.a)&&A.jo(s.b,b.b)&&A.jo(s.c,b.c)&&A.jo(s.d,b.d))return new A.dz(A.he(s.a,b.a),A.he(s.b,b.b),A.he(s.c,b.c),A.he(s.d,b.d)) +return null}, +B(a,b){return this.fu(a,b,!1)}, +aH(a,b){var s=this +return new A.dz(s.a.aH(0,b),s.b.aH(0,b),s.c.aH(0,b),s.d.aH(0,b))}, +cv(a,b){if(a instanceof A.dz)return A.af_(a,this,b) +return this.DC(a,b)}, +cw(a,b){if(a instanceof A.dz)return A.af_(this,a,b) +return this.DD(a,b)}, +uR(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.gpX()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aiB(a,b,s) +break +case 0:if(c!=null&&!c.j(0,B.a9)){A.aiC(a,b,s,c) +return}A.aiD(a,b,s) +break}return}}if(e.goD()&&e.a.c===B.Y)return +r=A.aE(t.n8) +s=e.a +q=s.c +p=q===B.Y +if(!p)r.B(0,s.a) +o=e.b +n=o.c +m=n===B.Y +if(!m)r.B(0,o.a) +l=e.c +k=l.c +j=k===B.Y +if(!j)r.B(0,l.a) +i=e.d +h=i.c +g=h===B.Y +if(!g)r.B(0,i.a) +if(!(q===B.J&&s.b===0))if(!(n===B.J&&o.b===0)){if(!(k===B.J&&l.b===0))q=h===B.J&&i.b===0 +else q=!0 +f=q}else f=!0 +else f=!0 +if(r.a===1)if(!f)if(d!==B.cv)q=c!=null&&!c.j(0,B.a9) +else q=!0 +else q=!1 +else q=!1 +if(q){if(p)s=B.r +q=m?B.r:o +p=j?B.r:l +o=g?B.r:i +A.aiF(a,b,c,p,r.gK(r),o,q,d,a0,s) +return}A.aoI(a,b,l,i,o,s)}, +io(a,b,c){return this.uR(a,b,null,B.b1,c)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.dz&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c.j(0,s.c)&&b.d.j(0,s.d)}, +gq(a){var s=this +return A.D(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)}, +i(a){var s,r,q=this +if(q.gpX())return"Border.all("+q.a.i(0)+")" +s=A.a([],t.s) +r=q.a +if(!r.j(0,B.r))s.push("top: "+r.i(0)) +r=q.b +if(!r.j(0,B.r))s.push("right: "+r.i(0)) +r=q.c +if(!r.j(0,B.r))s.push("bottom: "+r.i(0)) +r=q.d +if(!r.j(0,B.r))s.push("left: "+r.i(0)) +return"Border("+B.b.bi(s,", ")+")"}} +A.dV.prototype={ +gmQ(){var s,r=this +if(r.gpX()){s=r.a.gdq() +return new A.f6(s,s,s,s)}return new A.f6(r.b.gdq(),r.a.gdq(),r.c.gdq(),r.d.gdq())}, +gpX(){var s,r,q=this,p=q.a,o=p.a,n=q.b +if(n.a.j(0,o)&&q.d.a.j(0,o)&&q.c.a.j(0,o)){s=p.b +if(n.b===s&&q.d.b===s&&q.c.b===s)if(q.goD()){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}, +goD(){var s=this,r=s.a.c +return s.b.c===r&&s.d.c===r&&s.c.c===r}, +fu(a,b,c){var s,r,q,p=this,o=null +if(b instanceof A.dV){s=p.a +r=b.a +if(A.jo(s,r)&&A.jo(p.b,b.b)&&A.jo(p.c,b.c)&&A.jo(p.d,b.d))return new A.dV(A.he(s,r),A.he(p.b,b.b),A.he(p.c,b.c),A.he(p.d,b.d)) +return o}if(b instanceof A.dz){s=b.a +r=p.a +if(!A.jo(s,r)||!A.jo(b.c,p.d))return o +q=p.b +if(!q.j(0,B.r)||!p.c.j(0,B.r)){if(!b.d.j(0,B.r)||!b.b.j(0,B.r))return o +return new A.dV(A.he(s,r),q,p.c,A.he(b.c,p.d))}return new A.dz(A.he(s,r),b.b,A.he(b.c,p.d),b.d)}return o}, +B(a,b){return this.fu(a,b,!1)}, +aH(a,b){var s=this +return new A.dV(s.a.aH(0,b),s.b.aH(0,b),s.c.aH(0,b),s.d.aH(0,b))}, +cv(a,b){if(a instanceof A.dV)return A.aeZ(a,this,b) +return this.DC(a,b)}, +cw(a,b){if(a instanceof A.dV)return A.aeZ(this,a,b) +return this.DD(a,b)}, +uR(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.gpX()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aiB(a,b,s) +break +case 0:if(c!=null&&!c.j(0,B.a9)){A.aiC(a,b,s,c) +return}A.aiD(a,b,s) +break}return}}if(e.goD()&&e.a.c===B.Y)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.aE(t.n8) +s=e.a +o=s.c +n=o===B.Y +if(!n)p.B(0,s.a) +m=e.c +l=m.c +if(l!==B.Y)p.B(0,m.a) +k=e.d +j=k.c +i=j===B.Y +if(!i)p.B(0,k.a) +h=e.b +g=h.c +if(g!==B.Y)p.B(0,h.a) +if(!(o===B.J&&s.b===0))if(!(l===B.J&&m.b===0)){if(!(j===B.J&&k.b===0))o=g===B.J&&h.b===0 +else o=!0 +f=o}else f=!0 +else f=!0 +if(p.a===1)if(!f)if(d!==B.cv)o=c!=null&&!c.j(0,B.a9) +else o=!0 +else o=!1 +else o=!1 +if(o){if(n)s=B.r +o=q.c===B.Y?B.r:q +n=i?B.r:k +m=r.c===B.Y?B.r:r +A.aiF(a,b,c,n,p.gK(p),m,o,d,a0,s) +return}A.aoI(a,b,k,r,q,s)}, +io(a,b,c){return this.uR(a,b,null,B.b1,c)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.dV&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c.j(0,s.c)&&b.d.j(0,s.d)}, +gq(a){var s=this +return A.D(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)}, +i(a){var s=this,r=A.a([],t.s),q=s.a +if(!q.j(0,B.r))r.push("top: "+q.i(0)) +q=s.b +if(!q.j(0,B.r))r.push("start: "+q.i(0)) +q=s.c +if(!q.j(0,B.r))r.push("end: "+q.i(0)) +q=s.d +if(!q.j(0,B.r))r.push("bottom: "+q.i(0)) +return"BorderDirectional("+B.b.bi(r,", ")+")"}} +A.dj.prototype={ +gbZ(a){var s=this.c +s=s==null?null:s.gmQ() +return s==null?B.aN:s}, +aH(a,b){var s=this,r=null,q=A.w(r,s.a,b),p=A.aiV(r,s.b,b),o=A.aiE(r,s.c,b),n=A.ie(r,s.d,b),m=A.aiI(r,s.e,b) +return new A.dj(q,p,o,n,m,r,s.w)}, +gAq(){return this.e!=null}, +cv(a,b){if(a==null)return this.aH(0,b) +if(a instanceof A.dj)return A.aiG(a,this,b) +return this.Qp(a,b)}, +cw(a,b){if(a==null)return this.aH(0,1-b) +if(a instanceof A.dj)return A.aiG(this,a,b) +return this.Qq(a,b)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.dj)if(J.e(b.a,r.a))if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(A.dy(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}, +gq(a){var s=this,r=s.e +r=r==null?null:A.bm(r) +return A.D(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)}, +LS(a,b,c){var s +switch(this.w.a){case 0:s=this.d +if(s!=null)return s.Y(c).e_(new A.C(0,0,0+a.a,0+a.b)).p(0,b) +return!0 +case 1:return b.a3(0,a.iM(B.h)).gdQ()<=Math.min(a.a,a.b)/2}}, +Ki(a){return new A.a7C(this,a)}} +A.a7C.prototype={ +GC(a,b,c,d){var s=this.b +switch(s.w.a){case 1:a.ia(b.gaM(),b.gha()/2,c) +break +case 0:s=s.d +if(s==null||s.j(0,B.a9))a.ct(b,c) +else a.dc(s.Y(d).e_(b),c) +break}}, +ZK(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.cK(q.b) +n=q.d +this.GC(a,new A.C(o.a-n,o.b-n,o.c+n,o.d+n),p,c)}}, +ZG(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.zc(q.a) +switch(p.w.a){case 1:s=A.q4(b.gaM(),b.gha()/2) +r=$.af().d9() +r.mp(s) +break +case 0:p=p.d +if(p!=null){r=$.af().d9() +r.fv(p.Y(c.d).e_(b))}else r=null +break +default:r=null}q.e.uQ(a,b,r,c)}, +l(){var s=this.e +if(s!=null)s.l() +this.Qf()}, +Bj(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new A.C(n,m,n+o.a,m+o.b),k=c.d +p.ZK(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=$.af().b4() +if(!m)q.sag(0,n) +p.c=q +n=q}else n=s +n.toString +p.GC(a,l,n,k)}p.ZG(a,l,c) +n=o.c +if(n!=null){m=o.d +m=m==null?null:m.Y(k) +n.uR(a,l,m,o.w,k)}}, +i(a){return"BoxPainter for "+this.b.i(0)}} +A.to.prototype={ +F(){return"BoxFit."+this.b}} +A.Eg.prototype={} +A.jp.prototype={ +aH(a,b){var s=this +return new A.jp(s.d*b,s.e,s.a,s.b.Z(0,b),s.c*b)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.jp&&b.a.j(0,s.a)&&b.b.j(0,s.b)&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gq(a){var s=this +return A.D(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)}, +i(a){var s=this +return"BoxShadow("+s.a.i(0)+", "+s.b.i(0)+", "+A.i6(s.c)+", "+A.i6(s.d)+", "+s.e.i(0)+")"}} +A.dk.prototype={ +aH(a,b){return new A.dk(this.b,this.a.aH(0,b))}, +cv(a,b){var s,r +if(a instanceof A.dk){s=A.aw(a.a,this.a,b) +r=A.S(a.b,this.b,b) +r.toString +return new A.dk(A.N(r,0,1),s)}return this.lW(a,b)}, +cw(a,b){var s,r +if(a instanceof A.dk){s=A.aw(this.a,a.a,b) +r=A.S(this.b,a.b,b) +r.toString +return new A.dk(A.N(r,0,1),s)}return this.lX(a,b)}, +h7(a,b){var s=$.af().d9() +s.mp(this.DY(a)) +return s}, +kV(a){var s=a==null?this.a:a +return new A.dk(this.b,s)}, +io(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.ia(b.gaM(),(b.gha()+s)/2,r.jg()) +else a.pt(this.DY(b).eg(s/2),r.jg()) +break}}, +DY(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.q4(a.gaM(),a.gha()/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.aee(b.b,s.b)}, +gq(a){return A.D(A.v(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)}, +i(a){return"ColorSwatch(primary value: "+this.Qh(0)+")"}} +A.im.prototype={ +c_(){return"Decoration"}, +gbZ(a){return B.aN}, +gAq(){return!1}, +cv(a,b){return null}, +cw(a,b){return null}, +LS(a,b,c){return!0}} +A.Ci.prototype={ +l(){}} +A.Ls.prototype={} +A.ps.prototype={ +F(){return"ImageRepeat."+this.b}} +A.KG.prototype={ +zc(a){var s,r=this.a +r=r==null?null:r.zc(a) +s=this.b +s=s==null?null:s.zc(a) +return new A.a7B(r,s,this.c)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.KG&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c===s.c}, +gq(a){return A.D(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)}, +i(a){return"_BlendedDecorationImage("+A.h(this.a)+", "+A.h(this.b)+", "+A.h(this.c)+")"}} +A.a7B.prototype={ +Bk(a,b,c,d,e,f){var s,r,q=this +a.dD(null,$.af().b4()) +s=q.a +r=s==null +if(!r)s.Bk(a,b,c,d,e*(1-q.c),f) +s=q.b +if(s!=null){r=!r?B.ja:f +s.Bk(a,b,c,d,e*q.c,r)}a.aW(0)}, +uQ(a,b,c,d){return this.Bk(a,b,c,d,1,B.br)}, +l(){var s=this.a +if(s!=null)s.l() +s=this.b +if(s!=null)s.l()}, +i(a){return"_BlendedDecorationImagePainter("+A.h(this.a)+", "+A.h(this.b)+", "+A.h(this.c)+")"}} +A.cP.prototype={ +gcH(){var s=this +return s.gds(s)+s.gdu(s)+s.gex(s)+s.geu()}, +a1X(a){var s=this +switch(a.a){case 0:return s.gcH() +case 1:return s.gbe(s)+s.gbl(s)}}, +B(a,b){var s=this +return new A.lR(s.gds(s)+b.gds(b),s.gdu(s)+b.gdu(b),s.gex(s)+b.gex(b),s.geu()+b.geu(),s.gbe(s)+b.gbe(b),s.gbl(s)+b.gbl(b))}, +eY(a,b,c){var s=this +return new A.lR(A.N(s.gds(s),b.a,c.a),A.N(s.gdu(s),b.c,c.b),A.N(s.gex(s),0,c.c),A.N(s.geu(),0,c.d),A.N(s.gbe(s),b.b,c.e),A.N(s.gbl(s),b.d,c.f))}, +i(a){var s=this +if(s.gex(s)===0&&s.geu()===0){if(s.gds(s)===0&&s.gdu(s)===0&&s.gbe(s)===0&&s.gbl(s)===0)return"EdgeInsets.zero" +if(s.gds(s)===s.gdu(s)&&s.gdu(s)===s.gbe(s)&&s.gbe(s)===s.gbl(s))return"EdgeInsets.all("+B.c.R(s.gds(s),1)+")" +return"EdgeInsets("+B.c.R(s.gds(s),1)+", "+B.c.R(s.gbe(s),1)+", "+B.c.R(s.gdu(s),1)+", "+B.c.R(s.gbl(s),1)+")"}if(s.gds(s)===0&&s.gdu(s)===0)return"EdgeInsetsDirectional("+B.c.R(s.gex(s),1)+", "+B.c.R(s.gbe(s),1)+", "+B.c.R(s.geu(),1)+", "+B.c.R(s.gbl(s),1)+")" +return"EdgeInsets("+B.c.R(s.gds(s),1)+", "+B.c.R(s.gbe(s),1)+", "+B.c.R(s.gdu(s),1)+", "+B.c.R(s.gbl(s),1)+") + EdgeInsetsDirectional("+B.c.R(s.gex(s),1)+", 0.0, "+B.c.R(s.geu(),1)+", 0.0)"}, +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.cP&&b.gds(b)===s.gds(s)&&b.gdu(b)===s.gdu(s)&&b.gex(b)===s.gex(s)&&b.geu()===s.geu()&&b.gbe(b)===s.gbe(s)&&b.gbl(b)===s.gbl(s)}, +gq(a){var s=this +return A.D(s.gds(s),s.gdu(s),s.gex(s),s.geu(),s.gbe(s),s.gbl(s),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.b1.prototype={ +gds(a){return this.a}, +gbe(a){return this.b}, +gdu(a){return this.c}, +gbl(a){return this.d}, +gex(a){return 0}, +geu(){return 0}, +B(a,b){if(b instanceof A.b1)return this.X(0,b) +return this.D8(0,b)}, +eY(a,b,c){var s=this +return new A.b1(A.N(s.a,b.a,c.a),A.N(s.b,b.b,c.e),A.N(s.c,b.c,c.b),A.N(s.d,b.d,c.f))}, +a3(a,b){var s=this +return new A.b1(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +X(a,b){var s=this +return new A.b1(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +Z(a,b){var s=this +return new A.b1(s.a*b,s.b*b,s.c*b,s.d*b)}, +Y(a){return this}, +kW(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.b1(r,q,p,a==null?s.d:a)}, +a3y(a,b){return this.kW(a,null,null,b)}, +a3A(a,b){return this.kW(null,a,b,null)}, +z7(a){return this.kW(a,null,null,null)}} +A.f6.prototype={ +gex(a){return this.a}, +gbe(a){return this.b}, +geu(){return this.c}, +gbl(a){return this.d}, +gds(a){return 0}, +gdu(a){return 0}, +B(a,b){if(b instanceof A.f6)return this.X(0,b) +return this.D8(0,b)}, +a3(a,b){var s=this +return new A.f6(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +X(a,b){var s=this +return new A.f6(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +Z(a,b){var s=this +return new A.f6(s.a*b,s.b*b,s.c*b,s.d*b)}, +Y(a){var s=this +switch(a.a){case 0:return new A.b1(s.c,s.b,s.a,s.d) +case 1:return new A.b1(s.a,s.b,s.c,s.d)}}} +A.lR.prototype={ +Z(a,b){var s=this +return new A.lR(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +Y(a){var s=this +switch(a.a){case 0:return new A.b1(s.d+s.a,s.e,s.c+s.b,s.f) +case 1:return new A.b1(s.c+s.a,s.e,s.d+s.b,s.f)}}, +gds(a){return this.a}, +gdu(a){return this.b}, +gex(a){return this.c}, +geu(){return this.d}, +gbe(a){return this.e}, +gbl(a){return this.f}} +A.YE.prototype={ +O(a){var s,r,q,p +for(s=this.b,r=s.gaD(s),r=new A.d_(J.ap(r.a),r.b),q=A.m(r).z[1];r.t();){p=r.a;(p==null?q.a(p):p).l()}s.O(0) +for(s=this.a,r=s.gaD(s),r=new A.d_(J.ap(r.a),r.b),q=A.m(r).z[1];r.t();){p=r.a +if(p==null)p=q.a(p) +p.a.M(0,p.b)}s.O(0) +this.f=0}, +a4Z(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.a2(A.O(u.V)) +B.b.v(s.y,r) +o.DF()}q=p.a.v(0,a) +if(q!=null){q.a.M(0,q.b) +return!0}o=p.b.v(0,a) +if(o!=null){s=p.f +r=o.b +r.toString +p.f=s-r +o.l() +return!0}return!1}, +Im(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.UC(c)}else b.l()}, +yp(a,b,c){var s=this.c.b9(0,a,new A.YG(this,b,a)) +if(s.b==null)s.b=c}, +Br(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=null,j={},i=l.a,h=i.k(0,b),g=h==null?k:h.a +j.a=g +if(g!=null)return g +h=l.b +q=h.v(0,b) +if(q!=null){j=q.a +l.yp(b,j,q.b) +h.n(0,b,q) +return j}p=l.c.k(0,b) +if(p!=null){j=p.a +i=p.b +if(j.x)A.a2(A.O(u.V)) +h=new A.pt(j) +h.r5(j) +l.Im(b,new A.yz(j,i,h),k) +return j}try{g=j.a=c.$0() +l.yp(b,g,k) +h=g}catch(o){s=A.as(o) +r=A.aN(o) +if(d!=null){d.$2(s,r) +return k}else throw o}j.b=!1 +n=A.ba("pendingImage") +m=new A.fJ(new A.YH(j,l,b,!0,k,n),k,k) +n.b=new A.NO(h,m) +i.n(0,b,n.am()) +j.a.a0(0,m) +return j.a}, +b9(a,b,c){return this.Br(a,b,c,null)}, +UC(a){var s,r,q,p,o,n=this,m=n.b,l=A.m(m).h("aB<1>") +while(!0){if(!(n.f>104857600||m.a>1000))break +s=new A.aB(m,l) +r=s.gT(s) +if(!r.t())A.a2(A.bV()) +q=r.gE(r) +p=m.k(0,q) +s=n.f +o=p.b +o.toString +n.f=s-o +p.l() +m.v(0,q)}}} +A.YG.prototype={ +$0(){return A.axU(this.b,new A.YF(this.a,this.c))}, +$S:215} +A.YF.prototype={ +$0(){this.a.c.v(0,this.b)}, +$S:0} +A.YH.prototype={ +$2(a,b){var s,r,q,p,o,n=this +if(a!=null){s=a.a +r=s.gb7(s)*s.gby(s)*4 +s.l()}else r=null +s=n.a +q=s.a +if(q.x)A.a2(A.O(u.V)) +p=new A.pt(q) +p.r5(q) +o=new A.yz(q,r,p) +p=n.b +q=n.c +p.yp(q,s.a,r) +if(n.d)p.Im(q,o,n.e) +else o.l() +p.a.v(0,q) +if(!s.b){q=n.f.am() +q.a.M(0,q.b)}s.b=!0}, +$S:216} +A.KP.prototype={ +l(){$.bX.rx$.push(new A.a88(this))}} +A.a88.prototype={ +$1(a){var s=this.a,r=s.c +if(r!=null)r.l() +s.c=null}, +$S:3} +A.yz.prototype={} +A.rh.prototype={ +TO(a,b,c){var s=new A.aa0(this,b) +this.d=s +if(a.x)A.a2(A.O(u.V)) +a.y.push(s)}, +i(a){return"#"+A.b7(this)}} +A.aa0.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.a2(A.O(u.V)) +B.b.v(r.y,q) +s.DF()}, +$S:0} +A.NO.prototype={} +A.uT.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.uT&&b.a==s.a&&b.b==s.b&&J.e(b.c,s.c)&&b.d==s.d&&J.e(b.e,s.e)&&b.f==s.f}, +gq(a){var s=this +return A.D(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)}, +i(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.i(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("devicePixelRatio: "+B.c.R(p,1)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.i(0)) +q=p +s=!0}p=r.d +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.i(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("size: "+p.i(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.hu.prototype={ +Y(a){var s=new A.YS() +this.Vm(a,new A.YO(this,a,s),new A.YP(this,a,s)) +return s}, +Vm(a,b,c){var s,r,q,p,o,n={} +n.a=null +n.b=!1 +s=new A.YL(n,c) +r=null +try{r=this.AT(a)}catch(o){q=A.as(o) +p=A.aN(o) +s.$2(q,p) +return}r.ba(new A.YK(n,this,b,s),t.H).kR(s)}, +qk(a,b,c,d){var s,r +if(b.a!=null){s=$.jO.l7$ +s===$&&A.b() +s.Br(0,c,new A.YM(b),d) +return}s=$.jO.l7$ +s===$&&A.b() +r=s.Br(0,c,new A.YN(this,c),d) +if(r!=null)b.CF(r)}, +uy(a,b){return A.am6()}, +uA(a,b){return A.am6()}, +i(a){return"ImageConfiguration()"}} +A.YO.prototype={ +$2(a,b){this.a.qk(this.b,this.c,a,b)}, +$S(){return A.m(this.a).h("~(hu.T,~(F,cE?))")}} +A.YP.prototype={ +$3(a,b,c){return this.OE(a,b,c)}, +OE(a,b,c){var s=0,r=A.a0(t.H),q=this,p +var $async$$3=A.a1(function(d,e){if(d===1)return A.Y(e,r) +while(true)switch(s){case 0:p=A.kk(null,t.P) +s=2 +return A.a8(p,$async$$3) +case 2:p=q.c +if(p.a==null)p.CF(new A.a8X(A.a([],t.XZ),A.a([],t.SM),A.a([],t.u))) +p=p.a +p.toString +p.qj(A.bh("while resolving an image"),b,null,!0,c) +return A.Z(null,r)}}) +return A.a_($async$$3,r)}, +$S(){return A.m(this.a).h("ac<~>(hu.T?,F,cE?)")}} +A.YL.prototype={ +OD(a,b){var s=0,r=A.a0(t.H),q,p=this,o +var $async$$2=A.a1(function(c,d){if(c===1)return A.Y(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.Z(q,r)}}) +return A.a_($async$$2,r)}, +$2(a,b){return this.OD(a,b)}, +$S:217} +A.YK.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +try{p.c.$2(a,p.d)}catch(q){s=A.as(q) +r=A.aN(q) +p.d.$2(s,r)}}, +$S(){return A.m(this.b).h("aV(hu.T)")}} +A.YM.prototype={ +$0(){var s=this.a.a +s.toString +return s}, +$S:134} +A.YN.prototype={ +$0(){var s=this.a,r=this.b,q=s.uA(r,$.jO.ga6U()) +return q instanceof A.Kh?s.uy(r,$.jO.ga6S()):q}, +$S:134} +A.Kh.prototype={} +A.id.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.id&&b.a===s.a&&b.b===s.b&&b.c===s.c}, +gq(a){return A.D(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)}, +i(a){return"AssetBundleImageKey(bundle: "+this.a.i(0)+', name: "'+this.b+'", scale: '+A.h(this.c)+")"}} +A.C2.prototype={ +uA(a,b){return A.akl(this.ol(a,b),a.b,null,a.c)}, +uy(a,b){return A.akl(this.ol(a,b),a.b,null,a.c)}, +ol(a,b){return this.YP(a,b)}, +YP(a,b){var s=0,r=A.a0(t.hP),q,p=2,o,n,m,l,k +var $async$ol=A.a1(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:l=null +p=4 +s=7 +return A.a8(a.a.ux(a.b),$async$ol) +case 7:l=d +p=2 +s=6 +break +case 4:p=3 +k=o +if(A.as(k) instanceof A.mD){m=$.jO.l7$ +m===$&&A.b() +m.a4Z(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.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$ol,r)}} +A.a8X.prototype={} +A.te.prototype={ +gnf(){return this.a}, +AT(a){var s,r={},q=a.a +if(q==null)q=$.SK() +r.a=r.b=null +s=t.P +A.au6(A.as4(q).ba(new A.Tb(r,this,a,q),s),new A.Tc(r),s,t.K) +s=r.a +if(s!=null)return s +s=new A.at($.ag,t.Lv) +r.b=new A.bD(s,t.h8) +return s}, +UP(a,b,c){var s,r,q,p,o +if(c==null||c.length===0||b.b==null)return new A.kK(null,a) +s=A.agl(t.i,t.pR) +for(r=c.length,q=0;q(r+q)/2){s=a.k(0,q) +s.toString +return s}else{s=a.k(0,r) +s.toString +return s}}, +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.te&&b.gnf()===this.gnf()&&!0}, +gq(a){return A.D(this.gnf(),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)}, +i(a){return"AssetImage(bundle: "+A.h(this.b)+', name: "'+this.gnf()+'")'}} +A.Tb.prototype={ +$1(a){var s,r,q=this,p=q.b,o=a.OI(p.gnf()),n=p.UP(p.gnf(),q.c,o) +p=n.a +if(p==null)p=1 +s=new A.id(q.d,n.b,p) +p=q.a +r=p.b +if(r!=null)r.dM(0,s) +else p.a=new A.bO(s,t.WT)}, +$S:219} +A.Tc.prototype={ +$2(a,b){this.a.b.mG(a,b)}, +$S:40} +A.dO.prototype={ +cE(a){return new A.dO(this.a.cE(0),this.b,this.c)}, +i(a){var s=this.c +s=s!=null?s+" ":"" +return s+this.a.i(0)+" @ "+A.i6(this.b)+"x"}, +gq(a){return A.D(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,b){var s=this +if(b==null)return!1 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.dO&&b.a===s.a&&b.b===s.b&&b.c==s.c}} +A.fJ.prototype={ +gq(a){return A.D(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,b){var s=this +if(b==null)return!1 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.fJ&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}, +a87(a,b){return this.a.$2(a,b)}} +A.YS.prototype={ +CF(a){var s,r=this +r.a=a +s=r.b +if(s!=null){r.b=null +a.r=!0 +B.b.U(s,a.gtm(a)) +r.a.r=!1}}, +a0(a,b){var s=this.a +if(s!=null)return s.a0(0,b) +s=this.b;(s==null?this.b=A.a([],t.XZ):s).push(b)}, +M(a,b){var s,r=this.a +if(r!=null)return r.M(0,b) +for(s=0;r=this.b,s")),t.kE),!0,t.CF) +n=i.b +B.b.C(o,n) +B.b.O(n) +s=!1 +for(n=o.length,m=0;m=s.a}else r=!0 +if(r){s=p.ax +p.F7(new A.dO(s.gfQ(s).cE(0),p.as,p.e)) +p.ay=a +s=p.ax +p.ch=s.gKY(s) +s=p.ax +s.gfQ(s).l() +p.ax=null +q=B.f.hd(p.CW,p.Q.gpI()) +if(p.Q.gvf()===-1||q<=p.Q.gvf())p.m2() +return}s.toString +r=p.ay +r===$&&A.b() +p.cx=A.cd(new A.aS(B.f.aX(s.a-(a.a-r.a))),new A.a_v(p))}, +m2(){var s=0,r=A.a0(t.H),q,p=2,o,n=this,m,l,k,j,i +var $async$m2=A.a1(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:j=n.ax +if(j!=null)j.gfQ(j).l() +n.ax=null +p=4 +s=7 +return A.a8(n.Q.h6(),$async$m2) +case 7:n.ax=b +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.as(i) +l=A.aN(i) +n.qj(A.bh("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.gpI()===1){if(n.a.length===0){s=1 +break}j=n.ax +n.F7(new A.dO(j.gfQ(j).cE(0),n.as,n.e)) +j=n.ax +j.gfQ(j).l() +n.ax=null +s=1 +break}n.Hm() +case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$m2,r)}, +Hm(){if(this.cy)return +this.cy=!0 +$.bX.vK(this.gWW())}, +F7(a){this.CK(a);++this.CW}, +a0(a,b){var s,r=this +if(r.a.length===0){s=r.Q +if(s!=null)s=r.c==null||s.gpI()>1 +else s=!1}else s=!1 +if(s)r.m2() +r.QE(0,b)}, +M(a,b){var s,r=this +r.QF(0,b) +if(r.a.length===0){s=r.cx +if(s!=null)s.bt(0) +r.cx=null}}, +rK(){this.QD() +if(this.x)this.z=null}} +A.a_w.prototype={ +$2(a,b){this.a.qj(A.bh("resolving an image codec"),a,this.b,!0,b)}, +$S:40} +A.a_v.prototype={ +$0(){this.a.Hm()}, +$S:0} +A.MF.prototype={} +A.ME.prototype={} +A.BR.prototype={} +A.pw.prototype={ +j(a,b){var s +if(b==null)return!1 +if(b instanceof A.pw)if(b.a===this.a)if(b.b==this.b)s=A.dy(b.f,this.f) +else s=!1 +else s=!1 +else s=!1 +return s}, +gq(a){return A.D(this.a,this.b,this.c,!1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.h(this.b)+", recognizer: "+A.h(this.c)+"}"}} +A.jD.prototype={ +P7(a){var s={} +s.a=null +this.aY(new A.Z1(s,a,new A.BR())) +return s.a}, +NQ(a){var s,r=new A.c1("") +this.K3(r,!0,a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +iO(a,b){var s={} +if(b<0)return null +s.a=null +this.aY(new A.Z0(s,b,new A.BR())) +return s.a}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.qI&&J.e(b.a,this.a)}, +gq(a){return J.p(this.a)}} +A.Z1.prototype={ +$1(a){var s=a.P8(this.b,this.c) +this.a.a=s +return s==null}, +$S:51} +A.Z0.prototype={ +$1(a){var s=a.a33(this.b,this.c) +this.a.a=s +return s==null}, +$S:51} +A.cs.prototype={ +aH(a,b){var s=this.a.aH(0,b) +return new A.cs(this.b.Z(0,b),s)}, +cv(a,b){var s,r,q=this +if(a instanceof A.cs){s=A.aw(a.a,q.a,b) +r=A.ie(a.b,q.b,b) +r.toString +return new A.cs(r,s)}if(a instanceof A.dk){s=A.aw(a.a,q.a,b) +return new A.e6(q.b,1-b,a.b,s)}return q.lW(a,b)}, +cw(a,b){var s,r,q=this +if(a instanceof A.cs){s=A.aw(q.a,a.a,b) +r=A.ie(q.b,a.b,b) +r.toString +return new A.cs(r,s)}if(a instanceof A.dk){s=A.aw(q.a,a.a,b) +return new A.e6(q.b,b,a.b,s)}return q.lX(a,b)}, +kV(a){var s=a==null?this.a:a +return new A.cs(this.b,s)}, +h7(a,b){var s=$.af().d9() +s.fv(this.b.Y(b).e_(a)) +return s}, +io(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.dc(s.Y(c).e_(b),o.jg()) +else{r=$.af().b4() +r.sag(0,o.a) +q=s.Y(c).e_(b) +p=q.eg(-o.gdq()) +a.mS(q.eg(o.glS()),p,r)}break}}, +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.cs&&b.a.j(0,this.a)&&b.b.j(0,this.b)}, +gq(a){return A.D(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)}, +i(a){return"RoundedRectangleBorder("+this.a.i(0)+", "+this.b.i(0)+")"}} +A.e6.prototype={ +aH(a,b){var s=this.a.aH(0,b) +return new A.e6(this.b.Z(0,b),b,this.d,s)}, +cv(a,b){var s,r,q,p=this +if(a instanceof A.cs){s=A.aw(a.a,p.a,b) +r=A.ie(a.b,p.b,b) +r.toString +return new A.e6(r,p.c*b,p.d,s)}if(a instanceof A.dk){s=A.aw(a.a,p.a,b) +r=p.c +return new A.e6(p.b,r+(1-r)*(1-b),a.b,s)}if(a instanceof A.e6){s=A.aw(a.a,p.a,b) +r=A.ie(a.b,p.b,b) +r.toString +q=A.S(a.c,p.c,b) +q.toString +return new A.e6(r,q,p.d,s)}return p.lW(a,b)}, +cw(a,b){var s,r,q,p=this +if(a instanceof A.cs){s=A.aw(p.a,a.a,b) +r=A.ie(p.b,a.b,b) +r.toString +return new A.e6(r,p.c*(1-b),p.d,s)}if(a instanceof A.dk){s=A.aw(p.a,a.a,b) +r=p.c +return new A.e6(p.b,r+(1-r)*b,a.b,s)}if(a instanceof A.e6){s=A.aw(p.a,a.a,b) +r=A.ie(p.b,a.b,b) +r.toString +q=A.S(p.c,a.c,b) +q.toString +return new A.e6(r,q,p.d,s)}return p.lX(a,b)}, +Hj(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)+r+-56613888 +break $label0$0}if(56320===s){r=r.iO(0,a-1) +r.toString +r=(r<<10>>>0)+q+-56613888 +break $label0$0}r=q +break $label0$0}return r}, +a0v(a,b){var s,r=this.UY(b?a-1:a),q=b?a:a-1,p=this.a.iO(0,q) +if(!(r==null||p==null||A.am4(r)||A.am4(p))){q=A.e0("[\\p{Space_Separator}\\p{Punctuation}]",!0,!0) +s=A.df(r) +q=!q.b.test(s)}else q=!0 +return q}} +A.acg.prototype={ +hO(a){var s +if(a<0)return null +s=this.b.hO(a) +return s==null||this.a.$2(s,!1)?s:this.hO(s-1)}, +hP(a){var s=this.b.hP(Math.max(a,0)) +return s==null||this.a.$2(s,!0)?s:this.hP(s)}} +A.ac0.prototype={ +OO(a){var s +switch(a.a){case 0:s=this.a +s=s.gmu(s) +break +case 1:s=this.a +s=s.gLV(s) +break +default:s=null}return s}} +A.ac1.prototype={ +giq(){var s,r,q=this.c +if(q===0)return B.h +s=this.a +r=s.a +if(!isFinite(r.gby(r)))return B.It +r=this.b +s=s.a +return new A.q(q*(r-s.gby(s)),0)}, +a_K(a,b,c){var s,r,q=this,p=q.a,o=A.amx(a,b,c,p) +if(o===q.b)return!0 +if(!isFinite(q.giq().a)){s=p.a +s=!isFinite(s.gby(s))&&isFinite(a)}else s=!1 +if(s)return!1 +r=p.a.glq() +p=p.a +if(p.gby(p)-r>-1e-10&&b-r>-1e-10){q.b=o +return!0}return!1}} +A.oe.prototype={} +A.ob.prototype={} +A.Jp.prototype={ +a6(){var s=this.b +if(s!=null)s.a.a.l() +this.b=null}, +sqn(a,b){var s,r,q=this +if(J.e(q.f,b))return +s=q.f +s=s==null?null:s.a +if(!J.e(s,b.a)){s=q.CW +if(s!=null)s.l() +q.CW=null}s=q.f +s=s==null?null:s.aZ(0,b) +r=s==null?B.ch:s +q.f=b +q.r=null +s=r.a +if(s>=3)q.a6() +else if(s>=2)q.c=!0}, +guY(){var s=this.r +if(s==null){s=this.f +s=s==null?null:s.NQ(!1) +this.r=s}return s==null?"":s}, +sBJ(a,b){if(this.w===b)return +this.w=b +this.a6()}, +sbQ(a){var s,r=this +if(r.x===a)return +r.x=a +r.a6() +s=r.CW +if(s!=null)s.l() +r.CW=null}, +sdC(a){var s,r=this +if(a.j(0,r.y))return +r.y=a +r.a6() +s=r.CW +if(s!=null)s.l() +r.CW=null}, +sa4E(a){if(this.z==a)return +this.z=a +this.a6()}, +sAG(a,b){if(J.e(this.Q,b))return +this.Q=b +this.a6()}, +sAL(a){if(this.as==a)return +this.as=a +this.a6()}, +sBL(a){if(this.ax===a)return +this.ax=a}, +ga6K(){var s,r,q,p=this.b +if(p==null)return null +s=p.giq() +if(!isFinite(s.a)||!isFinite(s.b))return A.a([],t.Lx) +r=p.d +if(r==null)r=p.d=p.a.a.qA() +if(s.j(0,B.h))return r +q=A.ae(r).h("ad<1,e3>") +return A.a6(new A.ad(r,new A.a5V(s),q),!1,q.h("aY.E"))}, +vT(a){if(a==null||a.length===0||A.dy(a,this.ch))return +this.ch=a +this.a6()}, +EP(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.P_(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.aH(0,14) +q=n.as +p=n.ay +p=A.a0l(n.z,m,r,m,m,m,n.Q,q,m,l,s,p) +l=p}return l}, +Vp(){return this.EP(null)}, +gv1(){var s,r,q=this,p=q.CW +if(p==null){p=q.EP(B.P) +s=$.af().pf(p) +p=q.f +if(p==null)r=null +else{p=p.a +r=p==null?null:p.Cs(q.y)}if(r!=null)s.qd(r) +s.mr(" ") +p=s.aN() +p.f7(B.qs) +q.CW=p}return p.gb7(p)}, +EO(a){var s=this,r=s.Vp(),q=$.af().pf(r) +r=s.y +a.JK(q,s.ch,r) +s.c=!1 +return q.aN()}, +AC(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.b,i=j==null +if(!i&&j.a_K(b,a,k.ax))return +s=k.f +if(s==null)throw A.d(A.O("TextPainter.text must be set to a non-null value before using the TextPainter.")) +r=k.x +if(r==null)throw A.d(A.O("TextPainter.textDirection must be set to a non-null value before using the TextPainter.")) +q=A.alG(k.w,r) +if(!(!isFinite(a)&&q!==0))p=a +else p=i?null:j.a.a.glq() +o=p==null +k.d=o?a:p +n=i?null:j.a.a +if(n==null)n=k.EO(s) +n.f7(new A.li(k.d)) +i=new A.ac0(n) +m=A.amx(b,a,k.ax,i) +if(o&&isFinite(b)){l=i.a.glq() +n.f7(new A.li(l)) +k.d=l}k.b=new A.ac1(i,m,q)}, +a7o(){return this.AC(1/0,0)}, +aC(a,b){var s,r,q,p=this,o=p.b +if(o==null)throw A.d(A.O("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.giq().a)||!isFinite(o.giq().b))return +if(p.c){s=o.a +r=s.a +q=p.f +q.toString +q=p.EO(q) +q.f7(new A.li(p.d)) +s.a=q +r.l()}a.iS(o.a.a,b.X(0,o.giq()))}, +Ft(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.guY().length +if(i===0||a>i)return null +s=B.d.iO(j.guY(),Math.max(0,a-1)) +r=s&64512 +q=r===55296||r===56320||j.f.iO(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.vu(Math.max(0,l),a,B.ji) +if(o.length===0){if(n&&m)break +if(l>>0,n=!q;o.length===0;){m=a+p +o=this.b.a.a.vu(a,m,B.ji) +if(o.length===0){if(n)break +if(m>=r)break +p*=2 +continue}l=B.b.gK(o).e===B.q?B.b.gK(o):B.b.gN(o) +r=l.e +n=r===B.q?l.a:l.c +k=l.b +return new A.oe(new A.q(n,k),r,l.d-k)}return null}, +qE(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.wy:i.EA(a) +$label0$0:{r=A.bd("#0#2",new A.a5S(s)) +q=A.bd("#0#4",new A.a5T(s)) +p=A.bd("#0#7",new A.a5U(s)) +if(s instanceof A.ob)if(typeof r.L()=="number"){o=r.L() +n=!0}else{o=h +n=!1}else{o=h +n=!1}if(n){n=i.w +m=i.x +m.toString +l=A.alG(n,m) +return new A.q(l===0?0:l*g.b,o)}n=s instanceof A.oe +if(n)if(B.q===q.L())if(p.L() instanceof A.q){k=p.L() +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.L())if(p.L() instanceof A.q){k=p.L() +n=!0}else{k=h +n=!1}else{k=h +n=!1}else{k=h +n=!1}j=n?new A.q(k.a-(b.c-b.a),k.b):h}return new A.q(A.N(j.a+g.giq().a,0,g.b),j.b+g.giq().b)}, +OR(a,b){var s,r,q,p,o=null +if(a.a<0)return o +s=this.EA(a) +r=A.bd("#0#2",new A.a5R(s)) +$label0$0:{if(s instanceof A.oe)if(typeof r.L()=="number"){q=r.L() +p=!0}else{q=o +p=!1}else{q=o +p=!1}if(p){p=q +break $label0$0}if(s instanceof A.ob){p=o +break $label0$0}p=o}return p}, +EA(a){var s,r,q=this,p=q.b +if(a.j(0,p.f)){s=q.cx +s===$&&A.b() +return s}r=a.a +switch(a.b.a){case 0:s=q.Ft(r) +if(s==null)s=q.Fs(r) +break +case 1:s=q.Fs(r) +if(s==null)s=q.Ft(r) +break +default:s=null}p.f=a +return q.cx=s==null?B.wy:s}, +Cd(a,b,c){var s,r,q=this.b,p=q.giq() +if(!isFinite(p.a)||!isFinite(p.b))return A.a([],t.Lx) +s=q.a.a.qB(a.a,a.b,b,c) +if(p.j(0,B.h))r=s +else{r=A.ae(s).h("ad<1,e3>") +r=A.a6(new A.ad(s,new A.a5Q(p),r),!1,r.h("aY.E"))}return r}, +eN(a){var s=this.b +return s.a.a.eN(a.a3(0,s.giq()))}, +tD(){var s,r,q=this.b,p=q.giq() +if(!isFinite(p.a)||!isFinite(p.b))return B.Fh +s=q.e +if(s==null){s=q.a.a.tD() +q.e=s}if(p.j(0,B.h))r=s +else{r=A.ae(s).h("ad<1,l8>") +r=A.a6(new A.ad(s,new A.a5P(p),r),!1,r.h("aY.E"))}return r}, +l(){var s=this,r=s.CW +if(r!=null)r.l() +s.CW=null +r=s.b +if(r!=null)r.a.a.l() +s.f=s.b=null}} +A.a5V.prototype={ +$1(a){return A.alH(a,this.a)}, +$S:132} +A.a5I.prototype={ +$0(){return this.a.a}, +$S:227} +A.a5K.prototype={ +$0(){return this.a.b}, +$S:131} +A.a5J.prototype={ +$0(){return B.aH===this.a.L()}, +$S:2} +A.a5L.prototype={ +$0(){return B.q===this.a.L()}, +$S:2} +A.a5M.prototype={ +$0(){return B.P===this.a.L()}, +$S:2} +A.a5N.prototype={ +$0(){return B.eZ===this.a.L()}, +$S:2} +A.a5O.prototype={ +$0(){return B.iz===this.a.L()}, +$S:2} +A.a5S.prototype={ +$0(){return t.Wt.a(this.a).a}, +$S:57} +A.a5T.prototype={ +$0(){return t.YL.a(this.a).b}, +$S:131} +A.a5U.prototype={ +$0(){return t.YL.a(this.a).a}, +$S:229} +A.a5R.prototype={ +$0(){return t.YL.a(this.a).c}, +$S:57} +A.a5Q.prototype={ +$1(a){return A.alH(a,this.a)}, +$S:132} +A.a5P.prototype={ +$1(a){var s=this.a,r=a.gLJ(),q=a.gJC(),p=a.gKE(),o=a.gNY(),n=a.gb7(a),m=a.gby(a),l=a.gf8(a),k=a.gtu(),j=a.gAD(a) +return $.af().Kl(q,k+s.b,p,r,n,l+s.a,j,o,m)}, +$S:230} +A.j7.prototype={ +aH(a,b){return b*this.a}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.j7&&b.a===this.a}, +gq(a){return B.c.gq(this.a)}, +i(a){var s=this.a +return s===1?"no scaling":"linear ("+A.h(s)+"x)"}, +$ixZ:1} +A.qI.prototype={ +gKw(a){return this.e}, +gC9(){return!0}, +iZ(a,b){t.pY.b(a)}, +JK(a,b,c){var s,r,q,p,o,n=this.a,m=n!=null +if(m)a.qd(n.Cs(c)) +n=this.b +if(n!=null)try{a.mr(n)}catch(q){n=A.as(q) +if(n instanceof A.hd){s=n +r=A.aN(q) +A.dd(new A.bA(s,r,"painting library",A.bh("while building a TextSpan"),null,!1)) +a.mr("\ufffd")}else throw q}p=this.c +if(p!=null)for(n=p.length,o=0;o0?q:B.dh +if(p===B.ch)return p}else p=B.dh +s=n.c +if(s!=null)for(r=b.c,o=0;op.a)p=q +if(p===B.ch)return p}return p}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +if(!s.QH(0,b))return!1 +return b instanceof A.qI&&b.b==s.b&&s.e.j(0,b.e)&&A.dy(b.c,s.c)}, +gq(a){var s=this,r=null,q=A.jD.prototype.gq.call(s,s),p=s.c +p=p==null?r:A.bm(p) +return A.D(q,s.b,r,r,r,r,s.e,p,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +c_(){return"TextSpan"}, +$iaj:1, +$iiG:1, +gB0(){return null}, +gB1(){return null}} +A.u.prototype={ +gn8(){return this.e}, +gkK(a){return this.d}, +p9(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){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=a.ay +if(a0==null&&b6==null)s=a3==null?a.b:a3 +else s=null +r=a.ch +if(r==null&&a1==null)q=a2==null?a.c:a2 +else q=null +p=b2==null?a.r:b2 +o=b5==null?a.w:b5 +n=b9==null?a.y:b9 +m=c5==null?a.z:c5 +l=c4==null?a.Q:c4 +k=b7==null?a.as:b7 +j=b8==null?a.at:b8 +a0=b6==null?a0:b6 +r=a1==null?r:a1 +i=c3==null?a.dy:c3 +h=b4==null?a.fx:b4 +g=a5==null?a.CW:a5 +f=a6==null?a.cx:a6 +e=a7==null?a.cy:a7 +d=a8==null?a.db:a8 +c=a9==null?a.gkK(a):a9 +b=b0==null?a.e:b0 +return A.fZ(r,q,s,null,g,f,e,d,c,b,a.fr,p,a.x,h,o,a0,k,a.a,j,n,a.ax,a.fy,a.f,i,l,m)}, +i9(a){return this.p9(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)}, +Kb(a){return this.p9(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)}, +Ke(a,b){return this.p9(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)}, +Kf(a,b){return this.p9(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)}, +e8(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.gkK(h) +o=h.r +o=o==null?g:o*a2+a1 +n=h.w +n=n==null?g:B.hh[B.f.eY(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.fZ(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)}, +bY(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.gkK(a4) +a2=a4.e +a3=a4.f +return this.p9(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)}, +Cs(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.j(0,B.az) +if(s){s=i +break $label0$0}s=a.aH(0,i) +break $label0$0}r=k.gn8() +q=new A.e5(k.ch,k.c) +p=A.bd("#1#1",new A.a5W(q)) +o=A.bd("#1#2",new A.a5X(q)) +$label1$1:{if(t.Q2.b(p.L())){n=p.L() +m=!0}else{n=j +m=!1}if(m){m=n +break $label1$1}if(o.L() instanceof A.G){l=o.L() +m=!0}else{l=j +m=!1}if(m){m=$.af().b4() +m.sag(0,l) +break $label1$1}m=j +break $label1$1}return A.agt(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)}, +P_(a,b,c,d,e,f,g,h){var s=this,r=s.at,q=r==null?null:new A.Jk(r),p=s.r +p=h.aH(0,p==null?14:p) +return A.a0l(a,s.d,p,s.x,s.w,s.as,b,c,null,e,f,q)}, +aZ(a,b){var s=this +if(s===b)return B.dh +if(s.a!==b.a||s.d!=b.d||s.r!=b.r||s.w!=b.w||s.y!=b.y||s.z!=b.z||s.Q!=b.Q||s.as!=b.as||s.at!=b.at||s.ay!=b.ay||s.ch!=b.ch||!A.dy(s.dy,b.dy)||!A.dy(s.fr,b.fr)||!A.dy(s.fx,b.fx)||!A.dy(s.gn8(),b.gn8())||!1)return B.ch +if(!J.e(s.b,b.b)||!J.e(s.c,b.c)||!J.e(s.CW,b.CW)||!J.e(s.cx,b.cx)||s.cy!=b.cy||s.db!=b.db)return B.Jy +return B.dh}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.u)if(b.a===r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(b.r==r.r)if(b.w==r.w)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)if(b.as==r.as)if(b.at==r.at)if(b.ay==r.ay)if(b.ch==r.ch)if(A.dy(b.dy,r.dy))if(A.dy(b.fr,r.fr))if(A.dy(b.fx,r.fx))if(J.e(b.CW,r.CW))if(J.e(b.cx,r.cx))if(b.cy==r.cy)if(b.db==r.db)if(b.d==r.d)if(A.dy(b.gn8(),r.gn8()))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gq(a){var s,r=this,q=null,p=r.gn8(),o=p==null?q:A.bm(p),n=A.D(r.cy,r.db,r.d,o,r.f,r.fy,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a),m=r.dy,l=r.fx +o=m==null?q:A.bm(m) +s=l==null?q:A.bm(l) +return A.D(r.a,r.b,r.c,r.r,r.w,r.x,r.y,r.z,r.Q,r.as,r.at,r.ax,r.ay,r.ch,o,q,s,r.CW,r.cx,n)}, +c_(){return"TextStyle"}} +A.a5W.prototype={ +$0(){return this.a.a}, +$S:231} +A.a5X.prototype={ +$0(){return this.a.b}, +$S:232} +A.Qd.prototype={} +A.Ey.prototype={ +TB(a,b,c,d,e){var s=this +s.r=A.anw(new A.Xl(s),s.gzI(s),0,10,0)}, +dm(a,b){var s,r,q=this +if(b>q.r)return q.gu5() +s=q.e +r=q.c +return q.d+s*Math.pow(q.b,b)/r-s/r-q.f/2*b*b}, +ea(a,b){var s=this +if(b>s.r)return 0 +return s.e*Math.pow(s.b,b)-s.f*b}, +gu5(){var s=this +if(s.f===0)return s.d-s.e/s.c +return s.dm(0,s.r)}, +NK(a){var s,r=this,q=r.d +if(a===q)return 0 +s=r.e +if(s!==0)if(s>0)q=ar.gu5() +else q=a>q||a=l&&n.c>=n.d)return new A.Q(A.N(0,m,l),A.N(0,n.c,n.d)) +s=a.a +r=a.b +q=s/r +if(s>l){r=l/q +s=l}p=n.d +if(r>p){s=p*q +r=p}if(s=s.b&&s.c>=s.d}, +Z(a,b){var s=this +return new A.aX(s.a*b,s.b*b,s.c*b,s.d*b)}, +ga7c(){var s=this,r=s.a +if(r>=0)if(r<=s.b){r=s.c +r=r>=0&&r<=s.d}else r=!1 +else r=!1 +return r}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.aX&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gq(a){var s=this +return A.D(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)}, +i(a){var s,r=this,q=r.ga7c()?"":"; 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.Tv() +return"BoxConstraints("+s.$3(p,r.b,"w")+", "+s.$3(r.c,r.d,"h")+q+")"}} +A.Tv.prototype={ +$3(a,b,c){if(a===b)return c+"="+B.c.R(a,1) +return B.c.R(a,1)+"<="+c+"<="+B.c.R(b,1)}, +$S:236} +A.kN.prototype={ +Jm(a,b,c){if(c!=null){c=A.FG(A.ag5(c)) +if(c==null)return!1}return this.yL(a,b,c)}, +ms(a,b,c){var s,r=b==null,q=r?c:c.a3(0,b) +r=!r +if(r)this.c.push(new A.ro(new A.q(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.v0() +return s}, +yL(a,b,c){var s,r=c==null,q=r?b:A.cC(c,b) +r=!r +if(r)this.c.push(new A.zp(c)) +s=a.$2(this,q) +if(r)this.v0() +return s}, +Jl(a,b,c){var s,r=this +if(b!=null)r.c.push(new A.ro(new A.q(-b.a,-b.b))) +else{c.toString +c=A.FG(A.ag5(c)) +c.toString +r.c.push(new A.zp(c))}s=a.$1(r) +r.v0() +return s}, +a1T(a,b){return this.Jl(a,null,b)}, +a1S(a,b){return this.Jl(a,b,null)}} +A.mf.prototype={ +i(a){return"#"+A.b7(this.a)+"@"+this.c.i(0)}} +A.f_.prototype={ +i(a){return"offset="+this.a.i(0)}} +A.tL.prototype={} +A.H.prototype={ +e3(a){if(!(a.b instanceof A.f_))a.b=new A.f_(B.h)}, +jk(a){var s=this.fy +if(s==null)s=this.fy=A.z(t.k,t.FW) +return s.b9(0,a,new A.a1F(this,a))}, +c3(a){return B.O}, +gA(a){var s=this.id +return s==null?A.a2(A.O("RenderBox was not laid out: "+A.v(this).i(0)+"#"+A.b7(this))):s}, +gks(){var s=this.gA(this) +return new A.C(0,0,0+s.a,0+s.b)}, +Cf(a,b){var s=null +try{s=this.lG(a)}finally{}if(s==null&&!b)return this.gA(this).b +return s}, +lG(a){var s=this.k1 +if(s==null)s=this.k1=A.z(t._0,t.PM) +return s.b9(0,a,new A.a1E(this,a))}, +i7(a){return null}, +ga_(){return t.k.a(A.B.prototype.ga_.call(this))}, +UT(){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.O(0) +q=r.fx +if(q!=null)q.O(0) +q=r.fy +if(q!=null)q.O(0) +return!0}return!1}, +a6(){var s=this +if(s.UT()&&s.d instanceof A.B){s.q_() +return}s.Rs()}, +c8(a,b){var s,r=this +if(r.id!=null)if(!a.j(0,t.k.a(A.B.prototype.ga_.call(r)))){s=r.k1 +s=s!=null&&s.a!==0}else s=!1 +else s=!1 +if(s){s=r.k1 +if(s!=null)s.O(0)}r.Rr(a,b)}, +f7(a){return this.c8(a,!1)}, +nm(){this.id=this.c3(t.k.a(A.B.prototype.ga_.call(this)))}, +bC(){}, +bX(a,b){var s=this +if(s.id.p(0,b))if(s.cP(a,b)||s.hw(b)){a.B(0,new A.mf(b,s)) +return!0}return!1}, +hw(a){return!1}, +cP(a,b){return!1}, +cC(a,b){var s,r=a.b +r.toString +s=t.q.a(r).a +b.ac(0,s.a,s.b)}, +lI(a){var s,r,q,p,o,n=this.bz(0,null) +if(n.eC(n)===0)return B.h +s=new A.fs(new Float64Array(3)) +s.lM(0,0,1) +r=new A.fs(new Float64Array(3)) +r.lM(0,0,0) +q=n.uW(r) +r=new A.fs(new Float64Array(3)) +r.lM(0,0,1) +p=n.uW(r).a3(0,q) +r=new A.fs(new Float64Array(3)) +r.lM(a.a,a.b,0) +o=n.uW(r) +r=o.a3(0,p.Pg(s.KS(o)/s.KS(p))).a +return new A.q(r[0],r[1])}, +gip(){var s=this.gA(this) +return new A.C(0,0,0+s.a,0+s.b)}, +iZ(a,b){this.Rq(a,b)}} +A.a1F.prototype={ +$0(){return this.a.c3(this.b)}, +$S:237} +A.a1E.prototype={ +$0(){return this.a.i7(this.b)}, +$S:126} +A.e1.prototype={ +a43(a){var s,r,q,p=this.aa$ +for(s=A.m(this).h("e1.1?");p!=null;){r=s.a(p.b) +q=p.lG(a) +if(q!=null)return q+r.a.b +p=r.ae$}return null}, +KA(a){var s,r,q,p,o=this.aa$ +for(s=A.m(this).h("e1.1"),r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.lG(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.ae$}return r}, +zl(a,b){var s,r,q={},p=q.a=this.cN$ +for(s=A.m(this).h("e1.1");p!=null;p=r){p=p.b +p.toString +s.a(p) +if(a.ms(new A.a1D(q,b,p),p.a,b))return!0 +r=p.bV$ +q.a=r}return!1}, +ph(a,b){var s,r,q,p,o,n=this.aa$ +for(s=A.m(this).h("e1.1"),r=b.a,q=b.b;n!=null;){p=n.b +p.toString +s.a(p) +o=p.a +a.fc(n,new A.q(o.a+r,o.b+q)) +n=p.ae$}}} +A.a1D.prototype={ +$2(a,b){return this.a.a.bX(a,b)}, +$S:11} +A.yJ.prototype={ +a4(a){this.qY(0)}} +A.fP.prototype={ +i(a){return this.w4(0)+"; id="+A.h(this.e)}} +A.a_s.prototype={ +dX(a,b){var s=this.b.k(0,a) +s.c8(b,!0) +return s.gA(s)}, +ek(a,b){var s=this.b.k(0,a).b +s.toString +t.Wz.a(s).a=b}, +Uv(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=A.z(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.ae$}m.uV(a)}finally{m.b=l}}, +i(a){return"MultiChildLayoutDelegate"}} +A.Ho.prototype={ +e3(a){if(!(a.b instanceof A.fP))a.b=new A.fP(null,null,B.h)}, +szo(a){var s=this,r=s.J +if(r===a)return +if(A.v(a)!==A.v(r)||a.nI(r))s.a6() +s.J=a +s.y!=null}, +ab(a){this.Ss(a)}, +a4(a){this.St(0)}, +c3(a){return a.bI(new A.Q(A.N(1/0,a.a,a.b),A.N(1/0,a.c,a.d)))}, +bC(){var s=this,r=t.k.a(A.B.prototype.ga_.call(s)) +s.id=r.bI(new A.Q(A.N(1/0,r.a,r.b),A.N(1/0,r.c,r.d))) +s.J.Uv(s.gA(s),s.aa$)}, +aC(a,b){this.ph(a,b)}, +cP(a,b){return this.zl(a,b)}} +A.zQ.prototype={ +ab(a){var s,r,q +this.dE(a) +s=this.aa$ +for(r=t.Wz;s!=null;){s.ab(a) +q=s.b +q.toString +s=r.a(q).ae$}}, +a4(a){var s,r,q +this.dF(0) +s=this.aa$ +for(r=t.Wz;s!=null;){s.a4(0) +q=s.b +q.toString +s=r.a(q).ae$}}} +A.OO.prototype={} +A.Dk.prototype={ +a0(a,b){var s=this.a +return s==null?null:s.a0(0,b)}, +M(a,b){var s=this.a +return s==null?null:s.M(0,b)}, +gCD(){return null}, +CQ(a){return this.kt(a)}, +Ae(a){return null}, +i(a){var s=A.b7(this),r=this.a +r=r==null?null:r.i(0) +if(r==null)r="" +return"#"+s+"("+r+")"}} +A.Hp.prototype={ +suS(a){var s=this.D +if(s==a)return +this.D=a +this.EX(a,s)}, +sLt(a){var s=this.a2 +if(s==a)return +this.a2=a +this.EX(a,s)}, +EX(a,b){var s=this,r=a==null +if(r)s.ad() +else if(b==null||A.v(a)!==A.v(b)||a.kt(b))s.ad() +if(s.y!=null){if(b!=null)b.M(0,s.gf9()) +if(!r)a.a0(0,s.gf9())}if(r){if(s.y!=null)s.aV()}else if(b==null||A.v(a)!==A.v(b)||a.CQ(b))s.aV()}, +sa8v(a){if(this.af.j(0,a))return +this.af=a +this.a6()}, +ab(a){var s,r=this +r.nX(a) +s=r.D +if(s!=null)s.a0(0,r.gf9()) +s=r.a2 +if(s!=null)s.a0(0,r.gf9())}, +a4(a){var s=this,r=s.D +if(r!=null)r.M(0,s.gf9()) +r=s.a2 +if(r!=null)r.M(0,s.gf9()) +s.lY(0)}, +cP(a,b){var s=this.a2 +if(s!=null){s=s.Ae(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.r0(a,b)}, +hw(a){var s +if(this.D!=null)s=!0 +else s=!1 +return s}, +bC(){this.r1() +this.aV()}, +p6(a){return a.bI(this.af)}, +GJ(a,b,c){A.ba("debugPreviousCanvasSaveCount") +a.bq(0) +if(!b.j(0,B.h))a.ac(0,b.a,b.b) +c.aC(a,this.gA(this)) +a.aW(0)}, +aC(a,b){var s,r,q=this +if(q.D!=null){s=a.gb3(a) +r=q.D +r.toString +q.GJ(s,b,r) +q.HL(a)}q.hY(a,b) +if(q.a2!=null){s=a.gb3(a) +r=q.a2 +r.toString +q.GJ(s,b,r) +q.HL(a)}}, +HL(a){}, +dO(a){var s,r=this +r.fh(a) +r.bw=null +s=r.a2 +r.ef=s==null?null:s.gCD() +a.a=!1}, +oR(a,b,c){var s,r,q,p,o=this +o.hv=A.al_(o.hv,B.la) +o.iY=A.al_(o.iY,B.la) +s=o.hv +r=s!=null&&!s.gP(s) +s=o.iY +q=s!=null&&!s.gP(s) +s=A.a([],t.r) +if(r){p=o.hv +p.toString +B.b.C(s,p)}B.b.C(s,c) +if(q){p=o.iY +p.toString +B.b.C(s,p)}o.Dx(a,b,s)}, +kS(){this.wd() +this.iY=this.hv=null}} +A.UT.prototype={} +A.Hs.prototype={ +TK(a){var s,r,q,p,o=this +try{r=o.J +if(r!==""){q=$.apz() +s=$.af().pf(q) +s.qd($.apA()) +s.mr(r) +r=s.aN() +o.I!==$&&A.cu() +o.I=r}else{o.I!==$&&A.cu() +o.I=null}}catch(p){}}, +giA(){return!0}, +hw(a){return!0}, +c3(a){return a.bI(B.L3)}, +aC(a,b){var s,r,q,p,o,n,m,l,k,j=this +try{p=a.gb3(a) +o=j.gA(j) +n=b.a +m=b.b +l=$.af().b4() +l.sag(0,$.apy()) +p.ct(new A.C(n,m,n+o.a,m+o.b),l) +p=j.I +p===$&&A.b() +if(p!=null){s=j.gA(j).a +r=0 +q=0 +if(s>328){s-=128 +r+=64}p.f7(new A.li(s)) +o=j.gA(j) +if(o.b>96+p.gb7(p)+12)q+=96 +o=a.gb3(a) +o.iS(p,b.X(0,new A.q(r,q)))}}catch(k){}}} +A.WH.prototype={ +F(){return"FlexFit."+this.b}} +A.eG.prototype={ +i(a){return this.w4(0)+"; flex="+A.h(this.e)+"; fit="+A.h(this.f)}} +A.Fx.prototype={ +F(){return"MainAxisSize."+this.b}} +A.Fw.prototype={ +F(){return"MainAxisAlignment."+this.b}} +A.mo.prototype={ +F(){return"CrossAxisAlignment."+this.b}} +A.Hu.prototype={ +sa7F(a){if(this.I!==a){this.I=a +this.a6()}}, +sa3O(a){if(this.a7!==a){this.a7=a +this.a6()}}, +e3(a){if(!(a.b instanceof A.eG))a.b=new A.eG(null,null,B.h)}, +i7(a){if(this.J===B.bb)return this.KA(a) +return this.a43(a)}, +rn(a){switch(this.J.a){case 0:return a.b +case 1:return a.a}}, +rq(a){switch(this.J.a){case 0:return a.a +case 1:return a.b}}, +c3(a){var s +if(this.a7===B.ky)return B.O +s=this.EE(a,A.By()) +switch(this.J.a){case 0:return a.bI(new A.Q(s.a,s.b)) +case 1:return a.bI(new A.Q(s.b,s.a))}}, +EE(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.J===B.bb?a2.b:a2.d,a0=a<1/0,a1=c.aa$ +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.a7===B.kx)switch(c.J.a){case 0:j=A.oK(q,b) +break +case 1:j=A.oK(b,r) +break +default:j=b}else switch(c.J.a){case 0:j=new A.aX(0,1/0,0,q) +break +case 1:j=new A.aX(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.rq(i) +n=Math.max(n,c.rn(i))}a1=l.ae$}h=Math.max(0,(a0?a:0)-m) +if(o>0){g=a0?h/o:0/0 +a1=c.aa$ +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.ba("minChildExtent") +l=a1.b +l.toString +l=s.a(l).f +switch((l==null?B.kJ:l).a){case 0:if(d.b!==d)A.a2(A.ZC(d.a)) +d.b=e +break +case 1:if(d.b!==d)A.a2(A.ZC(d.a)) +d.b=0 +break}if(c.a7===B.kx)switch(c.J.a){case 0:l=d.b +if(l===d)A.a2(A.iE(d.a)) +j=new A.aX(l,e,q,q) +break +case 1:l=d.b +if(l===d)A.a2(A.iE(d.a)) +j=new A.aX(r,r,l,e) +break +default:j=b}else switch(c.J.a){case 0:l=d.b +if(l===d)A.a2(A.iE(d.a)) +j=new A.aX(l,e,0,q) +break +case 1:l=d.b +if(l===d)A.a2(A.iE(d.a)) +j=new A.aX(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.rq(i) +f+=e +n=Math.max(n,c.rn(i))}l=a1.b +l.toString +a1=s.a(l).ae$}}return new A.a9Z(a0&&c.a5===B.bk?a:m,n,m)}, +bC(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0="RenderBox was not laid out: ",a1=t.k.a(A.B.prototype.ga_.call(a)),a2=a.EE(a1,A.Bz()),a3=a2.a,a4=a2.b +if(a.a7===B.ky){s=a.aa$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.b_ +n.toString +m=s.Cf(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +n=s.id +o=Math.max((n==null?A.a2(A.O(a0+A.v(s).i(0)+"#"+A.b7(s))):n).b-m,o) +a4=Math.max(p+o,a4)}n=s.b +n.toString +s=r.a(n).ae$}}else q=0 +switch(a.J.a){case 0:a.id=a1.bI(new A.Q(a3,a4)) +a3=a.gA(a).a +a4=a.gA(a).b +break +case 1:a.id=a1.bI(new A.Q(a4,a3)) +a3=a.gA(a).b +a4=a.gA(a).a +break}l=a3-a2.c +a.bg=Math.max(0,-l) +k=Math.max(0,l) +j=A.ba("leadingSpace") +i=A.ba("betweenSpace") +r=A.anJ(a.J,a.aA,a.aS) +h=r===!1 +switch(a.I.a){case 0:j.sbK(0) +i.sbK(0) +break +case 1:j.sbK(k) +i.sbK(0) +break +case 2:j.sbK(k/2) +i.sbK(0) +break +case 3:j.sbK(0) +r=a.dw$ +i.sbK(r>1?k/(r-1):0) +break +case 4:r=a.dw$ +i.sbK(r>0?k/r:0) +j.sbK(i.am()/2) +break +case 5:r=a.dw$ +i.sbK(r>0?k/(r+1):0) +j.sbK(i.am()) +break}g=h?a3-j.am():j.am() +s=a.aa$ +for(r=t.US,n=a4/2,f=i.a;s!=null;){e=s.b +e.toString +r.a(e) +d=a.a7 +switch(d.a){case 0:case 1:if(A.anJ(A.aBn(a.J),a.aA,a.aS)===(d===B.bv))c=0 +else{d=s.id +c=a4-a.rn(d==null?A.a2(A.O(a0+A.v(s).i(0)+"#"+A.b7(s))):d)}break +case 2:d=s.id +c=n-a.rn(d==null?A.a2(A.O(a0+A.v(s).i(0)+"#"+A.b7(s))):d)/2 +break +case 3:c=0 +break +case 4:if(a.J===B.bb){d=a.b_ +d.toString +m=s.Cf(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.id +g-=a.rq(d==null?A.a2(A.O(a0+A.v(s).i(0)+"#"+A.b7(s))):d)}switch(a.J.a){case 0:e.a=new A.q(g,c) +break +case 1:e.a=new A.q(c,g) +break}if(h){d=i.b +if(d===i)A.a2(A.iE(f)) +g-=d}else{d=s.id +d=a.rq(d==null?A.a2(A.O(a0+A.v(s).i(0)+"#"+A.b7(s))):d) +b=i.b +if(b===i)A.a2(A.iE(f)) +g+=d+b}s=e.ae$}}, +cP(a,b){return this.zl(a,b)}, +aC(a,b){var s,r,q,p=this +if(!(p.bg>1e-10)){p.ph(a,b) +return}s=p.gA(p) +if(s.gP(s))return +s=p.c4 +r=p.cx +r===$&&A.b() +q=p.gA(p) +s.saB(0,a.ly(r,b,new A.C(0,0,0+q.a,0+q.b),p.ga44(),p.bW,s.a))}, +l(){this.c4.saB(0,null) +this.Su()}, +jK(a){var s,r=this +switch(r.bW.a){case 0:return null +case 1:case 2:case 3:if(r.bg>1e-10){s=r.gA(r) +s=new A.C(0,0,0+s.a,0+s.b)}else s=null +return s}}, +c_(){return this.Ru()}} +A.a9Z.prototype={} +A.OQ.prototype={ +ab(a){var s,r,q +this.dE(a) +s=this.aa$ +for(r=t.US;s!=null;){s.ab(a) +q=s.b +q.toString +s=r.a(q).ae$}}, +a4(a){var s,r,q +this.dF(0) +s=this.aa$ +for(r=t.US;s!=null;){s.a4(0) +q=s.b +q.toString +s=r.a(q).ae$}}} +A.OR.prototype={} +A.zR.prototype={ +l(){var s,r,q +for(s=this.a55$,r=s.length,q=0;q>")) +this.fP(new A.BZ(s,c.h("BZ<0>")),b,!0,c) +return s.length===0?null:B.b.gK(s).a}, +U2(a){var s,r=this +if(!r.w&&r.x!=null){s=r.x +s.toString +a.Jg(s) +return}r.hj(a) +r.w=!1}, +c_(){var s=this.Qv() +return s+(this.y==null?" DETACHED":"")}} +A.Fg.prototype={ +saB(a,b){var s=this.a +if(b==s)return +if(s!=null)if(--s.f===0)s.l() +this.a=b +if(b!=null)++b.f}, +i(a){var s=this.a +return"LayerHandle("+(s!=null?s.i(0):"DISPOSED")+")"}} +A.a0C.prototype={ +sMR(a){var s +this.dZ() +s=this.ay +if(s!=null)s.l() +this.ay=a}, +l(){this.sMR(null) +this.Df()}, +hj(a){var s=this.ay +s.toString +a.Jd(B.h,s,this.ch,this.CW)}, +fP(a,b,c){return!1}} +A.D6.prototype={ +oa(a){var s +this.QK(a) +if(!a)return +s=this.ax +for(;s!=null;){s.oa(!0) +s=s.Q}}, +a2x(a){var s=this +s.vo() +s.hj(a) +if(s.b>0)s.oa(!0) +s.w=!1 +return a.aN()}, +l(){this.Bz() +this.a.O(0) +this.Df()}, +vo(){var s,r=this +r.QN() +s=r.ax +for(;s!=null;){s.vo() +r.w=r.w||s.w +s=s.Q}}, +fP(a,b,c,d){var s,r,q +for(s=this.ay,r=a.a;s!=null;s=s.as){if(s.fP(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +ab(a){var s +this.QL(a) +s=this.ax +for(;s!=null;){s.ab(a) +s=s.Q}}, +a4(a){var s +this.QM(0) +s=this.ax +for(;s!=null;){s.a4(0) +s=s.Q}this.oa(!1)}, +Jt(a,b){var s,r=this +r.dZ() +s=b.b +if(s!==0)r.yy(s) +b.r=r +s=r.y +if(s!=null)b.ab(s) +r.lz(b) +s=b.as=r.ay +if(s!=null)s.Q=b +r.ay=b +if(r.ax==null)r.ax=b +b.e.saB(0,b)}, +eL(){var s,r,q=this.ax +for(;q!=null;){s=q.z +r=this.z +if(s<=r){q.z=r+1 +q.eL()}q=q.Q}}, +lz(a){var s=a.z,r=this.z +if(s<=r){a.z=r+1 +a.eL()}}, +F5(a){var s +this.dZ() +s=a.b +if(s!==0)this.yy(-s) +a.r=null +if(this.y!=null)a.a4(0)}, +Bz(){var s,r=this,q=r.ax +for(;q!=null;q=s){s=q.Q +q.Q=q.as=null +r.F5(q) +q.e.saB(0,null)}r.ay=r.ax=null}, +hj(a){this.iJ(a)}, +iJ(a){var s=this.ax +for(;s!=null;){s.U2(a) +s=s.Q}}} +A.iI.prototype={ +snj(a,b){if(!b.j(0,this.k3))this.dZ() +this.k3=b}, +fP(a,b,c,d){return this.nP(a,b.a3(0,this.k3),!0,d)}, +hj(a){var s=this,r=s.k3 +s.shs(a.Bp(r.a,r.b,t.Ff.a(s.x))) +s.iJ(a) +a.eK()}} +A.tF.prototype={ +fP(a,b,c,d){if(!this.k3.p(0,b))return!1 +return this.nP(a,b,!0,d)}, +hj(a){var s=this,r=s.k3 +r.toString +s.shs(a.N2(r,s.k4,t.GB.a(s.x))) +s.iJ(a) +a.eK()}} +A.CU.prototype={ +fP(a,b,c,d){if(!this.k3.p(0,b))return!1 +return this.nP(a,b,!0,d)}, +hj(a){var s=this,r=s.k3 +r.toString +s.shs(a.N1(r,s.k4,t.cW.a(s.x))) +s.iJ(a) +a.eK()}} +A.CS.prototype={ +fP(a,b,c,d){if(!this.k3.p(0,b))return!1 +return this.nP(a,b,!0,d)}, +hj(a){var s=this,r=s.k3 +r.toString +s.shs(a.N_(r,s.k4,t.L5.a(s.x))) +s.iJ(a) +a.eK()}} +A.Uw.prototype={ +hj(a){var s=this,r=s.k3 +r.toString +s.shs(a.N3(r,t.C5.a(s.x))) +s.iJ(a) +a.eK()}} +A.uU.prototype={ +hj(a){var s=this +s.shs(a.N4(s.aE,s.k3,t.C6.a(s.x))) +s.iJ(a) +a.eK()}} +A.lE.prototype={ +sbx(a,b){var s=this +if(b.j(0,s.aE))return +s.aE=b +s.ai=!0 +s.dZ()}, +hj(a){var s,r,q=this +q.bB=q.aE +if(!q.k3.j(0,B.h)){s=q.k3 +s=A.pJ(s.a,s.b,0) +r=q.bB +r.toString +s.ck(0,r) +q.bB=s}q.shs(a.N7(q.bB.a,t.qf.a(q.x))) +q.iJ(a) +a.eK()}, +a0V(a){var s,r=this +if(r.ai){s=r.aE +s.toString +r.au=A.FG(A.ag5(s)) +r.ai=!1}s=r.au +if(s==null)return null +return A.cC(s,a)}, +fP(a,b,c,d){var s=this.a0V(b) +if(s==null)return!1 +return this.R3(a,s,!0,d)}} +A.Gf.prototype={ +sJq(a,b){var s=this,r=s.aE +if(b!=r){if(b===255||r===255)s.shs(null) +s.aE=b +s.dZ()}}, +hj(a){var s,r,q,p=this +if(p.ax==null){p.shs(null) +return}s=p.aE +s.toString +r=p.k3 +q=p.x +if(s<255)p.shs(a.N5(s,r,t.Zr.a(q))) +else p.shs(a.Bp(r.a,r.b,t.Ff.a(q))) +p.iJ(a) +a.eK()}} +A.BY.prototype={ +fP(a,b,c,d){var s,r,q,p=this,o=p.nP(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.C(q,r,q+s.a,r+s.b).p(0,b)}else s=!1 +if(s)return o +if(A.bP(p.$ti.c)===A.bP(d)){o=o||!1 +n.push(new A.t9(d.a(p.k3),b.a3(0,p.ok),d.h("t9<0>")))}return o}} +A.MS.prototype={} +A.Nl.prototype={ +a8T(a){var s=this.a +this.a=a +return s}, +i(a){var s="#",r=A.b7(this.b),q=this.a.a +return s+A.b7(this)+"("+("latestEvent: "+(s+r))+", "+("annotations: [list of "+q+"]")+")"}} +A.Nm.prototype={ +gfH(a){var s=this.c +return s.gfH(s)}} +A.FS.prototype={ +FW(a){var s,r,q,p,o,n,m=t._h,l=A.n_(m,t.xV) +for(s=a.a,r=s.length,q=0;q") +this.b.a5s(a.gfH(a),a.d,A.vq(new A.aB(s,r),new A.a_o(),r.h("j.E"),t.Pb))}, +a9o(a,b){var s,r,q,p,o,n=this,m={} +if(a.gc7(a)!==B.bJ)return +if(t.ks.b(a))return +m.a=null +if(t.PB.b(a))m.a=A.afE() +else{s=a.gnv() +m.a=b==null?n.a.$2(a.gbj(a),s):b}r=a.gfH(a) +q=n.c +p=q.k(0,r) +if(!A.auR(p,a))return +o=q.a +new A.a_r(m,n,p,a,r).$0() +if(o!==0!==(q.a!==0))n.aj()}, +a9j(){new A.a_p(this).$0()}} +A.a_o.prototype={ +$1(a){return a.gKw(a)}, +$S:239} +A.a_r.prototype={ +$0(){var s=this +new A.a_q(s.a,s.b,s.c,s.d,s.e).$0()}, +$S:0} +A.a_q.prototype={ +$0(){var s,r,q,p,o,n=this,m=n.c +if(m==null){s=n.d +if(t.PB.b(s))return +n.b.c.n(0,n.e,new A.Nl(A.n_(t._h,t.xV),s))}else{s=n.d +if(t.PB.b(s))n.b.c.v(0,s.gfH(s))}r=n.b +q=r.c.k(0,n.e) +if(q==null){m.toString +q=m}p=q.b +q.b=s +o=t.PB.b(s)?A.n_(t._h,t.xV):r.FW(n.a.a) +r.FJ(new A.Nm(q.a8T(o),o,p,s))}, +$S:0} +A.a_p.prototype={ +$0(){var s,r,q,p,o,n,m +for(s=this.a,r=s.c,r=r.gaD(r),r=new A.d_(J.ap(r.a),r.b),q=A.m(r).z[1];r.t();){p=r.a +if(p==null)p=q.a(p) +o=p.b +n=s.Wg(p) +m=p.a +p.a=n +s.FJ(new A.Nm(m,n,o,null))}}, +$S:0} +A.a_m.prototype={ +$2(a,b){var s +if(!this.a.a1(0,a))if(a.gC9()&&a.gB1(a)!=null){s=a.gB1(a) +s.toString +s.$1(this.b.al(this.c.k(0,a)))}}, +$S:240} +A.a_n.prototype={ +$1(a){return!this.a.a1(0,a)}, +$S:241} +A.Ry.prototype={} +A.c7.prototype={ +a4(a){}, +i(a){return""}} +A.lh.prototype={ +fc(a,b){var s,r=this +if(a.gdV()){r.qW() +if(!a.cy){s=a.ay +s===$&&A.b() +s=!s}else s=!0 +if(s)A.akC(a,null,!0) +else if(a.db)A.av7(a) +s=a.ch.a +s.toString +t.gY.a(s) +s.snj(0,b) +r.Ju(s)}else{s=a.ay +s===$&&A.b() +if(s){a.ch.saB(0,null) +a.xX(r,b)}else a.xX(r,b)}}, +Ju(a){a.ke(0) +this.a.Jt(0,a)}, +gb3(a){var s +if(this.e==null)this.I1() +s=this.e +s.toString +return s}, +I1(){var s,r,q=this +q.c=A.avc(q.b) +s=$.af() +r=s.mJ() +q.d=r +q.e=s.mI(r,null) +r=q.c +r.toString +q.a.Jt(0,r)}, +qW(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sMR(r.d.jM()) +r.e=r.d=r.c=null}, +CM(){if(this.c==null)this.I1() +var s=this.c +if(!s.ch){s.ch=!0 +s.dZ()}}, +qc(a,b,c,d){var s,r=this +if(a.ax!=null)a.Bz() +r.qW() +r.Ju(a) +s=r.a3L(a,d==null?r.b:d) +b.$2(s,c) +s.qW()}, +v6(a,b,c){return this.qc(a,b,c,null)}, +a3L(a,b){return new A.lh(a,b)}, +ly(a,b,c,d,e,f){var s,r,q=this +if(e===B.M){d.$2(q,b) +return null}s=c.cK(b) +if(a){r=f==null?new A.tF(B.al,A.z(t.S,t.M),A.ar()):f +if(!s.j(0,r.k3)){r.k3=s +r.dZ()}if(e!==r.k4){r.k4=e +r.dZ()}q.qc(r,d,b,s) +return r}else{q.a30(s,e,s,new A.a0k(q,d,b)) +return null}}, +a8B(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.M){e.$2(p,b) +return null}s=c.cK(b) +r=d.cK(b) +if(a){q=g==null?new A.CU(B.k3,A.z(t.S,t.M),A.ar()):g +if(!r.j(0,q.k3)){q.k3=r +q.dZ()}if(f!==q.k4){q.k4=f +q.dZ()}p.qc(q,e,b,s) +return q}else{p.a2Z(r,f,s,new A.a0j(p,e,b)) +return null}}, +N0(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.M){e.$2(p,b) +return null}s=c.cK(b) +r=d.cK(b) +if(a){q=g==null?new A.CS(B.k3,A.z(t.S,t.M),A.ar()):g +if(r!==q.k3){q.k3=r +q.dZ()}if(f!==q.k4){q.k4=f +q.dZ()}p.qc(q,e,b,s) +return q}else{p.a2X(r,f,s,new A.a0i(p,e,b)) +return null}}, +qe(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.pJ(q,p,0) +o.ck(0,c) +o.ac(0,-q,-p) +if(a){s=e==null?A.alR(null):e +s.sbx(0,o) +r.qc(s,d,b,A.aki(o,r.b)) +return s}else{q=r.gb3(r) +q.bq(0) +q.a9(0,o.a) +d.$2(r,b) +r.gb3(r).aW(0) +return null}}, +Bq(a,b,c,d){var s=d==null?A.aku():d +s.sJq(0,b) +s.snj(0,a) +this.v6(s,c,B.h) +return s}, +i(a){return"PaintingContext#"+A.eN(this)+"(layer: "+this.a.i(0)+", canvas bounds: "+this.b.i(0)+")"}} +A.a0k.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a0j.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a0i.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.UE.prototype={} +A.jP.prototype={ +nr(){var s=this.cx +if(s!=null)s.a.zM()}, +sBE(a){var s=this.e +if(s==a)return +if(s!=null)s.a4(0) +this.e=a +if(a!=null)a.ab(this)}, +Ll(){var s,r,q,p,o,n,m,l,k,j,i,h=this +try{for(o=t.d;n=h.r,n.length!==0;){s=n +h.r=A.a([],o) +J.aim(s,new A.a0E()) +for(r=0;r")) +i.ap(m,l,k,j.c) +B.b.C(n,i) +break}}q=J.bs(s,r) +if(q.z&&q.y===h)q.YK()}h.f=!1}for(o=h.CW,o=A.dU(o,o.r),n=A.m(o).c;o.t();){m=o.d +p=m==null?n.a(m):m +p.Ll()}}finally{h.f=!1}}, +VZ(a){try{a.$0()}finally{this.f=!0}}, +Lk(){var s,r,q,p,o=this.z +B.b.e4(o,new A.a0D()) +for(s=o.length,r=0;r0){if(s.at==null){r=t.bu +s.at=new A.IC(s.c,A.aE(r),A.z(t.S,r),A.aE(r),$.aR()) +r=s.b +if(r!=null)r.$0()}}else{r=s.at +if(r!=null){r.l() +s.at=null +r=s.d +if(r!=null)r.$0()}}}, +Ln(){var s,r,q,p,o,n,m,l,k=this +if(k.at==null)return +try{p=k.ch +o=A.a6(p,!0,A.m(p).c) +B.b.e4(o,new A.a0G()) +s=o +p.O(0) +for(p=s,n=p.length,m=0;m0;n=m){m=n-1 +r[n].cC(r[m],o)}return o}, +jK(a){return null}, +zp(a){return null}, +qO(){this.y.ch.B(0,this) +this.y.nr()}, +dO(a){}, +vO(a){var s +if(this.y.at==null)return +s=this.fr +if(s!=null&&!s.y)s.Ps(a) +else{s=this.d +if(s!=null)s.vO(a)}}, +gt2(){var s,r=this +if(r.dx==null){s=A.jZ() +r.dx=s +r.dO(s)}s=r.dx +s.toString +return s}, +kS(){this.dy=!0 +this.fr=null +this.aY(new A.a1P())}, +aV(){var s,r,q,p,o,n=this,m=n.y +if(m==null||m.at==null){n.dx=null +return}if(n.fr!=null){m=n.dx +m=m==null?null:m.a +s=m===!0}else s=!1 +m=n.dx +r=(m==null?null:m.k1)!=null||n.gt2().k1!=null +n.dx=null +q=n.gt2().a&&s +p=n +while(!0){o=p.d +if(o instanceof A.B)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.jZ() +o.dx=m +o.dO(m)}q=o.dx.a +if(q&&o.fr==null)return +p=o}if(p!==n&&n.fr!=null&&n.dy)n.y.ch.v(0,n) +if(!p.dy){p.dy=!0 +m=n.y +if(m!=null){m.ch.B(0,p) +n.y.nr()}}}, +a1l(){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.Fz(s===!0,q===!0)) +s=t.r +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.mE(s==null?0:s,m,q,o,n)}, +Fz(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e={},d=f.gt2() +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.B) +o=d.k1!=null +n=t.pp +m=A.z(t.ZX,n) +l=t.CZ +k=A.a([],l) +j=A.a([],t.i1) +i=d.bM +i=i==null?null:i.a!==0 +f.hM(new A.a1K(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].hC(0,new A.a1M(f,m),n).dl(0))}n=f.dy=!1 +if(!(f.d instanceof A.B)){f.rJ(k,!0) +B.b.U(j,f.gGn()) +n=e.a +g=new A.Pb(A.a([],l),A.a([f],t.d),n)}else if(e.b){n=e.a +g=new A.KZ(j,A.a([],l),n)}else{f.rJ(k,!0) +B.b.U(j,f.gGn()) +i=e.a +g=new A.om(b,d,j,A.a([],l),A.a([f],t.d),i) +if(a?!d.b:n){g.rj() +g.f.b=!0}if(d.a)g.z=!0}g.C(0,k) +return g}, +rJ(a,b){var s,r,q,p,o,n,m,l=this,k=A.aE(t.pp) +for(s=J.aI(a),r=0;r#"+A.b7(this)}, +i(a){return this.c_()}, +eO(a,b,c,d){var s=this.d +if(s instanceof A.B)s.eO(a,b==null?this:b,c,d)}, +nJ(){return this.eO(B.aL,null,B.o,null)}, +lO(a,b){return this.eO(B.aL,a,B.o,b)}, +$iaj:1} +A.a1N.prototype={ +$0(){var s=A.a([],t.E),r=this.a +s.push(A.afd("The following RenderObject was being processed when the exception was fired",B.Cu,r)) +s.push(A.afd("RenderObject",B.Cv,r)) +return s}, +$S:15} +A.a1Q.prototype={ +$0(){this.b.$1(this.c.a(this.a.ga_()))}, +$S:0} +A.a1O.prototype={ +$1(a){var s +a.Iy() +s=a.cx +s===$&&A.b() +if(s)this.a.cx=!0}, +$S:30} +A.a1P.prototype={ +$1(a){a.kS()}, +$S:30} +A.a1K.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.Fz(f.d,f.c) +if(e.a){B.b.O(f.e) +B.b.O(f.f) +B.b.O(f.r) +if(!f.w.a)f.a.a=!0}for(s=e.gMy(),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.Pw() +b.EF(a3,a4,c)}else b=a2 +c=b.c +c===$&&A.b() +a=b.d +a===$&&A.b() +a0=A.eo(c,a) +e=e==null?a0:e.l4(a0) +c=b.b +if(c!=null){a1=A.eo(b.c,c) +f=f==null?a1:f.di(a1)}c=b.a +if(c!=null){a1=A.eo(b.c,c) +g=g==null?a1:g.di(a1)}d=d.c +if(d!=null)l.C(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.IA(a2,B.b.gK(o).glN()) +a6.B(0,i.b) +i.dy=l +if(!i.e.j(0,e)){i.e=e +i.fp()}if(!A.afU(i.d,a2)){i.d=null +i.fp()}i.f=f +i.r=g +for(k=k.gT(m);k.t();){j=k.gE(k) +if(j.geZ()!=null)B.b.gK(j.b).fr=i}i.O7(0,h) +a5.push(i)}}}, +mE(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.aE(t.S),c=f.y +for(s=f.x,r=s.length,q=0;q");s.t();){n=s.gE(s) +if(n instanceof A.om){if(n.z){m=n.b +m=B.b.gK(m).fr!=null&&d.p(0,B.b.gK(m).fr.b)}else m=!1 +if(m)B.b.gK(n.b).fr=null}m=n.b +l=new A.U(r,1,e,p) +l.ap(r,1,e,o) +B.b.C(m,l) +n.mE(a+f.f.y1,b,a0,a1,a2)}return}k=f.V6(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.Mf()}else p=!0}p=p===!0}else p=!1 +if(p)return +p=f.b +o=B.b.gK(p) +if(o.fr==null)o.fr=A.IA(e,B.b.gK(p).glN()) +j=B.b.gK(p).fr +j.sAt(s) +j.dy=f.c +j.w=a +if(a!==0){f.rj() +s=f.f +s.sdd(0,s.y1+a)}if(k!=null){s=k.d +s===$&&A.b() +j.sav(0,s) +s=k.c +s===$&&A.b() +j.sbx(0,s) +j.f=k.b +j.r=k.a +if(r&&k.e){f.rj() +f.f.b2(B.i9,!0)}}s=t.r +i=A.a([],s) +f.Gs(j.f,j.r,a2,d) +for(r=J.ap(c);r.t();){o=r.gE(r) +if(o instanceof A.om){if(o.z){n=o.b +n=B.b.gK(n).fr!=null&&d.p(0,B.b.gK(n).fr.b)}else n=!1 +if(n)B.b.gK(o.b).fr=null}h=A.a([],s) +n=j.f +o.mE(0,j.r,n,i,h) +B.b.C(a2,h)}s=f.f +if(s.a)B.b.gK(p).oR(j,f.f,i) +else j.kk(0,i,s) +a1.push(j) +for(s=a2.length,r=t.g3,q=0;q1){s=new A.Pw() +s.EF(b,a,r) +r=s}else r=null +return r}, +geZ(){return this.z?null:this.f}, +C(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.zp(q) +if(a!=null){m.b=a +m.a=A.amu(m.a,r.jK(q))}else m.b=A.amu(m.b,r.jK(q)) +l=$.aqb() +l.cS() +A.ayg(r,q,m.c,l) +m.b=A.amv(m.b,l) +m.a=A.amv(m.a,l)}p=B.b.gK(c) +l=m.b +l=l==null?p.gks():l.di(p.gks()) +m.d=l +o=m.a +if(o!=null){n=o.di(l) +if(n.gP(n)){l=m.d +l=!l.gP(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +A.NR.prototype={} +A.OU.prototype={} +A.lD.prototype={ +a4(a){this.a=this.b=null +this.T4(0)}, +i(a){var s=A.h(this.b),r=this.a +r=r==null?"not laid out":"offset: "+r.i(0) +return"widget: "+s+", "+r}} +A.a1I.prototype={ +e3(a){if(!(a.b instanceof A.lD))a.b=new A.lD(null,null)}, +Mm(a,b){var s,r=A.a([],t.tZ),q=this.aa$,p=A.m(this).h("ay.1") +while(q!=null){r.push(A.avV(q,a,b)) +s=q.b +s.toString +q=p.a(s).ae$}return r}, +a8t(a){var s,r,q,p,o,n,m=this.aa$ +for(s=a.length,r=t.tq,q=A.m(this).h("ay.1"),p=0;p")),h.ap(e,1,a8,i.c),h=new A.dY(h,h.gu(h)),i=A.m(h).c;h.t();){g=h.d +if(g==null)g=i.a(g) +d=d.l4(new A.C(g.a,g.b,g.c,g.d)) +c=g.e}i=d.a +h=Math.max(0,i) +g=d.b +f=Math.max(0,g) +i=Math.min(d.c-i,p.a(A.B.prototype.ga_.call(a7)).b) +g=Math.min(d.d-g,p.a(A.B.prototype.ga_.call(a7)).d) +b=Math.floor(h)-4 +a=Math.floor(f)-4 +i=Math.ceil(h+i)+4 +g=Math.ceil(f+g)+4 +a0=new A.C(b,a,i,g) +a1=A.jZ() +a2=n+1 +a1.k2=new A.vZ(n,a8) +a1.e=!0 +a1.aE=o +f=k.b +b1=f==null?b1:f +a1.RG=new A.cw(b1,k.f) +b1=b2.r +if(b1!=null){a3=b1.di(a0) +if(a3.a>=a3.c||a3.b>=a3.d)b1=!(b>=i||a>=g) +else b1=!1 +a1.b2(B.i9,b1)}a4=A.ba("newChild") +b1=a7.cO +i=b1==null?a8:b1.a!==0 +if(i===!0){b1.toString +i=new A.aB(b1,A.m(b1).h("aB<1>")) +a5=i.gT(i) +if(!a5.t())A.a2(A.bV()) +b1=b1.v(0,a5.gE(a5)) +b1.toString +if(a4.b!==a4)A.a2(A.ZC(a4.a)) +a4.b=b1}else{a6=new A.yb() +b1=A.IA(a6,a7.Vt(a6)) +if(a4.b!==a4)A.a2(A.ZC(a4.a)) +a4.b=b1}if(b1===a4)A.a2(A.iE(a4.a)) +J.arX(b1,a1) +if(!b1.e.j(0,a0)){b1.e=a0 +b1.fp()}b1=a4.b +if(b1===a4)A.a2(A.iE(a4.a)) +i=b1.a +i.toString +s.n(0,i,b1) +b1=a4.b +if(b1===a4)A.a2(A.iE(a4.a)) +a9.push(b1) +n=a2 +o=c}a7.cO=s +b2.kk(0,a9,b3)}, +Vt(a){return new A.a1S(this,a)}, +kS(){this.wd() +this.cO=null}} +A.a1T.prototype={ +$1(a){return a.y=null}, +$S:248} +A.a1U.prototype={ +$1(a){var s=a.x +s===$&&A.b() +return s.c!==B.cj}, +$S:249} +A.a1R.prototype={ +$1(a){return!0}, +$S:51} +A.a1S.prototype={ +$0(){var s=this.a,r=s.cO.k(0,this.b) +r.toString +s.lO(s,r.e)}, +$S:0} +A.kp.prototype={ +gm(a){var s=this.x +s===$&&A.b() +return s}, +ZN(){var s=this,r=s.Fy(),q=s.x +q===$&&A.b() +if(q.j(0,r))return +s.x=r +s.aj()}, +Fy(){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.vm +s=b.a +r=c.e.a +b=c.b +q=b.rs(new A.bF(s,B.D)) +p=s===r?q:b.rs(new A.bF(r,B.D)) +o=b.J +n=o.x +n.toString +m=s>r!==(B.P===n) +l=A.pJ(c.gdG().a,c.gdG().b,0) +l.eC(l) +k=A.Jr(B.D,s,r,!1) +j=A.a([],t.AO) +for(b=b.vv(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.m6(e) +h.e=i?k.a:k.b}}l=g}s=l==null?n:l}l=h.wB(s) +if(b)h.e=l +else h.d=l +s=l.a +p=h.a +if(s===p.b)return B.a6 +if(s===p.a)return B.aj +return A.a3l(h.gdG(),q)}, +wB(a){var s,r=a.a,q=this.a,p=q.b +if(r<=p)s=r===p&&a.b===B.D +else s=!0 +if(s)return new A.bF(p,B.ap) +q=q.a +if(ro&&q.a.a>o)return B.a6}m.d=s +m.e=q.a +return B.a7}, +m6(a){var s,r,q,p,o=this.b +o.jy(t.k.a(A.B.prototype.ga_.call(o))) +s=o.J.b.a.a.vF(a) +r=A.ba("start") +q=A.ba("end") +o=a.a +p=s.b +if(o>p)r.b=q.b=new A.bF(o,B.D) +else{r.b=new A.bF(s.a,B.D) +q.b=new A.bF(p,B.ap)}o=r.am() +return new A.OI(q.am(),o)}, +Xc(a,b,c){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.bz(0,null) +if(j.eC(j)===0)switch(c){case B.eK:case B.dl:return B.aj +case B.eL:case B.dk:return B.a6}s=A.cC(j,new A.q(a,0)).a +switch(c){case B.eK:case B.eL:if(b){k=l.e +k.toString +r=k}else{k=l.d +k.toString +r=k}q=l.Yo(r,!1,s) +p=q.a +o=q.b +break +case B.dk:case B.dl:n=l.e +if(n==null){n=new A.bF(l.a.b,B.ap) +l.e=n +r=n}else r=n +n=l.d +if(n==null){l.d=r +m=r}else m=n +p=k.eN(new A.q(s,k.rs(b?r:m).b-k.J.gv1()/2)) +o=B.a7 +break +default:p=null +o=null}if(b)l.e=p +else l.d=p +return o}, +Xv(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.bF(l.a,B.D):new A.bF(l.b,B.ap) +m.e=l +s=l}else s=l +l=m.d +if(l==null){m.d=s +r=s}else r=l +s=b?s:r +if(a&&s.a===m.a.b)return B.a6 +l=!a +if(l&&s.a===m.a.a)return B.aj +switch(c){case B.iB:l=m.a +q=m.xJ(s,a,new A.Cu(B.d.a8(m.c,l.a,l.b))) +p=B.a7 +break +case B.Ml:l=m.b.J +o=l.f +o.toString +l=new A.K7(o,l.b.a.a) +p=new A.acg(l.ga0u(),l) +l.c=p +q=m.xJ(s,a,p) +p=B.a7 +break +case B.Mm:q=m.Zf(s,a,new A.ZH(m)) +p=B.a7 +break +case B.Mn:o=m.a +n=o.a +o=o.b +q=m.xJ(s,a,new A.Vr(B.d.a8(m.c,n,o))) +if(a&&q.a===o)p=B.a6 +else p=l&&q.a===n?B.aj:B.a7 +break +default:p=null +q=null}if(b)m.e=q +else m.d=q +return p}, +xJ(a,b,c){var s,r=a.a +if(b){r=c.hP(r) +s=r==null?this.a.b:r}else{r=c.hO(r-1) +s=r==null?this.a.a:r}return new A.bF(s,B.D)}, +Zf(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.Mp +r=o.a.a +s=new A.Cu(o.c).hO(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.hP(q) +p=s==null?o.a.b:s}else{s=c.hO(q) +p=s==null?o.a.a:s}return new A.bF(p,B.D)}, +Yo(a,b,c){var s,r,q,p,o,n=this,m=n.b,l=m.J.tD(),k=m.qE(a,B.u),j=l.length,i=j-1 +for(s=k.b,r=0;rs){i=J.arB(q) +break}}if(b&&i===l.length-1)p=new A.bF(n.a.b,B.ap) +else if(!b&&i===0)p=new A.bF(n.a.a,B.D) +else p=n.wB(m.eN(new A.q(c,l[b?i+1:i-1].gtu()))) +m=p.a +j=n.a +if(m===j.a)o=B.aj +else o=m===j.b?B.a6:B.a7 +return new A.bi(p,o,t.UH)}, +a_a(a){var s,r,q,p,o=this +if(o.d==null||o.e==null)return!1 +s=A.ba("currentStart") +r=A.ba("currentEnd") +q=o.d +q.toString +p=o.e +p.toString +if(A.agO(q,p)>0){s.b=q +r.b=p}else{s.b=p +r.b=q}return A.agO(s.am(),a)>=0&&A.agO(r.am(),a)<=0}, +bz(a,b){var s=A.pJ(this.gdG().a,this.gdG().b,0) +s.ck(0,this.b.bz(0,b)) +return s}, +is(a,b){if(this.b.y==null)return}, +gdG(){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.vv(A.Jr(B.D,r,s.b,!1)) +if(q.length!==0){l=B.b.gK(q) +p=new A.C(l.a,l.b,l.c,l.d) +for(o=1;o0 +r.zR$=p +if(r.fr$!=null&&s!==p)r.j5() +r.a7H() +if(q===0||r.mZ$===0)r.aV()}}, +lu(a){var s=this.n_$ +return s.gm(s)>0}, +hM(a){var s,r=this.fr$ +if(r!=null)if(this.mZ$===0){s=this.zS$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.Hj.prototype={} +A.tQ.prototype={ +a0(a,b){return null}, +M(a,b){return null}, +i(a){return"CustomClipper"}} +A.nM.prototype={ +OL(a){return this.b.h7(new A.C(0,0,0+a.a,0+a.b),this.c)}, +PI(a){if(A.v(a)!==B.Qj)return!0 +t.jH.a(a) +return!a.b.j(0,this.b)||a.c!=this.c}} +A.rv.prototype={ +sp0(a){var s,r=this,q=r.D +if(q==a)return +r.D=a +s=a==null +if(s||q==null||A.v(a)!==A.v(q)||a.PI(q))r.rH() +if(r.y!=null){if(q!=null)q.M(0,r.grG()) +if(!s)a.a0(0,r.grG())}}, +ab(a){var s +this.nX(a) +s=this.D +if(s!=null)s.a0(0,this.grG())}, +a4(a){var s=this.D +if(s!=null)s.M(0,this.grG()) +this.lY(0)}, +rH(){this.a2=null +this.ad() +this.aV()}, +smD(a){if(a!==this.af){this.af=a +this.ad()}}, +bC(){var s=this,r=s.id!=null?s.gA(s):null +s.r1() +if(!J.e(r,s.gA(s)))s.a2=null}, +jD(){var s,r=this +if(r.a2==null){s=r.D +s=s==null?null:s.OL(r.gA(r)) +r.a2=s==null?r.grh():s}}, +jK(a){var s,r=this +switch(r.af.a){case 0:return null +case 1:case 2:case 3:if(r.D==null)s=null +else{s=r.gA(r) +s=new A.C(0,0,0+s.a,0+s.b)}if(s==null){s=r.gA(r) +s=new A.C(0,0,0+s.a,0+s.b)}return s}}, +l(){this.cu=null +this.fi()}} +A.Hm.prototype={ +grh(){var s=this.gA(this) +return new A.C(0,0,0+s.a,0+s.b)}, +bX(a,b){var s=this +if(s.D!=null){s.jD() +if(!s.a2.p(0,b))return!1}return s.iC(a,b)}, +aC(a,b){var s,r,q=this,p=q.fr$ +if(p!=null){s=q.ch +if(q.af!==B.M){q.jD() +p=q.cx +p===$&&A.b() +r=q.a2 +r.toString +s.saB(0,a.ly(p,b,r,A.fn.prototype.gj8.call(q),q.af,t.VZ.a(s.a)))}else{a.fc(p,b) +s.saB(0,null)}}else q.ch.saB(0,null)}} +A.Hl.prototype={ +grh(){var s=$.af().d9(),r=this.gA(this) +s.kM(new A.C(0,0,0+r.a,0+r.b)) +return s}, +bX(a,b){var s=this +if(s.D!=null){s.jD() +if(!s.a2.p(0,b))return!1}return s.iC(a,b)}, +aC(a,b){var s,r,q,p=this,o=p.fr$ +if(o!=null){s=p.ch +if(p.af!==B.M){p.jD() +o=p.cx +o===$&&A.b() +r=p.gA(p) +q=p.a2 +q.toString +s.saB(0,a.N0(o,b,new A.C(0,0,0+r.a,0+r.b),q,A.fn.prototype.gj8.call(p),p.af,t.JG.a(s.a)))}else{a.fc(o,b) +s.saB(0,null)}}else p.ch.saB(0,null)}} +A.zV.prototype={ +sdd(a,b){if(this.cj===b)return +this.cj=b +this.ad()}, +sc5(a,b){if(this.f0.j(0,b))return +this.f0=b +this.ad()}, +sag(a,b){if(this.ht.j(0,b))return +this.ht=b +this.ad()}, +dO(a){this.fh(a) +a.sdd(0,this.cj)}} +A.HC.prototype={ +sc0(a,b){if(this.zP===b)return +this.zP=b +this.rH()}, +sa2u(a,b){if(J.e(this.zQ,b))return +this.zQ=b +this.rH()}, +grh(){var s,r,q=this,p=q.gA(q),o=0+p.a +p=0+p.b +switch(q.zP.a){case 0:s=q.zQ +if(s==null)s=B.a9 +return s.e_(new A.C(0,0,o,p)) +case 1:s=(o-0)/2 +r=(p-0)/2 +return new A.hD(0,0,o,p,s,r,s,r,s,r,s,r,s===r)}}, +bX(a,b){var s=this +if(s.D!=null){s.jD() +if(!s.a2.p(0,b))return!1}return s.iC(a,b)}, +aC(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.fr$==null){j.ch.saB(0,null) +return}j.jD() +s=j.a2.cK(b) +r=$.af() +q=r.d9() +q.fv(s) +p=a.gb3(a) +o=j.cj +if(o!==0&&!0){n=j.f0 +m=j.ht +p.mU(q,n,o,(m.gm(m)>>>24&255)!==255)}l=j.af===B.c1 +if(!l){r=r.b4() +r.sag(0,j.ht) +p.dc(s,r)}r=j.cx +r===$&&A.b() +o=j.gA(j) +n=j.a2 +n.toString +m=j.ch +k=t.xs.a(m.a) +m.saB(0,a.a8B(r,b,new A.C(0,0,0+o.a,0+o.b),n,new A.a1V(j,l),j.af,k))}} +A.a1V.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gb3(a) +r=$.af().b4() +r.sag(0,this.a.ht) +s.mT(r)}this.a.hY(a,b)}, +$S:8} +A.HD.prototype={ +grh(){var s=$.af().d9(),r=this.gA(this) +s.kM(new A.C(0,0,0+r.a,0+r.b)) +return s}, +bX(a,b){var s=this +if(s.D!=null){s.jD() +if(!s.a2.p(0,b))return!1}return s.iC(a,b)}, +aC(a,b){var s,r,q,p,o,n,m,l,k=this +if(k.fr$==null){k.ch.saB(0,null) +return}k.jD() +s=k.a2.cK(b) +r=a.gb3(a) +q=k.cj +if(q!==0&&!0){p=k.f0 +o=k.ht +r.mU(s,p,q,(o.gm(o)>>>24&255)!==255)}n=k.af===B.c1 +if(!n){q=$.af().b4() +q.sag(0,k.ht) +r.da(s,q)}q=k.cx +q===$&&A.b() +p=k.gA(k) +o=k.a2 +o.toString +m=k.ch +l=t.JG.a(m.a) +m.saB(0,a.N0(q,b,new A.C(0,0,0+p.a,0+p.b),o,new A.a1W(k,n),k.af,l))}} +A.a1W.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gb3(a) +r=$.af().b4() +r.sag(0,this.a.ht) +s.mT(r)}this.a.hY(a,b)}, +$S:8} +A.Dq.prototype={ +F(){return"DecorationPosition."+this.b}} +A.Hr.prototype={ +sa41(a){var s,r=this +if(a.j(0,r.a2))return +s=r.D +if(s!=null)s.l() +r.D=null +r.a2=a +r.ad()}, +sbj(a,b){if(b===this.af)return +this.af=b +this.ad()}, +stF(a){if(a.j(0,this.bh))return +this.bh=a +this.ad()}, +a4(a){var s=this,r=s.D +if(r!=null)r.l() +s.D=null +s.lY(0) +s.ad()}, +hw(a){var s=this +return s.a2.LS(s.gA(s),a,s.bh.d)}, +aC(a,b){var s,r,q,p=this +if(p.D==null)p.D=p.a2.Ki(p.gf9()) +s=p.bh +r=p.gA(p) +q=new A.uT(s.a,s.b,s.c,s.d,r,s.f) +if(p.af===B.dR){s=p.D +s.toString +s.Bj(a.gb3(a),b,q) +if(p.a2.gAq())a.CM()}p.hY(a,b) +if(p.af===B.Cq){s=p.D +s.toString +s.Bj(a.gb3(a),b,q) +if(p.a2.gAq())a.CM()}}} +A.HO.prototype={ +sMK(a,b){return}, +shk(a){var s=this +if(J.e(s.a2,a))return +s.a2=a +s.ad() +s.aV()}, +sbQ(a){var s=this +if(s.af==a)return +s.af=a +s.ad() +s.aV()}, +gmv(){return this.fr$!=null&&this.bw!=null}, +sbx(a,b){var s,r=this +if(J.e(r.cu,b))return +s=new A.bl(new Float64Array(16)) +s.aF(b) +r.cu=s +r.ad() +r.aV()}, +sjY(a){var s,r,q=this,p=q.bw +if(p==a)return +s=q.fr$!=null +r=s&&p!=null +q.bw=a +if(r!==(s&&a!=null))q.j5() +q.ad()}, +gx0(){var s,r,q,p,o,n=this,m=n.a2,l=m==null?null:m.Y(n.af) +if(l==null)return n.cu +s=new A.bl(new Float64Array(16)) +s.cS() +m=n.gA(n) +r=m.a/2 +q=m.b/2 +m=r+l.a*r +p=q+l.b*q +o=new A.q(m,p) +s.ac(0,m,p) +m=n.cu +m.toString +s.ck(0,m) +s.ac(0,-o.a,-o.b) +return s}, +bX(a,b){return this.cP(a,b)}, +cP(a,b){var s=this.bh?this.gx0():null +return a.Jm(new A.a25(this),b,s)}, +aC(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this +if(a1.fr$!=null){s=a1.gx0() +s.toString +if(a1.bw==null){r=A.a_4(s) +if(r==null){q=s.a +p=q[0] +o=q[5] +n=q[1] +m=q[4] +l=p*o-n*m +k=q[6] +j=q[2] +i=p*k-j*m +h=q[7] +g=q[3] +f=p*h-g*m +e=n*k-j*o +d=n*h-g*o +c=j*h-g*k +k=q[8] +g=q[9] +h=q[10] +j=q[11] +b=-(g*c-h*d+j*e)*q[12]+(k*c-h*f+j*i)*q[13]-(k*d-g*f+j*l)*q[14]+(k*e-g*i+h*l)*q[15] +if(b===0||!isFinite(b)){a1.ch.saB(0,null) +return}q=a1.cx +q===$&&A.b() +p=A.fn.prototype.gj8.call(a1) +o=a1.ch +n=o.a +o.saB(0,a2.qe(q,a3,s,p,n instanceof A.lE?n:null))}else{a1.hY(a2,a3.X(0,r)) +a1.ch.saB(0,null)}}else{q=a3.a +p=a3.b +a=A.pJ(q,p,0) +a.ck(0,s) +a.ac(0,-q,-p) +p=a1.bw +p.toString +a0=$.af().Kn(a.a,p) +s=a1.ch +q=s.a +if(q instanceof A.uU){if(!a0.j(0,q.aE)){q.aE=a0 +q.dZ()}}else s.saB(0,new A.uU(a0,B.h,A.z(t.S,t.M),A.ar())) +s=s.a +s.toString +a2.v6(s,A.fn.prototype.gj8.call(a1),a3)}}}, +cC(a,b){var s=this.gx0() +s.toString +b.ck(0,s)}} +A.a25.prototype={ +$2(a,b){return this.a.r0(a,b)}, +$S:11} +A.wE.prototype={ +a_i(){if(this.D!=null)return +this.D=this.af}, +Fh(a){switch(a.a){case 6:return!0 +case 1:case 2:case 0:case 4:case 3:case 5:return!1}}, +szZ(a){var s=this,r=s.a2 +if(r===a)return +s.a2=a +if(s.Fh(r)||s.Fh(a))s.a6() +else{s.bw=s.cu=null +s.ad()}}, +shk(a){var s=this +if(s.af.j(0,a))return +s.af=a +s.D=s.bw=s.cu=null +s.ad()}, +sbQ(a){var s=this +if(s.bh==a)return +s.bh=a +s.D=s.bw=s.cu=null +s.ad()}, +c3(a){var s,r=this.fr$ +if(r!=null){s=r.jk(B.bs) +switch(this.a2.a){case 6:return a.bI(new A.aX(0,a.b,0,a.d).p7(s)) +case 1:case 2:case 0:case 4:case 3:case 5:return a.p7(s)}}else return new A.Q(A.N(0,a.a,a.b),A.N(0,a.c,a.d))}, +bC(){var s,r,q,p=this,o=p.fr$ +if(o!=null){o.c8(B.bs,!0) +switch(p.a2.a){case 6:o=t.k +s=o.a(A.B.prototype.ga_.call(p)) +r=p.fr$ +q=new A.aX(0,s.b,0,s.d).p7(r.gA(r)) +p.id=o.a(A.B.prototype.ga_.call(p)).bI(q) +break +case 1:case 2:case 0:case 4:case 3:case 5:o=t.k.a(A.B.prototype.ga_.call(p)) +s=p.fr$ +p.id=o.p7(s.gA(s)) +break}p.bw=p.cu=null}else{o=t.k.a(A.B.prototype.ga_.call(p)) +p.id=new A.Q(A.N(0,o.a,o.b),A.N(0,o.c,o.d))}}, +yv(){var s,r,q,p,o,n,m,l,k,j,i=this +if(i.bw!=null)return +if(i.fr$==null){i.cu=!1 +s=new A.bl(new Float64Array(16)) +s.cS() +i.bw=s}else{i.a_i() +s=i.fr$ +r=s.gA(s) +q=A.anO(i.a2,r,i.gA(i)) +s=q.b +p=q.a +o=r.a +n=r.b +m=i.D.Ai(p,new A.C(0,0,0+o,0+n)) +l=i.D +l.toString +k=i.gA(i) +j=l.Ai(s,new A.C(0,0,0+k.a,0+k.b)) +l=m.a +i.cu=m.c-l")),A.fn.prototype.gj8.call(s),b)}, +gmv(){return!0}} +A.OM.prototype={ +ab(a){var s=this +s.nX(a) +s.n_$.a0(0,s.gtb()) +s.yu()}, +a4(a){this.n_$.M(0,this.gtb()) +this.lY(0)}, +aC(a,b){if(this.mZ$===0)return +this.hY(a,b)}} +A.zW.prototype={ +ab(a){var s +this.dE(a) +s=this.fr$ +if(s!=null)s.ab(a)}, +a4(a){var s +this.dF(0) +s=this.fr$ +if(s!=null)s.a4(0)}} +A.zX.prototype={ +i7(a){var s=this.fr$ +s=s==null?null:s.lG(a) +return s==null?this.Du(a):s}} +A.lv.prototype={ +F(){return"SelectionResult."+this.b}} +A.dr.prototype={$iai:1} +A.Iw.prototype={ +slA(a){var s=this,r=s.n2$ +if(a==r)return +if(a==null)s.M(0,s.gHB()) +else if(r==null)s.a0(0,s.gHB()) +s.HA() +s.n2$=a +s.HC()}, +HC(){var s=this +if(s.n2$==null){s.l9$=!1 +return}if(s.l9$&&!s.gm(s).e){s.n2$.v(0,s) +s.l9$=!1}else if(!s.l9$&&s.gm(s).e){s.n2$.B(0,s) +s.l9$=!0}}, +HA(){var s=this +if(s.l9$){s.n2$.v(0,s) +s.l9$=!1}}} +A.xf.prototype={ +F(){return"SelectionEventType."+this.b}} +A.qH.prototype={ +F(){return"TextGranularity."+this.b}} +A.a3k.prototype={} +A.tD.prototype={} +A.xe.prototype={} +A.qh.prototype={ +F(){return"SelectionExtendDirection."+this.b}} +A.xg.prototype={ +F(){return"SelectionStatus."+this.b}} +A.lu.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.lu&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.d===s.d&&b.c===s.c&&b.e===s.e}, +gq(a){var s=this +return A.D(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.nH.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.nH&&b.a.j(0,s.a)&&b.b===s.b&&b.c===s.c}, +gq(a){return A.D(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.Js.prototype={ +F(){return"TextSelectionHandleType."+this.b}} +A.Pt.prototype={} +A.HJ.prototype={ +i7(a){var s,r,q=this.fr$ +if(q!=null){s=q.lG(a) +r=q.b +r.toString +t.q.a(r) +if(s!=null)s+=r.a.b}else s=this.Du(a) +return s}, +aC(a,b){var s,r=this.fr$ +if(r!=null){s=r.b +s.toString +a.fc(r,t.q.a(s).a.X(0,b))}}, +cP(a,b){var s,r=this.fr$ +if(r!=null){s=r.b +s.toString +t.q.a(s) +return a.ms(new A.a1X(b,s,r),s.a,b)}return!1}} +A.a1X.prototype={ +$2(a,b){return this.c.bX(a,b)}, +$S:11} +A.HB.prototype={ +t4(){var s=this +if(s.D!=null)return +s.D=s.a2.Y(s.af)}, +sbZ(a,b){var s=this +if(s.a2.j(0,b))return +s.a2=b +s.D=null +s.a6()}, +sbQ(a){var s=this +if(s.af==a)return +s.af=a +s.D=null +s.a6()}, +c3(a){var s,r,q,p=this +p.t4() +if(p.fr$==null){s=p.D +return a.bI(new A.Q(s.a+s.c,s.b+s.d))}s=p.D +s.toString +r=a.KB(s) +q=p.fr$.jk(r) +s=p.D +return a.bI(new A.Q(s.a+q.a+s.c,s.b+q.b+s.d))}, +bC(){var s,r,q,p,o,n,m=this,l=t.k.a(A.B.prototype.ga_.call(m)) +m.t4() +if(m.fr$==null){s=m.D +m.id=l.bI(new A.Q(s.a+s.c,s.b+s.d)) +return}s=m.D +s.toString +r=l.KB(s) +m.fr$.c8(r,!0) +s=m.fr$ +q=s.b +q.toString +t.q.a(q) +p=m.D +o=p.a +q.a=new A.q(o,p.b) +s=s.gA(s) +p=m.D +q=p.c +p=p.b +n=m.fr$ +m.id=l.bI(new A.Q(o+s.a+q,p+n.gA(n).b+m.D.d))}} +A.Hi.prototype={ +t4(){var s=this +if(s.D!=null)return +s.D=s.a2.Y(s.af)}, +shk(a){var s=this +if(s.a2.j(0,a))return +s.a2=a +s.D=null +s.a6()}, +sbQ(a){var s=this +if(s.af==a)return +s.af=a +s.D=null +s.a6()}, +Jo(){var s,r,q,p,o=this +o.t4() +s=o.fr$.b +s.toString +t.q.a(s) +r=o.D +r.toString +q=o.gA(o) +p=o.fr$ +s.a=r.kO(t.EP.a(q.a3(0,p.gA(p))))}} +A.HG.prototype={ +sa9w(a){if(this.c6==a)return +this.c6=a +this.a6()}, +sa6p(a){if(this.cG==a)return +this.cG=a +this.a6()}, +c3(a){var s,r,q=this,p=q.c6!=null||a.b===1/0,o=q.cG!=null||a.d===1/0,n=q.fr$ +if(n!=null){s=n.jk(new A.aX(0,a.b,0,a.d)) +if(p){n=q.c6 +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.cG +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.bI(new A.Q(n,r))}n=p?0:1/0 +return a.bI(new A.Q(n,o?0:1/0))}, +bC(){var s,r,q=this,p=t.k.a(A.B.prototype.ga_.call(q)),o=q.c6!=null||p.b===1/0,n=q.cG!=null||p.d===1/0,m=q.fr$ +if(m!=null){m.c8(new A.aX(0,p.b,0,p.d),!0) +if(o){m=q.fr$ +m=m.gA(m) +s=q.c6 +if(s==null)s=1 +s=m.a*s +m=s}else m=1/0 +if(n){s=q.fr$ +s=s.gA(s) +r=q.cG +if(r==null)r=1 +r=s.b*r +s=r}else s=1/0 +q.id=p.bI(new A.Q(m,s)) +q.Jo()}else{m=o?0:1/0 +q.id=p.bI(new A.Q(m,n?0:1/0))}}} +A.a3Y.prototype={ +vB(a){return new A.Q(A.N(1/0,a.a,a.b),A.N(1/0,a.c,a.d))}} +A.Hq.prototype={ +szo(a){var s=this,r=s.D +if(r===a)return +if(A.v(a)!==A.v(r)||a.nI(r))s.a6() +s.D=a +s.y!=null}, +ab(a){this.Sy(a)}, +a4(a){this.Sz(0)}, +c3(a){return a.bI(this.D.vB(a))}, +bC(){var s,r,q,p,o,n=this,m=t.k,l=m.a(A.B.prototype.ga_.call(n)) +n.id=l.bI(n.D.vB(l)) +if(n.fr$!=null){s=n.D.Ce(m.a(A.B.prototype.ga_.call(n))) +m=n.fr$ +m.toString +l=s.a +r=s.b +q=l>=r +m.c8(s,!(q&&s.c>=s.d)) +m=n.fr$.b +m.toString +t.q.a(m) +p=n.D +o=n.gA(n) +if(q&&s.c>=s.d)l=new A.Q(A.N(0,l,r),A.N(0,s.c,s.d)) +else{l=n.fr$ +l=l.gA(l)}m.a=p.Co(o,l)}}} +A.zY.prototype={ +ab(a){var s +this.dE(a) +s=this.fr$ +if(s!=null)s.ab(a)}, +a4(a){var s +this.dF(0) +s=this.fr$ +if(s!=null)s.a4(0)}} +A.EL.prototype={ +F(){return"GrowthDirection."+this.b}} +A.ly.prototype={ +gMc(){return!1}, +tt(a,b,c){if(a==null)a=this.w +switch(A.b6(this.a).a){case 0:return new A.aX(c,b,a,a) +case 1:return new A.aX(a,a,c,b)}}, +a27(){return this.tt(null,1/0,0)}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(!(b instanceof A.ly))return!1 +return b.a===s.a&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.x===s.x&&b.y===s.y&&b.Q===s.Q&&b.z===s.z}, +gq(a){var s=this +return A.D(s.a,s.b,s.d,s.f,s.r,s.w,s.x,s.y,s.Q,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){var s=this,r=A.a([s.a.i(0),s.b.i(0),s.c.i(0),"scrollOffset: "+B.c.R(s.d,1),"remainingPaintExtent: "+B.c.R(s.r,1)],t.s),q=s.f +if(q!==0)r.push("overlap: "+B.c.R(q,1)) +r.push("crossAxisExtent: "+B.c.R(s.w,1)) +r.push("crossAxisDirection: "+s.x.i(0)) +r.push("viewportMainAxisExtent: "+B.c.R(s.y,1)) +r.push("remainingCacheExtent: "+B.c.R(s.Q,1)) +r.push("cacheOrigin: "+B.c.R(s.z,1)) +return"SliverConstraints("+B.b.bi(r,", ")+")"}} +A.IP.prototype={ +c_(){return"SliverGeometry"}} +A.qr.prototype={} +A.IR.prototype={ +i(a){return A.v(this.a).i(0)+"@(mainAxis: "+A.h(this.c)+", crossAxis: "+A.h(this.d)+")"}} +A.xx.prototype={ +i(a){var s=this.a +return"layoutOffset="+(s==null?"None":B.c.R(s,1))}} +A.lA.prototype={ +i(a){return"paintOffset="+this.a.i(0)}} +A.k1.prototype={} +A.cD.prototype={ +ga_(){return t.p.a(A.B.prototype.ga_.call(this))}, +gks(){return this.gip()}, +gip(){var s=this,r=t.p +switch(A.b6(r.a(A.B.prototype.ga_.call(s)).a).a){case 0:return new A.C(0,0,0+s.fx.c,0+r.a(A.B.prototype.ga_.call(s)).w) +case 1:return new A.C(0,0,0+r.a(A.B.prototype.ga_.call(s)).w,0+s.fx.c)}}, +nm(){}, +LR(a,b,c){var s=this +if(c>=0&&c=0&&b0)return Math.max(0,this.a*B.c.c2(a/s)-1) +return 0}, +WG(a){var s,r,q=this +if(q.f){s=q.c +r=q.e +return q.a*s-a-r-(s-r)}return a}, +vw(a){var s=this,r=s.a,q=B.f.bR(a,r) +return new A.a4b(B.f.hd(a,r)*s.b,s.WG(q*s.c),s.d,s.e)}, +K0(a){var s +if(a===0)return 0 +s=this.b +return s*(B.f.hd(a-1,this.a)+1)-(s-this.d)}} +A.a49.prototype={} +A.a4a.prototype={ +Cj(a){var s=this,r=s.c,q=s.a,p=Math.max(0,a.w-r*(q-1))/q,o=p/s.d +return new A.a4d(q,o+s.b,p+r,o,p,A.Sr(a.x))}} +A.qq.prototype={ +i(a){return"crossAxisOffset="+A.h(this.w)+"; "+this.S3(0)}} +A.HK.prototype={ +e3(a){if(!(a.b instanceof A.qq))a.b=new A.qq(!1,null,null)}, +sPc(a){var s,r=this +if(r.fO===a)return +if(A.v(a)===A.v(r.fO)){s=r.fO +s=s.a!==a.a||s.b!==a.b||s.c!==a.c||s.d!==a.d||!1}else s=!0 +if(s)r.a6() +r.fO=a}, +mC(a){var s=a.b +s.toString +s=t.h5.a(s).w +s.toString +return s}, +bC(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8=this,a9=null,b0=t.p.a(A.B.prototype.ga_.call(a8)),b1=a8.au +b1.p3=!1 +s=b0.d +r=s+b0.z +q=r+b0.Q +p=a8.fO.Cj(b0) +o=p.b +n=o>1e-10?p.a*B.c.hd(r,o):0 +m=isFinite(q)?p.OT(q):a9 +o=a8.aa$ +if(o!=null){o=o.b +o.toString +l=t.D +o=l.a(o).b +o.toString +k=a8.cN$ +k.toString +k=k.b +k.toString +k=l.a(k).b +k.toString +j=B.f.eY(n-o,0,a8.dw$) +a8.p5(j,m==null?0:B.f.eY(k-m,0,a8.dw$))}else a8.p5(0,0) +i=p.vw(n) +if(a8.aa$==null)if(!a8.Ja(n,i.a)){h=p.K0(b1.gtA()) +a8.fx=A.k0(a9,!1,a9,a9,h,0,0,h,a9) +b1.pm() +return}g=i.a +f=g+i.c +o=a8.aa$ +o.toString +o=o.b +o.toString +l=t.D +o=l.a(o).b +o.toString +e=o-1 +o=t.h5 +d=a9 +for(;e>=n;--e){c=p.vw(e) +k=c.c +b=a8.a6O(b0.tt(c.d,k,k)) +a=b.b +a.toString +o.a(a) +a0=c.a +a.a=a0 +a.w=c.b +if(d==null)d=b +f=Math.max(f,a0+k)}if(d==null){k=a8.aa$ +k.toString +k.f7(i.OJ(b0)) +d=a8.aa$ +k=d.b +k.toString +o.a(k) +k.a=g +k.w=i.b}k=d.b +k.toString +k=l.a(k).b +k.toString +e=k+1 +k=A.m(a8).h("ay.1") +a=m!=null +while(!0){if(!(!a||e<=m)){a1=!1 +break}c=p.vw(e) +a0=c.c +a2=b0.tt(c.d,a0,a0) +a3=d.b +a3.toString +b=k.a(a3).ae$ +if(b!=null){a3=b.b +a3.toString +a3=l.a(a3).b +a3.toString +a3=a3!==e}else a3=!0 +if(a3){b=a8.a6N(a2,d) +if(b==null){a1=!0 +break}}else b.f7(a2) +a3=b.b +a3.toString +o.a(a3) +a4=c.a +a3.a=a4 +a3.w=c.b +f=Math.max(f,a4+a0);++e +d=b}o=a8.cN$ +o.toString +o=o.b +o.toString +o=l.a(o).b +o.toString +a5=a1?f:b1.L9(b0,n,o,g,f) +a6=a8.hn(b0,Math.min(s,g),f) +a7=a8.mA(b0,g,f) +a8.fx=A.k0(a7,a5>a6||s>0||b0.f!==0,a9,a9,a5,a6,0,a5,a9) +if(a5===f)b1.p3=!0 +b1.pm()}} +A.HL.prototype={ +bC(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=null,a5={},a6=t.p.a(A.B.prototype.ga_.call(a3)),a7=a3.au +a7.p3=!1 +s=a6.d +r=s+a6.z +q=r+a6.Q +p=a6.a27() +if(a3.aa$==null)if(!a3.J9()){a3.fx=B.w0 +a7.pm() +return}a5.a=null +o=a3.aa$ +n=o.b +n.toString +m=t.D +if(m.a(n).a==null){n=A.m(a3).h("ay.1") +l=0 +while(!0){if(o!=null){k=o.b +k.toString +k=m.a(k).a==null}else k=!1 +if(!k)break +k=o.b +k.toString +o=n.a(k).ae$;++l}a3.p5(l,0) +if(a3.aa$==null)if(!a3.J9()){a3.fx=B.w0 +a7.pm() +return}}o=a3.aa$ +n=o.b +n.toString +n=m.a(n).a +n.toString +j=n +i=a4 +for(;j>r;j=h,i=o){o=a3.Ak(p,!0) +if(o==null){n=a3.aa$ +k=n.b +k.toString +m.a(k).a=0 +if(r===0){n.c8(p,!0) +o=a3.aa$ +if(a5.a==null)a5.a=o +i=o +break}else{a3.fx=A.k0(a4,!1,a4,a4,0,0,0,0,-r) +return}}n=a3.aa$ +n.toString +h=j-a3.lt(n) +if(h<-1e-10){a3.fx=A.k0(a4,!1,a4,a4,0,0,0,0,-h) +a7=a3.aa$.b +a7.toString +m.a(a7).a=0 +return}n=o.b +n.toString +m.a(n).a=h +if(a5.a==null)a5.a=o}if(r<1e-10)while(!0){n=a3.aa$ +n.toString +n=n.b +n.toString +m.a(n) +k=n.b +k.toString +if(!(k>0))break +n=n.a +n.toString +o=a3.Ak(p,!0) +k=a3.aa$ +k.toString +h=n-a3.lt(k) +k=a3.aa$.b +k.toString +m.a(k).a=0 +if(h<-1e-10){a3.fx=A.k0(a4,!1,a4,a4,0,0,0,0,-h) +return}}if(i==null){o.c8(p,!0) +a5.a=o}a5.b=!0 +a5.c=o +n=o.b +n.toString +m.a(n) +k=n.b +k.toString +a5.d=k +n=n.a +n.toString +a5.e=n+a3.lt(o) +g=new A.a2_(a5,a3,p) +for(f=0;a5.es+a6.r||s>0,a4,a4,a,a1,0,a,a4) +if(a===n)a7.p3=!0 +a7.pm()}} +A.a2_.prototype={ +$0(){var s,r,q,p=this.a,o=p.c,n=p.a +if(o==n)p.b=!1 +s=this.b +o=o.b +o.toString +r=p.c=A.m(s).h("ay.1").a(o).ae$ +o=r==null +if(o)p.b=!1 +q=++p.d +if(!p.b){if(!o){o=r.b +o.toString +o=t.D.a(o).b +o.toString +q=o!==q +o=q}else o=!0 +q=this.c +if(o){r=s.M1(q,n,!0) +p.c=r +if(r==null)return!1}else r.c8(q,!0) +o=p.a=p.c}else o=r +n=o.b +n.toString +t.D.a(n) +q=p.e +n.a=q +p.e=q+s.lt(o) +return!0}, +$S:2} +A.hv.prototype={$ic7:1} +A.a23.prototype={ +e3(a){}} +A.et.prototype={ +i(a){var s=this.b,r=this.n3$?"keepAlive; ":"" +return"index="+A.h(s)+"; "+r+this.S2(0)}} +A.nw.prototype={ +e3(a){if(!(a.b instanceof A.et))a.b=new A.et(!1,null,null)}, +jI(a){var s +this.Dw(a) +s=a.b +s.toString +if(!t.D.a(s).c)this.au.zq(t.x.a(a))}, +Aj(a,b,c){this.w5(0,b,c)}, +uI(a,b){var s,r=this,q=a.b +q.toString +t.D.a(q) +if(!q.c){r.Ql(a,b) +r.au.zq(a) +r.a6()}else{s=r.ai +if(s.k(0,q.b)===a)s.v(0,q.b) +r.au.zq(a) +q=q.b +q.toString +s.n(0,q,a)}}, +v(a,b){var s=b.b +s.toString +t.D.a(s) +if(!s.c){this.Qn(0,b) +return}this.ai.v(0,s.b) +this.pv(b)}, +wT(a,b){this.Ao(new A.a20(this,a,b),t.p)}, +EU(a){var s,r=this,q=a.b +q.toString +t.D.a(q) +if(q.n3$){r.v(0,a) +s=q.b +s.toString +r.ai.n(0,s,a) +a.b=q +r.Dw(a) +q.c=!0}else r.au.Nj(a)}, +ab(a){var s,r,q +this.SA(a) +for(s=this.ai,s=s.gaD(s),s=new A.d_(J.ap(s.a),s.b),r=A.m(s).z[1];s.t();){q=s.a;(q==null?r.a(q):q).ab(a)}}, +a4(a){var s,r,q +this.SB(0) +for(s=this.ai,s=s.gaD(s),s=new A.d_(J.ap(s.a),s.b),r=A.m(s).z[1];s.t();){q=s.a;(q==null?r.a(q):q).a4(0)}}, +eL(){this.Qm() +var s=this.ai +s.gaD(s).U(0,this.gNe())}, +aY(a){var s +this.D6(a) +s=this.ai +s.gaD(s).U(0,a)}, +hM(a){this.D6(a)}, +Ja(a,b){var s +this.wT(a,null) +s=this.aa$ +if(s!=null){s=s.b +s.toString +t.D.a(s).a=b +return!0}this.au.p3=!0 +return!1}, +J9(){return this.Ja(0,0)}, +Ak(a,b){var s,r,q,p=this,o=p.aa$ +o.toString +o=o.b +o.toString +s=t.D +o=s.a(o).b +o.toString +r=o-1 +p.wT(r,null) +o=p.aa$ +o.toString +q=o.b +q.toString +q=s.a(q).b +q.toString +if(q===r){o.c8(a,b) +return p.aa$}p.au.p3=!0 +return null}, +a6O(a){return this.Ak(a,!1)}, +M1(a,b,c){var s,r,q,p=b.b +p.toString +s=t.D +p=s.a(p).b +p.toString +r=p+1 +this.wT(r,b) +p=b.b +p.toString +q=A.m(this).h("ay.1").a(p).ae$ +if(q!=null){p=q.b +p.toString +p=s.a(p).b +p.toString +p=p===r}else p=!1 +if(p){q.c8(a,c) +return q}this.au.p3=!0 +return null}, +a6N(a,b){return this.M1(a,b,!1)}, +p5(a,b){var s={} +s.a=a +s.b=b +this.Ao(new A.a22(s,this),t.p)}, +lt(a){switch(A.b6(t.p.a(A.B.prototype.ga_.call(this)).a).a){case 0:return a.gA(a).a +case 1:return a.gA(a).b}}, +Af(a,b,c){var s,r,q=this.cN$,p=A.aiH(a) +for(s=A.m(this).h("ay.1");q!=null;){if(this.a6y(p,q,b,c))return!0 +r=q.b +r.toString +q=s.a(r).bV$}return!1}, +z4(a){var s=a.b +s.toString +return t.D.a(s).a}, +lu(a){var s=t.MR.a(a.b) +return(s==null?null:s.b)!=null&&!this.ai.a1(0,s.b)}, +cC(a,b){if(!this.lu(a))b.vW() +else this.a24(a,b)}, +aC(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null +if(c.aa$==null)return +s=t.p +switch(A.kC(s.a(A.B.prototype.ga_.call(c)).a,s.a(A.B.prototype.ga_.call(c)).b).a){case 0:r=a0.X(0,new A.q(0,c.fx.c)) +q=B.In +p=B.ew +o=!0 +break +case 1:r=a0 +q=B.ew +p=B.hI +o=!1 +break +case 2:r=a0 +q=B.hI +p=B.ew +o=!1 +break +case 3:r=a0.X(0,new A.q(c.fx.c,0)) +q=B.Iv +p=B.hI +o=!0 +break +default:o=b +r=o +p=r +q=p}n=c.aa$ +for(m=A.m(c).h("ay.1"),l=t.D;n!=null;){k=n.b +k.toString +k=l.a(k).a +k.toString +j=k-s.a(A.B.prototype.ga_.call(c)).d +i=c.mC(n) +k=r.a +h=q.a +k=k+h*j+p.a*i +g=r.b +f=q.b +g=g+f*j+p.b*i +e=new A.q(k,g) +if(o){d=c.lt(n) +e=new A.q(k+h*d,g+f*d)}if(j0)a.fc(n,e) +k=n.b +k.toString +n=m.a(k).ae$}}} +A.a20.prototype={ +$1(a){var s=this.a,r=s.ai,q=this.b,p=this.c +if(r.a1(0,q)){r=r.v(0,q) +r.toString +q=r.b +q.toString +t.D.a(q) +s.pv(r) +r.b=q +s.w5(0,r,p) +q.c=!1}else s.au.a3K(q,p)}, +$S:119} +A.a22.prototype={ +$1(a){var s,r,q +for(s=this.a,r=this.b;s.a>0;){q=r.aa$ +q.toString +r.EU(q);--s.a}for(;s.b>0;){q=r.cN$ +q.toString +r.EU(q);--s.b}s=r.ai +s=s.gaD(s) +q=A.m(s).h("b_") +B.b.U(A.a6(new A.b_(s,new A.a21(),q),!0,q.h("j.E")),r.au.ga8O())}, +$S:119} +A.a21.prototype={ +$1(a){var s=a.b +s.toString +return!t.D.a(s).n3$}, +$S:254} +A.A_.prototype={ +ab(a){var s,r,q +this.dE(a) +s=this.aa$ +for(r=t.D;s!=null;){s.ab(a) +q=s.b +q.toString +s=r.a(q).ae$}}, +a4(a){var s,r,q +this.dF(0) +s=this.aa$ +for(r=t.D;s!=null;){s.a4(0) +q=s.b +q.toString +s=r.a(q).ae$}}} +A.OZ.prototype={} +A.P_.prototype={} +A.PN.prototype={ +a4(a){this.qY(0)}} +A.PO.prototype={} +A.wK.prototype={ +gyY(){var s=this,r=t.p +switch(A.kC(r.a(A.B.prototype.ga_.call(s)).a,r.a(A.B.prototype.ga_.call(s)).b).a){case 0:return s.bG.d +case 1:return s.bG.a +case 2:return s.bG.b +case 3:return s.bG.c}}, +ga1U(){var s=this,r=t.p +switch(A.kC(r.a(A.B.prototype.ga_.call(s)).a,r.a(A.B.prototype.ga_.call(s)).b).a){case 0:return s.bG.b +case 1:return s.bG.c +case 2:return s.bG.d +case 3:return s.bG.a}}, +ga3Q(){switch(A.b6(t.p.a(A.B.prototype.ga_.call(this)).a).a){case 0:var s=this.bG +return s.gbe(s)+s.gbl(s) +case 1:return this.bG.gcH()}}, +e3(a){if(!(a.b instanceof A.lA))a.b=new A.lA(B.h)}, +bC(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null,a2=t.p,a3=a2.a(A.B.prototype.ga_.call(a0)),a4=a0.gyY() +a0.ga1U() +s=a0.bG +s.toString +r=s.a1X(A.b6(a2.a(A.B.prototype.ga_.call(a0)).a)) +q=a0.ga3Q() +if(a0.fr$==null){p=a0.hn(a3,0,r) +a0.fx=A.k0(a0.mA(a3,0,r),!1,a1,a1,r,Math.min(p,a3.r),0,r,a1) +return}o=a0.hn(a3,0,a4) +n=a3.f +if(n>0)n=Math.max(0,n-o) +a2=a0.fr$ +a2.toString +s=Math.max(0,a3.d-a4) +m=Math.min(0,a3.z+a4) +l=a3.r +k=a0.hn(a3,0,a4) +j=a3.Q +i=a0.mA(a3,0,a4) +h=Math.max(0,a3.w-q) +g=a3.a +f=a3.b +a2.c8(new A.ly(g,f,a3.c,s,a4+a3.e,n,l-k,h,a3.x,a3.y,m,j-i),!0) +e=a0.fr$.fx +a2=e.y +if(a2!=null){a0.fx=A.k0(a1,!1,a1,a1,0,0,0,0,a2) +return}a2=e.a +s=a4+a2 +m=r+a2 +d=a0.hn(a3,s,m) +c=o+d +b=a0.mA(a3,0,a4) +a=a0.mA(a3,s,m) +s=e.c +k=e.d +p=Math.min(o+Math.max(s,k+d),l) +l=e.b +k=Math.min(c+k,p) +j=Math.min(a+b+e.z,j) +i=e.e +s=Math.max(c+s,o+e.r) +a0.fx=A.k0(j,e.x,s,k,r+i,p,l,m,a1) +m=a0.fr$.b +m.toString +t.jB.a(m) +switch(A.kC(g,f).a){case 0:s=a0.bG +l=s.a +a2=s.d+a2 +m.a=new A.q(l,a0.hn(a3,a2,a2+s.b)) +break +case 1:m.a=new A.q(a0.hn(a3,0,a0.bG.a),a0.bG.b) +break +case 2:a2=a0.bG +m.a=new A.q(a2.a,a0.hn(a3,0,a2.b)) +break +case 3:s=a0.bG +a2=s.c+a2 +m.a=new A.q(a0.hn(a3,a2,a2+s.a),a0.bG.b) +break}}, +Af(a,b,c){var s,r,q,p=this,o=p.fr$ +if(o!=null&&o.fx.r>0){o=o.b +o.toString +t.jB.a(o) +s=p.hn(t.p.a(A.B.prototype.ga_.call(p)),0,p.gyY()) +r=p.fr$ +r.toString +r=p.mC(r) +o=o.a +q=p.fr$.ga6x() +a.c.push(new A.ro(new A.q(-o.a,-o.b))) +q.$3$crossAxisPosition$mainAxisPosition(a,b-r,c-s) +a.v0()}return!1}, +mC(a){var s=this,r=t.p +switch(A.kC(r.a(A.B.prototype.ga_.call(s)).a,r.a(A.B.prototype.ga_.call(s)).b).a){case 0:case 2:return s.bG.a +case 3:case 1:return s.bG.b}}, +z4(a){return this.gyY()}, +cC(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.ac(0,s.a,s.b)}, +aC(a,b){var s,r=this.fr$ +if(r!=null&&r.fx.w){s=r.b +s.toString +a.fc(r,b.X(0,t.jB.a(s).a))}}} +A.HM.prototype={ +a0x(){if(this.bG!=null)return +this.bG=this.ig}, +sbZ(a,b){var s=this +if(s.ig.j(0,b))return +s.ig=b +s.bG=null +s.a6()}, +sbQ(a){var s=this +if(s.iX===a)return +s.iX=a +s.bG=null +s.a6()}, +bC(){this.a0x() +this.Rz()}} +A.OY.prototype={ +ab(a){var s +this.dE(a) +s=this.fr$ +if(s!=null)s.ab(a)}, +a4(a){var s +this.dF(0) +s=this.fr$ +if(s!=null)s.a4(0)}} +A.a1B.prototype={ +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.a1B&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gq(a){var s=this +return A.D(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)}, +i(a){var s=this +return"RelativeRect.fromLTRB("+B.c.R(s.a,1)+", "+B.c.R(s.b,1)+", "+B.c.R(s.c,1)+", "+B.c.R(s.d,1)+")"}} +A.dK.prototype={ +gAu(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.w!=null||s.x!=null||!1}, +i(a){var s=this,r=A.a([],t.s),q=s.e +if(q!=null)r.push("top="+A.i6(q)) +q=s.f +if(q!=null)r.push("right="+A.i6(q)) +q=s.r +if(q!=null)r.push("bottom="+A.i6(q)) +q=s.w +if(q!=null)r.push("left="+A.i6(q)) +q=s.x +if(q!=null)r.push("width="+A.i6(q)) +if(r.length===0)r.push("not positioned") +r.push(s.w4(0)) +return B.b.bi(r,"; ")}} +A.J2.prototype={ +F(){return"StackFit."+this.b}} +A.wL.prototype={ +e3(a){if(!(a.b instanceof A.dK))a.b=new A.dK(null,null,B.h)}, +a0B(){var s=this +if(s.I!=null)return +s.I=s.a5.Y(s.a7)}, +shk(a){var s=this +if(s.a5.j(0,a))return +s.a5=a +s.I=null +s.a6()}, +sbQ(a){var s=this +if(s.a7==a)return +s.a7=a +s.I=null +s.a6()}, +i7(a){return this.KA(a)}, +c3(a){return this.HX(a,A.By())}, +HX(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +f.a0B() +if(f.dw$===0){s=a.a +r=a.b +q=A.N(1/0,s,r) +p=a.c +o=a.d +n=A.N(1/0,p,o) +return isFinite(q)&&isFinite(n)?new A.Q(A.N(1/0,s,r),A.N(1/0,p,o)):new A.Q(A.N(0,s,r),A.N(0,p,o))}m=a.a +l=a.c +switch(f.aA.a){case 0:s=new A.aX(0,a.b,0,a.d) +break +case 1:s=A.tn(new A.Q(A.N(1/0,m,a.b),A.N(1/0,l,a.d))) +break +case 2:s=a +break +default:s=null}k=f.aa$ +for(r=t.B,j=l,i=m,h=!1;k!=null;){q=k.b +q.toString +r.a(q) +if(!q.gAu()){g=b.$2(k,s) +i=Math.max(i,g.a) +j=Math.max(j,g.b) +h=!0}k=q.ae$}return h?new A.Q(i,j):new A.Q(A.N(1/0,m,a.b),A.N(1/0,l,a.d))}, +bC(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=t.k.a(A.B.prototype.ga_.call(l)) +l.J=!1 +l.id=l.HX(j,A.Bz()) +s=l.aa$ +for(r=t.B,q=t.EP;s!=null;){p=s.b +p.toString +r.a(p) +if(!p.gAu()){o=l.I +o.toString +n=l.id +if(n==null)n=A.a2(A.O(k+A.v(l).i(0)+"#"+A.b7(l))) +m=s.id +p.a=o.kO(q.a(n.a3(0,m==null?A.a2(A.O(k+A.v(s).i(0)+"#"+A.b7(s))):m)))}else{o=l.id +if(o==null)o=A.a2(A.O(k+A.v(l).i(0)+"#"+A.b7(l))) +n=l.I +n.toString +l.J=A.al0(s,p,o,n)||l.J}s=p.ae$}}, +cP(a,b){return this.zl(a,b)}, +a8k(a,b){this.ph(a,b)}, +aC(a,b){var s,r=this,q=r.aS!==B.M&&r.J,p=r.b_ +if(q){q=r.cx +q===$&&A.b() +s=r.gA(r) +p.saB(0,a.ly(q,b,new A.C(0,0,0+s.a,0+s.b),r.ga8j(),r.aS,p.a))}else{p.saB(0,null) +r.ph(a,b)}}, +l(){this.b_.saB(0,null) +this.fi()}, +jK(a){var s,r=this +switch(r.aS.a){case 0:return null +case 1:case 2:case 3:if(r.J){s=r.gA(r) +s=new A.C(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.P0.prototype={ +ab(a){var s,r,q +this.dE(a) +s=this.aa$ +for(r=t.B;s!=null;){s.ab(a) +q=s.b +q.toString +s=r.a(q).ae$}}, +a4(a){var s,r,q +this.dF(0) +s=this.aa$ +for(r=t.B;s!=null;){s.a4(0) +q=s.b +q.toString +s=r.a(q).ae$}}} +A.P1.prototype={} +A.ye.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.ye&&b.a.j(0,this.a)&&b.b===this.b}, +gq(a){return A.D(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)}, +i(a){return this.a.i(0)+" at "+A.i6(this.b)+"x"}} +A.nx.prototype={ +stF(a){var s,r,q,p=this +if(J.e(p.fy,a))return +s=p.fy +p.fy=a +if(p.k1==null)return +if(s==null)r=null +else{r=s.b +r=A.FF(r,r,1)}q=p.fy.b +if(!J.e(r,A.FF(q,q,1))){r=p.IH() +q=p.ch +q.a.a4(0) +q.saB(0,r) +p.ad()}p.a6()}, +Bo(){var s=this +s.Q=s +s.y.r.push(s) +s.ch.saB(0,s.IH()) +s.y.Q.push(s)}, +IH(){var s,r=this.fy.b +r=A.FF(r,r,1) +this.k1=r +s=A.alR(r) +s.ab(this) +return s}, +nm(){}, +bC(){var s,r=this.fy.a +this.fx=r +s=this.fr$ +if(s!=null)s.f7(A.tn(r))}, +gdV(){return!0}, +aC(a,b){var s=this.fr$ +if(s!=null)a.fc(s,b)}, +cC(a,b){var s=this.k1 +s.toString +b.ck(0,s) +this.Rp(a,b)}, +a3a(){var s,r,q +try{q=$.af() +s=q.Kq() +r=this.ch.a.a2x(s) +this.a1q() +q.No(r) +r.l()}finally{}}, +a1q(){var s,r,q,p,o,n,m,l,k,j=null,i=this.gip(),h=i.gaM(),g=this.go +g.gkL() +s=i.gaM() +g.gkL() +g=this.ch +r=t.ew +q=g.a.Li(0,new A.q(h.a,0),r) +switch(A.m2().a){case 0:p=g.a.Li(0,new A.q(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.alD(new A.iZ(p.a,p.b,p.c,p.d,s,h,g,r)) +return}o=A.m2()===B.aU +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.alD(new A.iZ(m,l,k,o?n.d:j,s,h,g,r))}, +gip(){var s=this.fx.Z(0,this.fy.b) +return new A.C(0,0,0+s.a,0+s.b)}, +gks(){var s,r=this.k1 +r.toString +s=this.fx +return A.eo(r,new A.C(0,0,0+s.a,0+s.b))}} +A.P2.prototype={ +ab(a){var s +this.dE(a) +s=this.fr$ +if(s!=null)s.ab(a)}, +a4(a){var s +this.dF(0) +s=this.fr$ +if(s!=null)s.a4(0)}} +A.TL.prototype={ +F(){return"CacheExtentStyle."+this.b}} +A.q9.prototype={ +i(a){return"RevealedOffset(offset: "+A.h(this.a)+", rect: "+this.b.i(0)+")"}} +A.q5.prototype={ +dO(a){this.fh(a) +a.yK(B.vA)}, +hM(a){var s=this.gJU() +new A.b_(s,new A.a27(),A.ae(s).h("b_<1>")).U(0,a)}, +seA(a){if(a===this.J)return +this.J=a +this.a6()}, +sa3P(a){if(a===this.I)return +this.I=a +this.a6()}, +snj(a,b){var s=this,r=s.a5 +if(b===r)return +if(s.y!=null)r.M(0,s.guD()) +s.a5=b +if(s.y!=null)b.a0(0,s.guD()) +s.a6()}, +sa2D(a){if(250===this.a7)return +this.a7=250 +this.a6()}, +sa2E(a){if(a===this.aS)return +this.aS=a +this.a6()}, +smD(a){var s=this +if(a!==s.b_){s.b_=a +s.ad() +s.aV()}}, +ab(a){this.SE(a) +this.a5.a0(0,this.guD())}, +a4(a){this.a5.M(0,this.guD()) +this.SF(0)}, +gdV(){return!0}, +Ml(a,b,c,d,e,f,g,h,a0,a1,a2){var s,r,q,p,o,n,m,l,k=this,j=A.aAn(k.a5.k4,e),i=f+h +for(s=f,r=0;c!=null;){q=a2<=0?0:a2 +p=Math.max(b,-q) +o=b-p +c.c8(new A.ly(k.J,e,j,q,r,i-s,Math.max(0,a1-s+f),d,k.I,g,p,Math.max(0,a0+o)),!0) +n=c.fx +m=n.y +if(m!=null)return m +l=s+n.b +if(n.w||a2>0)k.O_(c,l,e) +else k.O_(c,-a2+f,e) +i=Math.max(l+n.c,i) +m=n.a +a2-=m +r+=m +s+=n.d +m=n.z +if(m!==0){a0-=m-o +b=Math.min(p+m,0)}k.a9m(e,n) +c=a.$1(c)}return 0}, +jK(a){var s,r,q,p,o,n,m=this +switch(m.b_.a){case 0:return null +case 1:case 2:case 3:break}s=m.gA(m) +r=0+s.a +q=0+s.b +s=t.p +if(s.a(A.B.prototype.ga_.call(a)).f===0||!isFinite(s.a(A.B.prototype.ga_.call(a)).y))return new A.C(0,0,r,q) +p=s.a(A.B.prototype.ga_.call(a)).y-s.a(A.B.prototype.ga_.call(a)).r+s.a(A.B.prototype.ga_.call(a)).f +switch(A.kC(m.J,s.a(A.B.prototype.ga_.call(a)).b).a){case 2:o=0+p +n=0 +break +case 0:q-=p +n=0 +o=0 +break +case 1:n=0+p +o=0 +break +case 3:r-=p +n=0 +o=0 +break +default:n=0 +o=0}return new A.C(n,o,r,q)}, +zp(a){var s,r,q,p,o=this +if(o.aA==null){s=o.gA(o) +return new A.C(0,0,0+s.a,0+s.b)}switch(A.b6(o.J).a){case 1:o.gA(o) +o.gA(o) +s=o.aA +s.toString +r=o.gA(o) +q=o.gA(o) +p=o.aA +p.toString +return new A.C(0,0-s,0+r.a,0+q.b+p) +case 0:o.gA(o) +s=o.aA +s.toString +o.gA(o) +r=o.gA(o) +q=o.aA +q.toString +return new A.C(0-s,0,0+r.a+q,0+o.gA(o).b)}}, +aC(a,b){var s,r,q,p=this +if(p.aa$==null)return +s=p.ga6m()&&p.b_!==B.M +r=p.bg +if(s){s=p.cx +s===$&&A.b() +q=p.gA(p) +r.saB(0,a.ly(s,b,new A.C(0,0,0+q.a,0+q.b),p.gZI(),p.b_,r.a))}else{r.saB(0,null) +p.GE(a,b)}}, +l(){this.bg.saB(0,null) +this.fi()}, +GE(a,b){var s,r,q,p,o,n,m +for(s=this.gJU(),r=s.length,q=b.a,p=b.b,o=0;o0}, +$S:255} +A.a26.prototype={ +$1(a){var s=this,r=s.c,q=s.a,p=s.b.a3d(r,q.b) +return r.LR(s.d,q.a,p)}, +$S:150} +A.wM.prototype={ +e3(a){if(!(a.b instanceof A.k1))a.b=new A.k1(null,null,B.h)}, +sa1Y(a){if(a===this.jX)return +this.jX=a +this.a6()}, +saM(a){if(a==this.dR)return +this.dR=a +this.a6()}, +giA(){return!0}, +c3(a){return new A.Q(A.N(1/0,a.a,a.b),A.N(1/0,a.c,a.d))}, +bC(){var s,r,q,p,o,n,m,l,k,j=this +switch(A.b6(j.J).a){case 1:j.a5.yU(j.gA(j).b) +break +case 0:j.a5.yU(j.gA(j).a) +break}if(j.dR==null){j.pE=j.pD=0 +j.u3=!1 +j.a5.yQ(0,0) +return}switch(A.b6(j.J).a){case 1:s=j.gA(j).b +r=j.gA(j).a +break +case 0:s=j.gA(j).a +r=j.gA(j).b +break +default:s=null +r=null}j.dR.toString +q=0 +do{p=j.a5.at +p.toString +o=j.Uf(s,r,p+0) +if(o!==0)j.a5.a3G(o) +else{p=j.a5 +n=j.pD +n===$&&A.b() +m=j.jX +n=Math.min(0,n+s*m) +l=j.pE +l===$&&A.b() +if(p.yQ(n,Math.max(0,l-s*(1-m))))break}k=q+1 +if(k<10){q=k +continue}else break}while(!0)}, +Uf(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +e.pE=e.pD=0 +e.u3=!1 +s=a*e.jX-c +r=A.N(s,0,a) +q=a-s +p=A.N(q,0,a) +switch(e.aS.a){case 0:e.aA=e.a7 +break +case 1:e.aA=a*e.a7 +break}o=e.aA +o.toString +n=a+2*o +m=s+o +l=A.N(m,0,n) +k=A.N(n-m,0,n) +j=e.dR.b +j.toString +i=A.m(e).h("ay.1").a(j).bV$ +j=i==null +if(!j){h=Math.max(a,s) +g=e.Ml(e.ga2Q(),A.N(q,-o,0),i,b,B.kS,p,a,0,l,r,h-a) +if(g!==0)return-g}q=e.dR +o=-s +h=Math.max(0,o) +o=j?Math.min(0,o):0 +j=s>=a?s:r +f=e.aA +f.toString +return e.Ml(e.ga2O(),A.N(s,-f,0),q,b,B.kR,j,a,o,k,p,h)}, +ga6m(){return this.u3}, +a9m(a,b){var s,r=this +switch(a.a){case 0:s=r.pE +s===$&&A.b() +r.pE=s+b.a +break +case 1:s=r.pD +s===$&&A.b() +r.pD=s-b.a +break}if(b.x)r.u3=!0}, +O_(a,b,c){var s=a.b +s.toString +t.jB.a(s).a=this.a3b(a,b,c)}, +a8i(a){var s=a.b +s.toString +return t.jB.a(s).a}, +Pn(a,b){var s,r,q,p,o=this +switch(t.p.a(A.B.prototype.ga_.call(a)).b.a){case 0:s=o.dR +for(r=A.m(o).h("ay.1"),q=0;s!==a;){q+=s.fx.a +p=s.b +p.toString +s=r.a(p).ae$}return q+b +case 1:r=o.dR.b +r.toString +p=A.m(o).h("ay.1") +s=p.a(r).bV$ +for(q=0;s!==a;){q-=s.fx.a +r=s.b +r.toString +s=p.a(r).bV$}return q-b}}, +a7L(a){var s,r,q,p=this +switch(t.p.a(A.B.prototype.ga_.call(a)).b.a){case 0:s=p.dR +for(r=A.m(p).h("ay.1");s!==a;){s.fx.toString +q=s.b +q.toString +s=r.a(q).ae$}return 0 +case 1:r=p.dR.b +r.toString +q=A.m(p).h("ay.1") +s=q.a(r).bV$ +for(;s!==a;){s.fx.toString +r=s.b +r.toString +s=q.a(r).bV$}return 0}}, +cC(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.ac(0,s.a,s.b)}, +a3d(a,b){var s,r=a.b +r.toString +t.jB.a(r) +s=t.p +switch(A.kC(s.a(A.B.prototype.ga_.call(a)).a,s.a(A.B.prototype.ga_.call(a)).b).a){case 2:return b-r.a.b +case 1:return b-r.a.a +case 0:return a.fx.c-(b-r.a.b) +case 3:return a.fx.c-(b-r.a.a)}}, +gJU(){var s,r,q=this,p=A.a([],t.Ry),o=q.aa$ +if(o==null)return p +for(s=A.m(q).h("ay.1");o!=q.dR;){o.toString +p.push(o) +r=o.b +r.toString +o=s.a(r).ae$}o=q.cN$ +for(;!0;){o.toString +p.push(o) +if(o===q.dR)return p +r=o.b +r.toString +o=s.a(r).bV$}}, +ga2S(){var s,r,q,p=this,o=A.a([],t.Ry) +if(p.aa$==null)return o +s=p.dR +for(r=A.m(p).h("ay.1");s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).ae$}q=p.dR.b +q.toString +s=r.a(q).bV$ +for(;s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).bV$}return o}} +A.j9.prototype={ +ab(a){var s,r,q +this.dE(a) +s=this.aa$ +for(r=A.m(this).h("j9.0");s!=null;){s.ab(a) +q=s.b +q.toString +s=r.a(q).ae$}}, +a4(a){var s,r,q +this.dF(0) +s=this.aa$ +for(r=A.m(this).h("j9.0");s!=null;){s.a4(0) +q=s.b +q.toString +s=r.a(q).ae$}}} +A.x0.prototype={ +F(){return"ScrollDirection."+this.b}} +A.hT.prototype={ +q2(a,b,c,d){var s=d.a===B.o.a +if(s){this.eH(b) +return A.dp(null,t.H)}else return this.iK(b,c,d)}, +i(a){var s=this,r=A.a([],t.s) +s.RZ(r) +r.push(A.v(s.w).i(0)) +r.push(s.r.i(0)) +r.push(A.h(s.fr)) +r.push(s.k4.i(0)) +return"#"+A.b7(s)+"("+B.b.bi(r,", ")+")"}, +ci(a){var s=this.at +if(s!=null)a.push("offset: "+B.c.R(s,1))}} +A.r7.prototype={} +A.nD.prototype={ +F(){return"SchedulerPhase."+this.b}} +A.a0x.prototype={} +A.dJ.prototype={ +Nn(a){var s=this.k3$ +B.b.v(s,a) +if(s.length===0){s=$.aJ() +s.ch=null +s.CW=$.ag}}, +W7(a){var s,r,q,p,o,n,m,l,k=this.k3$,j=A.a6(k,!0,t.xt) +for(p=j.length,o=0;o0)return!1 +if(j)A.a2(A.O(l)) +s=k.ri(0) +j=s.gMW() +if(m.ok$.$2$priority$scheduler(j,m)){try{if(k.c===0)A.a2(A.O(l));++k.d +k.ri(0) +p=k.c-1 +o=k.ri(p) +k.b[p]=null +k.c=p +if(p>0)k.Uj(o,0) +s.aah()}catch(n){r=A.as(n) +q=A.aN(n) +j=A.bh("during a task callback") +A.dd(new A.bA(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, +qN(a,b){var s,r=this +r.ix() +s=++r.p3$ +r.p4$.n(0,s,new A.r7(a)) +return r.p3$}, +vK(a){return this.qN(a,!1)}, +ga4Q(){var s=this +if(s.ry$==null){if(s.x1$===B.ci)s.ix() +s.ry$=new A.bD(new A.at($.ag,t.U),t.b) +s.rx$.push(new A.a2P(s))}return s.ry$.a}, +gLv(){return this.x2$}, +HH(a){if(this.x2$===a)return +this.x2$=a +if(a)this.ix()}, +L8(){var s=$.aJ() +if(s.x==null){s.x=this.gX_() +s.y=$.ag}if(s.z==null){s.z=this.gXm() +s.Q=$.ag}}, +zM(){switch(this.x1$.a){case 0:case 4:this.ix() +return +case 1:case 2:case 3:return}}, +ix(){var s,r=this +if(!r.to$)s=!(A.dJ.prototype.gLv.call(r)&&r.bW$) +else s=!0 +if(s)return +r.L8() +$.aJ().ix() +r.to$=!0}, +Pi(){if(this.to$)return +this.L8() +$.aJ().ix() +this.to$=!0}, +CB(){var s,r=this +if(r.xr$||r.x1$!==B.ci)return +r.xr$=!0 +s=r.to$ +A.cd(B.o,new A.a2R(r)) +A.cd(B.o,new A.a2S(r,s)) +r.a7D(new A.a2T(r))}, +DX(a){var s=this.y1$ +return A.cx(B.c.aX((s==null?B.o:new A.aS(a.a-s.a)).a/1)+this.y2$.a,0)}, +X0(a){if(this.xr$){this.b6$=!0 +return}this.Lz(a)}, +Xn(){var s=this +if(s.b6$){s.b6$=!1 +s.rx$.push(new A.a2O(s)) +return}s.LB()}, +Lz(a){var s,r,q=this +if(q.y1$==null)q.y1$=a +r=a==null +q.bB$=q.DX(r?q.aE$:a) +if(!r)q.aE$=a +q.to$=!1 +try{q.x1$=B.JH +s=q.p4$ +q.p4$=A.z(t.S,t.h1) +J.ow(s,new A.a2Q(q)) +q.R8$.O(0)}finally{q.x1$=B.JI}}, +a8V(a){var s=this,r=s.b1$,q=r==null +if(!q&&r!==a)return null +if(r===a)++s.J$ +else if(q){s.b1$=a +s.J$=1}return new A.a0x(s.gVR())}, +VS(){if(--this.J$===0){this.b1$=null +$.aJ()}}, +LB(){var s,r,q,p,o,n,m,l,k=this +try{k.x1$=B.vg +for(p=t.Vu,o=A.a6(k.RG$,!0,p),n=o.length,m=0;m0&&r<4){s=s.bB$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +nO(a,b){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.C1() +if(b)r.Ii(s) +else r.Ij()}, +hV(a){return this.nO(a,!1)}, +a0N(a){var s,r=this +r.e=null +s=r.c +if(s==null)s=r.c=a +r.d.$1(new A.aS(a.a-s.a)) +if(!r.b&&r.a!=null&&r.e==null)r.e=$.bX.qN(r.gym(),!0)}, +C1(){var s,r=this.e +if(r!=null){s=$.bX +s.p4$.v(0,r) +s.R8$.B(0,r) +this.e=null}}, +l(){var s=this,r=s.a +if(r!=null){s.a=null +s.C1() +r.Ii(s)}}, +a98(a,b){var s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +i(a){return this.a98(a,!1)}} +A.nY.prototype={ +Ij(){this.c=!0 +this.a.fE(0) +var s=this.b +if(s!=null)s.fE(0)}, +Ii(a){var s +this.c=!1 +s=this.b +if(s!=null)s.mF(new A.y1(a))}, +a9u(a){var s,r,q=this,p=new A.a66(a) +if(q.b==null){s=q.b=new A.bD(new A.at($.ag,t.U),t.b) +r=q.c +if(r!=null)if(r)s.fE(0) +else s.mF(B.PO)}q.b.a.el(p,p,t.H)}, +mB(a,b){return this.a.a.mB(a,b)}, +kR(a){return this.mB(a,null)}, +el(a,b,c){return this.a.a.el(a,b,c)}, +ba(a,b){return this.el(a,null,b)}, +iv(a){return this.a.a.iv(a)}, +i(a){var s=A.b7(this),r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return"#"+s+"("+r+")"}, +$iac:1} +A.a66.prototype={ +$1(a){this.a.$0()}, +$S:26} +A.y1.prototype={ +i(a){var s=this.a +if(s!=null)return"This ticker was canceled: "+s.i(0) +return'The ticker was canceled before the "orCancel" property was first used.'}, +$ici:1} +A.Iy.prototype={ +gt3(){var s,r,q=this.Lc$ +if(q===$){s=$.aJ().a +r=$.aR() +q!==$&&A.au() +q=this.Lc$=new A.fr(s.c,r)}return q}, +VK(){--this.cb$ +this.gt3().sm(0,this.cb$>0)}, +FS(){var s,r=this +if($.aJ().a.c){if(r.cX$==null){++r.cb$ +r.gt3().sm(0,!0) +r.cX$=new A.a3y(r.gVJ())}}else{s=r.cX$ +if(s!=null)s.a.$0() +r.cX$=null}}, +Yd(a){var s,r,q=a.d +if(t.V4.b(q)){s=B.Z.e9(q) +if(J.e(s,B.yz))s=q +r=new A.nI(a.a,a.b,a.c,s)}else r=a +s=this.cy$.k(0,r.b) +if(s!=null){s=s.y +if(s!=null){s=s.at +if(s!=null)s.a8s(r.c,r.a,r.d)}}}} +A.a3y.prototype={} +A.nK.prototype={ +i(a){return"SemanticsTag("+this.a+")"}} +A.tw.prototype={} +A.U5.prototype={} +A.cw.prototype={ +X(a,b){var s,r,q,p,o,n,m,l=this.a,k=l.length +if(k===0)return b +s=b.a +if(s.length===0)return this +r=A.a6(this.b,!0,t.u1) +q=b.b +p=q.length +if(p!==0)for(o=0;o=0;--o)r[o]=n[q-o-1].b}n=a1.fr +m=n.length +if(m!==0){l=new Int32Array(m) +for(o=0;o0?r[n-1].p2:null +if(n!==0)if(J.M(l)===J.M(o)){if(l!=null)o.toString +k=!0}else k=!1 +else k=!0 +if(!k&&p.length!==0){if(o!=null)B.b.hc(p) +B.b.C(q,p) +B.b.O(p)}p.push(new A.ks(m,l,n))}if(o!=null)B.b.hc(p) +B.b.C(q,p) +s=t.rB +return A.a6(new A.ad(q,new A.a3A(),s),!0,s.h("aY.E"))}, +Ps(a){if(this.ay==null)return +B.j9.nC(0,a.NN(this.b))}, +c_(){return"SemanticsNode#"+this.b}, +a93(a,b,c){return new A.Pv(a,this,b,!0,!0,null,c)}, +NL(a){return this.a93(B.Co,null,a)}} +A.a3C.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&$.SF():q) +if(p.x==null)p.x=a.p1 +p.z=a.p3 +if(p.Q==null)p.Q=a.R8 +if(p.as==null)p.as=a.RG +if(p.at==null)p.at=a.rx +if(p.ax==null)p.ax=a.ry +if(p.ay==null)p.ay=a.to +p.ch=a.x1 +p.CW=a.x2 +p.cx=a.xr +if(p.d.a==="")p.d=a.fy +if(p.e.a==="")p.e=a.go +if(p.f.a==="")p.f=a.id +if(p.w==="")p.w=a.k2 +s=a.dy +if(s!=null){r=p.y;(r==null?p.y=A.aE(t.g3):r).C(0,s)}for(s=this.b.db,s=A.jG(s,s.r),r=this.c;s.t();)r.B(0,A.aiU(s.d)) +a.ok!=null +s=p.c +r=p.x +p.c=A.acX(a.fx,a.p1,s,r) +r=p.r +s=p.x +p.r=A.acX(a.k1,a.p1,r,s) +p.cy=Math.max(p.cy,a.k4+a.k3) +return!0}, +$S:78} +A.a3A.prototype={ +$1(a){return a.a}, +$S:261} +A.ke.prototype={ +aZ(a,b){return B.c.aZ(this.b,b.b)}, +$ich:1} +A.i4.prototype={ +aZ(a,b){return B.c.aZ(this.a,b.a)}, +PS(){var s,r,q,p,o,n,m,l,k,j=A.a([],t.TV) +for(s=this.c,r=s.length,q=0;q") +return A.a6(new A.jx(n,new A.abS(),s),!0,s.h("j.E"))}, +PR(){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.z(s,t.bu) +q=A.z(s,s) +for(p=this.b,o=p===B.P,p=p===B.q,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.ae(a3)) +B.b.e4(a2,new A.abO()) +new A.ad(a2,new A.abP(),A.ae(a2).h("ad<1,o>")).U(0,new A.abR(A.aE(s),q,a1)) +a3=t.qn +a3=A.a6(new A.ad(a1,new A.abQ(r),a3),!0,a3.h("aY.E")) +a4=A.ae(a3).h("cI<1>") +return A.a6(new A.cI(a3,a4),!0,a4.h("aY.E"))}, +$ich:1} +A.abS.prototype={ +$1(a){return a.PR()}, +$S:113} +A.abO.prototype={ +$2(a,b){var s,r,q=a.e,p=A.or(a,new A.q(q.a,q.b)) +q=b.e +s=A.or(b,new A.q(q.a,q.b)) +r=B.c.aZ(p.b,s.b) +if(r!==0)return-r +return-B.c.aZ(p.a,s.a)}, +$S:77} +A.abR.prototype={ +$1(a){var s=this,r=s.a +if(r.p(0,a))return +r.B(0,a) +r=s.b +if(r.a1(0,a)){r=r.k(0,a) +r.toString +s.$1(r)}s.c.push(a)}, +$S:34} +A.abP.prototype={ +$1(a){return a.b}, +$S:264} +A.abQ.prototype={ +$1(a){var s=this.a.k(0,a) +s.toString +return s}, +$S:265} +A.acT.prototype={ +$1(a){return a.PS()}, +$S:113} +A.ks.prototype={ +aZ(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.aZ(0,s)}, +$ich:1} +A.IC.prototype={ +l(){var s=this +s.b.O(0) +s.c.O(0) +s.d.O(0) +s.e5()}, +Pu(){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.aE(t.S) +r=A.a([],t.r) +for(q=A.m(f).h("b_<1>"),p=q.h("j.E"),o=g.d;f.a!==0;){n=A.a6(new A.b_(f,new A.a3G(g),q),!0,p) +f.O(0) +o.O(0) +B.b.e4(n,new A.a3H()) +B.b.C(r,n) +for(m=n.length,l=0;l#"+A.b7(this)}} +A.a3G.prototype={ +$1(a){return!this.a.d.p(0,a)}, +$S:78} +A.a3H.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:77} +A.a3I.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:77} +A.a3F.prototype={ +$1(a){if(a.cy.a1(0,this.b)){this.a.a=a +return!1}return!0}, +$S:78} +A.hJ.prototype={ +ky(a,b){var s=this +s.f.n(0,a,b) +s.r=s.r|a.a +s.e=!0}, +er(a,b){this.ky(a,new A.a3n(b))}, +skc(a){a.toString +this.er(B.eM,a)}, +skb(a){a.toString +this.er(B.vo,a)}, +suM(a){this.er(B.dq,a)}, +suK(a){this.er(B.K4,a)}, +suN(a){this.er(B.dr,a)}, +suO(a){this.er(B.dn,a)}, +suL(a){this.er(B.dp,a)}, +sB2(a){this.er(B.vp,a)}, +sAW(a){this.er(B.vn,a)}, +sAU(a,b){this.er(B.K5,b)}, +sAV(a,b){this.er(B.K8,b)}, +sB8(a,b){this.er(B.K0,b)}, +sB6(a){this.ky(B.K6,new A.a3r(a))}, +sB4(a){this.ky(B.K9,new A.a3p(a))}, +sB7(a){this.ky(B.K7,new A.a3s(a))}, +sB5(a){this.ky(B.K_,new A.a3q(a))}, +sBc(a){this.ky(B.K1,new A.a3t(a))}, +sBd(a){this.ky(B.K2,new A.a3u(a))}, +sAX(a){this.er(B.i7,a)}, +sAY(a){this.er(B.i8,a)}, +sPl(a){if(a==this.k4)return +this.k4=a +this.e=!0}, +sPm(a){if(a==this.ok)return +this.ok=a +this.e=!0}, +sAM(a){return}, +szg(a){return}, +sdd(a,b){if(b===this.y1)return +this.y1=b +this.e=!0}, +yK(a){var s=this.bM;(s==null?this.bM=A.aE(t.g3):s).B(0,a)}, +b2(a,b){var s=this,r=s.b1,q=a.a +if(b)s.b1=r|q +else s.b1=r&~q +s.e=!0}, +M7(a){var s=this +if(a==null||!a.e||!s.e)return!0 +if((s.r&a.r)!==0)return!1 +if((s.b1&a.b1)!==0)return!1 +if(s.rx.a.length!==0&&a.rx.a.length!==0)return!1 +return!0}, +mm(a){var s,r,q,p=this +if(!a.e)return +s=a.f +if(a.b)s.U(0,new A.a3o(p)) +else p.f.C(0,s) +s=p.r +r=a.b +q=a.r +p.r=s|(r?q&$.SF():q) +p.R8.C(0,a.R8) +p.b1=p.b1|a.b1 +p.bB=a.bB +if(p.au==null)p.au=a.au +if(p.ai==null)p.ai=a.ai +if(p.b6==null)p.b6=a.b6 +if(p.xr==null)p.xr=a.xr +if(p.k3==null)p.k3=a.k3 +if(p.ok==null)p.ok=a.ok +if(p.k4==null)p.k4=a.k4 +p.p1=a.p1 +p.p2=a.p2 +p.p3=a.p3 +s=p.aE +if(s==null){s=p.aE=a.aE +p.e=!0}if(p.k2==null)p.k2=a.k2 +r=p.RG +p.RG=A.acX(a.RG,a.aE,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.aE +p.x1=A.acX(a.x1,a.aE,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}, +a3q(){var s=this,r=A.jZ() +r.a=s.a +r.c=s.c +r.d=s.d +r.e=s.e +r.p4=s.p4 +r.aE=s.aE +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.b1=s.b1 +r.bM=s.bM +r.bB=s.bB +r.au=s.au +r.ai=s.ai +r.b6=s.b6 +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.C(0,s.f) +r.R8.C(0,s.R8) +r.b=s.b +return r}} +A.a3n.prototype={ +$1(a){this.a.$0()}, +$S:7} +A.a3r.prototype={ +$1(a){a.toString +this.a.$1(A.op(a))}, +$S:7} +A.a3p.prototype={ +$1(a){a.toString +this.a.$1(A.op(a))}, +$S:7} +A.a3s.prototype={ +$1(a){a.toString +this.a.$1(A.op(a))}, +$S:7} +A.a3q.prototype={ +$1(a){a.toString +this.a.$1(A.op(a))}, +$S:7} +A.a3t.prototype={ +$1(a){var s,r,q +a.toString +s=J.aih(t.f.a(a),t.N,t.S) +r=s.k(0,"base") +r.toString +q=s.k(0,"extent") +q.toString +this.a.$1(A.Jr(B.D,r,q,!1))}, +$S:7} +A.a3u.prototype={ +$1(a){a.toString +this.a.$1(A.c3(a))}, +$S:7} +A.a3o.prototype={ +$2(a,b){if(($.SF()&a.a)>0)this.a.f.n(0,a,b)}, +$S:267} +A.UU.prototype={ +F(){return"DebugSemanticsDumpOrder."+this.b}} +A.qj.prototype={ +aZ(a,b){var s=this.a4f(b) +return s}, +$ich:1} +A.vZ.prototype={ +a4f(a){var s=a.b,r=this.b +if(s===r)return 0 +return B.f.aZ(r,s)}} +A.Pu.prototype={} +A.Px.prototype={} +A.Py.prototype={} +A.a3w.prototype={ +NN(a){var s=A.aU(["type",this.a,"data",this.qC()],t.N,t.z) +if(a!=null)s.n(0,"nodeId",a) +return s}, +a97(){return this.NN(null)}, +i(a){var s,r,q=A.a([],t.s),p=this.qC(),o=p.gbd(p),n=A.a6(o,!0,A.m(o).h("j.E")) +B.b.hc(n) +for(o=n.length,s=0;s#"+A.b7(this)+"()"}} +A.TN.prototype={ +lp(a,b){if(b)return this.a.b9(0,a,new A.TO(this,a)) +return this.D3(a,!0)}, +a7B(a,b,c){var s,r=this,q={},p=r.b +if(p.a1(0,a)){q=p.k(0,a) +q.toString +return c.h("ac<0>").a(q)}q.a=q.b=null +r.lp(a,!1).ba(b,c).el(new A.TP(q,r,a,c),new A.TQ(q,r,a),t.H) +s=q.a +if(s!=null)return s +s=new A.at($.ag,c.h("at<0>")) +q.b=new A.bD(s,c.h("bD<0>")) +p.n(0,a,s) +return q.b.a}} +A.TO.prototype={ +$0(){return this.a.D3(this.b,!0)}, +$S:268} +A.TP.prototype={ +$1(a){var s=this,r=new A.bO(a,s.d.h("bO<0>")),q=s.a +q.a=r +s.b.b.n(0,s.c,r) +q=q.b +if(q!=null)q.dM(0,a)}, +$S(){return this.d.h("aV(0)")}} +A.TQ.prototype={ +$2(a,b){this.b.b.v(0,this.c) +this.a.b.mG(a,b)}, +$S:40} +A.a0H.prototype={ +il(a,b){var s,r=B.b3.cs(A.ach(null,A.QU(B.hg,b,B.Q,!1),null).e),q=$.hL.f3$ +q===$&&A.b() +s=q.vN(0,"flutter/assets",A.TJ(r)).ba(new A.a0I(b),t.V4) +return s}, +ux(a){return this.a7x(a)}, +a7x(a){var s=0,r=A.a0(t.SG),q,p=this,o,n +var $async$ux=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:o=A +n=A +s=3 +return A.a8(p.il(0,a),$async$ux) +case 3:q=o.YU(n.a6t(c,0,null)) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$ux,r)}} +A.a0I.prototype={ +$1(a){if(a==null)throw A.d(A.WR(A.a([A.azg(this.a),A.bh("The asset does not exist or has empty data.")],t.E))) +return a}, +$S:269} +A.Tf.prototype={ +$1(a){return this.OA(a)}, +OA(a){var s=0,r=A.a0(t.CL),q +var $async$$1=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:q=new A.o7(t.pE.a(B.Z.e9(A.TJ(B.jj.cs(A.c3(B.cy.dN(0,a)))))),A.z(t.N,t.Rk)) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$$1,r)}, +$S:270} +A.o7.prototype={ +OI(a){var s,r,q,p=this.b +if(!p.a1(0,a)){s=this.a +r=J.aI(s) +if(r.k(s,a)==null)return null +q=r.k(s,a) +if(q==null)q=[] +q=J.ji(t.VG.a(q),t.pE) +p.n(0,a,q.hC(q,new A.a7l(a),t.pR).dl(0)) +r.v(s,a)}p=p.k(0,a) +p.toString +return p}, +$iTe:1} +A.a7l.prototype={ +$1(a){var s,r=J.aI(a),q=r.k(a,"asset") +q.toString +A.c3(q) +s=r.k(a,"dpr") +r=r.k(a,"asset") +r.toString +A.c3(r) +return new A.kK(A.ayH(s),r)}, +$S:271} +A.kK.prototype={} +A.To.prototype={} +A.qk.prototype={ +Yv(){var s,r,q=this,p=t.v3,o=new A.XW(A.z(p,t.bd),A.aE(t.SQ),A.a([],t.sA)) +q.fN$!==$&&A.cu() +q.fN$=o +s=$.aeC() +r=A.a([],t.K0) +q.eG$!==$&&A.cu() +q.eG$=new A.Fd(o,s,r,A.aE(p)) +p=q.fN$ +p===$&&A.b() +p.r4().ba(new A.a3Q(q),t.P)}, +pL(){var s=$.SK() +s.a.O(0) +s.b.O(0) +s.c.O(0)}, +k0(a){return this.a66(a)}, +a66(a){var s=0,r=A.a0(t.H),q,p=this +var $async$k0=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:switch(A.c3(J.bs(t.a.a(a),"type"))){case"memoryPressure":p.pL() +break}s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$k0,r)}, +TY(){var s=A.ba("controller") +s.sbK(new A.qW(new A.a3P(s),null,null,null,t.qh)) +return J.arC(s.am())}, +a8G(){if(this.k4$==null)$.aJ() +return}, +xo(a){return this.XA(a)}, +XA(a){var s=0,r=A.a0(t.ob),q,p=this,o,n +var $async$xo=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:a.toString +o=A.awp(a) +n=p.k4$ +o.toString +B.b.U(p.Ws(n,o),p.ga5p()) +q=null +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$xo,r)}, +Ws(a,b){var s,r,q,p +if(a===b)return B.Fk +if(a===B.dE&&b===B.ct)return B.EE +s=A.a([],t.QP) +if(a==null)s.push(b) +else{r=B.b.dz(B.ec,a) +q=B.b.dz(B.ec,b) +if(r>q)for(p=q;p") +r=A.fM(new A.aB(e,s),s.h("j.E")) +q=A.a([],t.K0) +p=e.k(0,d) +o=$.hL.aE$ +n=a.a +if(n==="")n=f +if(a instanceof A.iO)if(p==null){m=new A.mY(d,c,n,o,!1) +r.B(0,d)}else m=new A.v9(d,p,n,o,!1) +else if(p==null)m=f +else{m=new A.l4(d,p,f,o,!1) +r.v(0,d)}for(s=this.c.d,l=A.m(s).h("aB<1>"),k=l.h("j.E"),j=r.l0(A.fM(new A.aB(s,l),k)),j=j.gT(j),i=this.e;j.t();){h=j.gE(j) +if(h.j(0,d))q.push(new A.l4(h,c,f,o,!0)) +else{g=e.k(0,h) +g.toString +i.push(new A.l4(h,g,f,o,!0))}}for(e=A.fM(new A.aB(s,l),k).l0(r),e=e.gT(e);e.t();){l=e.gE(e) +k=s.k(0,l) +k.toString +i.push(new A.mY(l,k,f,o,!0))}if(m!=null)i.push(m) +B.b.C(i,q)}} +A.MQ.prototype={} +A.ZB.prototype={} +A.f.prototype={ +gq(a){return B.f.gq(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.f&&b.a===this.a}} +A.k.prototype={ +gq(a){return B.f.gq(this.a)}, +j(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.k&&b.a===this.a}} +A.MR.prototype={} +A.iF.prototype={ +i(a){return"MethodCall("+this.a+", "+A.h(this.b)+")"}} +A.wk.prototype={ +i(a){var s=this +return"PlatformException("+s.a+", "+A.h(s.b)+", "+A.h(s.c)+", "+A.h(s.d)+")"}, +$ici:1} +A.vC.prototype={ +i(a){return"MissingPluginException("+A.h(this.a)+")"}, +$ici:1} +A.a4C.prototype={ +e9(a){if(a==null)return null +return B.Q.dN(0,A.a6t(a,0,null))}, +bu(a){if(a==null)return null +return A.TJ(B.b3.cs(a))}} +A.Z8.prototype={ +bu(a){if(a==null)return null +return B.fC.bu(B.cy.L4(a))}, +e9(a){var s +if(a==null)return a +s=B.fC.e9(a) +s.toString +return B.cy.dN(0,s)}} +A.Za.prototype={ +hr(a){var s=B.bt.bu(A.aU(["method",a.a,"args",a.b],t.N,t.X)) +s.toString +return s}, +fG(a){var s,r,q,p=null,o=B.bt.e9(a) +if(!t.f.b(o))throw A.d(A.bE("Expected method call Map, got "+A.h(o),p,p)) +s=J.aI(o) +r=s.k(o,"method") +q=s.k(o,"args") +if(typeof r=="string")return new A.iF(r,q) +throw A.d(A.bE("Invalid method call: "+A.h(o),p,p))}, +Kz(a){var s,r,q,p=null,o=B.bt.e9(a) +if(!t.j.b(o))throw A.d(A.bE("Expected envelope List, got "+A.h(o),p,p)) +s=J.aI(o) +if(s.gu(o)===1)return s.k(o,0) +if(s.gu(o)===3)if(typeof s.k(o,0)=="string")r=s.k(o,1)==null||typeof s.k(o,1)=="string" +else r=!1 +else r=!1 +if(r){r=A.c3(s.k(o,0)) +q=A.cL(s.k(o,1)) +throw A.d(A.ag4(r,s.k(o,2),q,p))}if(s.gu(o)===4)if(typeof s.k(o,0)=="string")if(s.k(o,1)==null||typeof s.k(o,1)=="string")r=s.k(o,3)==null||typeof s.k(o,3)=="string" +else r=!1 +else r=!1 +else r=!1 +if(r){r=A.c3(s.k(o,0)) +q=A.cL(s.k(o,1)) +throw A.d(A.ag4(r,s.k(o,2),q,A.cL(s.k(o,3))))}throw A.d(A.bE("Invalid envelope: "+A.h(o),p,p))}, +pw(a){var s=B.bt.bu([a]) +s.toString +return s}, +l3(a,b,c){var s=B.bt.bu([a,c,b]) +s.toString +return s}, +L5(a,b){return this.l3(a,null,b)}} +A.a4s.prototype={ +bu(a){var s +if(a==null)return null +s=A.a6O(64) +this.d3(0,s,a) +return s.jL()}, +e9(a){var s,r +if(a==null)return null +s=new A.wx(a) +r=this.fY(0,s) +if(s.b=b.a.byteLength)throw A.d(B.as) +return this.jc(b.hQ(0),b)}, +jc(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=$.d9() +q=b.a.getInt32(s,B.X===r) +b.b+=4 +return q +case 4:return b.vy(0) +case 6:b.i0(8) +s=b.b +r=$.d9() +q=b.a.getFloat64(s,B.X===r) +b.b+=8 +return q +case 5:case 7:p=k.dA(b) +return B.bp.cs(b.jm(p)) +case 8:return b.jm(k.dA(b)) +case 9:p=k.dA(b) +b.i0(4) +s=b.a +o=A.afY(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 10:return b.vz(k.dA(b)) +case 14:p=k.dA(b) +b.i0(4) +s=b.a +o=A.akm(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 11:p=k.dA(b) +b.i0(8) +s=b.a +o=A.afX(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.dA(b) +n=A.bg(p,null,!1,t.X) +for(s=b.a,m=0;m=s.byteLength)A.a2(B.as) +b.b=r+1 +n[m]=k.jc(s.getUint8(r),b)}return n +case 13:p=k.dA(b) +s=t.X +n=A.z(s,s) +for(s=b.a,m=0;m=s.byteLength)A.a2(B.as) +b.b=r+1 +r=k.jc(s.getUint8(r),b) +l=b.b +if(l>=s.byteLength)A.a2(B.as) +b.b=l+1 +n.n(0,r,k.jc(s.getUint8(l),b))}return n +default:throw A.d(B.as)}}, +eo(a,b){var s,r +if(b<254)a.dv(0,b) +else{s=a.d +if(b<=65535){a.dv(0,254) +r=$.d9() +s.setUint16(0,b,B.X===r) +a.oz(a.e,0,2)}else{a.dv(0,255) +r=$.d9() +s.setUint32(0,b,B.X===r) +a.oz(a.e,0,4)}}}, +dA(a){var s,r,q=a.hQ(0) +switch(q){case 254:s=a.b +r=$.d9() +q=a.a.getUint16(s,B.X===r) +a.b+=2 +return q +case 255:s=a.b +r=$.d9() +q=a.a.getUint32(s,B.X===r) +a.b+=4 +return q +default:return q}}} +A.a4u.prototype={ +$2(a,b){var s=this.a,r=this.b +s.d3(0,r,a) +s.d3(0,r,b)}, +$S:65} +A.a4w.prototype={ +hr(a){var s=A.a6O(64) +B.Z.d3(0,s,a.a) +B.Z.d3(0,s,a.b) +return s.jL()}, +fG(a){var s,r,q +a.toString +s=new A.wx(a) +r=B.Z.fY(0,s) +q=B.Z.fY(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.iF(r,q) +else throw A.d(B.kM)}, +pw(a){var s=A.a6O(64) +s.dv(0,0) +B.Z.d3(0,s,a) +return s.jL()}, +l3(a,b,c){var s=A.a6O(64) +s.dv(0,1) +B.Z.d3(0,s,a) +B.Z.d3(0,s,c) +B.Z.d3(0,s,b) +return s.jL()}, +L5(a,b){return this.l3(a,null,b)}, +Kz(a){var s,r,q,p,o,n +if(a.byteLength===0)throw A.d(B.Dn) +s=new A.wx(a) +if(s.hQ(0)===0)return B.Z.fY(0,s) +r=B.Z.fY(0,s) +q=B.Z.fY(0,s) +p=B.Z.fY(0,s) +o=s.b=a.byteLength +else n=!1 +if(n)throw A.d(A.ag4(r,p,A.cL(q),o)) +else throw A.d(B.Do)}} +A.a_k.prototype={ +a5s(a,b,c){var s,r,q,p +if(t.PB.b(b)){this.b.v(0,a) +return}s=this.b +r=s.k(0,a) +q=A.axC(c) +if(q==null)q=this.a +if(J.e(r==null?null:t.U8.a(r.a),q))return +p=q.tL(a) +s.n(0,a,p) +B.IA.f5("activateSystemCursor",A.aU(["device",p.b,"kind",t.U8.a(p.a).a],t.N,t.z),t.H)}} +A.vD.prototype={} +A.cr.prototype={ +i(a){var s=this.gpg() +return s}} +A.Lx.prototype={ +tL(a){throw A.d(A.ce(null))}, +gpg(){return"defer"}} +A.Q7.prototype={} +A.iY.prototype={ +gpg(){return"SystemMouseCursor("+this.a+")"}, +tL(a){return new A.Q7(this,a)}, +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.iY&&b.a===this.a}, +gq(a){return B.d.gq(this.a)}} +A.Nk.prototype={} +A.kM.prototype={ +goU(){var s=$.hL.f3$ +s===$&&A.b() +return s}, +nC(a,b){return this.Pr(0,b,this.$ti.h("1?"))}, +Pr(a,b,c){var s=0,r=A.a0(c),q,p=this,o,n,m +var $async$nC=A.a1(function(d,e){if(d===1)return A.Y(e,r) +while(true)switch(s){case 0:o=p.b +n=p.goU().vN(0,p.a,o.bu(b)) +m=o +s=3 +return A.a8(t.T8.b(n)?n:A.kk(n,t.CD),$async$nC) +case 3:q=m.e9(e) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$nC,r)}, +vS(a){this.goU().CN(this.a,new A.Tn(this,a))}} +A.Tn.prototype={ +$1(a){return this.OB(a)}, +OB(a){var s=0,r=A.a0(t.CD),q,p=this,o,n +var $async$$1=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:o=p.a.b +n=o +s=3 +return A.a8(p.b.$1(o.e9(a)),$async$$1) +case 3:q=n.bu(c) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$$1,r)}, +$S:106} +A.vB.prototype={ +goU(){var s=$.hL.f3$ +s===$&&A.b() +return s}, +m7(a,b,c,d){return this.YI(a,b,c,d,d.h("0?"))}, +YI(a,b,c,d,e){var s=0,r=A.a0(e),q,p=this,o,n,m,l,k +var $async$m7=A.a1(function(f,g){if(f===1)return A.Y(g,r) +while(true)switch(s){case 0:o=p.b +n=o.hr(new A.iF(a,b)) +m=p.a +l=p.goU().vN(0,m,n) +s=3 +return A.a8(t.T8.b(l)?l:A.kk(l,t.CD),$async$m7) +case 3:k=g +if(k==null){if(c){q=null +s=1 +break}throw A.d(A.auP("No implementation found for method "+a+" on channel "+m))}q=d.h("0?").a(o.Kz(k)) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$m7,r)}, +f5(a,b,c){return this.m7(a,b,!1,c)}, +uq(a,b,c){return this.a73(a,b,c,b.h("@<0>").H(c).h("aD<1,2>?"))}, +a73(a,b,c,d){var s=0,r=A.a0(d),q,p=this,o +var $async$uq=A.a1(function(e,f){if(e===1)return A.Y(f,r) +while(true)switch(s){case 0:s=3 +return A.a8(p.f5(a,null,t.f),$async$uq) +case 3:o=f +q=o==null?null:J.aih(o,b,c) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$uq,r)}, +nF(a){var s=this.goU() +s.CN(this.a,new A.a_6(this,a))}, +ru(a,b){return this.WY(a,b)}, +WY(a,b){var s=0,r=A.a0(t.CD),q,p=2,o,n=this,m,l,k,j,i,h,g,f,e +var $async$ru=A.a1(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:h=n.b +g=h.fG(a) +p=4 +e=h +s=7 +return A.a8(b.$1(g),$async$ru) +case 7:k=e.pw(d) +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +f=o +k=A.as(f) +if(k instanceof A.wk){m=k +k=m.a +i=m.b +q=h.l3(k,m.c,i) +s=1 +break}else if(k instanceof A.vC){q=null +s=1 +break}else{l=k +h=h.L5("error",J.ee(l)) +q=h +s=1 +break}s=6 +break +case 3:s=2 +break +case 6:case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$ru,r)}} +A.a_6.prototype={ +$1(a){return this.a.ru(a,this.b)}, +$S:106} +A.jL.prototype={ +f5(a,b,c){return this.a74(a,b,c,c.h("0?"))}, +pU(a,b){return this.f5(a,null,b)}, +a74(a,b,c,d){var s=0,r=A.a0(d),q,p=this +var $async$f5=A.a1(function(e,f){if(e===1)return A.Y(f,r) +while(true)switch(s){case 0:q=p.QQ(a,b,!0,c) +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$f5,r)}} +A.mZ.prototype={ +F(){return"KeyboardSide."+this.b}} +A.fd.prototype={ +F(){return"ModifierKey."+this.b}} +A.wv.prototype={ +ga7S(){var s,r,q=A.z(t.xS,t.LE) +for(s=0;s<9;++s){r=B.lc[s] +if(this.a7b(r))q.n(0,r,B.c3)}return q}} +A.hE.prototype={} +A.a1e.prototype={ +$0(){var s,r,q,p=this.b,o=J.aI(p),n=A.cL(o.k(p,"key")),m=n==null +if(!m){s=n.length +s=s!==0&&s===1}else s=!1 +if(s)this.a.a=n +s=A.cL(o.k(p,"code")) +if(s==null)s="" +m=m?"":n +r=A.Bf(o.k(p,"location")) +if(r==null)r=0 +q=A.Bf(o.k(p,"metaState")) +if(q==null)q=0 +p=A.Bf(o.k(p,"keyCode")) +return new A.Hd(s,m,r,q,p==null?0:p)}, +$S:279} +A.iO.prototype={} +A.q2.prototype={} +A.a1j.prototype={ +a5U(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(a instanceof A.iO){p=a.c +i.d.n(0,p.ghH(),p.gpY())}else if(a instanceof A.q2)i.d.v(0,a.c.ghH()) +i.a0I(a) +for(p=i.a,o=A.a6(p,!0,t.iS),n=o.length,m=0;m")),e),a0=a1 instanceof A.iO +if(a0)a.B(0,g.ghH()) +for(s=g.a,r=null,q=0;q<9;++q){p=B.lc[q] +o=$.apx() +n=o.k(0,new A.co(p,B.b6)) +if(n==null)continue +m=B.qc.k(0,s) +if(n.p(0,m==null?new A.k(98784247808+B.d.gq(s)):m))r=p +if(f.k(0,p)===B.c3){c.C(0,n) +if(n.iL(0,a.giP(a)))continue}l=f.k(0,p)==null?A.aE(e):o.k(0,new A.co(p,f.k(0,p))) +if(l==null)continue +for(o=new A.rg(l,l.r),o.c=l.e,m=A.m(o).c;o.t();){k=o.d +if(k==null)k=m.a(k) +j=$.apw().k(0,k) +j.toString +d.n(0,k,j)}}i=b.k(0,B.bH)!=null&&!J.e(b.k(0,B.bH),B.cY) +for(e=$.ahY(),e=A.jG(e,e.r);e.t();){a=e.d +h=i&&a.j(0,B.bH) +if(!c.p(0,a)&&!h)b.v(0,a)}b.v(0,B.db) +b.C(0,d) +if(a0&&r!=null&&!b.a1(0,g.ghH())){e=g.ghH().j(0,B.ce) +if(e)b.n(0,g.ghH(),g.gpY())}}} +A.co.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.co&&b.a===this.a&&b.b==this.b}, +gq(a){return A.D(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.Ox.prototype={} +A.Ow.prototype={} +A.Hd.prototype={ +ghH(){var s=this.a,r=B.qc.k(0,s) +return r==null?new A.k(98784247808+B.d.gq(s)):r}, +gpY(){var s,r=this.b,q=B.HH.k(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +s=B.Hs.k(0,r) +if(s!=null)return s +if(r.length===1)return new A.f(r.toLowerCase().charCodeAt(0)) +return new A.f(B.d.gq(this.a)+98784247808)}, +a7b(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}}, +j(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.Hd&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gq(a){var s=this +return A.D(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.wR.prototype={ +ga9_(){var s=this +if(s.c)return new A.bO(s.a,t.hr) +if(s.b==null){s.b=new A.bD(new A.at($.ag,t.X6),t.EZ) +s.rt()}return s.b.a}, +rt(){var s=0,r=A.a0(t.H),q,p=this,o +var $async$rt=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:s=3 +return A.a8(B.hK.pU("get",t.pE),$async$rt) +case 3:o=b +if(p.b==null){s=1 +break}p.GK(o) +case 1:return A.Z(q,r)}}) +return A.a_($async$rt,r)}, +GK(a){var s,r=a==null +if(!r){s=J.bs(a,"enabled") +s.toString +A.op(s)}else s=!1 +this.a5W(r?null:t.nc.a(J.bs(a,"data")),s)}, +a5W(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.bX.rx$.push(new A.a2m(q)) +s=q.a +if(b){p=q.Vz(a) +r=t.N +if(p==null){p=t.X +p=A.z(p,p)}r=new A.cH(p,q,null,"root",A.z(r,t.z4),A.z(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.dM(0,p) +q.b=null +if(q.a!=s){q.aj() +if(s!=null)s.l()}}, +xH(a){return this.Zc(a)}, +Zc(a){var s=0,r=A.a0(t.H),q=this,p +var $async$xH=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:p=a.a +switch(p){case"push":q.GK(t.pE.a(a.b)) +break +default:throw A.d(A.ce(p+" was invoked but isn't implemented by "+A.v(q).i(0)))}return A.Z(null,r)}}) +return A.a_($async$xH,r)}, +Vz(a){if(a==null)return null +return t.J1.a(B.Z.e9(A.fh(a.buffer,a.byteOffset,a.byteLength)))}, +Pj(a){var s=this +s.r.B(0,a) +if(!s.f){s.f=!0 +$.bX.rx$.push(new A.a2n(s))}}, +F1(){var s,r,q,p,o,n=this +if(!n.f)return +n.f=!1 +for(s=n.r,r=A.dU(s,s.r),q=A.m(r).c;r.t();){p=r.d;(p==null?q.a(p):p).w=!1}s.O(0) +o=B.Z.bu(n.a.a) +B.hK.f5("put",A.cS(o.buffer,o.byteOffset,o.byteLength),t.H)}, +a5i(){if($.bX.to$)return +this.F1()}} +A.a2m.prototype={ +$1(a){this.a.d=!1}, +$S:3} +A.a2n.prototype={ +$1(a){return this.a.F1()}, +$S:3} +A.cH.prototype={ +gos(){var s=J.BO(this.a,"c",new A.a2j()) +s.toString +return t.pE.a(s)}, +gjA(){var s=J.BO(this.a,"v",new A.a2k()) +s.toString +return t.pE.a(s)}, +a2U(a,b){var s,r,q,p,o=this,n=o.f +if(n.a1(0,a)||!J.rW(o.gos(),a)){n=t.N +s=new A.cH(A.z(n,t.X),null,null,a,A.z(n,t.z4),A.z(n,t.I1)) +o.jI(s) +return s}r=t.N +q=o.c +p=J.bs(o.gos(),a) +p.toString +s=new A.cH(t.pE.a(p),q,o,a,A.z(r,t.z4),A.z(r,t.I1)) +n.n(0,a,s) +return s}, +jI(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.rW(a) +a.d=s +s.DL(a) +if(a.c!=s.c)s.H2(a)}}, +a_P(a){this.rW(a) +a.d=null +if(a.c!=null){a.y8(null) +a.IX(this.gH1())}}, +m9(){var s,r=this +if(!r.w){r.w=!0 +s=r.c +if(s!=null)s.Pj(r)}}, +H2(a){a.y8(this.c) +a.IX(this.gH1())}, +y8(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.m9()}}, +rW(a){var s,r,q,p=this +if(J.e(p.f.v(0,a.e),a)){J.m6(p.gos(),a.e) +s=p.r +r=s.k(0,a.e) +if(r!=null){q=J.bT(r) +p.Fd(q.dk(r)) +if(q.gP(r))s.v(0,a.e)}if(J.ia(p.gos()))J.m6(p.a,"c") +p.m9() +return}s=p.r +q=s.k(0,a.e) +if(q!=null)J.m6(q,a) +q=s.k(0,a.e) +q=q==null?null:J.ia(q) +if(q===!0)s.v(0,a.e)}, +DL(a){var s=this +if(s.f.a1(0,a.e)){J.eC(s.r.b9(0,a.e,new A.a2i()),a) +s.m9() +return}s.Fd(a) +s.m9()}, +Fd(a){this.f.n(0,a.e,a) +J.i9(this.gos(),a.e,a.a)}, +IY(a,b){var s,r,q=this.f +q=q.gaD(q) +s=this.r +s=s.gaD(s) +r=q.A_(0,new A.jx(s,new A.a2l(),A.m(s).h("jx"))) +J.ow(b?A.a6(r,!1,A.m(r).h("j.E")):r,a)}, +IX(a){return this.IY(a,!1)}, +a8Q(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.rW(r) +r.e=a +s=r.d +if(s!=null)s.DL(r)}, +l(){var s,r=this +r.IY(r.ga_O(),!0) +r.f.O(0) +r.r.O(0) +s=r.d +if(s!=null)s.rW(r) +r.d=null +r.y8(null) +r.x=!0}, +i(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.h(this.b)+")"}} +A.a2j.prototype={ +$0(){var s=t.X +return A.z(s,s)}, +$S:103} +A.a2k.prototype={ +$0(){var s=t.X +return A.z(s,s)}, +$S:103} +A.a2i.prototype={ +$0(){return A.a([],t.QT)}, +$S:283} +A.a2l.prototype={ +$1(a){return a}, +$S:284} +A.Ta.prototype={} +A.iZ.prototype={ +Ik(){var s,r,q,p,o=this,n=o.a +n=n==null?null:n.a +s=o.e +s=s==null?null:s.a +r=o.f.F() +q=o.r.F() +p=o.c +p=p==null?null:p.F() +return A.aU(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",o.w,"statusBarColor",s,"statusBarBrightness",r,"statusBarIconBrightness",q,"systemNavigationBarIconBrightness",p,"systemNavigationBarContrastEnforced",o.d],t.N,t.z)}, +i(a){return"SystemUiOverlayStyle("+this.Ik().i(0)+")"}, +gq(a){var s=this +return A.D(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)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.iZ)if(J.e(b.a,r.a))if(J.e(b.e,r.e))if(b.r===r.r)if(b.f===r.f)s=b.c==r.c +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a52.prototype={ +$0(){if(!J.e($.qC,$.agq)){B.bl.f5("SystemChrome.setSystemUIOverlayStyle",$.qC.Ik(),t.H) +$.agq=$.qC}$.qC=null}, +$S:0} +A.Jf.prototype={ +F(){return"SystemSoundType."+this.b}} +A.a5b.prototype={ +hO(a){var s +if(a<0)return null +s=this.nA(a).a +return s>=0?s:null}, +hP(a){var s=this.nA(Math.max(0,a)).b +return s>=0?s:null}, +nA(a){var s,r=this.hO(a) +if(r==null)r=-1 +s=this.hP(a) +return new A.d4(r,s==null?-1:s)}} +A.Cu.prototype={ +hO(a){var s +if(a<0)return null +s=this.a +return A.agn(s,Math.min(a,s.length)).b}, +hP(a){var s,r=this.a +if(a>=r.length)return null +s=A.agn(r,Math.max(0,a+1)) +return s.b+s.gE(s).length}, +nA(a){var s,r,q,p=this +if(a<0){s=p.hP(a) +return new A.d4(-1,s==null?-1:s)}else{s=p.a +if(a>=s.length){s=p.hO(a) +return new A.d4(s==null?-1:s,-1)}}r=A.agn(s,a) +s=r.b +if(s!==r.c)s=new A.d4(s,s+r.gE(r).length) +else{q=p.hP(a) +s=new A.d4(s,q==null?-1:q)}return s}} +A.ZH.prototype={ +nA(a){var s=this.a,r=Math.max(a,0),q=s.b.J.b.a.a.Ck(new A.bF(r,B.D)) +s=s.a +r=s.a +s=s.b +return A.Jr(B.D,B.f.eY(q.a,r,s),B.f.eY(q.b,r,s),!1)}} +A.Vr.prototype={ +hO(a){return a<0?null:0}, +hP(a){var s=this.a.length +return a>=s?null:s}} +A.y_.prototype={ +i(a){var s,r,q=this,p=", isDirectional: " +if(!q.gll())return"TextSelection.invalid" +s=""+q.c +r=""+q.f +return q.a===q.b?"TextSelection.collapsed(offset: "+s+", affinity: "+q.e.i(0)+p+r+")":"TextSelection(baseOffset: "+s+", extentOffset: "+q.d+p+r+")"}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(!(b instanceof A.y_))return!1 +if(!r.gll())return!b.gll() +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}, +gq(a){var s,r=this +if(!r.gll())return A.D(-B.f.gq(1),-B.f.gq(1),A.eN(B.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,B.a) +s=r.a===r.b?A.eN(r.e):A.eN(B.D) +return A.D(B.f.gq(r.c),B.f.gq(r.d),s,B.bg.gq(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.a3j.prototype={ +F(){return"SelectionChangedCause."+this.b}} +A.Jm.prototype={ +gUB(){var s=this.c +s===$&&A.b() +return s}, +rE(a){return this.YX(a)}, +YX(a){var s=0,r=A.a0(t.z),q,p=2,o,n=this,m,l,k,j,i +var $async$rE=A.a1(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.a8(n.xs(a),$async$rE) +case 7:k=c +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.as(i) +l=A.aN(i) +k=A.bh("during method call "+a.a) +A.dd(new A.bA(m,l,"services library",k,new A.a5G(a),!1)) +throw i +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$rE,r)}, +xs(a){return this.Yk(a)}, +Yk(a){var s=0,r=A.a0(t.z),q,p=this,o,n,m,l,k,j +var $async$xs=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:j=a.a +if(j==="TextInputClient.focusElement"){p.f.k(0,J.bs(t.j.a(a.b),0)) +s=1 +break}else if(j==="TextInputClient.requestElementsInRect"){o=J.ji(t.j.a(a.b),t.Jy) +n=A.m(o).h("ad") +m=p.f +l=A.m(m).h("aB<1>") +k=l.h("en>") +q=A.a6(new A.en(new A.b_(new A.aB(m,l),new A.a5D(p,A.a6(new A.ad(o,new A.a5E(),n),!0,n.h("aY.E"))),l.h("b_")),new A.a5F(p),k),!0,k.h("j.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.Z(q,r)}}) +return A.a_($async$xs,r)}} +A.a5G.prototype={ +$0(){var s=null +return A.a([A.io("call",this.a,!0,B.aA,s,!1,s,s,B.ab,s,!1,!0,!0,B.b4,s,t.O5)],t.E)}, +$S:15} +A.a5E.prototype={ +$1(a){return a}, +$S:285} +A.a5D.prototype={ +$1(a){this.a.f.k(0,a) +return!1}, +$S:43} +A.a5F.prototype={ +$1(a){var s=this.a.f.k(0,a),r=s.gz0(s) +s=[a] +B.b.C(s,[r.gf8(r),r.gBX(r),r.gby(r),r.gb7(r)]) +return s}, +$S:286} +A.xW.prototype={} +A.NS.prototype={} +A.RF.prototype={} +A.ad9.prototype={ +$1(a){this.a.sbK(a) +return!1}, +$S:28} +A.aK.prototype={} +A.bn.prototype={ +e7(a){this.b=a}, +j0(a,b){this.gnc() +return!0}, +rC(a,b){var s=this +if(A.m(s).h("f2").b(s))return s.j1(0,a,b) +return s.j0(0,a)}, +gnc(){return!0}, +mH(a){return!0}, +BU(a,b){return this.mH(a)?B.cL:B.e_}, +of(a,b){var s=this +if(A.m(s).h("f2").b(s))return s.fR(a,b) +return s.ei(a)}, +yF(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +vb(a){return this.a.v(0,a)}} +A.f2.prototype={ +j1(a,b,c){this.Q7(0,b) +return!0}, +j0(a,b){return this.j1(a,b,null)}} +A.mg.prototype={ +ei(a){return this.c.$1(a)}} +A.SU.prototype={ +a70(a,b,c){if(a.rC(b,c))return new A.e5(!0,a.of(b,c)) +return B.Jv}} +A.jk.prototype={ +ar(){return new A.yn(A.aE(t.od),new A.F(),B.l)}} +A.SW.prototype={ +$1(a){var s=a.e +s.toString +t.L1.a(s) +return!1}, +$S:55} +A.SZ.prototype={ +$1(a){var s,r=this,q=a.e +q.toString +s=A.aeT(t.L1.a(q),r.b,r.d) +if(s!=null){r.c.w8(a,null) +r.a.a=s +return!0}return!1}, +$S:55} +A.SX.prototype={ +$1(a){var s,r=a.e +r.toString +s=A.aeT(t.L1.a(r),this.b,this.c) +if(s!=null){this.a.a=s +return!0}return!1}, +$S:55} +A.T_.prototype={ +$1(a){var s,r,q=this,p=a.e +p.toString +s=q.b +r=A.aeT(t.L1.a(p),s,q.d) +p=r!=null +if(p&&r.rC(s,q.c)){A.air(a) +q.a.a=r.of(s,q.c)}return p}, +$S:55} +A.yn.prototype={ +aP(){this.bk() +this.It()}, +WR(a){this.ao(new A.a7b(this))}, +It(){var s,r,q,p,o=this,n=o.a.d +n=n.gaD(n) +s=A.fM(n,A.m(n).h("j.E")) +r=o.d.l0(s) +n=o.d +n.toString +q=s.l0(n) +for(n=r.gT(r),p=o.gFF();n.t();)n.gE(n).vb(p) +for(n=q.gT(q);n.t();)n.gE(n).yF(p) +o.d=s}, +aO(a){this.bs(a) +this.It()}, +l(){var s,r,q,p,o=this +o.aR() +for(s=o.d,s=A.dU(s,s.r),r=o.gFF(),q=A.m(s).c;s.t();){p=s.d;(p==null?q.a(p):p).vb(r)}o.d=null}, +S(a){var s=this.a +return new A.ym(null,s.d,this.e,s.e,null)}} +A.a7b.prototype={ +$0(){this.a.e=new A.F()}, +$S:0} +A.ym.prototype={ +bO(a){var s +if(this.w===a.w)s=!A.aee(a.r,this.r) +else s=!0 +return s}} +A.K4.prototype={ +ei(a){a.a9W() +return null}} +A.DK.prototype={ +mH(a){return this.c}, +ei(a){}} +A.oA.prototype={} +A.oM.prototype={} +A.iq.prototype={} +A.DI.prototype={} +A.jU.prototype={} +A.H5.prototype={ +j1(a,b,c){var s,r,q,p,o,n=$.aG.I$.f.c +if(n==null||n.e==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=B.F8[r] +p=n.e +p.toString +o=A.aeV(p,q,s) +if(o!=null&&o.rC(q,c)){this.e=o +this.f=q +return!0}}return!1}, +j0(a,b){return this.j1(a,b,null)}, +fR(a,b){var s,r=this.e +r===$&&A.b() +s=this.f +s===$&&A.b() +r.of(s,b)}, +ei(a){return this.fR(a,null)}} +A.NL.prototype={ +G9(a,b,c){var s +a.e7(this.gkY()) +s=a.of(b,c) +a.e7(null) +return s}, +fR(a,b){var s=this,r=A.aeU(s.guB(),A.m(s).c) +return r==null?s.a72(a,s.b,b):s.G9(r,a,b)}, +ei(a){return this.fR(a,null)}, +gnc(){var s=this,r=A.aeV(s.guB(),null,A.m(s).c) +if(r!=null){r.e7(s.gkY()) +r.gnc() +r.e7(null)}else s.gkY().gnc() +return!0}, +j1(a,b,c){var s,r=this,q=A.aeU(r.guB(),A.m(r).c),p=q==null +if(!p)q.e7(r.gkY()) +s=(p?r.gkY():q).rC(b,c) +if(!p)q.e7(null) +return s}, +j0(a,b){return this.j1(a,b,null)}, +mH(a){var s,r=this,q=A.aeU(r.guB(),A.m(r).c),p=q==null +if(!p)q.e7(r.gkY()) +s=(p?r.gkY():q).mH(a) +if(!p)q.e7(null) +return s}} +A.zG.prototype={ +G9(a,b,c){var s +c.toString +a.e7(new A.yK(c,this.e,new A.bt(A.a([],t.ot),t.wS),this.$ti.h("yK<1>"))) +s=a.of(b,c) +a.e7(null) +return s}, +a72(a,b,c){var s=this.e +if(b==null)return s.fR(a,c) +else return s.fR(a,c)}, +gkY(){return this.e}, +guB(){return this.f}} +A.yK.prototype={ +e7(a){this.d.e7(a)}, +j0(a,b){return this.d.j1(0,b,this.c)}, +gnc(){this.d.gnc() +return!0}, +mH(a){return this.d.mH(a)}, +yF(a){var s +this.Q6(a) +s=this.d.a +s.b=!0 +s.a.push(a)}, +vb(a){this.Q8(a) +this.d.a.v(0,a)}, +ei(a){return this.d.fR(a,this.c)}} +A.Kl.prototype={} +A.Kj.prototype={} +A.MM.prototype={} +A.B7.prototype={ +e7(a){this.Q5(a) +this.e.e7(a)}} +A.t8.prototype={ +aq(a){var s=new A.wC(this.e,!0,null,A.ar(),this.$ti.h("wC<1>")) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sm(0,this.e) +b.sPM(!0)}} +A.yg.prototype={ +ar(){return new A.AS(B.l)}} +A.AS.prototype={ +gYw(){$.aG.toString +var s=$.aJ() +if(s.gzm()!=="/"){$.aG.toString +s=s.gzm()}else{this.a.toString +$.aG.toString +s=s.gzm()}return s}, +VE(a){switch(this.d){case null:case void 0:case B.ct:case B.fm:return!0 +case B.dD:case B.fn:case B.dE:A.agr(a.a) +return!0}}, +zr(a){this.d=a +this.Sd(a)}, +aP(){var s=this +s.bk() +s.a1h() +$.aG.toString +s.w=s.Hh($.aJ().a.f,s.a.go) +$.aG.a7$.push(s) +s.d=$.aG.k4$}, +aO(a){this.bs(a) +this.IM(a)}, +l(){B.b.v($.aG.a7$,this) +var s=this.e +if(s!=null)s.l() +this.aR()}, +Es(){var s=this.e +if(s!=null)s.l() +this.f=this.e=null}, +IM(a){var s,r=this +r.a.toString +if(r.gIW()){r.Es() +if(r.r!=null){r.a.toString +a.toString +s=!1}else s=!0 +if(s){s=r.a.c +r.r=new A.mK(r,t.TX)}}else{r.Es() +r.r=null}}, +a1h(){return this.IM(null)}, +gIW(){var s=this.a +if(s.Q==null){s=s.as +s=s==null?null:s.gbo(s) +if(s!==!0){this.a.toString +s=!1}else s=!0}else s=!0 +return s}, +Zm(a){var s=this,r=a.a,q=r==="/"&&s.a.Q!=null?new A.acy(s):s.a.as.k(0,r) +if(q!=null)return s.a.f.$1$2(a,q,t.z) +s.a.toString +return null}, +ZA(a){return this.a.at.$1(a)}, +tQ(){var s=0,r=A.a0(t.y),q,p=this,o,n +var $async$tQ=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.gbT() +if(n==null){q=!1 +s=1 +break}q=n.Mx() +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$tQ,r)}, +po(a){return this.a49(a)}, +a49(a){var s=0,r=A.a0(t.y),q,p=this,o,n,m,l +var $async$po=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.gbT() +if(n==null){q=!1 +s=1 +break}m=a.gjj() +o=m.gfX(m).length===0?"/":m.gfX(m) +l=m.gjb() +l=l.gP(l)?null:m.gjb() +o=A.ach(m.gii().length===0?null:m.gii(),o,l).goF() +o=n.yb(A.rG(o,0,o.length,B.Q,!1),null,t.X) +o.toString +n.v5(o) +q=!0 +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$po,r)}, +Hh(a,b){this.a.toString +return A.aAu(a,b)}, +KG(a){var s=this,r=s.Hh(a,s.a.go) +if(!r.j(0,s.w))s.ao(new A.acA(s,r))}, +S(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f={} +f.a=null +s=h.a +s.toString +if(h.gIW()){s=h.r +r=h.gYw() +q=h.a +p=q.ch +p.toString +f.a=A.ajA(!0,new A.vR(r,h.gZl(),h.gZz(),p,"nav",A.aC0(),!0,B.M,s),"Navigator Scope",g,g) +s=q}else{s=h.a +s.toString}f.b=null +o=new A.ig(new A.acz(f,h),g) +f.b=o +o=A.V1(o,g,B.bQ,!0,s.db,g,g,B.aW) +f.b=o +n=g +s=h.a +r=s.cx +s=s.dx +s=A.W(255,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255) +f=f.b +q=h.a +q.toString +p=h.w +p.toString +m=A.axm() +l=A.n0($.aq0(),t.A,t.od) +k=t.ot +j=t.wS +l.n(0,B.wk,new A.zG(new A.qe(new A.bt(A.a([],k),j)),a,!1,!1,!1,!1,new A.bt(A.a([],k),j),t.x5.h("zG"))) +k=A.aga() +j=t.a9 +i=A.a([],j) +B.b.C(i,h.a.fr) +i.push(B.z8) +j=A.a(i.slice(0),j) +return new A.wU(new A.xo(new A.cT(h.gVD(),A.agi(new A.Dx(A.SV(l,A.ajC(new A.Ji(new A.xp(new A.vl(p,j,new A.Jz(r,s,f,g),g),g),g),k)),g),"",m),g,t.w3),g),q.p4,g)}} +A.acy.prototype={ +$1(a){var s=this.a.a.Q +s.toString +return s}, +$S:25} +A.acA.prototype={ +$0(){this.a.w=this.b}, +$S:0} +A.acz.prototype={ +$1(a){return this.b.a.CW.$2(a,this.a.a)}, +$S:25} +A.Sh.prototype={} +A.tf.prototype={ +ar(){return new A.yu(B.l)}} +A.yu.prototype={ +aP(){this.bk() +this.Eb()}, +aO(a){this.bs(a) +this.Eb()}, +Eb(){this.e=new A.cT(this.gTT(),this.a.c,null,t.Jc)}, +l(){var s,r,q=this.d +if(q!=null)for(q=A.jG(q,q.r);q.t();){s=q.d +r=this.d.k(0,s) +r.toString +s.M(0,r)}this.aR()}, +TU(a){var s,r=this,q=a.a,p=r.d +if(p==null)p=r.d=A.z(t.I_,t.M) +p.n(0,q,r.Vj(q)) +p=r.d.k(0,q) +p.toString +q.a0(0,p) +if(!r.f){r.f=!0 +s=r.Fn() +if(s!=null)r.II(s) +else $.bX.rx$.push(new A.a7q(r))}return!1}, +Fn(){var s={},r=this.c +r.toString +s.a=null +r.aY(new A.a7v(s)) +return t.xO.a(s.a)}, +II(a){var s,r +this.c.toString +s=this.f +r=this.e +r===$&&A.b() +a.E7(t.Fw.a(A.auo(r,s)))}, +Vj(a){var s=A.ba("callback"),r=new A.a7u(this,a,s) +s.sbK(r) +return r}, +S(a){var s=this.f,r=this.e +r===$&&A.b() +return new A.v6(s,r,null)}} +A.a7q.prototype={ +$1(a){var s,r=this.a +if(r.c==null)return +s=r.Fn() +s.toString +r.II(s)}, +$S:3} +A.a7v.prototype={ +$1(a){this.a.a=a}, +$S:6} +A.a7u.prototype={ +$0(){var s=this.a,r=this.b +s.d.v(0,r) +r.M(0,this.c.am()) +if(s.d.a===0)if($.bX.x1$.a<3)s.ao(new A.a7s(s)) +else{s.f=!1 +A.eB(new A.a7t(s))}}, +$S:0} +A.a7s.prototype={ +$0(){this.a.f=!1}, +$S:0} +A.a7t.prototype={ +$0(){var s=this.a +if(s.c!=null&&s.d.a===0)s.ao(new A.a7r(s))}, +$S:0} +A.a7r.prototype={ +$0(){}, +$S:0} +A.pC.prototype={} +A.Fb.prototype={} +A.oF.prototype={ +rk(){var s=new A.Fb($.aR()) +this.ie$=s +this.c.cF(new A.pC(s))}, +qv(){var s,r=this +if(r.gvq()){if(r.ie$==null)r.rk()}else{s=r.ie$ +if(s!=null){s.aj() +s.e5() +r.ie$=null}}}, +S(a){if(this.gvq()&&this.ie$==null)this.rk() +return B.RX}} +A.Nw.prototype={ +S(a){throw A.d(A.En("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +A.QP.prototype={ +CG(a,b){}, +ni(a){A.amy(this,new A.ace(this,a))}} +A.ace.prototype={ +$1(a){var s=a.y +if(s!=null&&s.p(0,this.a))a.b5()}, +$S:6} +A.acd.prototype={ +$1(a){A.amy(a,this.a)}, +$S:6} +A.QQ.prototype={ +bA(a){return new A.QP(A.hs(null,null,null,t.Q,t.X),this,B.T)}} +A.fF.prototype={ +bO(a){return this.w!==a.w}} +A.tS.prototype={ +aq(a){var s=new A.Hp(this.e,this.f,B.O,!1,!1,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.suS(this.e) +b.sLt(this.f) +b.sa8v(B.O) +b.cu=b.bh=!1}, +pp(a){a.suS(null) +a.sLt(null)}} +A.oU.prototype={ +aq(a){var s=new A.Hm(null,this.f,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sp0(null) +b.smD(this.f)}, +pp(a){a.sp0(null)}} +A.CQ.prototype={ +aq(a){var s=new A.Hl(this.e,this.f,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sp0(this.e) +b.smD(this.f)}, +pp(a){a.sp0(null)}} +A.GP.prototype={ +aq(a){var s=this,r=new A.HC(s.e,s.r,s.w,s.y,s.x,null,s.f,null,A.ar()) +r.aw() +r.saI(null) +return r}, +aG(a,b){var s=this +b.sc0(0,s.e) +b.smD(s.f) +b.sa2u(0,s.r) +b.sdd(0,s.w) +b.sag(0,s.x) +b.sc5(0,s.y)}} +A.GQ.prototype={ +aq(a){var s=this,r=new A.HD(s.r,s.x,s.w,s.e,s.f,null,A.ar()) +r.aw() +r.saI(null) +return r}, +aG(a,b){var s=this +b.sp0(s.e) +b.smD(s.f) +b.sdd(0,s.r) +b.sag(0,s.w) +b.sc5(0,s.x)}} +A.JE.prototype={ +aq(a){var s=this,r=A.dW(a),q=new A.HO(s.w,null,A.ar()) +q.aw() +q.saI(null) +q.sbx(0,s.e) +q.shk(s.r) +q.sbQ(r) +q.sjY(s.x) +q.sMK(0,null) +return q}, +aG(a,b){var s=this +b.sbx(0,s.e) +b.sMK(0,null) +b.shk(s.r) +b.sbQ(A.dW(a)) +b.bh=s.w +b.sjY(s.x)}} +A.Ef.prototype={ +aq(a){var s=new A.wE(this.e,this.f,A.dW(a),this.r,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){var s +b.szZ(this.e) +b.shk(this.f) +b.sbQ(A.dW(a)) +s=this.r +if(s!==b.ef){b.ef=s +b.ad() +b.aV()}}} +A.Ex.prototype={ +aq(a){var s=new A.Hv(this.e,this.f,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sa9g(this.e) +b.a2=this.f}} +A.dP.prototype={ +aq(a){var s=new A.HB(this.e,A.dW(a),null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sbZ(0,this.e) +b.sbQ(A.dW(a))}} +A.m7.prototype={ +aq(a){var s=new A.HG(this.f,this.r,this.e,A.dW(a),null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.shk(this.e) +b.sa9w(this.f) +b.sa6p(this.r) +b.sbQ(A.dW(a))}} +A.Ct.prototype={} +A.tT.prototype={ +aq(a){var s=new A.Hq(this.e,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.szo(this.e)}} +A.vb.prototype={ +oQ(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.B)r.a6()}}} +A.tR.prototype={ +aq(a){var s=new A.Ho(this.e,0,null,null,A.ar()) +s.aw() +s.C(0,null) +return s}, +aG(a,b){b.szo(this.e)}} +A.qp.prototype={ +aq(a){return A.akY(A.oK(this.f,this.e))}, +aG(a,b){b.sJn(A.oK(this.f,this.e))}, +c_(){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.i(0)}} +A.hf.prototype={ +aq(a){return A.akY(this.e)}, +aG(a,b){b.sJn(this.e)}} +A.Fm.prototype={ +aq(a){var s=new A.Hy(this.e,this.f,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sa7M(0,this.e) +b.sa7K(0,this.f)}} +A.vW.prototype={ +aq(a){var s=new A.HA(this.e,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.suJ(this.e)}, +bA(a){return new A.NC(this,B.T)}} +A.NC.prototype={} +A.IT.prototype={ +aq(a){var s=a.ah(t.I) +s.toString +s=new A.HM(this.e,s.w,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){var s +b.sbZ(0,this.e) +s=a.ah(t.I) +s.toString +b.sbQ(s.w)}} +A.J1.prototype={ +aq(a){var s=A.dW(a) +s=new A.wL(this.e,s,this.r,B.al,A.ar(),0,null,null,A.ar()) +s.aw() +s.C(0,null) +return s}, +aG(a,b){var s +b.shk(this.e) +s=A.dW(a) +b.sbQ(s) +s=this.r +if(b.aA!==s){b.aA=s +b.a6()}if(B.al!==b.aS){b.aS=B.al +b.ad() +b.aV()}}} +A.nt.prototype={ +oQ(a){var s,r,q,p=this,o=a.b +o.toString +t.B.a(o) +s=p.f +if(o.w!=s){o.w=s +r=!0}else r=!1 +s=p.r +if(o.e!=s){o.e=s +r=!0}s=p.w +if(o.f!=s){o.f=s +r=!0}s=p.x +if(o.r!=s){o.r=s +r=!0}s=p.y +if(o.x!=s){o.x=s +r=!0}if(r){q=a.d +if(q instanceof A.B)q.a6()}}} +A.GZ.prototype={ +S(a){var s=this,r=a.ah(t.I) +r.toString +return A.avx(s.f,s.x,null,null,s.c,r.w,s.d,s.r)}} +A.Ej.prototype={ +gZi(){switch(this.e.a){case 0:return!0 +case 1:var s=this.w +return s===B.bv||s===B.Ca}}, +Cg(a){var s=this.x +s=this.gZi()?A.dW(a):null +return s}, +aq(a){var s=this,r=null,q=new A.Hu(s.e,s.f,s.r,s.w,s.Cg(a),s.y,s.z,B.M,A.ar(),A.bg(4,A.ags(r,r,r,r,r,B.aH,B.q,r,B.az,B.aW),!1,t.mi),!0,0,r,r,A.ar()) +q.aw() +q.C(0,r) +return q}, +aG(a,b){var s=this,r=s.e +if(b.J!==r){b.J=r +b.a6()}b.sa7F(s.f) +r=s.r +if(b.a5!==r){b.a5=r +b.a6()}b.sa3O(s.w) +r=s.Cg(a) +if(b.aA!=r){b.aA=r +b.a6()}r=s.y +if(b.aS!==r){b.aS=r +b.a6()}if(B.M!==b.bW){b.bW=B.M +b.ad() +b.aV()}}} +A.I7.prototype={} +A.D1.prototype={} +A.Ek.prototype={ +oQ(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.B)q.a6()}}} +A.E9.prototype={} +A.I1.prototype={ +aq(a){var s,r,q,p,o=this,n=null,m=o.r +if(m==null){m=a.ah(t.I) +m.toString +m=m.w}s=o.x +r=o.y +q=A.ZL(a) +if(r.j(0,B.az))r=new A.j7(1) +p=s===B.f_?"\u2026":n +s=new A.wH(A.ags(p,q,o.z,o.as,o.e,o.f,m,o.ax,r,o.at),o.w,s,o.ch,!1,0,n,n,A.ar()) +s.aw() +s.C(0,n) +s.slA(o.ay) +return s}, +aG(a,b){var s,r=this +b.sqn(0,r.e) +b.sBJ(0,r.f) +s=r.r +if(s==null){s=a.ah(t.I) +s.toString +s=s.w}b.sbQ(s) +b.sPO(r.w) +b.sa8e(0,r.x) +b.sdC(r.y) +b.sAL(r.z) +b.sQ2(r.as) +b.sBL(r.at) +b.sNH(r.ax) +s=A.ZL(a) +b.sAG(0,s) +b.slA(r.ay) +b.sPp(r.ch)}} +A.a2q.prototype={ +$0(){return this.a.a}, +$S:295} +A.a2r.prototype={ +$0(){return this.a.b}, +$S:57} +A.Hc.prototype={ +aq(a){var s=this,r=s.d +r=r==null?null:r.cE(0) +r=new A.Hw(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.ar()) +r.aw() +r.a13() +return r}, +aG(a,b){var s=this,r=s.d +b.sfQ(0,r==null?null:r.cE(0)) +b.a7=s.e +b.sby(0,s.f) +b.sb7(0,s.r) +b.svI(0,s.w) +b.sag(0,s.x) +b.scl(0,s.y) +b.sa34(s.Q) +b.szZ(s.as) +b.shk(s.at) +b.sa8S(0,s.ax) +b.sa2K(s.ay) +b.sa7I(!1) +b.sbQ(null) +b.suo(s.CW) +b.sur(!1) +b.sjY(s.z)}, +pp(a){a.sfQ(0,null)}} +A.Fq.prototype={ +aq(a){var s=this,r=null,q=new A.HF(s.e,r,s.r,r,s.x,s.y,r,r,s.as,s.at,r,A.ar()) +q.aw() +q.saI(r) +return q}, +aG(a,b){var s=this +b.cb=s.e +b.cX=null +b.c6=s.r +b.cG=null +b.cj=s.x +b.f0=s.y +b.a54=b.ht=null +b.Ld=s.as +b.D=s.at}} +A.vE.prototype={ +aq(a){var s=this +return A.avW(s.w,null,s.e,s.r,s.f,!0)}, +aG(a,b){var s,r=this +b.cX=r.e +b.c6=r.f +b.cG=r.r +s=r.w +if(!b.cj.j(0,s)){b.cj=s +b.ad()}if(b.D!==B.ag){b.D=B.ag +b.ad()}}} +A.iR.prototype={ +aq(a){var s=new A.HI(null,A.ar()) +s.aw() +s.saI(null) +return s}} +A.pq.prototype={ +aq(a){var s=new A.wF(this.e,null,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sLX(this.e) +b.sAh(null)}} +A.BP.prototype={ +aq(a){var s=new A.wA(!1,null,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sJ2(!1) +b.sAh(null)}} +A.Ix.prototype={ +aq(a){var s=this,r=new A.wJ(s.e,s.f,s.r,!1,!1,s.FB(a),null,A.ar()) +r.aw() +r.saI(null) +r.Iv(r.D) +return r}, +FB(a){var s,r=this.e,q=r.R8 +if(q!=null)return q +if(r.fy==null){r=r.p3!=null +s=r}else s=!0 +if(!s)return null +return A.dW(a)}, +aG(a,b){var s=this +b.sa3g(s.f) +b.sa53(s.r) +b.sa50(!1) +b.sa2s(!1) +b.sMY(s.e) +b.sbQ(s.FB(a))}} +A.FN.prototype={ +aq(a){var s=new A.Hz(null,A.ar()) +s.aw() +s.saI(null) +return s}} +A.Cd.prototype={ +aq(a){var s=new A.Hk(!0,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sa2t(!0)}} +A.uo.prototype={ +aq(a){var s=new A.Ht(this.e,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sa51(this.e)}} +A.F3.prototype={ +aq(a){var s=new A.Hx(this.e,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){b.sa6H(0,this.e)}} +A.pE.prototype={ +S(a){return this.c}} +A.ig.prototype={ +S(a){return this.c.$1(a)}} +A.tI.prototype={ +aq(a){var s=new A.zP(this.e,B.ag,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){t.ri.a(b).sag(0,this.e)}} +A.zP.prototype={ +sag(a,b){if(b.j(0,this.cb))return +this.cb=b +this.ad()}, +aC(a,b){var s,r,q,p,o=this,n=o.gA(o) +if(n.a>0&&n.b>0){n=a.gb3(a) +s=o.gA(o) +r=b.a +q=b.b +p=$.af().b4() +p.sag(0,o.cb) +n.ct(new A.C(r,q,r+s.a,q+s.b),p)}n=o.fr$ +if(n!=null)a.fc(n,b)}} +A.acC.prototype={ +$1(a){var s=a==null?t.K.a(a):a +return this.a.k0(s)}, +$S:296} +A.hV.prototype={ +tQ(){return A.dp(!1,t.y)}, +po(a){var s=a.gjj(),r=s.gfX(s).length===0?"/":s.gfX(s),q=s.gjb() +q=q.gP(q)?null:s.gjb() +r=A.ach(s.gii().length===0?null:s.gii(),r,q).goF() +A.rG(r,0,r.length,B.Q,!1) +return A.dp(!1,t.y)}, +KH(){}, +KJ(){}, +KI(){}, +KG(a){}, +zr(a){}, +zx(){var s=0,r=A.a0(t.s1),q +var $async$zx=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:q=B.j7 +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$zx,r)}} +A.yh.prototype={ +ue(){var s=0,r=A.a0(t.s1),q,p=this,o,n,m,l +var $async$ue=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:o=A.a6(p.a7$,!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)o=new A.Fm(0,0,new A.hf(B.jg,p,p),p) +else{s=q.d +if(s!=null)o=new A.m7(s,p,p,o,p)}r=q.gZE() +if(r!=null)o=new A.dP(r,o,p) +s=q.f +if(s!=null)o=new A.tI(s,o,p) +s=q.r +if(s!=null)o=A.afb(o,s,B.dR) +s=q.x +if(s!=null)o=new A.hf(s,o,p) +s=q.y +if(s!=null)o=new A.dP(s,o,p) +o.toString +return o}} +A.kT.prototype={ +bO(a){return!J.e(this.w,a.w)||!J.e(this.x,a.x)||!J.e(this.y,a.y)}} +A.UX.prototype={ +$1(a){var s=a.ah(t.Uf) +if(s==null)s=B.dS +return A.afc(this.e,s.w,this.a,this.d,s.x)}, +$S:297} +A.Nx.prototype={ +S(a){throw A.d(A.En("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.Dx.prototype={ +WA(){return $.apm()}, +S(a){var s=A.agi(this.c,"",this.WA()) +return A.agi(s,"",A.asZ())}} +A.DJ.prototype={ +gaJ(a){var s=this.a +if(s==null)return null +s=s.c +s.toString +return s}} +A.p9.prototype={ +ar(){return new A.yW(A.H8(null),A.H8(null),B.l)}, +a5n(a,b,c){return this.d.$3(a,b,c)}, +a8Y(a,b,c){return this.e.$3(a,b,c)}} +A.yW.prototype={ +aP(){var s,r=this +r.bk() +s=r.a.c +r.d=s.gaT(s) +s=r.a.c +s.bm() +s=s.bU$ +s.b=!0 +s.a.push(r.gwq()) +r.Iu()}, +E4(a){var s,r=this,q=r.d +q===$&&A.b() +s=r.Ut(a,q) +r.d=s +if(q!==s)r.Iu()}, +aO(a){var s,r,q=this +q.bs(a) +s=a.c +if(s!==q.a.c){r=q.gwq() +s.cz(r) +s=q.a.c +s.bm() +s=s.bU$ +s.b=!0 +s.a.push(r) +r=q.a.c +q.E4(r.gaT(r))}}, +Ut(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}}, +Iu(){var s=this,r=s.d +r===$&&A.b() +switch(r.a){case 0:case 1:s.e.scm(0,s.a.c) +s.f.scm(0,B.cB) +break +case 2:case 3:s.e.scm(0,B.cA) +s.f.scm(0,new A.hF(s.a.c,new A.bt(A.a([],t.W),t.Y),0)) +break}}, +l(){this.a.c.cz(this.gwq()) +this.aR()}, +S(a){var s=this.a +return s.a5n(a,this.e,s.a8Y(a,this.f,s.f))}} +A.l3.prototype={ +F(){return"KeyEventResult."+this.b}} +A.KC.prototype={} +A.X1.prototype={ +a4(a){var s,r=this.a +if(r.ax===this){if(!r.gk6()){s=r.w +s=s!=null&&s.e===r}else s=!0 +if(s)r.C_(B.wm) +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.a_w(0,r) +r.ax=null}}, +BC(a){var s,r=this.a +if(r.ax===this){s=r.e +s.toString +a=A.afv(s,!0,!0);(a==null?r.e.f.f.b:a).y3(r)}}, +Nq(){return this.BC(null)}} +A.JN.prototype={ +F(){return"UnfocusDisposition."+this.b}} +A.cy.prototype={ +geP(){var s,r,q +if(this.a)return!0 +for(s=this.ghl(),r=s.length,q=0;q"))}, +ghl(){var s,r,q=this.x +if(q==null){s=A.a([],t.c) +r=this.Q +for(;r!=null;){s.push(r) +r=r.Q}this.x=s +q=s}return q}, +gk5(){if(!this.gk6()){var s=this.w +if(s==null)s=null +else{s=s.c +s=s==null?null:B.b.p(s.ghl(),this)}s=s===!0}else s=!0 +return s}, +gk6(){var s=this.w +return(s==null?null:s.c)===this}, +glr(){return this.geb()}, +geb(){var s,r,q,p +for(s=this.ghl(),r=s.length,q=0;q#"+s+q}, +$iai:1} +A.X3.prototype={ +$1(a){return!a.geP()&&a.gcg()}, +$S:10} +A.kV.prototype={ +glr(){return this}, +gqt(){if(!this.gcg())return B.y3 +return A.cy.prototype.gqt.call(this)}, +qQ(a){if(a.Q==null)this.y3(a) +if(this.gk5())a.jv(!0) +else a.mg()}, +jv(a){var s,r,q=this,p=q.fr +while(!0){if((p.length!==0?B.b.gN(p):null)!=null)s=!(p.length!==0?B.b.gN(p):null).gcg() +else s=!1 +if(!s)break +p.pop()}r=p.length!==0?B.b.gN(p):null +if(!a||r==null){if(q.gcg()){q.mg() +q.Gm(q)}return}r.jv(!0)}} +A.kU.prototype={ +F(){return"FocusHighlightMode."+this.b}} +A.X2.prototype={ +F(){return"FocusHighlightStrategy."+this.b}} +A.uC.prototype={ +rI(){if(this.r)return +this.r=!0 +A.eB(this.ga22())}, +a23(){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.gT(s).t())p=null +else p=b?s.gN(s):s.gK(s)}return p==null?a:p}, +Wi(a,b){return this.Fe(a,!1,b)}, +a7_(a){}, +z3(a,b){}, +HV(a,b){var s,r,q,p,o=A.X4(a),n=A.au1(a,o,b) +for(s=A.jG(n,n.r);s.t();){r=s.d +q=n.k(0,r).b.PP(n.k(0,r).c,b) +q=A.a(q.slice(0),A.ae(q)) +B.b.O(n.k(0,r).c) +B.b.C(n.k(0,r).c,q)}p=A.a([],t.c) +if(n.a!==0&&n.a1(0,o)){s=n.k(0,o) +s.toString +new A.X7(n,p).$1(s)}if(!!p.fixed$length)A.a2(A.V("removeWhere")) +B.b.rY(p,new A.X6(b),!0) +return p}, +Gt(a,b){var s,r,q,p,o,n,m=this,l=a.glr() +l.toString +m.lV(l) +m.pB$.v(0,l) +s=l.fr +r=s.length!==0?B.b.gN(s):null +s=r==null +if(s){q=b?m.Wi(a,!1):m.Fe(a,!0,!1) +l=b?B.bK:B.bL +m.a.$2$alignmentPolicy(q,l) +return!0}if(s)r=l +p=m.HV(l,r) +if(p.length<2)return!1 +if(b&&r===B.b.gN(p))switch(l.dy.a){case 1:r.BZ() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.gK(p),B.bK) +return!0}if(!b&&r===B.b.gK(p))switch(l.dy.a){case 1:r.BZ() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.gN(p),B.bL) +return!0}for(l=J.ap(b?p:new A.cI(p,A.ae(p).h("cI<1>"))),o=null;l.t();o=n){n=l.gE(l) +if(o===r){l=b?B.bK:B.bL +m.a.$2$alignmentPolicy(n,l) +return!0}}return!1}} +A.X5.prototype={ +$1(a){return a.gcg()&&!a.geP()}, +$S:10} +A.X7.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.aip(q,new A.Vn(new A.C(g.gav(g).a,-1/0,g.gav(g).c,1/0))) +if(!n.gP(n)){p=B.b.gK(A.at5(g.gav(g).gaM(),n)) +break}p=B.b.gK(A.at6(g.gav(g).gaM(),q)) +break +case B.aY:case B.b_:q=k.a0y(b,g.gav(g),i.gqt()) +if(q.length===0){p=j +break}if(r!=null&&!r.d.gJD()){o=new A.b_(q,new A.Vo(r),A.ae(q).h("b_<1>")) +if(!o.gP(o))q=o}n=J.aip(q,new A.Vp(new A.C(-1/0,g.gav(g).b,1/0,g.gav(g).d))) +if(!n.gP(n)){p=B.b.gK(A.at4(g.gav(g).gaM(),n)) +break}p=B.b.gK(A.at7(g.gav(g).gaM(),q)) +break +default:p=j}if(p!=null){h=k.pB$ +m=h.k(0,i) +l=new A.r2(b,g) +if(m!=null)m.a.push(l) +else h.n(0,i,new A.LB(A.a([l],t.Kj))) +switch(b){case B.aX:case B.b_:k.a.$2$alignmentPolicy(p,B.bL) +break +case B.aZ:case B.aY:k.a.$2$alignmentPolicy(p,B.bK) +break}return!0}return!1}} +A.ab9.prototype={ +$1(a){return a.b===this.a}, +$S:301} +A.Vh.prototype={ +$2(a,b){if(this.a)if(this.b)return B.c.aZ(a.gav(a).b,b.gav(b).b) +else return B.c.aZ(b.gav(b).d,a.gav(a).d) +else if(this.b)return B.c.aZ(a.gav(a).a,b.gav(b).a) +else return B.c.aZ(b.gav(b).c,a.gav(a).c)}, +$S:31} +A.Vj.prototype={ +$2(a,b){var s=a.gav(a).gaM(),r=b.gav(b).gaM(),q=this.a,p=A.afg(q,s,r) +if(p===0)return A.aff(q,s,r) +return p}, +$S:31} +A.Vi.prototype={ +$2(a,b){var s=a.gav(a).gaM(),r=b.gav(b).gaM(),q=this.a,p=A.aff(q,s,r) +if(p===0)return A.afg(q,s,r) +return p}, +$S:31} +A.Vk.prototype={ +$2(a,b){var s,r,q,p=this.a,o=a.gav(a),n=b.gav(b),m=o.a,l=p.a,k=o.c +m=Math.abs(m-l)=s.c}, +$S:10} +A.Vd.prototype={ +$2(a,b){return B.c.aZ(a.gav(a).gaM().a,b.gav(b).gaM().a)}, +$S:31} +A.Ve.prototype={ +$1(a){var s=this.a +return!a.gav(a).j(0,s)&&a.gav(a).gaM().b<=s.b}, +$S:10} +A.Vf.prototype={ +$1(a){var s=this.a +return!a.gav(a).j(0,s)&&a.gav(a).gaM().b>=s.d}, +$S:10} +A.Vg.prototype={ +$2(a,b){return B.c.aZ(a.gav(a).gaM().b,b.gav(b).gaM().b)}, +$S:31} +A.Va.prototype={ +$1(a){var s,r,q=this,p=q.b.a.pop().b,o=p.e +o.toString +o=A.hI(o) +s=$.aG.I$.f.c.e +s.toString +if(o!=A.hI(s)){o=q.a +s=q.c +o.lV(s) +o.pB$.v(0,s) +return!1}switch(a){case B.aX:case B.b_:r=B.bL +break +case B.aY:case B.aZ:r=B.bK +break +default:r=null}q.a.a.$2$alignmentPolicy(p,r) +return!0}, +$S:303} +A.Vm.prototype={ +$1(a){var s=a.e +s.toString +return A.hI(s)===this.a}, +$S:10} +A.Vn.prototype={ +$1(a){var s=a.gav(a).di(this.a) +return!s.gP(s)}, +$S:10} +A.Vo.prototype={ +$1(a){var s=a.e +s.toString +return A.hI(s)===this.a}, +$S:10} +A.Vp.prototype={ +$1(a){var s=a.gav(a).di(this.a) +return!s.gP(s)}, +$S:10} +A.d7.prototype={ +gKM(){var s=this.d +if(s==null){s=this.c.e +s.toString +s=this.d=new A.ab7().$1(s)}s.toString +return s}} +A.ab6.prototype={ +$1(a){var s=a.gKM() +return A.vf(s,A.ae(s).c)}, +$S:304} +A.ab8.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.aZ(a.b.a,b.b.a) +case 0:return B.c.aZ(b.b.c,a.b.c)}}, +$S:95} +A.ab7.prototype={ +$1(a){var s,r,q=A.a([],t.vl),p=t.I,o=a.jl(p) +for(;o!=null;){s=o.e +s.toString +q.push(p.a(s)) +s=A.azq(o) +if(s==null)o=null +else{s=s.x +r=s==null?null:s.k(0,A.bP(p)) +o=r}}return q}, +$S:306} +A.j8.prototype={ +gav(a){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new A.ad(s,new A.ab4(),A.ae(s).h("ad<1,C>")),s=new A.dY(s,s.gu(s)),r=A.m(s).c;s.t();){q=s.d +if(q==null)q=r.a(q) +p=o.b +if(p==null){o.b=q +p=q}o.b=p.l4(q)}s=o.b +s.toString +return s}} +A.ab4.prototype={ +$1(a){return a.b}, +$S:307} +A.ab5.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.aZ(a.gav(a).a,b.gav(b).a) +case 0:return B.c.aZ(b.gav(b).c,a.gav(a).c)}}, +$S:308} +A.a1w.prototype={ +UZ(a){var s,r,q,p,o,n=B.b.gK(a).a,m=t.qi,l=A.a([],m),k=A.a([],t.jE) +for(s=a.length,r=0;r") +return A.a6(new A.b_(b,new A.a1z(new A.C(-1/0,s.b,1/0,s.d)),r),!0,r.h("j.E"))}, +$S:309} +A.a1z.prototype={ +$1(a){var s=a.b.di(this.a) +return!s.gP(s)}, +$S:310} +A.uD.prototype={ +ar(){return new A.Mi(B.l)}} +A.z2.prototype={} +A.Mi.prototype={ +gbL(a){var s,r,q,p=this,o=p.d +if(o===$){s=p.a.c +r=A.a([],t.c) +q=$.aR() +p.d!==$&&A.au() +o=p.d=new A.z2(s,!1,!0,!0,!0,null,null,r,q)}return o}, +l(){this.gbL(this).l() +this.aR()}, +aO(a){var s=this +s.bs(a) +if(a.c!==s.a.c)s.gbL(s).dy=s.a.c}, +S(a){var s=null,r=this.gbL(this) +return A.Eq(!1,!1,this.a.f,s,!0,!0,r,!1,s,s,s,s,s,!0)}} +A.HV.prototype={ +ei(a){a.aag(a.gbL(a))}} +A.ne.prototype={} +A.G2.prototype={ +ei(a){var s=$.aG.I$.f.c,r=s.e +r.toString +return A.Es(r).Gt(s,!0)}, +BU(a,b){return b?B.cL:B.e_}} +A.nu.prototype={} +A.H0.prototype={ +ei(a){var s=$.aG.I$.f.c,r=s.e +r.toString +return A.Es(r).Gt(s,!1)}, +BU(a,b){return b?B.cL:B.e_}} +A.DG.prototype={ +ei(a){var s=$.aG.I$.f.c,r=s.e +r.toString +A.Es(r).a6E(s,a.a)}} +A.Mj.prototype={} +A.OD.prototype={ +z3(a,b){var s +this.Qy(a,b) +s=this.pB$.k(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)A.a2(A.V("removeWhere")) +B.b.rY(s,new A.ab9(a),!0)}}} +A.RI.prototype={} +A.RJ.prototype={} +A.hq.prototype={ +gbT(){var s,r=$.aG.I$.z.k(0,this) +if(r instanceof A.fY){s=r.k3 +s.toString +if(A.m(this).c.b(s))return s}return null}} +A.cb.prototype={ +i(a){var s,r=this,q=r.a +if(q!=null)s=" "+q +else s="" +if(A.v(r)===B.Q9)return"[GlobalKey#"+A.b7(r)+s+"]" +return"["+("#"+A.b7(r))+s+"]"}} +A.mK.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gq(a){return A.os(this.a)}, +i(a){var s="GlobalObjectKey",r=B.d.tZ(s,">")?B.d.a8(s,0,-8):s +return"["+r+" "+("#"+A.b7(this.a))+"]"}} +A.l.prototype={ +c_(){var s=this.a +return s==null?"Widget":"Widget-"+s.i(0)}, +j(a,b){if(b==null)return!1 +return this.R2(0,b)}, +gq(a){return A.F.prototype.gq.call(this,this)}} +A.aZ.prototype={ +bA(a){return new A.J3(this,B.T)}} +A.ak.prototype={ +bA(a){return A.awI(this)}} +A.abT.prototype={ +F(){return"_StateLifecycle."+this.b}} +A.aA.prototype={ +aP(){}, +aO(a){}, +ao(a){a.$0() +this.c.k8()}, +cW(){}, +ca(){}, +l(){}, +b5(){}} +A.aL.prototype={} +A.dG.prototype={ +bA(a){return new A.lj(this,B.T,A.m(this).h("lj"))}} +A.b3.prototype={ +bA(a){return A.auh(this)}} +A.ax.prototype={ +aG(a,b){}, +pp(a){}} +A.Fj.prototype={ +bA(a){return new A.Fi(this,B.T)}} +A.b2.prototype={ +bA(a){return new A.xr(this,B.T)}} +A.fg.prototype={ +bA(a){return A.auS(this)}} +A.r3.prototype={ +F(){return"_ElementLifecycle."+this.b}} +A.MG.prototype={ +Is(a){a.aY(new A.a9I(this,a)) +a.lE()}, +a1_(){var s,r,q,p=this +p.a=!0 +r=p.b +q=A.a6(r,!0,A.m(r).c) +B.b.e4(q,A.aho()) +s=q +r.O(0) +try{r=s +new A.cI(r,A.a9(r).h("cI<1>")).U(0,p.ga0Y())}finally{p.a=!1}}} +A.a9I.prototype={ +$1(a){this.a.Is(a)}, +$S:6} +A.TE.prototype={ +CA(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}, +Mq(a){try{a.$0()}finally{}}, +tw(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.e4(i,A.aho()) +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.e4(i,A.aho()) +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.b7(this)+"(DEFUNCT)":s}, +k8(){var s=this +if(s.r!==B.bV)return +if(s.Q)return +s.Q=!0 +s.f.CA(s)}, +v8(a){var s +if(this.r===B.bV)s=!this.Q&&!a +else s=!0 +if(s)return +try{this.hG()}finally{}}, +Nb(){return this.v8(!1)}, +hG(){this.Q=!1}, +$ian:1} +A.VY.prototype={ +$1(a){this.a.a=a}, +$S:6} +A.VW.prototype={ +$1(a){this.a.push(a) +return!0}, +$S:28} +A.VV.prototype={ +$1(a){var s=null +return A.io("",a,!0,B.aA,s,!1,s,s,B.ab,s,!1,!0,!0,B.fT,s,t.Q)}, +$S:311} +A.VZ.prototype={ +$1(a){var s=this.a.p(0,a) +return s?null:a}, +$S:312} +A.W_.prototype={ +$2(a,b){return new A.pv(b,a,t.Bc)}, +$S:313} +A.W0.prototype={ +$1(a){var s +a.qx(this.a) +s=a.gve() +if(s!=null)this.$1(s)}, +$S:6} +A.VT.prototype={ +$1(a){a.IB(this.a)}, +$S:6} +A.VX.prototype={ +$1(a){a.mN()}, +$S:6} +A.VU.prototype={ +$1(a){a.oS(this.a)}, +$S:6} +A.E7.prototype={ +aq(a){var s=this.d,r=new A.Hs(s,A.ar()) +r.aw() +r.TK(s) +return r}} +A.tJ.prototype={ +gve(){return this.ax}, +eI(a,b){this.w9(a,b) +this.x6()}, +x6(){this.Nb()}, +hG(){var s,r,q,p,o,n,m=this,l=null +try{l=m.aN() +m.e.toString}catch(o){s=A.as(o) +r=A.aN(o) +n=A.Wt(A.ah9(A.bh("building "+m.i(0)),s,r,new A.Uz())) +l=n}finally{m.lT()}try{m.ax=m.cI(m.ax,l,m.c)}catch(o){q=A.as(o) +p=A.aN(o) +n=A.Wt(A.ah9(A.bh("building "+m.i(0)),q,p,new A.UA())) +l=n +m.ax=m.cI(null,l,m.c)}}, +aY(a){var s=this.ax +if(s!=null)a.$1(s)}, +ih(a){this.ax=null +this.jr(a)}} +A.Uz.prototype={ +$0(){var s=A.a([],t.E) +return s}, +$S:15} +A.UA.prototype={ +$0(){var s=A.a([],t.E) +return s}, +$S:15} +A.J3.prototype={ +aN(){var s=this.e +s.toString +return t.gU.a(s).S(this)}, +b0(a,b){this.lU(0,b) +this.v8(!0)}} +A.fY.prototype={ +aN(){return this.k3.S(this)}, +x6(){this.k3.aP() +this.k3.b5() +this.Qi()}, +hG(){var s=this +if(s.k4){s.k3.b5() +s.k4=!1}s.Qj()}, +b0(a,b){var s,r,q,p=this +p.lU(0,b) +s=p.k3 +r=s.a +r.toString +q=p.e +q.toString +s.a=t.d2.a(q) +s.aO(r) +p.v8(!0)}, +ca(){this.w7() +this.k3.ca() +this.k8()}, +cW(){this.k3.cW() +this.D9()}, +lE(){var s=this +s.wa() +s.k3.l() +s.k3=s.k3.c=null}, +mK(a,b){return this.w8(a,b)}, +KD(a){return this.mK(a,null)}, +b5(){this.Da() +this.k4=!0}} +A.wq.prototype={ +aN(){var s=this.e +s.toString +return t.yH.a(s).b}, +b0(a,b){var s=this,r=s.e +r.toString +t.yH.a(r) +s.lU(0,b) +s.C7(r) +s.v8(!0)}, +C7(a){this.ni(a)}} +A.lj.prototype={ +E7(a){this.aY(new A.a0m(a))}, +ni(a){var s=this.e +s.toString +this.E7(this.$ti.h("dG<1>").a(s))}} +A.a0m.prototype={ +$1(a){if(a instanceof A.bu)this.a.oQ(a.gW()) +else a.aY(this)}, +$S:6} +A.f9.prototype={ +yt(){var s=this,r=s.a,q=r==null?null:r.x +if(q==null)q=B.II +r=s.e +r.toString +s.x=q.a8D(0,A.v(r),s)}, +CG(a,b){this.y2.n(0,a,b)}, +O0(a,b){this.CG(a,null)}, +MC(a,b){b.b5()}, +C7(a){var s=this.e +s.toString +if(t.WB.a(s).bO(a))this.Ri(a)}, +ni(a){var s,r,q +for(s=this.y2,s=new A.z7(s,s.wM()),r=A.m(s).c;s.t();){q=s.d +this.MC(a,q==null?r.a(q):q)}}} +A.bu.prototype={ +gW(){var s=this.ax +s.toString +return s}, +gve(){return null}, +Wf(){var s,r=this.a,q=r +while(!0){s=q==null +if(!(!s&&!(q instanceof A.bu)))break +r=s?null:q.a +q=r}return t.c_.a(q)}, +We(){var s=this.a,r=A.a([],t.OM),q=s +while(!0){if(!(q!=null&&!(q instanceof A.bu)))break +if(q instanceof A.lj)r.push(q) +s=q.a +q=s}return r}, +eI(a,b){var s,r=this +r.w9(a,b) +s=r.e +s.toString +r.ax=t.F5.a(s).aq(r) +r.oS(b) +r.lT()}, +b0(a,b){this.lU(0,b) +this.GQ()}, +hG(){this.GQ()}, +GQ(){var s=this,r=s.e +r.toString +t.F5.a(r).aG(s,s.gW()) +s.lT()}, +cW(){this.D9()}, +lE(){var s=this,r=s.e +r.toString +t.F5.a(r) +s.wa() +r.pp(s.gW()) +s.ax.l() +s.ax=null}, +qx(a){var s,r=this,q=r.c +r.Qx(a) +s=r.ch +if(s!=null)s.j6(r.gW(),q,r.c)}, +oS(a){var s,r,q,p,o,n=this +n.c=a +s=n.ch=n.Wf() +if(s!=null)s.j_(n.gW(),a) +r=n.We() +for(s=r.length,q=t.IL,p=0;p"))}, +j_(a,b){var s=this.gW(),r=b.a +s.Aj(0,a,r==null?null:r.gW())}, +j6(a,b,c){var s=this.gW(),r=c.a +s.uI(a,r==null?null:r.gW())}, +kf(a,b){this.gW().v(0,a)}, +aY(a){var s,r,q,p,o=this.k4 +o===$&&A.b() +s=o.length +r=this.ok +q=0 +for(;q") +h.d=new A.b9(t.ve.a(p),new A.i0(new A.jt(new A.iC(n,1,B.ak)),o,m),m.h("b9"))}}if(s)s=!(isFinite(q.a)&&isFinite(q.b)) +else s=!0 +h.w=s}, +PV(a,b){var s,r,q,p=this +p.f=b +switch(b.a.a){case 1:s=p.e +s===$&&A.b() +s.scm(0,new A.hF(b.ghm(b),new A.bt(A.a([],t.W),t.Y),0)) +r=!1 +break +case 0:s=p.e +s===$&&A.b() +s.scm(0,b.ghm(b)) +r=!0 +break +default:r=null}s=p.f +p.b=s.pc(s.gLx(),p.f.gvj()) +p.f.f.w_(r) +p.f.r.vZ() +s=p.f +q=A.ag0(p.gUo(),!1) +p.r=q +s.b.a6L(0,q) +q=p.e +q===$&&A.b() +q.bm() +q=q.cc$ +q.b=!0 +q.a.push(p.gBe())}, +i(a){var s,r,q,p,o,n=this.f +n===$&&A.b() +s=n.d.b +r=n.e.b +n=A.h(n.f.a.c) +q=s.i(0) +p=r.i(0) +o=this.e +o===$&&A.b() +return"HeroFlight(for: "+n+", from: "+q+", to: "+p+" "+A.h(o.c)+")"}} +A.a9u.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.a9(0,s.gm(s)) +s.toString +p=q.f +p===$&&A.b() +p=p.c +return A.akN(p.b-s.d,A.YC(A.ajw(b,q.d),!0,r),r,r,s.a,p.a-s.c,s.b,r)}, +$S:331} +A.a9v.prototype={ +$0(){var s,r=this.a +r.x=!1 +this.b.cx.M(0,this) +s=r.e +s===$&&A.b() +r.GP(s.gaT(s))}, +$S:0} +A.uN.prototype={ +tU(){var s,r,q,p=$.i8() +A.Ea(this) +if(p.a.get(this).cx.a)return +p=this.b +p=p.gaD(p) +s=A.m(p).h("b_") +r=A.a6(new A.b_(p,new A.Y2(),s),!1,s.h("j.E")) +for(p=r.length,q=0;q"),a=t.k2;s.t();){a0=s.gE(s) +a1=a0.a +a2=a0.b +a3=l.k(0,a1) +a4=j.k(0,a1) +if(a3==null)a5=null +else{a0=r.id +if(a0==null)a0=A.a2(A.O("RenderBox was not laid out: "+A.v(r).i(0)+"#"+A.b7(r))) +a3.a.toString +a2.a.toString +a5=new A.a9t(b2,q,a0,b0,b1,a2,a3,k,p,b3,a4!=null)}if(a5!=null&&a5.gll()){l.v(0,a1) +if(a4!=null){a0=a4.f +a0===$&&A.b() +a6=a0.a +if(a6===B.bA&&a5.a===B.bB){a0=a4.e +a0===$&&A.b() +a0.scm(0,new A.hF(a5.ghm(a5),new A.bt(A.a([],h),g),0)) +a0=a4.b +a0===$&&A.b() +a4.b=new A.wS(a0,a0.b,a0.a,a)}else{a6=a6===B.bB&&a5.a===B.bA +a7=a4.e +if(a6){a7===$&&A.b() +a0=a5.ghm(a5) +a6=a4.f +a6=a6.ghm(a6) +a6=a6.gm(a6) +a7.scm(0,new A.b9(c.a(a0),new A.aW(a6,1,d),b)) +a0=a4.f +a6=a0.f +a7=a5.r +if(a6!==a7){a6.mW(!0) +a7.vZ() +a0=a4.f +a6=a4.b +a6===$&&A.b() +a4.b=a0.pc(a6.b,a5.gvj())}else{a6=a4.b +a6===$&&A.b() +a4.b=a0.pc(a6.b,a6.a)}}else{a6=a4.b +a6===$&&A.b() +a7===$&&A.b() +a4.b=a0.pc(a6.a9(0,a7.gm(a7)),a5.gvj()) +a4.c=null +a0=a5.a +a6=a4.e +if(a0===B.bB)a6.scm(0,new A.hF(a5.ghm(a5),new A.bt(A.a([],h),g),0)) +else a6.scm(0,a5.ghm(a5)) +a4.f.f.mW(!0) +a4.f.r.mW(!0) +a5.f.w_(a0===B.bA) +a5.r.vZ() +a0=a4.r.f.gbT() +if(a0!=null)a0.Gl()}}a4.f=a5}else{a0=new A.km(i,B.cA) +a6=A.a([],h) +a7=new A.bt(a6,g) +a8=new A.wp(a7,new A.bt(A.a([],f),e),0) +a8.a=B.E +a8.b=0 +a8.bm() +a7.b=!0 +a6.push(a0.gFG()) +a0.e=a8 +a0.PV(0,a5) +j.n(0,a1,a0)}}else if(a4!=null)a4.w=!0}for(s=l.gaD(l),s=s.gT(s);s.t();)s.gE(s).L6()}, +Xr(a){var s=a.f +s===$&&A.b() +this.b.v(0,s.f.a.c)}, +VC(a,b,c,d,e){var s,r,q=e.e +q.toString +t.rA.a(q) +s=A.d1(e,null) +r=A.d1(d,null) +if(s==null||r==null)return q.e +return A.oB(b,new A.Y0(s,c,r.r,s.r,b,q),null)}, +l(){var s,r,q,p,o,n,m,l +for(s=this.b,s=s.gaD(s),s=new A.d_(J.ap(s.a),s.b),r=A.m(s).z[1];s.t();){q=s.a +if(q==null)q=r.a(q) +p=q.r +if(p!=null){p.ke(0) +q.r.l() +q.r=null +p=q.e +p===$&&A.b() +p.scm(0,null) +p=q.e +o=q.gBe() +n=p.cc$ +n.b=!0 +m=n.c +if(m===$){l=A.cQ(n.$ti.c) +n.c!==$&&A.au() +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.iR() +p=q.e +q=q.gFG() +o=p.bU$ +o.b=!0 +m=o.c +if(m===$){l=A.cQ(o.$ti.c) +o.c!==$&&A.au() +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.iR()}}}} +A.Y2.prototype={ +$1(a){var s=a.f +s===$&&A.b() +if(s.y)if(s.a===B.bB){s=a.e +s===$&&A.b() +s=s.gaT(s)===B.E}else s=!1 +else s=!1 +return s}, +$S:334} +A.Y1.prototype={ +$1(a){var s=this,r=s.b +if(r.a==null||s.c.a==null)return +s.a.HZ(r,s.c,s.d,s.e)}, +$S:3} +A.Y0.prototype={ +$2(a,b){var s=this,r=s.c,q=s.d,p=s.e +r=s.b===B.bA?new A.ud(r,q).a9(0,p.gm(p)):new A.ud(q,r).a9(0,p.gm(p)) +return A.FK(s.f.e,s.a.z8(r),null)}, +$S:335} +A.uQ.prototype={ +S(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=a.ah(t.I) +f.toString +s=f.w +r=A.ajQ(a) +q=r.a +p=r.b +o=r.c +n=r.d +m=r.e +l=r.gcl(r) +if(l==null)l=1 +f=r.f +f.toString +if(l!==1)k=A.W(B.c.aX(255*((f.gm(f)>>>24&255)/255*l)),f.gm(f)>>>16&255,f.gm(f)>>>8&255,f.gm(f)&255) +else k=f +f=this.c +j=A.df(f.a) +i=A.a([],t.uf) +if(p!=null)i.push(new A.kW("FILL",p)) +if(o!=null)i.push(new A.kW("wght",o)) +if(n!=null)i.push(new A.kW("GRAD",n)) +if(m!=null)i.push(new A.kW("opsz",m)) +h=A.a2p(g,g,B.Mo,g,g,!0,g,A.k7(g,A.fZ(g,g,k,g,g,g,g,g,"MaterialIcons",g,g,q,g,i,g,g,g,!1,g,g,g,g,g,r.w,g,g),j),B.aH,s,g,B.az,B.aW) +if(f.d)switch(s.a){case 0:f=new A.bl(new Float64Array(16)) +f.cS() +f.h9(0,-1,1,1) +h=A.agy(B.a8,h,g,f,!1) +break +case 1:break}return A.e2(g,new A.uo(!0,A.es(A.U_(h,g,g),q,q),g),!1,g,!1,g,g,g,g,this.z,g,g,g,g,g,g,g,g,g,g,g)}} +A.pp.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.pp&&b.a===this.a&&b.d===this.d&&A.dy(null,null)}, +gq(a){return A.D(this.a,"MaterialIcons",null,this.d,A.bm(B.Fo),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"IconData(U+"+B.d.j7(B.f.fe(this.a,16).toUpperCase(),5,"0")+")"}} +A.mQ.prototype={ +bO(a){return!this.w.j(0,a.w)}} +A.YB.prototype={ +$1(a){return A.afG(this.c,A.ajP(a).bY(this.b),this.a)}, +$S:336} +A.cA.prototype={ +pb(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.gcl(s):d +return new A.cA(r,q,p,o,n,m,l,f==null?s.w:f)}, +i9(a){return this.pb(a,null,null,null,null,null,null,null)}, +bY(a){return this.pb(a.f,a.b,a.d,a.gcl(a),a.e,a.w,a.a,a.c)}, +Y(a){return this}, +gcl(a){var s=this.r +if(s==null)s=null +else s=A.N(s,0,1) +return s}, +j(a,b){var s=this +if(b==null)return!1 +if(J.M(b)!==A.v(s))return!1 +return b instanceof A.cA&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.e(b.f,s.f)&&b.gcl(b)==s.gcl(s)&&A.dy(b.w,s.w)}, +gq(a){var s=this,r=s.gcl(s),q=s.w +q=q==null?null:A.bm(q) +return A.D(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.MD.prototype={} +A.uS.prototype={ +ar(){return new A.z8(B.l)}} +A.z8.prototype={ +aP(){var s=this +s.bk() +$.aG.a7$.push(s) +s.z=new A.DJ(s)}, +l(){var s,r=this +B.b.v($.aG.a7$,r) +r.a0H() +s=r.at +if(s!=null)s.l() +s=r.z +s===$&&A.b() +s.a=null +r.y4(null) +r.aR()}, +b5(){var s,r=this +r.a18() +r.Hf() +s=r.c +s.toString +if(A.alL(s))r.YN() +else r.I4(!0) +r.cU()}, +aO(a){var s=this +s.bs(a) +if(s.r)s.a.toString +if(!s.a.c.j(0,a.c))s.Hf()}, +a18(){var s=this.c +s.toString +s=A.d1(s,B.Rz) +s=s==null?null:s.Q +if(s==null){s=$.a3m.c6$ +s===$&&A.b() +s=(s.a&2)!==0}this.w=s}, +Hf(){var s,r,q=this,p=q.z +p===$&&A.b() +s=q.a.c +r=q.c +r.toString +q.a1p(new A.wZ(p,s,t.JE).Y(A.ahl(r,null)))}, +WE(a){var s=this,r=s.ax +if(r==null||a){s.as=s.Q=null +s.a.toString +r=s.ax=new A.fJ(s.gXx(),null,null)}r.toString +return r}, +rp(){return this.WE(!1)}, +Xy(a,b){this.ao(new A.a9E(this,a,b))}, +y4(a){var s=this.e +$.bX.rx$.push(new A.a9F(s)) +this.e=a}, +a1p(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.M(0,q.rp())}q.a.toString +q.ao(new A.a9G(q)) +q.ao(new A.a9H(q)) +q.d=a +if(q.r)a.a0(0,q.rp())}, +YN(){var s,r=this +if(r.r)return +s=r.d +s.toString +s.a0(0,r.rp()) +s=r.at +if(s!=null)s.l() +r.at=null +r.r=!0}, +I4(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.a2(A.O(u.V)) +r=new A.pt(s) +r.r5(s) +q.at=r}s=q.d +s.toString +s.M(0,q.rp()) +q.r=!1}, +a0H(){return this.I4(!1)}, +S(a){var s,r,q,p,o,n,m=this,l=null +if(m.Q!=null)m.a.toString +s=m.e +r=s==null +q=r?l:s.a +p=r?l:s.c +o=m.a +o.toString +s=r?l:s.b +if(s==null)s=1 +r=m.w +r===$&&A.b() +n=new A.Hc(q,p,l,l,s,l,l,B.dW,l,o.as,B.a8,B.cK,l,!1,r,!1,l) +n=A.e2(l,n,!1,l,!1,l,l,l,!0,"",l,l,l,l,l,l,l,l,l,l,l) +return n}} +A.a9E.prototype={ +$0(){var s,r=this.a +r.y4(this.b) +r.as=r.Q=r.f=null +s=r.x +r.x=s==null?0:s+1 +r.y=B.bg.kq(r.y,this.c)}, +$S:0} +A.a9F.prototype={ +$1(a){var s=this.a +if(s!=null)s.a.l() +return null}, +$S:3} +A.a9G.prototype={ +$0(){this.a.y4(null)}, +$S:0} +A.a9H.prototype={ +$0(){var s=this.a +s.x=s.f=null +s.y=!1}, +$S:0} +A.Ru.prototype={} +A.Dr.prototype={ +dY(a){var s=A.UW(this.a,this.b,a) +s.toString +return s}} +A.ud.prototype={ +dY(a){var s=A.afq(this.a,this.b,a) +s.toString +return s}} +A.md.prototype={ +dY(a){return A.oI(this.a,this.b,a)}} +A.nW.prototype={ +dY(a){var s=A.aQ(this.a,this.b,a) +s.toString +return s}} +A.F2.prototype={} +A.pu.prototype={ +gkC(){var s,r=this,q=r.d +if(q===$){s=A.ef(null,r.a.d,null,null,r) +r.d!==$&&A.au() +r.d=s +q=s}return q}, +gfk(){var s,r=this,q=r.e +if(q===$){s=r.gkC() +q=r.e=A.fE(r.a.c,s,null)}return q}, +aP(){var s,r=this +r.bk() +s=r.gkC() +s.bm() +s=s.bU$ +s.b=!0 +s.a.push(new A.YX(r)) +r.EG()}, +aO(a){var s,r=this +r.bs(a) +if(r.a.c!==a.c){r.gfk().l() +s=r.gkC() +r.e=A.fE(r.a.c,s,null)}r.gkC().e=r.a.d +if(r.EG()){r.pH(new A.YW(r)) +s=r.gkC() +s.sm(0,0) +s.dS(0)}}, +l(){this.gfk().l() +this.gkC().l() +this.Si()}, +a1r(a,b){var s +if(a==null)return +s=this.gfk() +a.syZ(a.a9(0,s.gm(s))) +a.siT(0,b)}, +EG(){var s={} +s.a=!1 +this.pH(new A.YV(s,this)) +return s.a}} +A.YX.prototype={ +$1(a){switch(a.a){case 3:this.a.a.toString +break +case 0:case 1:case 2:break}}, +$S:4} +A.YW.prototype={ +$3(a,b,c){this.a.a1r(a,b) +return a}, +$S:83} +A.YV.prototype={ +$3(a,b,c){var s +if(b!=null){if(a==null)a=c.$1(b) +s=a.b +if(!J.e(b,s==null?a.a:s))this.a.a=!0 +else if(a.b==null)a.siT(0,a.a)}else a=null +return a}, +$S:83} +A.oC.prototype={ +aP(){this.QG() +var s=this.gkC() +s.bm() +s=s.cc$ +s.b=!0 +s.a.push(this.gWU())}, +WV(){this.ao(new A.T4())}} +A.T4.prototype={ +$0(){}, +$S:0} +A.t_.prototype={ +ar(){return new A.Kp(null,null,B.l)}} +A.Kp.prototype={ +pH(a){this.CW=t.Dh.a(a.$3(this.CW,this.a.w,new A.a7c()))}, +S(a){var s,r=this.CW +r.toString +s=this.gfk() +s=r.a9(0,s.gm(s)) +return A.V1(this.a.r,null,B.bQ,!0,s,null,null,B.aW)}} +A.a7c.prototype={ +$1(a){return new A.nW(t.em.a(a),null)}, +$S:339} +A.t1.prototype={ +ar(){return new A.Kq(null,null,B.l)}} +A.Kq.prototype={ +pH(a){var s=this,r=s.CW +s.a.toString +s.CW=t.eJ.a(a.$3(r,B.a9,new A.a7d())) +s.cx=t.ir.a(a.$3(s.cx,s.a.z,new A.a7e())) +r=t.YJ +s.cy=r.a(a.$3(s.cy,s.a.Q,new A.a7f())) +s.db=r.a(a.$3(s.db,s.a.at,new A.a7g()))}, +S(a){var s,r,q,p,o,n=this,m=n.a,l=m.w +m=m.x +s=n.CW +s.toString +r=n.gfk() +r=s.a9(0,r.gm(r)) +s=n.cx +s.toString +q=n.gfk() +q=s.a9(0,q.gm(q)) +s=n.a.Q +p=n.db +p.toString +o=n.gfk() +o=p.a9(0,o.gm(o)) +o.toString +return new A.GP(l,m,r,q,s,o,n.a.r,null)}} +A.a7d.prototype={ +$1(a){return new A.md(t.m_.a(a),null)}, +$S:340} +A.a7e.prototype={ +$1(a){return new A.aW(A.acL(a),null,t.H7)}, +$S:137} +A.a7f.prototype={ +$1(a){return new A.il(t.n8.a(a),null)}, +$S:50} +A.a7g.prototype={ +$1(a){return new A.il(t.n8.a(a),null)}, +$S:50} +A.rd.prototype={ +l(){var s=this,r=s.hu$ +if(r!=null)r.M(0,s.gte()) +s.hu$=null +s.aR()}, +ca(){this.eQ() +this.dK() +this.tf()}} +A.iz.prototype={ +bA(a){return new A.uW(A.hs(null,null,null,t.Q,t.X),this,B.T,A.m(this).h("uW"))}} +A.uW.prototype={ +O0(a,b){var s=this.y2,r=this.$ti,q=r.h("bv<1>?").a(s.k(0,a)),p=q==null +if(!p&&q.gP(q))return +if(b==null)s.n(0,a,A.cQ(r.c)) +else{p=p?A.cQ(r.c):q +p.B(0,r.c.a(b)) +s.n(0,a,p)}}, +MC(a,b){var s,r=this.$ti,q=r.h("bv<1>?").a(this.y2.k(0,b)) +if(q==null)return +if(!q.gP(q)){s=this.e +s.toString +s=r.h("iz<1>").a(s).O5(a,q) +r=s}else r=!0 +if(r)b.b5()}} +A.iA.prototype={ +bO(a){return a.f!==this.f}, +bA(a){var s=new A.re(A.hs(null,null,null,t.Q,t.X),this,B.T,A.m(this).h("re")) +this.f.a0(0,s.gxt()) +return s}} +A.re.prototype={ +b0(a,b){var s,r,q=this,p=q.e +p.toString +s=q.$ti.h("iA<1>").a(p).f +r=b.f +if(s!==r){p=q.gxt() +s.M(0,p) +r.a0(0,p)}q.Rh(0,b)}, +aN(){var s,r=this +if(r.c4){s=r.e +s.toString +r.Dd(r.$ti.h("iA<1>").a(s)) +r.c4=!1}return r.Rg()}, +Yn(){this.c4=!0 +this.k8()}, +ni(a){this.Dd(a) +this.c4=!1}, +lE(){var s=this,r=s.e +r.toString +s.$ti.h("iA<1>").a(r).f.M(0,s.gxt()) +s.wa()}} +A.F4.prototype={} +A.rq.prototype={} +A.adk.prototype={ +$1(a){return this.a.a=a}, +$S:60} +A.adl.prototype={ +$1(a){return a.b}, +$S:341} +A.adm.prototype={ +$1(a){var s,r,q,p +for(s=J.aI(a),r=this.a,q=this.b,p=0;pa4?B.qr:B.qq +if(a7!==(a5.a>a5.b?B.qr:B.qq))return!0 +break +case 2:if(a3)return!0 +break +case 3:if(r.gdC().a!==q.gdC().a)return!0 +break +case 4:if(!r.gdC().j(0,q.gdC()))return!0 +break +case 5:if(a2)return!0 +break +case 6:if(!a0.j(0,a1))return!0 +break +case 7:if(!b.j(0,a))return!0 +break +case 8:if(!d.j(0,c))return!0 +break +case 9:if(!f.j(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.j(0,n))return!0 +break +case 19:if(p)return!0 +break}}return!1}} +A.a_O.prototype={ +F(){return"NavigationMode."+this.b}} +A.zq.prototype={ +ar(){return new A.N9(B.l)}} +A.N9.prototype={ +aP(){this.bk() +$.aG.a7$.push(this)}, +b5(){this.cU() +this.a1e() +this.oG()}, +aO(a){var s,r=this +r.bs(a) +s=r.a +s.toString +if(r.e==null||a.c!==s.c)r.oG()}, +a1e(){var s,r=this +r.a.toString +s=r.c +s.toString +s=A.d1(s,null) +r.d=s +r.e=null}, +oG(){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.gir(),a1=$.bw(),a2=a1.d +if(a2==null){a2=self.window.devicePixelRatio +if(a2===0)a2=1}a2=a0.d4(0,a2) +a0=a1.d +if(a0==null){a0=self.window.devicePixelRatio +if(a0===0)a0=1}s=a==null +r=s?c:a.gdC().a +if(r==null)r=b.b.a.e +q=r===1?B.az:new A.j7(r) +p=s?c:a.e +if(p==null)p=b.b.a.d +b.gkL() +o=a1.d +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}o=A.VP(B.dx,o) +b.gkL() +n=a1.d +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}n=A.VP(B.dx,n) +m=b.w +l=a1.d +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}l=A.VP(m,l) +b.gkL() +a1=a1.d +if(a1==null){a1=self.window.devicePixelRatio +if(a1===0)a1=1}a1=A.VP(B.dx,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.hH +b.gkL() +b.gkL() +e=new A.vz(a2,a0,q,p,l,o,n,a1,f===!0,m,k,h,g,j,i,a,new A.DB(c),B.Fl) +if(!e.j(0,d.e))d.ao(new A.aam(d,e))}, +KH(){this.oG()}, +KJ(){if(this.d==null)this.oG()}, +KI(){if(this.d==null)this.oG()}, +l(){B.b.v($.aG.a7$,this) +this.aR()}, +S(a){var s=this.e +s.toString +return A.FK(this.a.e,s,null)}} +A.aam.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.Rw.prototype={} +A.FR.prototype={ +S(a){var s,r,q=null +switch(A.m2().a){case 1:case 3:case 5:break +case 0:case 2:case 4:break}s=this.c +r=A.e2(q,A.a_l(new A.hf(B.jg,s==null?q:new A.tI(s,q,q),q),B.b8,q,q,q),!1,q,!1,q,q,q,q,q,q,q,q,q,this.x,q,q,q,q,q,q) +return A.as8(new A.uo(!0,new A.Ni(r,new A.a_e(this,a),q),q))}} +A.a_e.prototype={ +$0(){A.Jg(B.M2)}, +$S:0} +A.qV.prototype={ +fS(a){if(this.au==null)return!1 +return this.nQ(a)}, +LG(a){}, +LH(a,b){var s=this.au +if(s!=null)this.cQ("onAnyTapUp",s)}, +uf(a,b,c){}} +A.Kw.prototype={ +K5(){var s=t.S,r=A.cQ(s) +return new A.qV(B.aB,18,B.bf,A.z(s,t.o),r,null,null,A.aem(),A.z(s,t.Au))}, +M_(a){a.au=this.a}} +A.Ni.prototype={ +S(a){return new A.lq(this.c,A.aU([B.Qs,new A.Kw(this.d)],t.A,t.xR),B.ag,!1,null)}} +A.G0.prototype={ +S(a){var s,r,q=this,p=a.ah(t.I) +p.toString +s=A.a([],t.F) +r=q.c +if(r!=null)s.push(A.ZG(r,B.fh)) +r=q.d +if(r!=null)s.push(A.ZG(r,B.fi)) +r=q.e +if(r!=null)s.push(A.ZG(r,B.fj)) +return new A.tR(new A.ac4(q.f,q.r,p.w),s,null)}} +A.AG.prototype={ +F(){return"_ToolbarSlot."+this.b}} +A.ac4.prototype={ +uV(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.b.k(0,B.fh)!=null){s=a.a +r=a.b +q=e.dX(B.fh,new A.aX(0,s,r,r)).a +switch(e.f.a){case 0:p=s-q +break +case 1:p=0 +break +default:p=null}e.ek(B.fh,new A.q(p,0))}else q=0 +if(e.b.k(0,B.fj)!=null){o=e.dX(B.fj,A.af0(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.ek(B.fj,new A.q(n,(a.b-o.b)/2))}else m=0 +if(e.b.k(0,B.fi)!=null){s=a.a +r=e.e +l=Math.max(s-q-m-r*2,0) +k=e.dX(B.fi,A.af0(a).a3u(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}, +ga76(){var s=this.a +if(s==null)return!1 +s=s.Fg(A.amt(this)) +s=s==null?null:s.gM9() +return s===!0}} +A.a2y.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.geb() +if(r!=null)r.BD()}}, +$S:16} +A.a2x.prototype={ +$1(a){var s=this.a.a +if(s!=null){s=s.y.geb() +if(s!=null)s.BD()}}, +$S:16} +A.hG.prototype={ +i(a){var s=this.a +s=s==null?"none":'"'+s+'"' +return"RouteSettings("+s+", "+A.h(this.b)+")"}} +A.nd.prototype={} +A.mM.prototype={ +bO(a){return a.f!=this.f}} +A.a2w.prototype={} +A.JI.prototype={} +A.Dy.prototype={} +A.vR.prototype={ +ar(){var s=null,r=A.a([],t.uD),q=$.aR(),p=t.Tp +return new A.iH(new A.Mt(r,q),A.aE(t.Ez),new A.Mu(q),A.jI(s,p),A.jI(s,p),A.ajz(!0,"Navigator",!0,!0,s,s,!1),new A.wQ(0,q,t.dZ),new A.fr(!1,q),A.aE(t.S),s,A.z(t.yb,t.M),s,!0,s,s,s,B.l)}, +a86(a,b){return this.Q.$2(a,b)}} +A.a_U.prototype={ +$1(a){return a==null}, +$S:345} +A.e7.prototype={ +F(){return"_RouteLifecycle."+this.b}} +A.Nu.prototype={} +A.ft.prototype={ +gcR(){var s,r +if(this.c){s=t.sd.a(this.a.b) +s.gcR() +r=A.h(s.gcR()) +return"p+"+r}r=this.b +if(r!=null)return"r+"+r.gNy() +return null}, +a5S(a,b,c,d){var s,r,q,p=this,o=p.d,n=p.a +n.a=b +n.k7() +s=p.d +if(s===B.wJ||s===B.wK){r=n.pn() +p.d=B.wL +r.a9u(new A.abv(p,b))}else{n.zw(c) +p.d=B.cr}if(a)n.pl(null) +s=o===B.S4||o===B.wK +q=b.w +if(s)q.d6(0,new A.zA(n,d)) +else q.d6(0,new A.rn(n,d))}, +a5R(a,b){var s,r=this +r.d=B.S0 +s=r.a +if((s.d.a.a&30)!==0)return!0 +if(!s.l_(r.w)){r.d=B.cr +return!1}r.w=null +return!0}, +v_(a){this.w=a +this.d=B.iW +this.a.B9(!0)}, +uZ(a){return this.v_(a,t.z)}, +l(){var s,r,q,p,o,n,m,l=this,k={} +l.d=B.S2 +s=l.a +r=s.guP() +q=new A.abt() +p=new A.b_(r,q,A.ae(r).h("b_<1>")) +if(!p.gT(p).t()){l.d=B.f9 +s.l() +return}k.a=p.gu(p) +o=s.a +o.f.B(0,l) +for(s=B.b.gT(r),q=new A.qS(s,q);q.t();){r=s.gE(s) +n=A.ba("listener") +m=new A.abu(k,l,r,n,o) +n.b=m +r=r.d +if(r!=null)r.a0(0,m)}}, +ga9x(){var s=this.d.a +return s<=7&&s>=1}, +gM9(){var s=this.d.a +return s<=10&&s>=1}} +A.abv.prototype={ +$0(){var s=this.a +if(s.d===B.wL){s.d=B.cr +this.b.x9()}}, +$S:0} +A.abt.prototype={ +$1(a){return a.gMA()}, +$S:346} +A.abu.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.M(0,s.d.am()) +if(r.a===0)return A.eB(new A.abs(s.b,s.e))}, +$S:0} +A.abs.prototype={ +$0(){var s=this.a +if(!this.b.f.v(0,s))return +s.d=B.f9 +s.a.l()}, +$S:0} +A.abw.prototype={ +$1(a){return a.a===this.a}, +$S:45} +A.lS.prototype={} +A.rn.prototype={ +ls(a){a.rO(this.b,this.a,B.bA,!1)}} +A.rm.prototype={ +ls(a){var s=$.i8() +A.Ea(a) +if(!s.a.get(a).cx.a)a.rO(this.a,this.b,B.bB,!1)}} +A.zz.prototype={ +ls(a){}} +A.zA.prototype={ +ls(a){var s=this.a,r=s.gnd() +if(r)a.rO(this.b,s,B.bA,!1)}} +A.Mt.prototype={ +C(a,b){B.b.C(this.a,b) +if(J.ox(b))this.aj()}, +k(a,b){return this.a[b]}, +gT(a){var s=this.a +return new J.dN(s,s.length)}, +i(a){return A.mU(this.a,"[","]")}, +$iai:1} +A.iH.prototype={ +Xw(){var s,r,q=this,p=q.JQ(),o=A.ba("routeBlocksPop"),n=!p +if(n){s=q.oj(A.kG()) +o.sbK(s!=null&&s.a.glv()===B.di)}else o.sbK(!1) +r=new A.nc(!n||o.am()) +n=$.bX +switch(n.x1$.a){case 4:q.c.cF(r) +break +case 0:case 2:case 3:case 1:n.rx$.push(new A.a_R(q,r)) +break}}, +aP(){var s,r,q,p,o=this +o.bk() +for(s=o.a.x,r=0;!1;++r){q=s[r] +p=$.i8() +A.mv(q) +p.a.set(q,o)}o.as=o.a.x +s=o.c.jl(t.mS) +if(s==null)s=null +else{s=s.e +s.toString}t._I.a(s) +o.ys(s==null?null:s.f) +o.a.toString +B.ey.pU("selectSingleEntryHistory",t.H) +o.e.a0(0,o.gFM())}, +je(a,b){var s,r,q,p,o,n,m,l,k=this +k.no(k.at,"id") +s=k.r +k.no(s,"history") +k.Fj() +k.d=new A.cb(null,t.ku) +r=k.e +r.C(0,s.Nz(null,k)) +k.a.toString +q=r.a +p=0 +for(;!1;++p){o=B.Fn[p] +n=k.c +n.toString +n=o.zd(n) +m=$.aeF() +l=new A.ft(n,null,!0,B.iU,m,new A.kv(new WeakRef(m)),m) +q.push(l) +r.aj() +m=s.Nz(l,k) +B.b.C(q,m) +if(B.b.gbo(m))r.aj()}if(s.y==null){s=k.a +q=s.f +r.C(0,J.oy(s.a86(k,q),new A.a_T(k),t.Ez))}k.x9()}, +zz(a){var s,r=this +r.RH(a) +s=r.r +if(r.bn$!=null)s.b0(0,r.e) +else s.O(0)}, +gcR(){return this.a.y}, +b5(){var s,r,q,p,o=this +o.Sn() +s=o.c.ah(t.mS) +o.ys(s==null?null:s.f) +for(r=o.e.a,r=new J.dN(r,r.length),q=A.m(r).c;r.t();){p=r.d;(p==null?q.a(p):p).a.ty()}}, +Fj(){var s,r,q +this.f.Wa(new A.a_Q(),!0) +for(s=this.e,r=s.a;!s.gP(s);){q=r.pop() +s.aj() +A.akp(q,!1)}}, +ys(a){var s,r,q=this +if(q.Q!=a){if(a!=null)$.i8().n(0,a,q) +s=q.Q +if(s==null)s=null +else{r=$.i8() +A.Ea(s) +s=r.a.get(s)}if(s===q){s=$.i8() +r=q.Q +r.toString +s.n(0,r,null)}q.Q=a +q.IE()}}, +IE(){var s=this,r=s.Q,q=s.a +if(r!=null)s.as=B.b.X(q.x,A.a([r],t.tc)) +else s.as=q.x}, +aO(a){var s,r,q,p,o,n=this +n.So(a) +s=a.x +if(s!==n.a.x){for(r=0;!1;++r){q=s[r] +p=$.i8() +A.mv(q) +p.a.set(q,null)}for(s=n.a.x,r=0;!1;++r){q=s[r] +p=$.i8() +A.mv(q) +p.a.set(q,n)}n.IE()}n.a.toString +for(s=n.e.a,s=new J.dN(s,s.length),p=A.m(s).c;s.t();){o=s.d;(o==null?p.a(o):o).a.ty()}}, +cW(){var s,r,q,p,o=this.as +o===$&&A.b() +s=o.length +r=0 +for(;r0?q[r-1]:a1 +n=A.a([],t.uD) +$label0$1:for(m=a0.x,l=a0.w,k=a1,j=k,i=!1,h=!1;r>=0;){switch(p.d.a){case 1:g=a0.jw(r-1,A.kG()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +e=p.a +e.a=a0 +e.k7() +p.d=B.S3 +l.d6(0,new A.rn(e,f)) +continue $label0$1 +case 2:if(i||j==null){f=p.a +f.pk() +p.d=B.cr +if(j==null)f.pl(a1) +continue $label0$1}break +case 3:case 4:case 6:f=o==null?a1:o.a +g=a0.jw(r-1,A.kG()) +e=g>=0?q[g]:a1 +e=e==null?a1:e.a +p.a5S(j==null,a0,f,e) +if(p.d===B.cr)continue $label0$1 +break +case 5:if(!h&&k!=null){p.a.mP(k) +p.f=new A.kv(new WeakRef(k))}h=!0 +break +case 7:if(!h&&k!=null){p.a.mP(k) +p.f=new A.kv(new WeakRef(k))}i=!0 +h=!0 +break +case 8:g=a0.jw(r,A.BB()) +f=g>=0?q[g]:a1 +if(!p.a5R(a0,f==null?a1:f.a))continue $label0$1 +if(!h){if(k!=null){p.a.mP(k) +p.f=new A.kv(new WeakRef(k))}k=p.a}f=p.a +g=a0.jw(r,A.BB()) +e=g>=0?q[g]:a1 +m.d6(0,new A.rm(f,e==null?a1:e.a)) +if(p.d===B.iV)continue $label0$1 +i=!0 +break +case 11:break +case 9:f=p.a +f=f.d.a +if((f.a&30)!==0)A.a2(A.O("Future already completed")) +f.kB(a1) +p.w=null +p.d=B.S_ +continue $label0$1 +case 10:if(!h){if(k!=null)p.a.mP(k) +k=a1}g=a0.jw(r,A.BB()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +p.d=B.S1 +if(p.x)m.d6(0,new A.zz(p.a,f)) +continue $label0$1 +case 12:if(!i&&j!=null)break +p.d=B.iV +continue $label0$1 +case 13:p=B.b.hJ(q,r) +s.aj() +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.Wn() +a0.Wp() +a0.a.toString +c=a0.oj(A.kG()) +b=c==null?a1:c.a.b.a +if(b!=null&&b!==a0.ax){A.alE(!1,a1,A.o4(b)) +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.WK(k+1,A.aoF()) +r=q==null +p=r?m:q.a +if(p!=s.r){if(!((r?m:q.a)==null&&J.e(s.f.a.deref(),s.r))){p=s.a +p.pl(r?m:q.a)}s.r=r?m:q.a}--k +o=this.jw(k,A.aoF()) +n=o>=0?l[o]:m +r=n==null +p=r?m:n.a +if(p!=s.e){p=s.a +p.zs(r?m:n.a) +s.e=r?m:n.a}}}, +Fw(a,b){a=this.jw(a,b) +return a>=0?this.e.a[a]:null}, +jw(a,b){var s=this.e.a +while(!0){if(!(a>=0&&!b.$1(s[a])))break;--a}return a}, +WK(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}, +yb(a,b,c){return this.t1(a,!1,b,c)}, +a8z(a){var s=this.e +s.a.push(A.ams(a,B.wJ,!1,null)) +s.aj() +this.x9() +this.Eh() +return a.d.a}, +v5(a){return this.a8z(a,t.X)}, +JQ(){var s,r=this.e +r=r.gT(r) +s=new A.qS(r,A.kG()) +if(!s.t())return!1 +if(r.gE(r).a.gCc())return!0 +if(!s.t())return!1 +return!0}, +uF(a){var s=0,r=A.a0(t.y),q,p=this,o,n,m +var $async$uF=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)$async$outer:switch(s){case 0:m=p.oj(A.kG()) +if(m==null){q=!1 +s=1 +break}o=m.a +s=3 +return A.a8(o.h5(),$async$uF) +case 3:n=c +if(p.c==null){q=!0 +s=1 +break}if(n===B.di){q=!0 +s=1 +break}if(m!==p.oj(A.kG())){q=!0 +s=1 +break}switch(o.glv().a){case 2:q=!1 +s=1 +break $async$outer +case 0:p.uZ(a) +q=!0 +s=1 +break $async$outer +case 1:o.B9(!1) +q=!0 +s=1 +break $async$outer}case 1:return A.Z(q,r)}}) +return A.a_($async$uF,r)}, +Mx(){return this.uF(null,t.X)}, +v_(a){var s=this,r=s.e.a7n(0,A.kG()) +if(r.c){s.a.toString +if(null.$2(r.a,a)&&r.d===B.cr)r.d=B.iW}else r.uZ(a) +if(r.d===B.iW)s.xa(!1) +s.Eh()}, +eK(){return this.v_(null,t.X)}, +uZ(a){return this.v_(a,t.X)}, +Lh(a){var s,r=this,q=r.e.a,p=B.b.a6I(q,A.amt(a),0) +q=q[p] +if(q.c&&q.d.a<8){s=r.Fw(p-1,A.BB()) +s=s==null?null:s.a +r.x.d6(0,new A.rm(a,s))}q.d=B.iV +if(!r.ch)r.xa(!1)}, +sIV(a){this.CW=a +this.cx.sm(0,a>0)}, +a4a(){var s,r,q,p,o,n,m=this +m.sIV(m.CW+1) +if(m.CW===1){s=m.e +r=m.jw(s.gu(s)-1,A.BB()) +q=s.a[r].a +p=!q.gCc()&&r>0?m.Fw(r-1,A.BB()).a:null +s=m.as +s===$&&A.b() +o=s.length +n=0 +for(;n7){i=h.a +i.c.sm(0,b) +continue}if(h.c){k=k||r.length!==J.bC(p) +if(r.length!==0){g=l==null?b:l.gcR() +o.n(0,g,r) +n.v(0,g)}j=h.gcR()!=null +i=h.a +f=j?h.gcR():b +i.c.sm(0,f) +if(j){r=A.a([],s) +i=c.y +i.toString +p=J.bs(i,h.gcR()) +if(p==null)p=B.ee}else{r=B.ee +p=B.ee}l=h +continue}if(j){i=h.b +i=i==null?b:i.gMb() +j=i===!0}else j=!1 +i=h.a +f=j?h.gcR():b +i.c.sm(0,f) +if(j){i=h.b +f=i.b +i=f==null?i.b=i.tE():f +if(!k){f=J.aI(p) +e=f.gu(p) +d=r.length +k=e<=d||!J.e(f.k(p,d),i)}else k=!0 +B.b.B(r,i)}}k=k||r.length!==J.bC(p) +c.Wb(r,l,o,n) +if(k||n.gbo(n)){c.y=o +c.aj()}}, +Wb(a,b,c,d){var s +if(a.length!==0){s=b==null?null:b.gcR() +c.n(0,s,a) +d.v(0,s)}}, +O(a){if(this.y==null)return +this.y=null +this.aj()}, +Nz(a,b){var s,r,q,p,o,n=A.a([],t.uD) +if(this.y!=null)s=a!=null&&a.gcR()==null +else s=!0 +if(s)return n +s=this.y +s.toString +r=J.bs(s,a==null?null:a.gcR()) +if(r==null)return n +for(s=J.ap(r);s.t();){q=A.ayc(s.gE(s)) +p=q.zd(b) +o=$.aeF() +n.push(new A.ft(p,q,!1,B.iU,o,new A.kv(new WeakRef(o)),o))}return n}, +tK(){return null}, +n9(a){a.toString +return J.arI(t.f.a(a),new A.a9y(),t.ob,t.UX)}, +LY(a){this.y=a}, +nu(){return this.y}, +gmV(a){return this.y!=null}} +A.a9y.prototype={ +$2(a,b){return new A.bi(A.cL(a),A.n3(t.j.a(b),!0,t.K),t.qE)}, +$S:350} +A.nc.prototype={ +i(a){return"NavigationNotification canHandlePop: "+this.a}} +A.aaA.prototype={ +$2(a,b){if(!a.a)a.M(0,b)}, +$S:41} +A.zB.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.zC.prototype={ +aO(a){this.bs(a) +this.pq()}, +b5(){var s,r,q,p,o=this +o.cU() +s=o.bn$ +r=o.gns() +q=o.c +q.toString +q=A.q8(q) +o.fJ$=q +p=o.ml(q,r) +if(r){o.je(s,o.ed$) +o.ed$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fI$.U(0,new A.aaA()) +s=r.bn$ +if(s!=null)s.l() +r.bn$=null +r.Sm()}} +A.Rs.prototype={} +A.G6.prototype={ +i(a){var s=A.a([],t.s) +this.ci(s) +return"Notification("+B.b.bi(s,", ")+")"}, +ci(a){}} +A.cT.prototype={ +bA(a){return new A.zD(this,B.T,this.$ti.h("zD<1>"))}} +A.zD.prototype={ +MG(a){var s,r=this.e +r.toString +s=this.$ti +s.h("cT<1>").a(r) +if(s.c.b(a))return r.d.$1(a) +return!1}, +ni(a){}} +A.fK.prototype={} +A.RB.prototype={} +A.jM.prototype={ +sBf(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.EW()}, +sa7G(a){if(this.c)return +this.c=!0 +this.e.EW()}, +gMA(){var s=this.d +return(s==null?null:s.a)!=null}, +M(a,b){var s=this.d +if(s!=null)s.M(0,b)}, +ke(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +B.b.v(r.d,this) +s=$.bX +if(s.x1$===B.vg)s.rx$.push(new A.a07(r)) +else r.Gj()}, +k8(){var s=this.f.gbT() +if(s!=null)s.Gl()}, +l(){var s,r=this +r.r=!0 +if(!r.gMA()){s=r.d +if(s!=null){s.fy$=$.aR() +s.fx$=0}r.d=null}}, +i(a){var s=this,r=A.b7(s),q=s.b,p=s.c,o=s.r?"(DISPOSED)":"" +return"#"+r+"(opaque: "+q+"; maintainState: "+p+")"+o}, +$iai:1} +A.a07.prototype={ +$1(a){this.a.Gj()}, +$S:3} +A.kn.prototype={ +ar(){return new A.zF(B.l)}} +A.zF.prototype={ +ZD(a,b){var s,r,q,p=this.e +if(p==null)p=this.e=new A.n1(t.oM) +s=p.b===0?null:p.gN(p) +r=b.a +while(!0){q=s==null +if(!(!q&&s.a>r))break +s=s.gMV()}if(q){p.xy(p.c,b,!0) +p.c=b}else s.fK$.xy(s.fL$,b,!1)}, +gxW(){var s,r=this,q=r.f +if(q===$){s=r.wS(!1) +r.f!==$&&A.au() +r.f=s +q=s}return q}, +wS(a){return new A.eW(this.Vk(a),t.bm)}, +Vk(a){var s=this +return function(){var r=a +var q=0,p=2,o,n,m,l +return function $async$wS(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.gN(l):l.gK(l) +case 3:if(!(n!=null)){q=4 +break}m=n.d +n=r?n.gMV():n.ghF(n) +q=m!=null?5:6 +break +case 5:q=7 +return b.b=m,1 +case 7:case 6:q=3 +break +case 4:case 1:return 0 +case 2:return b.c=o,3}}}}, +aP(){var s,r=this +r.bk() +r.a.c.d.sm(0,r) +s=r.c.u7(t.im) +s.toString +r.d=s}, +aO(a){var s,r=this +r.bs(a) +if(a.d!==r.a.d){s=r.c.u7(t.im) +s.toString +r.d=s}}, +l(){var s,r=this,q=r.a.c.d +if(q!=null)q.sm(0,null) +q=r.a.c +if(q.r){s=q.d +if(s!=null){s.fy$=$.aR() +s.fx$=0}q.d=null}r.e=null +r.aR()}, +S(a){var s=this.a,r=s.e,q=this.d +q===$&&A.b() +return new A.qL(r,new A.oi(q,this,s.c.a.$1(a),null),null)}, +Gl(){this.ao(new A.aaN())}} +A.aaN.prototype={ +$0(){}, +$S:0} +A.pP.prototype={ +ar(){return new A.pR(A.a([],t.fy),null,null,B.l)}} +A.pR.prototype={ +aP(){this.bk() +this.a6M(0,this.a.c)}, +xz(a,b){return this.d.length}, +a6L(a,b){b.e=this +this.ao(new A.a0c(this,null,null,b))}, +a6M(a,b){var s,r=b.length +if(r===0)return +for(s=0;s")),s=new A.dY(s,s.gu(s)),r=A.m(s).c,q=!0,p=0;s.t();){o=s.d +if(o==null)o=r.a(o) +if(q){++p +m.push(new A.kn(o,n,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new A.kn(o,n,!1,o.f))}s=t.MV +return new A.AF(m.length-p,n.a.d,A.a6(new A.cI(m,s),!1,s.h("aY.E")),null)}} +A.a0c.prototype={ +$0(){var s=this,r=s.a +B.b.li(r.d,r.xz(s.b,s.c),s.d)}, +$S:0} +A.a0b.prototype={ +$0(){var s=this,r=s.a +B.b.M0(r.d,r.xz(s.b,s.c),s.d)}, +$S:0} +A.a0d.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +B.b.O(o) +s=q.b +B.b.C(o,s) +r=q.c +r.Ni(s) +B.b.M0(o,p.xz(q.d,q.e),r)}, +$S:0} +A.a0a.prototype={ +$0(){}, +$S:0} +A.a09.prototype={ +$0(){}, +$S:0} +A.AF.prototype={ +bA(a){return new A.Qi(A.cQ(t.Q),this,B.T)}, +aq(a){var s=a.ah(t.I) +s.toString +s=new A.oh(s.w,this.e,this.f,A.ar(),0,null,null,A.ar()) +s.aw() +s.C(0,null) +return s}, +aG(a,b){var s=this.e +if(b.a5!==s){b.a5=s +if(!b.aA)b.kx()}s=a.ah(t.I) +s.toString +b.sbQ(s.w) +s=this.f +if(s!==b.a7){b.a7=s +b.ad() +b.aV()}}} +A.Qi.prototype={ +gW(){return t.im.a(A.ff.prototype.gW.call(this))}, +j_(a,b){var s,r +this.Dh(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}, +j6(a,b,c){this.Di(a,b,c)}} +A.oj.prototype={ +e3(a){if(!(a.b instanceof A.dK))a.b=new A.dK(null,null,B.h)}, +giA(){return!0}, +bC(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=l.o2(),i=j.gT(j) +j=l.ga_() +s=A.tn(new A.Q(A.N(1/0,j.a,j.b),A.N(1/0,j.c,j.d))) +j=l.gNI() +r=j.J +if(r==null)r=j.J=B.fk.Y(j.I) +for(j=t.B,q=t.EP;i.t();){p=i.gE(i) +o=p.b +o.toString +j.a(o) +if(!o.gAu()){p.c8(s,!0) +n=l.id +if(n==null)n=A.a2(A.O(k+A.v(l).i(0)+"#"+A.b7(l))) +m=p.id +o.a=r.kO(q.a(n.a3(0,m==null?A.a2(A.O(k+A.v(p).i(0)+"#"+A.b7(p))):m)))}else{n=l.id +A.al0(p,o,n==null?A.a2(A.O(k+A.v(l).i(0)+"#"+A.b7(l))):n,r)}}}, +cP(a,b){var s,r,q,p=this.wA(),o=p.gT(p) +p=t.B +s=!1 +while(!0){if(!(!s&&o.t()))break +r=o.gE(o) +q=r.b +q.toString +s=a.ms(new A.abh(r),p.a(q).a,b)}return s}, +aC(a,b){var s,r,q,p,o,n +for(s=this.o2(),s=s.gT(s),r=t.B,q=b.a,p=b.b;s.t();){o=s.gE(s) +n=o.b +n.toString +n=r.a(n).a +a.fc(o,new A.q(n.a+q,n.b+p))}}} +A.abh.prototype={ +$2(a,b){return this.a.bX(a,b)}, +$S:11} +A.rD.prototype={ +Cb(a){var s=this.at +if(s==null)s=null +else{s=s.d +s=s==null?null:s.a.gxW().U(0,a)}return s}} +A.oh.prototype={ +gNI(){return this}, +e3(a){if(!(a.b instanceof A.rD))a.b=new A.rD(null,null,B.h)}, +ab(a){var s,r,q,p,o +this.To(a) +s=this.aa$ +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.i5(p.a.gxW().a())}if(o!=null)for(;o.t();)o.b.ab(a) +s=q.ae$}}, +a4(a){var s,r,q +this.Tp(0) +s=this.aa$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +q.Cb(A.aC3()) +s=q.ae$}}, +eL(){return this.aY(this.gNe())}, +sbQ(a){var s=this +if(s.I===a)return +s.I=a +s.J=null +if(!s.aA)s.kx()}, +wj(a){this.aA=!0 +this.jI(a) +this.aA=!1 +a.D.a6()}, +y_(a){this.aA=!0 +this.pv(a) +this.aA=!1}, +a6(){if(!this.aA)this.kx()}, +gx7(){var s,r,q,p,o=this +if(o.a5===A.ay.prototype.gtA.call(o))return null +s=A.ay.prototype.ga5c.call(o,o) +for(r=o.a5,q=t.B;r>0;--r){p=s.b +p.toString +s=q.a(p).ae$}return s}, +i7(a){var s,r,q,p,o=this.gx7() +for(s=t.B,r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.lG(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.ae$}return r}, +c3(a){return new A.Q(A.N(1/0,a.a,a.b),A.N(1/0,a.c,a.d))}, +o2(){return new A.eW(this.UN(),t.bm)}, +UN(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k +return function $async$o2(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:k=s.gx7() +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.i5(m.a.gxW().a())}r=l!=null?5:6 +break +case 5:case 7:if(!l.t()){r=8 +break}r=9 +return a.b=l.b,1 +case 9:r=7 +break +case 8:case 6:k=n.ae$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +wA(){return new A.eW(this.UM(),t.bm)}, +UM(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k,j,i,h +return function $async$wA(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:i=s.a5===A.ay.prototype.gtA.call(s)?null:s.cN$ +h=s.dw$-s.a5 +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.wS(!0) +m.r!==$&&A.au() +m.r=j +k=j}m=new A.i5(k.a()) +l=m}}r=l!=null?4:5 +break +case 4:case 6:if(!l.t()){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.bV$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +aC(a,b){var s,r,q=this,p=q.aS +if(q.a7!==B.M){s=q.cx +s===$&&A.b() +r=q.gA(q) +p.saB(0,a.ly(s,b,new A.C(0,0,0+r.a,0+r.b),A.oj.prototype.gj8.call(q),q.a7,p.a))}else{p.saB(0,null) +q.SC(a,b)}}, +l(){this.aS.saB(0,null) +this.fi()}, +aY(a){var s,r,q=this.aa$ +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.Cb(a) +q=r.ae$}}, +hM(a){var s,r,q=this.gx7() +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.Cb(a) +q=r.ae$}}, +jK(a){var s +switch(this.a7.a){case 0:return null +case 1:case 2:case 3:s=this.gA(this) +return new A.C(0,0,0+s.a,0+s.b)}}} +A.a08.prototype={ +i(a){return"OverlayPortalController"+(this.a!=null?"":" DETACHED")}} +A.w0.prototype={ +ar(){return new A.NJ(B.l)}} +A.NJ.prototype={ +WF(a,b){var s,r,q=this,p=q.f,o=A.bd("marker",new A.aaO(q,!1)) +if(p!=null)if(q.e){s=o.L() +s=p.b===s.r&&p.c===s.f +r=s}else r=!0 +else r=!1 +q.e=!1 +if(r)return p +return q.f=new A.lT(a,o.L().r,o.L().f)}, +aP(){this.bk() +this.HM(this.a.c)}, +HM(a){var s,r=a.b,q=this.d +if(q!=null)s=r!=null&&r>q +else s=!0 +if(s)this.d=r +a.b=null +a.a=this}, +b5(){this.cU() +this.e=!0}, +aO(a){var s,r,q=this +q.bs(a) +if(!q.e){q.a.toString +s=!1}else s=!0 +q.e=s +s=a.c +r=q.a.c +if(s!==r){s.a=null +q.HM(r)}}, +l(){this.a.c.a=null +this.f=null +this.aR()}, +PJ(a,b){this.ao(new A.aaQ(this,b)) +this.f=null}, +a6s(){this.ao(new A.aaP(this)) +this.f=null}, +S(a){var s,r,q=this,p=null,o=q.d +if(o==null)return new A.rp(p,q.a.e,p,p) +q.a.toString +s=q.WF(o,!1) +r=q.a +return new A.rp(new A.Lw(new A.ig(r.d,p),p),r.e,s,p)}} +A.aaO.prototype={ +$0(){var s=this.a.c +s.toString +return A.aya(s,this.b)}, +$S:351} +A.aaQ.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.aaP.prototype={ +$0(){this.a.d=null}, +$S:0} +A.lT.prototype={ +DU(a){var s,r=this +r.d=a +r.b.ZD(0,r) +s=r.c +s.ad() +s.j5() +s.aV()}, +H8(a){var s,r=this +r.d=null +s=r.b.e +if(s!=null)s.v(0,r) +s=r.c +s.ad() +s.j5() +s.aV()}, +i(a){var s=A.b7(this) +return"_OverlayEntryLocation["+s+"] "}} +A.oi.prototype={ +bO(a){return a.f!==this.f||a.r!==this.r}} +A.rp.prototype={ +bA(a){return new A.NI(this,B.T)}, +aq(a){var s=new A.zT(null,A.ar()) +s.aw() +s.saI(null) +return s}} +A.NI.prototype={ +gW(){return t.SN.a(A.bu.prototype.gW.call(this))}, +eI(a,b){var s,r=this +r.r_(a,b) +s=r.e +s.toString +t.eU.a(s) +r.ok=r.cI(r.ok,s.d,null) +r.k4=r.cI(r.k4,s.c,s.e)}, +b0(a,b){var s=this +s.nV(0,b) +s.ok=s.cI(s.ok,b.d,null) +s.k4=s.cI(s.k4,b.c,b.e)}, +ih(a){this.ok=null +this.jr(a)}, +aY(a){var s=this.ok,r=this.k4 +if(s!=null)a.$1(s) +if(r!=null)a.$1(r)}, +ca(){var s,r,q +this.w7() +s=this.k4 +if(s!=null){r=t.Kp.a(s.gW()) +if(r!=null){q=s.c +q.toString +t.Vl.a(q) +q.c.wj(r) +q.d=r}}}, +cW(){var s,r,q=this.k4 +if(q!=null){s=t.Kp.a(q.gW()) +if(s!=null){r=q.c +r.toString +t.Vl.a(r) +r.c.y_(s) +r.d=null}}this.Dz()}, +j_(a,b){var s=t.SN +if(b!=null){s=s.a(A.bu.prototype.gW.call(this)) +t.Lj.a(a) +s.D=a +b.DU(a) +b.c.wj(a)}else s.a(A.bu.prototype.gW.call(this)).saI(a)}, +j6(a,b,c){var s=b.c,r=c.c +if(s!==r){s.y_(a) +r.wj(a)}if(b.b!==c.b||b.a!==c.a){b.H8(a) +c.DU(a)}}, +kf(a,b){if(b==null){t.SN.a(A.bu.prototype.gW.call(this)).saI(null) +return}t.Lj.a(a) +b.H8(a) +b.c.y_(a) +t.SN.a(A.bu.prototype.gW.call(this)).D=null}} +A.Lw.prototype={ +aq(a){var s,r=a.u7(t.SN) +r.toString +s=new A.lW(r,null,A.ar()) +s.aw() +s.saI(null) +return r.D=s}, +aG(a,b){}} +A.lW.prototype={ +o2(){var s=this.fr$ +return s==null?B.y4:A.auk(1,new A.abb(s),t.x)}, +wA(){return this.o2()}, +gNI(){var s=this.d +return s instanceof A.oh?s:A.a2(A.En(A.h(s)+" of "+this.i(0)+" is not a _RenderTheater"))}, +eL(){this.D.lz(this) +this.DB()}, +q_(){var s=this +if(s.a2)return +s.af=s.a2=!0 +s.kx() +s.D.a6() +s.a2=!1}, +a6(){this.af=!0 +this.kx()}, +a7p(){var s,r=t.IJ.a(this.d) +if(r==null||this.y==null)return +s=t.k.a(A.B.prototype.ga_.call(r)) +this.Dv(A.tn(new A.Q(A.N(1/0,s.a,s.b),A.N(1/0,s.c,s.d))),!1)}, +c8(a,b){var s,r=this,q=r.af||!t.k.a(A.B.prototype.ga_.call(r)).j(0,a) +r.bh=!0 +r.Dv(a,b) +r.af=r.bh=!1 +if(q){s=r.d +s.toString +t.im.a(s).Ao(new A.abc(r),t.k)}}, +f7(a){return this.c8(a,!1)}, +nm(){var s=t.k.a(A.B.prototype.ga_.call(this)) +this.id=new A.Q(A.N(1/0,s.a,s.b),A.N(1/0,s.c,s.d))}, +bC(){var s=this +if(s.bh){s.af=!1 +return}if(s.fr$==null){s.af=!1 +return}s.SD() +s.af=!1}, +cC(a,b){var s,r=a.b +r.toString +s=t.q.a(r).a +b.ac(0,s.a,s.b)}} +A.abb.prototype={ +$1(a){return this.a}, +$S:352} +A.abc.prototype={ +$1(a){var s=this.a +s.af=!0 +s.kx()}, +$S:353} +A.zT.prototype={ +eL(){this.DB() +var s=this.D +if(s!=null&&s.y!=null)this.lz(s)}, +bC(){this.r1() +var s=this.D +if(s!=null)s.a7p()}} +A.NK.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.RK.prototype={} +A.RL.prototype={} +A.B9.prototype={ +ab(a){var s,r,q +this.dE(a) +s=this.aa$ +for(r=t.B;s!=null;){s.ab(a) +q=s.b +q.toString +s=r.a(q).ae$}}, +a4(a){var s,r,q +this.dF(0) +s=this.aa$ +for(r=t.B;s!=null;){s.a4(0) +q=s.b +q.toString +s=r.a(q).ae$}}} +A.RM.prototype={} +A.uJ.prototype={ +ar(){var s=t.y +return new A.z5(A.aU([!1,!0,!0,!0],s,s),null,null,B.l)}, +ka(a){return A.BE().$1(a)}} +A.z5.prototype={ +aP(){var s,r,q=this +q.bk() +s=q.a +r=s.f +q.d=A.amh(A.b6(s.e),r,q) +r=q.a +s=r.f +s=A.amh(A.b6(r.e),s,q) +q.e=s +r=q.d +r.toString +q.f=new A.zr(A.a([r,s],t.Eo))}, +aO(a){var s,r=this +r.bs(a) +if(!a.f.j(0,r.a.f)||A.b6(a.e)!==A.b6(r.a.e)){s=r.d +s.toString +s.sag(0,r.a.f) +s=r.d +s.toString +s.sJH(A.b6(r.a.e)) +s=r.e +s.toString +s.sag(0,r.a.f) +s=r.e +s.toString +s.sJH(A.b6(r.a.e))}}, +xV(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.a.ka(a))return!1 +s=a.a +r=s.e +if(A.b6(r)!==A.b6(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.iJ){s=a.e +if(s<0)n=q +else if(s>0)n=o +else n=null +m=n===q +q=i.c +q.cF(new A.w1(m,0)) +q=i.w +q.n(0,m,!0) +q.k(0,m).toString +n.d=0 +i.w.k(0,m).toString +q=a.f +if(q!==0){s=n.c +if(s!=null)s.bt(0) +n.c=null +l=A.N(Math.abs(q),100,1e4) +s=n.f +if(n.a===B.f6)r=0.3 +else{r=n.r +r===$&&A.b() +q=r.a +q=r.b.a9(0,q.gm(q)) +r=q}s.a=r +r.toString +s.b=A.N(l*0.00006,r,0.5) +r=n.w +s=n.x +s===$&&A.b() +q=s.a +r.a=s.b.a9(0,q.gm(q)) +r.b=Math.min(0.025+75e-8*l*l,1) +r=n.b +r===$&&A.b() +r.e=A.cx(0,B.c.aX(0.15+l*0.02)) +r.le(0,0) +n.as=0.5 +n.a=B.Rw}else{q=a.d +if(q!=null){p=a.b.gW() +p.toString +t.x.a(p) +k=p.gA(p) +j=p.lI(q.d) +switch(A.b6(r).a){case 0:n.toString +r=k.b +n.MZ(0,Math.abs(s),k.a,A.N(j.b,0,r),r) +break +case 1:n.toString +r=k.a +n.MZ(0,Math.abs(s),k.b,A.N(j.a,0,r),r) +break}}}}else{if(!(a instanceof A.ls&&a.d!=null))s=a instanceof A.hH&&a.d!=null +else s=!0 +if(s){if(q.a===B.f7)q.kH(B.cI) +s=i.e +if(s.a===B.f7)s.kH(B.cI)}}i.r=A.v(a) +return!1}, +l(){this.d.l() +this.e.l() +this.Tj()}, +S(a){var s=this,r=null,q=s.a,p=s.d,o=s.e,n=q.e,m=s.f +return new A.cT(s.gxU(),new A.iR(A.afa(new A.iR(q.w,r),new A.Mq(p,o,n,m),r,r),r),r,t.WA)}} +A.ra.prototype={ +F(){return"_GlowState."+this.b}} +A.z4.prototype={ +sag(a,b){if(this.ax.j(0,b))return +this.ax=b +this.aj()}, +sJH(a){if(this.ay===a)return +this.ay=a +this.aj()}, +l(){var s=this,r=s.b +r===$&&A.b() +r.l() +r=s.y +r===$&&A.b() +r.w.cY$.v(0,r) +r.DE() +r=s.c +if(r!=null)r.bt(0) +s.e5()}, +MZ(a,b,c,d,e){var s,r,q,p=this,o=p.c +if(o!=null)o.bt(0) +p.at=p.at+b/200 +o=p.f +s=p.r +s===$&&A.b() +r=s.b +s=s.a +o.a=r.a9(0,s.gm(s)) +o.b=Math.min(r.a9(0,s.gm(s))+b/c*0.8,0.5) +q=Math.min(c,e*0.20096189432249995) +s=p.w +r=p.x +r===$&&A.b() +o=r.b +r=r.a +s.a=o.a9(0,r.gm(r)) +s.b=Math.max(1-1/(0.7*Math.sqrt(p.at*q)),A.jg(o.a9(0,r.gm(r)))) +r=d/e +p.Q=r +if(r!==p.as){o=p.y +o===$&&A.b() +if(!o.ga7f())o.ku(0)}else{o=p.y +o===$&&A.b() +o.hV(0) +p.z=null}o=p.b +o===$&&A.b() +o.e=B.kF +if(p.a!==B.f7){o.le(0,0) +p.a=B.f7}else{o=o.r +if(!(o!=null&&o.a!=null))p.aj()}p.c=A.cd(B.kF,new A.a9r(p))}, +wy(a){var s=this +if(a!==B.U)return +switch(s.a.a){case 1:s.kH(B.cI) +break +case 3:s.a=B.f6 +s.at=0 +break +case 2:case 0:break}}, +kH(a){var s,r,q=this,p=q.a +if(p===B.wB||p===B.f6)return +p=q.c +if(p!=null)p.bt(0) +q.c=null +p=q.f +s=q.r +s===$&&A.b() +r=s.a +p.a=s.b.a9(0,r.gm(r)) +p.b=0 +p=q.w +r=q.x +r===$&&A.b() +s=r.a +p.a=r.b.a9(0,s.gm(s)) +p.b=0 +p=q.b +p===$&&A.b() +p.e=a +p.le(0,0) +q.a=B.wB}, +a0M(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)/$.aq6().a) +r.aj()}if(A.BC(r.Q,r.as,0.001)){q=r.y +q===$&&A.b() +q.hV(0) +r.z=null}else r.z=a}, +aC(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=j.r +i===$&&A.b() +s=i.a +if(J.e(i.b.a9(0,s.gm(s)),0))return +s=b.a +r=b.b +q=s>r?r/s:1 +p=s*3/2 +o=Math.min(r,s*0.20096189432249995) +r=j.x +r===$&&A.b() +n=r.a +n=r.b.a9(0,n.gm(n)) +r=j.as +m=$.af().b4() +l=j.ax +k=i.a +m.sag(0,A.W(B.c.aX(255*i.b.a9(0,k.gm(k))),l.gm(l)>>>16&255,l.gm(l)>>>8&255,l.gm(l)&255)) +a.bq(0) +a.ac(0,0,j.d+j.e) +a.cJ(0,1,n*q) +a.i6(new A.C(0,0,0+s,0+o)) +a.ia(new A.q(s/2*(0.5+r),o-p),p,m) +a.aW(0)}, +i(a){return"_GlowController(color: "+this.ax.i(0)+", axis: "+this.ay.b+")"}} +A.a9r.prototype={ +$0(){return this.a.kH(B.fV)}, +$S:0} +A.Mq.prototype={ +GG(a,b,c,d,e){var s +if(c==null)return +switch(A.kC(d,e).a){case 0:c.aC(a,b) +break +case 2:a.bq(0) +a.ac(0,0,b.b) +a.cJ(0,1,-1) +c.aC(a,b) +a.aW(0) +break +case 3:a.bq(0) +a.kh(0,1.5707963267948966) +a.cJ(0,1,-1) +c.aC(a,new A.Q(b.b,b.a)) +a.aW(0) +break +case 1:a.bq(0) +s=b.a +a.ac(0,s,0) +a.kh(0,1.5707963267948966) +c.aC(a,new A.Q(b.b,s)) +a.aW(0) +break}}, +aC(a,b){var s=this,r=s.d +s.GG(a,b,s.b,r,B.kS) +s.GG(a,b,s.c,r,B.kR)}, +kt(a){return a.b!=this.b||a.c!=this.c}, +i(a){return"_GlowingOverscrollIndicatorPainter("+A.h(this.b)+", "+A.h(this.c)+")"}} +A.Q_.prototype={ +F(){return"_StretchDirection."+this.b}} +A.xE.prototype={ +ar(){return new A.Ay(null,null,B.l)}, +ka(a){return A.BE().$1(a)}} +A.Ay.prototype={ +gkJ(){var s,r,q,p,o,n,m=this,l=null,k=m.d +if(k===$){s=t.H7 +r=new A.aW(0,0,s) +q=new A.Ax(r,B.j1,B.bX,$.aR()) +p=A.ef(l,l,l,l,m) +p.bm() +o=p.bU$ +o.b=!0 +o.a.push(q.gwx()) +q.a!==$&&A.cu() +q.a=p +n=A.fE(B.k_,p,l) +n.a.a0(0,q.gej()) +t.ve.a(n) +q.b!==$&&A.cu() +q.b=new A.b9(n,r,s.h("b9")) +m.d!==$&&A.au() +m.d=q +k=q}return k}, +xV(a){var s,r,q,p,o,n,m,l=this +if(!l.a.ka(a))return!1 +s=a.a +if(A.b6(s.e)!==A.b6(l.a.c))return!1 +if(a instanceof A.iJ){l.f=a +J.M(l.e) +r=a.e +q=l.c +q.cF(new A.w1(r<0,0)) +l.w=!0 +r=l.r+=r +q=a.f +if(q!==0){s=l.gkJ() +r=l.r +p=A.N(Math.abs(q),1,1e4) +q=s.c +o=s.b +o===$&&A.b() +n=o.a +q.a=o.b.a9(0,n.gm(n)) +q.b=Math.min(0.016+1.01/p,1) +q=s.a +q===$&&A.b() +q.e=A.cx(0,B.c.aX(p*0.02)) +q.le(0,0) +s.d=B.S6 +s.f=r>0?B.bX:B.wM}else if(a.d!=null){s=s.d +s.toString +m=A.N(Math.abs(r)/s,0,1) +l.gkJ().a8y(0,m,l.r)}}else if(a instanceof A.ls||a instanceof A.hH){l.r=0 +s=l.gkJ() +if(s.d===B.j2)s.kH(B.fW)}l.e=a +return!1}, +Ww(a){switch(this.a.c.a){case 0:return a===B.bX?B.j5:B.j4 +case 1:return a===B.bX?B.fl:B.j6 +case 2:return a===B.bX?B.j4:B.j5 +case 3:return a===B.bX?B.j6:B.fl}}, +l(){var s=this.gkJ(),r=s.a +r===$&&A.b() +r.l() +s.e5() +this.Tu()}, +S(a){var s={},r=A.dq(a,B.Ry,t.w).w +s.a=null +return new A.cT(this.gxU(),A.oB(this.gkJ(),new A.abW(s,this,r.a),null),null,t.WA)}} +A.abW.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.gkJ().b +j===$&&A.b() +s=j.a +s=j.b.a9(0,s.gm(s)) +switch(A.b6(k.a.c).a){case 0:r=1+s +l.a.a=l.c.a +q=1 +break +case 1:q=1+s +l.a.a=l.c.b +r=1 +break +default:r=1 +q=1}p=k.Ww(k.gkJ().f) +j=k.f +if(j==null)o=null +else{j=j.a.d +j.toString +o=j}if(o==null)o=l.a.a +j=A.FF(r,q,1) +s=s===0 +n=s?null:B.dW +k=k.a +m=A.agy(p,k.f,n,j,!0) +return A.aiM(m,!s&&o!==l.a.a?k.e:B.M)}, +$S:355} +A.rB.prototype={ +F(){return"_StretchState."+this.b}} +A.Ax.prototype={ +a8y(a,b,c){var s,r,q,p=this,o=c>0?B.bX:B.wM +if(p.f!==o&&p.d===B.j3)return +p.f=o +p.e=b +s=p.c +r=p.b +r===$&&A.b() +q=r.a +s.a=r.b.a9(0,q.gm(q)) +q=p.e +s.b=0.016*q+0.016*(1-Math.exp(-q*8.237217661997105)) +q=p.a +q===$&&A.b() +q.e=B.fW +if(p.d!==B.j2){q.le(0,0) +p.d=B.j2}else{s=q.r +if(!(s!=null&&s.a!=null))p.aj()}}, +wy(a){var s=this +if(a!==B.U)return +switch(s.d.a){case 1:s.kH(B.fW) +break +case 3:s.d=B.j1 +s.e=0 +break +case 2:case 0:break}}, +kH(a){var s,r,q=this,p=q.d +if(p===B.j3||p===B.j1)return +p=q.c +s=q.b +s===$&&A.b() +r=s.a +p.a=s.b.a9(0,r.gm(r)) +p.b=0 +p=q.a +p===$&&A.b() +p.e=a +p.le(0,0) +q.d=B.j3}, +i(a){return"_StretchController()"}} +A.w1.prototype={ +ci(a){this.Sq(a) +a.push("side: "+(this.a?"leading edge":"trailing edge"))}} +A.zH.prototype={ +ci(a){var s,r +this.wb(a) +s=this.eE$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.B5.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.Bb.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.Au.prototype={ +j(a,b){if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +return b instanceof A.Au&&A.dy(b.a,this.a)}, +gq(a){return A.bm(this.a)}, +i(a){return"StorageEntryIdentifier("+B.b.bi(this.a,":")+")"}} +A.a0e.prototype={ +E0(a){var s=A.a([],t.g8) +if(A.aky(a,s))a.nw(new A.a0f(s)) +return s}, +a8J(a){var s +if(this.a==null)return null +s=this.E0(a) +return s.length!==0?this.a.k(0,new A.Au(s)):null}} +A.a0f.prototype={ +$1(a){return A.aky(a,this.a)}, +$S:28} +A.pS.prototype={ +S(a){return this.c}} +A.w2.prototype={} +A.a_5.prototype={} +A.a0K.prototype={} +A.Dw.prototype={ +xG(a){return this.Za(a)}, +Za(a){var s=0,r=A.a0(t.H),q,p=this,o,n,m +var $async$xG=A.a1(function(b,c){if(b===1)return A.Y(c,r) +while(true)switch(s){case 0:n=A.eA(a.b) +m=p.a +if(!m.a1(0,n)){s=1 +break}m=m.k(0,n) +m.toString +o=a.a +if(o==="Menu.selectedCallback"){m.gaaa().$0() +m.ga8b() +o=$.aG.I$.f.c.e +o.toString +A.arZ(o,m.ga8b(),t.vz)}else if(o==="Menu.opened")m.gaa8(m).$0() +else if(o==="Menu.closed")m.gaa7(m).$0() +case 1:return A.Z(q,r)}}) +return A.a_($async$xG,r)}} +A.q0.prototype={ +bO(a){return this.f!=a.f}} +A.lr.prototype={ +ar(){return new A.P7(null,A.z(t.yb,t.M),null,!0,null,B.l)}} +A.P7.prototype={ +gcR(){return this.a.d}, +je(a,b){}, +S(a){return A.a6u(this.bn$,this.a.c)}} +A.yc.prototype={ +bO(a){return a.f!=this.f}} +A.wU.prototype={ +ar(){return new A.A2(B.l)}} +A.A2.prototype={ +b5(){var s,r=this +r.cU() +s=r.c +s.toString +r.r=A.q8(s) +r.xC() +if(r.d==null){r.a.toString +r.d=!1}}, +aO(a){this.bs(a) +this.xC()}, +gGb(){this.a.toString +return!1}, +xC(){var s,r=this +if(r.gGb()&&!r.w){r.w=!0;++$.ny.dx$ +s=$.hL.f4$ +s===$&&A.b() +s.ga9_().ba(new A.abo(r),t.P)}}, +a_B(){var s,r=this +r.e=!1 +r.f=null +s=$.hL.f4$ +s===$&&A.b() +s.M(0,r.gy5()) +r.xC()}, +l(){if(this.e){var s=$.hL.f4$ +s===$&&A.b() +s.M(0,this.gy5())}this.aR()}, +S(a){var s,r,q=this,p=q.d +p.toString +if(p&&q.gGb())return B.ij +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return A.a6u(p,new A.lr(s.c,r,null))}} +A.abo.prototype={ +$1(a){var s,r=this.a +r.w=!1 +if(r.c!=null){s=$.hL.f4$ +s===$&&A.b() +s.a0(0,r.gy5()) +r.ao(new A.abn(r,a))}$.ny.Jp()}, +$S:356} +A.abn.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +A.dI.prototype={ +gmV(a){return!0}, +l(){var s=this,r=s.c +if(r!=null){r=r.fI$.v(0,s) +r.toString +s.M(0,r) +s.c=s.b=null}s.e5() +s.a=!0}} +A.iS.prototype={ +zz(a){}, +no(a,b){var s,r,q=this,p=q.bn$ +p=p==null?null:J.rW(p.gjA(),b) +s=p===!0 +r=s?a.n9(J.bs(q.bn$.gjA(),b)):a.tK() +if(a.b==null){a.b=b +a.c=q +p=new A.a2o(q,a) +a.a0(0,p) +q.fI$.n(0,a,p)}a.LY(r) +if(!s&&a.gmV(a)&&q.bn$!=null)q.yw(a)}, +pq(){var s,r,q=this +if(q.fJ$!=null){s=q.bn$ +s=s==null?null:s.e +s=s==q.gcR()||q.gns()}else s=!0 +if(s)return +r=q.bn$ +if(q.ml(q.fJ$,!1))if(r!=null)r.l()}, +gns(){var s,r,q=this +if(q.ed$)return!0 +if(q.gcR()==null)return!1 +s=q.c +s.toString +r=A.q8(s) +if(r!=q.fJ$){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}, +ml(a,b){var s,r,q=this +if(q.gcR()==null||a==null)return q.HJ(null,b) +if(b||q.bn$==null){s=q.gcR() +s.toString +return q.HJ(a.a2U(s,q),b)}s=q.bn$ +s.toString +r=q.gcR() +r.toString +s.a8Q(r) +r=q.bn$ +r.toString +a.jI(r) +return!1}, +HJ(a,b){var s,r=this,q=r.bn$ +if(a==q)return!1 +r.bn$=a +if(!b){if(a!=null){s=r.fI$ +new A.aB(s,A.m(s).h("aB<1>")).U(0,r.ga1f())}r.zz(q)}return!0}, +yw(a){var s,r,q=a.gmV(a),p=this.bn$ +if(q){if(p!=null){q=a.b +q.toString +s=a.nu() +if(!J.e(J.bs(p.gjA(),q),s)||!J.rW(p.gjA(),q)){J.i9(p.gjA(),q,s) +p.m9()}}}else if(p!=null){q=a.b +q.toString +r=J.rW(p.gjA(),q) +J.m6(p.gjA(),q) +if(J.ia(p.gjA()))J.m6(p.a,"v") +if(r)p.m9()}}} +A.a2o.prototype={ +$0(){var s=this.a +if(s.bn$==null)return +s.yw(this.b)}, +$S:0} +A.acJ.prototype={ +$2(a,b){if(!a.a)a.M(0,b)}, +$S:41} +A.RN.prototype={ +aO(a){this.bs(a) +this.pq()}, +b5(){var s,r,q,p,o=this +o.cU() +s=o.bn$ +r=o.gns() +q=o.c +q.toString +q=A.q8(q) +o.fJ$=q +p=o.ml(q,r) +if(r){o.je(s,o.ed$) +o.ed$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fI$.U(0,new A.acJ()) +s=r.bn$ +if(s!=null)s.l() +r.bn$=null +r.aR()}} +A.ck.prototype={ +sm(a,b){var s=this.y +if(b==null?s!=null:b!==s){this.y=b +this.zB(s)}}, +LY(a){this.y=a}} +A.i3.prototype={ +tK(){return this.cy}, +zB(a){this.aj()}, +n9(a){return A.m(this).h("i3.T").a(a)}, +nu(){var s=this.y +return s==null?A.m(this).h("ck.T").a(s):s}} +A.A0.prototype={ +n9(a){return this.SG(a)}, +nu(){var s=this.SH() +s.toString +return s}} +A.wQ.prototype={} +A.wP.prototype={} +A.acK.prototype={ +$2(a,b){if(!a.a)a.M(0,b)}, +$S:41} +A.nA.prototype={ +gjj(){return this.b}} +A.I6.prototype={ +ar(){return new A.rx(new A.P4($.aR()),null,A.z(t.yb,t.M),null,!0,null,B.l,this.$ti.h("rx<1>"))}} +A.I5.prototype={ +F(){return"RouteInformationReportingType."+this.b}} +A.rx.prototype={ +gcR(){return this.a.r}, +aP(){var s,r=this +r.bk() +s=r.a.c +if(s!=null)s.a0(0,r.grz()) +r.a.f.a1H(r.gxl()) +r.a.e.a0(0,r.gxp())}, +je(a,b){var s,r,q=this,p=q.f +q.no(p,"route") +s=p.y +r=s==null +if((r?A.m(p).h("ck.T").a(s):s)!=null){p=r?A.m(p).h("ck.T").a(s):s +p.toString +q.rS(p,new A.abD(q))}else{p=q.a.c +if(p!=null)q.rS(p.a,new A.abE(q))}}, +a02(){var s=this +if(s.w||s.a.c==null)return +s.w=!0 +$.bX.rx$.push(s.ga_F())}, +a_G(a){var s,r,q,p,o,n=this +n.w=!1 +s=n.f +r=s.y +q=r==null +if((q?A.m(s).h("ck.T").a(r):r)!=null){s=q?A.m(s).h("ck.T").a(r):r +s.toString +r=n.a.c +r.toString +q=n.e +q.toString +if(q!==B.JF)if(q===B.i_){q=r.b.gjj() +p=s.gjj() +q=q.gfX(q)===p.gfX(p)&&q.gii()===p.gii()&&B.xW.eD(q.gjb(),p.gjb()) +o=q}else o=!1 +else o=!0 +B.ey.pU("selectMultiEntryHistory",t.H) +A.alE(o,s.c,s.gjj()) +r.b=r.a=s}n.e=B.i_}, +a_S(){this.a.e.ga9Y() +this.a.toString +return null}, +rL(){var s=this +s.f.sm(0,s.a_S()) +if(s.e==null)s.e=B.i_ +s.a02()}, +b5(){var s,r=this +r.r=!0 +r.Tq() +s=r.a.c +if(s!=null&&r.r)r.rS(s.a,new A.abC(r)) +r.r=!1 +r.rL()}, +aO(a){var s,r,q,p=this +p.Tr(a) +s=p.a +r=a.c +q=s.c==r +if(q)s.f===a.f +p.d=new A.F() +if(!q){s=r==null +if(!s)r.M(0,p.grz()) +q=p.a.c +if(q!=null)q.a0(0,p.grz()) +s=s?null:r.a +r=p.a.c +if(s!=(r==null?null:r.a))p.FR()}s=a.f +if(p.a.f!==s){r=p.gxl() +s.a8N(r) +p.a.f.a1H(r)}p.a.toString +s=p.gxp() +a.e.M(0,s) +p.a.e.a0(0,s) +p.rL()}, +l(){var s=this,r=s.a.c +if(r!=null)r.M(0,s.grz()) +s.a.f.a8N(s.gxl()) +s.a.e.M(0,s.gxp()) +s.d=null +s.Ts()}, +rS(a,b){var s,r,q=this +q.r=!1 +q.d=new A.F() +s=q.a.d +s.toString +r=q.c +r.toString +s.aad(a,r).ba(q.a_g(q.d,b),t.H)}, +a_g(a,b){return new A.abA(this,a,b)}, +FR(){var s=this +s.r=!0 +s.rS(s.a.c.a,new A.abx(s))}, +WZ(){var s=this +s.d=new A.F() +return s.a.e.aaf().ba(s.Y2(s.d),t.y)}, +Y2(a){return new A.aby(this,a)}, +Hk(){this.ao(new A.abB()) +this.rL() +return new A.bO(null,t.b5)}, +Y3(){this.ao(new A.abz()) +this.rL()}, +S(a){var s=this.bn$,r=this.a,q=r.c,p=r.f,o=r.d +r=r.e +return A.a6u(s,new A.Pd(q,p,o,r,this,new A.ig(r.ga9V(),null),null))}} +A.abD.prototype={ +$0(){return this.a.a.e.ga9M()}, +$S(){return this.a.$ti.h("ac<~>(1)()")}} +A.abE.prototype={ +$0(){return this.a.a.e.ga9L()}, +$S(){return this.a.$ti.h("ac<~>(1)()")}} +A.abC.prototype={ +$0(){return this.a.a.e.gPA()}, +$S(){return this.a.$ti.h("ac<~>(1)()")}} +A.abA.prototype={ +$1(a){var s=0,r=A.a0(t.H),q,p=this,o,n +var $async$$1=A.a1(function(b,c){if(b===1)return A.Y(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.a8(p.c.$0().$1(a),$async$$1) +case 3:if(o.d==n)o.Hk() +case 1:return A.Z(q,r)}}) +return A.a_($async$$1,r)}, +$S(){return this.a.$ti.h("ac<~>(1)")}} +A.abx.prototype={ +$0(){return this.a.a.e.gPA()}, +$S(){return this.a.$ti.h("ac<~>(1)()")}} +A.aby.prototype={ +$1(a){var s=this.a +if(this.b!=s.d)return new A.bO(!0,t.d9) +s.Hk() +return new A.bO(a,t.d9)}, +$S:358} +A.abB.prototype={ +$0(){}, +$S:0} +A.abz.prototype={ +$0(){}, +$S:0} +A.Pd.prototype={ +bO(a){if(this.f==a.f)this.r===a.r +return!0}} +A.P4.prototype={ +tK(){return null}, +zB(a){this.aj()}, +n9(a){var s,r +if(a==null)return null +t.Dn.a(a) +s=J.bT(a) +r=A.cL(s.gK(a)) +if(r==null)return null +return new A.nA(A.o4(r),s.gN(a))}, +nu(){var s,r=this,q=r.y,p=q==null +if((p?A.m(r).h("ck.T").a(q):q)==null)q=null +else{q=(p?A.m(r).h("ck.T").a(q):q).gjj().i(0) +s=r.y +q=[q,(s==null?A.m(r).h("ck.T").a(s):s).c]}return q}} +A.rI.prototype={ +aO(a){this.bs(a) +this.pq()}, +b5(){var s,r,q,p,o=this +o.cU() +s=o.bn$ +r=o.gns() +q=o.c +q.toString +q=A.q8(q) +o.fJ$=q +p=o.ml(q,r) +if(r){o.je(s,o.ed$) +o.ed$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fI$.U(0,new A.acK()) +s=r.bn$ +if(s!=null)s.l() +r.bn$=null +r.aR()}} +A.pQ.prototype={ +guP(){return this.e}, +k7(){var s,r=this,q=A.ag0(r.gUk(),!1) +r.p1=q +s=A.ag0(r.gUm(),!0) +r.p3=s +B.b.C(r.e,A.a([q,s],t.fy)) +r.RS()}, +l_(a){var s,r=this +r.RN(a) +s=r.at.Q +s===$&&A.b() +if(s===B.E&&!r.Q)r.a.Lh(r) +return!0}, +l(){var s,r,q +for(s=this.e,r=s.length,q=0;q"))}} +A.og.prototype={ +aP(){var s,r,q=this +q.bk() +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.zr(s)}, +aO(a){this.bs(a) +this.IF()}, +b5(){this.cU() +this.d=null +this.IF()}, +IF(){var s,r,q=this.a.c +q.a.a.toString +s=this.f +s.dy=B.PV +if(q.gnd()){this.a.c.a.a.toString +r=!0}else r=!1 +if(r){r=q.a.y.geb() +if(r!=null)r.qQ(s)}}, +Wr(){this.ao(new A.aan(this))}, +l(){this.f.l() +this.r.l() +this.aR()}, +gHQ(){var s=this.a.c.go +if((s==null?null:s.gaT(s))!==B.ar){s=this.a.c.a +s=s==null?null:s.cx.a +s=s===!0}else s=!0 +return s}, +S(a){var s,r,q=this,p=null,o=q.a.c,n=o.gnd(),m=q.a.c +if(!m.gLK()){m=m.l6$ +m=m!=null&&m.length!==0}else m=!0 +s=q.a.c +s=s.gLK()||s.Le$>0 +r=q.a.c +return A.oB(o.c,new A.aar(q),new A.zt(n,m,s,o,new A.vW(r.fy,new A.pS(new A.ig(new A.aas(q),p),r.ok,p),p),p))}} +A.aan.prototype={ +$0(){this.a.d=null}, +$S:0} +A.aar.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new A.lr(b,s,null)}, +$S:359} +A.aas.prototype={ +$1(a){var s,r=null,q=A.aU([B.wh,new A.LD(a,new A.bt(A.a([],t.ot),t.wS))],t.A,t.od),p=this.a,o=p.e +o===$&&A.b() +s=p.d +if(s==null)s=p.d=new A.iR(new A.ig(new A.aap(p),r),p.a.c.k4) +return A.SV(q,new A.q0(p.r,B.bc,B.Kv,A.ajA(!1,new A.iR(A.oB(o,new A.aaq(p),s),r),r,r,p.f),r))}, +$S:360} +A.aaq.prototype={ +$2(a,b){var s,r,q,p,o=this.a,n=o.a.c,m=n.go +m.toString +s=n.id +s.toString +r=n.a +r=r==null?null:r.cx +if(r==null)r=new A.fr(!1,$.aR()) +o=A.oB(r,new A.aao(o),b) +A.ao(a) +q=A.ao(a).r +p=B.eo.k(0,n.a.cx.a?B.aV:q) +if(p==null)p=B.jY +return p.JO(n,a,m,s,o,n.$ti.c)}, +$S:146} +A.aao.prototype={ +$2(a,b){var s=this.a,r=s.gHQ() +s.f.scg(!r) +return A.YC(b,r,null)}, +$S:361} +A.aap.prototype={ +$1(a){var s=null,r=this.a.a.c +r.go.toString +r.id.toString +return A.e2(s,r.jW.$1(a),!1,s,!0,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +$S:25} +A.ld.prototype={ +ao(a){var s,r=this.k3 +if(r.gbT()!=null){r=r.gbT() +if(r.a.c.gnd())if(!r.gHQ()){r.a.c.a.a.toString +s=!0}else s=!1 +else s=!1 +if(s){s=r.a.c.a.y.geb() +if(s!=null)s.qQ(r.f)}r.ao(a)}else a.$0()}, +k7(){var s=this +s.Sa() +s.go=A.H8(A.eS.prototype.ghm.call(s,s)) +s.id=A.H8(A.eS.prototype.gCC.call(s))}, +pn(){var s,r=this,q=r.k3 +if(q.gbT()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.geb() +if(s!=null)s.qQ(q.gbT().f)}return r.S9()}, +pk(){var s,r=this,q=r.k3 +if(q.gbT()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.geb() +if(s!=null)s.qQ(q.gbT().f)}r.S7()}, +suJ(a){var s,r=this +if(r.fy===a)return +r.ao(new A.a_h(r,a)) +s=r.go +s.toString +s.scm(0,r.fy?B.cA:A.eS.prototype.ghm.call(r,r)) +s=r.id +s.toString +s.scm(0,r.fy?B.cB:A.eS.prototype.gCC.call(r)) +r.oY()}, +h5(){var s=0,r=A.a0(t.oj),q,p=this,o,n,m +var $async$h5=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:p.k3.gbT() +o=A.a6(p.k1,!0,t.Ev),n=o.length,m=0 +case 3:if(!(m")),!1,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,B.IB,r,r,r):q}, +i(a){return"ModalRoute("+this.b.i(0)+", animation: "+A.h(this.as)+")"}} +A.a_h.prototype={ +$0(){this.a.fy=this.b}, +$S:0} +A.a_i.prototype={ +$1(a){var s=a.ga9X() +return s.gm(s)}, +$S:362} +A.a_f.prototype={ +$0(){}, +$S:0} +A.of.prototype={ +h5(){var s=0,r=A.a0(t.oj),q,p=this,o +var $async$h5=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:o=p.l6$ +if(o!=null&&o.length!==0){q=B.eI +s=1 +break}q=p.RT() +s=1 +break +case 1:return A.Z(q,r)}}) +return A.a_($async$h5,r)}, +glv(){var s=this.l6$ +if(s!=null&&s.length!==0)return B.eI +return A.cl.prototype.glv.call(this)}, +l_(a){var s,r,q=this,p=q.l6$ +if(p!=null&&p.length!==0){s=p.pop() +s.b=null +s.a9R() +r=s.c&&--q.Le$===0 +if(q.l6$.length===0||r)q.oY() +return!1}q.S8(a) +return!0}} +A.Id.prototype={ +S(a){var s,r,q,p=t.w,o=A.dq(a,B.bq,p).w.r,n=Math.max(o.a,0),m=this.d,l=m?o.b:0 +l=Math.max(l,0) +s=Math.max(o.c,0) +r=this.f +q=r?o.d:0 +return new A.dP(new A.b1(n,l,s,Math.max(q,0)),A.FK(this.x,A.dq(a,null,p).w.Nl(r,!0,!0,m),null),null)}} +A.Ij.prototype={ +Nu(){}, +KO(a,b){if(b!=null)b.cF(new A.x4(null,a,b,0))}, +KP(a,b,c){b.cF(A.agg(b,null,null,a,c))}, +tV(a,b,c){b.cF(new A.iJ(null,c,0,a,b,0))}, +KN(a,b){b.cF(new A.ls(null,a,b,0))}, +oO(){}, +l(){this.b=!0}, +i(a){return"#"+A.b7(this)}} +A.kY.prototype={ +oO(){this.a.h8(0)}, +giz(){return!1}, +ghB(){return!1}, +gen(){return 0}} +A.Y5.prototype={ +giz(){return!1}, +ghB(){return!1}, +gen(){return 0}, +l(){this.c.$0() +this.r2()}} +A.a30.prototype={ +U4(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.fy(a)}else return 0}}}, +b0(a,b){var s,r,q,p,o=this +o.x=b +s=b.c +s.toString +r=s===0 +if(!r)o.e=b.a +q=b.a +if(o.f)if(r)if(q!=null){r=o.e +r=q.a-r.a>2e4}else r=!0 +else r=!1 +else r=!1 +if(r)o.f=!1 +p=o.U4(s,q) +if(p===0)return +s=o.a +if(A.Sr(s.w.a.c))p=-p +s.C6(p>0?B.i1:B.i2) +r=s.at +r.toString +s.we(r-s.r.yR(s,p))}, +l(){this.x=null +this.b.$0()}, +i(a){return"#"+A.b7(this)}} +A.VK.prototype={ +KO(a,b){var s=t.uL.a(this.c.x) +if(b!=null)b.cF(new A.x4(s,a,b,0))}, +KP(a,b,c){b.cF(A.agg(b,null,t.zk.a(this.c.x),a,c))}, +tV(a,b,c){b.cF(new A.iJ(t.zk.a(this.c.x),c,0,a,b,0))}, +KN(a,b){var s=this.c.x +b.cF(new A.ls(s instanceof A.f4?s:null,a,b,0))}, +giz(){var s=this.c +return(s==null?null:s.w)!==B.bn}, +ghB(){return!0}, +gen(){return 0}, +l(){this.c=null +this.r2()}, +i(a){return"#"+A.b7(this)+"("+A.h(this.c)+")"}} +A.Ca.prototype={ +Nu(){var s=this.a,r=this.c +r===$&&A.b() +s.h8(r.gen())}, +oO(){var s=this.a,r=this.c +r===$&&A.b() +s.h8(r.gen())}, +yl(){var s=this.c +s===$&&A.b() +s=s.x +s===$&&A.b() +if(!(Math.abs(this.a.we(s))<1e-10)){s=this.a +s.fz(new A.kY(s))}}, +yd(){if(!this.b)this.a.h8(0)}, +tV(a,b,c){var s=this.c +s===$&&A.b() +b.cF(new A.iJ(null,c,s.gen(),a,b,0))}, +ghB(){return!0}, +gen(){var s=this.c +s===$&&A.b() +return s.gen()}, +l(){var s=this.c +s===$&&A.b() +s.l() +this.r2()}, +i(a){var s=A.b7(this),r=this.c +r===$&&A.b() +return"#"+s+"("+r.i(0)+")"}, +giz(){return this.d}} +A.DS.prototype={ +yl(){var s=this.a,r=this.d +r===$&&A.b() +r=r.x +r===$&&A.b() +if(s.we(r)!==0){s=this.a +s.fz(new A.kY(s))}}, +yd(){var s,r +if(!this.b){s=this.a +r=this.d +r===$&&A.b() +s.h8(r.gen())}}, +tV(a,b,c){var s=this.d +s===$&&A.b() +b.cF(new A.iJ(null,c,s.gen(),a,b,0))}, +giz(){return!0}, +ghB(){return!0}, +gen(){var s=this.d +s===$&&A.b() +return s.gen()}, +l(){var s=this.c +s===$&&A.b() +s.fE(0) +s=this.d +s===$&&A.b() +s.l() +this.r2()}, +i(a){var s=A.b7(this),r=this.d +r===$&&A.b() +return"#"+s+"("+r.i(0)+")"}} +A.wZ.prototype={ +qk(a,b,c,d){var s,r=this +if(b.a==null){s=$.jO.l7$ +s===$&&A.b() +s=s.a.k(0,c)!=null||s.b.k(0,c)!=null}else s=!0 +if(s){r.b.qk(a,b,c,d) +return}s=r.a +if(s.gaJ(s)==null)return +s=s.gaJ(s) +s.toString +if(A.awd(s)){$.bX.vK(new A.a2X(r,a,b,c,d)) +return}r.b.qk(a,b,c,d)}, +uy(a,b){return this.b.uy(a,b)}, +uA(a,b){return this.b.uA(a,b)}, +AT(a){return this.b.AT(a)}} +A.a2X.prototype={ +$1(a){var s=this +A.eB(new A.a2W(s.a,s.b,s.c,s.d,s.e))}, +$S:3} +A.a2W.prototype={ +$0(){var s=this +return s.a.qk(s.b,s.c,s.d,s.e)}, +$S:0} +A.Ik.prototype={ +kn(a){return A.m2()}, +JN(a,b,c){var s=null +switch(this.kn(a).a){case 3:case 4:case 5:return A.avQ(b,c.b,B.bx,s,s,A.BE(),B.o,s,s,s,s,B.cI,s) +case 0:case 1:case 2:return b}}, +JM(a,b,c){switch(this.kn(a).a){case 2:case 3:case 4:case 5:return b +case 0:case 1:return A.ajI(c.a,b,B.i)}}, +O9(a){switch(this.kn(a).a){case 2:return new A.a2Y() +case 4:return new A.a2Z() +case 0:case 1:case 3:case 5:return new A.a3_()}}, +P4(a){switch(this.kn(a).a){case 2:return B.xD +case 4:return B.xE +case 0:case 1:case 3:case 5:return B.zg}}, +i(a){return"ScrollBehavior"}} +A.a2Y.prototype={ +$1(a){return A.aud(a.gc7(a))}, +$S:363} +A.a2Z.prototype={ +$1(a){var s=a.gc7(a),r=t.av,q=A.bg(20,null,!1,r) +$.jh() +return new A.pH(q,s,new A.iV(),A.bg(20,null,!1,r))}, +$S:364} +A.a3_.prototype={ +$1(a){var s=a.gc7(a) +$.jh() +return new A.hR(s,new A.iV(),A.bg(20,null,!1,t.av))}, +$S:138} +A.x_.prototype={ +bO(a){var s +if(A.v(this.f)===A.v(a.f))s=!1 +else s=!0 +return s}} +A.Il.prototype={ +iK(a,b,c){return this.a1Z(a,b,c)}, +a1Z(a,b,c){var s=0,r=A.a0(t.H),q=this,p,o,n +var $async$iK=A.a1(function(d,e){if(d===1)return A.Y(e,r) +while(true)switch(s){case 0:n=A.a([],t.mo) +for(p=q.f,o=0;o#"+A.b7(this)+"("+B.b.bi(s,", ")+")"}} +A.a48.prototype={ +i(a){var s=A.a([],t.s) +this.ci(s) +return"#"+A.b7(this)+"("+B.b.bi(s,", ")+")"}, +ci(a){var s,r,q +try{s=this.b +if(s!=null)a.push("estimated child count: "+A.h(s))}catch(q){r=A.as(q) +a.push("estimated child count: EXCEPTION ("+J.M(r).i(0)+")")}}} +A.Pf.prototype={} +A.IO.prototype={ +a5b(a){return null}, +JJ(a,b){var s,r,q,p,o,n,m,l,k=null +if(b>=0)p=b>=this.b +else p=!0 +if(p)return k +s=null +try{s=this.a.$2(a,b)}catch(o){r=A.as(o) +q=A.aN(o) +n=new A.bA(r,q,"widgets library",A.bh("building"),k,!1) +A.dd(n) +s=A.Wt(n)}if(s==null)return k +if(s.a!=null){p=s.a +p.toString +m=new A.Pf(p)}else m=k +p=s +s=new A.iR(p,k) +l=A.anl(s,b) +if(l!=null)s=new A.F3(l,s,k) +p=s +s=new A.tf(new A.Ah(p,k),k) +return new A.pE(s,m)}} +A.Ah.prototype={ +ar(){return new A.Ai(null,B.l)}} +A.Ai.prototype={ +gvq(){return this.r}, +a7t(a){return new A.abM(this,a)}, +tc(a,b){var s,r=this +if(b){s=r.d;(s==null?r.d=A.aE(t.x9):s).B(0,a)}else{s=r.d +if(s!=null)s.v(0,a)}s=r.d +s=s==null?null:s.a!==0 +s=s===!0 +if(r.r!==s){r.r=s +r.qv()}}, +b5(){var s,r,q,p=this +p.cU() +s=p.c +s.toString +r=A.Iv(s) +s=p.f +if(s!=r){if(s!=null){q=p.e +if(q!=null)new A.aB(q,A.m(q).h("aB<1>")).U(0,s.gBy(s))}p.f=r +if(r!=null){s=p.e +if(s!=null)new A.aB(s,A.m(s).h("aB<1>")).U(0,r.gjG(r))}}}, +B(a,b){var s,r=this,q=r.a7t(b) +b.a0(0,q) +s=r.e;(s==null?r.e=A.z(t.x9,t.M):s).n(0,b,q) +r.f.B(0,b) +if(b.gm(b).c!==B.cj)r.tc(b,!0)}, +v(a,b){var s=this.e +if(s==null)return +s=s.v(0,b) +s.toString +b.M(0,s) +this.f.v(0,b) +this.tc(b,!1)}, +l(){var s,r,q=this,p=q.e +if(p!=null){for(p=A.jG(p,p.r);p.t();){s=p.d +q.f.v(0,s) +r=q.e.k(0,s) +r.toString +s.M(0,r)}q.e=null}q.d=null +q.aR()}, +S(a){var s=this +s.D4(a) +if(s.f==null)return s.a.c +return A.ale(s.a.c,s)}} +A.abM.prototype={ +$0(){var s=this.b,r=this.a +if(s.gm(s).c!==B.cj)r.tc(s,!0) +else r.tc(s,!1)}, +$S:0} +A.RR.prototype={ +aP(){this.bk() +if(this.r)this.rk()}, +cW(){var s=this.ie$ +if(s!=null){s.aj() +s.e5() +this.ie$=null}this.r3()}} +A.jY.prototype={ +i8(){var s=this,r=null,q=s.gAc()?s.gfb():r,p=s.gAc()?s.gfa():r,o=s.gLN()?s.gce():r,n=s.gLQ()?s.gqy():r,m=s.geA(),l=s.gmO(s) +return new A.Eh(q,p,o,n,m,l)}, +gBh(){var s=this +return s.gce()s.gfa()}, +gJD(){var s=this +return s.gce()===s.gfb()||s.gce()===s.gfa()}, +gl5(){var s=this +return s.gqy()-A.N(s.gfb()-s.gce(),0,s.gqy())-A.N(s.gce()-s.gfa(),0,s.gqy())}} +A.Eh.prototype={ +gfb(){var s=this.a +s.toString +return s}, +gfa(){var s=this.b +s.toString +return s}, +gAc(){return this.a!=null&&this.b!=null}, +gce(){var s=this.c +s.toString +return s}, +gLN(){return this.c!=null}, +gqy(){var s=this.d +s.toString +return s}, +gLQ(){return this.d!=null}, +i(a){var s=this +return"FixedScrollMetrics("+B.c.R(Math.max(s.gce()-s.gfb(),0),1)+"..["+B.c.R(s.gl5(),1)+"].."+B.c.R(Math.max(s.gfa()-s.gce(),0),1)+")"}, +geA(){return this.e}, +gmO(a){return this.f}} +A.M7.prototype={} +A.eT.prototype={} +A.K1.prototype={ +MG(a){if(t.rS.b(a))++a.eE$ +return!1}} +A.eq.prototype={ +ci(a){this.SZ(a) +a.push(this.a.i(0))}} +A.x4.prototype={ +ci(a){var s +this.nW(a) +s=this.d +if(s!=null)a.push(s.i(0))}} +A.hH.prototype={ +ci(a){var s +this.nW(a) +a.push("scrollDelta: "+A.h(this.e)) +s=this.d +if(s!=null)a.push(s.i(0))}} +A.iJ.prototype={ +ci(a){var s,r=this +r.nW(a) +a.push("overscroll: "+B.c.R(r.e,1)) +a.push("velocity: "+B.c.R(r.f,1)) +s=r.d +if(s!=null)a.push(s.i(0))}} +A.ls.prototype={ +ci(a){var s +this.nW(a) +s=this.d +if(s!=null)a.push(s.i(0))}} +A.JS.prototype={ +ci(a){this.nW(a) +a.push("direction: "+this.d.i(0))}} +A.Aa.prototype={ +ci(a){var s,r +this.wb(a) +s=this.eE$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.A9.prototype={ +bO(a){return this.f!==a.f}} +A.lQ.prototype={ +a7s(a,b){return this.a.$1(b)}} +A.x1.prototype={ +ar(){return new A.x2(new A.n1(t.z_),B.l)}} +A.x2.prototype={ +M(a,b){var s,r,q=this.d +q.toString +q=A.axT(q) +s=A.m(q).c +for(;q.t();){r=q.c +if(r==null)r=s.a(r) +if(J.e(r.a,b)){q=r.fK$ +q.toString +q.Iq(A.m(r).h("fc.E").a(r)) +return}}}, +Gz(a){var s,r,q,p,o,n,m,l,k=this.d +if(k.b===0)return +p=A.a6(k,!0,t.Sx) +for(k=p.length,o=0;oMath.max(Math.abs(s.a),Math.abs(s.b))}return s.Nd(a,b,c)}, +oN(a,b){var s=this.a +if(s==null)return 0 +return s.oN(a,b)}, +tq(a,b,c,d){var s=this.a +if(s==null){s=b.c +s.toString +return s}return s.tq(a,b,c,d)}, +tJ(a,b){var s=this.a +if(s==null)return null +return s.tJ(a,b)}, +gnN(){var s=this.a +s=s==null?null:s.gnN() +return s==null?$.apD():s}, +vl(a){var s=this.a +s=s==null?null:s.vl(a) +if(s==null){s=a.w.f +s===$&&A.b() +s=new A.JB(1/s,1/(0.05*s))}return s}, +gAO(){var s=this.a +s=s==null?null:s.gAO() +return s==null?18:s}, +guG(){var s=this.a +s=s==null?null:s.guG() +return s==null?50:s}, +gq0(){var s=this.a +s=s==null?null:s.gq0() +return s==null?8000:s}, +z2(a){var s=this.a +if(s==null)return 0 +return s.z2(a)}, +gzF(){var s=this.a +return s==null?null:s.gzF()}, +i(a){var s=this.a +if(s==null)return"ScrollPhysics" +return"ScrollPhysics -> "+s.i(0)}} +A.Ha.prototype={ +ts(a){return new A.Ha(this.oX(a))}, +tq(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.Lw((o-Math.abs(b))/s)}else{s.toString +m=this.Lw(o/s)}l=J.fy(b) +if(n&&this.b===B.vj)return l*Math.abs(b) +return l*A.asc(o,Math.abs(b),m)}, +oN(a,b){return 0}, +tJ(a,b){var s,r,q,p,o,n,m,l=this.vl(a) +if(Math.abs(b)>=l.c||a.gBh()){switch(this.b.a){case 1:s=1400 +break +case 0:s=0 +break +default:s=null}r=this.gnN() +q=a.at +q.toString +p=a.z +p.toString +o=a.Q +o.toString +n=new A.Tu(p,o,r,l) +if(qo){n.f=new A.nG(o,A.PW(r,q-o,b),B.bS) +n.r=-1/0}else{q=n.e=A.au4(0.135,q,b,s) +m=q.gu5() +if(b>0&&m>o){p=q.NK(o) +n.r=p +n.f=new A.nG(o,A.PW(r,o-o,Math.min(q.ea(0,p),5000)),B.bS)}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.Ud(r,b,n) +p=$.aex() +s=p*0.35*Math.pow(s/2223.8657884799995,1/(p-1)) +r.e=s +r.f=b*s/p +return r}} +A.rZ.prototype={ +ts(a){return new A.rZ(this.oX(a))}, +jq(a){return!0}} +A.nF.prototype={ +F(){return"ScrollPositionAlignmentPolicy."+this.b}} +A.lt.prototype={ +TL(a,b,c,d,e){var s,r,q,p=this +if(d!=null)p.mm(d) +if(p.at==null){s=p.w +r=s.c +r.toString +r=A.akA(r) +if(r==null)q=null +else{s=s.c +s.toString +q=r.a8J(s)}if(q!=null)p.at=q}}, +gfb(){var s=this.z +s.toString +return s}, +gfa(){var s=this.Q +s.toString +return s}, +gAc(){return this.z!=null&&this.Q!=null}, +gce(){var s=this.at +s.toString +return s}, +gLN(){return this.at!=null}, +gqy(){var s=this.ax +s.toString +return s}, +gLQ(){return this.ax!=null}, +mm(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.v(a)!==A.v(s))s.fr.Nu() +s.w.CJ(s.fr.giz()) +s.dy.sm(0,s.fr.ghB())}, +gmO(a){var s=this.w.f +s===$&&A.b() +return s}, +PB(a){var s,r,q,p=this,o=p.at +o.toString +if(a!==o){s=p.r.oN(p,a) +o=p.at +o.toString +r=a-s +p.at=r +if(r!==o){p.yx() +p.D5() +r=p.at +r.toString +p.zA(r-o)}if(Math.abs(s)>1e-10){o=p.fr +o.toString +r=p.i8() +q=$.aG.I$.z.k(0,p.w.Q) +q.toString +o.tV(r,q,s) +return s}}return 0}, +a3G(a){var s=this.at +s.toString +this.at=s+a +this.ch=!0}, +Ls(a){var s=this,r=s.at +r.toString +s.as=a-r +s.at=a +s.yx() +s.D5() +$.bX.rx$.push(new A.a34(s))}, +yU(a){if(this.ax!==a){this.ax=a +this.ch=!0}return!0}, +yQ(a,b){var s,r,q,p=this +if(!A.BC(p.z,a,0.001)||!A.BC(p.Q,b,0.001)||p.ch||p.db!==A.b6(p.geA())){p.z=a +p.Q=b +p.db=A.b6(p.geA()) +s=p.ay?p.i8():null +p.ch=!1 +p.CW=!0 +if(p.ay){r=p.cx +r.toString +s.toString +r=!p.a3H(r,s)}else r=!1 +if(r)return!1 +p.ay=!0}if(p.CW){p.RX() +p.w.Pv(p.r.jq(p)) +p.CW=!1}s=p.i8() +if(p.cx!=null){r=Math.max(s.gce()-s.gfb(),0) +q=p.cx +if(r===Math.max(q.gce()-q.gfb(),0))if(s.gl5()===p.cx.gl5()){r=Math.max(s.gfa()-s.gce(),0) +q=p.cx +r=r===Math.max(q.gfa()-q.gce(),0)&&s.e===p.cx.e}else r=!1 +else r=!1 +r=!r}else r=!0 +if(r){if(!p.cy){A.eB(p.ga4b()) +p.cy=!0}p.cx=p.i8()}return!0}, +a3H(a,b){var s=this,r=s.r.tq(s.fr.ghB(),b,a,s.fr.gen()),q=s.at +q.toString +if(r!==q){s.at=r +return!1}return!0}, +oO(){this.fr.oO() +this.yx()}, +yx(){var s,r,q,p,o,n=this,m=n.w +switch(m.a.c.a){case 0:s=B.dp +r=B.dn +break +case 1:s=B.dq +r=B.dr +break +case 2:s=B.dn +r=B.dp +break +case 3:s=B.dr +r=B.dq +break +default:s=null +r=null}q=A.aE(t._S) +p=n.at +p.toString +o=n.z +o.toString +if(p>o)q.B(0,r) +p=n.at +p.toString +o=n.Q +o.toString +if(pr)o=r +break +default:o=m}r=n.at +r.toString +if(o===r)return A.dp(m,t.H) +if(e.a===B.o.a){n.eH(o) +return A.dp(m,t.H)}return n.iK(o,d,e)}, +q2(a,b,c,d){var s,r=this.z +r.toString +s=this.Q +s.toString +b=A.N(b,r,s) +return this.Sc(0,b,c,d)}, +fz(a){var s,r,q=this,p=q.fr +if(p!=null){s=p.giz() +r=q.fr.ghB() +if(r&&!a.ghB())q.zu() +q.fr.l()}else{r=!1 +s=!1}q.fr=a +if(s!==a.giz())q.w.CJ(q.fr.giz()) +q.dy.sm(0,q.fr.ghB()) +if(!r&&q.fr.ghB())q.zy()}, +zy(){var s=this.fr +s.toString +s.KO(this.i8(),$.aG.I$.z.k(0,this.w.Q))}, +zA(a){var s,r,q=this.fr +q.toString +s=this.i8() +r=$.aG.I$.z.k(0,this.w.Q) +r.toString +q.KP(s,r,a)}, +zu(){var s,r,q,p=this,o=p.fr +o.toString +s=p.i8() +r=p.w +q=$.aG.I$.z.k(0,r.Q) +q.toString +o.KN(s,q) +q=p.at +q.toString +r.r.sm(0,q) +q=$.hL.f4$ +q===$&&A.b() +q.a5i() +o=r.c +o.toString +o=A.akA(o) +if(o!=null){s=r.c +s.toString +r=p.at +r.toString +if(o.a==null)o.a=A.z(t.K,t.z) +s=o.E0(s) +if(s.length!==0)o.a.n(0,new A.Au(s),r)}}, +a4c(){var s,r,q +this.cy=!1 +s=this.w.Q +if($.aG.I$.z.k(0,s)!=null){r=this.i8() +q=$.aG.I$.z.k(0,s) +q.toString +s=$.aG.I$.z.k(0,s) +if(s!=null)s.cF(new A.nE(r,q,0))}}, +l(){var s=this,r=s.fr +if(r!=null)r.l() +s.fr=null +r=s.dy +r.fy$=$.aR() +r.fx$=0 +s.e5()}, +ci(a){var s,r,q=this +q.Sb(a) +s=q.z +s=s==null?null:B.c.R(s,1) +r=q.Q +r=r==null?null:B.c.R(r,1) +a.push("range: "+A.h(s)+".."+A.h(r)) +r=q.ax +a.push("viewport: "+A.h(r==null?null:B.c.R(r,1)))}} +A.a34.prototype={ +$1(a){this.a.as=0}, +$S:3} +A.nE.prototype={ +JA(){return A.agg(this.b,this.eE$,null,this.a,null)}, +ci(a){this.SY(a) +a.push(this.a.i(0))}} +A.A8.prototype={ +ci(a){var s,r +this.wb(a) +s=this.eE$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.Pk.prototype={} +A.x3.prototype={ +geA(){return this.w.a.c}, +mm(a){var s,r=this +r.RW(a) +r.fr.a=r +r.k4=a.k4 +s=a.ok +if(s!=null){r.ok=s +s.a=r +a.ok=null}}, +fz(a){var s,r=this +r.k3=0 +r.RY(a) +s=r.ok +if(s!=null)s.l() +r.ok=null +if(!r.fr.ghB())r.C6(B.i0)}, +h8(a){var s,r,q,p=this,o=p.r.tJ(p,a) +if(o!=null){s=p.fr +s=s==null?null:s.giz() +s=new A.Ca(s!==!1,p) +r=A.ais(null,0,p.w) +r.bm() +q=r.cc$ +q.b=!0 +q.a.push(s.gyk()) +r.hV(0) +r.z=B.aq +r.I2(o).a.a.iv(s.gyc()) +s.c=r +p.fz(s)}else p.fz(new A.kY(p))}, +C6(a){var s,r,q,p=this +if(p.k4===a)return +p.k4=a +s=p.i8() +r=p.w.Q +q=$.aG.I$.z.k(0,r) +q.toString +r=$.aG.I$.z.k(0,r) +if(r!=null)r.cF(new A.JS(a,s,q,0))}, +iK(a,b,c){var s,r,q,p=this,o=p.at +o.toString +if(A.BC(a,o,p.r.vl(p).a)){p.eH(a) +return A.dp(null,t.H)}o=p.at +o.toString +s=new A.DS(p) +r=new A.bD(new A.at($.ag,t.U),t.b) +s.c=r +o=A.ais("DrivenScrollActivity",o,p.w) +o.bm() +q=o.cc$ +q.b=!0 +q.a.push(s.gyk()) +o.z=B.aq +o.kz(a,b,c).a.a.iv(s.gyc()) +s.d!==$&&A.cu() +s.d=o +p.fz(s) +return r.a}, +eH(a){var s,r,q=this +q.fz(new A.kY(q)) +s=q.at +s.toString +if(s!==a){q.Ls(a) +q.zy() +r=q.at +r.toString +q.zA(r-s) +q.zu()}q.h8(0)}, +Bm(a){var s,r,q,p,o=this +if(a===0){o.h8(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.fz(new A.kY(o)) +o.C6(-a>0?B.i1:B.i2) +s=o.at +s.toString +o.dy.sm(0,!0) +o.Ls(p) +o.zy() +r=o.at +r.toString +o.zA(r-s) +o.zu() +o.h8(0)}}, +l(){var s=this.ok +if(s!=null)s.l() +this.ok=null +this.S_()}} +A.Tu.prototype={ +yh(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}, +dm(a,b){return this.yh(b).dm(0,b-this.w)}, +ea(a,b){return this.yh(b).ea(0,b-this.w)}, +lj(a){return this.yh(a).lj(a-this.w)}, +i(a){return"BouncingScrollSimulation(leadingExtent: "+A.h(this.b)+", trailingExtent: "+A.h(this.c)+")"}} +A.Ud.prototype={ +dm(a,b){var s,r=this.e +r===$&&A.b() +s=A.N(b/r,0,1) +r=this.f +r===$&&A.b() +return this.b+r*(1-Math.pow(1-s,$.aex()))}, +ea(a,b){var s=this.e +s===$&&A.b() +return this.c*Math.pow(1-A.N(b/s,0,1),$.aex()-1)}, +lj(a){var s=this.e +s===$&&A.b() +return a>=s}} +A.Ip.prototype={ +F(){return"ScrollViewKeyboardDismissBehavior."+this.b}} +A.Io.prototype={ +a2z(a,b,c,d){return new A.yf(c,0,b,null,this.Q,this.ch,d,null)}, +S(a){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=j.JL(a),g=j.cx,f=A.d1(a,i) +if(f!=null){s=f.r +r=s.a3y(0,0) +q=s.a3A(0,0) +s=j.c===B.bc +g=s?q:r +h=A.FK(h,f.z8(s?r:q),i)}p=A.a([g!=null?new A.IT(g,h,i):h],t.F) +s=j.c +o=A.aoq(a,s,!1) +n=j.f +n=A.akP(a,s) +m=n?A.H2(a):j.e +l=A.alb(o,j.ch,m,j.at,j.r,j.ay,i,j.as,new A.a35(j,o,p)) +k=n&&m!=null?A.akO(l):l +if(j.ax===B.JO)return new A.cT(new A.a36(a),k,i,t.kj) +else return k}} +A.a35.prototype={ +$2(a,b){return this.a.a2z(a,b,this.b,this.c)}, +$S:368} +A.a36.prototype={ +$1(a){var s=A.ajB(this.a) +if(a.d!=null&&s.gk5())s.BZ() +return!1}, +$S:369} +A.Cj.prototype={} +A.Fo.prototype={ +JL(a){return new A.IS(this.RG,null)}} +A.EK.prototype={ +JL(a){return new A.IQ(this.p3,this.p4,null)}} +A.abL.prototype={ +$2(a,b){if(!a.a)a.M(0,b)}, +$S:41} +A.x6.prototype={ +ar(){var s=null,r=t.re +return new A.x7(new A.P5($.aR()),new A.cb(s,r),new A.cb(s,t.hA),new A.cb(s,r),B.qb,s,A.z(t.yb,t.M),s,!0,s,s,s,B.l)}, +a9q(a,b){return this.f.$2(a,b)}} +A.a3d.prototype={ +$1(a){return null}, +$S:370} +A.Ab.prototype={ +bO(a){return this.r!==a.r}} +A.x7.prototype={ +gKC(){var s,r=this +switch(r.a.c.a){case 2:s=r.d.at +s.toString +return new A.q(0,s) +case 0:s=r.d.at +s.toString +return new A.q(0,-s) +case 3:s=r.d.at +s.toString +return new A.q(-s,0) +case 1:s=r.d.at +s.toString +return new A.q(s,0)}}, +go9(){var s=this.a.d +if(s==null){s=this.x +s.toString}return s}, +gcR(){return this.a.z}, +IK(){var s,r,q,p=this +p.a.toString +s=p.c +s.toString +s=A.age(s) +p.w=s +r=p.c +r.toString +r=s.P4(r) +p.e=r +s=p.a.e +if(s!=null)p.e=new A.rZ(s.oX(r)) +q=p.d +if(q!=null){p.go9().pj(0,q) +A.eB(q.gpr())}p.go9() +s=p.e +s.toString +r=$.aR() +r=new A.x3(B.i0,s,p,!0,null,new A.fr(!1,r),r) +r.TL(p,null,!0,q,s) +if(r.at==null&&!0)r.at=0 +if(r.fr==null)r.fz(new A.kY(r)) +p.d=r +s=p.go9() +r=p.d +r.toString +s.ab(r)}, +je(a,b){var s,r,q,p=this.r +this.no(p,"offset") +s=p.y +r=s==null +if((r?A.m(p).h("ck.T").a(s):s)!=null){q=this.d +q.toString +p=r?A.m(p).h("ck.T").a(s):s +p.toString +if(b)q.at=p +else q.eH(p)}}, +aP(){if(this.a.d==null)this.x=A.agf() +this.bk()}, +b5(){var s=this,r=s.c +r.toString +r=A.d1(r,B.wG) +s.y=r==null?null:r.CW +r=s.c +r.toString +r=A.d1(r,B.f8) +r=r==null?null:r.b +if(r==null){r=s.c +r.toString +A.am0(r).toString +r=$.bw().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}}s.f=r +s.IK() +s.T0()}, +a0q(a){var s,r,q,p=null,o=this.a,n=o.e +if(n==null)n=p +s=a.e +if(s==null)s=p +do{o=n==null +r=o?p:A.v(n) +q=s==null +if(r!=(q?p:A.v(s)))return!0 +n=o?p:n.a +s=q?p:s.a}while(n!=null||s!=null) +o=this.a.d +o=o==null?p:A.v(o) +r=a.d +return o!=(r==null?p:A.v(r))}, +aO(a){var s,r,q=this +q.T1(a) +s=a.d +if(q.a.d!=s){if(s==null){s=q.x +s.toString +r=q.d +r.toString +s.pj(0,r) +q.x.l() +q.x=null}else{r=q.d +r.toString +s.pj(0,r) +if(q.a.d==null)q.x=A.agf()}s=q.go9() +r=q.d +r.toString +s.ab(r)}if(q.a0q(a))q.IK()}, +l(){var s,r=this,q=r.a.d +if(q!=null){s=r.d +s.toString +q.pj(0,s)}else{q=r.x +if(q!=null){s=r.d +s.toString +q.pj(0,s)}q=r.x +if(q!=null)q.l()}r.d.l() +r.r.l() +r.T2()}, +Pv(a){var s,r,q=this +if(a===q.ay)s=!a||A.b6(q.a.c)===q.ch +else s=!1 +if(s)return +if(!a){q.at=B.qb +q.Hu()}else{switch(A.b6(q.a.c).a){case 1:q.at=A.aU([B.iF,new A.cG(new A.a39(q),new A.a3a(q),t.ok)],t.A,t.xR) +break +case 0:q.at=A.aU([B.iE,new A.cG(new A.a3b(q),new A.a3c(q),t.Uv)],t.A,t.xR) +break}a=!0}q.ay=a +q.ch=A.b6(q.a.c) +s=q.Q +if(s.gbT()!=null){s=s.gbT() +s.yi(q.at) +if(!s.a.f){r=s.c.gW() +r.toString +t.Wx.a(r) +s.e.a29(r)}}}, +CJ(a){var s,r=this +if(r.ax===a)return +r.ax=a +s=r.as +if($.aG.I$.z.k(0,s)!=null){s=$.aG.I$.z.k(0,s).gW() +s.toString +t.f1.a(s).sLX(r.ax)}}, +Xf(a){var s=this.d,r=s.fr.gen(),q=new A.Y5(this.gVP(),s) +s.fz(q) +s.k3=r +this.cx=q}, +a06(a){var s,r,q=this.d,p=q.r,o=p.z2(q.k3) +p=p.gzF() +s=p==null?null:0 +r=new A.a30(q,this.gVN(),o,p,a.a,o!==0,s,a.d,a) +q.fz(new A.VK(r,q)) +this.CW=q.ok=r}, +a07(a){var s=this.CW +if(s!=null)s.b0(0,a)}, +a05(a){var s,r,q,p,o=this.CW +if(o!=null){s=a.b +s.toString +r=-s +if(A.Sr(o.a.w.a.c))r=-r +o.x=a +if(o.f){s=J.fy(r) +q=o.c +p=Math.abs(r)>Math.abs(q)*0.5 +if(s===J.fy(q)&&p)r+=q}o.a.h8(r)}}, +Hu(){if($.aG.I$.z.k(0,this.Q)==null)return +var s=this.cx +if(s!=null)s.a.h8(0) +s=this.CW +if(s!=null)s.a.h8(0)}, +VQ(){this.cx=null}, +VO(){this.CW=null}, +Hz(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)}, +Hy(a){var s,r,q=A.ba("delta"),p=$.hL.fN$ +p===$&&A.b() +p=p.a +p=p.gaD(p) +s=A.fM(p,A.m(p).h("j.E")) +this.w===$&&A.b() +p=A.cR([B.c5,B.d1],t.bd) +r=s.iL(0,p.giP(p))&&a.gc7(a)===B.bJ +switch(A.b6(this.a.c).a){case 0:q.b=r?a.gkr().b:a.gkr().a +break +case 1:q.b=r?a.gkr().a:a.gkr().b +break}if(A.Sr(this.a.c))q.b=q.am()*-1 +return q.am()}, +a_p(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.jq(r) +s=r}else s=!1 +if(s)return +q=o.Hy(a) +p=o.Hz(q) +if(q!==0){s=o.d.at +s.toString +s=p!==s}else s=!1 +if(s)$.eI.cZ$.Nf(0,a,o.ga08())}else if(t.xb.b(a))o.d.Bm(0)}, +a09(a){var s,r=this,q=r.Hy(a),p=r.Hz(q) +if(q!==0){s=r.d.at +s.toString +s=p!==s}else s=!1 +if(s)r.d.Bm(q)}, +Y7(a){var s,r +if(a.eE$===0){s=$.aG.I$.z.k(0,this.z) +r=s==null?null:s.gW() +if(r!=null)r.aV()}return!1}, +S(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.vj(B.bC,new A.lq(A.e2(j,A.YC(r.a9q(a,i),q,k.as),!1,j,!0,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j),s,B.ag,!1,k.Q),j,j,j,k.ga_o(),j) +r=k.a +r.toString +q=k.d +q.toString +k.e.toString +p=k.go9() +o=k.a.as +n=new A.Iq(r.c,p,o) +p=k.w +p===$&&A.b() +m=p.JN(a,p.JM(a,new A.cT(k.gY6(),new A.Pl(q,!0,r.x,new A.Ab(k,i,s,j),k.z),j,t.ji),n),n) +l=A.Iv(a) +if(l!=null){i=k.d +i.toString +m=new A.Ad(k,i,m,l,j)}return m}} +A.a39.prototype={ +$0(){this.a.w===$&&A.b() +return A.am_(null,B.eN)}, +$S:92} +A.a3a.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gFK() +a.ay=q.gHw() +a.ch=q.gHx() +a.CW=q.gHv() +a.cx=q.gHt() +s=q.e +a.cy=s==null?null:s.gAO() +s=q.e +a.db=s==null?null:s.guG() +s=q.e +a.dx=s==null?null:s.gq0() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.O9(r) +a.at=q.a.y +a.b=q.y +a.c=B.eN}, +$S:91} +A.a3b.prototype={ +$0(){this.a.w===$&&A.b() +return A.afF(null,B.eN)}, +$S:88} +A.a3c.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gFK() +a.ay=q.gHw() +a.ch=q.gHx() +a.CW=q.gHv() +a.cx=q.gHt() +s=q.e +a.cy=s==null?null:s.gAO() +s=q.e +a.db=s==null?null:s.guG() +s=q.e +a.dx=s==null?null:s.gq0() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.O9(r) +a.at=q.a.y +a.b=q.y +a.c=B.eN}, +$S:87} +A.Ad.prototype={ +ar(){return new A.Pm(B.l)}} +A.Pm.prototype={ +aP(){var s,r,q,p +this.bk() +s=this.a +r=s.c +s=s.d +q=t.x9 +p=t.i +q=new A.Ac(r,new A.VO(r,30),s,A.z(q,p),A.z(q,p),A.a([],t.D1),A.aE(q),B.JY,$.aR()) +s.a0(0,q.gHo()) +this.d=q}, +aO(a){var s,r +this.bs(a) +s=this.a.d +if(a.d!==s){r=this.d +r===$&&A.b() +r.sbj(0,s)}}, +l(){var s=this.d +s===$&&A.b() +s.l() +this.aR()}, +S(a){var s=this.a,r=s.f,q=this.d +q===$&&A.b() +return new A.qg(r,s.e,q,null)}} +A.Ac.prototype={ +sbj(a,b){var s,r=this.id +if(b===r)return +s=this.gHo() +r.M(0,s) +this.id=b +b.a0(0,s)}, +a0_(){if(this.fr)return +this.fr=!0 +$.bX.rx$.push(new A.abI(this))}, +zt(){var s=this,r=s.b,q=A.vf(r,A.ae(r).c) +r=s.k1 +r.BB(r,new A.abJ(q)) +r=s.k2 +r.BB(r,new A.abK(q)) +s.QU()}, +A9(a){var s,r,q,p,o,n,m=this +if(m.fy==null&&m.fx==null)m.go=m.FD(a.b) +s=A.Sm(m.dx) +r=a.b +q=a.c +p=-s.a +o=-s.b +if(a.a===B.dj){r=m.fy=m.G_(r) +a=A.alc(new A.q(r.a+p,r.b+o),q)}else{r=m.fx=m.G_(r) +a=A.ald(new A.q(r.a+p,r.b+o),q)}n=m.R1(a) +if(n===B.i5){m.dy.e=!1 +return n}if(m.go){r=m.dy +r.PW(A.avS(a.b,0,0)) +if(r.e)return B.i5}return n}, +G_(a){var s,r,q,p=this.dx,o=p.c.gW() +o.toString +t.x.a(o) +s=o.lI(a) +if(!this.go){r=s.b +if(r<0||s.a<0)return A.cC(o.bz(0,null),B.h) +if(r>o.gA(o).b||s.a>o.gA(o).a)return B.Ir}q=A.Sm(p) +return A.cC(o.bz(0,null),new A.q(s.a+q.a,s.b+q.b))}, +yr(a,b){var s,r,q,p=this,o=p.dx,n=A.Sm(o) +o=o.c.gW() +o.toString +t.x.a(o) +s=o.bz(0,null) +r=p.d +if(r!==-1)q=p.fx==null||b +else q=!1 +if(q){r=J.jj(p.b[r]).a +r.toString +p.fx=A.cC(s,A.cC(J.aeO(p.b[p.d],o),r.a.X(0,new A.q(0,-r.b/2))).X(0,n))}r=p.c +if(r!==-1)q=!0 +else q=!1 +if(q){r=J.jj(p.b[r]).b +r.toString +p.fy=A.cC(s,A.cC(J.aeO(p.b[p.c],o),r.a.X(0,new A.q(0,-r.b/2))).X(0,n))}}, +IC(){return this.yr(!0,!0)}, +Gc(a){var s,r,q,p,o,n,m,l,k=this,j=k.b +if(a){s=j[k.c] +r=s.gm(s).b +q=s.gm(s).b.b}else{s=j[k.d] +r=s.gm(s).a +j=s.gm(s).a +q=j==null?null:j.b}if(q==null||r==null)return +j=k.dx +p=j.c.gW() +p.toString +t.x.a(p) +o=A.cC(s.bz(0,p),r.a) +n=p.gA(p).a +p=p.gA(p).b +switch(j.a.c.a){case 0:m=o.b +l=m-q +if(m>=p&&l<=0)return +if(m>p){j=k.id +n=j.at +n.toString +j.eH(n+p-m) +return}if(l<0){j=k.id +p=j.at +p.toString +j.eH(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.eH(p+r-n) +return}if(r<0){j=k.id +p=j.at +p.toString +j.eH(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.eH(n+m-p) +return}if(l<0){j=k.id +p=j.at +p.toString +j.eH(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.eH(p+n-r) +return}if(r<0){j=k.id +p=j.at +p.toString +j.eH(p+0-r)}return}}, +FD(a){var s,r=this.dx.c.gW() +r.toString +t.x.a(r) +s=r.lI(a) +return new A.C(0,0,0+r.gA(r).a,0+r.gA(r).b).p(0,s)}, +dP(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.u_(a) +break +case 1:s=q.dx.d.at +s.toString +q.k2.n(0,a,s) +q.u_(a) +break +case 5:case 6:q.u_(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.QV(a,b)}, +u_(a){var s,r,q,p,o,n,m=this,l=m.dx,k=l.d.at +k.toString +s=m.k1 +r=s.k(0,a) +q=m.fx +if(q!=null)p=r==null||Math.abs(k-r)>1e-10 +else p=!1 +if(p){o=A.Sm(l) +a.mR(A.ald(new A.q(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.k(0,a) +q=m.fy +if(q!=null)k=n==null||Math.abs(k-n)>1e-10 +else k=!1 +if(k){o=A.Sm(l) +a.mR(A.alc(new A.q(q.a+-o.a,q.b+-o.b),null)) +l=l.d.at +l.toString +s.n(0,a,l)}}, +l(){var s=this +s.k1.O(0) +s.k2.O(0) +s.fr=!1 +s.dy.e=!1 +s.QW()}} +A.abI.prototype={ +$1(a){var s=this.a +if(!s.fr)return +s.fr=!1 +s.td()}, +$S:3} +A.abJ.prototype={ +$2(a,b){return!this.a.p(0,a)}, +$S:144} +A.abK.prototype={ +$2(a,b){return!this.a.p(0,a)}, +$S:144} +A.Pl.prototype={ +aq(a){var s=this.e,r=new A.OX(s,!0,this.r,null,A.ar()) +r.aw() +r.saI(null) +s.a0(0,r.gMt()) +return r}, +aG(a,b){b.sa1W(!0) +b.sbj(0,this.e) +b.sPq(this.r)}} +A.OX.prototype={ +sbj(a,b){var s,r=this,q=r.D +if(b===q)return +s=r.gMt() +q.M(0,s) +r.D=b +b.a0(0,s) +r.aV()}, +sa1W(a){return}, +sPq(a){if(a==this.af)return +this.af=a +this.aV()}, +dO(a){var s,r,q=this +q.fh(a) +a.a=!0 +if(q.D.ay){a.b2(B.Kh,!0) +s=q.D +r=s.at +r.toString +a.au=r +a.e=!0 +r=s.Q +r.toString +a.ai=r +s=s.z +s.toString +a.b6=s +a.sPl(q.af)}}, +oR(a,b,c){var s,r,q,p,o,n,m,l=this +if(c.length!==0){s=B.b.gK(c).dy +s=!(s!=null&&s.p(0,B.vA))}else s=!0 +if(s){l.bh=null +l.Dx(a,b,c) +return}s=l.bh +if(s==null)s=l.bh=A.IA(null,l.glN()) +s.sAt(a.Q||a.y) +s.sav(0,a.e) +s=l.bh +s.toString +r=t.r +q=A.a([s],r) +p=A.a([],r) +for(s=c.length,o=null,n=0;n#"+A.b7(r)+"("+B.b.bi(q,", ")+")"}, +gq(a){return A.D(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)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.M(b)!==A.v(r))return!1 +if(b instanceof A.Iq)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.a38.prototype={ +$2(a,b){if(b!=null)this.a.push(a+b.i(0))}, +$S:374} +A.VO.prototype={ +xP(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +a0t(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +PW(a){var s=this,r=s.a.gKC() +s.d=a.ac(0,r.a,r.b) +if(s.e)return +s.mf()}, +mf(){var s=0,r=A.a0(t.H),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$mf=A.a1(function(a,b){if(a===1)return A.Y(b,r) +while(true)switch(s){case 0:d=p.a +c=d.c.gW() +c.toString +t.x.a(c) +o=A.eo(c.bz(0,null),new A.C(0,0,0+c.gA(c).a,0+c.gA(c).b)) +c=p.e=!0 +n=d.gKC() +m=o.a +l=o.b +k=p.xP(new A.q(m+n.a,l+n.b),A.b6(d.a.c)) +j=k+p.a0t(new A.Q(o.c-m,o.d-l),A.b6(d.a.c)) +l=p.d +l===$&&A.b() +i=p.xP(new A.q(l.a,l.b),A.b6(d.a.c)) +l=p.d +h=p.xP(new A.q(l.c,l.d),A.b6(d.a.c)) +switch(d.a.c.a){case 0:case 3:if(h>j){m=d.d +l=m.at +l.toString +m=m.z +m.toString +m=l>m}else m=!1 +if(m){g=Math.min(h-j,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(im}else m=!1 +if(m){g=Math.min(k-i,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(h>j){m=d.d +l=m.at +l.toString +m=m.Q +m.toString +m=l>>24&255)/255*q.gm(q))),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255)) +return s}, +GI(a){var s,r,q,p=this +if(a){s=$.af().b4() +r=p.c +q=p.r +s.sag(0,A.W(B.c.aX(255*((r.gm(r)>>>24&255)/255*q.gm(q))),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255)) +s.scL(0,B.S) +s.shX(1) +return s}s=$.af().b4() +r=p.b +q=p.r +s.sag(0,A.W(B.c.aX(255*((r.gm(r)>>>24&255)/255*q.gm(q))),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255)) +return s}, +ZM(){return this.GI(!1)}, +ZJ(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.gt_() +switch(e.gt_().a){case 0:s=e.f +r=e.cy +r===$&&A.b() +q=new A.Q(s,r) +s+=2*e.x +r=e.db.d +r.toString +p=e.dx +p=p===B.F||p===B.G +o=e.Q +n=new A.Q(s,r-(p?o.gbe(o)+o.gbl(o):o.gcH())) +r=e.x +m=r+e.Q.a +o=e.cx +o===$&&A.b() +r=m-r +l=e.grD() +k=new A.q(r,l) +j=k.X(0,new A.q(s,0)) +i=e.db.d +i.toString +p=e.dx +p=p===B.F||p===B.G +h=e.Q +p=p?h.gbe(h)+h.gbl(h):h.gcH() +g=new A.q(r+s,l+(i-p)) +f=o +break +case 1:s=e.f +r=e.cy +r===$&&A.b() +q=new A.Q(s,r) +r=e.x +p=e.db.d +p.toString +o=e.dx +o=o===B.F||o===B.G +l=e.Q +o=o?l.gbe(l)+l.gbl(l):l.gcH() +n=new A.Q(s+2*r,p-o) +o=e.f +p=e.x +m=b.a-o-p-e.Q.c +o=e.cx +o===$&&A.b() +p=m-p +r=e.grD() +k=new A.q(p,r) +s=e.db.d +s.toString +l=e.dx +l=l===B.F||l===B.G +i=e.Q +g=new A.q(p,r+(s-(l?i.gbe(i)+i.gbl(i):i.gcH()))) +j=k +f=o +break +case 2:s=e.cy +s===$&&A.b() +q=new A.Q(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.F||r===B.G +p=e.Q +r=r?p.gbe(p)+p.gbl(p):p.gcH() +p=e.f +o=e.x +p+=2*o +n=new A.Q(s-r,p) +r=e.cx +r===$&&A.b() +f=o+e.Q.b +o=e.grD() +s=f-e.x +k=new A.q(o,s) +j=k.X(0,new A.q(0,p)) +l=e.db.d +l.toString +i=e.dx +i=i===B.F||i===B.G +h=e.Q +g=new A.q(o+(l-(i?h.gbe(h)+h.gbl(h):h.gcH())),s+p) +m=r +break +case 3:s=e.cy +s===$&&A.b() +q=new A.Q(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.F||r===B.G +p=e.Q +r=r?p.gbe(p)+p.gbl(p):p.gcH() +p=e.f +o=e.x +n=new A.Q(s-r,p+2*o) +r=e.cx +r===$&&A.b() +f=b.b-p-o-e.Q.d +o=e.grD() +p=f-e.x +k=new A.q(o,p) +s=e.db.d +s.toString +l=e.dx +l=l===B.F||l===B.G +i=e.Q +g=new A.q(o+(s-(l?i.gbe(i)+i.gbl(i):i.gcH())),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.C(s,r,s+n.a,r+n.b) +e.CW=new A.C(m,f,m+q.a,f+q.b) +s=e.r +if(s.gm(s)!==0){s=e.ch +s.toString +a.ct(s,e.ZM()) +a.ps(j,g,e.GI(!0)) +s=e.y +if(s!=null){r=e.CW +r.toString +a.dc(A.a1c(r,s),e.gGH()) +return}s=e.CW +s.toString +a.ct(s,e.gGH()) +return}}, +aC(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.F||f===B.G +r=g.Q +f=f?r.gbe(r)+r.gbl(r):r.gcH() +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.gl5() +s=g.dx +s=s===B.F||s===B.G +r=g.Q +s=s?r.gbe(r)+r.gbl(r):r.gcH() +r=g.db +q=r.b +q.toString +p=r.a +p.toString +r=r.d +r.toString +o=g.dx +o=o===B.F||o===B.G +n=g.Q +o=o?n.gbe(n)+n.gbl(n):n.gcH() +m=A.N((f-s)/(q-p+r-o),0,1) +o=g.db.d +o.toString +f=g.dx +f=f===B.F||f===B.G +s=g.Q +f=f?s.gbe(s)+s.gbl(s):s.gcH() +f=Math.min(o-f-2*g.w,g.at) +o=g.db.d +o.toString +s=g.dx +s=s===B.F||s===B.G +r=g.Q +s=s?r.gbe(r)+r.gbl(r):r.gcH() +l=Math.max(f,(o-s-2*g.w)*m) +s=g.db.gl5() +o=g.db.d +o.toString +f=g.as +r=g.dx +r=r===B.F||r===B.G +q=g.Q +r=r?q.gbe(q)+q.gbl(q):q.gcH() +k=Math.min(f,o-r-2*g.w) +f=g.dx +f=f===B.G||f===B.ba +r=g.db +if((f?Math.max(r.gfa()-r.gce(),0):Math.max(r.gce()-r.gfb(),0))>0){f=g.dx +f=f===B.G||f===B.ba +r=g.db +r=(f?Math.max(r.gce()-r.gfb(),0):Math.max(r.gfa()-r.gce(),0))>0 +f=r}else f=!1 +j=f?k:k*(1-A.N(1-s/o,0,0.2)/0.2) +f=g.db.d +f.toString +s=g.dx +s=s===B.F||s===B.G +r=g.Q +s=s?r.gbe(r)+r.gbl(r):r.gcH() +s=A.N(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.N((r-q)/i,0,1)}else h=0 +r=g.dx +q=r===B.G +p=q||r===B.ba?1-h:h +f=f.d +f.toString +r=r===B.F||q +q=g.Q +r=r?q.gbe(q)+q.gbl(q):q.gcH() +g.cx=p*(f-r-2*g.w-s)+g.gYL() +return g.ZJ(a,b)}, +Ct(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.F||r===B.G +q=o.Q +r=r?q.gbe(q)+q.gbl(q):q.gcH() +q=o.w +p=o.cy +p===$&&A.b() +return(m-s)*a/(n-r-2*q-p)}, +Ae(a){var s,r,q=this +if(q.CW==null)return null +if(!q.ay){s=q.r +if(s.gm(s)!==0){s=q.db +r=s.a +r.toString +s=s.b +s.toString +s=r===s}else s=!0}else s=!0 +if(s)return!1 +return q.ch.p(0,a)}, +LT(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.l4(A.q4(p.CW.gaM(),24)) +s=p.r +if(s.gm(s)===0){if(c&&b===B.bJ)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)}}, +a6A(a,b){return this.LT(a,b,!1)}, +LU(a,b){var s,r,q=this +if(q.CW==null)return!1 +if(q.ay)return!1 +s=q.r +if(s.gm(s)===0)return!1 +s=q.db +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +switch(b.a){case 0:case 4:s=q.CW +return s.l4(A.q4(s.gaM(),24)).p(0,a) +case 1:case 2:case 3:case 5:return q.CW.p(0,a)}}, +kt(a){var s,r=this +if(r.a.j(0,a.a))if(r.b.j(0,a.b))if(r.c.j(0,a.c))if(r.e==a.e)if(r.f===a.f)if(r.r===a.r)if(r.w===a.w)if(r.x===a.x)if(J.e(r.y,a.y))if(r.Q.j(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}, +CQ(a){return!1}, +gCD(){return null}, +i(a){return"#"+A.b7(this)}} +A.a3h.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:375} +A.q3.prototype={ +ar(){return A.avR(t.jU)}, +ka(a){return this.cx.$1(a)}} +A.iP.prototype={ +gkI(){var s=this.a.d +return s}, +glP(){var s=this.a.e +return s===!0}, +gHR(){if(this.glP())this.a.toString +return!1}, +gl2(){this.a.toString +return!0}, +aP(){var s,r,q,p,o=this,n=null +o.bk() +s=A.ef(n,o.a.ay,n,n,o) +s.bm() +r=s.bU$ +r.b=!0 +r.a.push(o.ga1u()) +o.x=s +s=o.y=A.fE(B.c2,s,n) +r=o.a +q=r.w +if(q==null)q=6 +p=r.r +r=r.db +r=new A.x9(B.fH,B.H,B.H,n,q,s,0,0,p,n,B.aN,18,18,r,$.aR()) +s.a.a0(0,r.gej()) +o.at!==$&&A.cu() +o.at=r}, +b5(){this.cU()}, +a1v(a){if(a!==B.E)if(this.gkI()!=null)this.gl2()}, +qw(){var s,r=this,q=r.at +q===$&&A.b() +r.a.toString +q.sag(0,B.fH) +r.a.toString +q.sa9c(null) +if(r.gHR()){r.a.toString +s=B.zn}else s=B.H +q.sNV(s) +if(r.gHR()){r.a.toString +s=B.C4}else s=B.H +q.sNU(s) +s=r.c.ah(t.I) +s.toString +q.sbQ(s.w) +s=r.a.w +q.sBN(s==null?6:s) +q.sqf(r.a.r) +r.a.toString +s=r.c +s.toString +s=A.dq(s,B.bq,t.w).w +q.sbZ(0,s.r) +q.svL(r.a.db) +r.a.toString +q.sAH(0) +r.a.toString +q.sc0(0,null) +r.a.toString +q.szf(0) +r.a.toString +q.sAP(0,18) +r.a.toString +q.sMz(18) +q.sLW(!r.gl2())}, +aO(a){var s,r=this +r.bs(a) +s=r.a.e +if(s!=a.e)if(s===!0){s=r.w +if(s!=null)s.bt(0) +s=r.x +s===$&&A.b() +s.z=B.aq +s.kz(1,B.ak,null)}else{s=r.x +s===$&&A.b() +s.hK(0)}}, +a1i(a){var s,r,q,p,o,n=this,m=B.b.gc9(n.r.f),l=A.ba("primaryDeltaFromDragStart"),k=A.ba("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.am() +q=n.f +q.toString +p=s.Ct(r+q) +if(l.am()>0){r=m.at +r.toString +r=pr}else r=!1 +else r=!0 +if(r){r=m.at +r.toString +p=r+s.Ct(k.am())}s=m.at +s.toString +if(p!==s){o=p-m.r.oN(m,p) +s=n.c +s.toString +s=A.age(s) +r=n.c +r.toString +switch(s.kn(r).a){case 1:case 3:case 4:case 5:s=m.z +s.toString +r=m.Q +r.toString +o=A.N(o,s,r) +break +case 2:case 0:break}m.eH(o)}}, +rN(){var s,r=this +if(!r.glP()){s=r.w +if(s!=null)s.bt(0) +r.w=A.cd(r.a.ch,new A.a1t(r))}}, +ko(){var s=this.r.f +if(s.length!==0)return A.b6(B.b.gc9(s).geA()) +return null}, +ug(){if(this.ko()==null)return +var s=this.w +if(s!=null)s.bt(0)}, +ui(a){var s,r,q,p,o,n,m=this +m.r=m.gkI() +if(m.ko()==null)return +s=m.w +if(s!=null)s.bt(0) +s=m.x +s===$&&A.b() +s.dS(0) +m.e=m.d=a +s=m.at +s===$&&A.b() +r=s.db +q=r.b +q.toString +p=r.a +p.toString +o=q-p +if(o>0){q=r.c +q.toString +n=A.N(q/o,0,1)}else n=0 +r=r.d +r.toString +q=s.dx +q=q===B.F||q===B.G +p=s.Q +q=q?p.gbe(p)+p.gbl(p):p.gcH() +p=s.w +s=s.cy +s===$&&A.b() +m.f=n*(r-q-2*p-s) +m.as=!0}, +a6h(a){var s,r=this +if(J.e(r.e,a))return +s=B.b.gc9(r.r.f) +if(!s.r.jq(s))return +if(r.ko()==null)return +r.a1i(a) +r.e=a}, +uh(a,b){var s=this +s.as=!1 +if(s.ko()==null)return +s.rN() +s.r=s.f=s.e=s.d=null}, +Ym(a){var s,r,q,p,o,n=this,m=n.gkI() +n.r=m +s=B.b.gc9(m.f) +if(!s.r.jq(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.F:B.G +break +case 3:case 1:r=n.at +r===$&&A.b() +r=r.cx +r===$&&A.b() +q=a.c.a>r?B.cu:B.ba +break +default:q=null}m=$.aG.I$.z.k(0,m.Q) +m.toString +p=A.hI(m) +p.toString +o=A.ala(p,new A.ep(q,B.i3)) +m=B.b.gc9(n.r.f) +r=B.b.gc9(n.r.f).at +r.toString +m.q2(0,r+o,B.kB,B.aB)}, +yg(a){var s,r,q=this.gkI() +if(q==null)return!0 +s=q.f +r=s.length +if(r>1)return!1 +return r===0||A.b6(B.b.gc9(s).geA())===a}, +a0b(a){var s,r,q=this,p=q.a +p.toString +if(!p.ka(a.JA()))return!1 +if(q.glP()){p=q.x +p===$&&A.b() +s=p.Q +s===$&&A.b() +if(s!==B.aJ&&s!==B.U)p.dS(0)}r=a.a +p=r.e +if(q.yg(A.b6(p))){s=q.at +s===$&&A.b() +s.e0(0,r,p)}return!1}, +Y9(a){var s,r,q,p=this +if(!p.a.ka(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.E&&q!==B.ar)r.hK(0) +r=s.e +if(p.yg(A.b6(r))){q=p.at +q===$&&A.b() +q.e0(0,s,r)}return!1}if(a instanceof A.hH||a instanceof A.iJ){r=p.x +r===$&&A.b() +q=r.Q +q===$&&A.b() +if(q!==B.aJ&&q!==B.U)r.dS(0) +r=p.w +if(r!=null)r.bt(0) +r=s.e +if(p.yg(A.b6(r))){q=p.at +q===$&&A.b() +q.e0(0,s,r)}}else if(a instanceof A.ls)if(p.d==null)p.rN() +return!1}, +gWv(){var s=this,r=A.z(t.A,t.xR) +if(s.gkI()==null||!s.gl2())return r +r.n(0,B.Qu,new A.cG(new A.a1p(s),new A.a1q(s),t.ff)) +r.n(0,B.Qv,new A.cG(new A.a1r(s),new A.a1s(s),t.Bk)) +return r}, +M8(a,b,c){var s,r=this.z +if($.aG.I$.z.k(0,r)==null)return!1 +s=A.ah4(r,a) +r=this.at +r===$&&A.b() +return r.LT(s,b,!0)}, +A2(a){var s,r=this +if(r.M8(a.gbj(a),a.gc7(a),!0)){r.Q=!0 +s=r.x +s===$&&A.b() +s.dS(0) +s=r.w +if(s!=null)s.bt(0)}else if(r.Q){r.Q=!1 +r.rN()}}, +A3(a){this.Q=!1 +this.rN()}, +GS(a){var s=A.b6(B.b.gc9(this.r.f).geA())===B.bb?a.gkr().a:a.gkr().b +return A.Sr(B.b.gc9(this.r.f).w.a.c)?s*-1:s}, +Ib(a){var s,r=B.b.gc9(this.r.f).at +r.toString +s=B.b.gc9(this.r.f).z +s.toString +s=Math.max(r+a,s) +r=B.b.gc9(this.r.f).Q +r.toString +return Math.min(s,r)}, +XV(a){var s,r,q,p=this +p.r=p.gkI() +s=p.GS(a) +r=p.Ib(s) +if(s!==0){q=B.b.gc9(p.r.f).at +q.toString +q=r!==q}else q=!1 +if(q)B.b.gc9(p.r.f).Bm(s)}, +a0d(a){var s,r,q,p,o=this +o.r=o.gkI() +s=o.at +s===$&&A.b() +s=s.Ae(a.gdj()) +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.gc9(o.r.f) +if(t.Mj.b(a)){if(!r.r.jq(r))return +q=o.GS(a) +p=o.Ib(q) +if(q!==0){s=r.at +s.toString +s=p!==s}else s=!1 +if(s)$.eI.cZ$.Nf(0,a,o.gXU())}else if(t.xb.b(a)){s=r.at +s.toString +r.eH(s)}}}, +l(){var s=this,r=s.x +r===$&&A.b() +r.l() +r=s.w +if(r!=null)r.bt(0) +r=s.at +r===$&&A.b() +r.r.a.M(0,r.gej()) +r.e5() +s.Sr()}, +S(a){var s,r,q=this,p=null +q.qw() +s=q.gWv() +r=q.at +r===$&&A.b() +return new A.cT(q.ga0a(),new A.cT(q.gY8(),new A.iR(A.vj(B.bC,new A.lq(A.a_l(A.afa(new A.iR(q.a.c,p),r,q.z,p),B.cC,p,new A.a1u(q),new A.a1v(q)),s,p,!1,p),p,p,p,q.ga0c(),p),p),p,t.WA),p,t.ji)}} +A.a1t.prototype={ +$0(){var s=this.a,r=s.x +r===$&&A.b() +r.hK(0) +s.w=null}, +$S:0} +A.a1p.prototype={ +$0(){var s=this.a,r=s.a.CW,q=t.S,p=A.cQ(q),o=A.aoA() +return new A.jc(s.z,r,null,B.bf,A.z(q,t.o),p,s,null,o,A.z(q,t.Au))}, +$S:376} +A.a1q.prototype={ +$1(a){var s=this.a +a.p2=s.gLI() +a.p3=new A.a1m(s) +a.p4=new A.a1n(s) +a.RG=new A.a1o(s)}, +$S:377} +A.a1m.prototype={ +$1(a){return this.a.ui(a.b)}, +$S:378} +A.a1n.prototype={ +$1(a){return this.a.a6h(a.b)}, +$S:379} +A.a1o.prototype={ +$1(a){return this.a.uh(a.b,a.c)}, +$S:380} +A.a1r.prototype={ +$0(){var s=this.a,r=t.S,q=A.cQ(r) +return new A.jd(s.z,B.aB,18,B.bf,A.z(r,t.o),q,s,null,A.aem(),A.z(r,t.Au))}, +$S:381} +A.a1s.prototype={ +$1(a){a.au=this.a.gYl()}, +$S:382} +A.a1u.prototype={ +$1(a){var s +switch(a.gc7(a).a){case 1:case 4:s=this.a +if(s.gl2())s.A3(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:79} +A.a1v.prototype={ +$1(a){var s +switch(a.gc7(a).a){case 1:case 4:s=this.a +if(s.gl2())s.A2(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:383} +A.jc.prototype={ +fS(a){if(!this.xw(this.f2,a.gbj(a),a.gc7(a)))return!1 +return this.QP(a)}, +xw(a,b,c){var s +if($.aG.I$.z.k(0,a)==null)return!1 +s=$.aG.I$.z.k(0,a).e +s.toString +s=t.ip.a(s).f +s.toString +return t.sm.a(s).LU(A.ah4(a,b),c)}} +A.jd.prototype={ +fS(a){if(!this.xw(this.jV,a.gbj(a),a.gc7(a)))return!1 +return this.S6(a)}, +xw(a,b,c){var s,r +if($.aG.I$.z.k(0,a)==null)return!1 +s=$.aG.I$.z.k(0,a).e +s.toString +s=t.ip.a(s).f +s.toString +t.sm.a(s) +r=A.ah4(a,b) +return s.a6A(r,c)&&!s.LU(r,c)}} +A.rt.prototype={ +ca(){this.eQ() +this.dK() +this.ft()}, +l(){var s=this,r=s.bb$ +if(r!=null)r.M(0,s.geV()) +s.bb$=null +s.aR()}} +A.pN.prototype={ +B(a,b){this.Q.B(0,b) +this.Hq()}, +v(a,b){var s,r,q=this +if(q.Q.v(0,b))return +s=B.b.dz(q.b,b) +B.b.hJ(q.b,s) +r=q.c +if(s<=r)q.c=r-1 +r=q.d +if(s<=r)q.d=r-1 +b.M(0,q.gxq()) +q.Hq()}, +Hq(){var s,r +if(!this.y){this.y=!0 +s=new A.a_I(this) +r=$.bX +if(r.x1$===B.vh)A.eB(s) +else r.rx$.push(s)}}, +Wm(){var s,r,q,p,o,n,m,l,k=this,j=k.Q,i=A.a6(j,!0,A.m(j).c) +B.b.e4(i,k.gwK()) +s=k.b +k.b=A.a([],t.D1) +r=k.d +q=k.c +j=k.gxq() +p=0 +o=0 +while(!0){n=i.length +if(!(pMath.min(n,l))k.u_(m) +m.a0(0,j) +B.b.B(k.b,m);++p}}k.c=q +k.d=r +k.Q=A.aE(t.x9)}, +zt(){this.td()}, +td(){var s=this,r=s.P5() +if(!s.at.j(0,r)){s.at=r +s.aj()}s.a14()}, +ga38(){return this.gwK()}, +V_(a,b){var s=A.eo(a.bz(0,null),new A.C(0,0,0+a.gA(a).a,0+a.gA(a).b)),r=A.eo(b.bz(0,null),new A.C(0,0,0+b.gA(b).a,0+b.gA(b).b)),q=A.auU(s,r) +if(q!==0)return q +return A.auT(s,r)}, +Yb(){if(this.x)return +this.td()}, +P5(){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.lu(c,c,B.cj,B.hi,d.b.length!==0) +if(!d.as){b=d.E_(d.d,b) +d.d=b +d.c=d.E_(d.c,b)}s=J.jj(d.b[d.d]) +b=d.c +r=d.d +q=b>=r +while(!0){if(!(r!==d.c&&s.a==null))break +r+=q?1:-1 +s=J.jj(d.b[r])}b=s.a +if(b!=null){p=d.b[r] +o=d.a.gW() +o.toString +n=A.cC(p.bz(0,t.x.a(o)),b.a) +m=isFinite(n.a)&&isFinite(n.b)?new A.nH(n,b.b,b.c):c}else m=c +l=J.jj(d.b[d.c]) +k=d.c +while(!0){if(!(k!==d.d&&l.b==null))break +k+=q?-1:1 +l=J.jj(d.b[k])}b=l.b +if(b!=null){p=d.b[k] +o=d.a.gW() +o.toString +j=A.cC(p.bz(0,t.x.a(o)),b.a) +i=isFinite(j.a)&&isFinite(j.b)?new A.nH(j,b.b,b.c):c}else i=c +h=A.a([],t.AO) +g=d.ga6k()?new A.C(0,0,0+d.gK6().a,0+d.gK6().b):c +for(f=d.d;f<=d.c;++f){e=J.jj(d.b[f]).d +b=new A.ad(e,new A.a_J(d,f,g),A.ae(e).h("ad<1,C>")).De(0,new A.a_K()) +B.b.C(h,A.a6(b,!0,b.$ti.h("j.E")))}return new A.lu(m,i,!s.j(0,l)?B.i6:s.c,h,!0)}, +E_(a,b){var s=b>a +while(!0){if(!(a!==b&&J.jj(this.b[a]).c!==B.i6))break +a+=s?1:-1}return a}, +is(a,b){return}, +a14(){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.is(q,q) +r.f=null}n=r.w +if(n!=null){n.is(q,q) +r.w=null}return}if(!J.e(r.b[n],r.f)){n=r.f +if(n!=null)n.is(q,q)}if(!J.e(r.b[r.c],r.w)){n=r.w +if(n!=null)n.is(q,q)}n=r.b +s=r.d +n=r.f=n[s] +if(s===r.c){r.w=n +n.is(p,o) +return}n.is(p,q) +n=r.b[r.c] +r.w=n +n.is(q,o)}, +Fi(){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.b_(n,new A.a_G(p,o),A.ae(n).h("b_<1>")).U(0,new A.a_H(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.dP(n[q],B.fG)}}, +a64(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q")).U(0,new A.a_M(n)) +n.d=n.c=r}return B.a7}else if(s===B.a6){n.d=n.c=r-1 +return B.a7}}return B.a7}, +a5r(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q0&&r===B.aj))break;--s +r=p.dP(p.b[s],a)}if(a.ghA())p.c=s +else p.d=s +return r}, +a5t(a){var s,r,q,p=this +if(p.d===-1)switch(a.gKL(a)){case B.eK:case B.dl:p.d=p.c=p.b.length +break +case B.eL:case B.dk:p.d=p.c=0 +break}s=a.ghA()?p.c:p.d +r=p.dP(p.b[s],a) +switch(a.gKL(a)){case B.eK:if(r===B.aj)if(s>0){--s +r=p.dP(p.b[s],a.a3s(B.dl))}break +case B.eL:if(r===B.a6){q=p.b +if(s=0&&q==null))break +o=s.b=n.dP(m[r],a) +switch(o.a){case 2:case 3:case 4:q=o +break +case 0:if(p===!1){++r +q=B.a7}else if(r===n.b.length-1)q=o +else{++r +p=!0}break +case 1:if(p===!0){--r +q=B.a7}else if(r===0)q=o +else{--r +p=!1}break}}if(a0)n.c=r +else n.d=r +n.Fi() +q.toString +return q}, +a39(a,b){return this.ga38().$2(a,b)}} +A.a_I.prototype={ +$1(a){var s=this.a +if(!s.y)return +s.y=!1 +if(s.Q.a!==0)s.Wm() +s.zt()}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:385} +A.a_J.prototype={ +$1(a){var s,r=this.a,q=r.b[this.b] +r=r.a.gW() +r.toString +s=A.eo(q.bz(0,t.x.a(r)),a) +r=this.c +if(r!=null)return r.di(s) +return s}, +$S:386} +A.a_K.prototype={ +$1(a){return a.gAr(a)&&!a.gP(a)}, +$S:387} +A.a_G.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:112} +A.a_H.prototype={ +$1(a){return this.a.dP(a,B.fG)}, +$S:36} +A.a_L.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:112} +A.a_M.prototype={ +$1(a){return this.a.dP(a,B.fG)}, +$S:36} +A.a_x.prototype={ +$0(){return this.a.a}, +$S:2} +A.a_y.prototype={ +$0(){return!0===this.a.L()}, +$S:2} +A.a_z.prototype={ +$0(){return this.a.b}, +$S:2} +A.a_A.prototype={ +$0(){return!0===this.a.L()}, +$S:2} +A.a_B.prototype={ +$0(){return this.a.c}, +$S:2} +A.a_C.prototype={ +$0(){return!0===this.a.L()}, +$S:2} +A.a_D.prototype={ +$0(){return!1===this.a.L()}, +$S:2} +A.a_E.prototype={ +$0(){return!1===this.a.L()}, +$S:2} +A.a_F.prototype={ +$0(){return!1===this.a.L()}, +$S:2} +A.Nn.prototype={} +A.qg.prototype={ +ar(){return new A.Ps(A.aE(t.M),null,!1,B.l)}} +A.Ps.prototype={ +aP(){var s,r,q,p=this +p.bk() +s=p.a +r=s.e +if(r!=null){q=p.c +q.toString +r.a=q +s=s.c +if(s!=null)p.slA(s)}}, +aO(a){var s,r,q,p,o,n=this +n.bs(a) +s=a.e +if(s!=n.a.e){r=s==null +if(!r){s.a=null +n.d.U(0,s.gNk(s))}q=n.a.e +if(q!=null){p=n.c +p.toString +q.a=p +n.d.U(0,q.gtm(q))}s=r?null:s.at +r=n.a.e +if(!J.e(s,r==null?null:r.at))for(s=n.d,s=A.a6(s,!1,A.m(s).c),r=s.length,o=0;op.gA(p).a)){s=p.fr$ +s=r+s.gA(s).b>p.gA(p).b}else s=!0}else s=!0}else s=!0 +return s}}, +aC(a,b){var s,r,q,p,o,n=this +if(n.fr$!=null){s=n.I.at +s.toString +r=n.or(s) +s=new A.abg(n,r) +q=n.a7 +if(n.HP(r)){p=n.cx +p===$&&A.b() +o=n.gA(n) +q.saB(0,a.ly(p,b,new A.C(0,0,0+o.a,0+o.b),s,n.a5,q.a))}else{q.saB(0,null) +s.$2(a,b)}}}, +l(){this.a7.saB(0,null) +this.fi()}, +cC(a,b){var s,r=this.I.at +r.toString +s=this.or(r) +b.ac(0,s.a,s.b)}, +jK(a){var s=this,r=s.I.at +r.toString +r=s.HP(s.or(r)) +if(r){r=s.gA(s) +return new A.C(0,0,0+r.a,0+r.b)}return null}, +cP(a,b){var s,r=this +if(r.fr$!=null){s=r.I.at +s.toString +return a.ms(new A.abf(r,b),r.or(s),b)}return!1}, +lH(a,b,c,d){var s,r,q,p,o,n,m,l=this +A.b6(l.J) +if(d==null)d=a.gip() +if(!(a instanceof A.H)){s=l.I.at +s.toString +return new A.q9(s,d)}r=A.eo(a.bz(0,l.fr$),d) +s=l.fr$ +q=s.gA(s) +switch(l.J.a){case 0:p=l.gA(l).b +s=r.d +o=q.b-s +n=s-r.b +break +case 1:p=l.gA(l).a +o=r.a +n=r.c-o +break +case 2:p=l.gA(l).b +o=r.b +n=r.d-o +break +case 3:p=l.gA(l).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.q9(m,r.cK(l.or(m)))}, +vA(a,b,c){return this.lH(a,b,null,c)}, +eO(a,b,c,d){this.Dy(a,null,c,A.al2(a,b,c,this.I,d,this))}, +nJ(){return this.eO(B.aL,null,B.o,null)}, +lO(a,b){return this.eO(B.aL,a,B.o,b)}, +zp(a){var s,r,q=this,p=q.gGo(),o=q.I.at +o.toString +s=p-o +switch(q.J.a){case 0:q.gA(q) +q.gA(q) +p=q.gA(q) +o=q.gA(q) +r=q.I.at +r.toString +return new A.C(0,0-s,0+p.a,0+o.b+r) +case 1:q.gA(q) +p=q.I.at +p.toString +q.gA(q) +return new A.C(0-p,0,0+q.gA(q).a+s,0+q.gA(q).b) +case 2:q.gA(q) +q.gA(q) +p=q.I.at +p.toString +return new A.C(0,0-p,0+q.gA(q).a,0+q.gA(q).b+s) +case 3:q.gA(q) +q.gA(q) +p=q.gA(q) +o=q.I.at +o.toString +return new A.C(0-s,0,0+p.a+o,0+q.gA(q).b)}}, +$iHh:1} +A.abg.prototype={ +$2(a,b){var s=this.a.fr$ +s.toString +a.fc(s,b.X(0,this.b))}, +$S:8} +A.abf.prototype={ +$2(a,b){return this.a.fr$.bX(a,b)}, +$S:11} +A.B8.prototype={ +ab(a){var s +this.dE(a) +s=this.fr$ +if(s!=null)s.ab(a)}, +a4(a){var s +this.dF(0) +s=this.fr$ +if(s!=null)s.a4(0)}} +A.RS.prototype={} +A.RT.prototype={} +A.IU.prototype={} +A.lz.prototype={ +bA(a){return A.alt(this,!1)}, +zO(a,b,c,d,e){return null}} +A.IS.prototype={ +bA(a){return A.alt(this,!0)}, +aq(a){var s=new A.HL(t.Gt.a(a),A.z(t.S,t.x),0,null,null,A.ar()) +s.aw() +return s}} +A.IQ.prototype={ +aq(a){var s=new A.HK(this.f,t.Gt.a(a),A.z(t.S,t.x),0,null,null,A.ar()) +s.aw() +return s}, +aG(a,b){b.sPc(this.f)}, +zO(a,b,c,d,e){var s +this.S4(a,b,c,d,e) +s=this.f.Cj(a).K0(this.d.b) +return s}} +A.qs.prototype={ +gW(){return t.Ss.a(A.bu.prototype.gW.call(this))}, +b0(a,b){var s,r,q=this.e +q.toString +t.M0.a(q) +this.nV(0,b) +s=b.d +r=q.d +if(s!==r){A.v(s) +A.v(r) +q=!0}else q=!1 +if(q)this.hG()}, +hG(){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.DA() +a.p1=null +a1.a=!1 +try{i=t.S +s=A.agl(i,t.Dv) +r=A.hs(a0,a0,a0,i,t.i) +i=a.e +i.toString +q=t.M0.a(i) +p=new A.a4h(a1,a,s,q,r) +for(i=a.ok,h=i.$ti,h=h.h("@<1>").H(h.h("e8<1,2>")).h("kq<1,2>"),h=A.a6(new A.kq(i,h),!0,h.h("j.E")),g=h.length,f=t.MR,e=a.k4,d=0;d").H(g.h("e8<1,2>")).h("kq<1,2>")).U(0,p) +if(!a1.a&&a.p3){b=i.Mk() +k=b==null?-1:b +j=k+1 +J.i9(s,j,i.k(0,j)) +p.$1(j)}}finally{a.p2=null +a.gW()}}, +a3K(a,b){this.f.tw(this,new A.a4e(this,b,a))}, +cI(a,b,c){var s,r,q,p,o=null +if(a==null)s=o +else{s=a.gW() +s=s==null?o:s.b}r=t.MR +r.a(s) +q=this.Qw(a,b,c) +if(q==null)p=o +else{p=q.gW() +p=p==null?o:p.b}r.a(p) +if(s!=p&&s!=null&&p!=null)p.a=s.a +return q}, +ih(a){this.ok.v(0,a.c) +this.jr(a)}, +Nj(a){var s,r=this +r.gW() +s=a.b +s.toString +s=t.D.a(s).b +s.toString +r.f.tw(r,new A.a4i(r,s))}, +L9(a,b,c,d,e){var s,r=this.e +r.toString +t.M0.a(r) +d.toString +s=r.zO(a,b,c,d,e) +return s==null?A.awA(b,c,d,e,r.d.b):s}, +gtA(){var s=this.e +s.toString +t.M0.a(s) +return s.d.b}, +pm(){var s=this.ok +s.a5d() +s.Mk() +s=this.e +s.toString +t.M0.a(s)}, +zq(a){var s=a.b +s.toString +t.D.a(s).b=this.p2}, +j_(a,b){this.gW().w5(0,t.x.a(a),this.p1)}, +j6(a,b,c){this.gW().uI(t.x.a(a),this.p1)}, +kf(a,b){this.gW().v(0,t.x.a(a))}, +aY(a){var s=this.ok,r=s.$ti +r=r.h("@<1>").H(r.z[1]).h("ol<1,2>") +r=A.bL(new A.ol(s,r),r.h("j.E"),t.Q) +B.b.U(A.a6(r,!0,A.m(r).h("j.E")),a)}} +A.a4h.prototype={ +$1(a){var s,r,q,p,o=this,n=o.b +n.p2=a +q=n.ok +if(q.k(0,a)!=null&&!J.e(q.k(0,a),o.c.k(0,a))){q.n(0,a,n.cI(q.k(0,a),null,a)) +o.a.a=!0}s=n.cI(o.c.k(0,a),o.d.d.JJ(n,a),a) +if(s!=null){p=o.a +p.a=p.a||!J.e(q.k(0,a),s) +q.n(0,a,s) +q=s.gW().b +q.toString +r=t.D.a(q) +if(a===0)r.a=0 +else{q=o.e +if(q.a1(0,a))r.a=q.k(0,a)}if(!r.c)n.p1=t.Qv.a(s.gW())}else{o.a.a=!0 +q.v(0,a)}}, +$S:34} +A.a4f.prototype={ +$0(){return null}, +$S:44} +A.a4g.prototype={ +$0(){return this.a.ok.k(0,this.b)}, +$S:394} +A.a4e.prototype={ +$0(){var s,r,q,p=this,o=p.a +o.p1=p.b==null?null:t.Qv.a(o.ok.k(0,p.c-1).gW()) +s=null +try{q=o.e +q.toString +r=t.M0.a(q) +q=o.p2=p.c +s=o.cI(o.ok.k(0,q),r.d.JJ(o,q),q)}finally{o.p2=null}q=p.c +o=o.ok +if(s!=null)o.n(0,q,s) +else o.v(0,q)}, +$S:0} +A.a4i.prototype={ +$0(){var s,r,q,p=this +try{r=p.a +q=r.p2=p.b +s=r.cI(r.ok.k(0,q),null,q)}finally{p.a.p2=null}p.a.ok.v(0,p.b)}, +$S:0} +A.v6.prototype={ +oQ(a){var s,r,q=a.b +q.toString +t.Cl.a(q) +s=this.f +if(q.n3$!==s){q.n3$=s +r=a.d +if(r instanceof A.B&&!s)r.a6()}}} +A.IV.prototype={ +F(){return"SnapshotMode."+this.b}} +A.xA.prototype={ +str(a){return}} +A.IX.prototype={ +aq(a){var s=new A.rw(A.dq(a,B.f8,t.w).w.b,this.w,this.e,this.f,!0,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){t.xL.a(b) +b.sa3j(0,this.e) +b.sa7R(0,this.f) +b.smO(0,A.dq(a,B.f8,t.w).w.b) +b.suS(this.w) +b.sa2n(!0)}} +A.rw.prototype={ +smO(a,b){var s,r=this +if(b===r.D)return +r.D=b +s=r.bw +if(s==null)return +else{s.l() +r.bw=null +r.ad()}}, +suS(a){var s,r=this,q=r.a2 +if(a===q)return +s=r.gf9() +q.M(0,s) +r.a2=a +if(A.v(q)!==A.v(r.a2)||r.a2.kt(q))r.ad() +if(r.y!=null)r.a2.a0(0,s)}, +sa3j(a,b){var s,r=this,q=r.af +if(b===q)return +s=r.grR() +q.M(0,s) +r.af=b +if(r.y!=null)b.a0(0,s)}, +sa7R(a,b){if(b===this.bh)return +this.bh=b +this.ad()}, +sa2n(a){return}, +ab(a){var s=this +s.af.a0(0,s.grR()) +s.a2.a0(0,s.gf9()) +s.nX(a)}, +a4(a){var s,r=this +r.hv=!1 +r.af.M(0,r.grR()) +r.a2.M(0,r.gf9()) +s=r.bw +if(s!=null)s.l() +r.ef=r.bw=null +r.lY(0)}, +l(){var s,r=this +r.af.M(0,r.grR()) +r.a2.M(0,r.gf9()) +s=r.bw +if(s!=null)s.l() +r.ef=r.bw=null +r.fi()}, +Zw(){var s,r=this +r.hv=!1 +s=r.bw +if(s!=null)s.l() +r.ef=r.bw=null +r.ad()}, +aC(a,b){var s=this,r=s.gA(s) +if(r.gP(r)){r=s.bw +if(r!=null)r.l() +s.ef=s.bw=null +return}r=s.bw +if(r!=null)r.l() +s.ef=s.bw=null +s.a2.uQ(a,b,s.gA(s),A.fn.prototype.gj8.call(s)) +return}} +A.IW.prototype={} +A.Lu.prototype={ +M(a,b){}, +$iai:1} +A.Ji.prototype={ +aq(a){var s=new A.HN(new A.us(new WeakMap()),A.aE(t.Cn),A.z(t.X,t.m2),B.bC,null,A.ar()) +s.aw() +s.saI(null) +return s}, +aG(a,b){}} +A.HN.prototype={ +bX(a,b){var s,r,q=this +if(!q.gA(q).p(0,b))return!1 +s=q.cP(a,b)||q.D===B.ag +if(s){r=new A.mf(b,q) +q.cb.n(0,r,a) +a.B(0,r)}return s}, +iZ(a,b){var s,r,q,p,o,n,m,l,k=this +if(!t.pY.b(a)||a.gcV(a)!==1)return +s=k.cX +if(s.a===0)return +A.Ea(b) +r=k.cb.a.get(b) +if(r==null)return +q=k.WJ(s,r.a) +p=t.Cn +o=A.a3R(q,q.gxM(),A.m(q).c,p).UW() +n=A.aE(p) +for(q=o.gT(o),p=k.c6;q.t();){m=q.gE(q) +m.gPd(m) +m=p.k(0,m.gPd(m)) +m.toString +n.C(0,m)}l=s.l0(n) +for(s=l.gT(l);s.t();)s.gE(s).gaac().$1(a) +for(s=A.dU(n,n.r),q=A.m(s).c;s.t();){p=s.d;(p==null?q.a(p):p).gaab().$1(a)}}, +WJ(a,b){var s,r,q,p,o=A.aE(t.zE) +for(s=b.length,r=this.cX,q=0;q#"+A.b7(this.a))+"]"}} +A.yf.prototype={ +aq(a){var s=this,r=s.e,q=A.am2(a,r),p=A.ar() +r=new A.wM(s.r,r,q,s.w,250,B.k2,s.Q,p,0,null,null,A.ar()) +r.aw() +r.C(0,null) +q=r.aa$ +if(q!=null)r.dR=q +return r}, +aG(a,b){var s=this,r=s.e +b.seA(r) +r=A.am2(a,r) +b.sa3P(r) +b.sa1Y(s.r) +b.snj(0,s.w) +b.sa2D(s.y) +b.sa2E(B.k2) +b.smD(s.Q)}, +bA(a){return new A.QZ(A.cQ(t.Q),this,B.T)}} +A.QZ.prototype={ +gW(){return t.E1.a(A.ff.prototype.gW.call(this))}, +eI(a,b){var s=this +s.ai=!0 +s.QR(a,b) +s.Ix() +s.ai=!1}, +b0(a,b){var s=this +s.ai=!0 +s.QT(0,b) +s.Ix() +s.ai=!1}, +Ix(){var s,r=this,q=r.e +q.toString +t.Dg.a(q) +q=r.geX(r) +s=t.E1 +if(!q.gP(q)){q=s.a(A.ff.prototype.gW.call(r)) +s=r.geX(r) +q.saM(t.IT.a(s.gK(s).gW())) +r.b6=0}else{s.a(A.ff.prototype.gW.call(r)).saM(null) +r.b6=null}}, +j_(a,b){var s=this +s.Dh(a,b) +if(!s.ai&&b.b===s.b6)t.E1.a(A.ff.prototype.gW.call(s)).saM(t.IT.a(a))}, +j6(a,b,c){this.Di(a,b,c)}, +kf(a,b){var s=this +s.QS(a,b) +if(!s.ai&&t.E1.a(A.ff.prototype.gW.call(s)).dR===a)t.E1.a(A.ff.prototype.gW.call(s)).saM(null)}} +A.Sf.prototype={} +A.Sg.prototype={} +A.a6K.prototype={ +$1(a){var s,r,q=this,p=a.a,o=p==null?null:p.r +$label0$0:{if(typeof o=="number"){p=o!==B.b.gN(q.b) +s=o}else{s=null +p=!1}if(p){p=s +break $label0$0}p=null +break $label0$0}r=p!=null +if(r)q.b.push(p) +a.a9s(q) +if(r)q.b.pop() +return!0}, +$S:51} +A.TK.prototype={ +b9(a,b,c){var s,r,q=this,p={},o=q.a,n=o.k(0,b) +if(n!=null)return n +s=q.b +r=s.k(0,b) +p.a=r +if(r!=null)s.v(0,b) +else{n=c.$0() +o.n(0,b,n) +n.ba(new A.TM(p,q,b),t.P)}o=p.a +if(o!=null){q.Eg(0,b,o) +p=p.a +p.toString +return new A.bO(p,t.NP)}n.toString +return n}, +Eg(a,b,c){var s,r=this.b +if(r.a1(0,b))r.v(0,b) +else if(r.a===100&&!0){s=new A.aB(r,A.m(r).h("aB<1>")) +r.v(0,s.gK(s))}r.n(0,b,c)}} +A.TM.prototype={ +$1(a){var s=this.b,r=this.c +s.a.v(0,r) +s.Eg(0,r,a) +this.a.a=a}, +$S:397} +A.Jd.prototype={ +j(a,b){var s +if(b==null)return!1 +if(J.M(b)!==A.v(this))return!1 +if(b instanceof A.Jd)if(B.k.j(0,B.k))s=!0 +else s=!1 +else s=!1 +return s}, +gq(a){return A.D(B.k,14,7,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +i(a){return"SvgTheme(currentColor: "+B.k.i(0)+", fontSize: 14, xHeight: 7)"}} +A.k3.prototype={ +YO(a){var s=this.He(a) +return s.il(0,this.c).ba(new A.a4P(this),t.V4)}, +a7y(a){return $.aro().b.b9(0,this.JP(a),new A.a4Q(this,a))}} +A.a4P.prototype={ +$1(a){var s=this.a +return A.aAe(new A.a4O(s),a,"Load Bytes",A.m(s).h("k3.T?"),t.V4)}, +$S(){return A.m(this.a).h("ac(k3.T?)")}} +A.a4O.prototype={ +$1(a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=null,b="PathOps library was not initialized.",a=B.Q.Kx(0,A.cS(a2.buffer,0,c),!0),a0=t.N,a1=A.jI(10,t.mf) +a=new A.Ka(a,B.jX,!1,!1,!1,!1,!1) +s=new A.hO(new A.Je(new A.J(4278190080),14,7),c,a.gT(a),"Svg loader",!1,new A.P3(A.z(a0,t.Pg),A.z(a0,t.R1),A.z(a0,t.YN),A.z(a0,t.lf)),a1,A.aE(a0),B.bM) +s.y=s.x=s.w=!1 +s.ZU() +a0=s.Q +a0.toString +r=new A.a2h().vp(a0,B.a0) +if(s.w)A.a2(A.c6(b)) +if(s.x)A.a2(A.c6(b)) +if(s.y)A.a2(A.c6(b)) +a=t.S +a0=A.z(t.qA,a) +a1=A.z(t.ke,a) +q=A.z(t.Qr,a) +p=A.z(t.J2,a) +o=A.z(t.iG,a) +n=A.z(t.WR,a) +m=A.a([],t.SV) +l=A.z(t.D3,a) +k=A.z(t.cu,a) +j=new A.Ux(new A.VM(a0,a1,q,p,o,n,m,A.z(t.K,a),l,k)) +j.vp(r,c) +a=j.b +a===$&&A.b() +i=j.c +i===$&&A.b() +h=a0.$ti.h("aB<1>") +h=A.a6(new A.aB(a0,h),!0,h.h("j.E")) +a0=a1.$ti.h("aB<1>") +a0=A.a6(new A.aB(a1,a0),!0,a0.h("j.E")) +a1=q.$ti.h("aB<1>") +a1=A.a6(new A.aB(q,a1),!0,a1.h("j.E")) +q=n.$ti.h("aB<1>") +g=p.$ti.h("aB<1>") +f=o.$ti.h("aB<1>") +e=l.$ti.h("aB<1>") +d=k.$ti.h("aB<1>") +return A.fh(A.azb(new A.JV(a,i,h,a0,A.a6(new A.aB(n,q),!0,q.h("j.E")),a1,A.a6(new A.aB(p,g),!0,g.h("j.E")),A.a6(new A.aB(o,f),!0,f.h("j.E")),A.a6(new A.aB(l,e),!0,e.h("j.E")),A.a6(new A.aB(k,d),!0,d.h("j.E")),m),!1).buffer,0,c)}, +$S(){return A.m(this.a).h("bK(k3.T?)")}} +A.a4Q.prototype={ +$0(){return this.a.YO(this.b)}, +$S:398} +A.Jb.prototype={ +gq(a){return A.D(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,b){if(b==null)return!1 +return b instanceof A.Jb&&b.a.j(0,this.a)&&b.b.j(0,this.b)&&!0}} +A.Ky.prototype={ +gq(a){return A.D(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,b){if(b==null)return!1 +return b instanceof A.Ky&&b.a===this.a&&b.c===this.c&&!0}, +i(a){return"VectorGraphicAsset("+this.a+")"}} +A.xJ.prototype={ +He(a){var s=A.aiW(a) +return s}, +JP(a){var s=this +return new A.Jb(s.a,new A.Ky(s.c,s.d,s.He(a)),s.b)}, +gq(a){var s=this +return A.D(s.c,s.d,s.e,s.a,s.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)}, +j(a,b){if(b==null)return!1 +return b instanceof A.xJ&&b.c===this.c&&b.a.j(0,this.a)&&!0}, +i(a){return"SvgAssetLoader("+this.c+")"}} +A.a4K.prototype={} +A.Jc.prototype={ +S(a){var s=null +return new A.yd(this.r,s,s,B.xK,B.a8,!1,s,!1,B.al,s,s,this.at,s,B.JA,!0,s)}} +A.bG.prototype={ +X(a,b){return new A.bG(this.a+b.a,this.b+b.b)}, +a3(a,b){return new A.bG(this.a-b.a,this.b-b.b)}, +Z(a,b){return new A.bG(this.a*b,this.b*b)}, +i(a){return"PathOffset{"+A.h(this.a)+","+A.h(this.b)+"}"}, +j(a,b){if(b==null)return!1 +return b instanceof A.bG&&b.a===this.a&&b.b===this.b}, +gq(a){return((391^B.c.gq(this.a))*23^B.c.gq(this.b))>>>0}} +A.a5_.prototype={ +oA(){var s,r,q,p,o,n=this +for(s=n.a,r=n.d;!0;){q=n.c +if(q>=r)return-1 +p=s.charCodeAt(q) +if(p<=32)o=p===32||p===10||p===9||p===13||p===12 +else o=!1 +if(!o)return p +n.c=q+1}}, +HU(){if(this.oA()===44){++this.c +this.oA()}}, +Z5(a,b){var s +if(!(a>=48&&a<=57||a===43||a===45||a===46)||this.b===B.il)return b +s=this.b +if(s===B.ir)return B.w2 +if(s===B.is)return B.w3 +return s}, +i_(){var s=this,r=s.c +if(r>=s.d)return-1 +s.c=r+1 +return s.a.charCodeAt(r)}, +dt(){var s,r,q,p,o,n,m,l,k,j,i=this,h="Numeric overflow" +i.oA() +s=i.i_() +if(s===43){s=i.i_() +r=1}else if(s===45){s=i.i_() +r=-1}else r=1 +if((s<48||s>57)&&s!==46)throw A.d(A.O("First character of a number must be one of [0-9+-.].")) +q=0 +while(!0){if(!(48<=s&&s<=57))break +q=q*10+(s-48) +s=i.i_()}if(!(-17976931348623157e292<=q&&q<=17976931348623157e292))throw A.d(A.O(h)) +if(s===46){s=i.i_() +if(s<48||s>57)throw A.d(A.O("There must be at least one digit following the .")) +p=0 +o=1 +while(!0){if(!(48<=s&&s<=57))break +o*=0.1 +p+=(s-48)*o +s=i.i_()}}else p=0 +n=(q+p)*r +m=i.c +if(m57)throw A.d(A.O("Missing exponent")) +j=0 +while(!0){if(!(s>=48&&s<=57))break +j=j*10+(s-48) +s=i.i_()}if(k)j=-j +if(!(-37<=j&&j<=38))throw A.d(A.O("Invalid exponent "+j)) +if(j!==0)n*=Math.pow(10,j)}if(!(-17976931348623157e292<=n&&n<=17976931348623157e292))throw A.d(A.O(h)) +if(s!==-1){--i.c +i.HU()}return n}, +GL(){var s,r=this,q=r.c +if(q>=r.d)throw A.d(A.O("Expected more data")) +r.c=q+1 +s=r.a.charCodeAt(q) +r.HU() +if(s===48)return!1 +else if(s===49)return!0 +else throw A.d(A.O("Invalid flag value"))}, +MO(){return new A.eW(this.a8o(),t.ij)}, +a8o(){var s=this +return function(){var r=0,q=1,p,o +return function $async$MO(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:o=s.d +case 2:if(!(s.c1){b0*=Math.sqrt(m) +b1*=Math.sqrt(m)}q.cS() +q.cJ(0,1/b0,1/b1) +q.BF(a9) +l=a8.m8(q,b2) +k=a8.m8(q,b3.b) +j=k.a3(0,l) +a9=j.a +o=j.b +i=Math.sqrt(Math.max(1/(a9*a9+o*o)-0.25,0)) +if(!isFinite(i))i=0 +j=j.Z(0,b3.e===b3.f?-i:i) +a9=l.X(0,k).Z(0,0.5) +o=a9.a+-j.b +a9=a9.b+j.a +h=new A.bG(o,a9) +l=l.a3(0,h) +g=Math.atan2(l.b,l.a) +k=k.a3(0,h) +f=Math.atan2(k.b,k.a)-g +if(f<0&&b3.e)f+=6.283185307179586 +else if(f>0&&!b3.e)f-=6.283185307179586 +q.cS() +q.BF(s) +q.cJ(0,b0,b1) +e=B.c.c2(Math.abs(f/1.5717963267948964)) +for(n=b4.a,d=0;d"))}}} +A.y5.prototype={ +an(a){var s,r,q=this.a.an(a),p=this.$ti,o=q.a +if(q.glk()){s=q.gm(q) +r=q.b +return new A.ct(new A.k8(s,a.a,a.b,r,p.h("k8<1>")),o,r)}else{s=q.gbp(q) +return new A.al(s,o,q.b,p.h("al>"))}}, +az(a,b){return this.a.az(a,b)}} +A.xq.prototype={ +h2(a){return this.a===a}} +A.ml.prototype={ +h2(a){return this.a}} +A.Fu.prototype={ +TF(a){var s,r,q,p,o,n,m,l +for(s=a.length,r=this.a,q=this.c,p=0;p>>0}}}, +h2(a){var s=this.a +if(s<=a)if(a<=this.b){s=a-s +s=(this.c[B.f.dH(s,5)]&B.ld[s&31])>>>0!==0}else s=!1 +else s=!1 +return s}, +$idb:1} +A.G5.prototype={ +h2(a){return!this.a.h2(a)}} +A.aeg.prototype={ +$2(a,b){var s=a.a,r=b.a +return s!==r?s-r:a.b-b.b}, +$S:399} +A.aeh.prototype={ +$2(a,b){return a+(b.b-b.a+1)}, +$S:400} +A.adu.prototype={ +$1(a){return new A.dH(a.charCodeAt(0),a.charCodeAt(0))}, +$S:401} +A.adq.prototype={ +$3(a,b,c){return new A.dH(a.charCodeAt(0),c.charCodeAt(0))}, +$S:402} +A.adt.prototype={ +$1(a){return A.aC2(J.ji(a,t.eg))}, +$S:403} +A.ado.prototype={ +$2(a,b){var s +if(a==null)s=b +else s=b instanceof A.ml?new A.ml(!b.a):new A.G5(b) +return s}, +$S:404} +A.db.prototype={} +A.dH.prototype={ +h2(a){return this.a<=a&&a<=this.b}, +$idb:1} +A.K5.prototype={ +h2(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}}, +$idb:1} +A.ty.prototype={ +an(a){var s,r,q,p,o,n,m +for(s=this.a,r=s.length,q=this.b,p=this.$ti.h("al<1>"),o=null,n=0;n=0)return q}return q}} +A.cO.prototype={ +geX(a){return A.a([this.a],t.C)}, +h_(a,b,c){var s=this +s.kw(0,b,c) +if(s.a.j(0,b))s.a=A.m(s).h("a7").a(c)}} +A.xj.prototype={ +an(a){var s,r,q,p,o=this,n=o.a.an(a) +if(n.gbN()){s=n.gbp(n) +return new A.al(s,n.a,n.b,o.$ti.h("al>"))}r=o.b.an(n) +if(r.gbN()){s=r.gbp(r) +return new A.al(s,r.a,r.b,o.$ti.h("al>"))}s=n.gm(n) +q=r.gm(r) +p=o.$ti +return new A.ct(new A.bB(s,q,p.h("@<1>").H(p.z[1]).h("bB<1,2>")),r.a,r.b)}, +az(a,b){b=this.a.az(a,b) +if(b<0)return-1 +b=this.b.az(a,b) +if(b<0)return-1 +return b}, +geX(a){return A.a([this.a,this.b],t.C)}, +h_(a,b,c){var s=this +s.kw(0,b,c) +if(s.a.j(0,b))s.a=s.$ti.h("a7<1>").a(c) +if(s.b.j(0,b))s.b=s.$ti.h("a7<2>").a(c)}} +A.bB.prototype={ +gq(a){return A.D(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,b){if(b==null)return!1 +return this.$ti.b(b)&&J.e(this.a,b.a)&&J.e(this.b,b.b)}, +i(a){return this.aQ(0)+"("+A.h(this.a)+", "+A.h(this.b)+")"}} +A.a0n.prototype={ +$1(a){return this.a.$2(a.a,a.b)}, +$S(){return this.d.h("@<0>").H(this.b).H(this.c).h("1(bB<2,3>)")}} +A.xk.prototype={ +an(a){var s,r,q,p,o,n=this,m=n.a.an(a) +if(m.gbN()){s=m.gbp(m) +return new A.al(s,m.a,m.b,n.$ti.h("al>"))}r=n.b.an(m) +if(r.gbN()){s=r.gbp(r) +return new A.al(s,r.a,r.b,n.$ti.h("al>"))}q=n.c.an(r) +if(q.gbN()){s=q.gbp(q) +return new A.al(s,q.a,q.b,n.$ti.h("al>"))}s=m.gm(m) +r=r.gm(r) +p=q.gm(q) +o=n.$ti +return new A.ct(new A.iT(s,r,p,o.h("@<1>").H(o.z[1]).H(o.z[2]).h("iT<1,2,3>")),q.a,q.b)}, +az(a,b){b=this.a.az(a,b) +if(b<0)return-1 +b=this.b.az(a,b) +if(b<0)return-1 +b=this.c.az(a,b) +if(b<0)return-1 +return b}, +geX(a){return A.a([this.a,this.b,this.c],t.C)}, +h_(a,b,c){var s=this +s.kw(0,b,c) +if(s.a.j(0,b))s.a=s.$ti.h("a7<1>").a(c) +if(s.b.j(0,b))s.b=s.$ti.h("a7<2>").a(c) +if(s.c.j(0,b))s.c=s.$ti.h("a7<3>").a(c)}} +A.iT.prototype={ +gq(a){return A.D(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,b){var s=this +if(b==null)return!1 +return s.$ti.b(b)&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)}, +i(a){var s=this +return s.aQ(0)+"("+A.h(s.a)+", "+A.h(s.b)+", "+A.h(s.c)+")"}} +A.a0o.prototype={ +$1(a){return this.a.$3(a.a,a.b,a.c)}, +$S(){var s=this +return s.e.h("@<0>").H(s.b).H(s.c).H(s.d).h("1(iT<2,3,4>)")}} +A.xl.prototype={ +an(a){var s,r,q,p,o,n,m=this,l=m.a.an(a) +if(l.gbN()){s=l.gbp(l) +return new A.al(s,l.a,l.b,m.$ti.h("al>"))}r=m.b.an(l) +if(r.gbN()){s=r.gbp(r) +return new A.al(s,r.a,r.b,m.$ti.h("al>"))}q=m.c.an(r) +if(q.gbN()){s=q.gbp(q) +return new A.al(s,q.a,q.b,m.$ti.h("al>"))}p=m.d.an(q) +if(p.gbN()){s=p.gbp(p) +return new A.al(s,p.a,p.b,m.$ti.h("al>"))}s=l.gm(l) +r=r.gm(r) +q=q.gm(q) +o=p.gm(p) +n=m.$ti +return new A.ct(new A.hK(s,r,q,o,n.h("@<1>").H(n.z[1]).H(n.z[2]).H(n.z[3]).h("hK<1,2,3,4>")),p.a,p.b)}, +az(a,b){var s=this +b=s.a.az(a,b) +if(b<0)return-1 +b=s.b.az(a,b) +if(b<0)return-1 +b=s.c.az(a,b) +if(b<0)return-1 +b=s.d.az(a,b) +if(b<0)return-1 +return b}, +geX(a){var s=this +return A.a([s.a,s.b,s.c,s.d],t.C)}, +h_(a,b,c){var s=this +s.kw(0,b,c) +if(s.a.j(0,b))s.a=s.$ti.h("a7<1>").a(c) +if(s.b.j(0,b))s.b=s.$ti.h("a7<2>").a(c) +if(s.c.j(0,b))s.c=s.$ti.h("a7<3>").a(c) +if(s.d.j(0,b))s.d=s.$ti.h("a7<4>").a(c)}} +A.hK.prototype={ +gq(a){var s=this +return A.D(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,b){var s=this +if(b==null)return!1 +return s.$ti.b(b)&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)&&J.e(s.d,b.d)}, +i(a){var s=this +return s.aQ(0)+"("+A.h(s.a)+", "+A.h(s.b)+", "+A.h(s.c)+", "+A.h(s.d)+")"}} +A.a0q.prototype={ +$1(a){return this.a.$4(a.a,a.b,a.c,a.d)}, +$S(){var s=this +return s.f.h("@<0>").H(s.b).H(s.c).H(s.d).H(s.e).h("1(hK<2,3,4,5>)")}} +A.xm.prototype={ +an(a){var s,r,q,p,o,n,m,l=this,k=l.a.an(a) +if(k.gbN()){s=k.gbp(k) +return new A.al(s,k.a,k.b,l.$ti.h("al>"))}r=l.b.an(k) +if(r.gbN()){s=r.gbp(r) +return new A.al(s,r.a,r.b,l.$ti.h("al>"))}q=l.c.an(r) +if(q.gbN()){s=q.gbp(q) +return new A.al(s,q.a,q.b,l.$ti.h("al>"))}p=l.d.an(q) +if(p.gbN()){s=p.gbp(p) +return new A.al(s,p.a,p.b,l.$ti.h("al>"))}o=l.e.an(p) +if(o.gbN()){s=o.gbp(o) +return new A.al(s,o.a,o.b,l.$ti.h("al>"))}s=k.gm(k) +r=r.gm(r) +q=q.gm(q) +p=p.gm(p) +n=o.gm(o) +m=l.$ti +return new A.ct(new A.fT(s,r,q,p,n,m.h("@<1>").H(m.z[1]).H(m.z[2]).H(m.z[3]).H(m.z[4]).h("fT<1,2,3,4,5>")),o.a,o.b)}, +az(a,b){var s=this +b=s.a.az(a,b) +if(b<0)return-1 +b=s.b.az(a,b) +if(b<0)return-1 +b=s.c.az(a,b) +if(b<0)return-1 +b=s.d.az(a,b) +if(b<0)return-1 +b=s.e.az(a,b) +if(b<0)return-1 +return b}, +geX(a){var s=this +return A.a([s.a,s.b,s.c,s.d,s.e],t.C)}, +h_(a,b,c){var s=this +s.kw(0,b,c) +if(s.a.j(0,b))s.a=s.$ti.h("a7<1>").a(c) +if(s.b.j(0,b))s.b=s.$ti.h("a7<2>").a(c) +if(s.c.j(0,b))s.c=s.$ti.h("a7<3>").a(c) +if(s.d.j(0,b))s.d=s.$ti.h("a7<4>").a(c) +if(s.e.j(0,b))s.e=s.$ti.h("a7<5>").a(c)}} +A.fT.prototype={ +gq(a){var s=this +return A.D(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,b){var s=this +if(b==null)return!1 +return s.$ti.b(b)&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)&&J.e(s.d,b.d)&&J.e(s.e,b.e)}, +i(a){var s=this +return s.aQ(0)+"("+A.h(s.a)+", "+A.h(s.b)+", "+A.h(s.c)+", "+A.h(s.d)+", "+A.h(s.e)+")"}} +A.a0r.prototype={ +$1(a){return this.a.$5(a.a,a.b,a.c,a.d,a.e)}, +$S(){var s=this +return s.r.h("@<0>").H(s.b).H(s.c).H(s.d).H(s.e).H(s.f).h("1(fT<2,3,4,5,6>)")}} +A.xn.prototype={ +an(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.a.an(a) +if(h.gbN()){s=h.gbp(h) +return new A.al(s,h.a,h.b,i.$ti.h("al>"))}r=i.b.an(h) +if(r.gbN()){s=r.gbp(r) +return new A.al(s,r.a,r.b,i.$ti.h("al>"))}q=i.c.an(r) +if(q.gbN()){s=q.gbp(q) +return new A.al(s,q.a,q.b,i.$ti.h("al>"))}p=i.d.an(q) +if(p.gbN()){s=p.gbp(p) +return new A.al(s,p.a,p.b,i.$ti.h("al>"))}o=i.e.an(p) +if(o.gbN()){s=o.gbp(o) +return new A.al(s,o.a,o.b,i.$ti.h("al>"))}n=i.f.an(o) +if(n.gbN()){s=n.gbp(n) +return new A.al(s,n.a,n.b,i.$ti.h("al>"))}m=i.r.an(n) +if(m.gbN()){s=m.gbp(m) +return new A.al(s,m.a,m.b,i.$ti.h("al>"))}l=i.w.an(m) +if(l.gbN()){s=l.gbp(l) +return new A.al(s,l.a,l.b,i.$ti.h("al>"))}s=h.gm(h) +r=r.gm(r) +q=q.gm(q) +p=p.gm(p) +o=o.gm(o) +n=n.gm(n) +m=m.gm(m) +k=l.gm(l) +j=i.$ti +return new A.ct(new A.er(s,r,q,p,o,n,m,k,j.h("@<1>").H(j.z[1]).H(j.z[2]).H(j.z[3]).H(j.z[4]).H(j.z[5]).H(j.z[6]).H(j.z[7]).h("er<1,2,3,4,5,6,7,8>")),l.a,l.b)}, +az(a,b){var s=this +b=s.a.az(a,b) +if(b<0)return-1 +b=s.b.az(a,b) +if(b<0)return-1 +b=s.c.az(a,b) +if(b<0)return-1 +b=s.d.az(a,b) +if(b<0)return-1 +b=s.e.az(a,b) +if(b<0)return-1 +b=s.f.az(a,b) +if(b<0)return-1 +b=s.r.az(a,b) +if(b<0)return-1 +b=s.w.az(a,b) +if(b<0)return-1 +return b}, +geX(a){var s=this +return A.a([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w],t.C)}, +h_(a,b,c){var s=this +s.kw(0,b,c) +if(s.a.j(0,b))s.a=s.$ti.h("a7<1>").a(c) +if(s.b.j(0,b))s.b=s.$ti.h("a7<2>").a(c) +if(s.c.j(0,b))s.c=s.$ti.h("a7<3>").a(c) +if(s.d.j(0,b))s.d=s.$ti.h("a7<4>").a(c) +if(s.e.j(0,b))s.e=s.$ti.h("a7<5>").a(c) +if(s.f.j(0,b))s.f=s.$ti.h("a7<6>").a(c) +if(s.r.j(0,b))s.r=s.$ti.h("a7<7>").a(c) +if(s.w.j(0,b))s.w=s.$ti.h("a7<8>").a(c)}} +A.er.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +return s.$ti.b(b)&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)&&J.e(s.d,b.d)&&J.e(s.e,b.e)&&J.e(s.f,b.f)&&J.e(s.r,b.r)&&J.e(s.w,b.w)}, +i(a){var s=this +return s.aQ(0)+"("+A.h(s.a)+", "+A.h(s.b)+", "+A.h(s.c)+", "+A.h(s.d)+", "+A.h(s.e)+", "+A.h(s.f)+", "+A.h(s.r)+", "+A.h(s.w)+")"}} +A.a0s.prototype={ +$1(a){return this.a.$8(a.a,a.b,a.c,a.d,a.e,a.f,a.r,a.w)}, +$S(){var s=this +return s.y.h("@<0>").H(s.b).H(s.c).H(s.d).H(s.e).H(s.f).H(s.r).H(s.w).H(s.x).h("1(er<2,3,4,5,6,7,8,9>)")}} +A.n2.prototype={ +h_(a,b,c){var s,r,q,p +this.kw(0,b,c) +for(s=this.a,r=s.length,q=this.$ti.h("a7"),p=0;p"))}a=s}q=n.a.an(a) +if(q.gbN())return q +p=n.c +if(p!=null){o=p.an(q) +if(o.gbN()){r=o.gbp(o) +return new A.al(r,o.a,o.b,n.$ti.h("al<1>"))}a=o}else a=q +r=q.gm(q) +return new A.ct(r,a.a,a.b)}, +az(a,b){var s=this.b,r=s==null?null:s.az(a,b) +b=r==null?b:r +if(b<0)return-1 +b=this.a.az(a,b) +if(b<0)return-1 +s=this.c +r=s==null?null:s.az(a,b) +return r==null?b:r}, +geX(a){var s=A.a([],t.C),r=this.b +if(r!=null)s.push(r) +s.push(this.a) +r=this.c +if(r!=null)s.push(r) +return s}, +h_(a,b,c){var s=this +s.D7(0,b,c) +if(J.e(s.b,b))s.b=c +if(J.e(s.c,b))s.c=c}} +A.ul.prototype={ +an(a){return new A.ct(this.a,a.a,a.b)}, +az(a,b){return b}} +A.G1.prototype={ +an(a){var s,r=a.a,q=a.b,p=r.length +if(q=l||!r.h2(n.charCodeAt(q)))return new A.al(o.b,n,q,t.nN);++q;++p}s=o.d +while(!0){if(!(q=p||!r.h2(a.charCodeAt(b)))return-1;++b;++q}s=this.d +while(!0){if(!(b")) +for(s=o.b,r=a;m.length>"))}m.push(q.gm(q))}for(s=o.c;!0;r=q){p=o.e.an(r) +if(p.glk())return new A.ct(m,r.a,r.b) +else{if(m.length>=s){s=p.gbp(p) +return new A.al(s,p.a,p.b,n.h("al>"))}q=o.a.an(r) +if(q.gbN()){s=p.gbp(p) +return new A.al(s,p.a,p.b,n.h("al>"))}m.push(q.gm(q))}}}, +az(a,b){var s,r,q,p,o=this +for(s=o.b,r=b,q=0;q=0)return r +else{if(q>=s)return-1 +p=o.a.az(a,r) +if(p<0)return-1;++q}}} +A.vd.prototype={ +geX(a){return A.a([this.a,this.e],t.C)}, +h_(a,b,c){this.D7(0,b,c) +if(this.e.j(0,b))this.e=c}} +A.wm.prototype={ +an(a){var s,r,q,p=this,o=p.$ti,n=A.a([],o.h("r<1>")) +for(s=p.b,r=a;n.length>"))}n.push(q.gm(q))}for(o=p.c;n.length1)s.ao(new A.a89(s))}, +$S:0} +A.a89.prototype={ +$0(){--this.a.d}, +$S:0} +A.a8d.prototype={ +$0(){var s=this.a +s.ao(new A.a8a(s))}, +$S:0} +A.a8a.prototype={ +$0(){++this.a.d}, +$S:0} +A.CZ.prototype={ +S(a){var s=null,r=t.F,q=A.ur(A.oY(A.a([A.k5("Color",s),A.nB(A.a([new A.oW(new A.G(4281691285),!0,s),new A.oW(new A.G(4294492280),!0,s),new A.oW(new A.G(4288846747),!1,s)],r),B.aK,B.ah,B.bk)],r),B.bv,B.ah)),p=A.fZ(s,s,B.cF,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s,s) +return A.nB(A.a([q,A.ur(A.a2p(s,s,B.bQ,s,s,!0,s,A.k7(A.a([A.k7(s,s,"Size\n"),A.k7(s,A.ao(a).p3.r.Kb(B.b5),""+this.c.e+" cm")],t.VO),p,s),B.aH,s,s,B.az,B.aW))],r),B.aK,B.ah,B.bk)}} +A.oW.prototype={ +S(a){var s=null,r=A.aiw(this.d?this.c:B.H) +return A.mn(s,A.afb(s,new A.dj(this.c,s,s,s,s,s,B.cv),B.dR),s,new A.dj(s,s,r,s,s,s,B.cv),24,new A.b1(0,5,10,0),new A.b1(2.5,2.5,2.5,2.5),24)}} +A.D9.prototype={ +S(a){var s=null +return A.nB(A.a([new A.tt(s),A.mn(s,A.nS("assets/icons/heart.svg",s),s,new A.dj(new A.G(4294927460),s,s,s,s,s,B.cv),32,s,new A.b1(8,8,8,8),32)],t.F),B.aK,B.Hk,B.bk)}} +A.DA.prototype={ +S(a){var s=null +return new A.dP(B.fY,A.k5(this.c.c,A.fZ(s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,1.5,!0,s,s,s,s,s,s,s,s)),s)}} +A.H7.prototype={ +S(a){var s=null,r=this.c,q=t.F +return new A.dP(B.dT,A.oY(A.a([A.k5("Aristocratic Hand Bag",A.fZ(s,s,B.i,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s,s)),A.k5(r.b,A.ao(a).p3.r.Kf(B.i,B.b5)),A.es(s,20,s),A.nB(A.a([A.a2p(s,s,B.bQ,s,s,!0,s,A.k7(A.a([A.k7(s,s,"Price\n"),A.k7(s,A.ao(a).p3.f.Kf(B.i,B.b5),"$"+r.d)],t.VO),s,s),B.aH,s,s,B.az,B.aW),A.es(s,s,20),A.ur(A.afD(A.ajR(r.a,B.xJ),""+r.f))],q),B.aK,B.ah,B.bk)],q),B.bv,B.ah),s)}} +A.p6.prototype={ +S(a){var s=null,r=A.dq(a,s,t.w).w,q=this.c,p=q.r,o=A.po(s,A.nS("assets/icons/back.svg",new A.ms(B.i,B.bY,s,B.dI)),new A.V4(a),s,s),n=t.F +r=r.a.b +return A.al8(A.aiu(A.a([A.po(s,A.nS("assets/icons/search.svg",s),new A.V5(),s,s),A.po(s,A.nS("assets/icons/cart.svg",s),new A.V6(),s,s),A.es(s,s,10)],n),p,0,o),p,new A.II(A.oY(A.a([A.es(A.a4o(B.fk,A.a([A.mn(s,A.oY(A.a([new A.CZ(q,s),A.es(s,10,s),new A.DA(q,s),A.es(s,10,s),new A.D9(s),A.es(s,10,s),new A.BT(q,s)],n),B.aK,B.ah),s,new A.dj(B.i,s,s,new A.cp(new A.aM(24,24),new A.aM(24,24),B.v,B.v),s,s,B.b1),s,new A.b1(0,r*0.3,0,0),new A.b1(20,r*0.12,20,0),s),new A.H7(q,s)],n),B.ik),r,s)],n),B.aK,B.ah),s))}} +A.V4.prototype={ +$0(){A.a_V(this.a).uZ(null) +return null}, +$S:0} +A.V5.prototype={ +$0(){}, +$S:0} +A.V6.prototype={ +$0(){}, +$S:0} +A.tu.prototype={ +ar(){return new A.KS(A.a(["Hand bag","Jewellery","Footwear","Dresses"],t.s),B.l)}} +A.KS.prototype={ +S(a){var s=null,r=s +return new A.dP(B.fY,A.es(new A.Fo(new A.IO(new A.a8g(this),4,!0,!0,!0,s),s,B.bb,!1,s,s,r,!1,s,4,B.aM,B.vl,s,B.al,s),25,s),s)}, +a2w(a){var s,r=this,q=null,p=r.d[a] +p=A.k5(p,A.fZ(q,q,r.e===a?B.cF:B.kl,q,q,q,q,q,q,q,q,q,q,q,B.b5,q,q,!0,q,q,q,q,q,q,q,q)) +s=r.e===a?B.k:B.H +return A.XA(q,new A.dP(B.dT,A.oY(A.a([p,A.mn(q,q,s,q,2,new A.b1(0,5,0,0),q,30)],t.F),B.bv,B.ah),q),B.aM,!1,q,q,q,q,q,q,q,q,q,q,q,q,q,q,new A.a8f(r,a),q,q,q)}} +A.a8g.prototype={ +$2(a,b){return this.a.a2w(b)}, +$S:405} +A.a8f.prototype={ +$0(){var s=this.a +s.ao(new A.a8e(s,this.b))}, +$S:0} +A.a8e.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.pz.prototype={ +S(a){var s=null,r=this.c,q=A.oH(16) +return A.XA(s,A.oY(A.a([A.ur(A.mn(s,A.afD(A.ajR(r.a,s),""+r.f),s,new A.dj(r.r,s,s,q,s,s,B.b1),s,s,new A.b1(20,20,20,20),s)),new A.dP(B.CW,A.k5(r.b,A.fZ(s,s,B.kl,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s,s)),s),A.k5("$"+r.d,A.fZ(s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.b5,s,s,!0,s,s,s,s,s,s,s,s))],t.F),B.bv,B.ah),B.aM,!1,s,s,s,s,s,s,s,s,s,s,s,s,s,s,this.d,s,s,s)}} +A.EP.prototype={ +S(a){var s,r,q=null,p=A.po(q,A.nS("assets/icons/back.svg",q),new A.Y8(),q,q),o=t.F +p=A.aiu(A.a([A.po(q,A.nS("assets/icons/search.svg",new A.ms(B.cF,B.bY,q,B.dI)),new A.Y9(),q,q),A.po(q,A.nS("assets/icons/cart.svg",new A.ms(B.cF,B.bY,q,B.dI)),new A.Ya(),q,q),A.es(q,q,10)],o),B.i,0,p) +s=A.k5("Women",A.ao(a).p3.r.Kb(B.b5)) +$.aeL() +r=!0 +r=r?B.wP:q +return A.al8(p,q,A.oY(A.a([new A.dP(B.dT,s,q),new A.tu(q),A.ur(new A.dP(B.dT,new A.EK(new A.a4a(2,20,20,0.75),new A.IO(new A.Yb(),6,!0,!0,!0,q),q,B.bc,!1,q,q,r,!1,q,6,B.aM,B.vl,q,B.al,q),q))],o),B.bv,B.ah))}} +A.Y8.prototype={ +$0(){}, +$S:0} +A.Y9.prototype={ +$0(){}, +$S:0} +A.Ya.prototype={ +$0(){}, +$S:0} +A.Yb.prototype={ +$2(a,b){return new A.pz($.aeL()[b],new A.Y7(a,b),null)}, +$S:406} +A.Y7.prototype={ +$0(){var s=A.ake(new A.Y6(this.b),null,t.z) +return A.a_V(this.a).v5(s)}, +$S:0} +A.Y6.prototype={ +$1(a){return new A.p6($.aeL()[this.a],null)}, +$S:407} +A.HS.prototype={ +syV(a){if(a.j(0,this.J))return +this.J=a}, +sq9(a){if(a===this.I)return +this.I=a +this.ad()}, +sfD(a){if(this.a5==a)return +this.a5=a +this.ad()}, +scl(a,b){return}, +FX(){return}, +hw(a){return!0}, +giA(){return!0}, +gmv(){return!0}, +c3(a){return new A.Q(A.N(0,a.a,a.b),A.N(0,a.c,a.d))}, +ab(a){this.FX() +this.dE(a)}, +a4(a){this.dF(0)}, +l(){var s=this +s.aS.saB(0,null) +s.b_.saB(0,null) +s.bg.saB(0,null) +s.fi()}, +aC(a,b){var s,r=this +if(r.a7<=0)return +s=r.aS +s.saB(0,a.qe(!0,b,r.bW,new A.a2a(r),s.a))}} +A.a2a.prototype={ +$2(a,b){var s=this.a,r=s.b_ +r.saB(0,a.Bq(b,B.f.aX(s.a7*255),new A.a29(s),r.a))}, +$S:8} +A.a29.prototype={ +$2(a,b){var s,r=this.a,q=r.a5,p=r.bg +if(q!=null){s=p.a +if(s==null)s=new A.Uw(A.z(t.S,t.M),A.ar()) +if(q!==s.k3){s.k3=q +s.dZ()}a.v6(s,new A.a28(r),b) +p.saB(0,s)}else{p.saB(0,null) +a.gb3(a).l1(r.I.a)}}, +$S:8} +A.a28.prototype={ +$2(a,b){a.gb3(a).l1(this.a.I.a)}, +$S:8} +A.fl.prototype={} +A.adJ.prototype={ +$0(){var s,r=this,q={},p=r.a,o=p.gq(p),n=$.af(),m=n.mJ(),l=A.ajy(o,B.z2,m,n.mI(m,null),r.b,r.c,r.d,r.e) +n=r.f +s=B.c_.a3Y(0,n,l) +q.a=s +if(s.a)return new A.bO(l.BV(),t.AH) +return A.mH(l.at,t.H).ba(new A.adK(q,n,l,p),t.YA)}, +$S:408} +A.adK.prototype={ +$1(a){var s=this.c,r=this.a +r.a=B.c_.Ky(0,this.b,s,r.a) +return s.BV()}, +$S:409} +A.aaT.prototype={} +A.NN.prototype={} +A.a8F.prototype={} +A.WW.prototype={ +BV(){var s,r,q,p,o,n,m=this +m.cx=!0 +try{q=m.f.jM() +p=m.CW +return new A.fl(q,p)}finally{for(q=m.ax,p=q.gaD(q),p=new A.d_(J.ap(p.a),p.b),o=A.m(p).z[1];p.t();){n=p.a +s=n==null?o.a(n):n +s.l()}q.O(0) +for(q=m.ay,p=q.gaD(q),p=new A.d_(J.ap(p.a),p.b),o=A.m(p).z[1];p.t();){n=p.a +r=n==null?o.a(n):n +n=r.b +if(n!=null)n.l()}q.O(0)}}, +AZ(a,b,c){return this.a84(a,b,c)}, +a84(a,b,c){var s=0,r=A.a0(t.z),q=this,p,o,n +var $async$AZ=A.a1(function(d,e){if(d===1)return A.Y(e,r) +while(true)switch(s){case 0:o=q.y[a] +n=q.x[b] +if(c!=null)n.snH(q.ay.k(0,c).b) +p=q.dy +if(p!=null){p=q.ay.k(0,p.a).a +p.da(o,n)}else{p=n +q.r.da(o,p)}return A.Z(null,r)}}) +return A.a_($async$AZ,r)}, +MH(a,b,c,d,e,f,g,h,i){var s=$.af().b4() +s.sag(0,new A.G(b)) +if(a!==0)s.soV(B.E1[a]) +if(e!=null)s.snH(this.z[e]) +if(d===1){s.scL(0,B.S) +if(f!=null&&f!==0)s.sD_(B.EZ[f]) +if(g!=null&&g!==0)s.sD0(B.Fy[g]) +if(h!=null&&h!==4)s.sD1(h) +if(i!=null&&i!==0)s.shX(i)}this.x.push(s)}, +a89(a,b,c,d,e,f,g,h){var s,r,q=A.a([],t.t_) +for(s=e.length,r=0;r>>0)) +this.z.push(A.afC(new A.q(a,b),new A.q(c,d),q,f,B.l0[g]))}, +a8a(a,b,c,d,e,f,g,h,i,j){var s,r,q,p,o,n=new A.q(a,b) +if(d==null)s=null +else{e.toString +s=new A.q(d,e)}r=A.a([],t.t_) +for(q=f.length,p=0;p>>0)) +o=!J.e(s,n)&&s!=null +q=B.l0[i] +this.z.push(A.aua(n,c,r,g,q,h,o?s:null))}, +B_(a,b,c,d){return this.a85(a,b,c,d)}, +a85(a,b,c,d){var s=0,r=A.a0(t.z),q=this,p,o,n,m,l +var $async$B_=A.a1(function(e,f){if(e===1)return A.Y(f,r) +while(true)switch(s){case 0:n={} +m=q.Q[a] +l=q.cy +if(l==null)l=0 +p=q.db +n.a=0 +o=new A.WX(n,q,d,m,l,p) +if(b!=null)o.$1(b) +if(c!=null)o.$1(c) +q.cy=l+n.a +return A.Z(null,r)}}) +return A.a_($async$B_,r)}, +a88(a,b,c){var s,r,q=new A.at($.ag,t.U),p=new A.bD(q,t.b) +this.at.push(q) +q=$.jO.l7$ +q===$&&A.b() +s=q.b9(0,A.D(this.a,a,b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a),new A.WZ(c)) +if(s==null){p.mF("Failed to load image") +return}r=A.ba("listener") +r.b=new A.fJ(new A.X_(this,s,r,a,p),null,new A.X0(p,s,r,null)) +s.a0(0,r.am())}} +A.WX.prototype={ +$1(a){var s,r,q,p,o=this,n=null,m=o.b,l=m.x[a],k=o.c +if(k!=null)l.snH(m.ay.k(0,k).b) +k=A.a0l(n,n,n,n,n,n,n,n,n,n,m.d,n) +s=$.af().pf(k) +k=o.d +s.qd(A.agt(n,n,k.f,k.w,k.r,n,k.b,n,n,k.c,n,n,k.e,l,n,n,n,m.c,n,n,n)) +s.mr(k.a) +r=s.aN() +r.f7(B.qs) +o.a.a=r.glq() +if(m.dx!=null){q=m.r +q.bq(0) +p=m.dx +p.toString +q.a9(0,p)}q=m.r +q.iS(r,new A.q(o.e-r.glq()*k.d,o.f-r.gmu(r))) +r.l() +if(m.dx!=null)q.aW(0)}, +$S:34} +A.WZ.prototype={ +$0(){return A.av3(A.YU(this.a).ba(new A.WY(),t.OX))}, +$S:410} +A.WY.prototype={ +$1(a){return this.OC(a)}, +OC(a){var s=0,r=A.a0(t.OX),q,p=2,o,n=[],m,l,k,j +var $async$$1=A.a1(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=3 +s=6 +return A.a8(A.afH(a),$async$$1) +case 6:m=c +s=7 +return A.a8(m.Al(),$async$$1) +case 7:l=c +s=8 +return A.a8(l.h6(),$async$$1) +case 8:k=c +j=J.SN(k) +m.a=null +l.l() +q=new A.dO(j,1,null) +n=[1] +s=4 +break +n.push(5) +s=4 +break +case 3:n=[2] +case 4:p=2 +a.a=null +s=n.pop() +break +case 5:case 1:return A.Z(q,r) +case 2:return A.Y(o,r)}}) +return A.a_($async$$1,r)}, +$S:411} +A.X_.prototype={ +$2(a,b){var s=this +s.b.M(0,s.c.am()) +s.a.ax.n(0,s.d,a.a) +s.e.fE(0)}, +$S:85} +A.X0.prototype={ +$2(a,b){var s=this.a +if((s.a.a&30)===0)s.fE(0) +this.b.M(0,this.c.am()) +A.dd(new A.bA(a,b,"image resource service",A.bh("Failed to load image"),null,!0))}, +$S:107} +A.Qb.prototype={} +A.Qa.prototype={} +A.JU.prototype={ +i(a){return"VectorGraphicsDecodeException: Failed to decode vector graphic from "+this.a.i(0)+".\n\nAdditional error: "+A.h(this.b)}, +$ici:1} +A.oN.prototype={} +A.wu.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.wu&&b.a.j(0,this.a)&&b.b===this.b&&b.c===this.c}, +gq(a){return A.D(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.Hb.prototype={} +A.HQ.prototype={ +syV(a){if(a.j(0,this.J))return +this.J=a}, +sq9(a){if(a===this.I)return +this.I=a +this.ad()}, +sfD(a){if(this.a5==a)return +this.a5=a +this.ad()}, +smO(a,b){if(b===this.a7)return +this.a7=b +this.ad()}, +scl(a,b){return}, +ov(){return}, +svI(a,b){if(b===this.b_)return +this.b_=b +this.ad()}, +hw(a){return!0}, +giA(){return!0}, +c3(a){return new A.Q(A.N(0,a.a,a.b),A.N(0,a.c,a.d))}, +xF(a){var s +if(a==null)return +if(--a.c===0&&$.HR.a1(0,a.b)){$.HR.v(0,a.b) +s=a.a +if(s!=null)s.l() +a.a=null}}, +Z8(){var s,r,q,p,o=this,n=o.I.b,m=o.a7,l=o.b_,k=B.c.aX(n.a*m/l),j=B.c.aX(n.b*m/l),i=new A.wu(o.J,k,j) +if($.HR.a1(0,i)){n=$.HR.k(0,i) +n.toString +m=o.bg +if(n!==m){o.xF(m);++n.c}o.bg=n +return}n=o.a7 +m=o.b_ +l=o.I +s=$.af() +r=s.mJ() +q=s.mI(r,null) +q.aH(0,n/m) +q.l1(l.a) +p=new A.Hb(r.jM().qp(k,j),i,0) +p.c=1 +$.HR.n(0,i,p) +o.xF(o.bg) +o.bg=p}, +ab(a){this.ov() +this.dE(a)}, +a4(a){this.dF(0)}, +l(){this.xF(this.bg) +this.fi()}, +aC(a,b){var s,r,q,p,o,n,m=this +if(m.aA<=0)return +m.Z8() +s=m.bg +r=s.a +r.toString +s=s.b +q=$.af().b4() +q.sjY(B.dW) +p=m.a5 +if(p!=null)q.sfD(p) +q.sag(0,A.af2(0,0,0,m.aA)) +p=b.a +o=b.b +n=m.I.b +a.gb3(a).hp(r,new A.C(0,0,s.b,s.c),new A.C(p,o,p+n.a,o+n.b),q)}} +A.HE.prototype={ +sq9(a){if(a===this.J)return +this.J=a +this.ad()}, +sfD(a){if(this.I==a)return +this.I=a +this.ad()}, +scl(a,b){return}, +ov(){return}, +hw(a){return!0}, +giA(){return!0}, +c3(a){return new A.Q(A.N(0,a.a,a.b),A.N(0,a.c,a.d))}, +ab(a){this.ov() +this.dE(a)}, +a4(a){this.dF(0)}, +l(){this.fi()}, +aC(a,b){var s,r,q,p,o=this +if(o.a5<=0)return +s=$.af().b4() +r=o.I +if(r!=null)s.sfD(r) +s.sag(0,A.af2(0,0,0,o.a5)) +q=a.gb3(a).Cq() +if(!b.j(0,B.h)){a.gb3(a).bq(0) +a.gb3(a).ac(0,b.a,b.b)}if(o.a5!==1||o.I!=null){r=a.gb3(a) +p=o.gA(o) +r.dD(new A.C(0,0,0+p.a,0+p.b),s)}a.gb3(a).l1(o.J.a) +a.gb3(a).vg(q)}} +A.HT.prototype={ +F(){return"RenderingStrategy."+this.b}} +A.yd.prototype={ +ar(){return new A.QX(B.l)}} +A.ko.prototype={} +A.rr.prototype={ +gq(a){var s=this +return A.D(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,b){var s=this +if(b==null)return!1 +return b instanceof A.rr&&b.a.j(0,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&b.d===s.d}} +A.QX.prototype={ +b5(){var s=this,r=s.c +r.toString +s.r=A.ZL(r) +r=s.c +r.toString +s.w=A.dW(r) +s.Gi() +s.cU()}, +aO(a){if(!a.c.j(0,this.a.c))this.Gi() +this.bs(a)}, +l(){var s=this +s.rM(s.d) +s.d=null +s.aR()}, +rM(a){if(a==null)return +if(--a.c===0&&$.acp.a1(0,a.b)){$.acp.v(0,a.b) +a.a.a.l()}}, +YS(a,b,c){var s,r +if($.acx.a1(0,b)){s=$.acx.k(0,b) +s.toString +return s}r=c.a7y(a).ba(new A.acu(this,b,c),t.YA).ba(new A.acv(b),t.Wa) +$.acx.n(0,b,r) +r.iv(new A.acw(b)) +return r}, +Xo(a,b){this.ao(new A.aco(this,a,b))}, +Gi(){var s,r,q,p=this,o=p.a.c,n=p.c +n.toString +s=new A.rr(o.JP(n),p.r,p.w,p.a.ch) +r=$.acp.k(0,s) +if(r!=null){++r.c +p.ao(new A.acr(p,r)) +return}q=p.a.c +o=p.c +o.toString +p.YS(o,s,q).ba(new A.acs(p,q,s),t.P)}, +S(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.d,h=i==null?j:i.a +if(h!=null){k.a.toString +i=h.b +s=i.a +r=i.b +q=Math.min(s/s,r/r) +if($.aqd()){i=k.d.b +p=k.a +o=new A.OC(h,p.at,p.ax,i,j,j) +i=p}else{i=k.a +p=i.ay +n=k.d +m=i.at +l=i.ax +if(p===B.Jz)o=new A.OA(h,m,q,l,n.b,j,j) +else{n.toString +o=new A.Oz(h,m,l,j,j)}}o=A.es(new A.Ef(i.f,i.r,i.z,new A.qp(s,r,o,j),j),r,s)}else{i=k.a +p=i.d +o=A.es(j,i.e,p)}o=A.e2(j,o,!1,j,!1,j,j,j,!0,"",j,j,j,j,j,j,j,j,j,j,j) +return o}} +A.acu.prototype={ +$1(a){var s=this.b +return A.aB5(a,s.d,this.c,s.b,new A.act(this.a),s.c)}, +$S:413} +A.act.prototype={ +$2(a,b){return this.a.Xo(a,b)}, +$S:107} +A.acv.prototype={ +$1(a){return new A.ko(a,this.a,0)}, +$S:414} +A.acw.prototype={ +$0(){$.acx.v(0,this.a)}, +$S:44} +A.aco.prototype={ +$0(){var s=this.a +s.e=this.b +s.f=this.c}, +$S:0} +A.acr.prototype={ +$0(){var s=this.a +s.rM(s.d) +s.d=this.b}, +$S:0} +A.acs.prototype={ +$1(a){var s;++a.c +s=this.a +if(s.c==null||!this.b.j(0,s.a.c)){s.rM(a) +return}if(a.c===1)$.acp.n(0,this.c,a) +s.ao(new A.acq(s,a))}, +$S:415} +A.acq.prototype={ +$0(){var s=this.a +s.rM(s.d) +s.d=this.b}, +$S:0} +A.OA.prototype={ +aq(a){var s=this,r=A.d1(a,null) +r=r==null?null:r.b +if(r==null)r=1 +r=new A.HQ(s.x,s.e,s.f,r,s.w,s.r,A.ar()) +r.aw() +r.ov() +return r}, +aG(a,b){var s,r=this +b.sq9(r.e) +b.syV(r.x) +b.sfD(r.f) +s=A.d1(a,null) +s=s==null?null:s.b +b.smO(0,s==null?1:s) +b.scl(0,r.w) +b.svI(0,r.r)}} +A.OC.prototype={ +aq(a){var s=this,r=A.ar(),q=A.ar(),p=A.ar(),o=new A.bl(new Float64Array(16)) +o.cS() +o=new A.HS(s.w,s.e,s.f,s.r,r,q,p,o,A.ar()) +o.aw() +o.FX() +return o}, +aG(a,b){var s=this +b.sq9(s.e) +b.syV(s.w) +b.sfD(s.f) +b.scl(0,s.r)}} +A.Oz.prototype={ +aq(a){var s=new A.HE(this.e,this.f,this.r,A.ar()) +s.aw() +s.ov() +return s}, +aG(a,b){b.sq9(this.e) +b.sfD(this.f) +b.scl(0,this.r)}} +A.Dn.prototype={} +A.a6G.prototype={ +Ky(d6,d7,d8,d9){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=null,d5="The provided data was not a vector_graphics binary asset." +if(d9==null){s=new A.ab3(d7) +if(d7.byteLength<5)throw A.d(A.O(d5)) +if(s.vE(0)!==8924514)throw A.d(A.O(d5)) +if(s.hQ(0)!==1)throw A.d(A.O("The provided data does not match the currently supported version."))}else{r=d9.b +r.toString +s=r}$label0$1:for(r=s.a,q=d8.as,p=d8.ay,o=d8.r,n=d8.ax,m=d8.Q,l=t.J9,k=d8.y,j=d8.e,i=d8.x,h=!1;g=s.b,g0){b2=r.buffer +b3=r.byteOffset +c1=new Uint8Array(b2,b3+g,b) +s.b+=b +c2=B.bp.cs(c1)}else c2=d4 +b=r.getUint16(s.b,!0) +g=s.b+=2 +b2=r.buffer +b3=r.byteOffset +c1=new Uint8Array(b2,b3+g,b) +s.b+=b +c3=B.bp.cs(c1) +c4=A.a([],l) +if((b9&1)!==0)c4.push(B.wb) +if((b9&2)!==0)c4.push(B.Mh) +if((b9&4)!==0)c4.push(B.Mj) +m.push(new A.Qa(c3,c2,d,e,B.hh[b8],A.awX(c4),B.FF[c0],new A.G(c))) +continue $label0$1 +case 44:e=r.getUint16(s.b,!0) +g=s.b+=2 +d=r.getUint16(g,!0) +g=s.b+=2 +c5=d===65535?d4:d +d=r.getUint16(g,!0) +g=s.b+=2 +c6=d===65535?d4:d +d=r.getUint16(g,!0) +s.b+=2 +d8.B_(e,c5,c6,d===65535?d4:d) +continue $label0$1 +case 46:e=r.getUint16(s.b,!0) +g=s.b+=2 +s.b=g+1 +c7=r.getUint8(g) +d=r.getUint32(s.b,!0) +g=s.b+=4 +b2=r.buffer +b3=r.byteOffset +c1=new Uint8Array(b2,b3+g,d) +s.b+=d +d8.a88(e,c7,c1) +h=!0 +continue $label0$1 +case 47:e=r.getUint16(s.b,!0) +g=s.b+=2 +d=r.getFloat32(g,!0) +g=s.b+=4 +c=r.getFloat32(g,!0) +g=s.b+=4 +b=r.getFloat32(g,!0) +g=s.b+=4 +a=r.getFloat32(g,!0) +s.b+=4 +c8=s.qH() +g=n.k(0,e) +g.toString +b2=c8!=null +if(b2){o.bq(0) +o.a9(0,c8)}o.hp(g,new A.C(0,0,g.gby(g),g.gb7(g)),new A.C(d,c,d+b,c+a),$.af().b4()) +if(b2)o.aW(0) +continue $label0$1 +case 49:e=r.getUint16(s.b,!0) +g=s.b+=2 +d=r.getFloat32(g,!0) +g=s.b+=4 +c=r.getFloat32(g,!0) +g=s.b+=4 +b=r.getFloat32(g,!0) +g=s.b+=4 +a=r.getFloat32(g,!0) +s.b+=4 +c9=s.qH() +c9.toString +d8.dy=new A.aaT(e,b,a,c9) +g=$.af() +d0=g.mJ() +d1=g.mI(d0,d4) +d1.i6(new A.C(d,c,d+b,c+a)) +g=new A.NN() +g.c=d0 +g.a=d1 +p.n(0,e,g) +continue $label0$1 +case 50:r.getUint16(s.b,!0) +g=s.b+=2 +e=r.getFloat32(g,!0) +g=s.b+=4 +d=r.getFloat32(g,!0) +g=s.b+=4 +c=r.getFloat32(g,!0) +g=s.b+=4 +b=r.getFloat32(g,!0) +g=s.b+=4 +s.b=g+1 +d2=r.getUint8(g)!==0||!1 +c9=s.qH() +g=isNaN(e)?d4:e +b2=isNaN(d)?d4:d +b3=isNaN(c)?d4:c +q.push(new A.Qb(g,b2,b3,isNaN(b)?d4:b,d2,c9)) +continue $label0$1 +case 51:e=r.getUint16(s.b,!0) +s.b+=2 +d3=q[e] +if(d3.e)d8.db=d8.cy=0 +g=d3.a +if(g!=null)d8.cy=g +g=d3.b +if(g!=null)d8.db=g +g=d3.c +if(g!=null){b2=d8.cy +d8.cy=(b2==null?0:b2)+g}g=d3.d +if(g!=null)d8.db+=g +d8.dx=d3.f +continue $label0$1 +default:throw A.d(A.O("Unknown type tag "+f))}}return B.Cp}, +a3Y(a,b,c){return this.Ky(a,b,c,null)}, +Ou(a,b,c,d){a.d7(B.b0) +a.iD() +a.a.push(30) +a.iH(b) +a.iH(c) +a.iH(d==null?65535:d)}, +Vy(a){var s,r=a.length,q=new Float32Array(r),p=new DataView(new ArrayBuffer(8)) +for(s=0;sa.a){s=a.b +throw A.d(A.O(B.d.a9a(s[0])+B.d.cM(s,1)+" must be encoded together (current phase is "+this.as.b+")."))}this.as=a}, +a1D(a){var s,r=this.a +if(a!=null){s=a.length +r.push(s) +this.jE(8) +B.b.C(this.a,A.cS(a.buffer,a.byteOffset,8*s))}else r.push(0)}, +iH(a){var s,r +this.c.setUint16(0,a,!0) +s=this.a +r=this.d +r===$&&A.b() +B.b.C(s,A.dR(r,0,A.ec(2,"count",t.S),A.a9(r).h("t.E")))}, +a_k(a){var s,r +this.c.setUint32(0,a,!0) +s=this.a +r=this.d +r===$&&A.b() +B.b.C(s,A.dR(r,0,A.ec(4,"count",t.S),A.a9(r).h("t.E")))}, +GW(a){this.jE(4) +B.b.C(this.a,A.cS(a.buffer,a.byteOffset,4*a.length))}, +hh(a){var s,r +this.c.setFloat32(0,a,!0) +s=this.a +r=this.d +r===$&&A.b() +B.b.C(s,A.dR(r,0,A.ec(4,"count",t.S),A.a9(r).h("t.E")))}, +GV(a){this.jE(4) +B.b.C(this.a,A.cS(a.buffer,a.byteOffset,4*a.length))}, +jE(a){var s,r=this.a,q=B.f.bR(r.length,a) +if(q!==0){s=$.ou() +B.b.C(r,A.dR(s,0,A.ec(a-q,"count",t.S),A.a9(s).h("t.E")))}}} +A.ab3.prototype={ +hQ(a){return this.a.getUint8(this.b++)}, +Pb(a){var s=this.a.getUint16(this.b,!0) +this.b+=2 +return s}, +vE(a){var s=this.a.getUint32(this.b,!0) +this.b+=4 +return s}, +jm(a){var s=this.a,r=A.cS(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +Cu(a){var s,r,q,p=this +p.jE(2) +s=p.a +r=s.buffer +s=s.byteOffset+p.b +A.Bh(r,s,a) +q=new Uint16Array(r,s,a) +p.b=p.b+2*a +return q}, +Ch(a){var s,r,q=this +q.jE(4) +s=q.a +r=A.afY(s.buffer,s.byteOffset+q.b,a) +q.b=q.b+4*a +return r}, +qD(a){var s,r,q=this +q.jE(4) +s=q.a +r=A.akm(s.buffer,s.byteOffset+q.b,a) +q.b=q.b+4*a +return r}, +jE(a){var s=this.b,r=B.f.bR(s,a) +if(r!==0)this.b=s+(a-r)}, +qH(){var s,r,q=this,p=q.hQ(0) +if(p>0){q.jE(8) +s=q.a +r=A.afX(s.buffer,s.byteOffset+q.b,p) +q.b=q.b+8*p +return r}return null}} +A.VM.prototype={ +WH(a,b){return b.b9(0,a,new A.VN(b))}, +hg(a,b){return this.WH(a,b,t.z)}, +Ji(a){var s=null +this.r.push(new A.f5(s,B.CB,s,this.hg(a,this.a),s,s))}, +a1O(a,b,c,d,e){var s,r,q,p=this +if(b.a.length===0)return +s=p.hg(b,p.b) +r=p.hg(c,p.a) +q=e!=null?p.w.k(0,e):null +p.r.push(new A.f5(d,B.CA,s,r,q,null))}} +A.VN.prototype={ +$0(){return this.a.a}, +$S:54} +A.bp.prototype={ +gq(a){return A.D(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,b){if(b==null)return!1 +return b instanceof A.bp&&b.a===this.a&&b.b===this.b}, +Z(a,b){return new A.bp(this.a*b,this.b*b)}, +X(a,b){return new A.bp(this.a+b.a,this.b+b.b)}, +i(a){return"Point("+A.h(this.a)+", "+A.h(this.b)+")"}} +A.eO.prototype={ +gq(a){var s=this +return A.D(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,b){var s=this +if(b==null)return!1 +return b instanceof A.eO&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +i(a){var s=this +return"Rect.fromLTRB("+A.h(s.a)+", "+A.h(s.b)+", "+A.h(s.c)+", "+A.h(s.d)+")"}} +A.EZ.prototype={} +A.DR.prototype={} +A.hc.prototype={ +Pf(a){var s,r,q,p,o=this +if(a!=null)s=o.a===1&&o.d===1 +else s=!0 +if(s)return a +s=o.a +r=o.c +q=o.b +p=o.d +return(Math.sqrt(s*s+r*r)+Math.sqrt(q*q+p*p))/2*a}, +a90(a){var s,r,q,p,o,n,m,l=this +if(a===0)return l +s=Math.cos(a) +r=Math.sin(a) +q=l.a +p=l.c +o=l.b +n=l.d +m=-r +return A.jl(q*s+p*r,o*s+n*r,q*m+p*s,o*m+n*s,l.e,l.f,l.r)}, +gL3(){var s=this,r=s.a +return r>0&&s.b===0&&s.c===0&&s.d>0&&s.r===r}, +Cz(a,b){var s=this +if(a===1&&b===1)return s +return A.jl(s.a*a,s.b*a,s.c*b,s.d*b,s.e,s.f,s.r*a)}, +qs(a,b){var s=this,r=s.a,q=s.b,p=s.c,o=s.d +return A.jl(r,q,p,o,r*a+p*b+s.e,q*a+o*b+s.f,s.r)}, +d0(a){var s=this,r=s.a,q=a.a,p=s.c,o=a.b,n=s.b,m=s.d,l=a.c,k=a.d,j=a.e,i=a.f +return A.jl(r*q+p*o,n*q+m*o,r*l+p*k,n*l+m*k,r*j+p*i+s.e,n*j+m*i+s.f,s.r*a.r)}, +jh(a,b){var s=this,r=b.a,q=b.b +return new A.bp(s.a*r+s.c*q+s.e,s.b*r+s.d*q+s.f)}, +lC(){var s=this +return new Float64Array(A.eb(A.a([s.a,s.b,0,0,s.c,s.d,0,0,0,0,s.r,0,s.e,s.f,0,1],t.n)))}, +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +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}, +i(a){var s=this +return"[ "+A.h(s.a)+", "+A.h(s.c)+", "+A.h(s.e)+" ]\n[ "+A.h(s.b)+", "+A.h(s.d)+", "+A.h(s.f)+" ]\n[ 0.0, 0.0, 1.0 ] // _m4_10 = "+A.h(s.r)+"\n"}} +A.GJ.prototype={ +F(){return"PathFillType."+this.b}} +A.pV.prototype={ +F(){return"PathCommandType."+this.b}} +A.lk.prototype={} +A.dF.prototype={ +al(a){var s=a.jh(0,new A.bp(this.b,this.c)) +return new A.dF(s.a,s.b,B.ao)}, +gq(a){return A.D(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,b){if(b==null)return!1 +return b instanceof A.dF&&b.b===this.b&&b.c===this.c}, +i(a){return"LineToCommand("+A.h(this.b)+", "+A.h(this.c)+")"}} +A.fe.prototype={ +al(a){var s=a.jh(0,new A.bp(this.b,this.c)) +return new A.fe(s.a,s.b,B.bm)}, +gq(a){return A.D(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,b){if(b==null)return!1 +return b instanceof A.fe&&b.b===this.b&&b.c===this.c}, +i(a){return"MoveToCommand("+A.h(this.b)+", "+A.h(this.c)+")"}} +A.dl.prototype={ +K_(a){var s=this +return new A.UJ().$5(a,new A.bp(s.b,s.c),new A.bp(s.d,s.e),new A.bp(s.f,s.r),0)}, +al(a){var s=this,r=a.jh(0,new A.bp(s.b,s.c)),q=a.jh(0,new A.bp(s.d,s.e)),p=a.jh(0,new A.bp(s.f,s.r)) +return new A.dl(r.a,r.b,q.a,q.b,p.a,p.b,B.ai)}, +gq(a){var s=this +return A.D(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)}, +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.dl&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e&&b.f===s.f&&b.r===s.r}, +i(a){var s=this +return"CubicToCommand("+A.h(s.b)+", "+A.h(s.c)+", "+A.h(s.d)+", "+A.h(s.e)+", "+A.h(s.f)+", "+A.h(s.r)+")"}} +A.UJ.prototype={ +$5(a,b,c,d,e){var s +if(A.GW(b,A.nj(a,d,0.3333333333333333))>1.5||A.GW(c,A.nj(a,d,0.6666666666666666))>1.5){s=A.aiP(a,b,c,d,0.5) +e=this.$5(s[0],s[1],s[2],s[3],e) +e=this.$5(s[3],s[4],s[5],s[6],e)}else e+=A.GW(a,d) +return e}, +$S:416} +A.tH.prototype={ +al(a){return this}, +gq(a){return A.eN(this.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.tH}, +i(a){return"CloseCommand()"}} +A.fk.prototype={ +mp(a){var s,r,q,p,o,n,m,l=a.a,k=(a.c-l)*0.5,j=a.b,i=(a.d-j)*0.5 +l+=k +j+=i +s=0.551915024494*k +r=0.551915024494*i +q=j-i +p=this.a +p.push(new A.fe(l,q,B.bm)) +o=l+s +n=l+k +m=j-r +p.push(new A.dl(o,q,n,m,n,j,B.ai)) +r=j+r +i=j+i +p.push(new A.dl(n,r,o,i,l,i,B.ai)) +s=l-s +k=l-k +p.push(new A.dl(s,i,k,r,k,j,B.ai)) +p.push(new A.dl(k,m,s,q,l,q,B.ai)) +p.push(B.dH) +return this}, +kM(a){var s,r=a.a,q=a.b,p=this.a +p.push(new A.fe(r,q,B.bm)) +s=a.c +p.push(new A.dF(s,q,B.ao)) +q=a.d +p.push(new A.dF(s,q,B.ao)) +p.push(new A.dF(r,q,B.ao)) +p.push(B.dH) +return this}, +a1P(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +if(b===0&&c===0)return this.kM(a) +s=new A.bp(b,c).Z(0,0.551915024494) +r=a.a +q=r+b +p=a.b +o=this.a +o.push(new A.fe(q,p,B.bm)) +n=r+(a.c-r) +m=n-b +o.push(new A.dF(m,p,B.ao)) +l=s.a +k=m+l +j=p+c +i=s.b +h=j-i +o.push(new A.dl(k,p,n,h,n,j,B.ai)) +g=p+(a.d-p) +f=g-c +o.push(new A.dF(n,f,B.ao)) +i=f+i +o.push(new A.dl(n,i,k,g,m,g,B.ai)) +o.push(new A.dF(q,g,B.ao)) +l=q-l +o.push(new A.dl(l,g,r,i,r,f,B.ai)) +o.push(new A.dF(r,j,B.ao)) +o.push(new A.dl(r,h,l,p,q,p,B.ai)) +o.push(B.dH) +return this}, +NP(a){var s,r=this.a,q=this.b +q===$&&A.b() +s=A.GI(r,q) +if(a)B.b.O(r) +return s}, +lD(){return this.NP(!0)}} +A.dQ.prototype={ +a9y(a){if(a===this.b)return this +return A.GI(this.a,a)}, +al(a){var s,r,q,p=A.a([],t.l) +for(s=this.a,r=s.length,q=0;q"+A.h(r)+","):"Path(" +s=this.b +r=(s!==B.aG?r+("\n fillType: "+s.i(0)+","):r)+"\n)" +return r.charCodeAt(0)==0?r:r}} +A.a8j.prototype={ +ghF(a){var s=this,r=s.b,q=s.a +if(r>=q.length)r=s.b=0 +s.b=r+1 +return q[r]}} +A.aaS.prototype={ +gu(a){var s=this.b +s===$&&A.b() +return s}, +ER(a){var s,r,q,p,o,n,m,l,k=this,j=A.GW(k.c,a) +if(!(j<=0)){s=k.b +s===$&&A.b() +s=s<=0}else s=!0 +if(s)return +s=k.f +r=a.a +q=a.b +p=k.a +while(!0){o=k.b +o===$&&A.b() +if(!(j>=o))break +n=o/j +o=k.c +m=1-n +k.c=new A.bp(m*o.a+n*r,m*o.b+n*q) +k.b=p.ghF(p) +o=k.e +o===$&&A.b() +m=k.c +l=m.a +m=m.b +if(o)s.push(new A.dF(l,m,B.ao)) +else s.push(new A.fe(l,m,B.bm)) +j=A.GW(k.c,a) +k.e=!k.e}if(j>0){k.b=o-j +p=k.e +p===$&&A.b() +if(p)s.push(new A.dF(r,q,B.ao))}k.c=a}, +Vv(a){var s,r,q,p,o,n=this,m=null,l=a.K_(n.c),k=n.a,j=n.f +while(!0){s=n.b +s===$&&A.b() +if(!(l>=s))break +r=A.aiP(n.c,new A.bp(a.b,a.c),new A.bp(a.d,a.e),new A.bp(a.f,a.r),s/l) +s=n.c=r[3] +q=n.e +q===$&&A.b() +if(q){s=A.ae(r) +q=new A.U(r,1,m,s.h("U<1>")) +q.ap(r,1,m,s.c) +p=q.qm(0,3).dl(0) +q=p[0] +s=p[1] +o=p[2] +j.push(new A.dl(q.a,q.b,s.a,s.b,o.a,o.b,B.ai))}else j.push(new A.fe(s.a,s.b,B.bm)) +s=A.ae(r) +q=new A.U(r,4,m,s.h("U<1>")) +q.ap(r,4,m,s.c) +p=q.qm(0,3).dl(0) +q=p[0] +s=p[1] +o=p[2] +a=new A.dl(q.a,q.b,s.a,s.b,o.a,o.b,B.ai) +n.b=k.ghF(k) +l=a.K_(n.c) +n.e=!n.e}n.b=s-l +n.c=new A.bp(a.f,a.r) +k=n.e +k===$&&A.b() +if(k)j.push(a)}, +a3R(a){var s,r,q,p,o,n,m,l=this,k=l.a +l.b=k.ghF(k) +l.e=!0 +for(k=a.a,s=k.length,r=t.ZC,q=t.JO,p=t.wd,o=l.f,n=0;n"+p+", offsets: "+o+", tileMode: "+n+", "+m+"unitMode: "+A.h(s.e)+")"}} +A.uK.prototype={ +F(){return"GradientUnitMode."+this.b}} +A.lp.prototype={ +yN(a,b){var s,r,q=this,p=q.f +if(p==null)p=B.a0 +s=q.e +switch((s==null?B.h2:s).a){case 0:s=a.a +r=a.b +p=b.qs(s,r).Cz(a.c-s,a.d-r).d0(p) +break +case 1:p=b.d0(p) +break +case 2:break}s=q.d +if(s==null)s=B.iC +return new A.lp(q.r,q.w,q.x,q.a,q.b,q.c,s,B.kQ,p)}, +yS(a){var s,r,q,p,o=this,n=o.b +if(n==null)n=a.b +s=o.c +if(s==null)s=a.c +r=o.f +if(r==null)r=a.f +q=o.e +if(q==null)q=a.e +p=o.d +if(p==null)p=a.d +return new A.lp(o.r,o.w,o.x,o.a,n,s,p,q,r)}, +gq(a){var s,r=this,q=r.b +q=A.bm(q==null?A.a([],t.Ai):q) +s=r.c +return A.D(r.a,r.r,r.w,q,A.bm(s==null?A.a([],t.n):s),r.d,r.f,r.x,r.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){var s=this +if(b==null)return!1 +return b instanceof A.lp&&b.a===s.a&&b.r.j(0,s.r)&&b.w===s.w&&J.e(b.x,s.x)&&A.fw(b.b,s.b)&&A.fw(b.c,s.c)&&J.e(b.f,s.f)&&b.d==s.d&&b.e==s.e}, +i(a){var s=this,r=s.r.i(0),q=A.h(s.b),p=A.h(s.c),o=A.h(s.d),n=s.f +n=n==null?"":"transform: Float64List.fromList("+A.h(n.lC())+") ," +return"RadialGradient(id: '"+s.a+"', center: "+r+", radius: "+A.h(s.w)+", colors: "+q+", offsets: "+p+", tileMode: "+o+", "+n+"focalPoint: "+A.h(s.x)+", unitMode: "+A.h(s.e)+")"}} +A.iK.prototype={ +gq(a){return A.D(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,b){if(b==null)return!1 +return b instanceof A.iK&&b.a===this.a&&J.e(b.b,this.b)&&J.e(b.c,this.c)}, +i(a){var s="Paint(blendMode: "+this.a.i(0),r=this.b +if(r!=null)s+=", stroke: "+r.i(0) +r=this.c +s=(r!=null?s+(", fill: "+r.i(0)):s)+")" +return s.charCodeAt(0)==0?s:s}} +A.xF.prototype={ +gq(a){var s=this +return A.D(B.IE,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)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(b instanceof A.xF){s=b.a +s=r.a.a===s.a&&J.e(b.b,r.b)&&b.c==r.c&&b.d==r.d&&b.e==r.e&&b.f==r.f}else s=!1 +return s}, +i(a){var s=this,r="Stroke(color: "+s.a.i(0),q=s.b +if(q!=null)r+=", shader: "+q.i(0) +q=s.c +if(q!=null)r+=", cap: "+q.i(0) +q=s.d +if(q!=null)r+=", join: "+q.i(0) +q=s.e +if(q!=null)r+=", miterLimit: "+A.h(q) +q=s.f +r=(q!=null?r+(", width: "+A.h(q)):r)+")" +return r.charCodeAt(0)==0?r:r}} +A.mB.prototype={ +gq(a){return A.D(B.ID,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,b){var s +if(b==null)return!1 +if(b instanceof A.mB){s=b.a +s=this.a.a===s.a&&J.e(b.b,this.b)}else s=!1 +return s}, +i(a){var s="Fill(color: "+this.a.i(0),r=this.b +s=(r!=null?s+(", shader: "+r.i(0)):s)+")" +return s.charCodeAt(0)==0?s:s}} +A.di.prototype={ +F(){return"BlendMode."+this.b}} +A.GF.prototype={ +F(){return"PaintingStyle."+this.b}} +A.xG.prototype={ +F(){return"StrokeCap."+this.b}} +A.xH.prototype={ +F(){return"StrokeJoin."+this.b}} +A.y2.prototype={ +F(){return"TileMode."+this.b}} +A.xY.prototype={ +gq(a){var s=this +return A.D(s.a,s.c,s.b,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,b){var s=this +if(b==null)return!1 +return b instanceof A.xY&&b.a==s.a&&b.c==s.c&&b.b==s.b&&b.d==s.d&&b.e===s.e&&J.e(b.f,s.f)}, +i(a){var s=this,r=""+("TextPosition(reset: "+s.e),q=s.a +if(q!=null)r+=", x: "+A.h(q) +q=s.c +if(q!=null)r+=", y: "+A.h(q) +q=s.b +if(q!=null)r+=", dx: "+A.h(q) +q=s.d +if(q!=null)r+=", dy: "+A.h(q) +q=s.f +r=(q!=null?r+(", transform: "+q.i(0)):r)+")" +return r.charCodeAt(0)==0?r:r}} +A.xU.prototype={ +gq(a){var s=this +return A.D(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)}, +j(a,b){var s,r=this +if(b==null)return!1 +if(b instanceof A.xU)if(b.a===r.a)if(b.b===r.b)if(b.c===r.c)if(b.d==r.d)if(b.e===r.e){s=b.f +if(r.f.a===s.a)if(b.r===r.r)s=r.w.a===b.w.a +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}, +i(a){var s=this +return"TextConfig('"+s.a+"', "+A.h(s.b)+", '"+A.h(s.d)+"', "+s.e.i(0)+", "+A.h(s.c)+", "+s.f.i(0)+", "+s.r.i(0)+", "+s.w.i(0)+",)"}} +A.ho.prototype={ +F(){return"FontWeight."+this.b}} +A.nV.prototype={ +F(){return"TextDecorationStyle."+this.b}} +A.nU.prototype={ +j(a,b){if(b==null)return!1 +return b instanceof A.nU&&b.a===this.a}, +gq(a){return B.f.gq(this.a)}, +i(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.bi(s,", ")+"])"}} +A.bW.prototype={ +cf(a,b){return this}, +eW(a){return this.cf(a,!1)}} +A.LV.prototype={ +bf(a,b,c){return b.Oe(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.JH.prototype={ +jJ(a){var s=this.a +if(s.j(0,B.a0))return a +return a.d0(s)}} +A.eg.prototype={} +A.K2.prototype={ +bf(a,b,c){return b.vp(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.pU.prototype={ +oJ(a,b,c,d,e,f,g){var s,r=b!=null?new A.tE(c,b,a,a.b.r):a +if(d!=null){s=a.b +r=new A.vs(d,r,s.z,e,s.r)}if(f!=null)r=new A.w9(f,r,g,a.b.r) +B.b.B(this.d,r)}, +yH(a,b,c,d){return this.oJ(a,null,b,null,c,null,d)}, +cf(a,b){var s=A.nf(this.b.mw(a),null,this.a) +B.b.C(s.d,this.d) +return s}, +eW(a){return this.cf(a,!1)}, +a3M(){var s,r,q=null,p=this.b,o=p.f,n=o==null,m=n?q:o.c +p=p.z +s=p==null +if(s)r=m!=null&&m!==1&&m!==0 +else r=!0 +if(r){o=n?q:o.a95(B.Jx,this.a) +if(o==null){o=A.oV(0,0,0,m==null?1:m) +o=new A.mB(o,q)}return new A.iK(s?B.dF:p,q,o)}return q}, +bf(a,b,c){return b.Oh(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.Jq.prototype={ +bf(a,b,c){return b.Ot(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}, +cf(a,b){var s=A.alI(this.b.mw(a),this.r) +B.b.C(s.d,this.d) +return s}, +eW(a){return this.cf(a,!1)}} +A.Ie.prototype={ +bf(a,b,c){return b.Or(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.tE.prototype={ +bf(a,b,c){return b.Ob(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}, +cf(a,b){var s=this +return new A.tE(s.b,s.c,s.d.cf(a,b),s.a)}, +eW(a){return this.cf(a,!1)}} +A.vs.prototype={ +bf(a,b,c){return b.Og(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}, +cf(a,b){var s=this +return new A.vs(s.b,s.c.cf(a,b),s.d,s.e,s.a)}, +eW(a){return this.cf(a,!1)}} +A.pW.prototype={ +z6(a,b){var s,r=this.b,q=r.e,p=q==null?null:q.NS(a,b) +q=r.f +s=q==null?null:q.BS(a,b,B.bu) +if(s==null&&p==null)return null +r=r.z +return new A.iK(r==null?B.dF:r,p,s)}, +cf(a,b){var s=this.b +s=b?a.oP(s,this.a):s.mw(a) +return A.akG(this.d,s)}, +eW(a){return this.cf(a,!1)}, +bf(a,b,c){return b.Oi(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.p5.prototype={ +cf(a,b){var s=this,r=s.b +r=b?a.oP(r,s.a):r.mw(a) +return A.aiX(r,s.d,s.e)}, +eW(a){return this.cf(a,!1)}, +bf(a,b,c){return b.Oc(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.Jo.prototype={ +z6(a,b){var s,r=this.b,q=r.f,p=q==null?null:q.BS(a,b,B.bu) +q=r.e +s=q==null?null:q.NS(a,b) +if(p==null&&s==null)return null +r=r.z +return new A.iK(r==null?B.dF:r,s,p)}, +cf(a,b){var s=this.b,r=b?a.oP(s,this.a):s.mw(a) +return A.alF(this.d,r)}, +eW(a){return this.cf(a,!1)}, +bf(a,b,c){return b.Os(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.F1.prototype={ +cf(a,b){var s=this,r=s.b +r=b?a.oP(r,s.a):r.mw(a) +return A.ajS(s.d,s.e,r)}, +eW(a){return this.cf(a,!1)}, +bf(a,b,c){return b.Of(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}} +A.w9.prototype={ +bf(a,b,c){return b.Oj(this,c)}, +bc(a,b,c){return this.bf(a,b,c,t.z,t.z)}, +cf(a,b){var s=this +return new A.w9(s.b,s.c.cf(a,b),s.d,s.a)}, +eW(a){return this.cf(a,!1)}} +A.AA.prototype={} +A.hO.prototype={ +EZ(){var s,r,q=this,p=q.ax +for(s=q.c;s.t();){r=s.d +r.toString +if(r instanceof A.dT&&!r.r)++q.ax +else if(r instanceof A.e4)--q.ax +q.as=B.bM +q.at=null +if(q.ax>>0)}}if(B.d.bE(a.toLowerCase(),"rgba")){p=t.a4 +n=A.a6(new A.ad(A.a(B.d.a8(a,J.aeP(a,"(")+1,B.d.dz(a,")")).split(","),t.s),new A.a4R(),p),!0,p.h("aY.E")) +p=A.c0(B.b.dk(n),!1) +p.toString +m=A.ae(n).h("ad<1,o>") +l=A.a6(new A.ad(n,new A.a4S(),m),!0,m.h("aY.E")) +return A.oV(l[0],l[1],l[2],p)}if(B.d.bE(a.toLowerCase(),"hsl")){p=t.OL +k=A.a6(new A.ad(A.a(B.d.a8(a,J.aeP(a,"(")+1,B.d.dz(a,")")).split(","),t.s),new A.a4T(),p),!0,p.h("aY.E")) +j=B.c.bR(k[0]/360,1) +p=k[1] +i=k[2]/100 +h=k.length>3?k[3]:255 +l=A.a([0,0,0],t.n) +if(j<0.16666666666666666){l[0]=1 +l[1]=j*6}else if(j<0.3333333333333333){l[0]=2-j*6 +l[1]=1}else if(j<0.5){l[1]=1 +l[2]=j*6-2}else if(j<0.6666666666666666){l[1]=4-j*6 +l[2]=1}else{m=j*6 +if(j<0.8333333333333334){l[0]=m-4 +l[2]=1}else{l[0]=1 +l[2]=6-m}}m=t.bK +l=A.a6(new A.ad(l,new A.a4U(p/100),m),!0,m.h("aY.E")) +p=A.ae(l).h("ad<1,P>") +l=i<0.5?A.a6(new A.ad(l,new A.a4V(i),p),!0,p.h("aY.E")):A.a6(new A.ad(l,new A.a4W(i),p),!0,p.h("aY.E")) +p=A.ae(l).h("ad<1,P>") +l=A.a6(new A.ad(l,new A.a4X(),p),!0,p.h("aY.E")) +return A.aiO(h,J.aeQ(l[0]),J.aeQ(l[1]),J.aeQ(l[2]))}if(B.d.bE(a.toLowerCase(),"rgb")){p=t.OL +l=A.a6(new A.ad(A.a(B.d.a8(a,J.aeP(a,"(")+1,B.d.dz(a,")")).split(","),t.s),new A.a4Y(),p),!0,p.h("aY.E")) +g=l.length>3?l[3]:255 +return A.aiO(g,l[0],l[1],l[2])}f=B.Hl.k(0,a) +if(f!=null)return f +return null}, +Vh(a){var s,r,q,p,o,n,m,l,k,j=t.N,i=A.z(j,j) +for(j=J.ap(a);j.t();){s=j.gE(j) +r=B.d.em(s.b) +s=s.a +q=B.d.dz(s,":") +p=q>0 +if((p?B.d.cM(s,q+1):s)==="style")for(s=r.split(";"),p=s.length,o=0;o>>24 +if((r==null?255:r)!==255){r=o.a +q=(r>>>24)/255 +o=A.oV(r>>>16&255,r>>>8&255,r&255,1)}r=l==="none"?B.dJ:new A.js(!1,o) +return new A.qB(n.f,r,q,m,m)}} +A.a4R.prototype={ +$1(a){return B.d.em(a)}, +$S:68} +A.a4S.prototype={ +$1(a){return A.eZ(a,null)}, +$S:71} +A.a4T.prototype={ +$1(a){var s +a=B.d.em(a) +if(B.d.tZ(a,"%"))a=B.d.a8(a,0,a.length-1) +if(B.d.p(a,".")){s=A.c0(a,!1) +s.toString +return B.c.aX(s*2.55)}return A.eZ(a,null)}, +$S:71} +A.a4U.prototype={ +$1(a){return a+(1-this.a)*(0.5-a)}, +$S:24} +A.a4V.prototype={ +$1(a){return this.a*2*a}, +$S:24} +A.a4W.prototype={ +$1(a){return this.a*2*(1-a)+2*a-1}, +$S:24} +A.a4X.prototype={ +$1(a){return a*255}, +$S:24} +A.a4Y.prototype={ +$1(a){var s +a=B.d.em(a) +if(B.d.tZ(a,"%")){s=A.c0(B.d.a8(a,0,a.length-1),!1) +s.toString +return B.c.aX(s*2.55)}return A.eZ(a,null)}, +$S:71} +A.P3.prototype={ +OP(a){return this.a.k(0,a)}, +OM(a){var s,r,q,p,o={},n=this.c.k(0,a) +if(n==null)return A.a([],t.m1) +s=A.a([],t.Sd) +o.a=null +r=new A.abm(o,s) +for(q=n.length,p=0;p>>16&255,o>>>8&255,o&255,s) +o=b.Pf(q.r) +return new A.xF(s,r,q.e,q.d,q.f,o)}} +A.qB.prototype={ +BS(a,b,c){var s,r,q,p=this,o=null,n=p.b +if(n.a)return o +n=n.b +if(n==null)s=o +else{r=p.c +if(r==null)r=1 +n=n.a +r=A.oV(n>>>16&255,n>>>8&255,n&255,r) +s=r}if(s==null)if(c==null)s=o +else{n=p.c +if(n==null)n=1 +r=c.a +n=A.oV(r>>>16&255,r>>>8&255,r&255,n) +s=n}if(s==null)return o +if(p.e===!0)return new A.mB(s,o) +n=p.d +if(n!=null){n=t.Mm.a(p.a.b.k(0,n)) +q=n==null?o:n.yN(a,b) +if(q==null)return o}else q=o +return new A.mB(s,q)}, +a95(a,b){return this.BS(a,b,null)}, +i(a){var s=this +return"SvgFillAttributes(definitions: "+s.a.i(0)+", color: "+s.b.i(0)+", shaderId: "+A.h(s.d)+", hasPattern: "+A.h(s.e)+", oapctiy: "+A.h(s.c)+")"}} +A.js.prototype={ +ws(a){var s,r=this +if(a==null||r.a)return r +if(a.a&&r.b==null)return B.dJ +s=r.b +return new A.js(!1,s==null?a.b:s)}, +i(a){var s +if(this.a)s='"none"' +else{s=this.b +s=s==null?null:s.i(0) +if(s==null)s="null"}return s}} +A.a2h.prototype={ +Ob(a,b){var s,r=a.jJ(b),q=A.a([],t.m1) +for(s=J.ap(a.b.$1(a.c));s.t();)q.push(s.gE(s).al(r)) +if(q.length===0)return a.d.bc(0,this,b) +return new A.HW(q,a.d.bc(0,this,b))}, +Og(a,b){var s,r=a.e.$1(a.b) +if(r==null)return a.c.bc(0,this,b) +s=a.c.bc(0,this,b) +return new A.HX(r.bc(0,this,a.jJ(b)),s,a.d)}, +Oh(b4,b5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0=null,b1=b4.jJ(b5),b2=b4.a3M(),b3=t.f2 +if(b2==null){b3=A.a([],b3) +for(s=b4.d,r=s.length,q=b4.b,p=0;p1&&a[0]==="#"){if(s>2){s=a[1] +s=s==="x"||s==="X"}else s=!1 +if(s)return this.ES(B.d.cM(a,2),16) +else return this.ES(B.d.cM(a,1),10)}else return B.Hv.k(0,a)}, +ES(a,b){var s=A.ag7(a,b) +if(s==null||s<0||1114111");o.a>s;){q=new A.aB(o,r) +p=q.gT(q) +if(!p.t())A.a2(A.bV()) +o.v(0,p.gE(p))}}o=o.k(0,b) +o.toString +return o}} +A.qU.prototype={ +an(a){var s,r=a.a,q=a.b,p=r.length,o=q") +return null}, +gq(a){return A.D(B.QZ,this.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.h3&&b.e===this.e}} +A.hW.prototype={ +jF(a,b){var s=b.a +s.B(0,"") +return null}, +gq(a){return A.D(B.R_,this.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.hW&&b.e===this.e}} +A.hX.prototype={ +jF(a,b){var s=b.a +s.B(0,"") +return null}, +gq(a){return A.D(B.R0,B.eb.dT(0,this.e),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.hX&&B.eb.eD(b.e,this.e)}} +A.hY.prototype={ +jF(a,b){var s,r,q=b.a +q.B(0,"") +return null}, +gq(a){return A.D(B.R1,this.e,this.f,this.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)}, +j(a,b){if(b==null)return!1 +return b instanceof A.hY&&this.e===b.e&&J.e(this.f,b.f)&&this.r==b.r}} +A.e4.prototype={ +jF(a,b){var s=b.a +s.B(0,"") +return null}, +gq(a){return A.D(B.wp,this.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.e4&&b.e===this.e}, +gq3(a){return this.e}} +A.R3.prototype={} +A.hZ.prototype={ +jF(a,b){var s,r=b.a +r.B(0,"") +return null}, +gq(a){return A.D(B.R2,this.f,this.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.hZ&&b.e===this.e&&b.f===this.f}} +A.dT.prototype={ +jF(a,b){var s=b.a +s.B(0,"<") +s.B(0,this.e) +b.J5(this.f) +if(this.r)s.B(0,"/>") +else s.B(0,">") +return null}, +gq(a){return A.D(B.wp,this.e,this.r,B.eb.dT(0,this.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)}, +j(a,b){if(b==null)return!1 +return b instanceof A.dT&&b.e===this.e&&b.r===this.r&&B.eb.eD(b.f,this.f)}, +gq3(a){return this.e}} +A.Rb.prototype={} +A.lJ.prototype={ +gm(a){var s,r=this,q=r.r +if(q===$){s=r.f.dN(0,r.e) +r.r!==$&&A.au() +r.r=s +q=s}return q}, +jF(a,b){b.a.B(0,A.ahI(this.gm(this),$.ard(),A.aBa(),null)) +return null}, +gq(a){return A.D(B.R3,this.gm(this),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a,b){if(b==null)return!1 +return b instanceof A.lJ&&b.gm(b)===this.gm(this)}, +$iyk:1} +A.Ka.prototype={ +gT(a){var s=A.a([],t.Ec),r=A.a([],t.po) +return new A.a6R($.ark().k(0,this.b),new A.a6P(!1,!1,!1,!1,!1,s,r),new A.al("",this.a,0,t.GE))}} +A.a6R.prototype={ +gE(a){var s=this.d +s.toString +return s}, +t(){var s,r,q,p,o=this,n=o.c +if(n!=null){s=o.a.an(n) +if(s.glk()){o.c=s +o.d=s.gm(s) +o.b.a2_(s.gm(s),n.a,n.b,s.b) +return!0}else{r=n.b +q=n.a +if(r"),A.bq("/>")],t.sb),B.xP,q),q,q,p,q,q),new A.a77(),q,q,p,q,q,t.a1)}, +a2m(a){return A.ag6(new A.ah(this.ga2b(),B.j,t.vq),0,9007199254740991,t.hs)}, +a2c(){var s=this,r=t.h,q=t.N,p=t.V +return A.ng(A.ha(new A.ah(s.gnK(),B.j,r),new A.ah(s.ghE(),B.j,r),new A.ah(s.ga2d(),B.j,t.kD),q,q,p),new A.a6W(s),q,q,p,t.hs)}, +a2e(){var s=this.gnL(),r=t.h,q=t.N,p=t.V +return new A.fj(B.Ku,A.a0p(A.aeq(new A.ah(s,B.j,r),A.bq("="),new A.ah(s,B.j,r),new A.ah(this.gkP(),B.j,t.kD),q,q,q,p),new A.a6S(),q,q,q,p,p),t.VX)}, +a2f(){var s=t.kD +return A.kO(A.a([new A.ah(this.ga2g(),B.j,s),new A.ah(this.ga2k(),B.j,s),new A.ah(this.ga2i(),B.j,s)],t.gW),null,t.V)}, +a2h(){var s=t.N +return A.ng(A.ha(A.bq('"'),new A.qU('"',0),A.bq('"'),s,s,s),new A.a6T(),s,s,s,t.V)}, +a2l(){var s=t.N +return A.ng(A.ha(A.bq("'"),new A.qU("'",0),A.bq("'"),s,s,s),new A.a6V(),s,s,s,t.V)}, +a2j(){return A.lb(new A.ah(this.ghE(),B.j,t.h),new A.a6U(),t.N,t.V)}, +a4O(a){var s=t.h,r=t.N +return A.a0p(A.aeq(A.bq(""),r,r,r,r),new A.a74(),r,r,r,r,t.Gn)}, +a35(){var s=t.N +return A.ng(A.ha(A.bq("" expected',new A.eK(A.bq("-->"),0,9007199254740991,new A.fA("input expected"),t.Po),t.Ii),A.bq("-->"),s,s,s),new A.a6Z(),s,s,s,t.mL)}, +a2J(){var s=t.N +return A.ng(A.ha(A.bq("" expected',new A.eK(A.bq("]]>"),0,9007199254740991,new A.fA("input expected"),t.Po),t.Ii),A.bq("]]>"),s,s,s),new A.a6X(),s,s,s,t.cL)}, +a3X(){var s=t.N,r=t.d0 +return A.a0p(A.aeq(A.bq(""),s,r,s,s),new A.a7_(),s,r,s,s,t.UR)}, +a8x(){var s=t.h,r=t.N +return A.a0p(A.aeq(A.bq("" expected',new A.eK(A.bq("?>"),0,9007199254740991,new A.fA("input expected"),t.Po),t.Ii),r,r),new A.a75(),r,r,r),t.mA),A.bq("?>"),r,r,r,r),new A.a76(),r,r,r,r,t.Mw)}, +a4h(){var s=this,r=A.bq(""),t.mM),new A.a73(),n,n,n,t.dd,n,t.ob,n,n,t.RN)}, +a4p(){var s=t.r0 +return A.kO(A.a([new A.ah(this.ga4s(),B.j,s),new A.ah(this.ga4q(),B.j,s)],t.Gv),null,t.aD)}, +a4t(){var s=t.N,r=t.V +return A.ng(A.ha(A.bq("SYSTEM"),new A.ah(this.gnK(),B.j,t.h),new A.ah(this.gkP(),B.j,t.kD),s,s,r),new A.a71(),s,s,r,t.aD)}, +a4r(){var s=this.gnK(),r=t.h,q=this.gkP(),p=t.kD,o=t.N,n=t.V +return A.akE(A.ap4(A.bq("PUBLIC"),new A.ah(s,B.j,r),new A.ah(q,B.j,p),new A.ah(s,B.j,r),new A.ah(q,B.j,p),o,o,n,o,n),new A.a70(),o,o,n,o,n,t.aD)}, +a4v(){var s,r=this,q=A.bq("["),p=t.lk +p=A.kO(A.a([new A.ah(r.ga4k(),B.j,p),new A.ah(r.ga4i(),B.j,p),new A.ah(r.ga4m(),B.j,p),new A.ah(r.ga4w(),B.j,p),new A.ah(r.gMX(),B.j,t.hC),new A.ah(r.gJX(),B.j,t.ZV),new A.ah(r.ga4y(),B.j,p),new A.fA("input expected")],t.C),null,t.z) +s=t.N +return A.ng(A.ha(q,new A.hn('"]" expected',new A.eK(A.bq("]"),0,9007199254740991,p,t.mT),t.vo),A.bq("]"),s,s,s),new A.a72(),s,s,s,s)}, +a4l(){var s=A.bq(""),0,9007199254740991,r,t.xj),A.bq(">"),q,t.UX,q)}, +a4j(){var s=A.bq(""),0,9007199254740991,r,t.xj),A.bq(">"),q,t.UX,q)}, +a4n(){var s=A.bq(""),0,9007199254740991,r,t.xj),A.bq(">"),q,t.UX,q)}, +a4x(){var s=A.bq(""),0,9007199254740991,r,t.xj),A.bq(">"),q,t.UX,q)}, +a4z(){var s=t.N +return A.ha(A.bq("%"),new A.ah(this.ghE(),B.j,t.h),A.bq(";"),s,s,s)}, +PT(){var s="whitespace expected" +return A.al3(new A.nP(B.jW,s),1,9007199254740991,s)}, +PU(){var s="whitespace expected" +return A.al3(new A.nP(B.jW,s),0,9007199254740991,s)}, +a7Y(){var s=t.h,r=t.N +return new A.hn("name expected",A.ahF(new A.ah(this.ga7W(),B.j,s),A.ag6(new A.ah(this.ga7U(),B.j,s),0,9007199254740991,r),r,t.yp),t.c1)}, +a7X(){return A.aoT(":A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd",null)}, +a7V(){return A.aoT(":A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd-.0-9\xb7\u0300-\u036f\u203f-\u2040",null)}} +A.a6Y.prototype={ +$1(a){var s=null +return new A.lJ(a,this.a.a,s,s,s,s)}, +$S:440} +A.a77.prototype={ +$5(a,b,c,d,e){var s=null +return new A.dT(b,c,e==="/>",s,s,s,s)}, +$S:441} +A.a6W.prototype={ +$3(a,b,c){return new A.dv(b,this.a.a.dN(0,c.a),c.b,null)}, +$S:442} +A.a6S.prototype={ +$4(a,b,c,d){return d}, +$S:443} +A.a6T.prototype={ +$3(a,b,c){return new A.bB(b,B.iP,t.V)}, +$S:96} +A.a6V.prototype={ +$3(a,b,c){return new A.bB(b,B.QY,t.V)}, +$S:96} +A.a6U.prototype={ +$1(a){return new A.bB(a,B.iP,t.V)}, +$S:445} +A.a74.prototype={ +$4(a,b,c,d){var s=null +return new A.e4(b,s,s,s,s)}, +$S:446} +A.a6Z.prototype={ +$3(a,b,c){var s=null +return new A.hW(b,s,s,s,s)}, +$S:447} +A.a6X.prototype={ +$3(a,b,c){var s=null +return new A.h3(b,s,s,s,s)}, +$S:448} +A.a7_.prototype={ +$4(a,b,c,d){var s=null +return new A.hX(b,s,s,s,s)}, +$S:449} +A.a75.prototype={ +$2(a,b){return b}, +$S:120} +A.a76.prototype={ +$4(a,b,c,d){var s=null +return new A.hZ(b,c,s,s,s,s)}, +$S:451} +A.a73.prototype={ +$8(a,b,c,d,e,f,g,h){var s=null +return new A.hY(c,d,f,s,s,s,s)}, +$S:452} +A.a71.prototype={ +$3(a,b,c){return new A.dc(null,null,c.a,c.b)}, +$S:453} +A.a70.prototype={ +$5(a,b,c,d,e){return new A.dc(c.a,c.b,e.a,e.b)}, +$S:454} +A.a72.prototype={ +$3(a,b,c){return b}, +$S:455} +A.adO.prototype={ +$1(a){return A.aCw(new A.ah(new A.Kb(a).ga4X(),B.j,t.hq),t.xo)}, +$S:456} +A.D7.prototype={ +B(a,b){return this.a.$1(b)}, +aU(a){}} +A.dv.prototype={ +gq(a){return A.D(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,b){if(b==null)return!1 +return b instanceof A.dv&&b.a===this.a&&b.b===this.b&&b.c===this.c}, +gq3(a){return this.a}} +A.R4.prototype={} +A.R5.prototype={} +A.yj.prototype={ +gAE(a){var s=this,r=B.d.dz(s.gq3(s),":") +return r>0?B.d.cM(s.gq3(s),r+1):s.gq3(s)}} +A.Kc.prototype={ +a9r(a){return a.jF(0,this)}} +A.aec.prototype={ +$0(){return A.aBX()}, +$S:0} +A.aeb.prototype={ +$0(){}, +$S:0};(function aliases(){var s=A.Ph.prototype +s.SJ=s.O +s.SP=s.bq +s.SN=s.aW +s.SS=s.ac +s.SQ=s.cJ +s.SO=s.kh +s.SR=s.a9 +s.SM=s.i6 +s.SL=s.kT +s.SK=s.fC +s=A.p0.prototype +s.Qk=s.ja +s=A.yP.prototype +s.DG=s.bA +s=A.pm.prototype +s.QC=s.wU +s=A.cU.prototype +s.Rd=s.vh +s.Dk=s.aN +s.qZ=s.mt +s.Do=s.b0 +s.Dn=s.kg +s.Dl=s.ho +s.Dm=s.lw +s=A.de.prototype +s.Rb=s.lw +s.Rc=s.fZ +s.js=s.b0 +s.nS=s.ho +s=A.H1.prototype +s.iB=s.d2 +s.nT=s.l +s=A.tW.prototype +s.w6=s.nb +s.Qt=s.C3 +s.Qr=s.f_ +s.Qs=s.zK +s=J.py.prototype +s.QJ=s.i +s.QI=s.G +s=J.l5.prototype +s.QO=s.i +s=A.kl.prototype +s.Se=s.m_ +s.Sf=s.Fl +s.Sh=s.HE +s.Sg=s.iI +s=A.t.prototype +s.Dg=s.br +s=A.tM.prototype +s.Qo=s.a5o +s=A.Az.prototype +s.T3=s.aU +s=A.j.prototype +s.De=s.hN +s=A.F.prototype +s.R2=s.j +s.aQ=s.i +s=A.G.prototype +s.Qg=s.j +s.Qh=s.i +s=A.cv.prototype +s.w2=s.vk +s=A.w6.prototype +s.Ra=s.a9 +s=A.t4.prototype +s.w3=s.l +s=A.Cc.prototype +s.Q9=s.eh +s.Qa=s.lh +s.Qb=s.C0 +s=A.eD.prototype +s.a9P=s.a0 +s.a9Q=s.M +s.e5=s.l +s.D5=s.aj +s=A.a5.prototype +s.Qu=s.c_ +s=A.hh.prototype +s.Qv=s.c_ +s=A.pl.prototype +s.QA=s.uk +s.Qz=s.a4d +s=A.eM.prototype +s.QP=s.fS +s=A.cF.prototype +s.QB=s.yG +s.nQ=s.fS +s.Dc=s.l +s=A.vY.prototype +s.wc=s.i4 +s.R4=s.pM +s.Dj=s.Y +s.nR=s.l +s.R5=s.qV +s=A.q_.prototype +s.Re=s.i4 +s.Dp=s.i3 +s.Rf=s.jd +s=A.eQ.prototype +s.S6=s.fS +s=A.B2.prototype +s.Th=s.l +s=A.B6.prototype +s.Tl=s.aP +s.Tk=s.cW +s=A.l_.prototype +s.kv=s.l +s=A.Bc.prototype +s.Tv=s.l +s=A.Bd.prototype +s.Tw=s.l +s=A.A5.prototype +s.ST=s.l +s=A.A6.prototype +s.SU=s.l +s=A.A7.prototype +s.SW=s.aO +s.SV=s.b5 +s.SX=s.l +s=A.B4.prototype +s.Ti=s.l +s=A.AH.prototype +s.T5=s.l +s=A.ti.prototype +s.Qd=s.w1 +s.Qc=s.B +s=A.bN.prototype +s.DC=s.cv +s.DD=s.cw +s=A.d2.prototype +s.lW=s.cv +s.lX=s.cw +s=A.im.prototype +s.Qp=s.cv +s.Qq=s.cw +s=A.Ci.prototype +s.Qf=s.l +s=A.cP.prototype +s.D8=s.B +s=A.KP.prototype +s.DF=s.l +s=A.mR.prototype +s.QE=s.a0 +s.QF=s.M +s.QD=s.rK +s=A.jD.prototype +s.QH=s.j +s=A.J0.prototype +s.S5=s.dm +s=A.q6.prototype +s.RC=s.A4 +s.RE=s.Ab +s.RD=s.A6 +s.RB=s.zG +s=A.aX.prototype +s.Qe=s.j +s=A.f_.prototype +s.w4=s.i +s=A.H.prototype +s.Du=s.i7 +s.kx=s.a6 +s.Dv=s.c8 +s.Ro=s.nm +s.iC=s.bX +s=A.zQ.prototype +s.Ss=s.ab +s.St=s.a4 +s=A.zR.prototype +s.Su=s.l +s=A.Ff.prototype +s.QK=s.oa +s.Df=s.l +s.QN=s.vo +s.QL=s.ab +s.QM=s.a4 +s=A.D6.prototype +s.nP=s.fP +s=A.iI.prototype +s.R3=s.fP +s=A.c7.prototype +s.qY=s.a4 +s=A.B.prototype +s.fi=s.l +s.Dw=s.jI +s.dE=s.ab +s.dF=s.a4 +s.Rs=s.a6 +s.Rr=s.c8 +s.Rp=s.cC +s.Rt=s.qO +s.fh=s.dO +s.wd=s.kS +s.nU=s.hM +s.Dx=s.oR +s.Rq=s.iZ +s.Ru=s.c_ +s.Dy=s.eO +s=A.aF.prototype +s.DB=s.eL +s=A.ay.prototype +s.w5=s.Aj +s.Qn=s.v +s.Ql=s.uI +s.Qm=s.eL +s.D6=s.aY +s=A.wz.prototype +s.Rn=s.Tx +s=A.ex.prototype +s.Sj=s.tp +s=A.zU.prototype +s.Sv=s.ab +s.Sw=s.a4 +s=A.AC.prototype +s.T4=s.a4 +s=A.fn.prototype +s.Rx=s.c3 +s.r1=s.bC +s.r0=s.cP +s.hY=s.aC +s=A.wI.prototype +s.Ry=s.bX +s=A.zW.prototype +s.nX=s.ab +s.lY=s.a4 +s=A.zX.prototype +s.Sx=s.i7 +s=A.zY.prototype +s.Sy=s.ab +s.Sz=s.a4 +s=A.xx.prototype +s.S2=s.i +s=A.et.prototype +s.S3=s.i +s=A.A_.prototype +s.SA=s.ab +s.SB=s.a4 +s=A.wK.prototype +s.Rz=s.bC +s=A.nx.prototype +s.RA=s.Bo +s=A.j9.prototype +s.SE=s.ab +s.SF=s.a4 +s=A.hT.prototype +s.Sc=s.q2 +s.Sb=s.ci +s=A.dJ.prototype +s.RU=s.A1 +s=A.qK.prototype +s.DE=s.l +s=A.C1.prototype +s.D3=s.lp +s=A.qk.prototype +s.S0=s.pL +s.S1=s.k0 +s=A.vB.prototype +s.QQ=s.m7 +s=A.bn.prototype +s.Q5=s.e7 +s.Q7=s.j0 +s.Q6=s.yF +s.Q8=s.vb +s=A.oF.prototype +s.D4=s.S +s=A.hV.prototype +s.Sd=s.zr +s=A.A1.prototype +s.DH=s.eI +s=A.AT.prototype +s.T6=s.eh +s.T7=s.C0 +s=A.AU.prototype +s.T8=s.eh +s.T9=s.lh +s=A.AV.prototype +s.Ta=s.eh +s.Tb=s.lh +s=A.AW.prototype +s.Td=s.eh +s.Tc=s.pL +s=A.AX.prototype +s.Te=s.eh +s=A.AY.prototype +s.Tf=s.eh +s.Tg=s.lh +s=A.Et.prototype +s.lV=s.a7_ +s.Qy=s.z3 +s=A.aA.prototype +s.bk=s.aP +s.bs=s.aO +s.r3=s.cW +s.eQ=s.ca +s.aR=s.l +s.cU=s.b5 +s=A.aT.prototype +s.Qw=s.cI +s.w9=s.eI +s.lU=s.b0 +s.Qx=s.qx +s.Db=s.um +s.jr=s.ih +s.w7=s.ca +s.D9=s.cW +s.wa=s.lE +s.w8=s.mK +s.Da=s.b5 +s.lT=s.hG +s=A.tJ.prototype +s.Qi=s.x6 +s.Qj=s.hG +s=A.wq.prototype +s.Rg=s.aN +s.Rh=s.b0 +s.Ri=s.C7 +s=A.f9.prototype +s.Dd=s.ni +s=A.bu.prototype +s.r_=s.eI +s.nV=s.b0 +s.DA=s.hG +s.Dz=s.cW +s.Rv=s.lE +s.Rw=s.qx +s=A.ff.prototype +s.Dh=s.j_ +s.Di=s.j6 +s.QS=s.kf +s.QR=s.eI +s.QT=s.b0 +s=A.pu.prototype +s.QG=s.aP +s=A.rd.prototype +s.Si=s.l +s=A.cl.prototype +s.RS=s.k7 +s.RP=s.pn +s.RK=s.pk +s.RQ=s.zw +s.RT=s.h5 +s.RN=s.l_ +s.RO=s.mP +s.RL=s.pl +s.RM=s.zs +s.RJ=s.oY +s.RI=s.ty +s.RR=s.l +s=A.P6.prototype +s.SI=s.tE +s=A.zB.prototype +s.Sl=s.ca +s.Sm=s.l +s=A.zC.prototype +s.So=s.aO +s.Sn=s.b5 +s.Sp=s.l +s=A.G6.prototype +s.wb=s.ci +s=A.oj.prototype +s.SD=s.bC +s.SC=s.aC +s=A.B9.prototype +s.To=s.ab +s.Tp=s.a4 +s=A.zH.prototype +s.Sq=s.ci +s=A.B5.prototype +s.Tj=s.l +s=A.Bb.prototype +s.Tu=s.l +s=A.iS.prototype +s.RH=s.zz +s=A.ck.prototype +s.RF=s.sm +s=A.i3.prototype +s.SG=s.n9 +s.SH=s.nu +s=A.rI.prototype +s.Tr=s.aO +s.Tq=s.b5 +s.Ts=s.l +s=A.pQ.prototype +s.R9=s.k7 +s.R6=s.l_ +s.R7=s.l +s=A.eS.prototype +s.Sa=s.k7 +s.S9=s.pn +s.S7=s.pk +s.S8=s.l_ +s=A.of.prototype +s.Sk=s.h5 +s=A.Ij.prototype +s.r2=s.l +s=A.eq.prototype +s.nW=s.ci +s=A.Aa.prototype +s.SZ=s.ci +s=A.qf.prototype +s.RV=s.tq +s=A.lt.prototype +s.RW=s.mm +s.we=s.PB +s.RX=s.oO +s.RY=s.fz +s.S_=s.l +s.RZ=s.ci +s=A.A8.prototype +s.SY=s.ci +s=A.Ae.prototype +s.T_=s.l +s=A.Af.prototype +s.T1=s.aO +s.T0=s.b5 +s.T2=s.l +s=A.iP.prototype +s.Dt=s.aP +s.Rj=s.b5 +s.Rm=s.ug +s.Ds=s.ui +s.Dr=s.uh +s.Rk=s.A2 +s.Rl=s.A3 +s.Dq=s.l +s=A.rt.prototype +s.Sr=s.l +s=A.pN.prototype +s.QU=s.zt +s.R_=s.a64 +s.R0=s.a65 +s.QX=s.a5r +s.QZ=s.a5z +s.QY=s.a5t +s.R1=s.A9 +s.QW=s.l +s.QV=s.dP +s=A.Ba.prototype +s.Tt=s.l +s=A.B8.prototype +s.Tm=s.ab +s.Tn=s.a4 +s=A.lz.prototype +s.S4=s.zO +s=A.a7.prototype +s.kw=s.h_ +s=A.cO.prototype +s.D7=s.h_})();(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._static_0,l=hunkHelpers._instance_2u,k=hunkHelpers.installInstanceTearOff,j=hunkHelpers._instance_0i +s(A,"azf","aAB",120) +r(A,"azd","as7",1) +q(A,"and",1,function(){return{params:null}},["$2$params","$1"],["an9",function(a){return A.an9(a,null)}],459,0) +r(A,"aze","azU",18) +r(A,"Sl","aza",26) +p(A.rY.prototype,"gyn","a0O",0) +var i +o(i=A.ES.prototype,"ga_u","a_v",34) +o(i,"gYy","Yz",34) +o(A.CG.prototype,"ga1I","a1J",430) +o(i=A.iW.prototype,"gVb","Vc",1) +o(i,"gV9","Va",1) +o(A.J8.prototype,"ga_x","a_y",338) +o(A.Ep.prototype,"gZd","Ze",190) +n(i=A.Ec.prototype,"gjG","B",172) +p(i,"gPX","lR",33) +o(A.Fe.prototype,"gZp","Zq",74) +n(A.vF.prototype,"gBa","Bb",7) +n(A.xs.prototype,"gBa","Bb",7) +o(A.EN.prototype,"gZn","Zo",1) +p(i=A.E2.prototype,"gpr","l",0) +o(i,"gIG","a15",29) +o(A.GX.prototype,"gxR","Zt",485) +o(A.lC.prototype,"ga_b","a_c",450) +o(A.IZ.prototype,"ga7O","AN",444) +p(A.I9.prototype,"gpr","l",0) +o(i=A.D3.prototype,"gX8","X9",1) +o(i,"gXa","Xb",1) +o(i,"gX6","X7",1) +o(i=A.tW.prototype,"gpJ","LA",1) +o(i,"gua","a5q",1) +o(i,"gq1","a7N",1) +o(A.Dj.prototype,"gUh","Ui",367) +o(A.Ez.prototype,"gZB","ZC",1) +s(J,"azB","aul",115) +n(A.i_.prototype,"giP","p",19) +m(A,"azN","avB",54) +n(A.fC.prototype,"giP","p",19) +n(A.dE.prototype,"giP","p",19) +r(A,"aAp","axs",39) +r(A,"aAq","axt",39) +r(A,"aAr","axu",39) +m(A,"anS","aAb",0) +s(A,"aAs","azW",62) +m(A,"anR","azV",0) +q(A,"aAt",4,null,["$4"],["ads"],461,0) +n(A.yw.prototype,"gjG","B",7) +l(A.at.prototype,"gV0","fn",62) +n(A.Aw.prototype,"gjG","B",7) +p(A.yR.prototype,"gZr","Zs",0) +s(A,"ao_","az4",66) +r(A,"ao0","az5",67) +s(A,"aAD","az9",115) +k(i=A.j6.prototype,"gxM",0,0,null,["$1$0","$0"],["oo","xN"],64,0,0) +n(i,"giP","p",19) +k(i=A.eU.prototype,"gxM",0,0,null,["$1$0","$0"],["oo","xN"],64,0,0) +n(i,"giP","p",19) +k(i=A.qt.prototype,"gZj",0,0,null,["$1$0","$0"],["Gx","ma"],64,0,0) +n(i,"giP","p",19) +r(A,"aAQ","az6",60) +j(A.ze.prototype,"ga31","aU",0) +r(A,"aAU","aBE",67) +s(A,"aAT","aBD",66) +s(A,"ao4","asF",462) +r(A,"aAR","axg",68) +m(A,"aAS","ayB",463) +s(A,"ao5","aAi",464) +n(A.j.prototype,"giP","p",19) +n(i=A.c1.prototype,"ga9A","nx",7) +k(i,"ga9E",0,0,null,["$1","$0"],["Ox","a9F"],290,0,0) +q(A,"BH",3,null,["$3"],["agk"],465,0) +q(A,"BI",3,null,["$3"],["S"],466,0) +q(A,"by",3,null,["$3"],["w"],467,0) +o(A.Av.prototype,"gM4","ei",18) +p(A.kg.prototype,"gF3","VU",0) +l(i=A.Ds.prototype,"ga4U","eD",66) +n(i,"ga6n","dT",67) +o(i,"ga7g","a7h",19) +k(i=A.oD.prototype,"gNA",1,0,function(){return{from:null}},["$1$from","$0"],["NB","hK"],260,0,0) +o(i,"gE5","U7",3) +o(A.hF.prototype,"gmj","t6",4) +o(A.tP.prototype,"gIz","IA",4) +o(i=A.o0.prototype,"gmj","t6",4) +p(i,"gyB","a1w",0) +o(i=A.oZ.prototype,"gGr","Z7",4) +p(i,"gGq","Z6",0) +p(A.m9.prototype,"gej","aj",0) +o(A.kJ.prototype,"gMD","q5",4) +o(i=A.r0.prototype,"gXi","Xj",121) +o(i,"gXk","Xl",21) +o(i,"gXg","Xh",123) +p(i,"gXd","Xe",0) +o(i,"ga_T","a_U",49) +p(A.yM.prototype,"gLI","ug",0) +q(A,"aAo",1,null,["$2$forceReport","$1"],["ajx",function(a){return A.ajx(a,!1)}],468,0) +n(i=A.eD.prototype,"gtm","a0",39) +n(i,"gNk","M",39) +p(i,"gej","aj",0) +r(A,"aCz","awF",469) +o(i=A.pl.prototype,"gXN","XO",195) +o(i,"gVH","VI",194) +o(i,"ga2G","a2H",34) +p(i,"gWo","xb",0) +o(i,"gXR","FQ",14) +p(i,"gY4","Y5",0) +q(A,"aGF",3,null,["$3"],["ajF"],470,0) +o(A.hp.prototype,"gpK","k_",14) +r(A,"aoA","auB",20) +r(A,"ahy","atr",138) +r(A,"ahz","ats",20) +o(A.u9.prototype,"gpK","k_",14) +r(A,"aC_","atq",20) +p(A.Le.prototype,"gZx","Zy",0) +o(i=A.hk.prototype,"grP","Zg",14) +o(i,"ga_t","ou",183) +p(i,"gZh","kF",0) +r(A,"aem","au8",20) +o(A.q_.prototype,"gpK","k_",14) +l(i=A.zl.prototype,"gYE","YF",157) +l(i,"gZ0","Z1",146) +o(A.yr.prototype,"gwr","U9",152) +p(A.yy.prototype,"glg","Aa",0) +o(A.l0.prototype,"gWS","WT",4) +o(A.uY.prototype,"gYA","YB",4) +o(i=A.uX.prototype,"gP2","P3",178) +o(i,"ga3T","a3U",179) +o(i=A.zc.prototype,"ga1F","a1G",180) +k(i,"gPK",0,0,null,["$1","$0"],["CS","PL"],181,0,0) +p(i,"glg","Aa",0) +o(i,"gLC","a5w",182) +o(i,"ga5x","a5y",29) +o(i,"ga6b","a6c",80) +o(i,"ga6d","a6e",140) +o(i,"ga60","a61",80) +o(i,"ga62","a63",140) +p(i,"ga68","LF",0) +p(i,"ga69","a6a",0) +p(i,"ga5X","a5Y",0) +p(i,"ga5Z","a6_",0) +o(i,"ga5J","a5K",139) +o(i,"ga5L","a5M",79) +p(i=A.rH.prototype,"gnl","a83",0) +o(i,"gnk","a82",4) +o(A.B_.prototype,"gop","xT",26) +o(A.B0.prototype,"gop","xT",26) +o(i=A.z0.prototype,"gY_","Y0",4) +p(i,"gZu","Zv",0) +p(A.qd.prototype,"gYf","Yg",0) +q(A,"ap0",3,null,["$3"],["azO"],471,0) +o(i=A.qM.prototype,"ga0R","a0S",4) +o(i,"ga0P","a0Q",49) +o(i,"gFL","Xu",14) +p(i,"gYi","Yj",0) +p(i,"gXB","XC",0) +p(i,"gXY","XZ",0) +o(i,"gFO","XD",139) +o(i,"gFP","XE",79) +o(i,"gUq","Ur",25) +k(i=A.w4.prototype,"ga6S",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["M2","a6T"],210,0,0) +k(i,"ga6U",0,1,null,["$2$getTargetSize","$1"],["M3","a6V"],211,0,0) +q(A,"ahg",3,null,["$3"],["akv"],472,0) +q(A,"ahn",3,null,["$3"],["dm"],473,0) +n(i=A.mR.prototype,"gtm","a0",133) +o(i,"gPy","CK",221) +o(i=A.FT.prototype,"gX4","X5",223) +o(i,"gWW","WX",3) +n(i,"gtm","a0",133) +l(A.K7.prototype,"ga0u","a0v",225) +q(A,"BF",3,null,["$3"],["aQ"],474,0) +n(i=A.Ey.prototype,"ga9G","dm",24) +n(i,"gzI","ea",24) +r(A,"aAv","axB",127) +o(i=A.q6.prototype,"gYp","Yq",3) +o(i,"gXJ","XK",3) +p(A.H.prototype,"guD","a6",0) +l(A.e1.prototype,"ga44","ph",8) +r(A,"aoG","avX",30) +r(A,"aoH","avY",30) +p(A.jP.prototype,"gIP","IQ",0) +o(i=A.B.prototype,"gNe","lz",30) +p(i,"gf9","ad",0) +p(i,"gMt","aV",0) +k(i,"gGn",0,1,null,["$2$isMergeUp","$1"],["rJ","YZ"],244,0,0) +k(i,"glN",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["eO","nJ","lO"],58,0,0) +o(i=A.ay.prototype,"ga2Q","a2R","ay.0?(F?)") +o(i,"ga2O","a2P","ay.0?(F?)") +p(A.wz.prototype,"gHs","a04",0) +o(A.wH.prototype,"gUK","UL",247) +k(A.fn.prototype,"gj8",0,2,null,["$2"],["aC"],8,0,1) +p(A.wB.prototype,"gtb","yu",0) +p(A.rv.prototype,"grG","rH",0) +l(A.wE.prototype,"gZH","GD",250) +p(i=A.jW.prototype,"ga_1","a_2",0) +p(i,"ga_3","a_4",0) +p(i,"ga_5","a_6",0) +p(i,"ga__","a_0",0) +p(i=A.wJ.prototype,"ga_7","a_8",0) +p(i,"gZY","ZZ",0) +p(i,"gZW","ZX",0) +p(A.Iw.prototype,"gHB","HC",0) +k(A.cD.prototype,"ga6x",0,1,null,["$3$crossAxisPosition$mainAxisPosition"],["LR"],251,0,0) +l(A.wL.prototype,"ga8j","a8k",8) +l(i=A.q5.prototype,"gZI","GE",8) +k(i,"glN",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["eO","nJ","lO"],58,0,0) +s(A,"aAx","aw8",475) +q(A,"aAy",0,null,["$2$priority$scheduler"],["aB6"],476,0) +o(i=A.dJ.prototype,"gW6","W7",117) +p(i,"ga_X","a_Y",0) +o(i,"gX_","X0",3) +p(i,"gXm","Xn",0) +p(i,"gVR","VS",0) +o(A.qK.prototype,"gym","a0N",3) +p(i=A.Iy.prototype,"gVJ","VK",0) +p(i,"gYe","FS",0) +o(i,"gYc","Yd",258) +o(A.bZ.prototype,"gH3","a_r",259) +o(A.hJ.prototype,"ga1R","yK",266) +r(A,"aAw","awq",477) +p(i=A.qk.prototype,"gTX","TY",272) +o(i,"gXz","xo",273) +o(i,"gXL","rv",76) +o(i=A.Fd.prototype,"ga5A","a5B",74) +o(i,"ga5V","A8",276) +o(i,"gVd","Ve",277) +o(A.wR.prototype,"gZb","xH",105) +o(i=A.cH.prototype,"ga_O","a_P",104) +o(i,"gH1","H2",104) +o(A.Jm.prototype,"gYW","rE",76) +o(A.yn.prototype,"gFF","WR",289) +o(i=A.AS.prototype,"gVD","VE",101) +o(i,"gZl","Zm",291) +o(i,"gZz","ZA",292) +o(A.yu.prototype,"gTT","TU",293) +p(i=A.yh.prototype,"ga5F","a5G",0) +o(i,"gXF","XG",76) +p(i,"gX1","X2",0) +p(i=A.AZ.prototype,"ga5I","A4",0) +p(i,"ga6g","Ab",0) +p(i,"ga5O","A6",0) +o(i,"ga5p","A1",458) +o(A.yW.prototype,"gwq","E4",4) +p(A.uC.prototype,"ga22","a23",0) +o(i=A.Mr.prototype,"ga5Q","A7",14) +o(i,"ga5C","a5D",299) +p(A.r4.prototype,"gxn","Xt",0) +q(A,"aBs",1,null,["$5$alignment$alignmentPolicy$curve$duration","$1","$2$alignmentPolicy"],["afu",function(a){return A.afu(a,null,null,null,null)},function(a,b){return A.afu(a,null,b,null,null)}],478,0) +r(A,"adT","axQ",6) +s(A,"aho","atA",479) +r(A,"aop","atz",6) +o(i=A.MG.prototype,"ga0Y","Is",6) +p(i,"ga0Z","a1_",0) +o(i=A.q1.prototype,"gWt","Wu",49) +o(i,"gXS","XT",328) +o(i,"ga1m","a1n",329) +o(i=A.km.prototype,"gUo","Up",25) +o(i,"gFG","FH",4) +p(i,"gBe","a8d",0) +o(i=A.uN.prototype,"gXq","Xr",332) +k(i,"gVB",0,5,null,["$5"],["VC"],333,0,0) +q(A,"aot",3,null,["$3"],["jB"],480,0) +l(A.z8.prototype,"gXx","Xy",85) +p(A.oC.prototype,"gWU","WV",0) +p(A.re.prototype,"gxt","Yn",0) +s(A,"aC0","av1",481) +r(A,"kG","ayd",45) +r(A,"aoF","aye",45) +r(A,"BB","ayf",45) +o(A.rn.prototype,"gq4","ls",56) +o(A.rm.prototype,"gq4","ls",56) +o(A.zz.prototype,"gq4","ls",56) +o(A.zA.prototype,"gq4","ls",56) +p(i=A.iH.prototype,"gFM","Xw",0) +o(i,"gXP","XQ",49) +o(i,"gXW","XX",14) +r(A,"aC3","ayb",30) +k(A.oj.prototype,"gj8",0,2,null,["$2"],["aC"],8,0,1) +o(A.z5.prototype,"gxU","xV",46) +o(i=A.z4.prototype,"gwx","wy",4) +o(i,"ga0L","a0M",3) +o(A.Ay.prototype,"gxU","xV",46) +o(A.Ax.prototype,"gwx","wy",4) +o(A.Dw.prototype,"gZ9","xG",105) +p(A.A2.prototype,"gy5","a_B",0) +o(A.iS.prototype,"ga1f","yw",357) +o(i=A.rx.prototype,"ga_F","a_G",3) +p(i,"grz","FR",0) +p(i,"gxl","WZ",143) +p(i,"gxp","Y3",0) +o(A.eS.prototype,"gFT","Yh",4) +o(i=A.ld.prototype,"gUk","Ul",25) +o(i,"gUm","Un",25) +p(i=A.Ca.prototype,"gyk","yl",0) +p(i,"gyc","yd",0) +p(i=A.DS.prototype,"gyk","yl",0) +p(i,"gyc","yd",0) +s(A,"aGR","anl",482) +n(i=A.Ai.prototype,"gjG","B",36) +n(i,"gBy","v",36) +r(A,"BE","aB7",46) +p(A.lt.prototype,"ga4b","a4c",0) +p(A.x3.prototype,"gpr","l",0) +o(i=A.x7.prototype,"gFK","Xf",371) +o(i,"gHw","a06",121) +o(i,"gHx","a07",21) +o(i,"gHv","a05",123) +p(i,"gHt","Hu",0) +p(i,"gVP","VQ",0) +p(i,"gVN","VO",0) +o(i,"ga_o","a_p",89) +o(i,"ga08","a09",14) +o(i,"gY6","Y7",73) +p(A.Ac.prototype,"gHo","a0_",0) +o(i=A.iP.prototype,"ga1u","a1v",4) +p(i,"gLI","ug",0) +o(i,"gYl","Ym",80) +o(i,"ga0a","a0b",73) +o(i,"gY8","Y9",46) +o(i,"gXU","XV",14) +o(i,"ga0c","a0d",89) +n(i=A.pN.prototype,"gjG","B",36) +n(i,"gBy","v",36) +l(i,"gwK","V_",384) +p(i,"gxq","Yb",0) +l(A.Al.prototype,"gXH","XI",148) +p(A.Ak.prototype,"gHO","a0o",0) +p(i=A.zZ.prototype,"grB","Yr",0) +k(i,"glN",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["eO","nJ","lO"],58,0,0) +o(A.qs.prototype,"ga8O","Nj",393) +p(A.rw.prototype,"grR","Zw",0) +p(A.qo.prototype,"gte","tf",0) +p(A.ev.prototype,"geV","ft",0) +r(A,"aCQ","aw7",114) +r(A,"aCP","aw0",114) +p(A.yp.prototype,"gxm","X3",0) +s(A,"aCd","axJ",13) +s(A,"aoO","axE",13) +s(A,"aoQ","axL",13) +s(A,"aoP","axK",13) +s(A,"aCb","axH",13) +s(A,"aCe","axM",13) +s(A,"aCc","axI",13) +s(A,"aCa","axG",13) +s(A,"aC8","axD",13) +s(A,"aC9","axF",13) +r(A,"aCf","ay0",42) +r(A,"aCi","ay3",42) +r(A,"aCl","ay6",42) +r(A,"aCj","ay4",98) +r(A,"aCk","ay5",98) +r(A,"aCg","ay1",42) +r(A,"aCh","ay2",42) +o(i=A.P3.prototype,"gkm","OP",418) +o(i,"glF","OM",419) +r(A,"aBa","aAf",75) +r(A,"aB9","aAa",75) +r(A,"aB8","az7",75) +p(i=A.Kb.prototype,"ga4X","a4Y",425) +p(i,"ga2L","a2M",426) +p(i,"gPZ","Q_",427) +j(i,"gJG","a2m",428) +p(i,"ga2b","a2c",429) +p(i,"ga2d","a2e",47) +p(i,"gkP","a2f",47) +p(i,"ga2g","a2h",47) +p(i,"ga2k","a2l",47) +p(i,"ga2i","a2j",47) +j(i,"ga4N","a4O",431) +p(i,"gJX","a35",432) +p(i,"ga2I","a2J",433) +p(i,"ga3W","a3X",434) +p(i,"gMX","a8x",435) +p(i,"ga4g","a4h",436) +p(i,"ga4o","a4p",70) +p(i,"ga4s","a4t",70) +p(i,"ga4q","a4r",70) +p(i,"ga4u","a4v",37) +p(i,"ga4k","a4l",48) +p(i,"ga4i","a4j",48) +p(i,"ga4m","a4n",48) +p(i,"ga4w","a4x",48) +p(i,"ga4y","a4z",48) +p(i,"gnK","PT",37) +p(i,"gnL","PU",37) +p(i,"ghE","a7Y",37) +p(i,"ga7W","a7X",37) +p(i,"ga7U","a7V",37) +o(A.Kc.prototype,"gOa","a9r",457) +q(A,"ahA",1,null,["$2$wrapWidth","$1"],["aod",function(a){return A.aod(a,null)}],488,0) +m(A,"aCu","an8",0) +s(A,"By","asn",84) +s(A,"Bz","aso",84) +r(A,"anZ","aAh",52) +q(A,"aBi",2,null,["$1$2","$2"],["ap2",function(a,b){return A.ap2(a,b,t.z)}],72,1) +q(A,"aBj",2,null,["$1$2","$2"],["ap3",function(a,b){return A.ap3(a,b,t.z)}],72,1) +q(A,"aBh",2,null,["$1$2","$2"],["ap1",function(a,b){return A.ap1(a,b,t.z)}],72,1) +s(A,"aCm","azX",35) +s(A,"aCp","aA_",35) +s(A,"aCq","aA0",35) +s(A,"aCr","aA1",35) +s(A,"aCo","azZ",35) +s(A,"aCn","azY",35)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.mixinHard,q=hunkHelpers.inherit,p=hunkHelpers.inheritMany +q(A.F,null) +p(A.F,[A.rY,A.T6,A.kQ,A.a8W,A.Ph,A.UG,A.f0,A.TS,A.Fy,A.Cy,A.ES,A.lf,A.hz,A.j,A.DV,A.j4,A.IK,A.nv,A.lG,A.mF,A.a42,A.EY,A.mj,A.CC,A.Cx,A.Cl,A.dX,A.a12,A.a0h,A.Fh,A.ZD,A.ZE,A.Xi,A.UB,A.U8,A.CG,A.a_N,A.dS,A.D8,A.oR,A.tB,A.CK,A.kP,A.a1d,A.Cq,A.IH,A.CD,A.xI,A.iW,A.CM,A.J8,A.CJ,A.tC,A.CI,A.CE,A.Ua,A.bz,A.CN,A.tG,A.Ul,A.Um,A.Wu,A.Wv,A.ms,A.WO,A.Vq,A.a2U,A.EV,A.Yr,A.EU,A.ET,A.DP,A.u3,A.LG,A.LL,A.DN,A.Ep,A.W8,A.If,A.nC,A.Pg,A.a2H,A.X8,A.QR,A.Ec,A.pj,A.mG,A.uG,A.td,A.eH,A.Da,A.qZ,A.c_,A.a4D,A.yP,A.cU,A.a4N,A.a4M,A.qy,A.J9,A.fB,A.a1a,A.UC,A.KY,A.UI,A.nQ,A.a0u,A.pX,A.nh,A.jV,A.a41,A.a0v,A.lg,A.a1A,A.cj,A.aaR,A.a24,A.Ja,A.oo,A.Yk,A.qz,A.a4E,A.mt,A.a0_,A.a3S,A.pd,A.jv,A.E_,A.IE,A.iU,A.nL,A.lV,A.a13,A.ER,A.xt,A.uP,A.t0,A.jC,A.Fe,A.iw,A.Zq,A.UF,A.a_j,A.Tz,A.jJ,A.ux,A.E1,A.E0,A.EN,A.a0J,A.K_,A.GT,A.a0L,A.a0N,A.a2F,A.GX,A.a1_,A.zi,A.a7z,A.R0,A.ja,A.o9,A.rs,A.a0Q,A.ag8,A.a1f,A.EG,A.EF,A.a02,A.SO,A.H1,A.jX,A.oz,A.pc,A.W4,A.ID,A.IB,A.nJ,A.Wn,A.a3z,A.a3v,A.Lv,A.t,A.fN,A.Z7,A.Z9,A.a4r,A.a4v,A.a6M,A.He,A.a4I,A.Cr,A.w5,A.qx,A.TU,A.Yg,A.a5o,A.a5n,A.a9c,A.a9d,A.a9b,A.lC,A.ZI,A.IZ,A.I9,A.a5H,A.iv,A.iL,A.uj,A.uk,A.xV,A.a5c,A.Jl,A.c8,A.kb,A.Ty,A.D3,A.Wb,A.Wc,A.xT,A.W5,A.C8,A.qG,A.pa,A.Z2,A.a5q,A.a5d,A.Ys,A.VS,A.VQ,A.Fv,A.bo,A.WB,A.V8,A.W2,A.ph,A.K0,A.afM,J.py,J.dN,A.Cs,A.az,A.a3O,A.dY,A.d_,A.qS,A.E8,A.Jh,A.IL,A.IM,A.DW,A.Eu,A.qT,A.uz,A.JP,A.k4,A.i2,A.vp,A.p_,A.rf,A.fU,A.v1,A.a6p,A.G8,A.un,A.At,A.abi,A.ZJ,A.ve,A.v4,A.rj,A.yo,A.qu,A.abX,A.a8h,A.a9J,A.fS,A.Ml,A.AI,A.abZ,A.vk,A.Qm,A.ys,A.i5,A.C3,A.k2,A.yx,A.yw,A.yE,A.h5,A.at,A.Kz,A.Aw,A.KA,A.Ly,A.a8P,A.zJ,A.yR,A.PZ,A.Rd,A.Rc,A.z7,A.lN,A.aa_,A.rg,A.zh,A.fc,A.N3,A.QT,A.yT,A.LM,A.N0,A.PV,A.PU,A.jb,A.J6,A.CY,A.tM,A.a7x,A.TI,A.KE,A.Cw,A.PG,A.a9X,A.a8k,A.abY,A.QV,A.AR,A.kv,A.f3,A.aS,A.Gh,A.xD,A.LY,A.kX,A.F8,A.bi,A.aV,A.Q3,A.iV,A.Ia,A.c1,A.AP,A.a6v,A.PH,A.us,A.lw,A.UH,A.cB,A.Ei,A.G7,A.DX,A.a8i,A.Av,A.kg,A.U1,A.Gb,A.C,A.aM,A.hD,A.eJ,A.G,A.vr,A.afI,A.lx,A.iy,A.F_,A.jz,A.la,A.nI,A.iM,A.pY,A.cm,A.bY,A.a3M,A.fH,A.kW,A.k6,A.Jk,A.e3,A.bF,A.d4,A.li,A.TR,A.EE,A.Td,A.TC,A.XX,A.a4B,A.Tx,A.Tj,A.Du,A.Fn,A.lX,A.ri,A.vn,A.Ds,A.EM,A.ai,A.a3X,A.t7,A.w6,A.t5,A.t4,A.m9,A.kJ,A.aH,A.qN,A.MN,A.MD,A.eL,A.Dt,A.Lz,A.PX,A.yL,A.Ls,A.Ci,A.Lk,A.Qe,A.G3,A.a8y,A.a8x,A.dB,A.Mb,A.Cc,A.eD,A.aaB,A.a5,A.hh,A.em,A.agP,A.fL,A.wi,A.acc,A.a6N,A.wx,A.hM,A.bO,A.cZ,A.EB,A.r9,A.Xv,A.abj,A.pl,A.ju,A.it,A.iu,A.f4,A.O2,A.d6,A.Ki,A.L_,A.L9,A.L4,A.L2,A.L3,A.L1,A.L5,A.Ld,A.Lb,A.Lc,A.La,A.L7,A.L8,A.L6,A.L0,A.DB,A.ix,A.rE,A.jA,A.pG,A.vm,A.pF,A.ku,A.agK,A.a10,A.Fk,A.Le,A.rC,A.a0W,A.a0Z,A.fQ,A.qD,A.qE,A.h2,A.lH,A.zL,A.hR,A.Kk,A.Ik,A.a3Y,A.Kx,A.kh,A.KD,A.N4,A.KJ,A.KK,A.KL,A.OU,A.KM,A.KN,A.MY,A.Nk,A.KO,A.KQ,A.KT,A.KV,A.KW,A.Lo,A.Lq,A.LA,A.LE,A.LN,A.LO,A.b5,A.LU,A.kj,A.M_,A.M3,A.a8E,A.M8,A.WL,A.Wy,A.Wx,A.WK,A.MC,A.l_,A.px,A.Em,A.MI,A.N1,A.Dv,A.zf,A.br,A.bc,A.FC,A.Nc,A.Na,A.Nb,A.N_,A.Np,A.Nq,A.Nr,A.NG,A.cl,A.FB,A.jN,A.NM,A.rH,A.Op,A.Or,A.Ov,A.a2J,A.Ig,A.UE,A.a_s,A.Kl,A.Pn,A.Po,A.MZ,A.Pp,A.Pq,A.PL,A.PQ,A.Q5,A.Q8,A.Q9,A.Qc,A.Qf,A.Qj,A.rc,A.M0,A.R_,A.Ql,A.Qn,A.Qp,A.QO,A.m8,A.w4,A.ti,A.KI,A.bN,A.Eg,A.Ue,A.KG,A.a7B,A.cP,A.YE,A.KP,A.NO,A.uT,A.hu,A.ME,A.id,A.dO,A.fJ,A.MF,A.pt,A.BR,A.pw,A.wj,A.a5b,A.ac0,A.ac1,A.oe,A.ob,A.Jp,A.j7,A.Qd,A.a4n,A.a8p,A.aaM,A.acf,A.JB,A.q6,A.NR,A.c7,A.e1,A.UT,A.a9Z,A.t9,A.BZ,A.MS,A.Fg,A.Nl,A.Ry,A.aF,A.dA,A.ay,A.wz,A.abN,A.Pw,A.a1I,A.RO,A.fn,A.wB,A.dr,A.Iw,A.a3k,A.lu,A.Pt,A.PM,A.a1Y,A.a4b,A.a4c,A.a49,A.hv,A.a23,A.a1B,A.ye,A.q9,A.r7,A.a0x,A.dJ,A.qK,A.nY,A.y1,A.Iy,A.a3y,A.nK,A.tw,A.U5,A.cw,A.Pu,A.Px,A.ke,A.i4,A.ks,A.hJ,A.Py,A.a3w,A.C1,A.o7,A.kK,A.To,A.qk,A.MQ,A.XW,A.v8,A.Fd,A.MR,A.iF,A.wk,A.vC,A.a4C,A.Z8,A.Za,A.a4s,A.a4w,A.a_k,A.vD,A.kM,A.vB,A.Ow,A.Ox,A.a1j,A.co,A.cH,A.Ta,A.iZ,A.Jm,A.xW,A.RF,A.MM,A.Kj,A.NL,A.G6,A.oF,A.hV,A.yh,A.DJ,A.KC,A.X1,A.Mf,A.Md,A.Mr,A.r5,A.Mj,A.r2,A.LB,A.V9,A.RJ,A.RI,A.MG,A.TE,A.vT,A.aaC,A.a2s,A.pv,A.mJ,A.a3x,A.a9t,A.km,A.nd,A.pp,A.rq,A.Dz,A.vz,A.hG,A.a2w,A.JI,A.lS,A.P6,A.jM,A.oj,A.a08,A.Au,A.a0e,A.a_5,A.a0K,A.iS,A.nA,A.Fr,A.Ij,A.a30,A.a48,A.jY,A.M7,A.eT,A.K1,A.qf,A.Iu,A.Iq,A.VO,A.PI,A.Rh,A.PC,A.PF,A.Lu,A.qo,A.ev,A.yI,A.TK,A.Jd,A.oN,A.Jb,A.Ky,A.a4K,A.bG,A.a5_,A.GK,A.a4Z,A.p1,A.GG,A.a7,A.k8,A.db,A.Fu,A.dH,A.K5,A.bB,A.iT,A.hK,A.fT,A.er,A.H6,A.fl,A.aaT,A.NN,A.a8F,A.a6H,A.Qb,A.Qa,A.JU,A.wu,A.Hb,A.ko,A.rr,A.Dn,A.a6G,A.a6F,A.ab3,A.VM,A.bp,A.eO,A.EZ,A.DR,A.hc,A.lk,A.fk,A.dQ,A.a8j,A.aaS,A.w8,A.YR,A.J,A.hr,A.iK,A.xF,A.mB,A.xY,A.xU,A.nU,A.bW,A.AA,A.hO,A.P3,A.QY,A.qA,A.u7,A.xK,A.qB,A.js,A.K3,A.Je,A.E5,A.JV,A.f5,A.n8,A.o5,A.bl,A.fs,A.j3,A.dc,A.lI,A.Kd,A.a78,A.K8,A.a6P,A.a79,A.a7a,A.Ke,A.R7,A.Kb,A.D7,A.R4,A.yj,A.Kc]) +p(A.kQ,[A.CW,A.T9,A.T7,A.acS,A.ad3,A.ad2,A.Yp,A.Yq,A.Ym,A.Yn,A.Yo,A.adM,A.adL,A.a47,A.YJ,A.ad5,A.U9,A.CX,A.ad8,A.Uc,A.Ut,A.Uu,A.Uo,A.Up,A.Un,A.Ur,A.Us,A.Uq,A.Vx,A.VA,A.adw,A.aep,A.aeo,A.X9,A.Xa,A.Xb,A.Xc,A.Xd,A.Xe,A.Xh,A.Xf,A.adQ,A.adR,A.adS,A.adP,A.a00,A.Ye,A.Yf,A.Yc,A.Yd,A.ae3,A.WP,A.WN,A.adU,A.adV,A.ada,A.adb,A.adc,A.add,A.ade,A.adf,A.adg,A.adh,A.Zl,A.Zm,A.Zn,A.Zp,A.Zw,A.ZA,A.aej,A.a_u,A.a4_,A.a40,A.Wz,A.Wk,A.Wg,A.Wh,A.Wi,A.Wj,A.Wf,A.Wd,A.Wm,A.a2G,A.a7A,A.aaW,A.aaY,A.aaZ,A.ab_,A.ab0,A.ab1,A.ab2,A.ac7,A.ac8,A.ac9,A.aca,A.acb,A.aau,A.aav,A.aaw,A.aax,A.aay,A.aaz,A.a1g,A.a1h,A.a1l,A.SR,A.SS,A.YZ,A.Z_,A.a3f,A.a3g,A.a3E,A.Wp,A.V3,A.a_c,A.a5a,A.a5g,A.a5h,A.a5i,A.a5j,A.a5l,A.TV,A.W6,A.W7,A.UY,A.UZ,A.V_,A.V0,A.Yy,A.Yz,A.Yw,A.T3,A.WF,A.WG,A.Yt,A.VR,A.adC,A.UO,A.UR,A.Xn,A.TX,A.F7,A.Jj,A.Zf,A.Ze,A.ae_,A.ae1,A.ac_,A.a7n,A.a7m,A.acN,A.Xs,A.Xo,A.a9i,A.a9p,A.a4z,A.a9s,A.a8z,A.ZT,A.a4j,A.a9V,A.ack,A.ad_,A.ad0,A.ae9,A.aek,A.ael,A.adH,A.Zk,A.adA,A.Y_,A.XY,A.a8q,A.a8s,A.a8t,A.a8v,A.WT,A.WU,A.WV,A.adI,A.a4p,A.a50,A.a9q,A.a0S,A.a0T,A.a11,A.aa4,A.ZZ,A.a83,A.a84,A.a85,A.a7H,A.a7I,A.a7J,A.a7U,A.a7X,A.a7Y,A.a7Z,A.a8_,A.a80,A.a81,A.a82,A.a7K,A.a7L,A.a7M,A.a7V,A.a7F,A.a7W,A.a7E,A.a7N,A.a7O,A.a7P,A.a7Q,A.a7R,A.a7S,A.a7T,A.a8Q,A.a8S,A.a8U,A.a8R,A.a8T,A.a9C,A.a9z,A.a9B,A.a9A,A.a8Z,A.a9_,A.a91,A.a90,A.a92,A.a93,A.a95,A.a94,A.aaH,A.aaI,A.aaK,A.aaL,A.aaJ,A.a9P,A.a9M,A.aal,A.aa6,A.aa7,A.aa8,A.aa9,A.a_2,A.aaD,A.aaF,A.aaG,A.aaE,A.acF,A.acG,A.acH,A.acI,A.a0g,A.a2I,A.aae,A.aab,A.aad,A.aac,A.aaa,A.a7i,A.a62,A.a8n,A.a8o,A.Uf,A.Ug,A.Uh,A.a88,A.YP,A.YK,A.Tb,A.YT,A.Z1,A.Z0,A.a5V,A.a5Q,A.a5P,A.Xl,A.a2f,A.a2b,A.Tv,A.a_o,A.a_n,A.a1O,A.a1P,A.a1K,A.a1L,A.a1M,A.a1C,A.a1T,A.a1U,A.a1R,A.a1Z,A.a20,A.a22,A.a21,A.a27,A.a26,A.a2P,A.a2O,A.a66,A.a3C,A.a3A,A.abS,A.abR,A.abP,A.abQ,A.acT,A.a3G,A.a3F,A.a3n,A.a3r,A.a3p,A.a3s,A.a3q,A.a3t,A.a3u,A.TP,A.a0I,A.Tf,A.a7l,A.a3Q,A.a8B,A.Tn,A.a_6,A.a2m,A.a2n,A.a2l,A.a5E,A.a5D,A.a5F,A.ad9,A.SW,A.SZ,A.SX,A.T_,A.acy,A.acz,A.a7q,A.a7v,A.ace,A.acd,A.acC,A.acB,A.UX,A.X3,A.ad6,A.X5,A.X7,A.X6,A.ab9,A.Vb,A.Vc,A.Ve,A.Vf,A.Va,A.Vm,A.Vn,A.Vo,A.Vp,A.ab6,A.ab7,A.ab4,A.a1z,A.a9I,A.VY,A.VW,A.VV,A.VZ,A.W0,A.VT,A.VX,A.VU,A.a0m,A.a_t,A.XC,A.XH,A.XJ,A.XL,A.XN,A.XE,A.XG,A.a8H,A.a8I,A.a8J,A.a8M,A.a8N,A.a8O,A.Y4,A.Y2,A.Y1,A.YB,A.a9F,A.YX,A.YW,A.YV,A.a7c,A.a7d,A.a7e,A.a7f,A.a7g,A.adk,A.adl,A.adm,A.aa2,A.aa3,A.ZR,A.ZQ,A.a2y,A.a2x,A.a_U,A.abt,A.abw,A.a_R,A.a_T,A.a_Q,A.a_S,A.a07,A.abb,A.abc,A.a0f,A.abo,A.abA,A.aby,A.a6o,A.a6l,A.aas,A.aap,A.a_i,A.a2X,A.a2Y,A.a2Z,A.a3_,A.a32,A.a33,A.a34,A.a36,A.a3d,A.a3a,A.a3c,A.abI,A.a3h,A.a1q,A.a1m,A.a1n,A.a1o,A.a1s,A.a1u,A.a1v,A.a_I,A.a_J,A.a_K,A.a_G,A.a_H,A.a_L,A.a_M,A.a4h,A.a6K,A.TM,A.a4P,A.a4O,A.adu,A.adq,A.adt,A.a0n,A.a0o,A.a0q,A.a0r,A.a0s,A.aer,A.Y6,A.adK,A.WX,A.WY,A.acu,A.acv,A.acs,A.UJ,A.a4R,A.a4S,A.a4T,A.a4U,A.a4V,A.a4W,A.a4X,A.a4Y,A.abm,A.abl,A.a4L,A.Uy,A.acM,A.a6Y,A.a77,A.a6W,A.a6S,A.a6T,A.a6V,A.a6U,A.a74,A.a6Z,A.a6X,A.a7_,A.a76,A.a73,A.a71,A.a70,A.a72,A.adO]) +p(A.CW,[A.T8,A.a43,A.a44,A.a45,A.a46,A.Xj,A.Xk,A.TT,A.Ub,A.Xg,A.WA,A.a0z,A.Yl,A.a4G,A.a4H,A.XT,A.XU,A.TA,A.TB,A.ae5,A.ae6,A.WQ,A.acR,A.Zx,A.Zy,A.Zz,A.Zs,A.Zt,A.Zu,A.Wl,A.ae8,A.a0M,A.aaX,A.a0R,A.a1i,A.a1k,A.SP,A.a2v,A.SQ,A.a3e,A.Wo,A.Wr,A.Wq,A.a_d,A.a5k,A.a5m,A.Yh,A.Yi,A.Yj,A.a2E,A.Yx,A.WE,A.a5e,A.W9,A.Wa,A.TZ,A.aef,A.a17,A.a7o,A.a7p,A.ac2,A.Xr,A.Xq,A.a9e,A.a9l,A.a9k,A.a9h,A.a9g,A.a9f,A.a9o,A.a9n,A.a9m,A.a4A,A.abV,A.abU,A.a7D,A.aaU,A.adr,A.abr,A.abq,A.a6C,A.a6B,A.U2,A.U3,A.Zj,A.adB,A.TD,A.XZ,A.UM,A.UN,A.a8w,A.adv,A.acP,A.WS,A.Tp,A.U0,A.Xx,A.Xw,A.Xy,A.Xz,A.ZO,A.ZN,A.ZM,A.VD,A.VI,A.VJ,A.VE,A.VF,A.VG,A.VH,A.a0Y,A.a15,A.a54,A.a55,A.a56,A.a57,A.a58,A.T5,A.a7k,A.ZY,A.a86,A.a7G,A.ad7,A.a9L,A.a9O,A.a9Q,A.a9K,A.a9N,A.a_0,A.a_1,A.a96,A.a2L,A.a2K,A.aak,A.aaj,A.aai,A.aag,A.aah,A.aaf,A.a64,A.a6d,A.a6e,A.a6f,A.a6g,A.a6h,A.a6i,A.a6k,A.a6j,A.a6b,A.a6c,A.a68,A.a69,A.a6a,A.YG,A.YF,A.aa0,A.YM,A.YN,A.a_v,A.a5I,A.a5K,A.a5J,A.a5L,A.a5M,A.a5N,A.a5O,A.a5S,A.a5T,A.a5U,A.a5R,A.a5W,A.a5X,A.a2d,A.a2e,A.a1F,A.a1E,A.a_r,A.a_q,A.a_p,A.a0k,A.a0j,A.a0i,A.a1N,A.a1Q,A.a1S,A.a2_,A.a2R,A.a2S,A.a2T,A.TO,A.a3P,A.a1e,A.a2j,A.a2k,A.a2i,A.a52,A.a5G,A.a7b,A.acA,A.a7u,A.a7s,A.a7t,A.a7r,A.a2q,A.a2r,A.a6L,A.a2t,A.a2u,A.a97,A.a98,A.a99,A.a9a,A.TF,A.Uz,A.UA,A.XB,A.XD,A.XI,A.XK,A.XM,A.XO,A.XF,A.a8L,A.a8K,A.a9x,A.a9w,A.a9v,A.a9E,A.a9G,A.a9H,A.T4,A.aa1,A.aam,A.a_e,A.abv,A.abu,A.abs,A.a_P,A.aaN,A.a0c,A.a0b,A.a0d,A.a0a,A.a09,A.aaO,A.aaQ,A.aaP,A.a9r,A.abn,A.a2o,A.abD,A.abE,A.abC,A.abx,A.abB,A.abz,A.a6m,A.a6n,A.aan,A.a_h,A.a_f,A.a2W,A.abM,A.a31,A.a39,A.a3b,A.a1t,A.a1p,A.a1r,A.a_x,A.a_y,A.a_z,A.a_A,A.a_B,A.a_C,A.a_D,A.a_E,A.a_F,A.a3T,A.a3V,A.a3W,A.a4f,A.a4g,A.a4e,A.a4i,A.a5Z,A.a60,A.a6_,A.a7h,A.a4Q,A.T0,A.T1,A.a8c,A.a8b,A.a89,A.a8d,A.a8a,A.V4,A.V5,A.V6,A.a8f,A.a8e,A.Y8,A.Y9,A.Ya,A.Y7,A.adJ,A.WZ,A.acw,A.aco,A.acr,A.acq,A.VN,A.abk,A.aec,A.aeb]) +p(A.a8W,[A.tp,A.jK,A.na,A.oO,A.uZ,A.D0,A.ni,A.mp,A.tc,A.yB,A.hC,A.nz,A.ST,A.mI,A.xi,A.ui,A.l7,A.pk,A.yD,A.M6,A.qF,A.y9,A.bk,A.cK,A.CP,A.JW,A.w7,A.v7,A.qv,A.qw,A.GE,A.bJ,A.oT,A.Ts,A.mC,A.ic,A.tb,A.US,A.jQ,A.iN,A.pZ,A.ll,A.hP,A.xR,A.lB,A.Jn,A.j_,A.xQ,A.Ch,A.Tw,A.nZ,A.oL,A.ib,A.Kv,A.BX,A.Qv,A.u_,A.ip,A.d3,A.ED,A.r6,A.yV,A.VL,A.uI,A.a65,A.qY,A.TH,A.M9,A.a9D,A.lO,A.WM,A.lc,A.cc,A.eV,A.xy,A.n7,A.a2V,A.wD,A.C9,A.JX,A.oG,A.Cf,A.Ck,A.to,A.ps,A.xX,A.a5Y,A.xC,A.WH,A.Fx,A.Fw,A.mo,A.uO,A.Dq,A.lv,A.xf,A.qH,A.qh,A.xg,A.Js,A.EL,A.J2,A.TL,A.x0,A.nD,A.UU,A.pD,A.Fc,A.mZ,A.fd,A.Jf,A.a3j,A.l3,A.JN,A.kU,A.X2,A.lF,A.JK,A.abT,A.r3,A.pn,A.Gg,A.dL,A.a_O,A.AG,A.qb,A.e7,A.A3,A.ra,A.Q_,A.rB,A.I5,A.Im,A.nF,A.Ip,A.In,A.x8,A.IV,A.cJ,A.HT,A.j5,A.GJ,A.pV,A.kZ,A.uK,A.di,A.GF,A.xG,A.xH,A.y2,A.ho,A.nV,A.hl,A.cn,A.kd]) +q(A.TW,A.Ph) +p(A.Cy,[A.tz,A.oQ,A.CF,A.CL,A.oP]) +p(A.j,[A.vG,A.dw,A.ki,A.i_,A.R,A.en,A.b_,A.jx,A.nT,A.k_,A.xv,A.jy,A.hU,A.od,A.Km,A.Q0,A.eW,A.n1,A.u6,A.wW,A.bt,A.uM,A.Rs,A.vt,A.Ka]) +q(A.yC,A.CC) +q(A.tA,A.Cl) +p(A.dX,[A.p0,A.GR]) +p(A.p0,[A.I2,A.CR,A.CV,A.CT,A.Ge,A.y8,A.F0,A.D_]) +q(A.Gc,A.y8) +p(A.IH,[A.CA,A.CB,A.Cz]) +p(A.CX,[A.a4J,A.adG,A.adE,A.a0y,A.ae4,A.adW,A.Zv,A.Zr,A.We,A.a4t,A.acV,A.aen,A.Yu,A.UP,A.TY,A.UD,A.a16,A.Zd,A.ae0,A.acO,A.adx,A.Xt,A.Xp,A.a9j,A.abp,A.ZK,A.ZU,A.a4m,A.a4l,A.a9Y,A.a_Y,A.a6w,A.a6x,A.a6y,A.acj,A.aci,A.acZ,A.a_7,A.a_8,A.a_9,A.a_a,A.a2z,A.a2A,A.a4x,A.a4y,A.Th,A.Ti,A.UK,A.a0X,A.ZW,A.aa5,A.abd,A.abe,A.acD,A.acE,A.a2M,A.abG,A.a61,A.a8m,A.YH,A.YO,A.YL,A.Tc,A.a05,A.a_w,A.a2c,A.a1D,A.a_m,A.a0E,A.a0D,A.a0F,A.a0G,A.a1J,A.a1V,A.a1W,A.a25,A.a1G,A.a1H,A.a1X,A.a2Q,A.abO,A.a3H,A.a3I,A.a3o,A.TQ,A.a8C,A.a4u,A.Vh,A.Vj,A.Vi,A.Vk,A.Vl,A.Vd,A.Vg,A.ab8,A.ab5,A.a1x,A.a1y,A.W_,A.Y3,A.a9u,A.Y0,A.a9y,A.aaA,A.abh,A.abW,A.acJ,A.acK,A.aar,A.aaq,A.aao,A.a35,A.abL,A.abJ,A.abK,A.a38,A.a3U,A.a3Z,A.abg,A.abf,A.a6I,A.aeg,A.aeh,A.ado,A.a8g,A.Yb,A.a2a,A.a29,A.a28,A.X_,A.X0,A.act,A.a75]) +p(A.bz,[A.Cp,A.dD,A.fb,A.k9,A.F9,A.JO,A.Ln,A.Ib,A.LX,A.v5,A.ma,A.hd,A.G4,A.o3,A.o1,A.hN,A.D4,A.Mc]) +q(A.DY,A.Vq) +p(A.dD,[A.Ev,A.uE,A.uF]) +p(A.W8,[A.jn,A.LF]) +p(A.cU,[A.de,A.GN]) +p(A.de,[A.NQ,A.NP,A.wa,A.wc,A.wd,A.we,A.wf,A.wg,A.wh]) +q(A.wb,A.NQ) +q(A.GL,A.NP) +q(A.Vs,A.LF) +q(A.GO,A.GN) +p(A.cj,[A.ua,A.w3,A.Gz,A.GD,A.GB,A.GA,A.GC]) +p(A.ua,[A.Gm,A.Gl,A.Gk,A.Gq,A.Gs,A.Gy,A.Gw,A.Gv,A.Go,A.Gr,A.Gn,A.Gu,A.Gx,A.Gp,A.Gt]) +p(A.pd,[A.EJ,A.pm]) +q(A.EI,A.pm) +q(A.zo,A.jv) +p(A.E_,[A.pM,A.pK]) +q(A.EQ,A.ER) +p(A.Tz,[A.vF,A.xs]) +q(A.E2,A.a0J) +p(A.a7z,[A.RG,A.ac6,A.Rx]) +q(A.aaV,A.RG) +q(A.aat,A.Rx) +p(A.H1,[A.U4,A.DE,A.YQ,A.YY,A.a0O,A.a37,A.Xu,A.TG,A.a5f]) +p(A.jX,[A.qa,A.pi,A.va,A.n4,A.xO]) +p(A.a3v,[A.V2,A.a_b]) +q(A.tW,A.Lv) +p(A.tW,[A.a3L,A.EH,A.Ic]) +p(A.t,[A.je,A.qQ]) +q(A.ML,A.je) +q(A.JL,A.ML) +p(A.qx,[A.Cv,A.I3]) +p(A.a5o,[A.ZF,A.Ww,A.a6E]) +p(A.a5n,[A.a8l,A.l6,A.mc]) +q(A.MT,A.a8l) +q(A.MU,A.MT) +q(A.MV,A.MU) +q(A.hw,A.MV) +q(A.DU,A.hw) +p(A.Wb,[A.a_X,A.Ws,A.VC,A.XS,A.a_W,A.a14,A.a3i,A.a3N]) +p(A.Wc,[A.a_Z,A.a5B,A.a01,A.UV,A.a0B,A.W1,A.a6z,A.FU]) +p(A.EH,[A.Yv,A.T2,A.WD]) +p(A.a5q,[A.a5v,A.a5C,A.a5x,A.a5A,A.a5w,A.a5z,A.a5p,A.a5s,A.a5y,A.a5u,A.a5t,A.a5r]) +p(A.V8,[A.Dj,A.Ez]) +p(A.W2,[A.UQ,A.Xm]) +q(A.IJ,A.ph) +q(A.DZ,A.IJ) +p(J.py,[J.v0,J.v2,J.c,J.mV,J.mW,J.l1,J.jE]) +p(J.c,[J.l5,J.r,A.vH,A.vL,A.T,A.BQ,A.th,A.hg,A.bU,A.Lg,A.ei,A.Dl,A.DM,A.LH,A.u5,A.LJ,A.DQ,A.M1,A.fI,A.EO,A.Mv,A.Ft,A.FJ,A.Nd,A.Ne,A.fO,A.Nf,A.Ns,A.fR,A.NT,A.Pe,A.fW,A.PR,A.fX,A.PY,A.eP,A.Qg,A.Jy,A.h1,A.Qq,A.JD,A.JR,A.Ri,A.Rq,A.Rz,A.RU,A.RW,A.hx,A.MW,A.hA,A.NA,A.GV,A.Q1,A.hQ,A.Qw,A.C5,A.KB]) +p(J.l5,[J.GS,J.j2,J.iD]) +q(J.Zb,J.r) +p(J.l1,[J.pB,J.v3]) +p(A.i_,[A.mh,A.B3,A.jr,A.jq]) +q(A.yY,A.mh) +q(A.yA,A.B3) +q(A.eh,A.yA) +p(A.az,[A.mi,A.fa,A.kl,A.MO]) +q(A.ik,A.qQ) +p(A.R,[A.aY,A.f7,A.aB,A.oc,A.zk,A.kq,A.ol,A.Ao]) +p(A.aY,[A.U,A.ad,A.cI,A.vg,A.MP,A.z3]) +q(A.mr,A.en) +q(A.ug,A.nT) +q(A.pb,A.k_) +q(A.uf,A.jy) +p(A.i2,[A.OE,A.OF,A.OG]) +p(A.OE,[A.e5,A.ru,A.OH,A.OI]) +p(A.OF,[A.OJ,A.OK,A.OL,A.zN]) +q(A.zO,A.OG) +q(A.AO,A.vp) +q(A.o2,A.AO) +q(A.mm,A.o2) +p(A.p_,[A.b0,A.cz]) +p(A.fU,[A.tK,A.ry]) +p(A.tK,[A.fC,A.dE]) +q(A.iB,A.F7) +q(A.vU,A.k9) +p(A.Jj,[A.J4,A.oJ]) +q(A.mX,A.fa) +p(A.vL,[A.vI,A.pO]) +p(A.pO,[A.zv,A.zx]) +q(A.zw,A.zv) +q(A.le,A.zw) +q(A.zy,A.zx) +q(A.fi,A.zy) +p(A.le,[A.vJ,A.FX]) +p(A.fi,[A.FY,A.vK,A.FZ,A.vM,A.G_,A.vN,A.nb]) +q(A.AJ,A.LX) +q(A.rA,A.k2) +q(A.lL,A.rA) +q(A.kf,A.lL) +q(A.oa,A.yx) +q(A.qX,A.oa) +q(A.yt,A.yw) +q(A.bD,A.yE) +q(A.qW,A.Aw) +q(A.r1,A.Ly) +q(A.Pc,A.Rc) +p(A.kl,[A.lP,A.yN]) +p(A.ry,[A.j6,A.eU]) +p(A.yT,[A.yS,A.yU]) +p(A.PV,[A.ey,A.e8]) +p(A.PU,[A.Ap,A.Aq]) +q(A.xB,A.Ap) +p(A.jb,[A.kr,A.As,A.ok]) +q(A.Ar,A.Aq) +q(A.qt,A.Ar) +p(A.J6,[A.Az,A.a7w]) +q(A.ze,A.Az) +p(A.CY,[A.Tk,A.W3,A.Zg]) +p(A.tM,[A.Tm,A.Tl,A.Mm,A.Zi,A.Zh,A.a6D,A.JT,A.a6Q]) +p(A.TI,[A.a7y,A.a87,A.QW]) +q(A.acl,A.a7y) +q(A.Fa,A.v5) +p(A.Cw,[A.a9U,A.Si]) +q(A.a9W,A.a9X) +q(A.a6A,A.W3) +q(A.Se,A.QV) +q(A.acm,A.Se) +p(A.hd,[A.wt,A.uV]) +q(A.Lp,A.AP) +p(A.T,[A.bj,A.Ee,A.fV,A.Am,A.h_,A.eR,A.AD,A.JY,A.C7,A.kL]) +p(A.bj,[A.am,A.ii]) +q(A.aq,A.am) +p(A.aq,[A.BV,A.C_,A.Ew,A.It]) +q(A.Db,A.hg) +q(A.p2,A.Lg) +p(A.ei,[A.Dc,A.Dd]) +q(A.LI,A.LH) +q(A.u4,A.LI) +q(A.LK,A.LJ) +q(A.DO,A.LK) +q(A.fG,A.th) +q(A.M2,A.M1) +q(A.Ed,A.M2) +q(A.Mw,A.Mv) +q(A.mN,A.Mw) +q(A.FO,A.Nd) +q(A.FP,A.Ne) +q(A.Ng,A.Nf) +q(A.FQ,A.Ng) +q(A.Nt,A.Ns) +q(A.vS,A.Nt) +q(A.NU,A.NT) +q(A.GU,A.NU) +q(A.I8,A.Pe) +q(A.An,A.Am) +q(A.IY,A.An) +q(A.PS,A.PR) +q(A.J_,A.PS) +q(A.J5,A.PY) +q(A.Qh,A.Qg) +q(A.Jt,A.Qh) +q(A.AE,A.AD) +q(A.Ju,A.AE) +q(A.Qr,A.Qq) +q(A.JC,A.Qr) +q(A.Rj,A.Ri) +q(A.Lf,A.Rj) +q(A.yQ,A.u5) +q(A.Rr,A.Rq) +q(A.Mn,A.Rr) +q(A.RA,A.Rz) +q(A.zu,A.RA) +q(A.RV,A.RU) +q(A.PT,A.RV) +q(A.RX,A.RW) +q(A.Q4,A.RX) +q(A.MX,A.MW) +q(A.Fl,A.MX) +q(A.NB,A.NA) +q(A.G9,A.NB) +q(A.Q2,A.Q1) +q(A.J7,A.Q2) +q(A.Qx,A.Qw) +q(A.JG,A.Qx) +p(A.Gb,[A.q,A.Q]) +q(A.C6,A.KB) +q(A.Ga,A.kL) +p(A.lX,[A.qR,A.ql]) +p(A.ai,[A.cv,A.zr,A.Dk,A.Q6,A.tQ]) +p(A.cv,[A.Ks,A.Kn,A.Ko,A.Os,A.P9,A.Lm,A.Qs,A.yF,A.B1]) +q(A.Kt,A.Ks) +q(A.Ku,A.Kt) +q(A.oD,A.Ku) +p(A.a3X,[A.a9S,A.Ey,A.J0,A.Tu,A.Ud]) +q(A.Ot,A.Os) +q(A.Ou,A.Ot) +q(A.wp,A.Ou) +q(A.Pa,A.P9) +q(A.hF,A.Pa) +q(A.tP,A.Lm) +q(A.Qt,A.Qs) +q(A.Qu,A.Qt) +q(A.o0,A.Qu) +q(A.yG,A.yF) +q(A.yH,A.yG) +q(A.oZ,A.yH) +p(A.oZ,[A.t6,A.yq]) +q(A.eE,A.w6) +p(A.eE,[A.zg,A.iC,A.Jx,A.ej,A.Jw,A.pf,A.Lr]) +q(A.b9,A.B1) +p(A.aH,[A.i0,A.aW,A.jt,A.ya]) +p(A.aW,[A.wS,A.il,A.wy,A.mS,A.vy,A.nN,A.nX,A.Dr,A.ud,A.md,A.nW]) +p(A.G,[A.Lh,A.kR]) +q(A.fD,A.Lh) +q(A.cA,A.MD) +q(A.Li,A.cA) +q(A.De,A.Li) +p(A.eL,[A.Lj,A.N6,A.R2]) +q(A.V7,A.Lz) +p(A.V7,[A.l,A.jD,A.a3J,A.aT]) +p(A.l,[A.aZ,A.ak,A.aL,A.ax,A.wV,A.Ny]) +p(A.aZ,[A.Df,A.Di,A.El,A.EW,A.uX,A.Aj,A.Rg,A.KH,A.Ir,A.Jv,A.Qo,A.Nw,A.GZ,A.pE,A.ig,A.D5,A.Nx,A.Dx,A.EC,A.uQ,A.FR,A.Ni,A.G0,A.pS,A.Id,A.Io,A.II,A.Nz,A.xP,A.Jz,A.JZ,A.Jc,A.FV,A.BT,A.CZ,A.oW,A.D9,A.DA,A.H7,A.p6,A.pz,A.EP]) +p(A.ak,[A.r_,A.q3,A.vv,A.ta,A.ww,A.tr,A.Ag,A.zd,A.vu,A.F2,A.lY,A.lZ,A.wY,A.z_,A.wX,A.y6,A.jk,A.yg,A.tf,A.p9,A.mE,A.uD,A.lq,A.mL,A.uS,A.vl,A.zq,A.vR,A.kn,A.pP,A.w0,A.uJ,A.xE,A.lr,A.wU,A.I6,A.rl,A.Ah,A.x1,A.x6,A.Ad,A.qg,A.xo,A.nO,A.xp,A.qL,A.t3,A.tt,A.tu,A.yd]) +q(A.aA,A.PX) +p(A.aA,[A.r0,A.rt,A.zl,A.yr,A.RH,A.B2,A.Pr,A.B6,A.Rv,A.rd,A.Bc,A.Bd,A.A5,A.B4,A.A6,A.AH,A.yn,A.Sh,A.yu,A.yW,A.r4,A.Mi,A.q1,A.rb,A.Ru,A.N2,A.Rw,A.zB,A.zF,A.NK,A.NJ,A.B5,A.Bb,A.RN,A.A2,A.rI,A.og,A.RR,A.x2,A.Ae,A.Pm,A.RQ,A.PA,A.Al,A.Ak,A.Qk,A.yp,A.KR,A.KS,A.QX]) +q(A.im,A.Ls) +p(A.im,[A.i1,A.dj]) +p(A.Ci,[A.a8u,A.a7C]) +p(A.q3,[A.p3,A.rk]) +q(A.iP,A.rt) +p(A.iP,[A.yM,A.N7]) +q(A.Dh,A.Lk) +p(A.aL,[A.b3,A.dG,A.cT]) +p(A.b3,[A.za,A.uA,A.F4,A.zI,A.A4,A.Pj,A.ym,A.QQ,A.iA,A.iz,A.zj,A.mM,A.oi,A.q0,A.yc,A.Pd,A.zt,A.x_,A.A9,A.Ab,A.qi,A.PE,A.yX,A.on,A.zK]) +q(A.Ll,A.G3) +q(A.tO,A.Ll) +q(A.a8D,A.Dh) +p(A.dB,[A.eF,A.u0,A.DD]) +q(A.lM,A.eF) +p(A.lM,[A.pe,A.E6,A.E3]) +q(A.bA,A.Mb) +q(A.mD,A.Mc) +p(A.u0,[A.Ma,A.DC,A.Pv]) +p(A.eD,[A.fr,A.IW,A.Pi,A.KF,A.FS,A.hT,A.IC,A.wR,A.Fb,A.dI,A.z4,A.Ax,A.Il,A.x9,A.xA]) +p(A.em,[A.Fs,A.hq]) +p(A.Fs,[A.yb,A.ew]) +q(A.vc,A.fL) +p(A.acc,[A.Mk,A.lK,A.z6]) +q(A.uB,A.bA) +q(A.aO,A.O2) +q(A.S1,A.Ki) +q(A.S2,A.S1) +q(A.QC,A.S2) +p(A.aO,[A.NV,A.Of,A.O5,A.O0,A.O3,A.NZ,A.O7,A.On,A.dZ,A.Ob,A.Od,A.O9,A.NX]) +q(A.NW,A.NV) +q(A.nk,A.NW) +p(A.QC,[A.RY,A.S9,A.S4,A.S0,A.S3,A.S_,A.S5,A.Sd,A.Sb,A.Sc,A.Sa,A.S7,A.S8,A.S6,A.RZ]) +q(A.Qy,A.RY) +q(A.Og,A.Of) +q(A.np,A.Og) +q(A.QJ,A.S9) +q(A.O6,A.O5) +q(A.jS,A.O6) +q(A.QE,A.S4) +q(A.O1,A.O0) +q(A.lm,A.O1) +q(A.QB,A.S0) +q(A.O4,A.O3) +q(A.ln,A.O4) +q(A.QD,A.S3) +q(A.O_,A.NZ) +q(A.jR,A.O_) +q(A.QA,A.S_) +q(A.O8,A.O7) +q(A.nm,A.O8) +q(A.QF,A.S5) +q(A.Oo,A.On) +q(A.ns,A.Oo) +q(A.QN,A.Sd) +p(A.dZ,[A.Oj,A.Ol,A.Oh]) +q(A.Ok,A.Oj) +q(A.nq,A.Ok) +q(A.QL,A.Sb) +q(A.Om,A.Ol) +q(A.nr,A.Om) +q(A.QM,A.Sc) +q(A.Oi,A.Oh) +q(A.GY,A.Oi) +q(A.QK,A.Sa) +q(A.Oc,A.Ob) +q(A.jT,A.Oc) +q(A.QH,A.S7) +q(A.Oe,A.Od) +q(A.no,A.Oe) +q(A.QI,A.S8) +q(A.Oa,A.O9) +q(A.nn,A.Oa) +q(A.QG,A.S6) +q(A.NY,A.NX) +q(A.nl,A.NY) +q(A.Qz,A.RZ) +q(A.Mo,A.cZ) +q(A.cF,A.Mo) +p(A.cF,[A.vY,A.hk]) +p(A.vY,[A.hp,A.q_,A.u9]) +p(A.rE,[A.zp,A.ro]) +p(A.q_,[A.eM,A.Cb]) +p(A.u9,[A.hS,A.ht,A.hB]) +p(A.Cb,[A.eQ,A.qV]) +q(A.mO,A.hR) +q(A.pH,A.mO) +q(A.BS,A.Kk) +q(A.a__,A.Ik) +p(A.a3Y,[A.ac3,A.ac5]) +q(A.Oq,A.Q) +q(A.oE,A.Kx) +q(A.a7j,A.oE) +q(A.pI,A.wy) +q(A.tg,A.KD) +q(A.vw,A.N4) +q(A.tj,A.KJ) +q(A.tk,A.KK) +q(A.tl,A.KL) +q(A.Oy,A.RH) +p(A.ax,[A.b2,A.fg,A.Fj,A.rp,A.IU,A.zM]) +p(A.b2,[A.MJ,A.MK,A.KU,A.MH,A.vE,A.t8,A.tS,A.oU,A.CQ,A.GP,A.GQ,A.JE,A.Ef,A.Ex,A.dP,A.m7,A.tT,A.qp,A.hf,A.Fm,A.vW,A.IT,A.Fq,A.iR,A.pq,A.BP,A.Ix,A.FN,A.Cd,A.uo,A.F3,A.tI,A.Do,A.Mp,A.Lw,A.Pl,A.rz,A.IX,A.Ji,A.Eb,A.OA,A.OC,A.Oz]) +q(A.B,A.OU) +p(A.B,[A.H,A.P2,A.cD]) +p(A.H,[A.zY,A.zW,A.zQ,A.Hs,A.OQ,A.Hw,A.zU,A.P0,A.j9,A.B9,A.B8,A.HS,A.HQ,A.HE]) +q(A.HJ,A.zY) +p(A.HJ,[A.OS,A.OT,A.Hi,A.HB,A.Hq]) +q(A.tq,A.KM) +q(A.b8,A.KN) +q(A.yy,A.B2) +q(A.cr,A.Nk) +p(A.cr,[A.FD,A.Lx,A.iY]) +p(A.FD,[A.Nj,A.LP,A.LW]) +q(A.Cn,A.KO) +q(A.ts,A.KQ) +q(A.tv,A.KT) +q(A.tx,A.KV) +q(A.oX,A.KW) +q(A.FA,A.kR) +q(A.tU,A.Lo) +q(A.tV,A.Lq) +q(A.u1,A.LA) +q(A.u2,A.LE) +q(A.ub,A.LN) +q(A.uc,A.LO) +p(A.tr,[A.DT,A.MB,A.Gi]) +p(A.b5,[A.Rk,A.Rn,A.Rl,A.Rm,A.Mx,A.Mz,A.Rt,A.RC,A.RE,A.RD]) +q(A.yZ,A.Rk) +q(A.LS,A.Rn) +q(A.LQ,A.Rl) +q(A.LR,A.Rm) +p(A.b8,[A.LT,A.MA,A.M4,A.M5,A.NH,A.NF]) +q(A.uh,A.LU) +q(A.ut,A.M_) +q(A.uy,A.M3) +p(A.Hi,[A.ON,A.HG]) +q(A.pg,A.M8) +q(A.a8Y,A.pg) +q(A.a4q,A.WL) +q(A.Ro,A.a4q) +q(A.Rp,A.Ro) +q(A.a8V,A.Rp) +q(A.abH,A.WK) +q(A.My,A.Rt) +q(A.mP,A.MC) +p(A.F4,[A.uR,A.zb,A.kT,A.mQ,A.p4]) +q(A.mT,A.l_) +p(A.mT,[A.l0,A.uY]) +q(A.a9R,A.px) +q(A.zc,A.B6) +q(A.F5,A.uX) +q(A.F6,A.MI) +q(A.vh,A.N1) +q(A.N8,A.Rv) +q(A.zX,A.zW) +q(A.HH,A.zX) +p(A.HH,[A.zS,A.wI,A.Hp,A.Hn,A.Hy,A.OM,A.rv,A.Hr,A.HO,A.wE,A.Hv,A.HI,A.wF,A.HA,A.wA,A.wJ,A.Hk,A.Hz,A.Ht,A.Hx,A.wC,A.RK,A.zT,A.OX,A.rw]) +p(A.F2,[A.zm,A.t2,A.t_,A.t1]) +q(A.pu,A.rd) +q(A.oC,A.pu) +p(A.oC,[A.N5,A.Kr,A.Kp,A.Kq]) +p(A.Dk,[A.Pz,A.Mq]) +q(A.FE,A.fr) +q(A.pL,A.Nc) +q(A.FL,A.pL) +q(A.vA,A.Na) +q(A.FM,A.Nb) +q(A.vO,A.Np) +q(A.vP,A.Nq) +q(A.vQ,A.Nr) +q(A.zE,A.RC) +q(A.NE,A.RE) +q(A.ND,A.RD) +q(A.w_,A.NG) +p(A.cl,[A.pQ,A.Nu]) +q(A.eS,A.pQ) +q(A.of,A.eS) +q(A.ld,A.of) +q(A.w2,A.ld) +q(A.zn,A.w2) +q(A.hy,A.zn) +q(A.Re,A.Bc) +q(A.Rf,A.Bd) +p(A.jN,[A.Kg,A.Dg]) +q(A.Gj,A.NM) +p(A.IW,[A.B_,A.B0]) +q(A.wl,A.Op) +q(A.wo,A.Or) +q(A.wr,A.Ov) +q(A.Ih,A.A5) +p(A.UE,[A.aX,A.ly]) +q(A.yv,A.aX) +p(A.a_s,[A.abF,A.ac4]) +q(A.z0,A.B4) +q(A.A7,A.A6) +q(A.qd,A.A7) +q(A.bn,A.Kl) +p(A.bn,[A.DI,A.f2,A.mg,A.K4,A.DK,A.yK,A.HV,A.G2,A.H0,A.DG]) +p(A.DI,[A.LC,A.LD]) +q(A.xa,A.Pn) +q(A.xb,A.Po) +q(A.xc,A.Pp) +q(A.xd,A.Pq) +q(A.xw,A.PL) +q(A.xz,A.PQ) +q(A.xL,A.Q5) +q(A.xN,A.Q8) +q(A.xS,A.Q9) +q(A.y0,A.Qc) +q(A.d5,A.Qf) +q(A.h0,A.Qj) +q(A.ZX,A.tO) +q(A.kc,A.R_) +q(A.y3,A.Ql) +q(A.y4,A.Qn) +q(A.LZ,A.vE) +p(A.wI,[A.wG,A.HF,A.jW,A.zP,A.HN]) +q(A.OP,A.wG) +q(A.qM,A.AH) +q(A.y7,A.Qp) +q(A.qO,A.QO) +p(A.m8,[A.dM,A.fz,A.Nh]) +p(A.ti,[A.cp,A.zs]) +q(A.bx,A.KI) +p(A.bN,[A.d2,A.h4,A.Cg]) +p(A.Cg,[A.dz,A.dV]) +q(A.jp,A.lx) +p(A.d2,[A.dk,A.cs,A.e6,A.eu,A.e9,A.ea]) +p(A.cP,[A.b1,A.f6,A.lR]) +p(A.KP,[A.yz,A.rh]) +q(A.mR,A.ME) +p(A.mR,[A.Kh,A.a8X,A.vX,A.FT]) +p(A.hu,[A.C2,A.wZ]) +q(A.te,A.C2) +q(A.YS,A.MF) +p(A.a5b,[A.K7,A.acg,A.Cu,A.ZH,A.Vr]) +q(A.qI,A.jD) +q(A.u,A.Qd) +q(A.nG,A.J0) +q(A.jP,A.NR) +q(A.Lt,A.jP) +q(A.nx,A.P2) +q(A.P8,A.nx) +p(A.jA,[A.kN,A.qr]) +p(A.ix,[A.mf,A.IR]) +p(A.c7,[A.f_,A.AC,A.xx,A.lA]) +q(A.yJ,A.f_) +q(A.tL,A.yJ) +p(A.tL,[A.fP,A.eG,A.dK]) +q(A.OO,A.zQ) +q(A.Ho,A.OO) +q(A.OR,A.OQ) +q(A.zR,A.OR) +q(A.Hu,A.zR) +q(A.Ff,A.MS) +p(A.Ff,[A.a0C,A.D6]) +p(A.D6,[A.iI,A.tF,A.CU,A.CS,A.Uw,A.BY]) +p(A.iI,[A.uU,A.lE,A.Gf]) +q(A.Nm,A.Ry) +q(A.lh,A.Ue) +p(A.abN,[A.KZ,A.ex]) +p(A.ex,[A.Pb,A.z9,A.om]) +q(A.lD,A.AC) +q(A.OV,A.zU) +q(A.OW,A.OV) +q(A.wH,A.OW) +q(A.RP,A.RO) +q(A.kp,A.RP) +q(A.Hj,A.OM) +q(A.nM,A.tQ) +p(A.rv,[A.Hm,A.Hl,A.zV]) +p(A.zV,[A.HC,A.HD]) +p(A.a3k,[A.tD,A.xe]) +q(A.nH,A.Pt) +q(A.IP,A.PM) +q(A.PP,A.lA) +q(A.k1,A.PP) +q(A.a4d,A.a4c) +q(A.a4a,A.a49) +q(A.PN,A.xx) +q(A.PO,A.PN) +q(A.et,A.PO) +q(A.qq,A.et) +p(A.cD,[A.A_,A.OY]) +q(A.OZ,A.A_) +q(A.P_,A.OZ) +q(A.nw,A.P_) +p(A.nw,[A.HK,A.HL]) +q(A.wK,A.OY) +q(A.HM,A.wK) +q(A.P1,A.P0) +q(A.wL,A.P1) +q(A.q5,A.j9) +q(A.wM,A.q5) +q(A.Iz,A.Pu) +q(A.bZ,A.Px) +q(A.qj,A.Py) +q(A.vZ,A.qj) +p(A.a3w,[A.a67,A.ZP,A.a59]) +q(A.TN,A.C1) +q(A.a0H,A.TN) +q(A.a8A,A.To) +q(A.l2,A.MQ) +p(A.l2,[A.mY,A.l4,A.v9]) +q(A.ZB,A.MR) +p(A.ZB,[A.f,A.k]) +q(A.Q7,A.vD) +q(A.jL,A.vB) +q(A.wv,A.Ow) +q(A.hE,A.Ox) +p(A.hE,[A.iO,A.q2]) +q(A.Hd,A.wv) +q(A.y_,A.d4) +q(A.NS,A.RF) +q(A.aK,A.MM) +q(A.SU,A.Kj) +p(A.aK,[A.oA,A.oM,A.iq,A.jU,A.ne,A.nu,A.ep,A.DL,A.DH,A.Is,A.tN,A.GH,A.Hf,A.JM,A.JJ]) +p(A.f2,[A.H5,A.B7,A.qe]) +q(A.zG,A.B7) +q(A.AS,A.Sh) +p(A.G6,[A.pC,A.nc,A.fK,A.zH,A.A8]) +p(A.aT,[A.tJ,A.bu,A.A1,A.Nv]) +p(A.tJ,[A.wq,A.J3,A.fY]) +p(A.wq,[A.f9,A.lj,A.RB]) +p(A.f9,[A.QP,A.uW,A.re]) +q(A.fF,A.QQ) +q(A.Ct,A.m7) +p(A.dG,[A.vb,A.nt,A.Ek,A.v6]) +p(A.fg,[A.tR,A.J1,A.Ej,A.I1,A.AF,A.yf]) +p(A.bu,[A.xr,A.Fi,A.ff,A.HP,A.NI,A.qs]) +p(A.xr,[A.NC,A.RS]) +p(A.Ej,[A.I7,A.D1]) +q(A.E9,A.Ek) +p(A.Fj,[A.Hc,A.E7]) +q(A.wT,A.A1) +q(A.AT,A.Cc) +q(A.AU,A.AT) +q(A.AV,A.AU) +q(A.AW,A.AV) +q(A.AX,A.AW) +q(A.AY,A.AX) +q(A.AZ,A.AY) +q(A.K6,A.AZ) +q(A.Mg,A.Mf) +q(A.cy,A.Mg) +p(A.cy,[A.kV,A.z2]) +q(A.Me,A.Md) +q(A.uC,A.Me) +q(A.Er,A.mE) +q(A.Mh,A.r4) +q(A.z1,A.iA) +q(A.Et,A.Mj) +q(A.d7,A.RJ) +q(A.j8,A.RI) +q(A.OD,A.Et) +q(A.a1w,A.OD) +p(A.hq,[A.cb,A.mK,A.yO]) +p(A.mJ,[A.cG,A.Kw]) +q(A.a8G,A.a3x) +q(A.uN,A.nd) +q(A.z8,A.Ru) +p(A.iz,[A.n9,A.PB]) +q(A.N9,A.Rw) +q(A.Dy,A.JI) +q(A.ft,A.a2w) +p(A.lS,[A.rn,A.rm,A.zz,A.zA]) +q(A.Mt,A.Rs) +q(A.zC,A.zB) +q(A.iH,A.zC) +p(A.P6,[A.No,A.agD]) +p(A.dI,[A.Mu,A.ck]) +q(A.zD,A.RB) +q(A.pR,A.NK) +p(A.ff,[A.Qi,A.Sf]) +q(A.rD,A.dK) +q(A.RM,A.B9) +q(A.oh,A.RM) +p(A.fc,[A.lT,A.lQ]) +q(A.RL,A.RK) +q(A.lW,A.RL) +q(A.z5,A.B5) +q(A.Ay,A.Bb) +q(A.w1,A.zH) +q(A.Dw,A.a0K) +q(A.P7,A.RN) +p(A.ck,[A.i3,A.P4,A.P5]) +q(A.A0,A.i3) +p(A.A0,[A.wQ,A.wP]) +q(A.rx,A.rI) +p(A.Ij,[A.kY,A.Y5,A.VK,A.Ca,A.DS]) +q(A.Pf,A.ew) +q(A.IO,A.a48) +q(A.Ai,A.RR) +q(A.Eh,A.M7) +q(A.Aa,A.fK) +q(A.eq,A.Aa) +p(A.eq,[A.x4,A.hH,A.iJ,A.ls,A.JS]) +p(A.qf,[A.Ha,A.tm,A.CO,A.rZ]) +q(A.Pk,A.hT) +q(A.lt,A.Pk) +q(A.nE,A.A8) +q(A.x3,A.lt) +q(A.Cj,A.Io) +p(A.Cj,[A.Fo,A.EK]) +q(A.Af,A.Ae) +q(A.x7,A.Af) +q(A.Nn,A.Iu) +q(A.pN,A.Nn) +q(A.Ac,A.pN) +q(A.jc,A.eM) +q(A.jd,A.eQ) +q(A.Ba,A.RQ) +q(A.Ps,A.Ba) +q(A.PJ,A.PI) +q(A.av,A.PJ) +q(A.o6,A.Rh) +q(A.PD,A.PC) +q(A.qn,A.PD) +q(A.IG,A.PF) +q(A.RT,A.RS) +q(A.PK,A.RT) +q(A.zZ,A.B8) +q(A.lz,A.IU) +p(A.lz,[A.IS,A.IQ]) +p(A.DH,[A.tX,A.tZ,A.tY,A.DF,A.x5]) +p(A.DF,[A.mw,A.my,A.uw,A.up,A.uq,A.hm,A.mz,A.mA,A.uu,A.uv,A.mx]) +q(A.R1,A.qK) +p(A.t3,[A.IN,A.FH,A.Dp,A.vi]) +p(A.FH,[A.Ii,A.I4]) +q(A.BW,A.vi) +q(A.OB,A.HP) +q(A.Sg,A.Sf) +q(A.QZ,A.Sg) +q(A.k3,A.oN) +q(A.xJ,A.k3) +q(A.I0,A.p1) +p(A.I0,[A.al,A.ct]) +p(A.a7,[A.ah,A.cO,A.n2,A.xj,A.xk,A.xl,A.xm,A.xn,A.ul,A.G1,A.fA,A.nP,A.H_,A.HU,A.qU]) +p(A.F8,[A.Fz,A.a6R]) +p(A.cO,[A.hn,A.vo,A.y5,A.fj,A.xu,A.wN]) +p(A.db,[A.xq,A.ml,A.G5]) +q(A.ty,A.n2) +p(A.wN,[A.vd,A.wm]) +q(A.eK,A.vd) +q(A.WW,A.a6H) +p(A.lk,[A.dF,A.fe,A.dl,A.tH]) +p(A.YR,[A.a0P,A.XP,A.Zc,A.a6J,A.Tt]) +p(A.hr,[A.l9,A.lp]) +p(A.bW,[A.LV,A.JH,A.I_,A.HZ,A.q7,A.HW,A.HX,A.wO,A.HY]) +p(A.JH,[A.eg,A.tE,A.vs,A.w9]) +p(A.eg,[A.pU,A.pW,A.p5,A.Jo,A.F1]) +p(A.pU,[A.K2,A.Jq,A.Ie]) +p(A.K3,[A.a2h,A.KX]) +q(A.Ux,A.KX) +q(A.K9,A.lI) +q(A.Ra,A.Kd) +q(A.Kf,A.Ra) +q(A.R6,A.Si) +q(A.R8,A.R7) +q(A.R9,A.R8) +q(A.c2,A.R9) +p(A.c2,[A.h3,A.hW,A.hX,A.hY,A.R3,A.hZ,A.Rb,A.lJ]) +q(A.e4,A.R3) +q(A.dT,A.Rb) +q(A.R5,A.R4) +q(A.dv,A.R5) +s(A.Lv,A.D3) +s(A.LF,A.a2H) +s(A.MT,A.a9c) +s(A.MU,A.a9d) +s(A.MV,A.a9b) +r(A.NP,A.yP) +r(A.NQ,A.yP) +s(A.Rx,A.R0) +s(A.RG,A.R0) +s(A.qQ,A.JP) +s(A.B3,A.t) +s(A.zv,A.t) +s(A.zw,A.uz) +s(A.zx,A.t) +s(A.zy,A.uz) +s(A.qW,A.KA) +s(A.Ap,A.az) +s(A.Aq,A.j) +s(A.Ar,A.fU) +s(A.AO,A.QT) +s(A.Se,A.J6) +s(A.Lg,A.UH) +s(A.LH,A.t) +s(A.LI,A.cB) +s(A.LJ,A.t) +s(A.LK,A.cB) +s(A.M1,A.t) +s(A.M2,A.cB) +s(A.Mv,A.t) +s(A.Mw,A.cB) +s(A.Nd,A.az) +s(A.Ne,A.az) +s(A.Nf,A.t) +s(A.Ng,A.cB) +s(A.Ns,A.t) +s(A.Nt,A.cB) +s(A.NT,A.t) +s(A.NU,A.cB) +s(A.Pe,A.az) +s(A.Am,A.t) +s(A.An,A.cB) +s(A.PR,A.t) +s(A.PS,A.cB) +s(A.PY,A.az) +s(A.Qg,A.t) +s(A.Qh,A.cB) +s(A.AD,A.t) +s(A.AE,A.cB) +s(A.Qq,A.t) +s(A.Qr,A.cB) +s(A.Ri,A.t) +s(A.Rj,A.cB) +s(A.Rq,A.t) +s(A.Rr,A.cB) +s(A.Rz,A.t) +s(A.RA,A.cB) +s(A.RU,A.t) +s(A.RV,A.cB) +s(A.RW,A.t) +s(A.RX,A.cB) +s(A.MW,A.t) +s(A.MX,A.cB) +s(A.NA,A.t) +s(A.NB,A.cB) +s(A.Q1,A.t) +s(A.Q2,A.cB) +s(A.Qw,A.t) +s(A.Qx,A.cB) +s(A.KB,A.az) +s(A.Ks,A.t4) +s(A.Kt,A.m9) +s(A.Ku,A.kJ) +s(A.yF,A.t5) +s(A.yG,A.m9) +s(A.yH,A.kJ) +s(A.Lm,A.t7) +s(A.Os,A.t5) +s(A.Ot,A.m9) +s(A.Ou,A.kJ) +s(A.P9,A.t5) +s(A.Pa,A.kJ) +s(A.Qs,A.t4) +s(A.Qt,A.m9) +s(A.Qu,A.kJ) +s(A.B1,A.t7) +s(A.Lh,A.a5) +s(A.Li,A.a5) +s(A.Lk,A.a5) +s(A.Ll,A.a5) +s(A.Mc,A.hh) +s(A.Mb,A.a5) +s(A.Lz,A.a5) +s(A.NV,A.d6) +s(A.NW,A.L_) +s(A.NX,A.d6) +s(A.NY,A.L0) +s(A.NZ,A.d6) +s(A.O_,A.L1) +s(A.O0,A.d6) +s(A.O1,A.L2) +s(A.O2,A.a5) +s(A.O3,A.d6) +s(A.O4,A.L3) +s(A.O5,A.d6) +s(A.O6,A.L4) +s(A.O7,A.d6) +s(A.O8,A.L5) +s(A.O9,A.d6) +s(A.Oa,A.L6) +s(A.Ob,A.d6) +s(A.Oc,A.L7) +s(A.Od,A.d6) +s(A.Oe,A.L8) +s(A.Of,A.d6) +s(A.Og,A.L9) +s(A.Oh,A.d6) +s(A.Oi,A.La) +s(A.Oj,A.d6) +s(A.Ok,A.Lb) +s(A.Ol,A.d6) +s(A.Om,A.Lc) +s(A.On,A.d6) +s(A.Oo,A.Ld) +s(A.RY,A.L_) +s(A.RZ,A.L0) +s(A.S_,A.L1) +s(A.S0,A.L2) +s(A.S1,A.a5) +s(A.S2,A.d6) +s(A.S3,A.L3) +s(A.S4,A.L4) +s(A.S5,A.L5) +s(A.S6,A.L6) +s(A.S7,A.L7) +s(A.S8,A.L8) +s(A.S9,A.L9) +s(A.Sa,A.La) +s(A.Sb,A.Lb) +s(A.Sc,A.Lc) +s(A.Sd,A.Ld) +s(A.Mo,A.hh) +s(A.Kk,A.a5) +s(A.Kx,A.a5) +s(A.KD,A.a5) +s(A.N4,A.a5) +s(A.KJ,A.a5) +s(A.KK,A.a5) +s(A.KL,A.a5) +s(A.RH,A.FC) +s(A.KM,A.a5) +s(A.KN,A.a5) +r(A.B2,A.ev) +s(A.KO,A.a5) +s(A.KQ,A.a5) +s(A.KT,A.a5) +s(A.KV,A.a5) +s(A.KW,A.a5) +s(A.Lo,A.a5) +s(A.Lq,A.a5) +s(A.LA,A.a5) +s(A.LE,A.a5) +s(A.LN,A.a5) +s(A.LO,A.a5) +s(A.Rk,A.a5) +s(A.Rl,A.a5) +s(A.Rm,A.a5) +s(A.Rn,A.a5) +s(A.LU,A.a5) +s(A.M_,A.a5) +s(A.M3,A.a5) +s(A.Ro,A.Wx) +s(A.Rp,A.Wy) +s(A.M8,A.a5) +s(A.Rt,A.a5) +s(A.MC,A.a5) +r(A.B6,A.oF) +s(A.MI,A.a5) +s(A.N1,A.a5) +r(A.Rv,A.ev) +s(A.Na,A.a5) +s(A.Nb,A.a5) +s(A.Nc,A.a5) +s(A.Np,A.a5) +s(A.Nq,A.a5) +s(A.Nr,A.a5) +s(A.RC,A.a5) +s(A.RD,A.a5) +s(A.RE,A.a5) +s(A.NG,A.a5) +s(A.zn,A.FB) +s(A.NM,A.a5) +r(A.Bc,A.rH) +r(A.Bd,A.rH) +s(A.Op,A.a5) +s(A.Or,A.a5) +s(A.Ov,A.a5) +r(A.A5,A.ev) +r(A.A6,A.ev) +r(A.A7,A.iS) +r(A.B4,A.ev) +s(A.Pn,A.a5) +s(A.Po,A.a5) +s(A.Pp,A.a5) +s(A.Pq,A.a5) +s(A.PL,A.a5) +s(A.PQ,A.a5) +s(A.Q5,A.a5) +s(A.Q8,A.a5) +s(A.Q9,A.a5) +s(A.Qc,A.a5) +s(A.Qf,A.a5) +s(A.Qj,A.a5) +s(A.R_,A.a5) +s(A.Ql,A.a5) +s(A.Qn,A.a5) +r(A.AH,A.qo) +s(A.Qp,A.a5) +s(A.QO,A.a5) +s(A.KI,A.a5) +s(A.Ls,A.a5) +s(A.MF,A.a5) +s(A.ME,A.a5) +s(A.Qd,A.a5) +r(A.yJ,A.dA) +r(A.zQ,A.ay) +s(A.OO,A.e1) +r(A.OQ,A.ay) +s(A.OR,A.e1) +r(A.zR,A.UT) +s(A.MS,A.hh) +s(A.Ry,A.a5) +s(A.NR,A.hh) +s(A.OU,A.hh) +r(A.zU,A.ay) +s(A.OV,A.a1I) +r(A.OW,A.wz) +r(A.AC,A.dA) +s(A.RO,A.dr) +s(A.RP,A.eD) +r(A.OM,A.wB) +r(A.zW,A.aF) +r(A.zX,A.fn) +s(A.Pt,A.a5) +r(A.zY,A.aF) +s(A.PM,A.a5) +r(A.PP,A.dA) +r(A.A_,A.ay) +s(A.OZ,A.a1Y) +s(A.P_,A.a23) +r(A.PN,A.dA) +s(A.PO,A.hv) +r(A.OY,A.aF) +r(A.P0,A.ay) +s(A.P1,A.e1) +r(A.P2,A.aF) +r(A.j9,A.ay) +s(A.Pu,A.a5) +s(A.Px,A.hh) +s(A.Py,A.a5) +s(A.MQ,A.a5) +s(A.MR,A.a5) +s(A.Nk,A.a5) +s(A.Ox,A.a5) +s(A.Ow,A.a5) +s(A.RF,A.xW) +s(A.Kl,A.a5) +s(A.Kj,A.a5) +s(A.MM,A.a5) +r(A.B7,A.NL) +s(A.Sh,A.hV) +r(A.A1,A.a2s) +r(A.AT,A.pl) +r(A.AU,A.dJ) +r(A.AV,A.qk) +r(A.AW,A.w4) +r(A.AX,A.Iy) +r(A.AY,A.q6) +r(A.AZ,A.yh) +s(A.Md,A.hh) +s(A.Me,A.eD) +s(A.Mf,A.hh) +s(A.Mg,A.eD) +s(A.Mj,A.a5) +r(A.OD,A.V9) +s(A.RI,A.a5) +s(A.RJ,A.a5) +s(A.PX,A.a5) +s(A.MD,A.a5) +s(A.Ru,A.hV) +r(A.rd,A.qo) +s(A.Rw,A.hV) +r(A.zB,A.ev) +r(A.zC,A.iS) +s(A.Rs,A.eD) +s(A.RB,A.vT) +r(A.NK,A.ev) +s(A.RK,A.oj) +s(A.RL,A.fc) +r(A.B9,A.ay) +s(A.RM,A.oj) +r(A.zH,A.eT) +r(A.B5,A.ev) +r(A.Bb,A.ev) +r(A.RN,A.iS) +r(A.rI,A.iS) +r(A.of,A.Fr) +r(A.RR,A.oF) +s(A.M7,A.jY) +r(A.Aa,A.eT) +r(A.A8,A.eT) +s(A.Pk,A.jY) +r(A.Ae,A.ev) +r(A.Af,A.iS) +r(A.rt,A.ev) +s(A.Nn,A.eD) +s(A.RQ,A.dr) +r(A.Ba,A.Iw) +s(A.PC,A.a5) +s(A.PD,A.eD) +s(A.PF,A.eD) +s(A.PI,A.a5) +s(A.PJ,A.a_5) +s(A.Rh,A.a5) +r(A.B8,A.aF) +s(A.RS,A.vT) +s(A.RT,A.K1) +s(A.Sf,A.vT) +s(A.Sg,A.K1) +s(A.KX,A.E5) +s(A.Ra,A.a78) +s(A.Si,A.Kc) +s(A.R7,A.Ke) +s(A.R8,A.a7a) +s(A.R9,A.a79) +s(A.R3,A.yj) +s(A.Rb,A.yj) +s(A.R4,A.yj) +s(A.R5,A.Ke)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{o:"int",P:"double",c4:"num",i:"String",I:"bool",aV:"Null",A:"List"},mangledNames:{},types:["~()","~(c)","I()","~(aS)","~(ib)","G(bv)","~(aT)","~(F?)","~(lh,q)","aV(c)","I(cy)","I(kN,q)","~(i,@)","~(hO,I)","~(aO)","A()","aV(~)","I(jJ)","~(bK?)","I(F?)","I(o)","~(iu)","I(iw)","aV(@)","P(P)","l(an)","~(@)","i()","I(aT)","~(I)","~(B)","o(cy,cy)","iY(bv)","ac<~>()","~(o)","hc(i?,hc)","~(dr)","a7()","b5?(b8?)","~(~())","aV(F,cE)","~(dI,~())","dQ(hO)","I(i)","aV()","I(ft)","I(eq)","a7>()","a7<@>()","~(jR)","il(@)","I(jD)","i(o)","o(B,B)","o()","I(f9)","~(nd)","P()","~({curve:eE,descendant:B?,duration:aS,rect:C?})","ac()","@(@)","c()","~(F,cE)","aV(I)","bv<0^>()","~(F?,F?)","I(F?,F?)","o(F?)","i(i)","b5?(b8?)","a7()","o(i)","al<0^>(al<0^>,al<0^>)","I(nE)","I(eJ)","i(n5)","ac<@>(iF)","o(bZ,bZ)","I(bZ)","~(ln)","~(qD)","G?(bv)","I(@)","aW<@>?(aW<@>?,@,aW<@>(@))","Q(H,aX)","~(dO,I)","@(i)","~(ht)","ht()","~(dZ)","ac([c?])","~(hS)","hS()","~(mI)","~(nJ)","o(d7,d7)","bB(i,i,i)","~(@,@)","dQ?(hO)","@()","a4([c?])","I(nc)","f3()","aD()","~(cH)","ac<~>(iF)","ac(bK?)","~(F,cE?)","~(j1,i,o)","~(i,i)","F?(F?)","kg()","I(dr)","A(i4)","bl(P)","o(@,@)","eJ()","~(A)","aV(i)","~(ly)","i(i,i)","~(it)","~(P)","~(f4)","ex(hJ)","G(G)","P?()","~(agh)","d3()","F()","o(o)","j_()","e3(e3)","~(fJ)","mR()","lZ(an,cv

,l?)","lY(an,cv

,l?)","aW

(@)","hR(aO)","~(lm)","~(qE)","~(bi)","P(bv)","ac()","I(dr,P)","A()","l(an,l?)","b5?(b8?)","l3(cy,hE)","j4?(o)","I(kN)","P(kh)","~(eq)","0^?(0^?(b8?))","0^?(b5<0^>?(b8?))","hy<0^>(hG,l(an))","b5?(b8?)","l(an,~())","b5?(b8?)","pI(C?,C?)","b5?(b8?)","b5?(b8?)","cr?(bv)","ac()","~(~(aO),bl?)","G?(b8?)","kc?(b8?)","n7?(b8?)","aS?(b8?)","I?(b8?)","m8?(b8?)","px?(b8?)","~(jJ)","aD<~(aO),bl?>()","~(A)","I(G?)","bx?(bv)","C()","C()?(H)","I(an)","~(aK?)","~([aK?])","~(kU)","~(rC)","i(P)","d6?(iM)","I(iM)","I(l0?)","G(lO)","I(fK)","~(Q?)","~(j1)","nN(@)","bx(bv)","P?(o)","~(pY)","jN?(d3)","mG(@)","jk(an,l?)","pj(@)","I(bv)","nX(@)","h0()","bi>(F,j0<@>)","I(bi>)","qz()","u()","dj()","oL()","d5()","ac(iy{allowUpscaling:I,cacheHeight:o?,cacheWidth:o?})","ac(iy{getTargetSize:awU(o,o)?})","cP(cP,bN)","bN(bN)","i(bN)","rh()","~(dO?,I)","ac<~>(F,cE?)","r9()","aV(Te)","i(cZ)","~(dO)","~(F,cE?)?(fJ)","~(f1)","I(G)","I(o,I)","i?(i)","hP()","aV(A,c)","q()","l8(l8)","pT?()","G?()","pe(i)","d3?()","jA(q,o)","i(P,P,i)","Q()","ac<~>(~)","cr(iG)","~(iG,bl)","I(iG)","o(lg,lg)","o(lV,lV)","~(A{isMergeUp:I})","cr?(b8?)","i(F?)","tw(A)","~(kp)","I(kp)","lE?(lh,q)","I(qr{crossAxisPosition!P,mainAxisPosition!P})","o(lf)","i(i,G)","I(H)","I(cD)","f0(kP)","~(o,r7)","~(nI)","~(bZ)","nY({from:P?})","bZ(ks)","~(F)","ac<~>([c?])","o(bZ)","bZ(o)","~(nK)","~(cm,~(F?))","ac()","bK(bK?)","ac(i)","kK(aD)","k2()","ac(i?)","j1(@,@)","ac<~>(bK?,~(bK?))","ac>(@)","~(hE)","~(o,o,o)","wv()","~(i,i?)","o(o,o)","~(i,o?)","A()","A(A)","P(c4)","A<@>(i)","~(i,o)","ac(i,aD)","~(bn)","~([F?])","cl<@>?(hG)","cl<@>(hG)","I(pC)","~(xM,@)","xZ()","ac<~>(@)","kT(an)","a4()","I(v8)","~(r5)","I(r2)","aV(f8,f8)","I(lF)","bv(d7)","at<@>(@)","A(an)","C(d7)","o(j8,j8)","A(d7,j)","I(d7)","eF(aT)","aT?(aT)","F?(o,aT?)","eQ()","~(eQ)","hk()","~(hk)","eM()","~(eM)","~(o,@)","aV(@,cE)","aV(~())","bi(bi)","hB()","~(hB)","hp()","aV(F?)","~(jT)","~(jW)","~(fY,F)","nt(an,l?)","~(km)","l(an,cv

,pn,an,an)","I(km)","n9(an,l?)","mQ(an)","@(@,i)","~(iW)","nW(@)","md(@)","ac<@>(rq)","aD(A<@>)","aD(aD)","aV(aD)","I(cl<@>?)","I(jM)","lG()","I(xI,f0)","ft(cl<@>)","bi>(@,@)","oi()","H(o)","~(aX)","nv?(Co,i,i)","oU(an,l?)","aV(cH?)","~(dI)","bO(I)","lr(an,l?)","jk(an)","pq(an,l?)","I(akM)","mO(aO)","pH(aO)","Q(c)","~(A,c)","~(Q)","l(an,hT)","I(hH)","aV(A<~>)","~(ju)","P(@)","~(i?)","~(i,F?)","I(jY?)","jc()","~(jc)","~(pG)","~(vm)","~(pF)","jd()","~(jd)","~(jS)","o(dr,dr)","~([aS?])","C(C)","I(C)","~(pa?,qG?)","~(qm,aK)","A()","F?()","rz(an,hT)","~(H)","aT?()","xZ?()","on(an,jP)","aV(bK)","ac()","o(dH,dH)","o(o,dH)","dH(i)","dH(i,i,i)","db(A<@>)","db(i?,db)","l(an,o)","pz(an,o)","p6(an)","ac()","fl(~)","vX()","ac(iy)","~(i,c)","ac(bK)","ko(fl)","aV(ko)","P(bp,bp,bp,bp,P)","~(i)","eg?(i)","A(i)","~(bW?)","dQ(fk)","A


()","I(bi)","~(bW)","a7()","a7()","a7
()","a7>()","a7()","~(f0)","a7()","a7()","a7

()","a7()","a7()","a7()","~(l7,o)","~(o,I(iw))","I(o,o)","lJ(i)","dT(i,i,A,i,i)","dv(i,i,bB)","bB(i,i,i,bB)","~(hw)","bB(i)","e4(i,i,i,i)","hW(i,i,i)","h3(i,i,i)","hX(i,A,i,i)","~(iL)","hZ(i,i,i,i)","hY(i,i,i,dc?,i,i?,i,i)","dc(i,i,bB)","dc(i,i,bB,i,bB)","i(i,i,i)","a7(lI)","~(c2)","~(ic)","c(o{params:F?})","dD?()","~(yl?,axq?,yl,~())","o(ch<@>,ch<@>)","A()","A(i,A)","Q?(Q?,Q?,P)","P?(c4?,c4?,P)","G?(G?,G?,P)","~(bA{forceReport:I})","hM?(i)","P(P,P,P)","I?(I?,I?,P)","d2?(d2?,d2?,P)","cP?(cP?,cP?,P)","u?(u?,u?,P)","o(AB<@>,AB<@>)","I({priority!o,scheduler!dJ})","A(i)","~(cy{alignment:P?,alignmentPolicy:nF?,curve:eE?,duration:aS?})","o(aT,aT)","cA(cA?,cA?,P)","A>(iH,i)","o(l,o)","ac<+(i,dD?)>()","~(A,c)","~(j)","iv(iL)","rs()","~(i?{wrapWidth:o?})","aV(a4)","o9()","~(hp)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;":(a,b)=>c=>c instanceof A.e5&&a.b(c.a)&&b.b(c.b),"2;cacheSize,maxTextLength":(a,b)=>c=>c instanceof A.ru&&a.b(c.a)&&b.b(c.b),"2;key,value":(a,b)=>c=>c instanceof A.OH&&a.b(c.a)&&b.b(c.b),"2;wordEnd,wordStart":(a,b)=>c=>c instanceof A.OI&&a.b(c.a)&&b.b(c.b),"3;":(a,b,c)=>d=>d instanceof A.OJ&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;breaks,graphemes,words":(a,b,c)=>d=>d instanceof A.OK&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;large,medium,small":(a,b,c)=>d=>d instanceof A.OL&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;x,y,z":(a,b,c)=>d=>d instanceof A.zN&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"4;domBlurListener,domFocusListener,element,semanticsNodeId":a=>b=>b instanceof A.zO&&A.aC5(a,b.a)}} +A.ayv(v.typeUniverse,JSON.parse('{"GS":"l5","j2":"l5","iD":"l5","aCT":"c","aDv":"c","aDu":"c","aCV":"kL","aCU":"T","aDS":"T","aEe":"T","aDO":"am","aCW":"aq","aDQ":"aq","aDE":"bj","aDo":"bj","aEG":"eR","aCY":"ii","aEm":"ii","aDH":"mN","aD5":"bU","aD7":"hg","aD9":"eP","aDa":"ei","aD6":"ei","aD8":"ei","mj":{"YD":[]},"tA":{"f1":[]},"dD":{"bz":[]},"de":{"cU":[]},"iv":{"l8":[]},"Cy":{"ij":[]},"tz":{"ij":[]},"oQ":{"ij":[]},"CF":{"ij":[]},"CL":{"ij":[]},"oP":{"ij":[]},"vG":{"j":["hz"],"j.E":"hz"},"EY":{"ci":[]},"CC":{"ij":[]},"yC":{"ij":[]},"Cx":{"f1":[]},"p0":{"dX":[]},"I2":{"dX":[]},"CR":{"dX":[],"Ui":[]},"CV":{"dX":[],"Uk":[]},"CT":{"dX":[],"Uj":[]},"Ge":{"dX":[],"a06":[]},"y8":{"dX":[],"JF":[]},"Gc":{"dX":[],"JF":[],"a04":[]},"F0":{"dX":[],"YI":[]},"GR":{"dX":[]},"D_":{"dX":[],"Uv":[]},"oR":{"pT":[]},"tB":{"a0t":[]},"IH":{"oS":[],"fo":[]},"CA":{"oS":[],"fo":[]},"CB":{"oS":[],"fo":[]},"Cz":{"oS":[],"fo":[]},"CD":{"oS":[],"fo":[]},"CE":{"l8":[]},"Cp":{"bz":[]},"EV":{"ajL":[]},"EU":{"ci":[]},"ET":{"ci":[]},"dw":{"j":["1"],"j.E":"1"},"ki":{"j":["1"],"j.E":"1"},"Ev":{"dD":[],"bz":[]},"uE":{"dD":[],"bz":[]},"uF":{"dD":[],"bz":[]},"wb":{"de":[],"cU":[],"Uk":[]},"GL":{"de":[],"cU":[],"Uj":[]},"wa":{"de":[],"cU":[],"Ui":[]},"wc":{"de":[],"cU":[],"Uv":[]},"wd":{"de":[],"cU":[],"YI":[]},"we":{"de":[],"cU":[],"a04":[]},"wf":{"de":[],"cU":[],"a06":[]},"qy":{"pT":[]},"nQ":{"a0t":[]},"GO":{"cU":[]},"ua":{"cj":[]},"w3":{"cj":[]},"Gz":{"cj":[]},"GD":{"cj":[]},"GB":{"cj":[]},"GA":{"cj":[]},"GC":{"cj":[]},"Gm":{"cj":[]},"Gl":{"cj":[]},"Gk":{"cj":[]},"Gq":{"cj":[]},"Gs":{"cj":[]},"Gy":{"cj":[]},"Gw":{"cj":[]},"Gv":{"cj":[]},"Go":{"cj":[]},"Gr":{"cj":[]},"Gn":{"cj":[]},"Gu":{"cj":[]},"Gx":{"cj":[]},"Gp":{"cj":[]},"Gt":{"cj":[]},"wg":{"de":[],"cU":[]},"mt":{"fo":[]},"pd":{"fo":[]},"EJ":{"fo":[]},"pm":{"fo":[]},"EI":{"fo":[]},"zo":{"jv":[]},"E_":{"jv":[]},"pM":{"jv":[]},"pK":{"jv":[]},"GN":{"cU":[]},"wh":{"de":[],"cU":[],"JF":[]},"ER":{"f1":[]},"EQ":{"f1":[]},"xt":{"uH":[]},"uP":{"YD":[]},"Cl":{"f1":[]},"t0":{"uH":[]},"qa":{"jX":[]},"pi":{"jX":[]},"va":{"jX":[]},"n4":{"jX":[]},"ID":{"agh":[]},"xO":{"jX":[]},"je":{"t":["1"],"A":["1"],"R":["1"],"j":["1"]},"ML":{"je":["o"],"t":["o"],"A":["o"],"R":["o"],"j":["o"]},"JL":{"je":["o"],"t":["o"],"A":["o"],"R":["o"],"j":["o"],"j.E":"o","t.E":"o","je.E":"o"},"Cv":{"qx":[]},"I3":{"qx":[]},"DU":{"hw":[]},"DZ":{"ph":[]},"c":{"a4":[]},"v0":{"I":[],"bR":[]},"v2":{"aV":[],"bR":[]},"l5":{"c":[],"a4":[]},"r":{"A":["1"],"c":[],"R":["1"],"a4":[],"j":["1"],"j.E":"1"},"Zb":{"r":["1"],"A":["1"],"c":[],"R":["1"],"a4":[],"j":["1"],"j.E":"1"},"l1":{"P":[],"c4":[],"ch":["c4"]},"pB":{"P":[],"o":[],"c4":[],"ch":["c4"],"bR":[]},"v3":{"P":[],"c4":[],"ch":["c4"],"bR":[]},"jE":{"i":[],"ch":["i"],"bR":[]},"i_":{"j":["2"]},"mh":{"i_":["1","2"],"j":["2"],"j.E":"2"},"yY":{"mh":["1","2"],"i_":["1","2"],"R":["2"],"j":["2"],"j.E":"2"},"yA":{"t":["2"],"A":["2"],"i_":["1","2"],"R":["2"],"j":["2"]},"eh":{"yA":["1","2"],"t":["2"],"A":["2"],"i_":["1","2"],"R":["2"],"j":["2"],"j.E":"2","t.E":"2"},"jr":{"bv":["2"],"i_":["1","2"],"R":["2"],"j":["2"],"j.E":"2"},"mi":{"az":["3","4"],"aD":["3","4"],"az.V":"4","az.K":"3"},"jq":{"i_":["1","2"],"R":["2"],"j":["2"],"j.E":"2"},"fb":{"bz":[]},"ik":{"t":["o"],"A":["o"],"R":["o"],"j":["o"],"j.E":"o","t.E":"o"},"R":{"j":["1"]},"aY":{"R":["1"],"j":["1"]},"U":{"aY":["1"],"R":["1"],"j":["1"],"j.E":"1","aY.E":"1"},"en":{"j":["2"],"j.E":"2"},"mr":{"en":["1","2"],"R":["2"],"j":["2"],"j.E":"2"},"ad":{"aY":["2"],"R":["2"],"j":["2"],"j.E":"2","aY.E":"2"},"b_":{"j":["1"],"j.E":"1"},"jx":{"j":["2"],"j.E":"2"},"nT":{"j":["1"],"j.E":"1"},"ug":{"nT":["1"],"R":["1"],"j":["1"],"j.E":"1"},"k_":{"j":["1"],"j.E":"1"},"pb":{"k_":["1"],"R":["1"],"j":["1"],"j.E":"1"},"xv":{"j":["1"],"j.E":"1"},"f7":{"R":["1"],"j":["1"],"j.E":"1"},"jy":{"j":["1"],"j.E":"1"},"uf":{"jy":["1"],"R":["1"],"j":["1"],"j.E":"1"},"hU":{"j":["1"],"j.E":"1"},"qQ":{"t":["1"],"A":["1"],"R":["1"],"j":["1"]},"cI":{"aY":["1"],"R":["1"],"j":["1"],"j.E":"1","aY.E":"1"},"k4":{"xM":[]},"mm":{"o2":["1","2"],"aD":["1","2"]},"p_":{"aD":["1","2"]},"b0":{"p_":["1","2"],"aD":["1","2"]},"od":{"j":["1"],"j.E":"1"},"cz":{"p_":["1","2"],"aD":["1","2"]},"tK":{"fU":["1"],"bv":["1"],"R":["1"],"j":["1"]},"fC":{"fU":["1"],"bv":["1"],"R":["1"],"j":["1"],"j.E":"1"},"dE":{"fU":["1"],"bv":["1"],"R":["1"],"j":["1"],"j.E":"1"},"F7":{"f8":[]},"iB":{"f8":[]},"vU":{"k9":[],"bz":[]},"F9":{"bz":[]},"JO":{"bz":[]},"G8":{"ci":[]},"At":{"cE":[]},"kQ":{"f8":[]},"CW":{"f8":[]},"CX":{"f8":[]},"Jj":{"f8":[]},"J4":{"f8":[]},"oJ":{"f8":[]},"Ln":{"bz":[]},"Ib":{"bz":[]},"fa":{"az":["1","2"],"aD":["1","2"],"az.V":"2","az.K":"1"},"aB":{"R":["1"],"j":["1"],"j.E":"1"},"mX":{"fa":["1","2"],"az":["1","2"],"aD":["1","2"],"az.V":"2","az.K":"1"},"rj":{"Hg":[],"n5":[]},"Km":{"j":["Hg"],"j.E":"Hg"},"qu":{"n5":[]},"Q0":{"j":["n5"],"j.E":"n5"},"vH":{"c":[],"a4":[],"Co":[],"bR":[]},"vL":{"c":[],"a4":[]},"vI":{"c":[],"bK":[],"a4":[],"bR":[]},"pO":{"b4":["1"],"c":[],"a4":[]},"le":{"t":["P"],"A":["P"],"b4":["P"],"c":[],"R":["P"],"a4":[],"j":["P"]},"fi":{"t":["o"],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"]},"vJ":{"le":[],"t":["P"],"WI":[],"A":["P"],"b4":["P"],"c":[],"R":["P"],"a4":[],"j":["P"],"bR":[],"j.E":"P","t.E":"P"},"FX":{"le":[],"t":["P"],"WJ":[],"A":["P"],"b4":["P"],"c":[],"R":["P"],"a4":[],"j":["P"],"bR":[],"j.E":"P","t.E":"P"},"FY":{"fi":[],"t":["o"],"Z3":[],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"],"bR":[],"j.E":"o","t.E":"o"},"vK":{"fi":[],"t":["o"],"Z4":[],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"],"bR":[],"j.E":"o","t.E":"o"},"FZ":{"fi":[],"t":["o"],"Z5":[],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"],"bR":[],"j.E":"o","t.E":"o"},"vM":{"fi":[],"t":["o"],"a6r":[],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"],"bR":[],"j.E":"o","t.E":"o"},"G_":{"fi":[],"t":["o"],"qP":[],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"],"bR":[],"j.E":"o","t.E":"o"},"vN":{"fi":[],"t":["o"],"a6s":[],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"],"bR":[],"j.E":"o","t.E":"o"},"nb":{"fi":[],"t":["o"],"j1":[],"A":["o"],"b4":["o"],"c":[],"R":["o"],"a4":[],"j":["o"],"bR":[],"j.E":"o","t.E":"o"},"AI":{"fq":[]},"LX":{"bz":[]},"AJ":{"k9":[],"bz":[]},"at":{"ac":["1"]},"Qm":{"alM":[]},"ys":{"D2":["1"]},"eW":{"j":["1"],"j.E":"1"},"C3":{"bz":[]},"kf":{"lL":["1"],"rA":["1"],"k2":["1"]},"qX":{"oa":["1"],"yx":["1"]},"yt":{"yw":["1"]},"yE":{"D2":["1"]},"bD":{"yE":["1"],"D2":["1"]},"qW":{"Aw":["1"]},"lL":{"rA":["1"],"k2":["1"]},"oa":{"yx":["1"]},"rA":{"k2":["1"]},"Rc":{"yl":[]},"Pc":{"yl":[]},"kl":{"az":["1","2"],"aD":["1","2"],"az.V":"2","az.K":"1"},"lP":{"kl":["1","2"],"az":["1","2"],"aD":["1","2"],"az.V":"2","az.K":"1"},"yN":{"kl":["1","2"],"az":["1","2"],"aD":["1","2"],"az.V":"2","az.K":"1"},"oc":{"R":["1"],"j":["1"],"j.E":"1"},"j6":{"ry":["1"],"fU":["1"],"bv":["1"],"R":["1"],"j":["1"],"j.E":"1"},"eU":{"ry":["1"],"fU":["1"],"auw":["1"],"bv":["1"],"R":["1"],"j":["1"],"j.E":"1"},"n1":{"j":["1"],"j.E":"1"},"t":{"A":["1"],"R":["1"],"j":["1"]},"az":{"aD":["1","2"]},"zk":{"R":["2"],"j":["2"],"j.E":"2"},"vp":{"aD":["1","2"]},"o2":{"aD":["1","2"]},"yS":{"yT":["1"],"ajo":["1"]},"yU":{"yT":["1"]},"u6":{"R":["1"],"j":["1"],"j.E":"1"},"vg":{"aY":["1"],"R":["1"],"j":["1"],"j.E":"1","aY.E":"1"},"fU":{"bv":["1"],"R":["1"],"j":["1"]},"ry":{"fU":["1"],"bv":["1"],"R":["1"],"j":["1"]},"xB":{"az":["1","2"],"aD":["1","2"],"az.V":"2","az.K":"1"},"kq":{"R":["1"],"j":["1"],"j.E":"1"},"ol":{"R":["2"],"j":["2"],"j.E":"2"},"Ao":{"R":["bi<1,2>"],"j":["bi<1,2>"],"j.E":"bi<1,2>"},"kr":{"jb":["1","2","1"],"jb.T":"1"},"As":{"jb":["1","e8<1,2>","2"],"jb.T":"2"},"ok":{"jb":["1","e8<1,2>","bi<1,2>"],"jb.T":"bi<1,2>"},"qt":{"fU":["1"],"bv":["1"],"R":["1"],"j":["1"],"j.E":"1"},"MO":{"az":["i","@"],"aD":["i","@"],"az.V":"@","az.K":"i"},"MP":{"aY":["i"],"R":["i"],"j":["i"],"j.E":"i","aY.E":"i"},"v5":{"bz":[]},"Fa":{"bz":[]},"f3":{"ch":["f3"]},"P":{"c4":[],"ch":["c4"]},"aS":{"ch":["aS"]},"o":{"c4":[],"ch":["c4"]},"A":{"R":["1"],"j":["1"]},"c4":{"ch":["c4"]},"Hg":{"n5":[]},"bv":{"R":["1"],"j":["1"]},"i":{"ch":["i"]},"ma":{"bz":[]},"k9":{"bz":[]},"hd":{"bz":[]},"wt":{"bz":[]},"uV":{"bz":[]},"G4":{"bz":[]},"o3":{"bz":[]},"o1":{"o3":[],"bz":[]},"hN":{"bz":[]},"D4":{"bz":[]},"Gh":{"bz":[]},"xD":{"bz":[]},"LY":{"ci":[]},"kX":{"ci":[]},"z3":{"aY":["1"],"R":["1"],"j":["1"],"j.E":"1","aY.E":"1"},"Q3":{"cE":[]},"wW":{"j":["o"],"j.E":"o"},"AP":{"JQ":[]},"PH":{"JQ":[]},"Lp":{"JQ":[]},"bU":{"c":[],"a4":[]},"fG":{"c":[],"a4":[]},"fI":{"c":[],"a4":[]},"fO":{"c":[],"a4":[]},"bj":{"c":[],"a4":[]},"fR":{"c":[],"a4":[]},"fV":{"c":[],"a4":[]},"fW":{"c":[],"a4":[]},"fX":{"c":[],"a4":[]},"eP":{"c":[],"a4":[]},"h_":{"c":[],"a4":[]},"eR":{"c":[],"a4":[]},"h1":{"c":[],"a4":[]},"aq":{"bj":[],"c":[],"a4":[]},"BQ":{"c":[],"a4":[]},"BV":{"bj":[],"c":[],"a4":[]},"C_":{"bj":[],"c":[],"a4":[]},"th":{"c":[],"a4":[]},"ii":{"bj":[],"c":[],"a4":[]},"Db":{"c":[],"a4":[]},"p2":{"c":[],"a4":[]},"ei":{"c":[],"a4":[]},"hg":{"c":[],"a4":[]},"Dc":{"c":[],"a4":[]},"Dd":{"c":[],"a4":[]},"Dl":{"c":[],"a4":[]},"DM":{"c":[],"a4":[]},"u4":{"t":["iQ"],"A":["iQ"],"b4":["iQ"],"c":[],"R":["iQ"],"a4":[],"j":["iQ"],"j.E":"iQ","t.E":"iQ"},"u5":{"c":[],"iQ":["c4"],"a4":[]},"DO":{"t":["i"],"A":["i"],"b4":["i"],"c":[],"R":["i"],"a4":[],"j":["i"],"j.E":"i","t.E":"i"},"DQ":{"c":[],"a4":[]},"am":{"bj":[],"c":[],"a4":[]},"T":{"c":[],"a4":[]},"Ed":{"t":["fG"],"A":["fG"],"b4":["fG"],"c":[],"R":["fG"],"a4":[],"j":["fG"],"j.E":"fG","t.E":"fG"},"Ee":{"c":[],"a4":[]},"Ew":{"bj":[],"c":[],"a4":[]},"EO":{"c":[],"a4":[]},"mN":{"t":["bj"],"A":["bj"],"b4":["bj"],"c":[],"R":["bj"],"a4":[],"j":["bj"],"j.E":"bj","t.E":"bj"},"Ft":{"c":[],"a4":[]},"FJ":{"c":[],"a4":[]},"FO":{"c":[],"az":["i","@"],"a4":[],"aD":["i","@"],"az.V":"@","az.K":"i"},"FP":{"c":[],"az":["i","@"],"a4":[],"aD":["i","@"],"az.V":"@","az.K":"i"},"FQ":{"t":["fO"],"A":["fO"],"b4":["fO"],"c":[],"R":["fO"],"a4":[],"j":["fO"],"j.E":"fO","t.E":"fO"},"vS":{"t":["bj"],"A":["bj"],"b4":["bj"],"c":[],"R":["bj"],"a4":[],"j":["bj"],"j.E":"bj","t.E":"bj"},"GU":{"t":["fR"],"A":["fR"],"b4":["fR"],"c":[],"R":["fR"],"a4":[],"j":["fR"],"j.E":"fR","t.E":"fR"},"I8":{"c":[],"az":["i","@"],"a4":[],"aD":["i","@"],"az.V":"@","az.K":"i"},"It":{"bj":[],"c":[],"a4":[]},"IY":{"t":["fV"],"A":["fV"],"b4":["fV"],"c":[],"R":["fV"],"a4":[],"j":["fV"],"j.E":"fV","t.E":"fV"},"J_":{"t":["fW"],"A":["fW"],"b4":["fW"],"c":[],"R":["fW"],"a4":[],"j":["fW"],"j.E":"fW","t.E":"fW"},"J5":{"c":[],"az":["i","i"],"a4":[],"aD":["i","i"],"az.V":"i","az.K":"i"},"Jt":{"t":["eR"],"A":["eR"],"b4":["eR"],"c":[],"R":["eR"],"a4":[],"j":["eR"],"j.E":"eR","t.E":"eR"},"Ju":{"t":["h_"],"A":["h_"],"b4":["h_"],"c":[],"R":["h_"],"a4":[],"j":["h_"],"j.E":"h_","t.E":"h_"},"Jy":{"c":[],"a4":[]},"JC":{"t":["h1"],"A":["h1"],"b4":["h1"],"c":[],"R":["h1"],"a4":[],"j":["h1"],"j.E":"h1","t.E":"h1"},"JD":{"c":[],"a4":[]},"JR":{"c":[],"a4":[]},"JY":{"c":[],"a4":[]},"Lf":{"t":["bU"],"A":["bU"],"b4":["bU"],"c":[],"R":["bU"],"a4":[],"j":["bU"],"j.E":"bU","t.E":"bU"},"yQ":{"c":[],"iQ":["c4"],"a4":[]},"Mn":{"t":["fI?"],"A":["fI?"],"b4":["fI?"],"c":[],"R":["fI?"],"a4":[],"j":["fI?"],"j.E":"fI?","t.E":"fI?"},"zu":{"t":["bj"],"A":["bj"],"b4":["bj"],"c":[],"R":["bj"],"a4":[],"j":["bj"],"j.E":"bj","t.E":"bj"},"PT":{"t":["fX"],"A":["fX"],"b4":["fX"],"c":[],"R":["fX"],"a4":[],"j":["fX"],"j.E":"fX","t.E":"fX"},"Q4":{"t":["eP"],"A":["eP"],"b4":["eP"],"c":[],"R":["eP"],"a4":[],"j":["eP"],"j.E":"eP","t.E":"eP"},"G7":{"ci":[]},"hx":{"c":[],"a4":[]},"hA":{"c":[],"a4":[]},"hQ":{"c":[],"a4":[]},"Fl":{"t":["hx"],"A":["hx"],"c":[],"R":["hx"],"a4":[],"j":["hx"],"j.E":"hx","t.E":"hx"},"G9":{"t":["hA"],"A":["hA"],"c":[],"R":["hA"],"a4":[],"j":["hA"],"j.E":"hA","t.E":"hA"},"GV":{"c":[],"a4":[]},"J7":{"t":["i"],"A":["i"],"c":[],"R":["i"],"a4":[],"j":["i"],"j.E":"i","t.E":"i"},"JG":{"t":["hQ"],"A":["hQ"],"c":[],"R":["hQ"],"a4":[],"j":["hQ"],"j.E":"hQ","t.E":"hQ"},"Z5":{"A":["o"],"R":["o"],"j":["o"]},"j1":{"A":["o"],"R":["o"],"j":["o"]},"a6s":{"A":["o"],"R":["o"],"j":["o"]},"Z3":{"A":["o"],"R":["o"],"j":["o"]},"a6r":{"A":["o"],"R":["o"],"j":["o"]},"Z4":{"A":["o"],"R":["o"],"j":["o"]},"qP":{"A":["o"],"R":["o"],"j":["o"]},"WI":{"A":["P"],"R":["P"],"j":["P"]},"WJ":{"A":["P"],"R":["P"],"j":["P"]},"IJ":{"ph":[]},"C5":{"c":[],"a4":[]},"C6":{"c":[],"az":["i","@"],"a4":[],"aD":["i","@"],"az.V":"@","az.K":"i"},"C7":{"c":[],"a4":[]},"kL":{"c":[],"a4":[]},"Ga":{"c":[],"a4":[]},"qR":{"lX":["1","j<1>"],"lX.E":"1"},"ql":{"lX":["1","bv<1>"],"lX.E":"1"},"cv":{"ai":[]},"oD":{"cv":["P"],"ai":[]},"Kn":{"cv":["P"],"ai":[]},"Ko":{"cv":["P"],"ai":[]},"wp":{"cv":["P"],"ai":[]},"hF":{"cv":["P"],"ai":[]},"tP":{"cv":["P"],"ai":[]},"o0":{"cv":["P"],"ai":[]},"oZ":{"cv":["1"],"ai":[]},"t6":{"cv":["1"],"ai":[]},"zg":{"eE":[]},"iC":{"eE":[]},"Jx":{"eE":[]},"ej":{"eE":[]},"Jw":{"eE":[]},"pf":{"eE":[]},"Lr":{"eE":[]},"aW":{"aH":["1"],"aH.T":"1","aW.T":"1"},"il":{"aW":["G?"],"aH":["G?"],"aH.T":"G?","aW.T":"G?"},"b9":{"cv":["1"],"ai":[]},"i0":{"aH":["1"],"aH.T":"1"},"wS":{"aW":["1"],"aH":["1"],"aH.T":"1","aW.T":"1"},"wy":{"aW":["C?"],"aH":["C?"],"aH.T":"C?","aW.T":"C?"},"mS":{"aW":["o"],"aH":["o"],"aH.T":"o","aW.T":"o"},"jt":{"aH":["P"],"aH.T":"P"},"ya":{"aH":["1"],"aH.T":"1"},"fD":{"G":[]},"De":{"cA":[]},"Lj":{"eL":["UL"],"eL.T":"UL"},"Dt":{"UL":[]},"r_":{"ak":[],"l":[]},"Df":{"aZ":[],"l":[]},"r0":{"aA":["r_<1>"]},"i1":{"im":[]},"p3":{"ak":[],"l":[]},"yM":{"iP":["p3"],"aA":["p3"]},"za":{"b3":[],"aL":[],"l":[]},"Di":{"aZ":[],"l":[]},"lM":{"eF":["A"],"dB":[]},"pe":{"lM":[],"eF":["A"],"dB":[]},"E6":{"lM":[],"eF":["A"],"dB":[]},"E3":{"lM":[],"eF":["A"],"dB":[]},"mD":{"ma":[],"bz":[]},"Ma":{"dB":[]},"eD":{"ai":[]},"zr":{"ai":[]},"fr":{"ai":[]},"eF":{"dB":[]},"u0":{"dB":[]},"DC":{"dB":[]},"DD":{"dB":[]},"ew":{"em":[],"ew.T":"1"},"Fs":{"em":[]},"yb":{"em":[]},"vc":{"fL":[]},"bt":{"j":["1"],"j.E":"1"},"uM":{"j":["1"],"j.E":"1"},"bO":{"ac":["1"]},"pl":{"aj":[]},"uB":{"bA":[]},"d6":{"aO":[]},"jS":{"aO":[]},"lm":{"aO":[]},"ln":{"aO":[]},"jR":{"aO":[]},"dZ":{"aO":[]},"jT":{"aO":[]},"Ki":{"aO":[]},"QC":{"aO":[]},"nk":{"aO":[]},"Qy":{"nk":[],"aO":[]},"np":{"aO":[]},"QJ":{"np":[],"aO":[]},"QE":{"jS":[],"aO":[]},"QB":{"lm":[],"aO":[]},"QD":{"ln":[],"aO":[]},"QA":{"jR":[],"aO":[]},"nm":{"aO":[]},"QF":{"nm":[],"aO":[]},"ns":{"aO":[]},"QN":{"ns":[],"aO":[]},"nq":{"dZ":[],"aO":[]},"QL":{"nq":[],"dZ":[],"aO":[]},"nr":{"dZ":[],"aO":[]},"QM":{"nr":[],"dZ":[],"aO":[]},"GY":{"dZ":[],"aO":[]},"QK":{"dZ":[],"aO":[]},"QH":{"jT":[],"aO":[]},"no":{"aO":[]},"QI":{"no":[],"aO":[]},"nn":{"aO":[]},"QG":{"nn":[],"aO":[]},"nl":{"aO":[]},"Qz":{"nl":[],"aO":[]},"hp":{"cF":[],"cZ":[]},"zp":{"rE":[]},"ro":{"rE":[]},"eM":{"cF":[],"cZ":[]},"hS":{"cF":[],"cZ":[]},"ht":{"cF":[],"cZ":[]},"hB":{"cF":[],"cZ":[]},"u9":{"cF":[],"cZ":[]},"hk":{"cF":[],"cZ":[]},"cF":{"cZ":[]},"vY":{"cF":[],"cZ":[]},"q_":{"cF":[],"cZ":[]},"eQ":{"cF":[],"cZ":[]},"Cb":{"cF":[],"cZ":[]},"mO":{"hR":[]},"pH":{"hR":[]},"vv":{"ak":[],"l":[]},"zl":{"aA":["vv"]},"ta":{"ak":[],"l":[]},"Oq":{"Q":[]},"yr":{"aA":["ta"]},"pI":{"aW":["C?"],"aH":["C?"],"aH.T":"C?","aW.T":"C?"},"vy":{"aW":["q"],"aH":["q"],"aH.T":"q","aW.T":"q"},"auH":{"b3":[],"aL":[],"l":[]},"ww":{"ak":[],"l":[]},"Oy":{"aA":["ww"]},"MJ":{"b2":[],"ax":[],"l":[]},"OS":{"H":[],"aF":["H"],"B":[],"aj":[]},"MY":{"b5":["bx?"]},"tr":{"ak":[],"l":[]},"yy":{"aA":["tr"]},"Nj":{"cr":[],"b5":["cr"]},"MK":{"b2":[],"ax":[],"l":[]},"OT":{"H":[],"aF":["H"],"B":[],"aj":[]},"FA":{"kR":["o"],"G":[],"kR.T":"o"},"DT":{"ak":[],"l":[]},"yZ":{"b5":["G?"]},"LS":{"b5":["G?"]},"LQ":{"b5":["P"]},"LR":{"b5":["cr?"]},"LT":{"b8":[]},"atC":{"b3":[],"aL":[],"l":[]},"uA":{"b3":[],"aL":[],"l":[]},"El":{"aZ":[],"l":[]},"LP":{"cr":[],"b5":["cr"]},"KU":{"b2":[],"ax":[],"l":[]},"ON":{"H":[],"aF":["H"],"B":[],"aj":[]},"yq":{"cv":["1"],"ai":[]},"Ag":{"ak":[],"l":[]},"EW":{"aZ":[],"l":[]},"Pr":{"aA":["Ag"]},"MB":{"ak":[],"l":[]},"Mx":{"b5":["G?"]},"Mz":{"b5":["G?"]},"My":{"b5":["cr?"]},"MA":{"b8":[]},"M4":{"b8":[]},"M5":{"b8":[]},"NH":{"b8":[]},"uR":{"b3":[],"aL":[],"l":[]},"l0":{"mT":[],"l_":[]},"uY":{"mT":[],"l_":[]},"mT":{"l_":[]},"zI":{"b3":[],"aL":[],"l":[]},"zd":{"ak":[],"l":[]},"uX":{"aZ":[],"l":[]},"zc":{"aA":["zd"],"agL":[]},"F5":{"aZ":[],"l":[]},"vu":{"ak":[],"l":[]},"zS":{"H":[],"aF":["H"],"B":[],"aj":[]},"nN":{"aW":["bN?"],"aH":["bN?"],"aH.T":"bN?","aW.T":"bN?"},"zm":{"ak":[],"l":[]},"N8":{"aA":["vu"]},"MH":{"b2":[],"ax":[],"l":[]},"N5":{"aA":["zm"]},"Aj":{"aZ":[],"l":[]},"Pz":{"ai":[]},"N6":{"eL":["vx"],"eL.T":"vx"},"Dv":{"vx":[]},"FD":{"cr":[],"b5":["cr"]},"LW":{"cr":[],"b5":["cr"]},"zf":{"b5":["1?"]},"br":{"b5":["1"]},"bc":{"b5":["1"]},"FE":{"ai":[]},"N_":{"b5":["bx?"]},"Gi":{"ak":[],"l":[]},"zE":{"b5":["G?"]},"NE":{"b5":["G?"]},"ND":{"b5":["cr?"]},"NF":{"b8":[]},"av5":{"b3":[],"aL":[],"l":[]},"hy":{"FB":["1"],"ld":["1"],"eS":["1"],"cl":["1"]},"lY":{"ak":[],"l":[]},"lZ":{"ak":[],"l":[]},"Rg":{"aZ":[],"l":[]},"Re":{"aA":["lY"]},"Rf":{"aA":["lZ"]},"Kg":{"jN":[]},"Dg":{"jN":[]},"B_":{"ai":[]},"B0":{"ai":[]},"wY":{"ak":[],"l":[]},"A4":{"b3":[],"aL":[],"l":[]},"z_":{"ak":[],"l":[]},"wX":{"ak":[],"l":[]},"qd":{"aA":["wX"]},"ayh":{"ak":[],"l":[]},"Ih":{"aA":["wY"]},"Pi":{"ai":[]},"yv":{"aX":[]},"KH":{"aZ":[],"l":[]},"z0":{"aA":["z_"]},"LC":{"bn":["iq"],"bn.T":"iq"},"Pj":{"b3":[],"aL":[],"l":[]},"rk":{"ak":[],"l":[]},"Ir":{"aZ":[],"l":[]},"N7":{"iP":["rk"],"aA":["rk"]},"awe":{"b3":[],"aL":[],"l":[]},"MZ":{"b5":["bx?"]},"awB":{"ak":[],"l":[]},"zb":{"b3":[],"aL":[],"l":[]},"nX":{"aW":["h0"],"aH":["h0"],"aH.T":"h0","aW.T":"h0"},"t2":{"ak":[],"l":[]},"Jv":{"aZ":[],"l":[]},"Kr":{"aA":["t2"]},"y6":{"ak":[],"l":[]},"qM":{"aA":["y6"]},"LZ":{"b2":[],"ax":[],"l":[]},"OP":{"H":[],"aF":["H"],"B":[],"iG":[],"aj":[]},"Qo":{"aZ":[],"l":[]},"ax7":{"b3":[],"aL":[],"l":[]},"w4":{"dJ":[]},"Q6":{"ai":[]},"d2":{"bN":[]},"h4":{"bN":[]},"Cg":{"bN":[]},"dz":{"bN":[]},"dV":{"bN":[]},"dj":{"im":[]},"jp":{"lx":[]},"dk":{"d2":[],"bN":[]},"kR":{"G":[]},"b1":{"cP":[]},"f6":{"cP":[]},"lR":{"cP":[]},"C2":{"hu":["id"]},"te":{"hu":["id"],"hu.T":"id"},"cs":{"d2":[],"bN":[]},"e6":{"d2":[],"bN":[]},"eu":{"d2":[],"bN":[]},"e9":{"d2":[],"bN":[]},"ea":{"d2":[],"bN":[]},"j7":{"xZ":[]},"qI":{"jD":[],"iG":[],"aj":[]},"q6":{"dJ":[],"aj":[]},"KF":{"ai":[]},"Lt":{"jP":[]},"P8":{"nx":[],"aF":["H"],"B":[],"aj":[]},"kN":{"jA":[]},"H":{"B":[],"aj":[]},"mf":{"ix":["H"]},"f_":{"c7":[]},"tL":{"f_":[],"dA":["1"],"c7":[]},"fP":{"f_":[],"dA":["H"],"c7":[]},"Ho":{"e1":["H","fP"],"H":[],"ay":["H","fP"],"B":[],"aj":[],"ay.1":"fP","e1.1":"fP","ay.0":"H"},"Dk":{"ai":[]},"Hp":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hs":{"H":[],"B":[],"aj":[]},"eG":{"f_":[],"dA":["H"],"c7":[]},"Hu":{"e1":["H","eG"],"H":[],"ay":["H","eG"],"B":[],"aj":[],"ay.1":"eG","e1.1":"eG","ay.0":"H"},"Hw":{"H":[],"B":[],"aj":[]},"lE":{"iI":[]},"Gf":{"iI":[]},"uU":{"iI":[]},"FS":{"ai":[]},"B":{"aj":[]},"dA":{"c7":[]},"Pb":{"ex":[]},"z9":{"ex":[]},"om":{"ex":[]},"lD":{"dA":["H"],"c7":[]},"kp":{"dr":[],"ai":[]},"wH":{"H":[],"ay":["H","lD"],"B":[],"aj":[],"ay.1":"lD","ay.0":"H"},"nM":{"ai":[]},"wA":{"H":[],"aF":["H"],"B":[],"aj":[]},"jW":{"H":[],"aF":["H"],"B":[],"aj":[]},"HH":{"H":[],"aF":["H"],"B":[],"aj":[]},"wI":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hn":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hy":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hj":{"H":[],"aF":["H"],"B":[],"aj":[]},"tQ":{"ai":[]},"rv":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hm":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hl":{"H":[],"aF":["H"],"B":[],"aj":[]},"zV":{"H":[],"aF":["H"],"B":[],"aj":[]},"HC":{"H":[],"aF":["H"],"B":[],"aj":[]},"HD":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hr":{"H":[],"aF":["H"],"B":[],"aj":[]},"HO":{"H":[],"aF":["H"],"B":[],"aj":[]},"wE":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hv":{"H":[],"aF":["H"],"B":[],"aj":[]},"HF":{"H":[],"aF":["H"],"B":[],"aj":[]},"wG":{"H":[],"aF":["H"],"B":[],"iG":[],"aj":[]},"HI":{"H":[],"aF":["H"],"B":[],"aj":[]},"wF":{"H":[],"aF":["H"],"B":[],"aj":[]},"HA":{"H":[],"aF":["H"],"B":[],"aj":[]},"wJ":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hk":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hz":{"H":[],"aF":["H"],"B":[],"aj":[]},"Ht":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hx":{"H":[],"aF":["H"],"B":[],"aj":[]},"wC":{"H":[],"aF":["H"],"B":[],"aj":[]},"dr":{"ai":[]},"HJ":{"H":[],"aF":["H"],"B":[],"aj":[]},"HB":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hi":{"H":[],"aF":["H"],"B":[],"aj":[]},"HG":{"H":[],"aF":["H"],"B":[],"aj":[]},"Hq":{"H":[],"aF":["H"],"B":[],"aj":[]},"qr":{"jA":[]},"k1":{"lA":[],"dA":["cD"],"c7":[]},"cD":{"B":[],"aj":[]},"IR":{"ix":["cD"]},"xx":{"c7":[]},"lA":{"c7":[]},"qq":{"et":[],"dA":["H"],"hv":[],"c7":[]},"HK":{"nw":[],"cD":[],"ay":["H","et"],"B":[],"aj":[],"ay.1":"et","ay.0":"H"},"HL":{"nw":[],"cD":[],"ay":["H","et"],"B":[],"aj":[],"ay.1":"et","ay.0":"H"},"hv":{"c7":[]},"et":{"dA":["H"],"hv":[],"c7":[]},"nw":{"cD":[],"ay":["H","et"],"B":[],"aj":[]},"wK":{"cD":[],"aF":["cD"],"B":[],"aj":[]},"HM":{"cD":[],"aF":["cD"],"B":[],"aj":[]},"dK":{"f_":[],"dA":["H"],"c7":[]},"wL":{"e1":["H","dK"],"H":[],"ay":["H","dK"],"B":[],"aj":[],"ay.1":"dK","e1.1":"dK","ay.0":"H"},"nx":{"aF":["H"],"B":[],"aj":[]},"q5":{"j9":["1"],"H":[],"ay":["cD","1"],"Hh":[],"B":[],"aj":[]},"wM":{"j9":["k1"],"H":[],"ay":["cD","k1"],"Hh":[],"B":[],"aj":[],"ay.1":"k1","j9.0":"k1","ay.0":"cD"},"hT":{"ai":[]},"nY":{"ac":["~"]},"y1":{"ci":[]},"ke":{"ch":["ke"]},"i4":{"ch":["i4"]},"ks":{"ch":["ks"]},"qj":{"ch":["qj"]},"Pv":{"dB":[]},"IC":{"ai":[]},"vZ":{"ch":["qj"]},"o7":{"Te":[]},"qk":{"dJ":[]},"mY":{"l2":[]},"l4":{"l2":[]},"v9":{"l2":[]},"wk":{"ci":[]},"vC":{"ci":[]},"iY":{"cr":[]},"Lx":{"cr":[]},"Q7":{"vD":[]},"iO":{"hE":[]},"q2":{"hE":[]},"wR":{"ai":[]},"NS":{"xW":[]},"jk":{"ak":[],"l":[]},"ym":{"b3":[],"aL":[],"l":[]},"agB":{"aK":[]},"ata":{"aK":[]},"at9":{"aK":[]},"oA":{"aK":[]},"oM":{"aK":[]},"iq":{"aK":[]},"jU":{"aK":[]},"f2":{"bn":["1"]},"mg":{"bn":["1"],"bn.T":"1"},"yn":{"aA":["jk"]},"K4":{"bn":["agB"],"bn.T":"agB"},"DK":{"bn":["aK"],"bn.T":"aK"},"DI":{"bn":["iq"]},"H5":{"f2":["jU"],"bn":["jU"],"f2.T":"jU","bn.T":"jU"},"zG":{"B7":["1"],"f2":["1"],"NL":["1"],"bn":["1"],"f2.T":"1","bn.T":"1"},"yK":{"bn":["1"],"bn.T":"1"},"t8":{"b2":[],"ax":[],"l":[]},"yg":{"ak":[],"l":[]},"AS":{"aA":["yg"],"hV":[]},"tf":{"ak":[],"l":[]},"yu":{"aA":["tf"]},"Fb":{"ai":[]},"Nw":{"aZ":[],"l":[]},"fF":{"b3":[],"aL":[],"l":[]},"oU":{"b2":[],"ax":[],"l":[]},"vb":{"dG":["fP"],"aL":[],"l":[],"dG.T":"fP"},"nt":{"dG":["dK"],"aL":[],"l":[],"dG.T":"dK"},"asX":{"b3":[],"aL":[],"l":[]},"pq":{"b2":[],"ax":[],"l":[]},"QP":{"f9":[],"aT":[],"an":[]},"QQ":{"b3":[],"aL":[],"l":[]},"tS":{"b2":[],"ax":[],"l":[]},"CQ":{"b2":[],"ax":[],"l":[]},"GP":{"b2":[],"ax":[],"l":[]},"GQ":{"b2":[],"ax":[],"l":[]},"JE":{"b2":[],"ax":[],"l":[]},"Ef":{"b2":[],"ax":[],"l":[]},"Ex":{"b2":[],"ax":[],"l":[]},"dP":{"b2":[],"ax":[],"l":[]},"m7":{"b2":[],"ax":[],"l":[]},"Ct":{"b2":[],"ax":[],"l":[]},"tT":{"b2":[],"ax":[],"l":[]},"tR":{"fg":[],"ax":[],"l":[]},"qp":{"b2":[],"ax":[],"l":[]},"hf":{"b2":[],"ax":[],"l":[]},"Fm":{"b2":[],"ax":[],"l":[]},"vW":{"b2":[],"ax":[],"l":[]},"NC":{"bu":[],"aT":[],"an":[]},"IT":{"b2":[],"ax":[],"l":[]},"J1":{"fg":[],"ax":[],"l":[]},"GZ":{"aZ":[],"l":[]},"Ej":{"fg":[],"ax":[],"l":[]},"I7":{"fg":[],"ax":[],"l":[]},"D1":{"fg":[],"ax":[],"l":[]},"Ek":{"dG":["eG"],"aL":[],"l":[],"dG.T":"eG"},"E9":{"dG":["eG"],"aL":[],"l":[],"dG.T":"eG"},"I1":{"fg":[],"ax":[],"l":[]},"Hc":{"ax":[],"l":[]},"Fq":{"b2":[],"ax":[],"l":[]},"vE":{"b2":[],"ax":[],"l":[]},"iR":{"b2":[],"ax":[],"l":[]},"BP":{"b2":[],"ax":[],"l":[]},"Ix":{"b2":[],"ax":[],"l":[]},"FN":{"b2":[],"ax":[],"l":[]},"Cd":{"b2":[],"ax":[],"l":[]},"uo":{"b2":[],"ax":[],"l":[]},"F3":{"b2":[],"ax":[],"l":[]},"pE":{"aZ":[],"l":[]},"ig":{"aZ":[],"l":[]},"tI":{"b2":[],"ax":[],"l":[]},"zP":{"H":[],"aF":["H"],"B":[],"aj":[]},"yh":{"dJ":[],"aj":[]},"wV":{"l":[]},"wT":{"aT":[],"an":[]},"K6":{"dJ":[],"aj":[]},"Do":{"b2":[],"ax":[],"l":[]},"D5":{"aZ":[],"l":[]},"kT":{"b3":[],"aL":[],"l":[]},"Nx":{"aZ":[],"l":[]},"Dx":{"aZ":[],"l":[]},"p9":{"ak":[],"l":[]},"yW":{"aA":["p9"]},"cy":{"ai":[]},"kV":{"cy":[],"ai":[]},"uC":{"ai":[]},"mE":{"ak":[],"l":[]},"z1":{"iA":["cy"],"b3":[],"aL":[],"l":[],"iA.T":"cy"},"r4":{"aA":["mE"]},"Er":{"ak":[],"l":[]},"Mh":{"aA":["mE"]},"uD":{"ak":[],"l":[]},"agc":{"aK":[]},"ne":{"aK":[]},"nu":{"aK":[]},"afe":{"aK":[]},"z2":{"cy":[],"ai":[]},"Mi":{"aA":["uD"]},"HV":{"bn":["agc"],"bn.T":"agc"},"G2":{"bn":["ne"],"bn.T":"ne"},"H0":{"bn":["nu"],"bn.T":"nu"},"DG":{"bn":["afe"],"bn.T":"afe"},"hq":{"em":[]},"cb":{"hq":["1"],"em":[]},"ak":{"l":[]},"aT":{"an":[]},"fY":{"aT":[],"an":[]},"lj":{"aT":[],"an":[]},"f9":{"aT":[],"an":[]},"mK":{"hq":["1"],"em":[]},"aZ":{"l":[]},"aL":{"l":[]},"dG":{"aL":[],"l":[]},"b3":{"aL":[],"l":[]},"ax":{"l":[]},"Fj":{"ax":[],"l":[]},"b2":{"ax":[],"l":[]},"fg":{"ax":[],"l":[]},"E7":{"ax":[],"l":[]},"tJ":{"aT":[],"an":[]},"J3":{"aT":[],"an":[]},"wq":{"aT":[],"an":[]},"bu":{"aT":[],"an":[]},"Fi":{"bu":[],"aT":[],"an":[]},"xr":{"bu":[],"aT":[],"an":[]},"ff":{"bu":[],"aT":[],"an":[]},"HP":{"bu":[],"aT":[],"an":[]},"Nv":{"aT":[],"an":[]},"Ny":{"l":[]},"lq":{"ak":[],"l":[]},"q1":{"aA":["lq"]},"cG":{"mJ":["1"]},"EC":{"aZ":[],"l":[]},"Mp":{"b2":[],"ax":[],"l":[]},"mL":{"ak":[],"l":[]},"rb":{"aA":["mL"]},"uN":{"nd":[]},"uQ":{"aZ":[],"l":[]},"mQ":{"b3":[],"aL":[],"l":[]},"uS":{"ak":[],"l":[]},"z8":{"aA":["uS"],"hV":[]},"md":{"aW":["cp?"],"aH":["cp?"],"aH.T":"cp?","aW.T":"cp?"},"nW":{"aW":["u"],"aH":["u"],"aH.T":"u","aW.T":"u"},"t_":{"ak":[],"l":[]},"t1":{"ak":[],"l":[]},"Dr":{"aW":["im"],"aH":["im"],"aH.T":"im","aW.T":"im"},"ud":{"aW":["b1"],"aH":["b1"],"aH.T":"b1","aW.T":"b1"},"F2":{"ak":[],"l":[]},"pu":{"aA":["1"]},"oC":{"aA":["1"]},"Kp":{"aA":["t_"]},"Kq":{"aA":["t1"]},"iz":{"b3":[],"aL":[],"l":[]},"uW":{"f9":[],"aT":[],"an":[]},"iA":{"b3":[],"aL":[],"l":[]},"re":{"f9":[],"aT":[],"an":[]},"F4":{"b3":[],"aL":[],"l":[]},"zj":{"b3":[],"aL":[],"l":[]},"vl":{"ak":[],"l":[]},"R2":{"eL":["yi"],"eL.T":"yi"},"Dz":{"yi":[]},"N2":{"aA":["vl"]},"aka":{"b3":[],"aL":[],"l":[]},"n9":{"iz":["dL"],"b3":[],"aL":[],"l":[],"iz.T":"dL"},"zq":{"ak":[],"l":[]},"N9":{"aA":["zq"],"hV":[]},"qV":{"cF":[],"cZ":[]},"FR":{"aZ":[],"l":[]},"Kw":{"mJ":["qV"]},"Ni":{"aZ":[],"l":[]},"G0":{"aZ":[],"l":[]},"ag2":{"hG":[]},"mM":{"b3":[],"aL":[],"l":[]},"vR":{"ak":[],"l":[]},"iH":{"aA":["vR"]},"Nu":{"cl":["~"]},"rn":{"lS":[]},"rm":{"lS":[]},"zz":{"lS":[]},"zA":{"lS":[]},"Mt":{"j":["ft"],"ai":[],"j.E":"ft"},"Mu":{"dI":["aD>?"],"ai":[]},"cT":{"aL":[],"l":[]},"zD":{"aT":[],"an":[]},"jM":{"ai":[]},"kn":{"ak":[],"l":[]},"zF":{"aA":["kn"]},"pP":{"ak":[],"l":[]},"pR":{"aA":["pP"]},"oh":{"H":[],"ay":["H","dK"],"B":[],"aj":[],"ay.1":"dK","ay.0":"H"},"w0":{"ak":[],"l":[]},"lT":{"fc":["lT"],"fc.E":"lT"},"oi":{"b3":[],"aL":[],"l":[]},"lW":{"H":[],"aF":["H"],"B":[],"aj":[],"fc":["lW"],"fc.E":"lW"},"zT":{"H":[],"aF":["H"],"B":[],"aj":[]},"AF":{"fg":[],"ax":[],"l":[]},"Qi":{"bu":[],"aT":[],"an":[]},"rD":{"dK":[],"f_":[],"dA":["H"],"c7":[]},"NJ":{"aA":["w0"]},"rp":{"ax":[],"l":[]},"NI":{"bu":[],"aT":[],"an":[]},"Lw":{"b2":[],"ax":[],"l":[]},"uJ":{"ak":[],"l":[]},"xE":{"ak":[],"l":[]},"z5":{"aA":["uJ"]},"z4":{"ai":[]},"Mq":{"ai":[]},"Ay":{"aA":["xE"]},"Ax":{"ai":[]},"w1":{"eT":[]},"akz":{"ew":["1"],"em":[]},"pS":{"aZ":[],"l":[]},"w2":{"ld":["1"],"eS":["1"],"cl":["1"]},"q0":{"b3":[],"aL":[],"l":[]},"lr":{"ak":[],"l":[]},"yc":{"b3":[],"aL":[],"l":[]},"wU":{"ak":[],"l":[]},"dI":{"ai":[]},"P7":{"aA":["lr"]},"A2":{"aA":["wU"]},"ck":{"dI":["1"],"ai":[]},"i3":{"dI":["1"],"ai":[]},"A0":{"i3":["1"],"dI":["1"],"ai":[]},"wQ":{"i3":["1"],"dI":["1"],"ai":[],"ck.T":"1","i3.T":"1"},"wP":{"i3":["I"],"dI":["I"],"ai":[],"ck.T":"I","i3.T":"I"},"I6":{"ak":[],"l":[]},"aD0":{"aEM":["ac"]},"rx":{"aA":["I6<1>"]},"Pd":{"b3":[],"aL":[],"l":[]},"P4":{"dI":["nA?"],"ai":[],"ck.T":"nA?"},"zt":{"b3":[],"aL":[],"l":[]},"rl":{"ak":[],"l":[]},"og":{"aA":["rl<1>"]},"pQ":{"cl":["1"]},"eS":{"cl":["1"]},"LD":{"bn":["iq"],"bn.T":"iq"},"ld":{"eS":["1"],"cl":["1"]},"Id":{"aZ":[],"l":[]},"wZ":{"hu":["1"],"hu.T":"1"},"x_":{"b3":[],"aL":[],"l":[]},"Il":{"ai":[]},"Ah":{"ak":[],"l":[]},"Pf":{"ew":["em"],"em":[],"ew.T":"em"},"Ai":{"aA":["Ah"]},"Eh":{"jY":[]},"eq":{"fK":[],"eT":[]},"hH":{"eq":[],"fK":[],"eT":[]},"x4":{"eq":[],"fK":[],"eT":[]},"iJ":{"eq":[],"fK":[],"eT":[]},"ls":{"eq":[],"fK":[],"eT":[]},"JS":{"eq":[],"fK":[],"eT":[]},"A9":{"b3":[],"aL":[],"l":[]},"lQ":{"fc":["lQ"],"fc.E":"lQ"},"x1":{"ak":[],"l":[]},"x2":{"aA":["x1"]},"lt":{"hT":[],"ai":[],"jY":[]},"nE":{"eT":[]},"x3":{"lt":[],"hT":[],"ai":[],"jY":[]},"Io":{"aZ":[],"l":[]},"Cj":{"aZ":[],"l":[]},"Fo":{"aZ":[],"l":[]},"EK":{"aZ":[],"l":[]},"x6":{"ak":[],"l":[]},"Ab":{"b3":[],"aL":[],"l":[]},"Ad":{"ak":[],"l":[]},"x7":{"aA":["x6"]},"Pm":{"aA":["Ad"]},"Ac":{"ai":[]},"Pl":{"b2":[],"ax":[],"l":[]},"OX":{"H":[],"aF":["H"],"B":[],"aj":[]},"P5":{"dI":["P?"],"ai":[],"ck.T":"P?"},"ep":{"aK":[]},"qe":{"f2":["ep"],"bn":["ep"],"f2.T":"ep","bn.T":"ep"},"q3":{"ak":[],"l":[]},"jc":{"eM":[],"cF":[],"cZ":[]},"jd":{"eQ":[],"cF":[],"cZ":[]},"x9":{"ai":[]},"iP":{"aA":["1"]},"pN":{"ai":[]},"qg":{"ak":[],"l":[]},"qi":{"b3":[],"aL":[],"l":[]},"Ps":{"dr":[],"aA":["qg"],"ai":[]},"Iu":{"ai":[]},"xo":{"ak":[],"l":[]},"PA":{"aA":["xo"]},"PB":{"iz":["F"],"b3":[],"aL":[],"l":[],"iz.T":"F"},"av":{"qm":[]},"nO":{"ak":[],"l":[]},"xp":{"ak":[],"l":[]},"qn":{"ai":[]},"Al":{"aA":["nO"]},"IG":{"ai":[]},"Ak":{"aA":["xp"]},"PE":{"b3":[],"aL":[],"l":[]},"rz":{"b2":[],"ax":[],"l":[]},"II":{"aZ":[],"l":[]},"PK":{"bu":[],"aT":[],"an":[]},"zZ":{"H":[],"aF":["H"],"Hh":[],"B":[],"aj":[]},"IU":{"ax":[],"l":[]},"lz":{"ax":[],"l":[]},"IS":{"lz":[],"ax":[],"l":[]},"IQ":{"lz":[],"ax":[],"l":[]},"qs":{"bu":[],"aT":[],"an":[]},"v6":{"dG":["hv"],"aL":[],"l":[],"dG.T":"hv"},"xA":{"ai":[]},"IX":{"b2":[],"ax":[],"l":[]},"rw":{"H":[],"aF":["H"],"B":[],"aj":[]},"IW":{"ai":[]},"Lu":{"ai":[]},"al1":{"H":[],"aF":["H"],"B":[],"aj":[]},"Ji":{"b2":[],"ax":[],"l":[]},"HN":{"H":[],"aF":["H"],"B":[],"aj":[]},"p4":{"b3":[],"aL":[],"l":[]},"at_":{"b3":[],"aL":[],"l":[]},"Nz":{"aZ":[],"l":[]},"xP":{"aZ":[],"l":[]},"DL":{"aK":[]},"DH":{"aK":[]},"tX":{"aK":[]},"tZ":{"aK":[]},"tY":{"aK":[]},"DF":{"aK":[]},"mw":{"aK":[]},"my":{"aK":[]},"uw":{"aK":[]},"up":{"aK":[]},"uq":{"aK":[]},"hm":{"aK":[]},"mz":{"aK":[]},"mA":{"aK":[]},"uu":{"aK":[]},"uv":{"aK":[]},"mx":{"aK":[]},"x5":{"aK":[]},"Is":{"aK":[]},"tN":{"aK":[]},"GH":{"aK":[]},"Hf":{"aK":[]},"JM":{"aK":[]},"JJ":{"aK":[]},"qL":{"ak":[],"l":[]},"yX":{"b3":[],"aL":[],"l":[]},"Qk":{"aA":["qL"]},"yI":{"ai":[]},"Jz":{"aZ":[],"l":[]},"t3":{"ak":[],"l":[]},"yp":{"aA":["t3"]},"IN":{"ak":[],"l":[]},"FH":{"ak":[],"l":[]},"Ii":{"ak":[],"l":[]},"I4":{"ak":[],"l":[]},"Eb":{"b2":[],"ax":[],"l":[]},"Dp":{"ak":[],"l":[]},"vi":{"ak":[],"l":[]},"BW":{"ak":[],"l":[]},"on":{"b3":[],"aL":[],"l":[]},"zK":{"b3":[],"aL":[],"l":[]},"JZ":{"aZ":[],"l":[]},"zM":{"ax":[],"l":[]},"OB":{"bu":[],"aT":[],"an":[]},"yO":{"hq":["1"],"em":[]},"yf":{"fg":[],"ax":[],"l":[]},"QZ":{"bu":[],"aT":[],"an":[]},"k3":{"oN":[]},"xJ":{"k3":["bK"],"oN":[],"k3.T":"bK"},"Jc":{"aZ":[],"l":[]},"GG":{"ci":[]},"ah":{"a2g":["1"],"a7":["1"]},"vt":{"j":["1"],"j.E":"1"},"hn":{"cO":["1","i"],"a7":["i"],"cO.R":"1"},"vo":{"cO":["1","2"],"a7":["2"],"cO.R":"1"},"y5":{"cO":["1","k8<1>"],"a7":["k8<1>"],"cO.R":"1"},"xq":{"db":[]},"ml":{"db":[]},"Fu":{"db":[]},"G5":{"db":[]},"dH":{"db":[]},"K5":{"db":[]},"ty":{"n2":["1","1"],"a7":["1"],"n2.R":"1"},"cO":{"a7":["2"]},"xj":{"a7":["bB<1,2>"]},"xk":{"a7":["iT<1,2,3>"]},"xl":{"a7":["hK<1,2,3,4>"]},"xm":{"a7":["fT<1,2,3,4,5>"]},"xn":{"a7":["er<1,2,3,4,5,6,7,8>"]},"n2":{"a7":["2"]},"fj":{"cO":["1","1"],"a7":["1"],"cO.R":"1"},"xu":{"cO":["1","1"],"a7":["1"],"cO.R":"1"},"ul":{"a7":["1"]},"G1":{"a7":["i"]},"fA":{"a7":["i"]},"nP":{"a7":["i"]},"H_":{"a7":["i"]},"HU":{"a7":["i"]},"eK":{"cO":["1","A<1>"],"a7":["A<1>"],"cO.R":"1"},"vd":{"cO":["1","A<1>"],"a7":["A<1>"]},"wm":{"cO":["1","A<1>"],"a7":["A<1>"],"cO.R":"1"},"wN":{"cO":["1","2"],"a7":["2"]},"FV":{"aZ":[],"l":[]},"BT":{"aZ":[],"l":[]},"tt":{"ak":[],"l":[]},"KR":{"aA":["tt"]},"CZ":{"aZ":[],"l":[]},"oW":{"aZ":[],"l":[]},"D9":{"aZ":[],"l":[]},"DA":{"aZ":[],"l":[]},"H7":{"aZ":[],"l":[]},"p6":{"aZ":[],"l":[]},"tu":{"ak":[],"l":[]},"KS":{"aA":["tu"]},"pz":{"aZ":[],"l":[]},"EP":{"aZ":[],"l":[]},"HS":{"H":[],"B":[],"aj":[]},"JU":{"ci":[]},"HQ":{"H":[],"B":[],"aj":[]},"HE":{"H":[],"B":[],"aj":[]},"yd":{"ak":[],"l":[]},"QX":{"aA":["yd"]},"OA":{"b2":[],"ax":[],"l":[]},"OC":{"b2":[],"ax":[],"l":[]},"Oz":{"b2":[],"ax":[],"l":[]},"dF":{"lk":[]},"fe":{"lk":[]},"dl":{"lk":[]},"tH":{"lk":[]},"l9":{"hr":[]},"lp":{"hr":[]},"eg":{"bW":[]},"LV":{"bW":[]},"JH":{"bW":[]},"K2":{"eg":[],"bW":[]},"pU":{"eg":[],"bW":[]},"Jq":{"eg":[],"bW":[]},"Ie":{"eg":[],"bW":[]},"tE":{"bW":[]},"vs":{"bW":[]},"pW":{"eg":[],"bW":[]},"p5":{"eg":[],"bW":[]},"Jo":{"eg":[],"bW":[]},"F1":{"eg":[],"bW":[]},"w9":{"bW":[]},"q7":{"bW":[]},"I_":{"bW":[]},"HZ":{"bW":[]},"HW":{"bW":[]},"HX":{"bW":[]},"wO":{"bW":[]},"HY":{"bW":[]},"K9":{"lI":[]},"Kd":{"ci":[]},"Kf":{"ci":[]},"qU":{"a7":["i"]},"h3":{"c2":[]},"hW":{"c2":[]},"hX":{"c2":[]},"hY":{"c2":[]},"e4":{"c2":[]},"hZ":{"c2":[]},"dT":{"c2":[]},"yk":{"c2":[]},"lJ":{"yk":[],"c2":[]},"Ka":{"j":["c2"],"j.E":"c2"},"iQ":{"aEW":["1"]},"asN":{"b3":[],"aL":[],"l":[]},"auG":{"ak":[],"l":[]},"att":{"ak":[],"l":[]},"atu":{"aA":["att"]},"ayk":{"b3":[],"aL":[],"l":[]},"a2g":{"a7":["1"]}}')) +A.ayu(v.typeUniverse,JSON.parse('{"eH":1,"dN":1,"dY":1,"d_":2,"qS":1,"E8":2,"Jh":1,"IL":1,"IM":1,"DW":1,"Eu":1,"uz":1,"JP":1,"qQ":1,"B3":2,"rf":1,"tK":1,"ve":1,"pO":1,"i5":1,"KA":1,"Ly":1,"r1":1,"zJ":1,"yR":1,"PZ":1,"Rd":1,"z7":1,"lN":1,"rg":1,"zh":1,"N3":2,"QT":2,"vp":2,"LM":1,"N0":1,"PV":2,"PU":2,"Ap":2,"Aq":1,"Ar":1,"AO":2,"Cw":1,"CY":2,"tM":2,"Mm":3,"Az":1,"ch":1,"kv":1,"F8":1,"us":1,"cB":1,"Ei":1,"Du":1,"t7":1,"oZ":1,"yF":1,"yG":1,"yH":1,"w6":1,"B1":1,"yL":1,"fr":1,"u0":1,"wi":2,"FC":1,"zn":1,"rH":1,"tL":1,"yJ":1,"Fg":1,"dA":1,"fn":1,"wB":1,"tQ":1,"rv":1,"zV":1,"q5":1,"AB":1,"oF":1,"DJ":1,"pu":1,"oC":1,"rd":1,"ag2":1,"JI":1,"Dy":1,"akz":1,"w2":1,"dI":1,"iS":1,"ck":1,"A0":1,"rI":1,"pQ":1,"Fr":1,"of":1,"rt":1,"qo":1,"ev":1,"yI":1,"I0":1,"ct":1,"Fz":1,"vd":1,"wN":2,"K3":2,"E5":2,"D7":1}')) +var u={q:"\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0",S:" 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1",r:'"recorder" must not already be associated with another Canvas.',T:"% of the way to being a CircleBorder that is ",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+/",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",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",y:"gl_Position = ((u_ctransform * position) * u_scale) + u_shift;",J:"vec2 center = 0.5 * (u_resolution + u_tile_offset);",E:"vec4 localCoord = m_gradient * vec4(gl_FragCoord.x - center.x, center.y - gl_FragCoord.y, 0, 1);",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.X +return{od:s("bn"),pC:s("m8"),so:s("cv"),ve:s("cv

"),ph:s("t8"),s1:s("tb"),vp:s("ma"),S7:s("td"),jo:s("Te"),pR:s("kK"),Pg:s("eg"),M1:s("C8"),Al:s("kM"),m_:s("cp"),k:s("aX"),q:s("f_"),pI:s("Co"),V4:s("bK"),wY:s("mg"),nz:s("mg"),zI:s("Cr"),p7:s("eh?,cl<@>>"),vg:s("eD"),Lh:s("tA"),XY:s("mj"),p1:s("ij"),G:s("oR"),z7:s("CI"),m6:s("CJ"),E_:s("tB"),Bn:s("CK"),wW:s("kP"),S3:s("aD3"),BQ:s("tC"),V1:s("CN"),nR:s("tD"),Hz:s("ik"),hP:s("f1"),n8:s("G"),qO:s("mm"),li:s("b0"),eL:s("b0"),fF:s("fC"),vn:s("p0"),pU:s("ay>"),d1:s("Da"),ZC:s("dl"),H5:s("asN"),HY:s("jt"),ip:s("tS"),I7:s("aDc"),l4:s("asX"),Uf:s("kT"),uy:s("at_"),yS:s("p4"),JX:s("DE"),I:s("fF"),ra:s("aDm"),yN:s("DN"),uL:s("it"),zk:s("iu"),iG:s("DR"),aD:s("dc"),Tu:s("aS"),Ee:s("R<@>"),Q:s("aT"),dq:s("atC"),hc:s("jv"),EM:s("mt"),IH:s("uj"),S9:s("E0"),X8:s("E1"),Q4:s("uk"),oy:s("ul"),Lt:s("bz"),VI:s("ci"),IX:s("jx"),nN:s("al"),GE:s("al"),Ie:s("ux"),Ii:s("hn>"),vo:s("hn>"),c1:s("hn>>"),US:s("eG"),N8:s("uA"),s4:s("WI"),OE:s("WJ"),mx:s("cy"),l5:s("kV"),zq:s("pj"),ia:s("mF"),VW:s("mG"),FK:s("dD"),bY:s("uG"),Uy:s("uH"),_8:s("f8"),Z9:s("ac"),xd:s("ac(i,aD)"),Ev:s("ac()"),L0:s("ac<@>"),T8:s("ac"),uz:s("ac<~>"),Fp:s("cz"),b4:s("dE"),Lu:s("dE"),Ih:s("dE"),o:s("EB"),cD:s("cF"),uA:s("cG"),C1:s("cG"),Uv:s("cG"),jn:s("cG"),YC:s("cG"),UN:s("cG"),ok:s("cG"),ff:s("cG"),Bk:s("cG"),xR:s("mJ"),yi:s("hq>"),TX:s("mK"),bT:s("mK>"),R1:s("hr"),rQ:s("aDC"),op:s("uM<~(kU)>"),G7:s("EM>"),rA:s("mL"),mS:s("mM"),AL:s("ix"),Fn:s("jA"),zE:s("aj"),gc:s("uP"),Lk:s("ajL"),g5:s("uR"),Oh:s("mQ"),lu:s("YD"),J2:s("EZ"),fE:s("F_"),OX:s("dO"),dW:s("fJ"),SG:s("iy"),Bc:s("pv"),WR:s("aDJ"),IS:s("f9"),WB:s("b3"),JZ:s("Z3"),XO:s("Z4"),pT:s("Z5"),gD:s("mS"),vz:s("aK"),nQ:s("mT"),Ya:s("px"),JY:s("j<@>"),VG:s("j"),QP:s("r"),NS:s("r"),Pv:s("r"),sq:s("r"),iW:s("r"),qN:s("r"),Cu:s("r"),t_:s("r"),Ai:s("r"),td:s("r"),E:s("r"),vl:s("r"),Up:s("r"),SV:s("r"),lX:s("r"),_m:s("r"),c:s("r"),z8:s("r"),Pt:s("r

"),uf:s("r"),kZ:s("r>"),no:s("r"),wQ:s("r>"),Rh:s("r>"),mo:s("r>"),iQ:s("r"),AB:s("r
"),om:s("r>"),XZ:s("r"),Fa:s("r"),VB:s("r"),VO:s("r"),O_:s("r"),J:s("r"),K0:s("r"),CE:s("r"),k5:s("r"),cN:s("r"),s9:s("r"),Y4:s("r"),_f:s("r"),ER:s("r"),X_:s("r>"),i1:s("r>"),Eo:s("r"),ss:s("r"),a9:s("r>"),gG:s("r>"),n4:s("r>"),Xr:s("r"),rE:s("r"),YE:s("r"),tc:s("r"),f2:s("r"),Qg:s("r"),jl:s("r"),yv:s("r"),fy:s("r"),jT:s("r"),g8:s("r>"),n9:s("r"),EO:s("r"),nx:s("r"),OB:s("r"),zY:s("r"),OM:s("r>"),Gv:s("r>"),AT:s("r>"),gW:s("r>>"),sb:s("r>"),B3:s("r>"),C:s("r>"),m1:s("r"),Sd:s("r"),l:s("r"),Cg:s("r"),wc:s("r"),g:s("r"),tZ:s("r"),Ic:s("r"),v:s("r"),kG:s("r"),Am:s("r"),Co:s("r<+(i,lG)>"),AO:s("r"),Pc:s("r"),d:s("r"),Ry:s("r"),QT:s("r"),VM:s("r"),CK:s("r"),vj:s("r"),ZP:s("r"),D1:s("r"),q1:s("r"),r:s("r"),o4:s("r"),Qo:s("r"),Qe:s("r"),zz:s("r"),fe:s("r"),kO:s("r"),N_:s("r"),s:s("r"),oU:s("r"),PL:s("r"),y1:s("r"),Lx:s("r"),J9:s("r"),FO:s("r>>"),LX:s("r"),F:s("r"),GA:s("r"),Ec:s("r"),po:s("r
"),Na:s("r"),SW:s("r"),TV:s("r"),Kj:s("r"),CZ:s("r"),mz:s("r"),he:s("r"),zj:s("r"),ML:s("r"),m3:s("r"),Ei:s("r"),jE:s("r"),qi:s("r"),uD:s("r"),au:s("r"),lb:s("r"),YK:s("r"),Z4:s("r"),D8:s("r"),mg:s("r"),cR:s("r"),NM:s("r"),HZ:s("r"),n:s("r

"),ee:s("r<@>"),t:s("r"),oA:s("r"),L:s("r"),JK:s("r"),cA:s("r"),ny:s("r?>"),Fi:s("r"),Z:s("r"),Zt:s("r()>"),iM:s("r()>"),sA:s("r"),U9:s("r<~(mI)?>"),u:s("r<~()>"),SM:s("r<~(F,cE?)>"),ot:s("r<~(bn)>"),W:s("r<~(ib)>"),j1:s("r<~(aS)>"),Jh:s("r<~(A)>"),bz:s("v2"),lT:s("iD"),dC:s("b4<@>"),e:s("c"),Hf:s("fa"),Cl:s("hv"),D2:s("em"),SQ:s("pD"),LE:s("mZ"),bR:s("cb"),ku:s("cb"),hA:s("cb"),re:s("cb>"),af:s("cb"),L6:s("dX"),h_:s("Fh"),xj:s("eK"),Po:s("eK"),mT:s("eK<@>"),jQ:s("bk"),JO:s("dF"),cS:s("fc>"),z_:s("n1"),oM:s("n1"),Rk:s("A"),Px:s("A"),lf:s("A


"),gS:s("A"),qC:s("A"),YN:s("A"),UX:s("A"),LF:s("A"),I1:s("A"),xc:s("A"),yp:s("A"),d0:s("A"),Xw:s("A"),j:s("A<@>"),Dn:s("A"),I_:s("ai"),da:s("la"),bd:s("f"),bS:s("aka"),UH:s("bi"),q9:s("bi"),sw:s("bi>"),qE:s("bi>"),Dx:s("vn<@,@>"),kY:s("aD"),GU:s("aD"),a:s("aD"),_P:s("aD"),e3:s("aD"),f:s("aD<@,@>"),xE:s("aD"),pE:s("aD"),rr:s("aD<~(aO),bl?>"),C9:s("en"),OW:s("ad"),a4:s("ad"),Gf:s("ad"),OL:s("ad"),rB:s("ad"),bK:s("ad"),qn:s("ad"),Tr:s("ad"),E0:s("vt>"),iB:s("auH"),c4:s("vx"),ui:s("cc"),e1:s("bc"),h9:s("bc"),Ak:s("bc"),kU:s("bc"),iL:s("bc"),XL:s("bc"),QL:s("bc

"),Il:s("bc"),wG:s("bc"),Oc:s("n7"),xV:s("bl"),w:s("n9"),O5:s("iF"),xS:s("fd"),Pb:s("cr"),ZA:s("vD"),_h:s("iG"),wd:s("fe"),Wz:s("fP"),Lb:s("fg"),jW:s("le"),A3:s("fi"),u9:s("nb"),uK:s("iH"),Jc:s("cT"),Tm:s("cT"),w3:s("cT"),ji:s("cT"),WA:s("cT"),kj:s("cT"),Te:s("jJ"),P:s("aV"),K:s("F"),xA:s("F(o)"),_a:s("F(o{params:F?})"),yw:s("bt"),wi:s("bt<~()>"),wS:s("bt<~(bn)>"),Y:s("bt<~(ib)>"),EP:s("q"),gY:s("iI"),VX:s("fj>"),mA:s("fj"),Jd:s("fj"),Aw:s("fj"),BR:s("av5"),Ms:s("jM"),N1:s("pR"),Mf:s("pS"),sd:s("ag2"),Q2:s("pT"),qA:s("iK"),Fw:s("dG"),IL:s("dG"),_X:s("a7<@>"),ke:s("dQ"),D3:s("w8"),zM:s("de"),IF:s("wg"),ix:s("cU"),v3:s("k"),YA:s("fl"),sv:s("jP"),mX:s("aDT"),qa:s("aDU"),ge:s("nk"),Ko:s("nl"),kf:s("pY"),Au:s("iN"),pY:s("jR"),qL:s("aO"),GG:s("aDW"),XA:s("jS"),n2:s("nm"),WQ:s("nn"),w5:s("jT"),DB:s("no"),PB:s("np"),Mj:s("nq"),xb:s("nr"),ks:s("dZ"),oN:s("ns"),ZD:s("akM"),bb:s("q0"),yH:s("aL"),eg:s("dH"),jU:s("q3"),pK:s("aE0"),Rp:s("+()"),BZ:s("+(i,dD?)"),Bb:s("iQ"),r0:s("ah"),u4:s("ah>"),kD:s("ah>"),h:s("ah"),nt:s("ah

"),ZV:s("ah"),MC:s("ah"),Ly:s("ah"),OY:s("ah"),hq:s("ah"),vq:s("ah"),hC:s("ah"),MB:s("ah
"),sD:s("ah"),lk:s("ah<@>"),n3:s("ah<~>"),Qz:s("Hg"),MY:s("wA"),NW:s("Hh"),x:s("H"),f1:s("wF"),I9:s("B"),F5:s("ax"),GM:s("aF"),Wx:s("jW"),nl:s("cD"),Ss:s("nw"),Cn:s("al1"),Ju:s("nx"),E1:s("wM"),yk:s("a2g<@>"),dZ:s("wQ"),yb:s("dI"),z4:s("cH"),k2:s("wS"),MV:s("cI"),o_:s("cI"),ad:s("wV"),oj:s("qb"),pO:s("cl<@>(an,F?)"),Dc:s("wW"),Sv:s("nC"),nY:s("aw6"),BL:s("aw6"),Np:s("qd"),x5:s("qe"),JE:s("wZ"),Cy:s("x_"),FS:s("x2"),sm:s("x9"),NF:s("awe"),qd:s("aE8"),hI:s("aE9"),x9:s("dr"),mb:s("xe"),Wu:s("qi"),_S:s("cm"),KL:s("nI"),ZX:s("hJ"),bu:s("bZ"),UF:s("nJ"),g3:s("nK"),V:s("bB"),mM:s("xn"),HS:s("lw"),n5:s("ql<@>"),m2:s("bv"),Ro:s("bv<@>"),RY:s("bN"),jH:s("nM"),Vz:s("qm"),yE:s("aEf"),Mp:s("b2"),FW:s("Q"),Q3:s("xu"),Ws:s("xv"),p:s("ly"),h5:s("qq"),Gt:s("qs"),D:s("et"),M0:s("lz"),jB:s("lA"),B:s("dK"),Km:s("cE"),MF:s("fY"),d2:s("ak"),gU:s("aZ"),N:s("i"),u1:s("awK"),m:s("qy"),Ci:s("nQ"),ky:s("qz"),Yu:s("Ja"),WT:s("bO"),NP:s("bO"),Vr:s("bO
    "),Je:s("bO>"),az:s("bO"),AH:s("bO"),E8:s("bO"),d9:s("bO"),hr:s("bO"),b5:s("bO<~>"),U8:s("iY"),ew:s("iZ"),_0:s("xR"),Qr:s("xU"),mi:s("Jp"),tq:s("lD"),cu:s("xY"),tp:s("xZ"),em:s("u"),we:s("h0"),ZM:s("nX"),ZF:s("j0>"),Ag:s("j0<@>"),qe:s("alM"),ZL:s("y5"),U2:s("ax7"),zW:s("bR"),H7:s("aW

    "),A:s("fq"),ns:s("k9"),w7:s("a6r"),rd:s("qP"),W1:s("a6s"),H3:s("j1"),MX:s("kb"),O:s("c8"),R:s("dS"),Sc:s("dS"),kk:s("j2"),lQ:s("yc"),N2:s("qR<@>"),fS:s("o3"),Xu:s("JQ"),xe:s("ew"),GY:s("hR"),Dg:s("yf"),rS:s("eT"),X3:s("kc"),Hd:s("b_"),FI:s("hU"),ZK:s("hU"),ow:s("hU"),kE:s("hU<~(F,cE?)>"),Pi:s("qT"),l7:s("l"),X5:s("hV"),Uh:s("yi"),cL:s("h3"),mL:s("hW"),UR:s("hX"),RN:s("hY"),Gn:s("e4"),xo:s("c2"),hs:s("dv"),Mw:s("hZ"),a1:s("dT"),JC:s("yk"),L1:s("ym"),CL:s("o7"),h8:s("bD"),eG:s("bD"),VY:s("bD"),yB:s("bD"),EZ:s("bD"),b:s("bD<~>"),qh:s("qW"),ZW:s("o9"),B6:s("yz"),DC:s("yO>"),UJ:s("LB"),qr:s("dw"),VA:s("ki"),l3:s("yX"),Wt:s("ob"),Eh:s("z1"),fk:s("r5"),h1:s("r7"),Lv:s("at"),qc:s("at"),tr:s("at"),LR:s("at<@>"),wJ:s("at"),gg:s("at"),X6:s("at"),U:s("at<~>"),cK:s("r9"),Qu:s("km"),U3:s("rb"),R9:s("lO"),Fy:s("lP"),WD:s("za"),Nr:s("zb"),pp:s("ex"),YL:s("oe"),Sx:s("lQ"),pt:s("rh"),Gk:s("zj"),PJ:s("ri"),yI:s("br"),h2:s("br"),Ne:s("br"),pj:s("br

    "),Sq:s("br"),T:s("br"),Y6:s("br"),Fe:s("zt"),xg:s("Nl"),Tp:s("lS"),Vl:s("lT"),KJ:s("kn"),eU:s("rp"),sZ:s("zI"),VE:s("NN"),j4:s("NO"),Wa:s("ko"),Li:s("zK"),mm:s("rs"),mP:s("zM"),h7:s("j8"),zP:s("d7"),ri:s("zP"),Lj:s("lW"),zd:s("zS"),SN:s("zT"),xL:s("rw"),im:s("oh"),An:s("oi"),Ez:s("ft"),Pu:s("A4"),yd:s("A9"),jF:s("Ab"),xm:s("PG"),S8:s("Av"),mf:s("AA"),c6:s("om"),ij:s("eW"),bm:s("eW"),x_:s("eW"),HE:s("rC"),f4:s("AF"),i9:s("rD"),tH:s("ayk"),_l:s("on"),DH:s("R1"),y:s("I"),i:s("P"),z:s("@"),C_:s("@(F)"),Hg:s("@(F,cE)"),S:s("o"),s5:s("0&*"),ub:s("F*"),ZU:s("jn?"),Vx:s("dz?"),sa:s("dV?"),eJ:s("md?"),oI:s("bx?"),CD:s("bK?"),fz:s("ij?"),eQ:s("oR?"),I3:s("oS?"),L5:s("Ui?"),JG:s("CS?"),cW:s("Uj?"),xs:s("CU?"),GB:s("Uk?"),VZ:s("tF?"),_:s("G?"),C5:s("Uv?"),YJ:s("il?"),V2:s("fF?"),dd:s("dc?"),pc:s("cP?"),Dv:s("aT?"),fd:s("aDt?"),pk:s("cy?"),U5:s("dD?"),uZ:s("ac?"),eS:s("EG?"),Mm:s("hr?"),_I:s("mM?"),gx:s("ht?"),lF:s("cA?"),C6:s("YI?"),Pr:s("l0?"),kc:s("A<@>?"),y6:s("f?"),DZ:s("eM?"),nA:s("aD?"),Xx:s("aD<@,@>?"),J1:s("aD?"),iD:s("bl?"),WV:s("cr?"),X:s("F?"),Ff:s("a04?"),dJ:s("iI?"),Zr:s("a06?"),KX:s("d2?"),uR:s("hB?"),xO:s("lj?"),Cp:s("wa?"),p9:s("wb?"),pA:s("wc?"),ev:s("wd?"),Gr:s("we?"),Ll:s("wf?"),mc:s("cU?"),wb:s("wh?"),Qv:s("H?"),c_:s("bu?"),ym:s("jW?"),IT:s("cD?"),LQ:s("bZ?"),Zi:s("bN?"),TZ:s("nN?"),tW:s("Q?"),MR:s("et?"),lE:s("fY?"),ob:s("i?"),aE:s("qy?"),f3:s("eQ?"),p8:s("u?"),Dh:s("nW?"),qf:s("JF?"),ir:s("aW

    ?"),nc:s("j1?"),Wn:s("hS?"),av:s("zL?"),Kp:s("lW?"),IJ:s("oh?"),JI:s("AB<@>?"),X7:s("I?"),PM:s("P?"),Nw:s("~()?"),Jy:s("c4"),H:s("~"),M:s("~()"),CF:s("~(F,cE?)"),Vu:s("~(aS)"),Su:s("~(kU)"),xt:s("~(A)"),lO:s("~(F)"),hK:s("~(F,cE)"),Ld:s("~(aO)"),iS:s("~(hE)"),HT:s("~(F?)")}})();(function constants(){var s=hunkHelpers.makeConstList +B.DL=J.py.prototype +B.b=J.r.prototype +B.bg=J.v0.prototype +B.f=J.pB.prototype +B.c=J.l1.prototype +B.d=J.jE.prototype +B.DR=J.iD.prototype +B.DS=J.c.prototype +B.ql=A.vH.prototype +B.d9=A.vI.prototype +B.hG=A.vJ.prototype +B.da=A.vK.prototype +B.I_=A.vM.prototype +B.W=A.nb.prototype +B.v0=J.GS.prototype +B.iG=J.j2.prototype +B.Sa=new A.ST(0,"unknown") +B.a0=new A.hc(1,0,0,1,0,0,1) +B.j4=new A.fz(0,1) +B.j5=new A.fz(0,-1) +B.Sb=new A.fz(1,0) +B.fk=new A.fz(-1,-1) +B.a8=new A.dM(0,0) +B.wN=new A.dM(0,1) +B.wO=new A.dM(0,-1) +B.fl=new A.dM(1,0) +B.j6=new A.dM(-1,0) +B.wP=new A.rZ(null) +B.wQ=new A.BX(0,"normal") +B.wR=new A.BX(1,"preserve") +B.E=new A.ib(0,"dismissed") +B.aJ=new A.ib(1,"forward") +B.ar=new A.ib(2,"reverse") +B.U=new A.ib(3,"completed") +B.wS=new A.oE(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.j7=new A.tb(0,"exit") +B.j8=new A.tb(1,"cancel") +B.ct=new A.ic(0,"detached") +B.dD=new A.ic(1,"resumed") +B.fm=new A.ic(2,"inactive") +B.fn=new A.ic(3,"hidden") +B.dE=new A.ic(4,"paused") +B.fo=new A.tc(0,"polite") +B.fp=new A.tc(1,"assertive") +B.G=new A.oG(0,"up") +B.cu=new A.oG(1,"right") +B.F=new A.oG(2,"down") +B.ba=new A.oG(3,"left") +B.bb=new A.C9(0,"horizontal") +B.bc=new A.C9(1,"vertical") +B.wT=new A.tg(null,null,null,null,null,null,null,null) +B.Z=new A.a4s() +B.j9=new A.kM("flutter/accessibility",B.Z,t.Al) +B.bt=new A.Z8() +B.wU=new A.kM("flutter/keyevent",B.bt,t.Al) +B.fC=new A.a4C() +B.wV=new A.kM("flutter/lifecycle",B.fC,A.X("kM")) +B.wW=new A.kM("flutter/system",B.bt,t.Al) +B.dY=new A.pk(2,"previous") +B.wX=new A.mc(null,B.dY,0,0) +B.ja=new A.bJ(12,"plus") +B.fq=new A.bJ(13,"modulate") +B.jb=new A.bJ(20,"hardLight") +B.jc=new A.bJ(24,"multiply") +B.fr=new A.bJ(26,"saturation") +B.br=new A.bJ(3,"srcOver") +B.dF=new A.di(3,"srcOver") +B.bY=new A.bJ(5,"srcIn") +B.jd=new A.bJ(6,"dstIn") +B.je=new A.Ts(0,"normal") +B.v=new A.aM(0,0) +B.a9=new A.cp(B.v,B.v,B.v,B.v) +B.dg=new A.aM(4,4) +B.jf=new A.cp(B.dg,B.dg,B.dg,B.dg) +B.k=new A.G(4278190080) +B.Y=new A.Cf(0,"none") +B.r=new A.bx(B.k,0,B.Y,-1) +B.J=new A.Cf(1,"solid") +B.xA=new A.tj(null,null,null,null,null,null,null) +B.xB=new A.tk(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.xC=new A.tl(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.JJ=new A.Im(0,"normal") +B.hX=new A.Ha(null) +B.xD=new A.tm(B.JJ,B.hX) +B.vj=new A.Im(1,"fast") +B.xE=new A.tm(B.vj,B.hX) +B.xF=new A.aX(40,40,40,40) +B.xG=new A.aX(56,56,56,56) +B.xH=new A.aX(96,96,96,96) +B.jg=new A.aX(1/0,1/0,1/0,1/0) +B.xI=new A.aX(0,1/0,56,56) +B.bs=new A.aX(0,1/0,0,1/0) +B.xJ=new A.to(0,"fill") +B.xK=new A.to(1,"contain") +B.xL=new A.to(6,"scaleDown") +B.jh=new A.Ch(0,"tight") +B.ji=new A.Ch(5,"strut") +B.b1=new A.Ck(0,"rectangle") +B.cv=new A.Ck(1,"circle") +B.dG=new A.Tw(0,"tight") +B.aa=new A.oL(0,"dark") +B.V=new A.oL(1,"light") +B.bd=new A.tp(0,"blink") +B.A=new A.tp(1,"webkit") +B.b2=new A.tp(2,"firefox") +B.xM=new A.tq(null,null,null,null,null,null,null,null,null) +B.xN=new A.TH(0,"normal") +B.xO=new A.iB(A.aBh(),A.X("iB")) +B.xP=new A.iB(A.aBi(),A.X("iB")) +B.xQ=new A.SU() +B.Sc=new A.Tm() +B.xS=new A.Tk() +B.jj=new A.Tl() +B.jk=new A.TC() +B.xT=new A.CF() +B.xU=new A.CL() +B.Sp=new A.a3j(4,"keyboard") +B.jn=new A.tN() +B.jm=new A.tN() +B.xV=new A.UV() +B.xY=new A.Du() +B.xW=new A.Ds() +B.xX=new A.Dt() +B.xZ=new A.Dv() +B.Sd=new A.Dy() +B.y_=new A.Dz() +B.jp=new A.tX() +B.jq=new A.tX() +B.jr=new A.tY() +B.js=new A.tY() +B.jt=new A.tZ() +B.ju=new A.tZ() +B.n=new A.DL() +B.y1=new A.VC() +B.y2=new A.W1() +B.y3=new A.f7(A.X("f7")) +B.y4=new A.f7(A.X("f7")) +B.jv=new A.DW() +B.jw=new A.DX() +B.X=new A.DX() +B.y5=new A.Ws() +B.jx=new A.up() +B.jy=new A.up() +B.y6=new A.uq() +B.y7=new A.uq() +B.jz=new A.mw() +B.jA=new A.mw() +B.ft=new A.mw() +B.fu=new A.mw() +B.jB=new A.mx() +B.jC=new A.mx() +B.fv=new A.mx() +B.fw=new A.mx() +B.jD=new A.hm() +B.jE=new A.hm() +B.ya=new A.hm() +B.yb=new A.hm() +B.cw=new A.hm() +B.cx=new A.hm() +B.y8=new A.hm() +B.y9=new A.hm() +B.yc=new A.uu() +B.yd=new A.uu() +B.ye=new A.uv() +B.yf=new A.uv() +B.yg=new A.my() +B.yh=new A.my() +B.jF=new A.my() +B.jG=new A.my() +B.yi=new A.uw() +B.yj=new A.uw() +B.jH=new A.mz() +B.jI=new A.mz() +B.fx=new A.mz() +B.fy=new A.mz() +B.jL=new A.mA() +B.jM=new A.mA() +B.jJ=new A.mA() +B.jK=new A.mA() +B.fz=new A.Em() +B.Se=new A.EE() +B.yk=new A.XS() +B.yl=new A.XX() +B.Da=new A.WM(1,"auto") +B.ym=new A.F6() +B.K=new A.Z7() +B.ae=new A.Z9() +B.jN=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.yn=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.ys=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.yo=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.yp=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.yr=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.yq=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.jO=function(hooks) { return hooks; } + +B.cy=new A.Zg() +B.yt=new A.a__() +B.yu=new A.FU() +B.yw=new A.a_W() +B.yx=new A.a_X() +B.jP=new A.a_Z() +B.yy=new A.a01() +B.yz=new A.F() +B.yA=new A.Gh() +B.aU=new A.d3(0,"android") +B.aV=new A.d3(2,"iOS") +B.bP=new A.d3(4,"macOS") +B.jY=new A.Kg() +B.jo=new A.Dg() +B.eo=new A.cz([B.aU,B.jY,B.aV,B.jo,B.bP,B.jo],A.X("cz")) +B.yB=new A.Gj() +B.yC=new A.Gz() +B.fB=new A.w3() +B.jQ=new A.GH() +B.yD=new A.a0B() +B.Sf=new A.a1_() +B.yF=new A.a14() +B.jR=new A.Hf() +B.yH=new A.a2U() +B.yI=new A.Ik() +B.yJ=new A.x5() +B.yK=new A.x5() +B.yL=new A.a3i() +B.jS=new A.Is() +B.yM=new A.a3N() +B.a=new A.a3O() +B.be=new A.a4r() +B.bZ=new A.a4v() +B.yN=new A.Jd() +B.yO=new A.a5p() +B.yP=new A.a5s() +B.yQ=new A.a5t() +B.yR=new A.a5u() +B.yS=new A.a5y() +B.yT=new A.a5A() +B.yU=new A.a5B() +B.yV=new A.a5C() +B.Iu=new A.q(0.056,0.024) +B.Io=new A.q(0.108,0.3085) +B.Iw=new A.q(0.198,0.541) +B.Iq=new A.q(0.3655,1) +B.Is=new A.q(0.5465,0.989) +B.jT=new A.Jw() +B.yW=new A.Jx() +B.yX=new A.JJ() +B.jU=new A.JM() +B.yY=new A.a6z() +B.Q=new A.a6A() +B.b3=new A.a6D() +B.c_=new A.a6G() +B.u=new A.C(0,0,0,0) +B.dx=new A.K0(0,0,0,0) +B.Fl=A.a(s([]),A.X("r")) +B.jV=new A.K_() +B.jW=new A.K5() +B.I8={amp:0,apos:1,gt:2,lt:3,quot:4} +B.Hv=new A.b0(B.I8,["&","'",">","<",'"'],t.li) +B.jX=new A.K9() +B.cA=new A.Kn() +B.cB=new A.Ko() +B.yZ=new A.yI() +B.z_=new A.Lj() +B.i=new A.G(4294967295) +B.dQ=new A.fD(B.k,"label",null,B.k,B.i,B.k,B.i,B.k,B.i,B.k,B.i,0) +B.cG=new A.G(4288256409) +B.dN=new A.G(4285887861) +B.dP=new A.fD(B.cG,"inactiveGray",null,B.cG,B.dN,B.cG,B.dN,B.cG,B.dN,B.cG,B.dN,0) +B.Sg=new A.a8x() +B.fI=new A.G(4278221567) +B.k8=new A.G(4278879487) +B.k6=new A.G(4278206685) +B.ke=new A.G(4282424575) +B.Cf=new A.fD(B.fI,"systemBlue",null,B.fI,B.k8,B.k6,B.ke,B.fI,B.k8,B.k6,B.ke,0) +B.zM=new A.G(4280032286) +B.zT=new A.G(4280558630) +B.kC=new A.fD(B.i,"systemBackground",null,B.i,B.k,B.i,B.k,B.i,B.zM,B.i,B.zT,0) +B.cE=new A.G(4042914297) +B.dL=new A.G(4028439837) +B.Cg=new A.fD(B.cE,null,null,B.cE,B.dL,B.cE,B.dL,B.cE,B.dL,B.cE,B.dL,0) +B.jZ=new A.a8y() +B.k_=new A.Lr() +B.z0=new A.a8A() +B.z1=new A.a8E() +B.z2=new A.a8F() +B.Sh=new A.Lu() +B.cC=new A.Lx() +B.fD=new A.a8P() +B.fE=new A.LV() +B.bO=new A.iY("click") +B.b8=new A.iY("basic") +B.k0=new A.LW() +B.fF=new A.a8V() +B.z3=new A.a9R() +B.ak=new A.zg() +B.z4=new A.N6() +B.aA=new A.aaB() +B.k1=new A.abi() +B.R=new A.Pc() +B.z5=new A.abH() +B.z6=new A.Q3() +B.z7=new A.Qe() +B.z8=new A.R2() +B.k2=new A.TL(0,"pixel") +B.zc=new A.ts(null,null,null,null,null,null,null) +B.zd=new A.tv(null,null,null,null,null,null,null,null,null) +B.ze=new A.tx(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.zf=new A.dk(0,B.r) +B.zg=new A.CO(B.hX) +B.JX=new A.xf(2,"clear") +B.fG=new A.tD(B.JX) +B.zh=new A.CP(0,"difference") +B.c0=new A.CP(1,"intersect") +B.M=new A.oT(0,"none") +B.al=new A.oT(1,"hardEdge") +B.k3=new A.oT(2,"antiAlias") +B.c1=new A.oT(3,"antiAliasWithSaveLayer") +B.IF=new A.pV(3,"close") +B.dH=new A.tH(B.IF) +B.dI=new A.D0(0,"mode") +B.fR=new A.J(4294967295) +B.zj=new A.js(!1,B.fR) +B.zk=new A.js(!1,null) +B.dJ=new A.js(!0,null) +B.fN=new A.G(4284960932) +B.ks=new A.G(4293582335) +B.zQ=new A.G(4280352861) +B.Ad=new A.G(4284636017) +B.kr=new A.G(4293451512) +B.zN=new A.G(4280097067) +B.An=new A.G(4286403168) +B.kv=new A.G(4294957284) +B.zV=new A.G(4281405725) +B.AR=new A.G(4289930782) +B.kt=new A.G(4294565596) +B.A0=new A.G(4282453515) +B.kw=new A.G(4294966270) +B.dM=new A.G(4280032031) +B.Bd=new A.G(4293386476) +B.fL=new A.G(4282991951) +B.Ak=new A.G(4286149758) +B.kn=new A.G(4291478736) +B.kd=new A.G(4281413683) +B.Bp=new A.G(4294242292) +B.fP=new A.G(4291869951) +B.zl=new A.oX(B.V,B.fN,B.i,B.ks,B.zQ,B.Ad,B.i,B.kr,B.zN,B.An,B.i,B.kv,B.zV,B.AR,B.i,B.kt,B.A0,B.kw,B.dM,B.kw,B.dM,B.Bd,B.fL,B.Ak,B.kn,B.k,B.k,B.kd,B.Bp,B.fP,B.fN) +B.zY=new A.G(4281867890) +B.A9=new A.G(4283381643) +B.AY=new A.G(4291609308) +B.zX=new A.G(4281544001) +B.A7=new A.G(4283057240) +B.Bh=new A.G(4293900488) +B.A6=new A.G(4282983730) +B.Ae=new A.G(4284693320) +B.Bn=new A.G(4294097077) +B.Ac=new A.G(4284486672) +B.Az=new A.G(4287372568) +B.fQ=new A.G(4293321189) +B.AD=new A.G(4287860633) +B.zm=new A.oX(B.aa,B.fP,B.zY,B.A9,B.ks,B.AY,B.zX,B.A7,B.kr,B.Bh,B.A6,B.Ae,B.kv,B.Bn,B.Ac,B.Az,B.kt,B.dM,B.fQ,B.dM,B.fQ,B.fL,B.kn,B.AD,B.fL,B.k,B.k,B.fQ,B.kd,B.fN,B.fP) +B.H=new A.G(0) +B.k4=new A.G(1087163596) +B.zn=new A.G(134217728) +B.zo=new A.G(1627389952) +B.zp=new A.G(1660944383) +B.k5=new A.G(16777215) +B.fH=new A.G(1723645116) +B.zr=new A.G(1724434632) +B.zs=new A.G(2155905152) +B.w=new A.G(2315255808) +B.zt=new A.G(2583691263) +B.x=new A.G(3019898879) +B.zv=new A.G(4039164096) +B.bu=new A.J(4278190080) +B.k9=new A.G(4279858898) +B.fJ=new A.G(4280191205) +B.zR=new A.G(4280361249) +B.ka=new A.G(4280391411) +B.kc=new A.G(4281348144) +B.fK=new A.G(4282532418) +B.cF=new A.G(4283650899) +B.fM=new A.G(4284572001) +B.kf=new A.G(4284809178) +B.fO=new A.G(4287679225) +B.AI=new A.G(4288585374) +B.kl=new A.G(4289506476) +B.km=new A.G(4290502395) +B.ko=new A.G(4292030255) +B.Ba=new A.G(4292927712) +B.kq=new A.G(4293128957) +B.Bs=new A.G(4294309365) +B.BA=new A.G(4294638330) +B.C4=new A.G(436207616) +B.C5=new A.G(520093696) +B.C6=new A.G(536870911) +B.C8=new A.ml(!1) +B.C9=new A.ml(!0) +B.bv=new A.mo(0,"start") +B.Ca=new A.mo(1,"end") +B.aK=new A.mo(2,"center") +B.kx=new A.mo(3,"stretch") +B.ky=new A.mo(4,"baseline") +B.kz=new A.ej(0.18,1,0.04,1) +B.Cb=new A.ej(0.05,0,0.133333,0.06) +B.aL=new A.ej(0.25,0.1,0.25,1) +B.dO=new A.ej(0.42,0,1,1) +B.Cc=new A.ej(0.67,0.03,0.65,0.09) +B.Cd=new A.ej(0.075,0.82,0.165,1) +B.Ce=new A.ej(0.208333,0.82,0.25,1) +B.c2=new A.ej(0.4,0,0.2,1) +B.kA=new A.ej(0.35,0.91,0.33,0.97) +B.kB=new A.ej(0.42,0,0.58,1) +B.cD=new A.G(1493172224) +B.dK=new A.G(2164260863) +B.Ch=new A.fD(B.cD,null,null,B.cD,B.dK,B.cD,B.dK,B.cD,B.dK,B.cD,B.dK,0) +B.bw=new A.tO(B.jZ,null,null,null,null,null,null,null) +B.Ci=new A.US(1,"latency") +B.Cj=new A.tU(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Ck=new A.tV(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.kD=new A.mp(0,"uninitialized") +B.Cl=new A.mp(1,"initializingServices") +B.kE=new A.mp(2,"initializedServices") +B.Cm=new A.mp(3,"initializingUi") +B.Cn=new A.mp(4,"initialized") +B.Co=new A.UU(1,"traversalOrder") +B.Cp=new A.Dn(!0,null) +B.dR=new A.Dq(0,"background") +B.Cq=new A.Dq(1,"foreground") +B.RY=new A.Nx(null) +B.dS=new A.kT(null,null,null,B.RY,null) +B.O0=new A.u(!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.bQ=new A.xX(0,"clip") +B.aW=new A.a5Y(0,"parent") +B.RZ=new A.Nz(null) +B.Cr=new A.p4(B.O0,null,!0,B.bQ,null,B.aW,null,B.RZ,null) +B.ab=new A.u_(3,"info") +B.Cs=new A.u_(5,"hint") +B.Ct=new A.u_(6,"summary") +B.Si=new A.ip(1,"sparse") +B.Cu=new A.ip(10,"shallow") +B.Cv=new A.ip(11,"truncateChildren") +B.Cw=new A.ip(5,"error") +B.Cx=new A.ip(6,"whitespace") +B.fS=new A.ip(7,"flat") +B.fT=new A.ip(8,"singleLine") +B.b4=new A.ip(9,"errorProperty") +B.Cy=new A.u1(null,null,null,null,null,null,null,null,null,null) +B.Cz=new A.u2(null,null,null,null,null) +B.aM=new A.VL(1,"start") +B.CA=new A.hl(0,"path") +B.CB=new A.hl(2,"saveLayer") +B.CD=new A.hl(4,"clip") +B.CF=new A.hl(6,"text") +B.CG=new A.hl(7,"image") +B.CH=new A.hl(8,"pattern") +B.CI=new A.hl(9,"textPosition") +B.CE=new A.hl(5,"mask") +B.CJ=new A.f5(null,B.CE,null,null,null,null) +B.CC=new A.hl(3,"restore") +B.cH=new A.f5(null,B.CC,null,null,null,null) +B.CK=new A.ub(null,null,null,null,null,null,null,null) +B.CL=new A.uc(null,null,null) +B.o=new A.aS(0) +B.aB=new A.aS(1e5) +B.fU=new A.aS(1e6) +B.CM=new A.aS(12e5) +B.CN=new A.aS(15e4) +B.CO=new A.aS(15e5) +B.CP=new A.aS(16667) +B.kF=new A.aS(167e3) +B.af=new A.aS(2e5) +B.fV=new A.aS(2e6) +B.CQ=new A.aS(225e3) +B.CR=new A.aS(25e4) +B.bx=new A.aS(3e5) +B.CS=new A.aS(3e6) +B.kG=new A.aS(375e3) +B.CT=new A.aS(4e4) +B.fW=new A.aS(4e5) +B.CU=new A.aS(5e4) +B.kH=new A.aS(5e5) +B.cI=new A.aS(6e5) +B.fX=new A.aS(75e3) +B.CV=new A.aS(-38e3) +B.aN=new A.b1(0,0,0,0) +B.fY=new A.b1(0,20,0,20) +B.CW=new A.b1(0,5,0,5) +B.CX=new A.b1(10,0,10,0) +B.CY=new A.b1(16,0,16,0) +B.CZ=new A.b1(16,4,16,4) +B.dT=new A.b1(20,0,20,0) +B.D_=new A.b1(8,4,8,4) +B.D1=new A.uh(null) +B.D2=new A.ui(0,"noOpinion") +B.D3=new A.ui(1,"enabled") +B.dU=new A.ui(2,"disabled") +B.Sj=new A.pc(0) +B.EG=A.a(s([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2126,0.7152,0.0722,0,0]),t.n) +B.zi=new A.D0(1,"matrix") +B.D4=new A.ms(null,null,B.EG,B.zi) +B.D5=new A.ut(null,null,null,null,null,null,null,null,null,null,null) +B.D6=new A.mB(B.bu,null) +B.D7=new A.uy(null) +B.dV=new A.mC(0,"none") +B.dW=new A.mC(1,"low") +B.kI=new A.mC(2,"medium") +B.fZ=new A.mC(3,"high") +B.O=new A.Q(0,0) +B.D8=new A.Eg(B.O,B.O) +B.kJ=new A.WH(0,"tight") +B.D9=new A.pg(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.h_=new A.kU(0,"touch") +B.dX=new A.kU(1,"traditional") +B.Sk=new A.X2(0,"automatic") +B.Db=new A.ho(0,"w100") +B.Dd=new A.ho(1,"w200") +B.Df=new A.ho(2,"w300") +B.h0=new A.ho(3,"w400") +B.Dh=new A.ho(4,"w500") +B.Di=new A.ho(5,"w600") +B.b5=new A.fH(6) +B.kK=new A.ho(6,"w700") +B.Dk=new A.ho(7,"w800") +B.Dm=new A.ho(8,"w900") +B.kM=new A.kX("Invalid method call",null,null) +B.Dn=new A.kX("Expected envelope, got nothing",null,null) +B.as=new A.kX("Message corrupted",null,null) +B.Do=new A.kX("Invalid envelope",null,null) +B.kN=new A.pk(0,"ltr") +B.kO=new A.pk(1,"rtl") +B.h1=new A.pk(3,"sandwich") +B.by=new A.ED(0,"accepted") +B.a2=new A.ED(1,"rejected") +B.kP=new A.mI(0,"pointerEvents") +B.bz=new A.mI(1,"browserGestures") +B.bf=new A.uI(0,"ready") +B.dZ=new A.uI(1,"possible") +B.Dp=new A.uI(2,"defunct") +B.h2=new A.uK(0,"objectBoundingBox") +B.Dq=new A.uK(1,"userSpaceOnUse") +B.kQ=new A.uK(2,"transformed") +B.kR=new A.EL(0,"forward") +B.kS=new A.EL(1,"reverse") +B.bA=new A.pn(0,"push") +B.bB=new A.pn(1,"pop") +B.bC=new A.uO(0,"deferToChild") +B.ag=new A.uO(1,"opaque") +B.cJ=new A.uO(2,"translucent") +B.Dr=new A.mP(null) +B.Ds=new A.pp(57415,!1) +B.Dt=new A.pp(58646,!1) +B.Dv=new A.cA(null,null,null,null,null,B.k,null,null) +B.h3=new A.cA(24,0,400,0,48,B.k,1,null) +B.Dw=new A.cA(null,null,null,null,null,B.i,null,null) +B.Du=new A.pp(58727,!1) +B.Dx=new A.uQ(B.Du,null,null) +B.DI=new A.ps(0,"repeat") +B.DJ=new A.ps(1,"repeatX") +B.DK=new A.ps(2,"repeatY") +B.cK=new A.ps(3,"noRepeat") +B.DN=new A.iC(0,0.1,B.ak) +B.DM=new A.iC(0.125,0.25,B.ak) +B.DO=new A.iC(0.6,1,B.ak) +B.kU=new A.iC(0.5,1,B.aL) +B.DP=new A.iC(0.2075,0.4175,B.ak) +B.DQ=new A.iC(0.0825,0.2075,B.ak) +B.kV=new A.uZ(0,"grapheme") +B.kW=new A.uZ(1,"word") +B.kX=new A.Zh(null) +B.DT=new A.Zi(null) +B.DU=new A.Fc(0,"rawKeyData") +B.DV=new A.Fc(1,"keyDataThenRawKeyData") +B.aO=new A.v7(0,"down") +B.DW=new A.eJ(B.o,B.aO,0,0,null,!1) +B.cL=new A.l3(0,"handled") +B.cM=new A.l3(1,"ignored") +B.e_=new A.l3(2,"skipRemainingHandlers") +B.at=new A.v7(1,"up") +B.DX=new A.v7(2,"repeat") +B.ej=new A.f(4294967562) +B.DY=new A.pD(B.ej,0,"numLock") +B.ek=new A.f(4294967564) +B.DZ=new A.pD(B.ek,1,"scrollLock") +B.cY=new A.f(4294967556) +B.E_=new A.pD(B.cY,2,"capsLock") +B.c3=new A.mZ(0,"any") +B.b6=new A.mZ(3,"all") +B.bD=new A.l7(0,"opportunity") +B.m=new A.l7(1,"prohibited") +B.bh=new A.l7(2,"mandatory") +B.bi=new A.l7(3,"endOfText") +B.h4=new A.bk(0,"CM") +B.e2=new A.bk(1,"BA") +B.bE=new A.bk(10,"PO") +B.cN=new A.bk(11,"OP") +B.cO=new A.bk(12,"CP") +B.e3=new A.bk(13,"IS") +B.cP=new A.bk(14,"HY") +B.h5=new A.bk(15,"SY") +B.bj=new A.bk(16,"NU") +B.h6=new A.bk(17,"CL") +B.h7=new A.bk(18,"GL") +B.kY=new A.bk(19,"BB") +B.cQ=new A.bk(2,"LF") +B.au=new A.bk(20,"HL") +B.e4=new A.bk(21,"JL") +B.cR=new A.bk(22,"JV") +B.cS=new A.bk(23,"JT") +B.h8=new A.bk(24,"NS") +B.h9=new A.bk(25,"ZW") +B.ha=new A.bk(26,"ZWJ") +B.hb=new A.bk(27,"B2") +B.kZ=new A.bk(28,"IN") +B.hc=new A.bk(29,"WJ") +B.e5=new A.bk(3,"BK") +B.hd=new A.bk(30,"ID") +B.e6=new A.bk(31,"EB") +B.cT=new A.bk(32,"H2") +B.cU=new A.bk(33,"H3") +B.he=new A.bk(34,"CB") +B.e7=new A.bk(35,"RI") +B.e8=new A.bk(36,"EM") +B.e9=new A.bk(4,"CR") +B.c4=new A.bk(5,"SP") +B.l_=new A.bk(6,"EX") +B.hf=new A.bk(7,"QU") +B.av=new A.bk(8,"AL") +B.ea=new A.bk(9,"PR") +B.eb=new A.Fn(B.xY,A.X("Fn")) +B.E0=new A.vh(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.wY=new A.bJ(0,"clear") +B.wZ=new A.bJ(1,"src") +B.xd=new A.bJ(2,"dst") +B.xt=new A.bJ(4,"dstOver") +B.xu=new A.bJ(7,"srcOut") +B.xv=new A.bJ(8,"dstOut") +B.xw=new A.bJ(9,"srcATop") +B.x_=new A.bJ(10,"dstATop") +B.x0=new A.bJ(11,"xor") +B.x1=new A.bJ(14,"screen") +B.x3=new A.bJ(15,"overlay") +B.x5=new A.bJ(16,"darken") +B.x7=new A.bJ(17,"lighten") +B.x9=new A.bJ(18,"colorDodge") +B.xb=new A.bJ(19,"colorBurn") +B.xf=new A.bJ(21,"softLight") +B.xh=new A.bJ(22,"difference") +B.xj=new A.bJ(23,"exclusion") +B.xm=new A.bJ(25,"hue") +B.xp=new A.bJ(27,"color") +B.xr=new A.bJ(28,"luminosity") +B.E1=A.a(s([B.wY,B.wZ,B.xd,B.br,B.xt,B.bY,B.jd,B.xu,B.xv,B.xw,B.x_,B.x0,B.ja,B.fq,B.x1,B.x3,B.x5,B.x7,B.x9,B.xb,B.jb,B.xf,B.xh,B.xj,B.jc,B.xm,B.fr,B.xp,B.xr]),A.X("r")) +B.E2=A.a(s([0,1]),t.n) +B.E3=A.a(s([0,6,12,18]),t.t) +B.E4=A.a(s([192,193,194]),t.t) +B.ay=new A.nZ(0,"clamp") +B.dv=new A.nZ(1,"repeated") +B.dw=new A.nZ(2,"mirror") +B.bR=new A.nZ(3,"decal") +B.l0=A.a(s([B.ay,B.dv,B.dw,B.bR]),A.X("r")) +B.F9=A.a(s([137,80,78,71,13,10,26,10]),t.Z) +B.Dy=new A.jC(B.F9,"image/png") +B.Eq=A.a(s([71,73,70,56,55,97]),t.Z) +B.DC=new A.jC(B.Eq,"image/gif") +B.Er=A.a(s([71,73,70,56,57,97]),t.Z) +B.DD=new A.jC(B.Er,"image/gif") +B.E5=A.a(s([255,216,255]),t.Z) +B.Dz=new A.jC(B.E5,"image/jpeg") +B.EJ=A.a(s([82,73,70,70,null,null,null,null,87,69,66,80]),t.Z) +B.DB=new A.jC(B.EJ,"image/webp") +B.EC=A.a(s([66,77]),t.Z) +B.DA=new A.jC(B.EC,"image/bmp") +B.Es=A.a(s([B.Dy,B.DC,B.DD,B.Dz,B.DB,B.DA]),A.X("r")) +B.Et=A.a(s([4,9,14,19]),t.t) +B.hg=A.a(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +B.z9=new A.oO(0,"auto") +B.za=new A.oO(1,"full") +B.zb=new A.oO(2,"chromium") +B.ED=A.a(s([B.z9,B.za,B.zb]),A.X("r")) +B.l1=A.a(s([B.h4,B.e2,B.cQ,B.e5,B.e9,B.c4,B.l_,B.hf,B.av,B.ea,B.bE,B.cN,B.cO,B.e3,B.cP,B.h5,B.bj,B.h6,B.h7,B.kY,B.au,B.e4,B.cR,B.cS,B.h8,B.h9,B.ha,B.hb,B.kZ,B.hc,B.hd,B.e6,B.cT,B.cU,B.he,B.e7,B.e8]),A.X("r")) +B.ec=A.a(s([B.ct,B.dD,B.fm,B.fn,B.dE]),t.QP) +B.EE=A.a(s([B.ct]),t.QP) +B.EF=A.a(s([B.fo,B.fp]),A.X("r")) +B.l2=A.a(s([0,4,12,1,5,13,3,7,15]),t.t) +B.EH=A.a(s(["pointerdown","pointermove","pointerleave","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseleave","mouseup","keyup","keydown"]),t.s) +B.EO=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.FN=new A.la("en","US") +B.l3=A.a(s([B.FN]),t.ss) +B.ed=A.a(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.l4=A.a(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.Rm=new A.kj(0,0) +B.Rr=new A.kj(1,0.05) +B.Rq=new A.kj(3,0.08) +B.Rn=new A.kj(6,0.11) +B.Ro=new A.kj(8,0.12) +B.Rp=new A.kj(12,0.14) +B.l5=A.a(s([B.Rm,B.Rr,B.Rq,B.Rn,B.Ro,B.Rp]),A.X("r")) +B.EY=A.a(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.Dc=new A.fH(0) +B.De=new A.fH(1) +B.Dg=new A.fH(2) +B.y=new A.fH(3) +B.a1=new A.fH(4) +B.Dj=new A.fH(5) +B.Dl=new A.fH(7) +B.kL=new A.fH(8) +B.hh=A.a(s([B.Dc,B.De,B.Dg,B.y,B.a1,B.Dj,B.b5,B.Dl,B.kL]),A.X("r")) +B.bo=new A.qv(0,"butt") +B.Lj=new A.qv(1,"round") +B.Ll=new A.qv(2,"square") +B.EZ=A.a(s([B.bo,B.Lj,B.Ll]),A.X("r")) +B.aT=new A.w7(0,"nonZero") +B.c8=new A.w7(1,"evenOdd") +B.F_=A.a(s([B.aT,B.c8]),A.X("r")) +B.ap=new A.xQ(0,"upstream") +B.D=new A.xQ(1,"downstream") +B.F6=A.a(s([B.ap,B.D]),A.X("r")) +B.P=new A.j_(0,"rtl") +B.q=new A.j_(1,"ltr") +B.l6=A.a(s([B.P,B.q]),A.X("r")) +B.wq=new A.qY(0,"topLeft") +B.wt=new A.qY(3,"bottomRight") +B.Rg=new A.kh(B.wq,B.wt) +B.Rj=new A.kh(B.wt,B.wq) +B.wr=new A.qY(1,"topRight") +B.ws=new A.qY(2,"bottomLeft") +B.Rh=new A.kh(B.wr,B.ws) +B.Ri=new A.kh(B.ws,B.wr) +B.F7=A.a(s([B.Rg,B.Rj,B.Rh,B.Ri]),A.X("r")) +B.xR=new A.oA() +B.i3=new A.In(1,"page") +B.i4=new A.ep(B.F,B.i3) +B.F8=A.a(s([B.xR,B.i4]),A.X("r")) +B.l7=A.a(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.l8=A.a(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.Fa=A.a(s(["click","scroll"]),t.s) +B.Fc=A.a(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.Fk=A.a(s([]),t.QP) +B.la=A.a(s([]),A.X("r")) +B.Fg=A.a(s([]),t.E) +B.Fh=A.a(s([]),t.ER) +B.Sl=A.a(s([]),t.ss) +B.Fm=A.a(s([]),t.tc) +B.ee=A.a(s([]),t.jl) +B.lb=A.a(s([]),t.fy) +B.Fj=A.a(s([]),t.jT) +B.Fn=A.a(s([]),A.X("r>")) +B.Ff=A.a(s([]),t.C) +B.Fd=A.a(s([]),t.l) +B.hi=A.a(s([]),t.AO) +B.Fi=A.a(s([]),t.D1) +B.hj=A.a(s([]),t.r) +B.l9=A.a(s([]),t.s) +B.a3=A.a(s([]),t.oU) +B.Fp=A.a(s([]),t.Lx) +B.Sm=A.a(s([]),t.F) +B.Fe=A.a(s([]),t.n) +B.cV=A.a(s([]),t.t) +B.j=A.a(s([]),t.ee) +B.Fo=A.a(s([]),A.X("r")) +B.eY=new A.hP(0,"left") +B.ix=new A.hP(1,"right") +B.iy=new A.hP(2,"center") +B.eZ=new A.hP(3,"justify") +B.aH=new A.hP(4,"start") +B.iz=new A.hP(5,"end") +B.Fx=A.a(s([B.eY,B.ix,B.iy,B.eZ,B.aH,B.iz]),A.X("r")) +B.du=new A.qw(0,"miter") +B.Lo=new A.qw(1,"round") +B.Lq=new A.qw(2,"bevel") +B.Fy=A.a(s([B.du,B.Lo,B.Lq]),A.X("r")) +B.ef=A.a(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.d5=new A.fd(0,"controlModifier") +B.d6=new A.fd(1,"shiftModifier") +B.d7=new A.fd(2,"altModifier") +B.d8=new A.fd(3,"metaModifier") +B.qh=new A.fd(4,"capsLockModifier") +B.qi=new A.fd(5,"numLockModifier") +B.qj=new A.fd(6,"scrollLockModifier") +B.qk=new A.fd(7,"functionModifier") +B.HU=new A.fd(8,"symbolModifier") +B.lc=A.a(s([B.d5,B.d6,B.d7,B.d8,B.qh,B.qi,B.qj,B.qk,B.HU]),A.X("r")) +B.M8=new A.lB(0,"solid") +B.w9=new A.lB(1,"double") +B.Mb=new A.lB(2,"dotted") +B.Md=new A.lB(3,"dashed") +B.Mf=new A.lB(4,"wavy") +B.FF=A.a(s([B.M8,B.w9,B.Mb,B.Md,B.Mf]),A.X("r")) +B.ck=new A.d3(1,"fuchsia") +B.cl=new A.d3(3,"linux") +B.cm=new A.d3(5,"windows") +B.FG=A.a(s([B.aU,B.ck,B.aV,B.cl,B.bP,B.cm]),A.X("r")) +B.hk=A.a(s([!0,!1]),t.HZ) +B.ld=A.a(s([1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,1073741824,2147483648]),t.t) +B.iK=new A.cK(0,"DoubleQuote") +B.co=new A.cK(1,"SingleQuote") +B.ad=new A.cK(2,"HebrewLetter") +B.f2=new A.cK(3,"CR") +B.f3=new A.cK(4,"LF") +B.iO=new A.cK(5,"Newline") +B.dA=new A.cK(6,"Extend") +B.QX=new A.cK(7,"RegionalIndicator") +B.dB=new A.cK(8,"Format") +B.dC=new A.cK(9,"Katakana") +B.aI=new A.cK(10,"ALetter") +B.iL=new A.cK(11,"MidLetter") +B.iM=new A.cK(12,"MidNum") +B.dy=new A.cK(13,"MidNumLet") +B.b9=new A.cK(14,"Numeric") +B.f1=new A.cK(15,"ExtendNumLet") +B.dz=new A.cK(16,"ZWJ") +B.iN=new A.cK(17,"WSegSpace") +B.wo=new A.cK(18,"Unknown") +B.FH=A.a(s([B.iK,B.co,B.ad,B.f2,B.f3,B.iO,B.dA,B.QX,B.dB,B.dC,B.aI,B.iL,B.iM,B.dy,B.b9,B.f1,B.dz,B.iN,B.wo]),A.X("r")) +B.iX=new A.A3(0,"named") +B.S5=new A.A3(1,"anonymous") +B.FI=A.a(s([B.iX,B.S5]),A.X("r")) +B.FM=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.aw=new A.f(4294967304) +B.cX=new A.f(4294967323) +B.am=new A.f(4294967423) +B.hn=new A.f(4294967558) +B.d0=new A.f(8589934848) +B.el=new A.f(8589934849) +B.c5=new A.f(8589934850) +B.d1=new A.f(8589934851) +B.d2=new A.f(8589934852) +B.em=new A.f(8589934853) +B.d3=new A.f(8589934854) +B.en=new A.f(8589934855) +B.h=new A.q(0,0) +B.bT=new A.h2(B.h) +B.Hh=new A.pF(B.h,B.bT) +B.Hi=new A.ZP("longPress") +B.Hj=new A.pG(B.h) +B.ah=new A.Fw(0,"start") +B.Hk=new A.Fw(3,"spaceBetween") +B.q5=new A.Fx(0,"min") +B.bk=new A.Fx(1,"max") +B.Ia={aliceblue:0,antiquewhite:1,aqua:2,aquamarine:3,azure:4,beige:5,bisque:6,black:7,blanchedalmond:8,blue:9,blueviolet:10,brown:11,burlywood:12,cadetblue:13,chartreuse:14,chocolate:15,coral:16,cornflowerblue:17,cornsilk:18,crimson:19,cyan:20,darkblue:21,darkcyan:22,darkgoldenrod:23,darkgray:24,darkgreen:25,darkgrey:26,darkkhaki:27,darkmagenta:28,darkolivegreen:29,darkorange:30,darkorchid:31,darkred:32,darksalmon:33,darkseagreen:34,darkslateblue:35,darkslategray:36,darkslategrey:37,darkturquoise:38,darkviolet:39,deeppink:40,deepskyblue:41,dimgray:42,dimgrey:43,dodgerblue:44,firebrick:45,floralwhite:46,forestgreen:47,fuchsia:48,gainsboro:49,ghostwhite:50,gold:51,goldenrod:52,gray:53,grey:54,green:55,greenyellow:56,honeydew:57,hotpink:58,indianred:59,indigo:60,ivory:61,khaki:62,lavender:63,lavenderblush:64,lawngreen:65,lemonchiffon:66,lightblue:67,lightcoral:68,lightcyan:69,lightgoldenrodyellow:70,lightgray:71,lightgreen:72,lightgrey:73,lightpink:74,lightsalmon:75,lightseagreen:76,lightskyblue:77,lightslategray:78,lightslategrey:79,lightsteelblue:80,lightyellow:81,lime:82,limegreen:83,linen:84,magenta:85,maroon:86,mediumaquamarine:87,mediumblue:88,mediumorchid:89,mediumpurple:90,mediumseagreen:91,mediumslateblue:92,mediumspringgreen:93,mediumturquoise:94,mediumvioletred:95,midnightblue:96,mintcream:97,mistyrose:98,moccasin:99,navajowhite:100,navy:101,oldlace:102,olive:103,olivedrab:104,orange:105,orangered:106,orchid:107,palegoldenrod:108,palegreen:109,paleturquoise:110,palevioletred:111,papayawhip:112,peachpuff:113,peru:114,pink:115,plum:116,powderblue:117,purple:118,red:119,rosybrown:120,royalblue:121,saddlebrown:122,salmon:123,sandybrown:124,seagreen:125,seashell:126,sienna:127,silver:128,skyblue:129,slateblue:130,slategray:131,slategrey:132,snow:133,springgreen:134,steelblue:135,tan:136,teal:137,thistle:138,tomato:139,transparent:140,turquoise:141,violet:142,wheat:143,white:144,whitesmoke:145,yellow:146,yellowgreen:147} +B.Bk=new A.J(4293982463) +B.Bx=new A.J(4294634455) +B.k7=new A.J(4278255615) +B.Ap=new A.J(4286578644) +B.Bm=new A.J(4293984255) +B.Br=new A.J(4294309340) +B.BR=new A.J(4294960324) +B.BT=new A.J(4294962125) +B.zz=new A.J(4278190335) +B.Av=new A.J(4287245282) +B.AK=new A.J(4289014314) +B.B9=new A.J(4292786311) +B.Ab=new A.J(4284456608) +B.Ao=new A.J(4286578432) +B.B0=new A.J(4291979550) +B.BH=new A.J(4294934352) +B.Af=new A.J(4284782061) +B.BX=new A.J(4294965468) +B.B6=new A.J(4292613180) +B.zx=new A.J(4278190219) +B.zD=new A.J(4278225803) +B.AS=new A.J(4290283019) +B.kk=new A.J(4289309097) +B.zA=new A.J(4278215680) +B.AV=new A.J(4290623339) +B.Ax=new A.J(4287299723) +B.Aa=new A.J(4283788079) +B.BI=new A.J(4294937600) +B.AG=new A.J(4288230092) +B.Aw=new A.J(4287299584) +B.Be=new A.J(4293498490) +B.AA=new A.J(4287609999) +B.A4=new A.J(4282924427) +B.kb=new A.J(4281290575) +B.zF=new A.J(4278243025) +B.AE=new A.J(4287889619) +B.BD=new A.J(4294907027) +B.zE=new A.J(4278239231) +B.kg=new A.J(4285098345) +B.zO=new A.J(4280193279) +B.AQ=new A.J(4289864226) +B.BZ=new A.J(4294966e3) +B.zS=new A.J(4280453922) +B.ku=new A.J(4294902015) +B.B7=new A.J(4292664540) +B.Bv=new A.J(4294506751) +B.BN=new A.J(4294956800) +B.B4=new A.J(4292519200) +B.kj=new A.J(4286611584) +B.zB=new A.J(4278222848) +B.AM=new A.J(4289593135) +B.Bl=new A.J(4293984240) +B.BG=new A.J(4294928820) +B.AZ=new A.J(4291648604) +B.A8=new A.J(4283105410) +B.C3=new A.J(4294967280) +B.Bj=new A.J(4293977740) +B.Bc=new A.J(4293322490) +B.BV=new A.J(4294963445) +B.Am=new A.J(4286381056) +B.BY=new A.J(4294965965) +B.AL=new A.J(4289583334) +B.Bi=new A.J(4293951616) +B.Bb=new A.J(4292935679) +B.Bz=new A.J(4294638290) +B.kp=new A.J(4292072403) +B.AB=new A.J(4287688336) +B.BL=new A.J(4294948545) +B.BJ=new A.J(4294942842) +B.zP=new A.J(4280332970) +B.Au=new A.J(4287090426) +B.ki=new A.J(4286023833) +B.AO=new A.J(4289774814) +B.C2=new A.J(4294967264) +B.zH=new A.J(4278255360) +B.zW=new A.J(4281519410) +B.By=new A.J(4294635750) +B.Aq=new A.J(4286578688) +B.Ah=new A.J(4284927402) +B.zy=new A.J(4278190285) +B.AT=new A.J(4290401747) +B.AC=new A.J(4287852763) +B.zZ=new A.J(4282168177) +B.Al=new A.J(4286277870) +B.zG=new A.J(4278254234) +B.A5=new A.J(4282962380) +B.AX=new A.J(4291237253) +B.zL=new A.J(4279834992) +B.Bu=new A.J(4294311930) +B.BS=new A.J(4294960353) +B.BQ=new A.J(4294960309) +B.BP=new A.J(4294958765) +B.zw=new A.J(4278190208) +B.BB=new A.J(4294833638) +B.As=new A.J(4286611456) +B.Aj=new A.J(4285238819) +B.BK=new A.J(4294944e3) +B.BE=new A.J(4294919424) +B.B3=new A.J(4292505814) +B.Bg=new A.J(4293847210) +B.AF=new A.J(4288215960) +B.AN=new A.J(4289720046) +B.B5=new A.J(4292571283) +B.BU=new A.J(4294963157) +B.BO=new A.J(4294957753) +B.B_=new A.J(4291659071) +B.BM=new A.J(4294951115) +B.B8=new A.J(4292714717) +B.AP=new A.J(4289781990) +B.Ar=new A.J(4286578816) +B.BC=new A.J(4294901760) +B.AU=new A.J(4290547599) +B.A1=new A.J(4282477025) +B.Ay=new A.J(4287317267) +B.Bw=new A.J(4294606962) +B.Bo=new A.J(4294222944) +B.zU=new A.J(4281240407) +B.BW=new A.J(4294964718) +B.AJ=new A.J(4288696877) +B.AW=new A.J(4290822336) +B.At=new A.J(4287090411) +B.Ai=new A.J(4285160141) +B.kh=new A.J(4285563024) +B.C_=new A.J(4294966010) +B.zI=new A.J(4278255487) +B.A3=new A.J(4282811060) +B.B1=new A.J(4291998860) +B.zC=new A.J(4278222976) +B.B2=new A.J(4292394968) +B.BF=new A.J(4294927175) +B.zq=new A.J(16777215) +B.A_=new A.J(4282441936) +B.Bf=new A.J(4293821166) +B.Bq=new A.J(4294303411) +B.Bt=new A.J(4294309365) +B.C0=new A.J(4294967040) +B.AH=new A.J(4288335154) +B.Hl=new A.b0(B.Ia,[B.Bk,B.Bx,B.k7,B.Ap,B.Bm,B.Br,B.BR,B.bu,B.BT,B.zz,B.Av,B.AK,B.B9,B.Ab,B.Ao,B.B0,B.BH,B.Af,B.BX,B.B6,B.k7,B.zx,B.zD,B.AS,B.kk,B.zA,B.kk,B.AV,B.Ax,B.Aa,B.BI,B.AG,B.Aw,B.Be,B.AA,B.A4,B.kb,B.kb,B.zF,B.AE,B.BD,B.zE,B.kg,B.kg,B.zO,B.AQ,B.BZ,B.zS,B.ku,B.B7,B.Bv,B.BN,B.B4,B.kj,B.kj,B.zB,B.AM,B.Bl,B.BG,B.AZ,B.A8,B.C3,B.Bj,B.Bc,B.BV,B.Am,B.BY,B.AL,B.Bi,B.Bb,B.Bz,B.kp,B.AB,B.kp,B.BL,B.BJ,B.zP,B.Au,B.ki,B.ki,B.AO,B.C2,B.zH,B.zW,B.By,B.ku,B.Aq,B.Ah,B.zy,B.AT,B.AC,B.zZ,B.Al,B.zG,B.A5,B.AX,B.zL,B.Bu,B.BS,B.BQ,B.BP,B.zw,B.BB,B.As,B.Aj,B.BK,B.BE,B.B3,B.Bg,B.AF,B.AN,B.B5,B.BU,B.BO,B.B_,B.BM,B.B8,B.AP,B.Ar,B.BC,B.AU,B.A1,B.Ay,B.Bw,B.Bo,B.zU,B.BW,B.AJ,B.AW,B.At,B.Ai,B.kh,B.kh,B.C_,B.zI,B.A3,B.B1,B.zC,B.B2,B.BF,B.zq,B.A_,B.Bf,B.Bq,B.fR,B.Bt,B.C0,B.AH],A.X("b0")) +B.qu=new A.k(16) +B.qv=new A.k(17) +B.db=new A.k(18) +B.qw=new A.k(19) +B.qx=new A.k(20) +B.qy=new A.k(21) +B.qz=new A.k(22) +B.qA=new A.k(23) +B.qB=new A.k(24) +B.um=new A.k(65666) +B.un=new A.k(65667) +B.uo=new A.k(65717) +B.qC=new A.k(392961) +B.qD=new A.k(392962) +B.qE=new A.k(392963) +B.qF=new A.k(392964) +B.qG=new A.k(392965) +B.qH=new A.k(392966) +B.qI=new A.k(392967) +B.qJ=new A.k(392968) +B.qK=new A.k(392969) +B.qL=new A.k(392970) +B.qM=new A.k(392971) +B.qN=new A.k(392972) +B.qO=new A.k(392973) +B.qP=new A.k(392974) +B.qQ=new A.k(392975) +B.qR=new A.k(392976) +B.qS=new A.k(392977) +B.qT=new A.k(392978) +B.qU=new A.k(392979) +B.qV=new A.k(392980) +B.qW=new A.k(392981) +B.qX=new A.k(392982) +B.qY=new A.k(392983) +B.qZ=new A.k(392984) +B.r_=new A.k(392985) +B.r0=new A.k(392986) +B.r1=new A.k(392987) +B.r2=new A.k(392988) +B.r3=new A.k(392989) +B.r4=new A.k(392990) +B.r5=new A.k(392991) +B.IJ=new A.k(458752) +B.IK=new A.k(458753) +B.IL=new A.k(458754) +B.IM=new A.k(458755) +B.r6=new A.k(458756) +B.r7=new A.k(458757) +B.r8=new A.k(458758) +B.r9=new A.k(458759) +B.ra=new A.k(458760) +B.rb=new A.k(458761) +B.rc=new A.k(458762) +B.rd=new A.k(458763) +B.re=new A.k(458764) +B.rf=new A.k(458765) +B.rg=new A.k(458766) +B.rh=new A.k(458767) +B.ri=new A.k(458768) +B.rj=new A.k(458769) +B.rk=new A.k(458770) +B.rl=new A.k(458771) +B.rm=new A.k(458772) +B.rn=new A.k(458773) +B.ro=new A.k(458774) +B.rp=new A.k(458775) +B.rq=new A.k(458776) +B.rr=new A.k(458777) +B.rs=new A.k(458778) +B.rt=new A.k(458779) +B.ru=new A.k(458780) +B.rv=new A.k(458781) +B.rw=new A.k(458782) +B.rx=new A.k(458783) +B.ry=new A.k(458784) +B.rz=new A.k(458785) +B.rA=new A.k(458786) +B.rB=new A.k(458787) +B.rC=new A.k(458788) +B.rD=new A.k(458789) +B.rE=new A.k(458790) +B.rF=new A.k(458791) +B.rG=new A.k(458792) +B.hL=new A.k(458793) +B.rH=new A.k(458794) +B.rI=new A.k(458795) +B.rJ=new A.k(458796) +B.rK=new A.k(458797) +B.rL=new A.k(458798) +B.rM=new A.k(458799) +B.rN=new A.k(458800) +B.rO=new A.k(458801) +B.rP=new A.k(458803) +B.rQ=new A.k(458804) +B.rR=new A.k(458805) +B.rS=new A.k(458806) +B.rT=new A.k(458807) +B.rU=new A.k(458808) +B.bH=new A.k(458809) +B.rV=new A.k(458810) +B.rW=new A.k(458811) +B.rX=new A.k(458812) +B.rY=new A.k(458813) +B.rZ=new A.k(458814) +B.t_=new A.k(458815) +B.t0=new A.k(458816) +B.t1=new A.k(458817) +B.t2=new A.k(458818) +B.t3=new A.k(458819) +B.t4=new A.k(458820) +B.t5=new A.k(458821) +B.t6=new A.k(458822) +B.ez=new A.k(458823) +B.t7=new A.k(458824) +B.t8=new A.k(458825) +B.t9=new A.k(458826) +B.ta=new A.k(458827) +B.tb=new A.k(458828) +B.tc=new A.k(458829) +B.td=new A.k(458830) +B.te=new A.k(458831) +B.tf=new A.k(458832) +B.tg=new A.k(458833) +B.th=new A.k(458834) +B.eA=new A.k(458835) +B.ti=new A.k(458836) +B.tj=new A.k(458837) +B.tk=new A.k(458838) +B.tl=new A.k(458839) +B.tm=new A.k(458840) +B.tn=new A.k(458841) +B.to=new A.k(458842) +B.tp=new A.k(458843) +B.tq=new A.k(458844) +B.tr=new A.k(458845) +B.ts=new A.k(458846) +B.tt=new A.k(458847) +B.tu=new A.k(458848) +B.tv=new A.k(458849) +B.tw=new A.k(458850) +B.tx=new A.k(458851) +B.ty=new A.k(458852) +B.tz=new A.k(458853) +B.tA=new A.k(458854) +B.tB=new A.k(458855) +B.tC=new A.k(458856) +B.tD=new A.k(458857) +B.tE=new A.k(458858) +B.tF=new A.k(458859) +B.tG=new A.k(458860) +B.tH=new A.k(458861) +B.tI=new A.k(458862) +B.tJ=new A.k(458863) +B.tK=new A.k(458864) +B.tL=new A.k(458865) +B.tM=new A.k(458866) +B.tN=new A.k(458867) +B.tO=new A.k(458868) +B.tP=new A.k(458869) +B.tQ=new A.k(458871) +B.tR=new A.k(458873) +B.tS=new A.k(458874) +B.tT=new A.k(458875) +B.tU=new A.k(458876) +B.tV=new A.k(458877) +B.tW=new A.k(458878) +B.tX=new A.k(458879) +B.tY=new A.k(458880) +B.tZ=new A.k(458881) +B.u_=new A.k(458885) +B.u0=new A.k(458887) +B.u1=new A.k(458888) +B.u2=new A.k(458889) +B.u3=new A.k(458890) +B.u4=new A.k(458891) +B.u5=new A.k(458896) +B.u6=new A.k(458897) +B.u7=new A.k(458898) +B.u8=new A.k(458899) +B.u9=new A.k(458900) +B.ua=new A.k(458907) +B.ub=new A.k(458915) +B.uc=new A.k(458934) +B.ud=new A.k(458935) +B.ue=new A.k(458939) +B.uf=new A.k(458960) +B.ug=new A.k(458961) +B.uh=new A.k(458962) +B.ui=new A.k(458963) +B.uj=new A.k(458964) +B.IN=new A.k(458967) +B.uk=new A.k(458968) +B.ul=new A.k(458969) +B.ca=new A.k(458976) +B.cb=new A.k(458977) +B.cc=new A.k(458978) +B.cd=new A.k(458979) +B.dc=new A.k(458980) +B.dd=new A.k(458981) +B.ce=new A.k(458982) +B.de=new A.k(458983) +B.IO=new A.k(786528) +B.IP=new A.k(786529) +B.up=new A.k(786543) +B.uq=new A.k(786544) +B.IQ=new A.k(786546) +B.IR=new A.k(786547) +B.IS=new A.k(786548) +B.IT=new A.k(786549) +B.IU=new A.k(786553) +B.IV=new A.k(786554) +B.IW=new A.k(786563) +B.IX=new A.k(786572) +B.IY=new A.k(786573) +B.IZ=new A.k(786580) +B.J_=new A.k(786588) +B.J0=new A.k(786589) +B.ur=new A.k(786608) +B.us=new A.k(786609) +B.ut=new A.k(786610) +B.uu=new A.k(786611) +B.uv=new A.k(786612) +B.uw=new A.k(786613) +B.ux=new A.k(786614) +B.uy=new A.k(786615) +B.uz=new A.k(786616) +B.uA=new A.k(786637) +B.J1=new A.k(786639) +B.J2=new A.k(786661) +B.uB=new A.k(786819) +B.J3=new A.k(786820) +B.J4=new A.k(786822) +B.uC=new A.k(786826) +B.J5=new A.k(786829) +B.J6=new A.k(786830) +B.uD=new A.k(786834) +B.uE=new A.k(786836) +B.J7=new A.k(786838) +B.J8=new A.k(786844) +B.J9=new A.k(786846) +B.uF=new A.k(786847) +B.uG=new A.k(786850) +B.Ja=new A.k(786855) +B.Jb=new A.k(786859) +B.Jc=new A.k(786862) +B.uH=new A.k(786865) +B.Jd=new A.k(786871) +B.uI=new A.k(786891) +B.Je=new A.k(786945) +B.Jf=new A.k(786947) +B.Jg=new A.k(786951) +B.Jh=new A.k(786952) +B.uJ=new A.k(786977) +B.uK=new A.k(786979) +B.uL=new A.k(786980) +B.uM=new A.k(786981) +B.uN=new A.k(786982) +B.uO=new A.k(786983) +B.uP=new A.k(786986) +B.Ji=new A.k(786989) +B.Jj=new A.k(786990) +B.uQ=new A.k(786994) +B.Jk=new A.k(787065) +B.uR=new A.k(787081) +B.uS=new A.k(787083) +B.uT=new A.k(787084) +B.uU=new A.k(787101) +B.uV=new A.k(787103) +B.Hm=new A.cz([16,B.qu,17,B.qv,18,B.db,19,B.qw,20,B.qx,21,B.qy,22,B.qz,23,B.qA,24,B.qB,65666,B.um,65667,B.un,65717,B.uo,392961,B.qC,392962,B.qD,392963,B.qE,392964,B.qF,392965,B.qG,392966,B.qH,392967,B.qI,392968,B.qJ,392969,B.qK,392970,B.qL,392971,B.qM,392972,B.qN,392973,B.qO,392974,B.qP,392975,B.qQ,392976,B.qR,392977,B.qS,392978,B.qT,392979,B.qU,392980,B.qV,392981,B.qW,392982,B.qX,392983,B.qY,392984,B.qZ,392985,B.r_,392986,B.r0,392987,B.r1,392988,B.r2,392989,B.r3,392990,B.r4,392991,B.r5,458752,B.IJ,458753,B.IK,458754,B.IL,458755,B.IM,458756,B.r6,458757,B.r7,458758,B.r8,458759,B.r9,458760,B.ra,458761,B.rb,458762,B.rc,458763,B.rd,458764,B.re,458765,B.rf,458766,B.rg,458767,B.rh,458768,B.ri,458769,B.rj,458770,B.rk,458771,B.rl,458772,B.rm,458773,B.rn,458774,B.ro,458775,B.rp,458776,B.rq,458777,B.rr,458778,B.rs,458779,B.rt,458780,B.ru,458781,B.rv,458782,B.rw,458783,B.rx,458784,B.ry,458785,B.rz,458786,B.rA,458787,B.rB,458788,B.rC,458789,B.rD,458790,B.rE,458791,B.rF,458792,B.rG,458793,B.hL,458794,B.rH,458795,B.rI,458796,B.rJ,458797,B.rK,458798,B.rL,458799,B.rM,458800,B.rN,458801,B.rO,458803,B.rP,458804,B.rQ,458805,B.rR,458806,B.rS,458807,B.rT,458808,B.rU,458809,B.bH,458810,B.rV,458811,B.rW,458812,B.rX,458813,B.rY,458814,B.rZ,458815,B.t_,458816,B.t0,458817,B.t1,458818,B.t2,458819,B.t3,458820,B.t4,458821,B.t5,458822,B.t6,458823,B.ez,458824,B.t7,458825,B.t8,458826,B.t9,458827,B.ta,458828,B.tb,458829,B.tc,458830,B.td,458831,B.te,458832,B.tf,458833,B.tg,458834,B.th,458835,B.eA,458836,B.ti,458837,B.tj,458838,B.tk,458839,B.tl,458840,B.tm,458841,B.tn,458842,B.to,458843,B.tp,458844,B.tq,458845,B.tr,458846,B.ts,458847,B.tt,458848,B.tu,458849,B.tv,458850,B.tw,458851,B.tx,458852,B.ty,458853,B.tz,458854,B.tA,458855,B.tB,458856,B.tC,458857,B.tD,458858,B.tE,458859,B.tF,458860,B.tG,458861,B.tH,458862,B.tI,458863,B.tJ,458864,B.tK,458865,B.tL,458866,B.tM,458867,B.tN,458868,B.tO,458869,B.tP,458871,B.tQ,458873,B.tR,458874,B.tS,458875,B.tT,458876,B.tU,458877,B.tV,458878,B.tW,458879,B.tX,458880,B.tY,458881,B.tZ,458885,B.u_,458887,B.u0,458888,B.u1,458889,B.u2,458890,B.u3,458891,B.u4,458896,B.u5,458897,B.u6,458898,B.u7,458899,B.u8,458900,B.u9,458907,B.ua,458915,B.ub,458934,B.uc,458935,B.ud,458939,B.ue,458960,B.uf,458961,B.ug,458962,B.uh,458963,B.ui,458964,B.uj,458967,B.IN,458968,B.uk,458969,B.ul,458976,B.ca,458977,B.cb,458978,B.cc,458979,B.cd,458980,B.dc,458981,B.dd,458982,B.ce,458983,B.de,786528,B.IO,786529,B.IP,786543,B.up,786544,B.uq,786546,B.IQ,786547,B.IR,786548,B.IS,786549,B.IT,786553,B.IU,786554,B.IV,786563,B.IW,786572,B.IX,786573,B.IY,786580,B.IZ,786588,B.J_,786589,B.J0,786608,B.ur,786609,B.us,786610,B.ut,786611,B.uu,786612,B.uv,786613,B.uw,786614,B.ux,786615,B.uy,786616,B.uz,786637,B.uA,786639,B.J1,786661,B.J2,786819,B.uB,786820,B.J3,786822,B.J4,786826,B.uC,786829,B.J5,786830,B.J6,786834,B.uD,786836,B.uE,786838,B.J7,786844,B.J8,786846,B.J9,786847,B.uF,786850,B.uG,786855,B.Ja,786859,B.Jb,786862,B.Jc,786865,B.uH,786871,B.Jd,786891,B.uI,786945,B.Je,786947,B.Jf,786951,B.Jg,786952,B.Jh,786977,B.uJ,786979,B.uK,786980,B.uL,786981,B.uM,786982,B.uN,786983,B.uO,786986,B.uP,786989,B.Ji,786990,B.Jj,786994,B.uQ,787065,B.Jk,787081,B.uR,787083,B.uS,787084,B.uT,787101,B.uU,787103,B.uV],A.X("cz")) +B.Hn=new A.cz([0,"FontWeight.w100",1,"FontWeight.w200",2,"FontWeight.w300",3,"FontWeight.w400",4,"FontWeight.w500",5,"FontWeight.w600",6,"FontWeight.w700",7,"FontWeight.w800",8,"FontWeight.w900"],A.X("cz")) +B.il=new A.cJ(1,"close") +B.ir=new A.cJ(2,"moveToAbs") +B.is=new A.cJ(3,"moveToRel") +B.w2=new A.cJ(4,"lineToAbs") +B.w3=new A.cJ(5,"lineToRel") +B.it=new A.cJ(6,"cubicToAbs") +B.iu=new A.cJ(7,"cubicToRel") +B.iv=new A.cJ(8,"quadToAbs") +B.iw=new A.cJ(9,"quadToRel") +B.LT=new A.cJ(10,"arcToAbs") +B.LU=new A.cJ(11,"arcToRel") +B.LV=new A.cJ(12,"lineToHorizontalAbs") +B.LW=new A.cJ(13,"lineToHorizontalRel") +B.LX=new A.cJ(14,"lineToVerticalAbs") +B.LY=new A.cJ(15,"lineToVerticalRel") +B.im=new A.cJ(16,"smoothCubicToAbs") +B.io=new A.cJ(17,"smoothCubicToRel") +B.ip=new A.cJ(18,"smoothQuadToAbs") +B.iq=new A.cJ(19,"smoothQuadToRel") +B.Ho=new A.cz([90,B.il,122,B.il,77,B.ir,109,B.is,76,B.w2,108,B.w3,67,B.it,99,B.iu,81,B.iv,113,B.iw,65,B.LT,97,B.LU,72,B.LV,104,B.LW,86,B.LX,118,B.LY,83,B.im,115,B.io,84,B.ip,116,B.iq],A.X("cz")) +B.Ik={BU:0,DD:1,FX:2,TP:3,YD:4,ZR:5} +B.b7=new A.b0(B.Ik,["MM","DE","FR","TL","YE","CD"],t.li) +B.I6={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.Hq=new A.b0(B.I6,["alias","all-scroll","default","cell","pointer","context-menu","copy","not-allowed","grab","grabbing","help","move","none","no-drop","crosshair","progress","text","col-resize","s-resize","sw-resize","se-resize","w-resize","ew-resize","e-resize","row-resize","n-resize","ns-resize","nw-resize","ne-resize","nwse-resize","nesw-resize","vertical-text","wait","zoom-in","zoom-out"],t.li) +B.Ij={type:0} +B.Hr=new A.b0(B.Ij,["line"],t.li) +B.I5={circle:0,path:1,rect:2,polygon:3,polyline:4,ellipse:5,line:6} +B.q6=new A.b0(B.I5,[A.aCf(),A.aCi(),A.aCl(),A.aCj(),A.aCk(),A.aCg(),A.aCh()],A.X("b0")) +B.qm={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.nG=new A.f(4294970632) +B.nH=new A.f(4294970633) +B.lm=new A.f(4294967553) +B.lB=new A.f(4294968577) +B.lC=new A.f(4294968578) +B.m_=new A.f(4294969089) +B.m0=new A.f(4294969090) +B.ei=new A.f(4294967555) +B.p9=new A.f(4294971393) +B.aP=new A.f(4294968065) +B.aC=new A.f(4294968066) +B.aD=new A.f(4294968067) +B.aQ=new A.f(4294968068) +B.lD=new A.f(4294968579) +B.nz=new A.f(4294970625) +B.nA=new A.f(4294970626) +B.nB=new A.f(4294970627) +B.p0=new A.f(4294970882) +B.nC=new A.f(4294970628) +B.nD=new A.f(4294970629) +B.nE=new A.f(4294970630) +B.nF=new A.f(4294970631) +B.p1=new A.f(4294970884) +B.p2=new A.f(4294970885) +B.na=new A.f(4294969871) +B.nc=new A.f(4294969873) +B.nb=new A.f(4294969872) +B.lP=new A.f(4294968833) +B.lQ=new A.f(4294968834) +B.ns=new A.f(4294970369) +B.nt=new A.f(4294970370) +B.nu=new A.f(4294970371) +B.nv=new A.f(4294970372) +B.nw=new A.f(4294970373) +B.nx=new A.f(4294970374) +B.ny=new A.f(4294970375) +B.pa=new A.f(4294971394) +B.lR=new A.f(4294968835) +B.pb=new A.f(4294971395) +B.lE=new A.f(4294968580) +B.nI=new A.f(4294970634) +B.nJ=new A.f(4294970635) +B.ho=new A.f(4294968321) +B.mY=new A.f(4294969857) +B.nQ=new A.f(4294970642) +B.m1=new A.f(4294969091) +B.nK=new A.f(4294970636) +B.nL=new A.f(4294970637) +B.nM=new A.f(4294970638) +B.nN=new A.f(4294970639) +B.nO=new A.f(4294970640) +B.nP=new A.f(4294970641) +B.m2=new A.f(4294969092) +B.lF=new A.f(4294968581) +B.m3=new A.f(4294969093) +B.lt=new A.f(4294968322) +B.lu=new A.f(4294968323) +B.lv=new A.f(4294968324) +B.oO=new A.f(4294970703) +B.nR=new A.f(4294970643) +B.nS=new A.f(4294970644) +B.mi=new A.f(4294969108) +B.lS=new A.f(4294968836) +B.bF=new A.f(4294968069) +B.pc=new A.f(4294971396) +B.eh=new A.f(4294967309) +B.lw=new A.f(4294968325) +B.lx=new A.f(4294968326) +B.lG=new A.f(4294968582) +B.nT=new A.f(4294970645) +B.ms=new A.f(4294969345) +B.mB=new A.f(4294969354) +B.mC=new A.f(4294969355) +B.mD=new A.f(4294969356) +B.mE=new A.f(4294969357) +B.mF=new A.f(4294969358) +B.mG=new A.f(4294969359) +B.mH=new A.f(4294969360) +B.mI=new A.f(4294969361) +B.mJ=new A.f(4294969362) +B.mK=new A.f(4294969363) +B.mt=new A.f(4294969346) +B.mL=new A.f(4294969364) +B.mM=new A.f(4294969365) +B.mN=new A.f(4294969366) +B.mO=new A.f(4294969367) +B.mP=new A.f(4294969368) +B.mu=new A.f(4294969347) +B.mv=new A.f(4294969348) +B.mw=new A.f(4294969349) +B.mx=new A.f(4294969350) +B.my=new A.f(4294969351) +B.mz=new A.f(4294969352) +B.mA=new A.f(4294969353) +B.nU=new A.f(4294970646) +B.nV=new A.f(4294970647) +B.nW=new A.f(4294970648) +B.nX=new A.f(4294970649) +B.nY=new A.f(4294970650) +B.nZ=new A.f(4294970651) +B.o_=new A.f(4294970652) +B.o0=new A.f(4294970653) +B.o1=new A.f(4294970654) +B.o2=new A.f(4294970655) +B.o3=new A.f(4294970656) +B.o4=new A.f(4294970657) +B.m4=new A.f(4294969094) +B.lH=new A.f(4294968583) +B.ln=new A.f(4294967559) +B.pd=new A.f(4294971397) +B.pe=new A.f(4294971398) +B.m5=new A.f(4294969095) +B.m6=new A.f(4294969096) +B.m7=new A.f(4294969097) +B.m8=new A.f(4294969098) +B.o5=new A.f(4294970658) +B.o6=new A.f(4294970659) +B.o7=new A.f(4294970660) +B.mf=new A.f(4294969105) +B.mg=new A.f(4294969106) +B.mj=new A.f(4294969109) +B.pf=new A.f(4294971399) +B.lI=new A.f(4294968584) +B.lX=new A.f(4294968841) +B.mk=new A.f(4294969110) +B.ml=new A.f(4294969111) +B.bG=new A.f(4294968070) +B.lo=new A.f(4294967560) +B.o8=new A.f(4294970661) +B.hp=new A.f(4294968327) +B.o9=new A.f(4294970662) +B.mh=new A.f(4294969107) +B.mm=new A.f(4294969112) +B.mn=new A.f(4294969113) +B.mo=new A.f(4294969114) +B.pL=new A.f(4294971905) +B.pM=new A.f(4294971906) +B.pg=new A.f(4294971400) +B.ni=new A.f(4294970118) +B.nd=new A.f(4294970113) +B.nq=new A.f(4294970126) +B.ne=new A.f(4294970114) +B.no=new A.f(4294970124) +B.nr=new A.f(4294970127) +B.nf=new A.f(4294970115) +B.ng=new A.f(4294970116) +B.nh=new A.f(4294970117) +B.np=new A.f(4294970125) +B.nj=new A.f(4294970119) +B.nk=new A.f(4294970120) +B.nl=new A.f(4294970121) +B.nm=new A.f(4294970122) +B.nn=new A.f(4294970123) +B.oa=new A.f(4294970663) +B.ob=new A.f(4294970664) +B.oc=new A.f(4294970665) +B.od=new A.f(4294970666) +B.lT=new A.f(4294968837) +B.mZ=new A.f(4294969858) +B.n_=new A.f(4294969859) +B.n0=new A.f(4294969860) +B.pi=new A.f(4294971402) +B.oe=new A.f(4294970667) +B.oP=new A.f(4294970704) +B.p_=new A.f(4294970715) +B.of=new A.f(4294970668) +B.og=new A.f(4294970669) +B.oh=new A.f(4294970670) +B.oi=new A.f(4294970671) +B.n1=new A.f(4294969861) +B.oj=new A.f(4294970672) +B.ok=new A.f(4294970673) +B.ol=new A.f(4294970674) +B.oQ=new A.f(4294970705) +B.oR=new A.f(4294970706) +B.oS=new A.f(4294970707) +B.oT=new A.f(4294970708) +B.n2=new A.f(4294969863) +B.oU=new A.f(4294970709) +B.n3=new A.f(4294969864) +B.n4=new A.f(4294969865) +B.p3=new A.f(4294970886) +B.p4=new A.f(4294970887) +B.p6=new A.f(4294970889) +B.p5=new A.f(4294970888) +B.m9=new A.f(4294969099) +B.oV=new A.f(4294970710) +B.oW=new A.f(4294970711) +B.oX=new A.f(4294970712) +B.oY=new A.f(4294970713) +B.n5=new A.f(4294969866) +B.ma=new A.f(4294969100) +B.om=new A.f(4294970675) +B.on=new A.f(4294970676) +B.mb=new A.f(4294969101) +B.ph=new A.f(4294971401) +B.oo=new A.f(4294970677) +B.n6=new A.f(4294969867) +B.cZ=new A.f(4294968071) +B.d_=new A.f(4294968072) +B.oZ=new A.f(4294970714) +B.ly=new A.f(4294968328) +B.lJ=new A.f(4294968585) +B.op=new A.f(4294970678) +B.oq=new A.f(4294970679) +B.or=new A.f(4294970680) +B.os=new A.f(4294970681) +B.lK=new A.f(4294968586) +B.ot=new A.f(4294970682) +B.ou=new A.f(4294970683) +B.ov=new A.f(4294970684) +B.lU=new A.f(4294968838) +B.lV=new A.f(4294968839) +B.mc=new A.f(4294969102) +B.n7=new A.f(4294969868) +B.lW=new A.f(4294968840) +B.md=new A.f(4294969103) +B.lL=new A.f(4294968587) +B.ow=new A.f(4294970685) +B.ox=new A.f(4294970686) +B.oy=new A.f(4294970687) +B.lz=new A.f(4294968329) +B.oz=new A.f(4294970688) +B.mp=new A.f(4294969115) +B.oE=new A.f(4294970693) +B.oF=new A.f(4294970694) +B.n8=new A.f(4294969869) +B.oA=new A.f(4294970689) +B.oB=new A.f(4294970690) +B.lM=new A.f(4294968588) +B.oC=new A.f(4294970691) +B.ls=new A.f(4294967569) +B.me=new A.f(4294969104) +B.mQ=new A.f(4294969601) +B.mR=new A.f(4294969602) +B.mS=new A.f(4294969603) +B.mT=new A.f(4294969604) +B.mU=new A.f(4294969605) +B.mV=new A.f(4294969606) +B.mW=new A.f(4294969607) +B.mX=new A.f(4294969608) +B.p7=new A.f(4294971137) +B.p8=new A.f(4294971138) +B.n9=new A.f(4294969870) +B.oD=new A.f(4294970692) +B.lY=new A.f(4294968842) +B.oG=new A.f(4294970695) +B.lp=new A.f(4294967566) +B.lq=new A.f(4294967567) +B.lr=new A.f(4294967568) +B.oI=new A.f(4294970697) +B.pk=new A.f(4294971649) +B.pl=new A.f(4294971650) +B.pm=new A.f(4294971651) +B.pn=new A.f(4294971652) +B.po=new A.f(4294971653) +B.pp=new A.f(4294971654) +B.pq=new A.f(4294971655) +B.oJ=new A.f(4294970698) +B.pr=new A.f(4294971656) +B.ps=new A.f(4294971657) +B.pt=new A.f(4294971658) +B.pu=new A.f(4294971659) +B.pv=new A.f(4294971660) +B.pw=new A.f(4294971661) +B.px=new A.f(4294971662) +B.py=new A.f(4294971663) +B.pz=new A.f(4294971664) +B.pA=new A.f(4294971665) +B.pB=new A.f(4294971666) +B.pC=new A.f(4294971667) +B.oK=new A.f(4294970699) +B.pD=new A.f(4294971668) +B.pE=new A.f(4294971669) +B.pF=new A.f(4294971670) +B.pG=new A.f(4294971671) +B.pH=new A.f(4294971672) +B.pI=new A.f(4294971673) +B.pJ=new A.f(4294971674) +B.pK=new A.f(4294971675) +B.eg=new A.f(4294967305) +B.oH=new A.f(4294970696) +B.lA=new A.f(4294968330) +B.ll=new A.f(4294967297) +B.oL=new A.f(4294970700) +B.pj=new A.f(4294971403) +B.lZ=new A.f(4294968843) +B.oM=new A.f(4294970701) +B.mq=new A.f(4294969116) +B.mr=new A.f(4294969117) +B.lN=new A.f(4294968589) +B.lO=new A.f(4294968590) +B.oN=new A.f(4294970702) +B.Hs=new A.b0(B.qm,[B.nG,B.nH,B.lm,B.lB,B.lC,B.m_,B.m0,B.ei,B.p9,B.aP,B.aC,B.aD,B.aQ,B.lD,B.nz,B.nA,B.nB,B.p0,B.nC,B.nD,B.nE,B.nF,B.p1,B.p2,B.na,B.nc,B.nb,B.aw,B.lP,B.lQ,B.ns,B.nt,B.nu,B.nv,B.nw,B.nx,B.ny,B.pa,B.lR,B.pb,B.lE,B.cY,B.nI,B.nJ,B.ho,B.mY,B.nQ,B.m1,B.nK,B.nL,B.nM,B.nN,B.nO,B.nP,B.m2,B.lF,B.m3,B.lt,B.lu,B.lv,B.oO,B.am,B.nR,B.nS,B.mi,B.lS,B.bF,B.pc,B.eh,B.lw,B.cX,B.cX,B.lx,B.lG,B.nT,B.ms,B.mB,B.mC,B.mD,B.mE,B.mF,B.mG,B.mH,B.mI,B.mJ,B.mK,B.mt,B.mL,B.mM,B.mN,B.mO,B.mP,B.mu,B.mv,B.mw,B.mx,B.my,B.mz,B.mA,B.nU,B.nV,B.nW,B.nX,B.nY,B.nZ,B.o_,B.o0,B.o1,B.o2,B.o3,B.o4,B.m4,B.lH,B.hn,B.ln,B.pd,B.pe,B.m5,B.m6,B.m7,B.m8,B.o5,B.o6,B.o7,B.mf,B.mg,B.mj,B.pf,B.lI,B.lX,B.mk,B.ml,B.bG,B.lo,B.o8,B.hp,B.o9,B.mh,B.mm,B.mn,B.mo,B.pL,B.pM,B.pg,B.ni,B.nd,B.nq,B.ne,B.no,B.nr,B.nf,B.ng,B.nh,B.np,B.nj,B.nk,B.nl,B.nm,B.nn,B.oa,B.ob,B.oc,B.od,B.lT,B.mZ,B.n_,B.n0,B.pi,B.oe,B.oP,B.p_,B.of,B.og,B.oh,B.oi,B.n1,B.oj,B.ok,B.ol,B.oQ,B.oR,B.oS,B.oT,B.n2,B.oU,B.n3,B.n4,B.p3,B.p4,B.p6,B.p5,B.m9,B.oV,B.oW,B.oX,B.oY,B.n5,B.ma,B.om,B.on,B.mb,B.ph,B.ej,B.oo,B.n6,B.cZ,B.d_,B.oZ,B.ly,B.lJ,B.op,B.oq,B.or,B.os,B.lK,B.ot,B.ou,B.ov,B.lU,B.lV,B.mc,B.n7,B.lW,B.md,B.lL,B.ow,B.ox,B.oy,B.lz,B.oz,B.mp,B.oE,B.oF,B.n8,B.oA,B.oB,B.ek,B.lM,B.oC,B.ls,B.me,B.mQ,B.mR,B.mS,B.mT,B.mU,B.mV,B.mW,B.mX,B.p7,B.p8,B.n9,B.oD,B.lY,B.oG,B.lp,B.lq,B.lr,B.oI,B.pk,B.pl,B.pm,B.pn,B.po,B.pp,B.pq,B.oJ,B.pr,B.ps,B.pt,B.pu,B.pv,B.pw,B.px,B.py,B.pz,B.pA,B.pB,B.pC,B.oK,B.pD,B.pE,B.pF,B.pG,B.pH,B.pI,B.pJ,B.pK,B.eg,B.oH,B.lA,B.ll,B.oL,B.pj,B.lZ,B.oM,B.mq,B.mr,B.lN,B.lO,B.oN],A.X("b0")) +B.Ht=new A.b0(B.qm,[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.Il={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.Hu=new A.b0(B.Il,[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.lj=new A.f(32) +B.eX=new A.av(B.lj,!1,!1,!1,!1) +B.eO=new A.av(B.eh,!1,!1,!1,!1) +B.hq=new A.f(8589935117) +B.L2=new A.av(B.hq,!1,!1,!1,!1) +B.KI=new A.av(B.cX,!1,!1,!1,!1) +B.KJ=new A.av(B.eg,!1,!1,!1,!1) +B.KK=new A.av(B.eg,!1,!0,!1,!1) +B.eR=new A.av(B.aQ,!1,!1,!1,!1) +B.eS=new A.av(B.aP,!1,!1,!1,!1) +B.eV=new A.av(B.aC,!1,!1,!1,!1) +B.eW=new A.av(B.aD,!1,!1,!1,!1) +B.ds=new A.av(B.d_,!1,!1,!1,!1) +B.dt=new A.av(B.cZ,!1,!1,!1,!1) +B.yG=new A.jU() +B.jl=new A.oM() +B.y0=new A.iq() +B.yv=new A.ne() +B.yE=new A.nu() +B.eJ=new A.In(0,"line") +B.JM=new A.ep(B.G,B.eJ) +B.JK=new A.ep(B.F,B.eJ) +B.JL=new A.ep(B.ba,B.eJ) +B.JN=new A.ep(B.cu,B.eJ) +B.vk=new A.ep(B.G,B.i3) +B.Hw=new A.cz([B.eX,B.yG,B.eO,B.jl,B.L2,B.jl,B.KI,B.y0,B.KJ,B.yv,B.KK,B.yE,B.eR,B.JM,B.eS,B.JK,B.eV,B.JL,B.eW,B.JN,B.ds,B.vk,B.dt,B.i4],t.Fp) +B.G6=new A.f(33) +B.G7=new A.f(34) +B.G8=new A.f(35) +B.G9=new A.f(36) +B.Ga=new A.f(37) +B.Gb=new A.f(38) +B.Gc=new A.f(39) +B.Gd=new A.f(40) +B.Ge=new A.f(41) +B.lk=new A.f(42) +B.pN=new A.f(43) +B.Gf=new A.f(44) +B.pO=new A.f(45) +B.pP=new A.f(46) +B.pQ=new A.f(47) +B.pR=new A.f(48) +B.pS=new A.f(49) +B.pT=new A.f(50) +B.pU=new A.f(51) +B.pV=new A.f(52) +B.pW=new A.f(53) +B.pX=new A.f(54) +B.pY=new A.f(55) +B.pZ=new A.f(56) +B.q_=new A.f(57) +B.Gg=new A.f(58) +B.Gh=new A.f(59) +B.Gi=new A.f(60) +B.Gj=new A.f(61) +B.Gk=new A.f(62) +B.Gl=new A.f(63) +B.Gm=new A.f(64) +B.Hb=new A.f(91) +B.Hc=new A.f(92) +B.Hd=new A.f(93) +B.He=new A.f(94) +B.Hf=new A.f(95) +B.Hg=new A.f(96) +B.hC=new A.f(97) +B.q4=new A.f(98) +B.hD=new A.f(99) +B.FO=new A.f(100) +B.le=new A.f(101) +B.lf=new A.f(102) +B.FP=new A.f(103) +B.FQ=new A.f(104) +B.FR=new A.f(105) +B.FS=new A.f(106) +B.FT=new A.f(107) +B.FU=new A.f(108) +B.FV=new A.f(109) +B.lg=new A.f(110) +B.FW=new A.f(111) +B.lh=new A.f(112) +B.FX=new A.f(113) +B.FY=new A.f(114) +B.FZ=new A.f(115) +B.li=new A.f(116) +B.G_=new A.f(117) +B.hl=new A.f(118) +B.G0=new A.f(119) +B.hm=new A.f(120) +B.G1=new A.f(121) +B.cW=new A.f(122) +B.G2=new A.f(123) +B.G3=new A.f(124) +B.G4=new A.f(125) +B.G5=new A.f(126) +B.Gn=new A.f(8589934592) +B.Go=new A.f(8589934593) +B.Gp=new A.f(8589934594) +B.Gq=new A.f(8589934595) +B.Gr=new A.f(8589934608) +B.Gs=new A.f(8589934609) +B.Gt=new A.f(8589934610) +B.Gu=new A.f(8589934611) +B.Gv=new A.f(8589934612) +B.Gw=new A.f(8589934624) +B.Gx=new A.f(8589934625) +B.Gy=new A.f(8589934626) +B.Gz=new A.f(8589935088) +B.GA=new A.f(8589935090) +B.GB=new A.f(8589935092) +B.GC=new A.f(8589935094) +B.GD=new A.f(8589935144) +B.GE=new A.f(8589935145) +B.q0=new A.f(8589935146) +B.q1=new A.f(8589935147) +B.GF=new A.f(8589935148) +B.q2=new A.f(8589935149) +B.hr=new A.f(8589935150) +B.q3=new A.f(8589935151) +B.hs=new A.f(8589935152) +B.ht=new A.f(8589935153) +B.hu=new A.f(8589935154) +B.hv=new A.f(8589935155) +B.hw=new A.f(8589935156) +B.hx=new A.f(8589935157) +B.hy=new A.f(8589935158) +B.hz=new A.f(8589935159) +B.hA=new A.f(8589935160) +B.hB=new A.f(8589935161) +B.GG=new A.f(8589935165) +B.GH=new A.f(8589935361) +B.GI=new A.f(8589935362) +B.GJ=new A.f(8589935363) +B.GK=new A.f(8589935364) +B.GL=new A.f(8589935365) +B.GM=new A.f(8589935366) +B.GN=new A.f(8589935367) +B.GO=new A.f(8589935368) +B.GP=new A.f(8589935369) +B.GQ=new A.f(8589935370) +B.GR=new A.f(8589935371) +B.GS=new A.f(8589935372) +B.GT=new A.f(8589935373) +B.GU=new A.f(8589935374) +B.GV=new A.f(8589935375) +B.GW=new A.f(8589935376) +B.GX=new A.f(8589935377) +B.GY=new A.f(8589935378) +B.GZ=new A.f(8589935379) +B.H_=new A.f(8589935380) +B.H0=new A.f(8589935381) +B.H1=new A.f(8589935382) +B.H2=new A.f(8589935383) +B.H3=new A.f(8589935384) +B.H4=new A.f(8589935385) +B.H5=new A.f(8589935386) +B.H6=new A.f(8589935387) +B.H7=new A.f(8589935388) +B.H8=new A.f(8589935389) +B.H9=new A.f(8589935390) +B.Ha=new A.f(8589935391) +B.Hx=new A.cz([32,B.lj,33,B.G6,34,B.G7,35,B.G8,36,B.G9,37,B.Ga,38,B.Gb,39,B.Gc,40,B.Gd,41,B.Ge,42,B.lk,43,B.pN,44,B.Gf,45,B.pO,46,B.pP,47,B.pQ,48,B.pR,49,B.pS,50,B.pT,51,B.pU,52,B.pV,53,B.pW,54,B.pX,55,B.pY,56,B.pZ,57,B.q_,58,B.Gg,59,B.Gh,60,B.Gi,61,B.Gj,62,B.Gk,63,B.Gl,64,B.Gm,91,B.Hb,92,B.Hc,93,B.Hd,94,B.He,95,B.Hf,96,B.Hg,97,B.hC,98,B.q4,99,B.hD,100,B.FO,101,B.le,102,B.lf,103,B.FP,104,B.FQ,105,B.FR,106,B.FS,107,B.FT,108,B.FU,109,B.FV,110,B.lg,111,B.FW,112,B.lh,113,B.FX,114,B.FY,115,B.FZ,116,B.li,117,B.G_,118,B.hl,119,B.G0,120,B.hm,121,B.G1,122,B.cW,123,B.G2,124,B.G3,125,B.G4,126,B.G5,4294967297,B.ll,4294967304,B.aw,4294967305,B.eg,4294967309,B.eh,4294967323,B.cX,4294967423,B.am,4294967553,B.lm,4294967555,B.ei,4294967556,B.cY,4294967558,B.hn,4294967559,B.ln,4294967560,B.lo,4294967562,B.ej,4294967564,B.ek,4294967566,B.lp,4294967567,B.lq,4294967568,B.lr,4294967569,B.ls,4294968065,B.aP,4294968066,B.aC,4294968067,B.aD,4294968068,B.aQ,4294968069,B.bF,4294968070,B.bG,4294968071,B.cZ,4294968072,B.d_,4294968321,B.ho,4294968322,B.lt,4294968323,B.lu,4294968324,B.lv,4294968325,B.lw,4294968326,B.lx,4294968327,B.hp,4294968328,B.ly,4294968329,B.lz,4294968330,B.lA,4294968577,B.lB,4294968578,B.lC,4294968579,B.lD,4294968580,B.lE,4294968581,B.lF,4294968582,B.lG,4294968583,B.lH,4294968584,B.lI,4294968585,B.lJ,4294968586,B.lK,4294968587,B.lL,4294968588,B.lM,4294968589,B.lN,4294968590,B.lO,4294968833,B.lP,4294968834,B.lQ,4294968835,B.lR,4294968836,B.lS,4294968837,B.lT,4294968838,B.lU,4294968839,B.lV,4294968840,B.lW,4294968841,B.lX,4294968842,B.lY,4294968843,B.lZ,4294969089,B.m_,4294969090,B.m0,4294969091,B.m1,4294969092,B.m2,4294969093,B.m3,4294969094,B.m4,4294969095,B.m5,4294969096,B.m6,4294969097,B.m7,4294969098,B.m8,4294969099,B.m9,4294969100,B.ma,4294969101,B.mb,4294969102,B.mc,4294969103,B.md,4294969104,B.me,4294969105,B.mf,4294969106,B.mg,4294969107,B.mh,4294969108,B.mi,4294969109,B.mj,4294969110,B.mk,4294969111,B.ml,4294969112,B.mm,4294969113,B.mn,4294969114,B.mo,4294969115,B.mp,4294969116,B.mq,4294969117,B.mr,4294969345,B.ms,4294969346,B.mt,4294969347,B.mu,4294969348,B.mv,4294969349,B.mw,4294969350,B.mx,4294969351,B.my,4294969352,B.mz,4294969353,B.mA,4294969354,B.mB,4294969355,B.mC,4294969356,B.mD,4294969357,B.mE,4294969358,B.mF,4294969359,B.mG,4294969360,B.mH,4294969361,B.mI,4294969362,B.mJ,4294969363,B.mK,4294969364,B.mL,4294969365,B.mM,4294969366,B.mN,4294969367,B.mO,4294969368,B.mP,4294969601,B.mQ,4294969602,B.mR,4294969603,B.mS,4294969604,B.mT,4294969605,B.mU,4294969606,B.mV,4294969607,B.mW,4294969608,B.mX,4294969857,B.mY,4294969858,B.mZ,4294969859,B.n_,4294969860,B.n0,4294969861,B.n1,4294969863,B.n2,4294969864,B.n3,4294969865,B.n4,4294969866,B.n5,4294969867,B.n6,4294969868,B.n7,4294969869,B.n8,4294969870,B.n9,4294969871,B.na,4294969872,B.nb,4294969873,B.nc,4294970113,B.nd,4294970114,B.ne,4294970115,B.nf,4294970116,B.ng,4294970117,B.nh,4294970118,B.ni,4294970119,B.nj,4294970120,B.nk,4294970121,B.nl,4294970122,B.nm,4294970123,B.nn,4294970124,B.no,4294970125,B.np,4294970126,B.nq,4294970127,B.nr,4294970369,B.ns,4294970370,B.nt,4294970371,B.nu,4294970372,B.nv,4294970373,B.nw,4294970374,B.nx,4294970375,B.ny,4294970625,B.nz,4294970626,B.nA,4294970627,B.nB,4294970628,B.nC,4294970629,B.nD,4294970630,B.nE,4294970631,B.nF,4294970632,B.nG,4294970633,B.nH,4294970634,B.nI,4294970635,B.nJ,4294970636,B.nK,4294970637,B.nL,4294970638,B.nM,4294970639,B.nN,4294970640,B.nO,4294970641,B.nP,4294970642,B.nQ,4294970643,B.nR,4294970644,B.nS,4294970645,B.nT,4294970646,B.nU,4294970647,B.nV,4294970648,B.nW,4294970649,B.nX,4294970650,B.nY,4294970651,B.nZ,4294970652,B.o_,4294970653,B.o0,4294970654,B.o1,4294970655,B.o2,4294970656,B.o3,4294970657,B.o4,4294970658,B.o5,4294970659,B.o6,4294970660,B.o7,4294970661,B.o8,4294970662,B.o9,4294970663,B.oa,4294970664,B.ob,4294970665,B.oc,4294970666,B.od,4294970667,B.oe,4294970668,B.of,4294970669,B.og,4294970670,B.oh,4294970671,B.oi,4294970672,B.oj,4294970673,B.ok,4294970674,B.ol,4294970675,B.om,4294970676,B.on,4294970677,B.oo,4294970678,B.op,4294970679,B.oq,4294970680,B.or,4294970681,B.os,4294970682,B.ot,4294970683,B.ou,4294970684,B.ov,4294970685,B.ow,4294970686,B.ox,4294970687,B.oy,4294970688,B.oz,4294970689,B.oA,4294970690,B.oB,4294970691,B.oC,4294970692,B.oD,4294970693,B.oE,4294970694,B.oF,4294970695,B.oG,4294970696,B.oH,4294970697,B.oI,4294970698,B.oJ,4294970699,B.oK,4294970700,B.oL,4294970701,B.oM,4294970702,B.oN,4294970703,B.oO,4294970704,B.oP,4294970705,B.oQ,4294970706,B.oR,4294970707,B.oS,4294970708,B.oT,4294970709,B.oU,4294970710,B.oV,4294970711,B.oW,4294970712,B.oX,4294970713,B.oY,4294970714,B.oZ,4294970715,B.p_,4294970882,B.p0,4294970884,B.p1,4294970885,B.p2,4294970886,B.p3,4294970887,B.p4,4294970888,B.p5,4294970889,B.p6,4294971137,B.p7,4294971138,B.p8,4294971393,B.p9,4294971394,B.pa,4294971395,B.pb,4294971396,B.pc,4294971397,B.pd,4294971398,B.pe,4294971399,B.pf,4294971400,B.pg,4294971401,B.ph,4294971402,B.pi,4294971403,B.pj,4294971649,B.pk,4294971650,B.pl,4294971651,B.pm,4294971652,B.pn,4294971653,B.po,4294971654,B.pp,4294971655,B.pq,4294971656,B.pr,4294971657,B.ps,4294971658,B.pt,4294971659,B.pu,4294971660,B.pv,4294971661,B.pw,4294971662,B.px,4294971663,B.py,4294971664,B.pz,4294971665,B.pA,4294971666,B.pB,4294971667,B.pC,4294971668,B.pD,4294971669,B.pE,4294971670,B.pF,4294971671,B.pG,4294971672,B.pH,4294971673,B.pI,4294971674,B.pJ,4294971675,B.pK,4294971905,B.pL,4294971906,B.pM,8589934592,B.Gn,8589934593,B.Go,8589934594,B.Gp,8589934595,B.Gq,8589934608,B.Gr,8589934609,B.Gs,8589934610,B.Gt,8589934611,B.Gu,8589934612,B.Gv,8589934624,B.Gw,8589934625,B.Gx,8589934626,B.Gy,8589934848,B.d0,8589934849,B.el,8589934850,B.c5,8589934851,B.d1,8589934852,B.d2,8589934853,B.em,8589934854,B.d3,8589934855,B.en,8589935088,B.Gz,8589935090,B.GA,8589935092,B.GB,8589935094,B.GC,8589935117,B.hq,8589935144,B.GD,8589935145,B.GE,8589935146,B.q0,8589935147,B.q1,8589935148,B.GF,8589935149,B.q2,8589935150,B.hr,8589935151,B.q3,8589935152,B.hs,8589935153,B.ht,8589935154,B.hu,8589935155,B.hv,8589935156,B.hw,8589935157,B.hx,8589935158,B.hy,8589935159,B.hz,8589935160,B.hA,8589935161,B.hB,8589935165,B.GG,8589935361,B.GH,8589935362,B.GI,8589935363,B.GJ,8589935364,B.GK,8589935365,B.GL,8589935366,B.GM,8589935367,B.GN,8589935368,B.GO,8589935369,B.GP,8589935370,B.GQ,8589935371,B.GR,8589935372,B.GS,8589935373,B.GT,8589935374,B.GU,8589935375,B.GV,8589935376,B.GW,8589935377,B.GX,8589935378,B.GY,8589935379,B.GZ,8589935380,B.H_,8589935381,B.H0,8589935382,B.H1,8589935383,B.H2,8589935384,B.H3,8589935385,B.H4,8589935386,B.H5,8589935387,B.H6,8589935388,B.H7,8589935389,B.H8,8589935390,B.H9,8589935391,B.Ha],A.X("cz")) +B.eu=new A.lc(0,"canvas") +B.HN=new A.lc(1,"card") +B.HO=new A.lc(2,"circle") +B.hF=new A.lc(3,"button") +B.ev=new A.lc(4,"transparency") +B.eF=new A.aM(2,2) +B.fs=new A.cp(B.eF,B.eF,B.eF,B.eF) +B.Hy=new A.cz([B.eu,null,B.HN,B.fs,B.HO,null,B.hF,B.fs,B.ev,null],A.X("cz")) +B.Ih={matrix:0,translate:1,scale:2,rotate:3,skewX:4,skewY:5} +B.Hz=new A.b0(B.Ih,[A.aCm(),A.aCr(),A.aCo(),A.aCn(),A.aCp(),A.aCq()],A.X("b0")) +B.aF={} +B.q9=new A.b0(B.aF,[],A.X("b0")) +B.HC=new A.b0(B.aF,[],A.X("b0")) +B.ep=new A.b0(B.aF,[],A.X("b0")) +B.HA=new A.b0(B.aF,[],A.X("b0")) +B.q8=new A.b0(B.aF,[],A.X("b0>")) +B.qa=new A.b0(B.aF,[],A.X("b0")) +B.q7=new A.b0(B.aF,[],A.X("b0")) +B.HB=new A.b0(B.aF,[],A.X("b0")) +B.qb=new A.b0(B.aF,[],A.X("b0>")) +B.ig=new A.av(B.aP,!1,!1,!0,!1) +B.ic=new A.av(B.aC,!1,!1,!0,!1) +B.id=new A.av(B.aD,!1,!1,!0,!1) +B.ie=new A.av(B.aQ,!1,!1,!0,!1) +B.vR=new A.av(B.aP,!1,!1,!1,!0) +B.vO=new A.av(B.aC,!1,!1,!1,!0) +B.vP=new A.av(B.aD,!1,!1,!1,!0) +B.vQ=new A.av(B.aQ,!1,!1,!1,!0) +B.ib=new A.av(B.d_,!1,!0,!1,!1) +B.ih=new A.av(B.cZ,!1,!0,!1,!1) +B.eU=new A.av(B.bF,!1,!0,!1,!1) +B.eT=new A.av(B.bG,!1,!0,!1,!1) +B.vK=new A.av(B.aC,!0,!1,!1,!1) +B.vL=new A.av(B.aD,!0,!1,!1,!1) +B.vM=new A.av(B.aC,!0,!0,!1,!1) +B.vN=new A.av(B.aD,!0,!0,!1,!1) +B.eQ=new A.av(B.bF,!1,!1,!1,!1) +B.eP=new A.av(B.bG,!1,!1,!1,!1) +B.vT=new A.av(B.bF,!0,!1,!1,!1) +B.vS=new A.av(B.bG,!0,!1,!1,!1) +B.HE=new A.cz([B.ig,B.n,B.ic,B.n,B.id,B.n,B.ie,B.n,B.vR,B.n,B.vO,B.n,B.vP,B.n,B.vQ,B.n,B.ib,B.n,B.ih,B.n,B.eU,B.n,B.eT,B.n,B.eS,B.n,B.eV,B.n,B.eW,B.n,B.eR,B.n,B.vK,B.n,B.vL,B.n,B.vM,B.n,B.vN,B.n,B.ds,B.n,B.dt,B.n,B.eQ,B.n,B.eP,B.n,B.vT,B.n,B.vS,B.n,B.eX,B.n,B.eO,B.n],t.Fp) +B.Ig={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.aR=new A.b0(B.Ig,["id","he","yi","jv","ro","aas","dz","ktz","nun","bcg","drl","rki","mom","cmr","xch","pij","quh","khk","prs","dev","vaj","gvr","nyc","duz","jal","opa","gal","oyb","tdf","kml","kwv","bmf","dtp","gdj","yam","tvd","dtp","dtp","raq","rmx","cir","mry","vaj","mry","xny","kdz","ngv","pij","vaj","adx","huw","phr","bfy","lcq","prt","pub","hle","oyb","dtp","tpo","oyb","ras","twm","weo","tyj","kak","prs","taj","ema","cax","acn","waw","suj","rki","lrr","mtm","zom","yug"],t.li) +B.Id={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.qc=new A.b0(B.Id,[B.ua,B.tR,B.cc,B.ce,B.tg,B.tf,B.te,B.th,B.tZ,B.tX,B.tY,B.rR,B.rO,B.rH,B.rM,B.rN,B.uq,B.up,B.uL,B.uP,B.uM,B.uK,B.uO,B.uJ,B.uN,B.bH,B.rS,B.tz,B.ca,B.dc,B.u3,B.tU,B.tT,B.tb,B.rF,B.rw,B.rx,B.ry,B.rz,B.rA,B.rB,B.rC,B.rD,B.rE,B.uo,B.uz,B.tc,B.rG,B.rL,B.hL,B.hL,B.rV,B.t3,B.t4,B.t5,B.tC,B.tD,B.tE,B.tF,B.tG,B.tH,B.tI,B.rW,B.tJ,B.tK,B.tL,B.tM,B.tN,B.rX,B.rY,B.rZ,B.t_,B.t0,B.t1,B.t2,B.tW,B.db,B.qw,B.qC,B.qL,B.qM,B.qN,B.qO,B.qP,B.qQ,B.qR,B.qD,B.qE,B.qF,B.qG,B.qH,B.qI,B.qJ,B.qK,B.qS,B.qT,B.qU,B.qV,B.qW,B.qX,B.qY,B.qZ,B.r_,B.r0,B.r1,B.r2,B.r3,B.r4,B.r5,B.tP,B.t9,B.qu,B.t8,B.ty,B.u0,B.u2,B.u1,B.r6,B.r7,B.r8,B.r9,B.ra,B.rb,B.rc,B.rd,B.re,B.rf,B.rg,B.rh,B.ri,B.rj,B.rk,B.rl,B.rm,B.rn,B.ro,B.rp,B.rq,B.rr,B.rs,B.rt,B.ru,B.rv,B.uU,B.u5,B.u6,B.u7,B.u8,B.u9,B.uE,B.uD,B.uI,B.uF,B.uC,B.uH,B.uS,B.uR,B.uT,B.uu,B.us,B.ur,B.uA,B.ut,B.uv,B.uB,B.uy,B.uw,B.ux,B.cd,B.de,B.qB,B.rK,B.u4,B.eA,B.tw,B.tn,B.to,B.tp,B.tq,B.tr,B.ts,B.tt,B.tu,B.tv,B.tl,B.ue,B.uk,B.ul,B.u_,B.tx,B.ti,B.tm,B.tB,B.ui,B.uh,B.ug,B.uf,B.uj,B.tj,B.uc,B.ud,B.tk,B.tO,B.td,B.ta,B.tV,B.t7,B.rT,B.tA,B.t6,B.qA,B.ub,B.rQ,B.qy,B.ez,B.tQ,B.uG,B.rP,B.cb,B.dd,B.uV,B.rU,B.um,B.rJ,B.qv,B.qx,B.rI,B.qz,B.tS,B.un,B.uQ],A.X("b0")) +B.Ic={svg:0,g:1,a:2,use:3,symbol:4,mask:5,pattern:6,radialGradient:7,linearGradient:8,clipPath:9,image:10,text:11,tspan:12} +B.HF=new A.b0(B.Ic,[A.aCd(),A.aoO(),A.aoO(),A.aCe(),A.aoP(),A.aoP(),A.aCb(),A.aCc(),A.aCa(),A.aC8(),A.aC9(),A.aoQ(),A.aoQ()],A.X("b0")) +B.Ie={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.hE=new A.b0(B.Ie,["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","1","2","3","4","5","6","7","8","9","0","-","=","[","]","\\",";","'","`",",",".","/"],t.li) +B.Ii={png:0,jpeg:1,jpg:2,webp:3,gif:4,bmp:5} +B.DE=new A.kZ(0,"png") +B.kT=new A.kZ(1,"jpeg") +B.DF=new A.kZ(2,"webp") +B.DG=new A.kZ(3,"gif") +B.DH=new A.kZ(4,"bmp") +B.HG=new A.b0(B.Ii,[B.DE,B.kT,B.kT,B.DF,B.DG,B.DH],A.X("b0")) +B.Ej=A.a(s([42,null,null,8589935146]),t.Z) +B.Ek=A.a(s([43,null,null,8589935147]),t.Z) +B.El=A.a(s([45,null,null,8589935149]),t.Z) +B.Em=A.a(s([46,null,null,8589935150]),t.Z) +B.En=A.a(s([47,null,null,8589935151]),t.Z) +B.Eo=A.a(s([48,null,null,8589935152]),t.Z) +B.Ep=A.a(s([49,null,null,8589935153]),t.Z) +B.Eu=A.a(s([50,null,null,8589935154]),t.Z) +B.Ev=A.a(s([51,null,null,8589935155]),t.Z) +B.Ew=A.a(s([52,null,null,8589935156]),t.Z) +B.Ex=A.a(s([53,null,null,8589935157]),t.Z) +B.Ey=A.a(s([54,null,null,8589935158]),t.Z) +B.Ez=A.a(s([55,null,null,8589935159]),t.Z) +B.EA=A.a(s([56,null,null,8589935160]),t.Z) +B.EB=A.a(s([57,null,null,8589935161]),t.Z) +B.EK=A.a(s([8589934852,8589934852,8589934853,null]),t.Z) +B.E8=A.a(s([4294967555,null,4294967555,null]),t.Z) +B.E9=A.a(s([4294968065,null,null,8589935154]),t.Z) +B.Ea=A.a(s([4294968066,null,null,8589935156]),t.Z) +B.Eb=A.a(s([4294968067,null,null,8589935158]),t.Z) +B.Ec=A.a(s([4294968068,null,null,8589935160]),t.Z) +B.Eh=A.a(s([4294968321,null,null,8589935157]),t.Z) +B.EL=A.a(s([8589934848,8589934848,8589934849,null]),t.Z) +B.E7=A.a(s([4294967423,null,null,8589935150]),t.Z) +B.Ed=A.a(s([4294968069,null,null,8589935153]),t.Z) +B.E6=A.a(s([4294967309,null,null,8589935117]),t.Z) +B.Ee=A.a(s([4294968070,null,null,8589935159]),t.Z) +B.Ei=A.a(s([4294968327,null,null,8589935152]),t.Z) +B.EM=A.a(s([8589934854,8589934854,8589934855,null]),t.Z) +B.Ef=A.a(s([4294968071,null,null,8589935155]),t.Z) +B.Eg=A.a(s([4294968072,null,null,8589935161]),t.Z) +B.EN=A.a(s([8589934850,8589934850,8589934851,null]),t.Z) +B.qd=new A.cz(["*",B.Ej,"+",B.Ek,"-",B.El,".",B.Em,"/",B.En,"0",B.Eo,"1",B.Ep,"2",B.Eu,"3",B.Ev,"4",B.Ew,"5",B.Ex,"6",B.Ey,"7",B.Ez,"8",B.EA,"9",B.EB,"Alt",B.EK,"AltGraph",B.E8,"ArrowDown",B.E9,"ArrowLeft",B.Ea,"ArrowRight",B.Eb,"ArrowUp",B.Ec,"Clear",B.Eh,"Control",B.EL,"Delete",B.E7,"End",B.Ed,"Enter",B.E6,"Home",B.Ee,"Insert",B.Ei,"Meta",B.EM,"PageDown",B.Ef,"PageUp",B.Eg,"Shift",B.EN],A.X("cz>")) +B.Fz=A.a(s([B.lk,null,null,B.q0]),t.L) +B.FA=A.a(s([B.pN,null,null,B.q1]),t.L) +B.FB=A.a(s([B.pO,null,null,B.q2]),t.L) +B.FC=A.a(s([B.pP,null,null,B.hr]),t.L) +B.FD=A.a(s([B.pQ,null,null,B.q3]),t.L) +B.EQ=A.a(s([B.pR,null,null,B.hs]),t.L) +B.ER=A.a(s([B.pS,null,null,B.ht]),t.L) +B.ES=A.a(s([B.pT,null,null,B.hu]),t.L) +B.ET=A.a(s([B.pU,null,null,B.hv]),t.L) +B.EU=A.a(s([B.pV,null,null,B.hw]),t.L) +B.EV=A.a(s([B.pW,null,null,B.hx]),t.L) +B.EW=A.a(s([B.pX,null,null,B.hy]),t.L) +B.EX=A.a(s([B.pY,null,null,B.hz]),t.L) +B.FJ=A.a(s([B.pZ,null,null,B.hA]),t.L) +B.FK=A.a(s([B.q_,null,null,B.hB]),t.L) +B.Ft=A.a(s([B.d2,B.d2,B.em,null]),t.L) +B.FL=A.a(s([B.ei,null,B.ei,null]),t.L) +B.F0=A.a(s([B.aP,null,null,B.hu]),t.L) +B.F1=A.a(s([B.aC,null,null,B.hw]),t.L) +B.F2=A.a(s([B.aD,null,null,B.hy]),t.L) +B.Fb=A.a(s([B.aQ,null,null,B.hA]),t.L) +B.Fq=A.a(s([B.ho,null,null,B.hx]),t.L) +B.Fu=A.a(s([B.d0,B.d0,B.el,null]),t.L) +B.EP=A.a(s([B.am,null,null,B.hr]),t.L) +B.F3=A.a(s([B.bF,null,null,B.ht]),t.L) +B.FE=A.a(s([B.eh,null,null,B.hq]),t.L) +B.F4=A.a(s([B.bG,null,null,B.hz]),t.L) +B.Fr=A.a(s([B.hp,null,null,B.hs]),t.L) +B.Fv=A.a(s([B.d3,B.d3,B.en,null]),t.L) +B.F5=A.a(s([B.cZ,null,null,B.hv]),t.L) +B.Fs=A.a(s([B.d_,null,null,B.hB]),t.L) +B.Fw=A.a(s([B.c5,B.c5,B.d1,null]),t.L) +B.HH=new A.cz(["*",B.Fz,"+",B.FA,"-",B.FB,".",B.FC,"/",B.FD,"0",B.EQ,"1",B.ER,"2",B.ES,"3",B.ET,"4",B.EU,"5",B.EV,"6",B.EW,"7",B.EX,"8",B.FJ,"9",B.FK,"Alt",B.Ft,"AltGraph",B.FL,"ArrowDown",B.F0,"ArrowLeft",B.F1,"ArrowRight",B.F2,"ArrowUp",B.Fb,"Clear",B.Fq,"Control",B.Fu,"Delete",B.EP,"End",B.F3,"Enter",B.FE,"Home",B.F4,"Insert",B.Fr,"Meta",B.Fv,"PageDown",B.F5,"PageUp",B.Fs,"Shift",B.Fw],A.X("cz>")) +B.Ib={multiply:0,screen:1,overlay:2,darken:3,lighten:4,"color-dodge":5,"color-burn":6,"hard-light":7,"soft-light":8,difference:9,exclusion:10,hue:11,saturation:12,color:13,luminosity:14} +B.xl=new A.di(24,"multiply") +B.x2=new A.di(14,"screen") +B.x4=new A.di(15,"overlay") +B.x6=new A.di(16,"darken") +B.x8=new A.di(17,"lighten") +B.xa=new A.di(18,"colorDodge") +B.xc=new A.di(19,"colorBurn") +B.xe=new A.di(20,"hardLight") +B.xg=new A.di(21,"softLight") +B.xi=new A.di(22,"difference") +B.xk=new A.di(23,"exclusion") +B.xn=new A.di(25,"hue") +B.xo=new A.di(26,"saturation") +B.xq=new A.di(27,"color") +B.xs=new A.di(28,"luminosity") +B.HI=new A.b0(B.Ib,[B.xl,B.x2,B.x4,B.x6,B.x8,B.xa,B.xc,B.xe,B.xg,B.xi,B.xk,B.xn,B.xo,B.xq,B.xs],A.X("b0")) +B.HJ=new A.vw(null,null,null,null,null,null,null,null) +B.Ag=new A.G(4284790262) +B.A2=new A.G(4282557941) +B.zK=new A.G(4279592384) +B.zJ=new A.G(4279060385) +B.Hp=new A.cz([50,B.kq,100,B.km,200,B.fO,300,B.Ag,400,B.A2,500,B.ka,600,B.fJ,700,B.k9,800,B.zK,900,B.zJ],A.X("cz")) +B.eq=new A.FA(B.Hp,4280391411) +B.d4=new A.bc(0,t.QL) +B.er=new A.bc(24,t.QL) +B.aE=new A.bc(B.H,t.h9) +B.HK=new A.bc(B.H,t.Il) +B.L4=new A.Q(40,40) +B.es=new A.bc(B.L4,t.iL) +B.L5=new A.Q(64,40) +B.qe=new A.bc(B.L5,t.iL) +B.Lg=new A.eu(B.r) +B.c6=new A.bc(B.Lg,t.kU) +B.D0=new A.b1(8,8,8,8) +B.et=new A.bc(B.D0,t.Ak) +B.L6=new A.Q(1/0,1/0) +B.c7=new A.bc(B.L6,t.iL) +B.L=new A.cc(0,"hovered") +B.N=new A.cc(1,"focused") +B.I=new A.cc(2,"pressed") +B.qf=new A.cc(3,"dragged") +B.a4=new A.cc(4,"selected") +B.qg=new A.cc(5,"scrolledUnder") +B.t=new A.cc(6,"disabled") +B.HL=new A.n7(0,"padded") +B.HM=new A.n7(1,"shrinkWrap") +B.HP=new A.FL(null) +B.HQ=new A.vA(null) +B.HR=new A.pL(null) +B.HS=new A.fN("popRoute",null) +B.cz=new A.a4w() +B.HT=new A.vB("flutter/service_worker",B.cz) +B.HV=new A.na(0,"clipRect") +B.HW=new A.na(1,"clipRRect") +B.HX=new A.na(2,"clipPath") +B.HY=new A.na(3,"transform") +B.HZ=new A.na(4,"opacity") +B.I0=new A.vO(null,null,null,null,null,null,null,null,null,null) +B.I1=new A.vP(null,null,null,null,null,null,null,null,null,null) +B.hH=new A.a_O(0,"traditional") +B.I2=new A.nc(!0) +B.I3=new A.vQ(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.qn=new A.fQ(B.h,B.h) +B.hI=new A.q(0,1) +B.In=new A.q(0,-1) +B.ew=new A.q(1,0) +B.Sn=new A.q(0,-0.005) +B.Ip=new A.q(-0.3333333333333333,0) +B.Ir=new A.q(1/0,1/0) +B.It=new A.q(1/0,0) +B.Iv=new A.q(-1,0) +B.a5=new A.jK(0,"iOs") +B.ex=new A.jK(1,"android") +B.hJ=new A.jK(2,"linux") +B.qo=new A.jK(3,"windows") +B.aS=new A.jK(4,"macOs") +B.Ix=new A.jK(5,"unknown") +B.fA=new A.Za() +B.Iy=new A.jL("flutter/textinput",B.fA) +B.Iz=new A.jL("flutter/keyboard",B.cz) +B.qp=new A.jL("flutter/menu",B.cz) +B.bl=new A.jL("flutter/platform",B.fA) +B.hK=new A.jL("flutter/restoration",B.cz) +B.IA=new A.jL("flutter/mousecursor",B.cz) +B.ey=new A.jL("flutter/navigation",B.fA) +B.IB=new A.vZ(0,null) +B.qq=new A.Gg(0,"portrait") +B.qr=new A.Gg(1,"landscape") +B.IC=new A.w_(null) +B.an=new A.GE(0,"fill") +B.ID=new A.GF(0,"fill") +B.S=new A.GE(1,"stroke") +B.IE=new A.GF(1,"stroke") +B.qs=new A.li(1/0) +B.bm=new A.pV(0,"move") +B.ao=new A.pV(1,"line") +B.ai=new A.pV(2,"cubic") +B.aG=new A.GJ(0,"nonZero") +B.IG=new A.GJ(1,"evenOdd") +B.ax=new A.ni(0,"created") +B.a_=new A.ni(1,"active") +B.c9=new A.ni(2,"pendingRetention") +B.IH=new A.ni(3,"pendingUpdate") +B.qt=new A.ni(4,"released") +B.II=new A.wi(null) +B.uW=new A.ll(0,"baseline") +B.uX=new A.ll(1,"aboveBaseline") +B.uY=new A.ll(2,"belowBaseline") +B.uZ=new A.ll(3,"top") +B.hM=new A.ll(4,"bottom") +B.v_=new A.ll(5,"middle") +B.Jl=new A.wj(B.O,B.hM,null,null) +B.v1=new A.bp(0,0) +B.hN=new A.jQ(0,"cancel") +B.hO=new A.jQ(1,"add") +B.Jm=new A.jQ(2,"remove") +B.bI=new A.jQ(3,"hover") +B.v2=new A.jQ(4,"down") +B.df=new A.jQ(5,"move") +B.hP=new A.jQ(6,"up") +B.cf=new A.iN(0,"touch") +B.bJ=new A.iN(1,"mouse") +B.hQ=new A.iN(2,"stylus") +B.bn=new A.iN(4,"trackpad") +B.hR=new A.iN(5,"unknown") +B.cg=new A.pZ(0,"none") +B.Jn=new A.pZ(1,"scroll") +B.Jo=new A.pZ(3,"scale") +B.Jp=new A.pZ(4,"unknown") +B.Jq=new A.wl(null,null,null,null,null,null,null,null,null,null,null,null) +B.v4=new A.hC(0,"incrementable") +B.hS=new A.hC(1,"scrollable") +B.hT=new A.hC(2,"button") +B.v5=new A.hC(3,"textField") +B.hU=new A.hC(4,"checkable") +B.v6=new A.hC(5,"image") +B.eB=new A.hC(6,"dialog") +B.hV=new A.hC(7,"platformView") +B.hW=new A.hC(8,"generic") +B.Jr=new A.wo(null,null,null,null,null) +B.Js=new A.wr(null,null,null,null,null,null) +B.Jt=new A.aM(8,8) +B.Ju=new A.aM(1.5,1.5) +B.v7=new A.ru(1e5,10) +B.v8=new A.ru(1e4,100) +B.v9=new A.ru(20,5e4) +B.Jv=new A.e5(!1,null) +B.va=new A.zN(0,0,1) +B.Jw=new A.eO(0,0,0,0) +B.eG=new A.C(-1e9,-1e9,1e9,1e9) +B.Jx=new A.eO(-1e9,-1e9,1e9,1e9) +B.dh=new A.wD(0,"identical") +B.Jy=new A.wD(2,"paint") +B.ch=new A.wD(3,"layout") +B.Jz=new A.HT(0,"raster") +B.JA=new A.HT(1,"picture") +B.hY=new A.nz(0,"focusable") +B.vb=new A.nz(1,"tappable") +B.vc=new A.nz(2,"labelAndValue") +B.eH=new A.nz(3,"liveRegion") +B.hZ=new A.nz(4,"routeName") +B.JB=new A.cs(B.a9,B.r) +B.JE=new A.cs(B.fs,B.r) +B.eC=new A.aM(12,12) +B.xx=new A.cp(B.eC,B.eC,B.eC,B.eC) +B.JC=new A.cs(B.xx,B.r) +B.eD=new A.aM(16,16) +B.xy=new A.cp(B.eD,B.eD,B.eD,B.eD) +B.vd=new A.cs(B.xy,B.r) +B.eE=new A.aM(28,28) +B.xz=new A.cp(B.eE,B.eE,B.eE,B.eE) +B.JD=new A.cs(B.xz,B.r) +B.i_=new A.I5(0,"none") +B.JF=new A.I5(1,"neglect") +B.eI=new A.qb(0,"pop") +B.di=new A.qb(1,"doNotPop") +B.ve=new A.qb(2,"bubble") +B.vf=new A.hG(null,null) +B.JG=new A.Ig(null,null) +B.ci=new A.nD(0,"idle") +B.JH=new A.nD(1,"transientCallbacks") +B.JI=new A.nD(2,"midFrameMicrotasks") +B.vg=new A.nD(3,"persistentCallbacks") +B.vh=new A.nD(4,"postFrameCallbacks") +B.vi=new A.a2V(0,"englishLike") +B.i0=new A.x0(0,"idle") +B.i1=new A.x0(1,"forward") +B.i2=new A.x0(2,"reverse") +B.So=new A.nF(0,"explicit") +B.bK=new A.nF(1,"keepVisibleAtEnd") +B.bL=new A.nF(2,"keepVisibleAtStart") +B.vl=new A.Ip(0,"manual") +B.JO=new A.Ip(1,"onDrag") +B.JP=new A.x8(0,"left") +B.JQ=new A.x8(1,"right") +B.JR=new A.x8(3,"bottom") +B.JS=new A.xa(null,null,null,null,null,null,null,null,null,null,null,null) +B.JT=new A.xb(null,null,null,null,null,null,null,null,null,null,null,null) +B.JU=new A.xc(null,null,null,null,null,null,null,null,null) +B.JV=new A.xd(null,null) +B.JW=new A.xf(0,"startEdgeUpdate") +B.dj=new A.xf(1,"endEdgeUpdate") +B.eK=new A.qh(0,"previousLine") +B.eL=new A.qh(1,"nextLine") +B.dk=new A.qh(2,"forward") +B.dl=new A.qh(3,"backward") +B.cj=new A.xg(2,"none") +B.JY=new A.lu(null,null,B.cj,B.hi,!1) +B.vm=new A.lu(null,null,B.cj,B.hi,!0) +B.a6=new A.lv(0,"next") +B.aj=new A.lv(1,"previous") +B.a7=new A.lv(2,"end") +B.i5=new A.lv(3,"pending") +B.dm=new A.lv(4,"none") +B.i6=new A.xg(0,"uncollapsed") +B.JZ=new A.xg(1,"collapsed") +B.K_=new A.cm(1048576,"moveCursorBackwardByWord") +B.vn=new A.cm(128,"decrease") +B.K0=new A.cm(16384,"paste") +B.dn=new A.cm(16,"scrollUp") +B.eM=new A.cm(1,"tap") +B.K1=new A.cm(2048,"setSelection") +B.K2=new A.cm(2097152,"setText") +B.K3=new A.cm(256,"showOnScreen") +B.K4=new A.cm(262144,"dismiss") +B.vo=new A.cm(2,"longPress") +B.i7=new A.cm(32768,"didGainAccessibilityFocus") +B.dp=new A.cm(32,"scrollDown") +B.K5=new A.cm(4096,"copy") +B.dq=new A.cm(4,"scrollLeft") +B.K6=new A.cm(512,"moveCursorForwardByCharacter") +B.K7=new A.cm(524288,"moveCursorForwardByWord") +B.vp=new A.cm(64,"increase") +B.i8=new A.cm(65536,"didLoseAccessibilityFocus") +B.K8=new A.cm(8192,"cut") +B.dr=new A.cm(8,"scrollRight") +B.K9=new A.cm(1024,"moveCursorBackwardByCharacter") +B.Ka=new A.bY(1024,"isObscured") +B.Kb=new A.bY(1048576,"isReadOnly") +B.vq=new A.bY(128,"isEnabled") +B.Kc=new A.bY(131072,"isToggled") +B.Kd=new A.bY(134217728,"isExpanded") +B.vr=new A.bY(16384,"isImage") +B.Ke=new A.bY(16777216,"isKeyboardKey") +B.Kf=new A.bY(16,"isTextField") +B.vs=new A.bY(1,"hasCheckedState") +B.vt=new A.bY(2048,"scopesRoute") +B.vu=new A.bY(2097152,"isFocusable") +B.Kg=new A.bY(256,"isInMutuallyExclusiveGroup") +B.Kh=new A.bY(262144,"hasImplicitScrolling") +B.Ki=new A.bY(2,"isChecked") +B.Kj=new A.bY(32768,"isLiveRegion") +B.vv=new A.bY(32,"isFocused") +B.Kk=new A.bY(33554432,"isCheckStateMixed") +B.vw=new A.bY(4096,"namesRoute") +B.Kl=new A.bY(4194304,"isLink") +B.Km=new A.bY(4,"isSelected") +B.vx=new A.bY(512,"isHeader") +B.Kn=new A.bY(524288,"isMultiline") +B.vy=new A.bY(64,"hasEnabledState") +B.Ko=new A.bY(65536,"hasToggledState") +B.Kp=new A.bY(67108864,"hasExpandedState") +B.i9=new A.bY(8192,"isHidden") +B.Kq=new A.bY(8388608,"isSlider") +B.vz=new A.bY(8,"isButton") +B.vA=new A.nK("RenderViewport.twoPane") +B.Kr=new A.nK("RenderViewport.excludeFromScrolling") +B.vB=new A.xi(0,"idle") +B.Ks=new A.xi(1,"updating") +B.Kt=new A.xi(2,"postUpdate") +B.iP=new A.cn('"',1,"DOUBLE_QUOTE") +B.Ku=new A.bB("",B.iP,t.V) +B.Kv=new A.dE([B.aU,B.aV,B.ck],A.X("dE")) +B.v3=new A.iN(3,"invertedStylus") +B.eN=new A.dE([B.cf,B.hQ,B.v3,B.bn,B.hR],t.Lu) +B.Kw=new A.dE([B.L],t.b4) +B.If={click:0,keyup:1,keydown:2,mouseup:3,mousedown:4,pointerdown:5,pointerup:6} +B.Kx=new A.fC(B.If,7,t.fF) +B.Ky=new A.dE([32,8203],t.Ih) +B.I7={click:0,touchstart:1,touchend:2,pointerdown:3,pointermove:4,pointerup:5} +B.Kz=new A.fC(B.I7,6,t.fF) +B.KA=new A.dE([B.v3,B.hQ,B.cf,B.hR,B.bn],t.Lu) +B.I4={"writing-mode":0,"glyph-orientation-vertical":1,"glyph-orientation-horizontal":2,direction:3,"text-anchor":4,"font-family":5,"font-style":6,"font-variant":7,"font-weight":8,"font-stretch":9,"font-size":10,"font-size-adjust":11,font:12,kerning:13,"letter-spacing":14,"word-spacing":15,fill:16,"fill-rule":17,"fill-opacity":18,stroke:19,"stroke-width":20,"stroke-linecap":21,"stroke-linejoin":22,"stroke-miterlimit":23,"stroke-dasharray":24,"stroke-dashoffset":25,"stroke-opacity":26,visibility:27,"marker-start":28,marker:29,"color-interpolation":30,"color-interpolation-filters":31,"color-rendering":32,"shape-rendering":33,"text-rendering":34,"image-rendering":35,color:36,"color-profile":37,"clip-rule":38,"pointer-events":39,cursor:40} +B.KB=new A.fC(B.I4,41,t.fF) +B.KC=new A.dE([B.N],t.b4) +B.I9={"canvaskit.js":0} +B.KD=new A.fC(B.I9,1,t.fF) +B.KE=new A.dE([10,11,12,13,133,8232,8233],t.Ih) +B.KF=new A.fC(B.aF,0,A.X("fC")) +B.KG=new A.dE([B.I],t.b4) +B.Im={serif:0,"sans-serif":1,monospace:2,cursive:3,fantasy:4,"system-ui":5,math:6,emoji:7,fangsong:8} +B.KH=new A.fC(B.Im,9,t.fF) +B.ia=new A.dE([B.aS,B.hJ,B.qo],A.X("dE")) +B.vF=new A.av(B.aP,!1,!0,!1,!1) +B.vC=new A.av(B.aC,!1,!0,!1,!1) +B.vD=new A.av(B.aD,!1,!0,!1,!1) +B.vE=new A.av(B.aQ,!1,!0,!1,!1) +B.KQ=new A.av(B.aP,!1,!0,!1,!0) +B.KN=new A.av(B.aC,!1,!0,!1,!0) +B.KO=new A.av(B.aD,!1,!0,!1,!0) +B.KP=new A.av(B.aQ,!1,!0,!1,!0) +B.KM=new A.av(B.aP,!0,!0,!1,!1) +B.KL=new A.av(B.aQ,!0,!0,!1,!1) +B.KS=new A.av(B.bF,!0,!0,!1,!1) +B.KR=new A.av(B.bG,!0,!0,!1,!1) +B.vJ=new A.av(B.aP,!1,!0,!0,!1) +B.vG=new A.av(B.aC,!1,!0,!0,!1) +B.vH=new A.av(B.aD,!1,!0,!0,!1) +B.vI=new A.av(B.aQ,!1,!0,!0,!1) +B.vX=new A.av(B.hC,!1,!1,!1,!0) +B.vZ=new A.av(B.hD,!1,!1,!1,!0) +B.w_=new A.av(B.hl,!1,!1,!1,!0) +B.vY=new A.av(B.hm,!1,!1,!1,!0) +B.KT=new A.av(B.cW,!1,!1,!1,!0) +B.KU=new A.av(B.cW,!1,!0,!1,!0) +B.ii=new A.av(B.hC,!0,!1,!1,!1) +B.KX=new A.av(B.q4,!0,!1,!1,!1) +B.vV=new A.av(B.hD,!0,!1,!1,!1) +B.KV=new A.av(B.le,!0,!1,!1,!1) +B.KW=new A.av(B.lf,!0,!1,!1,!1) +B.KY=new A.av(B.lg,!0,!1,!1,!1) +B.KZ=new A.av(B.lh,!0,!1,!1,!1) +B.L1=new A.av(B.li,!0,!1,!1,!1) +B.vW=new A.av(B.hl,!0,!1,!1,!1) +B.vU=new A.av(B.hm,!0,!1,!1,!1) +B.L_=new A.av(B.cW,!0,!1,!1,!1) +B.L0=new A.av(B.cW,!0,!0,!1,!1) +B.L3=new A.Q(1e5,1e5) +B.ij=new A.qp(0,0,null,null) +B.L7=new A.xw(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.w0=new A.IP(0,0,0,0,0,0,!1,!1,null,0) +B.Sq=new A.xy(3,"hide") +B.L8=new A.xy(5,"timeout") +B.L9=new A.xz(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.w1=new A.IV(0,"permissive") +B.Sr=new A.IV(1,"normal") +B.La=new A.xC(0,"criticallyDamped") +B.Lb=new A.xC(1,"underDamped") +B.Lc=new A.xC(2,"overDamped") +B.ik=new A.J2(0,"loose") +B.Ld=new A.J2(2,"passthrough") +B.Le=new A.hM("...",-1,"","","",-1,-1,"","...") +B.Lf=new A.hM("",-1,"","","",-1,-1,"","asynchronous suspension") +B.Lh=new A.xG(0,"butt") +B.Li=new A.xG(1,"round") +B.Lk=new A.xG(2,"square") +B.Lm=new A.xH(0,"miter") +B.Ln=new A.xH(1,"round") +B.Lp=new A.xH(2,"bevel") +B.HD=new A.b0(B.aF,[],t.li) +B.bM=new A.qA(B.HD,null,null,B.zk,null,null,B.a0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Lr=new A.c_(0) +B.LC=new A.c_(0) +B.LA=new A.c_(0) +B.Ly=new A.c_(0) +B.Lz=new A.c_(0) +B.Lx=new A.c_(0) +B.LB=new A.c_(0) +B.Lw=new A.c_(0) +B.Lt=new A.c_(0) +B.Lv=new A.c_(0) +B.Ls=new A.c_(0) +B.Lu=new A.c_(0) +B.LD=new A.c_(1) +B.LE=new A.c_(10) +B.LF=new A.c_(11) +B.LG=new A.c_(12) +B.LH=new A.c_(13) +B.LI=new A.c_(14) +B.LJ=new A.c_(15) +B.LK=new A.c_(16) +B.LL=new A.c_(2) +B.LM=new A.c_(3) +B.LN=new A.c_(4) +B.LO=new A.c_(5) +B.LP=new A.c_(6) +B.LQ=new A.c_(7) +B.LR=new A.c_(8) +B.LS=new A.c_(9) +B.bN=new A.cJ(0,"unknown") +B.LZ=new A.xL(null,null,null,null,null,null,null,null,null) +B.M_=new A.k4("call") +B.M0=new A.iY("text") +B.M1=new A.Jf(0,"click") +B.M2=new A.Jf(1,"alert") +B.M3=new A.iZ(B.k,null,B.V,null,null,B.aa,B.V,null) +B.M4=new A.iZ(B.k,null,B.V,null,null,B.V,B.aa,null) +B.M5=new A.xN(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.M6=new A.a59("tap") +B.z=new A.xR(0,"alphabetic") +B.M7=new A.xS(null) +B.iA=new A.qF(3,"none") +B.w4=new A.xT(B.iA) +B.w5=new A.qF(0,"words") +B.w6=new A.qF(1,"sentences") +B.w7=new A.qF(2,"characters") +B.w8=new A.nV(0,"solid") +B.M9=new A.nV(1,"double") +B.Ma=new A.nV(2,"dotted") +B.Mc=new A.nV(3,"dashed") +B.Me=new A.nV(4,"wavy") +B.e=new A.k6(0) +B.wa=new A.nU(0) +B.wb=new A.k6(1) +B.Mg=new A.nU(1) +B.Mh=new A.k6(2) +B.Mi=new A.nU(2) +B.Mj=new A.k6(4) +B.Mk=new A.nU(4) +B.iB=new A.qH(0,"character") +B.Ml=new A.qH(1,"word") +B.Mm=new A.qH(2,"line") +B.Mn=new A.qH(3,"document") +B.wc=new A.Jn(0,"proportional") +B.p=new A.Jn(1,"even") +B.f_=new A.xX(2,"ellipsis") +B.Mo=new A.xX(3,"visible") +B.Mp=new A.bF(0,B.D) +B.Mq=new A.d4(-1,-1) +B.wd=new A.Js(0,"left") +B.we=new A.Js(1,"right") +B.Mr=new A.y0(null,null,null) +B.zu=new A.G(3506372608) +B.C1=new A.G(4294967040) +B.MW=new A.u(!0,B.zu,null,"monospace",null,null,48,B.kL,null,null,null,null,null,null,null,null,null,B.wb,B.C1,B.w9,null,"fallback style; consider putting your text in a Material",null,null,null,null) +B.OH=new A.u(!0,null,null,null,null,null,null,B.b5,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.MO=new A.u(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity displayLarge",null,null,null,null) +B.Nf=new A.u(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity displayMedium",null,null,null,null) +B.MP=new A.u(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity displaySmall",null,null,null,null) +B.ML=new A.u(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity headlineLarge",null,null,null,null) +B.NQ=new A.u(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity headlineMedium",null,null,null,null) +B.B=new A.G(3707764736) +B.Oa=new A.u(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity headlineSmall",null,null,null,null) +B.P_=new A.u(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity titleLarge",null,null,null,null) +B.OV=new A.u(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity titleMedium",null,null,null,null) +B.Pp=new A.u(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity titleSmall",null,null,null,null) +B.Pj=new A.u(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity bodyLarge",null,null,null,null) +B.O9=new A.u(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity bodyMedium",null,null,null,null) +B.OU=new A.u(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity bodySmall",null,null,null,null) +B.Oe=new A.u(!0,B.B,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity labelLarge",null,null,null,null) +B.NS=new A.u(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity labelMedium",null,null,null,null) +B.Pb=new A.u(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity labelSmall",null,null,null,null) +B.PB=new A.d5(B.MO,B.Nf,B.MP,B.ML,B.NQ,B.Oa,B.P_,B.OV,B.Pp,B.Pj,B.O9,B.OU,B.Oe,B.NS,B.Pb) +B.ME=new A.u(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView displayLarge",null,null,null,null) +B.N3=new A.u(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView displayMedium",null,null,null,null) +B.Ns=new A.u(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView displaySmall",null,null,null,null) +B.P7=new A.u(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView headlineLarge",null,null,null,null) +B.Po=new A.u(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView headlineMedium",null,null,null,null) +B.Pl=new A.u(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView headlineSmall",null,null,null,null) +B.Nl=new A.u(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView titleLarge",null,null,null,null) +B.P0=new A.u(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView titleMedium",null,null,null,null) +B.Nb=new A.u(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView titleSmall",null,null,null,null) +B.Nj=new A.u(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView bodyLarge",null,null,null,null) +B.MX=new A.u(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView bodyMedium",null,null,null,null) +B.Nr=new A.u(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView bodySmall",null,null,null,null) +B.Pu=new A.u(!0,B.B,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView labelLarge",null,null,null,null) +B.OA=new A.u(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView labelMedium",null,null,null,null) +B.Oh=new A.u(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView labelSmall",null,null,null,null) +B.PC=new A.d5(B.ME,B.N3,B.Ns,B.P7,B.Po,B.Pl,B.Nl,B.P0,B.Nb,B.Nj,B.MX,B.Nr,B.Pu,B.OA,B.Oh) +B.MA=new A.u(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity displayLarge",null,null,null,null) +B.No=new A.u(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity displayMedium",null,null,null,null) +B.MB=new A.u(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity displaySmall",null,null,null,null) +B.MN=new A.u(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity headlineLarge",null,null,null,null) +B.MS=new A.u(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity headlineMedium",null,null,null,null) +B.OS=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity headlineSmall",null,null,null,null) +B.Nx=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity titleLarge",null,null,null,null) +B.NF=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity titleMedium",null,null,null,null) +B.O1=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity titleSmall",null,null,null,null) +B.Ot=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity bodyLarge",null,null,null,null) +B.NM=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity bodyMedium",null,null,null,null) +B.OX=new A.u(!0,B.x,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity bodySmall",null,null,null,null) +B.OQ=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity labelLarge",null,null,null,null) +B.Nz=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity labelMedium",null,null,null,null) +B.Ou=new A.u(!0,B.i,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity labelSmall",null,null,null,null) +B.PD=new A.d5(B.MA,B.No,B.MB,B.MN,B.MS,B.OS,B.Nx,B.NF,B.O1,B.Ot,B.NM,B.OX,B.OQ,B.Nz,B.Ou) +B.C=A.a(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +B.Og=new A.u(!0,B.w,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displayLarge",null,null,null,null) +B.Oz=new A.u(!0,B.w,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displayMedium",null,null,null,null) +B.O4=new A.u(!0,B.w,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displaySmall",null,null,null,null) +B.N6=new A.u(!0,B.w,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineLarge",null,null,null,null) +B.Ny=new A.u(!0,B.w,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineMedium",null,null,null,null) +B.NG=new A.u(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineSmall",null,null,null,null) +B.OM=new A.u(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleLarge",null,null,null,null) +B.N8=new A.u(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleMedium",null,null,null,null) +B.My=new A.u(!0,B.k,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleSmall",null,null,null,null) +B.Pf=new A.u(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodyLarge",null,null,null,null) +B.Ms=new A.u(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodyMedium",null,null,null,null) +B.Oq=new A.u(!0,B.w,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodySmall",null,null,null,null) +B.Nk=new A.u(!0,B.B,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelLarge",null,null,null,null) +B.Oj=new A.u(!0,B.k,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelMedium",null,null,null,null) +B.Pq=new A.u(!0,B.k,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelSmall",null,null,null,null) +B.PE=new A.d5(B.Og,B.Oz,B.O4,B.N6,B.Ny,B.NG,B.OM,B.N8,B.My,B.Pf,B.Ms,B.Oq,B.Nk,B.Oj,B.Pq) +B.Pm=new A.u(!1,null,null,null,null,null,57,B.y,null,-0.25,null,B.z,1.12,B.p,null,null,null,null,null,null,null,"tall displayLarge 2021",null,null,null,null) +B.On=new A.u(!1,null,null,null,null,null,45,B.y,null,0,null,B.z,1.16,B.p,null,null,null,null,null,null,null,"tall displayMedium 2021",null,null,null,null) +B.NN=new A.u(!1,null,null,null,null,null,36,B.y,null,0,null,B.z,1.22,B.p,null,null,null,null,null,null,null,"tall displaySmall 2021",null,null,null,null) +B.PA=new A.u(!1,null,null,null,null,null,32,B.y,null,0,null,B.z,1.25,B.p,null,null,null,null,null,null,null,"tall headlineLarge 2021",null,null,null,null) +B.Pv=new A.u(!1,null,null,null,null,null,28,B.y,null,0,null,B.z,1.29,B.p,null,null,null,null,null,null,null,"tall headlineMedium 2021",null,null,null,null) +B.OG=new A.u(!1,null,null,null,null,null,24,B.y,null,0,null,B.z,1.33,B.p,null,null,null,null,null,null,null,"tall headlineSmall 2021",null,null,null,null) +B.Mw=new A.u(!1,null,null,null,null,null,22,B.y,null,0,null,B.z,1.27,B.p,null,null,null,null,null,null,null,"tall titleLarge 2021",null,null,null,null) +B.Pn=new A.u(!1,null,null,null,null,null,16,B.a1,null,0.15,null,B.z,1.5,B.p,null,null,null,null,null,null,null,"tall titleMedium 2021",null,null,null,null) +B.N7=new A.u(!1,null,null,null,null,null,14,B.a1,null,0.1,null,B.z,1.43,B.p,null,null,null,null,null,null,null,"tall titleSmall 2021",null,null,null,null) +B.Mt=new A.u(!1,null,null,null,null,null,16,B.y,null,0.5,null,B.z,1.5,B.p,null,null,null,null,null,null,null,"tall bodyLarge 2021",null,null,null,null) +B.Os=new A.u(!1,null,null,null,null,null,14,B.y,null,0.25,null,B.z,1.43,B.p,null,null,null,null,null,null,null,"tall bodyMedium 2021",null,null,null,null) +B.Oc=new A.u(!1,null,null,null,null,null,12,B.y,null,0.4,null,B.z,1.33,B.p,null,null,null,null,null,null,null,"tall bodySmall 2021",null,null,null,null) +B.OF=new A.u(!1,null,null,null,null,null,14,B.a1,null,0.1,null,B.z,1.43,B.p,null,null,null,null,null,null,null,"tall labelLarge 2021",null,null,null,null) +B.Or=new A.u(!1,null,null,null,null,null,12,B.a1,null,0.5,null,B.z,1.33,B.p,null,null,null,null,null,null,null,"tall labelMedium 2021",null,null,null,null) +B.Na=new A.u(!1,null,null,null,null,null,11,B.a1,null,0.5,null,B.z,1.45,B.p,null,null,null,null,null,null,null,"tall labelSmall 2021",null,null,null,null) +B.PF=new A.d5(B.Pm,B.On,B.NN,B.PA,B.Pv,B.OG,B.Mw,B.Pn,B.N7,B.Mt,B.Os,B.Oc,B.OF,B.Or,B.Na) +B.OB=new A.u(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond displayLarge",null,null,null,null) +B.NT=new A.u(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond displayMedium",null,null,null,null) +B.Nw=new A.u(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond displaySmall",null,null,null,null) +B.Pk=new A.u(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond headlineLarge",null,null,null,null) +B.MY=new A.u(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond headlineMedium",null,null,null,null) +B.MI=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond headlineSmall",null,null,null,null) +B.ND=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond titleLarge",null,null,null,null) +B.Od=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond titleMedium",null,null,null,null) +B.NK=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond titleSmall",null,null,null,null) +B.NX=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond bodyLarge",null,null,null,null) +B.OO=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond bodyMedium",null,null,null,null) +B.MJ=new A.u(!0,B.x,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond bodySmall",null,null,null,null) +B.Op=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond labelLarge",null,null,null,null) +B.NO=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond labelMedium",null,null,null,null) +B.P3=new A.u(!0,B.i,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond labelSmall",null,null,null,null) +B.PG=new A.d5(B.OB,B.NT,B.Nw,B.Pk,B.MY,B.MI,B.ND,B.Od,B.NK,B.NX,B.OO,B.MJ,B.Op,B.NO,B.P3) +B.O8=new A.u(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino displayLarge",null,null,null,null) +B.ON=new A.u(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino displayMedium",null,null,null,null) +B.NE=new A.u(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino displaySmall",null,null,null,null) +B.NW=new A.u(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino headlineLarge",null,null,null,null) +B.Ne=new A.u(!0,B.x,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino headlineMedium",null,null,null,null) +B.NV=new A.u(!0,B.i,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino headlineSmall",null,null,null,null) +B.Nm=new A.u(!0,B.i,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino titleLarge",null,null,null,null) +B.OC=new A.u(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino titleMedium",null,null,null,null) +B.Nv=new A.u(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino titleSmall",null,null,null,null) +B.NH=new A.u(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino bodyLarge",null,null,null,null) +B.NU=new A.u(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino bodyMedium",null,null,null,null) +B.MR=new A.u(!0,B.x,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino bodySmall",null,null,null,null) +B.OK=new A.u(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino labelLarge",null,null,null,null) +B.NZ=new A.u(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino labelMedium",null,null,null,null) +B.Oy=new A.u(!0,B.i,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino labelSmall",null,null,null,null) +B.PH=new A.d5(B.O8,B.ON,B.NE,B.NW,B.Ne,B.NV,B.Nm,B.OC,B.Nv,B.NH,B.NU,B.MR,B.OK,B.NZ,B.Oy) +B.ac=new A.xR(1,"ideographic") +B.Pc=new A.u(!1,null,null,null,null,null,57,B.y,null,-0.25,null,B.ac,1.12,B.p,null,null,null,null,null,null,null,"dense displayLarge 2021",null,null,null,null) +B.Pd=new A.u(!1,null,null,null,null,null,45,B.y,null,0,null,B.ac,1.16,B.p,null,null,null,null,null,null,null,"dense displayMedium 2021",null,null,null,null) +B.P8=new A.u(!1,null,null,null,null,null,36,B.y,null,0,null,B.ac,1.22,B.p,null,null,null,null,null,null,null,"dense displaySmall 2021",null,null,null,null) +B.OP=new A.u(!1,null,null,null,null,null,32,B.y,null,0,null,B.ac,1.25,B.p,null,null,null,null,null,null,null,"dense headlineLarge 2021",null,null,null,null) +B.MT=new A.u(!1,null,null,null,null,null,28,B.y,null,0,null,B.ac,1.29,B.p,null,null,null,null,null,null,null,"dense headlineMedium 2021",null,null,null,null) +B.Ob=new A.u(!1,null,null,null,null,null,24,B.y,null,0,null,B.ac,1.33,B.p,null,null,null,null,null,null,null,"dense headlineSmall 2021",null,null,null,null) +B.MK=new A.u(!1,null,null,null,null,null,22,B.y,null,0,null,B.ac,1.27,B.p,null,null,null,null,null,null,null,"dense titleLarge 2021",null,null,null,null) +B.MQ=new A.u(!1,null,null,null,null,null,16,B.a1,null,0.15,null,B.ac,1.5,B.p,null,null,null,null,null,null,null,"dense titleMedium 2021",null,null,null,null) +B.Nu=new A.u(!1,null,null,null,null,null,14,B.a1,null,0.1,null,B.ac,1.43,B.p,null,null,null,null,null,null,null,"dense titleSmall 2021",null,null,null,null) +B.Pz=new A.u(!1,null,null,null,null,null,16,B.y,null,0.5,null,B.ac,1.5,B.p,null,null,null,null,null,null,null,"dense bodyLarge 2021",null,null,null,null) +B.P1=new A.u(!1,null,null,null,null,null,14,B.y,null,0.25,null,B.ac,1.43,B.p,null,null,null,null,null,null,null,"dense bodyMedium 2021",null,null,null,null) +B.Nh=new A.u(!1,null,null,null,null,null,12,B.y,null,0.4,null,B.ac,1.33,B.p,null,null,null,null,null,null,null,"dense bodySmall 2021",null,null,null,null) +B.Ox=new A.u(!1,null,null,null,null,null,14,B.a1,null,0.1,null,B.ac,1.43,B.p,null,null,null,null,null,null,null,"dense labelLarge 2021",null,null,null,null) +B.MZ=new A.u(!1,null,null,null,null,null,12,B.a1,null,0.5,null,B.ac,1.33,B.p,null,null,null,null,null,null,null,"dense labelMedium 2021",null,null,null,null) +B.Pt=new A.u(!1,null,null,null,null,null,11,B.a1,null,0.5,null,B.ac,1.45,B.p,null,null,null,null,null,null,null,"dense labelSmall 2021",null,null,null,null) +B.PI=new A.d5(B.Pc,B.Pd,B.P8,B.OP,B.MT,B.Ob,B.MK,B.MQ,B.Nu,B.Pz,B.P1,B.Nh,B.Ox,B.MZ,B.Pt) +B.N0=new A.u(!1,null,null,null,null,null,57,B.y,null,-0.25,null,B.z,1.12,B.p,null,null,null,null,null,null,null,"englishLike displayLarge 2021",null,null,null,null) +B.Nq=new A.u(!1,null,null,null,null,null,45,B.y,null,0,null,B.z,1.16,B.p,null,null,null,null,null,null,null,"englishLike displayMedium 2021",null,null,null,null) +B.Pe=new A.u(!1,null,null,null,null,null,36,B.y,null,0,null,B.z,1.22,B.p,null,null,null,null,null,null,null,"englishLike displaySmall 2021",null,null,null,null) +B.NA=new A.u(!1,null,null,null,null,null,32,B.y,null,0,null,B.z,1.25,B.p,null,null,null,null,null,null,null,"englishLike headlineLarge 2021",null,null,null,null) +B.NJ=new A.u(!1,null,null,null,null,null,28,B.y,null,0,null,B.z,1.29,B.p,null,null,null,null,null,null,null,"englishLike headlineMedium 2021",null,null,null,null) +B.OR=new A.u(!1,null,null,null,null,null,24,B.y,null,0,null,B.z,1.33,B.p,null,null,null,null,null,null,null,"englishLike headlineSmall 2021",null,null,null,null) +B.OJ=new A.u(!1,null,null,null,null,null,22,B.y,null,0,null,B.z,1.27,B.p,null,null,null,null,null,null,null,"englishLike titleLarge 2021",null,null,null,null) +B.MF=new A.u(!1,null,null,null,null,null,16,B.a1,null,0.15,null,B.z,1.5,B.p,null,null,null,null,null,null,null,"englishLike titleMedium 2021",null,null,null,null) +B.N2=new A.u(!1,null,null,null,null,null,14,B.a1,null,0.1,null,B.z,1.43,B.p,null,null,null,null,null,null,null,"englishLike titleSmall 2021",null,null,null,null) +B.Mx=new A.u(!1,null,null,null,null,null,16,B.y,null,0.5,null,B.z,1.5,B.p,null,null,null,null,null,null,null,"englishLike bodyLarge 2021",null,null,null,null) +B.Mu=new A.u(!1,null,null,null,null,null,14,B.y,null,0.25,null,B.z,1.43,B.p,null,null,null,null,null,null,null,"englishLike bodyMedium 2021",null,null,null,null) +B.Ov=new A.u(!1,null,null,null,null,null,12,B.y,null,0.4,null,B.z,1.33,B.p,null,null,null,null,null,null,null,"englishLike bodySmall 2021",null,null,null,null) +B.Nn=new A.u(!1,null,null,null,null,null,14,B.a1,null,0.1,null,B.z,1.43,B.p,null,null,null,null,null,null,null,"englishLike labelLarge 2021",null,null,null,null) +B.P4=new A.u(!1,null,null,null,null,null,12,B.a1,null,0.5,null,B.z,1.33,B.p,null,null,null,null,null,null,null,"englishLike labelMedium 2021",null,null,null,null) +B.NC=new A.u(!1,null,null,null,null,null,11,B.a1,null,0.5,null,B.z,1.45,B.p,null,null,null,null,null,null,null,"englishLike labelSmall 2021",null,null,null,null) +B.PJ=new A.d5(B.N0,B.Nq,B.Pe,B.NA,B.NJ,B.OR,B.OJ,B.MF,B.N2,B.Mx,B.Mu,B.Ov,B.Nn,B.P4,B.NC) +B.O5=new A.u(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond displayLarge",null,null,null,null) +B.Nt=new A.u(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond displayMedium",null,null,null,null) +B.Pg=new A.u(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond displaySmall",null,null,null,null) +B.MU=new A.u(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond headlineLarge",null,null,null,null) +B.OY=new A.u(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond headlineMedium",null,null,null,null) +B.MC=new A.u(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond headlineSmall",null,null,null,null) +B.NL=new A.u(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond titleLarge",null,null,null,null) +B.NY=new A.u(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond titleMedium",null,null,null,null) +B.Mv=new A.u(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond titleSmall",null,null,null,null) +B.OE=new A.u(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond bodyLarge",null,null,null,null) +B.MV=new A.u(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond bodyMedium",null,null,null,null) +B.Pr=new A.u(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond bodySmall",null,null,null,null) +B.O_=new A.u(!0,B.B,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond labelLarge",null,null,null,null) +B.MM=new A.u(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond labelMedium",null,null,null,null) +B.N_=new A.u(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond labelSmall",null,null,null,null) +B.PK=new A.d5(B.O5,B.Nt,B.Pg,B.MU,B.OY,B.MC,B.NL,B.NY,B.Mv,B.OE,B.MV,B.Pr,B.O_,B.MM,B.N_) +B.NR=new A.u(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displayLarge",null,null,null,null) +B.O2=new A.u(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displayMedium",null,null,null,null) +B.P5=new A.u(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displaySmall",null,null,null,null) +B.OI=new A.u(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineLarge",null,null,null,null) +B.Ps=new A.u(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineMedium",null,null,null,null) +B.O7=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineSmall",null,null,null,null) +B.Nc=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleLarge",null,null,null,null) +B.Px=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleMedium",null,null,null,null) +B.N4=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleSmall",null,null,null,null) +B.Mz=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodyLarge",null,null,null,null) +B.NI=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodyMedium",null,null,null,null) +B.Np=new A.u(!0,B.x,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodySmall",null,null,null,null) +B.MG=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelLarge",null,null,null,null) +B.O6=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelMedium",null,null,null,null) +B.MH=new A.u(!0,B.i,null,"Roboto",B.C,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelSmall",null,null,null,null) +B.PL=new A.d5(B.NR,B.O2,B.P5,B.OI,B.Ps,B.O7,B.Nc,B.Px,B.N4,B.Mz,B.NI,B.Np,B.MG,B.O6,B.MH) +B.NP=new A.u(!0,B.w,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino displayLarge",null,null,null,null) +B.OL=new A.u(!0,B.w,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino displayMedium",null,null,null,null) +B.Oo=new A.u(!0,B.w,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino displaySmall",null,null,null,null) +B.Ow=new A.u(!0,B.w,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino headlineLarge",null,null,null,null) +B.MD=new A.u(!0,B.w,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino headlineMedium",null,null,null,null) +B.Oi=new A.u(!0,B.B,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino headlineSmall",null,null,null,null) +B.Ni=new A.u(!0,B.B,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino titleLarge",null,null,null,null) +B.Ol=new A.u(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino titleMedium",null,null,null,null) +B.N1=new A.u(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino titleSmall",null,null,null,null) +B.Pa=new A.u(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino bodyLarge",null,null,null,null) +B.OW=new A.u(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino bodyMedium",null,null,null,null) +B.Of=new A.u(!0,B.w,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino bodySmall",null,null,null,null) +B.Ng=new A.u(!0,B.B,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino labelLarge",null,null,null,null) +B.N9=new A.u(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino labelMedium",null,null,null,null) +B.OT=new A.u(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino labelSmall",null,null,null,null) +B.PM=new A.d5(B.NP,B.OL,B.Oo,B.Ow,B.MD,B.Oi,B.Ni,B.Ol,B.N1,B.Pa,B.OW,B.Of,B.Ng,B.N9,B.OT) +B.Om=new A.u(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView displayLarge",null,null,null,null) +B.Pw=new A.u(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView displayMedium",null,null,null,null) +B.Ph=new A.u(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView displaySmall",null,null,null,null) +B.Nd=new A.u(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView headlineLarge",null,null,null,null) +B.P9=new A.u(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView headlineMedium",null,null,null,null) +B.Ok=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView headlineSmall",null,null,null,null) +B.Py=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView titleLarge",null,null,null,null) +B.NB=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView titleMedium",null,null,null,null) +B.O3=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView titleSmall",null,null,null,null) +B.P2=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView bodyLarge",null,null,null,null) +B.N5=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView bodyMedium",null,null,null,null) +B.Pi=new A.u(!0,B.x,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView bodySmall",null,null,null,null) +B.P6=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView labelLarge",null,null,null,null) +B.OZ=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView labelMedium",null,null,null,null) +B.OD=new A.u(!0,B.i,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView labelSmall",null,null,null,null) +B.PN=new A.d5(B.Om,B.Pw,B.Ph,B.Nd,B.P9,B.Ok,B.Py,B.NB,B.O3,B.P2,B.N5,B.Pi,B.P6,B.OZ,B.OD) +B.Ss=new A.a65(0,"system") +B.PO=new A.y1(null) +B.iC=new A.y2(0,"clamp") +B.PP=new A.y2(1,"repeated") +B.PQ=new A.y2(2,"mirror") +B.PR=new A.y3(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.PS=new A.y4(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.bS=new A.JB(0.001,0.001) +B.PT=new A.y7(null,null,null,null,null,null,null,null,null) +B.wf=new A.y9(0,"identity") +B.wg=new A.y9(1,"transform2d") +B.f0=new A.y9(2,"complex") +B.aX=new A.lF(0,"up") +B.aY=new A.lF(1,"right") +B.aZ=new A.lF(2,"down") +B.b_=new A.lF(3,"left") +B.PU=new A.JK(0,"closedLoop") +B.PV=new A.JK(1,"leaveFlutterView") +B.PW=A.bf("oA") +B.PX=A.bf("oM") +B.PY=A.bf("Co") +B.PZ=A.bf("bK") +B.Q_=A.bf("afe") +B.wh=A.bf("iq") +B.Q0=A.bf("ata") +B.Q1=A.bf("hk") +B.Q2=A.bf("WI") +B.Q3=A.bf("WJ") +B.Q4=A.bf("hp") +B.Q5=A.bf("Z3") +B.Q6=A.bf("Z4") +B.Q7=A.bf("Z5") +B.Q8=A.bf("a4") +B.Q9=A.bf("cb>") +B.Qa=A.bf("hw") +B.wi=A.bf("eM") +B.wj=A.bf("aka") +B.Qb=A.bf("vx") +B.Qc=A.bf("ne") +B.Qd=A.bf("F") +B.Qe=A.bf("pP") +B.iD=A.bf("hB") +B.Qf=A.bf("iL") +B.Qg=A.bf("nu") +B.Qh=A.bf("jU") +B.Qi=A.bf("agc") +B.wk=A.bf("ep") +B.Qj=A.bf("nM") +B.Qk=A.bf("nO") +B.Ql=A.bf("i") +B.wl=A.bf("eQ") +B.Qm=A.bf("a6r") +B.Qn=A.bf("qP") +B.Qo=A.bf("a6s") +B.Qp=A.bf("j1") +B.Qq=A.bf("agB") +B.iE=A.bf("ht") +B.Qr=A.bf("yi") +B.Qs=A.bf("qV") +B.Qt=A.bf("og<@>") +B.Qu=A.bf("jc") +B.Qv=A.bf("jd") +B.iF=A.bf("hS") +B.Qw=A.bf("at9") +B.Qx=new A.JN(0,"scope") +B.wm=new A.JN(1,"previouslyFocusedChild") +B.Qy=new A.c8(11264,55297,B.q,t.O) +B.Qz=new A.c8(1425,1775,B.P,t.O) +B.QA=new A.c8(1786,2303,B.P,t.O) +B.QB=new A.c8(192,214,B.q,t.O) +B.QC=new A.c8(216,246,B.q,t.O) +B.QD=new A.c8(2304,8191,B.q,t.O) +B.QE=new A.c8(248,696,B.q,t.O) +B.QF=new A.c8(55298,55299,B.P,t.O) +B.QG=new A.c8(55300,55353,B.q,t.O) +B.QH=new A.c8(55354,55355,B.P,t.O) +B.QI=new A.c8(55356,56319,B.q,t.O) +B.QJ=new A.c8(63744,64284,B.q,t.O) +B.QK=new A.c8(64285,65023,B.P,t.O) +B.QL=new A.c8(65024,65135,B.q,t.O) +B.QM=new A.c8(65136,65276,B.P,t.O) +B.QN=new A.c8(65277,65535,B.q,t.O) +B.QO=new A.c8(65,90,B.q,t.O) +B.QP=new A.c8(768,1424,B.q,t.O) +B.QQ=new A.c8(8206,8206,B.q,t.O) +B.QR=new A.c8(8207,8207,B.P,t.O) +B.QS=new A.c8(97,122,B.q,t.O) +B.bp=new A.JT(!1) +B.QT=new A.JT(!0) +B.wn=new A.lH(B.h,0,B.o,B.h) +B.iH=new A.lH(B.h,1,B.o,B.h) +B.iI=new A.JW(0,"triangles") +B.QU=new A.JW(2,"triangleFan") +B.QV=new A.JX(0,"up") +B.iJ=new A.JX(1,"down") +B.cn=new A.kc(0,0) +B.QW=new A.kc(-2,-2) +B.QY=new A.cn("'",0,"SINGLE_QUOTE") +B.QZ=new A.kd(1,"CDATA") +B.R_=new A.kd(2,"COMMENT") +B.R0=new A.kd(3,"DECLARATION") +B.R1=new A.kd(4,"DOCUMENT_TYPE") +B.wp=new A.kd(7,"ELEMENT") +B.R2=new A.kd(8,"PROCESSING") +B.R3=new A.kd(9,"TEXT") +B.aq=new A.Kv(0,"forward") +B.iQ=new A.Kv(1,"reverse") +B.R4=new A.yB(0,"checkbox") +B.R5=new A.yB(1,"radio") +B.R6=new A.yB(2,"toggle") +B.R7=new A.yD(0,"inside") +B.R8=new A.yD(1,"higher") +B.R9=new A.yD(2,"lower") +B.C7=new A.G(67108864) +B.EI=A.a(s([B.C7,B.H]),t.t_) +B.Ra=new A.i1(B.EI) +B.Rb=new A.i1(null) +B.Rc=new A.j5(0,"size") +B.wu=new A.j5(1,"images") +B.wv=new A.j5(2,"shaders") +B.ww=new A.j5(3,"paints") +B.Rd=new A.j5(4,"paths") +B.Re=new A.j5(5,"textPositions") +B.Rf=new A.j5(6,"text") +B.b0=new A.j5(7,"commands") +B.bU=new A.yV(0,"ready") +B.Rk=new A.yV(1,"possible") +B.f4=new A.yV(2,"accepted") +B.T=new A.r3(0,"initial") +B.bV=new A.r3(1,"active") +B.Rl=new A.r3(2,"inactive") +B.wx=new A.r3(3,"defunct") +B.wy=new A.ob(0) +B.Rs=new A.M6(1,0,"forward") +B.Rt=new A.M6(-1,1,"backward") +B.Ru=new A.M9(1,"small") +B.Rv=new A.M9(3,"extended") +B.iR=new A.r6(0,"ready") +B.f5=new A.r6(1,"possible") +B.wz=new A.r6(2,"accepted") +B.wA=new A.r6(3,"started") +B.f6=new A.ra(0,"idle") +B.Rw=new A.ra(1,"absorb") +B.f7=new A.ra(2,"pull") +B.wB=new A.ra(3,"recede") +B.bW=new A.lO(0,"pressed") +B.cp=new A.lO(1,"hover") +B.wC=new A.lO(2,"focus") +B.Rx=new A.a9D(0,"standard") +B.az=new A.j7(1) +B.Ry=new A.dL(0,"size") +B.wD=new A.dL(11,"accessibleNavigation") +B.Rz=new A.dL(12,"invertColors") +B.wE=new A.dL(13,"highContrast") +B.RA=new A.dL(16,"boldText") +B.wF=new A.dL(17,"navigationMode") +B.wG=new A.dL(18,"gestureSettings") +B.f8=new A.dL(2,"devicePixelRatio") +B.iS=new A.dL(4,"textScaler") +B.wH=new A.dL(5,"platformBrightness") +B.bq=new A.dL(6,"padding") +B.iT=new A.dL(7,"viewInsets") +B.RB=new A.dL(9,"viewPadding") +B.wI=new A.lR(1/0,1/0,1/0,1/0,1/0,1/0) +B.RC=new A.co(B.d5,B.c3) +B.e0=new A.mZ(1,"left") +B.RD=new A.co(B.d5,B.e0) +B.e1=new A.mZ(2,"right") +B.RE=new A.co(B.d5,B.e1) +B.RF=new A.co(B.d5,B.b6) +B.RG=new A.co(B.d6,B.c3) +B.RH=new A.co(B.d6,B.e0) +B.RI=new A.co(B.d6,B.e1) +B.RJ=new A.co(B.d6,B.b6) +B.RK=new A.co(B.d7,B.c3) +B.RL=new A.co(B.d7,B.e0) +B.RM=new A.co(B.d7,B.e1) +B.RN=new A.co(B.d7,B.b6) +B.RO=new A.co(B.d8,B.c3) +B.RP=new A.co(B.d8,B.e0) +B.RQ=new A.co(B.d8,B.e1) +B.RR=new A.co(B.d8,B.b6) +B.RS=new A.co(B.qh,B.b6) +B.RT=new A.co(B.qi,B.b6) +B.RU=new A.co(B.qj,B.b6) +B.RV=new A.co(B.qk,B.b6) +B.RX=new A.Nw(null) +B.RW=new A.Ny(null) +B.cq=new A.bG(0,0) +B.iU=new A.e7(1,"add") +B.S_=new A.e7(10,"remove") +B.S0=new A.e7(11,"popping") +B.S1=new A.e7(12,"removing") +B.iV=new A.e7(13,"dispose") +B.S2=new A.e7(14,"disposing") +B.f9=new A.e7(15,"disposed") +B.S3=new A.e7(2,"adding") +B.wJ=new A.e7(3,"push") +B.wK=new A.e7(4,"pushReplace") +B.wL=new A.e7(5,"pushing") +B.S4=new A.e7(6,"replace") +B.cr=new A.e7(7,"idle") +B.iW=new A.e7(8,"pop") +B.fa=new A.eV(0,"body") +B.fb=new A.eV(1,"appBar") +B.iY=new A.eV(10,"endDrawer") +B.fc=new A.eV(11,"statusBar") +B.fd=new A.eV(2,"bodyScrim") +B.fe=new A.eV(3,"bottomSheet") +B.cs=new A.eV(4,"snackBar") +B.ff=new A.eV(5,"materialBanner") +B.iZ=new A.eV(6,"persistentFooter") +B.j_=new A.eV(7,"bottomNavigationBar") +B.fg=new A.eV(8,"floatingActionButton") +B.j0=new A.eV(9,"drawer") +B.l=new A.abT(0,"created") +B.bX=new A.Q_(0,"trailing") +B.wM=new A.Q_(1,"leading") +B.j1=new A.rB(0,"idle") +B.S6=new A.rB(1,"absorb") +B.j2=new A.rB(2,"pull") +B.j3=new A.rB(3,"recede") +B.fh=new A.AG(0,"leading") +B.fi=new A.AG(1,"middle") +B.fj=new A.AG(2,"trailing") +B.S7=new A.Qv(0,"minimize") +B.S8=new A.Qv(1,"maximize") +B.S9=new A.Rd(B.R,A.aAt())})();(function staticFields(){$.cf=null +$.bb=A.ba("canvasKit") +$.cY=A.ba("_instance") +$.asj=A.z(t.N,A.X("ac")) +$.alA=!1 +$.alz=null +$.bS=null +$.aoc=0 +$.dx=null +$.ah0=!1 +$.h8=A.a([],t.kZ) +$.alC=0 +$.acU=0 +$.kA=A.a([],A.X("r")) +$.aei=A.a([],t.nx) +$.fv=null +$.auc=A.ba("_instance") +$.a4F=null +$.alX=null +$.alY=null +$.ahD=A.a([],t.g) +$.anm=B.CS +$.m0=A.a([],t.u) +$.Bj=B.kD +$.rJ=null +$.Zo=null +$.aks=0 +$.ap_=null +$.akJ=null +$.amV=null +$.amq=0 +$.ah1=A.a([],t.no) +$.ahd=-1 +$.agX=-1 +$.agW=-1 +$.ah7=-1 +$.anB=-1 +$.ag9=null +$.XR=A.ba("_programCache") +$.afz=0 +$.afy=0 +$.XQ=null +$.afA=null +$.akt=null +$.dn=null +$.xh=null +$.ann=null +$.alv=A.z(A.X("xV"),A.X("Jl")) +$.adj=null +$.anq=-1 +$.anp=-1 +$.anr="" +$.ano="" +$.ans=-1 +$.Bt=A.z(t.N,t.e) +$.anb=null +$.a9T=null +$.ot=A.a([],t.jl) +$.aoV=null +$.akR=null +$.a19=0 +$.H4=A.azN() +$.aiz=null +$.aiy=null +$.aos=null +$.anN=null +$.aoW=null +$.adN=null +$.ae7=null +$.aht=null +$.aba=A.a([],A.X("r?>")) +$.rK=null +$.Bl=null +$.Bm=null +$.ah6=!1 +$.ag=B.R +$.ane=A.z(t.N,t.xd) +$.anA=A.z(t.C_,t.e) +$.au0=A.aAo() +$.afs=0 +$.Eo=A.a([],A.X("r")) +$.ak5=null +$.Sj=0 +$.ad1=null +$.agZ=!1 +$.eI=null +$.agN=!0 +$.agM=!1 +$.o_=A.a([],A.X("r")) +$.jO=null +$.ny=null +$.bX=null +$.a3m=null +$.aiT=0 +$.aiR=A.z(t.S,t.I7) +$.aiS=A.z(t.I7,t.S) +$.a3B=0 +$.hL=null +$.qC=null +$.agq=null +$.aG=null +$.ag1=-9007199254740992 +$.aA2=A.z(A.X("oN"),A.X("D2<~>")) +$.acQ=null +$.HR=A.z(A.X("wu"),A.X("Hb")) +$.acp=A.z(A.X("rr"),t.Wa) +$.acx=A.z(A.X("rr"),A.X("ac")) +$.awN=A.aU(["xx-small",10,"x-small",12,"small",14,"medium",18,"large",22,"x-large",26,"xx-large",32],t.N,t.i)})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"aFh","bQ",()=>{var q="navigator" +return A.aBb(A.aum(A.y(A.y(self.window,q),"vendor")),B.d.a96(A.ato(A.y(self.window,q))))}) +s($,"aFV","cX",()=>A.aBd()) +s($,"aCZ","ahS",()=>A.FW(8)) +s($,"aFk","SD",()=>A.y(A.y(A.aa(),"ClipOp"),"Intersect")) +s($,"aG9","aqY",()=>{var q="FontWeight" +return A.a([A.y(A.y(A.aa(),q),"Thin"),A.y(A.y(A.aa(),q),"ExtraLight"),A.y(A.y(A.aa(),q),"Light"),A.y(A.y(A.aa(),q),"Normal"),A.y(A.y(A.aa(),q),"Medium"),A.y(A.y(A.aa(),q),"SemiBold"),A.y(A.y(A.aa(),q),"Bold"),A.y(A.y(A.aa(),q),"ExtraBold"),A.y(A.y(A.aa(),q),"ExtraBlack")],t.J)}) +s($,"aGi","ar6",()=>{var q="TextDirection" +return A.a([A.y(A.y(A.aa(),q),"RTL"),A.y(A.y(A.aa(),q),"LTR")],t.J)}) +s($,"aGf","ar3",()=>{var q="TextAlign" +return A.a([A.y(A.y(A.aa(),q),"Left"),A.y(A.y(A.aa(),q),"Right"),A.y(A.y(A.aa(),q),"Center"),A.y(A.y(A.aa(),q),"Justify"),A.y(A.y(A.aa(),q),"Start"),A.y(A.y(A.aa(),q),"End")],t.J)}) +s($,"aGj","ar7",()=>{var q="TextHeightBehavior" +return A.a([A.y(A.y(A.aa(),q),"All"),A.y(A.y(A.aa(),q),"DisableFirstAscent"),A.y(A.y(A.aa(),q),"DisableLastDescent"),A.y(A.y(A.aa(),q),"DisableAll")],t.J)}) +s($,"aGb","ar_",()=>{var q="RectHeightStyle" +return A.a([A.y(A.y(A.aa(),q),"Tight"),A.y(A.y(A.aa(),q),"Max"),A.y(A.y(A.aa(),q),"IncludeLineSpacingMiddle"),A.y(A.y(A.aa(),q),"IncludeLineSpacingTop"),A.y(A.y(A.aa(),q),"IncludeLineSpacingBottom"),A.y(A.y(A.aa(),q),"Strut")],t.J)}) +s($,"aGc","ar0",()=>{var q="RectWidthStyle" +return A.a([A.y(A.y(A.aa(),q),"Tight"),A.y(A.y(A.aa(),q),"Max")],t.J)}) +s($,"aGl","ar8",()=>{var q="VertexMode" +return A.a([A.y(A.y(A.aa(),q),"Triangles"),A.y(A.y(A.aa(),q),"TrianglesStrip"),A.y(A.y(A.aa(),q),"TriangleFan")],t.J)}) +s($,"aG7","ai7",()=>A.a([A.y(A.y(A.aa(),"ClipOp"),"Difference"),A.y(A.y(A.aa(),"ClipOp"),"Intersect")],t.J)) +s($,"aG8","aeJ",()=>{var q="FillType" +return A.a([A.y(A.y(A.aa(),q),"Winding"),A.y(A.y(A.aa(),q),"EvenOdd")],t.J)}) +s($,"aG6","aqX",()=>{var q="BlurStyle" +return A.a([A.y(A.y(A.aa(),q),"Normal"),A.y(A.y(A.aa(),q),"Solid"),A.y(A.y(A.aa(),q),"Outer"),A.y(A.y(A.aa(),q),"Inner")],t.J)}) +s($,"aGd","ar1",()=>{var q="StrokeCap" +return A.a([A.y(A.y(A.aa(),q),"Butt"),A.y(A.y(A.aa(),q),"Round"),A.y(A.y(A.aa(),q),"Square")],t.J)}) +s($,"aGa","aqZ",()=>{var q="PaintStyle" +return A.a([A.y(A.y(A.aa(),q),"Fill"),A.y(A.y(A.aa(),q),"Stroke")],t.J)}) +s($,"aG5","aeI",()=>{var q="BlendMode" +return A.a([A.y(A.y(A.aa(),q),"Clear"),A.y(A.y(A.aa(),q),"Src"),A.y(A.y(A.aa(),q),"Dst"),A.y(A.y(A.aa(),q),"SrcOver"),A.y(A.y(A.aa(),q),"DstOver"),A.y(A.y(A.aa(),q),"SrcIn"),A.y(A.y(A.aa(),q),"DstIn"),A.y(A.y(A.aa(),q),"SrcOut"),A.y(A.y(A.aa(),q),"DstOut"),A.y(A.y(A.aa(),q),"SrcATop"),A.y(A.y(A.aa(),q),"DstATop"),A.y(A.y(A.aa(),q),"Xor"),A.y(A.y(A.aa(),q),"Plus"),A.y(A.y(A.aa(),q),"Modulate"),A.y(A.y(A.aa(),q),"Screen"),A.y(A.y(A.aa(),q),"Overlay"),A.y(A.y(A.aa(),q),"Darken"),A.y(A.y(A.aa(),q),"Lighten"),A.y(A.y(A.aa(),q),"ColorDodge"),A.y(A.y(A.aa(),q),"ColorBurn"),A.y(A.y(A.aa(),q),"HardLight"),A.y(A.y(A.aa(),q),"SoftLight"),A.y(A.y(A.aa(),q),"Difference"),A.y(A.y(A.aa(),q),"Exclusion"),A.y(A.y(A.aa(),q),"Multiply"),A.y(A.y(A.aa(),q),"Hue"),A.y(A.y(A.aa(),q),"Saturation"),A.y(A.y(A.aa(),q),"Color"),A.y(A.y(A.aa(),q),"Luminosity")],t.J)}) +s($,"aGe","ar2",()=>{var q="StrokeJoin" +return A.a([A.y(A.y(A.aa(),q),"Miter"),A.y(A.y(A.aa(),q),"Round"),A.y(A.y(A.aa(),q),"Bevel")],t.J)}) +s($,"aGk","BK",()=>{var q="TileMode" +return A.a([A.y(A.y(A.aa(),q),"Clamp"),A.y(A.y(A.aa(),q),"Repeat"),A.y(A.y(A.aa(),q),"Mirror"),A.y(A.y(A.aa(),q),"Decal")],t.J)}) +s($,"aFo","aqq",()=>{var q="FilterMode",p="MipmapMode",o="Linear",n=t.e +return A.aU([B.dV,n.a({filter:A.y(A.y(A.aa(),q),"Nearest"),mipmap:A.y(A.y(A.aa(),p),"None")}),B.dW,n.a({filter:A.y(A.y(A.aa(),q),o),mipmap:A.y(A.y(A.aa(),p),"None")}),B.kI,n.a({filter:A.y(A.y(A.aa(),q),o),mipmap:A.y(A.y(A.aa(),p),o)}),B.fZ,n.a({B:A.ajp(0.3333333333333333),C:A.ajp(0.3333333333333333)})],A.X("mC"),n)}) +s($,"aFw","aqx",()=>{var q=A.FW(2) +q[0]=0 +q[1]=1 +return q}) +s($,"aG2","SH",()=>A.aBZ(4)) +s($,"aGh","ar5",()=>{var q="DecorationStyle" +return A.a([A.y(A.y(A.aa(),q),"Solid"),A.y(A.y(A.aa(),q),"Double"),A.y(A.y(A.aa(),q),"Dotted"),A.y(A.y(A.aa(),q),"Dashed"),A.y(A.y(A.aa(),q),"Wavy")],t.J)}) +s($,"aGg","ar4",()=>{var q="TextBaseline" +return A.a([A.y(A.y(A.aa(),q),"Alphabetic"),A.y(A.y(A.aa(),q),"Ideographic")],t.J)}) +r($,"azw","aqu",()=>A.ayW()) +r($,"aDI","aeA",()=>{var q=t.S,p=t.t +return new A.ES(A.atG(),A.z(q,A.X("aDp")),A.z(q,A.X("aEF")),A.z(q,A.X("iW")),A.aE(q),A.a([],p),A.a([],p),$.c5().gir(),A.z(q,A.X("bv")))}) +r($,"aFp","aqr",()=>{var q=A.ajH(new A.ad5()),p=self.window.FinalizationRegistry +p.toString +return A.ayM(p,q)}) +r($,"aGL","arl",()=>new A.a_N()) +s($,"aFu","aqw",()=>A.auW(B.FM)) +s($,"aFt","aeG",()=>A.ZS(A.ast($.aqw()))) +s($,"aFj","aqo",()=>A.alk(A.y(A.aa(),"ParagraphBuilder"))) +s($,"aD2","api",()=>A.an1(A.Bi(A.Bi(A.Bi(A.ap7(),"window"),"flutterCanvasKit"),"Paint"))) +s($,"aD1","aph",()=>{var q=A.an1(A.Bi(A.Bi(A.Bi(A.ap7(),"window"),"flutterCanvasKit"),"Paint")) +A.awy(q,0) +return q}) +s($,"aGS","arn",()=>{var q=t.N,p=A.X("+breaks,graphemes,words(qP,qP,qP)"),o=A.afR(B.v7.a,q,p),n=A.afR(B.v8.a,q,p) +return new A.OL(A.afR(B.v9.a,q,p),n,o)}) +s($,"aFs","aqv",()=>A.aU([B.kV,A.ao8("grapheme"),B.kW,A.ao8("word")],A.X("uZ"),t.e)) +s($,"aGw","arh",()=>A.aob()) +s($,"aDr","bw",()=>{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.DY(A.awv(p,q==null?0:q))}) +s($,"aGv","arg",()=>{var q=A.y(self.window,"trustedTypes") +q.toString +return A.ayP(q,"createPolicy",A.awL("flutter-engine"),t.e.a({createScriptURL:A.ajH(new A.adw())}))}) +r($,"aGz","ari",()=>self.window.FinalizationRegistry!=null) +s($,"aFq","aqs",()=>B.K.bu(A.aU(["type","fontsChange"],t.N,t.z))) +s($,"aGK","aif",()=>{var q=A.ao9() +A.aj2(q,"width",0) +A.aj2(q,"height",0) +A.aiZ(A.y(q,"style"),"absolute") +return q}) +s($,"aEU","aeE",()=>A.FW(4)) +r($,"aG1","SG",()=>new A.a3S()) +s($,"aEE","aq_",()=>A.ako(A.a([0,1,2,2,3,0],t.t))) +s($,"aGm","ar9",()=>A.ahr(A.ahr(A.ahr(self.window,"Image"),"prototype"),"decode")!=null) +s($,"aFg","aqm",()=>A.asC("ftyp")) +s($,"aFx","ai3",()=>8589934852) +s($,"aFy","aqy",()=>8589934853) +s($,"aFz","ai4",()=>8589934848) +s($,"aFA","aqz",()=>8589934849) +s($,"aFE","ai6",()=>8589934850) +s($,"aFF","aqC",()=>8589934851) +s($,"aFC","ai5",()=>8589934854) +s($,"aFD","aqB",()=>8589934855) +s($,"aFK","aqH",()=>458978) +s($,"aFL","aqI",()=>458982) +s($,"aGI","aid",()=>458976) +s($,"aGJ","aie",()=>458980) +s($,"aFO","aqL",()=>458977) +s($,"aFP","aqM",()=>458981) +s($,"aFM","aqJ",()=>458979) +s($,"aFN","aqK",()=>458983) +s($,"aFB","aqA",()=>A.aU([$.ai3(),new A.ada(),$.aqy(),new A.adb(),$.ai4(),new A.adc(),$.aqz(),new A.add(),$.ai6(),new A.ade(),$.aqC(),new A.adf(),$.ai5(),new A.adg(),$.aqB(),new A.adh()],t.S,A.X("I(iw)"))) +s($,"aGN","aeK",()=>A.aAY(new A.aej())) +r($,"aDD","aez",()=>new A.EN(A.a([],A.X("r<~(I)>")),A.ajn(self.window,"(forced-colors: active)"))) +s($,"aDs","aJ",()=>{var q,p=A.afr(),o=A.aBm(),n=A.atI(0) +if(A.atm($.aez().b))n.sa6u(!0) +p=A.ave(n.aN(),!1,"/",p,B.V,!1,null,o) +o=A.a([$.bw()],A.X("r")) +q=A.ajn(self.window,"(prefers-color-scheme: dark)") +A.aB1() +q=new A.E2(p,o,A.z(t.S,A.X("ph")),A.z(t.K,A.X("K_")),q,B.R) +q.TS() +o=$.aez() +p=o.a +if(B.b.gP(p))A.an2(o.b,"addListener",o.gGB()) +p.push(q.gIG()) +q.TV() +q.TZ() +A.aoZ(q.gpr()) +q.Pt("flutter/lifecycle",A.TJ(B.b3.cs(B.dD.F())),null) +return q}) +s($,"aDV","ahX",()=>{var q=t.N,p=t.S +q=new A.a0L(A.z(q,t._8),A.z(p,t.e),A.aE(q),A.z(p,q)) +q.a8L("_default_document_create_element_visible",A.and()) +q.Nh("_default_document_create_element_invisible",A.and(),!1) +return q}) +r($,"aE5","apC",()=>new A.a2F()) +r($,"azk","aqt",()=>A.Bn()) +s($,"aFZ","af",()=>(A.ao3().gNs()!=null?A.ao3().gNs()==="canvaskit":A.aBP())?new A.Cq():new A.Yk()) +r($,"aGA","arj",()=>{var q=self.window.ImageDecoder +q=(q==null?null:q)!=null&&A.aAz()===B.bd +return q}) +s($,"aDF","apr",()=>A.e0("[a-z0-9\\s]+",!1,!1)) +s($,"aDG","aps",()=>A.e0("\\b\\d",!0,!1)) +s($,"aGU","ov",()=>A.ati(A.rO(0,0))) +s($,"aEg","apH",()=>{var q=A.aAX("flt-ruler-host"),p=new A.I9(q),o=A.y(q,"style") +A.aiZ(o,"fixed") +A.atf(o,"hidden") +A.atd(o,"hidden") +A.ate(o,"0") +A.atc(o,"0") +A.atg(o,"0") +A.atb(o,"0") +A.an2(A.aBr().gWO(),"appendChild",q) +A.aoZ(p.gpr()) +return p}) +s($,"aGr","ai9",()=>A.axd(A.a([B.QO,B.QS,B.QB,B.QC,B.QE,B.QP,B.Qz,B.QA,B.QD,B.QQ,B.QR,B.Qy,B.QF,B.QG,B.QH,B.QI,B.QJ,B.QK,B.QL,B.QM,B.QN],A.X("r>")),null,A.X("j_?"))) +r($,"aGX","BL",()=>A.axe("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.FH,B.wo,A.X("cK"))) +s($,"aCX","apg",()=>{var q=t.N +return new A.Ty(A.aU(["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($,"aGV","SL",()=>new A.Ys()) +s($,"aGp","arb",()=>A.FW(4)) +s($,"aGn","ai8",()=>A.FW(16)) +s($,"aGo","ara",()=>A.auI($.ai8())) +r($,"aGO","da",()=>A.atj(A.y(self.window,"console"))) +s($,"aGW","c5",()=>A.atK(0,$.aJ())) +s($,"aDd","ahT",()=>A.aBz("_$dart_dartClosure")) +s($,"aGM","arm",()=>B.R.BG(new A.aef(),A.X("ac"))) +s($,"aEr","apO",()=>A.ka(A.a6q({ +toString:function(){return"$receiver$"}}))) +s($,"aEs","apP",()=>A.ka(A.a6q({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"aEt","apQ",()=>A.ka(A.a6q(null))) +s($,"aEu","apR",()=>A.ka(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aEx","apU",()=>A.ka(A.a6q(void 0))) +s($,"aEy","apV",()=>A.ka(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"aEw","apT",()=>A.ka(A.alT(null))) +s($,"aEv","apS",()=>A.ka(function(){try{null.$method$}catch(q){return q.message}}())) +s($,"aEA","apX",()=>A.ka(A.alT(void 0))) +s($,"aEz","apW",()=>A.ka(function(){try{(void 0).$method$}catch(q){return q.message}}())) +s($,"aFU","aqQ",()=>A.aly(254)) +s($,"aFG","aqD",()=>97) +s($,"aFS","aqO",()=>65) +s($,"aFH","aqE",()=>122) +s($,"aFT","aqP",()=>90) +s($,"aFI","aqF",()=>48) +s($,"aEJ","ahZ",()=>A.axr()) +s($,"aDB","ahW",()=>A.X("at").a($.arm())) +s($,"aEB","apY",()=>new A.a6C().$0()) +s($,"aEC","apZ",()=>new A.a6B().$0()) +s($,"aEL","ai_",()=>A.auY(A.eb(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($,"aEK","aq2",()=>A.afZ(0)) +s($,"aF0","aqc",()=>A.e0("^[\\-\\.0-9A-Z_a-z~]*$",!0,!1)) +s($,"aFr","dh",()=>A.os(B.Qd)) +s($,"aEj","jh",()=>{A.avJ() +return $.a19}) +s($,"aG_","aqT",()=>A.az1()) +s($,"aFv","ai2",()=>Symbol("jsBoxedDartObjectProperty")) +s($,"aDq","d9",()=>A.fh(A.ako(A.a([1],t.t)).buffer,0,null).getInt8(0)===1?B.X:B.jw) +s($,"aGB","SJ",()=>new A.U1(A.z(t.N,A.X("kg")))) +r($,"aFY","aeH",()=>B.yl) +s($,"aFQ","aqN",()=>A.fp(B.ew,B.h,t.EP)) +s($,"aFJ","aqG",()=>A.fp(B.h,B.Ip,t.EP)) +r($,"aEP","aq4",()=>new A.Dr(B.Rb,B.Ra)) +s($,"aGq","arc",()=>new A.adv().$0()) +s($,"aFi","aqn",()=>new A.acP().$0()) +r($,"aDx","hb",()=>$.au0) +s($,"aD_","aR",()=>A.bg(0,null,!1,t.Nw)) +s($,"aEO","BJ",()=>new A.lK(0,$.aq3())) +s($,"aEN","aq3",()=>A.azQ(0)) +s($,"aFl","SE",()=>A.jI(null,t.N)) +s($,"aFm","ai1",()=>A.awJ()) +s($,"aEI","aq1",()=>A.afZ(8)) +s($,"aEi","apI",()=>A.e0("^\\s*at ([^\\s]+).*$",!0,!1)) +s($,"aGH","aic",()=>A.mk(4294967295)) +s($,"aGG","aib",()=>A.mk(3707764736)) +s($,"aEY","aq9",()=>A.fp(0.75,1,t.i)) +s($,"aEZ","aqa",()=>A.kS(B.yW)) +s($,"aDK","apt",()=>A.kS(B.aL)) +s($,"aDL","apu",()=>A.kS(B.DO)) +s($,"aFa","aql",()=>{var q=t.i +return A.a([A.alS(A.fp(0,0.4,q).i5(A.kS(B.Cb)),0.166666,q),A.alS(A.fp(0.4,1,q).i5(A.kS(B.Ce)),0.833334,q)],A.X("r>"))}) +s($,"aF9","SC",()=>A.axa($.aql(),t.i)) +s($,"aF2","aqe",()=>A.fp(0,1,t.i).i5(A.kS(B.DM))) +s($,"aF3","aqf",()=>A.fp(1.1,1,t.i).i5($.SC())) +s($,"aF4","aqg",()=>A.fp(0.85,1,t.i).i5($.SC())) +s($,"aF5","aqh",()=>A.fp(0,0.6,t.PM).i5(A.kS(B.DP))) +s($,"aF6","aqi",()=>A.fp(1,0,t.i).i5(A.kS(B.DQ))) +s($,"aF8","aqk",()=>A.fp(1,1.05,t.i).i5($.SC())) +s($,"aF7","aqj",()=>A.fp(1,0.9,t.i).i5($.SC())) +s($,"aEQ","aq5",()=>A.fp(0.875,1,t.i).i5(A.kS(B.dO))) +s($,"aEp","apM",()=>A.ax_()) +s($,"aEo","apL",()=>new A.M0(A.z(A.X("rc"),t.we),5,A.X("M0"))) +s($,"aDP","aeB",()=>A.auX(4)) +r($,"aE1","apy",()=>B.zv) +r($,"aE3","apA",()=>{var q=null +return A.agt(q,B.kc,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q,q)}) +r($,"aE2","apz",()=>{var q=null +return A.a0l(q,q,q,q,q,q,q,q,q,B.eY,B.q,q)}) +s($,"aF_","aqb",()=>A.auJ()) +s($,"aE4","apB",()=>A.aly(65532)) +s($,"aFR","SF",()=>98304) +s($,"aEb","aeD",()=>A.jZ()) +s($,"aEa","apE",()=>A.akn(0)) +s($,"aEc","apF",()=>A.akn(0)) +s($,"aEd","apG",()=>A.auK().a) +s($,"aGQ","SK",()=>{var q=t.N,p=t.L0 +return new A.a0H(A.z(q,A.X("ac")),A.z(q,p),A.z(q,p))}) +s($,"aDM","apv",()=>A.aU([4294967562,B.DY,4294967564,B.DZ,4294967556,B.E_],t.S,t.SQ)) +s($,"aE_","aeC",()=>new A.a1j(A.a([],A.X("r<~(hE)>")),A.z(t.v3,t.bd))) +s($,"aDZ","apx",()=>{var q=t.v3 +return A.aU([B.RL,A.cR([B.cc],q),B.RM,A.cR([B.ce],q),B.RN,A.cR([B.cc,B.ce],q),B.RK,A.cR([B.cc],q),B.RH,A.cR([B.cb],q),B.RI,A.cR([B.dd],q),B.RJ,A.cR([B.cb,B.dd],q),B.RG,A.cR([B.cb],q),B.RD,A.cR([B.ca],q),B.RE,A.cR([B.dc],q),B.RF,A.cR([B.ca,B.dc],q),B.RC,A.cR([B.ca],q),B.RP,A.cR([B.cd],q),B.RQ,A.cR([B.de],q),B.RR,A.cR([B.cd,B.de],q),B.RO,A.cR([B.cd],q),B.RS,A.cR([B.bH],q),B.RT,A.cR([B.eA],q),B.RU,A.cR([B.ez],q),B.RV,A.cR([B.db],q)],A.X("co"),A.X("bv"))}) +s($,"aDY","ahY",()=>A.aU([B.cc,B.d2,B.ce,B.em,B.cb,B.c5,B.dd,B.d1,B.ca,B.d0,B.dc,B.el,B.cd,B.d3,B.de,B.en,B.bH,B.cY,B.eA,B.ej,B.ez,B.ek],t.v3,t.bd)) +s($,"aDX","apw",()=>{var q=A.z(t.v3,t.bd) +q.n(0,B.db,B.hn) +q.C(0,$.ahY()) +return q}) +s($,"aEn","apK",()=>{var q=$.aq8() +q=new A.Jm(q,A.cR([q],A.X("xW")),A.z(t.N,A.X("aE6"))) +q.c=B.Iy +q.gUB().nF(q.gYW()) +return q}) +s($,"aEV","aq8",()=>new A.NS()) +r($,"aEH","aq0",()=>{var q=A.X("~(bn)") +return A.aU([B.Q0,A.aiY(!0),B.Qw,A.aiY(!1),B.Qi,new A.HV(A.vV(q)),B.Qc,new A.G2(A.vV(q)),B.Qg,new A.H0(A.vV(q)),B.Q_,new A.DG(A.vV(q)),B.wk,A.awa(),B.Qh,new A.H5(A.vV(q)),B.Qq,new A.K4(A.vV(q))],t.A,t.od)}) +s($,"aDf","aey",()=>{var q,p,o,n=t.vz,m=A.z(t.Vz,n) +for(q=A.X("av"),p=0;p<2;++p){o=B.hk[p] +m.C(0,A.aU([A.ds(B.aw,!1,!1,!1,o),B.jp,A.ds(B.aw,!1,!0,!1,o),B.jt,A.ds(B.aw,!0,!1,!1,o),B.jr,A.ds(B.am,!1,!1,!1,o),B.jq,A.ds(B.am,!1,!0,!1,o),B.ju,A.ds(B.am,!0,!1,!1,o),B.js],q,n))}m.n(0,B.eV,B.ft) +m.n(0,B.eW,B.fu) +m.n(0,B.eR,B.fx) +m.n(0,B.eS,B.fy) +m.n(0,B.vC,B.jz) +m.n(0,B.vD,B.jA) +m.n(0,B.vE,B.jH) +m.n(0,B.vF,B.jI) +m.n(0,B.ic,B.cw) +m.n(0,B.id,B.cx) +m.n(0,B.ie,B.fv) +m.n(0,B.ig,B.fw) +m.n(0,B.vG,B.jD) +m.n(0,B.vH,B.jE) +m.n(0,B.vI,B.jB) +m.n(0,B.vJ,B.jC) +m.n(0,B.vK,B.jF) +m.n(0,B.vL,B.jG) +m.n(0,B.vM,B.yg) +m.n(0,B.vN,B.yh) +m.n(0,B.KL,B.yc) +m.n(0,B.KM,B.yd) +m.n(0,B.ds,B.jJ) +m.n(0,B.dt,B.jK) +m.n(0,B.ib,B.jL) +m.n(0,B.ih,B.jM) +m.n(0,B.vU,B.jm) +m.n(0,B.vV,B.jn) +m.n(0,B.vW,B.jQ) +m.n(0,B.ii,B.jS) +m.n(0,B.L_,B.jU) +m.n(0,B.L0,B.jR) +m.n(0,B.eX,B.n) +m.n(0,B.eO,B.n) +return m}) +s($,"aDe","ahU",()=>$.aey()) +s($,"aDg","apj",()=>$.ahU()) +s($,"aDi","apl",()=>{var q=A.n0($.aey(),t.Vz,t.vz) +q.n(0,B.eP,B.cw) +q.n(0,B.eQ,B.cx) +q.n(0,B.eT,B.jD) +q.n(0,B.eU,B.jE) +return q}) +s($,"aDj","ahV",()=>{var q,p,o,n=t.vz,m=A.z(t.Vz,n) +for(q=A.X("av"),p=0;p<2;++p){o=B.hk[p] +m.C(0,A.aU([A.ds(B.aw,!1,!1,!1,o),B.jp,A.ds(B.aw,!0,!1,!1,o),B.jt,A.ds(B.aw,!1,!1,!0,o),B.jr,A.ds(B.am,!1,!1,!1,o),B.jq,A.ds(B.am,!0,!1,!1,o),B.ju,A.ds(B.am,!1,!1,!0,o),B.js],q,n))}m.n(0,B.eV,B.ft) +m.n(0,B.eW,B.fu) +m.n(0,B.eR,B.fx) +m.n(0,B.eS,B.fy) +m.n(0,B.vC,B.jz) +m.n(0,B.vD,B.jA) +m.n(0,B.vE,B.jH) +m.n(0,B.vF,B.jI) +m.n(0,B.ic,B.jF) +m.n(0,B.id,B.jG) +m.n(0,B.ie,B.cw) +m.n(0,B.ig,B.cx) +m.n(0,B.vG,B.yi) +m.n(0,B.vH,B.yj) +m.n(0,B.vI,B.ye) +m.n(0,B.vJ,B.yf) +m.n(0,B.vO,B.cw) +m.n(0,B.vP,B.cx) +m.n(0,B.vQ,B.fv) +m.n(0,B.vR,B.fw) +m.n(0,B.KN,B.y6) +m.n(0,B.KO,B.y7) +m.n(0,B.KP,B.jx) +m.n(0,B.KQ,B.jy) +m.n(0,B.L1,B.yX) +m.n(0,B.eP,B.yJ) +m.n(0,B.eQ,B.yK) +m.n(0,B.eT,B.jx) +m.n(0,B.eU,B.jy) +m.n(0,B.ds,B.vk) +m.n(0,B.dt,B.i4) +m.n(0,B.ib,B.jL) +m.n(0,B.ih,B.jM) +m.n(0,B.vY,B.jm) +m.n(0,B.vZ,B.jn) +m.n(0,B.w_,B.jQ) +m.n(0,B.vX,B.jS) +m.n(0,B.KT,B.jU) +m.n(0,B.KU,B.jR) +m.n(0,B.KV,B.cx) +m.n(0,B.ii,B.cw) +m.n(0,B.KW,B.fu) +m.n(0,B.KX,B.ft) +m.n(0,B.KY,B.fy) +m.n(0,B.KZ,B.fx) +m.n(0,B.eX,B.n) +m.n(0,B.eO,B.n) +return m}) +s($,"aDh","apk",()=>$.ahV()) +s($,"aDl","apn",()=>{var q=A.n0($.aey(),t.Vz,t.vz) +q.n(0,B.ds,B.jJ) +q.n(0,B.dt,B.jK) +q.n(0,B.eP,B.y8) +q.n(0,B.eQ,B.y9) +q.n(0,B.eT,B.ya) +q.n(0,B.eU,B.yb) +q.n(0,B.vS,B.fv) +q.n(0,B.vT,B.fw) +q.n(0,B.KR,B.jB) +q.n(0,B.KS,B.jC) +return q}) +s($,"aDk","apm",()=>{var q,p,o,n=t.vz,m=A.z(t.Vz,n) +for(q=A.X("av"),p=0;p<2;++p){o=B.hk[p] +m.C(0,A.aU([A.ds(B.aw,!1,!1,!1,o),B.n,A.ds(B.am,!1,!1,!1,o),B.n,A.ds(B.aw,!0,!1,!1,o),B.n,A.ds(B.am,!0,!1,!1,o),B.n,A.ds(B.aw,!1,!0,!1,o),B.n,A.ds(B.am,!1,!0,!1,o),B.n,A.ds(B.aw,!1,!1,!0,o),B.n,A.ds(B.am,!1,!1,!0,o),B.n],q,n))}m.C(0,B.HE) +m.n(0,B.vU,B.n) +m.n(0,B.vY,B.n) +m.n(0,B.vV,B.n) +m.n(0,B.vZ,B.n) +m.n(0,B.vW,B.n) +m.n(0,B.w_,B.n) +m.n(0,B.ii,B.n) +m.n(0,B.vX,B.n) +return m}) +r($,"aET","ai0",()=>new A.Nv(B.RW,B.T)) +s($,"aES","aq7",()=>A.fp(1,0,t.i)) +s($,"aDR","i8",()=>A.atP()) +s($,"aEX","aeF",()=>{var q=A.axj(null),p=A.asG(t.H) +return new A.Nu(B.vf,q,p)}) +s($,"aER","aq6",()=>A.cx(16667,0)) +s($,"aE7","apD",()=>A.alw(0.5,1.1,100)) +s($,"aD4","aex",()=>A.aoz(0.78)/A.aoz(0.9)) +s($,"aGT","aro",()=>{var q=t.K +return new A.a4K(new A.TK(A.z(q,A.X("ac")),A.z(q,t.V4)))}) +s($,"aEq","apN",()=>new A.G1("newline expected")) +s($,"aG4","aqW",()=>A.lb(A.ahf(),new A.adu(),t.N,t.eg)) +s($,"aFX","aqS",()=>{var q=t.N +return A.ng(A.ha(A.ahf(),A.ahh("-",null),A.ahf(),q,q,q),new A.adq(),q,q,q,t.eg)}) +s($,"aG0","aqU",()=>{var q=t.z,p=A.aiK(A.a([$.aqS(),$.aqW()],t.C),null,q) +return A.lb(A.avy(p,q),new A.adt(),t.j,A.X("db"))}) +s($,"aFW","aqR",()=>{var q=t.ob,p=A.X("db") +return A.akD(A.ahF(A.av4(A.ahh("^",null),t.N),$.aqU(),q,p),new A.ado(),q,p,p)}) +r($,"aGP","aeL",()=>{var q="Office Code",p="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since. When an unknown printer took a galley." +return A.a([A.wn(A.mk(4282221230),p,1,"assets/images/bag_1.png",234,12,q),A.wn(A.mk(4292061572),p,2,"assets/images/bag_2.png",234,8,"Belt Bag"),A.wn(A.mk(4288189587),p,3,"assets/images/bag_3.png",234,10,"Hang Top"),A.wn(A.mk(4293309336),p,4,"assets/images/bag_4.png",234,11,"Old Fashion"),A.wn(A.mk(4294670467),p,5,"assets/images/bag_5.png",234,12,q),A.wn(A.mk(4289638062),p,6,"assets/images/bag_6.png",234,12,q)],A.X("r

    "))}) +s($,"aDy","app",()=>A.akB()) +s($,"aDz","apq",()=>{var q=A.akB() +q.soV(B.jd) +q.sfD(B.D4) +return q}) +s($,"aF1","aqd",()=>A.aCS()) +s($,"aDw","apo",()=>{var q=A.auV(4) +B.d9.PD(q,0,1056964608) +return q}) +s($,"aED","ou",()=>A.afZ(8)) +s($,"aGy","aia",()=>A.e0("\\s",!0,!1)) +s($,"aEl","apJ",()=>A.e0(" +",!0,!1)) +s($,"aGu","arf",()=>A.e0("^( *,?([^(]+)\\(([^)]*)\\))*$",!0,!1)) +s($,"aGt","are",()=>A.e0(" *,?([^(]+)\\(([^)]*)\\)",!0,!1)) +s($,"aGx","SI",()=>A.e0("( *, *| +)",!0,!1)) +s($,"aGs","ard",()=>A.e0("[&<\\u0001-\\u0008\\u000b\\u000c\\u000e-\\u001f\\u007f-\\u0084\\u0086-\\u009f]|]]>",!0,!1)) +s($,"aG3","aqV",()=>A.e0("['&<\\n\\r\\t\\u0001-\\u0008\\u000b\\u000c\\u000e-\\u001f\\u007f-\\u0084\\u0086-\\u009f]",!0,!1)) +s($,"aFn","aqp",()=>A.e0('["&<\\n\\r\\t\\u0001-\\u0008\\u000b\\u000c\\u000e-\\u001f\\u007f-\\u0084\\u0086-\\u009f]',!0,!1)) +s($,"aGE","ark",()=>new A.K8(new A.adO(),5,A.z(A.X("lI"),A.X("a7")),A.X("K8>")))})();(function nativeSupport(){!function(){var s=function(a){var m={} +m[a]=1 +return Object.keys(hunkHelpers.convertToFastObject(m))[0]} +v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} +var r="___dart_isolate_tags_" +var q=Object[r]||(Object[r]=Object.create(null)) +var p="_ZxYxX" +for(var o=0;;o++){var n=s(p+"_"+o+"_") +if(!(n in q)){q[n]=1 +v.isolateTag=n +break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() +hunkHelpers.setOrUpdateInterceptorsByTag({WebGL:J.py,AbortPaymentEvent:J.c,AnimationEffectReadOnly:J.c,AnimationEffectTiming:J.c,AnimationEffectTimingReadOnly:J.c,AnimationEvent:J.c,AnimationPlaybackEvent:J.c,AnimationTimeline:J.c,AnimationWorkletGlobalScope:J.c,ApplicationCacheErrorEvent:J.c,AuthenticatorAssertionResponse:J.c,AuthenticatorAttestationResponse:J.c,AuthenticatorResponse:J.c,BackgroundFetchClickEvent:J.c,BackgroundFetchEvent:J.c,BackgroundFetchFailEvent:J.c,BackgroundFetchFetch:J.c,BackgroundFetchManager:J.c,BackgroundFetchSettledFetch:J.c,BackgroundFetchedEvent:J.c,BarProp:J.c,BarcodeDetector:J.c,BeforeInstallPromptEvent:J.c,BeforeUnloadEvent:J.c,BlobEvent:J.c,BluetoothRemoteGATTDescriptor:J.c,Body:J.c,BudgetState:J.c,CacheStorage:J.c,CanMakePaymentEvent:J.c,CanvasGradient:J.c,CanvasPattern:J.c,CanvasRenderingContext2D:J.c,Client:J.c,Clients:J.c,ClipboardEvent:J.c,CloseEvent:J.c,CompositionEvent:J.c,CookieStore:J.c,Coordinates:J.c,Credential:J.c,CredentialUserData:J.c,CredentialsContainer:J.c,Crypto:J.c,CryptoKey:J.c,CSS:J.c,CSSVariableReferenceValue:J.c,CustomElementRegistry:J.c,CustomEvent:J.c,DataTransfer:J.c,DataTransferItem:J.c,DeprecatedStorageInfo:J.c,DeprecatedStorageQuota:J.c,DeprecationReport:J.c,DetectedBarcode:J.c,DetectedFace:J.c,DetectedText:J.c,DeviceAcceleration:J.c,DeviceMotionEvent:J.c,DeviceOrientationEvent:J.c,DeviceRotationRate:J.c,DirectoryEntry:J.c,webkitFileSystemDirectoryEntry:J.c,FileSystemDirectoryEntry:J.c,DirectoryReader:J.c,WebKitDirectoryReader:J.c,webkitFileSystemDirectoryReader:J.c,FileSystemDirectoryReader:J.c,DocumentOrShadowRoot:J.c,DocumentTimeline:J.c,DOMError:J.c,DOMImplementation:J.c,Iterator:J.c,DOMMatrix:J.c,DOMMatrixReadOnly:J.c,DOMParser:J.c,DOMPoint:J.c,DOMPointReadOnly:J.c,DOMQuad:J.c,DOMStringMap:J.c,Entry:J.c,webkitFileSystemEntry:J.c,FileSystemEntry:J.c,ErrorEvent:J.c,Event:J.c,InputEvent:J.c,SubmitEvent:J.c,ExtendableEvent:J.c,ExtendableMessageEvent:J.c,External:J.c,FaceDetector:J.c,FederatedCredential:J.c,FetchEvent:J.c,FileEntry:J.c,webkitFileSystemFileEntry:J.c,FileSystemFileEntry:J.c,DOMFileSystem:J.c,WebKitFileSystem:J.c,webkitFileSystem:J.c,FileSystem:J.c,FocusEvent:J.c,FontFace:J.c,FontFaceSetLoadEvent:J.c,FontFaceSource:J.c,ForeignFetchEvent:J.c,FormData:J.c,GamepadButton:J.c,GamepadEvent:J.c,GamepadPose:J.c,Geolocation:J.c,Position:J.c,GeolocationPosition:J.c,HashChangeEvent:J.c,Headers:J.c,HTMLHyperlinkElementUtils:J.c,IdleDeadline:J.c,ImageBitmap:J.c,ImageBitmapRenderingContext:J.c,ImageCapture:J.c,ImageData:J.c,InputDeviceCapabilities:J.c,InstallEvent:J.c,IntersectionObserver:J.c,IntersectionObserverEntry:J.c,InterventionReport:J.c,KeyboardEvent:J.c,KeyframeEffect:J.c,KeyframeEffectReadOnly:J.c,MediaCapabilities:J.c,MediaCapabilitiesInfo:J.c,MediaDeviceInfo:J.c,MediaEncryptedEvent:J.c,MediaError:J.c,MediaKeyMessageEvent:J.c,MediaKeyStatusMap:J.c,MediaKeySystemAccess:J.c,MediaKeys:J.c,MediaKeysPolicy:J.c,MediaMetadata:J.c,MediaQueryListEvent:J.c,MediaSession:J.c,MediaSettingsRange:J.c,MediaStreamEvent:J.c,MediaStreamTrackEvent:J.c,MemoryInfo:J.c,MessageChannel:J.c,MessageEvent:J.c,Metadata:J.c,MIDIConnectionEvent:J.c,MIDIMessageEvent:J.c,MouseEvent:J.c,DragEvent:J.c,MutationEvent:J.c,MutationObserver:J.c,WebKitMutationObserver:J.c,MutationRecord:J.c,NavigationPreloadManager:J.c,Navigator:J.c,NavigatorAutomationInformation:J.c,NavigatorConcurrentHardware:J.c,NavigatorCookies:J.c,NavigatorUserMediaError:J.c,NodeFilter:J.c,NodeIterator:J.c,NonDocumentTypeChildNode:J.c,NonElementParentNode:J.c,NoncedElement:J.c,NotificationEvent:J.c,OffscreenCanvasRenderingContext2D:J.c,OverconstrainedError:J.c,PageTransitionEvent:J.c,PaintRenderingContext2D:J.c,PaintSize:J.c,PaintWorkletGlobalScope:J.c,PasswordCredential:J.c,Path2D:J.c,PaymentAddress:J.c,PaymentInstruments:J.c,PaymentManager:J.c,PaymentRequestEvent:J.c,PaymentRequestUpdateEvent:J.c,PaymentResponse:J.c,PerformanceEntry:J.c,PerformanceLongTaskTiming:J.c,PerformanceMark:J.c,PerformanceMeasure:J.c,PerformanceNavigation:J.c,PerformanceNavigationTiming:J.c,PerformanceObserver:J.c,PerformanceObserverEntryList:J.c,PerformancePaintTiming:J.c,PerformanceResourceTiming:J.c,PerformanceServerTiming:J.c,PerformanceTiming:J.c,Permissions:J.c,PhotoCapabilities:J.c,PointerEvent:J.c,PopStateEvent:J.c,PositionError:J.c,GeolocationPositionError:J.c,Presentation:J.c,PresentationConnectionAvailableEvent:J.c,PresentationConnectionCloseEvent:J.c,PresentationReceiver:J.c,ProgressEvent:J.c,PromiseRejectionEvent:J.c,PublicKeyCredential:J.c,PushEvent:J.c,PushManager:J.c,PushMessageData:J.c,PushSubscription:J.c,PushSubscriptionOptions:J.c,Range:J.c,RelatedApplication:J.c,ReportBody:J.c,ReportingObserver:J.c,ResizeObserver:J.c,ResizeObserverEntry:J.c,RTCCertificate:J.c,RTCDataChannelEvent:J.c,RTCDTMFToneChangeEvent:J.c,RTCIceCandidate:J.c,mozRTCIceCandidate:J.c,RTCLegacyStatsReport:J.c,RTCPeerConnectionIceEvent:J.c,RTCRtpContributingSource:J.c,RTCRtpReceiver:J.c,RTCRtpSender:J.c,RTCSessionDescription:J.c,mozRTCSessionDescription:J.c,RTCStatsResponse:J.c,RTCTrackEvent:J.c,Screen:J.c,ScrollState:J.c,ScrollTimeline:J.c,SecurityPolicyViolationEvent:J.c,Selection:J.c,SensorErrorEvent:J.c,SharedArrayBuffer:J.c,SpeechRecognitionAlternative:J.c,SpeechRecognitionError:J.c,SpeechRecognitionEvent:J.c,SpeechSynthesisEvent:J.c,SpeechSynthesisVoice:J.c,StaticRange:J.c,StorageEvent:J.c,StorageManager:J.c,StyleMedia:J.c,StylePropertyMap:J.c,StylePropertyMapReadonly:J.c,SyncEvent:J.c,SyncManager:J.c,TaskAttributionTiming:J.c,TextDetector:J.c,TextEvent:J.c,TextMetrics:J.c,TouchEvent:J.c,TrackDefault:J.c,TrackEvent:J.c,TransitionEvent:J.c,WebKitTransitionEvent:J.c,TreeWalker:J.c,TrustedHTML:J.c,TrustedScriptURL:J.c,TrustedURL:J.c,UIEvent:J.c,UnderlyingSourceBase:J.c,URLSearchParams:J.c,VRCoordinateSystem:J.c,VRDeviceEvent:J.c,VRDisplayCapabilities:J.c,VRDisplayEvent:J.c,VREyeParameters:J.c,VRFrameData:J.c,VRFrameOfReference:J.c,VRPose:J.c,VRSessionEvent:J.c,VRStageBounds:J.c,VRStageBoundsPoint:J.c,VRStageParameters:J.c,ValidityState:J.c,VideoPlaybackQuality:J.c,VideoTrack:J.c,VTTRegion:J.c,WheelEvent:J.c,WindowClient:J.c,WorkletAnimation:J.c,WorkletGlobalScope:J.c,XPathEvaluator:J.c,XPathExpression:J.c,XPathNSResolver:J.c,XPathResult:J.c,XMLSerializer:J.c,XSLTProcessor:J.c,Bluetooth:J.c,BluetoothCharacteristicProperties:J.c,BluetoothRemoteGATTServer:J.c,BluetoothRemoteGATTService:J.c,BluetoothUUID:J.c,BudgetService:J.c,Cache:J.c,DOMFileSystemSync:J.c,DirectoryEntrySync:J.c,DirectoryReaderSync:J.c,EntrySync:J.c,FileEntrySync:J.c,FileReaderSync:J.c,FileWriterSync:J.c,HTMLAllCollection:J.c,Mojo:J.c,MojoHandle:J.c,MojoInterfaceRequestEvent:J.c,MojoWatcher:J.c,NFC:J.c,PagePopupController:J.c,Report:J.c,Request:J.c,ResourceProgressEvent:J.c,Response:J.c,SubtleCrypto:J.c,USBAlternateInterface:J.c,USBConfiguration:J.c,USBConnectionEvent:J.c,USBDevice:J.c,USBEndpoint:J.c,USBInTransferResult:J.c,USBInterface:J.c,USBIsochronousInTransferPacket:J.c,USBIsochronousInTransferResult:J.c,USBIsochronousOutTransferPacket:J.c,USBIsochronousOutTransferResult:J.c,USBOutTransferResult:J.c,WorkerLocation:J.c,WorkerNavigator:J.c,Worklet:J.c,IDBCursor:J.c,IDBCursorWithValue:J.c,IDBFactory:J.c,IDBIndex:J.c,IDBKeyRange:J.c,IDBObjectStore:J.c,IDBObservation:J.c,IDBObserver:J.c,IDBObserverChanges:J.c,IDBVersionChangeEvent:J.c,SVGAngle:J.c,SVGAnimatedAngle:J.c,SVGAnimatedBoolean:J.c,SVGAnimatedEnumeration:J.c,SVGAnimatedInteger:J.c,SVGAnimatedLength:J.c,SVGAnimatedLengthList:J.c,SVGAnimatedNumber:J.c,SVGAnimatedNumberList:J.c,SVGAnimatedPreserveAspectRatio:J.c,SVGAnimatedRect:J.c,SVGAnimatedString:J.c,SVGAnimatedTransformList:J.c,SVGMatrix:J.c,SVGPoint:J.c,SVGPreserveAspectRatio:J.c,SVGRect:J.c,SVGUnitTypes:J.c,AudioListener:J.c,AudioParam:J.c,AudioProcessingEvent:J.c,AudioTrack:J.c,AudioWorkletGlobalScope:J.c,AudioWorkletProcessor:J.c,OfflineAudioCompletionEvent:J.c,PeriodicWave:J.c,WebGLActiveInfo:J.c,ANGLEInstancedArrays:J.c,ANGLE_instanced_arrays:J.c,WebGLBuffer:J.c,WebGLCanvas:J.c,WebGLColorBufferFloat:J.c,WebGLCompressedTextureASTC:J.c,WebGLCompressedTextureATC:J.c,WEBGL_compressed_texture_atc:J.c,WebGLCompressedTextureETC1:J.c,WEBGL_compressed_texture_etc1:J.c,WebGLCompressedTextureETC:J.c,WebGLCompressedTexturePVRTC:J.c,WEBGL_compressed_texture_pvrtc:J.c,WebGLCompressedTextureS3TC:J.c,WEBGL_compressed_texture_s3tc:J.c,WebGLCompressedTextureS3TCsRGB:J.c,WebGLContextEvent:J.c,WebGLDebugRendererInfo:J.c,WEBGL_debug_renderer_info:J.c,WebGLDebugShaders:J.c,WEBGL_debug_shaders:J.c,WebGLDepthTexture:J.c,WEBGL_depth_texture:J.c,WebGLDrawBuffers:J.c,WEBGL_draw_buffers:J.c,EXTsRGB:J.c,EXT_sRGB:J.c,EXTBlendMinMax:J.c,EXT_blend_minmax:J.c,EXTColorBufferFloat:J.c,EXTColorBufferHalfFloat:J.c,EXTDisjointTimerQuery:J.c,EXTDisjointTimerQueryWebGL2:J.c,EXTFragDepth:J.c,EXT_frag_depth:J.c,EXTShaderTextureLOD:J.c,EXT_shader_texture_lod:J.c,EXTTextureFilterAnisotropic:J.c,EXT_texture_filter_anisotropic:J.c,WebGLFramebuffer:J.c,WebGLGetBufferSubDataAsync:J.c,WebGLLoseContext:J.c,WebGLExtensionLoseContext:J.c,WEBGL_lose_context:J.c,OESElementIndexUint:J.c,OES_element_index_uint:J.c,OESStandardDerivatives:J.c,OES_standard_derivatives:J.c,OESTextureFloat:J.c,OES_texture_float:J.c,OESTextureFloatLinear:J.c,OES_texture_float_linear:J.c,OESTextureHalfFloat:J.c,OES_texture_half_float:J.c,OESTextureHalfFloatLinear:J.c,OES_texture_half_float_linear:J.c,OESVertexArrayObject:J.c,OES_vertex_array_object:J.c,WebGLProgram:J.c,WebGLQuery:J.c,WebGLRenderbuffer:J.c,WebGLRenderingContext:J.c,WebGL2RenderingContext:J.c,WebGLSampler:J.c,WebGLShader:J.c,WebGLShaderPrecisionFormat:J.c,WebGLSync:J.c,WebGLTexture:J.c,WebGLTimerQueryEXT:J.c,WebGLTransformFeedback:J.c,WebGLUniformLocation:J.c,WebGLVertexArrayObject:J.c,WebGLVertexArrayObjectOES:J.c,WebGL2RenderingContextBase:J.c,ArrayBuffer:A.vH,ArrayBufferView:A.vL,DataView:A.vI,Float32Array:A.vJ,Float64Array:A.FX,Int16Array:A.FY,Int32Array:A.vK,Int8Array:A.FZ,Uint16Array:A.vM,Uint32Array:A.G_,Uint8ClampedArray:A.vN,CanvasPixelArray:A.vN,Uint8Array:A.nb,HTMLAudioElement:A.aq,HTMLBRElement:A.aq,HTMLBaseElement:A.aq,HTMLBodyElement:A.aq,HTMLButtonElement:A.aq,HTMLCanvasElement:A.aq,HTMLContentElement:A.aq,HTMLDListElement:A.aq,HTMLDataElement:A.aq,HTMLDataListElement:A.aq,HTMLDetailsElement:A.aq,HTMLDialogElement:A.aq,HTMLDivElement:A.aq,HTMLEmbedElement:A.aq,HTMLFieldSetElement:A.aq,HTMLHRElement:A.aq,HTMLHeadElement:A.aq,HTMLHeadingElement:A.aq,HTMLHtmlElement:A.aq,HTMLIFrameElement:A.aq,HTMLImageElement:A.aq,HTMLInputElement:A.aq,HTMLLIElement:A.aq,HTMLLabelElement:A.aq,HTMLLegendElement:A.aq,HTMLLinkElement:A.aq,HTMLMapElement:A.aq,HTMLMediaElement:A.aq,HTMLMenuElement:A.aq,HTMLMetaElement:A.aq,HTMLMeterElement:A.aq,HTMLModElement:A.aq,HTMLOListElement:A.aq,HTMLObjectElement:A.aq,HTMLOptGroupElement:A.aq,HTMLOptionElement:A.aq,HTMLOutputElement:A.aq,HTMLParagraphElement:A.aq,HTMLParamElement:A.aq,HTMLPictureElement:A.aq,HTMLPreElement:A.aq,HTMLProgressElement:A.aq,HTMLQuoteElement:A.aq,HTMLScriptElement:A.aq,HTMLShadowElement:A.aq,HTMLSlotElement:A.aq,HTMLSourceElement:A.aq,HTMLSpanElement:A.aq,HTMLStyleElement:A.aq,HTMLTableCaptionElement:A.aq,HTMLTableCellElement:A.aq,HTMLTableDataCellElement:A.aq,HTMLTableHeaderCellElement:A.aq,HTMLTableColElement:A.aq,HTMLTableElement:A.aq,HTMLTableRowElement:A.aq,HTMLTableSectionElement:A.aq,HTMLTemplateElement:A.aq,HTMLTextAreaElement:A.aq,HTMLTimeElement:A.aq,HTMLTitleElement:A.aq,HTMLTrackElement:A.aq,HTMLUListElement:A.aq,HTMLUnknownElement:A.aq,HTMLVideoElement:A.aq,HTMLDirectoryElement:A.aq,HTMLFontElement:A.aq,HTMLFrameElement:A.aq,HTMLFrameSetElement:A.aq,HTMLMarqueeElement:A.aq,HTMLElement:A.aq,AccessibleNodeList:A.BQ,HTMLAnchorElement:A.BV,HTMLAreaElement:A.C_,Blob:A.th,CDATASection:A.ii,CharacterData:A.ii,Comment:A.ii,ProcessingInstruction:A.ii,Text:A.ii,CSSPerspective:A.Db,CSSCharsetRule:A.bU,CSSConditionRule:A.bU,CSSFontFaceRule:A.bU,CSSGroupingRule:A.bU,CSSImportRule:A.bU,CSSKeyframeRule:A.bU,MozCSSKeyframeRule:A.bU,WebKitCSSKeyframeRule:A.bU,CSSKeyframesRule:A.bU,MozCSSKeyframesRule:A.bU,WebKitCSSKeyframesRule:A.bU,CSSMediaRule:A.bU,CSSNamespaceRule:A.bU,CSSPageRule:A.bU,CSSRule:A.bU,CSSStyleRule:A.bU,CSSSupportsRule:A.bU,CSSViewportRule:A.bU,CSSStyleDeclaration:A.p2,MSStyleCSSProperties:A.p2,CSS2Properties:A.p2,CSSImageValue:A.ei,CSSKeywordValue:A.ei,CSSNumericValue:A.ei,CSSPositionValue:A.ei,CSSResourceValue:A.ei,CSSUnitValue:A.ei,CSSURLImageValue:A.ei,CSSStyleValue:A.ei,CSSMatrixComponent:A.hg,CSSRotation:A.hg,CSSScale:A.hg,CSSSkew:A.hg,CSSTranslation:A.hg,CSSTransformComponent:A.hg,CSSTransformValue:A.Dc,CSSUnparsedValue:A.Dd,DataTransferItemList:A.Dl,DOMException:A.DM,ClientRectList:A.u4,DOMRectList:A.u4,DOMRectReadOnly:A.u5,DOMStringList:A.DO,DOMTokenList:A.DQ,MathMLElement:A.am,SVGAElement:A.am,SVGAnimateElement:A.am,SVGAnimateMotionElement:A.am,SVGAnimateTransformElement:A.am,SVGAnimationElement:A.am,SVGCircleElement:A.am,SVGClipPathElement:A.am,SVGDefsElement:A.am,SVGDescElement:A.am,SVGDiscardElement:A.am,SVGEllipseElement:A.am,SVGFEBlendElement:A.am,SVGFEColorMatrixElement:A.am,SVGFEComponentTransferElement:A.am,SVGFECompositeElement:A.am,SVGFEConvolveMatrixElement:A.am,SVGFEDiffuseLightingElement:A.am,SVGFEDisplacementMapElement:A.am,SVGFEDistantLightElement:A.am,SVGFEFloodElement:A.am,SVGFEFuncAElement:A.am,SVGFEFuncBElement:A.am,SVGFEFuncGElement:A.am,SVGFEFuncRElement:A.am,SVGFEGaussianBlurElement:A.am,SVGFEImageElement:A.am,SVGFEMergeElement:A.am,SVGFEMergeNodeElement:A.am,SVGFEMorphologyElement:A.am,SVGFEOffsetElement:A.am,SVGFEPointLightElement:A.am,SVGFESpecularLightingElement:A.am,SVGFESpotLightElement:A.am,SVGFETileElement:A.am,SVGFETurbulenceElement:A.am,SVGFilterElement:A.am,SVGForeignObjectElement:A.am,SVGGElement:A.am,SVGGeometryElement:A.am,SVGGraphicsElement:A.am,SVGImageElement:A.am,SVGLineElement:A.am,SVGLinearGradientElement:A.am,SVGMarkerElement:A.am,SVGMaskElement:A.am,SVGMetadataElement:A.am,SVGPathElement:A.am,SVGPatternElement:A.am,SVGPolygonElement:A.am,SVGPolylineElement:A.am,SVGRadialGradientElement:A.am,SVGRectElement:A.am,SVGScriptElement:A.am,SVGSetElement:A.am,SVGStopElement:A.am,SVGStyleElement:A.am,SVGElement:A.am,SVGSVGElement:A.am,SVGSwitchElement:A.am,SVGSymbolElement:A.am,SVGTSpanElement:A.am,SVGTextContentElement:A.am,SVGTextElement:A.am,SVGTextPathElement:A.am,SVGTextPositioningElement:A.am,SVGTitleElement:A.am,SVGUseElement:A.am,SVGViewElement:A.am,SVGGradientElement:A.am,SVGComponentTransferFunctionElement:A.am,SVGFEDropShadowElement:A.am,SVGMPathElement:A.am,Element:A.am,AbsoluteOrientationSensor:A.T,Accelerometer:A.T,AccessibleNode:A.T,AmbientLightSensor:A.T,Animation:A.T,ApplicationCache:A.T,DOMApplicationCache:A.T,OfflineResourceList:A.T,BackgroundFetchRegistration:A.T,BatteryManager:A.T,BroadcastChannel:A.T,CanvasCaptureMediaStreamTrack:A.T,DedicatedWorkerGlobalScope:A.T,EventSource:A.T,FileReader:A.T,FontFaceSet:A.T,Gyroscope:A.T,XMLHttpRequest:A.T,XMLHttpRequestEventTarget:A.T,XMLHttpRequestUpload:A.T,LinearAccelerationSensor:A.T,Magnetometer:A.T,MediaDevices:A.T,MediaKeySession:A.T,MediaQueryList:A.T,MediaRecorder:A.T,MediaSource:A.T,MediaStream:A.T,MediaStreamTrack:A.T,MessagePort:A.T,MIDIAccess:A.T,MIDIInput:A.T,MIDIOutput:A.T,MIDIPort:A.T,NetworkInformation:A.T,Notification:A.T,OffscreenCanvas:A.T,OrientationSensor:A.T,PaymentRequest:A.T,Performance:A.T,PermissionStatus:A.T,PresentationAvailability:A.T,PresentationConnection:A.T,PresentationConnectionList:A.T,PresentationRequest:A.T,RelativeOrientationSensor:A.T,RemotePlayback:A.T,RTCDataChannel:A.T,DataChannel:A.T,RTCDTMFSender:A.T,RTCPeerConnection:A.T,webkitRTCPeerConnection:A.T,mozRTCPeerConnection:A.T,ScreenOrientation:A.T,Sensor:A.T,ServiceWorker:A.T,ServiceWorkerContainer:A.T,ServiceWorkerGlobalScope:A.T,ServiceWorkerRegistration:A.T,SharedWorker:A.T,SharedWorkerGlobalScope:A.T,SpeechRecognition:A.T,webkitSpeechRecognition:A.T,SpeechSynthesis:A.T,SpeechSynthesisUtterance:A.T,VR:A.T,VRDevice:A.T,VRDisplay:A.T,VRSession:A.T,VisualViewport:A.T,WebSocket:A.T,Window:A.T,DOMWindow:A.T,Worker:A.T,WorkerGlobalScope:A.T,WorkerPerformance:A.T,BluetoothDevice:A.T,BluetoothRemoteGATTCharacteristic:A.T,Clipboard:A.T,MojoInterfaceInterceptor:A.T,USB:A.T,IDBDatabase:A.T,IDBOpenDBRequest:A.T,IDBVersionChangeRequest:A.T,IDBRequest:A.T,IDBTransaction:A.T,AnalyserNode:A.T,RealtimeAnalyserNode:A.T,AudioBufferSourceNode:A.T,AudioDestinationNode:A.T,AudioNode:A.T,AudioScheduledSourceNode:A.T,AudioWorkletNode:A.T,BiquadFilterNode:A.T,ChannelMergerNode:A.T,AudioChannelMerger:A.T,ChannelSplitterNode:A.T,AudioChannelSplitter:A.T,ConstantSourceNode:A.T,ConvolverNode:A.T,DelayNode:A.T,DynamicsCompressorNode:A.T,GainNode:A.T,AudioGainNode:A.T,IIRFilterNode:A.T,MediaElementAudioSourceNode:A.T,MediaStreamAudioDestinationNode:A.T,MediaStreamAudioSourceNode:A.T,OscillatorNode:A.T,Oscillator:A.T,PannerNode:A.T,AudioPannerNode:A.T,webkitAudioPannerNode:A.T,ScriptProcessorNode:A.T,JavaScriptAudioNode:A.T,StereoPannerNode:A.T,WaveShaperNode:A.T,EventTarget:A.T,File:A.fG,FileList:A.Ed,FileWriter:A.Ee,HTMLFormElement:A.Ew,Gamepad:A.fI,History:A.EO,HTMLCollection:A.mN,HTMLFormControlsCollection:A.mN,HTMLOptionsCollection:A.mN,Location:A.Ft,MediaList:A.FJ,MIDIInputMap:A.FO,MIDIOutputMap:A.FP,MimeType:A.fO,MimeTypeArray:A.FQ,Document:A.bj,DocumentFragment:A.bj,HTMLDocument:A.bj,ShadowRoot:A.bj,XMLDocument:A.bj,Attr:A.bj,DocumentType:A.bj,Node:A.bj,NodeList:A.vS,RadioNodeList:A.vS,Plugin:A.fR,PluginArray:A.GU,RTCStatsReport:A.I8,HTMLSelectElement:A.It,SourceBuffer:A.fV,SourceBufferList:A.IY,SpeechGrammar:A.fW,SpeechGrammarList:A.J_,SpeechRecognitionResult:A.fX,Storage:A.J5,CSSStyleSheet:A.eP,StyleSheet:A.eP,TextTrack:A.h_,TextTrackCue:A.eR,VTTCue:A.eR,TextTrackCueList:A.Jt,TextTrackList:A.Ju,TimeRanges:A.Jy,Touch:A.h1,TouchList:A.JC,TrackDefaultList:A.JD,URL:A.JR,VideoTrackList:A.JY,CSSRuleList:A.Lf,ClientRect:A.yQ,DOMRect:A.yQ,GamepadList:A.Mn,NamedNodeMap:A.zu,MozNamedAttrMap:A.zu,SpeechRecognitionResultList:A.PT,StyleSheetList:A.Q4,SVGLength:A.hx,SVGLengthList:A.Fl,SVGNumber:A.hA,SVGNumberList:A.G9,SVGPointList:A.GV,SVGStringList:A.J7,SVGTransform:A.hQ,SVGTransformList:A.JG,AudioBuffer:A.C5,AudioParamMap:A.C6,AudioTrackList:A.C7,AudioContext:A.kL,webkitAudioContext:A.kL,BaseAudioContext:A.kL,OfflineAudioContext:A.Ga}) +hunkHelpers.setOrUpdateLeafTags({WebGL:true,AbortPaymentEvent:true,AnimationEffectReadOnly:true,AnimationEffectTiming:true,AnimationEffectTimingReadOnly:true,AnimationEvent:true,AnimationPlaybackEvent:true,AnimationTimeline:true,AnimationWorkletGlobalScope:true,ApplicationCacheErrorEvent:true,AuthenticatorAssertionResponse:true,AuthenticatorAttestationResponse:true,AuthenticatorResponse:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchFetch:true,BackgroundFetchManager:true,BackgroundFetchSettledFetch:true,BackgroundFetchedEvent:true,BarProp:true,BarcodeDetector:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,BlobEvent:true,BluetoothRemoteGATTDescriptor:true,Body:true,BudgetState:true,CacheStorage:true,CanMakePaymentEvent:true,CanvasGradient:true,CanvasPattern:true,CanvasRenderingContext2D:true,Client:true,Clients:true,ClipboardEvent:true,CloseEvent:true,CompositionEvent:true,CookieStore:true,Coordinates:true,Credential:true,CredentialUserData:true,CredentialsContainer:true,Crypto:true,CryptoKey:true,CSS:true,CSSVariableReferenceValue:true,CustomElementRegistry:true,CustomEvent:true,DataTransfer:true,DataTransferItem:true,DeprecatedStorageInfo:true,DeprecatedStorageQuota:true,DeprecationReport:true,DetectedBarcode:true,DetectedFace:true,DetectedText:true,DeviceAcceleration:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,DeviceRotationRate:true,DirectoryEntry:true,webkitFileSystemDirectoryEntry:true,FileSystemDirectoryEntry:true,DirectoryReader:true,WebKitDirectoryReader:true,webkitFileSystemDirectoryReader:true,FileSystemDirectoryReader:true,DocumentOrShadowRoot:true,DocumentTimeline:true,DOMError:true,DOMImplementation:true,Iterator:true,DOMMatrix:true,DOMMatrixReadOnly:true,DOMParser:true,DOMPoint:true,DOMPointReadOnly:true,DOMQuad:true,DOMStringMap:true,Entry:true,webkitFileSystemEntry:true,FileSystemEntry:true,ErrorEvent:true,Event:true,InputEvent:true,SubmitEvent:true,ExtendableEvent:true,ExtendableMessageEvent:true,External:true,FaceDetector:true,FederatedCredential:true,FetchEvent:true,FileEntry:true,webkitFileSystemFileEntry:true,FileSystemFileEntry:true,DOMFileSystem:true,WebKitFileSystem:true,webkitFileSystem:true,FileSystem:true,FocusEvent:true,FontFace:true,FontFaceSetLoadEvent:true,FontFaceSource:true,ForeignFetchEvent:true,FormData:true,GamepadButton:true,GamepadEvent:true,GamepadPose:true,Geolocation:true,Position:true,GeolocationPosition:true,HashChangeEvent:true,Headers:true,HTMLHyperlinkElementUtils:true,IdleDeadline:true,ImageBitmap:true,ImageBitmapRenderingContext:true,ImageCapture:true,ImageData:true,InputDeviceCapabilities:true,InstallEvent:true,IntersectionObserver:true,IntersectionObserverEntry:true,InterventionReport:true,KeyboardEvent:true,KeyframeEffect:true,KeyframeEffectReadOnly:true,MediaCapabilities:true,MediaCapabilitiesInfo:true,MediaDeviceInfo:true,MediaEncryptedEvent:true,MediaError:true,MediaKeyMessageEvent:true,MediaKeyStatusMap:true,MediaKeySystemAccess:true,MediaKeys:true,MediaKeysPolicy:true,MediaMetadata:true,MediaQueryListEvent:true,MediaSession:true,MediaSettingsRange:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MemoryInfo:true,MessageChannel:true,MessageEvent:true,Metadata:true,MIDIConnectionEvent:true,MIDIMessageEvent:true,MouseEvent:true,DragEvent:true,MutationEvent:true,MutationObserver:true,WebKitMutationObserver:true,MutationRecord:true,NavigationPreloadManager:true,Navigator:true,NavigatorAutomationInformation:true,NavigatorConcurrentHardware:true,NavigatorCookies:true,NavigatorUserMediaError:true,NodeFilter:true,NodeIterator:true,NonDocumentTypeChildNode:true,NonElementParentNode:true,NoncedElement:true,NotificationEvent:true,OffscreenCanvasRenderingContext2D:true,OverconstrainedError:true,PageTransitionEvent:true,PaintRenderingContext2D:true,PaintSize:true,PaintWorkletGlobalScope:true,PasswordCredential:true,Path2D:true,PaymentAddress:true,PaymentInstruments:true,PaymentManager:true,PaymentRequestEvent:true,PaymentRequestUpdateEvent:true,PaymentResponse:true,PerformanceEntry:true,PerformanceLongTaskTiming:true,PerformanceMark:true,PerformanceMeasure:true,PerformanceNavigation:true,PerformanceNavigationTiming:true,PerformanceObserver:true,PerformanceObserverEntryList:true,PerformancePaintTiming:true,PerformanceResourceTiming:true,PerformanceServerTiming:true,PerformanceTiming:true,Permissions:true,PhotoCapabilities:true,PointerEvent:true,PopStateEvent:true,PositionError:true,GeolocationPositionError:true,Presentation:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,PresentationReceiver:true,ProgressEvent:true,PromiseRejectionEvent:true,PublicKeyCredential:true,PushEvent:true,PushManager:true,PushMessageData:true,PushSubscription:true,PushSubscriptionOptions:true,Range:true,RelatedApplication:true,ReportBody:true,ReportingObserver:true,ResizeObserver:true,ResizeObserverEntry:true,RTCCertificate:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCIceCandidate:true,mozRTCIceCandidate:true,RTCLegacyStatsReport:true,RTCPeerConnectionIceEvent:true,RTCRtpContributingSource:true,RTCRtpReceiver:true,RTCRtpSender:true,RTCSessionDescription:true,mozRTCSessionDescription:true,RTCStatsResponse:true,RTCTrackEvent:true,Screen:true,ScrollState:true,ScrollTimeline:true,SecurityPolicyViolationEvent:true,Selection:true,SensorErrorEvent:true,SharedArrayBuffer:true,SpeechRecognitionAlternative:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,SpeechSynthesisEvent:true,SpeechSynthesisVoice:true,StaticRange:true,StorageEvent:true,StorageManager:true,StyleMedia:true,StylePropertyMap:true,StylePropertyMapReadonly:true,SyncEvent:true,SyncManager:true,TaskAttributionTiming:true,TextDetector:true,TextEvent:true,TextMetrics:true,TouchEvent:true,TrackDefault:true,TrackEvent:true,TransitionEvent:true,WebKitTransitionEvent:true,TreeWalker:true,TrustedHTML:true,TrustedScriptURL:true,TrustedURL:true,UIEvent:true,UnderlyingSourceBase:true,URLSearchParams:true,VRCoordinateSystem:true,VRDeviceEvent:true,VRDisplayCapabilities:true,VRDisplayEvent:true,VREyeParameters:true,VRFrameData:true,VRFrameOfReference:true,VRPose:true,VRSessionEvent:true,VRStageBounds:true,VRStageBoundsPoint:true,VRStageParameters:true,ValidityState:true,VideoPlaybackQuality:true,VideoTrack:true,VTTRegion:true,WheelEvent:true,WindowClient:true,WorkletAnimation:true,WorkletGlobalScope:true,XPathEvaluator:true,XPathExpression:true,XPathNSResolver:true,XPathResult:true,XMLSerializer:true,XSLTProcessor:true,Bluetooth:true,BluetoothCharacteristicProperties:true,BluetoothRemoteGATTServer:true,BluetoothRemoteGATTService:true,BluetoothUUID:true,BudgetService:true,Cache:true,DOMFileSystemSync:true,DirectoryEntrySync:true,DirectoryReaderSync:true,EntrySync:true,FileEntrySync:true,FileReaderSync:true,FileWriterSync:true,HTMLAllCollection:true,Mojo:true,MojoHandle:true,MojoInterfaceRequestEvent:true,MojoWatcher:true,NFC:true,PagePopupController:true,Report:true,Request:true,ResourceProgressEvent:true,Response:true,SubtleCrypto:true,USBAlternateInterface:true,USBConfiguration:true,USBConnectionEvent:true,USBDevice:true,USBEndpoint:true,USBInTransferResult:true,USBInterface:true,USBIsochronousInTransferPacket:true,USBIsochronousInTransferResult:true,USBIsochronousOutTransferPacket:true,USBIsochronousOutTransferResult:true,USBOutTransferResult:true,WorkerLocation:true,WorkerNavigator:true,Worklet:true,IDBCursor:true,IDBCursorWithValue:true,IDBFactory:true,IDBIndex:true,IDBKeyRange:true,IDBObjectStore:true,IDBObservation:true,IDBObserver:true,IDBObserverChanges:true,IDBVersionChangeEvent:true,SVGAngle:true,SVGAnimatedAngle:true,SVGAnimatedBoolean:true,SVGAnimatedEnumeration:true,SVGAnimatedInteger:true,SVGAnimatedLength:true,SVGAnimatedLengthList:true,SVGAnimatedNumber:true,SVGAnimatedNumberList:true,SVGAnimatedPreserveAspectRatio:true,SVGAnimatedRect:true,SVGAnimatedString:true,SVGAnimatedTransformList:true,SVGMatrix:true,SVGPoint:true,SVGPreserveAspectRatio:true,SVGRect:true,SVGUnitTypes:true,AudioListener:true,AudioParam:true,AudioProcessingEvent:true,AudioTrack:true,AudioWorkletGlobalScope:true,AudioWorkletProcessor:true,OfflineAudioCompletionEvent:true,PeriodicWave:true,WebGLActiveInfo:true,ANGLEInstancedArrays:true,ANGLE_instanced_arrays:true,WebGLBuffer:true,WebGLCanvas:true,WebGLColorBufferFloat:true,WebGLCompressedTextureASTC:true,WebGLCompressedTextureATC:true,WEBGL_compressed_texture_atc:true,WebGLCompressedTextureETC1:true,WEBGL_compressed_texture_etc1:true,WebGLCompressedTextureETC:true,WebGLCompressedTexturePVRTC:true,WEBGL_compressed_texture_pvrtc:true,WebGLCompressedTextureS3TC:true,WEBGL_compressed_texture_s3tc:true,WebGLCompressedTextureS3TCsRGB:true,WebGLContextEvent:true,WebGLDebugRendererInfo:true,WEBGL_debug_renderer_info:true,WebGLDebugShaders:true,WEBGL_debug_shaders:true,WebGLDepthTexture:true,WEBGL_depth_texture:true,WebGLDrawBuffers:true,WEBGL_draw_buffers:true,EXTsRGB:true,EXT_sRGB:true,EXTBlendMinMax:true,EXT_blend_minmax:true,EXTColorBufferFloat:true,EXTColorBufferHalfFloat:true,EXTDisjointTimerQuery:true,EXTDisjointTimerQueryWebGL2:true,EXTFragDepth:true,EXT_frag_depth:true,EXTShaderTextureLOD:true,EXT_shader_texture_lod:true,EXTTextureFilterAnisotropic:true,EXT_texture_filter_anisotropic:true,WebGLFramebuffer:true,WebGLGetBufferSubDataAsync:true,WebGLLoseContext:true,WebGLExtensionLoseContext:true,WEBGL_lose_context:true,OESElementIndexUint:true,OES_element_index_uint:true,OESStandardDerivatives:true,OES_standard_derivatives:true,OESTextureFloat:true,OES_texture_float:true,OESTextureFloatLinear:true,OES_texture_float_linear:true,OESTextureHalfFloat:true,OES_texture_half_float:true,OESTextureHalfFloatLinear:true,OES_texture_half_float_linear:true,OESVertexArrayObject:true,OES_vertex_array_object:true,WebGLProgram:true,WebGLQuery:true,WebGLRenderbuffer:true,WebGLRenderingContext:true,WebGL2RenderingContext:true,WebGLSampler:true,WebGLShader:true,WebGLShaderPrecisionFormat:true,WebGLSync:true,WebGLTexture:true,WebGLTimerQueryEXT:true,WebGLTransformFeedback:true,WebGLUniformLocation:true,WebGLVertexArrayObject:true,WebGLVertexArrayObjectOES:true,WebGL2RenderingContextBase:true,ArrayBuffer:true,ArrayBufferView:false,DataView:true,Float32Array:true,Float64Array:true,Int16Array:true,Int32Array:true,Int8Array:true,Uint16Array:true,Uint32Array:true,Uint8ClampedArray:true,CanvasPixelArray:true,Uint8Array:false,HTMLAudioElement:true,HTMLBRElement:true,HTMLBaseElement:true,HTMLBodyElement:true,HTMLButtonElement:true,HTMLCanvasElement:true,HTMLContentElement:true,HTMLDListElement:true,HTMLDataElement:true,HTMLDataListElement:true,HTMLDetailsElement:true,HTMLDialogElement:true,HTMLDivElement:true,HTMLEmbedElement:true,HTMLFieldSetElement:true,HTMLHRElement:true,HTMLHeadElement:true,HTMLHeadingElement:true,HTMLHtmlElement:true,HTMLIFrameElement:true,HTMLImageElement:true,HTMLInputElement:true,HTMLLIElement:true,HTMLLabelElement:true,HTMLLegendElement:true,HTMLLinkElement:true,HTMLMapElement:true,HTMLMediaElement:true,HTMLMenuElement:true,HTMLMetaElement:true,HTMLMeterElement:true,HTMLModElement:true,HTMLOListElement:true,HTMLObjectElement:true,HTMLOptGroupElement:true,HTMLOptionElement:true,HTMLOutputElement:true,HTMLParagraphElement:true,HTMLParamElement:true,HTMLPictureElement:true,HTMLPreElement:true,HTMLProgressElement:true,HTMLQuoteElement:true,HTMLScriptElement:true,HTMLShadowElement:true,HTMLSlotElement:true,HTMLSourceElement:true,HTMLSpanElement:true,HTMLStyleElement:true,HTMLTableCaptionElement:true,HTMLTableCellElement:true,HTMLTableDataCellElement:true,HTMLTableHeaderCellElement:true,HTMLTableColElement:true,HTMLTableElement:true,HTMLTableRowElement:true,HTMLTableSectionElement:true,HTMLTemplateElement:true,HTMLTextAreaElement:true,HTMLTimeElement:true,HTMLTitleElement:true,HTMLTrackElement:true,HTMLUListElement:true,HTMLUnknownElement:true,HTMLVideoElement:true,HTMLDirectoryElement:true,HTMLFontElement:true,HTMLFrameElement:true,HTMLFrameSetElement:true,HTMLMarqueeElement:true,HTMLElement:false,AccessibleNodeList:true,HTMLAnchorElement:true,HTMLAreaElement:true,Blob:false,CDATASection:true,CharacterData:true,Comment:true,ProcessingInstruction:true,Text:true,CSSPerspective:true,CSSCharsetRule:true,CSSConditionRule:true,CSSFontFaceRule:true,CSSGroupingRule:true,CSSImportRule:true,CSSKeyframeRule:true,MozCSSKeyframeRule:true,WebKitCSSKeyframeRule:true,CSSKeyframesRule:true,MozCSSKeyframesRule:true,WebKitCSSKeyframesRule:true,CSSMediaRule:true,CSSNamespaceRule:true,CSSPageRule:true,CSSRule:true,CSSStyleRule:true,CSSSupportsRule:true,CSSViewportRule:true,CSSStyleDeclaration:true,MSStyleCSSProperties:true,CSS2Properties:true,CSSImageValue:true,CSSKeywordValue:true,CSSNumericValue:true,CSSPositionValue:true,CSSResourceValue:true,CSSUnitValue:true,CSSURLImageValue:true,CSSStyleValue:false,CSSMatrixComponent:true,CSSRotation:true,CSSScale:true,CSSSkew:true,CSSTranslation:true,CSSTransformComponent:false,CSSTransformValue:true,CSSUnparsedValue:true,DataTransferItemList:true,DOMException:true,ClientRectList:true,DOMRectList:true,DOMRectReadOnly:false,DOMStringList:true,DOMTokenList:true,MathMLElement:true,SVGAElement:true,SVGAnimateElement:true,SVGAnimateMotionElement:true,SVGAnimateTransformElement:true,SVGAnimationElement:true,SVGCircleElement:true,SVGClipPathElement:true,SVGDefsElement:true,SVGDescElement:true,SVGDiscardElement:true,SVGEllipseElement:true,SVGFEBlendElement:true,SVGFEColorMatrixElement:true,SVGFEComponentTransferElement:true,SVGFECompositeElement:true,SVGFEConvolveMatrixElement:true,SVGFEDiffuseLightingElement:true,SVGFEDisplacementMapElement:true,SVGFEDistantLightElement:true,SVGFEFloodElement:true,SVGFEFuncAElement:true,SVGFEFuncBElement:true,SVGFEFuncGElement:true,SVGFEFuncRElement:true,SVGFEGaussianBlurElement:true,SVGFEImageElement:true,SVGFEMergeElement:true,SVGFEMergeNodeElement:true,SVGFEMorphologyElement:true,SVGFEOffsetElement:true,SVGFEPointLightElement:true,SVGFESpecularLightingElement:true,SVGFESpotLightElement:true,SVGFETileElement:true,SVGFETurbulenceElement:true,SVGFilterElement:true,SVGForeignObjectElement:true,SVGGElement:true,SVGGeometryElement:true,SVGGraphicsElement:true,SVGImageElement:true,SVGLineElement:true,SVGLinearGradientElement:true,SVGMarkerElement:true,SVGMaskElement:true,SVGMetadataElement:true,SVGPathElement:true,SVGPatternElement:true,SVGPolygonElement:true,SVGPolylineElement:true,SVGRadialGradientElement:true,SVGRectElement:true,SVGScriptElement:true,SVGSetElement:true,SVGStopElement:true,SVGStyleElement:true,SVGElement:true,SVGSVGElement:true,SVGSwitchElement:true,SVGSymbolElement:true,SVGTSpanElement:true,SVGTextContentElement:true,SVGTextElement:true,SVGTextPathElement:true,SVGTextPositioningElement:true,SVGTitleElement:true,SVGUseElement:true,SVGViewElement:true,SVGGradientElement:true,SVGComponentTransferFunctionElement:true,SVGFEDropShadowElement:true,SVGMPathElement:true,Element:false,AbsoluteOrientationSensor:true,Accelerometer:true,AccessibleNode:true,AmbientLightSensor:true,Animation:true,ApplicationCache:true,DOMApplicationCache:true,OfflineResourceList:true,BackgroundFetchRegistration:true,BatteryManager:true,BroadcastChannel:true,CanvasCaptureMediaStreamTrack:true,DedicatedWorkerGlobalScope:true,EventSource:true,FileReader:true,FontFaceSet:true,Gyroscope:true,XMLHttpRequest:true,XMLHttpRequestEventTarget:true,XMLHttpRequestUpload:true,LinearAccelerationSensor:true,Magnetometer:true,MediaDevices:true,MediaKeySession:true,MediaQueryList:true,MediaRecorder:true,MediaSource:true,MediaStream:true,MediaStreamTrack:true,MessagePort:true,MIDIAccess:true,MIDIInput:true,MIDIOutput:true,MIDIPort:true,NetworkInformation:true,Notification:true,OffscreenCanvas:true,OrientationSensor:true,PaymentRequest:true,Performance:true,PermissionStatus:true,PresentationAvailability:true,PresentationConnection:true,PresentationConnectionList:true,PresentationRequest:true,RelativeOrientationSensor:true,RemotePlayback:true,RTCDataChannel:true,DataChannel:true,RTCDTMFSender:true,RTCPeerConnection:true,webkitRTCPeerConnection:true,mozRTCPeerConnection:true,ScreenOrientation:true,Sensor:true,ServiceWorker:true,ServiceWorkerContainer:true,ServiceWorkerGlobalScope:true,ServiceWorkerRegistration:true,SharedWorker:true,SharedWorkerGlobalScope:true,SpeechRecognition:true,webkitSpeechRecognition:true,SpeechSynthesis:true,SpeechSynthesisUtterance:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Window:true,DOMWindow:true,Worker:true,WorkerGlobalScope:true,WorkerPerformance:true,BluetoothDevice:true,BluetoothRemoteGATTCharacteristic:true,Clipboard:true,MojoInterfaceInterceptor:true,USB:true,IDBDatabase:true,IDBOpenDBRequest:true,IDBVersionChangeRequest:true,IDBRequest:true,IDBTransaction:true,AnalyserNode:true,RealtimeAnalyserNode:true,AudioBufferSourceNode:true,AudioDestinationNode:true,AudioNode:true,AudioScheduledSourceNode:true,AudioWorkletNode:true,BiquadFilterNode:true,ChannelMergerNode:true,AudioChannelMerger:true,ChannelSplitterNode:true,AudioChannelSplitter:true,ConstantSourceNode:true,ConvolverNode:true,DelayNode:true,DynamicsCompressorNode:true,GainNode:true,AudioGainNode:true,IIRFilterNode:true,MediaElementAudioSourceNode:true,MediaStreamAudioDestinationNode:true,MediaStreamAudioSourceNode:true,OscillatorNode:true,Oscillator:true,PannerNode:true,AudioPannerNode:true,webkitAudioPannerNode:true,ScriptProcessorNode:true,JavaScriptAudioNode:true,StereoPannerNode:true,WaveShaperNode:true,EventTarget:false,File:true,FileList:true,FileWriter:true,HTMLFormElement:true,Gamepad:true,History:true,HTMLCollection:true,HTMLFormControlsCollection:true,HTMLOptionsCollection:true,Location:true,MediaList:true,MIDIInputMap:true,MIDIOutputMap:true,MimeType:true,MimeTypeArray:true,Document:true,DocumentFragment:true,HTMLDocument:true,ShadowRoot:true,XMLDocument:true,Attr:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,Plugin:true,PluginArray:true,RTCStatsReport:true,HTMLSelectElement:true,SourceBuffer:true,SourceBufferList:true,SpeechGrammar:true,SpeechGrammarList:true,SpeechRecognitionResult:true,Storage:true,CSSStyleSheet:true,StyleSheet:true,TextTrack:true,TextTrackCue:true,VTTCue:true,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchList:true,TrackDefaultList:true,URL:true,VideoTrackList:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,SVGLength:true,SVGLengthList:true,SVGNumber:true,SVGNumberList:true,SVGPointList:true,SVGStringList:true,SVGTransform:true,SVGTransformList:true,AudioBuffer:true,AudioParamMap:true,AudioTrackList:true,AudioContext:true,webkitAudioContext:true,BaseAudioContext:false,OfflineAudioContext:true}) +A.pO.$nativeSuperclassTag="ArrayBufferView" +A.zv.$nativeSuperclassTag="ArrayBufferView" +A.zw.$nativeSuperclassTag="ArrayBufferView" +A.le.$nativeSuperclassTag="ArrayBufferView" +A.zx.$nativeSuperclassTag="ArrayBufferView" +A.zy.$nativeSuperclassTag="ArrayBufferView" +A.fi.$nativeSuperclassTag="ArrayBufferView" +A.Am.$nativeSuperclassTag="EventTarget" +A.An.$nativeSuperclassTag="EventTarget" +A.AD.$nativeSuperclassTag="EventTarget" +A.AE.$nativeSuperclassTag="EventTarget"})() +Function.prototype.$0=function(){return this()} +Function.prototype.$1=function(a){return this(a)} +Function.prototype.$2=function(a,b){return this(a,b)} +Function.prototype.$3$1=function(a){return this(a)} +Function.prototype.$2$1=function(a){return this(a)} +Function.prototype.$1$1=function(a){return this(a)} +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.$3$3=function(a,b,c){return this(a,b,c)} +Function.prototype.$2$2=function(a,b){return this(a,b)} +Function.prototype.$1$2=function(a,b){return this(a,b)} +Function.prototype.$1$0=function(){return this()} +Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$1$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} +Function.prototype.$8=function(a,b,c,d,e,f,g,h){return this(a,b,c,d,e,f,g,h)} +Function.prototype.$2$0=function(){return this()} +convertAllToFastObject(w) +convertToFastObject($);(function(a){if(typeof document==="undefined"){a(null) +return}if(typeof document.currentScript!="undefined"){a(document.currentScript) +return}var s=document.scripts +function onLoad(b){for(var q=0;q=3.1.0-185.0.dev <4.0.0" - flutter: ">=3.7.0-0" diff --git a/pubspec.yaml b/pubspec.yaml deleted file mode 100644 index 1c09817..0000000 --- a/pubspec.yaml +++ /dev/null @@ -1,73 +0,0 @@ -name: shop_app -description: A new Flutter project. - -# The following line prevents the package from being accidentally published to -# pub.dev using `pub publish`. This is preferred for private packages. -publish_to: "none" # Remove this line if you wish to publish to pub.dev - -# The following defines the version and build number for your application. -# A version number is three numbers separated by dots, like 1.2.43 -# followed by an optional build number separated by a +. -# Both the version and the builder number may be overridden in flutter -# build by specifying --build-name and --build-number, respectively. -# In Android, build-name is used as versionName while build-number used as versionCode. -# Read more about Android versioning at https://developer.android.com/studio/publish/versioning -# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. -# Read more about iOS versioning at -# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 - -environment: - sdk: ">=3.0.2 <4.0.0" - -dependencies: - flutter: - sdk: flutter - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.5 - flutter_svg: ^2.0.7 # it help us to use SVG in our app - -dev_dependencies: - flutter_test: - sdk: flutter - -# For information on the generic Dart part of this file, see the -# following page: https://dart.dev/tools/pub/pubspec - -# The following section is specific to Flutter. -flutter: - # The following line ensures that the Material Icons font is - # included with your application, so that you can use the icons in - # the material Icons class. - uses-material-design: true - - # To add assets to your application, add an assets section, like this: - assets: - - assets/images/ - - assets/icons/ - # - images/a_dot_ham.jpeg - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.dev/assets-and-images/#resolution-aware. - # For details regarding adding assets from package dependencies, see - # https://flutter.dev/assets-and-images/#from-packages - # To add custom fonts to your application, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts from package dependencies, - # see https://flutter.dev/custom-fonts/#from-packages diff --git a/test/widget_test.dart b/test/widget_test.dart deleted file mode 100644 index 2de56d7..0000000 --- a/test/widget_test.dart +++ /dev/null @@ -1,30 +0,0 @@ -// This is a basic Flutter widget test. -// -// To perform an interaction with a widget in your test, use the WidgetTester -// utility that Flutter provides. For example, you can send tap and scroll -// gestures. You can also use WidgetTester to find child widgets in the widget -// tree, read text, and verify that the values of widget properties are correct. - -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; - -import 'package:shop_app/main.dart'; - -void main() { - testWidgets('Counter increments smoke test', (WidgetTester tester) async { - // Build our app and trigger a frame. - await tester.pumpWidget(MyApp()); - - // Verify that our counter starts at 0. - expect(find.text('0'), findsOneWidget); - expect(find.text('1'), findsNothing); - - // Tap the '+' icon and trigger a frame. - await tester.tap(find.byIcon(Icons.add)); - await tester.pump(); - - // Verify that our counter has incremented. - expect(find.text('0'), findsNothing); - expect(find.text('1'), findsOneWidget); - }); -} diff --git a/ui.png b/ui.png deleted file mode 100644 index 29ebc5f..0000000 Binary files a/ui.png and /dev/null differ diff --git a/version.json b/version.json new file mode 100644 index 0000000..bab21cb --- /dev/null +++ b/version.json @@ -0,0 +1 @@ +{"app_name":"shop_app","version":"1.0.0","build_number":"1","package_name":"shop_app"} \ No newline at end of file